@font-face {
    font-family: 'Gotham Pro';
    src: url('font/GothamPro-Bold.eot');
    src: local('Gotham Pro Bold'), local('GothamPro-Bold'),
    url('font/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('font/GothamPro-Bold.woff2') format('woff2'),
    url('font/GothamPro-Bold.woff') format('woff'),
    url('font/GothamPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}
/*
@font-face {
    font-family: 'Gotham Pro';
    src: url('font/GothamPro-Light.eot');
    src: local('Gotham Pro Light'), local('GothamPro-Light'),
    url('font/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
    url('font/GothamPro-Light.woff2') format('woff2'),
    url('font/GothamPro-Light.woff') format('woff'),
    url('font/GothamPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}



@font-face {
    font-family: 'Gotham Pro Narrow';
    src: url('font/GothamProNarrow-Bold.eot');
    src: local('Gotham Pro Narrow Bold'), local('GothamProNarrow-Bold'),
    url('font/GothamProNarrow-Bold.eot?#iefix') format('embedded-opentype'),
    url('font/GothamProNarrow-Bold.woff2') format('woff2'),
    url('font/GothamProNarrow-Bold.woff') format('woff'),
    url('font/GothamProNarrow-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}
*/
@font-face {
    font-family: 'Gotham Pro';
    src: url('font/GothamPro-Medium.eot');
    src: local('Gotham Pro Medium'), local('GothamPro-Medium'),
    url('font/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('font/GothamPro-Medium.woff2') format('woff2'),
    url('font/GothamPro-Medium.woff') format('woff'),
    url('font/GothamPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}


@font-face {
    font-family: 'Gotham Pro';
    src: url('font/GothamPro.eot');
    src: local('Gotham Pro'), local('GothamPro'),
    url('GothamPro.eot?#iefix') format('embedded-opentype'),
    url('font/GothamPro.woff2') format('woff2'),
    url('font/GothamPro.woff') format('woff'),
    url('font/GothamPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

/*

@font-face {
    font-family: 'Gotham Pro Narrow';
    src: url('font/GothamProNarrow-Medium.eot');
    src: local('Gotham Pro Narrow Medium'), local('GothamProNarrow-Medium'),
    url('font/GothamProNarrow-Medium.eot?#iefix') format('embedded-opentype'),
    url('font/GothamProNarrow-Medium.woff2') format('woff2'),
    url('font/GothamProNarrow-Medium.woff') format('woff'),
    url('font/GothamProNarrow-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
*/

body {
    font-family: 'Gotham Pro';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #1A2B58;

    -webkit-text-size-adjust: 100%;
}
a {
    text-decoration: none;
    cursor: pointer;
}

.language-container {
    color: #EE4A41;
    font-size: 18px;
}
div.helf-content.end p{
    word-wrap:normal;
}
a.language {
    color: #4A66AF;

}
a.language.active {
    font-weight: 500;
}

a.call-back, a.button-404 {
    color: #FFFFFF;
    background: #ee4a41;
	padding: 10px;

}
a.button-404 {
	width: 100%;
display: block;
text-align: center;

}

a.call-back:hover, a.button-404:hover {
    background: #4A66AF;

}


.logo-header {
    height: 47px;

}
.last-news-block {
    box-shadow: 1px 2px 3px 2px #aaa;
    border-radius: 5px;
}
.btn-news {
    border-radius: 15px;
    padding: 10px;
    color: white;
    background-color: #2F498E;
    border: none;
    float: right;
    width: 120px;
    font-size: 16px;
}


#main-container {
    
}
.header-menu {
    border-bottom: 2px solid #4A66AF;
}
.header-menu .nav-item {

}
.header-menu ul.nav {
    width: 1030px;
    position: relative;
}
.header-menu ul.nav li {
    width: 16.6666666666%;
    text-align: center;

}

.header-menu ul.nav .nav-item {
    border-bottom: 4px solid #fff;
    position: relative;
    top: -1px;
}
.header-menu > a.language:first-child{
    margin-right:7px;
}
.header-menu > a.language:nth-child(3){
    margin-left:7px;
}
.header-menu > .separator {
    position: relative;
    border-right: 2px solid #4A66AF;
    height: 35px;
}


.header-menu ul.nav .nav-link {
    display: block;
    padding: 1rem 1rem 0;
    color: #1A2B58;
    font-size: 20px;
    position: relative;
    top: 1px;
}

.header-menu ul.nav .nav-item.active, .header-menu ul.nav .nav-item:hover {
    border-bottom: 4px solid #EE4A41;
}
.stick{
    width:42px;
    height:190px;
    position:fixed;
    top:calc(50% - 95px);
    right:0px;
    z-index:100;
    background:#fff;
    padding: 5px;
    border-radius: 10px 0 0 10px;
    box-shadow: 4px 4px 24px rgba(0,0,0, 0.25);
}
.stick a {
    margin-bottom: 5px;
    display:block;
}


.nav-red {
    background: #EE4A41;
}

ul.nav-red .nav-item {
    width: 20%;
    text-align: center;
    border-right: 1px solid #fff;
}

ul.nav-red .nav-item:hover, ul.nav-red .nav-item.active{
    background: #4A66AF;
}

ul.nav-red .nav-link {
    color: #fff;
    padding: 1px 1rem 0;
}
h1 {
    font-size: 30px;
    line-height: 34px;
}
h2 {
    font-size: 24px;
    line-height: 28px;
}

.module-top{
    position: relative;
    margin-top: 74px;
}

.container-body .img img {
	width:100%;
}

.container-body .content {
  padding: 10px 0px;
  text-align: justify;
}

.container-body .img-title {
  background: #EE4A41;
  color: #fff;
  font-size: 25px;
  height: 44px;
  line-height: 40px;
  margin-top: -44px;
  position: relative;
  padding-left: 20px;
}
.container-body.sm .img-title {
  font-size: 18px;
  
}
.container-body .img-title.big {
	font-size: 23px;
	height: 89px;
	line-height: 40px;
	margin-top: 0px;
}

.blue-block1 {
    width: 624px;
    border-radius: 10px;
    background: #4A66AF;
    color: #fff;
    padding-right: 40px !important;
    text-align: justify;
}
.blue-block1 ul {
    padding-left: 10px;
}

.blue-block1 li {
    color: #EE4A41;
}

.blue-block1 li span {
    color: #fff;
}

.red-box1{

}

.slider-block1 {
    width: 648px;
    position: absolute;
    top: -58px;
    left: 606px;
}
.slider-block1 img {
    width: 100%;
}

.slider-block1 img{
    position: relative;
	z-index:2
}

.slider-block1::before{
    content:"";
    position: absolute;
    width: 111px;
    height: 246px;
    background: #EE4A41;
    border-radius: 10px;
    top: -12px;
    left: -12px;
}
.slider-block1::after{
    content:"";
    position: absolute;
    width: 246px;
    height: 111px;
    background: #4A66AF;
    border-radius: 10px;
    bottom: -12px;
    right: -12px;
	z-index:1
}
.btn {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #EE4A41;
    
    color:#4A66AF;
    font-size: 12px;
}

.btn:hover {
    color:#EE4A41;
    border-color: #4A66AF;
}

.blue-box2 {
    position: absolute;
    width: 124px;
    height: 129px;
    left: 12px;
    top: 20px;
    background: #4A66AF;
    border-radius: 20px;
}
.red-box2 {
    position: absolute;
    width: 124px;
    height: 129px;
    left: 345px;
    top: 409px;
    background: #EE4A41;
    border-radius: 20px;
}


img.block-blue-red {
    width:100%;
    position: relative;
    z-index: 2;

}

.auto-container {
    position:relative;
    width:80%;
    margin-left:24px;
    margin-top:24px;
}


.auto-container::before {
    content:"";
    position: absolute;
    width: 124px;
    height: 129px;
    top:-14px;
    left:-14px;
    background: #4A66AF;
    border-radius: 20px;
    z-index: 1;
}



.auto-container::after {
    content:"";
    position: absolute;
    width: 124px;
    height: 129px;
    bottom:-14px;
    right:-14px;
    background: #EE4A41;
    border-radius: 20px;
    z-index: 1;
}

.info-block {
    padding: 10px 0px 10px 90px;
    text-align: left;
    position: relative;
}
.info-block.ico-365 {
    background: url(/img/365.svg) no-repeat left center;
}
.info-block.ico-route{
    background: url(/img/route.svg) no-repeat left center;
}
.info-block.ico-tonn {
    background: url(/img/tonn.svg) no-repeat left center;
	background-size: contain;

}
.info-block.ico-cars {
    background: url(/img/cars.svg) no-repeat left center;
}
.info-block.ico-container {
    background: url(/img/container.svg) no-repeat left center;
}
.info-block .red {
    font-size: 38px;
    line-height: 48px;
    color: #EE4A41;
}

.hr-line {
	border-top: 2px solid #4A66AF;
	width: 300px;
	margin: auto;
	height: 7px;
}
span.red, .h1.red, .h2.red, .h3.red, .red {
	color:#EE4A41;
}
.red p {
    color:#2F498E;
}
.red h6 {
    color:#2F498E;
}
.blue {
	color:#2F498E;
}

.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.max-400 {
	max-width:400px;
	margin:auto;
}


.btn-block, .home .module-top .btn {
	width:100%;
	background:#EE4A41;
	color:#fff;
	font-weight:600;
	padding:9px;
}

.btn-block:hover, .home .module-top .btn:hover {
	background:#2F498E;
	color:#fff;
	font-weight:600;
}
.btn-block.btn-trakcing {
  width: 100%;
  background: #2F498E;
  color: #fff;
  border-color: #2F498E;
  font-weight: 600;
  padding: 9px;
}
.btn-block.btn-trakcing:hover{
  width: 100%;
  background: #EE4A41;
  color: #fff;
  font-weight: 600;
  padding: 9px;
  border-color: #EE4A41;
}


#form-home span.h1{
	text-align: center;
	max-width: 400px;
	display: block;
	margin: auto;
}
.info-block .blue {
    font-size: 24px;
    line-height: 48px;
    color: #1A2B58;
}

.blue-line {
    border-right: 1px solid #4A66AF;
    height: 90px;
    position: absolute;
    top: 10px;
    right: -26px;
}

.news-block {
    width: 930px;
    min-height: 295px;

    margin: 20px 0px;
    position: relative;
}

.news-block.red {
    margin-left: auto;
}

.news-block .img {
    width: 372px;
}

.sqare {
    width: 124px;
    height: 124px;
    background: #4A66AF;
    border-radius: 20px;
    position: absolute;
    bottom: -62px;
    right: -62px;
    z-index: 1;
}

.red .sqare{
    left: -62px;
    background: #EE4A41;
}

.news-block ._b{
    display: flex;
    border: 1px solid #EE4A41;
    z-index: 2;
    position: relative;
    box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.25);

}
.news-block .img img {
    width: 372px;
    overflow: hidden;
}

.news-block .introtext {
    width: 558px;
    padding: 40px 62px 10px 62px;
    background: #fff;
}

footer {
    background: #EE4A41;
    position: relative;
}
footer  .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

footer .footer{
    background: #4A66AF;
    position: relative;
    top: 12px;
    display: flex;

}

footer .mob-footer{
    background: #4A66AF;
    position: relative;
    top: 12px;
    text-align: center;
    color:#fff;
    padding-top: 20px;
    padding-bottom: 20px;

}

.helf-content {
    margin-left: 12px;
    margin-top: 12px;
    color: #fff;
}

.helf-content.end {
    margin-right: 12px;
    margin-left: auto;
    font-size: 26px;
    line-height: 35px;
    width:auto;
}

a.more {
    float: right;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dashed #EE4A41;
    cursor: pointer;
}
a.more:hover {
    color: #fff;
    border-color: #4A66AF;
}

h4 a, h5 a {
	color:#2F498E;
}
h4 a:hover , h5 a:hover {
	color:#EE4A41;
}
.auto-about {
    position: relative;
}
.header-mobile-menu{

    color:#fff !important;
}
.bg-blue{
    background: #4A66AF;
    color: #fff !important;
}
.bg-red{
    background: #EE4A41;
    color: #fff !important;
}
.nav-mobile a{
    color: #fff !important;
}
.nav-mobile.blue{
    text-align: right;
}

.nav-mobile.blue li{
    color: #4A66AF;
    padding: 5px;
}
.nav-mobile.red li {
    color: #EE4A41;
    border-bottom: 1px solid #fff;
}

.header-mobile-menu .lang {
    padding-top:21px;
    padding-left: 21px;
}
.navbar-toggler{
    margin-left: auto;
    border:none;
}
.header-mobile-menu .navbar-toggler {
    border-radius: 0px;
    background: #4A66AF;
    position: relative;
    right:3px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header-mobile-menu .lang a{
    color:#fff !important;
}
.header-mobile-menu .logo-header {
    margin: 7px 3px;

}

.blue-box20 {
    position: absolute;
    width: 792px;
    height: 165px;
    left: 0px;
    bottom: 47px;
    background: #4A66AF;
    border-radius: 10px;
}
.blue-box21 {
    position: absolute;
    background: #4A66AF;
    border-radius: 10px;
    left: 730px;
    width: 507px;
    top: 91px;
    height: 46px;
}

.blue-box21 .btn {
    position: absolute;
    right: 11px;
    top: 6px;

}

.red-box20{
    position: absolute;
    width: 246px;
    height: 111px;
    left: 546px;
    top: -70px;
    background: #EE4A41;
    border-radius: 10px;
}

.red-box22 {
    position: absolute;
    width: 124px;
    height: 129px;
    left: 345px;
    top: 164px;
    background: #EE4A41;
    border-radius: 20px;
}

.white-box20 {
    position: absolute;
    background: #fff;
    width: 200px;
    height: 100px;
    left: 594px;
    top: 117px;
}

.slider-block20 {
    width: 768px;
    position: relative;
    top: -58px;
    left: 12px;
}

.h4.right {
    color: #4A66AF;
    font-size: 42px;
    text-align: right;
    margin-right: 49px;
    border-bottom: 2px solid #EE4A41;
    margin-top: 23px;
    margin-bottom: -14px;
    padding-bottom: 0px;
}

.h4.left {
    color: #4A66AF;
    font-size: 42px;
    text-align: left;
    margin-left: 56px;
    border-bottom: 2px solid #EE4A41;
    margin-top: -36px;
    margin-bottom: -14px;
    padding-bottom: 0px;
}

.news-block .img img.right {
    width: 223px;
    margin-left: 95px;
}
.news-block .img img.left {
    width: 223px;
    margin-right: 95px;
}

.news-block.red .h4.left {
    margin-top: 24px;
}

.news-block.red .h4.right  {
    margin-top: -27px;
    margin-bottom: 24px;
    padding-bottom: 0px;
}
.news-block .offert {
    min-height: 281px;
    padding: 25px 40px 20px 20px;
}

h2.maps {

    font-size: 30px;
    position: absolute;
    bottom: 50px;
    right: -143px;

}

footer a, footer a:hover{
    color:#fff;
}

.map {
    overflow: hidden;
}


.map-container {
	position:relative;
}

.blur {
  -webkit-filter: blur(10px);
     -moz-filter: blur(10px);
       -o-filter: blur(10px);
      -ms-filter: blur(10px);
          filter: blur(10px);
}
.preloader-train, .preloader {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: block;
    align-items: center;
    justify-content: center;  
    background: #ffffff;
    transition: all 0.5s;
    opacity: 1;
	text-align:center;
}
.preloader-train.remove, .preloader.remove{
    opacity: 0;
    z-index: -10;
}

.preloader-train svg {
    max-width: 25em;
    border-radius: 3px;
    background: rgb(255,255,255, 0.9);
    fill: none;
    stroke: #BFE2FF;
    stroke-linecap: round;
    stroke-width: 12%;
	margin-top:20px;
}
.preloader-train use {
    stroke: #4A66AF;
    animation: preloader-3-a 2s linear infinite
}
@keyframes preloader-3-a {
    to { 
        stroke-dashoffset: 0px 
    } 
}

.preloader_title {
  font-weight: bold;
  display:inline-block;
  font-family: monospace;
  font-size: 30px;
  clip-path: inset(0 3ch 0 0);
  animation: l 1s steps(4) infinite;
}

@keyframes l {
  to {
    clip-path: inset(0 -1ch 0 0)
  }
}

.outpreloader-train {
    position:fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: block;
    align-items: center;
    justify-content: center;  
    background: rgb(255,255,255, 0.95);
    transition: all 0.5s;
    opacity: 1;
	text-align:center;
}
.outpreloader-train.remove {
    opacity: 0;
    z-index: -10;
}

.modal-container {
  width: 50%;
  margin: auto;
  height: 220px;
  background: #fff;
  margin-top: 10%;
  box-shadow: 0 0 3px #aaa;
  min-width:300px;
}

.modal-container .title {
  font-size: 24px;
  padding: 30px 15px 10px;
  line-height: 30px;
}

.modal-container .modal-body div {

    font-size: 18px;
    font-weight: bold;

}
.modal-container .btn{
	padding: 6px 20px;
	font-size: 18px;
	font-weight: bold;
}

.modal-container .btn-success {
  color: #fff;
  background: green;
  border: none;
  margin-right:20px;
}
.modal-container .btn-danger {
  color: #fff;
  background: red;
  border: none;
}

.slideDown{
    animation-name: slideDown;
    -webkit-animation-name: slideDown;

    animation-duration: 2s;
    -webkit-animation-duration: 2s;

    animation-timing-function: ease; 
    -webkit-animation-timing-function: ease; 

    visibility: visible !important;                   
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }
    50%{
        transform: translateY(8%);
    }
    65%{
        transform: translateY(0%);
    }
    80%{
        transform: translateY(0%);
    }
    95%{
        transform: translateY(0%);
    }         
    100% {
        transform: translateY(0%);
    }     
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }
    50%{
        -webkit-transform: translateY(8%);
    }
    65%{
        -webkit-transform: translateY(0%);
    }
    80%{
        -webkit-transform: translateY(0%);
    }
    95%{
        -webkit-transform: translateY(0%);
    }         
    100% {
        -webkit-transform: translateY(0%);
    } 
}
#calcDilivery label, #calcDilivery label span {
	position:relative;
	display:inline-block;
}
#calcDilivery input:checked + label:after {
	content: "";
	background: url(/img/ok.svg);
	width: 50px;
	height: 50px;
	display: block;
	top: -15px;
	position: absolute;
	right: 0px;
}
#calcDilivery input:checked + label > span:after {
	content: " ";
	background: rgb(255,255,255, 0.5);
	width: 100%;
	height: 100%;
	display: block;
	top: 0px;
	position: absolute;
	left: 0px;
}

#calcDilivery input[type="radio"]{
	display:none;
}

