@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,latin-ext");
/*---------------------------------------- /// ----------------------------------------*/
@media screen and (max-width: 1700px) {
  main section a span {
    font-size: 64px;
    line-height: 64px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #3D1505;
  }
  main section a span span.let-spac {
    letter-spacing: -1px;
  }
}
/*---------------------------------------- /// ----------------------------------------*/
@media screen and (max-width: 1600px) {
  main section {
    background-size: auto 90px;
  }
  main section a {
    padding: 0 170px 0 70px;
  }
  main section a span {
    font-size: 58px;
    line-height: 58px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #3D1505;
  }
  main section a span span.let-spac {
    letter-spacing: -1px;
  }
}
/*---------------------------------------- /// ----------------------------------------*/
@media screen and (max-width: 1400px) {
  header {
    height: 80px;
    min-height: 80px;
  }
  header .logo-box img {
    height: 40px;
    margin-right: 40px;
  }
  header .logo-box span {
    font-size: 14px;
    line-height: 32px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #3D1505;
    height: 30px;
    margin-top: 4px;
  }
  header .logo-box span:before {
    left: -20px;
  }
  header .logo-box .language-selection {
    left: -6px;
  }
  header .links-and-social .links a {
    margin-right: 20px;
    font-size: 16px;
    line-height: 20px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #3D1505;
    padding: 5px 10px;
    border-radius: 8px;
  }
  header .links-and-social .links a img {
    margin-right: 6px;
  }
  header .links-and-social .social a {
    width: 32px;
    height: 32px;
  }

  main {
    height: calc(100% - 104px);
  }
  main section {
    background-size: auto 70px;
    background-position: calc(100% - 60px) center;
  }
  main section:hover {
    background-position: calc(100% - 40px) center;
  }
  main section a span {
    font-size: 48px;
    line-height: 52px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #3D1505;
  }
}
/*---------------------------------------- /// ----------------------------------------*/
@media screen and (max-width: 1200px) {
  header .logo-box img {
    height: 30px;
    margin-right: 30px;
  }
  header .logo-box span {
    font-size: 12px;
    line-height: 22px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #3D1505;
    height: 20px;
  }
  header .logo-box span:before {
    left: -15px;
  }
  header .logo-box .language-selection {
    left: -10px;
  }
  header .logo-box .language-selection span:after {
    width: 5px;
    height: 5px;
    right: -11px;
    top: calc(50% - 3px - 3px);
  }
  header .links-and-social .links a {
    margin-right: 12px;
    font-size: 14px;
    line-height: 20px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #3D1505;
    padding: 5px 10px;
    border-radius: 8px;
  }
  header .links-and-social .links a img {
    margin-right: 6px;
    width: 30px;
    height: 30px;
  }
  header .links-and-social .social a {
    width: 28px;
    height: 28px;
  }

  main section {
    background-size: auto 60px;
    background-position: calc(100% - 50px) center;
  }
  main section:hover {
    background-position: calc(100% - 30px) center;
  }
  main section a {
    padding: 0 120px 0 50px;
  }
  main section a span {
    font-size: 38px;
    line-height: 44px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #3D1505;
  }
}
/*---------------------------------------- /// ----------------------------------------*/
@media screen and (max-width: 1000px) {
  header {
    padding: 0 20px;
  }

  main {
    padding: 10px;
  }
  main section {
    height: calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 10px;
  }
  main section a {
    padding: 0 60px;
  }
  main section a span {
    font-size: 34px;
    line-height: 44px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #3D1505;
  }
}
/*---------------------------------------- /// ----------------------------------------*/
@media screen and (max-width: 900px) {
  header {
    flex-direction: column;
    justify-content: flex-start;
    height: 160px;
    min-height: 160px;
  }
  header .logo-box {
    height: 80px;
    min-height: 80px;
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 170, 137, 0.15);
    justify-content: center;
  }
  header .logo-box img {
    height: 34px;
    margin-right: 40px;
  }
  header .logo-box span {
    font-size: 12px;
    line-height: 32px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #3D1505;
    height: 30px;
  }
  header .logo-box span:before {
    left: -20px;
  }
  header .links-and-social {
    height: 80px;
    min-height: 80px;
    width: 100%;
    justify-content: center;
  }
  header .links-and-social .links a {
    margin-right: 5px;
  }
  header .links-and-social .social a {
    margin-right: 5px;
  }

  main {
    height: calc(100% - 184px);
    padding: 10px;
    display: flex;
    flex-direction: column;
  }
  main section {
    height: calc(25% - 20px);
    width: calc(100% - 20px);
    margin: 10px;
    background-size: auto 40px;
    background-position: calc(100% - 50px) center;
  }
  main section a {
    padding: 0 120px 0 60px;
  }
  main section a span {
    font-size: 30px;
    line-height: 30px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #3D1505;
  }
}
/*---------------------------------------- /// ----------------------------------------*/
@media screen and (max-width: 600px) {
  header {
    min-height: 200px;
  }
  header .links-and-social {
    flex-direction: column;
    min-height: 120px;
  }
  header .links-and-social .links a {
    margin-right: 0;
    margin-bottom: 5px;
  }
  header .links-and-social .social {
    margin-top: 7px;
  }

  main {
    height: calc(100% - 224px);
    padding: 5px;
  }
  main section {
    height: calc(25% - 10px);
    width: calc(100% - 10px);
    margin: 5px;
    background-size: auto 30px;
    background-position: calc(100% - 30px) center;
  }
  main section:hover {
    background-position: calc(100% - 20px) center;
  }
  main section a {
    padding: 0 80px 0 30px;
  }
  main section a span {
    font-size: 24px;
    line-height: 24px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #3D1505;
  }
}
@media screen and (max-width: 450px) {
  header {
    min-height: 240px;
  }
  header .links-and-social {
    flex-direction: column;
    min-height: 160px;
  }
  header .links-and-social .links {
    flex-direction: column;
    align-items: center;
  }

  main {
    height: calc(100% - 264px);
  }

  footer {
    justify-content: flex-start;
  }
  footer .copyright {
    padding-left: 10px;
  }
}
/*---------------------------------------- /// ----------------------------------------*/
@media screen and (max-width: 360px) {
  header .logo-box img {
    margin-right: 30px;
  }
  header .logo-box span:before {
    left: -15px;
  }

  main section {
    height: calc(25% - 10px);
    width: calc(100% - 10px);
    margin: 5px;
    background-size: auto 24px;
    background-position: calc(100% - 25px) center;
  }
  main section:hover {
    background-position: calc(100% - 15px) center;
  }
  main section a {
    padding: 0 60px 0 20px;
  }
  main section a span {
    font-size: 18px;
    line-height: 18px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #3D1505;
  }
}
/*---------------------------------------- /// ----------------------------------------*/
@media screen and (min-height: 500px) {
  html, body {
    overflow: hidden;
    height: 100vh;
  }
}
/*---------------------------------------- /// ----------------------------------------*/
@media screen and (max-height: 500px) {
  main section {
    height: 80px;
    min-height: 80px;
  }
}

/*# sourceMappingURL=media.css.map */
