header {
    height: 820px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}


header .after {
    height: 67px;
    background: url(https://exitdoors.at/static/img/slider_after_bg.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    display: none;
}

.header-after-block {
    background: #fdb713;
    display: table;
    padding: 20px 0 70px;
    text-align: center;

    width: 100%;
    border-radius: 5px;
    margin-top: 5px;
}

.header-after-block .title {
    border: 5px solid #000;
    display: inline-block;
    padding: 15px 35px 0;
}

.header-after-block .title .big {
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
}

.header-after-block .title .small {
    background: #fdb713;
    position: relative;
    font-size: 36px;
    top: 16px;
    z-index: 9;
    padding: 0 25px;
    font-weight: 500;
}

.header-block__three {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 4;
}

.slider-logo {
    line-height: 30px;
    color: #fff;
    width: fit-content;
    text-align: center;
    font-weight: 600;
    font-size: 20.78px;
    margin: 0 auto;
    background: #000000a3;
    border-radius: 5px;
    position: relative;
    padding: 25px;
}



.oe-mask {
    overflow: hidden;
    height: 200px;
    text-shadow: 2px 2px #000000;
}

.oe-mask ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.oe-mask li {
    height: 200px;
    width: calc(100% - 10px);
    position: absolute;
    top: -305px;
    list-style: none;
    color: #fff;
}

.oe-main-text {
    font-size: 45px;
}

.oe-sub-text {
    top: 5px;
    font-size: 20px;
}


@-moz-keyframes oe-cycle {
    0% {
        top: 0;
    }
    4% {
        top: 0;
    }
    16% {
        top: 0;
        opacity: 1;
        z-index: 0;
    }
    20% {
        top: 325px;
        opacity: 0;
        z-index: 0;
    }
    21% {
        top: -325px;
        opacity: 0;
        z-index: -1;
    }
    92% {
        top: -325px;
        opacity: 0;
        z-index: 0;
    }
    96% {
        top: -325px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

@-moz-keyframes oe-cycle2 {
    0% {
        top: -325px;
        opacity: 0;
    }
    16% {
        top: -325px;
        opacity: 0;
    }
    20% {
        top: 0;
        opacity: 1;
    }
    24% {
        top: 0;
        opacity: 1;
    }
    36% {
        top: 0;
        opacity: 1;
        z-index: 0;
    }
    40% {
        top: 325px;
        opacity: 0;
        z-index: 0;
    }
    41% {
        top: -325px;
        opacity: 0;
        z-index: -1;
    }
    100% {
        top: -325px;
        opacity: 0;
        z-index: -1;
    }
}

@-moz-keyframes oe-cycle3 {
    0% {
        top: -325px;
        opacity: 0;
    }
    36% {
        top: -325px;
        opacity: 0;
    }
    40% {
        top: 0;
        opacity: 1;
    }
    44% {
        top: 0;
        opacity: 1;
    }
    56% {
        top: 0;
        opacity: 1;
    }
    60% {
        top: 325px;
        opacity: 0;
        z-index: 0;
    }
    61% {
        top: -325px;
        opacity: 0;
        z-index: -1;
    }
    100% {
        top: -325px;
        opacity: 0;
        z-index: -1;
    }
}

@-moz-keyframes oe-cycle4 {
    0% {
        top: -325px;
        opacity: 0;
    }
    56% {
        top: -325px;
        opacity: 0;
    }
    60% {
        top: 0;
        opacity: 1;
    }
    64% {
        top: 0;
        opacity: 1;
    }
    76% {
        top: 0;
        opacity: 1;
        z-index: 0;
    }
    80% {
        top: 325px;
        opacity: 0;
        z-index: 0;
    }
    81% {
        top: -325px;
        opacity: 0;
        z-index: -1;
    }
    100% {
        top: -325px;
        opacity: 0;
        z-index: -1;
    }
}

@-moz-keyframes oe-cycle5 {
    0% {
        top: -325px;
        opacity: 0;
    }
    76% {
        top: -325px;
        opacity: 0;
    }
    80% {
        top: 0;
        opacity: 1;
    }
    84% {
        top: 0;
        opacity: 1;
    }
    96% {
        top: 0;
        opacity: 1;
        z-index: 0;
    }
    100% {
        top: 325px;
        opacity: 0;
        z-index: 0;
    }
}

@-webkit-keyframes oe-cycle {
    0% {
        top: 0;
    }
    4% {
        top: 0;
    }
    16% {
        top: 0;
        opacity: 1;
        z-index: 0;
    }
    20% {
        top: 325px;
        opacity: 0;
        z-index: 0;
    }
    21% {
        top: -325px;
        opacity: 0;
        z-index: -1;
    }
    50% {
        top: -325px;
        opacity: 0;
        z-index: -1;
    }
    92% {
        top: -325px;
        opacity: 0;
        z-index: 0;
    }
    96% {
        top: -325px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes oe-cycle2 {
    0% {
        top: -325px;
        opacity: 0;
    }
    16% {
        top: -325px;
        opacity: 0;
    }
    20% {
        top: 0;
        opacity: 1;
    }
    24% {
        top: 0;
        opacity: 1;
    }
    36% {
        top: 0;
        opacity: 1;
        z-index: 0;
    }
    40% {
        top: 325px;
        opacity: 0;
        z-index: 0;
    }
    41% {
        top: -325px;
        opacity: 0;
        z-index: -1;
    }
    100% {
        top: -325px;
        opacity: 0;
        z-index: -1;
    }
}

@-webkit-keyframes oe-cycle3 {
    0% {
        top: -325px;
        opacity: 0;
    }
    36% {
        top: -325px;
        opacity: 0;
    }
    40% {
        top: 0;
        opacity: 1;
    }
    44% {
        top: 0;
        opacity: 1;
    }
    56% {
        top: 0;
        opacity: 1;
        z-index: 0;
    }
    60% {
        top: 325px;
        opacity: 0;
        z-index: 0;
    }
    61% {
        top: -325px;
        opacity: 0;
        z-index: -1;
    }
    100% {
        top: -325px;
        opacity: 0;
        z-index: -1;
    }
}

@-webkit-keyframes oe-cycle4 {
    0% {
        top: -325px;
        opacity: 0;
    }
    56% {
        top: -325px;
        opacity: 0;
    }
    60% {
        top: 0;
        opacity: 1;
    }
    64% {
        top: 0;
        opacity: 1;
    }
    76% {
        top: 0;
        opacity: 1;
        z-index: 0;
    }
    80% {
        top: 325px;
        opacity: 0;
        z-index: 0;
    }
    81% {
        top: -325px;
        opacity: 0;
        z-index: -1;
    }
    100% {
        top: -325px;
        opacity: 0;
        z-index: -1;
    }
}

@-webkit-keyframes oe-cycle5 {
    0% {
        top: -325px;
        opacity: 0;
    }
    76% {
        top: -325px;
        opacity: 0;
    }
    80% {
        top: 0;
        opacity: 1;
    }
    84% {
        top: 0;
        opacity: 1;
    }
    96% {
        top: 0;
        opacity: 1;
        z-index: 0;
    }
    100% {
        top: 325px;
        opacity: 0;
        z-index: 0;
    }
}

li.oe-anim1 {
    -moz-animation: oe-cycle 15s linear infinite;
    -webkit-animation: oe-cycle 15s linear infinite;
    animation: oe-cycle 15s linear infinite;
}

li.oe-anim2 {
    -moz-animation: oe-cycle2 15s linear infinite;
    -webkit-animation: oe-cycle2 15s linear infinite;
    animation: oe-cycle2 15s linear infinite;
}

li.oe-anim3 {
    -moz-animation: oe-cycle3 15s linear infinite;
    -webkit-animation: oe-cycle3 15s linear infinite;
    animation: oe-cycle3 15s linear infinite;
}

li.oe-anim4 {
    -moz-animation: oe-cycle4 15s linear infinite;
    -webkit-animation: oe-cycle4 15s linear infinite;
    animation: oe-cycle4 15s linear infinite;
}

li.oe-anim5 {
    -moz-animation: oe-cycle5 15s linear infinite;
    -webkit-animation: oe-cycle5 15s linear infinite;
    animation: oe-cycle5 15s linear infinite;
}

#oe-menu-button {
    display: none;
    align-items: center;
    padding: 20px;
    padding-top: 26px;
    height: 100%;
    font-size: 26px;
    color: #FFFFFF;
    position: relative;
    vertical-align: middle;
}

#oe-dd-m {
    display: none;
}

.header-train__block {
    height: 55px;
    line-height: 55px;
    color: #fff;
    width: 450px;
    text-align: center;
    font-weight: 600;
    font-size: 20.78px;
    margin: 0 auto;
    background: #000000a3;
    border-radius: 5px;
    position: relative;
}

.header-train__block img {
    position: relative;
    top: 6px;
    margin-right: 25px;
}

.block-one {
    background: #fdb713;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: -7px;
}

.block-two {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.block_three {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 3px solid #fdb713;
}

.main-image {
    width: 100%;
    height: 820px;
    object-fit: cover;
    border-radius: 10px;
}

.gradient {
    background-color: #fecb0d;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…B5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, rgb(254, 222, 7)), color-stop(1, rgb(253, 183, 19)));
    background-image: -webkit-linear-gradient(top, rgb(254, 222, 7) 0%, rgb(253, 183, 19) 100%);
    background-image: linear-gradient(to bottom, rgb(254, 222, 7) 0%, rgb(253, 183, 19) 100%);
    background-image: -ms-linear-gradient(top, rgb(254, 222, 7) 0%, rgb(253, 183, 19) 100%);
}

.block-one__left {
    width: 49.75%;
    position: relative;
    float: left;
    top: -70px;
    border-right: 1% solid #fdb713;
}

.block-one__left_boxone {
    width: 260px;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    position: absolute;
    right: 60px;
    top: -15px;
    border: 3px solid #000;
}

.top_im {
    margin-bottom: 10px;
}

.logo_block {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}

.boxone_p {
    padding-left: 25px;
    font-weight: 500;
    font-size: 14.04px;
    color: #000000;
    text-align: left;
    margin-bottom: 10px;
    line-height: normal;
}

.boxone_p.last_p {
    margin-bottom: 43px;
}

.boxone_p img {
    margin-right: 7px;
    position: relative;
    top: 2px;
    float: left;
    margin-bottom: 10px;
}

.button-boxone {
    font-weight: 700;
    font-size: 15.42px;
    width: 182px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    border: 2px solid #000;
    border-radius: 30px;
    margin: 0 auto;
    -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition: .3s ease;
}

.block-one__left_boxtwo {
    position: absolute;
    height: 265px;
    top: 490px;
    right: 60px;
    width: 412px;
}

.block-one__boxtwo {
    position: absolute;
    bottom: -150px;
    left: 2%;
    width: 96%;
}

.block-two__title, .block-three__title {
    margin-top: 30px;
    text-align: center;
}

.block-three__title {
    margin-bottom: 70px;
}

.block-two__title .title, .block-three__title .title {
    border: 4px solid #fdb713;
    color: #fff;
    display: inline-block;
    padding: 15px 35px 0;
}

.block-two__title .title .big, .block-three__title .title .big {
    font-weight: 700;
}

.block-two__title .title .small {
    background: #3b3734;
    padding: 0 25px;
    width: 55%;
    display: inline-block;
    position: relative;
    top: 35px;
    font-weight: 600;
}

.block-three__title .title .small {
    background: #3b3734;
    padding: 0 25px;
    width: 55%;
    display: inline-block;
    position: relative;
    top: 18px;
    font-weight: 600;
}

.scrolls {
    overflow: hidden;
    width: 100%;
    margin: auto auto;
    padding: 0;
}

.scrolls > ul {
    list-style: none;
    display: inline-block;
    white-space: nowrap;
    margin: 10px 0 7px;
}

.scrolls > ul > li {
    display: inline-block;
    margin-right: 10px;
}

.scrolles > ul {
    list-style: none;
    display: inline-block;
    white-space: nowrap;
    margin: 10px 0 7px;

}

.scrolles > ul > li {
    display: inline-block;
    margin-right: 10px;
}

.scrolles {
    overflow: hidden;
    width: 100%;
    margin: auto auto;
    padding: 0;
}

.bg_yel {
    background: #fdb713;
}

.scrollss {
    overflow: hidden;
    width: 72.9%;
    margin: auto auto;
    float: right;
    padding: 0;
    position: relative;
    padding-bottom: 0;
}

.scrollss > ul#slider3 {
    list-style: none;
    display: inline-block;
    white-space: nowrap;

}

.scrollss > ul#slider3 > li {
    display: inline-block;
    margin-right: 1%;
}

.block-one__left:after {
    content: '';
    height: 107.05%;
    position: absolute;
    top: 0;
    right: -1%;
    width: 1.5%;
    background: #fdb713;
}

.block-small__images_item img {
    transition: .3s;
}

.block-small__images_item:hover img {
    transform: scale(1.2);
}

.head_boxtwo {
    height: 50px;
    background: #44413e;
    position: relative;
}

.foot_boxtwo {
    padding: 20px 30px;
    background: #4c4947;
}

.slid_prev_sm {
    position: absolute;
    left: 18px;
    top: 18px;
    width: 20px;
    display: block;
}

.slid_prev_sm img {
    transform: rotate(180deg);
}

.slid_next_sm {
    position: absolute;
    right: 18px;
    top: 18px;
}

.calendar_box {
    text-align: center;
    line-height: 50px;
}

.calendar_box img {
    margin-right: 15px;
    position: relative;
    top: 7px;
}

.calendar_box span {
    font-weight: 600;
    color: #fff;
    font-size: 15.42px;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 1.5px;
}

.flex-boxtwo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-boxtwo__item {
    height: 50px;
    width: 115px;
    border: 2px solid #716f6e;
    border-radius: 5px;
    margin-bottom: 5px;
    background: #f7c200;
    font-size: 15.42px;
    font-weight: 500;
    text-align: center;
    color: #1e1a16;
    line-height: 50px;
    cursor: pointer;
    transition: .3s ease;
}

.flex-boxtwo__item:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.gray_it {
    background: #5f5c5b;
    color: #a9a8a8;
}

.block-one__right {
    width: 49.75%;
    float: right;
    border-left: 1% solid #fdb713;
    position: relative;
    margin-bottom: 50px;
}

.block-one__right_boxone {
    width: 260px;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    position: absolute;
    left: 60px;
    top: 0;
    border: 3px solid #000;
}

.block-one__right_boxtwo {
    position: absolute;
    height: 265px;
    top: 490px;
    left: 60px;
    width: 412px;
}

.left_img_into {
    height: 215px;
}

#slider3 {
    width: 72.9%;
    float: right;
    align-items: flex-end;
    overflow: hidden;
    margin-right: 10px;
    cursor: url(https://exitdoors.at/static/img/cursor.png), url(https://exitdoors.at/static/img/cursor.cur), pointer;
    position: relative;
}

cursor {

}

#slider3 img {
    width: 100%;
    object-fit: cover;
    cursor: url(https://exitdoors.at/static/img/cursor.png), url(https://exitdoors.at/static/img/cursor.cur), pointer;
    height: 312px;
}

.slick-track > div {
    margin: 0 5px;
}

.block-slider_three {
    overflow-x: hidden;
    margin-bottom: 60px;
    position: relative;
}

.block-slider_three img {
    border-radius: 5px;
}


.title_block-slider_3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 26.25px;
    margin-right: 15px;
    float: right;
    padding-top: 128px;
}

.big_slide0 {
    width: 32.5%;
    position: relative;
    padding-top: 15px;
}

.big_slide1 {
    width: 32.5%;
    position: relative;
}

.big_slide1 img {
    height: 312px;
}

.small_slides {
    width: 16.7%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 312px;
    position: relative;
    top: -2px;
}

.small_slides img {
    height: 150px;
}

.medium_slide {
    width: 24%;
    position: relative;
}

.medium_slide img {
    height: 312px;

}

.layer_hover_sl {
    position: absolute;
    width: calc(100% - 20px);
    background: #0000002b;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
    height: calc(100% - 20px);
    border: 4px solid #fdb713;
    opacity: 0;
    transition: .3s ease-in;
    border-radius: 5px;
}

.layer_hover_sl img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px !important;
    object-fit: none !important;
    border-radius: 5px;
}

