@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap');

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

*:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #e3e3e3;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  height: 100%;
}

.container {
  position: relative;
  padding: 0 40px;
  z-index: 1;
}

h1 {
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 26px;
}

h2 {
  border-bottom: 1px solid;
  padding-bottom:8px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.main {
  text-align: center;
  height: 100%;
}

header {
  margin: 25px auto;
}

header .logo {
  display: block;
  margin: 30px auto 30px;
  width: 90%;
  max-width: 480px;
}

img.logo {
    max-width: 180px;
}

.countries {
  margin: 220px auto 0;
  background: rgb(255 255 255 / 90%);
  padding: 8px 40px 8px;
  max-width: 1200px;
}

.regions {
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.025em;
}

.region {
  text-align: left;
  margin-bottom: 10px;
}

.region:not(:first-of-type) {
  margin-top: 10px;
}

.region li {
  padding: 20px 0;
  font-size: 12px;
}

.region li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.region li a {
  text-decoration: none;
  color: inherit;
}

.region li a:hover {
  text-decoration: underline;
}

.copyright {
  text-transform: uppercase;
  font-size: 14px;
  padding: 20px;
  text-align: center;
  color: #000000;
  background: #e3e3e3;
  bottom: 0;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 320px) {
  h2 {
    font-size: calc(16px + -2 * ((100vw - 320px) / 448));
  }
  .region li {
    font-size: calc(13px + -2 * ((100vw - 320px) / 448));
  }
}

@media screen and (min-width: 768px) {
  header {
    width: 100%;
  }
  header .logo {
    margin: 41px auto 30px;
  }
 
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 18px;
  }
  .countries {
    margin-top: 260px;
  }
  .regions {
    margin-top: 40px;
	margin-bottom: 20px;	
  }
  .region {
    display: inline-block;
    vertical-align: top;
    padding: 6px 35px;
    width: 230px;
    margin: 0;
  }
  .region:not(:first-of-type) {
    margin: 0;
  }
  .region:nth-child(n+5) {
    margin-top: 30px;
  }
  .region li {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {	
.countries {
  margin: 90px auto 0;
  }
}
	
@media only screen and (min-width: 200px) {
  body {
    background: #baaba8;
  }
  .main {
    background: url("/files-new/heys-bg.jpg") center center no-repeat;
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    height: 910px;
    margin: auto;
  }
  .copyright {
    text-align: center;
    max-width: 100%;
  }
}
