* {
    padding: 0;
    margin: 0;
}

ul {
    padding: 0px 20px 0px 20px;
}

textarea {
    resize: none !important;
}

a{
    color: #E64ACF;
}
a:hover{
    color: #333;
}

/*Обнуление*/
/* Шрифты */
@font-face {
    font-weight: 400;
    font-family: 'Raleway';
    src: url(../font/Raleway-Regular.woff2);
	font-display: swap;

}

@font-face {
    font-weight: 700;
    font-family: 'Raleway';
    src: url(../font/Raleway-Bold.woff2);
font-display: swap;

}


@font-face {
    font-weight: 500;
    font-family: 'Raleway';
    src: url(../font/Raleway-Medium.woff2);
font-display: swap;

}


@font-face {
    font-weight: 400;
    font-family: 'Montserrat';
    src: url(../font/Montserrat-Regular.woff2);
font-display: swap;
}

@font-face {
    font-weight: 700;
    font-family: 'Montserrat';
    src: url(../font/Montserrat-Bold.woff2);
font-display: swap;
}


@font-face {
    font-weight: 500;
    font-family: 'Montserrat';
    src: url(../font/Montserrat-Medium.woff2);
font-display: swap;
}

/* -------- */

body {
    font-family: 'Raleway', sans-serif !important;
    color: #108292;
    background: #f4f5f5 !important;
    overflow-x: hidden;
    text-size-adjust: 100%;
}


.wrapper-info-create-price .wrapper-right-info-create-price .wrapper-right-content .wrapper-text .mobile {
    display: none;
}


.wrapper-item-header:nth-child(1) img {
    position: relative;
    z-index: -1 !important;
}

.wrapper-item-shema:nth-child(1) .wrapper-top-icon .wrapper-icon {
    position: relative;
    width: 94px;
    height: 97px;
}

.wrapper-item-shema:nth-child(1) .wrapper-top-icon .wrapper-icon:nth-child(1) img {
    position: absolute;
    top: 25%;
}



.wrapper-our-works {
    margin-top: 140px;
}

.wrapper-our-works .wrapper-content-our-works {
    margin-top: 50px;
    position: relative;
}

.wrapper-our-works .wrapper-content-our-works .wrapper-img {
    transition: all .3s;
    margin-right: 0px;
    border-radius: 25px;
    position: relative;
}

.wrapper-our-works .wrapper-content-our-works .wrapper-img .zoom-icon {
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 10;
    opacity: 0;
    width: 40px;
}

.wrapper-our-works .wrapper-content-our-works .wrapper-img img {
    width: 100%;
    border-radius: 20px;
}

.wrapper-our-works .wrapper-content-our-works .wrapper-img:hover {
    cursor: pointer;
    background: #000;
    transition: all .3s;
}

.wrapper-our-works .wrapper-content-our-works .wrapper-img:hover img {
    opacity: 0.6;
}

.wrapper-our-works .wrapper-content-our-works .wrapper-img:hover .zoom-icon {
    opacity: 1;
}

.wrapper-our-advantages .wrapper-content .wrapper-item .wrapper-main-item .wrapper-desk span {
    line-height: 5px;
}


.wrapper-item-header {
    position: relative;
}

.wrapper-item-header:before {
    content: '';
    position: absolute;
    border-right: 2px solid #EFEFEF;
    width: 10px;
    top: 0;
    height: 100%;
    right: -30px;
}

.wrapper-item-header:last-child:before {
    border-right: none;
}


.wrapper-item-header .wrapper-address p {
    margin-bottom: 0px;
}

.wrapper-content {

}

.wrapper-line-title-line hr {
    margin-bottom: 0px;
}


.breadcrumbs {
    font-size: 12px;
    margin: 0 0 40px 0;
    color: #333;
}
.breadcrumbs ul{
    margin: 0;
}
.breadcrumbs ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.breadcrumbs ul li:after{
    content: "»";
    margin: 0 5px;
}
.breadcrumbs ul li:last-child:after{
    display: none;
}
.breadcrumbs a {
    color: #717171;
    text-decoration: none;
}
.breadcrumbs a:hover {
    color: #E64ACF;
}




/*Шапка сайта */

p {
    margin-bottom: 0px;
}
.header {
    background: #f4f5f5;
    padding-bottom: 40px;
}

.wrapper-item-header {
    display: flex;
    align-items: center;
}

.wrapper-header-top {
    display: flex;
    justify-content: space-between;
    gap: 70px;
    padding: 20px 0px;
}

.wrapper-item-header .wrapper-address {
    display: flex;
    align-items: center;
}

.wrapper-item-header .wrapper-address p {
    font-weight: 500;
    line-height: 24px;
}

.wrapper-contacts {
    display: flex;
}

.wrapper-contacts .wrapper-icons-social {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.wrapper-contacts .wrapper-icons-social .wrapper-top {
    display: flex;
    justify-content: end;
}

.wrapper-contacts .wrapper-icons-social .wrapper-bottom {
    display: flex;
    gap: 10px;
}

.wrapper-contacts .wrapper-numbers {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.wrapper-contacts .wrapper-numbers a {
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
}

.wrapper-item-header .wrapper-mail-work-schedule {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.wrapper-item-header .wrapper-mail-work-schedule .wrapper-mail a {
    color: #333333;
    font-weight: 500;
}

.wrapper-item-header .wrapper-mail-work-schedule .wrapper-work-schedule span {
    color: #ACACAC;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
}


.wrapper-item-header .wrapper-button-order {
    display: flex;
    gap: 10px;
    background: #E64ACF;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    border: 2px solid rgba(230, 74, 207, 0.2);
    transition: all .3s;

}

.wrapper-item-header .wrapper-button-order #mail-icons-hover {
    position: absolute;
    opacity: 0;
    transition: all .3s;
}


.wrapper-item-header .wrapper-button-order #mail-icon-header-button {
    transition:  all .3s;
}

.wrapper-item-header .wrapper-button-order:hover {
    cursor: pointer;
    border: 2px solid rgba(230, 74, 207, 0.2);
    background: #fff;
    color: #E64ACF;
    transition: all .3s;
}

.wrapper-item-header .wrapper-button-order:hover #mail-icon-header-button {
    position: absolute;
    opacity: 0;
    transition:  all .3s;
}



/*  */

a {
    transition: all .3s;
}

a:hover {
    transition: all .3s;
    color: #E64ACF;
}

/* ====== */


.wrapper-item-header .wrapper-button-order:hover #mail-icons-hover {
    position: static;
    opacity: 1;
    transition: all .3s;
}


.wrapper-item-header .wrapper-button-order span {
    font-weight: 500;
}


.wrapper-header-bottom {
    display: flex;
    justify-content: space-between;
    background: #626262;
    border-radius: 30px;

}

.wrapper-header-bottom .wrapper-menu {
    display: flex;
    gap: 40px;
    margin-left: 40px;
}

.wrapper-header-bottom .wrapper-menu .wrapper-item-menu {
    padding: 10px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
}

.wrapper-header-bottom .wrapper-menu .wrapper-item-menu:hover {
    background: #f4f5f5;
    transition: all 0.3s;
    cursor: pointer;
}

.wrapper-header-bottom .wrapper-menu .wrapper-item-menu:hover a {
    color: #626262;
}


.wrapper-header-bottom .wrapper-menu .wrapper-item-menu a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none
}

.wrapper-header-bottom .wrapper-search .search-input {
    padding: 15px 20px;
    outline: none;
    border: 2px solid #626262;
    width: 300px;
    border-radius: 30px;
    background-image: url(../images/icons/search-1.svg);
    height: 100%;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;

}


.wrapper-mobile-search .wrapper-search .search-input {
    display: none;
    padding: 10px 20px;
    outline: none;
    border: 1px solid #626262;
    width: 100%;
    border-radius: 25px;
    background-image: url(../images/icons/search-1.svg);
    height: 100%;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    margin-top: 10px;

}



