/*    FONTS    */
@font-face {
    font-family: Open Sans;
    font-weight: normal;
    src: url(fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: Open Sans;
    font-weight: 600;
    src: url(fonts/OpenSans-SemiBold.ttf);
}

@font-face {
    font-family: GothamPro;
    font-weight: 400;
    src: url(fonts/GothamPro/gothampro.ttf);
}

@font-face {
    font-family: GothamPro;
    font-weight: 700;
    src: url(fonts/GothamPro/gothampro_bold.ttf);
}

@font-face {
    font-family: GothamPro;
    font-weight: 500;
    src: url(fonts/GothamPro/gothampro_medium.ttf);
}

@font-face {
    font-family: Helvetica;
    font-weight: 400;
    src: url(fonts/Helvetica_Regular.otf);
}


@keyframes content {
    from{
        opacity: 0;
    }

    to{
        opacity: 1;
    }
}

*{
    outline: none !important;
}

body, html{
    animation: content 1s ease;
}
html{
    scroll-behavior: smooth;
}

body{
    position: relative;
    overflow-x: hidden;
    padding-top: 60px;
}

section{
    position: relative;
    margin:50px 0px;
    z-index: 1;
}

section .container{
    position: relative;
    z-index: 2;
}

.d-grid{
    display: grid;
    align-content: center;
}



a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
input:focus ,
.button,
.button-o,
[role="button"],
textarea:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  user-select: none !important;
}

h1{
    font-family: GothamPro;
    font-weight: 500;
    font-size: 72px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
}

h2{
    font-family: GothamPro;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    text-transform: unset;
    color: #252525;
}
h4{
    font-family: GothamPro;
    font-weight: 700;
    font-size: 32px;
    color: #CAA778;
}
p{
    font-family: GothamPro;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #252525;
}
ul{
    padding-left: 15px;
}
ul li{
    font-family: GothamPro;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #252525;
}

.button{
    background: #CAA778;
    border: 1px solid #CAA778;
    box-sizing: border-box;
    padding: 10px 25px;
    border-radius: 10px;
    font-family: GothamPro;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    outline: none;
    text-decoration: none !important;
    cursor: pointer;
    width: max-content;
    margin:0px;
    display: block;
    outline: none !important;
    transition: all 0.2s ease;
    text-align: center;
}
.button.light{
    background: #fff;
    color: #CAA778;
    border: 1px solid #fff;
}
.button:hover{
    transform: scale(1.03);
}

.button-o{
    background:transparent;
    border: 1px solid #FFF;
    box-sizing: border-box;
    padding: 10px 25px;
    box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.17);
    border-radius: 8px;
    font-family: Gotham Pro;
    font-size: 18px;
    line-height: 149.8%;
    font-weight: 600;
    color: #FFF !important;
    outline: none;
    text-decoration: none !important;
    cursor: pointer;
    width: max-content;
    margin:0px;
    display: block;
    outline: none !important;
    transition: all 0.2s ease;
    text-align: center;
}

.button-o:hover{
    transform: scale(1.03);
}



/*   Header   */
.top-nav {
    background: #141414;
    padding: 8px 0px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 10px;
    line-height: 120.69%;
    color: #FFFFFF;
}
.top-nav-two{
    display: grid;
    padding: 0px 5% 0px;
    max-width: 1140px;
    margin: auto;
    padding: 0px 15px;
    grid-template-columns: 2fr 2fr 2fr;
}

header{
    position: fixed;
    z-index: 110;
    display: block;
    width: 100%;
    transition: all 0.4s ease;
    top: 0px;
}

#navbar.nonactive{
    background: #FFF;
}

#navbar.active{
    background: #FFF;
    top: 0px;
}


.nav-div{
    padding:25px 0px;
    display: grid;
    grid-template-columns: 150px 1fr 200px;
}
.phone-div .button{
    width: 100%;
}
.logo-div{
    display: grid;
    justify-content: start;
    z-index: 10;
}
.logo-div img{
    width: 100%;
    height: auto;
    pointer-events: all;
    cursor: pointer;
}

.cont-div{
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 30px;
}

.cont-div a{
    pointer-events: all;
    font-family: GothamPro;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #252525;
    transition: all 0.2s ease;
}

.cont-div a:hover{
    color: #CAA778;
    text-decoration: none;
}




/* map */
.map.container-fluid {
    position: relative;
    width: 100%;
    height: 400px;
    padding: 0;
    background-image: url("../img/map.png");
    background-position: center center;
    background-size: cover;
}

