h2 {
    margin: 0 0 26px;
}

h3 {
    margin-top: 30px;
}

p {
    margin: 0;
}

.tech_slogan {
    display: flex;
    /* max-width: 1000px; */
    margin: 0 auto;
    margin-top: 50px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.tech_list_ir {
    display: flex;
    /* max-width: 1000px; */
    margin: 0 auto;
    margin-top: 50px;
    flex-wrap: wrap;
    align-items: center;
}


.tech_slogan_text {
    flex: 2 400px;
    padding: 10px;
}

.tech_slogan_img_container {
    flex: 1 200px;
    padding: 10px;
}

.tech_img {
    padding: 10px;
    max-height: 300px;
}

.btn-default__new {
    margin: 0 10px;
}

.tech_button {
    display: flex;
    /* max-width: 960px; */
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: baseline;

}



.tech_phone_button {
    padding-top: 15px;
}

.tech_phone_button_hol {
    padding-top: 15px;
}


.tech_advantage_container {
    display: flex;
    /* max-width: 1000px; */
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    margin-top: 50px;
}

.tech_advantage_item {
    display: flex;
    flex: 1 200px;
    padding: 10px;
    align-self: center;
    align-items: center;
}

.tech_advantage_img {
    flex: 1 100px;
    padding: 10px;
}

.advantage_img {
    max-height: 100px;
}

.advantage_txt {
    flex: 3 200px;
    padding: 10px;
}

.tech_solution_container {
    /* max-width: 1000px; */
    margin: 0 auto;
    padding: 10px;
    margin-top: 50px;
}

.tech_solution_items {
    display: flex;
    /* max-width: 1000px; */
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}

.tech_solution_item {
    display: flex;
    align-self: center;
    align-items: center;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
    flex-direction: column;
    width: 280px;
    margin: 0 30px 30px 0;
}

.swiper-container {
    width: 100%;
}

.swiper-slide.tech_solution_item {
    height: auto;
    display: flex;
    align-self: center;
    align-items: center;
    box-shadow: none;
    flex-direction: column;
    width: 280px;
    margin: 0 30px 30px 0;
}

.swiper-slide.tech_solution_item:hover {
    color: #662d91;
}

.swiper-slide.tech_solution_item:hover {
    box-shadow: none;
}


.tech_solution_img {
    width: 100%;
    border-radius: 4px 4px 0 0;
}

div.tech_solution_img_swipe {
    width: 100%;
    border: 4px solid #b2d235;
    border-radius: 8px;
    text-align: center;
}

div.tech_solution_img_swipe:hover {
    border: 4px solid #662d91;
}

img.tech_solution_img_swipe {
    width: 100%;
}


.tech_solution_a {
    text-decoration: none;
    color:black;
}

.tech_solution_button {
    /* display: flex; */
    align-items: center;
    flex-direction: column;
    margin-bottom: 5px;
}

.tech_feature_items {
    display: flex;
    /* max-width: 1000px; */
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    margin-top: 30px;
}

.tech_feature_items,
.tech_dir_feature_items {
    margin-top: 40px;
}

.tech_feature_item {
    display: flex;
    flex: 1 200px;
    padding: 10px;
    align-items: flex-start;
    flex-direction: column;
}


.tech_feature_img {
    padding: 10px;
}


.feature_img {
    height: 100px;
    width: 100px;
}

.feature_txt {
    padding: 10px;
}


.tech_step_container {
    /* max-width: 1000px; */
    margin: 0 auto;
    padding: 10px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.tech_step_items {
    display: flex;
    /* max-width: 1000px; */
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    margin-top: 30px;
}

.tech_step_item {
    display: flex;
    flex: 1 200px;
    padding: 10px;
    align-items: flex-start;
    flex-direction: column;
}


.tech_step_number {
    padding: 10px;
}

.tech_solution_cost_title {
    padding: 10px;
    font-size: 22px;
    font-weight: 800;
}

.step_number {
    display: block;
    font-weight: 500;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #662e91;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
}

.step_txt {
    padding: 10px;
}


.tech_txt_selected {
    color: #662e91;
}

.tech_dir_solution_item {
    display: flex;
    align-self: center;
    align-items: center;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
    flex-direction: column;
    margin: 0 30px 30px 0;
}


.tech_dir_solution_items {
    display: flex;
    /* max-width: 1000px; */
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.tech_dir_solution_item_left {
    display: flex;
    flex: 1 200px;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 5px;
	justify-content: space-between;
}

.tech_dir_free_txt {
    font-weight: 600;
    margin: 10px 0 10px 0;
    background-color: yellow;
    padding: 10px;
}

.tech_dir_solution_item_right {
    display: flex;
    flex: 1 200px;
    flex-direction: column;
    padding: 20px;
}

.tech_dir_slogan_img_container {
    flex: 1 200px;
    padding: 10px;
}

.tech_dir_img {
    max-width: 340px;
}

.tech_dir_button {
    display: flex;
    max-width: 960px;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
}

.tech_dir_solution_item_right_mini {
    display: flex;
    align-items: center;
    padding: 10px;
}

.tech_dir_solution_item_right_mini_img {
    display: flex;
}

.tech_dir_solution_item_right_mini_txt {
    display: flex;
    margin-left: 20px;
}
    
a,
.noborder {
    border-bottom: 0px;
}

.tech_h4 {
    margin: 20px 0 26px;
    line-height: 1;
}

#container_sh>div {
    display: none;
}

#list_sh>li {
    cursor: pointer;
    padding: 0;
    z-index: 2;
}

#list_sh>li:before {
    display: none;
}

