.page-content {
    padding-bottom: 80px;
}

.contacts-top-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contacts-top-wrap .btn {
    padding: 15px 30px;
}

.contact-boxes {
	margin-top: 40px;
}

.contact-boxes {
    background: #F7F7F7;
    display: flex;
    padding: 33px 45px;
    column-gap: 20px;
}
.contact-box {
	display: flex;
	align-items: flex-start;
	gap: 15px;	
	width: 28%;
}
.contact-box:last-of-type {
	align-items: center;
	justify-content: center;
	width: 15%;
}
.contact-box > div {
	font-weight: 600;
	color: #868785;
	display: flex;
    flex-direction: column;
}

.contact-box > div .contact-box-title {
    font-weight: 600;
    text-transform: uppercase;
    color: var(--black);
    line-height: 1;
    margin-bottom: 10px;
}

.contact-box > div a {
	color: #868785;
}

.contact-box > div a:hover {
	color: var(--green);
}

.right_contacts.soc {
	display: flex;
	flex-direction: row;
	gap: 16px;
}

.right_contacts.soc a img {
	transition: 0.5s;
}

.right_contacts.soc a:hover img {
	transition: 0.5s;
	opacity: 0.8;
}

.contact-boxes2 {
	margin-top: 50px;
	margin-bottom: 60px;
	display: flex;
	gap: 60px;
}

.contact-box2 {
	width: 33.33%;
	background: #F7F7F7;
	border-radius: 10px;
	padding: 26px 35px;
}

.bottom-form-text strong {
	font-weight: 700;
}

.bottom-form-title {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.bottom-form-title .color {
	color: var(--orange);
	font-weight: 700;
}

.bottom-form-wrap {
	display: flex;
	align-items: center;
	gap: 5%;
}
.bottom-form-content {
	width: 45%;
}
.bottom-form {
	width: 55%;
	background: #F7F7F7;
	border-radius: 10px;
	padding: 50px 65px;
}

.bottom-form-text {
    line-height: 1.45;
}

.contact-box2-title {
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 40px;
	line-height: 1.3;
	position: relative;
	text-align: center;
}

.contact-box2-title::before {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	height: 2px;
	background-color: var(--green);
	bottom: 20px;
}
.contact-box2 {
	font-size: 16px;
	line-height: 1.45;
}
.contact-box2 hr {
	border: none;
	border-top: 2px dashed;
}
.wpcf7-form .row2 {
	column-gap: 10px;
	margin-bottom: 0;
}

.wpcf7 input[type="submit"] {
	font-weight: 700;
	font-size: 18px;
	padding: 0px 20px;
}

@media (max-width: 1500px){
	.contact-boxes {
		padding: 25px 30px;
	}
	.contact-boxes2 {
		margin-top: 40px;
		margin-bottom: 40px;
		gap: 2%;
	}
	.bottom-form-title {
		font-size: 25px;
	}

}

@media (max-width: 1440px){
	.manager-box-content a {
		font-size: 24px;
	}
	.manager-name {
		font-size: 16px;
	}
	.contact-box {
		font-size: 16px;
	}
	.contact-box2 {
		padding: 20px;
	}
	.bottom-form-title {
		font-size: 20px;
	}
	.bottom-form-text {
		font-size: 14px;
	}
	.bottom-form {
		padding: 30px 35px;
	}
	.wpcf7 input[type="submit"] {
		font-weight: 700;
		font-size: 12px;
		padding: 10px 20px;
	}
}

@media (max-width: 1100px){
	.contact-boxes {
		margin-top: 20px;
	}
	.contact-boxes {
		padding: 20px;
	}
	.contact-box {
		font-size: 14px;
	}
	.contact-box2-title {
		padding-bottom: 30px;
		font-size: 13px;
	}
	.contact-box2-title::before {
		bottom: 15px;
	}
	.contact-box2 {
		font-size: 14px;
	}
}

@media (max-width: 991px){
	.contact-boxes {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 20px;
		padding: 0;
		background: var(--transparent);
		margin-bottom: 30px;
	}
	.contact-box {
		width: 100%;
		padding: 20px;
		background: #F7F7F7;
		border-radius: 10px;
	}
	.contact-box:last-of-type {
		width: 100%;		
		justify-content: flex-start;
	}
	
	.wpcf7-form .row2 {
		row-gap: 20px;
		grid-template-columns: repeat(1,1fr);
	}
	.row2 .checkbox__label::before {
		top: 0px;
	}
	.row2 .label-selected .checkbox__label::after {
		top: 0px;
	}
	.contact-boxes2 {
		flex-wrap: wrap;
		gap: 25px;
	}
	.contact-box2 {
		width: 100%;
		font-size: 16px;
	}
	.contact-box2-title {
		padding-bottom: 40px;
		font-size: 16px;
		text-align: left;
	}
	.contact-box2-title::before {
		bottom: 20px;
	}
	.bottom-form-wrap {
		gap: 30px;
		flex-direction: column;
	}
	.bottom-form-content {
		width: 100%;
	}
	.bottom-form {
		width: 100%;
	}
	.bottom-form-title br {
		display: none;
	}
	.bottom-form-text {
		font-size: 16px;
	}
	.manager-box {
		gap: 15px;
	}
	.manager-box-content a {
		font-size: 20px;
	}
	.manager-position {
		font-size: 14px;
	}
	.manager-name {
		font-size: 13px;
	}
	.page-content {
		padding-bottom: 60px;
	}

}

@media (max-width: 767px){
	.contacts-top-wrap {
		flex-direction: column;
		gap: 20px;
	}
	.contact-boxes {
		grid-template-columns: repeat(1,1fr);
		gap: 15px;
		margin-bottom: 40px;
		margin-top: 40px;
	}
	.contact-box {
		font-size: 16px;
	}
	.row2 .checkbox__label::before {
		top: 10px;
	}
	.row2 .label-selected .checkbox__label::after {
		top: 10px;
	}
	.checkbox__label {
		padding: 0 0 0 35px;
		font-size: 14px;
	}
}