/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    list-style: none;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border: 2px solid #ff5300;
    background-color: #fff;
    text-indent: -9999px;
    border-radius: 50%;
    padding: 0;
    margin: 0 5px;
}

#doz_m_00 #doz_m_01 {
    overflow: hidden;
    color: #48494d;
    background: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: normal;
    /*
     *  Owl Carousel - Core
     */
    /* No Js */
    /*
     *  Owl Carousel - Animate Plugin
     */
    /*
     * 	Owl Carousel - Auto Height Plugin
     */
    /*
     * 	Owl Carousel - Lazy Load Plugin
     */
    /*
     * 	Owl Carousel - Video Plugin
     */
}

#doz_m_00 #doz_m_01 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#doz_m_00 #doz_m_01 .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

#doz_m_00 #doz_m_01 .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}

#doz_m_00 #doz_m_01 .owl-carousel .owl-stage:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#doz_m_00 #doz_m_01 .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

#doz_m_00 #doz_m_01 .owl-carousel .owl-wrapper,
#doz_m_00 #doz_m_01 .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

#doz_m_00 #doz_m_01 .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

#doz_m_00 #doz_m_01 .owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

#doz_m_00 #doz_m_01 .owl-carousel .owl-nav.disabled,
#doz_m_00 #doz_m_01 .owl-carousel .owl-dots.disabled {
    display: none;
}

#doz_m_00 #doz_m_01 .owl-carousel .owl-nav .owl-prev,
#doz_m_00 #doz_m_01 .owl-carousel .owl-nav .owl-next,
#doz_m_00 #doz_m_01 .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#doz_m_00 #doz_m_01 .owl-carousel.owl-loaded {
    display: block;
}

#doz_m_00 #doz_m_01 .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

#doz_m_00 #doz_m_01 .owl-carousel.owl-hidden {
    opacity: 0;
}

#doz_m_00 #doz_m_01 .owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

#doz_m_00 #doz_m_01 .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#doz_m_00 #doz_m_01 .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

#doz_m_00 #doz_m_01 .owl-carousel.owl-rtl {
    direction: rtl;
}

#doz_m_00 #doz_m_01 .owl-carousel.owl-rtl .owl-item {
    float: right;
}

#doz_m_00 #doz_m_01 .no-js .owl-carousel {
    display: block;
}

#doz_m_00 #doz_m_01 .owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#doz_m_00 #doz_m_01 .owl-carousel .owl-animated-in {
    z-index: 0;
}

#doz_m_00 #doz_m_01 .owl-carousel .owl-animated-out {
    z-index: 1;
}

#doz_m_00 #doz_m_01 .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#doz_m_00 #doz_m_01 .owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

#doz_m_00 #doz_m_01 .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

#doz_m_00 #doz_m_01 .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#doz_m_00 #doz_m_01 .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

#doz_m_00 #doz_m_01 .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url('owl.video.play.png') no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

#doz_m_00 #doz_m_01 .owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

#doz_m_00 #doz_m_01 .owl-carousel .owl-video-playing .owl-video-tn,
#doz_m_00 #doz_m_01 .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

#doz_m_00 #doz_m_01 .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

#doz_m_00 #doz_m_01 .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

#doz_m_00 #doz_m_01 .sam_arrow-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    padding: 10px 15px;
    cursor: pointer;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .sam_arrow-right {
        display: none;
    }
}

#doz_m_00 #doz_m_01 .sam_arrow-left {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    padding: 10px 15px;
    cursor: pointer;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .sam_arrow-left {
        display: none;
    }
}

#doz_m_00 #doz_m_01 .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.4);
    margin: 0;
    padding: 0 10px;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#doz_m_00 #doz_m_01 .owl-dots .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    margin: 8px;
    padding: 0;
}

#doz_m_00 #doz_m_01 .owl-dots .owl-dot.active {
    background: #fff;
}

#doz_m_00 #doz_m_01 .owl-dots .owl-dot span {
    padding: 0;
    margin: 0;
    display: none;
}

#doz_m_00 #doz_m_01 .sam_autoplay {
    position: absolute;
    bottom: -2px;
    height: 30px;
    width: 30px;
    z-index: 1;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

#doz_m_00 #doz_m_01 .sam_autoplay--0 {
    left: 50%;
    margin-left: 55px;
}

#doz_m_00 #doz_m_01 .sam_autoplay--1 {
    left: 50%;
    margin-left: 90px;
}

#doz_m_00 #doz_m_01 .sam_autoplay--2 {
    left: 50%;
    margin-left: 78px;
}

#doz_m_00 #doz_m_01 .sam_autoplay.sam_on:after {
    position: absolute;
    background: url('../img/sam_pause.png') no-repeat;
    background-position: center;
    background-size: 100%;
    content: '';
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#doz_m_00 #doz_m_01 .sam_autoplay:after {
    position: absolute;
    background: url('../img/sam_play.png') no-repeat;
    background-position: center;
    background-size: 100%;
    content: '';
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#doz_m_00 #doz_m_01 .doz_container {
    max-width: 1250px;
    width: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

#doz_m_00 #doz_m_01 .doz_container.doz_container-no-bg {
    background: none !important;
    min-height: inherit !important;
}

#doz_m_00 #doz_m_01 .doz_relative {
    position: relative;
}

#doz_m_00 #doz_m_01 img {
    max-width: 100%;
    width: auto;
}

#doz_m_00 #doz_m_01 .doz_img-center {
    display: block;
    margin: 0 auto;
}

#doz_m_00 #doz_m_01 .doz_title {
    display: block;
    line-height: 1.2em;
    color: #522d89;
    font-weight: 300;
}

#doz_m_00 #doz_m_01 .doz_title--small {
    font-size: 20px;
}

@media (min-width: 900px) and (max-width: 1123px) {
    #doz_m_00 #doz_m_01 .doz_title--small {
        font-size: 20px;
    }
}

@media (min-width: 480px) and (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_title--small {
        font-size: 20px;
        text-align: center;
    }
}

@media (max-width: 479px) {
    #doz_m_00 #doz_m_01 .doz_title--small {
        font-size: 18px;
        text-align: center;
    }
}

#doz_m_00 #doz_m_01 .doz_title--medium {
    margin-bottom: 15px;
    font-size: 32px;
}

@media (min-width: 900px) and (max-width: 1123px) {
    #doz_m_00 #doz_m_01 .doz_title--medium {
        font-size: 32px;
    }
}

@media (min-width: 480px) and (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_title--medium {
        font-size: 28px;
        text-align: center;
    }
}

@media (max-width: 479px) {
    #doz_m_00 #doz_m_01 .doz_title--medium {
        font-size: 26px;
        text-align: center;
    }
}

#doz_m_00 #doz_m_01 .doz_title--big {
    margin: 0 auto;
    font-size: 48px;
    margin-bottom: 15px;
}

@media (min-width: 1124px) {
    #doz_m_00 #doz_m_01 .doz_title--big {
        font-size: 48px;
    }
}

@media (min-width: 900px) and (max-width: 1123px) {
    #doz_m_00 #doz_m_01 .doz_title--big {
        font-size: 38px;
    }
}

@media (min-width: 480px) and (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_title--big {
        font-size: 34px;
        text-align: center;
    }
}

@media (max-width: 479px) {
    #doz_m_00 #doz_m_01 .doz_title--big {
        font-size: 28px;
        text-align: center;
    }
}