#calcDilivery .title {
	font-size: 24px;
	text-align: center;
	line-height: 32px;

}
#calcDilivery .btn-primary.step {
	background: #EE4A41;
	color:#fff;
	font-size:22px;
}
/* 404 */
#main-container.p404 {
    
    width: 100%;
    
    
    position: relative;
}

.p404 .p404 {
  font-weight: 700;
  font-size: 248px;
  line-height: 266px;
  color: #EE4A41;
  text-align: center;
  margin-top: 60px;
}


.p404-1 {
      font-weight: 400;
  font-size: 30px;
  line-height: 23px;
  text-align: center;
  color: #EE4A41;
}


.p404-2 {
    
  font-weight: 400;
font-size: 20px;
line-height: 23px;
color: #EE4A41;
text-align: center;
padding: 20px;
max-width: 500px;
margin: auto;
}
.logo-404{
	margin:30px auto 50px;
	text-align:center;
}
.p404-3{
    font-size: 18px;
	line-height: 17px;
	color: #1A2B58;
}
.p404-3:before{
	content: "";
	background: url(/img/arrow.svg) no-repeat left center;
	width: 40px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 2px;
}


@media (max-width: 1399px){
    .header-menu ul.nav {
        width: 850px
    }
    .blue-block1 {
        width: 534px;
    }
    .red-box1 {
        left: 502px;
    }
    .slider-block1 {
        width: 558px;
        position: absolute;
        top: -20px;
        left: 516px;
    }
    .red-box2 {
        left: 326px;
        top: 387px;
    }

    .info-block .blue {
        font-size: 22px;
    }
    .info-block {
        padding: 10px 10px 10px 90px;
    }
    .blue-box21 {
        width: 350px;
    }
    .footer_link img {
        height:50px;
    }
    .contact_link img {
        height:120px;
    }
}

