html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,abbr,acronym,address,big,cite,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    /* vertical-align: baseline */
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    position: relative;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #5A6C81;
    overflow-x: hidden;
    background: #fff;
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: ''
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

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

@font-face {
    font-family: 'Nunito';
    src: url("../fonts/Nunito-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Nunito';
    src: url("../fonts/Nunito-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'Nunito';
    src: url("../fonts/Nunito-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'NunitoSans';
    src: url("../fonts/NunitoSans-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'NunitoSans';
    src: url("../fonts/NunitoSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'NunitoSans';
    src: url("../fonts/NunitoSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'NunitoSans';
    src: url("../fonts/NunitoSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter-ExtraBold-slnt=0.ttf") format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter-Bold-slnt=0.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter-SemiBold-slnt=0.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter-Medium-slnt=0.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter-Regular-slnt=0.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

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

[class^="icon-"],[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.space {
    height: 88px;
}
.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.--light {
    font-weight: 300
}

.--regular {
    font-weight: 400
}

.--semiBold {
    font-weight: 600
}

.--bold {
    font-weight: 700
}

.--extraBold {
    font-weight: 800
}

.--black {
    font-weight: 900
}

h1,h2,h3,h4,h5,h6 {
    color: #333333
}

.heading-1 {
    font-size: 48px;
    font-size: -webkit-calc(28px + (48 - 28) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(28px + (48 - 28) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(28px + (48 - 28) * ((100vw - 300px) / (1900 - 300)));
    line-height: 1.208;
    font-family: 'Inter', sans-serif
}

.heading-2 {
    font-size: 36px;
    font-size: -webkit-calc(24px + (36 - 24) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(24px + (36 - 24) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(24px + (36 - 24) * ((100vw - 300px) / (1900 - 300)));
    line-height: 1.333;
    font-family: 'Inter', sans-serif
}

.heading-3 {
    font-size: 24px;
    font-size: -webkit-calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300)));
    line-height: 1.5
}

.heading-4 {
    font-size: 16px
}

.heading-5 {
    font-size: 14px;
    line-height: 1.571;
    font-family: 'Inter', sans-serif
}

.heading-6 {
    font-size: 12px;
    line-height: 1.6
}

.icon-list:before {
    content: "\e913"
}

.icon-plus:before {
    content: "\e90d"
}

.icon-info:before {
    content: "\e915"
}

.icon-filter:before {
    content: "\e912"
}

.icon-tableview:before {
    content: "\e913"
}

.icon-cardvieww:before {
    content: "\e914"
}

.icon-zoom:before {
    content: "\e905"
}

.icon-arLeft:before {
    content: "\e90f"
}

.icon-arRight:before {
    content: "\e910"
}

.icon-filtr:before {
    content: "\e90d"
}

.icon-search:before {
    content: "\e90e"
}

.icon-arrow-bottom:before {
    content: "\e911"
}

.icon-arrow:before {
    content: "\e900"
}

.icon-checked:before {
    content: "\e901"
}

.icon-clock:before {
    content: "\e902"
}

.icon-close-envelope:before {
    content: "\e903"
}

.icon-download:before {
    content: "\e904"
}

.icon-eye:before {
    content: "\e906"
}

.icon-facebook:before {
    content: "\e907"
}

.icon-git:before {
    content: "\e908"
}

.icon-open-book:before {
    content: "\e909"
}

.icon-rss-symbol:before {
    content: "\e90a"
}

.icon-skype:before {
    content: "\e90b"
}

.icon-twitter:before {
    content: "\e90c"
}

.default-icon img {
    width: 100%;
    object-fit: contain;
    object-position: center
}

.divider {
    width: 200%;
    height: 1px;
    background: #EDEDED;
    position: relative;
    left: -20px;
    margin: 30px 0
}

.divider-wrap {
    overflow: hidden
}

.divider.--dashboard {
    margin: 30px 0 20px 0;
    left: -30px
}

.divider.--addAd {
    margin: 30px 0;
    left: -50px
}

.--relative {
    position: relative
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-font-smoothing: antialiased
}

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

.overlap {
    position: relative;
    z-index: 2
}

body.active,html.active {
    overflow: hidden;
    height: auto
}

.full-height,body,html {
    height: 100%
}

.body-padding {
    height: 70px
}

@media (max-width: 767px) {
    .body-padding {
        height:59px
    }
}

.section-title {
    margin-bottom: 24px
}

.app__description {
    font-size: 16px;
    line-height: 1.75;
    color: #5A6C81
}

.app__link {
    font-size: 16px;
    color: #0089CF;
    cursor: pointer;
    position: relative
}

.app__link i {
    position: absolute;
    padding-left: 21px;
    font-size: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.app__link i:before {
    color: #0089CF
}

.app__link:hover i {
    padding-left: 31px
}

.app-screen__title {
    margin-top: 60px;
    margin-bottom: 12px
}

@media (max-width: 575px) {
    .app-screen__title {
        margin-top:24px
    }
}

.app-screen__description {
    margin: 0 auto 30px auto;
    width: 100%;
    max-width: 450px
}

@media (max-width: 575px) {
    .app-screen__description {
        margin:0 auto 24px auto
    }
}

.carousel {
    opacity: 0
}

.carousel.loadSlider {
    opacity: 1
}

.wrap-line {
    position: relative
}

.wrap-line:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 372px;
    height: 430px;
    background: url(/images/topLine.svg) center center no-repeat;
    background-size: cover
}

@media (max-width: 767px) {
    .wrap-line:before {
        display:none
    }
}

.wrap-line:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 278px;
    height: 465px;
    background: url(/images/bottomLine.svg) center center no-repeat;
    background-size: cover
}

@media (max-width: 767px) {
    .wrap-line:after {
        display:none
    }
}

.fade-in {
    animation: fade-in 0.35s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.animate-in {
    animation: modalIn 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-iteration-count: 1
}

.animate-away {
    animation: modalAway 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-iteration-count: 1
}

@-webkit-keyframes modalIn {
    0% {
        transform: translateY(200%);
        opacity: 0
    }

    100% {
        transform: translateY(0%);
        opacity: 1
    }
}

@keyframes modalIn {
    0% {
        transform: translateY(200%);
        opacity: 0
    }

    100% {
        transform: translateY(0%);
        opacity: 1
    }
}

@-webkit-keyframes modalAway {
    0% {
        transform: translateY(0%)
    }

    100% {
        transform: translateY(200%)
    }
}

@keyframes modalAway {
    0% {
        transform: translateY(0%)
    }

    100% {
        transform: translateY(200%)
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes scaleMarker {
    from {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(5);
        transform: scale(5)
    }
}

@keyframes scaleMarker {
    from {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(5);
        transform: scale(5)
    }
}

.menu-item {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

@media (max-width: 575px) {
    .menu-item+.menu-item {
        margin-left:auto
    }
}

.menu-item-has-children:after {
    font-family: 'icomoon'!important;
    font-size: 10px;
    line-height: 7px;
    position: absolute;
    color: #fff;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menu-item a {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.header {
    position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border-bottom: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

@media (max-width: 991px) {
    .header {
        padding:15px 0
    }
}

.header-logo {
    display: block;
    width: 225px;
    margin-right: 56px
}

@media (max-width: 1200px) {
    .header-logo {
        margin-right:20px
    }
}

@media (max-width: 991px) {
    .header-nav {
        padding:24px 15px 15px 15px;
        position: fixed;
        width: 100%;
        left: -110%;
        top: 88px;
        bottom: 0;
        height: calc(100% - 88px);
        background-color: #fff;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        overflow: auto
    }

    .header-nav::-webkit-scrollbar-track,.header-nav .select-items::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 0;
        background-color: rgba(180,152,102,0.25)
    }

    .header-nav::-webkit-scrollbar,.header-nav .select-items::-webkit-scrollbar {
        width: 5px;
        background-color: transparent
    }

    .header-nav::-webkit-scrollbar-thumb,.header-nav .select-items::-webkit-scrollbar-thumb {
        border-radius: 0;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #fff
    }
}

@media (max-width: 991px) {
    .header-nav.active {
        display:block;
        left: 0;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out
    }
}

.header-nav__title {
    display: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 16px
}

@media (max-width: 991px) {
    .header-nav__title {
        display:block
    }
}

.header-nav__title i {
    margin-right: 25px;
    font-size: 8px;
    transform: rotate(-90deg)
}

@media (max-width: 991px) {
    .header-nav__title i {
        font-size:11px;
        line-height: 11px;
        transform: rotate(90deg);
        display: inline-block
    }
}

.header-nav__btn {
    position: absolute;
    right: 0;
    top: 50%;
    height: 11px;
    border: none;
    width: 11px;
    background: transparent;
    z-index: 6;
    padding: 0;
    margin: 0;
    transform: translateY(-50%)
}

.header-nav__btn i {
    font-size: 11px;
    line-height: 11px;
    color: #5A6C81;
    display: block
}

@media (max-width: 991px) {
    .header-nav__btn i {
        -webkit-transform:rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        display: inline-block
    }
}

.hamburger {
    display: none
}

@media (max-width: 991px) {
    .hamburger {
        width:30px;
        height: 18px;
        display: block;
        position: absolute;
        right: 20px;
        margin-left: 24px
    }

    .hamburger span {
        position: absolute;
        display: block;
        height: 2px;
        background: #919191;
        width: 30px;
        left: 0;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out
    }
    
    .hamburger span:nth-child(1) {
        top: 0
    }

    .hamburger span:nth-child(2) {
        top: 8px
    }

    .hamburger span:nth-child(3) {
        top: 16px
    }

    .hamburger.open span:nth-child(1) {
        top: 9px;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg)
    }

    .hamburger.open span:nth-child(2) {
        background: transparent
    }

    .hamburger.open span:nth-child(3) {
        top: 9px;
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg)
    }
}

.primary-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767px) {
    .primary-navigation {
        flex-direction:column;
        align-items: flex-start
    }
}

.primary-navigation>li {
    margin-right: 48px;
    position: relative
}

@media (min-width: 991px) {
    .primary-navigation>li {
        padding:25px 0
    }
}

@media (max-width: 991px) {
    .primary-navigation>li {
        display:block;
        position: static;
        width: 100%
    }
}

@media (max-width: 1200px) {
    .primary-navigation>li {
        margin-right:20px;
        font-weight: 400
    }
}

@media (max-width: 991px) {
    .primary-navigation>li+li {
        margin:18px 0 0 0 !important
    }
}

.primary-navigation>li>a {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    z-index: 2;
    position: relative;
    color: #5A6C81;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.primary-navigation>li>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: #0089CF;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.primary-navigation>li.menu-item-has-children:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    height: 50px;
    z-index: -1;
    visibility: hidden
}

.primary-navigation>li.menu-item-has-children>a {
    padding-right: 15px;
    border: none
}

.primary-navigation>li.menu-item-has-children>a .nav-btn {
    position: absolute;
    right: -1px;
    top: -1px;
    height: calc(100% + 2px);
    border: none;
    border-radius: 0 100px 100px 0;
    width: 50px;
    background: transparent;
    z-index: 6;
    padding: 0;
    margin: 0
}

.primary-navigation>li.menu-item-has-children>a .nav-btn i {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.primary-navigation>li.menu-item-has-children>a .nav-btn:focus {
    outline: none
}

.primary-navigation>li.menu-item-has-children>.sub-menu {
    text-align: left;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute
}

@media (max-width: 991px) {
    .primary-navigation>li.menu-item-has-children>.sub-menu {
        display:none;
        padding: 26px 15px;
        width: 100%;
        height: 100%;
        left: -110%;
        top: 0;
        background: #fff;
        z-index: 100
    }

    .primary-navigation>li.menu-item-has-children>.sub-menu.open {
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out
    }
}

@media (min-width: 991px) {
    .primary-navigation>li.menu-item-has-children>.sub-menu {
        cursor:pointer;
        background: #fff;
        border-radius: 0;
        min-width: 235px;
        padding: 20px 16px;
        top: calc(100% + 9px);
        left: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
        z-index: 1;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.1)
    }

    .primary-navigation>li.menu-item-has-children>.sub-menu:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 11px 11px 11px;
        border-color: transparent transparent #fff transparent;
        position: absolute;
        top: -5px
    }
}

.primary-navigation>li.menu-item-has-children>.sub-menu li {
    width: 100%;
    border: none;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding-left: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.primary-navigation>li.menu-item-has-children>.sub-menu li:before {
    content: '';
    width: 0;
    height: 2px;
    background: #0089CF;
    position: absolute;
    left: 0;
    bottom: -2px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.primary-navigation>li.menu-item-has-children>.sub-menu li+li {
    margin: 16px 0 0 0
}

.primary-navigation>li.menu-item-has-children>.sub-menu li a {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #5A6C81
}

.primary-navigation>li.menu-item-has-children>.sub-menu li:hover a {
    color: #0089CF
}

.primary-navigation>li.menu-item-has-children>.sub-menu li:hover:before {
    content: '';
    width: 28px
}

.primary-navigation>li.menu-item-has-children:hover:before {
    visibility: visible
}

@media (min-width: 991px) {
    .primary-navigation>li.menu-item-has-children:hover>ul {
        visibility:visible;
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.primary-navigation>li.menu-item-has-children:hover>a i,.primary-navigation>li.menu-item-has-children.current-menu-item>a i {
    color: #0089CF
}

.primary-navigation>li:hover>a,.primary-navigation>li.current-menu-item>a {
    color: #0089CF
}

.primary-navigation>li:hover>a:after,.primary-navigation>li.current-menu-item>a:after {
    content: '';
    width: 28px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.footer {
    color: #fff;
    background: #0089CF;
    position: relative;
    padding: 50px 0 30px 0;
    overflow: hidden;
}

@media (max-width: 991px) {
    .footer {
        padding:36px 0 25px 0;
        text-align: center
    }
}

.footer-title {
    margin-bottom: 35px;
    color: #fff
}

.footer-list__item {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 2
}

.footer-list__item+.footer-list__item {
    margin-left: 36px
}

@media (max-width: 575px) {
    .footer-list__item+.footer-list__item {
        margin-left:auto
    }
}

@media (max-width: 575px) {
    .footer-list__item {
        max-width:220px;
        display: block;
        margin: 0 auto
    }
}

.footer-list__submenu {
    background: #635848;
    position: absolute;
    bottom: 100%;
    left: 0;
    padding: 10px;
    width: 175px
}

@media (max-width: 991px) {
    .footer-column {
        -webkit-box-align:center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 767px) {
    .copyright-block {
        text-align:center
    }
}

.copyright-info {
    line-height: 2;
    font-size: 12px;
    color: #fff
}

.copyright-info.--link {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.copyright-info.--link span {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.copyright-info.--link: hover span {
    color:#68563B
}

.social-navigation {
    text-align: center
}

.social-navigation .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .social-navigation .menu {
        margin-top: 300px;
        -webkit-box-pack:left;
        -ms-flex-pack: left;
        justify-content: left
    }
}

.social-navigation .menu-item {
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 20px;
    height: 20px;
    overflow: hidden
}

.social-navigation .menu-item+.menu-item {
    margin-left: 25px
}

@media (max-width: 767px) {
    .social-navigation .menu-item+.menu-item {
        margin-left:15px;
    }
}

.social-navigation .menu-item a {
    text-indent: -9999px
}

.social-navigation .menu-item:hover a {
    color: #0089CF
}

@media (max-width: 767px) {
    .social-navigation.--follow .menu {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

    }
}

.social-navigation.--follow .menu-item {
    width: 29px;
    height: 29px
}

.social-navigation.--follow a {
    font-size: 25px
}

@media (max-width: 767px) {
    .social-navigation.--header {
        margin-top:20px
    }
}

.social-navigation.--footer {
    margin-bottom: 42px
}

@media (max-width: 767px) {
    .social-navigation.--footer {
        margin-bottom:9px
    }
}

.social-navigation.--footer .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .social-navigation.--footer .menu {
        display:block
    }
}

.social-navigation.--footer .menu-item {
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: auto;
    height: auto;
    overflow: visible;
    padding-left: 20px
}

@media (max-width: 767px) {
    .social-navigation.--footer .menu-item {
        margin-bottom:15px
    }
}

.social-navigation.--footer .menu-item a {
    text-indent: 0;
    font-size: 14px;
    line-height: 22px
}

.social-navigation.--footer .menu-item a: before {
    left:0;
    transform: translate(0, -50%);
    font-size: 12px
}

.social-navigation.--footer .menu-item: hover a {
    color:#15B0FF
}

.footer-navigation {
    padding: 40px 0
}

@media (max-width: 767px) {
    .footer-navigation {
        padding:24px 0 20px 0
    }
}

.footer-navigation .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .footer-navigation .menu {
        display:block
    }
}

@media (max-width: 575px) {
    .footer-navigation .menu-item {
        display:block;
        margin-bottom: 16px
    }
}

.footer-navigation .menu-item a {
    font-size: 16px;
    line-height: 24px
}

.footer-navigation .menu-item a:hover {
    color: #15B0FF
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-inline-block {
    display: inline-block !important
}

@media (min-width: 576px) {
    .d-sm-block {
        display:block !important
    }

    .d-sm-none {
        display: none !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) {
    .d-md-block {
        display:block !important
    }

    .d-md-none {
        display: none !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display:block !important
    }

    .d-lg-none {
        display: none !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .d-xl-block {
        display:block !important
    }

    .d-xl-none {
        display: none !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }
}

.container {
    max-width: 1190px;
    margin: auto;
    padding: 0 15px
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    bs-gutter-x: 0px;
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap
}

.m-auto {
    display: block;
    margin: auto
}

.m-row {
    margin: 0 -15px
}

@media (max-width: 575px) {
    .m-row {
        margin:0 !important
    }
}

.p-0 {
    padding: 0 !important
}

@media (max-width: 575px) {
    .p-0 {
        padding:0 15px !important
    }
}

.mr-17 {
    margin-right: 17px
}

@media (max-width: 575px) {
    .mr-17 {
        margin-right:0
    }
}

.m-0 {
    margin: 0 !important
}

.mb-24 {
    margin-bottom: 24px
}

.mb-64 {
    margin-bottom: 64px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-80 {
    margin-bottom: 60px
}

.mb-20 {
    margin-bottom: 20px
}

.column {
    padding: 0 15px;
    position: relative
}

@media (max-width: 575px) {
    .column {
        padding:0
    }
}

.align-self-middle {
    -webkit-align-self: center;
    align-self: center
}

.align-self-end {
    -webkit-align-self: flex-end;
    align-self: flex-end
}

.align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-spaced {
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.align-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.align-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-start {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-start
}

.align-self-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.col-xs-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-xs-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666666%;
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%
}

.col-xs-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24.999999%;
    -ms-flex: 0 0 24.999999%;
    flex: 0 0 24.999999%;
    max-width: 24.999999%
}

.col-xs-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333332%;
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    max-width: 33.333332%
}

.col-xs-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666665%;
    -ms-flex: 0 0 41.666665%;
    flex: 0 0 41.666665%;
    max-width: 41.666665%
}

.col-xs-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.999998%;
    -ms-flex: 0 0 49.999998%;
    flex: 0 0 49.999998%;
    max-width: 49.999998%
}

.col-xs-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333331%;
    -ms-flex: 0 0 58.333331%;
    flex: 0 0 58.333331%;
    max-width: 58.333331%
}

.col-xs-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666664%;
    -ms-flex: 0 0 66.666664%;
    flex: 0 0 66.666664%;
    max-width: 66.666664%
}

.col-xs-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 74.999997%;
    -ms-flex: 0 0 74.999997%;
    flex: 0 0 74.999997%;
    max-width: 74.999997%
}

.col-xs-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-xs-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666663%;
    -ms-flex: 0 0 91.666663%;
    flex: 0 0 91.666663%;
    max-width: 91.666663%
}

.col-xs-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 99.999996%;
    -ms-flex: 0 0 99.999996%;
    flex: 0 0 99.999996%;
    max-width: 99.999996%
}

@media (min-width: 576px) {
    .col-sm-1 {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666666%;
        -ms-flex: 0 0 16.666666%;
        flex: 0 0 16.666666%;
        max-width: 16.666666%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 24.999999%;
        -ms-flex: 0 0 24.999999%;
        flex: 0 0 24.999999%;
        max-width: 24.999999%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333332%;
        -ms-flex: 0 0 33.333332%;
        flex: 0 0 33.333332%;
        max-width: 33.333332%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666665%;
        -ms-flex: 0 0 41.666665%;
        flex: 0 0 41.666665%;
        max-width: 41.666665%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 49.999998%;
        -ms-flex: 0 0 49.999998%;
        flex: 0 0 49.999998%;
        max-width: 49.999998%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333331%;
        -ms-flex: 0 0 58.333331%;
        flex: 0 0 58.333331%;
        max-width: 58.333331%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666664%;
        -ms-flex: 0 0 66.666664%;
        flex: 0 0 66.666664%;
        max-width: 66.666664%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 74.999997%;
        -ms-flex: 0 0 74.999997%;
        flex: 0 0 74.999997%;
        max-width: 74.999997%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666663%;
        -ms-flex: 0 0 91.666663%;
        flex: 0 0 91.666663%;
        max-width: 91.666663%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 99.999996%;
        -ms-flex: 0 0 99.999996%;
        flex: 0 0 99.999996%;
        max-width: 99.999996%
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666666%;
        -ms-flex: 0 0 16.666666%;
        flex: 0 0 16.666666%;
        max-width: 16.666666%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 24.999999%;
        -ms-flex: 0 0 24.999999%;
        flex: 0 0 24.999999%;
        max-width: 24.999999%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333332%;
        -ms-flex: 0 0 33.333332%;
        flex: 0 0 33.333332%;
        max-width: 33.333332%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666665%;
        -ms-flex: 0 0 41.666665%;
        flex: 0 0 41.666665%;
        max-width: 41.666665%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 49.999998%;
        -ms-flex: 0 0 49.999998%;
        flex: 0 0 49.999998%;
        max-width: 49.999998%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333331%;
        -ms-flex: 0 0 58.333331%;
        flex: 0 0 58.333331%;
        max-width: 58.333331%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666664%;
        -ms-flex: 0 0 66.666664%;
        flex: 0 0 66.666664%;
        max-width: 66.666664%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 74.999997%;
        -ms-flex: 0 0 74.999997%;
        flex: 0 0 74.999997%;
        max-width: 74.999997%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666663%;
        -ms-flex: 0 0 91.666663%;
        flex: 0 0 91.666663%;
        max-width: 91.666663%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 99.999996%;
        -ms-flex: 0 0 99.999996%;
        flex: 0 0 99.999996%;
        max-width: 99.999996%
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666666%;
        -ms-flex: 0 0 16.666666%;
        flex: 0 0 16.666666%;
        max-width: 16.666666%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 24.999999%;
        -ms-flex: 0 0 24.999999%;
        flex: 0 0 24.999999%;
        max-width: 24.999999%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333332%;
        -ms-flex: 0 0 33.333332%;
        flex: 0 0 33.333332%;
        max-width: 33.333332%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666665%;
        -ms-flex: 0 0 41.666665%;
        flex: 0 0 41.666665%;
        max-width: 41.666665%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 49.999998%;
        -ms-flex: 0 0 49.999998%;
        flex: 0 0 49.999998%;
        max-width: 49.999998%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333331%;
        -ms-flex: 0 0 58.333331%;
        flex: 0 0 58.333331%;
        max-width: 58.333331%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666664%;
        -ms-flex: 0 0 66.666664%;
        flex: 0 0 66.666664%;
        max-width: 66.666664%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 74.999997%;
        -ms-flex: 0 0 74.999997%;
        flex: 0 0 74.999997%;
        max-width: 74.999997%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666663%;
        -ms-flex: 0 0 91.666663%;
        flex: 0 0 91.666663%;
        max-width: 91.666663%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 99.999996%;
        -ms-flex: 0 0 99.999996%;
        flex: 0 0 99.999996%;
        max-width: 99.999996%
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666666%;
        -ms-flex: 0 0 16.666666%;
        flex: 0 0 16.666666%;
        max-width: 16.666666%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 24.999999%;
        -ms-flex: 0 0 24.999999%;
        flex: 0 0 24.999999%;
        max-width: 24.999999%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333332%;
        -ms-flex: 0 0 33.333332%;
        flex: 0 0 33.333332%;
        max-width: 33.333332%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666665%;
        -ms-flex: 0 0 41.666665%;
        flex: 0 0 41.666665%;
        max-width: 41.666665%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 49.999998%;
        -ms-flex: 0 0 49.999998%;
        flex: 0 0 49.999998%;
        max-width: 49.999998%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333331%;
        -ms-flex: 0 0 58.333331%;
        flex: 0 0 58.333331%;
        max-width: 58.333331%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666664%;
        -ms-flex: 0 0 66.666664%;
        flex: 0 0 66.666664%;
        max-width: 66.666664%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 74.999997%;
        -ms-flex: 0 0 74.999997%;
        flex: 0 0 74.999997%;
        max-width: 74.999997%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666663%;
        -ms-flex: 0 0 91.666663%;
        flex: 0 0 91.666663%;
        max-width: 91.666663%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 99.999996%;
        -ms-flex: 0 0 99.999996%;
        flex: 0 0 99.999996%;
        max-width: 99.999996%
    }
}

@media (max-width: 475px) {
    .col-exs-1 {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-exs-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666666%;
        -ms-flex: 0 0 16.666666%;
        flex: 0 0 16.666666%;
        max-width: 16.666666%
    }

    .col-exs-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 24.999999%;
        -ms-flex: 0 0 24.999999%;
        flex: 0 0 24.999999%;
        max-width: 24.999999%
    }

    .col-exs-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333332%;
        -ms-flex: 0 0 33.333332%;
        flex: 0 0 33.333332%;
        max-width: 33.333332%
    }

    .col-exs-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666665%;
        -ms-flex: 0 0 41.666665%;
        flex: 0 0 41.666665%;
        max-width: 41.666665%
    }

    .col-exs-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 49.999998%;
        -ms-flex: 0 0 49.999998%;
        flex: 0 0 49.999998%;
        max-width: 49.999998%
    }

    .col-exs-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333331%;
        -ms-flex: 0 0 58.333331%;
        flex: 0 0 58.333331%;
        max-width: 58.333331%
    }

    .col-exs-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666664%;
        -ms-flex: 0 0 66.666664%;
        flex: 0 0 66.666664%;
        max-width: 66.666664%
    }

    .col-exs-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 74.999997%;
        -ms-flex: 0 0 74.999997%;
        flex: 0 0 74.999997%;
        max-width: 74.999997%
    }

    .col-exs-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-exs-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666663%;
        -ms-flex: 0 0 91.666663%;
        flex: 0 0 91.666663%;
        max-width: 91.666663%
    }

    .col-exs-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 99.999996%;
        -ms-flex: 0 0 99.999996%;
        flex: 0 0 99.999996%;
        max-width: 99.999996%
    }
}