.map.container-fluid::after{
    content: "Кликните для просмотра";
    width: max-content;
    height: auto;
    font-family: Open Sans;
    font-size: 24px;
    line-height: 159.69%;
    color: #000000;
    padding: 5px 30px;
    background: rgba(255, 255, 255, 0.651);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.active.map.container-fluid::after{
    display: none;
}

.main-list-item svg{
    width: 18px;
    height: 18px;
}
.main-list-item{
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 10px;
}
.main-list-item p{
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
}
.c-parallax-banner__picture{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    margin: 0;
}
.c-parallax-banner__image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-div{
    display: grid;
    grid-gap: 30px;
}
.main{
        margin: 0px;
    padding: 150px 0px 100px;
}

.about-item{
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(50px);
    border-radius: 15px;
    background: #fff;
    display: flex;
	flex-direction: column;
    grid-gap: 20px;
    padding: 40px;
    align-items: center;
}
.about-inner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 30px;
}
.about-item h4{
    text-align: center;
}
.about-item p{
    text-align: center;
}
.about-inner img{
	width: 100%;
	height: auto;
}
.about{
    /*background: url(../img/about3.png) bottom left no-repeat;*/
    background-size: 530px;
    background-color: #fff;
    border-radius: 130px 130px 0px 0px;
    margin: 0px;
    padding: 100px 0px 10px;

}
.products{
    background: #fff;
    padding: 100px 0px;
    margin: 0px;
}
.nav-pills1{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.nav-pills1 .nav-link.active, .nav-pills .show>.nav-link{
    background: #252525;
    border: 1px solid #252525;
    color: #fff;
}
.nav-pills .nav-link{
    background: #fff;
    border-radius: 10px;
    border: 1px solid #252525;
    font-family: GothamPro;
    font-weight: 500;
    color: #252525;
    font-size: 16px;
    text-align: center;
}
.work-sec{
    margin: 0px;
    padding: 100px 0px;
    background: #fff;
}
.work-sec h2{
    text-align: center;
}
.work-item p{
    font-weight: 500;
    font-size: 24px;
    text-align: center;
}
.work-item img{
    width: 100%;
    height: 100px;
    object-fit: scale-down;
    margin-bottom: 35px;
}
.work-inner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-top: 100px;
    position: relative;
}
.arrow-top{
    position: absolute;
    left: 215px;
    right: unset;
    margin-top: -25px;
}
.arrow-bottom{
    position: absolute;
    left: 535px;
    margin-top: 67px;
}
.arrow-top.sec{
    right: 225px;
    left: unset;
}
.partners-inner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 50px;
	gap: 30px 0px;
}
.partners-item:last-child {
	grid-column: 2 / 3;
}

.partners-item img{
    width: 100%;
    height: 110px;
    object-fit: scale-down;
    margin-bottom: 40px;
}
.partners-item:hover{
	text-decoration: unset;
}
.partners-title{
    font-weight: 700;
    margin-bottom: 10px;
}
.partners-desc{
    margin-bottom: 0px;
}
.partners-item{
    display: grid;
    justify-content: center;
    text-align: center;
}
.partners-item:nth-child(3n+2){
    border-left: 1px solid #CAA778;
    border-right: 1px solid #CAA778;
}
.serts-inner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
	grid-gap: 30px 0px;
}
.serts-item{
    margin: 0px 45px;
	border: 1px solid rgba(0,0,0,0.1);
}
.serts-item img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.contacts{
    background: url(../img/contacts-img.png) center no-repeat;
    background-size: cover;
    margin: 0px;
    padding: 50px 0px;
}
.contacts-item{
    background: #FFFFFF;
    border-radius: 15px;
    padding: 30px 40px;
}
.contacts-item h4{
    color: #252525;
}
.contacts-socio-el{
    font-family: GothamPro;
    font-weight: 400;
    font-size: 18px;
    color: #252525;
    margin-bottom: 0px;
}
.contacts-socio-div svg{
    width: 20px;
    height: 20px;
}
.contacts-socio-div{
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-gap: 20px;
    padding: 20px 0px;
}
.contacts-socio-div:nth-child(even){
    border-top: 1px solid #252525;
    border-bottom: 1px solid #252525;
}
.contacts-inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    margin: 0px 45px;
}
input{
    font-family: GothamPro;
    font-size: 16px;
    color: #252525;
    font-weight: 400;
    border-bottom: 1px solid #252525;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 10px 0px;
}
input::placeholder{
    font-family: GothamPro;
    font-size: 16px;
    color: #252525;
    font-weight: 400;
}
.contacts-item form{
    display: grid;
}
.contacts-item form button{
    margin-top: 20px;
    justify-self: center;
}
.contacts-item form p{
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}
.contacts-socio-el span{
    font-weight: 500;
}
.contacts-socio-div-in{
    display: grid;
    grid-gap: 20px;
}
a.contacts-socio-el{
    transition: all 0.5s ease;
}
a.contacts-socio-el:hover{
    color: #CAA778;
    text-decoration: none;
}
footer{
    margin: 0px;
    padding: 30px 0px;
    background: #fff;
    position: relative;
    z-index: 1;
}
footer .nav-div{
    padding-top: 0px;
}
.phone-links-div{
    display: grid;
    justify-content: end;
}
.phone-links-div a{
    pointer-events: all;
    font-family: GothamPro;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #252525;
    transition: all 0.2s ease;
}