/*===================================*/


/* Слайдер */

.wrapper-slider {
    position: relative;
}

.swiper-button-prev:after {
    content: '' !important;
}

.swiper-button-next:after {
    content: '' !important;
}

.wrapper-content-slider {
    display: flex;
    position: relative;
}

.swiper-slide {
    width: 100%;
    border-radius: 20px;
}


.wrapper-button-slide {
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.button-prev-slide {
    left: -50px !important;
}

.button-next-slide {
    right: -50px !important;
    transform: rotate(180deg);
}


/* ============ */


.wrapper-header {
    position: relative;
    display: flex;

}

.line-bottom {
    border-bottom: 10px solid #108292;
}

.wrapper-logo img {
    /*background: #f4f5f5;*/
    height: 100%;
    width: 100%;
}


.wrapper-nav-menu {
    padding: 30px 0 0 0px;
    width: 100%;
}

.wrapper-info {
    display: flex;
    font-size: 20px;

}

.list-page
{
    margin-top: 45px;
}

.wrapper-info div span {
    font-weight: bold;
    font-size: 20px;
}

.wrapper-info div img {
    width: 20px;
}

.wrapper-city {
    padding-right: 20px;
    padding-left: 20px;
}


.wrapper-phone {
    display: flex;
    align-items: end;
}

.wrapper-numbers {
    padding-left: 10px;
}

.wrapper-nav-menu-items {
    display: flex;
    background: #E64AD0;
    box-shadow: 0px 20px 15px 0px white inset;
}

.wrapper-nav-menu-items a {
    text-decoration: none;
}

.wrapper-item-nav-menu {
    padding: 60px 30px 0 30px;

}

.wrapper-item-nav-menu span {
    font-size: 22px;
    color: white;
    display: block;
    padding-bottom: 5px;
    cursor: pointer;
    transition: all .3s;
}

.wrapper-item-nav-menu:hover {
    background: #108292;
    transition: all .3s;
    box-shadow: 0px 15px 10px 0px white inset;
    cursor: pointer;
}


/* Что мы можем*/
.wrapper-what-we-can-do {
    margin-top: 140px;
}

.wrapper-title-line {
    display: flex;
    gap: 20px;
}

.wrapper-title-line span {
    font-weight: 700;
    font-size: 44px;
    width: 30%;

}

.wrapper-line-title-line {
    width: 70%;
    display: flex;
    align-items: center;
    position: relative;
}

.wrapper-line-title-line hr {
    width: 100%;
    height: 3px;
    /*color: #108292;*/
    color: #82bbc3;
    opacity: 1.0;
	transition: all .3s ease-in-out;
}

.wrapper-line-title-line:hover hr {
    opacity: 0.5;
}

.wrapper-line-title-line:before {
    content: url("../images/icons/ellipse-2.svg");
    position: absolute;
    z-index: 3;

}


.wrapper-blocks-info {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    gap: 50px;
    margin-top: 40px;
}
.wrapper-content .wrapper-blocks-info{
    margin-bottom: 60px;
}

.wrapper-item-blocks-info {
	flex: 1 1 auto;
    width: 20%;
    /* width: 30%; */
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    border-radius: 25px;
    background: linear-gradient(65.64deg, rgba(138, 245, 243, 0.2) 0%, rgba(230, 74, 207, 0.2) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
    border: 4px solid rgba(255, 255, 255, 0.5);
    color: #212529;
}
.chevrones_wrapper {
	justify-content: center;
	display: flex;
    gap: 24px;
    flex-wrap: wrap;
	background: rgba(230, 74, 207, 0.04);
    border-radius: 25px;
    padding: 40px;
    margin-top: 30px;
}
.chevrones_card {
	flex: 1 1 240px;
	max-width: 240px;
}
.chevrones_card img {
	width: 100%;
}
.wrapper-item-blocks-info:hover{
    color: #E64ACF;
}

.wrapper-main-item-blocks-info {
    padding: 30px 25px 20px 25px;
    border-radius: 20px;

}

.wrapper-item-blocks-info .wrapper-img {
    display: flex;
    justify-content: center;
}

.wrapper-item-blocks-info .wrapper-img img {
    width: 120px;
}

.wrapper-item-blocks-info .wrapper-desk {
    margin-top: 15px;
    text-align: center;
}




.wrapper-item-blocks-info .wrapper-desk span {
    font-weight: 500;
    font-size: 24px;
    display: flex;
    justify-content: center;
}





/* ====== */



/* Информация о компании блок */


.wrapper-info-company {
    display: flex;
    justify-content: space-between;
    margin-top: 140px;
}

.wrapper-left-info-company {
    width: 50%;
}

.wrapper-title {
    margin-bottom: 30px;
}

.wrapper-title span {
    font-size: 44px;
    font-weight: bold;
    color: #333333;
}
.wrapper-info-company .wrapper-title span{
    color: #108292;
}

.wrapper-left-info-company .wrapper-content {

}

.wrapper-left-info-company .wrapper-content p, .wrapper-left-info-company .wrapper-content span {
    font-weight: 500;
    font-size: 15px;
}

.wrapper-list {

}

.wrapper-item-list {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
}

.wrapper-item-list .wrapper-icons {
    display: flex;
    align-items: start;
    margin-top: 5px;
}


.wrapper-button {
    display: flex;
}

.wrapper-main-button {
    padding: 10px 40px 10px 40px;
    border: 2px solid rgba(230, 74, 207, 0.2);
    border-radius: 25px;
    color: rgba(230, 74, 207, 1);
    cursor: pointer;
    transition: all .3s;
}

.wrapper-main-button:hover {
    transition: all .3s;
    background: #E64ACF;
    color: #fff;
}

.wrapper-main-button:hover img {
    filter: brightness(10);
}

.wrapper-button .wrapper-main-button span {
    padding-right: 10px;
}

.wrapper-right-info-company {
    display: flex;
    justify-content: center;
    width: 50%;
    position: relative;
}


.wrapper-right-info-company .wrapper-img img {
    width: 324px;
    height: 270px;
    border-radius: 25px;
}

.wrapper-right-info-company .img1 {
    transform: translate(0px, 120px);
    z-index: 2
}

.wrapper-right-info-company .img2 {
    transform: translate(200px, 0px);
    z-index: 1;
}

.wrapper-right-info-company .img3 {
    transform: translate(120px, 270px);
    z-index: 3;
}



.wrapper-right-info-company .wrapper-img {
    position: absolute;
}


/*==========*/


/* Схема работы с нами */

.wrapper-shema-work-for-we {
    margin-top: 140px;
}

.wrapper-shema-work-for-we .wrapper-title-line span {
    width: 50%;
}



.wrapper-items-shema {
    display: flex;
    gap: 20px;
    margin-top: 50px;
}

.wrapper-items-shema .wrapper-item-shema {
    width: 20%;
}

.wrapper-item-shema .wrapper-top-icon {
    display: flex;
    justify-content: center;
    position: relative;
}

.wrapper-item-shema .wrapper-top-icon .arrow-shema-separator {
    position: absolute;
    right: -25px;
    top: 40%;
}

.icon-top-item-shema-img {
    width: 50px;
    height: 53px;
}

.wrapper-item-shema .wrapper-top-icon .wrapper-icon {
    border: 2px solid rgba(16, 130, 146, 0.1);
    padding: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-item-shema .wrapper-block-content {
    border: 1px solid #108292;
    border-radius: 20px;
    margin-top: 20px;
    height: 70%;
}

.wrapper-item-shema .wrapper-block-content .wrapper-top-title {
    background: #108292;
    padding: 10px 20px 10px 20px;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
}

.wrapper-item-shema .wrapper-block-content .wrapper-top-title span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.wrapper-item-shema .wrapper-block-content .wrapper-content-block-item-shema {
    padding: 20px;
    font-weight: 500;
    font-size: 14px;
}


.wrapper-sub-content-shema {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    margin-top: 60px;
}

.wrapper-sub-content-shema .wrapper-text-sub-content-shema {
    text-align: center;
}

.wrapper-sub-content-shema .wrapper-text-sub-content-shema span {
    font-weight: 500;
    font-size: 15px;
}

.wrapper-sub-content-shema .wrapper-button-sub-content-shema {
    display: flex;
    justify-content: center;
}


.wrapper-sub-content-shema .wrapper-main-button-sub-content-shema {
    background: rgba(230, 74, 207, 1);
    text-align: center;
    padding: 12px 35px 12px 35px;
    border-radius: 25px;
    box-shadow: 0px 6px 25px 0px #E64ACF26;
    transition: all .3s;
}


.wrapper-sub-content-shema .wrapper-main-button-sub-content-shema:hover {
    background: #fff;
    transition: all .3s;
    cursor: pointer;
    /* border: 1px solid rgba(230, 74, 207, 0.5); */
    box-shadow: 0;
}

.wrapper-sub-content-shema .wrapper-main-button-sub-content-shema:hover span {
    color: rgba(230, 74, 207, 1);
}

.wrapper-sub-content-shema .wrapper-button-sub-content-shema span {
    color: #fff;
    font-weight: bold;
}



/* ======= */


/* Блок с информацией как формируются цены */

.wrapper-info-create-price {
    /*display: flex;*/
    padding-top: 60px;
}

.wrapper-left-info-create-price {
    display: flex;
    align-items: center;
    width: 50%;
}

.wrapper-left-info-create-price .wrapper-text-left-info-create-price {
    text-align: left;
    width: 90%;
}

.wrapper-left-info-create-price .wrapper-text-left-info-create-price span,
.wrapper-left-info-create-price-title {
    font-size: 44px;
    color: rgba(16, 130, 146, 1);
    font-weight: bold;
    line-height: 51px;
}
.wrapper-left-info-create-price-title{
    margin: 0 0 30px 0;
}

.wrapper-right-info-create-price {
    display: flex;
    gap: 50px;
    width: 50%;
}

.wrapper-item-content {
    display: flex;
    gap: 10px;
}
.wrapper-item-content ~ .wrapper-item-content{
    margin-top: 10px;
}

.wrapper-item-content .wrapper-img {
    display: flex;
    align-items: start;
    margin-top: 5px;
}

.content-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wrapper-item-content .wrapper-text span {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
}

.wrapper-right-content {

}

.wrapper-sub-panel-info {
    margin-top: 70px;
}

.wrapper-sub-panel-info .wrapper-main-sub-panel-info {
    display: flex;
    gap: 20px;
    background: rgba(16, 130, 146, 0.05);
    padding: 15px;
    border-radius: 25px;
}


.wrapper-sub-panel-info .wrapper-main-sub-panel-info .wrapper-img {
    margin-left: 10px;
}

.wrapper-sub-panel-info .wrapper-main-sub-panel-info .wrapper-text {
    display: flex;
    align-items: center;
}

.wrapper-sub-panel-info .wrapper-main-sub-panel-info .wrapper-text span {
    color: rgba(51, 51, 51, 1);
    font-weight: 500;
    font-size: 22px;
}


.wrapper-addition-condition {
    margin-top: 50px;
}

.wrapper-addition-condition .wrapper-title {
    margin-bottom: 30px;
}

.wrapper-addition-condition .wrapper-title span {
    font-size: 28px;
    font-weight: bold;
    color: #108292;
}

.wrapper-addition-condition .wrapper-content {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.wrapper-addition-condition .wrapper-content .wrapper-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 33%;
    justify-content: space-between;
}

.wrapper-addition-condition .wrapper-content .wrapper-column .wrapper-item-column {
    border-bottom: 1px solid rgba(16, 130, 146, 0.5);
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.wrapper-addition-condition .wrapper-content .wrapper-column .wrapper-item-column span {
    font-weight: bold;
    font-size: 18px;
}

.wrapper-addition-condition .wrapper-content .wrapper-column .wrapper-item-column span:nth-child(2) {
    color: rgba(16, 130, 146, 1);
    text-align: right;
}

.wrapper-sub-description {
    margin-top: 30px;
}


.wrapper-sub-description span {
    color: #333333;
    font-size: 17px;
    font-style: italic;
}


/* =========== */


/* Блок наши преимущества */

.wrapper-our-advantages {
    margin-top: 140px;
}

.wrapper-our-advantages .wrapper-title-line span {
    width: 40%;
}

.wrapper-our-advantages .wrapper-title-line .wrapper-line-title-line {
    width: 60%;
}

.wrapper-our-advantages .wrapper-content {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}


.wrapper-our-advantages .wrapper-content .wrapper-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 25%;
}

.wrapper-our-advantages .wrapper-content .wrapper-item .wrapper-main-item {
    background: rgba(230, 74, 207, 0.04);
    border-radius: 25px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 90%;
}

.wrapper-our-advantages .wrapper-content .wrapper-item .wrapper-main-item .wrapper-img {
    display: flex;
    justify-content: center;
}


.wrapper-our-advantages .wrapper-content .wrapper-item .wrapper-main-item .wrapper-img img {
    width: 80px;
    height: 80px;
}

.wrapper-our-advantages .wrapper-content .wrapper-item .wrapper-main-item .wrapper-desk {
    text-align: center;
}

.wrapper-our-advantages .wrapper-content .wrapper-item .wrapper-main-item .wrapper-desk span {
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    font-weight: 500;
}


/* ============================== */


/* форма и карта */

hr {
    /*height: 2px !important;*/
}

.wrapper-make-order {
    margin-top: 140px;
    background-image: url("../images/rectangle-21.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100vw;
    transform: translate(-50%);
    position: relative;
    left: 50%;
}

.wrapper-make-order .container {
    padding: 50px;
}

.wrapper-make-order .wrapper-tilte-line {
    padding-top: 40px;
}

.wrapper-make-order .wrapper-title-line .wrapper-line-title-line:before {
    content: url("../images/icons/dots-white.svg")
}

.wrapper-make-order .wrapper-title-line .wrapper-line-title-line hr {
    color: #fff;
    height: 2px !important;
}

.wrapper-make-order .wrapper-title-line span {
    color: #fff;
}

.wrapper-make-order .wrapper-form {
    display: flex;
    gap: 20px;
    margin: 50px 0px 30px 0px;

}

.wrapper-make-order .wrapper-form .wrapper-input {
    width: 25%;
}

.wrapper-make-order .wrapper-form .wrapper-input input {
    width: 100%;
    outline: none;
    border: none;
    padding: 10px 30px 10px 30px;
    border-radius: 25px;
    color: #000000;

}

.wrapper-make-order .wrapper-form .wrapper-input input::placeholder {
    color: black;
    font-weight: 300;
}


.wrapper-make-order .wrapper-form .button-submit input {
    color: #fff !important;
    background: rgba(230, 74, 207, 1);
    box-shadow: 0px 6px 25px 0px rgba(230, 74, 207, 0.15);
    transition: all .3s;
    font-weight: bold;
}

.wrapper-make-order .wrapper-form .button-submit input::placeholder {
    color: #fff !important;
    font-weight: bold;
}

.wrapper-make-order .wrapper-form .button-submit input:hover {
    color: rgba(230, 74, 207, 1) !important;
    background: #fff;
    transition: all .3s;
}

.wrapper-make-order .wrapper-sub-desk-text span {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
}

.wrapper-map {
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translate(-50%);
    margin-top: -20px;
}

.hide_text_about
{
    display: none;
    font-weight: 500;
    font-size: 15px;
    margin-top: 20px;
}


/* ============================= */
/* .wrapper-main-button {
	box-shadow: 2px 2px 20px 0px rgba(230, 74, 207, 1);
} */




.line-break {
    display: block;
}

.disable-modal {
    opacity: 0;
    visibility: hidden;
}


.modal-big-image {
    width: 100%;
    height: 100%;
    z-index: 100000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;

}

.modal-big-image .wrapper-overlay {
    position: absolute;
}

.modal-big-image .wrapper-overlay .cross-modal {
    font-size: 50px;
    line-height: 15px;
    position: absolute;
    top: 8px;
    right: 8px;
    transform: rotate(135deg);
    cursor: pointer;
}




.modal-big-image .wrapper-overlay .img-big-modal {
    width: 100%;
    width: 600px;
    height: 100%;
    border-radius: 25px;
    border: 25px solid #fff;
}



.wrapper-button-order {
    box-shadow: 0px 6px 25px 0px #E64ACF26;
}



.wrapper-footer .wrapper-logo a {
    border-bottom: none;
}

.wrapper-make-order .container {
    padding-bottom: 80px;
}

.wrapper-button-sub-content-shema {
    margin-top: 20px;
}

.wrapper-logo-delta img {
    opacity: 0.3;
    transition: all .3s;
}

.wrapper-burger {
    border: none !important;
}

.wrapper-info-mobile-menu .wrapper-numbers {
    padding-left: 0px !important;
    margin-top: 20px;
    margin-bottom: 20px;
}



.wrapper-list-menu-mobile-header {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.wrapper-header-bottom-mobile-menu {
    display: none;
}

.cross-burger span:nth-child(1) {
    transform: rotate(45deg)
}

.cross-burger span:nth-child(2) {
    top: 0 !important;
    transform: rotate(-45deg)
}

.cross-burger span:nth-child(3) {
    display: none;
}

.wrapper-header-bottom-mobile-menu .wrapper-menu .wrapper-info-mobile-menu {
    display: flex;
    gap: 20px;
}

.wrapper-header-bottom-mobile-menu .wrapper-menu .wrapper-info-mobile-menu .wrapper-numbers{
    display: flex;
    flex-direction: column;
    padding-left: 0px !important;
}

.wrapper-header-bottom-mobile-menu .wrapper-menu .wrapper-info-mobile-menu .wrapper-right{
    display: flex;
    flex-direction: column;
    color: #fff;
    font-weight: 500;
}

.wrapper-header-bottom-mobile-menu .wrapper-menu .wrapper-info-mobile-menu .wrapper-right .wrapper-mail a{
    color: #fff;
    font-weight: 500;
}

.wrapper-header-bottom-mobile-menu .wrapper-menu .wrapper-info-mobile-menu .wrapper-numbers a {
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}



.wrapper-header-bottom-mobile-menu .wrapper-menu {
    padding: 20px 0px 20px 20px;
    background: rgba(98, 98, 98, 1);
    border-radius: 25px;
    margin-top: 20px;
}

.wrapper-header-bottom-mobile-menu .wrapper-menu .wrapper-item-menu {
    margin-bottom: 10px;
}

.wrapper-header-bottom-mobile-menu .wrapper-menu .wrapper-item-menu a {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}

.wrapper-mobile-menu {
    margin-bottom: 10px;
    padding-top: 20px;
    display: none;
}

.wrapper-burger {
    position: relative;
}

.wrapper-burger span {
    width: 40px;
    height: 4px;
    position: absolute;
    left: 5%;
    transform: translate(-50%, -50%);
    background: rgba(230, 74, 207, 0.8);
    transition: all 0.5s;
}

.wrapper-burger span:nth-of-type(2) {
    top: calc(50% - 10px);
}
.wrapper-burger span:nth-of-type(3) {
    top: calc(50% + 10px);
}

.wrapper-mobile-adaptive-header {
    display: flex;
    justify-content: space-between;
}

.wrapper-mobile-menu {
    padding-left: 20px;
}

.wrapper-info-company .wrapper-icons img {
    width: 20px;
    max-width: 20px;
}

.wrapper-info-create-price .wrapper-item-content .wrapper-img img {
    width: 20px;
    max-width: 20px;
}


/* Подвал сайта */

.href_policy {
    text-decoration: none;
    color: #E64ACF;
}

.href_policy:hover {
    text-decoration: dashed;
    color: #108292;
}

.wrapper-sub-footer {
    background: rgba(63, 63, 63, 1);
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translate(-50%);
    color: #fff;
}

.wrapper-sub-footer .wrapper-info-content-sub-footer {
    width: 70%;
}

.wrapper-sub-footer .wrapper-info-content-sub-footer .sub-copy {
    font-size: 12px;
    margin-top: 10px;
}

.wrapper-sub-footer .container {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}

.wrapper-logo-delta {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper-logo-delta a {
    display: flex;
    align-items: center;
    justify-content: center;
}


.wrapper-footer {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 80px;
}

.wrapper-footer .item-footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.wrapper-footer .item-footer {
    font-size: 18px;
}

.wrapper-footer a {
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    transition: all .3s;
    font-weight: 500;
}

.wrapper-footer a:hover {
    color: rgba(230, 74, 207, 1);
    text-decoration: none;
    transition: all .3s;
}

.wrapper-footer .wrapper-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-footer .wrapper-list-footer {
    display: flex;
    flex-wrap: wrap;
}

.wrapper-footer .wrapper-list-footer .wrapper-item-list-footer {
    width: 33%;
    display: flex;
    align-items: center;
}

.wrapper-footer .wrapper-list-footer .wrapper-item-list-footer:nth-child(1) {
    align-items: end;
}
.wrapper-footer .wrapper-list-footer .wrapper-item-list-footer:nth-child(2) {
    align-items: end;
}
.wrapper-footer .wrapper-list-footer .wrapper-item-list-footer:nth-child(3) {
    align-items: end;
}


.wrapper-footer .wrapper-numbers-footer a {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

/* ====== */
.main-containter .wrapper-slider {
	margin-left: calc(-50vw + 50%);
	width: 100vw;
}

@media screen and (max-width: 768px) {
	.main-containter .wrapper-slider {
		margin-left: initial;
		width: inherit
	}
}
@media screen and (min-width: 768px) {
	.main-containter .swiper-button-next, 
	.main-containter .swiper-button-prev {
		display: none;	
	}
}

.item-page
{
    margin-right: 15px;
}
.wrapper-footer-page
{
    justify-content: unset;
    margin-top: 40px;
}
.wrapper-what-we-can-do-page
{
    margin-top: 20px;
}
.wrapper-info-create-price-page
{
    padding-top: 20px;
}
.wrapper-info-company--page
{
    margin-top: 20px;
}
/* Модалка */

.modal-send-order {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    z-index: 10000000;
    justify-content: center;
    align-items: center;
    background: #000;
    /* opacity: 0.5; */
    background: rgba(0, 0, 0, 0.8);
}


.modal-send-order .wrapper-overlay {
    width: 500px;
    height: 500px;
    border-radius: 15px;
    /* background: #fff; */
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/rectangle-21.webp);
}

.modal-send-order .wrapper-overlay .wrapper-main-form {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.modal-send-order .wrapper-overlay .wrapper-main-form .cross-modal {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 50px;
    color: #fff;
    transform: rotate(315deg);
    cursor: pointer;
    transition: all .3s;
}

.modal-send-order .wrapper-overlay .wrapper-main-form .cross-modal:hover {
    transform: rotate(135deg);
    transition: all .3s;
}


.modal-send-order .wrapper-overlay .wrapper-main-form .wrapper-title-form-modal {
    color: rgba(230, 74, 207, 1);
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

.modal-send-order .wrapper-overlay .wrapper-form-modal {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 90%;
    background: #fff;
    padding: 30px;
    border-radius: 30px;
}

.modal-send-order .wrapper-overlay .wrapper-form-modal .wrapper-input {
    width: 100%;
}

.modal-send-order .wrapper-overlay .wrapper-form-modal .wrapper-input input {
    width: 100%;
    padding: 5px 15px 5px 0px;
    border: none;
    outline: none;
    border-bottom: 1px solid rgba(230, 74, 207, 0.3);
}


.modal-send-order .wrapper-overlay .wrapper-main-form .wrapper-desk-form-modal span {
    color: #fff;
    font-weight: 500;
}

.modal-send-order .wrapper-overlay .wrapper-main-form .button-input-form input {
    background: rgba(230, 74, 207, 1);
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    margin-top: 20px;
    transition: all .3s;
    border-bottom: none;
}

.modal-send-order .wrapper-overlay .wrapper-main-form .button-input-form input:hover {
    background: #fff;
    color: rgba(230, 74, 207, 1);
    font-weight: 500;
    border-radius: 30px;
    margin-top: 20px;
    transition: all .3s;
    border: 1px solid rgba(230, 74, 207, 0.8);
}

.modal-send-order .wrapper-desk-form-modal {
    display: flex;
    justify-content: center;
}


.modal-send-order .wrapper-desk-form-modal .wrapper-main {
    width: 90%;
}

.modal-send-order .wrapper-desk-form-modal .wrapper-main span {
    font-size: 14px;
}

.modal-send-order .wrapper-desk-form-modal .wrapper-main a {
    color: #fff;
    text-decoration: dashed;
}


.phone_input input {
    font-family: 'Montserrat';
}


body {
    position: relative;
    z-index: -1;
}

.wrapper-logo-delta img:hover {
    opacity: 1;
    transition: all .3s;
}

.wrapper-ellipses {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
}

.header {
    background: none
}


.wrapper-ellipse:before {
    content: '';
    width: 700px;
    height: 700px;
    background: linear-gradient(180deg, rgba(22, 129, 148, 0.15) 0%, rgba(230, 74, 207, 0.15) 100%);

    border-radius: 50%;
    position: absolute;
    z-index: -1;
    filter: blur(50px);
}

.ellipse-1:before {
    top: 38px;
    left: -155px;
}

.ellipse-2:before {
    top: 517px;
    left: 1294px;
}

.ellipse-3:before {
    top: 1406px;
    left: -58px;
}

.ellipse-4:before {
    top: 2385px;
    left: 1277px;
}

.ellipse-5:before {
    top: 3629px;
    left: -141px;
}

.ellipse-6:before {
    top: 4224px;
    left: 1331px;
}

.wrapper-header-bottom {
    position: relative;
    z-index: 2;
}

.pagination { 
    margin: 10px 0 30px 0; 
} 
.pagination ul { 
    margin: 0; 
    list-style: none; 
} 
.pagination ul li { 
    display: inline-block; 
    vertical-align: middle; 
    margin-right: 4px; 
} 
.pagination ul li a { 
    display: block; 
    padding: 2px 9px; 
    border: 1px solid #E64ACF; 
    color: #000; 
    text-decoration: none; 
} 
.pagination ul li.active a, .pagination ul li a:hover { 
    background: #E64ACF; 
    color: #fff; 
} 
.searchCats{ 
    background: #f9f9f9; 
    margin: 0 0 20px 0; 
} 
.searchCats a{ 
    display: inline-block; 
    vertical-align: top; 
    margin: 10px 15px; 
} 
.search-item { 
  margin: 0 0 30px 0; 
  padding: 0 0 30px 0; 
  border-bottom: 1px solid #eee; 
} 
.search-item .search-title { 
  font-weight: bold; 
  font-size: 20px; 
  margin: 0 0 10px 0; 
}

.portfolio__item,
.portfolio__item a{
	height: 300px;
}
.portfolio__item{
    max-height: 300px;
}

article.article #toggleButton,
.price-dop-btn{
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #fff;
    padding: 10px 25px;
    text-align: center;
    background-color: #d95ac6b8;
    border: 2px solid transparent;
    border-radius: 40px;
    transition: background 0.3s, border-color 0.3s;
    margin-left: 40px;
}
article.article #toggleButton:hover,
.price-dop-btn:hover{
    background-color: rgba(230, 74, 207, 1);
    color: #fff;
}
article.article{
    background: #f2edf3;
    border-radius: 25px;
    padding-bottom: 40px;
}
article.article #sssmodulebox{
    padding-bottom: 10px!important;
}
.price-dop .price-dop-btn{
    margin: 20px 0 0 0;
}
.portfolio-block ~ .portfolio-block{
    margin-top: 60px;
}
.portfolio-block-title{
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 28px;
}

.contacts{
    margin-bottom: 60px;
  }
  .contacts__item{
    border: 2px solid rgba(255,255,255,.3);
    padding: 40px 25px;
      background: rgba(255,255,255,.4); 
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    border-radius: 20px;
  }
  .contacts__item-icon{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
  }
  .contacts__item-phone .contacts__item-icon{
    background: rgba(230,74,207,.1) url("/assets/images/icons/icon_cont-phone.svg") no-repeat 50% 50%;
    background-size: 40px;
  }
  .contacts__item-email .contacts__item-icon{
    background: rgba(230,74,207,.1) url("/assets/images/icons/icon_cont-email.svg") no-repeat 50% 50%;
    background-size: 40px;
  }
  .contacts__item-address .contacts__item-icon{
    background: rgba(230,74,207,.1) url("/assets/images/icons/icon_cont-address.svg") no-repeat 50% 50%;
    background-size: 40px;
  }
  .contacts__item-time .contacts__item-icon{ 
    background: rgba(230,74,207,.1) url("/assets/images/icons/icon_cont-time.svg") no-repeat 50% 50%; 
    background-size: 40px;
  }
  .contacts__item-title{
    font-weight: bold;
    font-size: 22px;
    margin: 15px 0;
  }
  .contacts__item-text{
    font-size: 18px;
  }
  .contacts__item-text a{
    text-decoration: none;
    color: #333;
  }
  .contacts__item-text > div ~ div{
    margin-top: 5px;
  }
  .contacts__item-phone .contacts__item-text,
  .contacts__item-time .contacts__item-text{
    font-family: 'Montserrat', sans-serif;
  }

/*Дополнительные контакты*/
.dop_contacts
{
	margin-bottom: 60px;
	font-family: 'Montserrat', sans-serif;
}
.dop_contacts h2
{
	font-size: 30px;
}
.dop_contacts_cells
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dop_contacts_cell
{
	border: 2px solid rgba(255,255,255,.3);
    padding: 30px 10px;
    background: rgba(255,255,255,.4);
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    border-radius: 20px;
	width: 245px;
	margin-bottom: 20px;
}
.dop_contacts_cell a
{
	display: block;
	color: #E64ACF;
	margin-top: 10px;
}
.dop_contacts_cell a:hover
{
	color: #E64ACF;
}
@media (max-width: 580px) {
	.dop_contacts_cells
	{
		display: block;
	}
	.dop_contacts_cell
	{
		margin: 15px auto 0;
	}
	.dop_contacts h2
	{
		text-align: center;
	}
}

.wrapper-middel-footer
{
	position: relative;
    left: 50%;
    width: 100vw;
    transform: translate(-50%);
	background-color: rgb(115 115 115);
	padding: 20px 10px 0;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
}
.wrapper-middel-footer__item
{
	padding-bottom: 20px;
}
.wrapper-middel-footer__item a
{
	color: #23c8e0;
	font-family: 'Montserrat', sans-serif;
	display: block;
	text-align: center;
}
.wrapper-middel-footer__item a:hover
{
	color: #E64ACF;
}
.wrapper-middel-footer .container
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrapper-address.item-footer, .wrapper-footer .wrapper-work-schedule span
{
	font-weight: 500;
	color: #E64ACF;
}


@media (min-width: 1200px) and (max-width: 1400px) {
    .wrapper-header-top {
        gap: 30px;
    }

    .wrapper-header-bottom .wrapper-menu {
        gap: 20px;
    }

    .wrapper-our-advantages .wrapper-title-line span {
        font-size: 40px;
    }

    .wrapper-make-order .wrapper-title-line span {
        font-size: 40px;
    }

    .wrapper-shema-work-for-we .wrapper-title-line span {
        font-size: 40px;
    }

    .wrapper-info-company .wrapper-right-info-company {
        justify-content: start;
    }

    .wrapper-item-header:before {
        right: -20px;
    }

}

@media (max-width: 1200px) {
    .wrapper-header-top .wrapper-item-header:nth-child(2) {
        display: none;
    }

    .wrapper-mobile-search {
        width: 100%;
    }

    .wrapper-header-bottom .wrapper-search {
        display: none;
    }

    .wrapper-info-company .wrapper-right-info-company {
        justify-content: start;
    }

    .wrapper-header-top {
        gap: 20px;
    }

    .wrapper-mobile-search .wrapper-search .search-input {
        display: block;
    }

    .wrapper-title-line span {
        font-size: 35px;
    }

    .wrapper-blocks-info {
        gap: 20px;
    }

    .wrapper-item-blocks-info .wrapper-desk span {
        font-size: 18px;
    }

    .arrow-shema-separator {
        display: none;
    }

    .wrapper-items-shema {
        flex-direction: column;
    }

    .wrapper-item-shema {
        display: flex;
        gap: 30px;
    }

    .wrapper-items-shema .wrapper-item-shema {
        width: 100%;
    }

    .wrapper-item-shema .wrapper-top-icon .wrapper-icon {
        border-radius: 25px;
    }

    .wrapper-item-shema .wrapper-block-content {
        margin-top: 0px;
        width: 100%;
    }

    .line-break {
        display: inline;
    }

    .wrapper-left-info-create-price .wrapper-text-left-info-create-price span,
    .wrapper-left-info-create-price-title {
        font-size: 35px;
    }

    .wrapper-right-info-create-price .wrapper-item-content .wrapper-text span {
        font-size: 18px;
    }

    .wrapper-sub-panel-info .wrapper-main-sub-panel-info .wrapper-text span {
        font-size: 18px;
    }

    .wrapper-addition-condition .wrapper-content .wrapper-column .wrapper-item-column span {
        font-size: 16px;
    }

    .wrapper-sub-description span {
        font-size: 14px;
    }

    .wrapper-our-advantages {
        margin-top: 70px;
    }

    .wrapper-our-advantages .wrapper-content {
        gap: 5px;
        flex-wrap: wrap;
    }

    .wrapper-our-advantages .wrapper-content .wrapper-item {
        width: 49%;
    }

    .wrapper-footer {
        gap: 15px;
    }

    .wrapper-footer .wrapper-address {
        display: none !important;
    }

    .wrapper-item-shema .wrapper-top-icon .wrapper-icon {
        position: relative !important;
        width: 94px !important;

    }

    .wrapper-item-shema .wrapper-top-icon .wrapper-icon img {
        position: absolute !important;
        top: 30% !important;
    }


    .wrapper-item-shema:nth-child(1) .wrapper-top-icon .wrapper-icon { height: 100% !important; }
    .wrapper-item-shema:nth-child(1) .wrapper-top-icon .wrapper-icon img { top: 35% !important; }
}

@media (max-width: 992px) {

    .wrapper-item-header:before {
        display: none;
    }

    .wrapper-header-bottom .wrapper-menu {
        margin-left: 10px;
        gap: 10px;
    }

    .wrapper-mobile-search {
        width: 100%;
    }

    .wrapper-header-bottom .wrapper-search {
        display: none !important;
    }

    .wrapper-mobile-search .wrapper-search .search-input {
        display: block;
    }

    .wrapper-header-top .wrapper-item-header:nth-child(4) {
        display: none;
    }

    .wrapper-header-top {
        gap: 10px;
    }

    .wrapper-right-info-company {
        display: none;
    }

    .wrapper-left-info-company {
        width: 100%;
    }

    .wrapper-title-line span {
        font-size: 25px;
    }

    .wrapper-sub-panel-info .wrapper-main-sub-panel-info .wrapper-text span {
        font-size: 15px;
    }

    .wrapper-item-blocks-info .wrapper-desk span {
        font-size: 16px;
    }

    .wrapper-addition-condition .wrapper-content .wrapper-column .wrapper-item-column span {
        font-size: 14px;
    }

    .wrapper-make-order .wrapper-form .wrapper-input {
        width: 100%;
    }

    .wrapper-make-order {
        background-size: cover;
    }

    .wrapper-make-order .wrapper-form {
        flex-wrap: wrap;
    }

    .wrapper-mail-work-schedule {
        display: none !important;
    }

    .wrapper-footer .item-footer {
        font-size: 16px !important;
    }

    .wrapper-header-bottom .wrapper-menu .wrapper-item-menu a {
        font-size: 16px;
    }
}


@media (max-width: 768px) {

    .modal-send-order .wrapper-overlay {
        margin: 0px 20px 0px 20px;
    }

    .wrapper-contacts {
        display: none;
    }
    .wrapper-header-bottom {
        display: none !important;
    }

    .wrapper-mobile-menu {
        display: block !important;
    }

    .wrapper-mobile-search {
        width: 80%;
    }

    .wrapper-title-line span {
        font-size: 30px;
        width: 50%;
    }

    .wrapper-line-title-line {
        width: 50%;
    }

    .wrapper-info-create-price {
        flex-direction: column;
        gap: 30px;
    }

    .wrapper-left-info-create-price {
        width: 100%;
    }

    .wrapper-right-info-create-price {
        width: 100%;
    }

    .wrapper-left-info-create-price .wrapper-text-left-info-create-price span,
    .wrapper-left-info-create-price-title {
        font-size: 30px;
    }

    .wrapper-item-blocks-info {
        width: 49%;
    }

    .wrapper-blocks-info {
        gap: 10px;
    }

    .button-prev-slide {
        left: -30px !important;
    }

    .button-next-slide {
        right: -30px !important;
    }

    .wrapper-info-create-price {
        padding-top: 70px;
    }

    .wrapper-addition-condition .wrapper-content {
        flex-direction: column;
    }

    .wrapper-addition-condition .wrapper-content .wrapper-column {
        width: 100%;
    }

    .wrapper-make-order .wrapper-title-line span {
        font-size: 26px;
    }

    .wrapper-footer {
        flex-wrap: wrap;
    }

    .wrapper-footer .wrapper-logo {
        width: 20%;
    }

    .wrapper-footer .wrapper-list-footer {
        width: 70%;
    }

    .wrapper-footer .wrapper-address {
        display: block !important;
    }

    .swiper-wrapper {
        height: 150px !important;
    }

    /* .container, .container-sm {
        max-width: 600px !important
    } */

    .modal-big-image .wrapper-overlay .img-big-modal {
        width: 500px;
    }

    .wrapper-footer {
        flex-direction: column;
        align-items: center;
    }

    .wrapper-footer .wrapper-list-footer {
        width: 100%;
    }

    .wrapper-footer .wrapper-list-footer .wrapper-item-list-footer{
        justify-content: center;
    }

    .wrapper-sub-footer .container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .wrapper-list-menu-mobile-header {
        gap: 10px;
    }

    .wrapper-item-shema:nth-child(1) .wrapper-top-icon .wrapper-icon img { top: 40% !important; }
}


@media (max-width: 576px) {

    .wrapper-info-create-price .wrapper-right-info-create-price .wrapper-right-content .wrapper-text .mobile {
        display: block;
    }

    .wrapper-info-create-price .wrapper-right-info-create-price .wrapper-right-content .wrapper-text .desktop {
        display: none;
    }




    .swiper-button-next {
        display: none !important;
    }

    .swiper-button-prev {
        display: none !important;
    }

    .button-next-slide {
        display: none !important;
    }

    .button-prev-slide {
        display: none !important;
    }


    .wrapper-item-blocks-info {
        width: 100%;
    }

    .wrapper-button-order span {
        display: none;
        width: 80px;
        justify-content: center;
    }

    .wrapper-slider .swiper-slide {
        height: 200px !important;
    }

    .wrapper-what-we-can-do {
        margin-top: 20px;
    }

    .wrapper-item-shema .wrapper-top-icon {
        display: none;
    }

    .wrapper-our-advantages .wrapper-content .wrapper-item {
        width: 100%;
    }

    .wrapper-make-order {
        margin-top: 30px;
    }

    .modal-big-image .wrapper-overlay .img-big-modal {
        width: 400px;
    }

    .wrapper-right-info-create-price {
        flex-direction: column;
        gap: 15px;
    }

    .wrapper-right-info-create-price .wrapper-item-content .wrapper-text span {
        font-size: 16px;
    }

    .wrapper-title-line span {
        width: 100% !important;
    }

    .wrapper-title-line .wrapper-line-title-line {
        display: none !important;
    }

    .wrapper-footer .wrapper-list-footer .wrapper-item-list-footer {
        margin-bottom: 15px;
    }

    .wrapper-info-company .wrapper-title span {
        font-size: 35px;
    }

    .wrapper-left-info-create-price .wrapper-text-left-info-create-price span,
    .wrapper-left-info-create-price-title {
        line-height: 35px;
    }

    .wrapper-addition-condition .wrapper-title span {
        font-size: 30px;
    }

    .wrapper-sub-footer .wrapper-info-content-sub-footer {
        text-align: center;
    }

    .wrapper-make-order .container {
        padding: 50px 30px 50px 30px;
    }

    .wrapper-footer .wrapper-logo {
        width: 50%;
    }

    .wrapper-slider .swiper-slide {
        height: 150px !important;
    }

    .wrapper-our-advantages .wrapper-content .wrapper-item .wrapper-main-item .wrapper-desk span {
        line-height: 15px;;
    }

    .wrapper-info-content-sub-footer {
        width: 90% !important;
    }


    .swiper-slide {
        display: flex !important;
        align-items: center;
    }
	
}
	
@media all and (min-width: 960px) and (max-width: 993px){
    .wrapper-item-content .wrapper-text span{
        font-size: 18px;
    }
}
	
/* slider */

/* .owl-nav {
	display: flex;
    justify-content: space-between;
    font-size: 50px;
    position: absolute;
    top: 40%;
    width: 100%;
	color: #e64ad0;
}

.owl-nav button {
	margin: 0px 20px 0 20px;
}

.wrapper-button-add-nav-menu {
	position: absolute;
    bottom: -30px;
    z-index: 10;
    right: 50px;
}

.wrapper-button-add-nav-menu span {
	padding: 10px;
    background: #108292;
    color: white;
    border-radius: 5px;
	transition: all .3s;
	box-shadow: 0px -5px 10px -5px white inset;
}

.wrapper-button-add-nav-menu span:hover {
	background: #e64ad0;
	transition: all .3s;
	cursor: pointer;
}


Общие стили для блокас с контентом

.wrapper-title {
	display: flex;
	justify-content: center;
	gap: 10px;
	color: #fff;
	padding: 20px 0 20px 0;
	background: #e64ad0;
	box-shadow: 0px -10px 15px 0px white inset;
}

.wrapper-title span {
	font-size: 30px;
}




.wrapper-text-about-us {
	color: #373435;
}

.wrapper-content-block {
	background: #fff;
	padding: 30px 80px 20px 40px;
}

.wrapper-text-about-us {
	font-size: 18px;
}


.wrapper-items-what-can-we-do {
	display: grid;
	color: #373435;
	grid-template-columns: 0.3fr 0.3fr 0.3fr;
  	grid-template-rows: auto;
	justify-content: center;
	gap: 30px;
}

.wrapper-item-what-can-we-do {

}

<==3

.wrapper-item-what-can-we-do .wrapper-img {
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
}

.wrapper-item-what-can-we-do .wrapper-desk {
	text-align: center;
}

.wrapper-works {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.wrapper-work {

	cursor: pointer;
	transition: all .3s;

}


.wrapper-work img {
	border: 4px solid #108292;
	height: 90px;
	border-radius: 5px;
	transition: all .3s;
}

.wrapper-work img:hover {
	border: 4px solid #e64ad0;
	cursor: pointer;
	transition: all .3s;
	transition: all .3s;
}

.wrapper-img-top {
	display: flex;
	justify-content: center;
}

.wrapper-cards {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	gap: 50px;
}

.wrapper-card {
	width: 14%;
}

.wrapper-title-card {
	padding: 10px;
	background: #108292;
	margin-bottom: 5px;
}

.wrapper-title-card span {
	color: #fff;
}

.wrapper-desk-card {
	border: 2px solid #108292;
	border-radius: 3px;
	padding: 10px;
	color: #373435;
}



Форма внизу

.wrapper-form {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wrapper-input {
	display: flex;
	justify-content: center;
}

.wrapper-input input, textarea {
	width: 60%;
	padding: 15px;
	outline: none;
	border: 3px solid #108292;
	font-weight: bold;
	color: #373435;
	font-size: 25px;
}

.button-input-form {
	margin-top: 20px;

}

.button-input-form input {
	width: 20%;
	background: #108292;
	color: #fff;
	transition: all .3s;
	border-radius: 5px;
	font-size: 16px;
	border: none;
}

.button-input-form input:hover {
	background: #e64ad0;
	transition: all .3s;
	cursor: pointer;
}


.wrapper-form-modal .wrapper-input:nth-child(1) input, .wrapper-form-modal .wrapper-input:nth-child(2) input, .wrapper-form-modal .wrapper-input:nth-child(3) input {
	border-bottom: none;
}

.wrapper-form .wrapper-input:nth-child(1) input, .wrapper-form .wrapper-input:nth-child(2) input, .wrapper-form .wrapper-input:nth-child(3) input {
	border-bottom: none;
}

.main-containter {
	background: #f4f5f5;
}


бургер

.wrapper-burger {
	display: none;
}

.line-burger {
	display: block;
    width: 30px;
    height: 3px;
    margin: 6px auto;
    background-color: #108292;
    transition: 0.2s;
}

.input-textarea textarea {
	font-size: 25px;
}


.wrapper-img-top-card {
	display: flex;
	padding-left: 20%;
	padding-bottom: 20px;
}


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

.wrapper-img-arrow {
	display: flex;
	justify-content: start;
	align-items: center;
}

.wrapper-desk-card span {
	box-sizing: content-box;
}



мобильное меню, которое выезжает сбоку

.wrapper-menu-mobile {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #108292;
    color: white;
    z-index: 100000;
    padding-bottom: 100%;
    padding: 20px;
	width: 250px;
	transform: translate(500px, 0px);
	transition: all .3s;
}

.wrapper-list-menu {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.white {
	display: flex;
	color: #fff !important;
	text-decoration: none !important;
}

.wrapper-cross {
	position: absolute;
    top: 10px;
    right: 0;
}

.wrapper-cross p {
	font-size: 40px;
	font-family: cursive;
	transform: rotate(45deg);
	color: white;
    width: 50px;
    height: 50px;
	cursor: pointer
}



.wrapper-item-nav-menu-mobile {
	transition: all .3s;
}


.wrapper-item-nav-menu-mobile:hover {
	transition: all .3s;
	border-bottom: 1px solid lightgrey;
}

.active-mobile-menu {
	transform: translate(0px, 0px);
	transition: all .3s;
}


.hidden {
	display: none;
}


.wrapper-button-more-blocks {
	cursor: pointer;
	background-color: #7eb9c3;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.text-button-more-block {
	color: white;
}


.owl-nav button span {
	font-size: 80px;
}


Кнопка оставить заявку в блоке схема работы с нами

.wrapper-shema-work-for-me {
	position: relative;
	padding-bottom: 40px;
}

.wrapper-button-submit-application-and-arrow {
	display: flex;
	gap: 10px;
	position: absolute;
	bottom: 0;
	right: 15%;
}


.wrapper-button-submit-application-and-arrow .wrapper-arrow {
	display: flex;
	align-items: center;
}

.wrapper-button-submit-application-and-arrow .wrapper-button {
	margin-bottom: -15px;
	background: #e64ad0;
	padding: 15px 10px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	transition: all .3s;
}

.wrapper-button-submit-application-and-arrow .wrapper-button:hover {
	margin-bottom: -10px;
	background: #108292;
	transition: all .3s;
}

.hidden-scroll-body {
	overflow: hidden;
}


footer


.wrapper-footer {
	display: flex;
	justify-content: space-between;
	background: #108292
}

.wrapper-nav-menu-footer {
	display: flex;
	gap: 30px;
	justify-content: start;
	align-items: center;
	padding-right: 30px;
}

.wrapper-nav-menu-footer a {
	text-decoration: none;
}

.wrapper-nav-menu-footer a div span {
	color: white;
	font-size: 20px;
	font-weight: bold;

}


.wrapper-logo-footer {
	padding: 10px 0px 10px 20px;
}

.wrapper-info-call {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.wrapper-info-call div a {
	text-decoration: none;
	transition: all .3s;
}

.wrapper-info-call div a:hover {
	text-decoration: underline;
	transition: all .3s;
}



.wrapper-info-call div a, .wrapper-info-call div span {
	color: #fff;
	font-size: 20px;
}

modal


.modal-disable {
	display: none;
}


.wrapper-modal {
	width: 100%;
    height: 100%;
    z-index: 100000;
    position: fixed; фиксированное положение
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wrapper-overlay {
	height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-main-form {
	background: #fff;
	border-radius: 5px;
	position: relative;
	padding-top: 30px;
}

.wrapper-main-form::before {
	content: '';
    position: absolute; top: 0; left: 0;
    width: 50%;
    height: 100%;
    background: #108292;
    z-index: -1;
}

.wrapper-title-form-modal {
	display: flex;
	justify-content: center;
	font-size: 25px;
	padding-bottom: 10px;
}


.modal-input {
	width: 100%;
}

.modal-input input {
	width: 80%;
}

.wrapper-form-modal {
	width: 600px;
	height: 400px;
}

.cross-modal {
	position: absolute;
    right: 10px;
	top: -15px;
    font-size: 50px;
    transform: rotate(45deg);
    font-family: cursive;
    cursor: pointer;
	transition: all .3s;
}


.wrapper-desk-form-modal {
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
}

.cross-modal:hover {
	color: #108292;
	transition: all .3s;
}


адаптив
@media (max-width: 1400px) {
	.wrapper-item-nav-menu span {
		font-size: 18px !important;
	}

	.wrapper-button-add-nav-menu {
		font-size: 18px
	}

	.wrapper-info div span {
		font-size: 18px;
	}

	блок схема работы с нами
	.wrapper-cards {
		flex-wrap: wrap;
	}

	.wrapper-card {
		width: 40%;
	}

	.wrapper-img-arrow {
		display: none !important;
	}

	.wrapper-img-top-card {
		padding-left: 0 !important;
		justify-content: center;
	}

	.wrapper-info-call div span, .wrapper-info-call div a {
		font-size: 16px !important;
	}

	.wrapper-nav-menu-footer a div span {
		font-size: 18px !important;
	}
}

@media (max-width: 1200px) {
	.wrapper-item-nav-menu span {
		font-size: 14px !important;
	}

	.wrapper-button-add-nav-menu {
		font-size: 16px
	}

	.wrapper-info div span {
		font-size: 16px;
	}

	.wrapper-item-nav-menu {
		padding: 60px 20px 0 20px;
	}

	.wrapper-info-call {
		display: none !important;
	}

}

@media (max-width: 992px) {
	.wrapper-item-nav-menu span {
		font-size: 12px !important;
	}

	.wrapper-button-add-nav-menu {
		font-size: 14px
	}

	.wrapper-info div span {
		font-size: 12px;
	}

	.wrapper-logo {
		display: none;
	}


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

	.wrapper-nav-menu-items {
		display: none;
	}

	.wrapper-nav-menu {
		padding: 0;
		display: flex;
		align-items: center;
	}


	.wrapper-input input, textarea {
		width: 100%;
	}

	.modal-input input {
		width: 80% !important;
	}


	.owl-nav {
		top: 25% !important;
	}

	.wrapper-nav-menu-footer {
		width: 50%;
	}

	.wrapper-nav-menu-footer a {
		width: 100%;
		text-align: right;
	}

	.wrapper-nav-menu-footer {
		flex-direction: column;
		gap: 5px;
	}

	.wrapper-logo-footer {
		margin: auto 0;
	}

	.wrapper-nav-menu-footer {
		padding: 20px;
	}
}

@media (max-width: 768px) {
	.wrapper-item-nav-menu span {
		font-size: 12px !important;
	}

	.wrapper-button-add-nav-menu {
		font-size: 12px
	}

	.wrapper-info div span {
		font-size: 12px;
	}

	блок схема работы с нами

	.wrapper-card {
		width: 100%;
	}

	.wrapper-form-modal {
		width: 550px;
		height: 350px;
	}

	.wrapper-img {
		height: 100%;
	}

	.wrapper-numbers {
		display: flex;
		flex-direction: column;
	}

	.wrapper-items-what-can-we-do {
		grid-template-columns: 0.5fr 0.5fr;
		margin-bottom: 50px;
		gap: 40px;
	}

	.owl-nav {
		top: 10% !important;
	}

	.modal-input input {
		width: 70% !important;
    	font-size: 15px;
	}

}

@media (max-width: 576px) {
	.wrapper-item-nav-menu span {
		font-size: 12px !important;
	}

	.wrapper-button-add-nav-menu {
		font-size: 12px
	}

	.wrapper-info div span {
		font-size: 12px;
	}

	.wrapper-items-what-can-we-do {
		grid-template-columns: 1fr;
		margin-bottom: 50px;
		gap: 60px;
	}

	.owl-nav {
		top: 10% !important;
}


	.owl-stage {
	height: 150px;
}

	.owl-item {
	height: 100%;
}

	.owl-stage .wrapper-img {
	height: 100%;
}

	.owl-stage .wrapper-img img {
	height: 100%;
}

	.wrapper-form-modal {
	width: 350px;
	height: 350px;
}
}

	@media (min-width: 0px) and (max-width: 575px) {
	.wrapper-item-nav-menu span {
	font-size: 10px !important;
}

	.wrapper-button-add-nav-menu {
	font-size: 10px
}

	.wrapper-info div span {
	font-size: 12px;
}

	.wrapper-info {
	flex-direction: column;
}

	.wrapper-phone {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
}

	.wrapper-numbers {
	flex-direction: row;
}

	.wrapper-city span {
	padding-left: 8px;
}

	.owl-nav {
	top: 10% !important;
}

	.wrapper-content-block {
	padding: 30px 20px 20px 20px;
}


	.owl-stage {
	height: 150px;
}

	.owl-item {
	height: 100%;
}

	.owl-stage .wrapper-img {
	height: 100%;
}

	.owl-stage .wrapper-img img {
	height: 100%;
}
} */










.portfolio-block-subtitle {
    font-size: 20px;
    margin: 10px 0;
    font-weight: bolder
}

.hidden_content {
	display: none;
	/*display: flex;*/
    gap: 24px;
}
.btn_more {
	width: 100%;
	text-align: right;
	cursor: pointer;
	padding-top: 20px;
	padding-right: 20px;
	/*transition: all 0.5s ease-in-out;*/
    font-size: 20px;
    font-weight: 500;
}
.btn_more:hover {
	font-weight: bold;
    color: #E64ACF;
}

.works-link a{
    color: #108292;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}
.works-link a:hover{
    color: #E64ACF;
	font-weight: bold;
}