.list_sh {
    display:flex;
    flex-wrap: wrap;
    margin-left: 20px;
    margin-bottom: -4px;
}

.list_ir {
    display: flex;
    flex-wrap: wrap;
}

.button_sh {
    border: 4px solid #dddfe4;
    background-color: white ;
    padding: 15px 15px 10px 15px;
    font-size: 24px;
    font-weight: 600;
    margin: 7px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

.button_sh_active {
    border: 4px solid #8f48c6;
    color: #8f48c6;
    /* box-shadow: 0 4px 16px rgb(102 45 145 / 70%); */
}

.button_ir {
    border: 4px solid #dddfe4;
    background-color: white;
    padding: 10px;
    font-size: 24px;
    font-weight: 600;
    margin: 7px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

.button_ir:hover {
    border: 4px solid #8f48c6;
    color: #8f48c6;
    box-shadow: 0 4px 12px rgb(102 45 145 / 60%);
}

.button_ir:focus {
    border: 4px solid #8f48c6;
    color: #8f48c6;
    /* box-shadow: 0 4px 16px rgb(102 45 145 / 70%); */
}

.button_ir_active {
    border: 4px solid #8f48c6;
    color: #8f48c6;
    /* box-shadow: 0 4px 16px rgb(102 45 145 / 70%); */
}

.button_ir:hover {
    border: 4px solid #8f48c6;
    color: #8f48c6;
    box-shadow: 0 4px 12px rgb(102 45 145 / 60%);
}

.button_ir:focus {
    border: 4px solid #8f48c6;
    color: #8f48c6;
    /* box-shadow: 0 4px 16px rgb(102 45 145 / 70%); */
}

.button_ir_active {
    border: 4px solid #8f48c6;
    color: #8f48c6;
    /* box-shadow: 0 4px 16px rgb(102 45 145 / 70%); */
}

.tech_step_container_sh {
    /* max-width: 1000px; */
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.tech_feature_items_sh {
    display: flex;
    /* max-width: 1000px; */
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    border: 4px solid #8f48c6;
    border-radius: 5px;
}

.tech_feature_items_sh_relative {
    display: flex;
    /* max-width: 1000px; */
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    border: 4px solid #8f48c6;
    border-radius: 5px;
    position: absolute;
    border-bottom: none;
}

.tech_dir_slogan_img_container_sh {
    flex: 1 300px;
    padding: 10px;
}

.tech_slogan_text_sh {
    flex: 1 300px;
    padding: 10px;
}

.img_sh {
    width: 100%;
    cursor: pointer;
}

.btn-default__new {
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    margin: 10px 5px 0 0;
}

.img_container_sh_low {
    z-index: 0;
}

.img_container_sh {
    z-index: 1;
}

.container_sh_relative {
    position: relative;
    margin: 20px auto 40px;
    max-width: 1000px;
}

/*-----Portfolio--------*/
.portfolio {
    box-sizing: border-box;
    position: relative;
}

.portfolio__title {
    margin: 0;
    font-size: 36px;
    color: #662d91;
    text-align: center;
    text-transform: uppercase;
}

.portfolio-slider__wrapper {
    position: relative;
    padding: 0 55px;
}

.portfolio-slider {
    max-width: 1055px;
    margin: 0 auto;
    box-shadow: inset 0 0 25px 9px #FFF;
}

.portfolio-slider__slides {
    padding: 45px 0;
    display: flex;
    transition: all 0.5s ease;
}

.portfolio-slider__slide {
    margin: 0 35px;
    padding: 50px 65px;
    border: 2px solid #662d91;
    border-radius: 20px;
    box-shadow: 7px 7px 24px -4px #662d91;
    box-sizing: border-box;
}

.slide__top {
    display: flex;
    flex-flow: row wrap;
    align-items: end;
    gap: 40px;
    margin-bottom: 35px;
    color: #662d91;
}

.slide__image-wrap {
    width: 380px;
    height: 215px;
    border: 2px solid #662d91;
    border-radius: 10px;
    background-color: #dec1f5;
    box-shadow: 4px 3px 16px -5px #662d91;
    overflow: hidden;
    box-sizing: border-box;
}

.slide__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide__description {
    text-transform: uppercase;
}

.slide__title {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 900;
}

.slide__text {
    padding-bottom: 18px;
    font-size: 20px;
}

.slide__description span {
    font-weight: 700;
}

.slide__preview {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}

.slide__preview-wrap {
    width: 120px;
    height: 120px;
    border: 1px solid #662d91;
    border-radius: 7px;
    background-color: #dec1f5;
    box-shadow: 4px 2px 14px -5px #662d91;
    overflow: hidden;
    box-sizing: border-box;
}

.controls__slider {
    position: absolute;
    width: 55px;
    height: 100px;
    padding: 0px;
    top: calc(50% - 50px);
    border: none;
    background: none;
    cursor: pointer;
}

.controls__slider {
    opacity:.3;
    transition: opacity .3s;
}

.controls__slider:hover {
    opacity: .4;
}

.controls__slider:active {
    opacity: .7;
}

.controls__prev-button,
.controls__modal-prev-button {
    left: 0;
    margin-left: 15px;
}

.slider-button__svg {
    fill: #662d91;
}

#prev-button {
    transform: rotateZ(180deg);
}

.controls__next-button,
.controls__modal-next-button {
    right: 0;
    margin-right: 15px;
}
/*----------Popup-------------*/
.popup-tech {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #070820e8;
    z-index: 1000;
}

.popup-tech-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 23px;
    font-size: 30px;
    cursor: pointer;
    color: #b1d3e4;
    transition: opacity .3s ease;
}

.popup-tech-close:hover {
    opacity: .5;
}

.slider-modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    max-width: 80%;
    box-sizing: border-box;
}
/*----------Popup End----------*/
/*-----Portfolio End--------*/

