*,
.loader {
    -webkit-box-sizing: border-box;
}
.hero-img,
img {
    -o-object-fit: cover;
}
.f,
.form-messages.active,
.header-soc {
    display: -webkit-box;
    display: -ms-flexbox;
}
.grid,
.grid-1 {
    grid-template-columns: repeat(1, 1fr);
}
.container,
.w-100,
img {
    width: 100%;
}
.text,
.text *,
a {
    color: var(--black);
}
.btn,
.container {
    position: relative;
}
.btn,
.text-center {
    text-align: center;
}
.btn,
.btn:hover,
.logo:hover,
.menu-wrapper a:hover {
    text-decoration: none;
}
.icon,
.icon::after,
.icon:before,
.lang:after {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.header-soc-item,
.lang-item,
.lang:after {
    background-repeat: no-repeat;
}
.h1,
.logo,
h2 {
    font-weight: 500;
}
.footer-lang,
.hero-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
* {
    font-family: Inter, "system-ui", verdana, tahoma, sans-serif!important;
    box-sizing: border-box;
}
body,
html {
    margin: 0;
    padding: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
:root {
    --white: #ffffff;
    --black: #000000;
/*    --green: #2da33d;*/
    --green: #e01518;
    --lgreen: #ae0709;
}
img {
    height: auto;
    object-fit: cover;
}
a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a:hover {
    color: var(--lgreen);
    text-decoration: underline;
}
.container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1230px;
    z-index: 10;
}
.f {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.align-center,
.btn {
    -webkit-box-align: center;
}
.align-center {
    -ms-flex-align: center;
    align-items: center;
}
.grid {
    display: grid;
    gap: 30px;
}
.h-100 {
    height: 100%;
}
.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.m-0 {
    margin: 0 !important;
}
.text,
.text * {
    line-height: 1.6;
}
.btn,
.btn-shop,
.btn:hover,
.footer *,
.h1,
.number-item--num,
.number-item--text,
.subscribe-content *,
.under-h1 {
    color: var(--white);
}
.text > a,
.text > li,
.text > p,
p.text {
    margin-bottom: 25px;
}
.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 24px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: var(--green);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
}
.loader,
.menu-toggle {
    display: none;
}
.form-messages,
.header {
    -webkit-box-align: center;
}
.btn:hover {
    background-color: var(--lgreen);
}
.btn-hero {
    border: 1px solid #b4b4b4;
    border-radius: 35px;
    width: 265px;
    height: 55px;
}
.cover-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    cursor: pointer;
}
.footer-soc-item,
.header-soc-item,
.subscribe {
    background-position: 50%;
}
h2 {
    font-size: 35px;
    line-height: 1;
    margin: 0 0 20px;
}
.block {
    padding: 90px 0;
    border-top: 1px solid var(--black);
}
@media screen and (max-width: 992px) {
    .menu-toggle {
        position: relative;
        z-index: 999;
        width: 24px;
        height: 16px;
        display: block;
    }
    .menu-toggle span {
        position: absolute;
        width: 100%;
        height: 2.1px;
        min-height: 2px;
        background-color: var(--black);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
    }
    .menu-toggle span:first-child {
        top: 0;
        left: 0;
    }
    .menu-toggle span:nth-child(2) {
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .menu-toggle span:nth-child(3) {
        bottom: 0;
        left: 0;
    }
    .menu-toggle.active span:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 46%;
    }
    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    .menu-toggle.active span:nth-child(3) {
        bottom: 44%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
.loader {
    position: absolute;
    top: 23%;
    left: 102%;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    z-index: 222;
}
.form-messages,
.header,
.loader::after {
    top: 0;
    left: 0;
    right: 0;
}
.loader::after {
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    margin: auto;
    border: 3px dotted #000;
    border-style: solid solid dotted;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-animation: 1s linear infinite rotationBack;
    animation: 1s linear infinite rotationBack;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.form-messages {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 20;
    bottom: 0;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem;
    display: none;
}

#menu-lang .sub-menu,
.header,
.lang-menu {
    background-color: #fff;
}
.form-messages.active,
.header-soc {
    display: flex;
}
.header,
.menu-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
}
@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotationBack {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes rotationBack {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.header {
    position: fixed;
    width: 100%;
    z-index: 999;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    box-shadow: 0 0 9.6px 0 rgba(0, 0, 0, 0.11);

}
.about,
.menu-wrapper ul {
    -webkit-box-align: center;
}
.logo {
    font-size: 30px;
    line-height: 24px;
    margin-right: auto;
}

.logo img {
    width: 140px;
    height: 38px;
    object-fit: contain;
}
.menu-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.menu-wrapper {
    margin: 0 auto;
}
.menu-wrapper a {
    display: block;
    line-height: 24px;
    padding: 10px 40px;
    font-size: 18px;
}
#menu-lang,
.lang {
    position: relative;
    margin: 8px 43px 0 auto;
    -ms-flex-item-align: center;
    align-self: center;
}

#menu-lang { 
    padding: 0;
    position: relative;
}

#menu-lang .sub-menu {
    padding: 0;
}

#menu-lang > li a {
    display: flex;
    justify-content: space-between;
}
#menu-lang > li a img {
    border-radius: 50%;
    width: 18px!important;
    height: 18px!important;;
}

