@import url('reset.css');
@import url('font-awesome.min.css');
@import url('jquery.fancybox.min.css');
@import url('magnific-popup.css');
@import url('slick-theme.css');
@import url('slick.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.default.min.css');
@import url('fonts.css');

@-webkit-keyframes movingShadow {

  0%,
  to {
    -webkit-box-shadow: 0 20px 30px 0 rgba(36, 156, 229, .6);
    box-shadow: 0 20px 30px 0 rgba(36, 156, 229, .6)
  }

  25% {
    -webkit-box-shadow: -20px 0 30px 0 rgba(36, 156, 229, .6);
    box-shadow: -20px 0 30px 0 rgba(36, 156, 229, .6)
  }

  50% {
    -webkit-box-shadow: 0 -20px 30px 0 rgba(36, 156, 229, .6);
    box-shadow: 0 -20px 30px 0 rgba(36, 156, 229, .6)
  }

  75% {
    -webkit-box-shadow: 20px 0 30px 0 rgba(36, 156, 229, .6);
    box-shadow: 20px 0 30px 0 rgba(36, 156, 229, .6)
  }
}

@keyframes movingShadow {

  0%,
  to {
    -webkit-box-shadow: 0 20px 30px 0 rgba(36, 156, 229, .6);
    box-shadow: 0 20px 30px 0 rgba(36, 156, 229, .6)
  }

  25% {
    -webkit-box-shadow: -20px 0 30px 0 rgba(36, 156, 229, .6);
    box-shadow: -20px 0 30px 0 rgba(36, 156, 229, .6)
  }

  50% {
    -webkit-box-shadow: 0 -20px 30px 0 rgba(36, 156, 229, .6);
    box-shadow: 0 -20px 30px 0 rgba(36, 156, 229, .6)
  }

  75% {
    -webkit-box-shadow: 20px 0 30px 0 rgba(36, 156, 229, .6);
    box-shadow: 20px 0 30px 0 rgba(36, 156, 229, .6)
  }
}

@-webkit-keyframes right {
  0% {
    background-size: 0 100%
  }

  to {
    background-size: 100% 100%
  }
}

@keyframes right {
  0% {
    background-size: 0 100%
  }

  to {
    background-size: 100% 100%
  }
}

