body {
    font-family: 'DM Sans', sans-serif;
    color: #101820;
    margin: 0;
}
html, body {
    margin: 0;
    padding: 0;
}
body.menu-active {
    margin: 0;
    height: 100%;
    overflow: hidden;
}
body.menu-active .header__logo {
    opacity:0;
}
body.menu-active .header {
    background: #0000;
}
h3 {
    font-size: 42px;
    font-weight: 500;
    line-height: 52px;
    margin: 0;
}
h4 {
    font-size: 24px;
    font-weight: 200;
}
h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 46px;
    margin: 0;
    text-transform: uppercase;
}
img{max-width: 100%; max-height: 100%;}
ul{padding-left: 0;}
a, a:hover{text-decoration: none; color: initial;}
p {
    color: #212121;
    margin-bottom: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
li {
    list-style: none;
}
.overflow-color {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 9999;
    display: none;
    opacity: 0.5;
}
body.menu-active .overflow-color {
    display: block;
    z-index: 9;
}
body.menu-active .header.nav-active {
    background: #ffaeae00;
}
.header {
    background-color: #00000000;
    padding: 20px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 999;
    transition: all 0.2s ease;
}
.subpage .header {
    background: #fff;
}
.black.header {
    background: #101820;
}
.header.nav-active {
    background: #FFFFFF;
    transition: all 0.1s ease;
    padding: 10px 0!important;
    top: 0;
    filter: drop-shadow(0px 2px 1px #00000021);
}
.header.nav-active a {
    color: #212121;
}
.header.nav-active .dropdown-content a{
    color: #fff;
}
.header.nav-active span {
    background: #000;
}
.header__row{display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; width: 100%;transition: all 0.2s ease;}
.header__burger {
    display: none;
    width: 35px;
    height: 27px;
    position: absolute;
    right: 6%;
    margin: 0;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s, ease;
    -moz-transition: 0.3s, ease;
    -o-transition: 0.3s, ease;
    transition: 0.3s, ease;
}
.header__burger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    border-radius: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s, ease;
    -moz-transition: 0.3s, ease;
    -o-transition: 0.3s, ease;
    transition: 0.3s, ease;
}
.header__burger span:nth-child(1) {top: 0px;}
.header__burger span:nth-child(2) {top: 11px;}
.header__burger span:nth-child(3) {top: 22px;}
.header__burger.open span {
    background-color: #fff!important;
}
.header__burger.open span:nth-child(1) { top: 11px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);}
.header__burger.open span:nth-child(2) { opacity: 0; left: -35px;}
.header__burger.open span:nth-child(3) {top: 11px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);}
.header__logo {
    max-width: 200px;
    transition: all 0.1s ease-out;
}
.header__logo:hover{opacity: 0.7;}
.header__logo img {
    max-width: 100%;
    width: 185px;
    transition: all 0.1s ease;
}
.subpage .header__logo img {
    opacity: 0;
}
.subpage .header__logo {
    max-width: 200px;
    transition: all 0.1s ease-out;
    background-image: url(../images/logo_gold.svg)!important;
    background-repeat: no-repeat;
    width: 155px;
    background-size: contain;
    text-align: center;
}
.header__menu ul{margin-bottom: 0;margin-top: 0;}

.header__menu li {
    display: inline-block;
    margin-left: 1.2em;
}
.header__menu li a {
    color: #f4f1ed;
    font-size: 16px;
    padding: 8px 18px;
    line-height: 30px;
    font-weight: 400;
    transition: 200ms;
    background-repeat: no-repeat;
    background-position: 100% 53%;
    background-size: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.header__menu li a:hover {
    color: #D6A963;
}
.nav-active .header__logo {
    transition: all 0.2s ease-out;
    background-image: url(../images/logo_black.svg)!important;
    background-repeat: no-repeat;
    width: 155px;
    background-size: contain;
    text-align: center;
}
.nav-active .header__logo img {
    opacity: 0;
    transition: all 0.1s ease;
}
.header.variant .header__logo {
    transition: all 0.1s ease-out;
    background-image: url(../images/logo_nav_active.svg)!important;
    background-repeat: no-repeat;
    width: 200px;
    height: 29px;
    background-size: contain;
}
.header.variant .header__logo img {
    opacity: 0;
}
#menu-menu_header li:last-child {
    margin-right: 0;
}
#menu-menu_header li:last-child a{
    padding-right: 0;
}
.header.variant ul li a {
    color: #212121;
}
.top_info_box {
    background: #212121;
    width: 100%;
    display: table;
    color: #EFEFEF;
    padding: 15px 0;
    font-size: 14px;
    border-bottom: 1px solid #313131;
}
.top_info_box span {
    vertical-align: text-bottom;
}
.top_info_box img {
    vertical-align: sub;
    margin-right: 10px;
}
.black ~ section {
    margin-top: 70px;
}
.header__menu {display: inline-flex; place-content: flex-end; padding:0; margin:0;}
.menu-item .active {
    color: #D4C28C;
}
.nav__phone {
    display: inline-block;
    line-height: 28px;
    margin-left: 3em;
}
.nav__phone a {
    color: #ff4d00;
    font-weight: 600;
    font-size: 14px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
    position: absolute;
    background-color: #212121e0;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    padding: 0;
    z-index: 1;
    top: 30px;
    overflow: hidden;
    transition: all 0.3s ease-out;
    height: 0px;
}
.dropdown-content ul li {
    margin: 0;
    width: 100%;
}
.dropdown:hover .dropdown-content {
    display: block;
    height: fit-content;
    transition: all 0.3s ease-out;
    overflow: hidden;
    padding: 10px 0px;
}
.dropdown-content ul li {
    line-height: 40px;
}
.top {
    background: no-repeat center/cover;
    min-height: 100vh;
    position: relative;
    width: 100%;
    background-color: #101820;
}
.top__div {
    text-align: center;
    position: absolute!important;
    top: calc(50% - 80px);
    left: 0;
    right: 0;
}
.top__div h3 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 15px!important;
    text-align: left;
    letter-spacing: 0.2em;
    margin-top: 7vh;
}
.top__button {
    display: block;
    text-align: left;
    position: absolute;
    bottom: 80px;
}
.top__button .background {
    background-color: #2a2a2c;
}
.top__right{max-width: 100%; justify-content: flex-end;}
.top__title {
    color: #ffffff;
    font-size: 60px;
    line-height: 78px;
    font-weight: 400;
    margin: 0;
    text-align: center;
}
.sub-hero .top__title {
    font-size: 48px;
    line-height: 58px;
    font-weight: 900;
}
.top__title b {
    font-weight: 900;
}
span.line {
    background: #fff;
    height: 1px;
    display: block;
    margin: 20px 0;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
.container.no-wrap {
    padding-left: 0;
    padding-right: 0;
}
#decor:before {
    background-image: url(../images/decor.svg)!important;
    background-repeat: no-repeat;
    width: 163px;
    height: 23px;
    content: '';
    position: absolute;
    bottom: 0;
}
/*BUTTONS*/
.btn {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 19px 30px 16px;
    position: relative;
    transition: all 0.3s ease-in-out;
    background: #D6A963;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.btn:hover {
    background: #8A6B3A;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.btn:hover img {
    filter: grayscale(100) brightness(2);
}
.btn-link {
    color: #d6a963;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.btn-link:hover{
    color: #8A6B3A; 
}


