body{
    font-family: 'Montserrat', sans-serif;
    color: #141414;

}
header{
    border-bottom: 3px solid #141414;
    padding-top: 22px;
    position: fixed;
    top:0;
    left:0;
    z-index: 9999;
    width: 100%;
    display: block;
    background: #fff;
}
.form .success{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    padding-top:20px;
    line-height: 21px;
    color: #614E92;
    opacity:0;
}
.text-right .form{
    text-align:left;
}
.form{
  border:3px #141414 solid;
  background:#fff;
  z-index:999;
  position:absolute;
  top:0;
  right:0;
  max-width:550px;
}
.form #phone, #send{
  display:block;
  outline:none;
}
.form #phone{
  padding:21px 15px;
  border: 3px #FADB4B solid;
  width:100%;
  margin-bottom:15px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color:#141414;
}
.form INPUT::placeholder {
  color: #C7C2D4;
}
.form #send{
  cursor:pointer;
  padding:21px 15px;
  border: none;
  width:100%;
  background:#141414;
  color:#FADB4B;
  text-align:left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  text-transform:uppercase;
}
.form .text{
  padding:28px 80px 48px;
}
.form .line{
  background:#141414;
  height:3px;
}
.form .text, .form a{
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 17px;
  color: #141414;
}
.form .close{
  padding:5px 15px;
  opacity:1;
  display:block;
  width:100%;
  float:none;
  font-size:0;
  line-height:0;
  text-align:right;
}
.form .close .icon{
  background-image:url('../img/form_close.svg');
  background-repeat:no-repeat;
  width:21px;
  height:21px;
  display:inline-block;
  background-size:cover;
}
.form .close:hover .icon{
  background-image:url('../img/form_close_yellow.svg');
}
.form .message{
  padding: 20px 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #141414;
}
.form form{
  padding:140px 80px 50px;
}
.wrapper{
    margin: 0 20px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.logo{
    background: url('../img/logo.svg') no-repeat left top;
    background-size: cover;
    width: 107px;
    height: 60px;
    display: inline-block;
}
#category .link .image{
    width: 100%;
    padding-top: 72%;
    border: 3px solid #141414;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
}
#category .link .title{
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 112%;
    text-decoration-line: underline;
    color: #141414;
}
#category .link:hover .image{
    border: 3px solid #FADB4B;
}
#category .link:hover .title{
    color: #FADB4B;
}
#category .items{
    margin-top: 80px;
}
#category, #article{
    padding-top: 120px;
}
#category .content{
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 112%;
    color: #141414;
}
#category h2, #article h2{
    border: none;
    text-decoration-color: #141414;
    text-decoration-line: underline;
    text-decoration-thickness: 3px;
    margin-bottom: 70px;
}
#categorylink{
    color: #141414;
}
#categorylink:hover{
    color: #FADB4B;
}
#categoryname{
    display: inline-block;
}
#category .items .col-12{
    margin-bottom: 60px;
}

#main{
    position: relative;
    height: 95vh;
    margin-bottom: 20px;
}
.bg-image{
    position: absolute;
    height: 50vh;
    display: block;
    width: 100%;
    background: url('../img/main_bg.png') no-repeat left top;
    background-size: cover;
    opacity: 0.62;
    border-bottom: 3px solid #141414;
}
.basalt{
    height: 100%;
    width:100%;
    background: url('../img/logo_big.svg') no-repeat center top;
    position: absolute;
    top:0;
    left:0;
    z-index: 999;
    background-size: contain;
}
h2{
    font-family: Montserrat;
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 70px;
    line-height: 85px;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin-bottom: 80px;
    border-bottom: 3px solid #141414;
}
#about h2{
    margin-bottom:30px;
}
#about nav{
    position:relative;
    margin-top: 18px;
}
#about nav ul{
    margin: 0;
    padding: 0;
}
#about nav li{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
#about nav li a{
    width:328px;
    text-decoration: none;
    padding: 21px 15px;
    border: 3px solid #141414;
    display: inline-block;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #141414;
    text-transform: uppercase;
    text-align: left;
}
#about nav li a:hover{
    background:#FADB4B;
}
nav .icons {
    text-align: left;
    width:328px;
    float: right;
}
nav .icons div{
    width: 93px;
    height: 93px;
    background-image: url('../img/menu_icons.svg');
    background-repeat: no-repeat;
    display: inline-block;
    cursor:pointer;

}
nav .chat{
    background-position:  -20px -133px;
    margin-right: 12px;
}
nav .chat:hover{
    background-position: -20px -20px;
}
nav .pin{
    background-position: -133px -133px;
}
nav .pin:hover{
    background-position: -133px -20px;
}
footer{
    background: #141414;
    color: #fff;
    padding: 17px 0;
    margin-top: 200px;
}
footer.inner{
    padding:44px 0;
}
footer .links a:hover{
    color: #FADB4B;
    text-decoration-color: #fff;
}
footer .title{
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.06em;
}
footer .links a{
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    color: #fff;
    display: block;
    margin-bottom: 50px;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-position:under;
    letter-spacing: 0.06em;
}
footer .line{
    border-bottom: 3px #fff solid;
    margin-bottom: 27px;
    
}
#categoryname{
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #141414;
    margin-top: 10px;
}
#objects .image{
    display: block;
    width:100%;
    padding-top: 62%;
    position:relative;
    margin-bottom: 30px;
    background: #141414;
    background-size: cover;
    background-position: center center;
}
#objects a .category-alt{
    position:absolute;
    top:0;
    left:0;
    z-index: 99;
    background:rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #FADB4B;
  display: flex;
  align-items: center;
  justify-content: center;
    opacity: 0;
    transition: opacity ease-in-out 0.2s;
}
#objects a:hover .category-alt{
    opacity: 1;
}
#objects a .image{
    filter: grayscale(100%);
    transition: filter 0.2s ease-in-out;
}
#objects a:hover .image{
    filter: grayscale(0);
}
#objects .diamond{
    background-image: url('../img/menu/diamond.jpg')
}
#objects .floors{
    background-image: url('../img/menu/floors.jpg')
}
#objects .metal{
    background-image: url('../img/menu/metall.jpg')
}
#objects .other{
    background-image: url('../img/menu/other.jpg')
}
#actual .image{
    display: block;
    width:100%;
    padding-top: 62%;
    background: #141414;
    background-size: cover;
    background-position: center center;
    border: 3px solid #141414;
}
#actual, #objects{
    margin-top:188px;
}
#actual .block{
    margin-bottom: 108px;
}
#actual a h3{
    text-decoration: underline;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 112%;
    color: #141414;
    margin-bottom: 20px;

}
#actual{
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 112%;
    color: #141414;
}
#clients{
    margin-top: 200px;
}
#clients .row .col-6{
    margin-bottom:100px;    
    text-align: center;
}
#directors{
    margin-top: 200px;
}
#directors .person{
    margin-bottom: 100px;
}
#directors .photo{
    width: 100%;
    padding-top: 74%;
    border: 3px solid #141414;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
}
#directors .arrow{
    display: block;
    float:right;
    width:17px;
    height: 17px;
    margin-right: 34px;
    background: url('../img/arrow.svg') no-repeat center;   
    transition: transform 0.2s ease-in-out;
}

