@font-face {
    font-family: Almoni-DL-AAA-Regular;
    src: url(../fonts/almoni-dl-aaa-regular.otf)
}

@font-face {
    font-family: Almoni-DL-AAA-Bold;
    src: url(../fonts/almoni-dl-aaa-bold.otf)
}

@font-face {
    font-family: Almoni-Tzar-AAA-Bold;
    src: url(../fonts/almoni-tzar-aaa-bold.otf)
}

@font-face {
    font-family: Almoni-Tzar-AAA-Regular;
    src: url(../fonts/almoni-tzar-aaa-regular.otf)
}

@font-face {
    font-family: Almoni-Tzar-AAA-Light;
    src: url(../fonts/almoni-tzar-aaa-light.otf)
}

@font-face {
    font-family: Almoni-Tzar-AAA-ExtraLight;
    src: url(../fonts/almoni-tzar-aaa-extralight.otf)
}

@font-face {
    font-family: Almoni-Tzar-AAA-Thin;
    src: url(../fonts/almoni-tzar-aaa-thin.otf)
}

body, html {
    position: relative
}

html {
    margin-top: 0 !important
}

a, button {
    cursor: pointer
}

p {
    margin-bottom: 0
}

body {
    font-family: Almoni-Tzar-AAA-Light;
    color: #000;
    background: #fff;
    position: relative
}

#contactModal {
    text-align: center;
    padding-right: 0 !important
}

#contactModal .form-wrapper br {
    display: none !important
}

#contactModal .close {
    opacity: 1;
    text-shadow: none;
    color: #fff;
    font-size: 40px;
    margin-bottom: 15px;
    float: none;
    cursor: pointer
}

#contactModal .modal-content {
    border-radius: 0
}

#contactModal .modal-dialog {
    max-width: 320px !important
}

#contactModal .word-breakable {
    word-break: break-word
}

#contactModal .strong {
    font-weight: 400;
    font-family: Almoni-Tzar-AAA-Regular
}

#contactModal .title {
    font-size: 30px;
    color: #0b0c1e;
    line-height: 1;
    word-break: break-all
}

#contactModal .orange-color {
    color: #d9a36b;
    display: inline-block
}

#contactModal .seperate-line {
    background: #ebebeb;
    height: 1px;
    width: 100%;
    margin: 15px 0
}

#contactModal .text {
    font-size: 18px;
    line-height: 1;
    font-family: Almoni-DL-AAA-Regular;
    color: #626262
}

#contactModal .input-wrapper {
    position: relative;
    margin-top: 10px
}

#contactModal .label {
    font-size: 17px;
    color: #7d7d7d;
    margin: 0;
    font-family: Almoni-Tzar-AAA-Regular;
    padding: 0 5px;
    background: #fff;
    position: absolute;
    right: 15px;
    line-height: 1;
    top: 4px;
    z-index: 2000
}

#contactModal .form-input {
    font-size: 16px;
    border: 2px solid #e0e0e0;
    width: 100%;
    height: 40px;
    margin-top: 12px;
    line-height: 40px;
    padding: 0 10px;
    color: #33383b;
    transition: all 1s ease
}

#contactModal .form-input:focus {
    outline: 0;
    border-color: #33383b
}

#contactModal .form-btn {
    background: #c3996d;
    color: #fff;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    height: 50px;
    border: none
}

#contactModal .form-btn:focus {
    outline: 0
}

.modal-backdrop.show {
    opacity: .65
}

.modal-open {
    padding-right: 0 !important
}

#mobileContact {
    height: 50px;
    width: 100%;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    background: rgba(195, 153, 109, .97);
    z-index: 200000;
    transition: .3s ease-in
}

body.mobile-menu-open #mobileContact {
    right: 220px !important
}

#mobileContact .mobile-btn {
    width: 100%;
    color: #fff;
    display: flex;
    transition: all 1s ease;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}

#mobileContact .mobile-btn .text {
    display: block;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    line-height: 1;
    margin-top: 5px;
}

#mobileContact .border-column {
    border-left: 1px solid rgba(235, 235, 235, .38)
}

#mobileContact .padding-none {
    padding: 0
}

#scrollTop {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 75px;
    right: 15px;
    background: #c3996d;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    z-index: 20000;
    cursor: pointer;
    transition: .3s ease-in
}

body.mobile-menu-open #scrollTop {
    right: 235px !important
}

#scrollTop:hover {
    background: #33383b
}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 134px;
    z-index: 1;
    transition: .3s ease-in;
}

#menu {
    background: white;
    padding: 10px 0 0;
}

#menu .desktop-wrapper .meeting-wrapper {
    display: block;
    height: 50px;
    margin-bottom: 19px
}

#menu .desktop-wrapper .meeting-btn {
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 6px 15px 5px 15px;
    margin: 5px 0;
    background: #c3996d;
    transition: all 1s ease
}

#menu .desktop-wrapper .meeting-btn:hover {
    background: #33383b;
    text-decoration: none
}

#menu .desktop-wrapper .phone-wrapper {
    height: 50px;
    line-height: 50px;
    margin-bottom: 19px
}

#menu .desktop-wrapper .phone-wrapper .phone-link {
    color: #f3ba80;
    font-size: 18px;
    display: inline-block
}

#menu .desktop-wrapper .phone-wrapper .text {
    font-size: 18px;
    color: #000;
    display: inline-block
}

#menu .desktop-wrapper .left-wrapper .row {
    justify-content: flex-end
}

#menu .desktop-wrapper .menu-list {
    margin: 0;
    list-style: none;
    height: 50px;
    line-height: 50px
}

#menu .desktop-wrapper .right-wrapper .menu-list {
    padding: 0 15px 0 0
}

#menu .desktop-wrapper .left-wrapper .menu-list {
    padding: 0 0 0 15px
}

#menu .desktop-wrapper .menu-item {
    display: inline-block;
    position: relative
}

#menu .desktop-wrapper .right-wrapper .menu-item:nth-child(1), #menu .desktop-wrapper .right-wrapper .menu-item:nth-child(2) {
    margin-left: 100px
}

#menu .desktop-wrapper .left-wrapper .menu-item:nth-child(2), #menu .desktop-wrapper .left-wrapper .menu-item:nth-child(3) {
    margin-right: 100px
}

#menu .desktop-wrapper .dropdown-icon {
    color: #fff;
    position: relative;
    transform: rotate(180deg);
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    height: 22px;
    bottom: 6px
}

#menu .desktop-wrapper .right-wrapper .dropdown-icon {
    margin-right: 5px
}

#menu .desktop-wrapper .left-wrapper .dropdown-icon {
    margin-left: 5px
}

#menu .desktop-wrapper .menu-link {
    color: #000;
    font-size: 22px;
    transition: all 1s ease;
    line-height: 49px
}

#menu .desktop-wrapper .menu-link:hover {
    color: #f3ba80;
    text-decoration: none
}

#menu .desktop-wrapper .dropdown-item-hover:hover .dropdown-icon, #menu .desktop-wrapper .dropdown-item-hover:hover .menu-link {
    color: #f3ba80
}

#menu .mobile-wrapper .left-wrapper {
    display: inline-block
}

#menu .mobile-wrapper .right-wrapper {
    display: inline-block
}

#menu .dropdown-wrapper {
    display: none;
    min-width: 600px;
    padding: 40px;
    position: absolute;
    background: #181818;
    z-index: 200000;
    top: calc(100% + 4px);
}

#menu .desktop-wrapper .dropdown-item-hover:hover .dropdown-wrapper {
    display: block
}

#menu .dropdown-item-hover .dropdown-list {
    list-style: none;
    padding: 0;
    margin: 0
}

#menu .dropdown-item-hover .dropdown-list .item {
    line-height: 1
}

#menu .dropdown-item-hover .dropdown-list .dropdown-link {
    color: #fff;
    font-size: 22px;
    display: block;
    transition: all 1s ease
}

#menu .dropdown-item-hover .dropdown-list .item:not(.last-child) .dropdown-link {
    margin-bottom: 15px
}

#menu .dropdown-item-hover .dropdown-list .dropdown-link:hover {
    color: #f3ba80;
    text-decoration: none
}

#menu .dropdown-item-hover .dropdown-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

#menu .dropdown-item-hover .menu-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    display: block;
    width: 100%;
    height: 1px;
    background: #f4b686;
    transition: all 1s ease;
    opacity: 0
}

#menu .dropdown-item-hover:hover .menu-link::after {
    opacity: 1
}

#menuToggle {
    height: 45px;
    line-height: 45px
}

#menuToggle .hamburger-wrapper {
    margin: 13.5px 0
}

#menuToggle .line {
    width: 26px;
    height: 2px;
    background: #000;
    display: block;
    border-radius: 5px
}

#menuToggle .line:nth-child(2) {
    margin: 6px 0
}

#menuToggle.is-active .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg)
}

#menuToggle.is-active .line:nth-child(2) {
    opacity: 0
}

#menuToggle.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg)
}

#mobileMenu {
    position: fixed;
    display: block;
    height: 100vh;
    width: 220px;
    max-width: 220px;
    background: #1e1e1e;
    top: 0;
    right: -220px;
    z-index: 900000000000;
    box-shadow: 0 0 49px rgba(0, 0, 0, .1)
}

#mobileMenu .header-wrapper {
    padding: 5px 15px;
    border-bottom: 1px solid rgba(229, 229, 229, .15)
}

#mobileMenu .mobile-list-wrapper .mobile-list {
    list-style: none;
    padding: 0;
    margin: 0
}

#mobileMenu .mobile-list-wrapper .mobile-link {
    display: block;
    font-size: 20px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-bottom: 1px solid rgba(229, 229, 229, .15);
    padding: 0 15px
}

#mobileMenu .mobile-list-wrapper {
    max-height: calc(100vh - 63px);
    overflow-y: auto
}

#mobileMenu .mobile-list-wrapper .item {
    position: relative;
    transition: all 1s ease
}

#mobileMenu .mobile-list-wrapper .item:hover {
    background: rgba(229, 229, 229, .15)
}

#mobileMenu .mobile-list-wrapper .item:hover .mobile-link {
    text-decoration: none
}

#mobileMenu .mobile-list-wrapper .dropdown-btn {
    position: absolute;
    height: 50px;
    line-height: 50px;
    width: 50px;
    color: #fff;
    top: 0;
    left: 0;
    text-align: center;
    border-right: 1px solid rgba(229, 229, 229, .15);
    border-bottom: 1px solid rgba(229, 229, 229, .15);
    background: #1e1e1e;
    transition: 1s all ease
}

