/* ---- GLOBAL ---- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');
body, p , a{
    font-family: 'Gotham Pro','Helvetica Neue',Helvetica,'Segoe UI',Arial,sans-serif;
    color: #2B2A29;
}
a{
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    text-decoration: none;
}
img{
    max-width: 100%;
}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.clear{
    clear: both;
}
.posabs{
    position: absolute;
}
.posrel{
    position: relative;
}
input, a, select, textarea, button, input:active, a:active, select:active, textarea:active, button:active, input:focus, a:focus, select:focus, textarea:focus, button:focus{
    outline: none;
}
.container{
    max-width: 1200px;
}


.container_main{
    overflow: hidden;
}

span{
    color: #72d9ff;
}

.header{
    display: block;
    background: url(../images/header-bg.jpg) no-repeat top;
    background-size: cover;
    padding-top: 35px;
    position: relative;
    overflow: hidden;
}
.header:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(35, 39, 42, 0.9), rgba(35, 39, 42, 0.9)), url(00.jpg);
    top: 0;
    left: 0;
}
.logo{}
.logo h1{
    font-family: 'Montserrat', sans-seri;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
}
.phone{
    display: block;
    text-align: right;
    padding-right: 0;
}
.phone img{
    display: inline-block;
}
.phone p{
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #FFFAFA;
    margin: 0;
}
.phone a{
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-decoration-line: underline;
    color: #FFFAFA;
}
.menu{}
.menu img{}
.header-left{
    margin-top: 86px;
    padding-bottom: 100px;
}
.header-left h3{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 39px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.header-left p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 50px;
}
.header-right{
    margin-top: 170px;
    margin-bottom: 30px;
}
.header-right img{
    filter: drop-shadow(10px 10px 4px rgba(0, 0, 0, 0.25));
    display: block;
    margin: 0 auto;
}
.header-form{
    border-left: 1px solid rgba(255, 247, 247, 0.31);
    padding-left: 20px;
}
.header-form h4{
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.header-form p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #FEF9F9;
    margin-bottom: 40px;
}
form{
    display: block;
    min-width: 267px;
}
.form-control{
    display: inline-block;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px 20px;
    margin-bottom: 18px;
    margin-right: 20px;
    min-width: 294px;
}
.form-control::placeholder{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
}
.form-control:focus{
    box-shadow: none;
}
.btn.phone{
    background: #72d9ff;
    box-shadow: 0px 5px 0px #66b8d6;
    min-width: 310px;
    border-radius: 25px;
    border: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    color: #000000;
    padding: 18px 20px;
    margin-bottom: 18px;
}
.form-check-label{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #FFFDFD;
}
.form-check{
    padding: 0;
}
.form-check-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.form-check-input+label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
}
.form-check-input+label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 15px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 0.5em;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 2px;
}
.form-check-input:checked+label::before {
    border: 1px solid #E0D9D9;
    box-sizing: border-box;
    border-radius: 2px;
    background: url(../images/check.svg) no-repeat center;
}

.preim{
    display: flex;
    padding-top: 70px;
    padding-bottom: 35px;
}
.preim .col-md-3{
    padding-right: 0;
}
.preim-block{
    width: 289px;
    height: 289px;
    background: #F0F0F0;
    margin-bottom: 16px;
    position: relative;
    margin-right: 20px;
}
.block-gold{
    width: 100%;
    height: 289px;
    background: #72d9ff;
    position: relative;
}
.block-gold:after{
    position: absolute;
    content: '';
    width: 174px;
    height: 216px;
    bottom: -10px;
    left: 45px;
    background: url(../images/gold-men.png) no-repeat top;
}
.block-gold p, .block1 p, .block2 p, .block3 p, .block4 p, .block5 p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #000000;
    padding: 18px;
}
.block1{
    width: 100%;
    height: 289px;
    background: url(../images/preim-krug.png) no-repeat bottom 0 right -36%;
    position: relative;
}
.block1:after{
    position: absolute;
    content: '';
    background: url(../images/money.png) no-repeat;
    width: 217px;
    height: 72%;
    right: -14%;
    bottom: 0%;
}
.block0{
    width: 100%;
}
.block0 h3{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    text-align: right;
    color: #272626;
    margin-top: 80px;
}
.block2{
    width: 100%;
    height: 289px;
    background: url(../images/preim-krug.png) no-repeat bottom -56% right 84%;
    position: relative;
}
.block2:after{
    position: absolute;
    content: '';
    background: url(../images/zz1.png) no-repeat;
    width: 227px;
    height: 248px;
    right: -2%;
    bottom: -11%;
    background-size: cover;
}
.block3{
    width: 100%;
    height: 289px;
    background: url(../images/preim-krug.png) no-repeat bottom -52% right 103%;
    position: relative;
}
.block3:after{
    position: absolute;
    content: '';
    background: url(../images/zz2.png) no-repeat;
    width: 227px;
    height: 248px;
    right: -2%;
    bottom: -11%;
    background-size: cover;
}
.block4{
    width: 100%;
    height: 289px;
    background: url(../images/preim-krug.png) no-repeat bottom 30% right -148%,
        url(../images/preim-krug.png) no-repeat bottom -106px right 210px;
    position: relative;
}
.block4:after{
    position: absolute;
    content: '';
    background: url(../images/zz3.png) no-repeat;
    width: 227px;
    height: 248px;
    right: -2%;
    bottom: -11%;
    background-size: cover;
}
.block5{
    width: 100%;
    height: 289px;
    background: url(../images/preim-krug.png) no-repeat bottom -56px right 50px;
    position: relative;
}
.block5:after{
    position: absolute;
    content: '';
    background: url(../images/like.png) no-repeat;
    width: 253px;
    height: 221px;
    right: 4%;
    bottom: -5%;
}


.catalog{
    padding-top: 70px;
    background: url(../images/catalog_bg.jpg) no-repeat top;
    background-size: cover;
    padding-bottom: 85px;
}
.catalog h3{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    color: #000000;
    padding-bottom: 60px;
}
.nav{
    padding-bottom: 60px;
    justify-content: center;
}
.nav-item{
    background: #474747;
    box-shadow: 0px 3px 0px #000000;
    border-radius: 10px;
    margin-right: 35px;
    min-width: 167px;
    text-align: center;
}
.nav-link{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 10px 30px;
}
.nav-link.active{
    background: #72d9ff;
    box-shadow: 0px 3px 0px #66b8d6;
    border-radius: 10px;
}
a.nav-link.active, a.nav-link.active:hover{
    color: #2D2B2B;
}
a.nav-link:hover{
    color: #FFFFFF;
}
.tab-content{}
.tab-pane{}
.pane-block{
    background: #FFFFFF;
    margin-bottom: 35px;
}
.pane-block p.price{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    background: #72d9ff;
    padding: 18px 20px;
    margin-bottom: 0;
}
.pane-block img{
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background: #D2D2D2;
    margin-bottom: 35px;
    width: 100%;
}
.pane-block h4{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    padding-left: 30px;
    border-left: 4px solid #66b8d6;
    margin-bottom: 15px;
}
.pane-block p.text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #302E2E;
    padding-left: 30px;
}
.btn.zakaz{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #2D2B2B;
    background: #72d9ff;
    box-shadow: 0px 3px 0px #66b8d6;
    border-radius: 10px;
    padding: 10px 30px;
    margin-bottom: 40px;
    margin-left: 30px;
}


.zaiavka{
    display: block;
    background: url(../images/zaiavka_bg.jpg) no-repeat top;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}
.zaiavka:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(35, 39, 42, 0.9), rgba(35, 39, 42, 0.9)), url(00.jpg);
    top: 0;
    left: 0;
}
.zaiavka-left{}
.zaiavka-left h3{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
}
.zaiavka-left h3:after{
    position: absolute;
    content: '';
    width: 55px;
    height: 1px;
    background: #72d9ff;
    top: 24px;
    left: -70px;
}
.zaiavka-left p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.zaiavka-right img{
     display: block;
     margin: 0 auto;
}


.dost{
    padding-top: 70px;
    padding-bottom: 70px;
}
.dost h3{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    color: #272626;
    margin-bottom: 30px;
}
.dost p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #343232;
    margin-bottom: 30px;
}
.dost-block{
    padding-bottom: 20px;
}
.dost-block img{
    display: block;
    margin: 0 auto;
}


.contacts{
    background: url(../images/contacts_bg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    display: flex;
}
.contactsl{
    padding-top: 80px;
    padding-bottom: 90px;
    padding-left: 100px;
}
.contactsl h3{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    color: #72d9ff;
    margin-bottom: 20px;
}
.contactsl p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.contactsl a{
    display: inline-block;
    margin-right: 20px;
    margin-top: 0px;
    color: #fff;
}
.contact{
    margin-bottom: 30px;
}
.contact img{
    display: inline-block;
    vertical-align: top;
}
.contact p{
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #FFFFFF;
}
.contact p.phone{
    font-weight: 600;
}
#map{
    margin-bottom: -7px;
    margin-left: -15px;
    padding-right: 15px;
}
#map .embed-responsive{
    height: 646px;
}





.footer{
    padding-top: 25px;
    padding-bottom: 40px;
}
.footer-left p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    color: #272626;
    margin: 0;
}
.footer-center a.btn{
    display: block;
    margin: 0 auto;

}
.footer-right p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-align: right;
    color: #272626;
    margin: 0;
    margin-top: 15px;
}
.order-1{
    order: 0;
}
.order-2{
     order: 0;
}
.order-3{
     order: 0;
}




.shake p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #000000;
    padding-bottom: 20px;
}
.btn.inform{
    background: #72d9ff;
    box-shadow: 0px 5px 0px #66b8d6;
    min-width: 310px;
    border-radius: 25px;
    border: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    color: #000000;
    padding: 18px 20px;
    margin-bottom: 18px;
}

.gallery{
    padding-top: 70px;
}
.gallery-slider{}
.gallery-slider img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    padding: 0 5px;
}

@media screen and (max-width:676px){

    .btn.inform{
        min-width: 265px;
    }
    .form-control{
        min-width: 256px;
    }
    .btn.phone{
        min-width: 276px;
    }
    .phone p {
        font-size: 21px;
    }
    .header-left{
        margin-top: 40px;
    }
    .header-left h3{
        font-size: 30px;
    }
    .header-left p{
        font-size: 15px;
    }
    .btn.phone{
        font-size: 13px;
    }
    .header-right{
        margin-top: 0;
    }
    .preim-block{
        margin: 0 auto 30px;
    }
    .block-gold:after{
        left: 90px;
    }
    .block1:after{
        right: 0;
    }
    .block2:after{
        right: 0;
        width: 300px;
    }
    .block3:after{
        right: 3%;
    }
    .block0 h3{
        font-size: 30px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .catalog h3{
        font-size: 30px;
    }
    .nav-item{
        margin: 0 10px 15px 15px;
    }
    .nav{
        padding-bottom: 20px;
    }
    .catalog{
        padding-bottom: 30px;
    }
    .zaiavka-left h3{
        font-size: 21px;
    }
    .zaiavka-left p{
        font-size: 15px;
    }
    .zaiavka{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .zaiavka-right img{
         margin-top: 15px;
    }
    .dost h3{
        font-size: 36px;
    }
    .dost p{
        font-size: 13px;
    }
    .footer-right p{
        text-align: center;
    }
    .contactsl{
        padding-left: 15px;
    }
    .contact p{
        margin-left: 10px;
        font-size: 15px
    }
    #map{
        margin-bottom: -7px;
        margin-right: -30px;
        margin-left: -30px;
    }
    .contactsl a{
        margin-top: 0;
    }
    .order-1{
        order: 1;
    }
    .order-2{
        order: 2;
    }
    .order-3{
        order: 3;
    }
    .gallery-slider .slick-prev{
        left: 0;
        z-index: 10000;
    }
    .gallery-slider .slick-next{
        right: 0;
    }
}

@media (min-width:768px) and (max-width:1023px){
    .header-left{
        padding-bottom: 0;
    }
    .preim-block{
        margin: 0 auto 30px;
    }
    .block0 h3{
        text-align: center;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .nav-item {
        min-width: 200px;
        margin-bottom: 20px;
    }
    .nav{
        padding-bottom: 30px;
    }
    .footer-right p{
        text-align: center;
    }
    .zaiavka{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .zaiavka-right img{
         margin-top: 15px;
    }
    .contactsl {
        padding-left: 50px;
    }
    .contact p{
        margin-left: 10px;
        font-size: 15px
    }
    #map{
        margin-bottom: -7px;
        margin-right: -30px;
        margin-left: -30px;
    }
    .order-1{
        order: 1;
    }
    .order-2{
        order: 2;
    }
    .order-3{
        order: 3;
    }
    .gallery-slider .slick-prev{
        left: 0;
        z-index: 10000;
    }
    .gallery-slider .slick-next{
        right: 0;
    }
}

@media (min-width:1024px) and (max-width:1199px){
    .phone p{
        font-size: 21px;
    }
    .preim-block{
        margin: 0 auto 30px;
    }
    .block-gold:after{
        transform: scale(0.75);
        bottom: -32px;
        left: 16px;
    }
    .block1:after{
        transform: scale(0.75);
        right: -25%;
        bottom: -9%;
    }
    .block2:after{
        transform: scale(0.75);
        right: -17%;
        bottom: -21%;
    }
    .block3:after{
        transform: scale(0.75);
        right: -22%;
        bottom: -13%;
    }
    .block4:after{
        transform: scale(0.75);
        right: -24%;
        bottom: -15%;
    }
    .block5:after{
        transform: scale(0.75);
        right: -21%;
        bottom: -17%;
    }
    .form-control{
        min-width: 293px;
    }
    .btn.phone{
        min-width: 293px;
    }
    #map .embed-responsive{
        height: 673px;
    }
    .order-1{
        order: 0;
    }
    .order-2{
        order: 0;
    }
    .order-3{
        order: 0;
    }
    .gallery-slider .slick-prev{
        left: 0;
        z-index: 10000;
    }
    .gallery-slider .slick-next{
        right: 0;
    }
}





