#directors .experience:hover .arrow, #directors .contacts:hover .arrow{
    display: block;
    float:right;
    width:17px;
    color:#FADB4B;
    height: 17px;
    margin-right: 34px;
    background: url('../img/arrow_a.svg') no-repeat left top;    
}
#directors .experience:hover, #directors .contacts:hover{
    color: #FADB4B;
}
#directors .name{
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.06em;
    color: #141414;
    text-transform: uppercase;
    margin-bottom: 4px;
}
#directors .position{
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #141414;
    height: 36px;
    margin-bottom: 10px;
}
#directors .experience, #directors .contacts{
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #141414;
    border-bottom: 3px solid #141414;
    text-transform: uppercase;
    padding: 15px 0;
    cursor: pointer;
}
#directors h4{
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #614E92;
    margin:0;
    padding: 0;
}
#directors .experience_details, #directors .contacts_details{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #141414;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    margin: 5px 0 0 0;
}
#directors .down{
    transform: rotate(-90deg);
}
#directors .show{
    max-height: 500px;
}
#directors p{
    margin: 0;
    padding: 0;
}
#directors .contacts_details a{
    color: #141414;
}
#directors .contacts_details a:hover{
    color: #614E92;
    text-decoration: underline;
}
#menu{
    padding: 0 13px;
    border-left: 3px solid #141414;
    width: 222px;
    position:fixed;
    top:0;
    right: -222px;
    background: #fff;
    z-index: 999;
    height: 100vh;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #141414;
    transition:all 0.4s ease-in-out;
}
#menu a{
    color: #141414;
    text-transform: uppercase;
    text-decoration: none;
}
#menu a:hover{
    color:#FADB4B; 
}
#menu li{
    list-style: none;
    border-bottom: 3px solid #141414;
    margin-top:50px;
}
#menu ul{
    margin: 0;
    padding: 0;
}
#menu_tab{
    width: 35px;
    height: 35px;
    display: inline-block;
    cursor: pointer;
    background: url('../img/menu.svg') no-repeat left top;
    background-size: cover;
}
#menu_tab:hover{
    background: url('../img/menu_yellow.svg') no-repeat left top;
}
#menu_close{
    width: 35px;
    height: 35px;
    display: inline-block;
    cursor: pointer;
    background: url('../img/menu_close.svg') no-repeat left top;
    background-size: cover;
    margin: 25px 0;
}
#menu_close:hover{
    background: url('../img/menu_close_yellow.svg') no-repeat left top;
}
@media (max-width: 860px){
    h2{
        font-size:30px;
        line-height: 40px;
        padding-bottom: 8px;
        margin-bottom: 60px;
}
    ul.mainmenu{
        display:none;
    }
    #menu ul.mainmenu{
        display:block;
    }
    .form form{
  padding:140px 35px 50px;
}
    #about nav{
        margin-top: 100px;
    }
    #about nav a{
        width: 100%;
        text-align: center;
    }
    #about nav .icons{
        text-align: center;
        float: none;
        margin-top: 60px;
        width: 100%;
    }
    #about nav .icons div{
        margin: 0 20px;
    }
    #actual .image{
        margin-bottom: 30px;
    }
    #clients .row .col-6 img{
        max-width: 100%;
    }
    footer .title{
        margin-bottom: 60px;
    }
    footer .line{
        margin: 60px 0;
    }
}