/*
Theme Name: Mediweb
Theme URI: https://mediweb.co/
Author: Mediweb
Author URI: https://mediweb.co/
Version: 1.0
*/
#tariff-title span {
    padding-left: 2px;
}

@media (min-width: 1248px) {
    .section-item.contacts {
        padding-bottom: 0;
    }

    body .gmap-wrap {
        height: 445px;
        width: 100%;
    }

    .contact-form {
        padding-bottom: 60px;
    }

    .logo img {
        height: 65px;
    }

    body header nav a {
        font-size: 16px;
    }
}

.logo svg {
    width: 110px;
    height: 80px;
}

.create-order-content-img img:not(:first-child) {
    display: none;
}

.wrapper-gray {
    background: #ECECEC;
    padding-bottom: 60px;
}

.big-logo img {
    width: 100%;
    object-fit: none;
}

.post-text {
    background: #ffffff;
}

.wrapper-post-card {
    z-index: 10;
}

.galery .row {
    display: flex;
}

.alert-notification {
    max-width: 70%;
    background: #000;
    position: fixed;
    /*bottom: 50px;*/
    top: 130px;
    right: 10px;
    z-index: 9999;
    color: #fff;
    border-radius: 3px;
}

.alert-notification.error {
    background: #c55d5d;
}

.alert-notification.success {
    background: #3c9058;
}

.alert-notification .message {
    padding: 10px 30px;
    padding-right: 45px;
}

.alert-notification .head {
    text-align: right;
    padding-bottom: 0px;
    position: relative;
}

body .burder-wrap .burder.cross > span:last-child {
    top: 0;
    -webkit-transform: translate3d(0, 0px, 0) rotate(-45deg);
    transform: translate3d(0, 0px, 0) rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body .burder-wrap .burder.cross > span:first-child {
    top: 0;
    -webkit-transform: translate3d(0, 0px, 0) rotate(45deg);
    transform: translate3d(0, 0px, 0) rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.close.icon {
    color: #fff;
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    width: 21px;
    height: 21px;
    right: 25px;
    top: 5px;
    cursor: pointer;
}

.close.icon:before {
    content: '';
    position: absolute;
    top: 10px;
    width: 21px;
    height: 3px;
    background-color: currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close.icon:after {
    content: '';
    position: absolute;
    top: 10px;
    width: 21px;
    height: 3px;
    background-color: currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accept-nav > div.cancel {
    transition: .5s;
}

.accept-nav > div.cancel:hover {
    color: #000;
}

body .contact-form form label.submit-label {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -khtml-border-radius: 0;
}

* {
    min-height: 0;
    min-width: 0;
}

@media (min-width: 1024px) {
    body .contact-form > * {
        margin-right: 20px;
    }
}

body header nav a:hover {
    color: #000000;
}

body .contact-form form label.submit-label:before {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.contact-form form label.submit-label {
    margin-top: 10px;
}

.contact-form .clearfix {
    display: flex;
}

/*.wrapper {*/
/*overflow-x: hidden;*/
/*}*/
body .burder-wrap .burder span {
    border-top: 6px solid #000000;
}

body #calendar table td span {
    min-width: 0;
}

body .create-order-content-img {
    margin-bottom: 0;
    position: relative;
}

body .create-order-content-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.grecaptcha-badge {
    display: none !important;
    box-shadow: none !important;
}

@media (max-width: 1248px) {
    .text-design {
        width: 50%;
        float: left;
    }

    body .image-design {
        width: 50%;
    }
}

@media (min-width: 1248px) {
    body .section-item {
        padding-top: 60px;
        padding-bottom: 0;
    }

    body .create-order-content-img img {
        position: absolute;
    }
}

@media (max-width: 1200px) {
    body .galery-item img {
        width: -webkit-calc(100% - 2px);
        width: calc(100% - 2px);
    }

    .galery-item img:nth-child(n+3) {
        display: none;
    }

    .post-text-inner {
        padding: 0 10px;
    }
}

.step-wrap {
    text-align: left;
}

#order-info-selected {
    text-align: center;
}

@media (max-width: 991px) {
    .contact .contact_form_box {
        padding: 50px 0 0 0;
    }
    .top-slide {
        background-position: center !important;
    }
    .galery-item img:nth-child(n+3) {
        display: initial;
    }

    .galery .row {
        flex-direction: column;
    }

    html body .galery-item img {
        width: -webkit-calc(50% - 2px);
        width: calc(50% - 2px);
    }

    .contact-form .clearfix {
        flex-direction: column;
    }

    .text-design {
        width: 100%;
        float: none;
    }

    body .image-design {
        width: 100%;
    }
}

#calendar > div {
    width: 100%;
}

#calendar table {
    width: 100%;
}

#calendar table td, #calendar table th {
    width: 14.28%;
}