#doz_m_00 #doz_m_01 .doz_title--left {
    text-align: left;
}

@media (min-width: 480px) and (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_title--left {
        text-align: center;
    }
}

@media (max-width: 479px) {
    #doz_m_00 #doz_m_01 .doz_title--left {
        text-align: center;
    }
}

#doz_m_00 #doz_m_01 .doz_title--right {
    text-align: right;
}

@media (min-width: 480px) and (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_title--right {
        text-align: center;
    }
}

@media (max-width: 479px) {
    #doz_m_00 #doz_m_01 .doz_title--right {
        text-align: center;
    }
}

#doz_m_00 #doz_m_01 .doz_title--center {
    text-align: center;
}

#doz_m_00 #doz_m_01 .doz_title--uppercase {
    text-transform: uppercase;
}

#doz_m_00 #doz_m_01 .doz_title strong {
    font-weight: 600;
}

#doz_m_00 #doz_m_01 .doz_text {
    display: block;
    line-height: 1.3em;
    font-size: 16px;
}

@media (min-width: 900px) and (max-width: 1123px) {
    #doz_m_00 #doz_m_01 .doz_text {
        font-size: 15px;
    }
}

@media (min-width: 480px) and (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_text {
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    #doz_m_00 #doz_m_01 .doz_text {
        font-size: 14px;
    }
}

#doz_m_00 #doz_m_01 .doz_text--white {
    color: #fff;
}

#doz_m_00 #doz_m_01 .doz_text--black {
    color: #000;
}

#doz_m_00 #doz_m_01 .doz_text--left {
    text-align: left;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_text--left {
        text-align: center;
    }
}

#doz_m_00 #doz_m_01 .doz_text--right {
    text-align: right;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_text--right {
        text-align: center;
    }
}

#doz_m_00 #doz_m_01 .doz_text--uppercase {
    text-transform: uppercase;
}

#doz_m_00 #doz_m_01 .doz_text--small {
    font-size: 14px;
}

#doz_m_00 #doz_m_01 .doz_text--text-wrap {
    word-wrap: break-word;
}

#doz_m_00 #doz_m_01 .doz_text--center {
    text-align: center;
}

#doz_m_00 #doz_m_01 p {
    margin-bottom: 5px;
    margin-top: 0;
}

#doz_m_00 #doz_m_01 .doz_disclaimer {
    display: block;
    text-align: center;
    margin: 0 auto;
    line-height: 1.3em;
    font-size: 12px;
    padding: 3px 0;
    color: #000;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_disclaimer {
        text-align: center;
        font-size: 11px;
    }
}

#doz_m_00 #doz_m_01 .doz_disclaimer--white {
    color: #fff;
}

#doz_m_00 #doz_m_01 .doz_disclaimer--white a {
    color: #fff;
    text-decoration: underline;
}

#doz_m_00 #doz_m_01 .doz_disclaimer--black {
    color: #272727;
}

#doz_m_00 #doz_m_01 .doz_disclaimer--left {
    text-align: left;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_disclaimer--left {
        text-align: center;
    }
}

#doz_m_00 #doz_m_01 a.doz_btn {
    text-decoration: none;
}

#doz_m_00 #doz_m_01 .doz_btn {
    padding: 10px 70px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    display: inline-block;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    text-align: center;
    margin: 10px 0;
    min-width: 140px;
    color: #fff;
    background: transparent;
    border: 3px solid #fff;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
}

#doz_m_00 #doz_m_01 .doz_btn:hover {
    text-decoration: none;
    color: #000;
    background: #fff;
}

#doz_m_00 #doz_m_01 .doz_btn--blue {
    border-color: #001f61;
    color: #001f61;
}

#doz_m_00 #doz_m_01 .doz_btn--blue:hover {
    border-color: #001f61;
    color: #fff;
    background: #001f61;
}

#doz_m_00 #doz_m_01 .doz_btn--green {
    border-color: #007047;
    color: #007047;
}

#doz_m_00 #doz_m_01 .doz_btn--green:hover {
    text-decoration: none;
    color: #fff;
    background: #007047;
}

#doz_m_00 #doz_m_01 .doz_btn--black {
    border-color: #000000;
    color: #000000;
}

#doz_m_00 #doz_m_01 .doz_btn--black:hover {
    text-decoration: none;
    color: #fff;
    background: #000000;
}

#doz_m_00 #doz_m_01 .doz_btn--orange {
    border-color: #ee7103;
    color: #ee7103;
}

#doz_m_00 #doz_m_01 .doz_btn--orange:hover {
    text-decoration: none;
    color: #fff;
    background: #ee7103;
}

#doz_m_00 #doz_m_01 .doz_btn--black {
    border-color: #000000;
    color: #000000;
}

#doz_m_00 #doz_m_01 .doz_btn--black:hover {
    text-decoration: none;
    color: #fff;
    background: #000000;
}

#doz_m_00 #doz_m_01 .doz_btn--brown {
    border-color: #231f20;
    color: #231f20;
}

#doz_m_00 #doz_m_01 .doz_btn--brown:hover {
    text-decoration: none;
    color: #fff;
    background: #231f20;
}

#doz_m_00 #doz_m_01 .doz_btn--pink {
    border-color: #873275;
    color: #873275;
}

#doz_m_00 #doz_m_01 .doz_btn--pink:hover {
    text-decoration: none;
    color: #fff;
    background: #873275;
}

#doz_m_00 #doz_m_01 .doz_btn--no-margin {
    margin: 0;
}

#doz_m_00 #doz_m_01 .doz_btn--transparent {
    background: none;
    border: 2px solid #fff;
    color: #fff;
}

#doz_m_00 #doz_m_01 .doz_btn--big {
    padding: 16px 40px;
    font-size: 16px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_btn--big {
        font-size: 13px;
        padding: 6px 12px 5px 12px;
        line-height: 28px;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_btn {
        padding: 7px 35px;
    }
}

#doz_m_00 #doz_m_01 .doz_list {
    list-style-type: none;
}

#doz_m_00 #doz_m_01 .doz_effect {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}

#doz_m_00 #doz_m_01 .doz_effect h3 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}

#doz_m_00 #doz_m_01 .doz_effect img {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.6s cubic-bezier(0, 0, 0.58, 1);
}

#doz_m_00 #doz_m_01 .doz_effect_active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}

#doz_m_00 #doz_m_01 .doz_effect_active h3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}

#doz_m_00 #doz_m_01 .doz_effect_active img {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.6s cubic-bezier(0, 0, 0.58, 1);
}

#doz_m_00 #doz_m_01 .list-enter-active,
#doz_m_00 #doz_m_01 .list-leave-active {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#doz_m_00 #doz_m_01 .list-enter-from,
#doz_m_00 #doz_m_01 .list-leave-to {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

#doz_m_00 #doz_m_01 .doz_setion_head .doz_container {
    background: url('../img/head-section.webp') no-repeat;
    background-position: center;
    min-height: 600px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion_head .doz_container {
        background: url('../img/head-section-mobile.webp') no-repeat;
        min-height: auto;
        background-position: center;
        background-size: cover;
    }
}

#doz_m_00 #doz_m_01 .doz_setion_head .doz_container .doz_setion_head__text-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#doz_m_00 #doz_m_01 .doz_setion_head .doz_container .doz_setion_head__text-logo img {
    margin-right: 20px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion_head .doz_container .doz_setion_head__text-logo img {
        margin-right: 8px;
    }
}

