@charset "utf-8";@import 'https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&amp;display=swap&amp;subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext';:root {
    --col_dark: #00112b /* #001439  #010630 #0a2542 #19294b #071a52*/;
    --col_dark_light: #263254;
    --col_main: #322BDD /*#007bff #188fff*/;
    --col_main_light: #ebf2ff;
    --col_main_light_2: #98c9ff;
    --col_main_dark: #2d4de1;
    --col_main_dark_2: #1131ca;
    --col_accent: #f73e2f;
    --col_accent_light: #fcedeb;
    --col_accent_dark: #ef2515;
    --col_green: #04d498 /*#1EC794*/;
    --col_green_light: #e8f9f6;
    --col_green_dark: #00a888;
    --col_txt: #3b3b3b;
    --col_grey: #7e889f;
    --col_grey_2: #e4e4e4;
    --col_grey_light: #f8f9fa;
    --col_grey_light_2: #d7dade;
    --col_white: #fff;
    --col_button: #275efe;
    --col_sidebar_txt: #081439;
    --col_sidebar_bg: #001c3e;
    --col_border: #d8d8d8;
    --col_border_light: #ececec;
    --col_txt_dark_l: #c3cbe2;
    font-family: all;
}

.all_rtl {
    direction: rtl!important
}
.bg-color{
 background: rgb(40,66,162);
background: linear-gradient(90deg, rgba(40,66,162,1) 0%, rgba(45,75,169,1) 36%, rgba(52,87,180,1) 69%);
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: baseline
}

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

header,section,footer {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0
}

.btn_m_l {
    margin: 10px;
    padding: 12px 45px;
    text-align: center;
    transition: .5s;
    background-size: 200% auto;
    color: var(--col_white);
    display: block;
    border-radius: 8px;
    border: 2px solid #ffcc00!important;
    background: var(--col_green);
    font-weight: 500;
    text-transform: uppercase
}

.btn_m_l_1 {
    color: var(--col_main_light)
}

.btn_m_r {
    /*background: 0 0;*/
    /*-webkit-backdrop-filter: blur(8px);*/
    /*backdrop-filter: blur(8px);*/
    /*box-shadow: inset 0 0 0 200px rgb(255 255 255/8%);*/
    /*color: var(--col_green)*/
    background-color: #ffffff;;
    color:#375CFD !important;
}



.btn_m_r1 {
    /*background: 0 0;*/
    /*-webkit-backdrop-filter: blur(8px);*/
    /*backdrop-filter: blur(8px);*/
    /*box-shadow: inset 0 0 0 200px rgb(255 255 255/8%);*/
    /*color: var(--col_green)*/
    background-color: #0030F2;;
    color:#ffffff !important;
}




.btn_m_l:hover {
    color: var(--col_main)!important;
    background: #D8D8D8;
    border:2px solid #fff!important;
}

.btn_m_l_1:hover,.btn_m_r:hover {
    border: 2px solid var(--col_white)
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

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

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

button.open-button span {
    pointer-events: none
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

body ::selection {
    background: #fcedeb
}

/*::-webkit-scrollbar-thumb:vertical {*/
/*    height: 12px;*/
/*    background-color: var(--col_grey);*/
/*    border-radius: 50px*/
/*}*/

/*::-webkit-scrollbar-thumb:horizontal {*/
/*    height: 12px;*/
/*    background-color: var(--col_grey);*/
/*    border-radius: 50px*/
/*}*/

/*::-webkit-scrollbar {*/
/*    width: 12px;*/
/*    height: 0;*/
/*    background: var(--col_white)*/
/*}*/

:focus,button,input {
    outline: none!important;
    -moz-outline-style: none!important
}

::-moz-focus-inner {
    border: 0
}

::-moz-selection {
    background: #fcedeb;
    text-shadow: none
}

::selection {
    background: #fcedeb;
    text-shadow: none
}

a:active {
    outline: none;
    -moz-outline-style: none;
    text-decoration: none
}

a:focus {
    -moz-outline-style: none;
    outline: none;
    text-decoration: none
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    border: none;
    outline: none;
    -moz-outline-style: none
}

a {
    outline: 0;
    cursor: pointer;
    -moz-outline-style: none;
    text-decoration: none;
    color: #2e7eff
}

* a:hover,a:hover {
    color: var(--col_main)!important;
    text-decoration: none
}

* {
    padding: 0;
    margin: 0
}

body {
    font-family: ubuntu,sans-serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    color: var(--col_txt);
    background: var(--col_white)
}

a,a:hover,a *,a:hover *,button,button:hover,.navbar-cuttly,.active,.btn_cutt,.btn_cutt:hover,hr,hr:hover,.btn-cutt,.btn-cutt:hover,.btn-cutt *,.btn-cutt:hover *,.ads_c,.ads_c:hover,.ads_c *,.ads_c:hover *,.ads_c *,.ads_c:hover *,.url_options,.url_options:hover,.i_svg,.i_svg:hover,.l_bg:after,.page_cuttly a:after,.l_bg:hover:after,.page_cuttly a:hover:after,.sidebar-wrapper .sidebar-menu ul li,.sidebar-wrapper .sidebar-menu ul li:hover,.sidebar-wrapper .sidebar-menu ul li a,.sidebar-wrapper .sidebar-menu ul li a:hover,.sidebar-wrapper .sidebar-menu ul li a svg,.sidebar-wrapper .sidebar-menu ul li a:hover svg,.show_monthly,.show_yearly,.cutt_main_inp input,.cutt_main_inp input:hover,.cutt_main_inp input:focus,.grid_item a,.grid_item a:hover,.grid_item,.grid_item:hover,.btn_m_l,.btn_m_l:hover,.faq>ul>li>div,.faq>ul>li.is-active>div,.faq>ul>li>div.active_or_non,.faq>ul>li.is-hidden,.faq>ul>li,.faq>ul>li:not( .is-active )>div:not(.active_or_non),.grid_item,.grid_item:hover {
    -webkit-transition: all ease-in-out .1s;
    -moz-transition: all ease-in-out .1s;
    -o-transition: all ease-in-out .1s;
    transition: all ease-in-out .1s;
    color: #fff
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background: 0 0
}

.pace-inactive {
    display: none;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.pace:after {
    content: '';
    position: fixed;
    top: -80px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    background-image: url(../img/c_logo.svg);
    background-color: var(--col_white);
    background-repeat: no-repeat;
    background-position: left 2px top 7px;
    background-size: 64px 64px;
    border-radius: 50%;
    z-index: 100;
    -webkit-box-shadow: 0 0 9px 3px rgba(17,17,17,.15);
    -moz-box-shadow: 0 0 9px 3px rgba(17,17,17,.15);
    box-shadow: 0 0 9px 3px rgba(17,17,17,.15);
    -webkit-animation: spin 10s cubic-bezier(.2,.6,.4,.1) infinite;
    -moz-animation: spin 10s cubic-bezier(.2,.6,.4,.1) infinite;
    animation: spin 10s cubic-bezier(.2,.6,.4,.1) infinite;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.pace.pace-active:after {
    top: 30px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg) scale(0);
        top: -80px
    }

    1% {
        -moz-transform: rotate(0deg) scale(.75);
        top: 30px
    }

    100% {
        -moz-transform: rotate(720deg) scale(.75);
        top: 30px
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg) scale(0);
        top: -80px
    }

    1% {
        -webkit-transform: rotate(0deg) scale(.75);
        top: 30px
    }

    100% {
        -webkit-transform: rotate(720deg) scale(.75);
        top: 30px
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg) scale(0);
        top: -80px
    }

    1% {
        transform: rotate(0deg) scale(.75);
        top: 30px
    }

    100% {
        transform: rotate(720deg) scale(.75);
        top: 30px
    }
}

@-moz-keyframes spin2 {
    0% {
        -moz-transform: rotate(0deg)
    }

    20% {
        -moz-transform: rotate(45deg)
    }

    90% {
        -moz-transform: rotate(-20deg)
    }

    100% {
        -moz-transform: rotate(0deg)
    }
}

@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    20% {
        -webkit-transform: rotate(45deg)
    }

    90% {
        -webkit-transform: rotate(-20deg)
    }

    100% {
        -webkit-transform: rotate(0deg)
    }
}

@keyframes spin2 {
    0% {
        transform: rotate(0deg)
    }

    20% {
        transform: rotate(45deg)
    }

    90% {
        transform: rotate(-20deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

.grecaptcha-badge {
    z-index: 1
}

.navbar-cuttly {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.is_index_lout .navbar-cuttly.nav_flow {
    background: 0 0
}

nav a {
    color: var(--col_white)
}

.nav-item {
    margin: 0 -10px
}

.lang_nav {
    display: table;
    padding: 0 12px 0 0!important;
    overflow: hidden;
    background: rgb(29 138 255)
}

.lang_nav:hover {
    color: var(--col_white)!important
}

.lang_nav span {
    display: inline-block;
    background: rgb(255 255 255/15%);
    width: auto;
    height: 100%;
    line-height: 100%;
    padding: 8px 10px;
    margin-right: 8px;
    border-right: 1px solid #7a92ff
}

.nav_green,.nav_l,.nav_pro {
    border: 1px solid var(--col_green);
    padding: 0 15px!important;
    overflow: hidden;
    height: 32px;
    line-height: 30px!important
}

.nav_green {
    background: var(--col_green)
}

.nav_green:hover,.nav_l:hover,.nav_pro:hover,.nav_green_all {
    border: 1px solid var(--col_green);
    color: var(--col_white)!important
}

.nav_l_all:hover {
    border: 1px solid var(--col_main)
}

.border_none {
    border: none!important
}

.nav_l {
    border: 1px solid var(--col_main)
}

.nav_l:hover,.nav_l_all {
    background: var(--col_main)
}

.nav_pro {
    border: 1px solid var(--col_white)
}

.nav_pro:hover {
    background: var(--col_white);
    color: var(--col_dark)!important;
    border: 1px solid var(--col_white)
}

.dropdown-toggle::after {
    margin-left: .5em;
    vertical-align: .18em
}

.show .dropdown-toggle::after {
    border-top: 0;
    border-bottom: .3em solid
}

.dropdown-menu.show:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 35px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--col_white)
}

.drop_border {
    padding-left: 20px;
    border-left: 1px solid rgba(255,255,255,.15)
}

.dropdown-menu {
    padding: 15px 0;
    top: calc(100% + 15px)
}

.dropdown-item {
    padding: 10px 35px
}

.navbar-brand {
    /*padding-top: 2px;*/
    padding-bottom: 0;
    margin-right: 5px
}

.navbar-brand img {
    height: 72px;
    margin-top: -6px;
}

. .nav-link {
    padding: 0 1rem
}

.nav_line .n_l {
    width: 32px;
    height: 2px;
    background-color: var(--col_white);
    display: block;
    margin: 8px auto;
    border-radius: 20px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.nav_line:hover {
    cursor: pointer
}

.no_after:after {
    display: none
}

.show .nav_line .n_l:nth-child(2) {
    opacity: 0
}

.show .nav_line .n_l:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg)
}

.show .nav_line .n_l:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg)
}

.arrow-up {
    position: relative
}

.arrow-up:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.arrow-dn {
    position: relative
}

.arrow-dn:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #322bdd;
}

main {
    position: relative;
    padding-top: 70px;
    min-height: 100vh
}

.top_shorten {
    background: var(--col_dark)
}

.cutt_main_inp input {
    background: var(--col_white);
    border: 1px solid var(--col_border)
}

.cutt_main_inp input:hover,.cutt_main_inp input:focus {
    box-shadow: 1px 2px 8px rgb(17 17 17/15%);
    border: 1px solid transparent
}

.cutt_main_inp .small_info {
    color: var(--col_grey)
}

.cutt_main_inp .small_info a {
    color: var(--col_main)
}

.bg_cuttly_main {
    position: relative;
    display: table;
    background: var(--col_dark);
    padding: 0;
    margin-top: -70px;
    padding-top: 70px;
    overflow: hidden
}

.cutt_main_a {
    padding: 0;
    display: block;
    float: left;
    width: 100%;
    background: #0a0b59;
    background: -moz-linear-gradient(355deg,rgba(10,11,89,1) 0%,rgba(15,14,96,1) 9%,rgba(6,8,51,0) 52%,rgba(25,54,123,0) 75%,rgba(1,6,48,1) 90%);
    background: -webkit-linear-gradient(355deg,rgba(10,11,89,1) 0%,rgba(15,14,96,1) 9%,rgba(6,8,51,0) 52%,rgba(25,54,123,0) 75%,rgba(1,6,48,1) 90%);
    background: linear-gradient(355deg,rgba(10,11,89,1) 0%,rgba(15,14,96,1) 9%,rgba(6,8,51,0) 52%,rgba(25,54,123,0) 75%,rgba(1,6,48,1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a0b59",endColorstr="#010630",GradientType=1)
}

.cutt_main_b {
    height: 60vh;
    min-height: 420px;
    max-height: 600px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right bottom;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.2rem
}

.cutt_main_b2 {
    height: 70vh;
    min-height: 500px;
    max-height: 600px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right bottom;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 1.2rem;
    flex-direction: column
}

#c_mobile .apexcharts-canvas {
    width: 200px;
    margin: 0 auto
}

#c_mobile_2 .apexcharts-canvas {
    width: 150px;
    height: 150px;
    margin: -10px auto 0
}

.dv_main {
    padding: 15px 0;
    text-align: left;
    max-width: 700px;
    float: left;
    color: var(--col_dark);
    font-weight: 400;
    line-height: 1.4
}

.dv_main.cutt_main_b2 {
    padding: inherit;
    text-align: left;
    max-width: 700px;
    float: left;
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
    margin-top: -35px;
}

.dv_main.cutt_main_b2 .butt_on {
    margin: 15px!important
}

