@import url("../../../../css2");

body {
    background-color: #fff;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    font-size: 18px;
    line-height: 1.44;
    overflow-x: hidden;
}

:root {
    --accent: #3a8c93;
    --bg: #FEFCF8;
}

p {
    letter-spacing: 0.7px;
    margin-top: 0;
    margin-bottom: 20px;
}

h1,
h2,
h3 {
    font-weight: 400;
    margin-top: 0;
}

h1 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 30px;
}

h2 {
    font-size: 36px;
    letter-spacing: 1.44px;
    line-height: 1;
}

.section-title h2 {
    text-transform: uppercase;
}

h3 {
    font-size: 28px;
    letter-spacing: 1.2px;
    line-height: 1;
    text-transform: uppercase;
}

a {
    color: #000000;
    transition: all 0.3s ease-in-out;
}

.container {
    max-width: 100%;
    width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
}

.btn {
    background-color: var(--accent);
    border: 2px solid var(--accent);
    border-radius: 5px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 30px;
    white-space: nowrap;
}

.btn:hover {
    background-color: var(--bg);
}

.top_header_wrap {
    display: flex;
    justify-content: space-between;
    max-height: 100px;
    align-items: center;
    padding: 20px 0;
}

.tp_side {
    width: calc(33% - 20px);
}

.tp_side:nth-child(1) .side_wrap {
    display: flex;
    flex-direction: column;
}

.tp_side:nth-child(1) .side_wrap .phone_header {
    font-weight: 600;
    text-decoration: none;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.04em;
    color: rgb(53, 62, 69);
}

.tp_side:nth-child(1) .side_wrap span {
    color: rgb(53, 62, 69);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}

.tp_side:nth-child(2) .side_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.tp_side:nth-child(2) .side_wrap .log {
    margin-right: 5px;
}

.tp_side:nth-child(2) .side_wrap .description span {
    color: rgb(53, 62, 69);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-align: left;
    text-transform: uppercase;
    height: 47px;
    display: block;
}

.tp_side:nth-child(3) .side_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.side_wrap .header_social a {
    text-decoration: none;
    margin-right: 14px;
    display: inline-block;
}

.side_wrap .header_social a:hover {
    transform: translateY(-4px);
}

.leave_call .btn {
    margin-left: 10px;
    font-size: 14px;
}

.custom-logo-link img {
    display: block;
    max-width: 178px;
}

.main-nav {
    background-color: var(--accent);
    border: 1px solid var(--accent);
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}

.main-nav ul {
    display: flex;
}

.main-nav ul a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    display: block;
    padding: 9px 40px;
    white-space: nowrap;
}

.main-nav ul .colored a {
    color: #F65422;
}

.main-nav ul a:hover {
    background-color: var(--bg);
}

section {
    border-radius: 10px;
    background-color: var(--bg);
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 90px;
    padding: 50px 40px;
}

