.melke_page_logotip{
	text-align: center;
	margin: 30px 0;
}
.new-layout {
    background: #F5F5F5;
    overflow-x: hidden;
    width: 100%;
    * {
        box-sizing: border-box;
        pointer-events: auto;
    }
    iframe {
        max-width: 100%;
        border: 0px;
    }
    h2 {
        text-transform: uppercase;
        text-align: center;
        font-size: 36px;
        margin: 0px 0px 35px;
    }
    & strong, 
    & b {
        font-weight: 700;
    }
    & p {
        margin: 0px 0px 15px;
    }
    & img {
        max-width: 100%;
        width: fit-content;
        aspect-ratio: auto;
        height: auto;
    }
    button,
    input {
        display: block;
        cursor: pointer;
    }
    & .btn {
        position: relative;
        font-size: 16px;
        display: flex;
        align-items: center;
        width: fit-content;
        margin: 0px auto;
        line-height: 1;
    }
    & .wpa-test-msg {display: none;}
    & .inp input {
        min-width: 0;
        width: 100%;
        border-radius: 50px;
        border: 0px;
        min-height: 45px;
        padding: 10px 15px 10px 40px;
    }
    & .inp-submit input {
        min-width: 0;
        width: 100%;
        border-radius: 50px;
        border: 0px;
        min-height: 45px;
        padding: 10px 20px;
        background: #F29002;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
    }
    & .inp-politic {
        color: #f5f5f5;
        text-align: center;
        font-size: 12px;
        padding-top: 10px;
        & a {
            color: inherit;
        }
    }
}
.breadcrumbs {
    font-size: 12px;
    padding: 20px;
    color: #737373;
    * {
        color: #737373;
        &:hover {
            text-decoration: none;
        }
    }
}

.column-flex {
    display: flex;
    align-items: center;
    & .column {
        position: relative;
        width: 50%;
        display: flex;
        flex-direction: column;
    }
}

.btn-new {
    & .btn {
        padding: 21px 90px 21px 25px;
        &::before {
            content: '';
            position: absolute;
            top: 50%;
            right: 4%;
            transform: translate(0%, -50%);
            background: #fff;
            width: 45px;
            height: 45px;
            display: block;
            border-radius: 100px;
            box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
            transition: 0.3s;
        }
        &::after {
            content: '';
            position: absolute;
            top: 50%;
            right: 9%;
            transform: translate(0%, -50%) rotate(45deg);
            width: 12px;
            height: 12px;
            display: block;
            border-top: 1px solid #8F8F8F;
            border-right: 1px solid #8F8F8F;
            transition: 0.3s;
        }
        &:hover {
            &::before {
            background: #F29002;
            }
            &::after {
                border-color: #fff;
            }
        }
    }
}

.section-head {
    padding: 25px 0px 0px;
    & .column-1 {
        & .p {
            position: absolute;
            top: 12%;
            left: 0%;
            width: 100%;
            max-width: 320px;
            border-radius: 0px 30px 30px 0px;
            background: rgba(255, 255, 255, 0.3);
            -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
            color: #56BF3C;
            font-size: 20px;
            font-weight: 600;
            text-align: center;
            padding: 20px 10px;
            line-height: 1.2;
            margin: 0px;
            & strong {
                display: block;
                text-transform: uppercase;
                font-size: 24px;
            }
            & b {
                font-size: 32px;
            }
        }
    }

    & .column-2 {
    padding: 0px 25px;

    & h1,
	& .heading {
		font-size: 36px;
		text-align: center;
		line-height: 1.25;
		margin: 0px 0px 15px;
		font-weight: bold;

		& strong {
			text-transform: uppercase;
			color: #F29002;

			.green {
				color: #56BF3C;
			}
		}
	}

    & .heading {
        font-size: 36px; 
        text-align: center;
        line-height: 1.25;
        margin: 0px 0px 15px;

        strong {
            text-transform: uppercase;
            color: #F29002;
			

            .green {
                color: #56BF3C;
            }
        }
    }

    & p {
        text-align: center;
        max-width: 500px;
        margin: 0px auto;
        font-weight: 300;
        letter-spacing: 0.15px;
    }
}

    .sale-timer {
        padding: 20px 0px;
        & .slider-main__counter-content {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
        }
        & .slider-main__counter-col {
            background: #fff;
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
        }
        & .slider-main__number {
            padding: 15px 5px;
            text-transform: uppercase;
            color: #F29002;
            font-size: 48px;
            font-weight: 700;
            text-align: center;
            width: 80px;
            line-height: 1;
        }
        & .slider-main__subtext {
            position: relative;
            padding-bottom: 5px;
            text-align: center;
            &::before {
                content: '';
                display: block;
                margin: 0px 0px 5px;
                background: #DEDEDE;
                width: 100%;
                height: 1px;
                box-shadow: 0px 0px 10px rgb(0 0 0 / 45%);
            }
        }
    }

    & ul.ul {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 25px 10px;
        margin: 25px auto 0px;
        width: 100%;
        background: #fff;
        border-radius: 30px;
        & li {
            list-style: none;
            width: 33%;
            text-align: center;
            padding: 10px;
            &:nth-child(2) {
                border-left: 1px solid #CDCDCD;
                border-right: 1px solid #CDCDCD;
            }
            & img {
                width: 35px;
                display: block;
                margin: 0px auto 10px;
            }
            & p {
                font-weight: 300;
                letter-spacing: 0.15px;
                margin: 0px;
            }
        }
    }

}