.dv_main.cutt_main_b2 .butt_on a.cutt_link {
    background-image: linear-gradient(to right,#00c6ff 0%,#0072ff 51%,#00c6ff 100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    transition: .5s;
    background-size: 200% auto;
    color: var(--col_white);
    box-shadow: 0 0 20px rgb(17 17 17/10%);
    border-radius: 10px;
    display: block
}

.dv_main.cutt_main_b2 .butt_on a.cutt_link.cutt_l_green {
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    transition: .5s;
    background-size: 200% auto;
    color: var(--col_white);
    box-shadow: 0 0 20px rgb(17 17 17/10%);
    border-radius: 10px;
    display: block;
}

.phone {
    position: absolute;
    top: calc(50% - 5px);
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1
}

.phone_relative {
    position: relative;
    top: auto;
    left: auto;
    transform: none
}

.phone-big {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 240px;
    height: 480px;
    align-items: center;
    border-radius: 38px;
    background: #fff;
    box-shadow: inset 0 4px 7px 1px #fff,inset 0 -5px 20px rgb(173 186 204/25%),0 2px 6px rgb(0 21 64/14%),0 10px 20px rgb(0 21 64/5%)
}

.phone-big:before {
    content: '';
    position: absolute;
    top: 19px;
    right: 50%;
    margin-right: -30px;
    border-radius: 50px;
    width: 60px;
    height: 4px;
    background: var(--col_grey_light_2)
}

.phone-big:after {
    content: '';
    position: absolute;
    bottom: 13px;
    right: 50%;
    margin-right: -18px;
    border-radius: 50px;
    width: 36px;
    height: 36px;
    border: 2px solid var(--col_grey_light_2)
}

.phone-screen {
    position: relative;
    margin: 40px 15px 60px;
    display: block;
    border: 1px solid var(--col_grey_light_2);
    border-radius: 4px;
    width: calc(100% - 30px);
    height: calc(100% - 100px);
    overflow: hidden;
    background-image: linear-gradient(120deg,#fdfbfb 0%,#f2f8ff 100%)
}

.phone_2 {
    position: absolute;
    top: calc(50% - 280px);
    right: calc(50% - 120px);
    z-index: 1;
    left: auto;
    transform: none
}

.phone_3 .phone-big {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 240px;
    height: 480px;
    align-items: center;
    border-radius: 38px;
    backdrop-filter: blur(5px);
    box-shadow: inset 0 3px 7px 1px rgb(154 186 233/25%),inset 0 -5px 20px rgb(179 189 255/15%),0 2px 6px rgb(0 21 64/14%),0 10px 50px rgb(7 29 74/25%);
    background: rgb(9 42 103/50%)
}

.phone_3 .phone-big:after {
    border: 2px solid rgba(255,255,255,.12)
}

.phone_3 .phone-big:before {
    background: rgba(255,255,255,.12)
}

.phone_2 .phone-screen {
    margin: 0 12px 60px 0;
    overflow: hidden;
    background: 0 0;
    box-shadow: none;
    border: none
}

.phone_2 .phone-big:before,.phone_2 .phone-big:after {
    display: none!important
}
.bubbles{
  position:absolute;
  width:100%;
  height: 100%;
  z-index:0;
  overflow:hidden;
  top:0;
  left:0;
}
.bubble{
  position: absolute;
  bottom:-100px;
  width:40px;
  height: 40px;
  background:#ffffff;
  border-radius:50%;
  opacity:0.5;
  animation: rise 10s infinite ease-in;
}
.bubble:nth-child(1){
  width:40px;
  height:40px;
  left:10%;
  animation-duration:8s;
}
.bubble:nth-child(2){
  width:20px;
  height:20px;
  left:20%;
  animation-duration:5s;
  animation-delay:1s;
}
.bubble:nth-child(3){
  width:50px;
  height:50px;
  left:35%;
  animation-duration:7s;
  animation-delay:2s;
}
.bubble:nth-child(4){
  width:80px;
  height:80px;
  left:50%;
  animation-duration:11s;
  animation-delay:0s;
}
.bubble:nth-child(5){
  width:35px;
  height:35px;
  left:55%;
  animation-duration:6s;
  animation-delay:1s;
}
.bubble:nth-child(6){
  width:45px;
  height:45px;
  left:65%;
  animation-duration:8s;
  animation-delay:3s;
}
.bubble:nth-child(7){
  width:90px;
  height:90px;
  left:70%;
  animation-duration:12s;
  animation-delay:2s;
}
.bubble:nth-child(8){
  width:25px;
  height:25px;
  left:80%;
  animation-duration:6s;
  animation-delay:2s;
}
.bubble:nth-child(9){
  width:15px;
  height:15px;
  left:70%;
  animation-duration:5s;
  animation-delay:1s;
}
.bubble:nth-child(10){
  width:90px;
  height:90px;
  left:25%;
  animation-duration:10s;
  animation-delay:4s;
}
@keyframes rise{
  0%{
    bottom:-100px;
    transform:translateX(0);
  }
  50%{
    transform:translate(100px);
  }
  100%{
    bottom:1080px;
    transform:translateX(-200px);
  }
}
.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.dv_main h1,.dv_main h2 {
    text-shadow: 1px 1px rgba(17,17,17/5%);
    padding: 0 15px;
    color: var(--col_dark)
}

.dv_main h1 {
    margin-top: -35px!important
}

.txt_rotate {
    height: 50px;
    margin: 0;
    overflow: hidden;
    display: block
}

.txt_rotate div {
    margin: 0;
    height: 50px;
    line-height: 50px;
    font-size: 2.2rem;
    text-align: left;
    transition: margin-top .3s ease;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    background: -webkit-linear-gradient(-60deg,#6bffcf,var(--col_main));
    -webkit-background-clip: text;
    background-clip: text
}

.bg_l_main_dark {
    background: linear-gradient(135deg,var(--col_dark) 0%,var(--col_dark_light) 75%)
}

.bg_l_main {
    background: linear-gradient(135deg,var(--col_main) 0%,var(--col_main_dark) 75%)
}

.bg_l_green {
    background: linear-gradient(135deg,var(--col_green) 0%,var(--col_green_dark) 75%)
}

.bg_l_accent {
    background: linear-gradient(135deg,var(--col_accent) 0%,var(--col_accent_dark) 75%)
}

.top_head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0aeaf url(../img/bg_top_c_new.jpg) no-repeat right bottom;
    background-size: auto 90%
}

.top_head_2 {
    position: relative;
    width: 100%;
    height: 325px
}

.top_cuttly {
    background: linear-gradient(to right,#6FB1FC,#4364F7,#0052D4)
}

.top_h2_2 {
    position: absolute;
    left: 15%;
    bottom: -50px;
    width: 100%;
    max-width: 70%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden
}

.top_h2_2 hr {
    display: flex;
    background: rgba(255,255,255,.05);
    width: 35px;
    height: 50%;
    margin: 0 10px;
    border: none;
    animation: chart_bg 10s cubic-bezier(.2,.8,.5,1) infinite
}

.top_h2_2.m_bg {
    left: 0;
    bottom: -12px;
    max-width: 100%;
    max-height: 40%
}

.top_h2_2.m_bg hr {
    width: 6vw;
    position: relative;
    background: linear-gradient(rgba(255,255,255,0.02),rgba(255,255,255,0.075));
    border-radius: 12px
}

@media screen and (max-width: 1600px) {
    .top_h2_2.m_bg hr {
        min-width:8vw
    }
}

@media screen and (max-width: 1366px) {
    .top_h2_2.m_bg hr {
        min-width:9vw
    }
}

@media screen and (max-width: 768px) {
    .top_h2_2.m_bg hr {
        min-width:15vw
    }

    .top_h2_2.m_bg hr:nth-child(2n+2) {
        display: none!important
    }
}

.top_h2_2 hr:nth-child(2n) {
    animation: chart_bg 10s cubic-bezier(.2,.7,.5,.8) infinite
}

.top_h2_2 hr:nth-child(2n+1) {
    animation: chart_bg 20s cubic-bezier(.1,.6,.4,.9) infinite
}

.top_h2_2 hr:nth-child(4n+2) {
    animation: chart_bg 15s cubic-bezier(.1,.6,.4,.9) infinite
}

.top_h2_2 hr:nth-child(5n+2) {
    animation: chart_bg 12s cubic-bezier(.1,.6,.4,.9) infinite
}

.top_h2_2 hr:hover {
    background: rgba(255,255,255,.12)
}

.top_h2_2 hr:nth-child(1) {
    animation-delay: 1s
}

.top_h2_2 hr:nth-child(2) {
    animation-delay: .6s
}

.top_h2_2 hr:nth-child(3) {
    animation-delay: .5s
}

.top_h2_2 hr:nth-child(4) {
    animation-delay: 1.2s
}

.top_h2_2 hr:nth-child(5) {
    animation-delay: .1s
}

.top_h2_2 hr:nth-child(6) {
    animation-delay: 1.8s
}

.top_h2_2 hr:nth-child(7) {
    animation-delay: 1.1s
}

.top_h2_2 hr:nth-child(8) {
    animation-delay: .4s
}

.top_h2_2 hr:nth-child(9) {
    animation-delay: .7s
}

.top_h2_2 hr:nth-child(10) {
    animation-delay: 3s
}

.top_h2_2 hr:nth-child(11) {
    animation-delay: .3s
}

.top_h2_2 hr:nth-child(12) {
    animation-delay: .7s
}

.top_h2_2 hr:nth-child(13) {
    animation-delay: .5s
}

.top_h2_2 hr:nth-child(14) {
    animation-delay: .3s
}

.top_h2_2 hr:nth-child(15) {
    animation-delay: .8s
}

.top_h2_2 hr:nth-child(16) {
    animation-delay: .2s
}

.top_h2_2 hr:nth-child(17) {
    animation-delay: 1.6s
}

.top_h2_2 hr:nth-child(18) {
    animation-delay: .75s
}

.top_h2_2 hr:nth-child(19) {
    animation-delay: .95s
}

.top_h2_2 hr:nth-child(20) {
    animation-delay: 1.3s
}

@keyframes chart_bg {
    0% {
        height: 50%
    }

    20% {
        height: 35%
    }

    30% {
        height: 60%
    }

    50% {
        height: 40%
    }

    80% {
        height: 55%
    }

    90% {
        height: 30%
    }

    100% {
        height: 50%
    }
}

.short_cuttly {
    background: var(--col_dark)
}

.initiate_link {
    position: absolute;
    top: -70px;
    left: 0;
    height: 100%;
    width: 100%
}

.initiate_link hr {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgb(255 255 255/0.075)
}

.initiate_link hr:after {
    content: '';
    position: absolute;
    display: block;
    top: -50%;
    left: 0;
    width: 100%;
    height: 10vh;
    background: linear-gradient(to bottom,rgb(255 255 255/0) 0%,rgb(255 255 255/.15) 66%,rgb(255 255 255/.25) 75%,rgb(255 255 255/.5) 100%);
    -webkit-animation: to_click 8s infinite;
    animation: to_click 8s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.5,.25,0,.95,1);
    animation-timing-function: cubic-bezier(.5,.25,0,.95,1)
}

.initiate_link hr:nth-child(2) {
    margin-left: 50%
}

.initiate_link hr:nth-child(2)::after {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

@-webkit-keyframes to_click {
    0% {
        top: -50%
    }

    100% {
        top: 110%
    }
}

@keyframes to_click {
    0% {
        top: -50%
    }

    100% {
        top: 110%
    }
}

.link_clicking_area {
    position: absolute;
    z-index: 0;
    top: auto;
    bottom: 115px;
    left: calc(50% - 4px)
}

.lca_2 {
    top: 150px;
    bottom: 50px;
    left: calc(50% - 3px)
}

.lca_3 {
    top: auto;
    bottom: 300px;
    left: calc(100% - 5px)
}

.link_clicking {
    position: relative;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: rgb(255 255 255/.5)
}

.lca_2 .link_clicking {
    width: 6px;
    height: 6px
}

.lca_3 .link_clicking {
    width: 10px;
    height: 10px
}

.link_clicking span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: rgb(255 255 255/.5);
    opacity: 0;
    z-index: -1;
    pointer-events: none
}

.link_clicking span {
    animation: clicking_effect 8s linear infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.lca_2 .link_clicking span {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.lca_3 .link_clicking span {
    -webkit-animation-delay: 5.25s;
    animation-delay: 5.25s
}

@keyframes clicking_effect {
    0% {
        opacity: .5
    }

    10% {
        transform: scale(3);
        opacity: .2
    }

    30% {
        transform: scale(5);
        opacity: 0
    }
}

h1,h2,h3,h4,h5,h6 {
    padding: 0 0 5px;
    margin: 0!important
}

.h1 {
    font-size: 2.4rem;
    font-weight: 700
}

.h2 {
    font-size: 1.6rem
}

.h2_index {
    font-size: 1.2rem;
    /*letter-spacing: 1px;*/
    font-weight: 400;
    text-align: center!important;
    /*color: var(--col_txt_dark_l)!important;*/
    margin: 5px 0 15px!important
}

.h2_index_2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--col_dark)
}

.h3 {
    font-size: 1.4rem
}

.h4 {
    font-size: 1.2rem
}

.h5 {
    font-size: 1.1rem
}

.h6 {
    font-size: 1rem
}

.no_border {
    border: none!important
}

.h1_of {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--col_dark);
    margin-bottom: 25px!important
}

.h1_of:first-letter {
    text-transform: uppercase
}

.h2_of_a {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--col_main);
    margin-bottom: 25px!important
}

.h2_of_a:first-letter {
    text-transform: uppercase
}

.of_main {
    color: var(--col_grey);
    line-height: 1.4;
    font-size: 1rem
}

.of_main b {
    font-weight: 700;
    font-size: 1.2rem
}

h2.of_main,.h1_of span {
    color: var(--col_main);
    font-weight: 700;
    font-size: 1.6rem;
    margin-top: 0!important
}

.h1_of span {
    font-size: 1.2rem
}

.of_main span {
    color: var(--col_main);
    font-weight: 700;
    font-size: 1.2rem;
    margin-top: 0!important
}

h2.of_main b {
    color: var(--col_grey);
    font-weight: 400;
    font-size: .875rem
}

.max800 {
    max-width: 800px;
    margin: 0 auto
}

.rounded-6,.page_cuttly a,.form_page input {
    -webkit-border-radius: 8px!important;
    -moz-border-radius: 8px!important;
    border-radius: 8px!important
}

.rounded-12 {
    -webkit-border-radius: 12px!important;
    -moz-border-radius: 12px!important;
    border-radius: 12px!important
}

.rounded-20 {
    -webkit-border-radius: 20px!important;
    -moz-border-radius: 20px!important;
    border-radius: 20px!important
}

.rounded-50 {
    -webkit-border-radius: 50px!important;
    -moz-border-radius: 50px!important;
    border-radius: 50px!important
}

.rl-0 {
    -webkit-border-top-left-radius: 0!important;
    -webkit-border-bottom-left-radius: 0!important;
    -moz-border-radius-topleft: 0!important;
    -moz-border-radius-bottomleft: 0!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.rr-0 {
    -webkit-border-top-right-radius: 0!important;
    -webkit-border-bottom-right-radius: 0!important;
    -moz-border-radius-topright: 0!important;
    -moz-border-radius-bottomright: 0!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.add_border {
    border: 1px solid var(--col_grey)
}

.add_shadow {
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.1)!important
}

.shadow_hover {
    box-shadow: 0 3px 6px 0 transparent!important
}

.shadow_hover:hover {
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.1)!important
}

.shadow-card {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
}

.max80p {
    max-width: 80%;
    margin: 0 auto
}

.bg_main {
    background: var(--col_grey_light)
}

