* {
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important;
    -webkit-text-size-adjust: 100%;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
button,
input,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: "Proxima Nova", sans-serif;
    border: none;
}
body {
    color: #6c757d;
    /*overflow-x: hidden;*/
    font-family: "Proxima Nova", sans-serif;
    line-height: 28px;
    font-size: 18px;
    font-weight: 600;
}
body.fixed {
    padding: 106px 0 0 0;
}
body.home.fixed {
    padding: 0;
}
html.no-scroll {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    touch-action: none;
    -ms-touch-action: none;
}
body.no-scroll {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    touch-action: none;
    -ms-touch-action: none;
}
html {
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: #212529;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
p {
    margin: 0;
}
h1,
h2 {
    margin: 0;
    font-family: Recoleta, serif;
    font-weight: 600;
}
h3,
h4,
h5,
h6 {
    font-family: "Proxima Nova", sans-serif;
    color: #0b1742;
    font-weight: 600;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
ol {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 60px;
    line-height: 68px;
    color: #fff;
    margin-top: 100px;
}
/*#main-section.blacked .main-section__title {*/
/*    color: #212529;*/
/*}*/
h1 span {
    color: #25c16f;
}
h2 {
    font-size: 48px;
    line-height: 58px;
    color: #212529;
    text-align: center;
}
h3 {
    font-size: 36px;
    line-height: 36px;
}
h4 {
    font-size: 24px;
    line-height: 32px;
}
h5 {
    font-size: 20px;
    line-height: 32px;
}
.body-large {
    font-size: 18px;
    line-height: 28px;
    color: #425073;
}
.body-regular {
    font-size: 16px;
    line-height: 24px;
    color: #425073;
}
.button-large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    width: 176px;
    height: 60px;
    border-radius: 4px;
    background: #25c16f;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    border: none;
}
.button-large.quos2__btn-first{
    background: #0083e0;
    margin-right: 20px;
}
.button-large img {
    margin-left: 8px;
}
.button-large.outline {
    border-radius: 2px;
    border: 1px solid #00bc77;
    background: 0 0;
}
.button-large.outline:hover {
    border-color: #20a860;
}
.button-large:hover {
    background: #20a860;
    border-color: #20a860;
}
.button-large:active {
    background: #25c16f;
    border-color: #25c16f;
}
.button-medium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    width: 147px;
    height: 48px;
    border-radius: 4px;
    background: #25c16f;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    border: none;
}
.button-medium img {
    margin-left: 8px;
}
.button-medium.outline {
    border-radius: 2px;
    border: 1px solid #00bc77;
    background: 0 0;
}
.button-medium.outline:hover {
    border-color: #20a860;
}
.button-medium:hover {
    background: #20a860;
    border-color: #20a860;
}
.button-medium:active {
    background: #25c16f;
    border-color: #25c16f;
}
.button-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    width: 123px;
    height: 40px;
    border-radius: 4px;
    background: #25c16f;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    border: none;
}
.button-small img {
    margin-left: 8px;
}
.button-small.outline {
    border-radius: 4px;
    border: 1px solid #00bc77;
    background: 0 0;
}
.button-small:hover {
    background: #20a860;
    border-color: #20a860;
}
.button-small:active {
    background: #25c16f;
    border-color: #25c16f;
}
.page-container {
    width: 1280px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
header {
    padding: 25px 0;

    top: -90px;
    z-index: 50;
    transition: 1s;
}
header.fixed {
    background-color: #0c583b;
    width: 100%;
    top: 0;
    position: fixed;
    box-shadow: 0 4px 16px rgb(11 23 66 / 10%) !important;
}
.no-scroll header.fixed {
    display: none;
}
header .page-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
header .header__btn.outline {
    margin-right: 15px;
}
.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
.header__menu > ul > li {
    margin-right: 36px;
    position: relative;
}
.dropdown {
    display: flex !important;
    align-items: center;
    transition: 0.3s ease;
    cursor: default;
    position: relative;
}
.dropdown svg {
    transform: rotate(90deg);
    margin: 0 0 0 5px;
    transition: 0.3s ease;
    fill: #fff;
}
.dropdown.active svg {
        transform: rotate(-90deg);
    }
@media screen and (min-width: 1281px) {
    .dropdown:hover svg {
        transform: rotate(-90deg);
    }
}
.mobile__menu .dropdown svg {
    fill: #212529;
}
#main-section.blacked .dropdown svg {
    fill: #212529;
}
.fixed #main-section.blacked .dropdown svg {
    fill: #fff;
}
.nothome .dropdown svg {
    fill: #212529;
}
.dropdown + ul {
    display: none;
    position: absolute;
    flex-direction: column;
    width: max-content;
    /* border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff; */
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(11, 23, 66, 0.2);
    border-radius: 4px;
    overflow: hidden;
    z-index: 3;
    padding: 14px 20px 14px 16px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    max-width: 500px;
}
@media screen and (min-width: 1281px) {
    .dropdown:hover + ul {
        display: block;
    }
    .dropdown + ul:hover {
        display: block;
    }
}
.dropdown.active + ul {
    display: flex;
}
.nothome .dropdown + ul {
    /* border-top: 1px solid #212529;
    border-left: 1px solid #212529;
    border-right: 1px solid #212529; */
    background: #FFFFFF;
}
#main-section.blacked .dropdown + ul {
    /* border-top: 1px solid #212529;
    border-left: 1px solid #212529;
    border-right: 1px solid #212529; */
    background: #FFFFFF;
}
.fixed #main-section.blacked .dropdown + ul {
    /* border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff; */
    background: #FFFFFF;
}
.dropdown + ul li {
    display: flex;
    width: 100%;
    /* border-bottom: 1px solid #fff; */
}
#main-section.blacked .dropdown + ul li {
    /* border-bottom: 1px solid #212529; */
}
.fixed #main-section.blacked .dropdown + ul li {
    /* border-bottom: 1px solid #fff; */
}
.nothome .dropdown + ul li {
    /* border-bottom: 1px solid #212529; */
}
.dropdown + ul a {
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 24px;
    padding: 0 31px 4px 0;
    white-space: nowrap;
}
.header__menu .dropdown + ul li .header__menu_item {
    color: #6C757D;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.header__menu .dropdown + ul li .header__menu_item:hover {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #212529;
}
.dropdown + ul a:first-child {
    /* border-right: 1px solid #fff; */
}
.fixed #main-section.blacked .dropdown + ul a:first-child {
    /* border-right: 1px solid #fff; */
}
#main-section.blacked .dropdown + ul a:first-child {
    /* border-right: 1px solid #212529; */
}
.nothome .dropdown + ul a:first-child {
    /* border-right: 1px solid #212529; */
}
.main-header.white .header__menu_item {
    color: #fff;
    font-weight: 600;
}
.main-header.white .header-menu_cabinet .header__menu_item{
    color: #212529;
}
.header__menu_item {
    color: #212529;
}
.header-menu_cabinet .header__menu_item:hover, .active-menu-item{
    text-decoration: underline;
}
.balance-link.active-menu-item {
    text-decoration: none;
}
.balance-link.active-menu-item div {
    text-decoration: underline;
}
.main-header.white .header__btn {
    color: #fff;
}
.main-header.white .header__btn.outline {
    border-color: #fff;
}
.main-header.white .header__btn.outline:hover {
    border: 1px solid #20a860;
}
.main-section__subheader {
    margin-top: 16px;
    margin-bottom: 32px;
    color: #fff;
}
.main-section__absolute {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}
.main-section__title {
    font-size: 60px;
    line-height: 68px;
    color: #fff;
    margin: 0;
    margin-top: 100px;
    font-family: Recoleta, serif;
    font-weight: 600;
}
.main-section__title span {
    color: #25c16f;
}
.main-section__slide {
    position: relative;
    padding-top: 556px;
}
.main-section__slide .page-container {
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.main-section__slide1 {
    background: #0d4458;
}
.main-section__slide2 {
    background: #0c583b;
}
.main-section__slide2 .main-section__slide_img {
    right: -300px;
}
.main-section__slide3 {
    background: #5e2432;
}
.main-section__slide3 .main-section__slide_img {
    right: -200px;
}
.main-section__slide4 {
    background: #fbdc6a;
}
.main-section__slide4 .main-section__slide_img {
    right: -320px;
}
.main-section__slide_img {
    position: absolute;
    bottom: -10px;
    right: -90px;
    z-index: 0;
}
.main-section__slide_plate {
    padding: 24px;
    padding-top: 45px;
    margin-bottom: 50px;
    width: 505px;
    margin-right: -11px;
    color: #fff;
    position: relative;
    z-index: 1;
    background: url(../images/dest/main-quote-bg.png) no-repeat center top/cover;
}
.slide__plate_name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.slide__plate_rating {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.slide__plate_stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slide__plate_stars img {
    width: 12px;
    margin-left: 8px;
}
.logo__img_black {
    display: none;
}
.logo {
    height: 56px;
}
#main-section.blacked .header__menu_item {
    color: #212529;
}
.fixed #main-section.blacked .header__menu_item {
    color: #fff;
}
#main-section.blacked .header__btn.outline {
    color: #212529;
    border-color: #212529;
}
.fixed #main-section.blacked .header__btn.outline {
    color: #fff;
    border-color: #fff;
}
#main-section.blacked .header__btn.outline:hover {
    color: #fff;
    border-color: #20a860;
}
#main-section.blacked .main-section__subheader {
    color: #212529;
}
#main-section.blacked .main-section__title span {
    color: #f55355;
}
#main-section.blacked .logo__img_white {
    display: none;
}
.fixed #main-section.blacked .logo__img_white {
    display: block;
}
#main-section.blacked .logo__img_black {
    display: block;
}
.fixed #main-section.blacked .logo__img_black {
    display: none;
}
#main-section.blacked .slick-dots li button {
    background: rgba(33, 37, 41, 0.7);
}
#main-section.blacked .slick-dots li.slick-active {
    background: #212529;
}
#main-section.blacked .slick-dots li.slick-active button:before {
    border: 1px solid #212529;
}
#main-section .slick-dots {
    right: 60px;
    left: auto;
    width: 12px;
    top: 50% !important;
    margin-top: -60px;
    z-index: 3;
}
#main-section .slick-dots li button:before {
    width: 6px;
    height: 6px;
}
#main-section .slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 0;
    background: rgba(255, 255, 255, 0.7);
    border: none;
}
#main-section .slick-dots li {
    width: 6px;
    height: 6px;
}
#main-section .slick-dots li.slick-active {
    background: #fff;
    border-radius: 50%;
}
#main-section .slick-dots li.slick-active button:before {
    width: 12px;
    height: 12px;
    background: 0 0;
    border: 1px solid #fff;
    margin-left: -4px;
    margin-top: -4px;
}
.main-section__calc {
    padding: 32px 24px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 182px;
    max-width: 700px;
}
.main-section__select {
    background: url(../images/dest/select.svg) no-repeat 99% center;
    border-bottom: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.6);
    width: 215px;
    padding-bottom: 11px;
    padding-top: 11px;
    padding-left: 12px;
    padding-right: 14px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.number-pages {
    text-align: center;
    width: 98px;
}
.spinner-buttons {
    cursor: pointer;
    width: 24px;
    height: 24px;
    max-width: 24px;
    max-height: 24px;
    min-width: 24px;
    min-height: 24px;
    border-radius: 50%;
    background: 0 0;
    border: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.spinner-buttons.minus img {
    padding: 10px 0;
}
.spinner-buttons.plus img {
    padding: 5px 0;
}
.calculator-borders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px;
    border-bottom: 1px solid #dbdbdb;
    width: 170px;
}
.main-section__calc_btn {
    background: #0083e0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    width: 215px;
    height: 48px;
}
.main-section__calc_btn:hover {
    background: #0083c1;
}
.main-section__calc_btn:active {
    background: #0083c6;
}
.main-section__calc_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 23px;
}
.main-section__calc .calculator__price {
    width: 170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-section__calc .calculator__price .text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #6c757d;
    padding-left: 12px;
}
.main-section__calc .calculator__price .total-price {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #212529;
}
.main-section__calc_selects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-section__calc_selects + .main-section__calc_selects {
    margin-top: 23px;
}
.main-section__calc_selects .price {
    width: 215px;
    padding-left: 12px;
}
.top__slide_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 1px 0;
    color: #fff;
    text-transform: uppercase;
}
.top__slide_label img {
    padding-right: 4px;
    padding-bottom: 3px;
}
.top__slide_content {
    background: #fff;
    border-radius: 4px;
    padding: 32px;
}
.top__slide_info-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.top__slide_info {
    width: 100%;
}
.top__slide_upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top__slide_avatar {
    border-radius: 50%;
    width: 128px;
    height: 128px;
    position: relative;
    margin-right: 32px;
}
.top__slide_avatar img {
    width: inherit;
    height: inherit;
    border-radius: 50%;
}
.slide__avatar_status {
    width: 12px;
    height: 12px;
    background: #25c16f;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 13px;
    right: 13px;
}
.top__slide_name-text {
    font-size: 30px;
    line-height: 36px;
    color: #212529;
    font-weight: 700;
    margin-bottom: 9px;
}
.top__slide_name-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top__slide_name-stars img {
    margin-right: 4px;
}
.top__slide_stars-rating {
    font-size: 14px;
    line-height: 20px;
    color: #6c757d;
    font-weight: 600;
}
.top__slide_numbers-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 70px;
}
.top__slide_numbers-item:last-child {
    margin-right: 0;
}
.slide__numbers-item_icon {
    margin-right: 8px;
    padding-top: 6px;
}
.slide__numbers-item_number {
    color: #212529;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}
.slide__numbers-item_label {
    color: #6c757d;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.top__slide_numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    margin-bottom: 24px;
}
.top__slide_upper {
    border-bottom: 1px solid #dbdbdb;
}
.top__slide_btn {
    width: 166px;
    height: 48px;
    font-size: 16px;
}
#top h2 {
    margin-top: 80px;
    margin-bottom: 48px;
}
#top .top__main-title{
    margin: 0;
    font-family: Recoleta, serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #212529;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 48px;
}
.top__slide_lists-header {
    color: #212529;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 14px;
}
.top__slide_lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top__slide_lists ul {
    margin: 0;
    margin-right: 40px;
    padding-left: 25px;
}
.top__slide_lists li {
    color: #6c757d;
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0;
    position: relative;
}
.top__slide_lists li::before {
    content: url(../images/dest/check.svg);
    display: block;
    position: absolute;
    left: -25px;
    top: 1px;
}
.top__slide_down {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.top__slide_sample {
    position: relative;
}
.top__slide-sample_btn.outline {
    background: #fff;
    border-color: #0083e0;
    color: #0083e0;
    font-size: 16px;
    position: absolute;
    width: 166px;
    height: 48px;
    top: 50%;
    margin-top: -24px;
    left: 50%;
    margin-left: -83px;
}
.top__slide-sample_btn.outline:hover {
    background: #0083e0;
    color: #fff;
    border-color: #0083e0;
}
.top__writers-link {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0083e0;
    font-size: 16px;
    line-height: 24px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}
.top__writers-link img {
    position: absolute;
    left: calc(100% + 8px);
    transition: .3s;
}
.top__writers-link:hover img {
    left: calc(100% + 16px);
}
.top__slide_border {
    border-radius: 6px;
    background: #fff;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-filter: drop-shadow(0 4px 16px rgba(11, 23, 66, 0.1));
    filter: drop-shadow(0 4px 16px rgba(11, 23, 66, 0.1));
    border: 2px solid #dbdbdb;
}
.top__slide {
    margin-left: 100px;
    margin-right: 100px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0.8;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.top__slide.slick-current {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.top__slide.slick-current .top__slide_border {
    background: #0083e0;
    padding: 2px;
    padding-top: 0;
    border: none;
}
.top__slider {
    padding: 0 110px;
}
.top__slider .slick-list,
.top__slider .slick-track {
    overflow: visible;
}
#top .page-container {
    position: relative;
}
.main-section__arrows {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.main-section__arrow {
    position: absolute;
    /*z-index: 2;*/
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #0083e0;
    border-radius: 50%;
    cursor: pointer;
    top: 400px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    background: #fff;
}
.main-section__arrow:hover {
    background: #f7f9ff;
}
.main-section__arrows_left {
    left: 80px;
}
.main-section__arrows_right {
    right: 120px;
}
#world h2 {
    margin-top: 96px;
    margin-bottom: 6px;
}
#world .world__main-title{
    margin: 0;
    font-family: Recoleta, serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #212529;
    text-align: center;
    margin-top: 96px;
    margin-bottom: 6px;
}
#world .page-container {
    position: relative;
}
.world__subheader {
    margin-top: 0;
    margin-bottom: 168px;
    text-align: center;
}
.world__plate {
    max-width: 618px;
    background: #fff;
    -webkit-box-shadow: 0 8px 36px rgba(11, 23, 66, 0.1);
    box-shadow: 0 8px 36px rgba(11, 23, 66, 0.1);
    border-radius: 30px 30px 30px 0;
    padding: 50px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    margin-bottom: 280px;
}
.world__plate_header {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    margin: 0;
    font-family: Recoleta, serif;
    font-weight: 600;
    color: #212529;
}
.world__plate_offer {
    color: #6c757d;
    margin: 25px 0;
    text-align: center;
}
.world__plate_offer span {
    color: #0083e0;
    font-size: 24px;
    position: relative;
}
.world__plate_offer span img {
    position: absolute;
    bottom: 0;
    left: -15px;
}
.world__plate_btn {
    background: #0083e0;
    border-radius: 4px;
    width: 226px;
    height: 48px;
}
.world__plate_btn:hover {
    background: #0083c1;
}
.world__plate_btn:active {
    background: #0083c6;
}
.world-bg {
    position: absolute;
    left: 50%;
    margin-left: -720px;
    top: 280px;
}
.hire__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 94px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.hire__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#hire h2 {
    font-size: 46px;
    line-height: 44px;
    text-align: left;
    min-width: 300px;
}
#hire .hire__main-title{
    margin: 0;
    font-family: Recoleta, serif;
    font-weight: 600;
    color: #212529;
    font-size: 46px;
    line-height: 44px;
    text-align: left;
    min-width: 300px;
}
.hire__item_header {
    margin-top: 12px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
    color: #000;
}
.hire__item_text {
    font-size: 16px;
    line-height: 24px;
}
.hire__item {
    margin-right: 60px;
    min-width: 255px;
}
#testimonials h2 {
    margin-top: 96px;
    text-align: left;
}
#testimonials .testimonials__main-title{
    margin: 0;
    font-family: Recoleta, serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #212529;
    margin-top: 96px;
    text-align: left;
}
.testimonials__slider {
    margin-top: 48px;
}
.testimonials__slide_stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.testimonials__slide_stars img {
    margin-right: 4px;
    width: 20px;
    height: 20px;
}
.testimonials__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
    margin-top: 16px;
}
.testimonials__slide {
    -webkit-filter: drop-shadow(0 16px 36px rgba(11, 23, 66, 0.08));
    filter: drop-shadow(0 16px 36px rgba(11, 23, 66, 0.08));
    background: #fff;
    border-radius: 4px;
    padding: 24px;
    margin-right: 48px;
    opacity: 0.7;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.testimonials__slide.slick-active {
    opacity: 1;
}
.testimonials__user_id {
    color: #212529;
    font-size: 16px;
    line-height: 24px;
}
.testimonials__user_work {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.testimonials__user_avatar {
    margin-right: 13px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonials__slide_text {
    font-size: 16px;
    line-height: 24px;
    color: #212529;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 400;
    word-wrap: break-word;
}
.testimonials__slide_date {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #b2b7bc;
    font-weight: 400;
}
.testimonials__slide_name,
.testimonials__slide_work {
    color: #6c757d;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.testimonials__slide_name a,
.testimonials__slide_work span {
    color: #0083e0;
    font-weight: 600;
}
.testimonials__slider .slick-list,
.testimonials__slider .slick-track {
    overflow: visible;
}
.testimonials__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 115px;
}
.testimonials__arrows {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.testimonials__arrows .main-section__arrow {
    position: static;
}
.testimonials__arrows .main-section__arrows_left {
    margin-right: 36px;
}
.testimonials__all {
    color: #0083e0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 150px;
    position: relative;
}
.testimonials__all img {
    position: absolute;
    left: calc(100% + 8px);
    transition: .3s;
}
.testimonials__all:hover img {
    left: calc(100% + 16px);
}
.testimonials__navigation {
    padding-bottom: 95px;
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dbdbdb;
}
.quos__wrapper {
    background: #25c16f;
    border-radius: 4px;
    padding: 72px;
    padding-bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 96px;
    margin-top: 96px;
}
#quos h2 {
    color: #fff;
    text-align: left;
}
#quos .quos__main-title{
    margin: 0;
    font-family: Recoleta, serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    text-align: left;
}
.quos__text {
    margin-top: 20px;
    margin-bottom: 36px;
    font-weight: 400;
}
.quos__btn {
    background: #fff;
    color: #25c16f;
    border: 1px solid transparent;
}
.quos__btn:hover {
    border: 1px solid #fff;
    color: #fff;
    background: #25c16f;
}
.quos__right img {
    margin-top: -72px;
    margin-right: -72px;
}
.tabs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0 100px;
}
.tab__text {
    font-size: 20px;
    line-height: 32px;
    margin-right: 64px;
    color: #b2b7bc;
    text-align: right;
    white-space: nowrap;
}
#quos2.quos-writer h2 {
    margin-top: 24px;
}
#quos2.quos-writer h2 img {
    width: 197px;
    height: 88px;
    top: 43px;
    right: 305px;
}
#quos2.quos-writer .quos__wrapper {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tab__number {
    font-size: 28px;
    font-weight: 400;
    line-height: 48px;
    color: #0083e0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Recoleta, serif;
    position: relative;
}
.tab__number::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    box-shadow: 0px 0px 32px rgb(11 23 66 / 8%);
    border-radius: 50%;
}
.tab__number_2:after {
    background-image: url(../images/dest/how-border2.svg);
}
.tab__number_3:after {
    background-image: url(../images/dest/how-border3.svg);
}
.tab__number_4:after {
    background-image: url(../images/dest/how-border4.svg);
}
.tab__number span {
    background: #fff;
    display: block;
}
.tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 15px;
    cursor: pointer;
}
.tab.active .tab__text {
    color: #0083e0;
}
.tab.active .tab__number {
    background: #fff;
}
.tab.active .tab__number::after {
    opacity: 1;
}
.tabs__line {
    position: absolute;
    top: -100px;
    left: 422px;
    z-index: -1;
}
#how h2 {
    padding-top: 95px;
    margin-bottom: 100px;
    border-top: 1px solid #dbdbdb;
}
#how .how__main-title{
    margin: 0;
    font-family: Recoleta, serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #212529;
    text-align: center;
    padding-top: 95px;
    margin-bottom: 100px;
    border-top: 1px solid #dbdbdb;
}
.tabs-content {
    margin-left: 95px;
}
.tab-item__header {
    color: #212529;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 16px;
    margin-left: 31px;
}
.tab-item__text {
    color: #6c757d;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    max-width: 500px;
    margin-left: 31px;
}
.tab-item__image {
    margin-top: -35px;
}
.tab-item:nth-child(2) .tab-item__image {
    margin-left: 20px;
}
.tab-item:nth-child(4) .tab-item__image {
    margin-left: 3px;
}
.tabs-wrapper {
    padding-bottom: 167px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 108px;
}
#benefits {
    background: #f7f9ff;
}
#benefits h2 {
    text-align: left;
    margin-top: 165px;
    margin-bottom: 48px;
}
#benefits .benefits__right-main-title{
    margin: 0;
    font-family: Recoleta, serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #212529;
    text-align: left;
    margin-top: 165px;
    margin-bottom: 48px;
}
.benefits__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.benefits__p {
    margin-bottom: 25px;
    font-weight: 400;
}
.benefits__img {
    position: absolute;
    bottom: 0;
    left: -220px;
}
.benefits__right {
    margin-left: 640px;
}
.benefits__btn {
    margin-bottom: 164px;
    margin-top: 46px;
}
#text h1 {
    font-size: 60px;
    line-height: 68px;
    color: #212529;
    margin: 100px 0 48px;
    text-align: center;
}
#text h2 {
    margin: 48px 0 12px;
    font-size: 36px;
}
#text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: 400;
}
#text ul {
    list-style: disc;
    padding: 0 0 0 16px;
}
#text ol {
    list-style: decimal;
    padding: 0 0 0 16px;
}
#text li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: 400;
}
/*#text ul li:before {*/
/*    content: url(../images/dest/check.svg);*/
/*    padding: 3px 6px 0 0px;*/
/*}*/
#text h3 {
    margin-bottom: 16px;
    margin-top: 32px;
    font-size: 24px;
    line-height: 36px;
}
#text .text__right h3:first-child {
    margin-top: 0;
}
.text__subheader {
    margin-bottom: 48px;
    margin-top: 6px;
    text-align: center;
}
.text__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 80px;
    border-bottom: 1px solid #dbdbdb;
}
.text__wrapper.text__main-wrapper{
    padding-bottom: 0;
    border-bottom: none;
}
.text__wrapper-hidden{
    height: 500px;
    overflow: hidden;
}
.text__read-more{
    padding-bottom: 80px;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 50px;
}
.text__read-more span{
    margin: 0 auto;
}
.text__left {
    margin-right: 20px;
    width: 49%;
}
.text__right {
    width: 49%;
}
#quos2 .quos__wrapper {
    background: #081131;
}
#quos2 .quos__left{
    position: relative;
}
#quos2 h2 {
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 1;
}
#quos2 .quos__left img {
    position: absolute;
    top: -30px;
    right: 100px;
    z-index: 0;
}
#quos2 .quos__left-links{
    display: flex;
    align-items: center;
}
#quos2 .quos__right img {
    margin: 0;
    margin-top: -32px;
    margin-bottom: 32px;
}
#quos2 .quos__text {
    padding-right: 180px;
}
.footer__info_link {
    font-weight: 400;
    margin-bottom: 16px;
    color: #6c757d;
    font-family: "Proxima Nova", sans-serif;
    line-height: 28px;
    font-size: 18px;
}
.footer__logo {
    margin-bottom: 70px;
}
.footer__info_payment {
    margin-top: 40px;
}
footer {
    padding-top: 125px;
    border-top: 1px solid #dbdbdb;
}
.footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 75px;
}
.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer__company.f-width{
    width: 100%;
}
.footer__company_header {
    color: #b2b7bc;
    font-weight: 400;
    margin-bottom: 24px;
    margin-top: 10px;
    font-family: "Proxima Nova", sans-serif;
    line-height: 28px;
    font-size: 18px;
}
.footer__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__lists ul {
    padding: 0;
    margin: 0;
    margin-right: 20px;
}
.footer__lists ul:last-child {
    margin-right: 0;
}
.footer__list_item {
    color: #6c757d;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 16px;
    display: block;
    font-family: "Proxima Nova", sans-serif;
}
.footer__copyright {
    border-top: 1px solid #dbdbdb;
    margin-top: 115px;
    padding: 24px 0;
    font-size: 16px;
    line-height: 24px;
    color: #b2b7bc;
}
.footer__copyright-text{
    padding-top: 10px;
}
.footer__copyright-text:after{
    content: attr(data-addr);
}
.footer__info_payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__info_payment img {
    margin-right: 25px;
}
.footer__info_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mobile {
    display: none;
}
.mobile-menu {
    position: relative;
    margin-left: 40px;
    width: 40px;
    height: 30px;
}
.mobile-menu span {
    position: absolute;
    width: 40px;
    height: 2px;
    background: #fff;
    top: 0;
}
.mobile-menu span:nth-child(2) {
    top: 14px;
}
.mobile-menu span:nth-child(3) {
    top: 28px;
}
.mobile__menu {
    width: 350px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    padding: 130px 50px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.mobile__menu .header__menu_item {
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 15px;
    display: block;
    color: #212529!important;
}
.mobile__menu.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.close-menu {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 40px;
    right: 30px;
}
.close-menu span {
    position: absolute;
    width: 40px;
    height: 2px;
    background: #000;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close-menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile__menu_wrapper {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 200%;
    z-index: 333;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.mobile__menu_wrapper.active {
    opacity: 1;
    pointer-events: auto;
}
.calclulator__words_text,
.main-section__calc_header {
    display: none;
}
.top__slide_mobile-btns {
    display: none;
}
header.auth-page {
    top: 0;
}
.in-cabs header{
    top: 0;
}
header.non-main {
    -webkit-box-shadow: 0 4px 16px rgba(11, 23, 66, 0.1);
    box-shadow: 0 4px 16px rgba(11, 23, 66, 0.1);
    background: #fff;
}
header.non-main .logo__img_black {
    display: block;
}
header.non-main .header__btn.outline {
    border: 1px solid #212529;
    color: #212529;
}
header.non-main .header__btn.outline:hover {
    border: 1px solid #20a860;
    color: #fff;
}
header.non-main .mobile-menu span {
    background: #212529;
}
#top-writers h2 {
    text-align: left;
    margin-top: 96px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 71px;
}
.non-main-calc {
    position: sticky;
    top: 125px;
    width: 400px;
    padding: 36px;
    background: #fff;
    -webkit-filter: drop-shadow(0 4px 16px rgba(11, 23, 66, 0.1));
    filter: drop-shadow(0 4px 16px rgba(11, 23, 66, 0.1));
    margin-bottom: 0;
    z-index: 1;
}
.non-main-calc .main-section__calc_selects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.non-main-calc .main-section__calc {
    padding: 24px 16px;
}
.non-main-calc .main-section__calc_header {
    font-size: 30px;
    line-height: 48px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px;
    font-family: Recoleta, serif;
    color: #212529;
    display: block;
}
.non-main-calc .main-section__select {
    width: 100%;
    font-weight: 400;
    margin-bottom: 25px;
}
.non-main-calc .main-section__calc_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
}
.non-main-calc .main-section__calc_btn {
    width: 100%;
}
.non-main-calc .calculator__words_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.non-main-calc .calclulator__words_text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: block;
    padding-left: 12px;
}
.non-main-calc .calculator__price {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #212529;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 24px;
    margin-top: 24px;
}
.non-main-calc .calculator__price .text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #6c757d;
    padding-left: 12px;
}
.non-main-calc .number-pages {
    width: 163px;
}
.non-main-calc .calculator-borders {
    width: 211px;
}
.non-main-calc .spinner-buttons {
    opacity: 0.5;
}
.top-writers__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top-writers__item {
    background: #fff;
    border-radius: 4px;
    padding: 38px 31px;
    padding-left: 16px;
    -webkit-filter: drop-shadow(0 4px 16px rgba(11, 23, 66, 0.1));
    filter: drop-shadow(0 4px 16px rgba(11, 23, 66, 0.1));
}
.top-writers__item_name {
    font-size: 20px;
    line-height: 32px;
    color: #212529;
}
.top-writers__item_rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 12px;
}
.top-writers__item_rating img {
    margin-right: 4px;
}
.top-writers__item_rate {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #0083e0;
}
.top-writers__item_user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-writers__avatar_status {
    width: 12px;
    height: 12px;
    background: #25c16f;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 7px;
    right: 7px;
}
.top-writers__item_avatar {
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
    margin-right: 24px;
}
.top-writers__item_avatar img {
    width: 100%;
    height: 100%;
}
.top-writers__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-width: 820px;
    position: relative;
    margin-bottom: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.top-writers__item_numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top-writers__item_numbers .top__slide_numbers-item {
    margin-right: 24px;
}
.top-writers__item_numbers .slide__numbers-item_label {
    font-size: 16px;
    line-height: 24px;
}
.top-writers__item_numbers .slide__numbers-item_number {
    font-size: 20px;
    line-height: 32px;
}
.top-writers__item_profile {
    color: #25c16f;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-writers__item_profile img {
    margin-left: 8px;
    transition: .3s;
}
.top-writers__item_profile:hover img {
    margin-left: 16px;
}
.top-writers__item_btn {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
}
.top-writers__left {
    margin-right: 20px;
}
.top-writers__item_award {
    padding: 4px 8px;
    border-radius: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.top-writers__item_award img {
    margin-right: 4px;
}
.top-writers__item_award.polyglot {
    background: #071a40;
}
.top-writers__item_award.speed {
    background: #25c16f;
}
.top-writers__item_award.communicator {
    background: #01baef;
}
.top-writers__item_award.instantly {
    background: #ed9b40;
}
.top-writers__item_award.formatting {
    background: #ffd114;
}
.top-writers__wrapper {
    margin-bottom: 100px;
}
.writer__header {
    font-size: 30px;
    line-height: 36px;
    color: #212529;
    margin-top: 96px;
    margin-bottom: 48px;
    font-weight: 700;
}
.writer__item {
    padding: 36px;
    -webkit-box-shadow: 0 4px 16px rgba(11, 23, 66, 0.1);
    box-shadow: 0 4px 16px rgba(11, 23, 66, 0.1);
    background: #fff;
    position: relative;
    min-width: 400px;
}
.writer__item .top-writers__item_award {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
}
.writer__item_up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.writer__item_name {
    font-size: 20px;
    line-height: 32px;
    color: #212529;
    font-weight: 600;
    margin-bottom: 6px;
}
.writer__item_rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.writer__item_rating img {
    margin-right: 4px;
}
.writer__item_avatar {
    height: 80px;
    width: 80px;
    position: relative;
    margin-right: 24px;
}
.writer__item_avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.writer__item_list {
    padding: 16px 0;
    border-top: 1px solid #f4f2f0;
    border-bottom: 1px solid #f4f2f0;
    margin-top: 16px;
    margin-bottom: 16px;
}
.writer__item_list ul {
    margin: 0;
    padding: 0;
}
.writer__item_list li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
}
.writer__item_list li span {
    font-weight: 600;
    color: #212529;
}
.writer__item_btn {
    width: 100%;
    background: #0083e0;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
}
.writer__item_btn:hover {
    background: #0083c2;
}
.writer__info {
    background: #f7f9ff;
    padding: 36px;
    margin-top: 24px;
    min-width: 400px;
}
.writer__info_header {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 16px;
    color: #212529;
}
.writer__info_list ul {
    padding-left: 20px;
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #f4f2f0;
    margin-bottom: 24px;
}
.writer__info_list li {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #212529;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 16px;
}
.writer__info_list li::before {
    content: "";
    background: #3884ff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: -20px;
    top: 8px;
    position: absolute;
}
.writer__info_list li span {
    margin-top: 4px;
    color: #6c757d;
    font-weight: 400;
}
.writer__info_status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.writer__info_available {
    font-size: 20px;
    line-height: 32px;
    color: #212529;
    font-weight: 600;
}
.writer__info_status-item {
    font-size: 14px;
    line-height: 20px;
    color: #dbdbdb;
}
.writer__info_status-item .active {
    color: #25c16f;
}
.writer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.writer__left {
    margin-right: 20px;
}
.writer__feedback {
    padding: 25px;
    background: #fff;
    border-radius: 4px;
    -webkit-filter: drop-shadow(0 4px 16px rgba(11, 23, 66, 0.1));
    filter: drop-shadow(0 4px 16px rgba(11, 23, 66, 0.1));
    display: none;
}
.writer__feedback_up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.writer__feedback_user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.writer__feedback_id {
    font-size: 16px;
    line-height: 24px;
    color: #212529;
}
.writer__feedback_work {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.writer__feedback_avatar {
    width: 48px;
    height: 48px;
    margin-right: 12px;
    position: relative;
}
.writer__feedback_avatar::after {
    content: "";
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 50%;
    top: 1px;
    left: 1px;
}
.writer__feedback_text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 17px;
    margin-bottom: 24px;
    color: #212529;
}
.writer__feedback_date {
    font-size: 16px;
    line-height: 24px;
    color: #b2b7bc;
    font-weight: 400;
}
.writer__feedback_job {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.writer__feedback {
    margin-bottom: 36px;
}
.writer__feedback:last-child {
    margin-bottom: 0;
}
.writer__item_btn-mobile {
    display: none;
}
.writer__feedback_header {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #212529;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#reviews h2 {
    margin-top: 96px;
    padding-bottom: 24px;
    margin-bottom: 70px;
    text-align: left;
    border-bottom: 1px solid #dbdbdb;
}
#reviews .writer__feedback {
    margin-bottom: 24px;
}
#reviews .writer__feedback_job a {
    color: #0083e0;
    font-weight: 600;
}
.reviews__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.reviews__left {
    margin-right: 20px;
}
.writer__feedback_text {
    margin-bottom: 48px;
}
.writer__feedback_more.button-medium.outline {
    color: #0083e0;
    border-color: #0083e0;
    margin-top: 48px;
    margin-bottom: 96px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}