.section-products {
    padding: 70px 0px;
    & h2 {
        margin-bottom: 60px;
    }
    & .box-products {
        & .box-product {
            background: #fff;
            border-radius: 50px;
            padding: 25px 15px;
			min-height: 420px;
            & a.img-a-product {
                text-decoration: none;
                display: block;
                & p.img-box-product {
                    max-width: 250px;
                    margin: 0px auto 10px;
                    & img {
                        max-height: 250px;
                    }
                }
            }
            & .img-product img {
                max-width: 242px;
            }
            &:nth-child(2) .img-product img {
                margin-top: -35px;
            }
            &:nth-child(3) .img-product img {
                margin-top: -72px;
            }
            &:nth-child(4) .img-product img {
                margin-top: -95px;
            }
            & .img-product {
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
                margin-bottom: 15px;
            }
            & .products-title {
                font-weight: 700;
                text-align: center;
                font-size: 16px;
                margin: 0px 0px 10px;
                text-decoration: none;
                color: #000;
                line-height: 1.2;
            }
			& .products_min_price{
				margin: 0px 0px 10px;
				text-align: center;
			    font-size: 18px;
			    font-weight: bold;
				color: #56BF3C;
			}
            & .sale-product {
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 0px 10px;
                & strong {
                    font-size: 24px;
                    color: #F29002;
                    text-transform: uppercase;
                }
                & del {
                    color: #5E5E5E;
                    font-weight: 300;
                }
            }
            & .btn {
                padding: 12px 20px;
            }
        }
    }
}




.section-pricing {
    padding: 60px 0px;
    & .form-pricing {
        background: #56BF3C;
        position: relative;
        border-radius: 50px;
        padding: 35px 315px 35px 35px;
        margin-right: 50px;
        & .img-pricing {
            position: absolute;
            top: 50%;
            right: -65px;
            transform: translate(0%, -50%);
        }
        & .title-pricing {
            font-weight: 700;
            color: #fff;
            font-size: 40px;
            text-transform: uppercase;
            margin: 0;
            line-height: 1;
        }
        & .desc-pricing {
            font-weight: 700;
            color: #fff;
            font-size: 32px;
            margin-bottom: 25px;
        }
        & .inps {
            display: flex;
            flex-direction: column;
        }
        & .inps-wrap {
            position: relative;
            display: flex;
            align-items: center;
            gap: 10px;
            max-width: 760px;
        }
    }
}