.page_cuttly,.page_all {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.col_txt_all {
    color: var(--col_txt)!important;
    line-height: 1.6
}

.list-group-flush a {
    width: 100%;
    display: block;
    padding: 0 15px
}

.cutt_url {
    background-color: var(--col_white);
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding: 0 100px 0 25px!important;
    height: 52px;
    line-height: 52px;
    border: 1px solid var(--col_grey)
}

.form_page input[type=text],.form_page input[type=number],.form_page input[type=password],.form_page input[type=email],.form_page input[type=date],.form_page input[type=datetime-local],.form_page input[type=month],.form_page input[type=time],select.form-control,.MyCardElement {
    background: var(--col_white);
    padding: 0 25px!important;
    height: 52px;
    line-height: 52px;
    width: 100%;
    margin: 5px 0;
    border: 1px solid var(--col_grey)
}

select.form-control option {
    line-height: 50px
}

.form_page input[type=submit],.form_page button[type=submit],.panel-container .btn_set {
    padding: 0 25px!important;
    height: 52px;
    line-height: 52px;
    border: none;
    width: 100%;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 25px 0 5px;
    color: var(--col_white);
    background: -webkit-linear-gradient(145deg,var(--col_main),var(--col_main_dark));
    background: -o-linear-gradient(145deg,var(--col_main),var(--col_main_dark));
    background: linear-gradient(235deg,var(--col_main),var(--col_main_dark))
}

.form_page input[type=submit].btn_set,.form_page button[type=submit].btn_set,.panel-container .btn_set {
    display: block;
    border-radius: 8px;
    text-align: center;
    color: var(--col_main);
    background: var(--col_white);
    border: 1px solid var(--col_main)
}

.panel-container .btn_set:hover {
    color: var(--col_white)!important;
    background: -webkit-linear-gradient(145deg,var(--col_main),var(--col_main_dark))!important;
    background: -o-linear-gradient(145deg,var(--col_main),var(--col_main_dark))!important;
    background: linear-gradient(235deg,var(--col_main),var(--col_main_dark))!important
}

.panel-content input[type=submit],.panel-content button[type=submit] {
    margin-top: 5px
}

.MyCardElement {
    -webkit-border-radius: 8px!important;
    -moz-border-radius: 8px!important;
    border-radius: 8px!important
}

.no_a a {
    background: 0 0!important;
    color: var(--col_main)!important;
    font-size: inherit!important;
    display: inline-block!important;
    padding: 0!important
}

.no_a a:after {
    display: none!important
}

.MyCardElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df
}

.MyCardElement--invalid {
    border-color: #fa755a
}

.MyCardElement--webkit-autofill {
    background-color: #fefde5!important
}

