/*
Theme Name: Cannondale
Theme URI: https://davisonpro.dev/
Author: Davison Pro
*/

.header {
    position: relative;
    top: 0;
    background-color: #fff;
    z-index: 19;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: height .1s;
    transition: height .1s;
    border-bottom: 1px solid #ededed
}

@media (min-width: 480px) {
    .header {
        height:80px;
        border-bottom: none
    }
}

.header .container {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .UserBlock {
    display: none
}

@media (min-width: 1140px) {
    .header .UserBlock {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.header--outside-wrap {
    min-height: 68px
}

@media (min-width: 480px) {
    .header--outside-wrap {
        min-height:80px
    }
}

.header--sticky {
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0 15px 40px rgba(21,37,72,.08);
    box-shadow: 0 15px 40px rgba(21,37,72,.08);
    height: 68px
}

@media (min-width: 1140px) {
    .header--sticky {
        height:80px
    }
}

@media (min-width: 480px) {
    .header--sticky .header__menu-wrapper {
        margin-top:68px
    }
}

@media (min-width: 1140px) {
    .header--sticky .header__menu-wrapper {
        margin-top:0
    }
}

@media (max-width: 1024px) {
    .header--burger-open {
        z-index:21
    }
}

.header .logo:active,.header .logo:focus,.header .logo:hover {
    text-decoration: none
}

.header .logo img {
    width: 150px
}

@media (min-width: 480px) {
    .header .logo img {
        width:173px;
        height: auto
    }
}

.header .btn--order-desktop {
    display: none
}

@media (min-width: 1140px) {
    .header .btn--order-desktop {
        display:block;
        margin-left: 1.5rem
    }
}

.header__manage-orders {
    display: none
}

.header__manage-orders:focus,.header__manage-orders:hover {
    text-decoration: none
}

@media (min-width: 1140px) {
    .header__manage-orders {
        -webkit-box-shadow:none;
        box-shadow: none;
        border-radius: 0;
        color: #0e9c60;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 700;
        font-size: .875rem;
        margin: 0;
        overflow: visible;
        width: auto;
        height: auto;
        text-indent: unset;
        padding-left: 1.5rem;
        background: url(./images/redesign/icons/ico_manage-orders.svg) 0 no-repeat;
        line-height: 1.5
    }
}

.header .header__order-btn-mobile {
    margin-right: 8px;
    margin-left: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(5,173,163,.08);
    color: #0e9c60;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    padding: 6px 12px;
    -webkit-transition: none;
    transition: none;
    position: relative
}

@media (min-width: 1140px) {
    .header .header__order-btn-mobile {
        display:none
    }
}

.header .header__order-btn-mobile:focus,.header .header__order-btn-mobile:hover {
    color: #fff;
    background-color: #0e9c60;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header .header__order-btn-mobile:active {
    color: #fff;
    background-color: #0e9c60
}

.header .header__order-btn-mobile--hidden {
    display: none
}

.header__toggle-menu {
    width: 36px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 0 0 10px;
    padding: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-color: #f7f8fa;
    border-radius: 8px
}

@media (min-width: 1140px) {
    .header__toggle-menu {
        display:none
    }
}

.header__toggle-menu span {
    position: relative;
    width: 80%;
    height: 2px;
    background-color: #424242
}

.header__toggle-menu span:after,.header__toggle-menu span:before {
    content: "";
    right: 0;
    position: absolute;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    height: 2px;
    width: 126%;
    background-color: #424242
}

.header__toggle-menu span:after {
    top: 6px
}

.header__toggle-menu span:before {
    top: -6px
}

.header__toggle-menu--active span {
    background-color: transparent
}

.header__toggle-menu--active span:after,.header__toggle-menu--active span:before {
    top: 0
}

.header__toggle-menu--active span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header__toggle-menu--active span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (min-width: 1140px) {
    .header__menu {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.header__menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 1.5rem 9rem;
    height: 100vh;
    margin-top: 68px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    background-color: #fff
}

@media (min-width: 480px) {
    .header__menu-wrapper {
        margin-top:5rem
    }
}

@media (min-width: 1140px) {
    .header__menu-wrapper {
        position:static;
        padding: 0;
        opacity: 1;
        visibility: visible;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        height: auto;
        margin: 0 auto 0 48px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: visible
    }
}

.header__menu-wrapper--open {
    opacity: 1;
    visibility: visible
}

.header__menu-wrapper .btn {
    display: inline-block;
    margin-top: 20px
}

@media (min-width: 1140px) {
    .header__menu-wrapper .btn {
        display:none
    }
}

.header__menu__item {
    background: none;
    padding: 0;
    margin: 0
}

@media (min-width: 1140px) {
    .header__menu__item {
        margin:0 2rem 0 0;
        font-size: .875rem;
        position: relative
    }
}

.header__menu__item a {
    color: #424242
}

@media (min-width: 1140px) {
    .header__menu__item a {
        border:0
    }
}

.header__menu__item a:focus,.header__menu__item a:hover {
    color: #0e9c60;
    text-decoration: none
}

.header__menu__item>* {
    font-weight: 500;
    padding: 19px 0;
    display: inline-block;
    width: 100%;
    line-height: 1.3
}

@media (min-width: 1140px) {
    .header__menu__item>* {
        width:auto;
        -webkit-transition: padding-top .1s,padding-bottom .1s;
        transition: padding-top .1s,padding-bottom .1s
    }
}

.header__menu__item span {
    border-top: 0
}

.header__menu__manage-orders {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    color: #0e9c60;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: .875rem;
    margin: 0;
    overflow: visible;
    width: auto;
    height: auto;
    text-indent: unset;
    padding-left: 1.5rem;
    background-image: url(./images/redesign/icons/ico_manage-orders.svg);
    background-position: 0;
    background-repeat: no-repeat;
    min-height: 18px
}

@media (min-width: 1140px) {
    .header__menu__manage-orders {
        display:none
    }
}

.header__menu__manage-orders:active,.header__menu__manage-orders:focus,.header__menu__manage-orders:hover {
    text-decoration: none
}

.header__menu__manage-orders-wrapper {
    background: none;
    padding-left: 0;
    margin: 0 0 20px;
    padding-top: 19px
}

@media (min-width: 1140px) {
    .header__menu__manage-orders-wrapper {
        display:none
    }
}

@media (max-width: 1024px) {
    .header__menu>.header__menu__item {
        border-bottom:1px solid #c2c2c2
    }
}

.header__submenu-label {
    display: block;
    padding-right: 16px;
    cursor: pointer
}

@media (min-width: 1024px) {
    .header__submenu-label {
        font-size:14px;
        color: #424242;
        display: inline-block;
        position: relative
    }
}

@media (max-width: 1024px) {
    .header__submenu-label a,.header a.header__submenu-label {
        max-width:-webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content
    }

    .header a.header__submenu-label {
        border-top: 0
    }
}

.header__submenu-container {
    position: relative;
    padding-bottom: 0
}

@media (max-width: 1024px) {
    .header__submenu-container {
        padding-right:30px
    }
}

@media (min-width: 1024px) {
    .header__submenu-container:hover .header__submenu {
        position:absolute;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        max-height: none;
        width: auto;
        overflow: inherit;
        top: calc(100% + 10px);
        right: 4px;
        bottom: 0;
        margin: 0;
        padding: 24px 24px 14px;
        -webkit-transform: translateX(50%) translateY(-10px);
        transform: translateX(50%) translateY(-10px);
        background-color: #fff;
        border-radius: 8px;
        pointer-events: auto;
        opacity: 1;
        -webkit-transition: opacity .3s ease,pointer-events .3s ease,-webkit-transform .3s ease;
        transition: opacity .3s ease,pointer-events .3s ease,-webkit-transform .3s ease;
        transition: opacity .3s ease,transform .3s ease,pointer-events .3s ease;
        transition: opacity .3s ease,transform .3s ease,pointer-events .3s ease,-webkit-transform .3s ease
    }

    .header__submenu-container:hover .header__submenu:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 10px 30px rgba(13,36,54,.15);
        box-shadow: 0 10px 30px rgba(13,36,54,.15);
        border-radius: 8px
    }

    .header__submenu-container:hover .header__submenu:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        top: -10px;
        right: calc(50% - 10px);
        -webkit-transform: rotate(-45deg) skew(8deg,8deg);
        transform: rotate(-45deg) skew(8deg,8deg);
        background-color: #fff;
        -webkit-box-shadow: 10px -10px 40px rgba(13,36,54,.15);
        box-shadow: 10px -10px 40px rgba(13,36,54,.15);
        border-right: 10px solid #fff;
        border-top: 10px solid transparent
    }
}

@media (min-width: 1024px) {
    .header__submenu-container:hover .header__submenu-label:before,.header__submenu-container:hover:before {
        -webkit-transform:rotate(-135deg) translate(-3px,-3px);
        transform: rotate(-135deg) translate(-3px,-3px)
    }
}

.header__submenu-container:before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 25px;
    right: 4px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    margin: auto;
    border-color: #424242;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (min-width: 1024px) {
    .header__submenu-container:before {
        height:9px;
        width: 9px;
        top: 22px;
        right: 0;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@media (max-width: 1024px) {
    .header__submenu-container.open:after,.header__submenu-container.open:before {
        content:" ";
        position: absolute;
        height: 11px;
        width: 2px;
        background-color: #424242;
        cursor: pointer;
        top: 25px;
        right: 4px;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
    }

    .header__submenu-container.open:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-width: 0;
        border-style: unset;
        bottom: unset
    }

    .header__submenu-container.open:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.header__submenu {
    padding: 0;
    height: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease
}

@media (min-width: 1024px) {
    .header__submenu {
        position:absolute;
        max-height: none;
        opacity: 0;
        -webkit-transform: translateX(50%) translateY(30px);
        transform: translateX(50%) translateY(30px)
    }
}

@media (max-width: 1024px) {
    .header__submenu.open {
        display:block;
        max-height: 800px;
        height: 100%;
        -webkit-transition: max-height .3s linear;
        transition: max-height .3s linear;
        padding: 4px 0 8px
    }
}

.header__submenu__columns {
    display: block
}

@media (min-width: 1024px) {
    .header__submenu__columns {
        width:auto
    }
}

@media (min-width: 1024px) {
    .header__submenu__columns--our-services {
        -webkit-columns:2;
        -moz-columns: 2;
        column-count: 2;
        grid-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }
}

.header__submenu .header__menu__item {
    position: relative;
    padding: 0 0 18px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin: 0
}

@media (min-width: 1024px) {
    .header__submenu .header__menu__item {
        min-width:148px;
        margin-bottom: 14px;
        padding: 0
    }
}

.header__submenu .header__menu__item+.header__menu__item {
    margin-top: 0;
    border: 0
}

@media (min-width: 1024px) {
    .header__submenu .header__menu__item+.header__menu__item {
        margin-top:0;
        margin-left: 0
    }
}

.header__submenu .header__menu__item>a {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #616161;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    padding: 0;
    border-top: unset
}

@media (min-width: 1024px) {
    .header__submenu .header__menu__item>a {
        color:#424242
    }
}

.header__submenu .header__menu__item>a:focus,.header__submenu .header__menu__item>a:hover {
    color: #0e9c60
}

.header .UserBlockWhois {
    background: url(./images/redesign/icons/ico_manage-orders.svg) 18px no-repeat
}

.header .UserBlockWhois:after {
    background: url(./images/redesign/icons/ico_manage-orders-arrow.svg) no-repeat
}

.logo {
    font-size: 20px;
}

.footer {
    background-color: #071826
}

.footer a {
    -webkit-transition: color .2s,opacity .2s;
    transition: color .2s,opacity .2s;
    color: #5a7184;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.39
}

@media (min-width: 1024px) {
    .footer a {
        line-height:1.86
    }
}

.footer a:focus,.footer a:hover {
    color: #fff;
    text-decoration: none
}

.footer__label {
    font-size: 1.25rem;
    line-height: 1.42;
    color: hsla(0,0%,100%,.6);
    margin-bottom: 1rem;
    display: inline-block;
    width: 100%;
    font-weight: 700
}

@media (min-width: 1024px) {
    .footer__label {
        font-size:1.5rem
    }
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__row--column-2>* {
    max-width: 100%
}

@media (min-width: 1024px) {
    .footer__row--column-2>* {
        max-width:calc(50% - .25rem)
    }
}

.footer__row--column-4:first-child {
    padding-bottom: .5rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid rgba(229,234,244,.05)
}

.footer__row--column-4>* {
    max-width: calc(50% - .25rem)
}

@media (min-width: 1024px) {
    .footer__row--column-4>* {
        max-width:calc(25% - .25rem)
    }
}

.footer__row--services {
    margin-bottom: 1.5rem
}

@media (min-width: 1024px) {
    .footer__row--services {
        margin-bottom:3rem
    }
}

.footer__row--services li {
    width: 100%
}

.footer__column-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__cell {
    width: 100%;
    margin-bottom: 2rem
}

.footer__cell p {
    color: #5a7184
}

.footer__cell p:last-child {
    margin-bottom: 0
}

.footer__cell.footer__cell--size-2 {
    max-width: 100%
}

@media (min-width: 1024px) {
    .footer__cell.footer__cell--size-2 {
        max-width:calc(50% - .25rem)
    }
}

.footer__cell--terms ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__cell--terms ul li {
    width: 100%;
    max-width: calc(50% - .25rem)
}

@media (min-width: 1024px) {
    .footer__cell--attention {
        max-width:360px;
        margin-right: auto;
        margin-bottom: 0
    }
}

.footer__cell--disclaimer {
    margin-bottom: .5rem
}

@media (min-width: 1024px) {
    .footer__cell--disclaimer {
        max-width:978px
    }
}

@media (max-width: 1024px) {
    .footer__cell--no-columns-mobile {
        max-width:-webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }
}

.footer li {
    padding: 0;
    margin: 0 0 .5rem;
    background: none
}

.footer__langs__list {
    max-width: 120px;
    margin-bottom: 1.5rem
}

@media screen and (min-width: 768px) {
    .footer__langs__list {
        max-width:100%
    }
}

.footer__langs__list a {
    width: 35px;
    height: 24px;
    opacity: .7;
    display: inline-block;
    margin: 0 .75rem .75rem 0
}

@media screen and (min-width: 768px) {
    .footer__langs__list a {
        margin:0 .25rem
    }
}

.footer__langs__list a:hover {
    opacity: 1
}

.footer__accept {
    width: 120px
}

@media (min-width: 1024px) {
    .footer__accept {
        width:auto
    }
}

.footer__accept img {
    max-height: 24px;
    margin-bottom: 4px
}

@media (min-width: 1024px) {
    .footer__accept img {
        max-height:35px
    }
}

.footer__payments {
    max-width: 35px;
    max-height: 23px
}

@media (min-width: 1024px) {
    .footer__payments {
        max-width:100%
    }
}

.footer__payments--bigger {
    width: 54px;
    height: 34px
}

@media (min-width: 1024px) {
    .footer__copyright {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 3rem
    }
}

.footer__copyright p {
    color: #5a7184
}

@media (min-width: 1024px) {
    .footer__copyright p {
        margin:0 1.5rem 0 0
    }
}

.footer__dmca {
    display: block;
    margin-top: 2rem
}

@media (min-width: 1024px) {
    .footer__dmca {
        display:inline-block;
        margin-top: 0
    }
}

.footer__badge {
    display: none
}

@media (min-width: 1024px) {
    .footer__badge {
        display:block
    }
}

.testimonials {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 2rem;
    position: relative
}

@media (min-width: 1024px) {
    .testimonials {
        margin-top:1.5rem;
        padding: 0 3rem
    }
}

.testimonials--with-sitejabber {
    padding: 0
}

@media (min-width: 1024px) {
    .testimonials--with-sitejabber {
        margin:0;
        padding: 0;
        overflow: hidden
    }
}

.testimonials--with-sitejabber .splide__track {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem!important;
    padding-right: 1rem!important;
    width: calc(100% + 2rem);
    margin-left: -1rem;
}

@media (min-width: 1024px) {
    .testimonials--with-sitejabber .splide__track {
        padding-top:2rem;
        padding-bottom: 2rem;
    }
}

.testimonials-slider {
    max-width: 100%
}

.testimonials .Loader {
    left: 0
}

.testimonials .splide:not(.is-overflow) .splide__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 1024px) {
    .testimonials .splide__arrow {
        top:-70px
    }
}

.testimonials .splide__arrow[disabled] {
    width: 0;
    height: 0;
    overflow: hidden
}

.testimonials .splide__arrow--prev {
    left: -2rem
}

@media (min-width: 1024px) {
    .testimonials .splide__arrow--prev {
        left:-50px
    }
}

.testimonials .splide__arrow--next {
    right: -2rem
}

@media (min-width: 1024px) {
    .testimonials .splide__arrow--next {
        right:-50px
    }
}

.testimonials .splide__read-more-btn {
    margin-top: 1rem;
    text-align: center
}

@media (min-width: 1024px) {
    .testimonials .splide__read-more-btn {
        margin-top:2rem
    }
}

.testimonials__item {
    width: 100%;
    padding: 1.5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-radius: 8px;
    background-color: #f2f6f9
}

@media (min-width: 1024px) {
    .testimonials__item {
        padding:36px
    }
}

.testimonials__item__top {
    margin-bottom: 1rem;
    width: 100%
}

@media (min-width: 1024px) {
    .testimonials__item__top {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 1.5rem
    }
}

.testimonials__item__id {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #0d2436
}

@media (min-width: 1024px) {
    .testimonials__item__id {
        margin-bottom:0;
        font-size: 24px;
        line-height: 1.4;
        min-width: 280px
    }
}

.testimonials__item__rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.testimonials__item__rate span {
    font-size: 14px;
    font-weight: 700;
    color: #394a58;
    margin-right: 8px
}

@media (min-width: 1024px) {
    .testimonials__item__rate span {
        font-size:18px
    }
}

.testimonials__item__body {
    font-size: 16px;
    line-height: 1.5;
    color: #394a58;
    margin-bottom: 1.5rem
}

@media (min-width: 1024px) {
    .testimonials__item__body {
        font-size:20px;
        line-height: 1.7
    }
}

.testimonials__item__footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
    width: 100%;
    padding-top: 8px;
    font-size: 16px;
    line-height: 1.3;
    color: #405262
}

@media (min-width: 1024px) {
    .testimonials__item__footer {
        padding-top:20px
    }
}

.testimonials__item__footer:before {
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #05ada3
}

.testimonials__item__percentage__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    color: #0d2436;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

@media (min-width: 1024px) {
    .testimonials__item__percentage__title {
        font-size:36px;
        margin-bottom: 6px
    }
}

.testimonials__item__percentage__title:before {
    content: "";
    width: 29px;
    height: 29px;
    margin-right: 8px;
    background: url(./images/img_star-yellow.png) 50%/contain
}

@media (min-width: 1024px) {
    .testimonials__item__percentage__title:before {
        width:36px;
        height: 36px;
        margin-right: 1rem
    }
}

.testimonials__item__percentage .testimonials__item__body {
    margin-bottom: 1rem
}

@media (min-width: 1024px) {
    .testimonials__item__percentage .testimonials__item__body {
        margin-bottom:12px
    }
}

.testimonials__item__more__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6rem;
    color: #0d2436;
    margin-bottom: 1.5rem
}

@media (min-width: 1024px) {
    .testimonials__item__more__title {
        font-size:24px;
        line-height: 1.4
    }
}

.testimonials__item .btn {
    margin-right: auto;
    margin-bottom: 1.5rem
}


.section-solution {
    overflow: hidden
}

.section-solution .container {
    position: relative
}

@media (min-width: 1140px) {
    .section-solution .container:before {
        content:"";
        display: block;
        background: url(./images/plagiarizm-checker/img_recently-papers.svg) 0 0/contain no-repeat;
        width: 190px;
        height: 231px;
        position: absolute;
        top: -121px;
        right: 0
    }
}

@media (min-width: 1140px) {
    .section-solution__content {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-top: 48px
    }
}

.section-solution__animate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 560px
}

