#header .header_bottom {
    background-size: cover !important;
    margin-bottom: 30px;
}

#header .header_bottom .title {
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: white;
    margin: 50px auto 60px;
    max-width: 760px;
}

#header .header_bottom .button_order {
    width: 300px;
    margin-top: 40px;
    margin-bottom: 40px;
}

#header .header_bottom .button_order .button:hover,
#header .header_bottom .button_order .button:focus
{
    color: white;
}


#header .header_bottom #dogs_menu ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
}

#header .header_bottom #dogs_menu ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 100%;
}

#header .header_bottom #dogs_menu ul li a {
    display: block;
    text-align: center;
}

#header .header_bottom #dogs_menu ul li a:hover .image_wrap {
    background: #fff;
    border-color: #222222;
}

#header .header_bottom #dogs_menu ul li a .image_wrap {
    position: relative;
    width: 103px;
    height: 103px;
    border-radius: 100%;
    background: #fff5e4;
    margin: auto;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

#header .header_bottom #dogs_menu ul li a .image_wrap img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
}

#header .header_bottom #dogs_menu ul li a span {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    display: block;
    font-family: 'Haymaker';
    word-wrap: break-word;
    max-width: 160px;
}

#header .header_bottom #dogs_menu.non_front_dogs_menu {
    margin-top: 70px;
}

#header .header_bottom #dogs_menu.non_front_dogs_menu li a .image_wrap {
    background: #fff;
    border: 1px solid #d1d1d1;
}

#header .header_bottom #dogs_menu.non_front_dogs_menu li a span {
    color: #171615;
}

#header .header_bottom #dogs_menu li.current-menu-item a .image_wrap {
    border-color: #222222;
}

.breadcrumbs {
    margin-bottom: 60px;
    font-size: 12px;
    line-height: 14px
}

.breadcrumbs span {
    color: #1D1C1C;
}

.breadcrumbs span a span {
    font-weight: 400;
}



section.products {
    margin-bottom: 200px;
}

.products .row {
    display: flex;
    flex-wrap: wrap;
}

.products .row > div {
    float: none;
    display: flex;
}

.product {
    border: 1px solid #ADACAC;
    padding: 30px 25px 25px;
    margin-bottom: 20px;
    color: #000000;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.product__title {
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    color: #000000;
}

.product__image {
    width: 255px;
    height: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.product__image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.product__sizes {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}

.product__sizes strong {
    font-weight: 500;
}

.product__price {
    font-size: 14px;
    line-height: 16px;
    max-width: 200px;
    margin-bottom: 20px;
}


.product__button {
    text-align: center;
}

.product__button:hover, .product__button:focus {
    color: white;
}

.products__load-more {
    max-width: 310px;
    text-align: center;
    margin: 80px auto 0;
}

.products__load-more:hover, .products__load-more:focus {
    color: white;
}

section.numbers {
    margin-bottom: 60px;
}

.numbers__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    color: #1D1C1C;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #ADACAC;
    margin-bottom: 30px;
}

.numbers__list {
    margin-bottom: 30px;
}

.number-block {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
}

.number-block__number {
    font-weight: 500;
    font-size: 64px;
    line-height: 1;
    color: #DD7200;
}

.number-block__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 4px;
    margin-left: 5px;
}

.numbers__description {
    border: 1px solid #ADACAC;
    padding: 26px 18px;
    font-size: 18px;
    line-height: 24px;
    color: #1D1C1C;
}




section.benefits {
    background: transparent url(/wp-content/themes/site4all/img/rent-benefits-bg.jpg) center center no-repeat;
    background-size: cover;
    color: white;
    padding: 70px 0 60px;
    margin-bottom: 150px;
}

.benefits__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 67px;
}

.benefits__list {

}

.benefit {
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    padding: 15px;
    height: 195px;
}

.benefits__list .row {
    display: flex;
    flex-wrap: wrap;
}

.benefits__list .row > div {
    float: none;
    display: flex;
}



section.clients {
    margin-bottom: 120px;
}

.clients__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    color: #1D1C1C;
    text-align: center;
    margin-bottom: 60px;
}

.clients__list {}

.clients__item {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
    text-align: center;
    margin-bottom: 30px;
}



section.feedback {
    background: transparent url(/wp-content/themes/site4all/img/rent-feedback-bg.png) center center no-repeat;
    background-size: cover;
    color: white;
    padding: 60px 0 84px;
}

.feedback__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 30px;
}

section.feedback form {
    max-width: 560px;
    margin: 0 auto;
}

section.feedback .form-group {
    margin-bottom: 30px;
}