.btn_cutt {
    position: absolute;
    top: 10%;
    right: 7px;
    width: auto;
    height: 80%;
    margin-right: 0;
    border: none;
    padding: 0 25px;
    color: var(--col_white);
    background: var(--col_main);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.btn_cutt{
    background-color:#FF9600!important;
}
.btn_cutt:hover {
    background-color:#FFA221!important;
}

.small_info,.small_info a {
    font-size: .775rem;
    color: rgba(255,255,255,.75)
}

.url_options {
    display: block;
    padding: 12px;
    margin: 15px auto;
    position: relative;
    font-size: 95%;
    width: 100%;
    background: var(--col_white)
}

.url_options:hover {
    box-shadow: 4px 5px 16px #f2f3f4
}

.wyniki,.bg_light {
    background: var(--col_grey_light)
}

.btn-cutt,.ads_c {
    color: var(--col_grey);
    background: 0 0;
    border: none;
    padding: 6px 8px;
    margin: 0 5px 0 0;
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.btn-cutt:hover {
    background: var(--col_accent_light);
    color: var(--col_accent)!important;
    border-radius: 50%
}

.ads_c {
    border: 1px solid var(--col_green);
    color: var(--col_green);
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    vertical-align: top;
    float: right;
    margin: 0;
    font-size: .875rem;
    position: relative
}

.ads_c:before {
    content: 'ad';
    position: absolute;
    top: 7px;
    left: -25px;
    width: 40px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    transform: rotate(-90deg);
    background: var(--col_green);
    color: var(--col_white);
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid rgba(255,255,255,.5)
}

.ads_c:hover {
    background: var(--col_green);
    color: var(--col_white)!important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.result .url_options .ads_c {
    display: none
}

.result .url_options:nth-child(4n+1) .ads_c {
    display: block
}

.click_stats {
    margin: 0 0 0 10px;
    border: 1px solid var(--col_main);
    color: var(--col_main);
    float: right;
    padding: 0 15px 0 8px;
    height: 40px;
    line-height: 38px
}

.btn_norm {
    margin: 0 5px;
    padding: 0 1rem;
    background: var(--col_white)
}

.click_stats .i_svg {
    display: inline-block;
    fill: var(--col_main);
    margin-right: 2px
}

.click_stats:hover .i_svg {
    fill: var(--col_white)
}

.click_stats:hover {
    background: var(--col_main);
    color: var(--col_white)!important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.stats_total,.stats_total:hover {
    background: var(--col_white)!important;
    color: var(--col_main)!important;
    border: 1px solid var(--col_main)!important
}

.stats_total strong {
    font-weight: 700;
    padding: 11px;
    margin-left: 15px;
    background: var(--col_main);
    color: var(--col_white)
}

.click_stats .badge {
    background: var(--col_main);
    color: var(--col_white);
    margin-right: 5px;
    padding: 5px 8px;
    display: inline-block;
    font-size: .875rem;
    border: 1px solid var(--col_main)
}

.click_stats:hover .badge {
    border: 1px solid var(--col_white)
}

.tit_stats {
    text-align: left;
    color: var(--col_grey);
    padding: 0 0 15px 10px
}

.tit_stats span {
    color: var(--col_txt)
}

.data_link {
    float: right;
    color: var(--col_grey);
    padding: 6px 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: .825rem;
    max-width: 100px;
    border: 1px solid var(--col_grey)
}

.nazwa_link {
    float: left;
    position: relative;
    color: var(--col_txt);
    padding: 6px 0;
    width: calc(100% - 100px);
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden
}

.url_link {
    position: relative;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin: 0 0 5px;
    float: left;
    border-bottom: 1px solid var(--col_grey_light_2);
    padding-bottom: 12px;
    padding-right: 90px
}

.url_link a {
    color: var(--col_grey)!important;
    font-size: .875rem
}

.link_element {
    height: 26px;
    line-height: 26px;
    display: table;
    margin-right: 15px;
    padding: 0;
    vertical-align: top
}

.cutt_link,.page_cuttly a,.team_list input[type=submit] {
    /*padding: 15px 20px 15px 40px;*/
    /*color: var(--col_white);*/
    /*font-size: .875rem;*/
    /*font-weight: 700;*/
    /*margin: 0 auto;*/
    /*background: var(--col_main);*/
    /*background: linear-gradient(45deg,var(--col_main) 0%,var(--col_main_dark) 100%);*/
    /*background-size: 300% 100%;*/
    /*position: relative;*/
    /*word-break: break-all;*/
    /*display: table;*/
    /*text-align: center;*/
    /*min-width: 220px;*/
    /*box-shadow: none;*/
    /*border: none;*/
    /*border-radius: 8px!important;*/
    /*width: 900px;*/
}

.page_cuttly_reset a {
    position: relative;
    display: block;
    padding: inherit;
    background-color: inherit;
    border: inherit;
    width: inherit;
    color: inherit;
    text-align: inherit
}

.buy_subs {
    background: var(--col_main);
    color: var(--col_white)!important;
    border-radius: 50px;
    padding: 15px 25px;
    display: inline-block;
    margin-top: 15px
}

.pricing-table .buy_subs {
    height: 60px;
    line-height: 60px;
    display: block;
    margin: 2rem auto 0;
    padding: 0;
    font-weight: 500;
    transition: .3s;
    border: none;
    width: 100%!important;
    max-width: 100%
}

.buy_subs:hover {
    color: var(--col_white)!important
}

.team_list input[type=submit] {
    margin: 15px 0;
    padding-left: 50px
}

.b_del_new {
    margin: 15px 0!important;
    border-radius: 50px!important
}

.notice_all {
    color: var(--col_grey)!important
}

.notice_all a {
    margin: 8px 0;
    padding: 0!important;
    background: 0 0;
    display: inline-block;
    max-width: none;
    color: var(--col_grey)!important
}

.notice_all a:after {
    display: none
}

.butt_on_2 .cutt_link {
    background: 0 0;
    border: 1px solid rgba(255,255,255,.5)
}

.butt_on_2 .cutt_link:hover {
    background: linear-gradient(45deg,var(--col_main) 0%,var(--col_main_dark) 100%);
    background-size: 300% 100%;
    border: 1px solid var(--col_main)
}

.cutt_l_green {
    background: linear-gradient(45deg,var(--col_green) 0%,var(--col_green_dark) 100%);
    background-size: 300% 100%
}

.butt_on_2 .cutt_link.cutt_l_green:hover {
    background: linear-gradient(45deg,var(--col_green) 0%,var(--col_green_dark) 100%);
    background-size: 300% 100%;
    border: 1px solid var(--col_green)
}

.cutt_link:hover,.page_cuttly a:hover {
    background-size: 100% 100%;
    color: var(--col_white)!important
}

.page_cuttly a {
    margin: 15px 0;
    padding-left: 50px
}

.l_bg:after,.page_cuttly a:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    left: 12px;
    background-size: 24px;
    background-position: center center;
    background-repeat: no-repeat
}

.l_bg:hover:after,.page_cuttly a:hover:after {
    background-size: 32px
}

.h1_of a {
    display: inline-block;
    background: 0 0;
    color: var(--col_main);
    min-width: max-content;
    padding: 0
}

.h1_of a:after {
    display: none
}

.short_url_l {
    color: var(--col_accent)
}

.i_s {
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-flex;
    vertical-align: middle
}

.i_svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: var(--col_accent);
    margin: auto
}

.i_s:hover {
}

.tooltip {
    top: -5px!important;
    z-index: 99
}

.tooltip.show {
    opacity: 1
}

.tooltip-inner {
    max-width: 200px;
    padding: .5rem .75rem;
    color: var(--col_white);
    background-color: var(--col_dark);
    box-shadow: 2px 2px 8px var(--col_grey_2)
}

.tooltip .arrow::before {
    border-top-color: var(--col_dark)
}

.link_m_ {
    color: var(--col_white);
    width: 100%;
    text-align: center;
    padding-top: 100px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase
}

.cutt_card {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 50px auto
}

.cutt_card_item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 33.33%;
    flex: 0 1 33.33%
}

.cutt_card_feature-list {
    text-align: left
}

.cutt_card_action {
    color: inherit;
    border: none;
    background: 0 0
}

.cutt_card_action:focus {
    outline: none
}

.cutt_card_cuttly .cutt_card_item {
    padding: 30px 15px 15px;
    cursor: default;
    color: var(--col_white);
    margin: 1em;
    max-width: 100%;
    border: 1px solid var(--col_grey_2);
    border-radius: 12px;
    -webkit-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.m_ico {
    display: inline-block;
    line-height: 60px;
    width: 80px;
    height: 60px;
    background-image: url(../img/m_ico.svg);
    vertical-align: middle;
    margin: 0 auto
}

.m_ico_1 {
    background-position: 0 0
}

.m_ico_2 {
    background-position: -80px 0
}

.m_ico_3 {
    background-position: -160px 0
}

.grid_wrap {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0
}

.tab-content .grid_wrap {
    grid-template-columns: repeat(2,1fr)
}

.grid_item {
    background: #fff;
    padding: 25px;
    margin-bottom: 12px;
    margin-left: 12px;
    border-radius: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    ;align-items: center;
    z-index: 1;
    border: 1px solid var(--col_border)
}

.grid_item:hover {
    box-shadow: var(--col_main) 0 0 0 1px inset
}

.tab-content .grid_item {
    background: 0 0;
    border: none;
    box-shadow: none
}

.grid_item .m_ico {
    display: inline-block;
    line-height: 60px;
    width: 52px;
    height: 60px;
    background-image: url(../img/m_ico.svg);
    vertical-align: middle;
    margin: 0 auto;
    transform: scale(.6);
    text-align: center
}

.grid_item .m_ico_1 {
    background-position: -15px 0
}

.grid_item .m_ico_2 {
    background-position: -95px 0
}

.grid_item .m_ico_3 {
    background-position: -175px 0
}

.grid_item .figure {
    /*background: var(--col_main_light);*/
    height: 52px;
    width: 52px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem
}

.tab-content .grid_item .figure {
    background: var(--col_white)
}

.grid_item h2 {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 2;
    color: var(--col_dark)
}

.grid_item h2:first-letter {
    text-transform: capitalize
}

.grid_item a {
    width: 100%;
    background: var(--col_white);
    color: var(--col_main);
    border: 1px solid var(--col_main);
    margin-top: 1rem
}

.grid_item a:hover {
    background: linear-gradient(45deg,var(--col_main) 0%,var(--col_main_dark) 100%)
}

@media screen and (min-width: 66.250em) {
    .cutt_card_cuttly .cutt_card_item {
        margin:0
    }

    .cutt_card_cuttly .cutt_card_item:nth-child(2) {
        border-right: none;
        border-left: none
    }
}

.cutt_card_cuttly .cutt_card_item:hover {
    z-index: 8
}

.cutt_card_cuttly .cutt_card_item:hover::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    border-radius: 12px;
    border: 2px solid var(--col_main);
    -webkit-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.cutt_card_cuttly .cutt_card_title {
    font-size: 1.4em;
    margin: 1em 0 .5em!important;
    padding: 0 0 .5em;
    color: var(--col_dark);
    font-weight: 500;
    line-height: 1.1
}

.cutt_card_cuttly .cutt_card_feature-list {
    margin: 0;
    padding: .25em 0 35px;
    list-style: none;
    text-align: center;
    color: var(--col_dark)
}

.cutt_card_cuttly .cutt_card_feature {
    padding: .25em;
    color: var(--col_grey);
    line-height: 1.5
}

.cutt_card_cuttly a {
    font-weight: 700;
    margin-top: auto;
    padding: 10px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #1076f7;
    cursor: pointer;
    -webkit-transition: background-color .3s,color .3s;
    transition: background-color .3s,color .3s
}

.cutt_card_cuttly a {
    color: var(--col_white)
}

.box_register {
    padding: 25px;
    border: 2px solid var(--col_main);
    background: var( --col_white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 20px 50px rgb(0 0 0/10%)
}

.box_register img {
    max-width: 80px;
    margin: 0 15px
}

.register_txt {
    margin: 0 15px
}

.register_txt h2 {
    font-weight: 500;
    font-size: 1.2rem;
    color: var(--col_dark)
}

.register_txt h3 {
    font-weight: 400;
    font-size: 1rem;
    color: var(--col_grey);
    border-bottom: 1px solid var(--col_border);
    margin: 10px 0!important
}

.register_txt b {
    font-weight: 500;
    color: var(--col_main);
    letter-spacing: 1px
}

.register_txt b.promo_cuttly {
    padding: 6px 12px;
    display: inline-block;
    border: 2px dashed;
    border-radius: 8px;
    font-weight: 500
}

.register_txt p {
    color: var(--col_grey);
    margin-top: 2px
}

.register_txt p.code_promo {
    color: var(--col_dark);
    line-height: 1.4
}

.register_link {
    min-width: 150px
}

.register_link a {
    width: 100%
}

.box_register .register_link a {
    max-width: 500px;
    padding: 15px 25px 15px 50px
}

.card_link {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.card_link a {
    min-width: 100%
}

.wyniki .card {
    box-shadow: 0 .46875rem 2.1875rem rgba(4,9,20,.03),0 .9375rem 1.40625rem rgba(4,9,20,.03),0 .25rem .53125rem rgba(4,9,20,.05),0 .125rem .1875rem rgba(4,9,20,.03)
}

.tabs_c ul {
    padding: 15px 0 15px 15px;
    box-shadow: 26px 0 26px -12px rgba(100,111,121,.06);
    position: relative
}

.tabs_c ul li {
    position: relative;
    width: 100%;
    display: block
}

.tabs_c ul li a {
    color: var(--col_grey);
    border-radius: 0;
    padding-left: 0;
    padding: 15px;
    display: block;
    width: 100%;
    font-weight: 500
}

.tabs_c ul li a:hover {
    color: var(--col_dark)!important
}

.tabs_c ul li.active a,.tabs_c ul li a.active {
    background: var(--col_white);
    color: var(--col_dark);
    -webkit-border-radius: 12px 0 0 12px;
    -moz-border-radius: 12px 0 0 12px;
    border-radius: 12px 0 0 12px
}

.tabs_c ul li a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: .25rem;
    height: 120%;
    background: var(--col_white);
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.tabs_c ul li a.active:after {
    background: var(--col_main);
    height: 100%
}

.nav-pills {
    display: inline-block
}

.ul_features {
    box-shadow: none!important
}

.ul_features li {
    font-size: 1rem;
    line-height: 32px;
    color: var(--col_grey)
}

.ul_features li:before {
    content: '';
    width: 32px;
    height: 32px;
    background: url(../img/tick_y.svg) no-repeat center center;
    position: relative;
    float: left;
    margin-right: 5px
}

.butt_on {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 25px auto!important
}

.dv_main .butt_on {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 25px auto!important
}

.butt_on a,.butt_on input {
    display: inline-block;
    min-width: 200px;
    max-width: 100%;
    align-items: center;
    margin: 0 5px
}

.dv_main .butt_on a {
    margin: 0 10px 0 0;
    font-size: 1rem
}

.report_url .butt_on {
    justify-content: flex-start
}

.report_url .butt_on input {
    padding: 15px
}

.report_url input.cutt_link:after {
    display: none
}

.waves {
    position: relative;
    width: 100%;
    margin-bottom: -7px;
    height: 35px
}

.waves_rev {
    position: relative;
    width: 100%;
    margin-top: -7px;
    height: 35px;
    transform: rotate(180deg)
}

.waves_top {
    position: absolute;
    width: 100%;
    margin-bottom: -7px;
    height: 35px;
    bottom: 0;
    left: 0
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0)
    }

    100% {
        transform: translate3d(85px,0,0)
    }
}

.check_button {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    font-size: .875em;
    line-height: 1.25
}

.check_button label {
    display: block;
    color: var(--col_grey);
    padding: 15px 15px 15px 55px;
    border: 1px solid var(--col_grey_light);
    margin-top: 15px;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: justify
}

.check_button label:hover {
    background: var(--col_grey_light)
}

.check_button label:after,.check_button label:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -7px;
    width: 26px;
    height: 26px;
    background: var(--col_grey_light);
    background: -moz-radial-gradient(center,ellipse cover,var(--col_white) 50%,var(--col_grey_light) 100%);
    background: -webkit-radial-gradient(center,ellipse cover,var(--col_white) 50%,var(--col_grey_light) 100%);
    background: radial-gradient(ellipse at center,var(--col_white) 50%,var(--col_grey_light) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--col_white)',endColorstr='var(--col_grey_light)',GradientType=1 );
    border: 1px solid var(--col_grey);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.check_button input[type=checkbox]~label:after {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.check_button label:before {
    background: 0 0;
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
    width: 0;
    border: none;
    box-shadow: none;
    height: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+)
}

.check_button a {
    text-decoration: underline
}

.check_button input[type=checkbox],.check_button input[type=radio] {
    display: none;
    position: absolute;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.check_button input[type=checkbox]:checked+label,.check_button input[type=radio]:checked+label {
    background: var(--col_grey_light);
    box-shadow: none
}

.check_button input[type=checkbox]:checked+label:after,.check_button input[type=radio]:checked+label:after {
    background: var(--col_main);
    border: 2px solid var(--col_main)
}

.check_button input[type=checkbox]:checked+label:before,.check_button input[type=radio]:checked+label:before {
    width: 26px;
    height: 26px;
    top: 50%
}

.sidebar-wrapper {
    position: relative
}

.sticky.stick {
    position: fixed;
    top: 90px
}

.footer-big {
    padding: 30px 0 0px
}

.footer-big .footer-widget {
    margin-bottom: 40px
}
header{
    background-color:#0C58AF!important;
}


.footer-big .footer-menu ul li a,.footer-big p,.footer-big ul li {
    color: #fff
}

.footer-menu {
    padding-left: 116px;
    margin-top: 20px;
}

.footer-menu ul li a {
    font-size: 15px;
    line-height: 32px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer-menu ul li a:hover {
    color: #000
}

.footer-menu--1 {
    width: 100%
}

.footer-widget-title {
    line-height: 42px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
}

.mini-footer {
    background: var(--col_white);
    text-align: center;
    padding: 16px 0
}

.mini-footer p {
    margin: 0;
    line-height: 26px;
    font-size: 15px;
    color: #000;
    letter-spacing: 1px
}

.mini-footer p a {
    color: #5867dd
}

.mini-footer p a:hover {
    color: #34bfa3
}

.widget-about img {
    display: block;
    max-width: 140px;
    margin-bottom: 5px
}

.widget-about img.img-fluid {
}

.widget-about p {
    margin: 25px auto;
    padding: 15px;
    background: #fff;
    color: #000;
    border-radius: 6px;
    font-size: 15px;
}

.widget-about a {
    float: left;
    margin-right: 10px
}

@media(max-width: 991px) {
    .footer-menu {
        padding-left:0
    }
}

.card {
    border: none
}

.cat_lab {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: bottom;
    justify-content: flex-start;
    flex-direction: wrap;
    align-content: space-between;
    max-width: 100%;
    padding: 15px 0;
    z-index: 0;
    margin: 0 auto;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    position: relative
}

.cat_lab input[type=radio] {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    z-index: -1
}

.cat_lab label {
    position: relative;
    font-size: .925em;
    text-align: center;
    cursor: pointer;
    height: auto;
    padding: 0 35px;
    margin: 3px;
    font-weight: 700;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 48px;
    border: 1px solid var(--col_grey);
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background: var(--col_white)
}

.cat_lab input[type=radio]:checked+label {
    border: 1px solid var(--col_main);
    color: var(--col_white);
    padding: 0 25px 0 45px;
    background: var(--col_main)
}

.cat_lab input[type=radio]:checked+label b {
    color: var(--col_white)
}

.cat_lab input[type=radio]+label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    opacity: 0;
    background: url(../img/tick_yes.svg) no-repeat center center;
    border: 2px solid #fff;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.cat_lab input[type=radio]:checked+label:after {
    left: 8px;
    opacity: 1;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.c_form .field+.field {
    margin-top: 1.4rem
}

.c_form .field {
    position: relative;
    border: none
}

.c_form label:not(.check_box_c) {
    font-size: .75em;
    text-transform: uppercase;
    color: var(--col_grey)
}

.c_form input:not(.check_box_c)~label {
    position: absolute;
    top: -3em;
    display: block;
    border-radius: 3px;
    padding: .5em;
    font-size: .625em;
    color: var(--col_grey_light);
    background-color: var(--col_grey);
    pointer-events: none;
    text-transform: initial;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .25s ease 0;
    transition: opacity .25s ease 0
}

.c_form input:not(.check_box_c)~label::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    background: var(--col_grey);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    bottom: -5px;
    left: 10px
}

.c_form input:not(.check_box_c):focus~label {
    opacity: .8;
    -webkit-transition: opacity .5s ease 1s;
    transition: opacity .5s ease 1s
}

.c_form input:not(.check_box_c),.c_form button {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 10px 12px;
    font-size: inherit;
    border-radius: 3px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    background-color: var(--col_grey_light);
    border: 1px solid var(--col_grey_2)
}

.c_form input:not(.check_box_c):focus,.c_form button:focus {
}

-webkit-input-placeholder {
    font-size: .925rem;
    color: var(--col_grey)
}

.c_form button:focus,.c_form input:not(.check_box_c):focus {
    position: relative;
    outline: none;
}

.c_form input[type=submit],.c_form button {
    display: inline-block;
    width: 100%;
    font-size: .92em;
    padding: 15px;
    border-radius: 6px;
    margin: .2857142857em 0;
    color: #fff;
    letter-spacing: .5px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    background: #375CFD!important;
    border: none;
    text-transform: uppercase
}

.c_form input[type=submit]:hover,.c_form input[type=submit]:focus,.c_form button:focus {
    background-color: #fff;
    color: #000;
}

.toast_info {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    background: var(--col_white)
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: var(--col_white);
    background-color: var(--col_main);
    background-clip: padding-box;
    border-bottom: none;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-header strong {
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(data:image/svg+xml;charset=UTF-8;base64,IDxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iV0hJVEUiIHN0cm9rZT0ibm9uZSIgZD0iTTEyIDJjNS41MTQgMCAxMCA0LjQ4NiAxMCAxMHMtNC40ODYgMTAtMTAgMTAtMTAtNC40ODYtMTAtMTAgNC40ODYtMTAgMTAtMTB6bTAtMmMtNi42MjcgMC0xMiA1LjM3My0xMiAxMnM1LjM3MyAxMiAxMiAxMiAxMi01LjM3MyAxMi0xMi01LjM3My0xMi0xMi0xMnptMSAxOGgtMnYtOGgydjh6bS0xLTEyLjI1Yy42OSAwIDEuMjUuNTYgMS4yNSAxLjI1cy0uNTYgMS4yNS0xLjI1IDEuMjUtMS4yNS0uNTYtMS4yNS0xLjI1LjU2LTEuMjUgMS4yNS0xLjI1eiIvPjwvc3ZnPg==);
    background-color: var(--col_main);
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    margin: 0;
    border-radius: 6px;
    display: inline-flex
}

.toast-body {
    padding: 1rem 1.2rem
}

.close {
    color: var(--col_white);
    text-shadow: none;
    opacity: .75
}

.close:hover {
    color: var(--col_white);
    text-shadow: none;
    opacity: 1
}

.notice {
    display: none;
    position: fixed;
    bottom: 25px;
    left: 25px;
    padding: 15px 25px 15px 40px;
    width: auto;
    height: auto;
    max-width: 300px;
    color: var(--col_white);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-image: url(data:image/svg+xml;charset=UTF-8;base64,IDxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iV0hJVEUiIHN0cm9rZT0ibm9uZSIgZD0iTTEyIDJjNS41MTQgMCAxMCA0LjQ4NiAxMCAxMHMtNC40ODYgMTAtMTAgMTAtMTAtNC40ODYtMTAtMTAgNC40ODYtMTAgMTAtMTB6bTAtMmMtNi42MjcgMC0xMiA1LjM3My0xMiAxMnM1LjM3MyAxMiAxMiAxMiAxMi01LjM3MyAxMi0xMi01LjM3My0xMi0xMi0xMnptMSAxOGgtMnYtOGgydjh6bS0xLTEyLjI1Yy42OSAwIDEuMjUuNTYgMS4yNSAxLjI1cy0uNTYgMS4yNS0xLjI1IDEuMjUtMS4yNS0uNTYtMS4yNS0xLjI1LjU2LTEuMjUgMS4yNS0xLjI1eiIvPjwvc3ZnPg==);
    background-color: var(--col_main);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 9
}

.show_note {
    display: block
}

.line-height_1_4 {
    line-height: 1.4!important
}

.c_checkbox {
    position: relative;
    width: 100%;
    height: auto;
    margin: 15px auto
}

.row:not(.subscription) form .c_checkbox {
    margin: 5px auto;
    padding-left: 10px;
    background: var(--col_main_light);
    border-radius: 8px
}

.c_toggle {
    position: relative;
    float: left;
    width: 50px;
    height: 1px;
    opacity: 0
}

.c_check_label {
    position: relative;
    cursor: pointer;
    font-size: .875em;
    line-height: 1.25;
    text-align: justify;
    color: var(--col_txt);
    padding-left: 70px;
    width: 100%
}

.row:not(.subscription) form .c_check_label {
    width: 100%;
    padding: 10px 10px 10px 60px;
    background: var(--col_main_light)
}

.c_check_label span {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    display: block;
    width: 50px;
    height: 24px;
    border-radius: 36px;
    border-color: var(--col_grey);
    background-color: var(--col_grey_2);
    -webkit-transition: background-color .2s cubic-bezier(.34,.93,.85,.91);
    transition: background-color .2s cubic-bezier(.34,.93,.85,.91)
}

.c_check_label span i {
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    -webkit-transition: left .2s cubic-bezier(.34,.93,.85,.91);
    transition: left .2s cubic-bezier(.34,.93,.85,.91)
}

.c_toggle:checked~.c_check_label span {
    border-color: fff;
    background-color: #322BDD
}

.c_toggle:checked~.c_check_label span i {
    left: 29px
}

.c_check_label span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear
}

.c_check_label span:before {
    content: '';
    right: 40%;
    left: 0;
    color: #fff;
    opacity: 0;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+)
}

.c_toggle:checked+.c_check_label span:before {
    opacity: 1
}

.g-recaptcha div:first-child {
    margin: 25px auto 15px
}

.max_form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid var(--col_grey_2);
    border-radius: 6px;
    padding: 25px
}

.max_form_480 {
    max-width: 480px
}

.max_form p {
    padding: 10px 0 15px;
    font-size: .85rem;
    text-align: justify;
    color: var(--col_grey);
    width: 100%;
    display: block
}

.page_cuttly .f_pass,.f_pass {
    background: 0 0;
    color: var(--col_main);
    padding: 0;
    max-width: 100%
}

.f_pass:after {
    display: none
}

.page_cuttly .f_pass:hover,.f_pass:hover {
    color: var(--col_accent)!important
}

.txt_s {
    font-size: .85rem
}

.register_c,.del_dom_c {
    font-weight: 500;
    display: block;
    padding: 10px 12px;
    border: 1px solid var(--col_main);
    max-width: 280px;
    border-radius: 50px;
    margin-top: 10px
}

.register_c:hover,.del_dom_c:hover {
    border: 1px solid var(--col_main)
}

input[name=url] {
    height: 60px;
    line-height: 60px
}

.url_stats_o {
    margin: 15px;
    width: calc(100% - 30px);
    float: left
}

.border_bottom {
    margin: 0 0 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--col_grey_light_2)
}