@media (min-width: 1140px) {
    .section-solution__animate {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: auto;
        max-width: 100%
    }
}

.section-solution__animate__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding: 20px;
    width: 216px;
    height: 216px;
    border-radius: 50%;
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    -webkit-box-shadow: 0 15px 40px rgba(21,37,72,.08);
    box-shadow: 0 15px 40px rgba(21,37,72,.08);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
    transition: opacity .6s ease,-webkit-transform .6s ease;
    transition: opacity .6s ease,transform .6s ease;
    transition: opacity .6s ease,transform .6s ease,-webkit-transform .6s ease
}

@media (min-width: 1140px) {
    .section-solution__animate__block {
        width:334px;
        height: 334px;
        font-size: 20px;
        line-height: 28px
    }
}

.section-solution__animate__block strong {
    width: 100%;
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    text-shadow: 0 15px 40px rgba(21,37,72,.08);
    margin-bottom: 2px;
    display: inline-block
}

@media (min-width: 1140px) {
    .section-solution__animate__block strong {
        font-size:54px;
        line-height: 70px;
        margin-bottom: 8px
    }
}

.section-solution__animate__block--1 {
    background-color: #0d2436;
    z-index: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0
}

@media (min-width: 1140px) {
    .section-solution__animate__block--1 {
        -webkit-transform:translateX(0);
        transform: translateX(0)
    }
}