.section-tabs-profiles {
    .tabs-name-profiles {
        display: flex;
		flex-wrap: wrap;
        align-items: center;
        justify-content: start;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
       /* border-radius: 100px; */
		border-radius: 15px;
		overflow: hidden;
        width: 100%;
        margin: 0px auto 15px;
		background: #fff;
		
        & .tab-name {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 20%;
            text-align: center;
            text-transform: uppercase;
            padding: 22px 0px;
            background: #fff;
            cursor: pointer;
            border-right: 1px solid #DADADA;
			border-bottom: 1px solid #DADADA;
            &:first-child {
               /*  border-radius: 100px 0px 0px 100px; */
            }
            &:last-child {
                /* border-radius: 0px 100px 100px 0px;
                border: 0px; */
            }
            &.active {
                background: #56BF3C;
                color: #fff;
            }
        }
    }
    & .tabs-describe-profiles {
        position: relative;
        background: #fff;
        border-radius: 50px;
        padding: 30px;
        overflow: hidden;
        & .tab-describe {
            transition: 0.4s;
            overflow: hidden;
            width: 0px;
            height: 0px;
            position: absolute;
            top: 0%;
            left: 0%;
            transform: translate(0%, -100%);
            &.active {
                position: relative;
                left: 0;
                top: 0;
                overflow: visible;
                width: 100%;
                height: fit-content;
                transform: translate(0%, 0%);
            }
        }
        & .column-1 {
            width: 38%;
            & img {
                margin: 0px auto;
                display: block;
				&.vertical{
					max-width: 255px;
				}
				&.horizontal{
					max-width: 390px;
				}
            }
            & .tab-installment {
                background: linear-gradient(to right,  rgba(242,144,2,1) 0%,rgba(233,103,10,1) 100%);
                display: block;
                width: 100%;
                color: #fff;
                font-weight: 700;
                border-radius: 100px;
                max-width: 190px;
                text-align: center;
                padding: 12px 20px;
                line-height: 1.3;
                position: absolute;
                top: 75%;
                left: 2%;
            }
        }
        & .column-2 {
            width: 62%;
            & h3.tab-title {
                margin: 0px 0px 15px;
                font-weight: 700;
                font-size: 24px;
                text-transform: uppercase;
            }
            & .tab-text {
                font-weight: 300;
            }
            & .tab-mintitle {
                font-weight: 700;
                margin-bottom: 20px;
            }
            & ul.tab-ul {
                padding: 0px;
                margin: 0px;
                & li {
                    position: relative;
                    padding-left: 40px;
                    margin-bottom: 20px;
                    display: flex;
                    align-items: baseline;
                    justify-content: space-between;
                    &:last-child {
                        margin-bottom: 0;
                    }
                    &::before {
                        content: '';
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        background: #56BF3C;
                        display: block;
                        border-radius: 20px;
                        width: 20px;
                        height: 20px;
                    }
                    & span {
                        font-weight: 300;
                        flex-shrink: 0;
                    }
                    & strong {
                        flex-shrink: 0;
                    }
                    & i {
                        border-bottom: 1px dashed #DEDEDE;
                        width: 100%;
                        display: block;
                        height: 1px;
                        margin: 0px 6px;
                    }
					& .color-palette__wrap{
						display: flex;
						gap: 3px;
						& .color-palette__item{
							width: 15px;
							height: 15px;
							border-radius: 50%;
							box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
						}
					}
                }
            }
        }
    }

    & .tabs-preference {
		h2{
			margin: 35px 0;
		}
        ul {
            list-style: none;
            padding: 0px;
            margin: 25px 0px 0px;
            width: 100%;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        li {
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
            background: #fff;
            border-radius: 50px;
            padding: 20px 32px;
            width: 25%;
            display: flex;
            align-items: center;
            gap: 10px;
            & span {    
                font-weight: 300;
            }
            & strong {
                flex-shrink: 0;
                font-size: 36px;
                color: #F29002;
                text-transform: uppercase;
            }
        }
    }
}



& .arrow-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 45px;
    & h2 {
        margin: 0px;
    }
    & .arrow-indicator {
        display: flex;
        align-items: center;
        gap: 10px;
        z-index: 5;
    }
    & .arrow-glide {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0px;
        padding: 5px;
        background: #fff;
        width: 45px;
        height: 45px;
        border-radius: 100px;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
        &::before {
            content: '';
            width: 12px;
            height: 12px;
            display: block;
            border-top: 1px solid #8F8F8F;
            border-right: 1px solid #8F8F8F;
            transform: rotate(45deg) translate(-2px, 2px);
        }
        &.arrow-left {
            transform: rotate(-180deg);
        }
        &:hover {
            background: #F29002;
            &::before {
                border-color: #fff;
            }
        }
    }
}

