/*
$spacing: 100%;
$spacing-x: 100%;
$spacing-xl: 1144px;
*/
@import url("https://fonts.googleapis.com/css?family=Raleway:regular,500,700,900&display=swap&subset=cyrillic-ext");
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #25282b;
  --spacing: 100%; /* 320 */
  --spacing-x: 100%; /* 800 */
  --spacing-xl: 1144px; /* 1200px */
}

body {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.fa-phone::before {
  padding-right: 0.5rem;
  font-size: 1rem;
}

.header-phone {
  font-weight: bolder;
}

.icons-social {
  font-size: 2rem;
  padding-left: 1rem;
  color: #949799;
  transition: all 0.1s ease 0s;
}

.icons-social:hover {
  color: #E9AB00;
}

div.container {
  width: 1144px;
}

@media screen and (max-width: 1160px) {
  div.container {
    width: 900px;
  }
}
@media screen and (max-width: 920px) {
  div.container {
    width: 100%;
  }
}
@media screen and (max-width: 470px) {
  html {
    font-size: 14px;
  }
  header i.fa-phone {
    display: none;
  }
  div#header-colum-left {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 12px;
    min-width: 320px;
  }
  header div.line-1, header div.line-2 {
    width: auto;
  }
}
nav#menu {
  display: block;
}

@media screen and (max-width: 720px) {
  nav#menu {
    display: none;
  }
  i#gam-on {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  div.container {
    width: 320px;
  }
}
i.gam {
  font-size: 1.5rem;
  display: none;
}

i.on {
  display: block;
}

i.off {
  display: none;
}