@media (max-width: 1200px){
    .header-menu ul.nav {
        width: 670px
    }
    .blue-block1 {
        width: 441px;
    }
    .blue-block1 p {
        margin-bottom: 0px;
    }
    .blue-block1 li {
        font-size:12px;

    }
    .slider-block1::before {
        height: 198px;
    }
    .slider-block1 {
        width: 461px;
        position: absolute;
        top: -20px;
        left: 421px;
    }
    .red-box2 {
        left: 220px;
        top: 263px;
    }
    .blue-box2 {
        left: 12px;
        top: 20px;
    }


    .info-block .blue {
        font-size: 18px;
    }
    .info-block {
        padding: 10px 0px 10px 90px;
    }
	.hr-line {
  
		width: 250px;
	}

    .news-block {
        min-height: 250px;
        width: 776px;
    }
    .news-block .img, .news-block .img img {
        width: 310px;
    }
    .white-box20 {
        position: absolute;
        background: #fff;
        width: 200px;
        height: 100px;
        left: 475px;
        top: 60px;
    }
    .red-box20 {
        position: absolute;
        width: 246px;
        height: 111px;
        left: 418px;
        top: -70px;
        background: #EE4A41;
        border-radius: 10px;
    }
    .blue-box21 {
        left: 550px;
    }
    .blue-box20 {
        width: 664px;
    }
    .slider-block20 {
        width: 640px;
    }
    .slider-block20 img{
        width: 100%;
    }
    .red-box22 {
        position: absolute;
        width: 124px;
        height: 129px;
        left: 216px;
        top: 86px;
        background: #EE4A41;
        border-radius: 20px;
    }
    .blue-box21 {
        position: absolute;
        background: #4A66AF;
        border-radius: 10px;
        left: 346px;
        width: 350px;
        top: 36px;
        height: 46px;
    }
    .blue-box20 {
        position: absolute;
        width: 503px;
        height: 110px;
        left: 0px;
        bottom: 47px;
        background: #4A66AF;
        border-radius: 10px;
    }
    .red-box20 {
        position: absolute;
        width: 246px;
        height: 111px;
        left: 257px;
        top: -70px;
        background: #EE4A41;
        border-radius: 10px;
    }
    .red-box20 {
        position: absolute;
        width: 246px;
        height: 111px;
        left: 257px;
        top: -70px;
        background: #EE4A41;
        border-radius: 10px;
    }
    .slider-block20 {
        width: 478px;
    }
    .white-box20 {
        position: absolute;
        background: #fff;
        width: 28px;
        height: 41px;
        left: 475px;
        top: 48px;
    }
    .red-box22 {
        position: absolute;
        width: 124px;
        height: 129px;
        left: 139px;
        top: 44px;
        background: #EE4A41;
        border-radius: 20px;
    }
    .blue-box21 .btn {
        padding: 6px;
    }
    .contact_link img {
        height: 100px;
    }
    div.helf-content.end {
        font-size: 22px;
        line-height: 26px;
    }
	
	.p404 .p404 {
		font-weight: 700;
		font-size: 190px;
		line-height: 266px;
		color: #EE4A41;
		text-align: center;
		margin-top: 0px;
	}

}