.writer__feedback_more.button-medium.outline:hover {
    border-color: #0083e0;
    background: #0083e0;
    color: #fff;
}
.feedback__form {
    min-width: 610px;
}
.feedback__form_header {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #212529;
    margin-bottom: 36px;
}
.feedback__form_input {
    border: 1px solid #dbdbdb;
    padding: 0 12px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: 48px;
}
.feedback__form_input::-webkit-input-placeholder {
    color: #b2b7bc;
}
.feedback__form_input::-moz-placeholder {
    color: #b2b7bc;
}
.feedback__form_input:-ms-input-placeholder {
    color: #b2b7bc;
}
.feedback__form_input::-ms-input-placeholder {
    color: #b2b7bc;
}
.feedback__form_input::placeholder {
    color: #b2b7bc;
}
.feedback__form_rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.feedback__form_rate span {
    color: #212529;
}
.feedback__form_stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 26px 0;
    margin-left: 72px;
}
.feedback__form_stars img {
    margin-right: 8px;
}
.feedback__form_textarea {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: 226px;
    padding: 12px;
    resize: none;
}
.feedback__form_textarea::-webkit-input-placeholder {
    color: #b2b7bc;
}
.feedback__form_textarea::-moz-placeholder {
    color: #b2b7bc;
}
.feedback__form_textarea:-ms-input-placeholder {
    color: #b2b7bc;
}
.feedback__form_textarea::-ms-input-placeholder {
    color: #b2b7bc;
}
.feedback__form_textarea::placeholder {
    color: #b2b7bc;
}
.feedback__form_btn {
    width: 161px;
    height: 48px;
    margin-top: 24px;
    margin-bottom: 96px;
}
.rating-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.rating-area:not(:checked) > input {
    display: none;
}
.rating-area:not(:checked) > label {
    float: right;
    padding: 0;
    cursor: pointer;
    height: 24px;
    width: 24px;
    margin-right: 5px;
}
.rating-area:not(:checked) > label:before {
    content: url(../images/dest/star-gray.svg);
}
.rating-area > input:checked ~ label {
    content: url(../images/dest/star.svg);
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    content: url(../images/dest/star.svg);
}
.rate-area > label:active {
    position: relative;
}
.main-404__img {
    margin-top: 192px;
    width: 969px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
}
.main-404__subheader {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
}
.main-404__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 36px;
    margin-bottom: 192px;
}
.main-404__btn {
    width: 266px;
}
.main-404__btn.outline {
    margin-right: 23px;
    color: #25c16f;
}
.main-404__btn.outline:hover {
    color: #fff;
}
.pol__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 72px;
}
.pol__left {
    margin-right: 20px;
}
#pol h1,
h1.pol {
    margin-top: 96px;
    padding-bottom: 24px;
    margin-bottom: 70px;
    text-align: left;
    border-bottom: 1px solid #dbdbdb;
    color: #212529;
}
#pol h2 {
    margin-top: 48px;
    padding-bottom: 24px;
    margin-bottom: 35px;
    text-align: left;
    font-size: 36px;
    margin: 48px 0 12px;
}
#pol p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 24px;
    margin-top: 0;
}
.pol__left img {
    margin-bottom: 24px;
}
#pol h4 {
    margin-top: 36px;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: #212529;
}
#pol h3 {
    margin-top: 36px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #212529;
}
#pol ol {
    counter-reset: myCounter;
    padding-left: 24px;
    margin-bottom: 24px;
}
#pol ol li,
#pol ul li {
    list-style: none;
    position: relative;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
}
#pol ol li:last-child {
    margin-bottom: 0;
}
#pol ol > li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #0083e0;
    background: #f7f9ff;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    margin-right: 8px;
    font-size: 16px;
    font-weight: 400;
    min-width: 24px;
    min-height: 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