.bg-white {
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text {
  color: #8e9194;
  font-size: 1rem;
}

.text-sm {
  font-size: 0.8rem;
}

header {
  top: 0;
  position: fixed;
  z-index: 999;
  background-color: #25282b;
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.22), 0 2px 1px -1px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0.5rem;
}
header img.logo {
  height: 40px; /*
background-image: url(logo_da.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain;*/
  transition: all 100ms;
  cursor: pointer;
  content: url(logo_da.png);
  aspect-ratio: 700/120;
}
@media screen and (max-width: 1160px) {
  header img.logo {
    height: 40px;
    content: url(logo_da_cr.png);
    aspect-ratio: 85/120;
  }
}
@media screen and (max-width: 720px) {
  header img.logo {
    height: 40px;
    content: url(logo_da.png);
    aspect-ratio: 700/120;
  }
}
header .phone {
  margin-right: 1rem;
}
header .mail a, header .mail a:hover, header .phone a, header .phone a:hover {
  color: #949799;
  text-decoration: none;
}
header .mail a:hover, header .phone a:hover {
  color: #949799;
  text-decoration: underline;
}
header div.line-wrapper {
  border: 1px solid red;
  background-color: #25282b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
header div.line-1 {
  height: 40px;
  color: #949799;
  font-size: 0.9rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
header div.line-2 {
  background-color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
header div.line-2 > nav > ul {
  list-style-type: none;
  display: flex;
}
header div.line-2 > nav > ul > li {
  list-style-type: none;
  padding: 0 0 0 2rem;
  text-transform: uppercase;
  font-weight: bolder;
}
header div.line-2 > nav > ul > li > a {
  text-decoration: none;
  transition: all 0.1s ease 0s;
}
header div.line-2 > nav > ul > li > a:hover {
  color: #E9AB00;
  cursor: pointer;
}

/*
@media screen and (max-width: $media-spacing){
    header div.line-1, header div.line-2{
        width: calc(var(--spacing));
    }
}*/
main {
  margin: 80px 0 0 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
main section {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}

div.promo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section.promo-a {
  background-color: rgba(0, 0, 0, 0.66);
}
section.promo-a h2 {
  color: #fff;
  margin: 2.5rem 0;
  font-family: Raleway;
  font-weight: 200;
  font-style: normal;
  font-size: 3rem;
}
section.promo-a div.wrapper {
  margin-bottom: 2.5rem;
  display: flex;
  width: auto;
  align-items: baseline;
  justify-content: space-between;
}
section.promo-a div.wrapper div {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 0 1rem;
}
section.promo-a div.wrapper div i.icon {
  font-size: 3.5rem;
  color: #E9AB00;
  font-weight: 100;
}
section.promo-a div.wrapper div h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  font-weight: 100;
}

@media screen and (max-width: 720px) {
  section.promo-a div.wrapper div {
    padding: 0 0 1rem 0;
  }
}
section.promo-b {
  background: rgb(234, 234, 234);
  padding: 1.5rem 0;
}
section.promo-b div.wrapper {
  width: 60%;
  min-width: 855px;
  display: flex;
  flex-flow: column;
  flex-direction: row;
  justify-content: space-between;
}
section.promo-b div.col {
  width: 30%;
  min-width: 285px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: justify;
  margin: 0 0.5rem;
}
section.promo-b div.row {
  width: 100%;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
section.promo-b div.row a, section.promo-b div.row a:hover {
  text-decoration: none;
  color: #25282b;
}
section.promo-b div.row a:hover {
  color: #E9AB00;
}
section.promo-b h3 {
  color: #25282b;
  font-size: 1.8rem;
  font-weight: 100;
}
section.promo-b p.image > img {
  border-radius: 5px;
  width: 100%;
}

@media screen and (max-width: 1160px) {
  p.image > img {
    border-radius: 5px;
    width: 100%;
  }
  section.promo-b div.col {
    min-width: 30%;
  }
  a.w-btn {
    display: none;
  }
}
@media screen and (max-width: 920px) {
  section.promo-b div.wrapper {
    min-width: auto;
    width: 100%;
  }
}
section.promo-a div.wrapper div.wrapper-col {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 920px) {
  section.promo-a div.wrapper div.wrapper-col {
    flex-direction: column;
  }
}
@media screen and (max-width: 720px) {
  div.wrapper {
    flex-direction: column;
  }
}
.w-btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
  position: relative;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
  line-height: 2.8;
  padding: 0 1.5em;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
  background-color: #e1e4e5;
  color: #4f5459;
  font-size: 0.9rem;
}

a.w-btn {
  text-decoration: none;
}

a.w-btn:hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
  color: #E9AB00;
}

footer {
  width: 100%;
  background-color: #25282b;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0 0 0;
}

.footer-wrapper {
  padding: 10px 0;
  display: flex;
  width: auto;
  justify-content: space-between;
  padding: 0 1rem;
}
.footer-wrapper .column {
  width: 30%;
  color: #8e9194;
}
.footer-wrapper .column ul {
  list-style-type: none;
  margin: 0;
}
.footer-wrapper .column ul li {
  margin: 0 0 0.5rem;
  padding-left: 1rem;
  position: relative;
}
.footer-wrapper .column ul li:before {
  position: absolute;
  top: 0.1rem;
  left: -0.5rem;
  content: "keyboard_arrow_right";
  font-family: "Material Icons";
  font-size: 1.2rem;
  opacity: 0.5;
}
.footer-wrapper .column p {
  margin-bottom: 1rem;
  color: #8e9194;
  text-align: justify;
}
.footer-wrapper .column div.row {
  font-size: 1.5rem;
  color: #c2c4c5;
  margin: 0 0 1rem 0;
}
.footer-wrapper .column div.row-inner {
  display: flex;
  margin: 0 0 1rem 0;
}
.footer-wrapper .column i {
  margin: 0.3rem 1rem 0 0;
  font-size: 1.3rem;
}
.footer-wrapper .column a, .footer-wrapper .column a:hover {
  color: #8e9194;
  text-decoration: none;
}
.footer-wrapper .column a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 920px) {
  div.footer-wrapper {
    flex-wrap: wrap;
  }
  div.footer-wrapper div.column {
    width: 45%;
  }
}
@media screen and (max-width: 720px) {
  .footer-wrapper {
    width: auto;
  }
  div.footer-wrapper div.column {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}