#mobileMenu .mobile-list-wrapper .dropdown-btn:hover {
    background: rgba(229, 229, 229, .07)
}

#mobileMenu .mobile-list-wrapper .dropdown-list-wrapper {
    display: none
}

#mobileMenu .mobile-list-wrapper .dropdown-list {
    padding: 0;
    margin: 0;
    list-style: none;
    border-right: 15px solid rgba(229, 229, 229, .15)
}

#mobileMenu .mobile-list-wrapper .dropdown-link {
    display: block;
    height: 40px;
    width: 100%;
    line-height: 40px;
    font-size: 17px;
    color: #fff;
    padding: 0 15px;
    border-bottom: 1px solid rgba(229, 229, 229, .15)
}

#mobileMenu .mobile-list-wrapper .dropdown-link:hover {
    text-decoration: none
}

#mobileMenu .dropdown-btn.is-active {
    border-bottom-width: 0
}

#mobileMenu .dropdown-btn .fas {
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out
}

#mobileMenu .dropdown-btn.is-active .fas {
    position: relative;
    transform: rotate(-90deg)
}

#body-wrapper {
    transform: translateX(0);
    transition: .3s ease-in;
    padding-top: 134px;
}

header.mobile-menu-open,
#body-wrapper.mobile-menu-open {
    transform: translateX(-220px);
    box-shadow: 10px 1px 15px #d7d7d7
}

#body-wrapper.mobile-menu-open {
    position: relative;
}

body.mobile-menu-open {
    overflow-x: hidden
}

#mobileMenu ::-webkit-scrollbar {
    width: 0;
    height: 0
}

#mobileMenu ::-webkit-scrollbar-button {
    width: 0;
    height: 0
}

#mobileMenu ::-webkit-scrollbar-thumb {
    background: #1e1e1e;
    border: 0 none #1e1e1e;
    border-radius: 0
}

#mobileMenu ::-webkit-scrollbar-thumb:hover {
    background: #1e1e1e
}

#mobileMenu ::-webkit-scrollbar-thumb:active {
    background: #1e1e1e
}

#mobileMenu ::-webkit-scrollbar-track {
    background: #1e1e1e;
    border: 0 none #1e1e1e;
    border-radius: 0
}

#mobileMenu ::-webkit-scrollbar-track:hover {
    background: #1e1e1e
}

#mobileMenu ::-webkit-scrollbar-track:active {
    background: #1e1e1e
}

#mobileMenu ::-webkit-scrollbar-corner {
    background: 0 0
}

#header {
    max-height: 635px;
    height: 635px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 100px;
    position: relative
}

#header .center-wrapper .xxl-title {
    font-size: 70px;
    color: #fff
}
#header .center-wrapper .slogen-list img,
#header .center-wrapper .sub-slogen-list img {
    position: relative;
    top: -6px;
    margin-left: 10px;
    max-width: 15px;
}
#header .center-wrapper .slogen-list,
#header .center-wrapper .sub-slogen-list {
    padding: 0;
    margin: 0;
    list-style: none
}

#header .center-wrapper .slogen {
    color: #f8c085;
    font-size: 28px
}

#header .form-wrapper {
    width: 100%;
    display: block;
    position: absolute;
    bottom: -72.5px;
    left: 50%;
    transform: translate(-50%, 0)
}

#header .form-wrapper .container {
    height: 145px;
    width: 100%;
    padding: 30px 35px;
    background: #fff;
    box-shadow: 0 0 49px rgba(0, 0, 0, .1)
}

#header .form-wrapper br {
    display: none !important
}

#header .form-wrapper .xl-title {
    font-size: 34px;
    display: inline-block;
    margin: 2.5px 0
}

#header .form-wrapper .black-color {
    color: #33383b
}

#header .form-wrapper .orange-color {
    display: block;
    color: #c3996d
}

#header .form-wrapper .arrows-wrapper {
    display: inline-block;
    vertical-align: top;
    height: 85px;
    line-height: 85px;
    margin: 0 25px
}

#header .form-wrapper .phone-wrapper {
    display: inline-block;
    vertical-align: top;
    height: 85px;
    line-height: 85px
}

#header .form-wrapper .phone-wrapper .icon {
    vertical-align: top;
    margin: 28px 0 30px 5px
}

#header .form-wrapper .phone-wrapper .text {
    font-size: 38px;
    font-family: Almoni-Tzar-AAA-Regular;
    color: #33383b
}

#header .form-wrapper .border-column {
    border-left: 2px solid #efefef
}

#header .form-wrapper .strong {
    font-size: 22px;
    color: #33383b;
    font-family: Almoni-Tzar-AAA-Regular;
    font-weight: 400
}

#header .form-wrapper .form-input {
    font-size: 16px;
    border: 2px solid #e0e0e0;
    width: 100%;
    height: 40px;
    margin-top: 12px;
    line-height: 40px;
    padding: 0 10px;
    color: #33383b;
    transition: all 1s ease
}

#header .form-wrapper .form-input:focus {
    outline: 0;
    border-color: #33383b
}

#header .form-wrapper .label {
    font-size: 17px;
    color: #454545;
    margin: 0;
    font-family: Almoni-Tzar-AAA-Regular;
    padding: 0 5px;
    background: #fff;
    position: absolute;
    right: 30px;
    line-height: 1;
    top: 4px;
    z-index: 2000
}

#header .form-wrapper .form-btn {
    background: #c3996d;
    color: #fff;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-top: 12px;
    height: 40px;
    border: none
}

#header .form-wrapper .form-btn:focus {
    outline: 0
}

#header .form-wrapper .padding-column {
    padding-right: 25px
}

.hvr-sweep-to-left:before {
    background: #33383b
}

#notFound {
    margin: 20px 0;
    background: url(../images/pic_404.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

#notFound .text-wrapper {
    padding: 180px 0
}

#notFound .xxl-title {
    font-size: 43px;
    color: #0b0c1e;
    display: block
}

#notFound .seperate-line {
    width: 52px;
    height: 2px;
    background: #0b0c1e;
    display: block;
    margin: 15px 0
}

#notFound .paragraph {
    font-size: 18px;
    color: #626262;
    margin-bottom: 0;
    font-family: Almoni-DL-AAA-Regular
}

#notFound .back-btn {
    font-size: 19px;
    color: #fff;
    background: #c3996d;
    padding: 15px 40px;
    margin-top: 20px;
    display: inline-block;
    white-space: nowrap
}

#notFound .back-btn:hover {
    text-decoration: none
}

#contact {
    margin: 20px 0;
    background: url(../images/pic_contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right
}

#contact .text-wrapper {
    padding: 80px 0
}

#contact .xxl-title {
    font-size: 43px;
    color: #0b0c1e;
    display: block;
    line-height: 1.2;
    margin-bottom: 0
}

#contact .left-column {
    padding-left: 7.5px
}

#contact .right-column {
    padding-right: 7.5px
}

#contact .small a {
    font-size: 43px;
    color: #d9a36b;
    display: block;
    line-height: 1.2;
    transition: all 1s ease;
    cursor: pointer
}

#contact .small a:hover {
    color: #0b0c1e;
    text-decoration: none
}

#contact .seperate-line {
    width: 52px;
    height: 2px;
    background: #0b0c1e;
    display: block;
    margin: 15px 0
}

#contact .paragraph {
    font-size: 18px;
    color: #626262;
    margin-bottom: 0;
    font-family: Almoni-DL-AAA-Regular
}

#contact .form-btn {
    font-size: 19px;
    color: #fff;
    background: #c3996d;
    padding: 15px 40px;
    display: inline-block;
    white-space: nowrap;
    border: none;
    outline: 0
}

#contact .input-form {
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: 0 0;
    border: 1px solid #000;
    color: #000;
    padding: 0 15px;
    font-size: 18px;
    font-family: Almoni-DL-AAA-Regular;
    transition: all 1s ease;
    display: block
}

#contact .input-form:focus {
    border-color: #c3996d;
    outline: 0
}

#contact .input-form.textarea {
    max-height: 150px;
    height: 100%
}

#contact .input-wrapper {
    margin-bottom: 15px
}

#contact .form-btn:hover {
    text-decoration: none
}

#contact .form-wrapper {
    margin-top: 20px;
    max-width: 450px;
    display: block
}

#contact ::-webkit-input-placeholder {
    color: #626262
}

#contact ::-moz-placeholder {
    color: #626262
}

#contact :-ms-input-placeholder {
    color: #626262
}

#contact :-moz-placeholder {
    color: #626262
}

#thanks {
    margin: 20px 0;
    background: url(../images/pic_thankyou.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right
}

#thanks .text-wrapper {
    padding: 180px 0
}

#thanks .xxl-title {
    font-size: 43px;
    color: #0b0c1e;
    display: block
}

#thanks .seperate-line {
    width: 52px;
    height: 2px;
    background: #0b0c1e;
    display: block;
    margin: 15px 0
}

#thanks .paragraph {
    font-size: 18px;
    color: #626262;
    margin-bottom: 0;
    font-family: Almoni-DL-AAA-Regular
}

#thanks .back-btn {
    font-size: 19px;
    color: #fff;
    background: #c3996d;
    padding: 15px 40px;
    margin-top: 20px;
    display: inline-block;
    white-space: nowrap
}

#thanks .back-btn:hover {
    text-decoration: none
}

#breadcrumbs {
    padding: 20px 0
}

#breadcrumbs .fas {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    vertical-align: middle
}

#breadcrumbs a, #breadcrumbs span {
    color: #232323;
    font-size: 17px;
    font-family: Almoni-DL-AAA-Regular;
    display: inline-block;
    line-height: 1;
    transition: all 1s ease
}

#breadcrumbs a:hover {
    text-decoration: none;
    opacity: .8
}

#breadcrumbs .breadcrumb_last {
    border-bottom: 1px solid #232323
}

#breadcrumbs.article-breadcrumbs {
    background: #f6f6f6
}

#breadcrumbs.article-breadcrumbs a {
    color: #0b0c1e !important
}

#breadcrumbs.article-breadcrumbs .breadcrumb_last {
    border-color: #0b0c1e !important
}

#page .header-wrapper {
    background: url(../images/main_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    text-align: center
}

#page .header-wrapper .xxl-title {
    font-size: 60px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1
}

#page .header-wrapper .title-wrapper {
    padding: 115px 0
}

#page .body-wrapper {
    padding: 30px 0;
    background: #f6f6f6
}

#page .widgets-wrapper .contact-widget-wrapper {
    padding: 30px;
    background: #fff;
    border-top: 2px solid #000;
    margin-bottom: 30px
}