.nazwa_link strong {
    font-weight: 700
}

.txt_warn {
    color: var(--col_accent)!important
}

.p_txt {
    color: var(--col_grey);
    padding: 25px 0 10px
}

.ul_c li {
    color: var(--col_grey);
    padding: 5px 0
}

.txt_p_plain {
    font-size: 1.2rem;
    font-weight: 400
}

.stop_info {
    background: var(--col_main_light);
    border: 1px solid var(--col_main);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
    line-height: 1.5;
    color: var(--col_dark);
    margin-top: 5px;
    background-image: url(../img/info_stop.svg);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: right bottom
}

.bg_img_warn {
    background-image: url(../img/warn_stop.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: 10px center
}

.warn_url {
    background-color: var(--col_accent_light);
    border: 1px solid var(--col_accent);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
    color: var(--col_accent);
    margin-top: 25px;
    line-height: 1.5
}

.warn_url a {
    font-size: .825em;
    margin-left: 75px!important;
    word-break: break-all;
    display: block;
    padding: 0!important
}

.warn_url p {
    margin-bottom: 0;
    padding-left: 75px
}

.link_inline a {
    padding: inherit;
    color: inherit;
    font-size: inherit;
    margin: inherit;
    background: 0 0;
    background-size: 0;
    display: inline-block;
    max-width: none;
    box-shadow: none;
    border: none;
    border-radius: 0!important;
    text-align: left;
    word-break: break-all
}

.link_inline a:after {
    display: none
}

.link_inline a:hover {
    color: var(--col_accent)!important
}

.err_new {
    position: relative;
    background: var(--col_accent_light);
    padding: 25px;
    border-radius: 8px;
    color: var(--col_accent_dark);
    text-align: center;
    font-size: 1rem;
    letter-spacing: .5px;
    border-left: 8px solid var(--col_accent)
}

.err_new.is_c_ok {
    background: var(--col_green_light);
    color: var(--col_green_dark);
    border-left: 8px solid var(--col_green)
}

.err_new b {
    font-weight: 700;
    letter-spacing: .5px
}

.load_info .err_new:before {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,.05);
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: 0;
    opacity: 1;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-animation: load_info_c 5.5s ease-in-out;
    animation: load_info_c 5.5s ease-in-out
}

@-webkit-keyframes load_info_c {
    0% {
        width: 0
    }

    90% {
        width: 100%;
        opacity: 1
    }

    95% {
        opacity: 0;
        width: 100%
    }

    100% {
        opacity: 0;
        width: 0
    }
}

@keyframes load_info_c {
    0% {
        width: 0
    }

    70% {
        width: 100%;
        opacity: 1
    }

    90% {
        opacity: 0;
        width: 100%
    }

    100% {
        opacity: 0;
        width: 0
    }
}

@-webkit-keyframes anim_bg {
    0% {
        background-size: 100% 100%
    }

    70% {
        background-size: 150% 200%
    }

    90% {
        background-size: 110% 120%
    }

    100% {
        background-size: 100% 100%
    }
}

@keyframes anim_bg {
    0% {
        background-size: 100% 100%
    }

    70% {
        background-size: 150% 200%
    }

    90% {
        background-size: 110% 120%
    }

    100% {
        background-size: 100% 100%
    }
}

.max_1360 {
    max-width: 1360px;
    margin: 0 auto
}

.mt25_auto {
    margin: 25px auto 0!important
}

main .row .d-flex {
    margin-bottom: 30px
}

.card_overview {
    text-align: center
}

.card_overview .card-body {
    font-size: 1rem;
    font-weight: 400;
    color: var(--col_grey)
}

.card_overview .card-body.card_months {
    font-size: 1rem
}

.card,.url_options,.cutt_url,.wyniki .card,.max_form,.btn_norm {
    border-radius: 8px;
    box-shadow: 0 1px 8px #f2f3f4
}

.canvas_area_ {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.apexcharts-canvas {
    position: relative;
    user-select: none
}

/*.apexcharts-canvas ::-webkit-scrollbar {*/
/*    -webkit-appearance: none;*/
/*    width: 6px*/
/*}*/

/*.apexcharts-canvas ::-webkit-scrollbar-thumb {*/
/*    border-radius: 4px;*/
/*    background-color: rgba(0,0,0,.5);*/
/*    box-shadow: 0 0 1px rgba(255,255,255,.5);*/
/*    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5)*/
/*}*/

.apexcharts-canvas.apexcharts-theme-dark {
    background: #424242
}

.apexcharts-inner {
    position: relative
}

.apexcharts-text tspan {
    font-family: inherit
}

.legend-mouseover-inactive {
    transition: .15s ease all;
    opacity: .2
}

.apexcharts-series-collapsed {
    opacity: 0
}

.apexcharts-tooltip {
    border-radius: 5px;
    box-shadow: 2px 2px 6px -4px #999;
    cursor: default;
    font-size: 14px;
    left: 62px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 20px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 12;
    transition: .15s ease all
}

.apexcharts-tooltip.apexcharts-active {
    opacity: 1;
    transition: .15s ease all
}

.apexcharts-tooltip.apexcharts-theme-light {
    border: 1px solid #e3e3e3;
    background: rgba(255,255,255,.96)
}

.apexcharts-tooltip.apexcharts-theme-dark {
    color: #fff;
    background: rgba(30,30,30,.8)
}

.apexcharts-tooltip * {
    font-family: inherit
}

.apexcharts-tooltip-title {
    padding: 6px;
    font-size: 15px;
    margin-bottom: 4px
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
    background: #eceff1;
    border-bottom: 1px solid #ddd
}

.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
    background: rgba(0,0,0,.7);
    border-bottom: 1px solid #333
}

.apexcharts-tooltip-text-value,.apexcharts-tooltip-text-z-value {
    display: inline-block;
    font-weight: 600;
    margin-left: 5px
}

.apexcharts-tooltip-text-z-label:empty,.apexcharts-tooltip-text-z-value:empty {
    display: none
}

.apexcharts-tooltip-text-value,.apexcharts-tooltip-text-z-value {
    font-weight: 600
}

.apexcharts-tooltip-marker {
    width: 12px;
    height: 12px;
    position: relative;
    top: 0;
    margin-right: 10px;
    border-radius: 50%
}

.apexcharts-tooltip-series-group {
    padding: 0 10px;
    display: none;
    text-align: left;
    justify-content: left;
    align-items: center
}

.apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
    opacity: 1
}

.apexcharts-tooltip-series-group.apexcharts-active,.apexcharts-tooltip-series-group:last-child {
    padding-bottom: 4px
}

.apexcharts-tooltip-series-group-hidden {
    opacity: 0;
    height: 0;
    line-height: 0;
    padding: 0!important
}

.apexcharts-tooltip-y-group {
    padding: 6px 0 5px
}

.apexcharts-tooltip-candlestick {
    padding: 4px 8px
}

.apexcharts-tooltip-candlestick>div {
    margin: 4px 0
}

.apexcharts-tooltip-candlestick span.value {
    font-weight: 700
}

.apexcharts-tooltip-rangebar {
    padding: 5px 8px
}

.apexcharts-tooltip-rangebar .category {
    font-weight: 600;
    color: #777
}

.apexcharts-tooltip-rangebar .series-name {
    font-weight: 700;
    display: block;
    margin-bottom: 5px
}

.apexcharts-xaxistooltip {
    opacity: 0;
    padding: 9px 10px;
    pointer-events: none;
    color: #373d3f;
    font-size: 13px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    background: #eceff1;
    border: 1px solid #90a4ae;
    transition: .15s ease all
}

.apexcharts-xaxistooltip.apexcharts-theme-dark {
    background: rgba(0,0,0,.7);
    border: 1px solid rgba(0,0,0,.5);
    color: #fff
}

