@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New&display=swap');
	
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-color: #FE7701 transparent;
    scrollbar-width: thin;
    /* border: 1px solid; */
}
::selection {
    background: #FE7700; 
    color: #000000;
}
::-moz-selection {
    background: #FE7700;
    color: #000000;
}
::-webkit-scrollbar{
    background-color: transparent;
}
::-webkit-scrollbar-tumb{
    background-color: #FE7700;
}
body{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-display: swap;
    background-color: #efefef;
    color: #000000;
    overflow-x: hidden;
}
html, body{
    height: 100%;
}
#wrapper{
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
a{
    text-decoration: none;
    outline: none;
    color: black;
}
.entry-title, .post-edit-link{
    display: none;
}
.container{
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.justify-center{
    text-align: center;
    margin: 80px 0 50px 0;
    font-size: 26px;
}
header#header {
    background-color: whitesmoke;
    box-shadow: 0px -10px 20px 0px #0000002b;
}

/*header - above*/
.header__above {
    padding: 3px 0;
    background: linear-gradient(109.71deg, #FE7700 0%, #FEAD00 100%);

    .container{
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
    }
    
    a{
        display: flex;
        align-items: center;
        gap: 5px;
    }
    a:nth-child(2){
        padding: 0;
    }
    div:nth-child(2){
        display: flex;
        gap: 20px;
        padding-top: 3px;
        font-size: 15px;
        padding-left: 20px;
    }
}

/*header - menu*/
#container {
    position: relative;
    flex: 1 1 auto;
}
.xoxo{
    display: none;
}
.mobile-menu{
    display:none;
}
.widget-title {
    display: none;
}
#nav_menu-3 .menu,
#nav_menu-4 .menu {
    display: none;
}
.header__navigation {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    position: relative;
    
    img{
        max-width: 180px;
        padding: 5px 0;
    }
}
nav#menu {
    display: flex;
}
#menu-pc-menu{
    display: flex;
    height: 100%;
    li{
        text-decoration: none;
    list-style: none;
    display: flex;
    align-items: center;
    a:hover{
            color: #f47c00;
        }
    }
}
.menu-item-has-children{
    position: relative;
}
.menu-item-has-children::after{
    content:"\203A";
    position: absolute;
    top: 48%;
    right: -20px;
    height: 15px;
    width: 15px;
    rotate: 90deg;  
}
.sub-menu {
    position: absolute;
    z-index: 5;
    max-width: 500px;
    top: 80%;
    background-color: #f5f5f5;
    display: none;
    padding: 15px;
    left: -15px;
    box-shadow: 0px 25px 20px 2px #00000040;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.menu-item-has-children:hover .sub-menu{
    display: block;
}
.sub-menu a{
    min-width: 250px;
    max-width: 500px;
    margin-bottom: 10px;
}
.menu-item {
    margin-right: 32px;
    max-width: 300px;
}
.menu-item-60{
    margin: 0;
}

/*main page - maps*/
.object-map {
    min-height: 770px;
    background: url(/wp-content/themes/blankslate/images/map/map.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.map__headline {
    padding-top: 50px;
    font-size: 26px;
    position: relative;
}
.map__headline::after{
    position:absolute;
    content: '';
    bottom: -5px;
    left: 0;
    background: linear-gradient(270deg, rgba(0,212,255,0) 0%, rgba(254,119,0,1) 40%);
    max-width: 350px;
    min-width: 330px;
    height: 2px;
}
.subheadline {
    padding-top: 15px;
}

/*category - general*/
button#prevCard,
button#nextCard{
    position: absolute;
    top: 50%;
    font-size: 36px;
    border: none;
    background-color: transparent;
}
button#prevCard{
    left: 0;
}
button#nextCard{
    right: 0;
}
.navigation-buttons {
    display: none;
}

