@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
/*black friday*/
.bf_block{
    min-height:50px;
font-size: 16px;
padding:8px;
font-weight: 400;
line-height: 32px;
color:#fff;
background: linear-gradient(#216CDD, #0037FF);
}
.bfpopup_form select, .bfpopup_form input.bfpopup_form textarea{
    font-size: 16px;
font-weight: 400;
}
.bf-block-flex-container{
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}
.bf-block-title {margin-right:20px;}
.bf-block-title p span, .bf-block-code p span{
font-weight: 700;
color:#00FFBF;
}
.mobile_hidden{
        display:block;
    }
    .desktop_hidden{
        display:none;
    }
.bfpopup_close{
    position:absolute;
    width:26px;
    height:26px;
    display:block;
    content:'';
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.80899 22.1911C2.56735 20.9919 1.57699 19.5574 0.895669 17.9713C0.214352 16.3853 -0.144269 14.6794 -0.159269 12.9533C-0.174268 11.2272 0.154654 9.51533 0.808305 7.91768C1.46196 6.32002 2.42725 4.86855 3.64785 3.64794C4.86846 2.42734 6.31993 1.46205 7.91758 0.808397C9.51524 0.154745 11.2271 -0.174177 12.9532 -0.159177C14.6793 -0.144178 16.3852 0.214443 17.9712 0.89576C19.5573 1.57708 20.9918 2.56745 22.191 3.80908C24.559 6.26091 25.8694 9.54474 25.8397 12.9533C25.8101 16.3619 24.4429 19.6224 22.0326 22.0327C19.6223 24.443 16.3618 25.8102 12.9532 25.8398C9.54464 25.8695 6.26082 24.5591 3.80899 22.1911ZM5.64199 20.3581C7.59345 22.3095 10.2402 23.4059 13 23.4059C15.7598 23.4059 18.4065 22.3095 20.358 20.3581C22.3094 18.4066 23.4058 15.7599 23.4058 13.0001C23.4058 10.2403 22.3094 7.59354 20.358 5.64208C18.4065 3.69062 15.7598 2.5943 13 2.5943C10.2402 2.5943 7.59345 3.69062 5.64199 5.64208C3.69052 7.59354 2.5942 10.2403 2.5942 13.0001C2.5942 15.7599 3.69052 18.4066 5.64199 20.3581ZM18.512 9.32108L14.833 13.0001L18.512 16.6791L16.679 18.5121L13 14.8331L9.32099 18.5121L7.48799 16.6791L11.167 13.0001L7.48799 9.32108L9.32099 7.48808L13 11.1671L16.679 7.48808L18.512 9.32108Z' fill='white'/%3E%3C/svg%3E%0A");
    cursor:pointer;
    top:-30px;
    right:-30px;
}
.hidden{
    display:none;
}
.bfpopup_overlay{
    position:absolute;
   
    background:rgba(0,0,0,.7);
    z-index: 999999;
    top: 0;
    height: 6000vh;
    width: 100%;

}
.bfpopup{
        display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: fixed;
    width: 60%;
    background: #fff;
   
    top: 15vh;
    left: 20%;
    border-radius: 20px;
}
@media(max-width:700px){
    .bfpopup_overlay{
        top:27vh;
    }
    .bfpopup{
        top:0;
    }
    .mobile_hidden{
        display:none;
    }
    .desktop_hidden{
        display:block;
    }
    .bf-block-title {margin-right:unset;}
   .bfpopup_close{
       top:0;
    right:0;
   }
}
   .bf-block-title p span, .bf-block-code p span {
font-size: 16px;

line-height: 32px;
    }

@media(max-width:600px){
    .bf-block-title{
  text-align: center;
  width:100%;
  margin-bottom:10px;
}
   .bf-block-title p, .bf-block-code p, .bf-block-title p span, .bf-block-code p span {
font-size: 10px;
line-height: 12px;


    }
}
 .bfpopup_form{
        width:58%;
    }
    .bfpopup_form input,.bfpopup_form select,.bfpopup_form select .bf_default,.bfpopup_form textarea{
        height:36px;
        min-height:36px;
        padding: 5px 8px;
        color:#273649;
        width:95%;
        border-radius:6px;
        border:1px solid #C6CAD3;
    }
    .bfpopup_form select{
       
        color:#273649;
        opacity:0.7;
    }
    .bfpopup_form input::placeholder, .bfpopup_form textarea::placeholder{
        color:#273649;
    }
    .bfpopup_form textarea{
        height:86px;
        
    }
  .bfpopup_form  .button{
color:#fff;
font-size: 16px;
font-weight: 700;
line-height: 19.36px;
background:#2153DD;
height:49px;

  }

.bfpopup_image{
    overflow:hidden;
    height:100%;
    border-radius:20px;
    margin:5px 5px 0 5px;
    width:38%;

}
.bfpopup_form h2{
    text-align:center;
}

@media(max-width:700px){
.bfpopup{
   
           width: 100%;
        padding: 0;
        top: 10%;
        left: 0;
}
.bfpopup_close {
     background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.80899 22.1911C2.56735 20.9919 1.57699 19.5574 0.895669 17.9713C0.214352 16.3853 -0.144269 14.6794 -0.159269 12.9533C-0.174268 11.2272 0.154654 9.51533 0.808305 7.91768C1.46196 6.32002 2.42725 4.86855 3.64785 3.64794C4.86846 2.42734 6.31993 1.46205 7.91758 0.808397C9.51524 0.154745 11.2271 -0.174177 12.9532 -0.159177C14.6793 -0.144178 16.3852 0.214443 17.9712 0.89576C19.5573 1.57708 20.9918 2.56745 22.191 3.80908C24.559 6.26091 25.8694 9.54474 25.8397 12.9533C25.8101 16.3619 24.4429 19.6224 22.0326 22.0327C19.6223 24.443 16.3618 25.8102 12.9532 25.8398C9.54464 25.8695 6.26082 24.5591 3.80899 22.1911ZM5.64199 20.3581C7.59345 22.3095 10.2402 23.4059 13 23.4059C15.7598 23.4059 18.4065 22.3095 20.358 20.3581C22.3094 18.4066 23.4058 15.7599 23.4058 13.0001C23.4058 10.2403 22.3094 7.59354 20.358 5.64208C18.4065 3.69062 15.7598 2.5943 13 2.5943C10.2402 2.5943 7.59345 3.69062 5.64199 5.64208C3.69052 7.59354 2.5942 10.2403 2.5942 13.0001C2.5942 15.7599 3.69052 18.4066 5.64199 20.3581ZM18.512 9.32108L14.833 13.0001L18.512 16.6791L16.679 18.5121L13 14.8331L9.32099 18.5121L7.48799 16.6791L11.167 13.0001L7.48799 9.32108L9.32099 7.48808L13 11.1671L16.679 7.48808L18.512 9.32108Z' fill='black'/%3E%3C/svg%3E%0A");
   
}
.bfpopup_image{
    width:100%;
   margin:unset;
}
    .bfpopup_image img{
        
        width:100%;
    }
    .bfpopup_form{
    width: 100%;
        padding: 10px;
    }
    
}

/*black friday*/
.header-top,
body {
    display: -webkit-box;
    display: -ms-flexbox
}

li,
ol,
ul {
    padding: 0;
    margin: 0
}

.fileupload-name span.btn-close,
.seo-text .seo-block-header>*,
.topic .title>*,
body,
li,
ol,
p,
ul {
    margin: 0
}

.first-screen,
.first-screen .topic,
body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.blog-slider .glide__arrow--left,
.our-achievements .glide__arrow--left,
.reviews .glide__arrow--left {
    left: -40px
}

.blog-slider .glide__arrow--right,
.our-achievements .glide__arrow--right,
.reviews .glide__arrow--right {
    right: -40px
}

.contact__link i,
.custom-dropdown {
    vertical-align: middle
}

#hidden-price,
.grecaptcha-badge {
    visibility: hidden
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    height: 100%
}

body,
html {
    min-height: 100%
}

button,
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

body {
    font-family: "Times New Roman";
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1rem;
    color: #000;
    padding-top: 138px;
    display: flex;
    flex-direction: column
}

body.scrollLock {
    height: 100%;
    width: 100%;
    overflow: hidden
}

body.overflow-hidden {
    overflow: hidden
}

body.offset-top {
    padding-top: 80px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1
}

.h1,
.h2,
.h3,
.h4,
.h5,
.sidebar .bewertungen span,
.sidebar .trustscore span {
    font-weight: 700
}

.h2-title,
.h2-title>h2,
.seo-text h2.h2-title {
    font-family: "Times New Roman", sans-serif;
    text-align: center;
    font-size: 46px;
    color: #000;
    font-weight: 400;
    margin-bottom: 50px
}

.content .container,
.seo-text .row-open-hide .row-inner {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.anfragen-page-php .topic .subtitle,
.authors .h2-title,
.common-jobs .post:first-child,
.content .accordion:first-child,
.hilfe_in_weiteren h2,
.intro-text .container> :first-child,
.price-calculator .custom-dropdown,
.price-calculator input,
.price-table__title h2,
.row-zigzag .item:first-child,
.row-zigzag-btn .item:first-child,
.top-features__title h2,
.value-chain .item:first-child {
    margin-top: 0
}

.content .accordion:last-child,
.file-attachment.label,
.our-experts .item:last-child,
.row-zigzag-btn .item:last-child {
    margin-bottom: 0
}

.content ol,
.content ul {
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px
}

.content li {
    list-style: unset;
    font-family: Roboto;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300
}

.contact__link,
footer .subtitle,
footer a {
    font-family: Roboto, sans-serif
}

.content a,
.page-numbers.current,
.page-numbers:hover,
.value-chain .fachbereich a {
    color: #2962ff
}

img {
    max-width: 100%
}

::-webkit-input-placeholder {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    opacity: .5
}

::-moz-placeholder {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    opacity: .5
}

:-ms-input-placeholder {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    opacity: .5
}

::-ms-input-placeholder {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    opacity: .5
}

::placeholder {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    opacity: .5
}

a {
    color: #777;
    text-decoration: none
}

a:active {
    color: #ccc
}

li {
    list-style: none
}

input,
textarea {
    width: 100%;
    border: 1px solid #c9cdcf;
    font-size: 16px;
    color: #333;
    padding: 14px 10px;
    min-height: 45px;
    border-radius: 0;
    background: #fff
}

input:focus,
textarea:focus {
    outline-offset: 0;
    outline: #fff solid 1px
}

input[type="submit"]:hover {
    cursor: pointer;
    outline: #fff solid 1px
}

.section,
section {
    padding: 40px 0
}

.email-discount .offer,
.faq .h2-title,
.inversion .descr,
.inversion .h2-title {
    color: #fff
}



header .button__transparent {
    font-size: 16px;
    margin: 12px 0 12px 36px
}

.header-top {
    background: #f3f3f3;
    height: 60px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.button,
.button__transparent:hover {
    background: #2962ff;
    color: #fff
}

.header-top__wrap,
.header-top__wrap-left,
.header-top__wrap-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 3px
}

.contact__link {
    font-size: 14px;
    color: #263238;
    margin-left: 60px
}

.contact__link span {
    margin-left: 10px
}

.contact__link.wapp,
.first-screen li:first-child {
    margin-left: 0
}

.contact__link.wapp img {
    height: 15px
}

.contact__link.email img {
    height: 12px
}

@media (max-width: 992px) {
    .contact__link {
        margin-left: 0
    }
    .contact__item,
    .header-top__wrap-left,
    .header-top__wrap-right {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        text-align: center
    }
    .contact__link>span {
        display: none
    }
    .contact__link.schedule {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .contact__link.schedule span {
        display: block
    }
}

.container,
footer .container-bg .row {
    max-width: 1260px;
    margin: 0 auto
}

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

.contacts a,
.header-menu .buttons,
.hilfe_in_weiteren .row>ul,
.top-panel,
footer .row {
    display: -webkit-box;
    display: -ms-flexbox
}

.container {
    width: 100%;
    padding: 0 30px
}

.hilfe_in_weiteren .row>ul,
.top-panel {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header-menu .buttons {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-menu .buttons>* {
    margin: 3px 20px 3px 0;
    color: #fff;
    padding: 6px 15px;
    border-radius: 3px;
    font-size: 14px;
    white-space: nowrap;
    display: inline-block
}

.header-menu .buttons> :last-child {
    margin-right: 0
}

.contacts {
    margin: 10px 0;
    font-size: 14px
}

.contacts .phone {
    margin-right: 10px
}

.contacts a {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #259bd4;
    white-space: nowrap
}

.contacts a span,
.hr-section .email:hover,
.hr-section .phone-number:hover,
footer .menu-contact ul a:hover {
    text-decoration: underline
}

.contacts a:hover span,
.price-block .button:hover {
    text-decoration: none
}

.contacts .fa {
    margin-right: 5px
}

.top-panel .descr {
    margin-right: 10px;
    color: #bfbfbf;
    font-size: 16px
}

.header-menu {
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.breadcrumbs {
    margin-top: 20px;
    width: 100%;
    padding: 10px 30px
}

.breadcrumbs .post {
    width: auto;
    min-width: unset;
    padding: 0
}

.breadcrumbs a {
    color: #4d24aa;
    font-weight: 600
}

header .logo {
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
    color: #fff;
    max-width: 146px;
    width: 100%
}

.hr-section img,
.single-php .post-image,
header .logo img {
    width: 100%;
    height: auto
}

footer {
    margin-top: auto
}

footer .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

footer .menu-area {
    margin: 30px 0
}

.first-screen ul,
footer .menu-contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer .menu-contact ul a {
    margin: 5px 10px;
    text-transform: uppercase
}

footer .subtitle {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px
}

.digits strong,
.landing-content .container .content h2,
.landing-content .container .content h3,
.landing-content .container .content h4,
.landing-content .container .content h5,
.landing-content .container .content h6 {
    font-weight: 500
}

footer .row-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bottom_info,
.row-truspilot>a {
    display: -webkit-box;
    display: -ms-flexbox
}

footer .row-payment img {
    margin: 20px 30px
}

footer a {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    display: inline-block;
    margin-bottom: .8em
}

footer .container-bg {
    background: #f3f3f3;
    padding: 30px
}

footer .row-truspilot {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0
}

.row-truspilot>a {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
    width: 100%
}

.reviews .tp-star__shape,
.row-truspilot .tp-star__shape,
.seo-text .seo-text-block .arrow path,
.sidebar .tp-star__shape {
    fill: #fff
}

.reviews .tp-star__canvas,
.reviews .tp-star__canvas--half,
.row-truspilot .tp-star__canvas,
.row-truspilot .tp-star__canvas--half,
.sidebar .tp-star__canvas,
.sidebar .tp-star__canvas--half {
    fill: #00b67a
}

.reviews .star-4 .tp-star__canvas,
.reviews .star-4 .tp-star__canvas--half,
.row-truspilot .star-4 .tp-star__canvas,
.row-truspilot .star-4 .tp-star__canvas--half,
.sidebar .star-4 .tp-star__canvas,
.sidebar .star-4 .tp-star__canvas--half {
    fill: #73cf11
}

.reviews .star-3 .tp-star__canvas,
.reviews .star-3 .tp-star__canvas--half,
.row-truspilot .star-3 .tp-star__canvas,
.row-truspilot .star-3 .tp-star__canvas--half,
.sidebar .star-3 .tp-star__canvas,
.sidebar .star-3 .tp-star__canvas--half {
    fill: #ffce00
}

.reviews .star-2 .tp-star__canvas,
.reviews .star-2 .tp-star__canvas--half,
.row-truspilot .star-2 .tp-star__canvas,
.row-truspilot .star-2 .tp-star__canvas--half,
.sidebar .star-2 .tp-star__canvas,
.sidebar .star-2 .tp-star__canvas--half {
    fill: #ff8622
}

.reviews .star-1 .tp-star__canvas,
.reviews .star-1 .tp-star__canvas--half,
.row-truspilot .star-1 .tp-star__canvas,
.row-truspilot .star-1 .tp-star__canvas--half,
.sidebar .star-1 .tp-star__canvas,
.sidebar .star-1 .tp-star__canvas--half {
    fill: #ff3722
}

.reviews .star-1 .tp-star:nth-of-type(n + 2) .tp-star__canvas,
.reviews .star-1 .tp-star:nth-of-type(n + 2) .tp-star__canvas--half,
.reviews .star-2 .tp-star:nth-of-type(n + 3) .tp-star__canvas,
.reviews .star-2 .tp-star:nth-of-type(n + 3) .tp-star__canvas--half,
.reviews .star-3 .tp-star:nth-of-type(n + 4) .tp-star__canvas,
.reviews .star-3 .tp-star:nth-of-type(n + 4) .tp-star__canvas--half,
.reviews .star-4 .tp-star:last-child .tp-star__canvas,
.reviews .star-4 .tp-star:last-child .tp-star__canvas--half,
.row-truspilot .star-1 .tp-star:nth-of-type(n + 2) .tp-star__canvas,
.row-truspilot .star-1 .tp-star:nth-of-type(n + 2) .tp-star__canvas--half,
.row-truspilot .star-2 .tp-star:nth-of-type(n + 3) .tp-star__canvas,
.row-truspilot .star-2 .tp-star:nth-of-type(n + 3) .tp-star__canvas--half,
.row-truspilot .star-3 .tp-star:nth-of-type(n + 4) .tp-star__canvas,
.row-truspilot .star-3 .tp-star:nth-of-type(n + 4) .tp-star__canvas--half,
.row-truspilot .star-4 .tp-star:last-child .tp-star__canvas,
.row-truspilot .star-4 .tp-star:last-child .tp-star__canvas--half,
.sidebar .star-1 .tp-star:nth-of-type(n + 2) .tp-star__canvas,
.sidebar .star-1 .tp-star:nth-of-type(n + 2) .tp-star__canvas--half,
.sidebar .star-2 .tp-star:nth-of-type(n + 3) .tp-star__canvas,
.sidebar .star-2 .tp-star:nth-of-type(n + 3) .tp-star__canvas--half,
.sidebar .star-3 .tp-star:nth-of-type(n + 4) .tp-star__canvas,
.sidebar .star-3 .tp-star:nth-of-type(n + 4) .tp-star__canvas--half,
.sidebar .star-4 .tp-star:last-child .tp-star__canvas,
.sidebar .star-4 .tp-star:last-child .tp-star__canvas--half {
    fill: #dcdce6
}

.row-truspilot .trustpilot-img {
    max-width: 118px;
    width: 100%;
    height: auto
}

.row-truspilot .stars {
    max-width: 180px;
    width: 100%;
    margin: 0 15px
}

.bottom_info {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px
}

.first-screen-new-landing .button-row,
.first-screen-new-landing .hero-futures__wrap,
.landing-content .custom-dropdown,
.landing-content .row .accordion,
.map,
.price-calculator .row .wpcf7 {
    width: 100%
}

.button {
    font-family: Poppins, sans-serif;
    display: inline-block;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: 40px
}

.button__transparent,
.common-blog .post .description,
.common-jobs .button__transparent,
.digits span,
.landing-content .price-block,
.post .description,
.sidebar .truspilot-section,
.topic .subtitle,
address {
    font-family: Roboto, sans-serif
}

.button_lg,
.row-zigzag .button {
    padding: 16px 100px
}

.button_md {
    padding: 16px 60px
}

.button:hover,
.post .title:hover {
    opacity: .8
}

.button__transparent {
    font-weight: 700;
    background: 0 0;
    border: 1px solid #2962ff;
    color: #2962ff
}

.common-blog .post .title,
.post .title {
    font-size: 27px;
    font-weight: 400
}

.button_mobile,
.landing-content .price-block .after-price,
.landing-content .price-block .currency,
.landing-content .price-block .current-price,
.price-calculator .price-block .after-price,
.price-calculator .price-block .currency,
.price-calculator .price-block .current-price,
.single-php .seo-text {
    display: none
}

.common-blog .container,
.price-calculator .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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.common-blog .blog-inner-post,
.landing-content .container .content,
.value-chain .text-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/*@media(min-width:1032px){*/
/*    .landing-content .container .content{*/
/*        width:65%;*/
/*    }*/
/*}*/
.landing-content .row,
.posts {
    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
}

.post:first-child,
.row-zigzag-btn .text-block {
    padding-top: 0
}

.post {
    width: 100%;
    min-width: 300px;
    padding: 20px
}

.common-jobs .post {
    background: #fff;
    border: 1px solid #000;
    padding: 30px;
    margin: 20px 0
}

.common-jobs .post .inner:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.common-jobs .button__transparent {
    padding: 0;
    border: none;
    color: #2962ff;
    text-decoration: underline;
    margin-top: 30px
}

.common-jobs .button__transparent:hover {
    background: 0 0;
    color: #2962ff;
    text-decoration: none
}

.hilfe_in_weiteren ul a:hover,
.price-block .button,
.tab__content .item:hover {
    text-decoration: underline
}

.post .inner:hover {
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1)
}

.post .info {
    padding: 15px 15px 20px
}

.post .title {
    margin: 20px 0;
    color: #000;
    display: block
}

.landing-content label input,
.landing-content label textarea,
.post .bottom {
    margin-top: 10px
}

.common-blog .post .button {
    margin-bottom: 5px
}

.common-jobs .button__transparent {
    font-size: 18px;
    font-weight: 700
}

.post .description {
    height: 60px;
    overflow: hidden;
    line-height: 1.3rem;
    font-size: 14px;
    font-weight: 300
}

.common-blog .post .description {
    font-weight: 300;
    line-height: 1.6;
    font-size: 18px;
    height: 108px
}

.post .bottom {
    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
}

.email-discount input[type="email"],
.post .inner {
    border-radius: 4px
}

.post .post-image {
    width: 100%;
    height: auto;
    margin-bottom: 0
}

.post .post-image-link {
    display: inline-block;
    width: 100%
}

.single-unser-team-php .content>img {
    max-width: 300px;
    width: 100%;
    height: auto;
    float: left;
    margin-right: 26px
}

.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    max-width: 465px;
    width: 100%;
    /*right:0;*/
    bottom: 20px;
    margin-left: 45px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.sidebar .button{
    text-align:center;
}
.breadcrumbs-single,
.tabs__header {
    max-width: 700px
}

.landing-content .sidebar {
    max-width: 345px
}

.landing-content .container .content h3,
.landing-content .content h3,
.seo-text h3 {
    font-family: Inter;
font-size: 32px;
font-weight: 400;
line-height: 39px;

text-align: left;

}
.seo-text .button{
    margin:20px auto;
}

.sidebar {
    border: 1px solid #000000;
    border-radius:6px;
    padding:30px;
}

.hr-section .photo {
    border-radius:8px;
        overflow: hidden;
}

.sidebar .hr-section .email,
.sidebar .hr-section .phone-number,
.sidebar .hr-section .side-wapp{
    display: flex;
    position:relative;
    color: #000;
    
}
.sidebar .hr-section i{
    margin-right:10px;
}
.sidebar .hr-section span{
    align-self:center;
}
.sidebar .sidebar_subscr{
    font-family: Inter;
font-size: 14px;
font-weight: 300;
line-height: 24px;
text-align: center;
margin:20px 0;
}
@media (max-width:1023px){
    .sidebar{
        display:none;
    }
}

.hr-section .name {
    font-family: Inter;
font-size: 24px;
font-weight: 700;
line-height: 32px;
text-align:center;
margin:20px 0;
}
.hr-section .subtitle{
font-family: Inter;
font-size: 21px;
font-weight: 400;
line-height: 32px;
text-align:center;
}

.single-php .content {
    margin: 0 0 20px;
    padding: 0
}

.sidebar .truspilot-section {
    padding: 40px;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar .trustpilot {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 50px;
    text-align: left
}

.blog-slider .glide__slide,
.cWriters-team,
.digits .inner,
.first-screen,
.hilfe_in_weiteren .row-button,
.intro-text,
.landing-content .row-button,
.optional-offer .content-text,
.our-achievements,
.page-404-php,
.seo-text .row-button {
    text-align: center
}

.sidebar .trustpilot-img {
    max-width: 120px;
    display: inline-block;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 100%;
    height: auto
}

.achievements-link:hover,
.advantages-link:hover,
.sidebar .trustpilot-img:hover {
    opacity: .7
}

.sidebar .plagScan {
    max-width: 118px;
    height: auto;
    display: block;
    margin: 0 auto
}

.digits .inner,
.landing-content .container,
.wp-block-columns {
    display: -webkit-box;
    display: -ms-flexbox
}

.sidebar .stars {
    margin: 10px 0
}

.sidebar .trustscore {
    margin-bottom: 4px
}

.adv_item_icon,
.digits span,
.disc_item_icon,
.landing-content .container .content>img:first-child,
.reviews .h2-title {
    margin-bottom: 20px
}

.landing-content .content p {
    font-family: Roboto;
    font-weight: 300;
    line-height: 1.6;
    font-size: 18px
}

.landing-content .container {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.single-unser-team-php .content .text-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 26px
}

.front-page .topic .subtitle,
.single-php .landing-content .container .content .single-php .landing-content .container .content {
    font-size: 18px
}

.landing-content .content>h1:first-child,
.landing-content .content>h2:first-child {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 34px
}

.landing-content .content>img:first-child+h1,
.landing-content .content>img:first-child+h2 {
    margin-top: 20px;
    margin-bottom: 40px
}

.landing-content .container .content p {
    margin-bottom: .4em
}

.landing-content .price-block {
    font-size: 22px;
    font-weight: 300
}

.blog-slider .post-link,
.email-discount form p,
.file-attachment .remove-all-preview.is-active,
.landing-content .price-block.active .after-price,
.landing-content .price-block.active .currency,
.landing-content .price-block.active .current-price,
.price-calculator .price-block.active .after-price,
.price-calculator .price-block.active .currency,
.price-calculator .price-block.active .current-price {
    display: inline-block
}

.landing-content .price-block.active .currency,
.landing-content .price-block.active .current-price,
.price-calculator .price-block.active .currency,
.price-calculator .price-block.active .current-price {
    color: #2962FF;
}

address {
    font-weight: 300;
    font-size: 16px;
    font-style: normal
}

address time::after {
    content: "/";
    padding: 0 14px
}

.wp-block-columns {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin: 0 -20px
}

.wp-block-column {
    width: 50%;
    min-width: 250px;
    padding: 20px
}

.author_landing_wrp,
.digits,
.how-to-order,
.how-to-order .order-step,
.project_types_item_wrp {
    position: relative
}

.digits .inner {
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 20px;
    max-width: 1145px
}

.digits .inner>div {
    position: relative;
    padding: 20px 10px;
    max-width: calc(33% - 30px);
    width: 100%
}

.digits strong {
    font-size: 48px
}

.digits span {
    font-weight: 300;
    font-size: 18px;
    display: block
}

.digits p {
    font-size: 14px;
    margin: 0
}

.bg__grеy,
.next.page-numbers:hover,
.prev.page-numbers:hover,
.reviews-dark {
    background: #f8f8f8
}
.optional-offer,.optional-offer-white{
     background:url('/wp-content/themes/ghostwriterbillig/img/banner_bg.webp');
    background-size:cover;
}
.glide__arrow {
    background: #fff
}

.how-to-order .row,
.optional-offer .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.optional-offer .content-text,
.our-achievements,
.seo-text .row-button {
    text-align: center
}

.optional-offer .subtitle {
    font-weight: 700;
font-size: 32px;
line-height: 165.02%;
color: #FFFFFF;
}
.optional-offer .button{
    color:#fff;
    border: 1px solid #fff;
    margin: 20px auto 0;
    background: inherit;
}

.glide__arrow,
.landing-page-php .seo-text,
.single-php .seo-text {
    background: #fff
}

.how-to-order .row

.blog-slider .container,
.our-achievements .container {
    padding-left: 60px;
    padding-right: 60px
}

.our-achievements .glide__slide .icon img {
    width: 82px;
    height: auto
}

.our-achievements .glide__slide .subtitle {
    font-size: 27px;
    font-weight: 400;
    margin: 28px 0 19px;
    color: #000
}

.our-achievements .glide__slide .text {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: #000
}

.achievements-link,
.advantages-link {
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.first-screen {
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative
}

.glide__arrow {
    width: 38px;
    height: 38px;
    border: 1px solid #7c7a78;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    z-index: 1
}

.glide__arrow:hover {
    opacity: .7;
    border-color: #7c7a78
}

.first-screen {
    padding: 120px 0;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.first-screen-landing {
    height: auto;
    padding: 60px 0 50px;
    min-height: 420px
}

.anfragen-page-php .first-screen-landing {
    min-height: auto;
    padding-bottom: 0
}

.anfragen-page-php .first-screen-landing .topic {
    max-width: 100%;
    display:block;
    margin: 0;
    text-align: left;
    
}


.anfragen-page-php .first-screen-landing {
    background:#fff;
}

.anfragen-page-php .first-screen .subtitle a {
    font-family: Inter;
font-size: 24px;
font-weight: 400;
line-height: 32px;
text-decoration:underline;

}

.first-screen .bg {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.first-screen .bg img {
    width: 100%;
    max-width: 310px
}


.email-discount .inner,
.first-screen li,
.seo-text .seo-block-header {
    display: -webkit-box;
    display: -ms-flexbox
}

.first-screen .digits {
    padding: 40px 0 0
}

.topic .title,
.topic .title>* {
    font-size: 46px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 0
}

.front-page .topic .title,
.front-page .topic .title>* {
    font-size: 56px;
    font-weight: 700
}

.topic .subtitle {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    margin-top: 30px
}

.how-to-order .subtitle,
.step-number {
    font-family: "Times New Roman", sans-serif
}

.first-screen li {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    max-width: calc(20% - 30px);
    width: 100%;
    margin: 15px;
    padding: 20px 10px;
    background: rgba(255, 255, 255, 0.23);
    border: 2px solid #cecece87;
    border-radius: 14px
}

.first-screen .fa {
    color: #eee;
    margin-right: 7px;
    font-size: 16px
}

.how-to-order .container {
    position: relative;
    z-index: 1
}

.email-discount .wpcf7-not-valid-tip,
.step-number {
    position: absolute
}

.how-to-order .row>.image {
    max-width: 50%;
    width: 100%;
    height: auto;
    margin-right: 20px
}

.how-to-order .row-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    width: 100%
}

.how-to-order .order-step>li {
    position: relative;
    padding-top: 47px
}

.step-number {
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: 86px;
    color: #d8e2ff;
    z-index: -1
}

.how-to-order .subtitle {
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0
}

.how-to-order .text {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5
}

.email-discount {
    background: #259bd4
}

.email-discount .inner {
    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;
    padding: 30px 0
}

.email-discount form>p:first-of-type {
    width: 250px
}

.email-discount input[type="submit"] {
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    background: #ff6562;
    color: #fff;
    margin-left: 5px;
    border: none
}

.email-discount input[type="submit"]:hover,
body .su-spoiler-title:focus {
    outline: 0
}

.email-discount .offer strong {
    font-size: 40px;
    display: block
}

.hilfe_in_weiteren,
.price-block,
.seo-text,
.work-or-subject {
    background: #f9f9f9
}

.seo-text ol,
.seo-text ul {
    list-style-type: inherit;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em
}

.seo-text ol {
    list-style-type: decimal
}

.seo-text ol li,
.seo-text ul li {
    list-style: inherit
}

.seo-text .seo-text-block {
    border: 1px solid #7748e0;
    cursor: pointer;
    color: #fff;
    overflow: hidden;
    max-width: 80%;
    margin: 0 auto
}

.seo-text .seo-block-body {
    display: none;
    padding: 20px;
    color: #eee
}

.seo-text-transparent {
    background: 0 0
}

.accordion.open .body,
.seo-text .seo-text-block.open .seo-block-body,
.seo-text-wrap-hidden.show {
    display: block
}
.row{
    margin-top:20px;
}
.seo-text .seo-text-block.open .arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.seo-text .seo-block-header {
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.seo-text .seo-block-header .arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 5px
}

.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navigation.pagination {
    text-align: center;
    padding: 20px 0
}

.arhive-unser-team .nav-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-numbers {
    display: inline-block;
    padding: 4px 10px;
    margin: 1px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500
}

.page-numbers.next,
.page-numbers.prev {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #7c7a78;
    margin: 1px
}

.page-numbers.prev {
    margin-right: 40px
}

.page-numbers.next,
.tab-nav-item:not(:first-child) {
    margin-left: 40px
}

.next.page-numbers:hover path,
.prev.page-numbers:hover path {
    fill: #2962ff
}

.page-404-php {
    width: 100%;
    padding-top: 0;
    padding-bottom: 50px;
    margin-top: 50px
}

.accordion .row-button,
.file-attachment .row-button,
.landing-content .value-chain .row-button,
.page-404-php .content {
    text-align: left
}

.page-404-php .title {
    font-size: 80px;
    margin-bottom: 0
}

.page-404-php .text {
    font-size: 28px
}

.page-404-php .button {
    padding: 20px 40px;
    display: inline-block;
    text-align: center;
    margin: 36px 0;
    color: #fff
}

.page-404-php .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.page-404-php img {
    max-width: 350px
}

.accordion.open .indecator::after,
.cookies.hidden,
.download-text.hidden,
.drag-drop-text.hidden,
.project_types_item_wrp .glide__arrows,
.seo-text-wrap,
.seo-text-wrap-hidden,
.show-seo-text.disable,
.swipe__animation,
.tab__content,
body .su-quote-style-default:after,
body .toc_list li:before {
    display: none
}

.seo-text-wrap.show {
    display: block;
    margin: 15px 0
}

.accordion .header,
.reviews .header {
    display: -webkit-box;
    display: -ms-flexbox
}

.landing-content .container .content h2,
.landing-content .content h2,
.seo-text h2,
.success-content-afragen h3,
.top-features .content-wrap h3 {
     font-family: Inter;
font-size: 32px;
font-weight: 400;
line-height: 39px;
text-align: left;

}

.landing-content .container .content h1,
.landing-content .container .impressum-resume+h2,
.landing-content .content h1,
.seo-text h1,
.success-content-afragen h1 {
    font-family: Inter;
font-size: 32px;
font-weight: 400;
line-height: 39px;
text-align: left;

}

.seo-text-section>h1:first-child,
.seo-text-section>h2:first-child {
    margin-top: 0;
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
    font-family: Inter;
font-size: 44px;
font-weight: 400;
line-height: 53px;

text-align: center;

}

.seo-text-section {
    webkit-column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.seo-text-wrap:first-child> :first-child {
    margin-top: 0;
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
    text-align: center;
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 1em
}

.hide-seo-text,
.show-seo-text {
    margin: 20px auto 0;
    display: inline-block;
    text-align: center
}

.read-more,
.read-more:visited {
    color: #f78b29
}

.seo-text .accordion {
    max-width: 950px;
    margin: 20px auto
}

.seo-text-section h1,
.seo-text-section h2,
.seo-text-section h3,
.seo-text-section h4,
.seo-text-section h5,
.seo-text-section h6,
.seo-text-wrap h1,
.seo-text-wrap h2,
.seo-text-wrap h3,
.seo-text-wrap h4,
.seo-text-wrap h5,
.seo-text-wrap h6 {
    line-height: inherit
}

.seo-text-section p,
.seo-text-wrap p {
    font-family: Inter;
font-size: 18px;
font-weight: 300;
line-height: 27px;


}

.seo-text-section .row-button {
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all
}

.accordion {
    border: 1px solid #000;
    padding: 30px;
    cursor: pointer;
    margin: 20px 0
}

.accordion .button {
    margin-top: 28px
}

.accordion .header {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 27px
}

.accordion .body,
.impressum-resume__section {
    font-family: Roboto, sans-serif;
    font-size: 18px
}

.accordion .header h3 {
    font-weight: 400;
    font-size: 27px;
    margin: 0
}

.accordion .body {
    margin-top: 20px;
    padding-right: 10px;
    font-weight: 300;
    line-height: 1.6;
    display: none
}

.accordion .indecator {
    position: relative;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.accordion .indecator::after,
.accordion .indecator::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #000;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.accordion .indecator::before {
    width: 100%;
    height: 3px
}

.accordion .indecator::after {
    width: 3px;
    height: 100%
}

.faq {
    background: #4d1eb7
}

.impressum-resume {
    margin-bottom: 100px
}

.impressum-resume .contact a {
    display: block;
    color: #000;
    margin: 8px 0;
    line-height: 1.6
}

.impressum-resume .contact a img {
    margin-right: 30px
}

.impressum-resume .title {
    font-size: 27px;
    margin-bottom: 30px
}

.impressum-resume .subtitle {
    font-weight: 500;
    margin-bottom: 20px
}

.impressum-resume .think {
    font-weight: 300
}

.impressum-resume__section {
    font-weight: 300;
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.reviews .row {
    padding-left: 40px;
    padding-right: 40px
}

.blog-slider .glide__arrow {
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%)
}

.blog-slider .post_title {
    font-family: "Times New Roman", sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 1.3;
    max-height: 62px;
    overflow: hidden;
    color: #000
}

.blog-slider .post-image-link {
    width: 100%;
    display: inline-block
}

.blog-slider .post-image-link img {
    max-width: 100%;
    width: 100%;
    min-height: 234px;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-slider .post-link img {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.blog-slider .post-link img:hover {
    opacity: .85
}

.reviews .subtitle,
.reviews .subtitle>* {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    text-align: center;
    margin-bottom: 80px
}

.reviews .header {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 20px
}

.reviews .name {
    font-size: 21px;
    font-weight: 700
}

.reviews .data {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 300
}

.reviews .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6
}

.reviews .glide__slide {
    font-family: Roboto, sans-serif;
    padding: 10px 15px
}

.reviews .stars-rate {
    max-width: 175px;
    height: auto
}

.tabs {
    margin: 0 auto
}

.tabs__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 90px
}

.tabs__body {
    padding: 25px 20px
}

.our-experts .container,
.price-block .row,
.tab__content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tab__content .item {
    color: #000;
    max-width: 25%;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    margin-bottom: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.tab-nav-item {
    width: 100%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 21px;
    padding: 18px 83px;
    background: #f2f2f2;
    border: 1px solid transparent
}

.tab-nav-item.active,
.tab-nav-item:hover {
    color: #2962ff;
    background: 0 0;
    border: 1px solid #2962ff
}

.row-zigzag .item {
    padding:10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0;
    border: 1px solid #273649;
    border-radius:30px;
}

.row-zigzag-btn .item {
    margin: 80px 0
}

.row-zigzag .item:nth-child(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.row-zigzag .item img {
    max-width: 260px;
    height: auto;
    margin: 0 auto
}



.row-zigzag .text-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width:60%;
    position: relative;
    
}
@media (max-width:768px){
    .row-zigzag .text-block {
    max-width:100%;
}
}
.row-zigzag .text-block .title {
    
    font-size: 27px;
    font-weight: 400;
    margin: 5px 0 20px 40px;
}

.row-zigzag-btn .text-block .title {
    margin-bottom: 40px;
    line-height: 1.3
}

.price-calculator .text,
.row-zigzag .text-block .text {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6
}

.hilfe_in_weiteren .row>ul>li {
    max-width: 33%;
    width: 100%;
    margin-bottom: 30px
}

.hilfe_in_weiteren .title {
    font-size: 36px;
    margin-bottom: 20px
}

.hilfe_in_weiteren ul a {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 8px;
    color: #000
}

.hilfe_in_weiteren .row-button a {
    padding: 16px 80px
}

.advantages .row,
.cWriters-team .team-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
}
.advantages.section{
    border-top:1px solid #66778F;
}
.advantages .title,
.advantages .title h2,
.price-block .title,
.price-block .title h2 {
    font-family: Inter;
font-size: 44px;
font-weight: 400;
line-height: 53px;
text-align: center;

}

.advantages .item {
    width: 32%;
    border: 1px solid #273649;
    padding:30px;
    border-radius:30px;
    margin:10px 0 ;

}

.advantages .subtitle {
    margin: 20px 0 ;
    font-family: Inter;
font-size: 21px;
font-weight: 600;
line-height: 25px;


}

.advantages .text,
.cWriters-team .descr {
    font-family: Inter;
font-size: 16px;
font-weight: 300;
line-height: 24px;

}

.advantages .text {
    font-size: 18px;
    line-height: 1.6;
    color: #000
}

.advantages img {
    max-width: 50px;
    width: 100%;
    height: auto
}

#trustpilot-widget-trustbox-0-wrapper {
    max-width: 1280px;
    margin: 0 auto !important;
    padding: 80px 30px
}

.cWriters-team .h2-title {
    margin-top: 0;
    margin-bottom: 30px
}

.cWriters-team .subtitle {
    font-size: 27px;
    margin-bottom: .8em
}

.cWriters-team .descr {
    font-size: 18px;
    margin-bottom: 2em
}

.cWriters-team .team-block .item {
    font-family: Inter, sans-serif;
    /*width: 33.3333%;*/
    text-align: left
}

.cWriters-team .row {
    margin-left: -15px;
    margin-right: -15px
}

.cWriters-team .name {
    font-size: 21px;
    font-weight: 700;
    margin-top: 20px;
    color: #000
}

.cWriters-team .position {
    font-weight: 300;
    font-size: 18px;
    margin: 5px 0 15px;
    color: #000
}

.cWriters-team img {
    height: 300px
}

.cWriters-team .text {
    font-size: 14px;
    font-weight: 300
}

.value-chain {
    margin-bottom: 60px;
    background: #fafafa;
    padding: 30px 40px
}

.value-chain .item {
    margin: 40px 0;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.value-chain .item::after {
    content: "";
    display: table;
    clear: both
}

.value-chain .img {
    max-width: calc(50% - 40px);
    height: auto;
    margin-right: 40px
}

.value-chain .subtitle {
    margin-bottom: 20px;
    font-family: "Times New Roman";
    font-weight: 400;
    font-size: 20px
}

.custom-dropdown,
.intro-text,
.our-experts .item {
    font-family: Roboto, sans-serif
}

.custom-dropdown {
    position: relative;
    display: inline-block;
    margin: 10px 0;
   
}

.custom-dropdown select {
    cursor: pointer;
    outline: #fff;
    color: #333;
    width: 100%;
    font-size: inherit;
    padding: 18px 2.5em 18px 25px;
    border: 0;
    margin: 0;
    border-radius: 3px;
    text-indent: .01px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff
}

.custom-dropdown::after,
.custom-dropdown::before {
    content: "";
    position: absolute;
    pointer-events: none
}



.custom-dropdown select[disabled] {
    color: rgba(0, 0, 0, 0.3)
}

.custom-dropdown select[disabled]::after {
    color: rgba(0, 0, 0, 0.1)
}

.custom-dropdown::before {
    background-color: rgba(0, 0, 0, 0.15)
}



.landing-content .row>* {
    width: 48%;
    margin: 15px 0
}

.landing-content .label,
.landing-content label {
    margin: 20px 0;
    display: block;
    font-weight: 400;
    font-size: 16px
}

.our-experts .item{
    display: -webkit-box;
    display: -ms-flexbox
}

.landing-content label input,  .landing-content label textarea,.landing-content .custom-dropdown select{
    padding: 16px 0;
    text-indent: 10px;
    background: #fff;
    border: 1px solid #C9CDCF;
    border-radius:8px;
    
}
.landing-content  select.active,.landing-content .custom-dropdown  select.active,.landing-content  .seiten  input.active,.landing-content  .delivery-data  input.active {
  color: #1C1E1F;
background: #E7F0FE;
} 

.landing-content  .delivery-data input{
       font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 18px;
color: #D1D1D1;
}
.landing-content .custom-dropdown::after{
    content: "";
    position: absolute;
    pointer-events: none
}

.landing-content .custom-dropdown::after {
    content: "";
    background: url(/wp-content/uploads/2020/12/arrow-dawn.svg) center/cover no-repeat;
    width: 12px;
    height: 7.29px;
    right: 20px;
    top: 20px;
    
    color: rgba(0, 0, 0, 0.4)
}
.wpcf7-form-control-wrap .button {
    
    display:none;
 
}

.landing-content .button {
    width: auto;
    
    padding: 14px 30px
}

.landing-content .file-attachment span {
    display: block;
    margin-top: 20px;
    font-weight: 300
}

.landing-content .delivery-data input {
    padding-right: 20px;
    border: 1px solid #C9CDCF;
    border-radius:8px;
}

.intro-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6
}

.intro-text h1,
.intro-text h2,
.intro-text h3,
.intro-text h4,
.intro-text h5,
.intro-text h6 {
    font-size: 46px;
    font-family: "Times New Roman";
    font-weight: 400
}

.our-experts .text-block {
    max-width: 620px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px
}

.our-experts .item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 60px;
    font-size: 16px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.our-experts .item img {
    max-width: 400px;
    height: auto;
    margin-left: 30px
}

.our-experts .item:nth-child(2n) img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: 0;
    margin-right: 30px
}

.our-experts .name {
    font-weight: 700;
    font-size: 22px
}

.our-experts .position {
    font-weight: 300;
    margin: 12px 0 24px;
    font-size: 18px
}

.our-experts .text {
    font-weight: 400;
    line-height: 1.6
}

.price-calculator {
    background: #fff;
}

.price-calculator .subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 36px;
    text-align: center;
    margin-bottom: .8em
}

.price-calculator .row form .row>* {
    max-width: 48%;
    width: 100%;
    margin-bottom: 30px;
    color:#273649;
}
.price-calculator .row form .text,.price-calculator .row form .price-block {
   max-width:unset;
}

.price-calculator .custom-dropdown {
    display: block;
    margin: 0;
    position: relative
}

.price-calculator .custom-dropdown select {
    padding: 14px 25px;
    border:1px solid #C9CDCF;
    color:#273649;
    border-radius:8px;
}
.price-calculator input {
    border-radius:8px;
    color:#273649;
    border:1px solid #C9CDCF;
    padding: 14px 25px;
}
.custom-dropdown  select.active,.seiten  input.active,.delivery-data  input.active {
  color: #1C1E1F;
background: #E7F0FE;
}
.price-calculator label,.price-calculator .label{
    color:#273649;
}
.price-calculator .custom-dropdown .wpcf7-not-valid-tip {
    position: absolute;
    padding-top: 4px;
    font-weight: 400
}

.price-calculator .custom-dropdown.error {
    border-color: red
}

.price-calculator input[type="submit"] {
    width: auto;
    padding: 15px 55px
}

.price-calculator .row-button {
    text-align: center;
    width: 100%
}

.price-calculator .price-block {
    margin: 10px 0;
    background: #F8F8F8;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 12px;
    
}
.price-calculator  .button{
    margin:0 auto;
    font-family: 'Inter', sans-serif;
}
.landing-content .current-price,
.price-calculator .current-price {
    font-weight: 500;
    margin-left: 8px
}

.landing-content .currency,
.price-calculator .currency {
    margin-left: 2px;
    margin-right: 8px;
    font-weight: 500
}
.price-block .row{
    justify-content:space-between;
}
.price-block .item {
    width:32%;
    overflow:hidden;
    margin:10px 0;
    border-radius:30px;
    border: 1px solid #273649;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
   
}

.price-block .categories {
    font-family: Inter;
    height:80px;
font-size: 21px;
font-weight: 700;
line-height: 22px;
background: #273649;
text-align: center;
padding:20px 10px ;


}
.price-block .categories a{
color:#fff;    
text-transform:uppercase;
}
.price-block .subtitle {
    border: 1px solid #F1F1F1;
    border-radius:30px;
    font-family: Inter;
font-size: 14px;
font-weight: 400;
text-align: center;
margin:0 auto 20px;
padding:5px;
width:200px;

}

.price-block .price {
    font-family: Inter;
font-size: 42px;
font-weight: 400;
line-height: 36px;
margin:20px;
text-align: center;
color: #2962FF;


}

.price-block .text {
text-align: justify;
font-size: 14px;
font-weight: 300;
line-height: 21px;
}

.price-block .text {
    padding:20px;
}

.price-block .button {
    background: #2962ff;
    color: #fff;
    border-radius: 8px;
    margin:10px auto 30px;
    color:#fff;
    text-decoration:none;
    width:200px;
    padding:10px;
    text-align:center;
}

#hidden-price {
    width: 1px;
    height: 1px;
    line-height: 1px;
    padding: 0;
    margin: 0
}

.upload-btn-wrapper {
    margin-top: 20px;
    position: relative;
    padding: 20px 40px;
    border: 2px dashed #2962ff;
    text-align: center;
    background: #fff;
    font-size: 12px
}

.cookies__title,
.leistungen .title,
body div#toc_container {
    font-family: "Times New Roman"
}

.landing-content .upload-btn-wrapper .wpcf7-form-control-wrap {
    position: absolute;
    cursor:pointer;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.upload-btn-wrapper .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -27px;
    left: 0
}

.fileupload-name {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    font-size: 18px
}

.fileupload-name .figcaption {
    padding: 5px 0
}

.fileupload-name .figcaption:first-child {
    margin-top: 15px
}

.fileupload-name figure {
    position: relative;
    max-width: calc(50% - 30px);
    margin: 10px;
    padding: 5px
}

.fileupload-name .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background: rgba(202, 36, 36, 0.72);
    padding: 4px;
    cursor: pointer;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.fileupload-name .btn-close:hover {
    background: #ca2424
}

.fileupload-name .btn-close::after,
.fileupload-name .btn-close::before {
    margin: 0 0 0 -2px;
    position: absolute;
    content: "";
    background: #fff;
    width: 2px;
    height: 100%;
    top: 0
}

.fileupload-name .btn-close::before {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg)
}

.fileupload-name .btn-close::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.file-attachment .remove-all-preview {
    background: rgba(255, 45, 45, 0.5);
    margin-top: 10px;
    display: none;
    z-index: 1;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    text-transform: uppercase;
    padding: 14px 19px
}

.file-attachment .remove-all-preview:hover {
    background: red
}

.drag-drop-text {
    color: #2962ff;
    font-size: 14px;
    font-weight: 400
}

.leistungen .image {
    max-width: 60px;
    height: auto;
    margin-bottom: 0
}

.leistungen .title {
    font-weight: 400;
    font-size: 24px;
    margin: 20px 0 14px
}

.leistungen .text {
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6
}

div#ui-datepicker-div {
    z-index: 1000 !important
}

#wpcf7-f1709-p1706-o1 .wpcf7-mail-sent-ok,
.price-calculator-unsere-price .wpcf7-response-output {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0
}

.success-content-afragen {
    padding: 200px 0;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.success-content-afragen h2 {
    font-size: 36px
}

.success-content-afragen p {
    font-size: 24px
}

.cookies {
    position: fixed;
    transform: translateX(-50%);
    padding: 12px 20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    left: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
    transition: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: none;
    bottom: 0;
    z-index: 100000000002
}

.cookies .btn-close {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 20px;
    cursor: pointer;
    display: none
}

.cookies .btn-close::after,
.cookies .btn-close::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #a8a6a6
}

.cookies .btn-close::before {
    -webkit-transform: translate(9px, 0) rotate(45deg);
    -ms-transform: translate(9px, 0) rotate(45deg);
    transform: translate(9px, 0) rotate(45deg)
}

.cookies .btn-close::after {
    -webkit-transform: translate(9px, 0) rotate(-45deg);
    -ms-transform: translate(9px, 0) rotate(-45deg);
    transform: translate(9px, 0) rotate(-45deg)
}

.cookies__title {
    font-size: 21px;
    color: #000;
    font-weight: 700;
    display: none
}

.cookies__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center
}

.cookies .button {
    margin: 0;
    text-align: center;
    max-width: 238px;
    width: 212px;
    padding: 5px 19px
}

.cookies .button__transparent {
    border: none;
    color: #263238;
    text-decoration: underline;
    margin-top: 10px;
    display: none
}

.cookies .button__transparent:hover {
    background: 0 0;
    color: #263238
}

.cookies__text {
    font-family: Roboto;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.3;
    display: -ms-flexbox;
    -ms-flex-align: center;
    margin-right: 35px;
    width: 75%
}

.about-section__desc p,
.content-wrap p,
.price-table__wrap,
body #toc_container p.toc_title,
body .su-quote-inner,
body .su-spoiler-style-default>.su-spoiler-content,
body .su-spoiler-title {
    font-family: Roboto, sans-serif
}

.cookies__button {
    width: 218px
}

@media (max-width: 1600px) {
    .sidebar {
        max-width: 330px
    }
    .hr-section {
        font-size: 12px;
       
    }
    .hr-section .subtitle {
        margin: 5px 0 10px
    }
   
    
    .hr-section .phone-number, .hr-section .side-wapp {
        margin-bottom: 15px
    }
    
    .sidebar .button {
        margin-top: 15px;
        font-size: 14px
    }
    .sidebar .truspilot-section {
        padding: 16px
    }
}

@media (max-width: 1200px) {
    .header-menu .menu>li>a {
        padding: 16px 10px;
        display: inline-block
    }
    header .logo {
        max-width: 102px
    }
    header .logo img {
        width: 100%;
        height: auto
    }
    .first-screen {
        height: calc(100vh - 65px)
    }
    .first-screen-landing {
        height: auto
    }
    header .button__transparent {
        margin-left: 10px
    }
}

@media (min-width: 1024px) {
    .contacts,
    .header-menu .menu {
        display: -webkit-box;
        display: -ms-flexbox
    }
    .contacts {
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .header-menu {
        border-top: 1px solid #eee
    }
    .menu-main-menu-container {
        margin-left: auto
    }
    .header-menu .menu {
        display: flex
    }
    .header-menu .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .header-menu .menu>li {
        position: relative;
        text-align: center;
        padding: 8px
    }
    .header-menu .menu>li>a {
        font-family: Roboto, sans-serif;
        font-size: 14px;
        font-weight: 400;
        padding: 4px;
        display: block;
        color: #000;
        line-height: 1.1;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }
    .header-menu .menu>li>a:hover,
    .header-menu .menu>li>a[aria-current="page"] {
        color: #2962ff
    }
    .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        min-width: 250px;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        height: 0;
        background-color: #fff;
        padding: 15px;
        border: 1px solid #ccc;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        text-align: left
    }
    .sub-menu li {
        margin: 15px 0
    }
    .sub-menu li:first-child {
        margin-top: 0
    }
    .sub-menu li:last-child {
        margin-bottom: 0
    }
    .sub-menu a {
        font-size: 18px;
        color: #666;
        font-weight: 700
    }
    .sub-menu a:hover {
        color: #999
    }
    .header-menu .menu>li:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        height: auto;
        overflow: hidden
    }
    #price__table--mob,
    .mobile_menu_btn,
    .mobile_menu_close,
    .mobile_menu_overlay {
        display: none
    }
    .bottom_info>* {
        width: 25%;
        padding: 10px
    }
    .bottom_info> :first-child {
        padding-left: 0
    }
    .bottom_info> :last-child {
        padding-right: 0
    }
    .header-menu .menu>li.drap-dawn>a {
        padding-right: 22px
    }
    .drap-dawn>a:after {
        position: absolute;
        content: "";
        top: 47%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 4px;
        height: 10px;
        width: 8px;
        background: url(/wp-content/uploads/2020/08/arrow.svg) no-repeat
    }
    .drap-dawn:hover>a:after {
        -webkit-transform: rotate(180deg) translateY(4px);
        -ms-transform: rotate(180deg) translateY(4px);
        transform: rotate(180deg) translateY(4px)
    }
    .header-menu .drap-dawn:hover>a {
        border-bottom: 2px solid #666
    }
    .price-table__title {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 1023px) {
    .first-screen .container>* {
        padding: 40px 0;
        width: 100%
    }
    .header-top {
        height: 40px
    }
    .first-screen {
        height: calc(100vh - 62px)
    }
    .first-screen-landing {
        height: auto
    }
    .section,
    section {
        padding: 36px 0
    }
    .drap-dawn>.sub-menu,
    header .button__transparent {
        display: none
    }
    .drap-dawn>a,
    .popup-menu {
        position: relative
    }
    .drap-dawn>a:after {
        content: "+";
        margin-left: 5px
    }
    .drap-dawn.open>a:after {
        content: "-"
    }
    .drap-dawn.open>a,
    .header-menu ul a:hover,
    .header-menu ul a[aria-current="page"] {
        color: #b42aaa
    }
    .drap-dawn.open>.sub-menu {
        display: block
    }
    .top-panel {
        margin: 0;
        padding-right: 70px
    }
    .top-panel .descr {
        font-size: 14px;
        margin-bottom: 5px
    }
    .header-menu .menu-main-menu-container {
        position: fixed;
        height: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        background: #f6f6f6;
        top: 0
    }
    .header-menu li {
        margin-top: 10px
    }
    .header-menu ul a {
        color: #000;
        font-size: 20px
    }
    .mobile_menu_close {
        padding: 5px 10px;
        outline: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: fixed;
        top: 20px;
        right: 10px;
        cursor: pointer;
        z-index: -1;
        opacity: 0
    }
    .header-menu.open .mobile_menu_close {
        z-index: 3;
        opacity: 1;
        color: #666;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s
    }
    .header-menu.open .mobile_menu_close svg {
        width: 30px;
        height: 30px
    }
    .header-menu.open .menu-main-menu-container {
        top: 100px;
        visibility: visible;
        opacity: 1;
        z-index: 2;
        height: 100%;
        min-width: 50%;
        padding: 20px;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        max-height: calc(100vh - 62px)
    }
    .fixed-header .header-menu.open .menu-main-menu-container,
    .fixed-header .header-menu.open .mobile_menu_overlay {
        top: 80px
    }
    .mobile_menu_btn {
        display: block;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 40px;
        position: relative;
        z-index: 5;
        padding: 8px
    }
    .mobile_menu_btn span {
        display: block;
        height: 2px;
        background: #000;
        margin-bottom: 5px;
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s
    }
    .mobile_menu_btn span:last-child {
        margin-bottom: 0
    }
    .mobile_menu_btn.active .mobile-btn-top {
        -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
        -ms-transform: translateY(9px) translateX(0) rotate(45deg);
        transform: translateY(9px) translateX(0) rotate(45deg)
    }
    .mobile_menu_btn.active .mobile-btn-middle {
        opacity: 0
    }
    .mobile_menu_btn.active .mobile-btn-bottom {
        -webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-5px) translateX(0) rotate(-45deg);
        transform: translateY(-5px) translateX(0) rotate(-45deg)
    }
    .mobile_menu_overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        opacity: 0;
        visibility: hidden;
        background-color: #87acd0
    }
    .header-menu.open .mobile_menu_overlay {
        z-index: 1;
        opacity: .8;
        visibility: visible;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        top: 100px
    }
    .sub-menu a {
        font-size: 16px;
        padding-left: 20px
    }
    .bottom_info,
    .digits .inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .bottom_info>* {
        min-width: 200px;
        margin-bottom: 30px
    }
    .wp-block-column,
    footer .container-bg .row>* {
        width: 100%
    }
    .digits .inner>div {
        max-width: 100%;
        padding: 14px 10px;
        border: none
    }
    .h2-title,
    .seo-text h2.h2-title {
        font-size: 28px;
        margin-bottom: 30px
    }
    .topic span {
        font-size: 14px
    }
    .common-blog .container,
    .how-to-order .inner,
    .how-to-order .row,
    .landing-content .container,
    .row-zigzag-btn .item,
    .row-zigzag-btn .item:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .how-to-order li {
        width: 100%;
        margin: 0
    }
    .how-to-order .row-button,
    .row-zigzag-btn .item .row-btn {
        text-align: center
    }
    .how-to-order li:nth-of-type(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .how-to-order .row>.image {
        max-width: 350px;
        margin: 34px auto 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .row-zigzag .item img {
        margin-right: 60px
    }
    .row-zigzag .item:nth-child(2n) img {
        margin-left: 60px;
        margin-right: 0
    }
    .row-zigzag-btn .item img,
    .row-zigzag-btn .item:nth-child(2n) img {
        margin: 0 auto 20px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .row-zigzag-btn .text-block .title {
        margin-bottom: 30px
    }
    header .button_mobile {
        display: inline-block
    }
    .common-blog .container .blog-inner-post,
    .landing-content .container .content,
    .optional-offer .container>.content-text {
        max-width: 100%
    }
    .optional-offer .container>img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 400px;
        margin: 40px auto 0
    }
    .optional-offer .subtitle {
        font-size: 32px
    }
    footer .container-bg .copyright {
        margin-bottom: 10px
    }
    footer .menu-contact ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 14px
    }
    .advantages .item {
        width: 49%
    }
    .common-blog .container .sidebar,
    .landing-content .sidebar {
        max-width: 450px;
        position: relative;
        top: unset;
        left: unset;
        margin: 50px auto 30px
    }
    .our-experts .item {
        max-width: 100%;
        margin: 0 0 25px
    }
    .price-block .item {
        width: 49%;
    }
    .our-experts .item img {
        max-width: 280px
    }
    .first-screen .digits {
        padding-top: 0;
        background: #fff;
        margin-top: 30px
    }
    .unsere-preise {
        padding-bottom: 0
    }
    .price-calculator-unsere-price {
        padding-top: 45px
    }
    .popup-menu::after {
        content: "";
        display: block;
        width: 30px;
        min-height: 18px;
        background: url(img/icons/arrow-drop-down.svg) center 3px/18px no-repeat;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: 0;
        z-index: 1
    }
    .tab__content .item {
        max-width: 33.33%
    }
}