@-webkit-keyframes rightBlue {
  0% {
    background-size: 0 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #4cbbff), to(transparent));
    background-image: linear-gradient(to right, #4cbbff 100%, transparent 100%)
  }

  to {
    background-size: 100% 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #4cbbff), to(transparent));
    background-image: linear-gradient(to right, #4cbbff 100%, transparent 100%)
  }
}

@keyframes rightBlue {
  0% {
    background-size: 0 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #4cbbff), to(transparent));
    background-image: -o-linear-gradient(left, #4cbbff 100%, transparent 100%);
    background-image: linear-gradient(to right, #4cbbff 100%, transparent 100%)
  }

  to {
    background-size: 100% 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #4cbbff), to(transparent));
    background-image: -o-linear-gradient(left, #4cbbff 100%, transparent 100%);
    background-image: linear-gradient(to right, #4cbbff 100%, transparent 100%)
  }
}

@-webkit-keyframes arrowDown {

  0%,
  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  55% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
}

@keyframes arrowDown {

  0%,
  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  55% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
}
@-webkit-keyframes rotate {

  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {

  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body {
  font-family: 'Proba Pro', sans-serif
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700
}

embed,
img,
svg {
  max-width: 100%;
  max-height: 100%
}

a,
a:before,
header .innerWrapper .navigation ul li a:before {
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

a {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  position: relative
}

a:before,
header .innerWrapper .navigation ul li a:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #4cbbff
}

a:hover,
header .innerWrapper .navigation ul li a:hover {
  color: #4cbbff
}

a:hover:before,
header .innerWrapper .navigation ul li a:hover:before {
  width: 100%
}

.slick-slider .draggable,
.slick-slider .draggable .slick-track {
  min-width: 100%;
  min-height: 1px
}

.slick-slider .img_wrap img {
  min-width: auto;
  min-height: 1px;
}

.slick-dots li button,
br.later,
br.later2,
br.tabO,
header .innerWrapper .additionalBtns .phone:before,
header .innerWrapper .logo:before,
header .innerWrapper .navigation .contactsMob a:hover:before {
  display: none
}

br.tab {
  display: inline;
}

@media (min-width: 600px) {
  br.tab {
    display: none
  }

  br.later,
  br.tabO {
    display: inline
  }
}

@media (min-width: 1000px) {
  br.desk {
    display: none
  }

  br.later2 {
    display: inline
  }

  br.tabO {
    display: none
  }
}

.siteWidth {
  max-width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  position: relative
}


br.s{
  display: inline;
}
br.m{
  display: none;
}
br.l{
  display: none;
}
br.xl{
  display: none;
}

@media (min-width: 576px) {
  br.s{
    display: inline;
  }
}

@media (min-width: 765px) {
  br.s{
    display: none;
  }
  br.m{
    display: inline;
  }
}

@media (min-width: 991px) {
  br.m{
    display: none;
  }
  br.l{
    display: inline;
  }
}

@media (min-width: 1200px) {
  br.l{
    display: none;
  }
  br.xl{
    display: inline;
  }
}


@media (min-width: 576px) {
  .siteWidth {
    max-width: 570px
  }
}

@media (min-width: 765px) {
  .siteWidth {
    max-width: 750px
  }
}

@media (min-width: 991px) {
  .siteWidth {
    max-width: 990px
  }
}

@media (min-width: 1200px) {
  .siteWidth {
    max-width: 1170px
  }
}

.siteWidth2 {
  max-width: 1920px;
  margin: 0 auto
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  position: relative
}

@media(min-width:991px) {
  .siteWidth2.container-fluid {
    width: 92%;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px
}

.row0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0
}

.col0 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0
}

.img_wrap {
  position: relative;
  width: 100%;
  padding-bottom: 100%
}

.btn,
.img_wrap .el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

.img_wrap .el {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

.img_wrap .el iframe,
.img_wrap .el img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto
}

.btn {
  cursor: pointer;
  outline: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 16px;
  letter-spacing: 1.6px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-family: 'DIN Alternate', sans-serif;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 20px 35px 0 rgba(36, 156, 229, .9);
  box-shadow: 0 20px 35px 0 rgba(36, 156, 229, .9);
  -webkit-animation: movingShadow 5s infinite linear;
  animation: movingShadow 5s infinite linear;
  background-color: #4cbbff
}

.btn svg {
  fill: #fff;
  width: 8px;
  height: 12px;
  margin-left: 7px
}

.btn:hover {
  background-color: #000000;
  color: #fff
}

@media(min-width: 991px) {
  .btn {
    background-color: #000000;
  }

  .btn svg {}

  .btn:hover {
    background-color: #4cbbff;
  }

  .btn:hover svg {}
}

.btn:active {
  background-color: #e2e2e2;
  color: #fff
}

.btn:disabled {
  cursor: not-allowed;
  background-color: #ddd
}

h1.title {
  font-size: 9vw;
  line-height: 9vw;
  text-align: center
}

@media (min-width: 576px) {
  h1.title {
    font-size: 50px;
    line-height: 44px
  }
}

@media (min-width: 765px) {
  h1.title {
    font-size: 56px;
    line-height: 50px
  }
}

@media (min-width: 991px) {
  h1.title {
    text-align: left
  }
}

@media (min-width: 1200px) {
  h1.title {
    font-size: 70px;
    line-height: 65px
  }
}

@media (min-width: 1550px) {
  h1.title {
    font-size: 70px;
    line-height: 72px
  }
}

h1.title,
h2.title,
header .innerWrapper .navigation ul li a {
  font-family: 'DIN Alternate', sans-serif;
  color: #000;
  font-weight: 700
}

h2.title {
  font-size: 9vw;
  text-align: center;
  margin-bottom: 30px
}

@media (min-width: 576px) {
  h2.title {
    font-size: 45px
  }
}

@media (min-width: 765px) {
  h2.title {
    font-size: 45px
  }
}

@media (min-width: 991px) {
  h2.title {
    font-size: 60px
  }
}

.desc {
  position: relative;
  padding-left: 15vw;
  font-family: 'Proba Pro', sans-serif;
  font-weight: 400;
  font-size: 6vw;
  line-height: 1.2;
  color: #7d7d7d
}

.desc span,
.slick-dots li {
  background-repeat: no-repeat
}

.desc span {
  color: #000;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  background-position: left bottom;
  background-size: 0 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #000), to(transparent));
  background-image: -o-linear-gradient(left, #000 100%, transparent 100%);
  background-image: linear-gradient(to right, #000 100%, transparent 100%)
}

.desc .arrow,
.desc:before {
  position: absolute;
  width: 9vw;
  height: 9vw
}

.desc:before {
  content: '';
  background-image: url(../img/svg/rightArrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0
}

@media (min-width: 576px) {
  .desc:before {
    width: 22px;
    height: 22px
  }
}

.desc .arrow {
  left: 0;
  bottom: -45px;
  fill: #000;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

@media (min-width: 576px) {
  .desc .arrow {
    left: 90px;
    width: 22px;
    height: 22px
  }
}

@media (min-width: 991px) {
  .desc .arrow {
    left: 0
  }
}

.desc.run span {
  background-size: 100% 2px
}

.desc.down:before {
  display: none;
  background-image: url(../img/svg/downArrow.svg);
  top: unset;
  left: 12vw;
  bottom: -45px
}

@media (min-width: 576px) {
  .desc.down:before {
    left: 90px
  }
}

@media (min-width: 991px) {
  .desc.down:before {
    left: 0
  }
}

@media (min-width: 576px) {
  .desc {
    font-size: 20px;
    line-height: 26px
  }
}

@media (min-width: 765px) {
  .desc {
    padding-left: 90px
  }
}

@media (min-width: 991px) {
  .desc {
    padding-left: 100px;
    font-size: 24px;
    line-height: 30px
  }
}

.content_title {
  font-family: 'DIN Alternate', sans-serif;
  font-size: 5.8vw;
  line-height: 1.2;
  color: #000;
  font-weight: 700
}

@media (min-width: 576px) {
  .content_title {
    font-size: 18px;
    line-height: 22px
  }
}

@media (min-width: 765px) {
  .content_title {
    font-size: 20px;
    line-height: 24px
  }
}

.content_text {
  font-family: 'Proba Pro', sans-serif;
  font-weight: 400;
  font-size: 5vw;
  line-height: 1.2;
  color: #7d7d7d
}

@media (min-width: 576px) {
  .content_text {
    font-size: 15px;
    line-height: 19px
  }
}

@media (min-width: 765px) {
  .content_text {
    font-size: 16px;
    line-height: 21px
  }
}

main {
  overflow: hidden
}

.slick-arrow {
  cursor: pointer;
  width: 46px;
  height: 36px;
  border-radius: 0;
  fill: #000;
  position: absolute;
  background-color: #fff;
  z-index: 100;
  border: 0;
  margin: auto;
  padding: 10px 0;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  bottom: 0
}

.slick-arrow.prev__arrow {
  right: 36px;
  padding-left: 15px
}

@media (min-width: 991px) {
  .slick-arrow.prev__arrow {
    right: 46px
  }
}

.slick-arrow.next__arrow {
  padding-right: 15px;
  right: 0
}

.slick-arrow:hover svg {
  fill: #999
}

@media (min-width: 991px) {
  .slick-arrow {
    width: 46px;
    height: 42px
  }
}

.slick-dots {
  width: auto;
  left: 50%;
  bottom: 15px;
  padding: 13px 0;
  border-radius: 35px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
  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
}

.slick-dots li {
  position: relative;
  width: 11vw;
  height: 2px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .3);
  background-size: 100% 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #fff), to(transparent));
  background-image: -o-linear-gradient(left, #fff 100%, transparent 100%);
  background-image: linear-gradient(to right, #fff 100%, transparent 100%)
}

.slick-dots li.slick-active {
  -webkit-animation: right 4500ms linear forwards;
  animation: right 4500ms linear forwards
}

.section9 .innerWrapper .questionsBlock .progressBar li.active ~ li,
.slick-dots li.slick-active ~ li {
  background-size: 0 0
}

@media (min-width: 576px) {
  .slick-dots li {
    width: 45px
  }
}

.slick-dots:after,
.slick-dots:before {
  position: absolute;
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  top: -10px;
  color: #fff;
  font-size: 12px
}

.slick-dots:before {
  left: 10px;
  content: attr(data-current)
}

.slick-dots:after {
  content: attr(data-count);
  right: 10px
}

header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  padding: 7px 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

header .innerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.slick-dots li,
header .innerWrapper .logo {
  display: inline-block
}

header .innerWrapper .logo .icon {
  width: 25px;
  height: 38px;
  fill: #000;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

@media (min-width: 576px) {
  header .innerWrapper .logo .icon {
    width: 30px;
    height: 45px
  }
}

@media (min-width: 765px) {
  header .innerWrapper .logo .icon {
    width: 38px;
    height: 60px
  }
}

header .innerWrapper .logo:hover .icon {
  fill: #4cbbff
}

header .innerWrapper,
header .innerWrapper .navigation,
header .innerWrapper .navigation ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

header .innerWrapper .navigation {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  height: 100%;
  background-color: #fff;
  left: -100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  overflow: scroll;
}
header .innerWrapper .navigation .navWrapper{
  min-height: 760px;
  height: 100vh;
  position:relative;
}
header .innerWrapper .navigation ul {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 70%;
  width: 75%;
  max-height: 350px;
}

header .innerWrapper .navigation ul li a {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1.6px
}

header .innerWrapper .navigation ul li a:active {
  color: #999
}

@media (min-width: 991px) {
  header .innerWrapper .navigation .navWrapper{
    min-height: unset;
    height: auto;
  }
  header .innerWrapper .navigation ul li a {
    color: #000;
    font-size: 12px;
    font-weight: 700
  }
}
@media (min-width: 1200px) {
  header .innerWrapper .navigation ul li a {
    font-size: 13px;
  }
}
header .innerWrapper .navigation ul li.callMob {
  width: 100%;
  text-align: center;
  margin-top: 20px
}

@media (min-width: 765px) {
  header .innerWrapper .navigation ul li.callMob {
    display: none
  }
}

@media (min-width: 991px) {
  header .innerWrapper .navigation ul {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 550px
  }
}

@media (min-width: 1200px) {
  header .innerWrapper .navigation ul {
    max-width: 100%
  }
}

header .innerWrapper .navigation .closeMenu {
  position: absolute;
  z-index: 10;
  top: 25px;
  right: 25px;
  cursor: pointer;
  background-color: transparent;
  border: 0
}

header .innerWrapper .navigation .closeMenu .icon {
  width: 20px;
  fill: #173c3d;
  height: 17px
}

@media (min-width: 991px) {
  header .innerWrapper .navigation .closeMenu {
    display: none
  }
}

header .innerWrapper .navigation .callRequestMob {
  display: inline-block;
  font-family: 'DIN Alternate', sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #dedede;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  max-width: 200px;
  margin-left: auto;
  color: #000;
  margin-right: auto;
  background-color: #fff;
  -webkit-transition: all .45s ease-in-out;
  -o-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out
}

header .innerWrapper .navigation .callRequestMob:hover {
  background-color: #4cbbff;
  border-color: #4cbbff;
  color: #fff
}

header .innerWrapper .navigation .callRequestMob:active {
  background-color: #dedede;
  border-color: #dedede;
  color: #4cbbff
}

@media (min-width: 765px) {
  header .innerWrapper .navigation .callRequestMob {
    display: none
  }
}

header .innerWrapper .navigation .contactsMob {
  position: absolute;
  bottom: 255px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 270px
}

header .innerWrapper .navigation .contactsMob a {
  text-align: center;
  display: block;
  margin-bottom: 10px
}

header .innerWrapper .navigation .contactsMob a,
header .innerWrapper .navigation .contactsMob span {
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000
}

@media (min-width: 991px) {
  header .innerWrapper .navigation .contactsMob {
    display: none
  }
}

header .innerWrapper .navigation .socialMob {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 190px;
  text-align: center;
  bottom: 150px;
}


header .innerWrapper .navigation .socialMob a {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 7px 10px;
}

header .innerWrapper .navigation .socialMob a:hover {
  fill: #4cbbff;
}

header .innerWrapper .navigation .socialMob a:before {
  display: none;
}

@media (min-width: 991px) {
  header .innerWrapper .navigation .socialMob {
    display: none
  }

  header .innerWrapper .navigation {
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    overflow: unset;
  }
}

@media (min-width: 1200px) {
  header .innerWrapper .navigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%
  }
}

header .innerWrapper .additionalBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

header .innerWrapper .additionalBtns .phone {
  font-family: 'DIN Alternate', sans-serif;
  display: inline-block;
  width: 160px;
  text-align: center;
  font-weight: 700;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  margin: auto
}

@media (min-width: 576px) {
  header .innerWrapper .additionalBtns .phone {
    font-size: 16px
  }
}

@media (min-width: 765px) {
  header .innerWrapper .additionalBtns .phone {
    margin: unset;
    position: static;
    width: auto
  }
}

footer .innerWrapper .addressBlock a:before,
footer .innerWrapper .infoBlock .contacts a:hover:before,
footer .innerWrapper .infoBlock .social a:hover:before,
footer .innerWrapper .justiceBlock .politics a:hover:before,
footer .innerWrapper .logo:hover:before,
header .innerWrapper .additionalBtns .callRequest {
  display: none
}

@media (min-width: 765px) {
  header .innerWrapper .additionalBtns .callRequest {
    display: inline-block;
    cursor: pointer;
    font-family: 'DIN Alternate', sans-serif;
    font-size: 14px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #dedede;
    width: 100%;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    max-width: 190px;
    background-color: #fff;
    -webkit-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out
  }

  header .innerWrapper .additionalBtns .callRequest:hover {
    background-color: #4cbbff;
    border-color: #4cbbff;
    color: #fff
  }

  header .innerWrapper .additionalBtns .callRequest:active {
    background-color: #dedede;
    border-color: #dedede;
    color: #4cbbff
  }
}

header .innerWrapper .additionalBtns .openMenu {
  background-color: transparent;
  border: 0
}

header .innerWrapper .additionalBtns .openMenu .icon {
  width: 26px;
  height: 16px;
  fill: #173c3d
}

@media (min-width: 576px) {
  header .innerWrapper .additionalBtns .openMenu .icon {
    width: 32px;
    height: 22px
  }
}

@media (min-width: 991px) {
  header .innerWrapper .additionalBtns .openMenu {
    display: none
  }
}

@media (min-width: 765px) {
  header .innerWrapper .additionalBtns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 991px) {
  header .innerWrapper .additionalBtns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px
  }
}

.section1,
header.fixed {
  background-color: #fff
}

footer .innerWrapper,
header.successHeader .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

header.successHeader .wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

header.successHeader .wrapper .logo {
  display: inline-block
}

header.successHeader .wrapper .logo .icon {
  width: 50px;
  height: 30px;
  fill: #000;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

@media (min-width: 600px) {
  header.successHeader .wrapper .logo .icon {
    width: 40px;
    height: 25px
  }
}

@media (min-width: 1000px) {
  header.successHeader .wrapper .logo .icon {
    width: 110px;
    height: 65px
  }
}

header.successHeader .wrapper .phone {
  display: inline-block;
  width: 160px;
  text-align: center;
  font-weight: 700
}

@media (min-width: 600px) {
  header.successHeader .wrapper .phone {
    position: static;
    margin-right: 25px
  }
}

@media (min-width: 1000px) {
  header.successHeader .wrapper .phone {
    margin-right: 0
  }
}

@media (min-width: 576px) {
  header {
    padding: 12px 0
  }
}

@media (min-width: 991px) {
  header {
    padding: 10px 0
  }
}

@media (min-width: 1200px) {
  header {
    padding: 5px 0
  }
}

footer {
  background-color: #2f374b;
  padding: 40px 0
}

footer .innerWrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

footer .innerWrapper .logo {
  text-align: center;
  fill: #fff;
  width: 50px;
  height: 75px
}

footer .innerWrapper .logo:hover {
  fill: #4cbbff
}

@media (min-width: 991px) {
  footer .innerWrapper .logo {
    width: 45px;
    height: 68px
  }
}

footer .innerWrapper .justiceBlock {
  text-align: center;
  margin-bottom: 25px
}

.section1 .innerWrapper .textBlock .desc span,
footer .innerWrapper .justiceBlock span {
  display: inline-block;
  margin-bottom: 15px;
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700
}

footer .innerWrapper .justiceBlock span {
  font-size: 14px;
  color: #888b94
}

@media (min-width: 991px) {
  footer .innerWrapper .justiceBlock span {
    margin-bottom: 10px
  }
}

footer .innerWrapper .justiceBlock .politics a {
  display: block;
  text-align: center;
  color: #636774;
  text-decoration: none;
  margin-bottom: 5px
}

footer .innerWrapper .justiceBlock .politics a:hover {
  text-decoration: none;
  color: #4cbbff
}

@media (min-width: 991px) {
  footer .innerWrapper .justiceBlock .politics a {
    text-align: left
  }

  footer .innerWrapper .justiceBlock {
    margin-bottom: unset;
    text-align: left
  }
}

footer .innerWrapper .addressBlock {
  margin-bottom: 25px
}

footer .innerWrapper .addressBlock .title,
footer .innerWrapper .addressBlock a {
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center
}

@media (min-width: 991px) {
  footer .innerWrapper .addressBlock .title {
    text-align: left;
    line-height: 14px;
    margin-bottom: 5px;
  }
}

footer .innerWrapper .addressBlock a {
  display: block;
  font-family: 'Proba Pro', sans-serif;
  font-weight: 400;
  color: #9c9c9c
}

footer .innerWrapper .addressBlock a:hover,
footer .innerWrapper .infoBlock .contacts a:hover {
  color: #4cbbff
}

@media (min-width: 991px) {
  footer .innerWrapper .addressBlock a {
    text-align: left
  }

  footer .innerWrapper .addressBlock {
    margin-bottom: 0
  }
}

footer .innerWrapper .infoBlock {
  text-align: center;
  margin-bottom: 25px
}

footer .innerWrapper .infoBlock .contacts {
  margin-bottom: 25px;
  width: 270px
}

footer .innerWrapper .infoBlock .contacts a {
  display: block;
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px
}

@media (min-width: 991px) {
  footer .innerWrapper .infoBlock .contacts a {
    font-size: 14px;
    text-align: left
  }

  footer .innerWrapper .infoBlock .contacts {
    width: auto;
    margin-bottom: 10px
  }
}

footer .innerWrapper .infoBlock .social {
  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;
  width: 190px;
  margin-left: auto;
  margin-right: auto
}

footer .innerWrapper .infoBlock .social a {
  display: inline-block;
  width: 28px;
  height: 28px;
  fill: #fff
}

.section1 .innerWrapper .textBlock .smallSocials a:hover,
footer .innerWrapper .infoBlock .social a:hover {
  fill: #4cbbff
}

@media (min-width: 991px) {
  footer .innerWrapper .infoBlock .social a {
    width: 15px;
    height: 15px
  }

  footer .innerWrapper .infoBlock .social {
    margin-left: unset;
    margin-right: unset;
    width: 125px
  }

  footer .innerWrapper .infoBlock {
    margin-bottom: unset;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
}

.section5 .filterBlock li a,
footer .innerWrapper .callRequest {
  font-family: 'DIN Alternate', sans-serif;
  text-transform: uppercase
}

footer .innerWrapper .callRequest {
  cursor: pointer;
  display: inline-block;
  height: 40px;
  line-height: 36px;
  border: 2px solid #4a5162;
  width: 100%;
  letter-spacing: 2px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  -webkit-transition: all .45s ease-in-out;
  -o-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out;
  margin-bottom: 25px;
  font-size: 16px;
  color: #fff
}

footer .innerWrapper .callRequest:hover {
  background-color: #4cbbff;
  border-color: #4cbbff;
  color: #fff
}

footer .innerWrapper .callRequest:active {
  background-color: #dedede;
  border-color: #dedede;
  color: #4cbbff
}

@media (min-width: 991px) {
  footer .innerWrapper .callRequest {
    margin-left: unset;
    margin-right: unset;
    margin-bottom: unset
  }

  footer .innerWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media (min-width: 576px) {
  footer {
    padding: 35px 0
  }
}

@media (min-width: 1000px) {
  footer {
    padding: 40px 0
  }
}

.section1 {
  padding-top: 85px;
  padding-bottom: 30px
}

.section1 .innerWrapper .textBlock {
  margin-bottom: 50px
}

.section1 .innerWrapper .textBlock .desc,
.section1 .innerWrapper .textBlock h1.title {
  margin-bottom: 35px
}

@media (min-width: 1200px) {
  .section1 .innerWrapper .textBlock h1.title {
    margin-bottom: 55px
  }
}

.section1 .innerWrapper .textBlock .desc span {
  font-size: 6.4vw
}

@media (min-width: 576px) {
  .section1 .innerWrapper .textBlock .desc span {
    font-size: 20px;
    line-height: 24px
  }

  .section1 .innerWrapper .textBlock .desc {
    font-size: 16px;
    line-height: 21px
  }
}

@media (min-width: 1200px) {
  .section1 .innerWrapper .textBlock .desc {
    padding-left: 70px;
    max-width: 435px;
    margin-bottom: 55px
  }
}

@media (min-width: 576px) {
  .section1 .innerWrapper .textBlock .btnWrap {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 991px) {
  .section1 .innerWrapper .textBlock .btnWrap {
    max-width: 360px;
    margin-left: unset
  }
}

.section1 .innerWrapper .textBlock .smallSocials,
.section1 .innerWrapper .textBlock .smallSocials a:hover:before,
.section2 .innerWrapper .content .slick-dots li a:before,
.section4 .innerWrapper .content .slick-dots li a:before,
.section5 .filterBlock li a:before {
  display: none
}

.section1 .innerWrapper .textBlock .smallSocials a {
  display: inline-block;
  width: 14px;
  height: 14px;
  fill: #000
}

@media (min-width: 991px) {
  .section1 .innerWrapper .textBlock .smallSocials {
    position: absolute;
    bottom: 0;
    left: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 45px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 1200px) {
  .section1 .innerWrapper .textBlock .smallSocials {
    left: -95px
  }
}

@media (min-width: 991px) {
  .section1 .innerWrapper .textBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 15px;
    margin-bottom: 0;
    position: relative
  }
}

@media (min-width: 1200px) {
  .section1 .innerWrapper .textBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    position: relative;
    z-index: 10;
    right: -95px
  }
}

.section1 .innerWrapper .sliderBlock {
  position: relative
}

@media (min-width: 991px) {
  .section1 .innerWrapper .sliderBlock .sliderWrapper {
    margin-bottom: 0;
    margin-right: -11px
  }
}

.section1 .innerWrapper .sliderBlock .countBlock {
  display: none;
  position: absolute;
  z-index: 10;
  top: 10%;
  right: 15%;
  font-family: 'DIN Alternate', sans-serif;
  font-size: 22px;
  color: #000
}

.section1 .innerWrapper .sliderBlock .countBlock span {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  text-shadow: 0 -1px 0 #b6b2ad, 0 -1px 0 #b6b2ad, 0 1px 0 #b6b2ad, 0 1px 0 #b6b2ad, -1px 0 0 #b6b2ad, 1px 0 0 #b6b2ad, -1px 0 0 #b6b2ad, 1px 0 0 #b6b2ad, -1px -1px 0 #b6b2ad, 1px -1px 0 #b6b2ad, -1px 1px 0 #b6b2ad, 1px 1px 0 #b6b2ad, -1px -1px 0 #b6b2ad, 1px -1px 0 #b6b2ad, -1px 1px 0 #b6b2ad, 1px 1px 0 #b6b2ad
}

@media (min-width: 991px) {
  .section1 .innerWrapper .sliderBlock .countBlock span {
    font-size: 36px;
    -webkit-transform: translate(0, -28px);
    -ms-transform: translate(0, -28px);
    transform: translate(0, -28px)
  }

  .section1 .innerWrapper .sliderBlock .countBlock {
    right: 41%;
    top: 20%;
    font-size: 48px
  }
}

.section1 .innerWrapper .sliderBlock .slick-dots {
  bottom: 5%
}

.section1 .innerWrapper .sliderBlock .slick-dots li {
  width: 55px
}

@media (min-width: 576px) {
  .section1 .innerWrapper .sliderBlock .slick-dots li {
    width: 70px
  }
}

@media (min-width: 765px) {
  .section1 .innerWrapper .sliderBlock .slick-dots li {
    width: 100px
  }
}

@media (min-width: 991px) {
  .section1 .innerWrapper .sliderBlock .slick-dots li {
    width: calc(100% / 5)
  }

  .section1 .innerWrapper .sliderBlock .slick-dots {
    bottom: 3px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 110px;
    width: calc(100% - 145px)
  }
}

.section1 .innerWrapper .sliderBlock .slick-arrow {
  display: none !important;
  background-color: #fff;
  bottom: -1px;
  right: 50%;
  fill: #000;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.section1 .innerWrapper .sliderBlock .slick-arrow.next__arrow {
  -webkit-transform: translateX(44px);
  -ms-transform: translateX(44px);
  transform: translateX(44px)
}

@media (min-width: 991px) {
  .section1 .innerWrapper .sliderBlock .slick-arrow.next__arrow {
    -webkit-transform: translateX(43px);
    -ms-transform: translateX(43px);
    transform: translateX(43px)
  }

  .section1 .innerWrapper .sliderBlock .slick-arrow.prev__arrow {
    left: -1px
  }

  .section1 .innerWrapper .sliderBlock .slick-arrow {
    display: block !important;
    right: unset
  }
}

.section1 .innerWrapper .sliderBlock .img_wrap {
  padding-bottom: 79%
}

@media (min-width: 991px) {
  .section1 .innerWrapper .sliderBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50vw;
    flex: 0 0 50vw;
    max-width: 970px;
    padding-left: 15px
  }
}

@media (min-width: 1200px) {
  .section1 .innerWrapper .sliderBlock {
    right: -4px;
    margin-left: -162px
  }
}

@media (min-width: 991px) {
  .section1 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .section1 {
    padding-top: 100px
  }
}

@media (min-width: 1200px) {
  .section1 {
    padding-bottom: 75px
  }
}

.section2 {
  display: none;
  padding-top: 30px;
  background-color: #fff;
  padding-bottom: 60px
}

.section2 .innerWrapper .titleBlock {
  margin-bottom: 25px
}

@media (min-width: 991px) {
  .section2 .innerWrapper .titleBlock h2.title {
    margin-bottom: 45px
  }

  .section2 .innerWrapper .titleBlock .desc {
    max-width: 460px
  }

  .section2 .innerWrapper .titleBlock {
    padding-bottom: 47px
  }
}

.section2 .innerWrapper .imgBlock .img_wrap {
  padding-bottom: 72%
}

@media(min-width:765px) {
  .section2 .innerWrapper .imgBlock .img_wrap {
    padding-bottom: 48%;
  }
}

@media(min-width:991px) {
  .section2 .innerWrapper .imgBlock .img_wrap {
    padding-bottom: 72%;
  }
}

@media (min-width: 991px) {
  .section2 .innerWrapper .imgBlock {
    max-width: 490px
  }
}

.section2 .innerWrapper .content .item {
  margin-bottom: 35px
}

.section2 .innerWrapper .content .item .icon {
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
  fill: #4cbbff;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  margin-left: 20px;
  margin-top: 20px
}

@media (min-width: 991px) {
  .section2 .innerWrapper .content .item .icon {
    width: 26px;
    height: 26px;
    margin-left: 0;
    margin-top: 0
  }
}

.section2 .innerWrapper .content .item .title {
  margin-bottom: 10px
}

@media (min-width: 576px) {
  .section2 .innerWrapper .content .item {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 240px;
  }
}

@media (min-width: 991px) {
  .section2 .innerWrapper .content .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 30px;
    min-height: auto;
  }
}

.section2 .innerWrapper .content .slick-dots {
  width: 100%;
  bottom: -50px
}

.section2 .innerWrapper .content .slick-dots li,
.section3 .titleBlock .desc span:hover,
.section4 .innerWrapper .content .slick-dots li {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #4cbbff), to(transparent));
  background-image: -o-linear-gradient(left, #4cbbff 100%, transparent 100%);
  background-image: linear-gradient(to right, #4cbbff 100%, transparent 100%)
}

.section2 .innerWrapper .content .slick-dots li,
.section4 .innerWrapper .content .slick-dots li {
  width: calc(100% / 3);
  background-color: #999
}

.section2 .innerWrapper .content .slick-dots li.slick-active a,
.section4 .innerWrapper .content .slick-dots li.slick-active a,
.section5 .filterBlock li a:hover {
  color: #4cbbff
}

@media (min-width: 991px) {
  .section2 .innerWrapper .content .slick-dots {
    display: none
  }
}

.section2 .innerWrapper .content .slick-arrow {
  bottom: -10px
}

@media (min-width: 991px) {
  .section2 .innerWrapper .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -35px
  }
}

.section2 .innerWrapper .swipeIcon {
  width: 35px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -45px
}

@media (min-width: 991px) {
  .section2 .innerWrapper .swipeIcon {
    display: none
  }
}

.section2 .innerWrapper .leftSide {
  margin-bottom: 35px
}

@media (min-width: 991px) {
  .section2 .innerWrapper .leftSide {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    padding-right: 15px
  }

  .section2 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51%;
    flex: 0 0 51%;
    padding-left: 15px
  }

  .section2 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .section2 {
    padding-top: 90px;
    padding-bottom: 85px
  }
}

.section3 {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #fff;
  position: relative;
  z-index: 10
}

@media (min-width: 991px) {
  .section3 .titleBlock h2.title .second {
    padding-right: 60px
  }

  .section3 .titleBlock h2.title {
    font-size: 80px;
    text-align: right;
    padding-right: 150px;
    margin-bottom: 62px
  }
}

.section3 .titleBlock .desc {
  padding-left: 70px;
  padding-right: 50px
}

.section3 .titleBlock .desc .arrow {
  left: calc(50% - 20px);
  cursor: pointer;
  -webkit-animation: arrowDown 2s linear infinite;
  animation: arrowDown 2s linear infinite
}

.section3 .titleBlock .desc .arrow:hover,
.section3 .titleBlock .desc span:hover ~ .arrow {
  fill: #4cbbff
}

.section3 .titleBlock .desc span {
  cursor: pointer
}

.section3 .titleBlock .desc span:hover {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #4cbbff
}

@media (min-width: 576px) {
  .section3 .titleBlock .desc {
    padding-left: 15vw
  }
}

@media (min-width: 765px) {
  .section3 .titleBlock .desc {
    padding-left: 120px
  }
}

@media (min-width: 991px) {
  .section3 .titleBlock .desc {
    padding-left: 0;
    max-width: 335px;
    margin-left: auto
  }

  .section3 .titleBlock .desc .arrow {
    width: 40px;
    height: 38px;
    bottom: -82px;
    left: -20px
  }

  .section3 .titleBlock {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto
  }
}

.section3:before {
  content: 'GR.OS';
  font-family: 'DIN Alternate', sans-serif;
  font-size: 38vw;
  color: #f7f7f7;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (min-width: 576px) {
  .section3:before {
    font-size: 230px
  }
}

@media (min-width: 765px) {
  .section3:before {
    font-size: 300px
  }
}

@media (min-width: 991px) {
  .section3:before {
    font-size: 385px
  }
}

@media (min-width: 1200px) {
  .section3:before {
    font-size: 500px
  }
}

@media (min-width: 576px) {
  .section3 {
    padding-top: 55px;
    padding-bottom: 110px
  }
}

@media (min-width: 991px) {
  .section3 {
    padding-top: 102px;
    padding-bottom: 120px
  }
}

.section4 {
  padding-top: 30px;
  background-color: #fff;
  padding-bottom: 45px
}

.section4 .innerWrapper .btnWrap {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 991px) {
  .section4 .innerWrapper .btnWrap {
    order: 4;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 360px;
  }
}

.section4 .innerWrapper .titleBlock {
  margin-bottom: 35px
}

@media (min-width: 991px) {
  .section4 .innerWrapper .titleBlock h2.title {
    margin-bottom: 45px;
    text-align:right;
  }

  .section4 .innerWrapper .titleBlock .desc {
    max-width: 460px;
    margin-left: auto;
    text-align:right;
    padding-right: 65px;
    padding-left: 55px;
  }
  .section4 .innerWrapper .titleBlock .desc:before{
    transform: rotate(180deg);
    left: unset;
    right: 0;
    top: 5px;
  }
  .section4 .innerWrapper .titleBlock {
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 15px;
    margin-bottom: 0
  }
}

.section4 .innerWrapper .imgBlock {
  margin-bottom: 35px
}
.section4 .innerWrapper .imgBlock .img_wrap{
  padding-bottom: 105%;
}
@media (min-width: 991px) {
  .section4 .innerWrapper .imgBlock .img_wrap {

    padding-bottom: 160%
  }
}

@media (min-width: 765px) {
  .section4 .innerWrapper .imgBlock {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto
  }
  .section4 .innerWrapper .content {
    max-width: 600px;
    margin-left: auto;
    margin-right:auto;
  }
}

@media (min-width: 991px) {
  .section4 .innerWrapper .imgBlock {
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 15px;
    margin-left: unset
  }
  .section4 .innerWrapper .content {
    order: 3;
    max-width: 100%;
  }
}

.section4 .innerWrapper .content {
  margin-bottom: 55px;
}

.section4 .innerWrapper .content .item {
  margin-bottom: 35px
}

.section4 .innerWrapper .content .item .icon {
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
  fill: #4cbbff;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  margin-top: 20px;
  margin-left: 20px
}

@media (min-width: 991px) {
  .section4 .innerWrapper .content .item .icon {
    width: 26px;
    height: 26px;
    margin-top: 0;
    margin-left: 0
  }
}

.section4 .innerWrapper .content .item .title {
  margin-bottom: 10px
}

@media (min-width: 576px) {
  .section4 .innerWrapper .content .item {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 245px
  }
}

@media (min-width: 991px) {
  .section4 .innerWrapper .content .item {
    margin-bottom: 0;
    text-align:left;
    min-height: 270px;
  }

  .section4 .innerWrapper .content .item:nth-child(1) {
    grid-column: 3/4;
  }
  .section4 .innerWrapper .content .item:nth-child(3) {
    grid-column: 1/2
  }
}

@media (min-width: 1200px) {
  .section4 .innerWrapper .content .item {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 200px;
  }
}

.section4 .innerWrapper .content .slick-dots {
  width: 100%;
  bottom: -60px
}

.section2 .innerWrapper .content .slick-dots li a,
.section4 .innerWrapper .content .slick-dots li a {
  display: inline-block;
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  margin-top: 5px
}

@media (min-width: 991px) {
  .section4 .innerWrapper .content .slick-dots {
    display: none
  }
}

.section4 .innerWrapper .content .slick-arrow {
  bottom: -10px
}

@media (min-width: 991px) {
  .section4 .innerWrapper .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% + 20px);
    flex: 0 0 calc(100% + 20px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(230px, auto);
    margin: -215px -10px 23px
  }
}

@media (min-width: 1200px) {
  .section4 .innerWrapper .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% + 30px);
    flex: 0 0 calc(100% + 30px);
    margin-left: -15px;
    margin-right: 15px;
    margin-top: -240px;
  }
}

.section4 .innerWrapper .swipeIcon {
  width: 35px;
  height: 35px;
  margin: -60px auto 90px
}

@media (min-width: 991px) {
  .section4 .innerWrapper .swipeIcon {
    display: none
  }

  .section4 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section4 {
    padding-top: 153px;
    padding-bottom: 100px
  }
}

.section5 {
  display: none;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff
}

.section5 .titleBlock,
.section6 .secretBlock > .item .hiddenSide .wrapper .leftSide .sliderBlock {
  margin-bottom: 35px
}

@media (min-width: 991px) {
  .section5 .titleBlock h2.title {
    font-size: 80px;
    text-align: center
  }
}

@media (min-width: 576px) {
  .section5 .titleBlock {
    margin-bottom: 45px
  }
}

@media (min-width: 991px) {
  .section5 .titleBlock {
    margin-bottom: 55px
  }
}

.section5 .filterBlock {
  margin-bottom: 35px;
  position: relative;
  padding-left: 55px;
  max-width: 210px;
  margin-left: auto;
  margin-right: auto
}

.section5 .filterBlock li {
  line-height: 24px
}

.section5 .filterBlock li a {
  font-weight: 700;
  color: #7d7d7d;
  font-size: 14px
}

.section5 .filterBlock li.active a,
.section6 .secretBlock > .item .hiddenSide ol span,
.section6 .secretBlock > .item .hiddenSide ul span,
.section8 .secretBlock > .item .hiddenSide ol span,
.section8 .secretBlock > .item .hiddenSide ul span,
.section9 .innerWrapper .questionsBlock .questionWrap .question .inputWrapper.checkbox .jq-checkbox.checked ~ label {
  color: #000
}

.section5 .filterBlock:before {
  content: '';
  width: 28px;
  height: 25px;
  background-image: url(../img/svg/rightArrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out
}

.section5 .filterBlock.first:before {
  top: 0
}

.section5 .filterBlock.second:before {
  top: 26px
}

.section5 .filterBlock.third:before {
  top: 52px
}

.section5 .filterBlock.fourth:before {
  top: 78px
}

.section5 .filterBlock.fifth:before {
  top: 104px
}

.section5 .filterBlock.sixth:before {
  top: 130px
}

@media (min-width: 576px) {
  .section5 .filterBlock {
    margin-bottom: 45px
  }
}

@media (min-width: 991px) {
  .section5 .filterBlock {
    margin-bottom: 55px
  }
}

.section5 .gridBlock {
  display: grid;
  grid-auto-rows: minmax(50vw, auto);
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-bottom: 35px
}

@media(min-width: 991px) {
  .section5 .gridBlock {
    grid-gap: 25px;
  }
}

.section5 .gridBlock .block {
  background-color: #fff;
  font-size: 40px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.section3:before,
.section5 .gridBlock .block span {
  position: absolute
}

.section5 .gridBlock .block .top {
  content: '';
  width: 0;
  height: 4px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #000
}

.section5 .gridBlock .block .right {
  content: '';
  width: 4px;
  height: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #000
}

.section5 .gridBlock .block .bottom {
  content: '';
  width: 0;
  height: 4px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  background-color: #000
}

.section5 .gridBlock .block .left {
  content: '';
  width: 4px;
  height: 0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: #000
}

.section5 .gridBlock .block img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover
}

.section5 .gridBlock .block svg {
  width: 70%;
  height: 40%
}

.section5 .gridBlock .block:before,
.section6 .secretBlock > .item .hiddenSide .wrapper .leftSide .sliderBlock .slick-dots li.slick-active,
.section6 .secretBlock > .item .hiddenSide .wrapper .leftSide .sliderBlock .slick-dots li:hover:before,
.section6 .slick-dots li a:hover:before,
.success .innerWrapper .logo:hover:before,
.success .innerWrapper .textBlock .descriptionBlock .social a:before {
  display: none
}

.section5 .gridBlock .block:hover {
  -webkit-box-shadow: 0 14px 30px 0 rgba(36, 156, 229, .8);
  box-shadow: 0 14px 30px 0 rgba(36, 156, 229, .8)
}

.section5 .gridBlock .block:hover span {
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear
}

.section5 .gridBlock .block:hover .top,
.section9 .innerWrapper .questionsBlock .questionWrap .question .inputWrapper.checkbox .jq-checkbox.checked ~ label:before {
  width: 100%
}

.section5 .gridBlock .block:hover .right {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  height: 100%
}

.section5 .gridBlock .block:hover .bottom {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  width: 100%
}

.section5 .gridBlock .block:hover .left {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
  height: 100%
}

.section5 .gridBlock .block:hover.stub {
  -webkit-box-shadow: none;
  box-shadow: none
}

.section5 .gridBlock .bl1 {
  order: 1;
}

.section5 .gridBlock .bl2 {
  order: 2;
  grid-row: 2/4;
  grid-column: 1/3
}

.section5 .gridBlock .bl3 {
  order: 3;
}

.section5 .gridBlock .bl4 {
  order: 4;
}

.section5 .gridBlock .bl5 {
  order: 5;
}

.section5 .gridBlock .bl6 {
  order: 6;
}

.section5 .gridBlock .bl7 {
  order: 7;
}

.section5 .gridBlock .bl8 {
  order: 8;
}

.section5 .gridBlock .bl9 {
  order: 9;
}

.section5 .gridBlock .bl10 {
  order: 10;
  grid-column: 1/3
}

.section5 .gridBlock .bl11 {
  order: 11;
}

.section5 .gridBlock .bl12 {
  order: 12;
}

.section5 .gridBlock .bl13 {
  order: 13;
  grid-column: 1/3;
  grid-row: 9/11
}

.section5 .gridBlock .bl14 {
  order: 14;
  grid-column: 1/3;
}

.section5 .gridBlock .bl15 {
  order: 15;
}

.section5 .gridBlock .bl16 {
  order: 16;
  grid-column: 1/3;
  grid-row: 13/15;
}

.section5 .gridBlock .bl17 {
  order: 17;
}

.section5 .gridBlock .bl18 {
  order: 18;
}

.section5 .gridBlock .bl19 {
  order: 19;
}

.section5 .gridBlock .bl20 {
  order: 20;
}

.section5 .gridBlock .bl21 {
  order: 21;
}

.section5 .gridBlock .bl22 {
  order: 22;
}

.section5 .gridBlock .bl23 {
  order: 23;
}

.section5 .gridBlock .bl24 {
  order: 24;
  grid-column: 1/3;
}

.section5 .gridBlock .bl25 {
  order: 25;
}

.section5 .gridBlock .bl26 {
  order: 26;
}

.section5 .gridBlock .bl27 {
  order: 27;
  grid-row: 20/22;
  grid-column: 1/3
}

.section5 .gridBlock .bl28 {
  order: 28;
  grid-column: 1/3
}

.section5 .gridBlock .bl29 {
  order: 29;
}

.section5 .gridBlock .bl30 {
  order: 30;
  grid-row: 24/26;
  grid-column: 1/3
}

.section5 .gridBlock .bl31 {
  order: 31;
}

.section5 .gridBlock .bl32 {
  order: 32;
}

.section5 .gridBlock .bl33 {
  order: 33;
}

.section5 .gridBlock .bl34 {
  order: 34;
}

.section5 .gridBlock .bl35 {
  order: 35;
}

.section5 .gridBlock .bl36 {
  order: 36;
}

.section5 .gridBlock .bl37 {
  order: 37;
}

.section5 .gridBlock .bl38 {
  order: 38;
  grid-column: 1/3
}

.section5 .gridBlock .bl39 {
  order: 39;
}

.section5 .gridBlock .bl40 {
  order: 40;
}

.section5 .gridBlock .bl41 {
  order: 41;
  grid-row: 31/33;
  grid-column: 1/3
}

.section5 .gridBlock .bl42 {
  order: 42;
  grid-column: 1/3
}

@media (min-width: 991px) {
  .section5 .gridBlock .bl1 {
    grid-column: 2;
  }

  .section5 .gridBlock .bl2 {
    grid-row: 1/3;
    grid-column: 3/5;
  }

  .section5 .gridBlock .bl3 {}

  .section5 .gridBlock .bl4 {
    grid-column: 2;
  }

  .section5 .gridBlock .bl6 {
    grid-column: 1;
  }

  .section5 .gridBlock .bl7 {
    order: 8;
  }

  .section5 .gridBlock .bl8 {
    order: 7;
  }

  .section5 .gridBlock .bl10 {
    grid-column: 5/7;
  }

  .section5 .gridBlock .bl11 {
    grid-column: 2;
  }

  .section5 .gridBlock .bl13 {
    grid-row: 4/6;
    grid-column: 4/6;
  }

  .section5 .gridBlock .bl14 {
    grid-column: 2/4;
  }

  .section5 .gridBlock .bl15 {
    grid-column: 2;
  }

  .section5 .gridBlock .bl16 {
    grid-row: 6/8;
    grid-column: 3/5;
  }

  .section5 .gridBlock .bl17 {}

  .section5 .gridBlock .bl18 {
    grid-column: 2;
  }

  .section5 .gridBlock .bl20 {
    grid-column: 1;
  }

  .section5 .gridBlock .bl21 {
    order: 22;
  }

  .section5 .gridBlock .bl22 {
    order: 21;
  }

  .section5 .gridBlock .bl24 {
    grid-column: 5/7;
  }

  .section5 .gridBlock .bl25 {
    grid-column: 2;
  }

  .section5 .gridBlock .bl27 {
    grid-row: 9/11;
    grid-column: 4/6;
  }

  .section5 .gridBlock .bl28 {
    grid-column: 2/4;
  }

  .section5 .gridBlock .bl29 {
    grid-column: 2;
  }

  .section5 .gridBlock .bl30 {
    grid-row: 11/13;
    grid-column: 3/5;
  }

  .section5 .gridBlock .bl31 {}

  .section5 .gridBlock .bl32 {
    grid-column: 2;
  }

  .section5 .gridBlock .bl34 {
    grid-column: 1;
  }

  .section5 .gridBlock .bl35 {
    order: 36;
  }

  .section5 .gridBlock .bl36 {
    order: 35;
  }

  .section5 .gridBlock .bl38 {
    grid-column: 5/7;
  }

  .section5 .gridBlock .bl39 {
    grid-column: 2;
  }

  .section5 .gridBlock .bl41 {
    grid-row: 14/16;
    grid-column: 4/6;
  }

  .section5 .gridBlock .bl42 {
    grid-column: 2/4;
  }
}



@media (min-width: 576px) {
  .section5 .gridBlock {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 991px) {
  .section5 .gridBlock {
    max-width: 100%;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: minmax(17.5vw, auto)
  }
}

.section5 .btnWrap {
  text-align: center
}

.section5 .btnWrap .more {
  cursor: pointer;
  background-color: transparent;
  color: #000;
  border: 0;
  outline: 0;
  text-align: left;
  padding-left: 85px
}

.section5 .btnWrap .more span,
.section5 .btnWrap .more svg {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.section5 .btnWrap .more span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  background-size: 0 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #000), to(transparent));
  background-image: -o-linear-gradient(left, #000 100%, transparent 100%);
  background-image: linear-gradient(to right, #000 100%, transparent 100%);
  background-repeat: no-repeat;
  background-position: left bottom
}

.section5 .btnWrap .more svg {
  display: block;
  margin-right: auto;
  width: 38px;
  height: 43px;
  margin-top: 15px;
  margin-left: -20px
}

.section5 .btnWrap .more.less svg {
  -webkit-transform: translateY(15px) rotate(180deg);
  -ms-transform: translateY(15px) rotate(180deg);
  transform: translateY(15px) rotate(180deg)
}

.section5 .btnWrap .more.less:hover svg {
  -webkit-transform: translateY(0) rotate(180deg);
  -ms-transform: translateY(0) rotate(180deg);
  transform: translateY(0) rotate(180deg)
}

.section5 .btnWrap .more:hover {
  color: #4cbbff
}

.section5 .btnWrap .more:hover span {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #4cbbff), to(transparent));
  background-image: -o-linear-gradient(left, #4cbbff 100%, transparent 100%);
  background-image: linear-gradient(to right, #4cbbff 100%, transparent 100%)
}

.section5 .btnWrap .more:hover svg {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  fill: #4cbbff
}

.section6 .titleBlock{
  margin-left:auto;
  margin-right: auto;
}
@media (min-width: 991px) {
  .section5 {
    padding-top: 89px;
    padding-bottom: 90px
  }
}

.section6 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #fff
}

@media (min-width: 991px) {
  .section6 {
    position: relative;
    z-index: 10;
  }

  .section6:before {
    content: 'GR.OS';
    position: absolute;
    font-family: 'DIN Alternate', sans-serif;
    font-size: 250px;
    color: #f7f7f7;
    z-index: -1;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-12%, 15%);
    -ms-transform: translate(-12%, 15%);
    transform: translate(-12%, 15%)
  }

  .section6 .titleBlock {
    max-width: 500px;
    margin-bottom: 35px;
    margin-left: unset;
  }
}

.section6 .slick-dots li {
  margin-left: 3px;
  margin-right: 3px
}

.section6 .secretBlock {
  margin-bottom: 40px
}

.section6 .secretBlock > .item {
  -webkit-box-shadow: 0 14px 30px 0 rgba(36, 156, 229, .5);
  box-shadow: 0 14px 30px 0 rgba(36, 156, 229, .5);
  cursor: pointer;
  position: relative;
  margin-bottom: 35px;
  padding: 25px 25px 60px;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  border-bottom: 1px solid #bfbfbf
}

.section6 .secretBlock > .item .rightArrow {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.section6 .secretBlock > .item .rightArrow svg,
.section8 .secretBlock > .item .rightArrow svg {
  width: 20px;
  height: 23px;
  fill: #000;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

@media (min-width: 991px) {
  .section6 .secretBlock > .item .rightArrow {
    top: 45px;
    right: 30px
  }
}

.section6 .secretBlock > .item .topSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.section6 .secretBlock > .item .topSide .sNumber {
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  font-size: 7.2vw;
  color: #000;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8vw;
  flex: 0 0 8vw
}

@media (min-width: 576px) {
  .section6 .secretBlock > .item .topSide .sNumber {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    font-size: 36px
  }
}

.section6 .secretBlock > .item .topSide .title {
  margin-left: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 50px);
  flex: 0 0 calc(100% - 50px);
  padding-right: 25px
}

.section6 .secretBlock > .item .topSide .decorBtn span,
.section6 .secretBlock > .item .topSide .title .text {
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  font-size: 7.2vw
}

@media (min-width: 576px) {
  .section6 .secretBlock > .item .topSide .title .text {
    font-size: 36px
  }
}

@media (min-width: 991px) {
  .section6 .secretBlock > .item .topSide .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (min-width: 1200px) {
  .section6 .secretBlock > .item .topSide .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%
  }
}

.section6 .secretBlock > .item .topSide .description {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 25px;
  font-family: 'Proba Pro', sans-serif;
  font-size: 5.2vw;
  line-height: 1.2;
  color: #7d7d7d
}

@media (min-width: 576px) {
  .section6 .secretBlock > .item .topSide .description {
    font-size: 18px;
    line-height: 24px
  }
}

@media (min-width: 765px) {
  .section6 .secretBlock > .item .topSide .description {
    font-size: 24px;
    line-height: 30px
  }
}

@media (min-width: 991px) {
  .section6 .secretBlock > .item .topSide .description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(52% - 35px);
    flex: 0 0 calc(52% - 35px);
    padding-right: 30px;
    margin-top: 0
  }
}

.section6 .secretBlock > .item .topSide .decorBtn,
.section6 .secretBlock > .item .topSide .decorBtn svg {
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.section6 .secretBlock > .item .topSide .decorBtn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  letter-spacing: 1.3px;
  left: 25px
}

.section6 .secretBlock > .item .topSide .decorBtn span {
  font-size: 4vw;
  text-transform: uppercase
}

@media (min-width: 576px) {
  .section6 .secretBlock > .item .topSide .decorBtn span {
    font-size: 12px
  }
}

.section6 .secretBlock > .item .topSide .decorBtn svg {
  width: 8px;
  height: 12px;
  margin-left: 15px
}

@media (min-width: 991px) {
  .section6 .secretBlock > .item .topSide .decorBtn {
    position: static;
    margin-top: auto;
    margin-bottom: 7px;
    left: 195px;
    bottom: 50px
  }

  .section6 .secretBlock > .item .topSide {
    min-height: 100px
  }
}

.section6 .secretBlock > .item .hiddenSide {
  display: none;
  margin-top: 50px
}

.section6 .secretBlock > .item .hiddenSide ol li,
.section6 .secretBlock > .item .hiddenSide ul li {
  font-family: 'Proba Pro', sans-serif;
  font-weight: 400;
  font-size: 5vw;
  line-height: 1.2;
  color: #000;
  margin-bottom: 7px
}

.section5 .btnWrap .more span,
.section6 .secretBlock > .item .hiddenSide ol li strong,
.section6 .secretBlock > .item .hiddenSide ul li strong {
  font-family: 'DIN Alternate', sans-serif
}

.section6 .secretBlock > .item .hiddenSide ol li span,
.section6 .secretBlock > .item .hiddenSide ul li span {
  font-size: 5vw;
  color: #7d7d7d
}

@media (min-width: 576px) {

  .section6 .secretBlock > .item .hiddenSide ol li span,
  .section6 .secretBlock > .item .hiddenSide ul li span {
    font-size: 15px
  }
}

@media (min-width: 765px) {

  .section6 .secretBlock > .item .hiddenSide ol li span,
  .section6 .secretBlock > .item .hiddenSide ul li span {
    font-size: 16px
  }
}

.section6 .secretBlock > .item .hiddenSide ul {
  list-style-type: disc;
  padding-left: 20px
}

@media (min-width: 576px) {
  .section6 .secretBlock > .item .hiddenSide ul li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px
  }
}

.section6 .secretBlock > .item .hiddenSide ol,
.section8 .secretBlock > .item .hiddenSide ol {
  list-style-type: decimal;
  padding-left: 20px
}

.section6 .secretBlock > .item .hiddenSide ol li {
  padding-left: 5px
}

@media (min-width: 576px) {
  .section6 .secretBlock > .item .hiddenSide ol li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px
  }
}

.section6 .secretBlock > .item .hiddenSide .features {
  margin-bottom: 33px
}

.section6 .secretBlock > .item .hiddenSide .textTitle {
  margin-bottom: 20px
}

.section6 .secretBlock > .item .hiddenSide .textTitle span {
  border-bottom: 2px solid #000
}

.section6 .secretBlock > .item .hiddenSide .wrapper .leftSide {
  position: relative
}

.section6 .secretBlock > .item .hiddenSide .wrapper .leftSide .sliderBlock .slick-dots {
  padding: 0;
  bottom: unset;
  top: -30px;
  right: 0;
  left: unset;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.section6 .secretBlock > .item .hiddenSide .wrapper .leftSide .sliderBlock .slick-dots li {
  background: 0 0;
  width: 20px;
  height: auto;
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700
}

.section6 .secretBlock > .item .hiddenSide .wrapper .leftSide .sliderBlock .img_wrap {
  padding-bottom: 97%
}

.section6 .secretBlock > .item .hiddenSide .wrapper .leftSide .sliderBlock .img_wrap img {
  width: 100%;
}

@media (min-width: 991px) {
  .section6 .secretBlock > .item .hiddenSide .wrapper .leftSide .sliderBlock {
    margin-bottom: 25px
  }
}

.section6 .secretBlock > .item .hiddenSide .wrapper .leftSide .sliderCount {
  position: absolute;
  top: -20px;
  left: 0;
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  font-size: 16px
}

.section6 .secretBlock > .item .hiddenSide .wrapper .leftSide .sliderCount:before {
  content: '';
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  width: 20vw;
  height: 2px;
  margin: auto
}

@media (min-width: 991px) {
  .section6 .secretBlock > .item .hiddenSide .wrapper .leftSide .sliderCount:before {
    width: 50px
  }

  .section6 .secretBlock > .item .hiddenSide .wrapper .leftSide .sliderCount {
    top: 3px;
    left: 30px
  }

  .section6 .secretBlock > .item .hiddenSide .wrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    padding-right: 15px;
    padding-top: 35px
  }

  .section6 .secretBlock > .item .hiddenSide .wrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    padding-left: 15px;
    padding-right: 75px
  }

  .section6 .secretBlock > .item .hiddenSide .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -30px
  }
}

.section6 .secretBlock > .item.active {
  cursor: auto;
  padding-bottom: 90px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.section6 .secretBlock > .item.active .rightArrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media (min-width: 991px) {
  .section6 .secretBlock > .item.active .rightArrow {
    top: unset;
    bottom: 60px
  }
}

.section6 .secretBlock > .item.active .topSide .decorBtn {
  bottom: 45px
}

.section6 .secretBlock > .item.active:hover {
  border-color: #bfbfbf
}

@media (min-width: 991px) {
  .section6 .secretBlock > .item.active {
    padding-bottom: 35px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }
}

.section6 .secretBlock > .item:last-child {
  margin-bottom: 0
}

.section6 .secretBlock > .item:hover {
  -webkit-box-shadow: 0 14px 30px 0 rgba(36, 156, 229, .5);
  box-shadow: 0 14px 30px 0 rgba(36, 156, 229, .5);
  border-color: transparent
}

.section6 .secretBlock > .item:hover .decorBtn {
  color: #4cbbff
}

.section6 .secretBlock > .item:hover .decorBtn svg,
.section6 .secretBlock > .item:hover .rightArrow svg,
.section8 .secretBlock > .item .rightArrow:hover svg,
.section8 .secretBlock > .item .topSide .decorBtn:hover svg {
  fill: #4cbbff
}

.section6 .secretBlock > .item.second .hiddenSide .wrapper .leftSide .sliderBlock .img_wrap {
  padding-bottom: 116%
}

.section6 .secretBlock > .item.third .hiddenSide .wrapper .leftSide .sliderBlock .img_wrap {
  padding-bottom: 88%
}

.section6 .secretBlock > .item.fourth .hiddenSide .wrapper .leftSide .sliderBlock .img_wrap {
  padding-bottom: 91%
}

@media (min-width: 991px) {
  .section6 .secretBlock > .item {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    padding: 50px 30px 45px
  }
}

@media (min-width: 991px) and (min-width: 576px) {
  .section6 .secretBlock > .item.first ol li {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 3px
  }
}

@media (min-width: 991px) {
  .section6 .secretBlock > .item.first .hiddenSide .wrapper .leftSide .sliderBlock .img_wrap {
    padding-bottom: 99%
  }

  .section6 .secretBlock > .item.second .hiddenSide .wrapper .leftSide .sliderBlock .img_wrap {
    padding-bottom: 116%
  }

  .section6 .secretBlock > .item.third .hiddenSide .wrapper .leftSide .sliderBlock .img_wrap {
    padding-bottom: 80%
  }

  .section6 .secretBlock > .item.third .hiddenSide .youGet {
    position: relative;
    top: 0;
    left: -485px;
    width: 955px
  }

  .section6 .secretBlock > .item.third .hiddenSide .youGet .textTitle {
    max-width: 550px
  }

  .section6 .secretBlock > .item.third .hiddenSide .youGet ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    height: 230px;
    padding-right: 80px;
  }

  .section6 .secretBlock > .item.third .hiddenSide .youGet ol li {
    max-width: 450px
  }

  .section6 .secretBlock > .item.fourth .hiddenSide .wrapper .leftSide .sliderBlock .img_wrap {
    padding-bottom: 88%
  }

  .section6 .secretBlock {
    margin-bottom: 65px
  }
}

@media (min-width: 576px) {
  .section6 .btnWrap {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 991px) {
  .section6 .btnWrap {
    max-width: 270px
  }

  .section6 {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

.section7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff;
  position: relative;
  z-index: 10
}

.section7 .innerWrapper .titleBlock {
  margin-bottom: 55px
}

@media (min-width: 991px) {
  .section7 .innerWrapper .titleBlock h2.title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    margin-bottom: 0;
    text-align:left;
  }
}

.section7 .innerWrapper .titleBlock .desc .arrow {
  left: calc(50% - 20px);
  cursor: pointer;
  -webkit-animation: arrowDown 2s linear infinite;
  animation: arrowDown 2s linear infinite
}

.section7 .innerWrapper .titleBlock .desc {
  text-align:center;
  padding-left: 0;
}

@media(min-width:576px){
  .section7 .innerWrapper .titleBlock .desc{
  }
}

@media(min-width:765px) {
  .section7 .innerWrapper .titleBlock .desc {
  }
}

@media (min-width: 991px) {
  .section7 .innerWrapper .titleBlock .desc {
    text-align:left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.7%;
    flex: 0 0 31.7%;
    padding-left: 0;
    padding-right: 100px
  }

  .section7 .innerWrapper .titleBlock .desc .arrow {
    width: 40px;
    height: 38px;
    left: unset;
    right: 0;
    bottom: 12px
  }

  .section7 .innerWrapper .titleBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 130px
  }

  .section7 .innerWrapper .formBlock .btnWrap {
    max-width: 360px
  }
}

@media (min-width: 576px) {
  .section7 .innerWrapper .formBlock {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 991px) {
  .section7 .innerWrapper .formBlock {
    max-width: 650px;
    margin-right: unset
  }
}

.section7:before {
  content: 'GR.OS';
  font-family: 'DIN Alternate', sans-serif;
  font-size: 38vw;
  color: #f7f7f7;
  position: absolute;
  z-index: -1;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%)
}

@media (min-width: 576px) {
  .section7:before {
    font-size: 230px
  }
}

@media (min-width: 765px) {
  .section7:before {
    font-size: 300px
  }
}

@media (min-width: 991px) {
  .section7:before {
    font-size: 385px
  }
}

@media (min-width: 1200px) {
  .section7:before {
    font-size: 500px
  }
}

@media (min-width: 576px) {
  .section7 {
    padding-top: 75px;
    padding-bottom: 75px
  }
}

@media (min-width: 991px) {
  .section7 {
    padding-top: 115px;
    padding-bottom: 0
  }
}

.section8 {
  padding-top: 45px;
  background-color: #fff;
  padding-bottom: 50px
}

.section8 .btnWrap.bottom {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.section8 .innerWrapper,
.section8 .innerWrapper .titleBlock {
  margin-bottom: 35px
}

@media (min-width: 991px) {
  .section8 .innerWrapper .titleBlock h2.title {
    margin-bottom: 50px
  }

  .section8 .innerWrapper .titleBlock .desc {
    padding-right: 90px
  }

  .section8 .innerWrapper .titleBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 90px
  }
}

.section8 .innerWrapper .imgBlock {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto
}

.section8 .innerWrapper .imgBlock .img_wrap {
  padding-bottom: 105%
}

@media (min-width: 576px) {
  .section8 .innerWrapper .imgBlock {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 991px) {
  .section8 .innerWrapper .imgBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 410px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: unset;
    margin-right: unset
  }

  .section8 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 57px
  }
}

.section8 .secretBlock {
  margin-bottom: 40px
}

.section8 .secretBlock > .item {
  -webkit-box-shadow: 0 14px 30px 0 rgba(36, 156, 229, .5);
  box-shadow: 0 14px 30px 0 rgba(36, 156, 229, .5);
  position: relative;
  cursor: pointer;
  margin-bottom: 35px;
  padding: 25px 25px 60px;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  border-bottom: 1px solid #bfbfbf
}

.section8 .secretBlock > .item .rightArrow {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

@media (min-width: 991px) {
  .section8 .secretBlock > .item .rightArrow {
    top: 55px
  }
}

.section8 .secretBlock > .item .topSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.section8 .secretBlock > .item .topSide .sNumber {
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  font-size: 7.2vw;
  color: #000;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8vw;
  flex: 0 0 8vw
}

@media (min-width: 576px) {
  .section8 .secretBlock > .item .topSide .sNumber {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    font-size: 36px
  }
}

.section8 .secretBlock > .item .topSide .title {
  margin-left: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 50px);
  flex: 0 0 calc(100% - 50px);
  padding-right: 25px
}

.section8 .secretBlock > .item .topSide .decorBtn span,
.section8 .secretBlock > .item .topSide .title .text {
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  font-size: 7.2vw
}

@media (min-width: 576px) {
  .section8 .secretBlock > .item .topSide .title .text {
    font-size: 36px
  }
}

@media (min-width: 991px) {
  .section8 .secretBlock > .item .topSide .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (min-width: 1200px) {
  .section8 .secretBlock > .item .topSide .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%
  }
}

.section8 .secretBlock > .item .topSide .description {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 25px;
  font-family: 'Proba Pro', sans-serif;
  font-size: 5.4vw;
  line-height: 1.2;
  color: #7d7d7d
}

@media (min-width: 576px) {
  .section8 .secretBlock > .item .topSide .description {
    font-size: 18px;
    line-height: 24px
  }
}

@media (min-width: 765px) {
  .section8 .secretBlock > .item .topSide .description {
    font-size: 24px;
    line-height: 30px
  }
}

@media (min-width: 991px) {
  .section8 .secretBlock > .item .topSide .description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(52% - 35px);
    flex: 0 0 calc(52% - 35px);
    padding-right: 30px;
    margin-top: 0
  }
}

.section8 .secretBlock > .item .topSide .decorBtn,
.section8 .secretBlock > .item .topSide .decorBtn svg {
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.section8 .secretBlock > .item .topSide .decorBtn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  position: absolute;
  bottom: 20px;
  letter-spacing: 1.3px;
  left: 25px
}

.section8 .secretBlock > .item .topSide .decorBtn span {
  font-size: 4vw;
  text-transform: uppercase
}

@media (min-width: 576px) {
  .section8 .secretBlock > .item .topSide .decorBtn span {
    font-size: 12px
  }
}

.section8 .secretBlock > .item .topSide .decorBtn svg {
  width: 8px;
  height: 12px;
  margin-left: 15px
}

.section8 .secretBlock > .item .topSide .decorBtn:hover {
  color: #4cbbff
}

@media (min-width: 991px) {
  .section8 .secretBlock > .item .topSide .decorBtn {
    margin-top: auto;
    margin-bottom: 7px;
    position: static;
    left: 195px;
    bottom: 50px
  }

  .section8 .secretBlock > .item .topSide {
    min-height: 100px
  }
}

.section8 .secretBlock > .item .hiddenSide {
  display: none;
  margin-top: 40px
}

.section8 .secretBlock > .item .hiddenSide .wrapper .leftSide {
  position: relative;
  margin-bottom: 35px
}

.section8 .secretBlock > .item .hiddenSide .wrapper .leftSide .imgBlock .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

@media (min-width: 991px) {
  .section8 .secretBlock > .item .hiddenSide .wrapper .leftSide .imgBlock .img_wrap {
    padding-bottom: 75%
  }

  .section8 .secretBlock > .item .hiddenSide .wrapper .leftSide .imgBlock {
    margin-left: -30px
  }

  .section8 .secretBlock > .item .hiddenSide .wrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 80px
  }

  .section8 .secretBlock > .item .hiddenSide .wrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 70px
  }

  .section8 .secretBlock > .item .hiddenSide .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.section8 .secretBlock > .item .hiddenSide ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 40px
}

@media (min-width: 991px) {
  .section8 .secretBlock > .item .hiddenSide ul {
    margin-bottom: 45px
  }
}

.section8 .secretBlock > .item .hiddenSide ol li,
.section8 .secretBlock > .item .hiddenSide ul li {
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  font-size: 5vw;
  line-height: 1.2;
  color: #000;
  margin-bottom: 4vw;
}

.section8 .secretBlock > .item .hiddenSide ol li span,
.section8 .secretBlock > .item .hiddenSide ul li span {
  font-family: 'Proba Pro', sans-serif;
  font-weight: 400;
  font-size: 5vw;
  color: #7d7d7d
}

@media (min-width: 576px) {

  .section8 .secretBlock > .item .hiddenSide ol li span,
  .section8 .secretBlock > .item .hiddenSide ul li span {
    font-size: 15px
  }
}

@media (min-width: 765px) {

  .section8 .secretBlock > .item .hiddenSide ol li span,
  .section8 .secretBlock > .item .hiddenSide ul li span {
    font-size: 16px
  }
}

@media (min-width: 576px) {

  .section8 .secretBlock > .item .hiddenSide ol li,
  .section8 .secretBlock > .item .hiddenSide ul li {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 7px;
  }
}

@media (min-width: 991px) {

  .section8 .secretBlock > .item .hiddenSide ol li,
  .section8 .secretBlock > .item .hiddenSide ul li {
    margin-bottom: 11px
  }
}

.section8 .secretBlock > .item .hiddenSide .features {
  margin-bottom: 0
}

.section8 .secretBlock > .item .hiddenSide .textTitle {
  margin-bottom: 23px
}

.section8 .secretBlock > .item .hiddenSide .btnWrap {
  max-width: 350px
}

@media (min-width: 991px) {
  .section8 .secretBlock > .item .hiddenSide .btnWrap {
    max-width: 250px
  }
}

.section8 .secretBlock > .item.active {
  cursor: auto;
  padding-bottom: 100px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.section8 .secretBlock > .item.active .rightArrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media (min-width: 991px) {
  .section8 .secretBlock > .item.active .rightArrow {
    top: unset;
    bottom: 60px
  }
}

.section8 .secretBlock > .item.active .topSide .decorBtn {
  bottom: 45px
}

.section8 .secretBlock > .item.active:hover {
  border-color: #bfbfbf
}

@media (min-width: 991px) {
  .section8 .secretBlock > .item.active {
    padding-bottom: 60px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }
}

.section8 .secretBlock > .item:last-child {
  margin-bottom: 0
}

.section8 .secretBlock > .item.first .hiddenSide .wrapper .leftSide .imgBlock .img_wrap {
  padding-bottom: 65%
}

.section8 .secretBlock > .item.second .hiddenSide .wrapper .leftSide .imgBlock .img_wrap {
  padding-bottom: 71%
}

.section8 .secretBlock > .item.fourth .hiddenSide .wrapper .leftSide .imgBlock .img_wrap,
.section8 .secretBlock > .item.third .hiddenSide .wrapper .leftSide .imgBlock .img_wrap {
  padding-bottom: 73%
}

.section8 .secretBlock > .item.fifth .hiddenSide .wrapper .leftSide .imgBlock .img_wrap {
  padding-bottom: 62%
}

.section8 .secretBlock > .item.fifth .hiddenSide .wrapper .leftSide .imgBlock .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom
}

.section8 .secretBlock > .item:hover {
  -webkit-box-shadow: 0 14px 30px 0 rgba(36, 156, 229, .5);
  box-shadow: 0 14px 30px 0 rgba(36, 156, 229, .5);
  border-color: transparent
}

.section8 .secretBlock > .item:hover .decorBtn,
.section9 .innerWrapper .questionsBlock .progressBar button:hover,
.section9 .innerWrapper .questionsBlock .questionWrap .question .inputWrapper.checkbox label:hover,
.section9 .innerWrapper .questionsBlock .questionWrap .question .nextQuestionBtn:hover span {
  color: #4cbbff
}

.section8 .secretBlock > .item:hover .decorBtn svg,
.section8 .secretBlock > .item:hover .rightArrow svg,
.section9 .innerWrapper .questionsBlock .questionWrap .question .nextQuestionBtn:hover svg {
  fill: #4cbbff
}

@media (min-width: 991px) {
  .section8 .secretBlock > .item {
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 200px;
    padding: 51px 30px 47px
  }

  .section8 {
    padding-top: 103px;
    padding-bottom: 80px
  }
  .section7 {
    padding-bottom: 100px;
  }
}

.section9 {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #fff;
  position: relative;
  z-index: 10
}

.section9 .innerWrapper .titleBlock {
  margin-bottom: 75px
}

.section9 .innerWrapper .titleBlock .desc {
  padding-left: 2vw;
}

@media(min-width: 576px) {
  .section9 .innerWrapper .titleBlock .desc {
    padding-left: 15vw;
  }
}

@media(min-width:765px) {
  .section9 .innerWrapper .titleBlock .desc {
    padding-left: 90px;
  }
}

@media (min-width: 991px) {
  .section9 .innerWrapper .titleBlock h2.title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    margin-bottom: 0
  }
}

.section9 .innerWrapper .titleBlock .desc .arrow {
  -webkit-animation: arrowDown 2s linear infinite;
  animation: arrowDown 2s linear infinite
}

@media (min-width: 991px) {
  .section9 .innerWrapper .titleBlock .desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding-left: 0;
    padding-right: 140px
  }

  .section9 .innerWrapper .titleBlock .desc .arrow {
    width: 40px;
    height: 38px;
    left: unset;
    right: 0;
    bottom: 12px
  }

  .section9 .innerWrapper .titleBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 138px
  }
}

.section9 .innerWrapper .questionsBlock {
  position: relative
}

.section9 .innerWrapper .questionsBlock .progressBar {
  position: absolute;
  left: 0;
  bottom: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.section9 .innerWrapper .questionsBlock .progressBar li {
  height: 2px;
  width: 20vw;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  background-color: rgba(0, 0, 0, .3);
  background-size: 100% 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #000), to(transparent));
  background-image: -o-linear-gradient(left, #000 100%, transparent 100%);
  background-image: linear-gradient(to right, #000 100%, transparent 100%);
  background-repeat: no-repeat
}

.section9 .innerWrapper .questionsBlock .progressBar li:last-child {
  width: 0
}

.section9 .innerWrapper .questionsBlock .progressBar li.active {
  width: 32vw;
  -webkit-animation: rightBlue 3500ms linear forwards;
  animation: rightBlue 3500ms linear forwards
}

@media (min-width: 576px) {
  .section9 .innerWrapper .questionsBlock .progressBar li.active {
    width: 115px
  }

  .section9 .innerWrapper .questionsBlock .progressBar li.active:last-child {
    width: 55px
  }
}

@media (min-width: 765px) {
  .section9 .innerWrapper .questionsBlock .progressBar li.active {
    width: 190px
  }

  .section9 .innerWrapper .questionsBlock .progressBar li.active:last-child {
    width: 95px
  }
}

@media (min-width: 991px) {
  .section9 .innerWrapper .questionsBlock .progressBar li.active {
    width: 170px
  }

  .section9 .innerWrapper .questionsBlock .progressBar li.active:last-child {
    width: 85px
  }
}

.section9 .innerWrapper .questionsBlock .progressBar li:last-child button {
  left: -14px
}

@media (min-width: 576px) {
  .section9 .innerWrapper .questionsBlock .progressBar li {
    width: 75px
  }
}

@media (min-width: 765px) {
  .section9 .innerWrapper .questionsBlock .progressBar li {
    width: 130px
  }
}

@media (min-width: 991px) {
  .section9 .innerWrapper .questionsBlock .progressBar li {
    width: 90px
  }
}

.section9 .innerWrapper .questionsBlock .progressBar button,
form .inputWrapper input {
  border: 0;
  outline: 0;
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  background-color: transparent
}

.section9 .innerWrapper .questionsBlock .progressBar button {
  position: relative;
  top: -20px;
  left: 2px;
  cursor: pointer;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

@media (min-width: 765px) {
  .section9 .innerWrapper .questionsBlock .progressBar {
    bottom: -100px;
    left: 15px
  }
}

@media (min-width: 991px) {
  .section9 .innerWrapper .questionsBlock .progressBar {
    bottom: -40px;
    left: -197px
  }
}

.section9 .innerWrapper .questionsBlock .countBlock {
  display: none;
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  color: #000;
  position: absolute;
  bottom: -60px;
  right: 15px;
  font-size: 32px
}

.section9 .innerWrapper .questionsBlock .countBlock span {
  color: #fff;
  display: inline-block;
  -webkit-transform: translate(5px, -15px);
  -ms-transform: translate(5px, -15px);
  transform: translate(5px, -15px);
  font-size: 26px;
  text-shadow: 0 -1px 0 #b6b2ad, 0 -1px 0 #b6b2ad, 0 1px 0 #b6b2ad, 0 1px 0 #b6b2ad, -1px 0 0 #b6b2ad, 1px 0 0 #b6b2ad, -1px 0 0 #b6b2ad, 1px 0 0 #b6b2ad, -1px -1px 0 #b6b2ad, 1px -1px 0 #b6b2ad, -1px 1px 0 #b6b2ad, 1px 1px 0 #b6b2ad, -1px -1px 0 #b6b2ad, 1px -1px 0 #b6b2ad, -1px 1px 0 #b6b2ad, 1px 1px 0 #b6b2ad
}

@media (min-width: 576px) {
  .section9 .innerWrapper .questionsBlock .countBlock span {
    font-size: 32px
  }
}

@media (min-width: 991px) {
  .section9 .innerWrapper .questionsBlock .countBlock span {
    font-size: 36px;
    -webkit-transform: translate(10px, -25px);
    -ms-transform: translate(10px, -25px);
    transform: translate(10px, -25px)
  }
}

@media (min-width: 576px) {
  .section9 .innerWrapper .questionsBlock .countBlock {
    font-size: 40px
  }
}

@media (min-width: 765px) {
  .section9 .innerWrapper .questionsBlock .countBlock {
    display: block;
    bottom: -100px
  }
}

@media (min-width: 991px) {
  .section9 .innerWrapper .questionsBlock .countBlock {
    top: 0;
    left: -197px;
    right: unset;
    bottom: unset;
    font-size: 48px
  }
}

.section9 .innerWrapper .questionsBlock .questionWrap .question {
  height: 280px;
  margin-bottom: 35px
}

.section9 .innerWrapper .questionsBlock .questionWrap .question .inputWrapper {
  max-width: 450px;
  /*margin-left:auto;*/
  /*margin-right:auto;*/
}

@media(min-width:765px) {
  .section9 .innerWrapper .questionsBlock .questionWrap {
    margin-left: 90px;
  }
}

@media(min-width: 991px) {
  .section9 .innerWrapper .questionsBlock .questionWrap {
    margin-left: 0;
  }

  .section9 .innerWrapper .questionsBlock .questionWrap .question .inputWrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

.section9 .innerWrapper .questionsBlock .questionWrap .question .title {
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  font-size: 8vw;
  margin-bottom: 20px
}

@media (min-width: 576px) {
  .section9 .innerWrapper .questionsBlock .questionWrap .question .title {
    font-size: 36px
  }
}

@media (min-width: 991px) {
  .section9 .innerWrapper .questionsBlock .questionWrap .question .title {
    margin-bottom: 53px
  }
}

.section9 .innerWrapper .questionsBlock .questionWrap .question .inputWrapper.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.section9 .innerWrapper .questionsBlock .questionWrap .question .inputWrapper.checkbox label {
  cursor: pointer;
  margin-left: 20px;
  color: #7d7d7d;
  font-family: 'Proba Pro', sans-serif;
  font-size: 4.7vw;
  position: relative
}

.section9 .innerWrapper .questionsBlock .questionWrap .question .inputWrapper.checkbox label:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-color: #000
}

@media (min-width: 576px) {
  .section9 .innerWrapper .questionsBlock .questionWrap .question .inputWrapper.checkbox label {
    font-size: 16px
  }
}

@media (min-width: 991px) {
  .section9 .innerWrapper .questionsBlock .questionWrap .question .inputWrapper.checkbox {
    margin-bottom: 20px
  }
}

.section9 .innerWrapper .questionsBlock .questionWrap .question .nextQuestionBtn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  max-width: 100px;
  margin-left: auto
}

.section9 .innerWrapper .questionsBlock .questionWrap .question .nextQuestionBtn span {
  font-family: "DIN Alternate", sans-serif;
  font-size: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all .45s ease-in-out;
  -o-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out
}

.section9 .innerWrapper .questionsBlock .questionWrap .question .nextQuestionBtn svg {
  width: 25px;
  height: 24px;
  margin-left: 15px;
  fill: #000;
  -webkit-transition: all .45s ease-in-out;
  -o-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out
}

@media (min-width: 991px) {
  .section9 .innerWrapper .questionsBlock .questionWrap .question .nextQuestionBtn svg {
    width: 37px;
    height: 35px;
    margin-left: 25px
  }
}

@media (min-width: 991px) {
  .section9 .innerWrapper .questionsBlock .questionWrap .question .nextQuestionBtn {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 95px;
    max-width: 150px;
    margin-left: auto
  }
}

.section9 .innerWrapper .questionsBlock .questionWrap .question .btnWrap {
  margin-top: 40px
}

@media (min-width: 765px) {
  .section9 .innerWrapper .questionsBlock .questionWrap .question .btnWrap {
    max-width: 150px
  }
}

@media (min-width: 991px) {
  .section9 .innerWrapper .questionsBlock .questionWrap .question .btnWrap {
    max-width: 175px;
    margin-left: auto
  }

  .section9 .innerWrapper .questionsBlock .questionWrap .question.first .nextQuestionBtn {
    margin-top: 50px
  }
}

.section9 .innerWrapper .questionsBlock .questionWrap .question.second .nextQuestionBtn {
  margin-top: 105px
}

@media (min-width: 991px) {
  .section9 .innerWrapper .questionsBlock .questionWrap .question.second .nextQuestionBtn {
    margin-top: 130px
  }
}

.section9 .innerWrapper .questionsBlock .questionWrap .question.third .nextQuestionBtn {
  margin-top: 105px
}

@media (min-width: 991px) {
  .section9 .innerWrapper .questionsBlock .questionWrap .question.third .nextQuestionBtn {
    margin-top: 130px
  }
}

.section9 .innerWrapper .questionsBlock .questionWrap .question.fourth .btnWrap {
  margin-top: 60px
}

@media (min-width: 765px) {
  .section9 .innerWrapper .questionsBlock .questionWrap .question.fourth .btnWrap {
    margin-left: auto
  }
}

@media (min-width: 991px) {
  .section9 .innerWrapper .questionsBlock .questionWrap .question.fourth .btnWrap {
    margin-top: 60px
  }

  .section9 .innerWrapper .questionsBlock .questionWrap .question {
    height: 330px
  }

  .section9 .innerWrapper .questionsBlock {
    max-width: 455px;
    margin-left: auto
  }
}

.section9:before {
  content: 'GR.OS';
  font-family: 'DIN Alternate', sans-serif;
  font-size: 38vw;
  color: #f7f7f7;
  position: absolute;
  z-index: -1;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (min-width: 576px) {
  .section9:before {
    font-size: 230px
  }
}

@media (min-width: 765px) {
  .section9:before {
    font-size: 300px
  }
}

@media (min-width: 991px) {
  .section9:before {
    font-size: 385px
  }
}

@media (min-width: 1200px) {
  .section9:before {
    font-size: 500px
  }
}

@media (min-width: 765px) {
  .section9 {
    padding-bottom: 150px
  }
}

@media (min-width: 991px) {
  .section9 {
    background-position: center left calc(50% - 260px), center right calc(50% - 260px);
    background-size: 500px;
    padding-top: 70px;
    padding-bottom: 165px
  }
}

.success {
  background-color: #fff;
  position: relative;
  z-index: 10
}

.success .innerWrapper {
  height: 100vh;
  min-height: 600px;
  position: relative
}

.success .innerWrapper .logo {
  position: absolute;
  top: 5vh;
  left: calc(50% - 35px);
  height: 70px;
  width: 45px;
  fill: #000
}

.success .innerWrapper .logo:hover {
  fill: #4cbbff
}

.success .innerWrapper .textBlock,
.success:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.success .innerWrapper .textBlock {
  width: 100%;
  max-width: 350px
}

.success .innerWrapper .textBlock h1.title {
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  color: #000;
  margin-bottom: 35px;
  text-align: center
}

@media (min-width: 576px) {
  .success .innerWrapper .textBlock h1.title {
    font-size: 28px;
    text-align: right
  }
}

@media (min-width: 765px) {
  .success .innerWrapper .textBlock h1.title {
    font-size: 48px
  }
}

.success .innerWrapper .textBlock .descriptionBlock {
  max-width: 75%;
  margin-left: auto
}

.success .innerWrapper .textBlock .descriptionBlock .desc1 {
  font-family: 'Proba Pro', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #7d7d7d;
  margin-bottom: 35px
}

@media (min-width: 576px) {
  .success .innerWrapper .textBlock .descriptionBlock .desc1 {
    font-size: 24px;
    line-height: 30px
  }
}

.success .innerWrapper .textBlock .descriptionBlock .desc2 {
  font-family: 'Proba Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #000;
  margin-bottom: 35px
}

@media (min-width: 576px) {
  .success .innerWrapper .textBlock .descriptionBlock .desc2 {
    font-size: 16px;
    line-height: 21px
  }
}

.success .innerWrapper .textBlock .descriptionBlock .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 60px
}

.success .innerWrapper .textBlock .descriptionBlock .social a {
  width: 25px;
  height: 25px;
  -webkit-box-shadow: 0 14px 30px 0 rgba(36, 156, 229, .7);
  box-shadow: 0 14px 30px 0 rgba(36, 156, 229, .7);
  -webkit-transition: all .45s ease-in-out;
  -o-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out;
  border-radius: 4px;
  overflow: hidden
}

.success .innerWrapper .textBlock .descriptionBlock .social a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  fill: #4cbbff
}

@media (min-width: 765px) {
  .success .innerWrapper .textBlock .descriptionBlock {
    max-width: 50%
  }
}

@media (min-width: 991px) {
  .success .innerWrapper .textBlock .descriptionBlock {
    max-width: 36%
  }
}

@media (min-width: 765px) {
  .success .innerWrapper .textBlock {
    max-width: 650px
  }
}

@media (min-width: 991px) {
  .success .innerWrapper .textBlock {
    max-width: 780px
  }
}

@media (min-width: 991px) and (max-height: 650px) {
  .success .innerWrapper .textBlock {
    top: 57%
  }
}

.success:before {
  content: 'GR.OS';
  font-family: 'DIN Alternate', sans-serif;
  font-size: 38vw;
  color: #f7f7f7;
  z-index: -1
}

@media (min-width: 576px) {
  .success:before {
    font-size: 230px
  }
}

@media (min-width: 765px) {
  .success:before {
    font-size: 300px
  }
}

@media (min-width: 991px) {
  .success:before {
    font-size: 385px
  }
}

@media (min-width: 1200px) {
  .success:before {
    font-size: 500px
  }
}

form .inputWrapper {
  margin-bottom: 15px;
  position: relative
}

form .inputWrapper .text {
  display: block;
  text-align: left;
  font-size: 14px;
  margin-bottom: 5px;
  color: #222
}

form .inputWrapper input {
  display: block;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 45px;
  font-size: 24px;
  line-height: normal;
  color: #000;
  border-bottom: 1px solid #bfbfbf;
  text-align: left;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

form .inputWrapper input:focus {
  border-color: #4cbbff
}

form .inputWrapper input::-webkit-input-placeholder {
  color: #a4a4a4;
  font-size: 12px;
  /*line-height: 45px;*/
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px
}

form .inputWrapper input:-moz-placeholder,
form .inputWrapper input::-moz-placeholder {
  color: #a4a4a4;
  font-size: 12px;
  /*line-height: 45px;*/
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px
}

form .inputWrapper input:-ms-input-placeholder {
  color: #a4a4a4;
  font-size: 12px;
  /*line-height: 45px;*/
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px
}

form .inputWrapper .allert {
  position: absolute;
  z-index: 20;
  display: block;
  right: -30px;
  height: 20px;
  color: #ff6565;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 45px 0 0;
  top: 60%;
  cursor: pointer;
  text-decoration: none
}

form .inputWrapper .allert .warning_ico,
form .inputWrapper .allert i {
  left: 0;
  top: 0;
  color: red
}

form .inputWrapper .allert span {
  display: none;
  opacity: 0;
  padding: 5px;
  margin-left: 5px;
  color: red;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  min-width: 200px
}

form .inputWrapper .allert:hover span {
  border: 1px solid #ff6565;
  background: #fff;
  display: inline;
  position: absolute;
  color: #4e4e4e;
  right: 24px;
  top: -4px;
  opacity: 1
}

form .inputWrapper .warning_ico {
  width: 18px;
  height: 18px
}

@media (min-width: 991px) {
  form .inputWrapper {
    margin-bottom: 45px
  }
}

form .btnWrap {
  margin-top: 45px
}

.hiddenBlock {
  display: none;
}


.orderPanel {
  /*display: none;*/
  background-color: #fff;
  width: 100%;
  max-width: 555px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 60px;
  border-radius: 1px
}

.orderPanel .fancybox-close-small {
  top: 26px;
  right: 26px;
  padding: 5px;
  width: 55px;
  height: 55px
}

.orderPanel .fancybox-close-small:hover {
  color: #4cbbff
}

.orderPanel .mfp-close {
  top: 15px;
  right: 15px;
  font-size: 35px;
  line-height: 20px;
  padding: 5px;
  width: 30px;
  height: 30px;
  transition: all .35s ease-in-out;
}

.orderPanel .mfp-close:hover {
  color: #4cbbff;
}

@media(min-width: 555px) {
  .orderPanel .mfp-close {
    right: unset;
    top: 25px;
    left: calc(50% + 225px);
  }
}

.orderPanel .wrapper {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto
}

@media(min-width: 560px) {
  .orderPanel .wrapper {
    max-width: 360px;
  }
}

.orderPanel .wrapper .title {
  font-family: 'DIN Alternate', sans-serif;
  color: #000;
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 25px;
  text-align: left;
  padding-left: 15%
}

@media (min-width: 576px) {
  .orderPanel .wrapper .title {
    margin-bottom: 60px;
    font-size: 36px
  }
}

.orderPanel .wrapper input {
  font-size: 24px
}

.orderPanel .wrapper .btnWrap {
  margin-top: 30px
}

.orderPanel .wrapper .btnWrap .btn {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 600px) {
  .orderPanel .wrapper .btnWrap {
    margin-top: 70px
  }
}

@media (min-width: 765px) {
  .orderPanel {
    padding-top: 95px;
    padding-bottom: 95px
  }
}

.modalPolitics {
  /*display: none;*/
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  padding: 0;
  border-bottom: 3px solid #000
}

.modalPolitics:before {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  top: 45px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), to(rgba(0, 0, 0, .35)));
  background: -o-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, .35) 100%);
  background: linear-gradient(to top, transparent 0, rgba(0, 0, 0, .35) 100%)
}

@media (max-width: 520px) {
  .modalPolitics:before {
    top: 43px
  }
}

.modalPolitics:after {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, .35)));
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .35) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .35) 100%)
}