.big_slide1:hover .layer_hover_sl {
    opacity: 1;
}

.medium_slide:hover .layer_hover_sl {
    opacity: 1;
}

.small_slide:hover .layer_hover_sl {
    opacity: 1;
}

.small_slide {
    position: relative;
}

.slider3_nav {
    position: absolute;
    top: calc(50% - 27.5px);
    z-index: 5;
    display: block;
    width: 100%;
}

.button_prev {
    position: absolute;
    left: 0;
    width: 90px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    background: #fdb713;

}

.button_prev:hover, .button_next:hover {
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    opacity: .9;
}

.button_prev img {
    width: auto !important;
    height: auto !important;
    position: relative;
    top: 15%;
}

.button_next {
    position: absolute;
    right: 0 !important;
    width: 90px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    background: #fdb713;
}

.button_next img {
    transform: rotate(180deg);
    height: auto !Important;
    width: auto !Important;
    position: relative;
    top: 15%;
}

.sendmail_contacts {
    width: 100%;
    display: flex;
}

.block_sendmail {
    width: 45%;
    position: relative;
    background: url(https://exitdoors.at/static/img/bg_form.png) no-repeat;
    height: 475px;
}

.block_contacts {
    width: 55.5%;
    height: 475px;
    background: #fdb713;
}

.form_mail {
    width: 450px;
    margin-right: 65px;
    margin-left: auto;
    margin-top: 40px;
}

.title_form {
    font-size: 33.33px;
    color: #fff;
    text-align: left;
    margin-bottom: 35px;
}

.input_form {
    font-size: 15.42px;
    color: #fff;
    height: 37.5px;
    line-height: 37.5px;
    padding-left: 20px;
    border: 2px solid #fff;
    border-top: 0;
    border-radius: 3px;
    background: transparent;
    margin-bottom: 15px;
    display: block;
    width: calc(100% - 24px);
}

.textarea_form {
    height: 120px;
    margin-bottom: 35px;
    font-family: 'Montserrat', sans-serif;
    resize: none;
}

.input_form::placeholder {
    font-size: 15.42px;
    color: #fff !important;
}

.wwwebsite {
    z-index:999;
    position:absolute;
    height:0;
    width:0;
    border:none;
    background:none;
    margin:0;
    top:0;
    left:0;
    clear:both;
    font-size:0px;
    line-height:0px;
}

.send_button {
    width: 267px;
    margin-right: auto;
    height: 52px;
    line-height: 52px;
    font-size: 16.67px;
    color: #000;
    text-align: center;
    background: #fdb713;
    border-radius: 30px;
    cursor: pointer;
    transition: .3s ease;
}


.send_button:hover {
    -moz-box-shadow: 0 0 10px #FFEB3B;
    -webkit-box-shadow: 0 0 10px #FFEB3B;
    box-shadow: 0 0 10px #FFEB3B;
}

.send_button img {
    margin-right: 35px;
    position: relative;
}

.main_contacts {
    margin-top: 65px;
    margin-left: 70px;
}

.slug_items {
    height: 230px;
    margin-bottom: 80px;
}

.slug-item {
    width: 300px;
    margin-right: 70px;
    float: left;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    height: 61px;
}

.slug-item a {
    color: black;
    text-decoration: none;
    display: flex;
}

.img-slug {
    margin-right: 20px;
    float: left;
    height: 60px;
    width: 50px;
}

.text-slug-item {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    line-height: normal;
}

.zahlu {
    display: inline-block;
    font-size: 21.73px;
    color: #000;
    margin-right: 60px;
    float: left;
}

.images-carts {
    width: 270px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: left;
    position: relative;
    top: -7px;
}

@media screen and (max-width: 1599px) {
    header {
        height: 610px;
    }

    .slug-item {
        width: 250px;
        margin-right: 40px;
    }

    .text-slug-item {
        font-size: 19px;
    }

    .header-after-block .title .big, .block-two__title .title .big, .block-three__title .title .big {
        font-size: 36px;
    }

    .header-after-block .title .small, .block-two__title .title .small, .block-three__title .title .small {
        font-size: 30px;
    }

    .block-three__title .title .small {
        top: 16px;
    }
}

@media screen and (max-width: 1359px) {
    #slider3 img {
        height: 215px;
    }

    .arrow.slick-arrow {
        width: 50px;
    }
}