.apexcharts-xaxistooltip:after,.apexcharts-xaxistooltip:before {
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.apexcharts-xaxistooltip:after {
    border-color: transparent;
    border-width: 6px;
    margin-left: -6px
}

.apexcharts-xaxistooltip:before {
    border-color: transparent;
    border-width: 7px;
    margin-left: -7px
}

.apexcharts-xaxistooltip-bottom:after,.apexcharts-xaxistooltip-bottom:before {
    bottom: 100%
}

.apexcharts-xaxistooltip-top:after,.apexcharts-xaxistooltip-top:before {
    top: 100%
}

.apexcharts-xaxistooltip-bottom:after {
    border-bottom-color: #eceff1
}

.apexcharts-xaxistooltip-bottom:before {
    border-bottom-color: #90a4ae
}

.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after {
    border-bottom-color: rgba(0,0,0,.5)
}

.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before {
    border-bottom-color: rgba(0,0,0,.5)
}

.apexcharts-xaxistooltip-top:after {
    border-top-color: #eceff1
}

.apexcharts-xaxistooltip-top:before {
    border-top-color: #90a4ae
}

.apexcharts-xaxistooltip-top.apexcharts-theme-dark:after {
    border-top-color: rgba(0,0,0,.5)
}

.apexcharts-xaxistooltip-top.apexcharts-theme-dark:before {
    border-top-color: rgba(0,0,0,.5)
}

.apexcharts-xaxistooltip.apexcharts-active {
    opacity: 1;
    transition: .15s ease all
}

.apexcharts-yaxistooltip {
    opacity: 0;
    padding: 4px 10px;
    pointer-events: none;
    color: #373d3f;
    font-size: 13px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    background: #eceff1;
    border: 1px solid #90a4ae
}

.apexcharts-yaxistooltip.apexcharts-theme-dark {
    background: rgba(0,0,0,.7);
    border: 1px solid rgba(0,0,0,.5);
    color: #fff
}

.apexcharts-yaxistooltip:after,.apexcharts-yaxistooltip:before {
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.apexcharts-yaxistooltip:after {
    border-color: transparent;
    border-width: 6px;
    margin-top: -6px
}

.apexcharts-yaxistooltip:before {
    border-color: transparent;
    border-width: 7px;
    margin-top: -7px
}

.apexcharts-yaxistooltip-left:after,.apexcharts-yaxistooltip-left:before {
    left: 100%
}

.apexcharts-yaxistooltip-right:after,.apexcharts-yaxistooltip-right:before {
    right: 100%
}

.apexcharts-yaxistooltip-left:after {
    border-left-color: #eceff1
}

.apexcharts-yaxistooltip-left:before {
    border-left-color: #90a4ae
}

.apexcharts-yaxistooltip-left.apexcharts-theme-dark:after {
    border-left-color: rgba(0,0,0,.5)
}

.apexcharts-yaxistooltip-left.apexcharts-theme-dark:before {
    border-left-color: rgba(0,0,0,.5)
}

.apexcharts-yaxistooltip-right:after {
    border-right-color: #eceff1
}

.apexcharts-yaxistooltip-right:before {
    border-right-color: #90a4ae
}

.apexcharts-yaxistooltip-right.apexcharts-theme-dark:after {
    border-right-color: rgba(0,0,0,.5)
}

.apexcharts-yaxistooltip-right.apexcharts-theme-dark:before {
    border-right-color: rgba(0,0,0,.5)
}

.apexcharts-yaxistooltip.apexcharts-active {
    opacity: 1
}

.apexcharts-yaxistooltip-hidden {
    display: none
}

.apexcharts-xcrosshairs,.apexcharts-ycrosshairs {
    pointer-events: none;
    opacity: 0;
    transition: .15s ease all
}

.apexcharts-xcrosshairs.apexcharts-active,.apexcharts-ycrosshairs.apexcharts-active {
    opacity: 1;
    transition: .15s ease all
}

.apexcharts-ycrosshairs-hidden {
    opacity: 0
}

.apexcharts-selection-rect {
    cursor: move
}

.svg_select_boundingRect,.svg_select_points_rot {
    pointer-events: none;
    opacity: 0;
    visibility: hidden
}

.apexcharts-selection-rect+g .svg_select_boundingRect,.apexcharts-selection-rect+g .svg_select_points_rot {
    opacity: 0;
    visibility: hidden
}

.apexcharts-selection-rect+g .svg_select_points_l,.apexcharts-selection-rect+g .svg_select_points_r {
    cursor: ew-resize;
    opacity: 1;
    visibility: visible
}

.svg_select_points {
    fill: #efefef;
    stroke: #333;
    rx: 2
}

.apexcharts-canvas.apexcharts-zoomable .hovering-zoom {
    cursor: crosshair
}

.apexcharts-canvas.apexcharts-zoomable .hovering-pan {
    cursor: move
}

.apexcharts-zoom-icon,.apexcharts-zoomin-icon,.apexcharts-zoomout-icon,.apexcharts-reset-icon,.apexcharts-pan-icon,.apexcharts-selection-icon,.apexcharts-menu-icon,.apexcharts-toolbar-custom-icon {
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 24px;
    color: #6e8192;
    text-align: center
}

.apexcharts-zoom-icon svg,.apexcharts-zoomin-icon svg,.apexcharts-zoomout-icon svg,.apexcharts-reset-icon svg,.apexcharts-menu-icon svg {
    fill: #6e8192
}

.apexcharts-selection-icon svg {
    fill: #444;
    transform: scale(.76)
}

.apexcharts-theme-dark .apexcharts-zoom-icon svg,.apexcharts-theme-dark .apexcharts-zoomin-icon svg,.apexcharts-theme-dark .apexcharts-zoomout-icon svg,.apexcharts-theme-dark .apexcharts-reset-icon svg,.apexcharts-theme-dark .apexcharts-pan-icon svg,.apexcharts-theme-dark .apexcharts-selection-icon svg,.apexcharts-theme-dark .apexcharts-menu-icon svg,.apexcharts-theme-dark .apexcharts-toolbar-custom-icon svg {
    fill: #f3f4f5
}

.apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg,.apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg,.apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg {
    fill: #008ffb
}

.apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,.apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,.apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,.apexcharts-theme-light .apexcharts-zoomout-icon:hover svg,.apexcharts-theme-light .apexcharts-reset-icon:hover svg,.apexcharts-theme-light .apexcharts-menu-icon:hover svg {
    fill: #333
}

.apexcharts-selection-icon,.apexcharts-menu-icon {
    position: relative
}

.apexcharts-reset-icon {
    margin-left: 5px
}

.apexcharts-zoom-icon,.apexcharts-reset-icon,.apexcharts-menu-icon {
    transform: scale(.85)
}

.apexcharts-zoomin-icon,.apexcharts-zoomout-icon {
    transform: scale(.7)
}

.apexcharts-zoomout-icon {
    margin-right: 3px
}

.apexcharts-pan-icon {
    transform: scale(.62);
    position: relative;
    left: 1px;
    top: 0
}

.apexcharts-pan-icon svg {
    fill: #fff;
    stroke: #6e8192;
    stroke-width: 2
}

.apexcharts-pan-icon.apexcharts-selected svg {
    stroke: #008ffb
}

.apexcharts-pan-icon:not(.apexcharts-selected):hover svg {
    stroke: #333
}

.apexcharts-toolbar {
    position: absolute;
    z-index: 11;
    max-width: 176px;
    text-align: right;
    border-radius: 3px;
    padding: 0 6px 2px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.apexcharts-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 3px;
    right: 10px;
    opacity: 0;
    min-width: 110px;
    transition: .15s ease all;
    pointer-events: none
}

.apexcharts-menu.apexcharts-menu-open {
    opacity: 1;
    pointer-events: all;
    transition: .15s ease all
}

.apexcharts-menu-item {
    padding: 6px 7px;
    font-size: 12px;
    cursor: pointer
}

.apexcharts-theme-light .apexcharts-menu-item:hover {
    background: #eee
}

.apexcharts-theme-dark .apexcharts-menu {
    background: rgba(0,0,0,.7);
    color: #fff
}

@media screen and (min-width: 768px) {
    .apexcharts-canvas:hover .apexcharts-toolbar {
        opacity:1
    }

    .disply-non {
        display: none;
    }
}

.apexcharts-datalabel.apexcharts-element-hidden {
    opacity: 0
}

.apexcharts-pie-label,.apexcharts-datalabels,.apexcharts-datalabel,.apexcharts-datalabel-label,.apexcharts-datalabel-value {
    cursor: default;
    pointer-events: none
}

.apexcharts-pie-label-delay {
    opacity: 0;
    animation-name: opaque;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease
}

.apexcharts-canvas .apexcharts-element-hidden {
    opacity: 0
}

.apexcharts-hide .apexcharts-series-points {
    opacity: 0
}

.apexcharts-gridline,.apexcharts-annotation-rect,.apexcharts-tooltip .apexcharts-marker,.apexcharts-area-series .apexcharts-area,.apexcharts-line,.apexcharts-zoom-rect,.apexcharts-toolbar svg,.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,.apexcharts-radar-series path,.apexcharts-radar-series polygon {
    pointer-events: none
}

.apexcharts-marker {
    transition: .15s ease all
}

@keyframes opaque {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes resizeanim {
    from {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

.resize-triggers {
    animation: 1ms resizeanim;
    visibility: hidden;
    opacity: 0
}

.resize-triggers,.resize-triggers>div,.contract-trigger:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.resize-triggers>div {
    background: #eee;
    overflow: auto
}

.contract-trigger:before {
    width: 200%;
    height: 200%
}

.pricing .container {
    padding: 0 15px!important
}

.pricing ul {
    top: 0;
    z-index: 10
}

.pricing ul div {
    display: flex;
    margin-bottom: 5px;
    width: 100vw
}

.pricing li {
    list-style: none;
    flex: 1
}

.pricing li:last-child {
    border-right: 1px solid #ddd
}

.pricing table {
    border-collapse: collapse;
    table-layout: fixed;
    position: relative;
    text-align: center;
    width: 100%;
    border-radius: 8px;
    font-size: .925rem;
    background: var(--col_white);
    margin: 0 15px
}

.pricing th {
    background: var(--col_main_light);
    display: none
}

.pricing td {
    border: 1px solid var(--col_grey_2);
    border-left: none;
    padding: 15px 20px;
    empty-cells: show;
    vertical-align: middle;
    line-height: 1.4
}

.pricing td small {
    font-size: .75rem;
    line-height: 1.2;
    display: block
}

.pricing td,.pricing th {
    text-align: left
}

.pricing td+td,.pricing th+th {
    text-align: center;
    display: none
}

.pricing td.default {
    display: table-cell
}

.pricing table td .amount {
    font-size: rem1
}

.pricing .not_included {
}

:root {
    --white: white;
    --gray: #999;
    --lightgray: whitesmoke;
    --popular: #ffe5d9;
    --starter: #a2d5f2;
    --starterfocus: #93b7c9;
    --business: #5299d3;
    --businessfocus: #6295bc;
    --enterprise: #07689f;
    --enterprisefocus: #3384af;
    --premium: #02496d;
    --premiumfocus: #004366
}

.starter {
    background-color: var(--starter);
    color: var(--white)
}

.starter:focus {
    background-color: var(--starterfocus)
}

.business {
    background-color: var(--business);
    color: var(--white)
}

.business:focus {
    background-color: var(--businessfocus);
    color: var(--white)
}

.enterprise {
    background-color: var(--enterprise);
    color: var(--white)
}

.enterprise:focus {
    background-color: var(--enterprisefocus);
    color: var(--white)
}

.premium {
    background-color: var(--premium);
    color: var(--white)
}

.premium:focus {
    background-color: var(--premiumfocus);
    color: var(--white)
}

.sep {
    background: var(--col_grey_light);
    border: none!important;
    font-weight: 700
}

.pricing .txt-l {
    font-size: 28px;
    font-weight: 700
}

.pricing .txt-top {
    position: relative;
    top: -9px;
    left: -2px
}

.pricing .tick {
    font-size: .75rem;
    font-weight: 700;
    color: var(--col_white);
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50px;
    background: var(--col_green)
}

.pricing .hide {
    border: 0;
    background: 0 0
}

@media(min-width: 640px) {
    .pricing ul {
        display:none
    }

    .pricing td,.pricing th {
        display: table-cell!important
    }

    .pricing td+td,.pricing th+th {
        width: auto
    }
}

.pricing table th:nth-child(1) svg {
    width: 22px;
    height: 22px
}

.pricing table svg {
    width: 18px;
    height: 18px
}

.pricing table th:nth-child(1) .svg-wrapper {
    margin-top: 10px
}

.pricing table svg.not-included {
    fill: var(--gray)
}

.pricing table svg.startersvg {
    fill: var(--starter)
}

.pricing table svg.businesssvg {
    fill: var(--business)
}

.pricing table svg.enterprisesvg {
    fill: var(--enterprise)
}

.pricing table svg.premiumsvg {
    fill: var(--enterprise)
}

.pricing table th:nth-child(1) {
    padding: 10px;
    background-color: #fff
}

.pricing table th:nth-child(2) {
    background-color: #fff
}

.pricing table th:nth-child(3) {
    background-color: #fff
}

.pricing table th:nth-child(4) {
    background-color: #fff
}

.pricing table th:nth-child(5) {
    background-color: #fff
}

.pricing table th .free {
    padding: 1rem;
    background: var(--col_green);
    color: var(--col_white)
}

.pricing table th .single {
    padding: 1rem;
    background: var(--col_main);
    color: var(--col_white)
}

.pricing table th .team {
    padding: 1rem;
    background: var(--col_accent);
    color: var(--col_white)
}

.pricing table th .team_ent {
    padding: 1rem;
    background: var(--col_dark);
    color: var(--col_white)
}

.pricing table th .info {
    position: relative;
    padding: 1rem 0
}

.pricing table th .amount {
    font-size: 1.25rem;
    font-weight: 500;
    padding: 10px 0 0
}

.pricing table th button {
    display: inline-block;
    border-radius: 50px;
    padding: 0 25px;
    margin-top: 10px;
    transition: all .2s;
    width: auto;
    max-width: 90%;
    height: 52px;
    line-height: 50px
}

.pricing table th:nth-child(4) button {
    color: var(--enterprise);
    border: 1px solid var(--enterprise)
}

.pricing table th:nth-child(4) button:hover {
    background: var(--enterprise)
}

.pricing table th:nth-child(5) button {
    color: var(--premium);
    border: 1px solid var(--premium)
}

.pricing table th:nth-child(5) button:hover {
    background: var(--premium)
}

.pricing table th button:hover {
    color: var(--white)
}

.pricing .container {
    width: 100%;
    box-shadow: none!important;
    background: 0 0!important;
    border: none!important
}

.pricing table th {
    box-shadow: 0 1px 2px rgba(17,17,17,.25);
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden
}

.pricing table th:nth-child(1) {
    flex-direction: column;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1.3;
    padding: 0 10px;
    box-shadow: none
}

.pricing button {
    width: 100%;
    border: 0;
    border-right: 0;
    border-top: 0;
    padding: 10px;
    background: var(--col_main);
    font-size: 1rem;
    font-weight: 700;
    height: 60px;
    color: #fff;
    outline: none
}

.pricing button.free {
    background: var(--col_green)
}

.pricing button.single {
    background: var(--col_main)
}

.pricing button.team {
    background: var(--col_accent)
}

.pricing button.team_ent {
    background: var(--col_dark)
}

.pricing button.rearbutton:nth-child(1) {
    background: var(--starter)
}

.pricing table td .amount {
    font-size: 2rem
}

.pricing table td .amount {
    font-size: 2rem
}

.pricing table th button {
    color: var(--col_main);
    border: 1px solid var(--col_main);
    background: #fff
}

.pricing table th button:hover {
    background: var(--business);
    color: var(--white)
}

.pricing table td button {
    display: inline-block;
    border-radius: 20px;
    padding: 5px 20px;
    margin-top: 10px;
    transition: all .2s
}

.pricing .firsttab {
    display: table-cell
}

.pricing .monthlyrow {
    display: none
}

.pricing tr:hover {
    background-color: #fcfcfc
}

.pricing table th .popular {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 11px;
    background: var(--enterprise);
    padding: 4px 8px;
    border-radius: 2px;
    color: #fff
}

.pricing table th .amount span {
    display: block
}

.pricing table th .billing-msg {
    font-weight: 400;
    font-size: .8rem;
    background: var(--col_main_light);
    padding: 6px 15px;
    width: auto;
    display: inline-block;
    border-radius: 50px
}

.pricing table th .billing-msg,table th .amount span {
    font-weight: 400;
    font-size: .8rem
}

.pricing table th:nth-child(2) button:focus {
    outline: thin dotted
}

.pricing table th:nth-child(3) button:focus {
    outline: thin dotted
}

.pricing table th:nth-child(4) button:focus {
    outline: thin dotted
}

.pricing table th:nth-child(5) button:focus {
    outline: thin dotted
}

.pricing li.active button {
    background: var (--gray)!important
}

.pricing ul,.pricing th {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 2
}

.pricing-table {
    max-width: calc(33.33% - 30px);
    float: left;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
    margin: 0 15px;
    padding: 1.6rem;
    border-radius: 8px;
    transition: .3s;
    border: 1px solid var(--col_grey)
}

.pricing-table h2 {
    color: var(--col_dark);
    font-size: 1.425rem;
    font-weight: 700;
    width: 100%
}

.pricing-table h5 {
    color: var(--col_grey);
    font-size: .85rem;
    width: 100%
}

.pricing-table .pricing-features {
    margin-top: .5rem;
    width: 100%;
    border-top: 1px solid var(--col_border);
    padding-top: .25rem
}

.pricing-table .pricing-features .feature {
    font-size: 14px;
    margin: .5rem 0;
    color: var(--col_grey)
}

.pricing-table .pricing-features .feature span {
    display: inline-block;
    float: right;
    color: var(--col_dark);
    font-weight: 500
}

.pricing-table .price-tag {
    margin-top: .4rem;
    text-align: center;
    font-weight: 500;
    width: 100%;
    font-size: .875rem
}

.pricing-table .price-tag .symbol {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 500
}

.pricing-table .price-tag .amount {
    letter-spacing: -1px;
    font-size: 2rem;
    font-weight: 700;
    width: 100%
}

.pricing-table .price-tag .after {
    color: var(--col_txt);
    font-weight: 500
}

.pricing-table form {
    width: 100%
}

.pricing-table .price-button {
    display: block;
    color: #fff;
    margin: 1rem auto 0;
    padding: 1rem 3rem;
    border-radius: 2px;
    text-align: center;
    font-weight: 500;
    transition: .3s;
    border: none;
    border-radius: 50px;
    width: 100%
}

.pricing-table .price-button:hover {
    text-decoration: none
}

.free .price-tag {
    color: var(--col_green)
}

.free .price-button {
    background: var(--col_green);
    height: 60px;
    padding: 0;
    line-height: 60px
}

.free .price-button:hover {
    background: var(--col_green_dark)
}

.pricing-table.free:hover {
    border: 1px solid var(--col_txt)
}

.single .price-tag {
    color: var(--col_main)
}

.single .price-button {
    background: var(--col_main)
}

.single .price-button:hover {
    background: var(--col_main_dark)
}

.pricing-table.single:hover {
    border: 1px solid var(--col_txt)
}

.team .price-tag {
    color: var(--col_accent)
}

.team .price-button {
    background: var(--col_accent)
}

.team .price-button:hover {
    background: var(--col_accent_dark)
}

.pricing-table.team:hover {
    border: 1px solid var(--col_txt)
}

.team_ent .price-tag {
    color: var(--col_dark)
}

.team_ent .price-button {
    background: var(--col_dark)
}

.team_ent .price-button:hover {
    background: var(--col_dark)
}

.pricing-table.team_ent:hover {
    border: 1px solid var(--col_txt)
}

.pay_checkbox {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto 25px;
    position: relative;
    height: 24px
}

table .pay_checkbox_t {
    background: var(--col_white)!important;
    border-top: 1px solid var(--col_grey_2)!important;
    border-bottom: 1px solid var(--col_grey_2)!important
}

.pay_checkbox input {
    display: none
}

.pay_checkbox label {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 0;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.pay_checkbox label span {
    left: 50%;
    margin-left: -25px
}

.p_monthly,.p_yearly {
    display: block;
    position: absolute;
    right: calc(50% + 50px);
    top: 0;
    width: 100%;
    max-width: max-content;
    height: 24px;
    line-height: 24px
}

.pay_checkbox span {
    background-color: var(--col_main)
}

.pay_checkbox span:before {
    display: none
}

.pay_checkbox .c_toggle:checked~.c_check_label span {
    background-color: var(--col_main_dark)
}

.p_yearly {
    left: calc(50% + 50px)
}

.pay_checkbox .c_toggle~.c_check_label b.p_monthly {
    color: var(--col_dark)
}

.pay_checkbox .c_toggle:checked~.c_check_label b.p_monthly {
    color: var(--col_grey)
}

.pay_checkbox .c_toggle:checked~.c_check_label b.p_yearly {
    color: var(--col_dark)
}

.pay_checkbox .c_toggle~.c_check_label b.p_yearly {
    color: var(--col_grey)
}

.show_yearly,.pricing table th .info.show_yearly {
    display: none
}

.dropdown-menu {
    margin-top: 10px
}

#cookies-message-container {
    padding: 0;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 25px;
    width: 100%;
    z-index: 9999999;
    border-radius: 8px;
    margin: 0 auto;
    z-index: 999
}

#cookies-message {
    padding: 25px;
    max-width: 1110px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    left: 0;
    width: 100%;
    z-index: 9999999;
    border-radius: 8px;
    margin: 0 auto;
    box-shadow: 1px 2px 16px rgba(17,17,17,.2);
    background: var(--col_white)
}

#accept-cookies-checkbox {
    background-color: var(--col_main);
    padding: 10px 15px;
    color: var(--col_white)!important;
    display: block;
    margin: 15px auto 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 8px;
    max-width: 250px;
    font-size: 1rem
}

.bg_f_white {
    background: var(--col_white)
}

.tos_a .c_check_label {
    font-size: .925rem;
    color: var(--col_txt);
    margin-top: 25px;
    font-weight: 500
}

.code {
    display: none
}

.selected {
    display: block
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: #fff;
    background: var(--col_dark)!important;
    border-color: transparent
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 0!important;
    border-top-left-radius: 12px!important;
    border-top-right-radius: 12px!important;
    margin-right: 5px
}

.nav-tabs {
    border-bottom: 2px solid var(--col_main)
}

.nav-tabs .nav-link {
    padding-left: 25px
}

.nav-tabs .nav-link:after {
    display: none
}

pre[class*=language-]:before,pre[class*=language-]:after {
    display: none!important
}

pre[class*=language-]>code {
    border-left: 2px solid var(--col_main)!important;
    box-shadow: -1px 0 0 0 var(--col_main),0 0 0 1px var(--col_main_light)!important
}

.tab_page.pricing td+td,.tab_page.pricing th+th {
    text-align: left;
    display: table-cell
}

.bg_t_p_a {
    background: var(--col_grey_light);
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-top: 0;
    margin-bottom: 35px
}

.tab_page.pricing table {
    border-collapse: collapse;
    display: inline-table;
    table-layout: auto;
    position: relative;
    text-align: center;
    width: calc(100% - 30px);
    border-radius: 8px;
    font-size: 1rem;
    background: var(--col_white);
    margin: 0 15px
}

.tab_page.pricing td b {
    font-weight: 500;
    letter-spacing: .5px
}

.h4_of {
    color: var(--col_dark);
    font-size: 1.2rem;
    margin: 25px 0 5px!important;
    font-weight: 500
}

.of_main strong {
    font-weight: 500;
    letter-spacing: .5px;
    color: var(--col_accent)
}

.h1_of_1 {
    background: var(--col_main);
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 15px;
    margin: 35px 0 0!important;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--col_white)
}

pre[class*=language-] {
    margin: 0!important;
    width: 100%;
    display: inline-grid
}

.terms_page {
    line-height: 1.6;
    text-align: justify
}

.terms_page .h2_of_a {
    margin-bottom: 15px!important;
    margin-top: 25px!important
}

.terms_page ul li {
    padding: 10px 0
}

.terms_page ul {
    padding-left: 0!important
}

.terms_page ul li ul {
    padding-left: 25px!important
}

.terms_page ul li ul li ul {
    padding-left: 50px!important
}

.terms_page b {
    font-weight: 700
}

.plain_table .table thead th,.plain_table .table thead td {
    vertical-align: top;
    border-bottom: 2px solid var(--col_grey);
    padding: 15px
}

.plain_table .table-bordered {
    border: 1px solid var(--col_grey)
}

.terms_page.link_inline a {
    color: var(--col_main);
    font-weight: 500;
    padding: 0
}

.btn-secondary {
    color: #fff;
    background-color: var(--col_grey);
    border-color: var(--col_grey)
}

.modal-title {
    color: var(--col_main);
    font-weight: 500;
    letter-spacing: .5px
}

p.tos_change_ {
    color: var(--col_txt);
    line-height: 1.4;
    font-size: .925rem;
    text-align: justify
}

p.tos_change_ b {
    font-weight: 500;
    text-decoration: underline
}

p.tos_change_ a {
    font-weight: 700;
    letter-spcaing: 1px
}

.indx_log .pricing-table {
    max-width: calc(25% - 10px);
    float: left;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
    margin: 0 5px;
    padding: 15px;
    border-radius: 8px;
    transition: .3s;
    border: 1px solid var(--col_grey);
    box-shadow: 2px 5px 10px rgb(0 0 0/0%)
}

.indx_log .pricing-table:hover {
    border: 1px solid var(--col_border);
    box-shadow: 6px 12px 18px rgb(17 17 17/25%)
}

.indx_log .free .price-button {
    background: var(--col_green);
    height: 50px;
    padding: 0;
    line-height: 50px
}

.indx_log .pricing-table .pricing-features .feature {
    font-size: .8rem
}

.social_login {
    text-align: center;
    display: inline-block;
    border: 1px solid var(--col_border);
    padding: 15px 25px;
    margin: 15px;
    border-radius: 6px;
    width: 125px;
    font-weight: 500;
    color: var(--col_txt)
}

.social_login:hover {
    color: var(--col_white)!important;
    background: var(--col_main)!important
}

.stickyheader.no_a .info a {
    border: 1px solid var(--col_main);
    padding: 15px 25px!important
}

.stickyheader.no_a .info a:hover {
    background: var(--col_main)!important
}

.tab-pane a,.tab-pane i {
    word-break: break-all
}

.w-break {
    word-break: break-word
}

.sh_l_f {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 45px;
    display: inline-grid
}

.sh_l_f .sh_l_f__wrap {
    display: flex;
    position: relative;
    width: fit-content;
    max-width: 100%;
    justify-items: self-start
}

.sh_l_f .sh_l_f__wrap .swiper-slide {
    position: relative;
    width: auto;
    flex-shrink: 0;
    opacity: 1;
    height: auto;
    background: #fff;
    border-radius: 12px;
    transition: all .3s;
    padding: 25px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.sh_l_f .sh_l_f__wrap .swiper-slide i {
    position: absolute;
    top: 25px;
    right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: var(--col_accent_light);
    -webkit-border-radius: 50px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius: 50px;
    -moz-border-radius-topright: 12px;
    border-radius: 50px;
    border-top-right-radius: 12px
}

.sh_l_f .sh_l_f__wrap .swiper-slide i .i_svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: var(--col_accent);
    margin: auto
}

.sh_l_f .sh_l_f__wrap .swiper-slide h2,.sup_br h2 {
    display: inline-flex;
    width: calc(100% - 75px);
    color: var(--col_dark);
    font-weight: 700;
    font-size: 1.375rem;
    min-height: 64px;
    justify-content: flex-start;
    align-items: center;
    padding: 0
}

.sup_br h2 {
    min-height: inherit
}

.sup_br .grid_item {
    border: none;
    box-shadow: none;
    border-left: 1px solid var(--col_border);
    border-radius: 0
}

.sh_l_f .sh_l_f__wrap .swiper-slide h4,.sup_br h4 {
    display: block;
    color: var(--col_accent);
    width: calc(100% - 50px);
    font-weight: 500;
    letter-spacing: .5px
}

.sh_l_f .sh_l_f__wrap .swiper-slide p,.sup_br p {
    margin-top: 25px;
    line-height: 1.4;
    color: var(--col_txt)
}

.sh_l_f .sh_l_f__controls {
    position: absolute;
    bottom: -65px;
    z-index: 12;
    width: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center
}

.sh_l_f .sh_l_f__controls .sh_l_f__pagination {
    text-align: center;
    margin-top: 15px
}

.sh_l_f .sh_l_f__controls .sh_l_f__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: var(--col_grey_light_2);
    opacity: 1;
    margin: 0 4px;
    border-radius: 20px;
    transition: opacity .25s,background-color .25s,width .25s;
    transition-delay: .25s,.25s,0s
}

.sh_l_f .sh_l_f__controls .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.sh_l_f .sh_l_f__controls .sh_l_f__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--col_accent);
    width: 26px;
    transition-delay: 0s
}

