body {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	color: #373736;
}

body * {
    box-sizing: border-box;
}

.container {
    margin: auto;
    display: block;
    max-width: 1600px;
    text-align: center;
    padding: 0px 30px;
    box-sizing: content-box;
}

.indevelop {
    font-size: 36px;
    margin-top: 80px;
    padding: 0px 30px;
}

.main-heading {
    font-size: 24px;
    margin: 0 auto;
}

img.logo {
    max-width: 100%;
    box-sizing: border-box;
    padding: 0px 30px;
}

.container-2-cols {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.container-2-cols .col {
    width: 50%;
}

.col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 30px;
    box-sizing: border-box;
}

.contacts a img {
    width: 36px;
    display: inline-block;
    margin-right: 15px;
}

.contacts a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    color: #373736;
    text-decoration: none;
    font-weight: 600;
}

.contacts form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.contacts form input[type=text], .contacts form input[type=tel] {
    width: 100%;
    max-width: 300px;
    height: 45px;
    padding-left: 15px;
    margin-bottom: 15px;
    border-radius: 0px;
    border: solid 1px #373736;
    box-sizing: border-box;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
}

.contacts form input[type=button] {
    background: #147992;
    color: #fff;
    border: none;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    height: 45px;
    border-radius: 0px;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    cursor: pointer;
}

.contacts {
    max-width: 100%;
    margin: 0 auto;
}

.form-text {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 40px;
}

div#popup-background {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgb(21 130 157 / 70%);
	cursor: pointer;
	display: none;
}

div#popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    max-width: 350px;
    max-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    display: none;
}

div#popup-background.vis,
div#popup-content.vis {
	display: flex;
}

div#popup-btn {
    display: block;
    background: #15829d;
    text-align: center;
    color: #fff;
    margin-top: auto;
    margin-bottom: 20px;
    padding: 12px 30px;
    cursor: pointer;
}

div#popup-text {
    text-align: center;
    padding: 0px 20px;
    font-size: 22px;
    margin-top: 50px;
}

.catalog_categs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.single-catalog-categ {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    padding-left: 40px;
    margin-bottom: 100px;
    width: calc(100% / 3);
    transition: all .3s ease;
}

.single-catalog-categ-title {
    position: absolute;
    left: 30px;
    top: 0;
    width: 10px;
    height: 100%;
}

.categ-kitchen .single-catalog-categ-title {
    background: linear-gradient(45deg, transparent, #00833f);
}

.categ-cleaning .single-catalog-categ-title {
    background: linear-gradient(45deg, transparent, #b2282e);
}

.categ-gigiena .single-catalog-categ-title {
    background: linear-gradient(45deg, transparent, #65675d);
}

.single-catalog-categ-title span {
    transform: rotate(-90deg) translateY(-120px) translateX(-90px);
    display: block;
    width: 200px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    position: sticky;
    text-align: right;
    top: 150px;
}

.single-product {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    text-align: left;
    padding-bottom: 30px;
    padding-top: 30px;
}

.single-product img {
    display: block;
    width: 100%;
    object-fit: contain;
    height: 300px;
    width: 300px;
    margin: 0 auto;
    transition: all .3s ease;
}

.single-product-info {
    width: 0;
    height: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    transition: all .3s ease;
}

.single-product-title {
    font-size: 20px;
    font-weight: 700;
    border-bottom: solid 2px #000;
    padding: 0px 0px 5px 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.single-product-sku {
    font-weight: 800;
    font-size: 18px;
}

.categ-kitchen .single-product-sku {
    color: #028340;
}

.single-product-description {
    font-weight: 600;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: auto;
}

.single-product-attribute {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

.single-product-attribute:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    margin-right: 10px;
}

.single-product-attribute strong {
    margin-right: 10px;
    font-weight: 800;
}

.categ-kitchen .single-product-attribute:before {
    background: #00833e;
}

.categ-cleaning .single-product-attribute:before {
    background: #b32a30;
}

.categ-gigiena .single-product-attribute:before {
    background: #66685e;
}


footer {
    background: #b7d7e9;
    padding: 50px 0px;
}

.contacts a:last-child {
    margin-bottom: 0;
}

header {
    background: #ffffff;
    box-shadow: 0px 0px 30px -20px #000;
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 20px 0px;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.header-logo img.logo {
    margin-top: 0;
    height: 70px;
    padding: 0;
}

.header-phones {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 10px 0px;
    gap: 30px;
}

.header-phones img {
    height: 36px;
    margin-right: 10px;
}

.header-phones a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.header-soc {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 0px;
    gap: 10px;
}

.header-soc img {
    height: 36px;
}

.header-soc a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

h1.first-screen-heading {
    font-size: 48px;
    margin: 0;
    margin-bottom: 40px;
}

section#first-screen {
    padding: 100px 0px;
}

.first-screen-text {
    font-size: 24px;
    text-align: left;
    line-height: 1.6em;
}

.container-4-cols {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.container-4-cols .col {
    width: 25%;
}

.footer-logo img {
    height: 70px;
}

section#bottom-form {
    background: #f1f1f1;
    padding: 70px 0px;
}

section#bottom-form form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    width: 100%;
    max-width: 700px;
    gap: 20px;
}

section#bottom-form input {
    width: calc((100% / 3) - 20px);
    height: 55px;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat';
    border-radius: 4px;
    border: solid 1px #ccc;
}

section#bottom-form input[type=button] {
    background: #15829d!important;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.container-3-cols .col {
    flex-direction: row;
    min-width: 300px;
}

.col.footer-phone {
    margin: auto;
}

.container-3-cols {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.col.footer-soc {
    justify-content: flex-end;
    padding-right: 0;
}

.col.footer-soc a:last-child img {
    margin-right: 0;
}

.col.footer-phone a {
    margin-right: 30px;
    margin-bottom: 0px;
}





.catalog-expand .single-catalog-categ.active-categ {
    width: 50%;
}

.catalog-expand .single-catalog-categ:not(.active-categ) {
    width: 25%;
}

.active-categ .single-product-info {
    width: 60%;
    height: auto;
}


.single-product-info-inner {
    overflow: hidden;
    width: 356px;
}


.active-categ .single-product img {
    margin-left: 0;
}

section#qr img {
    height: 300px;
}

section#qr {
    padding: 50px 0px;
}