#menu-lang li {
    list-style: none;
    padding: 0;
}

#menu-lang:after,
.lang:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 5px;
    right: -16px;
    top: 8px;
    background-image: url("../images/vilitex/arrdown.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

#menu-lang .sub-menu,
.lang-menu {
    position: absolute;
    top: 100%;
    left: -10px;
    right: -10px;
    padding: 10px 10px 3px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 0 9.6px 0 rgba(0, 0, 0, 0.11);
}
.header-soc-item,
.number-item {
    background-color: var(--green);
}

#menu-lang > li > a,
#menu-lang .sub-menu a { 
    width: 60px; 
}

#menu-lang .lang-item img {
  display: none;
}

#menu-lang a[href="#pll_switcher"]:after,
#menu-lang .lang-item a:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  margin-left: 15px;
}

.isua:after,
#menu-lang .lang-item a[hreflang="uk"]:after {
  background-image: url('../images/vilitex/ua.png');
}

.isde:after,
#menu-lang .lang-item a[hreflang="de-DE"]:after {
  background-image: url('../images/vilitex/de.png');
}

.ispl:after,
#menu-lang .lang-item a[hreflang="pl-PL"]:after {
  background-image: url('../images/vilitex/pl.png');
}
.isus:after,
#menu-lang .lang-item a[hreflang="en-US"]:after {
  background-image: url('../images/vilitex/us.png');
}