.sh_l_f .sh_l_f__controls .sh_l_f__button-next,.sh_l_f .sh_l_f__controls .sh_l_f__button-prev {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 52px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(255 255 255/100%);
    border-radius: 12px
}

.sh_l_f .sh_l_f__controls .sh_l_f__button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjN2U4ODlmJy8+PC9zdmc+);
    left: 10px;
    right: auto
}

.sh_l_f .sh_l_f__controls .sh_l_f__button-next {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyM3ZTg4OWYnLz48L3N2Zz4=);
    right: 10px;
    left: auto
}

.sh_l_f .sh_l_f__controls .sh_l_f__button-prev:focus,.sh_l_f .sh_l_f__controls .sh_l_f__button-next:focus {
    outline: none!important
}

.btn_feat {
    margin-top: 25px!important;
    max-width: 220px!important;
    min-width: 220px!important;
    width: auto!important;
    color: var(--col_accent);
    background: var(--col_white);
    border: 1px solid var(--col_accent);
    padding: 0!important;
    text-align: center
}

.btn_feat:hover {
    color: var(--col_white);
    background: var(--col_accent);
    border: 1px solid var(--col_accent)
}

.h2_main {
    line-height: 1.4;
    font-size: 1.2rem;
    padding: 0 15px;
    color: var(--col_dark);
    font-weight: 500
}

.phone_screen_bg {
    background-image: linear-gradient(to top,#fff2f0 0%,#e3eeff 100%)
}

.phone_screen_2 {
    background-image: linear-gradient(to top,#fff2f0 0%,#e3eeff 99%,#cce0ff 100%)
}

.bg_light_lin {
    background-image: linear-gradient(315deg,var(--col_main_light) 0%,var(--col_white) 100%)
}

.bg_light_lin2 {
    background: var(--col_accent_light);
    background-image: linear-gradient(315deg,var(--col_accent_light) 0%,var(--col_white) 100%)
}

.hidden {
    display: none
}

.visible {
    display: block
}

.lines_bg_svg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 920px;
    height: 920px;
    max-width: 100%;
    background: url(../img/bg_round_lines.svg) no-repeat left -460px top -460px;
    background-size: contain
}

.lines_bg_svg:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 480px;
    height: 480px;
    max-width: 100%;
    background: url(../img/bg_round_lines.svg) no-repeat right -240px bottom -240px;
    background-size: contain;
    opacity: .75
}

.z_i_2 {
    z-index: 2
}