@media (max-width: 992px){

    #main-container {
        width: 100%;
        max-width: 966px;
    }
    .header-menu ul.nav {
        width: 580px
    }
	
	.header-menu .logo-header img {
		width: 100px;
	}
	.header-menu ul.nav .nav-link {
		padding: 1rem 0 0;
		text-align:center;
		font-size: 16px;
	}
    .blue-block1 {
        width: 49.66%;
        line-height: 16px;
    }
    .blue-block1 p {
        margin-bottom: 0px;
    }
    .blue-block1 li {
        font-size:12px;

    }
    .red-box1 {

        height: calc(95%);
    }
    .slider-block1 {
        position: absolute;
        top: -20px;
        left: calc(49.66% - 20px);
        width: calc(49.66% + 20px);
    }
    .red-box2 {
        left: 144px;
        top: 177px;
    }
    .blue-box2 {
        left: 12px;
        top: 20px;
    }

    .news-block .img img.right {
        width: 185px;
        margin-left: 30px;
    }
    .h4.right {
        font-size: 30px;
    }


    .h4.left {
        font-size: 30px;
        margin-top: -20px;
       }
    .news-block .img img.left {
        width: 185px;
        margin-right: 35px;
    }



    .info-block .red {
        font-size: 24px;
    }

    .info-block .blue {
        font-size: 16px;
        line-height: 20px;
    }
    
    .info-block {
        padding: 10px 0px 10px 90px;
    }
	.info-block.ico-365, .info-block.ico-container,.info-block.ico-route {
		background-size: contain;
	}
	.info-block.ico-cars{
		background-size: 80px;
	}
    .news-block {
        min-height: 186px;
        width: 580px;
    }
    .news-block .img, .news-block .img img {
        width: 232px;
    }
    .news-block .introtext {
        padding: 10px;
        background: #fff;
        font-size: 14px;
    }
    div.footer a > img{

    }
     div.footer p.mt-2{
         font-size: 12px;
     }
    div.helf-content.end {
        font-size: 18px;
        line-height: 26px;
    }
	.me-md-auto {
  margin-right: 0px !important;
}

}



