body{
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.35;
    overflow-x: hidden;
}
a, a:focus, button:focus, input:focus, textarea:focus{
    outline: none;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
}

@media (max-width:1340px) {
    .container {
        padding: 0 30px;
    }
}
@media(max-width:699px){
    .container {
        padding: 0 20px;
    }
}

h2{
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}
h3{
    font-size: 24px;
    font-weight: 700;
}

@media (max-width:1049px){
    h2{
        font-size: 26px;
    }
    h3{
        font-size: 22px;
    }
}
@media (max-width:699px){
    h2{
        font-size: 22px;
    }
    h3{
        font-size: 18px;
    }
}

.btn{
    border-radius: 20px;
    padding: 18px 28px;
	color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    transition: 0.2s ease;
    border: none;
}
.btn-orange{
    background: #2761eb;
}
.btn-orange:hover{
    background: #000;
}
.btn-success{
    background: #2761eb;
}
.btn-success:hover{
    background: #000;
}

@media (max-width:1049px){
    .btn{
        padding: 15px 20px;
        font-size: 14px;
    }
}


.bread{
    color: #4F4F4F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%; /* 16.8px */
}

@media (max-width:1049px){
    .bread{
        font-size: 14px;
    }
}
@media (max-width:699px){
    .bread{
        font-size: 13px;
        line-height: 20px;
    }
}


.content{
    padding: 40px 0;
}
.content h2{
    margin-bottom: 30px;
	text-align: left;
}
.content h4{
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.content h5{
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.content p{
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 26.1px */
    margin-bottom: 20px;
}
.content ul{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.content ul li{
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 26.1px */
    display: flex;
    align-items: flex-start;
}
.content ul li::before{
    content: '';
    background: #f89615;
    border-radius: 50px;
    padding: 4px;
    margin-right: 12px;
    margin-top: 7px;
}

@media (max-width:699px){
    .content{
        padding: 40px 0;
    }
	.content h2{
		font-size: 18px;
	}
    .content h4{
        font-size: 16px;
    }
    .content h5{
        font-size: 14px;
    }
    .content p{
        font-size: 14px;
    }
    .content ul li{
        font-size: 14px;
    }
}



/* Шапка */
.nav__mid{
    background: #FFF;
    padding: 20px 0;
}
.nav__mid-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav__mid-logo img{
    width: 85px;
}
.nav__mid-text{
	font-size: 15px;
	max-width: 350px;
	font-weight: 400;
}
.nav__mid-contact{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.nav__mid-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.nav__mid-item i{
    background: #2761eb;
    padding: 10px;
    border-radius: 14px;
    color: #fff;
    font-size: 16px;
    transition: 0.2s ease;
}
.nav__mid-item i:hover{
    background: #000;
}
.nav__mid-wrap p{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 2px;
}
.nav__mid-wrap a{
    font-size: 16px;
    font-weight: 500;
    transition: 0.2s ease;
}
.nav__mid-wrap a:hover{
    color: #2761eb;
}
.nav__mid-soc{
	display: flex;
    gap: 20px;
}
.nav__mid-soc a{
	font-size: 20px;
	transition: 0.2s ease;
}
.nav__mid-soc a:hover{
	color: #2761eb;
}


/* Шапка */
.nav__bottom{
    background: #2761eb;
    position: relative;
    z-index: 4;
}
.bottom__menu{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.bottom__menu li{
	position: relative;
}
.bottom__menu a{
	font-size: 16px;
	color: #fff;
	float: left;
	width: 100%;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	transition: 0.2s ease;
	position: relative;
}
.bottom__menu a:hover{
    background: #1944aa;
}
.bottom__menu .sub-menu{
	position: absolute;
	z-index: 99;
	left: 0;
	width: 250px;
	top: calc(100% + 0px);
	background: #2761eb;
	display: none;
}
.bottom__menu .sub-menu li{
	float: left;
	width: 100%;
}
.bottom__menu .sub-menu a{
    float: left;
	width: 100%;
	padding: 10px 0 10px 15px;
	text-align: left;
	text-transform: none;
}
.bottom__menu .sub-menu a:hover{
    background: #1944aa;
}
.bottom__menu li:hover > .sub-menu{
    display: block;
}
.menu-item-has-children > a:after {
    content: "\25BC";
    margin-left: 10px;
    font-size: 12px;
    transition: transform 0.3s ease;
}
.menu-item-has-children > a:after:hover {
    transform: rotate(180deg);
}
.sub-menu{
	background: #1944aa;
	width: auto;
}
.sub-menu a{
	padding: 10px 20px;
	font-size: 15px;
}
.sub-menu a:hover{
	background: #1944aa;
}

#menu-item-850 .sub-menu li{
	width: 50%;
}

#menu-item-2116 .sub-menu{
	background: #2761eb;
	width: auto;
	right: -550px;
}
#menu-item-2116 .sub-menu li{
	width: 25%;
}
#menu-item-2116 .sub-menu a{
	padding: 10px 20px;
}
#menu-item-2116 .sub-menu a:hover{
	background: #1944aa;
}