#page .widgets-wrapper .contact-widget-wrapper .title {
    font-size: 28px;
    color: #0b0c1e;
    line-height: 1;
    word-break: break-all
}

#page .widgets-wrapper .contact-widget-wrapper .strong {
    font-weight: 400;
    font-family: Almoni-Tzar-AAA-Regular
}

#page .widgets-wrapper .contact-widget-wrapper .seperate-line {
    background: #ebebeb;
    height: 1px;
    width: 100%;
    margin: 15px 0
}

#page .widgets-wrapper .contact-widget-wrapper .form-wrapper .input-wrapper {
    position: relative;
    margin-top: 10px
}

#page .widgets-wrapper .contact-widget-wrapper .form-wrapper .form-input {
    font-size: 16px;
    border: 2px solid #e0e0e0;
    width: 100%;
    height: 40px;
    margin-top: 12px;
    line-height: 40px;
    padding: 0 10px;
    color: #33383b;
    transition: all 1s ease
}

#page .widgets-wrapper .contact-widget-wrapper .form-wrapper .form-input:focus {
    outline: 0;
    border-color: #33383b
}

#page .widgets-wrapper .contact-widget-wrapper .form-wrapper .label {
    font-size: 17px;
    color: #7d7d7d;
    margin: 0;
    font-family: Almoni-Tzar-AAA-Regular;
    padding: 0 5px;
    background: #fff;
    position: absolute;
    right: 15px;
    line-height: 1;
    top: 4px;
    z-index: 200000
}

#page .widgets-wrapper .contact-widget-wrapper .form-wrapper br {
    display: none !important
}

#page .widgets-wrapper .contact-widget-wrapper .text {
    font-size: 18px;
    line-height: 1;
    font-family: Almoni-DL-AAA-Regular;
    color: #626262
}

#page .widgets-wrapper .contact-widget-wrapper .form-wrapper .form-btn {
    background: #c3996d;
    color: #fff;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    height: 50px;
    border: none
}

#page .widgets-wrapper .contact-widget-wrapper .form-wrapper .form-btn:focus {
    outline: 0
}

#page .widgets-wrapper .contact-widget-wrapper .form-wrapper .lnr {
    vertical-align: middle
}

#page .orange-color {
    color: #d9a36b;
    display: inline-block
}

#page .widgets-wrapper .list-widget-wrapper {
    background: #fff;
    padding: 0 30px;
    border-top: 2px solid #000
}

#page .widgets-wrapper .list-widget-wrapper .lg-title {
    font-size: 28px;
    color: #2e363c;
    padding: 20px 0;
    line-height: 1;
    margin-bottom: 0
}

#page .widgets-wrapper .list-widget-wrapper .list-wrapper {
    list-style: none;
    padding: 0;
    margin: 0
}

#page .widgets-wrapper .list-widget-wrapper .item {
    padding: 15px 10px;
    display: block;
    border-top: 1px solid #ebebeb;
    transition: all 1s ease;
    cursor: pointer
}

#page .widgets-wrapper .list-widget-wrapper .item:hover {
    background: #f6f6f6
}

#page .widgets-wrapper .list-widget-wrapper a {
    display: block
}

#page .widgets-wrapper .list-widget-wrapper a:hover {
    text-decoration: none
}

#page .widgets-wrapper .list-widget-wrapper .text {
    font-size: 21px;
    margin-bottom: 0;
    color: #2c2b34;
    vertical-align: middle;
    line-height: 1;
    padding-top: 1px;
    display: block;
    transition: .3s ease 0s
}

#page .widgets-wrapper .list-widget-wrapper a:hover .text {
    transform: translateX(-10px)
}

#page .widgets-wrapper .list-widget-wrapper .arrow {
    font-size: 19px;
    margin-bottom: 0;
    color: #2c2b34;
    vertical-align: middle;
    line-height: 1
}

#page .body-wrapper .blog-wrapper {
    padding: 35px;
    background: #fff;
    margin-bottom: 30px;
    transition: .3s ease 0s
}

#page .body-wrapper .blog-wrapper:hover {
    transform: translateY(-5px)
}

#page .body-wrapper .blog-wrapper .xl-title {
    color: #2e363c;
    font-size: 36px;
    margin-bottom: 0;
    display: block;
    line-height: 1;
    transition: all 1s ease
}

#page .body-wrapper .blog-wrapper:hover .xl-title {
    color: #c3996d
}

#page .body-wrapper .blog-wrapper .text {
    display: inline-block;
    vertical-align: middle
}

#page .body-wrapper .blog-wrapper .lnr {
    margin-left: 5px;
    vertical-align: middle
}

#page .body-wrapper .blog-wrapper .date {
    font-size: 16px;
    font-family: Almoni-DL-AAA-Regular;
    color: #232323;
    display: inline-block;
    padding: 2px 5px;
    background: #f6f6f6;
    margin: 10px 0
}

#page .body-wrapper .blog-wrapper .paragraph {
    font-size: 18px;
    font-family: Almoni-DL-AAA-Regular;
    color: #626262;
    margin-bottom: 0
}

#page .body-wrapper .blog-wrapper .read-btn {
    background: #c3996d;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    border: none;
    padding: 6px 25px;
    display: inline-block;
    white-space: nowrap
}

#page .body-wrapper .blog-wrapper .read-btn:hover {
    text-decoration: none
}

#page .body-wrapper .blog-wrapper .image-wrapper {
    width: 100%;
    height: 100%;
    display: block;
}

#page .body-wrapper .category-wrapper {
    padding: 65px 30px;
    background: #fff
}

#page .body-wrapper .article-wrapper {
    padding: 65px 30px;
    background: #fff
}

#page .body-wrapper .category-wrapper h2 {
    font-size: 26px;
    color: #0b0c1e;
    line-height: 1;
    margin-bottom: 10px;
    display: block
}

#page .body-wrapper .category-wrapper p {
    font-size: 18px;
    font-family: Almoni-DL-AAA-Regular;
    color: #626262;
    margin: 5px 0;
    display: block
}

#page .body-wrapper .category-wrapper h1, #page .body-wrapper .category-wrapper h2, #page .body-wrapper .category-wrapper h3, #page .body-wrapper .category-wrapper h4, #page .body-wrapper .category-wrapper h5, #page .body-wrapper .category-wrapper h6 {
    margin-bottom: 0
}

#page .body-wrapper .category-wrapper ul {
    font-size: 18px;
    font-family: Almoni-DL-AAA-Regular;
    color: #626262;
    margin: 5px 0 5px 5px;
    padding-right: 25px;
    display: block
}

#page .body-wrapper .category-wrapper h3 {
    margin: 10px 0;
    display: inline-block;
    line-height: 1;
    font-size: 24px;
    color: #d9a36b;
    padding-bottom: 1px;
    border-bottom: 1px solid #d9a36b
}

#page .body-wrapper .categories-wrapper {
    padding: 20px 0;
    margin: 20px 0;
    border-top: 2px solid #232323;
    border-bottom: 2px solid #ebebeb
}

#page .body-wrapper .categories-wrapper a:hover {
    text-decoration: none
}

#page .body-wrapper .categories-wrapper .md-title {
    font-size: 24px;
    color: #1a1c24;
    margin-bottom: 20px
}

#page .body-wrapper .categories-wrapper .block-wrapper {
    padding: 15px;
    background: #f6f6f6
}

#page .body-wrapper .categories-wrapper .sm-title {
    font-size: 16px;
    color: #2e363c;
    font-family: Almoni-DL-AAA-Bold;
    line-height: 1;
    margin-bottom: 6px;
    display: block;
    transition: all 1s ease
}

#page .body-wrapper .categories-wrapper .block-wrapper:hover .sm-title {
    color: #d9a36b
}

#page .body-wrapper .categories-wrapper .date {
    font-size: 14px;
    color: #626262;
    font-family: Almoni-DL-AAA-Regular;
    margin-bottom: 0;
    line-height: 1;
    display: block
}

#page .body-wrapper .categories-wrapper .three-first-columns {
    margin-bottom: 20px
}

#page .body-wrapper .categories-wrapper .padding-left-none {
    padding-left: 0 !important
}

#page .body-wrapper .category-wrapper img {
    max-width: 100%;
    height: auto
}

#page .body-wrapper .category-wrapper a:not(.prev-btn):not(.social-btn) {
    color: #000;
    text-decoration: underline
}

#page .body-wrapper .categories-wrapper .image-wrapper {
    width: 100%;
    height: 100%;
    display: block;
}

#page .body-wrapper .contact-wrapper {
    background: #f6f6f6;
    padding: 20px 25px;
    border: 10px solid #ebebeb;
    margin-top: 60px;
    position: relative
}

#page .body-wrapper .contact-wrapper br {
    display: none !important
}

#page .body-wrapper .contact-wrapper::after {
    content: '';
    display: block;
    border-color: #f6f6f6 transparent;
    border-style: solid;
    border-width: 0 15px 30px 15px;
    height: 0;
    width: 0;
    position: absolute;
    top: -30px;
    right: 30px
}

#page .body-wrapper .contact-wrapper::before {
    content: '';
    display: block;
    border-color: #ebebeb transparent;
    border-style: solid;
    border-width: 0 25px 40px 25px;
    height: 0;
    width: 0;
    position: absolute;
    top: -45px;
    right: 20px
}

#page .body-wrapper .sitemap-link {
    font-size: 19px;
    color: #808284;
    font-family: Almoni-DL-AAA-Regular;
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #ededed;
    transition: all 1s ease
}

#page .body-wrapper .sitemap-link:hover {
    text-decoration: none;
    opacity: .7
}

#page .body-wrapper .sitemap-list .item:not(.last-child) {
    margin-bottom: 15px
}

#page .body-wrapper .sitemap-list {
    list-style: none;
    padding: 0;
    margin: 0
}

#page .body-wrapper .sitemap-title {
    font-size: 21px;
    color: #33383b;
    font-family: Almoni-Tzar-AAA-Regular
}

#page .body-wrapper .sitemap-title:hover {
    color: #33383b;
    text-decoration: none
}

#page .body-wrapper .contact-wrapper .title {
    font-size: 26px;
    color: #0b0c1e;
    line-height: 1;
    word-break: break-all
}

#page .body-wrapper .contact-wrapper .strong {
    font-weight: 400;
    font-family: Almoni-Tzar-AAA-Regular
}

#page .body-wrapper .contact-wrapper .form-wrapper {
    margin-top: 10px;
    display: block
}

