.main-block {
    padding-right: 40px;
}

.flat-element {
    background: white;
    border-radius: 5px;
    border: 1px solid #dfe1e1;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
    padding: 15px 20px;
}

.flat-navbar {
    background: white;
    border-bottom: 1px solid #dfe1e1;
}

.grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.paragraph {
    margin-bottom: 10px;
}

.main-services-list {
    padding: 0;
}

.main-services-list > li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 2px;
    width: 7px;
    height: 7px;
    background: #CC3130;
    /*border-radius: 50%;*/
}

.main-services-list > li {
    position: relative;
    display: block;
    padding: 0 0 0 19px;
}

.global-container {
    background: #eeeeee;
    position: relative;
    z-index: 6;
}

.my-a-tag {
    outline: none !important;
    border-radius: 50%;
    display:block;
    border-bottom-width:0;
    color:#53340D;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
    background: #fff;
    width: 65px;
    height: 65px;
    -webkit-transition: all linear .05s;
    transition: all linear .05s;
}

.my-a-tag:hover {
    width: 70px;
    height: 70px;
    text-decoration: none;
    margin-left: -3px;
    margin-top: -3px;
    box-shadow: 0 2px 7px rgba(0,0,0,0.1);
    font-size: 19px;
    color:#53340D;
    line-height: 70px;
    -webkit-transition: all linear .05s;
    transition: all linear .05s;
}

.uk-tab > li, .uk-tab > li > a{
    width: 48px;
    height: 48px;
    line-height: 50px;
}

.uk-tab > li {
    margin-right: 20px;
}

.my-tab {
    border: none;
    display: inline-flex;
}

.my-tab_i {
    width: 48px;
    height: 48px;
    margin-right: 15px;
}

.my-a-tag {
    outline: none !important;
    border-radius: 50%;
    display:block;
    border-bottom-width:0;
    color:#53340D;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
    background: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    -webkit-transition: all linear .05s;
    transition: all linear .05s;
}

.my-a-tag:hover {
    width: 53px;
    height: 53px;
    text-decoration: none;
    margin-left: -3px;
    margin-top: -3px;
    box-shadow: 0 2px 7px rgba(0,0,0,0.1);
    font-size: 15px;
    color:#53340D;
    line-height: 53px;
    -webkit-transition: all linear .05s;
    transition: all linear .05s;
}

.my-tab .my-tab_i:last-child {
    margin-right: 0;
}

.my-tab .active {
    background: #CC3130;
    color: #fff;
}

.service-img {
    width: 50px;
    height: 50px;
}