#doz_m_00 #doz_m_01 .doz_setion_head__text p {
    margin-top: 10px;
    margin-bottom: 5px;
}

#doz_m_00 #doz_m_01 .doz_setion_head__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 30px 50px;
    min-height: 600px;
    gap: 100px;
}

#doz_m_00 #doz_m_01 .doz_setion_head__wrap > div {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion_head__wrap {
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        min-height: auto;
        padding: 30px 35px 25px 45px;
    }

    #doz_m_00 #doz_m_01 .doz_setion_head__wrap > div {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
}

@media (max-width: 479px) {
    #doz_m_00 #doz_m_01 .doz_setion_head__wrap {
        padding: 0px 25px 25px 25px;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion_head__text-logo img:first-child {
        width: 80px;
        margin-right: 8px;
    }

    #doz_m_00 #doz_m_01 .doz_setion_head__text-logo img:last-child {
        width: 62px;
    }
}

@media (max-width: 479px) {
    #doz_m_00 #doz_m_01 .doz_setion_head__text-logo img:first-child {
        width: 70px;
        margin-right: 8px;
    }

    #doz_m_00 #doz_m_01 .doz_setion_head__text-logo img:last-child {
        width: 52px;
    }
}

#doz_m_00 #doz_m_01 .doz_setion_head__text {
    color: #fff;
    margin-top: 30px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion_head__text {
        margin-top: 25px;
    }
}

#doz_m_00 #doz_m_01 .doz_setion_head__text p {
    font-size: 58px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion_head__text p {
        font-size: 33px;
        margin-top: 20px;
    }
}

@media (max-width: 479px) {
    #doz_m_00 #doz_m_01 .doz_setion_head__text p {
        margin-top: 0;
    }
}

#doz_m_00 #doz_m_01 .doz_setion_head__text span {
    font-size: 20px;
    padding-top: 40px;
    display: block;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion_head__text span {
        font-size: 14px;
        margin-top: 0;
        padding-top: 25px;
    }
}

@media (max-width: 479px) {
    #doz_m_00 #doz_m_01 .doz_setion_head__text span {
        padding-top: 10px;
    }
}

#doz_m_00 #doz_m_01 .doz_setion_head__text span a {
    text-decoration: underline;
    font-weight: 400;
    color: #fff;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion_head__quiz {
        -ms-flex-item-align: self-end;
        align-self: self-end;
    }
}

#doz_m_00 #doz_m_01 .doz_setion_head__quiz-contein {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50px;
    background-color: #6271a5;
    width: 360px;
    justify-self: center;
    margin-left: 100px;
    padding: 18px 30px 18px 50px;
    margin-top: 197px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

#doz_m_00 #doz_m_01 .doz_setion_head__quiz-contein span {
    margin-left: 20px;
    color: #fff;
    font-weight: 400;
}

#doz_m_00 #doz_m_01 .doz_setion_head__quiz-contein::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 88px;
    bottom: -10px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #6271a5;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion_head__quiz-contein {
        width: 200px;
        padding: 10px 10px 10px 25px;
        margin-left: 0px;
        margin-top: 140px;
    }

    #doz_m_00 #doz_m_01 .doz_setion_head__quiz-contein img {
        width: 25px;
    }

    #doz_m_00 #doz_m_01 .doz_setion_head__quiz-contein span {
        margin-left: 12px;
        font-size: 10px;
    }

    #doz_m_00 #doz_m_01 .doz_setion_head__quiz-contein::after {
        right: 30px;
    }
}

#doz_m_00 #doz_m_01 .doz_setion_head__quiz-contein .doz_setion__button {
    padding: 25px 0 0px 60px;
}

#doz_m_00 #doz_m_01 .doz_setion__medical {
    text-align: center;
}

#doz_m_00 #doz_m_01 .doz_setion__medical p {
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 20px 20px;
    font-weight: bold;
}

@media (max-width: 479px) {
    #doz_m_00 #doz_m_01 .doz_setion__medical p {
        font-size: 14px;
    }
}

#doz_m_00 #doz_m_01 .point-quiz {
    position: absolute;
    cursor: pointer;
    z-index: 5;
}

#doz_m_00 #doz_m_01 .doz_wraper {
    position: relative;
}

#doz_m_00 #doz_m_01 .doz_setion__d-grid-text-l {
    display: grid;
    -webkit-column-gap: 170px;
    -moz-column-gap: 170px;
    column-gap: 170px;
    grid-template-columns: [sidebar-start] 1fr [sidebar-end] 1fr;
    grid-template-areas: 'logo product' 'text product' 'button product';
    min-height: 600px;
    grid-template-rows: auto auto 1fr;
}

#doz_m_00 #doz_m_01 .doz_setion__d-grid-text-l .doz_setion__product {
    text-align: right;
}

#doz_m_00 #doz_m_01 .doz_setion__d-grid-text-l .doz_setion__product__text-wrap {
    text-align: left;
}

