html {
    scroll-behavior: smooth;
}
*{
    box-sizing: border-box;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 140%;
    font-weight: 400;
    padding: 0;
    margin: 0;
    letter-spacing: 0.02em;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 140%;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
h2.title {
    font-size: 40px;
    line-height: 110%;
    font-weight: 700;
    margin-bottom: 20px;
}
p {
    margin: 0;
    padding: 0;
}
button {
    padding: 0;
    border: none;
}
.container {
    max-width: 1201px;
    padding: 0 15px;
    width: auto;
    margin: 0 auto;
}
.btn {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    display: block;
    text-shadow: 0-1px 0 rgba(255,255,255,.2);
    border-radius: 5px;
    background: #FF5532;
    max-width: 680px;
    width: 100%;
    padding: 15px;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s ease;
}
.btn:hover {
    background: #e04a2c;
    transition: all 0.5s ease;
}
input, input:focus, textarea, textarea:focus {
    outline: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a, a:hover, a:active {
    text-decoration: none;
    color: inherit;
}
.title {
    font-weight: 700;
    line-height: 110%;
}
/* preloader start */
@keyframes fadeIn {  
    from {  
        opacity:0;  
    }  
    to {  
        opacity:1;  
    }  
}
@keyframes fadeOut {  
    from {  
        opacity:1;  
    }  
    to {  
        opacity:0;  
    }  
}
#preloader-active {
    opacity: 0;
    display: none;
}
#preloader-active.visible {
    animation: fadeIn 2s ease-in; 
    opacity: 0;
}
.preloader {
    background-color:#f7f7f7;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:999999;
    -webkit-transition:.6s;
    -o-transition:.6s;
    transition:.6s;
    margin:0 auto;
}
.preloader .preloader-circle{
    width:150px;
    height:150px;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-style:solid;
    border-width:1px;
    border-top-color:#FF5532;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent;
    z-index:10;
    border-radius: 50%;
    -webkit-box-shadow:0 1px 5px 0 rgba(35,181,185,0.15);
    box-shadow:0 1px 5px 0 rgba(35,181,185,0.15);
    background-color:#fff;
    -webkit-animation:zoom 2000ms infinite ease;
    animation:zoom 2000ms infinite ease;-webkit-transition:.6s;-o-transition:.6s;
    transition:.6s;
}
.preloader .preloader-img{
    position:absolute;
    top:50%;
    z-index:200;
    left:0;
    right:0;
    margin:0 auto;
    text-align:center;
    display:inline-block;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    padding-top:6px;
    -webkit-transition:.6s;
    -o-transition:.6s;
    transition:.6s;
}
.preloader .preloader-img img{
    max-width:95px;
}
.preloader .pere-text strong{
    font-weight:800;
    color:#dca73a;
    text-transform:uppercase;
}
/* preloader end */