.l-navbar {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.l-navbar_i {
    float: left;
    position: relative;
}

.l-navbar_i_arrow {
    margin-left: 5px;
    font-size: 18px !important;

    transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
}

.l-navbar_i > a {
    text-transform: uppercase;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 45px;
    line-height: 40px;
    color: #444;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0 15px;
    border: 1px solid transparent;
    border-bottom-width: 0;
    text-shadow: 0 1px 0 #fff;
}

.l-navbar_i:hover > a, .l-navbar_i.active > a{
    color: #CC3130;
}

.l-navbar_section {
    width: 235px;
    position: absolute;
    z-index: 100;
    top: 80px;
    background: white;
    left: 15px;
    border: 1px solid #dfe1e1;
    border-radius: 0 0 5px 5px;
    border-top: 2px solid #CC3130;
    padding: 0;
    opacity: 0;

    transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
}

.l-navbar_i.l-navbar_i__open .l-navbar_section {
    display: block;
    top: 62px;
    opacity: 1;

    transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
}

.l-navbar_i.l-navbar_i__open .l-navbar_i_arrow {
    transform: rotate(180deg);
    transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
}

.l-navbar_section_i {
    list-style: none;
}

.l-navbar_section_i:hover, .l-navbar_section_i.active {
    background: #CC3130;
    cursor: pointer;
}

.l-navbar_section_i a {
    padding: 10px 20px;
    display: block;
    color: #444;
}

.l-navbar_section_i:hover a, .l-navbar_section_i.active a {
    color: white;
}

.l-navbar_section_i a:hover, .l-navbar_section_i a:focus, .l-navbar_section_i a:active {
    text-decoration: none;
}

.brand {
    float: left;
}

.lstk-navbar {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-marker {
    width: 10px;
    height: 10px;
    border: 2px solid #CC3130;
    border-radius: 50%;
    position: absolute;
    top: 38px;
    margin: auto;
    left: 0;
    right: 0;
    background: #fff;
}

.l-navbar_i a:focus, .l-navbar > li:not(.uk-active) > a:active {
    border: 1px solid transparent;
    outline: none;
    background: inherit;
}

.l-navbar_i:focus, .l-navbar_i:active {
    outline: none;
    background: inherit;
}

.review-quote {
    position: relative;
    padding: 0 31px 0 25px;
}

.review-quote:before {
    content: '«';
    position: absolute;
    top: -4px;
    left: 0;
    font-size: 35px;
    font-weight: 300;
    color: #CC3130;
}

.review-quote-right:after {
    content: '»';
    position: relative;
    top: 7px;
    display: inline-block;
    vertical-align: top;
    height: 0;
    font-size: 35px;
    line-height: 0;
    font-weight: 300;
    color: #CC3130;
}

.review-information {
    content: '';
    left: 0;
    border-left: 1px solid #dadada;
    padding: 0 31px 0 31px;
}

.nav-ico {
    color: #333 !important;
}

.uk-slidenav {
    display: inline-block;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    line-height: 40px;
    color: rgba(50, 50, 50, 0.4);
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
    border-bottom-width: 0;
    color: #333;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
    background: #fff;
    -webkit-transition: all linear .1s;
    transition: all linear .1s;
}

.slidenav-section {
    background: none;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
}


.slidenav-section:active, .slidenav-section:visited {
    color: #fff;
}

.slidenav-section:hover {
    background: none;
    border: 2px solid #CC3130;
    border-radius: 50%;
}

.slidenav-section-previous {
    left: 50px !important;
}

.slidenav-section-next {
    right: 50px !important;
}

.uk-slidenav-previous:hover {
    width: 47px;
    height: 47px;
    text-decoration: none;
    box-shadow: 0 2px 7px rgba(0,0,0,0.1);
    font-size: 32px;
    line-height: 44px;
    margin-left: -28px;
    margin-top: -32px;
    color: #CC3130 !important;
    -webkit-transition: all linear .1s;
    transition: all linear .1s;
}

.uk-slidenav-next:hover {
    width: 47px;
    height: 47px;
    text-decoration: none;
    box-shadow: 0 2px 7px rgba(0,0,0,0.1);
    font-size: 32px;
    line-height: 44px;
    margin-right: -28px;
    margin-top: -32px;
    color: #CC3130 !important;
    -webkit-transition: all linear .1s;
    transition: all linear .1s;
}

.uk-slidenav-next:before {
    padding-left: 5px;
    content: "\f105";
}

.uk-slidenav-previous:before {
    padding-right: 5px;
    content: "\f104";
}

.uk-slidenav-previous {
    margin-left: -25px;
}

.uk-slidenav-next {
    margin-right: -25px;
}

.head-background-image {
    height: 92vh;
    background-size: 100% auto;
    background: url(/images/back.jpg) no-repeat 50% -19.89px;
}

.separator {
    width: 5px;
    height: 5px;
    border: 1px solid #CC3130;
    border-radius: 50%;
    background: #fff;
    float: right;
}

.uk-dropdown-small {
    min-width:70px;
    width:auto;
    padding:5px;
    white-space:nowrap
}

.li {
    margin-right: 0  !important;
}

.l-navbar-toggle {
    display: none;
    color: #53340D;
    font-size: 18px;
    height: 41px;
    float: left;
}

.l-navbar-toggle i {
    margin: auto;
}

.contact-img {
    width: 50px;
    height: 50px;
}

.ct-button {
    text-shadow: none !important;
    color: #fff !important;
    background: rgba(0, 0, 0, 0) !important;
    border: 1px solid #F0EEE8 !important;
    border-radius: 5px;
    -webkit-transition: all linear .1s;
    transition: all linear .1s;
    line-height: 40px;
}

.ct-button:hover {
    text-shadow: none !important;
    color: #fff !important;
    background: rgba(239, 59, 59, 1) !important;
    border: 1px solid #EF3B3B !important;
    -webkit-transition: all linear .1s;
    transition: all linear .1s;
}

.partner-img {
    height: 60px !important;
    width: auto;
    margin: 0 15px 0 15px;
}

.partners-nav-ico {
    top: 60% !important;
}

.top-slider {
    position: relative;
    width: 100%;
    background-attachment: fixed;
}

.top-slider img:nth-child(3) {
    width: 100% !important;
    left: 0;
    top: 0;
}

.top-slider img:nth-child(4) {
    position: absolute;
    top: 0;
    z-index: 3;
    left: 0;
    width: 100% !important;
}

.slider-text-block {
    position: absolute;
    width: 40%;
    height: auto;
    top: 5%;
    right: 5%;
    z-index: 4;
    text-align: right;
    padding: 40px;
    background: rgba(250, 250, 250, 0.5);
    border-radius: 10px;
    color: #53340D;
}

.slider-text-block h1 {
    text-align: right;
    color: #53340D;
}

.slider-text {
    margin-top: 25px;
    font-size: 17px;
}

.no-bottom-padding {
    padding-bottom: 0 !important;
}

.section-slider-background-overlay {
    background: rgba(0, 0, 0, .7);
}

.partners-wrap {
    padding: 25px 0;
    text-align: center;
}

.partners-wrap img {
    height: 40px;
    margin: 20px 25px;
    filter: grayscale(100%);
    opacity: .7;
    -webkit-transition: all linear .1s;
    transition: all linear .1s;
}

.partners-wrap img:hover {
    filter: grayscale(0);
    opacity: 1;
    -webkit-transition: all linear .1s;
    transition: all linear .1s;
}

#partner-scrollable-block::-webkit-scrollbar { width: 0; height: 0}

.visible-upper-960 {
    display: block;
}

.hidden-upper-960 {
    display: none;
}

.hidden {
    display: none;
}

.img-arrow-next {
    position: absolute;
    right: 0;
    top: 28%;
    display: none;
}

.img-arrow-previous {
    position: absolute;
    left: 0;
    top: 28%;
    display: none;
}

.swipe {
    display: none;
}

.swipe img, #swipe-years img{
    width: 200px;
}

.dark-button {
    text-shadow: none !important;
    color: #53340D !important;
    background: rgba(0, 0, 0, 0) !important;
    border: 1px solid #53340D !important;
    -webkit-transition: all linear .1s;
    transition: all linear .1s;
    line-height: 40px;
    border-radius: 5px;
}

.dark-button:hover {
    text-shadow: none !important;
    color: #fff !important;
    background: rgba(239, 59, 59, 1) !important;
    border: 1px solid #EF3B3B !important;
    -webkit-transition: all linear .1s;
    transition: all linear .1s;
}

.input {
    color: #53340D !important;
    background: rgba(0, 0, 0, 0) !important;
    border: 1px solid #53340D !important;
    border-radius: 5px !important;
    padding: 5px 15px !important;
}

.input::-moz-placeholder {
    color: #999 !important;
}

.input::-webkit-input-placeholder {
    color: #999 !important;
}

.input:focus {
    background: rgba(0, 0, 0, 0) !important;
    border: 1px solid #EF3B3B !important;
}

.map-description-img {
    width: 90px;
}

.map-name {
    font-weight: 600;
}

#tab-content {
    margin-top: 10px;
    text-align: left;
}

