@font-face {
	font-family: 'Druk Cyr';
	src: url('../fonts/DrukCyr-Medium.ttf') format('ttf');
    font-weight: normal;
}

@font-face {
	font-family: 'Druk Cyr';
	src: url('../fonts/DrukCyr-Medium.woff2') format('woff2');
    font-weight: normal;
}

/* Жирный */
@font-face {
	font-family: 'Druk Cyr';
	src: url("../fonts/DrukCyr-Bold.ttf") format('ttf');
    font-weight: bold;
}

@font-face {
	font-family: 'Druk Cyr';
	src: url("../fonts/DrukCyr-Bold.woff2") format('woff2');
    font-weight: bold;
}

@font-face{
    font-family: 'Source Code Pro';
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/SourceCodePro-Medium.otf.woff2') format('woff2'),
         url('../fonts/SourceCodePro-Medium.ttf.woff') format('woff');
         /*url('./WOFF/OTF/SourceCodePro-Medium.otf.woff') format('woff'),*/
}



/* Reset CSS */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
    margin: 0;
    font-family: 'Simple-Line-Icons', Arial, sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    background-color: rgb(18, 18, 18);;
}

/* Сброс для списков */
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Сброс для ссылок */
a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

/* Сброс для кнопок */
button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
}

button:focus {
    outline: none;
}

/* Сброс для изображений */
img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    object-fit: cover;
    user-select: none;
}

/* Сброс для заголовков */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

/* Сброс для параграфов */
p {
    margin: 0;
}

/* Сброс для полей ввода */
input, textarea {
    border: none;
    outline: none;
    font: inherit;
}

input:focus, textarea:focus {
    outline: none;
}




.landing-page {
    position: relative;
  /*overflow: hidden;*/
  color: #fff;
  font-weight: 500;
    background-size: cover;
  /*height: 1280px;*/
}

.landing-container {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 1080px;
  width: 100%;
  padding: 60px 80px 210px;
  align-items: center;
}

.header {
    /*height: 150px;*/
    position: absolute;
    width: 100%;
    overflow-x: clip;
    z-index: 10;
}
@media (min-width: 1600px) {
    .container{
    max-width: 1580px;
    /*position: relative;*/
  /*height: 100%;*/
  /*padding: 0 40px 0 40px;*/
  /*margin-left: auto;*/
  /*margin-right: auto;*/

}
}


.background-image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.content-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  width: 100%;
  /*max-width: 1582px;*/
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.navigation {
    align-items: center;
    /*position: absolute;*/
  padding: 40px 100px;
  border-bottom: 1px solid white;
  display: flex;
  max-width: 100%;
  font-family:
    "Source Code Pro",
    sans-serif;
  font-size: 25px;
  white-space: nowrap;
}

.nav-profile {
    display: flex;
    gap: 40px;
    margin-right: auto;
    align-items: center;
}

.nav-link {
  color: #fff;
  text-decoration: none;
  /*flex-grow: 1;*/
  flex-shrink: 1;
}

.nav-link:focus, .nav-link:hover {
    color: #fff;
}

.nav-link-wrapper {
    display: flex;
    justify-content: space-between;
    width: 35%;
}

.divider {
  aspect-ratio: 1000;
  object-fit: contain;
  object-position: center;
  width: 100%;
  align-self: stretch;
  margin-top: 58px;
}


/* Footer */
.site-footer {
    position: relative;

    background-color: rgb(18, 18, 18);
  /*width: 1282px;*/
}

