@import url('../fonts/stylesheet.css');

body {
  font-family: 'montserratregular';
  color: #102e77;
}

strong {
  font-family: 'montserratbold';
}

.txt-orange {
  color: #ea8b1c;
}

.txt-blue {
  color: #7ac9eb;
}

span.with-tire {
  position: relative;
  z-index: 1;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
}

span.with-tire::before {
  content: '';
  position: absolute;
  left: -5%;
  top: -8%;
  width: 107%;
  height: 120%;
  z-index: -1;
  background: url("../img/tire.png") no-repeat;
  background-size: contain;
  transition: 0.5s all ease-in-out;
}

/*
span.animated::before {
  opacity: 0;
}
span.animate::before {
  opacity: 1;
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
*/
@media (max-width: 420px) {
  span.with-tire::before {
    left: -5%;
    top: -6%;
    width: 110%;
    height: 125%;
  }
}

.gen-caption {
  text-transform: uppercase;
  color: #0e3167;
  font-family: 'montserratbold';
  font-size: 42px;
  position: relative;
  letter-spacing: -1px;
  line-height: 1.3;
  z-index: 1;
}

.container-fluid {
  padding: 0px 90px;
}

@media (max-width: 1400px) {
  .gen-caption {
    font-size: 36px;
  }
}

@media (max-width: 1200px) {
  .gen-caption {
    font-size: 32px;
  }
}

@media (max-width: 992px) {
  .gen-caption {
    font-size: 28px;
  }

  .container-fluid {
    padding: 0px 20px;
  }
}

