* {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    list-style: none !important;
    text-decoration: none !important;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
}

h1, h2, h3, h4, p {
margin-bottom: 0;
margin-top: 0;
}

.laoding_blog {
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 48%);
    width: 100%;
    z-index: 1000000;
    height: 100vh;
  }
  
  .dotsCss {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
  
  .dot {
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 20px;
    transform: translate(0px, -40px);
    animation: bounce 1s infinite;
  }
  
  .dot:nth-child(2) {
    animation-delay: 0.2s;
  }
  
  .dot:nth-child(3) {
    animation-delay: 0.4s;
  }
  
  @keyframes bounce {
    0% {
      transform: translate(0px, -10px);
    }
    40% {
      width: 0px;
      height: 2px;
      transform: translate(0px, 40px) scale(1.7);
    }
    100% {
      height: 20px;
      transform: translate(0px, -20px);
    }
  }
  

body {
    background: white;
    font-family: "Montserrat", sans-serif ;
}

.container {
    max-width: 1620px !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px !important;
}

/* 
    img {
    width: 100%;
    } */

p {
    margin-bottom: 12px;
}

:root {
    --design-bg: #127273;
    --nav-link: rgb(88 88 88);
    --block-bg: linear-gradient(112.57deg, #FFFFFF -27.01%, #77ABE6 210.54%);
    --title-color: rgba(119, 171, 230, 1);
    --btn-bg: rgba(119, 171, 230, 1);
    --btn-bg-hover: rgb(78, 147, 225);
    --description-color: rgba(82, 82, 82, 1);
}


.contact_wrapper{
position: fixed;
bottom: 50px;
right: 65px;
right: 20px;
display: flex;
justify-content: center;
align-items: center;
z-index: 100000;
}

.contact_btn{
    position: relative;
    cursor: pointer;
    z-index: 2;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
    overflow: hidden;
    -webkit-animation: t898__btn-pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    background: #007dab;
    color: white;
    font-size: 20px;
}

.contact_animated {
    position: absolute;
    width: 70px;
    height: 70px;
    left: -5px;
    top: -5px;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    border-radius: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    border: 3px solid #0088cc;
    animation: t898__pulsate 1s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: t898__pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0;
}

.contact_wrapper_text {
    position: absolute;
    right: 80px;
    white-space: nowrap;
    padding: 9px 13px;
    font-size: 15px;
    border-radius: 3px;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: #292929;
    color: #fff;
    opacity: .85;
    transition: all 0.1s linear;
}

.contact_wrapper_text:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    border-left-color: #292929;
}

.contact_link {
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    background: white;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tg_link {
    color: #1d98dc;
}

.ph_link {
font-size: 25px;
background: #2b8c1a;
color: white;
}

.tg_link:hover {
    color: #1d98dc;
}

.ph_link:hover {
    color: white;
}


.ph_link i {
transform: rotate(334deg);
}

.contact_link_text{
    position: absolute;
    right: 70px;
    white-space: nowrap;
    background: #fff;
    padding: 6px 9px;
    font-size: 13px;
    border-radius: 3px;
    top:30%;
    background: #292929;
    color: #fff;
    opacity: 0;
    transition: all 0.1s linear;
}

.contact_link_text:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    border-left-color: #292929
}

.contact_link:hover .contact_link_text {
    opacity: 1
}

.contact_link:hover+.contact_link_text {
    opacity: 1
}

.contact_link:hover+.contact_link_text:after {
    opacity: 1
}

@keyframes t898__btn-pulsate {
    0% {
        transform: scale(1,1)
    }

    25% {
        transform: scale(1.1,1.1)
    }

    50% {
        transform: scale(1,1)
    }
}

@keyframes t898__pulsate {
    0% {
        -webkit-transform: scale(.8,.8);
        opacity: 0
    }

    25% {
        opacity: .4
    }

    50% {
        -webkit-transform: scale(1.3,1.3);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(.8,.8);
        opacity: 0
    }
}

.contact_check {
display: none;
}

.contact_close {
    display: none;
    color: #292929;
    font-size: 25px;
}

.contact_check:checked~.contact_wrapper_text {
    opacity: 0;
    visibility: hidden
}

.contact_check:checked~a:nth-of-type(1) {
    transition: all 0.2s ease-in-out;
    transform: translate(0,-135%)
}

.contact_check:checked~a:nth-of-type(2) {
    transition: all 0.225s ease-in-out;
    transform: translate(0,-255%)
}

.contact_check:checked~a:nth-of-type(3) {
    transition: all 0.25s ease-in-out;
    transform: translate(0,-375%)
}

.contact_check:checked~a:nth-of-type(4) {
    transition: all 0.275s ease-in-out;
    transform: translate(0,-495%)
}

.contact_check:checked~a:nth-of-type(5) {
    transition: all 0.3s ease-in-out;
    transform: translate(0,-615%)
}

.contact_check:checked~a:nth-of-type(6) {
    transition: all 0.325s ease-in-out;
    transform: translate(0,-735%)
}

.contact_check:checked~a:nth-of-type(7) {
    transition: all 0.325s ease-in-out;
    transform: translate(0,-855%)
}

.contact_check:checked~a:nth-of-type(8) {
    transition: all 0.35s ease-in-out;
    transform: translate(0,-975%)
}

.contact_check:checked~a:nth-of-type(9) {
    transition: all 0.375s ease-in-out;
    transform: translate(0,-1095%)
}

.contact_check:checked~a:nth-of-type(10) {
    transition: all 0.4s ease-in-out;
    transform: translate(0,-1215%)
}

.contact_check:checked~a:nth-of-type(11) {
    transition: all 0.425s ease-in-out;
    transform: translate(0,-1335%)
}

.contact_check:checked~.contact_animated {
    display: none
}

.contact_check:checked~.contact_link {
    opacity: 1;
    visibility: visible
}

.contact_check:checked + label {
    background: #fff;
    animation: none
}

.contact_check:checked+label .contact_active {
   display: none;
}

.contact_check:checked+label .contact_close {
display: block;
}


.slick-slider>.slick-arrow {
    width: 35px !important;
    height: 35px !important;
    text-shadow: none !important;
    background: #FFF !important;
    border-radius: 3px !important;
    border: none !important;
    color: black !important;
    font-size: 16px !important;
    z-index: 100 !important;
    box-shadow: rgb(0 0 0 / 8%) 0px 6px 8px !important;
    transition: 0.2s;
}

.slick-slider>.slick-arrow:hover {
    background: var(--design-bg) !important;
    transition: 0.2s;
    color: white !important;
}

.slick-slider>.slick-arrow::before {
    content: '' !important;
}

.slick-slider>.slick-prev {
    left: -4%;
}

.slick-slider>.slick-next {
    right: -4%;
}

.slick-dots li button:before {
    content: unset !important;
}

.slick-dots li button {
    width: unset !important;
    height: unset !important;
}

.slick-slider>.slick-disabled {
    opacity: 0.5;
}

/* navbar */

.navigate {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent ;
    backdrop-filter: blur(10px);
    box-shadow: 1px 15px 102.4px 0px rgba(57, 142, 180, 0.1);
}

.navigate-burger.active {
    width: 50px;
    height: 50px;
}

.navigate-burger {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    border: none;
    background: transparent;
    display: none;
}

.navigate-burger span {
    display: block;
    width: 100%;
    height: 5px;
    background: var(--title-color);
    border-radius: 3px;
    transition: 300ms linear;
}

.navigate-burger.active span:nth-child(1){
    transform: rotate(45deg) translateX(18px) translateX(-10px) translateY(16px) translateY(-10px);
}

.navigate-burger.active span:nth-child(2){
    transform: rotate(45deg);
    background: transparent;
}

.navigate-burger.active span:nth-child(3){
    transform: rotate(-45deg) translateX(18px) translateX(-10px) translateY(-16px) translateY(10px);
}

.navigate-content {
    display: flex;
    align-items: center;
    width: 100%;
    height: 90px;
}

.navigate-left,
.navigate_list,
.navigate_list_mob {
    display: flex;
    align-items: center;
    gap: 30px;
}

.navigate-left {
    gap: 70px;
}

.navigate_mobile {
    display: none;
    margin-top: 15px;
}


.navigate_list li a,
.navigate_list_mob li a {
    color: var(--nav-link);
    border-bottom: 2px solid transparent;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    transition: 0.2s ease;
    padding-bottom: 5px;
}

.navigate_list li a:hover,
.navigate_list_mob li a:hover {
    border-bottom: 2px solid var(--nav-link);
    transition: 0.2s ease;
}

.navigate-tel-number {
    color: rgba(68, 68, 68, 1);
    font-size: 20px;
    font-weight: 600;
}

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

.navigate-logo {
    color: rgb(102, 102, 102) !important;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    font-weight: 600;
    height: 43px;
}

.navigate-logo img {
    width: 100%;
    height: 100%;
}

.navigate-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.navigate-right-telegram {
    font-size: 25px;
    color: #1187c3;
    cursor: pointer;
    padding: 10px;
    transform: scale(1.0);
    transition: 0.2s ease;
}

.navigate-right-tel {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgb(102, 102, 102);
    font-size: 16px;
    font-weight: 400;
}

.navigate-right-tel i {
    font-size: 22px;
    color: var(--design-bg);
    cursor: pointer;
}

.navigate-right-tel:hover {
    color: var(--design-bg);
}

.navigate-right-telegram:hover {
    transform: scale(1.2);
    transition: 0.2s ease;
}

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

.navigate-btn {
    max-width: 200px;
    width: 100%;
    height: 40px;
    transition: 0.2s;
    border-radius: 8px;
    background: var(--design-bg);
    border: none;
    color: white;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: 0.2s;

}

.navigate-btn:hover {
    opacity: 0.8;
    color: white;
    transition: 0.2s;
}

.login-text {
    display: block;
    text-align: end;
    width: 100%;
    margin-bottom: 15px;
    color: #1187c3;
}

.navigate-btn:nth-child(2) {
    border: 2px solid var(--design-bg);
    background: transparent;
    color: black;
}

.navigate-btn:nth-child(2):hover {
    background: var(--design-bg);
    color: white;
    color: white;
    transition: 0.2s;
}

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

.header_user_ava {
    max-width: 50px;
}

/* navbar finished */

/* header__main */

.header {
    position: relative;
    overflow: hidden;
}

.header-bg,
.header-bg2 {
    position: absolute;
    top: 0%;
    left: -15%;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.header-bg2 {
    top: -5%;
    left: unset;
    right: -91%;
}

.header-bg-img {
    max-width: 800px;
    width: 100%;
    animation: animName 7s linear infinite;
}

.header-bg2 .header-bg-img {
    max-width: 500px;
}

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

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


.header__main {
    min-height: 874px;
    background: linear-gradient(112.57deg, #FFFFFF -27.01%, #77ABE6 210.54%);
    position: relative;
    padding-top: 90px;
}

.header__main_bgImg-mcrm {
    position: absolute;
    top: 0;
    right: 0;
}

.header__main_bgImg1 {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
}

.header__main_bgImg1 {
    left: -20%;
}


.header__main_bgImg-right {
    max-width: 668px;
    width: 100%;
    object-fit: contain;
}

.header__main-content {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 10;
    padding-top: 90px;
}

.header__main-desc {
    font-size: 24px;
    font-weight: 400;
    color: var(--title-color);
    max-width: 786px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.header__main-desc-mb {
    margin-bottom: 20px !important;
}

.header__main-desc:nth-of-type(2) {
    margin-bottom: 30px !important;
}

.header__main-order {
    background: var(--title-color);
    padding: 25px 88px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 700;
    color: white;
}

.header__main-desc span {
    color: white;
}

.header__main-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cleaning_flex{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 50px;
}

.header__main-left {
    display: flex;
    margin-right: 20px;
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
}

.header__main-right {
    width: 50%;
}

.header__main-title {
    font-size: 50px;
    font-weight: 500;
    color: white;   
 
}

.header__main-title span{
    font-size: 50px;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 20px;

}

.cleaning_title, .cleaning_title span{
text-align: center;
font-size: 40px;
font-weight: 500;
color: white;  
}

.cleaning_title span {
    color: var(--title-color);

}



.header__main-text {
    font-size: 36px;
    font-weight: 400;
    color: var(--title-color);
    margin-bottom: 28px;
    line-height: 38px;
    max-width: 539px;
    width: 100%;
}

.header__main-btn {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    height: 60px;
    transition: 0.2s;
    background: var(--design-bg);
    border: none;
    border-radius: 30px;
    box-shadow: rgb(205, 135, 255) 0px 15px 50px -10px;
    color: white;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.header__main-btn:hover {
    background: var(--design-bg);
    color: white;
    transition: 0.2s;
}

.header__main-btn span {
    position: absolute;
    top: 1px;
    left: 47%;
    font-size: 12px;
    color: white;
    font-weight: 500;
}

.header__main-img {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-top: 44px;
    padding-bottom: 44px;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.cleaning_img img {
max-width: 100%;
width: 100%;
height: 100%;
}

/* header__main finished */

/* header__bottom */

.header__bottom {
    margin-top: -37px;
}

.header__bottom-item-flex {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 25px;
}

.header-blog-item {
    width: 33%;
}


.header-blog-content {
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 7px 2px;
    text-decoration: none;
    background: rgb(255, 255, 255);
    padding: 16px;
}

.header-blog-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
}



.header-blog-big>.header-blog-flex {
    align-items: unset;
}

.header-blog-img {
    margin-right: 16px;
    max-width: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.header-blog-text {
    font-size: 16px;
    font-weight: 500;
}

.header_slide_item {
    max-width: 500px;
    width: 100%;

}

.header-blog-big {
    position: relative;
    height: 250px;
    padding: 20px;
    margin: 10px;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: #127273 -1px 0px 7px 1px;

}

.header_bottom_slide .slick-dots li {
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #777777ee;
    border-radius: 50% !important;
    margin: 0 4px;
}

.header_bottom_slide .slick-dots li.slick-active {
    background: var(--design-bg) !important;
    border: 1px solid transparent !important;
}


.header-blog-info {
    width: 60%;
}


.blog-info-img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 190px;
    width: 100%;
}


.blog-info-title {
    font-size: 22px;
    font-weight: 500;
    color: rgb(0, 0, 0);
}

.blog-info-text {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: rgb(0, 0, 0);
    height: 175px;
}



.blog-link-link {
    display: block;
    max-width: 220px;
    width: 100%;
    height: 48px;
    transition: 0.2s;
    background: padding-box padding-box rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 24px;
    box-shadow: none;
    padding-right: 32px;
    padding-left: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}

.blog-link-link:hover {
    background: #DD8030;
    border: 1px solid rgba(0, 0, 0, 0.20);
    transition: 0.2s;
    color: white;
}


/* header__bottom finish*/

/* info__blog  */

.about_bottom {
margin-top: 50px;
margin-bottom: 50px;
}

.info__blog {
    position: relative;
    padding-top: 60px;
}

.our_service {
    background: #f6f6f6;
    padding-top: 50px;
    padding-bottom: 70px;
}

.info__blog .info__blog-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    min-height: 589px;
}

.about_bottom  .info__blog-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
    z-index: 10;
    max-width: 1200px;
    width: 100%;
    background: linear-gradient(112.57deg, #FFFFFF -27.01%, #77ABE6 210.54%);
    border-radius: 50px;
    margin: auto;
}

.info__blog-item {
    max-width: 853px;
    width: 100%;
}

.about_item {
max-width: 900px;
}

.info__blog-item .services_header_item {
    font-size: 30px;
    letter-spacing: .1px;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--title-color);

}

.services_header_right,
.services_header_left {
    width: 50%;
}

.info__blog-item-img {
    max-width: 400px;
    width: 100%;
    margin: auto;
}

.info__blog-item-img img {
    width: 100%;
    object-fit: contain;
}



.info__blog-wrapper p {
    display: flex;
    gap: 10px;
}

.info__blog-wrapper i {
    font-size: 30px;
    color: green;
}

#static_info {
    background: #e3f1ff;
    padding-top: 20px;
    padding-bottom: 20px;
}



.static_list,
.solutions_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
}

.solutions_list .solutions_blog {
max-width: 470px;
width: 100%;
}

.solutions_blog {
    margin-top: 25px;
}

.solutions_blog_btn_logo {
    max-width: 592px;
    width: 100%;
    height: 209px;

    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    padding: 20px 50px;
    transition: 0.2s ease;
}

.amocrm {
    background: rgb(156 179 255);
}

.mysklad {
    background: #caf1fd;
}

.cleaning {
    background: #d6fdca;
}

.mysklad:hover {
    background: #8ce4ff;
    transition: 0.2s ease;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.amocrm:hover {
    background: rgb(89 125 244);
    transition: 0.2s ease;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.cleaning:hover {
    background: #8de872;
    transition: 0.2s ease;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.solutions_blog_btn_logo img {
    max-width: 330px;
    width: 100%;
}

.cleaning img{
    max-width: 100px;
    width: 100%;
    height: 100px;
}

.solutions_text {
font-size: 28px;
font-weight: 700;
}

.solutions_item {
    position: relative;
    overflow: hidden;
    width: 32%;
    align-items: center;
    background: white;
    box-shadow: 0 4px 50px rgba(26, 50, 135, .1);
    padding: 10px;
    border-radius: 10px;
    min-height: 160px;
}

.solutions_item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.static_item_img {
    height: 300px;
    padding-bottom: 50px;
}

.static_item_img img {
    height: 100%;
}

.static_item_title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.static_item_bottom,
.solutions_item_bottom {
    position: absolute;
    bottom: -16%;
    transition: 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 10px;
    width: 100%;
}

.solutions_item_bottom {
    bottom: -70%;
}

.static_item:hover .static_item_bottom {
    bottom: 0;
    transition: 0.2s ease;
}

.solutions_item:hover .solutions_item_bottom {
    bottom: 0;
    transition: 0.2s ease;
}

.solutions_item_title {
    font-size: 30px;
    font-weight: 500;
    color: var(--title-color);

}

.solutions_item_center {
    display: flex;
    align-content: center;
    justify-content: center;
}

.solutions_item_blog {
    position: relative;
    width: 100%;
    margin-top: 10px;
    height: 100px;
}



.solutions_item_img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solutions_item_img img {
    object-fit: contain;
    transition: opacity .3s ease-in-out;
    opacity: 1;
    width: 100%;
    height: 100%;
}

/* info__blog  finish */

/* faq */

.faq {
    background: linear-gradient(112.57deg, #FFFFFF -27.01%, #77ABE6 210.54%);
    padding-top: 50px;
    padding-bottom: 50px;
}

.faq_title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    color: rgba(119, 171, 230, 1);
}

.faq_content {
    margin-top: 20px;
    margin-bottom: 20px;
}

.faq_blog {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 7px 2px;
    color: #000;
    overflow: hidden;
}

.faq_blog:not(:first-child) {
    margin-top: 15px;
}

.faq_blog_header {
    border-bottom: 1px solid rgba(119, 171, 230, 1);
    background: rgba(212, 229, 248, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 25px 100px;
    cursor: pointer;
}

.faq_blog_header div {
    pointer-events: none;
    font-size: 18px;
    font-weight: 600;
}

.faq_blog_header_text {
    font-size: 24px;
    font-weight: 600;
    color: rgba(119, 171, 230, 1);
}

.faq_blog_header_icon {
    position: relative;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 30px !important;
    color: var(--design-bg);
}

.faq_blog_header-icon i {
    transform: rotate(0deg);
    transition: all .25s;
}

.faq_blog_header.active .faq_blog_header_icon i {
    transform: rotate(180deg);
    transition: all .25s;
}

.faq_blog_dropdown {
    border-top: 0.78125px solid var(--design-bg);
    width: 100%;
    padding: 20px 0 20px;
    font-weight: 350;
    font-size: 19.1534px;
    line-height: 140%;
}

.faq_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}

.faq_header_info,
.faq_header_img {
    width: 50%;
}

.faq_header_img {
    max-width: 400px;
    width: 100%;
}

.faq_header_info {
    line-height: 150%;
    letter-spacing: -0.2px;
    color: #777777;
    font-size: 20px;
}

.faq_info {
    display: none;
    padding-top: 20px;
    padding: 25px 100px;
}

.faq_info p {
    font-size: 24px;
    font-weight: 300;
    line-height: 23.29px;
    color: rgba(119, 171, 230, 1);
    
}

.faq_info b {
    color: black;
    font-weight: 500;
}

.faq_header_drop {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: black;
    padding: 10px;
    border-top: 1px solid #c5c5c5;
}

/* faq finish */

/* footer */

.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgb(235 235 235) !important;
}

.footer__content {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.footer-item {
    width: 50%;
}

.footer-item_list {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}

.footer-item_list a:hover {
    color: black;
}

.footer-item-title {
    font-size: 20px;
    color: rgb(102, 102, 102);
    font-weight: 600;
    margin-bottom: 5px;
}

.footer-item-text, .footer-item-phone {
    font-size: 16px;
    font-weight: 400;
    color: rgba(117, 141, 158, 1);
    margin-bottom: 30px;

}

.footer-item-phone {
    display: flex;
    align-items: center;
}

.footer-item_list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-item_link {
    color: rgba(117, 141, 158, 0.7) !important;
    font-size: 16px;
    font-weight: 400;

}

.footer-item-phone i {
    font-size: 18px;
    margin-right: 5px;
}

.footer-logo {
    color: rgb(102, 102, 102) !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
}

.footer-item-phone {
    margin-top: 15px;
}

.footer-logo img {
    width: 45px;
    height: 45px;
}


/* footer finished */


/* clients */

.clients {
    height: 1630px;
    background: #FBFBFB;
    border-radius: 10px;
}

.clients__content {
    padding-top: 140px !important;
}

.clients__content-blog {
    height: 252px;
    overflow: hidden;
    transition: linear 0.2s;

}

.clients__content-blog.clients-active {
    height: 1094px;
    transition: linear 0.2s;
}



.clients__content-blog-brend {
    padding: 15px 0px;
    border-bottom: 1px solid #C1C1C1;
    display: flex;
    justify-content: space-between;
}



.clients__content-blog-img {
    max-width: 298px;
    width: 100%;
    height: 194px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clients__content-img1 {
    width: 204px;
    height: 85px;
}

.clients__content-img2 {
    width: 145px;
    height: 135px;
}

.clients__content-img3 {
    width: 261px;
    height: 51px;
}

.clients__content-blog-moreClikc {
    display: flex;
    align-items: flex-end;
}

.blog-moreClik-text {
    font-weight: 600;
    font-size: 20px;
    font-family: 'Jost';
    color: #000000;
}

.blog-moreClik-icon {
    font-size: 30px;
    transition: linear 0.2s;
}

.blog-moreClik-icon.moreClik-active {
    transform: rotate(180deg);
    transition: linear 0.2s;
}


.clients__content-blog-brend-dropInfo {
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    max-width: 600px;
}

.brend-dropInfo-title {
    font-weight: 600;
    font-size: 30px;

    color: #465DFF;
}

.brend-dropInfo-text1 {
    font-weight: 600;
    font-size: 30px;

    color: #465DFF;
    padding-top: 19px;
}

.brend-dropInfo-text2 {
    max-width: 314px;
    font-weight: normal;
    font-size: 18px;

    color: #444444;
    padding-top: 19px;
}

.brend-dropInfo-text3 {
    font-weight: 600;
    font-size: 30px;

    color: #465DFF;
    padding-top: 35px;
}

.brend-dropInfo-text4 {

    font-weight: normal;
    font-size: 18px;
    color: #444444;
    padding-top: 19px;
}

.brend-dropInfo-text5 {

    font-weight: normal;
    font-size: 18px;
    color: #444444;

}

.brend-dropInfo-text6 {
    font-weight: 600;
    font-size: 30px;

    color: #465DFF;
    padding-top: 19px;
}

.brend-dropInfo-text7 {

    font-weight: normal;
    font-size: 18px;
    color: #444444;
}

/* clients finish */

/* Program  */

.Program-banner {
    height: 438px;
}

.Program-banner-blog {
    top: -30px !important;
}

.Program {
    position: relative;
    width: 100%;
    height: 430px;
    z-index: 30;
}

.Program__content-title {
    max-width: 424px;
    width: 100%;
    padding-top: 67px;
    font-weight: 600;
    font-size: 50px;
    color: #FFFFFF;
}

.Program__content-text {
    max-width: 595px;
    width: 100%;
    font-weight: 500;
    font-size: 20px;

    color: #FFFFFF;
}


.Program__content-btn {
    max-width: 276px;
    width: 100%;
    height: 65px;
    background: #71C170;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 29px;
    border: none;
    color: white;
    font-weight: 600;
    font-size: 17px;

    transition: 0.3s;
}

.Program__content-btn:hover {
    background: #91e08f;
    transition: 0.3s;
}


/* Program__section */

.Program__section1 {
    margin-bottom: 20px;
}

.Program__section2,
.Program__section3,
.Program__section4,
.Program__section5 {
    margin-bottom: 20px;
    padding: 25px;
}

.Program__section1-content-title {

    color: #4960FF;
    font-weight: 600;
    font-size: 48px;
    text-align: center;
}

.Program__section1-content-title2 {

    color: white;
    font-weight: 600;
    font-size: 48px;
    text-align: center;
}

.Program__section1-row {
    margin-top: 70px;
}

.Program__section1-content-text {
    max-width: 765px;
    width: 100%;

    font-weight: 600;
    font-size: 25px;
    color: #5B5B5B;
    margin: auto;
    line-height: 134.02%;
}

.Program__section1-content-text2 {
    max-width: 765px;
    width: 100%;

    font-weight: 600;
    font-size: 25px;
    color: white;
    margin: auto;
    line-height: 134.02%;
}


.Program__section1-row-blog-text {
    max-width: 500px;
    width: 100%;

    font-weight: normal;
    font-size: 18px;
    color: #5B5B5B;
}

.Program__section1-row-blog-text2 {
    max-width: 500px;
    width: 100%;

    font-weight: normal;
    font-size: 18px;
    color: white;
}


.Program__section1-row-blog-img {
    max-width: 458px;
    width: 100%;
    height: 324px;

}

.Program__section1-row-blogImg {
    display: flex;
    justify-content: center;
    align-items: center;
}


.Program__section1-row-btn {
    max-width: 276px;
    width: 100%;
    height: 65px;
    background: #71C170;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 29px;
    border: none;
    color: white;
    font-weight: 600;
    font-size: 17px;
    font-family: 'Inter';
    transition: 0.3s;
    margin: auto;
    margin-top: 60px;
    transition: 0.3s;
}

.Program__section1-row-btn:hover {
    background: #91e08f;
    transition: 0.3s;
}

.Program__section2 {
    background: #4159FF;

}

.Program__section4 {
    background: #4159FF;

}

/* Program__section finish */



/* construction */

.construction {
    margin-top: 20px;
}

.construction-title {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
}

.construction-text {
    font-size: 18px;
    margin-top: 20px;
}

.construction-img {
    max-width: 1000px;
    border-radius: 20px;
    height: 470px;
    margin: auto;
}

.construction-img>img {
    height: 470px;
    border-radius: 20px;
}

.construction-img2 {
    max-width: 450px;
    border-radius: 20px;
}

.construction-img3 {
    width: 450px;
    border-radius: 20px;
    margin-right: auto;
}

.construction-img2>img,
.construction-img3>img {
    border-radius: 20px;
}

.bi-check-circle-fill {
    color: green !important;
    font-size: 14px;
}

.construction-blog {
    background: #e0dfdd;
    padding: 15px;
    border-radius: 20px;
    margin-top: 70px;
}

.construction-blog-text {
    display: flex;
    margin: auto;
    font-size: 16px;
}

.construction-function-row {
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.construction-function-col1 {
    width: 45%;
}

.construction-function-col2 {
    width: 55%;
}

.construction-function-blog {
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 10px;
}

.construction-function-text {
    font-size: 18px;
    background: #e0dfdd;
    padding: 15px;
    border-radius: 20px;
}

.function-col2-title {
    padding-bottom: 30px;
}

/* construction finish */

/* register */

.registration-content,
.lostpassword {
    position: relative;
    padding-top: 30px;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.register-bg,
.register-bg2 {
    position: absolute;
    top: 11%;
    left: 26%;
    z-index: -1;
}

.lostpassword-bg {
    top: 17%;
}

.register-bg2 {
    left: unset;
    top: 37%;
    right: 27%;
}

.register-bg2>.header-bg-img {
    max-width: 300px;
    width: 100%;
}

.lostpassword-bg2>.header-bg-img {
    max-width: 270px;
    width: 100%;
}

.register__content {
    z-index: 100;
    position: relative;
    max-width: 600px;
    width: 100%;
    margin: auto;
    background: white;
    border: 3px solid var(--design-bg);
    border-radius: 16px;
    padding: 15px;
}

.register-label {
    margin-bottom: 5px;
    font-size: 20px;
}

.g-recaptcha,
.register__content-button {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.ui-form {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    flex-direction: column;
}

.ui-form>li {
    max-width: 100%;
    width: 100%;
}

.register-btn {
    max-width: 250px;
    width: 100%;
    height: 40px;
    transition: 0.2s;
    border-radius: 8px;
    background: var(--design-bg);
    border: none;
    color: white;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: 0.2s;
    margin-top: 20px;
}

.register-check {
    max-width: 140px;
    height: 100%;
    border-radius: 0px !important;
}

.register-btn:hover {
    opacity: 0.8;
    color: white;
    transition: 0.2s;
}

.register-password-eye,
.register-password2-eye,
.login-password-eye {
    position: absolute;
    right: 12px;
    top: 5px;
    z-index: 100;
}

.register-eye-icon,
.register-eye2-icon,
.login-eye-icon {
    font-size: 25px;
    font-weight: 500;
    cursor: pointer;
}

.register-eye-noactive,
.register-eye2-noactive,
.login-eye-icon .login-eye-noactive {
    display: none;
}

.register-eye>.register-eye-acitve,
.register-eye>.register-eye2-acitve,
.login-eye>.login-eye-acitve {
    display: none;
}

.register-eye>.register-eye-noactive,
.register-eye>.register-eye2-noactive,
.login-eye>.login-eye-noactive {
    display: block;
}

.ui-dialog {
    display: none !important;
}

/* modal */

.login-content {
    border: 3px solid var(--design-bg);
    border-radius: 16px;
}

.login-header-logo {
    display: flex;
    align-items: center;
    margin: auto;
    width: 100%;
    gap: 5px;
    font-weight: 600;
    font-size: 20px;
}

.login-header-logo img {
    width: 100px;

}

.input-group {
    position: relative;
}

.register-info {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-info-content {
    max-width: 800px;
    width: 100%;
    border-radius: 16px;
    padding: 20px;
    margin: auto;
}

.register-info-content>.modal-title {
    text-align: center;
    margin-bottom: 20px;
}

.modal-body-button {
    display: flex;
    align-items: center;

}

.register-info-content>.modal-body-right-text>a,
.modal-body-button a {
    max-width: 350px;
    width: 100%;
    height: 40px;
    transition: 0.2s;
    border-radius: 8px;
    background: var(--design-bg);
    border: none;
    color: white;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-left: auto;
    transition: 0.2s;
}

.register-info-content>.modal-body-right-text>a:hover,
.modal-body-button a:hover {
    opacity: 0.8;
    color: white;
    transition: 0.2s;
}

.modal-body-button a {
    max-width: 200px;
}

.register-input-password {
    position: absolute;
    left: 0%;
    display: none;
    max-width: 350px;
    width: 100%;
    height: 100%;
    border-radius: 16px !important;

    z-index: 1000;
}

.register-input-password-list {
    height: 100%;
}

.input-password-item {
    border: 1px solid rgba(0, 0, 0, .125);
    background: white;
    padding: 5px;
    font-weight: 500;
    font-size: 14px;
    color: red;
}

#password-text3,
#password-text5 {
    color: green;
}

.register-input-password-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.form__item.error-item>.register-input {
    border: 1px solid red;
}

.form__item.error-item>.error {
    color: red;
}

.form__item.error-item>.register-password-eye,
.form__item.valid-item>.register-password-eye {
    right: 36px;
    top: 3px;
}

.form__item.error-item>.register-password2-eye,
.form__item.valid-item>.register-password2-eye {
    right: 36px;
    top: 3px;
}

.input-group>label {
    position: absolute;
    top: 100%;
    left: 50px;
}

#password1+label {
    top: 100%;
    height: 80px;
}

.register-input {
    border: 1px solid var(--design-bg);
    position: relative;
}

.register-input-icon {
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 6px;
}

.register-input-icon span:nth-child(1) {
    color: green;
}

.register-input-icon span:nth-child(2) {
    color: red;
}

.register-input-icon>span {
    display: none;
    font-size: 20px;
}

.form__item.error-item>.register-input-icon>span:nth-child(2) {
    display: block;
}

.form__item.error-item>.register-input-icon>span:nth-child(1) {
    display: none;
}

.form__item.valid-item>.register-input-icon>span:nth-child(1) {
    display: block;
}

.form__item.valid-item>.register-input-icon>span:nth-child(2) {
    display: none;
}

.input-group>span {
    background: var(--design-bg);
    color: white;
    font-size: 20px;
}

.input-group input {
    outline: none !important;
    border-left: none;
    font-size: 20px;
}

.input-group-text {
    border-radius: none !important;
}

.input-group input:focus {
    box-shadow: none !important;
    outline: none !important;
}

.login-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px !important;
}

.login-header-btn {
    position: absolute;
    top: 12px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 25px;
    color: var(--design-bg);
}

.login-button {
    display: flex;
    justify-content: flex-end;
}

/* modal finish */

/* register finish */

/* coffee */

.coffee {
    margin-top: 20px;
}

.coffee__content-title {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    margin-top: 30px;
}

.coffee__content-text {
    font-size: 18px;
    margin-bottom: 20px;
}

.coffee__content-img {
    margin: auto;
    border-radius: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: 1000px;


}

.coffee__content-img>img {
    border-radius: 20px;
}

.coffee__content-text-b {
    text-transform: uppercase;
}

.coffee-col2-img {
    max-width: 500px;
}

.coffee-col2-img>img {
    max-width: 430px;
    border-radius: 20px;
}

.coffee__content-row {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.coffee__content-col1 {
    width: 40%;
}

.coffee__content-col2 {
    width: 60%;
}

.coffee__content-row2 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-top: 50px;
}

.coffee__content2-col1 {
    width: 36%;
}

.coffee__content2-col2 {
    width: 60%;
}

.content2-col2-img {
    border-radius: 20px;
    max-width: 600px;
    margin: auto;
}

.content2-col2-img>img {
    border-radius: 20px;
}

.bi-clipboard-check {
    font-size: 22px !important;
    color: rgb(219 114 17);
}

/* coffee finish */

/* restourant */

.restourant {
    margin-top: 20px;
}

.restourant__content {
    max-width: 1000px;
    margin: auto;
}

.restourant__content-title {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    margin-top: 30px;
}

.restourant__content-img {
    margin: auto;
    border-radius: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: 1000px;
    height: 450px;
}

.restourant__content-img>img {
    border-radius: 20px;
    height: 450px;
}

.restourant__content-text {
    font-size: 18px;
    margin-bottom: 20px;
}


.restourant__content-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.restourant__content-blog-text {
    font-size: 18px;
}

.restourant__content-blog-img1 {
    border-radius: 20px;
    max-width: 1000px;
    height: 450px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.restourant__content-title2 {
    font-weight: 600;
    text-align: center;
}


.restourant__content2-blog1 {
    width: 50%;
}

.content-info-title {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.restourant__content2-blog2 {
    width: 50%;
    padding: 10px;
}

.restourant__content-blog-img1>img {
    border-radius: 20px;
    height: 450px;
}

.restourant__content-blog-img2 {
    max-width: 450px;
    border-radius: 20px;
}

.restourant__content-blog-img2>img {
    border-radius: 20px;
    height: 300px;
}




/* restourant finish*/

/* services */

.services {
    margin-top: 20px;
}

.services__content-title {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}

.services__content-text {
    font-size: 18px;
    margin-bottom: 20px;
}

.services__content-img {
    margin: auto;
    border-radius: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: 1000px;
    width: 100%;
    height: 450px;
}

.services__content-row {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.services__content-col {
    margin-bottom: 40px;
    max-width: 550px;
}

.services__content-img>img {
    height: 450px;
    border-radius: 20px;
}

.services__content-col-title {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    max-width: 284px;
    margin: auto;
    margin-bottom: 10px;
}

.services__content-col-img {
    max-width: 450px;
    width: 100%;
    margin: auto;
}

.services__content-col-img>img {
    border-radius: 20px;
    height: 350px;
}

.services__content-col-text {
    max-width: 450px;
    text-align: center;
    font-size: 18px;
    margin: auto;
}


.event__content-text2 {
    font-size: 18px;

}

.event__content-b {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
}

/* services finish */

/* event */

.event {
    margin-top: 20px;
}

.event__content-title {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}

.event__content-text {
    font-size: 18px;
    background: #d6dfe8;
    padding: 15px;
    border-radius: 20px;
}

.event__content-img {
    margin: auto;
    border-radius: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: 1000px;
    width: 100%;
    height: 450px;
}

.event__content-row {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.event__content-col {
    margin-bottom: 40px;
}

.event__content-img>img {
    height: 450px;
    border-radius: 20px;
}

.event__content-col-title {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.event__content-col-img {
    max-width: 350px;
    width: 100%;
    margin: auto;
}

.event__content-col-img>img {
    border-radius: 20px;
    height: 250px;
}

.event__content-col-text {
    max-width: 350px;
    font-size: 18px;
    margin: auto;
    margin-top: 15px;
}

/* event finish */

/* estate */

.estate {
    margin-top: 20px;
}

.estate__content-title {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}

.estate__content-text {
    font-size: 18px;
}

.estate__content-info,
.estate__content-info2,
.estate__content-info3 {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 40px;
}

.estate__content-info2 {
    align-items: center;
}

.estate__content-blog1,
.estate__content3-blog1 {
    width: 47%;
}

.estate__content-blog1-text>div {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 16px;
}

.estate__content-blog2 {
    width: 50%;
}

.estate__content3-blog2 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.estate__content-blog1-title {
    font-size: 20px;
}

.estate__content-blog2-img {
    max-width: 450px;
    border-radius: 20px;
    margin: auto;
}

.clipboard-check2 {
    font-size: 22px !important;
    color: rgb(145 144 143);
    margin-right: 10px;
}

.bi-check2-all {
    font-size: 22px !important;
    color: rgb(145 144 143);
    margin-right: 5px;
}

.estate__content2-blog2-img {
    max-width: 450px;
    border-radius: 5px;
}

.estate__content-blog2-img>img,
.estate__content2-blog2-img>img {
    border-radius: 20px;
    height: 300px;
}

.estate__content2-blog1-text {
    font-size: 18px;
    line-height: 33px;
}

/* estate finish */

/* errors_modal */

.error__height {
    display: flex;
    align-items: center;
    justify-content: center;
}

.errors_modal-dialog {
    max-width: 600px !important;
}

.errors_modal {
    background: #fff !important;
    box-shadow: 0 10px 10px rgb(1 63 102 / 10%) !important;
    border-radius: 16px !important;
}

.error__modal-close {
    cursor: pointer;
    box-shadow: none !important;
}

.errors-modal-body {
    display: flex;
    align-items: center;
    gap: 50px;
}

.modal-body-right-text {
    font-size: 20px;
    font-weight: 500;
}

.error__modal_btn {
    display: block;
    width: 150px;
    min-height: 40px;
    background: var(--design-bg);
    border: none;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: none;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error__modal_btn:hover {
    background: #a159ff;
    color: #fff;
    transition: 0.2s;
}

/* errors_modal finished */

/* steep */

.steep {
    min-height: 80vh;
    height: 100%;
}

.steep__content {
    display: flex;
    gap: 30px;
    height: 100%;
}

.steep__left {
    position: sticky;
    top: 20px;
    width: 35%;
    height: 100vh;
}

.steep__right {
    width: 100%;
}

.steep__sidebar {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    border-right: 2px solid var(--design-bg);
}

.steep__sidebar-title {
    font-size: 25px;
    font-weight: 500;
    padding-top: 20px;
    width: 90%;
    margin: auto;
    padding-left: 20px;
}

.cabinet-sidebar-blog {
    border-bottom: 5px solid transparent;
}

.steep__sidebar-link,
.steep-dropdown,
.steep__sidebar_mob_link {
    display: block;
    width: 90%;
    margin: auto;
    cursor: pointer;
    transition: 0.2s;
    font-size: 18px;
    font-weight: 500;
    color: black;

    } 
    

.steep__sidebar-link-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
}

.steep-dropdown-link {
    padding: 6px 12px;
}

.steep__sidebar-link-title {
    pointer-events: none;
    font-weight: 500px;
}

.steep__sidebar-link-icon {
    pointer-events: none;
    font-size: 20px;
    transition: 0.2s;
}

.steep__sidebar-link-dropdown {
    display: none;
}

.sidebar-link-header-active .steep__sidebar-link-icon {
    transform: rotate(180deg);
    transition: 0.2s;
}

.steep__sidebar-list {
    margin-top: 15px;
}

.steep__sidebar-dropdown-list {
    padding-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}


.steep__sidebar-dropdown-link {
    display: block;
    color: #000;
    padding: 10px;
}

.steep__sidebar-dropdown-link:hover,
.steep__sidebar_mob_link:hover {
    color: var(--design-bg);
    background: #0000000d;
}

.steep__sidebar-dropdown-link.steep__sidebar-dropdown-active {
    color: var(--design-bg);
    background: #0000000d;
}

.steep__sidebar-active {
    color: var(--design-bg);
    background: #0000000d;
}

.steep__sidebar-link:hover {
    color: var(--design-bg);
    background: #0000000d;
}

.steep__blog-content {
    padding: 20px;
    max-width: 1200px;
}

.steep__blog-text p {
    font-weight: 500px;
    font-size: 16px;
}

.steep__blog-content h5 {
    margin-top: 20px;
}

.steep__blog-button {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.steep__blog-link {
    padding: 15px 20px;
    max-width: 300px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #dadde1;
    font-size: 18px;
    font-weight: 500;
    display: inline-flex;
    align-items: end;
    justify-content: end;
    flex-direction: column;
    transition: 0.2s;
}

.steep__blog-link:hover {
    border: 1px solid var(--design-bg);
    transition: 0.2s;
}

.steep__blog-link span:nth-child(1) {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.steep__blog-link span:nth-child(2) {
    color: var(--design-bg);
    font-size: 18px;
}

.steep__blog-information,
.steep__blog-attention {
    padding: 16px;
    border-left: 5px solid #579d66;
    background: #d9ffe1;
    border-radius: 8px;
}

.steep__blog-attention {
    border-left: 5px solid rgb(254, 5, 5);
    background: #fce0de;
}

.steep__blog-information>span,
.steep__blog-attention>span {
    display: block;
    font-weight: 600;
    font-size: 16px;
}

.steep__mob {
    display: none;
}

.steep__mob_content {
    position: relative;
    display: inline-block;
}

.steep__mob_header {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--design-bg);
    border: none;
    box-shadow: rgb(215 135 255) 0px 15px 14px -10px;
    color: white;
    font-size: 18px;
    padding: 10px;
    cursor: pointer;
}

.steep__mob_link_icon i {
    font-size: 20px;
}

.steep__mob_link_icon i:nth-child(2) {
    display: none;
}

.steep__mob_dropdown {
    position: absolute;
    top: 65px;
    width: 280px;
    background: white;
    border: 1px solid var(--design-bg);
    box-shadow: rgb(215 135 255) 0px 15px 14px -10px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.steep__mob_dropdown_link {
    color: black;
}

.steep__mob_dropdown_active {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.steep__mob_header_active>.steep__mob_link_icon i:nth-child(1) {
    display: none;
}

.steep__mob_header_active>.steep__mob_link_icon i:nth-child(2) {
    display: block;
}

/* steep finished */

/* news */

/* .news_list {
    display: flex;
    justify-content: space-between;
    gap: 120px;
    margin-top: 20px;
    margin-bottom: 30px;
    } */

.news {
    background: rgba(211, 228, 247, 1);
    padding-top: 50px;
    padding-bottom: 50px;
}

.news_list .slick-list {
    padding-left: 44px !important;
    padding-right: 44px !important;
}
 
.news_blog {
    padding-top: 90px;
    min-height: 80vh;
}

.news_blog .container {
    height: 100%;
}

.news_blog_column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.news_blog_body {
    width: 70%;
}

.news_left_banner {
    position: relative;
    padding: 10px;
}

.news_left_banner>div {
    height: 100%;
}

.left_banner_stick {
    position: sticky;
    top: 30px;
}

.news_blog_item_title {
    font-size: 28px;
    font-weight: 600;
    color: black;
}

.news_blog_bottom {
    margin-top: auto;
}

.news_blog_item_img {
    max-width: 600px;
    width: 100%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
}

.news_blog_item_img img {
    border-radius: 16px;
}

.news_blog_flex {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.news_blog_item_text {
    font-size: 18px;
    margin-top: 30px;
}

.news_blog_item_text a img {
    max-width: 500px;
    width: 100%;
}

.news_blog_item_text img {
    max-width: 500px;
    width: 100%;
}

.news_blog_item_date,
.news-date {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: black;
    font-weight: 600;
}

.news_date {
    color: #000;
}

.news_blog_title {
    padding-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
    color: rgba(68, 68, 68, 1);
    text-align: center;
}

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

.news_blog_content_similar {
    display: flex;
    justify-content: space-between;
    gap: 120px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.news_card {
    max-width: 450px;
    width: 100%;
    height: 545px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 1);
}



.news_card a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.news_img {
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;   
 overflow: hidden;
}

.news_img img {
        transition: 0.2s ease;
    transform: scale(1);
}

.news_card:hover .news_img img{
transform: scale(1.1);
transition: 0.2s ease;
}
.news_img img {
    width: 100%;
    height: 100%;
}


.news_title {
    font-size: 24px;
    font-weight: 700;
    color: rgba(119, 171, 230, 1);
    max-width: 280px;
    width: 100%;
    line-height: 23.29px;
    padding-left: 20px;
    padding-top: 20px;
}


.news_text {
    color: #444444;
    font-size: 16px;
}

.news_date {
    padding-right: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    margin-top: 20px;
    color: rgba(117, 141, 158, 1);
}

.news_bottom_banner {
    margin-top: 30px;
}

.bottom_banner_img {
    max-width: 70%;
    height: 150px;
    margin: auto;
}



.bottom_banner_img img,
.left_banner_img video {
    width: 100%;
    height: 100%;
}

.left_banner_img video {
    max-width: 300px;
    width: 100%;
    height: 450px;
    border-radius: 16px;
}

.fon_bg {
    position: absolute;
    left: 0;
    top: -49px;
    z-index: -10;
    width: 100%;
}

.fon_bg img {
    width: 100%;
    height: 100%;

}

/* news finished */

/* creat */

.creat {
    min-height: 70vh;
    padding-bottom: 40px;
}

.creat_title {
    text-align: center;
    margin-top: 60px;
    font-size: 30px;
    color: black;
    line-height: 1.2em;
    font-weight: 500;

    margin-top: 30px;
    margin-bottom: 30px;
}

.creat_title span {
    color: rgb(4, 136, 4);
    font-weight: 700;
}

.creat_content {
    background: white;
}

.creat_img_list {
    position: relative;
}

.creat_img img {
    width: 100%;
}

.creat_bg {
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 0px;
    top: 0px;
    z-index: 5;
    visibility: visible;
    perspective: 601px;
}

.creat_img_list {
    display: flex;
    gap: 100px;
}

.creat_img_item:nth-child(1) {
    max-width: 30%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.creat_img_item:nth-child(2) {
    max-width: 30%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.creat_img_item:nth-child(3) {
    max-width: 30%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}

.creat_img_item:nth-child(4) {
    max-width: 30%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}


.creat_item_flex {
    position: relative;
    width: 100%;
    height: 100%;

}

/* 1 */

.creat_img_item:nth-child(1) .creat_img:nth-child(1) {
    max-width: 224px;
    width: 100%;
    height: 121px;
}

.creat_img_item:nth-child(1) .creat_img:nth-child(2) {
    max-width: 302px;
    width: 100%;
    height: 193px;
}

.creat_img_item:nth-child(1) .creat_img:nth-child(3) {
    max-width: 591px;
    width: 100%;
    height: 320px;
}

/* 1 ..... */

/* 2 */

.creat_img_item:nth-child(2) .creat_img:nth-child(1) {
    position: absolute;
    top: 0px;
    max-width: 318px;
    width: 100%;
    height: 217px;
}

.creat_img_item:nth-child(2) .creat_item_flex .creat_img:nth-child(1) {
    position: absolute;
    top: 450px;
    right: 40%;
    max-width: 231px;
    width: 100%;
    height: 286px;
}

.creat_img_item:nth-child(2) .creat_item_flex .creat_img:nth-child(2) {
    position: absolute;
    top: 23%;
    left: 9%;
    max-width: 496px;
    width: 100%;
    height: 523px;
}

.creat_img_item:nth-child(2) .creat_item_flex .creat_img:nth-child(3) {
    position: absolute;
    max-width: 555px;
    bottom: 0;
    right: -25%;
    width: 100%;
    height: 711px;
    z-index: 10;
}

.creat_img_item:nth-child(2) .creat_item_flex .creat_img:nth-child(4) {
    position: absolute;
    bottom: 30%;
    right: -25%;
    max-width: 324px;
    width: 100%;
    height: 236px;
}

/* 2 .... */

/* 3 */

.creat_img_item:nth-child(3) .creat_img:nth-child(1) {
    max-width: 319px;
    width: 100%;
    height: 215px;
}

.creat_img_item:nth-child(3) .creat_img:nth-child(2) {
    max-width: 218px;
    width: 100%;
    height: 113px;
}

.creat_img_item:nth-child(3) .creat_img:nth-child(3) {
    max-width: 270px;
    width: 100%;
    height: 334px;
}

/* 3 .... */

/* 4 */

.creat_img_item:nth-child(4) .creat_img:nth-child(1) {
    max-width: 394px;
    width: 100%;
    height: 291px;
}

.creat_img_item:nth-child(4) .creat_img:nth-child(2) {
    max-width: 427px;
    width: 100%;
    height: 462px;
}

/* 4 ..... */

.creat_img {
    width: 100%;
}


.creat_info {
    margin-top: 60px;
}

.creat_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.creat_item_left {
    width: 50%;
}

.creat_item_right {
    width: 50%;

}

.creat_item_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.creat_item_img img {
    max-width: 550px;
    width: 100%;
}

.creat_item_title {
    font-weight: 700;
    font-size: 30px;
    color: black;
    line-height: 1.2em;
    font-weight: 600;

}

.creat_item_text {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.89);
    line-height: 26px;
    max-width: 600px;
    padding-bottom: 20px;
    margin-top: 18px;


}

.creat_banner {
    padding-top: 20px;
    padding-bottom: 20px;
}

.creat_banner_flex {
    display: flex;
    align-items: center;

}

.creat_banner_left,
.creat_banner_right {
    width: 50%;
}


.creat_banner_right {
    padding: 30px;
}

.creat_banner_right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.creat_banner_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.right_clip {
    clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%);
}

.creat_banner_img img {
    max-width: 450px;
    width: 100%;
}

.creat_banner_title {
    font-weight: 700;
    color: black;
    line-height: 1.2em;
    font-weight: 500;

}

.creat_banner_free {
    color: rgb(4, 136, 4);
    font-weight: 700;
}

.masha_index {
    display: none !important;
}

.creat_banner_text {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.89);
    line-height: 26px;
    max-width: 600px;
    padding-bottom: 20px;
    margin-top: 18px;
}

.creat_banner_link {
    color: #ffffff;
    border-width: 0px;
    border-color: var(--design-bg);
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--design-bg);
    padding: 0.3em 1em;
}

.creat_banner_link:hover {
    color: white;
}

.creat_item_link {
    color: white;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 48px;
    border-radius: 15px;
    background: var(--btn-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

.creat_item_link:hover {
    background: var(--btn-bg-hover);
    color: white;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}


.creat_info_title {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: rgba(68, 68, 68, 1);
    margin-bottom: 10px;
}

#creat_item_write {
    font-weight: 700;
    font-size: 16px;
}

#creat_item_write::after,
#services_item_write::after,
#main_header_whrite::after {
    content: "|";
    animation: blink-caret 0.75s infinite;
}

@keyframes blink-caret {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.creat_info_text {
    max-width: 1145px;
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    text-align: start;
    color: var(--title-color);
    margin: 0 auto 86px;
    max-width: 1000px;
    text-align: center;
}

.creat_item_bg {
    padding: 30px;
}

.services_item_bg {
    padding: 30px;
}

.creat_bottom_bg {
    margin-bottom: 0px !important;
    width: 100%;
    max-width: 100% !important;
    text-align: left;
    margin-left: 0;
    height: 600px;
}

.creat_bottom_bg img {
    width: 100%;
    height: 100%;
}

/* creat finished */

/* services */

.services_header {
    margin: 56px 0px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.services_header_title {
    font-size: 40px;
    margin-bottom: 10px;
    max-width: 544px;
}

.services_header_text {
    margin-bottom: 20px;
}

.services_header_list {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .1px;
}

.services_header_item {
    font-size: 36px;
    letter-spacing: .1px;
    font-weight: 700;
    margin-bottom: 16px;
    color: rgba(68, 68, 68, 1);
}

.services_header_img {
    max-width: 460px;
    width: 100%;
    margin-left: auto;
}

.services_header_img img {
    border-radius: 12px;
    width: 100%;
}

/* #officially_file, #noofficially, #officially_pay, #noofficially_pay {
    display: none ;
    } */


/* services finished */

/* blog_404 */

.blog_404 {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog_404_content {
    position: relative;
    padding: 20px;
    margin: 10px;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: var(--design-bg) -1px 0px 7px 1px;
}

.blog_404_number {
    font-size: 70px;
    text-align: center;
}

.blog_404_text {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.blog_404_button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog_404_link {
    display: inline-block;
    margin: auto;
    margin-top: 20px;
    padding: 15px 10px;
    background: var(--design-bg);
    border-radius: 8px;
    color: white;
    transition: 0.2s ease;
}

.blog_404_link:hover {
    opacity: 0.8;
    color: white;
    transition: 0.2s ease;
}


/* blog_404 finished */

/* about */



.about_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    box-shadow: 0 4px 50px rgba(26, 50, 135, .1);
    height: 350px;
    overflow: hidden;
}

.blue_blog .about_flex{
    background: linear-gradient(112.57deg, #FFFFFF -27.01%, #77ABE6 210.54%);
    
}

.about_left {
    max-width: 50%;
    width: 100%;
    display: flex;
    align-items: center;

}

.about_right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.about_info_content {
    padding: 0 32px 0 104px;
}

.about_title {
color:rgba(119, 171, 230, 1);
font-size: 48px;
font-weight: 700;
margin-bottom: 0;
}

.about_text {
color: rgba(117, 141, 158, 1);
font-size: 24px;
font-weight: 400;
line-height: 23.29px;
display: flex;
align-items: center;
gap: 40px;
}

.about_price {
margin-bottom: 10px;
}

.about_text i {
font-size: 41px;
color: rgba(119, 171, 230, 1);
}

.about_blog {
    margin-top: 35px;
    margin-bottom: 35px;
}

.about_img {
    max-width: 500px;
}

.about_img img {
    height: auto;
    width: 100%;
}

.about_line {
    max-width: 306px;
    width: 100%;
    height: 3px;
    margin-bottom: 10px;
    background: var(--title-color);
    border-radius: 3px;
}

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

.about_bottom_left {
    width: 60%;
}

.about_bottom_right {
    width: 40%;
}

.about_tariffs {
    font-size: 25px;
    font-weight: 600;
}

.about_product_item {
    margin-top: 60px;
}

.is-blue {
    background-color: #f6f9ff;
    overflow: hidden;
    border-radius: 8px;
    padding: 80px 0;
}

.product_row2 {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.product_row2 {
    max-width: 1080px;
    align-items: center;
    margin: auto;
}

.product_row2_col {
    width: 47%;
}

.product_row2_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product_row {
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 20px;
    box-shadow: 0 4px 50px rgba(26, 50, 135, .1);
    padding: 30px;
}



.product_col_img {
    max-width: 200px;
    width: 100%;
}

.product_col_img img {
    width: 100%;
}

.product_col_title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.about_product_text {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 55px;
}

.product_col_text {
    margin-top: 10px;

}

.product_row2_img img {
    max-width: 600px;
    width: 100%;
}

.about_product_item .services_header_button {
    display: flex;
    justify-content: center;
}

.cleaning_button{
    display: flex;
    justify-content: center;
    justify-content: center;
    margin-bottom: 50px;
}

.product_row2_item h3 {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.cleaning_main_title {
    font-size: 32px;
    font-weight: 500;
    line-height: 31.05px;
    text-align: center;
    color: rgba(119, 171, 230, 1);   
    max-width: 1400px;
    margin: auto;   
    margin-top: 50px;
    margin-bottom: 50px;
}

.cleaning_blog {
    background: linear-gradient(112.57deg, #FFFFFF -27.01%, #77ABE6 210.54%);
    border-radius: 50px;
    box-shadow: 0 4px 50px rgba(26, 50, 135, .1);
    padding: 50px;
    margin-bottom: 50px;
}
.cleaning_item {
max-width: 964px;
width: 100%;
margin-bottom: 50px;
}

.cleaning_item:last-child {
margin-bottom: 0;
}

/* about finished */

/* site */

.site {
    min-height: 80vh;
}

.site_tabs {
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    border: 1px solid var(--design-bg);
}

.site_tabs_item {
    padding: 10px;
    cursor: pointer;
}

.site_tabs_active {
    background: var(--design-bg);
    color: white;
}

.site_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    margin-top: 30px;
}

.site_row_item {
    position: relative;
    max-width: 280px;
    width: 100%;
    box-shadow: 0 4px 50px rgba(26, 50, 135, .1);
    padding: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    cursor: pointer;
}

.site_row_title {
    text-align: center;
    font-weight: 600;
    height: 48px;
}

.site_row_img {
    height: 190px;
    margin-bottom: 10px;
}

.site_row_img img {
    height: 100%;
}

.site_row_link {
    position: absolute;
    opacity: 0;
    top: 11px;
    left: 50%;
    transform: translate(-50%, 15px);
    z-index: 1;
    max-width: 200px;
    top: 100%;
    width: 100%;
    height: 40px;
    transition: 0.2s;
    border-radius: 8px;
    background: var(--design-bg);
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
    transition: opacity .2s ease, transform .2s ease-in-out;
}

.site_row_item:hover .site_row_img {
    opacity: 0.8;
    transition: 0.2s ease;
}

.site_row_item:hover .site_row_link {
    opacity: 1;
    -webkit-transform: translate(-50%, -90px);
    -ms-transform: translate(-50%, -90px);
    transform: translate(-50%, -90px)
}

.site_row_link:hover {
    opacity: 0.8;
    color: white;
    transition: 0.2s ease;
}

.site_tabs_blog {
    display: none;
}

.dowland_button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.dowland_link {
    background: var(--design-bg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    border-radius: 8px;
}

.dowland_link:hover {
    opacity: 0.8;
    color: white;
}

.categ_content {
    min-height: 70vh;
}

.categ_flex>#dle-content {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.nds_percent_content {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nds_percent_input input {
    max-width: 100px;
    border: none;
    border-bottom: 1px solid black;
    padding: 5px;
}

.nds_percent_btn {
    margin-top: 5px;
    max-width: 100px;
    width: 100%;
    height: 40px;
    transition: 0.2s;
    background: #8187FF;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_disabled {
    opacity: 0.6;
    pointer-events: none;
}


/* site finished */

/* static page */

.crm_page_head {
    background: linear-gradient(90deg, #00C6FB 0%, #005BEA 100%);
    min-height: 376px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.crm_head_flag {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 300px;
    width: 100%;
}

.crm_head_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.crm_page_logo {
    max-width: 600px;
    width: 100%;
}

.crm_page_title {
    font-family: "Caveat", cursive;
    color: white;
    font-size: 45px;
}

.crm_page_main {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(../images/crm_bg.svg);
    background-position: 71% 30%;
    background-repeat: no-repeat;
    background-size: auto;
}

.crm_tabs {
    display: flex;
    align-items: center;
}

.crm_tabs_item {
    cursor: pointer;
    font-size: 21px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 5px 20px;
    text-align: center;
    color: #005BEA;
}

.crm_tabs_blog {
    display: none;
    margin-top: 20px;
    padding: 10px;

}

.crm_tabs_blog.active {
    display: block;
}

.crm_progress {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #eee;
    margin-top: 10px;
}

.crm_tabs_item.active .crm_progress_bar {
    transition: width 15s linear;
}

.crm_tabs_item.active:hover .crm_progress_bar {
    transition: unset !important;
}

.crm_progress_bar {
    height: 100%;
    width: 0%;
    background-color: #005BEA;
}

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

.crm_blog_item {
    width: 50%;
}

.crm_blog_img {
    max-width: 600px;
    width: 100%;
}

.crm_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.crm_blog_title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 40px;
}

.crm_info_item {
    position: relative;
    font-size: 18px;
}


.crm_faq {
    padding-top: 30px;
    padding-bottom: 30px;
}


.crm_faq_title {
    text-align: center;
    font-size: 42px;
    margin-bottom: 15px;
}

.crm_faq_text {
    text-align: center;
    font-size: 16px;
    max-width: 850px;
    margin: auto;
    line-height: 1.8;
    color: #262626;
}

.crm_faq_line {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #c1e8fb;

}

.amocrm_tariffs {
    padding-top: 50px;
}

.amocrm_tariffs {
    background: #339dc8;
}

.amocrm_tariffs_content {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    font-size: 17.5px;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 2px;
    position: relative;
}

.amo_tariffs_header {
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: space-between;
}

.amo_tariffs_header_item:nth-child(1) {
    padding: 17px 14px 17px 18px;
    min-width: 300px;
    width: calc(100% - 714px);
    background-color: #339dc8;
    padding-top: 33px;
    display: flex;
    align-items: flex-start;
}

.amo_tariffs_header_item {
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    min-width: 238px;
    flex-direction: column;
    padding: 14px 0;
    padding-top: 33px;
    text-align: center;
    position: relative;
}

.amo_tariffs_header_title {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .055em;
    text-transform: uppercase;
    font-weight: 700;
}

.amo_tariffs_header_list {
    font-weight: 500;
    letter-spacing: -.015em;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-top: 13px;
}

.amo_tariffs_header_date {
    width: max-content;
    padding: 4px 8px;
    font-weight: 500;
    color: #006592;
    border-radius: 4px;
    background-color: #ffce5a;
    margin: 0 auto 5.5px;
}

.amo_tariffs_header_newtariffs {
    font-size: 40px;
    line-height: 77px;
}

.amo_tariffs_header_newtariffs span {
    font-size: 30px;
    line-height: 35px;
}

.amo_tariffs_header_oldtariffs {
    position: relative;
    color: #a2d4e5;

    font-size: 32px;
    line-height: 37px;
}

.amo_tariffs_header_oldtariffs:before {
    content: "";
    position: absolute;
    top: 53%;
    left: 0px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    display: block;
    height: 2px;
    width: 100%;
    background-color: #fff;
}

.amo_tariffs_header_oldtariffs span {
    font-size: 21px;
    line-height: 35px;
}

.amo_tariffs_header_user,
.amo_tariffs_header_events {
    font-size: 17.5px;
    line-height: 18px;
    letter-spacing: .04em;
    font-weight: 300;
    text-align: center;
    text-transform: none;
    position: absolute;
    width: 100%;
    bottom: -41px;
    left: 0;
}

.amo_tariffs_header_events {
    bottom: -115px;
}

.amo_tariffs_header_item.bg_blue {
    border-radius: 12px 12px 0 0;
    position: relative;
    z-index: 10;
}

.bg_blue {
    background-color: rgba(0, 101, 146, .4);
}

.amo_tariffs_item_head {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 24px 30px 24px 18px;
    cursor: pointer;
    z-index: 10;
}

.amo_tariffs_item_head::before {
    content: "";
    position: absolute;
    height: 100%;
    background-color: rgba(0, 101, 146, .4);
    width: 238px;
    right: 238px;
    bottom: 0;
    z-index: -1;
}

.amo_tariffs_item_title {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
}

.amo_tariffs_item {
    position: relative;
    cursor: pointer;
    margin-bottom: 2px;
    min-height: 66px;
}

.amo_tariffs_item_head:after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: rgba(0, 109, 162, .9);
    bottom: -2px;
    border-radius: 5px;
    width: 100%;
    left: 0;
    z-index: 2;

}

.amo_tariffs_item_list {
    display: none;
}

.amo_tariffs_item.active .amo_tariffs_item_list {
    display: block;
}

.amo_tariffs_item_icon {
    transition: 0.2s ease;

}

.amo_tariffs_item.active .amo_tariffs_item_icon {
    transform: rotate(180deg);
    transition: 0.2s ease;
}

.amo_tariffs_list_item {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.tariffs_list_item_title {
    display: flex;
    align-items: center;
    padding: 17px 14px 17px 18px;
    min-width: 300px;
    width: calc(100% - 714px);
    background-color: #339dc8;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
}

.tariffs_list_item_blog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 238px;
    padding: 14px 0;
    text-align: center;
    position: relative;
    min-height: 76px;
}

.amo_tariffs_list_item:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: rgba(0, 109, 162, .6);
    bottom: -1px;
    border-radius: 5px;
    width: 100%;
    left: 0;
    z-index: 2;
}

.list_item_base_tariffs {
    font-weight: 700;
}

.bg_blue {
    background-color: rgba(0, 101, 146, .4);
}

.list_item_base_icon {
    font-size: 28px;
}

.amocrm_packages {
    max-width: 650px;
    width: 100%;
}

.amocrm_packages .amo_tariffs_item_head::before {
    content: unset;
}

.amocrm_packages {
    margin-top: 50px;
}

.amocrm_packages_title {
    line-height: 1;
    font-size: 38px;
    font-style: italic;
    font-weight: 200;
    color: #fff;
    padding-bottom: 14px;
}

.amocrm_events {
    padding-top: 30px;
    padding-bottom: 30px;
}

.amocrm_events_table .amo_tariffs_header_user,
.amo_tariffs_header_events {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .055em;
    text-transform: uppercase;
    font-weight: 700;
}



.amo_tariffs_item_text {
    margin: 0;
    line-height: 25px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding: 17px 14px 17px 18px;
}

.amocrm_conditions,
.amocrm_faq {
    padding-top: 30px;
    padding-bottom: 30px;
}

.amocrm_conditions_content {
    position: relative;
}

.amocrm_conditions_blog {
    position: relative;
    width: 100%;
    margin-top: 29px;
    padding: 37px 46px 48px;
    padding-right: 250px;
    color: #fff;
    font-size: 17.5px;
    font-weight: 300;
    line-height: 21px;
    z-index: 1;
}


.amocrm_conditions_blog::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 12px solid #007dab;
    z-index: -1;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

.amocrm_conditions_title {
    font-weight: 500;
    font-size: 56.8977px;
    line-height: 67px;
    letter-spacing: normal;
    text-transform: uppercase;
}

.amocrm_conditions_flex {
    display: flex;
    align-items: center;
    height: 29px;
    margin: 12px 0 18px;
}

.amocrm_conditions_date {
    width: max-content;
    padding: 4px 8px;
    font-weight: 500;
    color: #006592;
    border-radius: 4px;
    background-color: #ffce5a;
}

.amocrm_conditions_year {
    position: relative;
    color: #a2d4e5;
    display: inline-block;
    margin-left: 27px;
    margin-top: -3px;
    font-size: 26px;
    line-height: 30.47px;
}

.amocrm_conditions_year::before {
    content: "";
    position: absolute;
    top: 44%;
    left: -3px;
    transform: rotate(0deg);
    display: block;
    height: 2px;
    width: 106%;
    background-color: #fff;
}

.amocrm_conditions_year span {
    font-size: 22px;
}

.amocrm_conditions_price {
    font-size: 60px;
    line-height: 47px;
}

.amocrm_conditions_price span {
    font-size: 26px;
    line-height: 30.47px;
    text-transform: uppercase;
}

.amocrm_conditions_text {
    opacity: .5;
    margin-top: 9px;
}

.amocrm_conditions_list {
    opacity: .85;
    margin-top: 27px;
    line-height: 23px;
    transition: .3s;
}

.amocrm_conditions_item {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.amocrm_conditions_line {
    border: 1px solid #007dab;
    background-color: #007dab;
    margin: 15px 0;
    width: 100%;
}

.startup {
    margin-top: 29px;
}

.amocrm_conditions_bg {
    position: absolute;
    width: 100%;
    height: 915px;
    background: url(../images/conditions_bg.png) no-repeat;
    background-position-x: 87.5%;
    background-position-y: 70px;
    background-size: auto calc(100% - 12px);
    bottom: 12px;
    pointer-events: none;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 10;
    right: -10%;
}

.amocrm_buy {
    margin-top: 30px;
    padding-bottom: 60px;
}

.amocrm_buy_row {
    display: flex;
    gap: 10px;
}

.amocrm_buy_left {
    width: 50%;
}

.amocrm_buy_right {
    width: 50%;
}

.amocrm_buy_title {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 15px;
}

.amocrm_buy_item {
    margin-bottom: 15px;
}

.amocrm_faq .amo_tariffs_item_head:before {
    content: unset;
}

.amocrm_buy_drop .report-dropdown {
    max-width: 300px;
    font-size: 16px;
}

.amocrm_buy_drop_title {
    font-size: 18px;
    color: white;
    font-weight: 500;
}

.amocrm_buy_result {
    display: flex;
    align-items: end;
    gap: 10px;
}

.amocrm_result_item {
    text-align: center;
}

.amocrm_result_item_title {
    padding-bottom: 10px;
}

.amocrm_buy .amo_tariffs_item_head::before {
    content: unset;
}

.amocrm_buy .tariffs_list_item_blog {
    min-width: 200px;
}

.tariffs_list_item_blog input {
    max-width: 150px;
    width: 100%;
}

.amocrm_buy_check {
    display: flex;
    align-items: center;
    justify-content: center;
}

.amocrm_buy_check input {
    width: 20px;
    height: 20px;
}

/* static page finished */



.info__blog_title {
    font-size: 35px;
    font-weight: 500;
    color: var(--title-color);
}

.info__blog_desc {
    color: var(--description-color);
    font-size: 20px;
    font-weight: 400;
}

.info__blog-wrapper .info__blog_desc {
    margin-bottom: 20px;
}

/* news */


.newsBlock {
    min-height: 853px;
    background: var(--block-bg);
    padding: 50px 0;
}

.newsBlock__blog-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 70px;
    color: var(--title-color);
    text-align: center;
}

.newsBlock__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.newsBlock__list-item {
    background: white;
    border-radius: 50px;
    padding: 20px;
    max-width: 440px;
    width: 100%;
}

.newsBlock__list-imgBlock {
    height: 400px;
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.newsBlock__list-imgBlock img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsBlock__list-item-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 23px;
    max-width: 289px;
    width: 100%;
}

.newsBlock__list-item-date {
    color: rgba(143, 143, 143, 1);
    font-size: 16px;
    font-weight: 400;
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: 30px;
}
