@font-face {
    font-family: 'Trispace-Condensed';
    src: url("../fonts/trispace/Trispace-CondensedMedium.eot");
    src: url("../fonts/trispace/Trispace-CondensedMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/trispace/Trispace-CondensedMedium.woff2") format("woff2"), url("../fonts/trispace/Trispace-CondensedMedium.woff") format("woff"), url("../fonts/trispace/Trispace-CondensedMedium.ttf") format("truetype"), url("../fonts/trispace/Trispace-CondensedMedium.svg#Trispace-CondensedMedium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trispace-Expanded';
    src: url("../fonts/trispace/Trispace-ExpandedBold.eot");
    src: url("../fonts/trispace/Trispace-ExpandedBold.eot?#iefix") format("embedded-opentype"), url("../fonts/trispace/Trispace-ExpandedBold.woff2") format("woff2"), url("../fonts/trispace/Trispace-ExpandedBold.woff") format("woff"), url("../fonts/trispace/Trispace-ExpandedBold.ttf") format("truetype"), url("../fonts/trispace/Trispace-ExpandedBold.svg#Trispace-ExpandedBold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trispace-SemiExpanded';
    src: url("../fonts/trispace/Trispace-SemiExpandedBold.eot");
    src: url("../fonts/trispace/Trispace-SemiExpandedBold.eot?#iefix") format("embedded-opentype"), url("../fonts/trispace/Trispace-SemiExpandedBold.woff2") format("woff2"), url("../fonts/trispace/Trispace-SemiExpandedBold.woff") format("woff"), url("../fonts/trispace/Trispace-SemiExpandedBold.ttf") format("truetype"), url("../fonts/trispace/Trispace-SemiExpandedBold.svg#Trispace-SemiExpandedBold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url("../fonts/heebo/Heebo-Regular.eot");
    src: url("../fonts/heebo/Heebo-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/heebo/Heebo-Regular.woff2") format("woff2"), url("../fonts/heebo/Heebo-Regular.woff") format("woff"), url("../fonts/heebo/Heebo-Regular.ttf") format("truetype"), url("../fonts/heebo/Heebo-Regular.svg#Heebo-Regular") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url("../fonts/heebo/Heebo-Light.eot");
    src: url("../fonts/heebo/Heebo-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/heebo/Heebo-Light.woff2") format("woff2"), url("../fonts/heebo/Heebo-Light.woff") format("woff"), url("../fonts/heebo/Heebo-Light.ttf") format("truetype"), url("../fonts/heebo/Heebo-Light.svg#Heebo-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url("../fonts/heebo/Heebo-Bold.eot");
    src: url("../fonts/heebo/Heebo-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/heebo/Heebo-Bold.woff2") format("woff2"), url("../fonts/heebo/Heebo-Bold.woff") format("woff"), url("../fonts/heebo/Heebo-Bold.ttf") format("truetype"), url("../fonts/heebo/Heebo-Bold.svg#Heebo-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo-Black';
    src: url("../fonts/heebo/Heebo-Black.eot");
    src: url("../fonts/heebo/Heebo-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/heebo/Heebo-Black.woff2") format("woff2"), url("../fonts/heebo/Heebo-Black.woff") format("woff"), url("../fonts/heebo/Heebo-Black.ttf") format("truetype"), url("../fonts/heebo/Heebo-Black.svg#Heebo-Black") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html, body {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'Heebo';
    font-size: 15px;
}

body {
    opacity: 0;
    transition: opacity .1s ease;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

h2 {
    font-family: 'Trispace-SemiExpanded';
}

.slick-arrow {
    width: 39px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat !important;
    position: absolute;
    z-index: 111;
    font-size: 0;
    top: 70%;
}

.slick-arrow::before {
    content: none !important;
}

.slick-arrow.slick-next {
    background-image: url("../images/svg/left-arrow.svg");
}

.slick-arrow.slick-prev {
    background-image: url("../images/svg/right-arrow.svg");
}

.coming-soon::before {
    content: '';
    height: 38px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 95px;
    background-image: url("../images/coming-soon-desk.jpg");
}

* {
    box-sizing: border-box;
}

.morning .header {
    background-image: url("../images/header_morning.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.morning .main-block h1 .main-title-img {
    background-image: url("../images/svg/now_morning.svg");
}

.morning .footer-block .updates-btn a {
    background-image: url("../images/svg/for_midtown_updates_morning.svg");
}

.morning .midtowners-extra-morning {
    display: block;
}

.day .header {
    background-image: url("../images/header_day.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.day .main-block h1 .main-title-img {
    background-image: url("../images/svg/now_day.svg");
}

.day .footer-block .updates-btn a {
    background-image: url("../images/svg/for_midtown_updates_day.svg");
}

.day .midtowners-extra-day {
    display: block;
}

.night .header {
    background-image: url("../images/header-night.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.night .main-block h1 .main-title-img {
    background-image: url("../images/svg/now_night.svg");
}

.night .midtowners-extra-night {
    display: block;
}

.night .footer-block .updates-btn a {
    background-image: url("../images/svg/for_midtown_updates.svg");
}

.midtowners-extra img {
    width: 105px;
    display: none;
}

.rtl {
    direction: rtl;
}

.header {
    padding: 29px 110px 32px;
    height: 96px;
    box-sizing: border-box;
}

.header-container {
    display: flex;
    justify-content: space-between;
}

.header-logo-wrapper {
    display: flex;
    align-items: center;
}

.header-logo-wrapper a {
    background-image: url("../images/svg/midtown_logo.svg");
    background-repeat: no-repeat;
    height: 32px;
    width: 214px;
    display: inline-block;
    font-size: 0;
}

.time-and-weather {
    display: flex;
    direction: ltr;
    align-items: flex-end;
}

#time {
    font-family: 'Trispace-Expanded';
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -5.76px;
    line-height: 1.565;
}

#time .day {
    letter-spacing: -0.96px;
}

#time .font-medium {
    font-family: 'Trispace-Condensed';
    letter-spacing: -0.96px;
    font-weight: 500;
}

#time .font-medium:last-of-type {
    margin-left: 8px;
}

.weather {
    font-family: 'Trispace-Condensed';
    letter-spacing: -0.96px;
    line-height: 1.565;
    font-size: 24px;
    font-weight: 500;
    margin-right: 29px;
    display: flex;
    align-items: center;
}

.weather #weather-icon {
    width: 54px;
    height: 35px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 7px;
    margin-right: 7px;
    background-position: bottom;
}

.weather #weather-icon.sunny {
    background-image: url("../images/svg/sunny.svg");
}

.weather #weather-icon.partly-cloudy {
    background-image: url("../images/svg/partly_cloudy.svg");
}

.weather #weather-icon.cloudy {
    background-image: url("../images/svg/cloudy.svg");
}

.weather #weather-icon.rainy {
    background-image: url("../images/svg/rainy.svg");
}

.weather #weather-icon.stormy {
    background-image: url("../images/svg/stormy.svg");
}

