body {
    box-sizing: border-box;
    font-family: "Metropolis";
    overflow-x: hidden;
}

.container {
    width: 1170px;
    height: auto;
}

.header {
    width: 100%;
    height: 100px;
}

.header__menu {
    width: 520px;
    font-weight: 600;
    font-size: 15px;
}

.header__menu-list {
    margin: 0;
    padding: 0px 20px 0px 0px;
    color: black;
}

.header__menu-item {
    text-align: center;
}

.header__menu-item-link {
    color: inherit;
    text-decoration: none;
}

.header__menu-item-link:hover {
    color: #fb6a05;
    transition: 0.3s ease all;
}

.header__menu-list:hover {
    color: #afadab;
    transition: 0.3s ease all;
}

.open-menu-item {
    position: relative;
}

.submenu {
    position: absolute;
    padding: 10px;
    top: 100%;
    list-style-type: none;
    left: 0;
    margin-top: 20px;
    width: 250px;
    z-index: 12000;
    visibility: hidden;
    opacity: 0;
    background-color: #082e55;
    transition: 0.5s ease-in-out;
    border-radius: 5px;
}

.submenu-item {
    text-align: left;
    text-decoration: none;
    color: white;
    display: block;
    padding: 20px;
}

.submenu-item:hover {
    transition: 0.5s ease all;
    color: #fb6a05;
}

.open-menu-item:hover .submenu {
    visibility: visible;
    opacity: 1;
}

.header__telephone {
    border-left: 2px solid lightgray;
}

.header__telephone-number {
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 0px auto;
    color: #2d2c2b;
    font-size: 27px;
    font-weight: 600;
    outline: none;
}

.header__telephone a:hover {
    color: #fb6a05;
    cursor: pointer;
    transition: 0.3s ease all;
}

.header__telephone-number__sub-title {
    font-size: 12px;
    color: #fb6a05;
}

#count_consultants {
    padding-right: 5px;
}

.header__button-link, .slider__button-link, .form-section__left-button {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    transition: 0.3s ease all;
    height: 17px;
    width: 187px;
    padding: 20px 0px;
    text-decoration: none;
    outline: none;
    color: white;
    background-color: #fb6a05;
    font-size: 16px;
    border-bottom: 3px solid #cc5705;
    font-weight: 800;
}

.header__button-link:hover, .slider__button-link:hover, .form-section__left-button:hover {
    background-color: #ea6305;
}

.slider {
    width: 100%;
    position: relative;
}

.swiper-container {
    height: 700px;
}

.slider__slide-1 {
    width: 100%;
    height: 100%;
    background: url("../img/main-1.jpg") no-repeat;
    background-size: cover;
}

.slider__slide-2 {
    width: 100%;
    height: 100%;
    background: url("../img/main-2.jpg") no-repeat;
    background-size: cover;
}

.slider__slide-3 {
    width: 100%;
    height: 100%;
    background: url("../img/main-3.jpg") no-repeat;
    background-size: cover;
}

.swiper-button-prev, .swiper-button-next {
    outline: none;
    color: white;
}

.slider__sub-title {
    display: block;
    text-align: center;
    color: white;
    font-size: 22px;
    font-weight: 700;
}

.slider__title {
    margin-top: 10px;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 72px;
}

.slider__bottom {
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -91px;
    z-index: 1000;
}

.form-section {
    padding: 70px 0;
    background: url(../img/bg/map-min.jpg);
    background-size: cover;
}

/*
.form-section__left {
    margin-top: 150px;
}
*/

.form-section__left__moving {
    font-size: 23px;
    color: #d7d3cd
}

.form-section__left__title {
    color: #0a3056;
    font-size: 35px;
    font-weight: 600;
}

.form-section__left__button {
    margin-top: 20px;
}

.form-section__left__text {
    color: #737170;
    font-size: 70px;
    width: 100%;
    font-weight: 900;
    line-height: 120px;
    text-shadow: 3px 4px 1px rgba(0, 0, 0, 0.3);
}
.form-section__left__text-small {
    color: #737170;
    font-size: 35px;
    width: 100%;
    font-weight: 600;
    line-height: 55px;
}

