@import url(reset.css);
@import url(fonts.css);
@import url(font-awesome.min.css);
@import url(magnific-popup.css);
@import url(slick.css);
@import url(slick-theme.css);

@-webkit-keyframes movingShadow {
  0%, to {
    -webkit-box-shadow: 0 20px 30px 0 rgba(53, 84, 48, .7);
    box-shadow: 0 20px 30px 0 rgba(53, 84, 48, .7)
  }
  25% {
    -webkit-box-shadow: -20px 0 30px 0 rgba(53, 84, 48, .7);
    box-shadow: -20px 0 30px 0 rgba(53, 84, 48, .7)
  }
  50% {
    -webkit-box-shadow: 0 -20px 30px 0 rgba(53, 84, 48, .7);
    box-shadow: 0 -20px 30px 0 rgba(53, 84, 48, .7)
  }
  75% {
    -webkit-box-shadow: 20px 0 30px 0 rgba(53, 84, 48, .7);
    box-shadow: 20px 0 30px 0 rgba(53, 84, 48, .7)
  }
}

@keyframes movingShadow {
  0%, to {
    -webkit-box-shadow: 0 20px 30px 0 rgba(53, 84, 48, .7);
    box-shadow: 0 20px 30px 0 rgba(53, 84, 48, .7)
  }
  25% {
    -webkit-box-shadow: -20px 0 30px 0 rgba(53, 84, 48, .7);
    box-shadow: -20px 0 30px 0 rgba(53, 84, 48, .7)
  }
  50% {
    -webkit-box-shadow: 0 -20px 30px 0 rgba(53, 84, 48, .7);
    box-shadow: 0 -20px 30px 0 rgba(53, 84, 48, .7)
  }
  75% {
    -webkit-box-shadow: 20px 0 30px 0 rgba(53, 84, 48, .7);
    box-shadow: 20px 0 30px 0 rgba(53, 84, 48, .7)
  }
}

@-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 rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

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

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

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

a {
  font-family: 'Sofia Pro', sans-serif;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

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

.slick-slider .img_wrap img {
  min-width: auto
}

.slick-dots li button, br.later, br.later2, br.tabO, footer .footerBottom .innerWrapper .rezartLogo:before {
  display: none
}

@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
}

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

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

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

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

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

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

.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%
}

.img_wrap .el {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  width: 100%;
  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;
  display: inline-block;
  border-radius: 0;
  width: 100%;
  max-width: 180px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 11px;
  letter-spacing: 1.4px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  font-family: 'Sofia Pro', sans-serif;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 20px 35px 0 rgba(53, 84, 48, .7);
  box-shadow: 0 20px 35px 0 rgba(53, 84, 48, .7);
  -webkit-animation: movingShadow 5s infinite linear;
  animation: movingShadow 5s infinite linear;
  background-color: #014629
}

.btn:hover {
  -webkit-box-shadow: 0 20px 35px 0 rgba(66, 165, 117, .7);
  box-shadow: 0 20px 35px 0 rgba(66, 165, 117, .7);
  background-color: #42a575;
  color: #fff
}

.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #e2e2e2;
  color: #fff
}

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

h1.title, h2.title {
  text-align: center;
  color: #000
}

h1.title {
  letter-spacing: -2px;
  font-size: 11.5vw
}

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

@media (min-width: 765px) {
  h1.title {
    text-align: left;
    font-size: 56px
  }
}

@media (min-width: 992px) {
  h1.title {
    letter-spacing: -4px
  }
}

@media (min-width: 1200px) {
  h1.title {
    font-size: 72px
  }
}

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

.mainScreen .innerWrapper .countBlock, .preTitle, .slick-dots:after, .slick-dots:before, h1.title, h2.title {
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 700
}

h2.title {
  font-size: 9vw;
  line-height: 1.2
}

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

@media (min-width: 765px) {
  h2.title {
    font-size: 48px;
    line-height: 54px
  }
}

.preTitle {
  font-weight: 500;
  color: #019557;
  font-size: 3.2vw;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px
}

@media (min-width: 576px) {
  .preTitle {
    font-size: 11px
  }
}

.content_title {
  font-family: 'Sofia Pro', sans-serif;
  font-size: 5.8vw;
  line-height: 1.2;
  color: #000;
  font-weight: 500
}

.content_title span {
  color: #019557
}

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

.content_text {
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 200;
  font-size: 4vw;
  line-height: 1.2;
  color: #7c7c7c
}

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

main {
  overflow: hidden
}

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

.slick-arrow svg {
  width: 10px;
  height: 14px
}

.slick-arrow.prev__arrow {
  right: 30px
}

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

.slick-arrow.next__arrow {
  right: 0
}

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

@media (min-width: 992px) {
  .slick-arrow {
    width: 36px;
    height: 36px
  }
}

.slick-dots {
  width: auto;
  left: 50%;
  bottom: 15px;
  padding: 13px 10px;
  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;
  display: inline-block;
  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%);
  background-repeat: no-repeat
}

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

.slick-dots li.slick-active ~ li {
  background-size: 0 0
}

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

@media (min-width: 765px) {
  .slick-dots li {
    width: 25px
  }
}

@media (min-width: 992px) {
  .slick-dots li {
    width: 35px
  }
}

.slick-dots:after, .slick-dots:before {
  position: absolute;
  top: 5px;
  color: #fff;
  font-size: 12px
}

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

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

@media (min-width: 576px) {
  .slick-dots {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    left: 50%
  }
}

@media (min-width: 765px) {
  .slick-dots {
    bottom: 40px
  }
}

header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  padding: 10px 0;
}

header .innerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

header .innerWrapper .logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px
}

header .innerWrapper .phone span {
  font-size: 16px;
  font-weight: 200;
  color: #ffffff;
  text-shadow: 1px 1px 2px #000, 0 0 1em #000;
}

header .innerWrapper .phone a {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 1px 1px 2px #000, 0 0 1em #000;
  position: relative
}

header .innerWrapper .phone a:before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: -2px;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

header, header .innerWrapper .phone a:hover:before {
  width: 100%
}

@media (min-width: 765px) {
  header .innerWrapper .phone {
    margin-right: auto;
    margin-left: 10%
  }
}

@media (min-width: 992px) {
  header .innerWrapper .phone {
    margin-left: 8%
  }
}

header .innerWrapper .socials {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  height: 10vh
}

header .innerWrapper .socials a {
  display: inline;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-shadow: 1px 1px 2px #000, 0 0 1em #000;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #ffffff), to(transparent));
  background-image: -o-linear-gradient(left, #ffffff 100%, transparent 100%);
  background-image: linear-gradient(to right, #ffffff 100%, transparent 100%);
  background-size: 0 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
  -webkit-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  padding-bottom: 3px
}

header .innerWrapper .socials a:hover {
  background-size: 100% 2px
}

@media (min-width: 765px) {
  header .innerWrapper .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px
  }
}

@media (min-width: 992px) {
  header .innerWrapper .socials {
    height: 115px
  }
}

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

@media (min-width: 765px) {
  header {
    padding-top: 30px
  }
}

@media (min-width: 992px) {
  header {
    padding-top: 40px
  }
}

footer .footerTop {
  background-color: #fff;
  padding-top: 10vw;
  padding-bottom: 10vw
}

footer .footerTop .innerWrapper .footerElement {
  text-align: center;
  margin-bottom: 35px
}

footer .footerTop .innerWrapper .footerElement.logoBlock .logo {
  display: inline-block;
  width: 150px;
  margin-bottom: 20px;
  background: none;
}

@media (min-width: 992px) {
  footer .footerTop .innerWrapper .footerElement.logoBlock .logo {
    width: 100px;
    margin-bottom: 32px
  }
}

footer .footerTop .innerWrapper .footerElement.logoBlock .copyright {
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 200;
  font-size: 12px;
  color: #7c7c7c
}

@media (min-width: 765px) {
  footer .footerTop .innerWrapper .footerElement.logoBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-bottom: 0
  }
}