/*category list - general*/
.image-position.category-list__img {
    padding: 0;
}
.image-position.category-list__img img {
    width: 100%;
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.button-section.category-list__btn a {
    padding: 5px 83px;
}
    .product-image__relative {
    font-size: 14px;
    color: #a1a1a1;
    text-align: center;
}
.product-desc__last {
    margin-top: 10px;
}

/*main page - categoty*/
.main-page__center{
    margin: 80px 0 50px 0;
    font-size: 26px;
}
.card-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.card {
    width: 280px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 7px 0px #0000002b;
}
.image-position{
    text-align: center;
    background-color: whitesmoke;
    padding: 15px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.image-position img{
    max-height: 200px;
}
.desc-section {
    min-height: 85px;
}
.card__headline {
    font-size: 18px;
    margin-top: 10px
}
.card__subheadline {
    font-size: 14px;
    margin: 5px 0 15px 0;
}
.card__btn{
    border: none;
    background: none;

    a{
        font-size: 16px;
        padding: 5px 61px;
        color: white;
        background: #fe7700;
        border: 1px solid #fe7700;
        border-radius: 10px;
        transition: all .3s;
        cursor: pointer;
        height: 100%;
        display: flex;
        align-items: center;

        &:hover{
          background: #fead00;  
        }
    }
}
.desc-posiition {
    padding: 0 15px 15px 15px;
}
.button-section {
    display: flex;
    gap: 5px;
}
ion-icon.md.hydrated {
    font-size: 16px;
}
div#scrollToTop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    border: 1px solid #fe7700;
    border-radius: 50%;
    z-index: 100;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .3s;
}
div#scrollToTop:hover {
    background: #fe7700;
    transition: all .3s;
}
div#scrollToTop:hover ion-icon.md.hydrated{
    color: white;
    transition: all .3s;
}
.wa-link a{
    padding: 0 10px;
}
button#uniqueSubmitButton {
    width: 100%;
    padding: 10px 0;
    border: 1px solid orange;
    border-radius: 5px;
    background-color: #fe7700;
    color: white;
    cursor: pointer;
}

/*main-page our-achievements*/
.our-achievements__wrap{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.oa-object__mainobj span{
    font-size: 48px;
    color: #fe7700;
    font-weight: bold;
}
.oa-object__headline {
    margin-bottom: -10px;
}
.oa-object__desc {
    margin-top: -10px;
}
.our-achievements {
    background-color: white;
}
.our-achievements__head.justify-center {
    padding-top: 30px
}
.our-achievements__object {
    width: 275px;
}
.our-achievements__more-info {
    margin-top: 50px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding-bottom: 30px;
}
.more-info__text p{
    padding-top: 20px;
    line-height: 1.5;
}
.more-info__text p:nth-child(1){
    padding: 0;
}
.more-info__text p span{
    font-size: 26px;
    font-weight: bold;
    color: #fe7700;
}
.more-info__text {
    max-width: 400px;
    text-align: justify;
}
.more-info__img img{
    width: 100%;
}

/* 	main page - projects */
.logo-carousel {
    background: white;
    margin-top: 80px;
    padding-top: 10px;
}
.logo-carousel .justify-center{
    margin-top: 30px;
}
div#logo-carousel-free-163 {
    max-width: 1200px;
    margin: 0 auto;
}

/* 	main page - feedback */
.questions .uniqueButton {
    height: 41px;
}
.questions select.uniqueSelect {
    width: calc(100% - 35px);
}
.questions{
    padding: 20px 0;
    box-shadow: 0 0px 10px 3px #dddddd;
    background: url(/wp-content/themes/blankslate/images/slider/advantages_bg.jpg) center / cover no-repeat;
    background-attachment: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    color: white;
    align-items: center;
}
.questions .justify-center{
    margin: 20px 0 40px 0;
}
.scrollToTop ion-icon.md.hydrated{
    font-size: 20px;
    color: #fe7700;
}


/*about us*/
.about-us__desc {
    margin-top: 50px;
    line-height: 1.5;
}
.about-us__desc p{
    margin-top: 10px;
}
.about-us__header {
    font-size: 18px;
    margin-top: 0 !important;
    padding: 30px 0;
    font-weight: bold;
}
.about-us__animation-block {
    display: flex;
    margin: 30px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

p.au-card__number {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #fe7700;
}

/*catalog - list general*/
.all-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.all-list__card {
    padding-bottom: 25px;
    border-bottom: 1px solid #feac00;
}
.all-list__card:last-child{
    border-bottom: none;
    padding-bottom: none;
}
.al-card__header {
    font-size: 22px;
    margin-bottom: 10px;
}
.all-list__links {
    margin-top: 10px;
    float: inline-end;
}
.all-list__links a:hover,
.al-card__header a:hover{
    color: #fe7700;
    cursor: pointer;
}
.our-partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
    width: 100%;
}
.our-partners img{
    max-width: 400px;
    height: 150px;
}

/*catalog - pipes*/
    .product-desc {
        height: 410px;
        overflow: auto;
    }
        /*& - table*/
        .product-page__table {
            margin: 80px 0;
            width: 100%;
            overflow: auto;
            background: white;
            box-shadow: 0 0 2px 2px #0000002b;
        }
        .table td{
            padding: 15px;
            border-bottom: 1px solid;
            border-right: 1px solid;
        }
        .table td:last-child{
            border-right: none;
        }
        .table tr:nth-child(even){
            background: #fe7700e8;
        }

