.jq-selectbox {
    display: inline-block;
    position: relative
}

.jq-selectbox select {
    bottom: 0;
    display: none !important;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.jq-selectbox {
    z-index: 100
}

.jq-selectbox__select {
    position: relative
}

.jq-selectbox__dropdown {
    position: absolute
}

.jq-selectbox__search input {
    -webkit-appearance: textfield
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none
}

.jq-selectbox__dropdown ul {
    -webkit-overflow-scrolling: touch;
    list-style: none;
    overflow: auto;
    overflow-x: hidden;
    position: relative
}

.nano {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.nano .nano-content {
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden;
    padding: 15px 5%;
    position: absolute;
    right: 0;
    top: 0
}

.nano .nano-content:focus {
    outline: thin dotted
}

.nano .nano-content::-webkit-scrollbar {
    display: none
}

.nano>.nano-pane {
    border-left: 1px solid #dbdbdb;
    bottom: 0;
    opacity: .01;
    position: absolute;
    right: 0;
    top: 0;
    transition: .2s;
    visibility: hidden;
    width: 10px
}

.nano>.nano-pane>.nano-slider {
    background: #c4c4c4;
    background: rgba(0, 0, 0, .5);
    border-radius: 3px;
    margin: 0 3px;
    position: relative
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
    display: block
}

.nano-pane.active,
.nano-pane.flashed,
.nano:hover>.nano-pane {
    opacity: .99;
    visibility: visible
}

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    display: none;
    left: 0;
    outline: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050
}

.modal.fade .modal-dialog {
    transform: translateY(-25%);
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    margin: 10px;
    position: relative;
    width: auto
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
    position: relative
}

.modal-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    line-height: 1.42857143;
    margin: 0
}

.modal-body {
    padding: 15px;
    position: relative
}

.modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    text-align: right
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

@media (min-width:768px) {
    .modal-dialog {
        margin: 30px auto;
        width: 600px
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    word-wrap: normal;
    display: block;
    filter: alpha(opacity=0);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    opacity: 0;
    position: absolute;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 199
}

.tooltip.in {
    opacity: 1
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 hsla(0, 0%, 49%, .21);
    color: #2b323a;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center
}

.tooltip-inner>ul {
    list-style: initial;
    margin-left: 10px
}

.tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0
}

.tooltip.top .tooltip-arrow {
    border-top-color: #fff;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #fff;
    border-width: 5px 5px 0;
    bottom: 0;
    margin-bottom: -5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    border-right-color: #fff;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%
}