@media (min-width: 992px) {
  footer .footerTop .innerWrapper .footerElement.logoBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
}

footer .footerTop .innerWrapper .footerElement.contactsBlock .item {
  margin-bottom: 15px
}

footer .footerTop .innerWrapper .footerElement.socials {
  margin-bottom: 0;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100px
}

footer .footerTop .innerWrapper .footerElement a, footer .footerTop .innerWrapper .footerElement.socials a {
  color: #014629;
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #014629), to(transparent));
  background-image: -o-linear-gradient(left, #014629 100%, transparent 100%);
  background-image: linear-gradient(to right, #014629 100%, transparent 100%);
  background-position: right bottom
}

footer .footerTop .innerWrapper .footerElement.socials a:hover {
  background-size: 0 2px
}

@media (min-width: 765px) {
  footer .footerTop .innerWrapper .footerElement.socials {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
  }
}

footer .footerTop .innerWrapper .footerElement .title {
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #878787;
  margin-bottom: 5px
}

footer .footerTop .innerWrapper .footerElement a {
  display: inline;
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  background-size: 0 2px;
  background-position: left bottom;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out
}

footer .footerTop .innerWrapper .footerElement a:hover {
  color: #014629;
  background-size: 100% 2px
}

@media (min-width: 765px) {
  footer .footerTop .innerWrapper .footerElement {
    text-align: left;
    margin-bottom: 0
  }

  footer .footerTop .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 576px) {
  footer .footerTop {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media (min-width: 765px) {
  footer .footerTop {
    padding-top: 55px;
    padding-bottom: 55px
  }
}

@media (min-width: 992px) {
  footer .footerTop {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

@media (min-width: 1200px) {
  footer .footerTop {
    padding-top: 100px;
    padding-bottom: 90px
  }
}

footer .footerBottom {
  background-color: #202020;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center
}

footer .footerBottom .innerWrapper .politics {
  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: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 650px;
  flex: 0 0 650px
}

footer .footerBottom .innerWrapper .politics a {
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 200;
  font-size: 4vw;
  color: #65666a
}

footer .footerBottom .innerWrapper .politics a:hover {
  color: #019557
}

@media (min-width: 576px) {
  footer .footerBottom .innerWrapper .politics a {
    font-size: 14px
  }
}

@media (min-width: 765px) {
  footer .footerBottom .innerWrapper .politics {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    height: auto
  }
}

@media (min-width: 992px) {
  footer .footerBottom .innerWrapper .politics {
    margin-bottom: 0;
    margin-left: unset;
    margin-right: unset
  }
}

footer .footerBottom .innerWrapper .rezartLogo {
  display: inline-block;
  width: 40px;
  height: 25px;
  fill: #fff
}

footer .footerBottom .innerWrapper .rezartLogo:hover {
  fill: #019557
}

@media (min-width: 992px) {
  footer .footerBottom .innerWrapper .rezartLogo {
    width: 30px;
    height: 20px
  }

  footer .footerBottom .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 765px) {
  footer .footerBottom {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

.mainScreen {
  padding-bottom: 10vw
}

.mainScreen .innerWrapper .countBlock {
  display: none;
  position: absolute;
  z-index: 1;
  font-size: 38px;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

@media (min-width: 765px) {
  .mainScreen .innerWrapper .countBlock {
    display: block;
    bottom: 50px;
    right: calc(50% - 345px)
  }
}

@media (min-width: 992px) {
  .mainScreen .innerWrapper .countBlock {
    font-size: 48px;
    right: calc(50% - 465px)
  }
}

@media (min-width: 1200px) {
  .mainScreen .innerWrapper .countBlock {
    right: calc(50% - 555px)
  }
}

.mainScreen .innerWrapper .sliderBlock {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10vw
}

.mainScreen .innerWrapper .sliderBlock .img_wrap img, .section8 .innerWrapper .rightSide .accordionBlock .accordionItem .content .leftSideItem .caseSlider .item .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.mainScreen .innerWrapper .sliderBlock .img_wrap {
  padding-bottom: 75%;
}

@media (min-width: 576px) {
  .mainScreen .innerWrapper .sliderBlock .img_wrap {
    padding-bottom: 100%;
  }
}

@media (min-width: 992px) {
  .mainScreen .innerWrapper .sliderBlock .img_wrap {
    padding-bottom: 100vh
  }
}

@media (min-width: 576px) {
  .mainScreen .innerWrapper .sliderBlock {
    margin-bottom: 0
  }
}

.mainScreen .innerWrapper .textBlock h1.title {
  margin-bottom: 10vw
}

@media (min-width: 576px) {
  .mainScreen .innerWrapper .textBlock h1.title {
    margin-bottom: 20px
  }
}

@media (min-width: 992px) {
  .mainScreen .innerWrapper .textBlock h1.title {
    margin-bottom: 30px
  }

  .mainScreen .innerWrapper .textBlock .descriptionBlock .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    padding-right: 15px;
    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: 765px) {
  .mainScreen .innerWrapper .textBlock .descriptionBlock .leftSide .btnWrap {
    display: none
  }
}

@media (min-width: 992px) {
  .mainScreen .innerWrapper .textBlock .descriptionBlock .leftSide .btnWrap {
    display: block
  }
}

.mainScreen .innerWrapper .textBlock .descriptionBlock .rightSide .btnWrap {
  display: none
}

@media (min-width: 765px) {
  .mainScreen .innerWrapper .textBlock .descriptionBlock .rightSide .btnWrap {
    display: block
  }
}

@media (min-width: 992px) {
  .mainScreen .innerWrapper .textBlock .descriptionBlock .rightSide .btnWrap {
    display: none
  }

  .mainScreen .innerWrapper .textBlock .descriptionBlock .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding-left: 15px
  }

  .mainScreen .innerWrapper .textBlock .descriptionBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.mainScreen .innerWrapper .textBlock .desc1 {
  margin-bottom: 6vw
}

@media (min-width: 576px) {
  .mainScreen .innerWrapper .textBlock .desc1 {
    margin-bottom: 10px
  }
}

@media (min-width: 992px) {
  .mainScreen .innerWrapper .textBlock .desc1 {
    margin-bottom: 35px
  }
}

@media (min-width: 765px) {
  .mainScreen .innerWrapper .textBlock .desc2 {
    margin-bottom: 15px
  }
}

.mainScreen .innerWrapper .textBlock .btnWrap {
  text-align: center;
  margin-bottom: 6vw
}

@media (min-width: 576px) {
  .mainScreen .innerWrapper .textBlock .btnWrap {
    margin-bottom: 10px
  }
}

@media (min-width: 992px) {
  .mainScreen .innerWrapper .textBlock .btnWrap {
    margin-top: auto;
    margin-bottom: 0;
    text-align: left
  }
}

@media (min-width: 576px) {
  .mainScreen .innerWrapper .textBlock:before {
    content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 55vw;
    left: calc(270px - 50vw);
    height: 100%
  }
}

@media (min-width: 765px) {
  .mainScreen .innerWrapper .textBlock:before {
    width: 50vw;
    left: calc(360px - 50vw)
  }
}

@media (min-width: 992px) {
  .mainScreen .innerWrapper .textBlock:before {
    left: calc(480px - 50vw)
  }
}

@media (min-width: 1200px) {
  .mainScreen .innerWrapper .textBlock:before {
    left: calc(570px - 50vw)
  }
}

@media (min-width: 576px) {
  .mainScreen .innerWrapper .textBlock {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 270px;
    left: calc(50% - 270px);
    padding-top: 20px;
    padding-bottom: 20px
  }
}

@media (min-width: 765px) {
  .mainScreen .innerWrapper .textBlock {
    width: 345px;
    left: calc(50% - 360px)
  }
}

@media (min-width: 992px) {
  .mainScreen .innerWrapper .textBlock {
    width: 465px;
    left: calc(50% - 480px);
    padding-top: 40px;
    padding-bottom: 0
  }
}

@media (min-width: 1200px) {
  .mainScreen .innerWrapper .textBlock {
    width: 555px;
    left: calc(50% - 570px);
    padding-top: 50px
  }
}

@media (min-width: 576px) {
  .mainScreen {
    padding-bottom: 40px
  }
}

@media (min-width: 765px) {
  .mainScreen {
    padding-bottom: 55px
  }
}

@media (min-width: 992px) {
  .mainScreen {
    padding-bottom: 50px
  }
}

.section2 {
  padding-top: 10vw;
  padding-bottom: 10vw
}

.section2 .innerWrapper h2.title {
  margin-bottom: 8vw
}

@media (min-width: 576px) {
  .section2 .innerWrapper h2.title {
    margin-bottom: 30px
  }
}

@media (min-width: 992px) {
  .section2 .innerWrapper h2.title {
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 0;
    text-align: left
  }
}

.section2 .innerWrapper .clientSlider .item {
  padding-left: 15px;
  padding-right: 15px
}

.section2 .innerWrapper .clientSlider .item .img_wrap {
  padding-bottom: 50px
}

@media (min-width: 992px) {
  .section2 .innerWrapper .clientSlider .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 8);
    flex: 0 0 calc(100% / 8)
  }

  .section2 .innerWrapper .clientSlider {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    padding-left: 15px
  }

  .section2 .innerWrapper, .section2 .innerWrapper .clientSlider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

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

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

@media (min-width: 992px) {
  .section2 {
    padding-top: 40px;
    padding-bottom: 70px
  }
}

@media (min-width: 1200px) {
  .section2 {
    padding-bottom: 90px
  }
}

.section3 {
  padding-top: 10vw;
  padding-bottom: 10vw
}

.section3 .innerWrapper .titleBlock, .section4 .innerWrapper h2.title {
  margin-bottom: 8vw
}

.section3 .innerWrapper .titleBlock .preTitle {
  margin-bottom: 7vw
}

@media (min-width: 576px) {
  .section3 .innerWrapper .titleBlock .preTitle {
    margin-bottom: 25px
  }
}

@media (min-width: 765px) {
  .section3 .innerWrapper .titleBlock .preTitle {
    margin-bottom: 30px
  }
}

@media (min-width: 576px) {
  .section3 .innerWrapper .titleBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0
  }
}

@media (min-width: 992px) {
  .section3 .innerWrapper .titleBlock {
    padding-top: 70px
  }
}

.section3 .innerWrapper .item {
  position: relative;
  padding-right: 5vw;
  margin-bottom: 5vw
}

.section3 .innerWrapper .item .img_wrap {
  padding-bottom: 76%
}

.section3 .innerWrapper .item .img_wrap img {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.section3 .innerWrapper .item .title {
  position: absolute;
  z-index: 1;
  font-size: 3.2vw;
  top: 14vw;
  right: -14vw;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  text-transform: uppercase;
  letter-spacing: 1px
}

@media (min-width: 576px) {
  .section3 .innerWrapper .item .title {
    font-size: 11px;
    top: 0
  }
}

.section3 .innerWrapper .item .openVideo:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 146px;
  height: 146px;
  background-image: url(../img/ellipse.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-animation: rotate 4s linear infinite;
  animation: rotate 4s linear infinite
}

.section3 .innerWrapper .item .openVideo:after {
  content: '\f04b';
  font-family: 'FontAwesome';
  font-size: 30px;
  position: absolute;
  color: #fff;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

@media (min-width: 576px) {
  .section3 .innerWrapper .item.first .title {
    top: 50px;
    right: -45px
  }
}

@media (min-width: 765px) {
  .section3 .innerWrapper .item.first .title {
    right: -50px
  }
}

.section3 .innerWrapper .item.first:hover img {
  -webkit-filter: none;
  filter: none
}

@media (min-width: 576px) {
  .section3 .innerWrapper .item.first {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.section3 .innerWrapper .item.second .title {
  top: 9vw;
  right: -13vw
}

@media (min-width: 576px) {
  .section3 .innerWrapper .item.second .title {
    top: 30px;
    right: -40px
  }
}

@media (min-width: 765px) {
  .section3 .innerWrapper .item.second .title {
    right: -47px
  }
}

@media (min-width: 576px) {
  .section3 .innerWrapper .item.second {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
}

.section3 .innerWrapper .item.third .title {
  top: 5vw;
  right: -11.5vw
}

@media (min-width: 576px) {
  .section3 .innerWrapper .item.third .title {
    top: 15px;
    right: -35px
  }
}

@media (min-width: 765px) {
  .section3 .innerWrapper .item.third .title {
    right: -39px
  }
}

@media (min-width: 576px) {
  .section3 .innerWrapper .item.third {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
}

.section3 .innerWrapper .item:hover img {
  -webkit-filter: brightness(.5);
  filter: brightness(.5)
}

.section3 .innerWrapper .item:hover .openVideo:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s
}

.section3 .innerWrapper .item:hover .openVideo:after {
  font-size: 45px
}

@media (min-width: 576px) {
  .section3 .innerWrapper .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 20px;
    margin-bottom: 25px;
    max-width: 570px
  }
}

@media (min-width: 765px) {
  .section3 .innerWrapper .item {
    padding-right: 30px;
    padding-left: 15px;
    margin-bottom: 30px
  }
}

@media (min-width: 576px) {
  .section3 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 765px) {
  .section3 .innerWrapper {
    margin-left: -15px;
    margin-right: -15px
  }
}

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

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

@media (min-width: 992px) {
  .section3 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (min-width: 1200px) {
  .section3 {
    padding-top: 108px;
    padding-bottom: 20px
  }
}

.section4 {
  padding-top: 10vw;
  padding-bottom: 10vw
}

@media (min-width: 576px) {
  .section4 .innerWrapper h2.title {
    margin-bottom: 30px
  }
}

@media (min-width: 992px) {
  .section4 .innerWrapper h2.title {
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24.5%;
    flex: 0 0 24.5%;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 0;
    text-align: left
  }
}

.section4 .innerWrapper .content .item {
  position: relative;
  padding-left: 16vw;
  margin-bottom: 6vw
}

.section4 .innerWrapper .content .item .icon {
  position: absolute;
  top: 2vw;
  left: 0;
  width: 11vw;
  height: 11vw;
  fill: #019557
}

@media (min-width: 576px) {
  .section4 .innerWrapper .content .item .icon {
    width: 25px;
    height: 25px;
    top: 7px
  }
}

@media (min-width: 992px) {
  .section4 .innerWrapper .content .item .icon {
    width: 30px;
    height: 30px;
    top: 2px
  }
}

.section4 .innerWrapper .content .item .title {
  margin-bottom: 2vw
}

@media (min-width: 576px) {
  .section4 .innerWrapper .content .item .title {
    margin-bottom: 5px
  }

  .section4 .innerWrapper .content .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    padding-left: 35px;
    padding-right: 10px;
    margin-bottom: 20px
  }
}

@media (min-width: 765px) {
  .section4 .innerWrapper .content .item {
    padding-right: 15px
  }
}

@media (min-width: 992px) {
  .section4 .innerWrapper .content .item {
    padding-left: 45px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 255px;
    flex: 0 0 255px
  }
}

@media (min-width: 576px) {
  .section4 .innerWrapper .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media (min-width: 992px) {
  .section4 .innerWrapper .content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75.5%;
    flex: 0 0 75.5%;
    padding-left: 15px
  }

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

@media (min-width: 576px) {
  .section4 {
    padding-top: 40px;
    padding-bottom: 20px
  }
}

@media (min-width: 765px) {
  .section4 {
    padding-top: 55px;
    padding-bottom: 35px
  }
}

@media (min-width: 992px) {
  .section4 {
    padding-top: 70px;
    padding-bottom: 50px
  }
}

@media (min-width: 1200px) {
  .section4 {
    padding-top: 45px;
    padding-bottom: 80px
  }
}

.section5 {
  padding-top: 10vw;
  padding-bottom: 10vw
}

.section5 .innerWrapper, .section5 .innerWrapper .titleBlock {
  margin-bottom: 8vw
}

.section5 .innerWrapper .titleBlock .preTitle {
  margin-bottom: 7vw
}

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

@media (min-width: 992px) {
  .section5 .innerWrapper .titleBlock .preTitle {
    margin-bottom: 17px
  }
}

@media (min-width: 576px) {
  .section5 .innerWrapper .titleBlock {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
}

@media (min-width: 992px) {
  .section5 .innerWrapper .titleBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px
  }
}

.section5 .innerWrapper .item {
  margin-bottom: 5vw
}

.section5 .innerWrapper .item .img_wrap {
  padding-bottom: 67%
}

.section5 .innerWrapper .item .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.section5 .innerWrapper .item:hover img {
  -webkit-filter: brightness(.5);
  filter: brightness(.5)
}

@media (min-width: 576px) {
  .section5 .innerWrapper .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
  }
}

@media (min-width: 992px) {
  .section5 .innerWrapper .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 28px
  }

  .section5 .innerWrapper .item:nth-child(4) {
    margin-top: -40px
  }

  .section5 .innerWrapper .item:nth-child(4) .img_wrap {
    padding-bottom: 75%
  }

  .section5 .innerWrapper .item:nth-child(7) {
    margin-top: -10px
  }

  .section5 .innerWrapper .item:nth-child(7) .img_wrap {
    padding-bottom: 70%
  }
}

@media (min-width: 576px) {
  .section5 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px
  }
}

@media (min-width: 992px) {
  .section5 .innerWrapper {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px
  }
}

.section5 .btnWrap {
  text-align: center;
  margin-top: 8vw
}

@media (min-width: 576px) {
  .section5 .btnWrap {
    margin-top: 30px
  }
}

@media (min-width: 992px) {
  .section5 .btnWrap {
    margin-top: 50px
  }
}

.section5 .more {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  text-align: center;
  margin-left: calc(50% - 60px);
  width: 120px
}

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

.section5 .more span {
  padding-left: 35%;
  color: #a5a5a5;
  display: inline-block
}

@media (min-width: 992px) {
  .section5 .more span {
    font-size: 14px;
    margin-bottom: 16px
  }
}

.section5 .more svg {
  display: block;
  width: 38px;
  height: 38px;
  fill: #a5a5a5
}

.section5 .more:hover {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px)
}

.section5 .more:hover span {
  color: #42a575
}

.section5 .more:hover svg {
  fill: #42a575
}

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

.section5 .more.less:hover {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px)
}

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

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

@media (min-width: 992px) {
  .section5 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (min-width: 1200px) {
  .section5 {
    padding-top: 95px;
    padding-bottom: 100px
  }
}

.section6 {
  padding-top: 10vw;
  padding-bottom: 10vw
}

.section6 .innerWrapper .leftSide .titleBlock {
  margin-bottom: 8vw
}

.section6 .innerWrapper .leftSide .titleBlock .preTitle {
  margin-bottom: 7vw
}

@media (min-width: 576px) {
  .section6 .innerWrapper .leftSide .titleBlock .preTitle {
    margin-bottom: 25px
  }
}

@media (min-width: 765px) {
  .section6 .innerWrapper .leftSide .titleBlock .preTitle {
    margin-bottom: 50px
  }
}

@media (min-width: 992px) {
  .section6 .innerWrapper .leftSide .titleBlock .preTitle {
    text-align: left;
    margin-bottom: 25px
  }

  .section6 .innerWrapper .leftSide .titleBlock h2.title {
    text-align: left
  }
}

@media (min-width: 576px) {
  .section6 .innerWrapper .leftSide .titleBlock {
    margin-bottom: 30px
  }

  .section6 .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 10px
  }
}

@media (min-width: 992px) {
  .section6 .innerWrapper .leftSide {
    padding-top: 55px;
    padding-left: 190px
  }
}

.section6 .innerWrapper .rightSide .infoBlock {
  border: 2px solid #000;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12vw;
  padding-bottom: 12vw
}

.section6 .innerWrapper .rightSide .infoBlock .wrapper {
  width: 56vw;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto
}

.section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 5vw
}

.section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine .number {
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 14vw;
  margin-right: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative
}

.section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine .number span {
  position: relative;
  bottom: 4.5vw;
  font-size: 7vw
}

@media (min-width: 576px) {
  .section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine .number span {
    font-size: 25px;
    bottom: 10px
  }

  .section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine .number {
    font-size: 38px
  }
}

@media (min-width: 765px) {
  .section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine .number {
    font-size: 48px
  }
}

.section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine.first .number {
  padding-bottom: 4vw;
  padding-left: 1.4vw;
  position: relative
}

.section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine.first .number:before {
  content: 'years';
  font-size: 3.4vw;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  color: #000;
  bottom: 0;
  left: 0
}

@media (min-width: 576px) {
  .section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine.first .number:before {
    font-size: 11px
  }

  .section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine.first .number {
    padding-left: 10px;
    padding-bottom: 12px
  }
}

@media (min-width: 765px) {
  .section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine.first .number {
    padding-bottom: 15px
  }
}

@media (min-width: 992px) {
  .section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine.first .number {
    padding-bottom: 20px
  }
}

.section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine.first .text {
  position: relative
}

.section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine.first .text:before {
  content: '';
  font-family: 'Sofia Pro', sans-serif;
  width: 5vw;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: -4vw;
  left: 0
}

@media (min-width: 576px) {
  .section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine.first .text:before {
    width: 25px;
    top: -15px
  }
}

.section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine.second .number {
  padding-bottom: 4vw;
  position: relative
}

.section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine.second .number:before {
  content: 'cost effective';
  font-family: 'Sofia Pro', sans-serif;
  font-size: 3.2vw;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  position: absolute;
  bottom: 0;
  left: 0
}

@media (min-width: 576px) {
  .section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine.second .number:before {
    font-size: 11px
  }

  .section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine.second .number {
    padding-bottom: 12px
  }
}

@media (min-width: 765px) {
  .section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine.second .number {
    padding-bottom: 15px
  }
}

.section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine.third .text {
  font-size: 3.4vw;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000
}

@media (min-width: 576px) {
  .section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine.third .text {
    font-size: 11px
  }
}

.section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine.fourth .text {
  font-size: 3.4vw;
  font-weight: 500;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.3
}

@media (min-width: 576px) {
  .section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine.fourth .text {
    font-size: 11px
  }

  .section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine {
    margin-bottom: 20px
  }
}

@media (min-width: 992px) {
  .section6 .innerWrapper .rightSide .infoBlock .wrapper .infoLine {
    margin-bottom: 27px
  }
}

@media (min-width: 576px) {
  .section6 .innerWrapper .rightSide .infoBlock .wrapper {
    max-width: 220px
  }

  .section6 .innerWrapper .rightSide .infoBlock {
    padding-top: 55px;
    padding-bottom: 45px
  }

  .section6 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 10px
  }

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

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

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

@media (min-width: 992px) {
  .section6 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

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

.section7 {
  padding-top: 10vw;
  padding-bottom: 10vw
}

.section7 .innerWrapper .leftSide .imageBlock {
  margin-bottom: 8vw
}

.section7 .innerWrapper .leftSide .imageBlock .img_wrap {
  padding-bottom: 59%
}

@media (min-width: 576px) {
  .section7 .innerWrapper .leftSide .imageBlock {
    margin-bottom: 20px
  }
}

@media (min-width: 765px) {
  .section7 .innerWrapper .leftSide .imageBlock {
    margin-bottom: 0
  }

  .section7 .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 15px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media (min-width: 992px) {
  .section7 .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%
  }
}

.section7 .innerWrapper .rightSide .titleBlock {
  margin-bottom: 8vw
}

.section7 .innerWrapper .rightSide .titleBlock .preTitle {
  margin-bottom: 7vw
}

@media (min-width: 576px) {
  .section7 .innerWrapper .rightSide .titleBlock .preTitle {
    margin-bottom: 25px
  }
}

@media (min-width: 992px) {
  .section7 .innerWrapper .rightSide .titleBlock .preTitle {
    margin-bottom: 37px
  }
}

@media (min-width: 576px) {
  .section7 .innerWrapper .rightSide .titleBlock {
    margin-bottom: 30px
  }
}

@media (min-width: 765px) {
  .section7 .innerWrapper .rightSide .titleBlock {
    margin-bottom: 0
  }
}

@media (min-width: 992px) {
  .section7 .innerWrapper .rightSide .titleBlock {
    padding-top: 70px
  }
}

@media (min-width: 765px) {
  .section7 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 15px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

@media (min-width: 992px) {
  .section7 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%
  }
}

.section7 .innerWrapper .bottomSide .item {
  position: relative;
  padding-left: 16vw;
  margin-bottom: 6vw
}

.section7 .innerWrapper .bottomSide .item .icon {
  position: absolute;
  top: 2vw;
  left: 0;
  width: 11vw;
  height: 11vw;
  fill: #019557
}

@media (min-width: 576px) {
  .section7 .innerWrapper .bottomSide .item .icon {
    width: 25px;
    height: 25px;
    top: 7px
  }
}

@media (min-width: 765px) {
  .section7 .innerWrapper .bottomSide .item .icon {
    width: 35px;
    height: 35px;
    top: 0;
    left: 15px
  }
}

.section7 .innerWrapper .bottomSide .item .title {
  margin-bottom: 2vw
}

@media (min-width: 576px) {
  .section7 .innerWrapper .bottomSide .item .title {
    margin-bottom: 5px
  }

  .section7 .innerWrapper .bottomSide .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    padding-left: 35px;
    padding-right: 10px;
    margin-bottom: 20px
  }
}

@media (min-width: 765px) {
  .section7 .innerWrapper .bottomSide .item {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 45px
  }
}

@media (min-width: 992px) {
  .section7 .innerWrapper .bottomSide .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4)
  }
}

@media (min-width: 1200px) {
  .section7 .innerWrapper .bottomSide .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 265px;
    flex: 0 0 265px
  }
}

@media (min-width: 576px) {
  .section7 .innerWrapper .bottomSide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media (min-width: 765px) {
  .section7 .innerWrapper .bottomSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 40px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: -15px;
    margin-right: -15px
  }
}

@media (min-width: 992px) {
  .section7 .innerWrapper .bottomSide {
    margin-top: 100px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 765px) {
  .section7 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

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

@media (min-width: 765px) {
  .section7 {
    padding-top: 55px;
    padding-bottom: 35px
  }
}

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

@media (min-width: 1200px) {
  .section7 {
    padding-top: 95px
  }
}

.section8 {
  padding-top: 10vw;
  padding-bottom: 10vw
}

.section8 .innerWrapper .leftSide {
  margin-bottom: 14vw
}

.section8 .innerWrapper .leftSide .preTitle, .section8 .innerWrapper .leftSide h2.title {
  margin-bottom: 7vw
}

@media (min-width: 576px) {
  .section8 .innerWrapper .leftSide .preTitle {
    margin-bottom: 25px
  }
}

@media (min-width: 765px) {
  .section8 .innerWrapper .leftSide .preTitle {
    text-align: left;
    margin-bottom: 50px
  }
}

@media (min-width: 992px) {
  .section8 .innerWrapper .leftSide .preTitle {
    margin-bottom: 90px
  }
}

@media (min-width: 765px) {
  .section8 .innerWrapper .leftSide h2.title {
    display: none
  }
}

.section8 .innerWrapper .leftSide .description {
  margin-bottom: 7vw;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 576px) {
  .section8 .innerWrapper .leftSide .description {
    margin-bottom: 25px;
    max-width: 370px
  }
}

@media (min-width: 992px) {
  .section8 .innerWrapper .leftSide .description {
    margin-bottom: 90px
  }
}

.section8 .innerWrapper .leftSide .btnWrap {
  text-align: center
}

@media (min-width: 765px) {
  .section8 .innerWrapper .leftSide .btnWrap {
    text-align: left
  }
}

@media (min-width: 576px) {
  .section8 .innerWrapper .leftSide {
    margin-bottom: 30px
  }
}

@media (min-width: 765px) {
  .section8 .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    padding-right: 15px;
    padding-top: 10px
  }
}

@media (min-width: 992px) {
  .section8 .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    padding-top: 0
  }
}

.section8 .innerWrapper .rightSide h2.title, .success .innerWrapper .logo:hover:before, .success .innerWrapper .textBlock .arrowBtn a:before, .success .innerWrapper .textBlock .btnWrap a:before {
  display: none
}

@media (min-width: 576px) {
  .section8 .innerWrapper .rightSide h2.title {
    margin-bottom: 30px
  }
}

@media (min-width: 765px) {
  .section8 .innerWrapper .rightSide h2.title {
    display: block;
    text-align: left;
    margin-bottom: 50px
  }
}

@media (min-width: 992px) {
  .section8 .innerWrapper .rightSide h2.title {
    font-size: 72px;
    margin-bottom: 80px
  }
}

.section8 .innerWrapper .rightSide .accordionBlock .accordionItem {
  border-bottom: 1px solid #dbdbdb
}

.section8 .innerWrapper .rightSide .accordionBlock .accordionItem .titleItem {
  cursor: pointer;
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 700;
  font-size: 7vw;
  position: relative;
  padding: 5vw 7vw 5vw 15vw;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.section8 .innerWrapper .rightSide .accordionBlock .accordionItem .titleItem:before {
  content: 'Company:';
  font-family: 'Sofia Pro', sans-serif;
  font-size: 2vw;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 9.1vw;
  text-transform: uppercase;
  letter-spacing: 1px
}

@media (min-width: 576px) {
  .section8 .innerWrapper .rightSide .accordionBlock .accordionItem .titleItem:before {
    font-size: 9px;
    top: 40px
  }
}

@media (min-width: 992px) {
  .section8 .innerWrapper .rightSide .accordionBlock .accordionItem .titleItem:before {
    top: 32px
  }
}

.section8 .innerWrapper .rightSide .accordionBlock .accordionItem .titleItem .icon {
  width: 7vw;
  height: 7vw;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

@media (min-width: 576px) {
  .section8 .innerWrapper .rightSide .accordionBlock .accordionItem .titleItem .icon {
    width: 25px;
    height: 25px;
    right: 40px
  }
}

@media (min-width: 1200px) {
  .section8 .innerWrapper .rightSide .accordionBlock .accordionItem .titleItem .icon {
    right: 145px
  }
}

.section8 .innerWrapper .rightSide .accordionBlock .accordionItem .titleItem:hover {
  color: #999
}

.section8 .innerWrapper .rightSide .accordionBlock .accordionItem .titleItem:hover .icon {
  fill: #999
}

@media (min-width: 576px) {
  .section8 .innerWrapper .rightSide .accordionBlock .accordionItem .titleItem {
    font-size: 30px;
    padding: 20px 70px 20px 65px
  }
}

@media (min-width: 992px) {
  .section8 .innerWrapper .rightSide .accordionBlock .accordionItem .titleItem {
    padding: 15px 70px 15px 97px
  }
}

.section8 .innerWrapper .rightSide .accordionBlock .accordionItem .content {
  padding-top: 5vw;
  padding-bottom: 5vw
}

.section8 .innerWrapper .rightSide .accordionBlock .accordionItem .content .leftSideItem .caseSlider, .section8 .innerWrapper .rightSide .accordionBlock .accordionItem .content .rightSideItem .infoBlock .infoLine {
  margin-bottom: 3vw
}

.section8 .innerWrapper .rightSide .accordionBlock .accordionItem .content .leftSideItem .caseSlider .item .img_wrap {
  padding-bottom: 65%
}

@media (min-width: 992px) {
  .section8 .innerWrapper .rightSide .accordionBlock .accordionItem .content .leftSideItem {
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%
  }
}

.section8 .innerWrapper .rightSide .accordionBlock .accordionItem .content .rightSideItem .infoBlock .infoLine .title {
  display: inline-block;
  font-family: 'Sofia Pro', sans-serif;
  font-size: 3.2vw;
  font-weight: 500;
  color: #000;
  text-transform: uppercase
}

@media (min-width: 576px) {
  .section8 .innerWrapper .rightSide .accordionBlock .accordionItem .content .rightSideItem .infoBlock .infoLine .title {
    font-size: 9px
  }
}

@media (min-width: 992px) {
  .section8 .innerWrapper .rightSide .accordionBlock .accordionItem .content .rightSideItem .infoBlock .infoLine .title {
    font-size: 11px
  }
}

.section8 .innerWrapper .rightSide .accordionBlock .accordionItem .content .rightSideItem .infoBlock .infoLine .text {
  display: inline-block;
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 200;
  font-size: 3.6vw;
  line-height: 1.2;
  color: #7c7c7c
}

@media (min-width: 576px) {
  .section8 .innerWrapper .rightSide .accordionBlock .accordionItem .content .rightSideItem .infoBlock .infoLine .text {
    font-size: 14px
  }
}

@media (min-width: 992px) {
  .section8 .innerWrapper .rightSide .accordionBlock .accordionItem .content .rightSideItem .infoBlock .infoLine .text {
    font-size: 16px
  }
}

.section8 .innerWrapper .rightSide .accordionBlock .accordionItem .content .rightSideItem .infoBlock .infoLine.task .title {
  display: block;
  margin-bottom: 1vw
}

@media (min-width: 576px) {
  .section8 .innerWrapper .rightSide .accordionBlock .accordionItem .content .rightSideItem .infoBlock .infoLine.task .title {
    margin-bottom: 10px
  }
}

.section8 .innerWrapper .rightSide .accordionBlock .accordionItem .content .rightSideItem .infoBlock .infoLine.task .text {
  display: block
}

.section8 .innerWrapper .rightSide .accordionBlock .accordionItem .content .rightSideItem .infoBlock .infoLine:last-child {
  margin-bottom: 0
}

@media (min-width: 576px) {
  .section8 .innerWrapper .rightSide .accordionBlock .accordionItem .content .rightSideItem .infoBlock .infoLine {
    margin-bottom: 15px
  }
}

@media (min-width: 992px) {
  .section8 .innerWrapper .rightSide .accordionBlock .accordionItem .content .rightSideItem {
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media (min-width: 576px) {
  .section8 .innerWrapper .rightSide .accordionBlock .accordionItem .content {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

@media (min-width: 992px) {
  .section8 .innerWrapper .rightSide .accordionBlock .accordionItem .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.section8 .innerWrapper .rightSide .accordionBlock .accordionItem.active .titleItem {
  padding-top: 40px
}

.section8 .innerWrapper .rightSide .accordionBlock .accordionItem.active .titleItem:before {
  top: 15vw
}

@media (min-width: 576px) {
  .section8 .innerWrapper .rightSide .accordionBlock .accordionItem.active .titleItem:before {
    top: 60px
  }
}

.section8 .innerWrapper .rightSide .accordionBlock .accordionItem.active .icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.section8 .innerWrapper .rightSide .accordionBlock .accordionItem:first-child {
  border-top: 1px solid #dbdbdb
}

@media (min-width: 765px) {
  .section8 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    padding-left: 15px
  }
}

@media (min-width: 992px) {
  .section8 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%
  }
}

@media (min-width: 765px) {
  .section8 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

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

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

@media (min-width: 992px) {
  .section8 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (min-width: 1200px) {
  .section8 {
    padding-bottom: 90px
  }
}

.section9 {
  padding-top: 10vw;
  padding-bottom: 10vw;
  position: relative;
  z-index: 10
}

.section9 .innerWrapper .titleBlock {
  margin-bottom: 8vw
}

.section9 .innerWrapper .titleBlock .preTitle {
  margin-bottom: 7vw
}

@media (min-width: 576px) {
  .section9 .innerWrapper .titleBlock .preTitle {
    margin-bottom: 25px
  }
}

.section9 .innerWrapper .titleBlock h2.title {
  margin-bottom: 5vw
}

@media (min-width: 576px) {
  .section9 .innerWrapper .titleBlock h2.title {
    margin-bottom: 20px
  }
}

.section9 .innerWrapper .titleBlock .description {
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 576px) {
  .section9 .innerWrapper .titleBlock .description {
    max-width: 370px
  }
}

@media (min-width: 765px) {
  .section9 .innerWrapper .titleBlock .description {
    text-align: center
  }
}

@media (min-width: 576px) {
  .section9 .innerWrapper .titleBlock {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
}

@media (min-width: 992px) {
  .section9 .innerWrapper .titleBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
    position: relative;
    left: 25px;
    bottom: 75px
  }
}

@media (min-width: 1200px) {
  .section9 .innerWrapper .titleBlock {
    left: 60px
  }
}

.section9 .innerWrapper .item {
  margin-bottom: 10vw
}

.section9 .innerWrapper .item .imageBlock {
  margin-bottom: 3vw
}

.section9 .innerWrapper .item .imageBlock .img_wrap {
  padding-bottom: 111%
}

@media (min-width: 576px) {
  .section9 .innerWrapper .item .imageBlock {
    margin-bottom: 15px
  }
}

.section9 .innerWrapper .item .textBlock {
  position: relative
}

.section10 .innerWrapper .rightSide .content .item .title, .section9 .innerWrapper .item .textBlock .name, .success .innerWrapper .textBlock h1.title {
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 5.5vw;
  margin-bottom: 1vw
}

@media (min-width: 576px) {
  .section9 .innerWrapper .item .textBlock .name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px
  }
}

@media (min-width: 992px) {
  .section9 .innerWrapper .item .textBlock .name {
    font-size: 24px;
    line-height: 26px
  }
}

.section9 .innerWrapper .item .textBlock .duty {
  font-family: 'Sofia Pro', sans-serif;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  color: #878787;
  margin-bottom: 1vw
}

@media (min-width: 576px) {
  .section9 .innerWrapper .item .textBlock .duty {
    font-size: 9px;
    line-height: 14px;
    margin-bottom: 10px
  }
}

@media (min-width: 765px) {
  .section9 .innerWrapper .item .textBlock .duty {
    font-size: 11px;
    line-height: 15px
  }
}

.section9 .innerWrapper .item .textBlock .email {
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 200;
  color: #019557;
  font-size: 3.8vw;
  display: inline-block;
  position: relative
}

.section9 .innerWrapper .item .textBlock .email:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #019557;
  position: absolute;
  bottom: -2px;
  left: 0
}

@media (min-width: 576px) {
  .section9 .innerWrapper .item .textBlock .email {
    font-size: 12px;
    position: relative;
  }
}

@media (min-width: 765px) {
  .section9 .innerWrapper .item .textBlock .email {
    font-size: 14px
  }
}

@media (min-width: 992px) {
  .section9 .innerWrapper .item .textBlock .email {
    position: absolute;
    right: 60px;
    top: 0;
  }
}

@media (min-width: 1200px) {
  .section9 .innerWrapper .item .textBlock .email {
    right: 100px
  }
}

@media (min-width: 576px) {
  .section9 .innerWrapper .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0
  }
}

@media (min-width: 992px) {
  .section9 .innerWrapper .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 375px;
    flex: 0 0 375px;
    position: relative
  }

  .section9 .innerWrapper .item.first {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    left: 70px;
    bottom: 25px
  }

  .section9 .innerWrapper .item.second {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    bottom: 40px;
    left: 60px
  }

  .section9 .innerWrapper .item.second .textBlock {
    position: absolute;
    top: -90px;
    left: 15px
  }

  .section9 .innerWrapper .item.third {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    right: 50px;
    top: 70px
  }

  .section9 .innerWrapper .item.third .textBlock {
    position: absolute;
    right: -160px;
    bottom: 2px
  }
}

@media (min-width: 1200px) {
  .section9 .innerWrapper .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 475px;
    flex: 0 0 475px
  }

  .section9 .innerWrapper .item.first {
    left: 45px;
    bottom: 0;
    top: 25px
  }

  .section9 .innerWrapper .item.second {
    top: 5px;
    left: 105px
  }

  .section9 .innerWrapper .item.third {
    right: 105px;
    top: 90px
  }
}

@media (min-width: 576px) {
  .section9 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
  }
}

@media (min-width: 992px) {
  .section9 .innerWrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.section9:before {
  display: none;
  content: 'team';
  font-family: 'Sofia Pro', sans-serif;
  font-size: 80vw;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  z-index: -1;
  color: #f7f7f7;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (min-width: 576px) {
  .section9:before {
    display: block;
    font-size: 270px;
    -webkit-transform: translate(-50%, -90%);
    -ms-transform: translate(-50%, -90%);
    transform: translate(-50%, -90%)
  }
}

@media (min-width: 992px) {
  .section9:before {
    font-size: 380px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}

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

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

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

@media (min-width: 992px) {
  .section9 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (min-width: 1200px) {
  .section9 {
    padding-top: 90px;
    padding-bottom: 150px
  }
}

.section10 {
  padding-top: 10vw;
  padding-bottom: 10vw
}

.section10 .innerWrapper .leftSide h2.title {
  margin-bottom: 7vw
}

@media (min-width: 576px) {
  .section10 .innerWrapper .leftSide h2.title {
    margin-bottom: 30px
  }
}

@media (min-width: 765px) {
  .section10 .innerWrapper .leftSide h2.title {
    text-align: left
  }

  .section10 .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding-right: 15px;
    padding-top: 20px
  }
}

@media (min-width: 992px) {
  .section10 .innerWrapper .leftSide {
    padding-top: 0
  }
}

.section10 .innerWrapper .rightSide .content {
  counter-reset: simpleList
}

.section10 .innerWrapper .rightSide .content .item {
  border-bottom: 1px solid #dbdbdb;
  padding-top: 5vw;
  padding-bottom: 5vw
}

.section10 .innerWrapper .rightSide .content .item .title {
  font-size: 7.5vw;
  margin-bottom: 2vw;
  position: relative;
  padding-left: 12vw
}

.section10 .innerWrapper .rightSide .content .item .title:before, form .inputWrapper .text {
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 500;
  position: absolute;
  left: 0;
  text-transform: uppercase
}

.section10 .innerWrapper .rightSide .content .item .title:before {
  counter-increment: simpleList;
  content: "step " counter(simpleList);
  top: 4vw;
  font-size: 3vw
}

@media (min-width: 576px) {
  .section10 .innerWrapper .rightSide .content .item .title:before {
    font-size: 11px;
    top: 16px
  }

  .section10 .innerWrapper .rightSide .content .item .title {
    font-size: 30px;
    margin-bottom: 10px;
    padding-left: 40px
  }
}

@media (min-width: 765px) {
  .section10 .innerWrapper .rightSide .content .item .title {
    padding-left: 100px
  }
}

@media (min-width: 1200px) {
  .section10 .innerWrapper .rightSide .content .item .title {
    padding-left: 95px
  }
}

.section10 .innerWrapper .rightSide .content .item .leftSideItem {
  margin-bottom: 4vw
}

@media (min-width: 576px) {
  .section10 .innerWrapper .rightSide .content .item .leftSideItem {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    padding-right: 10px
  }
}

@media (min-width: 1200px) {
  .section10 .innerWrapper .rightSide .content .item .leftSideItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 58%;
    flex: 0 58%
  }
}

.section10 .innerWrapper .rightSide .content .item .rightSideItem .img_wrap {
  padding-bottom: 65%
}

.section10 .innerWrapper .rightSide .content .item .rightSideItem .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover
}

@media (min-width: 576px) {
  .section10 .innerWrapper .rightSide .content .item .rightSideItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding-left: 10px
  }
}

@media (min-width: 1200px) {
  .section10 .innerWrapper .rightSide .content .item .rightSideItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%
  }

  .section10 .innerWrapper .rightSide .content .item.first .text {
    padding-left: 95px
  }
}

.section10 .innerWrapper .rightSide .content .item.first .rightSideItem .img_wrap img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1)
}

