
.breadcrumbSection {
    margin-bottom: 40px;
}

.firstSection {
    position: relative;
}
.firstSection h1 {
    font-size: 85px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 45px;
    line-height: 1;
}

.firstSection .descPage {
    font-size: 20px;
    margin-bottom: 20px;
}

.firstSection .butGoForm {
	width: fit-content;
    display: flex;
    column-gap: 12px;
    background-color: var(--yellow-color);
    color: #fff;
    padding: 13px 20px;
    text-transform: uppercase;
    border-radius: var(--small-radius);
    border: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin: 0 0 20px;
    background: #F7BC58;
}
.firstSection .butGoForm:hover {
    background-color: var(--yellow-active);
}

.sectionListImage {
    width: 100%;
    height: 450px;
}



.imageBlock_1 {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
}
.imageBlock_2 {
    position: absolute;
    right: 250px;
    left: auto;
    top: 150px;
}
.imageBlock_3 {
    position: absolute;
    right: 510px;
    left: auto;
    top: 300px;
}







.listInfoBlock {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	column-gap: 30px;
	margin-bottom: 75px;
}

.listInfoBlock .itemInfo {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
}

.disaineramPage .headingSection {
    display: flex;
    align-items: center;
    line-height: 1;
    column-gap: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.headingSection .iconBlock {
    display: flex;
}
.textRow {
	display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    row-gap: 7px;
}
.descText {
    font-size: 14px;
}






.sectionBottomForm {
	background: url("/local/templates/adeta/images/design_page/form_back.png");
	background-size: cover;
}

.sectionBottomForm_content {
    display: flex;
	column-gap: 35px;
	padding: 75px 0 100px;
}

.sectionBottomForm_content .leftBlock {
    flex: 3;
}
.sectionBottomForm_content .rightBlock {
    flex: 1;
}

.sectionBottomForm_content h3 {
	line-height: 1.5;
	color: #fff;
    font-weight: 600;
}
.sectionBottomForm_content h3 .orangeText {
	color: var(--yellow-color);
    font-size: 30px;
}

.sectionBottomForm_content form.standartForm {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.sectionBottomForm_content form.standartForm input {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.sectionBottomForm_content form.standartForm input::placeholder {
    color: #fff;
}

.sectionBottomForm_content form.standartForm button.sendForm {
    /* margin-top: 10px; */
    font-size: 16px;
    font-weight: 600;
}

.sectionBottomForm_content .goodSendMessage {
	color: #fff;
}



@media(max-width: 1200px) {
	.sectionListImage {
		display: none;
	}
	.firstSection .butGoForm {
		margin-bottom: 50px;
	}

}


@media(max-width: 768px) {
	.firstSection h1 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.listInfoBlock {
		grid-template-columns: 1fr;
		row-gap: 20px;
        margin-bottom: 30px;
	}

	.sectionBottomForm_content {
		padding: 30px 0;
		display: flex;
		flex-direction: column;
		text-align: center;
		row-gap: 20px;
	}
	form.standartForm {
		max-width: 500px;
		width: 95%;
		margin: auto;
	}
    .firstSection .descPage {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .wrapperPage.sectionBottomForm_content {
        background: #f7bc58;
        width: 100%;
        padding: 20px;
    }
    .sectionBottomForm_content form.standartForm button.sendForm {
        background-color: #fff;
        color: var(--yellow-color);
    }
}


@media(max-width: 500px) {
	.sectionBottomForm_content h3 {
		line-height: 1.2;
        font-size: 20px;
        font-weight: 500;
	}
    .sectionBottomForm_content h3 .orangeText {
        font-size: 20px;
    }
	.firstSection .butGoForm {
        margin: 0 auto 30px;
	}

}