@media (min-width: 768px) {
    .contacts address {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .first-screen .inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 767px) {
    .digits .inner,
    .email-discount .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }
    .first-screen li {
        max-width: 100%;
        margin: 3px 3px 10px 0;
        display: inline-block;
        background: 0 0;
        border: none;
        padding: 3px 0;
        font-size: 16px
    }
    .services .menu {
        max-height: 500px
    }
    .contacts .phone {
        margin: 5px 0
    }
    .header-menu .buttons,
    .how-to-order li,
    .how-to-order li:nth-of-type(2n),
    .page-404-php .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .header-menu .buttons>* {
        margin-right: 0
    }
    .first-screen .inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .topic {
        margin-bottom: 20px;
        width: 100%
    }
    .post {
        width: 100%;
        padding: 15px 5px
    }
    .post .info {
        padding: 7px 14px 18px
    }
    .first-screen,
    .post .post-image {
        height: auto
    }
    .email-discount .inner {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    .email-discount .offer {
        margin-bottom: 15px
    }
    .b-carousel.js-carousel {
        padding-bottom: 50px
    }
    .b-carousel__next,
    .b-carousel__prev {
        bottom: 0;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .b-carousel__prev {
        left: 47%;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    .b-carousel__next {
        left: 53%
    }
    .cWriters-team .descr,
    .impressum-resume__section,
    .reviews .name,
    .seo-text .seo-block-header,
    footer .container-bg .copyright {
        font-size: 16px
    }
    .price-calculator form .row .price-block,
    .tab-nav-item {
        font-size: 18px
    }
    .content .container {
        -webkit-column-count: 0;
        -moz-column-count: 0;
        column-count: 0;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }
    .advantages .item,
    .how-to-order li>*,
    .price-calculator .row form .row>*,
    .seo-text .seo-text-block {
        width: 100%
    }
    .digits {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .digits .inner {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .how-to-order .text {
        background: 0 0;
        border: none;
        margin-top: 15px;
        padding: 10px 10px 10px 0;
        text-align: left
    }
    .how-to-order li {
        margin-top: 5px
    }
    .front-page .topic .title,
    .front-page .topic .title>*,
    .seo-text-wrap:first-child> :first-child,
    .topic .title,
    .topic .title>* {
        font-size: 36px
    }
    .button {
        margin-top: 30px
    }
    .container {
        padding: 0 18px
    }
    footer .container-bg {
        padding: 18px
    }
    .how-to-order .order-step>li {
        width: auto
    }
    .how-to-order .order-step::after {
        left: 0
    }
    .row-zigzag .item .text-block {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
    .row-zigzag .item img,
    .row-zigzag .item:nth-child(2n) img {
        margin: 0 auto 30px
    }
    .tab-nav-item:not(:first-child) {
        margin-left: 20px
    }
    .tab-nav-item {
        padding: 14px 20px
    }
    .tabs__header {
        margin-bottom: 30px
    }
    .tab__content .item {
        max-width: 50%
    }
    .accordion .row-button,
    .hilfe_in_weiteren .row-button,
    .landing-content .price-block,
    .row-button-sm,
    footer .container-bg .row {
        text-align: center
    }
    .hilfe_in_weiteren .row>ul>li {
        min-width: 50%
    }
    .advantages img {
        max-width: 60px
    }
    .advantages .subtitle {
        margin: 10px 0
    }
    .seo-text .row-open-hide .row-inner {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
    .accordion .header,
    .accordion .header>h3,
    .cWriters-team .subtitle,
    .price-block .categories {
        font-size: 24px
    }
    .reviews .data,
    .reviews .text,
    .seo-text-wrap p {
        font-size: 14px
    }
    .cWriters-team .team-block .item {
        max-width: 50%;
        padding: 12px
    }
    .impressum-resume .contact a img {
        margin-right: 10px
    }
    .impressum-resume .contact a span {
        display: block
    }
    .impressum-resume {
        margin-bottom: 50px
    }
    .landing-content label input,
    .landing-content label textarea {
        margin-top: 6px
    }
    .landing-content label input {
        padding: 10px 0
    }
    .custom-dropdown select {
        padding: 13px 15px
    }
    .first-screen .container>* {
        width: 100%;
        padding: 10px 0
    }
    .price-block .item {
        width: 100%;
        margin: 10px 0
    }
    .price-block .item-inner {
        padding: 20px 16px
    }
    .price-block .button {
        margin-top: 22px
    }
    .our-experts .item img {
        max-width: 340px;
        margin: 0 auto
    }
    .our-experts .item:nth-child(2n) img {
        margin: 0 auto
    }
    .our-experts .text-block {
        max-width: 100%;
        margin: 30px 0 0;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center
    }
    .our-experts .item {
        margin-bottom: 45px
    }
    .our-experts .position {
        margin: 8px 0 5px
    }
    .our-experts .button {
        margin-top: 30px;
        padding: 16px 80px
    }
    .first-screen-landing {
        min-height: 380px
    }
    .accordion,
    .landing-content form {
        padding: 15px
    }
    .landing-content .button[type="submit"] {
        display: block;
        margin: 30px auto 0
    }
    .reviews .header {
        margin: 12px 0 6px
    }
    .reviews .stars-rate {
        max-width: 127px
    }
    .reviews .glide__slide {
        padding: 5px
    }
    .advantages .title,
    .advantages .title h2,
    .h2-title,
    .h2-title>h2,
    .intro-text h1,
    .intro-text h2,
    .intro-text h3,
    .intro-text h4,
    .intro-text h5,
    .intro-text h6,
    .price-block .title,
    .price-block .title h2,
    .reviews .h2-title {
        font-size: 34px
    }
    .reviews .subtitle {
        margin: 10px 0 20px
    }
    .value-chain .subtitle {
        font-size: 20px
    }
    .optional-offer .subtitle {
        font-size: 22px;
        line-height: 1.3
    }
    .price-block .title h2 {
        margin-bottom: .2em
    }
    .seo-text-section {
        webkit-column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1
    }
    .blog-slider .post-image-link img {
        min-height: 180px;
        height: auto
    }
    .how-to-order .h2-title {
        font-size: 32px;
        margin-bottom: 8px
    }
    .value-chain {
        padding: 20px 24px
    }
    .common-blog .post .title {
        font-size: 26px
    }
    .landing-content .container .content>h1:first-child,
    .landing-content .container .content>h2:first-child,
    .landing-content .container .content>img:first-child+h1,
    .landing-content .container .content>img:first-child+h2 {
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 20px
    }
    .single-unser-team-php .content .text-content {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin-top: 20px;
        margin-left: 0
    }
    .seo-text-section>h1:first-child,
    .seo-text-section>h2:first-child {
        font-size: 36px;
        margin-bottom: 24px
    }
    .success-content-afragen {
        padding: 60px 0
    }
}

@media (max-width: 540px) {
    .cookies__row,
    header {
        -ms-flex-direction: column
    }
    .blog-slider .glide__slide,
    .cookies__button,
    .file-attachment .row-button,
    .fileupload-name,
    .hilfe_in_weiteren .row>ul,
    .page-404-php .content {
        text-align: center
    }
    header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .header-menu .buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 10px
    }
    .cookies__row,
    .value-chain .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }
    .header-menu .buttons>* {
        margin-right: 20px
    }
    .bottom_info,
    .posts {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .cookies {
        padding: 5px 10px;
        overflow: auto;
        width: 100%;
        max-width: 100%
    }
    .cookies__row {
        flex-direction: column;
        margin-top: 6px
    }
    .cookies__button {
        margin-top: 20px
    }
    .cookies__text {
        width: 100%;
        margin-right: 0;
        max-width: 100%
    }
    .digits .inner>div,
    .value-chain .img {
        max-width: 100%
    }
    .first-screen {
        background-size: 100% auto
    }
    .page-404-php {
        padding-bottom: 25px
    }
    .page-404-php .title {
        font-size: 60px
    }
    .page-404-php img {
        display: none
    }
    .email-discount form>p:first-of-type,
    .email-discount p {
        display: block;
        margin: 10px 0;
        width: 100%
    }
    .email-discount input[type="submit"] {
        margin-left: 0
    }
    .seo-text-column .row {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
    .landing-page-php {
        overflow-x: hidden
    }
    .header-menu.open .menu-main-menu-container {
        width: 100%
    }
    .header-top i {
        margin-right: 4px;
        font-size: 14px
    }
    .button,
    .hilfe_in_weiteren a,
    .our-experts .name,
    header .button {
        font-size: 16px
    }
    .header-top .schedule i {
        margin-top: 2px
    }
    .row-zigzag .item img {
        max-width: 182px
    }
    .hilfe_in_weiteren .row>ul>li {
        min-width: 100%
    }
    .advantages .item {
        padding: 0;
        margin-bottom: 26px
    }
    .cWriters-team .team-block .item {
        max-width: 100%;
        padding: 12px 12px 24px
    }
    .cWriters-team .team-block .item::after {
        content: "";
        display: table;
        clear: both
    }
    .cWriters-team .team-block .item .img {
        max-width: 100%;
        height: auto;
        margin-right: 0
    }
    .cWriters-team .text,
    .our-experts .text {
        clear: both;
        padding-top: 10px
    }
    .cWriters-team .name {
        font-size: 16px;
        margin-top: 14px;
        font-weight: 700
    }
    .cWriters-team .position {
        font-size: 14px;
        margin: 5px 0 0
    }
    .button {
        padding: 10px 15px
    }
    .button_md {
        padding: 16px 60px
    }
    header .button {
        padding: 15px 20px
    }
    header .button_mobile {
        margin-left: 0;
        padding: 14px 18px;
        margin-top: 0
    }
    .common-blog .button {
        font-size: 18px;
        padding: 16px 22px
    }
    .value-chain .item {
        font-size: 14px;
        line-height: 1.5;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .value-chain .text-content {
        max-width: 100%;
        margin-top: 20px
    }
    .value-chain .row-button {
        padding-top: 1px;
        width: 100%;
        clear: both
    }
    .value-chain .row-button a {
        max-width: 230px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .leistungen .text,
    .our-experts .position,
    .our-experts .text,
    .sidebar .bewertungen,
    .sidebar .trustscore {
        font-size: 14px
    }
    .price-calculator form .row .price-block {
        padding: 10px 20px;
        margin-bottom: 10px
    }
    .price-calculator input[type="submit"] {
        width: 100%;
        padding: 15px 20px
    }
    .our-experts .item img {
        max-width: 400px;
        width: 100%;
        margin: 0
    }
    footer .menu-contact ul a {
        font-size: 14px;
        margin: 5px 0
    }
    footer .menu-area .footer-menu {
        margin: 15px 0;
        max-width: 100%;
        width: 100%
    }
    .sidebar .trustpilot {
        margin-right: 25px
    }
    footer .row-truspilot {
        padding: 15px 0
    }
    .row-truspilot>a {
        font-size: 12px
    }
    .row-truspilot .stars {
        max-width: 100px;
        margin: 0 10px
    }
    .row-truspilot .trustpilot-img {
        max-width: 80px
    }
    .leistungen .title {
        font-size: 18px;
        margin: 14px 0 8px
    }
    .blog-slider .post_title {
        font-size: 18px;
        margin-top: 10px
    }
    .blog-slider .post-image-link img {
        max-width: 216px
    }
    .blog-slider .post_image,
    .blog-slider .post_text {
        max-width: 216px;
        margin: 0 auto
    }
    .hilfe_in_weiteren .row-button a {
        padding: 16px 24px
    }
    .tab__content .item {
        max-width: 100%;
        margin-bottom: 18px
    }
    .single-unser-team-php .landing-content.section .content>img {
        display: block;
        margin: 0 auto 20px;
        float: none
    }
    .tabs__body {
        padding: 10px 20px
    }
    .blog-slider .post_title {
        max-height: 72px;
        text-align: left
    }
    .header-menu li {
        margin-top: 4px
    }
    .header-menu .menu>li>a {
        padding: 10px;
        font-size: 18px
    }
    .common-blog .post .button {
        margin-bottom: 0
    }
    .fileupload-name figure {
        max-width: 100%;
        margin: 10px
    }
    .file-attachment .remove-all-preview {
        margin-top: 12px;
        max-width: 100%;
        padding: 12px 16px
    }
    .landing-content .container .content h2,
    .landing-content .content h2,
    .seo-text h2 {
        font-size: 26px
    }
    .landing-content .container .content h1,
    .landing-content .container .impressum-resume+h2,
    .landing-content .content h1,
    .seo-text h1 {
        font-size: 36px
    }
    .price-block .title {
        margin-bottom: 10px
    }
    .cookies .btn-close {
        top: 10px
    }
}

body .su-accordion .su-spoiler {
    border: 1px solid #000;
    margin-bottom: 0;
    padding: 0
}

body .su-quote-inner,
body .su-spoiler-title {
    font-weight: 300;
    font-size: 18px
}

body .su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before {
    content: "\f105";
    font-size: 25px
}

body .su-spoiler-icon-plus .su-spoiler-icon:before {
    content: "\f107";
    font-size: 25px
}

body .su-spoiler-style-default>.su-spoiler-title {
    padding: 15px 10px 15px 37px
}

body .su-spoiler-style-default>.su-spoiler-title>.su-spoiler-icon {
    left: 13px;
    top: 13px
}

body .su-spoiler-style-default>.su-spoiler-content {
    padding: 1em 1em 1em 47px;
    font-weight: 400;
    color: #000
}

body .su-column-inner img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

body .su-quote-style-default {
    color: #000;
    padding: 2em 2em 2em 4em
}

body .su-accordion .su-spoiler:not(:last-child) {
    border-bottom: none
}

.content ul {
    padding: 0
}

.content ol {
    counter-reset: li;
    list-style: decimal;
    padding: 0
}

.content ol,
.content ul {
    margin: 0 0 0 2em
}

.content ol li,
.content ul li {
    position: relative;
    display: block;
    padding: 0 .4em 0 2em;
    margin: 5px 0;
    text-decoration: none
}

.content ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -10px;
    top: -1px;
    margin-top: 0;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    border-radius: 0;
    color: #fff
}

.content ul li:before {
    content: "\203A";
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 5px;
    height: 15px;
    width: 15px;
    line-height: 13px;
    text-align: center;
    font-weight: 400;
    border-radius: 50%;
    color: #fff;
    border: none !important;
    background: #2962ff !important
}

body .su-quote-style-default:before {
    width: auto;
    height: auto;
    background-image: none;
    content: "\275D";
    font-size: 60px;
    top: 7px;
    left: 3px
}

#price__table--pc tbody tr td,
.top-features .content-wrap p {
    font-size: 16px;
    font-weight: 300
}

body div#toc_container {
    font-size: 27px;
    font-weight: 400;
    width: 100%!important;
    padding: 15px 20px
}


body #toc_container.toc_white {
    background: #fff;
    border: 1px solid #2962ff
}

body #toc_container p.toc_title {
    color: #2962ff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body #toc_container span.toc_toggle {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    font-size: inherit
}

body #toc_container a {
    color: #000;
    /*white-space: nowrap;*/
}

body .wpDataTables {
    overflow: auto
}

body blockquote {
    margin: 0;
    color: #000;
    padding: 2em
}

body .toc_toggle a {
    text-decoration: none !important;
    display: inline-block;
    font-size: 18px;
    color: #2a63ff !important;
    margin-right: 10px
}

body #toc_container.contracted {
    background: #fff !important
}

body .toc_list li {
    list-style: none
}

@media (max-width: 800px) {
    body #toc_container a {
        white-space: break-spaces
    }
}

body .su-quote-style-default,
body .su-spoiler-style-default>.su-spoiler-content,
body blockquote {
    background: #2962ff1f
}

body .su-quote-style-default,
body blockquote {
    border-left: 5px solid #2962ff
}

.content ol li:before,
.content ul li:before {
    border: 1px solid #2962ff;
    background: #aec3ff
}

.button.submitMyContactForm {
    border: 0
}

.hero-section {
    display: block;
    padding-top: 70px;
    height: 930px;
    background: -o-radial-gradient(50% 50%, 50% 118.27%, #f8f8f8 0, #d0d0d1 100%);
    background: radial-gradient(50% 118.27% at 50% 50%, #f8f8f8 0, #d0d0d1 100%)
}

.hero-section .container>* {
    max-width: 100%;
    width: 100%
}

.hero__img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 842px;
    height: 430px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom
}

.hero-section .subtitle {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto
}

.hero-futures__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 85%;
    margin: 40px auto 0
}

.hero-futures__item {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    text-align: left;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.icon-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px
}

.content-wrap h3 {
    font-size: 21px;
    font-weight: 400;
    margin: 5px 0 10px
}

.content-wrap p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4
}

@media (max-width: 1200px) {
    .hero-futures__wrap,
    .hero-section .subtitle {
        max-width: 100%
    }
}

@media (max-width: 920px) {
    .hero__img {
        width: 100%;
        background-size: contain !important
    }
    .hero-section .topic .subtitle {
        font-size: 16px;
        line-height: 1.5
    }
    .hero-section .topic .title h1 {
        font-size: 46px
    }
}

.about-section {
    padding: 90px 0 70px;
    overflow: hidden
}

.about-section__wrap {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    background: #f8f8f8;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 80px;
    text-align: center;
    position: relative;
    z-index: 1
}

.about-section__wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -180px;
    width: 258px;
    height: 245px;
    background: url(img/pencil-cup.webp) 0 0 / cover no-repeat;
    z-index: 2
}