#doz_m_00 #doz_m_01 .doz_setion__d-grid-text-l .doz_setion__product__text {
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 10px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__d-grid-text-l {
        grid-template-columns: 1fr;
        gap: 0;
        grid-template-areas: 'mobile' 'text' 'button';
        min-height: auto;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__d-grid-text-r {
    display: grid;
    -webkit-column-gap: 170px;
    -moz-column-gap: 170px;
    column-gap: 170px;
    grid-template-columns: [sidebar-start] 1fr [sidebar-end] 1fr;
    grid-template-areas: 'product logo' 'product text' 'product button';
    min-height: 600px;
    grid-template-rows: auto auto 1fr;
}

#doz_m_00 #doz_m_01 .doz_setion__d-grid-text-r .doz_setion__product {
    text-align: left;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__d-grid-text-r {
        grid-template-columns: 1fr;
        gap: 0;
        grid-template-areas: 'mobile' 'text' 'button';
        min-height: auto;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__d-grid-text-r .doz_setion__logo {
    padding: 50px 0 0 60px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__d-grid-text-r .doz_setion__logo {
        display: none;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__d-grid-text-r .doz_setion__text {
    padding: 0 0 0 60px;
}

#doz_m_00 #doz_m_01 .doz_setion__d-grid-text-r .doz_setion__button {
    padding: 25px 0 0px 60px;
}

#doz_m_00 #doz_m_01 .doz_setion__mobile-view {
    display: none;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__mobile-view {
        display: block;
        width: 100%;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__logo {
    grid-area: logo;
    padding: 50px 0 0 50px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__logo {
        display: none;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__text {
    grid-area: text;
    width: 95%;
    padding: 0 0 0 50px;
}

#doz_m_00 #doz_m_01 .doz_setion__text h3 {
    font-size: 36px;
    font-weight: 900;
    margin-top: 80px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__text h3 {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 27px;
    }

    #doz_m_00 #doz_m_01 .doz_setion__text h3 br {
        display: none;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__text p {
    font-size: 20px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__text {
        width: 100%;
        padding: 15px 25px;
    }

    #doz_m_00 #doz_m_01 .doz_setion__text p {
        font-size: 20px;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__product {
    grid-area: product;
}

#doz_m_00 #doz_m_01 .doz_setion__product.align-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

#doz_m_00 #doz_m_01 .doz_setion__product.align-self-center {
    -ms-flex-item-align: center;
    align-self: center;
}

#doz_m_00 #doz_m_01 .doz_setion__product.justify-self-start {
    justify-self: flex-start;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__product {
        display: none;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__button {
    grid-area: button;
    padding: 25px 0 130px 50px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__button {
        padding: 0 25px 40px;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__button .doz_setion__product__text-wrap {
    display: none;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__button .doz_setion__product__text-wrap {
        display: block;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__footer .doz_container {
    background-color: #6271a5;
}

#doz_m_00 #doz_m_01 .doz_setion__footer .doz_container .doz_footer-grid {
    padding: 26px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__footer .doz_container .doz_footer-grid {
        gap: 15px;
        padding: 15px 25px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 479px) {
    #doz_m_00 #doz_m_01 .doz_setion__footer .doz_container .doz_footer-grid {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 15px 25px;
    }

    #doz_m_00 #doz_m_01 .doz_setion__footer .doz_container .doz_footer-grid br {
        display: none;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__footer .doz_container .doz_footer-grid > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__footer .doz_container .doz_footer-grid > div {
        gap: 15px;
    }
}

@media (max-width: 479px) {
    #doz_m_00 #doz_m_01 .doz_setion__footer .doz_container .doz_footer-grid > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-flex: 33.3333%;
        -ms-flex: 33.3333%;
        flex: 33.3333%;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__footer .doz_container .doz_footer-grid > div img {
    max-width: 65px;
    max-height: 61px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__footer .doz_container .doz_footer-grid > div img {
        max-width: 40px;
        max-height: 34px;
    }
}

@media (max-width: 479px) {
    #doz_m_00 #doz_m_01 .doz_setion__footer .doz_container .doz_footer-grid > div img {
        max-width: 40px;
        max-height: 34px;
    }
}

@media (max-width: 479px) {
    #doz_m_00 #doz_m_01 .doz_setion__footer .doz_container .doz_footer-grid > div .icon-mob-pos {
        min-height: 40px;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__footer .doz_container .doz_footer-grid > div span {
    color: #fff;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__footer .doz_container .doz_footer-grid > div span {
        font-size: 9px;
    }
}

#doz_m_00 #doz_m_01 .doz_setion_brands .brands-wrap {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion_brands .brands-wrap {
        width: 100%;
        padding: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 10px;
    }
}

#doz_m_00 #doz_m_01 .doz_setion_brands .brands-wrap__item {
    -webkit-box-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    text-align: center;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion_brands .brands-wrap__item {
        padding: 20px 10px;
        height: inherit;
    }

    #doz_m_00 #doz_m_01 .doz_setion_brands .brands-wrap__item img {
        max-width: 80px;
        max-height: 30px;
    }
}

#doz_m_00 #doz_m_01 .doz_setion_brands .doz_section-head {
    color: #001f61;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion_brands .doz_section-head {
        padding-left: 25px;
        padding-right: 25px;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__doz-product .doz_container {
    background: url('../img/doz-product/bg-doz-product.webp') no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 600px;
}

#doz_m_00 #doz_m_01 .doz_setion__doz-product .doz_container .doz_setion__text {
    color: #001f61;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__doz-product .doz_container .doz_setion__text {
        background: #cbd0db;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__doz-product .doz_container .doz_setion__button {
        background: #cbd0db;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__doz-product .doz_container {
        min-height: auto;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__doz-product .point-quiz {
    right: 16%;
    top: 33%;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__doz-product .point-quiz {
        right: 9%;
        top: 17%;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__doz-med .doz_container {
    background: url('../img/doz-med/bg-doz-product.webp') no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 600px;
}

#doz_m_00 #doz_m_01 .doz_setion__doz-med .doz_container .doz_setion__product__text-wrap {
    padding-right: 30px;
    color: #001f61;
    padding-left: 30px;
    margin-top: 20px;
}

#doz_m_00 #doz_m_01 .doz_setion__doz-med .doz_container .doz_setion__product__text {
    font-size: 10px;
}

#doz_m_00 #doz_m_01 .doz_setion__doz-med .doz_container .doz_setion__product img {
    margin-right: 30px;
    margin-top: 75px;
}

#doz_m_00 #doz_m_01 .doz_setion__doz-med .doz_container .doz_setion__text {
    color: #001f61;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__doz-med .doz_container .doz_setion__text {
        background: #94c5d9;
    }

    #doz_m_00 #doz_m_01 .doz_setion__doz-med .doz_container .doz_setion__text br {
        display: none;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__doz-med .doz_container .doz_setion__button {
        background: #94c5d9;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__doz-med .doz_container {
        min-height: auto;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__doz-med .point-quiz {
    right: 16%;
    top: 33%;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__doz-med .point-quiz {
        right: 9%;
        top: 17%;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__doz-med .doz_setion__medical {
    background-color: #001e61;
}

#doz_m_00 #doz_m_01 .doz_setion__zielnik-doz .doz_container {
    background: url('../img/zielnik-doz/bg-doz-product.webp') no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 600px;
}

#doz_m_00 #doz_m_01 .doz_setion__zielnik-doz .doz_container .doz_setion__product img {
    margin-left: 30px;
    margin-bottom: 50px;
}

#doz_m_00 #doz_m_01 .doz_setion__zielnik-doz .doz_container .doz_setion__text {
    color: #007047;
}

#doz_m_00 #doz_m_01 .doz_setion__zielnik-doz .doz_container .doz_setion__text h3 {
    margin-top: 75px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__zielnik-doz .doz_container .doz_setion__text {
        background: #d9efe2;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__zielnik-doz .doz_container .doz_setion__button {
        background: #d9efe2;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__zielnik-doz .doz_container {
        min-height: auto;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__zielnik-doz .point-quiz {
    left: 13%;
    top: 24%;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__zielnik-doz .point-quiz {
        left: 80%;
        top: 20%;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__oviso .doz_container {
    background: url('../img/oviso/bg-doz-product.webp') no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 650px;
}

#doz_m_00 #doz_m_01 .doz_setion__oviso .doz_container .doz_setion__product__text-wrap {
    padding-right: 30px;
    color: #ee7103;
    padding-left: 130px;
    margin-top: 20px;
}

#doz_m_00 #doz_m_01 .doz_setion__oviso .doz_container .doz_setion__product__text {
    font-size: 10px;
}

#doz_m_00 #doz_m_01 .doz_setion__oviso .doz_container .doz_setion__product img {
    margin-right: 60px;
    margin-top: 140px;
}

@media screen and (max-width: 1200px) {
    #doz_m_00 #doz_m_01 .doz_setion__oviso .doz_container .doz_setion__product img {
        margin-right: 0;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__oviso .doz_container .doz_setion__text {
    color: #ee7103;
}

#doz_m_00 #doz_m_01 .doz_setion__oviso .doz_container .doz_setion__text h3 {
    margin-top: 75px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__oviso .doz_container .doz_setion__text h3 {
        margin-top: 0;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__oviso .doz_container .doz_setion__text {
        background: #ffffff;
    }

    #doz_m_00 #doz_m_01 .doz_setion__oviso .doz_container .doz_setion__text p br {
        display: none;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__oviso .doz_container .doz_setion__button {
        background: #ffffff;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__oviso .doz_container {
        min-height: auto;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__oviso .point-quiz {
    left: 13%;
    top: 24%;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__oviso .point-quiz {
        left: 80%;
        top: 20%;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__oviso .doz_setion__medical {
    background-color: #efaa45;
    text-align: center;
}

#doz_m_00 #doz_m_01 .doz_setion__oviso .doz_setion__medical p {
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 20px 20px;
    font-weight: bold;
}

@media (max-width: 479px) {
    #doz_m_00 #doz_m_01 .doz_setion__oviso .doz_setion__medical p {
        font-size: 14px;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__oviso .doz_setion__button {
    padding: 25px 0 90px 50px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__oviso .doz_setion__button {
        padding: 0 25px 25px;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__enteris .doz_container {
    background: url('../img/enteris/enteris-full-frame.webp') no-repeat;
    background-position: left;
    background-size: cover;
    min-height: 600px;
}

#doz_m_00 #doz_m_01 .doz_setion__enteris .doz_container .doz_setion__text {
    color: #fff;
    padding-bottom: 30px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__enteris .doz_container .doz_setion__text {
        color: #000;
        background: #eaeaea;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__enteris .doz_container .doz_setion__product img {
    margin-bottom: 8px;
}

#doz_m_00 #doz_m_01 .doz_setion__enteris .doz_container .doz_setion__text h3 {
    color: #fff;
    margin-top: 40px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__enteris .doz_container .doz_setion__text h3 {
        color: #000;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__enteris .doz_container .doz_setion__logo {
    margin-top: 30px;
}

#doz_m_00 #doz_m_01 .doz_setion__enteris .doz_container .doz_setion__button {
    padding: 30px 0 0px 50px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__enteris .doz_container .doz_setion__button {
        background: #eaeaea;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__enteris .doz_container {
        min-height: auto;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__enteris .point-quiz {
    right: 6%;
    top: 49%;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__enteris .point-quiz {
        right: 86%;
        top: 17%;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__enteris-vitaimmun {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__enteris-vitaimmun {
        display: none;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__enteris-w .doz_container {
    background: none;
    min-height: inherit;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__enteris-w {
        display: none;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__enteris-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eaeaea;
    gap: 20px;
    height: 58px;
}

#doz_m_00 #doz_m_01 .doz_setion__enteris-footer p {
    font-weight: 600;
    font-size: 12px;
}

#doz_m_00 #doz_m_01 .doz_setion__inteno .doz_container {
    background: url('../img/inteno/bg-doz-product.webp') no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 600px;
}

#doz_m_00 #doz_m_01 .doz_setion__inteno .doz_container .doz_setion__logo {
    padding: 75px 0 0 65px;
}

#doz_m_00 #doz_m_01 .doz_setion__inteno .doz_container .doz_setion__text {
    padding: 0 0 0 63px;
    color: #001f61;
}

#doz_m_00 #doz_m_01 .doz_setion__inteno .doz_container .doz_setion__text h3 {
    margin-top: 80px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__inteno .doz_container .doz_setion__text {
        background: #d0d1d5;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__inteno .doz_container .doz_setion__product img {
    margin-bottom: 80px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__inteno .doz_container .doz_setion__button {
        background: #d0d1d5;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__inteno .doz_container {
        min-height: auto;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__inteno .point-quiz {
    left: 18%;
    top: 82%;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__inteno .point-quiz {
        left: 78%;
        top: 17%;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__skinimal-d .doz_container {
    background: url('../img/skinimal-d/bg-doz-product.webp') no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 600px;
}

#doz_m_00 #doz_m_01 .doz_setion__skinimal-d .doz_container .doz_setion__logo {
    padding: 100px 0 0 50px;
}

#doz_m_00 #doz_m_01 .doz_setion__skinimal-d .doz_container .doz_setion__product img {
    margin-top: 50px;
    margin-right: 30px;
}

#doz_m_00 #doz_m_01 .doz_setion__skinimal-d .doz_container .doz_setion__text {
    color: #001f61;
}

#doz_m_00 #doz_m_01 .doz_setion__skinimal-d .doz_container .doz_setion__text h3 {
    margin-top: 100px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__skinimal-d .doz_container .doz_setion__text h3 {
        margin-top: 0;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__skinimal-d .doz_container .doz_setion__text {
        color: #fff;
        background: #000f9f;
    }

    #doz_m_00 #doz_m_01 .doz_setion__skinimal-d .doz_container .doz_setion__text p br {
        display: none;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__skinimal-d .doz_container .doz_setion__button {
    padding-top: 30px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__skinimal-d .doz_container .doz_setion__button {
        color: #fff !important;
        background: #000f9f;
    }

    #doz_m_00 #doz_m_01 .doz_setion__skinimal-d .doz_container .doz_setion__button .doz_btn {
        color: #fff !important;
        border-color: #fff;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__skinimal-d .doz_container {
        min-height: auto;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__enilome .doz_container {
    background: url('../img/enilome/bg-doz-product.webp') no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 600px;
}

#doz_m_00 #doz_m_01 .doz_setion__enilome .doz_container .doz_setion__logo {
    padding: 100px 0 0 50px;
}

#doz_m_00 #doz_m_01 .doz_setion__enilome .doz_container .doz_setion__product img {
    margin-top: 110px;
    margin-right: 50px;
}

#doz_m_00 #doz_m_01 .doz_setion__enilome .doz_container .doz_setion__text {
    color: #231f20;
}

#doz_m_00 #doz_m_01 .doz_setion__enilome .doz_container .doz_setion__text h3 {
    margin-top: 70px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__enilome .doz_container .doz_setion__text {
        background: #dbc5bb;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__enilome .doz_container .doz_setion__button {
    padding-top: 30px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__enilome .doz_container .doz_setion__button {
        background: #dbc5bb;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__enilome .doz_container {
        min-height: auto;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__enilome .point-quiz {
    left: 58%;
    top: 89%;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__enilome .point-quiz {
        left: 8%;
        top: 19%;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__plan-doz .doz_container {
    background: url('../img/plan-doz/bg-doz-product.webp') no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 600px;
}

#doz_m_00 #doz_m_01 .doz_setion__plan-doz .doz_container .doz_setion__product img {
    margin-bottom: 55px;
}

#doz_m_00 #doz_m_01 .doz_setion__plan-doz .doz_container .doz_setion__text {
    color: #001e61;
}

#doz_m_00 #doz_m_01 .doz_setion__plan-doz .doz_container .doz_setion__text h3 {
    margin-top: 50px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__plan-doz .doz_container .doz_setion__text {
        background: #a9d1e5;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__plan-doz .doz_container .doz_setion__button {
        background: #a9d1e5;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__plan-doz .doz_container {
        min-height: auto;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__plan-doz .point-quiz {
    left: 55%;
    top: 29%;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__plan-doz .point-quiz {
        left: 25%;
        top: 19%;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__botame .doz_setion__d-grid-text-l {
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
}

#doz_m_00 #doz_m_01 .doz_setion__botame .doz_container {
    background: url('../img/botame/bg-doz-product.webp') no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 600px;
}

#doz_m_00 #doz_m_01 .doz_setion__botame .doz_container .doz_setion__text {
    color: #443534;
}

#doz_m_00 #doz_m_01 .doz_setion__botame .doz_container .doz_setion__text h3 {
    margin-top: 65px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__botame .doz_container .doz_setion__text {
        background: #d9d7dd;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__botame .doz_container .doz_setion__button {
        background: #d9d7dd;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__botame .doz_container .doz_setion__product {
    text-align: center;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__botame .doz_container {
        min-height: auto;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__botame .point-quiz {
    left: 69%;
    top: 63%;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__botame .point-quiz {
        left: 19%;
        top: 13%;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__ortenika .doz_container {
    background: url('../img/ortenika/bg-doz-product.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 600px;
}

#doz_m_00 #doz_m_01 .doz_setion__ortenika .doz_container .doz_setion__logo {
    padding: 75px 0 0 60px;
}

#doz_m_00 #doz_m_01 .doz_setion__ortenika .doz_container .doz_setion__product img {
    margin-left: 50px;
    margin-bottom: 95px;
}

#doz_m_00 #doz_m_01 .doz_setion__ortenika .doz_container .doz_setion__text {
    color: #144270;
}

#doz_m_00 #doz_m_01 .doz_setion__ortenika .doz_container .doz_setion__text h3 {
    margin-top: 85px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__ortenika .doz_container .doz_setion__text {
        background: #d2dde5;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__ortenika .doz_container .doz_setion__button {
    padding-top: 30px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__ortenika .doz_container .doz_setion__button {
        background: #d2dde5;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__ortenika .doz_container {
        min-height: auto;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__ortenika .point-quiz {
    left: 30%;
    top: 78%;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__ortenika .point-quiz {
        left: 19%;
        top: 13%;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__ale .doz_container {
    background: url('../img/ale/bg-doz-product.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 600px;
}

#doz_m_00 #doz_m_01 .doz_setion__ale .doz_container .doz_setion__logo {
    padding: 90px 0 0 60px;
}

#doz_m_00 #doz_m_01 .doz_setion__ale .doz_container .doz_setion__product img {
    margin-left: 45px;
    margin-bottom: 70px;
}

#doz_m_00 #doz_m_01 .doz_setion__ale .doz_container .doz_setion__text {
    color: #fff;
}

#doz_m_00 #doz_m_01 .doz_setion__ale .doz_container .doz_setion__text h3 {
    margin-top: 25px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__ale .doz_container .doz_setion__text {
        background: #0177af;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__ale .doz_container .doz_setion__button {
    padding-top: 30px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__ale .doz_container .doz_setion__button {
        background: #0177af;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__ale .doz_container {
        min-height: auto;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__ale .point-quiz {
    left: 30%;
    top: 78%;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__ale .point-quiz {
        left: 19%;
        top: 13%;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__doz-daily .doz_container {
    background: url('../img/doz-daily/bg-doz-product.webp') no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 600px;
}

#doz_m_00 #doz_m_01 .doz_setion__doz-daily .doz_container .doz_setion__text {
    color: #494364;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__doz-daily .doz_container .doz_setion__text {
        background: #f0e7e7;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__doz-daily .doz_container .doz_setion__product img {
    position: relative;
    right: 25px;
    bottom: 65px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__doz-daily .doz_container .doz_setion__button {
        background: #f0e7e7;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__doz-daily .doz_container .doz_setion__button {
    padding-top: 30px;
}

#doz_m_00 #doz_m_01 .doz_setion__doz-daily .doz_container .doz_setion__text h3 {
    margin-top: 40px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__doz-daily .doz_container {
        min-height: auto;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__doz-daily .point-quiz {
    left: 20%;
    top: 37%;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__doz-daily .point-quiz {
        left: 79%;
        top: 3%;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__pikabu .doz_container {
    background: url('../img/pikabu/bg-doz-product.webp') no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 600px;
}

#doz_m_00 #doz_m_01 .doz_setion__pikabu .doz_container .doz_setion__text {
    color: #001e61;
}

#doz_m_00 #doz_m_01 .doz_setion__pikabu .doz_container .doz_setion__text h3 {
    margin-top: 65px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__pikabu .doz_container .doz_setion__text {
        background: rgba(170, 221, 221, 0.6);
    }
}

#doz_m_00 #doz_m_01 .doz_setion__pikabu .doz_container .doz_setion__logo {
    padding: 75px 0 0 60px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__pikabu .doz_container .doz_setion__button {
        background: rgba(170, 221, 221, 0.6);
    }
}

#doz_m_00 #doz_m_01 .doz_setion__pikabu .doz_container .doz_setion__product {
    text-align: center;
}

#doz_m_00 #doz_m_01 .doz_setion__pikabu .doz_container .doz_setion__product img {
    margin-left: 25px;
    margin-top: 35px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__pikabu .doz_container {
        min-height: auto;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__pikabu .point-quiz {
    left: 12%;
    top: 22%;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__pikabu .point-quiz {
        left: 15%;
        top: 3%;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__puretioa .doz_container {
    background: url('../img/puretioa/bg-doz-product.webp') no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 600px;
}

#doz_m_00 #doz_m_01 .doz_setion__puretioa .doz_container .doz_setion__logo {
    margin-top: 20px;
}

#doz_m_00 #doz_m_01 .doz_setion__puretioa .doz_container .doz_setion__text {
    color: #873275;
}

#doz_m_00 #doz_m_01 .doz_setion__puretioa .doz_container .doz_setion__text h3 {
    margin-top: 70px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__puretioa .doz_container .doz_setion__text {
        background: #fec7cb;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__puretioa .doz_container .doz_setion__button {
    padding-top: 30px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__puretioa .doz_container .doz_setion__button {
        background: #fec7cb;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__puretioa .doz_container {
        min-height: auto;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__puretioa .point-quiz {
    left: 37%;
    top: 64%;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__puretioa .point-quiz {
        left: 15%;
        top: 18%;
    }
}

@media screen and (max-width: 1123px) {
    #doz_m_00 #doz_m_01 .doz_setion__puretioa .doz_setion__product img {
        width: 80%;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion .doz_container {
        background: none;
        min-height: auto;
    }
}

#doz_m_00 #doz_m_01 .doz_section-head {
    font-size: 36px;
    color: #24273f;
    text-align: center;
    margin-top: 30px;
}

#doz_m_00 #doz_m_01 .doz_section-head span {
    display: block;
    font-size: 20px;
    margin-top: 15px;
}

#doz_m_00 #doz_m_01 .doz_setion__main-value {
    text-align: center;
}

#doz_m_00 #doz_m_01 .doz_setion__main-value .doz_container {
    background-color: #6271a5;
    padding: 40px 100px 65px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__main-value .doz_container {
        padding: 0 0px 30px;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__main-value .doz_section-head {
    font-size: 30px;
    text-align: center;
    color: #fff;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__main-value .doz_section-head {
        font-size: 21px;
        margin-top: 35px;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__main-value .doz_footer-main-value-grid {
    text-align: center;
    padding: 45px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__main-value .doz_footer-main-value-grid {
        padding: 30px 0;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__main-value .doz_footer-main-value-grid > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    gap: 20px;
    width: 33.3333333333%;
}

#doz_m_00 #doz_m_01 .doz_setion__main-value .doz_footer-main-value-grid > div span {
    color: #fff;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__main-value .doz_footer-main-value-grid > div span {
        font-size: 12px;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__main-value .doz_footer-main-value-grid > div {
        width: 50%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        gap: 15px;
    }

    #doz_m_00 #doz_m_01 .doz_setion__main-value .doz_footer-main-value-grid > div img {
        max-height: 45px;
        max-width: 35px;
    }
}

#doz_m_00 #doz_m_01 .doz_footer {
    background-color: #fff;
    color: #000;
    text-align: center;
    font-weight: 600;
}

#doz_m_00 #doz_m_01 .doz_footer__wrap {
    padding: 40px 20px 20px;
    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;
}

#doz_m_00 #doz_m_01 .doz_footer__wrap p {
    margin-bottom: 10px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_footer__wrap {
        display: block;
        padding: 35px 25px;
    }

    #doz_m_00 #doz_m_01 .doz_footer__wrap p {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
}

#doz_m_00 #doz_m_01 .doz_footer a {
    margin-left: 20px;
    padding: 10px 40px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_footer a {
        margin-left: 0;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__pacjent .doz_container {
    background: url('../img/pacjent.webp') no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    min-height: 600px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__pacjent .doz_container {
        background: url('../img/pacjent-mobile.webp') no-repeat !important;
        background-position: center !important;
        background-size: cover !important;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__pacjent .doz_container .doz_setion__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__pacjent .doz_container .doz_setion__text {
        width: 55%;
    }
}

@media (max-width: 479px) {
    #doz_m_00 #doz_m_01 .doz_setion__pacjent .doz_container .doz_setion__text {
        width: 70%;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__pacjent .doz_container .doz_setion__text .doz_setion__puretioa-header {
    font-size: 78px;
    margin-top: 140px;
    line-height: 1.1;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__pacjent .doz_container .doz_setion__text .doz_setion__puretioa-header {
        font-size: 40px;
        margin-top: 25px;
    }

    #doz_m_00 #doz_m_01 .doz_setion__pacjent .doz_container .doz_setion__text .doz_setion__puretioa-header br {
        display: none;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__pacjent .doz_container .doz_setion__text p {
    width: 45%;
    margin-top: 40px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__pacjent .doz_container .doz_setion__text p {
        margin-top: 30px;
        width: 90%;
        font-size: 14px;
    }
}

#doz_m_00 #doz_m_01 .doz_setion__pacjent .doz_container .doz_setion__text {
    color: #fff;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__pacjent .doz_container {
        min-height: 350px;
    }
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_setion__doz-product .doz_container .doz_setion__text, #doz_m_00 #doz_m_01 .doz_setion__zielnik-doz .doz_container .doz_setion__text, #doz_m_00 #doz_m_01 .doz_setion__enteris .doz_container .doz_setion__text, #doz_m_00 #doz_m_01 .doz_setion__inteno .doz_container .doz_setion__text, #doz_m_00 #doz_m_01 .doz_setion__enilome .doz_container .doz_setion__text, #doz_m_00 #doz_m_01 .doz_setion__plan-doz .doz_container .doz_setion__text, #doz_m_00 #doz_m_01 .doz_setion__botame .doz_container .doz_setion__text, #doz_m_00 #doz_m_01 .doz_setion__doz-daily .doz_container .doz_setion__text, #doz_m_00 #doz_m_01 .doz_setion__pikabu .doz_container .doz_setion__text, #doz_m_00 #doz_m_01 .doz_setion__puretioa .doz_container .doz_setion__text, #doz_m_00 #doz_m_01 .doz_setion__ortenika .doz_container .doz_setion__text, #doz_m_00 #doz_m_01 .doz_setion__ale .doz_container .doz_setion__text {
        padding: 15px 25px !important;
    }

    #doz_m_00 #doz_m_01 .doz_setion__doz-product .doz_container .doz_setion__text h3, #doz_m_00 #doz_m_01 .doz_setion__zielnik-doz .doz_container .doz_setion__text h3, #doz_m_00 #doz_m_01 .doz_setion__enteris .doz_container .doz_setion__text h3, #doz_m_00 #doz_m_01 .doz_setion__inteno .doz_container .doz_setion__text h3, #doz_m_00 #doz_m_01 .doz_setion__enilome .doz_container .doz_setion__text h3, #doz_m_00 #doz_m_01 .doz_setion__plan-doz .doz_container .doz_setion__text h3, #doz_m_00 #doz_m_01 .doz_setion__botame .doz_container .doz_setion__text h3, #doz_m_00 #doz_m_01 .doz_setion__doz-daily .doz_container .doz_setion__text h3, #doz_m_00 #doz_m_01 .doz_setion__pikabu .doz_container .doz_setion__text h3, #doz_m_00 #doz_m_01 .doz_setion__puretioa .doz_container .doz_setion__text h3, #doz_m_00 #doz_m_01 .doz_setion__ortenika .doz_container .doz_setion__text h3, #doz_m_00 #doz_m_01 .doz_setion__ale .doz_container .doz_setion__text h3 {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 27px;
    }

    #doz_m_00 #doz_m_01 .doz_setion__doz-product .doz_container .doz_setion__button, #doz_m_00 #doz_m_01 .doz_setion__zielnik-doz .doz_container .doz_setion__button, #doz_m_00 #doz_m_01 .doz_setion__enteris .doz_container .doz_setion__button, #doz_m_00 #doz_m_01 .doz_setion__inteno .doz_container .doz_setion__button, #doz_m_00 #doz_m_01 .doz_setion__enilome .doz_container .doz_setion__button, #doz_m_00 #doz_m_01 .doz_setion__plan-doz .doz_container .doz_setion__button, #doz_m_00 #doz_m_01 .doz_setion__botame .doz_container .doz_setion__button, #doz_m_00 #doz_m_01 .doz_setion__doz-daily .doz_container .doz_setion__button, #doz_m_00 #doz_m_01 .doz_setion__pikabu .doz_container .doz_setion__button, #doz_m_00 #doz_m_01 .doz_setion__puretioa .doz_container .doz_setion__button, #doz_m_00 #doz_m_01 .doz_setion__ortenika .doz_container .doz_setion__button, #doz_m_00 #doz_m_01 .doz_setion__ale .doz_container .doz_setion__button {
        padding: 0 25px 25px;
    }
}

#doz_m_00 #doz_m_01 .quiz-popup {
    top: 0;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 30, 97, 0.6);
    padding: 20px;
}

#doz_m_00 #doz_m_01 .quiz-popup .button-close {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    right: 26px;
    top: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

#doz_m_00 #doz_m_01 .quiz-popup .button-close:hover:before, #doz_m_00 #doz_m_01 .quiz-popup .button-close:hover:after {
    height: 22px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#doz_m_00 #doz_m_01 .quiz-popup .button-close:before, #doz_m_00 #doz_m_01 .quiz-popup .button-close:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    content: ' ';
    height: 17px;
    width: 2px;
    background-color: #333;
}

#doz_m_00 #doz_m_01 .quiz-popup .button-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#doz_m_00 #doz_m_01 .quiz-popup .button-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#doz_m_00 #doz_m_01 .doz_opinions .doz_container {
    background-color: #0c2a67;
}

#doz_m_00 #doz_m_01 .doz_opinions__wrap {
    max-width: 990px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 60px;
    padding-left: 25px;
    padding-right: 25px;
}

#doz_m_00 #doz_m_01 .doz_opinions__head {
    color: #fff;
    text-align: center;
}

#doz_m_00 #doz_m_01 .doz_opinions__head h4 {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 17px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_opinions__head h4 {
        margin-top: 20px;
        font-weight: 400;
    }

    #doz_m_00 #doz_m_01 .doz_opinions__head h4 br {
        display: none;
    }
}

@media (max-width: 479px) {
    #doz_m_00 #doz_m_01 .doz_opinions__head h4 {
        margin-top: 20px;
        font-weight: 400;
    }

    #doz_m_00 #doz_m_01 .doz_opinions__head h4 br {
        display: none;
    }
}

#doz_m_00 #doz_m_01 .doz_opinions__head p {
    font-size: 16px;
    font-weight: 300;
}

#doz_m_00 #doz_m_01 .doz_opinions__video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 35px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_opinions__video-container {
        margin-top: 20px;
    }
}

#doz_m_00 #doz_m_01 .doz_opinions__video-container iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#doz_m_00 #doz_m_01 .doz_opinions__desc {
    text-align: center;
    color: #fff;
}

#doz_m_00 #doz_m_01 .doz_opinions__desc p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_opinions__desc p {
        padding-left: 0;
        padding-right: 0;
    }
}

#doz_m_00 #doz_m_01 .doz_opinions__desc p.eks {
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 16px;
}

#doz_m_00 #doz_m_01 .doz_opinions__social {
    margin-top: 40px;
}

#doz_m_00 #doz_m_01 .doz_opinions__social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    gap: 20px;
    font-size: 14px;
}

