@charset "UTF-8";
body {
  font-family: "Futuris", sans-serif; }
  body a {
    text-decoration: none; }

h1 {
  text-transform: uppercase;
  font-family: "IntroBlack";
  font-size: 24pt !important; }

ul {
  font-family: "Futuris", sans-serif; }

p {
  font-family: "Futuris", sans-serif;
  font-size: 15pt !important; }

.null-left {
  margin-left: -45px !important;
  padding-left: 30px; }

.null-right {
  margin-right: -45px !important;
  padding-right: 30px; }

.col-sm-6 {
  width: calc(50% - 30px); }

.m30 {
  margin: 30px  30px !important; }

.high {
  height: 300px !important;
  min-width: 300px;
  width: 40% !important; }

.pic {
  min-width: 300px;
  width: 47%;
  height: 300px;
  margin: 30px 0 !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.form {
  padding: 15px !important; }
  .form p {
    line-height: 1.2; }
    .form p label {
      display: block;
      margin: 10px 0; }
    .form p input {
      width: 100%;
      font-size: 20px; }
    .form p textarea {
      width: 100%;
      font-size: 20px; }
    .form p.s {
      text-align: center; }
      .form p.s button {
        font-size: 20px;
        width: unset;
        margin: 10px auto; }

.call {
  width: 250px !important; }

.w30 {
  width: 40%; }

.h600 {
  height: 600px; }

.pad-left {
  padding-left: 0 !important; }

.fl-right {
  float: right !important;
  margin-right: 0 !important; }

.fl-left {
  float: left !important;
  margin-left: 0 !important; }

.separator {
  width: 100%;
  height: 100px; }

.bg {
  background-image: url("../images/bg.jpg");
  background-attachment: fixed; }

.bg-black {
  background-image: url("../images/bg-black.jpg");
  background-attachment: fixed; }

#top {
  height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none;
  overflow: hidden; }
  #top svg {
    position: absolute;
    top: 5%; }
  #top .title-section {
    position: absolute;
    bottom: 10%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  #top .phone {
    color: inherit;
    font-size: 18pt;
    display: block;
    padding-bottom: 5px; }
  #top .down {
    position: absolute;
    text-align: center;
    bottom: 5%;
    width: 32px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
    -webkit-transform: translate(0, -350px);
    -ms-transform: translate(0, -350px);
    transform: translate(0, -350px); }

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  min-width: 100vh; }

.overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4; }

@media (max-width: 767px) {
  .fullscreen-bg__video {
    display: none; } }

@-webkit-keyframes bounce {
  0%, 70%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50%, 85% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); } }

@keyframes bounce {
  0%, 70%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50%, 85% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); } }

#map {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none; }
  #map .map-wrap {
    width: 800px;
    height: 500px;
    border: 4px solid #fff;
    -webkit-transform: skew(-20deg, 0);
    -ms-transform: skew(-20deg, 0);
    transform: skew(-20deg, 0);
    margin: 3% auto;
    position: relative;
    overflow: hidden; }
    #map .map-wrap:before {
      content: "";
      width: 2500px;
      display: inline-block;
      background: #fff;
      position: absolute;
      left: -2502px;
      top: 50%;
      height: 4px;
      -webkit-transform: skew(-20deg, 0);
      -ms-transform: skew(-20deg, 0);
      transform: skew(-20deg, 0); }
    #map .map-wrap:after {
      content: "";
      width: 2500px;
      display: inline-block;
      background: #fff;
      position: absolute;
      left: 100%;
      top: 50%;
      height: 4px;
      -webkit-transform: skew(-20deg, 0);
      -ms-transform: skew(-20deg, 0);
      transform: skew(-20deg, 0); }
    #map .map-wrap .map {
      -webkit-transform: skew(20deg, 0);
      -ms-transform: skew(20deg, 0);
      transform: skew(20deg, 0);
      transform: skew(20deg, 0);
      width: 126%;
      height: 116%;
      margin-left: -118px;
      margin-top: -46px; }