@media (max-width: 768px){
	
	.p404-3 {
  margin-left:40px;
}
    #main-container {
        box-shadow: none;
        border-radius: 0px;
        width: 100%;
        max-width: 100%;
        padding: 0px;
        margin: 0px;
        overflow: hidden;
    }
	
    .row {
        --bs-gutter-x: 0;
    }
    .header-menu ul.nav {
        width: 470px
    }
    .blue-block1 {
        width: 100%;
        line-height: 20px;
    }
    .blue-block1 p {
        margin-bottom: 0px;
    }
    .blue-block1 li {
        font-size:14px;

    }
    .red-box1 {
        left: calc(50% - 32px);

        width: 16%;
        --widthA: 16%;
        height: calc(var(--widthA)*1.4);

    }
     .auto-container {
         margin: 24px auto;
     }
    .slider-block1 {
        width: calc(50% + 20px);
        position: absolute;
        top: -20px;
        left: calc(50% - 24px);
    }
    .module-top {
        position: relative;
        margin-top: 0px;
    }

    .auto-about {
        position: relative;
        min-height: 465px;
        text-align: center;
    }

    .country-about {
        position: relative;
        min-height: 250px;

    }

    .red-box2 {
        left: auto;
        bottom: -40px;
        top: auto;
        right: 0px;
    }
    .blue-box2 {
        left: 0px;
        top: 0px;

    }

	

    .info-block .red {
        font-size: 26px;
    }

    .info-block .blue {
        font-size: 24px;
        line-height: 32px;
    }

    .info-block {
        padding: 10px 0px 10px 90px;
		margin-left:5px;
    }

    .news-block {
        min-height: 186px;
        width: 100%;
    }
    .news-block .img{
        width: 40%;
        min-height: 199px;
    }
    .news-block .img img {
        width: 100%;
    }
    .news-block .introtext {
        padding: 10px;
        background: #fff;
        font-size: 14px;
        width: 60%;
    }
    div.footer a > img{
        width: 107px;
    }
    div.footer p.mt-2{
        font-size: 12px;
    }
    div.helf-content.end {
        font-size: 20px;
        line-height: 26px;
    }
    

    .news-block .img img.right {
        width: 160px;
        margin-left: 20px;
    }
    .news-block .img img.left {
        width: 160px;
        margin-right: 20px;
    }
    .news-block.red .h4.left {
        margin-left: 20px;
    }
    .news-block.red .h4.right {
        margin-top: -15px;

    }
    .red-box22 {
        right: 4px;
        bottom: -35px;
         left: auto;
        top: auto;
    }
    h2.maps {
        position: relative;
        top: 0;
        left: auto;
        right: auto;
    }
	.preloader-train svg {
		width: 200px;
	}
	
	.preloader_title {

		font-size: 18px;
	}

	}