.form-section__left__text-small .blue-text,
.form-section__left__text .blue-text {
    color: #0a3056;
}

.form-section__left__text-small .orange-text,
.form-section__left__text .orange-text {
    color: #fb6a05;
}

.form-section__left__telephone {
    font-size: 16px;
    font-weight: 600;
    margin: 35px 0px;
    color: #082e55;
    display: inline;
    margin-left: 50px;
    line-height: 30px;
    padding-left: 40px;
    background: url("../img/icons8_phone.svg") no-repeat;
}

.form-section__right {
    text-align: center;
}

.form-section__right__form {
    padding: 0px 30px;
    background-color: #082e55;
    border-radius: 5px;
    color: white;
    font-size: 36px;
    width: 400px;
}

.form-section__right__form-title {
    font-size: 32px;
    text-align: center;
}

.form-section__right-col {
    width: 48%;
}

.input-block {
    margin-bottom: 15px;
}

.input-block__text {
    font-size: 15px;
    /*margin-bottom: 5px;*/
    color: #fff;
}

.moving-quote .input-block__text {
    font-size: 15px;
    /*margin-bottom: 5px;*/
    color: #777;
}

.input-block__input:focus{
    border-top: 3px solid #fb6a05;
}
.input-block__input {
    width: 100%;
    padding: 17px 19px;
    border: 0px;
    border-radius: 5px;
    font-weight: 600;
    color: #000000;
    background-color: #fff;
    border-top: 3px solid #c6c6c6;
    font-size: 15px;
    outline: none;
    transition: 0.3s all;
}


.input-block__select {
    padding: 17px 19px;
    height: 54px;
    box-sizing: border-box;
    color: #777;
}

.form-section__right__form-button-wrap {
    margin: 30px 0px 32px 0px;
}

.form-section__right__form-button {
    text-align: center;
    border-radius: 5px;
    transition: 0.3s ease all;
    line-height: 17px;
    padding: 20px 0px;
    text-decoration: none;
    outline: none;
    color: white;
    background-color: #fb6a05;
    font-size: 18px;
    border: 0px;
    border-bottom: 3px solid #cc5705;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
}

.form-section__right__form-button:hover {
    /*
    background-color: darkgray;
    border-bottom: 3px solid #959595;
    */

    background-color: white;
    color: #0a3056;
    border-bottom: 3px solid #fb6a05;
}

.form-section__right__rating {
    width: 400px;
    padding: 20px 30px;
    margin-top: 30px;
    border-radius: 5px;
    background-color: #ebdcf0;
    margin-bottom: 70px;
}

.form__stars {
    height: 35px;
    width: 200px;
    background: url("../img/starSprite.png") no-repeat;
    background-position: 50% 25%;
}

.form__rating-title {
    margin-top: 15px;
    font-size: 20px;
}

.form__rating-span {
    margin: 10px 0px;
}

.form__rating-button {
    text-decoration: none;
    text-align: center;
    width: 60%;
    padding: 5px;
    border-radius: 10px;
    color: #fbaf17;
    background-color: #5a5a5a;
}

.services {
    width: 100%;
    padding: 70px 0px;
    background-color: #f7f7f7;
    text-align: center;
}

.services__content {
    text-align: center;
}

.services__title {
    margin-top: 30px;
    color: #44413e;
    font-weight: 700;
    font-size: 36px;
}
.services__title.white-text {
    text-shadow: 0 0 7px black;
    color: white;
}

.services__sub-title {
    text-align: center;
    color: #44413e;
    font-weight: 400px;
    margin-bottom: 50px;
}