#swipe-years img {
    margin-top: 5px;
    display: none;
}

.swipe-hand {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.balloon {
    width: 350px;
}

.balloon-name {
    width: 250px
}

@media screen and (max-width: 1500px) {
    .dark-button {
        line-height: 28px !important;
    }

    .ct-button {
        height: 30px;
        line-height: 30px;
        font-size: 10px;
    }
}

@media screen and (max-width: 1360px) {
    .uk-slidenav {
        background: #E8EAE8;
        box-shadow: none;
        width: 30px;
    }

    .uk-slidenav:hover {
        box-shadow: none;
        width: 30px;
    }

    .next {
        right: -10px !important;
    }

    .previous {
        left: -10px !important;
    }

    h1 {
        font-size: 25px;
    }

    .slider-text {
        font-size: 17px;
    }

    .slider-text-block {
        padding: 25px;
    }

    .l-navbar li a {
        font-size: 11px;
    }

    .visible-upper-960 {
        display: block;
    }

    .hidden-upper-960 {
        display: none;
    }

    #sections .uk-slidenav {
        top: 0;
        border: none;
        width: 5%;
        height: 100%;
        margin-top: 0;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.1);
    }

    #sections .uk-slidenav-next:before, #sections .uk-slidenav-previous:before {
        content: none;
    }

    #sections .uk-slidenav-next {
        margin-right: 0 !important;
        right: 0 !important;
    }

    #sections .uk-slidenav-previous {
        margin-left: 0 !important;
        left: 0 !important;
    }

    .img-arrow-next, .img-arrow-previous {
        display: block;
        width: 50px;
    }

    #reviews-block .uk-slidenav {
        bottom: -20%;
        top: auto;
    }

    #reviews-block .uk-slidenav-next:before {
        content: '»';
        position: relative;
        top: 7px;
        display: inline-block;
        vertical-align: top;
        height: 0;
        font-size: 35px;
        line-height: 0;
        font-weight: 300;
        color: #CC3130;
    }

    #reviews-block .uk-slidenav-previous:before {
        content: '«';
        position: relative;
        top: 7px;
        display: inline-block;
        vertical-align: top;
        height: 0;
        font-size: 35px;
        line-height: 0;
        font-weight: 300;
        color: #CC3130;
    }

    #reviews-block .uk-slidenav-previous:hover, #reviews-block .uk-slidenav-next:hover {
        width: 30px;
        height: 42px;
        line-height: 40px;
        color: rgba(50, 50, 50, 0.4);
        font-size: 25px;
        text-align: center;
        border-bottom-width: 0;
    }

    .uk-overlay-panel h4{
        font-size: 14px;
    }

    .uk-overlay-panel h1{
        font-size: 15px;
    }

    #sections .uk-slidenav, #sections .img-arrow-previous, #sections .img-arrow-next {
        display: none;
    }

    .swipe-hand {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .swipe {
        display: block;
    }

    .previous, .next {
        display: none;
    }

    .swipe-hand {
        width: 40px;
    }
}