/*catalog - kolodci*/
.product-page {
    display: flex;
    gap: 50px;
}
.product-desc {
    line-height: 2;
    li{
        list-style: none;
    }
;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
}
.product-price {
    margin-top: 20px;
    font-weight: bold;
}
.product-image img {
    height: 400px;
    max-width: 400px;
    object-fit: cover;
    object-position: center;
}
         #uniquePopupOverlay {
            background-color: #000000bf;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            position: absolute;
            display: none;
            z-index: 1;
        }
        #uniqueFeedbackButton {
            padding: 10px 20px;
            background-color: #fe7700;
            color: white;
            border: none;
            box-shadow: 0 0 5px 0px #5d270066 inset;
            border-radius: 5px;
            cursor: pointer;
        }
    #uniqueFeedbackButton:hover{
        background-color: #fead00;
    }
        #uniquePopupForm {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: white;
            padding: 20px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            z-index: 1000;
            width: 340px;
        }
        .uniqueLabel {
            display: block;
            margin-bottom: 5px;
        }
        .uniqueInput, .uniqueTextarea, .uniqueSelect {
            width: 100%;
            margin-bottom: 10px;
            padding: 10px;
            font-size: 16px;
        }
        .uniqueInput[type="text"], .uniqueInput[type="email"], .uniqueInput[type="tel"], .uniqueSelect {
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        .uniqueTextarea {
            border: 1px solid #ccc;
            border-radius: 4px;
            height: 100px;
            font-family: 'Montserrat';
            font-size: 16px;
        }
        .uniqueButton {
            display: inline-block;
            margin-left: 10px;
            padding: 10px;
            background-color: #28a745;
            color: white;
            cursor: pointer;
            border: none;
            border-radius: 4px;
            position: absolute;
            height: 39px;
            right: -3px;
            width: 30px;
        }
        .deleteButton {
            background-color: #dc3545;
        } 
        .selectGroup {
            position: relative;
        }
        select.uniqueSelect {
            width: 265px;
        }
        input {
            font-family: 'Montserrat';
        }
    .product-price {
        display: flex;
        gap: 30px;
        align-items: center;
        flex-wrap: wrap;
    }
    .subhead {
        color: #a8a8a8;
        font-weight: normal;
        font-size: 15px;
    }
    
/*laboratory - page*/
.laboratory {
    margin-top: 50px;
}
.laboratory li{
    list-style: none;
    padding-top: 10px;
}
.laboratory li:last-child{
    padding-bottom: 20px;
}
.laboratory a{
    font-weight: bold;
}
.laboratory a:hover{
    color: #fe7700;
}

/*institutes page*/
.carousel-container {
  display: flex;
  overflow: hidden;
  position: relative;
}
.carousel-container::after{
    position: absolute;
    content: '';
    width: 10%;
    height: 100%;
    background: linear-gradient(90deg, rgba(254,119,0,0.5018382352941176) 0%, rgba(254,173,0,0.4990371148459384) 10%, rgba(255,255,255,0) 100%);
    left: 0;
}
.carousel-container::before{
    position: absolute;
    content: '';
    width: 10%;
    height: 100%;
    background: linear-gradient(270deg, rgba(254,119,0,0.5018382352941176) 0%, rgba(254,173,0,0.4990371148459384) 10%, rgba(255,255,255,0) 100%);
    right: 0;
    z-index: 1;
}
.carousel-inner {
  display: flex;
  animation: scrollAnimation 60s linear infinite;
}
.carousel-item {
  flex: 0 0 180px; /* picture size */
  display: flex;
  align-items: center;
  height: 254px;
}
.carousel-item img {
  width: 100%;
  height: 250px;
  display: block;
  margin: 1px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
@keyframes scrollAnimation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.carousel-container:hover .carousel-inner {
  animation-play-state: paused;
}
.carousel__content {
  overflow: hidden;
}
.our-standarts {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.our-standarts div{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.our-standarts div a{
    display: flex;
    gap: 20px;
    align-items: center;
}
.our-standarts div a:hover{
    color: #fe7700;
}

/*projects-page*/
.projects-card {
    display: flex;
    width: 275px;
    flex-direction: column;
    border: 1px solid #fe7700;
    border-radius: 5px;
}
.projects-card img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#projects-app {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 20px;
}
.card-desc {
    padding: 5px;
    border-top: 1px solid #fe7700;
    background: white;
    height: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 14px;
}

/*contacts page*/
.page-id-54 .justify-center {
    font-weight: normal;
}
.page-id-54 .justify-center span{
    color: #fe7700;
}
.contats-page__desc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
.contats-page__desc ion-icon {
    color: #fe7700;
}
.contats-page__adress,
.contats-page__phone,
.contats-page__mail {
    display: flex;
    gap: 10px;
}
.grid_1 { width: 6.5%; } 
.grid_2 {width: 15%;} 
.grid_3 { width: 23.5%; } 
.grid_4 { width: 32%; } 
.grid_5 { width: 40.5%; }
.grid_6 { width: 49%; } 
.grid_7 { width: 57.5%; } 
.grid_8 { width: 66%; } 
.grid_9 { width: 74.5%; } 
.grid_10 { width: 83%; } 
.grid_11 { width: 91.5%; } 
.grid_12 { width: 100%; } 

.grid_1,.grid_2,.grid_3,.grid_4,
.grid_5,.grid_6,.grid_7,.grid_8,
.grid_9,.grid_10,.grid_11,.grid_12 {
    margin: 0 2% 1% 0;
    float: left;
    display: block;
}
.alpha{
  margin-left:0;
}
.omega{
  margin-right:0;
}
#slide5 {
    padding: 20px 0;
}
.contactmap {
    background: linear-gradient(90deg, rgba(254,119,0,1) 70%, rgba(255,255,255,0) 85%);
    border-radius: 4px;
}
#slide5 h2 {
    margin: 13px 0 0 30px;
    color: #fff;
    font-size: 1.5em;
    min-height: 60px;
}
#slide5 p {
    line-height: 150%;
    color: #fff;
    padding: 5px 0 0 30px;
}
.contactype {
    position: relative;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    text-align: center;
    background-color: #c3c3c3;
    border-radius: 5px;
    min-height: 155px;
    float: left;
    transition: all .3s ease-in;
    display: flex;
    align-items: center;
}
.contactype p {
    width: 100%;
    text-align: center;
    /* position: absolute; */
    bottom: 10px;
    left: 0;
    padding: 5px !important;
}
.contactype:hover,.contactype.active {
    background-color: #fe7700;
}
.contactype div {
    font-size: 4em;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transition: all .2s ease-in;
}
.contactmap .grid_8.omega .grid_6 {
    margin: 40px 0 0 220px;
}
.contactmap .grid_8.omega .grid_6 .btn {
    margin-top: 10px;
    border: 1px solid rgba(0,0,0,.1);
    margin-left: 0;
}
.bus-point {
    display: block;
    margin-bottom: 3px;
}
#contact-bus .grid_6.omega,
#contact-car .grid_6.omega {
    height: 200px;
    overflow-x: hidden;
    position: relative;
}
.contactmap .information span {
    font-weight: bold;
}
#contact-phone .grid_6.omega {
    font-size: 2.5em;
    margin-top: 100px;
}
#contact-mail .grid_6.omega {
    padding-top: 40px;
}
.btn {
    display: inline-block;
    padding-left: 56px;
    color: #626263;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    background-color: #fff;
    padding: 16px 24px 17px 24px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-shadow: none;
    line-height: 20px;
    text-align: center;
    border-radius: 5px;
    margin-left: 2.5em;
}
.btn span {
    font-size: 1em;
}
.btn2 {
    color: #626263;
    background: #f7f5f2;
    border: 1px solid #bbb;
    box-shadow: 0 1px rgba(0,0,0,0);
    padding: 14px 24px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-radius: 5px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.contactmap {
    height: 300px;
    margin-bottom: 10%;
}
.contactmap .grid_8.omega {
    background-color: #fff;
    height: 100%;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#contact-car .grid_10.omega {
    margin: 0 auto;
    display: block;
}
#map_canvas {
    margin: 0;
    padding: 0;
    height: 100%;
}
.submit {
    display: none;
    margin: 0 auto;
    width: auto;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 15px 21px;
    border: 1px solid rgba(255,255,255,0.4);
    background: transparent;
    border-radius: 9px;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color .4s;
}
.submit:hover {
    color: #fff;
    border-color: #fff;
}
.callus {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 240px;
    margin-left: -155px;
    border-radius: 5px 5px 0 0;
    background-color: rgba(255,255,255,.8);
    color: #000;
    line-height: 1.5em;
    font-size: 1.5em;
    z-index: 99;
    padding: 10px 35px;
    text-align: center;
    animation-delay: 4s;
}
.callus:hover {
    background-color: #fff;
}
#contact-bikeClick.active div {
    font-size: 10em;
    color: #c3c3c3;
    top: 125px;
    left: -115px;
    -webkit-perspective: 10em;
    -moz-perspective: 10em;
    -ms-perspective: 10em;
    perspective: 10em;
    transform: rotateY(180deg);
    transform-style: preserve-3d;
}
#contact-busClick.active div {
    font-size: 10em;
    color: #c3c3c3;
    top: 125px;
    left: 25px;
}
#contact-carClick.active div {
    font-size: 10em;
    color: #c3c3c3;
    top: 125px;
    left: 200px;
}
#contact-bikeClick.active div {
    left: -100px !important;
}
#contact-phoneClick.active div {
    left: -300px !important;
}
#contact-mailClick.active div {
    left: -440px !important;
}
#contact-mailClick.active div {
    font-size: 10em;
    color: #c3c3c3;
    top: 145px;
    left: -440px;
}
#contact-phoneClick.active div {
    font-size: 10em;
    color: #c3c3c3;
    top: 145px;
    left: -315px;
}
.information a {
    color: white;
}
.information a:hover {
    color: black;
}

