/*
Theme Name: Hostech
Author: Gramentheme
Author URI: https://themeforest.net/user/gramentheme
Description: Web hosting & WHMCS Html Template 
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


@font-face {
    font-family: "Flaticon";
    src: url("/wp-content/themes/twentytwentyone/assets/webfonts/flaticon_diastom.eot");
    src: url("/wp-content/themes/twentytwentyone/assets/webfonts/flaticon_diastom.eot#iefix") format("embedded-opentype"),
    url("/wp-content/themes/twentytwentyone/assets/webfonts/flaticon_diastom.woff") format("woff"),
    url("/wp-content/themes/twentytwentyone/assets/webfonts/flaticon_diastom.ttf") format("truetype"),
    url("/wp-content/themes/twentytwentyone/assets/webfonts/flaticon_diastom.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}


:root {
    --body: #fff;
    --black: #303030;
    --black2: #68676B;
    --gray-bg: #FAF9F9;
    --gray: #8c9ea6;
    --white: #fff;
    --theme: #ecae56;
    --theme2: #009fdf;
    --accent: #ff0071;
    --light: #db9431;
    --light2: #00B7EF;
    --g-w: #f8ffd3;
    --orange: #ffd98c;
    --header: #0F0D1D;
    --text: #595959;
    --border: #1d1e1b1a;
    --border-2: #D4DCED;
    --bg: #F3F7FB;
    --bg-gray: #f8f7f5;
    --box-shadow: 0px 8px 40px 0px rgba(0, 67, 139, 0.08);
    --box-shadow-small: 0px 5px 13px 0px rgba(0, 67, 139, 0.1);

}

accent {
    color: var(--theme);
}

.link {
    text-decoration-line: underline;
    text-underline-offset: 10%;
    text-decoration-color: var(--theme);
    text-decoration-thickness: 1px;
    font-weight: 400;
}

.theme-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 15px 30px;
    min-width: 170px;
    border-radius: 10px;
}

.theme-btn.icon-btn {
    min-width: auto;
    padding: 13px;
}

.theme-btn i {
    margin-left: 5px;
}

.theme-btn.icon-btn i {
    margin-left: 0px;
}

.theme-btn.ellips {
    border-radius: 50%;
}


.theme-btn:hover {
    color: var(--white);
    box-shadow: none;
    background: var(--light)
}

.theme-btn:hover::before {
    width: 100%;
}

.theme-btn.bg-color-2 {
    background-color: var(--black2);
    color: var(--white) !important;

}

.theme-btn.bg-color-2::before {
    background-color: var(--theme);
}

.theme-btn.bg-color-2:hover {
    color: var(--black2) !important;
}

.theme-btn.bg-white {
    background-color: var(--white);
    color: var(--header);
}

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

.theme-btn.big {
    padding: 18.5px 40px;
    font-size: 17px;
}

.theme-btn.big.border-white {
    padding: 17.5px 39px;
}

.theme-btn.border-white {
    border: 1px solid var(--white);
    background-color: transparent;
    color: var(--white)
}

.theme-btn.border-white::before {
    background-color: var(--white);
}

.theme-btn.border-white:hover {
    color: var(--header);
}

.theme-btn.big.border-black {
    padding: 17.5px 39px;
}

.theme-btn.border-blue {
    border: 1px solid var(--theme2);
    background-color: transparent;
    color: var(--theme2)
}

.theme-btn.border-blue:hover {
    background: var(--theme2);
    color: var(--white);
}

.theme-btn.border-black {
    border: 1px solid var(--black);
    background-color: transparent;
    color: var(--black);
}

.theme-btn.border-theme {
    border: 1px solid var(--theme);
    background-color: transparent;
    color: var(--theme);
}

.theme-btn.border-gray {
    border: 1px solid var(--gray);
    background-color: transparent;
    color: var(--gray);
}


.theme-btn.border-black:hover,
.theme-btn.border-theme:hover,
.theme-btn.border-gray:hover {
    color: var(--white);
    background: var(--light);
    border: 1px solid var(--light) !important;
}
.cta .theme-btn:hover {
    color:#fff !important;
}

.theme-btn.bg-trans {
    background-color: #ffffffba;
    color: var(--black2) !important;

}


.theme-btn.bg-trans:hover {
    color: var(--white) !important;
}

@media (max-width: 767px) {
    .theme-btn {
        padding: 20px 32px;
    }
}

@media (max-width: 575px) {
    .theme-btn {
        padding: 18px 30px;
        font-size: 14px;
    }
}

.theme-btn-2 {
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    color: var(--text);
    text-transform: none;
}

.theme-btn-2 i {
    margin-left: 10px;
}

.theme-btn-2:hover {
    color: var(--theme);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
    font-family: "Rubik", serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: var(--text);
    background-color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
    font-family: "Rubik", serif;

}

input:focus {
    color: var(--white);
    outline: none;
}

input {
    color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Rubik", serif;
    margin: 0px;
    padding: 0;
    color: var(--header);
    text-transform: none;
    transition: all 0.4s ease-in-out;
}

h1 {
    font-size: 66px;
    font-weight: 500;
    line-height: 123%;
}

h2 {
    font-size: 35px;
    line-height: 125%;
    font-weight: 400;
}

@media (max-width: 1199px) {
    h2 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 24px;
    }
}

h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 575px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

h5 {
    font-size: 18px;
    font-weight: 700;
}

h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 145%;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--header);
    transition: all 0.4s ease-in-out;
}

p {
    margin: 0px;
    font-size: 17px;
    color: var(--black);
    font-weight: 300;
    transition: all 0.4s ease-in-out;
}
gray {
    font-size: 0.8em;
    color: var(--gray);
}
@media (max-width: 767px) {
    p {
        font-size: 16px;
    }
}

span {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

.about-wrapper {
    margin-bottom: 41px;
}

.about-wrapper .about-image-items {
    position: relative;
}

.about-wrapper .about-image-items .shape-image {
    position: absolute;
    top: 16%;
    right: 10%;
}

.about-wrapper .about-image-items .about-sub {
    font-size: 22px;
    color: var(--white);
    background-color: var(--theme);
    padding: 18px 25px;
    border-radius: 100px;
    line-height: 1;
    display: inline-block;
    transform: rotate(-90deg) translateY(-50%);
    position: absolute;
    top: 44%;
    left: -16%;
    z-index: 9;
}

@media (max-width: 575px) {
    .about-wrapper .about-image-items .about-sub {
        font-size: 14px;
        left: -8%;
    }
}

.about-wrapper .about-image-items .about-image-1 {
    max-width: 415px;
    position: relative;
}

.about-wrapper .about-image-items .about-image-1 img {
    width: 100%;
    height: 100%;
}

.about-wrapper .about-image-items .about-image-1 .about-image-2 {
    max-width: 390px;
    position: absolute;
    right: -55%;
    bottom: -14%;
}

@media (max-width: 1399px) {
    .about-wrapper .about-image-items .about-image-1 .about-image-2 {
        max-width: 350px;
        right: -30%;
    }
}

@media (max-width: 1199px) {
    .about-wrapper .about-image-items .about-image-1 .about-image-2 {
        max-width: 280px;
        right: -20%;
    }
}

@media (max-width: 991px) {
    .about-wrapper .about-image-items .about-image-1 .about-image-2 {
        max-width: 330px;
        right: -35%;
    }
}

@media (max-width: 767px) {
    .about-wrapper .about-image-items .about-image-1 .about-image-2 {
        width: 250px;
        right: 0;
        bottom: 0;
    }
}

@media (max-width: 575px) {
    .about-wrapper .about-image-items .about-image-1 .about-image-2 {
        width: 200px;
    }
}

.about-wrapper .about-image-items .about-image-1 .about-image-2 img {
    border-radius: 16px;
}

.about-wrapper .about-content {
    margin-left: 10px;
}

@media (max-width: 991px) {
    .about-wrapper .about-content {
        margin-left: 0;
    }
}

.about-wrapper .about-content p {
    border-bottom: 1px solid var(--border);
    padding-bottom: 30px;
}

.about-wrapper .about-content .about-counter-items {
    padding: 24px 40px;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
    margin-top: 35px;
}

@media (max-width: 1399px) {
    .about-wrapper .about-content .about-counter-items {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .about-wrapper .about-content .about-counter-items {
        flex-wrap: initial;
    }
}

@media (max-width: 767px) {
    .about-wrapper .about-content .about-counter-items {
        flex-wrap: wrap;
        gap: 40px;
    }
}

.about-wrapper .about-content .about-counter-items .counter-items:not(:last-child) {
    border-right: 1px solid var(--border);
    padding-right: 50px;
}

@media (max-width: 1399px) {
    .about-wrapper .about-content .about-counter-items .counter-items:not(:last-child) {
        border: none;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .about-wrapper .about-content .about-counter-items .counter-items:not(:last-child) {
        border-right: 1px solid var(--border);
        padding-right: 50px;
    }
}

@media (max-width: 767px) {
    .about-wrapper .about-content .about-counter-items .counter-items:not(:last-child) {
        border: none;
        padding-right: 0;
    }
}

.about-wrapper .about-content .about-counter-items .counter-items h2 {
    font-size: 55px;
    color: var(--theme);
    font-weight: 500;
}

.about-wrapper .about-content .about-counter-items .counter-items h6 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}

.about-wrapper .about-content .about-counter-items .video-thumb {
    border-radius: 1000px 0px 0px 1000px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 198px;
    height: 145px;
}

@media (max-width: 1399px) {
    .about-wrapper .about-content .about-counter-items .video-thumb {
        position: relative;
    }
}

@media (max-width: 991px) {
    .about-wrapper .about-content .about-counter-items .video-thumb {
        position: absolute;
    }
}

@media (max-width: 767px) {
    .about-wrapper .about-content .about-counter-items .video-thumb {
        position: relative;
    }
}

.about-wrapper .about-content .about-counter-items .video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-wrapper .about-content .about-counter-items .video-thumb .video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-wrapper .about-content .about-counter-items .video-thumb .video-box .video-btn {
    background-color: var(--white);
    color: var(--theme);
    display: inline-block;
    font-size: 16px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    position: relative;
}

.about-wrapper .about-content .about-counter-items .video-thumb .video-box .video-btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1.3px solid var(--white);
    content: "";
    transform: translate(-50%, -50%);
}

@-webkit-keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(15deg);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes tpswing {
    0% {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

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

    100% {
        width: 100%;
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(20deg);
    }
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(30px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounce-x {
    -webkit-animation: bounce-x 7s infinite linear;
    animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }

    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }

    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes rotated2 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes wave {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.brand-head-title {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1;
    position: relative;
}

.brand-head-title img {
    margin-right: 12px;
}

.brand-head-title span {
    color: var(--theme);
    font-weight: 500;
}

.brand-logo-2 {
    text-align: center;
    margin-top: 40px;
}

.brand-head-title-2 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    position: relative;
}

.brand-head-title-2 span {
    color: var(--theme);
}

.brand-head-title-2::before {
    position: absolute;
    top: 15px;
    left: 2%;
    content: "";
    height: 1px;
    width: 295px;
    background-color: #D4DCFF;
}

@media (max-width: 1399px) {
    .brand-head-title-2::before {
        display: none;
    }
}

.brand-head-title-2::after {
    position: absolute;
    top: 15px;
    right: 2%;
    content: "";
    height: 1px;
    width: 295px;
    background-color: #D4DCFF;
}

@media (max-width: 1399px) {
    .brand-head-title-2::after {
        display: none;
    }
}



.doming-name-wrapper {
    background-color: var(--theme);
    padding: 60px;
    border-radius: 20px;
    margin-top: -165px;
    position: relative;
    z-index: 9;
}

@media (max-width: 991px) {
    .doming-name-wrapper {
        padding: 60px 50px;
    }
}

@media (max-width: 767px) {
    .doming-name-wrapper {
        padding: 50px 40px;
    }
}

@media (max-width: 575px) {
    .doming-name-wrapper {
        padding: 40px 30px;
    }
}

.doming-name-wrapper h3 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .doming-name-wrapper h3 {
        margin-bottom: 20px;
        font-size: 24px;
    }
}

.doming-name-wrapper .doming-input {
    max-width: 820px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.doming-name-wrapper .doming-input input {
    width: 100%;
    outline: none;
    border: none;
    border-radius: 8px;
    padding: 20px 25px;
    line-height: 1;
    font-size: 17px;
    color: var(--text);
}

.doming-name-wrapper .doming-input .theme-btn {
    position: absolute;
    top: 6px;
    right: 7px;
    border-radius: 4px;
    padding: 17.5px 40px;
    font-weight: 600;
}

.doming-name-wrapper .doming-input .theme-btn::before {
    background-color: var(--theme);
}

.doming-name-wrapper .doming-input .theme-btn:hover {
    color: var(--white);
}

.doming-name-wrapper .doming-input .select-area {
    position: absolute;
    right: 28%;
    top: 20px;
}

.doming-name-wrapper .doming-input .select-area .nice-select {
    width: unset !important;
    gap: 20px;
    font-size: 17px;
}

.doming-name-wrapper .doming-input .select-area .nice-select .list {
    max-height: 15vh;
    background: var(--header);
    width: 80px;
    padding: 5px 8px;
    overflow-y: scroll;
    right: -35px;
    border-radius: 0;
}

.doming-name-wrapper .doming-input .select-area .nice-select .list li {
    color: var(--white);
    font-size: 15px;
    border: none;
}

.doming-name-wrapper .doming-list {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
}

@media (max-width: 1199px) {
    .doming-name-wrapper .doming-list {
        flex-wrap: wrap;
        gap: 25px;
    }
}

.doming-name-wrapper .doming-list li {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.15);
    font-size: 14px;
    color: var(--white);
    font-weight: 500;
    padding: 12px 25px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    position: relative;
    text-transform: lowercase;
}

.doming-name-wrapper .doming-list li::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.5);
    height: 14px;
    width: 2px;
}

.doming-name-wrapper .doming-list li span {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.doming-name-wrapper.style-2 {
    border-radius: 2050px;
    margin-top: -225px;
}

@media (max-width: 991px) {
    .doming-name-wrapper.style-2 {
        border-radius: 0;
    }
}

.contact-left h2 {
    font-size: 70px;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .contact-left h2 {
        font-size: 62px;
    }
}

@media (max-width: 991px) {
    .contact-left h2 {
        font-size: 56px;
    }
}

@media (max-width: 767px) {
    .contact-left h2 {
        font-size: 46px;
    }
}

@media (max-width: 575px) {
    .contact-left h2 {
        font-size: 36px;
    }
}

.contact-left .contact-image {
    max-width: 585px;
}

.contact-left .contact-image img {
    width: 100%;
    height: 100%;
}

.contact-wrapper .contact-right {
    border-radius: 16px;
    border: 1px solid var(--border);
    padding: 45px 35px;
}

.contact-wrapper .contact-right h3 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 35px;
}

.form-clt input,
 .form-clt textarea {
    padding: 20px 20px;
    line-height: 1;
    outline: none;
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 20px;
    background-color: #fff;
    color: var(--black);
    font-weight: 350;
}
::-webkit-calendar-picker-indicator {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%238c9ea6" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}
.form-clt .title {
display: block;
    font-size: 15px;
    opacity: 1;
    font-weight: 300;
    color: var(--black);
    margin-bottom:5px;
    }
.form-clt input::placeholder {
color:var(--gray);
font-weight:350;
}
.form-clt input:focus,
 .form-clt textarea:focus {
    border: 1px solid var(--theme);
}

.form-clt input::placeholder,
.form-clt textarea::placeholder {
    color: var(--gray);
    font-weight:350;

}

.contact-right .form-clt textarea {
    padding-bottom: 110px;
}

.contact-right .form-clt .category-oneadjust {
    background-color: transparent;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 20px;
    line-height: 1;
    width: 100%;
}

.privacy .wpcf7-list-item {
    margin:0px;
}
.privacy {
       font-size: 13px;
    line-height: 1.3;
    color: var(--gray); 
}


/* Как с вами связаться */
.custom-checkbox {
      display: flex;
    flex-wrap: wrap;  
    gap: 10px;
    margin: 10px 0px;
}

.custom-checkbox label {
  display: block;
}

.custom-checkbox .wpcf7-list-item {
  display: flex;
  margin:0px;
}

.custom-checkbox input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  position: absolute;
}

.custom-checkbox .wpcf7-list-item-label {
    display: flex;
    position: relative;
    cursor: pointer;
    gap: 5px;
    padding: 10px 10px;
    line-height: 1;
      border: 1px solid #8c9ea64d;
    border-radius: 13px;
        font-size: 14px;
        color:var(--gray);
}

.custom-checkbox input[type="radio"] + .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  top: 9px;
  left: 4px;
  width: 13px;
  height: 13px;
  line-height: 13px;
  border-radius: 50%;
  background-color: #999;
  opacity: 0;
}


.custom-checkbox input[type="radio"]:checked + .wpcf7-list-item-label  {
border: 1px solid var(--gray);
    border-radius: 13px;
    color: var(--black);
    background: #fff;
    
}
.wpcf7-not-valid-tip {
    font-size:14px !important;
    font-weight:300 !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0em 0em !important;
    border-radius: 10px !important;
    padding: 0.4em 1em !important;
        border-width: 1px !important;
    font-size: 14px;
    color: var(--black);
    font-weight: 350;
}
.wpcf7-list-item-label:hover {
      background: #fff;  
}
.custom-checkbox input[type="radio"]:checked + .wpcf7-list-item-label::after {
display:none;
    
}

.custom-checkbox .wpcf7-list-item.first label .wpcf7-list-item-label:before{
    font-family: "Flaticon";    content: "\f123";
}
.custom-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before{
     font-family: "Flaticon";     content: "\f101";
}
.custom-checkbox .wpcf7-list-item.last label .wpcf7-list-item-label:before{
    content: "\f104";
      font-family: "Flaticon"; 
}


@media (max-width: 1399px) {
    .contact-right .form-clt .category-oneadjust {
        width: initial;
    }
}

.contact-right .form-clt .category-oneadjust .nice-select {
    width: 100% !important;
    gap: 20px;
    font-size: 16px;
}

.contact-right .form-clt .category-oneadjust .nice-select span {
    color: var(--text);
    font-weight: 500;
}

.contact-right .form-clt .category-oneadjust .nice-select::after {
    border-bottom: 2px solid var(--text);
    border-right: 2px solid var(--text);
    right: 0;
}

.contact-right .form-clt .category-oneadjust .nice-select .list {
    max-height: 15vh;
    background: var(--bg);
    width: 100%;
    padding: 10px 8px;
    overflow-y: scroll;
    right: 0;
    left: 0;
}

.contact-right .form-clt .category-oneadjust .nice-select .list li {
    color: var(--header);
    font-size: 16px;
    border: none;
}

.contact-right .theme-btn {
    width: 100%;
    border-radius: 8px;
}

.contact-right .from-customradio .form-check-label {
    color: var(--text);
    font-size: 16px;
    text-transform: none;
    margin-bottom: 20px;
}

.modal-common-wrap {
    position: relative;
    z-index: 9999;
    overflow-y: scroll;
    max-height: 100vh;
}

.modal-common-wrap .modal-content {
    background: transparent;
    border: unset;
}

