/*!
Theme Name: volnuywp
Text Domain: volnuywp
*/

.services-wrap__list .item-content {
	height: 100%;
}

.gallery-list {
    display: flex;
    flex-wrap: wrap;
}

.gallery-list a {
    width: 32%;
    height: 250px;
    display: block;
    margin-right: 2%;
    margin-bottom: 15px;
}

.gallery-list a:nth-child(3n+3) {
    margin-right: 0;
}

.gallery-list a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

form br {
    display: none;
}

.frm p {
    display: flex !important;
    max-width: 100% !important;
}

#info {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.wpcf7-response-output {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100000000000000000000000;
    background-color: #ffb900;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding: 1em !important;
    margin: 0 !important;
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-not-valid {
    border-color: red !important;
    border: solid 1px red;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
}

.wpm-language-switcher {
    display: flex;
    align-items: center;
    color: #959595;
}

.wpm-language-switcher a {
    color: #959595 !important;
}

.wpm-language-switcher li {
    display: flex;
    align-items: center;
}

.wpm-language-switcher li:after {
    content: '|';
    display: block;
    font-weight: 500;
    margin: 0 7px;
}

.wpm-language-switcher li:last-child::after {
    display: none;
}

.wpm-language-switcher span span {
    color: #fff;
    font-weight: 700;
}

.header-wrap__active .wpm-language-switcher span span {
    color: #000 !important;
}

@media (max-width: 1200px) {
    .sub-wrap__title {
        margin-left: 15px !important;
    }

    .ttl p {
        flex-direction: column;
    }

    .ttl p input {
        margin-bottom: 11px;
    }

    .ttl p .btn {
        width: 100%;
        max-width: 376px;
    }
}

@media (max-width: 868px) {
    .sub-wrap {
        background-position-x: 130% !important;
    }

    .sub-wrap__title {
        max-width: 500px;
    }

    .sub-wrap__title strong {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .sub-wrap__title p {
        font-size: 14px !important;
        line-height: 20px !important;
    }


    .gallery-list {
        justify-content: space-between;
    }

    .gallery-list a {
        width: 48%;
    }

    .gallery-list a:nth-child(1n+1) {
        margin: 0 0 15px;
    }

}

@media (max-width: 520px) {
    .sub-wrap {
        background-position-x: -100% !important;
    }

    .sub-wrap__title {
        margin-top: 0 !important;
        margin-right: 15px !important;
    }

    .gallery-list a {
        height: 150px;
    }

    .header-wrap__meta--languages {
        margin: 0 30px !important;
    }

    .sub-wrap {
        background: url('./assets/img/main/sub-mob.png') no-repeat bottom right #D9DADB !important;
    }

    .sub-wrap__title {
        max-width: 300px !important;
    }

}

@media (min-width: 1300px){
	.services-wrap__list {
		margin-right: 60px;
	}
}

.woocommerce .quantity .qty {
	width: auto;
}
.woocommerce div.product form.cart {
	margin-top: 20px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	padding: 0 5px;
}
.woocommerce ul.products li.product .button {
	text-align: center;
	padding: 10px !important;
}

.product-price-custom{
	margin: 20px 0;
	font-weight: bold;
	font-size: 25px;
}