.btn {
    background: transparent;
    border: none;
    cursor: pointer;
    line-height: normal;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-size: -webkit-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    padding: 20px 40px;
    min-width: 100px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.btn:focus {
    outline: none
}

.btn-primary {
    background: #0089CF;
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 10px;
    line-height: 14px;
    /* padding: 14px 16px 12px 16px; */
    min-width: auto;
    border-radius: 10px
}

.btn-primary:hover {
    background: #58C7FF
}

.btn-light {
    display: block;
    min-width: 175px;
    padding: 17px 36px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(64,167,220,0.7);
    border-radius: 100px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900
}

.btn-download {
    display: inline-block;
    min-width: 100px;
    padding: 12px 36px;
    background: #fff;
    border: 1px solid #0089CF;
    border-radius: 100px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400
}

.btn-download:hover {
    background: #58C7FF;
    color: #fff
}

@media (max-width: 767px) {
    .btn-download {
        margin:0 auto;
        min-width: auto;
        padding: 13px 26px
    }
}

.btn-download i {
    margin-right: 10px;
    font-size: 13px
}

.btn-download.--table {
    padding: 14px 16px;
    font-size: 10px;
    border-color: #0089CF;
    color: #0089CF;
    line-height: normal
}

.btn-download.--table: hover {
    background:#0089CF;
    color: #fff
}

.btn-download.--small {
    padding: 14px 16px 12px 16px;
    font-size: 10px;
    line-height: 14px;
    border-color: #0089CF;
    color: #0089CF
}

.btn-download.--small: hover {
    background:#0089CF;
    color: #fff
}

.custom-btn {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%)
}