.about-section__wrap::before {
    content: "";
    position: absolute;
    top: 56%;
    left: -30px;
    width: 305px;
    height: 237px;
    background: url(img/plant-5.webp) 0 0 / cover no-repeat;
    z-index: 2
}

.about-section__title h2 {
    font-weight: 400;
    font-size: 46px;
    color: #2962ff;
    margin-top: 0;
    margin-bottom: 20px
}

.about-section__desc p {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4
}

.about-section__wrap .button {
    margin-top: 10px
}

.about-section .button-row {
    position: relative;
    z-index: 3
}

@media (max-width: 1024px) {
    body {
        padding-top: 98px
    }
    .hero-section {
        padding: 40px 0
    }
    .hero-section .container>* {
        padding: 0
    }
    .about-section__wrap {
        max-width: 70%
    }
}

@media (max-width: 920px) {
    .about-section__wrap {
        max-width: 80%;
        padding: 50px
    }
    .about-section__wrap::after,
    .about-section__wrap::before {
        background-size: 80%
    }
}

@media (max-width: 767px) {
    .hero-futures__wrap {
        display: block
    }
    .hero-futures__item {
        padding: 0;
        margin-bottom: 25px
    }
    .hero-section .topic .title h1 {
        font-size: 30px
    }
    .hero-section .button {
        margin-top: 10px
    }
    .about-section__wrap::after {
        top: 66%;
        right: -175px
    }
    .about-section__wrap::before {
        top: 73%;
        left: 0
    }
    .about-section__wrap::after,
    .about-section__wrap::before {
        background-size: 50%
    }
    .about-section {
        padding: 50px 0 70px
    }
    .about-section__wrap {
        max-width: 100%;
        padding: 40px 20px
    }
    .about-section__title h2 {
        font-size: 34px
    }
    .about-section__desc p {
        font-size: 16px
    }
    .about-section__wrap .button {
        margin-top: 10px
    }
}