/*header*/
.header {
    position: fixed;
    overflow: hidden;
    width: 100%;
    transition: all 0.5s ease;
    color: #252525;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    background: #ffffff; 
}
.header.scrolled {
    top: 0;
    z-index: 1002;
    transition: all 0.5s ease;
}
.header.scrolled .header-logo {
    height: 80px;
}
.header.scrolled .header-logo__img {
    padding: 3px 25px 3px 15px;
}
.header__wrapper {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-logo {
    width: 155px;
    height: 85px;
    transition: all 0.5s ease;
}
.header-logo:hover {
    transition: all 0.5s ease;
    opacity: 0.8;
}
.header-logo__img {
    padding: 7px 25px 7px 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    width: 155px;
    object-fit: cover;
}
.header-menu__items {
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-menu__item:not(:last-child) {
    margin-right: 35px;
}
.header-menu__item {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
}
.header-menu__items li.header-menu__item_last {
    margin-right: 0;
}
.header-menu__item_more {
    margin-right: 0;
}
.header-menu__items_1 {
    margin-bottom: 8px;
}
.header-menu__items_1 .header-menu__item {
    font-size: 12px;
    color: #153c83;
    color: #070441;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.header-menu__item-icon {
    width: 15px;
    height: 15px;
    margin-right: 7px;
}
.header-menu__item.active::after {
    width: 100%;
}
.header-menu__item::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    content: '';
    width: 0;
    height: 2px;
    margin-top: 5px;
    background-color: #FF5532;
    transition: width 0.5s ease-in-out;
}
.header-menu__item:hover {
    transition: all 0.2s ease-in-out;
}
.header-menu__item:hover::after {
    width: 100%;
    transition: all 0.2s ease-in-out;
}
.mobile-menu_2 {
    display: none;
}
.header-menu__link_more {
    display: flex;
    align-items: center;
}
.header-menu__link_more::after {
    content: '';
    display: block;
    background: url(../img/arrow-down.png) no-repeat;
    width: 14px;
    height: 8px;
    background-size: cover;
    margin-left: 7px;
}
.header-submenu {
    padding: 15px 9px;
    width: 105px;
    margin-left: -15px;
    display: none;
    transition: all 0.5s ease;
}
.header-menu__item_more:hover .header-submenu {
    position: fixed;
    background: rgba(45, 45, 45, 0.85);
    border-radius: 10px;
    z-index: 1000000;
    width: 250px;
    color: #ffffff;
    display: block;
    transition: all 0.5s ease;
}
.header-submenu__item {
    transition: all 0.5s ease;
}
.header-submenu__item:hover {
    transition: all 0.5s ease;
    color: #FF5532;
}
.header-submenu__item:not(:last-child) {
    margin-bottom: 10px;
}
.header-submenu__item.active {
    color: #FF5532;
}
.header-info {
    display: flex;
}
.header-info__phone {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    padding: 22px;
    border-radius: 20px;
    transition: opacity 0.5s ease;
}
.header-info__phone::before {
    content: '';
    display: block;
    background: url('../img/telephone-call.png');
    width: 22px;
    height: 22px;
    background-size: cover;
    margin-right: 17px;
}
.header-info__phone:hover {
    transition: opacity 0.5s ease;
    opacity: 0.8;
}
.header-info__phone_burger {
    display: none;
}
.header-book {
    display: flex;
    padding-right: 10px;
    align-items: center;
	font-size: 22px;
	font-weight: 900;
    height: 100%;
    border-radius: 10px;
    background: #FF5532;
    color: #ffffff;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    transition: all ease 0.5s;
    animation: zoom-in-zoom-out 2s infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
		transform: scale(0.95);
	}
	25% {
		transform: scale(0.95);
	}
    50% {
		transform: scale(0.95);
	}
    75% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.95);
	}
}
.header-book_icon {
    display: block;
    margin-right: 10px;
    width: 65px;
    height: 45px;
    border-radius: 10px 0 0 10px;
    padding: 0px 10px;
    background: #e04a2c;
}
.header-book:hover {
    color: #ffffff;
    background: #e04a2c;
    transition: all ease 0.5s;
}
.menu-burger {
    display: none;
}
/*top section*/
.top-section {
    background: linear-gradient(360deg, rgba(37, 37, 37, 0.75), rgba(37, 37, 37, 0.75)), url('../img/junk-removal-gainesville-pagehero-bg.jpg') no-repeat;
    background-size: cover;
    background-position-y: 100%;
    color: #fff;
}
.container_top-section {
    padding: 170px 0 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-section__content-wrapper {
    max-width: 680px;
    width: auto;
}
.top-section__title {
    font-weight: 700;
    text-align: left;
    font-size: 62px;
    line-height: 109%;
    margin-bottom: 35px;
    width: 100%;
}
.top-section__title span {
    display: block;
}
.top-section_btn {
    max-width: 280px;
    animation: none;
    margin-top: 25px;
    transition: all 0.5s ease;
}
.top-section_btn:hover {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.top-section_btn .header-book_icon {
    margin-right: 12%;
    width: 75px;
}
.top-form {
    color: #6b6b6b;
    position: relative;
    width: 100%;
    max-width: 380px;
}
.top-form__fields {
    display: flex;
    flex-wrap: wrap;
    color: #6b6b6b;
    justify-content: space-between;
}
.top-form__title {
    color: #FF5532;
    font-size: 30px;
    line-height: 110%;
    font-weight: 700;
    margin: 30px 0 15px;
}
.top-form__fields>div {
    width: 48%;
    position: relative;
}
.top-form__input {
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    border: none;
    border-bottom: 1px solid #ffffff;
    text-shadow: none;
    color: #252525;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 10px 12px;
    margin-bottom: 15px;
    font-size: 16px;
}
.top-form__textarea {
    border: 2px solid #ffffff;
}
.top-form__input::placeholder, .top-form__textarea::placeholder {
    color: #252525;
    opacity: 0.5;
}
.top-form__success {
    position: absolute;
    border-radius: 4px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10.02, 73.73, 61.18, 0.30);
    display: none;
}
.top-form__success-content {
    position: absolute;
    max-width: 420px;
    width: 100%;
    padding: 30px;
    background: rgba(0, 0, 0, 0.70);
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: #000;
}
.top-form__success_contact .top-form__success-content {
    max-width: 450px;
    padding: 20px;
}
.top-form__success h4 {
    margin-bottom: 7px;
    font-size: 18px;
}
label.error {
    position: absolute;
    bottom: -29px;
    left: 9px;
    font-size: 15px;
    color: #cc3a26;
    text-align: left;
    margin-top: -30px;
    padding-bottom: 27px;
}
.top-form__input.error {
    padding-bottom: 10px;
    position: relative;
}
.top-form__input.error+.error {
    font-size: 15px;
    text-align: left;
    margin-top: -17px;
}
#top-form__home > .remarck, #top-form__contact  > .remarck { 
    display:none; 
}
/*Any*/
.any {
    padding: 40px 0;
    background-color: #EAEAEA;
}
.any-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: auto;
}
.any-item {
    display: flex;
    align-items: center;
}
.any-item__icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.any-item__title {
    font-size: 38px;
    color: #000;
}
/*About start*/
.about {
    padding: 55px 0;
}
.about-wrapper {
    max-width: 700px;
    text-align: center;
    margin: auto;
}
.about-text:not(:last-child) {
    margin-bottom: 5px;
}
.about-text span {
    font-weight: 700;
}
.about_2 {
    background-color: #EAEAEA;
}
/*Process*/
.process {
    padding: 55px 0 50px;
    border-top: 1px solid #eaeaea;
    background-color: #EAEAEA;
}
.process-title {
    text-align: center;
}
.process-item {
    flex-direction: column;
    width: 32%;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 7px;
    padding: 15px 20px;
    margin-right: 15px;
    text-align: center;
    background-color: #fff
}
.process-item__title {
    color: #FF5532;
    margin-bottom: 8px;
    margin-top: 5px;
}
.process-item__icon {
    width: auto;
    object-fit: contain;
    height: 110px;
}
.process-item__icon_2 {
    height: 100px;
}
.process-wrapper {
    position: relative;
    padding: 0 50px 0 50px;
    min-width: 0;
    width: 100%;
}
.process-item.slick-slide {
    left: 0;
}
.slick-track {
    display: flex;
}
.slick-track .slick-slide {
    height: auto;
}
.process-wrapper .slick-list {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.process-wrapper .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.process-wrapper .slick-dots li:not(:last-child) {
    margin-right: 20px;
}
.process-wrapper .slick-dots button {
    font-size: 0;
    background-color: #212529;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    cursor: pointer;
}
.process-wrapper .slick-dots .slick-active button {
    background-color: #FF5532;
}
.process-wrapper .slick-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 1000000;
    font-size: 0;
    width: 20px;
    height: 40px;
    cursor: pointer;
    z-index: 1000;
}
.process-wrapper .slick-arrow.slick-prev {
    left: 2px;
    background: url('../img/arrow-down.png') 0 0 / 100% no-repeat;
    transform: rotate(90deg);
    transition: all 0.5s ease;
}
.process-wrapper .slick-arrow.slick-prev:hover, .testimonials-slider .slick-arrow.slick-next:hover {
    opacity: 0.8;
    transition: opacity 0.5s ease;
}
.process-wrapper .slick-arrow.slick-next {
    right: 5px;
    background: url('../img/arrow-down.png') 0 0 / 100% no-repeat;
    transform: rotate(-90deg);
    transition: opacity 0.5s ease;
}
.process-wrapper .slick-arrow.slick-next:hover {
    opacity: 0.8;
    transition: opacity 0.5s ease;
}
/*Video*/
.video {
    padding: 45px 0;
}
.video-wrapper {
    margin: auto;
    max-width: 760px;
}
/* Benefits */
.container_benefits {
    display: flex;
    justify-content: space-between;
}
.benefits {
    padding: 70px 0 55px 0;
}
.benefits-item {
    width: 32%;
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    align-content: center;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 7px;
}
.benefits-item__title {
    color: #454545;
    font-size: 22px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.benefits-item__icon {
    margin-left: 35%;
    height: 80px;
    width: 80px;
    object-fit: cover;
    margin-bottom: 9px;
}
/* Service */
.services {
    padding: 55px 0;
    /*box-shadow: rgb(0 0 0 / 10%) 0px 1px 7px;*/
    border-top: 1px solid #EAEAEA;
}
.services-title {
    text-align: center;
}
.services-wrapper {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.services-item {
    cursor: pointer;
    width: 49%;
    height: 295px;
    background: #ececec;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    cursor: default;
    position: relative;
    transition: all 0.5s ease;
}
.services-item:nth-last-child(n+4) {
    margin-bottom: 60px;
}
.services-item__img {
    cursor: pointer;
    position: absolute;
    top: 50%;
    opacity: 0.9;
    transform: translateY(-50%);
    width: 100%;
    height: 295px;
    display: block;
    object-fit: cover;
    object-position: center 37%;
    margin-bottom: 18px;
    transition: all 0.5s ease;
}
.services-item__content {
    cursor: pointer;
    position: absolute;
    padding: 10px;
    height: 0;
    display: none;
    width: 100%;
    top: 20%;
    text-align: center;
    transition: all 0.5s ease;
}
.services-item__text {
    display: none;
}
.services-item__text a {
    color: #FF5532;
}
.services-item__title {
    position: absolute;
    text-align: center;
    top: -40px;
    font-size: 22px;
    text-transform: uppercase;
    width: 100%;
    padding: 15px 10px;
    color: #000;
    background: #EAEAEA;
    font-weight: 600;
    line-height: 120%;
    transition: all 0.5s ease;
}
.services-item:hover .services-item__img {
    height: 0;
    width: 100%;
    transition: all 0.5s ease;
}
.services-item:hover .services-item__content {
    height: auto;
    display: block;
    transition: all 0.5s ease;
}
.services-item:hover .services-item__text {
    display: block;
    transition: all 0.5s ease;
}
.services-item:hover .services-item__title {
    transition: all 0.5s ease;
    padding: 7px 10px;
}
/*Map*/
.map {
    padding: 25px 0;
}
.container_map {
    background: rgb(236, 236, 236);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('../img/geometric.jpg') no-repeat;
    background-size: 95%;
    border-radius: 20px;
    color: #252525;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contacts-item__btn_map {
    margin-left: 0;
    max-width: 250px;
    margin-right: auto;
    margin-top: 20px;
}
.map-content {
    max-width: 600px;
    padding: 25px 15px;
}
.map-content__text {
    font-size: 25px; line-height: 140%;
}
.map-content__text a {
    font-weight: 800;
    text-decoration: underline;
}
.map-link {
    background: url('../img/junk-removal-gainesville-cta-bg.png') no-repeat;
    display: block;
    background-size: cover;
    background-position: 10%;
    border-radius: 0 20px 20px 0;
    width: 100%;
    height: 390px;
}
.map-img {
    opacity: 0.7;
    margin-left: 2.3%;
}
/* Testimonials */
.testimonials {
    padding: 55px 0;
}
.testimonials-title {
    text-align: center;
}
.testimonials-item {
    padding: 20px 15px;
    max-width: 800px;
    width: 100%;
    background: rgba(203, 199, 141, 0.1);   
    border-left: 2px solid #FF5532;
    margin-right: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.testimonials-item__author, .testimonials-item__author-stars {
    display: flex;
}
.testimonials-item__author {
    margin-top: 15px;
    align-items: center;   
}
.star {
    background: url('../img/star.png') no-repeat;
    width: 22px;
    height: 22px;
    background-size: contain;
    display: inline-block;
}
.star:not(:last-child) {
    margin-right: 8px;
}
.testimonials-item__author-name {
    color: #FF5532;
    font-weight: 700;
    font-size: 20px;
    margin-left: 15px;
}
.testimonials-slider {
    position: relative;
    padding: 0 50px 0 50px;
    min-width: 0;
    width: 100%;
}
.testimonials-item.slick-slide {
    left: 0;
}
.slick-track {
    display: flex;
}
.slick-track .slick-slide {
    display: flex;
    height: auto;
}
.slick-list {
    padding: 0 0 0 15px;
    position: relative;
    overflow: hidden;
}
.testimonials-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.testimonials-slider .slick-dots li:not(:last-child) {
    margin-right: 20px;
}
.testimonials-slider .slick-dots button {
    font-size: 0;
    background-color: #252525;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    cursor: pointer;
}
.testimonials-slider .slick-dots .slick-active button {
    background-color: #FF5532;
}
.testimonials-slider .slick-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 1000000;
    font-size: 0;
    width: 20px;
    height: 40px;
    cursor: pointer;
    z-index: 1000;
}
.testimonials-slider .slick-arrow.slick-prev {
    left: 2px;
    background: url('../img/arrow-left.png') 0 0 / 100% no-repeat;
    transition: all 0.5s ease;
}
.testimonials-slider .slick-arrow.slick-prev:hover, .testimonials-slider .slick-arrow.slick-next:hover {
    opacity: 0.8;
    transition: opacity 0.5s ease;
}
.testimonials-slider .slick-arrow.slick-next {
    right: 5px;
    background: url('../img/arrow-right.png') 0 0 / 100% no-repeat;
    transition: opacity 0.5s ease;
}
.testimonials-slider .slick-arrow.slick-next:hover {
    opacity: 0.8;
    transition: opacity 0.5s ease;
}
/* FAQ */
.FAQ {
    padding: 50px 0;
    background: #eaeaea;
}
.FAQ__title {
    text-align: center;
    font-size: 34px;
    margin-bottom: 20px;
}
.FAQ-wrapper {
    max-width: 748px;
    margin: 0 auto;
}
.FAQ-item {
    border: 2px solid #FF5532;
    box-sizing: border-box;
    border-radius: 2px;
}
.FAQ-item:not(:last-child) {
    margin-bottom: 20px;
}
.FAQ-item__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 26px 18px 25px;
    cursor: pointer;
}
.FAQ-item__title {
    color: #6b6b6b;
    font-size: 20px;
    max-width: 625px;
    letter-spacing: 0;
}
.FAQ-item__plus {
    cursor: pointer;
    transition: all 0.5s ease;
}
.FAQ-item__plus.active {
    transition: all 0.5s ease;
    transform: rotate(45deg);
}
.FAQ-item__plus span {
    display: block;
    width: 20px;
    height: 2px;
    background: #FF5532;
}
.FAQ-item__plus span:first-child {
    transform: rotate(90deg);
}
.FAQ-item__plus span:last-child {
    margin-top: -2px;
}
.FAQ-item__bottom {
    padding: 25px 65px 22px 25px;
    background: rgba(7, 4, 65, 0.5);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0px 0px 2px 2px;
    color: #000;
    font-size: 17px;
    line-height: 140%;
    opacity: 1 !important;
    transition: all 0.5s ease;
    display: none;
}
.FAQ-item__bottom span {
    display: block;
}
.FAQ-item__bottom.active, .faq-item__bottom.active {
    transition: all 0.5s ease;
    display: block;
}
/* Footer */
.footer {
    padding: 40px 0 30px;
    background: #252525;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}
.footer-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}
.footer-logo {
    transition: opacity ease 0.5s;
}
.footer-logo:hover {
    transition: opacity ease 0.5s;
    opacity: .8;
}
.footer-logo__img {
    width: 150px;
    object-fit: cover;
}
.footer-item__privacy {
    display: block;
}
.footer-item:first-child {
    padding-right: 15px;
    border-right: 2px solid #FF5532;
}
.footer-item_terms a {
    padding: 15px;
    border-left: 2px solid #FF5532;
    font-weight: 600;
    display: block;
    transition: all 0.5s ease;
}
.footer-item_terms a:hover {
    color: #ffffff;
    transition: all 0.5s ease;
}
.footer-item__address, .footer-item__phone, 
.footer-item__email, .footer-item__hours, .footer-item__name {
    display: flex;
    margin-bottom:7px;
}
.footer-item__address span {
    display: none;
}
.footer-item__name::before {
    content: '';
    display: block;
    background: url('../img/office.png') no-repeat;
    width: 16px;
    background-size: contain;
    margin-top: 1.3%;
    margin-right: 10px;
}
.footer-item__address::before {
    content: '';
    display: block;
    background: url('../img/address-1.png') no-repeat;
    width: 16px;
    background-size: contain;
    margin-top: 0.5%;
    margin-right: 10px;
}
.footer-item__phone::before {
    content: '';
    display: block;
    background: url('../img/telephone-call2.png') no-repeat;
    width: 18px;
    background-size: contain;
    margin-top: 1.5%;
    margin-right: 10px;
}
.footer-item__email::before {
    content: '';
    display: block;
    background: url('../img/message.png') no-repeat;
    width: 16px;
    background-size: contain;
    margin-top: 1.5%;
    margin-right: 10px;
}
.footer-item__hours::before {
    content: '';
    display: block;
    background: url('../img/clock.png') no-repeat;
    width: 16px;
    background-size: contain;
    margin-top: 1.5%;
    margin-right: 10px;
}
.footer-item__rights {
    padding-top: 15px;
    font-size: 14px;
    font-weight: 400;
    border-top: 1px solid #FF553255;
    text-align: center;
    display: block;
}
/*Services page start */
.top-section_services .top-section__content-wrapper {
    max-width: 880px;
    margin: auto;
}
.top-section_services .top-section__content {
    width: 100%;
}
.container_services {
    justify-content: center;
    text-align: center;
    padding: 130px 0 49px;
}
.container_services .top-section__title {
    text-align: center;
    margin-bottom: 20px;
}
.container_services .top-section_btn {
    display: none;
}
.about_services .container {
    display: flex;
    align-items: baseline;
}
.about_services .about-wrapper {
    margin-top: -7px;
    margin-left: 0;
    margin-right: 20px;
    max-width: 780px;
    text-align: left;
}
.about_services .top-form {
    background: #eaeaea;
    padding: 25px 15px 40px;
}
.about_services .top-form__title {
    margin-top: 0;
}
.about__img {
    margin-right: 40px;
    width: 450px;
    height: 550px;
    object-fit: cover;
}
.header_privacy {
    background: #6b6b6b;
    color: #ffffff;
}
.privacy {
    padding: 15px 0;
}
/*Contact page start */
.bread-crumbs {
    font-size: 15px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.container_furniture {
    padding: 120px 20px 65px;
}
.bread-crumbs__first {
    opacity: 0.8;
}
.bread-crumbs__line {
    display: block;
    margin: 0 10px;
    width: 20px;
    height: 1px;
    background: #FF5532;
}
#contact {
    background: #EAEAEA;
    color: #000;
}
.about_contact .about-wrapper {
    max-width: 520px;
    padding-right: 15px;
    padding-bottom: 80px;
    border-right: 1px solid #EAEAEA;
}
.about_services .top-form {
    max-width: 600px;
    padding-top: 0;
}
.about_services .top-form__title {
    color: #000;
}
.about_contact-address, .about_contact-phone {
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-top: 25px;
}
.about_contact-address {
    margin-top: 30px;
}
.about_contact-address img, .about_contact-phone img {
    margin-right: 10px;
}
.about_services .top-form {
    background: transparent;
}
.about_services .top-form__input {
    background: #EAEAEA;
}
.about_services .top-form__input::placeholder {
    color: #000;
    opacity: 1;
}
.map_contact {
    background: #EAEAEA;
}
.map_contact iframe {
    width: 100%;
    border-radius: 20px;
}
.about-wrapper_aboutPage {
    padding-right: 15px;
    padding-bottom: 25px;
    border-right: 1px solid #EAEAEA;
}
.vision {
    background: linear-gradient(360deg, rgba(234, 234, 234, 0.85), rgba(234, 234, 234, 0.85)), url(../img/gainesville.jpg) no-repeat;
    background-size: cover;
    background-position: 75%;
    color: #000;
    padding: 55px 0;
}
.vision-title {
    text-align: center;
}
.vision-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.vision-item {
    display: flex;
    padding-bottom: 7px;
    border-bottom: 0.5px solid #00000028;
    font-size: 19px;
    width: 47.5%;
    margin-bottom: 25px;
}
.vision-item span {
    font-size: 40px;
    font-weight: 700;
    margin-top: 12px;
    margin-right: 10px;
}
/*Hot tub removal page start*/
.intro-text_more {
    display: none;
}
.intro-text_last {
    position: relative;
    display: block;
}
.intro-text_last:after {
    position: absolute;
    top: 0px;
    background: linear-gradient(transparent, #fff);
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.intro-text_last.active:after {
    display: none;
}
.intro-text_more.active {
    display: block;
}
.about-wrapper__btn {
    color: #153c83;
    background: transparent;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 10px;
    transition: opacity 0.5s ease;
}
.about-wrapper__btn:hover {
    opacity: 0.8;
    transition: opacity 0.5s ease;
}
.about-wrapper__btn::after {
    content: "";
    display: block;
    background: url('../img/arrow-down-blue.png') no-repeat;
    background-size: contain;
    width: 22px;
    height: 12px;
    margin-left: 10px;
}
.about-wrapper__btn.unactive {
    display: none;
}
.about-wrapper__btn_less {
    display: none;
}
.about-wrapper__btn_less.active {
    display: flex;
}
.about-wrapper__btn_less::after {
    transform: rotate(180deg);
}
/*Blog*/
.about_services-blog_2 {
    background-color: #EAEAEA;
}
.about_services-blog_2 .intro-text_last::after {
    background: linear-gradient(transparent, #eaeaea);
}
.blog-title {
    font-size: 42px;
}
#blog-pageHero .top-section__content-wrapper {
    margin-left: 0;
}
#blog-pageHero .top-section__content {
    text-align: left;
}
.blog-list__title {
    margin-bottom: 15px;
}
.blog-list__wrapper li {
    margin-bottom: 7px;
    display: flex;
}
.blog-list__wrapper li:before {
    content: '✓';
    margin-right: 7px;
}
/*Common blog page*/
.blog-wrapper {
    padding: 55px 0;
}
.blog-item {
    padding-bottom: 17px;
    border-bottom: 0.5px solid rgba(217, 217, 217, 0.5);
}
.blog-item:not(:last-child) {
    margin-bottom: 30px;
}
.blog-item__button {
    max-width: 120px;
    padding: 3px 8px;
    margin-top: 30px;
    display: block;
    text-align: center;
    background: rgb(217, 217, 217);
    border-radius: 5px;
    transition: color 0.5s ease;
}
.blog-item__button:hover {
    color: #ffffff;
}
.blog-author {
    margin-bottom: 20px;
}
.blog-author__date span {
    text-decoration: underline;
}
.blog-wrapper__content {
    width: 60%;
}
/* Partners */
.partners {
    padding: 35px 0 50px;
}
.partners-title {
    text-align: center;
}
.partners-wrapper{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    margin-top: 30px;
    max-width: 1000px;
}
.partners-link {
    width: 15%;
    margin-right: 55px;
}
.partners-link_3 {
    width: 27%;
}
.partners-link img {
    width: 100%;
}
/* FindUs Page Start */
.findUs {
    padding: 55px 0;
}
.container_findUs>div {
    margin-bottom: 8px;
}
.findUs-link {
    display: block;
}
/* Thank you */
.thankYou-wrapper {
    padding: 50px 20px;
    max-width: 800px;
    margin: auto;
    text-align: center;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 7px;
    margin-top: -55px;
    margin-bottom: 55px;
    background: #fff;
}
.thankYou-icon {
    width: 70px;
    margin-bottom: 10px;
}
.thankYou-title {
    font-size: 38px;
}
.thankYou-text {
    font-size: 21px;
    margin-bottom: 8px;
    margin-top: 3px;
}
.thankYou-ps {
    color: #a8a8a8;
    font-size: 16px;
}
.thankYou-btn {
    margin: 25px auto 0;
    max-width: 350px;
}
.thankYou-btn:hover {
    color: #fff;
}
/* Responsive */
@media (max-width: 1200px) {
    h2.title {
        font-size: 36px;
    }
    .container {
        max-width: 984px;
        padding: 0 18px;
        margin: 0 auto;
    }
    .header-menu__item {
        font-size: 14px;
        width: max-content;
    }
    .header-menu__item:not(:last-child) {
        margin-right: 17px;
    }
    .header-book {
        padding: 12px;
        font-size: 15px;
    }
    .container_top-section {
        padding: 140px 0 75px;
    }
    .top-section__content-wrapper {
        max-width: 560px;
    }
    .services-item__title {
        font-size: 18px;
    }
    .FAQ__title {
        font-size: 32px;
    }
    .map-content {
        max-width: 500px;
    }
    .map-content__text {
        font-size: 19px;
    }
    .map-link {
        background-position: 0;
    }
    .about_services .about-wrapper {
        max-width: 585px;
    }
    .about_contact .about-wrapper  {
        max-width: 440px;
    }
}
@media (max-width: 991px) {
    .container {
        max-width: 728px;
        padding: 0 20px;
    }
    h2.title {
        font-size: 34px;
        margin-bottom: 25px;
    }
    .header nav {
        position: relative;
    }
    .menu-close {
        width: 27px;
        height: 27px;
        position: fixed;
        top: 35px;
        right: 26px;
        z-index: 1004;
        cursor: pointer;
    }
    .menu-close span {
        display: block;
        width: 35px;
        height: 3px;
        background: #ffffff;
        transform: rotate(45deg);
    }
    .menu-close span:last-child {
        transform: rotate(-45deg);
        margin-top: -3px;
    }
    .header-menu {
        display: none;
        transition: all 0.5s ease;
    }
    .header-menu.active {
        display: block;
        transition: all 0.5s ease;
    }
    .header-menu__items {
        position: fixed;
        top: 0;
        left: 0;
        flex-direction: column;
        justify-content: flex-start;
        padding: 35px 15px;
        flex-direction: column;
        background: #FF5532;
        width: 100%;
        height: 87%;
        border-radius: 5px;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
        z-index: 1003;
        padding-top: 12%;
        text-align: center;
    }
    .header-book {
        font-size: 22px;
    }
    .header-submenu {
        transform: translateX(-32%);
    }
    .menu-burger {
        display: block;
        cursor: pointer;
    }
    .menu-burger span {
        display: block;
        width: 35px;
        height: 3px;
        background: #252525;
    }
    .menu-burger span:not(:last-child) {
        margin-bottom: 6px;
    }
    .header-menu__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .header-menu__item {
        font-size: 16px;
    }
    .mobile-menu_2  {
        display: block;
        margin-bottom: 22px;
    }
    .mobile-menu_2 .header-menu__item-icon {
        display: none;
    }
    .mobile-menu_2 .header-menu__item {
        margin-left: auto;
        margin-right: auto;
    }
    .header-info__phone {
        display: none;
    }
    .header-info__phone.header-info__phone_burger {
        display: block;   
        padding: 0;
    }
    .header-info__phone::before {
        display: none;
    }
    .top-section {
        background-position: center;
    }
    .top-section__slider {
        margin: auto
    }
    .container_top-section {
        padding: 140px 0 55px;
    }
    .container_top-section {
        flex-wrap: wrap;
    }
    .top-section__content-wrapper {
        max-width: none;
    }
    .top-section__title {
        font-size: 51px;
        margin-bottom: 15px;
    }
    .top-form {
        margin: auto;
        max-width: none;
        margin-bottom: 20px;
    }
    .top-form__btn {
        max-width: none;
    }
    .any-item__title {
        font-size: 28px;
    }
    .benefits {
        padding: 45px 0 40px;
    }
    .container_benefits {
        flex-wrap: wrap;
    }
    .benefits-item {
        width: 48%;
    }
    .benefits-item:last-child {
        width: 48%;
        margin: auto;
        margin-top: 15px;
    }
    .video-wrapper {
        max-width: 100%;
    }
    .video-wrapper iframe {
        width: 100%;
    }
    .services-item {
        width: 48.5%;  
        height: 320px;      
    }
    .services-item:nth-last-child(n+2) {
        margin-bottom: 60px;
    }
    .services-item__content {
        top: 10%;
    }
    .map-content {
        max-width: 340px;
        font-size: 18px;
    }
    .map-content .map-content__text {
        font-size: 18px;
    }
    .testimonials-item__author {
        flex-wrap: wrap;
    }
    .testimonials-item__author-name {
        margin-left: 0;
        margin-top: 8px;
        width: 100%;
    }
    .FAQ {
        padding: 40px 0;
    }
    .FAQ__title {
        font-size: 30px;
    }
    .FAQ-item__top {
        padding: 15px 20px;
    }
    .FAQ-item__bottom {
        padding: 15px 65px 15px 20px;
        font-size: 15px;
    }
    .FAQ-item:not(:last-child) {
        margin-bottom: 17px;
    }
    .FAQ-item__title {
        font-size: 17px;
        max-width: 415px;
    }
    .footer-wrapper {
        flex-wrap: wrap;
    }
    /*Services*/
    .about_services .container {
        flex-wrap: wrap;
    }
    .about_services .about-wrapper {
        max-width: none;
        margin-bottom: 25px;
    }
    .about__img {
        width: 100%;
        height: 400px;
        margin: 0 auto 25px;
    }
    .about_contact .about-wrapper, .about-wrapper_aboutPage {
        padding-right: 0;
        padding-bottom: 25px;
        border-right: 0;
        border-bottom: 1px solid #EAEAEA;
    }
    .vision-item {
        width: 49%;
    }
    .vision-item span {
        font-size: 35px;
        margin-right: 8px;
    }
    /*Common blog page*/
    .blog-wrapper__content {
        width: 100%;
    }
    .blog-title {
        font-size: 32px;
    }
    .partners-wrapper {
        flex-wrap: wrap;
    }
    .partners-link {
        width: 27%;
        margin-right: 5%;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 15px;
    }
    .container {
       max-width: 727px;
       width: auto;
       padding: 0 20px; 
    }
    .btn {
        font-size: 18px;
    }
    h2.title {
        font-size: 30px;
        margin-bottom: 20px;
        text-align: center;
    }
    .header-menu__items {
        padding: 75px 0 15px;
    }
    .menu-close {
        top: 44px;
        right: 25px;
    }
    .top-form {
        max-width: none;
    }
    .top-form__title {
        font-size: 30px;
		color: #FF5532;		
    }
    .top-section {
        padding-bottom: 25px;
    }
    .top-section__btn {
        width: 100%;
    }
    .top-form__title {
        color: #fff;
        margin-top: 45px;
    }
    .container_top-section {
        flex-direction: column;
        padding-top: 125px;
    }
    .top-section__title {
        font-size: 42px;
        max-width: none;
        text-align: center;
    }
    .top-section__content-wrapper {
        max-width: 727px;
        width: auto;
        text-align: center;
    }
    .top-section_btn {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .any-item__title {
        font-size: 22px;
    }
    .any-item__icon {
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }
    .process-wrapper {
        flex-wrap: wrap;
    }
    .process-item {
        width: 49%;
    }
    .process-item:last-child {
        margin: 15px auto 0;
    }
    .process-item__icon {
        height: 90px;
    }
    .process-item__icon_2 {
        height: 80px;
    }
    .benefits-item__title {
        font-size: 20px;
        margin-bottom: 7px;
    }
    .services-item__content {
        top: 17%;
    }
    .services-item:nth-last-child(n+4) {
        margin-bottom: 55px;
    }
    .services-item__img {
        width: 100%;
    }
    .services-item__title {
        font-size: 20px;
        margin-bottom: 7px;
    }
    .video-wrapper iframe {
        height: 280px;
    }
    .container_map {
        background-size: cover;
        margin: auto;
        max-width: 540px;
    }
    .map-link {
        display: none;
    }
    .map-content {
        max-width: none;
    }
    .testimonials-slider {
        padding: 0 40px 0 40px;
    }
    .slick-list {
        padding-left: 20px;
    }
    .testimonials-item__author {
        flex-wrap: nowrap;
    }
    .testimonials-item__author-name {
        margin-left: 10px;
        margin-top: 0px;
        width: fit-content;
    }
    .FAQ__title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .FAQ-item:not(:last-child) {
        margin-bottom: 14px;
    }
    .FAQ-item__top {
        padding: 10px 15px;
    }
    .FAQ-item__bottom {
        padding: 10px 65px 10px 15px;
    }
    .PSL-item__title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .footer-item:first-child, .footer-item_terms a {
        border: none;
    }
    .footer-item:nth-child(2) {
        order: 1;
        margin-left: 24%;
        margin-top: 15px;
    }
    .about_services .top-form {
        padding-bottom: 5px;
    }
    .about_contact-address, .about_contact-phone {
        margin-top: 20px;
    }
    /*Common blog page*/
    .blog-item__button {
        margin-top: 12px;
    }
    .blog-item:not(:last-child) {
        margin-bottom: 25px;
    }
}
@media (max-width: 702px) { 
    .services, .benefits, .testimonials, .FAQ, 
    .process, .about, .vision, .blog-wrapper {
        padding: 30px 0;
    }
    h2.title {
        margin-bottom: 10px;
    }
}
@media (max-width: 600px) { 
    h2.title {
        margin-bottom: 17px;
    }
    h2.top-section__title, .top-section__title {
        font-size: 38px;
    }
    .header-book {
        padding: 15px 10px;
        font-size: 19px;
    }
    .header-book::before {
        width: 27px;
        height: 27px;
    }
    .header.scrolled .header-book {
        padding: 5px 20px;
        font-size: 23px;
    }
    .header.scrolled .header-logo {
        height: 30px;
        margin-top: -12px;
    }
    .top-section_btn .header-book_icon {
        margin-right: 20%;
    }
    .top-section__text {
        font-size: 17px;
    }
    .any-wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .services-item {
        width: 100%;
    }
    .services-item, .services-item__img {
        height: 200px;
    }
    .testimonials-slider {
        padding: 0 25px 0 25px;
    }
    .slick-list {
        padding-left: 26px;
    }
    h2.junk-content__title, h2.tidying-title, h2.important-content__title {
        margin-bottom: 10px;
    }
    .footer-wrapper {
        flex-wrap: no-wrap;
        flex-direction: column;
    }
    .footer-item:nth-child(2) {
        margin-left: auto;
    }
    .footer-item {
        margin: auto;
    }
    .footer-item_terms {
        width: 35%;
        text-align: center;
        margin: auto;
        margin-top: 15px;
        justify-content: space-between;
        border-bottom: 2px solid #FF5532;
    }
    .footer-item:first-child {
        width: 35%;
        text-align: center;
        margin: auto;
        padding-bottom: 3px;
        padding-right: 0;
        border-right: 0;
        border-bottom: 2px solid #FF5532;
    }
    .footer-item_terms {
        margin-top: 12px;
    }
    .footer {
        padding-top: 25px;
    }
    .vision-item {
        width: 100%;
    }
    .blog-title {
        font-size: 26px;
        line-height: 110%;
    }
}
@media (max-width: 520px) {
    .any {
        padding: 20px 0;
    }
    .any-wrapper {
        justify-content: center;
    }
    .any-item {
        width: 48%;
        width: auto;
        margin-bottom: 20px;
    }
    .any-item:first-child {
        margin-right: auto;
    }
    .container_findUs {
        overflow-x: hidden;
    }
}
@media (max-width: 481px) {
    h2.title {
        margin-bottom: 10px;
    }
    .top-section__title {
        font-size: 36px;
    }
    .top-section__title {
        margin-bottom: 10px;
    }
    .footer-item__phone::before {
        margin-right: 7px;
    }
    .header-book::before {
        margin-right: 5px;
        width: 25px;
        height: 25px;
    }
    .header.scrolled .header-book::before {
        width: 17px;
        height: 17px;
    }
    .header.scrolled .header-book {
        padding: 10px 20px 5px;
    }
    .header-logo {
        width: 125px;
        height: 70px;
    }
    .header-logo__img {
        width: 125px;
    }
    .top-form__title {
        font-size: 25px;
        margin-top: 43px;
    }
    .top-section_btn .header-book_icon {
        margin-right: 18%;
    }
    .top-section {
        background: linear-gradient(360deg, rgba(37, 37, 37, 0.75), rgba(37, 37, 37, 0.75)), url(../img/junk-removal-gainesville-pagehero-bg-small.jpg) no-repeat;
        background-size: cover;
    }
    .services-item__img_1 {
        content: url("../img/junk-removal-in-gainesville-small.jpg");
    } 
    .services-item__img_2 {
        content: url("../img/house-cleanout-gainesville-small.jpg");
    } 
    .services-item__img_3 {
        content: url("../img/hot-tub-removal-in-gainesville-small.jpg");
    } 
    .services-item__img_4 {
        content: url("../img/shed-removal-gainesville-small.jpg");
    } 
    .contacts-item__btn_map {
        max-width: 100%;
    }
    .footer-logo__img {
        width: 115px;
    }
    .vision-item {
        font-size: 17px;
    }
}
@media (max-width: 457px) {
    .header.scrolled .header-book {
        font-size: 19px;
    }
}
@media (max-width: 450px) {
    body {
        font-size: 14px;
    }
    .container {
        max-width: none;
        padding: 0 12px;
    }
    h2.title {
        font-size: 26px;
    }
    h2.top-section__title, .top-section__title {
        font-size: 30px;
    }
    .container_top-section {
        padding-top: 110px;
    }
    .header-logo__img {
        width: 130px;
    }
    .header.scrolled .header-book {
        padding: 10px 5px 5px;
        font-size: 16px;
    }
    .header-book_icon {
        width: 55px;
        height: 40px;
        margin-right: 4px;
    }
    .top-form__fields>div {
        width: 100%;
    }
    .process-wrapper {
        padding: 0 20px;
    }
    .process-item {
        width: 100%;
        padding: 10px;
    }
    .process-wrapper .slick-arrow.slick-prev {
        left: -12px;
    }
    .process-wrapper .slick-arrow.slick-next {
        right: 0px;
    }
    .process-item__icon {
        height: 75px;
    }
    .benefits-item {
        width: 100% !important;
        text-align: center;
    }
    .benefits-item__title {
        text-align: center;
        margin: auto;
        font-size: 19px;
        margin-bottom: 2px;
    }
    .benefits-item__icon {
        margin: auto;
        margin-bottom: 9px;
    }
    .benefits-item:nth-child(2) {
        margin-top: 15px;
    }
    .services-item__img {
        margin-bottom: 9px;
    }
    .services-item__title {
        font-size: 17px;
    }
    .testimonials-slider {
        padding: 0 10px 0 10px;
    }
    .slick-list {
        padding-left: 32px;
    }
    .FAQ__title {
        font-size: 23px;
    }
    .FAQ-item__title {
        max-width: 240px;
        font-size: 15px;
    }
    .FAQ-item__top {
        padding: 8px 10px;
    }
    .FAQ-item__bottom {
        font-size: 14px;
        padding: 8px 65px 8px 10px;
    }
    .about_contact-address, .about_contact-phone {
        margin-top: 15px;
    }
    .map_contact iframe {
        height: 300px;
    }
    .partners-title {
        font-size: 19px;
    }
    .partners-wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .partners-link {
        margin-right: 0;
    }
    .partners-link:not(:first-child) {
        width: 48%;
    }
    .partners-link:nth-last-child(n+2) {
        margin-bottom: 10px;
    }
}
@media (max-width: 429px) {
    .header-book {
        font-size: 19px;
        padding: 12px 5px;
    }
    .header-book_icon {
        width: 51px;
    }
    .header-book::before {
        width: 23px;
        height: 23px;
    }
}
@media (max-width: 400px) {
    .header-logo {
        display: none;
    }
    .header-book {
        padding: 25px 15px;
        font-size: 20px;
    }
    .header.scrolled .header-book {
        font-size: 19px;
    }
    .process-wrapper {
        padding: 0 18px;
    }
    .process-wrapper .slick-arrow.slick-next {
        right: -2px;
    }
    .process-wrapper .slick-arrow.slick-prev {
        left: -7px;
    }
    .testimonials-item__author {
        flex-wrap: wrap;
    }
    .testimonials-item__author-name {
        margin-top: 10px;
        margin-left: 0;
        width: 100%;
    }
    .footer-item_terms {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-item__TOS, .footer-item__dis {
        width: 40%;
    }
    .footer-item_terms a {
        margin-right: 0;
        text-align: center;
    }
    .footer-item_terms a:last-child {
        margin-top: 5px;
    }
    .footer-item__name::before, .footer-item__address::before, .footer-item__phone::before, .footer-item__email::before, .footer-item__hours::before {
        display: none;
    }
    .about-wrapper_aboutPage+.top-form {
        margin-bottom: 0;
    }
}
@media (max-width: 356px) {
    body {
        font-size: 14px;
    }
    h2.title {
        margin-bottom: 7px;
    }
    .top-form__input, .top-form__textarea {
        padding: 10px 7px;
    }
    .header-logo {
        width: 102px;
        height: 57px;
    }
    .header-logo__img {
        width: 102px;
    }
    .btn {
        font-size: 16px;
        padding: 12px;
    }
    .top-form__input, .top-form__textarea {
        padding: 7px 5px;
    }
    .process-wrapper {
        padding: 0 9px;
    }
    .process-wrapper .slick-arrow.slick-prev {
        display: none;
    }
    .process-wrapper .slick-arrow.slick-next {
        right: 0;
    }
    .footer-item_terms, .footer-item:first-child {
        width: 70%;
    }
    .about_services .about-wrapper {
        margin-right: 0;
    }
    .vision-item span {
        font-size: 27px;
        margin-right: 5px;
    }
    .vision-item {
        font-size: 15px;
        padding-bottom: 5px;
        margin-bottom: 17px;
    }
    .about__img {
        width: 100%;
    }
}
@media (max-width: 310px) {
    .container {
        padding-left: 8px;
        padding-right: 8px;
    }
    .header-logo {
        width: 80px;
        height: 48px;
    }
    .header-logo__img {
        width: 80px;
    }
    .header-book {
        padding: 14px 5px;
    }
    .benefits-item:nth-child(2), .benefits-item:last-child {
        margin-top: 10px;
    }
    .process-wrapper {
        padding: 0 7px;
    }
    .process-wrapper .slick-arrow.slick-next {
        right: 2px;
    }
    #contact {
        padding-bottom: 25px;
    }
}