@media (min-width: 1200px) {
  .section10 .innerWrapper .rightSide .content .item.second .text {
    padding-left: 95px
  }
}

.section10 .innerWrapper .rightSide .content .item.second .rightSideItem .img_wrap img {
  -webkit-filter: grayscale(.5);
  filter: grayscale(.5)
}

@media (min-width: 1200px) {
  .section10 .innerWrapper .rightSide .content .item.third .text {
    padding-left: 95px
  }
}

.section10 .innerWrapper .rightSide .content .item.fourth .leftSideItem, .section10 .innerWrapper .rightSide .content .item.fourth .title {
  margin-bottom: 0
}

@media (min-width: 576px) {
  .section10 .innerWrapper .rightSide .content .item {
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media (min-width: 1200px) {
  .section10 .innerWrapper .rightSide .content .item {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

@media (min-width: 765px) {
  .section10 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    padding-left: 15px
  }
}

@media (min-width: 1200px) {
  .section10 .innerWrapper .rightSide {
    padding-left: 105px;
    padding-right: 100px
  }
}

@media (min-width: 765px) {
  .section10 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

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

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

@media (min-width: 992px) {
  .section10 {
    padding-top: 90px;
    padding-bottom: 70px
  }
}

@media (min-width: 1200px) {
  .section10 {
    padding-top: 120px;
    padding-bottom: 110px
  }
}

.section11 {
  padding-top: 10vw;
  padding-bottom: 10vw
}

.section11 .innerWrapper .titleBlock {
  margin-bottom: 8vw
}

.section11 .innerWrapper .titleBlock h2.title {
  margin-bottom: 7vw
}

@media (min-width: 576px) {
  .section11 .innerWrapper .titleBlock h2.title {
    margin-bottom: 30px
  }
}

.section11 .innerWrapper .titleBlock .description {
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 765px) {
  .section11 .innerWrapper .titleBlock .description {
    text-align: center
  }
}

@media (min-width: 576px) {
  .section11 .innerWrapper .titleBlock {
    margin-bottom: 0
  }
}

.section11 .innerWrapper .formBlock {
  background-color: #eee;
  max-width: 555px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px
}

.section11 .innerWrapper .formBlock .wrapper {
  width: 80%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 1200px) {
  .section11 .innerWrapper .formBlock {
    margin-right: unset;
    padding-top: 80px;
    padding-bottom: 95px
  }
}

@media (min-width: 576px) {
  .section11 .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding-right: 10px
  }
}

@media (min-width: 765px) {
  .section11 .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 15px
  }
}

@media (min-width: 1200px) {
  .section11 .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
  }
}

@media (min-width: 576px) {
  .section11 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    padding-left: 10px
  }
}