.price-table,
.top-features {
    padding-top: 100px;
    margin-bottom: 40px
}

.top-features__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px
}

.top-features__items-wrap {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 15px;
    text-align: center
}

.top-features__item .icon-wrap {
    min-height: 60px;
    margin-bottom: 30px;
    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
}

@media (max-width: 920px) {
    .top-features__items-wrap {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 30px
    }
}

@media (max-width: 586px) {
    .top-features__item .icon-wrap {
        margin-bottom: 20px
    }
    .top-features__items-wrap {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 40px
    }
}

.price-table__wrap table {
    border: none;
    border-spacing: 0
}

.price-table__wrap {
    text-align: center
}


.glide__arrows .glide__arrow {
    border: 1px solid #7c7a78;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none
}

.glide__arrows .glide__arrow:hover {
    border: 1px solid #7c7a78
}

.slider-authors ul {
    margin: 0
}

.landing-new-content div.slider-authors {
    width: 100%
}

.slider-authors-wrap {
    padding-left: 60px;
    padding-right: 60px
}

.landing-new-content .glide__arrow--right {
    right: -60px
}

.landing-new-content .glide__arrow--left {
    left: -60px
}

.landing-new-content .glide__slide {
    padding: 0
}

.landing-new-content .glide__slide:before {
    display: none
}