.custom-btn:hover .custom-btn__span {
    background: red;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.custom-btn__input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer
}

.custom-btn__span {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    width: 103px;
    padding: 14px 16px 12px 21px;
    border-radius: 100px;
    text-align: left;
    background: #0089CF;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    outline: 0;
    overflow: hidden;
    background-color: rgba(0,0,0,0.6);
    -webkit-overflow-scrolling: touch
}

.modal__close {
    position: absolute;
    right: 30px;
    top: 30px;
    background: #fff url("../img/close.svg") center no-repeat;
    height: 16px;
    width: 16px;
    cursor: pointer
}

@media (max-width: 767px) {
    .modal__close {
        right:15px;
        top: 15px
    }
}

.modal__body {
    position: absolute;
    display: flex;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-y: hidden
}

.modal__content {
    position: relative;
    margin: auto;
    width: 100%;
    overflow: hidden;
    max-width: 700px;
    background: #fff;
    color: #5A6C81;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    border-radius: 10px
}

@media (max-width: 767px) {
    .modal__content {
        margin:auto 15px;
        padding: 40px 15px;
        overflow-y: auto;
        height: auto;
        max-height: 100%
    }
}

.modal__title {
    display: block;
    color: var(--col-black);
    font-size: 18px;
    margin: 0 0 40px 10px;
    font-weight: bold
}

.modal__btn {
    height: 50px;
    line-height: 50px;
    background-color: var(--col-secondary)
}

.modal__btn span {
    line-height: 50px
}

.modal__btn:hover span {
    transform: translateY(-50px)
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input:focus {
    outline: none
}

.form {
    margin-bottom: 28px
}

.form-notification {
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    color: #fff;
    margin: 16px 0
}

.form-notification--or {
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    margin: 0 36px 30px 36px;
    color: #ffffff
}

@media (max-width: 991px) {
    .form-notification--or {
        display:none
    }
}

.form__title {
    font-weight: bold;
    margin-bottom: 25px;
    color: #fff;
    text-align: center;
    width: 100%
}

.form__description {
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 16px;
    font-size: -webkit-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    color: #fff;
    width: 100%
}

.form-control {
    margin-bottom: 24px
}

.form-control.--text {
    margin-bottom: 16px
}

.form-control__label {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #5A6C81;
    display: block
}

.form-control__input,.form-control__area {
    width: 100%;
    margin-bottom: 0;
    background: #fff;
    padding: 11px 24px;
    outline: none;
    line-height: 1.5;
    font-size: 16px;
    font-size: -webkit-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    color: #5A6C81;
    font-weight: normal;
    border: 2px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: 'Inter', sans-serif;
    z-index: 1;
    position: relative;
    resize: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.form-control__input::-webkit-input-placeholder,.form-control__area::-webkit-input-placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.75;
    color: #B6B6B6;
    font-size: 16px;
    font-size: -webkit-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    opacity: 1;
    transition: opacity 0.5s
}

.form-control__input::-moz-placeholder,.form-control__area::-moz-placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.75;
    color: #B6B6B6;
    font-size: 16px;
    font-size: -webkit-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    opacity: 1;
    transition: opacity 0.5s
}

.form-control__input:-ms-input-placeholder,.form-control__area:-ms-input-placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.75;
    color: #B6B6B6;
    font-size: 16px;
    font-size: -webkit-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    opacity: 1;
    transition: opacity 0.5s
}

.form input:disabled {
    cursor: not-allowed
}

::-webkit-input-placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.75;
    color: #B6B6B6;
    font-size: 16px;
    font-size: -webkit-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    opacity: 1;
    transition: opacity 0.5s
}

::-moz-placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.75;
    color: #B6B6B6;
    font-size: 16px;
    font-size: -webkit-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    opacity: 1;
    transition: opacity 0.5s
}

:-ms-input-placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.75;
    color: #B6B6B6;
    font-size: 16px;
    font-size: -webkit-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    opacity: 1;
    transition: opacity 0.5s
}

:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.5s
}

:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.5s
}

:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.5s
}

div.wpcf7 .ajax-loader {
    display: none !important
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    background-color: transparent
}

.error-message {
    position: absolute;
    top: 100%;
    color: red;
    width: 100%;
    text-align: center;
    font-size: 11px
}

.subscribe-block {
    position: relative;
    max-width: 320px
}

@media (max-width: 767px) {
    .subscribe-block {
        max-width:300px
    }
}

.subscribe-block.--getStarted {
    max-width: 430px
}

.subscribe-block__input {
    background: #fff;
    box-shadow: 0px 0px 10px #0089CF;
    border-radius: 100px;
    font-size: 14px;
    line-height: 26px;
    padding: 12px 36px;
    border: none;
    width: 100%
}

.subscribe-block__input::-webkit-input-placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    opacity: 1;
    transition: opacity 0.5s
}

.subscribe-block__input::-moz-placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    opacity: 1;
    transition: opacity 0.5s
}

.subscribe-block__input:-ms-input-placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    opacity: 1;
    transition: opacity 0.5s
}

.subscribe-block__input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.5s
}

.subscribe-block__input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.5s
}

.subscribe-block__input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.5s
}

@media (max-width: 767px) {
    .subscribe-block__input {
        padding:9px 16px
    }
}

.subscribe-block__input.--getStarted {
    box-shadow: none;
    -webkit-appearance: none;
    padding: 10px 0 9px 29px;
    border: 2px solid #EEEEEE
}