#page .body-wrapper .contact-wrapper .form-input {
    font-size: 16px;
    border: 1px solid #000;
    background: 0 0;
    width: 100%;
    height: 40px;
    margin-top: 12px;
    line-height: 40px;
    padding: 0 10px;
    color: #33383b;
    transition: all 1s ease
}

#page .body-wrapper .contact-wrapper .form-input:focus {
    outline: 0;
    border-color: #888
}

#page .body-wrapper .contact-wrapper .label {
    font-size: 17px;
    color: #888;
    margin: 0;
    font-family: Almoni-Tzar-AAA-Regular;
    padding: 0 5px;
    background: #f6f6f6;
    position: absolute;
    right: 30px;
    line-height: 1;
    top: 4px;
    z-index: 2000
}

#page .body-wrapper .contact-wrapper .form-btn {
    background: #c3996d;
    color: #fff;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-top: 12px;
    height: 40px;
    border: none
}

#page .body-wrapper .contact-wrapper .form-btn:focus {
    outline: 0
}

#page .body-wrapper .article-wrapper h1, #page .body-wrapper .article-wrapper h2, #page .body-wrapper .article-wrapper h3, #page .body-wrapper .article-wrapper h4, #page .body-wrapper .article-wrapper h5, #page .body-wrapper .article-wrapper h6 {
    margin-bottom: 0
}

#page .body-wrapper .article-wrapper p {
    font-size: 18px;
    font-family: Almoni-DL-AAA-Regular;
    color: #626262;
    margin: 5px 0;
    display: block
}

#page .body-wrapper .article-wrapper ul {
    font-size: 18px;
    font-family: Almoni-DL-AAA-Regular;
    color: #626262;
    margin: 5px 0 5px 5px;
    padding-right: 25px;
    display: block
}

#page .body-wrapper .article-wrapper img {
    max-width: 100%;
    height: auto
}

#page .body-wrapper .article-wrapper a:not(.prev-btn):not(.social-btn) {
    color: #000;
    text-decoration: underline
}

#page .body-wrapper .article-wrapper .light-paragraph {
    font-size: 22px;
    font-family: Almoni-Tzar-AAA-Light;
    color: #0b0c1e
}

#page .body-wrapper .article-wrapper h3 {
    margin: 10px 0;
    display: inline-block;
    line-height: 1;
    font-size: 24px;
    color: #d9a36b;
    padding-bottom: 1px;
    border-bottom: 1px solid #d9a36b
}

#page .body-wrapper .article-wrapper u {
    font-size: 18px;
    color: #232323;
    font-family: Almoni-DL-AAA-Bold
}

#page .body-wrapper .article-wrapper h4 {
    margin: 10px 0;
    display: inline-block;
    line-height: 1;
    font-size: 24px;
    color: #d9a36b;
    padding-bottom: 1px
}

#page .body-wrapper .article-wrapper h4::after {
    content: '';
    display: block;
    width: 40%;
    height: 1px;
    background: #d9a36b;
    position: relative
}

#page .body-wrapper .article-wrapper .title-wrapper {
    border-bottom: 2px solid #ebebeb
}

#page .body-wrapper .article-wrapper .xl-title {
    font-size: 44px;
    color: #2e363c;
    display: block;
    line-height: 1;
    margin-bottom: 0
}

#page .body-wrapper .article-wrapper .datetime {
    font-size: 16px;
    font-family: Almoni-DL-AAA-Regular;
    color: #232323;
    display: inline-block;
    padding: 2px 5px;
    background: #f6f6f6;
    margin: 10px 0
}

#page .body-wrapper .article-wrapper .lnr {
    margin-left: 5px;
    vertical-align: middle
}

#page .body-wrapper .article-wrapper .text {
    display: inline-block;
    vertical-align: middle
}

#page .body-wrapper .article-wrapper .main-image-wrapper {
    margin: 20px 0
}

#page .body-wrapper .article-wrapper .main-image-wrapper .img-fluid {
    width: 100%
}

#page .body-wrapper .article-wrapper .prev-btn {
    background: #232323;
    color: #fff;
    font-size: 19px;
    text-align: center;
    border: none;
    padding: 10px 25px;
    display: inline-block;
    white-space: nowrap
}

#page .body-wrapper .article-wrapper .prev-btn:hover {
    text-decoration: none
}

#page .body-wrapper .article-wrapper .socials-wrapper {
    margin-top: 20px
}

#page .body-wrapper .article-wrapper .social-btn {
    color: #d9a36b;
    border: 1px solid #d9a36b;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    transition: all 1s ease
}

#page .body-wrapper .article-wrapper .social-btn:hover {
    background: #d9a36b;
    color: #fff;
    text-decoration: none
}

#page .body-wrapper .article-wrapper .right-wrapper {
    width: calc(100% - 40px - 34px);
    display: inline-block
}

#page .body-wrapper .article-wrapper .left-wrapper {
    width: 40px;
    display: inline-block;
    margin-right: 30px;
    vertical-align: top
}

#page .body-wrapper .sitemap-seperate-line {
    background: #e4e3e3;
    height: 1px;
    width: 100%;
    position: relative;
    margin-bottom: 30px
}

#page .body-wrapper .sitemap-seperate-line::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    top: 0;
    right: 0;
    background: #c3996d
}

#page #breadcrumbs {
    padding: 10px 0;
    text-align: right
}

#page #breadcrumbs a {
    color: #fff
}

#page #breadcrumbs:not(.article-breadcrumbs) .breadcrumb_last {
    border-bottom-color: #fff;
    color: #fff
}

#page #breadcrumbs:not(.article-breadcrumbs) .fas {
    color: #fff
}

#pagination {
    margin-top: 30px
}

#pagination .pagination-list {
    padding: 0;
    margin: 0;
    list-style: none
}

#pagination .item {
    display: inline-block
}

#pagination .number {
    padding: 10px 15px;
    font-size: 16px;
    color: #565658;
    font-family: Almoni-DL-AAA-Regular;
    margin-left: 10px;
    line-height: 1;
    transition: all 1s ease;
    border: 1px solid transparent
}

#pagination .item:not(.active):hover .number {
    border-color: #c3996d;
    text-decoration: none
}

#pagination .item.active .number {
    border-color: #000
}

#pagination .next-btn {
    font-family: Almoni-DL-AAA-Regular;
    font-size: 16px;
    padding: 10px 20px;
    line-height: 1;
    margin-bottom: 0;
    display: inline-block;
    color: #fff;
    background: #232323
}

#pagination .next-btn:hover {
    text-decoration: none
}

#pagination .next-btn .lnr {
    vertical-align: middle
}

#services {
    padding: 65px 0;
    text-align: center
}

#services .xl-title {
    font-size: 48px;
    color: #33383b
}

#services .services-wrapper {
    margin-top: 35px
}

#services .small-block-wrapper {
    padding: 20px;
    background: #f0f0f0;
    text-align: right;
    transition: all 1s ease;
    cursor: pointer
}

#services .small-block-wrapper .lg-title {
    font-size: 38px;
    color: #33383b;
    display: block;
    margin-bottom: 0;
    transition: all 1s ease
}

#services .small-block-wrapper .paragraph {
    font-size: 17px;
    font-family: Almoni-Tzar-AAA-Regular;
    color: rgba(51, 56, 59, .7);
    padding: 10px 0 20px 0;
    transition: all 1s ease
}

#services .small-block-wrapper .readmore-wrapper {
    padding-top: 20px;
    border-top: 1px solid #e1e1e1
}

#services .read-btn {
    display: block;
    transition: all 1s ease
}

#services .read-btn:hover {
    opacity: .6;
    text-decoration: none
}

#services .small-block-wrapper .read-text {
    font-size: 20px;
    color: #33383b;
    font-family: Almoni-Tzar-AAA-Regular;
    display: block;
    transition: all 1s ease
}

#services .small-block-wrapper .arrow-wrapper {
    margin: 3px 0
}

#services .huge-block-wrapper {
    height: 400px;
    position: relative;
    text-align: right;
    overflow: hidden;
    cursor: pointer
}

#services .block-height-auto {
    height: 191px
}

#services .huge-block-wrapper .background-wrapper {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1s ease;
}

#services .huge-block-wrapper:hover .background-wrapper {
    transform: scale(1.2)
}

#services .huge-block-wrapper::after {
    content: '';
    position: absolute;
    display: block;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: url(../images/shadow1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom
}

#services .huge-block-wrapper.block-height-auto::after {
    background: url(../images/shadow2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom
}

#services .huge-block-wrapper .text-wrapper {
    position: absolute;
    z-index: 10;
    padding: 20px;
    width: 100%;
    bottom: 0;
    right: 0
}

#services .huge-block-wrapper.block-height-auto .text-wrapper {
    position: relative
}

#services .huge-block-wrapper .lg-title {
    font-size: 38px;
    color: #fff;
    display: block;
    margin-bottom: 0;
    line-height: 1
}

#services .huge-block-wrapper .paragraph {
    font-size: 17px;
    font-family: Almoni-Tzar-AAA-Regular;
    color: rgba(255, 255, 255, .7);
    padding: 10px 0 20px 0
}

#services .huge-block-wrapper .readmore-wrapper {
    padding-top: 20px;
    border-top: 1px solid #e1e1e1
}

#services .huge-block-wrapper .read-text {
    font-size: 20px;
    color: #fff;
    font-family: Almoni-Tzar-AAA-Regular;
    display: block
}

#services .block-margin-top {
    margin-top: 30px
}

#services .block-margin-bottom {
    margin-bottom: 30px
}

#about .about-wrapper {
    position: relative
}

#about .about-wrapper.about-right-wrapper::before {
    content: '';
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    right: -15px;
    top: 0;
    background: #f3f3f3
}

#about .about-wrapper.about-right-wrapper::after {
    content: '';
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    left: -15px;
    top: 0;
    background: url(../images/about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right
}

#about .about-wrapper.about-left-wrapper::before {
    content: '';
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    left: -15px;
    top: 0;
    background: #f3f3f3
}

#about .about-wrapper.about-left-wrapper::after {
    content: '';
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    right: -15px;
    top: 0;
}

#about .about-wrapper .text-wrapper {
    position: relative;
    z-index: 10;
}

#about .about-wrapper.about-right-wrapper .text-wrapper {
    padding: 60px 15px 60px 60px
}

#about .about-wrapper.about-left-wrapper .text-wrapper {
    padding: 60px 60px 60px 15px
}

#about .about-wrapper .text-column {
    padding-right: 0
}