.authors-slider__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px
}

.authors-slider__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.authors-slider__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.authors-slider__name {
    margin-top: 0;
    font-family: Times New Roman, sans-serif;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 12px
}

.authors-slider__position {
    font-size: 14px
}

.authors-slider__desc {
    font-weight: 300;
    line-height: 1.4;
    margin-top: 20px
}

@media (max-width: 568px) {
    .authors .subtitle {
        margin: 10px 0 50px
    }
    .authors-slider__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        height: 70px
    }
    .authors-slider__name {
        font-size: 18px;
        margin-bottom: 10px
    }
    .authors-slider__position {
        font-size: 12px
    }
    .authors-slider__desc {
        font-size: 14px
    }
}

.nl_sub_text,
.serv_item_text {
    font-size: 18px
}

#modal-rewiew {
    position: fixed;
    top: 25%;
    left: -300px;
    -webkit-transition: opacity .3s linear, left .3s ease-out;
    -moz-transition: opacity .3s linear, left .3s ease-out;
    -o-transition: opacity .3s linear, left .3s ease-out;
    transition: opacity .3s linear, left .3s ease-out;
    z-index: 10000000000
}

#modal-rewiew.active {
    left: 0
}

#modal-rewiew .btn-close-modal-rewiew {
    position: absolute;
    right: -21px;
    top: -26px;
    cursor: pointer
}

#btn-live-coment {
    z-index: 100000000;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    opacity: 0;
    position: fixed;
    bottom: 5%;
    left: 24px;
    cursor: pointer;
    width: 41px
}

#btn-live-coment.active {
    opacity: 1;
    animation: 1s infinite pulse
}

.glWgt_l .glWgt_intro {
    margin: 0 !important
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #2b62fd73
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #2b62fd73;
        box-shadow: 0 0 0 0 #2b62fd73
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
    }
}

.glWgt_l {
    border: none !important;
    box-shadow: 0 0 12px -2px rgba(120, 119, 120, 0.3) !important
}



header.fixed-header .button__transparent {
    margin: 5px 0 5px 36px;
    padding: 7px 15px
}

header.fixed-header .logo {
    max-width: 117px;
    margin: 0;
    padding: 5px 0 0
}

@media (max-width: 1023px) {
    header,
    header.fixed-header {
        height: auto
    }
    header {
        background: #fff;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }
    header.fixed-header .header-top {
        height: 30px
    }
    header.fixed-header .button__transparent {
        margin: 5px 0 5px 36px;
        padding: 7px 15px
    }
    header.fixed-header .logo {
        max-width: 102px;
        margin: 0;
        padding: 5px 0
    }
}

.landing-new-square {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #2962ff;
    border: 1px solid #3465e6;
    padding: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: Roboto
}

.adv_item,
.nl_sub_text,
.serv_item_text {
    font-weight: 300;
    font-family: Roboto
}

.disc_item,
.pt_item {
    border: 1px solid #e4e4e4;
    text-align: center
}

.nl_sub_text {
    margin-bottom: 30px;
    line-height: 27px
}

.serv_item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px
}

.serv_item:before {
    content: "";
    background-image: url(img/list_serv_item.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0
}

.ln_price_block #price__table--pc tbody tr td {
    padding: 10px 30px !important;
    text-align: center
}

.ln_glide__slide:before {
    content: none !important
}

.landing-new-content .authors-slider__body * {
    font-size: 14px !important
}

.landing-new-content .glide {
    width: 90%
}

.author_landing {
    width: calc(100% - 140px)
}

.advantages_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px
}

.author_landing_section {
    padding: 0 !important;
    width: 100%
}

.adv_item {
    font-size: 16px;
    text-align: center;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
    line-height: 27px
}

.adv_item_title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 31px
}

.adv_item_icon img,
.disc_item_icon img {
    width: 60px;
    height: 60px
}

.disciplines_title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 30px;
    margin-top: 70px
}

.disciplines_items,
.pt_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.disc_item_title {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px
}

.disc_item {
    width: 185px;
    padding: 20px 10px;
    margin-bottom: 20px
}

.landing-new-gb {
    background-color: #f8f8f8;
    padding: 50px 25px 50px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px
}

.gb-text {
    padding-left: 60px
}