.modalPolitics .fancybox-close-small {
  height: 25px;
  width: 25px;
  padding: 2px;
  top: 8px;
  right: 15px;
  background-color: #d4d4d5;
  border-radius: 50%;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

.modalPolitics .fancybox-close-small:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: #fff
}


.modalPolitics .mfp-close {
  height: 26px;
  width: 26px;
  line-height: 24px;
  padding: 2px;
  top: 8px;
  right: 15px;
  background-color: #d4d4d5;
  border-radius: 50%;
  transition: all .35s ease-in-out;
}

.modalPolitics .mfp-close:hover {
  transform: rotate(180deg);
  background-color: #ffffff;
}

@media(min-width:750px) {
  .modalPolitics .mfp-close {
    right: unset;
    left: calc(50% + 330px);
  }
}


.modalPolitics .title {
  background-color: #fff
}

.modalPolitics .title h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  padding: 13px 35px 10px
}

@media (max-width: 520px) {
  .modalPolitics .title h2 {
    padding: 11px 16px 11px 12px;
    font-size: 12px
  }
}

.modalPolitics .content {
  max-height: 55vh;
  overflow: auto;
  padding: 25px 35px 30px
}

.modalPolitics .content p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-weight: 300
}

.modalPolitics .content p:first-child {
  padding-top: 24px
}