.main {
    display: flex;
    flex-wrap: wrap;
}

.main-title-img {
    display: inline-block;
    width: 214px;
    height: 63px;
    background-repeat: no-repeat;
    background-size: contain;
}

.main-block {
    overflow: hidden;
    width: 65.1%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.main-block .content-wrapper {
    margin-right: auto;
    text-align: end;
    width: 100%;
}

.main-block .main-content {
    position: relative;
    /*min-height: calc(100vh - 96px);*/
    height: calc(100vh - 96px);
    width: 100%;
    /*padding: 52px 110px 22%;*/
    /*background-image: url("../images/main-bg-new.jpg");*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
}

.main-block h1 {
    font-size: 0;
    margin-bottom: 16px;
}

.main-block h2 {
    font-size: 33px;
    letter-spacing: -1.98px;
    line-height: 1.06;
    margin-bottom: 6px;
}

.main-block ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.main-block ul li {
    line-height: 1.13;
    letter-spacing: 0.3px;
}

.main-block ul li:first-of-type strong {
    font-family: 'Heebo-Black';
    font-size: 13.5px;
    letter-spacing: 0.27px;
    line-height: 1.11;
}

.main-block .banner-label {
    font-size: 11px;
    line-height: 1.54;
    letter-spacing: 0.22px;
    color: #8d8f91;
    margin: 0 0 35px;
}

.main-content-slider img {
    width: 100%;
}

.main-content-slider .slick-list {
    width: 100%;
}

.footer-content {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
}

.credit-wrapper {
    display: none;
}

.footer-block {
    display: flex;
    align-items: flex-end;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.footer-block::before {
    content: none;
    width: 100%;
    background-color: #fff;
    position: absolute;
    height: 300px;
    top: -7px;
    left: -70px;
    transform: rotateZ(8deg);
}

.footer-block::after {
    content: none;
    width: 100%;
    background-color: #fff;
    position: absolute;
    height: 200px;
    top: 0;
    right: 0;
    transform: translateX(5%) rotateZ(-7deg);
}

.footer-block .updates-btn {
    /*padding-bottom: 42px;*/
    padding-bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 35.4%;
}

.footer-block .updates-btn a {
    /*width: 194px;*/
    /*height: 129px;*/
    width: 160px;
    height: 106px;
    font-size: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-block .midtowners-extra {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    width: 27.3%;
}

.footer-block .midtowners-extra::before {
    content: none;
    position: absolute;
    width: 100%;
    height: 50px;
    transform: rotateZ(-8deg) skewX(-8deg);
    background-color: #000;
    top: 24px;
}

.mobile-main-bg {
    display: none;
    width: 100%;
}

.slider-block {
    width: 34.9%;
    overflow: hidden;
    position: relative;
}

.slider-block .slide-content {
    max-width: 400px;
    margin-right: auto;
}

.slider-block .slide {
    min-height: 533px;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 135px 44px 140px 44px;
    text-align: left;
    outline: none;
}

.slider-block .slide h2 {
    font-size: 26.5px;
    letter-spacing: -1.06px;
    line-height: 1.11;
    margin-bottom: 10px;
}

.slider-block .slide h3 {
    font-family: "Heebo-Black";
    font-size: 13px;
    letter-spacing: 0.26px;
    line-height: 1.23;
}

.slider-block .slide p {
    margin: 0;
}

.slider-block .slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.credit-link {
    position: absolute;
    left: -8%;
    transform: rotateZ(-90deg);
    top: 40%;
    font-size: 10px;
    text-decoration: none;
    color: #8d8f91;
}

.social-links {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    align-items: flex-end;
    background: transparent;
    width: 37.4%;
    position: relative;
    /*padding: 0 50px;*/
    padding: 0 50px 35px;
}

.social-links ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.social-links ul li {
    font-size: 0;
}

.social-links ul li:not(:last-child) {
    margin-left: 45px;
}

.social-links ul li a {
    display: inline-block;
}

.social-links .youtube {
    width: 35px;
    height: 25px;
    background-image: url("../images/svg/yb_icon.svg");
}

.social-links .instagram {
    width: 23px;
    height: 23px;
    background-image: url("../images/svg/ig_icon.svg");
}

.social-links .facebook {
    width: 14px;
    height: 28px;
    background-image: url("../images/svg/fb_icon.svg");
}

.social-links .waze {
    width: 28px;
    height: 28px;
    background-image: url("../images/svg/waze_icon.svg");
}

.slider-footer {
    background-color: #000;
    /*padding: 59px 43px;*/
    padding: 42px 43px;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.slider-footer::after {
    content: "";
    width: 215%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    height: 200px;
    transform: translate(-7%, 37%) rotateZ(6deg);
}

.slider-footer p {
    line-height: 1.57;
    margin: 0;
}

.slider-footer p:nth-child(1) {
    letter-spacing: 0.15px;
    font-weight: 700;
}

.slider-footer p:nth-child(2) {
    letter-spacing: 2.25px;
    font-weight: 300;
}

.slider-footer-content {
    position: relative;
    z-index: 1;
    max-width: 350px;
}

.slider-footer-content .slider-footer-list span:not(:last-child)::after {
    content: '|';
    margin-right: 7px;
}

.modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 111;
}

.modal-backdrop.show {
    display: block;
}

.modal-backdrop .modal-content {
    width: 573px;
    padding: 109px 100px 130px;
    background-image: url("../images/popup-form-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 111;
}

.modal-backdrop .modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*.modal-backdrop .form-bg {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background: radial-gradient(circle, red 0%, rgba(120, 46, 46, 0) 65%);*/
/*    transform: translate(-50%, -35%);*/
/*    width: 596px;*/
/*    height: 607px;*/
/*    font-size: 0;*/
/*}*/

.modal-backdrop .close {
    font-size: 0;
    position: absolute;
    top: 21px;
    right: 25px;
    width: 20px;
    height: 20px;
    background-image: url("../images/popup-close.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.modal-backdrop fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    width: 100%;
}

.modal-backdrop .text-input {
    display: block;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    outline: 0;
    font-family: "Heebo";
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    margin-bottom: 16px;
    -webkit-appearence: none;
    border-radius: 0;
}

.modal-backdrop .text-input.novalid {
    margin-bottom: 0;
    border-color: red;
}

.modal-backdrop .text-input.novalid ~ .err-msg {
    display: block;
}

.modal-backdrop .text-input::-moz-placeholder {
    color: #fff;
}

.modal-backdrop .text-input::-webkit-input-placeholder {
    color: #fff;
}

.modal-backdrop .text-input:-ms-input-placeholder {
    color: #fff;
}

.modal-backdrop .text-input::-ms-input-placeholder {
    color: #fff;
}

.modal-backdrop .text-input::placeholder {
    color: #fff;
}

.modal-backdrop form {
    display: flex;
    flex-direction: column;
    align-items: center;
    direction: ltr;
}

.modal-backdrop .submit-btn {
    width: 94px;
    height: 31px;
    border-radius: 20px;
    background-color: #fff;
    margin-top: 10px;
    border: none;
    outline: 0;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Trispace-SemiExpanded';
    -webkit-appearence: none;
}

.modal-backdrop .err-msg {
    width: 100%;
    margin-bottom: 16px;
    color: red;
    font-size: 14px;
    display: none;
    direction: rtl;
}

.thankyou-block {
    display: none;
}

.thankyou-block h2 {
    font-family: 'Heebo-Black';
    font-size: 26.5px;
    letter-spacing: -1.06px;
    line-height: 1.11;
    margin-bottom: 14px;
    text-align: center;
}

.thankyou-block p {
    font-family: "Heebo-Black";
    font-size: 13px;
    letter-spacing: 0.26px;
    line-height: 1.23;
    text-align: center;
}

.main {
    position: relative;
}

.footer-bg {
    position: absolute;
    bottom: 0;
    background-image: url("../images/footer-bg.png");
    background-size: 100% auto;
    width: 100%;
    background-repeat: no-repeat;
    height: 230px;
}

@media screen and (min-width: 1450px) {
    .main-content {
        display: flex;
        /*align-items: center;*/
    }
}

/*@media screen and (min-width: 1800px) {*/
/*    .footer-bg {*/
/*        height: 230px;*/
/*    }*/
/*}*/

@media screen and (min-width: 2500px) {
    .footer-bg {
        height: 420px;
    }

    .footer-block {
        padding-bottom: 30px;
    }

    .footer-block .midtowners-extra, .footer-block .social-links {
        padding-bottom: 20px;
    }

    .slider-footer-content {
        padding-bottom: 30px;
    }

    .slick-arrow {
        top: 60%;
    }
}

@media screen and (min-width: 3500px) {
    .footer-bg {
        height: 470px;
    }
}

@media screen and (max-width: 1880px) {
    .footer-bg {
        height: 217px;
    }
}

/*@media screen and (max-width: 1800px) {*/
/*    .footer-bg {*/
/*        height: 279px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1565px) {*/
/*    .footer-bg {*/
/*        background-size: contain;*/
/*        background-position: bottom;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1490px) {*/
/*    .slick-arrow {*/
/*        top: 60%;*/
/*    }*/
/*}*/

@media screen and (min-width: 1440px) {
    .slider-block .slide {
        /*padding-top: 200px;*/
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 1420px) {
    .coming-soon::before {
        top: 65px;
    }
}

@media screen and (max-width: 1410px) {
    .slider-footer {
        padding: 40px 43px;
    }

    .slider-footer::after {
        transform: translate(-7%, 18%) rotateZ(6deg);
    }

    .slider-block .slide {
        padding-left: 43px;
        padding-right: 43px;
    }
}

@media screen and (max-width: 1400px) {
    .updates-btn, .social-links {
        background: linear-gradient(to top, #fff 0%, #fff 70%, transparent 51%);
    }

    .midtowners-extra {
        background: #000 !important;
    }

    .main-block .main-content {
        display: flex;
        /*padding: 0 0 18%;*/
    }

    /*.slick-arrow {*/
    /*  top: 60%;*/
    /*}*/
    .slider-block .slide {
        height: 76vh;
    }

    /*.footer-bg {*/
    /*    background-position: top;*/
    /*    height: 279px;*/
    /*}*/
}

@media screen and (max-width: 1260px) {
    .footer-bg {
        height: 239px;
    }
}

@media screen and (max-width: 1200px) {
    .slider-footer {
        padding: 50px 43px 25px;
    }

    .slider-footer::after {
        transform: translate(-7%, 11%) rotateZ(5deg);
    }

    .footer-block::after {
        transform: translateX(5%) rotateZ(-8deg);
    }

    .social-links ul li:not(:last-child) {
        margin-left: 25px;
    }

    .slick-arrow {
        top: 52%;
    }

    .slider-block .slide {
        height: 72vh;
    }

    .footer-bg {
        height: 313px;
    }

    .midtowners-extra img {
        width: 138px;
    }

    .footer-block .updates-btn a {
        width: 182px;
        height: 121px;
    }

    .footer-block .updates-btn {
        padding-bottom: 80px;
    }

    .social-links {
        padding: 0 23px 42px;
        align-items: center;
    }

    .slider-footer {
        padding: 50px 43px 80px;
    }

    .credit-link {
        left: -15%;
    }
}

@media screen and (max-width: 1024px) {
    /*.main-block .main-content {*/
    /*    padding-bottom: 32%;*/
    /*}*/
    /*.credit-link {*/
    /*    left: -17%;*/
    /*}*/
    /*.footer-bg {*/
    /*    height: 245px;*/
    /*}*/
    /*.slick-arrow {*/
    /*    top: 52%;*/
    /*}*/
    /*.slider-block .slide {*/
    /*  height: 61vh;*/
    /*}*/
    .midtowners-extra img {
        width: 95px;
    }

    .footer-block .updates-btn a {
        width: 116px;
        height: 76px;
    }

    .footer-block .updates-btn {
        padding-bottom: 17px;
    }

    .social-links {
        padding: 0 23px;
    }

    .slider-footer {
        padding: 25px 43px;
    }

    .footer-bg {
        height: 155px;
    }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
    .main-block {
        width: 100%;
    }

    .main-block .main-content {
        /*min-height: auto;*/
        height: auto;
        background: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .header {
        padding: 29px 50px 32px;
    }

    .weather {
        font-size: 20px;
    }

    #time {
        font-size: 20px;
    }

    .slider-block {
        width: 50%;
    }

    .slider-block .slide {
        height: 592px;
        padding: 150px 20px 100px 20px;
    }

    .footer-block {
        display: block;
        position: static;
        width: 50%;
    }

    .footer-block .updates-btn {
        width: 100%;
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0;
        height: 100%;
    }

    .footer-block .updates-btn a {
        height: 87px;
        width: 134px;
    }

    .footer-block .midtowners-extra {
        height: 100%;
        width: 100% !important;
        padding: 0;
    }

    .footer-block .social-links {
        height: 100%;
        width: 100%;
        padding: 0 23px;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 100%;
    }

    .footer-bg {
        display: none;
    }

    .social-links ul li:not(:last-child) {
        margin-left: 45px;
    }

    .credit-link {
        position: absolute;
        left: -5%;
        transform: rotateZ(-90deg);
        top: 40%;
        font-size: 10px;
        text-decoration: none;
        color: #8d8f91;
    }

    .updates-btn, .social-links {
        background: #fff;
    }

    .main-content-slider img, .main-content-slider .slick-slide {
        height: auto;
    }

    .slider-footer {
        padding: 21px 20px;
    }
}

/*@media screen and (max-width: 910px) {*/
/*    .slider-footer {*/
/*        padding: 23px 20px;*/
/*    }*/

/*    .slider-block .slide {*/
/*        padding-left: 20px;*/
/*        padding-right: 20px;*/
/*    }*/

/*    .footer-block .updates-btn a {*/
/*        width: 150px;*/
/*        height: 105px;*/
/*    }*/

/*    .footer-block .midtowners-extra img {*/
/*        max-width: 100px;*/
/*    }*/

/*    .slick-arrow {*/
/*        top: 65%;*/
/*    }*/

/*    .slider-block .slide {*/
/*        height: 54vh;*/
/*    }*/

/*    .footer-bg {*/
/*        height: 254px;*/
/*    }*/
/*}*/

@media screen and (max-width: 920px) {
    .main-block {
        width: 100%;
    }

    .main-block .main-content {
        /*min-height: auto;*/
        height: auto;
        background: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

    /*.main-block .content-wrapper {*/
    /*  padding: 20px 50px;*/
    /*  background-image: url("../images/main-banner-bg.jpg");*/
    /*  width: 100%;*/
    /*  background-size: cover;*/
    /*  background-repeat: no-repeat;*/
    /*}*/
    .header {
        padding: 29px 50px 32px;
    }

    .weather {
        font-size: 20px;
    }

    #time {
        font-size: 20px;
    }

    .slider-block {
        width: 50%;
    }

    .slider-block .slide {
        height: 592px;
        padding: 150px 20px 100px 20px;
    }

    .footer-block {
        display: block;
        position: static;
        width: 50%;
    }

    .footer-block .updates-btn {
        width: 100%;
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0;
        height: 100%;
    }

    .footer-block .updates-btn a {
        height: 87px;
        width: 134px;
    }

    .footer-block .midtowners-extra {
        height: 100%;
        width: 100% !important;
        padding: 0;
    }

    .footer-block .social-links {
        height: 100%;
        width: 100%;
        padding: 0 23px;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 100%;
    }

    .footer-bg {
        display: none;
    }

    .social-links ul li:not(:last-child) {
        margin-left: 45px;
    }

    .credit-link {
        position: absolute;
        left: -5%;
        transform: rotateZ(-90deg);
        top: 40%;
        font-size: 10px;
        text-decoration: none;
        color: #8d8f91;
    }

    .updates-btn, .social-links {
        background: #fff;
    }

    .main-content-slider img, .main-content-slider .slick-slide {
        height: auto;
    }

    .slider-footer {
        padding: 21px 20px;
    }
}

@media screen and (max-width: 700px) {
    .weather {
        margin-right: 15px;
    }

    .header {
        padding: 29px 30px 32px;
    }

    /*.main-block .content-wrapper {*/
    /*  padding: 30px 30px;*/
    /*}*/
    .slider-footer {
        font-size: 13px;
    }

    .slider-footer::after {
        width: 110%;
        position: absolute;
        top: -15%;
        left: -5%;
        background: #000;
        height: 200px;
        transform: rotateZ(3deg);
    }
}

@media screen and (max-width: 639px) {
    #time {
        font-size: 16px;
    }

    .weather {
        font-size: 16px;
    }

    .morning .footer-block .updates-btn a {
        background-image: url("../images/svg/updates_day_mobile.svg");
    }

    .day .footer-block .updates-btn a {
        background-image: url("../images/svg/updates_midday_mobile.svg");
    }

    .night .footer-block .updates-btn a {
        background-image: url("../images/svg/updates_night_mobile.svg");
    }
}

@media screen and (max-width: 576px) {
    .main-block ul li:first-of-type strong {
        font-size: 10px;
    }

    .credit-link {
        display: none;
    }

    .main-block .content-wrapper {
        /*background: none;*/
        /*padding: 0;*/
        position: relative;
        z-index: 1;
    }

    .main-block .content-wrapper h1 {
        margin-bottom: 10px;
    }

    .main-block .content-wrapper h2 {
        font-size: 23px;
    }

    .main-block .content-wrapper ul {
        font-size: 11px;
    }

    .main-block .content-wrapper .banner-label {
        font-size: 9px;
    }

    .main-block .content-wrapper ul {
        margin-bottom: 15px;
    }

    .main-block .content-wrapper ul li {
        line-height: 1.23;
    }

    .main-block .content-wrapper .content > img {
        width: 144px;
        height: 35px;
    }

    .content {
        position: absolute;
        top: 0;
        left: 0;
        padding: 70px 30px;
    }

    .main-title-img {
        width: 158px;
        height: 48px;
    }

    .morning .main-mobile-bg-morning {
        display: block;
    }

    .day .main-mobile-bg-day {
        display: block;
    }

    .night .main-mobile-bg-night {
        display: block;
    }

    .slider-footer {
        padding: 17px 30px 31px;
        font-size: 10px;
    }

    .slider-footer p {
        line-height: 1.7;
    }

    .slider-block {
        width: 100%;
        margin-top: -20%;
    }

    .slider-block .slide {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 200px;
        height: 561px;
    }

    .slider-block .slide h2 {
        font-size: 23px;
        margin-bottom: 8px;
    }

    .slider-block .slide h3 {
        font-size: 10px;
    }

    .slider-block .slide p {
        font-size: 11px;
    }

    .footer-content {
        background: #000;
    }

    .slider-footer {
        justify-content: center;
    }

    .slider-footer p {
        text-align: center;
    }

    .slick-arrow.slick-next {
        left: 30px !important;
        right: auto !important;
    }

    .slick-arrow.slick-prev {
        right: 30px !important;
        left: auto !important;
    }

    .footer-block {
        width: 100%;
    }

    .footer-block .updates-btn {
        height: auto;
        padding: 22px 0 15px;
        position: relative;
        width: 100%;
        z-index: 1;
    }

    .footer-block .updates-btn a {
        width: 214px;
        height: 140px;
        position: relative;
        z-index: 1;
    }

    .footer-block .updates-btn::after {
        content: '';
        position: absolute;
        width: 110%;
        bottom: -13%;
        height: 100px;
        transform: rotateZ(-3deg);
        background: #fff;
    }

    .footer-block .social-links {
        height: auto;
        width: 100%;
        padding: 24px 0 27px;
        position: relative;
    }

    .footer-block .social-links ul {
        position: relative;
        z-index: 1;
    }

    .footer-block .social-links ul li:not(:last-child) {
        margin-left: 38px;
    }

    .footer-block .social-links::before, .footer-block .social-links::after {
        content: '';
        position: absolute;
        top: 0;
        width: 110%;
        background: #fff;
        height: 100px;
    }

    .footer-block .social-links::before {
        transform: rotateZ(11deg);
    }

    .footer-block .social-links::after {
        transform: rotateZ(-8deg);
    }

    .footer-block .social-links .instagram {
        width: 20px;
        height: 20px;
    }

    .footer-block .social-links .facebook {
        width: 10px;
        height: 21px;
    }

    .footer-block .social-links .waze {
        width: 24px;
        height: 24px;
    }

    .footer-block .midtowners-extra {
        height: auto;
        padding: 47px 0 37px;
    }

    .footer-block .midtowners-extra img {
        width: 137px;
        max-width: none;
    }

    .credit-wrapper {
        display: block;
        width: 100%;
        background: #000;
        position: relative;
        z-index: 1;
        text-align: center;
        padding-bottom: 5px;
    }

    .credit-wrapper a {
        text-decoration: none;
        color: #8d8f91;
        font-size: 11px;
    }

    .header {
        padding: 13px 30px;
        height: auto;
    }

    .header #time {
        font-size: 9px;
        letter-spacing: -2.56px;
    }

    .header-logo-wrapper a {
        width: 104px;
        height: 16px;
    }

    .weather {
        font-size: 9px;
        margin-right: 7px;
    }

    .weather #weather-icon {
        width: 23px;
        height: 15px;
        margin: 0px;
    }

    .modal-backdrop .modal {
        width: 100%;
        padding: 0 20px;
    }

    .modal-backdrop .modal-content {
        width: 100%;
        padding: 0 20px;
    }

    .modal-backdrop form {
        padding: 73px 0 76px;
    }

    .modal-backdrop .text-input {
        font-size: 11px;
        margin-bottom: 4px;
    }

    .modal-backdrop .submit-btn {
        width: 52px;
        height: 15px;
        font-size: 7px;
        margin-top: 50px;
    }

    .modal-backdrop .close {
        width: 10px;
        height: 10px;
    }

    .mobile-main-bg {
        margin-top: -60%;
    }

    .slick-arrow {
        top: 69%;
    }

    .coming-soon::before {
        height: 25px;
        top: 145px;
        background-image: url("../images/coming-soon.jpg");
    }
}

@media screen and (max-width: 520px) {
    .mobile-main-bg {
        margin-top: -50%;
    }
}

@media screen and (max-width: 475px) {
    .mobile-main-bg {
        margin-top: -40%;
    }
}

@media screen and (max-width: 420px) {
    .mobile-main-bg {
        margin-top: -25%;
    }
}

@media screen and (max-width: 375px) {
    .mobile-main-bg {
        margin-top: -10%;
    }

    .slider-block {
        width: 100%;
        margin-top: -20%;
    }

    .slider-block .slide {
        padding-top: 150px;
    }

    .coming-soon::before {
        top: 95px;
    }
}

@media screen and (max-width: 360px) {
    .mobile-main-bg {
        margin-top: 0%;
    }

    .slick-arrow {
        top: 65%;
    }
}

@media screen and (max-width: 1920px) and (min-height: 768px) and (max-height: 919px) {
    .footer-block .updates-btn a {
        width: 135px;
        height: 90px;
    }
    .footer-block .updates-btn {
        padding-bottom: 10px;
    }

    .midtowners-extra img {
        width: 85px;
    }
    .social-links{
        padding: 0 50px 20px;
    }
    .footer-bg {
        height: 195px;
    }
    .slider-footer{
        padding: 22px 43px;
    }
}
@media screen and (max-width: 1600px) and (min-height: 768px) and (max-height: 919px) {
    .footer-bg {
        height: 178px;
    }
}
@media screen and (max-width: 1400px) and (min-height: 768px) and (max-height: 919px) {
    .midtowners-extra img {
        width: 85px;
    }
    .footer-block .updates-btn a{
        width: 120px;
        height: 78px;
    }
    .footer-bg {
        height: 170px;
    }
}

@media screen and (max-width: 1200px) and (min-height: 768px) and (max-height: 919px) {
    .social-links{
        padding: 0 23px;
    }
    .footer-block .updates-btn{
        padding-bottom: 20px;
    }
    .slider-footer {
        padding: 23px 43px;
    }
    .footer-bg {
        height: 188px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1135px) and (min-height: 768px) and (max-height: 919px) {
    .footer-bg {
        height: 236px;
    }
    .midtowners-extra img {
        width: 115px;
    }
    .footer-block .updates-btn a {
        width: 169px;
        height: 133px;
    }
    .slider-footer {
        padding: 40px 43px;
    }
}

@media screen and (max-width: 1024px) and (min-height: 768px) and (max-height: 919px) {
    .footer-bg {
        height: 278px;
    }
    .footer-block .updates-btn a {
        width: 166px;
        height: 142px;
    }
    .midtowners-extra img {
        width: 118px;
    }
    .slider-footer {
        padding: 50px 43px;
    }
}
@media screen and (max-height: 767px) {
    .main-block .main-content{
        height: auto;
        min-height: calc(100vh - 96px);
    }
}
@media screen and (max-width: 1920px) and (max-height: 767px) {
    .slider-block .slide{
        min-height: 755px;
    }
}

@media screen and (max-width: 1550px) and (max-height: 767px) {
    .slider-block .slide{
        min-height: 606px;
    }
}

@media screen and (max-width: 1260px) and (max-height: 767px){
    .slider-block .slide {
        min-height: 490px;
        height: 60vh;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) and (max-height: 767px) {
    .footer-bg {
        height: 239px;
    }
    .footer-block .updates-btn {
        padding-bottom: 25px;
    }
    .slider-footer {
        padding: 50px 43px 24px;
    }
}
@media screen and (min-width: 921px) and (max-width: 1024px) and (max-height: 767px) {
    .footer-bg {
        height: 278px;
    }
    .footer-block .updates-btn a {
        width: 165px;
        height: 155px;
    }
    .midtowners-extra img {
        width: 125px;
    }
    .slider-footer {
        padding: 60px 43px;
    }
}
@media screen and (max-width: 1650px) and (min-height: 921px) and (max-height: 1000px) {
    .main-block {
        width: 100%;
    }

    .main-block .main-content {
        /*min-height: auto;*/
        height: auto;
        background: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .header {
        padding: 29px 50px 32px;
    }

    .weather {
        font-size: 20px;
    }

    #time {
        font-size: 20px;
    }

    .slider-block {
        width: 50%;
    }

    .slider-block .slide {
        height: 592px;
        padding: 150px 20px 100px 20px;
    }

    .footer-block {
        display: block;
        position: static;
        width: 50%;
    }

    .footer-block .updates-btn {
        width: 100%;
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0;
        height: 100%;
    }

    .footer-block .updates-btn a {
        height: 87px;
        width: 134px;
    }

    .footer-block .midtowners-extra {
        height: 100%;
        width: 100% !important;
        padding: 0;
    }

    .footer-block .social-links {
        height: 100%;
        width: 100%;
        padding: 0 23px;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 100%;
    }

    .footer-bg {
        display: none;
    }

    .social-links ul li:not(:last-child) {
        margin-left: 45px;
    }

    .credit-link {
        position: absolute;
        left: -5%;
        transform: rotateZ(-90deg);
        top: 40%;
        font-size: 10px;
        text-decoration: none;
        color: #8d8f91;
    }

    .updates-btn, .social-links {
        background: #fff;
    }

    .main-content-slider img, .main-content-slider .slick-slide {
        height: auto;
    }

    .slider-footer {
        padding: 21px 20px;
    }
}
/*# sourceMappingURL=styles.css.map */