.subscribe-block__btn {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    border: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.subscribe-block__btn.--circle {
    width: 40px;
    height: 40px;
    background: #0089CF url(/images/arRight.svg) center center no-repeat;
    padding: 0;
    border-radius: 100%;
    cursor: pointer
}

@media (max-width: 767px) {
    .subscribe-block__btn.--circle {
        right:4px;
        width: 38px;
        height: 38px
    }
}

.subscribe-block__btn.--getStarted {
    padding: 14px 21px 13px 21px;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    line-height: 14px;
    right: 4px;
    border-radius: 100px;
    text-align: left;
    background: #0089CF
}

.subscribe-block__btn.--getStarted i {
    margin-left: 8px
}

.subscribe-block__btn:hover {
    background-color: #15B0FF
}

.subscribe-block__btn:focus {
    outline: none
}

.subscribe-block__btn.--product {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    right: 4px;
    width: 103px;
    padding: 12px 21px;
    border-radius: 100px;
    text-align: left;
    background: #0089CF url(/images/arRight.svg) 80% 46% no-repeat
}

.custom-select {
    position: relative;
    width: 240px
}

@media (max-width: 991px) {
    .custom-select {
        width:230px
    }
}

@media (max-width: 767px) {
    .custom-select {
        width:100%;
        margin-left: 0
    }
}

.custom-select select {
    display: none;
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    padding: 11px 34px 11px 56px
}

.select-list {
    position: absolute;
    cursor: pointer;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border-radius: 0;
    min-width: 100%;
    padding: 20px 16px;
    top: 100%;
    left: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 5;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.select-list__item {
    font-size: 16px;
    color: #B6B6B6;
    padding: 7px 10px 5px 10px;
    line-height: normal;
    cursor: pointer;
    user-select: none;
    text-align: left;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%
}

.select-list__item:hover {
    color: #0089CF
}

.select-list__item.--current {
    border: 2px solid #EEEEEE;
    border-radius: 100px;
    padding: 11px 34px 11px 48px
}

.select-list__item.--current: after {
    content:'\e911';
    font-family: 'icomoon' !important;
    font-size: 13px;
    position: absolute;
    color: #B6B6B6;
    top: 50%;
    right: 21px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.select-list__item.--current: before {
    content:'\e912';
    font-family: 'icomoon' !important;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.select-list__item.--current: hover {
    color:#0089CF
}

.select-hide {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.pagination {
    margin: 30px 0 60px 0
}

.page-numbers {
    height: 48px;
    width: 48px;
    line-height: 48px;
    border-radius: 3px;
    border: none;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-size: -webkit-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-weight: normal;
    color: #0089CF;
    border: 1px solid #0089CF;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.page-numbers+.page-numbers {
    margin-left: 4px
}

@media (max-width: 767px) {
    .page-numbers {
        height:32px;
        width: 32px;
        line-height: 32px
    }
}

.page-numbers.current,.page-numbers:hover {
    background: #0089CF;
    color: #fff
}

.page-numbers:hover {
    color: #fff
}

.social-navigation a {
    font-size: 16px
}

.social-navigation a:before {
    content: "\e90a";
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'icomoon' !important
}

.social-navigation a[href*="twitter.com"]:before {
    content: "\e90c"
}

.social-navigation a[href*="facebook.com"]:before {
    content: "\e907"
}

.social-navigation a[href*="youtube.com"]:before {
    content: "\e90b"
}

.social-navigation a[href*="github.com"]:before {
    content: "\e908"
}

.social-navigation a[href*="mailto:"]:before {
    content: "\e903"
}

.social-navigation a[href*="privacy-policy"]:before {
    content: "\e909"
}

.follow-us {
    padding: 30px;
    background: #F4F4F4;
    border-radius: 10px;
    margin-bottom: 40px
}

.follow-us__title {
    font-size: 18px;
    font-size: -webkit-calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
    line-height: 1.61;
    margin-bottom: 18px;
    font-family: 'Inter', sans-serif
}

.flickity-enabled {
    position: relative;
    z-index: 1
}

.flickity-enabled:focus {
    outline: none
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 12px;
    height: 22px;
    cursor: pointer;
    border: 0;
    outline: none;
    background-color: transparent;
    transition: all 0.3s ease
}

.flickity-prev-next-button:focus {
    outline: none
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0
}

.flickity-prev-next-button svg {
    display: none
}

.flickity-prev-next-button:after {
    content: '';
    font-family: 'icomoon' !important;
    color: #5A6C81;
    font-size: 22px
}

.flickity-prev-next-button.previous {
    left: 0
}

.flickity-prev-next-button.previous:after {
    content: "\e90f";
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.flickity-prev-next-button.previous:hover:after {
    color: #948671
}

.flickity-prev-next-button.next {
    right: 0
}

.flickity-prev-next-button.next:after {
    content: "\e910";
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.flickity-prev-next-button.next:hover:after {
    color: #948671
}

.flickity-page-dots {
    position: absolute;
    max-width: 1110px;
    margin: auto;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 6px;
    z-index: 10;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
    transition: all 0.3s ease
}

.flickity-page-dots .dot {
    position: relative;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    background-color: rgba(0,137,207,0.5);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.flickity-page-dots .dot:hover {
    background-color: #0089cf
}

.flickity-page-dots .dot+.dot {
    margin-left: 7px
}

.flickity-page-dots .dot.is-selected {
    background-color: #0089cf
}

.landscape-message {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0089CF;
    display: none
}

@media only screen and (max-width: 960px) and (min-aspect-ratio: 13 / 9) {
    .landscape-message {
        display:block
    }
}

.landscape-message__inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.landscape-message__inner svg {
    width: 45px;
    height: 45px;
    fill: #fff
}

.landscape-message__inner p {
    font-weight: 400;
    font-size: 16px;
    color: #fff
}

.cookies {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 286px;
    z-index: 20;
    background: #FFFFFF;
    box-shadow: -1px 13px 20px rgba(103,103,103,0.2);
    border-radius: 5px;
    padding: 24px 17px;
    text-align: center;
    display: none
}

@media (max-width: 767px) {
    .cookies {
        bottom:0;
        right: 0;
        width: 100%;
        padding: 15px;
        box-shadow: 0px -3px 25px rgba(210,210,210,0.25)
    }
}

.cookies.open {
    display: block
}

.cookies a {
    text-decoration: none;
    color: #0089CF
}

.cookies__icon {
    width: 36px;
    margin: 0 auto 12px auto
}

@media (max-width: 767px) {
    .cookies__icon {
        display:none
    }
}

.cookies__title {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 12px
}

@media (max-width: 767px) {
    .cookies__title {
        margin-bottom:10px
    }
}

.cookies__description {
    font-size: 12px;
    line-height: 20px;
    color: #5A6C81
}

.cookies__btn {
    margin-top: 16px;
    padding: 10px 38px;
    font-size: 12px
}

@media (max-width: 767px) {
    .cookies__btn {
        margin-top:10px;
        padding: 10px 29px 8px 29px;
        font-size: 10px
    }
}

.device-macbook-pro {
    height: calc(100% - 134px);
    max-height: 630px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -25%;
    width: 70%
}

@media (max-width: 767px) {
    .device-macbook-pro {
        display:none
    }
}

.device-macbook-pro .device-frame {
    background: #ebebeb;
    border-radius: 20px 20px;
    box-shadow: inset 0 0 0 2px #c8cacb;
    height: 100%;
    margin: 0 auto;
    padding: 44px 30px 34px 30px;
    position: relative;
    width: 85%
}

.device-macbook-pro .device-frame:before {
    content: ''
}

.device-macbook-pro .device-sensors {
    background: #c4c4c4;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 16px
}

.device-macbook-pro .device-power {
    background: #f6f6f6;
    border: solid #e0e0e0;
    border-radius: 2px 2px 0 0;
    border-width: 2px 2px 0 2px;
    height: 20px;
    margin-top: -10px;
    position: relative;
    width: 100%;
    z-index: 9
}

.device-macbook-pro .device-power:after,.device-macbook-pro .device-power:before {
    content: "";
    position: absolute
}

.device-macbook-pro .device-power::after {
    background: #f3f3f3;
    border-radius: 0 0 20px 20px;
    box-shadow: inset 0 0 4px 2px rgba(186,189,191,0.5);
    height: 14px;
    left: 50%;
    transform: translateX(-50%);
    top: -2px;
    width: 190px
}

.device-macbook-pro .device-power::before {
    background: #d6d6d6;
    border-radius: 0 0 180px 180px/ 0 0 12px 12px;
    box-shadow: inset 0 -2px 6px 0 #cccccc;
    height: 10px;
    left: -2px;
    margin: 0 auto;
    top: 17px;
    width: 100%
}

.primary-screen {
    background: #0089CF;
    overflow: hidden
}

.primary-screen:not(.--use-case) {
    position: relative;
    height: calc(100% - 70px);
    margin-top: 70px
}

@media (max-width: 767px) {
    .primary-screen:not(.--use-case) {
        margin-top:60px;
        height: auto;
        padding: 50px 0
    }
}

.primary-screen.--use-case {
    padding: 66px 0
}

.primary-screen.--use-case .primary-screen__title {
    padding: 0
}

.primary-screen.--use-case .primary-screen__subtitle {
    font-family: 'Inter', sans-serif
}

.primary-screen:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 372px;
    height: 430px;
    background: url(/images/topLine.svg) center center no-repeat;
    background-size: cover;
    z-index: 1
}

@media (max-width: 767px) {
    .primary-screen:before {
        display:none
    }
}

.primary-screen .btn-download {
    margin-right: 0;
    color: #333333
}

@media (max-width: 575px) {
    .primary-screen .btn-download {
        margin-right:0
    }
}

.primary-screen .column-info {
    position: relative;
    z-index: 2
}

@media (max-width: 575px) {
    .primary-screen .column-info {
        text-align:center
    }
}

.primary-screen__title {
    color: #fff;
    padding-right: 8%
}

@media (max-width: 767px) {
    .primary-screen__title {
        padding:0
    }
}

.primary-screen__description {
    position: relative;
    padding: 12px 0 18px 0;
    color: #fff;
    max-width: 420px
}

@media (max-width: 767px) {
    .primary-screen__description {
        margin:0
    }
}

@media (max-width: 575px) {
    .primary-screen__description {
        max-width:90%;
        margin: 0 auto
    }
}

.primary-screen .subscribe-block {
    width: 300px
}

.primary-screen {
    background-image: url(/images/hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 575px) {
    .primary-screen__btn-wrap {
        display:block
    }
}

@media (max-width: 767px) {
    .works {
        padding:60px 0 0 0
    }
}

.works-item {
    margin-bottom: 110px;
    position: relative
}

@media (max-width: 767px) {
    .works-item {
        margin-bottom:32px !important
    }
}

.works-item .column-info {
    padding-right: 16%
}

@media (max-width: 767px) {
    .works-item .column-info {
        padding-right:0
    }
}

.works-item__icon {
    padding: 0 12%
}

@media (max-width: 767px) {
    .works-item__icon {
        width:60%;
        margin: 0 auto
    }
}

.works-item__title {
    margin-bottom: 13px
}

@media (max-width: 767px) {
    .works-item__title {
        margin:12px 0 8px 0;
        text-align: center
    }
}

.works-item__description {
    margin-bottom: 86px
}

@media (max-width: 767px) {
    .works-item__description {
        margin-bottom:0
    }
}

.works-item:nth-child(2):before {
    content: '';
    position: absolute;
    top: -130px;
    left: 50%;
    transform: translateX(-50%);
    height: 180px;
    width: 77%;
    background: url(../img/line1.svg) center no-repeat;
    background-size: cover
}

@media (max-width: 767px) {
    .works-item:nth-child(2):before {
        display:none
    }
}

.works-item:nth-child(2):after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -155px;
    height: 180px;
    width: 77%;
    background: url(../img/line1.svg) center no-repeat;
    transform: scale(1, -1) translateX(-50%);
    background-size: cover;
    z-index: -1
}

@media (max-width: 767px) {
    .works-item:nth-child(2):after {
        display:none
    }
}

.works-item:last-child {
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .works-item:last-child {
        margin-bottom:25px !important
    }
}

.works-item:last-child:before {
    content: '';
    display: none
}

@media (max-width: 767px) {
    .works-item:last-child:before {
        display:none
    }
}

.works-item:nth-child(even) .column-info {
    order: 1;
    padding-left: 16%;
    padding-right: 0
}

@media (max-width: 767px) {
    .works-item:nth-child(even) .column-info {
        order:2;
        padding: 0
    }
}

.works-item:nth-child(even) .column-icon {
    order: 2
}

@media (max-width: 767px) {
    .works-item:nth-child(even) .column-icon {
        order:1
    }
}

.features {
    position: relative
}

.features:before {
    position: absolute;
    right: 0;
    top: -30%;
    width: 443px;
    height: 1049px;
    background: url(/images/rightLine.svg) no-repeat;
    background-size: contain
}

@media (max-width: 767px) {
    .features:before {
        display:none
    }
}

.features:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -30%;
    width: 443px;
    height: 1008px;
    background: url(/images/leftLine.svg) no-repeat;
    background-size: contain;
    z-index: -1
}

@media (max-width: 767px) {
    .features:after {
        display:none
    }
}

.features-item {
    display: block;
    background: #FFFFFF;
    box-shadow: -1px 13px 20px #F0F2F4;
    border-radius: 5px;
    padding: 45px 60px 40px 60px;
    height: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: space-between;
    align-content: space-between
}

@media (max-width: 575px) {
    .features-item {
        height:auto
    }
}

@media (max-width: 767px) {
    .features-item {
        padding:20px
    }
}

.features-item__icon {
    margin-bottom: 24px;
    height: 50px;
    width: 50px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

@media (max-width: 991px) {
    .features-item__icon {
        margin-bottom:20px;
        height: 36px;
        width: 36px
    }
}

.features-item__icon img {
    height: 100%
}

.features-item__title,.features-item__description {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.features-item__description {
    font-size: 14px;
    line-height: 2;
    margin: 13px 0
}

.features-item:hover {
    background: #0089CF
}

.features-item:hover .features-item__icon {
    filter: brightness(0) invert(1)
}

.features-item:hover .features-item__title,.features-item:hover .features-item__description {
    color: #fff
}

.features-item:hover .app__link {
    color: #fff
}

.features-item:hover .app__link i {
    padding-left: 31px
}

.features-item:hover .app__link i:before {
    color: #fff
}

.features-item__column {
    margin-bottom: 30px
}

.integrations {
    position: relative
}

.integrations:before {
    content: '';
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -30%;
    width: 443px;
    height: 1049px;
    background: url(/images/rightLine.svg) no-repeat;
    background-size: contain
}


@media (max-width: 767px) {
    .integrations:before {
        display:none
    }
}

@media (max-width: 991px) {
    .integrations {
        padding-bottom:27px
    }
}

.integrations-row {
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .integrations-row {
        display:none
    }
}

@media (max-width: 991px) {
    .integrations-column {
        display:none
    }
}

.integrations-icon {
    background: #FFFFFF;
    box-shadow: 0px 2.19298px 3.65497px rgba(165,165,165,0.25);
    border-radius: 100%
}

.integrations-icon img {
    width: 100%;
    height: 100%
}

.integrations-icon.--shodan {
    width: 125px;
    height: 125px;
    margin-left: auto
}

.integrations-icon.--img {
    width: 92px;
    height: 92px;
    margin: 0 30px 0 auto
}

.integrations-icon.--force {
    width: 75px;
    height: 75px;
    margin: 0 auto
}

.integrations-icon.--haveIBeenPwned {
    width: 111px;
    height: 111px;
    margin: 40px 0 0 auto
}

.integrations-icon.--securityTrails {
    width: 67px;
    height: 67px;
    margin: 110px 0 0 auto
}

.integrations-icon.--sheet {
    width: 111px;
    height: 111px
}

.integrations-icon.--gitHub {
    width: 56px;
    height: 56px;
    margin-top: 40px
}

.integrations-icon.--code {
    width: 85px;
    height: 85px;
    margin-top: 70px
}

.integrations .app-screen__title {
    margin-top: 50px;
    margin-bottom: 40px
}

@media (max-width: 991px) {
    .integrations .app-screen__title {
        margin-top:0
    }
}

.integrations-item+.integrations-item {
    margin-top: 22px
}

.integrations-item__icon {
    width: 18px;
    height: 18px;
    margin-top: 6px
}

@media (max-width: 767px) {
    .integrations-item__icon {
        width:24px;
        height: 24px
    }
}

.integrations-item__description {
    width: calc(100% - 42px)
}

@media (max-width: 767px) {
    .integrations-item__description {
        width:calc(100% - 48px)
    }
}

.aside-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 100px
}

.news .app-screen__title {
    margin-bottom: 42px
}

@media (max-width: 991px) {
    .news .app-screen__title {
        margin-bottom:12px
    }
}

.news-item {
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.news-item__icon {
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 18px
}

.news-item__icon img {
    object-fit: cover;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.news-item__content {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.news-item__date {
    width: 70px;
    height: 67px;
    position: absolute;
    top: 0;
    right: 0;
    background: #0089CF;
    color: #fff;
    border-radius: 0px 10px;
    text-align: center
}

.news-item__date span {
    display: block;
    text-transform: uppercase
}

.news-item__date .--day,.news-item__date .--month {
    font-weight: 900
}

.news-item__date .--day {
    font-size: 24px;
    font-size: 24px;
    font-size: -webkit-calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300)));
    line-height: 1
}

.news-item__date .--month {
    font-size: 13px;
    font-size: 13px;
    font-size: -webkit-calc(11px + (13 - 11) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(11px + (13 - 11) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(11px + (13 - 11) * ((100vw - 300px) / (1900 - 300)))
}

.news-item__date .--year {
    font-weight: 400;
    font-size: 11px;
    font-size: 11px;
    font-size: -webkit-calc(9px + (11 - 9) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(9px + (11 - 9) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(9px + (11 - 9) * ((100vw - 300px) / (1900 - 300)))
}

.news-item__title {
    line-height: 1.5;
    margin: 9px 0 6px 0;
    color: #333333;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.news-item__description {
    margin-top: 6px;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.news-item__other {
    margin-right: 24px;
    font-size: 14px;
    color: #888888
}

.news-item__other i {
    margin-right: 5px
}

.news-item__link {
    display: block;
    height: 100%;
    width: 100%
}

.news-item__link:hover .news-item__icon img {
    transform: scale(1.07)
}

.news-column {
    margin-bottom: 33px
}

.news-column:nth-child(-3n+7) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 99.999996%;
    -ms-flex: 0 0 99.999996%;
    flex: 0 0 99.999996%;
    max-width: 99.999996%
}

.news-column:nth-child(-3n+7) .news-item__icon {
    height: 370px
}

@media (max-width: 991px) {
    .news-column:nth-child(-3n+7) .news-item__icon {
        height:250px
    }
}

.recent-posts__title {
    margin-bottom: 23px;
    position: relative;
    color: #333333;
    line-height: 1.333;
    font-size: 18px;
    font-size: -webkit-calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)))
}

.recent-posts__title:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-left: 16px;
    transform: translateY(-50%);
    height: 3px;
    width: 32px;
    background: #61C9FF
}

.recent-posts-item+.recent-posts-item {
    margin-top: 25px
}

.recent-posts-item__content {
    width: calc(100% - 100px)
}

.recent-posts-item__icon {
    height: 70px;
    width: 70px;
    margin-right: 30px;
    overflow: hidden;
    border-radius: 100%
}

.recent-posts-item__icon img {
    object-fit: cover;
    height: 100%
}

.recent-posts-item__title {
    margin-bottom: 4px;
    padding-right: 20px;
    color: #333333
}

.recommend-posts__column {
    margin-bottom: 33px
}

.recommend-posts .app-screen__title {
    margin-top: 50px
}

@media (max-width: 991px) {
    .recommend-posts .app-screen__title {
        margin-top:0
    }
}

.recommend-posts__title {
    margin: 12px 0 30px 0
}

@media (min-width: 767px) {
    .recommend-posts-carousel {
        margin:0 -15px
    }
}

.recommend-posts-carousel__item {
    width: 99.999996%
}

@media (min-width: 767px) {
    .recommend-posts-carousel__item {
        width:49.999998%;
        padding: 0 15px
    }
}

@media (min-width: 991px) {
    .recommend-posts-carousel__item {
        width:33.333332%
    }
}

.recommend-posts .carousel-nav, .books .carousel-nav {
    margin: 0 24px;
    font-size: 0
}

@media (max-width: 991px) {
    .recommend-posts .carousel-nav, .books .carousel-nav {
        margin:24px 0 0 0
    }
}

.recommend-posts .carousel-nav__arrow, .books .books-carousel-nav__arrow {
    width: 36px;
    height: 36px;
    background: #0089CF;
    border: none;
    border-radius: 100%;
    display: inline-flex;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.recommend-posts .carousel-nav__arrow:hover, .books .books-carousel-nav__arrow:hover {
    background: #15B0FF
}

.recommend-posts .carousel-nav__arrow+.carousel-nav__arrow, .books .books-carousel-nav__arrow+.books-carousel-nav__arrow {
    margin-left: 24px
}

.recommend-posts .carousel-nav__arrow:focus, .books .books-carousel-nav__arrow {
    outline: none
}

.recommend-posts .carousel-nav i, .books .books-carousel-nav__arrow i {
    color: #fff;
    font-weight: bold;
    font-size: 18px
}

.post-banner {
    height: 100vh;
    position: relative;
    margin-top: -70px
}

.post-banner__title,.post-banner__date {
    color: #fff
}

.post-banner__title {
    margin-bottom: 8px;
    font-family: 'Inter', sans-serif
}

.post-banner__date {
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    padding: 3px 19px;
    background: #0089CF;
    border-radius: 30px
}

.post-banner__icon {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000
}

.post-banner__icon img {
    object-fit: cover;
    opacity: 0.4
}

.post-content {
    padding: 28px 0
}

.entry-content {
    font-weight: normal
}

.entry-content strong {
    font-weight: bold
}

.entry-content p {
    font-size: 16px;
    line-height: 24px;
    color: #5A6C81;
    margin-bottom: 24px
}

.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    margin-bottom: 8px
}

.entry-content h2 {
    font-size: 36px;
    font-size: -webkit-calc(25px + (36 - 25) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(25px + (36 - 25) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(25px + (36 - 25) * ((100vw - 300px) / (1900 - 300)));
    line-height: 1.333;
    margin-top: 12px;
    margin-bottom: 24px
}

.entry-content h3 {
    font-size: 24px;
    font-size: -webkit-calc(20px + (24 - 20) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(20px + (24 - 20) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1900 - 300)));
    line-height: 1.5;
    margin-bottom: 12px;
    margin-top: 18px
}

.entry-content h4 {
    font-size: 18px;
    font-size: -webkit-calc(16px + (18 - 16) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(16px + (18 - 16) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1900 - 300)));
    line-height: 1.444
}

.entry-content h5 {
    font-size: 16px;
    font-size: -webkit-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)))
}

.entry-content h6 {
    font-size: 14px;
    font-size: -webkit-calc(12px + (14 - 12) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(12px + (14 - 12) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1900 - 300)))
}

.entry-content h4,.entry-content h5,.entry-content h6 {
    margin-bottom: 24px
}

.entry-content a {
    color: #0089CF;
    text-decoration: none;
    position: relative
}

.entry-content a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background-color: #0089CF;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.entry-content a:hover:before {
    content: '';
    width: 0
}

.entry-content .wp-block-carousel-slider-slider {
    margin-bottom: 24px
}

.entry-content iframe {
    height: 100%;
    width: 100%;
    min-height: 400px
}

.entry-content .wp-block-code,.entry-content code {
    overflow-x: auto;
    scrollbar-color: #0089CF transparent;
    scrollbar-width: thin;
    padding: 5px
}

.entry-content .wp-block-image {
    height: auto;
    width: 100%;
    margin-bottom: 16px
}

.entry-content .wp-block-image .aligncenter {
    width: 100%;
    height: 100%
}

.entry-content .wp-block-image img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.entry-content .wp-block-table {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-color: #0089CF transparent;
    scrollbar-width: thin
}

.entry-content .wp-block-table tbody>tr:nth-child(odd) {
    background: #F4F4F4
}

.entry-content .wp-block-table thead th {
    font-weight: bold;
    text-align: left
}

.entry-content .wp-block-table td,.entry-content .wp-block-table th {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 28px
}

.entry-content pre {
    font-size: 14px;
    line-height: 24px;
    color: #23282d;
    overflow-y: auto
}

.entry-content ul,.entry-content ol {
    margin-top: 16px;
    margin-bottom: 16px
}

.entry-content ul li,.entry-content ol li {
    font-size: 16px;
    line-height: 24px;
    color: #5A6C81
}

.entry-content ul {
    margin-left: 20px
}

.entry-content ul>li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px
}

.entry-content ul>li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #0089CF;
    border-radius: 100%;
    position: absolute;
    top: 6px;
    left: 0
}