.tooltip.left .tooltip-arrow {
    border-left-color: #fff;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #fff;
    border-width: 0 5px 5px;
    margin-top: -5px;
    right: 5px;
    top: 0
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #fff;
    border-width: 0 5px 5px;
    left: 5px;
    margin-top: -5px;
    top: 0
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    src: url(../../fonts/front/Lato-Black.eot);
    src: url(../../fonts/front/Lato-Black.eot?#iefix) format("embedded-opentype"), url(../../fonts/front/Lato-Black.woff) format("woff2"), url(../../fonts/front/Lato-Black.woff) format("woff"), url(../../fonts/front/Lato-Black.ttf) format("truetype"), url(../../fonts/front/Lato-Black.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    src: url(../../fonts/front/Lato-Bold.eot);
    src: url(../../fonts/front/Lato-Bold.eot?#iefix) format("embedded-opentype"), url(../../fonts/front/Lato-Bold.woff) format("woff2"), url(../../fonts/front/Lato-Bold.woff) format("woff"), url(../../fonts/front/Lato-Bold.ttf) format("truetype"), url(../../fonts/front/Lato-Bold.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/front/Lato-Regular.eot);
    src: url(../../fonts/front/Lato-Regular.eot?#iefix) format("embedded-opentype"), url(../../fonts/front/Lato-Regular.woff) format("woff2"), url(../../fonts/front/Lato-Regular.woff) format("woff"), url(../../fonts/front/Lato-Regular.ttf) format("truetype"), url(../../fonts/front/Lato-Regular.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: italic;
    font-weight: 400;
    src: url(../../fonts/front/Lato-Italic.eot);
    src: url(../../fonts/front/Lato-Italic.eot?#iefix) format("embedded-opentype"), url(../../fonts/front/Lato-Italic.woff) format("woff2"), url(../../fonts/front/Lato-Italic.woff) format("woff"), url(../../fonts/front/Lato-Italic.ttf) format("truetype"), url(../../fonts/front/Lato-Italic.svg) format("svg")
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
    text-transform: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    left: auto;
    right: 10px
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: #000;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    opacity: .2;
    width: 8px
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 1
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none
}

.swiper-container-horizontal>.swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50
}

.swiper-container-vertical>.swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

*,
:after,
:before {
    box-sizing: inherit
}

html {
    box-sizing: border-box;
    font-size: 10px;
    scroll-behavior: smooth
}

article,
aside,
main,
section {
    display: block
}

.subtitle-14 {
    color: #535d6e;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 15px auto 0;
    max-width: 600px;
    text-align: center
}

.subtitle-14.subtitle-14-big {
    max-width: 760px
}

@media (max-width:991.98px) {
    h2 {
        font-size: 40px;
        line-height: 52px
    }
}

@media (max-width:767.98px) {
    h2 {
        font-size: 24px;
        line-height: 32px
    }

    h3 {
        font-size: 16px;
        line-height: 20px
    }
}

input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

img {
    height: auto;
    max-width: 100%
}

ol,
ul {
    font-family: inherit;
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    color: inherit;
    text-decoration: none
}

p {
    margin: 0;
    padding: 0
}

html.scroll-lock {
    height: 100%;
    overflow-y: hidden;
    overflow: hidden
}

.content {
    overflow: visible
}

body {
    font-family: Lato, sans-serif;
    margin: 0;
    padding: 0
}

body,
main {
    position: relative
}

main {
    overflow: hidden
}

main.landing {
    overflow: visible
}

@media (max-width:991.98px) {
    main {
        margin-top: 104px
    }

    main.landing {
        overflow: hidden
    }
}

@media (max-width:767.98px) {
    main {
        margin-top: 52px
    }
}

button,
input {
    background-color: transparent;
    border: none;
    display: block;
    font-family: inherit;
    outline: none
}

.container {
    margin: 0 auto;
    max-width: 1064px;
    padding: 0 32px
}

@media (max-width:767.98px) {
    .container {
        padding: 0 16px
    }
}

.btn {
    border-radius: 6px;
    display: block;
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1.28571;
    padding: 10px 5px;
    text-align: center;
    transition: all .3s ease-in;
    width: 100%
}

.btn:hover {
    cursor: pointer
}

.btn.blue {
    background-color: #2590fb;
    color: #fff
}

.btn.blue:hover {
    background-color: #1b85ef
}

.btn.light-blue {
    background: #f7fcff;
    color: #3390be;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.28571;
    padding: 5px
}

.btn.l-blue {
    background: rgba(37, 144, 251, .1);
    color: #0a82f2
}

.btn.l-blue:hover {
    background-color: #dcedfe
}

.btn.gradient-blue {
    background: linear-gradient(180deg, #2ca9fb 0, #2286fa);
    box-shadow: inset 2px 0 6px hsla(0, 0%, 100%, .48);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.91667;
    padding: 0
}

.btn.orange {
    background-color: #fa8334;
    color: #fff
}

.btn.orange:hover {
    background-color: #f17a2b
}

.btn.login-btn {
    background: linear-gradient(180deg, #efa644, #e2731e);
    border-radius: 2px;
    box-shadow: 0 3px 2px rgba(0, 0, 0, .5), 0 2px 0 #b55105;
    color: #fff;
    transition: all .3s ease-in
}

.btn.login-btn:hover {
    box-shadow: 0 3px 2px transparent, 0 2px 0 #b55105
}

.btn.or-frame {
    background-color: #fff;
    color: #fa8334
}

.btn.or-frame:hover {
    background-color: #fff3ec
}

.btn.white {
    background-color: #fff;
    color: #208cf9;
    transition: all .3s ease-in
}

.btn.white:hover {
    background-color: #d8ebfe
}

.btn.without-f {
    color: #2590fb
}

.btn.without-f:hover {
    color: #1b85ef
}

.jq-selectbox:hover {
    cursor: pointer
}

.title-48 {
    color: #222e3a;
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 1.33333
}

@media (max-width:767.98px) {
    .title-48 {
        font-size: 2.8rem;
        line-height: 1.28571
    }
}

.title-42 {
    color: #2e3c4a;
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1.2381
}

@media (max-width:991.98px) {
    .title-42 {
        font-size: 4rem;
        line-height: 1.3
    }
}

@media (max-width:767.98px) {
    .title-42 {
        font-size: 2.4rem;
        line-height: 1.33333
    }
}

.h-100 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - 320px)
}

.h-100 .footer {
    margin-top: auto
}

.about-writer .container {
    width: 100%
}

.slogan {
    background-color: #ebf5ff;
    font-size: 1.4rem;
    line-height: 1.28571;
    max-height: 463px;
    padding: 65px 0 90px;
    position: relative
}

.slogan.slogan_wrap {
    display: block
}

.slogan.slogan_wrap .container {
    position: relative;
    z-index: 10
}

@media (max-width:991.98px) {
    .slogan {
        max-height: 556px;
        padding: 37px 0 130px
    }
}

@media (max-width:767.98px) {
    .slogan {
        max-height: 486px;
        overflow: hidden;
        padding: 40px 0 50px
    }
}

@media (max-width:991.98px) {
    .slogan.slogan--landing {
        padding-top: 32px
    }
}

@media (max-width:767.98px) {
    .slogan.slogan--landing {
        max-height: inherit;
        padding-bottom: 0;
        padding-top: 40px
    }
}

@media (max-width:991.98px) {
    .slogan.slogan--landing .slogan_wrap {
        flex-wrap: wrap
    }
}

@media (max-width:767.98px) {
    .slogan.slogan--landing .slogan_wrap:after {
        bottom: 250px
    }
}

@media (max-width:991.98px) {
    .slogan.slogan--landing .slogan_r {
        flex-basis: 100%;
        margin-top: 40px
    }
}

@media (max-width:767.98px) {
    .slogan.slogan--landing .slogan_r {
        margin-top: 16px;
        position: relative
    }

    .slogan.slogan--landing .slogan_r:after {
        background-color: #fff;
        content: "";
        height: calc(100% - 50px);
        left: -10%;
        position: absolute;
        top: 50px;
        width: 120%;
        z-index: -1
    }

    .slogan.slogan--landing .slogan_under {
        font-size: 1.6rem;
        line-height: 1.5;
        margin-top: 16px
    }
}

@media (max-width:991.98px) {
    .slogan.slogan--landing .f-group {
        margin-right: 26px;
        width: calc(50% - 13px)
    }
}

@media (max-width:767.98px) {
    .slogan.slogan--landing .f-group {
        flex-wrap: nowrap;
        margin-bottom: 25px;
        margin-right: 0;
        width: 100%
    }
}

@media (max-width:359.98px) {
    .slogan.slogan--landing .f-group {
        flex-wrap: wrap
    }
}

@media (max-width:991.98px) {
    .slogan.slogan--landing .f-group:nth-child(2n) {
        margin-right: 0
    }

    .slogan.slogan--landing .form {
        display: flex;
        flex-wrap: wrap
    }

    .slogan.slogan--landing .aside-calc {
        padding: 24px 24px 40px
    }
}

@media (max-width:767.98px) {
    .slogan.slogan--landing .aside-calc {
        box-shadow: none;
        padding: 24px 16px
    }

    .slogan.slogan--landing .aside-calc label {
        flex: 0 0 100px
    }
}

@media (max-width:359.98px) {
    .slogan.slogan--landing .aside-calc label {
        flex-basis: 100%
    }
}

@media (max-width:767.98px) {

    .slogan.slogan--landing .aside-calc .jq-selectbox,
    .slogan.slogan--landing .aside-calc .spinedit-wrap {
        flex: 1 1 190px;
        max-width: 100%
    }
}

@media (max-width:575.98px) {

    .slogan.slogan--landing .aside-calc .jq-selectbox,
    .slogan.slogan--landing .aside-calc .spinedit-wrap {
        flex-basis: 100%;
        max-width: 250px
    }
}

@media (max-width:439.98px) {

    .slogan.slogan--landing .aside-calc .jq-selectbox,
    .slogan.slogan--landing .aside-calc .spinedit-wrap {
        max-width: 220px
    }
}

@media (max-width:392.98px) {

    .slogan.slogan--landing .aside-calc .jq-selectbox,
    .slogan.slogan--landing .aside-calc .spinedit-wrap {
        max-width: 180px
    }
}

@media (max-width:359.98px) {

    .slogan.slogan--landing .aside-calc .jq-selectbox,
    .slogan.slogan--landing .aside-calc .spinedit-wrap {
        flex-basis: 100%;
        margin: 0 auto;
        max-width: 254px
    }
}

@media (max-width:767.98px) {
    .slogan.slogan--landing .aside-calc .jq-selectbox__dropdown {
        max-width: 100%
    }
}

@media (max-width:991.98px) {
    .slogan.slogan--landing .form-btn {
        width: calc(50% - 13px)
    }
}

@media (max-width:767.98px) {
    .slogan.slogan--landing .form-btn {
        margin-top: 10px;
        width: 100%
    }
}

@media (max-width:991.98px) {
    .slogan.slogan--landing+.choose-writer {
        padding-top: 134px
    }
}

@media (max-width:767.98px) {
    .slogan.slogan--landing+.choose-writer {
        padding-top: 40px
    }

    .slogan.slogan--landing:after {
        height: 170px;
        right: -35px;
        top: 250px;
        width: 215px
    }
}

.slogan_title {
    font-weight: 700;
    max-width: 600px
}

.slogan_under {
    color: #5d6a78;
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 20px
}

.slogan_wrap {
    display: flex;
    justify-content: space-between
}

.slogan_wrap:after {
    background-image: url(../../img/front/slogan_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 521px;
    position: absolute;
    right: 0;
    top: -58px;
    width: 706px;
    z-index: 0
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .slogan_wrap:after {
        background-image: url(../../img/front/slogan_bg.png)
    }
}

@media (max-width:1199.98px) {
    .slogan_wrap:after {
        bottom: 0;
        height: 387px;
        top: inherit;
        width: 524px
    }
}

@media (max-width:767.98px) {
    .slogan_wrap:after {
        background-image: url("data:image/webp;base64,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");
        height: 200px;
        right: -25px;
        width: 215px
    }
}

.slogan_r {
    flex: 0 0 425px;
    position: relative;
    z-index: 10
}

.slogan_btn {
    margin-top: 32px;
    max-width: 170px
}

@media (max-width:991.98px) {
    .slogan_btn {
        margin-top: 37px
    }
}

@media (max-width:767.98px) {
    .slogan_btn {
        margin-top: 32px;
        max-width: 100%
    }
}

.slogan_btn .btn {
    padding: 15px 5px
}

.slogan_sub {
    color: #86919c;
    margin-top: 16px;
    padding-left: 9px
}

.slogan_info {
    display: flex;
    margin-top: 32px
}

@media (max-width:991.98px) {
    .slogan_info {
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 380px
    }
}

@media (max-width:767.98px) {
    .slogan_info {
        margin-top: 24px
    }
}

.slogan_item {
    margin-right: 35px;
    position: relative
}

@media (max-width:991.98px) {
    .slogan_item {
        margin-bottom: 16px;
        margin-right: 0;
        width: calc(50% - 15px)
    }
}

@media (max-width:767.98px) {
    .slogan_item {
        width: 100%
    }

    .slogan_item:last-child {
        margin-bottom: 0
    }
}

.slogan_item:last-child:after {
    display: none
}

.slogan_item:after {
    background-color: rgba(37, 144, 251, .12);
    border-radius: 1px;
    content: "";
    height: 100%;
    position: absolute;
    right: -16px;
    top: 0;
    width: 2px
}

@media (max-width:991.98px) {
    .slogan_item:after {
        display: none
    }
}

.slogan_item span {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25
}

@media (max-width:767.98px) {
    .slogan_item span {
        font-size: 1.4rem;
        line-height: 1.28571
    }
}

.slogan_item p {
    color: #54606c;
    margin-top: 4px
}

@media (max-width:767.98px) {
    .slogan_item p {
        font-size: 1.2rem;
        line-height: 1.33333
    }
}

.swiper-pagination-bullet {
    background-color: #cbcfd3;
    height: 6px;
    margin: 0 6px;
    opacity: 1;
    transition: all .3s ease-in;
    width: 6px
}

.swiper-pagination-bullet-active {
    background-color: #2590fb
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 8px -4px rgba(36, 80, 123, .15);
    height: 40px;
    transition: all .3s ease-in;
    width: 40px
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 13px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {

    .swiper-button-next:after,
    .swiper-button-prev:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
        height: 13px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 7px
    }
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    box-shadow: 0 6px 12px -4px rgba(36, 80, 123, .15)
}

.swiper-button-prev:after {
    font-size: 13px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .swiper-button-prev:after {
        transform: translate(-50%, -50%) rotate(180deg)
    }
}

.swiper-button-disabled {
    cursor: auto;
    opacity: 1;
    pointer-events: none
}

.swiper-button-disabled:after {
    color: #a7b2b9
}

.welcome-home {
    background: linear-gradient(180deg, #fff, #fafcff)
}

.t-item {
    height: 0;
    opacity: 0;
    position: relative;
    transform: scaleX(0);
    transition: transform 0s ease-in, opacity .6s linear;
    width: 0
}

.t-item.active {
    height: auto;
    min-width: 100%;
    opacity: 1;
    transform: scaleX(1)
}

.support-button {
    background-color: #2e7fa4;
    box-shadow: 0 1px 20px #c5b8b8;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    left: 0;
    line-height: 1;
    padding: 12px 20px 15px;
    position: fixed;
    top: 240px;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    transition: all .3s;
    z-index: 50;
    z-index: 60
}

@media (max-width:767.98px) {
    .support-button {
        box-shadow: none;
        font-size: 1.3rem;
        line-height: 2;
        margin-left: auto;
        margin-right: 26px;
        padding: 0 21px;
        position: static;
        transform: rotate(0);
        z-index: 5
    }
}

.support-button:hover {
    background-color: #3890b8;
    cursor: pointer
}

.works-step {
    padding: 34px 0 76px
}

@media (max-width:991.98px) {
    .works-step {
        padding: 24px 0 72px
    }
}

@media (max-width:767.98px) {
    .works-step {
        padding-bottom: 36px
    }
}

.works-step_title {
    text-align: center
}

@media (max-width:991.98px) {
    .works-step_title {
        font-size: 4.2rem;
        font-size: 2.4rem;
        line-height: 1.2381;
        line-height: 1.33333
    }
}

.works-step_btn {
    margin: 36px auto 0;
    max-width: 235px
}

@media (max-width:991.98px) {
    .works-step_btn {
        margin-top: 32px
    }
}

@media (max-width:767.98px) {
    .works-step_btn {
        margin-top: 26px;
        max-width: 100%
    }
}

.w-step {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    color: #626c78;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 24px;
    min-height: 234px;
    padding: 24px 33px 18px
}

.w-step:nth-child(3) {
    margin-top: 34px
}

@media (max-width:991.98px) {
    .w-step {
        min-height: auto;
        padding: 32px 32px 36px
    }

    .w-step:nth-child(3) {
        margin-top: 40px
    }
}

@media (max-width:767.98px) {
    .w-step {
        padding: 22px 14px 34px
    }

    .w-step:nth-child(3) {
        margin-top: 32px
    }
}

.w-step:nth-child(3) .w-step_top {
    background-color: #ecfdff
}

.w-step:nth-child(4) .w-step_top {
    background-color: #fff6ff
}

.w-step:nth-child(5) .w-step_top {
    background-color: #f5f6ff
}

.w-step:nth-child(6) {
    margin-bottom: 0
}

.w-step:nth-child(6) .w-step_top,
.w-step_top {
    background-color: #f2f8fe
}

.w-step_top {
    border-radius: 6px;
    color: #626c78;
    display: flex;
    font-size: 2rem;
    line-height: 1.2;
    padding: 11px 14px
}

@media (max-width:767.98px) {
    .w-step_top {
        font-size: 1.6rem;
        line-height: 1.5
    }
}

.w-step_name {
    font-weight: 700
}

.w-step_count {
    flex: 0 0 215px
}

@media (max-width:991.98px) {
    .w-step_count {
        flex-basis: auto;
        margin-right: 73px
    }
}

@media (max-width:767.98px) {
    .w-step_count {
        margin-right: 12px
    }
}

.w-step_img {
    align-self: flex-start;
    flex: 0 0 228px;
    text-align: center
}

@media (max-width:991.98px) {
    .w-step_img {
        flex-basis: auto;
        margin-right: 34px
    }
}

@media (max-width:767.98px) {
    .w-step_img {
        display: none
    }
}

.w-step_img object {
    height: 81px;
    width: 81px
}

.w-step_text {
    padding-right: 29px
}

@media (max-width:767.98px) {
    .w-step_text {
        font-size: 1.4rem;
        line-height: 1.71429;
        padding: 0 6px
    }
}

.w-step_mid {
    align-items: center;
    display: flex;
    margin-top: 24px
}

@media (max-width:991.98px) {
    .w-step_mid {
        margin-top: 34px
    }
}

@media (max-width:767.98px) {
    .w-step_mid {
        margin-top: 18px
    }
}

.accordion {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 12px -4px rgba(36, 80, 123, .15);
    color: #636d78;
    font-size: 1.4rem;
    line-height: 1.28571;
    margin-bottom: 24px;
    padding: 24px;
    position: relative;
    transition: all .3s ease-in
}

.accordion.showed .faq__questions {
    color: #0090ff
}

.accordion.showed .faq__questions:after {
    background-color: #0090ff;
    transform: rotate(180deg)
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .accordion.showed .faq__questions:after {
        background-color: transparent;
        background-image: url(../../img/front/arrow-accrd-blue.svg);
        background-repeat: no-repeat;
        background-size: cover
    }
}

.faq__questions {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding-right: 20px;
    position: relative;
    transition: all .3s ease-in
}

.faq__questions:hover {
    cursor: pointer
}

.faq__questions:after {
    background-color: #2e3c4a;
    content: "";
    height: 6px;
    -webkit-mask-image: url(../../img/front/arrow-accrd.svg);
    mask-image: url(../../img/front/arrow-accrd.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in;
    width: 10px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .faq__questions:after {
        background-color: transparent;
        background-image: url(../../img/front/arrow-accrd.svg);
        background-repeat: no-repeat;
        background-size: cover
    }
}

.faq__answer {
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    transition: max-height 1s cubic-bezier(0, 1, 0, 1), padding .3s ease-in
}

.faq__answer.showed {
    max-height: 100vh;
    padding-top: 16px;
    transition: max-height 1s ease-in-out, padding .3s ease-in
}

@media (max-width:991.98px) {
    .faq__answer.showed {
        padding-bottom: 8px
    }
}

.star {
    background-color: #dfdfdf;
    display: block;
    height: 17px;
    margin-right: 9px;
    -webkit-mask-image: url(../../img/front/star.svg);
    mask-image: url(../../img/front/star.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 17px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .star {
        background-color: transparent;
        background-image: url(../../img/front/star.svg);
        background-repeat: no-repeat;
        background-size: cover
    }
}

.star.active {
    background-color: #ffd349
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .star.active {
        background-color: transparent;
        background-image: url(../../img/front/star-yellow.svg)
    }
}

.writer_status {
    background-color: #fff;
    border: 1px solid #fa8334;
    border-radius: 50%;
    bottom: 0;
    height: 28px;
    position: absolute;
    right: 0;
    transition: all .3s ease-in;
    width: 28px;
    z-index: 3
}

.writer_status:hover {
    background-color: #fa8334;
    cursor: pointer
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .writer_status:hover {
        background-color: #fedec9
    }
}

.writer_status:hover span {
    background-color: #fff
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .writer_status:hover span {
        background-color: transparent
    }
}

.writer_status span {
    background-color: #fa8334;
    display: block;
    left: 50%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .writer_status span {
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: cover
    }
}

.w-crown .writer_status span {
    height: 13px;
    -webkit-mask-image: url(../../img/front/vs_crown.svg);
    mask-image: url(../../img/front/vs_crown.svg);
    width: 15px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .w-crown .writer_status span {
        background-image: url(../../img/front/crown-orange.svg)
    }
}

.w-star .writer_status span {
    height: 16px;
    -webkit-mask-image: url(../../img/front/star.svg);
    mask-image: url(../../img/front/star.svg);
    width: 17px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .w-star .writer_status span {
        background-image: url(../../img/front/star-orange.svg)
    }
}

.pagination_block {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 46px
}

.p-pagination_wrap {
    min-width: 0;
    overflow: hidden;
    width: calc(100% - 160px)
}

.p-pagination {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    justify-content: center;
    line-height: 1;
    max-width: 100%;
    width: auto
}

.p-pagination li {
    color: #828a93;
    position: relative;
    transition: all .3s ease-in
}

.p-pagination li:last-child {
    display: inline !important
}

.p-pagination li a,
.p-pagination li span {
    display: inline-block;
    padding: 0 12px
}

.p-pagination li.active {
    color: #2e3c4a
}

.pagination_block div.next,
.pagination_block div.prev {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 8px -4px rgba(36, 80, 123, .15);
    height: 40px;
    margin-left: 34px;
    width: 40px
}

.pagination_block div.next>a,
.pagination_block div.prev>a {
    display: block;
    height: 100%;
    position: relative;
    width: 40px
}

.pagination_block div.next:hover,
.pagination_block div.prev:hover {
    box-shadow: 0 6px 12px -4px rgba(36, 80, 123, .15);
    cursor: pointer
}

.pagination_block div.next a:after,
.pagination_block div.prev a:after {
    background-color: #2590fb;
    content: "";
    height: 7px;
    left: 50%;
    -webkit-mask-image: url(../../img/front/arrow-accrd.svg);
    mask-image: url(../../img/front/arrow-accrd.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 12px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {

    .pagination_block div.next a:after,
    .pagination_block div.prev a:after {
        background-color: transparent;
        background-image: url(../../img/front/arrow-accrd-blue.svg);
        background-repeat: no-repeat;
        background-size: cover
    }
}

.pagination_block div.next {
    margin-right: auto
}

.pagination_block div.prev {
    margin-left: auto;
    margin-right: 34px
}

.pagination_block div.prev a:after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.orange-banner {
    background-color: #fa8334;
    background-image: url(../../img/front/sidebar_place_order_bg.webp);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 16px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.25;
    padding: 24px
}

@media (max-width:991.98px) {
    .orange-banner {
        background-image: url(../../img/front/sidebar_place_order_tablet_bg.webp);
        font-size: 3.2rem;
        line-height: 1.3125;
        padding: 32px
    }
}

@media (max-width:991.98px) and (-ms-high-contrast:none),
screen and (max-width:991.98px) and (-ms-high-contrast:active) {
    .orange-banner {
        background-image: url(../../img/front/sidebar_place_order_tablet_bg.png)
    }
}

@media (max-width:767.98px) {
    .orange-banner {
        background-image: url(../../img/front/sidebar_place_order_bg.webp);
        font-size: 2rem;
        line-height: 1.3;
        padding: 24px
    }
}

@media (max-width:767.98px) and (-ms-high-contrast:none),
screen and (max-width:767.98px) and (-ms-high-contrast:active) {
    .orange-banner {
        background-image: url(../../img/front/sidebar_place_order_bg.png)
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .orange-banner {
        background-image: url(../../img/front/sidebar_place_order_bg.png)
    }
}

.orange-banner_text {
    max-width: 165px
}

@media (max-width:991.98px) {
    .orange-banner_text {
        max-width: 432px
    }
}

@media (max-width:767.98px) {
    .orange-banner_text {
        max-width: 190px
    }
}

.orange-banner_btn {
    margin-top: 16px;
    width: 152px
}

@media (max-width:991.98px) {
    .orange-banner_btn {
        margin-top: 25px
    }
}

@media (max-width:767.98px) {
    .orange-banner_btn {
        margin-top: 16px
    }
}

.top-articles {
    background-color: #f4f9ff;
    border-radius: 16px;
    margin-top: 24px;
    padding: 32px 24px
}

@media (max-width:991.98px) {
    .top-articles {
        align-items: center;
        display: flex;
        flex-wrap: wrap
    }
}

@media (max-width:767.98px) {
    .top-articles {
        padding: 24px 16px
    }
}

.top-articles_title {
    color: #2e3c4a;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2
}

@media (max-width:991.98px) {
    .top-articles_title {
        width: 100%
    }
}

@media (max-width:767.98px) {
    .top-articles_title {
        font-size: 1.6rem;
        line-height: 1.375;
        padding-bottom: 6px
    }
}

.top-articles_line {
    align-items: center;
    display: flex;
    margin-top: 16px
}

@media (max-width:991.98px) {
    .top-articles_line {
        margin-right: 10px;
        width: calc(33% - 10px)
    }
}

@media (max-width:767.98px) {
    .top-articles_line {
        width: 100%
    }
}

.top-articles_line::nth-child(3n) {
    margin-right: 0
}

.top-articles_img {
    display: block;
    height: 48px;
    margin-right: 12px;
    min-width: 61px;
    width: 61px
}

.top-articles_img img {
    border-radius: 6px;
    height: 48px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 61px
}

.jq-selectbox__select-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.t-wrap {
    display: flex;
    justify-content: space-between
}

@media (max-width:1029.98px) {
    .t-wrap {
        flex-wrap: wrap
    }
}

.t-wrap_left {
    flex: 0 0 590px
}

@media (max-width:1029.98px) {
    .t-wrap_left {
        flex-basis: 100%
    }
}

.t-wrap_right {
    flex: 0 0 348px;
    margin-top: 77px
}

@media (max-width:991.98px) {
    .t-wrap_right--f {
        display: flex;
        flex-wrap: wrap
    }
}

@media (max-width:1029.98px) {
    .t-wrap_right {
        flex-basis: 100%;
        max-width: 100%;
        padding-bottom: 16px
    }
}

@media (max-width:991.98px) {
    .t-wrap_right {
        margin-top: 37px
    }

    .t-wrap_right .aside-calc {
        width: 100%
    }

    .t-wrap_right .aside-calc .jq-selectbox,
    .t-wrap_right .aside-calc .spinedit-wrap {
        max-width: 400px
    }
}

@media (max-width:767.98px) {

    .t-wrap_right .aside-calc .jq-selectbox,
    .t-wrap_right .aside-calc .spinedit-wrap {
        max-width: inherit
    }
}

@media (max-width:991.98px) {
    .t-wrap_right .hiw-banner {
        margin-right: 20px;
        width: calc(50% - 10px)
    }
}

@media (max-width:767.98px) {
    .t-wrap_right .hiw-banner {
        flex: 1 1 380px;
        margin: 20px auto 0;
        width: auto
    }
}

@media (max-width:991.98px) {
    .t-wrap_right .c-activity {
        width: calc(50% - 10px)
    }
}

@media (max-width:767.98px) {
    .t-wrap_right .c-activity {
        flex: 1 1 380px;
        margin: 20px auto 0;
        width: auto
    }
}

.terms {
    padding: 30px 0 0
}

@media (max-width:991.98px) {
    .terms {
        padding: 45px 0 20px
    }
}

.terms_title {
    border-bottom: 1px solid #000;
    padding-bottom: 4px
}

@media (max-width:991.98px) {
    .terms_title {
        border: none
    }
}

.terms .t-menu {
    border: 1px solid #a4d0e9;
    display: flex;
    margin: 20px 0 55px
}

@media (max-width:991.98px) {
    .terms .t-menu {
        flex-wrap: wrap;
        margin-bottom: 35px
    }
}

.terms .t-menu li {
    color: #606369;
    flex: 1 1 200px
}

.terms .t-menu li:last-child {
    order: -1
}

@media (max-width:991.98px) {
    .terms .t-menu li {
        flex-basis: 100%
    }
}

.terms .t-menu li:nth-child(3) {
    flex-shrink: 0
}

.terms .t-menu li:nth-child(3) a {
    border-right: none
}

@media (max-width:991.98px) {
    .terms .t-menu li:nth-child(3) a {
        border-bottom: none
    }
}

.terms .t-menu li a {
    border-right: 1px solid #a4d0e9;
    display: block;
    font-size: 1.4rem;
    line-height: 2.57143;
    text-align: center;
    transition: all .3s ease-in
}

@media (max-width:991.98px) {
    .terms .t-menu li a {
        border-bottom: 1px solid #a4d0e9;
        border-right: none
    }
}

.terms .t-menu li a:hover {
    background-color: #e8f5fc;
    color: #1b70bc
}

.terms p {
    color: #2e3c4a;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 16px
}

@media (max-width:991.98px) {
    .terms p {
        color: #686868;
        font-size: 1.4rem;
        line-height: 1.42857
    }
}

.terms h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.66667;
    margin-bottom: 4px
}

.terms ul:not(.t-menu) {
    color: #686868;
    font-size: 1.6rem;
    line-height: 1.5;
    list-style: disc;
    margin: 20px 0;
    padding-left: 30px
}

.terms ul:not(.t-menu) li {
    margin-bottom: 10px
}

.terms a {
    border-bottom: 1px solid transparent;
    color: #0098e6;
    transition: all .3s ease-in
}

.terms a:hover {
    border-color: #0098e6
}

.b-writer {
    margin-top: 80px
}

@media (max-width:991.98px) {
    .b-writer {
        margin-top: 35px
    }
}

.b-writer_title {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase
}

@media (max-width:767.98px) {
    .b-writer_title {
        font-size: 2rem;
        line-height: 1
    }
}

.b-writer ul {
    -webkit-padding-start: 40px;
    color: #299dfb;
    font-size: 2rem;
    line-height: 1;
    list-style-type: disc;
    margin: 12px 0 0 15px;
    padding-inline-start: 40px
}

@media (max-width:991.98px) {
    .b-writer ul {
        color: #686868;
        font-size: 15px
    }
}

.b-writer ul li {
    margin-bottom: 9px
}

.w-trio {
    align-items: center;
    border-bottom: 1px solid #a7d2f9;
    display: flex;
    justify-content: center;
    margin: 25px 0 40px;
    overflow: hidden;
    padding-bottom: 20px
}

@media (max-width:991.98px) {
    .w-trio {
        border: none;
        padding-bottom: 10px
    }
}

@media (max-width:767.98px) {
    .w-trio {
        flex-direction: column
    }
}

.w-trio_name {
    color: #1d1d1e;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.23529;
    margin: 35px 0 31px;
    text-align: center
}

.w-trio_item {
    border: 1px solid #c3dbf2;
    border-radius: 50%;
    height: 186px;
    padding: 0 36px;
    text-align: center;
    width: 186px
}

.w-trio_item--mid {
    align-items: center;
    display: flex;
    height: 234px;
    justify-content: center;
    width: 234px
}

.w-trio_item:first-child {
    margin-right: -10px
}

@media (max-width:767.98px) {
    .w-trio_item:first-child {
        margin-bottom: -10px;
        margin-right: 0
    }
}

.w-trio_item:last-child {
    margin-left: -10px
}

@media (max-width:767.98px) {
    .w-trio_item:last-child {
        margin-left: 0;
        margin-top: -10px
    }
}

.w-trio_orders {
    color: #696969;
    font-size: 1.5rem;
    line-height: 1.2
}

.w-trio_orders span {
    display: block
}

.w-trio_orders strong {
    color: #299dfb
}

.terms-review {
    background: linear-gradient(180deg, #f6f6f6 0, #f9f9f9 45%, #fdfdfd 75%, #fff);
    border: 1px solid #a7d2f9;
    border-top: 8px solid #6ca9df;
    box-shadow: 0 2px 2px #e7e7e7;
    color: #696969;
    font-size: 1.6rem;
    line-height: 1.5625;
    position: relative
}

.terms-review_title {
    border-bottom: 1px solid #a7d2f9;
    color: #2a2a2a;
    font-size: 2.6rem;
    line-height: 1;
    padding: 14px 0 20px;
    text-align: center
}

.terms-review_item {
    border-bottom: 1px solid #a7d2f9;
    padding: 10px 18px
}

.terms-review_item:nth-child(3n) {
    border-bottom: none
}

.terms-review_top {
    color: #2a2a2a;
    font-weight: 700
}

.terms-review_mid {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    box-orient: vertical;
    display: -moz-box;
    display: -webkit-box;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis
}

.terms-review_date {
    color: #a3a3a3;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 5px;
    text-align: right
}

.terms-review_btn {
    bottom: -45px;
    position: absolute;
    right: 0
}

.terms-review_arr {
    align-items: center;
    border: 1px solid #a7d2f9;
    bottom: -20px;
    display: flex;
    height: 40px;
    justify-content: center;
    left: 20px;
    position: absolute;
    width: 80px;
    z-index: 10
}

.terms-review_arr .term-next,
.terms-review_arr .term-prev {
    background-color: #fff;
    height: 40px;
    position: relative;
    transform: rotate(90deg);
    transition: all .3s ease-in;
    width: 40px;
    z-index: 10
}

.terms-review_arr .term-next:hover,
.terms-review_arr .term-prev:hover {
    background-color: #f3fbff;
    box-shadow: 0 1px 6px #e7e7e7;
    cursor: pointer
}

.terms-review_arr .term-next:after,
.terms-review_arr .term-prev:after {
    background-color: #2a2a2a;
    content: "";
    height: 14px;
    left: 50%;
    -webkit-mask-image: url(../../img/front/arrow-accrd.svg);
    mask-image: url(../../img/front/arrow-accrd.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 22px
}

.terms-review_arr .term-next {
    border-top: 1px solid #a7d2f9;
    transform: rotate(-90deg)
}

.terms-review .swiper-4 {
    overflow: hidden;
    width: 348px
}

@media (max-width:1029.98px) {
    .terms-review .swiper-4 {
        width: auto
    }
}

.c-activity {
    background: linear-gradient(180deg, #fdfdfd 0, #fcfcfc 34%, #fcfcfc 65%, #fbfbfb);
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    margin-top: 20px;
    overflow: hidden;
    padding: 19px 28px 22px
}

.c-activity_title {
    color: #262626;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 25px;
    text-align: center
}

.c-activity_row {
    color: #7f7f7f;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 16px
}

.c-activity_row strong {
    color: #2a2a2a;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1
}

.c-activity_links {
    display: flex;
    margin-top: 28px
}

.c-activity_links .btn {
    padding: 0
}

.modal {
    -webkit-overflow-scrolling: touch;
    background-color: rgba(9, 15, 25, .75);
    bottom: 0;
    color: #323232;
    display: none;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050
}

.login_title {
    background: linear-gradient(180deg, #1f262b, #181e21);
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    padding: 12px 50px 12px 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

@media (max-width:767.98px) {
    .login_title {
        font-size: 1.8rem;
        line-height: 1
    }
}

.login_wrap {
    border-radius: 5px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 430px
}

@media (max-width:767.98px) {
    .login_wrap {
        padding: 0 10px;
        width: 100%
    }
}

.login button.btn {
    margin-top: 26px
}

.login_links {
    display: flex;
    justify-content: space-between;
    margin-top: 35px
}

.login_links .btn {
    text-align: left;
    width: auto
}

.login_close {
    border-left: 1px solid #2d3439;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px
}

.login_close:hover {
    cursor: pointer
}

.login_close:hover:after,
.login_close:hover:before {
    width: 14px
}

.login_close:before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.login_close:after,
.login_close:before {
    background-color: #f0dc63;
    border-radius: 2px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: all .3s ease-in;
    width: 12px
}

.login_close:after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.login_er {
    color: #e62828;
    display: none
}

.login p {
    color: #454545;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center
}

.login .form {
    background-color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    padding: 25px 70px
}

@media (max-width:767.98px) {
    .login .form {
        padding: 25px 15px
    }
}

.login .form input {
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    display: block;
    font-family: inherit;
    margin-top: 6px;
    padding: 10px;
    width: 100%
}

.login .form input::-moz-placeholder {
    color: #8b8b8b
}

.login .form input:-ms-input-placeholder {
    color: #8b8b8b
}

.login .form input::placeholder {
    color: #8b8b8b
}

.login .form label {
    font-weight: 700
}

.login .form .f_group {
    margin-bottom: 17px
}

.login .form .f_group.error .login_er {
    display: inline-block
}

.login .form .f_group.error input {
    background-color: #ffecec
}

span.error {
    color: #fa6969
}

.not-found {
    padding-top: 30px
}

.not-found_wrap {
    margin: 0;
    max-width: 590px
}

.not-found_title {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding-bottom: 4px
}

.not-found_sub {
    color: #2e3c4a;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 16px
}

.not-found_sub a {
    border-bottom: 1px solid transparent;
    color: #0098e6;
    transition: all .3s ease-in
}

.not-found_sub a:hover {
    border-color: #0098e6
}

.header {
    background-color: #ebf5ff;
    height: 72px;
    margin: 0;
    position: relative;
    transition: all .3s ease-in;
    width: 100%
}

@media (max-width:991.98px) {
    .header {
        height: 104px;
        left: 0;
        position: fixed;
        top: 0;
        -webkit-transform: translateZ(0);
        will-change: transform;
        z-index: 100
    }
}

@media (max-width:767.98px) {
    .header {
        height: 52px
    }
}

.header.header--sv {
    background-color: #fff
}

.header_content {
    align-items: center;
    display: flex;
    height: 100%;
    position: relative;
    z-index: 20
}

.header_content.menu-show:before {
    opacity: 1;
    visibility: visible;
    z-index: 5
}

.header_content:before {
    background-color: rgba(5, 5, 5, .5);
    content: "";
    height: 100vh;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease-in;
    visibility: hidden;
    width: 100%;
    z-index: 15;
    z-index: -1
}

.header .logo {
    height: 32px;
    width: 150px
}

@media (max-width:767.98px) {
    .header .logo {
        margin-left: -12px;
    }
}

.header .logo .icon {
    display: block;
    height: 100%;
    width: 100%
}

.header a.logo {
    position: relative
}

.header a.logo:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.header .nav {
    margin-left: 30px
}

@media (max-width:991.98px) {
    .header .nav {
        display: none
    }
}

.header .nav ul {
    display: flex;
    list-style: none
}

.header .nav ul li {
    margin-right: 9px
}

.header .nav ul li a {
    transition: all .3s ease-in
}

.header .nav ul li a:hover {
    color: #2590fb
}

.header .nav a {
    color: #505050;
    display: block;
    font-size: 1.4rem;
    line-height: 1.28571;
    padding: 10px
}

.header .header_const {
    color: #7f7f7f;
    font-size: 14px;
    line-height: 1;
    margin-left: auto
}

.header .header_const a {
    transition: all .3s
}

.header .header_const .callchat {
    transition: all .3s ease
}

.header .header_const .callchat:hover {
    color: #2590fb
}

.callchat:hover {
    cursor: pointer
}

.header .header_const .logo-wrap {
    height: 15px;
    margin-right: 6px;
    position: relative;
    vertical-align: middle;
    width: 15px
}

.header .header_const .logo-wrap .icon,
.header .header_const .logo-wrap object {
    height: 15px;
    width: 15px
}

@media (max-width:767.98px) {
    .header .header_const .logo-wrap:before {
        border: 1px solid #ebf5ff;
        border-radius: 50%;
        content: "";
        height: 32px;
        left: -9px;
        position: absolute;
        top: -9px;
        width: 32px
    }

    .header .header_const span:not(.logo-wrap) {
        display: none
    }

    .header .header_const {
        margin-left: 0;
        margin-right: 46px
    }
}

.header .header_const .phone {
    margin-right: 26px
}

.header .header_const .phone span {
    transition: all .3s ease
}

.header .header_const .phone:hover span {
    color: #2590fb
}

@media (max-width:575.98px) {
    .header .header_const .phone {
        margin-right: 14px
    }

    .header .header_const {
        margin-right: 36px
    }

    .support-button {
        margin-right: 16px
    }
}

.header .mob-nav {
    background-color: #fff;
    background-color: #163243;
    display: none;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease-in;
    width: 286px;
    z-index: 20
}

@media (max-width:991.98px) {
    .header .mob-nav {
        display: block;
        transform: translateX(286px)
    }
}

.header .mob-nav.show {
    overflow: auto;
    transform: translateX(0)
}

.header .mob-nav_btn {
    margin-bottom: 15px
}

.header .mob-nav_btn:last-child {
    margin-bottom: 0
}

.header .mob-nav_btn .btn {
    font-weight: 400
}

.header .mob-nav_top {
    display: flex;
    height: auto;
    min-height: 112px
}

.header .mob-nav_toggler {
    padding-top: 30px;
    width: 64px
}

.header .mob-nav_toggler.active span {
    background-color: #fff
}

.header .mob-nav_toggler.active span:first-child {
    top: calc(50% - 1px);
    transform: rotate(45deg)
}

.header .mob-nav_toggler.active span:nth-child(2) {
    transform: rotate(-45deg)
}

.header .mob-nav_toggler.active span:nth-child(3) {
    transform: scaleX(0)
}

.header .mob-nav_toggler.active .toggler {
    transform: translate(0)
}

.header .mob-nav_toggler .toggler {
    height: 20px;
    margin: 0 auto;
    position: relative;
    transform: translate(-80px, 12px);
    transition: all .3s ease-in;
    width: 26px
}

@media (max-width:767.98px) {
    .header .mob-nav_toggler .toggler {
        height: 14px;
        transform: translate(-62px, -11px);
        width: 18px
    }
}

.header .mob-nav_toggler span {
    background-color: #222e3a;
    border-radius: 1px;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease-in;
    width: 100%
}

.header .mob-nav_toggler span:nth-child(2) {
    top: calc(50% - 1px)
}

.header .mob-nav_toggler span:nth-child(3) {
    top: calc(100% - 2px);
    transform-origin: 0 0
}

.header .mob-nav_side {
    background-color: #f9f9f9;
    padding: 27px 10px 20px 16px;
    width: 222px
}

.header .mob-nav_side .btn.light-blue {
    border: 1px solid #3390be
}

.header .mob-nav_side .name {
    display: flex
}

.header .mob-nav_side .name object {
    height: 32px;
    margin-right: 10px;
    width: 32px
}

.header .mob-nav_mid {
    display: flex;
    min-height: calc(100vh - 112px)
}

.header .mob-nav_l {
    width: 64px
}

.header .mob-nav_r {
    background-color: #fff;
    overflow: auto;
    padding: 50px 10px 0 16px;
    width: 222px
}

.header .mob-nav .t-item a {
    align-items: center;
    color: #313131;
    display: block;
    display: flex;
    font-size: 1.4rem;
    height: 28px;
    line-height: 1.42857;
    margin-bottom: 6px
}

.header .mob-nav .t-menu li {
    border-top: 1px solid #1d3f54;
    color: #fff;
    display: block;
    font-size: 1.1rem;
    height: auto;
    position: relative;
    text-align: center;
    transition: all .3s ease-in
}

.header .mob-nav .t-menu li a {
    display: block;
    line-height: 1.81818;
    padding: 50px 0 4px
}

.header .mob-nav .t-menu li.active {
    background: #1d3f54;
    color: #fff
}

.header .mob-nav .t-menu li:last-child {
    border-bottom: 1px solid #1d3f54
}

.header .h_btn {
    margin-left: auto;
    width: 120px
}

@media (max-width:767.98px) {
    .header .h_btn {
        display: none
    }
}

.header .h_btn .btn {
    font-weight: 700;
    padding: 11px 5px
}

.header .l-user {
    margin-left: auto;
    position: relative;
    z-index: 20
}

@media (max-width:991.98px) {
    .header .l-user {
        margin-right: 60px
    }
}

@media (max-width:767.98px) {
    .header .l-user {
        display: none
    }
}

.header .l-user:hover {
    cursor: pointer
}

.header .l-user:hover .l-user_menu {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    transform: scaleY(1)
}

.header .l-user:hover .l-user_wrap object {
    transform: rotate(180deg)
}

.header .l-user_wrap {
    align-items: center;
    border: 1px solid #1b85ef;
    border-radius: 6px;
    display: flex;
    height: 40px;
    justify-content: space-between;
    padding: 0 12px;
    width: 168px
}

.header .l-user_wrap object {
    height: 6px;
    transition: all .3s ease-in;
    width: 10px
}

.header .l-user_name {
    color: #616161;
    font-size: 1.4rem;
    line-height: 2.71429;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.header .l-user_menu {
    background-color: #fff;
    bottom: -180px;
    left: 0;
    position: absolute;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: all .3s ease-in;
    width: 100%;
    z-index: 15
}

.header .l-user_menu:before {
    background-color: transparent;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 100%
}

.header .l-user_menu li a {
    color: #000;
    display: block;
    font-size: 1.4rem;
    padding: 12px 16px;
    transition: all .3s ease-in
}

.header .l-user_menu li a:hover {
    background-color: #f9f9f9
}

.header .support {
    color: #313131;
    margin-top: 18px
}

.header .support_top {
    align-items: center;
    display: flex
}

.header .support_photo {
    margin-right: 10px
}

.header .support_text {
    font-size: 1.5rem;
    line-height: 1.33333
}

.header .support_btn {
    margin-top: 15px
}

.why-us {
    background: linear-gradient(180deg, #fff, #fafcff);
    padding: 64px 0
}

@media (max-width:991.98px) {
    .why-us {
        padding: 56px 0
    }
}

@media (max-width:767.98px) {
    .why-us {
        padding: 40px 0
    }
}

.why-us_title {
    text-align: center
}

.why-us_content {
    display: flex;
    padding-top: 40px
}

@media (max-width:991.98px) {
    .why-us_content {
        justify-content: space-between
    }
}

@media (max-width:767.98px) {
    .why-us_content {
        flex-wrap: wrap;
        padding-top: 24px
    }
}

.why-us_item {
    justify-content: center;
    margin-right: 30px;
    text-align: center
}

@media (max-width:991.98px) {
    .why-us_item {
        margin-right: 0
    }
}

@media (max-width:767.98px) {
    .why-us_item {
        margin-bottom: 32px;
        text-align: center;
        width: 100%
    }

    .why-us_item:last-child {
        margin-bottom: 0
    }
}

.why-us_item object {
    display: block;
    height: 64px;
    margin: 0 auto;
    width: 64px
}

.why-us_item span {
    color: #2e3c4a;
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 20px;
    white-space: nowrap
}

@media (max-width:991.98px) {
    .why-us_item span {
        font-size: 1.6rem;
        line-height: 1.25;
        margin-top: 24px
    }
}

.why-us_item p {
    color: #616c78;
    font-size: 1.4rem;
    line-height: 1.28571;
    margin-top: 10px;
    white-space: nowrap
}

@media (max-width:991.98px) {
    .why-us_item p {
        margin-top: 12px
    }
}

@media (max-width:767.98px) {
    .why-us_item p {
        margin-top: 4px
    }
}

.statistic {
    background-color: #f4f9ff;
    padding: 40px 0
}

@media (max-width:991.98px) {
    .statistic {
        padding: 56px 0 32px
    }
}

@media (max-width:767.98px) {
    .statistic {
        padding: 40px 0
    }
}

.statistic_items {
    display: flex
}

@media (max-width:767.98px) {
    .statistic_items {
        flex-wrap: wrap
    }
}

.statistic_item {
    margin-right: 130px
}

@media (max-width:1199.98px) {
    .statistic_item {
        margin-right: auto
    }
}

@media (max-width:767.98px) {
    .statistic_item {
        margin-bottom: 24px;
        text-align: center;
        width: 100%
    }
}

.statistic_item:last-child {
    margin-right: 0
}

@media (max-width:767.98px) {
    .statistic_item:last-child {
        margin-bottom: 0
    }
}

.statistic_item span {
    color: #606a75;
    display: block;
    font-size: 1.6rem;
    line-height: 1.25;
    margin-bottom: 12px
}

@media (max-width:767.98px) {
    .statistic_item span {
        margin-bottom: 10px
    }
}

.statistic_item strong {
    color: #2590fb;
    font-size: 3.6rem;
    line-height: 1.22222
}

@media (max-width:1199.98px) {
    .statistic_item strong {
        font-size: 2.8rem;
        line-height: 1.21429
    }
}

.statistic_btn {
    margin: 40px auto 0;
    max-width: 200px;
    text-transform: uppercase
}

@media (max-width:991.98px) {
    .statistic_btn {
        margin-top: 32px
    }
}

.h-it-w {
    padding: 64px 0
}

.h-it-w .h-it-w_subtitle {
    margin-left: 0;
    text-align: left
}

@media (max-width:991.98px) {
    .h-it-w {
        padding: 56px 0
    }

    .h-it-w .h-it-w_subtitle {
        margin: 15px auto 0;
        text-align: center
    }
}

.h-it-w_btn {
    margin: 0 auto;
    max-width: 325px
}

.h-it-w_btn .btn {
    padding: 12px 5px
}

@media (max-width:991.98px) {
    .h-it-w_title {
        text-align: center
    }
}

.h-it-w .tabs {
    display: flex;
    justify-content: space-between;
    padding: 40px 0
}

@media (max-width:991.98px) {
    .h-it-w .tabs {
        padding: 42px 0 32px
    }
}

@media (max-width:767.98px) {
    .h-it-w .tabs {
        flex-wrap: wrap
    }
}

.h-it-w .tabs__wrap {
    min-height: auto;
    overflow: hidden
}

.h-it-w .t-item,
.h-it-w .tabs__wrap {
    display: flex;
    justify-content: center;
    position: relative
}

.h-it-w .t-item {
    display: none;
    flex-direction: column;
    height: auto;
    max-height: 500px;
    max-width: 575px;
    width: 100%
}

.h-it-w .t-item.active {
    display: flex
}

@media (max-width:767.98px) {
    .h-it-w .t-item {
        max-height: 500px;
        max-width: 100%;
        width: auto
    }
}

.h-it-w .t-item img {
    display: block;
    height: 100%;
    margin: 0 auto;
    max-height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.h-it-w .t-menu {
    flex: 0 0 425px;
    margin-right: 85px
}

@media (max-width:991.98px) {
    .h-it-w .t-menu {
        flex: 1 0 328px;
        margin-right: 50px
    }
}

@media (max-width:767.98px) {
    .h-it-w .t-menu {
        display: flex;
        flex-basis: auto;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden
    }
}

@media (max-width:767.98px) {
    .h-it-w .t-menu::-webkit-scrollbar {
        display: none;
        width: 0
    }
}

.h-it-w .t-menu li {
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    color: #616c78;
    display: flex;
    font-size: 1.4rem;
    line-height: 1.28571;
    margin-bottom: 16px;
    padding: 24px;
    position: relative;
    transition: all .3s ease-in;
    z-index: 2
}

@media (max-width:991.98px) {
    .h-it-w .t-menu li {
        margin-bottom: 22px;
        padding: 20px 16px
    }
}

@media (max-width:767.98px) {
    .h-it-w .t-menu li {
        margin-bottom: 24px;
        margin-right: 30px;
        min-width: 100%
    }
}

.h-it-w .t-menu li.active {
    box-shadow: 7px 7px 48px -10px rgba(46, 60, 74, .107);
    z-index: 5
}

.h-it-w .t-menu li.active:after {
    transform: scaleX(1)
}

.h-it-w .t-menu li.active .h-it-w_text span {
    color: #2590fb
}

.h-it-w .t-menu li:hover {
    cursor: pointer
}

.h-it-w .t-menu li:last-child {
    margin-bottom: 0
}

.h-it-w .t-menu li:after {
    background-color: #2590fb;
    border-radius: 1px;
    bottom: 0;
    content: "";
    height: 1.5px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: all .3s ease-in;
    width: 127px
}

.h-it-w .t-menu li span {
    color: #222e3a;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 4px
}

.h-it-w .t-menu li .h-it-w_img {
    background-color: #e6f2fe;
    border-radius: 6px;
    flex: 0 0 64px;
    height: 64px;
    position: relative;
    width: 64px
}

.h-it-w .t-menu li object {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.h-it-w .t-menu li .h-it-w_text {
    margin-left: 12px;
    transition: all .3s ease-in
}

@media (max-width:991.98px) {
    .h-it-w .t-menu li .h-it-w_text {
        font-size: 1.2rem;
        line-height: 1.5
    }
}

.choose-writer {
    padding: 64px 0 44px
}

@media (max-width:991.98px) {
    .choose-writer {
        padding: 56px 0 36px
    }
}

@media (max-width:767.98px) {
    .choose-writer {
        padding: 40px 0 36px
    }
}

.choose-writer_title {
    text-align: center
}

.choose-writer_btn {
    margin: 42px auto 0;
    max-width: 220px;
    text-transform: uppercase
}

@media (max-width:991.98px) {
    .choose-writer_btn {
        margin-top: 32px
    }
}

@media (max-width:767.98px) {
    .choose-writer_btn {
        margin-top: 24px
    }
}

.choose-writer_wrap {
    position: relative
}

.writer {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    max-width: 232px;
    padding: 24px 40px;
    text-align: center;
    transition: all .3s ease-in
}

@media (max-width:991.98px) {
    .writer {
        transform: scale(.84)
    }
}

@media (max-width:767.98px) {
    .writer {
        margin: 0 auto
    }
}

.writer_img {
    height: 90px;
    margin: 0 auto;
    position: relative;
    width: 90px
}

.writer_img img {
    border-radius: 50%;
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.writer_img img:nth-child(2) {
    background-color: #f3f9ff;
    z-index: 2
}

.writer_name {
    color: #2e3c4a;
    font-size: 1.6rem;
    line-height: 1;
    margin-top: 18px;
    position: relative
}

.writer_order {
    color: #345c73;
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 24px
}

.writer_btn {
    margin: 18px auto 0;
    max-width: 150px
}

.writer .wrap-stars {
    display: flex;
    justify-content: center;
    margin-top: 14px
}

@media (max-width:767.98px) {
    .writer .wrap-stars {
        margin-top: 12px
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .writer .star {
        background-color: transparent;
        background-image: url(../../img/front/star.svg)
    }

    .writer .star.active {
        background-color: transparent;
        background-image: url(../../img/front/star-yellow.svg)
    }
}

.tooltip {
    background: #fff;
    background: transparent;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 0;
    width: 245px !important
}

.tooltip.top {
    margin-top: -10px;
    padding: 0
}

.tooltip-inner {
    background-color: #fff;
    border-radius: 4px;
    color: #626c78;
    font-family: inherit;
    font-size: 1.2rem;
    line-height: 1.5;
    max-width: inherit;
    padding: 8px 10px
}

.tooltip-inner strong {
    color: #2e3c4a;
    font-weight: 700
}

.tooltip.top .tooltip-arrow {
    border-bottom-color: #e3e3e3 !important;
    bottom: -5px
}

.tooltip .tooltip-arrow:after {
    border-top-color: #e3e3e3 !important;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 7px 6px 0;
    content: "";
    height: 0;
    left: -6px;
    position: absolute;
    top: -6px;
    width: 0;
    z-index: -1
}

@media (max-width:767.98px) {
    .tooltip.top .tooltip-arrow {
        border-top-color: #e3e3e3 !important
    }
}

.tooltip.top .tooltip-arrow {
    border-bottom-color: #fff !important
}

@media (max-width:767.98px) {
    .tooltip.top .tooltip-arrow {
        border-top-color: #fff !important;
        top: 0 !important
    }
}

.swiper2,
.swiper5 {
    height: auto;
    margin: 40px auto 0;
    max-width: 872px;
    overflow: hidden;
    padding: 0 50px
}

@media (max-width:991.98px) {

    .swiper2,
    .swiper5 {
        margin-top: 42px;
        padding: 0
    }
}

@media (max-width:767.98px) {

    .swiper2,
    .swiper5 {
        margin-top: 24px
    }
}

.swiper2 .swiper-pagination,
.swiper5 .swiper-pagination {
    display: none;
    position: static
}

@media (max-width:991.98px) {

    .swiper2 .swiper-pagination,
    .swiper5 .swiper-pagination {
        display: block;
        margin-top: 32px
    }
}

@media (max-width:767.98px) {

    .swiper2 .swiper-pagination,
    .swiper5 .swiper-pagination {
        margin-top: 22px
    }
}

@media (max-width:991.98px) {

    .swiper2 .swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper5 .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px
    }

    .swiper2 .swiper-slide-next {
        transform: translateX(-40px);
        transition: all .3s ease-in
    }

    .swiper2 .swiper-slide-prev {
        transform: translateX(40px);
        transition: all .3s ease-in
    }
}

.swiper2 .swiper-slide-active .writer {
    transform: scale(1)
}

.wrt .swiper5 .writer {
    transform: scale(.84)
}

.wrt .swiper5 .swiper-slide-active .writer {
    transform: scale(1)
}

.wrt .swiper5 .swiper-slide {
    opacity: 0;
    z-index: 0
}

.wrt .swiper5 .swiper-slide.swiper-slide-active {
    z-index: 2
}

.wrt .swiper5 .swiper-slide-prev {
    opacity: 1;
    transform: translateX(40px);
    transition: all .3s ease-in;
    z-index: 1
}

.wrt .swiper5 .swiper-slide-next {
    opacity: 1;
    transform: translateX(-40px);
    transition: all .3s ease-in;
    z-index: 1
}

.wrt .swiper5 .swiper-slide-active {
    opacity: 1
}

.swiper5 {
    max-width: 720px;
    padding: 0
}

.wrt .c-y-p {
    left: 126px
}

.c-y-p {
    left: 2px
}

@media (max-width:767.98px) {

    .c-y-p,
    .wrt .c-y-p {
        bottom: -15px;
        left: 16px;
        top: inherit
    }
}

.wrt .c-y-n {
    right: 126px
}

.c-y-n {
    right: 2px
}

@media (max-width:767.98px) {

    .c-y-n,
    .wrt .c-y-n {
        bottom: -15px;
        right: 16px;
        top: inherit
    }
}

.c-says {
    background-color: #f4f9ff;
    padding: 64px 0;
    position: relative
}

@media (max-width:991.98px) {
    .c-says {
        padding: 56px 0
    }

    .wrt .c-y-n {
        right: 2px
    }

    .wrt .c-y-p {
        left: 2px
    }
}

@media (max-width:767.98px) {
    .c-says {
        padding: 40px 0
    }
}

.c-says:before {
    background-image: url(../../img/front/feedbacks_buttons.webp);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 200px;
    left: 0;
    position: absolute;
    top: 17px;
    width: 190px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .c-says:before {
        background-image: url(../../img/front/feedbacks_buttons.png)
    }
}

@media (max-width:991.98px) {
    .c-says:before {
        background-image: url(../../img/front/ok.webp);
        display: none
    }
}

@media (max-width:991.98px) and (-ms-high-contrast:none),
screen and (max-width:991.98px) and (-ms-high-contrast:active) {
    .c-says:before {
        background-image: url(../../img/front/ok.png)
    }
}

.c-says:after {
    background-image: url(../../img/front/feedbacks_pencils.webp);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 28px;
    content: "";
    height: 328px;
    position: absolute;
    right: 0;
    width: 247px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .c-says:after {
        background-image: url(../../img/front/feedbacks_pencils.png)
    }
}

@media (max-width:991.98px) {
    .c-says:after {
        background-image: url(../../img/front/ok.webp);
        display: none
    }
}

@media (max-width:991.98px) and (-ms-high-contrast:none),
screen and (max-width:991.98px) and (-ms-high-contrast:active) {
    .c-says:after {
        background-image: url(../../img/front/ok.png)
    }
}

.c-says_title {
    text-align: center
}

.c-says .swiper-pagination {
    margin-top: 24px;
    position: static
}

.c-says_btn {
    margin: 0 auto;
    max-width: 235px
}

@media (max-width:767.98px) {
    .c-says_btn {
        max-width: 100%;
        padding: 0 16px
    }
}

.c-says_btn .btn {
    padding: 12px 5px
}

.c-says .container {
    max-width: 100%;
    padding: 0
}

.c-card {
    background-color: #fff;
    border-radius: 6px;
    filter: blur(3px);
    max-width: 405px;
    padding: 30px 24px 16px;
    transform: scale(.8);
    transition: all .5s ease-in
}

@media (max-width:767.98px) {
    .c-card {
        filter: blur(0);
        max-width: 100%;
        transform: scale(1)
    }
}

.c-card_top {
    color: #2e3c4a;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2
}

.c-card_sub {
    color: #5f6b77;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.42857;
    margin-top: 20px
}

.c-card_mid {
    color: #636d78;
    font-size: 1.4rem;
    line-height: 1.28571;
    margin-top: 16px
}

.c-card_bot {
    justify-content: space-between;
    margin-top: 16px
}

.c-card_bot,
.c-card_user {
    align-items: center;
    display: flex
}

.c-card_user {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.28571
}

.c-card_user object {
    height: 32px;
    margin-right: 18px;
    width: 32px
}

.c-card_date {
    color: #969da4;
    font-size: 1.2rem;
    line-height: 1.33333;
    padding-top: 3px
}

.swiper-1 {
    margin: 40px auto;
    max-width: 1000px;
    overflow: hidden;
    position: relative
}

@media (max-width:991.98px) {
    .swiper-1 {
        margin: 42px 0 32px;
        max-width: 100%
    }
}

@media (max-width:767.98px) {
    .swiper-1 {
        padding: 0 16px
    }
}

.swiper-1 .swiper-wrapper {
    max-width: 100%;
    width: 100%
}

.swiper-1 .swiper-slide {
    transition: transform .3s ease;
    z-index: 0
}

.swiper-1 .swiper-slide-prev {
    transform: translateX(30%)
}

@media (max-width:767.98px) {
    .swiper-1 .swiper-slide-prev {
        transform: translate(0)
    }
}

.swiper-1 .swiper-slide-next {
    transform: translateX(-30%)
}

@media (max-width:767.98px) {
    .swiper-1 .swiper-slide-next {
        transform: translate(0)
    }
}

.swiper-1 .swiper-slide-active {
    transform: translateX(0);
    z-index: 5
}

.swiper-1 .swiper-slide-active .c-card {
    filter: blur(0);
    transform: scale(1)
}

.swiper-1 .swiper-button-next {
    right: 30px
}

@media (max-width:991.98px) {
    .swiper-1 .swiper-button-next {
        display: none
    }
}

.swiper-1 .swiper-button-prev {
    left: 30px
}

@media (max-width:991.98px) {
    .swiper-1 .swiper-button-prev {
        display: none
    }
}

.swiper-slide.swiper-slide-active {
    z-index: 1
}

.swiper-slide-next {
    position: relative
}

.swiper2 .swiper-slide-next:before,
.swiper2 .swiper-slide-prev:before,
.swiper5 .swiper-slide-next:before,
.swiper5 .swiper-slide-prev:before {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    right: -120px;
    top: 0;
    width: 100px;
    z-index: 1
}

.swiper2 .swiper-slide-prev:before,
.swiper5 .swiper-slide-prev:before {
    left: -120px;
    right: inherit
}

.welcome {
    overflow: hidden;
    padding: 90px 32px 48px
}

@media (max-width:991.98px) {
    .welcome {
        padding: 56px 0
    }
}

@media (max-width:767.98px) {
    .welcome {
        padding: 40px 0
    }
}

.welcome--sv {
    padding: 67px 0 64px
}

@media (max-width:991.98px) {
    .welcome--sv {
        padding: 56px 0
    }
}

@media (max-width:767.98px) {
    .welcome--sv {
        padding: 40px 0
    }
}

@media (max-width:991.98px) {
    .welcome--sv .welcome_btn {
        margin-top: 32px
    }
}

.welcome .container {
    background: linear-gradient(180deg, #fff, #fafcff);
    border: 1px solid #c7e3ff;
    border-radius: 12px;
    padding: 0 85px;
    position: relative
}

@media (max-width:991.98px) {
    .welcome .container {
        border: none;
        padding: 0 32px
    }
}

.welcome .container:after {
    background: linear-gradient(180deg, #fff, #fafcff);
    content: "";
    height: calc(100% - 192px);
    left: -10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 105%
}

@media (max-width:991.98px) {
    .welcome .container:after {
        display: none
    }
}

.welcome_wrap {
    background: linear-gradient(180deg, #fff, #fafcff);
    margin-bottom: -10px;
    margin-top: -26px;
    padding-bottom: 46px;
    position: relative;
    z-index: 10
}

.welcome_title {
    margin-bottom: 40px;
    text-align: center
}

.welcome_subtitle {
    color: #2e3c4a;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 32px;
    max-width: 100%;
    text-align: left
}

@media (max-width:991.98px) {
    .welcome_wrap {
        margin: 0;
        padding-bottom: 0
    }

    .welcome_subtitle,
    .welcome_title {
        margin-bottom: 32px
    }
}

@media (max-width:767.98px) {
    .welcome_title {
        margin-bottom: 0
    }

    .welcome_subtitle {
        margin: 24px 0
    }
}

.welcome_title--sv {
    margin: 0 auto;
    max-width: 650px;
    text-align: center
}

.welcome_btn {
    margin: -21px auto 0;
    max-width: 235px;
    position: relative;
    z-index: 10
}

.simple-text p,
.welcome .text-part p {
    color: #626c78;
    color: #2e3c4a;
    font-size: 1.4rem;
    line-height: 1.28571;
    margin-bottom: 32px
}

.simple-text_block .simple-text p {
    margin: 18px 0
}

.text-part {
    color: #2e3c4a
}

@media (max-width:767.98px) {

    .simple-text p,
    .welcome .text-part p {
        font-size: 1.4rem;
        line-height: 1.57143;
        margin-bottom: 22px
    }

    .simple-text_block .simple-text p {
        margin: 18px 0
    }
}

.simple-text p {
    margin-top: 20px
}

.wrt .simple-text_block .simple-text p {
    color: #244559;
    line-height: 1.71429
}

.welcome .text-part h3 {
    color: #2e3c4a;
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px
}

@media (max-width:767.98px) {
    .welcome .text-part h3 {
        font-size: 1.6rem;
        line-height: 1.25
    }
}

.welcome .text-part a {
    color: #2590fb;
    font-weight: 700;
    transition: all .3s ease-in
}

.welcome .text-part a:hover {
    color: #1b85ef
}

.article-page ol,
.article-page ul,
.text-part ol,
.text-part ul {
    color: #636d78;
    counter-reset: section;
    font-size: 1.4rem;
    line-height: 1.28571;
    margin-top: 24px;
    padding: 0 36px
}

@media (max-width:991.98px) {

    .article-page ol,
    .text-part ol {
        padding: 0
    }
}

.article-page ol,
.article-page ul,
.text-part ol,
.text-part ul {
    margin-bottom: 20px;
    position: relative
}

@media (max-width:991.98px) {

    .article-page ol,
    .article-page ul,
    .text-part ol,
    .text-part ul {
        margin-bottom: 16px
    }
}

.article-page ol li:before,
.text-part ol li:before {
    color: #2590fb;
    content: counter(section) ".";
    counter-increment: section;
    padding-right: 14px
}

.article-page ul li,
.text-part ul li {
    position: relative
}

.article-page ul li:before,
.text-part ul li:before {
    background-color: #2590fb;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: -14px;
    position: absolute;
    top: 6px;
    width: 6px
}

.book-baner {
    overflow: hidden;
    padding-bottom: 64px
}

.book-baner--sv {
    padding-bottom: 0
}

.book-baner--sv .book-baner_r {
    height: 100%;
    right: 0;
    width: 183px
}

.book-baner--sv .book-baner_wrap {
    min-height: 186px;
    padding: 22px 32px
}

@media (max-width:767.98px) {
    .book-baner--sv .book-baner_r {
        height: 100%;
        width: 116px
    }
}

@media (max-width:991.98px) {
    .book-baner {
        padding: 0 32px 56px
    }
}

@media (max-width:767.98px) {
    .book-baner {
        margin-top: 24px;
        padding: 0 16px 24px
    }
}

.book-baner_wrap {
    background-color: #208cf9;
    border-radius: 16px;
    height: auto;
    margin: 0 auto;
    max-width: 830px;
    min-height: 220px;
    overflow: hidden;
    padding: 32px 48px 38px;
    position: relative
}

@media (max-width:991.98px) {
    .book-baner_wrap {
        max-width: 100%;
        padding: 32px 32px 38px
    }
}

@media (max-width:767.98px) {
    .book-baner_wrap {
        min-height: 164px;
        padding: 24px 20px
    }
}

.book-baner_l {
    max-width: 400px;
    position: relative;
    z-index: 5
}

.book-baner_r {
    position: absolute;
    right: -2px;
    top: 0;
    width: 290px;
    z-index: 1
}

@media (max-width:767.98px) {
    .book-baner_r {
        height: 100%;
        width: 116px
    }
}

.book-baner_r img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0
}

.book-baner_title {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1.25
}

@media (max-width:767.98px) {
    .book-baner_title {
        font-size: 2rem;
        line-height: 1.3;
        padding-right: 70px
    }
}

.book-baner_btn {
    margin-top: 24px;
    max-width: 170px
}

.faq {
    background: linear-gradient(179.63deg, #fff .32%, #f4f9ff 106.24%);
    padding: 32px 0 72px
}

@media (max-width:991.98px) {
    .faq {
        padding: 0 0 52px
    }
}

@media (max-width:767.98px) {
    .faq {
        padding: 40px 0 20px
    }
}

@media (max-width:991.98px) {
    .faq--sv {
        padding: 56px 0
    }
}

@media (max-width:767.98px) {
    .faq--sv {
        padding: 40px 0 16px
    }
}

.faq_title {
    text-align: center
}

@media (max-width:991.98px) {
    .faq_title {
        font-size: 4.2rem;
        line-height: 1.2381
    }
}

@media (max-width:767.98px) {
    .faq_title {
        font-size: 2.4rem;
        line-height: 1.33333;
        padding: 0 40px
    }
}

.faq .accordion-container {
    margin-top: 36px
}

@media (max-width:767.98px) {
    .faq .accordion-container {
        margin-top: 24px
    }
}

.faq-page_title {
    margin-bottom: 20px;
    padding-left: 10px
}

@media (max-width:991.98px) {
    .faq-page_title {
        margin-bottom: 15px
    }
}

.faq-page_name {
    color: #2e3c4a;
    font-size: 2.7rem;
    line-height: 1;
    padding-left: 10px;
    padding-top: 20px;
    text-transform: uppercase
}

@media (max-width:991.98px) {
    .faq-page_name {
        font-size: 2rem;
        line-height: 1;
        padding-top: 15px
    }
}

.faq-page_wrap {
    display: flex;
    justify-content: space-between
}

@media (max-width:1035.98px) {
    .faq-page_wrap {
        flex-wrap: wrap
    }
}

.faq-page_main {
    border-top: 1px solid #000;
    max-width: 600px
}

@media (max-width:1035.98px) {
    .faq-page_main {
        max-width: 100%
    }
}

.faq-page_aside {
    flex: 0 0 350px
}

@media (max-width:1035.98px) {
    .faq-page_aside {
        display: flex;
        flex-basis: 100%;
        justify-content: space-between
    }
}

@media (max-width:767.98px) {
    .faq-page_aside {
        flex-wrap: wrap
    }
}

@media (max-width:1035.98px) {
    .faq-page_aside>section {
        border: 1px solid #cfcfcf;
        border-radius: 6px;
        height: 100%;
        margin-top: 0;
        width: calc(50% - 12px)
    }
}

@media (max-width:767.98px) {
    .faq-page_aside>section {
        height: auto;
        margin-bottom: 24px;
        width: 100%
    }

    .faq-page_aside>section:last-child {
        margin-bottom: 0;
        max-width: 350px
    }
}

.faq-page .accordion-container {
    border-bottom: 1px solid #cfcfcf
}

@media (max-width:991.98px) {
    .faq-page .accordion-container {
        margin-top: 15px
    }
}

.faq-page .accordion-container:last-child {
    border: none
}

.aside-calc {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 7px 7px 48px -10px rgba(46, 60, 74, .11);
    padding: 15px 15px 27px
}

.aside-calc_title {
    color: #2e3c4a;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 26px
}

.aside-calc .form {
    padding: 15px 0 0
}

.aside-calc .form-btn .btn {
    padding: 11px 5px
}

.aside-calc .spinedit-wrap {
    border: 1px solid #e6e8e9;
    border-radius: 4px;
    color: #828a92;
    font-size: 1.4rem;
    height: 40px;
    line-height: 2.85714;
    position: relative;
    text-align: center
}

.aside-calc .spinedit-wrap input {
    display: block;
    height: 100%;
    padding: 8px 9px;
    text-align: center
}

@media (max-width:767.98px) {
    .aside-calc .spinedit-wrap input {
        width: 100%
    }
}

.slogan--landing .aside-calc .spinedit-wrap input {
    width: 100%
}

.aside-calc .spinedit-wrap .icon-chevron-down,
.aside-calc .spinedit-wrap .icon-chevron-up {
    background: none;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    font-size: 0;
    height: 34px;
    left: 3px;
    position: absolute;
    top: 2px;
    transition: all .3s ease-in;
    width: 38px;
    z-index: 5
}

.aside-calc .spinedit-wrap .icon-chevron-down:hover,
.aside-calc .spinedit-wrap .icon-chevron-up:hover {
    background-color: #e9f3ff;
    cursor: pointer
}

.aside-calc .spinedit-wrap .icon-chevron-down:before,
.aside-calc .spinedit-wrap .icon-chevron-up:before {
    color: #828a92;
    content: "-";
    font-size: 19px;
    font-style: normal;
    height: 100%;
    left: 50%;
    line-height: 34px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    width: 100%
}

.aside-calc .spinedit-wrap .icon-chevron-up:before {
    content: "+"
}

.aside-calc .spinedit-wrap .icon-chevron-up {
    left: inherit;
    right: 3px
}

.aside-calc .f_group {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px
}

@media (max-width:991.98px) {
    .aside-calc .f_group {
        margin-bottom: 14px
    }
}

@media (max-width:767.98px) {
    .aside-calc .f_group {
        flex-wrap: wrap
    }
}

.aside-calc label {
    color: #636d78;
    display: block;
    flex: 1 0 100px;
    font-size: 1.3rem;
    line-height: 1;
    margin-right: 25px
}

@media (max-width:767.98px) {
    .aside-calc label {
        margin-bottom: 10px;
        margin-right: 16px;
        width: 100%
    }
}

.aside-calc .jq-selectbox,
.aside-calc .spinedit-wrap {
    max-width: 195px;
    width: 100%
}

.slogan--landing .aside-calc .jq-selectbox,
.slogan--landing .aside-calc .spinedit-wrap {
    max-width: 270px
}

@media (max-width:767.98px) {

    .aside-calc .jq-selectbox,
    .aside-calc .spinedit-wrap {
        max-width: 100%
    }
}

.aside-calc .jq-selectbox {
    font-size: 1.4rem;
    line-height: 1.28571;
    z-index: 7 !important
}

.aside-calc .jq-selectbox.opened {
    z-index: 10 !important
}

.aside-calc .jq-selectbox.focused .jq-selectbox__select {
    border-color: #e6e8e9
}

.aside-calc .jq-selectbox.opened .jq-selectbox__trigger {
    transform: rotate(180deg)
}

.aside-calc .jq-selectbox.opened .jq-selectbox__trigger-arrow {
    background-color: #419fff
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .aside-calc .jq-selectbox.opened .jq-selectbox__trigger-arrow {
        background-color: transparent;
        background-image: url(../../img/front/arrow-accrd-blue.svg);
        background-repeat: no-repeat;
        background-size: cover
    }
}

.aside-calc .f-group__item input {
    color: #828a92;
    font-family: inherit;
    font-size: 1.4rem;
    height: 40px;
    line-height: 2.85714;
    text-align: center
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .aside-calc .f-group__item input {
        line-height: 1
    }
}

.aside-calc .jq-number__field {
    border: 1px solid #e6e8e9;
    box-shadow: none;
    margin: 0;
    width: 100%
}

.aside-calc .jq-number {
    padding-right: 0
}

.aside-calc .jq-number.focused .jq-number__field {
    border-color: #e6e8e9
}

.aside-calc .jq-number.focused .f-group__item {
    color: #2e3c4a
}

.aside-calc .jq-selectbox__select {
    background: transparent;
    border: 1px solid #e6e8e9;
    border-radius: 4px;
    box-shadow: none;
    color: #828a92;
    font-family: inherit;
    font-size: 1.4rem;
    height: 40px;
    line-height: 2.85714;
    padding-left: 16px;
    padding-right: 45px
}

.aside-calc .jq-selectbox__trigger {
    border-left: none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease-in;
    width: 40px
}

.aside-calc .jq-selectbox__trigger-arrow {
    background-color: #828a92;
    border: none;
    height: 6px;
    left: 50%;
    -webkit-mask-image: url(../../img/front/arrow-accrd.svg);
    mask-image: url(../../img/front/arrow-accrd.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in;
    width: 10px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .aside-calc .jq-selectbox__trigger-arrow {
        background-color: transparent;
        background-image: url(../../img/front/arrow-accrd.svg);
        background-repeat: no-repeat;
        background-size: cover
    }
}

.aside-calc .jq-selectbox__dropdown {
    background-color: #fff;
    border: 1px solid #e6e8e9;
    border-radius: 6px;
    box-shadow: none;
    color: #828a92;
    max-width: 270px;
    padding-top: 0;
    position: absolute;
    top: 49px
}

.aside-calc .jq-selectbox__dropdown li {
    word-wrap: break-word !important;
    color: #828a92;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    transition: all .3s ease-in;
    white-space: pre-wrap
}

.aside-calc .jq-selectbox__dropdown li:last-child {
    margin-bottom: 0
}

.aside-calc .jq-selectbox__dropdown li:hover {
    background-color: transparent;
    color: #419fff;
    cursor: pointer
}

.aside-calc .jq-selectbox__dropdown .selected {
    background-color: transparent;
    color: #419fff
}

.aside-calc .jq-number__spin.minus,
.aside-calc .jq-number__spin.plus {
    background: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
    height: 34px;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in;
    width: 38px
}

.aside-calc .jq-number__spin.minus:hover,
.aside-calc .jq-number__spin.plus:hover {
    background-color: #e9f3ff
}

.aside-calc .jq-number__spin.minus:after,
.aside-calc .jq-number__spin.plus:after {
    border: none;
    color: #828a92;
    content: "-";
    font-size: 20px;
    height: 100%;
    left: 35%;
    top: 10%;
    width: 100%
}

.aside-calc .jq-number__spin.plus {
    left: inherit;
    right: 3px
}

.aside-calc .jq-number__spin.plus:after {
    content: "+"
}

.hiw-banner {
    background-image: url(../../img/front/sidebar_features.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 258px;
    margin-top: 20px;
    padding: 23px 10px
}

.hiw-banner_title {
    color: #354a3c;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1
}

.hiw-banner ul {
    margin-top: 20px
}

.hiw-banner ul li {
    align-items: center;
    color: #1d6593;
    display: flex;
    font-size: 1.5rem;
    line-height: 1.86667;
    margin: 0 0 11px 5px
}

.hiw-banner ul li img {
    display: block;
    margin-right: 10px
}

.contact {
    justify-self: flex-start;
    padding-top: 30px
}

@media (max-width:991.98px) {
    .contact {
        padding-top: 45px
    }
}

@media (max-width:767.98px) {
    .contact {
        padding-top: 30px
    }

    .aside-calc .jq-selectbox__dropdown {
        max-width: 100%
    }
}

.contact_title {
    border-bottom: 1px solid #000
}

@media (max-width:991.98px) {
    .contact_title {
        border-bottom: none
    }
}

.contact_wrap {
    max-width: 600px
}

@media (max-width:991.98px) {
    .contact_wrap {
        max-width: 100%
    }
}

.contact_text {
    margin-top: 20px
}

.contact p {
    color: #2e3c4a;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 16px
}

@media (max-width:991.98px) {
    .contact p {
        color: #686868;
        font-size: 1.4rem;
        line-height: 1.42857;
        margin-bottom: 10px;
        padding-bottom: 10px
    }
}

@media (max-width:767.98px) {
    .contact p {
        font-size: 1.4rem;
        line-height: 1.57143
    }
}

.article-page_wrap a,
.contact a {
    color: #2590fb;
    text-decoration: underline;
    transition: all .3s ease-in
}

.article-page_wrap a:hover,
.contact a:hover {
    color: #1b85ef
}

.wrt {
    font-size: 1.4rem;
    line-height: 1.71429;
    padding: 24px 0 0
}

@media (max-width:991.98px) {
    .wrt {
        padding: 14px 0 0
    }
}

@media (max-width:767.98px) {
    .wrt {
        padding: 16px 0 0
    }
}

.wrt_top-panel {
    background-color: #f4f9ff;
    border-radius: 6px;
    color: #2e3c4a;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 36px;
    padding: 15px 2px;
    text-align: center
}

@media (max-width:991.98px) {
    .wrt_top-panel {
        margin-top: 34px
    }
}

@media (max-width:767.98px) {
    .wrt_top-panel {
        margin-top: 26px
    }
}

.wrt_name {
    border-bottom: 1px solid #e6f0ff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 26px;
    padding-bottom: 18px
}

@media (max-width:991.98px) {
    .wrt_name {
        margin-top: 46px
    }
}

@media (max-width:767.98px) {
    .wrt_name {
        padding-bottom: 12px
    }
}

.wrt p {
    margin-top: 26px
}

@media (max-width:767.98px) {
    .wrt p {
        margin-top: 16px
    }
}

.wrt .choose-writer {
    padding: 46px 0 0
}

.wrt .choose-writer .container {
    border-bottom: 1px solid #e6f0ff;
    padding-bottom: 46px
}

@media (max-width:991.98px) {
    .wrt .choose-writer {
        padding: 26px 0 10px
    }

    .wrt .choose-writer .container {
        padding-bottom: 54px
    }
}

@media (max-width:767.98px) {
    .wrt .choose-writer {
        padding-bottom: 8px
    }
}

.wrt .choose-writer .swiper5 {
    margin-top: 0
}

.wrt .choose-writer .choose-writer_btn,
.wrt .choose-writer .choose-writer_title {
    display: none
}

@media (max-width:991.98px) {
    .wrt .choose-writer .swiper-pagination {
        display: none
    }
}

@media (max-width:767.98px) {
    .wrt .choose-writer .swiper-pagination {
        display: block;
        margin-top: 26px
    }
}

.line-up {
    font-size: 1.4rem;
    line-height: 1;
    padding-bottom: 64px
}

@media (max-width:991.98px) {
    .line-up {
        padding-bottom: 46px
    }
}

@media (max-width:767.98px) {
    .line-up {
        padding-bottom: 44px
    }
}

.line-up_wrap {
    border: 1px solid #f4f9ff;
    border-top: none
}

.line-up_top {
    background-color: #f4f9ff;
    border-radius: 6px 6px 0 0;
    color: #626c78;
    display: flex;
    margin-top: 26px;
    padding: 17px 24px
}

@media (max-width:767.98px) {
    .line-up_top {
        flex-grow: 1;
        justify-content: space-between;
        padding: 17px 12px
    }
}

.line-up_pic {
    flex: 0 0 90px
}

@media (max-width:991.98px) {
    .line-up_pic {
        flex-shrink: 1
    }
}

@media (max-width:767.98px) {
    .line-up_pic {
        display: none
    }
}

.line-up_id {
    flex: 0 0 193px;
    text-align: center
}

@media (max-width:991.98px) {
    .line-up_id {
        flex-shrink: 1
    }
}

@media (max-width:767.98px) {
    .line-up_id {
        flex-basis: 120px;
        text-align: left
    }
}

@media (max-width:991.98px) {
    .line-up_id a {
        padding-right: 16px
    }
}

.line-up_rating {
    flex: 0 0 178px;
    text-align: center
}

@media (max-width:991.98px) {
    .line-up_rating {
        flex-shrink: 1
    }
}

@media (max-width:881.98px) {
    .line-up_rating {
        flex-shrink: 1;
        text-align: left
    }
}

@media (max-width:767.98px) {
    .line-up_rating {
        flex-basis: 80%;
        text-align: center
    }
}

.line-up_order {
    flex: 0 0 158px;
    text-align: center
}

@media (max-width:991.98px) {
    .line-up_order {
        flex-shrink: 1
    }
}

@media (max-width:767.98px) {
    .line-up_order {
        display: none
    }
}

.line-up_row {
    align-items: center;
    border-bottom: 1px solid #f4f9ff;
    display: flex;
    padding: 20px 24px
}

@media (max-width:767.98px) {
    .line-up_row {
        justify-content: space-between;
        padding: 33px 12px
    }
}

.line-up_row:last-child {
    border-bottom: none
}

.line-up_row.w-crown .writer_status,
.line-up_row.w-star .writer_status {
    display: block
}

.line-up_profile {
    flex: 0 1 110px;
    margin: 0 24px;
    width: 100%
}

@media (max-width:991.98px) {
    .line-up_profile {
        display: none
    }
}

.line-up_request {
    flex: 0 1 150px
}

@media (max-width:991.98px) {
    .line-up_request {
        margin-left: auto
    }
}

@media (max-width:767.98px) {
    .line-up_request {
        display: none
    }
}

.line-up .l-img img {
    border-radius: 50%;
    height: 60px;
    width: 60px
}

.line-up .l-id {
    align-items: center;
    color: #626c78;
    display: flex;
    justify-content: center;
    position: relative
}

@media (max-width:767.98px) {
    .line-up .l-id {
        justify-content: flex-start;
        min-width: 114px
    }
}

.line-up .l-order {
    color: #626c78
}

.line-up .l-rating {
    display: flex;
    justify-content: center
}

@media (max-width:767.98px) {
    .line-up .l-rating {
        flex-basis: 180px
    }
}

.line-up .l-rating .wrap-stars {
    display: flex
}

.line-up .l-rating .star {
    height: 13px;
    margin-right: 7px;
    width: 13px
}

@media (max-width:329.98px) {
    .line-up .l-rating .star {
        margin-right: 3px
    }
}

.line-up .l-rating .rating-num {
    margin-left: 3px
}

.line-up .l-rating .rating-num span {
    color: #a7b2b9
}

.line-up .l-link {
    display: none;
    flex: 0 1 36px;
    text-align: right
}

.line-up .l-link a {
    background-color: rgba(42, 60, 75, .6);
    display: inline-block;
    height: 6px;
    -webkit-mask-image: url(../../img/front/arrow-accrd.svg);
    mask-image: url(../../img/front/arrow-accrd.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    transform: rotate(-90deg);
    transition: all .3s ease-in;
    vertical-align: middle;
    width: 10px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .line-up .l-link a {
        background-color: transparent;
        background-image: url(../../img/front/arrow-accrd.svg);
        background-repeat: no-repeat;
        background-size: cover
    }
}

.line-up .writer_status {
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width:991.98px) {
    .line-up .pagination_block {
        margin-top: 32px
    }
}

@media (max-width:767.98px) {
    .line-up .pagination_block {
        margin-top: 34px
    }

    .line-up .l-link {
        display: block
    }
}

.about-writer {
    padding: 26px 0 47px;
    width: 100%
}

@media (max-width:991.98px) {
    .about-writer {
        padding: 14px 0 26px
    }
}

@media (max-width:767.98px) {
    .about-writer {
        padding: 24px 0 32px
    }
}

.about-writer_wrap {
    display: flex;
    justify-content: space-between
}

@media (max-width:1061.98px) {
    .about-writer_wrap {
        flex-wrap: wrap
    }
}

.about-writer_left {
    flex: 0 0 320px
}

@media (max-width:1061.98px) {
    .about-writer_left {
        flex-basis: 100%
    }
}

.about-writer_right {
    flex: 0 0 660px
}

@media (max-width:1061.98px) {
    .about-writer_right {
        flex-basis: 100%;
        max-width: 100%
    }
}

.about-writer_title {
    border-bottom: 1px solid #edf5fe;
    padding-bottom: 14px
}

@media (max-width:767.98px) {
    .about-writer .pagination_block {
        margin-top: 37px
    }
}

.about-info {
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    color: #626c78;
    margin-top: 24px;
    padding: 26px 16px 30px
}

@media (max-width:991.98px) {
    .about-info {
        padding-bottom: 46px
    }
}

@media (max-width:767.98px) {
    .about-info {
        padding: 24px 20px
    }
}

.about-info_wrap {
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    justify-content: space-between;
    padding-bottom: 26px
}

@media (max-width:991.98px) {
    .about-info_wrap {
        padding-bottom: 30px
    }
}

@media (max-width:767.98px) {
    .about-info_wrap {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 28px
    }
}

.about-info_wrap.w-crown .writer_status,
.about-info_wrap.w-star .writer_status {
    display: block
}

.about-info_l {
    position: relative
}

.about-info_l img {
    border-radius: 50%;
    display: block;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
    width: 80px
}

.about-info_r {
    flex: 0 0 194px
}

@media (max-width:991.98px) {
    .about-info_r {
        flex-grow: 1;
        margin-left: 14px
    }
}

@media (max-width:767.98px) {
    .about-info_r {
        flex-basis: 100%;
        margin-top: 20px;
        text-align: center
    }
}

.about-info_id {
    color: #2e3c4a;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1
}

.about-info_row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px
}

.about-info_description {
    color: #626c78;
    font-size: 1.4rem;
    line-height: 1.28571
}

.about-info_description a {
    color: #2e3c4a;
    transition: all .3s ease-in
}

.about-info_description a:hover {
    color: #1b85ef
}

.about-info .subjects {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
    padding-top: 18px
}

.about-info .subjects_item {
    background-color: #edf5fe;
    border-radius: 12px;
    display: block;
    margin: 0 7px 14px;
    padding: 5px 10px
}

.about-info .rating-row {
    align-items: center;
    display: flex
}

.about-info .rating-row .star {
    height: 14px;
    margin-right: 7px;
    width: 14px
}

.about-info .rating-row .rating-num span {
    color: #a7b2b9
}

.about-info .or-num {
    background-color: #edf5fe;
    border-radius: 10px;
    color: #2e3c4a;
    font-size: 1.2rem;
    line-height: 1;
    max-width: 43px;
    padding: 5px 2px;
    text-align: center;
    width: 100%
}

.about-info .or-num--orange {
    background-color: #fb8a44;
    color: #fff
}

.about-info-date {
    color: #a7b2b9
}

.about-info .tabs__wrap {
    font-size: 1.4rem;
    line-height: 1;
    padding: 16px 0 12px
}

@media (max-width:991.98px) {
    .about-info .tabs__wrap {
        padding: 24px 0
    }
}

@media (max-width:767.98px) {
    .about-info .tabs__wrap {
        padding: 22px 0 26px
    }
}

.about-info .t-menu {
    background-color: #edf5fe;
    border-radius: 6px;
    display: flex;
    margin-top: 16px
}

.about-info .t-menu li {
    border-radius: 6px;
    color: #626c78;
    font-size: 1.4rem;
    line-height: 1;
    padding: 10px 2px;
    text-align: center;
    transition: all .3s ease-in;
    width: 50%
}

.about-info .t-menu li:hover {
    color: #0a82f2;
    cursor: pointer
}

.about-info .t-menu li.active {
    background-color: #2590fb;
    color: #fff
}

.about-info p {
    color: #626c78;
    font-size: 1.4rem;
    line-height: 1.71429;
    margin-top: 26px
}

@media (max-width:991.98px) {
    .about-info p {
        margin-top: 24px
    }
}

@media (max-width:767.98px) {
    .about-info p {
        margin-top: 24px
    }
}

.about-info .writer_status {
    display: none
}

.reviews {
    padding-top: 32px
}

@media (max-width:991.98px) {
    .reviews {
        padding-top: 27px
    }
}

@media (max-width:767.98px) {
    .reviews {
        padding-top: 46px
    }
}

.reviews_title {
    border-bottom: 1px solid #edf5fe;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 24px;
    padding-bottom: 14px
}

@media (max-width:767.98px) {
    .reviews_title {
        margin-bottom: -6px
    }
}

.r-review {
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    color: #2e3c4a;
    font-size: 1.6rem;
    line-height: 1.375;
    margin-top: 20px;
    padding: 22px 24px
}

@media (max-width:991.98px) {
    .r-review {
        margin-top: 24px
    }
}

@media (max-width:767.98px) {
    .r-review {
        padding: 22px 10px
    }
}

.r-review_top {
    display: flex;
    justify-content: space-between
}

.r-review_left {
    flex: 0 0 440px;
    word-break: break-word
}

@media (max-width:767.98px) {
    .r-review_left {
        flex-shrink: 1;
        margin-right: 20px
    }
}

.r-review_right {
    flex: 0 0 105px
}

.r-review_mid {
    border-bottom: 1px solid #e9e9e9;
    color: #626c78;
    font-size: 1.4rem;
    line-height: 1.71429;
    margin-top: 10px;
    padding-bottom: 20px
}

@media (max-width:767.98px) {
    .r-review_mid {
        margin-top: 14px
    }
}

.r-review_bot {
    font-size: 1.4rem;
    line-height: 1.57143;
    margin-top: 22px;
    max-width: 440px
}

@media (max-width:767.98px) {
    .r-review_bot {
        margin-top: 16px
    }
}

.r-review_date {
    color: rgba(46, 60, 74, .6);
    font-size: 1.4rem;
    line-height: 1.28571;
    margin-top: 8px
}

.r-review .wrap-stars {
    display: flex
}

.r-review .star {
    height: 14px;
    margin-right: 7px;
    width: 14px
}

.blog {
    padding: 30px 0 0
}

@media (max-width:991.98px) {
    .blog {
        padding-top: 24px
    }
}

@media (max-width:767.98px) {
    .blog {
        padding-bottom: 34px
    }
}

.blog_top {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.blog_top .blog_left {
    flex: 0 0 590px
}

@media (max-width:1039.98px) {
    .blog_top {
        flex-wrap: wrap
    }
}

.blog_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.blog_left {
    flex: 0 1 590px
}

@media (max-width:1039.98px) {
    .blog_left {
        flex-basis: 100%
    }
}

.blog_right {
    flex: 0 0 350px
}

@media (max-width:1039.98px) {
    .blog_right {
        flex-basis: 100%
    }
}

.blog_title {
    border-bottom: 1px solid #000;
    flex: 0 0 590px;
    margin-bottom: 18px;
    padding-bottom: 4px
}

@media (max-width:1039.98px) {
    .blog_title {
        flex-basis: 100%
    }
}

.blog_search {
    border: 1px solid #e6e8e9;
    border-radius: 6px;
    display: flex;
    flex: 0 0 350px;
    height: 57px;
    justify-content: space-between;
    margin-bottom: 20px
}

@media (max-width:1039.98px) {
    .blog_search {
        flex-basis: 100%;
        order: -1
    }
}

@media (max-width:991.98px) {
    .blog_search {
        margin-bottom: 24px
    }
}

@media (max-width:767.98px) {
    .blog_search {
        height: 36px;
        margin-bottom: 16px
    }
}

.blog_search button,
.blog_search input {
    background-color: transparent;
    border: none;
    display: block;
    font-family: inherit;
    outline: none
}

.blog_search input {
    color: #828a92;
    font-size: 1.4rem;
    padding: 0 16px;
    width: 100%
}

.blog_search input::-moz-placeholder {
    color: #2e3c4a;
    font-family: inherit
}

.blog_search input:-ms-input-placeholder {
    color: #2e3c4a;
    font-family: inherit
}

.blog_search input::placeholder {
    color: #2e3c4a;
    font-family: inherit
}

.blog_search button {
    height: 100%;
    position: relative;
    width: 38px
}

.blog_search button:hover {
    cursor: pointer
}

.blog_search button:hover:after {
    transform: translate(-50%, -50%) scale(1.1)
}

.blog_search button:after {
    background-image: url(../../img/front/search_icon-copy.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 13px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in;
    width: 13px
}

.blog .pagination_block {
    margin-top: 0
}

.article {
    border-bottom: 1px solid #b6d9f5;
    margin-bottom: 35px;
    padding-bottom: 4px
}

.article_title {
    color: #252525;
    font-size: 2.5rem;
    font-weight: 400;
    padding-bottom: 1px;
    text-transform: uppercase
}

.article_title a {
    border-bottom: 1px solid transparent;
    transition: all .3s ease-in
}

.article_title a:hover {
    border-color: #000
}

.article_sub {
    color: #8c8c8c;
    display: flex;
    font-size: 1.3rem
}

@media (max-width:767.98px) {
    .article_sub {
        margin-top: 12px
    }
}

.article_date {
    margin-right: 4px
}

.article_subject a {
    color: #2590fb;
    text-decoration: underline;
    transition: all .3s ease-in
}

.article_subject a:hover {
    color: #1b85ef
}

.article_img {
    margin-top: 32px;
    padding: 0 20px
}

@media (max-width:767.98px) {
    .article_img {
        padding: 0
    }
}

.article_img img {
    border-radius: 32px;
    display: block;
    height: auto;
    max-height: 450px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

@media (max-width:1199.98px) {
    .article_img img {
        margin: 0 auto
    }
}

.article_description {
    color: #2e3c4a;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 38px
}

@media (max-width:991.98px) {
    .article_description {
        font-size: 1.4rem;
        line-height: 1.42857
    }
}

.article_link {
    margin-top: 16px;
    text-align: right
}

@media (max-width:991.98px) {
    .article_link {
        margin-top: 10px
    }
}

@media (max-width:767.98px) {
    .article_link {
        text-align: left
    }
}

.article_link a {
    border-bottom: 1px solid transparent;
    color: #0098e6;
    font-size: 1.4rem;
    line-height: 1.28571;
    transition: all .3s ease-in
}

.article_link a:hover {
    border-color: #0098e6
}

.article_tags {
    display: flex;
    flex-wrap: wrap;
    margin: 16px -8px 0
}

@media (max-width:991.98px) {
    .article_tags {
        margin-top: 10px
    }
}

.article_tags a {
    border: 2px solid #2590fb;
    border-radius: 25px;
    color: #2590fb;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.35714;
    margin: 0 8px 15px;
    padding: 0 17px;
    transition: all .3s ease-in
}

.article_tags a:hover {
    background-color: #e9f4ff
}

.article-page {
    padding: 64px 0
}

@media (max-width:991.98px) {
    .article-page {
        padding: 24px 0 0
    }
}

.article-page_top {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 10
}

.article-page_subject {
    max-width: 660px;
    width: 100%
}

@media (max-width:991.98px) {
    .article-page_subject {
        max-width: 100%;
        padding: 0 24px
    }
}

@media (max-width:767.98px) {
    .article-page_subject {
        padding: 0
    }
}

.article-page_subject a {
    color: #2590fb;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 10px 0 0;
    transition: all .3s ease-in
}

.article-page_subject a:hover {
    color: #1b85ef
}

.article-page_title {
    margin-top: 6px;
    max-width: 660px
}

@media (max-width:991.98px) {
    .article-page_title {
        max-width: 100%;
        padding: 0 24px
    }
}

@media (max-width:767.98px) {
    .article-page_title {
        padding: 0
    }
}

.article-page .blog_search {
    flex: 0 0 255px;
    height: 38px
}

@media (max-width:1039.98px) {
    .article-page .blog_search {
        flex-basis: 100%;
        margin-bottom: 24px
    }
}

@media (max-width:767.98px) {
    .article-page .blog_search {
        margin-bottom: 40px
    }
}

.article-page .blog_search input::-moz-placeholder {
    color: rgba(46, 60, 74, .6)
}

.article-page .blog_search input:-ms-input-placeholder {
    color: rgba(46, 60, 74, .6)
}

.article-page .blog_search input::placeholder {
    color: rgba(46, 60, 74, .6)
}

.article-page_wrap {
    display: flex;
    justify-content: space-between
}

@media (max-width:1039.98px) {
    .article-page_wrap {
        flex-wrap: wrap
    }
}

.article-page_right {
    flex: 0 0 255px;
    margin-top: -30px
}

@media (max-width:1039.98px) {
    .article-page_right {
        flex-basis: 100%;
        margin-top: 136px
    }
}

@media (max-width:767.98px) {
    .article-page_right {
        margin-top: 0;
        padding-bottom: 24px
    }
}

.article-page_left {
    flex: 0 0 660px
}

@media (max-width:1039.98px) {
    .article-page_left {
        flex-basis: 100%
    }
}

.article-page_sub {
    align-items: center;
    color: #636d78;
    display: flex;
    font-size: 1.6rem;
    justify-content: space-between;
    line-height: 1.5;
    margin-top: 24px
}

@media (max-width:991.98px) {
    .article-page_sub {
        padding: 0 24px
    }
}

@media (max-width:767.98px) {
    .article-page_sub {
        margin-top: 20px;
        padding: 0
    }
}

.article-page_social {
    display: flex
}

.article-page_social a object {
    height: 24px;
    position: relative;
    width: 24px;
    z-index: -1
}

.article-page_social a {
    display: block
}

.article-page_social a:first-child {
    margin-right: 16px
}

.article-page_img {
    margin-top: 32px
}

@media (max-width:991.98px) {
    .article-page_img {
        margin-top: 43px
    }
}

@media (max-width:767.98px) {
    .article-page_img {
        margin-top: 32px
    }
}

.article-page_img img {
    border-radius: 40px;
    display: block;
    max-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.article-page_description {
    color: #2e3c4a;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 32px
}

@media (max-width:767.98px) {
    .article-page_description {
        font-size: 1.4rem;
        line-height: 1.57143;
        margin-top: 0
    }
}

.article-page p {
    margin-top: 16px
}

@media (max-width:991.98px) {
    .article-page p {
        padding: 0 24px
    }
}

@media (max-width:767.98px) {
    .article-page p {
        margin-top: 8px;
        padding: 0
    }
}

.article-page .article-page_description h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 16px
}

@media (max-width:767.98px) {
    .article-page p strong {
        font-size: 1.6rem;
        line-height: 1.25
    }
}

.article-page .book-baner {
    margin: 32px 0;
    padding-bottom: 0
}

@media (max-width:991.98px) {
    .article-page .book-baner {
        padding: 0
    }
}

@media (max-width:767.98px) {
    .article-page .book-baner {
        margin: 24px 0
    }
}

.article-page .book-baner_wrap {
    min-height: 186px;
    padding: 22px 32px
}

@media (max-width:767.98px) {
    .article-page .book-baner_wrap {
        min-height: 164px;
        padding: 24px 20px
    }
}

.article-page .book-baner_r {
    height: 100%;
    max-width: 244px
}

.article-page .subscribe {
    margin-top: 16px
}

@media (max-width:767.98px) {
    .article-page .subscribe {
        margin-top: 33px
    }
}

.article-page .orange-banner {
    margin-top: 24px
}

@media (max-width:991.98px) {
    .article-page .article_tags {
        margin-top: 32px;
        padding: 0 24px
    }
}

@media (max-width:767.98px) {
    .article-page .article_tags {
        margin-top: 24px;
        padding: 0
    }
}

.subscribe {
    background-color: #f4f9ff;
    border-radius: 6px;
    color: #2e3c4a;
    font-size: 1.4rem;
    line-height: 1.28571;
    padding: 24px 32px
}

@media (max-width:767.98px) {
    .subscribe {
        padding: 20px 16px
    }
}

.subscribe_title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2
}

@media (max-width:767.98px) {
    .subscribe_title {
        font-size: 1.6rem;
        line-height: 1.25
    }
}

.subscribe_line {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

@media (max-width:767.98px) {
    .subscribe_line {
        flex-wrap: wrap;
        margin-top: 16px
    }
}

.subscribe input {
    background-color: #fff;
    border-radius: 6px;
    display: block;
    max-width: 426px;
    padding: 10px 16px;
    width: 100%
}

@media (max-width:767.98px) {
    .subscribe input {
        max-width: 100%
    }
}

.subscribe input::-moz-placeholder {
    color: rgba(46, 60, 74, .6)
}

.subscribe input:-ms-input-placeholder {
    color: rgba(46, 60, 74, .6)
}

.subscribe input::placeholder {
    color: rgba(46, 60, 74, .6)
}

.subscribe .btn {
    width: 150px
}

@media (max-width:767.98px) {
    .subscribe .btn {
        margin-top: 16px;
        width: 100%
    }
}

.s-personal {
    margin-top: 32px
}

.s-personal li {
    align-items: center;
    color: #5d6a78;
    display: flex;
    font-weight: 700;
    margin-bottom: 16px
}

.s-personal_img {
    background-color: rgba(194, 216, 240, .24);
    border-radius: 6px;
    height: 40px;
    margin-right: 12px;
    position: relative;
    width: 40px
}

.s-personal_img object {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.how-order {
    background: linear-gradient(179.63deg, #fff .32%, #f4f9ff 106.24%);
    padding: 64px 0
}

@media (max-width:991.98px) {
    .how-order {
        padding: 56px 0
    }
}

@media (max-width:767.98px) {
    .how-order {
        padding: 40px 0
    }
}

.how-order_title {
    text-align: center
}

@media (max-width:991.98px) {
    .how-order_title {
        margin: 0 auto;
        max-width: 500px
    }
}

.how-order_wrap {
    display: flex;
    margin-top: 40px
}

@media (max-width:991.98px) {
    .how-order_wrap {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 100px
    }
}

@media (max-width:767.98px) {
    .how-order_wrap {
        margin-top: 24px;
        padding: 0 46px
    }
}

.how-order_img {
    background-color: #e6f2fe;
    border-radius: 6px;
    height: 64px;
    margin: 0 auto;
    position: relative;
    width: 64px
}

.how-order_img object {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.how-order_name {
    color: #222e3a;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 16px
}

.how-order_text {
    color: #636d78;
    font-size: 1.4rem;
    line-height: 1.28571;
    margin-top: 8px
}

.how-order_btn {
    margin: 40px auto 0;
    max-width: 235px
}

@media (max-width:991.98px) {
    .how-order_btn {
        margin-top: -10px
    }
}

@media (max-width:767.98px) {
    .how-order_btn {
        margin-top: 8px
    }
}

.how-order_item {
    background-color: #fff;
    border-radius: 6px;
    margin-right: 20px;
    padding: 28px 16px;
    text-align: center
}

@media (max-width:991.98px) {
    .how-order_item {
        flex: 0 0 235px;
        margin-bottom: 42px;
        margin-right: 32px
    }
}

@media (max-width:767.98px) {
    .how-order_item {
        flex-basis: 100%;
        margin-bottom: 24px;
        margin-right: 0
    }
}

.assignments {
    background-color: #f4f9ff;
    padding: 64px 0
}

@media (max-width:991.98px) {
    .assignments {
        padding: 56px 0
    }

    .how-order_item:nth-child(2n) {
        margin-right: 0
    }
}

@media (max-width:767.98px) {
    .assignments {
        padding: 40px 0
    }
}

.assignments_title {
    margin: 0 auto;
    max-width: 760px;
    text-align: center
}

@media (max-width:767.98px) {
    .assignments_subtitle {
        text-align: left
    }
}

.assignments_wrap {
    margin-top: 40px
}

@media (max-width:767.98px) {
    .assignments_wrap {
        margin-top: 24px
    }
}

.assignments ul {
    color: #2e3c4a;
    -moz-column-count: 4;
    column-count: 4;
    font-size: 1.6rem;
    line-height: 1.25;
    margin-right: 16px
}

.assignments ul li:before {
    display: none
}

@media (max-width:991.98px) {
    .assignments ul {
        font-size: 1.4rem;
        line-height: 1.28571
    }
}

@media (max-width:767.98px) {
    .assignments ul {
        -moz-column-count: 2;
        column-count: 2;
        margin-bottom: 2px;
        margin-right: 10px
    }
}

.assignments ul:nth-child(2n) {
    margin-right: 0
}

.assignments ul li {
    margin-bottom: 14px
}

.assignments ul a {
    padding-bottom: 10px;
    transition: all .3s ease-in
}

.assignments ul a:hover {
    color: #0090ff
}

.latest-post {
    padding: 64px 0 60px
}

@media (max-width:991.98px) {
    .latest-post {
        padding: 56px 0
    }
}

.latest-post_title {
    text-align: center
}

.latest-post_item {
    flex: 0 1 320px;
    font-size: 1.6rem;
    line-height: 1.25
}

.latest-post_img {
    max-height: 200px
}

.latest-post_img img {
    border-radius: 19px;
    display: block;
    height: auto;
    max-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.latest-post_name {
    color: #222e3a;
    font-weight: 700;
    margin-top: 24px
}

@media (max-width:991.98px) {
    .latest-post_name {
        margin-top: 12px
    }
}

.latest-post_name a {
    transition: all .3s ease-in
}

.latest-post_name a:hover {
    color: #2590fb
}

.latest-post_sub {
    color: #636d78;
    margin-top: 14px
}

@media (max-width:991.98px) {
    .latest-post_sub {
        margin-top: 8px
    }
}

@media (max-width:767.98px) {
    .latest-post_sub {
        font-size: 1.2rem;
        line-height: 1.5
    }
}

.latest-post .swiper-pagination {
    display: none
}

@media (max-width:767.98px) {
    .latest-post .swiper-pagination {
        display: block;
        margin-top: 24px;
        position: static
    }
}

.latest-post .swiper-3 {
    margin-top: 40px;
    max-width: 100%;
    overflow: hidden
}

.footer {
    background-color: #fff;
    padding: 30px 0 32px
}

@media (max-width:991.98px) {
    .footer {
        padding: 56px 0
    }
}

@media (max-width:767.98px) {
    .footer {
        padding: 40px 0
    }
}

.footer_wrap {
    display: flex;
    justify-content: space-between
}

@media (max-width:991.98px) {
    .footer_wrap {
        flex-wrap: wrap
    }
}

.footer_left {
    flex: 0 1 681px
}

@media (max-width:991.98px) {
    .footer_left {
        flex-basis: 100%
    }
}

.footer_top {
    border-bottom: 1px solid hsla(212, 7%, 54%, .2);
    color: #828a93;
    display: flex;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1
}

@media (max-width:767.98px) {
    .footer_top {
        flex-wrap: wrap
    }
}

.footer_top li {
    margin: 0 auto;
    width: auto
}

@media (max-width:767.98px) {
    .footer_top li {
        width: 50%
    }
}

.footer_top li:first-child {
    margin-left: 0
}

.footer_top li a {
    display: inline-block;
    margin-bottom: 8px;
    padding-bottom: 8px;
    transition: all .3s ease-in
}

.footer_top li a:hover {
    color: #208cf9
}

.footer_right {
    flex: 0 0 235px
}

@media (max-width:991.98px) {
    .footer_right {
        flex-basis: 100%;
        margin-top: 32px
    }
}

@media (max-width:767.98px) {
    .footer_right {
        margin-top: 8px
    }
}

.footer_right .accept {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase
}

@media (max-width:991.98px) {
    .footer_right .accept {
        align-items: center;
        display: flex
    }
}

@media (max-width:767.98px) {
    .footer_right .accept {
        flex-wrap: wrap
    }
}

.footer_right .accept_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 16px
}

@media (max-width:991.98px) {
    .footer_right .accept_wrap {
        padding-left: 24px;
        padding-top: 0
    }
}

@media (max-width:767.98px) {
    .footer_right .accept_wrap {
        flex-wrap: nowrap;
        justify-content: center;
        padding: 16px 0 0;
        width: 100%
    }
}

@media (max-width:358.98px) {
    .footer_right .accept_wrap {
        flex-wrap: wrap
    }
}

.footer_right .accept_wrap object {
    display: block;
    height: 40px;
    margin-bottom: 16px;
    margin-right: 32px;
    width: 70px
}

@media (max-width:991.98px) {
    .footer_right .accept_wrap object {
        margin-bottom: 0
    }
}

@media (max-width:767.98px) {
    .footer_right .accept_wrap object {
        margin-right: 16px
    }
}

@media (max-width:358.98px) {
    .footer_right .accept_wrap object {
        margin-bottom: 16px;
        padding-left: calc(25% - 35px);
        width: calc(50% - 16px)
    }
}

.footer_right .accept_wrap object:nth-child(2n) {
    margin-right: 0
}

@media (max-width:991.98px) {
    .footer_right .accept_wrap object:nth-child(2n) {
        margin-right: 32px
    }
}

@media (max-width:767.98px) {
    .footer_right .accept_wrap object:nth-child(2n) {
        margin-right: 16px
    }
}

.footer_right .title {
    border-bottom: 1px solid hsla(212, 7%, 54%, .2);
    color: #2e3c4a;
    padding-bottom: 16px;
    position: relative;
    text-transform: uppercase
}

@media (max-width:991.98px) {
    .footer_right .title {
        align-items: center;
        border-bottom: none;
        border-right: 1px solid hsla(212, 7%, 54%, .2);
        display: flex;
        height: 42px;
        padding-bottom: 0;
        padding-right: 24px
    }
}

@media (max-width:767.98px) {
    .footer_right .title {
        border: none;
        height: auto;
        justify-content: center;
        padding-bottom: 16px;
        width: 100%
    }
}

.footer_right .title:after {
    background-color: hsla(212, 7%, 54%, .2);
    bottom: 0;
    content: "";
    display: none;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 235px
}

@media (max-width:767.98px) {
    .footer_right .title:after {
        display: block
    }
}

.footer_bot {
    display: flex;
    justify-content: space-between;
    max-width: 680px
}

@media (max-width:991.98px) {
    .footer_bot {
        margin-top: 32px;
        max-width: 600px
    }
}

@media (max-width:767.98px) {
    .footer_bot {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%
    }
}

@media (max-width:358.98px) {
    .footer_bot {
        margin-top: 16px
    }
}

.footer .social {
    align-items: center;
    color: #2e3c4a;
    display: flex;
    font-size: 1.5rem;
    line-height: 1
}

@media (max-width:767.98px) {
    .footer .social {
        justify-content: center;
        margin-bottom: 16px;
        width: 100%
    }
}

.footer .social_title {
    padding-right: 16px
}

.footer .social a {
    margin-right: 16px;
    position: relative
}

.footer .social a:before {
    background-color: transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.footer .social object {
    height: 24px;
    width: 24px
}

.footer .mail {
    color: #828a93;
    font-size: 1.3rem;
    line-height: 1
}

@media (max-width:767.98px) {
    .footer .mail {
        margin-bottom: 16px;
        width: 100%
    }
}

.footer .mail a {
    align-items: center;
    display: flex
}

@media (max-width:767.98px) {
    .footer .mail a {
        justify-content: center
    }
}

.footer .mail a object {
    margin-right: 12px
}

.footer .copy {
    color: #2e3c4a;
    font-size: 1.3rem;
    line-height: 1
}

@media (max-width:767.98px) {
    .footer .copy {
        text-align: center;
        width: 100%
    }
}

.landing-block {
    display: flex;
    margin-top: 16px
}

@media (max-width:767.98px) {
    .landing-block {
        flex-wrap: wrap;
        margin-top: 24px
    }
}

.landing-block ul {
    color: #828a93;
    -moz-column-count: 2;
    column-count: 2;
    font-size: 1.3rem;
    line-height: 1;
    width: 50%
}

@media (max-width:767.98px) {
    .landing-block ul {
        margin-bottom: 24px;
        width: 50%;
        width: 100%
    }
}

.landing-block ul li {
    margin-bottom: 6px
}

.landing-block ul li a {
    display: inline-block;
    padding-bottom: 6px;
    transition: all .3s ease-in
}

.landing-block ul li a:hover {
    color: #208cf9
}

.text-block {
    color: #244559;
    margin-top: 26px
}

.text-block .wrt_name {
    color: #2e3c4a
}

.jq-selectbox__dropdown .disabled,
.modal-backdrop {
    display: none
}

.nano .nano-content {
    padding: 10px 16px
}

.acc .order_form_v2 .left_bar_v2,
.acc .order_form_v2 .side_bar_v2+.left_bar_v2 {
    z-index: 0
}

@media screen and (max-width:360px) {
    .acc .order_form_v2 .f_group_v2.additional-materials .drop_files_place .of_blue_bordered_button_v2 {
        width: calc(100% - 140px)
    }
}

.simple-text_block {
    margin-top: 26px;
    word-break: break-word
}

.testimonials {
    padding-top: 26px
}

.testimonials_container {
    max-width: 745px
}

.testimonials .testimonials_title {
    border-bottom: 1px solid #979797;
    padding-bottom: 10px
}

.testimonials .testimonials_s-text {
    color: #244559;
    font-size: 16px;
    line-height: 24px;
    margin-top: 25px
}

.testimonials .testimonials_btn {
    margin-top: 26px
}

.testimonials-item_rating {
    display: flex
}

.testimonials .testimonials_btn a {
    border-bottom: 1px solid #2590fb;
    color: #2590fb;
    font-size: 14px;
    font-weight: 900;
    line-height: 18px;
    padding-bottom: 4px;
    padding-right: 24px;
    position: relative;
    text-transform: uppercase;
    transition: all .3s ease
}

.testimonials .testimonials_btn a:hover {
    border-color: #0a82f2;
    color: #0a82f2
}

.testimonials .testimonials_btn a:after {
    background-image: url(../../img/front/svg/pencil.svg);
    background-size: cover;
    bottom: 7px;
    content: "";
    display: inline-block;
    height: 14px;
    position: absolute;
    right: 0;
    width: 14px
}

.testimonials .testimonials-item {
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    margin-top: 25px;
    padding: 22px 34px
}

.testimonials-item_top {
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    justify-content: space-between;
    padding-bottom: 17px
}

.testimonials-item_top .destination {
    color: #626c78;
    font-size: 14px;
    line-height: 18px;
    padding-left: 16px;
    position: relative
}

.testimonials-item_top .destination:before {
    background-image: url(../../img/front/svg/gps.svg);
    background-size: cover;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    top: 0;
    width: 11px
}

.testimonials-item_top .name {
    color: #2e3c4a;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-right: 14px
}

.testimonials-item_add-inf {
    color: #626c78;
    font-size: 14px;
    line-height: 24px;
    margin-top: 9px
}

.testimonials-item>p {
    color: #244559;
    font-size: 14px;
    line-height: 22px;
    margin-top: 18px
}

.testimonials-item .star {
    margin-right: 4px
}

.testimonials-item .star:last-child {
    margin-right: 0
}

@media screen and (max-width:1199.98px) {
    .testimonials .testimonials-item {
        padding: 24px 24px 30px
    }
}

@media screen and (max-width:767.98px) {
    .testimonials .testimonials_title {
        line-height: 52px;
        padding-bottom: 3px
    }

    .testimonials .testimonials-item {
        margin-top: 20px;
        padding: 24px 12px
    }

    .testimonials-item_top .destination {
        display: block;
        line-height: 24px;
        margin-top: 9px
    }

    .testimonials-item_top .destination:before {
        top: 4px
    }
}

.new-feedback {
    margin-top: 25px
}

.new-feedback .nf-container {
    max-width: 554px
}

.new-feedback .new-feedback_title {
    text-align: center
}

.new-feedback .new-feedback_form {
    margin-top: 40px
}

.new-feedback_form .f_group+span.error {
    display: block;
    font-size: 12px;
    line-height: 1;
    margin-top: -10px;
    padding-bottom: 10px
}

.new-feedback_form .f_group+span.error:first-letter {
    text-transform: uppercase
}

.new-feedback_form .new-feedback_text textarea {
    resize: vertical
}

@media screen and (max-width:767.98px) {
    .new-feedback .new-feedback_form {
        margin-top: 24px
    }
}

.new-feedback .f_group {
    border: 1px solid #e6e8e9;
    border-radius: 6px;
    margin-bottom: 16px;
    overflow: hidden
}

.new-feedback .f_group input,
.new-feedback .f_group textarea {
    border: none;
    color: #244559;
    display: block;
    font-size: 14px;
    line-height: 18px;
    outline: none;
    padding: 10px 16px;
    width: 100%
}

.new-feedback .f_group textarea {
    min-height: 100px
}

.new-feedback .f_group input:-moz-placeholder,
.new-feedback .f_group input:-ms-input-placeholder,
.new-feedback .f_group input::-moz-placeholder,
.new-feedback .f_group input::-webkit-input-placeholder,
.new-feedback .f_group textarea:-moz-placeholder,
.new-feedback .f_group textarea:-ms-input-placeholder,
.new-feedback .f_group textarea::-moz-placeholder,
.new-feedback .f_group textarea::-webkit-input-placeholder {
    color: #2e3c4a
}

.new-feedback .new-feedback_btn {
    margin: 0 auto;
    max-width: 150px
}

.feedback-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - 320px)
}

.feedback-main+.footer {
    margin-top: auto
}

.t-thanks {
    margin-top: 70px
}

.t-thanks_img {
    background-color: #f2f8fe;
    border-radius: 6px;
    height: 84px;
    margin: 0 auto;
    position: relative;
    width: 140px
}

.t-thanks_img object {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.info-block {
    color: #2e3c4a;
    margin-top: 35px;
    text-align: center
}

.info-block .t-thanks_title {
    font-size: 34px;
    line-height: 38px
}

.info-block .t-thanks_sub {
    font-size: 15px;
    line-height: 1;
    margin-top: 10px
}

.info-block .new-feedback_btn {
    margin: 35px auto 0;
    max-width: 150px
}

.aside-calc form {
    padding: 15px 0 0
}

.top-articles_name a {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    border-bottom: 1px solid transparent;
    color: #2e3c4a;
    display: inline;
    font-size: 1.4rem;
    line-height: 1.28571;
    max-height: 48px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all .3s ease-in
}

.top-articles_name a:hover {
    border-color: #2e3c4a;
    color: #2e3c4a
}

.slogan.slogan_wrap .container {
    font-weight: 400
}

.svg-sprite {
    height: 0
}

.cookie {
    align-items: center;
    background-color: #208cf9;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    padding: 18px 25px
}

.cookie .icon {
    height: 34px;
    margin-right: 20px;
    width: 34px
}

.cookie .cookie_wrap {
    align-items: center;
    display: flex;
    width: calc(100% - 310px)
}

.cookie .cookie__text {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    width: calc(100% - 34px)
}

.cookie .cookie_btns {
    align-items: center;
    display: flex;
    width: 230px
}

.cookie .cookie_btns a:first-child {
    color: #fff;
    width: 80px
}

.cookie .cookie_btns a:last-child {
    margin-left: 26px;
    width: 120px
}

.restore-pass {
    min-height: calc(100vh - 320px)
}

.restore-pass .login_wrap {
    box-shadow: 0 6px 12px -4px #000
}

.restore-pass button:hover {
    cursor: pointer
}

.restore-pass .congrats-restore {
    padding: 50px
}

.restore-pass p {
    margin-top: 20px
}

.login_links .not-btn {
    color: inherit
}

.login_links .not-btn:hover {
    color: inherit;
    cursor: auto
}

.restore-pass .login_links a {
    color: #2590fb
}

.restore-pass .subtitle-14 {
    display: block;
    margin: 0;
    max-width: 100%;
    text-align: center;
    width: 100%
}

.restore-pass .login_title {
    padding: 12px 5px
}

.restore-pass .login_links {
    flex-wrap: wrap;
    justify-content: center
}

@media (max-width:991.98px) {
    .slogan.slogan--landing form {
        display: flex;
        flex-wrap: wrap
    }

    .cookie {
        position: absolute;
        top: 0;
        z-index: 11
    }
}

@media (max-width:767.98px) {
    .cookie {
        flex-wrap: wrap;
        padding: 20px 22px
    }

    .cookie .cookie_wrap {
        width: 100%
    }

    .cookie .cookie_btns {
        justify-content: space-between;
        margin-top: 20px;
        padding-left: 43px;
        width: 100%
    }

    .cookie .icon {
        align-self: flex-start
    }

    .cookie .cookie__text {
        font-size: 13px;
        line-height: 18px
    }
}

.intercom-launcher,
.intercom-launcher-active {
    bottom: 40px !important
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: inset 0 0 0 30px #fff !important
}

.acc {
    background-color: #fbfcff
}

.acc .h2.of_v2,
.acc h2.of_v2 {
    color: #1f2e3b;
    font-family: Lato, sans-serif;
    line-height: 1
}

.acc .h2.of_v2.num:before,
.acc h2.of_v2.num:before {
    border: 1px solid #fa8334;
    height: 32px;
    line-height: 30px;
    width: 32px
}

.acc .of_yellow_button_v2 {
    background: #fa8334;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-weight: 900;
    line-height: 1;
    padding: 13px 5px 15px
}

.acc .of_arrow_button_v2,
.acc .of_blue_bordered_button_v2,
.acc .of_blue_button_v2,
.acc .of_link_with_arrow,
.acc .of_yellow_button_v2 {
    font-family: Lato, sans-serif
}

.acc .cabinet .order_form_v2,
.acc .cabinet .width .order_form_v2 {
    font-family: Lato, sans-serif !important
}

.acc .order_form_v2 .side_bar_v2 .of_v2_widget {
    background: #fff;
    border-radius: 4px;
    overflow: hidden
}

.acc .order_form_v2 .side_bar_v2 .of_v2_widget.expired {
    border-color: #ff7070
}

.acc .order_form_v2 .side_bar_v2 .of_v2_widget.expired .time_count {
    color: #ff7070
}

.acc .order_form_v2 .side_bar_v2 .total_price_side:before {
    margin-left: -6px;
    margin-right: -6px;
    width: calc(100% + 12px)
}

.acc .order_form_v2 .side_bar_v2 .order_summary #sidebar_name {
    font-weight: 400
}

.acc .order_form_v2 .side_bar_v2 .order_summary .sidebar_sub_data:after {
    margin-left: -6px;
    margin-right: -6px;
    margin-top: 16px;
    width: calc(100% + 12px)
}

.acc .order_form_v2 .side_bar_v2 .order_summary .features_data {
    padding-bottom: 12px
}

.acc .order_form_v2 .side_bar_v2 .widget_title {
    background: transparent;
    border: none;
    border-bottom: 2px solid #ffaf69;
    color: #1f2e3b;
    font-weight: 400;
    line-height: 1;
    margin: 0 6px;
    padding: 10px 9px 12px
}

.acc .order_form_v2 .side_bar_v2 .content {
    background-color: #fff;
    padding: 15px 15px 18px
}

.acc .order_form_v2 .step_block_v2.step_1_v2 .h2.of_v2.num:before,
.acc .order_form_v2 .step_block_v2.step_1_v2 h2.of_v2.num:before,
.acc .order_form_v2 .step_block_v2.step_2_v2 .h2.of_v2.num:before,
.acc .order_form_v2 .step_block_v2.step_2_v2 h2.of_v2.num:before {
    color: #fa8334
}

.acc .order_form_v2 .step_block_v2.balance_block_v2,
.acc .order_form_v2 .step_block_v2.step_2_v2,
.acc .order_form_v2 .step_block_v2.step_3_v2 {
    padding-bottom: 40px
}

.acc .order_form_v2 .step_block_v2.step_3_v2 .h2.of_v2.num:before,
.acc .order_form_v2 .step_block_v2.step_3_v2 h2.of_v2.num:before {
    color: #fa8334
}

.acc .order_form_v2 .help {
    background-image: url(../../img/front/question.svg);
    border: none
}

.acc .order_form_v2 .single-writer .add_writer_v2.hidden,
.acc .order_form_v2 .single-writer.error .add_writer_v2 {
    margin-left: 0 !important;
    width: 0
}

.acc .order_form_v2 .single-writer .add_writer_v2:not(.disabled) {
    border-color: #c9c9c9
}

.acc .order_form_v2 .single-writer .add_writer_v2:not(.disabled):after,
.acc .order_form_v2 .single-writer .add_writer_v2:not(.disabled):before {
    background: #b8b8b8
}

.acc .order_form_v2 .f_group_v2 {
    color: #636d78;
    font-family: Lato, sans-serif !important
}

.acc .order_form_v2 .agree_group span.error,
.acc .order_form_v2 .f_group_v2 span.error,
.acc .order_form_v2 .submit_group span.error {
    padding-left: 2px
}

.acc .order_form_v2 .f_group_v2.additional-materials .help {
    display: none
}

.acc .order_form_v2 .f_group_v2 .of_hint_v2 {
    color: #828a92
}

.acc .order_form_v2 .f_group_v2.pages .spin_edit_wrapper,
.acc .order_form_v2 .f_group_v2.sources .spin_edit_wrapper {
    max-width: 132px
}

.acc .order_form_v2 .f_group_v2.pages .spin_edit_wrapper i:after,
.acc .order_form_v2 .f_group_v2.pages .spin_edit_wrapper i:before,
.acc .order_form_v2 .f_group_v2.sources .spin_edit_wrapper i:after,
.acc .order_form_v2 .f_group_v2.sources .spin_edit_wrapper i:before {
    background: #2590fb
}

.acc .order_form_v2 .f_group_v2.pages .spin_edit_wrapper i.plus,
.acc .order_form_v2 .f_group_v2.sources .spin_edit_wrapper i.plus {
    border-left: 1px solid #e6e8e9
}

.acc .order_form_v2 .f_group_v2.pages .spin_edit_wrapper i.minus,
.acc .order_form_v2 .f_group_v2.sources .spin_edit_wrapper i.minus {
    border-right: 1px solid #e6e8e9
}

.acc .order_form_v2 .f_group_v2.writer_id .preferred_writers_list .single-writer:first-child .help {
    background-image: url(../../img/front/question.svg);
    border: none
}

.acc .order_form_v2 .f_group_v2.additional_services .price_wrapper,
.acc .order_form_v2 .f_group_v2.additional_services .service_item>label {
    color: #2e3c4a
}

.acc .order_form_v2 .f_group_v2.total .f_save,
.acc .order_form_v2 .f_group_v2.total .f_total {
    border-radius: 4px
}

.acc .order_form_v2 .f_group_v2.total .f_total {
    background: #f2f8ff;
    font-family: Lato, sans-serif;
    font-size: 16px;
    min-width: 122px;
    width: auto
}

.acc .order_form_v2 .f_group_v2.total .f_save {
    background: #fef2ea;
    width: calc(100% - 335px)
}

.acc .order_form_v2 .f_group_v2.total .f_save .title {
    color: #636d78
}

.acc .order_form_v2 .f_group_v2.total .f_save span.total_save {
    font-family: Lato, sans-serif
}

.acc .order_form_v2 .f_group_v2.total .f_save span.percent_save {
    color: #828a92
}

.acc .order_form_v2 .f_group_v2 .jq-selectbox__select-text,
.acc .order_form_v2 .f_group_v2 input,
.acc .order_form_v2 .f_group_v2 textarea {
    border: 1px solid #e6e8e9;
    border-radius: 3px;
    color: #2e3c4a;
    font-style: normal;
    line-height: 1
}

.acc .order_form_v2 .f_group_v2 .jq-selectbox__trigger {
    border-left: none
}

.acc .order_form_v2 .f_group_v2 .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
    background-image: url(../../img/front/drop-down.svg);
    border: none;
    height: 6px;
    transform-origin: center;
    width: 10px
}

.acc .order_form_v2 .f_group_v2 .of_radio_buttons_v2 input:checked+label,
.acc .order_form_v2 .f_group_v2 .of_radio_buttons_v2 input:checked+label:hover {
    background: transparent;
    background-color: #f2f8ff;
    border-color: #86bff7;
    box-shadow: none;
    color: #208cf9
}

.acc .order_form_v2 .f_group_v2 .of_radio_buttons_v2 label {
    align-items: center;
    border: 1px solid #e6e8e9;
    border-radius: 3px;
    color: #2e3c4a;
    cursor: pointer;
    display: flex;
    flex-grow: 1;
    font-size: 13px;
    justify-content: center;
    line-height: 1;
    margin: 0 6px;
    padding: 12px 5px;
    text-align: center;
    transition: all .3s
}

.acc .order_form_v2 .f_group_v2 .of_radio_buttons_v2 label:first-of-type {
    margin-left: 0
}

.acc .order_form_v2 .f_group_v2 .of_radio_buttons_v2 label:hover {
    border-color: #86bff7;
    box-shadow: none
}

.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li {
    background: #f7fbff;
    border-radius: 4px;
    color: #616d79;
    font-style: normal;
    padding: 7px 12px
}

.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .files-title>div {
    padding-left: 26px
}

.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li.upload-successful .files-title>div {
    color: #2a3c4b
}

.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .files-actions-remove {
    background: transparent;
    border: none;
    top: 2px
}

.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li.upload-failed .files-actions-remove,
.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li.upload-loading .files-actions-remove {
    transform: scale(1)
}

.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .files-actions>.error {
    margin-top: 6px;
    padding-left: 2px
}

.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .progress-icon {
    background: transparent;
    height: 15px;
    left: 12px;
    right: inherit;
    top: 6px;
    width: 15px
}

.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .progress-icon:before {
    background-image: url(../../img/front/loader.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    height: 100%;
    left: 4px;
    transition: all .3s ease;
    width: 100%
}

.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .progress-icon:after {
    background-image: url(../../img/front/check_icon2.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transform: scale(0);
    transition: all .3s ease;
    width: 100%
}

.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li.upload-successful .progress-icon:before {
    transform: scale(0)
}

.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li.upload-successful .progress-icon:after {
    left: 4px;
    top: 4px;
    transform: scale(1)
}

.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li.upload-failed .progress-icon:before {
    background-image: none;
    border: 1px solid #ff7070;
    border-radius: 50%;
    font-size: 10px;
    left: inherit;
    top: inherit
}

.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li.upload-failed .progress-icon:after {
    display: none
}

.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .progress-bar2 {
    display: block;
    margin-top: 7px
}

.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .progress-bar2 .fileuploader-progressbar {
    background-color: #dadee3;
    border-radius: 2px;
    height: 2px
}

.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .progress-bar2 .fileuploader-progressbar .bar {
    background-color: #2590fb;
    border-radius: 2px;
    height: 100%
}

.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li.upload-failed .progress-bar2 {
    background-color: #ff7070;
    border-radius: 1px;
    height: 2px
}

.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .item-background {
    background: #f7fbff;
    border-radius: 4px
}

.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li.upload-failed .item-background {
    background: #fff7f7
}

.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li.upload-loading .progress-icon:before {
    border: none;
    left: 0;
    top: 0
}

.acc .order_form_v2 .check_v2 label {
    border-radius: 4px
}

.acc .order_form_v2 .submit_group {
    border-top: none;
    margin-top: 9px;
    padding-top: 0
}

.acc .order_form_v2 .agree_group {
    border-top: 1px solid #d0d0d0;
    margin-top: 30px;
    order: -1
}

.acc .order_form_v2 .agree_group>label {
    font-family: Lato, sans-serif !important
}

.acc .order_form_v2 .sign_form .of_v2_submit {
    display: flex;
    flex-direction: column
}

.acc .order_form_v2 .sign_form .tabs ul li {
    background: #fff;
    border: 1px solid #e6e8e9;
    border-radius: 4px;
    color: #636d78;
    cursor: pointer;
    font-family: Lato, sans-serif;
    font-size: 13px;
    height: 40px;
    line-height: 38px;
    list-style: none;
    position: relative;
    text-align: center;
    transition: all .1s;
    width: 50%;
    z-index: 1
}

.acc .order_form_v2 .sign_form .tabs ul li:last-child {
    margin-left: -3px;
    width: calc(50% + 3px)
}

.acc .order_form_v2 .sign_form .tabs ul li.active {
    background: #f2f8ff;
    border-color: #86bff7;
    box-shadow: none;
    color: #208cf9;
    z-index: 2
}

.acc .order_form_v2 .sign_form .f_group_v2.phone_holder {
    justify-content: flex-start
}

.acc .order_form_v2 .sign_form .f_group_v2.phone_holder .jq-selectbox .jq-selectbox__trigger {
    border-radius: 4px;
    left: 105px
}

.acc .order_form_v2 .sign_form .f_group_v2.phone_holder .jq-selectbox.opened~.num_blocks .phonecode {
    background: transparent
}

.acc .order_form_v2 .sign_form .f_group_v2.phone_holder .num_blocks {
    justify-content: flex-start;
    width: auto
}

.acc .order_form_v2 .sign_form .f_group_v2.phone_holder .num_blocks .phone_number {
    border-left: none;
    margin-left: 20px
}

.acc .order_form_v2 .sign_form .f_group_v2.phone_holder .num_blocks .phonecode {
    background: transparent;
    padding-left: 15px
}

.acc .order_form_v2 .balance_block_v2 .user_head a,
.acc .order_form_v2 .f_group_v2.totals_group .total_item:first-child .count {
    font-family: Lato, sans-serif
}

.acc .order_form_v2 .f_group_v2.total_credits .f_save .count {
    background-color: #fef2ea;
    border-radius: 4px;
    font-family: Lato, sans-serif;
    min-width: 122px;
    width: auto
}

.drop_files_place-caption {
    display: inline-block;
    position: relative
}

.drop_files_place-caption:before {
    background-image: url(../../img/front/dropfile.svg);
    content: "";
    height: 16px;
    left: -30px;
    position: absolute;
    top: 0;
    width: 20px
}

.acc .order_form_v2 .step_block_v2 {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 12px -2px rgba(52, 91, 130, .1);
    padding: 40px 30px
}

.acc .order_form_v2 .f_group_v2 .jq-selectbox__dropdown ul li {
    color: #515050;
    cursor: pointer;
    line-height: 19px;
    padding: 8px 11px 7px;
    transition: all .3s;
    word-break: break-all
}

.acc .order_form_v2 .f_group_v2 .jq-selectbox__dropdown ul li.selected,
.acc .order_form_v2 .f_group_v2 .jq-selectbox__dropdown ul li:hover {
    background: transparent;
    background-color: #f2f8ff;
    color: #208cf9
}

.acc .order_form_v2 .f_group_v2.additional-materials .drop_files_place {
    border-radius: 4px
}

@media screen and (max-width:767px) and (min-width:0px) {
    .acc .user_menu_heading+ul {
        z-index: 10
    }
}

@media screen and (max-width:666px) {

    .acc .order_form_v2 .f_group_v2.total .f_label,
    .acc .order_form_v2 .f_group_v2.total .f_total {
        width: 50%
    }

    .acc .order_form_v2 .f_group_v2.total .f_save {
        background: transparent;
        justify-content: space-between;
        width: 100%
    }

    .acc .order_form_v2 .f_group_v2.total .f_save .title,
    .acc .order_form_v2 .f_group_v2.total .f_save span.total_save {
        width: 50%
    }
}

.order_form_v2 .f_group_v2 #paper_details {
    resize: vertical
}

.acc .cabinet .user_menu {
    margin-top: 0;
    padding-bottom: 14px;
    padding-top: 30px
}

.tooltip.right {
    margin-left: 10px;
    padding: 0
}

.tooltip.right ul {
    list-style: inside
}

.tooltip.right .tooltip-arrow {
    left: -5px
}

.tooltip.right .tooltip-arrow:after {
    left: -4px;
    top: -4px;
    transform: rotate(90deg)
}

.acc .order_form_v2 .f_group_v2.writer-level .of_radio_buttons_v2>label:nth-child(2) {
    margin-right: 0
}

.acc .order_form_v2 .f_group_v2.writer-level .of_radio_buttons_v2 label:last-of-type {
    margin: 10px 7px 0 0;
    width: 100%
}

.acc .order_form_v2 .f_group_v2.academic-level .of_radio_buttons_v2>div:nth-child(3n) {
    margin-right: 0 !important
}

.acc .order_form .fileuploader-input-inner span.img.upload1 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 29px;
    margin-right: 10px
}

.acc+footer {
    width: 100vw;
    float: left
}

.acc .affilate_program .form_group input[type=checkbox]+label:after {
    left: 1px;
    top: 5px
}

.acc .order_form_v2 .f_group_v2.total {
    flex-wrap: nowrap
}

.acc .order_form_v2 .help {
    background-size: contain
}

.tooltip.left {
    padding: 0
}

.acc .settings .field_item.field_time_zone .jq-selectbox {
    z-index: 7 !important
}

.acc .order_form_v2 .f_group_v2.u_email.error>.error {
    display: none
}

.acc .order_form_v2 .sign_form .f_group_v2.phone_holder .num_blocks input::-webkit-input-placeholder,
.acc .order_form_v2 .sign_form .f_group_v2.phone_holder .num_blocks input::placeholder {
    font-style: normal
}

.acc .order_form_v2 .f_group_v2 .jq-selectbox__select-text,
.acc .order_form_v2 .f_group_v2 input,
.acc .order_form_v2 .f_group_v2 textarea {
    font-family: Lato, sans-serif
}

.acc .order_form_v2 .sign_form #remind-form .remind_form .f_group_v2.buttons .of_blue_button_v2 {
    border-radius: 6px
}

.acc .order_form_v2 .balance_block_v2 .f_group_v2 {
    color: #3e484a
}

.acc .order_form_v2 .balance_block_v2 .f_group_v2.total_credits {
    border-bottom: 1px solid #e7e7e7
}

.acc .order_form_v2 .f_group_v2.total_credits .use_balance {
    background: none;
    margin-bottom: 26px
}

.acc .order_form_v2 .f_group_v2.total_credits .use_balance .balance_button {
    background-color: transparent;
    border-color: #e6e8e9;
    border-radius: 4px;
    color: #746f61;
    font-size: 15px;
    transition: all .3s ease
}

.acc .order_form_v2 .f_group_v2.total_credits .use_balance input:checked+.balance_button {
    background-color: #2590fb;
    border-color: transparent;
    color: #fff;
    font-size: 15px
}

.acc .order_form_v2 .f_group_v2.totals_group .total_item:last-child .count {
    background-color: #fef2ea
}

.acc .order_form_v2 .side_bar_v2 .spec_offers .offers_list li:nth-child(odd) {
    background: transparent
}

.acc .order_form_v2 .side_bar_v2 .spec_offers .offers_list li {
    border-bottom: 1px solid #e7e7e7
}

.acc .order_form_v2 .side_bar_v2 .spec_offers .offers_list li:last-child {
    border-bottom: none
}

.acc .order_form_v2 .check_v2 label {
    border-color: #e6e8e9
}

.acc .order_form_v2 .balance_block_v2 .order_details .details_items li:nth-child(2n) {
    background: #f6faff
}

.acc .order_form_v2 .balance_block_v2 .order_details .details_items li span.name {
    color: #494947
}

.acc .order_form_v2 .side_bar_v2 .error_expired {
    background: #ffeff1;
    border-radius: 4px;
    position: relative
}

.acc .order_form_v2 .side_bar_v2 .error_expired:before {
    border: 1px solid #ff7070;
    border-radius: 50%;
    content: "!";
    font-size: 10px;
    height: 15px;
    left: 14px;
    line-height: 12px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 15px
}

.acc .of_yellow_button_v2:hover {
    cursor: pointer
}

.acc .order_form_v2 .step_block_v2.failed-order .of_yellow_button_v2 {
    background-color: transparent;
    border: 1px solid #fa8334;
    color: #fa8334
}

.acc .order_form_v2 .step_block_v2.thanks_block_v2 .message {
    -moz-text-align-last: left;
    text-align-last: left
}

.acc .order_form_v2 .f_group_v2 input:-moz-placeholder,
.acc .order_form_v2 .f_group_v2 input:-ms-input-placeholder,
.acc .order_form_v2 .f_group_v2 input::-moz-placeholder,
.acc .order_form_v2 .f_group_v2 input::-webkit-input-placeholder {
    font-style: normal !important
}

.acc .order_form_v2 .check_v2 label {
    border-color: #86bff7
}

.acc .order_form_v2 .f_group_v2 input,
.acc .order_form_v2 .f_group_v2.select_services .service_item .number_of_v2 .spin_edit_wrapper .minus,
.acc .order_form_v2 .f_group_v2.select_services .service_item .number_of_v2 .spin_edit_wrapper .plus {
    border-color: #e6e8e9
}

.acc .order_form_v2 .f_group_v2.select_services .service_item .number_of_v2 .spin_edit_wrapper .minus:after,
.acc .order_form_v2 .f_group_v2.select_services .service_item .number_of_v2 .spin_edit_wrapper .minus:before,
.acc .order_form_v2 .f_group_v2.select_services .service_item .number_of_v2 .spin_edit_wrapper .plus:after,
.acc .order_form_v2 .f_group_v2.select_services .service_item .number_of_v2 .spin_edit_wrapper .plus:before {
    background: #2590fb
}

.acc .order_form_v2 .f_group_v2.select_services .service_item .check_v2 span.items_border {
    background: transparent;
    border-radius: 4px
}

.acc .order_form_v2 .side_bar_v2 .order_summary .features_data li span.price {
    padding-right: 9px
}

.acc .order_form_v2 .side_bar_v2 .order_summary .features_data li.resume {
    justify-content: space-between;
    padding-right: 0
}

.acc .order_form_v2 .f_group_v2.select_services .service_item:nth-child(odd) {
    background: #f6faff
}

.acc .order_form_v2 .step_block_v2.thanks_block_v2 .message span {
    text-align: left
}

@media screen and (max-width:991px) {
    .acc .account_page .table_filters label {
        margin-right: 5px
    }

    .acc .affilate_program .table_filters .table_filters_level .table_level_item label {
        padding-left: 25px
    }
}

@media screen and (max-width:666px) {
    .acc .order_form_v2 .f_group_v2.select_services .service_item .number_of_v2 .spin_edit_wrapper input {
        height: 34px
    }

    .acc .order_form_v2 .step_block_v2 {
        padding: 30px 10px
    }

    .acc .order_form_v2 .f_group_v2.total {
        flex-wrap: wrap;
        justify-content: space-between
    }

    .acc .order_form_v2 .sign_form .f_group_v2.phone_holder .num_blocks {
        margin-top: -1px;
        width: 100%
    }

    .acc .order_form_v2 .sign_form .f_group_v2.phone_holder .num_blocks .phone_number {
        margin-top: -1px
    }

    .acc .order_form_v2 .sign_form .f_group_v2.phone_holder .num_blocks input {
        display: block;
        width: 100%
    }

    .acc .order_form_v2 .sign_form .f_group_v2.phone_holder .num_blocks .phonecode {
        margin-top: -1px;
        padding-left: 45px;
        width: 110px
    }

    .acc .order_form_v2 .sign_form .f_group_v2.phone_holder .jq-selectbox .jq-selectbox__trigger {
        left: 85px
    }

    .acc .account_page input:not([type=submit]) {
        padding: 0 5px
    }

    .acc .order_form_v2 .f_group_v2.additional-materials .drop_files_place .of_blue_bordered_button_v2 {
        border-radius: 6px
    }
}

@media screen and (max-width:359px) {
    .acc .order_form_v2 .sign_form .f_group_v2.phone_holder .num_blocks .phone_number {
        margin-left: 30px;
        width: calc(100% - 120px)
    }

    .acc .order_form_v2 .sign_form .f_group_v2.phone_holder .num_blocks .phonecode {
        width: 96px
    }
}

.acc .order_form_v2 .f_group_v2 .jq-selectbox__dropdown ul {
    padding-right: 0
}

.acc .order_form_v2 .f_group_v2 .jq-selectbox__dropdown>.nano-pane {
    background-color: #fff;
    right: 0;
    width: 45px
}

.acc .order_form_v2 .f_group_v2 .jq-selectbox__dropdown>.nano-pane>.nano-slider {
    margin-left: 26px;
    width: 6px
}

.acc .order_form_v2 .step_block_v2.thanks_block_v2 {
    text-align: center
}

.acc .order_form_v2 .step_block_v2.thanks_block_v2 .subtitle {
    color: #4a5162;
    display: inline-block;
    margin: 10px 0 0;
    padding-left: 40px
}

.acc .order_form_v2 .step_block_v2.thanks_block_v2.failed-order .subtitle {
    background: url(../../img/front/svg/delet.svg);
    background-repeat: no-repeat;
    background-size: 26px 26px
}

.acc .order_form_v2 .step_block_v2.thanks_block_v2.success-order .subtitle {
    background: url(../../img/front/svg/complete.svg);
    background-repeat: no-repeat;
    background-size: 26px 26px
}

@media screen and (max-width:767px) and (min-width:0px) {
    .acc .user_menu_heading.open+ul {
        margin-top: 35px
    }
}

@media screen and (max-width:666px) {
    .acc .order_form_v2 .step_block_v2.thanks_block_v2 .subtitle {
        line-height: 26px;
        margin-top: -6px
    }
}

@media screen and (max-width:440px) {
    .acc .order_form_v2 .tooltip-arrow {
        display: none
    }
}

.acc a.safari-phone-autodetect:not(.tel),
a.safari-phone-autodetect:not(.tel) {
    color: inherit;
    pointer-events: none;
    text-decoration: inherit
}

#cookie_tip {
    display: none
}

.local-tz:not(.converted) {
    opacity: 0
}

.promo-banner {
    display: none;
    margin-top: 14px
}

.promo-banner .ppp-wrapper {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin: 0 auto;
    position: relative
}

.promo-banner.ppp-overlay .ppp-wrapper {
    max-width: 100%
}

.promo-banner .ppp-wrapper .ppp-pane {
    align-items: center;
    color: inherit;
    display: flex;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none
}

.promo-banner .ppp-wrapper .ppp-pane:after,
.promo-banner .ppp-wrapper .ppp-pane:before {
    content: "";
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    height: 60px;
    width: 60px
}

.promo-banner .ppp-wrapper .ppp-pane:before {
    background: #fff url(../../img/front/banner_logo_left.svg) 50%/contain no-repeat
}

@media screen and (min-width:0px) and (max-width:767px) {
    .promo-banner .ppp-wrapper .ppp-pane:before {
        background: #fff url(../../img/front/banner_logo_left_mob.svg) 50%/contain no-repeat;
        height: 32px;
        margin-right: 10px;
        width: 32px
    }
}

.promo-banner .ppp-wrapper .ppp-pane:after {
    background: #fff url(../../img/front/banner_logo_right.svg) 50%/contain no-repeat;
    margin: 0 10px
}

@media screen and (min-width:0px) and (max-width:767px) {

    .promo-banner .ppp-wrapper .ppp-pane:after,
    .promo-banner .ppp-wrapper .ppp-pane span {
        display: none
    }
}

.promo-banner .ppp-wrapper .ppp-pane b {
    color: #139f5d
}

.promo-banner .ppp-wrapper .ppp-close {
    background: #fff url(../../img/front/banner_close.svg) 50%/contain no-repeat;
    border: 0;
    display: block;
    height: 8px;
    margin: 3px;
    position: absolute;
    right: 0;
    top: 0;
    width: 8px
}

.promo-banner .ppp-wrapper .ppp-close:before {
    background: transparent;
    content: "";
    display: block;
    height: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px
}

.promo-banner .ppp-link {
    background-color: #1dac33;
    border-radius: 2px;
    color: #fff !important;
    display: none;
    height: 38px;
    line-height: 38px;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    width: 100%
}

.promo-banner.ppp-permanent .ppp-close {
    display: none
}

.promo-banner.ppp-permanent {
    display: block !important
}

.promo-banner.ppp-footer {
    margin: 10px
}

@media screen and (min-width:0px) and (max-width:767px) {
    .promo-banner .ppp-link {
        display: block
    }

    .promo-banner .ppp-wrapper {
        padding: 10px;
        width: 100%
    }
}

.pagination {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    justify-content: center;
    line-height: 1;
    max-width: 100%;
    width: auto;
}

.pagination li {
    color: #828a93;
    position: relative;
    transition: all .3s ease-in;
}

.pagination li.active {
    color: #1c7bd9;
}

.pagination li a,
.pagination li span {
    display: inline-block;
    padding: 0 12px;
}

.form-control {
    min-height: 36px;
}