section.feedback .form-control {
    height: 60px;
    border: 0;
    padding: 20px;
    font-size: 18px;
    line-height: 21px;
}

section.feedback .ajax-loader {
    position: absolute;
}

section.feedback .wpcf7-list-item {
    margin: 0;
}

section.feedback .wpcf7-list-item-label {
    font-weight: 400;
}

section.map {
    position: relative;
}

#yaMap {
    height: 600px;
}

.map__text {
    position: absolute;
    z-index: 1;
    background: white;
    min-height: 300px;
    padding: 60px;
    box-sizing: border-box;
    width: 100%;
    top: 120px;
    max-width: 460px;
    font-size: 20px;
}

.map__text h2 {
    font-size: 52px;
    line-height: 1.17;
    color: #000;
    margin: 0 0 30px;
}

.map__text p {
    margin: 0 0 30px;
}

.map__text p:last-child {
    margin-bottom: 0;
}

.map__text a {
    color: inherit;
}

#footer {
    margin-top: 0;
}



#modal_rent_product {

}

#modal_rent_product .modal-dialog {
    width: 100%;
    max-width: 1200px;
}

#modal_rent_product .modal-dialog .modal-content .modal-body {
    padding: 20px;
    color: black;
}

#modal_rent_product button.close_modal,
#modal_rent_form  button.close_modal {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 1;
    outline: none;
}

#modal_rent_product button.close_modal img,
#modal_rent_form button.close_modal img {
    width: 14px;
    height: 14px;
}

#modal_rent_product .title {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 40px;
}

#modal_rent_product .sizes {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 25px;
}

#modal_rent_product .sizes strong {
    font-weight: 500;
}

#modal_rent_product .price {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 25px;
}

#modal_rent_product .button_wrap {
    margin-bottom: 50px;
}

#modal_rent_product .button_wrap .button {
    max-width: 310px;
    text-align: center;
    color: white;
    text-decoration: none;
}

#modal_rent_product .text {
    font-size: 14px;
    line-height: 21px;
}

#modal_rent_product .image {
    border: 1px solid #000000;
    position: relative;
}

#modal_rent_product .image::before {
    content: '';
    display: block;
    padding-top: 91.58%;
}

#modal_rent_product .image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}



#modal_rent_form {}

#modal_rent_form .modal-dialog {
    max-width: 460px;
}

#modal_rent_form .modal-dialog .modal-content .modal-body {
    padding: 40px 35px;
}

#modal_rent_form .heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1D1C1C;
    margin-bottom: 10px;
}

#modal_rent_form .item {
    display: flex;
    border-top: 1px solid #ADACAC;
    border-bottom: 1px solid #ADACAC;
    padding: 5px 0;
    align-items: center;
    margin-bottom: 50px;
}

#modal_rent_form .image {margin-right: 40px;}

#modal_rent_form .image img {
    max-width: 73px;
    max-height: 73px;
}

#modal_rent_form .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

#modal_rent_form .text {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 50px;
}

#modal_rent_form .text span {
    font-weight: 500;
    color: #DD7200;
}

#modal_rent_form form {
    color: black;
}

#modal_rent_form .form-group {
    margin-bottom: 30px;
    font-size: inherit;
}

#modal_rent_form input.form-control {
    height: 50px;
    border: 1px solid #1D1C1C;
    padding: 17px 20px;
    font-size: 14px;
    line-height: 16px;
}

#modal_rent_form .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    font-weight: 400;
}



@media screen and (max-width: 991px){
    #header .header_bottom .title {
        font-size: 38px;
    }

    #header .header_bottom .button_order {
        margin-bottom: 100px;
    }

    #header .header_bottom #dogs_menu ul {
        display: block;
        text-align: center;
    }

    #header .header_bottom #dogs_menu ul li {
        display: inline-block;
        height: 185px;
        width: 153px;
        vertical-align: middle;
    }

    #modal_rent_product .modal-dialog {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    #modal_rent_product .image {
        border: 0;
    }

    #modal_rent_product .image::before {
        display: none;
    }

    #modal_rent_product .image img {
        position: static;
    }
}

@media screen and (max-width: 767px){
    #header .header_bottom .title {
        font-size: 34px;
    }

    #yaMap {
        height: 400px;
    }

    .map__text {
        position: static;
        padding: 60px 0;
        max-width: none;
        min-height: auto;
    }
}

@media screen and (max-width: 575px){
    #header .header_bottom .title {
        font-size: 26px;
    }

    #header .header_bottom .logo {
        margin-top: 50px !important;
    }

    #header .header_bottom .button_order {
        margin-bottom: 50px;
    }
}