html {
    scroll-behavior: smooth;
}

html, body {
    font-family: Roboto, sans-serif;
}

.wrapper {
    min-height: 100%;
    width: 100%;
    overflow: hidden;
}

.container {
    max-width: 1467px;
    width: 100%;
    padding: 0 15px;
    /*margin: 0 auto;*/
    margin-left: calc((100% - min(1467px, 100%)) * 0.489);
    margin-top: 0px;
    margin-bottom: 0px;
}

address {
    display: block;
    font-style: normal;
    unicode-bidi: normal;
}

.logo {
    height: 3.9vh;
}

h2 {
    font-family: PlayfairDisplay, sans-serif;
    font-weight: 600;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    line-height: 64px;
}

b {
    font-weight: 700;
}

strong {
    font-weight: 700;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background-color: rgba(78, 77, 77, 0.389);
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
}

.overlay--hide {
    visibility: hidden;
    opacity: 0;
}

.burger {
    display: none;
}


/*===================================  HEADER ======================================*/

.header {
    height: 16.4vh;
    position: relative;
}


.header__top-wrapper {
    display: none;
}

.header-main {
    height: 100vh;
}


.header__top {
    padding-top: 6.6vh;
    margin-bottom: 6.3vh;
}

.container {}

.header__top-inner {
    display: flex;
    align-items: center;
}

.header__top-logo {
    margin-left: 34px;
    /*height: 3.6vh;
    transform: scale(0.7);*/
    transition: all 0.4s;
}

.header__top-logo img {
    height: 3.9vh;
}


.header__top-links {
    display: flex;
    margin-left: auto;
}

.header__top-link {}

.header__top-link a {
    display: block;
    position: relative;
}

.header__top-links .header__top-link:nth-child(2) {
    margin-left: 6px;
    margin-right: 6px;
}

.header__top-viber {}

.header__top-viber-img1 {
    height: 2.5vh;
    opacity: 1;
    transition: all 0.3s;
}

.header__top-viber-img1:hover {
    opacity: 0.0001;
}

.header__top-viber-img2 {
    height: 2.5vh;
    opacity: 0.0001;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
}

.header__top-viber-img2:hover {
    opacity: 1;
}

.header__top-inst {}

.header__top-inst-img1 {
    height: 2.5vh;
    opacity: 1;
    transition: all 0.3s;
}

.header__top-inst-img1:hover {
    opacity: 0.0001;
}

.header__top-inst-img2 {
    height: 2.5vh;
    opacity: 0.0001;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
}

.header__top-inst-img2:hover {
    opacity: 1;
}

.header__top-facebook {}

.header__top-facebook-img1 {
    height: 2.5vh;
    opacity: 1;
    transition: all 0.3s;
}

.header__top-facebook-img1:hover {
    opacity: 0.0001;
}

.header__top-facebook-img2 {
    height: 2.5vh;
    opacity: 0.0001;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
}

.header__top-facebook-img2:hover {
    opacity: 1;
}

.header__top-phone-wrapper {
    display: block;
    margin-right: 33px;
    margin-left: 72px;
}

.header__top-phone {
    display: flex;
    width: 190px;
}

.header__top-phone img {}


.header__phone-icon {
    margin-right: 4px;
}

.header__cities-phonebl {}

a:hover .header__cities-phonebl {
    display: none;
}

.header__cities-phonewh {
    display: none;
}

a:hover .header__cities-phonewh {
    display: block;
}

.header__phone-icon img {
    height: 2.7vh;
    transition: all 0.3s;
}

.header__phone-txt {
    font-weight: 400;
    font-size: 3.1vh;
    color: #fff;
    transition: all 0.3s;
    white-space: nowrap;
}

a:hover .header__phone-txt {
    font-weight: 700;
}

.header__nav {
    background-color: white;
    padding-top: 1.3vh;
}

.header__nav::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    /* Колір лінії */
    margin-top: 1.8vh;
}


.header__nav-inner {}


.header__nav-list {
    display: flex;
    justify-content: space-evenly;
}

.header__nav-item {
    width: 20%;
    max-width: 222px;
}

.header__nav-item a {
    display: block;
    font-weight: 400;
    font-size: 1.7vh;
    text-align: center;
    color: #000;
    transition: all 0.3s;
}

.header__nav-item a:hover {
    font-weight: 700;
}

.header__nav-smonuments {}

.header__nav-dmonuments {}

.header__nav-milmonuments {}

.header__nav-catalog {}

.header__nav-contacts {}

/*=================================== MOBILE CONTACTS ========================================*/

/*=================================== MOBILE CONTACTS CLOSE ========================================*/

.header__body {}

.header__body-inner {
    position: relative;
    z-index: 2;
}

.header__body-txt-wrapper {
    max-width: 1028px;
    margin-left: 9px;
    margin-top: 9.8vh;
    margin-bottom: 9.3vh;
}

.headline {
    font-weight: 400;
    font-size: 8.3vh;
    line-height: 9.8vh;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5vh;
}

.headline strong {
    font-weight: 400;
}

.header__body-txt {
    font-weight: 400;
    font-size: 2.7vh;
    line-height: 3vh;
    color: #fff;
}

.header__body-txt strong {
    font-weight: 500;
    text-transform: uppercase;
}

.header__body-btn-box {
    margin-left: 10px;
}

.header__body-btn {
    display: inline-block;
    border-radius: 21px;
    padding: 1.7vh 12.8vh;
    background-color: white;
    font-weight: 400;
    font-size: 2.9vh;
    color: #000;
    transition: all 0.3s;
}

.header__body-btn:hover {
    background-color: black;
    color: white;
    border: 1px solid #fff;
}

.btn {}

.header__body-decormonument {
    display: inline-block;
    position: absolute;
    top: 22.5vh;
    left: 23.9%;
    z-index: 0;
    width: 93%;
}

