.shipping-header .h1 {
    color: #fff;
    font-size: 60px;
}
.shipping-header .info {
    color: #fff;
    line-height: 1.7;
}

.shipping-header2 .h1 {
    color: #fff;
    font-size: 60px;
}
.shipping-header2 .info {
    color: #fff;
    line-height: 1.7;
}

.shipping-header3 .h1 {
    color: #fff;
    font-size: 60px;
}
.shipping-header3 .info {
    color: #fff;
    line-height: 1.7;
}

.shipping-header4 .h1 {
    color: #4285F4;
    font-size: 60px;
	
}
.shipping-header4 .info {
    color: #001a34;
    line-height: 1.7;
	font-size: 24px;
}

.shipping-header5 .h1 {
    color: #ce96c3;
    font-size: 60px;
	
}
.shipping-header5 .info {
    color: #001a34;
    line-height: 1.7;
	font-size: 24px;
}

.shipping-header6 .h1 {
    color: #ce96c3;
    font-size: 60px;
	
}
.shipping-header6 .info {
    color: #001a34;
    line-height: 1.7;
	font-size: 24px;
}

.mojoocontest {
    background: #fff;
	border-radius:25px;
	padding: 30px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}

.gifmojoocontest {
    height: 90px;
text-align: center;
overflow: hidden;
}

.gifmojoocontest2 {
    height: 50px;
    text-align: center;
    overflow: hidden;
    margin-top: 40px;
}

.iconcontest{
	color: #4285F4;
font-size: 200px;
text-align: center;
font-weight: 900;
padding-bottom: 100px;
padding-top: 80px;
}

.col-3 {
    max-width: 25%;
    flex: 0 0 25%;
}
.page-shipping .shipping-h2 {
    font-size: 60px;
    line-height: 1.1;
    color: #4385f5;
	margin-top: 20px;
}
.shipping-h2 span {
    border-bottom: 3px solid #4385f5;
    line-height: 36px;
}
.desc.h4 {
    font-size: 24px;
}
.info-line {
    border: 1px solid #eeeeee;
    font-size: 17px;
    border-radius: 18px;
    color: #828291;

}
.info-item {
    background-color: #f5f7f9;
    min-height: 250px;
    font-size: 30px;
font-weight: 600;
line-height: 32px;
	border-radius: 18px;
	margin: 5px;
	transition: 0.3s;
}

.info-item:hover {
  background: #eee;
transition: 0.3s;
}
.shipping-carousel {

}
.shipping-carousel .item {
  float: left;
line-height: 28px;
background: #fff;
border-radius: 18px;
padding: 20px 30px;
height: 440px;
width: 360px;
text-align: left;
margin-left: 15px;
transition: 0.3s;
margin-bottom: 20px;
cursor: pointer;
}

.shipping-carousel .item:hover {
opacity:.8;
transition: 0.3s;
}

.shipping-carousel .item .title {
    font-size: 24px;
    font-weight: 700;
    height: 60px;
	font-family: "Styrene A Web", sans-serif;
}

.shipping-carousel .item .icon {
    margin-top: 20px;
    height: 100px;
}

.shipping-carousel .item .icon img{
    height: 100% !important;
}
.shipping-carousel .owl-dots {
    display: none;
}

.shipping-carousel2 .item {
    float: left;
    line-height: 26px;
    background: url('/images/texture5.jpg');
    padding: 35px;
    border: unset !important;
    height: 430px;
    width: 360px !important;
    text-align: left;
    margin-left: 25px;
	transition: 0.5s;
	border-radius: 18px;
    color: #fff
}

.shipping-carousel2 .item:hover {
  background: url('/images/texture5.jpg');
transition: 0.5s;
    opacity:0.8;
}

.shipping-carousel2 .item .title {
    font-size: 26px;
    font-weight: bold;
    height: 60px;
}

.shipping-carousel2 .item .icon {
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
    height: 100px;
}

.shipping-carousel2 .item .icon img{
    height: 100% !important;
}

.shipping-carousel2 .item .desc {
    font-size: 17px;

}
.shipping-carousel2 .owl-dots {
    display: none;
}

