html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    outline: 0;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    font-size: 13px;
    transition: all .2s ease-in-out;
    font-family: 'Plus Jakarta Sans',sans-serif;
}
p
{
    margin: 0;
}
a {
    transition: all .2s ease-in-out;
    text-decoration: none;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: border-box;
}
.screens_block .dondur .item .number {
    position: absolute;
    left: 0;
    font-size: 706px;
    left: 25px;
    width: 250px;
    text-align: center;
    color: #1c9b72;
}

.screens_block .dondur .item {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: flex-end;
}

.screens_block .dondur .item .left {
    display: flex;
    width: 34%;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    background: #1c2026eb;
    padding: 35px;
    left: 39px;
    border-radius: 25px;
    backdrop-filter: blur(2px);
    box-shadow: 5px 5px 19px #0000004a,5px 15px 45px #00000078;
}

.screens_block .dondur .item .left .title {
    font-size: 36px;
    margin-bottom: 18px;
    color: #1c9b72;
}

.screens_block .dondur .item .left .title strong {
    color: #ffffff;
}

.screens_block .dondur .item .left .desc {
    margin-bottom: 25px;
    font-size: 17px;
    color: #ffff;
    line-height: 24px;
    font-family: 'imagaza';
    letter-spacing: 0.020em;
}

.screens_block .dondur .item .left a {
    line-height: 24px;
    color: #ffffff;
    margin-right: 14px;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
    border-radius: 8px;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 12px 16px;
    transition: all 0.2s ease-in-out 0s;
    letter-spacing: -0.5px;
    height: 48px;
    background: #1c9b72;
    width: 180px;
    text-align: center;
    animation: butons 3s ease infinite;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.screens_block .dondur .item .right {
    display: flex;
    width: 66%;
    margin-right: -9px;
}

.screens_block .dondur .item .right img {
    width: 96%;
}

.screens_block .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper, .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)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("/templates/system/shared/owl/dist/assets/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}
.flexblock {
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    padding: 14px;
    flex-direction: column;
    position: relative;
    align-items: center;
    margin: auto;
    padding-bottom: 0;
    margin-top: 50px;
    margin-bottom: 0px;
}
.flexblock .wrp {
    max-width: 1210px;
}
@media screen and (max-width: 1200px) and (min-width:1100px)
{
    .screens_block .dondur .item .number {
        font-size: 560px;
        left: 4%;
    }

    .screens_block .dondur .item .left {
        width: 30%;
    }

    .screens_block .dondur .item .right {
        margin-right: 0;
        width: 59%;
    }

    .screens_block .dondur .item .right img {
        width: 80%;
    }
}
@media screen and (max-width: 1100px) and (min-width:250px)
{
    .screens_block {
        padding: 0;
        margin-top: 10px;
    }

    .screens_block .dondur .item .number {
        display: none;
    }

    .screens_block .dondur .item {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 25px;
        padding-bottom: 50px;
    }

    .screens_block .dondur .item .left {
        width: 100%;
        position: relative;
        left: 0;
        min-width: 100%;
        margin-left: 4px;
    }

    .screens_block .dondur .item .right {
        width: 100%;
        display: none;
    }
}

@media screen and (max-width: 1366px) and (min-width:1200px) {
    .flexblock {
        padding:20px 36px;
    }

    .flexblock .wrp {
        max-width: 1140px;
    }
}
@media screen and (max-width: 1200px) and (min-width:1100px) {
    .flexblock {
        padding:10px 6px;
    }

    .flexblock .wrp {
        max-width: 1080px;
        width: 100%;
    }
}
@media screen and (max-width: 1100px) and (min-width:250px) {
    .flexblock .wrp {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        min-width: 100%;
        justify-content: center;
    }

    .flexblock .wrp .fixer {
        display: flex;
        flex-wrap: wrap;
        padding: 15px;
        width: 100%;
        justify-content: center;
    }
    }
@media screen and (max-width: 1980px) and (min-width:1600px) {
    .flexblock {
        padding:20px 0px;
    }
    }