/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .open-time__right-content {
        padding: 72px;
    }

    .contact-map iframe {
        height: 732px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .open-time__wrapper {
        flex-direction: column;
        justify-content: center;
    }

    .open-time__left-content {
        height: 263px;
    }

    .open-time__left,
    .open-time__right {
        flex: 1 1 100%;
    }

    .open-time__left {
        padding: 0;
    }

    .open-time__right {
        padding: 30px;
    }

    .open-time__right-content {
        border-left: 1px solid #FFFFFF;
    }

    .home-page-form h2 {
        font-size: 26px;
    }

    .contact-map iframe {
        height: 642px;
    }

    .footer-open-time-wrapper,
    .footer-contacts {
        margin-top: 32px;
    }

    .services-items__item {
        margin-bottom: 32px;
    }

    .services-header h2,
    .top-headline h1 {
        font-size: 72px;
    }

    .services-list {
        margin-top: 38px;
        padding: 70px 0;
    }

    .open-time,
    .footer,
    .contacts {
        margin-top: 70px;
    }

    .footer-logo,
    .footer-menu,
    .footer-contacts,
    .footer-open-time-wrapper {
        text-align: center;
    }

    .footer-contacts__wrapper address svg,
    .footer-contacts__wrapper a svg {
        float: none;
        margin-bottom: 0;
        margin-right: 8px;
        vertical-align: text-bottom;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-social svg {
        margin: 0 !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .footer-menu {
        margin-top: 32px;
    }

    .contact-form {
        margin-top: 32px;
    }

    .contact-map iframe {
        height: 442px;
    }

    .open-time__left-content h3 {
        font-size: 38px;
    }

    .services-list__list-item {
        text-align: center;
    }

    .services-list__list-item p {
        margin-top: 16px;
    }

    .services-list__list-item a {
        float: none;
        margin-top: 16px;
    }

    .service-list-block h2 {
        font-size: 42px;
        text-align: center;
    }

    .services-header h2 {
        font-size: 42px;
    }

    .top-headline h1 {
        font-size: 56px;
    }

    .home-slider__item img {
        min-height: 380px;
    }

    .open-time__right-content {
        padding: 44px;
    }

    .mob-menu-wrapper {
        position: fixed;
        top: 0;
        left: -999px;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 999;
        padding: 15px;
        transition: all .30s;
    }

    .mob-menu-wrapper__active {
        left: 0;
        transition: all .30s;
    }

    .header-menu {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .header-menu a {
        margin-bottom: 24px;
    }

    .mob-menu-logo {
        margin-bottom: 24px;
        text-align: center;
    }

    .mob-menu-logo img {
        max-width: 250px;
        height: auto;
        width: 100%;
    }

    .mob-menu-contacts {
        text-align: center;
        margin-top: 32px;
    }

    .mob-menu-contacts address {
        font-style: normal;
        font-weight: 700;
        color: #1E1E1E;
        display: block;
        text-transform: uppercase;
        margin-top: 16px;
    }

    .mob-menu-contacts address svg {
        vertical-align: bottom;
    }

    .mob-menu-contacts a {
        font-style: normal;
        font-weight: 700;
        color: #1E1E1E;
        display: block;
        text-transform: uppercase;
        text-decoration: none;
    }

    .mob-menu-contacts a svg {
        vertical-align: bottom;
    }

    .close-mob-menu__btn {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .open-mob-menu__btn {
        font-size: 16px;
        font-family: 'Mulish', sans-serif;
        text-transform: uppercase;
        color: #1E1E1E;
        border: none;
        outline: none;
        background: transparent;
        font-weight: 700;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }

    .open-mob-menu__btn span {
        margin-left: 8px;
    }

    .header-logo img {
        height: 53px;
        width: auto;
    }
    .bottom-footer {
        text-align: center;
    }
    .bottom-footer p {
        margin-bottom: 16px;
    }
    .footer-open-time {
        max-width: 300px;
        margin: 0 auto;
    }
}

@media only screen and (max-width : 576px) {}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .top-headline h1 {
        font-size: 36px;
    }

    .header-wrapper {
        padding-bottom: 26px;
    }

    .home-slider__item img {
        min-height: 180px;
    }

    .services {
        margin-top: 70px;
    }

    .services-header h2 {
        font-size: 26px;
    }

    .open-popup__btn {
        font-size: 14px;
        padding: 6px 14px;
    }

    .services-list {
        padding: 38px 0;
    }

    .service-list-block h2 {
        font-size: 36px;
        text-align: center;
    }

    .open-time__left-content h3 {
        font-size: 24px;
        text-align: center
    }

    .open-time__left-content {
        height: 152px;
        padding: 26px;
    }

    .open-time__left-content a {
        display: block;
        text-align: center;
        font-size: 18px;
    }

    .open-time__left-content a svg {
        height: 20px;
        width: 20px;
    }

    .open-time__right-content {
        padding: 15px;
    }

    .open-time__right-content__item p {
        font-size: 14px;
    }

    .contact-map iframe {
        height: 340px;
    }

    .top-headline {
        padding-top: 16px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .open-popup__btn {
        font-size: 12px;
    }
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {}