.entry-content ol {
    margin-left: 30px
}

.entry-content ol>li {
    list-style-type: none;
    counter-increment: list;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    overflow: hidden
}

.entry-content ol>li:before {
    content: counter(list) ".";
    position: absolute;
    left: 0;
    top: 1px;
    width: 12px;
    color: #0089CF
}

table {
    width: 100%
}

.table-container {
    overflow-x: auto
}

.scroll-downs {
    poswp-block-tableition: absolute;
    bottom: 36px;
    right: 0;
    left: 0;
    margin: auto;
    width: 24px;
    height: 38px;
    display: block
}

.scroll-downs__mouse {
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box
}

.scroll-downs__scroller {
    height: 8px;
    width: 1.5px;
    margin: 3px auto 0 auto;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite
}

@keyframes scroll {
    0% {
        opacity: 0
    }

    30% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(15px);
        opacity: 0
    }
}

.product-screen {
    position: relative;
    background: #0089CF;
    height: auto;
    overflow: hidden
}

.product-screen:after {
    content: '';
    bottom: 120px
}

.product-screen__title {
    color: #fff
}

.product-screen__content {
    position: relative;
    padding-top: 100px
}

.product-screen__icon {
    position: relative;
    margin: 21px auto 0 auto
}

.product-screen__icon:after {
    content: '';
    height: 120px;
    background: #fff;
    width: 100000%;
    position: absolute;
    bottom: 0;
    left: -100%;
    z-index: 1
}

.product-screen__icon img {
    height: 100%;
    margin: 0 auto;
    width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2
}

.product-screen .subscribe-block {
    margin: 30px auto 0 auto
}

.benefits {
    position: relative;
    margin-top: 66px
}

@media (max-width: 767px) {
    .benefits {
        margin:24px 0 0 0
    }
}

.benefits:before {
    content: '';
    position: absolute;
    right: 0;
    top: -25%;
    width: 443px;
    height: 1049px;
    background: url(/images/rightLine.svg) no-repeat;
    background-size: contain;
    z-index: -1
}

@media (max-width: 767px) {
    .benefits:before {
        display:none
    }
}

.benefits .app-screen__title {
    margin: 66px 0
}

@media (max-width: 767px) {
    .benefits .app-screen__title {
        margin:24px 0
    }
}

.benefits-item {
    position: relative
}