@media screen and (max-width: 960px) {
    .main-block {
        padding-right: 0;
    }

    #imgLogo {
        margin-top: 0;
    }

    .uk-navbar-brand, .uk-navbar-content, .l-navbar-toggle {
        display: inherit;
        height: 80px;
        padding: 0;
    }

    .contact-margin-top {
        margin-top: 20px;
    }

    h1 {
        font-size: 20px;
    }

    .slider-text {
        font-size: 13px;
        margin-top: 20px;
    }

    .slider-text-block {
        padding: 15px;
    }

    .visible-upper-960 {
        display: none !important;
    }

    .hidden-upper-960 {
        display: block;
    }

    .img-arrow-next, .img-arrow-previous {
         width: 40px;
    }

    .my-a-tag:hover {
        width: 48px;
        height: 48px;
        margin-left: 0;
        margin-top: 0;
        font-size: 13px;
        line-height: 48px;
    }

    .overlay-text-block {
        width: 100%;
    }

    .l-navbar {
        position: absolute;
        display: block;
        height: 100vh;
        left: -100%;
        top: 0;
        background: #53340D;
        z-index: 1000;
        padding: 30px 0;
        width: 80%;
        max-width: 400px;
        -webkit-transition: all linear .2s;
        transition: all linear .2s;
    }

    body.openNav {
        overflow: hidden;
    }

    body.openNav .l-navbar {
        left: 0;
        -webkit-transition: all linear .2s;
        transition: all linear .2s;
    }

    .l-navbar li {
        display: block;
        float: none;
        padding: 10px 30px;
    }

    .l-navbar li.active {
        background: #422b0d;
    }

    .l-navbar li.active a {
        color: white;
    }

    .l-navbar li a {
        font-size: 16px;
        text-shadow: none;
        color: white;
    }

    .l-navbar_section {
        position: inherit;
        top: 0 !important;
        left: 0;
        width: 100%;
        border: none;
        background: transparent;
        opacity: 1;
        height: 0;
        overflow: hidden;
    }

    .l-navbar_i.l-navbar_i__open .l-navbar_section {
        height: auto;
    }

    .partners-wrap {
        white-space: nowrap;
    }

    .partners-wrap img {
        filter: grayscale(0);
        opacity: 1;
    }
}

@media screen and (max-width: 770px) {
    .visible-upper-960 {
        display: none !important;
    }

    .hidden-upper-960 {
        display: block;
    }

    #sections .uk-slidenav {
        width: 7%;
    }
}

@media screen and (max-width: 700px) {
    .section-description {
        display: none;
    }
}