.header__body-decormonument img {
    height: 60vh;
    width: 90%;
}

/*===================================  ABOUT US ======================================*/
.main {}

.about__us {}

.container {}

.about__us-inner {
    display: flex;
    margin-top: 160px;
    margin-bottom: 160px;
    margin-left: 9px;
}

.about__us-box {
    max-width: 643px;
}

.about__us-header {
    font-family: PlayfairDisplay, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    text-transform: uppercase;
    margin-bottom: 48px;
}

.about__us-txtbox {}

.about__us-box p {
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 19px;
    line-height: 19px;
}

.about__us-box p:last-child {
    margin-bottom: 11px;
}

.about__us-txt1 {}

.about__us-txt2 {}

.about__us-txt3 {}

.about__us-quality {
    width: 100%;
    max-width: 575px;
    align-self: center;
    margin-left: 13%;
}

.about__us-quality p {
    font-weight: 300;
    font-size: 36px;
    text-align: center;
    line-height: 42px;
}

.quality__years {}

.quality__years::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 575px;
    height: 1px;
    background: #000;
    /* Колір лінії */
    margin-top: 36px;
    margin-bottom: 36px;
}

.quality__models {}

.quality__models::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 575px;
    height: 1px;
    background: #000;
    /* Колір лінії */
    margin-top: 36px;
    margin-bottom: 36px;
}

.quality__clients {
    white-space: nowrap;
}

/*===================================  WHY-WE ======================================*/

.why-we {}

.container {}

.why-we__inner {
    padding-top: 127px;
    padding-bottom: 127px;
    margin-left: 11px;
    color: white;
    margin-bottom: 160px;
}

.why-we__header {
    font-family: PlayfairDisplay, sans-serif;
    font-weight: 600;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    line-height: 64px;
    margin-bottom: 48px;
}

.why-we__flex {
    display: flex;
}

.why-we__col1 {
    width: 100%;
    max-width: 528px;
    margin-left: 93px;
    margin-right: auto;
}

.why-we__col-elem {
    display: flex;
    margin-bottom: 25px;
}

.why-we__col-elem:last-child {
    margin-bottom: 0px;
}

.col-elem-num {
    width: 100%;
    max-width: 205px;
    font-weight: 500;
    font-size: 160px;
    text-transform: uppercase;
    text-align: center;
    line-height: 188px;
}

.col-elem-box {
    height: 135px;
    width: 100%;
    max-width: 315px;
    align-self: center;
    margin-left: 8px;
}

.col-elem-header {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
}

.col-elem-txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.why-we__col2 {
    width: 100%;
    max-width: 528px;
    margin-left: auto;
    margin-right: 93px;
}

/*===================================  CATALOG ======================================*/

.catalog {}

.container {}

.catalog-inner {}

.catalog__header {
    /*padding-top: 160px; */
    margin-bottom: 80px;
}

.catalog__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 42px 32px;
    margin-bottom: 80px;
}

.catalog__grid-elem {
    display: flex;
    position: relative;
    border-radius: 42px;
    box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.15);
    border: 1px solid transparent;
    transition: all 0.3s;
}

.catalog__grid-elem:hover {
    border: 1px solid grey;
}

.catalog__grid-elem:hover strong {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}


.catalog__grid-smonuments, .catalog__grid-dmonuments {
    border-radius: 42px;
    box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.15);
    grid-column: span 3;
}

.catalog__grid-smonuments .catalog__grid-txt {}

.catalog__grid-img-box {
    display: block;
}

.catalog__grid-smonuments .catalog__grid-img-box {
    margin-bottom: 15px;
}

.catalog__grid-txt {
    display: block;
    font-weight: 400;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 53px;
}

.catalog__grid-smonuments .catalog__grid-txt {
    position: absolute;
    top: 34%;
    left: 47%;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 291px;
}

.catalog__grid-elem2 {}

.catalog__grid-dmonuments {
    margin-left: -4px;
}

.catalog__grid-dmonuments .catalog__grid-txt {
    position: absolute;
    top: 33%;
    left: 5%;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 291px;
    text-align: right;
}

.catalog__grid-dmonuments .catalog__grid-img-box {
    margin-top: 13px;
    margin-bottom: 27px;
    margin-right: 41px;
    margin-left: auto;
}

.catalog__grid-elem3 {}

.catalog__grid-milmonuments, .catalog__grid-chmonuments, .catalog__grid-emonuments, .catalog__grid-artworks, .catalog__grid-atgoods, .catalog__grid-edbmonuments {
    border-radius: 15px;
    box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.15);
    grid-column: span 2;

}

.catalog__grid-milmonuments .catalog__grid-img-box {
    margin-left: 7px;
    margin-top: 15px;
    margin-bottom: 22px;
}

.catalog__grid-milmonuments .catalog__grid-txt {
    position: absolute;
    top: 20%;
    left: 43%;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 217px;
    text-align: left;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    text-transform: uppercase;
}

.catalog__grid-milmonuments .catalog__grid-txt strong {
    font-weight: 400;
}

.catalog__grid-elem4 {}

.catalog__grid-chmonuments {}

.catalog__grid-chmonuments .catalog__grid-txt {
    position: absolute;
    top: 21%;
    left: 6.4%;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 225px;
    text-align: right;
    font-weight: 400;
    font-size: 35px;
    line-height: 41px;
    text-transform: uppercase;
}

.catalog__grid-chmonuments .catalog__grid-img-box {
    margin-left: auto;
    margin-top: 16px;
    margin-bottom: 18px;
    margin-right: 33px;
}

.catalog__grid-elem5 {}

.catalog__grid-emonuments {}

.catalog__grid-emonuments .catalog__grid-txt {
    position: absolute;
    top: 21%;
    left: 5%;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 239px;
    text-align: right;
    font-weight: 400;
    font-size: 35px;
    line-height: 41px;
    text-transform: uppercase;
}