@media (max-width: 767px) {
  .gen-caption {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .gen-caption {
    font-size: 24px;
  }
}


/*head*/
.main-head {
  min-height: 200px;
  background: #fff;
  padding: 0px 100px;
  text-align: center;
  position: relative;
}

.main-logo {
  max-width: 180px;
}

.main-logo-2 {
  width: 118px;
}

.main-logo-3 {
  max-width: 167px;
}

.href-logo-3 {
  margin-left: 70px;
}

.logo-wr {
  margin-top: -15px;
}

@media (max-width: 1400px) {
  .main-head {
    min-height: auto;
    padding: 20px 60px;
  }
}

@media (max-width: 992px) {
  .main-logo-2 {
    position: absolute;
    right: 15px;
  }

  .main-logo-3 {
    position: absolute;
    left: 15px;
  }

  .logo-wr {
    position: absolute;
    width: 100%;
    left: 0;
    top: 49px;
    margin-top: 0px;
  }
}

@media (max-width: 575px) {
  .main-head {
    min-height: auto;
    padding: 20px 10px;
  }

  .main-logo-3 {
    max-width: 119px;
  }
}

@media (max-width: 430px) {
  .main-logo {
    max-width: 150px;
  }

  .main-logo-3 {
    max-width: 80px;
  }

  .main-logo-2 {
    max-width: 80px;
  }
}

/*section - 2 */
.bl-s-1 {
  width: 100%;
  background: url('../img/bg-1.svg') no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 110px 0px 160px;
  position: relative;
}

.bl-s-1 h1 {
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 29px;
  z-index: 1;
  position: relative;
  letter-spacing: -1.2px;
  line-height: 1.3;
}


.bl-s-1 .container {
  max-width: 1100px;
}

.bl-s-1 .txt-1 {
  font-family: 'montserratbold';
  font-size: 32px;
  /* max-width: 1000px;*/
  margin: 0px auto 35px;
}

.bl-s-1 .txt-2 {
  font-size: 21px;
  /* max-width: 725px;*/
  margin: 0px auto 20px;
}

.bl-s-1 .txt-3 {
  font-size: 21px;
  /* max-width: 760px;*/
  margin: auto;
}

.bl-s-1::before {
  content: '';
  position: absolute;
  bottom: 90px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 4px;
  z-index: 2;
  background: #fff;
}

@media (max-width: 1400px) {
  .bl-s-1 h1 {
    font-size: 50px;
  }

  .bl-s-1 .txt-1 {
    font-size: 28px;
    /* max-width: 900px;*/
    margin: 0px auto 35px;
  }
}

@media (max-width: 1200px) {
  .bl-s-1 {
    padding: 110px 0px 120px;
  }

  .bl-s-1 h1 {
    font-size: 50px;
  }

  .bl-s-1 .txt-1 {
    font-size: 26px;
  }

  .bl-s-1 .txt-2,
  .bl-s-1 .txt-3 {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .bl-s-1 {
    padding: 110px 0px 120px;
  }

  .bl-s-1 h1 {
    font-size: 40px;
  }

  .bl-s-1 .txt-1 {
    font-size: 22px;
    /* max-width: 700px;*/
  }

  .bl-s-1 .txt-2,
  .bl-s-1 .txt-3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .bl-s-1 h1 {
    font-size: 30px;
  }

  .bl-s-1 {
    padding: 100px 0px 120px;
  }
}

@media (max-width: 575px) {
  .bl-s-1 {
    padding: 70px 0px 100px;
  }

  .bl-s-1::before {
    bottom: 50px;
  }
}

@media (max-width: 350px) {
  .bl-s-1 h1 {
    font-size: 26px;
  }
}

/*section-2*/

.bl-s-2 {
  padding: 90px 0px 55px;
  background: #fff;
  z-index: 2;
  position: relative;
}

.bl-s-2 .gen-caption {
  max-width: 988px;
  margin-bottom: 25px;
  text-align: left;
}

@media (max-width: 992px) {
  .bl-s-2 {
    padding: 80px 0px 55px;
    overflow: hidden;
  }
}

.slider {
  margin-bottom: 35px;
  position: relative;
  width: 100%;
  margin-top: -27px;
}

.slider .item {
  padding: 30px;
  color: #0e3167;
  font-size: 32px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.slider .item .inner {
  position: relative;
  -webkit-box-shadow: 10px 10px 20px 1px rgba(2, 2, 2, 0.26);
  -moz-box-shadow: 10px 10px 20px 1px rgba(2, 2, 2, 0.26);
  box-shadow: 10px 10px 20px 1px rgba(2, 2, 2, 0.26);
  padding: 48px 150px 110px;
}

.slider .item .inner::before {
  content: '';
  position: absolute;
  bottom: 66px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 4px;
  z-index: 2;
  background: #0c5388;
}

.bl-s-2 .with-tire.cap-2::before {
  left: -6%;
  width: 129%;
  top: -9%;
  height: 112%;
  background-image: url(../img/tire-sl-2-2.png);
}

@media (max-width: 1400px) {
  .slider .item {
    font-size: 28px;
  }

  .slider .item .inner {
    padding: 48px 100px 110px;
  }
}

@media (max-width: 1200px) {
  .slider .item {
    font-size: 24px;
  }

  .slider .item .inner {
    padding: 48px 50px 80px;
  }

  .slider .item .inner::before {
    bottom: 40px;
  }
}

@media (max-width: 575px) {
  .slider .item {
    font-size: 18px;
    padding: 30px 10px;
  }

  .slider .item .inner {
    padding: 40px 15px 80px;
  }

  .slider .item .inner {
    -webkit-box-shadow: 4px 4px 14px -4px rgba(2, 2, 2, 0.26);
    -moz-box-shadow: 4px 4px 14px -4px rgba(2, 2, 2, 0.26);
    box-shadow: 4px 4px 14px -4px rgba(2, 2, 2, 0.26);
  }
}

/*section -3*/
.bl-s-3 {
  background: #0c5388;
  padding: 260px 0px;
  position: relative;
}

.bl-s-3 .findings {
  max-width: 100%;
}

.bl-s-3 .txt-1 {
  margin-top: 100px;
  font-size: 24px;
  color: #fff;
  letter-spacing: 1px;
}

.bl-s-3::before {
  content: '';
  position: absolute;
  bottom: 190px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 4px;
  z-index: 2;
  background: #fff;
}

@media (max-width: 1200px) {
  .bl-s-3 {
    padding: 100px 0px;
  }

  .bl-s-3::before {
    bottom: 50px;
  }

  .bl-s-3 .txt-1 {
    font-size: 20px;
  }
}

@media (max-width: 420px) {
  .bl-s-3 .txt-1 {
    font-size: 18px;
    margin-top: 80px;
  }
}

/* section 4 */
.bl-s-4 {
  padding: 115px 0px 110px;
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.bl-s-4 .bgr-r-sec {
  position: absolute;
  top: 0px;
  right: 0%;
  width: 33.33%;
  height: 100%;
  background: #0c5388;
  padding: 0% 5%;
}

.bl-s-4 .bgr-r-sec img {
  max-width: 100%;
  height: auto;
  display: block;
}

.bl-s-4 .it-1 {
  padding: 0px 105px;
}

.bl-s-4 .slick-dots {
  bottom: -60px;
}

.bl-s-4 .slider-profile {
  margin-top: 52px;
  width: 100%;
}

.bl-s-4 .slider-profile .caption {
  color: #0e3167;
  font-size: 32px;
  font-family: 'montserratbold';
  margin-bottom: 60px;
}

.bl-s-4 span.with-tire::before {
  left: -5%;
  width: 110%;
  background-image: url("../img/tire-sl-2.png");
}

.bl-s-4 .content-r {
  font-size: 32px;
  font-family: 'montserratbold';
  margin-bottom: 34px;
  color: #fff;
  text-align: center;
  /*  margin-top: -130px;*/
  max-width: 386px;
  margin-left: auto;
  margin-right: auto;
}

.bl-s-4 .content-l svg {
  max-width: 100%;
  margin: auto;
  display: block;
}

@media (max-width: 1500px){
  .bl-s-4 .content-l svg {
    max-height: 350px;
  }
  .bl-s-4 .slider-profile{
    margin-top: 25px;
  }
  .bl-s-4 .slider-profile .caption{
    margin-bottom: 20px;
  }
}

.bl-s-4 .content-l > div {
  width: 100%;
}

.bl-s-4 .content-l img {
  max-width: 100%;
}

.bl-s-4 .content-r img {
  margin: auto;
}

.next-slide-active {
  cursor: pointer;
}


@media (max-width: 1600px) {


  .bl-s-4 .slider-profile .caption {
    margin-bottom: 40px;
  }

  .bl-s-4 .content-r {
    font-size: 28px;
  }
}

@media (max-width: 1200px) {

  .bl-s-4 .slider-profile .caption {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .bl-s-4 .content-r {
    font-size: 22px;
  }

}

@media (max-width: 992px) {

  .bl-s-4 .slider-profile .caption {
    font-size: 22px;
  }

  .bl-s-4 .content-r {
    font-size: 22px;
  }

  .bl-s-4 .content-l svg, .bl-s-4 .content-l img {
    height: 300px;
  }

  .bl-s-4 {
    padding: 80px 0px;
  }

  .bl-s-4 .content-r img {
    max-height: 50px;
  }

  .bl-s-4 .it-1 {
    padding: 0px 35px;
  }
}

@media (max-width: 800px) {
  .bl-s-4 .content-r {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .bl-s-4 .slider-profile {
    margin-top: 22px;
  }

  .bl-s-4 .bgr-r-sec {
    display: none !important;
  }
}


/*sec 5*/
.bl-s-5 .wr-gr-im {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.bl-s-5 .wr-gr-im img {
  opacity: 0;
  transition: all 1s ease;
  max-width: 100%;
}

.bl-s-5 .wr-gr-im img.active {
  opacity: 1;
}

.bl-s-5 .svg-sec img {
  transition: all 1s ease;
  max-width: 100%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
/*
.bl-s-5 .img-trigger-old .needscal{
  transition: all 0.5s ease;
}
.bl-s-5 .img-trigger-old.active .needscal{
  transform: scale(1.03);
}*/

.bl-s-5.animated .bl-5-txt-1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.bl-s-5.animated .bl-5-txt-2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.bl-s-5.animated .bl-5-txt-3 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.bl-s-5 .bl-5-txt-1 ,
.bl-s-5 .bl-5-txt-2 ,
.bl-s-5 .bl-5-txt-3 ,
.svg_3_trg_1,
.svg_3_trg_2,
.svg_3_trg_3
{
  cursor: pointer;
}



.bl-s-5 {
  background: #fff;
  padding: 80px 0px;
  color: #083266;
}

.bl-s-5 .txt-1 {
  font-size: 24px;
  margin-top: 13px;
  letter-spacing: -1px;
}

.bl-s-5 .txt-2 {
  font-size: 24px;
  letter-spacing: -1px;
  max-width: 680px;
}

.bl-s-5 .cap-2 {
  font-size: 32px;
  margin-top: 60px;
  font-family: 'montserratbold';
}

.bl-s-5 .svg-sec svg {
  max-width: 100%;
  display: block;
  margin: auto;
}

.bl-s-5 span.with-tire::before {
  background-image: url(../img/tire-sl-5.png);
}



.bl-s-5 .s-txt-list > div {
  padding-left: 35px;
  font-size: 22px;
  position: relative;
  margin-bottom: 22px;
  font-family: montserrat_mediumregular;
 /* opacity: 0;*/
}

.s-svg-list {
  cursor: pointer;
  z-index: 20;
}


.bl-s-5.animated .s-txt-list-2 > div {
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  cursor: pointer;
}
.bl-s-5.animated .s-txt-list-2 > div:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.bl-s-5.animated .s-txt-list-2 > div:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.bl-s-5.animated .s-txt-list-2 > div:nth-child(4) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.bl-s-5.animated .s-txt-list-2 > div:nth-child(5) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.bl-s-5.animated .s-txt-list-2 > div.active::before{
  transform: scale(1.1) !important;
}
.bl-s-5.animated .s-txt-list-2 > div > div{
  transition: all 0.5s ease !important;
}
.bl-s-5.animated .s-txt-list-2 > div.active div{
  transform: scale(1.1) !important;
}

.bl-s-5 .s-txt-list > div::before {
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  transition: all 0.5s ease;
}

.bl-s-5 .s-txt-list > div.it-1::before {
  background: #105287;
}

.bl-s-5 .s-txt-list > div.it-2::before {
  background: #7ac9eb;
}

.bl-s-5 .s-txt-list > div.it-3::before {
  background: #ea8b1c;
}

.bl-s-5 .s-txt-list > div.it-4::before {
  background: #f64f00;
}

.bl-s-5 .s-txt-list > div.it-5::before {
  background: #c6e7ee;
}

@media (max-width: 1900px) {
  .bl-s-5 .svg-sec img {
    left: 47%;
  }

  .bl-s-5 .svg-sec img {
    transform: scale(0.8);
  }
  .bl-s-5 .svg-sec img.active {
    transform: scale(0.85);
  }
}

@media (max-width: 1700px) {
  .bl-s-5 .svg-sec img {
    left: 45%;
  }
}

@media (max-width: 1500px) {
  .bl-s-5 .svg-sec img {
    left: 42%;
  }

  .bl-s-5 .svg-sec img.bl-5-txt-2 {
    margin: -25% 0% 0% 16%;
  }

  .bl-s-5 .svg-sec img.bl-5-txt-3 {
    margin: 8% 0% 0% 16%;
  }

  .bl-s-5 .svg-sec img.bl-5-txt-1 {
    margin: -26% 0% 0% -41%;
  }
}

@media (max-width: 1400px) {
  .bl-s-5 .svg-sec img {
    left: 38%;
  }

  .bl-s-5 .svg-sec img {
    transform: scale(0.6);
  }
}

@media (max-width: 1300px) {
  .bl-s-5 .svg-sec img {
    left: 35%;
  }
}

@media (max-width: 1200px) {
  .bl-s-5 .svg-sec img {
    left: 35%;
    top: 48%;
  }
}

@media (max-width: 1100px) {
  .bl-s-5 .svg-sec img {
    left: 30%;
  }
}

@media (max-width: 992px) {
  .bl-s-5 .svg-sec img {
    left: 29%;
  }
}

@media (max-width: 830px) {
  .bl-s-5 .svg-sec img {
    left: 27%;
    top: 46%;
    transform: scale(0.5);
  }
  .bl-s-5 .svg-sec img.active {
    transform: scale(0.55);
  }
}


@media (max-width: 767px) {
  .bl-s-5 .svg-sec img {
    display: none !important;
  }
}
/*
#svg_3 .show-txt-1,
#svg_3 .show-txt-2,
#svg_3 .show-txt-3{
  transition: all 0.5s ease !important;
}

#svg_3 .show-txt-1.active,
#svg_3 .show-txt-2.active,
#svg_3 .show-txt-3.active{
  font-size: 35px !important;
}
*/
/*
@media (max-width: 767px) {
  .bl-s-5 .svg-sec img {
    left: 42%;
    top: 53%;
    transform: scale(0.7);
  }
  .bl-s-5 .svg-sec img.bl-5-txt-1 {
    margin: -17% 0% 0% -38%;
  }
  .bl-s-5 .svg-sec img.bl-5-txt-2 {
    margin: -22% 0% 0% 13%;
  }
  .bl-s-5 .svg-sec img.bl-5-txt-3 {
    margin: 7% 0% 0% 12%;
  }
}
@media (max-width: 700px) {
  .bl-s-5 .svg-sec img.bl-5-txt-1 {
    margin: -25% 0% 0% -43%;
  }
  .bl-s-5 .svg-sec img.bl-5-txt-2 {
    margin: -25% 0% 0% 13%;
  }
}
@media (max-width: 600px) {
  .bl-s-5 .svg-sec img.bl-5-txt-1 {
    margin: -25% 0% 0% -43%;
  }
  .bl-s-5 .svg-sec img {
    left: 38%;
    top: 53%;
    transform: scale(0.55);
  }
}
@media (max-width: 550px) {
  .bl-s-5 .svg-sec img.bl-5-txt-1 {
    margin: -25% 0% 0% -43%;
  }
  .bl-s-5 .svg-sec img {
    left: 38%;
    top: 53%;
    transform: scale(0.55);
  }
}
*/


@media (max-width: 1800px) {
  .bl-s-5 .s-txt-list > div {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1400px) {
  .bl-s-5 .cap-2 {
    font-size: 26px;
  }

  .bl-s-5 .txt-2,
  .bl-s-5 .txt-1 {
    font-size: 21px;
  }
  .bl-s-5 .s-txt-list > div {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  .bl-s-5 .s-txt-list > div {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .bl-s-5 .s-txt-list > div::before{
    width: 9px;
    height: 9px;
  }
}
@media (max-width: 992px) {
  .bl-s-5 .s-txt-list > div {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .bl-s-5 .txt-2,
  .bl-s-5 .txt-1 {
    font-size: 18px;
  }

  .bl-s-5 .cap-2 {
    font-size: 22px;
  }
}
/*
@media (max-width: 450px) {
  .bl-s-5 .svg-sec svg {
    max-height: 257px;
  }
}*/

.bl-s-5 .gr-bl {
  position: absolute;
  border: 1px solid #ff0000;
}

.bl-s-5 .gr-bl-1 {
  top: 66px;
  left: 278px;
  width: 277px;
  height: 327px;
}

.bl-s-5 .gr-bl-2 {
  top: 20px;
  left: 20px;
  width: 153px;
  height: 170px;
  z-index: 2;
}

.bl-s-5 .gr-bl-3 {
  top: 200px;
  right: 20px;
  width: 163px;
  height: 197px;
  z-index: 3;
}

/*section 6*/
.bl-s-6 {
  width: 100%;
  background: url('../img/bgr-6.svg') no-repeat;
  background-size: cover;
  color: #fff;
  padding: 150px 0px 150px;
  position: relative;
}

.bl-s-6 .gen-caption {
  color: #fff;
}

.bl-s-6 span.with-tire::before {
  left: -5%;
  width: 108%;
  background-image: url(../img/tire-sl-6.png);
}

.bl-s-6 .item {
  margin-top: 75px;
  position: relative;
}

.bl-s-6 .item svg {
  margin: auto;
  display: block;
  max-width: 100%;
  /* border-radius: 50%;
   -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
   -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
   box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);*/
}

.bl-s-6 .hover-text {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0%, -50%);
  color: #102d77;
  font-family: 'montserratbold';
  font-size: 24px;
}

.bl-s-6 .it-text {
  color: #fff;
  font-size: 24px;
  text-align: center;
  max-width: 300px;
  margin: 30px auto 0px;
}

.bl-s-6 .gen-caption {
  max-width: 1120px;
}

.bl-s-6 .it-gr {
  visibility: hidden;
}

.bl-s-6 .items-group.animated .it-gr {
  visibility: visible;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.bl-s-6 .items-group.animated > div:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.bl-s-6 .items-group.animated > div:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.bl-s-6 .items-group.animated > div:nth-child(4) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@media (max-width: 1400px) {
  .bl-s-6 .it-text {
    font-size: 20px;
  }

  .bl-s-6 .it-gr {
    padding: 0px 8px;
  }

  .bl-s-6 .hover-text {
    font-size: 20px;
  }
}

@media (max-width: 1100px) {
  .bl-s-6 .it-text {
    font-size: 18px;
  }

  .bl-s-6 .it-gr {
    padding: 0px 8px;
  }

  .bl-s-6 .hover-text,
  .bl-s-6 .it-text {
    font-size: 18px;
  }

  .bl-s-6 {
    padding: 80px 0px;
  }
}

@media (max-width: 992px) {
  .bl-s-6 .item svg {
    max-height: 188px;
  }

  .bl-s-6 .it-text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .bl-s-6 .it-gr {
    flex: 0 0 auto;
    width: 50%;
    box-sizing: border-box;
    flex-shrink: 0;
  }

  .bl-s-6 .item {
    margin-top: 38px;
  }
}

@media (max-width: 575px) {
  .bl-s-6 .item svg {
    max-height: 160px;
  }

  .bl-s-6 .it-text {
    font-size: 15px;
  }
}

/*sec 7*/
.bl-s-7 {
  background: #fff;
  overflow: hidden;
  padding-bottom: 80px;
  position: relative;
  padding-top: 126px;
}

.bl-s-7 .gen-caption {
  text-align: right;
}

@media (min-width: 1400px) {
  .gen-caption {
    font-size: 40px;
  }
}

.bl-s-7 .qwt {
  margin: 70px 0px 23px;
}

.bl-s-7 .slick-dots {
  text-align: left;
}

.bl-s-7 .txt-1 {
  color: #0e3167;
  font-size: 32px;
  margin-bottom: 65px;
}

.bl-s-7 .txt-2 {
  color: #0e3167;
  font-size: 24px;
  margin-bottom: 65px;
  text-transform: uppercase;
  font-family: 'montserratbold';
}

.bl-s-7 span.with-tire::before {
  left: -5%;
  width: 107%;
  background-image: url(../img/tire-sl-7.png);
}

.bl-s-7-r {
  padding-right: 90px;
}

/*
.bl-s-7 .img-thumb-block{
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 80px;
  min-height: 400px;
}
.bl-s-7 .img-thumb-block img{
  max-width: 100%;
  height: auto;
}
.img-thumb-block .it-1{
  position: absolute;
  left: -9%;
  width: 36%;
  top: 0px;
  height: 100%;
  opacity: 0.5;
}
.img-thumb-block .it-2{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 66%;
  height: 100%;
}
.img-thumb-block .it-1 img{
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.img-thumb-block .it-2 img{
  -webkit-box-shadow: 5px 5px 17px 0px rgba(0,0,0,0.25);
  box-shadow: 5px 5px 17px 0px rgba(0,0,0,0.25);
  position: absolute;
  bottom: 0px;
  right: 15px;
}

*/


/*slider js*/
/*.img-thumb-block .it-1 img{
  visibility: hidden;
}

.img-thumb-block .it-1 img.active{
  visibility: visible;
}

.img-thumb-block .it-2 img{
  visibility: hidden;
}

.img-thumb-block .it-2 img.active{
  visibility: visible;
}*/

.img-thumb-block .slick-slide img {
  max-width: 100%;
  height: auto;
  float: right;
  margin-right: 0px;
  transition: all 1s ease;
  margin-top: -36px;
  opacity: 0.4;
}


.img-thumb-block .slick-slide {
  transition: all 1s ease;
  transform: scale(0.6) translate(0, 40%);
  position: relative;
  right: -10%;
  z-index: 10;

}

.img-thumb-block .slick-slide.slick-current img {
  -webkit-box-shadow: 5px 0px 17px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 0px 17px 0px rgba(0, 0, 0, 0.25);
  margin-right: 18px;
  margin-top: 0px;
  opacity: 1;
}

.img-thumb-block .slick-slide.slick-current > div {
  float: right;
}

.img-thumb-block .slick-slide.slick-current {
  transform: scale(1) translate(0%);
  right: 0% !important;
  z-index: 1;
}


.bl-s-7-r .slick-slide.slick-current img {
  transform: scale(1);
}

.bl-s-7-r .slick-slide img {
  transition: all 1s ease;
  transform: scale(0.5);
}

@media (max-width: 1740px) {
  .img-thumb-block .slick-slide {
    transform: scale(0.4) translate(0, 84%);
  }
}

@media (max-width: 1500px) {
  .bl-s-7 .txt-1 {
    font-size: 26px;
    margin-bottom: 45px;
  }

  .bl-s-7 .qwt {
    margin: 40px 0px 15px;
    max-width: 60px;
  }

  .img-thumb-block .slick-slide img {
    max-width: 450px;
    margin-top: -29px;
  }

  .bl-s-7 .txt-2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

@media (max-width: 1200px) {
  .bl-s-7 .txt-1 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .bl-s-7 .qwt {
    margin: 20px 0px 15px;
    max-width: 40px;
  }

  .img-thumb-block .slick-slide img {
    max-width: 350px;
    margin-top: -22px;
  }

  .bl-s-7 .txt-2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .bl-s-7 .txt-1 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .bl-s-7 .qwt {
    max-width: 30px;
  }

  .img-thumb-block .slick-slide img {
    max-width: 250px;
    margin-top: -15px;
  }

  .bl-s-7 .txt-2 {
    font-size: 16px;
  }

  .bl-s-7-r {
    padding-right: 20px;
  }

  .bl-s-7 {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .bl-s-7 .gen-caption {
    font-size: 22px;
  }

  .bl-s-7 .txt-1 {
    font-size: 16px;
  }

  .img-thumb-block .slick-slide img {
    float: none;
    max-width: 100%;
  }

  .img-thumb-block .slick-slide.slick-current img {
    margin-right: 0px;
  }

  .img-thumb-block .slick-slide.slick-current > div {
    float: none;
    margin: auto;
  }

  .img-thumb-block .slick-slide {
    right: 0%;
  }

  .bl-s-9 {
    padding-top: 0px;
  }
}

@media (max-width: 480px) {
  .img-thumb-block {
    padding-top: 64px;
  }
}


/**/

.bl-s-8 .txt-1 {
  font-family: 'montserratbold';
  font-size: 32px;
  color: #102e77;
  margin: 28px 0px;
}

.bl-s-8 svg {
  max-width: 100%;
}

.bl-s-8 .txt-2 {
  font-size: 24px;
  color: #102e77;
  margin: 15px 0px 0px;
}

.bl-s-8 .gen-caption {
  max-width: 700px;
}

.bl-s-8 span.with-tire::before {
  background-image: url(../img/tire-sl-9.png);
}

.bl-s-8 span.with-tire.w-blue::before {
  background-image: url(../img/tire-sl-8.png);
}

.bl-s-8 {
  padding: 100px 0px;
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.bl-s-8 .bgr-r-sec {
  position: absolute;
  top: 0px;
  right: 0%;
  width: 33.33%;
  height: 100%;
  background: #0c5388;
  padding: 0% 5%;
}

.bl-s-8 .bgr-r-sec img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1500px) {
  .bl-s-8 svg {
    max-height: 300px;
  }

  .bl-s-8 .txt-1 {
    font-size: 28px;
  }
}

@media (max-width: 1300px) {
  .bl-s-8 svg {
    max-height: 250px;
  }
}

@media (max-width: 1200px) {
  .bl-s-8 .txt-1 {
    font-size: 24px;
  }

  .bl-s-8 .txt-2 {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .bl-s-8 {
    padding: 80px 0px;
  }
}

@media (max-width: 767px) {
  .bl-s-8 .bgr-r-sec {
    display: none !important;
  }

  .bl-s-8 .txt-1 {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .bl-s-8 svg {
    max-height: 200px;
  }
}

@media (max-width: 420px) {
  .bl-s-8 svg {
    max-height: 160px;
  }
}

@media (max-width: 360px) {
  .bl-s-8 svg {
    max-height: 120px;
  }
}


/**/
.bl-s-9 .img-thumb-block .slick-slide {
  right: -6%;
}

.bl-s-9 span.with-tire::before {
  left: -6%;
  width: 111%;
  top: 0%;
  height: 116%;
  background-image: url(../img/tire-sl-8.png);
}

@media (min-width: 1400px) {
  .bl-s-9 .sp-9-1 {
    display: block;
  }
}

@media (max-width: 767px) {
  .bl-s-9 .img-thumb-block .slick-slide {
    right: 0%;
  }
}


.bl-s-10 {
  padding: 170px 0px;
  background: url('../img/bgr-10.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  overflow: hidden;
}

.bl-s-10 .txt-1 {
  font-size: 31px;
  font-family: 'montserratbold';
}

.bl-s-10 .gen-caption {
  color: #fff;
  margin-bottom: 60px;
}

.bl-s-10 span.with-tire::before {
  left: -3%;
  height: 140%;
  width: 106%;
  top: -19%;
  background-image: url(../img/tire-sl-2.png);
}

.bl-s-10 .txt-f {
  padding-right: 50px;
}


@media (max-width: 1400px) {
  .bl-s-10 svg {
    max-height: 250px;
  }

  .bl-s-10 .txt-1 {
    font-size: 26px;
  }

  .bl-s-10 {
    padding: 120px 0px;
  }
}

@media (max-width: 1200px) {
  .bl-s-10 svg {
    max-height: 200px;
  }

  .bl-s-10 .txt-1 {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .bl-s-10 {
    padding: 80px 0px;
  }
}

@media (max-width: 767px) {
  .bl-s-10 svg {
    margin: 50px auto;
    display: block;
  }

  .bl-s-10 .txt-1 {
    padding: 0px;
  }
}

@media (max-width: 575px) {
  .bl-s-10 svg {
    max-height: 150px;
    margin: 32px auto;
  }

}


.bl-s-11 span.with-tire::before {
  background-image: url(../img/tire-sl-8.png);
}

@media (max-width: 575px) {
  .bl-s-11 svg {
    max-height: 150px;
  }
}


.bl-s-12 {
  width: 100%;
  background: url('../img/bg-1.svg') no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 115px 0px 50px;
}


.recommendation-cap {
  max-width: 100%;
  margin: auto;
  position: relative;
  top: 0px;
}


.recommendation-block {
  position: relative;
  width: 769px;
  height: 659px;
  margin: 100px auto;
}

.recommendation-block .bgr-recom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: url('../img/quest.png') no-repeat;*/
  z-index: 2;
}

.recommendation-block .recom-caps {
  position: absolute;
  top: 40px;
  left: -224px;
  width: 1288px;
  height: 621px;
  z-index: -1 !important;
  background: url('../img/quest-line.png') no-repeat;
}


.recommendation-block .recom-caps {
  font-size: 32px;
  color: #fff;
}


.recommendation-block .recom-caps > div {
  position: absolute;
  transition: all 0.4s ease;
  cursor: pointer;
}

.recommendation-block .recom-caps > div.active,
.recommendation-block .recom-caps > div:hover {
  transform: scale(1.08);
}

.recommendation-block .recom-caps > div.active-s {
  transform: scale(1.08);
}


.recommendation-block .recom-caps .cap-1 {
  top: -40px;
  left: 81px;
}

.recommendation-block .recom-caps .cap-2 {
  top: 250px;
  left: -1px;
}

.recommendation-block .recom-caps .cap-3 {
  top: 579px;
  left: 115px;
}

.recommendation-block .recom-caps .cap-4 {
  top: -38px;
  right: 168px;
}

.recommendation-block .recom-caps .cap-5 {
  top: 249px;
  right: 2px;
}

.recommendation-block .recom-caps .cap-6 {
  top: 579px;
  right: 115px;
}


.recommendation-block .item-svg {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.recommendation-block .recom-txt {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  left: 0px;
}

.recommendation-block .recom-txt > div {
  display: none;
  text-align: center;
  font-size: 24px;
  color: #fff;
  max-width: 360px;
  margin: auto;
  transition: all 1s ease;
  opacity: 0;

  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both

}

.recommendation-block .recom-txt > div.active {
  opacity: 1;
  display: block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

.recommendation-block .bgr-recom > div {
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

.recommendation-block .itm-wr-1 {
  width: 214px;
  height: 216px;
  top: 5px;
  left: 33px;
}

.recommendation-block .itm-wr-2 {
  width: 129px;
  height: 235px;
  top: 218px;
  left: -1px;
}

.recommendation-block .itm-wr-3 {
  width: 216px;
  height: 208px;
  top: 450px;
  left: 41px;
}

.recommendation-block .itm-wr-4 {
  width: 214px;
  height: 216px;
  top: 5px;
  right: 33px;
}

.recommendation-block .itm-wr-5 {
  width: 129px;
  height: 235px;
  top: 218px;
  right: -1px;
}

.recommendation-block .itm-wr-6 {
  width: 216px;
  height: 208px;
  top: 450px;
  right: 41px;
}

.recommendation-block .bgr-recom::before {
  content: '';
  width: 510px;
  height: 510px;
  border-radius: 50%;
  position: absolute;
  top: 76px;
  left: 129px;
  z-index: 20;
}

.recommendation-block .item-svg {
  transition: all 0.5s ease;
}

.recommendation-block .active.item-svg[data-index='1'],
.recommendation-block .active.item-svg[data-index='2'],
.recommendation-block .active.item-svg[data-index='3'] {
  filter: drop-shadow(13px 2px 2px rgba(0, 0, 0, 0.3));
}

.recommendation-block .active.item-svg[data-index='4'],
.recommendation-block .active.item-svg[data-index='5'],
.recommendation-block .active.item-svg[data-index='6'] {
  filter: drop-shadow(-13px 2px 2px rgba(0, 0, 0, 0.3));
}


.recommendation-block .active-s.item-svg[data-index='1'],
.recommendation-block .active-s.item-svg[data-index='2'],
.recommendation-block .active-s.item-svg[data-index='3'] {
  filter: drop-shadow(13px 2px 2px rgba(0, 0, 0, 0.3));
}

.recommendation-block .active-s.item-svg[data-index='4'],
.recommendation-block .active-s.item-svg[data-index='5'],
.recommendation-block .active-s.item-svg[data-index='6'] {
  filter: drop-shadow(-13px 2px 2px rgba(0, 0, 0, 0.3));
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}


@media (max-width: 1380px) {
  .recommendation-block .recom-caps {
    transform: scale(0.9);
  }

  .recommendation-block {
    left: -25px;
  }

}

@media (max-width: 1100px) {
  .bl-s-12 {
    padding: 115px 0px 0px;
  }
}

@media (max-width: 1200px) {
  .recommendation-block {
    transform: scale(0.9);
    margin: 50px auto;
  }

}

@media (max-width: 1065px) {
  .recommendation-block {
    transform: scale(0.7);
    margin: 0px auto;
  }

}

@media (max-width: 800px) {
  .recommendation-block {
    transform: scale(0.5);
    left: -385px;
    margin-left: 50%;
  }

  .recommendation-block .recom-caps > div {
    position: absolute;
    padding: 5px;
  }

}

@media (max-width: 600px) {
  .recommendation-block {
    height: 559px;
    margin-top: -60px;
  }

  .recommendation-block .recom-caps {
    transform: scale(0.53);
    z-index: 1 !important;
    left: -238px;
    font-size: 52px;
    background: none;
  }


  .recommendation-block .recom-txt {
    top: 74px;
  }

  .recommendation-block .bgr-recom > div {
    z-index: 30;
  }

  .recommendation-block .bgr-recom::before {
    display: none;
  }


  .recommendation-block .recom-caps > div {
    top: -279px !important;
    left: -44px !important;
    width: 100% !important;
    opacity: 0;
    transition: all 1s ease;
    text-transform: uppercase;
    font-family: 'montserratbold';
  }

  .recommendation-block .recom-caps > div.active-s {
    opacity: 1;
  }


}


@media (max-width: 390px) {
  .recommendation-block {
    transform: scale(0.45);
  }

}

@media (max-width: 350px) {
  .recommendation-block {
    transform: scale(0.43);
  }

}


.bl-s-13 {
  padding: 130px 0px 0px;
  color: #0e3167;
}

.bl-s-13 .gen-caption {
  text-align: center;
  max-width: 1005px;
  margin: auto;
}

.bl-s-13 span.with-tire::before {
  background-image: url('../img/tire-sl-9.png');
}
.bl-s-13 span.gc-2::before {
  left: -3%;
  top: -9%;
  width: 107%;
  height: 121%;
}
.bl-s-13 span.with-tire.gc-1::before {
  background-image: url('../img/tire-sl-10.png');
}

.bl-s-13 .txt-1 a {
  color: #0e3167;
}

.bl-s-13 .txt-1 {
  margin: 60px auto 40px;
  text-align: center;
  font-size: 24px;
  font-family: 'montserratbold';
  max-width: 1150px;
}

.bl-s-13 .logos-block {
  margin: 135px 0px;
}

.bl-s-13 .txt-3 {
  font-size: 14px;
  font-family: 'montserratbold';
}

.bl-s-13 .txt-4 {
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}

.bl-s-13 .iisd-foot {
  max-height: 90px;
  width: 218px;
}

.bl-s-13 .logos-block img {
  margin: auto;
  display: block;
  max-width: 100%;
  height: auto;
}

a:hover {
  text-decoration: none;
}

@media (max-width: 992px) {
  .bl-s-13 {
    padding: 80px 0px 0px;
  }

  .bl-s-13 .txt-1 {
    margin: 40px auto 40px;
    font-size: 18px;
  }


  .bl-s-13 .txt-4 {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .bl-s-13 .txt-3 {
    text-align: center;
  }

  .bl-s-13 .logos-block {
    margin: 60px 0px;
  }
}


.bl-s-14 {
  padding: 50px 0px;
  font-size: 14px;
  overflow: hidden;
}

.main-logo-f {
  max-width: 100%;
  height: auto;
  max-height: 168px;
}

.bl-s-14 .logos-f .it {
  display: table;
  margin: 0px 0px 25px;
}

.bl-s-14 .gen-caption {
  margin-bottom: 50px;
  font-size: 26px;
}

.bl-s-14 span.with-tire::before {
  left: -5%;
  width: 132%;
  height: 127%;
  top: -16%;
  background-image: url(../img/tire-sl-7.png);
}

.logos-f img {
  max-width: 160px;
  height: auto;
  max-height: 100px;
}
.foot-1-img{
  max-height: 89px !important;
}

@media (min-width: 767px) and (max-width: 1200px) {
  .logos-f img {
    max-width: 130px;
  }
}
@media (max-width: 767px) {
  .bl-s-14 .gen-caption {
    text-align: center;
  }

  .bl-s-14 .main-logo-f {
    margin: 0px auto 25px;
    display: block;
  }

}


/* IE10-11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bl-s-1 {
    background: url('../img/bgr-6.svg') no-repeat !important;
    background-size: cover;
  }

  .bl-s-12 {
    background: url('../img/bgr-6.svg') no-repeat !important;
    background-size: cover;
  }

  .main-head {
    padding-top: 25px;
  }

  .bl-s-13 .logos-block > div > div {
    width: 100%;
  }
}


/*animateion*/
.bl-s-1 .txt-1 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.bl-s-1 .txt-2 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.bl-s-1 .txt-3 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

/*
span.with-tire.animated::before {
  visibility: hidden;
}*/
/*
span.with-tire.animate__animated::before {
  visibility: visible;
}*/
#bgrs-custom_hov_4 {
  position: relative;
  z-index: 20;
}

.bl-s-3 .txt-1 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}


.an-it {
  visibility: hidden;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated .an-it {
  visibility: visible;
}


#svg_1 .an-it.wd-0 {
  width: 0%;
}

#svg_1 .an-it {
  transition: all 1s ease;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

#svg_1 .s-txt {
  visibility: hidden;
}

#svg_1 .s-txt.animate__animated {
  visibility: visible !important;
}

#svg_1 .s-txt-2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#svg_1 .s-txt-3 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#svg_1 .s-txt-4 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

#svg_1 .s-txt-5 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}


#svg_2 .an-it {
  visibility: hidden;
}

#svg_2 .an-it.animate__animated {
  visibility: visible !important;
}

#svg_2 .an-1.animate__animated {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-transform-origin: center;
  transform-origin: center;
}

#svg_2 .an-2.animate__animated {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-transform-origin: center;
  transform-origin: center;
}

#svg_2 .an-3.animate__animated {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-transform-origin: center;
  transform-origin: center;
}

#svg_2 .an-4.animate__animated {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-transform-origin: center;
  transform-origin: center;
}

#svg_2 .an-it {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

#svg_2 .an-3.animate__delay-1s,
#svg_2 .an-4.animate__delay-1s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#svg_2.animated .an-zoomin {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


#svg_2 .an-opac {
  opacity: 0;
  transition: 0.5s all ease-in-out;
}

#svg_2 .an-opac.in {
  opacity: 1;
}


#svg_3_3_ {
  opacity: 0;
  transition: 3s all ease-in-out;
}

#svg_3.animated #svg_3_3 {
  opacity: 1;
}


#svg_3 .an-it {
  transition: 1s all ease-in-out;
}

#svg_3 .an-it-1 {
  transform: translate(-30px, 0px);
  cursor: pointer;
}

#svg_3.animated .an-it-1 {
  transform: translate(0px, 0px);
}

#svg_3 .an-it-5 {
  transform: translate(16px, -32px);
  z-index: 10;
  cursor: pointer;
}

#svg_3.animated .an-it-5 {
  transform: translate(0px, 0px);
}


#svg_3 .an-it-4 {
  transform: translate(25px, 8px);
  z-index: 10;
  cursor: pointer;
}

#svg_3.animated .an-it-4 {
  transform: translate(0px, 0px);
}

