html {
    scroll-behavior: smooth;
}

a {
    color: #3889E8;
}
a:hover {
    color: #FF460B;
}

img {
    border: none;
}

.x-header_v2-medical {
    font-family: 'Roboto';
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 20px 0
}

.x-header_v2-medical.Galada .header_center .left a > * {
    font-family: 'Galada', cursive
}

.x-header_v2-medical p {
    margin-bottom: 0
}

.x-header_v2-medical .header_top {
    text-align: right;
    font-size: 12px;
    color: #747373;
    padding: 5px 0
}

.x-header_v2-medical .header_center {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.x-header_v2-medical .header_center .left {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.x-header_v2-medical .header_center .left a {
    text-decoration: none;
    color: #747373;
    font-size: 40px;
    letter-spacing: -2px;
    margin-left: 10px;
    display: block;
    max-width: 370px;
}

@media only screen and (max-width: 540px) {
    .x-header_v2-medical .header_center .left a {
        font-size: 30px
    }
}

.x-header_v2-medical .header_center .left img {
    max-width: 200px;
    width: 100%
}

@media only screen and (max-width: 900px) {
    .x-header_v2-medical .header_center .left img {
        max-width: 150px
    }
}

@media only screen and (max-width: 450px) {
    .x-header_v2-medical .header_center .left img {
        max-width: 100px
    }
}

@media only screen and (max-width: 768px) {
    .x-header_v2-medical .header_center .left {
        width: 100%
    }
}

.x-header_v2-medical .header_center .right {
    width: 35%;
    font-size: 11px
}

.x-header_v2-medical .header_center .right .header_fb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.x-header_v2-medical .header_center .right .header_fb a {
    position: relative;
    bottom: -16px;
    color: #333333;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.x-header_v2-medical .header_center .right .header_fb a .fb_icon_left {
    background-image: url(../img/fblikel.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 26px
}

.x-header_v2-medical .header_center .right .header_fb a .fb_icon_center {
    background-image: url(../img/fblikem.png);
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3b5998
}

.x-header_v2-medical .header_center .right .header_fb a .fb_icon_right {
    width: 33px;
    height: 26px;
    background-image: url(../img/fbliker.png);
    background-repeat: no-repeat
}

@media only screen and (max-width: 900px) {
    .x-header_v2-medical .header_center .right {
        display: none
    }
}

.x-header_v2-medical .header_bottom {
    padding: 10px 0
}

.x-header_v2-medical .header_bottom .header_nav {
    background: #00BCD4;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.x-header_v2-medical .header_bottom .header_nav .header_link {
    margin: 13px -0.3px;
    padding: 0px 13px;
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: .5px;
    border-right: 1px solid #00626e;
    display: inline-block;
}

.x-header_v2-medical .header_bottom .header_nav .header_link:last-child {
    border-right: none
}

.x-header_v2-medical .header_bottom .header_nav .header_link:hover {
    color: #ebebeb
}

.x-header_v2-medical .header_bottom .header_nav.pink {
    background: #ff8096
}

.x-header_v2-medical .header_bottom .header_nav.pink .header_link {
    border-right: 1px solid #ff1a42
}

.x-header_v2-medical .header_bottom .header_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.x-header_v2-medical .header_bottom .header_social.none {
    display: none
}

.x-header_v2-medical .header_bottom .header_social .social_mail {

    background-repeat: no-repeat;
    width: 48px;
    height: 17px;
    margin-top: 10px
}

.x-header_v2-medical .header_bottom .header_social .social_info {

    background-repeat: no-repeat;
    width: 322px;
    height: 36px
}

@media only screen and (max-width: 954px) {
    .x-header_v2-medical .header_bottom {
        display: none
    }
}

@media only screen and (max-width: 1082px) {
    .x-header_v2-medical .header_bottom .header_nav .header_link {
        margin: 14px 0;
        padding: 0px 17px;
        color: #ffffff;
        text-decoration: none;
        font-size: 9px;
        letter-spacing: .5px;
        border-right: 1px solid #00626e;
    }
}

.x-h2-medical {
    font-family: 'Roboto';
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin: 20px 0;
    padding: 5px 20px;
}

.x-h2-medical.left {
    text-align: left;
}

.x-h2-medical.center {
    text-align: center;
}

/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (min-width: 769px) {
    .x-h2-medical.hide-desktop {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .x-h2-medical.hide-mobile {
        display: none;
    }
}

.x-image-medical {
    font-family: 'Roboto';
    margin: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.x-image-medical.position-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.x-image-medical .image-img {
    max-width: 100%;
    width: 730px;
    padding: 0 20px
}

.x-image-medical div.text-container p {
    width: 100%;
    display: block;
    font-size: 14px;
    text-align: inherit;
    background-color: #ddd;
    margin: 0 20px;
    padding: 0 5px
}

.x-image-medical div {
    text-align: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 768px) {
    .x-image-medical {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .x-image-medical .image-img {
        max-width: 100%;
        width: 730px
    }

    .x-image-medical div.text-container {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .x-image-medical div.text-container p {
        font-style: normal;
        display: inline-block;
        background-color: #ffc000;
        font-size: 24px;
        font-weight: 700;
        padding: 15px;
        margin: -20px 20px 0
    }
}

.x-h6-medical {
    font-family: 'Roboto';
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    text-align: left;
    margin: 20px 0;
    padding: 5px 20px;
}

.x-h6-medical.left {
    text-align: left;
}

@media only screen and (max-width: 970px) {
    .x-float_img_text-medical {
        font-family: 'Roboto';
        color: #000;
        font-size: 13px !important;
        font-weight: 400;
        line-height: 1.4em;
        margin: 0px 20px;
    }
}

@media only screen and (max-width: 768px) {
    .x-h6-medical {
        font-size: 18px;
        line-height: 28px;
    }
}

.x-p-medical {
    font-family: 'Roboto';
    color: #1e1e1e;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left;
    margin: 20px;
}

@media only screen and (max-width: 768px) {
    .x-p-medical {
        font-size: 16px;
        line-height: 24px;
    }
}

.x-h4-medical {
    font-family: 'Roboto';
    color: #000;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.4em;
    text-align: left;
    margin: 20px 0;
    padding: 5px 20px;
}

.x-h4-medical.left {
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .x-h4-medical {
        font-size: 22px;
    }
}

/* Ukrycie komponentu w trybie mobile lub desktop */
.x-h5-medical {
    font-family: 'Roboto';
    color: #000;
    font-size: 22px;
    line-height: 1.4em;
    text-align: left;
    margin: 20px 0;
    padding: 5px 20px;
}

.x-h5-medical.left {
    text-align: left;
}

.x-h5-medical.center {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .x-h5-medical {
        line-height: 28px;
    }
}

/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (max-width: 768px) {
    .x-h5-medical.hide-mobile {
        display: none;
    }
}

/* Ukrycie komponentu w trybie mobile lub desktop */
.x-weather-medical {
    width: auto;
    margin: 0 20px 20px;
    font-family: "Roboto";
    background-image: url(../img/01d.jpg);
}

.x-weather-medical .weather_title {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 7px 12px;
    text-align: center;
}

.x-weather-medical .weather_title time {
    font-weight: 700;
}

.x-weather-medical .weather_title span {
    display: inline-block;
    width: 1px;
    min-width: 1px;
    background-color: rgba(255, 255, 255, 0.7);
}

.x-weather-medical .weather_title.weather_title_today span {
    height: 12px;
    margin: 0 7px;
}

.x-weather-medical .weather_title.weather_title_future {
    font-size: 14px;
    flex-direction: column;
    padding: 5px 2px;
}

.x-weather-medical .weather_title.weather_title_future span {
    display: none;
}

.x-weather-medical .weather_title.weather_title_future time {
    font-size: 13px;
    font-weight: 900;
}

.x-weather-medical .actual_weather {
    width: 100%;
}

.x-weather-medical .actual_weather .weather_today {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.x-weather-medical .actual_weather .weather_today_main {
    display: flex;
    flex-direction: column;
}

.x-weather-medical .actual_weather .weather_today_main .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
}

.x-weather-medical .actual_weather .weather_today_main .top .top_img_wrapper {
    max-width: 62px;
}

.x-weather-medical .actual_weather .weather_today_main .top .top_img_wrapper img {
    width: 100%;
}

.x-weather-medical .actual_weather .weather_today_main .top .top_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
    padding-left: 12px;
}

.x-weather-medical .actual_weather .weather_today_main .top .top_content p {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.x-weather-medical .actual_weather .weather_today_main .top .top_content .content_wind_speed,
.x-weather-medical .actual_weather .weather_today_main .top .top_content .content_pressure {
    font-size: 16px;
    letter-spacing: .2px;
}

.x-weather-medical .actual_weather .weather_today_main .top .top_content .content_wind_speed {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.x-weather-medical .actual_weather .weather_today_main .top .top_content .content_wind_speed::before {
    content: '';
    background-image: url(../img/wind.png);
    background-size: cover;
    width: 27px;
    height: 19px;
    min-width: 27px;
    min-height: 19px;
    margin-right: 5px;
}

.x-weather-medical .actual_weather .weather_today_main .top .top_content .content_temp {
    font-size: 40px;
    font-weight: 900;
    line-height: 42px;
}

.x-weather-medical .actual_weather .weather_today_main .top .top_content .content_temp img {
    display: none;
}

.x-weather-medical .actual_weather .weather_today_main .bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background-color: rgba(41, 73, 98, 0.7);
    padding: 7px 10px;
}

.x-weather-medical .actual_weather .weather_today_main .bottom .bottom_temp_feel {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.x-weather-medical .actual_weather .weather_today_main .bottom .bottom_temp_feel p {
    font-size: 10px;
}

.x-weather-medical .actual_weather .weather_today_main .bottom .bottom_temp_feel span {
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    margin-left: 6px;
}

.x-weather-medical .actual_weather .weather_today_main .bottom .bottom_timer {
    font-size: 20px;
    font-weight: 400;
}

.x-weather-medical .actual_weather_2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 3px 0;
    filter: brightness(120%);
    background-image: url(../img/01d.jpg);
}

.x-weather-medical .actual_weather_2 .actual_weather_2_inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    background-color: rgba(246, 127, 0, 0.7);
}

.x-weather-medical .actual_weather_2 .actual_weather_2_col {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    margin: 5px;
}

.x-weather-medical .actual_weather_2 .actual_weather_2_col .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.x-weather-medical .actual_weather_2 .actual_weather_2_col .content span {
    font-size: 20px;
    font-weight: 900;
}

.x-weather-medical .actual_weather_2 .actual_weather_2_col .content p {
    font-size: 9px;
}

.x-weather-medical .actual_weather_2 .actual_weather_2_col.temp {
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}

.x-weather-medical .actual_weather_2 .actual_weather_2_col.temp:nth-child(2) {
    margin-right: -10px;
}

.x-weather-medical .actual_weather_2 .actual_weather_2_col.temp .content {
    margin-left: 3px;
}

.x-weather-medical .actual_weather_2 .actual_weather_2_col.clouds {
    flex-direction: column;
    justify-content: flex-end;
}

.x-weather-medical .actual_weather_2 .actual_weather_2_col.clouds .content .img_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.x-weather-medical .future_weather_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #fff;
}

.x-weather-medical .future_weather_wrapper .future_weather {
    width: calc(48.5%);
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/10d.jpg);
}

.x-weather-medical .future_weather_wrapper .future_weather .content {
    padding: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.x-weather-medical .future_weather_wrapper .future_weather .content .content_icon_mobile {
    display: none;
}

.x-weather-medical .future_weather_wrapper .future_weather .content .content_inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.x-weather-medical .future_weather_wrapper .future_weather .content .content_pressure,
.x-weather-medical .future_weather_wrapper .future_weather .content .content_wind_speed {
    font-size: 14px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.x-weather-medical .future_weather_wrapper .future_weather .content .content_temp {
    font-size: 15px;
    font-weight: 700;
    margin: 6px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.x-weather-medical .future_weather_wrapper .future_weather .content .content_temp img {
    max-width: 34px;
    max-height: 32px;
    margin-right: 7px;
}

.x-weather-medical .future_weather_wrapper .future_weather .content .content_wind_speed {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.x-weather-medical .future_weather_wrapper .future_weather .content .content_wind_speed::before {
    content: '';
    background-image: url(../img/wind.png);
    background-size: cover;
    width: 22px;
    height: 15px;
    min-width: 22px;
    min-height: 15px;
    margin-right: 5px;
}

@media only screen and (max-width: 768px) {
    .x-weather-medical.hide-mobile {
        display: none;
    }
}

@media only screen and (max-width: 1100px) {
    .x-weather-medical .weather_title.weather_title_future {
        flex-direction: row;
        font-size: 14px;
    }

    .x-weather-medical .weather_title.weather_title_future span {
        display: inline-block;
        height: 10px;
        margin: 0 5px;
    }

    .x-weather-medical .weather_title.weather_title_future time {
        font-size: 14px;
        font-weight: 900;
    }

    .x-weather-medical .future_weather_wrapper {
        flex-direction: column;
    }

    .x-weather-medical .future_weather_wrapper .future_weather {
        width: 100%;
        margin-bottom: 3px;
    }

    .x-weather-medical .future_weather_wrapper .future_weather .content {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        padding: 8px 12px;
    }

    .x-weather-medical .future_weather_wrapper .future_weather .content .content_inner {
        width: auto;
    }

    .x-weather-medical .future_weather_wrapper .future_weather .content .content_inner img {
        display: none;
    }

    .x-weather-medical .future_weather_wrapper .future_weather .content .content_inner .content_temp {
        font-size: 22px;
        margin: 4px 0;
    }

    .x-weather-medical .future_weather_wrapper .future_weather .content .content_icon_mobile {
        display: inline-block;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 950px) {
    .x-weather-medical .actual_weather .weather_today_main .top {
        justify-content: center;
    }

    .x-weather-medical .actual_weather .weather_today_main .top .top_img_wrapper {
        display: none;
    }

    .x-weather-medical .actual_weather .weather_today_main .top .top_content {
        padding: unset;
    }

    .x-weather-medical .actual_weather .weather_today_main .top .top_content .content_temp {
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 33px;
    }

    .x-weather-medical .actual_weather .weather_today_main .top .top_content .content_temp img {
        display: inline-block;
        max-height: 28px;
        min-height: 28px;
        margin-right: 6px;
    }

    .x-weather-medical .actual_weather_2 .actual_weather_2_col {
        width: 50%;
    }

    .x-weather-medical .actual_weather_2 .actual_weather_2_col.clouds {
        display: none;
    }

    .x-weather-medical .actual_weather_2 .actual_weather_2_col.temp:nth-child(2) {
        margin-right: unset;
    }
}

@media only screen and (max-width: 890px) {
    .x-weather-medical .weather_today_main .bottom .bottom_timer {
        display: none;
    }

    .x-weather-medical .weather_title.weather_title_today {
        flex-direction: column;
    }

    .x-weather-medical .weather_title.weather_title_today span {
        display: none;
    }

    .x-weather-medical .weather_title.weather_title_today time {
        margin-top: 2px;
    }

    .x-weather-medical .future_weather_wrapper .future_weather .content {
        justify-content: center;
    }

    .x-weather-medical .future_weather_wrapper .future_weather .content .content_inner img {
        display: inline-block;
    }

    .x-weather-medical .future_weather_wrapper .future_weather .content .content_icon_mobile {
        display: none;
    }
}

/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (max-width: 768px) {
    .x-weather-medical.hide-mobile {
        display: none;
    }
}

.x-float_img_text-medical {
    font-family: 'Roboto';
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0px 20px;
}

.x-float_img_text-medical .float_img_text-img {
    max-width: 230px;
    width: auto;
    float: left;
    margin: 0 20px 20px 20px
}

.x-float_img_text-medical .float_img_text-img.float_left {
    float: left !important
}

.x-float_img_text-medical .float_img_text-img img {
    width: 100%;
    margin-top: 4px;
}

.x-float_img_text-medical .float_img_text-list {
    margin: 0 !important
}

@media only screen and (max-width: 500px) {
    .x-float_img_text-medical {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media only screen and (max-width: 768px) {
    .x-float_img_text-medical {
        text-align: center
    }

    .x-float_img_text-medical .float_img_text-img {
        max-width: 100%;
        margin: 0 20px 20px 20px;
        float: none;
        margin-bottom: 10px
    }

    .x-float_img_text-medical .float_img_text-text {
        font-size: 16px
    }

    .x-float_img_text-medical .float_img_text-list {
        font-size: 16px;
        margin-left: 20px !important
    }
}

@media only screen and (max-width: 768px) {
    .x-float_img_text-medical.hide-mobile {
        display: none
    }
}

.x-banner-medical {
    font-family: 'Roboto';
    background: -webkit-linear-gradient(top, #ebd50c 0%, #795e8e 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ebd50c), to(#795e8e));
    background: -o-linear-gradient(top, #ebd50c 0%, #795e8e 100%);
    background: linear-gradient(to bottom, #ebd50c 0%, #795e8e 100%);
    padding: 20px 0;
    border: 1px solid #000;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px
}

.x-banner-medical a {
    width: 100%
}

.x-banner-medical a .banner-text {
    width: 100%;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    background-color: #3454b9;
    padding: 15px
}

.x-banner-medical a .banner-img {
    max-width: 100%;
    width: 300px;
}
.page-bottom a {
    text-decoration: none;
}
.page-bottom a .banner-button,
.x-banner-medical a .banner-button {
    max-width: 200px;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    border: none;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    border-radius: 10px;
    background: -webkit-linear-gradient(90deg, #0056ba 0%, #4494f1 100%);
    background: -webkit-linear-gradient(bottom, #0056ba 0%, #4494f1 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#0056ba), to(#4494f1));
    background: -o-linear-gradient(bottom, #0056ba 0%, #4494f1 100%);
    background: linear-gradient(0deg, #0056ba 0%, #4494f1 100%);
    -webkit-box-shadow: 0 1px 6.96px 1.04px rgba(0, 0, 0, 0.63);
    box-shadow: 0 1px 6.96px 1.04px rgba(0, 0, 0, 0.63);
    padding: 10px 0;
    margin: 10px auto 0;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}
.page-bottom a:hover .banner-button,
.x-banner-medical a:hover .banner-button {
    -webkit-box-shadow: 0 1px 6.96px 5px rgba(0, 0, 0, 0.63);
    box-shadow: 0 1px 6.96px 5px rgba(0, 0, 0, 0.63);
}

@media only screen and (max-width: 768px) {
    .x-banner-medical.hide-mobile {
        display: none
    }
}

.x-comment-medical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 2px solid #dedede;
    font-family: 'Roboto';
}

.x-comment-medical .comment-img {
    width: 41px;
    height: 41px;
    margin-right: 15px;
    margin-top: -2px;
    margin-left: 15px;
}

.x-comment-medical .comment-box {
    width: 100%;
}

.x-comment-medical .comment-box .comment-signature {
    color: #000000;
    font-size: 15px;
    font-weight: 900;
    font-style: italic;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.x-comment-medical .comment-box .comment-signature .comment-date {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .x-comment-medical {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 20px;
    }

    .x-comment-medical .comment-img {
        display: none;
    }

    .x-comment-medical .comment-box .comment-text {
        font-size: 18px;
    }
}

* {
    box-sizing: border-box;
    margin: 0;
}

.template_index {
    width: 100%;
    min-height: 100vh;
    background-color: #b8b8b8;
    outline: 1px solid #b8b8b8;
    display: flex;
    justify-content: center;
}

.template_index.ltr {
    direction: ltr;
}

.template_index .container {
    max-width: 1075px;
    width: 100%;
    background-color: #fff;
    margin: 25px 0;
    padding: 0 0 25px;
}

.template_index .container .container__header {
    width: 100%;
}

.template_index .container .container__wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.template_index .container .container__wrapper .container__wrapper--main {
    width: 64.977%;
}

.template_index .container .container__wrapper .container__wrapper--sidebar {
    width: 32%;
}

.template_index .container .container__wrapper--comments {
    max-width: 800px;
    width: 100%;
    margin-top: 50px;
}

@media only screen and (max-width: 768px) {
    .template_index .container {
        padding: 0 0 30px;
        margin: 0;
    }

    .template_index .container .container__wrapper .container__wrapper--main {
        width: 100%;
        padding: 0;
    }

    .template_index .container .container__wrapper .container__wrapper--sidebar {
        display: none;
    }

    .template_index .container .container__wrapper--comments {
        padding: 0;
    }
}

input[value=""]:hover {
    background: #b00 !important;
    transition: background .3s
}

input[value=""]:active {
    transform: translateY(2px);
    box-shadow: none !important
}

.ruletka-p {
    text-indent: 0;
    color: #000;
    text-align: center;
    margin: 15px;
    line-height: 25px;
    font-weight: 700
}

.ruletka-p h2 {
    font-size: 25px;
    margin-bottom: 15px
}

.spin-wrapper {
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
    border: 3px solid red;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 20px
}

.spin-wrapper .ruletka-p {
    margin-bottom: 15px
}

.wheel {
    width: 380px !important;
    margin: 0 auto;
    position: relative
}

.wheel img {
    max-width: 100%;
    margin-bottom: 0
}

.wheel-img {
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s
}

.wheel-cursor {
    position: absolute;
    width: 35% !important;
    height: 35%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cursor-text {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 50% !important;
    height: 50%;
    font: 16px Arial !important;
    line-height: 68px !important;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
    top: 49%;
    left: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    background: #fff;
}

.order_block {
    display: none;
    text-align: center !important
}

.order_block img {
    max-width: 100%;
    /* max-width: 300px; */
}

.order_block h3 {
    font: bold 18px Arial !important;
    background: 0 0
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700
}

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    text-align: center
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear
}

.close-popup {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../img/cross.svg);
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer
}

.pop-up-heading {
    margin-top: 10px;
    font-size: 40px;
    margin-bottom: 20px
}

.pop-up-text {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 23px;
    line-height: 30px;
    text-align: center !important;
}

.pop-up-button {
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff !important;
    border: medium none;
    cursor: pointer;
    outline: medium none
}

.super-rotation {
    -webkit-animation-name: super-rotation;
    animation-name: super-rotation;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

@keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1600deg);
        transform: rotate(1600deg)
    }
    100% {
        -webkit-transform: rotate(1590deg);
        transform: rotate(1590deg)
    }
}

.cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
    box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear
}

.pop-up-window::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #71c341;
    border-radius: 50%;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px)
    }
    30% {
        transform: translateY(100px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important
}

@media all and (max-width: 520px) {
    .wheel {
        width: 280px !important
    }

    .cursor-text {
        line-height: 49px !important;
        font-size: 12px !important;
    }

    .close-popup {
        right: 0
    }
}

@media screen and (max-width: 345px) {
    .wheel {
        width: 210px !important
    }

    .x-header_v2-medical .header_center .left a {
        font-size: 25px;
    }

    .cursor-text {
        line-height: 43px !important;
        font-size: 10px !important
    }
}

.product-block {
    max-width: 170px;
    display: block;
    margin: 0;
    text-align: center
}

@media screen and (max-width: 650px) {
    .commit {
        margin-bottom: 25px
    }
}

@media screen and (max-width: 767px) {
    .lt87 {
        font-size: 18px
    }

    .product-block {
        width: 100% !important;
        margin: 0 auto !important
    }
}

.form-container {
    border: 4px dashed #785d96;
    background: #dddffc;
    background: -webkit-gradient(linear, left top, left bottom, from(#dddffc), to(#dddffc));
    background: -webkit-linear-gradient(top, #dddffc, #dddffc);
    background: -moz-linear-gradient(top, #dddffc, #dddffc);
    background: -ms-linear-gradient(top, #dddffc, #dddffc);
    background: -o-linear-gradient(top, #dddffc, #dddffc);
    background-image: -ms-linear-gradient(top, #dddffc 0, #dddffc 100%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(000, 000, 000, .9) 0 1px 2px, inset rgba(255, 255, 255, .4) 0 0 0;
    -moz-box-shadow: rgba(000, 000, 000, .9) 0 1px 2px, inset rgba(255, 255, 255, .4) 0 0 0;
    box-shadow: rgba(000, 000, 000, .9) 0 1px 2px, inset rgba(255, 255, 255, .4) 0 0 0;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    text-decoration: none;
    vertical-align: middle; /* min-width:300px; */
    padding: 20px;
    width: 100%;
    max-width: 389px;
    margin: 0 auto;
}

.form-field {
    border: 1px solid #d1d1d1;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #a6a2c7;
    -webkit-box-shadow: rgba(255, 255, 255, .4) 0 1px 0, inset rgba(000, 000, 000, .7) 0 0 0;
    -moz-box-shadow: rgba(255, 255, 255, .4) 0 1px 0, inset rgba(000, 000, 000, .7) 0 0 0;
    box-shadow: rgba(255, 255, 255, .4) 0 1px 0, inset rgba(000, 000, 000, .7) 0 0 0;
    padding: 14px;
    margin-bottom: 18px;
    width: 91%;
    font-size: large;
    line-height: 1;
    min-height: 54px;
    outline: none;
}

select.form-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/select.png) no-repeat 96% center;
}

select::-ms-expand {
    display: none;
}

.submit-container {
    margin: 8px 0;
    text-align: right;
    width: 94%
}

.submit-button {
    border: 1px solid #447314;
    background: #ff6803;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed9e00), to(#ff6803));
    background: -webkit-linear-gradient(top, #ff041c, #ff6803);
    background: -moz-linear-gradient(top, #ed9e00, #ff6803);
    background: -ms-linear-gradient(top, #ed9e00, #ff6803);
    background: -o-linear-gradient(top, #ed9e00, #ff6803);
    background-image: -ms-linear-gradient(top, #ed9e00 0, #ff6803 100%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(255, 255, 255, .4) 0 1px 0, inset rgba(255, 255, 255, .4) 0 1px 0;
    -moz-box-shadow: rgba(255, 255, 255, .4) 0 1px 0, inset rgba(255, 255, 255, .4) 0 1px 0;
    box-shadow: rgba(255, 255, 255, .4) 0 1px 0, inset rgba(255, 255, 255, .4) 0 1px 0;
    text-shadow: #698f43 0 1px 0;
    color: #fff;
    font-family: helvetica, serif;
    padding: 8.5px 18px;
    font-size: x-large;
    text-decoration: none;
    vertical-align: middle;
    width: 94%;
    cursor: pointer;
}

.submit-button:hover {
    border: 1px solid #447314;
    text-shadow: #31540c 0 1px 0;
    background: #6aa436;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff8c3f), to(#ff8c3f));
    background: -webkit-linear-gradient(top, #ff8c3f, #ff8c3f);
    background: -moz-linear-gradient(top, #ff8c3f, #ff8c3f);
    background: -ms-linear-gradient(top, #ff8c3f, #ff8c3f);
    background: -o-linear-gradient(top, #ff8c3f, #ff8c3f);
    background-image: -ms-linear-gradient(top, #ff8c3f, #ff8c3f 100%);
    color: #fff
}

.submit-button:active {
    text-shadow: #31540c 0 1px 0;
    border: 1px solid #447314;
    background: #8dc059;
    background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#6aa436));
    background: -webkit-linear-gradient(top, #6aa436, #8dc059);
    background: -moz-linear-gradient(top, #6aa436, #8dc059);
    background: -ms-linear-gradient(top, #6aa436, #8dc059);
    background: -o-linear-gradient(top, #6aa436, #8dc059);
    background-image: -ms-linear-gradient(top, #6aa436 0, #8dc059 100%);
    color: #fff
}

.price {
    font-size: 20px;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.price-previous-number {
    position: relative
}

.price-current-number, .price-previous-number {
    font-size: 40px;
    line-height: 1;
    display: flex;
    align-items: flex-end
}

.price-previous-number:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #ea472d;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    top: 21px
}

.price-current {
    color: #000
}

.price-current-number {
    font-weight: 900
}

.price-text {
    margin-bottom: 0 !important;
    line-height: 1.3
}

.price .x_currency {
    font-size: 16px;
    margin-bottom: 5px
}

.block-center {
    margin: 0 auto;
    text-align: center
}

@media screen and (max-width: 530px) {
    #navbarBot {
        padding: 15px 0 15px 10px;
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .submit-button {
        border: 1px solid #447314;
        background: #ff6803;
        background: -webkit-gradient(linear, left top, left bottom, from(#ed9e00), to(#ff6803));
        background: -webkit-linear-gradient(top, #ff041c, #ff6803);
        background: -moz-linear-gradient(top, #ed9e00, #ff6803);
        background: -ms-linear-gradient(top, #ed9e00, #ff6803);
        background: -o-linear-gradient(top, #ed9e00, #ff6803);
        background-image: -ms-linear-gradient(top, #ed9e00 0, #ff6803 100%);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: rgba(255, 255, 255, .4) 0 1px 0, inset rgba(255, 255, 255, .4) 0 1px 0;
        -moz-box-shadow: rgba(255, 255, 255, .4) 0 1px 0, inset rgba(255, 255, 255, .4) 0 1px 0;
        box-shadow: rgba(255, 255, 255, .4) 0 1px 0, inset rgba(255, 255, 255, .4) 0 1px 0;
        text-shadow: #698f43 0 1px 0;
        color: #fff;
        font-family: helvetica, serif;
        padding: 8.5px 18px;
        font-size: 17px;
        text-decoration: none;
        vertical-align: middle;
        width: 94%;
    }

    .form-field {
        border: 1px solid #d1d1d1;
        background: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #a6a2c7;
        -webkit-box-shadow: rgba(255, 255, 255, .4) 0 1px 0, inset rgba(000, 000, 000, .7) 0 0 0;
        -moz-box-shadow: rgba(255, 255, 255, .4) 0 1px 0, inset rgba(000, 000, 000, .7) 0 0 0;
        box-shadow: rgba(255, 255, 255, .4) 0 1px 0, inset rgba(000, 000, 000, .7) 0 0 0;
        padding: 14px;
        margin-bottom: 18px;
        width: 91%;
        font-size: 12px;
        line-height: 1;
        min-height: 54px;
        outline: none;
    }
}

#comebacker_main_div {
    display: none !important;
}

.link-x-float_img_text-medical {
    text-decoration: none;
}
.link-x-float_img_text-medical:hover {
    text-decoration: underline;
}

/* @media screen and (max-width: 768px) { */
    /* .x-comment-medical:nth-of-type(-n+6) { */
        /* display: none; */
    /* } */
/* } */