@media (max-width: 767px) {
    .benefits-item:before {
        content:'';
        height: 1px;
        width: 100%;
        background: #DADADA;
        position: absolute;
        bottom: -24px;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media (max-width: 767px) {
    .benefits-item {
        margin-bottom:49px !important
    }
}

.benefits-item__title {
    font-family: 'Inter', sans-serif
}

@media (max-width: 767px) {
    .benefits-item__icon {
        margin-bottom:16px
    }
}

.benefits-item__content--icon {
    width: 60px;
    height: 60px;
    margin-bottom: 29px;
    background: #FFFFFF;
    box-shadow: 0px 3.33333px 4.16667px rgba(207,207,207,0.25);
    border-radius: 100%
}

@media (max-width: 767px) {
    .benefits-item__content--icon {
        margin-bottom:16px;
        display: none
    }
}

.benefits-item__content--icon img {
    width: 50%;
    height: 50%
}

.benefits-item+.benefits-item {
    margin-top: 66px
}

@media (max-width: 767px) {
    .benefits-item+.benefits-item {
        margin-top:0 !important
    }
}

.benefits-item .column-info .benefits-item__content {
    padding: 0 100px 0 50px
}

@media (max-width: 767px) {
    .benefits-item .column-info .benefits-item__content {
        padding:0
    }
}

.benefits-item:nth-child(odd) .column-info {
    order: 1
}

.benefits-item:nth-child(odd) .column-info .benefits-item__content {
    padding: 0 100px 0 50px
}

@media (max-width: 767px) {
    .benefits-item:nth-child(odd) .column-info .benefits-item__content {
        padding:0
    }
}

@media (max-width: 767px) {
    .benefits-item:nth-child(odd) .column-info {
        order:2
    }
}

.benefits-item:nth-child(odd) .column-icon {
    order: 2
}

@media (max-width: 767px) {
    .benefits-item:nth-child(odd) .column-icon {
        order:1
    }
}

.benefits .app__description,.benefits .app__link {
    margin: 24px 0 0 0
}

@media (max-width: 767px) {
    .benefits .app__description,.benefits .app__link {
        margin:14px 0 0 0
    }
}

.plan {
    padding: 54px 0;
    position: relative
}

@media (max-width: 767px) {
    .plan {
        padding:0
    }
}

.plan-notification {
    position: absolute;
    background: #0089CF;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    width: calc(100% + 1px);
    left: -1px;
    padding: 14px;
    top: -44px
}

@media (max-width: 767px) {
    .plan.--comparison {
        padding:0 0 24px 0
    }
}

@media (min-width: 767px) {
    .plan.--comparison {
        padding:30px 0 64px 0
    }
}

.plan:before {
    content: '';
    position: absolute;
    right: 0;
    top: -35%;
    width: 443px;
    height: 1049px;
    background: url(/images/rightLine.svg) no-repeat;
    background-size: contain;
    z-index: -1
}

@media (max-width: 767px) {
    .plan:before {
        display:none
    }
}

.plan:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 443px;
    height: 1008px;
    background: url(/images/leftLine.svg) no-repeat;
    background-size: contain;
    z-index: -1
}

@media (max-width: 767px) {
    .plan:after {
        display:none
    }
}

.plan .btn-primary {
    width: 100%;
    padding: 14px 10px 12px 10px
}

.plan-item {
    position: relative
}

@media (min-width: 767px) {
    .plan-item {
        padding-top:19px;
        padding-bottom: 19px
    }
}

@media (max-width: 767px) {
    .plan-item {
        padding:10px
    }
}

.plan-item.--product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.plan-item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #EEEEEE
}

.plan-item:last-child:before {
    content: '';
    display: none
}

.plan-item__name {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 18px;
    font-size: 18px;
    font-size: -webkit-calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
    line-height: 24px;
    color: #333333
}

.plan-item__price {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 36px;
    font-size: 36px;
    font-size: -webkit-calc(24px + (36 - 24) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(24px + (36 - 24) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(24px + (36 - 24) * ((100vw - 300px) / (1900 - 300)));
    line-height: 48px;
    color: #333333;
    margin-top: 20px
}

.plan-item__price a {
    font-weight: 800
}

.plan-item__price--month {
    font-family: 'Inter', sans-serif
}

.plan-item__price--month.hide {
    display: none
}

.plan-item__price--year {
    display: none;
    font-family: 'Inter', sans-serif
}

.plan-item__price--year.show {
    display: block
}

.plan-item__state {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto
}

.plan-table {
    background: #FFFFFF;
    box-shadow: -1px 13px 20px #F0F2F4;
    border-radius: 5px;
    margin-top: 66px;
    display: block
}

@media (max-width: 767px) {
    .plan-table {
        display:none
    }
}

.plan-table form {
    width: 100%
}

.plan-table .row {
    text-align: center;
    border-bottom: 1px solid #EEEEEE
}

.plan-table .column {
    padding-top: 19px;
    padding-bottom: 19px
}

.plan-table.--comparison .row {
    border: none
}

.plan-table.--comparison .row: nth-child(odd) {
    background:#F4F4F4
}

.plan-mobile {
    display: none
}

@media (max-width: 767px) {
    .plan-mobile {
        display:block
    }
}

.plan-mobile .plan-item {
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.999998%;
    -ms-flex: 0 0 49.999998%;
    flex: 0 0 49.999998%;
    max-width: 49.999998%
}

.plan-mobile .plan-item:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.999998%;
    -ms-flex: 0 0 49.999998%;
    flex: 0 0 49.999998%;
    max-width: 49.999998%
}

.plan-mobile .plan-item__price {
    font-size: 14px;
    line-height: normal;
    margin-top: 3px
}

.plan-mobile .plan-item__name {
    font-size: 12px;
    font-weight: normal
}

.plan-mobile .plan-item__state {
    width: 16px;
    height: 16px
}

.plan-mobile .--header .plan-item__name,.plan-mobile .--footer .plan-item__name {
    font-weight: 800;
    font-size: 14px
}

.plan-mobile .btn {
    margin: 0 10px;
    width: calc(100% - 20px)
}

.plan-mobile .row {
    text-align: center;
    border-bottom: 1px solid #EEEEEE
}

.plan-mobile__item {
    margin: 24px 0;
    background: #FFFFFF;
    box-shadow: -1px 13px 20px #F0F2F4;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #EEEEEE
}

.plan-item__title {
    padding-right: 35px;
    display: inline-block;
    line-height: 22px;
    cursor: pointer
}

.product-modal__column:first-child {
    background: #0089CF
}

@media (max-width: 767px) {
    .product-modal__column:first-child {
        background:transparent
    }
}

.product-modal__icon {
    width: 120px;
    height: 120px;
    margin: 161px auto
}

@media (max-width: 767px) {
    .product-modal__icon {
        width:90px;
        height: 90px;
        margin: 0 auto 24px auto
    }
}

.product-modal__content {
    text-align: center
}

.product-modal__content--title {
    margin-bottom: 32px
}

@media (max-width: 767px) {
    .product-modal__content--title {
        margin-bottom:18px
    }
}

.product-modal__content--description {
    margin-bottom: 48px;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #5A6C81;
    padding: 0 8%
}

@media (max-width: 767px) {
    .product-modal__content--description {
        margin-bottom:24px
    }
}

.product-modal .subscribe-block {
    margin: 0 36px;
    max-width: 100%
}

@media (max-width: 767px) {
    .product-modal .subscribe-block {
        margin:0;
        max-width: 100%
    }
}

.billed-wrap {
    margin: 0 10px 0 10px;
    width: 44px
}

.billed-wrap__input {
    display: none
}

.billed-wrap__input:checked+label:after {
    transform: translate(100%, -50%)
}

.billed-wrap__label {
    display: block;
    width: 44px;
    height: 24px;
    background: #0089CF;
    border-radius: 100px;
    position: relative;
    transition: 0.15s ease-in-out;
    margin: 0 auto
}

.billed-wrap__label:after {
    content: "";
    display: block;
    widtH: 20px;
    heighT: 20px;
    border-radius: 100%;
    background: #ffffff;
    transform: translateY(-50%);
    top: 50%;
    left: 2px;
    transition: 0.15s ease-in-out;
    position: absolute
}

.billed-wrap__title {
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    color: #5A6C81
}

.haveQuestions {
    padding: 54px 0 64px 0
}

.haveQuestions__title {
    margin-bottom: 8px
}

.haveQuestions__icon {
    width: 100%;
    max-width: 290px;
    margin: 0 auto
}

.haveQuestions__or {
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #5A6C81;
    position: relative;
    background: #fff;
    display: block;
    width: 30px;
    margin: 0 auto 20px auto
}

.haveQuestions__or:after {
    content: '';
    position: absolute;
    width: 220px;
    height: 1px;
    background: #EEEEEE;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.haveQuestions .btn-primary {
    font-family: 'Inter', sans-serif;
    text-transform: none;
    font-weight: bold;
    font-size: 24px;
    font-size: -webkit-calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300)));
    line-height: 1.5;
    width: 100%;
    max-width: 240px;
    margin: 23px auto 16px auto;
    display: block
}

.haveQuestions__link {
    position: relative;
    color: #0089CF
}

.haveQuestions__link:after {
    content: '';
    width: 0;
    height: 1px;
    background: #0089CF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.haveQuestions__link:hover:after {
    width: 100%
}

.case-screen {
    background: #0089CF;
    overflow: hidden;
    padding: 120px 0 66px 0
}

@media (max-width: 767px) {
    .case-screen {
        padding:100px 0 40px 0
    }
}

.case-screen__title,.case-screen__subtitle {
    color: #fff
}

.case-screen__title {
    margin-bottom: 24px
}

.case-screen__subtitle {
    font-family: 'Inter', sans-serif
}

.case-screen__content {
    margin: 66px 0
}

@media (max-width: 767px) {
    .case-screen__content {
        margin:24px 0
    }
}

.benefits-item {
    height: 100%
}

.benefits-item__link {
    display: block;
    width: 100%
}

.benefits-item__link:hover img {
    opacity: 0.7;
    transform: scale(1.1);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.benefits-item__icon {
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    background: #000
}

.benefits-item__icon img {
    object-fit: cover;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1
}

.benefits-item__mask {
    height: 64px;
    width: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 5
}

.benefits-item__mask i {
    font-size: 36px;
    color: #fff
}

.about {
    color: #333333
}

.about-column {
    position: relative
}

@media (max-width: 767px) {
    .about-column {
        display:none
    }
}

.about-column:before {
    content: '';
    position: absolute;
    top: 0;
    right: 15px;
    background: #F4F4F4;
    height: 100%;
    width: calc(1000% - 30px)
}

.about .entry-content {
    margin-bottom: 60px
}

.about h3,.about h4 {
    font-weight: bold;
    font-family: 'Inter', sans-serif
}

.about h3 {
    font-size: 24px;
    font-size: -webkit-calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300)))
}

.about h4 {
    font-size: 18px;
    font-size: -webkit-calc(16px + (18 - 16) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(16px + (18 - 16) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1900 - 300)));
    margin: 12px 0
}

.about p {
    font-size: 14px;
    line-height: 2;
    color: #333
}

.about-list {
    padding: 38px 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    height: 800px;
    overflow-y: scroll;
    scrollbar-color: transparent transparent;
    scrollbar-width: none
}

.about-list::-webkit-scrollbar-track,.about-list .select-items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent;
    border-radius: 0;
    background-color: transparent
}

.about-list::-webkit-scrollbar,.about-list .select-items::-webkit-scrollbar {
    width: 5px;
    background-color: transparent
}

.about-list::-webkit-scrollbar-thumb,.about-list .select-items::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px transparent;
    background-color: transparent
}

.about-list:before {
    content: '';
    height: 1000%;
    background: red;
    position: absolute;
    right: 0
}

.about-list__item {
    margin-bottom: 8px;
    cursor: pointer;
    position: relative
}

.about-list__item:before {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    background: url(../img/arbottom.svg) no-repeat center center;
    width: 12px;
    height: 12px
}

.about-list__item.active>a {
    font-weight: bold
}

.about-list__item.active:before {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    background: url(../img/artop.svg) no-repeat center center;
    width: 12px;
    height: 12px
}

.about-list__item>a,.about-list__item {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 8px
}

.about-list__item .sub-menu {
    padding: 5px 0 5px 10px;
    display: none
}

.about-list__item .sub-menu__item+.sub-menu__item {
    margin-top: 10px
}

.about-list__item .sub-menu a {
    color: #888888;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.about-list__item .sub-menu a:before {
    content: '';
    left: -10px;
    height: 0;
    width: 2px;
    background: #079DD9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.about-list__item .sub-menu a:hover {
    color: #079DD9
}

.about-list__item .sub-menu a:hover:before {
    height: 32px
}

.search-form {
    position: -webkit-sticky;
    position: sticky;
    top: 69px;
    background: #ffffff;
    padding: 10px 0px 10px 25px;
    z-index: 6;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

@media (max-width: 767px) {
    .search-form {
        top:59px
    }
}

.search-form:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../img/search.svg) center no-repeat;
    height: 20px;
    width: 20px
}

.search-form__input {
    border: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    width: calc(100% - 50px)
}

.search-form__input::-webkit-input-placeholder {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #5A6C81;
    opacity: 1;
    transition: opacity 0.5s
}

.search-form__input::-moz-placeholder {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #5A6C81;
    opacity: 1;
    transition: opacity 0.5s
}

.search-form__input:-ms-input-placeholder {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #5A6C81;
    opacity: 1;
    transition: opacity 0.5s
}

.search-form__input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.5s
}

.search-form__input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.5s
}

.search-form__input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.5s
}

.search-form__input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.5s
}

.search-form__btn {
    width: 15px;
    height: 15px;
    background: transparent;
    border: none;
    padding: 0
}

.search-form__btn img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center
}

.search-form__btn+.search-form__btn {
    margin-left: 15px
}