.shipping-carousel-zadachi {

}
.shipping-carousel-zadachi .item {
float: left;
  line-height: 28px;
  border-radius: 18px;
  background: #f5f7f9;
  padding: 30px;
  height: 280px;
  width: 300px;
  text-align: left;
  margin-left: 15px;
  transition: 0.3s;
  margin-bottom: 20px;
  cursor: pointer;
}

.shipping-carousel-zadachi .item:hover {
  opacity: .8;
transition: 0.3s;
}

.shipping-carousel-zadachi .item .title {
    font-size: 24px;
    font-weight: 700;
    height: 60px;
}

.shipping-carousel-zadachi .item .icon {
    margin-bottom: 30px;
}

.shipping-carousel-zadachi .item .icon img{
    height: 100% !important;
}

.shipping-carousel-zadachi .owl-dots {
    display: none;
}

.widget-pvz {
    border: 1px solid #eeeeee;
    /*height: 600px;*/
}
.section-background {
    height: 1000px;
    background-position-x: center;
    background-size: cover;
}
.page-shipping .map-change-city {
    font-weight: bold;
}
.page-shipping #map, .page-shipping .map {
    width: 100%;
    min-height: 400px;
}
.page-shipping .map .items-list {
    height: 487px;
    overflow-y: auto;
}
    
.page-shipping #map {
    height: 550px;
}
    
.page-shipping .map .items-list .item {
    padding: 10px;
    font-size: 12px;
    /*border-bottom: 1px solid #ccc;*/
}
.page-shipping .map .items-list .item a {
    color: #262626;
}
.page-shipping .map .items-list .item.active .title {
    color: #009029;
    font-weight: bold;
}

.page-shipping .map .items-list .item .payments {
    margin-top: 5px;
}

.page-shipping .map .items-list .item .payments img {
    display: inline-block;
    width: 11px;
    margin-top: -4px;
}

.page-shipping .map .items-list .item .payments span {
    display: inline;
}

.page-shipping .map .items-list .item span {
    
}

.page-shipping .map .items-list .item.active{
    border: 1px solid #ffaa55;
}

.page-shipping .map .items-list .item.active .title {
    color: #009029;
}

.page-shipping .map .items-list .item .time i {
    float: left;
    margin-right: 5px;
    line-height: 19px;
}

.page-shipping .time {
    margin-top: 5px;
    color: #999;
}

.contesttimeact  {
    margin-bottom: 6rem !important;
}

  /* 
  ============================================================================================ */
  /* 800px
  ============================================================================================ */
@media (max-width: 800px) {

.shipping-header2 {
    background-color: #eda238;
    background-image: url('/images/tran6.jpg');
	background-size: cover;
}

.mojoobannerdost {
	display:none;
}

}

  /* 
  ============================================================================================ */
  /* 650px
  ============================================================================================ */
  
@media (max-width: 650px) {
.page-shipping .shipping-h2 {
    font-size: 38px;
    line-height: 46px;
}
.shipping-header .h1 {
    font-size: 38px;
    line-height: 46px;
}

.shipping-header2 .h1 {
    font-size: 38px;
    line-height: 46px;
}

.shipping-header2 {
    background-color: #eda238;
    background-image: url('/images/tran6.jpg');
	background-size: cover;
}

.shipping-header3 .h1 {
    font-size: 38px;
    line-height: 46px;
}

.shipping-header3 {
    background-color: #eda238;
    background-image: url('/images/tran.jpg');
	background-size: cover;
}

.shipping-header4 .h1 {
    font-size: 38px;
    line-height: 46px;
}

.shipping-header4 {
    background-color: #eda238;
    background-image: url('/images/tran.jpg');
	background-size: cover;
}

.shipping-header5 .h1 {
    font-size: 38px;
    line-height: 46px;
}

.shipping-header5 {
    background-color: #eda238;
    background-image: url('/images/tran.jpg');
	background-size: cover;
}

.shipping-header6 .h1 {
    font-size: 38px;
    line-height: 46px;
}

.shipping-header6 {
    background-color: #eda238;
    background-image: url('/images/texture5.jpg');
	background-size: cover;
}

.mojoocontactlessdelivery{
transition: 0.5s;
text-align: center;
padding-top: 50%;
}
}
