*{
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
}
*, ::after, ::before {
    box-sizing: border-box;
}

select{
    appearance: none;
}
select::-ms-expand{
    display: none;
}
:focus-visible {
    outline: none!important;
}
input, button, select{
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}
body{
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #5E6A74;
    cursor: default;
    font-weight: 400;
    overflow-y: scroll!important;
    margin: 0;
}
textarea,
input, select {
    font-family: 'Inter', Arial, sans-serif;
}
a{
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    color: #212F36;
    font-family: 'Archivo', Arial, sans-serif;
    margin-top: 1em;
    margin-bottom:1em;
}

.content ol {
    padding: 0 0 0 18px;
}

.content li h3 {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    color: #5E6A74;
}
p{
    margin-top: 0px;
}

/* Custom Bootstrap */
.mbr_container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.mbr_row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.mbr_col-12, .mbr_col-10, .mbr_col-8, .mbr_col-6, .mbr_col-4, .mbr_col-3, .mbr_col-xl-12, .mbr_col-xl-11, .mbr_col-xl-10, .mbr_col-xl-8, .mbr_col-xl-6, .mbr_col-xl-4, .mbr_col-xl-3, .mbr_col-lg-12, .mbr_col-lg-11, .mbr_col-lg-10, .mbr_col-lg-8, .mbr_col-lg-6, .mbr_col-lg-4, .mbr_col-lg-3, .mbr_col-md-12, .mbr_col-md-11, .mbr_col-md-10, .mbr_col-md-8, .mbr_col-md-6, .mbr_col-md-4, .mbr_col-md-3, .mbr_col-sm-4, mbr_col-sm-6, .mbr_col-auto, .mbr_col-xl-auto, .mbr_col-lg-auto, .mbr_col-md-auto, .mbr_col-sm-auto{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.mbr_col-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.mbr_col-auto{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.mbr_col-11{
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.mbr_col-10{
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.mbr_col-8{
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.mbr_col-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.mbr_col-4{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.mbr_col-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.mbr_justify-content-center{
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.mbr_justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.mbr_align-items-center{
    -ms-flex-align: center!important;
    align-items: center!important;
}
.mbr_align-items-end{
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}

.mbr_d-flex{
    display: -ms-flexbox!important;
    display: flex!important;
}
.mbr_d-block{
    display: block!important;
}
.mbr_d-none{
    display: none!important;
}
.mbr_justify-content-between{
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.mbr_flex-column{
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.mbr_list-unstuled{
    padding-left: 0;
    list-style: none;
    margin: 0px;
}
.mbr_w-100{
    width: 100%;
}
.mbr_h-100{
    height: 100%;
}
.mbr_text-center{
    text-align: center;
}

/* END Custom Bootstrap */


/* Custom class */
.text-800{
    font-weight: 800;
}
.text-700{
    font-weight: 700;
}
.text-600{
    font-weight: 600;
}
.text-500{
    font-weight: 500;
}

.text-grey{
    color: #5E6A74;
}
.text-black{
    color: #212F36;
}
.text-white{
    color: #fff;
}
.text-blue{
    color: #1A72EE;
}
.text-green{
    color: #24C73F;
}

.small_title{
    font-family: 'Inter', Arial, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 8px;
}
.statistic .small_title{
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 8px;
}
.big_title{
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 48px;
    line-height: 1.3;
    max-width: 90%;
    margin: 0px auto 30px auto;
}

.green_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 36px;
    white-space: nowrap;
    background: #24C73F;
    color: #fff !important;
    border-radius: 12px;
    font-size: 18px;
    line-height: 1.7em;
    text-decoration: none !important;
    width: max-content;
    transition: all 0.2s ease-in-out;
}
.calc .green_btn{
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 36px;
    background: #1A72EE;
}
.calc .green_btn:hover{
    background: #5492E8;
}

@media(max-width: 575px){
    .calc .green_btn{
        width: 100%;
    }
}

.green_btn:hover{
    background: #5CD670;
}
.aqua_btn{
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 12px 36px;
    color:#00C2E3;
    background: #EDFAFD;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.aqua_btn svg{
    margin-left: 8px;
}
.aqua_btn:hover{
    color: #FFFFFF;
    background: #00C2E3;
}
.aqua_btn:hover svg path{
    transition: all 0.2s ease-in-out;
}
.aqua_btn:hover svg path{
    fill: #fff;
}
/* End Custom class */

/* Top Line */
.header_top_line{
    padding: 8px 0px;
    background: #212F36;
    position: relative;
    z-index: 99;
}

.top_line_text{
    font-size: 16px;
    line-height:1.5em;
    color: #fff;
    padding-left: 8px;
}
.line_text_numbers{
    font-size: 18px;
    transition: all 0.2s ease-in-out;
}
/*.line_text_numbers:hover{*/
/*    opacity: 0.6;*/
/*}*/
.line_text_code{
    font-size: 16px;
    line-height: 1.5em;
    color:#FFB703;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}
.line_text_code:hover{
    opacity: 0.6;
}
.top_line_close{
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.top_line_close:hover{
    opacity: 0.6;
}
.top_line_wrapper svg{
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-delay:2s;
    animation-fill-mode: both;
    animation-name: urban;
    transition: 4s;
}
@keyframes tada {
    /*from {*/
    /*    transform: scale3d(1, 1, 1)*/
    /*}*/
    10%,
    20% {
        transform: scale3d(1, 1, 1)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    /*to {*/
    /*    transform: scale3d(1, 1, 1)*/
    /*}*/
}

.tada {
    animation-name: tada
}

@keyframes urban {
    /*from {*/
    /*    transform: scale3d(1, 1, 1)*/
    /*}*/
    0% {
        opacity: 100%;
    }
    30% {
        opacity: 100%;
    }
    50% {
        opacity: 0%;
    }
    70% {
        opacity: 100%;
    }
    100% {
        opacity: 100%;
    }
    /*to {*/
    /*    transform: scale3d(1, 1, 1)*/
    /*}*/
}

.urban {
    animation-name: urban
}
/* End Top Line */


/* Main Banner */
.main_banner{
    height: 760px;
    background: url("../images/banner_photo_1.png") no-repeat 0% 54%,
    url("../images/banner_photo_2.png") no-repeat 53% 100%,
    url("../images/banner_photo_3.png") no-repeat 92% 12%;
    margin-bottom:95px;
    padding: 170px 0px;
}
.banner_title{
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 56px;
    line-height: 64px;
    padding-right: 90px;
    margin-top: 0 !important;
    margin-bottom: 30px;
}
.banner_title > span {
    color: #1A72EE;
}
.banner_small_info{
    background: #EDFAFD;
    border-radius: 16px;
    padding: 30px;
    font-size: 18px;
    line-height: 1.7em;
    width: 530px;
    margin-bottom: 25px;
}
.small_info_number{
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 30px;
    line-height:1.2em;
    margin-bottom:25px;
}
.banner_text{
    font-size: 18px;
    line-height: 1.7em;
    width: 688px;
    color: #5E6A74;
}
.banner_title .typing_text {
    display: block;
    height: 200px;

}
/* Main Banner */
/* Menu */
.menu{
    padding: 5px 0px;
    box-shadow: 0px 4px 16px rgb(66,80,115,0.08);
    z-index: 999;
    position: relative;
}
.menu .menu-fix.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    padding: 5px 0px;
    box-shadow: 0px 4px 16px rgb(66,80,115,0.08);
    z-index: 999;
}
.menu_button_order{
    font-size: 16px;
    line-height: 1.5em;
    padding: 9px 36px;
    background:#24C73F;
    border-radius: 12px;
    border: none;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.menu_button_order:hover{
    background: #5CD670;
}
.menu_list_item{
    margin-right: 35px;
}
.menu_list_item.active .menu_item_link{
    color: #00C2E3;
}
.menu_item_link{
    font-size: 16px;
    line-height: 1.5em;
    text-decoration: none;
    transition: all 0.1s ease;
}
.menu_item_link:hover{
    color: #24C73F;
}
.menu_list_item.menu-item-has-children{
    position: relative;
    cursor: pointer;
}

.menu_list_item.menu-item-has-children .menu_item_link {
    position: relative;
}

.menu_list_item.menu-item-has-children > .menu_item_link:after{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    top: 10px;
    right: -10px;
    transform: translate(0, -50%) rotate(
            45deg
    );
    border-bottom: solid #24C73F 2px;
    border-right: solid #24C73F 2px;
}

@media (max-width: 1199px ){
    .menu_list_item.menu-item-has-children > .menu_item_link:after{
        top: 11px;
    }
}

.menu_list_item.menu-item-has-children.hover > .menu_item_link:after{
    top: 13px;
    transform: translate(0, -50%) rotate(
            -135deg
    );
}

@media (max-width: 1199px ){
    .menu_list_item.menu-item-has-children.hover > .menu_item_link:after{
        top: 14px;
    }
}

ul.sub-menu{
    position: absolute;
    background: #f8fdff;
    box-shadow: 0px 10px 10px 2px rgb(0,0,0,0.25);
    padding: 15px 10px 10px 10px;
    width: 600px;
    list-style: none;
    margin: 0;
    left: -280px;
    top: 22px;
    columns: 2;
    display: none;
}

@media (max-width: 1199px ){
    ul.sub-menu {
        background: #ffffff;
        width: 300px;
        columns: 1;
        position: initial;
        box-shadow: none;
    }
}

ul.sub-menu.opened{
    display: block;
}

ul.sub-menu .menu_item_link {
    font-size: 14px;
}

ul.sub-menu li{
    margin-bottom: 5px;
    margin-right: 0;
}
ul.sub-menu li:last-child{
    margin-bottom: 0;
}
/* End Menu */

/* Calc */
.fixed{
    position: fixed!important;
}
.calc {
    position: absolute;
    top: -35px;
    right: 1rem;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    width: 465px;
    padding: 29px 28px 27px 28px;
    box-shadow: 0px 8px 32px rgba(26, 114, 238, 0.3);
    border-radius: 16px;
}
.calc form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.page_calc{
    top: 0;
    margin-top:20px;
}
.page_calc.fixed{
    top: 100px;
}
.calc_title{
    width: 100%;
}
.calc_title span{
    font-family: 'Inter', Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
    padding-bottom: 30px;
    display: block;
    text-align: center;
}
.calc_item-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.calc_item-wrapper label{
    font-family: 'Inter', Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5em;
}
.calc_item-wrapper select{
    width: 248px;
    background: #FFFFFF;
    border: 1px solid #D8E0E5;
    color: #212F36;
    box-sizing: border-box;
    border-radius: 8px;
    height: 48px;
    padding-left: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    background-image: url(../images/arrow_down_new.svg);
    background-repeat: no-repeat;
    background-position: 94% center;
    text-overflow: ellipsis;
    padding-right: 30px;
    cursor: pointer;
    transition: .3s;
}
.calc_item-wrapper select:hover {
    border: 1px solid #FFB703;
}
.calc_item-wrapper .wrapper_select{
    position: relative;
}
/*.calc_item-wrapper .wrapper_select:after {*/
/*    content: url(../images/blue_arrow_down.svg);*/
/*    position: absolute;*/
/*    right: 15px;*/
/*    line-height: 0px;*/
/*    top: 50%;*/
/*    margin-top: -4px;*/
/*}*/
.calc .list-calc{
    margin-top: 15px;
}
.calc .list-calc:nth-child(2){
    margin-top: 0px;
}

.calc_col input{
    height: 51px;
    width: 47px;
    font-family: 'Inter', Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #636363;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    text-align: center;
}
.calc_col button{
    width: 43px;
    height: 51px;
    background: #E5E5E5;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #4B4B4B;
}
.calc_col button:first-child{
    margin-right: 6px;
}
.calc_col button:last-child{
    margin-left: 6px;
}

.calc_block_price, .calc_button_order{
    width: max-content;
}

.pages-list {
    display: flex;
    width: 248px;
    height: 48px;
    border: 1px solid #D8E0E5;
    border-radius: 8px;
    transition: .3s;
}

@media(max-width: 575px){
    .pages-list {
        display: flex;
        width: 100%;
    }
}

.calc-inner-p .pages-list {
    width: 100%;
}

.pages-list:hover {
    border-color: #5376B8;
}

.pages-list span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 100%;
    flex-shrink: 0;
    font-size: 42px;
    cursor: pointer;
}

.pages-list span.inactive-btn {
    cursor: no-drop;
}

.pages-list span.inactive-btn:before,
.pages-list span.inactive-btn:after {
    background: #B5C2CD;
}

.pages-list .pages--minus {
    border-right: 1px solid #D8E0E5;
    transition: .3s;
}

.pages-list:hover .pages--minus {
    border-right: 1px solid #5376B8;
}

.pages-list .pages--minus:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background: #999999;
}

.pages-list .pages--plus {
    border-left: 1px solid #D8E0E5;
    transition: .3s;
}

.pages-list:hover .pages--plus {
    border-left: 1px solid #5376B8;
}

.pages-list .pages--plus:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background: #999999;
}

.pages-list .pages--plus:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    background: #999999;
}

.icon_dollar, .total-price{
    font-family: 'Archivo', Arial, sans-serif;
    font-style: normal!important;
    font-weight: 700!important;
    font-size: 24px!important;
    line-height: 1.3em!important;
    color:#1A72EE!important;
    opacity: 1!important;
}
.total-price {
    border: none;
    width: 30px;
    padding: 0px;
    background: #fff;
}
.icon_dollar{
    margin-left:8px;
}
.calc_button_order{
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
}
.calc_col{
    width: 248px;
    display: flex;
}
.calc-area-slider{
    display: flex;
    width: 98%;
}

.ui-widget.ui-widget-content{
    background: #FFEFC7;
    height: 16px;
    position: relative;
}
.ui-widget.ui-widget-content:before {
    content: '';
    position: absolute;
    top: -7px;
    background: #fff;
    height: 10px;
    width: 100%;
    transform: rotate(-1deg);
}
.ui-widget.ui-widget-content:after {
    content: '';
    position: absolute;
    bottom: -7px;
    background: #fff;
    height: 10px;
    width: 100%;
    transform: rotate(-179deg);
}
.ui-slider-range{
    background: #FB8500;
}
.ui-slider .ui-slider-handle:focus{
    background:#fff!important;
    border: 5px solid #FB8500!important;
}
.ui-slider .ui-slider-handle{
    position: absolute;
    width: 16px;
    height: 16px;
    background:#fff;
    border: 5px solid #FB8500;
    border-radius: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -8px;
    z-index: 99;
    cursor: pointer;
}
.ui-slider .ui-slider-handle:focus{
    outline: none;
    border: none;
}
.block_slider{
    margin-top: 30px;
}
#calc4{
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 4px;
    color: #212F36;
    z-index: 9;
    position: relative;
    transition: .3s;
    user-select: none;
}
#calc4:hover,
#calc4:focus {
    border: 0;
}
.calc_area{
    height: 15px;
    margin-left: 5px;
}
.calc_count_words{
    font-size: 12px;
    line-height: 1.3em;
    margin-top: 4px;
}
.calc_button_order{
    margin-top: 26px;
}

.calc_page_price{
    top: 0px;
    right: 0px;
    position: relative;
    box-shadow: 0px 8px 32px rgba(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
    .calc{
        position: relative;
        top: 0px;
        margin: 30px auto;
        right: 0px;
    }
    .cid-skcZSONz3f .image_img {
        margin-bottom: 0px;
    }
    .cid-skcZSONz3f {
        padding-top: 8rem;
        padding-bottom: 3rem;
        background-color: #1732a4;
    }
}

/* End Calc */

/*sidebar*/
.side--box{
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}
.calc.calc-inner-p{
    position: initial;
    width: 100%;
    padding: 24px;
    box-shadow: 0px 4px 32px rgba(66, 80, 115, 0.08);
    border: 1px solid #D8E0E5;
}
.calc.calc-inner-p .calc_title span{
    font-family: 'Archivo';
    font-size: 24px;
    line-height: 32px;
    color: #212F36;
    padding-bottom: 16px;
}
.calc.calc-inner-p .calc_item-wrapper{
    display: block;
}
.calc.calc-inner-p .list-calc{
    margin-top: 16px;
}
.calc.calc-inner-p .list-calc:nth-child(2) {
    margin-top: 0;
}
.calc.calc-inner-p .calc_item-wrapper label{
    font-size: 14px;
    line-height: 20px;
}
.calc.calc-inner-p .calc_item-wrapper select{
    width: 100%;
}
.calc.calc-inner-p .calc_col{
    width: 100%;
    margin-top: 8px;
}
.calc.calc-inner-p .calc_block_price, .calc.calc-inner-p .calc_button_order{
    width: 100%;
}
.calc.calc-inner-p .calc_block_price{
    display: flex;
}
.calc.calc-inner-p .calc_button_order{
    margin-top: 18px;
}
.calc.calc-inner-p .green_btn{
    font-family: 'Inter';
    height: 48px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}
@media(max-width: 1199px){
    .lg-none{
        display: none;
    }
}
@media(max-width: 992px){
        .side--box{
        max-width: 400px;
        margin: 0 auto;
    }
}

.ff-side{
    background: #FFFFFF;
    border: 1px solid #D8E0E5;
    box-shadow: 0px 4px 32px rgba(66, 80, 115, 0.08);
    border-radius: 16px;
    padding: 24px;
    margin-top: 24px;
}
.ff-side_title span{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 16px;
    color: #212F36;
    display: block;
    text-align: center;
}
.ff-side_list-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.ff-side_list-item:last-child{
    margin-bottom: 0;
}
.ff-side_list-item-l{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #5E6A74;
}
.ff-side_list-item-r{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ff-side-price{
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: line-through;
    color: #B5C2CD;
}
.ff-side-free{
    display: inline-block;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    color: #24C73F;
    margin-left: 8px;
}
.ff-side-bottom{
    margin-top: 16px;
}
.ff-side-b-price{
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    color: #212F36;
    font-family: 'Archivo';
    text-align: center;
}
.ff-side-b-price span{
    color: #1A72EE;
}
.ff-side-bottom a{
    display: block;
    width: 100%;
    height: 48px;
    background: #24C73F;
    border-radius: 8px;
    padding: 12px 36px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-top: 16px;
    transition: all 0.2s ease-in-out;
}
.ff-side-bottom a:hover{
    background: #5CD670;
}

/*Inner cta*/
.inn-text-cta{
    background: #FFFFFF;
    border: 1px solid #D8E0E5;
    box-shadow: 0px 4px 16px rgba(66, 80, 115, 0.08);
    border-radius: 16px;
    padding: 36px 36px 24px;
    margin-bottom: 24px;
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.inn-text-cta a.inn-text-cta-disc{
    position: absolute;
    width: 200px;
    height: 60px;
    background: #FFFFFF;
    border: 2px solid #00C2E3;
    box-sizing: border-box;
    border-radius: 60px;
    left: 28px;
    top: -34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.inn-text-cta a.inn-text-cta-disc:hover{
    background: #00C2E3;
}
.inn-text-cta a.inn-text-cta-disc:hover .inn-text-cta-disc-top{
    color: #fff;
}
.inn-text-cta a.inn-text-cta-disc:hover .inn-text-cta-disc-bottom{
    color: #fff;
}
.inn-text-cta-disc-top{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #212F36;
}
.inn-text-cta-disc-bottom{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #212F36;
}
.inn-text-cta-list{
    display: flex;
    position: relative;
    z-index: 1;
}
.inn-text-cta-list:after{
    position: absolute;
    content: '';
    width: 428px;
    border: 2px dashed #ADE8F4;
    top: 16px;
    left: 50px;
    z-index: -1;
}
.inn-text-cta-item{
    margin-left: 18px;
}
.inn-text-cta-item:first-child{
    margin-left: 0;
}
.inn-text-cta-item span{
    width: 36px;
    height: 36px;
    background: #00C2E3;
    border-radius: 40px;
    display: block;
    line-height: 36px;
    color: #FFFFFF;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 16px;
}
.inn-text-cta-itemtext{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #212F36;
}
.inn-text-cta-r a.inn-text-cta-link{
    height: 48px;
    background: #FFB703;
    border-radius: 8px;
    width: 149px;
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.inn-text-cta-r a.inn-text-cta-link:hover{
    text-decoration: none;
    background: #FFD11D;
}
@media(max-width: 992px){
    .inn-text-cta-list:after{
        width: 406px;
    }
}
@media(max-width: 767px){
    .inn-text-cta{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 36px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .inn-text-cta-list{
        flex-direction: column;
    }
    .inn-text-cta-item{
        margin-left: 0;
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }
    .inn-text-cta-item:last-child{
        margin-bottom: 0;
    }
    .inn-text-cta-r{
        margin-top: 16px;
        width: 100%;
    }
    .inn-text-cta-item span{
        margin: 0;
        margin-right: 12px;
    }
    .inn-text-cta-list:after {
        width: initial;
        height: 154px;
        left: 16px;
    }
    .inn-text-cta-disc{
        left: 50%;
        transform: translateX(10%);
    }
    .inn-text-cta-r a.inn-text-cta-link{
        width: 100%;
    }
}

/* Statistic */
.statistic{
    padding: 95px 0px;
    background: #12223F;
}

.statistic_number{
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 48px;
    line-height: 1.3;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.statistic_number_text{
    font-size: 18px;
    line-height: 1.7em;
    color: #EDFAFD;
}
/* End Statistic */

/* Benefit */
.benefit{
    padding: 95px 0px;
}
.benefit_subtitle {
    margin-bottom: 48px;
}
.benefit_item:nth-child(n+4){
    margin-top: 35px;
}
.benefit_icon{
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#EDFAFD;
    border-radius: 8px;
    margin:0px auto 25px auto;
}
.benefit_number{
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.statistic_number_text{
    font-size: 18px;
    line-height: 1.5em;
}
.benefit_number_text{
    font-size: 18px;
    line-height: 1.7em;
}
/* End Benefit */

/* We Work */
.we_work{
    padding:96px 0px 0px 0px;
    background: #F8FDFF;
}

.we_work .we_work_subtitle {
    margin-bottom: 70px;
    font-size: 18px;
    line-height: 1.7em;
    max-width: 720px;
    color: #5E6A74;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.we_work .we_work_subtitle_last {
    margin-top: 50px;
}

@media (max-width: 767px) {
.we_work .we_work_subtitle {
    font-size: 16px;
    width: 100%;
}
}

@media (max-width: 1199px) {
.we_work .we_work_subtitle {
    margin-bottom: 40px;
        text-align: center;
    }
}

.we_work .slick-track {
    display: flex;
}
.we_work .slick-slide {
    height: 100%;
    padding: 0px;
}
.we_work .slick-slide > div {
    display: flex;
    height: 100%;
}
.wort_slider_item{
    background:#12223F;
    border-radius: 32px;
}
@media (min-width: 992px) {
    .wort_slider_item{
        min-height: 580px;
    }
}
.work_slider_item_block{
    padding: 140px 35px 110px 95px;
}
.wort_slider_item_title{
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 48px;
    line-height: 1.3em;
    margin-bottom:25px;
}
.wort_slider_item_text{
    font-size: 18px;
    line-height: 1.5em;
    color: #F8FDFF;
}
.we_work .pagingInfo {
    position: absolute;
    top: 95px;
    left: 110px;
    color: #ACCCF9;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4em;
    z-index: 2;
}
@media (min-width: 992px) {
    .we_work .slick-dots {
        text-align: left !important;
        left: 95px !important;
        position: absolute !important;
        bottom: 42px !important;
    }
}
.we_work .slick-dots {
    position: static;
    bottom: 95px;
    display: block;
    width: inherit;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    left: 95px;
}
.we_work .slick-dots li button:before{
    display: none;
}
.we_work .slick-dots li{
    width: inherit;
    height: inherit;
}
.we_work .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    width: 24px;
    height: 8px;
    border-radius: 4px;
    background: #ACCCF9;
    transition: all 0.2s ease-in-out;
}
.we_work li.slick-active button{
    width: 48px;
    background: #1A72EE;
}
.slick-dotted.slick-slider{
    margin-bottom: 0 !important;
}
/* End We Work */

/* Features */
.features{
    padding: 95px 0px;
}
.features_block{
    border-radius: 32px;
    box-shadow: 0px 4px 32px rgba(66,80,115,.08);
    padding: 90px 50px 65px 50px;
    position: relative;
}
.free_features_block{
    position: absolute;
    top: -50px;
    left: 50px;
    background: #EDFAFD;
    box-shadow: 0px 8px 32px rgba(26, 114, 238, 0.3);
    border-radius: 60px;
    transform: rotate(-10deg);
    padding: 18px 54px;
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    color: #212F36;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}
.features_item{
    margin-bottom: 25px;
}
.features_item:last-child{
    margin-bottom: 0px;
}
.features_name {
    font-size: 18px;
    line-height: 1.7em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    max-width: 60%;
    min-height: 60px;
    word-break: break-word;
}
.features_price{
    font-size: 16px;
    line-height: 1.5em;
    text-decoration: line-through;
}
.features_status{
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    margin-left: 10px;
}
.features_total{
    margin-top: 15px;
}
.features_total_title{
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    text-transform: uppercase;
}


/* End Features */

/* Advantages */
.advantages{
    padding: 75px 0px;
}
.advantages .big_title {
    margin-bottom: 30px;
    max-width: 690px;
}

.advantages .adv_subtitle {
    margin-bottom: 70px;
    font-size: 18px;
    line-height: 1.7em;
    max-width: 720px;
    color: #5E6A74;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.advantages .adv_subtitle span:last-child {
    display: block;
    margin-top: 30px;
    margin-bottom: 70px;
}

@media (max-width: 767px) {
.advantages .adv_subtitle {
    font-size: 16px;
    width: 100%;
}
}

@media (max-width: 1199px) {
.advantages .adv_subtitle {
    margin-bottom: 40px;
        text-align: center;
    }
}

.advantages_items{
    flex-wrap: wrap;
    padding-right: 30px;
}
.advantages_item{
    max-width: 50%;
    margin-bottom: 30px;
    width: 100%;
}
.advantages_item:nth-child(odd){
    padding-right: 30px;
}
.advantages_item_icon {
    margin-bottom: 20px;
}
.advantages_item_icon svg path {
    fill: #24C73F;
}
.advantages_item_title{
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 24px;
    line-height: 1.1em;
    margin-bottom: 15px;
}
.advantages_item_text{
    font-size: 18px;
    line-height: 1.7em;
    height: 90px;
    overflow: hidden;
}
.advantages_main_image{
    border-radius: 16px;
    position: relative;
}
.advantages_main_image img{
    width: 100%;
    position: relative;
    z-index: 2;
}
.advantages_main_image:before{
    content: '';
    position: absolute;
    z-index: 1;
    top: -5px;
    width: 100%;
    height: 100%;
    background: #F8FDFF;
    border-radius: 16px;
    transform: rotate(5deg);
}
.advantages_icon {
    position: absolute;
    right: -25px;
    top: -35px;
    z-index: 2;
}
.advantages_small_images{
    position: absolute;
    right: -55px;
    bottom: -40px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.small_image_1{
    background: #24C73F;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
    right: -50px;
}
.small_image_2{
    background: #E99300;
    border-radius: 50%;
    right: -25px;
    border: 3px solid #FFFFFF;
}
.small_image_3{
    background: #47DFF9;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
}
/* End Advantages */

/* Banner Order */
.banner_order{
    background: #12223F;
    border-radius: 32px;
    padding: 20px 70px;
}
.page_banner_order{
    background: #023E8A;
    padding: 25px 0px;
}


.banner_order_title{
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 48px;
    line-height: 1.33em;
    margin-top: 0;
    margin-bottom: 12px;
}
.banner_order_text{
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 35px;
}
/* End Banner Order */

/* Testimonials */
.testimonials{
    padding: 95px 0px;
}
.testimonials .big_title{
    margin-bottom: 45px;
}
.testimonials_item{
    padding: 0px 30px;
}
.testimonials_item_title{
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 20px;
    line-height: 1.6em;
    margin-left: 16px;
}
.testimonials_item_star {
    display: flex;
    margin: 0;
    margin-left: 16px;
    padding: 0;
    list-style: none;
}
.testimonials_item_star li {
    margin-right: 5px;
}
.testimonials_item_value{
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 48px;
    line-height: 1.3em;
    margin-left: 20px;
}
.testimonials_slider{
    margin-top: 50px;
}
.testimonials_slider_wrapper_item{
    border-radius: 12px;
    box-shadow: 0px 4px 16px rgba(66, 80, 115, 0.08);
    padding: 40px;
    position: relative;
    background: #fff;
}
.testimonials_slider_wrapper_item:before {
    content: '';
    position: absolute;
    top: -7px;
    right: 22%;
    height: 15px;
    transform: rotate(45deg);
    background-color: #fff;
    width: 15px;
    box-shadow: 0px -4px 16px rgb(66 80 115 / 8%);
}
.testimonials_slider_wrapper_item:after {
    content: '';
    position: absolute;
    top: -10px;
    right: 22%;
    height: 40px;
    transform: rotate(90deg);
    background-color: #fff;
    width: 20px;
}
.testimonials-pg .testimonials_slider_wrapper_item:not(:last-child){
    margin-bottom: 30px;
}
.writers-pg__img,
.writers__img {
    border-radius: 50% !important;
    width: 72px !important;
    height: 72px !important;
}
.slick-slide{
    padding: 15px;
}
.slider_item{
    margin-bottom: 25px;
}
.slider_item_info_block{
    margin-left: 15px;
}
.slider_item_info_title{
    font-size: 18px;
    line-height: 1.7em;
}
.slider_item_info_star{
    margin-top: 10px;
}
.testimonials_slider_wrapper_item .slider_item_info_star ul{
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.testimonials_slider_wrapper_item .slider_item_info_star ul li{
    margin-right: 5px;
    margin-bottom: 0;
}
.testimonials_slider_wrapper_item .slider_item_info_star ul li img{
    border-radius: unset!important;
}
.slider_item_title{
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 15px;
    display: block;
}
@media(max-width: 767px){
    .slider_item_title{
        font-size: 14px;
        margin-bottom: 3px;
    }
}
.slider_item_text{
    font-size: 18px;
    line-height: 1.7em;
}
@media(max-width: 767px){
    .slider_item_text{
        font-size: 16px;
        line-height: 1.5em;
    }
}
.slider_item_verified{
    font-size: 14px;
    line-height: 1.7em;
    background: rgba(17, 173, 135, 0.08);
    border-radius: 16px;
    padding: 4px 12px;
    height: max-content;
}
.slider_item_verified svg{
    margin-right: 5px;
}
.testimonials_slider .prev{
    position: absolute;
    top: 50%;
    left: -70px;
    margin-top: -15px;
    padding: 12px;
    background:#EDFAFD;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
.testimonials_slider .next{
    position: absolute;
    top: 50%;
    right: -70px;
    margin-top: -21px;
    padding: 12px;
    background:#EDFAFD;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
.testimonials_slider .next:hover, .testimonials_slider .prev:hover{
    background: #00C2E3;
}
.testimonials_slider .next svg path, .testimonials_slider .prev svg path{
    transition: all 0.2s ease;
}
.testimonials_slider .next:hover svg path, .testimonials_slider .prev:hover svg path{
    fill: #fff;
}
.button_view_testimonials{
    margin-top: 50px;
}
/* End Testimonials */


/* FAQ */
.faq{
    padding: 95px 0px;
    background: #F8FDFF;
}

.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0;
    list-style: none;
    background-color: #f9f9fa;
}
.accordion-list .accordion_block {
    background: #fff;
    padding: 24px;
    box-shadow: 0px 4px 16px rgb(66 80 115 / 8%);
    border-radius: 16px;
    margin-bottom: 25px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.accordion-list .accordion_block.active h3:after {
    transform: rotate(-180deg);
}
.accordion-list .accordion_block h3 {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 700;
    color: #212F36;
    position: relative;
    display: block;
    padding-right: 30px;
    margin: 0;
}
.accordion-list .accordion_block h3::after {
    content: url("../images/arrow_down_faq.svg");
    transition: all 0.2s ease;
    position: absolute;
    right: 0px;
    top:calc(50% - 12px);
}
.accordion-list .accordion_block div.answer {
    font-size: 18px;
    line-height: 1.7em;
}
.accordion-list .accordion_block div.answer p {
    font-size: 18px;
    line-height: 1.7em;
    margin-top: 16px;
}

/* End FAQ */

/* Page Privacy Police */
.page_seo_text{
    padding:95px 0px 95px;
}
.content ul{
    padding-left: 20px;
}
.content ul > li::marker{
    color: #11AD87;
    font-size: 20px;
}
.content h2{
    font-size: 24px;
    line-height: 1.3em;
}
.content a{
    color: #00C2E3;
    text-decoration: underline;
}
.content a:hover{
    text-decoration: none;
}
.main_title{
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 48px;
    line-height: 1.3em;
    margin-top: 0px;
    width: 100%;
}
.main .main_title{
    text-align: center;
}
.faq-pg .main_title{
    margin-bottom: 0;
}
/* End Page Privacy Police */


/* Page About Us */
.about_us_top_block{
    padding: 95px 0px;
}
.about_us_small_text{
    font-size: 18px;
    line-height: 1.7em;
    padding-left: 20px;
    position: relative;
}
.about_us_small_text:before{
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 4px;
    height: 100%;
    background: #FFB703;
    border-radius: 4px;
}
.about_us_values{
    padding: 95px 0px;
}
.values_number{
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 48px;
    line-height: 1.3em;
    color:#00C2E3;
    width: 80px;
    height: 80px;
    background: #EDFAFD;
    border-radius: 8px;
    margin-bottom: 24px;
}
.values_title{
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 16px;
}
.values_text{
    font-size: 18px;
    line-height: 1.7em;
}
.values_item:nth-child(n+4){
    margin-top: 48px;
}
/* End Page About Us */


/* Page 404 */
.page_error{
    padding: 95px 0px;
}
.error_title{
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 48px;
    line-height: 1.3em;
    margin-top: 48px;
    margin-bottom: 55px;
}
.error_buttons a:first-child{
    margin-right: 30px;
}
.error_buttons a{
    width: 165px;
}
/* End Page 404 */


/* Page Contact */
.contact_us{
    padding: 95px 0px 65px;
}
.contact_us_small_text{
    margin-bottom: 48px;
}
.block_contact{
    padding: 64px 40px;
    background: #FFFFFF;
    box-shadow: 0px 8px 32px rgba(0, 194, 227, 0.48);
    border-radius: 32px;
}
.contact_title{
    margin-bottom: 8px;
}
.contact_title svg{
    margin-right: 25px;
}
.contact_title_text{
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 24px;
    line-height: 1.3em;
}
.contact_info{
    margin-left:50px;
}
.contact_info_link{
    font-size: 18px;
    line-height: 1.7em;
    color:#5E6A74;
    transition: all 0.2s ease;
}
.contact_info_link:hover{
    color: #00C2E3;
}
.contact_info_address{
    font-size: 18px;
    line-height: 1.7em;
    color:#5E6A74;
}
.contact_info_address:after{
    content: 'Cyprus, Nicosia, 2108, Aglantzia Kastellorizou, 3A';
}
.contact_item:nth-child(n+3){
    margin-top: 50px;
}
.contact_info .aqua_btn{
    padding: 8px 24px;
    font-size: 16px;
    line-height: 1.5em;
}
.contact_info .aqua_btn > span{
    margin-right: 8px;
}
/* End Page Contact */


/* Page Price */
.price_top_block{
    padding: 95px 0px 0px;
}
.price_top_block .main_title{
    margin-bottom: 24px;
}
.price_tab{
    margin-bottom: 95px;
}
.price_tab_links{
    border:2px solid #EDFAFD;
    border-radius: 8px;
    margin-bottom: 25px;
}
.price_tab_links a{
    font-size: 16px;
    line-height: 1.5em;
    border-radius: 8px;
    padding: 12px 36px;
    background: #fff;
    color: #5E6A74;
}
.price_tab_links a.active{
    background: #212F36;
    color: #fff;
}
.tab_content{
    display: none;
}
.tab_content.active{
    display: flex;
}
.text_after_tabs{
    font-size: 14px;
    line-height: 1.4em;
    color: #B5C2CD;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.text_after_tabs span{
    color: #FFB703;
}
.tab_content_card{
    width: 592px;
    box-shadow: 0px 8px 32px rgba(0, 194, 227, 0.48);
    border-radius: 32px;
    padding: 48px 60px 45px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.tab_content_card a{
    margin: 30px auto 0px;
}
.tab_content_wrapper{
    position: relative;
}
.tab_content_wrapper:after {
    content: '';
    position: absolute;
    top: 25px;
    bottom: 0px;
    left: -5px;
    width: 630px;
    border: 8px solid #CAF0F8;
    border-radius: 32px;
    transform: rotate(-5deg);
    z-index: -1;
}
.tab_content_title{
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 30px;
    line-height:1.2em;
    margin-bottom: 24px;
}
.left_title{
    font-size: 16px;
    line-height: 1.5em;
}
.left_price{
    font-size: 72px;
    line-height: 1.3em;
}
.tab_content_right_block ul{
    margin: 0px;
    padding-left: 20px;
    min-height: 160px;
}
.tab_content_right_block ul li{
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.tab_content_right_block ul li::marker{
    font-size: 22px;
    color: #11AD87;
    line-height: 1.4em;
}
.price_calculate{
    padding:96px 0px;
    /*margin-bottom: 95px;*/
    background: #212F36;
}
.price_calculate .small_title{
    color: #47DFF9;
}
.price_calculate .big_title{
    margin-left: 0px;
}
.price_calculate_text{
    font-size: 18px;
    line-height: 1.7em;
    color: #EDFAFD;
}

/* End Page Price */

/*Page Writers*/
.writers-adv{
    columns: 2;
}
/*End Page Writers*/

/* Footer */
footer{
    background: #12223F;
    padding: 95px 0px 22px;
}
.footer_title{
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 15px;
    display: block;
}
.footer_contact a{
    font-size: 16px;
    line-height: 1.5em;
    color: #B5C2CD;
    margin-bottom: 8px;
    transition: all 0.2s ease;
}
.footer_contact a:hover{
    color: #fff;
    text-decoration: none;
}
.footer_menu li > a{
    font-size: 18px;
    line-height: 1.7em;
    display: block;
    width: max-content;
    transition: all 0.2s ease;
}
.footer_menu li{
    margin-bottom: 15px;
}
.footer_menu li > a:hover{
    opacity: 0.6;
}
.footer_list_menu li > a{
    font-size: 16px;
    line-height: 1.5em;
    color: #B5C2CD;
    transition: all 0.2s ease;
    text-decoration: none;
}
.footer_list_menu li{
    margin-bottom: 8px;
}
.footer_list_menu a:hover{
    color: #fff;
}
.footer_second_row, .footer_third_row{
    margin-top: 50px;
}
.list_no_title{
    margin-top: 48px;
}
@media(max-width: 767px){
    .list_no_title{
        margin-top: 0;
    }
}
.footer_third_row .footer_title{
    margin-bottom: 25px;
}
.footer_third_row{
    margin-bottom:100px;
}

.accept_first_img{
    width: 168px;
    margin-bottom: 20px;
}
.accept_second_img{
    width: 150px;
}
.secure_first_img{
    width: 200px;
    margin-bottom: 20px;
}
.secure_second_img{
    width: 169px;
    margin-right: 15px;
}
.secure_third_img{
    width: 93px;
}
.footer_mark{
    margin-left: 25px;
}
.footer_mark:first-child{
    margin-left: 0px;
}

footer hr{
    opacity: 0.2;
    margin: 0px;
}

.copyright{
    font-size: 14px;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #B5C2CD;
    padding-top: 20px;
}
/* End Footer */

/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
/* End Animation */



.show_mobile_menu, .close_mobile_menu{
    display: none;
}
.show_mobile_menu.active, .close_mobile_menu.active{
    display: block;
}
.overflow_hidden{
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.mask{
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top:0px;
    background:#fff;
    display: none;
    z-index: 98;
}
.mask.active{
    display: block;
}
.lets_chat{
    position: fixed;
    bottom: 20px;
    left: 35px;
}
.lets_chat_block {
    font-size: 18px;
    line-height: 1.7em;
    padding: 16px 31px 16px 44px;
    color: #fff;
    background: url(../images/bg_chat.svg) no-repeat 100% 100%;
    border-radius: 8px;
    position: relative;
}

.lets_chat_block svg{
    margin-left: 8px;
}
.lets_chat img{
    background: #023E8A;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right:4px;
}

/* Modal */
.mbr_modal {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    outline: 0;
    z-index: 99999;
}
.mbr_modal_dialog{
    margin: auto;
}
.mbr_modal_dialog > div{
    background: #fff;
    border-radius: 32px;
    width: 1008px;
    height: max-content;
    position: relative;

}
.modal_left_item{
    background: #EDFAFD;
    border-radius: 32px;
    padding: 79px 50px;
    position: relative;
}
.modal_left_item:after{
    content: '';
    width: 2px;
    border-right: 2px dashed #CAF0F8;
    position: absolute;
    top: 58px;
    bottom: 58px;
    right: 0px;
}
.modal_right_item{
    padding: 56px 48px;
}
.modal_item_title{
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 30px;
    line-height:1.2em;
    margin-bottom: 16px;
}
.modal_item_text{
    font-size: 16px;
    line-height:1.5em;
    margin-bottom: 36px;
}
.modal_item_text span{
    color: #11AD87;
}
.modal_item_inputs label{
    font-size: 16px;
    line-height:1.5em;
    margin-bottom: 8px;
}
.modal_item_inputs input{
    font-size: 16px;
    line-height:1.5em;
    color: #B5C2CD;
    background: #FFFFFF;
    border: 1px solid #D8E0E5;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 16px;
}
.modal_item_inputs input::placeholder{
    font-size: 16px;
    line-height:1.5em;
    color: #B5C2CD;
}
.modal_item_button button {
    font-size: 18px;
    line-height: 1.7em;
    padding: 12px 36px;
    background: #00C2E3;
    color: #fff;
    border-radius: 8px;
    border: none;
    margin-top: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}
.modal_item_button button:hover{
    background: #46E4FF;
}
.modal_item_button button svg{
    margin-left: 8px;
}
.close_modal{
    position: absolute;
    top: 25px;
    right: 25px;
    background: transparent;
    border: none;
}
.close_modal svg path{
    transition: all 0.2s ease;
}
.close_modal:hover svg path{
    fill: #00C2E3;
}
.mask-modal{
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: #000;
    opacity: 0.5;
    display: none;
    z-index: 9999;
}
.mask-modal.active{
    display: block;
}
/* End Modal */









/*------- Media -------*/
@media (min-width: 576px) {
    .mbr_col-sm-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mbr_col-sm-4{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .mbr_col-sm-auto{
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .mbr_justify-content-sm-center{
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    .mbr_justify-content-sm-start{
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
    }
    .mbr_justify-content-sm-end{
        -ms-flex-pack: end!important;
        justify-content: flex-end!important;
    }
    .mbr_justify-content-sm-between{
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
    }
    .mbr_align-items-sm-center{
        -ms-flex-align: center!important;
        align-items: center!important;
    }
    .mbr_d-sm-flex{
        display: flex!important;
    }
    .mbr_d-sm-block{
        display: block!important;
    }
    .mbr_d-sm-none{
        display: none!important;
    }
}
@media (min-width: 768px) {
    .mbr_col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mbr_col-md-11{
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .mbr_col-md-10{
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .mbr_col-md-8{
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .mbr_col-md-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mbr_col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .mbr_col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .mbr_col-md-auto{
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .mbr_justify-content-md-center{
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    .mbr_justify-content-md-start{
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
    }
    .mbr_justify-content-md-end{
        -ms-flex-pack: end!important;
        justify-content: flex-end!important;
    }
    .mbr_d-md-flex{
        display: flex!important;
    }
    .mbr_d-md-block{
        display: block!important;
    }
    .mbr_d-md-none{
        display: none!important;
    }
}
@media (min-width: 992px) {
    .mbr_col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mbr_col-lg-11{
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .mbr_col-lg-10{
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .mbr_col-lg-8{
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .mbr_col-lg-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mbr_col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .mbr_col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .mbr_col-lg-auto{
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 50%;
    }
    .mbr_justify-content-lg-center{
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    .mbr_justify-content-lg-start{
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
    }
    .mbr_justify-content-lg-end{
        -ms-flex-pack: end!important;
        justify-content: flex-end!important;
    }
    .mbr_d-lg-block{
        display: block!important;
    }
    .mbr_d-lg-none{
        display: none!important;
    }
}

@media (min-width: 1200px) {
    .mbr_col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mbr_col-xl-11{
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .mbr_col-xl-10{
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .mbr_col-xl-8{
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .mbr_col-xl-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mbr_col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .mbr_col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .mbr_col-xl-auto{
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .mbr_justify-content-xl-center{
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    .mbr_justify-content-xl-start{
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
    }
    .mbr_justify-content-xl-end{
        -ms-flex-pack: end!important;
        justify-content: flex-end!important;
    }
    .mbr_d-xl-block{
        display: block!important;
    }
    .mbr_d-xl-none{
        display: none!important;
    }
}
@media (min-width: 576px) {
    .mbr_container {
        max-width: 566px;
    }
}
@media (min-width: 768px) {
    .mbr_container {
        max-width: 758px;
    }
}
@media (min-width: 992px) {
    .mbr_container {
        max-width: 982px;
    }
}
@media (min-width: 1200px) {
    .mbr_container {
        max-width: 1190px;
    }
}
@media (min-width: 1470px) {
    .mbr_container {
        max-width: 1216px;
    }
}

@media (max-width: 1800px ){
    .main_banner{
        background-position-x: 0%, 55%, 98%;
        background-position-y: 45%, 95%, 12%;
        background-size: 200px,200px,100px;
    }
}
@media (max-width: 1600px ){
    .main_banner{
        background-size: 150px,200px,100px;
    }
}
@media (max-width: 1469px ){
    .main_banner {
        background-position-x: 0%, 55%, 98%;
        background-position-y: 4%, 92%, 12%;
    }

    .banner_title {
        margin-bottom: 30px;
    }
    .advantages_icon svg{
        min-width: 65px;
        min-height: 64px;
        max-width: 65px;
        max-height: 64px;
    }
    .advantages_icon {
        right: -15px;
        top: -30px;
    }
    .advantages_small_images > img{
        width: 90px;
    }
    .advantages_small_images {
        right: -15px;
    }
    .banner_title .typing_text {
        display: block;
        height: 180px;
    }
}

@media (max-width: 1199px ){
    .banner_title .typing_text {
        height: 65px;
    }
    .show_mobile_menu, .close_mobile_menu{
        border: none;
        background: transparent;
        cursor: pointer;
        padding: 5px;
        width: 42px;
        margin-left: 30px;
    }
    .menu {
        padding: 16px 0px;
        height: auto !important;
    }
    .menu .menu-fix.fixed{
        padding: 16px 0px;
    }
    .menu_fixed{
        position: fixed;
        top: 120px;
        right: -9999px;
        bottom: 0px;
        width: 435px;
        display: block;
        background: #fff;
        padding: 65px;
        overflow-y: auto;
    }
    .menu-fix.fixed .menu_fixed{
        top: 80px;
    }
    .menu_fixed.active{
        right: 0px;
        overflow-x: hidden;
    }
    .menu_list{
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .menu_item_link {
        font-size: 20px;
        line-height: 1.6em;
        color: #212F36;
        font-family: 'Archivo', Arial, sans-serif;
    }
    .menu_list_item{
        margin: 0px 0px 32px;
    }
    .main_banner {
        height: inherit;
        padding: 64px 0px;
        margin-bottom: 0px;
        background-position-x: 10%, 93%, 98%;
        background-position-y: 40%, 80%, 12%;
        background-size: 150px,145px,0px;
    }
    .banner_title {
        font-size: 48px;
        padding-right: 0px;
        margin-bottom: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .banner_small_info {
        padding: 10px;
        /* width: auto; */
        margin:0px auto 40px;
    }
    .banner_text {
        margin: auto;
        text-align: center;
    }
    .calc{
        position: relative;
        top: inherit;
        right: inherit;
        margin: 50px auto 0px;
    }
    .statistic, .benefit, .features, .advantages, .testimonials, .faq{
        padding: 65px 0px;
    }
    .we_work {
        padding: 65px 0px 0px 0px;
    }
    .big_title{
        font-size: 30px;
    }
    .work_slider_item_block {
        padding: 110px 35px 144px 25px;
    }
    .wort_slider_item_title {
        font-size: 30px;
    }
    .wort_slider_item_text {
        font-size: 16px;
    }
    .slick-slide img {
        height: 430px;
        width: 430px;
    }
    .we_work .pagingInfo {
        top: 64px;
        left: 40px;
    }
    .we_work .slick-dots {
        bottom: 65px;
        left: 20px;
    }
    .free_features_block {
        padding: 12px 25px;
        font-size: 24px;
        top: -35px;
    }
    .features_block {
        border-radius: 32px;
        padding: 65px 25px 65px 25px;
        position: relative;
    }
    .advantages .big_title {
        margin-bottom: 30px;
    }
    .advantages_item_title {
        font-size: 24px;
    }
    .advantages_item_text {
        font-size: 16px;
        height: 80px;
    }
    .banner_order_title {
        font-size: 30px;
        line-height: 1.33em;
    }
    .main .banner_order_title {
        font-size: 20px;
    }
    .banner_order {
        padding: 25px 30px;
    }
    .banner_order_text {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .testimonials_item {
        padding: 0px 15px;
        margin-bottom: 25px;
        margin-left: auto;
        margin-right: auto;
    }
    .testimonials_item_title {
        font-size: 16px;
    }
    .testimonials_item_star svg{
        width: 100px;
    }
    .testimonials_slider {
        margin-top: 30px;
    }
    .button_view_testimonials {
        margin-top: 20px;
    }
    .testimonials_slider .next{
        top: inherit;
        right: 15px;
        bottom: -72px;
        z-index: 9;
    }
    .testimonials_slider .prev{
        top: inherit;
        left: inherit;
        bottom: -72px;
        right: 90px;
        z-index: 9;
    }
    .footer_logo{
        margin-bottom: 25px;
    }
    .footer_mark{
        margin-top: 30px;
    }
    .footer_third_row {
        margin-bottom: 64px;
    }

    /* Media Page Error */
    .page_error {
        padding: 65px 0px;
    }
    /* End Media Page Error */

    /* Media Page Contact */
    .contact_us{
        padding: 65px 0px;
    }
    .main_title {
        font-size: 30px;
        margin-bottom: 16px;
    }
    .contact_us_small_text {
        margin-bottom: 32px;
    }
    /* End Media Page Contact */

    /* Media Page Privacy Police */
    .page_seo_text {
        padding: 65px 0px;
    }
    /* End Media Page Privacy Police */

    /* Media Page About US */
    .about_us_top_block, .about_us_values{
        padding: 65px 0px;
    }
    .values_title {
        font-size: 24px;
    }
    .values_text {
        font-size: 16px;
    }
    /* End Media Page About US */

    /* Media Page Price */
    .small_title {
        text-align: center;
    }
    .price_calculate .big_title {
        margin: 0px auto 32px;
        text-align: center;
    }
    .price_calculate_text{
        text-align: center;
        margin-bottom: 32px;
    }
    .price_calculate {
        padding: 65px 0px;
        margin-bottom: 20px;
        background: #212F36;
    }
    .features_total {
        margin-top: 30px;
    }
    .price_top_block {
        padding: 65px 0px 0px;
    }
    /* End Media Page Price */

    /* Modal */
    .modal_left_item {
        padding: 60px 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .modal_right_item {
        padding: 50px 40px;
    }
    .modal_left_item img{
        width: 300px;
    }
    .mbr_modal_dialog > div {
        width: 860px;

    }
    /* End Modal */
    .testimonials_slider_wrapper_item .slider_item_info_star ul li img {
        width: initial !important;
        height: initial !important;
    }
}
@media (max-width: 991px ){
    .banner_title .typing_text {
        height: 130px;
    }
    .main_banner {
        background-position-x: 5%, 94%, 98%;
        background-position-y: 40%, 83%, 12%;
        background-size: 100px,100px,0px;
    }
    .big_title {
        max-width: 100%;
    }
    .slick-slide img {
        height: 352px;
        width: 360px;
        border-radius: 32px;
    }
    .work_slider_item_block {
        padding: 110px 10px 144px 25px;
    }
    .features_name {
        font-size: 14px;
        min-height: 45px;
    }
    .features_status {
        font-size: 24px;
    }
    .features_total_title {
        font-size: 24px;
    }
    .features_total {
        margin-top: 25px;
    }
    .advantages_items {
        padding-right: 15px;
    }
    .advantages_small_images > img {
        width: inherit;
    }
    .advantages_small_images {
        right: -55px;
    }
    .advantages_icon svg {
        min-width: 73px;
        min-height: 72px;
        max-width: 73px;
        max-height: 72px;
    }
    .advantages_icon {
        right: -25px;
        top: -35px;
    }
    .advantages_images{
        margin-top: 30px;
    }
    .advantages{
        padding-bottom: 135px;
    }
    .banner_order_text {
        max-width: 75%;
    }
    .banner_order img, .page_banner_order img{
        max-width: 300px;
    }
    .testimonials_item_star svg {
        width: 96px;
    }
    .testimonials_item_value {
        font-size: 30px;
        margin-left: 10px;
    }
    .testimonials_item_title {
        margin-left: 8px;
    }
    .testimonials_item_star {
        margin-left: 8px;
    }
    .testimonials_slider_wrapper_item {
        padding: 25px;
    }
    .footer_second_row, .footer_third_row {
        margin-top: 30px;
    }
    .footer_third_row .footer_title {
        margin-bottom: 20px;
    }

    /* Media Page Error */
    .error_title {
        font-size: 30px;
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .page_error_number_error svg{
        max-width: 470px;
        height: auto;
    }
    .aqua_btn {
        font-size: 16px;
    }
    .green_btn {
        font-size: 16px;
    }
    /* End Media Page Error */


    /* Media Page Contact */
    .page_banner_order {
        padding: 25px 40px;
    }
    .block_contact {
        padding: 64px 32px;
    }
    .contact_item:nth-child(n+3) {
        margin-top: 30px;
    }
    /* Media Page Contact */

    /* Media Page About US */
    .values_item:nth-child(n+3) {
        margin-top: 48px;
    }
    /* End Media Page About US */

    /* Media Page Price */
    .price_top_block .main_title {
        margin-bottom: 16px;
    }
    .calc_page_price{
        margin: 0px;
    }
    /* End Media Page Price */


    /* Modal */
    .modal_left_item {
        display: none;
    }
    .mbr_modal_dialog > div {
        width: max-content;
    }
    /* End Modal */

}
@media (max-width: 767px){
    .menu_fixed{
        width: 100%;
    }
    .menu_list_item{
        margin-bottom: 22px;
    }
    .banner_title .typing_text {
        height: 35px;
    }
    .main_banner {
        height: inherit;
        background: none;
        margin-bottom:0px;
        padding: 64px 0px;
    }
    .banner_title {
        font-size: 30px;
        padding-right: 0px;
        margin-bottom: 25px;
        display: flex;
    }
    .banner_small_info {
        padding: 10px;
        font-size: 16px;
    }
    .small_info_number {
        font-size: 24px;
    }
    .banner_text {
        font-size: 16px;
        width: 100%;
    }
    .calc {
        margin: 50px auto 0px;
    }
    .big_title {
        font-size: 24px;
        margin: 0px auto 25px auto;
    }
    .statistic_number {
        font-size: 30px;
        margin-bottom: 8px;
    }
    .statistic_number_text {
        font-size: 16px;
    }
    .benefit_number {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .benefit_number_text {
        font-size: 16px;
    }
    .benefit_icon svg{
        width: 30px;
    }
    .benefit_icon {
        width: 50px;
        height: 50px;
        margin: 0px auto 10px auto;
    }
    .wort_slider_item > div{
        height: 100%;
        flex-direction: column;
    }
    .work_slider_item_image{
        margin: 0px 0px 0px auto;
    }
    .work_slider_item_block {
        padding: 110px 10px 68px 25px;
    }
    .we_work .slick-dots {
        top: 290px;
        bottom: inherit;
        transition: all 0.2s ease;
    }
    .features_block {
        padding: 48px 15px 48px 15px;
    }
    .free_features_block {
        padding: 9px 18px;
        font-size: 20px;
        top: -25px;
        left: 15px;
    }
    .features_total_title {
        font-size: 20px;
    }
    .green_btn {
        font-size: 16px;
    }
    .banner_order .green_btn{
        margin-bottom: 30px;
    }
    .testimonials_item:nth-child(n+3){
        margin-top: 30px;
    }
    .writers-adv{
        columns: unset;
    }
    .footer_menu{
        display: flex;
    }
    .footer_menu li{
        margin-right: 40px;
    }
    .footer_menu li:last-child{
        margin-right: 0px;
    }
    .legal_info{
        margin-top: 35px;
    }
    .footer_third_row{
        margin-top: 50px;
    }
    .footer_secured{
        margin-top: 50px;
    }
    .footer_logo {
        margin-bottom: 35px;
    }
    .footer_menu li {
        margin-bottom: 35px;
    }
    footer {
        padding: 65px 0px 22px;
    }
    /* Media Page Contact */
    .block_contact {
        padding: 25px 25px;
    }
    .contact_item:nth-child(n+2) {
        margin-top: 30px;
    }
    .contact_title_text {
        font-size: 20px;
    }
    .contact_info_link {
        font-size: 16px;
    }
    .page_banner_order {
        padding: 32px 20px;
    }
    .page_banner_order .green_btn{
        margin-bottom: 32px;
    }
    /* Media Page Contact */

    /* Media Page Price */
    .tab_content_title {
        font-size: 24px;
    }
    .tab_content_wrapper{
        width: 100%;
    }
    .tab_content_card {
        width: 100%;
        padding: 25px;
    }
    .tab_content_wrapper:after {
        display: none;
    }
    .price_tab_links a {
        text-align: center;
    }
    .text_after_tabs {
        font-size: 14px;
        margin-bottom: 32px;
    }
    .left_price {
        font-size: 50px;
        margin-top: 15px;
    }
    /* End Media Page Price */


    .wort_slider_item_text {
        height: 80px;
    }
    .mbr_modal_dialog > div {
        margin: 1.75rem auto;
    }

    .writers-pg__img,
    .writers__img {
        width: 64px !important;
        height: 64px !important;
    }
}

@media (max-width: 575px){
    .banner_title .typing_text {
        height: 75px;
    }
    .logo{
        width: 202px;
    }
    .menu {
        padding: 10px 0px;
    }
    .menu_fixed{
        display: flex;
        flex-direction: column;
        width: 100%;
        right: -100%;
    }
    .menu .menu-fix.fixed {
        padding: 10px 0px;
    }
    .close_mobile_menu svg{
        width: 32px;
        height: 32px;
    }
    .banner_title {
        text-align: center;
        flex-direction: column;
        line-height: 1.2;
    }
    .banner_title .typing_text {
        margin: 0 auto 0px auto;
    }
    .banner_small_info {
        width: 100%;
    }
    .show_mobile_menu, .close_mobile_menu {
        margin-left: 0px;
    }
    .calc {
        width: 100%;
        padding: 32px 15px;
    }
    .calc_item-wrapper select{
        width: 100%;
    }
    .calc_item-wrapper {
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        flex-direction: column;
    }
    .calc_item-wrapper .wrapper_select{
        width: 100%;
    }
    .calc .list-calc {
        margin-top: 16px;
    }
    .calc_block_col label{
        margin-bottom: 8px;
    }
    .calc_block_price{
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .calc_button_order a{
        width: 100%;
    }
    .statistic_item:nth-child(n+2){
        margin-top: 30px;
    }
    .benefit_item:nth-child(n+3) {
        margin-top: 30px;
    }
    .we_work .slick-dots {
        left: 10px;
        top: 260px;
    }
    .slick-slide img {
        height: 100%;
        width: 100%;
    }
    .work_slider_item_block {
        padding: 75px 15px 50px 15px;
    }
    .we_work .pagingInfo {
        top: 32px;
        left: 30px;
    }
    .wort_slider_item_title {
        font-size: 24px;
    }
    .features_item{
        flex-direction: column;
        margin-bottom: 15px;
    }
    .features_name {
        max-width: 100%;
        min-height: 22px;
    }
    .features_total{
        flex-direction: column;
        margin-top: 0px;
    }
    .features_total_title {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 24px;
    }
    .advantages_item {
        max-width: 100%;
        margin-bottom: 25px;
        padding-right: 0px!important;
    }
    .advantages_item_text {
        height: inherit;
    }
    .advantages_main_image img {
        width: 230px;
        margin-left: 15px;
    }
    .advantages_icon svg {
        min-width: 44px;
        min-height: 44px;
        max-width: 44px;
        max-height: 44px;
    }
    .advantages_icon {
        right: -15px;
        top: -30px;
    }
    .advantages_small_images > img {
        width: 60px;
    }
    .advantages_small_images {
        right: -35px;
        bottom: -25px;
    }
    .advantages {
        padding-bottom: 96px;
    }
    .banner_order_text {
        max-width: 100%;
    }
    .banner_order {
        padding: 30px 15px;
    }
    .banner_order .green_btn{
        width: 100%;
    }
    .banner_order img {
        max-width: 260px;
    }
    .testimonials_item:nth-child(n+2) {
        margin-top: 16px;
    }
    .slick-slide {
        padding: 10px;
    }
    .testimonials_slider_wrapper_item {
        padding: 20px 15px;
    }
    .slider_item {
        flex-direction: column;
        align-items: flex-end;
    }
    .slider_item_info{
        order: 2;
        width: 100%;
    }
    .slider_item_verified {
        order: 1;
        width: max-content;
        margin-bottom: 15px;
    }
    .slider_item_info_title {
        font-size: 14px;
    }

    .slider_item_info > svg{
        width: 64px;
        height: 64px;
    }
    .slider_item_info_star  svg{
        width: 96px;
    }
    .button_view_testimonials {
        margin-top: 70px;
    }
    .testimonials_slider .next {
        right: calc(50% - 63px);
        bottom: -55px;
    }
    .testimonials_slider .prev {
        bottom: -55px;
        left: calc(50% - 63px);
        right: inherit;
    }
    .accordion-list .accordion_block h3 {
        font-size: 16px;
        padding-right: 35px;
    }
    .accordion-list .accordion_block div.answer p{
        font-size: 16px;
    }
    .accordion-list .accordion_block {
        padding: 12px 15px;
    }
    .footer_mark{
        width: 56px;
        height: 56px;
        margin-left: 15px;
    }
    .footer_list_menu li > a {
        font-size: 14px;
    }
    .footer_title {
        font-size: 14px;
    }

    /* Media Page Error */
    .page_error_number_error svg {
        max-width: 290px;
    }
    .error_title {
        font-size: 20px;
        margin-top: 32px;
        margin-bottom: 48px;
    }
    .error_buttons{
        width: 100%;
        flex-wrap: wrap;
    }
    .error_buttons > a {
        width: 100%;
    }
    .error_buttons a:first-child {
        margin-right: 0px;
        margin-bottom:16px;
    }
    /* End Media Page Error */

    /* Media Page Contact */
    .contact_title{
        flex-direction: column;
    }
    .contact_title svg{
        margin-bottom: 4px;
    }
    .contact_info {
        margin-left: 0px;
    }
    .page_banner_order img {
        max-width: 260px;
    }
    .page_banner_order .green_btn {
        width: 100%;
    }
    /* Media Page Contact */

    /* Media Page About US */
    .values_item:nth-child(n+2) {
        margin-top: 24px;
    }
    /* End Media Page About US */

    /* Media Page Price */
    .price_tab_links a {
        padding: 12px 15px;
    }
    .text_after_tabs {
        text-align: center;
    }
    .tab_content_left_block{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .left_price {
        font-size: 30px;
        margin-top: 0px;
    }
    .tab_content_right_block{
        margin-top: 15px;
    }
    .tab_content_card .green_btn{
        width: 100%;
    }
    .price_tab{
        padding-bottom: 65px;
    }
    .calc_page_price{
        margin-top: 0px;
    }
    .button_view_testimonials .aqua_btn{
        width: 100%;
    }
    .features_item:last-child {
        margin-bottom: 15px;
    }
    .calc_col {
        width: 100%;
        margin: auto;
    }
    /* End Media Page Price */
    /* Modal */
    .modal_left_item {
        display: none;
    }
    .mbr_modal_dialog > div {
        width: 320px;
    }
    .modal_right_item {
        padding: 50px 20px;
    }
    .close_modal {
        top: 20px;
        right: 15px;
    }
    .modal_item_title {
        font-size: 24px;
    }
    /* End Modal */
    .top_line_wrapper svg{
        width: 35px;
        height: 35px;
    }
    .top_line_text {
        padding-right: 20px;
    }
    .lets_chat_block svg{
        display: none;
    }
    .lets_chat {
        left: 15px;
    }
    .lets_chat a{
        align-items: center;
    }
    .lets_chat img {
        z-index: 3;
        position: relative;
        width: 50px;
        height: 50px;
    }
    .lets_chat_block {
        font-size: 16px;
        width: 162px;
        height: 55px;
        background-size: contain;
        padding: 0px 0px 0px 55px;
        margin-left: -50px;
        z-index: 2;
    }
    .wort_slider_item_text {
        height: 100px;
    }
}
@media (max-width: 400px) {
    .we_work .slick-dots {
        left: 10px;
        top: 290px;
    }
}

@media (max-width: 340px){
    .slick-slide img{
        height: 75%;
    }
}

.underline {
    text-decoration: underline;
}
.terms-addr:after{
    content: 'which is owned by DDW Corp. Limited, an officially registered company that works according to the laws of Cyprus and is located at Kastellorizou, 3A, Aglantzia, Nicosia, 2108, Cyprus.';
}
@media(max-width: 1280px){
    .menu_list_item.menu-item-has-children{
        text-align: center;
    }
}
.hiw-pg__subttl{
    text-align: center;
}
.content ul.hiw-list__list{
    padding: 0 100px;
}
.hiw-list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}
.content ul > li.hiw-list__item{
    margin-bottom: 30px;
}
.content ul > li.hiw-list__item:last-child{
    margin-bottom: 0;
}
.hiw-list__item:nth-child(2n+1) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.hiw-list__wrap {
    width: 50%;
    max-width: 500px;
}
.hiw-list__img{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.hiw-list__item:nth-child(2n+1) .hiw-list__img{
    justify-content: flex-start;
}
.hiw-list__img img{
    height: 320px;
}
.hiw-list__title-num{
    background: #00C2E3;
    width: 56px;
    height: 56px;
    display: inline-block;
    margin-right: 16px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    font-weight: 700;
    font-size: 30px;
}
.hiw-list__title {
    color: #5E6A74;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 20px;
    display: block;
}
.hiw-list__description {
    color: #5E6A74;
    font-size: 16px;
    font-weight: 400;
    margin:0;
    position: relative;
    background: #F8FDFF;
    padding: 30px;
}
.hiw-list__description:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #FFB703;
    border-radius: 4px;
}
.hiw-list__title + .hiw-list__description {
    margin-top: 10px;
}
@media(max-width: 1024px){
    .content ul.hiw-list__list{
        padding: 0;
    }
}
@media(max-width: 991px){
    .hiw-list__wrap {
        max-width: 400px;
    }
}
@media(max-width: 767px){
    .hiw-list__item{
        flex-direction: column;
    }
    .hiw-list__item:nth-child(2n+1){
        flex-direction: column;
    }
    .hiw-list__wrap{
        width: 100%;
    }
    .hiw-list__img{
        width: 100%;
        justify-content: center!important;
    }
    .hiw-list__img img{
        height: 250px;
    }
    .footer_menu{
        flex-direction: column;
    }
    .footer_menu li{
        margin: 0 0 20px;
    }
}

.blog__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 0;
}

.blog__item {
    display: flex;
    flex-direction: column;
    margin: 0 0 50px 0;
}

.blog__link {
    display: inline-block;
    line-height: 0;
}

.blog__img {
    width: 100%;
}

@media(max-width: 767px){
    .blog__img {
        margin: 0 auto;
        display: block;
    }

    .empty .blog__img {
        display: none;
    }

    .empty .card-title {
        margin-top: 0;
    }
}

.blog__text {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog__more {
    margin-top: auto;
}

.blog__more {
    color: #00C2E3;
    transition: .3s;
}

.blog__more:hover {
    color: #46E4FF;
    text-decoration: underline;
}

.featured-image {
    margin-bottom: 1em;
}

@media (max-width: 767px ){
    .featured-image {
        width: 100%;
    }
}

.cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 32px 0;
    padding: 32px;
    background-color: #212F36;
    border-radius: 16px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .cta {
        flex-direction: column;
    }
}

.cta__left {
    padding: 0 75px 0 0;
}

@media only screen and (max-width: 767px) {
    .cta__left {
        padding: 0;
    }
}

.cta__text {
    font-family: 'Archivo';
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    margin: 0 0 24px;
}

@media only screen and (max-width: 767px) {
    .cta__text {
        text-align: center;
    }
}

.cta__color {
    color: #00c2e3;
}

.cta__icon {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 60px;
}

@media only screen and (max-width: 767px) {
    .cta__icon {
        top: -12px;
        right: -12px;
        width: 56px;
    }
}

.cta__right {
    flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
    .cta__right {
        margin: 32px 0 0;
    }
}

.cta__btn {
    display: block;
    width: 100%;
    background: #FFB703;
    border-radius: 8px;
    padding: 12px 36px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none !important;
    color: #FFFFFF !important;
    transition: all 0.2s ease-in-out;
}

.cta__btn:hover {
    background: #FFD11D;
}

.cta__stars {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .cta__stars {
        justify-content: center;
    }
}

.cta__stars span {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.cta__stars span + span {
    margin: 0 0 0 3px;
}

.star100 {
    background-image: url(../images/star100.svg);
}

.star0 {
    background-image: url(../images/star0.svg);
}

.star25 {
    background-image: url(../images/star25.svg);
}

.star50 {
    background-image: url(../images/star50.svg);
}

.star75 {
    background-image: url(../images/star75.svg);
}
#calc1:hover,#calc2:hover,#calc3:hover,#calc4:hover {border-color: #5376B8;}
#calc1,#calc2,#calc3,#calc4 {transition: border-color ease-in-out .15s;}

.cta-seo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #023E8A;
    margin: 32px 0;
    padding: 32px;
    border-radius: 16px;
}

@media (max-width: 767px) {
    .cta-seo {
        margin: 16px 0;
        padding: 16px;
        flex-direction: column;
    }
}

.cta-seo__left {
    margin: 0 32px 0 0;
}

@media (max-width: 767px) {
    .cta-seo__left {
        margin: 0;
    }
}

.cta-seo__text1 {
    font-family: 'Archivo';
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    margin: 0 0 32px;
}

@media (max-width: 767px) {
    .cta-seo__text1 {
        margin: 0 0 16px;
        text-align: center;
    }
}

.cta-seo__text2 {
    font-family: 'Archivo';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    margin: 0;
}

@media (max-width: 767px) {
    .cta-seo__text2 {
        margin: 0 0 16px;
        text-align: center;
    }
}

.features-service {
    padding: 95px 0;
}

@media (max-width: 767px) {
    .features-service {
        padding: 0 0 95px;
    }
}

.features-service__items {
    justify-content: space-between;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 767px) {
    .features-service__items {
        flex-direction: column;
    }
}

.columns_title {
    font-weight: bold;
    margin: 0 0 15px 0;
}

@media (max-width: 767px) {
    .columns_title {
        text-align: center;
    }

    .columns_title_empty {
        display: none;
    }
}

.columns_link {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

@media (max-width: 767px) {
    .columns_link {
        justify-content: center;
    }
}

.columns_link:before {
    content: '>';
    width: 20px;
}

.order_button {
    margin: 30px 0 0 0;
    text-align: center;
}

.order_button a {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 600;
    color: #fff;
    padding: 9px 36px;
    background: #00C2E3;
    border-radius: 8px;
    border: none;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.order_button a:hover {
    background: #46E4FF;
}

/* Start Projects types block */
.projects_types {
    /* padding-top: 96px;
    padding-bottom: 56px; */
}
.projects_types_subtitle {
    margin-bottom: 70px;
    font-size: 18px;
    line-height: 1.7em;
    color: #5E6A74;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.projects_types_wrapper {
    column-count: 4;
}
.projects_item {
 text-align: center;
 margin-bottom: 46px;
}
.projects_item > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    max-width: 80px;
    min-height: 80px;
}

.projects_item_text {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #212F36;
}

@media (max-width: 1199px) {
    .projects_types_subtitle {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .projects_types_wrapper {
        column-count: 2;
    }
    .projects_item_text {
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .projects_types_wrapper {
        column-count: 3;
    }
}
/* End Projects types block */