@font-face {
    font-family: 'Arsenal';
    src: url('../fonts/Arsenal-Regular.eot');
    src: url('../fonts/Arsenal-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arsenal-Regular.woff2') format('woff2'),
        url('../fonts/Arsenal-Regular.woff') format('woff'),
        url('../fonts/Arsenal-Regular.ttf') format('truetype'),
        url('../fonts/Arsenal-Regular.svg#Arsenal-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:8px;
    height:0px;
}
::-webkit-scrollbar-track {
    background-color:#fff;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color:#a68e74;
}
::-webkit-scrollbar-thumb:hover{
    
}
::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:8px;
    height:0px;
}
::-webkit-scrollbar{
    width: 10px;
    height: 3px;
}
html{
    height:100%;
    position: relative;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body{
    position: relative;
    margin: 0;
    font-size:16px;
    color:#000;
    font-family: 'Arsenal';
    font-weight: 400;
}
body.active{
    padding: 0 10px 0 0;
    overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin:0;
}
a {
    color: #264796;
    text-decoration: underline;
}
a:hover {
    color:#58c89f;
    text-decoration: underline;
}
img{
    display: block;
}
ul{
    padding:0;
    margin:0;
}
ul li{
    list-style: none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width:100%;
  max-width:1440px;
  padding:0 62px;
  box-sizing: border-box;
}
.d-flex{
    display: flex;
    flex-wrap:wrap;
}
.nowrap{
    flex-wrap: nowrap;
}
.j-between{
    justify-content: space-between;
}
.j-center{
    justify-content: center;
}
.j-end{
    justify-content: flex-end;
}
.a-center{
    align-items: center;
}
.a-start{
    align-items: flex-start;
}
.a-end{
    align-items: flex-end;
}
.dir-column{
    flex-direction: column;
}
.text-right{
    text-align: right;
}
.r-reverse{
    flex-direction: row-reverse;
}
.page-main,
.page-inner{
    overflow: hidden;
}
.plug{
    width: 100%;
    height: 100vh;
    background:#fff url('../images/bg.webp') no-repeat left bottom;
    background-size: 50% auto;
}
.plug-wrap{
    gap:90px;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.plug p{
    margin:0;
    font-size: 34px;
    letter-spacing: 15px;
    text-transform: uppercase;
    text-align: center;
    color:#000;
    padding: 0 0 0 12px;
}
.plug .contacts{
    display: flex;
    gap:18px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 13px 0 0 0;
}
.plug a{
    text-decoration: none;
    font-size: 20px;
    color:#828286;
}
.plug a:hover{
    text-decoration: underline;
}
@media (max-width:560px){
    .plug p {
        font-size: 30px;
        letter-spacing: 4px;
    }
}