#menu-lang > li > a img,
#menu-lang .sub-menu a img {
    margin-left: 15px;
}
.lang-item {
    width: 67px;
    display: block;
}
.lang-de,
.lang-de:after,
.lang-en,
.lang-en:after {
    background-image: url("../images/vilitex/eng.png");
}
@media screen and (max-width: 576px) {
    #menu-lang, .lang {
        margin-right: 43px;
    }
    .lang-menu {
        -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1490196078);
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1490196078);
    }
}
.header-soc-item {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border-radius: 50%;
    background-size: 16px;
    display: block;
    transition: 0.3s;
}
.hero-content,
.subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
}
.header-soc-item:last-child {
    margin: 0;
}
.icon-tel,
.icon-tel:after {
    background-image: url("../images/vilitex/icon-tel.svg");
}
.icon-tg {
    background-image: url("../images/vilitex/icon-tg.svg");
}
.icon-inst {
    background-image: url("../images/vilitex/icon-inst.svg");
}
.icon-tt {
    background-image: url("../images/vilitex/icon-tt.svg");
}
.icon-ws {
    background-image: url("../images/vilitex/whatsapp.png");
}
.icon-vb {
    background-image: url("../images/vilitex/icon-vb.svg");
    background-size: 16px;
 
}
main {
    padding-top: 80px;
}
.hero {
    position: relative;
    height: 700px;
}
.about-imgs img,
.hero-img,
.hero::after,
.subscribe::after {
    position: absolute;
}
.hero::after {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -o-radial-gradient(50% 50%, 50% 50%, rgba(125, 125, 125, 0.75) 0, rgba(79, 79, 79, 0.75) 100%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(125, 125, 125, 0.75) 0, rgba(79, 79, 79, 0.75) 100%);
    z-index: 2;
}
.footer-soc-item,
.lang-item::before,
.subscribe {
    background-size: contain;
    background-repeat: no-repeat;
}
.hero-img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 4;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.h1 {
    font-size: 75px;
    margin: 55px 0 0;
}
.under-h1 {
    font-size: 25px;
    margin: 20px 0 100px;
}
.about {
    padding: 72px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -ms-flex-align: center;
    align-items: center;
    height: 560px;
}
.about-imgs {
    position: relative;
    height: 100%;
}
.about-imgs img:first-child {
    top: 49px;
    left: 56px;
    width: 144px;
    height: 180px;
    z-index: 3;
}
.about-imgs img:nth-child(2) {
    bottom: -9px;
    left: 30%;
    width: 262px;
    height: 330px;
    z-index: 2;
}
.about-imgs img:nth-child(3) {
    top: 0;
    right: 0;
    width: 244px;
    height: 300px;
    z-index: 1;
}
.about-content {
    max-width: 545px;
    margin: 33px 0 0;
}
.about-content p,
.contact-text p {
    font-size: 18px;
}
.copywright-menu a,
.qr span {
    font-size: 13px;
}
.numbers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 11px 0;
}
.numbers-about {
    margin: 70px 0 53px;
}
.number-item {
    border-radius: 15px;
    padding: 27px 30px 28px;
}
.number-item--num {
    font-weight: 700;
    font-size: 45px;
    text-align: right;
    display: block;
    margin-bottom: 20px;
}
.contact-text > h2,
.h1-single,
.hero-single h1,
.qr {
    text-align: center;
}
.subscribe {
    margin: 50px 0 70px;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 100px;
    height: 285px;
    overflow: hidden;
    border-radius: 15px;
    background-image: url("../images/vilitex/sbscrbg.png");
}
.footer-menu,
.subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
}
.subscribe::after {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
.subscribe-content {
    position: relative;
    z-index: 10;
    max-width: 340px;
}
.subscribe-content p {
    margin: -19px 0 0;
    line-height: 1.6;
}
.subscribe-form {
    position: relative;
    z-index: 10;
    display: flex;
    background-color: var(--white);
    padding: 15px;
    border-radius: 7px;
    width: 100%;
    max-width: 400px;
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
}
.subscribe-form input[type="email"] {
    border: 0;
    padding: 4px 7px;
    outline: 0;
    font-size: 14px;
    width: 180px;
    margin-right: auto;
}
.subscribe-form input[type="email"]::-webkit-input-placeholder {
    color: #757575;
}
.subscribe-form input[type="email"]::-moz-placeholder {
    color: #757575;
}
.subscribe-form input[type="email"]:-ms-input-placeholder {
    color: #757575;
}
.subscribe-form input[type="email"]::-ms-input-placeholder {
    color: #757575;
}
.subscribe-form input[type="email"]::placeholder {
    color: #757575;
}
.subscribe-form input[type="submit"] {
    color: var(--white);
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 7px;
    background-color: var(--green);
    height: 30px;
    padding: 7px 16px;
    line-height: 1;
}
.footer {
    background-color: var(--black);
    padding: 74px 0 0;
}
.footer-1 {
    width: 42.3%;
}
.footer-2 {
    width: 27%;
}
.footer-3 {
    width: 25%;
}
.footer--title {
    text-transform: uppercase;
    margin: 0 0 33px;
    font-size: 15px;
    font-weight: 500;
}
.footer-menu {
    margin-bottom: 29px;
    display: flex;
    gap: 28px;
}
.footer-qr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.qr {
    margin-right: 22px;
}
.qr img {
    height: 96px;
    width: 96px;
    margin-bottom: 3px;
}
.qr span {
    display: block;
    margin: 3px 0 0;
}
.footer-soc-item {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
}
.footer-lang,
.hero-shop {
    display: -webkit-box;
    display: -ms-flexbox;
}
.footer-soc-item-inst,
.footer-soc-item-ws {
    background-image: url("../images/vilitex/icon-inst.svg");
}
.footer-lang {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -5px;
}
.footer-lang .lang-item {
    display: flex;
    align-items: center;
    padding-left: 30px;
    position: relative;
    margin-bottom: 14px;
    background-size: contain;
    background-position: 0;
    line-height: 1.5;
}
.footer-contact-item::after,
.lang-item::before {
    position: absolute;
    top: 1px;
    width: 24px;
    height: 16px;
    left: 0;
}
.lang-item::before {
    background-position: 50%;
}
.icon-address:after {
    background-image: url("../images/vilitex/icon-loc.svg");
}
.icon-mail:after {
    background-image: url("../images/vilitex/icon-mail.svg");
}
.footer-contact-item {
    padding-left: 32px;
    position: relative;
    margin-bottom: 27px;
    font-weight: 500;
    background: 0 0;
    display: block;
}
.btn--tg,
.btn--ws,
.footer-contact-item::after {
    background-repeat: no-repeat;
    background-position: 50%;
}
.footer-contact-item::after {
    content: "";
    background-size: contain;
}
.hero-shop img,
.hero-shop::after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.copywright {
    height: 50px;
    border-top: 1px solid var(--white);
    margin-top: 19px;
}
.copywright-menu {
    margin-left: auto;
}
.copywright-menu a:not(:last-child) {
    margin-right: 10px;
    border-right: 1px solid var(--white);
    padding-right: 10px;
}
.hero-single {
    margin: 50px 0;
}
.about-page-content {
    display: grid;
    grid-template-columns: 1fr 542px;
}
.catalog,
.gallery {
    grid-template-columns: repeat(3, 1fr);
}
.about-page-content p {
    font-size: 18px;
    padding-right: 55px;
}
.hero-single h1 {
    margin-bottom: 60px;
}
.hero-single img {
    height: 410px;
    width: 100%;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero-shop {
    height: 300px;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hero-shop::after {
    content: "";
    left: 0;
    background: rgba(249, 249, 249, 0.8);
    z-index: 2;
}
.hero-shop h1 {
    font-size: 35px;
    margin: 0;
    font-weight: 500;
}
.hero-shop img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    z-index: 1;
    max-width: 1200px;
}
.hero-shop--undertitle {
    font-size: 20px;
    line-height: 35px;
    margin-top: 12px;
}
.hero-shop-btns {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.btn-shop {
    border-radius: 10px;
    width: 128px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.catalog,
.form,
.gallery {
    display: grid;
}
.catalog {
    margin-top: 60px;
    margin-bottom: 70px;
    gap: 25px 18px;
}
.catalog-item {
    position: relative;
    border-radius: 20px;
    border: 1px solid #d4d4d4;
    padding: 20px;
}
.catalog-item:hover .btn--more,
.header-soc-item:hover {
    background-color: var(--lgreen);
}
.catalog-item img {
    border-radius: 15px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    height: 244px;
}
.catalog-item--text {
    margin-top: 24px;
    text-align: center;
}
.catalog-item--title {
    line-height: 35px;
    margin-bottom: 35px;
}
.btn--more {
    background-color: var(--green);
    width: 100%;
    height: 50px;
    border-radius: 10px;
}
.gallery {
    margin: 40px 0;
    gap: 24px;
}
.h1-single {
    margin: 40px 0 0;
    font-weight: 500;
    font-size: 35px;
}
.single-btn {
    width: 350px;
    margin: 40px auto 70px;
}
.contact-text,
.map {
    margin-bottom: 70px;
}
.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 720px;
    gap: 30px;
    margin-top: 20px;
}
.contact-info h2,
.hero-isngle h1 {
    font-weight: 600;
}
.contact-info-item {
    width: 50%;
    margin-bottom: 21px;
}
.contact-form {
    padding: 27px 45px;
    border-radius: 15px;
    margin-top: 12px;
}
.form {
    grid-template-columns: 1fr 296px;
    gap: 36px;
}
.input-item input,
.input-item textarea {
    background-color: #fff;
    border-radius: 7px;
    padding: 7px 10px;
    border: 1px solid #d6d6d6;
    width: 100%;
    outline: 0;
}
.input-item textarea {
    height: 110px;
    resize: none;
}
.input-submit {
    margin-top: 20px;
    text-align: right;
}
.input-submit input {
    height: 40px;
    width: 150px;
}
.contact-text {
    margin-top: 50px;
}
.contact-text > h2 {
    font-weight: 500;
}
.map {
    height: 360px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    background-color: gray;
} 
.number-item--text {
    font-size: 22px;
}
.map iframe {
    width: 100%;
    height: 100%;
}
.contact-form {
    background-color: #f2f2f2;
}
.input-item label {
    margin: 5px 0 10px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
}
.btn--tg,
.btn--ws {
    display: inline-block;
    height: 37px; 
    cursor: pointer;
    background-size: cover;
}
.btn--tg {
    background-image: url("../images/vilitex/icon-telegram.svg");
}
.btn--ws {
    background-image: url("../images/vilitex/whatsapp.png");
    margin-right: 10px;
    background-color: #25d366;
    background-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px!important;
    font-weight: 300;
    background-position: 50px;
    padding-left: 37px;
    margin-bottom: 10px;
}
.btn--ws:hover {
    text-decoration: none;
    color: #fff
}
.contact-info-item .btn--tg,
.contact-info-item .btn--ws {
    width: 180px;
}
.contact-info-block  {
    margin: 0;
}
.catalog-item--title {
    font-size: 23px;
    font-weight: 400;
}
.contact-info h2 {
    margin: 0 0 6px;
}
.contact-info-item b {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: auto;
    font-weight: 600;
}
.contact-info-item:last-child {
    padding-left: 25px;
}
/*.contact-info-item--last {
    margin-top: 21px;
}*/
.contact-text > h2 {
    margin: 0 0 30px;
}
.input-item {
    margin-bottom: 9px;
}
.lang-uk {
    background-image: url("../images/vilitex/us.png");
}
.lang-de {
    background-image: url("../images/vilitex/de.png");
}
.lang-ua {
    background-image: url("../images/vilitex/ua.png");
}
.lang-pl {
    background-image: url("../images/vilitex/pl.png");
}
a.lang-item {
    background-size: contain;
    background-position: 36px 0;
    padding: 0;
    height: 18px;
}
#menu-lang .sub-menu a,
.lang-menu .lang-item {
    margin-bottom: 7px;
}
.contact-info-item a,
.contact-info-item b,
.contact-info-item p {
    font-size: 15px;
}
.contact-info h2 {
    font-size: 27px;
}
.gallery-item img {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.about-imgs img:first-child,
.qr img {
    border-radius: 5px;
    overflow: hidden;
}
.about-imgs img:nth-child(2),
.about-imgs img:nth-child(3) {
    border-radius: 10px;
    overflow: hidden;
}
.hero-single h1 {
    font-weight: 500;
}
.hero {
    height: calc(100vh - 80px);
}

.fixed-menu {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 2px solid var(--green);
/*    background-color: rgba(46, 163, 62, .5);*/
    background-color: rgba(224, 21, 24, .5);
    width: 60px;
    height: 60px;
    z-index: 1100;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
 
.fixed-menu.active .fixed-menu-toggle {
    background-color: var(--green);
}
 

.fixed-menu-toggle {
    position: relative;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    transition: all .3s;
}

.fixed-menu-toggle span,
.fixed-menu-toggle::after,
.fixed-menu-toggle::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}

.fixed-menu-toggle span {
    left: 50%;
    transform: translate(-50%,-50%);
}

.fixed-menu-toggle:after {
    right: 10px;
}
.fixed-menu-toggle:before {
    left: 10px;
}

.fixed-menu-items {
    position: absolute;
    bottom: 120%;
    width: 60px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    z-index: -1;
}

.fixed-menu-items.active {
    z-index: 2;
    opacity: 1;
    visibility: visible; 
}

.fixed-menu-items a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--green);
    background-color: rgba(163, 46, 46, .7);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 20px;
    margin: 0 auto 10px;
    transition: all .3s;
}

.fixed-menu-items a:hover {
    background-color: var(--green);
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    transition: all .3s;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.backdrop.active {
    z-index: 1099;
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 1200px) {
    .contact-wrapper {
        grid-template-columns: 1fr 500px;
    }
    
    .form {
        gap: 15px;
    }

    .contact-form {
        padding: 25px 15px;
    }
}

@media screen and (min-width: 992px) {
    #menu-lang:hover .sub-menu,
    .lang:hover .lang-menu {
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }
    .fixed-menu:hover  .fixed-menu-toggle {
        background-color: var(--green);
    }
}
@media screen and (max-width: 992px) {
    html[lang="de-DE"] .h1 {
        font-size: 57px;
    }
    .about-imgs img:nth-child(3) {
        width: 144px;
        height: 200px;
        top: 49%;
    }

    #menu-lang .sub-menu.active {
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }

    .menu-wrapper {
        position: fixed;
        width: 250px;
        border-radius: 10px;
        background-color: #fff;
        padding: 15px 0;
        top: 70px;
        box-shadow: 0 0 9.6px 0 rgba(0, 0, 0, 0.11);
        right: 10px;
        opacity: 0;
        z-index: -1;
        visibility: hidden;
        opacity: 0;
        transition: all .3s;
    }

    .menu-wrapper.active {
        opacity: 1;
        visibility: visible;
        z-index: 999;
    }

    .menu-wrapper ul {
        display: flex;
        flex-direction: column;
    }

    .menu-wrapper a {
        padding: 10px 20px;
        font-size: 16px;
        
    }

    .header-soc {
        margin-right: 30px;
    }

    .subscribe {
        padding: 0 50px;
    }

    .subscribe-form {
        margin-left: 10px;
    }

    .footer-menu {
        flex-direction: column;
    }

    .about-page-content {
        grid-template-columns: 1fr 240px;
    }

    .catalog-item {
        padding: 15px;
    }

    .catalog-item--text {
        margin-top: 20px;
    }

    .catalog-item--title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .contact-wrapper {
        grid-template-columns: 1fr 300px;
    }
    
    .form { 
        grid-template-columns: 1fr;
    }

    .contact-form {
        padding: 15px;
    }

}

@media screen and (max-width: 768px) {
    .h1 {
        text-align: center;
        margin: 0 15px;
        font-size: 60px;
        line-height: 0.8;
    }
    html[lang="de-DE"] .h1 {
        font-size: 47px;
    }

    .numbers {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    } 

    .about {
        height: auto;
        padding: 50px 0;
    }

    .subscribe {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .subscribe-content {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-1 {
        width: 33%;
    }

    .footer-3 {
        width: 38%;
    }

    .footer-contact-item span {
        display: block;
        opacity: 0;
    }

    .hero-single {
        margin-bottom: 0;
    }

    .about-page-content {
        grid-template-columns: 1fr;
    }

    .hero-single h1 {
        margin-bottom: 30px;
    }

    .about-page-content p {
        padding-right: 0;
    }

    .catalog {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .catalog-item {
        border-radius: 15px;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
    }

    .gallery {
        gap: 15px;
        grid-template-columns: 1fr 1fr;
    }

    main {
        padding-top: 60px;
    }

    .header {
        height: 60px;
    }

    .logo {
        font-size: 24px;
    }
    .about {
        grid-template-columns: 1fr;
    }
    .about-imgs img:first-child {
        left: 0;
    }

    .about-imgs img:nth-child(2) {
        left: 30%;
    }

    .about-imgs {
        height: 350px;
    }

    .about-content {
        max-width: 100%;
    }

    
}

@media screen and (max-width: 576px) {
    .header-soc {
        display: none;
    }
    .about-imgs img:nth-child(2) {
        left: 12%;
        width: 217px;
        height: 270px;
    }

    .contact-info-item {
        display: flex;
        flex-direction: column; 
    }

    .about-content,
    #menu-lang,
    .lang {
        margin-top: 0;
    }

    .under-h1 {
        text-align: center;
        font-size: 20px;
        padding: 0 10px; 
        line-height: 1.3;
    }


    .about-imgs {
        height: 330px;
    } 


    .numbers {
        grid-template-columns: 1fr;
    }

    .subscribe {
        height: auto;
        padding: 30px 15px;
    }

    .subscribe-form {
        margin: 0;
        flex-direction: column;
        gap: 20px;
    }

    /* .footer-qr {
        flex-direction: column;
    } */

    .footer-1 {
        z-index: 10;
    }

    .footer-menu {
        margin: 0;
    }

    .footer-1,
    .footer-2,
    .footer-3 {
        width: 100%;
        position: relative;
        margin-bottom: 50px;
    }

    .footer-qr { 
        position: absolute;
        top: 0;
        right: 0;
        flex-direction: column;
        gap: 20px;
    }

    .footer--title {
        margin-bottom: 25px;
    }

    .copywright-menu {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .copywright-menu a:not(:last-child) {
        margin: 0;
        border: 0;
    }

    .copywright {
        height: auto;
        padding: 20px 0;
    }

    .catalog {
        grid-template-columns: 1fr;
    }

    .catalog-item {
        border-radius: 10px;
    }

    .gallery-item img {
        border-radius: 5px;
    }

    .hero-shop--undertitle {
        font-size: 18px;
        line-height: 1.4;
    }

    .subscribe {
        background-position: 0 -8px;
    }

    .subscribe-form input[type="submit"] {
        height: auto;
        padding: 12px 16px;
    }

    .contact-info h2,
    h2 {
        font-size: 26px;
    }

    html[lang="de-DE"] .h1 {
        font-size: 29px;
    }

    html[lang="de-DE"] .under-h1 {
        font-size: 18px;
    }
}
@media screen and (max-width: 420px) {
    .hero-shop h1,
    .h1-single {
        font-size: 30px;
    }

    .about-page-content p,
    .about-content p, .contact-text p {
        font-size: 16px;
    } 
    .gallery {
        grid-template-columns: 1fr;
    }

    .single-btn {
        width: 100%;
    }
    
    .contact-info-item .btn--tg, .contact-info-item .btn--ws {
        width: 145px;
    }

    .contact-info-item:last-child {
        width: 55%;
    }
    .contact-info-item:first-child {
        width: 45%;
        padding-right: 5px;
    }

    .contact-info-item:last-child {
        padding-left: 0;
    }

    .subscribe {
        background-position: 0 24px;
    }
}

@media screen and (max-width: 360px) {
    .contact-info .contact-info-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact-info-item:last-child {
        padding: 0;
    }

    .contact-info-item--last {
        margin-top: 0;
    }

    .subscribe {
        background-position: 0 37px;
    }

    html[lang="de-DE"] .h1 {
        font-size: 25px;
    }

    html[lang="de-DE"] .under-h1 {
        font-size: 16px;
    }

}