.section-solution__animate__block--2 {
    background-color: #fff;
    z-index: 2;
    -webkit-transform: translateY(-216px);
    transform: translateY(-216px);
    opacity: 0
}

@media (min-width: 1140px) {
    .section-solution__animate__block--2 {
        -webkit-transform:translateY(0) translateX(-334px);
        transform: translateY(0) translateX(-334px)
    }
}

.section-solution__animate__block--2 span {
    color: #0d2436;
    margin-bottom: 0
}

.section-solution__animate__block--3 {
    background-color: #05ada3;
    z-index: 3;
    -webkit-transform: translateY(-432px);
    transform: translateY(-432px)
}

@media (min-width: 1140px) {
    .section-solution__animate__block--3 {
        -webkit-transform:translateY(0) translateX(-668px);
        transform: translateY(0) translateX(-668px)
    }
}

.section-solution__animate.animate-1 .section-solution__animate__block--2 {
    opacity: 1
}

.section-solution__animate.animate-1 .section-solution__animate__block--3 {
    -webkit-transform: translateY(-256px);
    transform: translateY(-256px)
}

@media (min-width: 1140px) {
    .section-solution__animate.animate-1 .section-solution__animate__block--3 {
        -webkit-transform:translateY(0) translateX(-374px);
        transform: translateY(0) translateX(-374px)
    }
}