@media (max-width:1100px){
    .nav__top, .nav__mid, .nav__bottom{
        display: none;
    }
}




/* Home */
.hero{
    padding: 150px 0;
    position: relative;
}
.hero__wrapper h1{
    color: #333;
    font-size: 44px;
    font-weight: 700;
    line-height: 115%; /* 62.1px */
	max-width: 600px;
}
.hero__wrapper p{
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 30px;
    margin-bottom: 50px;
}
.hero .btn{
    position: relative;
    z-index: 3;
}

@media (max-width:1049px){
    .hero{
        padding: 100px 0;
    }
    .hero__wrapper h1{
        font-size: 34px;
    }
    .hero__wrapper p{
        font-size: 18px;
        margin-bottom: 40px;
    }
}
@media(max-width:699px){
	.hero{
		background-position: center center;
	}
    .hero__wrapper h1{
        font-size: 30px;
        margin: 0;
    }
    .hero__wrapper p{
        font-size: 15px;
        margin-bottom: 30px;
    }
    .hero  video {
      width: auto;
    }
}

.award{
    padding: 60px 0;
}
.award img{
    width: 100%;
	height: 600px;
	object-fit: contain;
}
@media (max-width:699px){
    .award{
        padding: 40px 0;
    }
    .award h2{
        font-size: 18px;
        margin-bottom: 30px;
    }
	.award img{
		height: 250px;
	}
}