@media screen and (max-width: 630px) {
    .uk-nav-dropdown>li>a:focus, .uk-nav-dropdown>li>a:hover {
        background: #CC3130;
    }

    .uk-tab > li, .uk-tab > li > a {
        line-height: 30px;
    }

    .uk-tab-responsive>a:before {
        margin-right: 5px;
    }

    .uk-tab > li, .uk-tab > li > a {
        height: 25px;
    }

    .uk-tab>li.uk-active>a, .uk-tab>li.uk-active>a:hover {
        color: #333;
        background: none;
        border: none;
        box-shadow: none;
    }

    .my-tab {
        padding-left: 3px;
    }

    .slider-text-block h1 {
        display: none;
    }

    .slider-text {
        font-size: 13px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .slider-text-block {
        text-align: center;
        padding: 10px;
        top: 2%;
        bottom: auto;
        width: 85%;
        right: 5%;
        left: 5%;
        border-radius: 5px;
    }

    .lstk-navbar {
        height: 50px;
    }

    .uk-navbar-brand, .uk-navbar-content, .l-navbar-toggle {
        height: 50px;
    }

    #imgLogo {
        height: 30px;
    }

    .visible-upper-960 {
        display: none !important;
    }

    .hidden-upper-960 {
        display: block;
    }

    .partner-img {
        height: 40px !important;
    }

    .img-arrow-next, .img-arrow-previous {
        width: 30px;
    }

    #sections h4, #sections p{
        font-size: 13px !important;
    }

    #sections h1{
        margin-bottom: 10px;
    }

    #sections h4 {
        margin-top: 0;
    }
}

@media screen and (max-width: 500px) {
    .review-quote:before, .review-quote-right:after {
        display: none;
    }

    .review-quote {
        padding: 0;
    }

    .slider-text-block {
        display: none;
    }

    #partners li a img {
        height: 40px !important;
    }

    .visible-upper-960 {
        display: none !important;
    }

    .hidden-upper-960 {
        display: block;
    }

    .img-arrow-next, .img-arrow-previous {
        top: 18%;
    }

    #sections .uk-slidenav {
        width: 10%;
    }

    .swipe img, #swipe-years img {
        width: 100px;
    }

    .swipe-hand {
        width: 25px;
    }

    .flat-element {
        border-radius: 3px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
        padding: 15px 20px;
    }
}

@media screen and (max-width: 470px) {
    .my-tab {
        width: 100%;
        overflow: auto;
        padding: 5px 0;
    }

    .my-tab::-webkit-scrollbar { width: 0; height: 0}

    #swipe-years img {
        display: inline-block !important;
    }
}

@media screen and (max-width: 400px) {
    .img-arrow-next, .img-arrow-previous {
        top: 7%;
    }

    #sections p, #sections h4 {
        display: none;
    }

    .balloon {
        width: 230px;
    }
    .balloon-name {
        width: 130px
    }
}

@media screen and (max-width: 350px) {
    .balloon {
        width: 100%;
    }
    .balloon > img{
        width: 100%;
        height: auto;
    }
    .balloon-name {
        width: 100%;
        margin-top: 5px;
    }
}

@media screen and (min-width: 1500px) {
    .flat-element {
        padding: 25px 30px;
    }

    .main-services-list > li:before {
        height: 8px;
        width: 8px;
        top: 8px;
    }

    .year-padding {
        line-height: 65px;
    }

    .uk-tab > li, .uk-tab > li > a {
        width: 68px;
        height: 68px;
        line-height: 68px;
    }

    .uk-tab > li > .my-a-tag:hover {
        width: 73px;
        height: 73px;
        font-size: 20px;
        line-height: 74px;
    }

    #tab-content {
        margin-top: 30px;
    }

    .contact-img, .service-img {
        width: 75px;
        height: 75px;
    }

    .service-img {
        margin-bottom: 20px;
    }

    .uk-grid+.uk-grid, .uk-grid-margin, .uk-grid>*>.uk-panel+.uk-panel {
        margin-top: 50px;
    }

    input:not(#select-beast-selectized, #photos), .ct-button {
        height: 40px !important;
    }

    .clear {
        height: 60px;
    }

    .uk-block {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .slider-text {
        margin-top: 40px;
        font-size: 23px;
    }

    .visible-upper-960 {
        display: block;
    }

    .my-a-tag {
        width: 65px;
        height: 65px;
    }

    .my-a-tag:hover {
        width: 70px;
        height: 70px;
        font-size: 19px;
        line-height: 70px;
    }

    .my-tab_i {
        width: 65px;
        height: 65px;
        margin-right: 15px;
    }
}