#calendar table thead th span {
    color: #d6d6d6;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 4px 0;
}

.create-order-content .accept-nav {
    padding-top: 25px;
}

.create-order-content .accept-nav > div.accept {
    border: 2px solid #fff;
    margin-bottom: 12px;
}

@media (min-width: 640px) {
    #calendar table thead th span {
        font-size: 16px;
        padding: 4px 0;
        font-weight: 500;
    }
}

td.day-of-this-month.day-is-free:hover {
    background: #46bcff;
}

#calendar table td.hover span {
    background: #97D9FF;
}

#preloader {
    display: none;
}

.smooth__bg {
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.aside-black-card tr:hover td svg path {
    fill: #46bcff;
}

.aside-black-card tr:hover td {
    color: #46bcff;
}

.animate, .aside-black-card tr td {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer svg {
    width: 100%;
    height: 90px;
}

.gmap__wrapper {
    height: 445px;
    width: 60%;
    position: relative;
}

.direction__button {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    padding: 10px 50px;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.direction__button:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

/*new style contact begin*/
.contact {
    margin: 50px 0 0 0;
}

.contact .row {
    margin: 0;
}

.contact .map_container {
    padding: 0;
    min-height: 592px;
    height: 100%;
}

.contact .address .button_route {
    width: 184px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #000000;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
}

.contact .contact_form_box {
    padding: 50px 0 0 85px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: black;
    min-height: 592px;
}

.contact .contact_form {
    height: 100%;
    min-width: 305px;
}

.contact .contact_form .content {
    max-width: 356px;
}

.contact .contact_form .data {
    margin: 35px 0 55px 0;
}

.contact .contact_form_box .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
}

.contact .contact_form_box .address {
    padding: 0;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.contact .contact_form_box .address .text {
    padding: 0px 0 0 15px;
}

.contact .contact_form_box .phone a {
    padding: 0;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF !important;
}

.contact .contact_form input {
    width: 356px;
    height: 42px;
    font-weight: 300;
    font-size: 10px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #6E6E6E;
    margin-bottom: 4px;
    padding-left: 15px;
}

.contact .contact_form textarea {
    width: 356px;
    font-weight: 300;
    font-size: 10px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #6E6E6E;
    padding-left: 15px;
    height: 97px;
}

.contact .contact_form input[type=submit] {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 13px;
    background: #FFFFFF;
    font-weight: 500;
}

@media (max-width: 600px) {
    .contact .contact_form_box {
        padding: 50px 0 0 0;
        justify-content: center;
    }
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    display: none!important;
}

/*new style contact end*/

main {
    padding-top: 90px !important;
}

header {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.container_nav {
    padding: 0 175px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo svg {
    width: 198px !important;
    height: 27px !important;
}

header nav ul {
    min-height: 90px;
    align-items: center;
}

header nav ul li {
    padding: 38px 0 31px 0;
}

header nav ul li:nth-child(4) {
    padding: 38px 38px 31px 38px;
    background: #46BCFF;
}

header nav {
    padding: 0 0 0 285px !important;
}

header a:focus {
    color: #000;
    text-decoration: none;
}

.bienvenue {
    padding: 76px 0 87px 177px !important;
}

.big-logo {
    text-align: left !important;
    padding: 0;
}

.bienvenue .big-logo img {
    width: 178px;
    height: 115px;
    margin-top: 10px;
}

.bienvenue h1 {
    margin: 0 !important;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    color: #000000;
}

.bienvenue .post {
    text-align: justify;
    color: #000000;
    margin-top: 28px;
}

.bienvenue .reserve_btn {
    background: #000000;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 253px;
    height: 40px;
    transition: 0.5s;
}

.bienvenue .reserve_btn a {
    color: #FFFFFF;
}

.bienvenue .reserve_btn:hover a {
    color: #000;
}

.bienvenue .reserve_btn:hover {
    background: #fff;
    border: 2px solid #000;
}