.phone-links-div a:hover{
    color: #CAA778;
    text-decoration: none;
}
.foot-end a{
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #252525;
}
.foot-end p{
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #252525;
    margin-bottom: 0px;
}
.foot-end{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.products-tags-wrapper{
    background: #252525;
    padding: 20px 0px;
}
.products-tags-item{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px 0px;
    display: flex;
    font-family: GothamPro;
    color: #252525;
    font-weight: 400;
    font-size: 14px;
    transition: all 0.5s ease;
    justify-content: center;
}
.products-tags-item.active{
    font-weight: 500;
}
.products-tags-item:hover{
    font-weight: 500;
    text-decoration: none;
    color: #252525;
}
.products-tags{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.products-content-item{
    display: none;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    margin-top: 40px;
    align-items: center;
}
.products-content-item.active{
    display: grid;
}
.products-conten-item img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}
.products-content-title{
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 500;
}
.nav.nav-pills li{
    transition: all 1s ease;
}
.nav.nav-pills li:has(.nav-link.active){
    background: #252525;
    border-radius: 10px;
    margin-bottom: -25px;
}
.work-inner.active .arrow-top path{
    stroke-dasharray: 449px;
    stroke-dashoffset: 449px;
    stroke: #CAA778;
    animation: animateText 2.5s ease forwards, colorFill 1.5s ease forwards 2s;
}
.work-inner.active .arrow-bottom path{
    stroke-dasharray: 449px;
    stroke-dashoffset: 449px;
    stroke: #CAA778;
    animation: animateText 2.5s ease forwards, colorFill 1.5s ease forwards 2s;
}
.work-inner .arrow-bottom{
    fill-opacity: 0;
}
.work-inner .arrow-top{
    fill-opacity: 0;
}
@keyframes animateText {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes colorFill {
    from {
        fill-opacity: 0;
        text-decoration: none;
    }
    to {
        fill-opacity: 1;
        
    }
}
#call .modal-content{
    border-radius: 15px;
}
#call .modal-header{
    border-bottom: 0px;
    padding-bottom: 0px;
}
#call .modal-body{
    padding: 0px 30px 30px;
}
#call .modal-body form{
    display: grid;
    grid-gap: 10px;
}
#call .modal-body form button{
    margin-top: 20px;
    margin-bottom: 20px;
}
#call .modal-body form p{
    font-size: 14px;
    text-align: center;
}
#call .modal-dialog{
    max-width: 500px;
}
.m-tog-menu{
    width:60%;
    height:0;
	right: 0;
    background:#F6F6F6;
    position:fixed;
    top:20px;
    z-index:10;
    transition:all .2s ease;
    opacity:0;
    pointer-events:none;
    padding:20px;
    padding-bottom:20px;
    display: grid;
}
.m-tog-menu .contacts-start{
    align-items: center;
    height: fit-content;
    align-self: end;
}
.m-tog-ul{
    list-style:none;
    margin-top:90px;
    padding-left:0;
    margin-left:0;
    margin-bottom:30px;
}
.m-tog-menu .m-tog-ul li{
    display: none;
}
.m-tog-menu.active .m-tog-ul li{
    padding:10px 0;
    margin-bottom:0;
    display: block;
}
.m-tog-ul li:before{
    display:none;
}
.m-tog-ul li a{
    pointer-events: all;
    font-family: GothamPro;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #252525;
    transition: all 0.2s ease;
}
.m-tog-ul li a.button{
    color: #fff;
}
.m-tog-ul li a:hover{
    color: #CAA778;
    text-decoration: none;
}
.m-tog-menu.active{
    opacity:1;
    top:0;
    pointer-events:all;
    height: 100%;
}
.m-tog{
    display:none;
    justify-self:flex-start;
    align-items:center;
    width:18px;
    height:18px;
    position:relative;
    cursor:pointer;
    z-index:20;
}
.m-tog:before{
    content:"";
    width:18px;
    height:2px;
    position:absolute;
    left:0;
    bottom:0;
    background:#152535;
    transition:all .2s ease;
}
.m-tog.active:before{
    opacity:0;
    background:#2C2C2C;
}
.m-tog span{
    width:9px;
    height:2px;
    position:relative;
    margin:0 0 0 auto;
    background:#152535;
    transition:all .2s ease;
}
.m-tog.active span{
    transform:rotate(45deg);
    background:#152535;
    width: 18px;
}
.m-tog:after{
    content:"";
    width:18px;
    height:2px;
    position:absolute;
    right:0;
    top:0;
    background:#152535;
    transition:all .2s ease;
}
.m-tog.active:after{
    width:18px;
    transform:rotate(-45deg) translateY(6px) translateX(-6px);
    background:#152535;
}
.products-content-item img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.contacts-inner-item-el .contacts-socio-div{
	background: #FFFFFF;
    border-radius: 15px 15px 0px 0px;
    padding: 20px 40px 10px;
}
.contacts-inner-map iframe{
    border-radius: 0px 0px 15px 15px;
}
.contacts-inner-item{
	display: grid;
	grid-gap: 20px;
}
#call2 .modal-content{
    border-radius: 15px;
}
#call2 .modal-header{
    border-bottom: 0px;
    padding-bottom: 0px;
}
#call2 .modal-body{
    padding: 0px 30px 30px;
}
#call2 .modal-dialog{
    max-width: 500px;
}
.products-content-txt .button{
	display: block;
}
.b-products-tags{
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 0px 100px;
}