body {
    font-family: "Futura Medium",sans-serif;
    font-size: 16px;
    line-height: 22px;
    overflow-x: hidden;
    color:#2d4242;
}
* {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    vertical-align: inherit;
}
button:focus, button:active, input:focus, input:active, a:focus, a:active, div:focus, div:active, h2:focus, h2:active {outline:none;}
/*scroll bar*/
::-webkit-scrollbar{width:5px;}
::-webkit-scrollbar-thumb{border-width:1px 1px 1px 2px;border-color:#777;background-color:#580006;}
::-webkit-scrollbar-thumb:hover{border-width:1px 1px 1px 2px;border-color:#555;background-color:#e3000f;}
::-webkit-scrollbar-track{border-width:0;background-color:transparent;}

body, #main {
  
}
#main .container {
  max-width:1900px;
  width: 100%;
}


/* h */
.h2-1{
  font-size: 40px;
  color: #ffffff;
  line-height: 45px;
  text-shadow: 4px 2px 20px black;
}
.h-3 {
  color:#2d4242;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
}
.h-4 {
  font-size: 40px;
  font-family: "Futura PT Bold",sans-serif;
  color: #2d4242;
  margin: 0px auto 25px!important;
  line-height: 2.5rem;
}
.h-4-2 {
  font-size: 50px;
  font-family: "Futura PT Bold",sans-serif;
  color: #fff;
  line-height: 2.5rem;
  padding: 10px 0!important;
}
.h-4-4 {
  font-size: 40px;
  font-family: "Futura PT Bold",sans-serif;
  color: #2d4242;
  line-height: 45px;
}
.h-4-5 {
  font-size: 35px;
  font-family: "Futura PT Bold",sans-serif;
  color: #2d4242;
  line-height: 45px;
}
.h-4-6 {
  font-size: 30px;
  font-family: "Futura Medium",sans-serif;
  color: #2d4242;
  line-height: 35px;
  margin: 20px auto;
}
.h-yellow {
  background-color: #e3000f;
  padding: 40px 0;
  margin-bottom: 30px;
}
/* h */

