@font-face {
    font-family: Echoes;
    src: url("/local/templates/main/css/fonts/echoessans_thin.otf") format("opentype");
    font-weight: 100;
}

@font-face {
    font-family: Echoes;
    src: url("/local/templates/main/css/fonts/echoessans_light.otf") format("opentype");
    font-weight: 100;
}

@font-face {
    font-family: Echoes;
    src: url("/local/templates/main/css/fonts/echoessans_thin.otf") format("opentype");
    font-weight: 300;
}

@font-face {
    font-family: Echoes;
    src: url("/local/templates/main/css/fonts/echoessans.otf") format("opentype");
    font-weight: 500;
}

@font-face {
    font-family: Echoes;
    src: url("/local/templates/main/css/fonts/echoessans_medium.otf") format("opentype");
    font-weight: 600;
}

@font-face {
    font-family: Echoes;
    src: url("/local/templates/main/css/fonts/echoessans_bold.otf") format("opentype");
    font-weight: 800;
}

@font-face {
    font-family: Echoes;
    src: url("/fonts/echoessans_black.otf") format("opentype");
    font-weight: 900;
}

html,
body {
    position: relative;
    min-height: 100%;
    height: 100%;
}

body {
    font-family: 'Echoes', arial;
}

.header {
    background: url('/local/templates/main/img/d5767ae566.webp') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 30px;
    opacity: 1;
    transition: opacity 700ms;
    height:100%;
    height:100vh;
}
.safari{
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: url(/local/templates/main/img/d5767ae566.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.index-h1 {
    font-size: 1.8rem!important;
    color: #fff!important;
    text-align: center;
    padding:8vh 0vh;
}

.navigation-lg {
    position: absolute;
    line-height: 1;
    left: 15px;
    right: 15px;
    z-index:100;
}

ul.nav-links {
    margin: 0px;
    padding: 10px 0px 0px 0px;
    list-style: none;
    display: block;
    text-align: center;
}

.nav-links li {
    display: inline-block;
    padding: 0px 20px;
}

.nav-links a {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none!important;
    font-weight: 600;
    border-bottom: 3px solid transparent;
}

.nav-links a:hover {
    border-bottom: 3px solid #ffd600;
}

.phone,
.email {
    color: #fff;
}

.phone {
    font-size: 1.9rem;
    text-decoration: none!important;
    color: #fff!important;
    display: block;
    text-align: right;
}
.phone-f {
    font-size: 1.9rem;
    text-decoration: none!important;
    color: #000!important;
    display: block;
    text-align: left;
    padding-left: 30px;
}
.email {
    font-size: 1.3rem;
    text-decoration: none!important;
    color: #fff!important;
    display: block;
    text-align: right;
    padding-top: 5px;
}

.greeb-btn {
    color: #000!important;
    background-color: #ffd600;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-transform: uppercase;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    font-size: 0.9rem;
    text-decoration: none!important;
    /* height: 40px; */
    font-weight: 700;
    display: block;
    padding: 13px 0px;
    text-align: center;
}
.greeb-btn-f {
    color: #fff;
    background-color: #000;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-transform: uppercase;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    font-size: 0.9rem;
    text-decoration: none!important;
    /* height: 40px; */
    font-weight: 700;
    padding: 13px 30px;
    text-align: center;
    margin-left: 35px;
}
.t-cover {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
    z-index: 1;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

.padding-top-10 {
    padding-top: 10px;
}

.screen-max {
    position: relative;
    z-index: 2;
}

.logo img{
margin:0px auto!important;
width: auto!important;
}

.text-phone {
    font-size: 1.6rem;
    color: #fff;
    padding-bottom: 9vh;
}

.green-link {
    color: #ffd600!important;
    text-decoration: none!important;
}

.order-link {
    text-align: center;
    position: relative;
}
.order-link-1 {
    text-align: center;
    position: relative;
}
.order-link a {
    color: #000000!important;
    background-color: #ffd600!important;
    text-decoration: none!important;
    display: inline-block;
    padding: 15px 34px;
    font-size: 0.9rem;
    color: #fff;
    border-radius: 100px;
    font-weight: 800;
}

.t-cover__arrow {
    position: absolute;
    z-index: 9;
    top: 45px;
    right: 0;
    left: 0;
    text-align: center;
}

.t-cover__arrow-svg {
    fill: #fff;
}

.t-cover__arrow-wrapper {
    display: inline-block;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    cursor: pointer;
}
.yellow-link {
    color: #ffd600!important;
    
}
.t-cover__arrow-wrapper_animated {
    animation: t-arrow-bottom 1.7s infinite ease;
}

@-webkit-keyframes t-arrow-bottom {
    0%,
    to {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    50%,
    55% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }
}

@keyframes t-arrow-bottom {
    0%,
    to {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    50%,
    55% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }
}

.t651 {
    position: relative;
    z-index: 1000
}

.t651 .t651__img {
    display: block;
    width: 100%
}

.t651 .t651__btn {
    bottom: 50px;
    right: 10px;
    cursor: pointer;
    position: fixed
}

.t651 .t651__btn_wrapper {
    position: relative;
    background: transparent;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    overflow: hidden
}

.t651 .t651__bgimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.2s linear
}

.t651 .t651__btn-text {
    position: absolute;
    right: 80px;
    white-space: nowrap;
    background: #fff;
    padding: 9px 13px;
    font-size: 15px;
    border-radius: 3px;
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: #292929;
    color: #fff;
    opacity: .85;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear
}

.t651 .t651__btn-text::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    border-left-color: #292929
}

.t651 .t651__btn:not(.t651__btn_active):hover .t651__btn_wrapper {
    -webkit-animation: none!important;
    animation: none!important
}

.t651 .t651__btn:not(.t651__btn_active):hover .t651__animated-circle {
    -webkit-animation: none!important;
    animation: none!important
}

.t651 .t651__btn_active .t651__btn_wrapper {
    background: #fff!important
}

.t651 .t651__btn_active .t651__btn-text,
.t651 .t651__btn_active .t651__bgimg {
    visibility: hidden;
    opacity: 0
}

.t651 .t651__btn_animate {
    animation: t651__btn-animate 2s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: t651__btn-animate 2s ease-out;
    -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes t651__btn-animate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
    25% {
        -webkit-transform: rotate(10deg) scale(1.1);
        transform: rotate(10deg) scale(1.1)
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
    70% {
        -webkit-transform: rotate(-10deg) scale(1.1);
        transform: rotate(-10deg) scale(1.1)
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
}

@keyframes t651__btn-animate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
    25% {
        -webkit-transform: rotate(10deg) scale(1.1);
        transform: rotate(10deg) scale(1.1)
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
    70% {
        -webkit-transform: rotate(-10deg) scale(1.1);
        transform: rotate(-10deg) scale(1.1)
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
}

.t651 .t651__icon,
.t651 .t651__icon-close {
    fill: white;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.t651 .t651__icon-close,
.t651 .t651__btn_active .t651__icon {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.1);
    transform: scale(.1)
}

.t651 .t651__btn_active .t651__icon-close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1)
}

.light-block {
    background: #fff;
    padding-top: 90px;
    z-index: 2;
    position: relative;
}

.h2-title {
    font-weight: 800;
    font-size: 2.8rem;
    margin-bottom: 60px;
}

.service-panel {
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
    padding: 30px 30px 30px;
    height: 100%;
    position:relative;
}

.service-panel b {
    font-weight: 800;
    font-size: 1.3rem;
    line-height: 1.5;
    height: 60px;
    display: inline-block;
}

.service-panel p {
    font-weight: 200;
    font-size: 1.1rem;
}

.t1003__content {
    list-style: none;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.t1003__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    max-height: 100%;
    white-space: nowrap;
    pointer-events: all;
    -webkit-transform: translateZ(0)
}

.t1003__outer {
    position: relative;
    max-width: 100vw;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

@keyframes t1003__anim-scrolling_364205115 {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    100% {
        transform: translateX(-1015px);
        -webkit-transform: translateX(-1015px);
    }
}

.green-block {
    position: relative;
    z-index: 2;
    background: #ffd600;
    padding: 15px 0px;
    color: #000;
    font-weight: 600;
}
.prt-index{
    position: relative;
    padding: 65px 15px;
}
.t899__symbol{
    color: #ffd600;
    position: absolute;
    z-index: 1;
    line-height: 150px;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 200px;
    opacity: 0.30;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.prt-index b{
    z-index: 2;
    position: relative;
    font-size:1.2rem;
    font-weight: 700;
    padding-top: 65px;
    padding-bottom: 10px;
}
.light-block-1 {
    background: #fff;
    padding-top: 40px;
    z-index: 2;
    position: relative;
}
.green-block-1 {
    position: relative;
    z-index: 2;
    background: #ffd600;
    padding:20px 0px;
    font-size:1.3rem;
    font-weight:800;
    color:#000;
}
.footer{
    position: relative;
    z-index: 2;
    background: #ffd600;
    padding: 90px 0px 40px 0px;
    margin-top: -50px;
}
.greeb-btn-1 {
    color: #f0ebe8!important;
    background-color: #ffd600;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    text-transform: uppercase;
    box-shadow: 0px 0px 10px 0px rgba(218, 130, 47, 1);
    border: 4px solid rgb(218, 130, 47);
    font-size: 1rem;
    text-decoration: none!important;
    font-weight: 700;
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
}
.h2-title-2 {
    font-weight: 800;
    font-size: 2.8rem;
    margin-bottom: 15px;
}
.small-h{
    font-size:1.2rem;
    font-weight:100;
}
.zoom-block img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.5;
}
.zoom-block{
    align-items: center;
    -webkit-box-align: center;
}
.zoom-block a:hover img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    opacity: 1;
}
.go-top--show{
    display:block!important;
}

.t890__arrow:hover svg path {
    stroke: #ffffff;
    stroke-width: 2;
    }
.t890__arrow:hover svg rect {
    fill: #ffd600;
    fill-opacity: 1;
    }
.t890__arrow {
    border-radius: 53px;
    }
    .ico__symbol{
        position: absolute;
        z-index: 1;
        right: 0px;
        top: 0px;
        text-align: right;
        opacity: 0.50;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: inline-block;
    }
 .ico__symbol img{
    max-width:150px;
 }
 .footer h2{
color:#000;
font-weight:800;
font-size:2.7rem;
 }
 .footer h4{
    font-weight: 800;
    color: #000;
 }
 .footer a{
    color:#212529!important;
 }
 .form-control{
    height:60px;
    padding:0px 20px;
    color: #000000;
    border: 1px solid #000000;
 }
 .btn-black{
    color: #ffffff;
    background-color: #000000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-align:center;
    display:block;
    width: 100%;
    height:60px;
    padding:20px 0px;
    border:none!important;
    outline:none!important;
 }
 .modal h5{
    font-weight: 800;
    font-size: 2.3rem;
    color: #000;
 }
 .modal h4{
    font-weight: 800;
    color: #000;
 }
 .modal-header{
    padding-bottom:0px!important;
    border-bottom:none!important;
 }
 .btn-modal{
    border: none!important;
    display: block;
    text-align: center;
    outline: none!important;
    color: #000;
    padding: 15px 0px;
    font-weight: 800;
    background: #ffd600;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
 }
  .t-btn_wrap-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-85px);
    -ms-transform: translateX(-85px);
    transform: translateX(-85px);
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes flash {
    20% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes flash {
    20% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
.t-btn_effects{background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .4)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    background: -o-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30px;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);}
    .modal-body{
        padding-top:0px!important;
    }
    .modal .form-control{
        background-color: #f0f0f0!important;;
    }
    .modal a{
        color:#212529!important;
    }
    .footer h4 a{
        text-decoration:none!important;
    }
    .t450__menu__content{position: fixed;
        right: 15px;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: end;
        -ms-flex-pack: end;
        justify-content: end;
        width: auto;
        -webkit-transition: opacity ease-in-out .2s;
        -moz-transition: opacity ease-in-out .2s;
        -o-transition: opacity ease-in-out .2s;
        transition: opacity ease-in-out .2s;
        z-index: 100;
    }
    .t-menuburger {
        position: relative;
        flex-shrink: 0;
        width: 28px;
        height: 20px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 999;
        }
        /*---menu burger lines---*/
        .t-menuburger span {
        display: block;
        position: absolute;
        width: 100%;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .25s ease-in-out;
        height: 3px;
        background-color: #000;
        }
        .t-menuburger span:nth-child(1) {
        top: 0px;
        }
        .t-menuburger span:nth-child(2),
        .t-menuburger span:nth-child(3) {
        top: 8px;
        }
        .t-menuburger span:nth-child(4) {
        top: 16px;
        }
        /*menu burger big*/
        .t-menuburger__big {
        width: 42px;
        height: 32px;
        }
        .t-menuburger__big span {
        height: 5px;
        }
        .t-menuburger__big span:nth-child(2),
        .t-menuburger__big span:nth-child(3) {
        top: 13px;
        }
        .t-menuburger__big span:nth-child(4) {
        top: 26px;
        }
        /*menu burger small*/
        .t-menuburger__small {
        width: 22px;
        height: 14px;
        }
        .t-menuburger__small span {
        height: 2px;
        }
        .t-menuburger__small span:nth-child(2),
        .t-menuburger__small span:nth-child(3) {
        top: 6px;
        }
        .t-menuburger__small span:nth-child(4) {
        top: 12px;
        }
        /*menu burger opened*/
        .t-menuburger-opened span:nth-child(1) {
        top: 8px;
        width: 0%;
        left: 50%;
        }
        .t-menuburger-opened span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        }
        .t-menuburger-opened span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        }
        .t-menuburger-opened span:nth-child(4) {
        top: 8px;
        width: 0%;
        left: 50%;
        }
        .t-menuburger-opened.t-menuburger__big span:nth-child(1) {
        top: 6px;
        }
        .t-menuburger-opened.t-menuburger__big span:nth-child(4) {
        top: 18px;
        }
        .t-menuburger-opened.t-menuburger__small span:nth-child(1),
        .t-menuburger-opened.t-menuburger__small span:nth-child(4) {
        top: 6px;
        }
        /*---menu burger first style---*/
        @media (hover), (min-width:0\0) {
        .t-menuburger_first:hover span:nth-child(1) {
        transform: translateY(1px);
        }
        .t-menuburger_first:hover span:nth-child(4) {
        transform: translateY(-1px);
        }
        .t-menuburger_first.t-menuburger__big:hover span:nth-child(1) {
        transform: translateY(3px);
        }
        .t-menuburger_first.t-menuburger__big:hover span:nth-child(4) {
        transform: translateY(-3px);
        }
        }
        /*---menu burger second style---*/
        .t-menuburger_second span:nth-child(2),
        .t-menuburger_second span:nth-child(3) {
        width: 80%;
        left: 20%;
        right: 0;
        }
        @media (hover), (min-width:0\0) {
        .t-menuburger_second.t-menuburger-hovered span:nth-child(2),
        .t-menuburger_second.t-menuburger-hovered span:nth-child(3) {
        animation: t-menuburger-anim 0.3s ease-out normal forwards;
        }
        .t-menuburger_second.t-menuburger-unhovered span:nth-child(2),
        .t-menuburger_second.t-menuburger-unhovered span:nth-child(3) {
        animation: t-menuburger-anim2 0.3s ease-out normal forwards;
        }
        }
        .t-menuburger_second.t-menuburger-opened span:nth-child(2),
        .t-menuburger_second.t-menuburger-opened span:nth-child(3){
        left: 0;
        right: 0;
        width: 100%!important;
        }
        /*---menu burger third style---*/
        .t-menuburger_third span:nth-child(4) {
        width: 70%;
        left: unset;
        right: 0;
        }
        @media (hover), (min-width:0\0) {
        .t-menuburger_third:not(.t-menuburger-opened):hover span:nth-child(4) {
        width: 100%;
        }
        }
        .t-menuburger_third.t-menuburger-opened span:nth-child(4) {
        width: 0!important;
        right: 50%;
        }
        /*---menu burger fourth style---*/
        .t-menuburger_fourth {
        height: 12px;
        }
        .t-menuburger_fourth.t-menuburger__small {
        height: 8px;
        }
        .t-menuburger_fourth.t-menuburger__big {
        height: 18px;
        }
        .t-menuburger_fourth span:nth-child(2),
        .t-menuburger_fourth span:nth-child(3) {
        top: 4px;
        opacity: 0;
        }
        .t-menuburger_fourth span:nth-child(4) {
        top: 8px;
        }
        .t-menuburger_fourth.t-menuburger__small span:nth-child(2),
        .t-menuburger_fourth.t-menuburger__small span:nth-child(3) {
        top: 3px;
        }
        .t-menuburger_fourth.t-menuburger__small span:nth-child(4) {
        top: 6px;
        }
        .t-menuburger_fourth.t-menuburger__small span:nth-child(2),
        .t-menuburger_fourth.t-menuburger__small span:nth-child(3) {
        top: 3px;
        }
        .t-menuburger_fourth.t-menuburger__small span:nth-child(4) {
        top: 6px;
        }
        .t-menuburger_fourth.t-menuburger__big span:nth-child(2),
        .t-menuburger_fourth.t-menuburger__big span:nth-child(3) {
        top: 6px;
        }
        .t-menuburger_fourth.t-menuburger__big span:nth-child(4) {
        top: 12px;
        }
        @media (hover), (min-width:0\0) {
        .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(1) {
        transform: translateY(1px);
        }
        .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(4) {
        transform: translateY(-1px);
        }
        .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(1) {
        transform: translateY(3px);
        }
        .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(4) {
        transform: translateY(-3px);
        }
        }
        .t-menuburger_fourth.t-menuburger-opened span:nth-child(1),
        .t-menuburger_fourth.t-menuburger-opened span:nth-child(4) {
        top: 4px;
        }
        .t-menuburger_fourth.t-menuburger-opened span:nth-child(2),
        .t-menuburger_fourth.t-menuburger-opened span:nth-child(3) {
        opacity: 1;
        }
        /*---menu burger animations---*/
        @keyframes t-menuburger-anim {
        0% {
        width: 80%;
        left: 20%;
        right: 0;
        }
        50% {
        width: 100%;
        left: 0;
        right: 0;
        }
        100% {
        width: 80%;
        left: 0;
        right: 20%;
        }
        }
        @keyframes t-menuburger-anim2 {
        0% {
        width: 80%;
        left: 0;
        }
        50% {
        width: 100%;
        right: 0;
        left: 0;
        }
        100% {
        width: 80%;
        left: 20%;
        right: 0;
        }
        }
        .t450__burger_cirqle {
            border-radius: 100px;
        }
        .t450__burger_bg {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: #111;
        }
        .t450__burger_container {
            position: relative;
            width: 48px;
            height: 48px;
            cursor: pointer;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-transition: opacity ease-in-out .2s;
            -moz-transition: opacity ease-in-out .2s;
            -o-transition: opacity ease-in-out .2s;
            transition: opacity ease-in-out .2s;
        }
        .nav-links-mobile{
            list-style:none;
        }
        .nav-links-mobile a{
            color: #000!important;
    text-decoration: none;
    font-weight: 500;
    display: block;
    padding: 5px 15px;
    font-size: 1.3rem;
        }
        .offcanvas{
background-color:#ffd600 ;
        }
        .map{
            z-index: 2;
    position: relative;
        }
        .center-block{
            padding:15vh 0vh;
            position:relative;
        }