.section-glasspacket {
    padding: 60px 0px 30px;
    & .glide__bullets {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        margin: 40px auto 0px;
        & .glide__bullet {
            border: 1px solid #D2D2D2;
            background: #fff;
            width: 14px;
            height: 14px;
            border-radius: 20px;
            &.glide__bullet--active {
                background: #F08604;
            }
        }
    }
    & .box-glasspacket {
        background: #fff;
        border-radius: 50px;
        margin-top: 100px;
        position: relative;
        padding-bottom: 70px;
        & .img-glasspacket {
            margin: 0px auto 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            & img {
                margin: -50px auto 10px;
                max-height: 280px;
            }
        }
        & .touch-glasspacket {
            cursor: pointer;
            position: absolute;
            bottom: 0%;
            left: 0%;
            background: #56BF3C;
            border-radius: 50px;
            padding: 20px;
            width: 100%;
            transition: 0.5s;
            min-height: 63px;
            & * {
            transition: 0.4s;
            }
            & .touch-title {
                position: relative;
                text-transform: uppercase;
                color: #fff;
                font-weight: 700;
                margin: 0;
                padding-right: 60px;
                cursor: pointer;
                &::before {
					/*
                    content: '';
                    position: absolute;
                    top: 50%;
                    right: 0%;
                    transform: translate(0%, -50%);
                    background: #fff;
                    width: 45px;
                    height: 45px;
                    display: block;
                    border-radius: 100px;
                    box-shadow: 0px 0px 6px rgb(0 0 0 / 10%); */
                }
                &::after {
					/*
                    content: '';
                    position: absolute;
                    top: 50%;
                    right: 7%;
                    transform: translate(0%, -50%) rotate(45deg);
                    width: 12px;
                    height: 12px;
                    display: block;
                    border-top: 1px solid #8F8F8F;
                    border-right: 1px solid #8F8F8F; */
                }
            }
            & .touch-text {
                margin: 0;
                font-size: 0px;
            }
            &.active {
                background: rgba(255, 255, 255, 0.9);
                min-height: 100%;
                & .touch-title::after {
                    transform: translate(15%, -57%) rotate(135deg);
                }
                & .touch-text {
                    font-size: 14px;
                    font-weight: 300;
                    margin-top: 25px;
                }
                & * {
                    color:#000; 
                }
            }
        }
    }
}









.section-cooperation {
    display: flex;
    align-items: center;
    & .main {
        display: flex;
        align-items: center;
    }
    & .boxs-cooperation {
        position: relative;
        z-index: 1;
        max-width: 400px;
        & h2 {
            text-align: left;
            margin-bottom: 15px;
        }
        & ul {
            padding: 0px;
            margin: 0px 0px 30px;
            list-style: none;
        }
        & li {
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 300;
            margin-bottom: 15px;
            &::before {
                content: '';
                background: url(/wp-content/themes/d-okna/img/l1.svg) 50% 50%/contain no-repeat;
                width: 25px;
                height: 25px;
                display: block;
                flex-shrink: 0;
            }
            &:nth-child(2)::before {background-image: url(/wp-content/themes/d-okna/img/l2.svg);}
            &:nth-child(3)::before {background-image: url(/wp-content/themes/d-okna/img/l3.svg);}
            &:nth-child(4)::before {background-image: url(/wp-content/themes/d-okna/img/l4.svg);}
        }

        & .form-cooperation {
            background: #F08604;
            border-radius: 50px;
            padding: 25px;
            & .title-cooperation {
                text-align: center;
                text-transform: uppercase;
                color: #fff;
                font-size: 24px;
                font-weight: 700;
            }
            & .inp {
                margin-bottom: 10px;
            }
            & .inp-submit input {
                max-width: fit-content;
                margin: auto;
                background: #56BF3C;
            }
            & .inp-politic {
                line-height: 1.1;
                padding: 8px 10px 0px;
                & a {
                    text-decoration: underline;
                }
            }
        }
    }
    & .img-cooperation img {
        max-width: fit-content;
        margin-left: -15%;
    }
}