.moving{
    padding: 60px 0;
}
.moving p{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    max-width: 900px;
    margin: 20px auto;
}
.moving__wrapper{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: -15px;
    gap: 10px;
    margin-top: 30px;
}
.moving__item{
  flex: 0 0 calc(100%/2 - 30px);
  margin: 10px;
  height: initial;
  position: relative;
  height: 270px;
}
.moving__item:last-child{
    flex: 1;
}
.moving__item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.moving__item-title{
    background: #249433;
    padding: 10px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    font-size: 15px;
    font-weight: 500;
}
.moving__hide{
    text-align: center;
    padding: 60px 40px;
    background: linear-gradient(180deg, rgba(57, 181, 74, 0.85) 0%, rgba(57, 181, 74, 0.7) 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(57, 181, 74, 0.7);
    position: absolute;
    transition: all 0.3s;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    border-radius: 12px;
}
.moving__hide:hover{
    opacity: 1;
}
.moving__hide-title{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.moving__hide p{
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
.moving__hide a{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}

@media (max-width:699px){
    .moving{
        padding: 40px 0;
    }
    .moving p{
        font-size: 14px;
        max-width: 100%;
    }
    .moving__wrapper{
        flex-direction: column;
        margin: 0;
        gap: 20px;
        margin-top: 30px;
    }
    .moving__item{
      flex: 1;
      margin: 0;
      height: 250px;
    }
    .moving__item img{
        height: 250px;
    }
    .moving__item-title{
        background: #249433;
        padding: 10px;
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 12px;
        width: 100%;
        text-align: center;
    }
    .moving__hide{
        display: none;
    }
}

.request{
    padding: 80px 0;
}
.request .container{
    max-width: 1000px;
}
.request__form{
    padding-top: 40px;
    padding-left: 40px;
	width: 440px;
}
.request h2{
    font-size: 24px;
	color: #fff;
    text-align: left;
	text-transform: none;
}
.request__wrapper{
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
    gap: 50px;
	background-image: url('/wp-content/uploads/2024/10/blue-bg.jpg');
	background-size: cover;
}
.request form{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 400px;
    margin-top: 25px;
    padding-bottom: 40px;
}
.request input, .request textarea {
  padding: 12px 20px;
  color: #4F4F4F;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none !important;
  border-radius: 12px;
  transition: 0.2s ease;
  resize: none;
}
.request input:focus, .request textarea:focus{
    border-color: #f89615;
}
.wpforms-submit-container{
	
}
.request .btn{
    font-size: 15px;
}
.request img{
    width: 500px;
    height: 510px;
    object-fit: cover;
    border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

@media (max-width:1049px){
    .request h2{
        font-size: 24px;
    }
    .request__wrapper{
        flex-direction: column;
        gap: 0;
    }
    .request__form{
        padding: 40px;
    }
    .request form{
        width: 100%;
    }
    .request input, .request textarea {
      font-size: 14px;
    }
    .request .btn{
        font-size: 15px;
    }
    .request img{
        width: 100%;
        height: 300px;
    }
}
@media (max-width:699px){
    .request{
        padding: 60px 0;
    }
    .request h2{
        font-size: 18px;
    }
    .request__form{
        padding: 30px;
        padding-bottom: 20px;
		width: 100%;
    }
    .request .btn{
        font-size: 14px;
    }
    .request img{
        height: 200px;
    }
}

.trucks{
    padding: 60px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
.trucks p{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    max-width: 900px;
    margin: 20px auto;
}
.trucks__wrapper{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.trucks__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.trucks__item-title{
    font-size: 20px;
    font-weight: 500;
    color: #2761eb;
}
.trucks__item p{
    font-size: 15px;
    font-weight: 400;
}

@media (max-width:699px){
    .trucks{
        padding: 40px 0;
    }
    .trucks p{
        font-size: 14px;
        max-width: 100%;
    }
    .trucks__wrapper{
        gap: 10px;
        flex-direction: column;
    }
    .trucks__item-title{
        margin-top: 5px;
    }
    .trucks__item p{
        font-size: 14px;
    }
}

.about{
    padding: 40px 0;
    text-align: center;
}
.about iframe{
	width: 900px !important;
	height: 500px !important;
	border-radius: 12px;
	margin: 30px 0;
}
.about p{
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    max-width: 1000px;
    margin: 20px auto;
}
.about__links{
	margin-top: 40px;
	display: flex;
	justify-content: center;
	gap: 30px;
}
.about__links a{
	text-decoration: underline;
	color: #2761eb;
	font-weight: 500;
	transition: 0.2s ease;
}
.about__links a:hover{
	color: #000;
}
.about__wrapper{
    margin-top: 70px;
    display: flex;
	align-items: center;
    gap: 60px;
    margin-bottom: 60px;
	background: #2761eb;
	border-radius: 12px;
}
.about__wrapper-text{
    font-weight: 500;
    width: 580px;
	text-align: left;
	padding-right: 50px;
}
.about__wrapper-text p{
    font-size: 15px;
    font-weight: 500;
	color: #fff;
	text-align: left;
}
.about__wrapper img{
    width: 550px;
    height: 600px;
    object-fit: cover;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

@media (max-width:1000px){
    .about p{
        font-size: 15px;
        max-width: 100%;
    }
    .about__wrapper{
        margin-top: 40px;
        flex-direction: column;
        gap: 0;
    }
    .about__item{
        gap: 20px;
        flex-direction: column-reverse;
    }
    .about__item p{
        font-size: 14px;
        width: 100%;
        text-align: center;
    }
	.about iframe {
	  width: 100% !important;
	  height: 200px !important;
	}
	.about__links {
	  flex-direction: column;
	}
	.about__wrapper-text {
	  width: 100%;
	  padding: 30px;
	}
}
@media (max-width:699px){
    .about{
        padding: 50px 0;
    }
    .about p{
        font-size: 14px;
    }
    .about__wrapper{
        margin-top: 40px;
        flex-direction: column-reverse;
        gap: 0;
		margin-bottom: 20px;
    }
    .about__item img{
        height: 220px;
    }
    .about__item p{
        font-size: 14px;
    }
	.about__wrapper img {
	  width: 100%;
	  height: 220px;
	  object-position: top;
	}
}

.gallery{
    padding: 30px 0;
    text-align: center;
}
.gallery__wrapper{
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.gallery__wrapper a {
  flex: 0 0 calc(100%/3 - 20px);
  margin: 5px;
}
.gallery img{
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 12px;
    transition: 0.2s ease;
}
.gallery img:hover{
    opacity: .7;
}

@media (max-width:1000px){
    .gallery img{
        height: 220px;
    }
}
@media (max-width:699px){
    .gallery__wrapper{
        margin: -5px;
        gap: 10px;
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .gallery__wrapper a {
      flex: 0 0 calc(100%/2 - 5px);
      margin: 0;
    }
    .gallery img{
        height: 150px;
    }
}

.videos{
    padding: 80px 0;
    text-align: center;
}
.videos__wrapper{
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    gap: 10px;
    margin-top: 30px;
}
.videos__wrapper a {
  flex: 0 0 calc(100%/3 - 20px);
  margin: 5px;
  position: relative;
  transition: 0.2s ease;
}
.videos__wrapper a:hover{
    opacity: .8;
}
.videos img{
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 12px;
}
.video__item-play{
    position: absolute;
    top: 80px;
    left: 170px;
    width: 50px !important;
    height: 50px !important;
    object-fit: contain !important;
    opacity: 1 !important;
}
.video__item-play{
    position: absolute;
}
.video__item-title{
    position: absolute;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    bottom: 0;
    background: #2761eb;
    opacity: .9;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
}
.videos__more{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.videos__more a{
    flex: 1;
}

@media (max-width:1000px){
    .videos__wrapper a {
      flex: 0 0 calc(100%/2 - 20px);
    }
    .video__item-play{
        position: absolute;
    }
    .video__item-title{
        height: 70px;
        font-size: 14px;
    }
    .videos__more{
        margin-top: 20px;
    }
    .videos__more a{
        flex: 1;
    }
}
@media (max-width:699px){
    .videos__wrapper{
        flex-direction: column;
        margin: 0;
        gap: 20px;
        margin-top: 30px;
    }
    .video__item-title{
        height: 50px;
        font-size: 14px;
        padding: 30px 0;
    }
    .video__item-play{
        left: 145px;
    }
    .videos__more{
        margin-top: 20px;
    }
    .videos__more a{
        flex: 1;
    }
}

.locations{
    padding-bottom: 70px;
}
.locations p{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 20px auto;
}
.locations h3{
    margin-top: 40px;
    font-size: 30px;
    text-align: center;
    color: #2761eb;
}
.locations span{
    color: #f89615;
}
.locations__wrapper{
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 60px;
}
.locations__list{
    max-width: 18%;
    flex-basis: 18%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.locations__map{
    max-width: 50%;
    flex-basis: 50%;
}
.locations__map img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.locations__list a{
    font-size: 15px;
    font-weight: 500;
    color: #333;
    transition: 0.2s ease;
}
.locations__list a:hover{
    color: #2761eb;
}

@media (max-width:1000px){
    .locations h3{
        font-size: 22px;
    }
    .locations__wrapper{
        flex-direction: column;
        justify-content: center;
        gap: 30px;
        margin-top: 20px;
    }
    .locations__list{
        max-width: 100%;
        flex-basis: 100%;
        flex-direction: column;
        justify-content: center;
    }
    .locations__map{
        max-width: 100%;
        flex-basis: 100%;
        margin: 20px 0;
    }
    .locations__map img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .locations__list a{
        font-size: 16px;
        font-weight: 500;
        color: #333;
        transition: 0.2s ease;
    }
    .locations__list a:hover{
        color: #f89615;
    }
}
@media (max-width:699px){
    .locations h2{
        font-size: 20px;
    }
    .locations{
        padding: 40px 0;
        padding-top: 0;
    }
    .locations p{
        font-size: 15px;
    }
}

.numbers{
    padding: 40px 0;
}
.numbers h2{
    font-size: 24px;
}
.numbers__wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 50px;
}
.numbers__item{
    flex: 0 0 calc(100%/2 - 20px);
    display: flex;
    align-items: flex-start;
    gap: 20px;
	background: #f2f2f296;
	border-radius: 12px;
	padding: 30px;
}
.numbers__item-num{
    background: #2761eb;
    border-radius: 12px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 12px;
	width: 46px;
}
.numbers__item-text{
    font-size: 14px;
    font-weight: 400;
}

@media (max-width:1000px){
    .numbers{
        margin: 20px 0;
        padding: 60px 0;
    }
    .numbers h2{
        font-size: 24px;
    }
    .numbers__wrapper{
        gap: 15px;
    }
    .numbers__item-num{
        font-size: 18px;
    }
    .numbers__item-text{
        font-size: 14px;
    }
}
@media (max-width:699px){
    .numbers{
        margin: 20px 0;
        padding: 60px 0;
    }
    .numbers h2{
        font-size: 20px;
    }
    .numbers__wrapper{
        flex-direction: column;
        gap: 10px;
    }
    .numbers__item{
        flex: 1;
        margin-bottom: 20px;
    }
    .numbers__item-num{
        font-size: 18px;
    }
    .numbers__item-text{
        font-size: 14px;
    }
}

.clients{
    padding: 60px 0;
}
.clients p{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 20px auto;
}
.clients__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 50px;
}
.clients__item{
    flex: 0 0 calc(100%/4 - 20px);
    object-fit: contain;
}
.clients__item img{
    max-width: 200px;
    margin: auto;
}

@media (max-width:1100px){
    .clients p{
        font-size: 15px;
    }
    .clients__wrapper{
        margin-top: 30px;
    }
    .clients__item img{
        max-width: 100px;
    }
}
@media (max-width:699px){
    .clients__item img{
        max-width: 50px;
    }
}

.faq{
    padding: 60px 0;
    background: #F7F7F7;
    margin-top: 50px;
}
.faq__wrapper{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.faq__item-question {
    cursor: pointer;
    padding: 20px;
    border: 1px solid transparent;
    text-align: left;
    outline: none;
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: 0.4s;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}
.faq__item-question:hover {
    border-color: #2761eb;
}
.faq__item-question:after {
    content: '\f054';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    color: #2761eb;
}
.faq .active:after {
    content: '\f078';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    color: #2761eb;
}
.faq__item-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.faq__item-answer p{
    margin-top: 20px;
    margin-bottom: 10px;
}

@media (max-width:1000px){
    .faq__item-question {
        padding: 15px;
        font-size: 16px;
    }
    .faq__item-answer p{
        font-size: 14px;
    }
}
@media (max-width:699px){
    .faq__item-question {
        font-size: 15px;
    }
}


/* Location */
.city{
    padding: 50px 0;
    position: relative;
}
.city__bg{
	height: 400px;
	margin-top: 20px;
}
.city__bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}
.city h1{
    font-size: 34px;
    font-weight: 700;
    line-height: 130%; /* 62.1px */
	margin: 0 auto;
}
.request__loc{
	padding: 30px 0;
}
.request__loc .request__wrapper{
	background: none;
	align-items: center;
	border-radius: 12px;
	border: 1px solid #e6e6e6;
}
.request__loc .request__form{
	background-image: url('/wp-content/uploads/2024/10/blue-bg.jpg');
	background-size: cover;
	width: 450px;
	padding: 40px;
	border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
}
.request__text h2{
	font-size: 18px;
	font-weight: 700;
	color: #000;
	max-width: 350px;
}
.request__text p{
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 50px;
	width: 500px;
	padding-right: 30px;
}
.request__contact{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.request__contact a{
	font-size: 18px;
	color: #000;
	font-weight: 500;
}
.request__contact i{
	color: #2c63d8;
	font-size: 20px;
	padding-right: 15px;
}
.contact{
	margin-bottom: 40px;
}
.contact p{
	font-size: 18px;
}

@media (max-width:1049px){
    .city{
        padding: 100px 0;
    }
    .city h1{
        font-size: 40px;
	}
	.city__sub{
		font-size: 18x;
	}
    .city p{
        font-size: 16px;
    }
    .city span{
        color: #fff;
        background: #2761eb;
        padding: 0 5px;
    }
}
@media (max-width:699px){
    .city{
        padding: 50px 0;
    }
    .city h1{
        font-size: 24px;
		max-width: 100%;
    }
	.city__sub{
		font-size: 18px;
	}
    .city p{
        font-size: 15px;
        margin-bottom: 0;
    }
	.city__bg{
		height: 220px;
	}
	.request__loc{
		padding: 0;
		margin-bottom: 30px;
	}
	.request__loc .request__form {
		width: 100%;
	  padding: 30px;
	  border-radius: 12px;
	}
	.request__text{
		padding: 30px;
	}
	.request__text h2{
		width: 100%;
	}
	.request__text p{
		width: 100%;
		padding: 0;
		margin-bottom: 0;
	}
	.contact{
		margin-bottom: 60px;
	}
	.contact p{
		font-size: 16px;
	}
	.request__contact{
		margin-top: 40px;
	}
	.request__contact a{
		font-size: 16px;
	}
}

.reviews{
    padding: 80px 0;
}
.reviews p{
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    margin: 20px auto;
    max-width: 800px;
}
.reviews__icons{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-top: 50px;
}
.reviews__icons img{
    width: 120px;
}
.reviews .swiper{
    margin-top: 30px;
}
.reviews .swiper-slide{
    height: auto;
}
.reviews__item{
    padding: 30px;
    border-radius: 12px;
    background-image: url('/wp-content/uploads/2024/10/blue-bg.jpg');
	background-size: cover;
    display: flex;
    flex-direction: column;
	height: 300px;
}
.reviews__item img{
    width: 100px;
}
.reviews__item p{
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 25px;
    padding-bottom: 20px;
    text-align: left;
}
.reviews__item-name{
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.reviews__pagingation{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
}
.swiper-pagination-bullet-active{
    background: #2761eb !important;
    opacity: 1;
}
.reviews__count{
    width: initial !important;
}
.reviews__pagingation-prev, .reviews__pagingation-next{
    cursor: pointer;
}

@media (max-width:1049px){
    .reviews p{
        max-width: 100%;
    }
    .reviews__icons{
        gap: 20px;
        margin-top: 50px;
    }
    .reviews__icons img{
        width: 80px;
    }
    .reviews__item img{
        width: 80px;
    }
    .reviews__item-name{
        font-size: 14px;
    }
    .reviews__pagingation{
        display: none;
    }
    .reviews__count-mob{
        text-align: center;
        margin-top: 20px;
    }
}
@media (max-width:699px){
    .reviews{
        padding: 40px 0;
    }
    .reviews__icons{
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 35px;
    }
	.reviews__item{
		height: auto;
	}
}

.company{
    padding: 60px 0;
}
.company__head{
    background-image: url(../img/getmovers.png);
    background-size: cover;
    text-align: center;
    padding: 60px 0;
    border-radius: 12px;
}
.company__head h2{
    font-size: 44px;
    color: #fff;
}
.company__head p{
    color: #fff;
    font-size: 34px;
    font-weight: 700;
}
.company__text{
    margin-top: 50px;
}
.company__text-title{
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}
.company__text-text{
    margin-top: 20px;
}
.company__text-text p{
    font-size: 15px;
    margin: 10px 0;
    font-weight: 400;
}
.company__img{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.company__img img{
    width: 100%;
    height: 350px;
    border-radius: 12px;
    object-fit: cover;
}

@media (max-width:1049px){
    .company__head{
        padding: 50px 0;
    }
    .company__head h2{
        font-size: 40px;
    }
    .company__head p{
        font-size: 24px;
    }
    .company__text-text{
        margin-top: 20px;
    }
    .company__img{
        gap: 20px;
    }
    .company__img img{
        height: 250px;
    }
}
@media (max-width:699px){
    .company{
        padding-bottom: 30px;
    }
    .company__head h2{
        font-size: 30px;
    }
    .company__head p{
        font-size: 18px;
    }
    .company__text-text{
        margin-top: 20px;
    }
    .company__img{
        display: none;
    }
}

.gal__loc{
    background: #f2f2f2;
    margin-top: 40px;
    padding: 80px 0;
}
.gal__loc h2{
	font-size: 22px;
}
.gal__loc p{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

@media (max-width:1049px){
    .gal__loc{
        padding: 60px 0;
    }
	.gal__loc h2{
		font-size: 16px;
	}
    .gal__loc p{
        font-size: 15px;
    }
}


.big{
    padding: 60px 0;
    background-image: url('/wp-content/uploads/2024/10/blue-bg.jpg');
	background-size: cover;
}
.big__wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.big__item{
    text-align: center;
	flex: 0 0 calc(100%/3 - 40px);
}
.big__item-num{
    color: #fff;
    font-size: 70px;
    font-weight: 700;
}
.big__item-text{
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    max-width: 500px;
	color: #fff;
}

@media (max-width:1049px){
    .big__wrapper{
        gap: 30px;
    }
    .big__item-num{
        font-size: 40px;
    }
    .big__item-text{
        font-size: 15px;
        max-width: 400px;
    }
}
@media (max-width:699px){
    .big__wrapper{
        flex-direction: column;
    }
}

.num__loc{
    margin: 0;
    padding: 80px 0;
}
@media (max-width:699px){
    .num__loc{
        margin-bottom: 40px;
		padding-bottom: 0;
    }
}

.quality{
    margin: 40px 0;
    padding: 80px 0;
    background: #f2f2f2;
}
.quality p{
    margin-top: 20px;
    text-align: center;
    font-weight: 400;
}
.quality__wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 50px;
}
.quality__item{
    flex: 0 0 calc(100%/3 - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.quality__item-img{
    background: #2761eb;
    border-radius: 12px;
    padding: 15px;
}
.quality__item-img img{
    width: 50px;
    height: 50px;
}
.quality__item-title{
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.quality__item-text{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

@media (max-width:1049px){
    .quality{
        padding: 60px 0;
    }
    .quality__item-img img{
        width: 30px;
        height: 30px;
    }
    .quality__item-title{
        font-size: 16px;
    }
    .quality__item-text{
        font-size: 14px;
    }
}
@media (max-width:699px){
    .quality{
        padding: 40px 0;
    }
    .quality__wrapper{
        flex-direction: column;
        margin-top: 50px;
    }
    .quality__item{
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 30px;
    }
}

/* Residential, Business, Distance */
.bg__template{
    height: 400px;
	margin-bottom: 30px;
}
.bg__template img{
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 12px;
}

@media (max-width:1049px){
    .bg__template{
        height: 300px;
    }
}
@media (max-width:699px){
    .bg__template{
        height: 200px;
    }
}

.info{
    padding-top: 0;
    padding-bottom: 60px;
}
.info img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
}
@media (max-width:699px){
    .info img{
        height: 200px;
    }
    .info p{
        font-size: 14px;
        line-height: 145%;
        color: #333;
    }
}


.big.white, .numbers.white{
    background: #fff;
}

/* Info */
.info__main{
    padding: 200px 0;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
.info__main::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
	z-index: 1;
}
.info__main .container{
	position: relative;
	z-index: 2;
}
.info__main h2{
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    line-height: 115%; /* 62.1px */
    text-transform: uppercase;
    text-align: center;
}
.info__main p{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 20px;
}

@media (max-width:1049px){
    .info__main{
        padding: 100px 0;
    }
    .info__main h2{
        font-size: 34px;
    }
    .info__main p{
        font-size: 16px;
    }
}
@media (max-width:699px){
    .info__main{
        padding: 80px 0;
    }
    .info__main h2{
        font-size: 24px;
    }
}


/* Archive */
.archive{
	padding: 60px 0;
}
.archive__wrapper{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: -10px;
    gap: 10px;
    margin-top: 30px;
}
.archive a{
	flex: 0 0 calc(100%/4 - 20px);
	margin: 5px;
	transition: 0.2s ease;
}
.archive a:hover{
	opacity: .8;
}
.archive__item{
	position: relative;
	height: 250px;
}
.archive__item-title{
	padding: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	height: auto;
	background: #2761eb;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.archive__item img{
	width: 100%;
 	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}

@media (max-width:699px){
	.archive{
		padding: 40px 0;
	}
	.archive h2{
		font-size: 18px;
	}
	.archive a{
		flex: 0 0 calc(100%/1 - 20px);
	}
	.archive__item img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 12px;
	}
}


/* Footer */
.footer{
    margin-top: 50px;
    padding: 40px 0;
    background: #000;
}
.footer__wrapper{
    display: flex;
    justify-content: space-between;
}
.footer__logo img{
    width: 100px;
}
.footer__text{
	font-size: 15px;
	color: #fff;
	max-width: 350px;
}
.footer ul{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer ul li a{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.footer a:hover{
    transition: 0.2s ease;
    color: #2761eb !important;
}
.footer__contact{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.footer__contact a{
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.footer__contact a:last-child{
	pointer-events: none;
}
.footer__contact i{
    font-size: 14px;
    padding-right: 12px;
    transition: 0.2s ease;
}
.footer__contact i:hover{
    color: #f89615;
}
.footer__copy{
    margin-top: 40px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width:1049px){
    .footer__wrapper{
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 40px;
    }
    .footer__logo img{
        margin: 0 auto;
    }
    .footer ul{
        flex-direction: column;
        gap: 15px;
    }
    .footer ul li a{
        font-size: 16px;
    }
    .footer ul li:first-child{
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-bottom: 8px;
    }
    .footer__contact{
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
}
@media (max-width:699px){
    .footer__logo img{
        width: 130px;
    }
    .footer__copy{
        margin-top: 50px;
    }
    .btn-primary{
        margin-top: 10px;
    }
}

.bottom__call{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 18px 0;
	z-index: 99999999;
	background-color: #f00;
}
.bottom__call .btn {
	padding: 12px 15px;
	font-size: 16px;
	margin-right: 15px;
	background: none;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: 700;
}
.bottom__call a:last-child{
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
}
.bottom__call a:last-child:before{
	content: '';
	position: absolute;
	bottom: -3px;
	width: 100%;
	height: 2px;
	background: #fff;
}
.bottom__call .fas{
	color: #fff;
	font-size: 16px;
	padding-left: 10px;
}

@media (min-width:699px){
	.bottom__call{
		display: none;
	}
}