@media (max-width: 440px){
	.info-block.ico-365, .info-block.ico-container, .info-block.ico-route, .info-block.ico-tonn  {
		background-size: 30px;
		
	}
	.info-block.ico-cars {
		background-size: 30px;
		
	}
	
	.hr-line {
		border:none;
	}
	span.h4 {
		text-align:center;
		display: block;
	}
	.info-block .blue {
	  font-size: 18px;
	  line-height: 26px;
	}
	.info-block .red {
		font-size: 22px;
	}
	.info-block {
		padding: 10px 0px 10px 40px;
		margin-left: 5px;
		display:inline;
	}
	.md-nocenter {
		text-align:center;
	}
}

/* modal */

.modal-header .logo-header {
    width: 100%;
    
}
.modal-header .logo-header img {
    margin: auto;
}

.modal-body .form-control {
    
    color: #4a66af;
}

.modal-body textarea{
    resize: none;
}
.modal-body .modal-title {
    text-align: center;
}

.modal-footer .btn-primary {
    height: 53px;
    width: 100%;
    background: #4a66af;
    color: #fff;
    font-size: 18px;
}





/* coocies message */

#cookie_note{
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0;
    width:100%;
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	z-index:100;
}

#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
}

.cookie_accept{
    width:20%;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}

ul.paginator {
    display: block;
    list-style-type: none;
}
.paginator li {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    border: 1px solid #4A66AF;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    padding: 0 10px;
    margin-right: 10px;
}
.paginator li a {
    color:#4A66AF;
}

