/*основные цвета*/
:root{

}

*{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none !important;
}

img{
    width: 100%;
}

h1,h2,h3{
    text-transform: uppercase;
    font-weight: 600;
}

body{
    font-family: Montserrat, serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color:black;
    overflow-x: hidden;
}

/*header{
    position: relative;
    width: 100%;
    background-size: contain !important;
    background: url('../img/header_big.png') no-repeat;
    height: 1001px;
    color: white;
}*/

header{
    position: relative;
    width: 100%;
    background-size: contain !important;
    background: url('../img/header.png') no-repeat;
    height: 927px;
    color: white;
}

.header-menu{
    display: flex;
    justify-content: center;
    padding: 8px 0;
}

.footer-menu a,
.header-menu a{
    margin-right: 100px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
}

.header-menu a:active{
    color: yellow;
}

.header-menu a:last-child{
    margin: 0;
}

.button{
    color: black;
    display: flex;
    background-image: url(../img/button.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 240px 56px;
    width: 240px;
    height: 56px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}

.button.active{
    background-size: 240px 65px;
    height: 65px;
    background-image: url(../img/button-active.png);
    font-weight: 600;
}

.main-img{
    display: block;
}

#phone{
    display: none;
}

.main-img .row{
    flex-wrap: nowrap;
}

.main-img #img1{
    margin-top: 100px;
}
.main-img #kaz{
    align-self: center;
}

.main-img #kaz .button{
    margin: 0 auto;
}

.main-img #img2{
    margin-top: 350px;
}

.main-phone{
    position: relative;
    margin-top: 200px;
    color: black;
    text-align: center;
}

.button img{
    width: 30px;
    margin-right: 10px
}

.main-block{
    margin-bottom: 50px;
}

.main-block .row{
    align-items: center;
}

.flex-block{
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 300px;
    overflow: hidden;
}

.flex-block.wrap{
    flex-wrap: wrap;
}

.flex-block span{
    text-align: center;
    font-size: 12px;
}

#about{
    text-align: center;
}

#catalog img.desc{
    display: block;
}

#catalog img.desc.txt{
    max-width: calc(100vw/2 - 310px);
}

#catalog img.desc.txt-l{
    max-width: calc(100vw/2 - 15vw - 310px);
}

#catalog img.mob{
    display: none;
}

#catalog img.mob.txt-l{
    max-width: calc(100vw/2 - 115px);
}

.title{
    margin-bottom: 50px;
    text-align: center;
}

#about img{
    width: 60%;
}

#to-know{
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#to-know p{
    text-transform: uppercase;
    width: 100%;
}

#to-know .button{
    font-size: 14px;
}

#photo{
    position: relative;
}

.photos{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    scrollbar-width: none;
    width: 100%;
}

.photos .photo{
    width: auto;
    height: 427px;
    margin-right: 10px;
}

.photos .photo:last-child{
    margin-right: 0;
}

.photos .photo img{
    width: auto;
    height: 100%;
}

#contacts .contacts-block:first-child{
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-right: 80px;
}

#contacts .contacts-block:nth-child(2){
    padding-left: 80px;
}

#contacts .contacts-block:first-child p{
    width: 100%;
}

#contact-title{
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
}

#domo{
    width: 40%;
}

footer{
    position: relative;
    width: 100%;
    background-size: cover !important;
    background: url('../img/footer.png') no-repeat;
    height: 216px;
}

footer .container{
    padding-top: 55px;
}

.footer-menu{
    width: 110px;
}

.footer-menu a{
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
}