@font-face {
    font-family: "Lato";
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    src: url("/files/fonts/lato/latoregular.ttf") format("ttf"),
    url("/files/fonts/lato/latoregular.woff") format("woff"),
    url("/files/fonts/lato/latoregular.woff2") format("woff2");
}
@font-face {
    font-family: "Lato";
    font-display: swap;
    font-weight: 500;
    font-style: italic;
    src: url("/files/fonts/lato/latomediumitalic.ttf") format("ttf"),
    url("/files/fonts/lato/latomediumitalic.woff") format("woff"),
    url("/files/fonts/lato/latomediumitalic.woff2") format("woff2");
}
@font-face {
    font-family: "Lato";
    font-display: swap;
    font-weight: 500;
    font-style: normal;
    src: url("/files/fonts/lato/latomedium.ttf") format("ttf"),
    url("/files/fonts/lato/latomedium.woff") format("woff"),
    url("/files/fonts/lato/latomedium.woff2") format("woff2");
}


@font-face {
    font-family: "Lato";
    font-display: swap;
    font-weight: 600;
    font-style: normal;
    src: url("/files/fonts/lato/latosemibold.ttf") format("ttf"),
    url("/files/fonts/lato/latosemibold.woff") format("woff"),
    url("/files/fonts/lato/latosemibold.woff2") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    font-weight: 600;
    font-style: normal;
    src: url("/files/fonts/Montserrat/Montserrat-SemiBold.ttf") format("ttf"),
    url("/files/fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"),
    url("/files/fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2");
}
@font-face {
    font-family: "Montserrat";
    font-display: swap;
    font-weight: 700;
    font-style: normal;
    src: url("/files/fonts/Montserrat/Montserrat-Bold.ttf") format("ttf"),
    url("/files/fonts/Montserrat/Montserrat-Bold.woff") format("woff"),
    url("/files/fonts/Montserrat/Montserrat-Bold.woff2") format("woff2");
}
@font-face {
    font-family: "Montserrat";
    font-display: swap;
    font-weight: 500;
    font-style: normal;
    src: url("/files/fonts/Montserrat/Montserrat-Medium.ttf") format("ttf"),
    url("/files/fonts/Montserrat/Montserrat-Medium.woff") format("woff"),
    url("/files/fonts/Montserrat/Montserrat-Medium.woff2") format("woff2");
}
/*aaaaaaa*/
@font-face {
    font-family: "Lato";
    font-display: swap;
    font-weight: 600;
    font-style: italic;
    src: url("/files/fonts/lato/latosemibolditalic.ttf") format("ttf"),
    url("/files/fonts/lato/latosemibolditalic.woff") format("woff"),
    url("/files/fonts/lato/latosemibolditalic.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-display: swap;
    font-weight: 700;
    font-style: normal;
    src: url("/files/fonts/lato/latobold.ttf") format("ttf"),
    url("/files/fonts/lato/latobold.woff") format("woff"),
    url("/files/fonts/lato/latobold.woff2") format("woff2");
}



@font-face {
    font-family: "Lato";
    font-display: swap;
    font-weight: 400;
    font-style: italic;
    src: url("/files/fonts/lato/latoitalic.ttf") format("ttf"),
    url("/files/fonts/lato/latoitalic.woff") format("woff"),
    url("/files/fonts/lato/latoitalic.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-display: swap;
    font-weight: 800;
    font-style: normal;
    src: url("/files/fonts/lato/latoblack.ttf") format("ttf"),
    url("/files/fonts/lato/latoblack.woff") format("woff"),
    url("/files/fonts/lato/latoblack.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-display: swap;
    font-weight: 700;
    font-style: italic;
    src: url("/files/fonts/lato/latobolditalic.ttf") format("ttf"),
    url("/files/fonts/lato/latobolditalic.woff") format("woff"),
    url("/files/fonts/lato/latobolditalic.woff2") format("woff2");
}


@font-face {
    font-family: "Lato";
    font-display: swap;
    font-weight: 800;
    font-style: italic;
    src: url("/files/fonts/lato/latoblackitalic.ttf") format("ttf"),
    url("/files/fonts/lato/latoblackitalic.woff") format("woff"),
    url("/files/fonts/lato/latoblackitalic.woff2") format("woff2");
}
/*aaaaaaa*/
html body {
    font-family: Lato, Helvetica, Arial, sans-serif;
}

header {
box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.container-fluid {
    max-width: 1400px;
}
.service-bar {
    background: #652022;
    height: 65px;
    line-height: 65px;
    text-align: center;
}
.service-bar .btn-group {
    vertical-align: initial;
}
.service-bar button {
    height: auto;
    line-height: normal;
}

.service-bar .head-contacts {
    display: inline-block;
    text-align: justify;
    width: 54%;
    max-width: 690px;
    height: 65px;
    line-height: 65px;
    overflow: hidden;
}
.service-bar .head-contacts:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.service-bar .head-contacts-chat button {
    background: none;
    font-weight: bold;
    color: #fbdc83;
    font-size: 15px;
    border: none;
}
.service-bar .head-contacts-chat button i {
    margin-right: 10px;
    font-size: 18px;
}

.service-bar .head-contacts-email i,
.service-bar .head-contacts-phones i {
    color: #fff;
    opacity: 0.65;
    font-size: 15px;
    display: inline;
    margin-right: 5px;
}
.service-bar .head-contacts-phones-single {
    display: inline-block;
}.service-bar .head-contacts-phones-single + .head-contacts-phones-single {
     margin-left: 5px;
 }
.service-bar .head-contacts-email a,
.service-bar .head-contacts-phones-single a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}
.service-bar .head-contacts > * {
    display: inline-block;
}
.service-bar .head-credentials {
    float: right;
    font-size: 15px;
    text-align: right;
    width: 11%;
}
.service-bar .dropdown-menu,
.service-bar .dropdown-menu *,
.service-bar .head-credentials .ae-top-login {
    line-height: normal;
}
.service-bar .head-credentials .dropdown-menu {
    left: auto;
    right: 0;
    padding: 15px 0;
    width: 320px;
}
.service-bar .head-credentials .dropdown-menu order-li,
.service-bar .head-credentials .dropdown-menu .info-list{
    padding-left: 15px;
    padding-right: 15px;
}
.service-bar .head-credentials .ae-top-login .drop-down-content .info-list,
.service-bar .head-credentials .ae-top-login .drop-down-content .order-li{
    padding-left: 15px;
    padding-right: 15px;
}
.service-bar .head-credentials .ae-top-login .drop-down-content {
    left: auto;
    right: 20px;
    padding: 35px 0 15px;
}
.service-bar .head-credentials .user-area-wrapper .info-list li {
    margin-bottom: 13px;
}

body .mini-wrapper .header a {
    padding: 15px;
}
body .user-area-navbar .ae-sidebar-logged {

    padding-top: 35px;
}
body .user-area-navbar .navbar-nav {
    width: 100%;
    margin: 0;
}
 .top-login-button {
    background: none;
    border: none;
    color: #fbdc83;
    font-size: 15px;
    height: 65px;
    line-height: 65px;
    padding: 0;
}
.top-login-button:hover {
    text-decoration: underline;
}
.sign-up-top {
    color: #ffffff;
}
.sign-up-top:hover {
    color: #ffffff;
    text-decoration: underline;
}
.service-bar .head-credentials .vr {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #7c4143;
}

.menu-bar .head-logo {
    float: left;
    width: 26%;
    height: 85px;
    line-height: 85px;
}
.menu-bar .head-logo a {
    text-decoration: none !important;
}
 .menu-bar .head-logo img {
    vertical-align: middle;
}
.head-logo-img {
    width: 72%;
    max-width: 254px;
}
.head-logo-slogan {
    width: 23%;
    max-width: 94px;
}
.menu-bar .head-menu {
    float: right;
    width: 72%;

}
.menu-bar .head-menu ul {
    text-align: justify;
    height: 85px;
    overflow: hidden;
}
.menu-bar .head-menu ul:after {
    display: inline-block;
    content: '';
    width: 100%;
}
.menu-bar .head-menu li {
    list-style-type: none;
    display: inline-block;
    height: 85px;
    line-height: 85px;
}
.menu-bar .head-menu li a {
    color: #363636;
    font-weight: 600;
    vertical-align: middle;
    font-size: 16px;
}
.menu-bar .head-menu .menu-item-order {
    color: #e04e46;
}
.menu-bar .head-menu .menu-item-order i {
    margin-right: 5px;
}
.menu-bar ul {
    padding: 0;
    margin: 0;
}
body .mini-wrapper.top-user-area-wrapper,
body .mini-wrapper.top-user-area-wrapper .top-dd-wrapper,
body .mini-wrapper.top-user-area-wrapper .top-label {
    text-align: center;
    width: 100%;
    margin: 0;
}
body .mini-wrapper.top-user-area-wrapper .top-dd-wrapper {
    position: relative;
}
body .mini-wrapper .top-dd-wrapper .top-label {
    height: 65px;
    line-height: 65px;
    padding: 0;
}
body .mini-wrapper .top-dd-wrapper .top-label .ava {
    display: none;
}
body .mini-wrapper .top-dd-wrapper .top-label a {
    margin-top: 0;
    display: block;
    width: 100%;
}
body .mini-wrapper .top-dd-wrapper .top-label a span {
    color: #ffffff;
    background-image: url('/files/images/down-white-arrow.png');
    display: inline-block;
    overflow: hidden;
    width: 100%;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body .user-area-wrapper .info-list li.additional-field-name {
    display: block;
}
.bread-field {
    height: 120px;
}
.bread-field > div {
    height: 100%;
    display: table;
}
.bread-field .breadcrumb,
.bread-field .title {
    display: table-cell;
    vertical-align: middle;
}
.bread-field .title {
    font-size: 27px;
    color: #652022;
    font-weight: 900;
}
.bread-field .breadcrumb {
    background: none;
    color: #878787;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right;
}
.bread-field .breadcrumb a i {
    font-size: 15px;
    margin-right: 5px;
}
.bread-field .breadcrumb a {
    color: #878787;
}
.bread-field .breadcrumb a:hover,
.bread-field .breadcrumb a:active,
.bread-field .breadcrumb a:focus,
.bread-field .breadcrumb span {
    color: #652022;
}
@media all and (min-width: 1231px) {
    .service-bar .company-slug {
        float: left;
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        font-style: italic;
        opacity: 0.6;
        width: 34%;
        text-align: left;
    }
}
@media all and (max-width: 1230px) {
    .service-bar .company-slug {
       display: none;
    }
    .service-bar .head-credentials {
        width: 20%;
    }
    .service-bar .head-contacts {
        width: 80%;
        max-width: none;
    }

    .menu-bar .head-logo {
        float: left;
        width: 18%;
        height: 85px;
        line-height: 85px;
    }
    .menu-bar .head-logo img {
        vertical-align: middle;
    }
    .head-logo-img {
        width: 100%;
        max-width: 254px;
    }
    .head-logo-slogan {
        display: none;
    }
    .menu-bar .head-menu {
        float: right;
        width: 81%;

    }
}

@media all and (max-width: 1230px) {
    .menu-bar .head-menu a {
        font-size: 13px;

    }
}
@media(min-width: 1025px) {
    .navbar-brand {
        display: none;
    }
}
@media all and (min-width: 992px) {
    .logo-mob,
    .head-order-button {
        display: none;
    }


}
@media all and (max-width: 1024px) {
    .menu-bar {
        display: none;
    }
    body .navbar-collapse .mob-menu-list{
        width: 100%;
        margin: 0;
    }
    .service-bar .head-contacts > .head-contacts-chat,
    .service-bar .head-contacts > .head-contacts-email,
    .service-bar .head-credentials {
        display: none;
    }
    .service-bar .head-contacts {
        width: auto;
    }
    .service-bar .navbar-toggle {
        display: block;
        line-height: normal;
        margin-top: 0;
        margin-bottom: 0;
        padding: 9px 0;
        margin-right: 0;
    }
    .service-bar .navbar-toggle img {
        width: 27px;
    }
    .service-bar {
        height: 40px;
    }
    .service-bar > *,
    .service-bar .head-contacts {
        height: 40px;
        line-height: 40px;
    }
    .head-order-button {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
    }
    .head-order-button .button {
        padding-top: 6px;
        padding-bottom: 5px;
        border-width: 2px;
        margin-top: 4px;
    }
    .head-order-button .button i {
        display: none;
    }
    body .navbar-brand {
        float: right;
        height: 40px;
        padding: 7px 0;
        font-size: 18px;
        line-height: 20px;
        margin-right: 13px;
        margin-left: 9px;
    }
    body .navbar-brand img {
        width: 27px;
    }
    body .logo-mob {
        display: block;
        width: 28px;
        height: 28px;
        float: left;
        text-align: center;
        border-radius: 50%;
        border: 2px solid #fff;
        line-height: 25px;
        padding-right: 2px;
        margin-top: 6px;
    }
    body .logo-mob img{
        width: 15px;
        vertical-align: middle;
    }

	.navbar-collapse .navbar-nav.nav.mob-menu-list > li  a {
		background-repeat: no-repeat;
		background-position: 30px center;
	}

	.navbar-collapse .navbar-nav.nav.mob-menu-list > li  a.prices {
		background-image: url('/files/images/menu-icon/prices.svg');
	}

	.navbar-collapse .navbar-nav.nav.mob-menu-list > li  a.discounts {
		background-image: url('/files/images/menu-icon/discounts.svg');
	}

	.navbar-collapse .navbar-nav.nav.mob-menu-list > li  a.order {
		background-image: url('/files/images/menu-icon/order.svg');
	}

	.navbar-collapse .navbar-nav.nav.mob-menu-list > li  a.about {
		background-image: url('/files/images/menu-icon/aboutus.svg');
	}

	.navbar-collapse .navbar-nav.nav.mob-menu-list > li  a.how-it-works {
		background-image: url('/files/images/menu-icon/howitworks.svg');
	}

	.navbar-collapse .navbar-nav.nav.mob-menu-list > li  a.faq {
		background-image: url('/files/images/menu-icon/faq.svg');
	}

	.navbar-collapse .navbar-nav.nav.mob-menu-list > li  a.blog {
		background-image: url('/files/images/menu-icon/blog.svg');
	}

	.navbar-collapse .navbar-nav.nav.mob-menu-list > li  a.contacts {
		background-image: url('/files/images/menu-icon/contacts.svg');
	}
}

@media all and (max-width: 1024px) {
    .service-bar-fixed {
        position: fixed;
        z-index: 1009;
        left: 0;
        right: 0;
        top: 0;
    }
}

@media all and (max-width: 600px) {
    .service-bar .head-contacts-phones i {
        display: none;
    }
    .head-contacts-phones-single:last-child {
        display: none;
    }
    .head-order-button .button {
        width: auto;
        min-width: auto;
    }
}
@media all and (max-width: 767px) {
    .bread-field {
        height: auto;
    }
    .bread-field .breadcrumb,
    .bread-field .title {
        padding: 10px 0;
        height: auto;
        text-align: left;
    }
}
@media all and (max-width: 420px) {
    .head-order-button .button i {
        display: inline-block;
    }
    .head-order-button .button span {
        display: none;
    }
    .service-bar .head-contacts-email a, .service-bar .head-contacts-phones-single a {
        font-size: 14px;
    }
}

.testimonials-feedback-list:not(.slick-initialized),
.testimonials-feedback-single:not(.slick-initialized) {
    display: none;
}