@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");
html, body {
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3D1505;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url("../img/bg.png");
  background-size: cover;
  background-position: center;
}

header {
  height: 100px;
  min-height: 100px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 20px 0 rgba(255, 170, 137, 0.1);
  border-bottom: 1px solid rgba(255, 170, 137, 0.15);
  padding: 0 30px;
}
header .logo-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
header .logo-box img {
  height: 60px;
  margin-right: 60px;
}
header .logo-box span {
  font-size: 18px;
  line-height: 50px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3D1505;
  text-transform: uppercase;
  position: relative;
  height: 50px;
  user-select: none;
  display: flex;
  align-items: center;
}
header .logo-box span:before {
  display: block;
  content: "";
  height: 100%;
  width: 1px;
  background: rgba(61, 21, 5, 0.5);
  position: absolute;
  top: 0;
  left: -30px;
}
header .logo-box .language-selection {
  left: 0;
  margin-left: 0;
  cursor: pointer;
  position: relative;
  padding: 10px 20px;
  user-select: none;
  display: flex;
  align-items: center;
}
header .logo-box .language-selection span:before {
  display: none;
}
header .logo-box .language-selection span:after {
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  right: -13px;
  top: calc(50% - 3px - 3px);
  border-left: 2px solid #3D1505;
  border-bottom: 2px solid #3D1505;
  transform: rotate(-45deg);
}
header .logo-box .language-selection ul.ul-language-selection {
  display: none;
  background: white;
  z-index: 22;
  padding: 10px 0;
  min-width: 70px;
  box-shadow: 0 3px 12px rgba(0, 33, 109, 0.15);
  border-radius: 4px;
  position: absolute;
  top: calc(100% - 8px);
  left: calc(50% - 35px);
}
header .logo-box .language-selection ul.ul-language-selection.active {
  display: block;
}
header .logo-box .language-selection ul.ul-language-selection li {
  list-style: none;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
}
header .logo-box .language-selection ul.ul-language-selection li a {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  color: #3D1505;
}
header .logo-box .language-selection ul.ul-language-selection li a:hover {
  background: rgba(61, 21, 5, 0.1);
  cursor: pointer;
}
header .links-and-social {
  display: flex;
  align-items: center;
}
header .links-and-social .links {
  display: flex;
}
header .links-and-social .links a {
  display: flex;
  align-items: center;
  margin-right: 30px;
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3D1505;
  padding: 10px 15px;
  border-radius: 8px;
  transition: all 0.25s;
}
header .links-and-social .links a img {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
header .links-and-social .links a:hover {
  background: rgba(255, 170, 137, 0.075);
}
header .links-and-social .social {
  display: flex;
  align-items: center;
}
header .links-and-social .social a {
  border: 1px solid rgba(61, 21, 5, 0.5);
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: all 0.25s;
}
header .links-and-social .social a img {
  margin: 0;
}
header .links-and-social .social a:hover {
  background: rgba(255, 170, 137, 0.075);
}

main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: calc(100% - 124px);
  padding: 15px;
  box-sizing: border-box;
  align-items: center;
}
main section {
  height: calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 15px;
  border-radius: 10px;
  box-shadow: 0 10px 20px 0 rgba(255, 170, 137, 0.1);
  border: 1px solid rgba(255, 170, 137, 0.15);
  cursor: pointer;
  transition: all 0.25s;
  background: rgba(255, 255, 255, 0.7);
  background-image: url("../img/ic-arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 80px) center;
}
main section:hover {
  box-shadow: 0 25px 50px 0 rgba(255, 170, 137, 0.3);
  z-index: 2;
  background-position: calc(100% - 60px) center;
}
main section a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0 180px 0 80px;
  box-sizing: border-box;
}
main section a span {
  font-size: 72px;
  line-height: 72px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3D1505;
  user-select: none;
}
main section a span span.let-spac {
  letter-spacing: -2px;
}

footer {
  height: 24px;
  min-height: 24px;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 -5px 20px 0 rgba(255, 170, 137, 0.1);
  border-top: 1px solid rgba(255, 170, 137, 0.15);
  display: flex;
  justify-content: center;
  font-size: 13px;
  line-height: 24px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3D1505;
  position: relative;
}
footer a {
  text-decoration: none;
  position: absolute;
  right: 0;
  padding: 0 30px;
  color: #3D1505;
  opacity: 0.5;
  transition: all 0.25s;
}
footer a:hover {
  opacity: 1;
  background: rgba(61, 21, 5, 0.2);
}

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