@media (max-width: 1600px) {
    .single-product img {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 1400px) {
    h1.first-screen-heading {
        font-size: 36px;
    }

    .first-screen-text {
        font-size: 18px;
    }

    .single-product img {
        width: 200px;
        height: 200px;
    }

    .single-product-title {
        font-size: 20px;
    }

    .single-product-info-inner {
        width: 300px;
    }

    .single-product-sku {
        font-size: 14px;
    }

    .single-product-description {
        font-size: 14px;
    }

    .single-product-attribute {
        font-size: 14px;
    }

    .single-catalog-categ-title span {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .container-3-cols .col {
        min-width: unset;
        padding: 0;
    }

    .single-product-info-inner {
        width: 250px;
    }

    .single-product img {
        width: 150px;
        height: 150px;
    }

    .active-categ .single-product-info {
        width: calc(100% - 150px);
    }

    .single-product-title {
        font-size: 18px;
    }

    .single-product-description {
        font-size: 12px;
    }

    .single-product-sku {
        font-size: 12px;
    }

    .single-product-attribute {
        font-size: 12px;
    }
}

@media (max-width: 1000px) {
    section#first-screen {
        padding: 60px 0px;
    }

    .single-product img {
        width: 100px;
        height: 100px;
    }

    .active-categ .single-product-info {
        width: calc(100% - 100px);
    }

    .single-product-info-inner {
        width: 220px;
    }

    .single-product-title {
        font-size: 14px;
    }

    .single-product {
        padding-top: 0px;
    }

    .col.footer-phone {
        flex-direction: column;
        gap: 10px;
    }

    .form-text {
        font-size: 18px;
    }

}

@media (max-width: 800px) {
        
    .header-logo img.logo {
        height: 50px;
    }
}

@media (max-width:  600px) {
	.container-2-cols .col:nth-child(1) {
	    width: 100%;
	    height: 140px;
	    flex-wrap: wrap;
	}

	.container-2-cols .col:nth-child(2) {
	    width: 100%;
	    margin-top: 40px;
	    text-align: center;
	}

	.contacts form {
	    justify-content: center;
	    align-items: center;
	}

	.form-text {
	    margin-bottom: 30px;
	    text-align: center;
	}

	.indevelop {
	    margin-top: 50px;
	}

    h1.first-screen-heading {
        font-size: 20px;
    }

    .first-screen-text {
        font-size: 14px;
    }

    .form-text {
        font-size: 16px;
    }

    .footer-logo img {
        height: 50px;
    }

    .col.footer-soc {
        flex-direction: column;
    }

    .contacts a img {
    }

    .col.footer-soc a img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .col.footer-phone {
        margin-left: 0;
        margin-right: auto;
    }

    footer {
        padding: 30px 0px;
    }

    .footer-logo img {
        padding-left: 0;
    }

    .container {
        padding: 0px 15px;
    }

    .header-phones {
        font-size: 12px;
        flex-direction: column;
        gap: 5px;
        padding: 0;
    }

    header {
        padding: 10px 0px;
    }

    .single-catalog-categ, .catalog-expand .single-catalog-categ.active-categ {
        width: 100%;
    }

    .single-product-info-inner {
        width: 100%;
    }

    .catalog-expand .single-catalog-categ:not(.active-categ) {
        width: 100%;
    }

    .single-product-info {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width:  480px) {

	.container-2-cols .col:nth-child(1) {
	    height: auto;
	}

	h1.main-heading {
	    font-size: 22px;
	}

	.indevelop {
	    font-size: 18px;
	}

    section#bottom-form input {
        width: 100%;
        max-width: 300px;
    }

    .col {
        width: 100%;
    }

    .footer-logo {
        width: 100%;
    }

    .col.footer-phone {
        margin-top: 30px;
    }

    .col.footer-soc {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        margin-top: 20px;
    }

    .header-soc {
        flex-direction: column;
        gap: 1px;
    }

    .header-soc img {
        height: 25px;
    }
}