.modalPolitics .content p:last-child {
  padding-bottom: 24px
}

.modalPolitics .content p.smallTitle {
  font-weight: 700
}

@media (max-width: 520px) {
  .modalPolitics .content p {
    font-size: 14px;
    line-height: 16px
  }
}

@media (max-width: 600px) {
  .modalPolitics .content {
    padding: 12px 12px 12px 16px
  }
}

.jq-checkbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: #fff
}

.jq-checkbox input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
  height: auto
}

.jq-checkbox.checked {
  background-color: #000
}



header .innerWrapper .navigation .lang {
  list-style: none;
  padding: 0;
  margin: 0 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .innerWrapper .navigation .lang li {
  position: relative;

}

header .innerWrapper .navigation .lang li a {
  font-size: 14px;
  font-weight: bold;
  transition: .3s;

}

header .innerWrapper .navigation .lang li a:hover {
  color: #4cbbff;
}

header .innerWrapper .navigation .lang li.active a {
  color: #7d7d7d;
}

header .innerWrapper .navigation .lang li:nth-child(1) {
  margin-right: 20px;
}

header .innerWrapper .navigation .lang li:nth-child(1):after {
  content: " | ";
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
}

.section9 {
  min-height: 978px;
}
@media (max-width: 1023px) {
  header .innerWrapper .navigation .lang {
    height: inherit;
    top: -40px;
    flex-direction: row;
  }

  .section2 .innerWrapper .content .item .title br, .section4 .innerWrapper .content .item .title br  {
    display: block;
  }
  .section9 {
    min-height: inherit;
  }
  footer .innerWrapper .infoBlock .social {
    display: block;
    text-align: center;
  }
  footer .innerWrapper .infoBlock .social a {
    display: inline-block;
    margin: 10px;
  }
}
.xs-block {
  display: none;
}
@media(min-width:991px){
  /*header .innerWrapper .navigation .socialMob {*/
  /*  display: block;*/
  /*  text-align: center;*/
  /*  bottom: 8vh;*/
  /*}*/
  /*header .innerWrapper .navigation .socialMob a {*/
  /*  margin: 7px 10px;*/
  /*}*/
  /*header .innerWrapper .navigation {*/
  /*  min-height: 100vh;*/
  /*  height: 100%;*/
  /*}*/
}


@media (max-width: 991px) {

  .xs-block {
    display: block;
  }

  .section5 .btnWrap .more svg {
    margin-left: auto;
  }
  .section5 .btnWrap .more {
    cursor: pointer;
    background-color: transparent;
    color: #000;
    border: 0;
    outline: 0;
    text-align: center;
    padding-left: 0;
    width: 100%;
  }
  .section5 .btnWrap .more span {
    display: block;
  }
  .section5 .btnWrap .more span br {
    display: none;
  }
}
html {
  min-width: 375px;
}
.mfp-wrap, .mfp-bg {
  min-width: 375px;
}
.mfp-bg  {
  z-index: 99999;
}
.mfp-wrap {
  z-index: 999991;
}


.sectionAboutUs{
  padding-top: 50px;
  padding-bottom: 20px;
}

.sectionAboutUs .desc .secDesc{
  transition-delay: 2s;
}
.sectionAboutUs .innerWrapper{}
.sectionAboutUs .innerWrapper .leftSide{
  max-width:63vw;
  margin-left: auto;
  margin-right:auto;
}
.sectionAboutUs .innerWrapper .leftSide .person{
  margin-bottom: 30px;
}
.sectionAboutUs .innerWrapper .leftSide .person .imgWrap{
  margin-bottom: 15px;
  text-align:center;
}
.sectionAboutUs .innerWrapper .leftSide .person .imgWrap img{
  width: 100%;
}
.sectionAboutUs .innerWrapper .leftSide .person .imgWrap img{
  width: 100%;
}
.sectionAboutUs .innerWrapper .leftSide .person .personInfo{}
.sectionAboutUs .innerWrapper .leftSide .person .personInfo .name{
  font-family: 'DIN Alternate', sans-serif;
  font-size: 30px;
  color:#000000;
  margin-bottom: 15px;
}
.sectionAboutUs .innerWrapper .leftSide .person .personInfo ul{}
.sectionAboutUs .innerWrapper .leftSide .person .personInfo ul li{
  position: relative;
  padding-left: 15px;
  font-size: 5vw;
  line-height: 6vw;
  color:#7d7d7d;
  margin-bottom: 10px;
}
.sectionAboutUs .innerWrapper .leftSide .person .personInfo ul li span{
  position:relative;
  font-weight: 700;
  color: #000000;
}
.sectionAboutUs .innerWrapper .leftSide .person .personInfo ul li span.gray{
  color:#7d7d7d;
}
.sectionAboutUs .innerWrapper .leftSide .person .personInfo ul li span:before{
  content: '';
  width: 100%;
  height: 2px;
  background-color:#000000;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.sectionAboutUs .innerWrapper .leftSide .person .personInfo ul li span.gray:before{
  background-color:#7d7d7d;
}

.sectionAboutUs .innerWrapper .leftSide .person .personInfo ul li:before{
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url('../img/smallArrow.png');
  background-repeat: no-repeat;
  background-position: center;
}
.sectionAboutUs .innerWrapper .rightSide{
  margin-bottom: 30px;
}

@media(min-width:576px){
  .sectionAboutUs{
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .sectionAboutUs .desc{
    padding-left: 75px;
    padding-right: 75px;
  }
  .sectionAboutUs .innerWrapper .leftSide{
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    max-width: 600px;
  }
  .sectionAboutUs .innerWrapper .leftSide .person{
    flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .sectionAboutUs .innerWrapper .leftSide .person .imgWrap{
    margin-bottom: 30px;
    max-width: unset;
  }
  .sectionAboutUs .innerWrapper .leftSide .person .personInfo ul li{
    font-size: 16px;
    line-height: 21px;
  }
}
@media(min-width:765px){
  .sectionAboutUs{
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .sectionAboutUs .innerWrapper .leftSide{
    margin-left: auto;
    margin-right:auto;
  }
}
@media(min-width:991px){
  .sectionAboutUs{
    padding-top: 80px;
    padding-bottom: 45px;
  }
  .sectionAboutUs .desc{
    padding-left: 80px;
    padding-right: 0;
  }
  .sectionAboutUs .innerWrapper{
    display: flex;
    justify-content: space-between;
  }
  .sectionAboutUs .innerWrapper .leftSide{
    order: 1;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: unset;
  }

  .sectionAboutUs .innerWrapper .leftSide .person{
    padding-left: 15px;
    padding-right: 15px;
  }
  .sectionAboutUs .innerWrapper .rightSide{
    flex: 0 0 475px;
    order: 2;
    padding-left: 15px;
    margin-bottom: 0;
  }
  .sectionAboutUs .innerWrapper .rightSide h2.title{
    text-align:left;
  }
}
@media(min-width:1200px){
  .sectionAboutUs{
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .sectionAboutUs .innerWrapper .rightSide h2.title{
    margin-bottom: 55px;
  }
}


@media(min-width: 220px) and (max-width: 576px){
  .fancybox-thumbs{
    width: 100%;
    height: 90px;
    top: unset;
    bottom: 0;
  }
  .fancybox-show-thumbs .fancybox-inner{
    right: 0;
  }
}
.section1 .mobileHide{
  display: none;
}
.section1 .mobileShow{

}
@media(min-width: 576px){
  .section1 .mobileHide{
    display: inline;
  }
  .section1 .mobileShow{
    display: none;
  }
}


/*region Section2*/
.section2_main {
  padding-top: 45px;
  padding-bottom: 70px;
  background-color: #fff
}
.section2_main .titleBlock{
  margin-bottom: 15vw;
}
.section2_main .secretBlock {
  margin-bottom: 40px
}

.section2_main .secretBlock .item {
  display: block;
  -webkit-box-shadow: 0 14px 30px 0 rgba(36, 156, 229, .5);
  box-shadow: 0 14px 30px 0 rgba(36, 156, 229, .5);
  cursor: pointer;
  position: relative;
  margin-bottom: 35px;
  padding: 25px;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  border-bottom: 1px solid #bfbfbf;
}

.section2_main .secretBlock .item .slide img{
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.section2_main .secretBlock .item:last-child {
  margin-bottom: 0
}
.section2_main .secretBlock .item:hover {
  -webkit-box-shadow: 0 14px 30px 0 rgba(36, 156, 229, .5);
  box-shadow: 0 14px 30px 0 rgba(36, 156, 229, .5);
  border-color: transparent
}

.section2_main .secretBlock .item .leftSide{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section2_main .secretBlock .item .leftSide .sNumber {
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  font-size: 7.2vw;
  color: #000;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8vw;
  flex: 0 0 8vw
}

.section2_main .secretBlock .item .leftSide .title {
  margin-left: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 50px);
  flex: 0 0 calc(100% - 50px);
  padding-right: 25px;
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  font-size: 7.2vw;
  margin-bottom: 5vw;
}
.section2_main .secretBlock .item .leftSide .hiddenMobile{
  flex: 0 0 100%;
  margin-bottom: 5vw;
}
.section2_main .secretBlock .item .leftSide .hiddenMobile .slide{}
.section2_main .secretBlock .item .leftSide .hiddenMobile .slide .img_wrap{
  padding-bottom: 65%;
}

.section2_main .secretBlock .item .leftSide .description {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-family: 'Proba Pro', sans-serif;
  font-size: 5.2vw;
  line-height: 1.2;
  color: #7d7d7d;
  margin-bottom: 5vw;
}
.section2_main .secretBlock .item .leftSide .decorBtn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 1.3px;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.section2_main .secretBlock .item .leftSide .decorBtn span {
  font-size: 4vw;
  text-transform: uppercase;
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
}

.section2_main .secretBlock .item .leftSide .decorBtn svg {
  width: 8px;
  height: 12px;
  margin-left: 15px
}
.section2_main .secretBlock .item:hover .leftSide .decorBtn {
  color: #4cbbff
}

.section2_main .secretBlock .item:hover .leftSide .decorBtn svg {
  fill: #4cbbff
}

.section2_main .secretBlock .item .leftSide .decorBtn {}
.section2_main .secretBlock .item .leftSide .btnWrap .simpleBtn{
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 1.3px;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-color: transparent;
  border: none;
}

.section2_main .secretBlock .item .leftSide .btnWrap .simpleBtn span{
  font-size: 4vw;
  text-transform: uppercase;
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  color:#000000;
}

.section2_main .secretBlock .item .leftSide .btnWrap .simpleBtn svg {
  width: 8px;
  height: 12px;
  margin-left: 15px
}

.section2_main .secretBlock .item .leftSide .btnWrap .simpleBtn:hover span{
  color:#4cbbff;
}
.section2_main .secretBlock .item .leftSide .btnWrap .simpleBtn:hover svg{
  fill:#4cbbff;
}



.section2_main .secretBlock .item .rightSide{
  display: none;
}

@media(min-width:576px){
  .section2_main{
    padding-top: 55px;
    padding-bottom: 80px;
  }
  .section2_main .titleBlock{
    margin-bottom: 35px;
  }
  .section2_main .secretBlock .item .leftSide .title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .section2_main .secretBlock .item .leftSide .hiddenMobile{
    margin-bottom: 20px;
  }
  .section2_main .secretBlock .item .leftSide .description {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .section2_main .secretBlock .item .leftSide .decorBtn span {
    font-size: 12px
  }
  .section2_main .secretBlock .item .leftSide .btnWrap .simpleBtn span{
    font-size: 12px;
  }
  .section2_main .secretBlock .item .leftSide .sNumber {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    font-size: 36px
  }
}

@media(min-width:765px){
  .section2_main{
    padding-top: 100px;
  }
  .section2_main .secretBlock .item{
    display: flex;
  }
  .section2_main .secretBlock .item .leftSide .hiddenMobile{
    display: none;
  }
  .section2_main .secretBlock .item .leftSide .title{
    margin-bottom: 0;
    padding-right: 0;
  }
  .section2_main .secretBlock .item .leftSide .description {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .section2_main .secretBlock .item .leftSide .decorBtn{
    align-self: flex-end;
  }
  .section2_main .secretBlock .item .leftSide .btnWrap .simpleBtn{
    align-self: flex-end;
  }
  .section2_main .secretBlock .item .rightSide{
    display: block;
    flex: 0 0 325px;
    padding-left: 15px;
  }

}

@media(min-width: 992px){
  .section2_main {
    padding-top: 80px;
    padding-bottom: 80px
  }
  .section2_main .secretBlock {
    margin-bottom: 65px
  }
  .section2_main .secretBlock .item {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    padding: 50px 30px 45px;
    min-height: 100px
  }
  .section2_main .secretBlock .item .leftSide{
    padding-right: 15px;
  }
  .section2_main .secretBlock .item .leftSide .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
  }
  .section2_main .secretBlock .item .leftSide .description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    margin-left:auto;
  }

  .section2_main .secretBlock .item .leftSide .decorBtn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    margin-left:auto;
  }
  .section2_main .secretBlock .item .leftSide .btnWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    margin-left:auto;
    margin-top: auto;
  }
  .section2_main .secretBlock .item .rightSide{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
  }
  .section2_main .secretBlock .item .rightSide .slide .img_wrap{
    padding-bottom: 80%;
  }
}

@media(min-width: 1200px){
  .section2_main .secretBlock .item .leftSide .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 490px;
    flex: 0 0 490px;
  }
  .section2_main .secretBlock .item .leftSide .description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 490px;
    flex: 0 0 490px;
  }
  .section2_main .secretBlock .item .leftSide .btnWrap {
    margin-left: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 490px;
    flex: 0 0 490px;
  }
  .section2_main .secretBlock .item .leftSide .decorBtn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 490px;
    flex: 0 0 490px;
  }
  .section2_main .secretBlock .item .leftSide .btnWrap .simpleBtn{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 490px;
    flex: 0 0 490px;
  }
  .section2_main .secretBlock .item .rightSide{
    flex: 0 0 415px;
  }
  .section2_main .secretBlock .item .rightSide .slide .img_wrap{
    padding-bottom: 230px;
  }
}

/*endregion*/

