:root {
    --brown:  $colorBrown;
    --browndark:  $colorBrownDark;
    --gold:  $colorGold;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
img.img-max {
    width: 100%}
.m-t-30 {
    margin-top: 30px !important;
}
body {
    overflow-y: auto;
    height: 100%;
    overflow-x: hidden;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #a0997f;
}
html {
    height: 100%}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
    background-color: #a0997f;
    outline: 1px solid #a0997f;
}
::selection {
    background: #a0997f;
    color: #fff;
}
::-moz-selection {
    background: #a0997f;
    color: #fff;
}
.hide {
    display: none;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
img {
    max-width: 100%}
.header .container {
    padding-left: 0;
    max-width: 100%}
.navbar {
    padding: 0;
}
.navbar .navbar-brand {
    padding-top: 4px;
    padding-bottom: 5px;
}
.navbar .navbar-nav {
    margin: auto;
}
.navbar .navbar-nav .nav-link {
    font-family: "Anton", sans-serif;
    color: #a0997f;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: 0.2px;
    padding-right: 0;
    padding-left: 0;
}
.navbar .navbar-nav .nav-item:not(:last-child) {
    margin-right: 16px;
}
.navbar .navbar-nav .nav-item:not(:first-child) {
    margin-left: 16px;
}
.navbar .navbar-nav .nav-item.mobile {
    display: none;
}
.navbar .navbar-nav .nav-item.active .nav-link {
    opacity: 0.5;
}
.navbar .border-line {
    margin: auto;
}
.navbar .border-line .social {
    display: none;
}
.navbar .phone {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.3px;
    width: 144px;
    height: 42px;
    background: #494539;
    color: #FFFFFF;
}
.bg-short {
    min-height: 500px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-short .scroll-arrow-down {
    position: absolute;
    left: calc(50% - 16px);
    bottom: 24px;
    height: 16px;
    width: 32px;
    background: none;
    border: none;
    padding: 0;
}
.bg-short .img {
    position: absolute;
    right: 0.01%;
    bottom: 0;
}
.bg-short .bg-short-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(73, 69, 57, 0.5);
}
.bg-short-gallery {
    min-height: 580px;
    margin-top: 75px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-short-gallery .container {
    padding-top: 65px;
    padding-bottom: 60px;
}
.bg-short-gallery .frame {
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    padding: 90px 213px 50px;
}
.bg-short-gallery .frame .head {
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.bg-short-gallery .frame .body {
    font-family: "Anton", sans-serif;
    font-size: 96px;
    line-height: 108px;
    text-align: center;
    letter-spacing: 3px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.bg-short-gallery .frame .button {
    width: 170px;
    background-color: rgba(0, 0, 0, 0.3);
}
.about-element h3 {
    font-family: "Anton", sans-serif;
    font-size: 96px;
    text-align: center;
    letter-spacing: 0.1px;
    text-transform: uppercase;
}
.about-element .about-stone-element {
    max-width: 580px;
    text-align: center;
    margin: auto;
}
.about-element .grid-about-element {
    margin-top: 80px;
    margin-bottom: 156px;
}
.about-element .grid-about-element>a, .about-element .grid-about-element>div {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.about-element .grid-about-element>a:hover, .about-element .grid-about-element>div:hover {
    text-decoration: inherit;
}
.about-element .grid-about-element>a .image, .about-element .grid-about-element>div .image {
    margin-bottom: 60px;
    height: 120px;
}
.about-element .grid-about-element>a .title, .about-element .grid-about-element>div .title {
    font-family: "Anton", sans-serif;
    font-size: 48px;
    line-height: 51px;
    text-align: center;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #a0997f;
}
.about-element .grid-about-element>a .title:focus, .about-element .grid-about-element>div .title:focus {
    color: #a0997f;
}
.about-element .grid-about-element>a .body, .about-element .grid-about-element>div .body {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #494539;
}
.head3, .head4 {
    font-family: "Anton", sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #a0997f;
}
.head3 {
    font-size: 96px;
    line-height: 107px;
    margin: 80px auto 55px;
}
.head4 {
    font-size: 80px;
    line-height: 80px;
    margin: 40px auto 30px;
}
.sub-hr {
    width: 540px;
    height: 0px;
    border: 1px solid #a0997f;
    margin: 0 auto;
    max-width: 100%}
.content p, .content li {
    font-weight: 300;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 2px;
    color: #494539;
    margin-bottom: 40px;
}
.content strong, .content b {
    font-weight: bold;
}
.content ul {
    padding-left: 23px;
    margin-bottom: 40px;
}
.content ul li {
    margin-bottom: 0;
}
a, button, .btn {
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
a:focus, button:focus, .btn:focus {
    outline: none;
    box-shadow: none;
}
a:hover, button:hover, .btn:hover {
    transform: scale(1.05);
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
a:active, button:active, .btn:active {
    transform: scale(0.95);
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.button {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 120px;
    height: 42px;
    border: 1px solid #F2C94C;
    box-sizing: border-box;
    font-family: "Anton", sans-serif;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #F2C94C;
    margin: auto;
    background: inherit;
    justify-content: center;
}
.button:hover {
    color: #F2C94C;
}
.h1 {
    font-family: "Anton", sans-serif;
    font-size: 144px;
    text-align: center;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.footer .container-fluid {
    background: #a0997f;
    padding-top: 53px;
    padding-bottom: 53px;
}
.footer .container-fluid .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .container-fluid .container .contact {
    width: 163px;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    letter-spacing: 0.2px;
    color: #494539;
    margin-bottom: 0;
}
.footer .container-fluid .container .phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #494539;
    font-family: "Anton", sans-serif;
    font-size: 24px;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    padding: 12px 18px;
}
.footer .container-fluid .container .navbar-nav {
    flex-direction: row;
}
.footer .container-fluid .container .nav-link {
    font-family: "Anton", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: 0.2px;
    padding-right: 0;
    padding-left: 0;
}
.footer .container-fluid .container .nav-item:not(:last-child) {
    margin-right: 16px;
}
.footer .container-fluid .container .nav-item:not(:first-child) {
    margin-left: 16px;
}
.footer>.container {
    padding-top: 38px;
    padding-bottom: 38px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #a0997f;
}
.footer>.container .row>div {
    display: flex;
    align-items: center;
}
.footer>.container .row>div:first-child {
    justify-content: flex-start;
}
.footer>.container .row>div:last-child {
    justify-content: flex-end;
}
.footer>.container p {
    margin-bottom: 0;
}
.footer>.container .copyright {
    margin-right: 20px;
}
.footer>.container .links .link {
    color: #494539;
}
.footer>.container .links .link:not(:last-child) {
    margin-right: 10px;
}
.footer>.container .links .link:not(:first-child) {
    margin-left: 10px;
}
.footer>.container .developer:hover {
    text-decoration: none;
}
.footer>.container .developer span {
    color: #494539;
}
.footer>.container .developer span:first-child {
    font-weight: 700;
}
.created_by a {
    font-size: 12px;
    font-weight: 400;
    color: #494539; 
}
.created_by a:hover {
    text-decoration: none;
    color: #494539;
}
.created_by img {
    max-width: 40px;
    height: auto;
}

#edge-details img {
	margin: 0px auto 30px auto;
	display: block;
	max-width: 800px;
}
.owl-nav {
    width: 100%;
    margin: auto;
    position: initial;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    top: calc(50% - 30px);
    position: absolute;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.owl-nav .owl-prev:active, .owl-nav .owl-next:active {
    transform: scale(0.95);
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
    transform: scale(1.05);
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.owl-nav [class*=owl-]:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
}
.owl-nav .owl-prev {
    left: 78px;
}
.owl-nav .owl-next {
    right: 78px;
}
.hr-div {
    position: relative;
    width: 540px;
    margin: 0 auto;
}
.hr-div .sub-hr {
    margin-bottom: 70px;
    border-color: #F2C94C;
}
.hr-div .sub-hr-load {
    position: absolute;
    max-width: 540px;
    margin: 0 auto;
    top: 0;
    border-color: #A0997F;
    border: 1px solid;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.body-site-gallery .gallery-element {
    margin-bottom: 200px;
}
.body-site-gallery .gallery-element .grid-images {
    margin-top: 67px;
    margin-bottom: 25px;
}
.body-site-gallery .gallery-element .grid-images>div {
    overflow: hidden;
    padding-bottom: 35px;
}
.body-site-gallery .gallery-element .grid-images>div>a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 235px;
    overflow: hidden;
}
.body-site-gallery .gallery-element .grid-images>div img {
    width: auto;
}
.body-site-about .bg-short {
    min-height: 560px;
}
.body-site-about .about-one {
    padding-top: 130px;
}
.body-site-about .about-one .image-stone {
    margin: 120px auto 0;
    display: block;
}
.body-site-about .about-one .head3 {
    margin-top: 35px;
}
.body-site-about .about-one .sub-hr {
    margin-bottom: 145px;
}
.body-site-about .about-two {
    padding-top: 130px;
    padding-bottom: 130px;
}
.body-site-about .about-two .merge-image {
    position: relative;
}
.body-site-about .about-two .merge-image img {
    display: block;
    margin: auto;
    z-index: 1;
    position: relative;
}
.body-site-about .about-two .merge-image .sub-hr {
    position: absolute;
    top: 131px;
    left: calc(50% - 271px);
}
.body-site-about .about-element {
    background-color: rgba(160, 153, 127, 0.1);
    padding-bottom: 95px;
    padding-top: 80px;
}
.body-site-about .about-element .grid-about-element {
    margin-bottom: 0;
}
.body-site-faq .bg-short .img {
    position: absolute;
    right: 5%;
    bottom: 15px;
}
.body-site-faq .bg-short .img-wave1 {
    position: absolute;
    right: 18%;
    bottom: 15px;
}
.body-site-faq .bg-short .img-wave2 {
    position: absolute;
    right: 18%;
    bottom: 50px;
}
.body-site-faq .bg-short .img-wave3 {
    position: absolute;
    right: 18%;
    bottom: 85px;
}
.body-site-faq .about-one {
    margin-bottom: 40px;
}
.body-site-faq .section-faq {
    margin-bottom: 160px;
}
.body-site-faq .section-faq .card {
    border: none;
}
.body-site-faq .section-faq .card .card-header {
    padding: 36px 0;
    background-color: inherit;
    border-bottom: 2px solid rgba(160, 153, 127, 0.3);
}
.body-site-faq .section-faq .card .card-header .btn {
    padding: 0;
    font-weight: 900;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a0997f;
}
.body-site-faq .section-faq .card .card-body {
    padding: 72px 0 50px;
    background-color: rgba(160, 153, 127, 0.1);
    overflow: hidden;
}
.body-site-faq .section-faq .card .image-block {
    position: relative;
    width: 100%;
    max-width: 982px;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 982px;
    margin-bottom: 40px;
}
.body-site-faq .section-faq .card .hide-card {
    transform: rotate(180deg);
    margin: auto;
    display: block;
    background: none;
    border: none;
}
.body-site-faq .about-element {
    background-color: rgba(160, 153, 127, 0.1);
    padding-bottom: 95px;
    padding-top: 80px;
}
.body-site-faq .about-element .grid-about-element {
    margin-bottom: 0;
}
.body-site-faq .accordion>.card {
    overflow: visible;
}
.body-site-stone .stone-colors .sub-hr {
    margin-bottom: 60px;
}
.body-site-stone .stone-colors .grid-images>div {
    margin-bottom: 30px;
}
.body-site-stone .stone-colors .grid-images img {
    margin-bottom: 5px;
}
.body-site-stone .stone-colors .grid-images span {
    font-weight: 300;
    font-size: 18px;
    line-height: 50px;
    text-align: right;
    color: #494539;
    display: block;
}
.body-site-stone .stone-colors .filter .filters-button-group {
    flex-direction: row;
    margin-bottom: 50px;
    justify-content: center;
}
.body-site-stone .stone-colors .filter .list-group-item {
    border: none;
    padding: inherit;
}
.body-site-stone .stone-colors .filter .list-group-item:not(:last-child) {
    margin-right: 6px;
}
.body-site-stone .stone-colors .filter .list-group-item:not(:first-child) {
    margin-left: 6px;
}
.body-site-stone .stone-colors .filter .button-f {
    height: 42px;
    border: 1px solid #a0997f;
    box-sizing: border-box;
    border-radius: 12px;
    background-color: inherit;
    font-family: "Anton", sans-serif;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #a0997f;
    padding: 12px;
}
.body-site-stone .stone-colors .filter .button-f.active {
    background-color: #a0997f;
    color: #ffffff;
}
.body-site-stone .about-two .sub-hr, .body-site-stone .about-one .sub-hr {
    margin-bottom: 50px;
}
.body-site-stone .about-two .content img, .body-site-stone .about-one .content img {
    margin-bottom: 50px;
}
.body-site-stone .about-two .content .col-12, .body-site-stone .about-one .content .col-12 {
    padding-bottom: 140px;
}
.body-site-stone .about-two .grid-show, .body-site-stone .about-one .grid-show {
    margin-top: -150px;
    margin-bottom: 190px;
    position: relative;
}
.body-site-stone .about-two .grid-show-one, .body-site-stone .about-one .grid-show-one {
    margin-top: -150px;
    margin-bottom: 190px;
    position: relative;
}
.body-site-stone .about-element {
    background-color: rgba(160, 153, 127, 0.1);
    padding-bottom: 95px;
    padding-top: 80px;
}
.body-site-stone .about-element .grid-about-element {
    margin-bottom: 0;
}
.body-site-index .section-slider .foxstone {
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.body-site-index .section-slider .slide-title {
    font-family: "Anton", sans-serif;
    font-size: 64px;
    line-height: 70px;
    letter-spacing: 3px;
    color: #FFFFFF;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 55px;
}
.body-site-index .section-slider .button {
    background: rgba(0, 0, 0, 0.3);
    margin: 0;
}
.body-site-index .section-slider .button:hover {
    color: #F2C94C;
}
.body-site-index .section-slider .owl-carousel .container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 15px 15px 15px 750px;
}
.body-site-index .section-slider .owl-carousel .container, .body-site-index .section-slider .owl-carousel .owl-item {
    height: 687px;
}
.body-site-index .section-slider .main-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.body-site-index .section-slider .owl-dots {
    position: absolute;
    bottom: 80px;
    left: calc(50% - 310px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 602px;
}
.body-site-index .section-slider .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    background-color: #F2C94C;
    border-radius: 50%;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.body-site-index .section-slider .owl-dots .owl-dot:not(:last-child) {
    margin-right: 11px;
}
.body-site-index .section-slider .owl-dots .owl-dot:not(:first-child) {
    margin-left: 11px;
}
.body-site-index .section-slider .owl-dots .owl-dot.active {
    background-color: #ffffff;
    transform: scale(0.5);
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.body-site-index .section-slider .owl-dots .owl-dot span {
    display: none;
}
.body-site-index .section-slider .container-warranty {
    position: relative;
}
.body-site-index .section-slider .container-warranty .warranty {
    width: 210px;
    transform: rotate(-15deg);
    position: absolute;
    top: -100px;
    left: -0;
    z-index: 1;
}
.body-site-index .about-one .slide>div {
    position: relative;
}
.body-site-index .about-one .slide .title {
    font-weight: 300;
    font-size: 18px;
    line-height: 50px;
    text-align: right;
    color: #494539;
}
.body-site-index .about-one .slide .slide-border {
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    margin: 47px 65px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.body-site-index .about-one .owl-item:nth-child(even) .slide-border {
    margin-right: 0;
    border-right: none;
}
.body-site-index .about-one .owl-item:nth-child(odd) .slide-border {
    margin-left: 0;
    border-left: none;
}
.body-site-index .about-one .owl-nav .owl-prev, .body-site-index .about-one .owl-nav .owl-next {
    top: calc(50% - 80px);
}
.body-site-index .about-one .owl-nav .owl-prev {
    left: -100px;
}
.body-site-index .about-one .owl-nav .owl-next {
    right: -100px;
}
.body-site-index .about-two .sub-hr {
    margin-bottom: 65px;
}
.body-site-index .about-two .time .col-text {
    display: flex;
    align-items: center;
}
.body-site-index .about-two .time .col-image {
    display: flex;
}
.body-site-index .about-two .time .col-image>img {
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.4);
}
.body-site-index .about-two .time .box-border {
    position: absolute;
    top: 0;
    bottom: 0;
    border: 2px solid #fff;
    margin: 55px 65px;
    padding: 38px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.body-site-index .about-two .time .box-border p {
    font-weight: 900;
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.body-site-index .about-two .time .row {
    margin-bottom: 100px;
}
.body-site-index .about-two .time .row:nth-child(odd)>div:first-child {
    order: 1;
}
.body-site-index .about-two .time .row:nth-child(odd)>div:first-child .box-border {
    right: 65px;
    left: 15px;
}
.body-site-index .about-two .time .row:nth-child(odd)>div:last-child {
    order: 2;
    padding-right: 75px;
}
.body-site-index .about-two .time .row:nth-child(even)>div:first-child {
    order: 2;
    display: flex;
    justify-content: flex-end;
}
.body-site-index .about-two .time .row:nth-child(even)>div:first-child .box-border {
    right: 15px;
    left: 65px;
}
.body-site-index .about-two .time .row:nth-child(even)>div:last-child {
    order: 1;
    padding-left: 75px;
}
.body-site-index .short-two .frame {
    padding: 60px 157px 25px;
}
.body-site-index .short-two .frame .button {
    width: inherit;
    padding-left: 15px;
    padding-right: 15px;
}
.body-site-index .short-two .body {
    font-size: 55px;
    line-height: 125.2%;
    text-transform: uppercase;
}
.body-site-index .about-three {
    margin-bottom: 120px;
}
.body-site-index .about-three .slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.body-site-index .about-three .slide>img {
    padding: 0 70px;
    flex: 0 0 50%;
    max-width: 50%}
.body-site-index .about-three .slide>div {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.body-site-index .about-three .slide .quote {
    width: 64px;
    margin-bottom: 25px;
}
.body-site-index .about-three .slide .body {
    font-weight: 300;
    font-size: 24px;
    line-height: 50px;
    display: flex;
    align-items: center;
    letter-spacing: 0.2px;
    color: #a0997f;
    margin-bottom: 40px;
}
.body-site-index .about-three .slide .author {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1px;
    color: #494539;
}
.body-site-index .about-three .owl-nav .owl-prev, .body-site-index .about-three .owl-nav .owl-next {
    opacity: 0.3;
}
.body-site-index .about-three .owl-nav .owl-prev {
    left: -100px;
}
.body-site-index .about-three .owl-nav .owl-next {
    right: -100px;
}
.body-site-index .about-element {
    background-color: rgba(160, 153, 127, 0.1);
    padding-bottom: 95px;
    padding-top: 80px;
}
.body-site-index .about-element .grid-about-element {
    margin-top: 45px;
    margin-bottom: 45px;
}
.body-site-index .about-element .grid-about-element .image {
    width: 100%;
    height: 100%;
    padding: 30px;
    margin-bottom: 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.body-site-index .about-element .grid-about-element .mask {
    background-color: rgba(73, 69, 57, 0);
    padding: 30px;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.body-site-index .about-element .grid-about-element .slide-border {
    font-family: "Anton", sans-serif;
    font-size: 48px;
    line-height: 51px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border: none;
    height: 100%;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.body-site-index .about-element .grid-about-element .slide-border p {
    margin: 0;
    transform: translateY(0);
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.body-site-index .about-element .grid-about-element>div {
    height: 350px;
}
.body-site-index .about-element .grid-about-element>div:hover .mask {
    background-color: rgba(73, 69, 57, 0.3);
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.body-site-index .about-element .grid-about-element>div:hover .slide-border {
    padding-bottom: 0;
    border: 2px solid #FFFFFF;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.body-site-index .about-element .grid-about-element>div:hover .slide-border p {
    transform: translateY(-120px);
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.body-site-index .partners {
    margin-bottom: 135px;
}
.body-site-index .partners .slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 0 30px;
    border: 1px solid #E2E5E6;
    box-sizing: border-box;
    padding: 32px;
}
.body-site-index .partners .slide p {
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.3px;
    color: #373F41;
}
.body-site-index .partners .owl-nav .owl-prev, .body-site-index .partners .owl-nav .owl-next {
    opacity: 0.3;
}
.body-site-index .partners .owl-nav .owl-prev {
    left: -100px;
}
.body-site-index .partners .owl-nav .owl-next {
    right: -100px;
}
.body-site-contact .bg-short {
    margin-bottom: 85px;
}
.body-site-contact .bg-short .img {
    position: absolute;
    right: 19%;
    bottom: 90px;
    width: 310px;
}
.body-site-contact .bg-short .img-heart {
    position: absolute;
    right: 10%;
    bottom: 80px;
}
.body-site-contact .section-form .bg {
    background-color: rgba(160, 153, 127, 0.1);
    border: 1px solid #FFFFFF;
    padding: 60px;
}
.body-site-contact .section-form .head4 {
    margin-top: 0;
}
.body-site-contact .section-form .sub-hr {
    margin-bottom: 50px;
}
.body-site-contact .section-form .border-form {
    border: 2px solid rgba(160, 153, 127, 0.5);
    padding: 50px 130px 40px;
}
.body-site-contact .section-form .form-group {
    margin-bottom: 47px;
}
.body-site-contact .section-form .input-group-text {
    background-color: #fff;
    border-right: none;
    align-items: flex-start;
    padding: 16px 4px 16px 20px;
    height: 56px;
}
.body-site-contact .section-form ::placeholder, .body-site-contact .section-form .form-control {
    font-weight: 300;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 1px;
    color: #494539;
}
.body-site-contact .section-form input.form-control {
    height: 56px;
}
.body-site-contact .section-form .form-control {
    font-weight: bold;
    border-left: none;
}
.body-site-contact .section-form .field-feedbackform-message .input-group-text {
    height: auto;
}
.body-site-contact .section-form .btn {
    border: 2px solid #494539;
    padding: 19px;
    font-family: "Anton", sans-serif;
    font-size: 24px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #494539;
    margin: auto;
}
.body-site-contact .section-contact {
    padding: 0px 120px 100px;
}
.body-site-contact .section-contact .contact-element {
    display: flex;
    align-items: center;
}
.body-site-contact .section-contact .contact-element .icon {
    margin-right: 37px;
}
.body-site-contact .section-contact .contact-element .icon img {
    width: 25px;
}
.body-site-contact .section-contact .contact-element .title, .body-site-contact .section-contact .contact-element .link a {
    font-size: 36px;
    line-height: 75px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a0997f;
}

.body-site-contact .section-contact .contact-element .title {
    margin-right: 15px;
    font-weight: 300;
}
.body-site-contact .section-contact .contact-element .link a {
    font-weight: 900;
}
.body-site-contact .section-contact .social {
    padding: 100px 0 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.body-site-contact .section-contact .social a:not(:last-child) {
    margin-right: 25px;
}
.body-site-contact .section-contact .social a:not(:first-child) {
    margin-left: 25px;
}
.body-site-contact .about-element {
    background-color: rgba(160, 153, 127, 0.1);
    padding-bottom: 95px;
    padding-top: 80px;
}
.body-site-contact .about-element .grid-about-element {
    margin-bottom: 0;
}
.body-site-contact .result_form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.body-site-contact .result_form img {
    margin-right: 15px;
}
.body-site-contact .result_form p {
    margin-bottom: 0;
    font-family: "Anton", sans-serif;
    font-size: 24px;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #a0997f;
}
.body-site-privacy-policy .bg-short .bg-short-inner, .body-site-terms-and-conditions .bg-short .bg-short-inner {
    background-color: #A0997F;
}
.body-site-privacy-policy .about-one, .body-site-terms-and-conditions .about-one {
    padding-top: 95px;
    padding-bottom: 60px;
}
.body-site-privacy-policy .about-one ul, .body-site-terms-and-conditions .about-one ul {
    padding-left: 100px;
}
.body-site-privacy-policy .about-one li, .body-site-terms-and-conditions .about-one li {
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .created_by {
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .h1 {
    font-size: 48px;
    line-height: 69px;
}
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    min-height: 60px;
    z-index: 2;
    background-color: #fff;
}
.header .container {
    padding-right: 0;
    padding-left: 0;
}
.owl-nav .owl-prev {
    left: 0;
}
.owl-nav .owl-next {
    right: 0;
}
.navbar {
    position: relative;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.navbar .navbar-brand {
    order: 1;
    margin-right: 0;
}
.navbar .navbar-brand img {
    height: 50px;
}
.navbar .phone {
    order: 2;
    background-color: inherit;
    color: #494539;
    width: auto;
    padding: 0;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.navbar .navbar-toggler {
    order: 3;
    width: 60px;
    height: 60px;
    background: #494539;
    border: none;
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar .navbar-toggler .btn-burger {
    display: none;
}
.navbar .navbar-toggler .btn-close {
    display: block;
}
.navbar .navbar-toggler.collapsed .btn-burger {
    display: block;
}
.navbar .navbar-toggler.collapsed .btn-close {
    display: none;
}
.navbar .navbar-collapse {
    padding: 15px;
    order: 4;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 60px;
    width: 100vw;
    height: calc(100vh - 60px);
    z-index: 10;
    background-color: rgba(160, 153, 127, 0.95);
}
.navbar .border-line {
    border: 2px solid #FFFFFF;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.navbar .border-line .social {
    margin: auto 0 0;
    padding: 0 45px;
    display: block;
}
.navbar .border-line .social img {
    width: 35px;
}
.navbar .border-line .social a:not(:last-child) {
    margin-right: 15px;
}
.navbar .border-line .social a:not(:first-child) {
    margin-left: 15px;
}
.navbar .navbar-nav {
    margin: auto 0 auto 0;
    width: 100%}
.navbar .navbar-nav .nav-item:not(:last-child) {
    margin-right: 0;
}
.navbar .navbar-nav .nav-item:not(:first-child) {
    margin-left: 0;
}
.navbar .navbar-nav .nav-item.mobile {
    display: block;
}
.navbar .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 36px;
    line-height: 70px;
    letter-spacing: 3px;
    color: #fff;
    background-color: inherit;
    padding-left: 45px;
    padding-right: 45px;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.navbar .navbar-nav .nav-link:hover {
    background-color: #494539;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.navbar.active {
    background-color: #a0997f;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.navbar.active .phone {
    font-weight: 900;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    text-shadow: 0px 4px 10px rgba(73, 69, 57, 0.5);
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.content p, .content li {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 40px;
}
.content strong, .content b {
    font-weight: bold;
}
.content ul {
    padding-left: 23px;
    margin-bottom: 40px;
}
.content ul li {
    margin-bottom: 0;
}
.bg-short .scroll-arrow-down {
    bottom: 60px;
    height: auto;
}
.bg-short .scroll-arrow-down::before {
    content: " ";
    width: 2px;
    height: 98px;
    background-color: #fff;
    display: block;
    margin: 0 auto 30px;
    bottom: 115px;
}
.bg-short-gallery {
    height: 580px;
}
.bg-short-gallery .container {
    padding-top: 40px;
    padding-bottom: 15px;
    height: 100%}
.bg-short-gallery .frame {
    padding: 45px 15px 45px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bg-short-gallery .frame .body {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
.bg-short-gallery .frame .button {
    margin: 0 auto;
}
.about-element {
    margin-top: 70px;
    margin-bottom: 55px;
}
.about-element h3 {
    font-size: 48px;
    line-height: 66px;
}
.about-element .grid-about-element {
    margin-bottom: 25px;
    margin-top: 40px;
}
.about-element .grid-about-element>div, .about-element .grid-about-element a {
    margin-bottom: 50px;
}
.about-element .grid-about-element>div .image, .about-element .grid-about-element a .image {
    margin-bottom: 20px;
    height: 114px;
}
.about-element .grid-about-element>div .title, .about-element .grid-about-element a .title {
    font-size: 30px;
}
.footer .container-fluid {
    padding-top: 120px;
    padding-bottom: 30px;
    position: relative;
}
.footer .container-fluid .container {
    flex-direction: column;
}
.footer .container-fluid .container .navbar-nav {
    flex-direction: column;
}
.footer .container-fluid .container .nav-item:not(:last-child) {
    margin-right: 0;
}
.footer .container-fluid .container .nav-item:not(:first-child) {
    margin-left: 0;
}
.footer .container-fluid .container .nav-link {
    padding: .8rem 1rem;
    justify-content: center;
}
.footer .container-fluid .container .phone {
    margin-bottom: 30px;
}
.footer .container-fluid .container .navbar-brand {
    position: absolute;
    left: 0;
    top: 24px;
    width: 150px;
}
.footer .container-fluid .container .contact {
    font-size: 14px;
    position: absolute;
    right: 36px;
    max-width: 125px;
    top: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: 0.2px;
}
.footer>.container {
    padding-top: 22px;
    font-size: 12px;
    line-height: 23px;
    padding-bottom: 15px;
}
.footer>.container .row>div:first-child {
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
}
.footer>.container .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%}
.footer>.container .text img {
    display: block;
    margin: auto;
}
.footer>.container .text span:first-of-type {
    font-weight: 700;
}
.footer>.container .copyright {
    margin-right: 0;
}
.footer>.container .copyright {
    margin-right: 0;
}
.body-site-contact .bg-short {
    margin-bottom: 0;
}
.body-site-contact .bg-short .img, .body-site-contact .bg-short .img-heart {
    display: none;
}
.body-site-contact .about-element {
    padding-bottom: 50px;
}
.body-site-contact .about-element .grid-about-element>div {
    margin-bottom: 45px;
}
.body-site-contact .about-element .grid-about-element>div .image {
    margin-bottom: 15px;
    height: 110px;
}
.body-site-contact .about-element .grid-about-element>div .title {
    font-size: 36px;
}
.body-site-contact .section-form {
    padding: 0;
}
.body-site-contact .section-form .bg {
    padding: 15px;
}
.body-site-contact .section-form .border-form {
    padding: 50px 15px 40px;
}
.body-site-contact .section-form .form-group {
    margin-bottom: 20px;
}
.body-site-contact .section-form .sub-hr {
    margin-bottom: 35px;
}
.body-site-contact .section-contact {
    padding: 40px 15px 0;
}
.body-site-contact .section-contact .contact-element {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
.body-site-contact .section-contact .contact-element .title, .body-site-contact .section-contact .contact-element .link a {
    font-size: 22px;
    line-height: 40px;
}
.body-site-contact .section-contact .contact-element .title {
    margin-right: 0;
}
.body-site-contact .section-contact .contact-element .link {
    width: 100%}
.body-site-contact .section-contact .contact-element .link a {
    text-align: center;
    width: 100%;
    display: block;
}
.body-site-contact .section-contact .contact-element .icon {
    margin-right: 15px;
}
.body-site-contact .section-contact .social {
    padding: 30px 0 65px;
}
.body-site-contact .result_form {
    margin-top: 30px;
}
.body-site-contact .result_form img {
    width: 35px;
}
.body-site-contact .result_form p {
    font-size: 16px;
}
.body-site-faq .bg-short .img, .body-site-faq .bg-short .img-wave1, .body-site-faq .bg-short .img-wave2, .body-site-faq .bg-short .img-wave3 {
    display: none;
}
.body-site-faq .head3 {
    font-size: 65px;
    line-height: 65px;
}
.body-site-faq .section-faq {
    margin-bottom: 90px;
}
.body-site-faq .section-faq .card .card-header {
    padding: 22px 0;
}
.body-site-faq .section-faq .card .card-header .btn {
    font-size: 22px;
    line-height: 22px;
}
.body-site-faq .section-faq .card .card-body {
    padding: 0 0 20px;
}
.body-site-faq .section-faq .card .image-block {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
}
.body-site-faq .content p {
    margin-top: 20px;
}
.body-site-stone .head3 {
    font-size: 48px;
    line-height: 40px;
    margin: 60px auto 40px;
}
.body-site-stone .bg-short .img {
    display: none;
}
.body-site-stone .about-two .content img, .body-site-stone .about-one .content img {
    margin-bottom: 25px;
}
.body-site-stone .about-two .content .col-12, .body-site-stone .about-one .content .col-12 {
    padding-bottom: 25px;
}
.body-site-stone .about-two .grid-show-one, .body-site-stone .about-one .grid-show-one {
    margin-top: -30px;
    margin-bottom: 80px;
    position: relative;
}
.body-site-stone .stone-colors .sub-hr {
    max-width: 215px;
    margin-bottom: 25px;
}
.body-site-stone .stone-colors .filter .filters-button-group {
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.body-site-stone .stone-colors .filter .list-group-item {
    margin-top: 6px;
    margin-bottom: 6px;
}
.body-site-stone .stone-colors .filter .button-f {
    height: 35px;
    font-size: 16px;
    line-height: 14px;
    padding: 0 8px;
}
.body-site-stone .stone-colors .grid-images span {
    font-size: 16px;
    line-height: 25px;
}
.body-site-stone .stone-colors .grid-images .col-6 {
    padding-right: 5px;
    padding-left: 5px;
}
.body-site-stone .stone-colors .grid-images>div {
    margin-bottom: 15px;
}
.body-site-gallery .head3 {
    font-size: 48px;
    line-height: 40px;
    margin: 60px auto 40px;
}
.body-site-gallery .bg-short .img {
    display: none;
}
.body-site-gallery .sub-hr {
    max-width: 215px;
    margin-bottom: 25px;
}
.body-site-gallery .gallery-element {
    margin-bottom: 120px;
}
.body-site-gallery .gallery-element .grid-images {
    margin-top: 40px;
}
.body-site-gallery .gallery-element .grid-images>div {
    padding-bottom: 25px;
}
.body-site-gallery .gallery-element .grid-images a {
    width: 100%}
.body-site-gallery .gallery-element .grid-images img {
    width: 100%}
.body-site-about .head3 {
    font-size: 48px;
    line-height: 60px;
    margin: 60px auto 40px;
}
.body-site-about .sub-hr {
    max-width: 215px;
    margin-bottom: 25px;
}
.body-site-about .bg-short .img {
    display: none;
}
.body-site-about .about-one {
    padding-top: 60px;
}
.body-site-about .about-one .image-stone {
    margin: 60px auto 0;
}
.body-site-about .about-one .sub-hr {
    margin-bottom: 50px;
}
.body-site-about .about-two {
    padding-top: 80px;
    padding-bottom: 20px;
}
.body-site-about .about-two .merge-image {
    display: none;
}
.body-site-about .about-element {
    padding-bottom: 30px;
    padding-top: 80px;
    margin: 0;
}
.body-site-index .section-slider .slide-title {
    font-size: 48px;
    line-height: 50px;
    text-align: center;
}
.body-site-index .section-slider .owl-carousel .container {
    padding: 15px 75px;
    align-items: center;
}
.body-site-index .section-slider .container-warranty .warranty {
    width: 125px;
    top: -70px;
    left: calc(50% - 62.5px);
}
.body-site-index .about-one .owl-carousel {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}
.body-site-index .about-one .hr-div {
    max-width: 215px;
}
.body-site-index .about-one .hr-div .sub-hr {
    max-width: 215px;
    margin-bottom: 25px;
}
.body-site-index .about-one .slide .slide-border {
    border-right: 2px solid #FFFFFF;
    margin: 15px 15px;
}
.body-site-index .about-one .slide .title {
    font-size: 12px;
}
.body-site-index .about-one .owl-item:nth-child(even) .slide-border {
    margin-right: 15px;
    border-right: 2px solid #FFFFFF;
}
.body-site-index .about-one .owl-item:nth-child(odd) .slide-border {
    margin-right: 15px;
    border-right: 2px solid #FFFFFF;
}
.body-site-index .about-one .owl-nav img {
    width: 45px;
}
.body-site-index .about-one .owl-nav .owl-next, .body-site-index .about-one .owl-nav .owl-prev {
    background-color: #fff;
    margin: 0;
    top: calc(50% - 65px);
}
.body-site-index .about-one .owl-nav .owl-prev {
    left: 0;
}
.body-site-index .about-one .owl-nav .owl-next {
    right: 0;
}
.body-site-index .about-two .head3 {
    font-size: 72px;
    line-height: 80px;
    margin: 30px auto 25px;
}
.body-site-index .about-two .sub-hr {
    margin-bottom: 35px;
}
.body-site-index .about-two .time {
    padding-right: 0;
    padding-left: 0;
}
.body-site-index .about-two .time .box-border img {
    margin-bottom: 15px;
}
.body-site-index .about-two .time .box-border p {
    font-size: 24px;
    line-height: 30px;
}
.body-site-index .about-two .time .col-image {
    max-width: 475px;
}
.body-site-index .about-two .time .row {
    margin-bottom: 25px;
}
.body-site-index .about-two .time .row:nth-child(odd)>div:first-child .box-border, .body-site-index .about-two .time .row:nth-child(even)>div:first-child .box-border {
    right: 0;
    left: 0;
    margin: 25px 40px;
}
.body-site-index .about-two .time .row:nth-child(odd)>div:last-child {
    order: 2;
    padding: 25px 45px 0;
}
.body-site-index .about-two .time .row:nth-child(even)>div:first-child {
    order: 1;
}
.body-site-index .about-two .time .row:nth-child(even)>div:last-child {
    order: 2;
    padding: 25px 45px 0;
}
.body-site-index .bg-short-gallery {
    margin-top: 40px;
}
.body-site-index .bg-short-gallery .frame {
    padding: 35px;
}
.body-site-index .bg-short-gallery .frame .body {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 3px;
}
.body-site-index .bg-short-gallery .frame .button {
    padding-top: 10px;
    padding-bottom: 10px;
}
.body-site-index .about-three .head3 {
    font-size: 48px;
    line-height: 18px;
}
.body-site-index .about-three .hr-div {
    max-width: 215px;
}
.body-site-index .about-three .hr-div .sub-hr {
    max-width: 215px;
    margin-bottom: 25px;
}
.body-site-index .about-three .slide {
    flex-direction: column;
}
.body-site-index .about-three .slide>div {
    flex: 0 0 90%;
    max-width: 90%}
.body-site-index .about-three .slide>img {
    margin-bottom: 40px;
    flex: 0 0 100%;
    max-width: 100%}
.body-site-index .about-three .slide .quote {
    width: 32px;
    margin-bottom: 15px;
}
.body-site-index .about-three .slide .body {
    font-size: 14px;
    line-height: 30px;
}
.body-site-index .about-three .owl-nav .owl-prev, .body-site-index .about-three .owl-nav .owl-next {
    top: 75px;
}
.body-site-index .about-three .owl-nav .owl-prev {
    left: 0;
}
.body-site-index .about-three .owl-nav .owl-next {
    right: 0;
}
.body-site-index .about-element {
    padding-bottom: 60px;
}
.body-site-index .partners {
    margin-bottom: 80px;
}
.body-site-index .partners .head3 {
    font-size: 48px;
    line-height: 18px;
}
.body-site-index .partners .hr-div {
    max-width: 215px;
}
.body-site-index .partners .hr-div .sub-hr {
    max-width: 215px;
    margin-bottom: 25px;
}
.body-site-index .partners .slide {
    margin: 0px 45px;
}
.body-site-index .partners .owl-nav img {
    width: 45px;
}
.body-site-index .partners .owl-nav .owl-prev, .body-site-index .partners .owl-nav .owl-next {
    opacity: 1;
}
.body-site-index .partners .owl-nav .owl-prev {
    left: 0;
}
.body-site-index .partners .owl-nav .owl-next {
    right: 0;
}
}@media (max-width: 767px) {
    .bg-short {
    height: 100vh;
}
}@media (max-width: 575px) {
    .body-site-gallery .gallery-element .grid-images>div>a {
    max-height: 220px;
}
}@media (min-width: 576px) and (max-width: 767px) {
    .body-site-gallery .gallery-element .grid-images>div>a {
    max-height: 160px;
}
}@media (min-width: 768px) and (max-width: 991px) {
    .body-site-gallery .gallery-element .grid-images>div>a {
    max-height: 220px;
}
}@media (min-width: 992px) and (max-width: 1365px) {
    .footer .container-fluid .container .nav-item: not(:last-child) {
    margin-right: 8px;
}
.footer .container-fluid .container .nav-item:not(:first-child) {
    margin-left: 8px;
}
.footer .container-fluid .container .phone {
    font-size: 20px;
}
.footer .container .text {
    display: flex;
    flex-direction: column;
}
.body-site-gallery .gallery-element .grid-images>div>a {
    max-height: 194px;
}
.body-site-index .section-slider .owl-carousel .container, .body-site-index .section-slider .owl-carousel .owl-item {
    height: 465px;
}
.body-site-index .section-slider .owl-carousel .container {
    padding-left: 620px;
}
.body-site-index .about-three .slide>img {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 40px;
}
.body-site-index .about-three .owl-nav .owl-prev {
    left: -33px;
}
.body-site-index .about-three .owl-nav .owl-next {
    right: -33px;
}
.body-site-index .about-two .time .row:nth-child(even)>div:first-child .box-border {
    right: 15px;
    left: 15px;
}
.body-site-index .about-two .time .row:nth-child(odd)>div:first-child .box-border {
    right: 15px;
    left: 15px;
}
}@media (min-width: 1365px) and (max-width: 1465px) {
    .body-site-index .section-slider .owl-carousel .container, .body-site-index .section-slider .owl-carousel .owl-item {
    height: 635px;
}
}
/*# sourceMappingURL=main.min.css.map */