/*----------Price-----------*/

.heating-price {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    box-sizing: border-box;
}

.heating-price__title {
    margin: 0 0 35px;
    font-size: 36px;
    color: #662d91;
    text-transform: uppercase;
}

.heating-price__inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));   
    gap: 30px 40px;
    position: relative;
}

.card-pice {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}

.card__header {
    margin: 0 0 30px;
}

.card__title {
    margin: 0;
    padding: 1rem 1.2rem;
    border-radius: 8px;
    background-color: #662d91;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.card__inner {
    height: 86%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 20px;
    border: 1px solid #662d91;
    border-radius: 10px;
    box-shadow: 4px 2px 17px 2px #662d91;
    color: #662d91;
    text-align: center;
    box-sizing: border-box;
}

.card__body {
    margin-bottom: 15px;
}

.card__body ul li::before {
    display: none;
}

.card__list {
    margin: 0;
    padding: 0;
    font-weight: 500;
    list-style-type: none;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

.card__list-item {
    margin-bottom: 20px;
    padding: 0.7rem 1.5rem;
    border: 1px solid #662d91;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.card__list-item:hover {
    box-shadow: 2px 4px 5px 1px #662d91;
}

.card__list-item_accent {
    background-color: #662d91;
    box-shadow: 5px 5px 10px 0px #662d91;
    color: #fff;
}

.card__list-item_accent:hover {
    text-shadow: 1px 0px 0px #FFF;
}

.card__list-item_accent-font {
    font-weight: 600;
}

.card__footer {
    padding: 0.6rem 1.5rem;
    border: 2px solid #662d91;
    border-radius: 8px;
    box-shadow: inset 0px 1px 6px -2px #662d91,
                0px 3px 8px -2px #662d91;
}

.card__pice {
    font-size: 22px;
    font-weight: 600;
}

/*-------------Drop-----------------*/
.card__list-drop {
    max-height: 0;
    margin-top: 0;
    padding-bottom: 0;
	opacity: 0;
	overflow: hidden;
	will-change: max-height;
	transition: all 0.3s ease-out;
	box-sizing: content-box;
}

.card__list-drop span {
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    line-height: 1.3;
}

.drop-active .card__list-drop {
    margin-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
}
/*-------------Drop End-----------------*/

/* --------------PRICE Modal-----------*/
.card-pice__modal {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    z-index: 1000;
}

.card-modal__close {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: end;
    color: #662d91;
    cursor: pointer;
}

.card-modal__close span {
    display: block;
    font-size: 21px;
    padding: 9px 16px;
}

.modal-description {
    position: relative;
    display: block;
    max-width: 450px;
    padding: 35px 20px 30px;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 4px 4px 16px 1px #662d91;
    text-align: center;
}

.modal-description_center{
    position: relative;
}

.modal-description_center::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 42px solid#FFF;
    border-right: 137px solid transparent;
    left: 157px;
    bottom: -28px;
    transform: rotateY(180deg);
    z-index: 10;
}

