body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Arial, sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body ul,
body ol,
body li,
body a,
body span {
  margin: 0;
  padding: 0;
  color: inherit;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}

.wrapper {
  /* max-height: calc(100vh - 140px); */
  /* height: calc(100vh - 140px); */
  margin: 0 30px;
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

h2 {
  margin-bottom: 30px !important;
  font-size: 2em;
  text-transform: uppercase;
}

header,
main,
footer {
  width: 100%;
}

.s-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 4em;
  margin-bottom: 4em;
}
.container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-items: stretch;
}

.s-link {
  display: block;
  width: 30px;
  height: 30px;
}
.s-link:not(:last-of-type) {
  margin-right: 15px;
}
.s-link svg {
  display: block;
  max-width: 100%;
  width: 100%;
}
.s-link img {
  max-width: 100%;
}

.desctop {
  display: none;
}

.header-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14.66667px;
}
.header-cont .logo {
  display: block;
  height: 11.5px;
  margin: 0 0 5px;
  background: url(../img/ekonomika_logo_v1.png) center left no-repeat;
  background-size: contain;
}

.main-cont h1 {
  font-size: 42px;
  line-height: 55px;
  font-weight: normal;
}
.main-cont .cursor {
  display: inline-block;
  width: 3px;
  height: 42px;
  vertical-align: middle;
  background: black;
  -webkit-animation: cursor-anination 1.7s infinite ease-in-out;
          animation: cursor-anination 1.7s infinite ease-in-out;
}

.footer-cont a {
  font-size: 14.66667px;
  text-decoration: none;
}

@-webkit-keyframes cursor-anination {
  0%,
	100% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
}

@keyframes cursor-anination {
  0%,
	100% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
}

.button {
  display: block;
  background: #000;
  color: #fff;
  width: 100%;
  max-width: max-content;
  padding: 10px 20px;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 900;
}
.button:hover {
  background: #2f2f2f;
}
.button-light {
  display: block;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  width: 100%;
  max-width: max-content;
  padding: 10px 20px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 900;
}
.button-light {
  color: #2f2f2f;
  border: 2px solid #2f2f2f;
}
.our-img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  max-height: 50px;
}
.our-colum {
  display: flex;
  align-items: center;
  height: 100%;
}
.ivents-hidden-block {
  padding: 10px;
  background: #FFEB3B;
  margin-top: 20px;
}
.contact-block {
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-one {
  margin-right: 15px;
}
.contact-img {
  max-width: 150px;
  height: auto;
  margin-right: 15px;
}
.contact-img img {
  display: block;
  max-width: 150px;
  border-radius: 50%;
}
.contact-text {
  max-width: 300px;
}
.name-c {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}
.position-c {
  border-bottom: 1px solid #000;
}
.contakts-c {
  line-height: 1.5em;
}
.ivents-container a {
  margin-bottom: 15px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
}

.social-ivents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #3b5998;
  padding: 5px;
  line-height: 1em;
  font-weight: bold;
  color: #3b5998 !important;
  border-radius: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-right: 10px;
  margin-bottom: 10px;
}
.social-ivents:hover {
  color: #ffffff !important;
  background: #3b5998 !important;
}
.social-ivents span {
  margin-left: 10px;
}

.ivents-hidden-block {
  position: absolute;
  display: none;
  transition: all 0.5s ease;
  left: 0;
  z-index: 90;
  width: calc(100% - 20px);
}
.ivent-our-colum {
  position: relative;
  width: 150px;
  padding: 20px;
  background: #efefef;
  margin: 5px;
  cursor: pointer;
  transition: .5s;
}
.open_block {
  display: block;
}
.ivents-hidden-block img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  transition: .5s;
}
.ivents-hidden-block:hover img {
  box-shadow: 0 0 7px 0px black;
}
.media-colum {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 150px;
  padding: 20px;
  margin: 5px;
  background: #efefef;
  transition: .5s;
}
.ivent-our-colum:hover,.media-colum:hover {
  background: #FFEB3B;
}
.footer-separator {
  display: block;
  width: 50%;
  height: 1px;
  background: #000000;
  margin-top: 15px;
  margin-bottom: 20px;
  opacity: 0.8;
}
.tov-info {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  opacity: 0.8;
}