#about .about-wrapper .xl-title {
    color: #33383b;
    font-size: 46px;
    margin-bottom: 0
}

#about .about-wrapper .md-title {
    color: #33383b;
    font-size: 24px;
    margin: 10px 0
}

#about .about-wrapper .paragraph {
    font-size: 18px;
    color: rgba(51, 56, 59, .7);
    font-family: Almoni-Tzar-AAA-Regular;
    display: block
}

#about .about-wrapper .read-btn {
    color: #fff;
    background: #c3996d;
    font-size: 18px;
    display: inline-block;
    font-family: Almoni-Tzar-AAA-Regular;
    margin-top: 10px;
    padding: 8px 25px 7px 25px
}

#about .about-wrapper .read-btn:hover {
    text-decoration: none
}

#about .services-wrapper {
    margin: 65px 0;
    background: #303030;
    text-align: center;
    padding: 20px 0
}

#about .services-wrapper .block-wrapper {
    padding: 20px
}

#about .services-wrapper .column-border {
    border-left: 1px solid rgba(69, 69, 76, .7)
}

#about .services-wrapper .first-column {
    border-right: 1px solid rgba(69, 69, 76, .7)
}

#about .services-wrapper .block-wrapper .md-title {
    font-size: 22px;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 0
}

#about .services-wrapper .block-wrapper .paragraph {
    font-size: 16px;
    color: rgba(255, 255, 255, .43);
    font-family: Almoni-Tzar-AAA-Regular;
    margin-bottom: 0
}

#articles {
    margin-top: 65px;
    padding: 65px 0;
    text-align: center;
    background: url(../images/articles.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

#articles .xl-title {
    font-size: 48px;
    color: #fff;
    margin-bottom: 35px
}

#articles .articles-wrapper {
    position: relative
}

#articles .right-arrow {
    font-size: 32px;
    color: #fff;
    display: block;
    position: absolute;
    z-index: 200;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 1s ease;
    cursor: pointer
}

#articles .left-arrow {
    font-size: 32px;
    color: #fff;
    display: block;
    position: absolute;
    z-index: 200;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 1s ease;
    cursor: pointer
}

#articles .left-arrow:hover, #articles .right-arrow:hover {
    color: #c3996d
}

#articles .owl-dots {
    margin-top: 20px;
    display: block
}

#articles .owl-nav {
    height: 0 !important
}

#articles button:focus {
    outline: 0 !important
}

#articles .owl-dots .owl-dot {
    width: 7px;
    height: 7px;
    background: #8e8d8d;
    display: inline-block;
    margin: 0 2.5px;
    transition: all 1s ease;
    cursor: pointer;
    padding: 0 !important
}

#articles .owl-dots .owl-dot:not(.active):hover {
    opacity: .5
}

#articles .owl-dots .owl-dot.active {
    background: #fff
}

#articles .article-wrapper {
    height: 400px;
    position: relative;
    text-align: right;
    overflow: hidden;
    cursor: pointer;
    transition: .3s ease 0s
}

#articles .article-wrapper:hover {
    transform: translateY(-5px)
}

#articles .article-wrapper a {
    display: block;
    transition: all 1s ease
}

#articles .article-wrapper a:hover {
    text-decoration: none;
    opacity: .6
}

#articles .article-wrapper .background-wrapper {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1s ease;
}

#articles .article-wrapper:hover .background-wrapper {
    transform: scale(1.2)
}

#articles .article-wrapper::after {
    content: '';
    position: absolute;
    display: block;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: url(../images/shadow_article.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom
}

#articles .article-wrapper .text-wrapper {
    position: absolute;
    z-index: 10;
    padding: 20px;
    width: 100%;
    bottom: 0;
    right: 0
}

#articles .article-wrapper .lg-title {
    font-size: 38px;
    color: #fff;
    display: block;
    margin-bottom: 0;
    line-height: 1
}

#articles .article-wrapper .paragraph {
    font-size: 17px;
    font-family: Almoni-Tzar-AAA-Regular;
    color: rgba(255, 255, 255, .7);
    padding: 10px 0 20px 0
}

#articles .article-wrapper .readmore-wrapper {
    padding-top: 20px;
    border-top: 1px solid #e1e1e1
}

#articles .article-wrapper .read-text {
    font-size: 20px;
    color: #fff;
    font-family: Almoni-Tzar-AAA-Regular;
    display: block
}

#articles .owl-carousel .owl-item img {
    width: auto;
    display: inline-block
}

#owl-slider {
    padding: 0 45px
}

#footer {
    margin-top: 20px
}

#footer .header-wrapper {
    background: #f6f6f6;
    text-align: center
}

#footer .header-wrapper .block-wrapper {
    padding: 20px
}

#footer .header-wrapper .column-border {
    border-left: 1px solid rgba(69, 69, 76, .12)
}

#footer .header-wrapper .block-wrapper .md-title {
    font-size: 22px;
    color: #33383b;
    padding: 10px 0 0 0;
    margin-bottom: 0;
    font-family: Almoni-Tzar-AAA-Regular
}

#footer .header-wrapper .block-wrapper .paragraph {
    font-size: 17px;
    color: #808284;
    font-family: Almoni-Tzar-AAA-Regular;
    margin-bottom: 0;
    display: block;
    word-break: break-all
}

#footer .header-wrapper .first-column {
    border-right: 1px solid rgba(69, 69, 76, .12)
}

#footer .footer-wrapper {
    padding: 75px 0 25px 0;
    text-align: right
}

#footer .footer-wrapper .lg-title {
    font-size: 21px;
    color: #33383b;
    font-family: Almoni-Tzar-AAA-Regular
}

#footer .footer-wrapper .seperate-line {
    background: #e4e3e3;
    height: 1px;
    width: 100%;
    position: relative;
    margin-bottom: 30px
}

#footer .footer-wrapper .seperate-line::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    top: 0;
    right: 0;
    background: #c3996d
}

#footer .footer-wrapper .footer-list {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-wrapper .footer-link {
    font-size: 19px;
    color: #808284;
    font-family: Almoni-DL-AAA-Regular;
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #ededed;
    transition: all 1s ease
}

#footer .footer-wrapper .footer-link:hover {
    color: #33383b;
    text-decoration: none
}

#footer .footer-wrapper .footer-list .item:not(.last-child) {
    margin-bottom: 15px
}

#footer .footer-wrapper .articles-list {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-wrapper .articles-list .item:not(.last-child) {
    margin-bottom: 15px
}

#footer .footer-wrapper .articles-list .item {
    cursor: pointer
}

#footer .footer-wrapper .articles-list .image-wrapper {
    height: 48px;
    width: 48px;
    margin-left: 15px;
    display: inline-block
}

#footer .footer-wrapper .articles-list .sm-title {
    color: #33383b;
    font-size: 18px;
    font-family: Almoni-DL-AAA-Bold;
    margin-bottom: 0;
    line-height: .8;
    transition: all 1s ease
}

#footer .footer-wrapper .articles-list .sm-title:hover {
    color: #c3996d
}

#footer .footer-wrapper .articles-list .text-wrapper {
    width: calc(100% - 52px - 15px);
    display: inline-block;
    vertical-align: top
}

#footer .footer-wrapper .articles-list .text-wrapper .title-link {
    display: block
}

#footer .footer-wrapper .articles-list .text-wrapper .title-link:hover {
    text-decoration: none
}

#footer .footer-wrapper .articles-list .small {
    font-size: 14px;
    color: #626262;
    font-family: Almoni-DL-AAA-Regular
}

#footer .footer-wrapper .social-wrapper {
    text-align: center;
    margin-top: 20px
}

#footer .footer-wrapper .social-wrapper .social-link {
    background: #f6f6f6;
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    color: #a3a3a3;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin: 0 2.5px;
    transition: all 1s ease
}

#footer .footer-wrapper .social-wrapper .social-link:hover {
    background: #33383b;
    color: #fff
}

#credits {
    padding: 10px 0;
    border-top: 1px solid #ebebeb
}

#credits .text {
    color: #33383b;
    font-size: 16px;
    font-family: Almoni-DL-AAA-Regular;
    display: inline-block
}

#credits .logo-wrapper {
    display: inline-block;
    margin-right: 15px
}

::selection {
    background: #c3996d;
    color: #fff !important
}

::-moz-selection {
    background: #c3996d;
    color: #fff !important
}

.english {
    font-family: Almoni-DL-AAA-Regular !important
}

.header-spacing {
    margin-top: 72.5px
}

.desktop-wrapper {
    display: block !important
}

.mobile-wrapper {
    display: none !important
}

@media (min-width: 1500px) {
    .container {
        max-width: 1360px !important
    }
}

@media (max-width: 1500px) {
    #header .form-wrapper .arrows-wrapper {
        margin: 7.5px 10px;
        height: 70px;
        line-height: 70px
    }

    #header .form-wrapper .phone-wrapper .text {
        font-size: 29px
    }

    #header .form-wrapper .xl-title {
        font-size: 31px;
        margin: 5.5px 0
    }

    #services .block-height-auto {
        height: 216px
    }
}

@media (min-width: 1200px) {
    #page .body-wrapper .blog-wrapper:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 1200px) {
    #pagination {
        margin-bottom: 30px
    }

    #page .widgets-wrapper .contact-widget-wrapper {
        margin-bottom: 0
    }

    #page .body-wrapper .article-wrapper, #page .body-wrapper .category-wrapper {
        margin-bottom: 30px;
        padding: 50px 30px
    }

    #notFound .text-wrapper {
        padding: 140px 0
    }

    #thanks .text-wrapper {
        padding: 140px 0
    }

    #footer .footer-wrapper {
        padding: 60px 0 20px 0
    }

    #footer .footer-wrapper .footer-link, #page .body-wrapper .sitemap-link {
        font-size: 17px
    }

    #footer .footer-wrapper .footer-list .item:not(.last-child), #page .body-wrapper .sitemap-list .item:not(.last-child) {
        margin-bottom: 10px
    }

    #footer .footer-wrapper .seperate-line, #page .body-wrapper .sitemap-seperate-line {
        margin-bottom: 20px
    }

    #footer .footer-wrapper .articles-list .sm-title {
        font-size: 16px
    }

    #services .huge-block-wrapper:not(.block-height-auto) {
        height: 300px
    }

    #menu .desktop-wrapper .menu-link {
        font-size: 19px
    }

    #menu .desktop-wrapper .right-wrapper .menu-item:nth-child(1), #menu .desktop-wrapper .right-wrapper .menu-item:nth-child(2) {
        margin-left: 40px
    }

    #menu .desktop-wrapper .left-wrapper .menu-item:nth-child(2), #menu .desktop-wrapper .left-wrapper .menu-item:nth-child(3) {
        margin-right: 40px
    }

    #menu .desktop-wrapper .meeting-btn {
        font-size: 17px;
        padding: 5px 12px 4px 12px
    }

    #menu .desktop-wrapper .phone-wrapper .text {
        font-size: 17px
    }

    #menu .desktop-wrapper .phone-wrapper .phone-link {
        font-size: 17px
    }

    #menu .dropdown-item-hover .dropdown-list .item:not(.last-child) .dropdown-link {
        margin-bottom: 10px
    }

    #menu .dropdown-item-hover .dropdown-list .dropdown-link {
        font-size: 20px
    }
}