.modal-description_center::after {
    position: absolute;
    content: '';
    width: 47px;
    height: 2px;
    background-color: #662d917a;
    left: 239px;
    bottom: -16px;
    box-shadow: 1px -3px 16px 5px #662d91;
    transform: rotateZ(18deg);
    z-index: 0;
}

.modal-description__text {
    font-size: 18px;
    color: #662d91;
}
/*-----------------PRICE Modal End--------------------*/
/*----------Price End-------------------*/
.gallery-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.image-wrap {
    display: block;
    max-width: 300px;
    height: 200px;
}

.image-wrap img {
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1184px) {
    .slide__top {
        align-items: center;
        justify-content: center;
    }
    .slide__preview {
        justify-content: space-between;
    }
    .slide__title {
        text-align: center;
    }
}

@media (max-width: 1013px) {
    .slide__preview {
        justify-content: space-around;
    }
}

@media (max-width: 880px) {
    .card__inner {
        height: 100%;
    }
}

@media (max-width: 820px) {
    .card-pice:last-child {
        grid-column: 1 /-1;
    }
}

@media (max-width: 713px) {
    .portfolio-slider__slide {
        padding: 25px 35px;
    }
}

@media (max-width: 700px) {
    .heating-price__inner {
        grid-template-columns: 1fr;
        gap: 50px
    }
}

@media (max-width: 690px) {
    .controls__next-button,
    .controls__prev-button {
        display: none;
    }
    .portfolio-slider__wrapper {
        padding: 0;
    }
}

@media (max-width: 600px) {

    .button_ir {
        font-size: 15px;
    }

    .list_sh {
        justify-content: center;
        margin-left: 0;
    }

    .button_sh {
        font-size: 18px;
        padding: 10px;
    }

    .btn-default__new {
        font-size: 18px;
    }

    .tech_dir_solution_item_right {
        padding: 0;
    }

    .tech_dir_solution_item_right_mini_img > a > img {
    width: 170px;
    }

    .list_ir {
        justify-content: center;
    }

    .button.button_medium.button_color-a {
        font-size: 12px;
    }

    .step_txt {
        flex: 3 200px;
    }

    .tech_step_item {
        flex-direction: row;
    }

    .tech_feature_img {
        flex: 1 100px;
    }

    .feature_txt {
        flex: 3 200px;
    }

    .tech_feature_item {
        flex-direction: row;
    }

    .tech_solution_item {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .tech_solution_item {
        width: 450px;
    }

}

@media (max-width: 523px) {
    .slide__image-wrap {
        width: 280px;
        height: 180px;
    }
    .slide__title {
        font-size: 20px;
    }
    .slide__text {
        padding-bottom: 14px;
        font-size: 16px;
    }
    .portfolio-slider__slide {
        padding: 20px;
    }
}

.tech_dir_free_txt {
    font-size: 12px;
}