* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
}

a,
label,
button {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

figure {
    margin: 0;
    padding: 0;
}

figure img {
    max-width: 100%;
    vertical-align: top;
}

img {
    max-width: 100%;
    height: auto;
}

object {
    pointer-events: none;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

button {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.jarallax {
    position: relative;
    z-index: 0
}

.jarallax>.jarallax-img,
picture.jarallax-img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.vis_hid {
    visibility: hidden;
}

.logo a {
    display: inline-block;
}

.flex {
    display: flex;
}

.flex.wrap {
    flex-wrap: wrap;
}

.column {
    flex-direction: column;
}

.grid {
    display: grid;
}

.flex_1 {
    flex: 1;
}

.flex_0 {
    flex: 0 0 auto;
}

.al_top {
    align-items: flex-start;
}

.al_baseline {
    align-items: baseline;
}

.al_center {
    align-items: center;
}

.al_bottom {
    align-items: flex-end;
}

.just_center {
    justify-content: center;
}

.just_space {
    justify-content: space-between;
}

.just_end {
    justify-content: flex-end;
}

.txt_center {
    text-align: center;
}

.abs {
    position: absolute;
}

.abs_center {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.bg {
    background-position: center;
    background-size: cover;
}

.margin_auto {
    margin: 0 auto;
}

.underline {
    text-decoration: underline;
}

.lh_reset {
    line-height: 1;
}

.fira {
    font-family: 'Fira Sans', sans-serif;
}

.lato {
    font-family: 'Lato', sans-serif;
}

.unna {
    font-family: 'Unna', serif;
}

.fira.light,
.lato.light {
    font-weight: 300;
}

.fira.regular,
.unna.regular,
.lato.regular {
    font-weight: 400;
}

.fira.medium {
    font-weight: 500;
}

.fira.semibold {
    font-weight: 600;
}

.logo {
    width: 200px;
}

.nav-icon {
    width: 20px;
    height: 12px;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background: transparent;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #151515;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 0px;
}

.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
    top: 5px;
}

.nav-icon span:nth-child(4) {
    top: 10px;
}

.header_open .nav-icon span:nth-child(1) {
    top: 5px;
    width: 0%;
    left: 50%;
}

.header_open .nav-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header_open .nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header_open .nav-icon span:nth-child(4) {
    top: 5px;
    width: 0%;
    left: 50%;
}

.container {
    width: 90%;
    margin: 0 auto;
}

.header_nav {
    flex: 0 0 100%;
    row-gap: 40px;
    margin: 80px 0;
}

.header {
    padding: 20px 0;
    height: 77.03px;
    overflow: hidden;
    transition: height .3s ease-in-out;
    position: sticky;
    top: 0;
    z-index: 11;
    box-shadow: 0px 12px 35px 0px rgba(142, 141, 141, 0.55);
}

.header.header_open {
    height: 100dvh;
}

.header_nav_anchor {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.header_nav_anchor.active:before {
    content: url('../images/right_arrow.svg');
    width: 18px;
    height: 15px;
    flex: 0 0 auto;
}

.header_anchor_txt {
    font-size: 16px;
    letter-spacing: .07em;
    transition: color .3s ease-out;
}

.header_nav_anchor:hover .header_anchor_txt {
    color: #e9c21c;
}

.header_socials {
    gap: 20px;
}

.header_aside {
    flex: 0 0 100%;
}

.header_phone_bt {
    width: 180px;
    max-width: 100%;
    margin: 20px auto;
    padding: 12px 20px;
    gap: 10px;
    border-radius: 13px;
    border: 2px solid #b1b1b1;
}

.slider {
    /* background-image: url('../images/slider.jpg'); */
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.slider_movie {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.slider_wrapper {
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
}

.slider_header_txt .letter {
    font-size: 33px;
    line-height: .945em;
    letter-spacing: .02em;
}

.slider_arrow {
    display: table;
    margin: 0 auto;
    width: 85px;
}

.offer_search_control.active .offer_search_control_title {
    color: #e9c21c;
}

.offer_search_control.active .offer_search_control_title_arrow {
    border-top-color: #e9c21c;
}

.offer_search_control.expand .offer_search_control_title_arrow {
    transform: rotate(180deg);
}

.offer_search_control_list {
    transition: height .3s ease-out;
    height: 0;
    overflow: hidden;
}

.offer_search_control_list_content {
    padding: 15px 0;
}

.offer_search_checkbox {
    appearance: none;
    height: 18px;
    width: 18px;
    margin: 0;
    padding: 0;
    border: 1px solid #cacaca;
    border-radius: 2px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.offer_search_checkbox:checked {
    background: #e9c21c;
    border-color: #e9c21c;
}

.offer_search_checkbox:checked:before,
.offer_search_checkbox:checked:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}

.offer_search_checkbox:checked:before {
    width: 6px;
    top: 3px;
    left: 2px;
    transform: rotate(44deg);
}

.offer_search_checkbox:checked:after {
    width: 10px;
    left: 5px;
    transform: rotate(-55deg);
}

.offer_search_checkbox_txt {
    font-size: 14px;
    color: #6a6b6b;
    margin-left: 10px;
    margin-top: 2px;
}

.offer_search_control_list_item:not(:last-child) {
    margin-bottom: 12px;
}

.offer_search_control_list_item_between {
    gap: 5px;
}

.offer_search_control_list_item_between_input {
    position: relative;
}

.offer_search_control_list_item_between_input input[type="number"] {
    width: 100%;
    outline: none;
    border: none;
    appearance: none;
    padding: 4px 10px;
    color: #6a6b6b;
    font-size: 12px;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    background: transparent;
}

.offer_search_control_list_item_between_input input[type="number"]::placeholder {
    color: #6a6b6b;
    opacity: 1;
}

.offer_search_control_list_item_between_input input[type="number"]::-ms-input-placeholder {
    color: #6a6b6b;
}

.offer_search_control_list_item_between_input input[type="number"]:focus {
    border-color: #e9c21c;
}

.offer_search_control_list_item_between_input_unit {
    font-size: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.offers {
    padding: 60px 0;
    background-image: url('../images/offer_bg.jpg');
    overflow: hidden;
}

.offers.no_bg {
    background-image: none;
}

.bg_header {
    display: table;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.offer_header {
    background-image: url('../images/aktualne_oferty_bg.jpg');
    background-position: bottom;
}

.main_header_txt {
    font-size: 34px;
    letter-spacing: .025em;
}

.offer_search_submit {
    gap: 10px;
    border: 1px solid #cacaca;
    border-radius: 13px;
    width: 180px;
    max-width: 100%;
    padding: 20px 30px;
    margin: 30px auto 0 auto;
}

.offer_search_submit_txt {
    font-size: 16px;
    letter-spacing: .07em;
}

.offer_search_control_title {
    font-size: 14px;
    letter-spacing: .07em;
}

.offer_search_control_title_arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #6a6b6b;
    margin-left: 10px;
}

.offer_search_control_title_wrapper {
    padding: 10px 0;
    border-bottom: 1px solid #9f9f9f;
    cursor: pointer;
}

.simplebar-track.simplebar-vertical {
    width: 3px;
    background-color: #dddddd;
}

.simplebar-scrollbar:before {
    background: #e9c21c;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
}

.offer_main_gallery_photo_wrapper,
.offer_box_image_wrapper {
    position: relative;
    overflow: hidden;
}

.offer_box_image,
.offer_main_gallery_photo,
.offer_other_gallery_photo {
    padding-top: 66.6%;
    position: relative;
}

.offer_box_image_baner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 30px;
    background-color: rgba(233, 194, 28, .85);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.offer_box_image_baner_txt {
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-align: center;
}

.offer_box_title,
.offer_box_parameter_txt {
    font-size: 18px;
    letter-spacing: .07em;
}

.offer_box_title {
    line-height: 1.4em;
}

.offer_box {
    padding: 10px;
    box-shadow: 0px 12px 43px 0px rgba(142, 141, 141, 0.27);
    height: 100%;
}

.offer_main_gallery_swiper:hover .offer_main_gallery_photo,
.offer_box:hover .offer_box_image {
    transform: scale(1.05);
}

.offer_main_gallery_photo,
.offer_box_image {
    transition: transform .3s ease-out;
}

.offers_swiper_wrapper .swiper {
    padding: 40px;
}

.offers_swiper_wrapper {
    margin: -40px;
}

.offer_prev {
    margin: 0 -20px 0 40px;
}

.offer_next {
    margin: 0 40px 0 -20px;
}

.offer_prev,
.offer_next {
    position: relative;
    z-index: 10;
}

.other_offers {
    overflow: hidden;
}

.offer_box_content {
    padding: 20px 15px 10px 15px;
}

.offer_box_parameters_wrapper {
    gap: 20px;
    margin-top: 10px;
}

.offer_box_parameter {
    gap: 10px;
}

.offer_box_footer {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #d6d6d6;
}

.offer_box_footer_txt {
    font-size: 14px;
    line-height: 1.6em;
    letter-spacing: .07em;
}

.offers_swiper_wrapper .swiper-slide {
    height: auto;
}

.offers_swiper_wrapper .swiper-slide.hidden {
    opacity: 0;
}

.omj {
    gap: 2px;
}

.omj_box {
    position: relative;
    padding-top: 100%;
}

.omj_box_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px 20px 20px;
}

.omj_box_title {
    font-size: 22px;
    letter-spacing: .07em;
}

.omj_box_txt {
    font-size: 14px;
    letter-spacing: .07em;
}

.omj_box_txt_wrapper {
    gap: 5px;
    position: relative;
    transition: left .5s ease-in-out;
    left: 0;
}

.bt_arrow_right {
    width: 50px;
    height: 50px;
    border: 2px solid #f8b540;
    transition: background .3s ease-out;
}

.omj_box:hover .bt_arrow_right {
    background-color: #f8b540;
}

.arrow_right {
    width: 20px;
    height: 2px;
    background-color: #f8b540;
    position: relative;
}

.omj_box:hover .arrow_right {
    background-color: #000;
}

.arrow_right:after {
    content: '';
    position: absolute;
    border: solid #f8b540;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: -3px;
    right: 0px;
}

.omj_box:hover .arrow_right::after {
    border-color: #000;
}

.about_company {
    padding: 60px 0 220px 0;
}

.about_company_header {
    background-image: url('../images/about_company_header.jpg');
    background-position: bottom;
}

.about_company_txt,
.about_me_txt,
.references_baner_txt,
.footer_site_company_name,
.footer_site_detail_txt,
.footer_site_nip_txt,
.footer_site_form_section_title,
.footer_copy_txt,
.popup_txt,
.offer_section_parameter,
.offer_section_txt,
.drone_record_anchor_txt,
.offer_feature_txt,
.policy_txt,
.footer_site_form_submit_txt {
    font-size: 14px;
    line-height: 1.6em;
    letter-spacing: .07em;
}

.offer_feature_txt {
    text-transform: uppercase;
}

.portal_anchor {
    gap: 15px;
}

.portal_anchor_txt {
    font-size: 14px;
    line-height: 1.6em;
    border-bottom: 1px solid #828282;
    transition: border-color .3s ease-out, color .3s ease-out;
}

.portal_anchor:hover .portal_anchor_txt {
    color: #e9c21c;
    border-color: #e9c21c;
}

.about_company_wrapper {
    width: 930px;
    max-width: 100%;
}

.about_company_baner_part,
.offer_main_gallery_baner_part {
    background-repeat: no-repeat;
    background-size: cover;
}

.about_company_baner_part {
    padding: 20px 5%;
    flex: 0 0 50%;
}

.offer_main_gallery_baner_part {
    padding: 15px;
}

.about_company_baner_part:nth-child(1),
.offer_main_gallery_baner_part:nth-child(1) {
    background-image: url('../images/about_company_1.png');
    background-position: right;
}

.about_company_baner_part:nth-child(1) {
    border-bottom-left-radius: 50px;
}

.offer_main_gallery_baner_part:nth-child(1) {
    border-bottom-left-radius: 30px;
    flex: 0 0 60%;
}

.about_company_baner_part:nth-child(2),
.offer_main_gallery_baner_part:nth-child(2) {
    background-image: url('../images/about_company_2.png');
    background-position: left;
}

.about_company_baner_part:nth-child(2) {
    border-top-right-radius: 50px;
}

.offer_main_gallery_baner_part:nth-child(2) {
    flex: 0 0 40%;
}

.about_company_baner_txt,
.offer_main_gallery_baner_txt {
    font-size: 12px;
    letter-spacing: .07em;
    line-height: 1.6em;
}

.about_company_baner_part_icon {
    width: 40px;
    margin: 0 auto 10px auto;
}

.offer_main_gallery_baner_part_icon {
    margin: 0 auto 5px auto;
}

.about_company_baner {
    margin: -160px auto;
    position: relative;
    z-index: 1;
}

.about_company_baner_wrapper {
    min-height: 320px;
}

.about_company_baner_part_wrapper {
    max-width: 460px;
}

.offer_archive_baner {
    padding: calc(160px + 60px) 0 calc(60px + 60px) 0;
}

.offer_archive_baner_header {
    background-image: url('../images/offer_archive_baner_header.jpg');
    background-position: bottom;
}

.offer_box_archive {
    padding: 5px;
}

.offer_archive_wrapper {
    margin-top: -60px;
}

.offer_box_archive .offer_box_content {
    padding: 10px 10px 5px 10px;
}

.offer_box_archive .offer_box_title {
    font-size: 12px;
}

.offer_box_archive .offer_box_parameter_txt {
    font-size: 10px;
}

.offer_box_archive .offer_box_parameter_icon {
    max-width: 13px;
}

.offer_box_archive .offer_box_parameter {
    gap: 5px;
}

.offer_box_archive .offer_box_parameters_wrapper {
    gap: 10px;
}

.offer_box_archive .offer_box_footer_txt {
    font-size: 8px;
}

.offer_box_archive .offer_box_footer {
    margin-top: 20px;
}

.main_button {
    display: table;
    border: 1px solid #cacaca;
    border-radius: 13px;
    width: 300px;
    max-width: 100%;
    text-align: center;
    padding: 20px;
}

.main_button_txt {
    font-size: 16px;
    letter-spacing: .07em;
}

.partners {
    padding: 60px 0;
}

.partners_swiper {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #d7d7d7;
}

.partners_swiper .swiper {
    max-width: 1060px;
}

.partners_header {
    background-image: url('../images/partners_header.jpg');
}

.about_me_wrapper {
    padding: 20px 0;
}

.about_me_txt_wrapper {
    max-width: 620px;
}

.quote_icon {
    display: table;
}

.about_me_quote_icon,
.references_baner_quote_icon {
    width: 50px;
}

.about_me_quote_icon {
    margin-bottom: 15px;
}

.about_me_signature_wrapper {
    margin-top: 20px;
}

.about_me_signature {
    position: relative;
    display: table;
}

.about_me_signature_eraser {
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #ededed;
}

.about_me_signature_txt {
    font-size: 14px;
    margin-top: 10px;
}

.references_baner_header {
    background-image: url('../images/references_baner_header.jpg');
    background-position: bottom;
}

.references_baner {
    padding: 60px 0;
}

.references_baner_header_wrapper {
    gap: 15px;
}

.references_baner_wrapper {
    max-width: 520px;
}

.footer_site_content {
    padding: 60px 0;
}

.footer_site_content_wrapper {
    padding: 0 5%;
}

.footer_site_title .letter {
    font-size: 30px;
    line-height: 1.25em;
    letter-spacing: .025em;
}

.footer_site_owner_name {
    font-size: 24px;
    line-height: 1.3em;
    letter-spacing: .07em;
}

.footer_site_detail {
    gap: 15px;
    margin-bottom: 10px;
}

.footer_site_detail:last-child {
    margin-bottom: 0;
}

.footer_site_form {
    background-color: rgba(255, 255, 255, .7);
    border: 2px solid #f0c271;
    padding: 40px 20px 5px 20px;
}

.footer_site_form_header_title {
    font-size: 20px;
    letter-spacing: .07em;
}

.footer_site_form_header {
    margin-bottom: 20px;
}

.footer_site_form_input {
    width: 100%;
    outline: none;
    border: none;
    appearance: none;
    font-size: 14px;
    border-bottom: 1px solid #585858;
    background: transparent;
    display: block;
    padding-bottom: 10px;
    letter-spacing: .07em;
    margin-bottom: 20px;
}

.footer_site_form_input:focus {
    border-color: #f0c271;
}

.footer_site_form_checkbox {
    appearance: none;
    height: 18px;
    width: 18px;
    margin: 0;
    padding: 0;
    border: 1px solid #616162;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.footer_site_form_checkbox:checked {
    background: #f0c271;
    border-color: #f0c271;
}

.footer_site_form_checkbox:checked:before,
.footer_site_form_checkbox:checked:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}

.footer_site_form_checkbox:checked:before {
    width: 6px;
    top: 3px;
    left: 2px;
    transform: rotate(44deg);
}

.footer_site_form_checkbox:checked:after {
    width: 10px;
    left: 5px;
    transform: rotate(-55deg);
}

.footer_site_form_checkbox_txt {
    font-size: 14px;
    margin-left: 8px;
    letter-spacing: .07em;
    line-height: 1.7em;
    margin-top: -2px;
}

.footer_site_form_checkbox_txt a {
    text-decoration: underline;
}

.footer_site_form_checkboxes {
    margin-top: 10px;
    gap: 10px;
}

.footer_site_form_consents {
    margin-top: 20px;
}

.footer_site_form .bt_arrow_right {
    border-color: #f8b540;
    background-color: #f8b540;
}

.footer_site_form_submit_wrapper {
    margin: 20px -15px 0 auto;
    gap: 20px;
}

.footer_site_form .arrow_right {
    background-color: #000000;
}

.footer_site_form .arrow_right:after {
    border-color: #000;
}

.footer_copy {
    padding: 10px 0;
}

.footer_copy_txt {
    color: #d0d3d5;
}

.slider_site {
    padding: 60px 0;
}

.slider_site_header_intro {
    font-size: 18px;
}

.slider_site_header_txt {
    background-image: url('../images/slider_site_header_bg.jpg');
    background-position: bottom;
    font-size: 40px;
}

.offers_grid {
    gap: 30px;
}

.offers .pagination,
.references_list .pagination {
    margin-top: 60px;
}

.pagination_anchors {
    gap: 10px;
    margin: 0 15px;
}

.pagination_dots {
    margin: 0 5px;
}

.pagination_anchor {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background-color: #f3f3f3;
    border-radius: 7px;
    border: 1px solid transparent;
    transition: border-color .3s ease-out;
}

.pagination_anchor:hover {
    border-color: #e9c21c;
}

.pagination_anchor.active {
    background-color: #e9c21c;
}

.pagination_anchor,
.pagination_dots {
    font-size: 16px;
}

.header_phone_bt,
.offer_archive_button,
.references_button,
.popup_button {
    transition: background .3s ease-out;
}

.header_phone_bt:hover,
.offer_archive_button:hover,
.popup_button:hover {
    background-color: #e9c21c;
}

.references_button:hover {
    background-color: #fff;
}

.references_button:hover .main_button_txt {
    color: #003758;
}

.popup_cms,
.loader_wrapper {
    position: fixed;
    width: 100%;
    height: 100dvh;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: auto;
    opacity: 0;
    transition: opacity .3s ease-out;
    pointer-events: none;
}

.popup.active,
.loader_wrapper.active {
    opacity: 1;
    pointer-events: all;
}

.popup_cms .content {
    background-color: #fff;
    padding: 20px 20px 40px 20px;
    max-height: 90dvh;
    width: 90%;
    max-width: 960px;
    margin: auto;
    box-shadow: 0px 12px 43px 0px rgba(142, 141, 141, 0.27);
}

.close_popup {
    display: table;
    cursor: pointer;
    margin: 0 0 20px auto;
}

.popup_header_title {
    font-size: 26px;
    letter-spacing: .025em;
}

.offer_section_wrapper {
    padding: 60px 0;
}

.offer_section_title {
    font-size: 22px;
    line-height: 1.35em;
    letter-spacing: .07em;
}

.offer_section_parameter:not(:last-child) {
    margin-bottom: 5px;
}

.offer_section_parameter sup {
    margin-top: -6px;
    display: inline-block;
}

.offer_section_txt_wrapper {
    background-image: url('../images/offer_section_txt_wrapper_bg.png');
    background-position: 0 20px;
    background-repeat: no-repeat;
    background-size: contain;
}

.swiper_prev,
.swiper_next {
    cursor: pointer;
    width: 25px;
    transition: .3s opacity ease-in;
}

.swiper_prev.swiper-button-disabled,
.swiper_next.swiper-button-disabled {
    opacity: .5;
}

.offer_other_gallery_swiper .swiper {
    margin: 0 10px;
}

.offer_other_gallery_swiper {
    margin-top: 15px;
}

.drone_record_anchor {
    gap: 10px;
    height: 40px;
}

.offer_main_gallery_baner {
    width: 100%;
}

.slider_arrow,
.offer_other_gallery_photo {
    cursor: pointer;
}

.offer_features_header {
    background-image: url('../images/offer_features_header_bg.png');
    background-position: bottom;
}

.offer_features {
    padding: 60px 0;
}

.offer_features_wrapper {
    margin-top: 60px;
    gap: 40px;
}

.offer_feature {
    width: calc((100% / 2) - 40px + (40px / 2));
}

.offer_feature_icon {
    margin-bottom: 20px;
}

.offer_location_header {
    background-image: url('../images/offer_location_header_bg.png');
    background-position: bottom;
}

.offer_location_map iframe {
    vertical-align: top;
    width: 100%;
    height: 450px;
}

.other_offers_header {
    background-image: url('../images/other_offers_header_bg.png');
    background-position: bottom;
}

.other_offers {
    padding: 60px 0;
}

.reference_back_txt {
    color: #697e8e;
    font-size: 15px;
    margin-top: 15px;
}

.reference_title {
    font-size: 15px;
    letter-spacing: .07em;
    line-height: 1.35em;
    margin-top: 20px;
}

.reference_thumb {
    padding-top: 100%;
}

.references_list_wrapper {
    gap: 40px 15px;
}

.reference_box {
    flex: 0 1 calc(50% - ((15px*1)/2));
}

.reference_anchor {
    border: 1px solid #707070;
    position: relative;
    display: block;
    transition: .5s border-color ease-out;
}

.reference_anchor:hover {
    border-color: #e9c21c;
}

.reference_anchor:hover .reference_back {
    opacity: 1;
}

.reference_back {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transition: .5s opacity ease-out;
}

.references_list,
.policy_page {
    padding: 60px 0;
}

.policy_ol {
    margin: 30px 0 0 0;
    padding-left: 1em;
}

.policy_ol li:not(:last-child) {
    margin: 0 0 10px 0;
}

.footer_site_company {
    margin-top: 20px;
}

.footer_site_details {
    margin-top: 15px;
}

.footer_site_location {
    margin: 10px 0;
}

.footer_site_owner:not(:last-child) {
    margin-bottom: 15px;
}

.offer_archive {
    overflow: hidden;
}

.offer_archive_carousel_wrapper .swiper {
    overflow: unset;
}

.offer_archive_carousel_wrapper {
    padding: 0 60px;
}

.loader {
    color: #e9c21c;
    position: relative;
    font-size: 11px;
    background: #e9c21c;
    animation: escaleY 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
    left: 2em;
    background: #e9c21c;
    width: 1em;
    height: 4em;
    animation: escaleY 1s infinite ease-in-out;
}

.loader:before {
    left: -2em;
    animation-delay: -0.32s;
}

@keyframes escaleY {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.offer_search_form,
.about_company_txt_wrapper,
.offer_archive_button,
.references_baner_txt,
.references_button,
.footer_site_form_wrapper,
.offers_grid,
.popup_txt,
.popup_image,
.popup_button,
.offer_section_parameters,
.offer_section_txt,
.portal_anchor,
.offer_location_map {
    margin-top: 30px;
}

.offers_grid.no_margin {
    margin-top: 0;
}

.offers_swiper_wrapper,
.offer_section_txt_wrapper {
    padding-top: 30px;
}

.animate_waves {
    font-size: 0 !important;
}

.animate_waves span.word,
.animate_waves span.letter {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.animate_waves span.word {
    white-space: nowrap;
}

.color_dark {
    color: #151515;
}

.color_dark_2 {
    color: #0a131b;
}

.color_dark_3 {
    color: #0b0b0b;
}

.color_white {
    color: #fff;
}

.color_light {
    color: #f8f8f8;
}

.color_light_2 {
    color: #f6f5f5;
}

.color_grey {
    color: #6a6b6b;
}

.color_navy {
    color: #12324e;
}

.color_navy_2 {
    color: #002546;
}

.color_grey_2 {
    color: #585858;
}

.color_grey_3 {
    color: #666666;
}

.color_grey_4 {
    color: #383838;
}

.bg_white {
    background-color: #fff;
}

.bg_grey {
    background-color: #ededed;
}

.bg_grey_2 {
    background-color: #f3f3f3;
}

.bg_yellow {
    background-color: #e9c21c;
}

.bg_navy {
    background-color: #003758;
}

.bg_navy_2 {
    background-color: #12314f;
}

@media only screen and (min-width: 576px) {
    .slider_header_txt .letter {
        font-size: 50px;
    }

    .slider_wrapper {
        width: 520px;
    }

    .slider_arrow {
        width: 125px;
        margin-top: 20px;
    }

    .offer_search_control_title {
        font-size: 16px;
    }

    .main_header_txt {
        font-size: 40px;
    }

    .omj {
        grid-template-columns: repeat(3, 1fr);
    }

    .omj_box_content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .omj_box_title {
        font-size: 16px;
    }

    .omj_box_txt {
        font-size: 10px;
    }

    .bt_arrow_right {
        width: 30px;
        height: 30px;
    }

    .arrow_right {
        width: 12px;
    }

    .about_company_txt,
    .about_me_txt,
    .about_me_signature_txt,
    .references_baner_txt,
    .footer_site_company_name,
    .footer_site_detail_txt,
    .footer_site_nip_txt,
    .footer_site_form_section_title,
    .footer_copy_txt,
    .popup_txt,
    .offer_section_parameter,
    .offer_section_txt,
    .portal_anchor_txt,
    .drone_record_anchor_txt,
    .policy_txt,
    .footer_site_form_submit_txt {
        font-size: 16px;
    }

    .about_company_square {
        width: 150px;
        height: 150px;
        border: 7px solid #fff;
    }

    .about_company_txt_wrapper {
        gap: 40px;
    }

    .about_company_baner_part_icon {
        width: 50px;
        margin-bottom: 15px;
    }

    .about_company_baner_txt,
    .offer_main_gallery_baner_txt {
        font-size: 14px;
    }

    .offer_box_archive .offer_box_parameter_txt {
        font-size: 12px;
    }

    .offer_box_image_baner {
        height: 40px;
    }

    .offer_archive_button {
        margin-top: 60px;
    }

    .about_me_quote_icon,
    .references_baner_quote_icon {
        width: auto;
    }

    .about_me_quote_icon {
        margin-bottom: 20px;
    }

    .about_me_signature_wrapper {
        margin-top: 30px;
    }

    .about_me_wrapper {
        padding: 30px 0;
    }

    .footer_site_title .letter {
        font-size: 36px;
    }

    .footer_site_owner_name {
        font-size: 24px;
    }

    .footer_site_form_input {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .footer_site_form_checkboxes {
        margin-top: 20px;
        gap: 20px;
    }

    .footer_site_form {
        padding-left: 40px;
        padding-right: 40px;
    }

    .footer_site_form_consents {
        margin-top: 40px;
    }

    .footer_site_form_checkbox_txt {
        font-size: 15px;
    }

    .footer_site_form_consents .footer_site_form_checkbox_txt {
        font-size: 13px;
    }

    .footer_site_form_header_title {
        font-size: 24px;
    }

    .footer_site_form_header {
        margin-bottom: 40px;
    }

    .footer_site_form .bt_arrow_right {
        width: 65px;
        height: 65px;
    }

    .footer_site_form_submit_wrapper {
        margin-right: -35px;
    }

    .footer_site_form .arrow_right {
        width: 20px;
    }

    .slider_site_header_txt {
        font-size: 60px;
    }

    .slider_site_header_intro {
        font-size: 20px;
    }

    .offers_grid {
        gap: 30px 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .pagination_anchor,
    .pagination_dots {
        font-size: 18px;
    }

    .pagination_anchors {
        margin: 0 30px;
    }

    .pagination_dots {
        margin: 0 15px;
    }

    .popup_header_title {
        font-size: 30px;
    }

    .drone_record_anchor {
        height: 50px;
    }

    .offer_feature {
        width: calc((100% / 3) - 40px + (40px / 3));
    }

    .offer_location_map {
        margin-top: 60px;
    }

    .reference_box {
        flex: 0 1 calc((100%/3) - ((15px*2)/3));
    }
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .slider_header_txt .letter {
        font-size: 65px;
    }

    .slider_wrapper {
        width: 690px;
    }

    .slider_arrow {
        width: 150px;
        margin-top: 40px;
    }

    .slider {
        padding: 100px 0;
    }

    .offers {
        padding: 80px 0;
    }

    .offers_swiper_wrapper {
        padding-top: 40px;
    }

    .offers_swiper_wrapper {
        margin: -55px;
    }

    .offers_swiper_wrapper .swiper {
        padding: 55px;
    }

    .swiper_prev,
    .swiper_next {
        width: auto;
    }

    .offer_search_form,
    .offers_grid {
        margin-top: 40px;
    }

    .main_header_txt {
        font-size: 50px;
    }

    .omj_box_content {
        padding-left: 20px;
    }

    .omj_box_title {
        font-size: 18px;
    }

    .omj_box_txt {
        font-size: 12px;
    }

    .bt_arrow_right {
        width: 40px;
        height: 40px;
    }

    .about_company {
        padding: 80px 0 240px 0;
    }

    .about_company_txt_wrapper {
        margin-top: 40px;
    }

    .about_company_square {
        width: 200px;
        height: 200px;
        border-width: 10px;
    }

    .about_company_header {
        margin-left: 240px;
    }

    .about_company_baner_part_icon {
        margin-bottom: 20px;
    }

    .about_company_baner {
        width: 90%;
    }

    .about_company_baner_part:nth-child(1) {
        border-bottom-left-radius: 100px;
    }

    .about_company_baner_part:nth-child(2) {
        border-top-right-radius: 100px;
    }

    .offer_archive_baner {
        padding: calc(160px + 80px) 0 calc(80px + 80px) 0;
    }

    .offer_archive_wrapper {
        margin-top: -80px;
    }

    .offer_box_image_baner {
        height: 50px;
    }

    .offer_archive_button {
        margin-top: 80px;
    }

    .partners {
        padding: 80px 0;
    }

    .partners_swiper {
        margin-top: 40px;
    }

    .about_me_wrapper {
        padding: 40px 0;
    }

    .references_baner {
        padding: 80px 0;
    }

    .footer_site_content_wrapper {
        display: flex;
        align-items: center;
        gap: 40px;
    }

    .footer_site_txt_wrapper,
    .footer_site_form_wrapper {
        flex: 0 0 calc(50% - 20px);
    }

    .footer_site_form_wrapper {
        margin-top: 0;
    }

    .footer_site_content {
        padding: 80px 0;
    }

    .footer_site_form_submit_wrapper {
        margin-top: 40px;
    }

    .footer_copy_wrapper {
        flex-direction: row;
        justify-content: center;
        gap: 10px;
    }

    .footer_copy_line {
        width: 1px;
        height: 17px;
        background-color: #d0d3d5;
    }

    .slider_site {
        padding: 80px 0;
    }

    .slider_site_header_txt {
        font-size: 75px;
    }

    .slider_site_header_intro {
        font-size: 24px;
    }

    .offers_grid {
        gap: 40px;
    }

    .offers .pagination,
    .references_list .pagination {
        margin-top: 80px;
    }

    .popup_header_title {
        font-size: 32px;
    }

    .popup_cms .content {
        padding: 20px 40px 40px 40px;
    }

    .close_popup {
        margin-right: -20px;
    }

    .popup_txt,
    .popup_image,
    .popup_button,
    .offer_other_gallery_swiper {
        margin-top: 40px;
    }

    .offer_other_gallery_swiper .swiper {
        margin: 0 30px;
    }

    .offer_section_txt_wrapper {
        padding-top: 80px;
    }

    .offer_section_wrapper {
        padding: 80px 0;
    }

    .offer_main_gallery_baner {
        position: absolute;
        top: 0;
        right: 0;
        width: 450px;
        max-width: 100%;
        z-index: 10;
    }

    .offer_feature {
        width: calc((100% / 4) - 40px + (40px / 4));
    }

    .offer_features,
    .other_offers,
    .references_list,
    .policy_page {
        padding: 80px 0;
    }

    .offer_features_wrapper,
    .offer_location_map {
        margin-top: 80px;
    }

    .reference_title {
        font-size: 16px;
    }

    .policy_ol {
        margin-top: 40px;
    }

    .footer_site_owner:not(:last-child) {
        margin-bottom: 30px;
    }
}

/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .nav-icon {
        display: none;
    }

    .header {
        height: auto;
    }

    .header_nav {
        flex: 1;
        margin: 0;
        flex-direction: row;
        gap: 25px;
        order: 3;
        justify-content: flex-start;
    }

    .logo {
        width: 250px;
        flex: 0 0 auto;
        order: 2;
        margin-right: 40px;
    }

    .header_aside {
        flex: 0 0 100%;
        display: flex;
        align-items: center;
        order: 1;
        justify-content: flex-end;
        gap: 30px;
        margin-bottom: 20px;
    }

    .header_socials {
        order: 2;
    }

    .header_phone_bt {
        margin: 0;
        order: 1;
    }

    .slider {
        padding: 150px 0;
    }

    .offers {
        padding: 100px 0 150px 0;
    }

    .offer_search_form {
        margin-top: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 50px;
    }

    .offer_search_controls {
        display: flex;
        flex-wrap: wrap;
        gap: 40px 0;
    }

    .offer_search_submit {
        flex: 0 0 auto;
        margin: 0;
    }

    .offer_search_control_title_wrapper {
        border-bottom: none;
        border-right: 1px solid #9f9f9f;
        padding: 0 20px;
    }

    .offer_search_control {
        position: relative;
    }

    .offer_search_control_list {
        position: absolute;
        z-index: 10;
        width: 340px;
        background-color: #f8f7f6;
        box-shadow: 0px 12px 43px 0px rgba(142, 141, 141, 0.27);
        margin-top: 20px;
    }

    .offer_search_control_list_content {
        padding: 30px 15px;
    }

    .offer_search_control_list_wrapper {
        max-height: 260px;
    }

    .offers_swiper_wrapper {
        padding-top: 70px;
    }

    .offers_grid {
        margin-top: 70px;
    }

    .omj {
        margin: 0 2px;
    }

    .omj_box_content {
        padding-right: 20px;
    }

    .omj_box_title {
        font-size: 22px;
    }

    .omj_box_txt {
        font-size: 14px;
    }

    .bt_arrow_right {
        width: 50px;
        height: 50px;
    }

    .arrow_right {
        width: 20px;
    }

    .about_company {
        padding: 120px 0 300px 0;
    }

    .about_company_square {
        width: 230px;
        height: 230px;
        border-width: 12px;
    }

    .about_company_txt_wrapper {
        margin-top: 50px;
        gap: 100px;
    }

    .about_company_txt,
    .references_baner_txt,
    .footer_site_company_name,
    .footer_site_detail_txt,
    .footer_site_nip_txt,
    .footer_site_form_section_title,
    .footer_copy_txt,
    .popup_txt,
    .offer_section_parameter,
    .offer_section_txt,
    .portal_anchor_txt {
        font-size: 18px;
    }

    .about_company_header {
        margin-left: 330px;
    }

    .about_company_baner_part {
        padding: 40px 5%;
    }

    .about_company_baner_part_icon {
        width: auto;
    }

    .about_company_baner_txt,
    .offer_main_gallery_baner_txt {
        font-size: 16px;
    }

    .offer_archive_baner {
        padding: calc(160px + 100px) 0 calc(100px + 100px) 0;
    }

    .offer_archive_wrapper {
        margin-top: -100px;
    }

    .offer_archive_button {
        margin-top: 100px;
    }

    .partners_header {
        background-position: bottom;
    }

    .partners {
        padding: 100px 0;
    }

    .partners_swiper {
        padding-top: 30px;
    }

    .about_me_photo {
        display: none;
    }

    .about_me_wrapper {
        width: 50%;
        margin-left: auto;
        padding: 80px 5% 80px 0;
        background-color: transparent;
    }

    .about_me_wrapper .container {
        width: 100%;
    }

    .about_me {
        background-image: url('../images/about_me.jpg');
        background-position: center;
        background-size: cover;
    }

    .main_button_txt {
        font-size: 18px;
    }

    .references_button {
        width: 400px;
    }

    .references_baner {
        padding: 100px 0;
    }

    .references_baner_header_wrapper {
        gap: 30px;
    }

    .footer_site_content {
        padding: 100px 0;
    }

    .footer_site_title .letter {
        font-size: 40px;
    }

    .footer_site_form {
        padding-top: 60px;
    }

    .footer_site_form_input {
        font-size: 18px;
    }

    .footer_site_form_input {
        margin-bottom: 40px;
    }

    .footer_site_form_checkbox {
        width: 23px;
        height: 23px;
    }

    .footer_site_form_checkbox:checked:before {
        left: 5px;
    }

    .footer_site_form_checkbox:checked:after {
        left: 8px;
    }

    .footer_site_form_checkbox_txt {
        margin-top: -1px;
    }

    .slider_site {
        padding: 100px 0;
    }

    .slider_site_header_intro {
        font-size: 30px;
    }

    .slider_site_header_txt {
        font-size: 90px;
    }

    .offers_grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px 20px;
    }

    .offers .pagination,
    .references_list .pagination {
        margin-top: 100px;
    }

    .popup_header_title {
        font-size: 36px;
    }

    .offer_section_wrapper {
        display: flex;
        gap: 40px;
    }

    .offer_section_gallery,
    .offer_section_txt_wrapper {
        flex: 0 0 calc(50% - 20px);
        overflow: hidden;
    }

    .offer_section_txt_wrapper {
        padding-top: 0;
        background-image: none;
    }

    .offer_other_gallery_swiper {
        margin-top: 20px;
    }

    .offer_other_gallery_swiper .swiper {
        margin: 0 15px;
    }

    .offer_section_wrapper {
        padding-top: 100px;
        background-image: url('../images/offer_section_txt_wrapper_bg.png');
        background-position: 100% 65px;
        background-repeat: no-repeat;
        background-size: calc(50% + 100px);
    }

    .offer_feature {
        width: calc((100% / 5) - 40px + (40px / 5));
    }

    .offer_features {
        padding: 100px 0;
    }

    .offer_features_wrapper,
    .offer_location_map {
        margin-top: 100px;
    }

    .offer_feature_icon {
        margin-bottom: 30px;
    }

    .other_offers {
        padding: 100px 0 200px 0;
    }

    .references_list,
    .policy_page {
        padding: 100px 0;
    }

    .references_list_wrapper {
        row-gap: 80px;
    }

    .reference_title {
        font-size: 18px;
        margin-top: 35px;
    }

    .reference_box {
        flex: 0 1 calc((100%/4) - ((16px*3)/4));
    }

    .policy_ol {
        margin-top: 50px;
    }

    .footer_site_owner_name {
        font-size: 26px;
    }

    .footer_site_location {
        margin-bottom: 25px;
    }

    .footer_site_content_wrapper {
        gap: 100px;
    }

    .footer_site_txt_wrapper,
    .footer_site_form_wrapper {
        flex: 0 0 calc(50% - 50px);
    }

    .header_socials {
        gap: 15px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .header_aside {
        flex: 0 0 auto;
        order: 3;
        margin-bottom: 0;
    }

    .header_nav {
        order: 2;
        justify-content: center;
    }

    .logo {
        margin-right: 0;
        order: 1;
        width: 200px;
    }

    .header_anchor_txt {
        font-size: 14px;
    }

    .slider_wrapper {
        width: 800px;
    }

    .slider_header_txt .letter {
        font-size: 80px;
    }

    .main_header_txt {
        font-size: 55px;
    }

    .omj_box_content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .omj_box_title {
        font-size: 24px;
    }

    .omj_box_txt {
        font-size: 16px;
    }

    .bt_arrow_right {
        width: 60px;
        height: 60px;
    }

    .offer_archive_baner {
        padding: calc(160px + 160px) 0 calc(160px + 100px) 0;
    }

    .about_me_wrapper {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .about_me_signature_wrapper {
        margin-top: 40px;
    }

    .footer_site_title .letter {
        font-size: 48px;
    }

    .footer_site_form_header_title {
        font-size: 30px;
    }

    .footer_site_form_checkboxes {
        margin-top: 20px;
    }

    .footer_site_form_consents {
        margin-top: 50px;
    }

    .offers_grid {
        gap: 40px;
    }

    .offer_section_title {
        font-size: 24px;
    }

    .offer_section_wrapper {
        gap: 60px;
        background-position: 100% 55px;
    }

    .offer_section_gallery,
    .offer_section_txt_wrapper {
        flex: 0 0 calc(50% - 30px);
    }

    .offer_other_gallery_swiper {
        margin-top: 40px;
    }

    .offer_feature {
        width: calc((100% / 6) - 40px + (40px / 6));
    }

    .footer_site_owner_name {
        font-size: 30px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {

    .header_anchor_txt {
        font-size: 16px;
    }

    .logo {
        width: auto;
    }

    .header {
        padding: 30px 0;
    }

    .slider {
        padding: 200px 0;
    }

    .slider_header_txt .letter {
        font-size: 90px;
    }

    .slider_wrapper {
        width: 880px;
    }

    .slider_arrow {
        width: auto;
    }

    .main_header_txt {
        font-size: 65px;
    }

    .offer_search_control_title_wrapper {
        padding: 0 30px;
    }

    .offer_search_control_title_arrow {
        margin-left: 20px;
    }

    .offer_search_form {
        gap: 100px;
    }

    .omj_box_content {
        padding-left: 50px;
        padding-bottom: 35px;
    }

    .omj_box_title {
        font-size: 30px;
    }

    .omj_box_txt {
        font-size: 18px;
    }

    .about_company_baner_txt,
    .offer_main_gallery_baner_txt {
        font-size: 18px;
    }

    .offer_box_image_baner_txt {
        font-size: 18px;
    }

    .offer_archive_button {
        margin-top: 120px;
    }

    .partners {
        padding: 180px 0;
    }

    .partners_swiper {
        padding-top: 60px;
    }

    .main_button_txt {
        font-size: 20px;
    }

    .footer_site_form {
        padding-left: 60px;
        padding-right: 60px;
    }

    .footer_site_content_wrapper {
        padding: 0;
        max-width: 1200px;
        margin: 0 auto;
    }

    .footer_site_form_submit_wrapper {
        margin-right: -55px;
    }

    .offer_section_wrapper {
        padding-top: 150px;
        background-position: 100% 80px;
    }

    .offer_other_gallery_swiper {
        margin-top: 50px;
    }

    .offer_other_gallery_swiper .swiper {
        margin: 0 40px;
    }

    .offer_feature {
        width: calc((100% / 8) - 40px + (40px / 8));
    }

    .references_list {
        padding-top: 180px;
    }

    .footer_site_content_wrapper {
        gap: 160px;
    }

    .footer_site_txt_wrapper,
    .footer_site_form_wrapper {
        flex: 0 0 calc(50% - 80px);
    }
}

@media only screen and (min-width: 1600px) {

    .container,
    .about_company_baner {
        width: 80%;
    }

    .about_me_wrapper {
        padding-right: 10%;
    }

    .offer_archive_carousel_wrapper {
        padding: 0 150px;
    }

}