.img-trigger-old{
  visibility: hidden;
}
#svg_3.animated .img-trigger-old{
  visibility: visible;
}
#svg_3 .an-it-5.active {
  transform: translate(7px, -10px) !important;
  transition: 0.5s all ease-in-out;
}
#svg_3 .an-it-1.active {
  transform: translate(-6px, 1px) !important;
  transition: 0.5s all ease-in-out;
}

#svg_3 .an-it-4.active {
  transform: translate(11px, 3px) !important;
  transition: 0.5s all ease-in-out;
}


#svg_4 {
  z-index: 2;
  position: relative;
}

#svg_4 .an-it {
  transition: 1s all ease-in-out;
}

#svg_4 .an-it-1 {
  transform: translate(-18px, -32px);
}

#svg_4.animated .an-it-1 {
  transform: translate(0px, 0px);
}

#svg_4 .an-it-5 {
  transform: translate(16px, -32px);
}

#svg_4.animated .an-it-5 {
  transform: translate(0px, 0px);
}

#svg_4 .an-it-2 {
  transform: translate(-26px, 0px);
}

#svg_4.animated .an-it-2 {
  transform: translate(0px, 0px);
}

#svg_4 .an-it-3 {
  transform: translate(-11px, 26px);
}

#svg_4.animated .an-it-3 {
  transform: translate(0px, 0px);
}