.footer-divider {
  width: 100%;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.home-link {
  border: 2px solid #fff;
  padding: 9px 54px;
  font-family:
    "Source Code Pro",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.social-links {
  display: flex;
  gap: 58px;
}

.social-icon {
  width: 40px;
  aspect-ratio: 0.98;
  object-fit: contain;
}

.footer-bottom {
    align-items: center;
    position: relative;
  display: flex;
  margin-top: 61px;
  width: 100%;
  max-width: 100%;
  gap: 100px;
  font-family:
    "Inter",
    sans-serif;
  font-weight: 300;
}

.copyright {
    position: absolute;
    left: 0;
    bottom: 0;
  color: #fff;
  font-size: 10px;
  width: 280px;
  margin: 0;
}

.footer-links {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  flex: 1;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.privacy {
  margin-top: 8px;
}

.footer-wrapper {
    position: relative;
     padding-top: 70px;
    padding-bottom: 40px;
    border-top: 2px solid white;
}

/* Burger Menu Button */
.burger-menu-btn {
    flex-direction: column;
    justify-content: space-around;
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1000;
    height: 30px;
}

.burger-menu-btn span {
    display: block;
    width: 34px;
    height: 2px;
    border-radius: 3px;
    background-color: #fff;

    transition: all 0.3s ease;
}

.burger-menu-btn span:not(:last-child) {
    /*margin-bottom: 5px;*/
}

.burger-menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.burger-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.burger-menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.man {
    display: none;
}

/* Sliding Menu */
.sliding-menu {
    display: none;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    /*height: 100vh;*/
    backdrop-filter: blur(20px);
    background: rgba(48, 48, 48, 0.25);
    padding: 100px 0 0 20px;
    transition: right 0.3s ease;
    z-index: -1;
    overflow-x: clip;
}

.logo {
    z-index: 3;
}

.sliding-menu.active {
    right: 0;
}

.sliding-menu-header {
    position: absolute;
    top: 60px;
    right: 30%;
}

.close-menu-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.sliding-menu-nav {
    text-align: center;
    display: flex;
    flex-direction: column;
    /*gap: 20px;*/
    padding-top: 20px;
}

.sliding-menu-link {
    color: #fff;
    text-decoration: none;
    font-family: "Source Code Pro", sans-serif;
    font-size: 20px;
    transition: color 0.3s ease;
    padding: 6px 0;
    width: 100%;

}

.sliding-menu-link:not(:first-child) {
    border-top: 1px solid white;
}

.sliding-menu-link:hover {
    color: #ccc;
}

.logout-btn {
    background: none;
    border: none;
    color: #fff;
    font-family: "Source Code Pro", sans-serif;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    text-align: left;
}

@media (max-width: 1200px) {
        .nav-link-wrapper {

    width: 45%;
}
}

@media (min-width: 992px) {
    .navigation {
        padding: 30px 50px;
    }
}

@media (max-width: 996px) {
    .navigation {
        padding: 30px 40px;
    }

    .nav-link {
        font-size: 18px;
    }

    .logo {
        width: 60px;
        height: 60px;
    }

    .copyright {
        font-size: 9px;
        width: 220px;
    }


}

@media (max-width: 768px) {
    .personal-account {
        display: none;
    }

    .navigation {
        border-top: 1px solid white;
        margin-top: 30px;
        padding: 20px 15px;
    }

    .logo {
        width: 50px;
        height: 50px;
    }

    .social-links {
        position: absolute;
        flex-direction: column;
        justify-content: space-between;
        gap: 20%;
        right: 0;
        bottom: 0;
        height: 100%;
        padding-top: 35px;
        padding-bottom: 30px;
        /*padding: 30px 0;*/
    }

    .footer-wrapper {
        padding-top: 35px;
        padding-bottom: 30px;
    }

    .copyright {
        font-size: 8px;
        width: 160px;
    }

    .social-icon {
        width: 30px;
        height: 30px;
    }

    .footer-link {
        font-size: 12px;
    }

    .nav-link-wrapper {
        display: none;
    }
    
    .burger-menu-btn {
        margin-left: 30px;
        display: flex;
    }

    .man {
        display: block;
        z-index: 3;
    }

    .sliding-menu {
        display: block;
    }

    .login-button-header {
        display: none;
    }
}

@media (max-width: 576px) {
    .sliding-menu {
        padding: 60px 0  15px 0;
    }

    .logo {
        width: 30px;
        height: 30px;
    }

    .navigation  {
        padding: 10px 15px;
    }

     .footer-wrapper {
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .social-links {
        /*gap: 11px;*/
         padding-top: 15px;
        padding-bottom: 20px;
    }

     .social-icon {
        width: 20px;
        height: 20px;
    }

     .copyright {
        font-size: 5px;
        width: 25%;
    }

     .footer-link {
         font-size: 5px;
     }

     .home-link {
         font-size: 10px;
        padding: 5px 7px;
     }

     .footer-bottom {
         margin-top: 40px;
     }
}