.section-instalment {
    padding: 60px 0px;
    & .title-instalment {
        display: flex;
        align-items: center;
        gap: 10px;
        & h2 {
            margin: 0px;
        }
        & span {
            border-radius: 50px;
            background: #56BF3C;
            display: block;
            padding: 5px 15px;
            font-weight: 300;
            color: #fff;
        }
    }
    & ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        padding: 0px;
        margin: 30px 0px 0px;
        & li {
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
            background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.69) 59%, rgb(242 144 2 / 27%) 100%);
            background-color: #fff;
            background-position: 100% 0%;
            background-repeat: no-repeat;
            background-size: 0%;
            border-radius: 50px;
            padding: 20px 30px;
            display: flex;
            align-items: center;
            gap: 10px;
            width: calc((100% / 2) - 10px);
            transition: 0.2s;
            &::before {
                content: '';
                background: url(/wp-content/themes/d-okna/img/instalment1.svg) 50% 50%/contain no-repeat;
                width: 45px;
                height: 45px;
                display: block;
                flex-shrink: 0;
            }
            &:nth-child(2)::before {background-image: url(/wp-content/themes/d-okna/img/instalment2.svg);}
            &:nth-child(3)::before {background-image: url(/wp-content/themes/d-okna/img/instalment3.svg);}
            &:nth-child(4)::before {background-image: url(/wp-content/themes/d-okna/img/instalment4.svg);}
            
            &:hover {
                background-color: #fff;
                background-position: 100% 100%;
                background-repeat: no-repeat;
                background-size: 100%;
            }
        }
    }
}



.section-complete {
    padding: 140px 0px 85px;
    & .box-complete {
        background: #56BF3C;
        position: relative;
        border-radius: 50px;
        padding: 45px 415px 75px 35px;
        margin-right: 50px;
        & .img-complete {
            position: absolute;
            top: 50%;
            right: -65px;
            transform: translate(0%, -55%);
            & ul.ul-complete {
                position: absolute;
                height: 100%;
                width: 100%;
                top: 0%;
                left: 0%;
                z-index: 2;
                list-style: none;
                padding: 0px;
                margin: 0px;
                & li.licmp {
                    position: absolute;
                    top: 0%;
                    left: 0%;
                    cursor: pointer;
                    &::before {
                        content: '';
                        background: #56BF3C;
                        width: 30px;
                        height: 30px;
                        position: absolute;
                        top: 0%;
                        left: -10%;
                        border-radius: 100px;
                        z-index: 1;
                    }
                    &::after {
                        content: '';
                        border: 2px solid #56BF3C;
                        width: 34px;
                        height: 34px;
                        position: absolute;
                        top: -4px;
                        left: -4px;
                        border-radius: 100px;
                        z-index: 1;
                    }
                    & p {
                        position: absolute;
                        right: -10px;
                        top: -3px;
                        z-index: 2;
                        background: #fff;
                        border-radius: 50px;
                        display: flex;
                        align-items: center;
                        margin: 0px;
                        padding: 0px;
                        gap: 15px;
                        width: 0px;
                        height: 0px;
                        overflow: hidden;
                        transition: 0.5s;
                    }
                    & span {
                        font-weight: 300;
                    }
                    & strong {
                        flex-shrink: 0;
                        font-size: 22px;
                        color: #F29002;
                        line-height: 1;
                    }
                }
                & li.licmp:nth-child(1) {
                    left: 50%;
                    top: 1%;
                    & p {
                        flex-wrap: wrap;
                        flex-direction: column;
                        gap: 0px;
                        align-items: flex-start;
                    }
                }
                & li.licmp:nth-child(2) {
                    left: 63%;
                    top: 25%;
                }
                & li.licmp:nth-child(3) {   
                    left: 12%;
                    top: 66%;
                }
                & li.licmp:nth-child(4) { 
                    left: 52%;
                    top: 70%;
                }
                & li.licmp:hover {
                    & p {
                        padding: 10px 20px;
                        width: max-content;
                        height: fit-content;
                        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
                    }
                }
            }
        }
        & .title-complete {
            font-weight: 700;
            color: #fff;
            font-size: 36px;
            text-transform: uppercase;
            margin: 0 0 25px;
            line-height: 1;
        }
        & .desc-complete {
            font-weight: 300;
            color: #fff;
            margin: 0;
            max-width: 545px;
            line-height: 1.5;
        }
    }
}




.section-marking {
    background: none !important;
    display: block !important;
    padding: 60px 0px;
    & .column-flex {
        gap: 10px;
    }
    & .column-1 {
        width: 40%;
        & .text-marking {
            & h2 {
                text-align: left;
                margin-bottom: 20px;
            }
            & p {
                font-weight: 300;
            }
        }
    }
    & .column-2 {
        width: 60%;
    }
    & .box-variations {
        display: flex;
        align-items: center;
        gap: 20px;
        background: #fff;
        padding: 20px;
        border-radius: 50px;
    }
}