.catalog__grid-emonuments .catalog__grid-img-box {
    margin: 12px -16px 10px auto;
}

.catalog__grid-elem6 {}

.catalog__grid-artworks {}

.catalog__grid-artworks .catalog__grid-img-box {
    margin: 32px auto 32px 10px;
}

.catalog__grid-artworks .catalog__grid-txt {
    position: absolute;
    top: 38.6%;
    left: 50.1%;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 217px;
    text-align: left;
    font-weight: 400;
    font-size: 35px;
    line-height: 41px;
    text-transform: uppercase;
}

.catalog__grid-elem7 {}

.catalog__grid-atgoods {}

.catalog__grid-atgoods .catalog__grid-img-box {
    margin: 22px auto 22px 37px;
}

.catalog__grid-atgoods .catalog__grid-txt {
    position: absolute;
    top: 38.6%;
    left: 58.4%;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 149px;
    text-align: right;
    font-weight: 400;
    font-size: 35px;
    line-height: 41px;
    text-transform: uppercase;
}


.catalog__grid-elem8 {}

.catalog__grid-edbmonuments {}

.catalog__grid-edbmonuments .catalog__grid-img-box {
    margin: 89px auto 31px 18px;
}

.catalog__grid-edbmonuments .catalog__grid-txt {
    position: absolute;
    top: 11.9%;
    left: 41%;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 239px;
    text-align: right;
    font-weight: 400;
    font-size: 35px;
    line-height: 41px;
    text-transform: uppercase;
}


.catalog__grid-elem strong {
    font-weight: 700;
    transition: all 0.3s;
}

/*===================================  STONE TYPES ======================================*/

.stone-types {}

.container {}

.stone-types-inner {}

.stone-types__header {
    font-family: PlayfairDisplay, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 80px;
    margin-bottom: 80px;
}

.stone-types__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 19px;
    margin-bottom: 160px;
}

.stone-types__grid-elem {
    transition: all 0.3s;
}

.stone-types__grid-elem:hover {
    box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.4);
}

.stone-types__grid-elem a {
    display: block;
}

/*===================================  FOOTER ======================================*/

.footer {
    margin-top: 160px;
    color: white;
    height: 24vh;
}

.container {}

.footer-inner {
    display: flex;
    align-items: center;
    margin-left: 10px;
    padding-top: 6.9vh;
    padding-bottom: 5.2vh;
}

.footer_logo {
    margin-left: 21px;
    margin-right: auto;
}

.logo {}

.footer__logo-link {
    display: block;
}

.footer__logo-link img {
    height: 3.9vh;
}

