/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
*{
  z-index: inherit;
}
*:not(input) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  cursor: default;
}
button, hr, input {
  overflow: visible
}

audio, canvas, progress, video {
  display: inline-block
}

progress, sub, sup {
  vertical-align: baseline
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0
}

html {
  font-family: Roboto, sans-serif;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  width: 100%
}

body {
  margin: 0;
  height: 100%;
  width: 100%
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  cursor: pointer
}

a:active, a:hover {
  outline-width: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button, select {
  text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
  cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

textarea {
  overflow: auto
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

[hidden], template {
  display: none
}

@keyframes kf-btn-bottom {
  0% {
    bottom: 2.5em;
  }
  5% {
    bottom: 1.5em;
  }
  10% {
    bottom: 2.5em;
  }
  15% {
    bottom: 1.5em;
  }
  20% {
    bottom: 2.5em;
  }
}
@keyframes btn-back-in {
  0%{
    transform: rotate(0);
  }
  100%{
    transform: rotate(225deg);
  }
}
@keyframes btn-back-out {
  0%{
    transform: rotate(225deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
@keyframes tiles2-left {
  0%{
    margin-left: -50%;
    margin-right: 50%;
    opacity: 0;
  }
  80%{
    margin-left: 1em;
    margin-right: -1em;
    opacity: 0.7;
  }
  100%{
    margin-left: 0;
    margin-right: 0;
    opacity: 1;
  }
}
@keyframes tiles2-right {
  0%{
    margin-left: 50%;
    margin-right: -50%;
    opacity: 0;
  }
  80%{
    margin-left: -1em;
    margin-right: 1em;
    opacity: 0.7;
  }
  100%{
    margin-left: 0;
    margin-right: 0;
    opacity: 1;
  }
}
@-webkit-keyframes tiles2-left {
  0%{
    margin-left: -50%;
    margin-right: 50%;
    opacity: 0;
  }
  80%{
    margin-left: 1em;
    margin-right: -1em;
    opacity: 0.7;
  }
  100%{
    margin: 0;
    opacity: 1;
  }
}
@-webkit-keyframes tiles2-right {
  0%{
    margin-left: 50%;
    margin-right: -50%;
    opacity: 0;
  }
  80%{
    margin-left: -1em;
    margin-right: 1em;
    opacity: 0.7;
  }
  100%{
    left: 0;
    opacity: 1;
  }
}
@keyframes dots {
  0%{
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    background: rgba(255,255,255,0.5);
  }
  50%{
    background: rgba(255,255,255,0.1);
  }
  100%{
     width: 200%;
     height: 200%;
     left: -50%;
     top: -50%;
     background: rgba(255,255,255,0);
   }
}

html {
  font-family: 'Roboto', sans-serif;

}

body {
  overflow-x: hidden;
}

header, .sidebar{
  transition: 1s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  height: 6.875em;
  width: 100%;
  /*padding: 0 1.875em;*/
  display: table;
  background: none;
  z-index: 12;
}
.sidebar{
  width: 75%;
  left: auto;
  right: 0;
}

ul {
  padding: 0;
}

button {
  background: none;
  border: none;
  outline: none;
}

header > *, .sidebar>* {
  vertical-align: middle;
  display: table-cell;
}

.logo {
  padding: 1.875em;
  width: 22%;
}

.logo > svg {
  height: 3.125em;
  transition: 1s;
}
header svg #Main path{
  transition: 1s;
}

.menu-list {
  color: #ffffff;
  margin: 0;
  list-style: none;
  width: 55%;
  text-align: center;
}

.menu-list li, .lang li {
  display: inline-block;
  font-size: 0.93em;
  color: inherit;
  padding: 0 1em;

}
.lang li{
  padding: 0;
}
.lang li>a{
  padding: 1em 0.5em;
  display: inline-block;
}
.menu-list li > a, .lang li>a {
  text-decoration: none;
  color: inherit;
  outline: none;
  position: relative;
  opacity: 0.4;
  transition: 0.5s ease-out 0.1s;
  text-transform: uppercase;
}

.menu-list li > a:hover, .menu-list li > a:focus, .menu-list li > a.active,
.lang li > a:hover, .lang li > a:focus, .lang li > a.active{
  opacity: 1;
}

.menu-list li > a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0.6em;
  transition: 0.5s ease-out 0.1s;
  background: #ffffff;
}

.menu-list li > a:hover:before, .menu-list li > a:focus:before, .menu-list li > a.active:before {
  width: 100%;
}

.lang-d ul {
  display: inline-block;
  color: #ffffff;
  float: left;
}

.lang-d {
  width: 22%;
}

.lang-d button {
  background: none;
  padding: 0.8em 2em;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 1.375em;
  float: right;
  margin: 0.7em 1.75em 0 0;
  transition: 1s;
  text-transform: uppercase;
}

.main-area {
  width: 100%;
}

.main{
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.main:nth-child(2n-1){
  z-index: 3;
  -webkit-box-shadow: 0 0 3px 1px #333333;
  -moz-box-shadow: 0 0 3px 1px #333333;
  box-shadow: 0 0 3px 1px #333333;
}
.main:nth-child(1) {
  width: 100%;
  text-align: center;
  height: 1024px;
  background: none;
  display: inline-block;
  z-index: 2;
  margin-bottom: -3px;/*crutch*/
}

.main-text {
  display: inline-block;
  margin: auto 0;
  color: white;
  vertical-align: middle;
  width: 150%;
  position: absolute;
  left: -25%;
  top: 50%;
  text-transform: uppercase;
}

.main-text li {
  vertical-align: middle;
}

.main:nth-child(1) .bg{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}
.view-page-3 .main:nth-child(1) .bg, body.view-page-4 .main:nth-child(1) .bg, .view-page-5 .main:nth-child(1) .bg{
  display: none;
}
.main:nth-child(1) .bg>div{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #999999 center no-repeat;
  background-size: cover;
  z-index: 0;
}
.main:nth-child(1) .bg>div.s1{
  background-image: url(../img/slide-1.jpg);
}
.main:nth-child(1) .bg>div.s2{
  background-image: url(../img/slide-2.jpg);
}
.main:nth-child(1) .bg>div.s3{
  background-image: url(../img/slide-3.jpg);
}
.main:nth-child(1) .bg>img{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.main:nth-child(1) .bg>div:nth-child(1){
  left: -100%;
}
.main:nth-child(1) .bg>div:nth-child(3){
  left: 100%;
}
.main:nth-child(1) .bg:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}

.main:nth-child(1) span {
  font-size: 4em;
  padding: 0 0.46em;
  cursor: pointer;
}

.main:nth-child(1) li {
  display: inline-block;
  transition: opacity 1s;
  margin-top: -2em;
  opacity: 0.5;
  z-index: 5;
}

.main:nth-child(1) li:nth-child(2){
  opacity: 1;
}

.light header{
  background: rgb(255,255,255);
}
.light header svg #Main, .menu header svg #Main{
  fill: #0083ca;
}
.light header svg #Main #L1 path:nth-child(2), .menu header svg #Main #L1 path:nth-child(2){
  fill: #49b449;
}
.light header .tcon-menu__lines, .light header .tcon-transform .tcon-menu__lines:before, .light header .tcon-transform .tcon-menu__lines:after{
  background: #0083ca;
}
.menu header .tcon-menu__lines, .menu header .tcon-transform .tcon-menu__lines:before, .menu header .tcon-transform .tcon-menu__lines:after{
  background: rgba(0,0,0,0.5);
}
.light .sidebar  ul{
  color: #000000;
}
.light .sidebar li>a:before{
  background: #000000;
}
.light .sidebar .lang-d button{
  color: #0083ca;
  border-color: #0083ca;
}

.more-button {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: calc(25% - 3.3125em);
}

.more-button button {
  height: 6.625em;
  width: 6.625em;
  color: #ffffff;
  border-radius: 50%;
  border: none;
  position: relative;
  z-index: 5;
  text-transform: uppercase;
}
.more-button button:before{
  content: '';
  background-color: #0083ca;
  border-radius: 20% 50% 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  animation: btn-back-out 0.5s;
}
.more-button button:hover:before{
  animation: btn-back-in 1s;
  transform: rotate(225deg);
}

.bottom-button {
  color: #ffffff;
  position: absolute;
  bottom: 2.25em;
  left: calc(50% - 4.5em);
  width: 9em;
  padding-top: 5em;
  vertical-align: bottom;
  overflow: visible;
  z-index: 5;
}

.bottom-button svg {
  border: none;
  width: 1.5em;
  height: 1.25em;
  position: absolute;
  left: calc(50% - 0.75em);
  bottom: 2.5em;
  animation: kf-btn-bottom 7s infinite;
  overflow: visible;
}

.main:nth-child(2) {
  width: 100%;
  display: table;
  text-align: center;
  height: 1024px; /*нужно ісправіть*/
  background-color: #ffffff;
  /*position: absolute;*/
}
.main:nth-child(2) .line{
  position: absolute;
  height: 0;
  width: 2em;
  overflow: hidden;
  left: calc(50% - 1em);
}
.main:nth-child(2) .line>div{
  position: relative;
  padding: 1.075em 1em;
  overflow: visible;
  box-sizing: border-box;
}
.main:nth-child(2) .line>div:before{
  content: "";
  border-right: 0.125em dotted rgba(0,0,0,0.1);
  height: 100%;
  display: block;
}
.main:nth-child(2) .line>div:after{
  content: "";
  position: absolute;
  bottom: -0.5em;
  width: 0.875em;
  left: 0.625em;
  height: 0.875em;
  background-color: #49b449;
  border-radius: 50%;
}

.get-more {
  color: black;
  font-size: 2.25em;
  text-align: center;
  margin-top: 8%;
  font-weight: 300;
  text-transform: uppercase;
}

.main:nth-child(2) .tiles {
  position: absolute;
  width: 100%;
}

.main:nth-child(2) .tile {
  width: 100%;
  height: 18.75em;
  padding-top: 1.125em;
  margin-top: -3.5em;
  display: inline-block;
}
.main:nth-child(2) .tile>div{
  padding: 0 3.125em;
  transition: 1s;
}
.main:nth-child(2) .tile:nth-child(2n-1)>div:nth-child(1), .main:nth-child(2) .tile:nth-child(2n)>div:nth-child(2){
  -webkit-transform: translate(-100%,0);
  -moz-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
  -o-transform: translate(-100%,0);
  transform: translate(-100%,0);
  opacity: 0;
  float: left;
}
.main:nth-child(2) .tile:nth-child(2n-1)>div:nth-child(2), .main:nth-child(2) .tile:nth-child(2n)>div:nth-child(1){
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
}
.main:nth-child(2) .tile:nth-child(2n-1).active>div:nth-child(1), .main:nth-child(2) .tile:nth-child(2n).active>div:nth-child(2){
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
}
.main:nth-child(2) .tile:nth-child(2n-1).active>div:nth-child(2), .main:nth-child(2) .tile:nth-child(2n).active>div:nth-child(1){
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
}

.main:nth-child(2) .tile-image {
  height: 100%;
  width: 50%;
  display: inline-block;
  text-align: right;
  box-sizing: border-box;
}

.tile-image .image {
  border-radius: 50% 20% 50% 50%;
  border: 0;
  width: 18.75em;
  height: 18.75em;
  overflow: hidden;
  display: inline-block;
  background: #999999 center no-repeat;
  background-size: cover;
}
.tile-image .image.s1{
  background-image: url(../img/company_1n.png);
}
.tile-image .image.s2{
  background-image: url(../img/company_2n.png);
}
.tile-image .image.s3{
  background-image: url(../img/company_3n.png);
}

.main:nth-child(2) .tile-image img {
  height: 100%;
}

.main:nth-child(2) .tile-text {
  display: inline-table;
  box-sizing: border-box;
  font-size: 1.125em;
  line-height: 1.78;
  color: rgba(0, 0, 0, 0.36);
  text-align: left;
  vertical-align: middle;
  height: 100%;
  /*padding-right: 8%*/;
  width: 50%;
}
.main:nth-child(2) .tile-text>div{
  display: table-cell;
  vertical-align: middle;
  padding: 0 12% 0 1.25em;
}

.main:nth-child(2) .tile-text-h {
  font-size: 2.25em;
  color: rgba(0, 0, 0, 0.64);
  width: 100%;
  line-height: 1.5;
}

.main:nth-child(2) .tile:nth-child(2n) .image {
  border-radius: 20% 50% 50% 50%;
}

.main:nth-child(2) .tile:nth-child(2n) .tile-text {
  text-align: right;
  padding-right: 3em;
}
.main:nth-child(2) .tile:nth-child(2n) .tile-text>div{
  padding: 0 1.25em 0 12%;
}

.main:nth-child(2) .tile:nth-child(2n) .tile-image {
  padding: 0 5em;
  text-align: left;
  float: right;
}

.main:nth-child(2) .tile:nth-child(1) {
  margin-top: 0;
}

.main:nth-child(3) {
  width: 100%;
  text-align: center;
  height: 1024px;
  background: #776622 center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("../img/b-g-main3l.jpg");
}

.main:nth-child(3) .h-text {
  font-size: 2.25em;
  font-weight: 300;
  padding-top: 18.6%;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  margin-right: -50%;
}

.main:nth-child(3) .s-text {
  font-size: 1.125em;
  line-height: 1.78;
  color: #ffffff;
  padding-left: 43.8%;
  width: 30em;
  text-align: left;
  font-weight: 100;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
  animation: none;
  transition: 1s;
}
.main:nth-child(3) .s-text.active{
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
}

.main:nth-child(3) p {
  margin: 0;
}

.main:nth-child(3) .more-button {
  padding-top: 5%;
  width: 0;
  padding-left: 43.8%;
  text-transform: uppercase;
}

.main:nth-child(4) {
  width: 100%;
  text-align: center;
  height: 100%;
  position: relative;
  z-index: 0;
}
.main:nth-child(4) .container{
  width: 100%;
  height: 100%;
  left: 0;
  top: auto;
  bottom: 0;
  position: fixed;
  display: inline-block;
  text-align: left;
}

.main:nth-child(4) .map {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.main:nth-child(4) .map .img{
  height: 100%;
  width: auto;
}
.main:nth-child(4) .map .placeholder{
  position: absolute;
  height: 5%;
  width: auto;
  transition: 1s;
}

.main:nth-child(4) .strategy {
  text-align: left;
  width: 100%;
  font-size: 2.25em;
  font-weight: 300;
  color: #000000;
  padding-top: 4em;
  padding-left: 13%;
  text-transform: uppercase;
}

.main:nth-child(4) ul {
  display: inline-block;
  margin-top: 1.8em;
  text-align: left;
  padding-left: 13%;
  list-style: none;
}

.main:nth-child(4) li {
  padding: 0.35em 0;
  line-height: 2.2;
}
.main:nth-child(4) li a {
  opacity: 0.5;
  transition: 0.5s;
}
.main:nth-child(4) li a.active{
  opacity: 1;
}

.main:nth-child(5) {
  width: 100%;
  text-align: center;
  height: 1024px;
  background: #776622 center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("../img/b-g-main5l.jpg");
}
.main:nth-child(5) .draw, .main:nth-child(5) .graph{
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.main:nth-child(5) .h-text {
  font-size: 2em;
  color: #ffffff;
  text-align: left;
  font-weight: 300;
  text-transform: uppercase;
}

.main:nth-child(5) .s-text {
  font-size: 1.125em;
  line-height: 1.78;
  color: #ffffff;
  padding-left: 17.4%;
  -webkit-transform: translate(-100%,0);
  -moz-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
  -o-transform: translate(-100%,0);
  transform: translate(-100%,0);
  opacity: 0;
  margin-top: 8%;
  width: 28.5em;
  text-align: left;
  transition: 0.5s;
  font-weight: 100;
}
.main:nth-child(5) .s-text.active{
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
}
.main:nth-child(5) .graph-item
{
  position: absolute;
  left: 15%;
  bottom: 15%;
  font-size: 0.75em;
}
.main:nth-child(5) .graph-item.hover .graph-img, .main:nth-child(5) .graph-item.hover .graph-text{
  opacity: 1;
}
.main:nth-child(5) .graph-dot
{
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  position: relative;
}
.main:nth-child(5) .graph-dot:after{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #49b449;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.main:nth-child(5) .graph-dot.active:before{
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  left: calc(50% - 0.5em);
  border-radius: 50%;
  top: calc(50% - 0.5em);
  background: rgba(255,255,255,0.8);
  animation: dots 2s infinite 3s;
}

.main:nth-child(5) .graph-img
{
  transition: 0.5s;
  width: 5em;
  height: 5em;
  background-color: #0083ca;
  border-radius: 50% 50% 50% 20%;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  font-size: 3em;
  box-sizing: border-box;
  padding-top: 2em;
  display: inline-block;
  opacity: 0;
}
.main:nth-child(5) .graph-text
{
  transition: 1s;
  opacity: 0;
  font-size: 1.125em;
  line-height: 1.5;
  text-align: center;
  color: rgba(255, 255, 255, 0.82);
  width: 18em;
  margin: 0.5em;
}
.main:nth-child(5) .graph-item:nth-child(2)
{
  left: 35%;
  bottom: 7%;
}
.main:nth-child(5) .graph-item:nth-child(3)
{
  left: 47%;
  bottom: 2%;
}
.main:nth-child(5) .graph-item:nth-child(4)
{
  left: 70%;
  bottom: 40%;
}
.main:nth-child(5) .graph-item:nth-child(5)
{
  left: 80%;
  bottom: 45%;
}
.main:nth-child(5) .graph-img-m
{
  border-radius: 20% 50% 50% 50%;
}

.main:nth-child(6) {
  width: 100%;
  text-align: center;
  height: 1024px;
  background-image: radial-gradient(circle at 50% 0, #00a6ff, #0083ca);
}

.main:nth-child(6) .h-text {
  font-size: 2.25em;
  font-weight: 300;
  padding-top: 9%;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.sponsors {
  display: inline-block;
  margin: 2% 20% 0 20%;
}

.sponsor {
  display: inline-flex;
  text-align: center;
  width: 33%;
  height: 9.375em;
  margin: 2.5em 0;
  opacity: 0.5;
  transition: 0.5s;
}
.sponsor:hover{
  opacity: 1;
}
.sponsor:nth-child(4),.sponsor:nth-child(5),.sponsor:nth-child(6),.sponsor:nth-child(7){
  width: 24.5%;
}
.sponsor img {
  display: inline-block;
  text-align: center;
  margin: auto auto;
  width: 100%;
  vertical-align: middle;
}
.sponsor>img{
  max-height: 100%;
}
.sponsor:nth-child(1)>img,.sponsor:nth-child(2)>img,.sponsor:nth-child(3)>img{
  width: 80%;
}


.main:nth-child(7) {
  width: 100%;
  height: 1024px;
  background-color: #ffffff;
  display: table;
}

.main:nth-child(7) .h-text {
  font-size: 2.25em;
  font-weight: 300;
  padding-top: 10.5%;
  color: #000000;
  text-align: center;
  position: absolute;
  width: 100%;
  text-transform: uppercase;
}

.main:nth-child(7) .tiles {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.main:nth-child(7) .tile {
  height: auto;
  display: table-cell;
  width: 24%;
  padding: 0 1em;
  text-align: right;
  vertical-align: middle;
  box-sizing: border-box;
}

.main:nth-child(7) .tile-text-h {
  font-size: 1.375em;
  margin-bottom: 0.5em;
}

.main:nth-child(7) .tile-text {
  text-align: right;
  padding-left: 3em;
  padding-right: 3em;
  display: inline-block;
}

.main:nth-child(7) .con {
  color: inherit;
  padding-top: 0.625em;
}

.main:nth-child(7) a {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
}
.main:nth-child(7) .tile a{
  color: rgba(0,0,0,0.56);
  transition: 0.5s;
  font-weight: 300;
  line-height: 1.6;
  font-size: 1.25em;
}
.main:nth-child(7) .tile a:hover{
  color: rgba(0,0,0,1);
}

.main:nth-child(7) a > svg {
  vertical-align: middle;
  padding-right: 0.5em;
}

.main:nth-child(7) .mirror-t {
  text-align: left;
 /* padding-right: 0;
  padding-left: 6.5%;
  display: inline-block;
  font-size: 1.125em;
  line-height: 2.25;
  color: rgba(0, 0, 0, 0.36);
  vertical-align: middle;
  height: 100%;
  width: 50%;*/
}

.main:nth-child(7) .footer
{
  position: absolute;
  bottom: 0.625em;
  left: 0;
  width: 100%;
}
.footer .social-net
{
  text-align: center;
  margin-bottom: 1.5em;
}
.footer a
{
  margin: 0 0.625em;
  display: inline-block;
}
.footer .footer-text
{
  font-size: 0.85em;
  font-weight: 300;
  line-height: 2.67;
  text-align: center;
  color: rgba(0, 0, 0, 0.56);
}

.tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1em;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  position: fixed;
  top: 1.5em;
  left: 1.25em;
  z-index: 10003;
  padding: 0;
}
.tcon > * {
  display: block; }
.tcon:hover, .tcon:focus {
  outline: none; }
.tcon::-moz-focus-inner {
  border: 0; }

.tcon-menu__lines {
  display: inline-block;
  height: 2px;
  transition: 0.5s;
  width: 100%;
  border-radius: 0.2em;
  background: #ffffff;
  position: relative; }
.tcon-menu__lines::before, .tcon-menu__lines::after {
  display: inline-block;
  height: inherit;
  border-radius: 0.2em;
  background: inherit;
  content: '';
  position: absolute;
  left: 0;
  -webkit-transform-origin: 0.2em center;
  transform-origin: 0.2em center;
  width: 100%;
  transition: 0.5s;
}
.tcon-menu__lines::before {
  top: 0.45em; }
.tcon-menu__lines::after {
  top: -0.45em; }
.tcon-transform .tcon-menu__lines {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8); }
.tcon-transform .tcon-menu__lines:before, .tcon-transform .tcon-menu__lines:after{
  background: #ffffff;
}
.tcon-menu--xbutterfly {
  width: 1.25em; }
.tcon-menu--xbutterfly .tcon-menu__lines::before, .tcon-menu--xbutterfly .tcon-menu__lines::after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines {
  background: transparent!important; }
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before, .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  top: 0;
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  width: 1.42em;
  height: 3px;
}
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);}
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);}

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }


@media (max-aspect-ratio: 9/5){
  .main:nth-child(4) .strategy{
    padding-left: 7%;
  }
  .main:nth-child(4) ul{
    padding-left: 7%;
  }
}
@media (max-aspect-ratio: 5/3){
  .bg img{
    width: auto;
    height: 100%;
  }
  .main:nth-child(4) .strategy{
    padding-left: 4%;
  }
  .main:nth-child(4) ul{
    padding-left: 4%;
  }
}
@media (min-aspect-ratio: 5/3){
  .bg img{
    width: 100%;
    height: auto;
  }
  .main:nth-child(3), .main:nth-child(5){
    background-size: cover;
    background-repeat: no-repeat;
  }
  .main:nth-child(3) .h-text{
    padding-top: 20%;
  }
  .sponsors{
    margin-top: 2%;
  }
  .main:nth-child(2) .tiles{
    font-size: 0.65em;
  }
  .main:nth-child(2) .tile .tile-text>div{
    padding: 0 47% 0 1.25em;
  }
  .main:nth-child(2) .tile:nth-child(2n) .tile-text>div{
    padding: 0 1.25em 0 47%;
  }
  .main:nth-child(4) ul{
    margin-top: 1.2em;
  }
  .main:nth-child(4) li{
    line-height: 1.8;
  }
  .main:nth-child(4) .map{
    height: 135%;
  }
  .main:nth-child(5) .s-text{
    margin-top: 8em;
  }
  .sponsors{
    margin-top: 0;
  }
  .sponsor{
    margin: 1em 0;
    height: 8.5em;
  }
}