#last {
  height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none;
  position: relative; }
  #last svg {
    position: absolute;
    top: 45%; }
  #last .wrapp {
    -webkit-transform: skew(-20deg, 0);
    -ms-transform: skew(-20deg, 0);
    transform: skew(-20deg, 0);
    border: 3px solid #fff;
    max-width: 540px;
    text-align: center;
    position: absolute;
    top: 70%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
    #last .wrapp #phone {
      color: #fff;
      font-size: 25pt;
      padding: 10px 30px;
      display: block;
      -webkit-transform: skew(20deg, 0);
      -ms-transform: skew(20deg, 0);
      transform: skew(20deg, 0);
      position: relative;
      font-family: "Lemon"; }
      #last .wrapp #phone:before {
        content: "";
        width: 2500px;
        display: inline-block;
        background: #fff;
        position: absolute;
        left: -2502px;
        top: 50%;
        height: 4px;
        -webkit-transform: skew(-20deg, 0);
        -ms-transform: skew(-20deg, 0);
        transform: skew(-20deg, 0); }
      #last .wrapp #phone:after {
        content: "";
        width: 2500px;
        display: inline-block;
        background: #fff;
        position: absolute;
        left: 100%;
        top: 50%;
        height: 4px;
        -webkit-transform: skew(-20deg, 0);
        -ms-transform: skew(-20deg, 0);
        transform: skew(-20deg, 0); }
      #last .wrapp #phone span {
        font-size: .6em; }

.null-top-bottom {
  margin-top: 0px !important;
  margin-bottom: 0 !important; }

section.black .title-section {
  text-align: center;
  color: #fff !important;
  padding: 15px; }
  section.black .title-section h1 {
    font-size: 1.8em;
    line-height: 1.3;
    font-weight: 800;
    margin: 15px 0;
    text-transform: uppercase;
    font-family: "IntroBlack";
    font-size: 24pt !important; }
  section.black .title-section p {
    line-height: 1.3; }
  section.black .title-section .bottom-border {
    height: 5px;
    background: #fff;
    width: 30%;
    margin: 15px auto;
    -webkit-transform: skew(-30deg, 0);
    -ms-transform: skew(-30deg, 0);
    transform: skew(-30deg, 0); }

#ml-15 {
  margin-left: 15px; }

#mr-15 {
  margin-right: 15px;
  padding-right: 15px; }