#doz_m_00 #doz_m_01 .quiz-popup-modal {
    max-width: 567px;
    border-radius: 40px;
    background: #6271a5;
    margin: 0 auto;
    padding-top: 26px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 26px;
    position: relative;
    margin-top: 10%;
    color: #fff;
}

@media (max-width: 479px) {
    #doz_m_00 #doz_m_01 .quiz-popup-modal {
        padding-left: 25px;
        padding-right: 25px;
    }
}

#doz_m_00 #doz_m_01 .quiz-popup-modal__head {
    font-size: 36px;
    padding-right: 25px;
}

#doz_m_00 #doz_m_01 .quiz-popup-modal__head strong {
    font-weight: 600;
}

@media (max-width: 479px) {
    #doz_m_00 #doz_m_01 .quiz-popup-modal__head {
        font-size: 26px;
    }
}

#doz_m_00 #doz_m_01 .quiz-popup-modal__wrap {
    display: none;
}

#doz_m_00 #doz_m_01 .quiz-popup-modal__body {
    margin-top: 33px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

#doz_m_00 #doz_m_01 .quiz-popup-modal__body .form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px;
    gap: 20px;
}

#doz_m_00 #doz_m_01 .quiz-popup-modal__body .form-control p {
    color: #fff;
    font-size: 10px;
}