@media screen and (max-width: 1199px) {
    header {
        height: 425px;
    }

    .oe-mask {
        height: 130px;
    }

    .form_mail {
        width: 340px;
        margin-right: 30px;
        margin-left: auto;
        margin-top: 30px;
        box-sizing: border-box;
    }

    .main_contacts {
        margin-top: 65px;
        margin-left: 25px;
    }

    .slug-item {
        width: 50%;
        margin-right: 0;
    }

    .img-slug {
        margin-right: 10px;
        height: 40px;
        width: 40px;
    }

    .img-slug img {
        max-width: 100%;
    }

    .text-slug-item {
        font-size: 16px;
    }


}

@media screen and (max-width: 991px) {

    .header-after-block {
        padding-bottom: 60px;
    }

    .block-one__left, .block-one__right {
        width: 100%;
        float: none;
        top: 0;
    }

    .two__cards-content {
        overflow: hidden;
    }

    .block-slider_three {
        margin-top: 30px;
        width: 100%;
    }

    .title_block-slider_3 {
        padding-top: 82px;
        width: 100%;

    }

    .block-one__left::after {
        content: none;
    }

    .slug_items {
        margin-bottom: 40px;
    }

    .zahlu {
        margin-bottom: 25px;
    }

    .form_mail {
        width: 320px;
    }

    .text-slug-item {
        font-size: 14px;
    }

}