.bg_gradient_green {
    background-image: linear-gradient(to right,#d1e1ff 0%,#c7f5df 100%)
}

.faq>ul>li:not( .is-active )>div:not(.active_or_non) {
    height: 0;
    padding: 0 15px
}

.faq input {
    width: 100%;
    height: 60px;
    font-size: 20px;
    background-color: var(--col_white);
    display: block;
    padding: 0 20px!important;
    margin-bottom: 40px;
    -webkit-transition: box-shadow .1s linear;
    transition: box-shadow .1s linear;
    border-radius: 6px;
    border: 2px solid var(--col_txt)
}

.faq input::-webkit-input-placeholder {
    color: var(--col_grey)!important
}

.faq input::-moz-placeholder {
    color: var(--col_grey)!important
}

.faq input:-ms-input-placeholder {
    color: var(--col_grey)!important
}

.faq input:focus {
    box-shadow: 0 4px 8px rgba(52,67,75,.4)
}

.faq .highlight {
    background-color: var(--col_main_light)
}

.faq>ul>li>h2>a {
    font-size: 1.2rem;
    text-align: left;
    word-break: break-word;
    width: 100%;
    padding: 20px 15px
}

.faq>ul {
    margin-bottom: 35px
}

.faq>ul>li {
    position: relative;
    border-top: 1px solid var(--col_grey_light_2);
    padding: 0;
    margin: 0;
    height: auto;
    background: var(--col_white)
}

.faq>ul>li:hover {
    background: var(--col_border_light)
}

.faq>ul>li:first-child {
    border-top: none
}

.faq>ul>li.is-hidden {
    display: none
}

.faq>ul>li h2 {
    font-weight: 700;
    padding: 0 40px 0 0
}

.faq>ul>li h2:hover,.faq>ul>li h2:focus,.faq>ul>li.is-active h2,.faq>ul>li:target h2 {
    color: var(--col_main)
}

.faq>ul>li>div:not(.active_or_non ) {
    display: block;
    opacity: 0;
    margin: 0;
    padding: 0 15px 15px
}

.faq>ul>li.is-active>div {
    opacity: 1
}

.faq>ul>li>div.active_or_non {
    display: block
}

.faq>ul>li.is-active>div,.faq>ul>li:target>div {
    display: block
}

.faq__notfound {
    font-size: 20px;
    font-style: italic;
    display: none
}

.faq__notfound.is-visible {
    display: block
}

.faq li .active_or_non {
    position: absolute;
    width: 26px;
    height: 26px;
    border: 1px solid var(--col_main);
    background: var( --col_white);
    border-radius: 50%;
    box-shadow: 0 0 0 .5px var(--col_main);
    cursor: pointer;
    top: 18px;
    right: 15px;
    margin-top: 0!important
}

.faq li .active_or_non:before,.faq li .active_or_non:after {
    content: "";
    position: absolute;
    background-color: var(--col_main);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear
}

.faq li .active_or_non:before {
    top: calc(50% - 1px);
    left: 50%;
    width: 50%;
    height: 2px;
    margin-left: -25%;
    border-radius: 50px
}

.faq li .active_or_non:after {
    top: 11px;
    left: 50%;
    width: 50%;
    height: 2px;
    margin-left: -25%;
    border-radius: 50px
}

.faq li:not(.is-active) .active_or_non:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.faq li:not(.is-active) .active_or_non:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.supp_ul {
    position: relative;
    padding: 12px 16px;
    border-radius: 6px;
    background: var(--col_grey_light)
}

.supp_ul:before {
    content: '';
    position: absolute;
    top: -12px;
    left: 12px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid var(--col_grey_light)
}

.supp_ul li {
    margin-bottom: 5px
}

.supp_ul li a {
    font-weight: 400;
    width: 100%
}

.ads_dash iframe {
    margin: 0 auto;
    display: block
}

.thanks_page .h1_of b {
    color: var(--col_txt);
    font-size: 1.225rem;
    font-weight: 400
}

.breadcrumb {
    margin-bottom: 0
}

ol.breadcrumb {
    border-radius: 0;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.list-group a:first-child {
    border-radius: 0;
    -webkit-border-bottom-right-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    -moz-border-radius-bottomright: .25rem;
    -moz-border-radius-bottomleft: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.breadcrumb-item.active {
    color: var(--col_dark);
    font-weight: 500;
    letter-spacing: .5px;
    font-size: .975rem
}

.link_inline .breadcrumb {
    font-size: .85rem;
    background: var(--col_white);
    padding: 0;
    border-bottom: 1px solid var(--col_border);
    border-radius: 0;
    padding: 8px 12px
}

.link_inline .breadcrumb .breadcrumb-item.active {
    font-size: .85rem
}

.service-link {
    background: var(--col_main_light);
    padding: 25px 0;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.services-cuttly {
    margin: 90px auto 50px
}

.col_img_main {
    margin: 0 auto;
    display: flex;
    justify-content: flex-end
}

.col_img_main img {
    padding: 15px;
    max-height: 480px
}

.services-cuttly-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    background: rgb(255 255 255/50%);
    border-radius: 50px
}

.services-cuttly-links ul li span {
    display: block;
    margin: 0;
    text-align: center;
    color: #180964;
    max-width: 50px;
    margin: 0 auto 10px
}

.services-cuttly-links ul li span:before {
    font-size: 50px;
    margin: 0
}

.services-cuttly-links ul li a span svg {
    width: 32px;
    height: 32px;
    fill: #9ebbf8
}

.services-cuttly-links ul li a.active span svg {
    width: 32px;
    height: 32px;
    fill: var(--col_main)
}

.services-cuttly-links ul li {
    padding: 0;
    width: 100%;
    max-width: 20%
}

.services-cuttly-links ul li a {
    color: var(--col_dark)!important;
    text-align: center;
    position: relative;
    display: block;
    padding: 15px 0;
    border: 1px solid transparent;
    font-size: .925rem
}

.services-cuttly-links ul li:hover a {
    color: var(--col_main)!important
}

.services-cuttly-links ul li a.active {
    color: var(--col_main)!important;
    height: 100%;
    background: var(--col_white);
    box-shadow: 1px 2px 12px rgb(17 17 17/10%)
}

.services-cuttly-links ul li a.active:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: calc(50% - 16px);
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid var(--col_white)
}

.first_bor {
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.last_bor {
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

.service-cuttly .container {
    padding: 50px 15px;
    position: relative
}

.service-cuttly .container:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.services-cuttly .content small {
    display: block;
    text-transform: uppercase;
    color: var(--col_grey);
    letter-spacing: 1px
}

.services-cuttly .content h4 {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 15px 0!important;
    color: var(--col_dark)
}

.services-cuttly .content p {
    color: var(--col_grey);
    font-size: 1rem;
    line-height: 1.6;
    padding: 15px 0
}

.cutt_btn_all_f {
    min-width: 280px;
    margin: 15px 0 0;
    height: 48px;
    line-height: 48px;
    padding: 0 20px 0 40px
}

@media screen and (max-width: 1200px) {
    .h2_index {
        text-align:left!important
    }
}

@media screen and (max-width: 800px) {
    .pricing-table {
        max-width:calc(50% - 30px)
    }

    .indx_log .pricing-table {
        max-width: calc(50% - 10px);
        margin-bottom: 10px!important
    }

    .cutt_card_item {
        -webkit-flex: 0 1 45%;
        flex: 0 1 45%
    }

    .navbar-cuttly .collapse:not(.show) {
        display: inline-block
    }

    .navbar-cuttly .collapse ul {
        display: none
    }

    .navbar-cuttly .collapse ul.ml-0 {
        display: block
    }

    .navbar-cuttly .drop_border,.nav_line {
        border-left: none;
        position: absolute;
        top: 15px;
        right: 15px
    }

    .navbar-cuttly .dropdown-menu {
        margin-top: 55px;
        width: 90vw
    }

    .navbar-cuttly .dropdown-menu.show:after {
        top: 48px;
        left: unset;
        right: 15px
    }
}

@media screen and (max-width: 768px) {
    .disply-none {
        display: none;
    }

    button {
        height: 45px!important;
        margin: auto!important;
    }

    .pricing table {
        margin: 0
    }

    .page_cuttly .container,.page_cuttly .container-fluid {
        padding-left: 15px!important;
        padding-right: 15px!important;
        margin: 0 auto!important;
        border-radius: 0!important;
        border: none!important
    }

    .mobile_bg {
        display: none
    }

    .grid_wrap {
        grid-template-columns: repeat(1,1fr)
    }

    .box_register {
        display: block
    }

    .box_register .register_txt {
        padding: 10px 0
    }

    .services-cuttly-links ul li a {
        overflow: hidden;
        text-indent: -9999px;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .is_index_lout .navbar-cuttly.nav_flow {
        background: var(--col_main_dark_2)
    }

    .banner-text.mobile-top-margin h2.section-heading.mb-2 {
        font-size: 30px !important;
    }
    
     .new-bg {
        height: 375px!important
    }
        
    .banner-text.mobile-top-margin input.cutt_url {
        font-size: 11px;
    }
}

@media screen and (max-width: 600px) {
    .pricing-table {
        max-width:calc(100% - 30px)
    }

    .indx_log .pricing-table {
        max-width: calc(100% - 30px);
        margin: 0 15px 25px!important
    }

    .footer-big {
        padding: 50px 25px;
        text-align: center
    }

    .cutt_card_item {
        -webkit-flex: 0 1 100%;
        flex: 0 1 100%
    }

    .cutt_card {
        margin: 0 auto
    }

    .h2_index {
        text-align: left!important
    }

    .cutt_main_b {
        background-image: none;
        height: auto;
        min-height: 300px;
        max-height: 360px
    }

    .pricing ul,.pricing th {
        width: 100%
    }

    .pricing li {
        width: 25%;
        float: left
    }

    .pricing li.active {
        border-bottom: 4px solid var(--col_main)
    }

    .pricing button {
        background: var(--col_main_light)!important;
        color: var(--col_txt)!important;
        border-bottom: 4px solid var(--col_main_light)
    }

    .social_cuttly {
        display: flex;
        justify-content: center
    }

    .box_register img {
        display: none
    }

    .main_dashboard .wyniki_all {
        padding: 0!important
    }

    main .wyniki_all .row .d-flex {
        margin-bottom: 15px
    }

    .services-cuttly-links ul {
        border-radius: 8px;
        padding: 8px 8px 4px;
        display: block
    }

    .services-cuttly-links ul li {
        border-radius: 8px;
        max-width: calc(50% - 2px);
        display: inline-block
    }

    .services-cuttly-links ul li a span svg {
        display: none
    }

    .services-cuttly-links ul li span {
        margin: 0
    }

    .services-cuttly-links ul li a.active {
        border-radius: 8px
    }

    .tab-pane a {
        margin: 0 auto
    }
}

.pay_link_a_c {
    border-radius: 50px;
    color: var(--col_grey)!important;
    line-height: inherit;
    padding: 0 4px;
    height: auto;
    margin: 0;
    background: 0 0!important;
    text-align: center;
    width: 100%;
    padding: 15px!important;
    display: block!important
}

.pay_link_a_c:hover {
    background: var(--col_grey)!important
}

.txt_wh_ {
    color: var(--col_white)!important
}

.max_w_no {
    max-width: none!important
}

.padd_12 {
    padding: 12px 20px
}

.bg_cuttly_main_092021 {
    /*background: var(--col_grey_light)*/
}

.bg_cuttly_main_092021 .header__bg {
    position: absolute;
    top: -30%;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 13%;
    background: #4181ff;
    background: -moz-linear-gradient(-45deg,var(--col_main_dark_2) 10%,var(--col_main_dark) 90%);
    background: -webkit-linear-gradient(-45deg,var(--col_main_dark_2) 10%,var(--col_main_dark) 90%);
    background: linear-gradient(-45deg,var(--col_main_dark_2) 10%,var(--col_main_dark) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4181ff",endColorstr="#5a74ff",GradientType=1);
    transform: skewY(-6deg);
    transform-origin: top left;
    overflow: hidden
}

.main_c_bg_092021 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-width: 1024px;
    height: auto;
    fill: currentColor;
    background: var(--col_grey_light)
}

.bg_cuttly_main_092021 .dv_main .h1_1 {
    color: var(--col_main_light_2)!important
}

.bg_cuttly_main_092021 .dv_main .h1,.bg_cuttly_main_092021 .dv_main .h2_index {
    text-shadow: none;
    color: var(--col_white)!important;
    text-align: left!important
}

.bg_cuttly_main_092021 .dv_main .h2_index {
    font-size: 1.1rem;
    letter-spacing: .5px;
    padding: 15px 0 0 15px;
    opacity: .85;
    line-height: 1.4
}

.bg_cuttly_main_092021 .phone-big {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 240px;
    height: 480px;
    align-items: center;
    border-radius: 32px;
    background: var(--col_grey_light);
    box-shadow: 0 35px 75px -15px rgb(17 17 17/25%),0 25px 50px -25px rgb(17 17 17/25%),inset 0 -4px 8px 0 rgb(195 195 195)
}

.bg_cuttly_main_092021 .phone-screen {
    position: relative;
    margin: 8px;
    display: block;
    border: 1px solid var(--col_grey_light_2);
    border-radius: 32px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    overflow: hidden;
    background-image: linear-gradient(120deg,#ffffff 0%,#f8f8f8 100%)
}

.bg_cuttly_main_092021 .phone-big:after {
    top: 15px;
    margin-right: -6px;
    width: 12px;
    height: 12px;
    border: 1px solid var(--col_grey_light_2);
    background: rgb(17 17 17/2%)
}

.bg_cuttly_main_092021 .dv_main h1 {
    margin-top: -20%!important
}

.header__bg svg {
    position: absolute;
    top: 50%;
    left: -60px;
    width: 180px;
    transform: rotate(75deg)
}

.header__bg svg:nth-child(2) {
    position: absolute;
    top: 50%;
    right: -92px;
    left: auto;
    width: 260px;
    transform: rotate(5deg)
}

.header__bg svg * {
    fill: rgb(255 255 255/10%)
}

.stop {
    background: var(--col_accent)
}

.stop *,.stop a.nav_pro,.stop a.lang_nav,.stop a.lang_nav span,.stop .dropdown-item.active,.stop .dropdown-item:active {
    color: var(--col_white)!important
}

.stop a.lang_nav span {
    border-right: 1px solid rgb(255 255 255/15%)
}

.stop a.lang_nav,.stop .dropdown-item.active,.stop .dropdown-item:active,.stop #accept-cookies-checkbox {
    background: var(--col_accent)!important
}

.stop .nav-item * {
    color: var(--col_txt)!important
}

.stop .cook_msg,.stop .cook_msg *,.stop a.nav_pro:hover {
    color: var(--col_txt)!important
}

.stop .cook_msg a {
    text-decoration: underline
}

.stop header .navbar {
    background: #cc2518
}

.stop footer {
    display: none
}

.stop .warn_url {
    background-color: #cc2518;
    border: none
}

.stop .txt_p_plain {
    line-height: 1.4
}

.stop .txt_p_plain b,.stop .p_txt strong {
    font-weight: 500
}

.stop .p_txt b {
    font-weight: 500;
    text-decoration: underline
}

.stop .h1_of {
    font-weight: 500;
    margin: 0 0 15px!important
}

.stop .h1_of b {
    font-weight: 700
}

.stop .h1_of strong {
    text-decoration: underline
}

.max_64 {
    max-width: 64px;
    margin: 0 13px
}

.bor_p_l {
    border-left: 1px solid rgba(255,255,255,.25);
    margin-left: 4px
}

.navbar-brand small {
    font-size: .975rem;
    border-left: 1px solid rgba(255,255,255,.25);
    width: auto;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    padding-left: 12px
}

.flex_c_area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 75px
}

.stop .small_info {
    font-size: .825rem;
    text-align: justify;
    opacity: .85;
    letter-spacing: .5px
}

.stop .flex_c_area a,.stop .navbar-cuttly a.back_safe {
    margin: 0;
    padding: 0;
    text-decoration: underline;
    font-weight: 400
}

.stop .warn_url a {
    font-size: .825em;
    margin-left: 0!important;
    padding: 0!important
}

.stop .navbar-cuttly a.back_safe:hover,.stop .flex_c_area a:hover {
    color: #fff!important
}

.stop .ul_c li {
    padding-left: 25px;
    position: relative
}

.stop .ul_c li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: var(--col_accent_light)
}

.stop .warn_url .txt_p_plain b {
    font-size: 1rem;
    font-weight: 400
}

.lout_stats30 .h1_of {
    font-size: 1.4rem;
    margin-top: 25px!important;
    margin-bottom: 0!important
}

.b-top {
    border-top: 1px solid var(--col_grey_2)
}

.banner-area1
	{
		    background-image: url('../assets_homepage/img/background.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
		background-color: transparent !important;
		padding: 20vh 0 17vh;
	}
.navbar-cuttly, .footer--light
	{
		background: linear-gradient(90deg, rgb(100 0 216) 0%, rgb(78 27 221) 36%, rgb(55 92 253) 69%)!important;
		/*background: linear-gradient(50deg, #000000, #373636 60.92%)!important*/
	}
	
	@media(max-width:992px)
	{
		 .banner-area1 {
    padding: 10vh 0;
}
	}

@media screen and (max-width: 800px) {
    .stop .navbar-cuttly .collapse ul {
        display:flex;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (max-width: 768px) {
    .flex_c_area {
        flex-direction:column
    }

    .bor_p_l {
        border-left: none;
        margin-left: 0;
        padding-left: 0!important
    }

    .stop .navbar-cuttly .collapse {
        display: inline-block;
        float: right;
        width: max-content;
        position: absolute;
        right: 5px;
        top: 15px
    }

    .stop .lang_nav {
        position: absolute;
        right: 0;
        top: 0
    }

    .btn_m_l_1 {
        margin-bottom: 15px!important
    }

    .bg_cuttly_main_092021 .header__bg {
        transform: skewY(0deg);
        top: 0;
        height: 100%
    }

    .cutt_main_b2 {
        height: auto;
        min-height: 100%;
        max-height: none;
        padding: 50px 0 0!important;
        margin: 0px 0 80px;
    }

    .butt_on_2 a {
        margin-top: 8px
    }

    .click_stats {
        float: none
    }

    .bg_cuttly_main_092021 .dv_main h1 {
        margin-top: -10%!important
    }

    .sup_br .grid_item {
        border-left: none
    }
}

@media screen and (max-width: 440px) {
    .bg_cuttly_main_092021 .dv_main h1 {
        margin-top:-15%!important
    }
}

@media screen and (max-width: 415px) {
    .stop .nav_pro {
        display:none
    }
}

@media screen and (max-width: 399px) {
    .bg_cuttly_main_092021 .dv_main h1 {
        margin-top:-20%!important
    }
}

 