/*footer*/
footer{
    background: #312e2d;
    width: 100%;
    margin-top: 50px;
}
.footer-content {
    height: 400px;
    border-top: #fe7700 1px solid;
}
.copyright {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    width: 100%;
    height: 25px;
    align-items: center;
    color: white;
}
.copyright_site a{
    color: white;
}
.copyright_site:hover span{
    color: #fe7700;
}

@media screen and (max-width: 992px){
    /*header - menu*/
    .menu-pc-menu-container{
        display: none;
    }
    .xoxo{
        display: block;
    }
    .burger-button {
        display: flex;
        flex-direction: column;
        align-items: center;
        border: none;
        background: transparent;
        color: black;
    }
    .show-menu .menu {
        display: block !important;
        position: absolute;
        bottom: 0;
        right: 0;
        height: 100%;
        background: #efefef;
        min-width: 330px;
        padding: 0 10px;
        z-index: 1;
    }
    .menu-item{
        margin: 0;
        padding-top: 15px;
        text-decoration: none;
        list-style: none;
    }
    .mobile-menu {
        display: flex;
        gap: 20px;
        align-items: center;
    }
    #burger-menu-4 .md,
    #burger-menu-3 .md{
        color: #fe7800;
        font-size: 24px;
    }
    .show-menu::before{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        background: #000000b5;
        width: 100%;
        z-index: 1;
    }
}

