.btn-el {
    display: inline-block;
    padding: 0 16px;
    background: #4070f4;
    border-radius: 5px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.btn-el span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 36px;
    font-family: "Gilroy Bold";
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0 !important;
    color: #fff;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.btn-el:hover {
    background: #24bc94
}

.btn-el_big {
    padding: 0 52px
}

.btn-el_big span {
    min-height: 48px;
    font-size: 18px;
    line-height: 18px
}

.btn-el__green {
    background-color: #24bc94
}

.btn-el__green:hover {
    background-color: #4070f4
}

.btn-el__orange {
    background-color: #fb0
}

.btn-el__orange span {
    color: #fff
}

.btn-el__orange:hover {
    background-color: #0c152e
}

.btn-el__white {
    background-color: #fff
}

.btn-el__white span {
    color: #4070f4
}

.btn-el__white:hover {
    background-color: #24bc94
}

.btn-el__white:hover span {
    color: #fff
}

.btn-el__white_green span {
    color: #24bc94
}

.btn-el__white_green:hover {
    background-color: #0c152e
}

.btn-el__white_green:hover span {
    color: #fff
}

.btn-el_arrow {
    padding: 0 20px;
    min-width: 200px
}

.btn-el_arrow span {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.btn-el-border {
    display: inline-block;
    padding: 0 15px;
    background: 0 0;
    border: 2px solid #0c152e;
    border-radius: 5px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

@media (max-width: 1050px) {
    .btn-el-border {
        padding: 0 10px
    }
}

.btn-el-border span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 35px;
    font-family: "Open Sans Bold";
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #0c152e;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

@media (max-width: 1050px) {
    .btn-el-border span {
        min-height: 21px;
        font-size: 10px;
        line-height: 10px
    }
}

.btn-el-border:hover {
    background-color: #0c152e !important
}

.btn-el-border:hover span {
    color: #fff !important
}

.btn-el-border_white {
    border: 2px solid #fff !important
}

.btn-el-border_white span {
    color: #fff !important
}

.btn-el-border_white:hover {
    background-color: #fff !important
}

.btn-el-border_white:hover span {
    color: #24bc94 !important
}

.custom-select {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 302px;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 16px;
    color: #0c152e
}

.custom-select select, .custom-select wtf {
    display: none
}

.select-selected:after {
    content: "";
    position: absolute;
    top: calc(50% - 4.5px);
    right: 18px;
    width: 16px;
    height: 9px;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.select-selected.select-arrow-active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select-items div, .select-selected {
    cursor: pointer;
    padding: 3px 34px 3px 18px;
    min-height: 48px;
    background: #f6f8fa;
    border-radius: 4px;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #0c152e;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.select-items div:not(:last-child) {
    margin: 3px 0
}

.select-items {
    position: absolute !important;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.select-items::-webkit-scrollbar {
    width: 0
}

.select-items::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none
}

.select-items::-webkit-scrollbar-thumb {
    background-color: transparent;
    outline: 0
}

.select-hide.select-items {
    opacity: 0;
    visibility: hidden;
    z-index: 0
}

.select-items:not(.select-hide) {
    z-index: 5
}

.same-as-selected, .select-items div:hover {
    background-color: #4070f4;
    color: #fff
}

.select-row {
    position: relative;
    z-index: 3
}

.select-row.open {
    z-index: 5
}

.select-row:not(:last-child) {
    margin-bottom: 16px
}

@media only screen and (max-width: 1600px) {
    .select-row:not(:last-child) {
        margin-bottom: 6px
    }
}

.select-row__title {
    position: relative;
    z-index: 3;
    margin-bottom: 6px;
    font-family: "Gilroy Medium";
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .02em;
    color: #636979
}

.select-row-val-nums {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.select-row-val p {
    margin-right: 5px;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .02em;
    color: #0c152e
}

.select-row-val {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.select-row-val a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.select-row-val a svg path {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.select-row-val a:hover svg path {
    fill: #24bc94 !important
}

.select-row-val input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 18px;
    max-width: 96px;
    min-width: 96px;
    height: 48px;
    border: 1px solid #ffffff;
    background: 0 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #8a8f9f;
    background: #f6f8fa;
    border-radius: 4px
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    -webkit-transition: .1s ease;
    -o-transition: .1s ease;
    transition: .1s ease
}

.header.header-green:not(.fixed):not(.open) {
    background: #24bc94
}

.header.header-green:not(.fixed):not(.open) .header__content nav a, .header.header-green:not(.fixed):not(.open) .header__content nav a.sign-link {
    color: #fff
}

.header.header-green:not(.fixed):not(.open) .header__content nav a.sign-link:hover {
    color: #0c152e
}

.header.header-green:not(.fixed):not(.open) .tel-trigger svg path {
    fill: #fff
}

.header.header-green:not(.fixed):not(.open) .tel-trigger .tel-trigger__title {
    color: #fff
}

.header.header-green:not(.fixed):not(.open) .tel-trigger:hover svg path {
    fill: #0c152e
}

.header.header-green:not(.fixed):not(.open) .tel-trigger:hover .tel-trigger__title {
    color: #0c152e
}

.header.header-green:not(.fixed):not(.open) .menu-trigger span {
    background-color: #fff
}

.header.header-green:not(.fixed):not(.open) .logo-fixed {
    opacity: 1;
    visibility: hidden
}

.header.header-green:not(.fixed):not(.open) .btn-el {
    background-color: #fff
}

.header.header-green:not(.fixed):not(.open) .btn-el span {
    color: #4070f4
}

.header.header-green:not(.fixed):not(.open) .btn-el:hover {
    background-color: #0c152e
}

.header.header-green:not(.fixed):not(.open) .btn-el:hover span {
    color: #fff
}

.header-dis {
    position: relative;
    padding: 8px 0;
    background-color: #0c152e
}

.header-dis__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .writer-slide .writer-text {
        min-height: 220px !important
    }

    .writer-slide .writer-skills {
        min-height: 60px !important
    }

    .header-dis__row {
        padding: 0 40px
    }
}

.header-dis__row p {
    font-family: "Gilroy Bold";
    font-size: 16px;
    line-height: 16px;
    color: #fff
}

@media (max-width: 767px) {
    .header-dis__row p {
        font-size: 0;
        line-height: 0
    }
}

.header-dis__row p span {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .header-dis__row p span {
        font-size: 16px;
        line-height: 16px
    }
}

.header-dis__row a, .header-dis__row div {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 80px;
    max-width: 80px;
    height: 32px;
    margin-left: 16px;
    font-family: "Gilroy Bold";
    font-size: 16px;
    line-height: 16px;
    color: #fff !important;
    background: #fb0;
    border-radius: 4px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.header-dis__row a:hover, .header-dis__row div:hover {
    background-color: #24bc94
}

.header-dis__close {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px
}

.header-dis__close img {
    max-width: 100%
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 25px -10px #0c152e;
    box-shadow: 0 0 25px -10px #0c152e
}

.header__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 0
}

.header__content .logo {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 114px
}

@media (max-width: 1050px) {
    .header__content .logo {
        max-width: 160px;
        padding-right: 44px
    }
}

@media (max-width: 767px) {
    .header__content .logo {
        max-width: 114px;
        padding-right: 0
    }
}

.header__content .logo img {
    width: 100%;
    max-width: 100%
}

.header__content .logo-fixed {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    max-width: 114px !important
}

@media (max-width: 1050px) {
    .header__content .tel-trigger {
        position: static
    }
}

@media (max-width: 1050px) {
    .header__content .tel-trigger {
        display: none
    }
}

.header__content nav .header-dis {
    display: none
}

@media (max-width: 1050px) {
    .header__content nav .header-dis {
        display: block;
        width: calc(100% + 30px);
        margin-left: -15px
    }
}

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

@media (max-width: 1050px) {
    .header__content nav .nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        overflow-y: scroll;
        padding-bottom: 100px
    }

    .header__content nav .nav-list .btn-el {
        display: none !important
    }
}

.header__content nav .nav-hidden {
    display: none
}

@media (max-width: 1050px) {
    .header__content nav .nav-hidden {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 64px;
        padding-top: 23px
    }

    .header__content nav .nav-hidden .logo {
        margin-bottom: 0 !important
    }

    .header__content nav .nav-hidden .btn-el, .header__content nav .nav-hidden .tel-trigger {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin: 0 !important
    }

    .header__content nav .nav-hidden .btn-el {
        margin-top: -3px !important;
        margin-right: 24px !important
    }
}

@media (max-width: 767px) {
    .header__content nav .nav-hidden .tel-trigger {
        display: none !important
    }
}

@media (max-width: 1050px) {
    .header__content nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 100vh;
        padding: 0 15px 15px;
        background-color: #fff;
        visibility: hidden;
        overflow: hidden;
        opacity: 0;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease
    }

    .header__content nav > .btn-el {
        display: none !important
    }
}

.header__content nav a:not(.menu-trigger) {
    position: relative;
    display: block;
    font-family: "Gilroy Bold";
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .02em;
    color: #0c152e;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

@media (max-width: 1050px) {
    .header__content nav a:not(.menu-trigger) {
        z-index: 0
    }
}

.header__content nav a:not(.menu-trigger):not(.btn-el):before {
    content: "";
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: #fb0;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.header__content nav a:not(.menu-trigger).active::before, .header__content nav a:not(.menu-trigger):hover::before {
    opacity: 1;
    visibility: visible
}

.header__content nav a:not(.menu-trigger):not(:last-child) {
    margin-right: 23px
}

@media (max-width: 1050px) {
    .header__content nav a:not(.menu-trigger):not(:last-child) {
        margin: 0 0 36px
    }
}

.header__content nav a:not(.menu-trigger).btn-el {
    margin-right: 0 !important
}

@media (max-width: 1050px) {
    .header__content nav a:not(.menu-trigger).btn-el {
        margin-right: 24px !important
    }
}

.header__content nav a:not(.menu-trigger).sign-link {
    color: #4070f4
}

.header__content nav a:not(.menu-trigger).sign-link::before {
    display: none
}

.header__content nav a:not(.menu-trigger).sign-link:hover {
    color: #24bc94
}

.header__content nav a:not(.menu-trigger).tel-trigger {
    display: none
}

@media (max-width: 767px) {
    .header__content nav a:not(.menu-trigger).tel-trigger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .header__content nav a:not(.menu-trigger).tel-trigger::before {
        display: none
    }
}

.header-btn {
    display: none
}

@media (max-width: 1050px) {
    .header-btn {
        display: block;
        margin-right: 24px !important
    }
}

.header-hidden {
    display: none
}

@media (max-width: 1050px) {
    .header-hidden {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header-hidden .btn-el {
        width: 100%;
        max-width: 114px;
        min-width: 114px;
        padding: 0 2px
    }
}

@media (max-width: 1050px) {
    .header.no-dis nav {
        padding: 0 15px 60px
    }
}

.header.open nav {
    opacity: 1;
    visibility: visible
}

.header.open .menu-trigger {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header.open .menu-trigger span:nth-child(1) {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    margin-bottom: -3px
}

.header.open .menu-trigger span:nth-child(2) {
    display: none
}

.header.open .menu-trigger span:nth-child(3) {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
}

.menu-trigger {
    display: none;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 24px;
    height: 22px;
    -webkit-transition: .15s ease;
    -o-transition: .15s ease;
    transition: .15s ease
}

@media (max-width: 1050px) {
    .menu-trigger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.menu-trigger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #4070f4;
    -webkit-transition: .2s cubic-bezier(0, 0, .2, 1);
    -o-transition: .2s cubic-bezier(0, 0, .2, 1);
    transition: .2s cubic-bezier(0, 0, .2, 1)
}

.tel-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1050px) {
    .tel-trigger {
        position: relative;
        z-index: 6
    }
}

.tel-trigger__img {
    display: block;
    margin-right: 8px
}

.tel-trigger__img svg path {
    fill: #4070f4;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.tel-trigger__title {
    font-family: "Gilroy Bold";
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .02em;
    color: #4070f4;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.tel-trigger:hover .tel-trigger__img svg path {
    fill: #24bc94
}

.tel-trigger:hover .tel-trigger__title {
    color: #24bc94
}

.footer {
    padding: 72px 0;
    background-color: #101c3d
}

@media (max-width: 767px) {
    .footer {
        padding: 36px 0
    }
}

.footer h3 {
    margin-bottom: 24px;
    display: block;
    width: 100%;
    font-family: "Gilroy Bold";
    font-size: 18px;
    line-height: 26px;
    color: #f6f8fa
}

.footer-logo {
    width: 100%;
    max-width: 133px
}

@media (max-width: 767px) {
    .footer-logo {
        margin-bottom: 43px
    }
}

.footer-logo img {
    max-width: 100%
}

.footer-logo-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 72px
}

@media (max-width: 1050px) {
    .footer-logo-wrap {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 767px) {
    .footer-logo-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.footer-logo-wrap .footer-form {
    display: none
}

@media (max-width: 1050px) {
    .footer-logo-wrap .footer-form {
        display: block
    }
}

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

@media (max-width: 767px) {
    .footer-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

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

@media (max-width: 1050px) {
    .footer-row-flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media (max-width: 1050px) {
    .footer-row-1 .footer-form {
        display: none
    }
}

.footer-row-3 {
    display: block
}

.footer-row:not(:last-child) {
    margin-bottom: 72px
}

@media (max-width: 767px) {
    .footer-row:not(:last-child) {
        margin-bottom: 36px
    }
}

.footer-link {
    display: block;
    width: 100%;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    color: #a6b5e0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.footer-link:hover {
    color: #fff
}

.footer-link:not(:last-child) {
    margin-bottom: 10px
}

.footer-link img {
    width: 30px
}

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

.footer-card a {
    display: block;
    width: 32px
}

.footer-card a:not(:last-child) {
    margin-right: 10px
}

.footer-card a img {
    max-width: 100%
}

.footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 72px
}

@media (max-width: 1050px) {
    .footer-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media (max-width: 767px) {
    .footer-nav {
        margin-bottom: 36px
    }
}

.footer-nav a {
    width: auto
}

@media (max-width: 1050px) {
    .footer-nav a {
        width: 100%;
        max-width: 203px;
        margin-bottom: 23px !important
    }
}

@media (max-width: 500px) {
    .footer-nav a {
        width: 100%;
        max-width: 160px;
        margin-bottom: 23px !important
    }
}

@media (max-width: 359px) {
    .footer-nav a {
        width: 100%;
        max-width: 100%
    }
    .wp-block-table td {
        padding: 10px 0 10px 0!important;
        line-height: 20px!important;
    }
}

.footer-nav a:not(:last-child) {
    margin: 0 5px 0 0
}

@media (max-width: 500px) {
    .footer-nav a:not(:last-child) {
        margin: 0
    }
}

.footer-column {
    width: 100%;
    max-width: 255px
}
.footer-column .social_links {
    display: flex;
}
.footer-column .social_links a {
    width: auto;
    margin-right: 20px;
}

@media (max-width: 1050px) {
    .footer-column {
        max-width: 365px
    }
}

@media (max-width: 767px) {
    .footer-column:not(:last-child) {
        margin-bottom: 23px
    }
}

.footer-form {
    width: 100%;
    max-width: 444px
}

.footer-copy {
    background: #0c152e;
    padding: 24px 0
}

.footer-copy p {
    font-family: "Gilroy Medium";
    font-size: 12px;
    line-height: 18px;
    color: #a6b5e0
}

.form-sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.success-footer {
    justify-content: space-between
}

.success-footer * {
    font-family: "Gilroy Bold"
}

.success-footer p {
    color: #fff
}

@media (max-width: 767px) {
    .form-sub {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.form-sub input {
    display: block;
    width: 100%;
    min-height: 47px;
    margin-right: -7px;
    background: #ececee !important;
    border-radius: 4px 0 0 4px !important;
    border: 1px solid #ececee !important;
    outline: 0 !important;
    padding: 12px 18px;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 16px;
    color: #8a8f9f;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.form-sub input.error {
    border: 1px solid red !important
}

@media (max-width: 767px) {
    .form-sub input {
        width: 100%;
        max-width: 100%;
        margin-bottom: 8px;
        margin-right: 0;
        border-radius: 4px !important
    }
}

.form-sub input::-webkit-input-placeholder {
    color: #8a8f9f
}

.form-sub input::-moz-placeholder {
    color: #8a8f9f
}

.form-sub input:-ms-input-placeholder {
    color: #8a8f9f
}

.form-sub input:-moz-placeholder {
    color: #8a8f9f
}

.form-sub button {
    min-width: 149px;
    padding: 0 10px
}

@media (max-width: 767px) {
    .form-sub button {
        width: 100%;
        max-width: 100%
    }
}

.popup {
    position: relative;
    width: 100%;
    max-width: 540px;
    background-image: url(../images/popup-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 16px;
    padding: 60px 26px
}

.popup__discount__transparent {
    position: fixed;
    z-index: 2147483646;
    background: rgba(0, 0, 0, .9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.popup-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 15px;
    z-index: 40;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease
}

.popup-wrapper.active {
    opacity: 1;
    visibility: visible
}

.popup-wrapper.only-one {
    display: none
}

.error__text {
    display: none
}

.popup__discount__form-row-group {
    position: relative
}

.field-error .error__text {
    bottom: 0;
    display: block;
    color: #e95f45;
    font-size: 12px;
    line-height: 16px
}

.popup__discount__form-row-group.field-error input {
    border: 1px solid #e95f45 !important
}

.popup__discount {
    z-index: 234234234234234
}

.success-footer {
    display: none
}

.popup-layout {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2147483646;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 20px;
    padding: 0
}

.popup-layout .popup__discount__modal {
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 60px 26px;
    margin: 0;
    border-radius: 16px
}

.popup-layout .popup__discount__modal-header {
    text-align: left;
    padding: 0;
    border-bottom: none
}

.popup-layout .popup__discount__modal-close-button {
    margin-top: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 100%;
    max-width: 15px;
    opacity: .5;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer
}

.popup-layout .popup__discount__modal-body {
    padding: 0
}

.popup-layout .popup__discount__form-row {
    padding: 0;
    margin: 0;
    padding-bottom: 10px
}

.popup-layout .popup__discount__form-row-group {
    border: none !important;
    padding: 0
}

.popup-layout .popup__discount__form-row-group input {
    padding: 3px 18px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    color: #8a8f9f;
    background: #fff;
    border: 1px solid #ececee
}

.popup-layout .popup__discount__form-row-group input:hover {
    border: 1px solid #0c152e
}

.popup-layout .popup__discount__form-row-submit-button {
    background: #4070f4;
    padding: 0 52px;
    border-radius: 5px
}

.popup-layout .popup__discount__form-row-submit-button:hover {
    background: #24bc94
}

.popup-layout .receive-agree {
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 16px;
    color: #636979
}

.popup-layout .popup__discount__modal-body-success-text {
    font-family: "Gilroy Bold";
    font-size: 24px;
    line-height: 32px;
    color: #0c152e;
    margin: 0
}

.popup__discount__modal-body-success-text {
    display: none
}

.form-sub.has-error-field input {
    border: 1px solid #e95f45 !important
}

.success-form {
    display: none
}

p.error-alert {
    position: absolute;
    left: 3px;
    bottom: -21px;
    color: #e95f45 !important
}

.static-form p {
    margin-top: 25px !important
}

#receive-disc {
    margin-top: 20px;
    -webkit-appearance: checkbox !important;
    appearance: checkbox !important
}

.success-form .title-el {
    margin-bottom: 20px !important
}

.success-form button {
    height: 36px;
    color: #fff
}

.success-form p {
    font-size: 20px !important;
    text-align: center;
    margin-bottom: 20px
}

.receive-agree {
    font-family: "Poppins Regular";
    font-size: 13px;
    color: #474f5a
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 100%;
    max-width: 15px;
    opacity: .5;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer
}

.popup-close:hover {
    opacity: 1
}

.popup-close img {
    width: 100%
}

.popup-head {
    margin-bottom: 24px;
    font-family: "Gilroy Bold";
    font-size: 24px;
    line-height: 32px;
    color: #0c152e
}

.popup-head span {
    background: rgba(95, 135, 246, .32)
}

.popup-head img {
    display: inline-block
}

@media (max-width: 767px) {
    .popup-head img {
        display: none
    }
}

.popup-cnt-wrap .btn-el {
    width: 100%
}

.popup-thanks .popup-head {
    text-align: center
}

.popup-thanks .popup-cnt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup-thanks .btn-el {
    width: 100%;
    max-width: 229px;
    margin: 0 auto;
    padding: 0 15px
}

.form-field {
    width: 100%;
    max-width: 730px;
    height: 48px;
    padding: 3px 18px;
    background: #fff;
    border: 1px solid #ececee;
    border-radius: 4px;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 48px;
    color: #8a8f9f;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

@media (max-width: 1100px) {
    .form-field {
        padding-left: 13px;
        font-size: 14px;
        line-height: 14px
    }
}

.form-field::-webkit-input-placeholder {
    color: #8a8f9f
}

.form-field::-moz-placeholder {
    color: #8a8f9f
}

.form-field:-ms-input-placeholder {
    color: #8a8f9f
}

.form-field:-moz-placeholder {
    color: #8a8f9f
}

.form-field.error {
    border: 1px solid red
}

.form-field:focus, .form-field:hover {
    border: 1px solid #0c152e
}

.form-field-wrap {
    position: relative
}

.form-field-wrap img {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 20px
}

.form-field-wrap input {
    padding-right: 45px
}

.checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 16px;
    cursor: pointer
}

.checkbox input {
    display: none
}

.checkbox input:checked ~ .checkbox-item {
    background-color: #4070f4;
    border: 1px solid #4070f4
}

.checkbox-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-right: 7px;
    color: transparent;
    font-size: 0;
    line-height: 0;
    border: 1px solid #ececee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.checkbox-text {
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 16px;
    color: #636979
}

@media (max-width: 767px) {
    .checkbox-text {
        font-size: 14px;
        line-height: 14px
    }
}

body, html {
    -webkit-text-size-adjust: 100%;
    height: 100%
}

.main {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.main-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.main footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.layout-wrapper {
    width: 100%;
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto
}

@media (max-width: 1024px) {
    .header__content nav a:not(.menu-trigger):not(:last-child) {
        margin-right: 18px
    }

    body {
        overflow: auto;
        overflow-x: hidden
    }
}

@media (min-width: 1025px) {
    body.hidden .scroll-content {
        overflow: hidden !important
    }

    body.hidden .scroll-content .mCustomScrollBox {
        overflow: hidden !important
    }

    body.hidden .scroll-content .mCustomScrollBox .mCSB_container {
        position: static !important
    }
}

@media (max-width: 1024px) {
    body.hidden {
        overflow: hidden
    }
}

.scroll-content {
    height: initial
}

@media (max-width: 1200px) {
    .scroll-content {
        overflow-x: hidden
    }

    .scroll-content .main {
        overflow-x: hidden
    }
}

.mCSB_inside > .mCSB_container {
    margin-right: 0 !important
}

.accordion {
    width: 100%;
    margin: 0 auto 55px
}

@media (max-width: 767px) {
    .accordion {
        margin: 0 auto 76px
    }
}

.accordion-row {
    margin-bottom: 10px;
    border-radius: 8px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.accordion-row.open {
    background-color: #f6f8fa
}

.accordion-row.open .accordion-plus img {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.accordion-head {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 13px 20px;
}
.accordion-head:hover{
    background: #F6F8FA;
    border-radius: 8px;
}

.accordion-head p {
    width: 100%;
    font-family: "Gilroy Bold";
    font-size: 18px;
    line-height: 26px;
    color: #0c152e
}

.accordion-head .accordion-plus {
    min-width: 16px;
    width: 16px
}

.accordion-head .accordion-plus img {
    width: 100%;
    max-width: 100%;
    /*opacity: .76;*/
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    margin-bottom: 0;
}

.accordion-content {
    display: none;
    padding: 0 20px 20px
}

.accordion-content p {
    width: 100%;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    color: #636979
}

.title {
    margin-bottom: 24px;
    font-family: "Gilroy ExtraBold";
    font-size: 56px;
    line-height: 68px;
    color: #fff
}

@media (max-width: 1050px) {
    .title {
        font-size: 36px;
        line-height: 48px
    }
}

@media (max-width: 767px) {
    .title {
        font-size: 28px;
        line-height: 32px
    }
}

.title-el {
    margin-bottom: 48px;
    font-family: "Gilroy ExtraBold";
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #0c152e
}

@media only screen and (max-width: 1600px) {
    .title-el {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
}

.subtitle {
    margin-bottom: 46px;
    font-family: "Gilroy Bold";
    font-size: 18px;
    line-height: 26px;
    color: #fff
}

@media (max-width: 1050px) {
    .subtitle {
        margin-bottom: 23px
    }
}

.mb-24 {
    margin-bottom: 24px
}

.subtitle-el {
    margin-bottom: 46px;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #636979
}

@media (max-width: 1050px) {
    .subtitle-el {
        margin-bottom: 23px
    }
}

.off-row {
    width: 100%;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 104px;
    margin-top: 50px;
    position: relative;
    padding: 72px;
    background-color: #e7edfd;
    border-radius: 32px
}

@media (max-width: 1050px) {
    .off-row {
        margin-bottom: 76px;
        padding: 72px 54px
    }
}

@media (max-width: 767px) {
    .off-row {
        width: calc(100% - 30px);
        padding: 32px 15px
    }
}

.off-row * {
    position: relative;
    z-index: 2s
}

.off-row::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 20px;
    left: 20px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #4070f4;
    border-radius: 32px
}

@media (max-width: 767px) {
    .off-row::before {
        left: 16px;
        top: 16px
    }
}

.off-row p {
    margin-top: 8px;
    font-family: "Gilroy Medium";
    font-size: 12px;
    line-height: 18px;
    color: #8a8f9f
}

.off-row .footer-form {
    width: 100%;
    max-width: 100%;
    margin-top: 24px
}

.off-row .footer-form form {
    width: 100%
}

.off-row .footer-form input {
    background-color: #fff !important
}

.off-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: "Gilroy ExtraBold";
    font-size: 64px;
    line-height: 58px;
    color: #0c152e
}

@media (max-width: 767px) {
    .off-head {
        font-size: 56px;
        line-height: 56px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.off-head span {
    font-family: "Gilroy Bold";
    font-size: 20px;
    line-height: 28px;
    color: #0c152e
}

@media (max-width: 767px) {
    .off-head span {
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        padding-left: 58px
    }
}

.off-head img {
    margin-bottom: 8px;
    margin-right: 9px
}

.faq .stat-row {
    margin-bottom: 103px
}

@media (max-width: 1050px) {
    .faq .stat-row {
        margin-bottom: 76px
    }
}

.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 43px
}

@media only screen and (max-width: 1600px) {
    .section-main_blog .breadcrumbs {
        margin-bottom: 20px
    }
}

.breadcrumbs a, .breadcrumbs span {
    display: inline-block;
    font-family: "Gilroy Medium";
    font-size: 12px;
    line-height: 18px;
    color: #4070f4
}

.breadcrumbs span {
    color: #636979
}

.breadcrumbs img {
    margin: 0 5px
}

.section {
    padding-top: 104px
}

.section-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-content:not(.section-content.policy, .testimonials-row .section-content) {
    width: calc(100% - 380px);
    margin-right: 30px
}
@media screen and (max-width: 1051px) {
    .section-main_blog .section-content {
        width: 100%!important;
        margin-right: 0!important;
    }
}

.section-content a {
    color: #4070f4
}

.section-content a:hover {
    color: #24bc94
}

@media (max-width: 1050px) {
    .section-content {
        width: 100%;
        margin-right: 0
    }
}

.section-sidebar {
    width: 100%;
    max-width: 350px;
    min-width: 350px
}

@media (max-width: 1050px) {
    .section-sidebar {
        display: none
    }
}

.section-sidebar .section-sidebar--box > div:not(:last-child) {
    margin-bottom: 32px
}

.section-sidebar .section-sidebar--box > div.banner__sidebar {
    margin-bottom: 43px !important;
    -webkit-box-shadow: 0 10px 64px rgba(12, 21, 46, .04);
    box-shadow: 0 10px 64px rgba(12, 21, 46, .04)
}

.section-main {
    /*padding: 104px 0;*/
    padding: 40px 0 104px;
}

@media only screen and (max-width: 1600px) {
    .section-main {
        padding: 40px 0 104px;
    }
}

.section-main_blog {
    padding: 44px 0 104px
}

@media only screen and (max-width: 1600px) {
    .section-main_blog {
        padding: 20px 0 104px;
    }
}

.section-main_blog .section-sidebar {
    position: sticky;
    top: 160px;
}

/* .section-sidebar .section-sidebar--box {
    position: sticky;
    top: 140px;
} */

.benefits {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 24px;
    margin-bottom: 86px
}

@media (max-width: 767px) {
    .benefits {
        padding: 0
    }
}

.benefits::before {
    content: "";
    position: absolute;
    top: 26px;
    left: 0;
    display: block;
    width: 100%;
    height: 178px;
    background: #f6f8fa;
    border-radius: 16px
}

@media (max-width: 767px) {
    .benefits::before {
        display: none
    }
}

.benefits .information-benefits__row {
    position: relative;
    z-index: 2;
    background: #fff;
    -webkit-box-shadow: 0 10px 64px rgba(12, 21, 46, .04);
    box-shadow: 0 10px 64px rgba(12, 21, 46, .04);
    border-radius: 16px;
    padding: 0 44px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .benefits .information-benefits__row {
        padding: 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
}

.benefits .information-benefits__row .information-bnf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    min-height: 104px;
    height: 104px;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width: 767px) {
    .benefits .information-benefits__row .information-bnf {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 24px;
        width: 100%;
        -webkit-box-shadow: 0 10px 64px rgba(12, 21, 46, .04);
        box-shadow: 0 10px 64px rgba(12, 21, 46, .04);
        border-radius: 16px;
        padding: 5px 22px
    }
}

.benefits-btn {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.information {
    padding: 104px 0 0
}

.information-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1050px) {
    .information-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.information-row__item {
    width: calc(50% - 15px)
}

@media (max-width: 1050px) {
    .information-row__item {
        width: 100%
    }
}

.information-benefits {
    padding: 0 0 104px
}

@media (max-width: 1050px) {
    .information-benefits {
        padding: 0 0 144px
    }
}

@media (max-width: 767px) {
    .information-benefits {
        padding: 0 0 72px
    }
}

.information-benefits__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1050px) {
    .information-benefits__row {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 22px 10px;
        background-color: #fff;
        -webkit-box-shadow: 0 10px 64px rgba(12, 21, 46, .04);
        box-shadow: 0 10px 64px rgba(12, 21, 46, .04)
    }
}

@media (max-width: 767px) {
    .information-benefits__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.information-bnf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 255px;
    min-height: 104px;
    height: 104px;
    padding: 5px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 64px rgba(12, 21, 46, .04);
    box-shadow: 0 10px 64px rgba(12, 21, 46, .04)
}

@media (max-width: 1050px) {
    .information-bnf {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
        width: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        max-width: 100%;
        min-height: 0;
        height: auto
    }
}

@media (max-width: 767px) {
    .information-bnf {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 100%;
        min-height: 104px;
        height: 104px;
        padding: 5px 20px;
        background-color: #fff;
        -webkit-box-shadow: 0 10px 64px rgba(12, 21, 46, .04);
        box-shadow: 0 10px 64px rgba(12, 21, 46, .04)
    }
}

.information-bnf:not(:last-child) {
    margin-right: 30px
}

@media (max-width: 767px) {
    .information-bnf:not(:last-child) {
        margin: 0 0 24px
    }
}


.information-bnf__img img {
    margin-bottom: 0 !important
}

@media (max-width: 1050px) {
    .information-bnf__img {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .information-bnf__img {
        margin-right: 14px;
        margin-top: 3px
    }
}

.information-bnf p {
    font-family: "Gilroy Bold";
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0c152e
}

@media (max-width: 1050px) {
    .information-bnf p {
        font-size: 18px;
        line-height: 26px
    }
}

@media (max-width: 767px) {
    .information-bnf p {
        font-size: 20px;
        line-height: 28px
    }
}

.information-banner {
    padding-top: 50px;
    padding-bottom: 136px
}

@media (max-width: 1050px) {
    .information-banner {
        padding-bottom: 115px
    }
}

@media (max-width: 767px) {
    .information-banner {
        padding-bottom: 88px
    }
}

.information-banner__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 54px 96px;
    background: #4070f4;
    border-radius: 32px
}

@media (max-width: 1050px) {
    .information-banner__item {
        width: calc(100% - 24px);
        padding: 72px 78px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 767px) {
    .information-banner__item {
        width: calc(100% - 16px);
        padding: 48px 24px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.information-banner__item::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 24px;
    left: 24px;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    background: #101c3d
}

@media (max-width: 767px) {
    .information-banner__item::before {
        top: 16px;
        left: 16px
    }
}

.information-banner__item h3 {
    width: 100%;
    max-width: 540px;
    margin-right: 20px;
    font-family: "Gilroy ExtraBold";
    font-size: 36px;
    line-height: 48px;
    color: #fff
}

@media (max-width: 1050px) {
    .information-banner__item h3 {
        max-width: 100%;
        margin: 0 0 24px
    }
}

@media (max-width: 767px) {
    .information-banner__item h3 {
        margin: 0 0 16px;
        text-align: center
    }

    .information-banner__item h3 span {
        display: block;
        margin-top: 16px;
        font-family: "Gilroy Bold";
        font-size: 24px;
        line-height: 32px
    }
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 12px
}

.pagination a {
    display: block;
    font-family: "Gilroy Bold";
    font-size: 18px;
    line-height: 18px;
    color: #636979;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.pagination a:not(:last-child) {
    margin-right: 24px
}

.pagination a svg path {
    fill: #636979;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.pagination a.active {
    color: #0c152e
}

.pagination a:not(.active):hover {
    color: #4070f4
}

.pagination a:not(.active):hover svg path {
    fill: #4070f4
}

@media (max-width: 767px) {
    .pagination-arrow span {
        display: none
    }
}

.list-li p {
    margin-bottom: 20px;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    color: #636979
}

.list-li p span {
    display: inline-block;
    min-width: 15px;
    margin-right: 4px;
    font-family: "Gilroy Bold";
    font-size: 16px;
    line-height: 24px;
    color: #4070f4
}

.order-pro {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 48px;
    /* background-image: url(../images/or.png); */
    background-color: #ECF1FE;
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* background-size: cover; */
    border-radius: 32px;
    margin-bottom: 56px
}

@media (max-width: 767px) {
    .order-pro {
        width: calc(100% - 17px);
        padding: 32px 16px
    }
}

.order-pro::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 20px;
    left: 20px;
    display: block;
    width: 100%;
    height: 100%;
    background: #ececee;
    border-radius: 32px
}

@media (max-width: 767px) {
    .order-pro::before {
        top: 15px;
        left: 15px
    }
}

.order-pro .order-pro-h3 {
    margin-bottom: 24px;
    font-family: "Gilroy ExtraBold";
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #0c152e;
}

@media (max-width: 767px) {
    .order-pro .order-pro-h3 {
        font-size: 24px;
        line-height: 32px
    }
}

@media (max-width: 767px) {
    .order-pro .btn-el {
        width: 100%;
        max-width: 155px;
        padding: 0 5px
    }
}

.order-pro__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

@media (max-width: 767px) {
    .order-pro__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.order-pro__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 24px
}

@media (max-width: 767px) {
    .order-pro__item {
        width: 100%;
        max-width: 220px
    }
}

.order-pro__item:not(:last-child) {
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .order-pro__item:not(:last-child) {
        margin-bottom: 26px
    }
}

.order-pro__item p {
    font-family: "Gilroy Bold";
    font-size: 18px;
    line-height: 26px;
    color: #0c152e;
}

.order-pro__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px;
    min-width: 48px;
    min-height: 48px;
    max-height: 48px
}

.order-pro__img img {
    max-width: 100%;
    margin-bottom: 0 !important
}

.sidebar-nav {
    width: 100%;
    max-width: 100%;
    padding: 24px;
    background: #fff;
    -webkit-box-shadow: 0 10px 64px rgba(12, 21, 46, .04);
    box-shadow: 0 10px 64px rgba(12, 21, 46, .04);
    border-radius: 16px
}

.sidebar-nav h3 {
    width: 100%;
    margin-bottom: 16px;
    font-family: "Gilroy Bold";
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #0c152e
}

.sidebar-nav p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 8px;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    color: #636979
}

.sidebar-nav p span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px;
    min-width: 24px;
    min-height: 24px;
    margin-top: 0;
    font-family: "Gilroy Bold";
    font-size: 16px;
    line-height: 16px;
    color: #4070f4;
    background-color: #ecf1fe;
    border-radius: 50%
}

.info-row img {
    width: 100%;
    margin-bottom: 32px
}

@media only screen and (max-width: 1600px) {
    .info-row img {
        margin-bottom: 0;
    }
}

.info-row > p {
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #636979
}

.info-row > p span {
    color: #4070f4
}

.info-row > p:not(:last-child) {
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .info-row > p:not(:last-child) {
        margin-bottom: 16px
    }
}

.info-row strong {
    color: #000
}

.info-row blockquote > p {
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #636979
}

.info-row blockquote > p span {
    color: #4070f4
}

.info-row blockquote:not(:last-child) {
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .info-row blockquote:not(:last-child) {
        margin-bottom: 16px
    }
}

.info-row > h2 {
    font-family: "Gilroy Bold";
    font-size: 30px;
    line-height: 40px;
    letter-spacing: .02em;
    color: #0c152e
}

@media (max-width: 767px) {
    .info-row > h2 {
        font-size: 24px;
        line-height: 32px
    }
}

.info-row > h2:not(:last-child) {
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .info-row > h2:not(:last-child) {
        margin-bottom: 16px
    }
}

.info-row > h3 {
    font-family: "Gilroy Bold";
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .02em;
    color: #0c152e
}

@media (max-width: 767px) {
    .info-row > h3 {
        font-size: 20px;
        line-height: 28px
    }
}

.info-row > h3:not(:last-child) {
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .info-row > h3:not(:last-child) {
        margin-bottom: 16px
    }
}

.info-row > h4 {
    font-family: "Gilroy Bold";
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .02em;
    color: #0c152e
}

@media (max-width: 767px) {
    .info-row > h4 {
        font-size: 18px;
        line-height: 26px
    }
}

.info-row > h4:not(:last-child) {
    margin-bottom: 10px
}

.info-row > table {
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #636979;
    margin-bottom: 20px
}

.info-row > table td {
    padding: 10px;
    border: 1px solid #ccc
}

.info-row > ul {
    padding: 0;
    margin: 0 0 20px;
    list-style: none
}

@media (max-width: 767px) {
    .info-row > ol, .info-row > ul {
        margin-bottom: 16px
    }
}

.info-row > ol li, .info-row > ul li {
    position: relative;
    padding-left: 44px;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #636979
}
.info-row > ol li {
    padding-left: 0;
}
.info-row > ol li:not(:last-child), .info-row > ul li:not(:last-child) {
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .info-row > ol li:not(:last-child), .info-row > ul li:not(:last-child) {
        margin-bottom: 16px
    }
}

.info-row > ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon-check1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}



.info-row > ol ol {
    list-style: none;
    margin-top: 20px;
    padding-left: 0
}

.info-row > ol.no-marks{
    list-style: none;
    padding-left: 20px;
}

.text-left {
    text-align: left
}

.color-white {
    color: #fff
}

.cookies {
    position: fixed;
    bottom: 30px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.cookies.show {
    opacity: 1;
    visibility: visible
}

.cp-banner-new {
    padding: 0 12px;
    background-color: #fff;
    padding-top: 11px;
    padding-bottom: 11px;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    z-index: 10;
    bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    border-radius: 8px
}

.cp-banner-content-new {
    line-height: 24px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    max-width: 714px;
    color: #394e6c;
    font-size: 12px;
    font-weight: 400
}

.cp-banner-content-new a {
    color: #4070f4
}

.cp-banner-content-new a:hover {
    color: #24bc94
}

.cp-banner-new-button:hover {
    background: #4070f4;
    color: #fff
}

.cp-banner-new-button {
    text-align: center;
    line-height: 20px;
    transition: .2s;
    margin: auto 0;
    cursor: pointer;
    margin-left: 10px;
    border: 2px solid #4070f4;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 30px;
    color: #394e6c;
    font-size: 12px;
    font-weight: 400
}

.cookies-link {
    color: #4070f4
}

@media (max-width: 767px) {
    .cookies__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.cookies__row p {
    width: 100%;
    font-family: "Gilroy Medium";
    font-size: 14px;
    line-height: 18px;
    color: #fff
}

@media (max-width: 767px) {
    .cookies__row p {
        margin-bottom: 15px;
        text-align: center;
        font-size: 10px;
        line-height: 16px
    }
}

.cookies__row .btn-el {
    min-width: 88px;
    padding: 0 10px;
    margin-left: 24px
}

@media (max-width: 767px) {
    .cookies__row .btn-el {
        margin-left: 0
    }
}

.cookies__img {
    display: block;
    min-width: 36px;
    width: 36px;
    margin-right: 16px
}

@media (max-width: 767px) {
    .cookies__img {
        margin: 0 0 16px
    }
}

.cookies__img img {
    max-width: 100%
}

.banner {
    padding-top: 86px;
    padding-bottom: 83px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 1050px) {
    .banner {
        padding-top: 54px;
        padding-bottom: 73px;
        background-position: inherit;
    }
}

/*@media (max-width: 500px) {*/
/*    .banner {*/
/*        background-image: url(../images/banner-tab-1.webp) !important;*/
/*        background-repeat: no-repeat;*/
/*        background-position: top center*/
/*    }*/
/*}*/

.banner-rev {
    padding-top: 22px;
    padding-bottom: 41px;
    background: #24bc94 !important
}
.banner-rev-ow{
    padding-bottom: 13px;
}

.banner-rev .banner__content {
    max-width: 540px
}

.banner__img {
    width: 100%;
    max-width: 509px
}
.banner-rev-ow .banner__img{
    max-width: 496px;
    margin-bottom: -16px;
}

.banner__img img {
    max-width: 100%
}

.banner__row {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1050px) {
    .banner__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.banner__content {
    width: 100%;
    max-width: 635px
}

@media (max-width: 1050px) {
    .banner__content {
        max-width: 100%;
        margin-bottom: 32px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.banner__sidebar {
    position: relative;
    width: 100%;
    max-width: 350px;
    background: #fff;
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: 0 10px 64px rgb(12 21 46 / 4%);
}

@media only screen and (max-width: 1600px) {
    .banner__sidebar {
        padding: 16px
    }
}

@media (max-width: 1050px) {
    .banner__sidebar {
        margin: 0 auto
    }
}

@media (max-width: 359px) {
    .banner__sidebar {
        padding: 32px 10px
    }
}

.banner__sidebar::before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 19px;
    left: 16px;
    width: 100%;
    height: 100%;
    background: #d1dbf8;
    border-radius: 16px
}

@media (max-width: 767px) {
    .banner__sidebar::before {
        display: none
    }
}

.banner__sidebar::after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 16px
}

.banner__sidebar > :not(.select-row) {
    position: relative;
    z-index: 2
}

.banner__sidebar .calc_t {
    width: 100%;
    margin-bottom: 24px;
    font-family: "Gilroy Bold";
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: .01em;
    color: #0c152e
}

@media only screen and (max-width: 1600px) {
    .banner__sidebar .calc_t {
            margin-bottom: 16px;
            line-height: 24px;
    }
}

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

.banner__bottom div {
    margin-right: 5px
}

.banner__bottom div p {
    margin-bottom: 4px;
    font-family: "Gilroy Medium";
    font-size: 14px;
    line-height: 20px;
    color: #636979
}

.banner__bottom div b {
    display: block;
    font-family: "Gilroy Bold";
    font-size: 24px;
    line-height: 32px;
    color: #0c152e
}

.stat {
    padding: 107px 0 104px
}

@media (max-width: 767px) {
    .stat {
        padding: 72px 0
    }
}

.stat-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1100px) {
    .stat-row {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (max-width: 767px) {
    .stat-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

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

@media (max-width: 767px) {
    .stat-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.stat-item:not(:last-child) {
    margin-right: 15px
}

@media (max-width: 767px) {
    .stat-item:not(:last-child) {
        margin: 0 0 24px
    }
}

.stat-item__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 64px;
    max-width: 64px;
    margin-right: 32px
}

@media (max-width: 1100px) {
    .stat-item__img {
        min-width: 48px;
        max-width: 48px;
        margin-right: 16px
    }
}

@media (max-width: 767px) {
    .stat-item__img {
        min-width: 64px;
        max-width: 64px;
        margin: 0 0 16px
    }
}

.stat-item__img img {
    max-width: 100%
}

.stat-item__cnt p {
    margin-bottom: 8px;
    display: block;
    font-family: "Gilroy ExtraBold";
    font-size: 36px;
    line-height: 48px;
    color: #0c152e
}

@media (max-width: 767px) {
    .stat-item__cnt p {
        text-align: center
    }
}

.stat-item__cnt span {
    display: block;
    font-family: "Gilroy Bold";
    font-size: 18px;
    line-height: 26px;
    color: #636979
}

@media (max-width: 1100px) {
    .stat-item__cnt span {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 767px) {
    .stat-item__cnt span {
        font-size: 18px;
        line-height: 26px;
        text-align: center
    }
}

.people {
    padding-bottom: 104px;
    overflow: hidden
}
.people.people-sp{
    padding-top: 104px;
}

@media (max-width: 1050px) {
    .people {
        padding-bottom: 110px
    }
}

.people .title-el {
    margin-bottom: 15px
}

.people-row {
    display: flex;
    justify-content: space-between;
    height: 640px
}

@media (max-width: 1050px) {
    .people-row {
        flex-direction: column;
        align-items: center;
        height: 100%
    }
}

.people-row__video {
    width: 360px;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0
}

@media (max-width: 1050px) {
    .people-row__video {
        width: 290px;
        height: 515px
    }
}

.people-row__item {
    position: relative;
    cursor: pointer
}

.people-row__item:before {
    position: absolute;
    content: '';
    background-image: url(/img/play.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 21px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none
}

.people-row__item.play:before {
    display: none
}

.people-row__video .slick-list {
    height: 100%
}

.people-row__video .slick-track {
    height: 100%
}

.people-row__video .slick-dots {
    bottom: 15px
}

.people-row__video .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 10px;
    background: #ececee;
    border-radius: 50%
}

.people-row__video .slick-dots li.slick-active {
    background: #4070f4
}

.people-row__video .slick-dots li button {
    display: none
}

.people-row__arrow {
    position: absolute;
    bottom: 50px;
    width: 24px;
    height: 16px;
    background-image: url(/img/arrow.svg);
    cursor: pointer;
    z-index: 1;
    transition: .3s;
    filter: brightness(0) invert(1)
}

.people-row__arrow:hover {
    filter: none
}

.people-row__arrow_prev {
    transform: rotate(180deg);
    left: 25px
}

.people-row__arrow_next {
    right: 25px
}

.people-content {
    width: 100%;
    max-width: 635px
}

@media (max-width: 767px) {
    .people-content {
        max-width: 100%
    }
}

.people-content__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center
}

.people-content__link {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-decoration: underline;
    color: #4070f4
}

@media (max-width: 767px) {
    .people-content__bottom {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.people-slider {
    position: relative;
    width: 100%;
    margin-bottom: 36px;
    -webkit-box-shadow: 0 10px 64px rgba(12, 21, 46, .04);
    box-shadow: 0 10px 64px rgba(12, 21, 46, .04);
    border-radius: 16px
}

@media (max-width: 767px) {
    .people-slider {
        margin-bottom: 108px
    }
}

.slider .slick-arrow {
    position: absolute;
    top: calc(100% + 36px);
    width: 64px;
    height: 48px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    border-radius: 4px;
    background-color: #dae7fd;
    background-size: 24px 16px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.slider .slick-arrow.slick-prev {
    left: 0;
    background-image: url(../images/arrow-prev-1.svg)
}

@media (max-width: 767px) {
    .slider .slick-arrow.slick-prev {
        left: 50%;
        -webkit-transform: translateX(calc(-50% - 40px));
        -ms-transform: translateX(calc(-50% - 40px));
        transform: translateX(calc(-50% - 40px))
    }
}

.slider .slick-arrow.slick-prev:not(.slick-disabled):hover {
    background-image: url(../images/arrow-prev-11.svg);
    background-color: #4070f4
}

.slider .slick-arrow.slick-next {
    left: 72px;
    background-image: url(../images/arrow-prev-2.svg)
}

@media (max-width: 767px) {
    .slider .slick-arrow.slick-next {
        left: 50%;
        -webkit-transform: translateX(calc(-50% + 40px));
        -ms-transform: translateX(calc(-50% + 40px));
        transform: translateX(calc(-50% + 40px))
    }
}

.slider .slick-arrow.slick-next:not(.slick-disabled):hover {
    background-image: url(../images/arrow-prev-22.svg);
    background-color: #4070f4
}

.slider .slick-arrow.slick-disabled {
    background-color: #f6f8fa
}

.slider .slick-arrow.slick-disabled.slick-prev {
    background-image: url(../images/arrow-prev-111.svg)
}

.slider .slick-arrow.slick-disabled.slick-next {
    background-image: url(../images/arrow-prev-222.svg)
}

.slider .slick-dots {
    position: absolute;
    top: calc(100% + 32px);
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    width: 100%;
    padding: 0
}

.slider .slick-dots li:not(:last-child) {
    margin-right: 32px
}

.slider .slick-dots button {
    width: 12px;
    height: 12px;
    background-color: #ececee !important;
    color: transparent;
    font-size: 0;
    line-height: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    border-radius: 50%
}

.slider .slick-dots button:hover {
    background-color: #4070f4 !important
}

.slider .slick-dots li.slick-active button {
    background-color: #4070f4 !important
}

.rev {
    width: 100%;
    padding: 32px;
    background: #fff
}

@media (max-width: 767px) {
    .rev {
        padding: 24px
    }
}

.rev-slider-in {
    margin-top: 54px;
    margin-bottom: 98px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 10px 64px rgba(12, 21, 46, .04);
    box-shadow: 0 10px 64px rgba(12, 21, 46, .04);
    border-radius: 16px
}

.rev-slider-in .slick-arrow {
    display: none !important
}

.rev-section .rev {
    margin: 0 auto 32px;
    max-width: 730px;
    -webkit-box-shadow: 0 10px 64px rgba(12, 21, 46, .04);
    box-shadow: 0 10px 64px rgba(12, 21, 46, .04);
    border-radius: 16px;
    background: #fff
}

@media (max-width: 767px) {
    .rev-section .rev {
        padding: 24px
    }
}

.rev__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 16px
}

.rev__top_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media (max-width: 767px) {
    .rev__top_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.rev__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 46px;
    height: 46px;
    width: 46px;
    max-width: 46px;
    margin-right: 24px
}

.info-row .rev__img img {
    margin: 0
}

@media (max-width: 767px) {
    .rev__img {
        margin-right: 16px
    }
}

.rev__img img {
    max-width: 100%
}

.rev__name {
    width: 100%;
    font-family: "Gilroy Bold";
    font-size: 18px;
    line-height: 26px;
    color: #636979
}

@media (max-width: 767px) {
    .rev__name {
        margin-bottom: 4px
    }
}

.rev .form-field-rating {
    display: block;
    min-width: 112px;
    max-width: 112px
}

.rev__text {
    margin-bottom: 16px;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    color: #636979
}

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

.rev__bottom p {
    font-family: "Gilroy Medium";
    font-size: 14px;
    line-height: 20px;
    color: #636979
}

.rev__bottom span {
    display: block;
    font-family: "Gilroy Medium";
    font-size: 14px;
    line-height: 20px;
    color: #636979
}

.rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.rating label,
.rating .st{
    position: relative;
    /*cursor: pointer;*/
    width: 16px;
    height: 16px
}

.rating label input {
    display: none !important
}

.rating label:not(:first-child),
.rating .st:not(:first-child){
    margin-right: 8px
}

.rating label::before,
.rating .st::before{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../images/star-gray.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.rating label.active::before,
.rating .st.active::before{
    background-image: url(../images/star.svg)
}

.rating label:nth-child(1),
.rating .st:nth-child(1){
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.rating label:nth-child(2),
.rating .st:nth-child(2){
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.rating label:nth-child(3),
.rating .st:nth-child(3){
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.rating label:nth-child(4),
.rating .st:nth-child(4){
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.rating label:nth-child(5),
.rating .st:nth-child(5){
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.rating:not(.rating-static) label.active ~ label::before,
.rating:not(.rating-static) label:hover::before,
.rating:not(.rating-static) label:hover ~ label::before,
.rating:not(.rating-static) .st.active ~ .st::before,
.rating:not(.rating-static) .st:hover::before,
.rating:not(.rating-static) .st:hover ~ .st::before{
    background-image: url(../images/star.svg)
}

.rating label.active ~ label::before,
.rating .st.active ~ label::before{
    background-image: url(../images/star.svg)
}

.features-row {
    position: relative;
    width: calc(100% - 190px);
    padding: 48px 132px 46px 106px;
    background: #fff;
    -webkit-box-shadow: 0 10px 64px rgba(12, 21, 46, .08);
    box-shadow: 0 10px 64px rgba(12, 21, 46, .08);
    border-radius: 32px;
    margin: 0 0 0 auto
}

@media (max-width: 1100px) {
    .features-row {
        width: 100%;
        padding: 48px 24px
    }
}

@media (max-width: 767px) {
    .features-row {
        position: relative
    }

    .features-row::before {
        content: "";
        position: absolute;
        top: -32px;
        right: 23px;
        display: block;
        width: 60px;
        height: 64px;
        background-image: url(../images/sup.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain
    }
}

.features-row .title-el {
    margin-bottom: 36px
}

.features__img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(100% - 145px);
    display: block;
    width: 100%;
    max-width: 401px
}

@media (max-width: 1100px) {
    .features__img {
        top: -70px;
        right: auto;
        left: -9px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        max-width: 247px
    }
}

@media (max-width: 767px) {
    .features__img {
        display: none
    }
}

.features__img img {
    max-width: 100%
}

.features-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px
}

@media (max-width: 1100px) {
    .features-list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 767px) {
    .features-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.features-list > div {
    width: 100%;
    max-width: 309px
}

@media (max-width: 767px) {
    .features-list > div {
        max-width: 100%
    }
}

.features-list > div:not(:last-child) {
    margin-right: 15px
}

@media (max-width: 767px) {
    .features-list > div:not(:last-child) {
        margin: 0 0 16px
    }
}

.features-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.features-item:not(:last-child) {
    margin-bottom: 22px
}

@media (max-width: 767px) {
    .features-item:not(:last-child) {
        margin: 0 0 16px
    }
}

.features-item__img {
    display: block;
    min-width: 24px;
    margin-right: 16px
}

@media (max-width: 767px) {
    .features-item__img {
        margin-right: 8px
    }
}

.features-item p {
    padding-right: 10px;
    width: 100%;
    font-family: "Gilroy Medium";
    font-size: 18px;
    line-height: 26px;
    color: #0c152e
}

@media (max-width: 767px) {
    .features-item p {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 359px) {
    .features-item p {
        font-size: 14px;
        line-height: 22px
    }
}

.features-item__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-width: 125px
}

@media (max-width: 767px) {
    .features-item__info {
        font-size: 16px;
        line-height: 24px
    }
}

.features-item__info > span:first-child {
    font-family: "Gilroy Medium";
    font-size: 14px;
    line-height: 14px;
    text-align: right;
    letter-spacing: .02em;
    color: #636979
}

.features-item__info > span:first-child span {
    position: relative;
    display: inline-block;
    text-align: right
}

.features-item__info > span:first-child span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    background-color: #636979
}

.features-item__info > span:last-child {
    display: inline-block;
    margin-left: 8px;
    font-family: "Gilroy Bold";
    font-size: 20px;
    line-height: 20px;
    text-align: right;
    text-transform: uppercase;
    color: #24bc94
}

@media (max-width: 767px) {
    .features-item__info > span:last-child {
        font-size: 18px;
        line-height: 18px
    }
}

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

@media (max-width: 767px) {
    .features-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.features-bottom__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .features-bottom__text {
        margin-right: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 24px
    }
}

.features-bottom__text_main {
    font-family: "Gilroy Bold";
    font-size: 20px;
    line-height: 28px;
    color: #0c152e
}

@media (max-width: 767px) {
    .features-bottom__text_main {
        font-size: 14px;
        line-height: 20px
    }
}

.features-bottom__text_main span {
    position: relative;
    display: inline-block
}

.features-bottom__text_main span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/vector.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.features-bottom__text_green {
    display: inline-block;
    margin-left: 8px;
    font-family: "Gilroy ExtraBold";
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #24bc94
}

@media (max-width: 767px) {
    .features-bottom__text_green {
        font-size: 20px;
        line-height: 28px;
        min-width: 50px
    }
}

.features-bottom .btn-el {
    min-width: 200px;
    padding: 0 15px
}

@media (max-width: 767px) {
    .features-bottom .btn-el {
        margin: 0 auto
    }
}

.steps {
    padding-bottom: 104px
}

@media (max-width: 767px) {
    .steps {
        padding-bottom: 72px
    }
}

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

@media (max-width: 767px) {
    .steps-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.steps-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 517px;
    min-height: 581px;
    margin-right: 15px
}

@media (max-width: 1250px) {
    .steps-img {
        min-height: 0;
        max-height: 100%
    }
}

@media (max-width: 767px) {
    .steps-img {
        margin: 0 auto;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        min-height: 0;
        max-height: 100%
    }
}

.steps-img img {
    max-width: 100%;
    max-height: 581px
}

.steps-img img:not(.active) {
    display: none
}

.steps-cnt {
    width: 100%;
    max-width: 540px
}

@media (max-width: 767px) {
    .steps-cnt {
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 16px
    }
}

.steps-item {
    cursor: pointer;
    width: 100%;
    padding: 16px 24px;
    background: #fff;
    border-radius: 16px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.steps-item:not(:last-child) {
    margin-bottom: 16px
}

.steps-item.active, .steps-item:hover {
    -webkit-box-shadow: 0 10px 30px rgba(12, 21, 46, .08);
    box-shadow: 0 10px 30px rgba(12, 21, 46, .08)
}

.steps-item.active .steps-item__title, .steps-item:hover .steps-item__title {
    color: #4070f4
}

.steps-item__title {
    margin-bottom: 12px;
    font-family: "Gilroy Bold";
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .01em;
    color: #0c152e;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.steps-item__text {
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    color: #636979;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

@media (max-width: 767px) {
    .steps-item__text {
        display: none
    }
}

.ts-block{
    padding-top: 104px;
}

.testimonial-statistics__row{
    background: #FFFFFF;
    box-shadow: 0 4px 30px rgba(1, 16, 81, 0.08);
    border-radius: 16px;
    /*padding: 36px 48px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.testimonial-statistics-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 36px 0;
    width: 25%;
    justify-content: center;
}
.testimonial-statistics-item img{
    width: 38px;
    height: 38px;
    margin-right: 12px;
    margin-bottom: 0;
}
.testimonial-statistics-item-name{
    font-size: 16px;
    line-height: 16px;
    color: #636979;
    font-family: "Gilroy Regular";
    margin-bottom: 6px;
}
.testimonial-statistics-item-ratee{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.testimonial-statistics-item-ratee .rating {
    float: unset;
    right: 0;
    justify-content: flex-start;
    margin: 0;
}
.testimonial-statistics-item-ratee-num{
    font-size: 16px;
    line-height: 16px;
    color: #0C152E;
    font-family: "Gilroy Bold";
    margin-left: 16px;
}
@media (max-width: 1050px){
    .testimonial-statistics__row{
        flex-wrap: wrap;
    }
    .testimonial-statistics-item{
        width: 50%;
        justify-content: center;
    }
}
@media (max-width: 650px){
    .testimonial-statistics__row{
        background: initial;
        box-shadow: initial;
        border-radius: initial;
        padding: initial;
    }
    .testimonial-statistics-item{
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0 4px 30px rgba(1, 16, 81, 0.08);
        border-radius: 16px;
        padding: 20px;
        margin-bottom: 30px;
    }
    .testimonial-statistics-item:nth-child(4){
        margin-bottom: 0;
    }
}

.testimonials {
    padding-top: 104px;
    padding-bottom: 126px
}

.testimonials .section-content {
    margin-right: auto;
    margin-left: auto
}

.testimonials-row {
    display: flex;
    justify-content: space-between
}

@media (max-width: 1050px) {
    .testimonials-row {
        flex-direction: column;
        align-items: center
    }
}

.testimonials .people-row__video {
    height: 640px
}

@media (max-width: 1050px) {
    .testimonials .people-row__video {
        height: 515px
    }
}

.testimonials .section-content {
    width: 100%
}

.testimonials-content {
    width: 100%;
    max-width: 635px;
    margin: 0 0 0 30px
}

@media (max-width: 1050px) {
    .testimonials-content {
        margin: 0
    }
}

.gifts {
    padding-bottom: 177px
}

@media (max-width: 767px) {
    .gifts {
        padding-bottom: 76px
    }
}

.gifts-title {
    margin-bottom: 63px
}

.gifts-title span {
    position: relative;
    display: inline-block
}

.gifts-title span::before {
    content: "";
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    display: block;
    width: 100%;
    height: 11px;
    background-image: url(../images/span-line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.gifts .banner__sidebar {
    width: calc(100% - 60px);
    margin: 0 auto;
    max-width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 10px 64px rgba(12, 21, 46, .08);
    box-shadow: 0 10px 64px rgba(12, 21, 46, .08);
    border-radius: 32px;
    padding: 48px 48px 8px
}

@media (max-width: 1050px) {
    .gifts .banner__sidebar {
        padding: 32px
    }
}

@media (max-width: 767px) {
    .gifts .banner__sidebar {
        width: 100%;
        padding: 24px
    }
}

.gifts .banner__sidebar::before {
    width: calc(100% + 60px);
    max-height: 217px;
    top: 122px;
    left: -30px;
    background: #f6f8fa;
    border-radius: 32px
}

.gifts .banner__sidebar::after {
    border-radius: 32px
}

.gifts .banner__sidebar form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media (max-width: 767px) {
    .gifts .banner__sidebar form {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.gifts .banner__sidebar form .select-row-gift:not(:last-child) {
    margin-bottom: 32px
}

@media (max-width: 767px) {
    .gifts .banner__sidebar form .select-row-gift:not(:last-child) {
        margin-bottom: 16px
    }
}

.gifts .banner__sidebar form .select-row-gift {
    width: 100%;
    max-width: 302px
}

@media (max-width: 1050px) {
    .gifts .banner__sidebar form .select-row-gift {
        max-width: 297px
    }
}

.gifts .banner__sidebar form .select-row-value {
    padding-top: 26px
}

@media (max-width: 767px) {
    .gifts .banner__sidebar form .select-row-value {
        padding-top: 0
    }
}

.gifts .banner__sidebar form .select-row-value .select-row-val-nums {
    width: 100%
}

.gifts .banner__sidebar form .select-row-value .select-row-val-nums input {
    min-width: 234px
}

@media (max-width: 767px) {
    .gifts .banner__sidebar form .select-row-value .select-row-val-nums input {
        min-width: 0;
        width: 100%;
        max-width: 234px
    }
}

.gifts .banner__sidebar form .select-row-words .select-row-val-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.gifts .banner__sidebar form .select-row-words .select-row-val-wrap .select-row-val {
    display: block;
    width: auto
}

.gifts .banner__sidebar form .select-row-words .select-row-val-wrap .select-row-val p {
    line-height: 34px
}

.gifts .banner__sidebar form .select-row-words .select-row-val-wrap .select-row-val .select-row__title {
    margin-bottom: 14px
}

.gifts .banner__sidebar form .select-row-words .select-row-val-wrap .select-row-titles-2 {
    margin-right: 0;
    display: inline-block
}

.gifts .banner__sidebar form .select-row-words .select-row-val-wrap .select-row-titles-2 p {
    margin-bottom: 14px;
    font-family: "Gilroy Medium";
    font-size: 14px;
    line-height: 14px;
    color: #636979
}

.gifts .banner__sidebar form .select-row-words .select-row-val-wrap .select-row-titles-2 b {
    display: block;
    font-family: "Gilroy Bold";
    font-size: 24px;
    line-height: 32px;
    color: #0c152e
}

.gifts .banner__sidebar form .banner__bottom {
    padding-top: 26px
}

@media (max-width: 767px) {
    .gifts .banner__sidebar form .banner__bottom {
        padding-top: 0
    }
}

.gifts .banner__sidebar form .banner__bottom .btn-el {
    width: 100%
}

.services {
    padding-bottom: 50px
}

.services-features {
    position: relative;
    margin: 70px 0 0 0;
    padding: 32px 24px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 64px rgba(12, 21, 46, .04);
    box-shadow: 0 10px 64px rgba(12, 21, 46, .04);
    border-radius: 16px
}

.features-inner {

}

.features-inner:before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 19px;
    left: 16px;
    width: 100%;
    height: 100%;
    background: #d1dbf8;
    border-radius: 16px;
}

.features-inner:after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 16px;
}

@media (max-width: 1050px) {
    .services-features {
        display: none
    }
}

.services-features::before {
    content: "";
    position: absolute;
    top: -32px;
    right: 24px;
    width: 64px;
    height: 64px;
    background-image: url(../images/frame-i.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
}

.services-features .title-el {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
    position: relative;
    z-index: 2;
}

.services-features .features-item__info > span:last-child {
    font-size: 18px;
    line-height: 18px
}

.services-features .features-bottom__text_main {
    font-size: 16px;
    line-height: 16px
}

.services-features .btn-el {
    width: 100%;
    margin-top: 24px;
    position: relative;
    z-index: 2;
}

.services-features .features-item p {
    font-size: 16px;
    line-height: 16px
}

.services-rated {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 70px 0 0 0;
    padding: 32px 24px;
    border-radius: 16px;
    background-image: url(../images/rated.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 10px 64px rgba(12, 21, 46, .04);
    box-shadow: 0 10px 64px rgba(12, 21, 46, .04)
}

.services-rated h3 {
    margin-bottom: 12px;
    width: 100%;
    font-family: "Gilroy Bold";
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #fff
}

.services-rated h4 {
    margin-bottom: 4px;
    width: 100%;
    font-family: "Gilroy ExtraBold";
    font-size: 56px;
    line-height: 68px;
    text-align: center;
    color: #fff
}

.services-rated h5 {
    margin-bottom: 24px;
    width: 102%;
    font-family: "Gilroy Bold";
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #fff
}

.services-rated .stars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px
}

.services .section-row .features-row {
    display: none
}

@media (max-width: 1050px) {
    .services .section-row .features-row {
        display: block;
        margin: 141px 0 72px
    }
}

@media (max-width: 1050px) {
    .services .title-el {
        text-align: center
    }
}

@media (max-width: 767px) {
    .services.section.section-main + .information-banner {
        padding-top: 10px
    }
}

.contacts {
    padding-bottom: 104px
}

@media (max-width: 1050px) {
    .contacts {
        padding-bottom: 76px
    }
}

.contacts-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.contacts-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 49%;
    margin-bottom: 57px
}

@media (max-width: 767px) {
    .contacts-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%
    }
}

.contacts-item__img {
    width: 65px;
    min-width: 65px;
    height: 65px;
    margin-right: 31px
}

#contacts_chat_js .contacts-item__img,
#contacts_chat_js .contacts-item__cnt {
    cursor: pointer;
}

@media (max-width: 767px) {
    .contacts-item__img {
        margin: 0 0 16px
    }
}

.contacts-item__img img {
    max-width: 100%
}

.contacts-item__cnt h3 {
    width: 100%;
    margin-bottom: 8px;
    font-family: "Gilroy Bold";
    font-size: 24px;
    line-height: 32px;
    color: #0c152e
}

@media (max-width: 767px) {
    .contacts-item__cnt h3 {
        text-align: center
    }
}

.contacts-item__cnt a, .contacts-item__cnt p {
    word-break: normal;
    display: block;
    width: 100%;
    font-family: "Gilroy Bold";
    font-size: 18px;
    line-height: 26px;
    color: #636979;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

@media (max-width: 767px) {
    .contacts-item__cnt a, .contacts-item__cnt p {
        text-align: center
    }
}

.contacts-item__cnt a:hover {
    color: #24bc94
}

.samples-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: calc(100% + 30px);
    margin-left: -15px
}

@media (max-width: 759px) {
    .samples-row {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.samples-item {
    width: 100%;
    max-width: 350px;
    padding: 32px 24px;
    background: #fff;
    -webkit-box-shadow: 0 10px 64px rgba(12, 21, 46, .04);
    box-shadow: 0 10px 64px rgba(12, 21, 46, .04);
    border-radius: 16px;
    margin: 0 15px 32px
}

.samples-item h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 52px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
    font-family: "Gilroy Bold";
    font-size: 18px;
    line-height: 26px;
    color: #0c152e
}

.samples-list div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px
}

.samples-list div p {
    min-width: 130px;
    margin-right: 14px;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    color: #8a8f9f
}

.samples-list div span {
    display: block;
    width: 100%;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    color: #636979
}

.samples-bottom {
    padding-top: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.samples-bottom .btn-el {
    width: 100%;
    max-width: 145px;
    padding: 0 5px
}

.samples-tag {
    display: inline-block;
    margin-bottom: 16px;
    padding: 4px 8px;
    border-radius: 4px;
    font-family: "Gilroy Medium";
    font-size: 14px;
    line-height: 14px;
    border-radius: 4px
}

.samples-tag_blue {
    background: rgba(64, 112, 244, .1);
    color: #4070f4
}

.samples-tag_green {
    background: #e9f8f4;
    color: #24bc94
}

.samples-tag_orange {
    background: #fff8e5;
    color: #fb0
}

.samples-tag_red {
    background: #fdefec;
    color: #e95f45
}

.pdf {
    margin-left: 18px;
    display: inline-block;
    font-family: "Gilroy Bold";
    font-size: 18px;
    line-height: 26px;
    text-decoration: underline;
    color: #636979
}

.pdf:hover {
    text-decoration: none
}

.error-page {
    padding-bottom: 208px
}

@media (max-width: 1050px) {
    .error-page {
        padding-bottom: 76px
    }
}

.error-page-cnt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column
}

.error-page-cnt img {
    width: 100%;
    max-width: 260px;
    margin: 0 auto 22px
}

.error-page-cnt h2 {
    width: 100%;
    margin-bottom: 48px;
    font-family: "Gilroy Bold";
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #0c152e
}

.error-page-cnt .btn-el {
    width: 100%;
    max-width: 200px;
    padding: 0 15px
}

.blog {
    padding-bottom: 104px
}
.blog.section{
    padding-top: 44px;
}

.blog-row{
    display: flex;
    flex-direction: column;
}

.blog-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 921px;
    margin: 0 auto 32px
}

@media (max-width: 767px) {
    .blog-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.blog-item__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 30px;
    width: 100%;
    max-width: 350px;
    -webkit-box-shadow: 0 10px 64px rgba(12, 21, 46, .04);
    box-shadow: 0 10px 64px rgba(12, 21, 46, .04);
    border-radius: 16px
}

@media (max-width: 1050px) {
    .blog-item__img {
        max-width: 285px
    }
}

@media (max-width: 767px) {
    .blog-item__img {
        max-width: 285px;
        margin: 0 auto 36px
    }
}

.blog-item__img img {
    max-width: 100%
}

.blog-item__title {
    display: block;
    margin-bottom: 8px;
    font-family: "Gilroy Bold";
    font-size: 24px;
    line-height: 32px;
    color: #0c152e;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

@media (max-width: 767px) {
    .blog-item__title {
        font-size: 20px;
        line-height: 28px
    }
}

.blog-item__title:hover {
    color: #fb0
}

.blog-item__date {
    margin-bottom: 24px;
    font-family: "Gilroy Medium";
    font-size: 14px;
    line-height: 20px;
    color: #8a8f9f
}

.blog-item p {
    margin-bottom: 24px;
    font-family: "Gilroy Regular";
    font-size: 18px;
    line-height: 26px;
    color: #636979
}

.blog-item .btn-el {
    width: 100%;
    max-width: 145px;
    padding: 0 15px
}

.blog-item-slider {
    margin-bottom: 76px
}

.blog-item-slider .layout-wrapper {
    width: 100%;
    overflow: hidden
}

.blog-slider {
    width: calc(100% + 30px);
    margin-left: -15px
}

@media (max-width: 1140px) {
    .blog-slider {
        width: 100%;
        margin-left: 0
    }
}

@media (max-width: 630px) {
    .blog-slider {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
        margin-left: -5px;
        margin-right: -5px
    }
}

@media (max-width: 630px) {
    .blog-slider-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.blog-slider .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 33px 0 0;
    margin: 0;
    list-style: none
}

@media (max-width: 1170px) {
    .blog-slider .slick-dots {
        padding: 40px 0 0
    }
}

.blog-slider .slick-dots li {
    cursor: pointer;
    display: block;
    width: 15px;
    min-width: 15px;
    max-width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #f2f2f2;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

@media (max-width: 1170px) {
    .blog-slider .slick-dots li {
        width: 9px;
        min-width: 9px;
        max-width: 9px;
        height: 9px
    }
}

.blog-slider .slick-dots li.slick-active {
    background-color: #fb0
}

.blog-slider .slick-dots li:not(:last-child) {
    margin-right: 37px
}

@media (max-width: 1170px) {
    .blog-slider .slick-dots li:not(:last-child) {
        margin-right: 24px
    }
}

.blog-slider .slick-dots li button {
    display: none
}

.blog-prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 350px
}

.blog-prev-wrap {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px
}

@media (max-width: 630px) {
    .blog-prev-wrap {
        padding: 0
    }
}

@media (max-width: 899px) {
    .blog-prev {
        max-width: 100%;
        width: auto
    }
}

@media (max-width: 630px) {
    .blog-prev {
        margin: 0 5px
    }
}

.blog-prev__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
    width: 100%;
    max-width: 350px;
    border-radius: 16px
}

.blog-prev__img img {
    max-width: 100%
}

.blog-prev__title {
    display: block;
    margin-bottom: 8px;
    font-family: "Gilroy Bold";
    font-size: 20px;
    line-height: 28px;
    color: #0c152e;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

@media (max-width: 767px) {
    .blog-prev__title {
        font-size: 20px;
        line-height: 28px
    }
}

@media (max-width: 899px) {
    .blog-prev__title {
        max-width: 350px
    }
}

.blog-prev__title:hover {
    color: #fb0
}

.blog-prev__date {
    margin-bottom: 24px;
    font-family: "Gilroy Medium";
    font-size: 14px;
    line-height: 20px;
    color: #8a8f9f
}

@media (max-width: 899px) {
    .blog-prev__date {
        max-width: 350px
    }
}

.blog-prev p {
    margin-bottom: 24px;
    font-family: "Gilroy Regular";
    font-size: 18px;
    line-height: 26px;
    color: #636979
}

@media (max-width: 899px) {
    .blog-prev p {
        max-width: 350px
    }
}

.blog-prev .btn-el {
    width: 100%;
    max-width: 145px;
    padding: 0 15px
}

.title-el_blog {
    margin-bottom: 16px
}

@media only screen and (max-width: 1600px) {
    .title-el_blog {
        margin-bottom: 0
    }
}

@media (max-width: 1050px) {
    .title-el_blog {
        margin-bottom: 8px
    }
}

@media (max-width: 767px) {
    .title-el_blog {
        margin-bottom: 16px
    }
}

.date-el_blog {
    margin-bottom: 32px
}

@media only screen and (max-width: 1600px) {
    .date-el_blog {
        margin-bottom: 16px
    }
}

.login-form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 208px;
    padding: 32px 24px;
    background: #fff;
    border: 1px solid #ececee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px
}

@media (max-width: 1050px) {
    .login-form {
        margin: 0 auto 72px
    }
}

.login-form a {
    display: block;
    font-family: "Gilroy Bold";
    font-size: 18px;
    line-height: 26px;
    color: #4070f4;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.login-form a:hover {
    color: #0c152e
}

.login-form a:not(:last-child) {
    margin-bottom: 15px
}

.login-form p {
    display: block;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    color: #636979
}

.login-form p:not(:last-child) {
    margin-bottom: 15px
}

.login-form .btn-el {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px
}

.css-info:after {
    content: attr(data-info)
}

.video-youtube {
    margin-bottom: 25px
}

.video-youtube iframe {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    display: block
}

.inner-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 35px 0
}

.inner-page .sample {
    border-radius: 4px 4px 0 0;
    width: calc(50% - 40px);
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0;
    -webkit-box-shadow: 0 0 9px 1px rgba(184, 183, 182, .35);
    box-shadow: 0 0 9px 1px rgba(184, 183, 182, .35);
    width: calc(50% - 15px)
}

.inner-page .sample__list {
    padding-top: 10px;
    padding-bottom: 46px;
    padding-left: 20px
}

.inner-page .sample__title {
    padding-right: 100px
}

.inner-page .sample__title:before {
    display: none
}

.inner-page .sample__download {
    right: 10px
}

.inner-page .sample__type {
    background-color: #4070f4;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em
}

.inner-page .sample__download {
    position: absolute;
    right: 20px;
    top: 31px;
    background: url(/img/pdf.png) no-repeat center top;
    padding-top: 90px;
    width: 94px;
    color: #4070f4;
    text-decoration: none !important;
    font-size: 16px;
    text-align: center
}

.inner-page .sample__download {
    right: 20px
}

.inner-page .sample__download:hover {
    color: #24bc94
}

.inner-page .sample__list {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 46px;
    padding-left: 20px;
    min-height: 60px
}

.inner-page .sample__link {
    text-decoration: none !important;
    font-weight: 600;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #0c152e
}

.inner-page .sample__link:hover {
    text-decoration: underline
}

.inner-page .sample__download .sample__file {
    white-space: nowrap;
    font-family: "Gilroy Bold";
    font-size: 15px;
    line-height: 16px;
    letter-spacing: .02em
}

@media (max-width: 1023px) {
    .inner-page .sample {
        width: calc(50% - 16px)
    }

    .inner-page .sample__title {
        padding-right: 100px
    }
}

@media (max-width: 767px) {
    .inner-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .inner-page .sample {
        width: 100%
    }

    .inner-page .sample__list {
        min-height: 90px;
        padding-bottom: 16px
    }

    .inner-page .sample:first-child {
        margin-bottom: 25px
    }
}

.sample_slider {
    margin-top: 30px;
    margin-bottom: 120px
}

.sample_slider .sample_analytic {
    border: 1px solid #4070f4;
    max-width: 310px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 100px;
    position: relative;
    height: 224px
}

.sample_slider .slick-prev:before, .slick-next:before {
    color: #33adff
}

.sample_slider .sample_analytic:before {
    content: "";
    width: 100%;
    height: 224px;
    position: absolute;
    z-index: 10;
    background-color: #4070f4;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out 0;
    -moz-transition: opacity .3s ease-out 0;
    -o-transition: opacity .3s ease-out 0;
    transition: opacity .3s ease-out 0
}

.sample_slider .sample_analytic:hover:before {
    opacity: .8
}

.sample_slider .sample_analytic:hover .slider-info-block {
    opacity: 1;
    visibility: visible;
    transition: 1s
}

.sample_slider .sample_analytic a {
    display: block
}

.sample_slider .sample_analytic a img {
    max-width: 100%;
    width: 100%;
    opacity: .5
}

.sample_slider .slider-info-block {
    position: absolute;
    top: 25px;
    z-index: 11;
    opacity: 0;
    visibility: hidden
}

.sample_slider .slider-info-block p {
    color: #fff !important;
    font-weight: 400;
    padding: 0 20px 20px;
    text-align: center;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em
}

.sample_slider .slider-info-block a {
    width: 188px;
    height: 40px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    background-color: #24bc94;
    text-align: center;
    color: #ffff !important;
    font-family: "Gilroy Regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0 auto
}

.sample_slider .slider-info-block a:hover {
    text-decoration: none !important
}

.sample_slider .sample_link {
    position: absolute;
    color: #fff !important;
    font-weight: 400;
    z-index: 12;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em
}

.sample_slider .sample_analytic a {
    color: #fff !important
}

.sample_slider .sample_title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    margin-top: 10px
}

@media (max-width: 1024px) and (orientation: landscape) {
    .sample_slider .sample_analytic {
        margin-left: 10px;
        max-width: 254px
    }

    .sample_slider p.sample_title {
        max-width: 254px;
        margin-left: 10px !important
    }
}

@media (min-width: 320px) and (max-width: 400px) {
    .sample_slider .sample_link {
        top: 80%
    }
}

.pages .dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 12px
}

.pages .dots a, .pages .dots span {
    display: block;
    font-family: "Gilroy Bold";
    font-size: 18px;
    line-height: 18px;
    color: #636979;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.pages .dots .next span, .pages .dots .prev span {
    display: initial
}

.pages .dots a:not(:last-child), .pages .dots span:not(:last-child) {
    margin-right: 24px
}

.pages .dots a svg path {
    fill: #636979;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.pages .dots a.active, .pages .dots span.current {
    color: #0c152e
}

.pages .dots a:not(.active):hover, .pages .dots span:not(.current):hover {
    color: #4070f4
}

.pages .dots a:not(.active):hover svg path {
    fill: #4070f4
}

@media (max-width: 767px) {
    .pages .dots .next span, .pages .dots .prev span {
        display: none
    }
}

.calc-ord {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-family: "Gilroy Bold";
    text-align: center;
    letter-spacing: 0 !important;
    color: #fff;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    min-height: 48px;
    font-size: 18px;
    line-height: 18px;
    background-color: #24bc94;
    padding: 0 20px;
    max-width: 200px;
    border-radius: 5px
}

.calc-ord:hover {
    background-color: #4070f4
}

.gifts .calc-ord {
    max-width: initial
}

.select-row select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 3px 34px 3px 18px;
    min-height: 48px;
    background: #f6f8fa;
    border-radius: 4px;
    border: 1px solid #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #0c152e;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    width: 100%;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    line-height: 42px;
    font-family: "Gilroy Regular";
    font-size: 16px;
}

@media only screen and (max-width: 1600px) {
    .select-row select {
        padding: 0px 34px 0px 18px;
        min-height: 36px;
        line-height: 36px;
    }
}

.order-btn {
    display: flex;
    justify-content: center;
    margin-top: 30px
}

.post-order {
    margin-bottom: 20px
}

.section.order {
    padding-top: 50px
}

.banner__sidebar.fixed-sidebar-calc {
    position: fixed;
    top: 140px !important
}

.banner__sidebar.absolute-sidebar-calc {
    position: absolute;
    width: 100%;
    bottom: 0 !important;
    top: auto !important
}

.first-absolute-sidebar-calc {
    position: absolute;
    width: 100%;
    max-width: 300px
}

.section-row {
    position: relative
}

.banner__sidebar {
    top: 0 !important
}

.mob-select-block {
    display: none
}

@media screen and (max-width: 560px) {
    .mob-select-block {
        display: block
    }

    .desc-footer {
        display: none
    }

    .mob-select-block select {
        display: flex;
        width: 100%;
        height: 40px;
        box-shadow: 0 3px 9px rgb(0 0 0 / 10%), 0 10px 30px rgb(0 0 0 / 10%);
        background-color: #fff;
        border: none;
        outline: 0;
        -webkit-appearance: none;
        background-image: url(../images/angle-down.png);
        background-repeat: no-repeat;
        background-position: 94% center;
        padding-left: 20px;
        margin-bottom: 20px;
        border-radius: 5px
    }
}

.entry-footer {
    margin-top: 50px
}
.entry-footer.blog-item{
    margin-top: 0;
    margin-bottom: 104px;
}

.a-writer {
    box-shadow: -3px 0 0 #4070f4, 0 2px 10px rgb(0 0 0 / 15%);
    border-radius: 6px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.a-writer.a-writer-cat{
    padding: 30px;
}

.a-writer__top {
    display: flex;
}

@media (max-width: 767px) {
    .a-writer__top {
        flex-direction: column;
        align-items: center;
    }
}

.a-writer__block-title{
    width: 100%;
    margin-bottom: 16px;
    font-family: 'Gilroy Bold';
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    color: #0C152E;
}
.a-writer-cat .a-writer__block-title{
    margin-bottom: 8px;
}
@media(max-width: 767px){
    .a-writer-cat .a-writer__block-title{
        text-align: center;
    }
}

.a-writer__img {
    background-size: contain;
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    margin: 0 25px 0 0
}
.a-writer-cat .a-writer__img{
    width: 100px;
    height: 100px;
    margin: 0 30px 0 0
}

@media (max-width: 767px) {
    .a-writer__img {
        margin: 0 0 12px 0;
    }
    .a-writer-cat .a-writer__img{
        margin: 0 0 12px 0
    }
}

.a-writer__right a{
    display: block;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.a-writer__title {
    font-family: "Gilroy Bold";
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .02em;
    color: #0c152e;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.a-writer__right a:hover .a-writer__title{
    color: #fb0;
}

@media (max-width: 767px) {
    .a-writer__title {
        text-align: center;
    }
}

.a-writer__text {
    margin: 0;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #636979
}

@media (max-width: 767px) {
    .a-writer__text {
        text-align: center;
    }
}

.a-writer__btn {
    margin: 12px 0 0 0;
}

.a-writer__jobs {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 2px solid #ccdbe9;
}

@media (max-width: 767px) {
    .a-writer__jobs {
        flex-direction: column;
    }
}

.a-writer__item {
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    margin: 0 15px;
    text-align: left;
    color: #4f5e78;
}

@media (max-width: 767px) {
    .a-writer__item {
        margin: 0;
    }
}

.a-writer__item span {
    color: #7d68ff;
    font-weight: 700;
}
.a-writer__block-counter{
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #636979;
    font-family: "Gilroy Medium";
    padding-top: 16px;
    border-top: 2px solid #CCDBE9;
    width: 100%;
    text-align: center;
}
.a-writer__block-counter span{
    font-family: "Gilroy Bold";
    color: #4070F4;
}
@media(max-width: 767px){
    .a-writer__block-counter{
        font-size: 14px;
        line-height: 24px;
    }
}

.wp-block-table {
    margin-bottom: 20px
}
.wp-block-table td.bg {
    background: grey;
}
.wp-block-table td {
    border: 1px solid rgba(0, 0, 0, .075) !important;
    padding: 10px 0 10px 10px;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #636979
}

.wp-block-table tr:first-child td {
    border-bottom: 3px solid rgba(0, 0, 0, .075) !important;
    font-weight: 600
}

.wp-block-table tr:hover {
    background-color: rgba(0, 0, 0, .075) !important
}

.wp-block-table tr:first-child:hover {
    background-color: transparent !important
}

.wp-block-quote {
    border-left: 5px solid #000;
    padding-left: 10px
}

.section-main_blog .wp-block-table tr td:first-child {
    min-width: 120px;
    font-weight: 700
}

@media (max-width: 767px) {
    .section-main_blog .wp-block-table tr td:first-child {
        min-width: 30px;
        font-weight: 700;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        text-align: center;
    }
    .wp-block-table tbody tr:first-child td {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        ms-transform: rotate(180deg);
        -webkit-transform: rotate(
                180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(
                180deg);
        text-align: center;
    }
    .blog-item-slider + .information-banner {
        padding-top: 0
    }

    .section-main_blog .wp-block-image img {
        height: auto;
        /*display: none*/
    }
}

.testimonials .title-el {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto
}

.wrapper {
    position: relative;
    margin-bottom: 100px
}

.writers.section ol li::before {
    display: none
}

.wrapper .swiper-button-next, .wrapper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #ccdbe9;
    border-radius: 6px;
    background-position: center center;
    background-repeat: no-repeat;
    top: inherit;
    right: 20px;
    bottom: -40px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wrapper .swiper-button-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wrapper .swiper-button-prev {
    left: inherit;
    right: 62px
}

.wrapper .swiper-button-next:hover {
    border-color: #7d68ff;
    background-image: url(/img/new-index/white-arrow-colored.svg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wrapper .swiper-button-prev:hover {
    border-color: #7d68ff;
    background-image: url(/img/new-index/white-arrow-colored.svg)
}

.wrapper .swiper-slide {
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    border-radius: 6px;
    height: auto;
    /*padding-bottom: 10px*/
}

.wrapper .swiper-slide .writer-slide {
    padding: 20px 20px 16px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*-webkit-box-pack: justify;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    height: 92%
}

.wrapper .swiper-container {
    padding: 20px 10px
}

.information-row1 .wrapper .swiper-container {
    overflow: hidden
}

.writer-slide .writer-person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    /*height: 16%*/
    position: relative;
}

.writer-slide .writer-person img {
    width: 70px;
    height: 70px;
    margin-right: 16px;
    margin-bottom: 0;
}

.writer-slide .writer-person .writer-person-desc {
    text-align: left
}

.writer-slide .writer-person .writer-name {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 26px;
    color: #0C152E;
    font-family: "Gilroy Bold";
}
.writer-slide .wr-ratee{
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.writer-slide .writer-person .writer-person-desc .rating {
    float: unset;
    right: 0;
    justify-content: flex-start;
}
.writer-slide .wr-ratee-num{
    font-size: 16px;
    line-height: 16px;
    color: #636979;
    font-family: "Gilroy Bold";
    margin-left: 8px;
}
.writer-slide .writer-rev-num{
    font-size: 14px;
    line-height: 20px;
    font-family: "Gilroy Regular";
    color: #8A99B2;
}
.writer-person-verified{
    font-size: 14px;
    line-height: 26px;
    color: #24BC94;
    font-family: "Gilroy Regular";
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    right: 0;
}
.writer-person-verified span{
    width: 16px;
    height: 16px;
    background: url("/images/check-icon.svg") center center/cover no-repeat;
    margin-right: 4px;
}
/*.writer-slide .writer-person .writer-person-desc .writer-place {*/
/*    font-size: 13px;*/
/*    line-height: 18px;*/
/*    text-transform: capitalize;*/
/*    color: #8a99b2*/
/*}*/
.writer-slide .writer-country{
    display: flex;
    align-items: center;
    margin: 0;
    text-align: left;
    font-weight: 400;
    margin-bottom: 8px;
    font-style: normal;
    text-transform: capitalize;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    color: #636979;
}
.writer-slide .writer-country span{
    width: 24px;
    height: 24px;
    margin-right: 4px;
}
.writer-slide .writer-country span.us{
    background: url("/images/united-states.svg") center center/cover no-repeat;
}
.writer-slide .writer-country span.ca{
    background: url("/images/canada.svg") center center/cover no-repeat;
}

.writer-slide .writer-place{
    margin: 0;
    text-align: left;
    font-weight: 400;
    margin-bottom: 16px;
    font-style: normal;
    text-transform: capitalize;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    color: #636979;
}

.writer-slide .writer-skills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.writer-slide .writer-skills p {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 2px 8px;
    text-transform: capitalize;
    margin-right: 8px;
    margin-bottom: 8px;
    background: #E5EEFF;
    border-radius: 2px;
    font-size: 16px;
    line-height: 24px;
    color: #4F5E78;
    font-family: "Gilroy Regular";
}

.writer-slide .writer-lvl {
    margin: 0;
    text-align: left;
    font-weight: 400;
    margin-bottom: 4px;
    font-style: normal;
    text-transform: capitalize;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    color: #636979;
}

.writer-slide .writer-lvl span {
    color: #0C152E;
    margin-left: 4px;
}

.writer-slide .writer-exp {
    text-align: left;
    margin: 0;
    text-align: left;
    font-weight: 400;
    margin-bottom: 12px;
    font-style: normal;
    text-transform: capitalize;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    color: #636979;
}

.writer-slide .writer-exp span {
    color: #0C152E;
    margin-left: 4px;
}

.writer-slide .writer-text {
    margin: 0;
    text-align: left;
    font-weight: 400;
    padding-bottom: 34px;
    font-style: normal;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    color: #636979;
}
.writer-slide .writer-jobs{
    margin-top: auto;
}

.writer-slide .writer-orders, .writer-slide .writer-rate {
    margin: 0;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 24px;
    color: #636979;
}

.writer-slide .writer-orders {
    padding-top: 16px;
    border-top: 2px solid #ccdbe9;
    margin-bottom: 8px;
}

.writer-slide .writer-orders span, .writer-slide .writer-rate span {
    color: #4070F4;
    font-family: "Gilroy Bold";
    margin-left: 4px;
}

.slide-control {
    display: none
}

.swp-btns{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.swp-btns .swiper-button-next, .swp-btns .swiper-button-prev{
    position: initial;
}
.swp-btns .swiper-button-next{
    margin-left: 10px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px
}

.wrapper .swiper-button-next, .wrapper .swiper-button-next:hover {
    transform: rotate(360deg)
}

.swiper-slide .btn-el {
    max-width: 100%;
    display: block;
    border-radius: 4px;
    margin: 0 20px 20px;
}
#calc1:hover,#calc2:hover,#calc3:hover,#calc4:hover {
    border-width: 1px;
    border-style: solid;
    border-color: #4070f4;
}
#calc1,#calc2,#calc3,#calc4 {
    transition: border-color ease-in-out .15s;
}

.ow-cont-md{
    margin-top: 48px;
}

.ow-cont-sm{
    margin-top: 24px;
}
.ow-cont-sm .info-row > h3{
    font-family: "Gilroy ExtraBold";
}

.about-us-page .ratings {
    font-family: "Gilroy Regular";
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0px 4px 30px rgb(1 16 81 / 8%);
    border-radius: 32px;
    /* margin-bottom: 100px; */
}
.about-us-page .ratings__service {
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    /*padding: 14px;*/
    padding: 36px 0;
    /*margin-top: 60px;*/
    /*margin-bottom: 60px;*/
    /*margin-right: 10px;*/
    /*margin-left: 10px;*/
    /*max-width: 250px;*/
    /*width: 100%;*/
    width: 25%;
    justify-content: center;
}
.about-us-page .ratings__service-img {
    width: 34px;
    height: 34px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: contain;
}
.about-us-page .ratings__service-img.sitejabber {
    background-image: url(/img/sitejabber.svg);
}
.about-us-page .ratings__service-img.reviewsio {
    background-image: url(/img/reviews-io.png);
}
.about-us-page .ratings__service-img.trustpilot {
    background-image: url(/img/trustpilot.svg);
}
.about-us-page .ratings__service-img.logosmall {
    background-image: url(/img/smallstats.png);
}
.about-us-page .ratings__service-info {
    display: flex;
    flex-direction: column;
}
.about-us-page .ratings__service-stars {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.about-us-page .ratings__service .rate-text {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #011051;
    margin-right: 11px;
}
.about-us-page .ratings__service .rating {
    /* width: unset; */
}
.about-us-page .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 94px;
    margin: 5px 0;
}
.about-us-page .ratings__service-stars .rating.full {
    background-image: url(/img/stars-full.svg) !important;
    background-repeat: no-repeat;
    min-height: 12px;
}
.about-us-page .ratings__service-stars .rating {
    background-image: url(/img/stars.svg) !important;
    background-repeat: no-repeat;
    min-height: 12px;
}
.about-us-page .ratings__service-info span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 13px;
    color: #212F36;
    margin-bottom: 3px;
}
@media (max-width: 767px) {
    .about-us-page .ratings__service {
        /*margin-top: 20px;*/
        /*margin-bottom: 20px;*/
        margin-bottom: 20px;
        width: 100%;
        box-shadow: 0 4px 30px rgba(1, 16, 81, 0.08);
    }
    .about-us-page .ratings__service:last-child{
        margin-bottom: 0;
    }
    .about-us-page .ratings {
        justify-content: center;
        box-shadow: none;
    }
    .ratings__service-stars .rating {
        margin: 0;
    }
}
@media (min-width:768px) and (max-width: 991px) {
    .about-us-page .ratings__service {
        /*margin-top: 30px;*/
        /*margin-bottom: 30px;*/
        width: 50%;
    }
    .about-us-page .ratings {
        justify-content: center;
    }
}
.about-us-page .section__columns {
    display: flex;
    padding-top: 30px;
}
.about-us-page .section__columns .info-row {
    width: 50%;
}
.about-us-page .section__columns .info-row:first-child {
    margin-right: 30px;
}
@media (max-width: 767px) {
    .about-us-page .section__columns {
        display: block;
    }
    .about-us-page .section__columns .info-row {
        width: 100%;
    }
    .about-us-page .section__columns .info-row:first-child {
        margin-right: 0;
    }
}
.samples_block {
    margin: 50px 0;
}
.samples_block .slider_samples .item_sample {
    margin: 0 10px;
}
.samples_block .slider_samples .item_sample .head{
    margin-bottom: 10px;
    height: 56px;
}
.samples_block .slider_samples .item_sample.blue .head{
    background: url("/images/folder4.png") no-repeat;
    background-size: 100% 100%;
}
.samples_block .slider_samples .item_sample.green .head{
    background: url("/images/folder3.png") no-repeat;
    background-size: 100% 100%;
}
.samples_block .slider_samples .item_sample.yellow .head{
    background: url("/images/folder2.png") no-repeat;
    background-size: 100% 100%;
}
.samples_block .slider_samples .item_sample.orange .head{
    background: url("/images/folder5.png") no-repeat;
    background-size: 100% 100%;
}

.samples_block .slider_samples .item_sample .head .title{
    font-family: 'Gilroy Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    border-radius: 4px;
    padding: 4px 12px;
    margin: 12px 16px;
    display: inline-block;
}
.samples_block .slider_samples .item_sample.blue .head .title {
    color: #2F68ED;
    background: #D8E2FD;
}
.samples_block .slider_samples .item_sample.yellow .head .title {
    color: #C09747;
    background: #FDF1CD;
}
.samples_block .slider_samples .item_sample.green .head .title {
    color: #2FBF9A;
    background: #D3F2EA;
}
.samples_block .slider_samples .item_sample.orange .head .title {
    color: #C18377;
    background: #FBDFDA;
}
.samples_block .slider_samples .item_sample .content_item {
    padding: 25px 25px 53px 25px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

}
.samples_block .slider_samples .item_sample.blue .content_item {
    background: #ECF3FE;
}
.samples_block .slider_samples .item_sample.green .content_item {
    background: #E9F9F5;
}
.samples_block .slider_samples .item_sample.yellow .content_item {
    background: #FFFBEE;
}
.samples_block .slider_samples .item_sample.orange .content_item {
    background: #FFF3EE;
}
.samples_block .slider_samples .item_sample .content_item .name_sample {
    font-family: "Gilroy Bold";
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 14px;
    min-height: 90px;
}
.samples_block .slider_samples .item_sample .content_item .table_sample{
    background: #FFFFFF;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 28px;
}
.samples_block .slider_samples .item_sample .content_item .table_sample .table_row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ECECEE;

}
.samples_block .slider_samples .item_sample .content_item .table_sample .table_row .left{
    font-family: "Gilroy Regular";
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #636979;
}
.samples_block .slider_samples .item_sample .content_item .table_sample .table_row .right {
    font-family: "Gilroy Regular";
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */

    color: #000000;
}


.samples_block .slider_samples .item_sample .content_item .table_sample .table_row .right span{
    font-weight: 700;
}
.samples_block .slider_samples .item_sample .content_item .links_section{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.samples_block .slider_samples .item_sample .content_item .links_section a.link{
    font-family: "Gilroy Bold";
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #636979;
}
.samples_block .slider_samples .item_sample .content_item .links_section a.link:hover {
    text-decoration: underline;
}
.samples_block .slider_samples .item_sample .content_item .links_section .btn-el {
    background: #24BC94;
}
.samples_block .slider_samples .item_sample .content_item .links_section .btn-el:hover {
background: #4070f4;
}
.samples_block .slider_samples .slick-arrow {
    background: url('/images/right_arrow.png') no-repeat;
    background-size: 40px;
    height: 40px;
    width: 40px;
}
.samples_block .slider_samples .slick-arrow:hover {
    background: url('/images/left_arrow.svg') no-repeat;
    background-size: 40px;
}
.samples_block .slider_samples .slick-arrow.pull-left:hover {
    transform: none!important;
    transition: .5s;
}
.samples_block .slider_samples .slick-arrow.pull-right:hover {
    transform: rotate(180deg)!important;
    transition: .5s;
}
.samples_block .slider_samples .pull-left {
    transform: rotate(180deg)!important;
    transition: .5s;
}
.samples_block .slider_samples .pull-right {
    transform: rotate(360deg)!important;
    transition: .5s;
}
.samples_block .slider_samples .slick-dots {
    left: 0% !important
}
.samples_block .slider_samples .slick-dots li button:before {
    color: #4070F4!important;
    font-size: 42px!important;
}


.satisfaction_block {
    padding: 80px 0;
    margin-bottom: 50px;
    background: #F6F8FA;
}
.satisfaction_block .section_blocks{
    column-count: 2;
    column-gap: 34px;
}
.satisfaction_block .section_blocks .item{
    background: #FFFFFF;
    border-radius: 15px;
    padding: 20px 28px;
    margin-bottom: 34px;
}
.satisfaction_block .section_blocks .item img{
    height: 100px;
    width: 100px;
}
.satisfaction_block .section_blocks .item p {
    font-family: "Gilroy Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #636979;
}
.satisfaction_block .section_blocks .item p.text {
    min-height: 100px;
}
.satisfaction_block .section_blocks .item .title {
    font-family: "Gilroy Bold";
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.24px;
    color: #000000;
    margin: 18px 0;
}

.slick-prev.pull-left {
    left: -35px;
}
.slick-next.pull-right {
    right: -35px;
}


@media screen and (max-width: 1200px) {
    .samples_block .slider_samples {
        padding: 30px;
    }
    .slick-prev.pull-left {
        left: -7px;
    }
    .slick-next.pull-right {
        right: -7px;
    }
}
@media screen and (max-width: 992px) {
    .satisfaction_block .section_blocks .item p.text {
        min-height: 150px;
    }
}

@media screen and (max-width: 768px) {
    .satisfaction_block .section_blocks {
        column-count: 1;
    }
    .satisfaction_block .section_blocks .item p.text {
        min-height: auto;
    }
}

@media screen and (max-width: 468px) {
    .samples_block .slider_samples {
        padding: 0;
    }
    .samples_block .slider_samples .item_sample .content_item .links_section {
        flex-direction: column;
    }
    .samples_block .slider_samples .item_sample .content_item .links_section a.link {
        margin-bottom: 20px;
    }
    .samples_block .slider_samples .item_sample .head .title {
        padding: 4px 8px;
        margin: 19px 8px;
    }
}

.last-posts h3 {
    margin-bottom: 20px;
    font-size: 23px;
    font-family: "Gilroy Bold";
}
.last-posts .blog-item .blog-item__title {
    min-height: 65px;
}
.last-posts .blog-item {
    border-bottom: 1px solid #636979;
}
.last-posts .blog-item:last-child {
    border-bottom: none;
}
.features {
    display: flex;
    justify-content: space-between;
}
.features .side:first-child{
    flex: 0 0 45%;
}
.features .side:nth-child(2){
    flex: 0 0 55%;
}
.mob-sidebar {
    /*display: none;*/
    margin-top: 60px;
}



@media screen and (max-width: 1050px) {
    .mob-sidebar .calc-posts{
        display:flex;
        justify-content: space-between;
        align-items: center;
    }
    .mob-sidebar .services-features {
        display: block;
        width: 100%;
        max-width: 350px;
        min-width: 350px;
        margin: 0 auto;
    }
    .mob-sidebar .last-posts{
        flex: 0 0 50%;
    }
    .mob-sidebar {
        display: block;
    }
    .section-sidebar.calc-posts {
        max-width: 100%;
        min-width: 100%;
    }
    .section-row.mob {
        flex-direction: column;
    }
    .mob-sidebar .blog-item__img {
        max-width: max-content;
    }
}
@media screen and (max-width: 768px) {
    .mob-sidebar .calc-posts{
        flex-direction: column;
        justify-content: center;
    }
    .mob-sidebar .blog-item{
        flex-direction: row;
        padding-bottom: 20px;
    }
    .mob-sidebar .blog-item__img {
        margin: 0 20px 0 0 ;
    }
    .last-posts .blog-item .blog-item__title {
        min-height: auto;
    }
    .mob-sidebar .services-features {
        margin-top: 50px;
    }
}


section .banner.b-lazy.b-loaded {
    background-image: url("/images/service-banner2.png") !important;
}