@media screen and (max-width: 784px) {
    .header-main {
        margin-top: 0;
    }

    .header-block__one, .header-block__two, .header-block__three {
        height: 35px;
    }

    .header-after-block .title .big, .block-two__title .title .big, .block-three__title .title .big {
        font-size: 26px;
    }

    .header-after-block .title .small, .block-two__title .title .small, .block-three__title .title .small {
        font-size: 24px;
    }

    .block-two__title, .block-three__title {
        margin-top: 0;
    }

    #slider3 {
        float: none;
        margin-top: 15px;
        width: 100%;
    }

    #slider3 img {
        height: 170px;
    }

    .title_block-slider_3 {
        padding-top: 20px;
        float: left;
    }


    .block-three__title .title .small {
        width: 65%;
    }

    .sendmail_contacts {
        flex-direction: column;
    }

    .block_sendmail, .block_contacts {
        float: none;
        width: 100%;
    }

    .form_mail {
        margin-right: auto;
        margin-left: auto;
        width: 90%;
    }

    .text-slug-item {
        font-size: 18px;
    }

}

@media screen and (max-width: 679px) {
    header {
        height: 330px;
    }

    .header-main {
        margin-top: 150px;
    }

    .oe-mask {
        height: 100px;
    }

    .oe-main-text {
        font-size: 30px;
    }

    .header-train__block {
        width: 100%;
    }

    .main-image {
        height: 725px;
    }

    .block-one__left_boxtwo {
        top: 450px;
        right: auto;
        width: 100%;
        left: auto;
    }

    .block-one__left_boxone {
        right: 15px;
    }

    .block-one__right_boxtwo {
        top: 440px;
        left: 0;
        width: 100%;
    }

    .block-one__right_boxone {
        left: 15px;
    }

    .block-two__title .title, .block-three__title .title {
        padding: 15px 20px 0;
        margin-top: 20px;
    }

    .block-two__title, .block-three__title {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 459px) {
    .header-train__block {
        font-size: 13px;
    }

    .header-after-block .title .big, .block-two__title .title .big, .block-three__title .title .big {
        font-size: 16px;
    }

    .header-after-block .title .small, .block-two__title .title .small, .block-three__title .title .small {
        font-size: 14px;
    }

    .header-after-block .title .small {
        top: 10px;
    }

    .foot_boxtwo {
        padding: 15px;
    }

    .flex-boxtwo__item {
        width: 95px;
        font-size: 12px;
    }

    .block-two__title .title .small {
        top: 20px;
    }


    .left_img_into {
        height: auto;
    }


    #slider3 img {
        height: 220px;
    }

    .title_block-slider_3 {
        width: 100%;
    }

    .block_contacts {
        height: auto;
    }

    .main_contacts {
        margin: 0;
        padding: 15px;
        overflow: hidden;
    }

    .slug-item {
        width: 100%;
        margin-bottom: 0;
    }

    .zahlu {
        margin-bottom: 15px;
        margin-top: 40px;
    }

}





























