@font-face {
    font-family:Montserrat;
    src: url('/fonts/Montserrat-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display:block;
}
@font-face {
    font-family:Montserrat;
    src: url('/fonts/Montserrat-Bold.woff2') format('woff2');
    font-weight:700;
    font-style:normal;
    font-display:block;
}


html,body{margin:0;padding:0;color:#000;width:100%;background:#fff;}
ul,li,p,ol,dt,dd,a,b,form,input,select,label,textarea,button,div,header,footer,nav,address,section{margin:0;padding:0;position:relative;color:#262425;font-weight:400;font-family:Montserrat;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:700;font-family:Montserrat;}
img{margin:0;padding:0}ul{list-style:none}img:hover{cursor:pointer}strong{font-weight:700}sup{line-height:0;}
a,a:link,a:hover,a:active,a:focus{text-decoration:none;cursor:pointer;outline:none}img:hover{cursor:pointer}
*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
header,footer,div,nav,address,section,form{display:block;}
section,header,footer{width:100%;}

.wrapper{width:1320px;height:100%;font-size:0;text-align:center;z-index:1;margin:0 auto;}
#main{width:100%;height:100vh;min-height:650px;/*background:url(/images/main_bg.jpg) center no-repeat;background-size:cover;*/}
#main:before{position:absolute;content:"";top:0;bottom:0;left:0;margin:auto;width:40%;height:100%;background:linear-gradient( 90deg, rgb(255 255 255) 0%, rgb(255 255 255 / 80%) 70%, rgb(255 255 255 / 0%) 100%);z-index:1;}
#main:after{position:absolute;content:"";top:0;bottom:0;right:0;margin:auto;width:100%;height:100%;background:url(/images/main_bg.jpg) center no-repeat;background-size:cover;z-index:0;}
.main_inner{width:400px;height:100%;padding:20px 0;display:flex;flex-direction:column;justify-content:space-between;}


.logo{margin:0 auto;}.logo a{display:block;margin:0 auto;text-align:center;}
.logo img{width:100%;height:auto;max-width:400px;}

.title{padding:10px 0;}
.title h1{font-size:24px;line-height:30px;color:#2874a6;text-align:left;text-transform:uppercase;}

.dev_bg{display:none;}

.desc{padding:10px 0;}
.desc p{font-size:18px;line-height:25px;color:#000;text-align:left;}

.developer{text-align:center;}
.developer img{width:100%;height:auto;max-width:240px;}

.contacts{}

.contacts_buttons{display:grid;grid-template-columns:repeat(2, 190px);gap:20px;padding:10px 0;}

.contacts_buttons a{display:block;font-size:16px;line-height:50px;padding:0 20px;color:#000;font-weight:700;text-align:center;text-transform:uppercase;background:#fed406;border-radius:5px;transition:0.5s;}
.contacts_buttons a:hover{background:#2874a6;color:#fff;transition:0.5s;}

.phone{padding:10px 0;}
.phone a{display:block;font-size:20px;line-height:30px;color:#000;text-align:left;padding:0 0 0 50px;text-transform:uppercase;font-weight:700;}
.phone:before{position:absolute;content:"";top:0;bottom:0;left:5px;margin:auto;width:40px;height:40px;background:url(/images/phone.png) center no-repeat;background-size:cover;}
.phone a:hover{}


.address{padding:10px 0;}
.address a{display:block;font-size:18px;line-height:40px;color:#000;text-align:left;padding:0 0 0 50px;text-transform:uppercase}
.address:before{position:absolute;content:"";top:0;bottom:0;left:5px;margin:auto;width:40px;height:40px;background:url(/images/address.png) center no-repeat;background-size:cover;}





::-webkit-scrollbar{width:10px;background-color:#ffffff}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);}
::-webkit-scrollbar-thumb{background-color:#dba37d;outline:1px solid slategrey}




@media (min-width:320px) and (max-width:399px){.wrapper{width:100%;}
#main{height:calc(var(--vh, 1vh) * 100);min-height:650px;}
#main:before{display:none;}
#main:after{display:none;}
.main_inner{width:100%;margin:0 auto;padding:10px 0;display:block;}
.logo{max-width:200px;padding:0 0 20px;}
.dev_bg{display:block;width:100%;bottom:auto;top:0;left:0;right:0;height:var(--he);min-height:150px;background: url(/images/main_bg.jpg) center no-repeat;background-size:cover;}
.dev_bg:before{position:absolute;content:"";left:0;top:0;right:0;width:100%;height:100px;background:linear-gradient( 180deg, rgb(255 255 255) 0%, rgb(255 255 255 / 70%) 40%, rgb(255 255 255 / 0%) 100%);}
.dev_bg:after{position:absolute;content:"";left:0;bottom:0;right:0;width:100%;height:100px;background:linear-gradient( 0deg, rgb(255 255 255) 0%, rgb(255 255 255 / 70%) 40%, rgb(255 255 255 / 0%) 100%);}
.title h1{font-size:21px;line-height:25px;color:#2874a6;text-align:center;}
.desc p{font-size:14px;line-height:20px;text-align:center;}

.contacts_buttons{display:block;padding:0;}.contacts_buttons div{padding:5px 0;}

.contacts{width:320px;margin:0 auto;}
.phone{display:grid;grid-template-columns:repeat(2, 150px);gap:20px;padding:10px 0;}
.phone:before{display:none;}
.phone a{font-size:16px;line-height:25px;padding:0 0 0 30px;}
.phone a:before{position:absolute;content:"";top:0;bottom:0;left:0px;margin:auto;width:25px;height:25px;background:url(/images/phone.png) center no-repeat;background-size:cover;}

.address{padding:5px 0;width:270px;margin:0 auto;}.address a{font-size:12px;line-height:30px;padding:0 0 0 30px;}.address:before{width:25px;height:25px;padding:0 0 0 30px;left:0;}

}
@media (min-width:400px) and (max-width:599px){.wrapper{width:100%;}
#main{height:calc(var(--vh, 1vh) * 100);min-height:650px;}
#main:before{display:none;}
#main:after{display:none;}
.main_inner{width:100%;margin:0 auto;padding:10px 0;display:block;}
.logo{max-width:200px;padding:0 0 20px;}
.dev_bg{display:block;width:100%;bottom:auto;top:0;left:0;right:0;height:var(--he);min-height:150px;background: url(/images/main_bg.jpg) center no-repeat;background-size:cover;}
.dev_bg:before{position:absolute;content:"";left:0;top:0;right:0;width:100%;height:100px;background:linear-gradient( 180deg, rgb(255 255 255) 0%, rgb(255 255 255 / 70%) 40%, rgb(255 255 255 / 0%) 100%);}
.dev_bg:after{position:absolute;content:"";left:0;bottom:0;right:0;width:100%;height:100px;background:linear-gradient( 0deg, rgb(255 255 255) 0%, rgb(255 255 255 / 70%) 40%, rgb(255 255 255 / 0%) 100%);}
.title h1{font-size:21px;line-height:25px;color:#2874a6;text-align:center;}
.desc p{font-size:14px;line-height:20px;text-align:center;}

.contacts_buttons{display:block;padding:0;}.contacts_buttons div{padding:5px 0;}

.contacts{width:320px;margin:0 auto;}
.phone{display:grid;grid-template-columns:repeat(2, 150px);gap:20px;padding:10px 0;}
.phone:before{display:none;}
.phone a{font-size:16px;line-height:25px;padding:0 0 0 30px;}
.phone a:before{position:absolute;content:"";top:0;bottom:0;left:0px;margin:auto;width:25px;height:25px;background:url(/images/phone.png) center no-repeat;background-size:cover;}

.address{padding:5px 0;width:270px;margin:0 auto;}.address a{font-size:12px;line-height:30px;padding:0 0 0 30px;}.address:before{width:25px;height:25px;padding:0 0 0 30px;left:0;}

}
@media (min-width:600px) and (max-width:799px){.wrapper{width:100%;}
#main{height:calc(var(--vh, 1vh) * 100);min-height:650px;}
#main:before{display:none;}
#main:after{display:none;}
.main_inner{width:100%;margin:0 auto;padding:10px 0;display:block;}
.logo{max-width:200px;padding:0 0 20px;}
.dev_bg{display:block;width:100%;bottom:auto;top:0;left:0;right:0;height:var(--he);min-height:150px;background: url(/images/main_bg.jpg) center no-repeat;background-size:cover;}
.dev_bg:before{position:absolute;content:"";left:0;top:0;right:0;width:100%;height:100px;background:linear-gradient( 180deg, rgb(255 255 255) 0%, rgb(255 255 255 / 70%) 40%, rgb(255 255 255 / 0%) 100%);}
.dev_bg:after{position:absolute;content:"";left:0;bottom:0;right:0;width:100%;height:100px;background:linear-gradient( 0deg, rgb(255 255 255) 0%, rgb(255 255 255 / 70%) 40%, rgb(255 255 255 / 0%) 100%);}
.title h1{font-size:21px;line-height:25px;color:#2874a6;text-align:center;}
.desc p{font-size:14px;line-height:20px;text-align:center;}

.contacts_buttons{display:block;padding:0;}.contacts_buttons div{padding:5px 0;}

.contacts{width:320px;margin:0 auto;}
.phone{display:grid;grid-template-columns:repeat(2, 150px);gap:20px;padding:10px 0;}
.phone:before{display:none;}
.phone a{font-size:16px;line-height:25px;padding:0 0 0 30px;}
.phone a:before{position:absolute;content:"";top:0;bottom:0;left:0px;margin:auto;width:25px;height:25px;background:url(/images/phone.png) center no-repeat;background-size:cover;}

.address{padding:5px 0;width:270px;margin:0 auto;}.address a{font-size:12px;line-height:30px;padding:0 0 0 30px;}.address:before{width:25px;height:25px;padding:0 0 0 30px;left:0;}

}
@media (min-width:800px) and (max-width:999px){.wrapper{width:720px;}
.main_inner{width:240px;}
.contacts_buttons{display:block;}.contacts_buttons div{padding:5px 0;}
.title h1{font-size:18px;line-height:25px;}
.desc p{font-size:14px;line-height:20px;}

.address a{font-size:16px;line-height:25px;}

}
@media (min-width:1000px) and (max-width:1199px){.wrapper{width:980px;}
.main_inner{width:240px;}
.contacts_buttons{display:block;}.contacts_buttons div{padding:5px 0;}
.title h1{font-size:18px;line-height:25px;}
.desc p{font-size:14px;line-height:20px;}

.address a{font-size:16px;line-height:25px;}
}
@media (min-width:1200px) and (max-width:1399px){.wrapper{width:1140px;}


}
@media (min-width:2100px){

}