#pol ol > li.no_marker:before {
    display: none;
}
#pol ol > li:after {
    content: ".";
    display: block;
    position: absolute;
    color: #0083e0;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    top: 0;
    left: 16px;
}
#pol ol > li.no_marker:after {
    display: none;
}
#pol ul {
    counter-reset: myCounter;
    padding-left: 24px;
}
#pol ul li:before {
    display: inline-block;
    content: "";
    background: #0083e0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
}
.reviews__benefits {
    background: #f7f9ff;
    padding: 36px;
    position: relative;
}
.reviews__benefits_header {
    color: #212529;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}
.reviews__benefits_img {
    right: 12px;
    top: 36px;
    position: absolute;
}
.reviews__benefits_list {
    margin-top: 24px;
    margin-bottom: 36px;
}
.reviews__benefits_list ul {
    margin: 0;
    padding-left: 36px;
}
.reviews__benefits_list li {
    margin-bottom: 12px;
    font-weight: 400;
    position: relative;
}
.reviews__benefits_list li::before {
    content: url(../images/dest/star-green.svg);
    left: -36px;
    top: 5px;
    position: absolute;
    display: block;
}
.reviews__benefits_btn {
    width: 100%;
    height: 48px;
    background: #0083e0;
    font-size: 16px;
}
.reviews__benefits_btn:hover {
    background: #0083c2;
}
#reviews .non-main-calc {
    margin-bottom: 48px;
}
.about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 75px;
}
.about__header {
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #212529;
    margin-bottom: 24px;
    margin-top: 138px;
    font-family: Recoleta, serif;
    font-weight: 400;
}
.about__text {
    font-weight: 400;
    padding-right: 200px;
}
.about__wrapper2 {
    margin-bottom: 96px;
}
.about__wrapper2 .about__text {
    padding-right: 40px;
}
.about__wrapper2 .about__header {
    margin-top: 100px;
}
.help__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#help h2 {
    margin-bottom: 73px;
}
.help__item {
    margin-right: 20px;
    padding-bottom: 23px;
    border-bottom: 1px solid #dbdbdb;
}
.help__item:last-child {
    margin-right: 0;
}
.help__item_text {
    color: #212529;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 24px;
}
.help__item_star {
    width: 35px;
    height: 35px;
}
.who__item_header {
    color: #0083e0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}
.who__item_header img {
    margin-right: 12px;
}
.who__item_header br {
    display: none;
}
.who__item_text {
    font-weight: 400;
}
.help__wrapper {
    padding-bottom: 96px;
    border-bottom: 1px solid #dbdbdb;
}
.who__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 96px;
}
.who__item {
    padding: 64px 46px;
    width: 50%;
    min-height: 325px;
    border: 1px solid #dbdbdb;
}
.who__item:first-child {
    background: #f7f9ff;
    border-right: none;
    border-bottom: none;
}
.who__item:nth-child(2) {
    border-bottom: none;
}
.who__item:nth-child(3) {
    border-right: none;
}
#who h2 {
    margin-bottom: 48px;
    margin-top: 96px;
}
#calc-non-main {
    padding: 96px 0;
    background: #f7f9ff;
}
#calc-non-main h2 {
    text-align: left;
    margin-bottom: 24px;
}
#calc-non-main .main-section__calc {
    margin-bottom: 0;
    min-width: 610px;
    border: 1px solid #dbdbdb;
}
.calc-non-main__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.calc-non-main__left {
    margin-right: 50px;
}
.calc-non-main__text {
    font-weight: 400;
    padding-right: 70px;
}
.contacts__wrapper {
    width: 820px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 96px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contacts__item_text {
    font-weight: 400;
    margin-bottom: 8px;
    color: #6c757d;
}
.contacts__item_text:after{
    content: attr(data-addr);
}
.contacts__item {
    width: 50%;
    min-height: 200px;
    padding: 43px 36px;
    border: 1px solid #dbdbdb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contacts__item img {
    margin-right: 16px;
    margin-top: 7px;
}
.contacts__item:first-child .contacts__item_text {
    color: #0083e0;
}
.contacts__item:nth-child(2) {
    border-left: none;
}
.contacts__item:nth-child(3) {
    border-top: none;
}
.contacts__item:nth-child(4) {
    border-left: none;
    border-top: none;
}
.contacts__item_header {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 16px;
}
.contacts__item_btn {
    color: #25c16f;
}
.contacts__item_btn:hover {
    color: #fff;
}
.how-main__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
    position: relative;
}
/*.how-main__wrapper:last-child {*/
/*    margin-bottom: 294px;*/
/*}*/
.how-main__wrapper:nth-child(4) .how-main__arrow {
    bottom: -100px;
}
.how-main__arrow {
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -80px;
}
.how-main__right {
    margin-left: 20px;
}
.how-main__step {
    color: #0083e0;
    font-size: 48px;
    line-height: 58px;
    font-weight: 400;
    font-family: Recoleta, serif;
    margin-top: 67px;
}
.how-main__header {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #212529;
    margin-top: 36px;
    margin-bottom: 24px;
}
.how-main__text {
    font-weight: 400;
    max-width: 505px;
}
.mobile__menu_btns {
    display: none;
}
@media screen and (max-width: 1280px) {
    body{
        overflow-x: hidden;
    }
    body.fixed {
        padding: 0 0 0 0;
    }
    body.home.fixed {
        padding: 0 0 0 0;
    }
    .page-container {
        width: 768px;
        padding: 0 24px;
    }
    .main-section__slider {
        display: none;
    }
    .main-section__absolute {
        position: static;
    }
    #main-section {
        background: #0d4458;
    }
    .header__menu {
        display: none;
    }
    .button-small {
        width: 113px;
        height: 40px;
    }
    header {
        padding: 16px 0;
    }
    h1 {
        margin-top: 95px;
    }
    .main-section__subheader,
    h1 {
        margin-left: 55px;
    }
    .main-section__calc {
        margin-bottom: 96px;
    }
    .top__slider .slick-list,
    .top__slider .slick-track {
        overflow: hidden;
    }
    .top__slider {
        padding: 0 58px;
    }
    .top__slide {
        margin-left: 5px;
        margin-right: 5px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .top__slide_avatar {
        width: 80px;
        height: 80px;
        margin-right: 17px;
    }
    .top__slide_avatar img {
        width: 80px;
        height: 80px;
    }
    .slide__avatar_status {
        bottom: 7px;
        right: 7px;
    }
    .top__slide_content {
        padding: 24px;
    }
    .top__slide_upper {
        margin-top: 8px;
    }
    .top__slide_name-text {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .top__slide_numbers-item {
        margin-right: 30px;
    }
    .top__slide_sample img {
        width: 214px;
    }
    .top__slide_lists ul {
        margin-right: 20px;
    }
    .main-section__arrows_right {
        right: 47px;
    }
    .main-section__arrows_left {
        left: 0;
    }
    .top__slide .top__slide_border {
        background: #0083e0;
        padding: 2px;
        padding-top: 0;
        border: none;
    }
    h2 {
        font-size: 36px;
        line-height: 48px;
    }
    #top h2 {
        margin-bottom: 33px;
    }
    #top .top__main-title{
        margin-bottom: 33px;
        font-size: 36px;
        line-height: 48px;
    }
    .main-section__arrow {
        top: 349px;
    }
    .top__writers-link {
        margin-bottom: 0;
    }
    #world h2 {
        margin-top: 80px;
        margin-bottom: 24px;
    }
    #world .world__main-title{
        margin-top: 80px;
        margin-bottom: 24px;
        font-size: 36px;
        line-height: 48px;
    }
    .world__subheader {
        margin-bottom: 48px;
    }
    .world__plate {
        max-width: 349px;
    }
    .world__plate_header {
        font-family: "Proxima Nova", sans-serif;
        font-size: 24px;
        line-height: 32px;
    }
    .world__plate {
        padding: 32px;
        margin-bottom: 95px;
    }
    .world-bg {
        width: 720px;
        margin-left: -360px;
        top: 210px;
    }
    .hire__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 80px 0;
    }
    #hire h2 {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 32px;
    }
    #hire .hire__main-title{
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 32px;
    }
    #hire h2 br {
        display: none;
    }
    #hire .hire__main-title br {
        display: none;
    }
    .hire__item_text {
        font-weight: 400;
    }
    .hire__item {
        min-width: 227px;
        margin-right: 20px;
    }
    .hire__item_header {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 12px;
        line-height: 30px;
    }
    #testimonials h2 {
        margin-top: 80px;
        margin-bottom: 12px;
    }
    #testimonials .testimonials__main-title{
        margin-top: 80px;
        margin-bottom: 12px;
        font-size: 36px;
        line-height: 48px;
    }
    .testimonials__slide {
        margin-right: 20px;
    }
    .testimonials__navigation {
        padding-bottom: 80px;
    }
    .quos__wrapper {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .quos__right img {
        width: 340px;
        margin-top: 10px;
        margin-right: -20px;
    }
    .quos__wrapper {
        padding: 40px;
    }
    .quos__text {
        margin-top: 16px;
        margin-bottom: 24px;
    }
    #quos .quos__main-title{
        font-size: 36px;
        line-height: 48px;
    }
    #quos h2 br {
        display: none;
    }
    #quos .quos__main-title br{
        display: none;
    }
    .tabs-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .tab__text {
        display: none;
    }
    .tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 120px;
    }
    .tabs-content {
        margin-left: 0;
        margin-bottom: 48px;
    }
    .tabs-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .tab-item__header,
    .tab-item__text {
        margin-left: 120px;
    }
    .tab-item__image {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .tabs__line {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        bottom: -156px;
        top: auto;
    }
    #how h2 {
        margin-bottom: 65px;
    }
    #how .how__main-title{
        margin-bottom: 65px;
        font-size: 36px;
        line-height: 48px;
    }
    .tabs-wrapper {
        padding-bottom: 80px;
    }
    .benefits__img {
        width: 520px;
        left: -120px;
    }
    .benefits__right {
        margin-left: 370px;
    }
    #benefits h2 {
        margin-top: 80px;
        margin-bottom: 32px;
    }
    #benefits .benefits__right-main-title{
        margin-top: 80px;
        margin-bottom: 32px;
        font-size: 36px;
        line-height: 48px;
    }
    .benefits__p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .benefits__btn {
        margin-top: 34px;
        margin-bottom: 80px;
    }
    .text__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none;
        padding-bottom: 0;
    }
    .text__left {
        width: 100%;
        margin-right: 0;
    }
    .text__right {
        width: 100%;
        margin-top: 10px;
    }
    #quos2 .quos__right img {
        width: 250px;
        margin-top: 25px;
    }
    #quos2 .quos__text {
        padding-right: 0;
    }
    #quos2 h2 {
        padding-right: 20px;
        z-index: 1;
    }
    #quos2 h2 br {
        display: none;
    }
    #quos2 .quos__left img {
        width: 194px;
        height: 54px;
        top: 45px;
        right: 220px;
        z-index: -1;
    }
    footer {
        padding-top: 80px;
    }
    .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__info {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer__info_links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .footer__info_link {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 0;
    }
    .footer__logo {
        margin-bottom: 40px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer__company {
        margin-top: 60px;
    }
    .footer__lists ul {
        margin-right: 0;
    }
    .footer__info_payment {
        margin-top: 40px;
    }
    .footer__copyright {
        margin-top: 78px;
    }
    .tab-item:nth-child(2) .tab-item__image {
        margin-left: auto;
        margin-right: auto;
    }
    .tab-item:nth-child(4) .tab-item__image {
        margin-left: auto;
        margin-right: auto;
    }
    .top-writers__right {
        display: none;
    }
    .top-writers__left {
        margin-right: 0;
    }
    .top-writers__item {
        min-width: 100%;
    }
    .top-writers__left {
        width: 100%;
    }
    .top-writers__item_avatar {
        width: 48px;
        height: 48px;
    }
    .top-writers__item_avatar img {
        width: 100%;
    }
    .top-writers__avatar_status {
        width: 9px;
        height: 9px;
        right: 3px;
        bottom: 3px;
    }
    .top-writers__item_numbers .top__slide_numbers-item {
        margin-right: 16px;
    }
    .top-writers__item_btn {
        width: 162px;
        height: 40px;
        font-size: 16px;
    }
    .top-writers__item_profile {
        margin-top: 16px;
    }
    .top-writers__item {
        padding: 32px 16px;
    }
    .top-writers__item_avatar {
        margin-bottom: 35px;
        margin-right: 16px;
    }
    #top-writers h2 {
        margin-top: 80px;
        margin-bottom: 48px;
        padding-bottom: 32px;
    }
    .top-writers__wrapper {
        margin-bottom: 0;
    }
    .top-writers__item:last-child {
        margin-bottom: 0;
    }
    .writer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .writer__left {
        margin-right: 0;
    }
    header.non-main {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .writer__info {
        display: none;
    }
    .writer__item_list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 70px;
    }
    .writer__item_list ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 0;
    }
    .writer__item_list {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }
    .writer__item_btn {
        display: none;
    }
    .writer__item {
        padding: 36px 24px;
        margin-bottom: 48px;
    }
    .top-writers__avatar_status {
        width: 12px;
        height: 12px;
        background: #25c16f;
        border: 2px solid #fff;
        border-radius: 50%;
        position: absolute;
        bottom: 6px;
        right: 6px;
    }
    .writer__item_avatar {
        margin-right: 16px;
    }
    .writer__item_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .writer__item_btn-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 172px;
        background: #0083e0;
        height: 48px;
        font-size: 16px;
        line-height: 24px;
    }
    .writer__item_btn-mobile:hover {
        background: #0083c2;
    }
    .reviews__right {
        display: none;
    }
    .reviews__left {
        margin-right: 0;
    }
    #contacts h2,
    #pol h2,
    #reviews h2 {
        margin-top: 80px;
        padding-bottom: 32px;
        margin-bottom: 48px;
    }
    .writer__feedback_more.button-medium.outline {
        margin-top: 40px;
        margin-bottom: 48px;
    }
    .feedback__form_btn {
        margin-bottom: 80px;
    }
    .main-404__img {
        width: 100%;
        margin-top: 160px;
        margin-bottom: 80px;
    }
    .main-404__buttons {
        margin-bottom: 160px;
    }
    .pol__right {
        display: none;
    }
    .pol__left {
        margin-right: 0;
    }
    #about h2 {
        margin-top: 80px;
        margin-bottom: 48px;
    }
    .about__header {
        margin-top: 0;
        font-size: 30px;
        line-height: 36px;
        font-family: "Proxima Nova", sans-serif;
        font-weight: 700;
        margin-bottom: 16px;
    }
    .about__right {
        margin-left: 32px;
    }
    .about__right img {
        width: 246px;
    }
    .about__right .about__text {
        padding-right: 0;
        margin-right: 0;
    }
    .about__text {
        margin-right: 66px;
        padding-right: 0;
    }
    .about__left img {
        width: 350px;
        margin-top: 35px;
    }
    .about__wrapper2 .about__header {
        margin-top: 0;
    }
    .help__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .help__item {
        margin-left: 10px;
        margin-right: 10px;
        width: 220px;
        margin-bottom: 50px;
    }
    .help__wrapper {
        padding-bottom: 30px;
        border-bottom: none;
    }
    #who h2 {
        margin-top: 0;
    }
    .who__item {
        padding: 36px;
        padding-left: 24px;
    }
    .who__item_header {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        margin-bottom: 16px;
    }
    .who__item_header img {
        padding-top: 5px;
    }
    .who__item_header br {
        display: block;
    }
    .who__item_text {
        padding-left: 39px;
        font-size: 16px;
        line-height: 24px;
    }
    #calc-non-main {
        display: none;
    }
    .contacts__wrapper {
        width: 100%;
        margin-bottom: 80px;
    }
    .contacts__item_header {
        font-size: 24px;
        line-height: 32px;
    }
    #calc-non-main.calc-non-main {
        display: block;
    }
    .calc-non-main__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main-section__calc {
        margin-left: auto;
        margin-right: auto;
    }
    .calc-non-main__left {
        margin-left: 55px;
        margin-bottom: 27px;
    }
    #calc-non-main {
        padding: 80px 0;
    }
    #calc-non-main h2 {
        padding-right: 150px;
    }
    .how-main__left img,
    .how-main__right img {
        width: 350px;
    }
    .how-main__step {
        margin-top: 0;
        font-size: 36px;
        line-height: 48px;
    }
    #how-main h2 {
        margin-top: 80px;
        margin-bottom: 50px;
    }
    .how-main__header {
        margin-top: 24px;
        margin-bottom: 16px;
    }
    .how-main__wrapper:nth-child(2) .how-main__arrow {
        width: 55px;
        bottom: -90px;
        margin-left: -60px;
    }
    .how-main__wrapper:nth-child(3) .how-main__arrow {
        width: 59px;
        bottom: -50px;
        margin-left: -40px;
    }
    .how-main__wrapper:nth-child(4) .how-main__arrow {
        width: 40px;
        bottom: -70px;
        margin-left: -60px;
    }
    .how-main__wrapper:last-child {
        margin-bottom: 86px;
        webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .testimonials__slider .slick-track {
        margin-left: 95px;
    }
    #quos2.quos-writer h2 {
        margin-top: 0;
    }
    #quos2.quos-writer h2 img {
        width: 195px;
        height: 54px;
        top: 46px;
        right: 225px;
    }
    #quos2.quos-writer .quos__right img {
        margin-top: -10px;
        margin-bottom: -20px;
    }
    .phone-device html {
        font-weight: 400;
    }
    .phone-device .page-container {
        width: 320px;
        padding: 0 16px;
    }
    .phone-device .header__btn {
        display: none;
    }
    .phone-device .logo {
        width: 115px;
        height: 36px;
    }
    .phone-device .logo img {
        width: 115px;
    }
    .phone-device h1 {
        font-size: 30px;
        line-height: 36px;
        font-family: "Proxima Nova", sans-serif;
        margin-top: 60px;
        font-weight: 700;
    }
    .phone-device h1 br {
        display: none;
    }
    .phone-device .main-section__left {
        margin-left: 0;
    }
    .phone-device .main-section__subheader {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        margin-bottom: 48px;
    }
    .phone-device .main-section__calc_selects {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .phone-device .main-section__calc {
        padding: 24px 16px;
    }
    .phone-device .main-section__calc_header {
        margin-top: 12px;
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 25px;
        color: #212529;
        display: block;
    }
    .phone-device .main-section__select {
        width: 100%;
        font-weight: 400;
        margin-bottom: 17px;
    }
    .phone-device .main-section__calc_btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .phone-device .main-section__calc_btn {
        width: 100%;
    }
    .phone-device .calculator__words_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .phone-device .calclulator__words_text {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        display: block;
    }
    .phone-device .calculator__price {
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
        color: #212529;
        text-align: right;
        width: 100%;
        margin-top: 16px;
        margin-bottom: 24px;
    }
    .phone-device #top h2 {
        margin-top: 64px;
        margin-bottom: 24px;
    }
    .phone-device #top .top__main-title {
        margin-top: 64px;
        margin-bottom: 24px;
    }
    .phone-device .top__slide_label {
        display: none;
    }
    .phone-device .top__slide.slick-current .top__slide_border {
        padding: 0;
        background: #fff;
    }
    .phone-device .top__slide .top__slide_border {
        padding: 0;
        background: #fff;
    }
    .phone-device .top__slider {
        padding: 0;
    }
    .phone-device .top__slide_down {
        display: none;
    }
    .phone-device .top__slide_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .phone-device .top__slide_numbers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .phone-device .top__slide_btn {
        display: none;
    }
    .phone-device .top__slide_numbers {
        margin-left: -93px;
        margin-bottom: 8px;
        margin-top: 35px;
    }
    .phone-device .spinner-buttons {
        opacity: 0.5;
    }
    .phone-device .top__slide_content {
        padding: 24px 16px;
    }
    .phone-device .top__slide {
        margin-left: 0;
        margin-right: 0;
        -webkit-box-shadow: 0 16px 36px rgba(11, 23, 66, 0.08);
        box-shadow: 0 16px 36px rgba(11, 23, 66, 0.08);
        -webkit-filter: none;
        filter: none;
        border-radius: 4px;
        background: #fff;
    }
    .phone-device .main-section__arrows {
        display: none;
    }
    .phone-device .top__slider .slick-list,
    .phone-device .top__slider .slick-track {
        overflow: visible;
    }
    .phone-device .top__slide_name-text {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .phone-device .top__slide_stars-rating {
        display: none;
    }
    .phone-device .slide__numbers-item_text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .phone-device .slide__numbers-item_number {
        font-size: 20px;
        line-height: 32px;
    }
    .phone-device .slide__numbers-item_label {
        font-size: 16px;
        line-height: 24px;
        margin-left: 4px;
        margin-top: 5px;
    }
    .phone-device .top__slide_numbers-item {
        margin-bottom: 8px;
    }
    .phone-device .top__slide_mobile-btn:first-child {
        width: 100%;
        height: 48px;
        margin-bottom: 16px;
        font-size: 16px;
    }
    .phone-device .top__slide_mobile-btn:last-child {
        width: 100%;
        height: 48px;
        margin-bottom: 16px;
        font-size: 16px;
        border-color: #0083e0;
        color: #0083e0;
    }
    .phone-device .top__slide_mobile-btn:last-child:hover {
        color: #fff;
        background: #0083e0;
        border-color: #0083e0;
    }
    .phone-device .top__slide_mobile-btns {
        margin-top: 16px;
    }
    .phone-device .slick-dots {
        top: auto !important;
        bottom: -50px;
    }
    .phone-device .slick-dots li button:before {
        width: 6px;
        height: 6px;
    }
    .phone-device .slick-dots li button {
        width: 6px;
        height: 6px;
        padding: 0;
        background: rgba(0, 131, 224, 0.7);
        border: none;
    }
    .phone-device .slick-dots li button:hover {
        background: rgba(0, 131, 224, 0.7);
    }
    .phone-device .slick-dots li {
        width: 6px;
        height: 6px;
        margin-left: 12px;
        margin-right: 12px;
    }
    .phone-device .slick-dots li.slick-active {
        background: #fff;
        border-radius: 50%;
    }
    .phone-device .slick-dots li.slick-active button:before {
        width: 12px;
        height: 12px;
        background: 0 0;
        border: 1px solid #0083e0;
        margin-left: -4px;
        margin-top: -4px;
    }
    .phone-device #world h2 {
        margin-top: 64px;
        margin-bottom: 16px;
    }
    .phone-device #world .world__main-title{
        margin-top: 64px;
        margin-bottom: 16px;
    }
    .phone-device .world__subheader {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    .phone-device .world__plate {
        -webkit-box-shadow: 0 8px 36px rgba(11, 23, 66, 0.1);
        box-shadow: 0 8px 36px rgba(11, 23, 66, 0.1);
        border-radius: 16px 16px 16px 0;
        padding: 16px;
        margin-bottom: 64px;
    }
    .phone-device .world-bg {
        display: none;
    }
    .phone-device .world__plate_btn {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
    .phone-device .hire__wrapper {
        padding: 64px 0;
        padding-bottom: 40px;
    }
    .phone-device .hire__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .phone-device .hire__item {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .phone-device #hire h2 {
        margin-bottom: 25px;
    }
    .phone-device #hire .hire__main-title{
        margin-bottom: 25px;
    }
    .phone-device #testimonials h2 {
        margin-top: 64px;
    }
    .phone-device #testimonials .testimonials__main-title{
        margin-top: 64px;
    }
    .phone-device .testimonials__subheader {
        font-weight: 400;
    }
    .phone-device .testimonials__slide {
        margin-right: 0;
    }
    .phone-device .testimonials__slider {
        margin-top: 24px;
        margin-bottom: 0;
    }
    .phone-device .testimonials__all {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /*width: 100%;*/
    }
    .phone-device .testimonials__navigation {
        padding-bottom: 75px;
    }
    .phone-device .quos__wrapper {
        margin: 64px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 24px 16px;
    }
    .phone-device .top__slide_mobile-btns {
        display: block;
    }
    .phone-device #quos h2 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
        font-family: "Proxima Nova", sans-serif;
    }
    .phone-device #quos .quos__main-title {
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
        font-family: "Proxima Nova", sans-serif;
    }
    .phone-device .quos__text {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
    }
    .phone-device .quos__btn {
        width: 100%;
    }
    .phone-device .quos__right img {
        width: 288px;
        margin-bottom: -16px;
        margin-left: -16px;
    }
    .phone-device #how h2 {
        padding-top: 64px;
        margin-bottom: 40px;
    }
    .phone-device #how .how__main-title{
        padding-top: 64px;
        margin-bottom: 40px;
    }
    .phone-device .tab-item__image {
        width: 100%;
        margin-top: -16px;
    }
    .phone-device .tab-item__header {
        margin-left: 0;
        margin-top: 40px;
        font-size: 24px;
        line-height: 32px;
    }
    .phone-device .tab-item__text {
        margin-left: 0;
    }
    .phone-device .tabs {
        padding: 0;
    }
    .phone-device .tab__number {
        width: 43px;
        height: 43px;
    }
    .phone-device .tab__number span {
        font-size: 16px;
        line-height: 48px;
        width: 48px;
        text-align: center;
    }
    .phone-device .tab__number:after {
        width: 48px;
        height: 48px;
        top: -2px;
        left: -2px;
        background-size: contain;
    }
    .phone-device .tab__number2:after {
        content: url(../images/dest/how-border2.svg);
    }
    .phone-device .tab__number3:after {
        content: url(../images/dest/how-border3.svg);
    }
    .phone-device .tab__number4:after {
        content: url(../images/dest/how-border4.svg);
    }
    .phone-device .tabs__line {
        left: 150px;
        bottom: -270px;
    }
    .phone-device .tabs-content {
        margin-bottom: 36px;
    }
    .phone-device .tab {
        margin-bottom: 0;
    }
    .phone-device .tabs-wrapper {
        padding-bottom: 0;
        border: none;
        margin-bottom: 64px;
    }
    .phone-device .benefits__img {
        display: none;
    }
    .phone-device .benefits__right {
        margin-left: 0;
    }
    .phone-device #benefits h2 {
        margin-top: 64px;
        margin-bottom: 24px;
    }
    .phone-device #benefits .benefits__right-main-title{
        margin-top: 64px;
        margin-bottom: 24px;
    }
    .phone-device .benefits__btn {
        margin-bottom: 64px;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
    .phone-device .text__subheader {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    .phone-device #text h3 {
        font-weight: 700;
        margin-top: 5px;
    }
    .phone-device #quos2 .quos__wrapper {
        margin-top: 45px;
    }
    .phone-device #quos2 h2 {
        padding-right: 0;
        font-family: "Proxima Nova", sans-serif;
        font-size: 30px;
        line-height: 36px;
        font-weight: 700;
        margin-top: 16px;
    }
    .phone-device .quos2__btn {
        width: 100%;
    }
    .phone-device #quos2 .quos__right img {
        margin-bottom: 0;
    }
    .phone-device footer {
        padding-top: 64px;
    }
    .phone-device .footer__info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .phone-device .footer__info_links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .phone-device .footer__info_link {
        margin: 0;
        margin-bottom: 16px;
    }
    .phone-device .footer__logo {
        margin-bottom: 36px;
    }
    .phone-device .footer__company {
        margin-top: 16px;
    }
    .phone-device .footer__lists {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .phone-device .footer__list_item {
        font-size: 16px;
        line-height: 24px;
    }
    .phone-device .footer__company_header {
        margin-bottom: 16px;
        font-weight: 400;
        margin-top: 0;
    }
    .phone-device .footer__info_payment {
        margin-top: 20px;
    }
    .phone-device .footer__copyright {
        margin-top: 64px;
        padding: 16px 0;
        font-size: 16px;
        font-weight: 400;
    }
    .phone-device #quos2 .quos__left img {
        width: 131px;
        height: 36px;
        right: 3px;
        top: 35px;
    }
    .phone-device .mobile__menu {
        width: 320px;
    }
    .phone-device .mobile__menu .header__menu_item {
        font-size: 30px;
        line-height: 40px;
    }
    .nothome .dropdown + ul li {
        /* border-bottom: 1px solid #fff; */
    }
    .phone-device .mobile__menu .dropdown + ul .header__menu_item {
        font-size: 16px;
        line-height: 24px;
        padding: 0;
        width: 100%;
        border-right: 0;
    }
    .phone-device .mobile__menu {
        padding: 70px 40px;
        overflow-y: auto;
    }
    .phone-device .top-writers__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .phone-device .top-writers__item_numbers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .phone-device .top-writers__item_avatar {
        width: 64px;
        height: 64px;
    }
    .phone-device .top-writers__item_avatar img {
        width: 64px;
        height: 64px;
    }
    .phone-device .top-writers__avatar_status {
        width: 10px;
        height: 10px;
        bottom: 5px;
        right: 5px;
    }
    .phone-device .top-writers__item_avatar {
        margin-bottom: 0;
        margin-right: 8px;
    }
    .phone-device .top-writers__item {
        padding: 24px 16px;
    }
    .phone-device .top-writers__item_award {
        bottom: auto;
        left: auto;
        top: -12px;
        right: 8px;
    }
    .phone-device .top-writers__item_numbers {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .phone-device .top-writers__item_btn {
        width: 100%;
        height: 48px;
    }
    .phone-device .top-writers__item_btns {
        width: 100%;
    }
    .phone-device .top-writers__item_profile {
        margin-top: 24px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .phone-device #top-writers h2 {
        margin-top: 64px;
        margin-bottom: 24px;
        padding-bottom: 16px;
    }
    .phone-device header.non-main {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .phone-device .writer__item_btn-mobile {
        display: none;
    }
    .phone-device .writer__item {
        padding: 24px 16px;
        -webkit-box-shadow: 0 4px 16px rgba(11, 23, 66, 0.1);
        box-shadow: 0 4px 16px rgba(11, 23, 66, 0.1);
        background: #fff;
        position: relative;
        min-width: 100%;
    }
    .phone-device .writer__item .top-writers__item_award {
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
    }
    .phone-device .writer__item_up {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .phone-device .writer__item_name {
        font-size: 20px;
        line-height: 32px;
        color: #212529;
        font-weight: 600;
        margin-bottom: 6px;
    }
    .phone-device .writer__item_rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .phone-device .writer__item_rating img {
        margin-right: 4px;
    }
    .phone-device .writer__item_avatar {
        height: 80px;
        width: 80px;
        position: relative;
        margin-right: 24px;
    }
    .phone-device .writer__item_list {
        padding: 16px 0;
        border-top: 1px solid #f4f2f0;
        border-bottom: 1px solid #f4f2f0;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .phone-device .writer__item_list ul {
        margin: 0;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .phone-device .writer__item_list li {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 8px;
    }
    .phone-device .writer__item_list li span {
        font-weight: 600;
        color: #212529;
    }
    .phone-device .writer__item_list ul li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 8px;
    }
    .phone-device .writer__item_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .phone-device .writer__header {
        margin-top: 62px;
        padding-bottom: 16px;
        margin-bottom: 24px;
        border-bottom: 1px solid #f4f2f0;
    }
    .phone-device .writer__feedback_up {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .phone-device .writer__feedback_user {
        margin-top: 17px;
    }
    .phone-device .writer__feedback {
        padding: 24px 16px;
        margin-bottom: 24px;
    }
    .phone-device .feedback__form {
        min-width: 100%;
    }
    .phone-device #about h2,
    .phone-device #pol h2,
    .phone-device #reviews h2 {
        margin-top: 62px;
        padding-bottom: 16px;
        margin-bottom: 24px;
    }
    .phone-device .writer__feedback_text {
        margin-bottom: 16px;
    }
    .phone-device .writer__feedback_more.button-medium.outline {
        margin-top: 24px;
        margin-bottom: 64px;
    }
    .phone-device .feedback__form_stars {
        margin-left: 0;
    }
    .phone-device .feedback__form_rate {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .phone-device .main-404__img {
        margin-top: 120px;
        margin-bottom: 64px;
    }
    .phone-device .main-404__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 128px;
    }
    .phone-device .main-404__btn.outline {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .phone-device .main-404__btn {
        width: 100%;
    }
    .phone-device #pol ol {
        padding-left: 24px;
    }
    .phone-device .pol__wrapper {
        margin-bottom: 24px;
    }
    .phone-device .about__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 46px;
    }
    .phone-device .about__text {
        margin: 0;
        padding: 0;
    }
    .phone-device .about__right {
        margin-left: 0;
    }
    .phone-device .about__right img {
        margin-top: 42px;
        width: 202px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .phone-device .about__wrapper2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .phone-device .about__left img {
        width: 100%;
    }
    .phone-device #help h2 {
        text-align: left;
        margin-bottom: 49px;
    }
    .phone-device .help__item {
        width: 100%;
        margin: 0;
        margin-bottom: 49px;
    }
    .phone-device .who__item {
        width: 100%;
        border: none;
        min-height: auto;
        padding: 24px 16px;
    }
    .phone-device .who__item:first-child {
        border: 1px solid #dbdbdb;
    }
    .phone-device .who__item_header {
        font-size: 20px;
        line-height: 32px;
    }
    .phone-device .who__item_header br {
        display: none;
    }
    .phone-device .who__item_text {
        padding-left: 0;
    }
    .phone-device .who__wrapper {
        margin-bottom: 70px;
    }
    .phone-device #calc-non-main .main-section__calc {
        min-width: 100%;
    }
    .phone-device .main-section__calc_header {
        display: none;
    }
    .phone-device .contacts__item {
        width: 100%;
        border: none;
        border-bottom: 1px solid #dbdbdb;
        padding: 16px;
        min-height: auto;
    }
    .phone-device .contacts__item:last-child {
        border-bottom: none;
    }
    .phone-device .contacts__wrapper {
        border: 1px solid #dbdbdb;
        margin-bottom: 62px;
    }
    .phone-device .contacts__item_header {
        font-size: 24px;
        line-height: 32px;
    }
    .phone-device .contacts__item img {
        margin-top: 5px;
    }
    .phone-device #contacts h2 {
        padding-bottom: 0;
        margin-top: 60px;
        margin-bottom: 24px;
    }
    .phone-device #calc-non-main h2 {
        padding-right: 0;
        font-family: "Proxima Nova", sans-serif;
        font-size: 30px;
        line-height: 36px;
        font-weight: 700;
    }
    .phone-device .calc-non-main__left {
        margin: 0;
        margin-bottom: 24px;
    }
    .phone-device #calc-non-main {
        padding: 36px 0;
    }
    .phone-device .calc-non-main__text {
        padding-right: 0;
    }
    .phone-device .how-main__wrapper {
        margin-bottom: 34px;
    }
    .phone-device .how-main__wrapper:nth-child(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .phone-device .how-main__wrapper:nth-child(3) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .phone-device .how-main__wrapper:nth-child(4) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .phone-device .how-main__wrapper:nth-child(5) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 64px;
    }
    .phone-device .how-main__left img,
    .phone-device .how-main__right img {
        width: 100%;
    }
    .phone-device #how-main h2 {
        margin-top: 62px;
        margin-bottom: 63px;
    }
    .phone-device .how-main__arrow {
        display: none;
    }
    .phone-device .how-main__right {
        margin-left: 0;
    }
    .phone-device .how-main__text {
        margin-bottom: 15px;
    }
    .phone-device .testimonials__slider .slick-track {
        margin-left: 0;
    }
    .phone-device #quos2.quos-writer h2 {
        margin-top: 16px;
        font-weight: 600;
        z-index: 1;
    }
    .phone-device #quos2.quos-writer h2 img {
        width: 131px;
        height: 36px;
        top: 35px;
        right: 80px;
        z-index: -1;
    }
    .phone-device #quos2.quos-writer .quos__right img {
        margin-top: 24px;
        margin-bottom: -10px;
    }
    .phone-device .writer__feedback_job {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .phone-device .writer__feedback_date {
        margin-bottom: 8px;
    }
    .phone-device .main-section__subheader,
    .phone-device h1 {
        margin-left: 0;
    }
    .phone-device .mobile__menu_btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 30px;
    }
    .phone-device .mobile__menu_btns .header__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .phone-device .mobile__menu_btns .header__btn.outline {
        color: #212529;
        border: 1px solid #212529;
        margin-right: 15px;
    }
    .phone-device .mobile__menu_btns .header__btn.outline:hover {
        color: #fff;
        border: 1px solid #25c16f;
    }
    .dropdown + ul {
        position: static;
        border: 0;
        padding: 15px;
        background: none;
        margin-bottom: 15px;
    }
    .nothome .dropdown + ul {
        border: 0;
        background: none;
    }
}
@media screen and (max-width: 767px) {
    .cookie-policy {
        max-width: 370px;
        width: auto!important;
        right: 20px!important;
        left: 20px!important;
    }
    html {
        font-weight: 400;
    }
    .page-container {
        width: 320px;
        padding: 0 16px;
    }
    .header__btn {
        display: none;
    }
    .logo {
        width: 115px;
        height: 36px;
    }
    .logo img {
        width: 115px;
    }
    h1 {
        font-size: 30px;
        line-height: 36px;
        font-family: "Proxima Nova", sans-serif;
        margin-top: 60px;
        font-weight: 700;
    }
    h1 br {
        display: none;
    }
    .main-section__left {
        margin-left: 0;
    }
    .main-section__left .main-section__title{
        font-size: 50px;
    }
    .main-section__subheader {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        margin-bottom: 48px;
    }
    .main-section__calc_selects {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main-section__calc {
        padding: 24px 16px;
    }
    .main-section__calc_header {
        margin-top: 12px;
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 25px;
        color: #212529;
        display: block;
    }
    .main-section__select {
        width: 100%;
        font-weight: 400;
        margin-bottom: 17px;
    }
    .main-section__calc_btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main-section__calc_btn {
        width: 100%;
    }
    .calculator__words_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .calclulator__words_text {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        display: block;
    }
    .main-section__calc .calculator__price .text {
        padding-left: 0;
    }
    .main-section__calc .calculator__price .total-price {
        padding-right: 12px;
    }
    .calculator__price {
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
        color: #212529;
        text-align: right;
        width: 100%;
        margin-top: 16px;
        margin-bottom: 24px;
        display: block;
    }
    #top h2 {
        margin-top: 64px;
        margin-bottom: 24px;
    }
    #top .top__main-title{
        margin-top: 64px;
        margin-bottom: 24px;
    }
    .top__slide_label {
        display: none;
    }
    .top__slide.slick-current .top__slide_border {
        padding: 0;
        background: #fff;
    }
    .top__slide .top__slide_border {
        padding: 0;
        background: #fff;
    }
    .top__slider {
        padding: 0;
    }
    .top__slide_down {
        display: none;
    }
    .top__slide_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .top__slide_numbers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .top__slide_btn {
        display: none;
    }
    .top__slide_numbers {
        margin-left: -93px;
        margin-bottom: 8px;
        margin-top: 35px;
    }
    .spinner-buttons {
        opacity: 0.5;
    }
    .top__slide_content {
        padding: 24px 16px;
    }
    .top__slide {
        margin-left: 0;
        margin-right: 0;
        -webkit-box-shadow: 0 16px 36px rgba(11, 23, 66, 0.08);
        box-shadow: 0 16px 36px rgba(11, 23, 66, 0.08);
        -webkit-filter: none;
        filter: none;
        border-radius: 4px;
        background: #fff;
    }
    .main-section__arrows {
        display: none;
    }
    .top__slider .slick-list,
    .top__slider .slick-track {
        overflow: visible;
    }
    .top__slide_name-text {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .top__slide_stars-rating {
        display: none;
    }
    .slide__numbers-item_text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .slide__numbers-item_number {
        font-size: 20px;
        line-height: 32px;
    }
    .slide__numbers-item_label {
        font-size: 16px;
        line-height: 24px;
        margin-left: 4px;
        margin-top: 5px;
    }
    .top__slide_numbers-item {
        margin-bottom: 8px;
    }
    .top__slide_mobile-btn:first-child {
        width: 100%;
        height: 48px;
        margin-bottom: 16px;
        font-size: 16px;
    }
    .top__slide_mobile-btn:last-child {
        width: 100%;
        height: 48px;
        margin-bottom: 16px;
        font-size: 16px;
        border-color: #0083e0;
        color: #0083e0;
    }
    .top__slide_mobile-btn:last-child:hover {
        color: #fff;
        background: #0083e0;
        border-color: #0083e0;
    }
    .top__slide_mobile-btns {
        margin-top: 16px;
    }
    .slick-dots {
        top: auto !important;
        bottom: -50px;
    }
    .slick-dots li button:before {
        width: 6px;
        height: 6px;
    }
    .slick-dots li button {
        width: 6px;
        height: 6px;
        padding: 0;
        background: rgba(0, 131, 224, 0.7);
        border: none;
    }
    .slick-dots li button:hover {
        background: rgba(0, 131, 224, 0.7);
    }
    .slick-dots li {
        width: 6px;
        height: 6px;
        margin-left: 12px;
        margin-right: 12px;
    }
    .slick-dots li.slick-active {
        background: #fff;
        border-radius: 50%;
    }
    .slick-dots li.slick-active button:before {
        width: 12px;
        height: 12px;
        background: 0 0;
        border: 1px solid #0083e0;
        margin-left: -4px;
        margin-top: -4px;
    }
    #world h2 {
        margin-top: 64px;
        margin-bottom: 16px;
    }
    #world .world__main-title{
        margin-top: 64px;
        margin-bottom: 16px;
    }
    .world__subheader {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    .world__plate {
        -webkit-box-shadow: 0 8px 36px rgba(11, 23, 66, 0.1);
        box-shadow: 0 8px 36px rgba(11, 23, 66, 0.1);
        border-radius: 16px 16px 16px 0;
        padding: 16px;
        margin-bottom: 64px;
    }
    .world-bg {
        display: none;
    }
    .world__plate_btn {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
    .hire__wrapper {
        padding: 64px 0;
        padding-bottom: 40px;
    }
    .hire__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .hire__item {
        margin-right: 0;
        margin-bottom: 25px;
    }
    #hire h2 {
        margin-bottom: 25px;
    }
    #hire .hire__main-title{
        margin-bottom: 25px;
    }
    #testimonials h2 {
        margin-top: 64px;
    }
    #testimonials .testimonials__main-title{
        margin-top: 64px;
    }
    .testimonials__subheader {
        font-weight: 400;
    }
    .testimonials__slide {
        margin-right: 0;
    }
    .testimonials__slider {
        margin-top: 24px;
        margin-bottom: 0;
    }
    .testimonials__all {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /*width: 100%;*/
    }
    .testimonials__navigation {
        padding-bottom: 75px;
        justify-content: center;
    }
    .quos__wrapper {
        margin: 64px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 24px 16px;
    }
    .top__slide_mobile-btns {
        display: block;
    }
    #quos h2 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
        font-family: "Proxima Nova", sans-serif;
    }
    #quos .quos__main-title {
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
        font-family: "Proxima Nova", sans-serif;
    }
    #quos2 .quos__left-links{
        flex-direction: column;
    }
    .button-large.quos2__btn-first{
        margin: 0;
        margin-bottom: 20px;
    }
    .quos__text {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
    }
    .quos__btn {
        width: 100%;
    }
    .quos__right img {
        width: 288px;
        margin-bottom: -16px;
        margin-left: -16px;
    }
    #how h2 {
        padding-top: 64px;
        margin-bottom: 40px;
    }
    #how .how__main-title{
        padding-top: 64px;
        margin-bottom: 40px;
    }
    .tab-item__image {
        width: 100%;
        margin-top: -16px;
    }
    .tab-item__header {
        margin-left: 0;
        margin-top: 40px;
        font-size: 24px;
        line-height: 32px;
    }
    .tab-item__text {
        margin-left: 0;
    }
    .tabs {
        padding: 0;
    }
    .tab__number {
        width: 43px;
        height: 43px;
    }
    .tab__number span {
        font-size: 16px;
        line-height: 48px;
        width: 48px;
        text-align: center;
    }
    .tab__number::after {
        width: 48px;
        height: 48px;
        top: -2px;
        left: -2px;
    }
    .tabs__line {
        left: 150px;
        bottom: -270px;
    }
    .tabs-content {
        margin-bottom: 36px;
    }
    .tab {
        margin-bottom: 0;
    }
    .tabs-wrapper {
        padding-bottom: 0;
        border: none;
        margin-bottom: 64px;
    }
    .benefits__img {
        display: none;
    }
    .benefits__right {
        margin-left: 0;
    }
    #benefits h2 {
        margin-top: 64px;
        margin-bottom: 24px;
    }
    #benefits .benefits__right-main-title{
        margin-top: 64px;
        margin-bottom: 24px;
    }
    .benefits__btn {
        margin-bottom: 64px;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
    .text__subheader {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    #text h3 {
        font-weight: 700;
        margin-top: 5px;
    }
    #quos2 .quos__wrapper {
        margin-top: 45px;
    }
    #quos2 h2 {
        padding-right: 0;
        font-family: "Proxima Nova", sans-serif;
        font-size: 30px;
        line-height: 36px;
        font-weight: 700;
        margin-top: 16px;
    }
    .quos2__btn {
        width: 100%;
    }
    #quos2 .quos__right img {
        margin-bottom: 0;
    }
    footer {
        padding-top: 64px;
    }
    .footer__info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .footer__info_links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__info_link {
        margin: 0;
        margin-bottom: 16px;
    }
    .footer__logo {
        margin-bottom: 36px;
    }
    .footer__company {
        margin-top: 16px;
    }
    .footer__lists {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__list_item {
        font-size: 16px;
        line-height: 24px;
    }
    .footer__company_header {
        margin-bottom: 16px;
        font-weight: 400;
        margin-top: 0;
    }
    .footer__info_payment {
        margin-top: 20px;
    }
    .footer__copyright {
        margin-top: 64px;
        padding: 16px 0;
        font-size: 16px;
        font-weight: 400;
    }
    #quos2 .quos__left img {
        width: 131px;
        height: 36px;
        right: 3px;
        top: 35px;
    }
    .mobile__menu {
        width: 320px;
    }
    .mobile__menu .header__menu_item {
        font-size: 30px;
        line-height: 40px;
    }
    .mobile__menu {
        padding: 100px 40px;
    }
    .top-writers__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .top-writers__item_numbers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .top-writers__item_avatar {
        width: 64px;
        height: 64px;
    }
    .top-writers__item_avatar img {
        width: 64px;
        height: 64px;
    }
    .top-writers__avatar_status {
        width: 10px;
        height: 10px;
        bottom: 5px;
        right: 5px;
    }
    .top-writers__item_avatar {
        margin-bottom: 0;
        margin-right: 8px;
    }
    .top-writers__item {
        padding: 24px 16px;
    }
    .top-writers__item_award {
        bottom: auto;
        left: auto;
        top: -12px;
        right: 8px;
    }
    .top-writers__item_numbers {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .top-writers__item_btn {
        width: 100%;
        height: 48px;
    }
    .top-writers__item_btns {
        width: 100%;
    }
    .top-writers__item_profile {
        margin-top: 24px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #top-writers h2 {
        margin-top: 64px;
        margin-bottom: 24px;
        padding-bottom: 16px;
    }
    header.non-main {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .writer__item_btn-mobile {
        display: none;
    }
    .writer__item {
        padding: 24px 16px;
        -webkit-box-shadow: 0 4px 16px rgba(11, 23, 66, 0.1);
        box-shadow: 0 4px 16px rgba(11, 23, 66, 0.1);
        background: #fff;
        position: relative;
        min-width: 100%;
    }
    .writer__item .top-writers__item_award {
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
    }
    .writer__item_up {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .writer__item_name {
        font-size: 20px;
        line-height: 32px;
        color: #212529;
        font-weight: 600;
        margin-bottom: 6px;
    }
    .writer__item_rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .writer__item_rating img {
        margin-right: 4px;
    }
    .writer__item_avatar {
        height: 80px;
        width: 80px;
        position: relative;
        margin-right: 24px;
    }
    .writer__item_list {
        padding: 16px 0;
        border-top: 1px solid #f4f2f0;
        border-bottom: 1px solid #f4f2f0;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .writer__item_list ul {
        margin: 0;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .writer__item_list li {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 8px;
    }
    .writer__item_list li span {
        font-weight: 600;
        color: #212529;
    }
    .writer__item_list ul li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 8px;
    }
    .writer__item_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .writer__header {
        margin-top: 62px;
        padding-bottom: 16px;
        margin-bottom: 24px;
        border-bottom: 1px solid #f4f2f0;
    }
    .writer__feedback_up {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .writer__feedback_user {
        margin-top: 17px;
    }
    .writer__feedback {
        padding: 24px 16px;
        margin-bottom: 24px;
    }
    .feedback__form {
        min-width: 100%;
    }
    #about h2,
    #pol h2,
    #reviews h2 {
        margin-top: 62px;
        padding-bottom: 16px;
        margin-bottom: 24px;
    }
    .writer__feedback_text {
        margin-bottom: 16px;
    }
    .writer__feedback_more.button-medium.outline {
        margin-top: 24px;
        margin-bottom: 64px;
    }
    .feedback__form_stars {
        margin-left: 0;
    }
    .feedback__form_rate {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .main-404__img {
        margin-top: 120px;
        margin-bottom: 64px;
    }
    .main-404__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 128px;
    }
    .main-404__btn.outline {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .main-404__btn {
        width: 100%;
    }
    #pol ol {
        padding-left: 24px;
    }
    .pol__wrapper {
        margin-bottom: 24px;
    }
    .about__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 46px;
    }
    .about__text {
        margin: 0;
        padding: 0;
    }
    .about__right {
        margin-left: 0;
    }
    .about__right img {
        margin-top: 42px;
        width: 202px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .about__wrapper2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .about__left img {
        width: 100%;
    }
    #help h2 {
        text-align: left;
        margin-bottom: 49px;
    }
    .help__item {
        width: 100%;
        margin: 0;
        margin-bottom: 49px;
    }
    .who__item {
        width: 100%;
        border: none;
        min-height: auto;
        padding: 24px 16px;
    }
    .who__item:first-child {
        border: 1px solid #dbdbdb;
    }
    .who__item_header {
        font-size: 20px;
        line-height: 32px;
    }
    .who__item_header br {
        display: none;
    }
    .who__item_text {
        padding-left: 0;
    }
    .who__wrapper {
        margin-bottom: 70px;
    }
    #calc-non-main .main-section__calc {
        min-width: 100%;
    }
    .main-section__calc_header {
        display: none;
    }
    .contacts__item {
        width: 100%;
        border: none;
        border-bottom: 1px solid #dbdbdb;
        padding: 16px;
        min-height: auto;
    }
    .contacts__item:last-child {
        border-bottom: none;
    }
    .contacts__wrapper {
        border: 1px solid #dbdbdb;
        margin-bottom: 62px;
    }
    .contacts__item_header {
        font-size: 24px;
        line-height: 32px;
    }
    .contacts__item img {
        margin-top: 5px;
    }
    #contacts h2 {
        padding-bottom: 0;
        margin-top: 60px;
        margin-bottom: 24px;
    }
    #calc-non-main h2 {
        padding-right: 0;
        font-family: "Proxima Nova", sans-serif;
        font-size: 30px;
        line-height: 36px;
        font-weight: 700;
    }
    .calc-non-main__left {
        margin: 0;
        margin-bottom: 24px;
    }
    #calc-non-main {
        padding: 36px 0;
    }
    .calc-non-main__text {
        padding-right: 0;
    }
    .how-main__wrapper {
        margin-bottom: 34px;
    }
    .how-main__wrapper:nth-child(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .how-main__wrapper:nth-child(3) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .how-main__wrapper:nth-child(4) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .how-main__wrapper:nth-child(5) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 64px;
    }
    .how-main__left img,
    .how-main__right img {
        width: 100%;
    }
    #how-main h2 {
        margin-top: 62px;
        margin-bottom: 63px;
    }
    .how-main__arrow {
        display: none;
    }
    .how-main__right {
        margin-left: 0;
    }
    .how-main__text {
        margin-bottom: 15px;
    }
    .testimonials__slider .slick-track {
        margin-left: 0;
    }
    #quos2.quos-writer h2 {
        margin-top: 16px;
        font-weight: 600;
    }
    #quos2.quos-writer h2 img {
        width: 131px;
        height: 36px;
        top: 35px;
        right: 80px;
    }
    #quos2.quos-writer .quos__right img {
        margin-top: 24px;
        margin-bottom: -10px;
    }
    .writer__feedback_job {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .writer__feedback_date {
        margin-bottom: 8px;
    }
    .main-section__subheader,
    h1 {
        margin-left: 0;
    }
    .mobile__menu_btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 50px;
    }
    .mobile__menu_btns .header__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .mobile__menu_btns .header__btn.outline {
        color: #212529;
        border: 1px solid #212529;
        margin-right: 15px;
    }
    .mobile__menu_btns .header__btn.outline:hover {
        color: #fff;
        border: 1px solid #25c16f;
    }
    .main-section__wrap {
        width: 100%;
    }
    .pol__left img {
        width: 100%;
    }
}
@media screen and (max-height: 400px) {
    .phone-device .mobile__menu {
        padding-top: 50px;
    }
    .phone-device .mobile__menu_btns {
        margin-top: 25px;
    }
    .phone-device .close-menu {
        top: 35px;
        right: 25px;
    }
}
@media screen and (max-height: 330px) {
    .phone-device .mobile__menu {
        padding-top: 40px;
    }
    .phone-device .mobile__menu_btns {
        margin-top: 15px;
    }
}
@media screen and (max-height: 315px) {
    .phone-device .mobile__menu {
        padding-top: 25px;
    }
    .phone-device .header__menu_item {
        margin-bottom: 5px;
    }
}
.password-field {
    position: relative;
    display: block;
}
a.password-control {
    position: absolute;
    top: 10px;
    right: 12px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/view.svg) 0 0 no-repeat;
    cursor: pointer;
}