.gb-text h3 {
    padding-top: 0 !important;
    margin-top: 0 !important
}

.ln_price_block {
    padding-top: 0 !important;
    padding-bottom: 0
}

.ln_price_block tbody tr {
    background-color: #f8f8f8 !important
}

.pt_item {
    padding: 20px;
    width: 49%;
    margin-bottom: 20px
}

.pt_item_icon {
    margin-bottom: 30px
}

.pt_item_icon img {
    width: 80px;
    height: 80px
}

.pt_item_title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px
}

.pt_item_text {
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px
}

.wp_item {
    position: relative;
    padding-left: 80px;
    margin-bottom: 40px
}

.wp_item:before {
    content: "";
    border-left: 2px dashed #d6d1d1;
    position: absolute;
    width: 1px;
    height: calc(100% - 40px);
    left: 25px;
    top: 65px
}

.wp_items>.wp_item:last-child:before {
    content: none
}

.wp_item_title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 20px;
    padding-top: 10px
}

.wp_item_text {
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px
}

.wp_item_count {
    position: absolute;
    font-family: Roboto;
    font-weight: 700;
    font-size: 27px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    background-color: #2962ff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0
}

.landing-new-content h2 {
    margin-top: 50px
}

.landing-new-content .content {
    width: 810px
}

@media (max-width: 1259px) {
    .landing-new-content .sidebar {
        max-width: 250px
    }
    .landing-new-content .sidebar .hr-section {
        font-size: 18px
    }
    .landing-new-content .pew-left {
        display: none !important;
        visibility: hidden !important
    }
    .landing-new-content .content {
        width: 660px
    }
    .disciplines_title,
    .landing-new-content h2 {
        margin-top: 30px
    }
}

@media (max-width: 1022px) {
    .adv_item,
    .landing-new-content .content {
        width: 100%
    }
    .project_types_item_wrp .glide__arrows,
    .pt_items {
        display: block
    }
    .adv_item_text,
    .landing-new-content .content p,
    .nl_sub_text,
    .serv_item_text {
        font-size: 16px;
        line-height: 24px
    }
    .adv_item {
        padding: 0
    }
    .disc_item_title,
    .pt_item_text,
    .wp_item_text {
        font-size: 14px;
        line-height: 18px
    }
    .disc_item {
        width: 157px
    }
    .pt_item_title,
    .wp_item_title {
        font-size: 18px;
        line-height: 21px
    }
    .wp_item_count {
        font-size: 20px;
        width: 40px;
        height: 40px
    }
    .author_landing {
        width: calc(100% - 106px)
    }
    .landing-new-gb {
        flex-wrap: wrap-reverse;
        padding: 40px 20px;
        justify-content: center
    }
    .gb-text {
        padding-left: 0
    }
    .landing-new-gb img {
        width: 183px;
        height: 245px;
        margin-top: 10px
    }
    .swiper-wrapper {
        height: auto !important
    }
    .gb-text p {
        font-size: 16px !important;
        line-height: 24px !important
    }
    .landing-new-content .authors-slider__body * {
        font-size: 13px !important;
        line-height: 18px
    }
    .landing-new-content .authors-slider__img img {
        width: 100%;
        height: auto
    }
    .adv_item_title {
        margin-bottom: 10px
    }
    .gb-image {
        text-align: center;
        width: 100%
    }
    .first-screen-new-landing+.digits span {
        font-size: 14px
    }
    .first-screen-new-landing+.digits strong {
        font-size: 35px;
        line-height: 27px
    }
    .pt_items {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .pt_item {
        width: 100%;
        padding: 0;
        border: none
    }
    .project_types_item {
        width: calc(100% - 100px)
    }
    .project_button_left {
        left: 0
    }
    .project_button_right {
        right: 0
    }
    .landing-new-content .sidebar {
        max-width: 450px
    }
    .landing-new-content .sidebar .hr-section {
        font-size: 22px
    }
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide * {
    box-sizing: inherit
}

.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slides--dragging {
    user-select: none
}

.glide__slide {
    width: 100%;
    background: #F7F9FB;
border-radius: 27.0732px;
    height: 100%;
    flex-shrink: 0;
    padding:20px;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows {
    -webkit-touch-callout: none;
    user-select: none
}

.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

.glide__arrow {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: white;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
    opacity: 1;
    cursor: pointer;
    transition: opacity 150ms ease, border 300ms ease-in-out;
    transform: translateY(-50%);
    line-height: 1
}

.glide__arrow:focus {
    outline: none
}

.glide__arrow:hover {
    border-color: white
}

.glide__arrow--left {
    left: 2em
}

.glide__arrow--right {
    right: 2em
}

.glide__arrow--disabled {
    opacity: 0.33
}

.glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%)
}

.glide__bullet {
    background-color: rgba(255, 255, 255, 0.5);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
    margin: 0 0.25em
}

.glide__bullet:focus {
    outline: none
}

.glide__bullet:hover,
.glide__bullet:focus {
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.5)
}

.glide__bullet--active {
    background-color: white
}