.section-condition {
    padding: 60px 0px;
    & .exhaustive-condition {
        display: flex;
        & .comment-condition {
            width: 42%;
            & .comment-iframe {
                border-radius: 50px;
                overflow: hidden;
                box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
                max-width: 500px;
                margin: 0px auto -300px 0px;
                z-index: 1;
                height: 650px;
                transform: scale(0.9) translate(-6%, -5%);
            }
        }
        & .info-condition {
            width: 58%;
            & h2 {
                text-align: left;
                margin: 10px 0px 15px;
            }
            & ul.contact-condition {
                padding: 0px;
                margin: 0px;
                list-style: none;
            }
            & li.li-condition {
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
                gap: 20px;
                margin-bottom: 25px;
                & .text-condition {
                    font-weight: 600;
                    margin: 0px;
                }
                & .inf-condition {
                    text-align: right;
                    color: #56BF3C;
                    margin: 0px;
                    line-height: 1.5;
                    & a {
                        color: inherit;
                        text-decoration: underline;
                    }
                    & a[href^="tel:"] {
                        color: #F29002;
                        font-size: 30px;
                        line-height: 1;
                    }
                    & a:hover {
                        text-decoration: none;
                    }
                }
            }
        }
    }
}

.section-melke-colours{
	margin-top: 35px;
}
.section-melke-colours .melke-colours-wrapper{
	padding: 35px 40px;
	background-color: #fff;
	border-radius: 150px;
	margin-top: 35px;
}
.section-melke-colours .sub_heading{
	text-align: center;
	font-weight: bold;
	font-size: 25px;
}
.section-melke-colours .melke-colours-list{
	list-style: none;
	margin: 40px 0 0;
	padding: 0;
	display: flex;
  	align-items: center;
  	justify-content: center;
  	flex-wrap: wrap;
  	gap: 40px;
}
.section-melke-colours .melke-colours-list .melke-colours-item{
	display: flex;
  	flex-direction: column;
  	align-items: center;
  	gap: 15px;
  	user-select: none;
  	pointer-events: none;
}
.section-melke-colours .melke-colours-list .melke-colours-item-color{
	width: 90px;
  	height: 90px;
  	border-radius: 100%;
}
.section-melke-colours .melke-colours-list .melke-colours-item-text{
	font-size: 18px;
  	font-weight: 700;
  	text-transform: uppercase;
}

.product_specs_block{
	margin-bottom: 30px;
}
.product_specs_block .product_specs_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product_specs_block .product_specs_list_block{
	width: 48%;
}
.product_specs_block .product_specs_list_block .product_specs_list_block_title{
	font-size: 18px;
  	font-weight: bold;
 	margin: 10px 0;
}
.product_specs_block .one_spec{
  	display: flex;
  	justify-content: space-between;
  	border-bottom: 1px dashed #000;
	margin-bottom: 10px;
}
.product_specs_block .one_spec .spec_value{
	width: 100%;
	max-width: 200px;
	text-align: right;
}

ul.banner_list{
	list-style: none;
	margin: 30px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
ul.banner_list li{
	background: #fff;
	border-radius: 30px;
	padding: 10px 10px 10px 45px;
	font-size: 18px;
	position: relative;
}
ul.banner_list li::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 25px;
	height: 25px;
	transform: translateY(-50%);
	background-image: url('../img/banner_list_marker.webp');
	background-size: cover;
}
ul.banner_list li.question::before{
	background-image: url('../img/banner_list_marker_question.webp');
}
ul.banner_list li span{
	font-weight: bold;
}