#doz_m_00 #doz_m_01 .quiz-popup-modal__body .find-quiz {
    font-size: 24px;
    font-weight: 300;
    margin-top: 30px;
    margin-top: 30px;
}

#doz_m_00 #doz_m_01 .quiz-popup-modal__footer {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

#doz_m_00 #doz_m_01 .quiz-popup-modal__footer span {
    padding-left: 10px;
    padding-right: 10px;
}

#doz_m_00 #doz_m_01 .quiz-popup-modal__true, #doz_m_00 #doz_m_01 .quiz-popup-modal__false {
    display: none;
}

#doz_m_00 #doz_m_01 .quiz-popup-modal .btn-quiz {
    border: 30px;
    color: #fff;
    letter-spacing: 2.127px;
    background-color: #ed7203;
    font-size: 11px;
    font-weight: 500;
    padding: 15px 18px;
}

@media (max-width: 479px) {
    #doz_m_00 #doz_m_01 .quiz-popup-modal .btn-quiz {
        letter-spacing: 0;
        font-size: 9px;
    }
}

@media (max-width: 600px) {
    #doz_m_00 #doz_m_01 .quiz-popup-modal .btn-quiz {
        letter-spacing: 0;
        min-width: 150px;
    }
}

#doz_m_00 #doz_m_01 .quiz-popup-modal .radio {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}