.about-screen {
    overflow: hidden;
    position: relative;
    padding-top: 70px
}

@media (max-width: 767px) {
    .about-screen {
        padding:59px 0 24px 0
    }
}

.about-screen .section-title {
    margin-top: 60px;
    margin-bottom: 42px
}

@media (max-width: 767px) {
    .about-screen .section-title {
        margin:24px 0
    }
}

.about-screen:after,.about-screen:before {
    position: absolute;
    bottom: 0;
    width: 443px;
    height: 100%
}

@media (max-width: 767px) {
    .about-screen:after,.about-screen:before {
        display:none
    }
}

.about-screen:before {
    content: '';
    left: 0;
    background: url(../img/left_gradients.svg) center center no-repeat;
    background-size: cover
}

.about-screen:after {
    content: '';
    right: 0;
    background: url(../img/right_gradients.svg) center center no-repeat;
    background-size: cover
}

.about-screen__title {
    margin: 60px 0 21px 0
}

.about-screen__icon {
    width: 70%;
    position: relative
}

.about-screen__icon img {
    margin: 0 auto
}

.about-screen__icon:after {
    content: '';
    height: 1115px;
    width: 1115px;
    background: radial-gradient(34.43% 34.43% at 49.99% 50%, rgba(31,165,234,0.2) 0%, rgba(185,227,248,0.2) 72.92%, rgba(255,255,255,0) 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.use-case,.review,.books,.sponsors,.believe-in,.recommend-posts,.about-screen {
    margin-bottom: 64px
}

@media (max-width: 767px) {
    .use-case,.review,.books,.sponsors,.believe-in,.recommend-posts,.about-screen {
        margin-bottom:24px
    }
}

.blockquote {
    margin-bottom: 34px
}

@media (max-width: 767px) {
    .blockquote {
        margin-bottom:24px
    }
}

.use-case__item {
    height: 202px;
    background: #0089CF;
    border-radius: 8px;
    box-shadow: -1px 13px 20px transparent;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden
}

.use-case__item:hover {
    transform: scale(1.07);
    background: #fff;
    box-shadow: -1px 13px 20px #F0F2F4
}

.use-case__item:hover svg {
    filter: brightness(1) invert(0)
}

.use-case__item:hover .use-case__title {
    color: #333333
}

.use-case__item:hover .use-case__link {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.use-case__icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 16px auto
}

.use-case__icon svg {
    filter: brightness(0) invert(1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.use-case__title {
    font-size: 18px;
    color: #fff;
    width: 60%;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.use-case__link {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    text-align: center
}

.review-block__text {
    position: relative
}

@media (max-width: 767px) {
    .review-block__text {
        margin-bottom:16px
    }
}

.review-block__text:before {
    content: '';
    width: 76px;
    height: 62px;
    background: url("../img/quote.svg") center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -12px;
    z-index: -1
}

.review-block__author {
    margin-bottom: 36px
}

.review-block .author-icon {
    height: 139px;
    width: 139px;
    border-radius: 100%;
    margin-right: 33px;
    overflow: hidden
}

@media (max-width: 767px) {
    .review-block .author-icon {
        height:100px;
        width: 100px;
        margin-right: 20px
    }
}

.review-block .author-icon img {
    object-fit: cover
}

.review-block .author-name {
    color: #333333
}

@media (max-width: 767px) {
    .believe-in .app__column {
        margin-bottom:30px
    }
}

.believe-in .app-item {
    height: 100%;
    background: #fff;
    box-shadow: -1px 13px 20px #F0F2F4;
    border-radius: 5px;
    padding: 24px;
    margin-bottom: 30px
}

.believe-in .app-item__icon {
    width: 36px;
    height: 36px;
    margin: 4px 0
}

@media (min-width: 767px) {
    .books-row {
        margin:0 -18px
    }
}

.books-column {
    width: 99.999996%;
    margin-bottom: 20px
}

@media (min-width: 767px) {
    .books-column {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 18px;
        margin: 0
    }
}

.books-item__link {
    height: 250px;
    display: block;
    -webkit-box-shadow: 0px 30px 30px transparent;
    box-shadow: 0px 30px 30px transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.books-item__link img {
    margin: 0 auto;
    height: 100%;
    object-fit: cover
}

.books-item__link:hover {
    -webkit-box-shadow: 0px 30px 30px rgba(0,0,0,0.2);
    box-shadow: 0px 30px 30px rgba(0,0,0,0.2);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.sponsors-item__background {
    position: absolute;
    z-index: -1;
    object-fit: cover
}

.sponsors-item__icon {
    margin-bottom: 22px
}

.sponsors-item__icon img {
    margin: 0 auto;
    height: 109px;
    object-fit: contain;
    object-position: center
}

.sponsors .app__description {
    margin-top: 18px
}

.gitHub-block {
    padding: 33px 0 62px 0
}

@media (max-width: 991px) {
    .gitHub-block__column {
        margin:24px 0
    }
}

.gitHub-block__icon {
    width: 96px;
    height: 96px;
    margin: 0 auto
}

.gitHub-block__icon img {
    object-fit: contain;
    object-position: center
}

.gitHub-block__background {
    position: absolute;
    z-index: -1;
    object-fit: contain;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.gitHub-block__description {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    max-width: 60%;
    margin: 0 auto 16px auto
}

@media (max-width: 767px) {
    .gitHub-block__description {
        max-width:100%
    }
}

.gitHub-block__description span {
    color: #0089CF
}

.notification-page {
    min-height: 100%;
    height: 100%;
    background: #0089CF;
    color: #fff
}

.notification-number,.notification-title,.notification-description {
    color: #fff
}

.notification-number,.notification-title {
    font-family: 'Inter', sans-serif
}

.notification-title {
    font-size: 48px;
    font-size: -webkit-calc(30px + (48 - 30) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(30px + (48 - 30) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(30px + (48 - 30) * ((100vw - 300px) / (1900 - 300)))
}

.notification-title.--thanks {
    font-size: 48px;
    font-size: -webkit-calc(18px + (48 - 18) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(18px + (48 - 18) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(18px + (48 - 18) * ((100vw - 300px) / (1900 - 300)))
}

.notification-description {
    margin-top: 12px
}

.notification-number {
    font-size: 176px;
    font-size: -webkit-calc(80px + (176 - 80) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(80px + (176 - 80) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(80px + (176 - 80) * ((100vw - 300px) / (1900 - 300)));
    position: relative;
    bottom: -50px
}

.notification-btn {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(64,167,220,0.7);
    border-radius: 100px;
    display: inline-block;
    color: #5A6C81;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
    padding: 17px 53px;
    margin-top: 20px
}

.accordion-item {
    background: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    padding: 16px 64px 16px 24px;
    margin-bottom: 16px;
    overflow: hidden
}

.accordion-item__header {
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #5A6C81
}

.accordion-item__body {
    display: none
}

.accordion-item__body-inner {
    margin-top: 16px;
    color: #5A6C81;
    position: relative;
    font-size: 16px;
    font-size: -webkit-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    line-height: 1.5
}

.plus-minus-toggle {
    cursor: pointer;
    height: 24px;
    width: 24px;
    position: absolute;
    right: -40px;
    top: 50%;
    border-radius: 100%;
    transform: translateY(-50%);
    background: #0089CF;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.plus-minus-toggle span {
    display: block;
    position: relative;
    height: 12px;
    width: 12px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.active .plus-minus-toggle {
    background: #E5E5E5
}

.active .plus-minus-toggle span {
    transform: rotate(45deg)
}

.faq .app-screen__title {
    margin-top: 0;
    margin-bottom: 24px
}

.feedback {
    margin: 32px 0 28px 0
}

.feedback .app-screen__title {
    margin-bottom: 36px
}

.feedback-carousel__item {
    width: 50%;
    margin: 10px 20px;
    opacity: .4;
    transform: scale(0.9)
}

@media (max-width: 767px) {
    .feedback-carousel__item {
        width:100%
    }
}

.feedback-carousel__item.is-selected {
    opacity: 1;
    transform: scale(1)
}

.feedback-carousel__content {
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.12);
    border-radius: 8px;
    text-align: center
}

.feedback-carousel__name,.feedback-carousel__role {
    font-family: 'Inter', sans-serif
}

.feedback-carousel__name {
    font-size: 24px;
    line-height: 28px;
    color: #393737;
    margin: 3px 0 0 0
}

.feedback-carousel__icon {
    overflow: hidden;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    display: block;
    margin: 0 auto
}

.feedback-carousel__icon img {
    object-fit: cover
}

.feedback-carousel__role {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #555555;
    margin: 8px 0
}

.feedback-carousel .flickity-page-dots {
    display: none;
    bottom: -10px
}

@media (max-width: 767px) {
    .feedback-carousel .flickity-page-dots {
        display:block
    }
}

.feedback-carousel .flickity-prev-next-button {
    width: 22px
}

@media (max-width: 767px) {
    .feedback-carousel .flickity-prev-next-button {
        display:none
    }
}

.feedback-carousel .flickity-prev-next-button:after {
    font-size: 22px
}

.feedback-carousel .flickity-prev-next-button.previous {
    left: 22%
}

.feedback-carousel .flickity-prev-next-button.next {
    right: 22%
}

.module .app-screen__title,.module .subscribe-block__title {
    margin-bottom: 16px
}

.module .app-screen__title {
    margin-top: 60px
}

.module .subscribe-block__title {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #5A6C81
}

.module .subscribe-block__input {
    box-shadow: none;
    border: 1px solid #0089CF
}

.module-card__link {
    font-size: 16px;
    line-height: 24px;
    color: #0089CF;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.module-card__link:after {
    content: '';
    width: 0;
    height: 1px;
    background: #0089CF;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.module-card__link:hover:after {
    width: 100%
}

.module-table__header {
    padding: 15px 0;
    background: #F4F4F4;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #333333
}

@media (max-width: 767px) {
    .module-table__header {
        display:none
    }
}

.med_inline_block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333332%;
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    max-width: 33.333332%;
    margin-bottom: 26px;
    padding: 0 15px
}

@media (max-width: 767px) {
    .med_inline_block {
        margin-bottom:20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 99.999996%;
        -ms-flex: 0 0 99.999996%;
        flex: 0 0 99.999996%;
        max-width: 99.999996%
    }
}

.med_inline_block .module {
    padding: 60px 0 24px 0
}

.med_inline_block .module-card {
    background: #fff;
    border: 1px solid #EEEEEE;
    box-shadow: -1px 13px 20px #F0F2F4;
    border-radius: 5px;
    padding: 24px 24px 16px 24px
}

.med_inline_block .module-card__name {
    padding-top: 16px
}

.med_inline_block .module-card__icon {
    position: relative;
    margin-bottom: 24px
}

.med_inline_block .module-card__icon img {
    margin: auto
}

.med_inline_block .module-card__icon:after {
    content: '';
    width: calc(100% + 48px);
    height: 1px;
    background: #EEEEEE;
    position: absolute;
    left: -24px;
    bottom: -24px
}

.med_inline_block .module-card .app__description {
    padding: 8px 0 12px 0;
    font-size: 14px
}

.med_inline_block .module-card__link {
    font-size: 16px;
    line-height: 24px;
    color: #0089CF;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.med_inline_block .module-card__link:after {
    content: '';
    width: 0;
    height: 1px;
    background: #0089CF;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.med_inline_block .module-card__link:hover:after {
    width: 100%
}

.med_inline_block .module-card__status {
    color: #333333
}

.med_inline_block .module-card__view {
    display: flex
}

.med_inline_block .module-table__view {
    display: none
}

.med_block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 99.999996%;
    -ms-flex: 0 0 99.999996%;
    flex: 0 0 99.999996%;
    max-width: 99.999996%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap
}

.med_block:nth-child(even) {
    background: #F4F4F4
}

.med_block .module-table__icon {
    width: auto;
    height: auto;
    margin: 0 auto 8px auto
}

.med_block .module-table__name {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    text-align: center;
    width: 100%
}

@media (max-width: 767px) {
    .med_block .module-table__view {
        display:none
    }
}

@media (min-width: 767px) {
    .med_block .module-card {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 99.999996%;
        -ms-flex: 0 0 99.999996%;
        flex: 0 0 99.999996%;
        max-width: 99.999996%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 16px 0 18px 0
    }
}

@media (max-width: 767px) {
    .med_block .module-card {
        background:#fff;
        border: 1px solid #EEEEEE;
        box-shadow: -1px 13px 20px #F0F2F4;
        border-radius: 5px;
        padding: 24px 24px 16px 24px;
        margin-bottom: 30px
    }
}

@media (min-width: 767px) {
    .med_block .module-card__view {
        display:none
    }
}

@media (min-width: 767px) {
    .med_block .module-card__icon,.med_block .module-card__name,.med_block .module-card__description {
        padding:0 15px
    }
}

@media (min-width: 767px) {
    .med_block .module-card__icon {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 24.999999%;
        -ms-flex: 0 0 24.999999%;
        flex: 0 0 24.999999%;
        max-width: 24.999999%
    }
}

@media (max-width: 767px) {
    .med_block .module-card__icon {
        position:relative;
        margin-bottom: 24px;
        display: flex
    }

    .med_block .module-card__icon img {
        width: 54px;
        height: 54px;
        margin: auto
    }

    .med_block .module-card__icon:after {
        content: '';
        width: calc(100% + 48px);
        height: 1px;
        background: #EEEEEE;
        position: absolute;
        left: -24px;
        bottom: -24px
    }
}

@media (max-width: 767px) {
    .med_block .module-card__name {
        padding-top:16px
    }
}

@media (min-width: 767px) {
    .med_block .module-card__name {
        display:none
    }
}

@media (max-width: 767px) {
    .med_block .module-card__description {
        padding:8px 0
    }
}

@media (min-width: 767px) {
    .med_block .module-card__description {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 33.333332%;
        -ms-flex: 0 0 33.333332%;
        flex: 0 0 33.333332%;
        max-width: 33.333332%
    }
}

@media (min-width: 767px) {
    .med_block .module-card__link {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 24.999999%;
        -ms-flex: 0 0 24.999999%;
        flex: 0 0 24.999999%;
        max-width: 24.999999%
    }
}

.filter-wrapp {
    margin: 36px -15px 40px -15px
}

@media (max-width: 767px) {
    .filter-wrapp {
        margin-top:24px;
        margin-bottom: 12px
    }
}

.filter-wrapp .btn-primary {
    padding: 11px 36px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-transform: none
}

@media (min-width: 767px) and (max-width: 991px) {
    .filter-wrapp .btn-primary {
        padding:11px 26px
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .filter-wrapp .ml-16 {
        margin-left:8px
    }
}

@media (min-width: 991px) {
    .filter-wrapp .ml-16 {
        margin-left:16px
    }
}

.filter-input {
    padding: 9px 50px 9px 24px;
    border: 2px solid #EEEEEE;
    border-radius: 100px;
    cursor: pointer;
    width: 270px;
    font-size: 16px;
    line-height: 26px
}

@media (min-width: 767px) and (max-width: 991px) {
    .filter-input {
        width:230px
    }
}

.filter-input::-webkit-input-placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #B6B6B6;
    opacity: 1;
    transition: opacity 0.5s
}

.filter-input::-moz-placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #B6B6B6;
    opacity: 1;
    transition: opacity 0.5s
}

.filter-input:-ms-input-placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #B6B6B6;
    opacity: 1;
    transition: opacity 0.5s
}

.filter-input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.5s
}

.filter-input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.5s
}

.filter-input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.5s
}

@media (max-width: 767px) {
    .filter-input {
        width:100%
    }
}

.filter-input__label {
    display: block
}

.filter-input__icon {
    font-size: 20px;
    color: #B6B6B6;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    .filter-grid {
        display:none
    }
}

.filter-grid__btn {
    padding: 11px 36px;
    margin-left: 16px;
    border: 1px solid #0089CF;
    border-radius: 100px;
    color: #0089CF;
    min-width: 10px
}

@media (max-width: 1200px) {
    .filter-grid__btn {
        padding:10px
    }
}

.filter-grid__btn i {
    font-size: 20px;
    margin-right: 10px
}

@media (max-width: 1200px) {
    .filter-grid__btn i {
        margin-right:0
    }
}

.filter-grid__btn.active,.filter-grid__btn:hover {
    background: #0089CF;
    color: #fff
}

@media (max-width: 767px) {
    .filter-column {
        width:100%;
        padding: 0 15px;
        margin-bottom: 12px
    }
}

.empty-block__subtitle {
    padding: 12px 0 20px 0
}

.contacts {
    padding-bottom: 52px
}

.contacts .app-screen__title {
    margin-bottom: 24px
}

.contacts__form .btn-primary {
    margin-top: 16px;
    padding: 14px 49px 12px 48px
}

.comparison .app-screen__title {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .comparison__column {
        margin-bottom:36px
    }
}

.comparison__column:last-child {
    margin-bottom: 0
}

.comparison-item {
    background: #fff;
    border: 1px solid #EEEEEE;
    box-shadow: -1px 13px 20px #F0F2F4;
    border-radius: 5px;
    padding: 24px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.comparison-item form {
    width: 100%
}

@media (max-width: 767px) {
    .comparison-item {
        padding:16px 15px 20px 15px
    }
}

.comparison-item__description {
    margin: 24px 0 20px 0
}

.functionality-block {
    border-radius: 100px;
    padding: 6px;
    margin: 27px 0 0 0
}

@media (max-width: 767px) {
    .functionality-block {
        margin-top:16px
    }
}

.functionality-block.--open {
    background: #0089CF;
    color: #fff
}

.functionality-block.--open.--half {
    border-radius: 100px 0px 0px 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%
}

@media (max-width: 767px) {
    .functionality-block.--open.--half {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
}

.functionality-block.--close {
    background: rgba(0,137,207,0.2);
    color: #333
}

.functionality-block.--close.--half {
    border-radius: 0px 100px 100px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%
}

@media (max-width: 767px) {
    .functionality-block.--close.--half {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
}

.functionality-block.--full {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 767px) {
    .functionality-block.--full {
        height:100%;
        min-height: 75.8px;
        max-height: 76px
    }
}

.functionality-name {
    margin-top: -5px;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width: 767px) {
    .functionality-name {
        font-size:10px;
        line-height: 1.8
    }
}

@media (min-width: 767px) {
    .functionality-name {
        font-size:12px;
        line-height: 1.5
    }
}

.tooltip {
    display: block
}

.tooltip i {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: #E5E5E5;
    padding: 5px;
    border-radius: 100%
}

.tooltip i:before {
    font-size: 12px;
    color: #fff;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tooltiptext {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 265px;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.16);
    border-radius: 2px;
    padding: 16px;
    visibility: hidden;
    opacity: 0;
    z-index: 4;
    -webkit-transform: translate(40px, -50%);
    transform: translate(40px, -50%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.tooltiptext:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 11px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%)
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(20px, -50%);
    transform: translate(20px, -50%)
}

.tooltip-wrap:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(20px, -50%);
    transform: translate(20px, -50%)
}

/*# sourceMappingURL=main.css.map */
.post-content .news-item__other {
    margin-bottom: 16px;
}

@media (max-width: 900px) {
    .primary-screen__icon {
        display: none;
    }
}

.primary-screen__icon {
    box-shadow: 10px 10px 35px -8px rgba(0,0,0,0.75);
}

.home-image-container {
    position: absolute;
    right: 0;
    top: 18px;
}

.home-image-container img {
    /* width: 630px;
  height: 606px;
  object-fit: cover;
  object-position: center; */
    display: none;
}

.home-image-icon {
    /* position: absolute; */
    width: 64%;
    /* right: 0; */
    right: 43px;
    top: 55px;
    /* width: 410px; */
    /* height: 500px; */
    box-shadow: 10px 10px 35px -8px rgba(0,0,0,0.75);
}

@media (max-width: 1200px) {
    .home-image-icon {
        top: 120px;
        right: 90px;
        width: 58%;
    }
}

.home-image-icon img {
    /* object-fit: cover; */
    object-fit: contain;
    object-position: center;
    /* height: 100%; */
}

#myVideo {
    display: block;
    width: 100%;
    height: 100%;
}

.product-image-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-screen__border {
    width: 80.6vw;
    height: 46vw;
    z-index: 2;
}

.product-image-container:after {
    content: '';
    height: 120px;
    background: #fff;
    width: 100000%;
    position: absolute;
    bottom: 0;
    left: -100%;
    z-index: -1;
}

.product-screen__border img {
    /* width: 100%; */
    display: none;
}

.product-screen__icon {
    position: absolute;
    margin: 0;
    /* width: 873px;
  height: 520px; */
    /* width: 61vw;
  height: 37.3vw; */
    width: 57vw;
    top: 1.7vw;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 10px 10px 35px -8px rgba(0,0,0,0.75);
}

@media (max-width: 576px) {
    .product-screen__icon {
        box-shadow: 10px 10px 15px -8px rgba(0,0,0,0.75);
    }
}

.product-screen__icon:after {
    display: none;
}

.product-screen__icon img {
    /* object-fit: cover; */
}

.plan-item__title {
    display: block;
}

.plan-table__row .plan-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan-table__row .plan-item:first-child {
    display: block;
}

.quotes {
    display: none;
    white-space: nowrap;
}

.books-column {
    height: 250px;
    /* height: 100%; */
}

.books-item {
    height: 100%;
}

.books-column img {
    height: 90%;
    object-fit: contain;
}

.books-item__link {
    display: flex;
    align-items: center;
}

.integrations-icon {
    transition: all .3s ease-in-out;
    transform: scale(1);
    cursor: pointer;
    will-change: transform, opacity;
}

.integrations-icon:hover {
    transform: scale(1.1);
}

.entry-content figure iframe {
    min-height: 400px;
}

.mb-0 {
    margin: 0;
}

.books .--next i, .recommend-posts .--next i {
    padding-left: 3px;
}

.books .--prev i, .recommend-posts .--prev i {
    padding-right: 3px;
}

.books .--prev, .books .--next, .recommend-posts .--prev, .recommend-posts .--next {
    cursor: pointer;
}

.ticker__viewport {
    margin: 0 0 20px 0;
    /* background: #0093d0; */
    /* color: #fff;
  overflow: hidden;
  padding: 10px 0; */
}

.ticker__list {
    /* list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex; */
}

.ticker__item {
    width: 19%;
    /* display: flex; */
    /* align-items: center; */
    white-space: nowrap;
    /* padding-right: 40px; */
    padding: 10px 20px 10px 0;
}

.integrations-icon {
    margin: 0!important;
    width: 180px!important;
    height: 140px!important;
    box-shadow: unset!important;
    background: transparent!important;
}

.books-item__link {
    -webkit-box-shadow: 14px 11px 16px -16px transparent;
    -moz-box-shadow: 14px 11px 16px -16px transparent;
    box-shadow: 14px 11px 16px -16px transparent;
}

.books-item__link:hover {
    -webkit-box-shadow: 14px 11px 16px -16px rgba(0,0,0,0.55);
    -moz-box-shadow: 14px 11px 16px -16px rgba(0,0,0,0.55);
    box-shadow: 14px 11px 16px -16px rgba(0,0,0,0.55);
}

.works .app__link {
    display: block;
    margin-top: 15px;
}

.works .app__link i {
    top: 54%;
}

.benefits-item__icon {
    overflow: hidden;
    box-shadow: 10px 10px 35px -8px rgba(0,0,0,0.75);
}

.plan-table__row .plan-item {
    flex-direction: column;
}

.ml-auto {
    margin-left: auto;
}

@media (max-width: 992px) {
    .home-download-container {
        margin-right: 20px;
    }

    .recommend-posts .carousel-nav, .books .carousel-nav {
        margin: 24px 0 0 0;
        width: 100%;
    }
}

.row.plan-table__row.--footer .plan-item {
    display: flex;
}

@media (min-width: 767px) {
    .functionality-block.--open.--half {
        min-height: 75.8px;
        max-height: 76px;
    }
}

@media (max-width: 767px) {
    .plan-table__row .plan-item:first-child {
        display: flex;
    }
}

@media (max-width: 576px) {
    .quotes {
        white-space: unset;
    }

    .home-download-container {
        margin-right: 0;
    }

    .recommend-posts .carousel-nav, .books .carousel-nav {
        /* margin: 0; */
        width: 100%;
    }

    .recommend-posts .carousel-nav {
        margin-top: 24px;
    }

    .books-item__link:hover {
        transform: unset;
        box-shadow: unset;
    }

    .entry-content figure iframe {
        min-height: 190px;
    }
}

.books-posts-carousel {
    margin: 10px 0;
    padding: 10px 0;
}

.works-item:nth-child(2):before, .works-item:nth-child(2):after {
    display: none;
}

.list-group-item {
    background-color: #343a40;
    color: white;
}

.app-container {
    height: 100%;
}
.sidebar {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
    background-color: #343a40;
}
.side-label {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.sidebar .active {
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}  
.alert {
    margin-bottom: 0;
} 

#body-div {
    margin:auto;
}