@media screen and (max-width: 768px){
    /* above header */
    .header__above div:nth-child(2){
        display: flex;
        gap: 20px;
        padding-top: 3px;
        font-size: 15px;
    }
    .header__above a{
        padding-right: 0px;
    }

    /* mobile menu */
    .header__navigation {
        gap: 0;
    }
    
    /*main page - categoty*/
    .card-wrapper {
        gap: 0;
    }
    
    /*main page - map*/
    .object-map {
        background: url(/wp-content/themes/blankslate/images/map/map_mobile.svg);
        background-size: 100%;
        min-height: 376px;
        height: 100vw;
        background-position: bottom center;
    }
    
    /* main-page our attachments */
    .our-achievements__more-info {
        flex-direction: column-reverse;
    }
    
    /*about us*/
    .about-us__animation-block {
        justify-content: space-around;
    }

    
    /*catalog - general*/
    .navigation-buttons {
        display: block;
    }
    
    /*catalog - pipes*/
    .product-desc {
        height: 100%;
        overflow: auto;
    }
    .product-image img {
        max-width: 100%;
    }
    .product-image {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    
    /*catalog - kolodci*/
    .product-page {
        flex-direction: column;
    }

    
    /*contacts page*/
    .grid_1,.grid_2,.grid_3,.grid_4,
    .grid_5,.grid_6,.grid_7,.grid_8,
    .grid_9,.grid_10,.grid_11,.grid_12 {
        width:100%;
    }
    .contactmap{
        background: #f48022;
    }

    /* footer */
    .page-template-default.page.page-id-54.wp-embed-responsive footer{
        margin-top: 190px;
    }
}

@media screen and (max-width: 768px){
	.questions{
		    background-attachment: local;
	}
}
@media screen and (max-width: 450px){
    header#header div:nth-child(2){
        padding-left: 0 !important;
    }
}