#doz_m_00 #doz_m_01 .quiz-popup-modal .radio + .radio {
    margin-top: 12px;
}

#doz_m_00 #doz_m_01 .quiz-popup-modal .radio input {
    display: none;
}

#doz_m_00 #doz_m_01 .quiz-popup-modal .radio input + span {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 400;
}

#doz_m_00 #doz_m_01 .quiz-popup-modal .radio input + span:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 3px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background: #fff;
}

#doz_m_00 #doz_m_01 .quiz-popup-modal .radio input + span:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #ed7203;
    position: absolute;
    border-radius: 2px;
    top: 3px;
    left: 3px;
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
    transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

#doz_m_00 #doz_m_01 .quiz-popup-modal .radio input:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .hide-sm-mobile {
        display: none;
    }
}

#doz_m_00 #doz_m_01 .show-sm-mobile {
    display: none;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .show-sm-mobile {
        display: block;
    }
}

#doz_m_00 #doz_m_01 .doz_list-products-frame {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

#doz_m_00 #doz_m_01 .doz_list-products-frame .doz-products {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

#doz_m_00 #doz_m_01 .doz_list-products-frame .doz-products__item {
    margin: 22px 10px;
    width: calc(16.6666666667% - 20px);
    min-height: 410px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_list-products-frame .doz-products__item {
        width: calc(33.33333% - 21px);
    }
}