@media (max-width: 1100px) {
    .btn-new {
        & .btn {
            padding: 21px 58px 21px 15px;
            font-size: 1.4vmax;
            &::before {
                right: 3%;
            }
        }
    }

    .new-layout {
        & .container {
            max-width: 450px !important;
            padding: 0px 10px;
        }
        h2 {
            font-size: 30px;
            margin: 0px 0px 30px;
        }
        & p {
            margin: 0px 0px 15px;
            font-size: 1.5vmax;
        }
        & .arrow-title {
            flex-direction: column;
            margin-bottom: 0px;
            & .arrow-indicator {
                justify-content: space-between;
                width: 100%;
                position: absolute;
                top: 200%;
            }
            & .arrow-left {
                margin-left: -7px;
            }
            & .arrow-right {
                margin-right: -7px;
            }
        }
        & .inps-wrap {
            flex-direction: column;
        }
        & .inp-submit input {
            margin: 0px auto !important;
        }
        & .inp-politic {
            font-size: 11px;
            padding-top: 10px;
            line-height: 1.2;
            max-width: 200px;
            margin: auto;
        }
    }

    .column-flex {
        flex-direction: column;
        & .column {
            width: 100% !important;
        }
    }

    .section-head {
        & .column-1 {
            padding-bottom: 15px;
            & .p {
                text-align: left;
                font-size: 1.8vmax;
                max-width: max-content;
                padding: 15px 2vmax;
                & strong {
                    font-size: 2.2vmax;
                }
            }
        }
        & .column-2 {
            padding: 0px;
            & h1 {
                text-align: left;
                font-size: 2.6vmax;
            }
			& .heading {
				text-align: left;
                font-size: 2.6vmax;
			}
            & p {
                text-align: left;
            }
        }
        & .sale-timer {
            & .slider-main__counter {
                display: block;
            }
        }
        & ul.ul {
            flex-direction: column;
            padding: 15px 10px;
            margin: 20px auto 0px;
            width: 100%;
            & li {
                display: flex;
                align-items: center;
                gap: 15px;
                list-style: none;
                width: 100%;
                text-align: left;
                padding: 10px 10px;
                border: 0px !important;
                & img {
                    margin: 0px;
                }
            }
        }
    }


    .section-products {
        padding: 40px 0px;
        & h2 {
            margin-bottom: 30px;
        }
        & .box-products {
            & .box-product {
                margin: 0px auto;
                max-width: 80%;
            }
        }
    }

    .section-pricing {
        padding: 0px 0px 165px;
        & .form-pricing {
            padding: 30px 20px;
            margin: 0px auto;
            width: 100%;
            & .img-pricing {
                position: relative;
                top: 0px;
                right: 0px;
                transform: translate(0%, 0%);
                margin: 30px auto -180px;
                display: flex;
                justify-content: center;
            }
        }
        & .form-pricing {
            & .title-pricing {
                text-align: center;
                font-size: 2.6vmax;
                margin-bottom: 5px;
            }
            & .desc-pricing {
                font-size: 2.1vmax;
                margin-bottom: 10px;
                text-align: center;
                line-height: 1.3;
            }
        }
    }

    .section-tabs-profiles {
        padding: 15px 0px 20px;
        & .tabs-name-profiles {
            margin: 0px auto 15px;
            flex-direction: column;
            box-shadow: none;
            & .tab-name {
                width: 100%;
                border: 0px;
                padding: 12px 10px;
                border-radius: 100px !important;
                &.active {
                    background: #56BF3C;
                    color: #fff;
                }
            }
        }
        & .tabs-describe-profiles {
            padding: 15px 15px 30px;
            & .column-1 {
                & img {
                    max-width: 215px;
                }
                & .tab-installment {
                    max-width: 160px;
                    padding: 10px 10px;
                    line-height: 1.2;
                }
            }
            & .column-2 {
                & h3.tab-title {
                    font-size: 2vmax;
                }
                & .tab-text {
                    line-height: 1.2;
                }
                & ul.tab-ul {
                    & li {
                        padding-left: 20px;
                        margin-bottom: 15px;
                        font-size: 1.5vmax;
                        &::before {
                            top: 3px;
                            width: 13px;
                            height: 13px;
                        }
                    }
                }
            }
        }
        
        & .tabs-preference {
            & ul {
                    flex-direction: column;
                    margin: 20px 0px 0px;
                    gap: 5px;
                }
            & li {
                justify-content: space-between;
                width: 100%;
                padding: 10px 20px;
                & strong {
                    font-size: 3vmax;
                }
            }
        }
    }


    & .section-glasspacket {
        padding: 30px 0px;
        & .slider-glasspacket {
            max-width: 280px;
            margin: 0px auto;
        }
        & .arrow-title {
            & h2 {
                margin: 0px;
            }
            & .arrow-indicator {
            width: clamp(100%, 95vw, 135%);
            top: calc(100% + 20vmax);
            }
        }
        & .box-glasspacket {
            & .touch-glasspacket {
                &.active {
                    padding: 30px;
                }
            }
        }
    }


    .section-cooperation {
        & .main {
            flex-direction: column;
        }
        & .boxs-cooperation {
            & h2 {
                text-align: center;
                margin-bottom: 15px;
            }
            & .form-cooperation {
                padding: 25px 15px;
            }
            & .inp-politic {
                padding: 8px 0px 0px;
            }
        }
        & .img-cooperation img {
            margin: -20px -22%;
            max-width: 140%;
        }
    }

    .section-instalment {
        & .title-instalment {
            margin-bottom: 20px;
            flex-direction: column;
        }
        & ul {
            gap: 10px;
            margin: 20px 0px 0px;
            flex-direction: column;
            & li {
                padding: 10px 20px;
                gap: 10px;
                width: 100%;
            }
        }
    }

    .section-complete {
        padding: 0px;
        & .box-complete {
            padding: 30px 15px;
            margin: 0px auto;
            & .title-complete {
                font-size: 30px;
                margin: 0 0 15px;
                line-height: 1.2;
                text-align: center;
            }
            & .img-complete {
                position: relative;
                top: 0px;
                right: 0px;
                transform: translate(0%, 0%);
                margin: 25px auto 0px;
            }
            & .desc-complete {
                line-height: 1.2;
                & span {
                    display: block;
                    font-weight: 400;
                    margin-bottom: 10px;
                }
            }
            & .img-complete {
                & ul.ul-complete {
                    & li.licmp {
                        & p {
                            flex-direction: column !important;
                            align-items: center !important;
                            gap: 5px;
                            & span {
                                text-align: center;
                            }
                        }
                        & strong {
                            text-align: center;
                            font-size: 16px;
                        }
                    }
                    & li.licmp:hover {
                        & p {
                            transform: translate(53%, -100%);
                            max-width: 300px;
                            right: 0%;
                            top: 0%;
                            text-align: center;
                        }
                    }
                }
            }
        }
    }




    .section-marking {
        padding: 35px 0px;
        & .column-1 {
            & .text-marking {
                & h2 {
                    text-align: center;
                    font-size: 24px;
                    margin-bottom: 10px;
                }
                & p {
                    line-height: 1.2;
                }
            }
        }
        & .box-variations {
            padding: 15px 7%;
            gap: 0px;
            flex-direction: column;
            & .service-1__arrows {
                display: flex;
            }
            & .service-1__arrow:nth-child(1) {
                margin: 0 0 0 -32px;
            }
            & .service-1__arrow:nth-child(2) {
                margin: 0 -32px 0 0;
            }
            & .service-1__var-text {
                font-size: 11px;
            }
            & .service-1__var {
                width: 60px;
            }
            & .title-h5 {
                font-size: 16px;
                margin: 0 0 10px 0;
            }
        }
    }

    .section-archetype {
        & img {
            margin: 0px auto;
            display: block;
        }
    }

    .section-condition {
        padding: 35px 0px 0px;
        & .exhaustive-condition {
            flex-direction: column;
            align-items: center;
            & h2 {
                margin-bottom: 15px;
            }
            & .comment-condition {
                width: 100%;
                & .comment-iframe {
                    margin: 10px auto;
                    height: 580px;
                    transform: scale(1) translate(0%, 0%);
                }
            }
            & .info-condition {
                width: 100%;
                & ul.contact-condition {
                    padding: 20px 0px 10px;
                    margin: 0px;
                }
                & li.li-condition {
                    gap: 10px;
                    margin-bottom: 20px;
                    flex-direction: column;
                    align-items: center;
                    text-align: center;
                    & .inf-condition {
                        text-align: center;
                        line-height: 1.3;
                    }
                }
            }
        }
        & .mapping-condition {
            margin: 0px -10px;
        }
    }

}

@media screen and (max-width: 768px){
	.section-melke-colours .melke-colours-list .melke-colours-item-text{
		font-size: 12px;
	}
	.product_specs_block .product_specs_list_block{
		width: 100%;
	}
	.product_specs_block .product_specs_list{
		flex-direction: column;
	}
	.product_specs_block .product_specs_list_block .product_specs_list_block_title{
		margin-top: 20px;
	}
}