.section-title h2 {
    margin-bottom: 5px;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.banner {
    border-radius: 0 0 10px 10px;
    background-position: right 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 618px;
    display: flex;
    align-items: center;
    background-image: url('https://www.zastavki.com/pictures/originals/2018Girls___Models_American_model_Lindsay_Ellingson_in_a_black_dress_on_a_red_background_129170_.jpg') !important;
}

@media screen and (max-width:1000px) {
    .banner {
        background-image: url('https://швейник.онлайн/Files/2023/11/2/fa0c653f-fcee-42ca-a66b-e635e31e486f.jpg') !important;
    }
}

.banner-inner {
    max-width: 60%;
}

.banner-inner .slogan {
    font-size: 16px;
    letter-spacing: 0.64px;
    text-transform: uppercase;
}

.banner-inner .btn {
    margin-top: 14px;
}

.slider-sewing-flex {
    display: flex;
    justify-content: space-between;
}

.slider-sewing-flex>div {
    width: calc(33% - 20px);
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.products-slider .owl-item>div {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.slider-wrap {
    padding-left: 30px;
    padding-right: 30px;
}

.slider-sewing-item span {
    display: block;
    color: rgb(61, 61, 61);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 11px;
}

.stages {
    background-position: right center;
}

.production-stages {
    max-width: 590px;
}

.production-stages li {
    padding: 8px 50px;
    border-bottom: 1px solid #EAEAEA;
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
}

.production-stages li:last-child {
    border-bottom: 0;
}

.production-stages li span {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    width: 49px;
    text-align: right;
    margin-right: 17px;
    flex-shrink: 0;
}

.benefits {
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.benefits-flex {
    display: flex;
    justify-content: center;
    gap: 30px 60px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.benefits-item {
    border-radius: 5px;
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    gap: 17px;
    width: 330px;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.03);
    line-height: 1.2;
}

.benefits-item .icon {
    flex-shrink: 0;
}

.benefits-item .icon img {
    max-width: 45px;
}

.benefits-item:last-child {
    width: 50%;
    text-align: center;
    padding: 15px 100px;
    margin: auto;
}

.equipment-wrap {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
}

.equipment-item {
    margin-right: 40px;
    flex-shrink: 0;
    margin-bottom: 30px;
}

.equipment-item img {
    display: block;
    margin-bottom: 15px;
    height: 474px;
    width: auto;
}

.equipment-item div {
    max-width: 370px;
}

.equipment-wrap::-webkit-scrollbar {
    width: 10px;
}

.equipment-wrap::-webkit-scrollbar-track {
    background: #E4E3E3;
    border-radius: 20px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.03);
}

.equipment-wrap::-webkit-scrollbar-thumb {
    background: var(--accent);
    border-radius: 20px;
}

.calculator .section-title h2 {
    margin-bottom: 5px;
}

.colored {
    color: #F65422;
    font-weight: 600;
}

.hiden_form {
    display: none;
}

.main-form-wrap {
    display: none;
    opacity: 0;
}

.quiz_step {
    display: none;
    opacity: 0;
    transition: all 0.3s ease;
}

.active_step {
    display: flex !important;
    justify-content: space-between;
}

.quiz-side {
    max-width: 720px;
    width: 70%;
}

.quiz_step.active_step:not(.what_sew) {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.quiz_step:not(.what_sew) {
    padding-top: 50px;
}

.quiz_step:not(.what_sew) .step_item {
    width: 31%;
    border: 1px solid rgb(245, 227, 196);
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    margin-right: 25px;
    background: #fff;
}

.quiz_step:not(.what_sew) .step_item:nth-child(3n) {
    margin-right: 0;
}

.quiz_step:not(.what_sew) .step_item:hover {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

.quiz_step:not(.what_sew) .step_item .step_title {
    text-align: center;
    font-weight: 600;
    padding: 15px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.calc-wrap {
    display: flex;
    justify-content: space-between;
    min-height: 374px;
    margin-bottom: 24px;
}

.step-content-side {
    max-width: 340px;
    padding: 5px;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.what_sew.active_step {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.what_sew .step_item {
    width: 31%;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border: none;
}

.what_sew .step_item:nth-child(9),
.what_sew .step_item:nth-child(8),
.what_sew .step_item:nth-child(7) {
    margin-bottom: 0;
}

.what_sew .step_item .step_image {
    height: 112px;
    background-size: cover;
}

.what_sew .step_item:hover {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

.what_sew .step_item .step_title {
    padding: 10px 25px;
    background-color: rgba(247, 230, 198, 0.97);
    font-size: 15px;
    color: rgb(61, 61, 61);
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.44px;
    text-align: left;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}

.what_sew .step_item:hover .step_title {
    background: rgb(255, 255, 255);
}

.calc_footer .byn_back {
    background-color: rgba(247, 229, 194, 0.94);
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 5px;
}

.calc_footer .byn_back.disabled {
    pointer-events: none;
    color: rgb(255, 255, 255);
    background: rgb(208, 208, 208);
}

.prog-wrap {
    display: block;
    width: 100%;
    height: 6px;
    position: relative;
    background: #dbdbdb;
    box-shadow: inset 0 -1px 1px hsla(0, 0%, 100%, 0.3);
    border-radius: 5px;
    overflow: hidden;
}

.prog-wrap .prog-inner {
    display: block;
    width: 0%;
    transition: all 0.4s ease;
    background-color: #e4564d;
    height: 100%;
}

.step-content-side .step-titles {
    margin-top: 50px;
}

.step-content-side .step-titles div {
    color: rgb(61, 61, 61);
    font-size: 50px;
    font-weight: 400;
    line-height: 68px;
    letter-spacing: 1.44px;
    margin-bottom: 8;
    text-align: left;
}

.step-content-side .step-titles p {
    margin: 0;
    padding: 0;
    color: rgb(61, 61, 61);
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 1.44px;
    text-align: left;
}

.step-content p {
    margin: 0;
    padding: 0;
    color: rgb(61, 61, 61);
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1.44px;
    text-align: left;
}

.quiz-progres-title {
    font-size: 14px;
}

.quiz-num {
    color: #F65422;
    font-weight: 600;
    font-size: 16px;
}

.main-form-wrap {
    min-height: 400px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.main-form-wrap.active {
    display: flex;
}

.form-l-title {
    margin-bottom: 40px;
}

.form-l-title span {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 1.44px;
    text-align: left;
}

.form-text {
    margin-bottom: 40px;
}

.form-text p {
    color: rgb(61, 61, 61);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.44px;
    text-align: left;
    margin: 0;
}

.main_form_body p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_form_body p>input,
.main_form_body p>span {
    width: 23.5%;
    display: block;
}

.main_form_body p>input {
    border-radius: 5px;
    color: rgb(61, 61, 61);
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    background: rgb(244, 226, 194);
    border: none;
    padding: 12px;
    max-height: 51px;
}

.main_form_body p>input.wpcf7-submit {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.main_form_body p>input.wpcf7-submit:hover {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

.form-inner {
    width: 100%;
}

.main_form_body p {
    margin: 0;
}

.main_form_body p>span>input {
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid rgb(245, 227, 196);
    border-radius: 5px;
    padding: 12px 20px;
    background: rgb(255, 255, 255);
    color: rgb(115, 115, 115);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.44px;
    text-align: left;
}

.main_form_body p .wpcf7-spinner {
    display: none;
}

.main_form_body {
    max-width: 100%;
}

.form-footer {
    margin-top: 5px;
}

.form-footer span {
    color: rgb(61, 61, 61);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1.44px;
    text-align: left;
}

.form-footer span a {
    text-decoration: underline;
}

input:focus-within,
input:focus-visible,
input:focus {
    outline: 0 !important;
}

.cta-block {
    border-radius: 10px;
    background-color: var(--accent);
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 90px;
    padding: 40px;
    position: relative;
}

.cta-block:after {
    content: '';
    width: 154px;
    height: 122px;
    display: block;
    background-image: url(../../../themes/fabric/img/Group.svg);
    position: absolute;
    right: 50px;
    bottom: 60px;
}

.cta-block h3 {
    margin-bottom: 15px;
}

.cta-block p {
    color: rgb(61, 61, 61);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.44px;
    text-align: left;
    margin-bottom: 24px;
}

.cta-block .wpcf7-form-control-wrap {
    position: relative;
    max-width: 300px;
    display: inline-block;
    margin-right: 20px;
}

.wpcf7-form p {
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
}

.wpcf7 form .wpcf7-response-output {
    margin: 13px 0 5px;
    padding: 0;
    border: none;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-left: 5px;
}

.cta-block input[type="tel"],
.cta-block input[type="text"] {
    box-sizing: border-box;
    border: 1px solid rgb(254, 252, 248);
    border-radius: 5px;
    padding: 12px 35px;
    background: rgb(255, 255, 255);
    color: rgb(115, 115, 115);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.44px;
    text-align: left;
    width: 100%;
}

.cta-block input[type="submit"] {
    border-radius: 5px;
    color: rgb(61, 61, 61);
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1.44px;
    text-align: left;
    text-transform: uppercase;
    background: rgb(254, 252, 248);
    border: none;
    padding: 12px 35px;
    max-height: 50px;
    text-align: center;
    width: 300px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.cta-block input[type="submit"]:hover {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

.cta-block .wpcf7-spinner {
    display: none;
}

.note {
    display: block;
    margin-top: 6px;
    color: rgb(61, 61, 61);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1.44px;
    text-align: left;
}

.note a {
    text-decoration: underline;
}

section.team {
    padding-bottom: 10px;
}

.team-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.specialist-wrap {
    display: flex;
}

.specialist {
    padding: 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.03);
    width: calc(50% - 15px);
    margin-bottom: 30px;
}

.experience {
    text-align: right;
    margin-bottom: 10px;
}

.experience span {
    border-radius: 10px;
    background: var(--accent);
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
}

.position {
    color: rgb(61, 61, 61);
    letter-spacing: 1px;
    text-align: right;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.specialist-name {
    font-size: 20px;
    line-height: 110%;
    letter-spacing: 1px;
    text-align: right;
    margin-bottom: 10px;
    font-weight: 600;
}

.specialist-photo {
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin-right: 50px;
}

.specialist-photo img {
    max-width: 110%;
    height: auto;
    border-style: none;
    left: -5%;
    position: relative;
}

.specialist-info {
    font-size: 16px;
    line-height: 22px;
    text-align: right;
}

.video_fedback_item {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: top center;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}

.video_fedback_item .play-border-wrap {
    position: absolute;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #393939;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}

.video_fedback_item .play-border-wrap .play-inner {
    display: flex;
    width: 100%;
    height: 100%;
    padding-left: 4px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #393939;
    padding-top: 6px;
    transition: all 0.3s ease-in-out;
}

.video_fedback_item:hover .play-border-wrap {
    border-color: var(--accent);
}

.video_fedback_item:hover .play-inner {
    background-color: var(--accent);
}

.video_fedback_item svg path {
    transition: all 0.3s ease-in-out;
}

.video_fedback_item:hover svg path {
    fill: #000;
}

.video_fedback_modal_wrap {
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.open-modal {
    opacity: 1;
}

.close_videomodal {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
}

.close_videomodal a {
    display: block;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
}

.owl-prev:hover svg path,
.owl-next:hover svg path {
    fill: var(--accent);
    transition: all 0.3s ease-in-out;
}

.video_feedback_slider {
    position: relative;
}

.owl-nav {
    position: absolute;
    top: calc(50% - 17px);
    width: 100%;
}

.owl-nav .owl-prev {
    position: absolute;
    left: -45px;
}

.owl-nav .owl-next {
    position: absolute;
    right: -45px;
}

.contacts-wrap {
    display: flex;
}

.map iframe {
    border: 1px solid var(--accent);
    ;
}

.contact-info {
    width: 40%;
    padding-right: 30px;
    padding-top: 30px;
}

.map {
    width: 60%;
}

footer#footer {
    background: #545454;
    padding: 44px 0 13px;
}

.footer-social {
    display: flex;
}

.footer-social a {
    display: block;
}

.footer-social a:hover {
    transform: translateY(-4px);
}

.footer-social li {
    margin-right: 14px;
}

footer a,
footer p {
    color: #D9D9D9;
}

.footer-wrap {
    display: flex;
}

.footer-wrap>div {
    width: 50%;
}

.footer-slogan {
    text-transform: uppercase;
    font-size: 14px;
}

.menu-footer-container ul a {
    display: block;
    padding: 10px 0;
}

.menu-footer-container ul a:hover {
    color: #fff;
}

footer .copy {
    color: #D9D9D9;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.56px;
}

.sidebar-widget {
    width: 170px;
    position: fixed;
    left: auto;
    top: 50%;
    right: -150px;
    transform: translate(0, -50%);
    border-radius: 10px 0px 0px 10px;
    transition: all 0.3s ease-in-out;
    box-shadow: -4px 4px 19px 0px rgba(0, 0, 0, 0.12);
    background: rgb(255, 249, 236);
    z-index: 5;
}

.sidebar-widget.closed {
    right: 0;
}

.widget-close {
    position: absolute;
    width: 23px;
    height: 23px;
    left: -5px;
    top: -5px;
}

.widget-close a {
    display: none;
    box-shadow: -4px -4px 4px 0px rgba(0, 0, 0, 0.02);
    background: rgb(255, 249, 236);
    width: 23px;
    height: 23px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.widget-close a.active {
    display: flex;
}

.inner-header {
    min-height: 62px;
    border-radius: 10px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3a8c93;
}

.inner-header span {
    color: rgb(61, 61, 61);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1.44px;
    text-align: center;
    text-transform: uppercase;
}

.links-list {
    padding: 18px 24px;
}

.link-item {
    margin-bottom: 20px;
}

.link-item:last-child {
    margin-bottom: 0;
}

.link-item span {
    display: block;
    transition: all 0.3s;
}

.link-item span.link-title {
    color: rgb(61, 61, 61);
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: left;
}

.link-item span.ico {
    transition: all 0.3s;
}

.link-item a:hover span.ico {
    transform: translateY(-5px);
}

.mobile-contact-panel {
    display: none;
}

article.post,
article.page {
    border-radius: 10px;
    background-color: var(--bg);
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 90px;
    padding: 80px 40px;
}

.privacy-policy .footer-right,
.privacy-policy .leave_call,
.privacy-policy .main-nav {
    display: none;
}

@media screen and (min-width:1025px) {
    .target {
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }

    .target.delay-1 {
        transition-delay: 0.1s;
    }

    .target.delay-2 {
        transition-delay: 0.2s;
    }

    .target.delay-3 {
        transition-delay: 0.3s;
    }

    .target.delay-4 {
        transition-delay: 0.4s;
    }

    .target.delay-5 {
        transition-delay: 0.5s;
    }

    .target.delay-6 {
        transition-delay: 0.6s;
    }

    .target.delay-7 {
        transition-delay: 0.7s;
    }

    .target.delay-8 {
        transition-delay: 0.8s;
    }

    .target.delay-9 {
        transition-delay: 0.9s;
    }

    .target.delay-10 {
        transition-delay: 1s;
    }

    .target.box--visible {
        opacity: 1;
    }

    .fade-left {
        transform: translate(-70px);
    }

    .fade-right {
        transform: translate(70px);
    }

    .fade-right.box--visible,
    .fade-left.box--visible {
        transform: translate(0);
    }

    .fade-top {
        transform: translateY(70px);
    }

    .fade-top.box--visible {
        transform: translateY(0);
    }
}

.price-table {
    margin-bottom: 35px;
}

.price-table::-webkit-scrollbar {
    width: 5px;
}

.price-table::-webkit-scrollbar-track {
    background: #E4E3E3;
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.03);
}

.price-table::-webkit-scrollbar-thumb {
    background: var(--accent);
    border-radius: 10px;
}

.price-table table {
    width: 100%;
}

.price-table table th,
.price-table table td {
    border-bottom: 1px solid #EAEAEA;
    padding: 12px 23px;
}

.price-table table th {
    text-align: left;
    white-space: nowrap;
    font-size: 20px;
}

.price-table table td:first-child,
.price-table table th:first-child {
    border-right: 1px solid #EAEAEA;
    width: 15%;
}

.price-table table tr:not(:first-child):hover {
    background-color: #FFFEFC;
}

.price-note {
    font-size: 0.9em;
}

.technology {
    margin-bottom: 45px;
}

.methods-wrap {
    display: flex;
    justify-content: space-between;
}

.method-item {
    width: 47%;
    display: block;
}

.method-item img {
    margin-bottom: 20px;
    transition: all 0.3s;
    border-radius: 5px;
}

.method-item h3 {
    text-transform: none;
}

.method-item:hover img {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
    filter: grayscale(0.5);
}

.page-banner {
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

.panel-heading {
    position: relative;
    margin: 0;
    padding: 23px 50px 23px 100px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: 1px;
    font-weight: 600;
}

.panel-heading:hover {
    opacity: 0.8;
}

.panel-heading::after {
    content: "";
    display: block;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    position: absolute;
    top: 50%;
    left: 50px;
    transition: 0.3s ease-in-out;
    height: 14px;
    width: 14px;
    background-size: contain;
    margin-top: -11px;
    transform: rotate(45deg);
}

.panel-heading.in::after {
    transform: rotate(-45deg);
}

.panel-collapse {
    display: none;
    padding: 11px 50px 5px 100px;
}

.accordion-item {
    position: relative;
}

.accordion-item::after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: linear-gradient(91deg, #EAEAEA 14.39%, #fff 94.4%);
}

.accordion-item:last-child::after {
    content: none;
}

.accordion-item:first-child .panel-collapse {
    display: block;
}