#svg_4 .an-it-4 {
  transform: translate(25px, 8px);
}

#svg_4.animated .an-it-4 {
  transform: translate(0px, 0px);
}

.move_sgv_sec{
  transition: 2s all ease-in-out;
}
.move_sgv_sec.active {
  transition: 0.5s all ease-in-out !important;
}

#svg_4 .an-it-5.active {
  transform: translate(7px, -8px) !important;
}
#svg_4 .an-it-4.active {
  transform: translate(9px, 5px) !important;
}
#svg_4 .an-it-3.active {
  transform: translate(-1px, 10px) !important;
}
#svg_4 .an-it-2.active {
  transform: translate(-8px, 4px) !important;
}
#svg_4 .an-it-1.active {
  transform: translate(-4px, -7px) !important;
}


.animated .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.animated .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.animated .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.animated .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.animated .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.animated .rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.animated .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.animate__delay-01s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.animate__delay-02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.animate__delay-03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animate__delay-04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animate__delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animate__delay-06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.animate__delay-07s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}


/**/
.bl-s-6 .hover-text {
  visibility: hidden;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.bl-s-6 .it-gr.active .hover-text {
  visibility: visible;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-transform-origin: center;
  transform-origin: center;


}


.it-gr.active #eMhxJAn9Hom4_tr,
.it-gr.active #ek5KAVtq9NJ5_tr,
.it-gr.active #ePKNVGQJZ4_tr,
.it-gr.active #ePKNV92GQJZ4_tr {
  animation: eMhxJAn9Hom4_tr__tr 1000ms linear 1 normal forwards
}