.section-solution__animate.animate-2 .section-solution__animate__block--1 {
    opacity: 1
}

.section-solution__animate.animate-2 .section-solution__animate__block--2 {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
}

@media (min-width: 1140px) {
    .section-solution__animate.animate-2 .section-solution__animate__block--2 {
        -webkit-transform:translateY(0) translateX(-40px);
        transform: translateY(0) translateX(-40px)
    }
}

.section-solution__animate.animate-2 .section-solution__animate__block--3 {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px)
}

@media (min-width: 1140px) {
    .section-solution__animate.animate-2 .section-solution__animate__block--3 {
        -webkit-transform:translateY(0) translateX(-80px);
        transform: translateY(0) translateX(-80px)
    }
}

.section-solution__info {
    width: 100%;
    border-top: 2px solid #ef476f;
    padding-top: 24px;
    margin-top: 48px
}

@media (min-width: 1140px) {
    .section-solution__info {
        max-width:207px;
        margin-top: 0;
        margin-left: 24px
    }
}

.section-solution__info p {
    margin: 0
}

.section-solution__info strong {
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    margin-bottom: 8px
}


.section-testimonials {
    overflow: hidden
}

.section-testimonials .section__description {
    position: relative;
    z-index: 3;
    color: #0d2436
}

@media (min-width: 768px) {
    .section-testimonials .section__description {
        max-width:560px
    }
}

