/* Fonts START */
@font-face {
	font-family: 'Roboto';
	src: local('Roboto Bold'), local('Roboto-Bold'),
		url('../fonts/Roboto-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: local('Roboto Light'), local('Roboto-Light'),
		url('../fonts/Roboto-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: local('Roboto Black'), local('Roboto-Black'),
		url('../fonts/Roboto-Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: local('Roboto Medium'), local('Roboto-Medium'),
		url('../fonts/Roboto-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: local('Roboto'), local('Roboto-Regular'),
		url('../fonts/Roboto-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* Fonts END */


/* Переменные START */
:root {
	--default: #472446;
	--accent: #7497b5;
	--accent-hover: #62829d;
	--color1: #47B39C;
	--color1-hover: #359d87;
  }
/* Переменные END */

/* Общие стили START */
html, body {
    margin: 0;
    padding: 0;
}
body {
	line-height: 1.6;
	font-family: 'Roboto';
	font-weight: 400;
    overflow-x: hidden;
}
.container {
	max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
a {
	color: inherit;
	text-decoration: none;
}

ul {
    padding-left: 15px;
}

.button {
    background-color: var(--accent);
    color: #fff;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 5px;
    transition: background-color 0.5s ease;
    white-space: nowrap;
}
.button:hover {
    background-color: var(--accent-hover);
}

h1,h2,h3,h4,h5,h6,ul {
    margin-top: 0;
    margin-bottom: 15px;
}
h1 {
    font-size: 36px;
    line-height: 44px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    margin-top: 0;
    margin-bottom: 20px;
}
figure {
    padding: 0;
    margin: 0 0 20px 0;
}

.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}

.def-title-wrapper {
    margin-bottom: 40px;
}
.def-title {
    font-size: 38px;
    line-height: 1.3;
}
.def-subtitle {
    margin-top: 10px;
    color: #878787;
}
.color-blue {
    color: #1D6ECD;
}
.color-white {
    color: #fff;
}
.underline {
    text-decoration: underline;
}
/* Общие стили END */

/* Header START */
.goup-arrow {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: var(--color1);
    z-index: 9;
    border-radius: 3px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.35s ease;
    transform: translateX(100px);
    opacity: 0.8;
}
.goup-arrow:hover {
    opacity: 1;
}
.goup-arrow.is-active {
    transform: none;
}
.goup-arrow-item img {
    max-width: 15px;
    display: block;
}

.site-header {
	background-color: var(--default);
}
.header-row {
	display: flex;
    align-items: center;
    padding: 10px 0;
}
.site-branding a {
    display: block;
}
.site-branding img {
	max-width: 160px;
	height: auto;
}
.header-social-wrap {
    margin-left: auto;
    display: flex;
    column-gap: 15px;
    margin-right: 25px;
}
.header-social-wrap a {
    display: inline-block;
}
.header-social-wrap a img {
    display: block;
    max-width: 36px;
}
/* Header END */


/* Ecobanner START */
.s-ecobanner {
    position: relative;
    z-index: 0;
}
.s-ecobanner::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(0deg, rgba(49, 53, 51, 0.85), rgba(49, 53, 51, 0.85));
}
.ecobanner-row {
    display: flex;
    align-items: center;
    padding: 100px 0;
    color: #fff;
}
.ecobanner-left {
    margin-right: 70px;
}
.ecobanner-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
}
.ecobanner-desc {
    font-size: 18px;
    color: #B9B9B9;
    line-height: 1.6;
}
.ecobanner-btn {
    display: flex;
    align-items: center;
    column-gap: 22px;
}
.ecobanner-btn-item .button {
    font-size: 18px;
}
.ecobanner-price {
    font-size: 30px;
    font-weight: 700;
}

.ecobanner-right img {
    max-width: 620px;
    border-radius: 5px;
    box-shadow: -0.936535px 0.936535px 7.96055px 1.87307px rgba(96, 92, 92, 0.25);
}
/* Ecobanner END */

/* Ecofeatures START */
.s-ecofeatures {
    padding: 50px 0;
}
.ecofeatures-row {
    display: flex;
    column-gap: 20px;
    padding: 0 50px;
}
.ecofeatures-item {
    width: 33%;
    border-radius: 5px;
    padding: 40px;
    text-align: center;
    background-color: #ECEEEC;
}
.ecofeatures-icon {
    margin-bottom: 18px;
}
.ecofeatures-icon i {
    font-size: 42px;
    color: var(--accent);
}
.ecofeatures-item:nth-child(1) .ecofeatures-icon i {
    font-size: 47px;
}
.ecofeatures-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.5;
}
.ecofeatures-subtitle {
    color: #7D7B7B;
}
/* Ecofeatures END */

/* Welcome START */
.s-welcome {
    color: #fff;
    background-color: #3A3B3A;
    padding: 50px 0;
    text-align: center;
    font-size: 18px;
}
.s-welcome p {
    max-width: 1000px;
    margin: 0 auto;
}
/* Welcome END */

/* Ecoblock Design START */
.s-ecoblock-design {
    padding: 90px 0;
}
.ecoblock-design-row {
    display: flex;
    align-items: center;
    column-gap: 50px;
}
.ecoblock-design-left {
    max-width: 530px;
}
.ecoblock-design-right img {
    max-width: 540px;
}
.ecoblock-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #555353;
}

.s-ecoblock-design.color-white .ecoblock-desc {
    color: #D7D7D7;
}
.s-eco-wordpress .ecoblock-design-right img {
    max-width: 480px;
}
.s-eco-wordpress .def-subtitle {
    color: #C1C1C1;
}
/* Ecoblock Design END */

/* Price START */
.s-price {

}
.s-price .def-title {
    margin-bottom: 30px;
}
.price-row {
    display: flex;
    align-items: center;
    padding: 70px 80px;
}
.price-left {
    margin-right: 100px;
    padding-right: 100px;
    border-right: 1px solid #B7AEAE;
}
.price-list {
    color: #5B5B5B;
}
.price-list li:nth-last-child(n+2) {
    margin-bottom: 10px;
}

.price-title {
    font-size: 34px;
}
.price-item {
    font-size: 34px;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 30px;
}
/* Price END */

/* FAQ START */
.s-faq {
    padding: 80px 0;
    color: #fff;
}
.s-faq .def-title {
    text-align: center;
    margin-bottom: 30px;
}
.faq-item:nth-last-child(n+2) {
    margin-bottom: 20px;
}
.faq-wrap {
    max-width: 700px;
    margin: 0 auto;
}
.faq-question {
    background-color: #F5F5F5;
    padding: 15px 45px 15px 25px;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    position: relative;
    font-size: 18px;
	user-select: none;
}
.faq-question::after {
    content: '';
    display: inline-block;
    background-image: url('../images/faq-arrow.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 20px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.35s ease;
}
.faq-question.is-active::after {
    transform: translateY(-50%) rotate(180deg);
}
.faq-answer {
    padding: 10px 25px;
    display: none;
}
.faq-answer p {
    margin-bottom: 0;
}
/* FAQ END */

/* 404 START */
.error-404 {
    padding: 150px 0;
    text-align: center;
    line-height: 1.2;
}
.error-number {
    font-size: 90px;
    font-weight: 700;
    color: #199bc4;
}
/* 404 END */

/* Payments START */
.s-payments {
    text-align: center;
    background-color: #EAEAEA;
    padding: 30px 0;
}
.s-payments img {
    max-width: 300px;
    width: 100%;
}
/* Payments END */

/* Footer START */
.site-footer {
	background-color: #28292C;
    color: #B0ACAC;
    text-align: center;
    padding: 20px 0;
}
.site-footer p {
	margin-bottom: 0;
}
/* Footer END */


/* Responsive START */
@media screen and (max-width: 1200px) {

	/* Ecobanner 1200 START */
	.ecobanner-right img {
		max-width: 500px;
	}
	.ecobanner-title {
		font-size: 42px;
		line-height: 1.4;
	}
	/* Ecobanner 1200 END */

	/* Ecodesign 1200 START */
	.ecoblock-design-right img {
		max-width: 450px;
	}
	/* Ecodesign 1200 END */

}


@media screen and (max-width: 992px) {

    /* Ecobanner 992 START */
    .ecobanner-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .ecobanner-left {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .ecobanner-title br {
        display: none;
    }
    .ecobanner-right {
        display: none;
    }
    /* Ecobanner 992 END */

    /* Ecofeatures 992 START */
    .ecofeatures-row {
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .ecofeatures-item {
        width: calc(50% - 10px);
    }
    /* Ecofeatures 992 END */

    /* Ecodesign 992 START */
    .ecoblock-design-row {
        flex-direction: column;
    }
    .ecoblock-design-left {
        margin-bottom: 30px;
        max-width: none;
    }
    /* Ecodesign 992 END */

    /* Price 992 START */
    .price-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .price-left {
        margin-right: 0;
        margin-bottom: 20px;
        padding-right: 0;
        border-right: none;
    }
    /* Price 992 END */

}


@media screen and (max-width: 768px) {

	/* Header 768 START */
	.site-branding img {
		max-width: 150px;
	}
	.header-btn {
		padding: 8px 20px;
		font-size: 14px;
	}
	.header-social-wrap a img {
		max-width: 34px;
	}
	/* Header 768 END */

    /* Faq 768 START */
    .faq-question {
        font-size: 16px;
    }
    .faq-question::after {
        width: 16px;
        height: 11px;
    }
    /* Faq 768 END */

    /* Price 768 START */
    .price-row {
        padding: 60px 0;
    }
    .price-title {
        font-size: 28px;
    }
    .price-item {
        font-size: 28px;
    }
    /* Price 768 END */

}


@media screen and (max-width: 620px) {

    /* Global 620 START */
    .def-title {
        font-size: 34px;
    }
    /* Global 620 END */

    /* Ecovista design 620 START */
    .s-ecoblock-design {
        padding: 50px 0;
    }
    .ecoblock-design-row {
        align-items: flex-start;
    }
    .ecoblock-design-right img {
        max-width: 100% !important;
    }
    /* Ecovista design 620 END */

}
 
@media screen and (max-width: 575px) {

	/* Header 575 START */
	.header-btn {
		display: none;
	}
	.header-social-wrap {
		margin-right: 0;
	}
	/* Header 575 END */

    /* Global 575 START */
    .def-title {
        font-size: 30px;
    }
    /* Global 575 END */

    /* Header 575 START */
    .header-btn {
        display: none;
    }
    .header-social-wrap {
        margin-right: 0;
    }
    /* Header 575 END */

    /* Ecobanner 575 START */
    .ecobanner-title {
        font-size: 38px;
    }
    .ecobanner-row {
        padding: 60px 0;
    }
    /* Ecobanner 575 END */

    /* Ecofeatures 575 START */
    .ecofeatures-row {
        padding: 0 40px;
    }
    .ecofeatures-item {
        width: 100%;
    }
    /* Ecofeatures 575 END */

}

@media screen and (max-width: 370px) {

    /* Header 370 START */
    .site-branding img {
        max-width: 120px;
    }
    .header-social-wrap a img {
        max-width: 28px;
    }
    /* Header 370 END */

}