.it-gr.active #eMhxJAn9Hom4,
.it-gr.active #ek5KAVtq9NJ5,
.it-gr.active #ePKNVGQJZ4,
.it-gr.active #ePKNV92GQJZ4 {
  animation: eMhxJAn9Hom4_c_o 1000ms linear 1 normal forwards
}

.it-gr.active #eMhxJAn9Hom14_tr,
.it-gr.active #ek5KAVtq9NJ17_tr,
.it-gr.active #ePKNV9QJZ13_tr,
.it-gr.active #ePKNV92GQJZ13_tr {
  animation: eMhxJAn9Hom14_tr__tr 1000ms linear 1 normal forwards
}

.it-gr.active #eMhxJAn9Hom14,
.it-gr.active #ek5KAVtq9NJ17,
.it-gr.active #ePKNV9QJZ13,
.it-gr.active #ePKNV92GQJZ13 {
  animation: eMhxJAn9Hom14_c_o 1000ms linear 1 normal forwards
}

@keyframes eMhxJAn9Hom4_tr__tr {
  0% {
    transform: translate(132.241007px, 132.339988px) rotate(-158.156966deg)
  }
  100% {
    transform: translate(132.241007px, 132.339988px) rotate(-361.469075deg)
  }
}

@keyframes eMhxJAn9Hom4_c_o {
  0% {
    opacity: 0
  }
  16.666667% {
    opacity: 1
  }
  100% {
    opacity: 1
  }
}