.glide--swipeable {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.glide--dragging {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

.seo-text .seo-block-header>*,
.topic .title>*,
body,
li,
ol,
p,
ul {
    margin: 0
}

header,
input,
textarea {
    background: #fff;
    width: 100%
}

address,
footer a {
    font-weight: 300;
    font-size: 16px
}

body.overflow-hidden,
body.scrollLock {
    overflow: hidden
}

.our-achievements .glide__arrow--left,
.reviews .glide__arrow--left {
    left: -40px
}

.our-achievements .glide__arrow--right,
.reviews .glide__arrow--right {
    right: -40px
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    height: 100%
}

body,
html {
    min-height: 100%
}

button,
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

body {
    font-family: 'Inter', sans-serif;
    ;
    flex-direction: column;
    font-size: 1rem;
    color: #000;
    padding-top: 120px;
    display: flex;
    flex-direction: column
}

li,
ol,
ul {
    padding: 0
}

body.scrollLock {
    height: 100%;
    width: 100%
}

body.offset-top {
    padding-top: 80px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1
}

.h1,
.h2,
.h3,
.h4,
.h5 {
    font-weight: 700
}

.h2-title,
.h2-title>h2,
.seo-text h2.h2-title {
    font-family: "Times New Roman", sans-serif;
    text-align: center;
    font-size: 46px;
    color: #000;
    font-weight: 400;
    margin-bottom: 50px
}

.contact__link,
footer .subtitle,
footer a {
    font-family: Roboto, sans-serif
}

img {
    max-width: 100%
}

::-webkit-input-placeholder {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    opacity: .5
}

::-moz-placeholder {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    opacity: .5
}

:-ms-input-placeholder {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    opacity: .5
}

::-ms-input-placeholder {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    opacity: .5
}

::placeholder {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    opacity: .5
}

a {
    color: #777;
    text-decoration: none
}

a:active {
    color: #ccc
}

li {
    list-style: none
}

input,
textarea {
    border: 1px solid #000000;
    font-size: 16px;
    color: #333;
    padding: 14px 10px;
    min-height: 45px;
    border-radius: 0
}

input:focus,
textarea:focus {
    outline-offset: 0;
    outline: #fff solid 1px
}

input[type="submit"]:hover {
    cursor: pointer;
    outline: #fff solid 1px
}

.section,
section {
    padding: 40px 0
}

.inversion .descr,
.inversion .h2-title {
    color: #fff
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    box-shadow: -1px -8px 14px 1px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #e2e2e200;
    /*height: 137px;*/
    transition: .2s
}

header .button__transparent {
    font-size: 16px;
    border-radius: 8px;
    margin: 12px 0 12px 36px
}
.flex--container{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.header-top {
    background: #F7F9FB;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.button,
.button__transparent:hover {
    background: #2962ff;
    color: #fff;
    border-radius: 8px;
}

.header-top__wrap,
.header-top__wrap-left,
.header-top__wrap-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3px
}

.header-top__wrap-right {
    width: 30%;
}

.contact__link {
    font-size: 12px;
    color: #66778F;
    margin-left: 30px
}

.contact__link i {
    vertical-align: middle
}

.contact__link span {
    margin-left: 10px
}

.contact__link.wapp,
.first-screen li:first-child {
    margin-left: 0
}

.contact__link.schedule {
    background: #D1DEF1;
    border-radius: 4px;
    padding: 5px;
    text-align: center
}

.contact__link.schedule span {
    margin-left: 0;
}

.contact__link.email img {
    height: 12px
}

@media (max-width: 992px) {
    .contact__link {
        margin-left: 0
    }
    .contact__item,
    .header-top__wrap-left {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        text-align: center
    }
    .header-top__wrap-right {
        display: none
    }
    .contact__link>span {
        display: none
    }
    .contact__link.schedule {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .contact__link.schedule span {
        display: block
    }
}
@media (max-width: 1056px){
.contact__link>span,.contact__link.schedule {
        display: none
    }
}

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

.header-menu .buttons,
.top-panel,
footer .row {
    display: -webkit-box;
    display: -ms-flexbox
}

.container {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px
}

.top-panel {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.header-menu .buttons {
    display: flex;
    align-items: center
}

.header-menu .buttons>* {
    margin: 3px 20px 3px 0;
    color: #fff;
    padding: 6px 15px;
    border-radius: 3px;
    font-size: 14px;
    white-space: nowrap;
    display: inline-block
}

.header-menu .buttons> :last-child {
    margin-right: 0
}

.top-panel .descr {
    margin-right: 10px;
    color: #bfbfbf;
    font-size: 16px
}

.header-menu {
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

header .logo {
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
    color: #fff;
    max-width: 146px;
    width: 100%
}

header .logo img {
    width: 100%;
    height: auto
}

footer {
    margin-top: auto
}

footer .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline
}

.bottom_info,
footer .row-payment {
    display: -webkit-box;
    display: -ms-flexbox
}

footer .menu-area {
    margin: 0 0 30px
}

footer .menu-contact ul {
    display: flex;
    flex-wrap: wrap
}

footer .menu-contact ul a {
    margin: 5px 10px;
    text-transform: uppercase
}

footer .menu-contact ul a:hover {
    text-decoration: underline
}

footer .subtitle {
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 16px
}

footer .row-payment {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

footer .row-payment img {
    margin: 20px 30px;
    max-width: 84px
}

footer a {
    color: #000;
    display: inline-block;
    margin-bottom: .8em
}

footer .container-bg {
    background: #f3f3f3;
    padding: 30px
}

footer .container-bg .row {
    max-width: 1260px;
    margin: 0 auto
}

.bottom_info {
    display: flex;
    justify-content: space-between;
    padding: 30px
}

.map {
    width: 100%
}

.button {
    font-family: Poppins, sans-serif;
    display: block;
    max-width:335px;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    margin-top: 40px
}

.button__transparent,
.digits span,
.topic .subtitle,
address {
    font-family: 'Inter', sans-serif
}

.digits {
    background: #F7F9FB;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    margin-top: -70px
}

.button_lg {
    padding: 16px 100px
}

.button_md {
    padding: 16px 60px
}

.button:hover {
    opacity: .8
}

.button__transparent {
    font-weight: 700;
    border-radius:8px;
    background: 0 0;
    border: 1px solid #2962ff;
    color: #2962ff
}

.accordion.open .indecator::after,
.button_mobile,
.cookies.hidden,
.seo-text-wrap-hidden,
.show-seo-text.disable,
.swipe__animation,
body .su-quote-style-default:after {
    display: none
}

address {
    font-style: normal
}

address time::after {
    content: "/";
    padding: 0 14px
}

.digits,
.how-to-order,
.how-to-order .order-step {
    position: relative
}

.digits .inner {
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 20px;
    text-align: center;
    max-width: 1145px
}

.digits .inner .registered-customers {
    position: relative;
    padding: 0;
    max-width: calc(33% - 30px);
    
    width: 100%
}

.digits .registered-customers:after{
    content:'';
    display:block;
    position:absolute;
    width:1px;
    height:84px;
    top:0;
    right:0;
    background-image: url("data:image/svg+xml,%3Csvg width='1' height='85' viewBox='0 0 1 85' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='0.5' x2='0.499996' y2='84.5' stroke='black'/%3E%3C/svg%3E%0A");
}
.digits .registered-customers:last-of-type:after{
    display:none;
  
    
}
.digits strong {
    font-weight: 300;
    font-size: 64px;
    line-height: 64px;
    color: #2962FF;
}

.digits span {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #273649;
    margin-top: 10px;
    display: block
}

.digits p {
    font-size: 14px;
    margin: 0
}
@media(max-width:767px){
  .digits .inner .registered-customers {
    margin:20px 0 0;
    max-width: unset;
}  
.digits .registered-customers:after{
    
    width:215px;
    height:1px;
    position: relative;
    margin:20px auto 0;
    
    background-image: url("data:image/svg+xml,%3Csvg width='215' height='1' viewBox='0 0 215 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='215' y1='0.5' y2='0.5' stroke='black'/%3E%3C/svg%3E%0A");
}
}
.registered-customers {
    padding: 20px 80px;
}

.bg__grеy,
.reviews-dark {
    background: #f8f8f8
}

.glide__arrow {
    background: #fff
}

.how-to-order .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}



.optional-offer .content-text,
.our-achievements,
.seo-text .row-button {
    text-align: center
}



.our-achievements .container {
    padding-left: 60px;
    padding-right: 60px
}

.our-achievements .glide__slide .icon img {
    width: 82px;
    height: auto
}

.our-achievements .glide__slide .subtitle {
    font-size: 27px;
    font-weight: 400;
    margin: 28px 0 19px;
    color: #000
}

.our-achievements .glide__slide .text {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: #000
}

.achievements-link {
    display: inline-block;
    transition: .5s
}

.first-screen,
.first-screen ul {
    display: -webkit-box;
    display: -ms-flexbox
}

.achievements-link:hover {
    opacity: .7
}

.glide__arrow {
    width: 38px;
    height: 38px;
    border: 1px solid #7c7a78;
    box-shadow: none;
    border-radius: 0;
    z-index: 1
}

.glide__arrow:hover {
    opacity: .7;
    border-color: #7c7a78
}

.first-screen {
    padding: 70px 0 200px;
    position: relative;
    margin:0;
   background: radial-gradient(24.34% 63.01% at 29.65% 28.21%, #EEEFF8 0%, #EEEEEE 100%);
   
}


.first-screen .subtitle a {
    display: inline-block;
    margin-top: 20px;
    color: #2962ff
}

.first-screen .bg {
    display: flex;
    justify-content: center
}

.first-screen .bg img {
    width: 100%;
    max-width: 310px
}



.first-screen .topic {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin: 0 auto
}

.first-screen .digits {
    padding: 40px 0 0
}

.topic .title{
    width:55%;
    text-align:left;
}
.preise.fs_image{
    width:45%;
}
@media (max-width: 767px) {
    .topic .title{
    width:100%;
}
}
.front-page .topic .title h1 {
    font-weight: 400;
    text-align:left;
font-size: 44px;
line-height: 58px;

}

.topic .subtitle {
    font-weight: 400;
font-size: 18px;
line-height: 32px;
    margin-top: 30px
}

.how-to-order .subtitle,
.step-number {
    font-family: "Inter", sans-serif
}

.front-page .topic .subtitle {
    font-size: 18px;
    
    margin-bottom: 40px;
    text-align: left;

}

.first-screen ul {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.first-screen li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    
    width: 100%;
    margin: 15px;
    padding: 20px 10px;
    background: rgba(255, 255, 255, 0.23);
    border: 2px solid #cecece87;
    border-radius: 14px
}

.first-screen .fa {
    color: #eee;
    margin-right: 7px;
    font-size: 16px
}
.how-to-order {
    background: #F5F5F5;
}
.how-to-order .container {
    position: relative;
    z-index: 1
}

.how-to-order .row>.image {
    max-width: 50%;
    width: 100%;
    height: auto;
    margin-right: 20px
}

.how-to-order .row-content {
    flex: 1 0 0;
    width: 100%
}

.how-to-order .step_item {
    position: relative;
    width:49%;
    background: #FFFFFF;
border: 1px solid #273649;
border-radius: 30px;
margin-top:20px;
padding:40px 30px;
}

.step-number {
    font-weight: 300;
font-size: 44px;
line-height: 44px;
text-align: center;

color: #2962FF;
}

.how-to-order .subtitle {
    font-weight: 500;
font-size: 27px;
margin: 9px 0 20px;
color: #273649;
}

.how-to-order .text {
    font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #273649;
}

.seo-text {
    background: #ffffff
}
.step_item_image{
        position: absolute;
    right: 30px;
    bottom: 40px;
}
@media (max-width: 767px) {
    .how-to-order .step_item {
    width:100%;
}
.step_item_image {
        max-width:30%;
}
}
.seo-text ol,
.seo-text ul {
    list-style-type: inherit;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em
}

.seo-text ol {
    list-style-type: decimal
}

.seo-text ol li,
.seo-text ul li {
    list-style: inherit
}

.seo-text .seo-text-block {
    border: 1px solid #7748e0;
    cursor: pointer;
    color: #fff;
    overflow: hidden;
    max-width: 80%;
    margin: 0 auto
}

.seo-text .seo-block-body {
    display: none;
    padding: 20px;
    color: #eee
}

.seo-text-transparent {
    background: 0 0
}

.accordion.open .body,
.seo-text .seo-text-block.open .seo-block-body,
.seo-text-wrap-hidden.show {
    display: block
}

.seo-text .seo-text-block.open .arrow {
    transform: rotate(180deg)
}

.reviews .tp-star__shape,
.seo-text .seo-text-block .arrow path {
    fill: #fff
}

.seo-text .seo-block-header {
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

.seo-text .seo-block-header .arrow {
    flex-shrink: 0;
    margin-left: 5px
}

.nav-links {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center
}



.hide-seo-text,
.show-seo-text {
    margin: 20px auto 0;
    display: inline-block;
    text-align: center
}

.read-more,
.read-more:visited {
    color: #f78b29
}

.seo-text .row-open-hide .row-inner {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.seo-text .accordion {
    max-width: 950px;
    margin: 20px auto
}

.accordion {
    border: 1px solid #66778F;
border-radius: 12px;
    padding: 25px 30px;
    cursor: pointer;
    margin-top: 20px 0
}

.accordion .row-button {
    text-align: left
}

.accordion .button {
    margin-top: 28px
}

.accordion .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 27px
}

.accordion .body,
.reviews .subtitle,
.reviews .subtitle>* {
    font-size: 18px;
    font-weight: 300;
    font-family: Roboto, sans-serif
}

.accordion .header h3 {
    font-weight: 400;
    font-size: 27px;
    margin: 0
}

.accordion .body {
    margin-top: 20px;
    padding-right: 10px;
    line-height: 1.6;
    display: none
}

.accordion .indecator {
    position: relative;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.accordion .indecator::after,
.accordion .indecator::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    transition: .3s ease-in-out
}

.accordion .indecator::before {
    width: 100%;
    height: 3px
}

.accordion .indecator::after {
    width: 3px;
    height: 100%
}

.reviews .row {
    padding-left: 40px;
    padding-right: 40px
}

.reviews .h2-title {
    margin-bottom: 20px
}

.reviews .subtitle,
.reviews .subtitle>* {
    text-align: center;
    margin-bottom: 80px
}

.cookies__title,
.reviews .name {
    font-size: 21px;
    font-weight: 700
}

.reviews .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px 0 20px
}

.reviews .data {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 300
}

.reviews .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6
}

.reviews .glide__slide {
    font-family: Roboto, sans-serif;
    padding: 10px 15px
}

.reviews .stars-rate {
    max-width: 175px;
    height: auto
}

.reviews .tp-star__canvas,
.reviews .tp-star__canvas--half {
    fill: #00b67a
}

.reviews .star-4 .tp-star__canvas,
.reviews .star-4 .tp-star__canvas--half {
    fill: #73cf11
}

.reviews .star-3 .tp-star__canvas,
.reviews .star-3 .tp-star__canvas--half {
    fill: #ffce00
}

.reviews .star-2 .tp-star__canvas,
.reviews .star-2 .tp-star__canvas--half {
    fill: #ff8622
}

.reviews .star-1 .tp-star__canvas,
.reviews .star-1 .tp-star__canvas--half {
    fill: #ff3722
}

.reviews .star-1 .tp-star:nth-of-type(n+2) .tp-star__canvas,
.reviews .star-1 .tp-star:nth-of-type(n+2) .tp-star__canvas--half,
.reviews .star-2 .tp-star:nth-of-type(n+3) .tp-star__canvas,
.reviews .star-2 .tp-star:nth-of-type(n+3) .tp-star__canvas--half,
.reviews .star-3 .tp-star:nth-of-type(n+4) .tp-star__canvas,
.reviews .star-3 .tp-star:nth-of-type(n+4) .tp-star__canvas--half,
.reviews .star-4 .tp-star:last-child .tp-star__canvas,
.reviews .star-4 .tp-star:last-child .tp-star__canvas--half {
    fill: #dcdce6
}

#trustpilot-widget-trustbox-0-wrapper {
    max-width: 1280px;
    margin: 0 auto !important;
    padding: 80px 30px
}

.grecaptcha-badge {
    visibility: hidden
}

div#ui-datepicker-div {
    z-index: 1000 !important
}

.cookies {
    position: fixed;
    transform: translateX(-50%);
    padding: 12px 20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    left: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
    transition: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: none;
    bottom: 0;
    z-index: 100000000002
}

.cookies .btn-close {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 20px;
    cursor: pointer;
    display: none
}

.cookies .btn-close::after,
.cookies .btn-close::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #a8a6a6
}

.cookies .btn-close::before {
    transform: translate(9px, 0) rotate(45deg)
}

.cookies .btn-close::after {
    transform: translate(9px, 0) rotate(-45deg)
}

.cookies__title {
    color: #000;
    font-family: "Times New Roman";
    display: none
}

.cookies__row {
    display: flex;
    align-self: center
}

.cookies .button {
    margin: 0;
    text-align: center;
    max-width: 238px;
    width: 212px;
    padding: 5px 19px
}

.cookies .button__transparent {
    border: none;
    color: #263238;
    text-decoration: underline;
    margin-top: 10px;
    display: none
}

.cookies .button__transparent:hover {
    background: 0 0;
    color: #263238
}

.cookies__text {
    font-family: Roboto;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.3;
    display: -ms-flexbox;
    -ms-flex-align: center;
    margin-right: 35px;
    width: 75%
}

.about-section__desc p,
.content-wrap p,
.price-table__wrap,
body #toc_container p.toc_title,
body .su-quote-inner,
body .su-spoiler-style-default>.su-spoiler-content,
body .su-spoiler-title {
    font-family: Roboto, sans-serif
}

.cookies__button {
    width: 218px
}

@media (max-width: 1200px) {
    .header-menu .menu>li>a {
        padding: 16px 10px;
        display: inline-block
    }
    header .logo {
        max-width: 102px
    }
    header .logo img {
        width: 100%;
        height: auto
    }
    
    header .button__transparent {
        margin-left: 10px
    }
}

@media (min-width: 1024px) {
    .header-menu {
        border-top: 1px solid #eee
    }
    .menu-main-menu-container {
        margin-left: auto
    }
    .header-menu .menu {
        display: flex
    }
    .header-menu .container {
        display: flex;
        justify-content: space-between
    }
    .header-menu .menu>li {
        position: relative;
        text-align: center;
        padding: 8px
    }
    .header-menu .menu>li>a {
        font-family: Roboto, sans-serif;
        font-size: 14px;
        font-weight: 400;
        padding: 4px;
        display: block;
        color: #000;
        line-height: 1.1;
        transition: .5s
    }
    .header-menu .menu>li>a:hover,
    .header-menu .menu>li>a[aria-current="page"] {
        color: #2962ff
    }
    .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        min-width: 250px;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        height: 0;
        background-color: #fff;
        padding: 15px;
        border: 1px solid #ccc;
        transition: opacity .3s;
        text-align: left
    }
    .sub-menu li {
        margin: 15px 0
    }
    .sub-menu li:first-child {
        margin-top: 0
    }
    .sub-menu li:last-child {
        margin-bottom: 0
    }
    .sub-menu a {
        font-size: 18px;
        color: #666;
        font-weight: 700
    }
    .sub-menu a:hover {
        color: #999
    }
    .header-menu .menu>li:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        height: auto;
        overflow: hidden
    }
    #price__table--mob,
    .mobile_menu_btn,
    .mobile_menu_close,
    .mobile_menu_overlay {
        display: none
    }
    .bottom_info>* {
        width: 25%;
        padding: 10px
    }
    .bottom_info> :first-child {
        padding-left: 0
    }
    .bottom_info> :last-child {
        padding-right: 0
    }
    .header-menu .menu>li.drap-dawn>a {
        padding-right: 22px
    }
    .drap-dawn>a:after {
        position: absolute;
        content: "";
        top: 47%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 4px;
        height: 10px;
        width: 8px;
        background: url(/wp-content/uploads/2020/08/arrow.svg) no-repeat
    }
    .drap-dawn:hover>a:after {
        -webkit-transform: rotate(180deg) translateY(4px);
        -ms-transform: rotate(180deg) translateY(4px);
        transform: rotate(180deg) translateY(4px)
    }
    .header-menu .drap-dawn:hover>a {
        border-bottom: 2px solid #666
    }
    .price-table__title {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 1023px) {
    .first-screen .container>* {
        padding: 40px 0;
        width: 100%
    }
    .header-top {
        height: 40px
    }
    
    
    .section,
    section {
        padding: 36px 0
    }
    .drap-dawn>.sub-menu,
    header .button__transparent {
        display: none
    }
    .drap-dawn>a {
        position: relative
    }
    .drap-dawn>a:after {
        content: "+";
        margin-left: 5px
    }
    .drap-dawn.open>a:after {
        content: "-"
    }
    .drap-dawn.open>a,
    .header-menu ul a:hover,
    .header-menu ul a[aria-current="page"] {
        color: #b42aaa
    }
    .drap-dawn.open>.sub-menu {
        display: block
    }
    .top-panel {
        margin: 0;
        padding-right: 70px
    }
    .top-panel .descr {
        font-size: 14px;
        margin-bottom: 5px
    }
    .header-menu .menu-main-menu-container {
        position: fixed;
        height: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        background: #f6f6f6;
        top: 0
    }
    
    .header-menu ul a {
        font-size: 18px;
line-height: 22px;
color: #273649;
    }
    .mobile_menu_close {
        padding: 5px 10px;
        outline: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: fixed;
        top: 20px;
        right: 10px;
        cursor: pointer;
        z-index: -1;
        opacity: 0
    }
    .header-menu.open .mobile_menu_close {
        z-index: 3;
        opacity: 1;
        color: #666;
        transition: opacity .3s
    }
    .header-menu.open .mobile_menu_close svg {
        width: 30px;
        height: 30px
    }
    .header-menu.open .menu-main-menu-container {
        top: 100px;
        visibility: visible;
        opacity: 1;
        width:100%;
        z-index: 2;
        height: 100%;
        min-width: 50%;
        padding: 20px;
        transition: opacity .3s;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        max-height: calc(100vh - 62px)
    }
    .fixed-header .header-menu.open .menu-main-menu-container,
    .fixed-header .header-menu.open .mobile_menu_overlay {
        width:100%;
        top: 65px
    }
    .mobile_menu_btn {
        display: block;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 40px;
        position: relative;
        z-index: 5;
        padding: 8px
    }
    .mobile_menu_btn span {
        display: block;
        height: 2px;
        background: #000;
        margin-bottom: 5px;
        transition: .35s
    }
    .mobile_menu_btn span:last-child {
        margin-bottom: 0
    }
    .mobile_menu_btn.active .mobile-btn-top {
        transform: translateY(9px) translateX(0) rotate(45deg)
    }
    .mobile_menu_btn.active .mobile-btn-middle {
        opacity: 0
    }
    .mobile_menu_btn.active .mobile-btn-bottom {
        transform: translateY(-5px) translateX(0) rotate(-45deg)
    }
    .mobile_menu_overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        opacity: 0;
        visibility: hidden;
        background-color: #87acd0
    }
    .header-menu.open .mobile_menu_overlay {
        z-index: 1;
        opacity: .8;
        visibility: visible;
        transition: opacity .3s;
        top: 100px
    }
    .sub-menu a {
        font-size: 16px;
        padding-left: 20px
    }
    .bottom_info,
    .digits .inner {
        flex-wrap: wrap
    }
    .bottom_info>* {
        min-width: 200px;
        margin-bottom: 30px
    }
    .wp-block-column,
    footer .container-bg .row>* {
        width: 100%
    }
    .digits .inner>div {
        max-width: 100%;
        padding: 14px 10px;
        border: none
    }
    .h2-title,
    .seo-text h2.h2-title {
        font-size: 28px;
        margin-bottom: 30px
    }
    
    .how-to-order .inner {
        flex-direction: column
    }
    .how-to-order li {
        width: 100%;
        margin: 0
    }
    .how-to-order .row-button {
        text-align: center
    }
    .how-to-order li:nth-of-type(2n) {
        flex-direction: row-reverse
    }
    .how-to-order .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .how-to-order .row>.image {
        max-width: 350px;
        margin: 34px auto 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    header .button_mobile {
        display: inline-block
    }
    .optional-offer .container>.content-text {
        max-width: 100%
    }
    .optional-offer .container>img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 400px;
        margin: 40px auto 0
    }
    .optional-offer .subtitle {
        font-size: 32px
    }
    footer .container-bg .copyright {
        margin-bottom: 10px
    }
    footer .menu-contact ul {
        justify-content: space-between;
        font-size: 14px
    }
    .first-screen .digits {
        padding-top: 0;
        background: #fff;
        margin-top: 30px
    }
}

@media (min-width: 768px) {
    .first-screen .inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 767px) {
    .first-screen li {
        max-width: 100%;
        margin: 3px 3px 10px 0;
        display: inline-block;
        background: 0 0;
        border: none;
        padding: 3px 0;
        font-size: 16px
    }
    .services .menu {
        max-height: 500px
    }
    .header-menu .buttons,
    .how-to-order li,
    .how-to-order li:nth-of-type(2n) {
        flex-direction: column
    }
    .header-menu .buttons>* {
        margin-right: 0
    }
    .first-screen .inner {
        justify-content: center;
        flex-wrap: wrap
    }
    .topic {
        margin-bottom: 20px;
        width: 100%
    }
    .reviews .name,
    .seo-text .seo-block-header,
    footer .container-bg .copyright {
        font-size: 16px
    }
    .how-to-order li>*,
    .seo-text .seo-text-block {
        max-width: 100%
    }
    .digits {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .digits .inner {
        flex-direction: column;
        align-items: center
    }
    .how-to-order .text {
        background: 0 0;
        border: none;
        margin-top: 15px;
        padding: 10px 10px 10px 0;
        text-align: left
    }
    .how-to-order li {
        margin-top: 5px
    }
    .first-screen {
        padding:35px 0 70px;
    }
   
    .button {
        margin:30px auto;
        border-radius: 8px;
    }
    .container {
        padding: 0 18px
    }
    footer .container-bg {
        padding: 18px
    }
    .how-to-order .order-step>li {
        width: auto
    }
    .how-to-order .order-step::after {
        left: 0
    }
    .accordion .row-button,
    .row-button-sm,
    footer .container-bg .row {
        text-align: center
    }
    .seo-text .row-open-hide .row-inner {
        column-count: 1
    }
    .first-screen .container>* {
        width: 100%;
        padding: 10px 0
    }
    .reviews .header {
        margin: 12px 0 6px
    }
    .reviews .data,
    .reviews .text {
        font-size: 14px
    }
    .reviews .stars-rate {
        max-width: 127px
    }
    .reviews .glide__slide {
        padding: 5px
    }
    .h2-title,
    .h2-title>h2,
    .reviews .h2-title {
        font-size: 34px
    }
    .reviews .subtitle {
        margin: 10px 0 20px
    }
    .accordion {
        padding: 15px
    }
    .accordion .header,
    .accordion .header>h3 {
font-size: 16px;
line-height: 19px;
color: #000000;
    }
 .accordion .body>p   {
        font-weight: 300;
font-size: 14px;
line-height: 18px;
    }
    .optional-offer .subtitle {
        font-size: 22px;
        line-height: 1.3
    }
    .how-to-order .h2-title {
        font-size: 32px;
        margin-bottom: 8px
    }
}

@media (max-width: 540px) {
    .cookies,
    .cookies__text,
    .digits .inner>div {
        max-width: 100%
    }
    header {
        flex-direction: column;
        align-items: flex-start
    }
    .header-menu .buttons {
        flex-direction: row;
        margin-bottom: 10px
    }
    .header-menu .buttons>* {
        margin-right: 20px
    }
    .bottom_info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .cookies {
        overflow: auto;
        width: 100%;
        padding: 5px 10px
    }
    .cookies__row {
        flex-direction: column;
        margin-top: 6px
    }
    .cookies__button {
        text-align: center;
        margin-top: 20px
    }
    .cookies__text {
        width: 100%;
        margin-right: 0
    }
    .first-screen {
        background-size: 100% auto
    }
    .header-menu.open .menu-main-menu-container {
        width: 100%
    }
    .header-top i {
        margin-right: 4px;
        font-size: 14px
    }
    .header-top .schedule i {
        margin-top: 2px
    }
    .button {
        font-size: 16px;
        padding: 10px 15px
    }
    .button_md {
        padding: 16px 60px
    }
    header .button {
        font-size: 16px;
        padding: 15px 20px
    }
    header .button_mobile {
        margin-left: 0;
        padding: 14px 18px;
        margin-top: 0
    }
    footer .menu-contact ul a {
        font-size: 14px;
        margin: 5px 0
    }
    footer .menu-area .footer-menu {
        margin: 15px 0;
        max-width: 100%;
        width: 100%
    }
    .header-menu li {
        margin-top: 4px
    }
    .header-menu .menu>li>a {
        padding: 10px;
        font-size: 18px
    }
    .seo-text h2 {
        font-size: 26px
    }
    .seo-text h1 {
        font-size: 36px
    }
    .cookies .btn-close {
        top: 10px
    }
    .authors-slider__img img {
        width: 70px;
        height: 70px
    }
}

body .su-quote-style-default:before {
    width: auto;
    height: auto;
    background-image: none;
    content: "\275D";
    font-size: 60px;
    top: 7px;
    left: 3px
}

#price__table--pc tbody tr td,
.top-features .content-wrap p {
    font-size: 16px;
    font-weight: 300
}

body .su-quote-style-default,
body .su-spoiler-style-default>.su-spoiler-content {
    background: #2962ff1f
}

body .su-quote-style-default {
    border-left: 5px solid #2962ff
}

.button.submitMyContactForm {
    border: 0
}

.hero-section {
    display: block;
    margin-top:-20px;
    padding: 70px 0 200px;
    
    background: #F0F0F0
}


@media (max-width: 767px){
    .hero-section {
    
    height: unset;
 
}
}
.hero-section .container>* {
    max-width: 100%;
    width: 100%
}



.hero-section .subtitle {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto
}

.hero-futures__wrap {
    
    margin: 40px auto 0
}

.hero-futures__item {
    padding: 0 15px;
    display: flex;
    flex: 0 0 32%;
    text-align: left;
    column-gap: 10px
}

.icon-wrap {
    flex: 0 0 50px
}

.content-wrap h3 {
    font-size: 21px;
    font-weight: 400;
    margin: 5px 0 10px
}

.content-wrap p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4
}
@media (max-width: 767px) {
    .hero-futures__item .icon-wrap {
    flex: 0 0 25px;
}
    .hero-futures__item .icon-wrap img{
    width:24px;
    height:35px;
    
}
.content-wrap h3{
    font-weight: 700;
font-size: 16px;
line-height: 24px;
/* identical to box height, or 150% */


color: #273649;

}
.content-wrap p{
    font-weight: 400;
font-size: 12px;
line-height: 16px;
/* or 131% */


color: #273649;

}
.fs_image{
    display:none;
   
}
}
@media (max-width: 1200px) {
    .hero-futures__wrap,
    .hero-section .subtitle {
        max-width: 100%
    }
}

