.servicesNew__slide {
    padding: 10px;
}
.servicesNew__slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.2;
    object-fit: cover;
}

.servicesNew__content {
    column-count: 2;
    column-gap: 30px;
}

.servicesNew__contacts {
    margin-top: 80px;
    margin-bottom: 80px;
    border: 1px solid black;
    padding: 30px;
}

.servicesNew h2 {
    text-transform: uppercase;
}


.servicesReviews__slider .slick-list{
	margin: 0 45px;
}

.serviceFeatures__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.serviceFeatures__item {
    width: 33%;
    text-align: center;
    margin-bottom: 20px;
}

.serviceFeatures__title {
    max-width: 330px;
    margin: 0 auto;
}

.servicesNew__clients {
    margin-top: 20px;
}
.servicesClients,
.serviceFeatures,
.servicesNew__contacts,
.servicesExtras{
    padding-top: 60px;
}

.servicesReviews{
    padding-top: 100px;
}

.servicesClients__slider .servicesClients__slide {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.servicesReviews .servicesReviews__slide {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}
.servicesReviews__slide figure {
    max-height: 200px;
}

.servicesReviews__slide img {
    max-height: 200px;
    object-fit: contain;
}

.servicesExtras .servicesExtras__slide {
    display: block !important;
    width: 100%;
}
.servicesExtras__slide a {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.servicesExtras .servicesExtras__slide,
.servicesReviews .servicesReviews__slide,
.servicesClients__slider .servicesClients__slide {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
	.servicesClients,
	.serviceFeatures,
	.servicesNew__contacts,
	.servicesExtras{
		padding-top: 30px;
	}

	.servicesReviews{
		padding-top: 70px;
	}

    .servicesNew__content {
        column-count: 1;
    }

    .serviceFeatures__item {
        width: 50%;
    }
}
@media (max-width: 580px) {

    .serviceFeatures__item {
        width: 100%;
    }
}

.servicesNew__slider .slick-prev::before, .servicesNew__slider .slick-next::before,
.servicesReviews__slider .slick-prev::before, .servicesReviews__slider .slick-next::before,
.servicesClients__slider .slick-prev::before, .servicesClients__slider .slick-next::before,
.servicesExtras__slider .slick-prev::before, .servicesExtras__slider .slick-next::before {
    color: #a87c4d;
    font-size: 40px;
    opacity: 1;
}
.servicesNew__slider .slick-prev::before, .servicesNew__slider .slick-next::before {
    color: black;
}

.servicesNew__slider .slick-prev, .servicesNew__slider .slick-next,
.servicesReviews__slider .slick-prev, .servicesReviews__slider .slick-next,
.servicesClients__slider .slick-prev, .servicesClients__slider .slick-next,
.servicesExtras__slider .slick-prev, .servicesExtras__slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 99;
}

.servicesNew__slider .slick-prev,
.servicesReviews__slider .slick-prev,
.servicesClients__slider .slick-prev,
.servicesExtras__slider .slick-prev {
    left: 5px;
}

.servicesNew__slider .slick-next,
.servicesReviews__slider .slick-next,
.servicesClients__slider .slick-next,
.servicesExtras__slider .slick-next {
    right: 5px;
}

.serviceFeatures__pic img {
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

.servicesExtras__pic img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.form-container2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.form-container2_left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-container2_left input {
    width: 24%;
    margin-bottom: 20px;
    height: 50px;
    border-color: black;
    border-width: 2px;
    color: black;
}
.form-container2_left input[type="submit"] {
    color: white;
}
.form-container2_left input[type="text"]::placeholder,
.form-container2_left  input[type="email"]::placeholder,
.form-container2_left input[type="search"]::placeholder,
.form-container2_left input[type="password"]::placeholder,
.form-container2_left input[type="tel"]::placeholder,
.form-container2_left input::placeholder,
.form-container2_left textarea::placeholder
{
    color: black; /*Change the placeholder color*/
    opacity: 1; /*Change the opacity between 0 and 1*/
    line-height: 20;
    font: 16px 'FuturaBookcRegular',sans-serif;
}

.form-container2_left textarea {
    width: 24%;
    height: 50px;
    border-color: black;
    border-width: 2px;
    color: black;
}

.form-container2_right {
    width: 100%;
    text-align: center;
}

.slick-slide .servicesClients__slide img {
    max-width: 300px;
}


@media (max-width: 760px) {
    .form-container2_left textarea,
    .form-container2_left input,
    .form-container2_left,
    .form-container2_right {
        width: 100%;
    }
}

.form_acceptance {

}


.form_submit {
    width: 100%;
    padding: 10px 20px 9px;
    font-weight: 400;
    border-radius: 0;
    left: auto;
    color: #fff;
    background-color: #a87c4d !important;
    /* background-color: lightgray !important; */
    border-top: none;
    text-transform: none;
    transition: .2s;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    opacity: 1;
    text-align: center;
}


.cookie_warning {
    display: none;
    text-align: center;
    position: fixed;
    width: 600px;
    max-width: 100%;
    height: auto;
    margin-left: 50%;
    bottom: 30px;
    left: -300px;
    padding: 20px;
    z-index: 10;
    background: #faebd7;
    color: #606060;
    border: 2px solid #a87c4d;
    border-radius: 10px;
}

.cookie_warning.show {
    display: block;
}

.cookie_warning-content {
    text-align: left;
}


.cookie_warning-content a {
    color: #222;
}

.cookie_warning-btn {
    padding: 10px 30px;
    color: #fff !important;
    background: #a87c4d;
    border: 1px solid #a87c4d;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
}

.cookie_warning-btn:hover {
    background: #a87c4d;
}



@media (max-width: 700px){
    .cookie_warning {
        max-width: calc(100% - 70px);
        margin-left: 0;
        left: 13px;
    }
}

.newsHomeList{
    margin-left: 20px;
    margin-right: 20px;
}

.news-preview{
    min-height: 138px;
    background: #e5e5e5;
    width: 138px;
}

.newsHomeList .slick-prev:before,
.newsHomeList .slick-next:before {
    color: #a87c4d;
}

.home .news .newsHomeList article{
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    padding-right: 20px;
}

#secondary .widget ul li,
#colophon .widget ul li{
    font-size: 19px;
    line-height: 1;
    padding: 6px 0;
}

.navi__contactItem{
    font-size: 17px;
    line-height: 1.1;
}

@media (min-width: 1280px) and (max-width: 1460px){
    .navi__contactItem{
        padding-top:8px;
    }
}
#price_calculator+.quantity {
    display: none !important;
}