@keyframes eMhxJAn9Hom14_tr__tr {
  0% {
    transform: translate(132px, 131px) rotate(424.058677deg)
  }
  70% {
    transform: translate(132px, 131px) rotate(62.250096deg)
  }
  100% {
    transform: translate(132px, 131px) rotate(0.277928deg)
  }
}

@keyframes eMhxJAn9Hom14_c_o {
  0% {
    opacity: 0
  }
  16.666667% {
    opacity: 1
  }
  100% {
    opacity: 1
  }
}

.svg_rl_block svg {
  max-width: 100%;
}

@media (min-width: 767px) {
  .svg_rl_block {
    position: relative;
    left: 34%;
    max-width: 100%;
    top: 63px;
  }

  .bl-s-10.first-w .svg_rl_block {
    transition: all 0.5s linear;
    transform: scale(1.5);
  }

  .svg_rl_block .right-side {
    display: none;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .svg_rl_block.active .right-side {
    display: block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }

  .activate_right_side {
    cursor: pointer;
  }

  .svg_rl_block.active {
    left: 0%;
    /*  transform: scale(1);*/
  }

  .activate_right_side-index {
    z-index: 2;
    position: relative;
  }

  .svg_rl_block .circle-hover {
    transition: all 0.3s ease;
  }

  .circle-hover.active {
    transform: scale(0.94) translate(17px, 12px);
  }

  #svg_11 .circle-hover.active {
    transform: scale(0.94) translate(-10px, 13px);
  }

  .svg_rl_block .child-r {
    opacity: 0;
    transition: all 0.3s ease;
  }

  .svg_rl_block .child-r.active {
    opacity: 1;
  }

  .svg_rl_block .activate-child {
    position: relative;
    cursor: pointer;
  }

  .z-index-2 {
    position: relative;
    z-index: 2;
  }

  .z-index-3 {
    position: relative;
    z-index: 3;
  }


  .bl-s-10 .side-left,
  .bl-s-10 .side-right {
    transition: all 0.5s linear;
  }

  .bl-s-10.left .side-left {
    width: 75% !important;
  }

  .bl-s-10.left .side-right {
    width: 25% !important;
  }

  .bl-s-10.right .side-right {
    width: 75% !important;
  }

  .bl-s-10.right .side-left {
    width: 25% !important;
  }

  .bl-s-10.right .side-right .svg_rl_block svg {
    /*  transform: scale(1);*/

  }

  .bl-s-10.left .side-left .svg_rl_block svg {
    /*  transform: scale(1);*/

  }

  .bl-s-10 .svg_rl_block.active-after {
    transform: scale(2);
    transition: all 0.5s ease;

  }

  .bl-s-10.left .side-right .svg_rl_block svg {
    /*   transform: scale(2);*/

  }


  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  @-webkit-keyframes pulse2 {
    from {
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    50% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }

    to {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes pulse2 {
    from {
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    50% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }

    to {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .animate__pulse2 {
    -webkit-animation-name: pulse2;
    animation-name: pulse2;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }


}


#svg_10 .pos-1 {
  transform: translate(330px, 193px);
}

#svg_10 .pos-2 {
  transform: translate(510px, 193px);
}

#svg_11 .pos-1 {
  transform: translate(84px, 99px);
}

#svg_11 .pos-2 {
  transform: translate(-87px, 209px);
}