@media (max-width: 920px) {
    .hero__img {
        width: 100%;
        height: auto
    }
    .hero-section .topic .subtitle {
        font-size: 16px;
        line-height: 1.5
    }
    .hero-section .topic .title h1 {
        font-size: 46px
    }
}

.about-section__wrap .text{
width:60%;    

}
.about-section__wrap .image{
width:40%;    

}
@media (max-width: 767px) {
    .about-section__wrap .text,.about-section__wrap .image{
    width:100%;
}

}

.about-section__title h2 {
font-weight: 600;
font-size: 44px;
line-height: 58px;
/* or 132% */
margin:30px 0;
color: #273649;
}

.about-section__desc p {
font-weight: 400;
margin:0 0 50px;
font-size: 18px;
line-height: 32px;
}

.about-section__wrap .button {
    margin-top: 30px
}



@media (max-width: 1024px) {
    body {
        padding-top: 102px
    }
    
    .hero-section .container>* {
        padding: 0
    }
   
}


.hero-section .button,.hero-section form  .button, .about-section .button-row a{
    border-radius: 8px;
}
@media (max-width: 767px) {
    .hero-futures__wrap {
        display: block
    }
    .hero-futures__item {
        padding: 0;
        margin-bottom: 16px;
    }
    .hero-section .topic .title h1 {
        font-size: 30px
    }
    .hero-section .button {
        margin: 30px auto;
        border: 1px solid #2962FF;
        
    }
    .hero-section form  .button {
        margin: 30px auto 0;
        border: 1px solid #273649;
        max-width:300px;
    }
    .about-section .button-row a{
        margin: 30px auto;
        border: 1px solid #273649;
        
    }
    .about-section__img{
        text-align:center;
    }
   
  
    .about-section__title h2 {
        font-size: 34px
    }
    .about-section__desc p {
        font-size: 16px
    }
    
}

.price-table,
.top-features {
    padding-top: 100px;
    margin-bottom: 40px
}

.authors .h2-title,
.price-table__title h2,
.top-features__title h2 {
    margin-top: 0
}

.top-features__items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px
}

.top-features__items-wrap {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0 15px;
    text-align: center
}

.top-features__item .icon-wrap {
    min-height: 60px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 920px) {
    .top-features__items-wrap {
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 30px
    }
}

@media (max-width: 586px) {
    .top-features__item .icon-wrap {
        margin-bottom: 20px
    }
    .top-features__items-wrap {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 40px
    }
}

.price-table__wrap table {
    border: none;
    border-spacing: 0
}

.price-table__wrap {
    text-align: center
}
#price__table--pc thead tr 
{
    background: #fff;
        border-top-left-radius: 40px;
            border-top-right-radius: 40px;
}
#price__table--pc tbody tr:last-of-type {
    border-bottom-left-radius: 40px;
            border-bottom-right-radius: 40px;
}
#price__table--pc tbody tr,
#price__table--pc thead tr {
    
    border: 1px solid #aeaeae;
    
    display: flex;
    align-items: center;
    min-height: 80px
}

#price__table--pc tbody tr td,
#price__table--pc thead tr th {
    padding: 30px;
    width: 25%;
    position: relative;
    border: none
}

#price__table--pc tbody tr td {
    padding: 10px 40px
}

#price__table--pc tbody tr td:not(:last-child):after,
#price__table--pc thead tr th:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: .0625rem;
    height: 55%;
    background-color: #c6cad3
}

.price-table__wrap thead tr th p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
font-size: 29px;
line-height: 22px;
text-align: center;
color: #2962FF;
}

.price-table__wrap thead tr th b {
    color: #273649;
    font-weight: 800;
    font-size: 36px;
    margin-top: 20px;
    display: inline-block
}

.price-table__wrap thead tr th i {
    color: #273649;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    display: inline-block;
    text-align: left;
    line-height: 1;
    margin-left: 15px
}

@media (max-width: 1024px) {
    .top-features {
        padding-top: 50px
    }
    #price__table--pc {
        display: none
    }
    .price-table {
        padding-top: 60px;
        margin-bottom: 40px
    }
    .price-table__wrap {
        text-align: left;
        position: relative
    }
    #price__table--mob {
        display: -ms-grid;
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        margin-bottom: 1em;
        border: none;
        white-space: normal;
        overflow-x: auto;
        -webkit-overflow-scrolling-x: touch;
        -webkit-overflow-scrolling: touch
    }
    #price__table--mob tbody td,
    #price__table--mob thead th,
    #price__table--mob thead tr {
        display: block;
        border: none
    }
    #price__table--mob * {
        word-break: normal
    }
    #price__table--mob thead {
        display: block
    }
    #price__table--mob tbody {
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        position: relative
    }
    
    #price__table--mob thead tr {
       background: #fff;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    #price__table--mob tbody tr,
    #price__table--mob thead tr {
        display: inline-block;
        border: 1px solid #aeaeae;
        
    }
    #price__table--mob tbody tr:last-of-type {
       
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        
    }
    #price__table--mob thead tr th {
        padding: 15px 10px;
        width: 160px;
        min-height: 113px;
        text-align: center;
        position: relative
    }
    #price__table--mob tbody tr td {
        padding: 15px 5px;
        font-size: 12px;
        max-width: 140px;
        min-width: 100px;
        text-align: center;
        min-height: 113px;
        position: relative;
        display: -ms-grid;
        display: grid;
        align-items: center
    }
    #price__table--mob tbody tr td:not(:last-child):after,
    #price__table--mob thead tr th:not(:last-child):after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 55%;
        height: .0625rem;
        background-color: #c6cad3
    }
    #price__table--mob thead tr th p {
        font-size: 27px
    }
    #price__table--mob thead tr th b {
        font-size: 29px;
        margin-top: 10px
    }
    .swipe__animation {
        display: flex;
        justify-content: center;
        padding: 30px 0
    }
    svg#icon-swipe {
        width: 72px;
        height: 35px
    }
    svg#icon-swipe #hand {
        fill: #2962ff;
        transform-origin: 50% 100%;
        animation: 3.5s infinite hand-swipe
    }
    svg#icon-swipe #left,
    svg#icon-swipe #right {
        fill: #222;
        opacity: 0
    }
    svg#icon-swipe #right {
        animation: 3.5s infinite arrow-right
    }
    svg#icon-swipe #left {
        animation: 3.5s infinite arrow-left
    }
}

@-webkit-keyframes hand-swipe {
    5% {
        -webkit-transform: translateX(3px) rotate(6deg);
        transform: translateX(3px) rotate(6deg)
    }
    100%,
    25%,
    28%,
    53% {
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    33% {
        -webkit-transform: translateX(-3px) rotate(-6deg);
        transform: translateX(-3px) rotate(-6deg)
    }
}

@keyframes hand-swipe {
    5% {
        -webkit-transform: translateX(3px) rotate(6deg);
        transform: translateX(3px) rotate(6deg)
    }
    100%,
    25%,
    28%,
    53% {
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    33% {
        -webkit-transform: translateX(-3px) rotate(-6deg);
        transform: translateX(-3px) rotate(-6deg)
    }
}

@-webkit-keyframes arrow-right {
    7% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
        opacity: 1
    }
    17% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0
    }
    100%,
    18% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 0
    }
}

@keyframes arrow-right {
    7% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
        opacity: 1
    }
    17% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0
    }
    100%,
    18% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 0
    }
}

@-webkit-keyframes arrow-left {
    0%,
    100%,
    30%,
    48% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 0
    }
    37% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
        opacity: 1
    }
    47% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
        opacity: 0
    }
}

@keyframes arrow-left {
    0%,
    100%,
    30%,
    48% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 0
    }
    37% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
        opacity: 1
    }
    47% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
        opacity: 0
    }
}

.glide__arrows .glide__arrow {
    border: 1px solid #7C7A78;
    border-radius: 10px;
    box-shadow: none;
    text-shadow: none
}
@media(max-width:1023px){
   .glide__arrows .glide__arrow {
     border:none;  
   } 
}
.glide__arrows .glide__arrow:hover {
    border: 1px solid #7c7a78
}

.authors-slider__header {
    display: flex;
    column-gap: 15px;
    margin-bottom:20px;
}

.authors-slider__img {
    flex: 0 0 110px;
    height: 100px;
    display: flex
}

.authors-slider__img img {
    width: 100%;
    object-fit: cover;
    border-radius: 18.0488px;
}

.authors-slider__name {
    font-weight: 500;
font-size: 18.9512px;
line-height: 23px;
color: #273649;
}

.authors-slider__position {
    font-weight: 400;
font-size: 14.439px;
line-height: 24px;
color: #273649;
}

.authors-slider__desc {
font-weight: 300;
font-size: 14.439px;
line-height: 22px;
color: #000000;
}

@media (max-width: 568px) {
    .authors .subtitle {
        margin: 10px 0 50px
    }
    .authors-slider__img {
        flex: 0 0 70px;
        height: 70px
    }
    .authors-slider__name {
        font-size: 18px;
        margin-bottom: 10px
    }
    .authors-slider__position {
        font-size: 12px
    }
    .authors-slider__desc {
        font-size: 14px
    }
}

#modal-rewiew {
    position: fixed;
    top: 25%;
    left: -300px;
    transition: opacity .3s linear, left .3s ease-out;
    z-index: 10000000000
}

#modal-rewiew.active {
    left: 0
}

#modal-rewiew .btn-close-modal-rewiew {
    position: absolute;
    right: -21px;
    top: -26px;
    cursor: pointer
}

#btn-live-coment {
    z-index: 100000000;
    transition: opacity .15s linear;
    opacity: 0;
    position: fixed;
    bottom: 5%;
    left: 24px;
    cursor: pointer;
    width: 41px
}

#btn-live-coment.active {
    opacity: 1;
    animation: 1s infinite pulse
}

.glWgt_l .glWgt_intro {
    margin: 0 !important
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #2b62fd73
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #2b62fd73;
        box-shadow: 0 0 0 0 #2b62fd73
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
    }
}

.glWgt_l {
    border: none !important;
    box-shadow: 0 0 12px -2px rgba(120, 119, 120, 0.3) !important
}



header.fixed-header .header-top {
    height: 30px
}

header.fixed-header .button__transparent {
    margin: 0;
    padding: 7px 15px
}

header.fixed-header .logo {
    max-width: 117px;
    margin: 0;
    padding: 5px 0 0
}

@media (max-width: 1023px) {
    header,
    header.fixed-header {
        height: auto
    }
    header {
        background: #fff;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }
    header.fixed-header .header-top {
        height: 30px
    }
    header.fixed-header .button__transparent {
    margin: 0 0 20px;
    padding: 15px;
    font-size:14px;

    }
    header.fixed-header .logo {
        max-width: 102px;
        margin: 0;
        padding: 5px 0
    }
}

/*calculator*/
.first-screen .price-calculator{
    width:40%;
    text-align:left;
    padding:30px;
    background:#fff;
    border: 1px solid #273649;
}
@media (max-width: 767px) {
   .first-screen  .price-calculator{
    width:100%;
}
}
.first-screen .value-chain {
    margin-bottom: 60px;
    background: #fafafa;
    padding: 30px 40px
}
.first-screen .label,.first-screen  label{
    font-weight: 400;
font-size: 16px;
line-height: 18px;
color: #273649;
}
.first-screen .value-chain .item {
    margin: 40px 0;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.first-screen .value-chain .item::after {
    content: "";
    display: table;
    clear: both
}

.first-screen .value-chain .img {
    max-width: calc(50% - 40px);
    height: auto;
    margin-right: 40px
}
.first-screen .row{
    margin-top:20px;
}
.first-screen .value-chain .subtitle {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px
}

.first-screen .custom-dropdown,
.first-screen .intro-text,
.first-screen .our-experts .item {
    font-family: Roboto, sans-serif
}

.first-screen .custom-dropdown {
    position: relative;
    
    background: #FFFFFF;
    
}

.first-screen .custom-dropdown select {
    cursor: pointer;
    outline: #fff;
    color: #333;
    width: 100%;
    font-size: inherit;
    padding: 14px 20px;
    border: 0;
    margin: 0;
    border: 1px solid #000000;
    border-radius: 3px;
    text-indent: .01px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
        font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 18px;
color: #D1D1D1;
}
.first-screen .custom-dropdown  select.active,.seiten  input.active,.delivery-data  input.active {
  color: #1C1E1F;
background: #E7F0FE;
}
.first-screen .seiten,.first-screen  .delivery-data{
    
    width:45%;
}
.first-screen .delivery-data input{
       font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 18px;
color: #D1D1D1;
}
.first-screen .custom-dropdown::after{
    content: "";
    position: absolute;
    pointer-events: none
}

.first-screen .custom-dropdown::after {
    content: "";
    background: url(/wp-content/uploads/2020/12/arrow-dawn.svg) center/cover no-repeat;
    width: 12px;
    height: 7.29px;
    right: 20px;
    top: 20px;
    
    color: rgba(0, 0, 0, 0.4)
}

.first-screen .custom-dropdown select[disabled] {
    color: rgba(0, 0, 0, 0.3)
}

.first-screen .custom-dropdown select[disabled]::after {
    color: rgba(0, 0, 0, 0.1)
}

.first-screen .custom-dropdown::before {
    background-color: rgba(0, 0, 0, 0.15)
}

.first-screen .landing-content form {
    background: #f8f8f8;
    padding: 30px 30px 40px
}

.first-screen .landing-content .row>* {
    width: 48%;
    margin: 15px 0
}

.first-screen form .button{
    background: #273649;
        margin: 20px auto 0;
border-radius: 8px;
}
.first-screen .button_mobile,
.first-screen  .price-block .after-price,
.first-screen  .price-block .currency,
.first-screen  .price-block .current-price,
.first-screen .price-calculator .price-block .after-price,
.first-screen .price-calculator .price-block .currency,
.first-screen .price-calculator .price-block .current-price,
.first-screen .single-php .seo-text {
    display: none
}
.first-screen .our-experts .item,
.first-screen .price-block .item {
    display: -webkit-box;
    display: -ms-flexbox
}

.first-screen .landing-content label input {
    padding: 16px 0;
    text-indent: 10px;
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 18px;

color: #D1D1D1;
    background: #fff
}

.first-screen .landing-content .button {
    width: auto;
    padding: 14px 30px
}

.first-screen .landing-content .file-attachment span {
    display: block;
    margin-top: 20px;
    font-weight: 300
}

.first-screen .landing-content .delivery-data input {
    padding-right: 20px
}

.first-screen .intro-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6
}

.first-screen .intro-text h1,
.first-screen .intro-text h2,
.first-screen .intro-text h3,
.first-screen .intro-text h4,
.first-screen .intro-text h5,
.first-screen .intro-text h6 {
    font-size: 46px;
    font-family: "Times New Roman";
    font-weight: 400
}
.first-screen .blog-slider .post-link,
.first-screen .email-discount form p,
.first-screen .file-attachment .remove-all-preview.is-active,
.first-screen .landing-content .price-block.active .after-price,
.first-screen .landing-content .price-block.active .currency,
.first-screen .landing-content .price-block.active .current-price,
.first-screen .price-calculator .price-block.active .after-price,
.first-screen .price-calculator .price-block.active .currency,
.first-screen .price-calculator .price-block.active .current-price {
    display: inline-block
}

.first-screen .price-calculator .row{
    display:block;
}
.first-screen .price-calculator .row.flex--container{
    display:flex;
}
.first-screen .price-calculator .price-block .current-price{
    font-family: 'Inter';
font-weight: 700;
font-size: 27px;
line-height: 27px;
color: #273649;
}
@media (max-width:767px){
   .first-screen  .label, label{font-size: 14px;
line-height: 18px;}
}