@media (min-width: 765px) {
  .section11 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 15px
  }
}

@media (min-width: 1200px) {
  .section11 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%
  }
}

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

  .section11 {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

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

@media (min-width: 992px) {
  .section11 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (min-width: 1200px) {
  .section11 {
    padding-top: 90px;
    padding-bottom: 90px
  }
}

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

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

.success .innerWrapper .logo {
  position: absolute;
  top: 10vh;
  left: calc(50% - 60px);
  width: 120px;
  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: 450px
}

.success .innerWrapper .textBlock h1.title {
  font-size: 11.5vw;
  text-align: center;
  letter-spacing: -2px;
  margin-bottom: 10vw
}

@media (min-width: 576px) {
  .success .innerWrapper .textBlock h1.title {
    font-size: 40px;
    margin-bottom: 25px
  }
}

@media (min-width: 765px) {
  .success .innerWrapper .textBlock h1.title {
    font-size: 56px;
    margin-bottom: 35px
  }
}

@media (min-width: 992px) {
  .success .innerWrapper .textBlock h1.title {
    letter-spacing: -4px
  }
}

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

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

.success .innerWrapper .textBlock .descriptionBlock {
  text-align: center;
  margin-bottom: 25px
}

.success .innerWrapper .textBlock .descriptionBlock .desc1 {
  font-family: 'Sofia Pro', sans-serif;
  font-size: 6.5vw;
  line-height: 6.8vw;
  margin-bottom: 12vw
}

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

@media (min-width: 992px) {
  .success .innerWrapper .textBlock .descriptionBlock {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px
  }
}

.success .innerWrapper .textBlock .btnWrap {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto
}

.success .innerWrapper .textBlock .btnWrap a {
  cursor: pointer
}

.success .innerWrapper .textBlock .arrowBtn {
  text-align: center
}

.success .innerWrapper .textBlock .arrowBtn a, form .inputWrapper input {
  border: 0;
  outline: 0;
  background-color: transparent;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.success .innerWrapper .textBlock .arrowBtn a {
  fill: #fff;
  display: inline-block;
  width: 50px;
  height: 50px
}

.success .innerWrapper .textBlock .arrowBtn a:hover {
  fill: #c430f6
}

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

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

@media (min-width: 765px) {
  .success .innerWrapper {
    height: 100vh
  }
}

@media (min-width: 992px) {
  .success .innerWrapper {
    height: 100vh
  }
}

.success:before {
  content: 'VT';
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 700;
  font-size: 100vw;
  color: #f7f7f7;
  z-index: -1
}

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

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

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

/*@media (min-width:1200px){.success:before{font-size:830px}}*/
.hiddenBlock {
  display: none
}

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

form .inputWrapper .text {
  font-size: 9px;
  color: #000;
  bottom: 8px;
  height: 10px
}

form .inputWrapper input {
  padding-left: 45px;
  display: block;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 700;
  width: 100%;
  height: 35px;
  font-size: 18px;
  line-height: normal;
  color: #000;
  border-bottom: 1px solid #bfbfbf;
  text-align: left
}

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

form .inputWrapper input::-webkit-input-placeholder {
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 200;
  color: #a4a4a4;
  font-size: 12px;
  line-height: 45px;
  padding-top: 10px;
  padding-left: 25px;
  text-transform: uppercase;
  letter-spacing: 1px
}

form .inputWrapper input:-moz-placeholder, form .inputWrapper input::-moz-placeholder {
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 200;
  color: #a4a4a4;
  font-size: 12px;
  line-height: 45px;
  padding-top: 10px;
  padding-left: 25px;
  text-transform: uppercase;
  letter-spacing: 1px
}

form .inputWrapper input:-ms-input-placeholder {
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 200;
  color: #a4a4a4;
  font-size: 12px;
  line-height: 45px;
  padding-top: 10px;
  padding-left: 25px;
  text-transform: uppercase;
  letter-spacing: 1px
}

@media (min-width: 576px) {
  form .inputWrapper input {
    height: 40px
  }
}

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: 992px) {
  form .inputWrapper {
    margin-bottom: 25px
  }
}

form .btnWrap {
  text-align: center;
  margin-top: 45px
}

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

.orderPanel .mfp-close {
  top: 0;
  right: 0;
  font-size: 45px;
  padding: 5px;
  width: 55px;
  height: 55px
}

.orderPanel .mfp-close:hover {
  color: #019557
}

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

.orderPanel .wrapper {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto
}

.orderPanel .wrapper .title {
  font-family: 'Sofia Pro', sans-serif;
  color: #000;
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 25px;
  text-align: center
}

@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
}

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

@media (min-width: 992px) {
  .orderPanel .wrapper {
    max-width: 350px
  }
}

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

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

.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 .mfp-close {
  height: 26px;
  width: 26px;
  line-height: 24px;
  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 .mfp-close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: #fff
}

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

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

.modalPolitics .title h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  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
  }
}