ul.paginator .active, ul.paginator .separator {
    border: 1px solid #6C6C6C;
    color: #6C6C6C;
}
ul.paginator .active a {
    color: #6C6C6C;
}
.line-3 {

}


.stick-baner-top{
    text-align: center;
    background-color: red;
    color: white;
    padding: 5px;
    position: fixed;
    top: -300px;
    width: 100%;
    left: 0;
    z-index: 100;
    transition: top .5s linear;

}

.stick-baner-top .btn-primary {
    background: #2F498E;
    color: #fff;
    border-color: #2F498E;
    font-weight: 600;
    padding: 7px 20px;
    height: 42px;
    font-size: 16px;
}

.stick-baner-top .container {
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
}

.stick-baner-top span {
    display: block;
    text-align: left;
    font-size: 20px;
    font-weight: bold;

}

.stick-baner-top > .container > div {
    text-align: left;
}
.stick-baner-top.fix{
    top:0;
}

@media (max-width: 768px) {
    .stick-baner-top .container {
        padding: 0;
        max-width: none;
    }
    .stick-baner-top span {
        font-size: 16px;
    }

    .stick {
        height: 225px;
}

@media (max-width: 555px) {
    .stick-baner-top .container {
        display:block;
    }
    .stick-baner-top span {
        display: inline;


    }
    .stick-baner-top .container .btn {
        position: absolute;
        right:5px
    }
}