/* red header */
.red {
  background-color:#e3000f;
  padding: 20px 0;
  color: white;
  font-size: 18px;
}
.red .row {
  max-width: 100%;
  margin: auto;
  font-size:16px;
  justify-content: center
}
.red a {
  text-decoration:none;
  color:white;
}
.red a:hover, .red a:focus {
  text-decoration:none;
  opacity:.85;
}
.red .col.col-2 img{
  width: 30px;
}
.content p.boldSvgBlue {
  width: 400px;
  height: 60px;
  font-size: 24px!important;
  vertical-align: middle;
  margin: 35px 0 35px 160px;
  text-align: left;
  line-height: 26px;
  position: absolute;
  top: 0;
  font-family: "Futura Medium", sans-serif;
}
.content p.boldSvgBlue.blue1, .content p.boldSvgBlue.blue2{
  padding: 15px 0;
}
/* header */
header .item-ul {
    vertical-align: middle;
    display: table;
    margin:30px auto;
    padding: 10px 20px;
}
header .row-1 .item-ul {
  margin-right:0;
}
header .row-3 .item-ul {
  margin-left:0;
}
header .item-ul li a i{color:black!important;}
header{position:initial!important;z-index:2!important;width:100%!important;top:50px;}
.hidden{display:none;}
.no-pad{padding:0!important;}
.modal{z-index:10050!important;}
.top-pad{padding-top:75px;}
header .row-3 i{padding:0 2em!important;}
.item-ul li a{padding:1.5rem}.row-3 .container{width:100%}.fabars{padding-left: 2rem;}
header {background-color:transparent;display:flex;}
header.active {background-color:#fff;position:sticky!important;top: 0;/* transition: all 0.8s ease 0s; */}
header .flexy{display:flex;}
header .flexy .flexy-logo{margin:auto;width: 100%;}
header .row-1 {width:29%;}
header .row-2 {width:70%;}
/* header .row-3 {width:20%;} */
header ul li a{color:#2d4242;}
header ul li a:hover{color:#e31e24;text-decoration:none;}
header .row-3 i{font-size:.5rem;color:black;}
header .item-ul li.active a{color:#e31e24;}
header .item-ul li:after {
  content: '●';
  color: #2d4242;
  font-size: 16px;
}
header .item-ul li.last1:after, header .item-ul li.last:after {
  display:none;
}
li.last1 a{
  margin: 5px;
  font-size: 16px;
  padding: .5rem;
  border: 1px solid #2d4242;
  border-radius: 10px;
}
li.last1 a:first-child{
  margin-left: 1.5rem;
}
li.last1 a:hover{
  color:white;
  background-color:#2d4242;
  transition: all .35s linear;
}
li.last1 a.active1{
  color:white;
  background-color:#2d4242;
  transition: all .35s linear;
}
header .item-ul li:hover{color:#eabe29;}
header .logo img {
  margin: 10px auto 10px;
  width: 270px;
}
header .item-ul li {
    display: table-cell;
    font-size: 1.4rem;
}
input[type=text] {
    color: #fff;
    font-size: 16px;
}
.nav-btn {
  top: 2px;
}
/* header end*/
/*SCROLL*/
.scrollAnim{
	height: 100%;
	opacity: 0;
	transition: 0.8s;
	display: flex;
}
.scrollAnim .content{
	margin: auto;
}
.scrollAnim.anim{
	opacity: 1;
}
.scrollAnim h1, h2{
	display: block;
	font-weight: bold;
	margin: 0;
	line-height: 1.2em;
	transition: all 0.8s;
	padding-left: 0;
}
.anim h1, .anim h2{
	transition-delay: 0.1s;
}

.scrollAnim p{
	transition: all 1.2s;
	margin-bottom: 0;
}
.anim-top{
	transform: translate(0,150px);
}
.anim-left{
	transform: translate(-150px,0);
}
.anim .anim-top{
	transform: translate(0,0);
}
.anim .anim-left{
	transform: translate(0,0);	
}

.steps{
	width: 100%;
	margin: auto;
}

.scroller{
	position: fixed;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);

}


@keyframes fadeIn {
	from{ 
		opacity:  0; 
	}
	to{
		opacity: 1;
	}
}
@keyframes fadeInOut {
	0%{ 
		opacity:  0; 
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
/* SCROLL end */
/* PRELOADER */
.preloader{
  position: fixed;
  height: 150px;
  width: 150px;
  z-index: 4;
  border: 10px solid #e3000f;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 50%;
  
  transition: 0.5s opacity linear;
}
.preloader > .percentage{
  color: white;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: fixed;
  font-size: 35px;
  font-family: Sans-serif;

 transition: 0.5s opacity linear;
}

.preloader.fade,
.preloader.fade .percentage,
.preloader.fade ~ .bubble-container{
  opacity: 0;
  display: none;
}

.cover-right, .cover-left{
  background: #111111;
  height: 100%;
  position: fixed;
  z-index: 3;
  margin: 0;
  padding: 0;
  top:0;
  
  transition: all 0.5s;
}
.cover-right{
  right: 0;
  width: 50%;
}

.cover-left{
  left: 0;
  width: 50%;
}

.cover-left.open,
.cover-right.open{
  width: 0;
}
.bubble-container{
  position: fixed;
  z-index: 4;
  display: inherit;
/*   transform: translate(-50%, -50%); */
  left: 50%;
  bottom: 0;
}
.bubble{
  transform: rotate(45deg);
  position:fixed;
  bottom:-10%;
  z-index:7;
}
.bubble:nth-child(1){
  height: 30px;
  width: 30px;
  background: #c02529;
   
  animation-name: bubbleUp, bubbleShakeRight;
  animation-duration: 5s, 2s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running
}
.bubble:nth-child(2){
  height: 20px;
  width: 20px;
  background: #fff;
   
  animation-name: bubbleUp, bubbleShake;
  animation-duration: 2s, 1s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
  animation-delay: 2s;
}
.bubble:nth-child(3){
  height: 10px;
  width: 10px;
  background: #2d4242;
   
  animation-name: bubbleUp, bubbleShakeLeft;
  animation-duration: 1s, 2s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
  animation-delay: 1s;
}
.bubble:nth-child(4){
  height: 5px;
  width: 5px;
  background: #e3000f;
   
  animation-name: bubbleUp, bubbleShake;
  animation-duration: 2s, 1s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
  animation-delay: 0.2s;
}

.bubble:nth-child(5){
  height: 15px;
  width: 15px;
  background: #bbd700;
  animation-name: bubbleUp, bubbleShakeRight;
  animation-duration: 4s, 2s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running
}

.bubble:nth-child(6){
  height: 25px;
  width: 25px;
  background: #44b9dd;
  animation-name: bubbleUp, bubbleShake;
  animation-duration: 4s, 1s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
  animation-delay: 2s;
}
@keyframes bubbleUp{
  0%{
        
        bottom: -10%;
    }
    100%{
        bottom: 30%;
  }
}

@keyframes bubbleShakeLeft{
  0%{
        transform:translateX(0px)
    }
    50%{
        transform:translateX(30px)
    }
    100%{
        transform:translateX(0px)
    }
}
@keyframes bubbleShakeRight{
  0%{
        transform:translateX(0px)
    }
    50%{
        transform:translateX(-30px)
    }
    100%{
        transform:translateX(0px)
    }
}


@keyframes open{
  0%{
    
    width: 50%;
  }
  100%{
    width: 0%;
  }

}
@keyframes bordered-left{
  0%{
    border-left: 0px solid #bada55;
  }
  100%{
    border-left: 10px solid #bada55;
  }
}
@keyframes bordered-right{
  0%{
    border-right: 0px solid #bada55;
  }
  100%{
    border-right: 10px solid #bada55;
  }
}

@keyframes fadeOut{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}

@keyframes bubbleToContain{
  0%{
    
  }
  100%{
    
  }
}
/* PRELOADER end */
.the-arrow {
  width: 50px;
  transition: all 0.2s;
}
.the-arrow.-right {
  top: 3px;
  height: 40px;
  vertical-align: middle;
  display: table-cell;
}
.the-arrow.-right > .shaft {
  width: 90px;
  transition-delay: 0.2s;
  transition: all 0.5s;
}
.the-arrow.-right:hover > .shaft{
  width: 120px;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 15px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
  transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  transform: rotate(-40deg);
}
.the-arrow > .shaft {
  background-color: #2d4242;
  display: block;
  height: 2px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #2d4242;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow > .shaft:before {
  transform-origin: top right;
}
.the-arrow > .shaft:after {
  transform-origin: bottom right;
}
.textRight {
  text-align:right;
}

/* SECTIONS */
.section-top {
  padding-top: 50px;
  padding-bottom: 60px;
}
.section-top2 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-middle {
  padding-top: 50px;
  padding-bottom: 100px;
  margin-top: -10px;
}
.section-middle.serv-content {
  padding-top: 0px;
}
.section-middle-2 {
  padding-bottom: 40px;
}
.section-last{
  padding-top: 50px;
  padding-bottom: 50px;
}
.container-90 {
  width:90%;
  margin: auto;
  padding: 20px 0 25px;
}
.container-90-2 {
  width:90%;
  margin:auto;
  font-size: 20px;
}
.section-dots {
  padding: 15px 0;
}
.section-dots a {
  text-decoration: none;
  color: #2d4242;
}
.section-dots a:hover {
  color: #e3000f;
}
.section-dots .act {
  color: #e3000f;
}
.section-dots i {
  margin: auto 15px;
  font-style: normal;
  font-weight: bold;
}
.aboutBlock.newsList .h-4 {
  margin-bottom: 40px;
}
/*SECTIONS end */
.aboutBlock, .serv-content {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.numbersList ul {
  padding: 20px 30px;
}
.numbersList ul li {
  margin-bottom: 20px;
  font-size: 26px;
  
/*   transform: translate(-120%, 0px);
  transition: all 0.3s ease 0s; */
}

/* SLIDER */
.carousel p button {
  background-color: transparent;
  padding: 5px 50px;
  border: 1px solid white;
  border-radius: 25px;
  box-shadow: 0px 0px 25px 5px white;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
}
.carousel a:hover button {
  background-color: white;
  color: #081f3e;
  transition: all 1s linear;
}
.carousel{
  margin: 0 auto;
}
.carousel03{
  width: 75%;
  margin: auto;
}
.slick-next:before, .slick-prev:before{
  font-size:40px;
}

.slick-next{
  position: absolute;
  right: -35px;
  top: 30%;
}

.slick-prev{
  position: absolute;
  left: -35px;
  top: 30%;
}

.slick-dots li.slick-active button:before{
  font-size: 15px;
}

.slick-dots li button:before {
  font-size: 10px;
  transition: all, .3s;
}

.carousel .item .overlay p{
  text-transform:uppercase;
}

.carousel .item .overlay p a{
  color: #34ace8;
  text-decoration: none;
}

.carousel .item h3{
  font-family: 'roboto slab';
}

.carousel .item {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120vh;
}
.carousel .item .imageContainer {
  width: 90%;
  margin: auto;
  margin-top: 20vh;
  position: relative;
  height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid white;
  border-radius: 20px;
  overflow: hidden;
}

.carousel .item img {
  display:block;
  width:100%;
}

.carousel .item .overlay {
  z-index: 999;
  position:absolute;
  bottom: 25%;
  left:0px;
  right:0px;
  color:#fff;
  padding: 30px 0px 70px 0px;
}

.carousel .item .overlay h2{
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  width: 70%;
  margin: 15px auto 25px;
  text-transform:uppercase;
}
.carousel .item .overlay p{
  text-align: center;
  width: 60%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
  color: #fff;
}


.carousel .slick-dots{
  position:absolute;
  bottom:calc(20vh + 10px);
  z-index: 999;
}

.slick-dots li button:before
{
  color: #fff;
}

.slick-dots li.slick-active button:before
{
  color: #fff;
}
.slick-prev:before,.slick-next:before {
    content: '';
    color: white;
    background-color: transparent;
}
.slick-prev,.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  display:block;
  background-image:url(../img/ico/arrow-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 50px;
  opacity: .5;
}
.slick-next, .slick-next:hover, .slick-next:focus {
  transform: rotate(180deg);
  display:block;
  background-image:url(../img/ico/arrow-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 50px;
  opacity: .5;
}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover, .slick-next:focus {
  opacity:1;
}
.carousel02 .slick-prev,.carousel02 .slick-prev:hover,.carousel02  .slick-prev:focus,.carousel02  .slick-next:hover,.carousel02  .slick-next:focus {
  background-image:url(../img/ico/arrow-blue.svg);
}
.carousel02 .slick-next,.carousel02  .slick-next:hover,.carousel02  .slick-next:focus {
  background-image:url(../img/ico/arrow-blue.svg);
}
/* SLIDER end*/

/* MODAL */
.modal, .carousel2 {
  position: absolute;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #eceeef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
.modal.v3 .modal-content {
    background-color: #e6e6e6;
}
.modal.v3 .modal-body {
    padding: 30px 40px 20px;
}
.modal.v3 p {
    margin-bottom: 20px;
}
.form-group.v2 {
    margin-bottom: 27px;
}
.form-group.v2 label {
    font-family: MuseoSansCyrl-700, sans-serif;
    font-size: 16px;
    margin-bottom: 9px;
}
.form-group.v2 input,
.form-group.v2 select {
    background-color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    display: block;
    padding: 0 15px;
    width: 100%;
    height: 45px;
}
@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}
/* MODAL end */

/* HOME */
#myVideo,.canvas {
  position: relative;
  right: 0;
  bottom: -7px;
  min-width: 100vw; 
  height: calc(100vh - 105px);
  object-fit: cover;
}
.content2 {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}
.section-top3 {
  position:relative;
}
.content2 img.logo {
  width: 250px;
  margin: 20px auto;
  opacity: 0.5;
}
#myBtn {
  width: 100px;
  height: 100px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #0000005c;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
}
#myBtn img{
  width: 50%;
}
#myBtn:hover {
  background: #dddddd52;
  color: black;
}
.train-img {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: relative;
  height: 130px;
}
.train-img img{
  position: absolute;
  left: 90px;
  top: 15px;
  width: 25px;
}
.train-img2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  height: 190px;
}
.train-img3 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  height: 160px;
  margin-bottom: 10px;
}

.train-img22 {
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  position: relative;
  height: 170px;
}
.train-img2 img{
  position: absolute;
  left: 90px;
  top: 15px;
  width: 25px;
}
.train-img20 {
  margin-bottom: 5px;
}
.boldSvgWhite {
  color:white;
  font-size: 24px;
  line-height: 27px;
  width: 65%;
  margin: 0 10%;
  margin-left: 19%;
  display: inline-block;
}
.boldSvgNumber {
  color:white;
  text-align: center;
  font-size: 35px;
  width: 100%;
  margin: auto;
  display: inline-block;
}
.train-img-2{
  margin-top: -20px;
  margin-left: 75px;
}
.train-img-3{
  margin-top: -20px;
  margin-left: 150px;
}
.train-img-4{
  margin-top: -20px;
  margin-left: 225px;
}
.train-img-5{
  margin-top: -20px;
  margin-left: 300px;
}
.train-img-6{
  margin-top: -20px;
  margin-left: 375px;
}
.train-img-7{
  margin-top: -20px;
  margin-left: 450px;
}
.train-img-8{
  margin-top: -20px;
  margin-left: 375px;
}
.train-img-9{
  margin-top: -20px;
  margin-left: 300px;
}
.train-img-10{
  margin-top: -20px;
  margin-left: 225px;
}
.train-img-11{
  margin-top: -20px;
  margin-left: 150px;
}
.train-img-12{
  margin-top: -20px;
  margin-left: 75px;
}
.servList {
  padding-top: 100px;
  height: 400px;
  background-color: #14283c42;
  border-radius: 15px;
  margin: 40px auto;
  box-shadow: 0 0 12px 1px #000000a8;
}
.servList img {
  margin-bottom: 30px;
}
.middle-title h2 {
  font-size: 22px;
  margin: 25px auto;
  color: #2c4141;
}
.middle-title p {
  color:#2c4141;
}
.servL-1 {
  padding-left:0;
  padding-right: 5px;
}
.servL-2 {
  padding-right:calc(15px / 2);
  padding-left:10px;
}
.servL-3 {
  padding-right:10px;
  padding-left:calc(15px / 2);
}
.servL-4 {
  padding-right:0;
  padding-left: 5px;
}
.tplService h5{
  width:70%;
  font-size:22px;
  color:white;
  margin-left: 30%;
  margin-bottom: 30px;
  position: relative;
}
.tplService a {text-decoration:none;}
.tplService a:hover h5, .tplService a:focus  h5{color:#bbd700;transition: all .35s linear;}
.tplServiceList p {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 32px;
}
.tplServiceList p a{
  color: #2d4242;
}
.tplServiceList p a:hover{
  color: #da1f25;
}
.tplService h5 img{
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  top: 15px;
  right: -40px;
}
.greenBTN {
  border: none;
  background-color: #bbd700;
  color: white;
  padding: 20px 40px;
  border-radius: 20px;
  margin-top: 30px;
  font-size: 20px;
}
.greenBTN:hover {
  background-color: #2d4242;
  transition: all .35s linear;
}
.whiteBTN {
  border: none;
  background-color: #fff;
  color: #bbd700;
  padding: 20px 40px;
  border-radius: 20px;
  font-size: 20px;
}
.whiteBTN:hover {
  background-color: #2d4242;
  transition: all .35s linear;
}
.news, .partners {
  width: 90%;
  margin: auto;
}
.news img{
  width: 100%;
  object-fit: cover;
  height: 257px;
  margin: auto;
}
.partners img{
  width: auto;
  margin: auto;
}
.cont-Col {
	margin: auto;
  width: 50%;
  right: 0;
  display: table;
  height: 80px;
  position: absolute;
  border-bottom: 2px solid white;
}
.tplNews svg {
	position: absolute;	  
	animation: slide 12s ease-in-out infinite;
	-o-animation: slide 12s ease-in-out infinite;
	-moz-animation: slide 12s ease-in-out infinite;
	-webkit-animation: slide 12s ease-in-out infinite;
}

@keyframes slide {
	50% {
		margin-left: 150px;
	}
}

@-o-keyframes slide {
	50% {
		margin-left: 150px;
	}
}

@-moz-keyframes slide {
	50% {
		margin-left: 150px;
	}
}

@-webkit-keyframes slide {
	50% {
		margin-left: 150px;
	}
}
.tplNews a:hover{
  text-decoration:none;
  opacity:.75;
}
.tplNews a:hover .news{
  opacity:.75;
}
.tplNews a:hover .middle-title h2 {
  color:#2d4242;
}
.tplNews .h-4, .tplService .h-4 {
  color:white;
  margin-bottom: 40px;
  padding: 40px 0 0;
}
.tplNews .h-4 {
  margin-bottom: 70px;
}
.tplPartners .h-4 {
  margin-bottom: 70px;
}
.tplServiceList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color:#2d4242;
  font-size: 20px;
  line-height: 25px;
}
.tplServiceList a {
  text-decoration:none;
  cursor: pointer;
}
.tplServiceList button {
  border: none;
  font-size: 18px;
  background-color: #bbd700;
  color: white;
  font-family: "Futura Medium",sans-serif;
  padding: 5px 35px;
}
.tplServiceList button:hover {
  background-color: #2d4242;
  transition: all .5s linear;
}
.tplServiceList a:hover .servList{
  background-color: #0000003d;
  opacity: .75;
  transition: all .35s linear;
}
.section-top2 .tplServiceList {
  font-size: 26px;
  line-height: 30px;
  padding: 0 5px;
}
.section-top2 .tplServiceList p {
  margin-bottom:25px;
}
.logo2 img {
  max-width: 330px;
}
.logo2 hr {
  text-align: center;
  width: 7%;
  border: 1px solid #0084ff;
  margin: 35px auto;
}
.content p {
  font-size: 18px;
  text-align: center;
  width: 70%;
  margin: auto;
  line-height: 30px;
}
.serv-content p.bold {
    text-align: center;
    width: 60%;
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    color: #fff;
    margin: 40px auto 0;
}
.serv-content p.bold button{
  background: linear-gradient(#00d8ff, #008dfd);
  padding: 10px 60px;
  border: 0px solid transparent;
  border-radius: 25px;
  box-shadow: 0px 0px 40px 0px #008dfd8c;
  color: white;
  font-size: 18px;
}
.serv-content p.bold a:hover button{
  background: linear-gradient(#008dfd, #00d8ff);
  transition: all .5s linear;
}
.nav-stacked li a p {
  height: 300px;
}
.cards .nav {
  width: 100%;
}
.cards p.bold {
  text-align: center;
  width: 60%;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
  color: #fff;
  margin: 40px auto 0;
}
.cards p.bold button {
  background: linear-gradient(#00d8ff, #008dfd);
  padding: 10px 60px;
  border: 0px solid transparent;
  border-radius: 25px;
  box-shadow: 0px 0px 40px 0px #008dfd8c;
  color: white;
  font-size: 18px;
}
.cards p.bold a:hover button {
  background: linear-gradient(#fff, #fff);
  color: #000;
  box-shadow: 0px 0px 40px 0px #fff;
  transition: all .5s linear;
}
.dealer_text .aboutUs2 {
  font-size: 22px;
  line-height: 28px;
  padding: 50px;
}
.aboutUs2 img {
  width: 33%;
  margin-bottom: 20px;
}
.whyWe p {
  font-size: 22px;
  margin: 25px auto 0;
  line-height: 22px;
}
.whyWe img {
  width: 50px;
  margin:auto;
}
.aboutBlock.serviceList p {
  line-height: 30px;
  font-size: 22px;
}
@keyframes rotate {
  to {
    transform: rotateY(360deg);
  }
}
.advList {
  width:100%;
  display: table;
  margin-bottom: 30px;
}
.advList .text-center{
  background-color: white;
  height: 200px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  border-radius: 30px;
  box-shadow: 0px 0px 8px 0px #0000007d;
}

.tplService2 .text{
  font-family: "Futura PT Bold",sans-serif;
  padding: 100px 50px;
}
.tplPartners img {
  width:80%;
  margin-bottom: 20px;
}
.tplNews .container-90 {
  width: 90%;
  margin:auto;
  padding:50px 0 10px;
}
.callbackFooter .container-90{
  background-image:url(../img/callBack-bg.jpg);
  border-radius: 15px;
  box-shadow: 0 0 12px 1px #000000a8;
  background-repeat: repeat-x;
  background-size: contain;
}
.callbackFooter .container-90 .callbackForm{
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 40px;
}
.callbackFooter p {
  width:90%;
  font-size: 17px;
  margin: auto;
  margin-left: 0;
  line-height: 24px;
}
.row.whyWe:nth-child(2n) .text-content p,.row.whyWe:nth-child(2n) .text-content h3, .row.whyWe:nth-child(2n) .text-content h4{
  width: 85%;
  margin-left: 10%;
}
.row.whyWe:nth-child(2n+1) .text-content p,.row.whyWe:nth-child(2n+1) .text-content h3, .row.whyWe:nth-child(2n+1) .text-content h4{
  width: 85%;
  margin-left: 5%;
}
.btn3 {
  background-color: #e3000f;
  color: white;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border:none;
  font-family: MuseoSansCyrl-300, sans-serif;
  font-size: 20px;
  padding: 2px 82px 0;
  height: 65px;
  -webkit-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.btn3:hover {
  background-color: #710007;
  transition: all .35s linear;
}
.d-forms, .form-group {padding:0;}
form.request-form button.bold {
  background: linear-gradient(#00d8ff, #008dfd);
  padding: 10px 60px;
  border: 0px solid transparent;
  border-radius: 25px;
  box-shadow: 0px 0px 40px 0px #008dfd8c;
  color: white;
  font-size: 18px;
  margin-top:25px;
}
form.request-form button.bold:hover {
  background: linear-gradient(#fff, #fff);
  color: #000;
  box-shadow: 0px 0px 40px 0px #fff;
  transition: all .5s linear;
}
form.request-form {
  margin-top:25px;
  margin-bottom:25px;
}
form.request-form input, input:-internal-autofill-selected {
  border: none;
  background-color: transparent!important;
  color: white;
  border-bottom: 1px solid white;
  padding: 10px 0px;
  width: 100%;
}
input[type="text"]{
  color:#000;
}
input[type="text"]::-webkit-input-placeholder {
  color: #000;
} 
input[type="text"]::-moz-placeholder {
  color: #000;
}
.formCall .form-group.v2 label {
  color: #332986;
  font-weight: bold;
  font-size: 20px;
}
.formCall .form-group.v2 input, .formCall .form-group.v2 select{
  height: 40px;
  border-bottom: 2px solid #332986;
  background-color: transparent;
}
.question input {
  height:60px!important;
}
.error-log {
  font-size: 14px;
  color: #902f2f;
  position: inherit;
  bottom: -5px;
}
.callback::after {
  content:'';
}
.callback {
  background-image:url(../img/callBack.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#contacts {
  
}
#contacts  .q p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
}
#contacts .q p a {
  color: #2d4242;
}
#contacts .q p a:hover {
  color: #bbd700;
  text-decoration:none;
}
.train-img3 p {
  width: 50% !important;
  margin: 4% 10% 5% 30% !important;
  color: #fff !important;
}
.train-img3 p.text-right {
  margin: 4% 20% 5% 20% !important;
}
.train-img3 p.boldSvgBlue.blue4, .train-img3 p.boldSvgBlue.blue5 {
  padding: 15px 0;
}
.newsList .news {
  width:100%;
}
.newsList .news img {
  transition: filter .7s ease-in-out;
  -webkit-filter: grayscale(0%);  
  filter: grayscale(0%);  
}
.newsList a:hover .news img{
  -webkit-filter: sepia(50%);  
  filter: sepia(50%);  
}
.newsList .news .middle-title h2{
  color: #332986;
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto 10px;
}
.newsList .news .middle-title p {
  color: #332986;
}
.newsList a:hover,.newsList a:focus {
  text-decoration:none;
}
.newsList a:hover h2 {
  transition: all .3s ease-in-out;
  color:#bbd700!important;
}
.section-top.newsList {
  padding-bottom: 0;
}
.newsList.gray {
  background-color: #e8e8e8!important;
  padding-bottom: 0!important;
}
.telMob {
  margin: 20px auto;
  border: 1px solid #332986;
  padding: 20px;
}
.telMob a {
  height:30px!important;
}
.h-4-4 {
  color: #2d4242;
  /* transform: translate(0px, 120%);
    opacity: 0;
    transition: all 0.8s ease 0s; */
}
/* .aboutBlock.serviceList .h-4-4.bgTxt {
  transform: translate(0px, 120%);
  opacity: 0;
  transition: all 0.8s ease 0s;
} */

  .numbersList ul li {
  margin-bottom: 20px;
  font-size: 26px;
  
  transform: translate(-120%, 0px);
	transition: all 0.3s ease 0s;
}
.list__item._active li:nth-child(1) {
	transition: all 0.8s ease 0.2s;
}
.list__item._active li:nth-child(2) {
	transition: all 0.8s ease 0.4s;
}
.list__item._active li:nth-child(3) {
	transition: all 0.8s ease 0.6s;
}
.list__item._active li:nth-child(4) {
	transition: all 0.8s ease 0.7s;
}
.list__item._active li:nth-child(5) {
	transition: all 0.8s ease 1s;
}
.list__item._active li:nth-child(6) {
	transition: all 0.8s ease 1.2s;
}
.list__item._active li:nth-child(7) {
	transition: all 0.8s ease 1.4s;
}
.list__item._active li:nth-child(8) {
	transition: all 0.8s ease 1.6s;
}
.list__item._active li:nth-child(9) {
	transition: all 0.8s ease 1.8s;
}
.list__item._active li {
	transform: translate(0px, 0px);
}
.h-anim, ._imgAnim {
  transform: translate(0px, 120%);
	opacity: 0;
	transition: all 0.8s ease 0s;
}
.h-4-4._active, .h-anim._active, .aboutBlock.serviceList .h-4-4.bgTxt._active {
	transform: translate(0px, 0px);
	opacity: 1;
	transition: all 0.8s ease 0.4s;
}
._active ._imgAnim {
  transform: translate(0px, 0px);
	opacity: 1;
}
@media (min-width:1200px) {
  .h-anim2 {
  transform: translate(0px, 120%);
	opacity: 0;
	transition: all 0.8s ease 0s;
}
.h-anim2._active {
	transform: translate(0px, 0px);
	opacity: 1;
	transition: all 0.8s ease 0.4s;
}
}
.imgServ, .imgAnim {
  transform: scale(0);
	transition: all 0.8s ease 0s;
}
.aboutBlock ._active .imgServ, ._active .imgAnim{
  transform: scale(1);
}

._anim-show {
	transform: translate(120%, 0);
	opacity: 0;
	transition: all 0.8s ease 0s;
}
._anim-show._active,
._active ._anim-show {
	opacity: 1;
	transform: translate(0px, 0px);
}
._active ._anim-show:nth-child(1) {
  transition: all 1s ease 0s;
}
._active ._anim-show:nth-child(2) {
  transition: all 1.2s ease 0.2s;
}
._active ._anim-show:nth-child(3) {
  transition: all 1.4s ease 0.4s;
}
._active ._anim-show:nth-child(4) {
  transition: all 1.6s ease 0.5s;
}
._active ._anim-show:nth-child(5) {
  transition: all 1.8s ease 0.8s;
}
._active ._anim-show:nth-child(6) {
  transition: all 2s ease 1s;
}
._active ._anim-show:nth-child(7) {
  transition: all 2.2s ease 1.2s;
}
._active ._anim-show:nth-child(8) {
  transition: all 2.4s ease 1.4s;
}
._active ._anim-show:nth-child(9) {
  transition: all 2.6s ease 1.6s;
}
._active ._anim-show:nth-child(10) {
  transition: all 2.8s ease 1.8s;
}
._active ._anim-show:nth-child(11) {
  transition: all 2.8s ease 1.8s;
}
._active ._anim-show:nth-child(12) {
  transition: all 2.8s ease 1.8s;
}
._active ._anim-show:nth-child(13) {
  transition: all 2.8s ease 1.8s;
}
._active ._anim-show:nth-child(14) {
  transition: all 2.8s ease 1.8s;
}
._active ._anim-show:nth-child(15) {
  transition: all 2.8s ease 1.8s;
}._active ._anim-show:nth-child(16) {
  transition: all 2.8s ease 1.8s;
}._active ._anim-show:nth-child(17) {
  transition: all 2.8s ease 1.8s;
}._active ._anim-show:nth-child(18) {
  transition: all 2.8s ease 1.8s;
}

.tplService2 .row:hover .list-section__overlay {
      height: 100%;
  }
  .list-section__overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      pointer-events: none;
      z-index: 0;
      height: 0%;
      -webkit-transition: height .8s cubic-bezier(.4,0,0,1);
      -o-transition: height .8s cubic-bezier(.4,0,0,1);
      transition: height .8s cubic-bezier(.4,0,0,1);
      background-color: rgb(226, 225, 241);
  }


/**/




@media only screen and (min-width:2000px){
  header .row-3 i{padding:0 4.5em!important;}
}
@media (min-width:992px) and (max-width:1199px){
  header .item-ul li, header .row-3 .item-ul li {font-size:1.5rem;}
  .item-ul li a {padding: 1rem;}
  header .logo img {width:200px;width: 180px; padding-left: 15px;}
  header .row-1 {width: 20%;}
  header .row-2 {width: 80%;}
  /* header .row-3 {width: 15%;} */
  header .row-1 .item-ul {margin: 20px auto; margin-right: 0;}
  header .row-3 .item-ul {margin: 20px auto; margin-left: 0;}
  .carousel .item{background-size: contain;}
  .train-img-2{
    margin-top: -20px;
    margin-left: 3%;
  }
  .train-img-3{
    margin-top: -20px;
    margin-left: 6%;
  }
  .train-img-4{
    margin-top: -20px;
    margin-left: 9%;
  }
  .train-img-5{
    margin-top: -20px;
    margin-left: 12%;
  }
  .train-img-6{
    margin-top: -20px;
    margin-left: 15%;
  }
  .train-img-7{
    margin-top: -20px;
    margin-left: 18%;
  }
  .train-img-8{
    margin-top: -20px;
    margin-left: 15%;
  }
  .train-img-9{
    margin-top: -20px;
    margin-left: 12%;
  }
  .train-img-10{
    margin-top: -20px;
    margin-left: 9%;
  }
  .train-img-11{
    margin-top: -20px;
    margin-left: 6%;
  }
  .train-img-12{
    margin-top: -20px;
    margin-left: 3%;
  }
  .red .col {
    font-size: 12px;
    line-height: 16px;
  }
  header .item-ul li {
    display: table-cell;
    font-size: 1rem;
  }
}
@media (max-width:1200px) {
  .carousel .item{background-size: contain;}
  .tplNews svg {
    height: 120px;
    width: 200px;
  }
  .h-4 {
    font-size: 42px;}
  .imgServ{
    height: 50vh!important;
  }
  .tplServiceList.fadeInImg{
    height: 65vh!important;
  }
}
@media (max-width: 769px) {
  #contacts .col-xs-12 {
    padding:0 15px!important;
    text-align:center!important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width:1200px) and (min-width:768px) {
  .imgServ{
    height: auto!important;
  }
  .imgServTxt {
    height:100%!important;
  }
  #footCont #contacts {
    min-height: calc(100vh - 200px);
  }
  #contacts .col-xs-12 {
    padding:0 15px!important;
    text-align:center!important;
  }
  #contacts .q {
    text-align: center!important;
    margin-bottom: 3rem;
  }

  #contacts .container-90 {
    width:100%;
  }
  #contacts .h-4{
    text-align: center;
  }
}
@media(max-width:991px){
  .col.align-self-center {
    text-align: left;
    margin-bottom:20px;
  }
  .col-lg-4.col-xs-12.imgAboutTrain.imgAnim{
    min-height: 350px;
    background-position: center!important;
  }
  .col-lg-8.col-xs-12.aboutUs2.imgAnim{
    text-align:center!important;
  }
  .hidden-lg-up .logo img{
    width: 200px;
    padding: 7px 10px;
    margin-bottom: 5px;
  }
  header .flexy .flexy-logo{margin-left:0!important;}
  .flexy-logo {z-index:3;}
  .nav-btn{z-index:99999;position:fixed;}
  .menu li {
    list-style: none;
    text-transform: uppercase;
  }
  .menu li.last1 {display: inline-flex;}
  .menu li.last1 a {
    width: 50px;
    
  }
  .menu.hidden-lg-up .logo img {
    width: 160px;
    padding: 40px 0 0;
  }
  .carousel .item .overlay p {
    font-size: 16px;
  }
  .carousel .item .overlay h2, .h-4 {
    font-size: 30px;
  }
  .section-footer .col {
    width: 50%!important;
    flex-basis: auto;
    text-align: center;
    margin-bottom: 25px;
  }
  .content2 {
    bottom: 30%;
  }
  .train-img-2,.train-img-3,.train-img-4,.train-img-5,.train-img-6,.train-img-7,.train-img-8,.train-img-9,.train-img-10,.train-img-11,.train-img-12{
    margin: auto;
  }
  .section-dots {
    padding: 80px 15px 20px;
  }
  .section-top {
    padding-top:0;
  }
  .tplNews .h-anim {
    font-size: 20px;
    padding: 22px 80px 22px 70px;
  }
}
@media (max-height:600px) and (min-width:768px){
  #myVideo, .canvas {
    height:100vh;
  }
  .tplService2 .text {
    padding: 100px 50px;
  }
  .tplServiceList.fadeInImg {
    height: 80vh!important;
    background-position: center!important;
}
}
@media (max-height:768px) and (max-width:1025px) and (min-width:768px){
  .tplService2 .text {
    padding: 100px 50px;
  }
}
@media (max-width:767px){
  
  .imageServ .imgServTxt  {
    height: 60vh!important;
/*     -ms-flex-order: -1;
order: -1; */
  }
  /* .tplService2 {
    margin-bottom:50px;
  } */
  .imgServ {
    height:auto!important;
  }
  .list-section__overlay {
    left: -15px!important;
    width: 100vw!important;}
  .tplService2 .text {
    padding: 50px 30px;
  }
  #myVideo, .canvas {
    height:100vh;
  }
  header .logo img{height:2.8rem!important;}
  .carousel .item .overlay {
    margin-top: 20%;
  }
  .carousel .slick-dots {
    bottom: calc(25vh + 10px);
  }
  .carousel .item {
    height: auto;
    background-size: auto;
  }
  .carousel .item .imageContainer {
    margin-top: 15vh;
  }
  .section-middle {
    padding-bottom: 30px;
  }
  .section-middle-2 {
    padding-bottom: 60px;
  }
  .logo2 img {
    width: 50vw;
  }
  .content p {
    width:90%;
  }
  .section-footer .col {
    width: 100%!important;
    flex-basis: auto;
    text-align: center;
    margin-bottom: 25px;
  }
  .callbackFooter .container-90 .callbackForm {
    padding-left: 20px;
    padding-right: 20px;
    text-align:center;
  }
  .callbackFooter p {
    margin:auto;
  }
  .whyWe h4, .whyWe h3, .whyWe p {
    text-align:center;
    margin:auto!important;
  }
  .train-img-2,.train-img-3,.train-img-4,.train-img-5,.train-img-6,.train-img-7,.train-img-8,.train-img-9,.train-img-10,.train-img-11,.train-img-12,.train-img-13,.train-img-14,.train-img-15 {
    margin-left: 0;
  }
  .tplService h5 {
    width: calc(100% - 50px);
    font-size: 18px;
    color: white;
    margin-right: 50px;
    margin-left: 0;
    position: relative;
  }
  .tplService .h-4 {
    width: calc(90% - 100px);
  }
  .section-last {
    padding:0;
  }
  .news, .partners {
    width: 75%;
    margin: auto;
  }
  .slick-next {right: -10px;}
  .slick-prev {left: -10px;}
  .middle-title h2, .middle-title p {text-align:center;}
  .carousel p button {
    font-size: 16px;
  }
  .content p.boldSvgBlue.blue1, .content p.boldSvgBlue.blue2 {
    padding: 10px 0;
  }
  .content p.boldSvgBlue {
    width: 57%;
    height: auto;
    font-size: 18px!important;
    line-height: 19px;
    vertical-align: middle;
    margin: 30px 0 25px 150px;
    /* background-color: #e6e6e6; */
    border-radius: 100px;
    padding: 0px 0;
    position: absolute;
    top: 50%;
    left: 55%;
    margin: auto!important;
    transform: translate(-50%, -50%);
  }
  #contacts .col-xs-11 {
    padding:0 0 15px 15px!important;
    padding-bottom:20px!important;
    margin: auto;
  }
  #contacts .q {
    text-align: center!important;
  }
  #contacts .container-90 {
    width:100%;
  }
  .tplNews {
    background-position: right center!important;
  }
  .container-90 {
    padding: 20px 20px 0 0;
  }
  .tplNews .h-4, .tplService .h-4 {
    margin-bottom: 30px;
  }