section {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0px;
  overflow: hidden; }
  section .title-section {
    text-align: center;
    color: #000;
    padding: 15px; }
    section .title-section h1 {
      font-size: 1.8em;
      font-weight: 800;
      margin: 15px 0; }
    section .title-section p {
      font-family: "Futuris", sans-serif;
      font-size: 15pt !important; }
    section .title-section .bottom-border {
      height: 8px;
      background: #000;
      width: 30%;
      margin: 15px auto;
      -webkit-transform: skew(-30deg, 0);
      -ms-transform: skew(-30deg, 0);
      transform: skew(-30deg, 0); }
  section .content {
    margin: 15px 0; }
    section .content .item {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-width: 300px;
      margin: 0 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      section .content .item .text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 300px; }
      section .content .item .item-img {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 30px 0 !important;
        height: auto;
        min-height: 200px;
        min-width: 300px; }
      section .content .item .fl-right {
        float: right; }
    section .content .title {
      background: #fbf244;
      margin: 30px 0;
      width: calc(100% + 15px); }
      section .content .title h2 {
        margin: 0 15px;
        line-height: 50px;
        font-size: 1.5em;
        font-weight: 800;
        text-transform: uppercase;
        font-family: "IntroBlack";
        font-size: 24pt !important; }
    section .content p {
      font-size: 1.5em;
      line-height: 1.2em;
      margin: 30px 0; }
    section .content .img {
      margin: 15px 0;
      width: 100%;
      height: 200px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    section .content .flex-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 60px 0; }
      section .content .flex-wrap div {
        margin: 15px; }
      section .content .flex-wrap .photo {
        z-index: 100;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: auto;
        min-height: 200px;
        display: inline-block;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important; }
        section .content .flex-wrap .photo.size {
          -webkit-box-flex: 2;
          -ms-flex: 2;
          flex: 2; }
      section .content .flex-wrap .punkt {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2; }
        section .content .flex-wrap .punkt h1 {
          position: relative;
          font-size: 1.5em;
          font-weight: 600;
          margin-left: 10px; }
          section .content .flex-wrap .punkt h1.big {
            padding-left: 30px; }
            section .content .flex-wrap .punkt h1.big:before {
              width: 60px; }
          section .content .flex-wrap .punkt h1:before {
            content: "";
            margin-right: 10px;
            width: 30px;
            display: inline-block;
            background: yellow;
            position: absolute;
            left: -40px;
            height: 100%; }
        section .content .flex-wrap .punkt p {
          font-size: 1.2em;
          margin-left: 15px;
          padding-left: 30px;
          margin: 30px 0 30px 15px; }
        section .content .flex-wrap .punkt p.black-market {
          position: relative; }
          section .content .flex-wrap .punkt p.black-market.big {
            padding-left: 70px; }
            section .content .flex-wrap .punkt p.black-market.big:before {
              width: 100px; }
          section .content .flex-wrap .punkt p.black-market:before {
            content: "";
            width: 30px;
            margin-right: 10px;
            display: inline-block;
            background: #000;
            position: absolute;
            left: -40px;
            margin-top: 3px;
            height: 12px; }
        section .content .flex-wrap .punkt ul.list {
          margin: 30px 0;
          background: #FBF244;
          padding: 10px 0;
          padding-left: 30px; }
        section .content .flex-wrap .punkt ul.list > li {
          display: inline-block;
          list-style: disc;
          font-size: 1.2em;
          font-weight: 600;
          margin: 0 15px; }
          section .content .flex-wrap .punkt ul.list > li:before {
            content: "•";
            margin-right: 5px;
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2); }
        section .content .flex-wrap .punkt span.bg-yellow {
          background: #FBF244;
          display: inline-block;
          line-height: 1.3;
          padding: 10px 0;
          padding-left: 60px;
          font-weight: 600; }
    section .content .flex-wrap-column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      section .content .flex-wrap-column .photos-top {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        section .content .flex-wrap-column .photos-top a img {
          height: 200px;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
      section .content .flex-wrap-column .photos-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: -3px; }
        section .content .flex-wrap-column .photos-bottom a img {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          height: 320px;
          margin: 0; }

.soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.soc-block {
  width: 200px;
  height: 150px;
  margin: 0 30px !important;
  position: relative; }
  .soc-block .over {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    margin-left: -20px !important;
    overflow: hidden;
    border: 3px solid #000;
    -webkit-transform: skew(-20deg, 0);
    -ms-transform: skew(-20deg, 0);
    transform: skew(-20deg, 0); }
    .soc-block .over #vk {
      background-position-x: -60px; }
    .soc-block .over .bg-soc {
      width: 300px;
      height: 100%;
      margin: 0 !important;
      margin-left: -26px !important;
      background-size: cover;
      background-position: top;
      background-repeat: no-repeat;
      -webkit-transform: skew(20deg, 0);
      -ms-transform: skew(20deg, 0);
      transform: skew(20deg, 0); }
  .soc-block .icon {
    width: 80px;
    height: 50px;
    background: #000;
    position: absolute;
    top: -20px;
    left: -60px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: skew(-20deg, 0);
    -ms-transform: skew(-20deg, 0);
    transform: skew(-20deg, 0); }
    .soc-block .icon svg {
      -webkit-transform: skew(20deg, 0);
      -ms-transform: skew(20deg, 0);
      transform: skew(20deg, 0); }

.img {
  margin: 0 !important; }