@media (max-device-width: 1024px) {
  @media (orientation: portrait) {
    .main:nth-child(3)
    {
      background-image: url("../img/b-g-main3p.jpg");
    }
    .main:nth-child(5){
      background-image: url("../img/b-g-main5p.jpg");
    }
  }
  @media (orientation: landscape) {

  }
}
@media (min-device-width: 1025px) {
  .main:nth-child(3){
    background-image: url("../img/b-g-main3.jpg");
    background-attachment: fixed;
  }
  .main:nth-child(5){
    background-image: url("../img/b-g-main5.jpg");
    background-attachment: fixed;
  }
}

@media (min-width: 1025px) {
  .tcon{
    display: none;
  }
  .sidebar .copy, .sidebar .social{
    display: none;
  }
  html[lang="uk"] .sidebar{
    width: 83%;
  }
  html[lang="uk"] .menu-list{
    width: 73%;
  }
  .main:nth-child(4) li a.active{
    font-weight: 500;
  }
  .main:nth-child(5) .s-text{
    margin-top: 6em;
  }
  html[lang="uk"] .main:nth-child(5) .s-text{
    width: 32em;
  }
}
@media (max-width: 1024px) {
  .header{
    display: none;
  }
  .main:nth-child(1) .bg>div.s1{
    background-image: url(../img/slide-1p.jpg);
  }
  .main:nth-child(1) .bg>div.s2{
    background-image: url(../img/slide-2p.jpg);
  }
  .main:nth-child(1) .bg>div.s3{
    background-image: url(../img/slide-3p.jpg);
  }
  .main:nth-child(1) .main-text{
    width: 300%;
    left: -100%;
  }
  .main:nth-child(1) .main-text li{
    margin-top: -1em;
  }
  .main:nth-child(1) .main-text span{
    font-size: 2em;
  }
  .more-button button{
    font-size: 0.75em;
  }
  .bottom-button{
    font-size: 0.75em;
    bottom: 0.5em;
  }
  header{
    padding: 0;
    height: 4em;
    z-index: 13;
  }
  .light header{
    background: none;
  }
  .logo{
    padding: 0;
    width: 100%;
    height: 1.8em;
    text-align: center;
  }
  .logo > svg{
    height: 100%;
    overflow: visible;
  }
  .sidebar{
    background: #ffffff;
    height: 100%;
    width: 100%;
    left: -100%;
    right: auto;
    opacity: 0;
    display: block;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .sidebar.active{
    left: 0;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .menu-list{
    color: #000;
    width: 100%;
    display: block;
    margin: 20% 0 0;
  }
  .menu-list li{
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .menu-list li > a{
    padding: 1em;
    display: inline-block;
    box-sizing: border-box;
  }
  .menu-list li > a:before{
    left: 50%;
    bottom: 0.8em;
    width: 0;
  }
  .menu-list li > a:hover:before, .menu-list li > a:focus:before, .menu-list li > a.active:before{
    width: calc(100% - 2em);
    left: 1em;
    background: #0083ca;
  }
  .lang-d{
    display: block;
    width: 100%;
    text-align: center;
  }
  .lang-d button{
    float: none;
    margin: 0;
    border: 0;
    text-transform: uppercase;
    font-size: 0.93em;
    padding: 1em;
    color: #000000!important;
    opacity: 0.4;
  }
  .menu-list li > a:hover, .menu-list li > a:focus, .menu-list li > a.active,
  .menu-list li > button:hover, .menu-list li > button:focus, .menu-list li > button.active{
    color: #0083ca;

  }
  .lang-d ul{
    float: none;
    width: 100%;
    color: #000000;
  }
  .lang li a{
    color: #000000;
    opacity: 0.4;
    padding: 1em 0.5em;
  }
  .lang li a.active{
    opacity: 1;
    color: #0083ca;
  }
  .sidebar ul.social{
    display: inline-block;
    width: 100%;
    margin: 0 0 0 0.5em;
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 2.5em;
  }
  .sidebar ul.social li{
    margin: 0 0.25em;
    padding: 0;
    display: inline-block;
  }
  .sidebar ul.social li a{
    height: 1.5em;
    padding: 0.5em;
    display: inline-block;
  }
  .sidebar ul.social li a svg{
    height: 100%;
    width: auto;
  }
  .copy{
    font-size: 0.625em;
    font-weight: 300;
    text-align: center;
    color: rgba(0, 0, 0, 0.56);
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 1em;
  }
  .main:nth-child(2) .tile>div{
    margin: 0!important;
    opacity: 1!important;
  }
  .main:nth-child(2) .tile-image
  {
    text-align: inherit;
  }
  .tile-image .image
  {
    border-radius: 50% 50% 50% 20%;
    width: 7.5em;
    height: 7.5em;
  }
  .tile-image .image.s1{
    background-image: url(../img/company_1m.png);
  }
  .tile-image .image.s2{
    background-image: url(../img/company_2m.png);
  }
  .tile-image .image.s3{
    background-image: url(../img/company_3m.png);
  }
  .main:nth-child(2){
    height: auto!important;
  }
  .main:nth-child(2) .tiles{
    position: static;
    margin-bottom: 1em;
  }
  .main:nth-child(2) .tile
  {
    height: auto;
    opacity: 0;
    transition: 0.5s;
    -webkit-transform: translate(100%,0);
    -moz-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    -o-transform: translate(100%,0);
    transform: translate(100%,0);;
  }
  .main:nth-child(2) .tile.active{
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
  }
  .main:nth-child(2) .tile .tile-text, .main:nth-child(2) .tile .tile-image{
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
  .main:nth-child(2) .tile-text
  {
    height: 0;
    padding-right: 0;
    width: auto;
    font-size: 0.85em;
    line-height: 1.4;
  }
  .main:nth-child(2) .tile-text-h
  {
    font-size: 1.125em;
  }
  .main:nth-child(2) .line
  {
    left: 0;
  }
  .main:nth-child(2) .get-more
  {
    font-size: 1.875em;
    text-align: left;
    margin-top: 16%;
    margin-left: 0.75em;
  }
  .main:nth-child(2) .tile>div
  {
    padding: 0 0 0 2em;
  }
  .main:nth-child(2) .tile:nth-child(2n) .image
  {
    border-radius: 50% 50% 50% 20%;
  }
  .main:nth-child(2) .tile
  {
    margin-top: 0;
  }
  .main:nth-child(2) .tile:nth-child(2n) .tile-image {
    padding: 0 0 0 2em;
    text-align: inherit;
    float: left;
  }
  .main:nth-child(2) .tile:nth-child(2n) .tile-text {
    text-align: left;
  }
  .main:nth-child(2) .tile:nth-child(2n) .tile-text>div {
    padding: 0 12% 0 1.25em;
  }
  .main:nth-child(3) .s-text
  {
    font-size: 0.875em;
    line-height: 1.64;
    padding-left: 5%;
    padding-right: 5%;
    width: 84%;
    position: absolute;
    bottom: 20%;
  }
  .main:nth-child(3) .h-text
  {
    font-size: 1.75em;
    padding-top: 0;
  }
  .main:nth-child(3) .more-button
  {
    left: 5%;
    bottom: 3%;
    padding-left: 0;
  }
  .main:nth-child(4) .strategy{
    font-size: 1.75em;
    padding: 0;
    margin: 1.75em 0 0 0.72em;
  }
  .main:nth-child(4) ul{
    margin: 0.5em 0 0 1.25em;
    padding: 0;
    position: relative;
  }
  .main:nth-child(4) li{
    padding: 0;
    line-height: inherit;
  }
  .main:nth-child(4) li a{
    line-height: 2.2;
    font-size: 0.75em;
    position: relative;
  }
  .main:nth-child(4) li a:before{
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    top: 40%;
    left: -5em;
    background: #49b449;
    transition: 0.5s ease-out;
  }
  .main:nth-child(4) li a.active-l:before{
    width: 6em;
  }
  .main:nth-child(4) li a.active{
    padding-left: 1.67em;
    padding-right: 0.5em;
    color: #0083ca;
    border-radius: 0.75em;
    background: rgba(255,255,255,0.6);
  }
  .main:nth-child(4) li a.active-s{
    padding-left: 0.84em;
  }
  .main:nth-child(4) li a.active-ss{
    padding-left: 0.5em;
  }
  .main:nth-child(5) .s-text
  {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 0.875em;
    width: 90%;
    margin-top: 16%;
  }
  .main:nth-child(5) .h-text
  {
    line-height: 1.5;
    font-size: 1.875em;
  }
  .main:nth-child(5) p
  {
    margin: 0.5em 0;
  }
  .main:nth-child(5) .graph-dot
  {
    width: 0.825em;
    height: 0.825em;
  }
  .main:nth-child(5) .graph-item {
    left: 16%;
    bottom: 22%;
  }
  .main:nth-child(5) .graph-item:nth-child(2) {
    left: 37%;
    bottom: 19%;
  }
  .main:nth-child(5) .graph-item:nth-child(3) {
    left: 47%;
    bottom: 2%;
  }
  .main:nth-child(5) .graph-item:nth-child(4) {
    left: 70%;
    bottom: 30%;
  }
  .main:nth-child(5) .graph-item:nth-child(5) {
    width: 82%;
    height: 15%;
    left: auto;
    right: 20%;
    bottom: 40%;
  }
  .main:nth-child(5) .graph-text
  {
    width: 14em;
    margin: 0.5em -1.5em;
    font-size: 0.75em;
  }
  .main:nth-child(5) .graph-img
  {
    width: 5em;
    height: 5em;
    font-size: 1.5em;
    padding-top: 2em;
  }
  .main:nth-child(5) .graph-item:nth-child(3) .graph-text
  {
    margin: 0.5em -1.5em;
  }
  .main:nth-child(6) .h-text {
    font-size: 1.75em;
    padding-top: 15%;
    text-align: left;
    padding-left: 5%;
  }
  .main:nth-child(6) .sponsors
  {
    margin: 2% 5% 0 5%;
  }
  .main:nth-child(6) .sponsor {
    width: 20%;
    height: 6em;
    margin: 0.8em;
  }
  .main:nth-child(6) .sponsor:nth-child(1), .main:nth-child(6) .sponsor:nth-child(2), .main:nth-child(6) .sponsor:nth-child(3), .main:nth-child(6) .sponsor:nth-child(4)
  {
    width: 37%;
    height: 4em;
  }
  .main:nth-child(6) .sponsor:nth-child(3)>img
  {
    margin: 0 auto;
  }

  .main:nth-child(7) .footer{
    bottom: 0;
  }
  .footer .social-net{
    margin-bottom: 1em;
  }
  .footer .social-net a{
    padding: 0.5em;
    margin: 0 0.5em;
  }
  .footer .social-net a svg{
    padding: 0;
    height: 1.5em;
    width: auto;
  }
  .footer .footer-text{
    font-size: 0.625em;
    margin-bottom: 0.5em;
  }
  @media (orientation: portrait) {
    .main:nth-child(4) .map{
      width: 100%;
      height: auto;
      top: auto;
      bottom: 0;
    }
    .main:nth-child(4) .map .img{
      width: 100%;
      height: auto;
      margin-bottom: -3px;
    }
    .main:nth-child(7){
      display: block;
    }
    .main:nth-child(7) .h-text{
      position: static;
      font-size: 1.75em;
      padding: 0;
      margin: 2.35em 0 0 0.715em;
      text-align: left;
    }
    .main:nth-child(5) .graph-item:nth-child(5) .graph-dot
    {
      position: absolute;
      right: 0;
      bottom: 0;
    }
    .main:nth-child(5) .graph-item:nth-child(5) .graph-img
    {
      position: absolute;
      right: 0.5em;
      bottom: 0.5em;
      border-radius: 50% 50% 20% 50%;
    }
    .main:nth-child(5) .graph-item:nth-child(5) .graph-text
    {
      position: absolute;
      right: 12em;
      width: 38%;
    }
    .main:nth-child(7) .tiles{
      display: block;
      margin: 2.5em 0 0 1.25em;
      height: auto;
    }
    .main:nth-child(7) .tile{
      display: block;
      width: auto;
      padding: 0;
      text-align: left;
      margin: 0 0 1.5em;
    }
    .main:nth-child(7) .tile-text{
      padding: 0;
      display: block;
      text-align: inherit;
    }
    .main:nth-child(7) .tile-text-h{
      font-size: 1.125em;
      font-weight: 400;
      line-height: 1.61;
      color: rgba(0, 0, 0, 0.64);
    }
    .main:nth-child(7) .tile a{
      font-size: 0.875em;
      line-height: 1.64;
    }
  }
  @media (orientation: landscape) {
    @keyframes kf-btn-bottom {
      0% {
        bottom: 1.75em;
      }
      5% {
        bottom: 1.25em;
      }
      10% {
        bottom: 1.75em;
      }
      15% {
        bottom: 1.25em;
      }
      20% {
        bottom: 1.75em;
      }
    }
    .main:nth-child(1) .bg>div.s1{
      background-image: url(../img/slide-1l.jpg);
    }
    .main:nth-child(1) .bg>div.s2{
      background-image: url(../img/slide-2l.jpg);
    }
    .main:nth-child(1) .bg>div.s3{
      background-image: url(../img/slide-3l.jpg);
    }
    .more-button{
      bottom: calc(33% - 3.3125em);
    }
    .bottom-button svg{
      bottom: 1.75em;
    }
    .menu-list{
      margin-top: 4em;
      padding: 0 20%;
      box-sizing: border-box;
    }
    .menu-list li{
      width: 50%;
    }
    .menu-list li:nth-child(5)>a{
      margin: 0 -12.5%;
      width: 125%;
    }
    .sidebar ul.social li{
      margin: 0 0.5em;
    }
    .sidebar li>a, .sidebar .lang-d button{
      padding: 0.75em 0;
    }
    .sidebar .lang-d li>a{
      padding: 0.75em 1em;
    }
    .lang-d{
      width: 100%;
      display: inline-block;
      padding: 0 20%;
      box-sizing: border-box;
    }
    .lang-d button{
      width: 50%;
    }
    .lang-d ul{
      width: 50%;
      box-sizing: border-box;
      float: left;
      display: inline-block;
      margin: 0;
    }
    .main:nth-child(2) .get-more{
      font-size: 1.75em;
      margin-top: 2em;
    }
    .main:nth-child(2) .tiles{
      font-size: 1em;
      margin-top: 1.25em;
    }
    .main:nth-child(2) .tile{
      text-align: left;
      box-sizing: border-box;
      padding-left: 2em;
      padding-top: 0;
      margin-bottom: 1.875em;
    }
    .main:nth-child(2) .tile:nth-child(2n) .tile-text>div,
    .main:nth-child(2) .tile:nth-child(2n-1)>div:nth-child(2), .main:nth-child(2) .tile:nth-child(2n)>div:nth-child(1),
    .main:nth-child(2) .tile:nth-child(2n) .tile-text{
      padding: 0;
    }
    .main:nth-child(2) .tile .tile-image{
      width: auto;
      float: none;
      padding: 0;
      vertical-align: top;
      margin-right: 1.875em!important;
    }
    .main:nth-child(2) .tile .tile-image .image{
      border-radius: 20% 50% 50% 50%;
    }
    .main:nth-child(2) .tile .tile-text{
      display: inline-block;
      height: auto;
      padding: 0;
      width: 50%;
      line-height: 1.64;
    }
    .main:nth-child(2) .tile .tile-text>div{
      display: inline-block;
      padding: 0;
      width: 100%;
    }
    .main:nth-child(2) .tile-text-h{
      margin-bottom: 0.25em;
      line-height: 1.61;
    }
    .main:nth-child(2) .line>div:nth-child(1) {
      padding-top: 0.5em;
    }
    .main:nth-child(3) .s-text {
      width: 90%;
      bottom: 40%;
    }
    .main:nth-child(3) .more-button
    {
      left: 5%;
      bottom: 5%;
    }
    .main:nth-child(4) .map{
      height: 100%;
    }
    .main:nth-child(4) li a{
      line-height: 1.8;
    }
    .main:nth-child(5) .s-text {
      padding-left: 3%;
      padding-right: 3%;
      margin-top: 9%;
      width: 60%;
      font-size: 0.75em;
    }
    .main:nth-child(5) p {
      margin: 0.2em 0;
      color: rgba(255, 255, 255, 0.64);
    }
    .main:nth-child(5) .graph-dot {
      width: 1.125em;
      height: 1.125em;
    }
    .main:nth-child(5) .graph-img {
      width: 4.5em;
      height: 4.5em;
      font-size: 1em;
      padding-top: 2em;
    }
    .main:nth-child(5) .graph-item:nth-child(1) {
      left: 16%;
      bottom: 10%;
    }
    .main:nth-child(5) .graph-item:nth-child(1) .graph-text {
      vertical-align: middle;
      margin-left: -15em;
      margin-right: 0.5em;
      display: inline-block;
      width: 68%;
    }
    .main:nth-child(5) .graph-item:nth-child(2) {
      left: 36%;
      bottom: 4%;
    }
    .main:nth-child(5) .graph-item:nth-child(3) .graph-text {
      width: 12em;
    }
    .main:nth-child(5) .graph-item:nth-child(4) {
      bottom: 26%;
    }
    .main:nth-child(5) .graph-item:nth-child(5) {
      bottom: 50%;
      right: 3%;
      width: auto;
    }
    .main:nth-child(5) .graph-item:nth-child(5) .graph-img
    {

    }
    .main:nth-child(5) .graph-item:nth-child(5) .graph-text
    {

    }
    .main:nth-child(6) .h-text {
      padding-top: 10%;
    }
    .main:nth-child(6) .sponsor:nth-child(1), .main:nth-child(6) .sponsor:nth-child(2)
    {
      width: 20%;
      height: 4em;
    }
    .main:nth-child(6) .sponsor:nth-child(3), .main:nth-child(6) .sponsor:nth-child(4)
    {
      width: 18%;
      height: 4em;
    }
    .main:nth-child(6) .sponsor {
      width: 11%;
      margin: 0.5em 0.8em;
    }
    .main:nth-child(6) .sponsor>img
    {
      margin: 0;
    }
    .main:nth-child(7) .h-text {
      font-size: 1.75em;
      padding-top: 10%;
      text-align: left;
      padding-left: 5%;
    }
    .main:nth-child(7) .tile-text
    {
      padding: 0;
    }
    .main:nth-child(7) .tile-text-h
    {
      font-size: 1em;
      color: rgba(0, 0, 0, 0.64);
    }
    .main:nth-child(7) .con
    {
      font-size: 0.75em;
    }
  }
}
