@charset "UTF-8";
/* Scss Document */
.f2 {
    font-family: "Winter Sans";
}

.btn-black {
    background-color: #16171D;
}

:root {
    --px: 32px;
    --px24: 24px;
    --px48: 48px;
    --font12: 12px;
    --font13: 13px;
    --font14: 14px;
    --font15: 15px;
    --font16: 16px;
    --font17: 17px;
    --font18: 18px;
    --font20: 20px;
    --font24: 24px;
    --font32: 32px;
    --font36: 36px;
    --font40: 40px;
    --font56: 56px;
    --font64: 64px;
}

.fz12 {
    font-size: var(--font12);
}

.fz13 {
    font-size: var(--font13);
}

.fz14 {
    font-size: var(--font14);
}

.fz15 {
    font-size: var(--font15);
}

.fz16 {
    font-size: var(--font16);
}

.fz17 {
    font-size: var(--font17);
}

.fz18 {
    font-size: var(--font18);
}

.fz24 {
    font-size: var(--font24);
}

.fz20 {
    font-size: var(--font20);
}

.fz32 {
    font-size: var(--font32);
}

.fz36 {
    font-size: var(--font36);
}

.fz40 {
    font-size: var(--font40);
}

.fz56 {
    font-size: var(--font56);
}

.fz64 {
    font-size: var(--font64);
}

.center {
    text-align: center;
}