@media (min-width: 991px) {
    #mobileMenu {
        right: -220px !important
    }

    body.mobile-menu-open {
        overflow-x: visible
    }

    #body-wrapper.mobile-menu-open {
        transform: translateX(0);
        box-shadow: none
    }

    body, html {
        overflow: visible !important
    }
}

@media (max-width: 991px) {
    #body-wrapper {
        overflow-x: hidden
    }

    #page .header-wrapper .title-wrapper {
        padding: 80px 0
    }

    #page .body-wrapper .article-wrapper .prev-btn {
        font-size: 18px
    }

    #page .body-wrapper .article-wrapper .xl-title {
        font-size: 38px
    }

    #page .header-wrapper .xxl-title {
        font-size: 56px
    }

    #page .body-wrapper .blog-wrapper .xl-title {
        font-size: 34px
    }

    #page .body-wrapper .blog-wrapper .paragraph {
        font-size: 17px
    }

    #page .body-wrapper .blog-wrapper .read-btn {
        padding: 5px 20px;
        font-size: 17px
    }

    #page .body-wrapper .blog-wrapper {
        padding: 30px
    }

    #page .body-wrapper .article-wrapper .right-wrapper {
        width: 100%;
        display: block
    }

    #page .body-wrapper .article-wrapper .left-wrapper {
        display: none !important
    }

    #page .body-wrapper .article-wrapper, #page .body-wrapper .category-wrapper {
        padding: 30px
    }

    #page .body-wrapper .article-wrapper p, #page .body-wrapper .article-wrapper u, #page .body-wrapper .article-wrapper ul, #page .body-wrapper .category-wrapper p, #page .body-wrapper .category-wrapper ul {
        font-size: 17px
    }

    #page .body-wrapper .article-wrapper .light-paragraph {
        font-size: 20px
    }

    #page .body-wrapper .category-wrapper h2 {
        font-size: 24px
    }

    #page .body-wrapper .article-wrapper h3, #page .body-wrapper .article-wrapper h4, #page .body-wrapper .category-wrapper h3 {
        font-size: 22px
    }

    #page .body-wrapper .categories-wrapper .sm-title {
        font-size: 15px
    }

    #page .body-wrapper .categories-wrapper .block-wrapper {
        padding: 10px
    }

    #page .body-wrapper .categories-wrapper .md-title {
        margin-bottom: 15px
    }

    #page .body-wrapper .categories-wrapper .three-first-columns {
        margin-bottom: 15px
    }

    #page .body-wrapper .categories-wrapper {
        padding: 15px 0
    }

    #page .body-wrapper .contact-wrapper .title {
        font-size: 24px
    }

    #page .body-wrapper .categories-wrapper .md-title {
        font-size: 23px
    }

    #notFound .text-wrapper {
        padding: 120px 0
    }

    #thanks .text-wrapper {
        padding: 120px 0
    }

    #credits {
        background: #f6f6f6
    }

    #credits .text {
        color: #7d8a95
    }

    #footer .footer-wrapper {
        padding: 50px 0 20px 0
    }

    #footer .header-wrapper .column-border, #footer .header-wrapper .first-column {
        border: none
    }

    #footer .footer-wrapper .footer-list .item:not(.last-child), #page .body-wrapper .sitemap-list .item:not(.last-child) {
        margin-bottom: 5px
    }

    #footer .header-wrapper .column-border:nth-child(1) {
        border-left: 1px solid rgba(69, 69, 76, .12);
        border-bottom: 1px solid rgba(69, 69, 76, .12)
    }

    #footer .header-wrapper .column-border:nth-child(2) {
        border-bottom: 1px solid rgba(69, 69, 76, .12)
    }

    #footer .header-wrapper .column-border:nth-child(3) {
        border-left: 1px solid rgba(69, 69, 76, .12)
    }

    #articles {
        margin-top: 50px;
        padding: 50px 0
    }

    #articles .article-wrapper {
        height: 350px
    }

    #articles .xl-title {
        font-size: 42px
    }

    #about .services-wrapper {
        margin: 50px 0
    }

    #articles .article-wrapper .lg-title {
        font-size: 34px
    }

    #articles .article-wrapper .paragraph {
        font-size: 16px
    }

    #articles .article-wrapper .read-text {
        font-size: 19px
    }

    #articles .arrow-wrapper .img-fluid {
        padding: 2px 0
    }

    #about .about-wrapper.about-left-wrapper .text-wrapper, #about .about-wrapper.about-right-wrapper .text-wrapper {
        padding: 50px 25px
    }

    #about .about-wrapper.about-right-wrapper::after {
        left: unset !important;
        right: -15px;
        position: relative;
        height: 400px;
        width: calc(100% + 30px)
    }

    #about .about-wrapper.about-right-wrapper::before {
        width: 100%;
        width: calc(100% + 30px);
        right: unset !important;
        left: -15px
    }

    #about .about-wrapper.about-left-wrapper::after {
        left: unset !important;
        right: -15px;
        position: relative;
        height: 400px;
        width: calc(100% + 30px)
    }

    #about .about-wrapper.about-left-wrapper::before {
        width: 100%;
        width: calc(100% + 30px);
        left: unset !important;
        right: -15px
    }

    #about .image-wrapper {
        width: 56px;
        height: 56px;
        display: inline-block;
        margin-left: 15px;
        vertical-align: middle
    }

    #about .services-wrapper .block-wrapper .md-title {
        padding: 0 0 5px 0
    }

    #about .services-wrapper .text-wrapper {
        display: inline-block;
        text-align: right;
        vertical-align: middle;
        width: calc(100% - 60px - 15px)
    }

    #about .services-wrapper .column-border {
        border-left: 0;
        border-top: 1px solid rgba(69, 69, 76, .7)
    }

    #about .services-wrapper .first-column {
        border: 0
    }

    #services {
        padding: 50px 0
    }

    #services .huge-block-wrapper:not(.block-height-auto) {
        height: unset
    }

    #services .col-lg-space {
        margin-top: 30px
    }

    #services .block-height-auto {
        height: unset
    }

    #services .huge-block-wrapper {
        height: 250px !important
    }

    #header {
        padding-top: 60px;
        max-height: 565px;
        height: 565px
    }

    #header .center-wrapper .xxl-title {
        font-size: 64px
    }

    #header .center-wrapper .slogen {
        font-size: 26px
    }

    .header-spacing {
        margin-top: 0
    }

    header {
        height: 73px;
    }
    #menu {
        padding: 10px 0
    }
    #body-wrapper {
        padding-top: 73px;
    }
    .desktop-wrapper {
        display: none !important
    }

    .mobile-wrapper {
        display: block !important
    }
}