.balance-link {
    display: flex;
    align-items: center;
}

.balance-link span {
    background-color: #25c16f;
    border-radius: 3px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 700;
    width: auto;
    height: 24px;
    margin: 0 0 0 10px;
}

@media (max-width: 1280px) {
    .balance-link span {
        margin: 20px 0 0 0;
    }
}

.header-mobile__account {
    display: flex;
    align-items: center;
}

.header-menu_cabinet ul li {
    margin-right: 0;
}

.header-menu_cabinet {
    position: relative;
    cursor: pointer;
}

.header-menu_cabinet:after {
    content: '';
    position: absolute;
    bottom: -26px;
    left: -30px;
    width: 100px;
    height: 26px;
}

.header-menu_cabinet ul {
    display: none;
    position: absolute;
    list-style: none;
    width: 150px;
    background: #fff;
    left: -30px;
    padding: 10px;
    border: 2px solid #25c16f;
    border-radius: 6px;
    margin-top: 23px;
    z-index: 5;
}

.header-mobile__account svg:nth-child(2) {
    transition-duration: 0.3s;
    transition-property: transform;
}

.active_sub .header-mobile__account svg:nth-child(2){
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.header-menu_cabinet:not(.js-popup-menu) ul.activated {
    display: block;
    top: 23px !important;
}

.header-mobile__account > svg {
    margin-right: 5px;
    fill: #25c16f;
}

.header__btn svg {
    margin-right: 4px;
    width: 15px;
    height: 15px;
    fill: #25c16f;
    transition: 0.3s ease;
}

.header__btn:hover svg {
    fill: #ffffff;
}

/*add funds modal*/

.modal {
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 16px rgba(78, 115, 255, .24);
    box-shadow: 0 6px 16px rgba(78, 115, 255, .24);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 560px;
    min-height: 247px;
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 12px 28px 36px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 101;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.modal.active {
    opacity: 1;
    visibility: visible
}

.modal:not(.active) label:after, .modal:not(.active) label:before {
    display: none
}

.modal-caption {
    color: #324354;
    font-size: 24px;
    font-weight: 400;
    line-height: 52px;
    margin: 0;
    text-transform: uppercase
}

.modal-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.modal-label {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    margin: 0
}

.modal-column:first-child {
    width: 300px;
    margin-right: 32px
}

@media (max-width: 767px) {
    .modal-column:first-child {
        width: 100%;
    }
}

.input-place {
    margin-bottom: 26px;
    position: relative
}

.input-place:before {
    content: '$';
    color: #324354;
    position: absolute;
    font-size: 16px;
    left: 17px;
    top: 6px;
}

.input-money {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 300px;
    height: 40px;
    padding-left: 28px
}

.input-money:focus::-webkit-input-placeholder {
    color: transparent
}

.input-money:focus::-moz-placeholder {
    color: transparent
}

.input-money:focus:-moz-placeholder {
    color: transparent
}

.input-money:focus:-ms-input-placeholder {
    color: transparent
}

.modal-form-text {
    color: #999;
    font-size: 14px;
    margin: 0
}

.link-text {
    white-space: nowrap;
    color: #25c16f;
    text-decoration: none;
    display: inline-block;
}

.link-text:hover {
    text-decoration: underline
}

[type=radio]:checked, [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type=radio]:checked + label, [type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 21px;
    cursor: pointer;
    line-height: 15px;
    font-size: 14px;
    display: block;
    color: #324354;
    margin-bottom: 7px
}
.feedback__form_stars [type=radio]:checked + label, .feedback__form_stars [type=radio]:not(:checked) + label{
    padding-left: 0;
}

[type=radio]:checked + label:before, [type=radio]:not(:checked) + label:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 10px;
    height: 10px;
    border: 1px solid #999;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #fff
}
.feedback__form_stars [type=radio]:checked + label:before, .feedback__form_stars [type=radio]:not(:checked) + label:before{
    top: 0;
    width: 0;
    height: 0;
    border: none;
    content: url(../images/dest/star-gray.svg);
}

[type=radio]:checked + label:after, [type=radio]:not(:checked) + label:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    width: 10px;
    height: 10px;
    background: #25c16f;
    position: absolute;
    top: 3px;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

[type=radio]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

[type=radio]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.modal-btn {
    background-color: #25c16f;
    border: 1px solid #25c16f !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    outline: 0;
    width: 136px;
    height: 40px;
    -webkit-transition: background .3s;
    transition: background .3s;
    margin-top: 26px;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1.05882px;
    color: #FFFFFF;
    cursor: pointer;
}

.modal-btn:hover {
    background-color: #fff;
    color: #25c16f
}

.close-modal {
    cursor: pointer;
    background-color: transparent !important;
    background-image: url(../../images/icon_close.svg);
    background-repeat: no-repeat;
    background-size: cover;
    outline: 0;
    border: none;
    padding: 0;
    width: 13px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 16px
}

.cabinet-finished .cabinet-finished__inner {
    box-shadow: 0 6px 16px rgba(78, 115, 255, .24);
    padding: 35px;
}
.cabinet-form__item.has-error input{
    border-color: #ff2c2c;
}
.cabinet-form__item .help-block-error, .writer-works__form .help-block-error {
    display: none;
    margin: 0;
    color: #ff2c2c;
    max-width: 300px;
    position: absolute;
    left: 21px;
    bottom: -16px;
    font-size: 12px;
    line-height: 14px;
}
.cabinet-form__item.has-error .help-block-error, .writer-works__form.has-error .help-block-error {
    display: block;
}

element.style {
}
.cabinet-form__item.has-error .help-block-error, .writer-works__form.has-error .help-block-error {
    display: block;
}
.writer-works__form .help-block-error, .cabinet-form__item .help-block-error {
    bottom: -16px;
}

.overlay-modal {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    z-index: 101
}

.overlay-modal.active {
    opacity: 1;
    visibility: visible
}

.order-modal {
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 6px 16px rgba(78, 115, 255, .24);
    box-shadow: 0 6px 16px rgba(78, 115, 255, .24);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 717px;
    height: 404px;
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
}

.order-modal__content {
    width: 480px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 53px 25px 0 37px
}

.order-modal__title {
    color: #616161;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    text-align: center;
}

.order-modal__text p {
    color: #616161;
    margin-bottom: 10px
}


.order-modal.active {
    opacity: 1;
    visibility: visible
}

body.ReactModal__Body--open{
    position: fixed;
    width: 100%;
    height: 100%;
}

/* end add funds modal*/

.breadcrumbs {
    font-family: Recoleta, serif;
    font-size: 16px;
    margin: 30px 0 0 0;
}
.terms-addr:after{
    content: 'Writance.com is owned and operated by DDW Corp Limited, Kastellorizou, 3A, Aglantzia, Nicosia, 2108, Cyprus';
}
.no-overflow-nav{
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}
.remember-me input:checked ~ .checkmark::after{
    left: 1px!important;
}
header.ch-fonts ul li a.header__menu_item, header ul li a.header__menu_item div{
    font-family: "Proxima Nova", sans-serif;
    line-height: 28px;
    font-size: 18px;
    font-weight: 600;
}
header.ch-fonts .header__btn.outline, header .header__btn.button-small{
    font-family: "Proxima Nova", sans-serif;
}
.footer__copyright.ch-fonts{
    font-family: "Proxima Nova", sans-serif;
    font-weight: 600;
}
.footer__copyright.ch-fonts .footer__copyright-text{
    font-family: "Proxima Nova", sans-serif;
    font-weight: 600;
    color: #b2b7bc;
}
.modal.add-funds-modal *{
    font-family: "Proxima Nova", sans-serif!important;
}
.in-cabs .modal.add-funds-modal p.modal-label{
    color: #999!important;
}
.in-cabs .modal.add-funds-modal label{
    font-weight: 600;
}
.in-cabs .modal.add-funds-modal p.modal-form-text{
    font-weight: 600;
    line-height: 28px;
    color: #999!important;
}
.in-cabs .modal.add-funds-modal .input-place::before{
    line-height: 28px;
}
.modal.add-funds-modal .input-place::before{
    font-weight: 400;
}
.modal.add-funds-modal .input-place .input-money{
    font-weight: 400;
    color: #78888E;
    font-size: 16px;
}
@media (max-width: 767px) {
    .modal.add-funds-modal .input-place .input-money {
        width: 100%;
    }
}
.modal.add-funds-modal .input-place .input-money::-webkit-input-placeholder{
    color: #78888E!important;
}
.modal.add-funds-modal .input-place .input-money::-moz-placeholder{
    color: #78888E!important;
    opacity: 1;
}
.modal.add-funds-modal .input-place .input-money:-ms-input-placeholder{
    color: #78888E!important;
}
.modal.add-funds-modal .input-place .input-money::-ms-input-placeholder{
    color: #78888E!important;
}
.modal.add-funds-modal .input-place .input-money::placeholder{
    color: #78888E!important;
}
.modal.add-funds-modal .close-modal{
    width: 17px;
    height: 14px;
    background-size: cover !important;
}

/* Back to order popup*/
@-webkit-keyframes gradient {
    0% {
        left: 0
    }
    100% {
        left: 110%
    }
}

@keyframes gradient {
    0% {
        left: 0
    }
    100% {
        left: 110%
    }
}

.back-to-order-popup{
    position: fixed;
    right: 49%;
    top: 78px;
    margin-right: -600px;
    background:#fff;
    padding:11px 40px 11px 20px;
    border-left: 3px solid #FFCC00;
    border-radius: 5px;
    margin-top: 7px;
    opacity: 0;
    transition:visibility 0s linear 0.5s,opacity 0.5s linear;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.back-to-order-popup:before{
    content:" ";
    position: absolute;
    width: 50px;
    padding: 10px;
    height: 120%;
    top: -10%;
    left: 0;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.5)), color-stop(50%, rgba(255,255,255,0.7)), color-stop(75%, rgba(255,255,255,0.5)), to(rgba(255,255,255,0)));
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,0) 100%);
    -webkit-animation: gradient 4s infinite;
    animation: gradient 4s infinite;
}
.back-to-order-popup-message{
    font-family: 'Lato';
    font-size: 20px;
    line-height: 30px;
    color:#616161;
    float: left;
    margin-right: 20px;
}
.back-to-order-popup-message div{
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    color:#999999;
    margin-top: 4px;
}
.back-to-order-popup-message span{
    text-shadow: 0 0;
    color:#25c16f;
}
.back-to-order-popup-link{
    border-radius: 3px;
    background: #25c16f;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    float:left;
    padding:8px 17px;
    margin-top: 7px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.back-to-order-popup-link:hover{
    background: #20a860;
}
.back-to-order-popup-close{
    cursor: pointer;
    margin:0;
    padding:0;
    background:url('../images/icon_close.svg') no-repeat 0 0 transparent;
    width: 15px;
    height: 13px;
    border-style: none;
    position: absolute;
    right:13px;
    top:50%;
    margin-top: -7px;
    outline:none;
    background-size: cover;
    opacity: 0.7;
}
@media (max-width: 1189px){
    header.user-is-auth .wrap div ul.header-menu{
        padding-left: 0;
    }
    .back-to-order-popup{
        right:0;
    }
}
@media (max-width: 1100px){
    .back-to-order-popup {
        right: 20px;
        margin-right: initial;
    }
}
@media (max-width: 609px){
    .back-to-order-popup-message{
        float:none;
        margin-right: 0;
    }
    .back-to-order-popup-close{
        top:15px;
        margin-top: 0;
    }
    .back-to-order-popup-link{
        margin-top: 12px;
    }
}
@media (max-width: 359px){
    .back-to-order-popup {
        right: 15px;
        max-width: 196px;
    }
}
/* Back to order popup*/

.order-modal.mail .order-modal__btn{
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0 35px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: none;
    background: -o-linear-gradient(278.08deg, #00DFBF 0%, #00C8AB 100%);
    background: linear-gradient(
            171.92deg
            , #00DFBF 0%, #00C8AB 100%);
    color: #fff;
    font-weight: 600;
}

.order-modal.mail .order-modal__btn:hover{
    -webkit-box-shadow: 0 3px 9px 0 rgb(77 77 77 / 20%);
    box-shadow: 0 3px 9px 0 rgb(77 77 77 / 20%);
    -webkit-transition: background .3s, -webkit-box-shadow .3s;
    transition: background .3s, -webkit-box-shadow .3s;
    transition: background .3s, box-shadow .3s;
    transition: background .3s, box-shadow .3s, -webkit-box-shadow .3s;
    background: #fff;
    color: #00DFBF;
    border: 2px solid #00DFBF;
}

.order-modal-mail__email {
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
}

/*request writer*/

.order-modal.request-writer {
    width: 467px;
    height: auto;
    background-image: none
}

.order-modal.request-writer .order-modal__content {
    width: 100%;
    padding: 53px 40px 50px
}

.order-modal.request-writer .order-modal__content p {
    font-family: latoregular
}

.order-modal.request-writer .place_order {
    width: 150px;
    height: 40px;
    border-radius: 3px;
    background-color: #41be2d;
    color: #fff;
    text-decoration: none;

    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: none;
    margin-top: 20px;
    -webkit-transition: all .3s, -webkit-box-shadow .3s;
    transition: all .3s, -webkit-box-shadow .3s;
    transition: all .3s, box-shadow .3s;
    transition: all .3s, box-shadow .3s, -webkit-box-shadow .3s;
}
.order-modal.request-writer .place_order:hover{
    background-color: #3fce28;
    -webkit-box-shadow: 0 3px 9px 0 rgba(77, 77, 77, .2);
    box-shadow: 0 3px 9px 0 rgba(77, 77, 77, .2);
}
.order-modal.confirm_writer {
    width: 400px;
    height: auto;
    background-image: none
}

.order-modal.confirm_writer .order-modal__content {
    width: 100%;
    padding: 53px 40px 44px
}

.order-modal.confirm_writer .order-modal__content p {
    font-family: latoregular
}

.order-modal.confirm_writer .bidding-item__head {
    border: none;
    padding-bottom: 0
}

.order-modal.confirm_writer .button_confirm {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background-color: #41be2d;
    color: #fff;

    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: none;
    margin-top: 15px
}

.order-modal.confirm_writer .button_confirm img {
    margin-right: 8px
}

.order-modal.decline {
    width: 400px;
    height: auto;
    background-image: none
}

.order-modal.decline .order-modal__content {
    width: 100%;
    padding: 53px 40px 44px
}

.order-modal.decline .order-modal__content p {
    font-family: latoregular
}

.order-modal.decline .bidding-item__head {
    border: none;
    padding-bottom: 0
}

.order-modal.decline .button_confirm {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background-color: #ff5056;
    color: #fff;

    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: none;
    margin-top: 15px
}

.order-modal.decline .button_confirm img {
    margin-right: 8px
}

.order-modal.decline .button_confirm:hover {
    background: #ff2c2c
}

/*request writer end*/

/****  Notification  ****/
.notification {
    width: 369px;
    height: auto;
    -webkit-box-shadow: 0 10px 16px rgba(78, 115, 255, 0.24);
    box-shadow: 0 10px 16px rgba(78, 115, 255, 0.24);
    background-color: transparent;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px 45px;
    margin-bottom: 25px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.notification p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    width: calc(100% - 68px);
    margin: 0;
}

.notification img {
    width: 48px;
    height: 48px;
    margin-right: 20px;
}

.notification-block {
    position: fixed;
    top: 8px;
    right: calc((100% - 1095px) / 2);
    z-index: 999;
}

.notification.active {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.notification.green {
    background-color: #25c16f;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.notification.red {
    background-color: rgba(255, 80, 86, 0.9);
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.notification.orange {
    background-color: rgba(255, 142, 97, 0.9);
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}



@media (max-width: 1100px) {
    .notification-block {
        right: 20px;
    }
}

@media (max-width: 767px) {
    .notification {
        width: 100%;
        height: auto;
        min-height: 80px;
        padding: 0 20px;
    }

    .notification-block {
        right: 20px;
        left: 20px;
    }

    .notification p {
        font-size: 16px;
        margin: 0;
        padding: 10px 0;
    }

    .notification img {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .notification {
        width: 369px;
    }

    .notification-block {
        left: auto;
    }
}

/*notification end*/
.cookie-policy {
    height: auto;
    border-radius: 3px;
    border: 1px solid #0F1B36;
    background-color: #fff;
    opacity: .9;
    position: fixed;
    bottom: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 30px;
    z-index: 99;
    width: 570px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.cookie-policy p {
    color: #555;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
}

.cookie-policy p a {
    color: #0F1B36;
    font-size: 16px;
    line-height: 23px;
    text-decoration: underline
}

.cookie-policy p a:hover {
    text-decoration: none
}

.cookie-policy .cookie__close {
    position: absolute;
    right: 12px;
    top: 12px;
    height: 20px;
}

.cookie-policy .cookie__close:hover {
    cursor: pointer
}
.content.scroll {
    height: 250px;
    overflow-y: scroll;
}
.content.scroll::-webkit-scrollbar-track {
    background-color: #f7f9ff; /*Цвет скролла*/
}
.content.scroll::-webkit-scrollbar-thumb {
    border-radius: 5px; /*Закругление ползунка*/
    background-color: #eef0f8; /*Цвет ползунка*/
}
.content.scroll::-webkit-scrollbar {
    width: 6px; /*Толщина скролла*/
}
.faq-section {
    margin-top: 150px;
}
.faq-area {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto; }
.faq-area .faq-side{
    flex: 0 0 48%;
}
.faq-area dt {
    padding: 24px 55px 24px 22px;
    font-size: 20px;
    line-height: 28px;
    color: #0F1B36;
    font-family: "Gilroy_semibold";
    cursor: pointer;
    position: relative;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #D1D5DA;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 0 0 15px; }
.faq-area dt:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    right: 24px;
    background: url(../images/arrow_down.svg) no-repeat; }
.faq-area dt.ui-accordion-header-active {
    border-color: transparent;
    background: #F5F8FF;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0; }
.faq-area dt.ui-accordion-header-active:after {
    transform: rotate(180deg); }
.faq-area dd {
    font-size: 16px;
    line-height: 24px;
    background: #F5F8FF;
    border-radius: 0 0 8px 8px;
    border-top: none;
    padding: 0 55px 26px 22px;
    margin: 0 0 15px;
    position: relative; }

@media (max-width: 767px) {

    .faq-area {
        display: block;
    }
}
.banner {
    background: #0D583B;
}
.banner .page-container{
    padding: 75px 0;
}
.service-page .breadcrumbs {
    margin: 20px 0 40px 0;
}
.content-banner {
    display: flex;
    justify-content: space-between;
}
.content-banner h1.pol {
    color: #fff!important;
    border-bottom: none!important;
    margin-bottom: 10px!important;
}
.content-banner img {
    height: 445px;
}
.content-banner .quos__btn {
    background: #25C16F;
    border-radius: 4px;
    color: #fff;
    border: 1px solid transparent;
}

@media screen and (max-width: 1281px) {
    .content-banner img {
        display: none;
    }
    .content-banner h1.pol {
        margin-left: 0!important;
        margin-top: 0!important;
    }


}
@media screen and (max-width: 768px) {
    .content-banner h1.pol {
        text-align: center!important;
    }
    .content-banner .quos__btn {
        width: 176px;
        margin-left: auto;
        margin-right: auto;
        height: 50px;
    }
}