@media (max-width: 479px) {
    #doz_m_00 #doz_m_01 .doz_list-products-frame .doz-products__item {
        width: calc(50% - 21px);
    }
}

#doz_m_00 #doz_m_01 .doz_section-head-page {
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 400;
}

#doz_m_00 #doz_m_01 .doz_section-head-page span {
    font-size: 24px;
}

@media (max-width: 899px) {
    #doz_m_00 #doz_m_01 .doz_section-head-page {
        font-size: 20px;
    }

    #doz_m_00 #doz_m_01 .doz_section-head-page span {
        font-size: 20px;
    }
}

#doz_m_00 #doz_m_01 .doz-btn-show {
    text-align: center;
}

/*#doz_m_00 #doz_m_01 .dozShowMoreProducts {*/
/*    display: none;*/
/*}*/

/*@media (max-width: 1023px) {*/
/*    #doz_m_00 #doz_m_01 .dozShowMoreProducts {*/
/*        display: none !important;*/
/*    }*/
/*}*/

#doz_m_00 #doz_m_01 .doz-products {
    list-style: none;
}

#doz_m_00 #doz_m_01 .doz-products .product {
    position: relative;
}

#doz_m_00 #doz_m_01 .doz-products .product__image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin: auto;
    position: relative;
}

#doz_m_00 #doz_m_01 .doz-products .product .subtitle {
    font-weight: 700;
    margin: 15px 0;
}

#doz_m_00 #doz_m_01 .doz-products .product .subtitle a {
    color: #21253d;
    font-size: 16px;
    text-decoration: none;
}

#doz_m_00 #doz_m_01 .doz-products .product .description {
    color: #6373a7;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#doz_m_00 #doz_m_01 .doz-products .product .promotion-info {
    height: 45px;
    margin-bottom: 15px;
}

#doz_m_00 #doz_m_01 .doz-products .product .product-price {
    font-size: 22px;
    font-weight: 700;
    padding: 10px 0;
}

#doz_m_00 #doz_m_01 .doz-products .product .product__price {
    bottom: 0;
    left: 0;
    min-width: inherit;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #f47920;
    border-radius: 20px;
    color: #f47920;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
}

.doz_list-products-frame .newest__list {
    opacity: 1;
}

#doz_m_00 {
    max-width: 100%;
}


.slick-dots {
    padding: 0;
}

.slick-dots .slick-active button {
    background: #ff5300;
}

#doz_m_00 #doz_m_01 .doz_footer-main-value-grid img {
    width: 65px;
    max-width: 65px;
}

@media screen and (max-width: 560px) {
    main.wrapper.wrapper--row {
        padding: 0 10px;
    }
}

.doz-products--center-items {
    justify-content: center;
}
