@media (max-width: 575.98px) {
    
    h1 {
        font-size: 4rem;
    }
    
    h2 {
        font-size: 3.8rem;
    }
    
    h3 {
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 1.9rem;
    }
    
    h5 {
        font-size: 1.9rem;
    }
    
    h6 {
        font-size: 1.9rem;
    }
    
    .header__carousel, .owl-carousel__image {
        height: 580px;
    }
    
    .header__inner {
        padding: 95px 0;
    }
    
    .footer-item {
        margin: 10px 20px 10px 0;
        display: inline-block;
    }
    
    .footer-item:last-child {
        margin-right: 0;
    }
    
    .col-xs--margin-top {
        margin-top: 30px;
    }
    
    .xs--hidden {
        display: none;
    }
    
    .img {
        display: none;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    
    h1 {
        font-size: 4rem;
    }
    
    h2 {
        font-size: 3.8rem;
    }
    
    h3 {
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 1.9rem;
    }
    
    h5 {
        font-size: 1.9rem;
    }
    
    h6 {
        font-size: 2.4rem;
    }
    
    .header__carousel, .owl-carousel__image {
        height: 520px;
    }
    
    .header__inner {
        padding: 95px 0;
    }
    
    .footer-item {
        margin: 0 20px 0 0;
        display: inline-block;
    }
    
    .footer-item:last-child {
        margin-right: 0;
    }
    
    .col-sm--margin-top {
        margin-top: 30px;
    }
    
    .sm--hidden {
        display: none;
    }
    
    .img-2 {
        display: none;
    }

}

@media (min-width: 768px) {
    
    .footer-item {
        margin: 0 20px 0 0;
        display: inline-block;
    }
    
    .footer-item:last-child {
        margin-right: 0;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    h1 {
        font-size: 4rem;
    }
    
    h2 {
        font-size: 3.8rem;
    }
    
    h3 {
        font-size: 2.6rem;
    }
    
    h4 {
        font-size: 1.9rem;
    }
    
    h5 {
        font-size: 1.9rem;
    }
    
    h6 {
        font-size: 1.9rem;
    }
    
    .header__carousel, .owl-carousel__image {
        height: 520px;
    }
    
    .header__inner {
        padding: 95px 0;
    }
    
    .col-md--margin-top {
        margin-top: 30px;
    }
    
    .md--hidden {
        display: none;
    }
    
    .img-2 {
        right: 50px !important;
    }
    
}

@media (max-width: 991.98px) {
    
    .navbar--custom {
        background-color: #0d0d0d;
    }
    
    .navbar-brand {
        margin: 5px 0;
        position: relative;
        top: 1px;
        left: 7px;
    }
    
    .navbar-brand__image {
        height: 30px;
        width: auto;
    }
    
    .navbar-nav {
        margin: 20px 0 10px 0;
    }
    
    .nav-item {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 1.8rem;
        color: #ffffff;
        text-align: center;
    }
    
    .nav-item:last-child {
        margin-bottom: 0;
    }
    
    .nav-item a, .navbar--custom .nav-item:focus .nav-link  {
        margin: 0;
        padding: 0 0 2px 0;
        color: #ffffff;
    }
    
    .navbar--custom .nav-item:hover .nav-link {
        background-color: #41a2db;
        color: #ffffff;
    }
    
    .header {
        background-color: #000000;
        overflow-y: hidden;
    }
    
    .header--small {
        height: 420px;    
    }
    
    .header__inner {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 99;
        transform: translateY(-50%);
    }
    
    .header__carousel, .owl-carousel__image {
        width: 100%;
        position: relative;
    }

    .header__owl-carousel .owl-dots {
        bottom: 30px;
    }
    
    .about__heading-2:after {
        margin-left: -30px;
        background-color: #41a2db;
        height: 2px;
        width: 60px;
        position: absolute;
        left: 50%;
        bottom: 0;
        content: '';
    }
    
    .bottom-item {
        margin: 20px 0;
        display: block;
    }
    
    .bottom-item:last-child {
        margin-bottom: 0;
    }
    
    .lang-list__item a {
        padding-top: 0;
        padding-left: 5px !important;
        padding-right: 5px !important;
        position: relative;
    }
    
    .navbar--custom .lang-list {
        font-size: 1.8rem;
        position: absolute;
        top: 11px;
        right: 40px;
        z-index: 1;
    }
    
    .lang-list__item a {
        color: #ffffff;
    }
    
    .lang-list__item a:hover, .lang-list__item a:focus, .current_language a {
        color: #b31735;
        text-decoration: none;
    }
    
    .lang-list__item {
        padding: 0 5px !important;
        border-left: 1px solid rgba(255, 255, 255, 0.4);
    }
    
    .lang-list__item:first-child {
        border-left: none;
    }
    
    .phone-box {
        margin-left: auto;
        margin-right: auto;
    }
    
}

@media (min-width: 992px) {
    
    h1 {
        font-size: 4.8rem;
    }
    
    h2 {
        font-size: 4.6rem;
    }
    
    h3 {
        font-size: 2.6rem;
    }
    
    h4 {
        font-size: 1.9rem;
    }
    
    h5 {
        font-size: 1.9rem;
    }
    
    h6 {
        font-size: 2.4rem;
    }
    
    .navbar-nav li a {
        margin: 0 5px;
        padding-left: 8px !important;
        padding-right: 8px !important;
        color: #ffffff;
        position: relative;
    }
    
    .navbar--custom {
        background-color: transparent;
        height: 120px;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand__image {
        margin-top: -4px;
        height: 40px;
        width: auto;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand {
        line-height: 110px;
    }
    
    .navbar--custom .navbar-brand, .navbar--custom .navbar-nav li a {
        height: 120px;
        line-height: 120px;
        position: relative;
    }
    
    .navbar-nav .nav-item {
        font-size: 1.4rem;
    }
    
    .navbar--custom .navbar-nav a {
        padding-bottom: 20px;
    }
    
    .navbar--custom .navbar-nav li a:after {
        background: #41a2db;
        height: 0;
        width: 2px;
        display: block;
        content: '';
        transition: height .3s;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .navbar--custom .navbar-nav li a:hover:after {
        height: 20%;
        //transition: height .3s;
    }
    
    .navbar--custom .navbar-nav li a:hover {
        color: #41a2db;
    }

    .navbar--shrink .navbar-nav li a:after {
        display: none;
    }
    
    .navbar--shrink {
        background-color: #0d0d0d;
        height: 50px;
        transition: height ease-in-out .3s;
    }
    
    .navbar--shrink .navbar-brand__image {
        height: 30px;
        width: auto;
        position: relative;
        top: -2px;
    }
    
    .navbar--shrink .navbar-nav li a {
        padding: 0 5px;
        border-top: none;
    }
    
    .navbar--shrink .navbar-nav li a:hover, .navbar--shrink .navbar-nav li a:focus {
        background-color: #41a2db;
        color: #ffffff;
    }

    .navbar--shrink .navbar-brand, .navbar--shrink .navbar-nav li a {
        height: 50px;
        line-height: 50px;
    }

    .navbar--shrink .navbar-nav {
        padding-top: 0;
        bottom: 0;
        border-top: none;
    }
    
    .nav-item:last-child {
        padding-right: 0;
    }
    
    .navbar-collapse {
        margin-right: 40px;
    }
    
    .header {
        background-color: #000000;
        height: 865px;
    }
    
    .header__carousel, .owl-carousel__image {
        height: 865px;
        width: 100%;
        position: relative;
    }
    
    .header--small {
        height: 420px;    
    }
    
    .header__inner {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 99;
        transform: translateY(-50%);
    }
    
    .header__owl-carousel .owl-dots {
        bottom: 60px;
    }
    
    .about__heading-2:after {
        background-color: #41a2db;
        height: 2px;
        width: 60px;
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
    }
    
    .text-lg-justify {
        text-align: justify !important;
    }
    
    .lang-list__item {
        font-size: 1.4rem;
    }
    
    .navbar--custom .lang-list {
        position: absolute;
        top: 55px;
        left: 250px;
        z-index: 1;
    }
    
    .lang-list__item {
        padding: 0 10px !important;
        border-left: 1px solid rgba(255, 255, 255, 0.4);
    }
    
    .lang-list__item:first-child {
        border-left: none;
    }
    
    .lang-list__item a {
        padding: 0 !important;
        color: #ffffff;
        position: relative;
    }
    
    .navbar--shrink .lang-list {
        position: absolute;
        top: 14px;
        right: 98px;
        z-index: 2;
    }
    
    .navbar--shrink .lang-list__item a, .lang-list__item a:focus {
        color: #ffffff;
    }
    
    .navbar--custom .lang-list__item a:hover, .navbar--custom .current_language a {
        color: #41a2db;
        text-decoration: none;
    }
    
    .navbar--shrink .lang-list__item a:hover, .navbar--shrink .current_language a {
        color: #41a2db;
        text-decoration: none;
    }
    
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
    .bottom-item {
        margin: 20px 0;
        display: block;
    }
    
    .bottom-item:last-child {
        margin-bottom: 0;
    }
    
    .col-lg--margin-top {
        margin-top: 30px;
    }
    
    .lg--hidden {
        display: none;
    }
    
    .lg--no-padding {
        padding: 0;
    }

}

@media (min-width: 1200px) {
    
    .bottom-item {
        margin: 20px 20px 0 0;
        display: inline-block;
    }
    
    .bottom-item:last-child {
        margin-right: 0;
    }
    
    .text-xl-justify {
        text-align: justify !important;
    }
    
    .col-xl--margin-top {
        margin-top: 30px;
    }
    
    .xl--hidden {
        display: none;
    }
    
    .xl--no-padding {
        padding: 0;
    }

}

html, body {
    height: 100%;
    font-size: 62.5%;
}

body * {
    -moz-transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.body {
    background-color: #1d1c1b;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1em;
    text-transform: uppercase;
    position: relative;
}

h1 a, h1 a:hover, h1 a:focus, h2 a, h2 a:hover, h2 a:focus, h3 a, h3 a:hover, h3 a:focus {
    color: inherit;
    text-decoration: none;
}

h2 span, h3 span, h4 span, h5 span, h6 span {
    font-weight: 600;
}

p {
    margin-top: 16px;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    line-height: 2.4rem;
}

p:first-child {
    margin-top: 0;
}

section {
    position: relative;
}

section li {
    font-family: 'Lato', sans-serif;
    line-height: 2.4rem;
}

strong {
    font-weight: 700;
}

.overflow-x {
    overflow-x: hidden;
}

.overflow-y {
    overflow-y: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

.wrapper {
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    overflow-x: hidden;
}

.container {
    position: relative;
    z-index: 2;
}

.navbar--custom, .navbar--shrink {
    z-index: 9999;
}

.navbar--custom .nav-item, .lang-list__item {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
}

.navbar-toggler--custom {
    background: transparent !important;
    border: none;
    border-radius: 0 !important;
}

.navbar-toggler--custom:focus {
    background: transparent !important;
    outline: none !important;
}

.navbar-toggler .icon-bar {
    background-color: #ffffff;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}

.navbar-toggler .icon-bar {
    height: 2px;
    width: 22px;
    border-radius: 1px;
    display: block;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:hover > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    background-color: #41a2db;
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    background-color: #41a2db;
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    background-color: #41a2db;
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}

.lang-list__item {
    list-style: none;
    float: left;
}

.lang-list__item {
    margin: 0;
    padding: 0;
}

.header {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.header__box {
    margin: 0 auto;
    padding: 14px 30px;
    width: auto;
    border: 6px solid #1d1d1d;
    display: table;
}

.header__heading-1 {
    padding-bottom: 20px;
    color: #ffffff;
    position: relative;
}

.header__heading-1 {
    font-weight: 600;
}

.header__heading-1:after {
    margin-left: -35px;
    background-color: #41a2db;
    height: 2px;
    width: 70px;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
}

.header__inner p {
    font-size: 1.8rem;
    color: #ffffff;
}

.hoc__image {
    opacity: 0.49;
}

.header__owl-carousel .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    -webkit-tap-highlight-color: transparent;
}

.header__owl-carousel .owl-dots .owl-dot {
    margin: 0 12px;
    display: inline-block;
    zoom: 1;
    *display: inline-block;
}

.header__owl-carousel .owl-dots .owl-dot span {
    margin: 0;
    background: #ffffff;
    height: 14px;
    width: 14px;
    border-radius: 0;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

.header__owl-carousel .owl-dots .owl-dot span {
    background-color: #ffffff;
}

.header__owl-carousel .owl-dots .owl-dot.active span, .header__owl-carousel .owl-dots .owl-dot:hover span {
      background-color: #6d9e39;
}

.header__arrow {
    position: absolute;
    left: 50%;
    bottom: 70px;
    transform: translate(-50%);
    z-index: 2;
}

.ha__fa {
    font-size: 5rem;
    color: #ffffff;
}

.ha__fa:hover {
    color: #41a2db;
    transform: scale(1.1);
    transition: ease-in-out .1s;
}

.offer {
    background-color: #f3f3f3;
    overflow-y: hidden;
}

.about, .content {
    background-color: #ffffff;
    overflow: hidden;
}

.about--padding, .offer--padding, .blog--padding, .content--padding {
    padding: 90px 0;
}

.about__heading-2, .offer__heading-2, .content h2 {
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #1d1d1b;
}

.about p, .offer p, .blog p, .content p {
    font-size: 1.8rem;
    color: #666666;
}

.about__image, .offer__image {
    height: auto;
    max-width: 100%;
}

.content h3, .content h4 {
    margin-bottom: 20px;
    color: #1d1d1b;
}

.mission {
    background-color: #000000;
}

.mission--padding {
    padding: 90px 0;
}

.mission__heading-2 {
    padding-bottom: 20px;
    color: #ffffff;
}

.mission__heading-2:after {
    margin-left: -30px;
    background-color: #41a2db;
    height: 2px;
    width: 60px;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
}

.mission p {
    font-size: 1.8rem;
    color: #ffffff;
}

.mission__jarallax {
    opacity: 0.24;
}

.blog {
    background: #ffffff url(../images/blog.jpg) no-repeat center bottom;
}

.blog__heading-2 {
    padding-bottom: 20px;
    color: #1d1d1b;
}

.blog__heading-2:after, .offer__heading-2:after {
    margin-left: -30px;
    background-color: #41a2db;
    height: 2px;
    width: 60px;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
}

.blog__span {
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    color: #41a2db;
    display: block;
}

.blog__image {
    height: 250px;
    width: 250px;
    position: relative;
    z-index: 1;
}

.bb__inner {
    margin-left: -125px;
    background-color: #000000;
    height: 250px;
    width: 250px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    content: '';
}

.blog__box {
    width: 100%;
    position: relative;
    overflow-y: hidden;
}

.blog__box:after {
    margin-left: -125px;
    height: 250px;
    width: 250px;
    border: 9px solid #f3f3f3;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    content: '';
}

.bottom {
    background-color: #1d1d1b;
}

.bottom--padding {
    padding: 90px 0;
}

.bottom__heading-3 {
    margin-bottom: 10px;
    color: #ffffff;
}

.bottom a, .bottom a:focus {
    color: #ffffff;
    text-decoration: none;
}

.bottom a:hover {
    color: #41a2db;
}

.bottom p {
    font-size: 1.8rem;
    color: #ffffff;
}

.bottom__image {
    height: 200px;
    width: auto;
}

.bottom-list {
    margin: 0;
    padding: 0;
}

.bottom-item {
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    color: #ffffff;
    font-weight: 300;
    list-style: none;
}

.bi__image {
    margin-top: -7px;
    margin-right: 5px;
    height: 34px;
    width: auto;
}

.footer {
    background-color: #0d0d0d;
}

.footer--padding {
    padding: 23px 0;
}

.footer p {
    font-size: 1.8rem;
    color: #ffffff;
}

.footer p a, .footer p a:focus {
    color: inherit;
    text-decoration: none;
}

.footer p a:hover {
    color: #41a2db;
}

.footer-list {
    margin: 1px 0 0 0;
    padding: 0;
}

.footer-item {
    padding: 0;
    list-style: none;
}

.fi__image {
    height: 18px;
    width: auto;
}

section p strong {
    color: #41a2db;
}

.form-control--custom {
    background-color: #f7f7f7;
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    line-height: normal;
    color: #666666;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    position: relative;
}

.form-control--custom-file {
    background-color: #ffffff;
}

.form-control:focus {
    background-color: #fafafa;
    color: #666666;
    border: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

form p span {
    color: #41a2db;
}

input.form-control--custom, select.form-control--custom {
    padding-left: 15px;
    padding-right: 15px;
    height: 50px !important;
}

input::-webkit-input-placeholder {
    color: #666666 !important;
}
					
input:-moz-placeholder {
    color: #666666 !important;
}
					
input::-moz-placeholder {
    color: #666666 !important;
}
					
input:-ms-input-placeholder {  
    color: #666666 !important;
}

.textarea--custom {
    padding: 15px;
    resize: none;
}

textarea::-webkit-input-placeholder {
    color: #666666 !important;
}
					
textarea:-moz-placeholder {
    color: #666666 !important;
}
					
textarea::-moz-placeholder {
    color: #666666 !important;
}
					
textarea:-ms-input-placeholder {  
    color: #666666 !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
    margin 10px 0;
    padding: 10px 15px;
    background-color: #8b0000;
    font-family: 'fira-sans', sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    color: #ffffff;
    border: 0;
}

.wpcf7-form.sent .wpcf7-response-output {
    padding: 10px 15px;
    background-color: #008b21;
    font-family: 'Lato', sans-serif !important;
    font-size: 1.8rem;
    color: #ffffff;
    border: 0;
}

.wpcf7-form.sent div.wpcf7-response-output:before, .wpcf7-form.invalid div.wpcf7-response-output:before {
    margin: 0 12px 0 0;
    font-family: 'Font Awesome 5 Pro';
    font-size: 26px/30px;
    font-weight: 400;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.wpcf7-form.sent div.wpcf7-response-output:before {
    content: '\f00c';
}

.wpcf7-form.invalid div.wpcf7-response-output:before {
    content: '\f00d';
}

span .wpcf7-not-valid {
    border: 2px solid #8b0000 !important;
}

span.wpcf7-not-valid-tip {
    font-family: 'Lato', sans-serif !important;
    font-size: 1.6rem !important;
    color: #8b0000 !important;
}

.btn--custom {
    padding: 15px 30px 16px 30px;
    width: auto;
    min-width: 180px;
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--custom:hover, .btn--custom:focus {
    outline: none !important;
}

.btn--blue, .btn--blue:focus {
    background-color: #41a2db;
    color: #ffffff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn--blue:hover {
    background-color: #2988c0;
    color: #ffffff;
}

.btn--white, .btn--white:focus {
    background-color: #ffffff;
    color: #41a2db;
}

.btn--white:hover {
    background-color: #41a2db;
    color: #ffffff;
}

.btn--wide {
    width: 100%;
}

.btn--margin-top {
    margin-top: 30px;
}

.row--margin-top {
    margin-top: 40px;
}

.row--margin-top-2x {
    margin-top: 80px;
}

.preloader {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

.preloader__inner {
    margin: -40px 0 0 -40px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 12px solid #f5f5f5;
    border-top: 12px solid #41a2db;
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.arrow {
    background-color: #41a2db;
    height: 60px;
    width: 60px;
    border-radius: 0;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999999;
    display: none;
    transform: scale(1);
    transition: 0.15s all ease;
}

.arrow:hover {
    transform: scale(1.1);
}

.arrow__fa {
    font-size: 3rem;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.arrow a {
    height: 60px;
    width: 60px;
    display: block;
}

.padding--no {
    padding: 0;
}

.gmap {
    background-color: #000000;
    height: 400px;
    width: 100%;
}

.background-cover {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

.background-cover--ct {
    background-position: center top;
}

.background-cover--cc {
    background-position: center center;
}

.background-cover--cb {
    background-position: center bottom;
}

.background-cover--rb {
    background-position: right bottom;
}

.background-cover--lc {
    background-position: left center;
}

.background-cover--rc {
    background-position: right center;
}

.background-cover--rt {
    background-position: right top;
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

.layer {
    position: relative;
    z-index: 2;
}

.img {
    height: auto;
    max-width: 100%;
    position: absolute;
    z-index: 1;
}

.offer__img-1 {
    top: 0;
    left: 0;
}

.about__img-1 {
    top: 0;
    right: 0;
}

.bottom__img-1 {
    left: 0;
    bottom: 0;
}

.bottom__img-2 {
    top: 0;
    right: 0;
}

.phone-box {
    margin-top: 20px;
    width: 335px;
    white-space: nowrap;
}

.pb__data {
    width: calc(100% - 64px);
    white-space: normal;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -4px;
}

.pbd__span-big {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    color: #1d1d1b;
    line-height: 0.8em;
    display: block;
}
    
.pbd__span-small {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    color: #666666;
    display: block;
}

.pb__image {
    margin-right: 10px;
    height: 54px;
    width: 54px;
    vertical-align: middle;
}