@media (max-width: 768px) {
    #pagination .number {
        font-size: 15px;
        padding: 8px 12px;
        margin-left: 8px
    }

    #pagination .next-btn {
        font-size: 15px;
        padding: 8px 18px
    }

    #page .header-wrapper .title-wrapper {
        padding: 60px 0
    }

    #page .body-wrapper .article-wrapper .prev-btn {
        font-size: 17px;
        padding: 8px 20px
    }

    #page .body-wrapper .article-wrapper .xl-title {
        font-size: 34px
    }

    #page .header-wrapper .xxl-title {
        font-size: 52px
    }

    #page .body-wrapper .blog-wrapper .xl-title {
        font-size: 32px
    }

    #page .body-wrapper .blog-wrapper .paragraph {
        font-size: 16px
    }

    #page .body-wrapper .blog-wrapper .read-btn {
        padding: 5px 20px;
        font-size: 16px
    }

    #page .body-wrapper .blog-wrapper {
        padding: 25px
    }

    #page .body-wrapper .blog-wrapper .image-wrapper {
        height: 150px;
        margin-bottom: 10px
    }

    #page .widgets-wrapper .contact-widget-wrapper .form-wrapper .form-btn {
        height: 40px;
        font-size: 17px
    }

    #page .widgets-wrapper .contact-widget-wrapper .form-wrapper .label {
        font-size: 16px
    }

    #page .widgets-wrapper .contact-widget-wrapper .title {
        font-size: 26px
    }

    #page .widgets-wrapper .contact-widget-wrapper {
        margin-bottom: 30px
    }

    #page .widgets-wrapper .list-widget-wrapper .lg-title {
        font-size: 26px;
        padding: 18px 0
    }

    #page .widgets-wrapper .list-widget-wrapper .text {
        font-size: 20px;
        padding-top: 2px
    }

    #page .widgets-wrapper .list-widget-wrapper .arrow {
        font-size: 18px
    }

    #page .widgets-wrapper .list-widget-wrapper .item {
        padding: 12px 10px
    }

    #page .body-wrapper .article-wrapper, #page .body-wrapper .category-wrapper {
        padding: 25px
    }

    #page .body-wrapper .article-wrapper p, #page .body-wrapper .article-wrapper u, #page .body-wrapper .article-wrapper ul, #page .body-wrapper .category-wrapper p, #page .body-wrapper .category-wrapper ul {
        font-size: 16px
    }

    #page .body-wrapper .article-wrapper .light-paragraph {
        font-size: 19px
    }

    #page .body-wrapper .category-wrapper h2 {
        font-size: 22px
    }

    #page .body-wrapper .article-wrapper h3, #page .body-wrapper .article-wrapper h4, #page .body-wrapper .category-wrapper h3 {
        font-size: 21px
    }

    #page .body-wrapper .categories-wrapper .sm-title {
        font-size: 14px
    }

    #page .body-wrapper .categories-wrapper .block-wrapper {
        padding: 5px
    }

    #page .body-wrapper .categories-wrapper .md-title {
        margin-bottom: 10px
    }

    #page .body-wrapper .categories-wrapper {
        padding: 10px 0
    }

    #page .body-wrapper .article-wrapper .main-image-wrapper {
        margin: 15px 0
    }

    #page .body-wrapper .categories-wrapper .three-first-columns {
        margin-bottom: 10px
    }

    #page .body-wrapper .column-left {
        padding-left: 5px !important
    }

    #page .body-wrapper .column-right {
        padding-right: 5px !important
    }

    #page .body-wrapper .contact-wrapper .title {
        font-size: 21px
    }

    #page .body-wrapper .contact-wrapper .form-input {
        margin-bottom: 10px
    }

    #page .body-wrapper .contact-wrapper .form-btn {
        margin-top: 5px
    }

    #page .body-wrapper .categories-wrapper .md-title {
        font-size: 22px
    }

    #contact .form-wrapper {
        margin-top: 15px
    }

    #contact .input-form {
        height: 40px;
        font-size: 16px
    }

    #notFound .text-wrapper {
        padding: 80px 0
    }

    #thanks .text-wrapper {
        padding: 80px 0
    }

    #mobileContact {
        display: block
    }

    #credits {
        margin-bottom: 50px
    }

    #footer .footer-wrapper {
        padding: 40px 0 15px 0
    }

    #articles {
        margin-top: 40px;
        padding: 40px 0
    }

    #articles .xl-title {
        font-size: 38px
    }

    #articles .article-wrapper {
        height: 300px
    }

    #articles .article-wrapper .lg-title {
        font-size: 31px
    }

    #articles .article-wrapper .paragraph {
        font-size: 15px;
        padding: 5px 0 15px 0
    }

    #articles .article-wrapper .readmore-wrapper {
        padding-top: 15px
    }

    #articles .article-wrapper .text-wrapper {
        padding: 15px
    }

    #articles .article-wrapper .read-text {
        font-size: 18px
    }

    #articles .arrow-wrapper .img-fluid {
        padding: 2px 0
    }

    #about .services-wrapper {
        margin: 40px 0
    }

    #about .about-wrapper.about-left-wrapper .text-wrapper, #about .about-wrapper.about-right-wrapper .text-wrapper {
        padding: 40px 20px
    }

    #about .about-wrapper .xl-title {
        font-size: 42px
    }

    #about .about-wrapper .md-title {
        font-size: 21px
    }

    #about .about-wrapper .paragraph {
        font-size: 17px
    }

    #about .about-wrapper .read-btn {
        font-size: 17px;
        padding: 7px 20px 6px 20px
    }

    #about .about-wrapper.about-left-wrapper::after, #about .about-wrapper.about-right-wrapper::after {
        height: 350px
    }

    #services {
        padding: 40px 0
    }

    #services .xl-title {
        font-size: 46px;
        margin-bottom: 0
    }

    #services .huge-block-wrapper.block-height-auto .text-wrapper {
        position: absolute
    }

    #services .services-wrapper {
        margin-top: 25px
    }

    #services .huge-block-wrapper .paragraph, #services .small-block-wrapper .paragraph {
        display: none
    }

    #services .huge-block-wrapper .lg-title, #services .small-block-wrapper .lg-title {
        margin-bottom: 20px;
        font-size: 34px
    }

    #services .huge-block-wrapper .arrow-wrapper, #services .small-block-wrapper .arrow-wrapper {
        margin: 2px 0
    }

    #services .huge-block-wrapper .read-text, #services .small-block-wrapper .read-text {
        font-size: 19px
    }

    #header .center-wrapper .xxl-title {
        font-size: 58px
    }

    #header .center-wrapper .slogen-list::before {
        display: none !important
    }

    #header .center-wrapper .slogen-list::after {
        display: none !important
    }

    #header .center-wrapper .slogen-list .item:nth-child(1)::after, #header .center-wrapper .slogen-list .item:nth-child(2)::after {
        margin: 0 15px
    }

    #header .center-wrapper .slogen {
        font-size: 24px
    }
}
@media (max-width: 767px) {
    #header {
        align-items: flex-end;
        max-height: 585px;
        height: 585px;
        padding: 0 0 190px;
        margin-bottom: 230px;
    }
    section#header .container {
        padding: 0 20px 0;
    }
    #header .center-wrapper .xxl-title {
        font-size: 60px;
        margin-bottom: 0;
    }
    #header .form-wrapper {
        position: absolute;
        bottom: unset;
        left: unset;
        transform: unset;
        top: calc(100% - 160px);
        width: calc(100% - 30px);
    }
    #header .form-wrapper .container {
        height: auto;
        padding: 30px 15px;
    }
    #header .form-wrapper .xl-title {
        text-align: center;
        font-weight: 600;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #cfcfcf;
        width: 100%;
    }
    #header .form-wrapper .black-color a {
        color: black;
    }
    #header .form-wrapper .button-wrapper {
        position: relative;
        width: 110px;
        margin: auto;
    }
    #header .form-wrapper .button-wrapper span.ajax-loader {
        position: absolute;
    }
    #header .form-wrapper .button-wrapper span.ajax-loader {
        position: absolute;
        top: 20px;
        left: -65px;
    }
    #header .form-wrapper .contact-wrapper > .row > .col-md-3:nth-child(1),
    #header .form-wrapper .contact-wrapper > .row > .col-md-3:nth-child(2) {
        width: 50%;
    }
    #header .form-wrapper .contact-wrapper > .row > .col-md-3:nth-child(1) {
        padding-left: 5px;
    }
    #header .form-wrapper .contact-wrapper > .row > .col-md-3:nth-child(2) {
        padding-right: 5px;
    }
    #header .center-wrapper .slogen {
        color: #c3996f;
        line-height: 35px;
        font-size: 21px;
    }
    #header .form-wrapper .strong {
        display: block;
        font-size: 20px;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }
    #mobileContact img {
        display: block;
        height: 20px;
        margin: auto;
    }
}
@media (max-width: 576px) {
    #breadcrumbs a {
        font-size: 15px
    }

    #breadcrumbs .fas {
        font-size: 13px;
        padding: 0 8px
    }

    #pagination {
        margin-top: 20px;
        margin-bottom: 20px
    }

    #pagination .number {
        font-size: 14px;
        padding: 5px 10px;
        margin-left: 5px
    }

    #pagination .next-btn {
        font-size: 14px;
        padding: 5px 15px
    }

    #page .header-wrapper .title-wrapper {
        padding: 40px 0
    }

    #page .body-wrapper .article-wrapper .prev-btn {
        font-size: 16px;
        padding: 6px 20px
    }

    #page .header-wrapper .xxl-title {
        font-size: 48px
    }

    #page .body-wrapper .blog-wrapper .xl-title {
        font-size: 29px
    }

    #page .body-wrapper .blog-wrapper .date {
        font-size: 15px
    }

    #page .body-wrapper .article-wrapper .xl-title {
        font-size: 29px
    }

    #page .body-wrapper .blog-wrapper .paragraph {
        font-size: 15px
    }

    #page .body-wrapper .blog-wrapper {
        padding: 20px;
        margin-bottom: 20px
    }

    #page .body-wrapper .blog-wrapper .image-wrapper {
        height: 100px;
        margin-bottom: 10px
    }

    #page .widgets-wrapper .contact-widget-wrapper .title {
        font-size: 24px
    }

    #page .widgets-wrapper .contact-widget-wrapper {
        margin-bottom: 20px
    }

    #page .body-wrapper .article-wrapper, #page .body-wrapper .category-wrapper {
        margin-bottom: 20px
    }

    #page .widgets-wrapper .list-widget-wrapper .lg-title {
        font-size: 24px;
        padding: 15px 0
    }

    #page .widgets-wrapper .list-widget-wrapper .text {
        font-size: 19px;
        padding-top: 3px
    }

    #page .widgets-wrapper .list-widget-wrapper .arrow {
        font-size: 17px
    }

    #page .widgets-wrapper .list-widget-wrapper .item {
        padding: 10px
    }

    #page .widgets-wrapper .contact-widget-wrapper {
        padding: 20px
    }

    #page .widgets-wrapper .list-widget-wrapper {
        padding: 0 20px
    }

    #page .body-wrapper .categories-wrapper .three-first-columns {
        margin-bottom: 0
    }

    #page .body-wrapper .categories-wrapper .col-md-4:not(.last-column) .block-wrapper {
        margin-bottom: 5px
    }

    #page .body-wrapper .categories-wrapper .md-title {
        font-size: 21px
    }

    #page .body-wrapper .article-wrapper, #page .body-wrapper .category-wrapper {
        padding: 20px
    }

    #page .body-wrapper .article-wrapper p, #page .body-wrapper .article-wrapper u, #page .body-wrapper .article-wrapper ul, #page .body-wrapper .category-wrapper p, #page .body-wrapper .category-wrapper ul {
        font-size: 15px
    }

    #page .body-wrapper .article-wrapper .light-paragraph {
        font-size: 18px
    }

    #page .body-wrapper .article-wrapper .main-image-wrapper {
        margin: 10px 0
    }

    #page .body-wrapper .category-wrapper h2 {
        font-size: 21px
    }

    #page .body-wrapper .article-wrapper h3, #page .body-wrapper .article-wrapper h4, #page .body-wrapper .category-wrapper h3 {
        font-size: 19px
    }

    #page .body-wrapper .categories-wrapper .sm-title {
        font-size: 13px
    }

    #page .body-wrapper .categories-wrapper .block-wrapper {
        padding: 5px
    }

    #page .body-wrapper .categories-wrapper .md-title {
        margin-bottom: 5px
    }

    #page .body-wrapper .categories-wrapper {
        margin: 10px 0
    }

    #page .body-wrapper .column-left {
        padding-left: 15px !important
    }

    #page .body-wrapper .column-right {
        padding-right: 15px !important
    }

    #page .body-wrapper .contact-wrapper .form-input {
        margin-bottom: 5px
    }

    #page .body-wrapper .contact-wrapper .form-btn {
        margin-top: 5px
    }

    #page .body-wrapper .article-wrapper h3, #page .body-wrapper .article-wrapper h4, #page .body-wrapper .category-wrapper h3 {
        margin: 5px 0
    }

    #page .body-wrapper .article-wrapper p, #page .body-wrapper .article-wrapper u, #page .body-wrapper .article-wrapper ul, #page .body-wrapper .category-wrapper p, #page .body-wrapper .category-wrapper ul {
        margin: 2.5px 0
    }

    #page .body-wrapper .category-wrapper h2 {
        margin-bottom: 5px
    }

    #page .body-wrapper .contact-wrapper .label {
        font-size: 16px
    }

    #page .body-wrapper .contact-wrapper .form-input {
        height: 35px
    }

    #page .body-wrapper .contact-wrapper .form-btn {
        height: 35px
    }

    #page .body-wrapper .contact-wrapper {
        border-width: 5px;
        padding: 15px 20px;
        margin-top: 30px
    }

    #page .body-wrapper .contact-wrapper::before {
        border-width: 0 12.5px 20px 12.5px;
        top: -22.5px;
        right: 10px
    }

    #page .body-wrapper .contact-wrapper::after {
        border-width: 0 7.5px 15px 7.5px;
        top: -15px;
        right: 15px
    }

    #contact .left-column {
        padding-left: 15px
    }

    #contact .right-column {
        padding-right: 15px
    }

    #contact .form-wrapper {
        margin-top: 10px
    }

    #contact .input-form {
        height: 35px;
        font-size: 15px
    }

    #contact .input-wrapper {
        margin-bottom: 10px
    }

    #contact .text-wrapper {
        padding: 60px 0
    }

    #contact .form-btn {
        font-size: 17px;
        padding: 10px 30px
    }

    #contact .paragraph {
        font-size: 17px
    }

    #contact .xxl-title {
        font-size: 41px
    }

    #contact .small {
        font-size: 41px
    }

    #contact .seperate-line {
        margin: 10px 0
    }

    #notFound .text-wrapper {
        padding: 60px 0
    }

    #notFound .back-btn {
        font-size: 17px;
        padding: 10px 30px
    }

    #notFound .paragraph {
        font-size: 17px
    }

    #notFound .xxl-title {
        font-size: 41px
    }

    #notFound .seperate-line {
        margin: 10px 0
    }

    #notFound .back-btn {
        margin: 15px 0
    }

    #thanks .text-wrapper {
        padding: 60px 0
    }

    #thanks .back-btn {
        font-size: 17px;
        padding: 10px 30px
    }

    #thanks .paragraph {
        font-size: 17px
    }

    #thanks .xxl-title {
        font-size: 41px
    }

    #thanks .seperate-line {
        margin: 10px 0
    }

    #thanks .back-btn {
        margin: 15px 0
    }

    #breadcrumbs {
        padding: 15px 0
    }

    #scrollTop {
        width: 35px;
        height: 35px;
        font-size: 15px;
        line-height: 35px
    }

    #footer .footer-wrapper .seperate-line, #page .body-wrapper .sitemap-seperate-line {
        margin-bottom: 15px
    }

    #footer .footer-wrapper {
        padding: 20px 0
    }

    #footer .footer-wrapper .social-wrapper {
        display: none
    }

    #footer .col-md-8 {
        margin-bottom: 20px
    }

    #articles {
        margin-top: 30px;
        padding: 30px 0
    }

    #articles .xl-title {
        font-size: 36px
    }

    #articles .xl-title {
        margin-bottom: 25px
    }

    #articles .article-wrapper {
        height: 250px
    }

    #articles .article-wrapper .lg-title {
        font-size: 28px
    }

    #articles .article-wrapper .paragraph {
        font-size: 14px;
        padding: 5px 0 10px 0
    }

    #articles .article-wrapper .readmore-wrapper {
        padding-top: 10px
    }

    #articles .article-wrapper .text-wrapper {
        padding: 10px
    }

    #articles .article-wrapper .read-text {
        font-size: 16px
    }

    #articles .arrow-wrapper .img-fluid {
        padding: 2px 0
    }

    #about .services-wrapper {
        margin: 30px 0
    }

    #about .about-wrapper .xl-title {
        font-size: 38px
    }

    #about .about-wrapper .md-title {
        font-size: 19px;
        margin: 8px 0
    }

    #about .about-wrapper .paragraph {
        font-size: 16px
    }

    #about .about-wrapper .read-btn {
        font-size: 16px;
        padding: 6px 18px 5px 18px
    }

    #about .about-wrapper.about-left-wrapper::after, #about .about-wrapper.about-right-wrapper::after {
        height: 300px
    }

    #about .services-wrapper .block-wrapper {
        padding: 15px
    }

    #about .services-wrapper .block-wrapper .paragraph {
        font-size: 15px
    }

    #about .services-wrapper .block-wrapper .md-title {
        padding: 0 0 2px 0;
        font-size: 19px
    }

    #about .services-wrapper {
        padding: 15px 0
    }

    #services {
        padding: 30px 0
    }

    #services .xl-title {
        font-size: 42px
    }

    #services .huge-block-wrapper {
        height: 200px !important
    }

    #services .services-wrapper {
        margin-top: 20px
    }

    #services .huge-block-wrapper .text-wrapper, #services .small-block-wrapper {
        padding: 15px
    }

    #services .huge-block-wrapper .readmore-wrapper, #services .small-block-wrapper .readmore-wrapper {
        padding-top: 15px
    }

    #services .huge-block-wrapper .lg-title, #services .small-block-wrapper .lg-title {
        margin-bottom: 15px;
        font-size: 29px
    }

    #services .services-wrapper .block-column:nth-child(1), #services .services-wrapper .block-column:nth-child(3) {
        padding-left: 7.5px
    }

    #services .services-wrapper .block-column:nth-child(2), #services .services-wrapper .block-column:nth-child(4) {
        padding-right: 7.5px
    }

    #services .block-margin-top, #services .col-lg-space {
        margin-top: 15px
    }

    #services .block-margin-bottom {
        margin-bottom: 15px
    }

    #services .huge-block-wrapper .read-text, #services .small-block-wrapper .read-text {
        font-size: 17px;
        line-height: 28px
    }

    #header .center-wrapper .slogen-list .item:nth-child(1)::after, #header .center-wrapper .slogen-list .item:nth-child(2)::after {
        margin: 0 10px
    }

}