.services__card {
    padding: 30px 0px;
    width: 250px;
    text-align: center;
    background-color: white;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.services__card-title {
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
    color: black;
    font-weight: 600;
    width: 75%;
}

.services__card-title:hover {
    transition: 0.3s ease all;
    color: #fb6a05;
}

.services__card-text {
    margin-top: 15px;
    text-align: center;
    color: gray;
    font-size: 15px;
    width: 75%;
}

.services__card-button {
    border-radius: 50%;
    border: 2px solid #fb6a05;
    width: 40px;
    height: 40px;
    background-color: white;
    color: #fb6a05;
    font-size: 15px;
    margin-top: 15px;
}

.services__card-button:hover {
    background-color: #fb6a05;
    color: white;
    transition: 0.3s ease all;
    cursor: pointer;
}

.fa-long-arrow-alt-right {
    margin-top: 12px;
}

.matters {
    width: 100%;
    padding: 70px 0px;
    background: url(../img/bg/reviews-bg-min.jpg);
    background-size: cover;
}

.matters-title {
    text-align: center;
    color: white;
}

.matters__reviews {
    margin-top: 50px;

}

.matters__reviews-item {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    background-color: #eeeeee;
    z-index: 10;
    height: 500px;
    border-radius: 5px;
}

.matters__reviews-item:nth-child(2) {
    z-index: 11;
    height: 540px;
    background-color: white;
}

.matters__reviews-logo {
    width: 80%;
}

.matters__reviews-item:nth-child(2) .matters__reviews-logo {
    width: 60%;
}

.matters__reviews-text {
    width: 80%;
    color: #555;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.matters__reviews-name {
    width: 80%;
    text-align: center;
    font-size: 22px;
    color: #555;
    font-weight: 600;
}

.matters__reviews-link {
    text-decoration: none;
    width: 80%;
    text-align: center;
    margin-top: 50px;
    color: #555;
    font-size: 12px;
}

.matters__reviews-link:hover {
    color: #fb6a05;
    transition: 0.3s ease all;
}

.matters__reviews-link i {
    color: #fb6a05;
    margin-left: 10px;
    font-size: 15px;
}

.matters__reviews-item:nth-child(2) .matters__reviews-link {
    margin-top: 100px;
}

.ready {
    width: 100%;
    padding: 70px 0px;
    padding-bottom: 150px;
    background: url("../img/5-Biggest-Moving-Day-Mistakes1-2.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.ready__title {
    position: relative;
    color: white;
    font-weight: 700px;
    font-size: 60px;

}

.ready__button {
    padding: 17px 20px;
    text-decoration: none;
    outline: none;
    color: white;
    background-color: #fb6a05;
    font-size: 16px;
    border-radius: 5px;
    border-bottom: 3px solid #cc5705;
    font-weight: 800;
    transition: 0.3s ease all;
}

.ready__button:first-child {
    margin-right: 20px;
}

.ready__button:hover {
    background-color: #ea6305;
}

.footer {
    width: 100%;
    padding: 30px 0px;
    background-color: #464443;
    color: #a5a29f;
}

.toSlider {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -91px;
    z-index: 1000;
    color: white;
}

.toSlider:hover {
    transition: 0.3s ease all;
    color: #cc5705;
}

.toSlider i {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -8px;
    z-index: 1001;
}

.common-banner {
    height: 370px;
    background: url("../img/common-banner.jpg");
}

.common-banner__breadcrumbs {
    color: white;
    letter-spacing: 2px;
}

.common-banner__breadcrumbs__link {
    text-decoration: none;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.common-banner__title {
    color: white;
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
}

.services__box-image {
    margin-top: 100px;
    width: 570px;
    height: 470px;
    background: #312c26;
}

.what-we-are-offering {
    padding: 70px 0px;
}

.what-we-are-offering__title, .our-services__title, .what-we-do-it__title {
    font-size: 50px;
    color: #fb6a05;
    font-weight: 700;
    margin-top: 20px;
}

.what-we-are-offering__sub-title, .our-services__sub-title, .what-we-do-it__sub-title {
    margin-top: 20px;
    color: #d7d3cd;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 400;
}

.what-we-are-offering__text {
    color: #7d7b79;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}

.our-services {
    background: #f5f5f5;
    padding: 70px 0px;
}

.our-services__item {
    color: #2d2c2b;
    margin-top: 50px;
    text-align: center;
    text-decoration: none;
    background-color: white;
    padding: 30px 0px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    transition: 0.3s ease all;
}

.our-services__item__shadow {
    margin: 10px 0px;
    opacity: 0.05;
}

.our-services__item__img {
    height: 100px;
    width: 100px;
    background: #fb6a05;
    margin: 0 auto;
    border-radius: 50%;
    transition: 0.3s ease all;
}

.our-services__item__img__image {
    display: block;
    transition: 0.3s ease all;
    margin: 0px auto;
}

.bg-img-1 {
    background: url("../img/box-1.png");
    width: 56px;
    transition: 0.3s ease all;
    height: 56px;
}

.bg-img-2 {
    background: url("../img/box-2.png");
    width: 56px;
    transition: 0.3s ease all;
    height: 56px;
}

.bg-img-3 {
    background: url("../img/box-3.png");
    width: 56px;
    transition: 0.3s ease all;
    height: 56px;
}

.bg-img-4 {
    background: url("../img/box-4.png");
    width: 56px;
    transition: 0.3s ease all;
    height: 56px;
}

.our-services__item__title {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin: 20px auto;
    text-decoration: none;
}

.our-services__item__text {
    padding: 0px 50px;
}

.our-services__item__divider {
    border-bottom: 1px solid #f4f3f2;
    margin: 20px;
    transition: 0.3s ease all;
    width: 80%;
}

.our-services__item__btn__text {
    font-size: 12px;
    color: #fb6a05;
    margin: 0 auto;
    margin-top: 11px;
}

.our-services__item:hover {
    background-color: #082e55;
    color: white;
}

.our-services__item:hover .our-services__item__img {
    background-color: white;
    transition: 0.3s ease all;
}

.our-services__item:hover .our-services__item__btn__text {
    color: white;
}

.our-services__item:hover .bg-img-1 {
    transition: 0.3s ease all;
    background-image: url("../img/box-1-blue.png");
}

.our-services__item:hover .bg-img-2 {
    transition: 0.3s ease all;
    background-image: url("../img/box-2-blue.png");
}

.our-services__item:hover .bg-img-3 {
    transition: 0.3s ease all;
    background-image: url("../img/box-3-blue.png");
}

.our-services__item:hover .bg-img-4 {
    transition: 0.3s ease all;
    background-image: url("../img/box-4-blue.png");
}

.what-we-do-it {
    padding: 70px 0px;
}

.what-we-do-it__menu {
    width: 100%;
    margin: 50px auto;
}

.what-we-do-it__menu__item {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    height: 100px;
    margin: 0px auto;
    cursor: pointer;
    transition: 0.3s ease all;
}

.what-we-do-it__menu__item:hover {
    font-size: 18px;
    font-weight: 600;
    background-color: #082e55;
    color: white;
}

.active {
    background-color: #082e55;
    color: white;
}

.what-we-do-it__img {
    width: 470px;
    height: 360px;
    background: #514a41;
    margin-right: 60px;
}

.what-we-do-it__text {
    color: #7d7b79;
    font-size: 16px;
    line-height: 30px;
}

.what-we-do-it__ul {
    margin-top: 20px;
    list-style: none;
    padding: 0px;
}

.what-we-do-it__ul__li i {
    color: #fb6a05;
    margin-right: 20px;
}

.helping {
    position: relative;
    height: 270px;
    background-color: #fb6a05;
}

.helping__text {
    font-size: 30px;
    color: white;
    text-align: left;
    line-height: 70px;
    font-weight: 600;
}

.helping__text__underline {
    border-bottom: 1px solid white;
}

.helping__btn {
    color: white;
    width: 240px;
    height: 70px;
    font-weight: 700;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 2px;
    background: rgb(45, 44, 43);
    border: 0px;
    border-radius: 5px;
    transition: all 0.3s ease;
    outline: none;
}

.helping__btn:hover {
    color: rgb(45, 44, 43);
    background: rgb(255, 255, 255);
}

.contacts-form {
    padding: 70px 0px;
}

.contacts-form__sub-title {
    color: #d7d3cd;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 400;
}

.contacts-form__title {
    font-size: 50px;
    color: #fb6a05;
    font-weight: 700;
    margin-top: 20px;
}

.contacts-form__left {
    width: 400px;
}

.contacts-form__block-info {
    margin-bottom: 20px;
}

.contacts-form__block-info__title {
    color: #2d2c2b;
    font-size: 37px;
    font-weight: 700;
    text-decoration: none;
    font-style: italic;
}

.contacts-form__block-info__sub-title {
    color: #fb6a05;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

.empty {
    height: 40px;
}

.contacts-form__block-info__round {
    background: #f5f5f5;
    width: 63px;
    height: 63px;
    border-radius: 100%;
    text-align: center;
    line-height: 60px;
    color: #082e55;
    font-size: 25px;
    margin-right: 60px;
}

.contacts-form__input {
    height: 70px;
    width: 370px;
    border-radius: 5px;
    border: none;
    box-sizing: border-box;
    background: #f5f5f5;
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 20px;
    outline: none;
    font-weight: 600;
}

.contacts-form__textarea {
    width: 100%;
    border-radius: 5px;
    border: none;
    box-sizing: border-box;
    background: #f5f5f5;
    font-size: 16px;
    margin-bottom: 30px;
    padding: 20px;
    outline: none;
    font-weight: 600;
    height: 240px;
    resize: none;
}

.contacts-btn {
    background: #fb6a05;
    height: 60px;
    width: 230px;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    border: none;
    outline: none;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 0.3s all;
}

.contacts-btn:hover {
    background-color: #082e55;
}

.common-banner__title {
    color: white;
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px auto
}

.service__item {
    padding: 70px 0px;
}

.service__item__box {
    height: 470px;
    width: 770px;
    background: #312c26;
    border-radius: 5px;
}

.service__item__text {
    color: #7d7b79;
    font-size: 16px;
    line-height: 30px;
}

.service__item__left__box-small {
    background: #514a41;
    width: 370px;
    height: 360px;
    border-radius: 5px;
    margin-right: 30px;
}

.service__item__left__block-info {
    margin: 50px 0px;
}

.service__item__left__text {
    color: #7d7b79;
    font-size: 16px;
    line-height: 30px;
}

.service__item__left__list {
    margin-top: 50px;
}

.service__item__left__block-info__i {
    color: #fb6a05;
    margin-right: 20px;
    margin-bottom: 10px;
}

.service__item__right__btn {
    background: #fb6a05;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    margin-top: 30px;
    width: 310px;
    height: 70px;
    border: none;
    outline: none;
    font-weight: 600;
    letter-spacing: 2px;
    transition: 0.3s all;
    cursor: pointer;
}

.service__item__right__btn:hover {
    background: #082e55;
}

.service__item__right {
    background: #f5f5f5;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-left: 30px;
}

.service__item__right__item {
    font-size: 16px;
    color: #8e867c;
    background: #fff;
    border-radius: 5px;
    height: 60px;
    box-sizing: border-box;
    padding-left: 30px;
    font-weight: 600;
    margin-bottom: 3px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s all;
}

.service__item__right__item:hover {
    color: #2d2c2b;
}

.active-arrow-left {
    color: #082e55;
}

.service__item__right__item__title {
    padding-left: 15px;
}

.active-item {

    color: #2d2c2b;
}

.service__item__right__box {
    background: #2d2c2b;
    width: 310px;
    height: 375px;
    border-radius: 5px;
    margin-top: 30px;
}

.moving-quote {
    padding: 35px 0px;
}

.moving-quote__title {
    /*color: #fb6a05;*/
    color: #082e55;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(10, 48, 86, 0.5);
    font-weight: 700;
    font-size: 46px;
    margin-bottom: 50px;
}

.moving-quote__wrapper {
    /*max-width: 700px;*/
    margin: 0 auto;
}

.moving-quote__sub-title {
    font-size: 50px;
    color: #2d2c2b;
    font-weight: 400;
    margin: 20px 0px;
}

.moving-quote__input {
    background: #f5f5f5;
    margin-top: 10px;
    height: 60px;
    width: 100%;
    /*border: none;*/
    padding: 0px 10px;
    border-radius: 5px;
    outline: none;
    font-size: 14px;;
    font-weight: 700;

    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.moving-quote__input:focus, .moving-quote__textarea:focus{
    border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.moving-quote__textarea {
    background: #f5f5f5;
    margin-top: 10px;
    height: 60px;
    width: 100%;

    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    font-weight: 700;
    resize: none;

    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-block__text {
    margin-top: 20px;
}

.main-form__send-form {
    margin: 0 auto;
    width: 100%;
    height: 16px;
}

.quote__btn.w-100{
    width: 100%;
}

.quote__btn {
    margin-top: 35px;
    margin-bottom: 35px;
    background: #fb6a05;
    color: white;
    border-radius: 5px;
    width: 340px;
    border: none;
    height: 60px;
    font-weight: 700;
    cursor: pointer;
    font-size: 20px;
    transition: 0.3s all;
    /*letter-spacing: 2px;*/
    outline: none;
}

.moving-quote .quote__btn:hover {
    background: #112e3e;
    color: white;
}

.moving-quote__wrapper__info {
    margin-top: 30px;
    font-size: 12px;
    color: #7c7a78;
    font-weight: 100;
}

.moving-quote__wrapper__info-bold {
    font-size: 34px;
    font-weight: 600;
}

.images {
    width: 100%;
}

.images__title {
    font-size: 50px;
    color: #fb6a05;
    font-weight: 700;
    width: 80%;
    text-align: center;
    margin-top: 40px;
}

.images__sub-title {
    margin-top: 40px;
}

.images__row {
    padding: 20px 0px;
}

.images__img {
    border-radius: 5px;
    margin-right: 20px;
}

.last {
    margin-right: 0;
}

.reviews {
    background: #f5f5f5;
    padding: 70px 0px;
}

.reviews__title {
    margin-bottom: 50px;
    font-weight: 700px;
}

.reviews__item {
    background-color: white;
    width: 300px;
    margin-left: 40px;
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease all;
}

.reviews__item:nth-child(1) {
    margin-left: 0px;
}

.reviews__item:nth-child(4) {
    margin-left: 0px;
}

.reviews__item:nth-child(7) {
    margin-left: 0px;
}

.reviews__item:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.reviews__item__stars {
    color: #e60000;
    font-size: 22px;
}

.reviews__item__img {
    height: 30px;
    margin-left: 40px;
}

.reviews__item__name {
    font-size: 12px;
    margin-bottom: 20px;
}

.reviews__item__title {
    font-size: 20px;
    font-weight: 700px;
    margin-bottom: 10px;
}

.reviews__item__date {
    font-size: 12px;
    margin-bottom: 10px;
}

.reviews__item__text {
    margin: 0;
    font-size: 13px;
    color: gray;
}

.company-list {
    width: auto;
    margin: 0px;
    position: relative;
    padding-top: 150px;
    padding-bottom: 70px;
}

.company-list__item__logo {
    height: 80px;

}

.company-list__truck__img {
    height: 180px;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -180px;
}

.our-services__title {
    font-weight: 700px;
    margin-bottom: 50px;
}

.hover-move-up {
    position: relative;
    width: auto;
    margin-left: 70px;
    transition: 0.3s ease all;
}

.company-list-first {
    margin-left: 0px;
}

.coming-soon {
    padding: 70px 0px;
    font-size: 30px;
}

.moving-quote__wrapper__left {
    width: 360px;
}

.moving-quote__wrapper__left__title {
    color: #0057a1;
    font-size: 18px;
    font-weight: 600;
}

.moving-quote__wrapper__left__sub-title {
    color: #009add;
    font-size: 18px;
    font-weight: 400;
}

.moving-quote__wrapper__left__label {
    color: #0057a1;
}

.required-field-star {
    color: #c61d23;
}

.moving-quote__wrapper__right {
    width: 700px;
}

.w330 {
    width: 330px;
}

.h182 {
    height: 182px;
}

.moving-quote__wrapper__info-text {
    color: #999;
    font-size: 12px;
    font-style: italic;
}

.arrow-right-main-form{
    background: url(../img/icons/arrow-main-form.png);
    width: 114px;
    height: 100px;
    position: absolute;
    bottom: 8px;
    background-size: cover;
    right: 1px;
}
.form-section__left{
    position: relative;
}