.napravlenii {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  margin: 30px 0 0 30px !important;
  padding: 15px 30px;
  border-left: 8px solid #000;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }
  .napravlenii ul li {
    line-height: 1.5; }

table {
  width: 100%;
  text-align: center;
  table-layout: fixed; }
  table td {
    width: 100%; }
  table thead {
    color: #fff;
    font-weight: 1000;
    font-size: 1.2em;
    line-height: 1.5em;
    background: #000; }
    table thead tr {
      padding: 15px 0; }
    table thead th {
      padding: 10px 0;
      text-align: center; }
  table tbody tr td {
    padding: 20px 15px;
    overflow: hidden;
    font-weight: 100;
    text-align: center;
    border: 1px solid #000 maroon; }
    table tbody tr td ul {
      display: block;
      text-align: left;
      padding: 0 15%;
      list-style-image: url(../images/giria.svg); }
      table tbody tr td ul li {
        margin: 5px auto; }

table tr#null td {
  border: none; }

table td:not(:last-child) {
  border-right: 1px solid #000; }

table tbody {
  margin-top: 100px; }

.parallelogram {
  width: 90%;
  background: #FBF244;
  -webkit-transform: skew(-20deg, 0);
  -ms-transform: skew(-20deg, 0);
  transform: skew(-20deg, 0);
  padding: 10px 30px;
  margin-left: -30px; }
  .parallelogram span {
    display: block;
    -webkit-transform: skew(20deg, 0);
    -ms-transform: skew(20deg, 0);
    transform: skew(20deg, 0);
    font-family: "IntroBlack"; }
  .parallelogram.b {
    color: #FBF244;
    background: #000; }

.parall {
  background: #FBF244;
  -webkit-transform: skew(-20deg, 0);
  -ms-transform: skew(-20deg, 0);
  transform: skew(-20deg, 0);
  padding: 10px 30px;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  font-weight: 800;
  font-size: 24px;
  -webkit-box-shadow: 10px 8px 0px 0px black;
  -moz-box-shadow: 10px 8px 0px 0px black;
  box-shadow: 10px 8px 0px 0px black; }
  .parall span {
    display: block;
    -webkit-transform: skew(20deg, 0);
    -ms-transform: skew(20deg, 0);
    transform: skew(20deg, 0);
    font-family: "IntroBlack"; }
  .parall.b {
    color: #FBF244;
    background: #000;
    -webkit-box-shadow: 10px 8px 0px 0px #fbf244;
    -moz-box-shadow: 10px 8px 0px 0px #fbf244;
    box-shadow: 10px 8px 0px 0px #fbf244; }

.parall-big {
  background: #fb1331;
  color: #fff;
  -webkit-transform: skew(-20deg, 0);
  -ms-transform: skew(-20deg, 0);
  transform: skew(-20deg, 0);
  padding: 10px 30px;
  text-align: center;
  margin: 0 auto;
  font-weight: 800;
  font-size: 24px;
  -webkit-box-shadow: 10px 8px 0px 0px black;
  -moz-box-shadow: 10px 8px 0px 0px black;
  box-shadow: 10px 8px 0px 0px black; }
  .parall-big.white {
    color: #fff;
    font-weight: 600;
    margin: 0 !important;
    font-size: 1.5em;
    padding: 20px 40px; }
  .parall-big.yellow {
    background: #F9EA43;
    color: #000; }
  .parall-big.b {
    background: #000;
    -webkit-box-shadow: 10px 8px 0px 0px #fbf244;
    -moz-box-shadow: 10px 8px 0px 0px #fbf244;
    box-shadow: 10px 8px 0px 0px #fbf244; }
  .parall-big span {
    display: block;
    -webkit-transform: skew(20deg, 0);
    -ms-transform: skew(20deg, 0);
    transform: skew(20deg, 0);
    font-family: "IntroBlack"; }

span.big-text {
  font-size: 2em !important; }

ul.girja {
  text-align: left !important;
  height: auto;
  list-style-image: url(../images/giria.svg);
  font-size: .9em; }
  ul.girja li {
    margin: 20px auto;
    font-size: 1.5em; }

.stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .stat .item-stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .stat .item-stat .small-svg {
      width: 64px;
      height: 64px;
      margin: 0; }
    .stat .item-stat .stat-text span {
      float: right;
      height: 100%;
      font-size: 1em;
      line-height: 1.5;
      text-align: left !important; }
      .stat .item-stat .stat-text span b {
        font-size: 1.3em;
        font-weight: 800;
        font-family: "IntroBlack"; }

.item-treb > span {
  display: block;
  margin-top: 30px;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.2em; }

.naklon-photo {
  -webkit-transform: skew(-20deg, 0);
  -ms-transform: skew(-20deg, 0);
  transform: skew(-20deg, 0);
  overflow: hidden;
  margin-top: 10% !important;
  margin-left: 21% !important;
  margin-bottom: -60% !important;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: -34px 28px 5px 0px rgba(251, 242, 68, 0.38);
  -moz-box-shadow: -34px 28px 5px 0px rgba(251, 242, 68, 0.38);
  box-shadow: -34px 28px 5px 0px rgba(251, 242, 68, 0.38); }
  .naklon-photo img {
    -webkit-transform: skew(20deg, 0);
    -ms-transform: skew(20deg, 0);
    transform: skew(20deg, 0);
    width: 150%;
    margin-left: -30%;
    height: 100%; }

.photo-open {
  width: 100%;
  margin: 30px 0 60px;
  background-size: contain !important;
  background-repeat: no-repeat !important; }
  .photo-open img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px; }

.table {
  overflow: scroll;
  min-width: 600px; }

.md-show {
  visibility: hidden;
  display: none; }

.whale {
  position: absolute;
  top: 90%;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0; }
  .whale svg {
    width: 150px; }

@media screen and (max-width: 800px) {
  .md-show {
    visibility: visible;
    display: block; }
  .md-hide {
    display: none; }
  .parall {
    width: 150px;
    font-size: 20px; }
  .parallelogram {
    width: 110%; }
  .flex-wrap.reverse-md {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
    margin-top: 0px !important; }
  .flex-wrap.md-c0l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .svg {
    width: 30%; }
  h1 {
    font-size: 20pt !important; }
  .soc {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%; }
  section {
    padding: 0px; }
    section .content .flex-wrap-column .photos-top a:last-child {
      display: none; }
    section .content .flex-wrap-column .photos-top a:first-child {
      display: none; }
    section .content .flex-wrap-column .photos-bottom a:first-child {
      display: none; }
    section .content .flex-wrap {
      margin: 15px 0; }
      section .content .flex-wrap .item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 300px;
        margin: 0 15px; }
        section .content .flex-wrap .item .title {
          padding: 0; }
          section .content .flex-wrap .item .title h2 {
            font-size: 14pt !important; }
      section .content .flex-wrap .photo {
        -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
        flex: 1.5;
        max-height: 600px; }
      section .content .flex-wrap .punkt span.bg-yellow {
        padding: 10px !important;
        margin: 0 !important; } }

@media screen and (max-width: 500px) {
  #ml-15 {
    margin-left: 0px; }
  #mr-15 {
    margin-right: 0px;
    padding-right: 0px; }
  section #section-table {
    overflow: scroll; }
    section #section-table table {
      min-width: 900px; }
  .parallelogram {
    width: 78%; }
  .parall {
    width: 120px; }
  #map .map-wrap {
    width: 100%;
    height: 400px;
    -webkit-transform: skew(0deg, 0);
    -ms-transform: skew(0deg, 0);
    transform: skew(0deg, 0);
    border: none; }
    #map .map-wrap .map {
      width: 100%;
      height: 100%;
      margin-left: 0px;
      margin-top: 0px;
      -webkit-transform: skew(0deg, 0);
      -ms-transform: skew(0deg, 0);
      transform: skew(0deg, 0); }
  #last .wrapp {
    max-width: 280px; }
    #last .wrapp #phone {
      padding: 15px;
      font-size: 20pt; }
  .reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-wrap.reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  h1 {
    font-size: 15pt !important; }
  .fl-right {
    margin-right: 15px !important; }
  .fl-left {
    margin-left: 15px !important; }
  .pic {
    margin: 15px 15px !important;
    width: 100%; }
  .soc .soc-block {
    margin: 30px 30px !important; }
  .parall-big {
    font-size: 20px;
    padding: 10px 20px;
    width: auto !important; }
  .stat .item-stat {
    margin: 0px !important; }
    .stat .item-stat .small-svg {
      width: 48px;
      height: 48px; }
    .stat .item-stat .stat-text span {
      line-height: 1; }
  section {
    padding: 0; }
    section p {
      text-align: justify; }
    section .content .flex-wrap-column .photos-top {
      height: 150px; }
    section .content .flex-wrap-column .photos-top a:nth-child(4) {
      display: none; }
    section .content .flex-wrap-column .photos-bottom a:first-child {
      display: block; }
    section .content .flex-wrap {
      margin: 15px 0; }
      section .content .flex-wrap .item .text {
        margin: 0; }
        section .content .flex-wrap .item .text .title {
          padding: 0;
          margin: 15px 0 !important;
          width: 100%; }
          section .content .flex-wrap .item .text .title h2 {
            font-size: 14pt !important; }
      section .content .flex-wrap .photo {
        min-width: 200px;
        min-height: 300px;
        background-position-y: top !important; }
      section .content .flex-wrap .punkt p {
        margin-left: 0;
        padding-left: 0; }
      section .content .flex-wrap .punkt span.bg-yellow {
        padding: 10px !important;
        margin: 0 !important; }
  section#last p {
    text-align: center; }
  section#last svg {
    top: 50%; } }