.line-row {
    width: 100%;
    display: inline-block;
    padding: 20px 0 20px;
}
hr{
    float: left;
    border-width: 1px;
    border-style: solid;
    border-bottom: none;
}
/*ABOUT*/
.about__section {
    float: left;
    width: 100%;
}
.content {
    width: 100%;
    display: inline-block;
    padding: 130px 0 135px;
    float: left;
}
.products.content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about__section .content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.subpage .content {
    padding-top: 50px;
}
.about__section .about_image {
    margin-right: calc(100% - 49vw);
}
.features #flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}
.features .icon_wrapper {
    text-align: center;
    width: 33.33333333333%;
    float: left;
}
.icon_wrapper span {
    height: 130px;
    display: block;
}
.icon_wrapper span img{
    vertical-align: bottom;
}
.offer__section .btn {
    background: none;
    border: 1px solid #FFFFFF;
    margin-top: 20px;
}
.offer__section .btn:hover {
    background: #fff;
    color: #000;
}
.info-box {
    width: 48%;
    margin: 1%;
    float: left;
    text-align: center;
    padding: 50px 0;
}
.info-box h4 {
    font-size: 36px;
    font-weight: 900;
    margin: 0;
    margin-bottom: 30px;
}
.info-box p {
    font-weight: 700;
    font-size: 14px;
}
.orange h4, .orange p {
    color: #fff;
}
.white h4, .white p {
    color: #FF4D00;
}
p.intro {
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    word-wrap: break-word;
    width: 80%;
}
p.cont {
    font-size: 18px;
    line-height: 31.2px;
    word-wrap: break-word;
    width: 80%;
    font-weight: 400;
}
.section__header h3 {
    text-align: center;
    padding: 60px 0;
}
/*BIO SHOP CTA*/
.shop__section {
    width: 100%;
    display: inline-block;
    padding: 70px 0 0;
    float: left;
}
.shop__section .wrapper {
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.shop__section .btn {
    background: none;
    border: 1px solid #000;
    margin-top: 50px;
    color: #000;
}
.shop__section .btn:hover {
    background: #8A6B3A;
    border-color: #8A6B3A;
    color: #fff;
}
/*OFFER SECTION*/
.offer__section {
    float: left;
    width: 100%;
    color: #fff;
}
.offer__section .section_header {
    padding-bottom: 40px;
    text-align: center;
}
#offer_boxes {
    list-style: none;
    width: calc(100% + 15px);
    display: inline-block;
    margin-left: -15px;
}
a.box {
    display: block;
    background: #fff;
}
.offer_image {
    width: 100%;
    height: 180px;
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: .4s all ease;
    -o-transition: .4s all ease;
    -moz-transition: .4s all ease;
    transition: .4s all ease;
}
.offer__section .icon_wrapper {
    text-align: center;
}
/*OFFER EXTENDED*/
.offer_box {
    background-color: #000!important;
    display: inline-block;
    width: 100%;
    float: left;
    color: #fff;
    background-repeat: no-repeat!important;
    background-position: 100% 100%!important;
    background-size: 12%!important;
    padding: 60px 0;
}
.offer_box .container {
    display: flex;
    flex-wrap: wrap;
}
.offer_box:nth-child(2n){
    background-color: #F3F3F3!important;
    color: #000000;
}
.offer_box .col-50{ 
    display: flex;
    text-align: left;
    justify-content: center;
    flex-direction: column;
}
.offer_box .col-30 {
    margin-right: 5%;
}
.offer_box p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
}
.offer_box:nth-child(2n) p{
    color: #000000;
}
.offer_box:nth-child(2n) table.type {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
table.type {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    margin-top: 30px;
}
table.type th:first-child {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 200;
}
table.type th:last-child {
    font-size: 42px;
    font-weight: 600;
    text-align: right;
}
.offer_box img{
    transition: 200ms;
}
.offer_box img:hover {
    transform: rotate(10deg);
}
.subpage.offer .shop__section .wrapper {
    border-bottom: none;
    padding-bottom: 70px;
}
/*SUBPAGES*/
.top.sub-hero {
    min-height: 400px;
}
.top.sub-hero .top__div {
    top: 150px!important;
}
ul.breadcrumb {
    list-style: none;
    color: #D6A963;
}
ul.breadcrumb li {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
}
ul.breadcrumb li a {
    color: #D6A963;
    text-decoration: none;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color:#D6A963;
    content: "/\00a0";
}
tr {
    padding: 0;
    margin: 0;
    line-height: 36px;
}
table, th, td {
  border-spacing: 0px;
}
td {
    border-bottom: 2px solid #B4B4B4;
    font-size: 18px;
    font-weight: 500;
}
tr td:nth-child(2) {
    border-left: 2px solid #B4B4B4;
    font-weight: 600;
    padding-left: 15px;
    width: 25%;
}
tr:last-child td {
    border-bottom: none;
}
.offer__section .table{
    margin-top: 50px;
}
.offer__section table{
    width: 60%;
    margin-top: 20px;
    margin-bottom: 30px;
}
/*BLOG*/
.blog {
    float: left;
    width: 100%;
}
.blog.recent {
    background: #F3F3F3;
}
.blog.entry_sp .col-33 {
    padding: 0 20px;
}
.blog.entry_sp h4 {
    color: #717171;
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 500;
}
.blog.entry_sp p {
    font-size: 14px;
    color: #717171;
    line-height: 18.2px;
    margin-bottom: 30px;
}
.blog.entry_sp .btn {
    background: none;
    border: 1px solid #000;
    margin-top: 50px;
    color: #000;
}
.blog.entry_sp .btn:hover {
    background: #8A6B3A;
    border-color: #8A6B3A;
    color: #fff;
}
#main {
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 70px;
}
article.post.sneak a#title {
    color: #717171;
    font-size: 24px;
    line-height: 31.2px;
    display: block;
    margin: 40px 0 20px;
    transition: 200ms;
}
article.post.sneak a#title:hover {
    color: #000;
}
article.post.sneak p {
    color: #717171;
    font-size: 14px;
    line-height: 18.2px;
    margin-bottom: 30px;
}
article.post.sneak {
    margin: 40px 0 20px;
    padding: 0 5px 0 25px;
}
article.col-33.post.sneak img {
    width: 100%;
}
.post-thumbnail {
    margin-top: 50px;
}
.post-thumbnail img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}
article.post.full #title {
    color: #000;
    font-size: 42px;
    line-height: 54.6px;
    display: block;
    margin: 50px 0;
    font-weight: 200;
}
article.post.full #sneak {
    font-size: 24px;
    line-height: 31.2px;
}
article.post #content {
    margin: 50px 0 50px;
}
article.post.full {
    padding-bottom: 100px;
}
/*SHOWCASE*/
.galleru_menu {
    padding-bottom: 50px;
    border-bottom: 2px solid #FF4713;
}
.galleru_menu ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    overflow: hidden;
}
.galleru_menu ul li {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 24px;
    float: left;
    margin-right: 5.32%;
    height: 60px;
}
.galleru_menu ul li:last-child {
    margin-right: 0%!important;
}
.galleru_menu ul li a {
    text-decoration: none;
    color: #616161;
    font-family: termina, sans-serif;
    font-size: 15px;
    line-height: 46px;
    text-transform: uppercase;
}
.galleru_menu li.active {
    border-bottom: 10px solid #FF4713;
}
.galleru_menu li.active a {
    color: #FF4713!important;
}
.galleru_menu ul li a:hover {
    color: #FF4713;
}
.gallery {
    width: calc(100% + 15px);
    display: inline-block;
    margin-left: -15px;
}
.case-cover.image-box.zoom-in {
    height: 350px;
}
.image-box {
    position: relative;
    overflow: hidden;
    background-color: #000;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.image-box {
    display: flex;
    justify-content: center;
    align-items: end;
    width: calc(25% - 15px);
    cursor: pointer;
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
}
.zoom-in:focus::after, .zoom-in:hover::after {
    transform: scale(1.05);
}
.zoom-in::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-size: cover;
    transform-origin: center;
    transition: transform 0.4s ease-in-out;
}
.image-content {
    z-index: 999;
}
.image-box:hover .overlay-color {
    opacity: 50%;
    transition: all 0.3s ease-in-out;
}
.image-box .overlay-color {
    opacity: 0;
}
.image-box .overlay-color {
    z-index: 99;
    transition: all 0.3s ease-in-out;
    background: #FF4713;
}
.extra-content {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}
.extra-content p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    font-weight: 700;
}
.image-box:hover .extra-content {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.case_view .flex-box .col-50 {
    margin-bottom: 30px;
    margin-top: 40px;
}
.case_view .col-50.return {
    text-align: right;
}
.return a {
    font-family: termina, sans-serif;
    font-size: 15px;
    color: #616161;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}
.return img {
    margin-right: 15px;
    vertical-align: bottom;
}
.return a:hover {
    color: #ff4713;
}
/*ABOUT US*/
section.about_us {
    float: left;
    width: 100%;
    position: relative;
}
.about_us__box p {
    color: #101820;
    display: grid;
    grid-template-columns: 80% 20%;
    justify-content: space-between;
}
.about_us__box_left {
    position: absolute;
    width: 50%;
    left: 0;
    height: -webkit-fill-available;
    z-index: -9;
}
.about_us__image_right {
    position: absolute;
    right: 0;
    height: -webkit-fill-available;
    z-index: -9;
    flex: 0 0 50%;
    width: 50%;
    background: no-repeat center/cover;
}
.about_us__row{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.about_us__box {
    width: 50%;
    padding: 40px 0 60px;
}
section.features h5 {
    color: #FFFFFF;
    margin-top: 15px;
}
section.features p {
    font-size: 16px;
    line-height: 20.8px;
    color: #fff;
    font-weight: 500;
    display: grid;
    grid-template-columns: 80% 20%;
    justify-content: space-between;
}
.section_header.center {
    text-align: center;
}

/*GALLERY*/
.row.gallery .item {
    margin-bottom: 12px;
    overflow: hidden;
}
.item2 {
    display: block;
    height: 348px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-transition: .4s all ease;
    -o-transition: .4s all ease;
    -moz-transition: .4s all ease;
    transition: .4s all ease;
}
.row.gallery {
    padding-bottom: 100px;
}
.showcase {
    float: left;
    width: 100%;
    padding: 60px 0 130px;
    position: relative;
    display: inline-block;
}
.showcase .btn {
    margin-top: 40px;
}
.owl-dots {
    display: none;
}
.owl-nav {
    position: absolute;
    top: calc(50% - 50px);
    margin: 0 !important;
    width: 100%;
}
button.owl-prev {
    background-image: url(../images/left.svg)!important;
    background-size: 100%!important;
    height: 100px;
    width: 48px;
    margin: 0!important;
    border-radius: 0!important;
    left: 0;
    position: absolute;
}
button.owl-next {
    background-image: url(../images/right.svg)!important;
    background-size: 100%!important;
    height: 100px;
    width: 48px;
    margin: 0!important;
    border-radius: 0!important;
    right: 0;
    position: absolute;
}
.owl-nav button span {
    display: none;
}



/*CLIENTS*/
section.clients {
    float: left;
    width: 100%;
    position: relative;
    display: inline-block;
    padding-bottom: 70px;
}
section.clients h3 {
    color: #000;
    text-align: center;
    padding: 70px 0 30px;
}
.cl_logo {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 2.5vh;
    margin-top: 2.5vh;
}
.cl_logo img {
    width: 100%;
    height: 140px;
    text-align: center;
    object-fit: contain;
}

/*ABOUT CUSTOM PAGE*/
.page_header {
    margin-top: 150px;
}
.page_header h2 {
    color: #D6D6D6;
    font-size: 48px;
    font-weight: 200;
    margin: 0;
}
.subpage .header__menu li a{
    color: #000000;
}
.subpage .header__menu li a:hover{
    color: #D6A963;
}
.subpage .header__burger span{
    background: #000;
}
.col-ico {
    width: 73px;
    float: left;
    display: inline-block;
}
.col-text {
    text-align: left;
    display: inline-block;
    margin-left: 20px;
    width: calc(100% - 100px);
    padding-right: 20px;
}
.col-text h4 {
    margin-top: 10px;
}
.features .icon_wrapper .col-33 {
    margin: 60px 0 30px;
}
.features .content {
    padding: 130px 0 100px;
}
.offer__section.features {
    margin-bottom: 70px;
}
.subpage .icon_wrapper:first-child {
    margin-bottom: 70px;
}
/*OFFER CUSTOM PAGE*/
.subpage.offer .media{
    position: absolute;
    right: 0;
}
.media_content video {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.media_content img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.subpage.offer .about__section {
    display: flex;
    align-items: center;
}
.media_content {
    margin-top: 200px;
}
.subpage.offer .col-ico {
    width: 100%;
    text-align: center;
}
.subpage.offer .col-text {
    text-align: center;
    margin-left: 0;
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
}
.subpage.offer .features h3 {
    text-align: center;
    margin-bottom: 70px;
}
.subpage.offer .icon_wrapper {
    margin-bottom: 0!important;
}

/*END*/



section.contact__cta {
    display: inline-block;
    width: 100%;
    float: left;
}
.contact__cta h3 {
    font-size: 36px;
    line-height: 43px;
}
.cta-image {
    background-color: #cccccc;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.overlay-color {
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 50%;
}
.cta-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.materials .image_box_right {
    background: no-repeat center/cover;
    background-size: 400px;
    background-position: 10% 50%;
}
.materials .coop_box.left .image_box_right {
    background-position: 80% 50%;
}
.materials .coop_box ul li {
    list-style: none;
    font-size: 16px;
    line-height: 20px;
}
.materials .coop_box.left {
    background: #F2F2F2;
    z-index: -99;
}
.materials .coop_box_text {
    padding: 100px 0 120px;
}
.stages.coop__section {
    position: relative;
    float: left;
    width: 100%;
}
.offer_img_3 .about_us__box {
    padding-left: 50px;
}
.stages .info-box {
    width: 31.33%;
}
.see_materials {
    z-index: 9999999999999999;
    position: absolute;
    top: 12%;
    left: 50px;
}
.cta_materials .about_us__image_right{
    z-index:9999;
}

/*COOPERATION*/
.coop__header {
    width: 100%;
    display: flex;
    align-items: flex-start;
    position: relative;
}
.coop__header h4 {
    font-size: 24px;
    color: #fff;
    line-height: 29px;
    font-weight: 700;
}
.coop__header .info-box {
    text-align: left;
    padding: 5px 0;
}
.coop__header .info-box h4 {
    margin-bottom: 0px;
}
.coop__header .cont {
    width: 100%;
}
.coop-info {
    padding: 20px 0;
}
img.triangle {
    bottom: -40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}


.coop_box {
    float: left;
    width: 100%;
    position: relative;
}
.coop_box_left {
    position: absolute;
    width: 50%;
    left: 0;
    height: -webkit-fill-available;
    z-index: -9;
}
.image_box_right {
    position: absolute;
    right: 0;
    height: -webkit-fill-available;
    z-index: -9;
    flex: 0 0 50%;
    width: 50%;
    background: no-repeat center/cover;
}
.image_box_left {
    position: absolute;
    left: 0;
    height: -webkit-fill-available;
    z-index: -9;
    flex: 0 0 50%;
    width: 50%;
    background: no-repeat center/cover;
}
.coop_box_row {
    display: flex;
    flex-wrap: nowrap;
    width: 50%;
}
.coop_box_text {
    width: 100%;
    padding: 130px 0 150px;
}
.coop_box_text .intro {
    color: #101820;
    margin-top: 40px;
    margin-bottom: 20px;
}
.coop_box.left .empty-space {
    width: 50%;
    display: inline-block;
    float: left;
    height: 100px;
}
.coop_box.left .image_box_right {
    left: 0;
}
.coop_box.left .coop_box_text {
    padding-left: 40px;
}
ul#coop_boxes {
    margin: 0;
}
/*COLUMNS, ROWS*/
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px;
}
.col {
    position: relative;
    width: 100%;
    padding-right: 6px;
    padding-left: 6px;
    box-sizing: border-box;
}

.col-20 {
    width: 20%;
    display: inline-block;
    float: left;
}
.col-25 {
    width: 25%;
    display: inline-block;
    float: left;
}
.col-30 {
    width: 30%;
    display: inline-block;
    float: left;
}
.col-40 {
    width: 40%;
    display: inline-block;
    float: left;
}
.col-33 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    display: inline-block;
    float: left;
    width: 33%;
}
.col-50 {
    width: 50%;
    float: left;
}
.col-60 {
    width: 60%;
    display: inline-block;
    float: left;
}
.col-70 {
    width: 70%;
    float: left;
}
.col-75 {
    width: 75%;
    float: left;
}
.col-80 {
    width: 80%;
    float: left;
}
.col-90 {
    width: 90%;
    float: left;
}
.col-100 {
    width: 100%;
    float: left;
}
/*FOOTER*/
footer {
    background-size: cover;
    float: left;
    width: 100%;
}
.footer__logo {
    margin: 120px 0;
}
.footer__menu a {
    font-size: 14px;
    color: #fff;
    line-height: 42px;
    transition: all 0.3s ease-in-out;
}
.footer__menu {
    margin-top: 100px;
    margin-bottom: 60px;
}
.footer__menu.center li {
    list-style: none;
}
.footer__menu.left h3 {
    color: #fff;
    margin-bottom: 30px;
    margin-top: 60px;
}
.footer__menu.left p {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 27px;
}
.footer__menu.center {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 52px;
}
.footer__menu.right {
    text-align: right;
}
.footer__menu.right img {
    width: 93px;
}
footer .row {
    border-bottom: 1px solid #8A6B3A;
}
.footer__menu a:hover {
    color: #D6A963;
}
.footer__menu .btn {
    color: #ffffff;
    font-size: 16px;
    padding: 10px 30px 10px;
    background: #d6a96300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 1px solid #fff;
}
.footer__menu .btn:hover {
    background: #8A6B3A;
    border-color: #8A6B3A;
    color: #fff;
}
.credit-info a {
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
}
.credit-info .container .wrapper{
    border-top: 1px solid #8A6B3A;
}
.credit-info {
    width: 100%;
    float: left;
    text-align: right;
    padding: 0 0 15px;
}
/*CONTACT*/
.contact-info a {
    display: block;
    line-height: 50px;
    font-size: 20px;
}
.contact-info a span {
    width: 35px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat!important;
    vertical-align: middle;
    margin-right: 15px;
    background-position: 50% 20%!important;
}
.contact-info p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 50px;
    margin-top: 0;
}
.contact__section {
    float: left;
    width: 100%;
    color: #fff;
    position: relative;
    background: #212121;
    padding: 150px 0;
    background-image: url(../images/footer_bg.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: contain;
}
.contact__section p {
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}
.contact_details img, .address img {
    vertical-align: middle;
}
.contact_details li {
    list-style: none;
    font-size: 14px;
    line-height: 35px;
}
.address {
    margin-top: 50px;
}
.address li {
    list-style: none;
    font-size: 14px;
    line-height: 21px;
    margin-left: 25px;
    position: relative;
    margin-bottom: 10px;
}
span#location {
    background-image: url(../images/location.svg);
    height: 21px;
    width: 14px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    position: absolute;
    left: -25px;
    bottom: 12px;
}
.contact_form input {
    width: 100%;
}
.contact_form .btn {
    width: 100%;
    text-align: center;
}
.half {
    width: 50%;
    float: left;
    margin-top: 150px;
}
.contact__section .section__header {
    text-align: left;
    margin-top: 80px;
}
.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    margin-top: 20px;
}
.contact-form {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 100px;
    padding-right: 100px;
}
.contact-image img {
    position: absolute;
    bottom: 0;
    object-fit: cover;
    width: 100%;
}
.contact_info li {
    font-size: 18px;
    line-height: 23px;
    list-style: none;
}
.contact_details .row {
    width: 50%;
    margin-left: 50px;
    margin-top: 150px;
}
ul.phone_list li {
    background-image: url(http://mediapark.pl/projekty/kadach/wp-content/themes/kadach/images/phone.svg);
    background-size: 20px;
    background-position: 0% 50%;
    background-repeat: no-repeat;
}
ul.phone_list {
    margin-bottom: 30px;
}
ul.phone_list a {
    color: #fff;
    margin-left: 30px;
}
ul.contact_info {
    padding-top: 30px;
    width: 100%;
}
ul.contact_info a {
    color: #fff;
}
.contact_details h3 {
    margin-bottom: 30px;
}
.contact_bg {
    background-color: #101820;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.contact-form .send-btn {
    text-align: right;
    float: right;
}
section.map__section {
    float: left;
    width: 100%;
    padding: 70px 0 100px;
    position: relative;
    display: inline-block;
}
.map__section iframe#gmap_canvas {
    border: 1px solid #FF4713;
}
.map__section .address {
    margin-top: 40px;
    margin-bottom: 40px;
}
span.wpcf7-not-valid-tip {
    display: none!important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: none!important;
    margin: 0!important;
    color: #d6a963!important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border: none!important;
    margin: 0!important;
}
.send-btn .wpcf7-submit {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 19px 30px 16px;
    position: relative;
    transition: all 0.3s ease-in-out;
    background: #D6A963;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    height: 56px;
    border-bottom: none!important;
}
.send-btn .wpcf7-submit:hover {
    background: #8A6B3A;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
/*SUBPAGES*/
.page__content {
    margin: 50px 0;
    display: inline-block;
    width: 100%;
}
section.contact__section.cta {
    padding: 70px 0;
    text-align: center;
}
.flex-box {
    display: flex;
    align-items: center;
}
.flex-box .col-50 {
    margin-bottom: 50px;
}
.about_img img {
    width: 80%;
}
.text-box {
    margin: 20px 0 50px;
    display: inline-block;
    width: 100%;
}
.dev_mobile .btn {
    display: none;
}
.image_mobile{
    display: none;
}


/*FORMS*/
input {
    height: 40px;
    background: none;
    border-bottom: 1px solid #B2B2B2!important;
    padding: 25px 25px;
    margin-bottom: 17px;
    float: left;
    width: 100%;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    border: none;
}
textarea {
    width: 100%;
    background: none;
    border-top: 1px solid #B2B2B2!important;
    font-family: 'DM Sans', sans-serif;
    line-height: 18px;
    padding: 20px 25px;
    min-height: 187px;
    font-size: 16px;
    height: 187px;
    border-bottom: 1px solid #B2B2B2!important;
    border: none;
}
input:focus, textarea:focus {
    border-color: #d6a963!important;
}
input, select, textarea{
    color: #000;
}
textarea:focus, input:focus {
    color: #000;
    border-color: #522D6D;
    outline: none;
}
input::placeholder{
    color: #171717;
}
textarea::placeholder{
    color: #171717;
}
.checkbox.round input {
    height: 15px;
    width: auto;
    margin-right: 15px;
}
.consent label:hover .more__info {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.consent label:hover .more__info {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.consent span {
    font-size: 12px;
    line-height: 15px;
    font-weight: 100;
}
.more__info {
    background: #d6a963;
    bottom: 80%;
    font-size: 13px;
    line-height: 15px;
    font-weight: 100;
    display: block;
    opacity: 0;
    visibility: hidden;
    padding: 10px 15px;
    position: absolute;
    z-index: 99;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.more__info p {
    color: #fff!important;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}
.input-group {
    width: 100%;
    display: inline-block;
    float: left;
}
.contact-form .consent p {
    color: #171717;
}
input[type="checkbox"] {
    width: auto;
    height: auto;
    margin: 5px 10px 0 0;
}
[data-entrance="custom"]{
    transform: translateY(30px);
    opacity: 0;
}
[data-entrance="custom"].has-entered{
    transform: translateY(0px);
    opacity: 1;
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    display: inline-block;
    margin-top: 20px;
    float: left;
}









@media (min-width: 1200px){
.container {
    max-width: 1364px;
}
}

@media (max-width: 2000px){
.contact_details .row {
    width: min-content;
}
}
@media (max-width: 1280px){
.contact_details .row {
    width: min-content;
}
.header__menu li a {
    padding: 8px;
}
h5 {
    font-size: 18px;
}
}
@media (max-width: 1024px){
article.col-33.post.sneak {
    width: 50%!important;
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.contact_form textarea {
    border-top: none!important;
}
.contact_form .col-40, .contact_form .col-60 {
    width: 100%;
}
.subpage.offer .features .icon_wrapper {
    width: 33.33333333333%;
    padding-bottom: 0;
}
.features .icon_wrapper {
    width: 50%;
}
.icon_wrapper:nth-child(3) {
    margin-bottom: 70px;
}
.contact__section h3 {
    font-size: 36px;
    line-height: 48px;
}
.galleru_menu {
    padding-bottom: 0;
}
.galleru_menu ul li {
    margin-bottom: 20px;
}
.case-cover.image-box.zoom-in {
    height: 280px;
}
.contact-form {
    padding-right: 15px;
}
.showcase .col-25 {
    width: 100%;
}
.nav__phone {
    margin-left: 0;
}
.coop__header .info-box {
    width: 100%;
}
span.line {
    width: 320px!important;
}
.showcase .col-75 {
    width: 100%;
    margin: 0;
}
.showcase .col-25 {
    width: 100%;
    transform: none!important;
    margin-bottom: 50px;
}
.dev_mobile .btn {
    display: block;
    text-align: center;
    width: 100%;
}
.showcase .col-25 .btn {
    display: none;
}
.showcase {
    padding: 80px 0;
}
.offer_box {
    background-image: none!important;
}
}
@media (max-width: 768px){
.col-70.consent, .checkbox {
    width: 100%;
}
.header__menu li a {
    text-transform: initial!important;
    letter-spacing: 0.2px!important;
    line-height: 2.1em!important;
}
.nav-active .header__logo {
    width: 140px;
    background-size: auto;
    text-align: center;
}
.nav-active .header__logo img {
    width: 140px;
}
article.post.full #title {
    font-size: 36px;
    line-height: 42px;
}
article.post.full .col-70 {
    width: 100%;
}
article.col-33.post.sneak {
    width: 100%!important;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.contact-info.col-40, .contact_form.col-60 {
    width: 100%;
}
.subpage.offer .media {
    display: none;
}
.subpage.offer .about__section {
    margin-bottom: 70px;
}
.media_content video {
    width: 100%;
    height: auto;
    object-fit: unset;
}
.subpage.offer .features .icon_wrapper {
    width: 100%;
    padding-bottom: 0;
}
.shop__section .wrapper {
    padding-bottom: 30px;
}
.offer__section .icon_wrapper {
    text-align: center;
    padding-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.offer__section .col-50{
    transform: translateY(0)!important;
}
.offer__section h3 {
    word-spacing: 100vw;
    margin-top: 15px;
}
.offer__section .btn {
    width: 100%;
}
p.intro {
    width: 100%;
}
p.cont {
    width: 100%;
}
.about__section .about_image {
    display: none;
}
.about__section .btn{
    width: 100%;
    text-align: center;
}
.shop__section .btn {
    width: 100%;
    text-align: center;
}
.shop__section .col-50 {
    transform: translate(0)!important;
}
.image_desktop{
    display: none;
}
.image_mobile{
    display: block;
}
.shop__section .col-50 {
    transform: none;
    margin-bottom: 30px;
}

footer .col-33.left {
    max-width: 100%;
    width: 100%;
}
footer .col-33.center {
    width: 60%;
    max-width: 60%;
}
.footer__menu .btn {
    width: 100%;
    text-align: center;
}
.credit-info .col-50 {
    text-align: left!important;
}
.credit-info .col-25 {
    text-align: left;
    padding-bottom: 20px;
}
.credit-info a {
    margin-top: 25px;
}
.footer__menu.center {
    text-align: left;
}
.header__row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.image-box {
    width: calc(50% - 15px);
}
.flex-box {
    display: inline-block;
}
.content .col-50 {
    width: 100%;
}
.about_img img {
    width: 100%;
}
.header__burger{display: block; z-index: 98;}
.header__menu {
    width: 100%;
    position: fixed;
    left: 100vw;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    height: 100vh;
    background-color: #D6A963;
    padding-top: 100px;
    display: block;
    transition: 300ms;
    padding-left: 20px;
}
.header.nav-active a {
    color: #ffffff!important;
}
.header__menu.active {
    top: 0;
    padding-top: 100px;
    left: 10vw;
    z-index: 9;
}
.header__menu li {
    display: block;
    line-height: inherit;
    text-align: center;
    margin: 0;
    text-align: left;
}
.header__logo{z-index: 8; position: relative;}

.header__menu li a {
    font-size: 18px;
    color: #141414;
}
.header__menu li a {
    color: #ffffff!important;
    font-size: 30px;
    line-height: 60px;
    background-image: none!important;
    font-weight: 400;
}
input {
    width: 100%;
}
h3 {
    font-size: 36px;
    line-height: 48px;
}
ul.phone_list li {
    font-size: 18px;
    line-height: 40px;
}
.row.gallery {
    padding-bottom: 50px;
}
.col-50 {
    width: 100%;
}
.coop__header h4 {
    font-size: 18px;
    text-align: center;
}
.col-50.coop-info p {
    text-align: center;
}
.col-50#flex {
    margin-top: 40px;
}
.half {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.contact_bg {
    width: 100%;
    height: 100%;
}
.contact-form {
    margin-bottom: 50px;
    margin-top: 50px;
}
.contact_details .row {
    width: auto;
}
.contact_details .row {
    margin-top: 50px;
}
.contact__section .col-80 {
    width: 100%;
}
.address {
    margin-bottom: 50px;
    margin-top: 40px;
}
.contact__section {
    padding: 80px 0;
}
.row {
    display: block;
}
.image_box_right {
    position: relative;
    width: 100%;
    height: 400px;
    background: no-repeat center/cover;
}
.coop_box_text {
    width: 100%;
    padding: 50px 0 60px;
}
.coop_box_row {
    width: 100%;
}
.coop_box.left .empty-space {
    display: none;
}
.coop__header {
    display: inline-block;
}
.coop__header .col-50 {
    margin-top: 20px;
}
.coop-info {
    padding: 0px 0 20px;
}
.col-50.coop-info {
    margin-top: 10px;
}
.coop_box.left .coop_box_text {
    padding-left: 0;
}
.col-25 {
    width: 100%;
    text-align: center;
}
.footer__menu.center {
    margin-left: 0;
    margin-bottom: 80px;
}
.footer__menu {
    margin: 20px 0;
}
.footer__logo {
    margin: 50px 0 20px;
}
footer .col-20 {
    width: 33.3333333%;
    text-align: center;
}
ul.contact_info {
    padding-top: 0;
}
.contact_details span.line{
    max-width: 18em;
}
.contact-form {
    padding-right: 0;
}
.top__title {
    font-size: 48px;
    line-height: 56px;
}
.nav__phone {
    margin: 20px 0;
}
.nav__phone a {
    font-size: 18px;
}
li.menu-item.dropdown img {
    display: none;
}
.dropdown-content ul li a {
    line-height: 40px!important;
}
.dropdown-content {
    position: relative;
    min-width: 240px;
    box-shadow: none;
    padding: 0;
    z-index: 1;
    overflow: visible;
    transition: all 0.3s ease-out;
    height: 100%;
    top: 0;
}
.dropdown-content li a {
    font-size: 20px!important;
}
span.line {
    width: 200px!important;
}
section.showcase {
    padding-top: 60px;
}
section.features p {
    grid-template-columns: 100%;
}
.about_us__box {
    width: 100%;
}
.about_us__image_right {
    position: relative;
    height: 300px;
    width: calc(100% - 30px);
    margin-left: 15px;
}
.contact__cta h3 {
    font-size: 24px;
    line-height: 33px;
}
.cta-text h4 {
    font-size: 18px;
}
.materials .image_box_right {
    background-size: 300px;
    background-position: 50% 50%;
}
.materials .coop_box_text {
    padding: 0px 0 80px;
}
.materials .coop_box.left .image_box_right {
    background-position: 50% 50%;
}
.see_also__image {
    display: none;
}
.offer_img_3 .about_us__box {
    padding-left: 0;
}
section.features {
    padding: 20px 0 80px;
}
.see_materials h4 {
    padding-bottom: 0px!important;
}
.see_materials {
    top: 20px;
    left: 20px;
}
.about_us__box {
    padding: 40px 0px;
}
.cta_materials .about_us__image_right{
    margin-top:15px;
}
.sub-hero .top__title {
    font-size: 36px;
    line-height: 48px;
}
.top.sub-hero .top__div {
    top: 170px!important;
}
.coop__header span.line {
    width: 100%!important;
}
.features .col-25 {
    margin-top: 30px;
}
.features .section_header {
    padding: 0;
}
.about_us p span {
    margin-top: 20px!important;
}
.credit-info .col-25 span {
    display: none;
}
.about__section {
    background-position: 0% 100%;
    background-size: cover;
}

.about__section:before {
    background: #ffffff;
}
.about_image img {
    transform: translateY(50px);
}
.content {
    width: 100%;
    padding: 50px 0 0px;
}
.top_info_box {
    display: none;
}
.top {
    min-height: calc(100vh);
}
.offer__section table {
    width: 100%;
}
.home .icon_wrapper:last-child {
    margin-bottom: 70px!important;
}
.subpage .icon_wrapper {
    margin-bottom: 20px!important;
}
.icon_wrapper:last-child {
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
}
}



@media(max-width: 500px){
.subpage.offer .media {
    display: none!important;
}
#flex { 
  display: flex; 
  /* Optional, if you want the DIVs 100% width: */ 
  flex-direction: column;
}
#flex > #a { order: 1; }
#flex > #b { order: 2; }
#flex > #c { order: 4; }
#flex > #d { order: 3; }
.info-box {
    width: 100%;
    margin: 0px;
    margin-bottom: 15px;
    float: left;
    text-align: center;
    padding: 50px 0;
}
.top__title {
    font-size: 36px;
    line-height: 46px;
}
.contact_details .row {
    margin-left: 15px;
}
.col-30 {
    width: 100%;
}
p.intro {
    width: 100%;
}
p.cont {
    width: 100%;
}
#decor:before {
    left: 0;
    bottom: -5px;
}
.image-box {
    width: calc(100% - 15px);
}
.case-cover.image-box.zoom-in {
    height: 400px;
}
}
@media(max-width: 425px){
.showcase .col-25 {
    width: 100%;
}
.about_us__box p {
    grid-template-columns: 100%;
}
footer .col-20 {
    width: 100%;
    text-align: center;
}
.about_img img {
    width: 100%;
}
.galleru_menu ul li {
    height: 60px;
    width: 100%;
    margin-bottom: 0!important;
}
.galleru_menu span {
    text-align: center;
    display: block;
}
.features .col-text h4 {
    font-size: 20px;
}
.features .col-ico {
    width: 60px;
}
.features .col-text {
    margin-left: 10px;
    padding-right: 10px;
}
.contact-info a {
    font-size: 16px;
}
}