/*   .videoBG {
  height: 100vh;
} */
  .carousel .item .overlay h2, .h-4,.h-4-2 {
    font-size: 24px;
    line-height: 30px;
    width: 90%;
    text-align:center!important;
  }
  .textBG .train-img3{
    background-position: center left!important;
    background-size: cover!important;
    height: 200px!important;
  }
  .textBG2 .train-img3{
    background-position: center right!important;
    background-size: cover!important;
    height: 200px!important;
  }
  .textBG .train-img3 p.boldSvgBlue, .textBG2 .train-img3 p.boldSvgBlue {
    background-color: transparent;
    font-size: 1.5rem!important;
    line-height: 1.5rem;
    width: 80%!important;
    top: 35%;
  }
  .whyWe img {
    margin-bottom: 15px;
  }
  .h-4-4{
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .h-4-6{
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .aboutBlock.serviceList p {
    text-align:center;
    font-size: 18px;
    line-height: 22px;

  }
  .serviceList .tplServiceList {height:45vh!important;background-attachment: inherit!important;}
  .serviceList {padding-bottom:40px!important;}
  .h-4-5 h1{
    text-align:center;font-size: 30px;
    line-height: 35px;
/*     transform: translate(-120%, 0px);
    transition: all 0.3s ease 0s; */
  }
  /* .h-4-5._active h1{
    transition: all 0.8s ease 0s;
    transform: translate(0px, 0px);
  }   */
  .numbersList ul li {font-size:20px;}
  #main .container {
    max-width: 1900px;
  }
  .dealer_text .aboutUs2 {
    padding: 50px 15px;
    text-align: center;
  }
  .aboutUs2 img {
    width: 50%;
    margin-bottom: 20px;
  }
  .imgAboutTrain {
    height:300px;
    margin-top: 50px;
  }
  .section-top {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .section-dots {
    padding-top: 90px;
  }
  .section-top2 {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .carousel03 {width:90%;}
  .h2-1 {
    font-size: 24px;
    line-height: 30px;
  }
  
  .cont-Col {
    width: 100vw;
    height: 45px;
    margin: auto;
    margin-bottom: 20px;
    margin-left: 0;
    display: table;
    position: inherit;
    border-bottom: 2px solid white;
  }
  .train-img {
    height: 120px;
    background-position: left center;
    background-size: cover;
  }
  .tplNews svg {
    width: 80%;
    height: 45px;
  	position: inherit;	  
  	animation: slide 12s ease-in-out infinite;
  	-o-animation: slide 12s ease-in-out infinite;
  	-moz-animation: slide 12s ease-in-out infinite;
  	-webkit-animation: slide 12s ease-in-out infinite;
  }
  .tplNews .h-anim {
    font-size: 18px;
    padding: 18px 50px 18px 50px;
  }
} 
  @keyframes slide {
  	50% {
  		margin-left: 50px;
  	}
  }
  
  @-o-keyframes slide {
  	50% {
  		margin-left: 50px;
  	}
  }
  
  @-moz-keyframes slide {
  	50% {
  		margin-left: 50px;
  	}
  }
  
  @-webkit-keyframes slide {
  	50% {
  		margin-left: 50px;
  	}
  }
@media(min-width:576px) and (max-width:768px) {
  .imageServ .imgServTxt{
    height: 100%!important;
    background-position: right!important;
  }
}
@media(max-height:450px) and (max-width:768px){
  .tplServiceList.fadeInImg {
    height: 85vh!important;
    background-position: center!important;
}
}
@media (max-width:575px){
  .imageServ .imgServTxt  {
    -ms-flex-order: -1;
    order: -1;
  }
  .col-xs-4 {
    width:30%;
  }
  .col-xs-8 {
    width:70%;
    margin-bottom:20px;
    padding: 0;
    font-size: 15px;
  }
}
@media (max-width:544px){
  .carousel .item .overlay p {
    font-size: 14px;
    line-height: 20px;
  }
  .carousel .item .overlay h2, .h-4, .h-4-2 {
    font-size: 24px;
    line-height: 30px;
    width: 90%;
    text-align:center!important;
  }
  .h-yellow {
    padding: 20px 0;
  }
  .h-3 {
    font-size: 18px;
    line-height: 25px;
  }
  .greenBTN {
    width: 100%;
    margin: 15% auto;
    font-size: 16px;
  }
  .carousel .item .overlay {
    top: 25%;
  }
  .train-img {
    height: 80px;
  }
  .hidden-lg-up .logo img {
    width: 200px;
    padding: 8px 10px;
  }
  .tplServiceList {
    font-size: 16px;
    line-height: 20px;
  }
  .section-middle.serv-content {
    background-position: center left!important;
    background-image: none!important
  }
  .content2 {
    bottom: 20%;
  }
  .content2 img.logo {
    width: 200px;
    margin: 20px auto 40px;
  }
  .content p.boldSvgBlue {
      width: 50%;
      font-size: 14px!important;
      line-height: 15px;
      vertical-align: middle;
      border-radius: 100px;
  }
  .content p.boldSvgBlue {
    width: 60%;
    font-size: 14px!important;
    line-height: 15px;
    vertical-align: middle;
    border-radius: 100px;
    padding: 5px 0;
  }
}
@media (max-width:460px){
  .train-img {
    height: 90px;
    background-position: left center;
    background-size: cover;
  }
  .content p.boldSvgBlue {
      width: 55%;
      font-size: 12px!important;
      line-height: 14px;
      vertical-align: middle;
      background-color: transparent;
      border-radius: 100px;
  }

}
@media (max-width:330px){
  .content p.boldSvgBlue {
    width: 65%;
    font-size: 12px!important;
    line-height: 12px;
    vertical-align: middle;
    border-radius: 100px;
  }
}

@media (min-width:1024px) and (max-height:2733px) {
  ._anim-show {
    transform: scale(0);
  	transition: all 0.8s ease 0s;
  }
  ._active ._anim-show:nth-child(1),._active ._anim-show:nth-child(2),._active ._anim-show:nth-child(3),._active ._anim-show:nth-child(4),._active ._anim-show:nth-child(5),._active ._anim-show:nth-child(6), ._active ._anim-show:nth-child(7),._active ._anim-show:nth-child(8),._active ._anim-show:nth-child(9),._active ._anim-show:nth-child(10) {
    transition: all 0.8s ease 0s;
  }
  ._active ._anim-show {
  	opacity: 1;
  	transform: translate(0px, 0px);
  	transform: scale(1);
  	transition: all 1s ease 0s;
  }
}
@media (max-width:2733px) and (min-height:1024px) {
  ._anim-show {
    transform: scale(0);
  	transition: all 0.8s ease 0s;
  }
  ._active ._anim-show:nth-child(1),._active ._anim-show:nth-child(2),._active ._anim-show:nth-child(3),._active ._anim-show:nth-child(4),._active ._anim-show:nth-child(5),._active ._anim-show:nth-child(6), ._active ._anim-show:nth-child(7),._active ._anim-show:nth-child(8),._active ._anim-show:nth-child(9),._active ._anim-show:nth-child(10) {
    transition: all 0.8s ease 0s;
  }
  ._active ._anim-show {
  	opacity: 1;
  	transform: translate(0px, 0px);
  	transform: scale(1);
  	transition: all 1s ease 0s;
  }
}
@media (min-width:1500px){
  .boldSvgWhite {
    margin-left: 250px;
  }
  .imgXS {
    left: 130px;
  }
}






 .txt01,.txt02 {
    position: absolute;
    font-size: 20px;
    top: 20%;
  }
  .txt01 {
    left:0;
  }
  .txt02 {
    right:0;
  }
  .tplNews, .tplWhyWe.numbersList {
    margin-top:60px;
  }
  #main2.tplWhyWe .img{
    margin:auto;
    margin-bottom: 8px;
    position: relative;
  }
  #main2.tplWhyWe .img img {
    width: 1200px;
  }
  #main2.tplWhyWe .img div p {
    position: absolute;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }
  #main2.tplWhyWe .img div p:nth-child(1){
    bottom: 145px;
    left: 276px;
  }
  #main2.tplWhyWe .img div p:nth-child(2){
    top: 135px;
    left: 424px;
    color:#e3000f;
  }
  #main2.tplWhyWe .img div p:nth-child(3){
    bottom: 108px;
    right: 414px;
  }
  #main2.tplWhyWe .img div p:nth-child(4){
    top: 190px;
    right: 253px;
    color:#e3000f;
  }
  .right-hblock {
    color: #fff;
    background-color: #2c4141;
    padding: 30px 100px 30px 150px;
    border-radius: 60px 0 0 60px;
    margin-bottom: 0;
  }
  .gray-block {
    text-align: center;
    width: 100%;
    background-color: #e6e6e6;
    padding: 30px;
    font-size: 28px;
    font-weight: bold;
  }
  @media (min-width:992px) and (max-width:1199px){
    #main2.tplWhyWe .img{
      width: 990px;
    }
    #main2.tplWhyWe .img img {
      width: 990px;
    }
    #main2.tplWhyWe .img div p {
      font-size: 18px;
      line-height: 22px;
    }
    #main2.tplWhyWe .img div p:nth-child(1){
      bottom: 122px;
      left: 228px;
    }
    #main2.tplWhyWe .img div p:nth-child(2){
      top: 116px;
      left: 347px;
    }
    #main2.tplWhyWe .img div p:nth-child(3){
      bottom: 88px;
      right: 342px;
    }
    #main2.tplWhyWe .img div p:nth-child(4){
      top: 167px;
      right: 205px;
    }
  }
  @media (max-width:991px) and (min-width:769px){
    .txt01,.txt02 {
      font-size: 16px;
    }
    #main2.tplWhyWe .img{
      width: 760px;
      margin-bottom: 6px;
    }
    #main2.tplWhyWe .img img {
      width: 760px;
    }
    #main2.tplWhyWe .img div p {
      font-size: 16px;
      line-height: 20px;
    }
    #main2.tplWhyWe .img div p:nth-child(1){
      bottom: 85px;
      left: 171px;
    }
    #main2.tplWhyWe .img div p:nth-child(2){
      top: 85px;
      left: 260px;
    }
    #main2.tplWhyWe .img div p:nth-child(3){
      bottom: 62px;
      right: 258px;
    }
    #main2.tplWhyWe .img div p:nth-child(4){
      top: 122px;
      right: 153px;
    }
    .right-hblock {
      padding: 20px 75px 20px 120px;
      font-size: 24px;
    }
  }
  @media (max-width:768px) and (min-width:577px){
    .txt01,.txt02 {
      font-size: 14px;
    }
    #main2.tplWhyWe .img{
      width: 570px;
      margin-bottom: 3px;
    }
    #main2.tplWhyWe .img img {
      width: 570px;
      margin-bottom: 2px
    }
    #main2.tplWhyWe .img div p {
      font-size: 13px;
      line-height: 16px;
    }
    #main2.tplWhyWe .img div p:nth-child(1){
      bottom: 58px;
      left: 126px;
    }
    #main2.tplWhyWe .img div p:nth-child(2){
      top: 62px;
      left: 192px;
    }
    #main2.tplWhyWe .img div p:nth-child(3){
      bottom: 40px;
      right: 192px;
    }
    #main2.tplWhyWe .img div p:nth-child(4){
      top: 91px;
      right: 112px;
    }
    #main2.right-hblock {
      padding: 20px 75px 20px 120px;
      font-size: 24px;
    }
  }
  @media (max-width:576px){
    .txt01,.txt02 {
      font-size: 18px;
    }
    .txt01 {
      top:11%;
      left:30%
    }
    .txt02 {
      top:46.5%;
      left:22%
    }
    #main2.tplWhyWe .img{
      width: 380px;
      margin-bottom: 1px;
    }
    #main2.tplWhyWe .img img {
      width: 380px;
      margin-bottom: 4px;
    }
    #main2.tplWhyWe .img div p {
      font-size: 16px;
      line-height: 18px;
    }
    #main2.tplWhyWe .img div p:nth-child(1){
      top: 335px;
      left: 100px;
    }
    #main2.tplWhyWe .img div p:nth-child(2){
      top: 211px;
      left: 189px;
    }
    #main2.tplWhyWe .img div p:nth-child(3){
      bottom: 230px;
      right: 196px;
    }
    #main2.tplWhyWe .img div p:nth-child(4){
      top: 558px;
      right: 79px;
    }
    .right-hblock {
      font-size: 19px;
      padding: 15px 20% 15px 130px;
    }
    .gray-block {
      padding: 25px;
      font-size: 20px;
      margin-bottom: 0;
    }
    .tplServiceList p {
      text-align:center;
      font-size: 22px;
      line-height: 28px;}
    .right-hblock {
      padding: 20px 75px 20px 120px;
      font-size: 24px;
    }
  }
  
  .left-hblock {
    color: #fff;
    background-color: #2d4242;
    padding: 30px 150px 30px 95px;
    border-radius: 0px 60px 60px 0;
    margin: 0;
  }
  .right-hblock {
    color: #fff;
    background-color: #e31e24;
    padding: 30px 80px 30px 120px;
    border-radius: 60px 0 0 60px;
    margin-bottom: 0;
  }
  .numbersList2 .img{
    margin:auto;
    margin-top: 150px;
    margin-bottom: 100px;
    position: relative;
    width: 1200px;
  }
  .numbersList2 .img img {
    width: 1200px;
  }
  .numbersList2 .img div p {
    position: absolute;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
  }
  .numbersList2 .img div p:nth-child(1){
    top: 320px;
    left: 485px;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #4a4647;
  }
  .numbersList2 .img div p:nth-child(2){
    top: -50px;
    left: 360px;
  }
  .numbersList2 .img div p:nth-child(3){
    top: 135px;
    left: 150px;
    text-align: right;
  }
  .numbersList2 .img div p:nth-child(4){
    top: 135px;
    right: 36px;
    text-align: left;
  }
  .numbersList2 .img div p:nth-child(5){
    top: 313px;
    left: 30px;
    text-align: right;
  }
  .numbersList2 .img div p:nth-child(6){
    top: 313px;
    right: 30px;
    text-align: left;
  }
  .numbersList2 .img div p:nth-child(7){
    bottom: 85px;
    left: 26px;
    text-align: right;
  }
  .numbersList2 .img div p:nth-child(8){
    bottom: 85px;
    right: 75px;
    text-align: left;
  }
  .imgXS{
    left: 55px;
  }
  @media (max-width:992px){
     .train-img20 {
       justify-content: center;
     }
   }
  @media (min-width:992px) and (max-width:1199px){
    .boldSvgWhite{
      font-size: 20px;
      line-height: 22px;
    }
    .train-img2.imgXS {
        left: 35px;
    }
    .tplWhyWe .img{
      width: 990px;
    }
    .tplWhyWe .img img {
      width: 990px;
    }
    .tplWhyWe .img div p {
      font-size: 18px;
      line-height: 22px;
    }
    .numbersList2 .img div p:nth-child(1){
      top: 252px;
      left: 392px;
      font-size: 32px;
      line-height: 38px;
    }
    .numbersList2 .img div p:nth-child(2){
      top: -38px;
      left: 319px;
    }
    .numbersList2 .img div p:nth-child(3){
      top: 112px;
      left: 150px;
      text-align: right;
    }
    .numbersList2 .img div p:nth-child(4){
      top: 112px;
      right: 63px;
      text-align: left;
    }
    .numbersList2 .img div p:nth-child(5){
      top: 260px;
      left: 55px;
      text-align: right;
    }
    .numbersList2 .img div p:nth-child(6){
      top: 260px;
      right: 30px;
      text-align: left;
    }
    .numbersList2 .img div p:nth-child(7){
      bottom: 63px;
      left: 58px;
      text-align: right;
    }
    .numbersList2 .img div p:nth-child(8){
      bottom: 63px;
      right: 75px;
      text-align: left;
    }
  }
  @media (max-width:991px) and (min-width:769px){
    .train-img2 {
      height: 160px;
    }
    .boldSvgWhite{
      font-size: 16px;
      line-height: 18px;
    }
    .imgXS2 {
      width: 82%;
    }
    .imgXS {
      left: 35px;
      width: 10%;
    }
    .tplWhyWe .img{
      width: 760px;
      margin-bottom: 70px;
    }
    .tplWhyWe .img img {
      width: 760px;
    }
    .tplWhyWe .img div p {
      font-size: 16px;
      line-height: 20px;
    }
    .numbersList2 .img div p:nth-child(1){
      top: 198px;
      left: 300px;
      font-size: 26px;
      line-height: 30px;
    }
    .numbersList2 .img div p:nth-child(2){
      top: -34px;
      left: 225px;
    }
    .numbersList2 .img div p:nth-child(3){
      top: 77px;
      left: 103px;
    }
    .numbersList2 .img div p:nth-child(4){
      top: 77px;
      right: 18px;
    }
    .numbersList2 .img div p:nth-child(5){
      top: 194px;
      left: 36px;
    }
    .numbersList2 .img div p:nth-child(6){
      top: 194px;
      right: 14px;
    }
    .numbersList2 .img div p:nth-child(7){
      bottom: 48px;
      left: 30px;
    }
    .numbersList2 .img div p:nth-child(8){
      bottom: 48px;
      right: 43px;
    }
  }
  @media (max-width:768px) and (min-width:577px){
    .boldSvgWhite {
      background-color: transparent;
      font-size: 15px;
      line-height: 15px;
    }
    .imgXS2 {
      width: 82%;
    }
    .imgXS {
      left: 24px;
      width: 10%;
    }
    .train-img2 {
      height: 115px;
    }
    .boldSvgWhite p {
      font-size:16px;
    }
    .tplWhyWe .img{
      width: 570px;
      margin-top: 55px;
      margin-bottom: 29px;
    }
    .tplWhyWe .img img {
      width: 570px;
    }
    .tplWhyWe .img div p {
      font-size: 13px;
      line-height: 16px;
    }
    .numbersList2 .img div p:nth-child(1){
      top: 145px;
      left: 218px;
      font-size: 22px;
      line-height: 24px;
    }
    .numbersList2 .img div p:nth-child(2){
      top: -22px;
      left: 160px;
    }
    .numbersList2 .img div p:nth-child(3){
      top: 55px;
      left: 70px;
    }
    .numbersList2 .img div p:nth-child(4){
      top: 55px;
      right: -2px;
    }
    .numbersList2 .img div p:nth-child(5){
      top: 140px;
      left: 22px;
    }
    .numbersList2 .img div p:nth-child(6){
      top: 140px;
      right: 0px;
    }
    .numbersList2 .img div p:nth-child(7){
      bottom: 30px;
      left: 9px;
    }
    .numbersList2 .img div p:nth-child(8){
      bottom: 30px;
      right: 21px;
    }
    .left-hblock {
      padding: 20px 120px 20px 75px;
      font-size: 24px;
    }
    .right-hblock {
      padding: 20px 75px 20px 120px;
      font-size: 24px;
    }
  }
  @media (max-width:576px){
    .imgXS2 {
      height: 100px;
      width: 82%;
    }
    .imgXS {
      left: 20px;
      width: 10%;
      height: 100px;
    }
    .left-hblock {
      padding: 15px 120px 15px 70px;
      font-size: 20px;
    }
    .right-hblock {
      padding: 15px 50px 15px 70px;
      font-size: 20px;
    }
    .boldSvgWhite {
      font-size: 12px;
      line-height: 12px;
    }
    .tplWhyWe .img{
      width: auto;
      margin: auto;
      margin-bottom: 20px;
      margin-top: 40px;
      text-align: center;
    }
    .tplWhyWe .img img {
      width: 350px;
    }
    .container-90 {
      width: 100%;
    }
    .tplWhyWe .img div p {
      font-size: 11px;
      line-height: 11px;
    }
    .numbersList2 .img div p:nth-child(1){
      top: 90px;
      left: 132px;
      font-size: 14px;
      line-height: 14px;
    }
    .numbersList2 .img div p:nth-child(2){
      top: -20px;
      left: 70px;
    }
    .numbersList2 .img div p:nth-child(3){
      top: 30px;
      left: 16px;
    }
    .numbersList2 .img div p:nth-child(4){
      top: 21px;
      right: 8px;
      width: 100px;
    }
    .numbersList2 .img div p:nth-child(5){
      top: 85px;
      left: -14px;
    }
    .numbersList2 .img div p:nth-child(6){
      top: 78px;
      right: -8px;
      width: 100px;
    }
    .numbersList2 .img div p:nth-child(7){
      bottom: -14px;
      left: -19px;
      width: 115px;
    }
    .numbersList2 .img div p:nth-child(8){
      bottom: -3px;
      right: 0px;
      width: 100px;
    }
  }
  
  .maincont .d-btn {
    padding: 0 15px
  }
  .maincont .btn3 {
    padding: 10px;
  }
  .maincont .left-hblock {
    color: #fff;
    background-color: #2d4242;
    padding: 30px 150px 30px 95px;
    border-radius: 0px 60px 60px 0;
    margin: 0;
  }
  .maincont .container-90 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .maincont .container-90 .col {
    margin-bottom: 30px;
  }
  #footCont a {
    color: #2d4242;
    font-size: 24px;
    line-height: 28px;
  }
  #footCont a:hover {
    opacity:.85;
    text-decoration:none;
  }
  .maincont .contactBlock {
    margin-bottom: 30px;
  }
  .maincont .h-4-5 {
    font-size: 25px;
    margin-bottom: 20px;
    font-family: "Futura PT Bold",sans-serif;
    color: #fff;
    line-height: 35px;
  }
  .maincont .formCall .form-group.v2 label {
    color: #ffffffc9;
    font-weight: normal;
    font-size: 18px;
  }
  .maincont .formCall .form-group.v2 input, .formCall .form-group.v2 select {
    height: 30px;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    color: white;
  }
  .maincont .formCall .question.form-group.v2 input {
    border:1px solid #ffffffc9;
    border-radius: 10px;
    height: 122px!important;
  }
  .maincont .btn3 {
    border-radius: 10px;
  }

  @media (max-width:768px) and (min-width:577px){
    .maincont .left-hblock {
      padding: 20px 120px 20px 75px;
      font-size: 24px;
    }
  }
  @media (max-width:576px){
    .maincont .left-hblock {
      padding: 15px 120px 15px 70px;
      font-size: 20px;
    }
    .maincont .container-90 {
      padding: 40px 0 0 0;
    }
    .maincont .row {
      flex-wrap: wrap;
      flex-direction: column;
      text-align: center;
    }
    .maincont .col-xs-12 {
      width:100%!important;
    }
    .maincont iframe {
      width: 100%;
    }
    .maincont form.row{
      text-align: left;
    }
    .maincont .row.h3xs {
      flex-direction: inherit;
    }
  }