@media (min-width: 1024px) {
    .section-testimonials .section__description {
        margin-bottom:0
    }
}

.section-testimonials .section__description__tooltip {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 1;
    margin-left: 4px
}

@media (min-width: 1024px) {
    .section-testimonials .section__description__tooltip {
        position:relative
    }
}

.section-testimonials .section__description__tooltip:after {
    content: attr(data-text);
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,10px);
    transform: translate(-50%,10px);
    display: inline-block;
    vertical-align: top;
    padding: 18px 26px;
    background: linear-gradient(48.44deg,#eaf7f7 32.89%,#d4efef 87.59%);
    -webkit-box-shadow: 0 15px 40px rgba(21,37,72,.08);
    box-shadow: 0 15px 40px rgba(21,37,72,.08);
    border-radius: 8px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 150%;
    color: #0d2436;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .2s ease,opacity .2s ease;
    transition: visibility .2s ease,opacity .2s ease
}

@media (min-width: 768px) {
    .section-testimonials .section__description__tooltip:after {
        width:300px
    }
}

@media (min-width: 1024px) {
    .section-testimonials .section__description__tooltip:after {
        left:100%;
        top: 50%;
        width: 250px;
        -webkit-transform: translate(16px,-50%);
        transform: translate(16px,-50%);
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media (min-width: 1140px) {
    .section-testimonials .section__description__tooltip:after {
        width:300px
    }
}

.section-testimonials .section__description__tooltip:focus:after,.section-testimonials .section__description__tooltip:focus i:before,.section-testimonials .section__description__tooltip:hover:after,.section-testimonials .section__description__tooltip:hover i:before {
    visibility: visible;
    opacity: 1
}

.section-testimonials .section__description i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IDE2QTggOCAwIDEwOCAwYTggOCAwIDAwMCAxNnptMC0xLjQ1NEE2LjU0NSA2LjU0NSAwIDEwOCAxLjQ1NWE2LjU0NSA2LjU0NSAwIDAwMCAxMy4wOXptLS45MS02LjcyN2EuOTEuOTEgMCAwMTEuODIgMHYzLjYzNWEuOTEuOTEgMCAwMS0xLjgyIDBWNy44MTl6bS0uMTgtMy4wOTJhMS4wOTIgMS4wOTIgMCAxMTIuMTgyLjAwMiAxLjA5MiAxLjA5MiAwIDAxLTIuMTgzLS4wMDJ6IiBmaWxsPSIjMDVBREEzIi8+PC9zdmc+") 50% no-repeat
}

.section-testimonials .section__description i:before {
    content: "";
    width: 19px;
    height: 12px;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 12px solid #dff3f3;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,4px);
    transform: translate(-50%,4px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .2s ease,opacity .2s ease;
    transition: visibility .2s ease,opacity .2s ease
}

@media (min-width: 1024px) {
    .section-testimonials .section__description i:before {
        width:12px;
        height: 19px;
        border-left: 0;
        border-right: 12px solid #eaf7f7;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        top: 50%;
        left: 100%;
        -webkit-transform: translate(4px,-50%);
        transform: translate(4px,-50%)
    }
}

@media (min-width: 1024px) {
    .section-testimonials .section__description,.section-testimonials .section__heading {
        text-align:center;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1024px) {
    .section-testimonials.smaller-padding-bottom {
        padding-bottom:5rem
    }
}

.section-testimonials.section--bg-blue .testimonials__item {
    background-color: #fff
}

.section-testimonials .testimonials {
    margin-top: 0;
    overflow: unset
}

.section-testimonials .stjr-reviews-carousel-pages__page-inner {
    background-color: transparent
}

@media (min-width: 1024px) {
    .section-testimonials.section-testimonials-home .section__description,.section-testimonials.section-testimonials-home .section__heading {
        text-align:left
    }
}

@media (min-width: 768px) {
    .section-testimonials.section-testimonials-home .section__description {
        max-width:779px;
        margin-left: 0
    }
}

@media (min-width: 1024px) {
    .section-testimonials.section-testimonials-home .testimonials__read-more-btn {
        display:none
    }
}


.section-perfect-paper-steps {
    padding-bottom: 2rem
}

@media (min-width: 1024px) {
    .section-perfect-paper-steps {
        padding-top:60px;
        padding-bottom: 60px
    }
}

@media (min-width: 1024px) {
    .section-perfect-paper-steps .section__heading {
        margin-bottom:64px;
        max-width: 805px
    }
}

.section-perfect-paper-steps__list {
    display: grid;
    grid-gap: 8px
}

@media (min-width: 768px) {
    .section-perfect-paper-steps__list {
        grid-template-columns:1fr 1fr;
        grid-row-gap: 1.5rem;
        row-gap: 1.5rem;
        grid-column-gap: 20px;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

@media (min-width: 1024px) {
    .section-perfect-paper-steps__list {
        grid-template-columns:repeat(5,1fr)
    }
}

.section-perfect-paper-steps__item {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 1rem;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 40px 0 rgba(21,37,72,.08);
    box-shadow: 0 15px 40px 0 rgba(21,37,72,.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #394a58;
    margin-bottom: 0
}

@media (min-width: 1024px) {
    .section-perfect-paper-steps__item {
        padding:1rem 12px
    }
}

.section-perfect-paper-steps__item:before {
    content: counter(item) ".";
    position: relative;
    margin-right: 1rem;
    margin-left: .4rem;
    font-weight: 700
}