.block_9_expand_1,
.block_9_expand_2 {
  cursor: pointer;
  color: #105388 !important;
}
.block_9_expand_1 span,
.block_9_expand_2 span{
  text-decoration: underline;
}
.block_9_expand_1:hover span,
.block_9_expand_2:hover span{
  text-decoration: none;
}
.svg_9_expand_1,
.svg_9_expand_2 {
  transition: all 1s ease;
}

.svg_9_expand_1.active {
  transform: scale(1.07) translate(15px, 0px);
}

.svg_9_expand_2.active {
  transform: scale(1.07) translate(4px, 0px);
}

#hand_up_10 image{
  transform: translate(575px, 169px);
}
#hand_up_10 {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateX(0); }
  100% { transform: translateX(10px); }
}
@keyframes mover {
  0% { transform: translateX(0); }
  100% { transform: translateX(10px); }
}

#hand_up_11 image{
  transform: translate(150px, 75px);
}

#hand_up_11 {
  -webkit-animation: mover2 1s infinite  alternate;
  animation: mover2 1s infinite  alternate;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes mover2 {
  0% { transform: translateX(0); }
  100% { transform: translateX(10px); }
}
@keyframes mover2 {
  0% { transform: translateX(0); }
  100% { transform: translateX(10px); }
}

.svg_rl_block.active #hand_up_10{
  display: none;
}
.svg_rl_block.active #hand_up_11{
  display: none;
}
