@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Top Bar
	3.2 Logo
	3.3 Main Nav
	3.4 Menu
4. Home
	4.1 Home Slider
	4.2 Home Slider Nav
	4.3 Home Slider Dots
5. Search
6. Section Title
7. Rating
8. Search
	8.1 Search Extras
	8.2 Search More Options
9. Offers
	9.1 Sorting
	9.2 Offers Grid
10. Footer
	10.1 Footer - About
	10.2 Footer - Blog
	10.3 Footer - Tags
	10.4 Footer - Contact Info
11. Copyright


******************************/

/***********
1. Fonts
***********/

/*********************************
2. Body and some general stuff
*********************************/

*
{
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
    font-family: 'Cantarell';
    font-size: 14px;
    font-weight: 400;
    background: #FFFFFF;
    color: #a5a5a5;
}
div
{
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
    list-style: none;
    margin-bottom: 0px;
}
p
{
    font-family: 'Cantarell';
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    color: #929191;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px #ffa07f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
    position: relative;
    color: #FF6347;
}
p a:hover
{
    color: #FFFFFF;
    background: #ffa07f;
}
p a:hover::after
{
    opacity: 0.2;
}
::selection
{

}
p::selection
{

}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
    font-family: 'Cantarell';
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection
{

}
.form-control
{
    color: #db5246;
}
section
{
    display: block;
    position: relative;
    box-sizing: border-box;
}
.clear
{
    clear: both;
}
.clearfix::before, .clearfix::after
{
    content: "";
    display: table;
}
.clearfix::after
{
    clear: both;
}
.clearfix
{
    zoom: 1;
}
.float_left
{
    float: left;
}
.float_right
{
    float: right;
}
.trans_200
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.trans_300
{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.trans_400
{
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.trans_500
{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.fill_height
{
    height: 100%;
}
.super_container
{
    width: 100%;
    overflow: hidden;
}
.prlx_parent
{
    overflow: hidden;
}
.prlx
{
    height: 130% !important;
}
.nopadding
{
    padding: 0px !important;
}
.button
{
    display: inline-block;
    height: 53px;
    border-radius: 27px;
    overflow: hidden;
    z-index: 1;
}
.button_bcg
{
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(to right, #fa9e1b, #8d4fff, #fa9e1b);
    z-index: -1;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.button:hover .button_bcg
{
    left: -100%;
}
.button a
{
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 53px;
    padding-left: 46px;
    padding-right: 46px;
    white-space: nowrap;
    z-index: 2;
}
.button span
{
    display: inline-block;
    vertical-align: middle;
    width: 5.75px;
    height: 5.63px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-right: 2px;
}
.button span:first-child
{
    margin-left: 10px;
}
.button span:nth-child(2)
{
    opacity: 0.6;
}
.button span:last-child
{
    opacity: 0.4;
    margin-right: 0px;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}

/*********************************
4. Home
*********************************/

.home
{
    width: 100%;
    height: 465px;
    background: transparent;
}
.home_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.home_content
{
    position: absolute;
    bottom: 106px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.home_title
{
    font-size: 72px;
    font-weight: 800;
    color: #FFFFFF;
    text-transform: uppercase;
    white-space: nowrap;
}

@media only screen and (min-width: 991px){
    .home{
        height: 700px !important;
    }
    .home_background .parallax-window{
        background-position: bottom !important; /* Aligns image to the bottom of the div */
        background-size: auto 700px !important;   /* Ensures the image height fills 100% of the div */
        background-repeat: no-repeat !important;
    }
    .home_content{
        bottom: 40% !important;
    }
}

/*********************************
6. Section Title
*********************************/

.section_title
{
    font-size: 30px;
    font-weight: 700;
    color: #2d2c2c;
    margin-top: -8px;
    text-transform: uppercase;
}

/*********************************
7. Rating
*********************************/

.rating
{
    margin-top: 10px;
}
.rating i
{
    font-size: 19px;
    margin-right: 4px;
}
.rating i:last-child
{
    margin-right: 0px;
}
.rating_1 i:first-child{color: #ffeb8d;}
.rating_2 i:first-child{color: #ffeb8d;}
.rating_2 i:nth-child(2){color: #fed46b;}
.rating_3 i:first-child{color: #ffeb8d;}
.rating_3 i:nth-child(2){color: #fed46b;}
.rating_3 i:nth-child(3){color: #fbb53d;}
.rating_4 i:first-child{color: #ffeb8d;}
.rating_4 i:nth-child(2){color: #fed46b;}
.rating_4 i:nth-child(3){color: #fbb53d;}
.rating_4 i:nth-child(4){color: #fa9e1b;}
.rating_5 i:first-child{color: #ffeb8d;}
.rating_5 i:nth-child(2){color: #fed46b;}
.rating_5 i:nth-child(3){color: #fbb53d;}
.rating_5 i:nth-child(4){color: #fa9e1b;}
.rating_r i::before
{
    font-family: 'FontAwesome';
    content: "\f006";
    font-style: normal;
    font-size: 19px;
    margin-right: 4px;
}
.rating_r_1 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_2 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_2 i:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_3 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_3 i:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_3 i:nth-child(3)::before{color: #fbb53d; content: "\f005";}
.rating_r_4 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_4 i:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_4 i:nth-child(3)::before{color: #fbb53d; content: "\f005";}
.rating_r_4 i:nth-child(4)::before{color: #fa9e1b; content: "\f005";}
.rating_r_5 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_5 i:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_5 i:nth-child(3)::before{color: #fbb53d; content: "\f005";}
.rating_r_5 i:nth-child(4)::before{color: #fa9e1b; content: "\f005";}
.rating_r_5 i:nth-child(5)::before{color: #ef910a; content: "\f005";}

/*********************************
8. Search
*********************************/


.search
{

    position: absolute;
    top: 0;
    left: 0;
    width: 370px;
    height: 100%;
    background: var(--primary-mzta);
    z-index: 10;
}
.no-padding
{
    padding-left: 0px;
    padding-right: 0px;
}
.no-margin
{
    margin-left: 0px;
    margin-right: 0px;
}
.search_tabs_container
{
    position: relative;
    top: -94px;
    width: 100%;
}
.search_tabs
{
    height: auto;
    flex-wrap: wrap;
}
.search_tab
{
    font-size: 14px;
    font-weight: 700;
    color: #2d2c2c;
    text-transform: uppercase;
    text-align: center;
    height: 94px;
    width: 50%;
    flex-grow: 1;
    background: #FFFFFF;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
@media only screen and (min-width: 991px) {
    .search_tab.flex_active{
        display: flex !important;
        flex-direction: column !important;
    }
}
@media only screen and (min-width: 991px) {
    .search_tab.flex_active span{
        width: 100% !important;
        box-sizing: border-box !important;
    }
}
@media only screen and (max-width: 991px) {
    .search_tab.flex_active span::after{
        content: "\00a0";
    }
}
.search_tab:not(:first-child):not(:nth-child(2))
{
    border: solid 1px #ededed;
    margin-right: -1px;
    margin-bottom: -1px;
}
.search_tab img
{
    margin-right: 10px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.search_tab:first-child
{
    border-top-left-radius: 94px;
    padding-left: 7px;
}
.search_tab:nth-child(2)
{
    border-top-right-radius: 94px;
    padding-right: 7px;
}
.search_tab.active
{
    background: var(--primary-mzta);
    color: #FFFFFF;
}
.search_tab.active img
{
    -webkit-filter: brightness(200%) grayscale(100%);
    -moz-filter: brightness(200%) grayscale(100%);
    -ms-filter: brightness(200%) grayscale(100%);
    -o-filter: brightness(200%) grayscale(100%);
    filter: brightness(200%) grayscale(100%);
}
.search_tab:hover
{
    background: var(--primary-mzta);
    color: #FFFFFF;
}
.search_tab:hover img
{
    -webkit-filter: brightness(200%) grayscale(100%);
    -moz-filter: brightness(200%) grayscale(100%);
    -ms-filter: brightness(200%) grayscale(100%);
    -o-filter: brightness(200%) grayscale(100%);
    filter: brightness(200%) grayscale(100%);
}
.search_panel
{
    display: none !important;
    width: 100%;
    height: 100%;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    padding-left: 54px;
    padding-right: 47px;
    margin-top: -25px;
}
.search_panel.active
{
    display: flex!important;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.search_panel_content
{
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}
.search_input
{
    width: 100%;
    height: 46px;
    border: none;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    font-weight: 600;
    color: #929191;
}
.search_item
{
    margin-top: 14px;
    margin-bottom: 23px;
}
.search_item:first-child
{
    width: 100%;
}
.search_item:nth-child(2)
{
    width: 100%;
}
.search_item:nth-child(3)
{
    width: 100%;
}
.search_item:nth-child(4)
{
    width: 100%;
}
.search_item:nth-child(5)
{
    width: calc(33% - 15px);
}
.search_item:nth-child(6)
{
    width: calc(33% - 15px);
}
.search_item:nth-child(7)
{
    width: calc(33% - 15px);
}
.search_item:nth-child(8)
{
    width: calc(33% - 15px);
}
.search_item:nth-child(9)
{
    width: calc(33% - 15px);
}
.search_item:nth-child(10)
{
    width: calc(33% - 15px);
}
.search_item:nth-child(11)
{
    width: 100%;
}
.search_item:nth-child(12)
{
    width: 100%;
}
.search_item div
{
    font-size: 13px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.dropdown_item_select
{
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-image: url(../images/dropdown.png);
    background-position: center right;
    background-repeat: no-repeat;
    border: solid 1px #FFFFFF;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.dropdown_item_select::-ms-expand
{
    display: none;
}
.dropdown_item_select:hover
{
    border: solid 1px var(--primary-mzta);
}
.dropdown_item_select:focus
{
    outline-color: var(--primary-mzta);
}
.search_button
{
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 53px;
    padding-left: 46px;
    padding-right: 46px;
    background: var(--secondary-mzta);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 40px;
}
.search_button:hover
{
    opacity: 0.8;
}


/*********************************
8.1 Search Extras
*********************************/

.offer_navigation
{
    margin-top: 100px;
    left: 50%;
}
.offer_dot
{
    display: inline-block;
    position: relative;
    height: 35px;
    line-height: 35px;
    color: var(--primary-mzta);
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 3px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.offer_dot.main{
    width: 75px;
}

.offer_dot a
{
    color: var(--primary-mzta);
}
.offer_dot:hover
{
    color: var(--secondary-mzta);
}
.offer_dot:hover.active div
{
    border-color: var(--secondary-mzta);
}
.offer_dot.active div
{
    border: solid 2px var(--secondary-mzta);
}
.offer_dot.active a
{
    color: var(--secondary-mzta);
}
.offer_dot div
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px transparent;
    border-radius: 18px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.offer_dot div
{
    border: solid 2px var(--primary-mzta);
}

.offer_dot div:hover
{
    a {
        color: var(--secondary-mzta);
    }
    color: var(--secondary-mzta);
    border: solid 2px var(--secondary-mzta);
    border-radius: 18px;
}

.extras
{
    width: 100%;
    margin-top: 42px;
}
.search_extras_item
{
    width: 50%;
    float: left;
    margin-bottom: 10px;
}
.search_extras_item:nth-child(even)
{
    padding-left: 20px;
}
.search_extras_item div
{
    display: inline-block;
    cursor: pointer;
}
.search_extras_item div:hover .search_features_cb
{
    border: 1px solid var(--primary-mzta);
}
.search_extras_checkbox
{
    cursor: pointer;
}
.search_extras_cb
{
    display: block;
    position: relative;
    width: 12px;
    height: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 9px;
    margin-top: 2px;
    border-radius: 0px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    float: left;
}
.search_extras_cb:focus
{
    outline: none;
    border: 1px solid var(--primary-mzta);
}
.search_extras_cb:checked::after
{
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    content: '';
    background: var(--primary-mzta);
}
.search_extras label
{
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    padding-left: 31px;
    margin-bottom: 0px;
    cursor: pointer;
    color: #FFFFFF;
}

/*********************************
8.2 Search More Options
*********************************/

.more_options
{
    margin-top: 41px;
}
.more_options_trigger
{
    display: inline-block;
    width: auto;
}
.more_options_trigger a
{
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-left: 18px;
}
.more_options_trigger a::before
{
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    content: '+';
    font-family: 'Cantarell';
    font-size: 13px;
    line-height: 8px;
    color: #FFFFFF;
    padding-left: 1px;
}
.more_options_trigger.active a::before
{
    content: '-';
    padding-left: 2px;
}
.more_options_list
{
    display: block;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.more_options_list label
{
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    padding-left: 31px;
    margin-bottom: 0px;
    cursor: pointer;
    color: #FFFFFF;
}
.more_options_list li
{
    margin-bottom: 10px;
}
.more_options_list.active
{
    margin-top: 20px;
    opacity: 1;
}

/*********************************
9. Offers
*********************************/

.offers
{
    width: 100%;
    padding-top: 115px;
    padding-bottom: 115px;
}

/*********************************
9.1 Sorting
*********************************/

.offers_sorting
{
    display: inline-block;
}
.offers_sorting > li
{
    display: inline-block;
    position: relative;
    width: 166px;
    height: 50px;
    font-size: 12px;
    font-weight: 700;
    color: #2d2c2c;
    text-transform: uppercase;
    line-height: 50px;
    cursor: pointer;
    border: solid 2px #dadada;
    padding-left: 25px;
    padding-right: 14px;
    margin-right: 16px;
}
.distance_item
{
    width: 234px !important;
}
.offers_sorting li i
{
    float: right;
    line-height: 48px;
    color: #929191;
}
.offers_sorting li ul
{
    display: block;
    position: absolute;
    right: 0;
    top: 120%;
    margin: 0;
    width: 100%;
    background: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    box-shadow: 0 15px 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}
.offers_sorting > li:hover ul
{
    visibility: visible;
    opacity: 1;
    top: calc(100% + 1px);
}
.offers_sorting li ul li
{
    display: block;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}
.offers_sorting li ul li span
{
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #dddddd;
    color: #51545f;
    text-align: left;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}
.offers_sorting li ul li span:hover
{
    color: #b5aec4;
}
.offers_sorting li ul li:last-child span
{
    border-bottom: none;
}
.offers_sorting li span:nth-child(2)
{
    margin-left: 71px;
}

/*********************************
9.2 Offers Grid
*********************************/

.offers_grid
{
    width: 100%;
    margin-top: 66px;
}
.offers_item
{
    width: 100%;
    margin-bottom: 46px;
}
.offers_item:last-child
{
    margin-bottom: 0px;
}
.offers_image img
{
    width: 100%;
}
.offers_image_container
{
    width: 100%;
    height: 100%;
}
.offers_image_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.offer_name
{
    position: absolute;
    left: 0;
    bottom: 27px;
    width: 180px;
    height: 33px;
    background: #fa9e1b;
    overflow: hidden;
}
.offer_name a
{
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 35px;
    padding-left: 22px;
}
.offers_content
{

}
.offers_price
{
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-mzta);
    line-height: 25px;
}
.offers_price span
{
    font-size: 14px;
    font-weight: 400;
    color: #929191;
    margin-left: 12px;
}
.offers_rating
{

}
.offers_rating i::before
{
    font-size: 13px;
    margin-right: 2px;
}
.offers_text
{
    font-size: 14px;
    font-weight: 400;
    color: #929191;
    margin-top: 16px;
    margin-bottom: 0px;
}
.offers_icons
{
    margin-top: 21px;
}
.offers_icons_item
{
    display: inline-block;
    margin-right: 15px;
}
.offers_icons_item:last-child
{
    margin-right: 0px;
}
.book_button
{
    background: var(--primary-mzta);
    margin-top: 39px;
    margin-bottom: -5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.book_button:hover
{
    opacity: 0.8;
}
.offer_reviews
{
    position: absolute;
    top: 0;
    right: 0;
}
.offer_reviews_content
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.offer_reviews_title
{
    font-size: 12px;
    font-weight: 700;
    color: #2d2c2c;
    text-transform: uppercase;
}
.offer_reviews_subtitle
{
    font-size: 12px;
    font-weight: 600;
    color: #929191;
    margin-top: 1px;
}
.offer_reviews_rating
{
    display: inline-block;
    width: 62px;
    height: 57px;
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 57px;
    background: var(--primary-mzta);
    vertical-align: middle;
    border-radius: 45%;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}