@media (max-width: 486px) {
    #page .body-wrapper .article-wrapper .light-paragraph {
        font-size: 17px
    }

    #page .header-wrapper .xxl-title {
        font-size: 42px
    }

    #page .body-wrapper .col-lg-4:first-child .sitemap-title {
        margin-top: 0 !important
    }

    #page .body-wrapper .sitemap-title {
        margin-top: 20px
    }

    #breadcrumbs a {
        font-size: 14px
    }

    #breadcrumbs .fas {
        font-size: 12px;
        padding: 0 5px
    }

    #pagination .next-btn {
        padding: 5px 10px
    }

    #contact {
        margin: 15px 0
    }

    #contact .xxl-title {
        font-size: 38px
    }

    #contact .small {
        font-size: 38px
    }

    #contact .text-wrapper {
        padding: 40px 0
    }

    #notFound {
        margin: 15px 0
    }

    #notFound .text-wrapper {
        padding: 40px 0
    }

    #notFound .back-btn {
        margin: 10px 0
    }

    #thanks {
        margin: 15px 0
    }

    #thanks .text-wrapper {
        padding: 40px 0
    }

    #thanks .back-btn {
        margin: 10px 0
    }

    #scrollTop {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px
    }

    #breadcrumbs {
        padding: 10px 0
    }

    #credits .text {
        font-size: 14px
    }

    #footer .footer-wrapper .seperate-line, #page .body-wrapper .sitemap-seperate-line {
        margin-bottom: 10px
    }

    #footer .footer-wrapper .footer-list .item:not(.last-child), #page .body-wrapper .sitemap-list .item:not(.last-child) {
        margin-bottom: 0
    }

    #footer .footer-wrapper .footer-link, #page .body-wrapper .sitemap-link {
        font-size: 16px
    }

    #footer .header-wrapper .block-wrapper .paragraph {
        font-size: 15px
    }

    #footer .header-wrapper .block-wrapper .md-title {
        font-size: 19px
    }

    #footer .header-wrapper .block-wrapper {
        padding: 10px 0
    }

    #articles {
        margin-top: 15px
    }

    #articles .xl-title {
        font-size: 34px
    }

    #articles .xl-title {
        margin-bottom: 15px
    }

    #owl-slider {
        padding: 0 30px
    }

    #articles .left-arrow, #articles .right-arrow {
        font-size: 25px
    }

    #articles .article-wrapper {
        height: 200px
    }

    #about .services-wrapper {
        margin: 15px 0
    }

    #about .about-wrapper .xl-title {
        font-size: 31px
    }

    #about .about-wrapper .md-title {
        font-size: 17px;
        margin: 5px 0
    }

    #about .about-wrapper .paragraph {
        font-size: 15px
    }

    #about .about-wrapper .read-btn {
        font-size: 15px;
        padding: 5px 15px 4px 15px
    }

    #about .about-wrapper.about-left-wrapper::after, #about .about-wrapper.about-right-wrapper::after {
        height: 250px;
        border-top: 15px solid #fff
    }

    #about .services-wrapper .block-wrapper {
        padding: 10px
    }

    #about .services-wrapper .block-wrapper .paragraph {
        font-size: 14px
    }

    #about .services-wrapper .block-wrapper .md-title {
        padding: 0 0 2px 0;
        font-size: 18px
    }

    #about .services-wrapper {
        padding: 10px 0
    }

    #services {
        padding: 15px 0
    }

    #services .xl-title {
        font-size: 38px
    }

    #services .huge-block-wrapper .read-text, #services .small-block-wrapper .read-text {
        font-size: 16px;
        line-height: 28px
    }

    #services .services-wrapper {
        margin-top: 15px
    }

    #services .huge-block-wrapper .text-wrapper, #services .small-block-wrapper {
        padding: 10px
    }

    #services .huge-block-wrapper .readmore-wrapper, #services .small-block-wrapper .readmore-wrapper {
        padding-top: 10px
    }

    #services .huge-block-wrapper .lg-title, #services .small-block-wrapper .lg-title {
        margin-bottom: 10px;
        font-size: 24px
    }

    #services .block-margin-top, #services .col-lg-space {
        margin-top: 15px
    }

    #services .block-margin-bottom {
        margin-bottom: 15px
    }

    #services .huge-block-wrapper .arrow-wrapper .img-fluid, #services .small-block-wrapper .arrow-wrapper .img-fluid {
        max-width: 40px
    }

    #header .center-wrapper .slogen-list .item:nth-child(1)::after, #header .center-wrapper .slogen-list .item:nth-child(2)::after {
        margin: 0 5px
    }

}

@media (max-width: 380px) {
    #header .center-wrapper .slogen-list .item:nth-child(1)::after, #header .center-wrapper .slogen-list .item:nth-child(2)::after {
        bottom: 2px
    }

    #header .center-wrapper .slogen-list .item:nth-child(1)::after, #header .center-wrapper .slogen-list .item:nth-child(2)::after {
        margin: 0 5px
    }

}