.fw300 {
    font-weight: 300;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.fw800 {
    font-weight: 800;
}

.lh {
    line-height: 1 !important;
}

.lh110 {
    line-height: 110% !important;
}

.lh120 {
    line-height: 120% !important;
}

.lh125 {
    line-height: 125% !important;
}

.lh130 {
    line-height: 130% !important;
}

.lh135 {
    line-height: 135% !important;
}

.lh140 {
    line-height: 140% !important;
}

.lh145 {
    line-height: 145% !important;
}

.lh150 {
    line-height: 150% !important;
}

.lh160 {
    line-height: 160% !important;
}

.lh170 {
    line-height: 170% !important;
}

.lh180 {
    line-height: 180% !important;
}

.lh190 {
    line-height: 190% !important;
}

.lh200 {
    line-height: 200% !important;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.flx {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dif {
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.fxs {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.fxg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.fxww {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ais {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.aie {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jcfs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jcfe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grid2 {
    margin-right: calc(var(--px) * -1);
}

.col-grid2 {
    margin-right: var(--px);
    width: calc(50% - var(--px));
}

.grid3 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: calc(var(--px) * -1);
}

.col-grid3 {
    margin-bottom: var(--px);
    margin-right: var(--px);
    width: calc(33.33333% - var(--px));
}

.grid4 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: calc(var(--px) * -1);
}

.col-grid4 {
    margin-bottom: var(--px);
    margin-right: var(--px);
    width: calc(25% - var(--px));
}

.b0 {
    margin-bottom: 0;
}

.b2 {
    margin-bottom: 2px;
}

.b3 {
    margin-bottom: 3px;
}

.b4 {
    margin-bottom: 4px;
}

.b5 {
    margin-bottom: 5px;
}

.b6 {
    margin-bottom: 6px;
}

.b7 {
    margin-bottom: 7px;
}

.b8 {
    margin-bottom: 8px;
}

.b9 {
    margin-bottom: 9px;
}

.b10 {
    margin-bottom: 10px;
}

.b11 {
    margin-bottom: 11px;
}

.b12 {
    margin-bottom: 12px;
}

.b13 {
    margin-bottom: 13px;
}

.b14 {
    margin-bottom: 14px;
}

.b15 {
    margin-bottom: 15px;
}

.b20 {
    margin-bottom: 20px;
}

.b25 {
    margin-bottom: 25px;
}

.b30 {
    margin-bottom: 30px;
}

.b35 {
    margin-bottom: 35px;
}

.b40 {
    margin-bottom: 40px;
}

.b45 {
    margin-bottom: 45px;
}

.b50 {
    margin-bottom: 50px;
}

.b55 {
    margin-bottom: 55px;
}

.b60 {
    margin-bottom: 60px;
}

.b65 {
    margin-bottom: 65px;
}

.b70 {
    margin-bottom: 70px;
}

.b75 {
    margin-bottom: 75px;
}

.b80 {
    margin-bottom: 80px;
}

.b85 {
    margin-bottom: 85px;
}

.b90 {
    margin-bottom: 90px;
}

.b95 {
    margin-bottom: 95px;
}

.b100 {
    margin-bottom: 100px;
}

.t0 {
    margin-top: 0;
}

.t5 {
    margin-top: 5px;
}

.t6 {
    margin-top: 6px;
}

.t7 {
    margin-top: 7px;
}

.t8 {
    margin-top: 8px;
}

.t9 {
    margin-top: 9px;
}

.t10 {
    margin-top: 10px;
}

.t15 {
    margin-top: 15px;
}

.t20 {
    margin-top: 20px;
}

.t25 {
    margin-top: 25px;
}

.t30 {
    margin-top: 30px;
}

.t35 {
    margin-top: 35px;
}

.t40 {
    margin-top: 40px;
}

.t45 {
    margin-top: 45px;
}

.t50 {
    margin-top: 50px;
}

.t55 {
    margin-top: 55px;
}

.t60 {
    margin-top: 60px;
}

.t65 {
    margin-top: 65px;
}

.t70 {
    margin-top: 70px;
}

.t75 {
    margin-top: 75px;
}

.t80 {
    margin-top: 80px;
}

.t85 {
    margin-top: 85px;
}

.t90 {
    margin-top: 90px;
}

.t95 {
    margin-top: 95px;
}

.t100 {
    margin-top: 100px;
}

.l0 {
    margin-left: 0;
}

.l5 {
    margin-left: 5px;
}

.l6 {
    margin-left: 6px;
}

.l7 {
    margin-left: 7px;
}

.l8 {
    margin-left: 8px;
}

.l9 {
    margin-left: 9px;
}

.l10 {
    margin-left: 10px;
}

.l15 {
    margin-left: 15px;
}

.l20 {
    margin-left: 20px;
}

.l25 {
    margin-left: 25px;
}

.l30 {
    margin-left: 30px;
}

.l35 {
    margin-left: 35px;
}

.l40 {
    margin-left: 40px;
}

.l45 {
    margin-left: 45px;
}

.l50 {
    margin-left: 50px;
}

.l60 {
    margin-left: 60px;
}

.l65 {
    margin-left: 65px;
}

.l70 {
    margin-left: 70px;
}

.l75 {
    margin-left: 75px;
}

.l80 {
    margin-left: 80px;
}

.l85 {
    margin-left: 85px;
}

.l90 {
    margin-left: 90px;
}

.l95 {
    margin-left: 95px;
}

.l100 {
    margin-left: 100px;
}

.r0 {
    margin-right: 0;
}

.r5 {
    margin-right: 5px;
}

.r6 {
    margin-right: 6px;
}

.r7 {
    margin-right: 7px;
}

.r8 {
    margin-right: 8px;
}

.r9 {
    margin-right: 9px;
}

.r10 {
    margin-right: 10px;
}

.r15 {
    margin-right: 15px;
}

.r20 {
    margin-right: 20px;
}

.r25 {
    margin-right: 25px;
}

.r30 {
    margin-right: 30px;
}

.r35 {
    margin-right: 35px;
}

.r40 {
    margin-right: 40px;
}

.r45 {
    margin-right: 45px;
}

.r50 {
    margin-right: 50px;
}

.r60 {
    margin-right: 60px;
}

.r65 {
    margin-right: 65px;
}

.r70 {
    margin-right: 70px;
}

.r75 {
    margin-right: 75px;
}

.r80 {
    margin-right: 80px;
}

.r85 {
    margin-right: 85px;
}

.r90 {
    margin-right: 90px;
}

.r95 {
    margin-right: 95px;
}

.r100 {
    margin-right: 100px;
}

.block_5s5 {
    color: #fff;
}

.pur {
    color: #5850ec;
}

.pur-2 {
    color: #53448e;
}

.btn-pur {
    background: #53448e;
    border-radius: 46px;
    display: inline-block;
}

.yellow {
    color: #f4d55f;
}

.btn_yellow {
    background: #f4d55f;
}

.rounded-46 {
    border-radius: 46px;
}

.featured_btn {
    cursor: pointer;
}

.white {
    color: #fff;
}

.text-blue {
    color: #384DF5;
}

.black {
    color: #16171D;
}

.black-2 {
    color: #2b2a29;
}

.box-white {
    background-color: #fff;
}

.oh {
    overflow: hidden;
}

.posr {
    position: relative;
}

.op-0 {
    opacity: 0;
}

.op-5 {
    opacity: 0.05;
}

.op-10 {
    opacity: 0.1;
}

.op-20 {
    opacity: 0.2;
}

.op-25 {
    opacity: 0.25;
}

.op-30 {
    opacity: 0.3;
}

.op-40 {
    opacity: 0.4;
}

.op-50 {
    opacity: 0.5;
}

.op-60 {
    opacity: 0.6;
}

.op-70 {
    opacity: 0.7;
}

.op-75 {
    opacity: 0.75;
}

.op-80 {
    opacity: 0.8;
}

.op-90 {
    opacity: 0.9;
}

.op-95 {
    opacity: 0.95;
}

.op-100 {
    opacity: 1;
}

.b0 {
    margin-bottom: 0px;
}

.b2 {
    margin-bottom: 2px;
}

.b3 {
    margin-bottom: 3px;
}

.b4 {
    margin-bottom: 4px;
}

.b5 {
    margin-bottom: 5px;
}

.b6 {
    margin-bottom: 6px;
}

.b7 {
    margin-bottom: 7px;
}

.b8 {
    margin-bottom: 8px;
}

.b9 {
    margin-bottom: 9px;
}

.b10 {
    margin-bottom: 10px;
}

.b11 {
    margin-bottom: 11px;
}

.b12 {
    margin-bottom: 12px;
}

.b13 {
    margin-bottom: 13px;
}

.b14 {
    margin-bottom: 14px;
}

.b15 {
    margin-bottom: 15px;
}

.b20 {
    margin-bottom: 20px;
}

.b25 {
    margin-bottom: 25px;
}

.b30 {
    margin-bottom: 30px;
}

.b35 {
    margin-bottom: 35px;
}

.b40 {
    margin-bottom: 40px;
}

.b45 {
    margin-bottom: 45px;
}

.b50 {
    margin-bottom: 50px;
}

.b60 {
    margin-bottom: 60px;
}

.b65 {
    margin-bottom: 65px;
}

.b70 {
    margin-bottom: 70px;
}

.b75 {
    margin-bottom: 75px;
}

.b80 {
    margin-bottom: 80px;
}

.b85 {
    margin-bottom: 85px;
}

.b90 {
    margin-bottom: 90px;
}

.b95 {
    margin-bottom: 95px;
}

.b100 {
    margin-bottom: 100px;
}

.t0 {
    margin-top: 0px;
}

.t5 {
    margin-top: 5px;
}

.t6 {
    margin-top: 6px;
}

.t7 {
    margin-top: 7px;
}

.t8 {
    margin-top: 8px;
}

.t9 {
    margin-top: 9px;
}

.t10 {
    margin-top: 10px;
}

.t15 {
    margin-top: 15px;
}

.t20 {
    margin-top: 20px;
}

.t25 {
    margin-top: 25px;
}

.t30 {
    margin-top: 30px;
}

.t35 {
    margin-top: 35px;
}

.t40 {
    margin-top: 40px;
}

.t45 {
    margin-top: 45px;
}

.t50 {
    margin-top: 50px;
}

.t55 {
    margin-top: 55px;
}

.t60 {
    margin-top: 60px;
}

.t65 {
    margin-top: 65px;
}

.t70 {
    margin-top: 70px;
}

.t75 {
    margin-top: 75px;
}

.t80 {
    margin-top: 80px;
}

.t85 {
    margin-top: 85px;
}

.t90 {
    margin-top: 90px;
}

.t95 {
    margin-top: 95px;
}

.t100 {
    margin-top: 100px;
}

.l0 {
    margin-left: 0px;
}

.l5 {
    margin-left: 5px;
}

.l6 {
    margin-left: 6px;
}

.l7 {
    margin-left: 7px;
}

.l8 {
    margin-left: 8px;
}

.l9 {
    margin-left: 9px;
}

.l10 {
    margin-left: 10px;
}

.l15 {
    margin-left: 15px;
}

.l20 {
    margin-left: 20px;
}

.l25 {
    margin-left: 25px;
}

.l30 {
    margin-left: 30px;
}

.l35 {
    margin-left: 35px;
}

.l40 {
    margin-left: 40px;
}

.l45 {
    margin-left: 45px;
}

.l50 {
    margin-left: 50px;
}

.l60 {
    margin-left: 60px;
}

.l65 {
    margin-left: 65px;
}

.l70 {
    margin-left: 70px;
}

.l75 {
    margin-left: 75px;
}

.l80 {
    margin-left: 80px;
}

.l85 {
    margin-left: 85px;
}

.l90 {
    margin-left: 90px;
}

.l95 {
    margin-left: 95px;
}

.l100 {
    margin-left: 100px;
}

.r0 {
    margin-right: 0px;
}

.r5 {
    margin-right: 5px;
}

.r6 {
    margin-right: 6px;
}

.r7 {
    margin-right: 7px;
}

.r8 {
    margin-right: 8px;
}

.r9 {
    margin-right: 9px;
}

.r10 {
    margin-right: 10px;
}

.r15 {
    margin-right: 15px;
}

.r20 {
    margin-right: 20px;
}

.r25 {
    margin-right: 25px;
}

.r30 {
    margin-right: 30px;
}

.r35 {
    margin-right: 35px;
}

.r40 {
    margin-right: 40px;
}

.r45 {
    margin-right: 45px;
}

.r50 {
    margin-right: 50px;
}

.r60 {
    margin-right: 60px;
}

.r65 {
    margin-right: 65px;
}

.r70 {
    margin-right: 70px;
}

.r75 {
    margin-right: 75px;
}

.r80 {
    margin-right: 80px;
}

.r85 {
    margin-right: 85px;
}

.r90 {
    margin-right: 90px;
}

.r95 {
    margin-right: 95px;
}

.r100 {
    margin-right: 100px;
}

/* Scss Document */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#page {
    position: relative;
}

a, img {
    outline: none;
}

* {
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #333;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    background-color: #fff;
}

.hide {
    display: none;
}

#page {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    min-height: 100vh;
    overflow: hidden;
}

.width-20 {
    width: 20px;
}

.height-20 {
    height: 20px;
}

.width-32 {
    width: 32px;
}

.height-32 {
    height: 32px;
}

.width-40 {
    width: 40px;
}

.height-40 {
    height: 40px;
}

.width-48 {
    width: 48px;
}

.height-48 {
    height: 48px;
}

.width-56 {
    width: 56px;
}

.height-56 {
    height: 56px;
}

.width-72 {
    width: 72px;
}

.height-72 {
    height: 72px;
}

.height-38 {
    height: 38px;
}

.width-480 {
    width: 480px;
}

svg {
    display: block;
}

input,
button {
    font-family: "Inter", sans-serif;
}

.page_inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.wrap {
    max-width: 1216px;
    min-width: 300px;
    margin-right: auto;
    margin-left: auto;
}

.first-screen {
    background-color: #384DF5;
}
.first-screen:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 220px;
    background-color: #384DF5;
    display: block;
}

.logo span {
    margin-right: 12px;
}
.logo a {
    font-size: 24px;
    text-decoration: none;
    line-height: 1;
}
.logo .txt {
    position: relative;
    top: 1px;
}

header {
    background: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
}

.head_search {
    background: rgba(255, 255, 255, 0.1);
}

.form_search.active .remove-input-search-header {
    visibility: visible;
    opacity: 1;
}

.remove-input-search-header {
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}
.remove-input-search-header path {
    fill: #fff;
}
.remove-input-search-header:hover path {
    fill: #757575;
}

.menu_open {
    height: 100%;
    width: 170px;
    border-right: 1px solid #4c5ff6;
    border: 1px solid transparent;
    border-radius: 100px 0 0 100px;
}
.menu_open svg {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.menu_open.show {
    border-color: rgba(255, 255, 255, 0.1);
}
.menu_open.show svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.head_catalog_menu {
    border-right: 1px solid #4c5ff6;
}

.input_search {
    color: #fff;
    padding: 0;
    -webkit-box-shadow: 0 0 0px #000 !important;
    box-shadow: 0 0 0px #000 !important;
}
.input_search::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.input_search::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.input_search:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.input_search:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.btn-exit {
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-open-search {
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-cart {
    background-color: rgb(255, 255, 255);
}

.btn-round-gray {
    width: 40px;
    height: 40px;
    background: #F7F7F7;
    border-radius: 100px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    text-decoration: none;
}
.btn-round-gray:hover {
    background-color: #384DF5;
}
.btn-round-gray:hover path {
    fill: #fff;
}

.home-top-box {
    padding: 64px 0;
}

.box-1 {
    max-width: 592px;
}

.box-2 {
    width: 504px;
}
.box-2:before {
    content: "";
    opacity: 0.6;
    border-radius: 24px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(10deg);
    transform: translate(-50%, -50%) rotate(10deg);
    display: block;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
}

.search_service {
    max-width: 380px;
    background: rgba(255, 255, 255, 0.1);
}
.search_service:hover .search_service_row {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
}
.search_service.active .search_service_row {
    border-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}
.search_service.active .search_icon path {
    fill: #384DF5;
}
.search_service.active .search_service_input {
    color: #16171D;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.search_service.active .remove-input {
    opacity: 1;
}
.search_service .input {
    background: transparent !important;
    border-color: transparent !important;
    color: #fff;
    padding: 0;
    -webkit-box-shadow: 0 0 0px #000 !important;
    box-shadow: 0 0 0px #000 !important;
}
.search_service .input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.search_service .input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.search_service .input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.search_service .input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.search_service .remove-input {
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
.search_service .remove-input:hover path {
    fill: #757575;
}

.search_service_row {
    border: 1px solid rgba(255, 255, 255, 0);
    height: 48px;
}

.sep {
    background-color: #E2E2E2;
    width: 6px;
    height: 6px;
    border-radius: 100%;
}

.link-go {
    background-color: #EAECFE;
}

.item-nav {
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}
.item-nav:before {
    content: "";
    background-color: rgba(22, 23, 29, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
.item-nav:after {
    content: "";
    background-color: rgb(22, 23, 29);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.item-nav:hover {
    background-color: #37FFB7;
    color: #16171D;
}
.item-nav:hover .icon path {
    fill: #16171D;
}
.item-nav:hover .btn path {
    fill: #16171D;
}

@-webkit-keyframes bar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes bar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.header-white {
    background-color: #fff;
}
.header-white .logo a {
    color: #16171D;
}
.header-white .open_menu {
    background-color: #F7F7F7;
}
.header-white .open_menu svg path {
    fill: #16171D;
}
.header-white .btn-open-search {
    background-color: #F7F7F7;
}
.header-white .btn-open-search svg path {
    fill: #16171D;
}
.header-white .btn-cart {
    background-color: #F7F7F7;
}
.header-white .btn-cart svg path {
    fill: #16171D;
}
.header-white .btn-exit {
    background-color: #EAECFE;
}
.header-white .btn-exit svg path {
    fill: #384DF5;
}
.header-white .head_search {
    background-color: #F7F7F7;
}
.header-white .head_search path {
    fill: #AFAFAF;
}
.header-white .head_search .text-white {
    color: #16171D;
}
.header-white .head_catalog_menu {
    border-right-color: #fff;
}
.header-white .input_search {
    color: #16171D;
}
.header-white .input_search::-webkit-input-placeholder {
    color: #16171D;
}
.header-white .input_search::-moz-placeholder {
    color: #16171D;
}
.header-white .input_search:-moz-placeholder {
    color: #16171D;
}
.header-white .input_search:-ms-input-placeholder {
    color: #16171D;
}

.slider-home-nav .draggable {
    margin-left: -8px;
    margin-right: -8px;
}
.slider-home-nav .sl {
    padding-left: 8px;
    padding-right: 8px;
}
.slider-home-nav .slick-current .item-nav:before {
    content: "";
    opacity: 1;
}
.slider-home-nav .slick-current .item-nav:after {
    content: "";
    -webkit-animation: bar 4s;
    animation: bar 4s;
}

.stiker {
    top: 12px;
    left: 12px;
    height: 40px;
}
.stiker svg {
    margin-right: 8px;
}
.stiker svg path {
    fill: #000 !important;
}

.box {
    padding: 96px 0;
    -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
}

.bg-blue {
    background-color: #384DF5;
}

.bg-black {
    background-color: #16171D;
}

.bg-gray-f7 {
    background-color: #F7F7F7;
}

.bg-gray-ea {
    background-color: #EAECFE;
}

.bg-gray-e2 {
    background-color: #E2E2E2;
}

.border-gray-e2 {
    border: 1px solid #E2E2E2;
}

a.border-gray-e2:hover {
    border-color: #AFAFAF;
}

.tags-list a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tags-list a:hover {
    background-color: #F7F7F7;
}
.tags-list a:hover .icon {
    background-color: #384DF5;
}
.tags-list a:hover .icon path {
    fill: #fff;
}
.tags-list path {
    fill: #16171D;
}

.text-colums-8 {
    margin-left: -4px;
    margin-right: -4px;
}
.text-colums-8 > * {
    margin: 0 4px 8px 4px;
}

.no-under {
    text-decoration: none;
}

.user-card {
    border: 1px solid #E2E2E2;
}
.user-card .status {
    bottom: 0;
    right: 0;
}

.eee,
.text-gray-75 {
    color: #757575;
}

.txt-gray-75 {
    color: #757575;
}

.text-gray-af {
    color: #AFAFAF;
}

.step .info {
    max-width: 592px;
}
.step .thumb {
    /*border: 8px solid rgba(255, 255, 255, 0.1);*/
    height: 200px;
    width: 394px;
    border-radius: 12px;
}
.step .thumb span {
    background-color: #fff;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.step .fz32 {
    position: relative;
    top: 3px;
}

.step-2 {
    margin-top: -30px;
    margin-bottom: -30px;
    z-index: 21;
}
.step-2 .thumb {
    margin-right: 64px;
}

.short-news:hover .info {
    border-color: #AFAFAF;
}
.short-news .thumb a {
    height: 316px;
    border-radius: 12px 12px 0 0;
}
.short-news .time {
    right: 16px;
    top: 16px;
}
.short-news .info {
    border-radius: 0 0 12px 12px;
    border-top-width: 0;
}

.site-map-menu path {
    fill: #384DF5;
}
.site-map-menu li {
    display: block;
    margin-bottom: 16px;
}
.site-map-menu li:last-child {
    margin-bottom: 0;
}
.site-map-menu li a {
    color: #757575;
    text-decoration: none;
}
.site-map-menu .f2 {
    position: relative;
    top: 1px;
}

.find-expert-box {
    background-image: url(../images/bg-1.svg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: auto 100%;
}
.find-expert-box .text {
    max-width: 1100px;
}
.find-expert-box .text svg {
    display: inline-block;
    position: relative;
    top: -8px;
}

.footer-top-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.logo-footer .name {
    position: relative;
    top: 1px;
}

.footer-social a {
    background-color: rgba(255, 255, 255, 0.1);
}

.footer-menu li {
    display: block;
    margin-bottom: 16px;
}
.footer-menu li:last-child {
    margin-bottom: 0;
}
.footer-menu li a {
    color: #AFAFAF;
    text-decoration: none;
}
.footer-menu li a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom a:hover {
    color: #fff;
}

.list-services {
    margin-left: -8px;
    margin-right: -8px;
}
.list-services .col {
    margin: 8px;
}

.short-services {
    overflow: hidden;
}
.short-services:hover .thumb img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.short-services .thumb {
    background-position: -3000px -3000px;
    background-repeat: no-repeat;
    overflow: hidden;
}
.short-services .thumb img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.short-services .price {
    border: 2px solid rgba(255, 255, 255, 0.1);
}
.short-services .icon path {
    fill: #16171D;
}

.decor {
    display: inline-block;
}
.decor:before {
    content: "";
    background-image: url(../images/line-1.svg);
    background-repeat: no-repeat;
    display: block;
    width: 262px;
    height: 11px;
    position: absolute;
    bottom: -4px;
    left: -13px;
    pointer-events: none;
}

.decor-2 {
    display: inline-block;
}
.decor-2:before {
    content: "";
    background-image: url(../images/line-1.svg);
    background-repeat: no-repeat;
    display: block;
    width: 262px;
    height: 11px;
    position: absolute;
    bottom: -3px;
    left: -13px;
    pointer-events: none;
}

.decor-3 {
    display: inline-block;
}
.decor-3:before {
    content: "";
    background-image: url(../images/line-2.svg);
    background-repeat: no-repeat;
    display: block;
    width: 476px;
    height: 10px;
    position: absolute;
    bottom: -1px;
    left: 2px;
    pointer-events: none;
}

.decor-4 {
    display: inline-block;
}
.decor-4:before {
    content: "";
    background-image: url(../images/line-3.svg);
    background-repeat: no-repeat;
    display: block;
    width: 192px;
    height: 12px;
    position: absolute;
    bottom: -5px;
    left: -1px;
    pointer-events: none;
}

.reviews_right {
    padding: 35px 56px;
}

.svg-black path {
    fill: #16171D;
}

.short-reviews .name {
    top: 1px;
}

.slider-reviews .sl {
    padding: 38px 56px;
}
.slider-reviews .sl:before {
    content: "";
    background-image: url(../images/bg-reviews.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(10deg);
    transform: translate(-50%, -50%) rotate(10deg);
    width: calc(100% - 112px);
    height: calc(100% - 76px);
    border-radius: 26px;
}

.reviews-path-bottom {
    background-color: #384DF5;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top-width: 0;
    border-radius: 0 0 24px 24px;
}

.slider-reviews-nav {
    margin-left: -8px;
    margin-right: -8px;
}
.slider-reviews-nav .slick-track {
    -webkit-transform: none !important;
    transform: none !important;
}
.slider-reviews-nav .sl {
    padding: 8px;
    position: relative;
    cursor: pointer;
}

.box-reviews {
    background-image: url(../images/bg-reviews-2.svg);
    background-repeat: no-repeat;
    background-position: center 0;
}

.progres-bar-reviews {
    position: absolute;
    top: 0px;
    left: 0px;
    /*

  circle {
      stroke: red;
      fill: transparent;
      stroke: transparent;
      stroke-width: 8;
      stroke-dasharray: 534;
      transition: stroke-dashoffset 4s;
      -webkit-animation-play-state: running;
  }
  */
}
.progres-bar-reviews svg {
    display: block;
}
.progres-bar-reviews circle {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    fill: transparent;
    stroke: #37FFB7;
    stroke-width: 8;
    stroke-dasharray: 300;
    -webkit-transition: stroke-dashoffset 2s;
    transition: stroke-dashoffset 2s;
    -webkit-animation-play-state: running;
}

.slick-current circle {
    stroke-dashoffset: 0;
    -webkit-animation: show100 8s;
    animation: show100 8s;
    opacity: 1;
}

@-webkit-keyframes show100 {
    0% {
        stroke-dashoffset: 300;
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 0;
    }
}

@keyframes show100 {
    0% {
        stroke-dashoffset: 300;
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 0;
    }
}
.item_employee .stiker span {
    position: relative;
    top: 1px;
}

.hints {
    top: calc(100% + 16px);
    width: 100%;
}

.hints-link:hover {
    background-color: #F7F7F7;
}
.hints-link:hover path {
    fill: #384DF5;
}
.hints-link img {
    display: block;
    width: 24px;
    height: auto;
    border-radius: 100%;
}

.main_menu {
    left: 0;
    top: calc(100% + 8px);
    width: 320px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.main_menu.show {
    opacity: 1;
    visibility: visible;
    display: block;
}
.main_menu li a {
    position: relative;
}
.main_menu li a:hover {
    background-color: #F7F7F7;
}
.main_menu .icon path {
    fill: #fff;
}
.main_menu li {
    position: relative;
}
/*.main_menu li:hover ul {*/
/*    display: block;*/
/*}*/
.main_menu li ul {
    /*top: -8px;*/
    /*left: 100%;*/
    /*width: 333px;*/
    /*display: none;*/
}
.main_menu li li:last-child {
    margin-bottom: 0;
}
.main_menu li li a {
    padding: 10px 8px;
}
.main_menu li li a:hover .arrow {
    opacity: 1;
}
.main_menu li li .arrow {
    opacity: 0;
}

.menu_page {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    min-height: 100%;
    background-color: rgba(204, 204, 204, 0.43);
}
.menu_page li:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .menu_page {
        -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
        margin: 10px;
    }
}
.message-if-user-off {
    -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
}

.mobile-box {
    top: 64px;
    left: 0;
    width: 100%;
    height: calc(100% - 64px);
    min-height: calc(100% - 64px);
    overflow: auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    visibility: hidden;
}
.mobile-box.active {
    -webkit-transform: translate(0);
    transform: translate(0);
    visibility: visible;
}

.open-user-panel {
    border: 1px solid transparent;
}
.open-user-panel:hover {
    border-color: #757575;
}
.open-user-panel.active {
    border-color: #757575;
}

@media (min-width: 993px) {
    .box-202 {
        min-height: 680px !important;
    }
    .user-panel {
        position: absolute;
        top: calc(100% + 16px);
        right: 0;
        width: 320px;
        display: none;
    }
    .user-panel.active {
        display: block;
    }
    .notification-box {
        top: calc(100% + 16px);
        right: 0;
        width: 375px;
        display: none;
    }
    .notification-box .border-top {
        border-top: 1px solid #E2E2E2;
    }
    .notification-box.active {
        display: block;
    }
}
.user-link-list a:hover {
    background-color: #F7F7F7;
}
.user-link-list .border-top {
    border-top: 1px solid #E2E2E2;
}

.icon-blue path {
    fill: #384DF5 !important;
}

.has-on {
    position: relative;
}
.has-on:before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #00E190;
    border-radius: 100%;
    position: absolute;
    top: 1px;
    right: 1px;
    display: block;
    border: 3px solid #fff;
}

.btn-cart {
    position: relative;
}
.btn-cart span {
    top: 0;
    right: 0;
    position: absolute;
}

.search-short {
    border: 1px solid transparent;
}
.search-short:hover {
    border-color: #E2E2E2;
}
.search-short:hover path {
    fill: #757575;
}
.search-short input {
    outline: none;
}
.search-short path {
    fill: #AFAFAF;
}

.item-929-link:hover .text-gray-75 {
    color: #16171D;
}
.item-929-link:hover .text-gray-75 path {
    fill: #16171D;
}
.item-929-link.active {
    border: 2px solid #384DF5;
}
.item-929-link.active:hover .text-gray-75 {
    color: #757575;
}
.item-929-link.active .text-gray-75 {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.item-929-link.active .text-gray-75:after {
    content: "";
    background-image: url(../images/icon/check_blue.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
}
.item-929-link.active .text-gray-75 svg {
    display: none;
}

.rating-box {
    top: calc(100% + 8px);
    left: 0;
    width: 185px;
}

.term-box {
    top: calc(100% + 8px);
    left: 0;
    width: 185px;
}

.budget-box {
    top: calc(100% + 8px);
    left: 0;
    width: 348px;
}

.sort-box {
    top: calc(100% + 8px);
    right: 0;
    width: 238px;
}

.sorting-button:hover {
    border-color: #757575;
}
.sorting-button svg {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sorting-button.active {
    border-color: #757575;
}
.sorting-button.active svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.sort-box input:checked + label,
.rating-box input:checked + label,
.term-box input:checked + label {
    background-color: #F7F7F7;
}
.sort-box input:checked + label:before,
.rating-box input:checked + label:before,
.term-box input:checked + label:before {
    content: "";
}
.sort-box input:checked + label .icon path,
.rating-box input:checked + label .icon path,
.term-box input:checked + label .icon path {
    fill: #AFAFAF;
}
.sort-box label,
.rating-box label,
.term-box label {
    cursor: pointer;
}
.sort-box label:hover,
.rating-box label:hover,
.term-box label:hover {
    background-color: #F7F7F7;
}
.sort-box label:hover:before,
.rating-box label:hover:before,
.term-box label:hover:before {
    content: "";
}
.sort-box label:hover .icon path,
.rating-box label:hover .icon path,
.term-box label:hover .icon path {
    fill: #AFAFAF;
}

.budget-form button {
    padding: 10px 20px;
}
.budget-form .input {
    padding: 14px 20px;
    outline: none;
}

.autor-rating {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.autor-rating span {
    margin: 0 2px;
}
.autor-rating path {
    fill: #AFAFAF;
}

.star-yellow path {
    fill: #FFB900;
}

.item-202 {
    border: 1px solid transparent;
}
.item-202:hover {
    border-color: #E2E2E2;
}

.navigator-page > *:last-child {
    margin-right: 0 !important;
}

.fat {
    background-color: red;
    width: 48px;
}

.grid-user-home {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px;
}
.grid-user-home.active {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.grid-user-home > * {
    min-height: 124px;
    margin-bottom: 16px;
}

.item-929 {
    margin-right: 16px;
    width: calc(25% - 16px);
}

.item-929-link {
    margin-right: 16px;
    width: calc(25% - 16px);
}

.item-929-more {
    width: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
}
.item-929-more.active {
    display: none;
}

.js_collapse {
    padding: 14px 0;
    display: none;
    min-height: auto !important;
}
.js_collapse.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.js_collapse:hover {
    color: #16171D;
}
.js_collapse:hover path {
    fill: #16171D;
}

.autor-name .fz14 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-0201 {
    background-image: url(../images/bg-blue-message.svg);
    background-repeat: no-repeat;
    background-position: right center;
}

@media (max-width: 760px) {
    .box-0201 {
        background-image: url(../images/bg-blue-message-mobile.svg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: auto 100%;
    }
}
.blog_menu {
    border-bottom: 1px solid #E2E2E2;
}
.blog_menu .active a {
    color: #16171D;
}
.blog_menu .active a:before {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #384DF5;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
}
.blog_menu a:hover {
    color: #16171D;
}

.grid-blog {
    margin-right: -32px;
}
.grid-blog .col {
    margin-right: 32px;
    width: calc(33.3333333333% - 32px);
}
.grid-blog .col:nth-child(1), .grid-blog .col:nth-child(2) {
    width: calc(50% - 32px);
}
.grid-blog .col:nth-child(1n+3) {
    margin-top: 32px;
}
.grid-blog .col:nth-child(1n+3) .short-news .thumb a {
    height: 205px;
}

.sep {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #E2E2E2;
    display: block;
}

.blog-post {
    width: 800px;
}

.time {
    padding-top: 7px;
    padding-bottom: 7px;
}

.shared {
    -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
}

.height-205 {
    height: 205px !important;
}

.bg-white-100 {
    background-color: rgba(255, 255, 255, 0.1);
}

.filter-mobile-button {
    position: sticky;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
}
.filter-mobile-button button {
    padding: 14px;
}

.box-292 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.box-292 .title span {
    position: relative;
}
.box-292 .title span:before {
    content: "";
    background-image: url(../images/page/line-title.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 337px;
    height: 9px;
    position: absolute;
    top: 49px;
    left: -11px;
}

.btn-blue {
    font-family: "Inter", sans-serif;
    line-height: 125%;
    background-color: #384DF5;
    color: #fff;
    border-width: 0;
    border-radius: 100px;
    cursor: pointer;
    padding: 14px 20px;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.btn-blue:hover {
    background-color: #16171D;
    color: #fff;
}
.btn-blue:hover path {
    fill: #fff;
}

.btn-black {
    font-family: "Inter", sans-serif;
    line-height: 125%;
    background-color: #000;
    color: #fff;
    border-width: 0;
    border-radius: 100px;
    cursor: pointer;
    padding: 14px 20px;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.btn-gray {
    font-family: "Inter", sans-serif;
    line-height: 125%;
    background-color: #EAECFE;
    color: #384DF5;
    border-width: 0;
    border-radius: 100px;
    cursor: pointer;
    padding: 10px 20px;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.btn-gray:hover {
    background-color: #384DF5;
    color: #fff;
}
.btn-gray:hover path {
    fill: #fff;
}

.btn-gray-2 {
    font-family: "Inter", sans-serif;
    line-height: 125%;
    background-color: #F7F7F7;
    color: #757575;
    border-width: 0;
    border-radius: 100px;
    cursor: pointer;
    padding: 12px 20px 12px 12px;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn-gray-2:hover {
    background-color: #384DF5;
    color: #fff;
}
.btn-gray-2:hover path {
    fill: #fff;
}

.box-about-list {
    margin-right: -32px;
}

.box-about-item {
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    background-color: #F7F7F7;
    border-radius: 16px;
    width: calc(25% - 32px);
    margin-right: 32px;
    height: 280px;
}
.box-about-item:nth-child(2n+2) {
    margin-top: 32px;
}

.box-about-item-2 {
    padding: 21px 14px;
}

.box-about-item-3 {
    padding: 25px 20px;
}

.box-about-item-4 {
    background-color: #37FFB7;
    padding: 16px;
    color: #16171D;
}

.decor-item {
    background-color: #fff;
    height: 61px;
    padding: 0 20px 0 13px;
    position: absolute;
    border-radius: 109.181px;
}
.decor-item svg {
    margin-right: 4px;
}

.decor-item-1 {
    top: 0px;
    left: 25px;
    -webkit-transform: rotate(-8.67deg);
    transform: rotate(-8.67deg);
}

.decor-item-2 {
    top: 66px;
    left: 111px;
    -webkit-transform: rotate(5.21deg);
    transform: rotate(5.21deg);
}

.decor-item-3 {
    top: 133px;
    left: 184px;
    -webkit-transform: rotate(-11.34deg);
    transform: rotate(-11.34deg);
}

.efficiency-item {
    padding: 48px 24px;
}
.efficiency-item .thumb img {
    display: block;
    max-width: 100%;
    height: auto;
}

.about-post .thumb img {
    border-radius: 24px 24px 0 0;
    display: block;
    width: 100%;
    height: auto;
}
.about-post .bg {
    background-color: #F7F7F7;
    padding-top: 32px;
    padding-bottom: 48px;
}

.w-800 {
    max-width: 800px;
}

.mr-a {
    margin-right: auto;
}

.ml-a {
    margin-left: auto;
}

.worth-item:nth-child(1n+3) {
    margin-top: 48px;
}

.box-222 {
    background-image: url(../images/page/bg-box-222.svg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100% auto;
    border-radius: 0 0 24px 24px;
}

.list-222 .pic {
    border-radius: 100%;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
}
.list-222 .pic svg {
    display: block;
}
.list-222 li {
    margin-right: 32px;
}
.list-222 li:last-child {
    margin-right: 0;
}

.first-post {
    padding: 200px 0 136px 0;
}

.start {
    background-color: #fff;
}

.start-item {
    margin-bottom: 48px;
}

.note svg {
    display: block;
}

.promo {
    background-repeat: no-repeat;
    background-position: right 0;
    margin-left: -32px;
    margin-right: -32px;
    border-radius: 12px;
    padding: 24px;
}

.accordion-qv-item {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 8px;
}
.accordion-qv-item.active .title:before {
    content: "";
    opacity: 0;
}
.accordion-qv-item:last-child {
    margin-bottom: 0;
}
.accordion-qv-item .title {
    margin-bottom: 1px;
    padding: 16px 24px;
    background-color: #F7F7F7;
    position: relative;
    cursor: pointer;
}
.accordion-qv-item .title:before {
    content: "";
    background-image: url(../images/page/pluso.svg);
    background-repeat: no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.accordion-qv-item .title:after {
    content: "";
    background-image: url(../images/page/minus.svg);
    background-repeat: no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.accordion-qv-item .info {
    background-color: #F7F7F7;
    padding: 32px 24px;
    display: none;
}

.box-promo img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 24px;
}

.jobs {
    margin-bottom: 96px;
}

.jobs-item {
    border-radius: 12px;
    border: 1px solid #E2E2E2;
}
.jobs-item:last-child {
    margin-bottom: 0;
}

.jobs-tags li:after {
    content: "•";
    font-size: 16px;
    color: #E2E2E2;
    margin: 0 4px;
}
.jobs-tags li:last-child:after {
    display: none;
}

.feed-back {
    background-image: url(../images/page/bg-feed-back.svg);
    background-repeat: no-repeat;
    background-position: center -64px;
    background-size: 100% auto;
    border-radius: 0 0 24px 24px;
}

.messag {
    color: rgba(255, 255, 255, 0.6);
    max-width: 385px;
}
.messag a {
    color: #fff;
    text-decoration: none;
}
.messag a:hover {
    text-decoration: underline;
}

.feed-back-form {
    background-color: #fff;
    width: 448px;
}

.input {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #16171D;
    line-height: 125%;
    padding: 14px 20px !important;
    width: 100%;
    background: #F7F7F7 !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 8px !important;
}
.input::-webkit-input-placeholder {
    color: #AFAFAF;
}
.input::-moz-placeholder {
    color: #AFAFAF;
}
.input:-moz-placeholder {
    color: #AFAFAF;
}
.input:-ms-input-placeholder {
    color: #AFAFAF;
}

textarea.input {
    height: 96px;
    padding: 14px 20px;
    line-height: 125%;
}

.box-shadow {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}

.social-list a {
    width: 48px;
    height: 48px;
    background-color: #F7F7F7;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 100%;
}
.social-list a:hover {
    background-color: #eaeaea;
}

.authorization {
    background-color: #283ff4;
    background-image: url(../images/authorization/bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.authorization.active {
    opacity: 1;
    visibility: visible;
}

.logo-authorization {
    top: 20px;
    left: 16px;
}
.logo-authorization a {
    color: #fff;
    font-size: 24px;
}
.logo-authorization svg {
    margin-right: 12px;
    width: 24px;
    height: 24px;
}

.close-authorization {
    top: 8px;
    right: 16px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.1);
}
.close-authorization:hover {
    background-color: #fff;
}
.close-authorization:hover path {
    fill: #000;
}

.pointer {
    cursor: pointer;
}

.container-authorization {
    width: 448px;
    margin-left: auto;
    margin-right: auto;
}
.container-authorization.w-600 {
    width: 600px;
}

.authorization-tabs-nav {
    background-color: #f9f9f9;
    border-bottom: 1px solid #dddddd;
}
.authorization-tabs-nav li {
    display: block;
    color: #AFAFAF;
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 17px;
    line-height: 120%;
    width: 50%;
}
.authorization-tabs-nav li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #384DF5;
    border-radius: 5px 5px 0 0;
    opacity: 0;
}
.authorization-tabs-nav li:hover {
    color: #000;
}
.authorization-tabs-nav .current:before {
    content: "";
    opacity: 1;
}

.authorization-tabs {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    overflow: hidden;
}

.authorization-box .btn-blue {
    padding: 18px 20px;
}
.authorization-box .disabled {
    background-color: #E2E2E2;
    color: #fff;
}

.authorization-social li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 8px;
}
.authorization-social li:last-child {
    margin-right: 0;
}
.authorization-social a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    background-color: #F7F7F7;
    text-decoration: none;
    border-radius: 100px;
    height: 48px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.authorization-social a:hover {
    background-color: #eaeaea;
}

.field-text a {
    color: #000;
}
.field-text a:hover {
    text-decoration: underline;
}

input.error {
    border-color: #F44336;
}

.password-control {
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    width: 24px;
    height: 24px;
}
.password-control.view:before {
    opacity: 0;
}
.password-control.view:after {
    opacity: 1;
}
.password-control:before {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../images/authorization/password.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.password-control:after {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../images/authorization/show-password.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.text-error {
    font-size: 14px;
    color: #F44336;
    margin-top: 4px;
}

.forgot-link:hover {
    text-decoration: underline;
}

.remember-check input {
    display: none;
}
.remember-check input:checked + label span:before {
    content: "";
    border-color: #384DF5;
    background-position: center center;
}
.remember-check label {
    font-size: 16px;
    line-height: 125%;
    color: #AFAFAF;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.remember-check label span {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    width: 48px;
    height: 48px;
    background: #F7F7F7;
    border-radius: 100px;
    margin-right: 12px;
}
.remember-check label span:before {
    content: "";
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 2px solid #AFAFAF;
    border-radius: 100%;
    background-image: url(../images/authorization/remember.svg);
    background-repeat: no-repeat;
    background-position: -100px 0;
}

.authorization-message {
    padding: 12px;
    background: #E1FFF4;
    border: 2px solid #00E190;
    border-radius: 8px;
    color: #04A56B;
}
.authorization-message:before {
    content: "";
    background-image: url(../images/authorization/message.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 24px;
    height: 24px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
}

.service-right {
    width: 384px;
}

.service-slider-main img {
    border-radius: 12px;
    width: 100%;
}
.service-slider-main .slick-prev,
.service-slider-main .slick-next {
    z-index: 5;
    background-color: #fff;
}
.service-slider-main .slick-prev {
    background-image: url(../images/service/prev.svg);
    left: 24px;
}
.service-slider-main .slick-next {
    background-image: url(../images/service/next.svg);
    right: 24px;
}

.service-slider-nav .draggable {
    margin-left: -4px;
    margin-right: -4px;
}
.service-slider-nav .slick-slide {
    padding: 0 4px;
}
.service-slider-nav img {
    cursor: pointer;
    border-radius: 12px;
    width: 100%;
}

.warning-text {
    background: #FFF6DD;
    border: 2px solid #FFB900;
    border-radius: 12px;
    color: #996F00;
}

.warning-quote {
    color: #16171D;
    background-color: #fff;
    border-radius: 8px;
}

.service-autor {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.05);
}
.service-autor .top {
    border-bottom: 1px solid #ededed;
}
.service-autor .top .name {
    padding-right: 40px;
}

.download-box {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    -webkit-filter: drop-shadow(0px 0px 100px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0px 0px 100px rgba(0, 0, 0, 0.05));
}
.download-box:hover {
    background-color: #f2f2f2;
}
.download-box span {
    display: block;
}

.serveice-button-group button {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.serveice-button-group button:last-child {
    margin-right: 0;
}
.serveice-button-group .btn-gray {
    padding-top: 14px;
    padding-bottom: 14px;
}

.serveice-checkbox input {
    /*display: none;*/
}
.serveice-checkbox input:checked + label .box-a {
    background-color: transparent;
    border-color: #384DF5;
    background-position: center center;
}
.serveice-checkbox label {
    position: relative;
    padding: 8px 12px;
    background-color: #F7F7F7;
    border-radius: 12px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.serveice-checkbox span {
    display: block;
}
.serveice-checkbox .box-a {
    width: 20px;
    height: 20px;
    /*border-radius: 100%;*/
    /*border: 2px solid #E2E2E2;*/
    background-color: transparent;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    /*background-image: url(../images/service/check-2.svg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: -50px 0;*/
}

.service-tabs {
    margin-right: 416px;
}

.service-tabs-nav {
    border-bottom: 1px solid #E2E2E2;
}
.service-tabs-nav li {
    position: relative;
    cursor: pointer;
    height: 41px;
    margin-right: 24px;
}
.service-tabs-nav li:last-child {
    margin-right: 0;
}
.service-tabs-nav .current:before {
    content: "";
    background-color: #384DF5;
    width: 100%;
    height: 4px;
    border-radius: 5px 5px 0 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tags {
    margin-left: -2px;
}
.tags a {
    margin: 2px;
    display: block;
    padding: 10px 16px;
    border-radius: 100px;
    background-color: #F7F7F7;
    color: #757575;
    text-decoration: none;
}
.tags a:hover {
    background-color: #384DF5;
    color: #fff;
}

.reviews-txt {
    border-radius: 12px;
    border: 1px solid #E2E2E2;
}

.faq_item {
    background-color: #F7F7F7;
    overflow: hidden;
    border-radius: 12px;
}
.faq_item.active .title_block:after {
    content: "";
    height: 2px;
}
.faq_item:last-child {
    margin-bottom: 0;
}
.faq_item .title_block {
    padding: 17px 24px;
    cursor: pointer;
    position: relative;
}
.faq_item .title_block:after {
    content: "";
    background-image: url(../images/service/pluso.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
}
.faq_item .text {
    padding: 32px 24px;
    border-top: 1px solid #fff;
    display: none;
}

.service-tabs-box:nth-child(1n+2) {
    display: none;
}

.shared {
    position: absolute;
    top: 0;
    right: 0;
}
.shared.posr {
    position: static;
}
.shared a {
    background-color: #F7F7F7;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.shared a:hover {
    background-color: #384DF5;
}
.shared a:hover path {
    fill: #fff;
}
.shared a:last-child {
    margin-right: 0;
}

.link-go {
    width: 24px;
    height: 48px;
    border-radius: 8px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    background-color: #F7F7F7;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.link-go:hover {
    background-color: #384DF5;
}
.link-go:hover path {
    fill: #fff;
}

.box-828 .pic {
    top: 0;
    left: 0;
}

.profile-box {
    -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    margin-left: -32px;
    margin-right: -32px;
    margin-top: -32px;
}

.profile-right {
    width: 280px;
}
.profile-right .shared {
    position: relative;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gallery-job {
    border: 1px solid #E2E2E2;
    border-radius: 24px;
}

.gallery-job-list {
    margin-right: -8px;
}
.gallery-job-list a {
    display: block;
    margin-right: 8px;
    width: calc(33.3333333333% - 8px);
}
.gallery-job-list a:nth-child(1n+4) {
    margin-top: 8px;
}
.gallery-job-list img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.profile-list li {
    border-radius: 12px;
}
.profile-list li:last-child {
    margin-bottom: 0;
}
.profile-list .points {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.points svg {
    margin-bottom: 3px;
}
.points svg:last-child {
    margin-bottom: 0;
}

.profile-tabs-nav {
    border-bottom: 1px solid #E2E2E2;
}
.profile-tabs-nav li {
    position: relative;
    padding: 16px;
    cursor: pointer;
    color: #000;
}
.profile-tabs-nav .current:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 5px 5px 0 0;
    background-color: #384DF5;
}

.profile-tabs-box:last-child {
    margin-bottom: 0 !important;
}

.empty-box {
    border: 1px dashed #E2E2E2;
}

.short-portfolio {
    padding: 8px;
    border-radius: 12px;
    border: 1px solid #fff;
}
.short-portfolio:hover {
    border: 1px solid #E2E2E2;
}
.short-portfolio .thumb a {
    height: 293px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}
.short-portfolio .info {
    padding: 16px 8px 8px 8px;
}

.tags-partfolio a {
    background-color: #F7F7F7;
    border-radius: 100px;
}
.tags-partfolio a:hover {
    background-color: #384DF5;
    color: #fff;
}
.tags-partfolio a:hover path {
    fill: #fff;
}

.partfolio-photo-list img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.partfolio-nav a {
    background-color: #F7F7F7;
    border-radius: 100px;
    padding: 12px;
}
.partfolio-nav a:hover {
    background-color: #384DF5;
    color: #fff;
}
.partfolio-nav a:hover path {
    fill: #fff;
}

/* Scss Document */
.text .img {
    margin-bottom: var(--px24);
    margin-left: -32px;
    margin-right: -32px;
}
.text h2 {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 48px;
    font-weight: 500;
    line-height: 120%;
}
.text h3 {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 500;
    line-height: 120%;
}
.text img {
    max-width: 100% !important;
    height: auto !important;
}
.text ul {
    margin-bottom: var(--px24);
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 28px;
}
.text ul ul {
    margin-top: var(--px24);
    margin-left: 15px;
}
.text ol {
    margin-bottom: var(--px24);
    counter-reset: item;
    margin-left: 8px;
}
.text ol li {
    display: block;
    padding-left: 25px;
    position: relative;
}
.text ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    position: absolute;
    top: 0;
    left: 0;
}
.text ol li:nth-child(1n+2) {
    margin-top: 24px;
}
.text ul ul li {
    background-image: none;
    padding-left: 0px;
    list-style-type: square;
}
.text p {
    margin-bottom: var(--px24);
}
.text p:last-child {
    margin-bottom: 0;
}
.text table {
    margin-bottom: var(--px24);
    background-color: #fff;
    border-collapse: collapse;
    width: 100%;
}
.text table tr:nth-child(2n+2) {
    background-color: rgba(238, 238, 238, 0.42);
}
.text table tr:hover {
    background-color: rgba(238, 238, 238, 0.8);
}
.text table th {
    background-color: #30A2D9;
    padding: 15px 10px;
    color: #fff;
    border: 1px solid #fff;
}
.text table th p {
    margin-bottom: 0;
}
.text table td {
    padding: 10px;
    border: 1px solid #fff;
}
.text table td p {
    margin-bottom: 0;
}
.text blockquote {
    margin-bottom: var(--px24);
    background-color: #F7F7F7;
    padding: 32px;
    border-radius: 12px;
    margin-left: -32px;
    margin-right: -32px;
}
.text blockquote p {
    margin-bottom: 0px;
}

.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.alignright {
    float: right;
    margin-bottom: 10px;
    margin-left: 20px;
}

.aligncenter {
    display: block !important;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

img.alignleft {
    margin-top: 5px;
}

img.alignright {
    margin-top: 5px;
}

img.aligncenter {
    margin-top: 5px;
}

.wp-caption {
    margin-bottom: var(--px24);
    position: relative;
    margin-left: -32px;
    margin-right: -32px;
}
.wp-caption img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid #E2E2E2;
}
.wp-caption p.wp-caption-text {
    font-size: 14px;
    color: #757575;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 0px;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
    display: none;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: #F7F7F7;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 4;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.slick-prev:hover,
.slick-next:hover {
    color: #000;
}

.slick-prev {
    left: 8px;
    background-image: url(../images/icon/prev.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.slick-next {
    right: 8px;
    background-image: url(../images/icon/next.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: -5px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.slick-dots li button {
    display: block;
    border: 0;
    background: #dcdcdc;
    border-radius: 10px;
    display: block;
    height: 100%;
    width: 100%;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.slick-dots li.slick-active button {
    background-color: #b99e7c;
}
.slick-dots li:hover button {
    background-color: #b99e7c;
}
@media (min-width: 1248px) {
    .list-services .col {
        width: calc(33.3333333333% - 16px);
    }
}

/* Scss Document */
@media (max-width: 1248px) {
    .wrap {
        margin-left: 16px;
        margin-right: 16px;
    }
    .list-services .col {
        width: calc(33.3333333333% - 16px);
    }
    .step-2 .thumb {
        margin-right: 32px;
    }
    .widht-480 {
        width: auto;
    }
    .box-1 {
        max-width: 500px;
    }
    .slider-reviews .sl {
        width: 450px;
    }
    .box-reviews {
        background-size: 700px 100%;
    }
    .box-reviews_right {
        max-width: 600px;
    }
    .profile-box {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width: 1100px) {
    .box-1 {
        max-width: 450px;
    }
    .box-reviews_right {
        max-width: 550px;
    }
    .grid-blog .col {
        width: calc(50% - 32px);
    }
    .short-news .thumb a {
        height: 205px;
    }
    .box-about-item {
        width: calc(50% - 32px);
        margin-bottom: 32px;
    }
    .box-about-item:nth-child(2n+2) {
        margin-top: -32px;
    }
    .box-about-item:nth-child(1n+3) {
        margin-bottom: 0;
    }
    .service-row {
        display: block !important;
    }
    .service-left {
        margin-right: 0 !important;
        margin-bottom: 24px !important;
    }
    .service-tabs {
        margin-right: 0;
    }
    .service-right {
        width: 100%;
    }
}
@media (max-width: 992px) {
    :root {
        --px: 30px;
        --font12: 12px;
        --font13: 13px;
        --font14: 14px;
        --font15: 15px;
        --font16: 16px;
        --font17: 17px;
        --font18: 18px;
        --font20: 20px;
        --font24: 24px;
        --font32: 24px;
        --font36: 36px;
        --font40: 40px;
        --font56: 40px;
    }
    .profile-tabs-box-solo {
        padding-top: 32px;
    }
    .short-portfolio {
        padding: 0;
        border-width: 0 !important;
    }
    .profile-row {
        margin-bottom: 64px !important;
    }
    .profile-row + .related-post {
        margin-bottom: 64px !important;
    }
    .profile-tabs-box:nth-child(1n+2) {
        display: none;
    }
    .profile-tabs-box .f2.mb-8,
    .profile-tabs-box .f2.mb-6 {
        margin-bottom: 16px !important;
    }
    .gallery-job {
        padding: 8px !important;
        border-radius: 8px;
    }
    .profile-row {
        display: block !important;
    }
    .profile-row .profile-right {
        margin-left: 0 !important;
        width: 100%;
    }
    .box-828 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .box-828 .mr-6 {
        margin-right: 16px !important;
    }
    .box-828 .user-status {
        margin-right: 0 !important;
        margin-bottom: 16px;
        width: 100%;
    }
    .profile-user-info {
        text-align: center;
    }
    .profile-user {
        -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;
    }
    .profile-ava {
        margin-right: 0 !important;
        margin-bottom: 24px;
        padding-top: 40px;
    }
    .profile-box {
        margin-top: 64px;
        -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;
        -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
        border-radius: 0px 0px 24px 24px;
        margin-left: -16px;
        margin-right: -16px;
        padding: 16px 16px 24px 16px !important;
        position: relative;
        margin-bottom: 0 !important;
    }
    .profile-box .shared {
        position: absolute;
        top: 16px;
        left: 16px;
        width: calc(100% - 32px);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-shadow: 0 0 0 #fff;
        box-shadow: 0 0 0 #fff;
    }
    .profile-box .profile-right {
        margin-top: 24px;
        width: auto;
    }
    .service-left .meta {
        margin-bottom: 16px !important;
    }
    .shared.show_992 {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        margin-bottom: 16px;
    }
    .shared.hide_992 {
        display: none;
    }
    .box-292 .title span {
        display: inline-block;
    }
    .box-292 .title span:before {
        background-size: cover;
        width: 240px;
        height: 6px;
        top: 37px;
        left: -8px;
    }
    .box-292 {
        margin-top: 80px;
    }
    .grid-related-post {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .grid-related-post::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .grid-related-post .col {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 280px;
        margin-right: 16px;
    }
    .grid-related-post .col:last-child {
        margin-right: 0;
    }
    .shared ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    article .text {
        font-size: 16px;
    }
    .blog-post {
        width: 100%;
    }
    .wp-caption {
        margin-left: 0;
        margin-right: 0;
    }
    .text .img {
        margin-left: 0;
        margin-right: 0;
    }
    .text blockquote {
        margin-left: 0;
        margin-right: 0;
        padding: 16px;
    }
    .grid-blog {
        margin-right: -16px;
    }
    .grid-blog .col {
        width: calc(50% - 16px) !important;
        margin-right: 16px !important;
    }
    .grid-blog .col:nth-child(1n+3) {
        margin-top: 16px;
    }
    .blog_menu ul {
        overflow-y: hidden;
        overflow-x: auto;
    }
    .blog_menu ul::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .blog_menu li {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .blog_menu li:last-child {
        margin-right: 0;
    }
    header {
        margin-bottom: 0 !important;
    }
    .rating-box {
        width: 100%;
    }
    .rating-box:before {
        content: "";
        background-color: #E2E2E2;
        width: calc(100% + 100px);
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .term-box {
        width: 100%;
    }
    .term-box:before {
        content: "";
        background-color: #E2E2E2;
        width: calc(100% + 100px);
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .budget-box {
        width: 100%;
    }
    .budget-box:before {
        content: "";
        background-color: #E2E2E2;
        width: calc(100% + 100px);
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .sorting-left {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 30;
        height: 100vh;
        background-color: #fff;
        display: block !important;
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 80px;
        visibility: hidden;
        -webkit-transform: translate(-100%, 0) matrix(0, 0, 0, 0, tx, ty);
        transform: translate(-100%, 0) matrix(0, 0, 0, 0, tx, ty);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .sorting-left.active {
        visibility: visible;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    .sorting-left > .mr-2 {
        margin-right: 0 !important;
    }
    .item-202 {
        border-width: 0 !important;
    }
    .item-929 {
        width: 100%;
        margin-right: 0;
    }
    .box-0201 .fz20 {
        font-size: 14px;
    }
    .grid-user-home {
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .item-929-link {
        width: 276px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .item-929-more {
        display: none !important;
    }
    .head_search {
        height: auto !important;
        margin-right: 0 !important;
    }
    .fixed-header {
        background-color: #fff;
    }
    .fixed-header .logo a {
        color: #16171D;
    }
    .fixed-header .open_menu {
        background-color: #F7F7F7;
    }
    .fixed-header .open_menu svg path {
        fill: #16171D;
    }
    .fixed-header .btn-open-search {
        background-color: #F7F7F7;
    }
    .fixed-header .btn-open-search svg path {
        fill: #16171D;
    }
    .fixed-header .btn-cart {
        background-color: #F7F7F7;
    }
    .fixed-header .btn-cart svg path {
        fill: #16171D;
    }
    .first-screen {
        padding-top: 64px;
    }
    header {
        position: fixed !important;
        top: 0;
        left: 0;
        z-index: 30;
        width: 100%;
    }
    .box {
        border-radius: 16px !important;
    }
    footer {
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 16px 16px 0px 0px !important;
    }
    .footer-menu .name {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        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;
        cursor: pointer;
        position: relative;
    }
    .footer-menu .name.active i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .footer-menu .name span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .footer-menu .name i {
        display: block;
        background-image: url(../images/drop2.svg);
        background-repeat: no-repeat;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .footer-menu ul {
        display: none;
        margin-top: 16px;
        padding-bottom: 8px;
    }
    .grid-footer-menu {
        -ms-grid-columns: (minmax(0, 1fr))[1] !important;
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .find-expert-box {
        padding: 96px 0 !important;
    }
    .find-expert-box .fz56 {
        font-size: 32px;
    }
    .find-expert-box .fz56 svg {
        width: 20px;
        height: auto;
        top: -2px;
    }
    .site-map-menu {
        -ms-grid-columns: (minmax(0, 1fr))[2] !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .short-news .fz32 {
        font-size: 16px;
    }
    .reviews-path-bottom {
        border-radius: 0 0 12px 12px;
    }
    .reviews-path-bottom .text-xl {
        font-size: 16px;
    }
    .slider-reviews-nav {
        width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
    .slider-reviews-nav .sl {
        width: 88px !important;
    }
    .box-reviews_right {
        margin-left: auto;
        margin-right: auto;
    }
    .slider-reviews {
        margin-top: 20px;
    }
    .slider-reviews .sl {
        padding: 12px 10px;
    }
    .slider-reviews .sl:before {
        -webkit-transform: translate(-50%, -50%) rotate(3deg);
        transform: translate(-50%, -50%) rotate(3deg);
        width: calc(100% - 20px);
        height: calc(100% - 24px);
    }
    .box-reviews_left {
        max-width: 100%;
    }
    .box-202 {
        display: block !important;
    }
    .b90 {
        margin-bottom: 48px;
    }
    .box-reviews {
        background-image: none;
        background-color: #283FF4;
    }
    .step {
        -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;
    }
    .step .thumb {
        margin-right: 0 !important;
        margin-top: 24px;
        margin-bottom: 32px;
    }
    .step svg {
        position: relative;
        top: 2px;
    }
    .step-2 {
        margin: 0;
    }
    .grid-user-home {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .grid-user-home::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .grid-user-home::-webkit-scrollbar-track {
        background: orange;
    }
    .grid-user-home::-webkit-scrollbar-thumb {
        background-color: blue;
    }
    .item-929-link {
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .item-929-more {
        display: none;
    }
    .user-card {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 280px;
        padding-bottom: 24px !important;
    }
    .grid-staff .user-card {
        width: 100%;
        padding-bottom: 24px !important;
    }
    .tags-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
    }
    .tags-list::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .tags-list::-webkit-scrollbar-track {
        background: orange;
    }
    .tags-list::-webkit-scrollbar-thumb {
        background-color: blue;
    }
    .tags-list a {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background-color: #F7F7F7;
    }
    .tags-list a .icon {
        background-color: #384DF5;
    }
    .tags-list a .icon path {
        fill: #fff;
    }
    .text-2xl {
        font-size: 1.25rem;
    }
    .first-screen {
        padding-bottom: 32px;
    }
    .short-services .thumb {
        height: 260px;
        background-position: center center;
        background-size: cover;
        border-radius: 12px;
    }
    .short-services .thumb img {
        /*display: none;*/
    }
    .list-services .col {
        width: calc(50% - 16px);
    }
    .search_service {
        margin-left: auto;
        margin-right: auto;
    }
    .decor:before {
        content: "";
        width: calc(100% + 10px);
        height: 7px;
        background-size: cover;
        left: -9px;
    }
    .decor-2:before {
        content: "";
        width: calc(100% + 10px);
        height: 7px;
        background-size: cover;
        left: -9px;
    }
    .decor-3:before {
        content: "";
        width: 277px;
        height: 6px;
        position: absolute;
        bottom: -2px;
        left: 0px;
        background-size: cover;
        background-position: -5px 0;
    }
    .decor-4:before {
        content: "";
        width: 101px;
        height: 7px;
        position: absolute;
        bottom: -2px;
        left: -1px;
        background-size: cover;
    }
    .home-top-box .fz56 {
        text-align: center;
    }
    .home-top-box .box-1 {
        margin-bottom: 48px;
    }
    .home-top-box .box-2 {
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .home-top-box .box-2:before {
        -webkit-transform: translate(-50%, -50%) rotate(3deg);
        transform: translate(-50%, -50%) rotate(3deg);
        width: calc(100% - 16px);
        height: calc(100% - 18px);
    }
    .box {
        padding: 48px 0;
    }
    .main {
        padding: 0 !important;
    }
    .home-top-box {
        -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;
        padding: 48px 0;
    }
    .home-top-box .box-1 {
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }
    .open_menu {
        background-color: rgba(255, 255, 255, 0.1);
    }
    .open_menu.active {
        background-color: #384DF5;
        background-image: url(../images/close-menu.svg);
        background-repeat: no-repeat;
        background-position: center center;
    }
    .open_menu.active img {
        opacity: 0;
    }
    .open_menu.active svg {
        opacity: 0;
    }
    .mobile-box-20 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .short-services .name {
        top: 0;
    }
    .home-top-box .fz56 {
        max-width: 344px;
        margin-left: auto;
        margin-right: auto;
    }
    .head_search {
        position: fixed !important;
        top: calc(100% + 0px);
        left: 0;
        width: 100%;
        background-color: transparent;
        padding: 8px;
    }
    .head_search.show {
        background-color: #fff;
        display: block;
        height: calc(100% - 64px);
        width: 100%;
        top: 64px;
        border-radius: 0;
    }
    .head_search.show .hints {
        position: fixed;
        top: 128px;
        height: calc(100% - 128px);
        border-radius: 0 0 0 0;
        overflow-y: auto;
    }
    .form_search {
        background-color: rgb(255, 255, 255);
        border-radius: 100px;
        z-index: 30;
        border-width: 0;
        height: 48px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        padding: 0;
        border: 1px solid #384DF5;
        -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
    }
    .form_search.show {
        opacity: 1;
        visibility: visible;
    }
    .form_search.active .remove-input-search-header {
        display: block;
    }
    .form_search .icon path {
        fill: #384DF5;
    }
    .form_search .remove-input-search-header {
        display: none;
    }
    .form_search .remove-input-search-header path {
        fill: #AFAFAF;
    }
    .input_search {
        color: #16171D;
    }
    .input_search::-webkit-input-placeholder {
        color: #16171D;
    }
    .input_search::-moz-placeholder {
        color: #16171D;
    }
    .input_search:-moz-placeholder {
        color: #16171D;
    }
    .input_search:-ms-input-placeholder {
        color: #16171D;
    }
    .btn-open-search.show {
        background-color: #1830F3;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .btn-open-search.show path {
        fill: #fff !important;
    }
    .hints {
        top: calc(100% + 12px);
    }
    .mobile_no_scroll {
        overflow: hidden;
    }
    .mobile-menu li ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        background-color: #fff;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        visibility: hidden;
    }
    .mobile-menu li .cur {
        visibility: visible;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    .mobile-menu li .icon path {
        fill: #fff;
    }
    .mobile-user-panel {
        border: 1px solid #E2E2E2;
    }
    .btn-open-user-list svg {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .btn-open-user-list.active svg {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .notification-box {
        display: none;
    }
    .notification-box-mobile {
        position: fixed;
        top: 64px;
        left: 0;
        width: 100%;
        background-color: #fff;
        height: calc(100% - 64px);
        z-index: 50;
        overflow: hidden;
        overflow-y: auto;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        visibility: hidden;
        display: block;
    }
    .notification-box-mobile.active {
        display: block;
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0);
        visibility: visible;
    }
    .notification-item {
        border-top: 1px solid #E2E2E2;
    }
    .first-post {
        padding: 48px 0 48px 0;
        margin-top: 64px;
    }
    .start {
        padding: 24px 0 !important;
        border-radius: 12px !important;
    }
    .start .mb-12 {
        margin-bottom: 24px !important;
    }
    .start-item {
        margin-bottom: 24px;
    }
    .box-222 {
        border-radius: 0 0 12px 12px;
        margin-bottom: 48px !important;
    }
    .simple-post {
        margin-bottom: 32px !important;
    }
    .simple-post .mb-16 {
        margin-bottom: 32px !important;
    }
    .note {
        margin-bottom: 24px !important;
    }
    .promo {
        margin-bottom: 48px !important;
    }
    .sub-txt.mb-16 {
        margin-bottom: 32px !important;
    }
    .accordion-qv {
        margin-bottom: 48px !important;
    }
    .join-us {
        padding: 48px 0 !important;
        margin-top: 64px !important;
        margin-bottom: 0 !important;
    }
    .worth {
        margin-bottom: 48px !important;
    }
    .jobs {
        margin-bottom: 48px;
    }
    .box-promo {
        margin-bottom: 56px !important;
    }
    .txt.mb-16 {
        margin-bottom: 32px !important;
    }
    .feed-back {
        padding: 48px 0 !important;
        margin-top: 64px !important;
        margin-bottom: 56px !important;
    }
    .page-contact {
        margin-bottom: 48px !important;
    }
    .page-contact .mb-12 {
        margin-bottom: 32px !important;
    }
    .page-contact .contact-item {
        margin-bottom: 16px !important;
    }
    .show_992 {
        display: block;
    }
    .hide_992 {
        display: none;
    }
}
@media (max-width: 767px) {
    :root {
        --px: 16px;
        --font12: 12px;
        --font13: 13px;
        --font14: 14px;
        --font15: 15px;
        --font16: 16px;
        --font17: 17px;
        --font18: 18px;
        --font20: 20px;
        --font24: 24px;
        --font32: 24px;
        --font36: 36px;
        --font40: 40px;
        --font56: 32px;
    }
    .service-tabs {
        margin-bottom: 64px !important;
    }
    .service-slider-main .slick-prev {
        left: 12px;
    }
    .service-slider-main .slick-next {
        right: 12px;
    }
    .breadcrumbs {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
    }
    .breadcrumbs::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .breadcrumbs > * {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .faq_item .text {
        padding: 24px 16px;
    }
    .faq_item .title_block {
        padding: 16px;
        font-size: 18px;
        line-height: 120%;
    }
    .reviews-item.mb-8 {
        margin-bottom: 16px;
    }
    .service-tabs-box .text.fz20 {
        font-size: 16px;
    }
    .box-shadow {
        padding: 16px !important;
    }
    .contact-item {
        width: calc(100% - var(--px));
        margin-bottom: 16px !important;
    }
    .contact-item:nth-child(2n+2) {
        margin-bottom: 24px !important;
    }
    .feed-back {
        border-radius: 0 0 24px 24px !important;
        background-size: cover;
        background-position: 0px 0;
        background-image: url(../images/page/bg-feed-back-mobile.svg);
    }
    .feed-back .title {
        font-size: 32px;
    }
    .feed-back .txt {
        font-size: 20px;
    }
    .feed-back-form {
        width: 100%;
    }
    .jobs-item {
        padding: 16px !important;
    }
    .box-promo img {
        border-radius: 12px;
    }
    .accordion-qv-item .title {
        padding: 16px 56px 16px 16px;
        font-size: 18px;
    }
    .accordion-qv-item .info {
        padding: 24px 16px;
    }
    .promo {
        margin-left: 0;
        margin-right: 0;
        background-size: auto 100%;
        background-image: url(../images/page/promo-mobile.svg) !important;
    }
    .promo .title {
        margin-bottom: 4px !important;
    }
    .promo .txt {
        max-width: 300px;
    }
    .note .title {
        font-size: 20px;
    }
    .start-item {
        width: calc(100% - var(--px));
    }
    .start-item .num {
        font-size: 32px;
    }
    .list-222 li {
        margin-right: 0 !important;
        width: 100%;
        margin-bottom: 16px;
    }
    .list-222 li:last-child {
        margin-bottom: 0;
    }
    .worth {
        margin-bottom: 48px !important;
    }
    .worth-post .mb-16 {
        margin-bottom: 32px !important;
    }
    .worth-item {
        width: calc(100% - var(--px));
        margin-bottom: 24px;
    }
    .worth-item:nth-child(1n+2) {
        margin-top: 0;
    }
    .worth-item:last-child {
        margin-bottom: 0;
    }
    .about-post {
        margin-bottom: 48px !important;
    }
    .about-post .thumb img {
        border-radius: 12px 12px 0 0 !important;
    }
    .about-post .bg {
        padding: 24px 0;
        border-radius: 0 0 12px 12px;
    }
    .txt.fz20 {
        font-size: 16px !important;
    }
    .efficiency-item {
        width: calc(100% - var(--px));
        padding: 24px !important;
        border-radius: 12px !important;
        margin-bottom: 16px !important;
    }
    .efficiency-item:last-child {
        margin-bottom: 0 !important;
    }
    .efficiency {
        padding: 48px 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 12px !important;
    }
    .efficiency .mb-16 {
        margin-bottom: 32px !important;
    }
    .box-about-list {
        margin-bottom: 48px !important;
    }
    .box-about-list {
        margin-right: -16px;
    }
    .box-about-item {
        width: calc(50% - 16px);
        margin-right: 16px;
        height: 163px;
        margin-bottom: 16px;
    }
    .box-about-item:nth-child(2n+2) {
        margin-top: -16px;
    }
    .box-about-item .fz24 {
        font-size: 13px;
    }
    .box-about-item .fz64 {
        font-size: 30px;
    }
    .box-about-item .fz32 {
        font-size: 17px;
    }
    .box-about-item .decor-item {
        zoom: 0.5;
    }
    .box-about-item svg {
        zoom: 0.6;
    }
    .box-292 .title span {
        display: inline-block;
    }
    .box-292 .text {
        font-size: 16px;
    }
    .box-292 .title span:before {
        background-size: cover;
        width: 190px;
        height: 5px;
        top: 31px;
        left: -6px;
    }
    .find-expert-box {
        background-image: url(../images/bg-expert.svg);
        background-repeat: no-repeat;
        background-position: right 0;
        background-size: auto 100%;
    }
    .site-map-menu {
        gap: 1rem !important;
        -ms-grid-columns: minmax(0, 1fr) !important;
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .site-map-menu .inline-flex {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }
    .site-map-menu .inline-flex.active {
        border-color: #757575;
    }
    .site-map-menu .inline-flex.active i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .site-map-menu .inline-flex.active .text-xl path {
        fill: #757575 !important;
    }
    .site-map-menu .inline-flex i {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .site-map-menu .inline-flex .text-xl {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        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;
        align-items: center;
    }
    .site-map-menu .inline-flex .text-xl path {
        fill: #AFAFAF !important;
    }
    .site-map-menu .inline-flex .arrow-drop {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .site-map-menu .inline-flex .press {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .site-map-menu ul {
        display: none;
        padding-top: 24px;
        padding-bottom: 8px;
    }
    .site-map-menu .mb-8 {
        margin-bottom: 0;
    }
    .box-last-news {
        gap: 1rem !important;
        -ms-grid-columns: minmax(0, 1fr) !important;
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .box-2 {
        width: 100%;
    }
    .show_767 {
        display: block;
    }
    .hide_767 {
        display: none;
    }
}
@media (max-width: 640px) {
    .gallery-job {
        padding-bottom: 16px !important;
    }
    .gallery-job-list {
        margin-bottom: 16px !important;
    }
    .gallery-job-list a {
        width: calc(100% - 8px);
    }
    .gallery-job-list a:nth-child(1n+2) {
        margin-top: 8px;
    }
    .authorization-box-list {
        padding: 24px 16px !important;
    }
    .activacia .fz32 {
        font-size: 24px !important;
    }
    .activacia .fz20 {
        font-size: 16px;
    }
    .container-authorization.w-600 {
        width: 100%;
    }
    .authorization {
        padding-top: 105px;
        background-position: 0 0px;
        background-size: cover;
        padding-bottom: 48px;
        background-image: url(../images/authorization/bg-2.svg);
    }
    .authorization .fz32 {
        font-size: 32px;
    }
    .container-authorization {
        width: 100%;
        padding: 0 16px;
    }
    .join-us .btn-blue,
    .start .btn-blue {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .box-shadow .btn-gray,
    .jobs-item .btn-gray {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .first-post .btn-black {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .box-292 {
        padding-top: 0 !important;
        margin-top: 112px !important;
        margin-bottom: 48px !important;
    }
    .box-292 .btn-blue {
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .grid-blog .col {
        width: calc(100% - 16px) !important;
    }
    .grid-blog .col:nth-child(1n+2) {
        margin-top: 16px;
    }
    .width-480 {
        width: 100%;
    }
    .box-reviews_right {
        max-width: 100%;
    }
    .step .thumb {
        width: 100%;
    }
    .list-services {
        margin-right: 0;
        margin-left: 0;
    }
    .list-services .col {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .show_550 {
        display: block;
    }
    .hide_550 {
        display: none;
    }
}

.single-tag{
    border: 1px solid #00000036;
}

.bg-main{
    background-color: #384DF5
}


.short-services .info{
    width: 100%;
    background: #0000009c;
}

.border-set-blue{
    border-color: #384DF5;
}
.background-set-blue{
    background-color: #384DF5;
}