.modal-common-wrap .modal-header {
    border-radius: 0;
    padding: 0 0;
    margin-left: auto;
    border: unset;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-common-wrap .modal-header .btn-close {
    margin: 0 0;
    padding: 0 0;
    outline: none;
    width: 40px;
    height: 40px;
}

.modal-common-wrap .modal-body {
    background: var(--white);
    box-shadow: 0px 4px 25px rgba(56, 75, 255, 0.08);
    padding: 0 0;
}

.modal-common-wrap .modal-body .modal-common-content {
    padding: 50px 65px;
    width: 538px;
}

.modal-common-wrap .modal-body .modal-common-content h2 {
    font-size: 40px;
    color: var(--black);
    margin-bottom: 65px;
}

.modal-common-wrap .modal-body .modal-common-content .login-from .cmn-mb {
    margin-bottom: 30px;
}

.modal-common-wrap .modal-body .modal-common-content .login-from .form-grp input {
    border: unset;
    padding-bottom: 16px;
    border-bottom: 1px solid #d9d9d9;
    color: #4f536c;
    width: 100%;
}

.modal-common-wrap .modal-body .modal-common-content .login-from .form-grp ::placeholder {
    color: #4f536c;
}

.modal-common-wrap .modal-body .modal-common-content .forgot-inner-area {
    margin-top: 14px;
}

.modal-common-wrap .modal-body .modal-common-content .forgot-inner-area .checkmark-inner {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal-common-wrap .modal-body .modal-common-content .forgot-inner-area .checkmark-inner .form-check-input {
    margin-top: 0;
}

.modal-common-wrap .modal-body .modal-common-content .forgot-inner-area .checkmark-inner .form-check-label {
    font-size: 14px;
    color: var(--header);
    line-height: 18px;
}

.modal-common-wrap .modal-body .modal-common-content .orting-badge {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #445375;
    margin: 28px 0;
}

.modal-common-wrap .modal-body .modal-common-content .orting-badge::before {
    position: absolute;
    left: 0;
    content: "";
    height: 1px;
    width: 44%;
    background: #d9d9d9;
}

.modal-common-wrap .modal-body .modal-common-content .orting-badge::after {
    position: absolute;
    right: 0;
    content: "";
    height: 1px;
    width: 44%;
    background: #d9d9d9;
}

.modal-common-wrap .modal-body .modal-common-content .theme-btn {
    border-radius: 0px;
}

.modal-common-wrap .modal-body .modal-common-content .forgot {
    font-size: 14px;
    color: var(--theme);
}

.modal-common-wrap .modal-body .modal-common-content .cmn-social {
    display: flex;
    align-items: center;
    gap: 69px;
    border: 1px solid #e5e5e5;
    padding: 17px 30px;
    text-transform: none;
    font-weight: 600;
}

.modal-common-wrap .modal-dialog {
    max-width: 1410px;
}

.modal-common-wrap .modal-right-thumb .signlogin-btnwrap {
    display: flex;
    align-items: center;
    gap: 10px;
    transform: rotate(90deg);
    position: absolute;
    top: 45%;
    left: -80px;
}

.modal-common-wrap .modal-right-thumb .signlogin-btnwrap .theme-btn {
    border-radius: 0;
    padding: 14px 24px;
    min-width: initial;
    font-size: 16px;
    font-weight: 400;
}

.modal-common-wrap .modal-right-thumb .signlogin-btnwrap .theme-create {
    padding: 6px 24px;
    border: 1px solid var(--white);
    font-size: 16px;
    transition: all 0.4s;
    text-transform: none;
    color: var(--white);
}

.modal-common-wrap .modal-right-thumb .signlogin-btnwrap .theme-create:hover {
    background: var(--theme);
    border-color: var(--theme);
}

.modal-common-wrap .from-customradio {
    margin-top: 20px;
}

.modal-common-wrap .from-customradio .form-check-input {
    margin-top: 0;
}

.modal-common-wrap .from-customradio .form-check-label {
    color: #181818;
    font-size: 14px;
}

@media screen and (max-width: 1399px) {
    .modal-common-wrap .modal-body .modal-common-content {
        padding: 30px 30px;
        width: 538px;
        min-width: 400px;
    }

    .modal-common-wrap .modal-body .modal-common-content h2 {
        margin-bottom: 34px;
    }

    .modal-common-wrap .modal-body .modal-common-content .login-from .cmn-mb {
        margin-bottom: 20px;
    }

    .modal-common-wrap .modal-body .modal-common-content .login-from .form-grp input {
        padding-bottom: 12px;
    }

    .modal-common-wrap .modal-body .modal-common-content .forgot-inner-area {
        margin-top: 10px;
    }

    .modal-common-wrap .modal-body .modal-common-content .forgot-inner-area .checkmark-inner {
        gap: 8px;
    }

    .modal-common-wrap .modal-body .modal-common-content .orting-badge {
        margin: 15px 0;
    }

    .modal-common-wrap .modal-body .modal-common-content .cmn-social {
        gap: 18px;
        padding: 12px 20px;
    }

    .modal-common-wrap .from-customradio {
        margin-top: 12px;
    }
}

@media screen and (max-width: 991px) {
    .modal-common-wrap .modal-body .modal-common-content {
        padding: 24px 16px;
        width: 538px;
        min-width: 400px;
    }
}

@media screen and (max-width: 767px) {
    .modal-common-wrap .modal-body .modal-common-content {
        padding: 24px 16px;
        width: 100%;
        min-width: initial;
    }

    .modal-common-wrap .modal-right-thumb {
        width: 100%;
    }

    .modal-common-wrap .modal-right-thumb img {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .modal-common-wrap .modal-right-thumb .signlogin-btnwrap {
        gap: 7px;
        flex-wrap: wrap;
        transform: rotate(0deg);
        top: initial;
        left: 15px;
        bottom: 10px;
    }
}

.cta-contact-left .cta-contact-button {
    display: flex;
    align-items: center;
    gap: 30px;
}

.cta-contact-left .cta-contact-button h4 {
    font-weight: 400;
    text-transform: lowercase;
}

.cta-contact-left .cta-contact-button h4 i {
    color: var(--white);
    margin-right: 5px;
}

.cta-contact-left .cta-contact-button h4 a {
    color: var(--white);
}

.cta-contact-image {
    margin-bottom: -130px;
}

@media (max-width: 1399px) {
    .cta-contact-image {
        margin-bottom: -250px;
    }
}

@media (max-width: 1199px) {
    .cta-contact-image {
        margin-bottom: -140px;
    }
}

@media (max-width: 991px) {
    .cta-contact-image {
        margin-bottom: -80px;
    }
}

.cta-contact-image img {
    max-width: 100%;
}

.cta-contact-wrapper {
    background-color: var(--theme);
    padding: 100px 90px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: -150px;
    z-index: 9;
    gap: 30px;
}

@media (max-width: 1199px) {
    .cta-contact-wrapper {
        flex-wrap: wrap;
        padding: 70px 60px;
    }
}

@media (max-width: 991px) {
    .cta-contact-wrapper {
        padding: 60px 50px;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .cta-contact-wrapper {
        padding: 50px 40px;
    }
}

@media (max-width: 575px) {
    .cta-contact-wrapper {
        padding: 40px 30px;
    }
}

.cta-contact-wrapper .cta-contact-image {
    position: absolute;
    left: 90px;
    top: 40px;
}

@media (max-width: 1399px) {
    .cta-contact-wrapper .cta-contact-image {
        display: none;
    }
}

.cta-contact-wrapper .section-title {
    margin-left: 300px;
}

@media (max-width: 1399px) {
    .cta-contact-wrapper .section-title {
        margin-left: 0;
    }
}

.cta-contact-wrapper .section-title h2 {
    font-size: 36px;
}

@media (max-width: 767px) {
    .cta-contact-wrapper .section-title h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .cta-contact-wrapper .section-title h2 {
        font-size: 28px;
    }
}

.faq-wrapper .faq-image img {
    width: 100%;
    height: 100%;
}

.faq-wrapper .faq-content {
    margin-left: 40px;
}

@media (max-width: 1199px) {
    .faq-wrapper .faq-content {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .faq-wrapper .faq-content {
        margin-left: 0;
    }
}

.faq-wrapper .faq-content .accordion-item {
    border: 0;
    background-color: transparent;
}

.faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button {
    font-weight: 600;
    color: var(--theme);
    letter-spacing: -0.2px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    text-transform: none;
    font-size: 22px;
    padding: 25px 0;
}

.faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button::after {
    font-weight: 500;
    transition: all 0.3s ease-in-out !important;
    background-image: url(../../assets/img/chevron-right.svg);
    color: var(--theme);
}

.faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url(../../assets/img/chevron-down.svg);
    font-weight: 500;
    color: var(--theme);
    transform: rotate(0);
}

.faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button.collapsed {
    background-color: transparent;
    color: var(--header);
    border-bottom: 1px solid var(--border);
}

.faq-wrapper .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
    padding-left: 0;
    color: var(--text);
    background-color: transparent;
    padding-top: 0;
    margin-top: -10px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .faq-wrapper .faq-content .accordion-item .accordion-collapse .accordion-body {
        padding-right: 30px;
    }
}

@media (min-width: 767px) {
    .mob {
        display: none !important;
    }
}

.choose-us-top-inner {
    margin-top: 60px;
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .choose-us-top-inner {
        margin-top: 30px;
    }
}

.choose-us-top-inner::before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--border);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .choose-us-top-inner::before {
        display: none;
    }
}

.choose-us-top-inner ul {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    max-width: 950px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

@media (max-width: 767px) {
    .choose-us-top-inner ul {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: start;
    }
}

.choose-us-top-inner ul li {
    font-size: 14px;
    color: var(--header);
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid var(--border);
    padding: 14px 30px;
    border-radius: 50px;
    display: inline-block;
    line-height: 1;
    background-color: var(--white);
    transition: all 0.4s ease-in-out;
}

.choose-us-top-inner ul li:hover {
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid transparent;
}

.choose-us-top-inner.style-2 ul li:hover {
    border: 1px solid var(--white);
}

.choose-us-card-items {
    margin-top: 15px;
    background-color: var(--bg);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.4s ease-in-out;
}

.choose-us-card-items .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 8px;
    background-color: #F3F7FB;
    border: 1px solid var(--border);
    margin: 0 auto;
    text-align: center;
    transition: all 0.4s ease-in-out;
    transition: transform 500ms ease;
}

.choose-us-card-items .content {
    margin-top: 20px;
}

.choose-us-card-items .content h3 {
    margin-bottom: 10px;
}

.choose-us-card-items:hover {
    border: 1px solid var(--theme);
}

.choose-us-card-items:hover .icon {
    transform: scaleX(-1);
}

.choose-us-card-items.style-2 {
    padding: 0;
    background-color: transparent;
    border: none;
    max-width: 280px;
    margin: 30px auto 0;
}

.choose-us-card-items.style-2 .content h3,
.choose-us-card-items.style-2 .content p {
    color: var(--white);
}

.feature-wrapper .feature-image {
    max-width: 586px;
}

.feature-wrapper .feature-image img {
    width: 100%;
    height: 100%;
}

.feature-wrapper .feature-content .feature-list {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .feature-wrapper .feature-content .feature-list {
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .feature-wrapper .feature-content .feature-list {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.feature-wrapper .feature-content .feature-list ul li {
    font-weight: 500;
}

.feature-wrapper .feature-content .feature-list ul li:not(:last-child) {
    margin-bottom: 10px;
}

.feature-wrapper .feature-content .feature-list ul li i {
    margin-right: 5px;
    color: var(--theme);
}

.data-center-wrapper {
    padding-top: 30px;
}

.data-center-wrapper .data-center-image {
    position: relative;
}

.data-center-wrapper .data-center-image img {
    width: 100%;
    height: 100%;
}

.data-center-wrapper .data-center-image .text-box {
    padding: 10px 20px;
    background-color: var(--white);
    color: var(--header);
    box-shadow: 0px 4px 25px 0px rgba(56, 75, 255, 0.08);
    border-radius: 24px;
    line-height: 1;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 991px) {
    .data-center-wrapper .data-center-image .text-box {
        display: none;
    }
}

.data-center-wrapper .data-center-image .text-box:hover {
    background-color: var(--theme);
    color: var(--white);
}

.data-center-wrapper .data-center-image .text-box.box-1 {
    position: absolute;
    top: 13%;
    left: 9.4%;
}

.data-center-wrapper .data-center-image .text-box.box-2 {
    position: absolute;
    top: 29%;
    left: 16%;
}

.data-center-wrapper .data-center-image .text-box.box-3 {
    position: absolute;
    top: 58%;
    left: 28.5%;
}

.data-center-wrapper .data-center-image .text-box.box-4 {
    position: absolute;
    left: 50%;
    top: 5%;
}

.data-center-wrapper .data-center-image .text-box.box-5 {
    position: absolute;
    left: 52%;
    top: 21%;
}

.data-center-wrapper .data-center-image .text-box.box-6 {
    position: absolute;
    left: 44.6%;
    top: 44%;
}

.data-center-wrapper .data-center-image .text-box.box-7 {
    position: absolute;
    left: 48%;
    top: 66%;
}

.data-center-wrapper .data-center-image .text-box.box-8 {
    position: absolute;
    right: 29%;
    top: 30%;
}

.data-center-wrapper .data-center-image .text-box.box-9 {
    position: absolute;
    right: 16%;
    top: 24%;
}

.data-center-wrapper .data-center-image .text-box.box-10 {
    position: absolute;
    right: 12.6%;
    bottom: 30%;
}

.feature-wrapper-2 {
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    padding: 50px 40px;
    position: relative;
    z-index: 9;
    margin-top: -130px;
    border-radius: 16px;
    z-index: 9;
}

.feature-wrapper-2::before {
    position: absolute;
    top: 30%;
    left: 40px;
    right: 0;
    content: "";
    width: 94%;
    transform: translateY(-50%);
    z-index: -1;
    border: 1px dotted var(--border);
}

@media (max-width: 1199px) {
    .feature-wrapper-2::before {
        display: none;
    }
}

.feature-wrapper-2 .feature-card-items {
    text-align: center;
}

.feature-wrapper-2 .feature-card-items .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid var(--border);
    border-radius: 8px;
    background-color: #F3F7FB;
    margin: 0 auto 25px;
}

.feature-wrapper-2 .feature-card-items .content h3 {
    margin-bottom: 10px;
}

.feature-content-warpper .feature-hosting-image img {
    width: 100%;
    height: 100%;
}

.feature-content-warpper .feature-hosting-content .list-items {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .feature-content-warpper .feature-hosting-content .list-items {
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .feature-content-warpper .feature-hosting-content .list-items {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.feature-content-warpper .feature-hosting-content .list-items ul li {
    font-weight: 500;
}

.feature-content-warpper .feature-hosting-content .list-items ul li:not(:last-child) {
    margin-bottom: 10px;
}

.feature-content-warpper .feature-hosting-content .list-items ul li i {
    color: var(--theme);
    margin-right: 5px;
}

.feature-content-warpper.style-2 {
    margin-top: 15px;
}

.feature-content-warpper.style-2 .feature-hosting-image-2 {
    position: relative;
    z-index: 9;
}

.feature-content-warpper.style-2 .feature-hosting-image-2 .icon-box-1 {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    text-align: center;
    line-height: 210px;
    stroke-width: 1px;
    border: 1px dashed rgba(56, 75, 255, 0.5);
    position: absolute;
    top: -15px;
    left: -50px;
}

@media (max-width: 1199px) {
    .feature-content-warpper.style-2 .feature-hosting-image-2 .icon-box-1 {
        width: 140px;
        height: 140px;
        line-height: 140px;
        top: 15px;
        left: -10px;
    }
}

.feature-content-warpper.style-2 .feature-hosting-image-2 .icon-box-2 {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    text-align: center;
    line-height: 210px;
    stroke-width: 1px;
    border: 1px dashed rgba(56, 75, 255, 0.5);
    position: absolute;
    bottom: 15px;
    right: 0;
}

@media (max-width: 1199px) {
    .feature-content-warpper.style-2 .feature-hosting-image-2 .icon-box-2 {
        width: 140px;
        height: 140px;
        line-height: 140px;
        bottom: 30px;
    }
}

.feature-content-warpper.style-2 .feature-hosting-image-2 .thumb {
    max-width: 405px;
    text-align: center;
    margin: 0 auto;
}

.feature-content-warpper.style-2 .feature-hosting-image-2 .thumb img {
    width: 100%;
    height: 100%;
}

.feature-content-warpper.style-2 .feature-hosting-image-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    width: 85%;
    top: 16%;
    height: 64%;
    border-radius: 80px 0px;
    border: 1px dashed var(--theme);
    opacity: 0.5;
    z-index: -1;
    left: 5%;
}

.feature-content-warpper.style-3 .hosting-image img {
    width: 100%;
    height: 100%;
}

.feature-content-warpper.style-3 .hosting-image-2 {
    position: relative;
    z-index: 9;
}

.feature-content-warpper.style-3 .hosting-image-2 .shape-image {
    position: absolute;
    bottom: -40px;
    left: 0;
    z-index: -1;
}

.feature-content-warpper.style-3 .hosting-image-2 .hosting-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.feature-content-warpper.style-3 .hosting-image-2 .hosting-thumb.style-image {
    margin-top: 30px;
}

.feature-content-warpper.style-3 .feature-hosting-content .feature-hosting-tab-area .nav {
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;
    gap: 50px;
    display: inline-flex;
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .feature-content-warpper.style-3 .feature-hosting-content .feature-hosting-tab-area .nav {
        flex-wrap: wrap;
        gap: 0;
    }
}

.feature-content-warpper.style-3 .feature-hosting-content .feature-hosting-tab-area .nav .nav-link.active {
    position: relative;
}

.feature-content-warpper.style-3 .feature-hosting-content .feature-hosting-tab-area .nav .nav-link.active h5 {
    color: var(--theme);
}

.feature-content-warpper.style-3 .feature-hosting-content .feature-hosting-tab-area .nav .nav-link.active::before {
    position: absolute;
    bottom: -21px;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    background: var(--theme);
    transition: 0.3s;
}

@media (max-width: 1399px) {
    .feature-content-warpper.style-3 .feature-hosting-content .feature-hosting-tab-area .nav .nav-link.active::before {
        display: none;
    }
}

.feature-content-warpper.style-3 .feature-hosting-content .feature-hosting-tab-area .nav .nav-link h5 {
    font-size: 18px;
    font-weight: 500;
}

.feature-content-warpper.style-3 .feature-hosting-content .feature-hosting-tab-area .nav .nav-link h5 img {
    margin-right: 8px;
}

.choose-us-section-2 {
    position: relative;
    z-index: 9;
}

.choose-us-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg);
    z-index: -1;
}

.footer-widgets-wrapper {
    padding: 80px 0 30px;
    position: relative;
    z-index: 9;
}


.footer-contacts {
    display: flex;
    gap: 50px;
}

.footer-contacts-item .title {
    display: block;
    font-size: 15px;
    opacity: 0.7;
    font-weight: 300;
    color: var(--black2);
}

.footer-contacts-item .contact-item {
    display: block;
    color: var(--black);
    font-size: 20px;
}

.footer-contacts-item .contact-item:hover {
    color: var(--theme);
}

display: flex;
align-items: flex-start;
gap: 50px;

@media (max-width: 991px) {
    .footer-widgets-wrapper {
        padding: 20px 0 20px;
    }
}



.footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 20px;
    display: flex;
    gap: 30px;
    align-items: center;
}

.single-footer-widget .logo-footer {
    width: 220px;
}

@media (max-width: 575px) {
    .footer-widgets-wrapper .single-footer-widget .widget-head {
        margin-bottom: 20px;
    }
}

.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    color: var(--theme);
    font-size: 20px;
    display: inline-block;
}

.footer-widgets-wrapper .single-footer-widget .footer-content p {
    color: var(--gray);
    font-size: 15px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .licens {
    opacity: 1;
    line-height: 1.8;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
    gap: 10px;
    position: relative;
    z-index: 9;
}

@media (max-width: 575px) {
    .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
        margin-top: 20px;
    }
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
    color: var(--gray);
    background: transparent;
    padding: 10px;
    border-radius: 50%;
    font-size: 22px;
    width: 45px;
    display: flex;
    justify-content: center;
    line-height: 0;
    height: 45px;
    align-items: center;
    border: 1px solid var(--gray);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a:hover {
    background-color: var(--light);
    color: var(--white);
    border: 1px solid transparent;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input {
    position: relative;
    margin-top: 40px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input {
    background: transparent;
    border: none;
    outline: none;
    padding: 18px 20px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.8);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 60px;
    height: 55px;
    line-height: 60px;
    border-radius: 4px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    bottom: 5px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn i {
    font-size: 24px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info {
    margin-top: 20px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li {
    color: var(--white);
    font-weight: 500;
    font-size: 16px;
    align-items: center;
    gap: 10px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li i {
    font-size: 16px;
    color: var(--theme);
    margin-right: 10px;
    font-size: 20px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li a {
    color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .payment-text {
    font-size: 22px;
    color: var(--white);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 600;
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .brand-logo {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .brand-logo li {
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 5px 7px;
    border-radius: 6px;
}


.footer-widgets-wrapper .single-footer-widget .list-area.two {
    column-count: 2;
}

.footer-widgets-wrapper .single-footer-widget .list-area.pacientam {
    margin: 20px 0px 20px;
}

.footer-widgets-wrapper .single-footer-widget .list-area.pacientam li {}

.footer-widgets-wrapper .single-footer-widget .list-area li {
    transition: all 0.4s ease-in-out;
    font-weight: 500;
    font-size: 15px;

}

.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
    margin-bottom: 8px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li a {
    color: var(--black2);
    font-weight: 300;
    line-height: 1.4;
    display: block;
    margin-bottom: 12px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li a i {
    margin-right: 5px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li:hover {
    margin-left: 5px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li:hover a {
    color: var(--theme);
}

.footer-section {
    background: linear-gradient(67deg, rgb(255, 255, 255) 6.89%, rgba(255, 255, 255, 0) 93.11%), rgba(221, 226, 227, 0.5);
    ;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}


.footer-bottom {
    position: relative;
    z-index: 9;
}

.footer-bottom .footer-wrapper p {
    text-align: center;
    width: 100%;
    font-size: 25px;
    text-transform: uppercase;
    opacity: 0.2;
    color: var(--light)
}

@media (max-width: 991px) {
    .footer-bottom .footer-wrapper {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center !important;
        margin-top: 30px;
    }
}



.footer-bottom .footer-wrapper p a {
    color: var(--white);
}

.footer-bottom .footer-wrapper .brand-logo {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-bottom .footer-wrapper .brand-logo li {
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 5px 7px;
    border-radius: 6px;
}

.footer-bottom .scroll-icon {
    position: absolute;
    left: 90.2%;
    top: 12px;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    line-height: 60px;
    background-color: var(--theme);
    border-radius: 50%;
    text-align: center;
    color: var(--white);
    border: 5px solid var(--white);
    display: inline-block;
    z-index: 99;
}

@media (max-width: 1399px) {
    .footer-bottom .scroll-icon {
        left: 50%;
    }
}

@media (max-width: 1199px) {
    .footer-bottom .scroll-icon {
        top: -58%;
    }
}

@media (max-width: 767px) {
    .footer-bottom .scroll-icon {
        top: -32%;
    }
}

.footer-bottom.style-2 {
    margin-bottom: 0;
}

.footer-bottom.style-2 .footer-wrapper {
    background-color: transparent;
    border-radius: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 35px 0;
}

.footer-bottom.style-2 .footer-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-bottom.style-2 .footer-menu li a {
    color: var(--white);
    background-image: linear-gradient(var(--theme2), var(--theme2));
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

.footer-bottom.style-2 .footer-menu li a:hover {
    background-size: 100% 1px;
    color: var(--theme2);
}

.footer-bottom.style-2 .scroll-icon {
    margin-top: -40px;
}

.header-section-1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header-top {
    padding: 12px 0;
    background: var(--white);
}

@media (max-width: 1199px) {}

.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-wrapper .logo img {
    width: 210px
}

.header-top-wrapper .contact-list {
    display: flex;
    align-items: center;
    gap: 45px;
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 15px
}

.contact-list .social {
    gap: 7px;
}

.contact-list .social i {
    color: var(--gray);
    background: var(--white);
    padding: 10px;
    border-radius: 50%;
    font-size: 19px;
    width: 40px;
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
}

.contact-list .social .flaticon-vk:hover {
    color: #0077FF;
}

.contact-list .social .flaticon-whatsapp-1:hover {
    color: #25D366;
}

.header-top-wrapper .contact-list .social .flaticon-telegram:hover {
    color: #5AADE7;
}

.header-top-wrapper .contact-list .social .fa-eye:hover {
    color: var(--theme);
}

.contact-list li i {
    color: var(--theme);
    background: var(--white);
    border: 1px solid var(--border);
    padding: 10px;
    border-radius: 50%;
    font-size: 19px;
    width: 40px;
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
}

.contact-list li .adress {
    flex-direction: column;
    display: flex;
    gap: 5px;
}

.contact-list li .adress.time {
    gap: 3px;
}

.contact-list li .main {
    color: var(--black);
    line-height: 1.3;
    font-size: 16px;
}

.contact-list li .main:hover,
.contact-list li .contacts:hover {
    color: var(--theme)
}

.contact-list li .contacts,
.contact-list li span {
    color: var(--gray);
    line-height: 1.3;
    font-weight: 340;
    display: inline-block;
    font-size: 13px;

}

.contact-list li .contacts {
    text-decoration-line: underline;
    text-underline-offset: 10%;
    text-decoration-color: var(--theme);
    text-decoration-thickness: 1px;
}

.contact-list li .contacts.slabo {
    text-decoration-line: none;
    color: var(--theme)
}

.contact-list li .contacts.slabo:hover {
    text-decoration-line: underline;

}

.header-top-wrapper p {
    font-weight: 500;
    color: var(--white);
}

.header-top-wrapper p b {
    color: var(--theme2);
    font-weight: 500;
}

.header-top-wrapper .list {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-top-wrapper .list li i {
    color: var(--white);
    margin-right: 10px;
}

.header-top-wrapper .list li a {
    color: var(--white);
}

.header-top-wrapper .list li button {
    color: var(--white);
}

@media (max-width: 1199px) {
    .menu-thumb {
        display: none !important;
    }
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.header-main .main-menu ul {
    margin-bottom: 0;

}

.header-main .main-menu ul li {
    list-style: none;
    display: inline-block;
    margin-inline-end: 35px;
}

.header-main .main-menu ul .service-menu a i,
.header-main .main-menu ul .sale a i {
    color: var(--theme);
    line-height: 1;
}

.header-main .main-menu ul li:last-child {
    margin-inline-end: 0;
}

.header-main .main-menu ul li a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--header);
    padding: 20px 0 30px;
    text-align: left;
    position: relative;
    transition: all 0.4s ease-in-out;
    margin-bottom: -10px;

}

.header-main .title-service {
    margin-left: 15px;
}

.link-burger {
    height: 10px;
    position: absolute;
    width: 12px;
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: -5px;
}

.link-burger i {
    background: var(--theme);
    border-radius: 50px;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: relative;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 100%;
}

.link-burger i:nth-child(2) {
    top: 3px;
    width: 8px;
}

.link-burger i:nth-child(3) {
    top: 6px;
    width: 4px;
}

.service-menu:hover .link-burger i,
.service-menu.active .link-burger i {
    width: 100% !important;
}

.header-main .main-menu ul li a i {
    margin-left: 5px;
    line-height: 1;
}

.header-main .main-menu ul .service-menu a i {
    margin-right: 10px;
    margin-left: 0px;
}

.header-main .main-menu ul li a:hover {
    color: var(--theme);
}

.header-main .main-menu .has-dropdown.sub ul li:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}

.header-main .main-menu .has-dropdown.sub ul li a {
    padding: 12px 20px;
    position: relative;
    margin-bottom: 0;
}

.header-main .main-menu .has-dropdown.sub .subtitle {
    color: #000;
    display: block;
    padding: 12px 20px 0px;
    /* margin-top: 20px; */
    opacity: 0.3;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.header-main .main-menu ul li .submenu {
    margin-top: 5px;
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    min-width: 240px;
    background: var(--white);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    color: var(--header);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(10px);
    transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.header-main .main-menu ul li .submenu li:last-child a {
    border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
    inset-inline-start: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.header-main .main-menu ul li .submenu li:hover > .submenu {
    -webkit-transform: translateY(1);
    -moz-transform: translateY(1);
    -ms-transform: translateY(1);
    -o-transform: translateY(1);
    transform: translateY(1);
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--theme);
}

.header-main .main-menu ul li .has-homemenu {
    width: 100%;
    opacity: 0;
    left: 0px;
    visibility: hidden;
    padding: 30px 30px;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    border-radius: 8px;
    margin-top: 0px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu-list,
.header-main .main-menu ul .service-menu.active > .submenu {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu-list .icon {
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    border: 1px solid var(-.-border);
    border-radius: 6px;
    background-color: var(--bg);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu-list .content h6 {
    font-size: 16px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu-list .content h6 a {
    margin: 0;
    padding: 0;
    width: initial;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu-list .content p {
    font-size: 14px;
}

.header-main .main-menu ul li .has-homemenu.has-menu-home {
    width: 350px;
    left: -50%;
}

.header-main .main-menu ul li .has-homemenu.has-menu-hosting {
    width: 570px;
}

.header-main .main-menu ul li:hover > a {
    color: var(--theme);
}

.header-main .main-menu ul li:hover > a::after {
    color: var(--theme);
}

/* SERVICE MENU */
.header-main .main-menu ul .service-menu.active > .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.header-main .main-menu ul .service-menu .open,
.header-main .main-menu ul .service-menu i {
    transition: all 0.9s;

}

.header-main .main-menu ul .service-menu .open,
.header-main .main-menu ul .service-menu.active .close {
    display: inline-flex;
}

.header-main .main-menu ul .service-menu.active .open,
.header-main .main-menu ul .service-menu .close {
    display: none;
}

.header-main .main-menu ul .sub > .submenu {
    display: none;
    transition: all 0.9s;

}

.header-main .main-menu ul .sub:hover > .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    border-radius: 8px;
    display: block;

}

.header-main .header-right {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .header-main .header-right {
        gap: 20px;
    }
}

.header-main .header-right .header-button .theme-btn {
    background-color: transparent;
}

.header-main .header-right .header-button .theme-btn::before {
    background-color: var(--white);
}

.header-main .header-right .header-button .theme-btn:hover {
    color: var(--header);
}

.header-main .sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
}

.header-1 .header-main .main-menu ul li a {
    color: var(--white);
}

.header-1 .header-main .sidebar__toggle {
    color: var(--black2);
}

.header-1 .header-left .logo .header-logo-2 {
    display: none;
}

.header-1 .header-right .search-icon {
    color: var(--white);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 30px;
}

@media (max-width: 1399px) {
    .header-1 .header-right .search-icon {
        padding-right: 0;
        border: none !important;
    }
}


.header-2 .header-main {
    padding: 0px;
    border-radius: 0px;

}

.header-2 .mega-menu-wrapper {
    background: var(--white);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 10px 10px;

}

.header-2 .header-main .sidebar__toggle {
    color: var(--light);
            padding: 8px;
        border-radius: 50%;
        background: var(--white);
    border: 1px solid var(--border);
    line-height: 0;
       min-width: 35px;
        height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
}

.header-2 .header-left {
    display: none;
}

.sticky.header-2 .header-left {
    display: block;
}

.header-2 .header-right .search-icon {
    color: var(--text);
    border-right: 1px solid rgba(15, 13, 29, 0.5);
    padding-right: 30px;
}

@media (max-width: 1399px) {
    .header-2 .header-right .search-icon {
        padding-right: 0;
        border: none !important;
    }
}

.header-2 .header-right .header-button .theme-btn {
    background-color: transparent;
    border: 1px solid var(--light);
    padding: 15px 30px;
    color: var(--light);
}


.header-2 .header-right .header-button .theme-btn:hover {
    color: var(--white);
    background-color: var(--light);
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all 0.9s;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.sticky.header-2 .logo img {
    width: 40px;
    margin-right: 25px
}

.sticky.header-1 .header-main .main-menu ul li a {
    color: var(--header);
}

.sticky.header-1 .header-main .sidebar__toggle {
    color: var(--header);
}

.sticky.header-1 .header-left .logo .header-logo {
    display: none;
}

.sticky.header-1 .header-left {
    display: block;
}

.sticky.header-1 .header-right .search-icon {
    color: var(--header);
    border-right: 1px solid rgba(231, 231, 231, 0.9);
}

.sticky.header-1 .header-right .header-button .theme-btn {
    background-color: transparent;
    border: 1px solid var(--border);
    color: var(--header);
}

.sticky.header-1 .header-right .header-button .theme-btn::before {
    background-color: var(--theme);
}

.sticky.header-1 .header-right .header-button .theme-btn:hover {
    color: var(--white);
}

.sticky.header-2 {
    margin-top: 0;
}

.sticky.header-2 .header-main {
    background-color: var(--white);
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}



/* MEGAMENU SERVICE*/

.header-main .main-menu .service-megamenu .nav {}

.header-main .main-menu .homemenu-items {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 400px 9990px;

}

.header-main .main-menu .service-megamenu {
    z-index: 2;
    box-shadow: inset rgba(0, 0, 0, 0.04) 0px 5px 5px;

}

.header-main .main-menu .cats {
    position: relative;
}

.header-main .main-menu .cats:before {
    background: var(--gray-bg);
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 200%;
    height: 100%;
    z-index: -1;
}

.header-main .main-menu .service-megamenu .uslugi-inset {
    padding: 15px;
    padding-left: 40px;
}

.header-main .closed {
    color: var(--theme);
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
}

.header-main .main-menu .service-megamenu .nav {
    padding: 20px 0px 15px
}



.header-main .main-menu .service-megamenu .nav li a {
    padding: 12px 10px 12px 20px;
    border-radius: 10px 10px 10px 10px;
    margin: 0px 10px 5px 0px;
    color: #6a767f;
    font-size: 17px;
    font-weight: 340;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    justify-content: flex-start;
    line-height: 1;
    gap: 10px
}

.header-main .main-menu .service-megamenu .nav li a .desc {
    font-size: 13px;
    display: block;
    margin-top: -5px;
    color: var(--gray);
    opacity: 0.5;
}

.header-main .main-menu .service-megamenu .nav li .child {
    border: 1px solid var(--orange);
    background: #fffaef;
    color: #000;

}

.header-main .main-menu .service-megamenu .nav li .child i {
    color: var(--orange);

}

.header-main .main-menu .service-megamenu .nav li .top {
    border: 1px solid #ff4800;
    background: #ffffff9e;
    color: #000;

}

.header-main .main-menu .service-megamenu .nav li .top i {
    color: #ff4800;

}

.header-main .main-menu .service-megamenu .nav li a:hover {
    background: #ffffffd4;
}

.header-main .main-menu .service-megamenu .nav li .child:hover {
    background: #fff4dc
}

.header-main .main-menu .service-megamenu .nav li .top:hover {
    background: #fff4f0
}


.header-main .main-menu .service-megamenu .nav li .child.active,
.header-main .main-menu .service-megamenu .nav li .top.active {
    border: 1px solid var(--white);
}

.header-main .main-menu .service-megamenu .nav li i {
    color: var(--theme)
}

.header-main .main-menu .service-megamenu .nav li span {
    transition: all 0s ease-in-out;
}

.header-main .main-menu .service-megamenu .nav li:hover a {
    color: #000 !important;
}

.header-main .main-menu .service-megamenu .nav li a.active,
.header-main .main-menu .service-megamenu .nav li a.active:hover {
    background: var(--white);
    color: #000 !important;
    margin: 0px 0px 5px 0px;
    border-radius: 10px 0px 0px 10px;
}

.header-main .main-menu .service-megamenu .tab-content {
    padding: 20px 0px;
}
.tab-content>.active {
    width:100%;
}
.header-main .main-menu .service-megamenu .tab-content .title {
    margin-bottom: 35px;
}

.header-main .main-menu .service-megamenu .tab-content .title a {
    font-size: 25px;
    padding: 0px;
    display: flex;
    line-height: 1;
    gap: 10px;
    align-items: center;
}

.header-main .main-menu .service-megamenu .tab-content .title a i {
    font-size: 15px;
    line-height: 0;
    margin-top: 5px;
    color: var(--gray);
}

.header-main .main-menu .service-megamenu .tab-content .title a:hover i {
    color: var(--theme);
}

.header-main .main-menu .service-megamenu .tab-content .title .desc {
    display: block;
    margin-top: 20px;
    font-weight: 300;
    color: var(--gray);
}

.header-main .main-menu .service-megamenu .tab-content .subtitle {
    color: var(--gray);
    text-transform: none;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: 300;
}

.header-main .main-menu .service-megamenu .tab-content .uslugi li a {
    padding: 0px;
    margin: 6px 0px;
    font-size: 18px;
    font-weight: 300;
}

.header-main .main-menu .service-megamenu .tab-content .uslugi {
    margin-bottom: 20px;

}

.header-main .main-menu .uslugi-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.header-main .main-menu .uslugi-columns .item {
    width: calc(50% - 10px);
}

.header-main .main-menu .service-megamenu .tab-content .top a {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px;
    padding: 0px;
    line-height: 1.2;
    display: block;
}

.top-usluga:hover::after {
    opacity: 1;

}

.top-usluga::after {
    content: 'популяное';
    font-size: 12px;
    padding: 5px 10px;
    background: var(--light);
    margin-left: 10px;
    border-radius: 50px;
    opacity: 0.8;
    margin-top: -1px;
    color: #000 !important;
    transition: all 0.4s ease-in-out;
    font-weight: 600;

}

.skidka:hover::after {
    opacity: 1;

}

.skidka::after {
    content: 'скидка';
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 600;
    background: var(--orange);
    margin-left: 10px;
    border-radius: 50px;
    opacity: 0.8;
    color: #000 !important;
    margin-top: -1px;
    transition: all 0.4s ease-in-out;

}

.header-main .main-menu .service-megamenu .tab-content .top {
    margin-bottom: 35px;
}

.offcanvas__info {
    background: var(--gray-bg) none repeat scroll 0 0;
    border-left: 2px solid var(--theme);
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 99999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

.offcanvas__info::-webkit-scrollbar {
    display: none;
}

.offcanvas__info.info-open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas__logo a img {
    width: 200px;
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 20px 0px;
}

.offcanvas__wrapper .offcanvas__content .text {
    color: var(--text);
}

.offcanvas__top {
    padding: 0px 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    position: relative;
    z-index: 9;
    cursor: pointer;
box-shadow: var(--box-shadow)}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
    color: var(--gray);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    margin-top: 20px;
    padding: 0px 5px 30px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
    color: var(--text);

}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .link {

    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: var(--theme);
    text-underline-offset: 30%;
    text-decoration-thickness: 1px;
    position: relative;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li i {
    margin-right: 0px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
    margin-right: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
    color: var(--theme);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
    text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
    width: 250px;
    padding: 16px 40px;
    text-transform: none !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button {
    text-align: center;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
    margin-top: 30px;
    gap: 30px;
    justify-content: center;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon i {
    line-height: 0;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 22px;
    display: flex;
    line-height: 0;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--text);
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border: 1px solid var(--border);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon .flaticon-whatsapp-1 {
    color: rgb(37, 211, 102);
} 
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon .flaticon-telegram {
    color: rgb(90, 173, 231);
} 
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon .flaticon-vk {
    color: rgb(0, 119, 255);
} 

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

.offcanvas__overlay.overlay-open {
    opacity: 0.8;
    visibility: visible;
}




.breadcrumb-wrapper {
    position: relative;
    overflow: hidden;
    background-position: left center !important;
}

.breadcrumb-wrapper .page-heading {
    position: relative;
    padding: 220px 0 100px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading {
        padding: 140px 0;
    }
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading {
        padding: 110px 0;
    }
}

@media (max-width: 767px) {
    .breadcrumb-wrapper .page-heading {
        padding: 130px 0 80px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading {
        padding: 130px 60px;
    }
}

.breadcrumb-wrapper .page-heading h1 {
    color: var(--white);
    font-size: 66px;
    position: relative;
    z-index: 9;
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 36px;
    }
}

.breadcrumb-items {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 0 40px;
    gap: 5px;
    flex-wrap: wrap;
}


.breadcrumb-items li {
    color: var(--black2);
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
    opacity: .6;
}

.breadcrumb-items li a {
    color: var(--black2);
    transition: all 0.1s ease-in-out;
    position: relative;
}

.breadcrumb-items li a:hover {
    color: var(--black);
    opacity: 1;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: var(--theme);
    text-underline-offset: 30%;
    text-decoration-thickness: 1px;
}

.breadcrumb-items i {
    color: var(--theme);
    opacity: 1;
    font-size: 9px;
    margin: 0px 5px;
    font-weight: 400;
}

.breadcrumb-image {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.breadcrumb-image img {
    width: 100%;
    height: 100%;
    max-width: 336px;
}

.error-items {
    text-align: center;
}

.error-section {
    padding: 250px 0 160px;
}

.error-items .error-image {
    max-width: 845px;
    margin: 0 auto;
}

.error-items .error-image img {
    width: 100%;
    height: 100%;
    max-width: 600px;
}

.error-items h2 {
    margin-top: 30px;
}

.error-items h2 span {
    color: var(--theme);
}

.error-items p {
    margin-top: 10px;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--theme);
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--theme);
    border-radius: 10px;
}

.fix {
    overflow: hidden;
}

.ralt {
    position: relative;
}

.ml-50 {
    margin-left: 50px;
}

@media (max-width: 1199px) {
    .ml-50 {
        margin-left: 0;
    }
}







.ripple {
    position: relative;
    display: flex;
    align-items: center;
}

.ripple::before,
.ripple::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.5);
    -webkit-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.ripple::before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.ripple::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.swiper-dot {
    text-align: center;
}

.swiper-dot .swiper-pagination-bullet {
    width: 30px;
    height: 8px;
    transition: 0.6s;
    background-color: var(--border);
    opacity: 1;
    border-radius: 60px;
    position: relative;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
    transition: 0.6s;
    position: relative;
    width: 51px;
}

.array-button {
    display: flex;
    align-items: center;
    gap: 10px;
}

.array-button .array-prev {
    width: 48pc;
    height: 48pc;
    line-height: 48pc;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: var(--white);
    color: var(--black);
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    box-shadow: var(--box-shadow)
}

.array-button .array-prev:hover {
    background-color: var(--theme);
    color: var(--white);

}

.array-button .array-next {
    width: 48pc;
    height: 48pc;
    line-height: 48pc;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: var(--white);
    color: var(--black);
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    box-shadow: var(--box-shadow)
}

.array-button .array-next:hover {
    background-color: var(--theme);
    color: var(--white);
}

.mt-10 {
    margin-top: 10px;
}

@media (max-width: 767px) {
    br {
        display: none;
    }
}

.mt-60 {
    margin-top: 55px;
}

.mb-40 {
    margin-bottom: 40px;
}

/* background */
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.bg-cover-2 {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    width: 100%;
    height: 100%;
}

.nice-select {
    background-color: transparent;
    border: transparent;
    float: initial;
    overflow: initial;
    height: initial;
    padding: 0;
    display: inline-flex;
    align-items: center;
    line-height: 150%;
    width: 100%;
    border: none;
}

.nice-select:focus,
.nice-select:hover {
    border-color: transparent;
}

.nice-select::after {
    height: 8px;
    width: 8px;
    right: -25px;
    top: 15px;
    border-color: var(--header);
    border-bottom: 2px solid var(--header);
    border-right: 2px solid var(--header);
}

.nice-select .list {
    width: initial;
    background-color: var(--theme);
    box-shadow: none;
    overflow: initial;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    width: 100%;
    top: 100%;
    padding: 0;
    max-height: 50vh;
    overflow-x: auto;
    right: -50px;
}

.nice-select .list::-webkit-scrollbar {
    width: 2px;
    opacity: 1;
    display: block;
}

.nice-select .list::-webkit-scrollbar-button,
.nice-select .list::-webkit-scrollbar-thumb {
    background: var(--header);
}

.nice-select .option {
    background-color: transparent;
    font-size: 16px;
    line-height: 150%;
    padding: 4px 5px;
    min-height: initial;
    font-weight: 500;
}

.nice-select .option:hover,
.nice-select .option:focus,
.nice-select .option.selected.focus {
    background-color: transparent;
}

.nice-select .current {
    font-weight: 500;
    color: var(--header);
}

.scroll-up {
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px var(--border);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    position: fixed;
    right: 25px;
    bottom: 35px;
    height: 50px;
    width: 50px;
    transition: all 0.4s ease-in-out;
}

.scroll-up::after {
    position: absolute;
    font-family: "Font Awesome 6 free";
    content: "\f062";
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    font-size: 18px;
    color: var(--theme);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.scroll-up svg path {
    fill: none;
}

.scroll-up svg.scroll-circle path {
    stroke: var(--theme);
    stroke-width: 4px;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}

.scroll-up.active-scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.page-nav-wrap ul li {
    display: inline-block;
}

.page-nav-wrap ul li .page-numbers {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    margin: 0 2px;
    border: 1px solid var(--border);
    color: var(--header);
    border-radius: 50%;
}

.page-nav-wrap ul li .page-numbers.current {
    background-color: var(--theme);
    color: var(--white);
}

@media (max-width: 767px) {
    .page-nav-wrap ul li .page-numbers {
        margin-top: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
}

.page-nav-wrap ul li .page-numbers i {
    margin-top: 2px;
}

.page-nav-wrap ul li .page-numbers.icon {
    border: none;
    background-color: transparent;
    color: var(--theme);
}

.page-nav-wrap ul li .page-numbers.icon:hover {
    border: none;
    background-color: transparent;
    color: var(--theme);
}

.page-nav-wrap ul li .page-numbers:hover {
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid transparent;
}

.bor-bottom {
    border-bottom: 1px solid var(--border-2);
}

.pt-100 {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

.margin-top-10 {
    margin-top: -10px;
}

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

.margin-top-60 {
    margin-top: -65px;
}

@media (max-width: 1399px) {
    .margin-top-60 {
        margin-top: -25px;
    }
}

@media (max-width: 1199px) {
    .margin-top-60 {
        margin-top: -27px;
    }
}

@media (max-width: 991px) {
    .margin-top-60 {
        margin-top: -75px;
    }
}

@media (max-width: 767px) {
    .margin-top-60 {
        margin-top: -65px;
    }
}

.hero-1 {
    position: relative;
    z-index: 7;
    padding: 100px 0px 0px;
}

@media (max-width: 1199px) {
    .hero-1 {
        padding: 200px 0 300px;
    }
}

@media (max-width: 991px) {
    .hero-1 {
        padding: 175px 0 300px;
    }
}

@media (max-width: 767px) {
    .hero-1 {
        padding: 155px 0 280px;
    }
}

@media (max-width: 575px) {
    .hero-1 {
        padding: 125px 0 250px;
    }
}

.hero-1 .hero-social {
    position: absolute;
    z-index: 9;
    top: 40%;
    left: -55px;
    align-items: center;
    gap: 16px;
    transform: rotate(-90deg) translateY(-50%);
}

@media (max-width: 1399px) {
    .hero-1 .hero-social {
        display: none;
    }
}

.hero-1 .hero-social span {
    color: var(--white);
    font-weight: 500;
    margin-right: 16px;
}

.hero-1 .hero-social a {
    color: var(--white);
    margin-right: 15px;
}

.hero-1 .hero-social a:hover {
    color: var(--theme2);
}

@media (max-width: 767px) {
    .hero-1 .hero-content {
        text-align: center;
        margin: 0 auto;
    }
}

.hero-1 .hero-content .sub-text {
    border: 1px solid var(--theme2);
    border-radius: 100px;
    color: var(--theme2);
    padding: 10px 20px;
    margin-bottom: 30px;
    display: inline-block;
}

.hero-1 .hero-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

@media (max-width: 575px) {
    .hero-1 .hero-content .sub-text {
        font-size: 14px;
        padding: 10px 16px;
    }
}

.hero-1 .hero-content h1 {
    font-size: 60px;
    color: var(--white);
    position: relative;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 40px;
}

.hero-1 .hero-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

@media (max-width: 1399px) {
    .hero-1 .hero-content h1 {
        font-size: 55px;
    }
}

@media (max-width: 1199px) {
    .hero-1 .hero-content h1 {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .hero-1 .hero-content h1 {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .hero-1 .hero-content h1 {
        font-size: 44px;
    }
}

@media (max-width: 575px) {
    .hero-1 .hero-content h1 {
        font-size: 34px;
    }
}

.hero-1 .hero-content h6 {
    color: var(--white);
    line-height: 175%;
}

.hero-1 .hero-content .hero-author {
    margin-top: 50px;
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: space-between;
}

.hero-1 .hero-content .hero-author .buttons {
    display: flex;
    gap: 20px;
}

.hero-1 .hero-content .hero-author .yandex {
    display: flex;
    flex-direction: column;
    text-align: right;
    gap: 5px;
    align-items: flex-end;
}

.hero-1 .hero-content .hero-author .yandex .ocenka {
    color: var(--white);
    display: flex;
    font-size: 25px;
    align-items: baseline;
}

.hero-1 .hero-content .hero-author .yandex img {
    width: 200px;
}

.hero-1 .hero-content .hero-author .yandex .ocenka p {
    color: var(--theme);
    font-size: 35px;
}

.hero-1 .hero-content.mini .hero-author {
    margin-top: 30px;

}

.hero-content.mini .point {
    background: var(--theme);
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
}

.service-megamenu .hero-content.mini {
    padding: 30px 20px;
    margin: 20px 20px 20px 0px;
    height: calc(100% - 40px);

}

.hero-content.mini .price {
    display: flex;
    margin: 20px 0px;
    gap: 10px;
}

.hero-content.mini .price .new {
    font-size: 30px;
    font-weight: 800;
}

.hero-content.mini .price .old {
    font-size: 18px;
    font-weight: 600;
    opacity: 0.4;
    margin-top: -4px;
    text-decoration: line-through
}

.service-megamenu .hero-content.mini .theme-btn {
    width: calc(100% - 40px);
    position: absolute;
    bottom: 0px;
    left: 0;
    margin: 20px;
}

.hero-content.mini .theme-btn {
    padding: 13px 30px;
    font-size: 16px;
    text-align: center;
}

@media (max-width: 767px) {
    .hero-1 .hero-content .hero-author {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .hero-1 .hero-content .hero-author {
        flex-wrap: wrap;
        margin-top: 25px;
        gap: 20px;
    }
}

.hero-1 .hero-content .hero-author .author-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-1 .hero-content .hero-author .author-content .content .star {
    color: var(--theme2);
}

.hero-1 .circle-shape-left {
    position: absolute;
    bottom: 0;
    left: -15%;
}

.hero-1 .circle-shape-right {
    position: absolute;
    top: -60%;
    right: -22%;
    z-index: -1;
}

.hero-1 .dot-left {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.hero-1 .dot-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.hero-1 .hero-image {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.hero-1 .hero-image img {
    width: 100%;
    height: 100%;
}

.hero-1.style-hero-2 {
    background-position: bottom !important;
    padding: 180px 0 0px;
}

.hero-content {
    background: var(--light);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    margin-bottom: 30px;
}

.hero-content.orange {
    background: var(--orange);
}


.hero-content .title {
    font-size: 25px;
    font-weight: 500;
    color: var(--black);
    line-height: 1.2;
    margin-bottom: 15px;
    display: block;
}

.hero-content .desc {
    font-size: 16px;
    color: var(--blac2);
    line-height: 1.5;
}

.hero-content.main {
    background-image: url(../../assets/img/hero/hero-test.jpg);
    background-position: center;
    height: calc(100% - 30px);
}

.hero-content.main::before {
    content: '';
    background: var(--black2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    z-index: 0;
    opacity: 0.9;
}

.hero-content .image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
    height: 315px;
    border-radius: 20px;
}

.hero-content .big-image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
    height: 510px;
    border-radius: 20px;
}

.service-megamenu .hero-content .image {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 60px;
    max-width: 100%;
    height: 250px;
    border-radius: 20px;
}

.hero-content .advantages-top {
    display: flex;
    gap: 10px;
    position: relative;
}

.hero-content .advantages-top .advantage {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--white);
    padding: 10px 15px;
    color: var(--white);
    border-radius: 10px;
    line-height: 1
}

.hero-content .advantages-top .advantage span {
    line-height: 1;
    font-size: 15px;
}

.hero-content .advantages-top .advantage p {
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    opacity: 0.55;
    margin-top: 2px;
    color: var(--white);
}

.hero-content .advantages-top .advantage i {
    font-size: 25px;
    line-height: 0
}

@media (max-width: 767px) {
    .hero-1.style-hero-2 .hero-content {
        text-align: left;
    }
}

.hero-1.style-hero-2 .hero-content h1 span {
    color: var(--theme);
    position: relative;
    display: inline-block;
}

@media (max-width: 767px) {
    .hero-1.style-hero-2 .hero-content h1 span::before {
        display: none;
    }
}

.hero-1.style-hero-2 .hero-content .hero-list-items {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .hero-1.style-hero-2 .hero-content .hero-list-items {
        gap: 20px;
    }
}

.hero-1.style-hero-2 .hero-content .hero-list-items .hero-list li {
    font-weight: 500;
    color: var(--white);
    font-size: 18px;
}

.hero-1.style-hero-2 .hero-content .hero-list-items .hero-list li i {
    margin-right: 10px;
    color: var(--theme);
}

.hero-1.style-hero-2 .hero-content .hero-list-items .hero-list li:not(:last-child) {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .hero-1.style-hero-2 .hero-content .hero-author {
        justify-content: start;
    }
}

.hero-1.style-hero-3 {
    padding: 220px 0 250px;
}

@media (max-width: 1199px) {
    .hero-1.style-hero-3 {
        padding: 130px 0 250px;
    }
}

@media (max-width: 991px) {
    .hero-1.style-hero-3 {
        padding: 170px 0 250px;
    }
}

@media (max-width: 767px) {
    .hero-1.style-hero-3 {
        padding: 150px 0 250px;
    }
}

.hero-1.style-hero-3 .hero-content h1 span {
    color: var(--theme2);
    position: relative;
    display: inline-block;
}

.hero-1.style-hero-3 .hero-content h1 span::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-repeat: no-repeat;
    background-image: url(../../assets/img/hero/line.png);
    width: 210px;
    height: 13px;
}

@media (max-width: 767px) {
    .hero-1.style-hero-3 .hero-content h1 span::before {
        display: none;
    }
}

.hero-1.style-hero-3 .hero-content p {
    color: var(--white);
    font-weight: 600;
}

.hero-1.style-hero-3 .hero-content .hero-author .video-btn {
    background-color: var(--white);
    color: var(--theme);
    display: inline-block;
    font-size: 16px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    position: relative;
}

.hero-1.style-hero-3 .hero-content .hero-author .video-btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1.3px solid var(--white);
    content: "";
    transform: translate(-50%, -50%);
}

.hero-1.style-hero-3 .hero-content .hero-author .button-text span {
    font-size: 16px;
    color: var(--white);
    font-weight: 600;
    text-decoration: underline;
}

.hero-1.style-hero-3 .hero-content .hosting-list {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.hero-1.style-hero-3 .hero-content .hosting-list li {
    font-size: 14px;
    color: var(--white);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.15);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 17.5px;
    line-height: 1;
}

.hero-1.style-hero-3 .hero-content .hosting-list li span {
    font-size: 18px;
    color: var(--white);
    font-weight: bold;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 17.5px;
    text-transform: lowercase;
}

.hero-1.style-hero-3 .hero-content .doming-input {
    max-width: 820px;
    text-align: center;
    margin: 20px auto 0;
    position: relative;
    width: 100%;
}

.hero-1.style-hero-3 .hero-content .doming-input input {
    width: 100%;
    outline: none;
    border: none;
    border-radius: 8px;
    padding: 20px 25px;
    line-height: 1;
    font-size: 17px;
    color: var(--text);
}

.hero-1.style-hero-3 .hero-content .doming-input .theme-btn {
    position: absolute;
    top: 6px;
    right: 7px;
    border-radius: 4px;
    padding: 17.5px 40px;
    font-weight: 600;
}

.hero-1.style-hero-3 .hero-content .doming-input .theme-btn::before {
    background-color: var(--theme);
}

.hero-1.style-hero-3 .hero-content .doming-input .theme-btn:hover {
    color: var(--white);
}

.hero-1.style-hero-3 .hero-content .doming-input .select-area {
    position: absolute;
    right: 33%;
    top: 20px;
}

.hero-1.style-hero-3 .hero-content .doming-input .select-area .nice-select {
    width: unset !important;
    gap: 20px;
    font-size: 17px;
}

.hero-1.style-hero-3 .hero-content .doming-input .select-area .nice-select .list {
    max-height: 15vh;
    background: var(--header);
    width: 80px;
    padding: 5px 8px;
    overflow-y: scroll;
    right: -35px;
    border-radius: 0;
}

.hero-1.style-hero-3 .hero-content .doming-input .select-area .nice-select .list li {
    color: var(--white);
    font-size: 15px;
    border: none;
}

.hero-1.style-hero-3 .hero-image-items {
    position: relative;
}

.hero-1.style-hero-3 .hero-image-items .circle-shape {
    position: absolute;
    top: 50px;
    left: -20px;
    animation: cir36 10s linear infinite;
}

@media (max-width: 1199px) {
    .hero-1.style-hero-3 .hero-image-items .circle-shape {
        left: 0;
    }
}

.hero-1.style-hero-3 .hero-image-items .circle-shape img {
    width: 100%;
    height: 100%;
}

.hero-1.style-hero-3 .hero-image-items .hero-image {
    max-width: 510px;
    position: relative;
    animation: initial;
}

.hero-1.style-affiliate {
    padding: 250px 0 250px;
}

@media (max-width: 991px) {
    .hero-1.style-affiliate {
        padding: 230px 0 230px;
    }
}

@media (max-width: 767px) {
    .hero-1.style-affiliate {
        padding: 200px 0 200px;
    }
}

@media (max-width: 575px) {
    .hero-1.style-affiliate {
        padding: 170px 0 170px;
    }
}

.hero-1.style-affiliate .hero-content .sub-text-2 {
    color: var(--theme2);
    margin-bottom: 15px;
    display: inline-block;
}

.hero-1.style-affiliate .hero-content .sub-text-2 img {
    margin-right: 20px;
}

.hero-1.style-affiliate .hero-content h1 {
    margin-bottom: 30px;
}

.hero-1.style-black-friday {
    padding: 282px 0 160px;
}

@media (max-width: 1199px) {
    .hero-1.style-black-friday {
        padding: 200px 0 150px;
    }
}

@media (max-width: 767px) {
    .hero-1.style-black-friday {
        padding: 180px 0 140px;
    }
}

@media (max-width: 575px) {
    .hero-1.style-black-friday {
        padding: 160px 0 120px;
    }
}

.hero-1.style-black-friday .hero-content .sub-text-2 {
    color: var(--theme2);
    margin-bottom: 15px;
    display: inline-block;
}

.hero-1.style-black-friday .hero-content .sub-text-2 img {
    margin-right: 20px;
}

.hero-1.style-black-friday .hero-content h1 span {
    color: var(--theme2);
}

.hero-1.style-black-friday .hero-content .coming-soon-timer {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .hero-1.style-black-friday .hero-content .coming-soon-timer {
        justify-content: center;
        margin-bottom: 30px;
    }
}

.hero-1.style-black-friday .hero-content .coming-soon-timer .timer-content {
    background-color: rgba(230, 247, 252, 0.2);
    border-radius: 6px;
}

.hero-1.style-black-friday .hero-content .coming-soon-timer .timer-content h3 {
    color: var(--white);
    font-size: 33px;
    font-weight: 700;
    border-bottom: 1px solid rgba(230, 247, 252, 0.2);
    padding: 20px 25px;
    line-height: 1;
}

.hero-1.style-black-friday .hero-content .coming-soon-timer .timer-content p {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 400;
    text-align: center;
    padding: 5px;
}

.hero-1.style-hosting {
    padding: 290px 0 170px;
}

@media (max-width: 1199px) {
    .hero-1.style-hosting {
        padding: 240px 0 160px;
    }
}

@media (max-width: 991px) {
    .hero-1.style-hosting {
        padding: 220px 0 150px;
    }
}

@media (max-width: 767px) {
    .hero-1.style-hosting {
        padding: 180px 0 120px;
    }
}

@media (max-width: 575px) {
    .hero-1.style-hosting {
        padding: 150px 0 90px;
    }
}

@media (max-width: 767px) {
    .hero-1.style-hosting .hero-content {
        text-align: left;
        margin: initial;
    }
}

.hero-1.style-hosting .hero-content .sub-text-2 {
    color: var(--theme2);
    margin-bottom: 15px;
    display: inline-block;
}

.hero-1.style-hosting .hero-content .sub-text-2 img {
    margin-right: 20px;
}

.hero-1.style-hosting .hero-content .hero-list-items {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .hero-1.style-hosting .hero-content .hero-list-items {
        gap: 20px;
    }
}

.hero-1.style-hosting .hero-content .hero-list-items .hero-list li {
    font-weight: 500;
    color: var(--white);
}

.hero-1.style-hosting .hero-content .hero-list-items .hero-list li i {
    margin-right: 10px;
}

.hero-1.style-hosting .hero-content .hero-list-items .hero-list li:not(:last-child) {
    margin-bottom: 10px;
}

.hero-4 {
    padding: 315px 0 200px;
    position: relative;
}

@media (max-width: 1199px) {
    .hero-4 {
        padding: 260px 0;
    }
}

@media (max-width: 991px) {
    .hero-4 {
        padding: 230px 0;
    }
}

@media (max-width: 767px) {
    .hero-4 {
        padding: 190px 0;
    }
}

@media (max-width: 575px) {
    .hero-4 {
        padding: 150px 0;
    }
}

.hero-4 .hero-doming-wrapper {
    position: relative;
    z-index: 9;
    text-align: center;
}

.hero-4 .hero-doming-wrapper h1 {
    font-size: 56px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .hero-4 .hero-doming-wrapper h1 {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .hero-4 .hero-doming-wrapper h1 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .hero-4 .hero-doming-wrapper h1 {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .hero-4 .hero-doming-wrapper h1 {
        font-size: 28px;
    }
}

.hero-4 .hero-doming-wrapper h6 {
    color: var(--white);
    margin-bottom: 30px;
}

.hero-4 .hero-doming-wrapper .doming-input {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.hero-4 .hero-doming-wrapper .doming-input input {
    width: 100%;
    outline: none;
    border: none;
    border-radius: 8px;
    padding: 20px 25px;
    line-height: 1;
    font-size: 17px;
    color: var(--text);
}

.hero-4 .hero-doming-wrapper .doming-input .theme-btn {
    position: absolute;
    top: 6px;
    right: 7px;
    border-radius: 4px;
    padding: 17.5px 40px;
    font-weight: 600;
}

.hero-4 .hero-doming-wrapper .doming-input .theme-btn::before {
    background-color: var(--theme);
}

.hero-4 .hero-doming-wrapper .doming-input .theme-btn:hover {
    color: var(--white);
}

.hero-4 .hero-doming-wrapper .doming-input .select-area {
    position: absolute;
    right: 28%;
    top: 20px;
}

.hero-4 .hero-doming-wrapper .doming-input .select-area .nice-select {
    width: unset !important;
    gap: 20px;
    font-size: 17px;
}

.hero-4 .hero-doming-wrapper .doming-input .select-area .nice-select .list {
    max-height: 15vh;
    background: var(--header);
    width: 80px;
    padding: 5px 8px;
    overflow-y: scroll;
    right: -35px;
    border-radius: 0;
}

.hero-4 .hero-doming-wrapper .doming-input .select-area .nice-select .list li {
    color: var(--white);
    font-size: 15px;
    border: none;
}

.hero-4 .hero-doming-wrapper .doming-list {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .hero-4 .hero-doming-wrapper .doming-list {
        flex-wrap: wrap;
        gap: 25px;
    }
}

.hero-4 .hero-doming-wrapper .doming-list li {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.15);
    font-size: 14px;
    color: var(--white);
    font-weight: 500;
    padding: 12px 25px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    position: relative;
    text-transform: lowercase;
}

.hero-4 .hero-doming-wrapper .doming-list li::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.5);
    height: 14px;
    width: 2px;
}

.hero-4 .hero-doming-wrapper .doming-list li span {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.hero-4 .hero-doming-wrapper.style-2 {
    border-radius: 2050px;
    margin-top: -225px;
}

@media (max-width: 991px) {
    .hero-4 .hero-doming-wrapper.style-2 {
        border-radius: 0;
    }
}

.hero-4 .hero-suppor-image {
    position: absolute;
    left: 82px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1899px) {
    .hero-4 .hero-suppor-image {
        display: none;
    }
}

.hero-4 .hero-suppor-image img {
    width: 100%;
    height: 100%;
}

.hero-4 .hero-hosing-image {
    position: absolute;
    top: 50%;
    right: 71px;
    transform: translateY(-50%);
}

@media (max-width: 1899px) {
    .hero-4 .hero-hosing-image {
        display: none;
    }
}

.hero-4 .hero-hosing-image img {
    width: 100%;
    height: 100%;
}

.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container .mean-nav > ul .homemenu-items {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .mean-container .mean-nav > ul .homemenu-items {
        flex-wrap: wrap;
    }
}

.mean-container .mean-nav > ul .homemenu-items .homemenu {
    position: relative;
}

@media (max-width: 1199px) {
    .mean-container .mean-nav > ul .homemenu-items .homemenu {
        max-width: 300px;
        text-align: center;
        margin: 0 auto;
        border: 1px solid var(--border);
        padding: 10px;
    }
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
    position: relative;
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 12px 20px;
    color: var(--white) !important;
    width: initial;
    font-size: 16px;
    text-align: center;
    border-radius: 0;
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
    color: var(--white) !important;
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%);
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%;
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 12px 20px;
    color: var(--black);
    border-radius: 10px;
    border: 0px;
    text-transform: none;
}
.mean-container .mean-nav ul li a:hover {
    color: var(--light);
}
.mean-container .mean-nav ul li {
    width: 100%;
    border-radius: 10px;
    border-bottom: 1px solid rgba(215, 215, 229, .32);
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
    border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--light);
}

.mean-container .mean-nav ul li a.mean-expand {
    padding: 0 !important;
    position: absolute;
    top: 25px;
    transform: translateY(-50%);
    right: 10px;
    background: #e5e5e5;
    line-height: 20px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.mean-container .mean-nav ul li.dropdown-opened {
    background: #fff;
}
.mean-container .mean-nav ul li .has-mobile.service li:first-child {
    margin-top: 10px;
}
.mean-container .mean-nav ul li .has-mobile.service li:last-child {
    margin-bottom: 10px;
}
.mean-container .mean-nav ul li > a > i {
    display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
}

.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
    height: 200px;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-bottom: 20px;
}

.news-card-items {
    margin-top: 30px;
}

.news-card-items .news-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.news-card-items .news-content {
    padding: 30px;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    border-radius: 8px;
    margin: -50px 20px 0;
    position: relative;
    z-index: 9;
}

@media (max-width: 1399px) {
    .news-card-items .news-content {
        margin: 0;
        border-radius: 0 0 8px 8px;
    }
}

.news-card-items .news-content .post-list {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 25px;
}

@media (max-width: 1399px) {
    .news-card-items .news-content .post-list {
        gap: 15px;
        flex-wrap: wrap;
    }
}

@media (max-width: 470px) {
    .news-card-items .news-content .post-list {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.news-card-items .news-content .post-list span {
    font-weight: 500;
    color: var(--theme);
    border: 1px solid var(--border);
    border-radius: 100px;
    padding: 8px 16px;
    line-height: 1;
}

.news-card-items .news-content .post-list p {
    font-weight: 500;
}

.news-card-items .news-content h3 {
    padding-bottom: 25px;
    border-bottom: 1px solid var(--border);
}

.news-card-items .news-content h3 a:hover {
    color: var(--theme);
}

.news-card-items .news-content .author-items {
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-card-items .news-content .author-items .author-image {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-card-items .news-content .author-items .author-image .author-img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.news-card-items .news-content .author-items .link-btn {
    background-color: var(--bg);
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    color: var(--theme);
    display: inline-block;
}

.news-card-items .news-content .author-items .link-btn:hover {
    background-color: var(--theme);
    color: var(--white);
}

.news-card-items.style-2 .news-image img {
    border-radius: 8px 8px 0 0;
}

.news-card-items.style-2 .news-content {
    padding: 30px 40px;
    border-radius: 0px 0px 8px 8px;
    margin: 0;
}

.news-card-items.style-2 .news-content .post-list span {
    text-transform: none;
}

.news-standard-wrapper .news-standard-items {
    border: 1px solid var(--border);
    padding: 30px;
}

.news-standard-wrapper .news-standard-items:not(:last-child) {
    margin-bottom: 20px;
}

.news-standard-wrapper .news-standard-items .news-thumb {
    position: relative;
}

.news-standard-wrapper .news-standard-items .news-thumb img {
    width: 100%;
    height: 100%;
}

.news-standard-wrapper .news-standard-items .news-content {
    margin-top: 20px;
    position: relative;
    z-index: 9;
}

.news-standard-wrapper .news-standard-items .news-content .date-list {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .news-standard-wrapper .news-standard-items .news-content .date-list {
        gap: 20px;
    }
}

.news-standard-wrapper .news-standard-items .news-content .date-list li {
    font-size: 16px;
    font-weight: 400;
}

.news-standard-wrapper .news-standard-items .news-content .date-list li b {
    font-weight: 500;
    color: var(--theme);
}

.news-standard-wrapper .news-standard-items .news-content .date-list li.color-2 {
    color: var(--header);
    position: relative;
    padding-left: 20px;
}

.news-standard-wrapper .news-standard-items .news-content .date-list li.color-2::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: var(--theme);
}

.news-standard-wrapper .news-standard-items .news-content h3 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 24px;
}

.news-standard-wrapper .news-standard-items .news-content h3 a:hover {
    color: var(--theme);
}

.news-standard-wrapper .news-standard-items .news-content .news-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-standard-wrapper .news-standard-items .news-content .news-button .link-btn {
    background-color: var(--bg);
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    color: var(--theme);
    display: inline-block;
}

.news-standard-wrapper .news-standard-items .news-content .news-button .link-btn:hover {
    background-color: var(--theme);
    color: var(--white);
}

.news-standard-wrapper .news-standard-items .news-content .news-button .social-profile {
    content: "";
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
}

.news-standard-wrapper .news-standard-items .news-content .news-button .social-profile ul {
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.news-standard-wrapper .news-standard-items .news-content .news-button .social-profile ul li a {
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    display: block;
    color: var(--header);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    margin: 0 auto;
}

.news-standard-wrapper .news-standard-items .news-content .news-button .social-profile ul li a:hover {
    color: var(--theme);
}

.news-standard-wrapper .news-standard-items .news-content .news-button .social-profile .plus-btn {
    z-index: 2;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    background: transparent;
    color: var(--text);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 15px 24px;
    border: 1px solid var(--border);
    line-height: 1;
}

.news-standard-wrapper .news-standard-items .news-content .news-button .social-profile .plus-btn i {
    color: var(--theme);
}

.news-standard-wrapper .news-standard-items .news-content .news-button .social-profile:hover ul {
    opacity: 1;
    visibility: visible;
}

.main-sidebar .single-sidebar-widget {
    padding: 40px 30px;
    background-color: var(--bg);
    margin-bottom: 30px;
}

.main-sidebar .single-sidebar-widget .wid-title {
    margin-bottom: 25px;
}

.main-sidebar .single-sidebar-widget .wid-title h3 {
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
}

.main-sidebar .single-sidebar-widget .wid-title h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    content: "";
    background-color: var(--theme);
}

.main-sidebar .single-sidebar-widget .search-widget form {
    width: 100%;
    position: relative;
}

.main-sidebar .single-sidebar-widget .search-widget form input {
    background-color: var(--white);
    font-size: 16px;
    padding: 20px;
    width: 100%;
    border: none;
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: 4px;
}

.main-sidebar .single-sidebar-widget .search-widget form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    font-size: 18px;
    height: 100%;
    background-color: var(--theme);
    color: var(--white);
    text-align: center;
    transition: all 0.3s ease-in-out;
    border-radius: 0 4px 4px 0;
}

.main-sidebar .single-sidebar-widget .search-widget form button:hover {
    background-color: var(--header);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 20px;
    background-color: var(--white);
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    border: 1px solid var(--border);
    border-radius: 0;
    font-size: 18px;
    line-height: 1;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
    color: var(--header);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li span {
    transition: all 0.4s ease-in-out;
    color: var(--header);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
    margin-bottom: 12px;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
    background-color: var(--theme);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span {
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active {
    background-color: var(--theme);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span {
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
    margin-bottom: 8px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
    color: var(--theme);
    margin-right: 5px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
    font-weight: 700;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
    color: var(--theme);
}

.main-sidebar .single-sidebar-widget .tagcloud a {
    display: inline-block;
    padding: 11px 20px;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    background: var(--white);
    margin-right: 5px;
    text-transform: none;
    margin-bottom: 10px;
    border-radius: 0;
    border: 1px solid var(--border);
    transition: all 0.4s ease-in-out;
}

.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
    margin-right: 0;
}

.main-sidebar .single-sidebar-widget .tagcloud a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.news-details-area .blog-post-details .single-blog-post .post-featured-thumb {
    height: 397px;
}

.news-details-area .blog-post-details .single-blog-post .post-content {
    margin-top: 30px;
}

.news-details-area .blog-post-details .single-blog-post .post-content .post-list {
    gap: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;
}

.news-details-area .blog-post-details .single-blog-post .post-content .post-list li {
    font-size: 14px;
    font-weight: 500;
}

.news-details-area .blog-post-details .single-blog-post .post-content .post-list li i {
    color: var(--theme);
    margin-right: 5px;
}

.news-details-area .blog-post-details .single-blog-post .post-content h3 {
    margin-bottom: 20px;
    font-size: 30px;
}

@media (max-width: 575px) {
    .news-details-area .blog-post-details .single-blog-post .post-content h3 {
        font-size: 24px;
    }
}

.news-details-area .blog-post-details .single-blog-post .post-content h3 a:hover {
    color: var(--theme);
}

.hilight-text {
    border-left: 4px solid var(--theme);
    padding: 30px;
    background-color: var(--bg);
    border-radius: 10px;
}

.hilight-text p {
    font-weight: 600;
    text-transform: none;
    font-style: italic;
    line-height: 26px;
    color: var(--header);
    line-height: 162%;
}

.hilight-text .who {
    font-weight: 600;
    text-transform: none;
    line-height: 26px;
    color: var(--theme);
    font-size: 15px;
    line-height: 162%;
    opacity: 1;
    display: flex;
    flex-direction: column;
}

.hilight-text .who cite {
    font-style: normal;
    font-size: 13px;
    opacity: .5;
    color: var(--black2);
    display: block;
}

.hilight-text svg {
    float: right;
    margin-top: -30px;
}

.news-details-area .blog-post-details .single-blog-post .post-content .details-image img {
    width: 100%;
    height: 100%;
}

.news-details-area .blog-post-details .tag-share-wrap {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 30px 0;
}

.news-details-area .blog-post-details .tag-share-wrap .tagcloud span {
    display: inline-block;
    font-weight: 600;
    color: var(--header);
    margin-right: 15px;
}

.news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
    display: inline-block;
    padding: 12px 26px;
    line-height: 1;
    background: var(--bg);
    margin-right: 8px;
    text-transform: none;
    font-weight: 500;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 0;
}

@media (max-width: 575px) {
    .news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
        margin-bottom: 5px;
    }
}

.news-details-area .blog-post-details .tag-share-wrap .tagcloud a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.news-details-area .blog-post-details .tag-share-wrap .social-share span {
    font-size: 16px;
    color: var(--header);
    font-weight: 600;
}

.news-details-area .blog-post-details .tag-share-wrap .social-share a {
    font-size: 16px;
    color: var(--text);
}

.news-details-area .blog-post-details .tag-share-wrap .social-share a:not(:last-child) {
    margin-right: 10px;
}

.news-details-area .blog-post-details .tag-share-wrap .social-share a:hover {
    color: var(--theme);
}

.news-details-area .blog-post-details .comments-area {
    margin-top: 40px;
}

.news-details-area .blog-post-details .comments-area .comments-heading {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .news-details-area .blog-post-details .comments-area .comments-heading {
        margin-bottom: 20px;
    }
}

.news-details-area .blog-post-details .comments-area .comments-heading h3 {
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 575px) {
    .news-details-area .blog-post-details .comments-area .comments-heading h3 {
        font-size: 22px;
    }
}

.news-details-area .blog-post-details .comments-area .blog-single-comment {
    border-bottom: 1px solid var(--border);
}

@media (max-width: 575px) {
    .news-details-area .blog-post-details .comments-area .blog-single-comment {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .star i {
    color: var(--theme);
    font-size: 14px;
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .reply {
    border-radius: 30px;
    padding: 5px 15px;
    font-weight: 400;
    background-color: var(--bg);
    color: var(--theme);
}

.news-details-area .blog-post-details .comment-form-wrap h3 {
    font-size: 32px;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .news-details-area .blog-post-details .comment-form-wrap h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt span {
    color: var(--header);
    display: inline-block;
    margin-bottom: 10px;
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt input,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    border: 1px solid var(--border);
    padding: 16px 20px;
    font-weight: 500;
    border-radius: 8px;
    color: var(--text);
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt input::placeholder,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::placeholder {
    color: var(--text);
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
    padding-bottom: 100px;
}

.preloader {
    align-items: center;
    cursor: default;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader .animation-preloader {
    z-index: 1000;
}

.preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: var(--theme);
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}

@media (max-width: 767px) {
    .preloader .animation-preloader .spinner {
        width: 7.5em;
        height: 7.5em;
        margin: 0 auto 1.5em auto;
    }
}

.preloader .animation-preloader .txt-loading {
    font: bold 5em "Rubik", serif, "Rubik", serif;
    text-align: center;
    user-select: none;
}

@media (max-width: 767px) {
    .preloader .animation-preloader .txt-loading {
        font-size: 2.5em;
    }
}

.preloader .animation-preloader .txt-loading .letters-loading {
    color: var(--theme);
    position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
    animation: letters-loading 4s infinite;
    color: var(--header);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Rubik", serif;
    position: absolute;
    top: -3px;
    transform: rotateY(-90deg);
}

.preloader p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: var(--theme);
}

.preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}

.preloader .loader .row {
    height: 100%;
}

.preloader .loader .loader-section {
    padding: 0px;
}

.preloader .loader .loader-section .bg {
    background-color: var(--bg);
    height: 100%;
    left: 0;
    width: 100%;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
    width: 0;
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: rgba(255, 255, 255, 0.9);
}

.search-wrap .search-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.search-wrap .search-cell {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.search-wrap .search-field-holder {
    width: 50%;
    margin: auto;
    position: relative;
    animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-wrap .search-field-holder {
        width: 70%;
    }
}

@media (max-width: 575px) {
    .search-wrap .search-field-holder {
        width: 80%;
    }
}

.search-wrap .main-search-input {
    width: 100%;
    height: 70px;
    border: 0;
    padding: 0 50px;
    text-transform: none;
    background: transparent;
    font-size: 25px;
    color: var(--theme);
    border-bottom: 2px solid var(--theme);
    text-align: center;
    letter-spacing: 2px;
}

@media (max-width: 575px) {
    .search-wrap .main-search-input {
        height: 50px;
        padding: 0 0;
        line-height: 50px;
        font-size: 18px;
    }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
    background-color: var(--theme);
}

input.main-search-input::placeholder {
    color: var(--theme);
    opacity: 1;
    font-size: 25px;
}

@media (max-width: 575px) {
    input.main-search-input::placeholder {
        font-size: 18px;
    }
}

.search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: var(--theme);
    cursor: pointer;
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: var(--theme2);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -35px;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    background-color: var(--theme2);
    opacity: 0.3;
}

.cursor-outer {
    margin-left: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--theme2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    -webkit-transition: all 0.08s ease-out;
    -o-transition: all 0.08s ease-out;
    transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}

.pricing-card-items {
    margin-top: 30px;
    position: relative;
    z-index: 9;
}

.pricing-card-items .icon {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    text-align: center;
    line-height: 70px;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.pricing-card-items .wing-shape {
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
}

.pricing-card-items .pricing-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.pricing-card-items .pricing-bg img {
    width: 100%;
    height: 100%;
}

.pricing-card-items .pricing-header {
    padding: 30px 30px 40px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
    position: relative;
}

.pricing-card-items .pricing-header h2 {
    font-size: 30px;
}

.pricing-card-items .pricing-list {
    padding: 40px 0 0 0;
    border-top: 1px solid var(--border);
    margin-left: 40px;
    margin-right: 40px;
    z-index: 9;
    position: relative;
}

.pricing-card-items .pricing-list li {
    font-weight: 500;
}

.pricing-card-items .pricing-list li:not(:last-child) {
    margin-bottom: 15px;
}

.pricing-card-items .pricing-list li i {
    color: var(--theme);
    margin-right: 5px;
}

.pricing-card-items .pricing-list li.color-2 i {
    color: #FF1010;
}

.pricing-card-items .pricing-button {
    padding: 50px 40px 40px;
    z-index: 9;
    position: relative;
}

.pricing-card-items .pricing-button .theme-btn {
    width: 100%;
}

@media (max-width: 1399px) {
    .pricing-card-items.responsive-pricing-style {
        position: relative;
        padding: 40px 40px;
    }

    .pricing-card-items.responsive-pricing-style::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--white);
        border-radius: 10px;
    }

    .pricing-card-items.responsive-pricing-style .icon {
        position: relative;
        z-index: 9;
    }

    .pricing-card-items.responsive-pricing-style .pricing-header {
        padding: 0;
        position: relative;
        z-index: 9;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .pricing-card-items.responsive-pricing-style .pricing-header h2 {
        font-size: 30px;
    }

    .pricing-card-items.responsive-pricing-style .pricing-list {
        margin: 0;
        position: relative;
        z-index: 9;
        padding-top: 30px;
    }

    .pricing-card-items.responsive-pricing-style .pricing-button {
        padding: 0;
        position: relative;
        z-index: 9;
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .pricing-card-items.responsive-pricing-style {
        padding: 30px;
    }

    .pricing-card-items.responsive-pricing-style .price-content h3 {
        font-size: 22px;
    }
}

.pricing-title {
    padding: 10px 22px;
    background-color: var(--white);
    border-radius: 8px;
    max-width: 770px;
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .pricing-title {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        padding: 18px 20px;
        text-align: center;
    }
}

.pricing-title p {
    font-size: 17px;
}

.pricing-title .theme-btn {
    border-radius: 4px;
    background-color: var(--theme2);
    font-size: 17px;
    padding: 19.5px 25px;
}

.pricing-items {
    margin-top: 30px;
    background-color: var(--white);
    border-radius: 16px;
    padding: 40px;
    position: relative;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
    .pricing-items {
        padding: 30px;
    }
}

.pricing-items .tag {
    padding: 14px 18px 12px 40px;
    background-color: var(--theme);
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 0;
    overflow: hidden;
}

.pricing-items .tag h6 {
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
}

.pricing-items .tag::before {
    width: 0;
    height: 0;
    border-top: 38px solid var(--white);
    border-right: 37px solid transparent;
    content: "";
    left: -22px;
    position: absolute;
    bottom: 13%;
    transform: rotate(135deg);
}

.pricing-items .pricing-header {
    border-bottom: 1px solid var(--border);
    padding-bottom: 30px;
    position: relative;
}

@media (max-width: 575px) {
    .pricing-items .pricing-header {
        padding-bottom: 20px;
    }
}

.pricing-items .pricing-header h2 {
    font-size: 40px;
    margin-top: 15px;
}

.pricing-items .pricing-header .price-text {
    font-weight: 600;
    color: var(--text);
    position: absolute;
    bottom: 40%;
    right: 0;
    font-size: 20px;
}

.pricing-items .pricing-header .month {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}

.pricing-items .pricing-header p {
    margin-top: 15px;
}

.pricing-items .pricing-list {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .pricing-items .pricing-list {
        margin-top: 20px;
    }
}

.pricing-items .pricing-list li {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing-items .pricing-list li:not(:last-child) {
    margin-bottom: 10px;
}

.pricing-items .pricing-list li span i {
    color: var(--theme);
    margin-right: 7px;
}

.pricing-items .pricing-list li i {
    font-weight: 500;
}

.pricing-items .pricing-list li.color-2 span i {
    color: #FF1010;
}

.pricing-items .pricing-button {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .pricing-items .pricing-button {
        margin-top: 20px;
    }
}

.pricing-items .pricing-button p {
    font-weight: 500;
}

.pricing-items .pricing-button .pricing-btn {
    display: inline-block;
    background-color: transparent;
    color: var(--theme);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 40px;
    border-radius: 0;
    text-transform: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    line-height: 1;
    width: 100%;
    border-radius: 36px;
    border: 1px solid var(--theme);
    text-align: center;
}

.pricing-items .pricing-button .pricing-btn i {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .pricing-items .pricing-button .pricing-btn {
        padding: 16px 32px;
    }
}

@media (max-width: 575px) {
    .pricing-items .pricing-button .pricing-btn {
        padding: 18px 30px;
        font-size: 14px;
    }
}

.pricing-items .pricing-button .pricing-btn:hover {
    background-color: var(--theme);
    color: var(--white);
}

.pricing-items:hover {
    transform: translateY(-10px);
}

.pricing-items.style-2 {
    padding: 30px;
    position: relative;
    border: 1px solid var(--border);
    border-radius: 16px;
    margin-top: 45px;
}

.pricing-items.style-2 .top-text {
    font-size: 16px;
    color: var(--white);
    font-weight: 400;
    display: inline-block;
    padding: 10.8px 30px;
    text-align: center;
    position: relative;
    background-color: var(--theme);
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
}

.pricing-items.style-2 .top-text::before {
    width: 0px;
    height: 0px;
    border-top: 34.5px solid var(--theme);
    border-right: 28px solid transparent;
    content: "";
    left: -13px;
    position: absolute;
    bottom: 11.5%;
    transform: rotate(-41deg);
}

.pricing-items.style-2 .top-text::after {
    width: 0;
    height: 0;
    border-top: 32.5px solid var(--theme);
    border-right: 32px solid transparent;
    content: "";
    right: -14px;
    position: absolute;
    bottom: 13.5%;
    transform: rotate(138deg);
}

.pricing-items.style-2 .pricing-header-2 {
    margin-top: 30px;
}

.pricing-items.style-2 .pricing-header-2 .price-list {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.pricing-items.style-2 .pricing-header-2 .price-list del {
    font-weight: 500;
}

.pricing-items.style-2 .pricing-header-2 .price-list span {
    padding: 8px 20px;
    border-radius: 24px;
    background: rgba(56, 75, 255, 0.12);
    line-height: 1;
    color: var(--theme);
    font-weight: 500;
    text-transform: uppercase;
}

.pricing-items.style-2 .pricing-header-2 h2 {
    text-align: center;
}

.pricing-items.style-2 .pricing-header-2 h2 sub {
    font-size: 16px;
    font-weight: 500;
    color: var(--text);
    text-transform: lowercase;
    margin-left: -15px;
}

.pricing-items.style-2 p {
    margin-top: 20px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;
}

.pricing-items.style-2 .pricing-btn {
    background-color: var(--theme);
    color: var(--white);
    padding: 16px 40px;
}

.pricing-items.style-2 .pricing-btn:hover {
    background-color: var(--header);
}

.pricing-items.style-2.active {
    border: 1px solid var(--theme);
}

.pricing-items.style-2.active .top-text {
    background-color: var(--theme2);
}

.pricing-items.style-2.active .top-text::before {
    border-top: 34.5px solid var(--theme2);
}

.pricing-items.style-2.active .top-text::after {
    border-top: 32.5px solid var(--theme2);
}

.pricing-items.style-2.active .pricing-btn {
    background-color: var(--theme2);
    border: 1px solid transparent;
}

.pricing-items.style-2.active .pricing-btn:hover {
    background-color: var(--header);
}

.pricing-section {
    position: relative;
}

.pricing-section .pricing-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.pricing-section .pricing-shape img {
    width: 100%;
    height: 100%;
}

.pricing-tab-header {
    margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
}

@media (max-width: 767px) {
    .pricing-tab-header {
        margin-bottom: 0;
    }
}

.pricing-tab-header .arrow-shape {
    position: absolute;
    left: 59.5%;
    top: 0;
    animation: rounded 5s linear infinite;
}

@media (max-width: 1199px) {
    .pricing-tab-header .arrow-shape {
        display: none;
    }
}

.pricing-tab-header .nav {
    display: flex;
    align-items: center;
    gap: 0;
    background-color: var(--white);
    padding: 6px;
    justify-content: center;
    max-width: 225px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .pricing-tab-header .nav {
        max-width: 325px;
    }
}

@media (max-width: 575px) {
    .pricing-tab-header .nav {
        gap: 15px;
        max-width: 225px;
    }
}

.pricing-tab-header .nav .nav-link {
    text-align: center;
    padding: 18px 25px;
    border-radius: 100px;
    line-height: 1;
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
    color: var(--header);
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .pricing-tab-header .nav .nav-link {
        padding: 14px 45px;
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .pricing-tab-header .nav .nav-link {
        padding: 12px 20px;
        font-size: 14px;
    }
}

.pricing-tab-header .nav .nav-link.active {
    position: relative;
    background-color: var(--theme);
    color: var(--white);
}

.pricing-tab-header .save-text {
    font-weight: 500;
    color: var(--theme);
    font-size: 18px;
    text-align: center;
    margin-left: 40%;
}

.pricing-tab-header.style-2 .nav {
    max-width: 535px;
}

.pricing-tab-header.style-2 .nav .nav-link {
    color: var(--text);
    font-weight: 500;
}

.pricing-tab-header.style-2 .nav .nav-link.active {
    color: var(--white) !important;
}

.pricing-box-items {
    margin-top: 30px;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 40px 30px;
    transition: all 0.4s ease-in-out;
}

.pricing-box-items .pricing-header .price-content {
    margin-bottom: 20px;
}

.pricing-box-items .pricing-header .price-content h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.pricing-box-items .pricing-header h2 {
    font-size: 40px;
}

.pricing-box-items .pricing-header h2 sup {
    font-weight: 400;
    color: var(--text);
    font-size: 16px;
    margin-left: 5px;
}

.pricing-box-items .pricing-button {
    margin-top: 30px;
}

.pricing-box-items .pricing-button .theme-btn {
    width: 100%;
    background-color: transparent;
    border-radius: 4px;
    border: 1.5px solid var(--theme);
    color: var(--theme);
}

.pricing-box-items .pricing-button .theme-btn::before {
    background-color: var(--theme);
}

.pricing-box-items .pricing-button .theme-btn:hover {
    color: var(--white);
    border: 1.5px solid transparent;
}

.pricing-box-items .pricing-list {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .pricing-box-items .pricing-list {
        margin-top: 20px;
    }
}

.pricing-box-items .pricing-list li {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing-box-items .pricing-list li:not(:last-child) {
    margin-bottom: 10px;
}

.pricing-box-items .pricing-list li span i {
    color: var(--theme);
    margin-right: 7px;
}

.pricing-box-items .pricing-list li i {
    font-weight: 500;
}

.pricing-box-items .pricing-list li.color-2 span i {
    color: #FF1010;
}

.pricing-box-items:hover {
    transform: translateY(-10px);
}

.pricing-box-items.active {
    background-color: var(--theme);
}

.pricing-box-items.active .pricing-header .price-content h4,
.pricing-box-items.active .pricing-header .price-content p {
    color: var(--white);
}

.pricing-box-items.active .pricing-header h2 {
    color: var(--white);
}

.pricing-box-items.active .pricing-header h2 sup {
    color: var(--white);
}

.pricing-box-items.active .pricing-button .theme-btn {
    color: var(--theme);
    background-color: var(--white);
    border: 1.5px solid transparent;
}

.pricing-box-items.active .pricing-button .theme-btn::before {
    background-color: var(--header);
}

.pricing-box-items.active .pricing-button .theme-btn:hover {
    color: var(--white);
    border: 1.5px solid var(--header);
}

.pricing-box-items.active .pricing-list li {
    color: var(--white);
}

.pricing-box-items.active .pricing-list li span {
    color: var(--white);
}

.pricing-box-items.active .pricing-list li span i {
    color: var(--white);
}

.pricing-box-items.active .pricing-list li.color-2 span i {
    color: var(--white);
}

.affiliate-card-items {
    margin-top: 30px;
    background-color: var(--bg);
    border-right: 1px solid var(--border);
    position: relative;
}

.affiliate-card-items .top-text {
    font-size: 16px;
    color: var(--white);
    font-weight: 400;
    display: inline-block;
    padding: 10.8px 30px;
    text-align: center;
    position: relative;
    background-color: var(--theme);
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
}

.affiliate-card-items .top-text::before {
    width: 0px;
    height: 0px;
    border-top: 34.5px solid var(--theme);
    border-right: 28px solid transparent;
    content: "";
    left: -13px;
    position: absolute;
    bottom: 11.5%;
    transform: rotate(-41deg);
}

.affiliate-card-items .top-text::after {
    width: 0;
    height: 0;
    border-top: 32.5px solid var(--theme);
    border-right: 32px solid transparent;
    content: "";
    right: -14px;
    position: absolute;
    bottom: 13.5%;
    transform: rotate(138deg);
}

.affiliate-card-items .pricing-header {
    padding: 60px 35px 50px;
}

.affiliate-card-items .pricing-header .affiliate-img {
    max-width: 240px;
    text-align: center;
    margin: 0 auto;
}

.affiliate-card-items .pricing-header .affiliate-img img {
    width: 100%;
    height: 100%;
}

.affiliate-card-items .pricing-header .price-list {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.affiliate-card-items .pricing-header .price-list del {
    font-weight: 500;
}

.affiliate-card-items .pricing-header .price-list span {
    padding: 8px 20px;
    border-radius: 24px;
    background: rgba(56, 75, 255, 0.12);
    line-height: 1;
    color: var(--theme);
    font-weight: 500;
    text-transform: uppercase;
}

.affiliate-card-items .pricing-header h2 {
    text-align: center;
    margin-bottom: 20px;
}

.affiliate-card-items .pricing-header h2 sub {
    font-size: 16px;
    font-weight: 500;
    color: var(--text);
    text-transform: lowercase;
    margin-left: -15px;
}

.affiliate-card-items .pricing-header .theme-btn {
    width: 100%;
    padding: 17.5px 40px;
    margin-top: 20px;
}

.affiliate-card-items ul li {
    padding: 22px 35px;
    border-top: 1px solid var(--border);
    line-height: 1;
    font-weight: 500;
}

.affiliate-card-items ul li i {
    color: var(--theme);
}

.affiliate-card-items.active .top-text {
    background-color: var(--theme2);
}

.affiliate-card-items.active .top-text::before {
    border-top: 34.5px solid var(--theme2);
}

.affiliate-card-items.active .top-text::after {
    border-top: 32.5px solid var(--theme2);
}

.affiliate-card-items.active .pricing-header .theme-btn {
    background-color: var(--theme2);
}

.hosting-wrapper .hosting-content .hosting-items {
    display: flex;
    gap: 30px;
    background-color: var(--bg);
    border-radius: 16px;
    border: 1px solid var(--border);
    padding: 30px;
}

@media (max-width: 470px) {
    .hosting-wrapper .hosting-content .hosting-items {
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
    }
}

.hosting-wrapper .hosting-content .hosting-items:not(:last-child) {
    margin-bottom: 30px;
}

.hosting-wrapper .hosting-content .hosting-items .icon {
    width: 56px;
    height: 56px;
    line-height: 50px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid var(--border);
}

.hosting-wrapper .hosting-content .hosting-items .content {
    flex-basis: 85%;
}

@media (max-width: 470px) {
    .hosting-wrapper .hosting-content .hosting-items .content {
        flex-basis: 100%;
        text-align: center;
    }
}

.hosting-wrapper .hosting-content.style-2 .hosting-items .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
}

.hosting-wrapper .hosting-image img {
    width: 100%;
    height: 100%;
}

.hosting-inner-items {
    margin-top: 30px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}

.hosting-inner-items .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: var(--bg);
    border-radius: 8px;
    border: 1px solid var(--border);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.hosting-inner-items .content {
    padding: 30px 30px 30px 100px;
}

.hosting-inner-items .content h3 {
    margin-bottom: 10px;
}

.hosting-inner-items .content h3 a:hover {
    color: var(--theme);
}

.hosting-inner-items.responsive-style {
    position: relative;
}

@media (max-width: 1399px) {
    .hosting-inner-items.responsive-style {
        padding: 40px 20px;
    }

    .hosting-inner-items.responsive-style::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--bg);
        border: 1px solid var(--border);
        border-radius: 10px;
    }

    .hosting-inner-items.responsive-style .icon {
        position: relative;
        text-align: center;
        margin: 0 auto;
    }

    .hosting-inner-items.responsive-style .content {
        position: relative;
        z-index: 9;
        padding: 0;
        text-align: center;
        margin-top: 20px;
    }
}

.hosting-box-items {
    margin-top: 30px;
    padding: 30px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background-color: var(--bg);
    position: relative;
    z-index: 9;
}

.hosting-box-items::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
    z-index: -1;
    border-radius: 16px;
}

.hosting-box-items .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid var(--border);
    border-radius: 8px;
    transition: all 0.4s ease-in-out;
    transition: transform 500ms ease;
}

.hosting-box-items .content {
    margin-top: 20px;
}

.hosting-box-items .content h3 {
    margin-bottom: 10px;
}

.hosting-box-items .content .theme-btn {
    padding: 15px 40px;
    background-color: transparent;
    color: var(--text);
    font-weight: 600;
    border: 1px solid var(--border);
}

.hosting-box-items .content .theme-btn::before {
    background-color: var(--theme2);
}

.hosting-box-items .content .theme-btn:hover {
    color: var(--white);
    border: 1px solid var(--theme2);
}

.hosting-box-items:hover {
    border: 1px solid var(--theme);
}

.hosting-box-items:hover::before {
    transform: scale(1, 1);
    transform-origin: top center;
}

.hosting-box-items:hover .icon {
    border: 1px solid transparent;
    background-color: #F3F7FB;
    transform: scaleX(-1);
}

.hosting-box-items:hover .content h3 a {
    color: var(--white);
}

.hosting-box-items:hover .content p {
    color: var(--white);
}

.hosting-box-items:hover .content .theme-btn {
    background-color: var(--white);
}

.offer-hosting-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}

.offter-hosting-items {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 450px;
    height: 100%;
    background-position: center;
}

.offter-hosting-items .bg-shape {
    position: absolute;
    top: 0;
    left: 0;
}

.offter-hosting-items .bg-shape img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.offter-hosting-items .icon {
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    border: 1px solid var(--border);
    border-radius: 8px;
    position: absolute;
    top: 21px;
    left: 4px;
}

.offter-hosting-items .content {
    padding: 40px 30px 50px 122px;
}

.offter-hosting-items .content .offer-text {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.offter-hosting-items .content .offer-text span {
    line-height: 1;
    padding: 8px 20px;
    background-color: var(--white);
    color: var(--theme);
    border-radius: 24px;
}

.offter-hosting-items .content .offer-text h3 {
    color: var(--white);
    font-weight: 600;
}

.offter-hosting-items .content h4 {
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 20px;
}

.offter-hosting-items .content .theme-btn {
    border-radius: 0;
    background-color: transparent;
    border: 1.5px solid var(--white);
    border-radius: 4px;
    padding: 16.5px 30px;
}

.hosting-service-text {
    text-align: center;
    line-height: 1;
    padding: 20px 30px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15);
    color: var(--white);
    max-width: 420px;
    margin: 50px auto 0;
    font-size: 17px;
    font-weight: 400;
}

.hosting-service-text a {
    text-decoration: underline;
    color: var(--white);
}

.data-center-box-items {
    margin-top: 90px;
    border-radius: 20px;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    padding: 40px;
    position: relative;
}

@media (max-width: 767px) {
    .data-center-box-items {
        margin-top: 40px;
    }
}

.data-center-box-items::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px dashed var(--theme);
    border-radius: 20px;
    top: 15px;
    left: 20px;
    z-index: -1;
}

.data-center-box-items h3 {
    margin-bottom: 25px;
}

.data-center-box-items h3 img {
    margin-right: 15px;
}

.data-center-box-items ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.data-center-box-items ul li:not(:last-child) {
    margin-bottom: 7px;
}

.data-center-box-items ul li span {
    font-weight: 500;
    margin-right: 10px;
}

.doming-card-items {
    margin-top: 30px;
    padding: 35px;
    border-radius: 16px;
    border: 1px solid var(--border);
    background-color: var(--bg);
    position: relative;
    z-index: 9;
}

.doming-card-items .wing-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.doming-card-items .wing-shape img {
    width: 100%;
    height: 100%;
}

.doming-card-items .doming-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    position: relative;
    z-index: 9;
}

.doming-card-items .doming-header h6 {
    font-weight: 600;
    color: var(--theme);
}

.doming-card-items p {
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}

.doming-card-items .theme-btn {
    border-radius: 10px;
    background-color: transparent;
    border: 1.5px solid var(--border);
    color: var(--text);
    padding: 15.5px 40px;
    z-index: 9;
}

.doming-card-items::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
    z-index: -1;
    border-radius: 16px;
}

.doming-card-items:hover::before {
    transform: scale(1, 1);
    transform-origin: top center;
}

.doming-card-items:hover .doming-header .tag {
    filter: brightness(0) invert(1);
}

.doming-card-items:hover .doming-header h6 {
    color: var(--white);
}

.doming-card-items:hover h4 {
    color: var(--white);
}

.doming-card-items:hover p {
    color: var(--white);
}

.doming-card-items:hover .theme-btn {
    background-color: var(--theme2);
    border: 1.5px solid var(--theme2);
    color: var(--white);
}

.doming-card-items:hover .theme-btn:hover {
    color: var(--header);
}

.doming-card-items:hover .theme-btn:hover::before {
    background-color: var(--white);
}

.doming-list-items {
    margin-top: 30px;
    background-color: var(--bg);
    border-right: 1px solid var(--border);
    position: relative;
}

.doming-list-items .top-text {
    font-size: 16px;
    color: var(--white);
    font-weight: 400;
    display: inline-block;
    padding: 10.8px 30px;
    text-align: center;
    position: relative;
    background-color: var(--theme);
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
}

.doming-list-items .top-text::before {
    width: 0px;
    height: 0px;
    border-top: 35.5px solid var(--theme);
    border-right: 28px solid transparent;
    content: "";
    left: -13px;
    position: absolute;
    bottom: 10.5%;
    transform: rotate(-39deg);
}

.doming-list-items .top-text::after {
    width: 0;
    height: 0;
    border-top: 32.5px solid var(--theme);
    border-right: 32px solid transparent;
    content: "";
    right: -16px;
    position: absolute;
    bottom: 13.5%;
    transform: rotate(135deg);
}

.doming-list-items ul li {
    padding: 18px 35px;
    line-height: 1;
    border-top: 1px solid var(--border);
    font-size: 16px;
    font-weight: 500;
    color: var(--header);
    height: 60px;
}

.doming-list-items ul li del {
    color: var(--text);
}

.doming-list-items ul li.border-none {
    border-top: none;
}

.doming-list-items ul li.style-2 {
    padding: 21px 10px;
}

.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 0;
    }
}

.section-title span {
    color: var(--theme2);
    margin-bottom: 25px;
    display: inline-block;
    font-weight: 500;
    text-transform: none;
    font-size: 14px;
    position: relative;
}

.section-title span::before {
    position: absolute;
    top: 13px;
    right: -35px;
    content: "";
    width: 20px;
    height: 1.6px;
    background-color: var(--theme);
}

.section-title span.white-text {
    color: var(--white);
}

.section-title span.white-text::before {
    background-color: var(--white);
}

.section-title span.style-border::after {
    position: absolute;
    top: 13px;
    left: -35px;
    content: "";
    width: 20px;
    height: 1.6px;
    background-color: var(--theme);
}

.section-title span.style-border-white::after {
    position: absolute;
    top: 13px;
    left: -35px;
    content: "";
    width: 20px;
    height: 1.6px;
    background-color: var(--white);
}

.section-title span.style-border-white::before {
    position: absolute;
    top: 13px;
    right: -35px;
    content: "";
    width: 20px;
    height: 1.6px;
    background-color: var(--white);
}

.section-title span.style-bg {
    border-radius: 24px;
    background: var(--g-w);
    padding: 10px 20px;
    line-height: 1;
}

.section-title span.style-bg::before {
    display: none;
}

.section-title span.style-bg-2 {
    background: var(--theme);
    color: var(--white);
    border-radius: 24px;
    padding: 10px 20px;
    line-height: 1;
}

.section-title span.style-bg-2::before {
    display: none;
}

.section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

@media (max-width: 991px) {
    .section-title-area {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.center {
    text-align: center;
    margin: 0 auto;
}

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

.section-padding {
    margin: 50px 0;
}

@media (max-width: 991px) {
    .section-padding {
        margin: 20px 0;
    }
}

.team-card-item {
    margin-top: 30px;
}

.team-card-item .team-image img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.team-card-item .team-content {
    margin: -70px 0 0px;
    padding: 50px 30px 40px 55px;
}

.team-card-item .team-content h5 {
    margin-bottom: 5px;
}

.team-card-item .team-content h5 a:hover {
    color: var(--theme);
}

.team-card-item .team-content .social-profile {
    position: absolute;
    right: 48px;
    top: -200px;
    content: "";
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
}

.team-card-item .team-content .social-profile ul {
    transform: translateY(100px);
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.team-card-item .team-content .social-profile ul li:not(:last-child) {
    margin-bottom: 10px;
}

.team-card-item .team-content .social-profile ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    display: block;
    background: var(--white);
    color: var(--theme);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    margin: 0 auto;
}

.team-card-item .team-content .social-profile ul li a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.team-card-item .team-content .social-profile .plus-btn {
    z-index: 2;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    display: inline-block;
    background: var(--theme);
    color: var(--white);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
}

.team-card-item .team-content .social-profile:hover ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.team-details-wrapper {
    margin-bottom: -10px;
}

.team-details-wrapper .team-author-items {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px;
    border: 1px solid var(--border);
    border-radius: 12px;
}

@media (max-width: 1199px) {
    .team-details-wrapper .team-author-items {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        text-align: center;
    }
}

.team-details-wrapper .team-author-items .thumb {
    max-width: 370px;
}

.team-details-wrapper .team-author-items .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.team-details-wrapper .team-author-items .content {
    max-width: 850px;
}

.team-details-wrapper .team-author-items .content h2 {
    font-size: 30px;
    margin-bottom: 5px;
}

@media (max-width: 575px) {
    .team-details-wrapper .team-author-items .content h2 {
        font-size: 26px;
    }
}

.team-details-wrapper .team-author-items .content span {
    margin-bottom: 20px;
    display: inline-block;
}

@media (max-width: 575px) {
    .team-details-wrapper .team-author-items .content span {
        margin-bottom: 10px;
    }
}

.team-details-wrapper .team-author-items .content ul {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 50px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 20px 0;
}

@media (max-width: 1199px) {
    .team-details-wrapper .team-author-items .content ul {
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 20px;
        margin-top: 20px;
        justify-content: center;
    }
}

.team-details-wrapper .team-author-items .content ul li {
    color: var(--header);
}

.team-details-wrapper .team-author-items .content ul li b {
    color: var(--theme);
}

.team-details-wrapper .team-author-items .content ul li .color-star {
    color: var(--theme);
}

.team-details-wrapper .team-author-items .content .social-icon {
    margin-top: 40px;
    gap: 15px;
    position: relative;
    z-index: 9;
}

.team-details-wrapper .team-author-items .content .social-icon span {
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 25px;
    color: var(--theme);
}

@media (max-width: 1199px) {
    .team-details-wrapper .team-author-items .content .social-icon {
        justify-content: center;
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .team-details-wrapper .team-author-items .content .social-icon {
        margin-top: 20px;
    }
}

.team-details-wrapper .team-author-items .content .social-icon a {
    color: var(--header);
}

.team-details-wrapper .team-author-items .content .social-icon a:hover {
    color: var(--theme);
}

.team-details-wrapper .details-info-items {
    padding: 80px 0 0;
}

@media (max-width: 767px) {
    .team-details-wrapper .details-info-items {
        padding: 50px 0;
    }
}

@media (max-width: 575px) {
    .team-details-wrapper .details-info-items {
        padding: 40px 0;
    }
}

.team-details-wrapper .details-info-items .info-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.team-details-wrapper .details-info-items .progress-wrap {
    margin-left: 30px;
}

@media (max-width: 991px) {
    .team-details-wrapper .details-info-items .progress-wrap {
        margin-left: 0;
    }
}

.team-details-wrapper .details-info-items .progress-wrap .pro-items {
    width: 100%;
}

.team-details-wrapper .details-info-items .progress-wrap .pro-items:not(:last-child) {
    margin-bottom: 20px;
}

.team-details-wrapper .details-info-items .progress-wrap .pro-items .pro-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.team-details-wrapper .details-info-items .progress-wrap .pro-items .pro-head .title {
    font-size: 16px;
    color: var(--header);
}

.team-details-wrapper .details-info-items .progress-wrap .pro-items .pro-head .point {
    font-size: 16px;
    color: var(--header);
}

.team-details-wrapper .details-info-items .progress-wrap .pro-items .progress {
    background: var(--bg);
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    display: flex;
    height: 8px;
    width: 100%;
}

.team-details-wrapper .details-info-items .progress-wrap .pro-items .progress-value {
    animation: load 3s normal forwards;
    border-radius: 0;
    background: var(--theme);
    height: 8px;
    width: 0;
}

.team-details-wrapper .details-info-items .progress-wrap .pro-items .style-two {
    animation: load2 3s normal forwards;
}

.team-details-wrapper .details-info-items .progress-wrap .pro-items .style-three {
    animation: load3 3s normal forwards;
}

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 90%;
    }
}

@keyframes load2 {
    0% {
        width: 0;
    }

    100% {
        width: 70%;
    }
}

@keyframes load3 {
    0% {
        width: 0;
    }

    100% {
        width: 55%;
    }
}

.team-section-details .section-title-area {
    border-bottom: 1px solid var(--border);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .team-section-details .section-title-area {
        margin-bottom: 0;
    }
}

.team-section-details .section-title-area .arry-button {
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 9;
}

@media (max-width: 991px) {
    .team-section-details .section-title-area .arry-button {
        display: none;
    }
}

.team-section-details .section-title-area .arry-button .array-prev,
.team-section-details .section-title-area .arry-button .array-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.team-section-details .section-title-area .arry-button .array-prev {
    background-color: transparent;
    color: var(--header);
    border: 1px solid var(--border);
}

.team-section-details .section-title-area .arry-button .array-prev:hover {
    background-color: var(--theme);
    color: var(--white);
}

.team-section-details .section-title-area .arry-button .array-next {
    background-color: var(--theme);
    color: var(--white);
}

.team-section-details .section-title-area .arry-button .array-next:hover {
    background-color: var(--header);
    color: var(--white);
}

.testimonial-card-items {
    position: relative;
    padding: 40px;
    z-index: 9;
}

@media (max-width: 1399px) {
    .testimonial-card-items {
        margin-bottom: 1px;
    }
}

@media (max-width: 1199px) {
    .testimonial-card-items {
        margin-bottom: 0;
    }
}

.testimonial-card-items .star {
    color: var(--theme2);
    position: absolute;
    right: 40px;
    top: 33%;
}

.testimonial-card-items .icon {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.testimonial-card-items::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 0px 50px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.15);
    top: 91px;
    height: initial;
    z-index: -1;
}

.testimonial-card-items .client-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
}

.testimonial-card-items .client-image .circle-shape {
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.testimonial-card-items p {
    color: var(--white);
    margin-top: 15px;
}

.testimonial-card-items .client-info {
    margin-top: 20px;
}

.testimonial-card-items .client-info h4 {
    color: var(--white);
    margin-bottom: 5px;
}

.testimonial-card-items .client-info span {
    color: var(--white);
}

.tesimonial-wrapper {
    margin-right: -31%;
}

@media (max-width: 1199px) {
    .tesimonial-wrapper {
        margin-right: 0;
    }
}

.testimonial-section-2 .swiper-slide.swiper-slide-active .testimonial-box-items {
    background-color: var(--theme);
}

.testimonial-section-2 .swiper-slide.swiper-slide-active .testimonial-box-items .pngwing-shape {
    opacity: 1;
    visibility: visible;
}

.testimonial-section-2 .swiper-slide.swiper-slide-active .testimonial-box-items .icon {
    color: var(--white);
    opacity: 1;
}

.testimonial-section-2 .swiper-slide.swiper-slide-active .testimonial-box-items p {
    color: var(--white);
}

.testimonial-section-2 .swiper-slide.swiper-slide-active .testimonial-box-items .client-info .content h4,
.testimonial-section-2 .swiper-slide.swiper-slide-active .testimonial-box-items .client-info .content span {
    color: var(--white);
}

.testimonial-box-items {
    padding: 50px 35px;
    margin-top: 30px;
    background-color: var(--white);
    border-radius: 12px;
    position: relative;
    z-index: 9;
}

.testimonial-box-items .pngwing-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.testimonial-box-items .icon {
    position: absolute;
    right: 35px;
    bottom: 55px;
    color: var(--theme);
    opacity: 0.3;
    font-size: 55px;
}

.testimonial-box-items .star {
    color: var(--theme2);
    margin-bottom: 15px;
}

.testimonial-box-items p {
    font-size: 18px;
}

.testimonial-box-items .client-info {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-box-items .client-info .client-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.testimonial-wrapper-2 {
    position: relative;
    margin-top: 150px;
}

.testimonial-wrapper-2 .arry-button {
    display: flex;
    align-items: center;
    gap: 6px;
    position: absolute;
    bottom: 25%;
    left: 40%;
    transform: translateX(-50%);
    z-index: 9;
}

@media (max-width: 991px) {
    .testimonial-wrapper-2 .arry-button {
        display: none;
    }
}

.testimonial-wrapper-2 .arry-button .array-prev,
.testimonial-wrapper-2 .arry-button .array-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.testimonial-wrapper-2 .arry-button .array-prev {
    background-color: var(--theme);
    color: var(--white);
}

.testimonial-wrapper-2 .arry-button .array-prev:hover {
    background-color: var(--header);
}

.testimonial-wrapper-2 .arry-button .array-next {
    background-color: #EBF1FF;
    color: var(--header);
}

.testimonial-wrapper-2 .arry-button .array-next:hover {
    background-color: var(--theme);
    color: var(--white);
}

.testimonial-wrapper-2 .testimonial-box-items-2 {
    padding: 80px 45px;
    background-color: var(--white);
    border-radius: 20px;
}

@media (max-width: 991px) {
    .testimonial-wrapper-2 .testimonial-box-items-2 {
        padding: 60px 45px;
    }
}

@media (max-width: 767px) {
    .testimonial-wrapper-2 .testimonial-box-items-2 {
        padding: 50px 40px;
    }
}

@media (max-width: 575px) {
    .testimonial-wrapper-2 .testimonial-box-items-2 {
        padding: 40px 30px;
    }
}

.testimonial-wrapper-2 .testimonial-box-items-2 .icon {
    font-size: 45px;
    color: var(--theme);
    margin-bottom: 20px;
}

.testimonial-wrapper-2 .testimonial-box-items-2 .client-info {
    margin-top: 30px;
}

.testimonial-wrapper-2 .testimonial-box-items-2 .client-info span {
    color: #808080;
}

.testimonial-wrapper-2 .testimonial-box-items-2 .star {
    margin-top: 30px;
    color: #00B67A;
}

@media (max-width: 575px) {
    .testimonial-wrapper-2 .testimonial-box-items-2 .star {
        margin-top: 20px;
    }
}

.testimonial-wrapper-2 .testimonial-box-items-2 .star span {
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    color: var(--text);
}

.testimonial-wrapper-2 .testimonial-image img {
    width: 100%;
    height: 100%;
}

.testimonial-card-items-2 {
    margin-top: 30px;
    border-radius: 12px;
    background: var(--white);
    box-shadow: var(--box-shadow);
    padding: 40px 35px;
    position: relative;
    margin-bottom: 60px;
}

.testimonial-card-items-2 .icon {
    position: absolute;
    right: 35px;
    top: 45px;
    color: var(--theme);
    opacity: 0.3;
    font-size: 45px;
}

.testimonial-card-items-2 .client-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.testimonial-card-items-2 .client-info .client-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.testimonial-card-items-2 p {
    font-size: 18px;
}

.testimonial-card-items-2 .client-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.testimonial-card-items-2 .client-bottom .star {
    color: var(--theme2);
}

.testimonial-click-text {
    padding: 6px 0;
    border: 1px solid var(--border);
    border-radius: 8px;
    max-width: 370px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    margin: 0 auto;
}

.testimonial-click-text p {
    font-size: 17px;
    padding-left: 24px;
}

.testimonial-click-text a {
    display: inline-block;
    background-color: var(--theme);
    color: var(--white);
    padding: 15px 16px;
    line-height: 1;
    border-radius: 4px;
    margin-right: 10px;
}

.testimonial-click-text a:hover {
    background-color: var(--theme2);
}

/*# sourceMappingURL=main.css.map */



































/* CUSTOM*/

.about-section {}



.about-section .advantages {
    display: flex;
    margin: 0px 0px 40px;
    align-items: center;
    justify-content: space-around
}

.about-section .advantages .item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
}


.about-section .advantages .item i {
    display: flex;
    background: var(--bg-gray);
    color: var(--black2);
    padding: 20px;
    font-size: 30px;
    border-radius: 20px;
}

.about-section .advantages .item span {
    color: var(--black);
    font-size: 18px;
    font-weight: 400;
}

.about-section .advantages .item span b {
    color: var(--black);
    font-size: 20px;
    font-weight: 700;
}


/* ABOUT DENT*/
.about-dent {}

.about-dent .laureat {
    background: var(--light);
    padding: 30px;
    border-radius: 15px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.about-dent .laureat:before {
    display: block;
    content: "";
    width: 400px;
    height: 100%;
    border-radius: 0;
    background-color: #F2F7DB;
    position: absolute;
    bottom: -200px;
    right: -270px;
    transform: rotate(45deg);
    z-index: 0;
    transition: all 0.4s ease;
    opacity: 1;
}

.about-dent .laureat .title {
    font-size: 24px;
    font-weight: 500;
    color: var(--black);
    line-height: 1.4;
    margin-bottom: 20px;
    display: block;
}

.about-dent .laureat .desc {
    font-size: 15px;
    font-weight: 400;
    color: var(--black2);
    line-height: 1.5;
    margin-bottom: 15px;
    display: block;
}

.about-dent .laureat img {
    max-width: 100%;
    position: absolute;
    height: 300px;
    right: 0px;
    bottom: -40px;
}


/* VIDEO */

.about-dent .video {
    position: relative;
    background-image: url(../../assets/img/about-video.jpg);
    height: 300px;
    background-size: cover;
    border-radius: 15px;
    padding: 30px;
}

.about-dent .video:before {
    content: '';
    background: var(--black2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    z-index: 0;
    opacity: 0.7;
}

.about-dent .video .content {
    position: absolute;
    float: right;
    max-width: 50%;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);


}

.about-dent .video .content span {
    display: block;
    color: var(--white)
}

.about-dent .video .content .sub {
    font-size: 14px;
    color: var(--light);
    line-height: 1.5;
}

.about-dent .video .content .name {
    font-size: 20px;
    color: var(--white);
    margin: 5px 0 10px;
    font-weight: 600;
}

.about-dent .video .content .desc {
    font-size: 15px;
    color: var(--g-w);
    line-height: 1.35;
}

.about-dent .video .content .desc {
    font-size: 15px;
    color: var(--g-w);
    line-height: 1.35;
}

.about-dent .video .content .button-video {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    padding: 7px 15px 7px 7px;
    border-radius: 50px;
    gap: 10px;
    background: #414141d4;
    margin-top: 20px
}

.about-dent .video .content .button-video i {
    display: flex;
    background: var(--light);
    color: var(--black2);
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


.about-dent .video .content .button-video:hover {
    background: var(--black2);

}


/* TEAM */
.about-dent .team {
    position: relative;
    background: var(--orange);
    height: 300px;
    background-size: cover;
    border-radius: 15px;
    padding: 30px;
    overflow: hidden;
}

.about-dent .team .title {
    font-size: 25px;
    color: var(--black);
    font-weight: 600;
}

.about-dent .team .desc {
    font-size: 15px;
    color: var(--black2);
    line-height: 1.5;
    display: block;
    margin: 15px 0px;
}

.about-dent .team .all-team {
    display: flex;
    align-items: center;
}

.about-dent .team .all-team .item {
    border: 2px solid var(--white);
    border-radius: 50px;
    overflow: hidden;
    background: #C7C5C6;
    margin-left: -10px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-dent .team .all-team .item:last-child {
    background: var(--white);
    font-weight: 600;
}

.about-dent .team .all-team .item:first-child {
    margin-left: 0px;

}

.about-dent .team .all-team .item img {
    width: 100%;
}

.about-dent .team .theme-btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.about-dent .team .background {
    position: absolute;
    bottom: -30px;
    right: 30px;
    max-width: 100%;
    height: 200px;
}

/* POPULAR SERVICE */

.popular-services__section {}

.popular-services {
    padding: 50px;
    border-radius: 30px;
    background: var(--light);
}

.price-list .element {
    margin-bottom: 25px;
}

.price-list .head {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--black);
    font-weight: 400;
    opacity: 0.6;
    padding: 0px 20px;

}

.price-list .category {
    color: var(--black2);
    font-size: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: var(--black2);
    text-underline-offset: 30%;
    text-decoration-thickness: 1px;
}

.price-list .category:hover {
    color: var(--black);
    text-decoration-color: var(--black);
}

.price-list .item {
    padding: 12px 20px;
    background: var(--white);
    margin-bottom: 10px;
    border-radius: 15px;
    display: flex;
}

.price-list .item:last-child {
    margin-bottom: 0px;
}

.price-list .item .info {
    display: flex;
    flex-direction: column;
    width: 85%;
    position: relative;
}

.price-list .item .info .tags {
    position: absolute;
    right: 0;
    display: flex;
    background: #fff;
    gap: 10px;
    padding: 14px 0 0px 10px;

}

.price-list .item .info .tags .tag {
    background: var(--theme);
    color: var(--white);
    padding: 5px 10px;
    display: flex;
    line-height: 1;
    border-radius: 50px;
    align-items: center;
    font-size: 12px;
}

.price-list .item .info .tags .tag.sale {
    background: #ff4800;
}

.price-list .item .title {
    color: var(--black);
    font-size: 20px;
    line-height: 25px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: var(--theme);
    text-underline-offset: 30%;
    text-decoration-thickness: 1px;
    position: relative;
    background: #fff;
}

.price-list .item .title:hover {
    color: var(--theme);
}

.price-list .item .title:before {
    content: "";
    position: absolute;
    top: 1.65rem;
    left: 0;
    right: 0;
    border-bottom: 1px rgba(137, 147, 170, .3098039216) dotted;
    width: 100%;
}

.price-list .item .desc {
    color: var(--black2);
    display: block;
    margin-top: 10px;
    font-size: 14px;
    opacity: 0.5;
    font-weight: 400;
    line-height: 1.5;
}

.price-list .item .offer {
    font-size: 22px;
    color: var(--black2);
    width: 15%;
    line-height: 22px;
    font-weight: 500;
    display: flex;
    text-align: right;
    justify-content: flex-end;
    margin-top: 5px;
    position: relative;
}

.price-list .item .offer .old {
    font-size: 14px;
    color: var(--black2);
    font-weight: 600;
    display: block;
    text-decoration: line-through;
    opacity: 0.4;
    line-height: 1.5;
}


.price-list .item .offer .desc {
    font-size: 13px;
    color: var(--theme2);
    font-weight: 600;
    display: block;
    opacity: 1;
    position: absolute;
    bottom: -5px;
    white-space: nowrap
}

.cta {
    font-size: 17px;
    color: var(--black2);
    line-height: 2;
    margin-bottom: 15px;

}

.price-list .element:last-child {
    margin-top: 40px;
}

/* SALE SECTION */
.sale-wrapper__section {}

.sale-wrapper {
    background: var(--orange);
    padding: 50px;
    border-radius: 30px;
}

.sale-wrapper .sale-slider {
    margin-right: -50px;
    position: relative;
}

.sale-wrapper .swiper-dot {
    margin-right: 50px;

}


.sale-item {
    background: var(--white);
    border-radius: 20px;
    padding: 20px;
}

.sale-item .date {
    background: var(--g-w);
    color: var(--black);
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 15px;
}

.sale-item .title {
    font-size: 25px;
    font-weight: 700;
    color: var(--black);
    line-height: 1.2;
    margin-bottom: 15px;
    display: block;
}

.sale-item .desc {
    font-size: 16px;
    color: var(--blac2);
    line-height: 1.5;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.sale-item .price {
    display: flex;
    margin: 20px 0px;
    gap: 10px;
    color: var(--black)
}

.sale-item .price .new {
    font-size: 30px;
    font-weight: 800;
}

.sale-item .price .old {
    font-size: 18px;
    font-weight: 600;
    opacity: 0.4;
    margin-top: -4px;
    text-decoration: line-through;
}

.sale-item .image-item {
    background: var(--light);
    padding: 20px 20px 0px 20px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 10px;
    height: 250px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.sale-item .image-item.accent {
    background: var(--orange);

}

.sale-item .image-item.red {
    background: #f9d8cd;

}

.sale-item img {
    object-fit: cover;
    transition: all 0.4s ease;

}

.sale-item:hover .image-item img {
    transform: scale(1.07);
}

.sale-item .content {
    height: 145px;
    overflow: hidden;
    margin-bottom: 30px;
}

.sale-item .buttons {
    display: flex;
    justify-content: space-between;
}

.sale-item .buttons a {
    min-width: calc(50% - 5px);
}

/* ALL SERVICES */
.all-services .all-services__wrapper {
    background: var(--orange);
    padding: 50px;
    border-radius: 30px;

}

.all-services__wrapper .service-item {
    background: var(--white);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 5px #0000000d;
    margin-bottom: 20px;
    height: 150px;
    position: relative;
}

.all-services__wrapper .service-item .title {
    color: var(--black);
    font-size: 20px;
    line-height: 25px;
    position: relative;
    background: #fff;
    font-weight: 600;
}

.all-services__wrapper .service-item .title:hover {
    color: var(--theme);
}

.all-services__wrapper .service-item .bottom {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0px 20px 10px;
}

.all-services__wrapper .service-item .bottom .icon i {
    font-size: 30px;
    color: var(--theme);
    opacity: 0.4
}

.all-services__wrapper .service-item:hover .bottom .icon i {
    opacity: 1;
}

.all-services__wrapper .service-item .bottom a {
    display: flex;
    align-items: center;
    gap: 7px;
}

.all-services__wrapper .service-item .bottom a:hover {
    color: var(--theme)
}

.all-services__wrapper .service-item .bottom a i {
    color: var(--theme);
}

/* CTA */

.cta .cta__wrapper.child {
    background: #f9d8cd;
    padding: 50px;
    border-radius: 30px;
    position: relative;
    background-image: url(/assets/img/lapki.png);
    background-size: contain;
}

.cta .cta__wrapper {
    background: linear-gradient(55deg, #DDD -46.18%, rgba(255, 255, 255, 0) 97.87%), linear-gradient(271deg, rgb(236 174 86 / 30%) -70.64%, rgba(255, 255, 255, 0) 98.7%);
    background-size: cover;
    padding: 50px;
    border-radius: 30px;
    position: relative;
    background-size: contain;
}

.cta .cta__wrapper .bg {
    position: absolute;
    width: 450px;
    right: 20px;
    bottom: 20px;
}

.cta .cta__wrapper ul {
    list-style: circle;
    margin: 10px 0px 20px;
    margin-left: 1em;
    font-weight: 300;
}

.cta .cta__wrapper p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
}

.cta .cta__wrapper .buttons {
    gap: 15px;
    display: flex;
}

.cta .cta__wrapper .image {
    position: absolute;
    right: 20px;
    bottom: 0px;
    width: auto;
    object-fit: contain;
    height: 105%;
}

.cta .cta__wrapper .image.innogorod {
    position: absolute;
    right: 30px;
    bottom: 0px;
    width: 680px;
}

.cta.serv .cta__wrapper .image.innogorod {
    position: absolute;
    right: 10px;
    bottom: 0px;
    width: 780px;
}

/* OUR WORKS */
.our-works .our-works__wrapper {
    background: var(--light);
    padding: 50px;
    border-radius: 30px;
    position: relative;
}

.our-works .our-works__wrapper {
    position: relative;
}


.nav-tabs {
    border: 0px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}

.work-item {
    padding: 40px;
    background: var(--gray-bg);
    border-radius: 30px;

}

.work-item .top {
    display: flex;
    gap: 40px;
}

.work-item .single-work-slider {
    width: 45%;
}

.work-item .date {
    background: var(--g-w);
    color: var(--black);
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 15px;
}

.work-item .title {
    font-size: 30px;
    font-weight: 400;
    color: var(--black);
    line-height: 1.2;
    margin-bottom: 14px;
    display: block;
}

.work-item .subtitle {
    color: var(--gray);
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.work-item .subtitle.problem {
    text-transform: uppercase;
    color: #ff7777;
    font-weight: 500;
}

.work-item .subtitle.resh {
    text-transform: uppercase;
    color: #49c749;
    font-weight: 500;

}

.work-item .content p {
    line-height: 1.6;
    font-size: 16px;
    color: var(--black2);
    font-weight: 300;
    margin-bottom: 20px;
}

.work-item .list {
    font-size: 13px;
    color: var(--gray);
    line-height: 1.3;
    font-weight: 300;

}



.work-item .list a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: var(--theme);
    text-underline-offset: 20%;
    text-decoration-thickness: 1px;
    position: relative;
    padding: 0;
    margin-bottom: 15px;
}

.work-item .list a:not(:last-child)::after {
    content: ',';
    text-decoration-thickness: 0px;
    text-decoration-color: var(--white);

}

.work-item .image-thumbnails {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;

}

.work-item .image-thumbnails .thumbnail:a1fter {
    content: "До работы";
    position: absolute;
    bottom: -267x;
    left: 0;
    font-size: 12.5px;
    opacity: 0.5;
    display: flex;
    align-items: center;
    width: 100%;
}

.work-item .image-thumbnails .thumbnail.active:a1fter {
    content: "После работы";
}

.work-item .image-thumbnails .thumbnail img {
    max-width: 100%;
    border-radius: 10px;
    height: 75px;

}

.work-item .image-thumbnails .thumbnail {
    position: relative;
}

.work-item .image-thumbnails .thumbnail:before {
    width: 100%;
    content: '';
    height: 100%;
    background: #000;
    position: absolute;
    border-radius: 10px;
    opacity: 0.5;
    transition: all 0.1s ease;

}

.work-item .image-thumbnails .thumbnail:hover:before,
.work-item .image-thumbnails .thumbnail.active:before {
    opacity: 0;

}

.work-item .image-thumbnails .thumbnail:hover:after {
    opacity: 1;
}

.work-item .price {
    display: flex;
    margin: 20px 0px;
    gap: 10px;
    color: var(--black)
}

.work-item .price .new {
    font-size: 30px;
    font-weight: 800;
}

.work-item .price .old {
    font-size: 18px;
    font-weight: 600;
    opacity: 0.4;
    margin-top: -4px;
    text-decoration: line-through;
}

.work-item .image-box {
    position: relative;
}


.work-item .image-item {
    padding: 0px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 20px;
    height: 350px;
    overflow: hidden;
    display: flex;
    justify-content: center;

}


.work-item .image-item img {
    object-fit: cover;
    transition: all 0.1s ease;
    height: 100%;
    width: 100%;

}

.work-item .doctor img {
    width: 70px;
    min-width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: top;
    background: #fff;
    border-radius: 50%;
    padding-top: 5px;
}

.work-item .doctors {
    display: flex;
    gap: 10px;

}

.work-item .doctor {
    display: flex;
    gap: 10px;
    max-width: 50%;
    margin-bottom: 20px;
}

.work-item .bottom {
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
}

.work-item .bottom .left {
    width: 80%;
}

.work-item .doctor .name {
    font-size: 19px;
    display: block;
    line-height: 1.3;
    margin-bottom: 5px;
}

.work-item .doctor .name:hover {
    color: var(--theme);
}



.work-item .content {
    width: 55%;
    overflow: hidden;
}

.work-item .image-box {
    width: 45%;
}

.work-item .buttons {
    display: inline-flex;
    gap: 10px;
    margin-top: 20px;
}




/* OUR DOCTORS */


.our-doctors .our-works__wrapper {
    position: relative;
}



.doctor-item {
    border-radius: 15px;
    border: 1px solid rgba(29, 30, 27, 0.1);
    background: linear-gradient(67deg, rgb(255, 255, 255) 6.89%, rgba(255, 255, 255, 0) 93.11%), rgba(221, 226, 227, 0.5);
    box-shadow: var(--box-shadow-small);
    margin: 10px;
    display: flex;
    overflow: hidden;
    position: relative;
    height: 300px;
    transition: all 0.4s ease;
}

.all-team .doctor-item {
    margin: 0px;
    margin-bottom: 20px;
}

.all-team .filter-item {
    margin-top: 0px;
}

.doctor-item:hover {
    background: linear-gradient(67deg, rgb(255, 255, 255) 6.89%, rgba(255, 255, 255, 0) 93.11%), rgb(236 174 86 / 20%)
}

.doctor-item .image-item {
    object-fit: cover;
    transition: all 0.4s ease;
    height: 95%;
    text-align: center;
    width: auto;
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0px 0px;
    position: absolute;
    right: -20px;
    bottom: 0px;

}

.doctor-item .content {
    max-width: 69%;
    padding: 20px;
}

.doctor-item .medal {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    padding: 7px;
    border-radius: 5px;
    box-shadow: var(--box-shadow-small);
    right: 15px;
    top: 15px;
    z-index: 2;
}


.doctor-item .medal.close {
    padding: 13px;
    box-shadow: none;
    background: none;
}

path {
    fill: #fff !important;
}

.doctor-item .about-title {
    color: var(--black);
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
}

.doctor-item img {
    object-fit: cover;
    transition: all 0.4s ease;
    height: 350px;
    width: auto;
    position: relative;
    z-index: 0;
}

.doctor-item .buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.doctor-item .buttons .theme-btn {
    width: 100%;
}

.doctor-item .bottom {
    position: absolute;
    bottom: 15px;
    left: 20px;

}

.lets {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--black2);
}

.lets i {
    color: var(--theme);
}

.lets:hover,
.doctor-item .title:hover {
    color: var(--theme);

}

.doctor-item .title {
    font-size: 24px;
    font-weight: 300;
    color: var(--black);
    line-height: 1.2;
    display: block;
    margin-bottom: 15px;
    height: 82px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.doctor-item .list {}

.doctor-item .list li {
    font-weight: 300;
    font-size: 14px;
    display: block;
    line-height: 1.3;
    margin-bottom: 5px;
    color: var(--gray);
}

.doctor-item .top {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.doctor-item .image-item .top .theme-btn {
    opacity: 0.3;
}

.stazh {
    position: relative;
    line-height: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 30px;
    margin-bottom: 5px;
    color: var(--light);
    opacity: 0.5
}

.stazh:before {
    content: 'Стаж';
    display: block;
    line-height: 1;
    font-size: 14px;
    color: var(--black)
}

.doctor-item .image-item1:before {
    display: block;
    content: "";
    width: 220px;
    height: 400px;
    border-radius: 0;
    background-color: #F2F7DB;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: rotate(40deg);
    z-index: 0;
    transition: all 0.4s ease;

    opacity: 1
}

.doctor-item .image-item1:after {
    display: block;
    content: "";
    width: 100%;
    height: 35%;
    border-radius: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0px;
    transition: all 0.4s ease;

    z-index: 2;
}

.doctor-item .medal-content {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #ffffffa6;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    z-index: 2;
}

.medal-content.active {
    bottom: 0;

}

.doctor-item .medal-content ul {
    font-size: 15px;
    line-height: 1.3;
}

.doctor-item .medal-content ul li {
    display: flex;
    margin-bottom: 10px;
    color: var(--black);
    font-weight: 300;
    gap: 10px;
    align-items: flex-start;
    position: relative;
}

.doctor-item .medal-content ul li img {
    width: 20px;
    height: 20px;
}

/* OUR CONTACTS */

.our-contacts__wrapper {}

.our-contacts__wrapper .ymaps-2-1-79-ground-pane {
    filter: grayscale(1);
}

.our-contacts__wrapper:hover .ymaps-2-1-79-ground-pane {
    filter: grayscale(0);
}

.our-contacts__wrapper .maps {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    box-shadow: var(--box-shadow-small);
    border: 1px solid rgba(29, 30, 27, 0.1);
    position: relative;

}

.our-contacts__wrapper .go-map {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
    background: var(--theme);
    color: #fff;
    border-radius: 10px;
}

.our-contacts__wrapper .go-map .theme-btn {
    background: #ee7900;
}

.our-contacts__wrapper .contacts-block {
    border-radius: 20px;
    padding: 30px;
    box-shadow: var(--box-shadow-small);
    border: 1px solid rgba(29, 30, 27, 0.1);
    background: linear-gradient(67deg, rgb(255, 255, 255) 6.89%, rgba(255, 255, 255, 0) 93.11%), rgba(221, 226, 227, 0.5);

}

.our-contacts__wrapper .left {
    padding: 40px 50px 40px 50px;
}

.our-contacts__wrapper .title {
    display: block;
    font-size: 15px;
    opacity: 0.7;
    font-weight: 300;
    color: var(--black2);
}

.our-contacts__wrapper .contact-items {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;

}

.our-contacts__wrapper .contact-item {
    margin-bottom: 20px;
    display: block;
    color: var(--black);
    font-size: 18px;
}

.our-contacts__wrapper a.contact-item:hover {
    color: var(--theme);
}

.our-contacts__wrapper .main-title {
    margin-bottom: 20px;
}

.our-contacts__wrapper .contact-items .item {
    background: #f8f7f5;
    line-height: 1;
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 5px 15px;
    margin-top: 10px;
    position: relative;
    font-size: 14px;
}

.our-contacts__wrapper .contact-items .item i {
    margin-right: 3px;
}

.our-contacts__wrapper .contact-items .item i:last-child {
    margin-right: 10px;
}

.our-contacts__wrapper .time {
    background: #fff;
    width: 100%;
    display: inline-block;
    padding: 20px;
    border-radius: 15px;
}

.our-contacts__wrapper .time .chedule {
    display: flex;
    gap: 50px;
}

.our-contacts__wrapper .time .chedule .chedule-item .contact-item {
    display: block;
    font-size: 15px;
    opacity: 0.7;
    font-weight: 300;
    color: var(--black2);
    margin-bottom: 0px;
}

.our-contacts__wrapper .time .chedule .chedule-item .contact-item.sec {
    margin-bottom: 0px;
    display: block;
    color: var(--black);
    font-size: 17px;
    font-weight: 400;
    opacity: 1;
}

.our-contacts__wrapper .time .title {
    font-size: 20px;
    opacity: 1;
    color: var(--black);
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-right {
    padding: 20px;
    background: #f8f7f5;
    border-radius: 10px;
}


.our-contacts__wrapper .form-clt input,
.contact-right .form-clt textarea {
    background: #fff;
}

.our-contacts__wrapper .contact-right .form-check-label {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0px;
}

.our-contacts__wrapper .contact-right .form-check-label a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: var(--theme);
    text-underline-offset: 20%;
    text-decoration-thickness: 1px;
    position: relative;
}

.our-contacts__wrapper .form-clt input,
.contact-right .form-clt textarea {
    padding: 12px 20px;
}

.our-contacts__wrapper .theme-btn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* AVTOBUSY */
.flaticon-tram-front-view {
    color: #FF4433;
}

.flaticon-front-of-bus {
    color: #3cb200;
}

.flaticon-trolleybus {
    color: #1A8CFF;
}

.form-check-input:checked {
    background-color: var(--theme);
    border-color: var(--theme);
}


/* FOOTER FORM */
.contact-form-items.footer .form-clt input placeholder,
.contact-form-items.footer .contact-right .form-clt textarea placeholder {
    color: var(--white);
}

.contact-form-items.footer label {
    color: #cacaca;
    font-size: 12px;
    line-height: 1.5;
}

.contact-form-items.footer label a {
    color: var(--theme);
}

.contact-form-items.footer .theme-btn {
    width: 100%;
    margin-bottom: 10px;
}

.single-footer-widget .phone a {
    font-size: 23px;
    display: block;
    margin-top: 30px;
}

.single-footer-widget .phone .whatsapp {
    font-size: 17px;
    color: #cacaca !important;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: var(--theme);
    text-underline-offset: 20%;
    text-decoration-thickness: 1px;
    position: relative;
    font-weight: 300;
    margin-top: 5px;
}

.single-footer-widget .phone span {
    opacity: 0.5;
    font-weight: 300;
    font-size: 15px;
}

.contact-form-items.footer .form-clt input::placeholder,
.contact-form-items.footer .form-clt textarea::placeholder {
    color: #cacaca;
}

/* Soderzhanie */

.soderzhanie {
    padding: 40px 40px 20px 40px;
    ;
    background: var(--gray-bg);
    border-radius: 30px;
    margin-bottom: 50px;

}

.soderzhanie ul {
    column-count: 2;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 300;
    list-style: disc;
    padding-left: 1em;
    gap: 50px;
    margin-top: 20px;

}

.soderzhanie ul li {
    margin-bottom: 20px;

}

.soderzhanie ul li a {
    color: var(--black2);
    transition: all 0.4s ease;

}

.soderzhanie ul li:hover a {
    color: var(--black);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: var(--theme);
    text-underline-offset: 20%;
    text-decoration-thickness: 1px;

}

.soderzhanie ul li::marker {
    color: var(--theme);
}

.sod-section {}

.sod-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    font-size: 14px;
    position: fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 300;
    z-index: 2;
}

.sod-wrapper a {
    display: flex;
    transition: all 0.2s ease-out;
    align-items: center;
    color: var(--gray);


}

.sod-wrapper i {
    font-size: 20px;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    margin-right: 5px;
    color: var(--gray);
    line-height: 0;
    display: inline-block;
    transition: all 0.2s ease-out;


}

.sod-wrapper a:hover {
    color: var(--theme);
}

.sod-wrapper a:hover i {
    color: var(--theme);
}


.sod-sidebar {
    padding: 20px 0 20px;
    box-shadow: 0px 4px 20px 0px #00000017;
    border-radius: 10px;

}

.sticky-sidebar {
    position: sticky;
    top: 90px;
    display: block;
    bottom: auto;
}

.sod-sidebar .heading {
    font-size: 13px;
    opacity: .4;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    margin-left: 20px;
    text-transform: uppercase;
}

.sod-sidebar li {
    padding: 10px 25px;
    display: block;
    opacity: .8;
}

.sod-sidebar li.active,
.sod-sidebar li.active:hover {
    background: var(--bg-gray);
    opacity: 1;
}

.sod-sidebar li:hover {
    background: var(--light);
    opacity: 1;
}

/* About Service Section */

.about-service-wrapper {
    position: relative;
    line-height: 1.9;
    color: var(--black2);
    font-weight: 400;
}

.about-service-wrapper .heading {
    font-size: 15px;
    opacity: .6;
    display: block;
    margin-bottom: 10px;
}

.about-service-wrapper p {
    font-size: 20px;
}

/* Service advantages */

.service .advantages {
    display: flex;
    margin: 15px 0px 20px;
    align-items: center;
    justify-content: space-between
}

.service .advantages .item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
    border-radius: 10px;
}



.service .advantages .item i {
    display: flex;
    background: var(--bg-gray);
    color: var(--black2);
    padding: 20px;
    font-size: 30px;
    border-radius: 20px;
}

.service .advantages .item span b {
    color: var(--black);
    font-size: 20px;
    font-weight: 700;
}

.service .content:not(:last-child) {
    margin-bottom: 50px;
}

.service .content h2,
.oglav,
.service .tabs h2 {
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 30px;
    float: center;
}
.service .content .subtitle {
    margin-top:-20px;
    color: var(--gray);
}
.service .section-title h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.service .content,
.service .tabs {
    font-size: 18px;
    color: var(--black2);
    font-weight: 400;
}
.service .tabs {
    margin:20px 0px;
}
.service .content ul,
.work-information ul {
    font-size: 18px;
    color: var(--black);
    font-weight: 400;
    list-style: none;
    margin: 20px 0px;


}

.work-information ul {
    margin: 20px 0px 0px;


}

.service .content ul li,
.work-information ul li {
    position: relative;
    padding-left: 15px;
    padding: 5px 0px 5px 20px;
    line-height: 1.5;

}

.service .content .tabs ul li {

    padding: 0px;
}

.service .content ul li:before,
.work-information ul li:before {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50%;
    background-color: var(--theme);
    height: 5px;
    width: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.service .content .tabs ul li:before {
    display: none;
}

.service .content .tabs ul li a {
    text-decoration-line: none !important;
}

.service .content a:hover {
    color: var(--theme)
}

.service .content p,
.service .tabs p {
    margin: 20px 0;
}

.service .content .main-image,
.service .tabs .main-image {
    float: right;
    margin-left: 30px;
    width: 400px;
}

.service .content img,
.service .tabs img {
    width: 100%;
    border-radius: 15px;

}

.service .content .small-image,
.service .tabs .small-image {
    float: right;
    margin-left: 30px;
    width: 250px;

}

.service .content .big-image,
.service .tabs .big-image {
    width: 100%;
}

.service .content .alt-image,
.service .tabs .alt-image {
    font-size: 13px;
    opacity: 0.4;
    text-align: left;
    display: block;
    margin-top: 5px;
    line-height: 1.7
}

.service .cta .cta__wrapper {
    padding: 60px 40px;
    border-radius: 30px;
    position: relative;
    background-size: contain;
}

.service .cta .cta__wrapper {}

.service .cta .cta__wrapper ul {
    margin: 30px 0px 30px;
    font-weight:300;
}

.service .cta .cta__wrapper h2 {
    margin-top: 0px;
    font-size: 35px;
}

.service .cta .cta__wrapper p {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 30px;
    line-height: 1.5;
    position: relative
}

.service .cta .cta__wrapper .buttons {
    gap: 15px;
    display: flex;
}



.service .price-list .element {
    box-shadow: 0px 4px 20px 0px #00000017;
    padding: 20px;
    border-radius: 10px;
    margin-top: 0px;
}

.service .price-list .item .title {
    font-size: 18px;
    line-height: 20px;
    text-underline-offset: 50%;

}

.price-list .item .title-not {
    color: var(--black);
    font-size: 18px;
    line-height: 25px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: transparent;
    text-underline-offset: 50%;
    text-decoration-thickness: 1px;
    position: relative;
    background: #fff;
}

.price-list .item .title-not:before {
    content: "";
    position: absolute;
    top: 1.65rem;
    left: 0;
    right: 0;
    border-bottom: 1px rgba(137, 147, 170, .3098039216) dotted;
    width: 100%;
}

.service .price-list .item {
    padding: 0px;
    background: var(--white);
    margin: 20px 0;
    border-radius: 0px;
    display: flex;
}

.service .price-list .item .desc {
    margin-top: 10px;

}

.service .price-list .item .offer .desc {
    margin-top: 0px;

}

.service .price-list .item .offer .old {
    margin-bottom: 15px;
    margin-top: 5px;
}

.service .price-list .item-head {
    font-size: 13px;
    opacity: .4;
    display: block;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.service .privacy,
.breadcrumbs .privacy {
    font-size: 13px;
    margin-top: -10px;
    line-height: 1.5;
}

.service .privacy p,
.breadcrumbs .privacy p {
    opacity: 0.5;
    display: inline-block;
    font-size: 13px;
    max-width: 100%;
    margin: 0px;

}

.service .privacy a,
.breadcrumbs .privacy a {
    opacity: 1;
    display: block;
    color: var(--black2);
    transition: all 0.2s ease-out;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: var(--theme);
    text-underline-offset: 30%;
    text-decoration-thickness: 1px;

}

.service .privacy a i,
.breadcrumbs .privacy a i {
    border: 1px solid var(--theme);
    color: var(--theme);
    padding: 2px;
    border-radius: 50%;
    font-size: 7px;
    display: inline-flex;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
    margin-top: -25px;
    position: relative;
    top: -2px;
    transition: all 0.2s ease-out;

}

.service .privacy a:hover,
.breadcrumbs .privacy a:hover {
    color: var(--black2);
}

.service .privacy a:hover i,
.breadcrumbs .privacy a:hover i {
    border: 1px solid var(--black2);
}

/* NEED HELP */


.help-section {
    margin-top: 50px;
    align-items: center;
}

.help {
    font-size: 13px;
    margin-top: -10px;
    line-height: 1.5;
}

.help > * {
    opacity: 1;
    display: inline-block;
    font-size: 15px;
    max-width: 100%;
    color: var(--gray);
    margin: 0px !important;

}

.help span {
    color: var(--black);
}

.help a {
    opacity: 1;
    display: block;
    color: var(--black);
    transition: all 0.2s ease-out;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: var(--theme);
    text-underline-offset: 30%;
    text-decoration-thickness: 1px;

}

.help a i {
    border: 1px solid var(--light);
    color: var(--light);
    padding: 2px;
    margin-left: 5px;
    border-radius: 50%;
    font-size: 7px;
    display: inline-flex;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
    margin-top: -25px;
    position: relative;
    top: -2px;
    transition: all 0.2s ease-out;

}

.help a:hover {
    color: var(--light);
}

.help a:hover i {
    border: 1px solid var(--black2);
}

/* ACCENT SERVICE */
.service .light p {
    margin-bottom: 0px;
}

.service .light {
    background: var(--light);
    padding: 30px;
    border-radius: 15px;
    float: left;
}

.service .orange p {
    margin-bottom: 0px;
}

.service .orange {
    background: var(--orange);
    padding: 30px;
    border-radius: 15px;
    float: left;
}

.service .gray p {
    margin-bottom: 0px;
}

.service .gray {
    background: var(--gray-bg);
    padding: 30px;
    border-radius: 15px;
}

.service .white p {
    margin-bottom: 0px;
}

.service .white {
    background: var(--white);
    margin: 15px 0;
    box-shadow: 0px 4px 15px 0px #00000017;
    padding: 30px;
    border-radius: 15px;
    float: left;
}

.service .tabs .nav {
    gap: 10px;
}

.service .tabs .nav .nav-link {
    padding: 16px 20px;
    outline: none;
    display: block;
    color: var(--black);
    font-weight: 300;
    transition: all 0.2s ease-out;
    border-radius: 10px;
    line-height: 1;
    background: var(--gray-bg)
}

.service .tabs .nav .nav-link.active,
.service .tabs .nav .nav-link.active:hover {
    background: var(--gray);
    color: var(--white);
}

.service .tabs .nav .nav-link:hover {
    background: var(--border);
}

.service h4 {
    margin-bottom: 20px;
}



.tab-content .inner > *:last-child {
    margin-bottom: 0px;
}

/* LIST */

.service ol {
    padding: 30px 30px 30px 30px;
    background: var(--bg-gray);
    border-radius: 20px;
    list-style-type: none;
    counter-reset: num;
}

.service ol li {
    position: relative;
    margin: 0 0 0 30px;
    padding: 0 0 30px 60px;
}

.service ol li:before {
    content: counter(num);
    counter-increment: num;
    position: absolute;
    top: 0px;
    left: -25px;
    font-size: 20px;
    color: var(--black);
    text-align: right;
    background: var(--light);
    ding: 20px;
    display: flex;
    line-height: 1;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border-color: #d7d5ff;
}

.service ol > li:not(:last-child),
.service ol > li:not(:last-child) {
    border: 0px dotted var(--light);
    border-inline-start-width: 1px;
}

.hor,
.hor {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hor li,
.hor li {
    list-style: none;
    background: var(--bg);
    padding: 15px 20px;
    border-radius: 10px;
    display: inline-flex;
    margin-right: 0px;
    margin-bottom: 0px;
    max-width: 49%;
    font-size: 16px;
}

.hor li:before,
.hor li:before {
    display: none;
}

.work-item .hor li {
    background: #fff;
    padding: 10px 20px;
    transition: all 0.4s ease;
    font-weight: 300
}

.work-item .hor li a {
    color: var(--black2);


}

.work-item .hor li:hover {
    background: #fff0db;
}

.service-slider .white {
    margin: 15px;
}

.service .section-title-area .array-button {
    width: 40%;
    display: flex;
    text-align: right;
    justify-content: flex-end;
    margin-right: 15px;
    right: 15px;
    position: relative;
}

.service-slider .white {
    position: relative;
}

.swiper-wrapper {
    height: auto;
}

.service-slider .white .podpis {
    left: 30px;
    bottom: 30px;
    position: absolute;
    font-size: 30px;
    opacity: .1;
    text-transform: uppercase;
}

.service-section .container {
    border-bottom: 1px solid var(--bg-gray);
    padding-bottom: 50px;
    margin-bottom: -30px;
}

.service-section {
    margin-bottom: 100px;
}

/* FAQ */
.accordion {}

.accordion-item {
    border: 0px;
}

.accordion-item {
    background: var(--white);
    margin: 15px 0;
    box-shadow: 0px 4px 15px 0px #00000017;
    padding: 20px;
    border-radius: 15px;
    font-weight: 00;
}

.accordion-button {
    font-size: 25px;
    font-weight: 600;
    color: var(--header);
}

.accordion-button:not(.collapsed) {
    color: var(--black2);
    background: var(--white);
    box-shadow: none;
}

.accordion-item:last-of-type,
.accordion-item:first-of-type {
    border-radius: 15px;
}

.sidebar .hero-content {
    padding: 40px 20px 20px;
    border-radius: 10px;
    overflow: hidden;
}

.service-megamenu .hero-content {
    overflow: hidden;
}

.sidebar .hero-content:before,
.service-megamenu .hero-content:before {
    display: block;
    content: "";
    width: 200px;
    height: 450px;
    border-radius: 0;
    background-color: #F2F7DB;
    position: absolute;
    bottom: -20%;
    right: -35%;
    transform: rotate(30deg);
    z-index: 0;
    transition: all 0.4s ease;
    opacity: 0.3;
}

.sidebar .hero-content:hover:before,
.service-megamenu .hero-content:hover:before {
    right: -30%;
}

.sidebar .hero-content .image {
    position: relative;
    height: auto;
    border-radius: 0px;
    padding: 0 10px 0 10px;
}

.sidebar .hero-content .theme-btn {
    width: 100%;
}

.sidebar .hero-content .phone {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: var(--black);
    text-underline-offset: 20%;
    text-decoration-thickness: 1px;
    font-weight: 500;
    font-size: 14px;
    color: var(--black);
    margin-top: 2px;
    opacity: .5;
}

.sidebar .hero-content .phone:hover {
    opacity: 1
}

/* Breadcrumbs */

.breadcrumbs .bg {
    position: absolute;
    width: 500px;
    right: 20px;
    bottom: 20px;
}

.breadcrumbs-area h1 {
    font-size: 55px;
    color: var(--black);
    position: relative;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px;
}

.breadcrumbs-area p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    display: block;
    padding-right: 100px;
}

.breadcrumbs-area .citat {
    position: relative;
}

.breadcrumbs-area .citat p {
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    color: var(--black);
}

.breadcrumbs-area .citat i {
    font-size: 80px;
    position: absolute;
    color: var(--theme);
    z-index: -1;
    left: 0px;
    bottom: -40px;
    opacity: 0.5;

}

.breadcrumbs .advan {
    display: flex;
    margin-top: 40px;
    margin-bottom: 20px;
    gap: 30px;
    padding-right: 100px;
}

.breadcrumbs .advan li {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: var(--black);
    margin-bottom: 5px;
    gap: 10px;
    align-items: center;
    display: flex;
    max-width: 50%;
}

.breadcrumbs .advan li .image img {
    width: 100%;
}

.breadcrumbs .advan li .image {
    background: #fff;
    width: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 100%;
    padding: 15px;
    position: relative;

}

.breadcrumbs .advan li::marker {
    color: var(--theme);
}

.breadcrumbs-area .buttons {
    margin-top: 20px;
    gap: 10px;
    display: flex;
    align-items: c;

}

.breadcrumbs-area .doctor-mini .name {
    font-size: 17px;
    color: var(--black)
}

.breadcrumbs-area .list {
    font-size: 14px;
    color: var(--gray);
}

.breadcrumbs-area .doctor-mini img {
    width: 65px;
    min-width: 65px;
    height: 65px;
}

.breadcrumbs-area .doctor-mini img {
    width: 70px;
    min-width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: top;
    background: #fff;
    border-radius: 50%;
    padding-top: 5px;
}

.breadcrumbs-area .doctors {
    display: flex;
    gap: 10px;

}

.breadcrumbs-area .doctor-mini {
    display: flex;
    gap: 10px;
    margin: 20px 0px;
    align-items: center;
}

.breadcrumbs-area .breadcrumbs {
    background: linear-gradient(55deg, #DDD -46.18%, rgba(255, 255, 255, 0) 97.87%), linear-gradient(271deg, rgb(236 174 86 / 30%) -70.64%, rgba(255, 255, 255, 0) 98.7%);
    background-size: cover;
    border-radius: 20px;
    padding: 40px;
    position: relative;
        overflow: hidden;
    margin-bottom: 30px;
}

.breadcrumbs-area .breadcrumbs.transparent {
    background: transparent;
    padding: 0px;
    border-radius: 0px;
}

.breadcrumbs-area .breadcrumbs.transparent h1 {
    font-size: 45px;
    color: var(--black);
    position: relative;
    line-height: 1.1;
    font-weight: 400;

}

.breadcrumbs-area .desc {
    position: relative;
}

.breadcrumbs-area .price {
    display: inline-flex;
    right: 0px;
    top: 0;
    margin-top: 20px;
    position: relative;
}

.breadcrumbs-area .price span {
    display: block;
}

.breadcrumbs-area .price .main {
    font-size: 45px;
    font-weight: 700;
    color: var(--black2);

}

.breadcrumbs-area .price .old {
    line-height: 40px;
    font-weight: 700;
    color: var(--black2);
    font-size: 25px;
    font-weight: 600;
    opacity: 0.4;
    margin-top: 20px;
    margin-left: 20px;
    text-decoration: line-through;
}

.breadcrumbs-area .price .main:before {
    content: 'Цена:';
    display: block;
    font-size: 15px;
    font-weight: 400;
    opacity: 0.6;
    margin-bottom: 0px;
    line-height: 13px
}

.breadcrumbs-area {
    position: relative;
    z-index: 0;
    background: var(--white);
    padding: 0px 0px 10px;
}

.breadcrumbs-area .breadcrumbs .big-image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
    height: 100%;
    border-radius: 0px;
    padding-top: 30px;
}

.breadcrumbs-area .breadcrumbs .big-image.director {
    height: 100%;
}

.breadcrumbs-area .breadcrumbs .desc {
    font-size: 16px;
    color: var(--blac2);
    line-height: 1.5;
}

/* OUR WORK SINGLE */

.our-work-single .work-item img {
    width: 100%;
    height: auto;
}

.our-work-single .work-item {
    background: transparent;
    border-radius: 20px;
    padding: 0px;
}

.our-work-single .work-item .img-popup {
    width: 100%;
    object-position: center;
    height: 100%;
    display: flex;
    z-index: 1;
}

.our-work-single .work-item .img-popup.beh {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.our-work-single .work-item .image-item {
    height: 330px;
}

.our-work-single .work-item .image-box {
    padding-bottom: 0px;
}

.our-work-single .work-item .image-thumbnails {
    position: relative;
    padding: 0px;
    left: 0;
    margin-top: 20px;
    bottom: 0;
    margin-bottom: 20px;
}

.our-work-single .work-item .image-thumbnails .thumbnail img {
    max-width: 100%;
    border-radius: 5px;
    height: 85px;
}

.our-work-single .work-information {
    padding: 30px;
    box-shadow: 0px 4px 20px 0px #00000017;
    border-radius: 10px;
    margin-bottom: 15px;
}

.our-work-single .work-information .title {
    font-size: 15px;
    opacity: .6;
    display: block;
    margin-bottom: 10px;
}

.our-work-single .work-information p:not(:last-child) {
    margin-bottom: 20px;
}

.work-information .about {
    display: flex;
    gap: 30px;
}

.work-information span {
    position: relative;
    font-size: 20px;
}

.work-information .price {
    position: relative;
    font-size: 35px;
    display: block;
    font-weight: 700;
    color: var(--theme)
}

.work-information .price-block {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.work-information .price-block i {
    font-size: 25px;
    background: var(--light);
    padding: 18px;
    border-radius: 50%;
    margin-right: 15px;
    color: var(--black2);
    line-height: 0;
    display: inline-block;
    transition: all 0.2s ease-out;
    margin-bottom: -5px;
}

.work-information .voz:before {
    content: "Возраст клиента";
    position: relative;
    font-size: 12.5px;
    opacity: 0.5;
    display: flex;
    align-items: center;
    width: 100%;
}

.work-information .date:before {
    content: "Дата проведения";
    position: relative;
    font-size: 12.5px;
    opacity: 0.5;
    display: flex;
    align-items: center;
    width: 100%;
}

.work-information .time:before {
    content: "Длительность лечения";
    position: relative;
    font-size: 12.5px;
    opacity: 0.5;
    display: flex;
    align-items: center;
    width: 100%;
}

.work-information .price:before {
    content: "Стоимость";
    position: relative;
    bottom: -267x;
    left: 0;
    font-size: 12.5px;
    opacity: 0.5;
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 400;
    margin-bottom: 5px;
    color: var(--black2);
}

.work-information .bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: end;
    margin-top: 20px;
}

.work-information .hor li {
    transition: all 0.2s ease-out;

}

.work-information .hor li:hover {
    background: var(--light);
}

.our-works .our-works__wrapper.transparent {
    background: transparent;
    padding: 0px;
    border-radius: 0px;
    position: relative;
}

.our-works .our-works__wrapper.transparent {
    position: relative;
}

.our-works__wrapper.transparent .work-item {
    box-shadow: 0px 4px 15px 0px #00000017;
    border-radius: 20px;
    padding: 20px;
    margin: 15px;
}

/* TEAM */

.breadcrumbs-area .breadcrumbs.team {
    background: var(--white);
    border: 1px solid rgba(215, 215, 229, .32);
    box-shadow: 0px 0px 10px rgba(215, 215, 229, .32);
    border-radius: 20px;
    padding: 20px 40px 0px 40px;
    position: relative;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.breadcrumbs-area .breadcrumbs.team .big-image {
    position: relative;
    border-radius: 0px;
}

.breadcrumbs-area .breadcrumbs.team:before {
    display: block;
    content: "";
    width: 400px;
    height: 900px;
    border-radius: 0;
    background-color: #F2F7DB;
    position: absolute;
    top: -30px;
    right: -5%;
    transform: rotate(40deg);
    z-index: 0;
    transition: all 0.4s ease;
    opacity: 1;
}

.breadcrumbs-area .breadcrumbs.doctor .big-image {
    position: absolute;
    right: 30px;
    border-radius:0px;
}

.breadcrumbs-area .breadcrumbs.doctor ul {
    color: #000;
    font-weight: 300;
    font-size: 16px;
    margin: 20px 0px;
}

.breadcrumbs-area .breadcrumbs.doctor ul li {
    margin-bottom: 10px;
}

.breadcrumbs-area .breadcrumbs.doctor ul li img {
    width: 30px;
    margin-right: 10px;
}

.breadcrumbs.doctor .bg {
    bottom: 50%;
    transform: translateY(50%);
}

.breadcrumbs-area .breadcrumbs.team p {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
    max-width: 700px;
}

.breadcrumbs-area .breadcrumbs .dolz {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.breadcrumbs-area .breadcrumbs .dolz span {
    list-style: none;
    border-radius: 10px;
    display: inline-flex;
    margin-bottom: 10px;
    font-weight: 300;
    max-width: 46%;
    color: #000;
    background: #fff;
    padding: 5px 20px;
}

.breadcrumbs-area .breadcrumbs .stazh {
    display: inline-flex;
    padding: 0px;
    margin: 10px 0px;
    border-radius: 10px;
    font-size: 40px;
}

.breadcrumbs-area .breadcrumbs .stazh:before {
    font-size: 18px;
    margin-bottom: 5px;
    content: "Опыт работы";
}

.license-slider {
    margin: 20px 0px
}

.license-slider .swiper-wrapper {
    height: 100%;
    align-items: center;
}

.team-about {
    padding: 30px;
    background: var(--gray-bg);
    border-radius: 15px;
    margin: 10px 0px;
}

.team-about > * {
    font-size: 18px;
    line-height: 1.5;
    margin: 20px 0px;

}

.team-about > *:last-child {
    margin-bottom: 0px;
}

.team-about h3 {
    margin-top: 0px !important;
    font-size: 25px;
}


/* OBRAZOVANIE */
.obrazovanie {
    display: flex;
    flex-direction: column;
}

.obrazovanie .item > * {
    margin: 0px !important;
}

.obrazovanie .item h3 {
    color: var(--light);
}

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

/* OFFERS */
.breadcrumbs-area .breadcrumbs.offer {
    background: var(--light);
    border: 1px solid rgba(215, 215, 229, .32);
    box-shadow: 0px 0px 10px rgba(215, 215, 229, .32);
    border-radius: 20px;
    padding: 20px 40px 0px 40px;
    position: relative;
    margin-bottom: 30px;
    position: relative;
}

.breadcrumbs-area .breadcrumbs.offer .big-image {
    position: relative;
}

.breadcrumbs.offer.red {
    background: #f9d8cd;
}

.breadcrumbs.offer.accent {
    background: var(--orange);
}

.breadcrumbs.offer .buttons {
    margin-bottom: 20px;
}

.breadcrumbs.offer p {
    font-size: 22px;
    font-weight: 300;
    max-width: 700px;
    line-height: 1.5;
}

.breadcrumbs.offer .date {
    background: transparent;
    border: 1px solid var(--black2);
    color: var(--black2);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0px;
    display: inline-block;
}

.works-section .work-item {
    box-shadow: 0px 0px 10px rgba(215, 215, 229, .32);
    border: 1px solid rgba(215, 215, 229, .32);
    margin-bottom: 20px;

}


/* KONSULTATION */

.konsultation1 {
    padding: 30px 20px 20px;
    ;
    background: linear-gradient(55deg, #DDD -46.18%, rgba(255, 255, 255, 0) 97.87%), linear-gradient(271deg, rgb(236 174 86 / 30%) -70.64%, rgba(255, 255, 255, 0) 98.7%);
    border-radius: 30px;
}

.konsultation1 img {
    height: 250px;
    display: block;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    object-position: top;
}

.konsultation1 .title {
    font-size: 30px;
    color: var(--black);
}

.konsultation1 .buttons a {
    width: 100%;
}

.konsultation1 .buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.konsultation {
    border: 0px;
    margin: 0;
    height: 450px;
}

.konsultation .title-kons {
    font-size: 30px;
    color: var(--black);
    display: block;
    margin-bottom: 20px;
}

.konsultation .disc-kons {
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.5;
}

.konsultation .image-item {
    height: auto;
}

.konsultation .image-item img {
    height: 280px;
}

.konsultation .content {
    max-width: 100%;
}

.konsultation .inner {
    max-width: 67%;
}

.konsultation .title {
    font-size: 20px;
    height: 75px;

    
}
.header-main .main-menu .service-megamenu .tab-content .konsultation .title {
       margin-bottom: 0px;
       font-weight:350;
}
 
.buttons-konsultation {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.sidebar-contacts .contact-list li:not(:last-child) {
    margin-bottom: 20px;
}

.sidebar-contacts .contact-list li .contacts,
.sidebar-contacts .contact-list li span {
    font-size: 14px;
}

.sidebar-contacts .contact-list li .main {
    color: var(--black);
    line-height: 1.3;
    font-size: 18px;
}

/* FILTER */


.button-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}

.filter-button {
    display: inline-flex;
    text-decoration: none;
    font-size: 16px;
    padding: 16px 20px;
    display: inline-block;
    color: var(--black2);
    font-weight: 300;
    transition: all 0.2s ease-out;
    border-radius: 10px;
    line-height: 1;
    background: var(--gray-bg);
    text-decoration-color: var(--bg-gray);
    color: var(--black);
}

.filter-button.review-button {
    padding: 10px 20px;
}

.filter-button:hover,
.filter-button.is-checked {
    background: #fff0db;
}

.filter-button .ocenka {
    background: #ee7900;
    color: #fff;
    display: inline-flex;
    padding: 0px;
    font-size: 12px;
    height: 25px;
    width: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-left: 5px;
    box-shadow: var(--box-shadow-small);
}

.no-results {
    text-align: center;
    display: none;
    color: var(--black);
    opacity: 0.4;
    margin-bottom: 100px;
}

.filter-grid {
    position: relative;
    min-height: 100px;
}

.filter-grid .show-more {
    text-align: center;
    margin-top: 10px;

}


.privacy-section {
    margin-top: 50px;
    align-items: center;
    margin-bottom: 25px;
}

/* MAP */
#map {
    width: auto;
    height: 100%;
}

.swiper-button-disabled {
    opacity: 0.1 !important;
}

/* RESPONSIVE */
@media (min-width: 767px) {
    .mob {
        display: none !important;
    }
}


/* DIASTOM */
.main-carousel-content {
    position: relative;
}

.main-carousel-buttons .array-prev,
.main-carousel-buttons .array-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    box-shadow: var(--box-shadow-small)
}

.main-carousel-buttons .array-prev {
    left: -25px;
}

.main-carousel-buttons .array-next {
    right: -25px;
}

.utp-item {
    box-shadow: var(--box-shadow-small);
    border-radius: 20px;
    padding: 30px;
    background: url(../../assets/img/stom-bg.jpg);
    background-size: cover;
    position: relative;
    display: flex;
    overflow: hidden;
    height: 335px;
    margin: 50px 10px 30px;
}

.utp-item:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
}

.utp-item .content,
.utp-item img {
    position: relative;
}

.utp-item .content {
    width: 60%;
}

.utp-item img {
    width: 40%;
    position: relative;
    right: -30px;
    bottom: -30px;
    margin-top: -30px;
    object-fit: cover;
}

.utp-item .theme-btn {
    position: absolute;
    bottom: 0;
    left: 0;

}

.utp-item .title {
    font-size: 28px;
    line-height: 1.4;
    color: var(--black);
    font-weight:
}

.utp-item .title accent {
    font-weight: 500;
}

.utp-item .date {
    position: absolute;
    right: 30px;
    top: 30px;
    background: var(--accent);
    color: var(--white);
    display: block;
    line-height: 1;
    padding: 7px 15px;
    border-radius: 50px;
    font-size: 13px;
    z-index: 1;
}

.utp-item .price {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 10px;
}

.utp-item .price .new {
    font-size: 45px;
    font-weight: 500;
    color: var(--black);
}

.utp-item .price .old {
    font-size: 20px;
    text-decoration: line-through;
    opacity: 0.6
}

/* MAIN ADVANTAGE */
.advan-item {
    box-shadow: var(--box-shadow-small);
    border-radius: 20px;
    padding: 25px;
    background: var(--white);
    overflow: hidden;
    margin: 10px 10px 20px;
}

.advan-item img {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.advan-item .title {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    display: block;
    margin-bottom: 10px;
}

.advan-item p {
    display: block;
    margin: 0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    color: var(--black2);
}

.advantages-slider-content {
    position: relative;
}

/* MAIN ADVANTAGE */
.one-advan-item {
    box-shadow: var(--box-shadow-small);
    border-radius: 20px;
    padding: 25px;
    border: 1px solid rgba(29, 30, 27, 0.1);
    background: linear-gradient(171deg, rgb(255, 255, 255) 6.89%, rgba(255, 255, 255, 0) 93.11%), rgba(221, 226, 227, 0.5);
    overflow: hidden;
    margin: 10px 10px 20px;
    position: relative;
}

.one-advan-item img {
    display: block;
    margin-bottom: 20px;
    position: absolute;
    right: 25px;
    top: 25px;
    width: 60px;
    height: 60px;
    opacity: 0.15;
    filter: sepia(1);
}




.one-advan-item .title {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--black);
    height: 140px;
    display: block;
    max-width: 70%;
}

.one-advan-item p {
    display: block;
    margin: 0px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.7;
    color: var(--black2);
}

.one-advantages-slider-content {
    position: relative;
}


/* PROBLEM SECTION */

.problem-section {
    background: #;
    margin: 50px 0px;
    border-radius: 25px
}



.problem-item1:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .93;
}

.problem-item > * {
    position: relative;
}

.problem-item {
    border-radius: 20px;
    padding: 30px 14px 20px;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-bottom: 0px;
    border: 1px solid var(--border);
    box-shadow: var(--box-shadow-small);
    margin:10px;
}

.problem-item img {
    width: 45px;
    position: absolute;
    right: 12px;
    top: 12px;
    opacity: 0.4;
    transition: all 0.4s ease-in-out;
    filter: sepia(1);

}

.problem-item .title {
    font-size: 18px;
    font-weight: 400;
    height: 30px;
    color: var(--black);
    display: block;
}

.problem-item .title:hover {
    color: var(--theme);
}

.problem-item .pod {
    font-size: 14px;
    color: var(--gray);
    margin-top: 15px;
    display: block;
}

.problem-item ul {
    display: flex;
    flex-wrap: wrap;
  gap: 5px;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 25px;
        height: 70px;
    overflow: hidden;
    align-content: flex-start;
}

.problem-item ul li a {
    color: var(--black2);
    display: block;
    line-height: 1.5;
    font-weight: 350;
    margin-right: 7px;
    text-decoration-line: underline;
    text-underline-offset: 10%;
    text-decoration-color: var(--theme);
    text-decoration-thickness: 1px;

}

.problem-item .all {
    font-weight: 500;
    color: var(--theme);
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 14px;
}

.problem-item ul li a:hover {
    color: var(--theme);
    text-decoration-line: underline;
    text-underline-offset: 10%;
    text-decoration-color: var(--theme);
    text-decoration-thickness: 1px;
}

.problem-item .all:hover {
    right: 15px;
}

.problem-item .back {
    font-size: 15px;
    color: var(--gray);
    font-weight:350;
}

.problem-item:hover img {
    opacity: 0.6;
}



/* UTP SECOND */
.main-carousel-section {
    padding-top: 0px;
    padding-bottom: 50px;
}

.one-utp-item {
    box-shadow: var(--box-shadow-small);
    border-radius: 20px;
    padding: 30px;
    background: linear-gradient(55deg, #DDD -46.18%, rgba(255, 255, 255, 0) 97.87%), linear-gradient(271deg, rgb(236 174 86 / 30%) -70.64%, rgba(255, 255, 255, 0) 98.7%);
    background-size: cover;
    position: relative;
    display: flex;
    overflow: hidden;
    height: 350px;
    margin: 50px 10px 30px;
}

.one-utp-item .bg {
    position: absolute;
    width: 350px;
    right: 20px;
    bottom: 20px;
}

.one-utp-item:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
}

.one-utp-item .content,
.utp-item .main {
    position: relative;
    z-index: 2;
}

.one-utp-item .content {
    width: 60%;
}

.one-utp-item .main {
    position: absolute;
    object-fit: contain;
    right: -20px;
    height: 450px;
    bottom: -120px;

}

.one-utp-item .dl {
    position: absolute;
    width: auto;
    height: 400px;
    right: -20px;
    top: -20px;
    opacity: .2;
    z-index: 0;
}

.one-utp-item .theme-btn {
    position: absolute;
    bottom: 0;
    left: 0;

}

.one-utp-item .title {
    font-size: 30px;
    display: block;
    height: 130px;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--black);
    font-weight: 400;
}

.one-utp-item .title accent {
    font-weight: 400;
}

.one-utp-item p {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 30px;
    font-weight: 300
}

.one-utp-item .date {
    position: absolute;
    right: 30px;
    top: 30px;
    background: var(--accent);
    color: var(--white);
    display: block;
    line-height: 1;
    padding: 7px 15px;
    border-radius: 50px;
    font-size: 13px;
    z-index: 1;
}

.one-utp-item .price {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 10px;
}

.one-utp-item .price .new {
    font-size: 45px;
    font-weight: 500;
    color: var(--black);
}

.one-utp-item .price .old {
    font-size: 20px;
    text-decoration: line-through;
    opacity: 0.6
}

.one-utp-item .theme-btn {
    font-size: 14px;
    padding: 15px 25px;
    z-index: 2;
}

/* ABOUT DENT */
.about-stom .content {
    padding: 40px;
    background: var(--gray-bg);
    border-radius: 30px;
}

.clinics {
    display: flex;
    gap: 20px;
}

.clinics .clinic {
    border: 1px solid var(--border);
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.4s ease;
}

.clinics .clinic img {
    width: 100px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: 0;
    opacity: 0.2
}

.clinics .clinic .title {
    font-size: 20px;
    position: relative;
    z-index: 1;
    color: var(--black);
    display: block;
    height: 50px;
}

.clinics .clinic .desc {
    position: relative;
    z-index: 1;
    font-size: 15px;
    display: block;
    font-weight: 300;
    line-height: 1.5;
    color: var(--gray);

}

.clinics .clinic a {
    color: var(--theme);
    display: block;
    margin-top: 10px;
}

.clinics .clinic a i {
    display: none;
    margin-left: 5px;
    transition: all 0.4s ease;

}

.clinics .clinic:hover {
    background: var(--theme);
}

.clinics .clinic:hover a i {
    display: inline-block;
}

.clinics .clinic:hover a:hover i {
    margin-left: 7px;
}

.clinics .clinic:hover > * {
    color: #fff;
}

.about-image {
    height: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.about-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center bottom;
}

.agregator {
    padding: 20px 30px;
    border-radius: 15px;
    border: 1px solid rgba(29, 30, 27, 0.1);
    background: linear-gradient(67deg, rgb(255, 255, 255) 6.89%, rgba(255, 255, 255, 0) 93.11%), rgba(221, 226, 227, 0.5);
    box-shadow: var(--box-shadow-small);
    display: block;
    margin: 10px;
}

.agregator:hover {
    background: linear-gradient(67deg, rgb(255, 255, 255) 6.89%, rgba(255, 255, 255, 0) 93.11%), rgb(236 174 86 / 20%);
}

.agregator img {
    display: block;
    width: 150px;
    margin-bottom: 20px;
}

.agregator .rating {
    display: block;
    font-size: 50px;
    font-weight: 400;
    align-items: flex-end;
    line-height: 1;
    color: #ee7901;
}

.agregator .rating::after {
    content: 'из 5';
    color: var(--black2);
    font-weight: 100;
    font-size: 18px;
    margin-left: 10px;
}

.agregator .stars {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 22px;
    margin-top: 10px;
    color: var(--theme);
}

.agregator .testi-count {
    font-size: 14px;
    display: block;
    margin-bottom: 0;
    margin-top: 13px;
    color: var(--gray);
    font-weight: 300;
}

.testimonial-item {
    padding: 20px 30px;
    border-radius: 15px;
    background: var(--gray-bg);
    display: block;
    margin: 10px;
    position: relative;
}


.all-reviews .testimonial-item {
    margin: 0px;
    padding:20px;
}
.all-reviews .testimonial-item .head .name-item .name {
    font-size:17px;
}
.all-reviews .testimonial-item .otvet .name-item img {
    width: 30px;
    background: #EE7901;
    height: 30px;
}
 .all-reviews .testimonial-item .otvet .otvet-content > * {
    font-size: 12px;
 }
.all-reviews .testimonial-item .otvet .name-item .name {
    display: block;
    font-size: 15px;
}
.all-reviews .testimonial-item .head .name-item {
    gap: 10px;
}
.all-reviews .testimonial-item .head .name-item img {
    width: 55px;
    background: #fff;
    height: 55px;
}
.all-reviews .testimonial-item .agr-logo img {
    width: 100px;
}
.all-reviews .testimonial-item .content > * {
    font-size: 14px;
    line-height: 1.7;
}
.testimonial-item .head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.testimonial-item .agr-logo img {
    width: 120px;
}

.testimonial-item .head .name-item img {
    width: 60px;
    background: #fff;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
    border: 1px solid var(--border);
}

.testimonial-item .head .name-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial-item .head .name-item .name {
    display: block;
    font-size: 20px;
    color: var(--black);
}

.testimonial-item .head .name-item .date {
    color: var(--gray);
    font-size: 15px;
    font-weight: 100;
}

.testimonial-item .content > * {
    font-size: 16px;
}

.testimonial-item .content {
    overflow: hidden;
}

.testimonial-item .stars {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    margin: 20px 0px;
    color: var(--theme);
}

.testimonial-item .otvet {
    margin-top: 20px;
}

.testimonial-item .otvet .name-item img {
    width: 40px;
    background: #EE7901;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
    padding: 5px;
}

.testimonial-item .otvet .name-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.testimonial-item .otvet .name-item .name {
    display: block;
    font-size: 17px;
    color: var(--black);
    line-height: 1;
    margin-bottom: 8px;
}

.testimonial-item .otvet .name-item .date {
    color: var(--gray);
    font-size: 14px;
    font-weight: 100;
    display: block;
    line-height: 1;
}

.testimonial-item .otvet .otvet-content > * {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
    color: var(--black2);
}

.testimonial-item .usluga {
    margin-top: 20px;
}

.testimonial-item .usluga span {
    font-size: 15px;
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
}

.testimonial-item .usluga .hor > * {
    background: #fff;
    padding: 20px;
    padding: 10px 15px;
    font-size: 15px;
}

.xpandable-block {
    height: 100px;
    overflow: hidden;
    order: 0;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

.xpandable-block::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(0deg, rgb(248 247 245) 0%, rgb(248 247 245) 40%, rgba(33, 33, 33, 0) 100%);
}

.xpandable-block > * {
    font-size: 16px;
}

.xpand-button {
    order: 1;
}

.testimonial-item input[type="checkbox"] {
    display: none;

}

input[type="checkbox"]:checked + .xpandable-block {
    height: auto;
    margin-bottom: 10px;
    -webkit-line-clamp: 999;
}

input[type="checkbox"]:checked + .xpandable-block:before {
    display: none;
}

.testimonial-item label {
    color: var(--light);
    padding: 0px;
    font-weight: 300;
    position: relative;
    width: 100%;
    z-index: 2;
    position: relative;
    margin-top: -10px;
    font-size: 15px !important;
    display: block;
}

/* CHECK LIST*/

.service .content .check-list {
    margin: 20px 0px;
    position: relative;
}

.check-list .item {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}

.check-list .item:not(:last-child) {
    margin-bottom: 10px;
}

.check-list .item .title {
    display: block;
    line-height: 1;
    color: var(--black);
    margin-top: 2px;
    margin-bottom: 15px;
}

.check-list .item i {
    font-size: 12px;
    background: var(--theme);
    display: flex;
    height: 22px;
    width: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
}

.check-list.num .item .icon span {
    font-size: 12px;
    background: var(--theme);
    display: flex;
    height: 22px;
    width: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
}

.service .content .check-list .opis {
    margin-top: -5px;
}


/*ALGORITM*/

.algoritm {
    margin: 20px 0px;
}

.algoritm .item {
    display: flex;
    width: 100%;
    gap: 20px;
}

.algoritm .item .title {
    font-weight: 400;
    flex: 2;
}

.algoritm .item:first-child .title {
    margin-top: 30px;

}

.algoritm .item:first-child .content {
    border-radius: 30px 30px 0px 0px;
    padding-top: 30px;
}

.algoritm .item:last-child .content {
    border-radius: 0px 0px 30px 30px;
    padding-bottom: 30px;
}

.algoritm .item .content {
    flex: 5;
    background: var(--gray-bg);
    padding: 0px 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.algoritm .item .content .inside p {
    margin-top:0px; 
}

.algoritm .item .content .inside {
    margin: 0px;
    margin-left: -45px;
    padding-left: 45px;
    border: 0px dotted var(--gray);
    border-inline-start-width: 1px;
    padding-bottom: 50px;
}

.algoritm .item:last-child .content .inside {
    border-inline-start-width: 0px;
    padding-bottom: 00px;
}

.algoritm .item .content .number {
    color: #fff;
    background: var(--gray);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    position: relative;

}

.algoritm .item .content .number:before {
    content: '';

}

/* POKAZANIA PROTIVOPAKAZANIA */

.pok-prot {
    display: flex;
    box-shadow: var(--box-shadow-small);
    border-radius: 15px;
    overflow: hidden;
    margin: 20px 0px;

}

.pok-prot .title {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 20px;
    color: var(--black);
    padding: 10px;
}

.pok-prot .pok {
    border-right: 1px solid var(--gray-bg);
}
.pok-prot .pok, .pok-prot .prot {
    width:50%;
}
.pok-prot .pok .title {
    background: #bbedcf;
}

.pok-prot .prot .title {
    background: #ffd2cb;
}

.pok-prot .list {
    font-size: 16px;
    background: #fff;

}

.pok-prot .list .item {
    display: block;
    font-weight: 300;
    line-height: 1.5;

    padding: 15px 20px;
    border-bottom: 1px solid var(--gray-bg)
}

.pok-prot-kons {
    margin: 20px 0px;
    height: calc(100% - 40px);
    min-height: 330px;
    position: relative;
}

.pok-prot-kons .buttons-konsultation {
    position: absolute;
    bottom: 20px;
}

.pok-prot-kons .theme-btn {
    color: #fff !important;
    text-decoration-line: none !important;
}

.pok-prot-kons .theme-btn.border-black {
    color: var(--black) !important;
    text-decoration-line: none !important;
}

.pok-prot-kons .theme-btn:hover {
    color: #fff !important;
    text-decoration-line: none !important;
}

.pok-prot-kons .content {
    position: relative;
}

.pok-prot-kons .bg {
    position: absolute;
    width: 70% !important;
    right: 20px;
    height: auto;
    top: 20px;
    object-fit: contain;
    z-index: 0;
}

/* PRICE LIST */
.accordion.price {
    margin: 20px 0px
}

.accordion.price .accordion-header .title {
    font-size: 20px;
    font-weight: 300;
    color: var(--black);
    margin-bottom: 5px;
    display: block;
}

.accordion.price .accordion-header .head .time-price {
    display: flex;
    gap: 20px;
    font-size: 15px;
    font-weight: 300;
    color: var(--black);
}

.accordion.price .accordion-header .head .time-price .price {
    font-weight: 300;

}

.accordion.price .accordion-header .head .time-price .time {
    color: var(--theme);
    display: flex;
    align-items: center;
    gap: 5px;
}

.accordion.price .accordion-item {
    padding: 20px;
    border-radius: 10px;
    box-shadow: none;
    background: var(--gray-bg);
    overflow: hidden;
    margin: 10px 0;
}

.accordion.price .accordion-item:first-child {
    margin-top: 0px;
}

.accordion.price .accordion-item:last-child {
    margin-bottom: 0px;
}

.accordion.price .accordion-item .accordion-button {
    padding: 0;
    background: transparent;
}

.accordion.price .accordion-item .accordion-body {
    padding: 0px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ececec;
}

.accordion.price .accordion-item .accordion-body .price-item {
    display: flex;
    align-items: flex-end;
    ;
    justify-content: space-between;
    position: relative;
}


.accordion.price .accordion-item .accordion-body .price-item .title {
    font-size: 16px;
    font-weight: 300;
    position: relative;

}

.accordion.price .accordion-item .accordion-body .price-item .title span {
    background: var(--gray-bg);
    padding-right: 10px;
}

.accordion.price .accordion-item .accordion-body .price-item .price {
    background: var(--gray-bg);
    position: relative;
    margin-right: -20px;
    padding-right: 20px;
    font-weight: 300;
    padding-left: 10px;
    text-wrap: nowrap;
}

.accordion.price .accordion-item .accordion-body .price-item:before {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 0.5px dashed var(--gray);
    opacity: 0.3;
    width: 1000px;
    bottom: 10px;
    left: 5px;
}

.accordion.price .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    width: 15px;
    height: 15px;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -25px;
}

.accordion.price .accordion-item .accordion-body .opis > * {
    font-size: 14px;
    font-weight: 300;
    color: var(--gray);
    margin: 0;
    line-height: 1.5;
}

.accordion.price .accordion-item .accordion-body .opis {
    margin-bottom: 20px;
}

.accordion.price .accordion-item .accordion-body .opis ul {
    margin: 10px 0px
}

.advantage-price {
    padding: 20px;
    background: #fdf7ef;
    border-radius: 10px;
    margin: 20px 0px
}

.advantage-price.all-price {
    margin: 10px 0px 20px;

}

.advantage-price.all-price .desc {
    margin-top: 5px;
    font-size: 13px;
}

.advantage-price .title {
    color: var(--black);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    display: block;
}

.advantage-price.all-price .title {
    font-size: 16px;
    line-height: 1.3;
}

.advantage-price .item:not(:last-child) {
    margin-bottom: 30px;
}

.advantage-price.all-price .item:not(:last-child) {
    margin-bottom: 20px;
}

.advantage-price .desc {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    color: var(--gray);
}

.advantage-title {
    font-size: 20px;
    color: var(--black);
    margin-bottom: 20px;
    display: block;
}


/* ABOUT GALLERY */
.gallery-item.small {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.gallery-item {
    display: grid;
    height: 450px;
}

.gallery-item.small .img-popup:nth-child(1),
.gallery-item.small .img-popup:nth-child(2) {
    grid-column: span 1;
    height: 225px;
}

.gallery-item.small .img-popup:nth-child(3) {
    grid-column: span 2;
    height: 225px;
}

.gallery-item .img-popup img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.gallery-item .img-popup {
    padding: 10px;
    overflow: hidden;
}

img,
svg {
    max-width: 100%;
}



/* ABOUT GALLERY */
.gallery-item.small {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.gallery-item {
    display: grid;
    height: 450px;
}

.gallery-item.small .img-popup:nth-child(1),
.gallery-item.small .img-popup:nth-child(2) {
    grid-column: span 1;
    height: 225px;
}

.gallery-item.small .img-popup:nth-child(3) {
    grid-column: span 2;
    height: 225px;
}

.gallery-item .img-popup img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.gallery-item .img-popup {
    padding: 10px;
}

img,
svg {
    max-width: 100%;
}

.gallery-slider-wild .gallery-item {
    display: grid;
    height: 400px;
}

.gallery-slider-wild .gallery-item.small .img-popup:nth-child(1),
.gallery-slider-wild .gallery-item.small .img-popup:nth-child(2) {
    grid-column: span 1;
    height: 200px;
}

.gallery-slider-wild .gallery-item.small .img-popup:nth-child(3) {
    grid-column: span 2;
    height: 200px;
}

/* TEAM */
.accordion-item {
    padding: 20px;
    border-radius: 10px;
    box-shadow: none;
    background: var(--gray-bg);
    overflow: hidden;
    margin: 10px 0;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    background: transparent;
    font-weight: 400;
    color: var(--black);
}

.team-accordion h4 {
    color: var(--light);
    font-size: 24px;
    margin-bottom: 5px;
}

.team-accordion .item:not(:last-child) {
    margin-bottom: 20px;
}

.team-accordion .item span {
    color: var(--gray);
    font-weight: 300;
    font-size: 14px;
}

/* SINGLE WORK */
.single-work-container {
    display: flex;
    align-items: flex-start;
    gap: 30px;

}

.single-work-container .photos .item img {
    width: 100%;
    border-radius: 20px;
    height: 280px;
    object-fit: cover;

}

.single-work-container .photos .item.before .img-popup img {
    position: relative;
}

.single-work-container .photos {
    display: flex;
    width: 70%;
    gap: 20px;
}

.single-work-container .photos > * {
    width: 50%;
}

.single-work-container .okaz {
    width: 30%;
}

.single-work-container .okaz .hor {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.work-item .single-opis {
    margin-bottom: 30px;
    display: block;
}

.single-work-container .okaz .hor li {
    max-width: 100%;
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
}

.single-work-container .okaz .subtitle,
.single-opis .subtitle {
    font-size: 20px;
    color: var(--black);
    font-weight: 400;
    margin-bottom: 20px;
}

.single-work-container .okaz .doctors {
    flex-direction: column;
    max-width: 100%;
}

.single-work-container .okaz .doctors .doctor {
    max-width: 100%;
}

.single-work-slider img {
    height: 280px;
    border-radius: 20px;
            object-fit: cover;

}

.single-work-container .before .before-single {
    position: relative;
}

.single-work-container .before .before-single:before {
    position: absolute;
    background: #0000003d;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    opacity: 1;
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 6 pro";
    content: "\f06e";
    font-size: 50px;
    color: #fff;
    border-radius: 19px;
    transition: all 0.4s ease-in-out;

}

.single-work-container .before .before-single:after {
    position: absolute;
    background: #fff;
    right: 20px;
    bottom: 20px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "До лечения";
    font-weight: 300;
    font-size: 15px;
    color: var(--black);
    padding: 6px 15px;
    line-height: 1;
    border-radius: 19px;
    transition: all 0.4s ease-in-out;

}

.single-work-container .before.noblind .before-single:before,
.single-work-container .before.noblind .before-single:after {
    display: none;
}

.single-work-container .item .subtitle {
    margin-top: 30px;
}

/* CONTACTS */
.breadcrumbs.contacts .title {
    display: block;
    font-size: 15px;
    opacity: 0.7;
    font-weight: 300;
    color: var(--black2);
    margin-bottom: 3px;
}

.breadcrumbs.contacts .contact-items {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;

}

.breadcrumbs.contacts .contact-item {
    margin-bottom: 20px;
    display: block;
    color: var(--black);
    font-size: 22px;
}

.breadcrumbs.contacts a.contact-item:hover {
    color: var(--theme);
}

.breadcrumbs.contacts .main-title {
    margin-bottom: 20px;
}

.breadcrumbs.contacts .contacts-blok {
    display: flex;
    justify-content: flex-start;
    gap: 50px;
    margin-top: 30px;
}

.breadcrumbs-area .breadcrumbs.contacts .big-image {
    position: relative;
    padding-top: 0px;
    box-shadow: var(--box-shadow-small);
    border-radius: 20px;
}

.breadcrumbs.contacts .bg {
    display: none;
}


/* PRICE LIST */

.price-all-wrapper {
    padding: 30px;
    border-radius: 10px;
    box-shadow: none;
    background: var(--gray-bg);
    overflow: hidden;
    margin: 10px 0;
}

.price-all-wrapper .section-title h2 {
    font-size: 25px;
}

.price-all-wrapper .section-title p {
    color: var(--gray);
}

.service .content .price-all-wrapper img {
    width: 65px;
}

.price-all-wrapper .icon {
    width: 65px;
    position: absolute;
    right: 12px;
    top: 0px;
    opacity: 0.4;
    transition: all 0.4s ease-in-out;
    filter: sepia(1);

}

.price-all-wrapper:not(:last-child) {
    margin-bottom: 30px;
}

.price-all-wrapper .accordion.price .accordion-header .title {
    font-weight: 400;
    color: var(--black);
    margin-bottom: 0px;
    display: block;
}
.accordion.price .accordion-header.linked .accordion-button::after {
    margin-top: -55px;
}
.price-all-wrapper .accordion.price .accordion-header a.title, #accordion-price .accordion-header  a.title {
    color: var(--black);
    margin-bottom: 0px;
    display: block;
    text-decoration-line: underline;
    text-underline-offset: 10%;
    text-decoration-color: var(--theme);
    text-decoration-thickness: 1px;
    position: relative;
}
.price-all-wrapper .accordion.price .accordion-header a.title:hover, #accordion-price .accordion-header a.title:hover {
    color:var(--theme);
}
.price-all-wrapper .accordion.price .accordion-header a.title:after, #accordion-price  .accordion-header  a.title:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f08e ";
    text-underline-offset: 00%;
    text-decoration-color: var(--gray-bg);
    text-decoration-thickness: 5px;
    text-decoration-line: underline;
    position: relative;
    margin-left: 10px;
    font-size: 15px;
    color: var(--theme);
    font-weight: 300;
}


.price-all-wrapper .price-all-item .accordion.price .accordion-item .accordion-button,
.price-all-wrapper .price-all-item .accordion.price .accordion-item .head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 30px;
    flex-direction: column;

}

.price-all-wrapper .price-all-item .accordion.price .accordion-item .accordion-button .time-price,
.price-all-wrapper .price-all-item .accordion.price .accordion-item .head .time-price {
    display: flex;
    gap: 20px;
    font-size: 20px;
    font-weight: 400;
    color: var(--black);
    text-wrap: nowrap;
    flex-wrap: wrap;
    grid-row-gap: 5px;
    justify-content: flex-end;
}

.price-all-wrapper .price-all-item:not(:nth-last-child(2)) {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ececec;
}

.price-all-wrapper .price-all-item .accordion.price .accordion-item .accordion-button .time-price .time,
.price-all-wrapper .price-all-item .accordion.price .accordion-item .head .time-price .time {
    color: var(--theme);
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    font-weight: 300;
}


.price-all-wrapper .price-all-item .accordion.price .accordion-header .price-item {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;

    overflow: hidden;
}

.price-all-wrapper .accordion.price .accordion-item {
    padding: 0px;
}

.price-all-wrapper .accordion.price .accordion-item:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    border-radius: 0px;
}

.price-all-wrapper .price-all-item .mini-price:not(:last-child), #accordion-price .mini-price:not(:last-child) {
    margin-bottom: 10px;
}

.price-all-wrapper .price-all-item .mini-price:nth-child(2) {
    margin-top: 20px;

}

.price-all-wrapper .accordion.price .accordion-item .accordion-body .price-item:not(:last-child) {
    margin-bottom: 0px;
}

.price-all-wrapper .price-all-item .price-item .price {
    position: relative;
    margin-right: 0px;
    padding-right: 0px;
    font-weight: 300;
    padding-left: 10px;
    text-wrap: nowrap;
    color: var(--black);
}

.price-all-wrapper .price-all-item .inner-item:not(:last-child) {
    margin-bottom: 30px;
}

.price-all-wrapper .price-all-item .mini-price .time, #accordion-price .mini-price .time {
    color: var(--theme);
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    font-weight: 300;
    position: relative;

}

.price-all-wrapper .price-all-item .price-item .time-price {
    display: flex;
    background: var(--gray-bg);
    position: relative;
    z-index: 1;
}


.price-all-wrapper .price-all-item .price-item .title:before {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 0.5px dashed var(--gray);
    opacity: 0.3;
    width: 1000px;
    bottom: 10px;
    left: 5px;
    z-index: 0;
}

.price-all-wrapper .price-all-item .price-item .title {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    background: var(--gray-bg);
    z-index: 1;
}

.price-all-wrapper .price-all-item .price-item .title .name {
    background: var(--gray-bg);
    padding-right: 10px;
    z-index: 1;
    position: relative;
}

.price-all-wrapper .price-all-item .opis > * {
    font-size: 14px;
    font-weight: 300;
    color: var(--gray);
    margin: 0;
    line-height: 1.5;
}

.price-all-wrapper h3 {
    margin-bottom: 30px;
}

.price-all-wrapper .accordion.price .accordion-button::after {
    position: absolute;
    right: 0;
    bottom: 5px;
}

/* MAP INFO*/
.map-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
}

.map-info img {

    width: 200px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* ALL WORKS */
.all-works .work-item .top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.all-works .work-item {
    padding: 0px;
    height: 100%;
    position: relative;

    margin-bottom: 20px;
}

.all-works .work-item .image-box {
    width: 100%;
    position: relative;
}

.all-works .work-item .content {
    width: 100%;
    padding: 0 30px;
}

.all-works .work-item .bottom {
    margin-top: 0px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 0px 30px 30px 30px;
}

.all-works .work-item .image-item {
    margin-bottom: 0px;
}

.all-works .work-item .image-thumbnails {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.all-works .work-item .image-thumbnails .thumbnail img {
    max-width: 100%;
    border-radius: 10px;
    height: 60px;
    box-shadow: 0px 0px 7px #00000063;
}

.all-works .work-item .image-item {
    border-radius: 20px 20px 0px 0px;
    height: 400px;
}

.all-works .work-item .title {
    font-size: 25px;
}

.all-works .hor {
    overflow: overlay;
    flex-wrap: nowrap;
    position: relative;
    z-index: 1;
}

.all-works .work-item .hei {
    height: 185px;
}

.all-works .hor li,
.hor li {
    font-size: 14px;
    background: #fff;
    padding: 5px 13px;
    text-wrap: nowrap;
    margin-bottom: 15px;
}

.all-works .work-item .doctor .name {
    font-size: 17px;
}

.all-works .work-item .list {
    font-size: 12px;
}

.all-works .work-item .doctor img {
    width: 65px;
    min-width: 65px;
    height: 65px;
}

.all-works .work-item .buttons {
    width: 100%;
    position: absolute;
    padding: 30px;
    left: 0px;
    bottom: 0px;
}

.all-works .work-item .buttons > * {
    width: 50%;
}

.all-works .work-item .bottom .left {
    width: 100%;
    margin-bottom: 65px;
}

/* ALL SERVICES */

.all-services {}

.all-services .service-item {
    padding: 30px;
    border-radius: 20px;
    box-shadow: var(--box-shadow);
    border: 1px solid var(--border);
    margin-bottom: 30px;

}

.all-services .service-item .cat-image {
    background: var(--bg-gray);
    border-radius: 100%;
    padding: 40px
}

.all-services .service-item img {
    filter: sepia(1);
}

.all-services .service-item h2 a {
    padding: 0px;
    display: inline-flex;
    line-height: 1;
    gap: 10px;
    align-items: center;
    text-decoration-line: underline;
    text-underline-offset: 10%;
    text-decoration-color: var(--theme);
    text-decoration-thickness: 2px;
    margin-bottom: 10px;
}

.all-services .service-item h2 a i {
    text-decoration-line: underline;
    text-underline-offset: 10%;
    text-decoration-color: #fff;
    text-decoration-thickness: 2px;
}

.all-services .service-item h2 a:hover {
    color: var(--theme)
}

.all-services .service-item .desc {
    color: var(--gray);
    margin-bottom: 30px;
    display: block;
    font-weight: 300;
}

.all-services .service-item i {
    font-size: 20px;
    margin-top: 5px;

}

.all-services .service-item ul {
    list-style: disc;
    padding-left: 1em;
}

.all-services .service-item ul li::marker {
    color: var(--theme);
}

.all-services .service-item ul li a:hover {
    color: var(--light)
}

.all-services .service-item .uslugi-columns {
    column-count: 2;
}

.service-item .subtitle {
    color: var(--gray);
    text-transform: none;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: 300;
}

.service-item .uslugi li a {
    padding: 0px;
    margin: 6px 0px;
    font-size: 18px;
    font-weight: 300;
}

.service-item .uslugi-columns .item,
.service-item .uslugi.top {
    margin-bottom: 30px;
}

.service-item .uslugi-columns .item:last-child {
    margin-bottom: 0px;
}


/* CHILD ZONE */
.child {
    position: relative;
}

.child:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../../assets/img/childes.png) var(--gray-bg);
    opacity: 0.3;
    background-size: 600px;
    z-index: -1;
}

.child .breadcrumbs-area .breadcrumbs {
    background: url(../../assets/img/childes.png) var(--gray-bg);
    backdrop-filter: blur(20px);
    background-size: contain;
    border: 1px solid var(--border);
}

.child .breadcrumbs-area {
    background: transparent
}

.child .breadcrumbs .advan li .image {
    background: var(--theme);
}

.child .breadcrumbs .advan li .image img {
    filter: brightness(2222);
}

.child .soderzhanie {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--border);
}

.child .soderzhanie .mihail {
    position: absolute;
    width: 100px;
    right: -10px;
    bottom: -10px;
    transform: rotateZ(-20deg);
}

.child .service .gray,
.child .accordion.price .accordion-item,
.child .service .tabs .nav .nav-link,
.child .tab-content .inner,
.child .work-item,
.child .testimonial-item,
.child .advantage-price {
    border: 1px solid var(--border);

}

.child .algoritm .item:first-child .content {
    border: 1px solid var(--border);
    border-bottom: 0px;
}

.child .algoritm .item .content {
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
}

.child .algoritm .item:last-child .content {
    border: 1px solid var(--border);
    border-top: 0px;
}

.child .cta .cta__wrapper {
    background: url(../../assets/img/childes.png) var(--gray-bg);
    border: 1px solid var(--border);

}

/* ABOUT LIST*/

.about-list {
    padding: 40px;
    background: #fff0db;
    border-radius: 30px;
}

.about-list h3:not(:last-child) {
    margin-bottom: 30px;
}


.about-list .ab-list .item {
    padding: 20px;
    background: #fff;
    display: flex;
    border-radius: 20px;
    align-items: flex-start;
    gap: 20px;

}

.about-list .ab-list .item .title {
    font-size: 20px;
    color: var(--black);
    display: block;
    margin-bottom: 10px;
}

.about-list .ab-list .item .desc {
    font-size: 15px;
    line-height: 1.7;
    display: block;
}

.about-list .ab-list .item .icon {
    width: 100px;
    min-width: 100px;
    display: flex;
    background: var(--gray-bg);
    border-radius: 10px;
    padding: 15px;
}

.about-list .ab-list .item .icon img {
    height: 100%;
}

.about-list {
    position: relative;
}

.about-list .ab-list .item:not(:last-child) {
    margin-bottom: 20px;
}

.about-list h2 {
    margin-bottom: 30px;
}

.about-list .opis-about {
    font-size: 18px;
    margin: 30px 0px;
}

.about-list .fixedet {
    position: sticky;
    top: 90px;
    display: block;
    bottom: auto;
}

/* DOCS*/

.dosc ul {
    column-count: 2;
}

.dosc ul li a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
    text-decoration-line: underline;
    text-underline-offset: 10%;
    text-decoration-color: var(--theme);
    text-decoration-thickness: 1px;
}

.dosc ul li a i {
    color: var(--theme);
    width: 15px;
    margin-top: 4px;
}

.dosc ul li {
    margin-bottom: 10px;
}

.dosc ul li a:hover {
    color: var(--theme);
}

.dosc ul li a i {
    text-decoration-line: underline;
    text-underline-offset: 10%;
    text-decoration-color: #fff;
    text-decoration-thickness: 1px;
}


.license-sec img{
    border: 1px solid #ececec;
    border-radius: 15px;
}
.form-clt input, .contact-right .form-clt textarea {
    max-width:100% !important;
}
input[type="date"] {
    -webkit-appearance: none;
}


.main-form, form {
  position: relative;
    max-width: 100%;  
}
.form-clt {
 position: relative;
    max-width: 100%;   
}
.form-clt input {
    max-width:100%;
}
.pum-container.pum-responsive {
    position:relative;
}


/* NOTEBOOK */
@media (min-width: 1199px) and (max-width: 1399px ) {
    .step-by-step .step .title {
    font-size: 20px;
    }
     .step-by-step .step p {
    margin: 0px;
    font-size: 15px;
        
    }
    
    .nomer-price .main {
    font-size: 30px;
    }
    .implant-price .price {
    font-size: 25px;
    }
    
       .error-items h1 {
            font-size: 50px;
    }
.theme-btn {
 font-size: 14px;
        padding: 12px 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
                line-height: 1.2;
}
    p {
    margin: 0px;
    font-size: 15px;
    }
    
    .pok-prot-kons {
    min-height: 285px;
    }
    .service .cta .cta__wrapper p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 30px;
    line-height: 1.5;
    position: relative;
}
    .service .cta .cta__wrapper .theme-btn {
        font-size: 14px;
    padding: 12px 15px;
    }
    
    
    .form-clt input, .contact-right .form-clt textarea {
    padding: 15px 15px;
    border-radius: 15px;
    }
    .array-button .array-prev, .array-button .array-next {
               width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px; 
    }
    
    .work-item .doctor img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    }
.all-works .work-item .title {
    font-size: 20px;
}
.all-works .work-item .doctor img {
    width: 60px;
    min-width: 60px;
    height: 60px;
}
.all-works .work-item .doctor .name {
    font-size: 15px;
}
.all-works .work-item .hei {
    height: 155px;
}
.all-works .work-item .hor li {
          margin-bottom: 10px;
              font-size: 12px;
}
.about-list {
    padding: 30px;
    border-radius: 25px;
}
.about-list .ab-list .item .icon {
    width: 150px;
    min-width: 80px;
}
.about-list .ab-list .item .title {
    font-size: 17px;
}
.about-list .ab-list .item .desc {
    font-size: 13px;
}
    .algoritm .item .title {
font-size: 16px;
    }
    .algoritm .item:first-child .content {
    border-radius: 25px 25px 0px 0px;
    padding-top: 25px;
}
.algoritm .item:last-child .content {
    border-radius: 0px 0px 25px 25px;
    padding-bottom: 25px;
}
.algoritm .item:last-child p {
    margin-bottom:0px;
}
.algoritm .item .content .number {
    width: 45px;
    height: 45px;
    font-size: 16px;
}
.algoritm .item .content {
        padding: 0px 25px;
}

.advantage-title {
    font-size: 17px;
    margin-bottom: 15px;
}

.advantage-price .title {
    font-size: 15px;
}
.advantage-price .desc {
    margin-top: 5px;
    font-size: 12px;
}
.advantage-price .item:not(:last-child) {
    margin-bottom: 20px;
}

.advantage-price {
    padding: 15px;
}
.accordion.price .accordion-item {
    padding: 15px;
    margin: 8px 0;
}
.accordion.price .accordion-header .title {
    font-size: 16px;
}
.price-all-wrapper .accordion.price .accordion-header a.title:after, #accordion-price .accordion-header a.title:after {
    font-size: 13px;
}
.accordion.price .accordion-item .accordion-body .opis > * {
    font-size: 12px;
}
.accordion.price .accordion-item .accordion-body .price-item .title {
    font-size: 14px;
    line-height: 1.5;
}
.accordion.price .accordion-item .accordion-body .price-item .price {
    font-size: 16px;
}
.price-all-wrapper .price-all-item .mini-price .time, #accordion-price .mini-price .time {
    font-size: 13px;
}
.accordion.price .accordion-item .accordion-body {
    margin-top: 15px;
    padding-top: 15px;
}
.pok-prot-kons .buttons-konsultation {
    width: 100%;
    left: 0;
    padding: 0px 15px;
}
.breadcrumbs .advan {
    margin-top: 30px;
}

.breadcrumbs .advan li .image {
    width: 50px;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 12px;
}
.breadcrumbs .advan li {
    font-size: 15px;
}
.about-service-wrapper p {
    font-size: 16px;
}
.breadcrumbs .bg {
    width: 400px;
}
.breadcrumbs-area .breadcrumbs.contacts .big-image {
    border-radius: 20px;
}
.breadcrumbs-area p {
    font-size: 16px;
    padding-right: 0px;
}
.breadcrumbs-area .breadcrumbs.transparent h1 {
    font-size: 40px;
}
.filter-button .ocenka {
    font-size: 9px;
    height: 20px;
    width: 20px;
}
.filter-button {
    font-size: 14px;
    padding: 10px 20px;
        display: flex;
    align-items: center;
}
.all-reviews .testimonial-item {
    padding: 15px;
}
.all-reviews .testimonial-item .head .name-item .name {
    font-size: 15px;
}
.all-reviews .testimonial-item .head .name-item img {
    width: 50px;
    height: 50px;
}
.all-reviews .testimonial-item .agr-logo img {
    width: 75px;
}
.all-reviews .testimonial-item .head .name-item {
    gap: 5px;
}
.all-reviews .testimonial-item .content > * {
    font-size: 13px;
    line-height: 1.7;
}
.all-reviews .filter-item {
    margin-bottom:0.5em;
}
.breadcrumbs.contacts .contact-item {
    margin-bottom: 5px;
    font-size: 19px;
}
.breadcrumbs-area {
padding: 0px 0px 10px;
}
.breadcrumbs-area h1 {
    font-size: 40px;
}

.header-main .closed {
    font-size: 14px;
}
.doctor-item .content {
    padding: 15px;
}

.cta .cta__wrapper ul {
    font-size: 15px;
}
.testimonial-item {
    padding: 15px 25px;
}
.testimonial-item .head .name-item img {
    width: 55px;
    height: 55px;
}
.testimonial-item .head .name-item {
    gap: 15px;
}
.testimonial-item .head .name-item .name {
    font-size: 17px;
}
.testimonial-item .head .name-item .date {
 
    font-size: 14px;
}
.testimonial-item .agr-logo img {
    width: 100px;
}
.xpandable-block > * {
    font-size: 14px;
}
.xpandable-block {
    height: 96px;
}
.testimonial-item label {
    font-size: 14px !important;
}
.testimonial-item .otvet .name-item .name {
    display: block;
    font-size: 15px;
}
.testimonial-item .otvet .otvet-content > * {
    font-size: 13px;
}
.agregator {
    padding: 15px 25px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    color: var(--theme);
    font-size: 17px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li {

    font-size: 13px;
}
.agregator img {
    display: block;
    width: 130px;
    margin-bottom: 15px;
}
.our-contacts__wrapper .contact-item {
    margin-bottom: 15px;
    font-size: 17px;
}
.our-contacts__wrapper .title {
    font-size: 14px;
}
.cta .cta__wrapper .image.innogorod {
    object-position: right;
    
}
.work-item .image-thumbnails .thumbnail img {
    height: 65px;
}

.work-item .title {
    font-size: 25px;
    
}
.work-item .content p {
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 15px;
}
.clinics .clinic .desc {
    font-size: 14px;
}
.contact-list .social i, .contact-list li i {
    padding: 10px;
    font-size: 15px;
    width: 35px;
    height: 35px;
}
.contact-list li .main {
font-size:15px;
}
    .contact-list li .adress {
    gap: 2px;
    }
    
    .header-main .main-menu ul li a {
    padding: 15px 0 25px;
}

.contact-list li .contacts, .contact-list li span {
    font-size: 11px;
}   
    
.main-carousel-section {
    padding-top: 0px;
}

.one-utp-item {
    height: 323px;
    padding: 25px;
}
   .one-utp-item .main {
    position: absolute;
    object-fit: contain;
    right: -5px;
    height: 365px;
    bottom: -50px;
} 
    .one-utp-item p {
    font-size: 16px;
    line-height: 1.5;
    }
    
  .one-utp-item .title {
    font-size: 25px;
    line-height: 1.3;
  }
  .one-utp-item .theme-btn {
    font-size: 13px;
    padding: 10px 15px;
  }
    
.header-top-wrapper .logo img {
    width: 150px;
}
    .header-top-wrapper .contact-list {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header-main .main-menu ul li {
    margin-inline-end: 15px;
}

.header-main .main-menu ul li a {
    font-size: 14px;
}
    .header-2 .header-right .header-button .theme-btn {
    padding: 10px 15px;
    font-size: 14px;
    }
    .footer-widgets-wrapper .theme-btn.border-gray{
            padding: 10px 17px;
        font-size: 13px;
    }
    .footer-widgets-wrapper .single-footer-widget .widget-head {
    gap: 20px;
    }
    .footer-contacts-item .contact-item {
    font-size: 18px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content p {
    font-size: 13px;
}
.header-main .main-menu .service-megamenu .tab-content .title a {
    font-size: 22px;
}
    .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
    font-size: 15px;
    width: 35px;
    height: 35px;
    }
    .single-footer-widget .logo-footer {
    width: 180px;
}
    .one-advan-item {
    padding: 20px;
    }
    .one-advan-item .title {
 font-size: 18px;
        height: 90px;
        max-width: 75%;
    }
    .one-advan-item p {
    font-size: 15px;
    }
    .one-advan-item img {

    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    }
    .about-stom .content {
    padding: 30px;
    }
    .clinics .clinic {
    padding: 15px;
    }
    .clinics .clinic .title {
    font-size: 18px;
    }
    .problem-item {
    border-radius: 20px;
    padding: 20px 14px 20px;
                height: 100%;
    }
    .problem-item .title {
    font-size: 16px;
    line-height: 1.4;
    }
    .problem-item img {
    width: 35px;
    }
    .problem-item .back {
    font-size: 13px;
    }
    .problem-item ul li a {
        font-size: 13px;
    }
    .doctor-item img {
    height: 260px;
    }
    .doctor-item .medal {
    width: 35px;
    height: 35px;
    padding: 8px;
    }
    .doctor-item .about-title {
    font-size: 16px;
    margin-bottom: 15px;
    }
    .doctor-item .medal-content ul {
    font-size: 13px;
    }
    .doctor-item .medal-content ul li {
    gap: 5px;
    }
    .service-item .uslugi li a {
    font-size: 16px;
    }
    .all-services .service-item .desc {
    margin-bottom: 25px;
    font-size: 14px;
    }
    .service-item .subtitle {
    font-size: 14px;
    }
    .breadcrumbs-area .breadcrumbs.doctor h1{
     margin-top:0px;   
    }
    .team-about > * {
    font-size: 15px;
    line-height: 1.5;
    margin: 15px 0px;
}
.team-about {
    padding: 25px;
}
#learn .accordion-item {
    padding: 5px;
}
.accordion-button {
    font-size: 20px;
}
.advantage-price.all-price .title {
    font-size: 15px;
    line-height: 1.3;
}
.advantage-price.all-price .desc {
    margin-top: 5px;
    font-size: 12px;
}
.sidebar-contacts .contact-list li .main {
        font-size: 15px;
}
    .breadcrumbs-area .breadcrumbs .dolz span {
    padding: 4px 15px;
    font-size: 14px;
}
.price-all-wrapper {
    padding: 25px;
}
.price-all-wrapper .section-title {
    margin-bottom: 10px;
}
.price-all-wrapper .price-all-item .accordion.price .accordion-item .accordion-button .time-price, .price-all-wrapper .price-all-item .accordion.price .accordion-item .head .time-price {
    gap: 20px;
    font-size: 17px;
}
.price-all-wrapper .price-all-item .accordion.price .accordion-item .accordion-button .time-price .time, .price-all-wrapper .price-all-item .accordion.price .accordion-item .head .time-price .time {
    font-size: 16px;
}
price-all-wrapper .accordion.price .accordion-item:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.help-section {
    margin-top: 40px;
}
    .help-section .theme-btn {
        font-size: 14px;
        padding: 12px 15px;
    }
    
    .help > * {
    font-size: 14px; 
    }
    .breadcrumbs-area .citat p {
    font-size: 20px;
    }
    .breadcrumbs-area .doctor-mini img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    }
    .breadcrumbs-area .doctor-mini .name {
    font-size: 16px;
    }
    .breadcrumbs-area .breadcrumbs .big-image.director {
    height: 100%;
    }
    .about-list .opis-about {
    font-size: 16px;
    margin: 20px 0px;
}
.about-list h2 {
    margin-bottom: 20px;
}
.breadcrumbs-area .breadcrumbs.doctor ul {
    font-size: 14px;
    margin: 10px 0px;
}
.breadcrumbs-area .breadcrumbs.doctor ul li img {
    width: 25px;
    margin-right: 8px;
}
.breadcrumbs-area .breadcrumbs.doctor ul li {
    margin-bottom: 8px;
}
.breadcrumbs-area .buttons {
    margin-top: 10px;
}
    .doctor-item .title {
    font-size: 20px;
    height:70px;
    }
    .doctor-item {
    height: 270px;
    }
    .stazh {
    font-size: 25px;
    }
    .work-item .image-item {
    height: 295px;
    }
    .work-item .doctor .name {
    font-size: 16px
    }
    .work-item .bottom {
    margin-top: 0px;
    }
    .work-item .buttons {
    margin-top: 0px;
    }
    .work-item .hor li {
        margin-bottom: 0px;
        line-height: 1;
        padding: 12px 20px;
    }
    .hor, .hor {
    gap: 8px;
        
    }
     .sod-wrapper {
        flex-wrap: wrap;
        gap: 50px;
        position: relative;
        transform: none;
        left: auto;
        top: auto;
        flex-direction: row;
        justify-content:center;
        padding: 0px 15px;
         margin-bottom: 20px;
    }

    .sod-wrapper a {
        flex-direction: column;
        gap: 5px;
        font-size: 14px;
    }

    .sod-wrapper i {
        margin: 0px;
        font-size: 25px;
        padding: 0px 10px 5px;
    }
    .breadcrumbs-area .breadcrumbs {
        padding: 30px;
    }
    .breadcrumbs .advan {

    gap: 20px;
    padding-right: 0px;
}
    .soderzhanie {
    padding: 30px 20px 20px 20px;
}
h2, .service .content h2, .oglav, .service .tabs h2 {
    font-size: 30px;
}
.soderzhanie ul {
    font-size: 15px;
}
.soderzhanie ul li {
    margin-bottom: 10px;
}
.check-list .item i {
    font-size: 10px;
    height: 18px;
    width: 18px;
}
.check-list .item .title {
    margin-top: 0px;
    margin-bottom: 9px;
}
.service .content p, .service .tabs p {
    margin: 15px 0;
}
.service .gray {
    padding: 25px;
}

    .konsultation .title-kons {
    font-size: 20px;
    margin-bottom: 10px;
    }
    .konsultation .image-item {
        right: -35px;
    }
    .konsultation .title {
        font-size: 18px;
    }

    .doctor-item .list li {
    font-weight: 300;
    font-size: 12px;
    }
    .konsultation .disc-kons {
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.5;
}
.doctor-item .bottom {
    left:15px;
}
    .konsultation {
    height: 400px;
}
    .buttons-konsultation .theme-btn.big {
        font-size: 14px;
        padding: 12px 20px;
}
    .sidebar-contacts .contact-list li .contacts, .sidebar-contacts .contact-list li span {
    font-size: 13px;
}

    .gallery-item {
    height: 350px;
}
    .gallery-item.small .img-popup:nth-child(1), .gallery-item.small .img-popup:nth-child(2) {
    height: 175px;
}
    .gallery-item.small .img-popup:nth-child(3) {
    height: 175px;
}
    .header-main .main-menu .service-megamenu .nav li a {
        padding-right: 0px;
        padding-left: 10px;
        margin-left: 0px;
        font-size: 14px;
        margin-bottom: 0px;
    }
    .header-main .main-menu .service-megamenu .nav li a.active, .header-main .main-menu .service-megamenu .nav li a.active:hover {
    margin: 0px 0px 0px 10px;
    }
    .header-main .main-menu .service-megamenu .nav li a .desc {
    font-size: 12px;
    }
    .header-main .main-menu .service-megamenu .nav li a.active, .header-main .main-menu .service-megamenu .nav li a.active:hover {
        margin-left: 0px;
}
    .header-main .main-menu .service-megamenu .tab-content .title .desc {
        margin-top: 15px;
        font-size: 13px;
    }
    .header-main .main-menu .service-megamenu .tab-content .uslugi li a {
    font-size: 15px;
    }
    .header-main .main-menu .service-megamenu .title-kons {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .header-main .main-menu ul li a.title {
        font-size: 15px;
        font-weight: 350;
    }
    .header-main .main-menu ul li a.lets {
        padding: 0px;
        font-size:13px;
        position:relative;
        z-index:1;
    }
     .header-main .main-menu .service-megamenu .konsultation {
        height: 350px;

    }
    .header-main .main-menu .service-megamenu .konsultation .image-item img {
    height: 240px;
}
.algoritm .item .content .inside {
    padding-bottom: 25px;
}
    .pok-prot .list .item {
    padding: 10px 10px;
    font-size: 13px;
    }
    .pok-prot-kons {
    margin: 20px 0px;
    height: calc(100% - 40px);
    }
    .pok-prot .title {
    font-size: 18px;
    }
    .help-section .theme-btn {
font-size: 14px;
    padding: 12px 15px;
    }
    .service .cta .cta__wrapper {
    padding: 30px 20px;
    border-radius: 25px;
    }
    .service .cta .cta__wrapper h2 {
    margin-top: 0px;
    font-size: 25px;
}
.service .cta .cta__wrapper ul {
    margin: 20px 0px 20px;
       font-size: 14px;
}
.service .cta .cta__wrapper .bg {
    width: 360px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 45px;
}
.swiper-dot .swiper-pagination-bullet {
    height: 7px;
}
.swiper-dot .swiper-pagination-bullet {
    width: 25px;
}

    .service .cta .cta__wrapper .theme-btn {
        font-size: 14px;
    padding: 12px 15px;
    }
    .cta__wrapper .col-xl-7 {
         position: relative;
    }
   
    .section-title-area .array-button {
        min-width: 350px;
                justify-content: flex-end;
    }
    .work-item {
    padding: 30px;
    }
    .single-work-container .photos .item img {
    height: 240px;
    }
    .single-work-slider img {
    height: 240px;
    border-radius: 20px;
    object-fit: cover;
    width:100%;
}
    .all-works .work-item .image-item {
    border-radius: 20px 20px 0px 0px;
    height: 370px;
}
}

.tab-content .innere {
    background: var(--gray-bg);
    border-radius: 15px;
    padding: 25px;
    width: 100%;
    display: block;
    float: inline-start;
}


/* FORM */

.main-form input[type=checkbox] {
    flex-shrink: 0;
    color: var(--theme);
}
.main-form  input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--theme);
    margin: 0;
    display: grid;
    place-content: center;
    font: inherit;
    color: var(--theme);
    width: 1em;
    height: 1em;
    border: .1em solid var(--theme);
    border-radius: .1em;
    cursor: pointer;
    margin-top:2px;
}
.main-form  input[type=checkbox]:checked:before {
    transform: scale(1);
}
.main-form  input[type=checkbox]:before {
    content: "";
    width: .60em;
    height: .60em;
    transform: scale(0);
    transition: .15s transform ease-in-out;
    box-shadow: inset 1em 1em #fff;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.main-form label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.main-form {
    font-weight:350;
}
  .popup-contact-us {
       background: linear-gradient(55deg, #DDD -46.18%, rgba(255, 255, 255, 0) 97.87%), linear-gradient(271deg, rgb(236 174 86 / 30%) -70.64%, rgba(255, 255, 255, 0) 98.7%);
    background-size: cover;
        padding: 25px;
    border-radius: 30px;
   }
    .popup-contact-us .main-title {
        display:block;
        font-weight:400;
        color: var(--black);
        font-size:25px;
            margin-bottom: 20px;
    }
    
    
/*INNOGOROD*/
    .im-title {
         font-size: 19px;
    display: block;
    color: #000;
    }
    .implant-price .desc {
          color: var(--gray);
    font-size: 15px;
    display: block;
    }
    .implant-price .price {
     font-size: 30px;
    color: var(--theme);
    display: block;
    margin-top: 10px;
}
 .implant-price gray {
    font-size: 0.54em;
}

 .step-by-step {
            
        }
        .step-by-step .step .subtitle {
            display: block;
            text-transform: uppercase;
            color: var(--light);
            font-size: 20px;
            line-height: 1;
            margin-bottom: 10px;
        }
        .step-by-step .step .title {
            font-size: 25px;
            color: var(--black);
            margin-bottom: 15px;
            display: block;
        }
        .step-by-step .step {
            padding: 20px 20px 30px 20px;
border-radius: 15px;
    background: linear-gradient(67deg, rgb(255, 255, 255) 6.89%, rgba(255, 255, 255, 0) 93.11%), rgba(221, 226, 227, 0.5);
    box-shadow: var(--box-shadow-small);   
        }
        
        .step-by-step .image-step {
border: 1px solid rgba(29, 30, 27, 0.1);
            border-radius: 10px;
            margin-bottom: 30px
        }
    
         .california {
            margin-top: 40px;
        }
        .california img {
            height: 230px;
            width: 100%;
            object-fit: cover;
            border-radius: 20px;
        }
        .nomer-opis {
      
            column-count: 2;
    line-height: 1.3;
    font-weight: 300;
    list-style: disc;
    padding-left: 1em;
    gap: 50px;
    margin-top: 15px;         
        }
        .nomer-opis li::marker {
    color: var(--theme);
}
        .nomer-opis li {
            margin-bottom: 10px;
        }
        .otel-price {
            display: flex;
            gap:20px;
        }
        .nomer-price {
            border: 1px solid var(--border);
            padding: 20px;
            border-radius: 10px;
                background: linear-gradient(67deg, rgb(255, 255, 255) 6.89%, rgba(255, 255, 255, 0) 93.11%), rgba(221, 226, 227, 0.5);
    box-shadow: var(--box-shadow-small);
        }
        .nomer-price .sub {
            display: block;
        }
        .nomer-price .main {
            font-size: 35px;
            margin-top: 10px;
            display: block;
            color: var(--light)
        }
        .nomer-price .main .min {
            font-size: 20px;
            color: var(--black)
        }
/* ФИКСИМ MENU */ 
@media (max-width: 1199px ) {
    .header-main .main-menu ul li {
        display:none !important;
    }
}
 .mean-container .mean-nav ul li li a {
    width: 100%;
    }
    
/* IPAD */
@media (min-width: 991px) and (max-width: 1199px ) {
    
    .about-list {
    padding: 30px;
    border-radius: 20px;
    }
    
    
    .breadcrumbs-area h1 {
    font-size: 35px;
    }
    .breadcrumbs-area .citat p {
    font-size: 20px;
        width: 75%;

    }
.breadcrumbs-area .breadcrumbs .big-image.director {
    height: 85%;
}
    
        h2 {
        font-size: 30px;
    }
    
    .about-list .opis-about {
    font-size: 16px;
    margin: 20px 0px;
}
.ab-list {
    margin-top:15px;
}
    .about-list .ab-list .item .desc {
    font-size: 15px;
    }
    
    
    .header-top {
        display:none;
    }
    .header-2 .mega-menu-wrapper {
    padding: 10px 0px;
    }
    .header-logo-2 img {
         width: 275px;
    }

    .header__hamburger.mob, .header-button.mob, .header-left.mobile.mob {
       display:block !important; 
    }
    
    .header-2 .header-main .sidebar__toggle {
    line-height: 0;
    min-width: 45px;
    height: 45px;
    width: 45px;
    }
        .header-main .header-right {
        gap: 10px;
        justify-content: end;
    }
    
        .header-2 .header-right .header-button.mob .theme-btn {
        padding: 0;
        font-size: 15px;
        line-height: 0;
        height: 43px;
        width: 43px;
        line-height: 0;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius:100%;
    }
    .sticky.header-2 .header-left {
    display: none;
}
.offcanvas__info {
    width: 500px;}
    .link-burger {
        display:none;
    }

    .mean-container .mean-nav ul li.service-menu.d-sm-none {
        display:block !important;
    }
    .mean-container .mean-nav ul li.service-menu.d-sm-inline {
           display:none !important;
    }
    
    .mean-container .mean-nav ul li li a {
    width: 100%;
    }
    
        .mean-container .mean-nav ul li .has-mobile li {
        padding: 0px;
        margin-bottom: 5px;
    }
    .mean-container .mean-nav ul li li a {
        padding: 10px 20px 0px 15px;
    }
        .mean-container .mean-nav ul li .has-mobile li .desc {
        font-size: 13px;
        padding: 0px 15px;
        color: var(--gray);
        display: block;
        font-weight: 350;
    }
        .mean-container .mean-nav ul li .has-mobile .subtitle {
        color: var(--gray);
        text-transform: none;
        padding: 0px;
        margin: 0px;
        font-size: 14px;
        font-weight: 350;
        margin-top: 10px;
        display: block;
    }
    
     .mean-container .mean-nav ul li .has-mobile.service li {
        border-radius: 0px;
    }

    .mean-container .mean-nav ul li .has-mobile.service li:last-child {
        padding-bottom: 10px;
    }
  
    
    .mean-container .mean-nav ul li .has-mobile.service a.mean-expand {
        padding: 0 !important;
        position: absolute;
        top: 10px;
        transform: none;
        right: 10px;
    }

    .mean-container .mean-nav ul li .has-mobile.service .dropdown-opened:not(:first-child) {
        border-bottom: 1px solid rgba(215, 215, 229, .32) !important;
    }

    .mean-container .mean-nav ul li .has-mobile.service .dropdown-opened {
  
        padding:0px 0px 20px;

        
    }
  .mean-container .mean-nav ul li .has-mobile.service .dropdown-opened:first-child {
        border-top: 1px solid rgba(215, 215, 229, .32) !important;
        border-bottom: 1px solid rgba(215, 215, 229, .32) !important;
        padding: 20px 0px;

    }
    .mean-container .mean-nav ul li .has-mobile.service .dropdown-opened:last-child {
        border-bottom: 0px solid rgba(215, 215, 229, .32) !important;

    }

    .mean-container .mean-nav ul li .has-mobile.service .third-lvl li {
        background: transparent !important;
        padding: 5px 0px;
        font-size: 14px;
        line-height: 1.4;
    }

    .mean-container .mean-nav ul li .has-mobile.service .third-lvl li:last-child {
        margin-bottom: 0px;
    }
    .mean-container .mean-nav ul li .has-mobile.service .third-lvl li a {
        padding-left: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .mean-container .mean-nav ul li .has-mobile .subtitle {
        padding: 0px 0px 0px 20px;
    }
        .has-mobile li {
        border: 0px solid rgba(215, 215, 229, .32) !important;
        }
    .offcanvas__contact-text.mob-contact-phone {
        display: flex;
    flex-direction: column;
    align-items: center;
    }
    .offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
    width: 320px;
    }
    
    
    
    
    
    
   .error-items h1 {
            font-size: 40px;
    }
.header-top-wrapper .logo img {
    width: 150px;
}
    .header-top-wrapper .contact-list {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header-main .main-menu ul li {
    margin-inline-end: 15px;
}

.header-main .main-menu ul li a {
    font-size: 15px;
}
    .header-2 .header-right .header-button .theme-btn {
    padding: 12px 20px;
    font-size: 15px;
    }
    .footer-widgets-wrapper .theme-btn.border-gray{
            padding: 12px 15px;
        font-size: 14px;
    }
    .footer-widgets-wrapper .single-footer-widget .widget-head {
    gap: 20px;
    }
    
    .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
    font-size: 17px;
    width: 40px;
    height: 40px;
    }
    .single-footer-widget .logo-footer {
    width: 180px;
}
    .one-advan-item {
    padding: 20px;
    }
    .one-advan-item .title {
    font-size: 20px;
        height: 120px;
        max-width: 75%;
    }
    .one-advan-item p {
    font-size: 15px;
    }
    .one-advan-item img {

    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    }
    .about-stom .content {
    padding: 25px;
    }
    .clinics .clinic {
    padding: 15px;
    }
    .clinics .clinic .title {
    font-size: 17x;
    }
    .problem-item {
    border-radius: 20px;
    padding: 20px 14px 20px;
                height: 100%;
    }
    .problem-item .title {
    font-size: 16px;
    line-height: 1.4;
    }
    .problem-item img {
    width: 35px;
    }
    .problem-item .back {
    font-size: 13px;
    }
    .problem-item ul li a {
        font-size: 13px;
    }
    .doctor-item img {
    height: 285px;
    }
    .doctor-item .title {
    font-size: 20px;
    }
    .stazh {
          font-size: 22px;
        margin-bottom: 0px;
    }
    .work-item .image-item {
    height: 250px;
    }
   .cta__wrapper .col-xl-7 {
   position:relative;
   }
   .cta .cta__wrapper .image.innogorod {
    position: absolute;
    right: 5px;
    bottom: 0px;
    width: 100%;
    object-position: right;
    height: 100%;
}
    .work-item .doctor .name {
    font-size: 17px
    }
    .work-item .bottom {
    margin-top: 0px;
    }
    .work-item .buttons {
    margin-top: 0px;
    }
    .work-item .hor li {
        margin-bottom: 0px;
    }
     .sod-wrapper {
        flex-wrap: wrap;
        gap: 50px;
        position: relative;
        transform: none;
        left: auto;
        top: auto;
        flex-direction: row;
        justify-content:center;
        padding: 0px 15px;
         margin-bottom: 20px;
    }

    .sod-wrapper a {
        flex-direction: column;
        gap: 10px;
        font-size: 14px;
    }

    .sod-wrapper i {
        margin: 0px;
        font-size: 25px;
        padding: 0px 10px 5px;
    }
    .breadcrumbs-area .breadcrumbs {
        padding: 30px;
    }
    .breadcrumbs .advan {

    gap: 20px;
    padding-right: 0px;
}
    .soderzhanie {
    padding: 40px 30px 20px 30px;
}
    .konsultation .title-kons {
    font-size: 25px;
    margin-bottom: 10px;
    }
    .konsultation .image-item {
        right: -60px;
    }
    .konsultation .title {
        font-size: 18px;
    }

    .doctor-item .list li {
    font-weight: 300;
    font-size: 13px;
    }
    .konsultation .disc-kons {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
}
    .konsultation {
    height: 400px;
}
    .buttons-konsultation .theme-btn.big {
    padding: 18.5px 20px;
    font-size: 15px;
}
    .sidebar-contacts .contact-list li .contacts, .sidebar-contacts .contact-list li span {
    font-size: 12px;
}
.sidebar-contacts .contact-list li .main {
    font-size: 15px;
}
    .service-section .section-title-area .theme-btn {
    font-size: 15px;
    padding: 15px 20px;
    }
    .gallery-item {
    height: 400px;
}
    .gallery-item.small .img-popup:nth-child(1), .gallery-item.small .img-popup:nth-child(2) {
    height: 200px;
}
    .gallery-item.small .img-popup:nth-child(3) {
    height: 200px;
}
    .header-main .main-menu .service-megamenu .nav li a {
        padding-right: 0px;
        padding-left: 10px;
        margin-left: 0px;
        font-size: 14px;
        margin-bottom: 0px;
    }
    .header-main .main-menu .service-megamenu .nav li a.active, .header-main .main-menu .service-megamenu .nav li a.active:hover {
    margin: 0px 0px 0px 10px;
    }
    .header-main .main-menu .service-megamenu .nav li a .desc {
    font-size: 12px;
    }
    .header-main .main-menu .service-megamenu .nav li a.active, .header-main .main-menu .service-megamenu .nav li a.active:hover {
        margin-left: 0px;
}
    .header-main .main-menu .service-megamenu .tab-content .title .desc {
        margin-top: 15px;
        font-size: 15px;
    }
    .header-main .main-menu .service-megamenu .tab-content .uslugi li a {
    font-size: 16px;
    }
    .header-main .main-menu .service-megamenu .title-kons {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .header-main .main-menu ul li a.title {
        font-size: 15px;
        font-weight: 350;
    }
    .header-main .main-menu ul li a.lets {
        padding: 0px;
    }
     .header-main .main-menu .service-megamenu  .konsultation {
        height: 375px;

    }
    .header-main .main-menu .service-megamenu .konsultation .image-item img {
    height: 240px;
}

    .pok-prot .list .item {
    padding: 10px 20px;
    font-size: 14px;
    }
    .pok-prot-kons {
    margin: 20px 0px;
    height: calc(100% - 40px);
    }
    .help-section .theme-btn {
font-size: 15px;

    padding: 15px 15px;
    }
    .service .cta .cta__wrapper {
    padding: 30px 20px;
    border-radius: 25px;
    }
    .service .cta .cta__wrapper h2 {
    margin-top: 0px;
    font-size: 30px;
}
    .service .cta .cta__wrapper .theme-btn {
        font-size: 15px;

    padding: 15px 15px;
    }
    .section-title-area .array-button {
        min-width: 350px;
        justify-content: end;
    }
    .work-item .title {
    font-size: 25px;
    }
    .work-item .content p {
    font-size: 15px;
    margin-bottom: 15px;
}
    .work-item {
    padding: 30px;
    }
    .single-work-container .photos .item img {
    height: 240px;
    }
    .single-work-slider img {
    height: 240px;
    border-radius: 20px;
    object-fit: cover;
}
    .all-works .work-item .image-item {
    border-radius: 20px 20px 0px 0px;
    height: 370px;
}
}


/* MINI IPAD */
@media (min-width: 768px) and (max-width: 990px ) {
    .header-top {
        display:none;
    }
    .header-2 .mega-menu-wrapper {
    padding: 10px 0px;
    }
    .header-logo-2 img {
         width: 275px;
    }

    .header__hamburger.mob, .header-button.mob, .header-left.mobile.mob {
       display:block !important; 
    }
    
    .header-2 .header-main .sidebar__toggle {
    line-height: 0;
    min-width: 45px;
    height: 45px;
    width: 45px;
    }
        .header-main .header-right {
        gap: 10px;
        justify-content: end;
    }
    
        .header-2 .header-right .header-button.mob .theme-btn {
        padding: 0;
        font-size: 15px;
        line-height: 0;
        height: 45px;
        width: 45px;
        line-height: 0;
        font-size: 17px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius:100%;
    }
    .sticky.header-2 .header-left {
    display: none;
}
.offcanvas__info {
    width: 500px;}
    .link-burger {
        display:none;
    }

    .mean-container .mean-nav ul li.service-menu.d-sm-none {
        display:block !important;
    }
    .mean-container .mean-nav ul li.service-menu.d-sm-inline {
           display:none !important;
    }
    
    .mean-container .mean-nav ul li li a {
    width: 100%;
    }
    
        .mean-container .mean-nav ul li .has-mobile li {
        padding: 0px;
        margin-bottom: 5px;
    }
    .mean-container .mean-nav ul li li a {
        padding: 10px 20px 0px 15px;
    }
        .mean-container .mean-nav ul li .has-mobile li .desc {
        font-size: 13px;
        padding: 0px 15px;
        color: var(--gray);
        display: block;
        font-weight: 350;
    }
        .mean-container .mean-nav ul li .has-mobile .subtitle {
        color: var(--gray);
        text-transform: none;
        padding: 0px;
        margin: 0px;
        font-size: 14px;
        font-weight: 350;
        margin-top: 10px;
        display: block;
    }
    
     .mean-container .mean-nav ul li .has-mobile.service li {
        border-radius: 0px;
    }

    .mean-container .mean-nav ul li .has-mobile.service li:last-child {
        padding-bottom: 10px;
    }
  
    
    .mean-container .mean-nav ul li .has-mobile.service a.mean-expand {
        padding: 0 !important;
        position: absolute;
        top: 10px;
        transform: none;
        right: 10px;
    }

    .mean-container .mean-nav ul li .has-mobile.service .dropdown-opened:not(:first-child) {
        border-bottom: 1px solid rgba(215, 215, 229, .32) !important;
    }

    .mean-container .mean-nav ul li .has-mobile.service .dropdown-opened {
  
        padding:0px 0px 20px;

        
    }
  .mean-container .mean-nav ul li .has-mobile.service .dropdown-opened:first-child {
        border-top: 1px solid rgba(215, 215, 229, .32) !important;
        border-bottom: 1px solid rgba(215, 215, 229, .32) !important;
        padding: 20px 0px;

    }
    .mean-container .mean-nav ul li .has-mobile.service .dropdown-opened:last-child {
        border-bottom: 0px solid rgba(215, 215, 229, .32) !important;

    }

    .mean-container .mean-nav ul li .has-mobile.service .third-lvl li {
        background: transparent !important;
        padding: 5px 0px;
        font-size: 14px;
        line-height: 1.4;
    }

    .mean-container .mean-nav ul li .has-mobile.service .third-lvl li:last-child {
        margin-bottom: 0px;
    }
    .mean-container .mean-nav ul li .has-mobile.service .third-lvl li a {
        padding-left: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .mean-container .mean-nav ul li .has-mobile .subtitle {
        padding: 0px 0px 0px 20px;
    }
        .has-mobile li {
        border: 0px solid rgba(215, 215, 229, .32) !important;
        }
    .offcanvas__contact-text.mob-contact-phone {
        display: flex;
    flex-direction: column;
    align-items: center;
    }
    .offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
    width: 320px;
    }
    
}

/* MOBILE */
@media (max-width: 767px) {
    .step-by-step .step {
    padding: 15px 15px 20px 15px;
    margin-bottom:15px;
    }
    .step-by-step .step .title {
    font-size: 20px;
    }
  
    .agregator .rating {
    font-size: 40px;
    }
    
    .agregator img {
    width: 120px;
    margin-bottom: 15px;
    }
    .error-items h1 {
            font-size: 30px;
    }
    .agregator .stars {
    font-size: 20px;
    }
    .agregator .testi-count {
    font-size: 12px;
    margin-top: 5px;
    }
    .pum-container.pum-responsive {
    width: 95%;
    left: 2.5% !important;
    }
    .custom-checkbox {
    gap: 5px;
    }
    .custom-checkbox input[type="radio"]:checked + .wpcf7-list-item-label {
    border-radius: 9px;
    }
    .custom-checkbox .wpcf7-list-item-label {
    padding: 8px 8px;
    border-radius: 9px;
    font-size: 13px;
}
    .sticky-mob {
        position: fixed !important;
        bottom: 0 !important;
        left: 0;
        width: 100%;
        z-index: 100;
        background-color: var(--white);
        box-shadow: var(--box-shadow);
        width: 100%;
        height: 55px;
    }

    #header-sticky-mob {
        display: none;
    }

    #header-sticky-mob.sticky-mob {
        display: block;
    }

    #header-sticky-mob .menu {
        display: flex;
        align-items: flex-end;
        padding: 0;
        flex: 1;
        font-size: 9px;
        font-weight: var(--font-semibold);
        line-height: normal;
        text-align: center;
        height: 100%;
        padding-bottom: 7px;
    }

    #header-sticky-mob .menu a,
    #header-sticky-mob .menu .main-button {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        flex: 1;
        font-size: 9px;
        line-height: normal;
        text-align: center;
        gap: 4px;
        color: var(--gray);
        z-index: 2;
        background: #fff;
        position: relative;
    }
    #header-sticky-mob .menu a:hover i {
    color: var(--light)
    }
    #header-sticky-mob .menu a i {
        font-size: 20px;
        color: var(--black);
    }

    .menu .main-button i {
        background: var(--theme);
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #fff;
        border-radius: 100%;
        position: relative;
    }

    .menu .main-button {
        position: relative;
    }

    #header-sticky-mob .menu {
        position: relative;
        z-index: 1
    }

    #header-sticky-mob .menu:before {
        background: #fff;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        min-width: 50px;
        content: '';
        box-shadow: var(--box-shadow);
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);

    }
}




@media (max-width: 767px) {
    input[type="date"] {
        padding: 15px 15px;
}
    
    .pok-prot .pok, .pok-prot .prot {
    width:100%;
}
    .about-section .advantages {
        flex-wrap: wrap;
    }

    .gutter {
        padding-right: calc(var(--bs-gutter-x)* .25);
        padding-left: calc(var(--bs-gutter-x)* .25);

    }

    .row-gutter {

        margin-right: calc(-.10* var(--bs-gutter-x));
        margin-left: calc(-.10* var(--bs-gutter-x));
    }

    .header-top-wrapper {
        display: none;
    }

    .header-top {
        display: none;
    }

    .header-2 .header-left,
    .sticky.header-2 .header-left {
        display: none;
    }

    .header-2 .header-left.mobile,
    .sticky.header-2 .header-left.mobile {
        display: block;
    }

    .header-2 .header-left img {
        max-width: 150px;
        padding: 15px 0px;
    }



    .header-2 .header-main {
        padding: 0px;
    }

    .header-button .theme-btn {
        padding: 9px 20px;
        font-size: 14px;
        min-width: auto;
    }

    .pc {
        display: none !important;
    }

    .header-2 .header-right .header-button .theme-btn {
        background-color: transparent;
    }

    .header-2 .header-right .header-button .theme-btn.icon-btn {
        padding: 8px;
        border-radius: 50%;
        margin-right: 5px;
        background: var(--white);
        min-width: 35px;
        height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .sticky.header-2 .header-main {
        background-color: var(--black2);
    }

    .hero-1.style-hero-2 {
        padding: 80px 0px 0px;
    }

    .hero-1.style-hero-2 .col-lg-8 {
        margin-bottom: -20px;
    }

    .hero-content {
        padding: 30px 15px;
        border-radius: 15px;
    }

    .hero-content.main::before {
        border-radius: 15px;
    }

    .hero-content .advantages-top {
        flex-direction: column;
        gap: 15px;
    }

    .hero-content .advantages-top .advantage {
        border: 0px;
        padding: 0px;
    }

    .hero-1 .hero-content h1 {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .hero-1.style-hero-2 .hero-content .hero-list-items .hero-list li {
        display: flex;
        align-items: baseline;
        font-size: 16px;
        line-height: 1.6
    }

    .hero-1 .hero-content .hero-author .buttons {
        flex-direction: column;
        gap: 15px;
        width: 100%;

    }

    .hero-1 .hero-content .hero-author .buttons .theme-btn {
        width: 100%;
    }

    .hero-1 .hero-content .hero-author .yandex {
        flex-direction: row;
        gap: 20px;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .hero-1 .hero-content .hero-author .yandex img {
        width: 150px;
    }

    .hero-1 .hero-content .hero-author .yandex .ocenka p {
        font-size: 30px;
    }

    .hero-1 .hero-content .hero-author .yandex .ocenka {
        font-size: 20px;
    }

    .hero-content .image {
        height: 100%;
    }

    .hero-content.main {
        height: 100%;
    }

    .hero-1.style-hero-2 .hero-content {
        margin-bottom: 20px;
        height: auto;
    }

    .hero-content .title {
        font-size: 20px;

    }

    .hero-1 .hero-content p {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
    }

    .hero-content.mini .theme-btn {
        min-width: auto;
        padding: 10px 20px;
        font-size: 14px;
    }

    .about-section .advantages .item,
    .service .advantages .item {
        padding: 0px 0px 10px 0px;
        gap: 10px;
    }

    .about-section .advantages .item i,
    .service .advantages .item i {
        padding: 15px;
        font-size: 20px;
        border-radius: 50%;
    }

    .about-section .advantages .item span,
    .service .advantages .item span {
        font-size: 15px;
        display: flex;
        gap: 5px;
    }

    .about-section .advantages .item span b,
    .service .advantages .item span b {
        font-size: 15px;
    }

    .about-section .advantages {
        justify-content: flex-start;
    }

    .about-section .advantages {
        margin: 0px 0px 20px;
    }

    .about-section .section-title {
        margin: 20px 0px 0px 0px;
    }

    .about-dent .laureat {
        padding: 30px 15px;
    }

    .hero-content .advantages-top .advantage span {
        font-size: 13px;
    }

    .hero-content .advantages-top .advantage p {
        font-size: 12px;
    }

    .hero-content .advantages-top .advantage i {
        font-size: 20px;
    }

    .about-dent .laureat img {
        position: relative;
        max-width: 100%;
        height: 300px;
        margin-top: -60px;
        float: right;
        right: -50px;
        bottom: -80px;
        display: none;
    }

    .about-dent .laureat .title {
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .about-dent .team {
        margin-bottom: 20px;
        padding: 30px 15px;
    }

    .about-dent .team .title {
        font-size: 20px;
    }

    .about-dent .team .theme-btn {
        bottom: 30px;
        left: 20px;
        min-width: auto;
        padding: 10px 20px;
        font-size: 14px;
    }

    .about-dent .team .background {
        position: absolute;
        bottom: -30px;
        right: 10px;
        max-width: 100%;
        height: 180px;
    }

    .about-dent .video .content .desc {
        font-size: 14px;
    }

    .about-dent .video .content {
        max-width: 60%;
        right: 0px;
    }

    .about-dent .video {
        padding: 30px 15px;
        height: 240px;
    }

    .about-dent .video .content .button-video i {
        height: 30px;
        width: 30px;
        font-size: 12px;
    }

    .about-dent .video .content .button-video {
        display: inline-flex;
        align-items: center;
        line-height: 1;
        padding: 5px 15px 5px 5px;
        border-radius: 50px;
        gap: 10px;

        margin-top: 15px;
    }

    .about-dent .video .content span {
        font-size: 14px;
    }

    .popular-services {
        padding: 30px 15px;
        border-radius: 15px;
    }

    .section-title span {
        color: var(--theme2);
        margin-bottom: 15px;
    }

    .price-list .head {
        display: none;
    }

    .price-list .category {
        font-size: 18px;
        margin-bottom: 15px;
        display: block;
    }

    .price-list .item .title {
        font-size: 16px;
    }

    .price-list .item .desc {
        font-size: 12px;
        margin-top: 5px;
    }

    .price-list .item {
        border-radius: 10px;
        padding: 12px 15px;
        flex-direction: column;
        position: relative;
    }

    .price-list .item .info,
    .price-list .item .offer {
        width: 100%;
    }

    .price-list .item .info {
        position: static;
    }

    .price-list .item .offer {
        justify-content: flex-start;
        text-align: left;
        flex-direction: column;
        font-size: 18px;
    }

    .price-list .item .offer .price {
        display: flex;
        gap: 10px;
    }

    .price-list .item .offer .desc {
        position: relative;
        bottom: 0;
        line-height: 1;
        margin-top: 0px;
        font-size: 12px;
        opacity: 0.7
    }

    .price-list .item .info .tags {
        bottom: 12px;
        right: 15px
    }

    .price-list .item .title:before {
        display: none;
    }

    .price-list .item .info .tags .tag {
        padding: 4px 8px;
        font-size: 11px;
    }

    .cta {
        font-size: 16px;
        color: var(--black2);
        line-height: 28px;
        margin-bottom: 15px;
    }

    .price-list .element:last-child {
        margin-bottom: 00px;
    }

    .price-list .theme-btn {
        width: 100%;
        margin-top: 10px;
    }

    .sale-wrapper {
        padding: 30px 15px;
        border-radius: 15px;
    }



    .sale-item {
        background: var(--white);
        border-radius: 15px;
        padding: 10px;
    }

    .sale-item .image-item {
        margin-bottom: 15px;
        height: 200px;
    }

    .sale-item .title {
        font-size: 20px;
    }

    .sale-item .buttons .theme-btn,
    .work-item .buttons .theme-btn {
        padding: 12px 20px
    }

    .sale-item .content {
        padding: 10px;
        margin-bottom: 20px;
    }

    .sale-item .desc {
        font-size: 15px;
    }

    .sale-item .price {
        display: flex;
        margin: 15px 10px;
    }

    .bot .theme-btn {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 0px !important;
        ;
    }

    .cta .cta__wrapper.child {
        padding: 30px 15px;
        border-radius: 15px;
    }

    .cta__wrapper li {
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .cta .cta__wrapper .image {
        position: relative;
        max-width: 105%;
        right: auto;
        margin: 0 auto;
        max-height: 300px;
        object-fit: contain;
        bottom: 50px;
    }
    .cta .cta__wrapper .bg {
    bottom: 10px;
    }
    .cta .cta__wrapper .col-xl-7 {
        position:relative;
    }
    .nomer-opis {
    column-count: 1;
    }
    .otel-price {
    gap: 10px;
    flex-direction: column;
}

.cta .cta__wrapper .image.innogorod {
display:none;
}
.help .text-end {
    text-align: left !important;
    margin-top: 15px;
}
.price-all-wrapper:not(:last-child) {
    margin-bottom: 15px;
}
    .cta .cta__wrapper .buttons {
        flex-direction: row;
        gap: 10px;
    }
    .cta .cta__wrapper .buttons .theme-btn {
        min-width: auto;
        width: 100%;
    }
    .cta .cta__wrapper .col-lg-4 {
        flex-direction: column-reverse;
        display: flex;
    }
    .section-title span.style-bg {
        padding: 8px 15px;
        font-size: 13px;
    }

    .our-works .our-works__wrapper {
        padding: 30px 15px;
        border-radius: 15px;
    }

    .work-item {
        border-radius: 15px;
        padding: 15px;
    }

    .work-item .image-item {
        height: 200px;
        border-radius: 10px;
    }

    .work-item .image-thumbnails {
        bottom: 0px;
    }

    .work-item .title {
        font-size: 20px;
        margin-top: 5px;
    }

    .work-item .content {
        padding: 0px;
        height: auto;
        margin-top: 20px;
    }

    .all-services .all-services__wrapper {
        background: var(--orange);
        padding: 30px 15px;
        border-radius: 15px;
    }

    .all-services__wrapper .service-item {
        margin-top: 20px;
        border-radius: 10px;
        padding: 15px;
        height: 130px;
        margin-bottom: 0px;
    }

    .all-services__wrapper .service-item .bottom {
        padding: 0 15px 5px;
    }

    .doctor-item, .problem-item {
        margin: 0px;
    }

    .doctor-item img {
        object-fit: cover;
        transition: all 0.4s ease;
        height: 300px;
    }

    .doctor-item .title {
        font-size: 20px;
        height: 50px;
    }

    .doctor-item .buttons .theme-btn {
        padding: 12px 20px;
    }

    .our-doctors .our-works__wrapper {
        padding: 40px 0px 20px;
    }

    .our-contacts__wrapper .left {
        padding: 0px 10px;
    }

    .our-contacts__wrapper {
        border-radius: 15px;
        padding: 20px 15px 20px;
    }

    .our-contacts__wrapper .contact-item {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .our-contacts__wrapper .contact-items {
        flex-direction: column;
        gap: 0px;
    }

    .our-contacts__wrapper .contact-items .item {
        display: inline-flex;
        width: fit-content;
    }

    .our-contacts__wrapper .contact-items .item {
        padding: 8px 15px;
    }

    .contact-right {
        width: calc(100% - 20px);
        position: relative;
        margin: 0 10px;
        padding: 15px;
    }

    #map {
        width: 100%;
        height: 350px;
        border-radius: 10px;
    }

    .single-footer-widget .logo-footer {
        width: 250px;
    }

    .footer-widgets-wrapper .single-footer-widget .list-area.pacientam {
        margin: 25px 0px 25px;
    }

    .footer-widgets-wrapper .single-footer-widget.three {
        margin-top: 0px;
    }

    .footer-bottom .footer-wrapper {
        margin-top: 20px;
    }

    .footer-section {
        padding-bottom: 20px;
    }

    /* MENU */
    .has-mobile li {
        background: var(--white) !important;
        margin-bottom: 10px;
        width: 100%;
        padding: 0px;
        border-radius: 10px;
        border: 0px solid rgba(215, 215, 229, .32) !important;
        box-shadow: none !important;
    }

    .mean-container .mean-nav ul li .has-mobile .subtitle {
    color: var(--gray);
    text-transform: none;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: 350;
    margin-top: 10px;
        display: block;
    }

    .mean-container .mean-nav ul li .has-mobile li a {
        padding: 0px 15px;
    }
   .mean-container .mean-nav ul li .has-mobile li .desc {
   font-size: 13px;
        padding: 0px 15px;
       color: var(--gray);
       display: block;
       font-weight: 350;
    }
    .mean-container .mean-nav ul li .has-mobile li {
        padding: 0px;
        margin-bottom: 5px;
    }

    .mean-container .mean-nav ul li .has-mobile li:last-child {
        margin-bottom: 15px;
    }
.mean-container .mean-nav ul li li li a {
    width: 100%;
    }
    .mob-icon {
        display: inline-block !important;
        margin-right: 10px;
        color: var(--theme);
    }

    .mob-icon.flaticon-fire-flame {
        color: red;
    }

    .mean-container .mean-nav ul li .has-mobile.service li {
        border-radius: 0px;
    }

    .mean-container .mean-nav ul li .has-mobile.service li:last-child {
        padding-bottom: 10px;
    }
  
    
    .mean-container .mean-nav ul li .has-mobile.service a.mean-expand {
        padding: 0 !important;
        position: absolute;
        top: 10px;
        transform: none;
        right: 10px;
    }

    .mean-container .mean-nav ul li .has-mobile.service .dropdown-opened:not(:first-child) {
        border-bottom: 1px solid rgba(215, 215, 229, .32) !important;
    }

    .mean-container .mean-nav ul li .has-mobile.service .dropdown-opened {
  
        padding:0px 0px 20px;

        
    }
  .mean-container .mean-nav ul li .has-mobile.service .dropdown-opened:first-child {
        border-top: 1px solid rgba(215, 215, 229, .32) !important;
        border-bottom: 1px solid rgba(215, 215, 229, .32) !important;
        padding: 20px 0px;

    }
    .mean-container .mean-nav ul li .has-mobile.service .dropdown-opened:last-child {
        border-bottom: 0px solid rgba(215, 215, 229, .32) !important;

    }

    .mean-container .mean-nav ul li .has-mobile.service .third-lvl li {
        background: transparent !important;
        padding: 5px 0px;
        font-size: 14px;
        line-height: 1.4;
    }

    .mean-container .mean-nav ul li .has-mobile.service .third-lvl li:last-child {
        margin-bottom: 0px;
    }
    .mean-container .mean-nav ul li .has-mobile.service .third-lvl li a {
        padding-left: 20px;
    }
    .mean-container .mean-nav ul li .has-mobile .subtitle {
        padding: 0px 0px 0px 20px;
    }

    .breadcrumbs-area {
        padding-top: 0px;
    }
.konsultation .title-kons {
    font-size: 25px;
}
    .breadcrumb-items {
        padding: 0px;
        gap: 0px;
        margin-top: 0px;
        flex-wrap: nowrap;
            overflow: overlay;
    }
    .breadcrumb-items li {
text-wrap:nowrap;
    }
    .breadcrumb-items li:not(:last-child) {
        margin-right: 10px;
    }

    .breadcrumbs-area .breadcrumbs {
        border-radius: 15px;
        padding: 10px 15px 0px 15px;
        margin-bottom: 10px;
    }

    .breadcrumbs-area .breadcrumbs h1 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .breadcrumbs-area .breadcrumbs .desc p {
        font-size: 16px;
        padding-right: 0px;
    }

.breadcrumbs .col-xl-7 {
    position:relative;
}
    .breadcrumbs-area .breadcrumbs .big-image {
              position: relative;
        height: auto;
        width: 100%;
        border-radius: 0px;
        bottom: 0px;
        max-height: 300px;
        object-fit: contain;
        padding-top:0px;
    }

    .breadcrumbs-area .price .main {
        font-size: 35px;
    }

    .breadcrumbs-area .price .old {
        line-height: 35px;
        font-size: 20px;
        margin-top: 15px;
    }

    .breadcrumbs-area .buttons {
        margin-top: 0px;
        width: 100%;
        bottom: 0px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        position: relative;
        padding: 0px;
        left: 0;
    }

    .breadcrumbs-area .buttons .theme-btn {
        width: 100%;
    }

    .sod-wrapper {
        flex-wrap: wrap;
        gap: 25px;
        position: relative;
        transform: none;
        left: auto;
        top: auto;
        flex-direction: row;
        justify-content: space-between;
        padding: 0px 15px;
    }

    .sod-wrapper a {
        flex-direction: column;
        gap: 5px;
        font-size: 12px;
    }

    .sod-wrapper i {
        margin: 0px;
        font-size: 18px;
        padding: 0px 10px 5px;
    }

    .about-service-wrapper {
        padding: 30px 15px;
        border-radius: 15px;
    }

    .about-service-wrapper p {
        font-size: 17px;
    }

    .service .advantages {
        flex-wrap: wrap;
    }

    .service .content h2,
    .oglav,
    .service .tabs h2 {
        font-size: 24px;
    }

    .service .content .main-image,
    .service .tabs .main-image {
        max-width: 100%;
        border-radius: 15px;
    }

    .service .content .alt-image,
    .service .tabs .alt-image {
        margin-bottom: 10px;
    }

    .service .content ul,
    .work-information ul {
        font-size: 16px;
    }

    .service .cta .cta__wrapper {
        padding: 30px 15px 0px 15px;
        ;
        border-radius: 15px;
    }

    .service .cta .cta__wrapper h2 {
        margin-top: 0px;
        font-size: 24px;
    }

    .service .cta .cta__wrapper p {
        padding-right: 0px;
    }

    .service .cta .cta__wrapper .buttons {
        gap: 10px;
        display: flex;
        position: relative;
        bottom: 20px;
        flex-direction: column;
        width: 100%;
        left: 0;
        padding: 0 0px;
    }
.breadcrumbs .bg {
    position: absolute;
    width: 100%;
    right: 0px;
    padding: 20px;
}
    .service .cta .cta__wrapper .image {
        position: relative;
        display: block;
        width: 100%;
        right: 0px;
        height: 300px;
    }


    .service .price-list .element {
        padding: 20px 15px;
    }

    .service .price-list .element .item:first-child {
        margin-top: 0px;
    }

    .service .price-list .item .info .tags {
        bottom: 15px;
        right: 0px;
    }

    .service .price-list .item-head {
        margin-bottom: -10px;
    }

    .price-list .item .title-not:before {
        display: none;
    }

    .service .price-list .item .title-not,
    .service .price-list .item .title {
        color: var(--black);
        font-size: 16px;
        line-height: 20px;
    }

    .service .price-list .item .title {
        text-underline-offset: 25%;
    }

    .service .price-list .item {
        border-bottom: 1px solid var(--bg-gray);
        margin: 10px 0px;
        padding: 10px 0px 15px;
    }

    .service .price-list .item:last-child {
        border-bottom: 0px solid var(--bg-gray);
        margin: 10px 0px 0px;
        padding: 10px 0px 0px;
    }

    .service .price-list .item .offer .old {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .service .price-list .item .offer .desc {
        margin-top: 2px;
    }

    .privacy-section {
        margin-top: 20px;
        align-items: center;
        margin-bottom: 0px;
        gap: 15px;
    }

    .privacy-section .theme-btn {
        width: 100%;
    }

    .service .gray,
    .service .orange,
    .service .green,
    .service .white {
        padding: 20px 15px;
        margin-right: calc(-.10* var(--bs-gutter-x)) !important;
        margin-left: calc(-.10* var(--bs-gutter-x)) !important;
    }

    .service .content .small-image,
    .service .tabs .small-image {
        width: 100%;
        margin-left: 0px;
        float: inherit;
        margin: 20px 0px
    }

    .service .tabs .nav .nav-link {
        padding: 10px 15px;
        font-size: 14px;
    }

    .service .tabs .nav {
        gap: 5px;
    }

    .service h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .hilight-text {
        padding: 20px 15px;
        margin-right: calc(-.10* var(--bs-gutter-x)) !important;
        margin-left: calc(-.10* var(--bs-gutter-x)) !important;
    }

    .hilight-text p {
        margin-top: 10px !important;
    }

    .service ol {
        padding: 20px 15px;
        margin-right: calc(-.10* var(--bs-gutter-x)) !important;
        margin-left: calc(-.10* var(--bs-gutter-x)) !important;
    }

    .service ol li {
        position: relative;
        margin: 0 0 0 0px;
        padding: 0 0 0px 0px;
    }

    .service ol li:before {
        position: relative;
        left: 0;
        margin-bottom: 20px;
        font-size: 18px;
        width: 45px;
        height: 45px;
    }

    .service ol li:not(:first-child) {
        margin-top: 30px !important
    }

    .service ol > li:not(:last-child),
    .service ol > li:not(:last-child) {
        border: 0px dotted var(--light);
        border-inline-start-width: 0px;
    }

    .service ol li h4 {
        margin-bottom: -10px !important;
    }

    .service .hor,
    .work-information .hor {
        flex-wrap: wrap;
        gap: 10px;
    }

    .service .content .hor li,
    .work-information .hor li {
        margin-right: 0px;
        padding: 10px 15px;
        font-size: 14px;
        max-width: 100%;
        margin-bottom: 0px;
    }

    .service .section-title-area .array-button {
        justify-content: flex-start;
        right: 0px;
    }

    .service .section-title-area {
        flex-wrap: wrap;
        gap: 0px;
    }

    .service .accordion-item {
        padding: 20px 15px;
        border-radius: 10px;
    }

    .accordion-button {
        font-size: 16px;
        padding: 0px;
        gap: 10px;
    }

    .accordion-body {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 15px;
    }

    .sidebar .hero-content {
        padding: 30px 15px 20px;
    }

    .sidebar .hero-content.mini .theme-btn {
        min-width: auto;
        padding: 15px 20px;
    }

    .service-section .container {
        border-bottom: 1px solid var(--bg-gray);
        padding-bottom: 20px;
        margin-bottom: -25px;
    }

    .error-section {
        padding: 160px 0 100px;
    }

    .breadcrumbs-area .breadcrumbs.offer {
        padding: 30px 15px;
        border-radius: 15px;
    }

    .breadcrumbs-area .breadcrumbs.offer .border-black {
        background: var(--theme)
    }

    .breadcrumbs-area .breadcrumbs.offer .buttons {
        margin-bottom: 0px;
    }

    .breadcrumbs-area .breadcrumbs.offer .big-image {
        bottom: 35px;
    }

    .breadcrumbs-area .breadcrumbs.transparent h1 {
        font-size: 28px;
    }

    .filter-button {
        font-size: 14px;
        padding: 10px 15px;
        border-radius: 5px
    }
    .header-2.sticky {
        display: none;
    }
.header-main .header-right {
    justify-content: flex-end;
    gap:0;
}
    .theme-btn.icon-btn i {
    margin-left: 0px;
    line-height: 0;
}
    .main-carousel-section {
    padding-top: 0px;
    padding-bottom: 20px;
}
    
    .one-utp-item {
    border-radius: 10px;
    padding: 30px 15px;
    height: 270px;
    margin: 20px 0px 10px;
}
    .one-utp-item .main {
    right: -25px;
    height: 260px;
    bottom: -20px;
}
.help-section .text-end {
        text-align: left !important;
    margin-top: 15px;
}

.swiper-dot .swiper-pagination-bullet {
    width: 20px;
    height: 6px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 35px;
}

    .one-utp-item .title {
    font-size: 20px;
        height: 50px;
    }
    .one-utp-item p {
    line-height: 1.5;
        font-size: 14px;
    }
    .one-utp-item .theme-btn {
    font-size: 14px;
        padding: 10px 9px;
    }
    .one-utp-item .bg {
    position: absolute;
    width: 250px;
    }
    .main-carousel-buttons .array-prev, .main-carousel-buttons .array-next {
        bottom: 0px;
        top:auto;
        left: auto;
        right: auto;
        position: relative;
}
    .array-button .array-next, .array-button .array-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
        font-size: 15px;
       transform: none;
    }
    .one-advan-item {
    border-radius: 10px;
    padding: 30px 15px;
    margin: 0px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .one-advan-item .title {
    font-size: 18px;
    height: 80px;
    max-width: 80%;
}
    .one-advan-item p {
    font-size: 14px;
    line-height: 1.5;
    }
    .one-advan-item img {

    right: 15px;
    top: 25px;
    width: 40px;
    height: 40px;
    }
    .about-stom .content {
    padding: 30px 15px;
    background: var(--gray-bg);
    border-radius: 10px;
}
    .clinics {
        flex-direction: column;
        gap:10px;
    }
    .clinics .clinic {
    border: 1px solid var(--border);
    padding: 15px;
    border-radius: 10px;
    }

.clinics .clinic .title {
    font-size: 17px;
    height: 35px;
    }
    .clinics .clinic .desc {
    font-size: 14px;
    }
        .theme-btn {
               padding: 12px 20px;
        font-size: 14px;
            border-radius: 8px;
    }
    .doctor-item {
    border-radius: 10px;
    height: 265px;
    }
        .doctor-item img {
        height: 250px;
    }
    
    .popup-contact-us {
    padding: 20px 13px 13px;
    border-radius: 15px;
    }
    .pum-theme-7 .pum-container, .pum-theme-lightbox .pum-container {
    padding: 0px !important;
    border-radius: 15px !important;
    }
    
.pum-theme-7 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    height: 30px !important;
    width: 30px !important;
    right: 10px !important;
    top: 10px !important;
    font-size: 30px !important;
}
.form-clt input, .contact-right .form-clt textarea {
    padding: 15px 15px;
}
.algoritm .item .content .inside {
        padding-bottom: 10px;
}
.service .cta .cta__wrapper .image {
    display:none;
}
.doctor-item .medal-content ul li {
    font-size: 13px;
    }
        .section-title-area {
        flex-wrap: wrap;
        gap: 15px;
            margin-bottom: 20px;
    }
    .work-item  {
        overflow: hidden;
    }
    .work-item .top {
    display: flex;
        flex-direction: column;
    gap: 0px;
}
    .work-item .image-box , .work-item .content {
 width: 100%;
}
    .work-item .image-thumbnails .thumbnail img {

    border-radius: 5px;
    height: 55px;
    }
    
    .work-item .content p {
    line-height: 1.5;
    font-size: 14px;
        margin-bottom: 15px;
}
    .work-item .doctors {
    display: flex;
    gap: 10px;
        flex-wrap: nowrap;
        overflow: overlay;
    }
    .work-item .doctor {
    display: flex;
    gap: 10px;
        max-width: 100%;
        margin-bottom: 10px;
        width: 100%;
                min-width: 80%;
    }
    .work-item .doctor .name {
    font-size: 16px;
    }
    .work-item .doctor img {
    width: 65px;
    min-width: 65px;
    height: 65px;
    }
    .hor li, .hor li {
        max-width: 100%;
    }
    .work-item .hor li {
    background: #fff;
    padding: 5px 10px;
            margin-bottom:5px;
    }
    .work-item .hor {
    display: flex;
    gap: 5px;
            overflow: overlay;
        flex-wrap: nowrap;
    }
    .work-item .bottom {
        flex-direction: column;
                align-items: normal;
    }
    .work-item .buttons a{
             width: 50%;
        min-width: auto;
        text-wrap:nowrap;
    }
    .work-item .bottom .left {
        width: 100%;
    }
    .cta .cta__wrapper {
        padding: 30px 15px;
        border-radius: 10px;
    }
    .cta .cta__wrapper p {
    font-size: 17px;
    font-weight: 400;
    margin-top: 5px;
}
    .cta .cta__wrapper ul {
        position: relative;
        z-index: 1;
    }
    .cta .cta__wrapper .bg {
    position: absolute;
    width: 320px;
    }
    .testimonial-item {
    padding: 30px 15px;
    border-radius: 10px;
    background: var(--gray-bg);
    display: block;
    margin: 0px;
}
    .testimonial-item .head .name-item img {
    width: 50px;
    background: #fff;
    height: 50px;
    }
    .testimonial-item .head .name-item {
    display: flex;
    align-items: center;
    gap: 10px;
    }
    .testimonial-item .head .name-item .name {
    display: block;
    font-size: 17px;
    }
    .testimonial-item .head {
    display: flex;
    justify-content: space-between;
flex-direction: column-reverse;
    gap:15px;
    margin: 10px;
    }
  .testimonial-item .agr-logo img {
    width: 100px;
      margin-top: -10px;
}
    .testimonial-item .stars {
    position: absolute;
    top: 10px;
    gap: 5px;
    right: 15px;
        font-size: 17px;
    }
    .xpandable-block > * {
    font-size: 15px;
    line-height: 1.5;
}
        .our-contacts__wrapper {
        border-radius: 10px;
        padding: 0px;
    }
    .our-contacts__wrapper .go-map .theme-btn {
    text-wrap: nowrap;
    }
    .our-contacts__wrapper .maps {
    border-radius: 10px;
    }
    .our-contacts__wrapper .contacts-block {
    border-radius: 10px;
    padding: 30px 15px;
    }
    .our-contacts__wrapper .time {
    padding: 15px 15px 15px 0px;
    }
    .our-contacts__wrapper .time .chedule {
            display: flex;
        gap: 10px;
        flex-direction: column;
}
    .footer-section {
        padding-bottom: 80px;
    }
    .footer-widgets-wrapper .row {
        flex-direction: column-reverse;
    }
        .footer-widgets-wrapper .single-footer-widget .widget-head {
        margin-bottom: 20px;
        flex-direction: column;
                    align-items: flex-start;
            gap: 10px;
    }
    .footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
        margin-top: 30px;
    }
    .footer-bottom .footer-wrapper p {
    line-height: 1.2;
    font-size: 18px;
    }
    .footer-widgets-wrapper {
    padding: 50px 0 0px;
    }
    .one-utp-item .content {
    width: 100%;
    }
    .one-utp-item .title, .one-utp-item p {
        width: 65%;
    }
    .header-2 .header-right .header-button .theme-btn {
    background-color: transparent;
    border: 1px solid var(--border);
    padding: 13px 20px;
    font-size: 15px;
    color: var(--gray)
}


.header-2 .header-right .header-button .theme-btn:hover {
    color: var(--light);
    background-color: var(--light);
}

    .offcanvas__wrapper .mob-contact-phone span{
        display: block;
        font-size: 14px;
        color: var(--gray);
        font-weight: 350;
    }
     .offcanvas__wrapper .mob-contact-phone {
        display: flex;
         flex-direction: column;
         width: 100%;
         justify-content: center;
         text-align: center;
    }
    .offcanvas__wrapper .mob-contact-phone a {
        font-size: 22px;
    }
    
    .agregator {
    padding: 20px 15px 15px;
    border-radius: 10px;

    margin: 0px;
    }
    
    .breadcrumbs .advan {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 10px;
    padding-right: 0px;
        flex-direction: column;
}
    
    .breadcrumbs .advan li {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: var(--black);
    margin-bottom: 5px;
    gap: 10px;
    align-items: center;
    display: flex;
    max-width: 100%;
    }
    .breadcrumbs .advan li .image {
    background: #fff;
    width: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 100%;
    padding: 12px;
    position: relative;
}

.soderzhanie {
    padding: 30px 15px;
    background: var(--gray-bg);
    border-radius: 10px;
    margin-bottom: 50px;
}
    .soderzhanie ul {
    column-count: 1;
    font-size: 16px;
}
    .soderzhanie ul li:last-child {
    margin-bottom: 0px;
}
    .check-list .item .title {
    display: block;
    line-height: 1.2;
    color: var(--black);
    margin-top: 0px;
    }
    
    .service .section-title-area .array-button {
    width: 100%;
        margin-top: 20px;
    }
    .gallery-item {
    display: grid;
    height: 250px;
}
.gallery-item.small .img-popup:nth-child(1), .gallery-item.small .img-popup:nth-child(2) {
    height: 125px;
}
    
.gallery-item.small .img-popup:nth-child(3) {
    grid-column: span 2;
    height: 125px;
}
    .gallery-item .img-popup {
    padding: 5px;
}
    .gallery-item .img-popup img {
        border-radius: 10px;
    }
    
    .algoritm .item {
        flex-direction: column;
        gap:0px;
    }
    .algoritm .item:first-child .title {
    margin-top: 0px;
}
    .algoritm {
background:var(--gray-bg);
padding: 30px 15px;
        border-radius: 10px;
    }
    .algoritm .item .content {
    flex: 5;
    background: transparent;
    padding:  0px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
        flex-direction: column;
}
    .algoritm .item:first-child .content {
    border-radius: 0px;
    padding-top: 0px;
}
    .algoritm .item:last-child .content {
    padding-bottom: 0px;
}
    .pok-prot-kons .content {
        padding: 30px 15px;
    }
    .pok-prot-kons .buttons-konsultation {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    padding: 0 15px;
}
    .pok-prot {
    display: flex;
        flex-direction: column;
        border-radius: 15px;
}
    .advantage-price {
    padding: 30px 15px;
    }
    .accordion.price .accordion-header .head .time-price {
        gap:20px;
    }
.accordion.price .accordion-item {
    padding: 15px;
    }
    .accordion.price .accordion-header .title {
    font-size: 17px;
    margin-bottom: 0px;
    }
    .accordion.price .accordion-button::after {
    margin-top: 0px;
        position: absolute;
        right: 0;
        top: 5px;
    }
    
    .accordion.price .accordion-item .accordion-button  .head  {
        width: 100%;
    }
    .accordion.price .accordion-item .accordion-body .price-item .title {
    font-size: 14px;
    }
    .accordion.price .accordion-item .accordion-body .price-item:not(:last-child) {
    margin-bottom: 15px;
}
    .tab-content .innere {
    background: var(--gray-bg);
    border-radius: 10px;
    padding: 30px 15px;
    }
    .konsultation { 
        height: 430px;
        margin: 20px 0px;
    }
    .konsultation .content {
    max-width: 100%;
}
    .pok-prot-kons  {
        height: auto;
    }
    .pok-prot-kons .content {
    max-width: 100%;
        
    }
    .accordion.price .accordion-header.linked .accordion-button::after {
margin-top: -25px;
}
.price-all-wrapper .accordion.price .accordion-header a.title, #accordion-price .accordion-header a.title {
    max-width: 90%;
}
 #accordion-price .mini-price .time {
    font-size: 13px;
    margin-top: -15px;
}
.price-all-wrapper .price-all-item .mini-price .time {
      font-size: 13px;
    margin-top: 0px !important;
}
    .konsultation .inner {
    max-width: 100%;
}
    .konsultation .image-item img {
    height: 260px;
        right: -10px;
}
.price-all-wrapper .accordion.price .accordion-item:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
    .service-section {
    margin-bottom: 50px;
}
    .all-services .service-item {
    padding: 30px 15px;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    border: 1px solid var(--border);
    margin-bottom: 15px;
}
    .all-services .service-item .cat-image {
        width: 70px;
        height: 70px;
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .all-services .service-item .title h2 {
        font-size: 20px;
    }
    .all-services .service-item i {
    font-size: 10px;
    }
    .all-services .service-item .desc {
        font-size: 14px;
        line-height: 1.5;
            margin-bottom: 20px;
    }
    
    .service-item .subtitle {
    font-size: 14px;
    }
    .service-item .uslugi li a {
    padding: 0px;
    margin: 6px 0px;
    font-size: 16px;
    }
    .service-item .uslugi-columns .item, .service-item .uslugi.top {
    margin-bottom: 20px;
    }
    .all-services .service-item .uslugi-columns {
    column-count: 1;
}
    .price-all-wrapper {
    padding: 30px 15px;
    border-radius: 10px;
    }
    .service .content .price-all-wrapper h2{
        font-size: 20px;
    }
    .service .content .price-all-wrapper img {
    width: 45px;
        top: -15px;
        right: 0px;
    }
    .price-all-wrapper .section-title p {
        font-size: 15px;
        line-height: 1.5
    }
    .price-all-wrapper .price-all-item .accordion.price .accordion-item .accordion-button, .price-all-wrapper .price-all-item .accordion.price .accordion-item .head {
        flex-direction: column;
            align-items: flex-start;
        gap:0px;
    }
    .price-all-wrapper .price-all-item .accordion.price .accordion-item .accordion-button .time-price, .price-all-wrapper .price-all-item .accordion.price .accordion-item .head .time-price {
   flex-direction: row;
        flex-wrap: nowrap;
        gap: 10px;
    }
    .accordion.price .accordion-header .head .time-price .price {
        font-size: 15px;
    }
    .price-all-wrapper .price-all-item .accordion.price .accordion-item .accordion-button .time-price .time, .price-all-wrapper .price-all-item .accordion.price .accordion-item .head .time-price .time {
        font-size: 15px;
    }
    .accordion.price .accordion-item .accordion-body {
        margin-top: 10px;
        padding-top: 10px;
    }
    .help-section {
    margin-top: 40px;
    }
    .help > * {
    font-size: 14px;
    }
    .help a { 
        margin-top: 10px !important; 
    display: block;
    }
      .help-section .col-lg-3.text-end {
        text-align: left !important;
          margin-top: 20px;
    }
    .child .algoritm {
            border: 1px solid var(--border);
    }
    .child .algoritm .item:first-child .content {
    border: 0px solid var(--border);
    }
    .child .algoritm .item .content {
    border-left: 0px ;
    border-right: 0px;
}
    .child .algoritm .item:last-child .content {
    border: 0px solid var(--border);
    }
    .breadcrumbs-area .breadcrumbs .dolz span {
        text-wrap:nowrap;
            max-width: 100%;
        font-size: 13px;
        padding: 2px 15px;
        border-radius: 5px;
    }
    .breadcrumbs-area .breadcrumbs.doctor ul {
        font-size: 13px;
        line-height: 1.5;
        position: relative;
    }
    .breadcrumbs-area .breadcrumbs.doctor ul li img {
    width: 20px;
    margin-right: 5px;
}

    .breadcrumbs-area .breadcrumbs.doctor .big-image {
    position: relative;
    right: 0px;
        margin-top: 0px;
}
    .breadcrumbs.doctor .bg {
    bottom: 0;
    transform: none
}
    .breadcrumbs-area .breadcrumbs .stazh {
    display: inline-flex;
    padding: 0px;
    margin: 5px 0px;
    border-radius: 10px;
    font-size: 35px;
}
    .breadcrumbs-area .breadcrumbs .stazh:before {
    font-size: 14px;
    }
    .team-about {
    padding: 30px 15px;
    background: var(--gray-bg);
    border-radius: 10px;
    }
    .team-about > * {
    font-size: 16px;
    }
    .work-item.singl {
        padding: 30px 15px;
    }
    .single-work-container {
        flex-direction: column-reverse;
    }
    .single-work-container .photos {
    width: 100%;
        flex-direction: column;
}
    .single-work-container .photos > * {
    width:100%;
    }
    .single-work-container .photos .item img {
    width: 100%;
    border-radius: 10px;
    height: 200px;
    }
    .single-work-container .before .before-single:before {
        border-radius:9px;
    }
    .single-work-container .okaz {
    width: 100%;
}
    .single-work-container .okaz .hor {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap;
    overflow: hidden;
}
    .single-work-container .okaz .hor li {
    max-width: max-content;
        margin-bottom: 5px;
    }
    .single-work-slider img {
    height: 200px;
    border-radius: 10px;
}
    .all-works .work-item {
        padding: 15px;
        border-radius: 10px;
    }
    .all-works .work-item .image-thumbnails {
    position: relative;
    bottom: 0px;
    left: 0px;
        margin-top: 5px;
}
    .all-works .work-item .image-item {
        border-radius: 10px;
        height: 200px;
    }
    .all-works .work-item .image-thumbnails .thumbnail img {
    border-radius: 5px;
    height: 55px;
    box-shadow: none;
}
    .all-works .work-item .content {
    width: 100%;
    padding: 0 ;
        margin-top: 0px;
}
    .all-works .work-item .title {
        font-size: 20px;
    }
    .all-works .work-item .bottom {
        padding: 0px;
    }
    .all-works .work-item .buttons {
        position: relative;
        padding: 0;
    }
    
    .all-works .work-item .bottom .left {
        margin-bottom: 0px;
    }
    .all-works .work-item .hei {
        height: auto;
    }
    .service .privacy p, .breadcrumbs .privacy p { 
        padding-right: 0px;
    }
    .price-all-wrapper .section-title h2 {
    font-size: 20px;
}
    .price-all-wrapper .icon {
            width: 45px;
        top: -15px;
        right: 0px;
    }
    .breadcrumbs.contacts .contacts-blok {
        flex-direction: column;
        gap:10px;
    }
    .breadcrumbs.contacts .contact-item {
    margin-bottom: 0px;

    font-size: 18px;
}
    .breadcrumbs-area .breadcrumbs.contacts .big-image {
bottom: 0;
        border-radius: 10px;
                object-fit: cover;
        max-height: 250px;
    }
    .breadcrumbs-area .breadcrumbs.contacts .buttons {
        position: relative;
        padding: 20px 0px;
    }
    .about-list {
    padding: 30px 15px;
    border-radius: 10px;
}
    .about-list .opis-about {
    font-size: 16px;
    margin: 20px 0px;
}
    .about-list .ab-list .item {
    padding: 15px;
    border-radius: 10px;
        margin-top: 20px;
        flex-direction: column;
    }
    .about-list .ab-list .item .icon {
    width: 75px;
    min-width: 75px;
    }
    .about-list .ab-list .item .title {
    font-size: 18px;
    }
    .about-list .ab-list .item .desc {
    font-size: 14px;
        font-weight: 350;
    }
    .license-sec img{
    border-radius: 10px;
}
    .license-sec {
        margin-bottom: 50px;
    }
    .dosc ul {
    column-count: 1;
}
    .dosc ul li {
        font-size: 14px;
        font-weight: 350;
    }
}
    @media (min-width: 1199px) and (max-width: 1399px ) {
    .step-by-step .step .title {
    font-size: 18px;
    }
    }