.footer-links {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.footer-link {}

.footer-link a {
    display: block;
    position: relative;
}

.footer-links .footer-link:nth-child(2) {
    margin-left: 6px;
    margin-right: 6px;
}

.footer-viber {}

.footer-viber-img1 {
    height: 2.5vh;
    opacity: 1;
    transition: all 0.3s;
}

.footer-viber-img1:hover {
    opacity: 0.0001;
}

.footer-viber-img2 {
    height: 2.5vh;
    opacity: 0.0001;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
}

.footer-viber-img2:hover {
    opacity: 1;
}

.footer-inst {}

.footer-inst-img1 {
    height: 2.5vh;
    opacity: 1;
    transition: all 0.3s;
}

.footer-inst-img1:hover {
    opacity: 0.0001;
}

.footer-inst-img2 {
    height: 2.5vh;
    opacity: 0.0001;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
}

.footer-inst-img2:hover {
    opacity: 1;
}

.footer-facebook {}

.footer-facebook-img1 {
    height: 2.5vh;
    opacity: 1;
    transition: all 0.3s;
}

.footer-facebook-img1:hover {
    opacity: 0.0001;
}

.footer-facebook-img2 {
    height: 2.5vh;
    opacity: 0.0001;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
}

.footer-facebook-img2:hover {
    opacity: 1;
}

/*.footer-links {}

.footer-link {}

.footer-viber {}

.footer-viber-img1 {}

.footer-viber-img2 {}

.header__top-inst {}

.footer-inst-img1 {}

.footer-inst-img2 {}

.footer-facebook {}

.footer-facebook-img1 {}

.footer-facebook-img2 {}*/

.footer__cities {
    display: flex;
    margin-left: auto;
    margin-right: 19px;
}

.footer__cities a {
    display: block;
    position: relative;
}

.footer__cities strong {
    font-weight: 400;
}

.footer__cities span {
    display: block;
    font-weight: 400;
    font-size: 3.1vh;
    line-height: 3.6vh;
    white-space: nowrap;
}

.footer__cities .footer__cities-phonebl {
    margin-right: 4px;
}

.footer__kostopyl {
    margin-right: 62px;
}

.footer__cities-elem {}

.footer__cities-elem a {
    display: flex;
    align-items: baseline;
}

.footer__kostopyl-adress {
    width: 23vh;
}

.adress {
    font-weight: 400;
    font-size: 2.5vh;
    line-height: 2.9vh;
    margin-bottom: 2.5vh;
}

.footer__kostopyl-phone {}

.footer__cities-phonebl {
    height: 2.5vh;
    transition: all 0.3s;
    margin-right: 4px;
}

a:hover .footer__cities-phonebl {
    display: none;
}

.footer__cities-phonewh {
    height: 2.5vh;
    transition: all 0.3s;
    margin-right: 4px;
    display: none;
}

a:hover .footer__cities-phonewh {
    display: block;
}

.footer__cities-phonenum {
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    transition: all 0.3s;
}

a:hover .footer__cities-phonenum {
    font-weight: 700;
}

.footer_novoyavorivsk {
    margin-right: 62px;
}

.footer__novoyavorivsk-adress {}

.footer__novoyavorivsk-phone {}

.footer__yavoriv {}

.footer__yavoriv-adress {
    width: 23vh;
}

.footer__yavoriv-phone {}


/*===================================  CATALOGPAGE ======================================*/


.breadcrumps {}

.breadcrumps-inner {
    display: flex;
    margin-top: 61px;
}



.breadcrump__link::after {
    content: "/";
    font-weight: 500;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}

.breadcrump__link:last-child::after {
    content: "";
    display: block;
}

.breadcrump__link {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.breadcrump__link:last-child {
    font-weight: 400;
}

/*===================================  SMONUMENTS ======================================*/


.smonumentsP1 {}

.container {}

.smonumentsP1-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.smonumentsP1__header {}

.smonumentsP1__grid {
    display: grid;
    grid-template-rows: repeat(11, auto);
    /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
    grid-template-columns: repeat(4, 1fr);
    gap: 48px 20px;
    margin-top: 80px;
}

.assortment__elem {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #dedede;
    transition: all 0.3s;
}

.assortment__elem:hover {
    border: 1px solid grey;
}

.assortment__elem span {
    display: inline-block;
    font-weight: 400;
    font-size: 23px;
    text-align: center;
    line-height: 27px;
    margin-bottom: 13px;
}

.assortment__elem-img-box {
    margin-top: 13px;
}

.assortment__elem-img-box a {
    display: block;
}

.smonumentsP1__turnes {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
}

.smonumentsP1__turnes-P1 {
    margin-right: 30px;
}

.smonumentsP1__turne {
    display: block;
    font-weight: 300;
    font-size: 23px;
    text-align: center;
    line-height: 27px;
}


.smonumentsP1__turnes-P2 {}

/*===================================  SMONUMENTS PAGE2 ======================================*/

.smonumentsP2__grid {
    display: grid;
    grid-template-rows: repeat(9, auto);
    /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
    grid-template-columns: repeat(4, 1fr);
    gap: 48px 20px;
    margin-top: 80px;
}

/*===================================  EUROMONUMENTS ======================================*/

.euromonuments__grid {
    display: grid;
    grid-template-rows: repeat(8, auto);
    /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
    grid-template-columns: repeat(4, 1fr);
    gap: 48px 20px;
    margin-top: 80px;
}

/*===================================  DOUBLE MONUMENTS ======================================*/

.doublemonuments__grid {
    display: grid;
    grid-template-rows: repeat(9, auto);
    /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
    grid-template-columns: repeat(4, 1fr);
    gap: 48px 20px;
    margin-top: 80px;
}

/*===================================  CHILD MONUMENTS ======================================*/

.childmonuments__grid {
    display: grid;
    grid-template-rows: repeat(3, auto);
    /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
    grid-template-columns: repeat(4, 1fr);
    gap: 48px 20px;
    margin-top: 80px;
}

/*===================================  DEURO MONUMENTS ======================================*/

.deuromonuments__grid {
    display: grid;
    grid-template-rows: repeat(8, auto);
    /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
    grid-template-columns: repeat(4, 1fr);
    gap: 48px 20px;
    margin-top: 80px;
}

/*===================================  MIL MONUMENTS ======================================*/

.milmonuments__grid {
    display: grid;
    grid-template-rows: repeat(10, auto);
    /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
    grid-template-columns: repeat(4, 1fr);
    gap: 48px 20px;
    margin-top: 80px;
}

/*===================================  ATTENDED ======================================*/

.attended__grid {
    display: grid;
    grid-template-rows: repeat(3, auto);
    /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
    grid-template-columns: repeat(4, 1fr);
    gap: 48px 20px;
    margin-top: 80px;
}

/*===================================  ARTWORKS ======================================*/

.artworks__grid {
    display: grid;
    grid-template-rows: repeat(3, auto);
    /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
    grid-template-columns: repeat(4, 1fr);
    gap: 48px 20px;
    margin-top: 80px;
}

/*===================================  CONTACTS ======================================*/

.contactspage {}

.container {}

.contactspage-inner {
    display: flex;
    flex-direction: column;
}

.smonumentsP1__header {}

.contacts__block {
    display: flex;
    margin: 80px auto;
}

.contacts__block-addresses {
    margin: 28px 0;
    width: 100%;
    max-width: 470px;
}


/*.contacts__block-addresses::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 418px;
    background: black;
    margin: 0 45px;
}*/

.contacts__block-kostopil {}

.contacts__block-city {}

.contacts__block-city::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 465px;
    height: 1px;
    background: black;
    margin: 30px 0;
}

.contacts__block-city:last-child::after {
    content: "";
    display: none;
    width: 100%;
    max-width: 465px;
    height: 1px;
    background: black;
    margin: 30px 0;
}

.contacts__block-address {
    display: flex;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}

.contacts__block-address::before {
    content: "";
    display: inline-block;
    background-image: url('../images/contacts/mapbadge.svg');
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    margin-right: 3px;
}

.contacts__block-tel {
    display: flex;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    transition: all 0.3s;
    margin-top: 7px;
}

.contacts__block-tel span {
    display: inline-block;
}

.contacts__block-tel:hover {
    font-weight: 700;
}

.contacts__block-tel::before {
    content: "";
    display: inline-block;
    background-image: url('../images/contacts/phonebadge.svg');
    height: 32px;
    width: 32px;
    margin-right: 3px;
}

.contacts__block-yavoriv {}

.contacts__block-novoyarvorivsk {}

.contacts__block-line {
    display: block;
    width: 2px;
    height: 418px;
    background: black;
    margin: 0 91px;
}

.contacts__block-mails {
    align-self: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 470px;
}

.contacts__block-mails span {
    display: inline-block;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin-left: 8px;
}

/*.contacts__block-mails span::before {
    content: "";
    display: inline-block;
    background-image: url('../images/contacts/emailbadge.svg');
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    margin-right: 3px;
}*/

.contacts__block-mail {
    display: flex;
    max-height: 32px;
}

.contacts__mail-line {
    width: 100%;
    max-width: 470px;
    height: 1px;
    background: black;
    margin: 30px 0;
}

.block-mail-img-box {
    display: inline-block;
}


.contacts__block-socials {
    display: flex;
}



.contacts__block-viber {}

.contacts__block-social {
    position: relative;
    margin-right: 6px;
}

.contacts__block-social:last-child {
    margin-right: 0px;
}

.contacts__block-viber1-box, .contacts__block-inst1-box, .contacts__block-facebook1-box {
    opacity: 1;
    transition: all 0.3s;
}

.contacts__block-social:hover .contacts__block-viber1-box, .contacts__block-social:hover .contacts__block-inst1-box, .contacts__block-social:hover .contacts__block-facebook1-box {
    opacity: 0.0001;
}

.contacts__block-viber2-box, .contacts__block-inst2-box, .contacts__block-facebook2-box {
    opacity: 0.0001;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
}

.contacts__block-socials img {
    height: 36px;
    width: 36px;
}

.contacts__block-viber2-box:hover, .contacts__block-inst2-box:hover, .contacts__block-facebook2-box:hover {
    opacity: 1;
}

.contacts__block-inst {}


.contacts__block-facebook {}

.contactspage__map {}

.contactspage__map-iframe {
    margin-bottom: -163px;
    height: 530px;
    width: 100%;
}

@media (max-width: 1470px) {

    /*======================= STONE-TYPES =========================*/
    .stone-types-inner {
        display: flex;
        flex-direction: column;
    }

    .stone-types__grid {
        grid-template-columns: repeat(4, 270px);
        grid-template-rows: repeat(3, 1fr);
        margin: 0 auto;
    }

    /*======================== SMONUMENTS =============================*/
    .smonumentsP1-inner {
        display: flex;
        flex-direction: column;
    }

    .smonumentsP1__grid {
        grid-template-rows: repeat(17, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(3, 1fr);
    }

    /*======================== SMONUMENTS PAGE2 =============================*/
    .smonumentsP2__grid {
        grid-template-rows: repeat(12, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(3, 1fr);
    }

    /*===================================  EUROMONUMENTS ======================================*/
    .euromonuments__grid {
        grid-template-rows: repeat(10, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(3, 1fr);
    }

    /*===================================  DOUBLE MONUMENTS ======================================*/
    .doublemonuments__grid {
        grid-template-rows: repeat(12, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(3, 1fr);
    }

    /*===================================  CHILD MONUMENTS ======================================*/
    .childmonuments__grid {
        grid-template-rows: repeat(4, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(3, 1fr);
    }

    /*===================================  DEURO MONUMENTS ======================================*/
    .deuromonuments__grid {
        grid-template-rows: repeat(11, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(3, 1fr);
    }

    /*===================================  MIL MONUMENTS ======================================*/
    .milmonuments__grid {
        grid-template-rows: repeat(13, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(3, 1fr);
    }

    /*===================================  ATTENDED ======================================*/
    .attended__grid {
        grid-template-rows: repeat(4, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(3, 1fr);
    }

    /*===================================  ARTWORKS ======================================*/
    .artworks__grid {
        grid-template-rows: repeat(5, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1400px) {

    /*======================= CATALOG =========================*/
    .catalog-inner {
        display: flex;
        flex-direction: column;
    }

    .catalog__grid {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(8, 1fr);
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }

    .catalog__grid-elem {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .catalog__grid-smonuments, .catalog__grid-milmonuments, .catalog__grid-edbmonuments {
        grid-column: span 1;
    }

    .catalog__grid-dmonuments, .catalog__grid-chmonuments, .catalog__grid-emonuments, .catalog__grid-artworks, .catalog__grid-atgoods {
        grid-column: span 1;
    }

    .catalog__grid-elem .catalog__grid-txt {
        position: static;
    }

    .catalog__grid-elem .catalog__grid-img-box {
        margin-left: 0px;
        margin-right: 0px;
    }

    /*.catalog__grid-img-box img {
        width: 156px;
        height: 155px;
    }

    .catalog__grid-elem .catalog__grid-txt {
        font-weight: 400;
        font-size: 20px;
        text-transform: uppercase;
    }*/
}

@media (max-width: 1350px) {

    /*======================= WHY-WE =========================*/
    .why-we__col1 {
        margin-left: 30px;
    }

    .why-we__col2 {
        margin-right: 30px;
    }

    /*======================= CATALOG =========================*/
    .catalog-inner {
        display: flex;
        flex-direction: column;
    }

    .catalog__grid {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(8, 1fr);
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }

    .catalog__grid-elem {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .catalog__grid-edbmonuments .catalog__grid-img-box {
        margin: 0;
    }
}

@media (max-width: 1230px) {

    /*======================== SMONUMENTS =============================*/
    .smonumentsP1__grid {
        grid-template-rows: repeat(25, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(2, 1fr);
    }

    /*======================== SMONUMENTS PAGE2 =============================*/
    .smonumentsP2__grid {
        grid-template-rows: repeat(18, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(2, 1fr);
    }

    /*===================================  EUROMONUMENTS ======================================*/
    .euromonuments__grid {
        grid-template-rows: repeat(15, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(2, 1fr);
    }

    /*===================================  DOUBLE MONUMENTS ======================================*/
    .doublemonuments__grid {
        grid-template-rows: repeat(19, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(2, 1fr);
    }

    /*===================================  CHILD MONUMENTS ======================================*/
    .childmonuments__grid {
        grid-template-rows: repeat(6, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(2, 1fr);
    }

    /*===================================  DEURO MONUMENTS ======================================*/
    .deuromonuments__grid {
        grid-template-rows: repeat(17, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(2, 1fr);
    }

    /*===================================  MIL MONUMENTS ======================================*/
    .milmonuments__grid {
        grid-template-rows: repeat(20, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(2, 1fr);
    }

    /*===================================  ATTENDED ======================================*/
    .attended__grid {
        grid-template-rows: repeat(7, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(2, 1fr);
    }

    /*===================================  ARTWORKS ======================================*/
    .artworks__grid {
        grid-template-rows: repeat(7, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 1200px) {

    /*======================= ABOUT US =========================*/
    .about__us-box {
        max-width: 480px;
    }

    /*======================= WHY-WE =========================*/
    .why-we__col1 {
        margin-left: 0px;
    }

    .why-we__col2 {
        margin-right: 0px;
    }

    /*======================= STONE-TYPES =========================*/

    .stone-types__grid {
        grid-template-columns: repeat(3, 270px);
        grid-template-rows: repeat(4, 1fr);
        margin: 0 auto;
    }

    /*======================= FOOTER =========================*/
    .footer_novoyavorivsk {
        display: none;
    }
}

@media (max-width: 1100px) {

    /*======================= WHY-WE =========================*/
    .col-elem-num {
        display: none;
    }

    .col-elem-box {
        margin: 0 auto;
    }
}

@media (max-width: 1050px) and (min-height: 1280px) {
    /*===================================  CONTACTS ======================================*/
    .header__top-phone-wrapper {
        margin-right: 160px;
    }

    .headline {
        font-size: 6.3vh;
        line-height: 7.8vh;
        margin-bottom: 9vh;
    }
    /*===================================  FOOTER ======================================*/
    .footer__yavoriv, .footer_novoyavorivsk {
        display: none;
    }
}

@media (max-width: 1050px) {


    /*===================================  CONTACTS ======================================*/
    .contacts__block {
        flex-direction: column;
    }

    .contacts__block-addresses {
        margin-bottom: 0px;
    }

    .contacts__block-line {
        display: none;
    }

    .contacts__block-city:last-child::after {
        display: block;
    }

}

@media (max-width: 1000px) {

    /*======================= ABOUT US =========================*/
    .about__us-inner {
        flex-direction: column;
    }

    .about__us-box {
        margin: 0 auto;
        max-width: 100%;
        width: 75%;
    }

    .about__us-quality {
        margin: 50px auto auto;
        width: 85%;
    }

    .quality__clients {
        white-space: normal;
    }

    /*======================= STONE-TYPES =========================*/

    .stone-types__grid {
        grid-template-columns: repeat(2, 270px);
        grid-template-rows: repeat(6, 1fr);
        margin: 0 auto;
    }

    /*======================= FOOTER =========================*/

    .footer__yavoriv {
        display: none;
    }
}

@media (max-width: 960px) {

    /*======================= HEADER =========================*/
    .burger {
        display: flex;
        flex-direction: column;
        position: fixed;
        align-items: center;
        justify-content: center;
        top: 6.5vh;
        right: 6.5vw;
        z-index: 150;
        width: 30px;
        height: 30px;
        transition: 0.5s;
    }

    .burger1 {
        display: block;
        width: 25px;
        height: 4px;
        border-radius: 4px;
        background-color: white;
        transform-origin: left;
        transform: rotate(45deg);
        transition: all 0.5s;
    }

    .burger1--mod {
        width: 30px;
        transform: rotate(0deg);
        background-color: rgb(187, 186, 186);
    }

    .burger2 {
        display: block;
        width: 24px;
        height: 4px;
        border-radius: 4px;
        background-color: white;
        margin-top: 5px;
        margin-bottom: 5px;
        opacity: 0;
        transition: all 0.5s;
    }

    .burger2--mod {
        width: 30px;
        opacity: 1;
        background-color: rgb(187, 186, 186);
    }

    .burger3 {
        display: block;
        width: 25px;
        height: 4px;
        border-radius: 4px;
        background-color: white;
        transform-origin: left;
        transform: rotate(-45deg);
        transition: all 0.5s;
    }

    .burger3--mod {
        width: 30px;
        transform: rotate(0deg);
        background-color: rgb(187, 186, 186);
    }

    .header__top-wrapper {
        display: block;
        position: fixed;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background-image: url('../images/header/header__background.jpg');
        height: 100%;
        min-width: 390px;
        z-index: 100;
        transform: translateX(0%);
        transition: all 0.5s;
    }

    .header__top-wrapper--hide {
        transform: translateX(100%);
    }

    .header__topmob-logo {
        margin-left: 0px;
    }

    .header__navmob-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .header__navmob-item {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: white;
        margin-bottom: 26px;
    }

    .contacts__blockmob {
        margin-top: 50px;
    }

    .contacts__block-addresses .contacts__blockmob-city::after {
        content: "";
        display: block;
        width: 100%;
        max-width: 331px;
        height: 1px;
        background: white;
        margin: 16px 0;
    }


    .contacts__blockmob-address {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: white;
    }

    .contacts__blockmob-address::before {
        content: "";
        display: inline-block;
        background-image: url('../images/contactsmob/adressmob.svg');
        background-repeat: no-repeat;
        height: 20px;
        width: 20px;
        margin-right: 3px;
    }

    .contacts__blockmob-tel {
        font-size: 20px;
        line-height: 24px;
        color: white;
    }

    .contacts__blockmob-tel::before {
        content: "";
        display: inline-block;
        background-image: url('../images/contactsmob/telmob.svg');
        background-repeat: no-repeat;
        height: 20px;
        width: 20px;
        margin-right: 3px;
    }

    .contacts__blockmob-mail {}

    .contacts__blockmob-mail span {
        font-size: 16px;
        line-height: 20px;
        color: white;
    }

    .contacts__blockmob-mails-line {
        display: block;
        width: 100%;
        max-width: 331px;
        height: 1px;
        background: white;
        margin: 16px 0;
    }

    .header__top-links {
        display: none;
    }

    .header__top-phone-wrapper {
        display: none;
    }

    .header__nav {
        display: none;
    }

    .headline {
        font-size: 7vh;
    }
}

@media (max-width: 900px) {

    /*======================= HEADER =========================*/
    .header__body-decormonument {
        left: 0%;
        width: 120%;
    }
}

@media (max-width: 850px) {
    /*======================= CATALOG =========================*/

    .catalog__grid-img-box img {
        width: 200px;
        height: 200px;
    }

    .catalog__grid-elem .catalog__grid-txt {
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        text-transform: uppercase;
    }

    .catalog__grid-milmonuments .catalog__grid-txt strong {
        font-weight: 700;
    }

    /*======================== SMONUMENTS =============================*/
    .smonumentsP1__grid {
        grid-template-rows: repeat(51, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(1, 1fr);
    }

    /*======================== SMONUMENTS PAGE2 =============================*/
    .smonumentsP2__grid {
        grid-template-rows: repeat(37, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(1, 1fr);
    }

    /*===================================  EUROMONUMENTS ======================================*/
    .euromonuments__grid {
        grid-template-rows: repeat(30, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(1, 1fr);
    }

    /*===================================  DOUBLE MONUMENTS ======================================*/
    .doublemonuments__grid {
        grid-template-rows: repeat(38, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(1, 1fr);
    }

    /*===================================  CHILD MONUMENTS ======================================*/
    .childmonuments__grid {
        grid-template-rows: repeat(12, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(1, 1fr);
    }

    /*===================================  DEURO MONUMENTS ======================================*/
    .deuromonuments__grid {
        grid-template-rows: repeat(34, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(1, 1fr);
    }

    /*===================================  MIL MONUMENTS ======================================*/
    .milmonuments__grid {
        grid-template-rows: repeat(40, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(1, 1fr);
    }

    /*===================================  ATTENDED ======================================*/
    .attended__grid {
        grid-template-rows: repeat(14, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(1, 1fr);
    }

    /*===================================  ARTWORKS ======================================*/
    .artworks__grid {
        grid-template-rows: repeat(15, auto);
        /* -1 ряд щоб прибрати відступ від останнього рядка вниз */
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 780px) {

    /*======================= WHY-WE =========================*/
    .why-we__flex {
        flex-direction: column;
    }

    .why-we__col1 {
        margin: 0 auto;
    }

    .col-elem-num {
        display: block;
    }

    .why-we__col2 {
        margin: 0 auto;
    }

    /*======================= STONE-TYPES =========================*/

    .stone-types__grid {
        width: 100%;
        max-width: 400px;
        grid-template-columns: repeat(1, auto);
        grid-template-rows: repeat(12, 1fr);
        margin: 0 auto;
    }

    .stone-types__grid-elem {}

    .stone-types__grid-elem img {
        height: 270px;
        width: 100%;
        object-fit: cover;
    }
}

@media (max-width: 700px) {

    /*======================= FOOTER =========================*/
    .footer-inner {
        flex-direction: column;
        padding-top: 3.9vh;
    }

    .footer_logo, .footer-links, .footer__cities {
        margin: 0 auto;
    }

    .footer-links {
        margin-top: 3.2vh;
        margin-bottom: 3.2vh;
    }

    .footer__kostopyl {
        margin-right: 0px;
    }

    .footer__kostopyl-adress {
        display: none;
    }

}

@media (max-width: 600px) {
    .headline {
        font-size: 5.2vh;
        line-height: 5.9vh;
        margin-bottom: 37.5vh;
    }

    .header__body-txt {
        font-size: 3vh;
    }

    .header__body-decormonument {
        left: -23%;
        width: 160%;
    }
}


@media (max-width: 500px) {

    /*======================= HEADER =========================*/
    .headline {
        font-size: 4.9vh;
        line-height: 5.8vh;
    }

    .header__body-txt {
        font-size: 2.2vh;
        line-height: 2.5vh;
    }


    /*======================= CATALOG =========================*/
    .catalog__header {
        font-weight: 600;
        font-size: 30px;
        text-transform: uppercase;
        text-align: center;
        line-height: 40px;
        margin-top: 80px;
        margin-bottom: 24px;
    }

    .catalog__grid {
        width: 100%;
        gap: 24px;
        margin-bottom: 0px;
    }

    .catalog__grid .catalog__grid-elem {
        height: 180px;
        border-radius: 42px;
    }

    .catalog__grid-img-box img {
        width: 156px;
        height: 155px;
    }

    .catalog__grid-elem .catalog__grid-txt {
        font-weight: 400;
        font-size: 20px;
        text-transform: uppercase;
    }

    /*======================= STONE TYPES =========================*/
    .stone-types__header {
        font-weight: 600;
        font-size: 30px;
        text-transform: uppercase;
        text-align: center;
        line-height: 40px;
        margin-bottom: 34px;
    }

    .stone-types__grid {}

    .stone-types__grid-elem {
        width: 100%;
        max-width: 100%;
    }

    .stone-types__grid-elem a img {
        height: 120px;
        max-width: 100%;
    }
}

@media (max-width: 450px) {

    /*======================= HEADER =========================*/
    .header__body-txt-wrapper {
        margin-bottom: 3.3vh;
    }

    /*======================= COMMON =========================*/
    .container {
        max-width: 429px;
        width: 100%;
        padding: 0 30px;
        margin: 0 auto;
    }

    h2 {
        font-weight: 600;
        font-size: 30px;
        text-transform: uppercase;
        text-align: center;
        line-height: 40px;
    }

    /*======================= ABOUT US =========================*/
    .header__top-logo {
        margin-left: 11px;
    }

    .header__body-decormonument {
        top: 37.5vh;
        left: -49%;
    }

    .header__body-decormonument img {
        width: 732px;
        height: 39vh;
    }


    /*======================= ABOUT US =========================*/
    .about__us-inner {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 42px;
        padding-top: 42px;
    }

    .about__us-box {
        width: 100%;
        max-width: 369px;
    }

    .about__us-header {
        font-weight: 600;
        font-size: 30px;
        text-transform: uppercase;
        text-align: center;
    }

    .about__us-txt {
        font-weight: 400;
        font-size: 16px;
        text-align: justify;
    }

    .quality__years::after {
        content: "";
        display: block;
        width: 100%;
        max-width: 575px;
        height: 1px;
        background: #000;
        /* Колір лінії */
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .quality__models::after {
        content: "";
        display: block;
        width: 100%;
        max-width: 575px;
        height: 1px;
        background: #000;
        /* Колір лінії */
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .about__us-quality p {
        font-weight: 300;
        font-size: 30px;
        text-align: center;
    }

    /*======================= WHY-WE =========================*/
    .why-we__inner {
        padding-top: 0px;
        padding-bottom: 80px;
        margin-bottom: 0px;
    }

    .why-we__header {
        font-weight: 600;
        font-size: 30px;
        text-transform: uppercase;
        text-align: center;
        padding-top: 81px;
        margin-bottom: 24px;
    }

    .why-we__col1 {
        margin-bottom: 25px;
    }

    .col-elem-num {
        display: none;
    }

    .col-elem-box {
        height: 100%;
    }

    /*======================= CATALOG =========================*/
    .catalog__grid {
        margin-left: 0px;
        margin-right: 0px;
    }

    .catalog__grid-elem {}

    /*======================= FOOTER =========================*/
    .footer {
        margin-top: 80px;
    }

    .footer__cities span {
        align-self: center;
        ;
    }

    /*======================= SMONUMENTS =========================*/

    .breadcrumps {
        display: none;
    }

    .smonumentsP1__header {
        margin-top: 80px;
    }

    .smonumentsP1__grid {
        gap: 8px;
    }

    .assortment__elem-img-box img {
        width: 100%;
        height: 360px;
    }

    .assortment__elem span {
        font-weight: 400;
        font-size: 16px;
        text-align: center;
    }

    /*======================= CONTACTS =========================*/
    .contacts__block {
        margin: 40px auto;
    }

    .contacts__block-address {
        font-size: 20px;
        line-height: 24px;
    }

    .contacts__block-address::before {
        content: "";
        display: inline-block;
        background-image: url('../images/contacts/mapbadge.svg');
        background-repeat: no-repeat;
        background-size: contain;
        height: 24px;
        width: 24px;
        margin-right: 3px;
    }

    .contacts__block-addresses .contacts__block-tel {
        font-size: 24px;
    }

    .contacts__block-tel::before {
        content: "";
        display: inline-block;
        background-image: url('../images/contacts/phonebadge.svg');
        background-size: contain;
        align-self: center;
        height: 24px;
        width: 24px;
        margin-right: 3px;
    }

    .block-mail-img-box img {
        width: 24px;
        height: 24px;
    }

    .contacts__block-mail span {
        font-size: 20px;
        line-height: 24px;
    }

    .contacts__block-viber1-box img, .contacts__block-inst1-box img, .contacts__block-facebook1-box img {
        width: 24px;
        height: 24px;
    }

    .contacts__block-viber2-box, .contacts__block-inst2-box, .contacts__block-facebook2-box {
        display: none;
    }

    .contactspage__map-iframe {
        margin-bottom: -83px;
        height: 430px;
        width: 100%;
    }


    @media (max-width: 400px) {}

    @media (max-width: 380px) {

        /*======================= HEADER =========================*/
        .headline {
            font-size: 3.9vh;
            line-height: 4.8vh;
        }

        .header__body-btn {
            padding: 1.7vh 12vh;
        }
    }

    @media (max-height: 800px) {
        /*======================= HEADER =========================*/
        .contacts__blockmob-yavoriv, .contacts__blockmob-novoyarvorivsk {
            display: none;
        }
    }

    /*======================= HEADER SPECIAL =========================*/

    .header__top-wrapper {
        display: block;
        position: fixed;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background-image: url('../images/header/header__background.jpg');
        height: 100%;
        min-width: 360px;
        z-index: 100;
        transform: translateX(0%);
        transition: all 0.5s;
    }

    .header__top-wrapper--hide {
        transform: translateX(100%);
    }

    .header__topmob-logo {
        margin-left: 0px;
    }

    .header__navmob-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .header__navmob-item {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: white;
        margin-bottom: 26px;
    }

    .contacts__blockmob {
        margin-top: 50px;
    }

    .contacts__block-addresses .contacts__blockmob-city::after {
        content: "";
        display: block;
        width: 100%;
        max-width: 331px;
        height: 1px;
        background: white;
        margin: 16px 0;
    }


    .contacts__blockmob-address {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: white;
    }

    .contacts__blockmob-address::before {
        content: "";
        display: inline-block;
        background-image: url('../images/contactsmob/adressmob.svg');
        background-repeat: no-repeat;
        height: 20px;
        width: 20px;
        margin-right: 3px;
    }

    .contacts__blockmob-tel {
        font-size: 20px;
        line-height: 24px;
        color: white;
    }

    .contacts__blockmob-tel::before {
        content: "";
        display: inline-block;
        background-image: url('../images/contactsmob/telmob.svg');
        background-repeat: no-repeat;
        height: 20px;
        width: 20px;
        margin-right: 3px;
    }

    .contacts__blockmob-mail {}

    .contacts__blockmob-mail span {
        font-size: 16px;
        line-height: 20px;
        color: white;
    }

    .contacts__blockmob-mails-line {
        display: block;
        width: 100%;
        max-width: 331px;
        height: 1px;
        background: white;
        margin: 16px 0;
    }

}