/*FONTS*/
@font-face {
    font-family: 'IBM-Plex-Sans';
    src: url(../fonts/IBM/IBMPlexSans-Light.eot);
    src: url(../fonts/IBM/IBMPlexSans-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/IBM/IBMPlexSans-Light.woff) format("woff"), url(../fonts/IBM/IBMPlexSans-Light.ttf) format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IBM-Plex-Sans';
    src: url(../fonts/IBM/IBMPlexSans-Regular.eot);
    src: local('IBM-Plex-Sans'), local(IBM-Plex-Sans), url(../fonts/IBM/IBMPlexSans-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/IBM/IBMPlexSans-Regular.woff) format("woff"), url(../fonts/IBM/IBMPlexSans-Regular.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IBM-Plex-Sans';
    src: url(../fonts/IBM/IBMPlexSans-Medium.eot);
    src: local('IBM-Plex-Sans'), local(IBM-Plex-Sans), url(../fonts/IBM/IBMPlexSans-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/IBM/IBMPlexSans-Medium.woff) format("woff"), url(../fonts/IBM/IBMPlexSans-Medium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IBM-Plex-Sans';
    src: url(../fonts/IBM/IBMPlexSans-SemiBold.eot);
    src: local('IBM-Plex-Sans'), local(IBM-Plex-Sans), url(../fonts/IBM/IBMPlexSans-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/IBM/IBMPlexSans-SemiBold.woff) format("woff"), url(../fonts/IBM/IBMPlexSans-SemiBold.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IBM-Plex-Sans';
    src: url(../fonts/IBM/IBMPlexSans-Bold.eot);
    src: local('IBM-Plex-Sans'), local(IBM-Plex-Sans), url(../fonts/IBM/IBMPlexSans-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/IBM/IBMPlexSans-Bold.woff) format("woff"), url(../fonts/IBM/IBMPlexSans-Bold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url(../fonts/ClashDisplay/clashdisplay-light.eot);
    src: url(../fonts/ClashDisplay/clashdisplay-light.eot?#iefix) format("embedded-opentype"), url(../fonts/ClashDisplay/clashdisplay-light.woff) format("woff"), url(../fonts/ClashDisplay/clashdisplay-light.ttf) format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ClashDisplay';
    src: url(../fonts/ClashDisplay/clashdisplay-regular.eot);
    src: local('ClashDisplay'), local(ClashDisplay), url(../fonts/ClashDisplay/clashdisplay-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/ClashDisplay/clashdisplay-regular.woff) format("woff"), url(../fonts/ClashDisplay/clashdisplay-regular.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ClashDisplay';
    src: url(../fonts/ClashDisplay/clashdisplay-medium.eot);
    src: local('ClashDisplay'), local(ClashDisplay), url(../fonts/ClashDisplay/clashdisplay-medium.eot?#iefix) format("embedded-opentype"), url(../fonts/ClashDisplay/clashdisplay-medium.woff) format("woff"), url(../fonts/ClashDisplay/clashdisplay-medium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ClashDisplay';
    src: url(../fonts/ClashDisplay/clashdisplay-semibold.eot);
    src: local('ClashDisplay'), local(ClashDisplay), url(../fonts/ClashDisplay/clashdisplay-semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/ClashDisplay/clashdisplay-semibold.woff) format("woff"), url(../fonts/ClashDisplay/clashdisplay-semibold.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ClashDisplay';
    src: url(../fonts/ClashDisplay/clashdisplay-bold.eot);
    src: local('ClashDisplay'), local(ClashDisplay), url(../fonts/ClashDisplay/clashdisplay-bold.eot?#iefix) format("embedded-opentype"), url(../fonts/ClashDisplay/clashdisplay-bold.woff) format("woff"), url(../fonts/ClashDisplay/clashdisplay-bold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/*FONTS*/

/*PRIMARY*/
html, body{position: relative; overflow-x: hidden; padding: 0; margin: 0; background: #fff}
html{max-width: 1920px;margin: 0 auto}
body{-webkit-text-size-adjust: none;font-family: 'IBM-Plex-Sans', sans-serif; font-size: 15px; line-height: 24px; color: #364561; font-weight: 300}
*{margin: 0; padding: 0; box-sizing: border-box;outline: none}
p{margin: 20px 0}
.bold-p{font-weight: 600;font-size: 17px;line-height: 160%;margin-bottom: 24px}
b, strong{font-weight: 600}
body.modal_overlay{position: relative}
body.modal_overlay:before{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;display: block;content: '';width: 100%;height: 100%;background-color: rgb(0, 0, 0);opacity: 0.502;z-index: 9}
/*PRIMARY*/

/*GRID*/
.wrapper{position: relative;padding: 0 15px;max-width: 1170px;margin: 0 auto;}
.flex{display: flex}
.container{display: flex}
.row-container{display: flex;margin: 0 -15px;justify-content: space-between;align-content: flex-start;flex-wrap: wrap}
.row-container.content-center{align-items: center}
.col-6{width: 50%}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{padding:0 15px}
.col-12{width:100%}
.col-11{width:91.66666667%}
.col-10{width:83.33333333%}
.col-9{width:75%}
.col-8{width:66.66666667%}
.col-7{width:58.33333333%}
.col-6{width:50%}
.col-5{width:41.66666667%}
.col-4{width:33.33333333%}
.col-3{width:25%}
.col-2{width:16.66666667%}
.col-1{width:8.33333333%}
@media screen and (max-width: 1023px){
    .col-lg-12{width:100%}
    .col-lg-11{width:91.66666667%}
    .col-lg-10{width:83.33333333%}
    .col-lg-9{width:75%}
    .col-lg-8{width:66.66666667%}
    .col-lg-7{width:58.33333333%}
    .col-lg-6{width:50%}
    .col-lg-5{width:41.66666667%}
    .col-lg-4{width:33.33333333%}
    .col-lg-3{width:25%}
    .col-lg-2{width:16.66666667%}
    .col-lg-1{width:8.33333333%}
    .hidden-lg{display: none}
}
@media screen and (max-width: 991px){
    .col-l-12{width:100%}
    .col-l-11{width:91.66666667%}
    .col-l-10{width:83.33333333%}
    .col-l-9{width:75%}
    .col-l-8{width:66.66666667%}
    .col-l-7{width:58.33333333%}
    .col-l-6{width:50%}
    .col-l-5{width:41.66666667%}
    .col-l-4{width:33.33333333%}
    .col-l-3{width:25%}
    .col-l-2{width:16.66666667%}
    .col-l-1{width:8.33333333%}
    .hidden-l{display: none}
}
@media screen and (max-width: 767px){
    .row-container .col-6{width: 100%}
    .col-md-12{width:100%}
    .col-md-11{width:91.66666667%}
    .col-md-10{width:83.33333333%}
    .col-md-9{width:75%}
    .col-md-8{width:66.66666667%}
    .col-md-7{width:58.33333333%}
    .col-md-6{width:50%}
    .col-md-5{width:41.66666667%}
    .col-md-4{width:33.33333333%}
    .col-md-3{width:25%}
    .col-md-2{width:16.66666667%}
    .col-md-1{width:8.33333333%}
}
@media screen and (max-width: 567px){
    .row-container .col-6{width: 100%}
    .col-sm-12{width:100%}
    .col-sm-11{width:91.66666667%}
    .col-sm-10{width:83.33333333%}
    .col-sm-9{width:75%}
    .col-sm-8{width:66.66666667%}
    .col-sm-7{width:58.33333333%}
    .col-sm-6{width:50%}
    .col-sm-5{width:41.66666667%}
    .col-sm-4{width:33.33333333%}
    .col-sm-3{width:25%}
    .col-sm-2{width:16.66666667%}
    .col-sm-1{width:8.33333333%}
}
.row-container .col-12{padding: 0 15px}
/*GRID*/

/*HEADERS*/
h1,.h1{font-size: 68px;line-height: 80px;color: #181818;margin: 21px 0;font-weight: 500;font-family: 'ClashDisplay', sans-serif}
h2,.h2{font-size: 44px;line-height: 120%;color: #181818;margin: 23px 0;font-weight: 500;font-family: 'ClashDisplay', sans-serif}
h3,.h3{font-size: 34px;line-height: 110%;color: #181818;margin: 20px 0;font-weight: 500;font-family: 'ClashDisplay', sans-serif}
h4,.h4{font-size: 27px;line-height: 110%;color: #181818;margin: 20px 0;font-weight: 500;font-family: 'ClashDisplay', sans-serif}
h5,.h5{font-size: 20px;line-height: 110%;color: #181818;margin: 20px 0;font-weight: 500;font-family: 'ClashDisplay', sans-serif}
h6,.h6{font-size: 16px;line-height: 26px;color: #181818;margin: 20px 0;font-weight: 500;font-family: 'ClashDisplay', sans-serif}
/*HEADERS*/

/*ELEMENTS*/
.no-uppercase{text-transform: none}
main ul{margin: 10px 0;list-style: none;padding: 0}
main ul li{margin: 0 0 14px 0;padding: 0 0 0 15px;position: relative;font-size: 14px; line-height: 24px; color: #2d393d}
main ul li:before{position: absolute;left: 0;top: 0;bottom: 0;margin: auto;display: inline-block;content: '';border-radius: 50%;width: 6px;height: 6px;background: #0083FC}
main ul li:last-child, main ul.big-font li:last-child{margin-bottom: 0}
main ul.check li{color: #585963;font-weight: 500;font-size: 14px;line-height: 18px;padding: 0 0 0 29px;margin: 0 0 11px 0}
main ul.check li:before{background: #2142A7 url("/images/check.svg") no-repeat top 5px center;width: 16px;height: 16px;line-height: 16px;top: 0;bottom: 0;margin: auto}
main ul.big-font{margin: 31px 0}
main ul.big-font li{font-weight: 500;font-size: 18px;line-height: 23px;letter-spacing: -0.01em;color: #495575;margin: 0 0 16px 0;padding: 0 0 0 22px}
.underline{text-decoration: underline}
.uppercase{text-transform: uppercase}
.p-plus1, .p-plus3{font-weight: 600;font-size: 17px;line-height: 160%;color: #2D393D;margin: 40px 0 32px 0}
.p-plus3{margin: 32px 0}
.p-plus1:first-letter{font-size: 40px}
.p-plus2{font-size: 20px;line-height: 34px;color: #2d393d;font-weight: 300}
.p-bold{font-size: 18px;line-height: 36px;color: #2d393d;margin-bottom: 17px;font-weight: 500}
.blockquote,.text h4{background: #F6F8FF;border-radius: 16px;padding: 30px;font-weight: 400;font-size: 18px;line-height: 140%;letter-spacing: 0.03em;color: #2142A7;font-family: 'ClashDisplay', sans-serif;margin: 31px 0}
a{text-decoration: none; color: #208ef0; transition: all .3s ease}
a:hover{text-decoration: none}
a:hover{color: #2b54a8; transition: all .3s ease}
.d_block{display: block}
.d_inline_block{display: inline-block}
.d_inline{display: inline-block}
.p_relative{position: relative}
.p_absolute{position: absolute}
.text_left{text-align: left}
.text_right{text-align: right}
.text_center{text-align: center}
.text_justify{text-align: justify}
.text ol {margin: 0 0 0 24px;}
.pull_left{float: left}
.pull_right{float: right}
.clr{clear: both;width: 100%;display: block;height: 0}
.no_padding{padding: 0!important;}
ul.horizontal{padding: 0;margin: 0;display: block}
ul.horizontal li{padding: 0;margin: 0;list-style: none;display: inline-block}
.button{font-family: 'IBM-Plex-Sans', sans-serif;display: inline-block;-webkit-appearance: none;text-align: center;font-size: 14px;line-height: 14px;cursor: pointer;color: #222651;outline: none;padding: 12px 30px;transition: all .3s linear;font-weight: 500;border-radius: 5px;background:#3AFFCA;border: 1px solid #3AFFCA;position: relative}
.button:hover{transition: all .3s linear;color: #222651; background: #2de25e;border-color: #2de25e}
.button.button-blue{background: #0083FC;color: #fff;border-color: #0083FC}
.button.button-blue:hover{background: #2142A7;border-color: #2142A7}
.button.button-transparent{background: transparent;color: #2142A7;border-color: #2142A7}
.button.button-transparent:hover{background: #2142A7;border-color: #2142A7;color: #fff}
.button.button-more{background: #EAF5FF;color: #2142A7;border-color: #EAF5FF;font-family: 'ClashDisplay', sans-serif;font-weight: 500;margin: 4px 0 0 0;padding: 16px 40px 15px 40px}
.button.button-more:hover{background: #2142A7;color: #fff;border-color: #2142A7}
.arrow{display: inline-block;width: 16px;height: 16px;background: url("../images/arrow.svg") no-repeat center}

.notification{padding: 13px 35px 13px 55px;position: relative;text-transform: uppercase;font-size: 14px;line-height: 22px;border: 1px solid #fff;color: #fff;background: #ccc;max-width: 672px;margin: 20px auto;border-radius: 4px;font-weight: 300}
.notification .close{width: 12px;height: 12px;position: absolute;right: 15px;top: 0;bottom: 0;margin: auto;cursor: pointer}
.notification .close:before, .notification .close:after{position: absolute;left: 4px;top: 0;content: '';height: 14px;width: 1px;background-color: #fff}
.notification .close:before{transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg)}
.notification .close:after{transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg)}
.notification.e-error{border-color: #fd6876;color: #fd6876;background: #fff0f1 url("../images/notifications/error.svg") no-repeat left 20px center;background-size: 22px}
.notification.e-error .close:before, .notification.e-error .close:after{background: #fd6876}
.notification.e-success{border-color: #27e59a;color: #27e59a;background: #eefef8 url("../images/notifications/success.svg") no-repeat left 20px center;background-size: 22px}
.notification.e-success .close:before, .notification.e-success .close:after{background: #57f7b8}
.notification.e-warning{border-color: #4660e1;color: #4660e1;background: #eceffc url("../images/notifications/warning.svg") no-repeat left 20px center;background-size: 22px}
.notification.e-warning .close:before, .notification.e-warning .close:after{background: #4660e1}
.notification.e-information{border-color: #62b8f6;color: #62b8f6;background: #eff8fe url("../images/notifications/information.svg") no-repeat left 20px center;background-size: 22px}
.notification.e-information .close:before, .notification.e-information .close:after{background: #62b8f6}
.notification.e-error2{border-color: #fd6876;background: #fd6876 url("../images/notifications/error_white.svg") no-repeat left 20px center;background-size: 22px}
.notification.e-success2{border-color: #27e59a;background: #27e59a url("../images/notifications/success_white.svg") no-repeat left 20px center;background-size: 22px}
.notification.e-warning2{border-color: #4660e1;background: #4660e1 url("../images/notifications/warning_white.svg") no-repeat left 20px center;background-size: 22px}
.notification.e-information2{border-color: #62b8f6;background: #62b8f6 url("../images/notifications/information_white.svg") no-repeat left 20px center;background-size: 22px}

.burger-btn{display: inline-block;width: 22px;height: 15px;cursor: pointer;z-index: 999;}
.burger-btn span{display: block;width: 100%;height: 2px;background: #2142A7;position: relative;margin: 0 0 4px 0;transition: all .3s linear}
.burger-btn span:last-child{margin: 0}
.burger-btn.to-close span:nth-child(1){transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);top: 7px}
.burger-btn.to-close span:nth-child(2){opacity: 0}
.burger-btn.to-close span:nth-child(3){transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);top: -5px}

.loading{position: relative}
.loading:before{content: '';position: absolute;top: 0;left:0;right: 0;bottom: 0; background-color: #fff; opacity: 0.5; z-index: 99}
.loading:after{content: '';position: absolute;top: 0;left:0;right: 0;bottom: 0; z-index: 100; width: 50px; height: 50px; margin: auto; background-image: url(/images/loading.gif); background-size: contain}
.dn {display:none!important;}
.main-account{padding-top: 28px}
button:disabled{border-color: #eaeaea!important;background: #f5f5f5!important;color: #777777!important;cursor: default!important}
.error-page .text_center{padding: 50px 0 100px 0}

body .owl-theme .owl-controls{margin-top: 5px}
body .owl-theme .owl-controls .owl-page span{width: 12px;height: 12px;background: #DEE0F0;border: 1px solid #F6F8FF;border-radius: 50%;opacity: 1}
body .owl-theme .owl-controls .owl-page.active span, body .owl-theme .owl-controls.clickable .owl-page:hover span{background: #0083FC;border: 1px solid #0083FC}
body .owl-theme .owl-controls .owl-buttons div{background: none;font-size: 0;line-height: 0;color: transparent;position: relative;margin: 5px 14px}
body .owl-theme .owl-controls .owl-buttons div:before{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;width: 16px;height: 15px;display: inline-block;content: ''}
body .owl-theme .owl-controls .owl-buttons div.owl-prev:before{background: url("/images/arrow-left.svg") no-repeat center}
body .owl-theme .owl-controls .owl-buttons div.owl-next:before{background: url("/images/arrow-right.svg") no-repeat center}

.lazy_bg{background-image: none!important;}
img.responsive{max-width: 100%}
/*ELEMENTS*/

#horiz_container,#horiz_container li img{padding:0;margin:0}#scrollbar,#track{width:815px;height:12px;top:0}#left_scroll,#right_scroll{position:absolute;top:1px;border-style:solid;border-width:5px;width:0;height:0;cursor:pointer}#horiz_container_outer{width:800px;overflow-x:hidden;overflow-y:hidden;position:relative;height:310px;margin:5px auto;border:1px solid #ccc}#horiz_container{width:4040px;height:300px}#horiz_container ul{margin:0;padding:0;float:left}#horiz_container_inner{padding:5px 5px 5px 0}#horiz_container li{list-style:none;display:inline-table;margin:0}#scrollbar{position:relative;display:block;font-size:1px;margin:0 auto}#track{position:absolute;left:0;background:#676767;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}#dragBar{position:absolute;left:0;top:0;width:20px;height:10px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.39,#e5e5e5),color-stop(.7,#f5f5f5));background-image:-moz-linear-gradient(center bottom,#e5e5e5 39%,#f5f5f5 70%)}#left_scroll{border-color:transparent gray transparent transparent;left:-15px}#right_scroll{right:-15px;border-color:transparent transparent transparent gray}#dragBar,#left,#right,#scrollbar,#track{-moz-user-select:none;-khtml-user-select:none}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 6px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 1;
}
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #9caeff; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #4d6dff; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #4d6dff; }
/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

/*FORM*/
.form .lbl{
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 120%;
    color: #7E8493;
}
.form .input{
    width: 100%;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    padding: 7px 0 15px 0;
    -webkit-appearance: none;
    height: 45px;
    transition: all .3s linear;
    border: none;
    border-bottom: 1px solid #C4C4C4;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #181818;
    font-family: 'IBM-Plex-Sans', sans-serif;
}
.form .input:focus{
    border-color: #62b8f6;
}
.form textarea.input{
    min-height: 79px;
    max-height: 200px;
    resize: vertical;
    font-size: 16px;
}
.form select.input{
    background-image: url("/images/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px!important;
}
.form .row-container{
    margin-bottom: 61px;
}
.content.contact-us .form .row-container{
    margin-bottom: 61px;
}
.form .submit.button{
    width: 100%;
    max-width: 293px;
    height: 56px;
    background: #222651;
    border-color: #222651;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    padding: 16px 30px;
}
.form .submit.button:hover{
    background: #2142A7;
    border-color: #2142A7;
    color: #fff;
}
.form .submit.button .arrow{
    background: url("/images/arrow-button.svg") no-repeat center;
    margin: 2px 0 -2px 0;
    left: 10px;
    position: relative;
}
/*FORM*/

/*DROPDOWN MENU*/
.dropdown-menu{
    position: absolute;
    left: -500px;
    width: 90%;
    top: 125px;
    margin: auto;
    visibility: hidden;
    transition: all .4s linear;
    z-index: 10;
    padding: 15px 15px 30px 15px;
    background: #F3FBFF;
    min-height: 300px;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(79, 126, 19, .1);
    display: none;
}
.pages .dropdown-menu{
    top: 91px;
}
.dropdown-menu.active{
    left: 0;
    visibility: visible;
    z-index: 11;
    position: fixed;
    top: 0;
    display: block;
    bottom: 0;
    overflow: auto;
    max-width: 580px;
}
.dropdown-menu .menu-list{
    padding: 0;
    margin: 0;
    list-style: none;
}
.dropdown-menu .menu-list li{
    padding: 14px 0 13px 9px;
    border-bottom: 1px solid #d5ebff;
    margin: 0;
    position: relative;
}
.dropdown-menu .menu-list li:last-child{
    border-bottom: none;
}
.dropdown-menu .menu-list li a{
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #2A325A;
}
.dropdown-menu .drop-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dropdown-menu .drop-logo .burger-btn{
    margin-right: 20px;
    order: 1;
}
.dropdown-menu .drop-logo img {
    width: 150px;
    height: auto;
}
.dropdown-menu .phone {
    text-align: center;
    margin: 25px 0 0 0;
}
.dropdown-menu .phone a {
    display: inline-block;
    padding: 7px 18px;
    background-color: #1d48c1;
    border: 1px solid #1d48c1;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    min-width: 155px;
    margin: 0 0 15px 0;
}
.dropdown-menu .phone a .icon-phone {
    background-image: url(/images/phone-white.svg);
}
.dropdown-menu .phone .free-trial {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
/*DROPDOWN MENU*/

/*HEADER*/
header{
    position: relative;
    z-index: 2;
}
header .burger-btn{
    display: none;
}
header.home{
    min-height: 750px;
    margin: 0 0 60px 0;
    background-color: #053b86;
}
@media(min-width: 568px) {
    header.home{
        background: url("../images/home-bg.png") no-repeat top center;
    }
}
header .menu-line{
    background: #FFF;
    padding: 11px 0 3px 0;
    position: relative;
    z-index: 9;
}
header.home .menu-line {
    background: transparent;
}
.menu-line .wrapper{
    justify-content: space-between;
    align-items: center;
    max-width: 1590px;
}
.menu-line .logo{
    top: 2px;
    position: relative;
    left: -10px;
}
.menu ul{
    list-style: none;
    justify-content: space-between;
    margin: 0 -9px;
    font-size: 16px;
    line-height: 20px;
    color: #2A325A;
    font-weight: 500;
    top: -4px;
    letter-spacing: -0.01em;
}
.menu ul li{
    padding: 18px 9px;
}
.menu ul li a, .menu ul li .a{
    color: #2A325A;
    transition: all .3s linear;
}
.menu ul li a:hover, .menu ul li .a:hover{
    color: #2142A7;
}
.home .menu > ul > li > a, .home .menu > ul > li > .a {
    color: #fff;
}
.menu ul li .a{
    cursor: pointer;
}
.menu .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/images/arrow-down.svg);
    vertical-align: middle;
    background-size: 18px;
    margin: -3px 0 0 -2px;
}
.home .menu .icon {
    background-image: url(/images/arrow-down-white.svg);
}
.menu ul .sub-menu {
    display: none;
    position: absolute;
    top: 65px;
    padding: 12px;
    background-color: #fff;
    left: 0;
    right: 0;
    max-height: 380px;
    overflow-x: auto;
    -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.18);
    -moz-box-shadow: 0 0 7px 0 rgba(0,0,0,0.18);
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.18);
    z-index: 9;
}
.menu ul .sub-menu li {
    padding: 9px 0;
    border-top: 1px solid #e7e7e7;
    position: relative;
}
.menu ul .sub-menu li:nth-child(1) {
    border-color: #fff;
}
.menu ul .sub-menu li a {
    font-weight: 400;
    font-size: 14px;
    display: block;
    padding: 0 0 0 32px;
}
.menu ul .sub-menu.menu-services li {
    border: none;
    padding: 12px 0;
}
.menu ul .sub-menu.menu-services li a {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
}
.menu ul .sub-menu li .icon-2 {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #e9f0fc;
    position: absolute;
    top: 12px;
    left: 4px;
    bottom: 0;
    background-image: url(/images/select-arrow.svg);
    background-size: 8px 8px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: rotate(270deg);
}
.menu .relative {
    position: relative;
}
.menu ul li:hover .sub-menu {
    display: flex;
    max-width: 1024px;
    margin: 0 auto;
}
.menu ul li:hover .sub-menu ul {
    width: 32.3%;
    margin: 0 0.5%;
}
.menu ul li:hover .sub-menu.columns-1 {
    display: block;
    top: 55px;
}
.menu ul li:hover .sub-menu.columns-1 li {
    text-align: center;
}
.menu ul li:hover .sub-menu.columns-1 li a {
    padding: 0;
}
.menu ul .sub-menu li ul {
    display: none;
}
.menu ul .sub-menu .sub-menu2:hover ul {
    display: block;
    width: 100%;
    margin: 12px 0 8px 20px;
}
.menu ul .sub-menu .sub-menu2:hover ul li {
    padding: 5px 0;
    border: none;
}
.menu ul .sub-menu .sub-menu2:hover ul li a {
    font-weight: 300;
}
.menu-line .buttons{
    position: relative;
    top: -3px;
}
.menu-line .logo{
    min-width: 404px;
}
.menu-line .buttons{
    min-width: 400px;
}
.menu-line .buttons .phone-number{
    font-weight: 700;
    color: #2142a7;
    margin: 0 16px 0 0;
    position: relative;
    top: 1px;
}
.home .menu-line .buttons .phone-number {
    color: #61E46E!important;
}
.home .menu-line, .home .menu-line .buttons a {
    color: #fff!important;
}
.icon-phone {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/images/phone.svg);
    background-size: contain;
    vertical-align: middle;
}
.menu-line .buttons .button{
    margin: 0 4px;
    min-width: 120px;
}
.menu-line .buttons .button:first-child{
    margin-left: 0;
}
.menu-line .buttons .button:last-child{
    margin-right: 0;
}
.menu-line .buttons .button-green {
    color: #fff;
}
.home .menu-line .buttons .button-callback {
    border-color: #fff;
}
.header-title{
    max-width: 575px;
    margin: 50px 0 0 0;
}
.header-title-wrapper .header-img{
    position: absolute;
    right: 10px;
    bottom: 0;
}
.header-title-wrapper .header-img-wrapper{
    min-height: 440px;
}
.header-title-wrapper .header-img-wrapper .relative {
    position: relative;
}
.header-title-wrapper .price-per-month {
    position: absolute;
    top: 38%;
    right: 334px;
}
@media(min-width: 1440px) {
    .header-title-wrapper:before {
        content: '';
        position: absolute;
        top: 37%;
        left: -4px;
        width: 198px;
        height: 207px;
        background-image: url(../images/dots4.svg);
        background-size: contain;
    }
    .header-title-wrapper:after {
        content: '';
        position: absolute;
        top: 50%;
        right: -4px;
        width: 198px;
        height: 207px;
        background-image: url(../images/dots4.svg);
        background-size: contain;
    }
    .header-title-wrapper .header-img-wrapper .relative:before {
        content: '';
        right: 498px;
        top: 315px;
        position: absolute;
        width: 172px;
        height: 172px;
        background-image: url(../images/dots5.svg);
        background-size: contain;
    }
}
.header-title .h1{
    margin: 0 0 20px 0;
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 116%;
    color: #61E46E;
}
.header-title .p1{
    margin: 0 0 41px 0;
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    font-size: 38px;
    line-height: 124%;
    color: #fff;
}
.header-title .p0{
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #222651;
    margin: 0 0 30px 0;
}
.header-title .p0 span{
    display: inline-block;
    margin: 0 2px;
}
.header-title .p2{
    margin: 0 0 30px 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 170%;
    color: #495575;
}
.header-title .ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-title .ul li{
    margin: 0 0 4px 0;
    padding: 0 0 0 30px;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    letter-spacing: -0.005em;
}
.header-title .ul li:last-child{
    margin-bottom: 0;
}
.header-title .ul li:before{
    position: absolute;
    left: 11px;
    top: 3px;
    bottom: 0;
    margin: auto;
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
}
.header-title .buttons{
    display: flex;
    align-items: center;
}
.header-title .buttons a{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    margin: 0 18px;
}
.header-title .buttons .a{
    color: #222651;
}
.header-title .buttons .a:hover{
    color: #2142A7;
}
.header-title .buttons a:first-child{
    margin-left: 0;
}
.header-title .buttons a:last-child{
    margin-right: 0;
}
.header-title .buttons .button{
    padding: 16px 58px 16px 33px;
}
.header-title .buttons .button .arrow{
    position: absolute;
    right: 31px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.header-logo .text-logo{
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.04em;
    color: #495575;
    display: inline-block;
    padding: 0 0 0 10px;
    margin: 0 0 0 9px;
    border-left: 2px solid #C3D5E5;
    position: relative;
    top: -5px;
}
.home .header-logo .text-logo {
    color: #fff;
}
.header-logo{
    display: flex;
    align-items: center;
}
/*HEADER*/

/*FOOTER*/
footer .dropdown-icon {
    display: none;
}
footer{
    background: #2A3157;
    padding: 107px 0 81px 0;
    position: relative;
}
footer .col-6{
    width: 42%;
}
footer .col-2{
    width: 25%;
    padding-left: 10px;
}
footer .col-4{
    width: 33%;
    padding-left: 11px;
}
footer .logo-footer{
    position: relative;
    left: -13px;
    margin: 0 0 38px 0;
}
footer .footer-title{
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.01em;
    margin: 14px 0 24px 0;
    font-family: 'IBM-Plex-Sans', sans-serif;
}
footer .footer-menu{
    padding: 0;
    margin: 0 0 45px 0;
    list-style: none;
    font-size: 15px;
    line-height: 29px;
    color: #ABB4EC;
}
footer .footer-menu li{
    padding: 0;
}
footer .footer-menu li a{
    color: #ABB4EC;
}
footer .footer-menu li a:hover{
    color: #fff;
}
footer .p1{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #FFF;
    margin: 0 0 5px 0;
}
footer .p2{
    margin: 39px 0 0 0;
    font-size: 15px;
    line-height: 25px;
    color: #F5F7FF;
}
footer .p2 br{
    display: none;
}
footer .button.button-blue{
    padding: 15px 5px 14px 5px;
    margin: 24px 0 59px 0;
    width: 100%;
    max-width: 263px;
    font-family: 'ClashDisplay', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.02em;
}
footer .phone {
    color: #fff;
    font-size: 26px;
    line-height: 34px;
}
.footer-phone {
    color: #333;
    font-size: 26px;
    line-height: 34px;
}
.text-center {
    text-align: center;
}
.rating-footer .rating-logo-trustpilot{
    background: url("/images/trustpilot_logo_white.svg") no-repeat center;
    width: 120px;
    height: 30px;
    background-size: 120px auto;
}
.rating-footer .rating-stars{
    display: block;
    margin: 6px 0 3px 0;
}
.rating-footer .rating-star{
    width: 32px;
    height: 32px;
    background-size: 32px;
}
.rating-footer .rating-txt1{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    color: #fff;
    margin: 0 8px 0 0;
}
.rating-footer .rating-txt1 span{
    font-weight: 500;
    display: inline-block;
    margin: 0 0 0 4px;
}
.rating-footer .rating-txt2{
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #939AB3;
    display: inline-block;
}
.rating-footer .rating-txt2 a{
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}
.rating-footer .rating-txt2 a:hover{
    text-decoration: underline;
}
.rating-footer{
    margin: 0 0 54px 0;
}
.f-addr{
    margin: 0 0 18px 0;
    position: relative;
    padding: 0 0 0 38px;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #F5F7FF;
    text-align: left;
}
.f-addr:before{
    position: absolute;
    left: 4px;
    top: 2px;
    display: inline-block;
    content: '';
    width: 14px;
    height: 18px;
    background: url("/images/loc-icon.svg") no-repeat center;
}
/*FOOTER*/

/*FRONT PAGE*/
.home-lbl{
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #0AD37F;
    display: inline-block;
}
.front-page .line1 .h2{
    letter-spacing: 0.01em;
    margin: 30px 0 0 0;
}
.front-page .line3 .h2{
    margin-top: 9px;
}
.front-page .testimonials-line .h2{
    margin: 0 0 -44px 0;
}
.front-page .line1 .row-container{
    position: relative;
}
.front-page .line1 .row-container > div{
    position: relative;
    z-index: 1;
}
.front-page .line1 .row-container.bg1:after{
    position: absolute;
    left: -356px;
    top: -100px;
    display: inline-block;
    content: url("/images/bg1.svg");
}
.front-page .line1 .row-container.bg2:before{
    position: absolute;
    right: -50px;
    bottom: -54px;
    display: inline-block;
    content: url("/images/dots.svg");
}
.front-page .line1 .row-container.bg2:after{
    position: absolute;
    right: -800px;
    top: -400px;
    display: inline-block;
    content: '';
    width: 664px;
    height: 664px;
    background: #DDF3FF;
    opacity: 0.4;
    filter: blur(70px);
    border-radius: 50%;
}
.img1-wrapper{
    position: relative;
    margin: 9px 0 0 -54px;
}
.img1-wrapper:before, .img3-wrapper:before{
    position: absolute;
    display: inline-block;
    content: '';
    border-radius: 50%;
    width: 491px;
    height: 491px;
    left: -148px;
    top: 20px;
    background: #DFFFEA;
    opacity: 0.8;
    filter: blur(70px);
}
.img1-wrapper img{
    position: relative;
    margin: 0 0 -56px 0;
}
.line1-cols{
    margin: 32px -15px 0 -15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.line1-cols .line1-col{
    padding: 0 15px;
    width: 33.333333%;
}
.line1-cols .col-inner{
    height: 100%;
    background: #EEF7FF;
    border-radius: 20px;
    padding: 39px 40px 49px 40px;
    font-size: 15px;
    line-height: 150%;
    color: #364561;
}
.line1-cols .col-inner p{
    margin: 0;
}
.line1-cols .col-inner .ttl{
    margin: 22px 0 17px 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #181818;
}
.line1-cols .col-inner .icon{
    width: 64px;
    height: 64px;
    background: #FFF;
    border-radius: 12px;
    display: inline-block;
}
.line1-cols .col-inner .icon.icon1{
    background: #fff url("/images/cols/11.svg") no-repeat center;
}
.line1-cols .col-inner .icon.icon2{
    background: #fff url("/images/cols/22.svg") no-repeat center;
}
.line1-cols .col-inner .icon.icon3{
    background: #fff url("/images/cols/33.svg") no-repeat center;
}
.front-page .line2{
    padding: 139px 0 103px 0;
    margin: 160px 0 162px 0;
    background: #F6F8FF;
}
.front-page .line2 .h2{
    margin-bottom: 7px;
}
.front-page .line2 .p-ttl{
    margin: 0 0 41px 0;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #596D8B;
}
.front-page .line2 .owl-buttons{
    display: none;
}
.nav-tabs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    margin: 0 0 20px 0!important;
    padding: 0!important;
    border-bottom: 1px solid #D8DDE8;
}
.nav-tabs li{
    display: inline-block;
    min-width: 200px;
    margin: 0!important;
    padding: 0;
}
.nav-tabs li:before{
    display: none;
}
.nav-tabs li a{
    display: block;
    padding: 15px 20px 26px 20px;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: #9FA3AA;
    text-align: center;
    border-bottom: 2px solid transparent;
    margin: 0 0 -1px 0;
}
.nav-tabs li.active a{
    color: #181818;
    border-color: #5285EA;
}
.tab-content>.tab-pane{
    display: none;
}
.tab-content>.active{
    display: block;
}
.products-carousel{
    margin: 0 -15px;
    width: auto!important;
}
.products-item-wrapper{
    padding: 30px 15px;
}
.products-item{
    background: #FFFFFF;
    box-shadow: 0 15px 15px rgba(50, 62, 80, 0.06);
    border-radius: 20px;
    overflow: hidden;
    transition: all .3s linear;
    outline: 2px solid transparent;
}
.products-item:hover{
    outline: 2px solid #C5E0F9;
    box-shadow: 0 10px 25px rgba(47, 88, 150, 0.25);
}
.products-item .products-title{
    background: #264BD1;
    border-radius: 20px 20px 0 0;
    padding: 33px 15px 29px 15px;
    text-align: center;
    position: relative;
    transition: all .3s linear;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.01em;
}
.products-item .products-title.green{
    background: #0AD37F;
}
.products-item:hover .products-title{
    background: #fff;
    color: #181818;
}
.products-item .products-title:before{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 57px;
    height: 2px;
    background: #0083FC;
    display: inline-block;
    content: '';
    opacity: 0;
}
.products-item .products-title.green:before{
    background: #0AD37F;
}
.products-item:hover .products-title:before{
    opacity: 1;
}
.products-item .products-title p{
    margin: 0;
}
.products-item .products-body{
    padding: 34px 45px 41px 45px;
}
.products-item .products-price .p1{
    text-align: center;
    margin: 0;
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 74px;
    letter-spacing: -0.01em;
    color: #222651;
}
.products-item .products-price .p1 span{
    font-size: 25px;
    line-height: 31px;
    display: inline-block;
    position: relative;
    top: -10px;
    margin: 0 7px 0 0;
}
.products-item .products-price .p2{
    margin: -12px 0 31px 0;
    text-align: center;
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #495575;
}
.products-item .button{
    width: 100%;
    max-width: 260px;
    display: block;
    margin: 36px auto 0 auto;
    padding: 15px 5px;
    border: 2px solid #89C5FA;
    border-radius: 6px;
    letter-spacing: 0.02em;
    color: #0083FC;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    font-family: 'ClashDisplay', sans-serif;
}
.products-item:hover .button{
    background: #222651;
    border-color: #222651;
    color: #fff;
}
.products-item:hover .button:hover{
    background: #fff;
    border-color: #222651;
    color: #222651;
}
.img2-wrapper{
    position: relative;
    margin: 9px 0 0 -54px;
}
.img2-wrapper:after{
    position: absolute;
    display: inline-block;
    content: url("/images/dots2.svg");
    left: -70px;
    bottom: 38px;
}
.img2-wrapper img{
    position: relative;
    z-index: 1;
}
.line3 .ul-benefits{
    display: flex;
    flex-wrap: wrap;
    margin: 58px -21px 0 -10px;
}
.line3 .ul-benefits li{
    width: 33.333333%;
    padding: 0 10px;
    font-weight: 600;
    font-size: 17px;
    line-height: 150%;
    color: #2D393D;
    margin: 0 0 42px 0;
}
.line3 .ul-benefits li:before{
    display: none;
}
.line3 .ul-benefits li .icon{
    display: block;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #6F9DF5 0%, #2656D1 100%);
    border-radius: 20px;
    margin: 0 0 25px 0;
    position: relative;
}
.line3 .ul-benefits li .icon:before{
    position: absolute;
    display: inline-block;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
}
.line3 .ul-benefits li .icon.lazy_bg:before{
    background-image: none;
}
.line3 .ul-benefits li .icon1:before{
    background: url("/images/benefits/1.svg") no-repeat center;
}
.line3 .ul-benefits li .icon2:before{
    background: url("/images/benefits/2.svg") no-repeat center;
}
.line3 .ul-benefits li .icon3:before{
    background: url("/images/benefits/3.svg") no-repeat center;
}
.line3 .ul-benefits li .icon4:before{
    background: url("/images/benefits/4.svg") no-repeat center;
}
.line3 .ul-benefits li .icon5:before{
    background: url("/images/benefits/5.svg") no-repeat center;
}
.line3 .ul-benefits li .icon6:before{
    background: url("/images/benefits/6.svg") no-repeat center;
}
.line3 .row-container{
    position: relative;
}
.line3 .row-container:before{
    position: absolute;
    right: -376px;
    top: -106px;
    display: inline-block;
    content: url("/images/bg2.jpg");
}
.line4{
    margin: 102px 0 28px 0;
    position: relative;
}
.front-page .line4 .h2{
    margin: 0;
}
.services.content {
    margin: -58px 0 40px 0;
}
.services .heading {
    background-image: url(../images/services-bg.svg);
    height: 600px;
    margin: 0 0 118px 0;
    background-position: 50% 50%;
}
.services .heading .text {
    width: 50%;
    float: right;
}
.services .heading .p {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 600;
    margin: 102px 0 27px 0;
}
.services .heading p {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    margin: 0 0 20px 0;
}
.services .heading p:last-child {
    margin: 0;
}
.services .sub-h3 {
    margin: -20px 0 58px 0;
}
.services-block-2 {
    margin: 120px 0;
    background-color: #F6F8FF;
    padding: 75px 0;
}
.services-block-2 .limited-offer {
    margin: 40px 0 0 0;
}
.services-blocks{
    display: flex;
    margin: 61px -15px 0 -15px;
    flex-wrap: wrap;
}
.services-blocks.owl-carousel .owl-pagination{
    display: none;
}
.services-blocks .services-block{
    padding: 0 15px 36px 15px;
    width: 25%;
}
.services-blocks .inner{
    background: #EEF7FF;
    border-radius: 20px;
    transition: all .3s linear;
    padding: 27px 24px 30px 24px;
    font-size: 15px;
    line-height: 150%;
    color: #364561;
    outline: 3px solid #EEF7FF;
    text-decoration: none;
    display: block;
    height: 100%;
    min-height: 362px;
}
.services-blocks .inner:hover{
    outline: 3px solid #4BAAFF;
    box-shadow: 0 18px 60px rgba(47, 88, 150, 0.25);
    background: #fff;
}
.services-blocks .inner p{
    margin: 0;
}
.services-blocks .inner .icon{
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: inline-block;
    background-color: #fff;
    transition: all .3s linear;
    background-position: center!important;
    background-repeat: no-repeat!important;
}
.services-blocks .inner:hover .icon{
    background-color: #F1F8FE;
}
.services-blocks .inner .icon1{
    background-image: url("/images/services/11.svg");
}
.services-blocks .inner .icon2{
    background-image: url("/images/services/22.svg");
}
.services-blocks .inner .icon3{
    background-image: url("/images/services/33.svg");
}
.services-blocks .inner .icon4{
    background-image: url("/images/services/44.svg");
}
.services-blocks .inner .icon5{
    background-image: url("/images/services/55.svg");
}
.services-blocks .inner .icon6{
    background-image: url("/images/services/66.svg");
}
.services-blocks .inner .icon7{
    background-image: url("/images/services/77.svg");
}
.services-blocks .inner .icon8{
    background-image: url("/images/services/88.svg");
}
.services-blocks .inner .ttl{
    margin: 22px 0 17px 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #181818;
}
.services-blocks .button.button-more{
    background: #E9F0FC;
    border-color: #E9F0FC;
    border-radius: 8px;
    color: #162351;
    font-family: 'IBM-Plex-Sans', sans-serif;
    margin: 28px 0 0 0;
    padding: 8px 5px 12px 5px;
    height: 40px;
    width: 40px;
    font-size: 0;
    line-height: 14px;
}
.services-blocks .button.button-more:hover{
    border-color: #162351;
}
.services-blocks .button.button-more .arrow{
    position: relative;
    top: 3px;
}
.services-blocks .inner:hover .button.button-more{
    width: 100%;
    font-size: 14px;
}
.services-blocks .inner:hover .button.button-more .arrow{
    left: 7px;
    margin: 0 0 0 3px;
}

.get-free-trial-row {
    margin-bottom: -22px;
}
.get-free-trial-row img {
    width: 100%;
    height: auto;
}
.get-free-trial-row .h5 {
    font-size: 36px;
}
.get-free-trial-row .button {
    min-width: 250px;
    padding: 20px;
    margin: 12px 0 0 0;
}
.line-tools .h4{
    margin: 20px 0 64px 0;
}
.tools-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tools-list div{
    width: 16.66666%;
    text-align: center;
}
.tools-list img{
    margin: 0 0 62px 0;
    max-width: 100%;
    height: auto;
}
.line-steps{
    padding: 79px 0 100px 0;
    background: #F7F8FF;
    margin: 30px 0 0 0;
}
.line-steps .row-container.add-bg{
    position: relative;
}
.line-steps .row-container.add-bg:before{
    position: absolute;
    right: -374px;
    top: -96px;
    display: inline-block;
    content: url("/images/line-steps-bg.svg");
}
.line-steps .h2{
    margin: 23px 0 19px 0;
}
.line-steps .p{
    font-size: 17px;
    line-height: 27px;
    margin: 19px auto 80px auto;
    max-width: 908px;
}
.home-steps{
    position: relative;
    padding: 0 0 109px 0;
}
.home-steps:before{
    position: absolute;
    bottom: -8px;
    right: 50%;
    display: inline-block;
    content: url("/images/connector-line.svg");
}
.home-steps .home-step{
    position: relative;
    background: #fff;
    box-shadow: 0 14px 25px 0 rgba(24, 41, 66, 0.06);
    border-radius: 16px;
    padding: 32px 136px 32px 48px;
    font-size: 15px;
    line-height: 23px;
    color: #364561;
    margin: 0 0 20px 0;
}
.home-steps .home-step p{
    margin: 0;
}
.home-steps .home-step p.s-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #181818;
    margin: 0 0 10px 0;
}
.home-steps .home-step .s-number{
    position: absolute;
    left: -28px;
    top: 47px;
    margin: auto;
    width: 52px;
    height: 52px;
    background: #222651;
    border-radius: 50%;
    font-family: 'ClashDisplay', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 52px;
    color: #fff;
    text-align: center;
}
.home-steps .home-step .s-icon{
    background-color: #F1F8FE;
    border-radius: 12px;
    width: 88px;
    height: 88px;
    position: absolute;
    right: 36px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
.home-steps .home-step .s-icon1{
    background-image: url("/images/process1.svg");
}
.home-steps .home-step .s-icon2{
    background-image: url("/images/process2.svg");
}
.home-steps .home-step .s-icon3{
    background-image: url("/images/process3.svg");
}
.home-contact-form{
    padding: 53px 420px 49px 60px;
    background: #fff url("/images/form-img.webp") no-repeat right center;
    box-shadow: 0 30px 64px rgba(19, 33, 68, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    min-height: 608px;
}
.home-contact-form .h3{
    font-size: 36px;
    line-height: 116%;
    color: #222651;
    margin: 0 0 39px 0;
}
.home-contact-form .form .hidden-home{
    display: none;
}
.home-contact-form .form .col-6{
    margin-bottom: 41px;
}
.home-contact-form .form .col-6.last{
    width: 100%;
    margin-bottom: 0;
}
.home-contact-form .form .submit.button{
    padding: 0;
    width: 100%;
    max-width: 100%;
    border-color: #43CA51;
    background: #43CA51;
    height: 64px;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.02em;
}
.home-contact-form .hc-form{
    display: inline-block;
}
.home-contact-form .rating-items .rating-item{
    display: block;
    padding: 20px 18px;
    min-height: 116px;
    background: #F8F8F8;
    width: 33.3333%;
    margin: 0 8px;
}
.home-contact-form .rating-items .rating-logo{
    display: block;
    margin: 0 0 10px 0;
}
.home-contact-form .rating-items .rating-logo-trustpilot{
    width: 111px;
    height: 27px;
    background-size: 111px 27px;
}
.home-contact-form .rating-items .rating-logo-clutch{
    width: 87px;
    height: 27px;
    background-size: 87px 27px;
}
.home-contact-form .rating-items .rating-logo-goodfirms{
    width: 146px;
    height: 27px;
    background-size: 146px 27px;
}
.home-contact-form .rating-items .rating-stars{
    margin: 0;
}
.home-contact-form .rating-items .rating-mark{
    padding: 0;
    margin: 0 0 0 5px;
    border: none;
    position: relative;
    top: -4px;
}
.home-contact-form  .rating-items .rating-count{
    display: block;
}
.home-contact-form .rating-items{
    padding: 0;
    margin: 39px -8px 0 -8px;
    flex-wrap: nowrap;
}
.home-contact-form .form .row-container{
    margin: 0 -15px;
}
.img3-wrapper{
    position: relative;
    margin: 47px 0 30px -54px;
}
.img3-wrapper img{
    position: relative;
    z-index: 1;
}
.img3-wrapper:after{
    position: absolute;
    left: -169px;
    bottom: -62px;
    display: inline-block;
    content: url("/images/img3-bg.svg");
}
.testimonials-line{
    margin: 102px 0 73px 0;
}
.testimonials-line .stat{
    margin: -67px -15px 0 25px;
    display: flex;
    max-width: 465px;
}
.testimonials-line .stat li:before{
    display: none;
}
.testimonials-line .stat li{
    font-size: 20px;
    line-height: 120%;
    color: #939AB3;
    padding: 0 15px;
    width: 50%;
}
.testimonials-line .stat li span{
    display: block;
    margin: 0 0 3px 0;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    color: #2A325A;
    font-family: 'ClashDisplay', sans-serif;
}
.testimonials-wrapper{
    position: relative;
    margin: 0;
}
.testimonials-wrapper .owl-pagination{
    display: none;
}
.testimonials-wrapper .owl-buttons{
    position: absolute;
    right: -12px;
    top: -102px;
}
.testimonials-wrapper.lazy_bg:before, .testimonials-wrapper.lazy_bg:after{
    content: '';
}
.testimonials-wrapper .testimonials-carousel{
    width: auto;
    margin: 0;
    position: relative;
    z-index: 1;
}
.testimonials-carousel .slide-item{
    padding: 0 25px 40px 25px;
}
.testimonial{
    background: #FFF;
    box-shadow: 0 14px 20px rgba(34, 51, 96, 0.09);
    border-radius: 20px;
    padding: 42px 41px 39px 41px;
    min-height: 311px;
}
.testimonial p{
    margin: 0;
    font-size: 15px;
    line-height: 160%;
    color: #495575;
}
.testimonial .name{
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #2A325A;
    margin: 0 0 8px 0;
}
.testimonial .type{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #0083FC;
    margin: 0 0 20px 0;
}
.testimonial .date{
    font-size: 15px;
    line-height: 160%;
    color: #939AB3;
    margin: 20px 0 0 0;
}
.all-reviews{
    text-align: right;
    margin: 0 0 70px 0;
    position: relative;
    z-index: 1;
}
.all-reviews .divider{
    display: inline-block;
    background: #DEE0F0;
    width: 1px;
    height: 24px;
    margin: 0 95px 0 19px;
    position: relative;
    top: 5px;
}
.all-reviews a{
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #2142A7;
}
.all-reviews a:hover{
    text-decoration: underline;
}
.t-review-mark{
    text-align: center;
    margin: 54px 0 14px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.t-review-mark .rating-stars{
    margin: 0 20px 0 20px;
    position: relative;
    top: 5px
}
.t-review-mark .sp1{
    display: inline-block;
    letter-spacing: -0.01em;
    color: #1B1B28;
    font-weight: 500;
    font-size: 23px;
    line-height: 24px;
}
.t-review-mark .sp1 span{
    font-weight: 600;
}
.t-review-mark .rating-star-trustpilot{
    width: 26px;
    height: 26px;
    background-size: 26px;
}
.t-review-mark .sp2{
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: -0.01em;
    color: #5A5C73;
}
.t-review-mark .sp2 a{
    text-decoration: underline;
    color: #1B1B28;
    font-weight: 600;
}
.t-review-mark .sp2 a:hover{
    text-decoration: none;
}
.t-review-logo .rating-logo-trustpilot{
    width: 120px;
    height: 30px;
    background-size: 120px auto;
}
.testimonials-carousel .slide{
    margin: -10px;
    display: flex;
    flex-wrap: wrap;
}
.review-item{
    padding: 24px 24px 50px 24px;
    background: #F4F6F9;
    position: relative;
    font-size: 14px;
    line-height: 19px;
    color: #364561;
    margin: 10px;
    width: calc(25% - 20px);
    min-height: 246px;
}
.owl-item .review-item {
    width: 90%;
}
.review-item p{
    margin: 0;
}
.review-item p.name{
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #181818;
    margin: 14px 0 9px 0;
}
.review-item p.date{
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.01em;
    color: #364561;
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
}
.review-item p.date span{
    color: #181818;
    font-weight: 500;
}
/*FRONT PAGE*/

/*BREADCRUMBS*/
.breadcrumbs-wrapper{
    background: #F3FBFF url("/images/crumbs-bg.svg") no-repeat right bottom;
    padding: 40px 0;
    margin: 0 0 58px 0;
    position: relative;
    z-index: 1;
}
.breadcrumbs-wrapper .wrapper{
    position: relative;
}
.breadcrumbs-wrapper .wrapper:before, .breadcrumbs-wrapper .wrapper:after{
    display: inline-block;
    position: absolute;
    content: url("/images/crumbs-dots.svg");
}
.breadcrumbs-wrapper .wrapper:before{
    left: -272px;
    top: -156px;
}
.breadcrumbs-wrapper .wrapper:after{
    right: -375px;
    top: -152px;
}
.breadcrumbs-wrapper .h1{
    font-size: 44px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2A325A;
    margin: 0;
}
.breadcrumbs{
    font-size: 15px;
    line-height: 160%;
    color: #939AB3;
}
.breadcrumbs a{
    color: #495575;
}
.breadcrumbs a:hover{
    color: #0083FC;
}
.breadcrumbs a, .breadcrumbs span{
    display: inline-block;
}
.breadcrumbs .divider{
    margin: 0 11px;
}
/*BREADCRUMBS*/

/*BOTTOM PRODUCTS*/
.bottom-products{
    background: #F6F8FF;
    padding: 91px 0 95px 0;
    margin: 88px 0 0 0;
}
body .bottom-products .owl-theme .owl-controls {
    margin-top: 13px;
}
.bottom-products-title{
    position: relative;
    margin: 0 0 24px 0;
    padding: 0 240px 0 0;
}
.bottom-products-title .h2{
    margin: 0;
}
.bottom-products-title .a{
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2142A7;
    position: absolute;
    right: 97px;
    top: 9px;
    font-family: 'ClashDisplay', sans-serif;
}
.bottom-products-title .a:hover{
    text-decoration: underline;
}
.bottom-products .owl-buttons{
    position: absolute;
    right: 4px;
    top: -54px;
}
/*BOTTOM PRODUCTS*/

/*CONTENT*/
.line2 .p-ttl{
    margin: 0 0 41px 0;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #596D8B;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 50px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
form .alert {
    margin: 0;
}
.overlay {
    position: relative;
}
.overlay:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.5;
    z-index: 9;
}
.dropdown-menu .menu-list .sub-menu {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 15px 0 0 20px;
}
.dropdown-menu .menu-list .active .sub-menu, .dropdown-menu .menu-list .active .sub-menu ul {
    display: block;
}
.dropdown-menu .menu-list .drop-down .icon, .dropdown-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/images/dropdown.svg);
    background-size: 15px;
    padding: 15px;
    background-position: 50% 25%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.dropdown-menu .menu-list .drop-down .icon {
    top: 10px;
    right: 10px;
    position: absolute;
}
.dropdown-menu .menu-list .drop-down.active .icon {
    transform: rotate(180deg);
}
.dropdown-menu .menu-list .sub-menu ul {
    display: none;
}
.dropdown-menu .menu-list .sub-menu > li {
    padding: 4px 0;
}
.dropdown-menu .menu-list .sub-menu > li > a {
    font-size: 13px;
    font-weight: 400;
}
.dropdown-menu .menu-list .drop-down .icon-2 {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/images/arrow-down.svg);
    background-size: 15px;
    padding: 10px;
    background-position: 50% 25%;
    background-repeat: no-repeat;
    cursor: pointer;
    top: 10px;
    right: 10px;
    position: absolute;
}
.dropdown-menu .menu-list .sub-menu .active .icon-2 {
    transform: rotate(180deg);
}
.dropdown-menu .menu-list .sub-menu .active ul {
    display: block;
}
.dropdown-menu .menu-list .sub-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 10px;
}
.dropdown-menu .menu-list .sub-menu ul li {
    padding: 1px 0;
    border: none;
    line-height: 1;
}
.dropdown-menu .menu-list .sub-menu ul li a {
    font-size: 12px;
    font-weight: 300;
    display: block;
}
.dropdown-menu .menu-list .sub-menu ul li a img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.rating-p {
    margin: 38px 0;
    color: #fff;
}
.mini-contact-form{
    background: #fff;
    box-shadow: 0 2px 6px rgba(19, 33, 68, 0.08);
    border-radius: 12px;
    position: relative;
    padding: 30px 23px 30px 23px;
    margin: 0 auto 0 auto;
}
.mini-contact-form .ttl{
    background: #fff;
    border-radius: 10px 10px 0 0;
    display: inline-block;
    padding: 10px 20px;
    position: absolute;
    left: 0;
    top: -25px;
    font-family: 'ClashDisplay', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 116%;
    color: #2142A7;
    letter-spacing: -0.009em;
}
.mini-contact-form .row-1 .row-container {
    margin: 0;
    flex-wrap: nowrap;
}
.mini-contact-form .form .submit.button {
    padding: 0;
    width: 100%;
    max-width: 100%;
    border-color: #43CA51;
    background: #43CA51;
    height: 50px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
}
.mini-contact-form .col-6, .mini-contact-form .col-12 {
    padding: 0 7px;
    width: 20%;
}
.mini-contact-form .form .input {
    padding: 10px 0 10px 10px;
    border: none;
    border-bottom:1px solid #D9E1F1;
    font-size: 14px;
    border-radius: 5px;
    height: 50px;
}
.mini-contact-form .lbl {
    display: none;
}
.mini-contact-form .hidden-home{
    display: none;
}
.rating-logo-trustpilot{
    display: inline-block;
    width: 90px;
    height: 22px;
    background: url("/images/header-rating/trustpilot-logo.svg") no-repeat center;
}
.rating-logo-clutch{
    display: inline-block;
    width: 70px;
    height: 22px;
    background: url("/images/header-rating/clutch-logo.svg") no-repeat center;
}
.rating-logo-goodfirms{
    display: inline-block;
    width: 121px;
    height: 22px;
    background: url("/images/header-rating/goodfirms-logo.svg") no-repeat center;
}
.rating-star{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0 0 -1px;
}
.rating-star-trustpilot{
    background: url("/images/header-rating/trustpilot-star.svg") no-repeat center;
}
.rating-star-clutch{
    background: url("/images/header-rating/clutch-star.svg") no-repeat center;
}
.rating-star-goodfirms{
    background: url("/images/header-rating/goodfirms-star.svg") no-repeat center;
}
.rating-items .rating-stars{
    line-height: 0;
    margin: 0 6px 0 10px;
}
.rating-items .rating-mark{
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #1B1B28;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    border-right: 1px solid rgba(104, 137, 187, .4);
}
.rating-items .rating-count{
    font-weight: 500;
    font-size: 12px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #5A5C73;
}
.rating-items .rating-count span{
    font-weight: 600;
    color: #1B1B28;
}
.rating-items .rating-item{
    display: flex;
    align-items: center;
}
.rating-items{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px 0 7px;
}
.line-awards{
    margin: 84px 0 0 0;
}
.line-awards .h4{
    margin: 20px 0 59px 0;
}
.awards-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1120px;
    margin: 0 auto;
}
.line-why{
    background: #F7F8FF;
    padding: 79px 0 70px 0;
    margin: 100px 0 0 0;
}
.line-why .h2{
    margin: 23px 0 59px 0;
}
.why-item{
    background: #FFFFFF;
    box-shadow: 0 18px 40px rgba(50, 62, 80, 0.06);
    border-radius: 20px;
    padding: 30px 36px 40px;
    margin: 0 0 30px 0;
    width: 100%;
}
.why-item p{
    margin: 0;
    font-size: 15px;
    line-height: 23px;
    color: #364561;
}
.why-item p.p1{
    margin: 14px 0 15px 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #181818;
}
.why-icon{
    display: inline-block;
    width: 70px;
    height: 70px;
}
.why-icon.why-icon1{
    background: url("/images/why/1.svg") no-repeat center;
}
.why-icon.why-icon2{
    background: url("/images/why/2.svg") no-repeat center;
}
.why-icon.why-icon3{
    background: url("/images/why/3.svg") no-repeat center;
}
.why-icon.why-icon4{
    background: url("/images/why/4.svg") no-repeat center;
}
.why-icon.why-icon5{
    background: url("/images/why/5.svg") no-repeat center;
}
.why-icon.why-icon6{
    background: url("/images/why/6.svg") no-repeat center;
}
.home-stats.testimonials-line{
    margin: 61px 0 52px 0;
}
.home-stats.testimonials-line .stat {
    margin: 0 -16px;
    display: flex;
    max-width: 1170px;
    width: auto;
}
.home-stats.testimonials-line .stat li {
    padding: 30px 15px 32px 30px;
    background-color: #EDFCF1;
    margin: 0 16px;
    border-radius: 20px;
}
@media(max-width: 991px) {
    .header-title .ul li{
        padding: 0;
    }
    .header-title .ul li:before{
        position: relative;
        left: auto;
        top: -4px;
        bottom: 0;
        margin: 0 15px 0 0;
    }
    .home-stats.testimonials-line .stat {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    .home-stats.testimonials-line .stat li {
        box-sizing: border-box;
        width: 40%;
        margin: 0;
    }
    .mini-contact-form .col-6.last{
        width: 100%;
    }
    .header-title-wrapper .mini-contact-form .row-1 .row-container{
        flex-wrap: wrap;
    }
    .header-title-wrapper .mini-contact-form .col-6.last{
        width: 100%!important;
    }
    .header-title-wrapper .mini-contact-form .col-6, .header-title-wrapper .mini-contact-form .col-2, .header-title-wrapper .mini-contact-form .col-12{
        width: 50%!important;
        margin: 10px 0!important;
    }
}
@media(max-width: 480px){
    .mini-contact-form{
        padding: 20px 10px 20px 10px;
    }
    .header-title-wrapper .mini-contact-form .col-6, .header-title-wrapper .mini-contact-form .col-2, .header-title-wrapper .mini-contact-form .col-12{
        width: 100%!important;
    }
    .home-stats.testimonials-line .stat li {
        padding: 15px 10px;
        width: 45%;
    }
    .home-stats.testimonials-line .stat li span {
        font-size: 32px;
    }
    .home-stats.testimonials-line .stat {
        gap: 8px;
    }
}

.not-found {
    padding: 100px 20px;
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
}
.not-found h1 {
    text-transform: uppercase;
    font-size: 44px;
    line-height: 1;
    text-align: center;
    margin: 0 0 15px 0;
}
.not-found h1 img {
    width: 50px;
}
.not-found p {
    font-size: 14px;
    line-height: 1.4;
    color: #364561;
    text-align: center;
    margin: 0 0 10px 0;
}
.not-found .img img {
    max-width: 100%;
}
.not-found .buttons {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.not-found .buttons .button {
    padding: 15px 0;
    width: 50%;
}
@media(max-width: 480px) {
    .not-found h1 {
        font-size: 35px;
    }
    .not-found h1 img {
        width: 30px;
    }
}
#scroll-up {
    opacity: 0;
    display: none;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-image: url('/images/arrow-up-white.svg');
    border-radius: 3px;
    background-color: #0083FC;
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    z-index: 9999;
}
#scroll-up.active {
    display: inline-block;
}
div.x_callback {
    display: none;
}
.content{
    margin: 0 0 40px 0;
}
.content .wrapper{
    position: relative;
}
.content .wrapper:before{
    position: absolute;
    left: -396px;
    top: -83px;
    display: inline-block;
    content: url("/images/bg1.svg");
}
.content .wrapper:after{
    position: absolute;
    right: -800px;
    top: 180px;
    display: inline-block;
    content: '';
    width: 664px;
    height: 664px;
    background: #DDF3FF;
    opacity: 0.4;
    filter: blur(70px);
    border-radius: 50%;
}
.img4-wrapper, .img9-wrapper{
    margin: 0 0 0 -54px;
}
.content ul.ul-options{
    margin: 47px -15px 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.content ul.ul-options li:before{
    display: none;
}
.content ul.ul-options li{
    padding: 0 15px 17px 15px;
    margin: 0;
    width: 33.3333333%;
}
.content ul.ul-options.ul-options2 li{
    width: 50%;
}
.ul-options .option-item{
    background: #FFF;
    box-shadow: 0 3px 20px rgba(27, 53, 120, 0.1);
    border-radius: 8px;
    padding: 16px 20px 16px 60px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    position: relative;
    height: 100%;
}
.ul-options .option-item:before{
    display: inline-block;
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #48D993 url("/images/check2.svg") no-repeat center;
}
.ul-options a{
    background: #FFF;
    box-shadow: 0 3px 20px rgba(27, 53, 120, 0.1);
    border-radius: 8px;
    padding: 16px 20px 16px 60px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    position: relative;
    height: 100%;
    display: block;
    color: #000;
}
.ul-options a:before{
    display: inline-block;
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #48D993 url("/images/check2.svg") no-repeat center;
}
.benefits-options-row{
    margin-top: 41px;
    margin-bottom: 45px;
}
.industry-items{
    display: flex;
    margin: 21px -15px -30px -15px;
    flex-wrap: wrap;
}
.industry-items .industry-item{
    width: 33.3333333%;
    padding: 0 15px 40px 15px;
}
.industry-block{
    height: 100%;
    overflow: hidden;
    max-width: 360px;
    min-height: 500px;
    background: #FFFFFF;
    box-shadow: 0 5px 37px rgba(27, 53, 120, 0.1);
    border-radius: 20px;
    margin: 0 auto;
    transition: all .3s linear;
    outline: 3px solid transparent;
}
.industry-block:hover{
    outline: 3px solid #4BAAFF;
    box-shadow: 0 18px 60px rgba(47, 88, 150, .25);
}
.industry-block .image-wrapper{
    height: 170px;
}
.industry-block .image-wrapper img{
    width: 100%;
}
.industry-block .text-wrapper{
    padding: 33px 32px 20px 32px;
}
.industry-block .block-text{
    font-size: 15px;
    line-height: 22px;
    height: 88px;
    margin: 0;
    overflow: hidden;
    color: #364561;
}
.industry-block .block-text p{
    margin: 0;
}
.industry-block .button.button-more{
    background: #E9F0FC;
    border-color: #E9F0FC;
    border-radius: 8px;
    color: #162351;
    font-family: 'IBM-Plex-Sans', sans-serif;
    margin: 27px 0 0 0;
    padding: 8px 5px 12px 5px;
    height: 40px;
    width: 40px;
    font-size: 0;
    line-height: 14px;
}
.industry-block:hover .button.button-more{
    width: 100%;
    font-size: 14px;
}
.industry-block .button.button-more .arrow {
    position: relative;
    top: 3px;
}
.industry-block:hover .button.button-more .arrow{
    left: 7px;
    margin: 0 0 0 3px;
}
.industry-block .button.button-more:hover{
    border-color: #162351;
}
.industry-block .block-title{
    display: flex;
    align-items: center;
    min-height: 60px;
    margin: 0 0 20px 0;
}
.industry-block .block-title .title{
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #181818;
    font-family: 'ClashDisplay', sans-serif;
}
.industry-block .block-title .icon{
    width: 60px;
    height: 60px;
    background: #F1F8FE;
    border-radius: 12px;
    display: inline-block;
    margin: 0 24px 0 0;
}
.industry-block .block-title .icon1{
    background: #F1F8FE url("/images/industry/icon1.svg") no-repeat center;
}
.industry-block .block-title .icon2{
    background: #F1F8FE url("/images/industry/icon2.svg") no-repeat center;
}
.industry-block .block-title .icon3{
    background: #F1F8FE url("/images/industry/icon3.svg") no-repeat center;
}
.industry-block .block-title .icon4{
    background: #F1F8FE url("/images/industry/icon4.svg") no-repeat center;
}
.industry-block .block-title .icon5{
    background: #F1F8FE url("/images/industry/icon5.svg") no-repeat center;
}
.industry-block .block-title .icon6{
    background: #F1F8FE url("/images/industry/icon6.svg") no-repeat center;
}
.industry-block .block-title .icon7{
    background: #F1F8FE url("/images/industry/icon7.svg") no-repeat center;
}
.industry-block .block-title .icon8{
    background: #F1F8FE url("/images/industry/icon8.svg") no-repeat center;
}
.industry-block .block-title .icon9{
    background: #F1F8FE url("/images/industry/icon9.svg") no-repeat center;
}
.sidebar{
    margin: 21px 30px 0 -15px;
}
.sidebar ul.categories{
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar ul.categories li{
    padding: 0;
}
.sidebar ul.categories li > ul{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.15s ease-out;
    margin: 0;
}
.sidebar ul.categories > li:before{
    display: none;
}
.sidebar ul.categories li.active > ul{
    max-height: 1000px;
    transition: max-height 0.25s ease-in;
    margin: 24px 0 0 28px;
}
.sidebar ul.categories .a{
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #495575;
    padding: 18px 5px 18px 57px;
    background: #F6F8FF;
    border-radius: 8px;
    position: relative;
}
.sidebar ul.categories.no-image .a {
    padding-left: 18px;
}
.sidebar ul.categories .a.active{
    background: #DAFFEB;
    color: #2142A7;
    margin-bottom: 33px;
}
.sidebar ul.categories .a .svg{
    width: 24px;
    height: 24px;
    position: absolute;
    left: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
}
.sidebar ul.categories .a .svg path{
    transition: all .3s linear;
}
.sidebar ul.categories .a.active svg path{
    stroke: #1CD87E;
}
.sidebar ul.categories ul li{
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    color: #495575;
    margin: 0 0 12px 0;
}
.sidebar ul.categories ul li:before{
    display: none;
}
.sidebar ul.categories ul li a{
    display: inline-block;
    position: relative;
    color: #495575;
    padding: 0 0 0 31px;
}
.sidebar ul.categories ul li a:before{
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
    display: inline-block;
    content: '';
    border-style: solid;
    border-color: #59617E;
    border-width: 0 1px 1px 0;
    padding: 0;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: all .3s linear;
}
.sidebar ul.categories ul li a:hover, .sidebar ul.categories ul li.active a{
    color: #0083FC;
}
.sidebar ul.categories ul li a:hover:before, .sidebar ul.categories ul .active a:hover:before{
    border-color: #2142A7;
}
.sidebar ul.categories.v2 .a{
    padding: 12px 5px 12px 39px;
}
.sidebar ul.categories.v2 .a.active{
    margin-bottom: 23px;
}
.sidebar ul.categories.v2 li{
    margin: 0 0 8px 0;
}
.sidebar ul.categories.v2 ul li{
    margin: 0 0 14px 0;
}
.sidebar ul.categories.v2 .a:before{
    position: absolute;
    left: 19px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    content: '';
    border-style: solid;
    border-color: #59617E;
    border-width: 0 1px 1px 0;
    padding: 0;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: all .3s linear;
}
.sidebar ul.categories.v2 .a.active:before{
    border-color: #1CD87E;
}
.divider-line{
    background: #89C5FA;
    width: 100%;
    height: 1px;
    margin: 30px 0 33px 0;
}
.call-us{
    background: linear-gradient(98.33deg, #193683 -8.8%, #2F48D1 67.56%), #FFFFFF;
    box-shadow: 0 18px 40px rgba(50, 62, 80, 0.06);
    border-radius: 16px;
    margin: 31px auto;
    overflow: hidden;
    max-width: 751px;
}
.call-us .call-us-inner{
    background: url("/images/call-us-bg.png") no-repeat center;
    padding: 48px 20px 20px 133px;
    position: relative;
    height: 160px;
}
.call-us .p1{
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #FFF;
    text-shadow: 0 10px 14px rgba(0, 0, 0, 0.12);
    margin: 0 0 8px 0;
}
.call-us .p2{
    margin: 0;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #FFF;
    opacity: 0.95;
}
.call-us .call-us-inner:before{
    width: 69px;
    height: 69px;
    filter: drop-shadow(-6px 4px 24px rgba(0, 0, 0, 0.16));
    display: inline-block;
    content: '';
    background: url("/images/phone1.png") no-repeat center;
    border-radius: 50%;
    position: absolute;
    left: 37px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.call-us .button{
    width: 180px;
    height: 56px;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: 500;
    font-family: 'ClashDisplay', sans-serif;
    padding: 19px 5px;
}
.bottom-reviews .h3{
    margin: 20px 0 12px 0;
}
.bottom-reviews .p-ttl{
    margin: 0 0 78px 0;
    font-size: 18px;
    line-height: 120%;
    color: #596D8B;
    text-align: center;
}
.bottom-reviews .testimonials-carousel{
    margin: 0 -15px;
    width: auto;
}
.bottom-reviews .testimonials-carousel .slide-item{
    padding: 20px 25px 48px 25px;
}
.bottom-reviews{
    margin: 57px 0 0 0;
    padding: 47px 0 77px 0;
    background: url("/images/reviews-bg2.svg") no-repeat top center;
}
.bottom-reviews .testimonial{
    position: relative;
    z-index: 1;
}
.bottom-reviews .owl-buttons{
    height: 56px;
    position: absolute;
    left: 0;
    right: 0;
    top: -64px;
    bottom: 0;
    width: 100%;
    margin: auto;
}
body .bottom-reviews .owl-theme .owl-controls .owl-buttons div{
    margin: 0;
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    box-shadow: 0 10px 50px rgba(83, 103, 155, 0.28);
}
body .bottom-reviews .owl-theme .owl-controls .owl-buttons div:hover{
    background: rgba(255, 255, 255, 1);
}
body .bottom-reviews .owl-theme .owl-controls .owl-buttons div.owl-prev{
    float: left;
    left: -11px;
}
body .bottom-reviews .owl-theme .owl-controls .owl-buttons div.owl-next{
    float: right;
    right: -11px;
}
body .bottom-reviews .owl-theme .owl-controls .owl-buttons div:before{
    background: none!important;
    border-style: solid;
    border-color: #59617e;
    border-width: 0 2px 2px 0;
    padding: 0;
    width: 12px;
    height: 12px;
    transition: all .3s linear;
}
body .bottom-reviews .owl-theme .owl-controls .owl-buttons div:hover:before{
    border-color: #0083FC;
}
body .bottom-reviews .owl-theme .owl-controls .owl-buttons div.owl-prev:before{
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
}
body .bottom-reviews .owl-theme .owl-controls .owl-buttons div.owl-next:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.limited-offer{
    background: linear-gradient(98.33deg, #193683 -8.8%, #2F48D1 67.56%), #FFFFFF;
    box-shadow: 0 18px 40px rgba(50, 62, 80, 0.06);
    border-radius: 16px;
    margin: 15px auto;
    overflow: hidden;
}
.limited-offer .limited-offer-inner{
    background: url("/images/offer-bg.png") no-repeat center;
    padding: 38px 20px 20px 50px;
    position: relative;
    height: 160px;
}
.limited-offer .p1{
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #FFF;
    text-shadow: 0 10px 14px rgba(0, 0, 0, 0.12);
    margin: 0 0 8px 0;
}
.limited-offer .p2{
    margin: 0;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #FFF;
    opacity: 0.95;
}
.limited-offer .limited-offer-inner:before{
    width: 260px;
    height: 155px;
    display: inline-block;
    content: '';
    background: url("/images/offer-img.svg") no-repeat center;
    position: absolute;
    right: 259px;
    top: 29px;
    bottom: 0;
    margin: auto;
}
.limited-offer .button{
    width: 200px;
    height: 56px;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: 500;
    font-family: 'ClashDisplay', sans-serif;
    padding: 19px 5px;
}
.price-packages-carousel-wrapper{
    max-width: 946px;
    margin: 0 auto 52px auto;
}
.price-packages-carousel-wrapper .price-packages-carousel{
    width: auto;
    margin: 0 -35px;
}
.price-packages-carousel-wrapper .owl-buttons{
    display: none;
}
.price-packages-carousel .products-item-wrapper{
    padding: 30px 35px;
}
.price-packages-carousel .products-item .check{
    max-width: 316px;
    min-height: 112px;
    margin: 10px auto;
}
.price-packages-carousel .products-item .button{
    max-width: 316px;
    margin: 30px auto 0 auto;
    padding: 18px 5px;
}
.price-packages .h3{
    margin: 6px 0 24px 0;
}
.price-text{
    margin-top: -103px;
}
.faq-page{
    max-width: 943px;
    margin: 0 auto;
    position: relative;
}
.faq-page:before{
    position: absolute;
    left: -99px;
    top: -1px;
    display: inline-block;
    content: '';
    width: 4px;
    height: 81px;
    background: #0083FC;
}
.faq-page .p-plus3{
    margin: 22px 0 81px 0;
}
.faq-item{
    margin: 0 0 31px 0;
    border-bottom: 1px solid #D8DADF;
}
.faq-item .faq-title{
    cursor: pointer;
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #2A325A;
    position: relative;
    padding: 0 50px 0 0;
    margin: 0 0 32px 0;
}
.faq-item .faq-title:before{
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: -1px;
    right: 0;
    content: '+';
    background: #E9F3FD;
    border: 2px solid #E9F3FD;
    color: #0083FC;
    font-size: 28px;
    line-height: 29px;
    text-align: center;
    font-weight: 300;
    border-radius: 50%;
    transition: all .3s linear;
}
.faq-item .faq-title:hover:before{
    background: #fff;
    border-color: #0083FC;
}
.faq-item .faq-title.minus:before{
    content: '-';
    background: #0083FC;
    border-color: #0083FC;
    color: #fff;
    line-height: 24px;
}
.faq-item .faq-ans{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-in;
}
.faq-item .faq-ans.active{
    max-height: 1000px;
    transition: max-height 0.25s ease-in;
    padding: 0 0 27px 0;
}
.faq-item .faq-ans p:first-child{
    margin-top: 0;
}
.faq-item .faq-ans p:last-child{
    margin-bottom: 0;
}
.have-questions{
    background: #F6F8FF url("/images/questions-bg.png") no-repeat top center;
    padding: 157px 0 120px 0;
    margin: 87px 0 0 0;
    text-align: center;
}
.have-questions .p1{
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #181818;
    margin: 0 0 23px 0;
}
.have-questions .p2{
    font-size: 16px;
    line-height: 160%;
    color: #364561;
    margin: 0 0 38px 0;
}
.have-questions .button{
    width: 100%;
    max-width: 220px;
    height: 48px;
    box-shadow: 0 6px 13px rgba(0, 131, 252, 0.15);
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    font-family: 'ClashDisplay', sans-serif;
    padding: 16px 5px 15px 5px;
}
.services-text{
    margin: -66px 0 0 0;
    position: relative;
    padding: 0 0 2px 0;
}
.services-text:before{
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    content: '';
    background: #0083FC;
    width: 60px;
    height: 4px;
}
.img6-wrapper{
    margin: 0 0 -60px -54px;
}
.benefits-options-row.benefits-options-row2{
    margin-top: 24px;
    margin-bottom: 33px;
}
.content ul.ul-options.ul-options2{
    margin: 33px -15px 0 -15px;
}
.contacts-block{
    max-width: 945px;
    margin: 44px auto 80px auto;
}
.contacts-block .title{
    margin: 0 0 23px 0;
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #181818;
}
.contacts-block .c-title2{
    font-size: 20px;
    line-height: 160%;
    color: #2A325A;
    margin: 0 0 61px 0;
}
.contacts-block .form .row-container > div{
    margin-bottom: 51px;
}
.contacts-block .form .row-container > div.last{
    margin-bottom: 0;
}
.contacts-block .form .row-container > div.hidden-home{
    margin-bottom: 43px;
}
.contacts-block .form .button.submit{
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 22px;
}
.form .media-button{
    padding: 34px 36px 39px 36px;
    background: #F7FBFF;
    border: 2px dashed #89C5FA;
    border-radius: 8px;
}
.form .media-button .media-ttl{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #2A325A;
    margin: 0 0 8px 0;
}
.form .media-button .media-ttl .btn{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #0083FC;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    border: none;
    outline: none;
    box-shadow: none;
    font-family: 'IBM-Plex-Sans', sans-serif;
    background: none;
    cursor: pointer;
}
.form .media-button .media-ttl .btn:hover{
    text-decoration: underline;
}
.form .media-button .media-notice{
    font-size: 14px;
    line-height: 120%;
    color: #596D8B;
    margin: 0;
}
.form .media-button .media-title-block{
    position: relative;
    padding: 0 0 0 65px;
}
.form .media-button .media-title-block:before{
    position: absolute;
    left: -2px;
    top: 2px;
    bottom: 0;
    margin: auto;
    display: inline-block;
    content: '';
    width: 50px;
    height: 50px;
    background: url("/images/media-icon.svg") no-repeat left center;
}
.hand-icon{
    width: 48px;
    height: 48px;
    display: inline-block;
    background: url("/images/hand.jpg") no-repeat center;
}
.contacts-block .title .hand-icon{
    margin: -10px 0 -12px 9px;
}
.map-block{
    max-width: 945px;
    margin: 0 auto 80px auto;
}
.map-cols.row-container{
    margin: 0 -12px;
}
.map-cols.row-container .col-4{
    padding: 0 12px;
}
.map-block .map-pic{
    margin: 0 0 23px 0;
}
.map-block iframe {
    width: 100%;
    height: 480px;
}
.map-txt{
    position: relative;
    cursor: pointer;
    padding: 30px;
    gap: 12px;
    width: 299px;
    min-height: 234px;
    background: #F6F8FF;
    border: 2px solid #F6F8FF;
    transition: all .3s linear;
    font-size: 16px;
    line-height: 150%;
    color: #495575;
}
.map-txt:hover, .map-txt.active{
    border-color: #89C5FA;
    background: #fff;
}
.map-txt.active:before{
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    margin: auto;
    width: 25px;
    height: 12px;
    display: inline-block;
    content: '';
    background: url("/images/map-polygon.svg") no-repeat center;
}
.map-txt .ic{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/images/flag02.svg") no-repeat center;
}
.map-txt p{
    margin: 0;
}
.map-txt .p{
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #2A325A;
    margin: 6px 0 12px 0;
}
.content.contact-us .wrapper:after{
    position: absolute;
    right: -800px;
    top: 33px;
    display: inline-block;
    content: url("/images/bg-contacts.svg");
    width: 765px;
    height: 740px;
    background: none;
    opacity: 1;
    filter: none;
    border-radius: 0;
}
.blog-list-wrapper{
    max-width: 944px;
    margin: 21px auto 0 auto;
}
.blog-list{
    display: flex;
    margin: 0 -34px;
    flex-wrap: wrap;
}
.blog-item-wrapper{
    padding: 0 34px 63px 34px;
    width: 50%;
}
.blog-item .b-image{
    display: block;
    min-height: 280px;
}
.blog-item .b-image img{
    border-radius: 12px;
    max-width: 100%;
    height: auto;
}
.blog-item .b-title{
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: 0.01em;
    font-family: 'ClashDisplay', sans-serif;
    margin: 33px 0 17px 0;
    min-height: 62px;
}
.blog-item .b-title a{
    color: #181818;
}
.blog-item .b-title a:hover{
    color: #2142A7;
}
.blog-item .b-text{
    margin: 0 0 19px 0;
}
.blog-item .b-text p:first-child{
    margin-top: 0;
}
.blog-item .b-text p:last-child{
    margin-bottom: 0;
}
.b-date-cat{
    font-size: 15px;
    line-height: 150%;
    color: #939AB3;
}
.b-date-cat .cat{
    color: #2142A7;
    font-weight: 500;
}
.b-date-cat .cat:hover{
    text-decoration: underline;
}
.b-date-cat .dot{
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #495575;
    border-radius: 50%;
    margin: 0 7px 0 7px;
    position: relative;
    top: -3px;
}
.pagination{
    border-top: 1px solid #DEE0F0;
    padding: 40px 0 0 0;
    margin: 15px 0 77px 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #939AB3;
}
.pagination a, .pagination span{
    display: inline-block;
    border-radius: 6px;
    height: 36px;
    padding: 8px 10px 0 10px;
    margin: 0 3px 6px 3px;
}
.pagination .current, .pagination a{
    color: #404750;
    font-size: 15px;
    line-height: 20px;
}
.pagination a:hover{
    color: #0083FC;
    cursor: pointer;
}
.pagination .current{
    background: #0083FC;
    color: #fff;
}
.pagination .first, .pagination .last{
    color: transparent!important;
    position: relative;
}
.pagination .first:before, .pagination .last:before{
    background: none!important;
    border-style: solid;
    border-color: #D5DEF4;
    border-width: 0 2px 2px 0;
    padding: 0;
    width: 10px;
    height: 10px;
    transition: all .3s linear;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    content: '';
}
.pagination .first:hover:before, .pagination .last:hover:before{
    border-color: #0083FC;
}
.pagination .first:before{
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
}
.pagination .last:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.sidebar.right-sidebar{
    margin: 21px 0 0 30px;
}
.single-img{
    float: left;
    border-radius: 16px 60px 16px 16px;
    box-shadow: 12px 16px 39px rgba(57, 78, 132, 0.2);
    margin: 0 61px 40px 0;
}
.main-title{
    margin: 23px 0 15px 0;
}
.single-content{
    margin: 34px 0 0 0;
}
.single-content img{
    max-width: 100%;
}
.latest-posts{
    margin: 0 0 48px 0;
}
.latest-posts .top-title{
    margin: 0 0 40px 0;
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #181818;
}
.lp-item{
    display: flex;
    margin: 0 0 24px 0;
    padding: 0 0 24px 0;
    border-bottom: 1px solid #DCDCDC;
}
.lp-item .lp-image{
    display: block;
    margin: 0 24px 0 0;
}
.lp-item .lp-image img{
    border-radius: 6px;
    max-width: 110px;
}
.lp-item .title{
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #181818;
    margin: 0 0 13px 0;
}
.lp-item .title a{
    color: #181818;
}
.lp-item .title a:hover{
    color: #2142A7;
}
/*CONTENT*/

/* prices */
.prices {
    padding: 150px 0;
    background-color: #fdfdfd;
}
.prices .scrollbar-inner {
    max-height: 480px;
}
.prices .scrollbar-inner > .scroll-element.scroll-y {
    right: 4px;
}
.prices .title {
    font-size: 36px;
    line-height: 1;
    color: #181818;
    text-align: center;
    font-family: 'ClashDisplay';
    font-weight: 600;
    margin: 0 0 74px 0;
}
.prices .table .tr {
    display: flex;
    width: 100%;
}
.prices .table .td {
    width: 18%;
    padding: 16px 5px;
    text-align: center;
    font-size: 14px;
    line-height: 1.1;
    color: #3F414A;
    border-bottom:1px solid #EDEDED;
    background-color: #fff;
    margin: 0 1% 0 0;
    justify-content: center;
    align-items: center;
    display: flex;
}
.prices .thead .td {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 4px solid #264BD1;
    font-family: 'ClashDisplay';
    font-weight: 600;
    font-size: 20px;
    color: #2A325A;
    padding: 20px 5px;
}
.prices .thead .td:first-child {
    border-color: transparent;
}
.prices .table .tr .td:first-child {
    background-color: #EDFAFF;
    padding-left: 44px;
    text-align: left;
    justify-content: flex-start;;
    margin: 0;
    border-color: #D2EEF9;
    color: #3F414A;
    font-family: 'IBM-Plex-Sans';
    font-weight: 600;
    width: 24%;
}
.prices .table .thead.tr .td:first-child {
    background-color: transparent;
    border-color: transparent;
}
.prices .table .tr:nth-child(2) .td:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.prices .table .thead .td:last-child {
    background: linear-gradient(270deg, #445DDA 0%, #213D9F 100%);
    box-shadow: 0px 4px 20px rgba(50, 62, 80, 0.05);
    border-radius: 5px 5px 0px 0px;
    color: #fff;
}
.prices .table .td.hover {
    border-left: 1px solid #223ea1;
    border-right: 1px solid #223ea1;
}
.prices .table .tfoot:last-child .td {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.prices .table .tfoot:last-child .td:last-child {
    border-bottom: 1px solid #223ea1;
}
.icon-crown {
    display: inline-block;
    width: 15px;
    height: 14px;
    background-image: url(/images/crown.svg);
    background-size: contain;
}
.icon-checked {
    display: inline-block;
    width: 12px;
    height: 11px;
    background-image: url(/images/checked.svg);
    background-size: contain;
}
.icon-no-checked {
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url(/images/no-checked.svg);
    background-size: contain;
}
.prices .icon-crown {
    margin: 0 8px 0 0;
}
.prices .table .tfoot p {
    margin: 0;
}
.prices .table .tfoot .td {
    font-family: 'ClashDisplay';
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #495575;
    opacity: 0.8;
    flex-wrap: wrap;
}
.prices .table .tfoot .td  .price {
    font-size: 24px;
    color: #2842B6;
}
.prices .table .tfoot .td:first-child {
    background-color: transparent;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 120%;
    color: #495575;
    font-family: 'ClashDisplay';
    font-weight: 600;
    justify-content: center;
    border-color: transparent;
}
.prices .table .tfoot .td:last-child {
    border-bottom: 1px solid transparent;
}
.prices .table .tfoot .td:last-child a {
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    color: #0083FC;
    font-size: 20px;
    line-height: 1.2;
}
.prices .mobile {
    display: none;
}
.prices .mobile .table .thead.tr .td:first-child {
    background: none;
    text-align: center;
    color: #2A325A;
    justify-content: center;
    box-shadow: none;
    padding: 20px 10px;
    border-top: 4px solid #264BD1;
}
.prices .mobile .table .td {
    display: block;
    text-align: center!important;
}
.prices .mobile .table .tr .td:first-child {
    padding: 12px;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    margin: 0;
}
.prices .mobile .icon-no-checked, .prices .mobile .icon-checked {
    margin: 0 4px 0 0;
}
.prices .mobile .table .tbody .tr:first-child .td:first-child {
    border-top: 1px solid #D2EEF9;
    margin-top: 15px;
}
.prices .mobile .table .tr .td:first-child .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #2c2c2c;
}
.prices .mobile .table {
    max-width: 320px;
    margin: 20px auto;
    width: 95%;
}
.prices .mobile .table .shadow {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.12);
}
.prices-mini .mobile .table .shadow {
    min-height: 490px;
}
.prices .mobile .table .tbody {
    padding: 15px;
    display: none;
}
.prices .mobile .table.full .tbody {
    display: block;
}
.prices .mobile .action .btn-hide {
    display: none;
}
.prices .mobile .table.full .action .btn-hide {
    display: block;
}
.prices .mobile .table.full .action .btn-more {
    display: none;
}
.prices .mobile .action {
    text-align: center;
}
.prices .mobile .action .button {
    background-color: #F0FAFF;
    width: 90%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
    color: #7F9AA5;
    margin: 0 auto;
}
.prices .mobile .table .tr:nth-child(3) {
    padding-bottom: 15px;
}
.prices .mobile .professional .thead, .prices .mobile .professional .tfoot {
    background: linear-gradient(90deg, #445DDA 0%, #213D9F 100%);
}
.prices .mobile .professional .thead .td, .prices .mobile .professional .tfoot .td {
    background-color: transparent!important;
}
.prices .mobile .professional .thead .td, .prices .mobile .professional .tfoot a {
    color: #fff!important;
}
.prices-mini .mobile {
    display: flex!important;
    justify-content: space-between;
    gap: 20px;
}
.prices-mini .title {
    margin: 0 0 30px 0;
    font-size: 28px;
}
.prices-mini .mobile .table .thead .td .description {
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #364561;
    margin: 0;
    min-height: 200px;
}
.prices-mini .mobile .table.professional .thead .td .description {
    color: #fff;
}
.prices.prices-mini .table .tfoot:last-child .td:last-child {
    border-bottom: none;
}

.post-nav {
    margin: 100px 0 0 0;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
}
.post-nav li {
    margin: 0;
    padding: 0;
}
.post-nav a {
    font-weight: 600;
}
.post-nav li:before {
    display: none;
}
.post-nav .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/images/arrow-down.svg);
    background-size: contain;
    vertical-align: top;
    margin: 3px 0 0 0;
}
.post-nav .icon-prev {
    transform: rotate(90deg);
}
.post-nav .icon-next {
    transform: rotate(270deg);
}
.grecaptcha-badge {
    display: none;
}

.benefits .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #181818;
    margin: 0 0 20px 0;
}
.benefits ul {
    margin: 0 0 0 20px;
    padding: 0;

}
.benefits li {
    padding: 18px 12px 18px 40px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #495575;
    position: relative;
    margin: 0 0 10px 0;
    background-color: #F6F8FF;
    border-radius: 5px;
}
.benefits li span {
    color: #0083FC;
}
.benefits li:before {
    display: none;
}
.benefits .number {
    display: inline-block;
    width: 40px;height: 40px;
    background-image: url(/images/vector.svg);
    background-size: contain;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto 0;
}
.benefits .boost {
    background: #222651;
    border-radius: 6px;
    padding: 12px 12px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFF;
}
.benefits .boost a {
    color: #FFF;
}
.benefits .boost a:hover {
    color: #e8f4ff
}

/* about us */
.about-us .text-4 {
    display: none;
}
.about-us, .about-us p {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 160%;
    color: #364561;
    margin: 15px 0;
}
.about-us .text-1 {
    margin: 45px 0 0 0;
}
.about-us .text-1 .h6 {
    margin: 0 0 25px 0;
}
.about-us .text-1 .title {
    color: #2D393D;
    font-size: 18px;
    position: relative;
    padding: 0 0 0 45px;
    margin: 33px 0 0 0;
}
.about-us .text-1 .title img {
    position: absolute;
    left: 0;
    top: -8px;
    width: 36px;
}
.about-us .text-1 p {
    margin: 6px 0;
}
.features {
    display: flex;
    justify-content: space-between;
    gap: 27px;
}
.features .feature {
    width: 33.3%;
    background-color: #EEF7FF;
    border-radius: 20px;
    padding: 40px;
}
.about-us .h4-heading {
    margin: 105px 0 38px 0;
    text-align: center;
    font-size: 28px;
}
.features .p {
    margin: 18px 0;
    font-size: 20px;
}
.features p {
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
    color: #364561;
    margin: 0;
}
.wrapper .wrapper-2 {
    width: 83%;
    margin: 0 auto;
}
.about-us .wrapper-2 {
    margin: 80px auto;
}
.about-us .prices {
    padding: 88px 0;
}
.about-us .prices .title {
    margin: 0 0 50px 0;
    font-size: 28px;
}
.green-line {
    width: 60px;
    height: 4px;
    display: block;
    background-color: #1CD87E;
}
.services-slider .owl-buttons div {
    position: absolute!important;
    top: 50%;
}
.services-slider .owl-buttons div:before {
    background-image: url(../images/arrow-2.svg)!important;
    width: 17px!important;
    height: 32px!important;
}
.services-slider .owl-buttons .owl-prev {
    left: -50px;
    transform: rotate(180deg);
}
.services-slider .owl-buttons .owl-next {
    right: -50px;
}
.services-slider .owl-pagination {
    display: none;
}
.best-services-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    gap: 1%;
}
.best-services-2 .item {
    position: relative;
    border-radius: 28px;
    width: 32.3%;
    background-color: #fff;
    margin: 0 0 1.5% 0;
    min-height: 580px;
}
.best-services-2 .owl-item {
    border-radius: 28px;
}
.best-services-2 .owl-item .item {
    width: 97%;
    margin: 0 auto;
}
.best-services-2 .image {
    position: relative;
    height: 278px;
    overflow: hidden;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
}
.best-services-2 .image img {
    width: 100%;
}
.best-services-2 .text-content {
    padding: 10px 20px 20px 20px;
}
.best-services-2 .icon {
    background-color: #F1F8FE;
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: absolute;
    top: 12px;
    right: 12px;
}
.best-services-2 p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}
.best-services-2 .p {
    margin: 20px 0 17px 0;
    font-weight: 600;
    font-size: 16px;
}
.best-services {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0 92px 0;
}
.best-services .item {
    position: relative;
    border: 1px solid #CFEFFF;
    border-bottom: 1px solid #fff;
    width: 50%;
}
.best-services .item:hover {
    border: 1px solid #fff!important;
    position: relative;
}
.best-services .item:hover:before {
    content: '';
    left: -8px;
    right: 0;
    bottom: -8px;
    top: -8px;
    border: 1px solid #CFEFFF;
    position: absolute;
    border-radius: 12px;
    background: #fff;
    z-index: 9;
}
.best-services .item:nth-child(n+0) {
    border-left-color: #fff;
}
.best-services .item:nth-child(2n+0) {
    border-right-color: #fff;
}
.best-services .item:nth-child(1), .best-services .item:nth-child(2) {
    border-top-color: #fff;
}
.best-services .text-content {
    position: relative;
    padding: 15px 15px 15px 85px;
    z-index: 10;
}
.best-services .text-content .icon {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #F1F8FE;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
}
.best-services .text-content .icon img {
    max-width: 30px;
    max-height: 30px;
    height: auto;
}
.best-services .text-content .green-icon {
    background-color: #fff;
}
.best-services .text-content .green-icon img {
    width: 100%;
    max-width: 50px;
    max-height: 50px;
}
.best-services .text-content p {
font-size: 15px;
line-height: 160%;
color: #364561;
margin: 0;
}
.best-services .text-content .p {
font-weight: 700;
margin: 0 0 5px 0;
}
.best-services .item:last-child .text-content {
    background: rgba(10, 211, 127, 0.05);
    margin: 15px 0 0 15px;
    border-radius: 12px;
}
.services .h4 {
font-weight: 600;
font-size: 22px;
line-height: 130%;
text-align: center;
color: #2142A7;
margin: 0 0 28px 0;
}
.services .h4 img {
margin: 0 7px 0 0;
}
.special-services-2 {
    list-style-type: none;
    padding: 0;
    margin: 40px 0 0 0;
}
.special-services-2 li:before {
    display: none;
}
.special-services-2 li {
    padding: 0 0 0 80px;
    margin: 0 0 25px 0;
    position: relative;
}
.special-services-2 li .icon {
    position: absolute;
    top: -5px;
    left: 0;
}
.special-services-2 li .icon img {
    width: 65px;
}
.special-services-2 p {
    margin: 0;
}
.special-services-2 .p {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.text-notification {
    background-color: #F6F8FF;
    padding: 27px 24px 27px 108px;
    position: relative;
    font-size: 17px;
    line-height: 1.2;
    color: #2142A7;
    background-image: url(../images/24.png);
    background-size: 79px 78px;
    background-repeat: no-repeat;
    background-position: 12px 60%;
    margin: 41px 0;
}
.special-services-provided .h2 {
    margin: 0;
}
.services .max-488 {
    max-width: 512px;
    float: right;
}

.special-services {
list-style-type: none;
padding: 0;
margin: 0;
}
.special-services li:before {
display: none;
}
.special-services li {
background: #F1F8FE;
border-radius: 16px;
margin: 0 0 15px 0;
position: relative;
padding: 32px 32px 32px 120px;
}
.special-services li .icon {
    position: absolute;
    top: 0;
    left: 23px;
    bottom: 0;
    margin: auto;
    display: block;
    width: 88px;
    height: 88px;
}
.special-services p {
margin: 0;
font-style: normal;
font-size: 14px;
line-height: 140%;
color: #364561;
}
.special-services p span {
color: #2142A7;
font-weight: 600;
font-size: 18px;
}
.services .text-1 {
margin: 110px 0 0 0;
}
.services .text-1 .h6 {
margin: 0 0 37px 0;
}
.services .prices {
    padding: 0 0 70px 0;
}

/*WHY US*/
.img10-wrapper{
    margin: 22px 0 0 0;
}
.img10-wrapper img{
    max-width: 100%;
    height: auto;
}
.why-us .image-text{
    margin-bottom: 60px;
}
.why-us .image-text .col-6-1{
    width: 47%;
}
.why-us .image-text .col-6-2{
    width: 53%;
    padding-left: 20px;
}
.why-us .image-text .h4{
    margin: 24px 0 25px 0;
}
.why-us .image-text .h5{
    margin: 20px 0 35px 0;
}
.why-block{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    padding: 0 16px;
}
.why-block .left-part{
    width: 59%;
}
.why-block .right-part{
    width: 41%;
    position: relative;
    padding: 0 0 0 132px;
}
.why-block .txt-wrap{
    padding: 30px 80px 30px 40px;
    background: #fff;
    box-shadow: 0 12px 40px rgba(30, 40, 77, 0.07);
    border-radius: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #364561;
    min-height: 208px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.why-block .txt-wrap p{
    margin: 0;
}
.why-block .txt-wrap .p1{
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #181818;
    margin: 0 0 16px 0;
}
.why-block .desc-wrap{
    background: #F0F9FF;
    border-radius: 10px;
    padding: 20px 24px;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #364561;
}
.why-block .desc-wrap:before{
    width: 22px;
    height: 35px;
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    content: '';
    background: url("/images/why-polygon.svg") no-repeat center;
}
.why-block .desc-wrap p{
    margin: 0;
}
.why-block .desc-wrap .p1{
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #181818;
    margin: 0 0 10px 0;
}
.why-block .right-part .img-wrap{
    width: 144px;
    height: 144px;
    position: absolute;
    left: -48px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.why-block .right-part .img-wrap img{
    position: relative;
}
.why-block:not(.last) .right-part .img-wrap:before{
    width: 155px;
    height: 180px;
    position: absolute;
    right: -67px;
    bottom: -104px;
    display: inline-block;
    content: '';
    background: url("/images/why-line.svg") no-repeat center;
}
.bottom-awards{
    margin: 72px auto 66px auto;
}
/*WHY US*/

/*SERVICES 2*/
.services-inner{
    display: flex;
}
.services-inner .s-side{
    padding: 0;
    width: 330px;
}
.services-inner .s-content{
    padding: 0 0 0 59px;
    width: calc(100% - 330px);
}
.s-side .h3{
    font-size: 36px;
    line-height: 120%;
    margin: 23px 0 47px 0;
}
.services-search{
    position: relative;
    margin: 14px 0 50px 0;
}
.services-search .input{
    font-size: 16px;
    line-height: 120%;
    padding: 7px 0 18px 49px;
    height: 49px;
}
.services-search .submit{
    position: absolute;
    left: 14px;
    top: 5px;
    width: 26px;
    height: 26px;
    background: url("/images/search-normal.svg") no-repeat center;
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 0;
    line-height: 0;
    color: transparent;
}
main ul.ul-links{
    padding: 0;
    margin: 0;
    list-style: none;
}
main ul.ul-links li:before{
    display: none;
}
main ul.ul-links li{
    padding: 0;
    margin: 0 0 8px 0;
}
main ul.ul-links li:last-child{
    margin: 0;
}
main ul.ul-links .a{
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 16px 14px 16px 37px;
    background: #F6F8FF;
    border-radius: 8px;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: #495575;
    transition: all .3s linear;
}
main ul.ul-links .a:hover, main ul.ul-links .a.active{
    background: #DAFFEB;
    color: #2142A7;
}
main ul.ul-links .a:before{
    position: absolute;
    left: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    background-image: url("/images/a-arrow.svg");
    background-position: center!important;
    background-repeat: no-repeat!important;
}
main ul.ul-links .a:hover:before, main ul.ul-links .a.active:before{
    background-image: url("/images/a-arrow2.svg");
}
.request-integration{
    background: #F6F8FF;
    border-radius: 8px;
    padding: 40px 30px 50px;
    text-align: center;
    margin: 32px 0 0 0;
}
.request-integration .p1{
    font-family: 'ClashDisplay', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #181818;
    margin: 0 0 6px 0;
    padding: 38px 0 0 0;
    background: url("/images/help1.svg") no-repeat top center;
}
.request-integration .p2{
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #364561;
    margin: 0 0 19px 0;
}
.request-integration .button{
    width: 100%;
    max-width: 220px;
    box-shadow: 0 6px 13px 0 rgba(0, 131, 252, 0.15);
    font-size: 15px;
    line-height: 18px;
    padding: 14px 5px 14px 5px;
}
.services-items{
    margin: -20px -20px -10px -20px;
    display: flex;
    flex-wrap: wrap;
}
.services-item-wrap{
    padding: 20px 20px 10px 20px;
    display: flex;
    width: 50%;
}
.services-items.cols3 .services-item-wrap{
    width: 33.33333%;
}
.services-item{
    padding: 40px;
    background: #fff;
    box-shadow: 0 3px 20px rgba(27, 53, 120, 0.1);
    border-radius: 8px;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #596D8B;
    width: 100%;
}
.services-item p{
    margin: 0;
}
.services-item.last{
    background: #E9F7FF;
    box-shadow: none;
}
.services-item.last .p1{
    margin: 2px 0 12px 0;
    position: relative;
    padding: 0 0 0 65px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #2A325A;
}
.services-item:not(.last) .si-icon{
    display: flex;
    align-items: center;
    min-height: 52px;
    margin: 0 0 24px 0;
}
.services-item:not(.last) .si-icon img{
    display: block;
    max-width: 100%;
    height: auto;
}
.services-item.last .si-icon{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.block-integrate .wrapper:before, .block-integrate .wrapper:after{
    display: none;
}
.block-integrate{
    background: #0B6ECA url("/images/bi-bg.webp") no-repeat center;
    position: relative;
    margin: 120px 0 81px 0;
}
.block-integrate .bi-text{
    height: 547px;
    padding: 30px 0 30px 0;
    display: flex;
    align-items: center;
}
.block-integrate .p1{
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    font-size: 38px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #fff;
    margin: 0 0 20px 0;
}
.block-integrate .p2{
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #F1F8FE;
    margin: 0 0 32px 0;
}
.block-integrate .p2.last{
    margin: 0;
    font-size: 15px;
    line-height: 150%;
}
.block-integrate img{
    margin: -35px 0 -10px -64px;
}
.simple-text .p{
    font-size: 18px;
    line-height: 150%;
    color: #596D8B;
    margin: 0;
    padding: 11px 0 34px 0;
    position: relative;
}
.simple-text .p:before{
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    content: '';
    width: 100%;
    max-width: 60px;
    height: 4px;
    background: #0083FC;
}
.simple-text .h2{
    margin: 0;
    font-size: 36px;
    line-height: 120%;
}
/*SERVICES 2*/

/*TESTIMONIALS*/
.page-testimonials .h2{
    font-size: 36px;
    line-height: 120%;
    margin: 23px 0 12px 0;
}
.page-testimonials .p-ttl{
    font-size: 18px;
    line-height: 120%;
    color: #596D8B;
    margin: 0 0 60px 0;
}
.t-block{
    background: #F6F8FF;
    padding: 60px 60px 60px 60px;
    margin: 0 0 61px 0;
}
.t-block .col-5{
    width: 37%;
}
.t-block .col-5 img{
    max-width: 100%;
}
.t-block .col-7{
    width: 63%;
    padding-left: 29px;
}
.t-block-slide{
    font-weight: 300;
    font-size: 26px;
    line-height: 150%;
    color: #181818;
}
.t-block-slide p{
    margin: 0;
}
.t-block-slide .name{
    letter-spacing: -0.01em;
    color: #495575;
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    margin: 33px 0 0 0;
    padding: 0 75px 0 0;
}
.t-block-slide .t-ic{
    margin: 0 0 34px 0;
    display: inline-block;
}
.t-block-slide .t-ic img{
    height: 40px;
    width: auto;
}
body .t-block .owl-theme .owl-controls .owl-page span{
    width: 8px;
    height: 8px;
}
body .t-block .owl-theme .owl-controls .owl-page.active span, body .t-block .owl-theme .owl-controls.clickable .owl-page:hover span{
    border-color: transparent;
}
body .t-block .owl-theme .owl-controls{
    position: absolute;
    right: -6px;
    bottom: -4px;
}
.cols3 .services-item p{
    font-size: 13px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #596D8B;
}
.cols3 .services-item p.p1{
    margin: 0 0 14px 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #2A325A;
}
.cols3 .services-item p.p2{
    margin: 14px 0 0 0;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #596D8B;
}
.like-block{
    padding: 46px 60px 43px 60px;
    background: #F6F8FF;
    border-radius: 16px;
    margin: 60px 0 61px 0;
}
.like-block p{
    position: relative;
    margin: 0;
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
    color: #495575;
    padding: 0 0 0 308px;
}
.like-block p span{
    display: inline-block;
    position: absolute;
    left: 0;
    top: -4px;
    bottom: 0;
    margin: auto;
    padding: 0 0 0 74px;
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    height: 64px;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2A325A;
}
.like-block p span:before{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 51px;
    display: inline-block;
    content: '';
    background: url("/images/like-pic.png") no-repeat center;
}
/*TESTIMONIALS*/

/*PRICES 3*/
.price-packages-wrap .h3{
    margin: 2px 0 56px 0;
}
.price-packages{
    max-width: 946px;
    margin: 0 auto 79px auto;
}
.price-packages .row-container{
    margin: 0 -35px;
}
.price-packages .row-container .col-6{
    padding: 0 35px;
}
.pp-item{
    background: #fff;
    box-shadow: 0 18px 40px rgba(50, 62, 80, 0.12);
    border-radius: 20px;
    overflow: hidden;
}
.pp-item .top{
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: -0.01em;
    color: #fff;
    text-align: center;
    background: #264BD1;
    padding: 31px 5px 28px 5px;
}
.pp-item.pp-item2 .top{
    background: #0AD37F;
}
.pp-item .inner{
    padding: 34px 15px 110px 15px;
    position: relative;
    min-height: 391px;
}
.pp-item .inner .button{
    position: absolute;
    left: 15px;
    right: 15px;
    margin: auto;
    bottom: 44px;
    max-width: 317px;
    color: #0083FC;
    font-size: 16px;
    line-height: 20px;
    border: 2px solid #89C5FA;
    padding: 16px 5px 16px 5px;
    font-family: 'ClashDisplay', sans-serif;
}
.pp-item .inner .button:hover{
    background: #2142A7;
    border-color: #2142A7;
    color: #fff;
}
.pp-item .p1{
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 74px;
    letter-spacing: -0.01em;
    color: #222651;
    margin: 0;
    text-align: center;
}
.pp-item .p1 span{
    font-size: 25px;
    line-height: 31px;
    position: relative;
    top: -11px;
}
.pp-item .p2{
    margin: -12px 0 31px 0;
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #495575;
    text-align: center;
}
.pp-item ul{
    padding: 0;
    margin: 0 auto;
    list-style: none;
    max-width: 317px;
}
.pp-item ul li{
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #585963;
    padding: 0 0 0 30px;
    margin: 0 0 11px 0;
}
.pp-item ul li:before{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    background: url("/images/price-check.svg") no-repeat center;
}
.pp-item ul li:last-child{
    margin: 0;
}
.pp-item .middle{
    padding: 27px 5px 24px 5px;
    background: #303059;
    text-align: center;
    font-family: 'ClashDisplay', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 110%;
    color: #fff;
}
.pp-item .middle .span1{
    font-size: 25px;
    line-height: 31px;
    position: relative;
    top: -3px;
    left: -2px;
}
.pp-item .middle .span2{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #939AB3;
    position: relative;
    top: -7px;
    left: 3px;
}
.pp-item .time{
    padding: 0 0 31px 0;
    margin: 0 0 32px 0;
    border-bottom: 1px solid rgba(147, 154, 178, .3);
    text-align: center;
}
.pp-item .time-lbl{
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #2142A7;
    display: inline-block;
    background: #E2F3FF;
    border-radius: 40px;
    padding: 8px 20px;
    position: relative;
}
.pp-item .time-lbl span{
    font-size: 22px;
    line-height: 110%;
}
.pp-item .time-lbl .ic-like{
    position: absolute;
    right: -12px;
    top: -15px;
    display: inline-block;
    content: '';
    width: 30px;
    height: 30px;
    background: url("/images/like-pic.png") no-repeat center;
    background-size: 30px;
}
.pp-item .time-p{
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #2142A7;
    margin: 9px 0 0 0;
}
/*PRICES 3*/

/*PRICES 2*/
.wrapper.wide{
    max-width: 1409px;
}
.slider-prices-wrap.bottom-reviews{
    padding: 0;
    margin: 0;
    background: none;
}
.slider-prices-wrap .slider-prices{
    width: auto;
    margin: 0 -8px;
}
.slider-prices-wrap .slider-prices .sp-wrap{
    padding: 10px 8px 20px 8px;
}
.slider-prices-wrap .pp-item{
    box-shadow: 0 8px 15px rgba(50, 62, 80, 0.12);
    border-radius: 14px;
}
.slider-prices-wrap .pp-item .top{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 23px;
    padding: 21px 5px 21px 5px;
}
.new-page-price .h3{
    margin: 27px 0 14px 0;
}
.new-page-price .p-ttl{
    margin: 0 0 49px 0;
    font-size: 18px;
    line-height: 120%;
    color: #596D8B;
}
.new-page-price .pp-item .inner{
    padding: 39px 32px 110px 31px;
    min-height: 403px;
}
.new-page-price .pp-item ul li{
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 0 28px;
    margin: 0 0 10px 0;
}
.new-page-price .pp-item ul li:before{
    width: 14px;
    height: 14px;
    background-size: 13px;
}
.new-page-price .pp-item .inner .button{
    left: 32px;
    right: 32px;
    bottom: 40px;
}
.new-page-price .owl-pagination{
    display: none;
}
.new-page-price .bottom-reviews .owl-buttons{
    top: 21px;
}
body .new-page-price .bottom-reviews .owl-theme .owl-controls .owl-buttons div.owl-prev{
    left: -18px;
}
body .new-page-price .bottom-reviews .owl-theme .owl-controls .owl-buttons div.owl-next{
    right: -18px;
}
.compare-plans{
    margin: 36px auto 66px auto;
    text-align: center;
    background: #F6F8FF;
    border-radius: 16px;
    padding: 40px 15px;
}
.compare-plans .p1{
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #2A325A;
    margin: 0 0 15px 0;
}
.compare-plans .p2{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #596D8B;
    margin: 0 0 32px 0;
}
.compare-plans .p2 a{
    color: #2142A7;
    font-weight: 600;
}
.compare-plans .p2 a:hover{
    text-decoration: underline;
}
.compare-plans .button{
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    padding: 15px 5px 13px 5px;
    box-shadow: 0 6px 13px 0 rgba(0, 131, 252, 0.15);
    width: 100%;
    max-width: 220px;
}
.table{
    display: table;
}
.table .tr{
    display: table-row;
}
.table .td{
    display: table-cell;
}
.new-price-table-wrap{
    overflow-x: auto;
}
.new-price-table{
    border: none;
    border-collapse: collapse;
    background: #F1F8FE;
    margin: 42px 0 40px 0;
    width: 1140px;
}
.new-price-table .td{
    padding: 13px 8px 11px 8px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #2A325A;
    border: none;
    border-top: 1px solid #D6D5F2;
    border-bottom: 1px solid #D6D5F2;
    background: #fff;
    vertical-align: middle;
}
.new-price-table .t-head .td{
    background: #222651;
    padding: 12px 8px;
    vertical-align: middle;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: -0.01em;
    border: none;
}
.new-price-table .t-title .td{
    background: #F1F8FE;
    padding: 20px 10px 17px 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #2A325A;
    border: none;
}
.new-price-table .na{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/images/na.svg") no-repeat center;
}
.new-price-table .al{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/images/al.svg") no-repeat center;
}
.new-price-table .hint{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/images/table-hint.svg") no-repeat center;
    position: relative;
    top: 3px;
    margin: 0 4px;
}
.button.table-button{
    width: 100%;
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    box-shadow: 0 6px 13px 0 rgba(0, 131, 252, 0.15);
    padding: 14px 5px 14px 5px;
    margin: 0 0 64px 0;
}
/*PRICES 2*/

/*SERVICES 3*/
.serv-contacts{
    padding: 99px 0;
    background: #F7F8FF;
    margin: 120px 0 0 0;
}
.serv-contacts .wrapper:before, .serv-contacts .wrapper:after{
    display: none;
}
.serv-benefit{
    background: #F6F8FF;
    border-radius: 20px;
    padding: 26px 30px 26px 30px;
    font-size: 15px;
    line-height: 150%;
    text-align: center;
    color: #364561;
    width: 100%;
}
.serv-benefit p{
    margin: 0;
}
.serv-benefit .p1{
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #222651;
    margin: 27px 0 12px 0;
}
.serv-benefit .sb-icon{
    width: 104px;
    height: 104px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    background-position: center!important;
    background-repeat: no-repeat!important;
}
.serv-benefit .sb-icon1{
    background-image: url("/images/sb1.svg");
}
.serv-benefit .sb-icon2{
    background-image: url("/images/sb2.svg");
}
.serv-benefit .sb-icon3{
    background-image: url("/images/sb3.svg");
}
.serv-benefit .sb-icon4{
    background-image: url("/images/sb4.svg");
}
.serv-benefit .sb-icon5{
    background-image: url("/images/sb5.svg");
}
.serv-benefit .sb-icon6{
    background-image: url("/images/sb6.svg");
}
.serv-benefit .sb-icon7{
    background-image: url("/images/sb7.svg");
}
.serv-benefit .sb-icon9{
    background-image: url("/images/sb9.svg");
}
.serv-benefit .sb-icon10{
    background-image: url("/images/sb10.svg");
}
.serv-tabs{
    background: #fff;
    border: 1px solid #DEE0F0;
    box-shadow: 0 18px 40px rgba(50, 62, 80, 0.06);
    border-radius: 20px;
    overflow: hidden;
    margin: 80px 0 0 0;
}
.serv-tabs .etabs{
    background: #F0F2F7;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.serv-tabs .etabs li:before{
    display: none;
}
.serv-tabs .etabs li{
    cursor: pointer;
    width: 25%;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: #222651;
    padding: 20px 10px;
    text-align: center;
    border-bottom: 1px solid #DEE0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 86px;
    margin: 0;
    border-left: 1px solid #DEE0F0;
}
.serv-tabs .etabs li:first-child{
    border-left: none;
}
.serv-tabs .etabs li.active{
    background: #fff;
    border-color: #fff;
    color: #2142A7;
}
.serv-tabs .serv-tabs-body{
    background: #fff;
    padding: 64px 64px 55px 64px;
}
.panel-container .tab-inner{
    display: none;
}
.panel-container .tab-inner.active{
    display: block;
}
.serv-tabs .img-wrap{
    position: relative;
}
.serv-tabs .img-wrap img{
    max-width: 100%;
    height: auto;
}
.serv-tabs .img-wrap .tab-number{
    display: inline-block;
    position: absolute;
    left: 22px;
    bottom: 25px;
    font-family: 'ClashDisplay', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #fff;
}
.serv-tabs .img-wrap .tab-number span{
    font-size: 32px;
    line-height: 120%;
}
.serv-tabs .tab-text{
    padding: 0 0 0 30px;
}
.serv-tabs .tab-text .h3{
    margin: 0 0 47px 0;
    font-size: 32px;
    line-height: 120%;
}
.serv-tabs .tab-text ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.serv-tabs .tab-text ul li{
    position: relative;
    padding: 0 0 0 95px;
    margin: 0 0 37px 0;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.01em;
    color: #2A325A;
}
.serv-tabs .tab-text ul li p{
    margin: 0;
}
.serv-tabs .tab-text ul li .p1{
    margin: 0 0 12px 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #222651;
}
.serv-tabs .tab-text ul li:before{
    display: none;
}
.serv-tabs .tab-text ul li:last-child{
    margin: 0;
}
.serv-tabs .tab-text ul li .tab-icon{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #6F9DF5 0%, #2656D1 100%);
    border-radius: 16px;
}
.serv-tabs .tab-text ul li .tab-icon:before{
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.serv-tabs .tab-text ul li .tab-icon1:before{
    background-image: url("/images/ti1.svg");
}
.serv-tabs .tab-text ul li .tab-icon2:before{
    background-image: url("/images/ti2.svg");
}
.serv-tabs .tab-text ul li .tab-icon3:before{
    background-image: url("/images/ti3.svg");
}
.serv-tabs .tab-text ul li .tab-icon4:before{
    background-image: url("/images/ti4.svg");
}
.serv-tabs .tab-text ul li .tab-icon5:before{
    background-image: url("/images/ti5.svg");
}
.serv-tabs .tab-text ul li .tab-icon6:before{
    background-image: url("/images/ti6.svg");
}
.serv-tabs .tab-text ul li .tab-icon7:before{
    background-image: url("/images/ti7.svg");
}
.serv-tabs .tab-text ul li .tab-icon8:before{
    background-image: url("/images/ti8.svg");
}
.serv-tabs .tab-text ul li .tab-icon9:before{
    background-image: url("/images/ti9.svg");
}
.serv-tabs .tab-text ul li .tab-icon10:before{
    background-image: url("/images/ti10.svg");
}
.serv-tabs .tab-text ul li .tab-icon11:before{
    background-image: url("/images/ti11.svg");
}
.serv-tabs .tab-text ul li .tab-icon12:before{
    background-image: url("/images/ti12.svg");
}
.page-services-3 .serv-text{
    padding: 0 0 13px 0;
    position: relative;
    margin: 97px 0 0 38px;
}
.page-services-3 .serv-text:before{
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    content: '';
    width: 60px;
    height: 4px;
    background: #43CA51;
}
.page-services-3 .serv-text .p-plus3{
    margin: 32px 0 26px 0;
}
.page-services-3 .serv-text .p-plus3:first-letter{
    font-size: 40px;
}
.page-services-3 .img11-wrapper img{
    margin: 0 0 -32px -54px;
}
/*SERVICES 3*/

/*WINDOWS*/
.modal-window-wrapper{left: 0;right: 0;position: fixed;z-index: 1000;min-width: 290px;width: auto;top: 5%;bottom: 0;max-height: 90%;overflow: auto;margin-right: 5px;display: none}
.modal-window-wrapper.active{display: block}
.modal-window-wrapper::-webkit-scrollbar{width: 4px}
.modal-window-wrapper::-webkit-scrollbar-track{box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);background: #fff}
.modal-window-wrapper::-webkit-scrollbar-thumb{background-color: #0083FC}
.modal-window{background: #fff;box-shadow: 0 22px 64px rgba(19, 33, 68, 0.18);border-radius: 12px;max-width: 750px;padding: 45px;margin: 0 auto;position: relative}
.modal-window .window-close{width: 24px;height: 24px;cursor: pointer;display: inline-block;background: url("/images/close2.svg");position: absolute;right: 39px;top: 38px}
.window-overlay{position: fixed;left: 0;right: 0;top: 0;bottom: 0;margin: auto;width: 100%;height: 100%;display: block;z-index: 999;background: #000;opacity: 0.4}

.modal-window .home-contact-form{
    padding: 0;
    margin: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
    min-height: 1px;
}
.modal-window .home-contact-form .rating-items .rating-item{
    width: 50%;
    padding: 20px 10px;
}
.modal-window .home-contact-form .h3:after{
    content: '';
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("/images/like-pic.png") no-repeat center;
    margin: -19px 0 2px 11px;
    top: 7px;
    background-size: 45px;
}
.modal-window .form .input{
    height: 42px;
}
.modal-window .home-contact-form .form .submit.button{
    height: 55px;
}
.modal-window .home-contact-form .rating-items .rating-count{
    display: inline-block;
    position: relative;
    top: -4px;
}
.modal-window .home-contact-form .rating-items .rating-mark{
    margin: 0 9px 0 5px;
    padding: 0 12px 0 0;
    border-right: 1px solid rgba(104, 137, 187, .4);
}
.modal-window .home-contact-form .rating-items .rating-item{
    min-height: 105px;
}
.modal-window.callback-window .home-contact-form .h3:after{
    background: url("/images/hand.jpg") no-repeat center;
    background-size: 45px;
}
.modal-window.callback-window .home-contact-form .form .submit.button{
    margin: 33px 0 0 0;
    background: #222651;
    border-color: #222651;
}
/*WINDOWS*/

/*LANDING*/
.landing .breadcrumbs {
    color: #d4deff;
}
.landing .breadcrumbs a {
    color: #fff;
}
.landing-title{
    margin: -58px 0 62px 0;
}
.landing .wrapper:before, .landing .wrapper:after{
    display: none;
}
.landing-title .bottom{
    padding: 40px 0 40px 0;
    background: #F0F9FF;
}
.landing-title .top{
    background-color: #343434;
    background-repeat: no-repeat;
    background-position: top center;
}
.landing-title .text-wrap{
    height: 600px;
    padding: 40px 0;
    display: flex;
    align-items: center;
}
.landing-title .text-inner{
    max-width: 652px;
    margin: 0;
}
.landing-title .h2{
    font-size: 44px;
    line-height: 120%;
    color: #fff;
    margin: 0 0 23px 0;
}
.landing-title .p-ttl{
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #fff;
    margin: 0 0 60px 0;
}
.landing-title .button-transparent{
    color: #2142A7;
    background: #fff;
    border-color: #fff;
}
.landing-title .button-green, .button.button-green{
    color: #fff;
    background: #43CA51;
    border-color: #43CA51;
}
.landing-title .title-buttons{
    display: flex;
    align-items: center;
    margin: 0 -10px;
}
.landing-title .title-button{
    padding: 0 10px;
}
.landing-title .button{
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    width: 236px;
    padding: 17px 5px 17px 5px;
}
.landing-benefits .serv-benefit{
    margin-bottom: 32px;
    padding: 32px 30px 30px 30px;
}
.landing-benefits .h3.landing-benefits-title{
    margin: 20px 0 67px 0;
}
.landing-benefits-button .button{
    width: 100%;
    max-width: 481px;
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #fff;
    padding: 16px 15px;
    background: #222651;
    border-color: #222651;
    margin: 29px 0 120px 0;
}
.landing-benefits .image-text .h3{
    margin: 4px 0 40px 0;
}
main ul.check-ul{
    margin: 30px 0;
    padding: 0 0 0 24px;
}
main ul.check-ul li{
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.01em;
    color: #585963;
    padding: 0 0 0 31px;
    margin: 0 0 14px 0;
}
main ul.check-ul li:last-child{
    margin: 0;
}
main ul.check-ul li:before{
    width: 16px;
    height: 16px;
    background: url("/images/price-check.svg") no-repeat center;
}
.bg-text{
    margin: 33px 0;
    font-weight: 600;
    font-size: 17px;
    line-height: 140%;
    color: #2142A7;
    background: #F6F8FF;
    border-radius: 12px;
    padding: 24px;
}
.arrow2-big{
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url("/images/arrow2-big.svg") no-repeat center;
}
.h-a{
    display: inline-block;
    position: relative;
    padding: 0 33px 0 0;
}
.h-a .arrow2-big{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.landing-features{
    background: #F6F8FF;
    padding: 104px 0 69px 0;
    margin: 113px 0 105px 0;
}
.landing-features .h3, .landing-faq .h3{
    margin: 0 0 27px 0;
}
.landing-features .p-ttl, .landing-faq .p-ttl{
    margin: 0 auto 30px auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #596D8B;
    max-width: 945px;
}
main ul.feat-list{
    margin: 30px auto;
    padding: 0;
    list-style: none;
}
main ul.feat-list li{
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #2A325A;
    padding: 0 0 0 64px;
    margin: 0 0 40px 0;
}
main ul.feat-list li:before{
    width: 32px;
    height: 32px;
    background: url("/images/feat-check.svg") no-repeat center;
    bottom: auto;
}
main ul.feat-list li:last-child{
    margin: 0;
}
main ul.feat-list li p{
    margin: 0;
}
main ul.feat-list li .p1{
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #222651;
    margin: 0 0 12px 0;
}
.feat-img{
    margin: -82px 0 -94px -47px;
}
.landing-faq .faq-items{
    max-width: 943px;
    margin: 59px auto 100px auto;
    border-top: 1px solid #D8DADF;
    padding: 31px 0 0 0;
}
.ch-in-item{
    background: #F0F9FF;
    border-radius: 20px;
    padding: 60px 60px 54px 60px;
    position: relative;
    width: 100%;
    text-align: center;
}
.ch-in-item p{
    margin: 0 0 40px 0;
    font-size: 19px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #495575;
}
.ch-in-item .p1{
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #222651;
    margin: 44px 0 21px 0;
}
.ch-in-item:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 91%;
    height: 20px;
    display: block;
    content: '';
    background: #0A31A6;
    opacity: 0.12;
    border-radius: 0 0 20px 20px;
    margin: auto;
}
.ch-in-item .ch-in-icon{
    display: inline-block;
    position: relative;
    width: 140px;
    height: 140px;
    background-color: #fff;
    border-radius: 50%;
    background-position: center!important;
    background-repeat: no-repeat!important;
}
.ch-in-item .ch-in-icon1{
    background-image: url("/images/ch-in1.svg");
}
.ch-in-item .ch-in-icon2{
    background-image: url("/images/ch-in2.svg");
}
.comm-items{
    display: flex;
    padding: -8px -8px -5px -8px;
    flex-wrap: wrap;
    justify-content: center;
}
.comm-items .comm-item-wrap{
    padding: 8px 8px 5px 8px;
}
.comm-items .comm-item{
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #2142A7;
    display: inline-block;
    background: #fff;
    border: 1px solid #BDD8EF;
    border-radius: 15px;
    padding: 10px 30px;
}
.gsuite-logo{
    display: inline-block;
    background: url("/images/logo-icons/gsuite-logo.svg");
    width: 76px;
    height: 19px;
}
.twitter-logo{
    display: inline-block;
    background: url("/images/logo-icons/twitter-logo.svg");
    width: 121px;
    height: 21px;
}
.zendesk-logo{
    display: inline-block;
    background: url("/images/logo-icons/zendesk-logo.svg");
    width: 128px;
    height: 22px;
}
.helpscout-logo{
    display: inline-block;
    background: url("/images/logo-icons/helpscout-logo.svg");
    width: 109px;
    height: 21px;
}
.fastspring-logo{
    display: inline-block;
    background: url("/images/logo-icons/fastspring-logo.svg");
    width: 111px;
    height: 20px;
}
.intercom-logo{
    display: inline-block;
    background: url("/images/logo-icons/intercom-logo.svg");
    width: 122px;
    height: 21px;
}
.freshdesk-logo{
    display: inline-block;
    background: url("/images/logo-icons/freshdesk-logo.svg");
    width: 114px;
    height: 25px;
}
.kayako-logo{
    display: inline-block;
    background: url("/images/logo-icons/kayako-logo.svg");
    width: 108px;
    height: 25px;
}
.uservoice-logo{
    display: inline-block;
    background: url("/images/logo-icons/uservoice-logo.svg");
    width: 109px;
    height: 28px;
}
.logo-icons{
    display: flex;
    margin: 0 -15px -29px -15px;
    flex-wrap: wrap;
    justify-content: center;
}
.logo-icons .logo-icon-wrap{
    padding: 8px 15px 29px 15px;
    display: flex;
    align-items: center;
}
.landing-faq{
    margin: 0 0 120px 0;
}
/*LANDING*/
.to-mob-slider .owl-pagination{
    display: none;
}
.to-mob-slider{
    width: auto!important;
}
/*ADAPTIVE*/
@media screen and (max-width: 1590px){
    .header-logo .text-logo{
        display: none;
    }
    .menu-line .logo, .menu-line .buttons{
        min-width: 1px;
    }
    .menu-line .buttons .phone-number{
        margin: 0 8px 0 0;
        font-size: 14px;
    }
    .menu-line .buttons .button{
        margin: 0 4px;
        min-width: 100px;
        padding: 12px 5px;
    }
    .header-logo img{
        max-width: 190px;
    }
    .menu ul{
        font-size: 15px;
        top: -1px;
    }
}
@media screen and (max-width: 1439px){
    .menu ul li{
        padding: 7px 8px;
    }
    .menu-line .buttons, .menu-line .logo{
        min-width: 1px;
    }
    .line3 .row-container:before{
        display: none;
        content: '';
    }
    .new-page-price .bottom-reviews .owl-buttons{
        display: none;
    }
    .new-page-price .owl-pagination{
        display: block;
    }
    .services-slider .owl-pagination {
        display: block;
        margin: 20px 0 0 0;
    }
    .services-slider .owl-buttons {
        display: none;
    }
}
@media(max-width: 1292px) {
    .menu ul {
        font-size: 13px;
    }
    .menu ul li{
        padding: 7px 6px;
    }
}
@media screen and (max-width: 1199px){
    .rating-p {
        margin: 20px 0 0 0;
    }
    .img2-wrapper img{
        max-width: 100%;
        height: auto;
    }
    .img2-wrapper{
        margin: 9px 0 0 -10px;
    }
    .home-contact-form{
        padding: 35px 390px 35px 30px;
    }
    .rating-items .rating-mark{
        border: none;
        padding: 0;
        margin: 0;
    }
    .line4{
        margin: 10px 0 70px 0;
    }
    .line-tools .h4{
        margin: 0 0 50px 0;
    }
    .line-steps{
        padding: 60px 0 70px 0;
        margin: 15px 0 0 0;
    }
    .content .wrapper:before, .content .wrapper:after{
        display: none;
        content: '';
    }
    .header-title .p1{
        font-size: 27px;
    }
    .header-title .h1 {
        font-size: 20px;
    }
    .header-title .p2{
        font-size: 16px;
    }
    .header-title .buttons a{
        font-size: 16px;
        line-height: 16px;
    }
    .header-title .buttons .button{
        padding: 16px 40px 16px 20px;
    }
    .header-title .buttons .button .arrow{
        right: 17px;
    }
    .rating-items .rating-item{
        flex-wrap: wrap;
    }
    .rating-items .rating-count{
        width: 100%;
        margin: 10px 0 0 0;
    }
    .mini-contact-form{
        margin: 0 auto;
    }
    nav.menu{
        display: none;
    }
    .header-title{
        margin: 45px 0 0 0;
    }
    header.home{
        min-height: 1px;
        margin: 0 0 70px 0;
        padding: 0 0 20px 0;
        background-size: auto 100%;
    }
    .header-title-wrapper .header-img {
        bottom: -20px;
    }
    .front-page .line2{
        padding: 50px 0 70px 0;
        margin: 90px 0 90px 0;
    }
    .testimonials-line .stat li{
        font-size: 14px;
    }
    .line4{
        margin: 10px 0 90px 0;
    }
    .services-blocks{
        margin: 35px -15px 0 -15px;
    }
    .testimonials-line{
        margin: 90px 0 70px 0;
    }
    .line-awards .h4{
        margin: 0 0 50px 0;
    }
    .line-why{
        padding: 50px 0 50px 0;
        margin: 70px 0 70px 0;
    }
    .line1-cols{
        margin: 60px -15px 0 -15px;
    }
    footer{
        padding: 70px 0;
    }
    header .burger-btn{
        display: inline-block;
        margin: -7px 20px 0 0;
    }
    .menu-line .logo{
        display: flex;
        align-items: center;
        left: auto;
    }
    .sidebar{
        margin: 21px 15px 0 0;
    }
    .img6-wrapper img, .img9-wrapper img{
        max-width: 100%;
        height: auto;
    }
    .price-text{
        margin-top: 0;
    }
    .bottom-reviews .owl-buttons{
        display: none;
    }
    .contacts-block{
        margin: 0 auto;
    }
    .single-img{
        max-width: 100%;
        height: auto;
    }
    .prices {
        padding: 50px 0;
    }
    .prices .title {
        font-size: 28px;
        margin: 0 0 50px 0;
    }
    .menu-line .text-logo {
        top: 49px;
        left: 102px;
    }
    .header-title-wrapper .header-img-wrapper{
        min-height: 400px;
    }
}
@media(max-width: 1092px) {
    header.pages, header.home .menu-line {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 8;
    }
    main.with-fixed-header, header.home .header-title-wrapper {
        padding: 87px 0 0 0;
    }
    .header-title-wrapper .header-img {
        position: absolute;
        right: 0;
        bottom: -20px;
        width: 560px;
        height: auto;
    }
    .header-title-wrapper .price-per-month {
        position: absolute;
        top: 30%;
        right: 370px;
        width: 200px;
        height: auto;
    }
}
@media screen and (max-width: 1023px){
    .like-block p span{
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        margin: 0 0 20px 0;
        display: block;
    }
    .like-block p{
        padding: 0;
    }
    .t-block{
        padding: 40px 30px;
    }
    .header-title .p0{
        font-size: 14px;
    }
    .products-item, .services-blocks .inner, .industry-block{
        outline: none!important;
    }
    footer .logo-footer{
        margin: -19px 0 20px 0;
    }
    footer .p2 br{
        display: none;
    }
    .line1-cols .col-inner{
        padding: 35px 20px 35px 20px;
    }
    .products-item .products-body{
        padding: 25px 20px 35px 20px;
    }
    .front-page .line1 .row-container{
        flex-direction: column-reverse;
    }
    .front-page .line1 .row-container .col-6, .front-page .line3 .row-container .col-6, .front-page .testimonials-line .row-container .col-6{
        width: 100%;
    }
    .img1-wrapper{
        margin: 50px auto 0 auto;
        max-width: 606px;
    }
    .img1-wrapper img{
        position: relative;
        left: 25px;
    }
    .img2-wrapper{
        margin: 10px auto 0 auto;
        max-width: 606px;
    }
    .img3-wrapper{
        margin: 30px auto 0 auto;
        max-width: 606px;
    }
    .testimonials-line .stat{
        margin: -25px auto 0 auto;
    }
    .all-reviews{
        margin: 0 0 40px 0;
    }
    .testimonials-wrapper .owl-buttons{
        top: -70px;
    }
    footer .row-container .col-3:nth-child(3), footer .row-container .col-3:nth-child(4){
        margin-top: 40px;
    }
    .breadcrumbs-wrapper{
        padding: 25px 0 30px 0;
    }
    .content ul.ul-options li{
        width: 50%;
    }
    .industry-items .industry-item{
        width: 50%;
    }

    .prices .table .tr .td:first-child {
        padding-left: 12px;
    }
    .prices .thead .td {
        font-size: 17px;
    }
    .prices .table .td {
        font-size: 13px;
        padding: 14px 5px;
    }
    .prices .table .tfoot .td .price {
        font-size: 18px;
    }
    .prices .table .tfoot .td {
        font-size: 12px;
        font-weight: 400;
    }
    .prices .table .tfoot .td:last-child a {
        font-size: 13px;
    }
    .prices .scrollbar-inner {
        max-height: 280px;
    }
    .features .feature {
        padding: 20px;
    }
    .features .p {
        font-size: 16px;
    }
    .features p {
        font-size: 14px;
    }
    .services-blocks .inner{
        min-height: 1px;
    }
}
@media screen and (max-width: 991px){
    .home .menu-line .buttons .button-callback {
        color: #2142A7!important;
        border-color: #2142A7;
    }
    .ch-in-item{
        padding: 30px 20px;
    }
    .comm-items .comm-item{
        font-size: 16px;
    }
    .ch-in-item p{
        font-size: 16px;
    }
    .ch-in-item p br{
        display: none;
    }
    .landing-features{
        padding: 75px 0 40px 0;
        margin: 60px 0 70px 0;
    }
    .landing-benefits-button .button{
        margin: 20px 0 70px 0;
    }
    .serv-tabs .tab-text{
        padding: 0;
    }
    .page-services-3 .serv-text{
        margin: 0 0 45px 0;
    }
    .serv-benefit{
        margin-bottom: 30px;
    }
    .t-block .col-5{
        display: none;
    }
    .t-block .col-7{
        width: 100%;
        padding-left: 15px;
    }
    .services-inner .s-side{
        width: 100%;
    }
    .services-inner .s-content{
        padding: 0;
        width: 100%;
        margin: 20px 0 0 0;
    }
    .s-side .h3{
        font-size: 26px;
        line-height: 120%;
        margin: 0 0 20px 0;
    }
    main ul.ul-links li{
        display: inline-block;
        margin: 0 4px 8px 0;
    }
    .services-inner{
        flex-wrap: wrap;
    }
    .block-integrate img{
        display: none;
    }
    .block-integrate .bi-text{
        height: auto;
    }
    .block-integrate{
        margin: 70px auto;
    }
    .block-integrate .col-7{
        width: 100%;
    }
    .simple-text .col-4, .simple-text .col-8{
        width: 100%;
    }
    .why-block{
        padding: 0;
    }
    .why-us .image-text .col-6-2 {
        width: 100%;
        padding-left: 15px;
    }
    .why-block .left-part{
        width: 100%;
    }
    .why-block .txt-wrap{
        padding: 30px 40px 30px 40px;
    }
    .why-block .right-part{
        width: 100%;
        margin: 20px 0 0 0;
    }
    .why-block:not(.last) .right-part .img-wrap:before{
        display: none;
    }
    .why-block .right-part .img-wrap img, .why-block .right-part .img-wrap{
        width: 100px;
        height: 100px;
    }
    .why-block .right-part .img-wrap{
        left: 0;
    }
    .why-block{
        flex-wrap: wrap;
    }
    .awards-list{
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }
    .home-steps{
        position: relative;
        padding: 0 0 109px 30px;
    }
    .home-steps:before{
        right: 10%;
    }
    .home-contact-form {
        padding: 35px 35px 35px 30px;
        background: #fff;
    }
    .mini-contact-form .row-1 .row-container-1, .mini-contact-form .row-1 .row-container-2 {
        display: flex;
        flex-wrap: inherit;
    }
    .mini-contact-form .row-1 .row-container-2, .mini-contact-form .row-1 .row-container {
        margin: 0;
    }
    .mini-contact-form .row-1 .row-container-4 {
        text-align: center;
    }
    .review-item{
        width: calc(50% - 20px);
    }
    .rating-items{
        flex-wrap: wrap;
    }
    .rating-items .rating-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .rating-items .rating-item:last-child{
        margin-bottom: 0;
    }
    .rating-items .rating-count{
        width: auto;
        margin: 0;
    }
    .rating-items .rating-mark{
        padding: 0 10px 0 0;
        margin: 0 10px 0 0;
        border-right: 1px solid rgba(104, 137, 187, .4);
    }
    .mini-contact-form {
        margin: 60px auto 20px auto;
        padding: 20px 15px 20px 15px;
    }
    .mini-contact-form .col-6, .mini-contact-form .col-12 {
        margin: 4px 0!important;
    }
    .header-title-wrapper .row-container .col-6{
        width: 100%;
    }
    .header-title{
        text-align: center;
        margin: 20px 0 0 0;
        max-width: 100%;
    }
    .header-title .buttons{
        justify-content: center;
    }
    .header-title-wrapper .header-img-wrapper{
        min-height: 1px;
    }
    .header-title-wrapper .header-img {
        position: absolute;
        right: -40px;
        bottom: 0;
        width: 280px;
        height: auto;
        top: 65px;
    }
    .header-title-wrapper .price-per-month {
        position: absolute;
        top: 30%;
        right: 140px;
        width: 150px;
        height: auto;
    }
    .header-title .ul {
        text-align: left;
    }
    .services-blocks .services-block{
        width: 50%;
    }
    .limited-offer .limited-offer-inner{
        padding: 38px 20px 20px 25px;
    }
    .limited-offer .button{
        right: 25px;
    }
    .limited-offer .limited-offer-inner:before{
        right: 225px;
    }
    .blog-item .b-image {
        min-height: 175px;
    }
    header.home .menu-line {
        background-color: #fff;
        padding: 0;
    }
    .scroll {
        overflow-x: scroll;
    }
    .scroll .table {
        width: 920px;
    }
    .prices .scrollbar-inner {
        max-height: 220px;
    }
    .prices .table .tfoot .td:first-child {
        font-size: 13px;
    }
    .prices .title {
        font-size: 24px;
    }
    .prices .mobile .table .tfoot .td .price {
        font-size: 18px;
    }
    .prices .mobile .table .tbody .tr:first-child .td:first-child {
        margin-top: 0;
    }
    .prices .mobile .table .tr:nth-child(3) {
        padding-bottom: 0;
    }
    .features {
        gap: 20px;
        flex-wrap: wrap;
    }
    .features .feature {
        width: 100%;
        position: relative;
    }
    .features .feature .icon {
        position: absolute;
        top: 20px;
        left: 20px;
    }
    .features .feature .icon img {
        width: 32px;
    }
    .features .p {
        margin: 5px 0 15px 45px;
    }
    .features p {
        font-weight: 400;
    }
    .prices-mini .title {
        font-size: 17px;
        margin: 0 0 10px 0;
    }
    .prices-mini .mobile {
        flex-wrap: wrap;
    }
    .prices-mini .mobile .table .thead .td .description {
        min-height: 205px;
    }
    .about-us .text-4 {
        display: block;
    }
    .about-us .text-3 {
        display: none;
    }
    .prices-mini .mobile .table .shadow {
        min-height: 90px;
    }
    .tools-list{
        margin: 0 -15px;
        justify-content: center;
    }
    .tools-list div{
        padding: 0 15px;
        width: auto;
    }
    .map-block{
        max-width: 945px;
        margin: 0 auto 55px auto;
    }
    .services-items.cols3 .services-item-wrap{
        width: 100%;
    }
    .services-blocks .services-block, .line1-cols .line1-col{
        width: 100%;
    }
    .services .heading {
        height: 450px;
        margin: 0 0 75px 0;
    }
    .services .heading .text {
        width: 65%;
        float: right;
    }
    .services .heading .p {
        font-size: 36px;
        margin: 75px 0 27px 0;
    }
    .services .heading p {
        font-size: 17px;
    }
    .services .h2 {
        font-size: 38px;
    }
    .services-block-2 {
        margin: 60px 0;
        padding: 40px 0;
    }
    .services .text-1 {
        margin: 20px 0 0 0;
    }
    .get-free-trial-row .h5 {
        font-size: 28px;
    }
    .special-services-provided .col-6 {
        width: 100%;
        max-width: 100%;
        float: none;
    }
    .have-questions {
        padding: 100px 0;
    }
    .special-services-provided .max-488 .text_right {
        display: none;
    }
    .best-services-2 .p {
        margin-top: 0;
    }
    .best-services-2 .item {
        width: 49%;
    }
    .best-services-2 .image {
        height: auto;
    }
}
@media screen and (max-width: 767px){
    h1,.h1{font-size: 44px;line-height: 120%}
    h2,.h2{font-size: 38px}
    h3,.h3{font-size: 28px}
    h4,.h4{font-size: 20px}
    h5,.h5{font-size: 18px}
    h6,.h6{font-size: 16px}
    .breadcrumbs-wrapper .h1{font-size: 35px}

    .modal-window{
        padding: 30px;
    }
    .modal-window .window-close{
        right: 15px;
        top: 15px;
    }
    .landing-title .h2{
        font-size: 36px;
        margin: 0 0 15px 0;
    }
    .landing-title .p-ttl{
        margin: 0 0 35px 0;
        font-size: 16px;
    }
    .landing-title .text-wrap{
        height: auto;
        padding: 60px 0;
    }
    .landing-title .top{
        background-size: cover;
    }
    .landing-benefits .serv-benefit{
        margin-bottom: 20px;
        padding: 25px 15px;
    }
    .ch-in-item{
        margin-bottom: 30px;
    }
    .landing-title{
        margin: -20px 0 35px 0;
    }
    .serv-contacts{
        padding: 70px 0;
        margin: 70px 0 0 0;
    }
    .serv-tabs .serv-tabs-body{
        padding: 35px;
    }
    .serv-tabs .tab-text .h3{
        margin: 0 0 35px 0;
        font-size: 26px;
    }
    .serv-tabs .etabs{
        flex-wrap: wrap;
    }
    .serv-tabs .etabs li{
        width: 50%;
    }
    .serv-tabs{
        margin: 60px 0 0 0;
    }
    .new-page-price .pp-item .inner .button{
        left: auto;
        right: auto;
        bottom: auto;
    }
    .new-page-price .pp-item .inner {
        padding: 30px 15px 40px 15px;
        min-height: 1px;
    }
    .price-packages-wrap .h3{
        margin: 25px 0 30px 0;
    }
    .pp-item{
        margin-bottom: 30px;
    }
    .price-packages{
        margin: 0 auto 45px auto;
    }
    .pp-item .inner .button{
        position: relative;
        left: auto;
        right: auto;
        margin: 30px auto 0 auto;
        bottom: auto;
        display: block;
    }
    .pp-item .inner{
        padding: 30px 15px 40px 15px;
        min-height: 1px;
    }
    .like-block p{
        font-size: 18px;
    }
    .like-block p span{
        height: auto;
        font-size: 30px;
        padding: 0 0 0 50px;
        margin: 0 0 10px 0;
    }
    .like-block p span:before{
        width: 30px;
        height: 30px;
        background-size: 30px;
    }
    .like-block{
        padding: 25px 20px;
        margin: 45px 0;
    }
    .page-testimonials .h2 {
        font-size: 30px;
        margin: 0 0 12px 0;
    }
    .page-testimonials .h2 br{
        display: none;
    }
    .t-block-slide{
        font-size: 18px;
    }
    .map-txt.active:before{
        display: none;
    }
    .map-txt{
        width: 100%;
        min-height: 1px;
        margin-bottom: 20px;
    }
    .home-steps .home-step .s-icon{
        display: none;
    }
    .home-steps .home-step{
        padding: 26px 15px 26px 40px;
    }
    .home-contact-form .rating-items .rating-item{
        width: 100%;
        margin: 0 0 20px 0;
    }
    .home-contact-form .rating-items{
        flex-wrap: wrap;
    }
    .line-steps{
        padding: 30px 0 60px 0;
    }
    .line-steps .p {
        font-size: 15px;
        line-height: 24px;
        margin: 19px auto 40px auto;
    }
    .line1-cols{
        display: block;
    }
    .line1-cols .col-inner{
        margin: 0 0 30px 0;
    }
    .services-blocks .services-block{
        padding: 0 15px 36px 15px;
    }
    .services-text{
        margin: 0;
    }
    .breadcrumbs-wrapper{
        margin: 0 0 20px 0;
    }
    .img6-wrapper, .img6-wrapper img, .img9-wrapper, .img9-wrapper img{
        display: none;
    }
    .bottom-products{
        margin: 60px 0 0 0;
        padding: 60px 0 60px 0;
    }
    .bottom-reviews{
        margin: 60px 0 0 0;
        padding: 0 0 60px 0;
        background-position: top center;
    }
    .have-questions{
        padding: 60px 0 60px 0;
        margin: 60px 0 0 0;
        background-image: none;
    }
    .bottom-reviews .p-ttl{
        margin: 0 0 40px 0;
    }
    .limited-offer .limited-offer-inner:before{
        display: none;
    }
    .form .row-container{
        margin-bottom: 0;
    }
    .form .row-container > div{
        margin-bottom: 40px;
    }
    .contacts-block .title{
        font-size: 32px;
        margin: 0 0 50px 0;
    }
    .blog-item .b-title{
        font-size: 22px;
    }
    .single-img{
        float: none;
        margin: 0 0 30px 0;
    }
    .menu-line .buttons .phone-number {
        display: none;
    }
    .prices .mobile {
        display: block;
    }
    .prices .desktop {
        display: none;
    }
    .prices .mobile .table .thead.tr .td:first-child {
        font-size: 18px;
    }
    .services .col-5 {
        display: none;
    }
    .services .col-7 {
        width: 100%;
    }
    .services .h3 {
        font-size: 20px;
    }
    .best-services .item {
        width: 100%;
        border-color: #fff;
        border-bottom-color: #CFEFFF;
    }
    .about-us .text-3 {
        display: block;
    }
    .about-us .text-4 {
        display: none;
    }
    .modal-window-wrapper{
        padding: 0 10px;
    }
    .modal-window.callback-window .home-contact-form .form .submit.button{
        margin: 0;
    }
    .modal-window .home-contact-form .rating-items .rating-item{
        width: 100%;
    }
    .services .heading {
        height: auto;
        padding: 20px 0;
    }
    .services .heading .text {
        width: 100%;
        float: none;
        padding: 0 0 0 25%;
    }
    .services .heading p {
        font-size: 14px;
        margin: 0 0 12px 0;
    }
    .services .heading .p {
        font-size: 24px;
        margin: 50px 0 27px 0;
    }
    .services .heading {
        margin: 0 0 50px 0;
    }
    .services .h2 {
        font-size: 32px;
    }
    .get-free-trial-row {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 680px){
    .services-blocks .services-block{
        padding: 10px 15px 30px 15px;
    }
    .services-blocks .inner{
        box-shadow: 0 8px 10px rgba(50, 62, 80, .02);
    }
    .prices-mini .mobile .table .thead .td .description {
        min-height: 200px;
    }
    .menu-line .text-logo {
        display: none
    }
}
@media screen and (max-width: 679px){
    .menu-line .buttons .button{
        min-width: 100px;
        padding: 8px 5px;
    }
    .line1-cols .line1-col{
        width: 100%;
        margin-bottom: 30px;
    }
    .call-us .call-us-inner{
        padding: 20px 5px 10px 133px;
    }
    .limited-offer .limited-offer-inner{
        padding: 20px 5px 10px 25px;
    }
    .call-us .button, .limited-offer .button{
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        height: auto;
        padding: 13px 5px;
    }
    .call-us .p1, .limited-offer .p1{
        margin: 0 0 2px 0;
    }
    .call-us .p2, .limited-offer .p2{
        margin: 0 0 12px 0;
    }
    .limited-offer .p2 br{
        display: none;
    }
    .industry-items .industry-item{
        width: 100%;
    }
    .industry-block .image-wrapper{
        height: auto;
    }
    .industry-block{
        min-height: 1px;
    }
    .blog-item-wrapper{
        width: 100%;
    }
    main ul li {
        margin: 0 0 2px 0;
    }
    .all-reviews .divider {
        display: none;
    }
    .all-reviews {
        position: absolute;
        top: -25px;
    }
    .header-title .h1 {
        font-size: 18px;
        margin: 10px 0 10px 0;
    }
    .mini-contact-form {
        margin: 125px auto 20px auto;
    }
    .header-title-wrapper .price-per-month {
        position: absolute;
        top: 188px;
        right: inherit;
        width: 220px;
        height: auto;
        left: -15px;
    }
    .header-title .ul li {
        font-size: 17px;
    }
}
@media screen and (max-width: 567px){
    .rating-p {
        font-size: 12px;
        text-align: center;
    }
    .header-title {
        margin: 0;
    }
    .header-title .h1 {
        font-size: 14px;
        margin: 20px 0 12px 0;
    }
    .header-title-wrapper .header-img {
        width: 190px;
        top: 85px;
        right: -1px;
    }
    .header-title .ul li {
        max-width: 190px;
    }
    .header-title-wrapper .price-per-month {
        width: 220px;
    }
    .modal-window{
        padding: 20px 15px;
    }
    .modal-window .home-contact-form .h3:after{
        display: none;
    }
    .landing-title .title-buttons{
        display: block;
    }
    .landing-title .title-button{
        padding: 10px;
    }
    .landing-title .button{
        padding: 10px 5px;
        font-size: 14px;
    }
    .landing-title .h2{
        font-size: 26px;
    }
    .landing-title .p-ttl{
        font-size: 15px;
        margin: 0 0 17px 0;
    }
    .landing-title .text-wrap{
        padding: 40px 0 30px 0;
    }
    .serv-contacts{
        padding: 35px 0;
        margin: 55px 0 0 0;
    }
    .serv-tabs .etabs li{
        width: 100%;
        font-size: 16px;
        height: 70px;
        border-left: none!important;
        border-right: none!important;
    }
    .serv-tabs .tab-text .h3{
        margin: 10px 0 30px 0;
        font-size: 20px;
    }
    .serv-tabs .tab-text ul li .p1{
        font-size: 16px;
        margin: 0 0 8px 0;
    }
    .serv-tabs .tab-text ul li{
        padding: 0 0 0 65px;
        margin: 0 0 20px 0;
        font-size: 14px;
        line-height: 21px;
    }
    .serv-tabs .serv-tabs-body{
        padding: 20px 15px;
    }
    .serv-tabs{
        margin: 30px 0 0 0;
    }
    .serv-tabs .tab-text ul li .tab-icon{
        width: 50px;
        height: 50px;
    }
    .new-price-table{
        margin: 25px 0 40px 0;
    }
    .button.table-button{
        margin: 0 0 35px 0;
    }
    .new-page-price .p-ttl{
        margin: 0 0 35px 0;
        font-size: 16px;
    }
    .pp-item .middle{
        padding: 20px 5px 16px 5px;
    }
    .pp-item .top{
        padding: 18px 5px 18px 5px;
        font-size: 20px;
        line-height: 24px;
    }
    .pp-item .p1{
        font-size: 50px;
    }
    .price-packages{
        margin: 0 auto;
    }
    .page-testimonials .h2{
        font-size: 22px;
    }
    .page-testimonials .p-ttl{
        font-size: 16px;
        margin: 0 0 35px 0;
    }
    .t-block{
        padding: 20px 15px;
    }
    .map-txt{
        padding: 15px;
        font-size: 14px;
    }
    .map-txt .p{
        font-size: 16px;
    }
    .map-block{
        margin: 0 auto 35px auto;
    }
    .contacts-block .form .row-container > div.hidden-home{
        margin-bottom: 30px;
    }
    .content.contact-us .form .row-container{
        margin-bottom: 45px;
    }
    .contacts-block .c-title2{
        font-size: 15px;
        margin: 0 0 35px 0;
    }
    .contacts-block .title .hand-icon{
        display: none;
    }
    .contacts-block .form .row-container > div{
        margin-bottom: 30px;
    }
    .form .media-button{
        padding: 15px;
    }
    .contacts-block .form .button.submit{
        font-size: 15px;
    }
    .why-us .image-text{
        margin-bottom: 25px;
    }
    .bottom-awards{
        margin: 45px auto;
    }
    .why-block .txt-wrap{
        padding: 20px 15px;
        font-size: 14px;
    }
    .why-block .txt-wrap .p1{
        font-size: 16px;
    }
    .home-steps .home-step .s-number{
        width: 45px;
        height: 45px;
        left: -22px;
        top: 30px;
        font-size: 20px;
        line-height: 47px;
    }
    .line-awards{
        margin: 55px 0 0 0;
    }
    .line-why{
        padding: 25px 0 40px 0;
        margin: 45px 0 50px 0;
    }
    .line-why .h2{
        margin: 23px 0 35px 0;
    }
    .why-item, .services-blocks .inner, .line1-cols .col-inner{
        padding: 20px 15px;
    }
    .why-item p.p1{
        margin: 7px 0 15px 0;
        font-size: 20px;
        line-height: 26px;
    }
    .rating-items .rating-mark {
        border: none;
        padding: 0;
        margin: 0;
    }
    .rating-items .rating-count {
        width: 100%;
        margin: 2px 0 0 0;
    }
    .rating-footer {
        margin: 0 0 30px 0;
    }
    .testimonials-line{
        margin: 45px 0 40px 0;
    }
    .front-page .testimonials-line .h2{
        margin: 0 0 15px 0;
    }
    .all-reviews{
        margin: 0 0 20px 0;
    }
    .t-review-mark{
        margin: 35px 0 10px 0;
    }
    .t-review-mark .sp1{
        width: 100%;
        font-size: 18px;
        display: block;
    }
    .t-review-mark .sp2{
        width: 100%;
        display: block;
        margin: 10px 0 0 0;
    }
    .review-item {
        width: calc(100% - 20px);
        min-height: 1px;
    }
    footer .button.button-blue{
        margin: 10px 0 30px 0;
    }
    footer .phone{
        font-size: 20px;
        line-height: 20px;
    }
    footer .logo-footer img{
        max-width: 200px;
        height: auto;
    }
    footer .dropdown-icon {
        display: inline-block;
        background-image: url(/images/dropdown-white.svg);
        padding: 0;
        margin: 0 0 0 7px;
    }
    footer .active .dropdown-icon {
        transform: rotate(180deg);
    }
    body{font-size: 14px}
    h1,.h1{font-size: 28px}
    h2,.h2{font-size: 27px}
    h3,.h3{font-size: 24px}
    h4,.h4{font-size: 20px}
    h5,.h5{font-size: 18px}
    h6,.h6{font-size: 16px}
    .bold-p{font-size: 15px}
    .breadcrumbs-wrapper .h1{font-size: 24px}
    .breadcrumbs{font-size: 14px}
    .p-plus1, .p-plus3{font-size: 15px;margin: 20px 0}
    .p-plus1:first-letter{font-size: 30px}
    .blockquote,.text h4{font-size: 16px;padding: 20px;margin: 20px 0}
    main ul.big-font li{font-size: 16px;line-height: 22px}

    .menu-line .logo img{
        max-width: 150px;
        height: auto;
        position: relative;
        top: 3px;
    }
    .menu-line .buttons{
        top: 0;
    }
    header.pages .menu-line, header .menu-line {
        padding: 0;
    }
    .menu-line .buttons .button{
        min-width: 85px;
        margin: 0 3px;
    }
    .menu-line .buttons .live-chat {
        transform: rotate(270deg);
        position: fixed;
        top: 55%;
        right: -30px;
        z-index: 99;
    }
    header .burger-btn{
        margin: -2px 13px 0 0;
    }
    .header-title .ul li{
        font-size: 14px;
        line-height: 1.2;
    }
    .home-stats.testimonials-line{
        margin: 45px 0 10px 0;
    }
    .header-title .p1{
        font-size: 20px;
        margin: 0 0 27px 0;
        line-height: 1.3;
    }
    .header-title .p2{
        font-size: 15px;
        margin: 0 0 40px 0;
    }
    .header-title .p2 br{
        display: none;
    }
    .menu-line{
        padding: 11px 0;
    }
    .header-title .buttons a{
        margin: 0 8px;
    }
    .header-title .buttons .button{
        padding: 16px 10px 16px 10px;
        font-size: 15px;
        line-height: 15px;
    }
    .header-title .buttons .button .arrow{
        display: none;
    }
    header.home{
        min-height: 1px;
        padding: 0 0 30px 0;
        margin: 0 0 40px 0;
    }
    .img1-wrapper img{
        max-width: 100%;
        height: auto;
        left: 8px;
    }
    .img1-wrapper:before, .img3-wrapper:before, .img2-wrapper:before, .img2-wrapper:after, .img3-wrapper:after{
        display: none;
        content: '';
    }
    .line1-cols .col-inner .icon{
        background-size: 30px!important;
        width: 50px;
        height: 50px;
    }
    .line1-cols .col-inner .ttl{
        margin: 25px 0 10px 0;
        font-size: 18px;
        line-height: 24px;
    }
    .line1-cols .col-inner .ttl br{
        display: none;
    }
    .home-steps .home-step p.s-title{
        font-size: 16px;
        line-height: 22px;
    }
    .home-contact-form{
        padding: 25px 25px 5px 25px;
    }
    .home-contact-form .h3{
        font-size: 22px;
        margin: 0 0 25px 0;
    }
    .home-contact-form .form .submit.button{
        font-size: 14px;
        height: 50px;
    }
    .home-contact-form .form .col-6{
        margin-bottom: 25px;
    }
    .tools-list img{
        margin: 0 0 20px 0;
        max-width: 100px;
        height: auto;
    }
    .awards-list img{
        max-width: 100px;
        height: auto;
    }
    .home-steps {
        padding: 0 0 30px 15px;
    }
    .home-steps:before{
        display: none;
    }
    .front-page .line2{
        padding: 25px 0 45px 0;
        margin: 40px 0 40px 0;
    }
    .front-page .line2 .p-ttl{
        font-size: 16px;
        margin: 10px 0 20px 0;
    }
    .nav-tabs li{
        min-width: 130px;
    }
    .nav-tabs li a{
        font-size: 16px;
    }
    .products-item .products-title{
        padding: 20px 15px 20px 15px;
        font-size: 18px;
    }
    .img2-wrapper img{
        max-width: 100%;
        height: auto;
    }
    .line3 .ul-benefits li .icon{
        width: 55px;
        height: 55px;
    }
    .line3 .ul-benefits li .icon:before{
        background-size: 30px!important;
    }
    .line3 .ul-benefits li{
        font-weight: 500;
        font-size: 14px;
    }
    .line3 .ul-benefits{
        margin: 35px -5px 0 -5px;
    }
    .line3 .ul-benefits li{
        padding: 0 5px;
    }
    .line4{
        margin: 0 0 55px 0;
    }
    .services-blocks .services-block{
        width: 100%;
    }
    .img3-wrapper img{
        max-width: 100%;
        height: auto;
    }
    .testimonials-line .stat li span{
        font-size: 40px;
    }
    .testimonials-line .stat li{
        font-size: 13px;
    }
    .testimonial{
        padding: 25px 20px 30px 20px;
    }
    .all-reviews a{
        font-size: 16px;
    }
    .testimonials-line{
        overflow: hidden;
    }
    footer .row-container .col-3:nth-child(2){
        margin-top: 40px;
    }
    footer .logo-footer{
        margin: 0 0 15px 0;
    }
    footer{
        padding: 20px 0;
    }
    footer .p1 {
        margin: 0 0 10px 0;
    }
    footer .p2 br{
        display: none;
    }
    footer .footer-title{
        margin: 0 0 15px 0;
    }
    footer .footer-menu, .services-blocks .inner{
        font-size: 14px;
    }
    footer .p2{
        margin: 25px 0;
        font-size: 13px;
    }
    footer .col-2, footer .col-4{
        width: 100%;
    }
    .services-blocks .inner .ttl br{
        display: none;
    }
    .services-blocks .inner .ttl{
        font-size: 18px;
        margin: 20px 0 10px 0;
    }
    .content ul.ul-options.ul-options2 li, .content ul.ul-options li{
        width: 100%;
    }
    .benefits-options-row.benefits-options-row2, .benefits-options-row{
        margin-top: 0;
        margin-bottom: 0;
    }
    .ul-options .option-item{
        font-size: 14px;
    }
    .call-us .call-us-inner:before{
        width: 50px;
        height: 50px;
        background-size: cover;
        left: 17px;
    }
    .call-us .call-us-inner{
        padding: 20px 5px 10px 85px;
    }
    .limited-offer .limited-offer-inner{
        padding: 17px 5px 10px 25px;
    }
    .call-us .p2{
        font-size: 13px;
        margin: 0 0 15px 0;
    }
    .limited-offer .p2{
        font-size: 13px;
        margin: 0 0 10px 0;
    }
    .limited-offer .p2 br{
        display: block;
    }
    .call-us .p1{
        font-size: 26px;
        margin: 0 0 9px 0;
    }
    .limited-offer .p1{
        font-size: 26px;
        margin: 0 0 6px 0;
    }
    .call-us .button, .limited-offer .button{
        font-size: 15px;
        line-height: 15px;
    }
    .bottom-products{
        margin: 40px 0 0 0;
        padding: 35px 0 40px 0;
    }
    .bottom-reviews{
        margin: 40px 0 0 0;
        padding: 0 0 40px 0;
    }
    .have-questions{
        padding: 40px 0 40px 0;
        margin: 40px 0 0 0;
    }
    .bottom-products-title{
        padding: 0;
        margin: 0 0 10px 0;
    }
    .bottom-products-title .a{
        font-size: 15px;
        position: relative;
        top: auto;
        right: auto;
    }
    .bottom-products .owl-buttons{
        display: none;
    }
    .industry-block .text-wrapper{
        padding: 25px 20px 20px 20px;
    }
    .industry-block .block-text{
        font-size: 14px;
        height: auto;
    }
    .industry-block .block-title .icon{
        width: 45px;
        height: 45px;
        background-size: 30px!important;
    }
    .industry-block .block-title .title{
        font-size: 16px;
    }
    .price-packages .h3{
        margin: 6px 0 10px 0;
    }
    .price-packages-carousel-wrapper{
        margin: 0 auto 15px auto;
    }
    .faq-page .p-plus3{
        margin: 20px 0 35px 0;
    }
    .faq-item .faq-title{
        font-size: 15px;
        margin: 0 0 15px 0;
    }
    .have-questions .p1{
        font-size: 24px;
    }
    .have-questions .p2{
        font-size: 14px;
    }
    .have-questions .p2 br{
        display: none;
    }
    .contacts-block .title{
        font-size: 24px;
        margin: 0 0 35px 0;
    }
    .form .input{
        font-size: 16px;
    }
    .form .submit.button{
        font-size: 16px;
        line-height: 16px;
    }
    .hand-icon{
        width: 35px;
        height: 35px;
        background-size: 35px;
    }
    .blog-item .b-title{
        font-size: 20px;
        margin: 10px 0 5px 0;
        min-height: 25px;
    }
    .blog-item-wrapper {
        padding: 0 0 25px 0;
        margin: 0 0 35px 0;
        border-bottom: 1px solid #e1e1e1;
    }
    .blog-item-wrapper:last-child {
        border: none;
        margin: 0;
    }
    .blog-list {
        margin: 0;
    }
    .b-date-cat{
        font-size: 13px;
    }
    .pagination{
        font-size: 10px;
        padding: 35px 0 0 0;
        margin: 15px 0 15px 0;
    }
    .divider-line{
        margin: 20px 0;
    }
    .pages .dropdown-menu, .dropdown-menu{
        top: 0;
    }
    header .drop-logo .burger-btn{
        margin: 0 25px 0 0;
    }
    .dropdown-menu .menu-list li a{
        font-size: 14px;
    }
    .dropdown-menu .menu-list li{
        padding: 8px 0 8px 10px;
    }
    .testimonials-wrapper .owl-buttons {
        top: -50px;
    }
    .services-blocks .services-block {
        padding: 0 10px 20px 10px;
    }
    footer .footer-menu {
        line-height: 24px;
        display: none;
    }
    footer .footer-menu.active {
        display: block;
    }
    footer .row-container .col-3:nth-child(3), footer .row-container .col-3:nth-child(4) {
        margin-top: 10px;
    }

    footer {
        text-align: center;
    }
    .breadcrumbs-wrapper {
        padding: 20px 0;
    }
    .ul-options a {
        padding: 12px 12px 12px 40px;
        font-size: 16px;
        line-height: 21px;
    }
    .ul-options a:before {
        left: 10px;
        width: 18px;
        height: 18px;
    }
    .breadcrumbs .divider {
        margin: 0 2px;
    }
    .breadcrumbs .current {
        font-size: 13px;
    }
    header.home .menu-line {
        background-color: #fff;
    }
    main.with-fixed-header, header.home .header-title-wrapper {
        padding: 60px 0 0 0;
    }
    footer .phone {
        display: block;
    }

    .scroll .table {
        width: 680px;
    }
    .prices .table .tfoot .td .price {
        font-size: 15px;
    }
    .prices .table .tfoot .td {
        font-size: 10px;
    }
    .prices .table .tr .td:first-child {
        padding-left: 10px;
    }
    .prices .table .td, .prices .table .tr .td:first-child {
        width: 20%;
        padding: 12px 4px;
    }
    .prices .table .tfoot .td:first-child {
        text-align: left;
        justify-content: flex-start;
    }
    .about-us .text-1 {
        margin: 15px 0 0 0;
    }
    .about-us .text-1 .h6 {
        font-size: 15px;
        line-height: 1.4;
    }
    .about-us, .about-us p {
        font-size: 14px;
        line-height: 150%;
    }
    .about-us .h4-heading {
        margin: 70px 0 20px 0;
        text-align: center;
        font-size: 18px;
    }
    .about-us .wrapper-2 {
        margin: 40px auto;
    }
    .prices.prices-mini .title {
        font-size: 18px;
        margin: 0;
    }
    .prices-mini .mobile .table .thead .td .description {
        min-height: 50px;
    }
    main ul.ul-links .a{
        font-size: 14px;
        padding: 11px 10px 11px 30px;
    }
    main ul.ul-links .a:before{
        left: 10px;
    }
    .s-side .h3{
        font-size: 22px;
    }
    .request-integration{
        padding: 25px 15px 35px;
        margin: 30px 0 0 0;
    }
    .services-item-wrap{
        width: 100%;
    }
    .services-item{
        font-size: 15px;
        padding: 20px 15px;
    }
    .block-integrate .p1{
        font-size: 22px;
    }
    .block-integrate .p2{
        font-size: 16px;
    }
    .block-integrate{
        margin: 40px auto;
    }
    .simple-text .h2{
        font-size: 24px;
    }
    .simple-text .p{
        font-size: 15px;
    }
    .serv-benefit{
        padding: 20px 15px;
    }
    .serv-benefit .p1{
        font-size: 18px;
        margin: 15px 0 8px 0;
    }
    .landing-benefits .h3.landing-benefits-title{
        margin: 0 0 40px 0;
    }
    .landing-benefits-button .button{
        margin: 15px 0 50px 0;
    }
    main ul.check-ul{
        padding: 0;
    }
    main ul.check-ul li{
        font-size: 15px;
    }
    .landing-benefits .image-text .h3{
        margin: 4px 0 30px 0;
    }
    .bg-text{
        font-size: 16px;
    }
    .landing-features{
        padding: 45px 0 30px 0;
        margin: 40px 0 50px 0;
    }
    .landing-features .p-ttl, .landing-faq .p-ttl{
        font-size: 14px;
        margin: 0 auto 20px auto;
    }
    main ul.feat-list li .p1{
        font-size: 18px;
    }
    main ul.feat-list li{
        font-size: 15px;
        padding: 0 0 0 50px;
        margin: 0 0 30px 0;
    }
    .landing-faq .faq-items{
        margin: 30px auto 55px auto;
    }
    .ch-in-item .ch-in-icon{
        width: 100px;
        height: 100px;
        background-size: 55px auto!important;
    }
    .ch-in-item .p1{
        font-size: 20px;
        margin: 25px 0 15px 0;
    }
    .ch-in-item p{
        font-size: 15px;
        margin: 0 0 25px 0;
    }
    .comm-items .comm-item{
        font-size: 14px;
        padding: 6px 20px;
    }
    .ch-in-item{
        padding: 20px 15px;
    }
    .logo-icons .logo-icon-wrap{
        padding: 5px 13px 18px 13px;
    }
    .logo-icons{
        margin: -5px -13px -18px -13px;
    }
    .landing-faq{
        margin: 0 0 55px 0;
    }
    .header-title .ul li:before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    .header-title .ul li {
        padding: 0 0 0 15px;
    }
}
@media(max-width: 492px) {
    .header-title-wrapper .price-per-month {
        top: 205px;
    }
    .header-title-wrapper .header-img {
        width: 151px;
        top: 110px;
        right: -1px;
    }
    .header-title .h1 {
        margin: 10px 0;
    }
    .mini-contact-form {
        margin: 135px auto 20px auto;
    }
    .prices .title {
        font-size: 18px;
        margin: 0 0 24px 0;
    }
    .scroll .table {
        width: 570px;
    }
    .prices .table .tfoot .td:first-child {
        font-size: 12px;
    }
    .prices .table .tfoot .td {
        font-size: 9px;
    }
    .services .prices {
        padding: 0 0 50px 0;
    }
    .best-services {
        margin: 30px 0 70px 0;
    }
    .best-services .text-content {
        padding: 15px 15px 15px 70px;
    }
    .best-services .text-content .icon {
        width: 40px;
        height: 40px;
        left: 10px;
    }
    .best-services .text-content p {
        font-size: 14px;
        line-height: 150%;
    }
    .special-services li {
        padding: 12px 12px 12px 65px;
    }
    .special-services li .icon {
        width: 50px;
        height: 50px;
        left: 7px;
    }
    .special-services li .icon img {
        width: 100%;
    }
    .services .h4 {
        font-size: 18px;
    }
    .special-services p {
        font-size: 13px;
    }
    .special-services p span {
        font-size: 14px;
    }
    header.home {
        padding: 0 0 20px 0;
    }
    .services .heading {
        background-position: 0 0;
    }
    .services .heading .text {
        padding: 0;
    }
    .services .h2 {
        font-size: 28px;
        line-height: 1.1;
    }
    .services .sub-h3 {
        margin: -14px 0 38px 0;
        line-height: 1.3;
    }
    .services-block-2 {
        margin: 50px 0 0 0;
    }
    .special-services-2 li .icon img {
        width: 55px;
    }
    .special-services-2 li {
        padding: 0 0 0 60px;
    }
    .special-services-2 li {
        font-size: 13px;
        line-height: 19px;
    }
    .text-notification {
        padding: 15px 15px 15px 60px;
        font-size: 15px;
        background-position: 5px 50%;
        background-size: 50px;
    }
    .best-services-2 .item {
        width: 100%;
    }
    .best-services-2 .owl-item .item {
        width: 100%;
    }
    .best-services-2 .item {
        min-height: 380px;
    }
    .services-slider.owl-theme .owl-controls .owl-page span {
        margin: 5px 3px;
    }
}
@media(max-width: 370px) {
    .header-title-wrapper .header-img {
        width: 140px;
        top: 127px;
        right: -1px;
    }
    h2, .h2 {
        font-size: 24px;
    }
    .line3 .ul-benefits li .icon {
        margin: 0 auto 7px auto;
    }
    .line3 .ul-benefits li {
        padding: 0;
        text-align: center;
        font-size: 12px;
        margin: 0 0 20px 0;
    }
}
/*ADAPTIVE*/

#overview-content {
    display: none;
}
#home-testimonials {
    opacity: 0;
}
.article-content {
    position: relative;
}
.article-content .content-wrapper {
    max-height: 480px;overflow: auto;margin: 0 0 75px 0;
}
.article-content .shadow {
    display: block;
    position: absolute;
    bottom: 74px;
    right: 0;
    left: 0;
    height: 90px;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
}
.article-content h1, .article-content .h1, .article-content h2, .article-content .h2, .article-content h3, .article-content .h3, .article-content h4, .article-content .h4 {
    line-height: 1.2;
}
.article-content h1, .article-content .h1 {
    font-size: 30px;
}
.article-content h2, .article-content .h2 {
    font-size: 27px;
}
.article-content h3, .article-content .h3 {
    font-size: 24px;
}
.article-content h4, .article-content .h4 {
    font-size: 20px;
}
@media(max-width: 580px) {
    .article-content h1, .article-content .h1 {
        font-size: 24px;
    }
    .article-content h2, .article-content .h2 {
        font-size: 20px;
    }
    .article-content h3, .article-content .h3 {
        font-size: 18px;
    }
    .article-content h4, .article-content .h4 {
        font-size: 16px;
    }
}
form .col-1, form .col-2, form .col-3, form .col-4, form .col-5, form .col-6, form .col-7, form .col-8, form .col-9, form .col-10, form .col-11, form .col-12 {
    position: relative;
}
form label.error {
    display: block;
    font-size: 12px;
    line-height: 1;
    margin: 3px 0 0 0;
    color: #ff0000;
    position: absolute;
    bottom: -15px;
}
form .qq-uploader {
    padding: 35px 36px 60px 36px;
    background: #F7FBFF;
    border: 2px dashed #89C5FA;
    border-radius: 8px;
}
form .qq-uploader:before {
    content: 'Drag & Drop or Choose file to upload';
    color: #000;
    opacity: 1;
    font-size: 22px;
    top: 30%;
}
form .qq-uploader .accept-notice {
    font-size: 14px;
    line-height: 120%;
    color: #596D8B;
    margin: 7px 0 18px 0;
}
form .qq-upload-button {
    position: absolute!important;
    top: 70%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.qq-edit-filename-selector, .qq-upload-retry, .qq-upload-delete, .qq-hide {
    display: none;
}
.qq-upload-cancel {
    display: inline-block;
    border: none;
    background: none;
    color: #ff0000;
    margin: 0 0 0 7px;
    text-decoration: underline;
}
.qq-alert-dialog-selector {
    margin: auto;
    border: 1px solid #adadad;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}
.qq-alert-dialog-selector .qq-cancel-button-selector {
    background: #222651;
    border-color: #222651;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 400;
    padding: 8px 30px;
    margin: 18px 0 0 0;
}