/*
Theme Name: Uniwp ACF Builder - excellent solution for developers
Author: geeklab.pro - Vasili Simanau
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Uniwp ACF Builder
Description: © All rights reserved. Copying, processing, distributing this template in whole or in part without the author's permission is prohibited.
Author URI: http://geeklab.com.pl/
*/

/* Font */
@font-face {
	font-family: 'Montserrat-ExtraBold';
	font-style: normal;
	font-weight: bold;
	src: local('Montserrat-ExtraBold'), url('fonts/Montserrat-ExtraBold.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat-SemiBold';
	font-style: normal;
	font-weight: bold;
	src: local('Montserrat-SemiBold'), url('fonts/Montserrat-SemiBold.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat-Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Montserrat-Medium'), url('fonts/Montserrat-Medium.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat-Light';
	font-style: normal;
	font-weight: normal;
	src: local('Montserrat-Light'), url('fonts/Montserrat-Light.woff') format('woff');
	font-display: swap;
}


html {
    font-size: 18px;
}

body {
    font-family: 'Montserrat-Light',arial,sans-serif;
	line-height: 1.6;
    color:var(--color-main);
}

/* main, footer {
	overflow: hidden;
} */

p {
	margin-bottom: 1rem;
}

a {
    color:var(--color-main);
	text-decoration:none;
	transition: 0.4s ease;
}

a:hover {
    color:var(--color-1);
	text-decoration:underline;
	transition: 0.4s ease;
}

img {
	max-width:100%;
	height:auto;
}

h1,.h1 {
	text-transform: uppercase;
}

h1,h2,.h1,.h2 {
	font-family: 'Montserrat-ExtraBold',arial,sans-serif;
	font-size: 2rem;
	line-height:1.3;
	margin-bottom:2rem;
	font-weight: 500;
}

h3,.h3 {
	font-family: 'Montserrat-ExtraBold',arial,sans-serif;
	font-size: 1.6rem;
	line-height:1.3;
	margin-bottom:1rem;
	font-weight: 500;
}

h4,h5,.h4,.h5 {
	font-family: 'Montserrat-ExtraBold',arial,sans-serif;
	font-size: 1rem;
	line-height:1.3;
	margin-bottom:1.5rem;
	font-weight: 500;
}

.title_line:after {
	content: '';
	background: var(--color-1);
	width: 5rem;
	display: block;
	height: 4px;
	margin: 1rem 0;
}

b, strong {
	font-family: 'Montserrat-ExtraBold',arial,sans-serif;
}

.text_light {
    font-family: 'Montserrat-Light',arial,sans-serif;
}

.text_medium {
    font-family: 'Montserrat-Medium',arial,sans-serif;
}

small {
	font-size: 80%;
}

.text_md {
	font-size: 115%;
}

.text_lg {
	font-size: 130%;
}

.uppercase {
	text-transform: uppercase;
}

.text_center {
   text-align: center;
}

.break_word {
	word-wrap: break-word;
}

[class^="list_cs"], [class*=" list_cs"] ul, [class^="list_cs"], [class*=" list_cs"] {
	list-style: none;
	padding:0 0 0 1.5rem;
}

[class^="list_cs"] li, [class*=" list_cs"] li {
	padding: 0 0 0.6rem 0;
	line-height: 1.4;
	position: relative;
}

[class^="list_cs"] li:before, [class*=" list_cs"] li:before {
	font-family: 'uniwp';
	content: "\e023";
	position: absolute;
	margin-right: 0;
	left: -1.5rem;
	color: var(--color-2);
}

[class^="list_cs"] li a, [class*=" list_cs"] li a {
	color: var(--color-main);
}

[class^="list_cs"] li a:hover, [class*=" list_cs"] li a:hover {
	color: var(--color-2);
	text-decoration:none;
}

/* .list_cs_2 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-column-gap: 0.5rem;
	grid-row-gap: 0.5rem;
} */

hr {
	border: 1px solid #DDDDDD;
}


/* image */
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

img.alignright {
	float: right;
}

.round img {
	border-radius: 50%;
}

.round_r_0_r_0 img {
	border-radius: 15% 0 15% 0;
}


/* table */
table {
	border-collapse: collapse;
	width: 100%;
}

table td, table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}


/* Main grid */
.container, .full_width .col_container .wrapper {
	max-width: 1350px;
	width: 95%;
	margin: 0 auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

section {
	padding-top: 7rem;
	padding-bottom: 7rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.full_width .container {
	max-width: 100%;
	width: 100%;
}

.non_stretched {
	max-width: 1450px;
	margin: 0 auto;
	width: calc(95% - 3rem);
}

.non_stretched .container {
	padding-left: 0;
	padding-right: 0;
}

.col_row {
	display: flex;
	flex-wrap: wrap;
	padding-top: 0;
	padding-bottom: 0;
	width: calc(100% + 3rem);
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

.col_row > div {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.col_px_lg .col_row {
	width: calc(100% + 4.8rem);
	margin-left: -2.4rem;
	margin-right: -2.4rem;
}

.col_px_lg .col_row > div {
	padding-left: 2.4rem;
	padding-right: 2.4rem;
}

.col_px_sm .col_row {
	width: calc(100% + 1.6rem);
	margin-left: -0.8rem;
	margin-right: -0.8rem;
}

.col_px_sm .col_row > div {
	padding-left: 0.8rem;
	padding-right: 0.8rem;
}

.col_row > *:after {
    display: block;
    content: "";
    clear: both;
}

.col_row .col_w100 {
	flex: 0 0 100%;
	width: 100%;
}

.col_row .col_w90 {
	flex: 0 0 90%;
	width: 90%;
}

.col_row .col_w80 {
	flex: 0 0 80%;
	width: 80%;
}

.col_row .col_w70 {
	flex: 0 0 70%;
	width: 70%;
}

.col_row .col_w60 {
	flex: 0 0 60%;
	width: 60%;
}

.col_row .col_w50 {
	flex: 0 0 50%;
	width: 50%;
}

.col_row .col_w40 {
	flex: 0 0 40%;
	width: 40%;
}

.col_row .col_w30 {
	flex: 0 0 30%;
	width: 30%;
}

.col_row .col_w20 {
	flex: 0 0 20%;
	width: 20%;
}

.col_row .col_w10 {
	flex: 0 0 10%;
	width: 10%;
}

.align_center .col_row {
	align-items: center;
}

.align_self_center .col_row {
	align-self: center;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.py_0 {
	padding-top: 0;
	padding-bottom: 0;
}

.py_sm {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.py_md {
	padding-top: 10rem;
	padding-bottom: 10rem;
}

.py_lg {
	padding-top: 12rem;
	padding-bottom: 12rem;
}

.p_0 {
	padding:0;
}

.pt_0 {
	padding-top: 0;
}

.pb_0 {
	padding-bottom: 0;
}

.pt_sm {
	padding-top: 2rem;
}

.pt_md {
	padding-top: 4rem;
}

.pt_lg {
	padding-top: 7rem;
}

.pb_sm {
	padding-bottom: 2rem;
}

.pb_md {
	padding-bottom: 4rem;
}

.pb_lg {
	padding-bottom: 7rem;
}

.dark, .dark h1, .dark h2, .dark h3, .dark h4 {
	color: white;
}

.text p + h2 {
	padding-top: 1.5rem;
}

.text h2 {
	margin-bottom: 1rem;
}

.bgr_1 {
	background: var(--color-1);
}

.bgr_2 {
	background: var(--color-1);
}

.bgr_3 {
	background: var(--color-3);
}

.mobile_center {
	
}

.separator .wrapper, .separator .content {
	background: transparent url("images/line.svg") center top repeat-x scroll;
	padding-top: 4rem;
	margin-top: 4rem;
}

/* Btn */
[class^="btn_"], [class*=" btn_"] {
	font-family: 'Montserrat-SemiBold',arial,sans-serif;
	padding: 1rem 2rem;
	border: 2px solid;
	line-height: 1.3;
	text-align: center;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	transition: 0.4s ease;
}

[class^="btn_"]:hover, [class*=" btn_"]:hover {
	text-decoration:none;
	transition: 0.4s ease;
}

[class^="btn_"]:before, [class*=" btn_"]:before {
	margin-right: 1rem;
	transition: 0.4s ease;
}

[class^="btn_"]:hover:before, [class*=" btn_"]:hover:before {
	transition: 0.4s ease;
}

/* [class^="btn_"]:disabled, [class*=" btn_"]:disabled {
	border-color: rgb(217, 217, 217);
	background-color: rgb(227, 227, 227);
	color: rgb(170, 170, 170);
} */


.btn_lg {
	font-size: 1.5rem;
	padding: 1.2rem 4rem;
}

.btn_md {
	font-size: 1.5rem;
	padding: 0.8rem 3rem;
}

.btn_sm {
	padding: 0.8rem 1.5rem;
	font-size: 0.9rem;
}

.btn_1 {
	color: white;
	background: var(--color-1);
	border-color: var(--color-1);
}

.btn_1:hover, .btn_1:focus {
	background: white;
	color: var(--color-1);
	border-color:var(--color-1);
}

.btn_2 {
	color: var(--color-main);
	background: white;
	border-color: var(--color-main);
}

.btn_2:hover, .btn_2:focus {
	background:white;
	color: var(--color-1);
	border-color:var(--color-1);
}

.btn_3 {
	color: white;
	background: transparent;
	border-color: white;
}

.btn_3:hover, .btn_3:focus {
	background: white;
	color: var(--color-main);
	border-color: white;
}

.dark .btn_1:hover,
.dark .btn_2:hover,
.dark .btn_1:focus,
.dark .btn_2:focus {
	color: white;
	background: transparent;
	border-color: white;
}

.box_btn {
	/* display: flex;
	align-items: center; */
	padding-top: 1.5rem;
}

.box_btn a {
	margin-right: 1rem;
}

.box_btn a:last-child {
	margin-right: 0;
}

.arrow:after {
	font-family: 'uniwp';
	content: "\e033";
	font-size: 0.8rem;
	margin-left: 0.8rem;
}

/* Form */
label {
	display: block;
	margin-bottom: 0;
	padding: 0 0 0.5rem;
}

.form_control {
	color: var(--color-1);
	padding: 1.2rem 2rem;
	border: none;
	background: #fff;
	width: 100%;
	transition: 0.4s ease;
	border-radius: 3rem;
	border: 1px solid #999;
}

textarea.form_control {
	height: auto;
}

select {
	vertical-align: middle;
	background-color: #fff;
	outline: none;
}

input:hover,
input:focus,
textarea.form_control:hover,
textarea.form_control:focus {
	background: #fff;
	outline: none;
	transition: 0.4s ease;
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.17);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.checkbox input[type="checkbox"]+span {
  cursor: pointer;
}

.checkbox input[type="checkbox"] + span:before {
	content: '';
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	display: inline-block;
	min-width: 2rem;
	width: 2rem;
	height: 2rem;
	margin-right: 2rem;
	vertical-align: -2px;
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.17);
}

.checkbox input[type="checkbox"]:checked+span:before {
  background-image: url('images/bullet.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  border-radius: 2px;
}

input[type="checkbox"]:disabled+span {
  cursor: default;
  opacity: 0.5;
}

::-webkit-input-placeholder {color:#999!important;}
::-moz-placeholder {color:#999!important; opacity: 1;}
:-moz-placeholder {color:#999!important; opacity: 1;}
:-ms-input-placeholder {color:#999!important;}

.wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
	text-align: left;
}

.wpcf7-acceptance label {
	padding: 0;
	display: flex;
	align-items: baseline;
}

.wpcf7-acceptance .wpcf7-list-item-label {
	margin-left: 0.5rem;
}

.box_send {
	position: relative;
}

.wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.wpcf7-form-control-wrap {
	margin-bottom: 1rem;
	display: block;
}

/* Header */
header {
	font-family: 'Montserrat-SemiBold',arial,sans-serif;
	position: fixed;
	display: flex;
	align-items: center;
	top: 0;
	z-index: 10;
	transition: 0.4s ease;
	width: 100%;
	padding: 1.7rem 5%;
	background: white;
}

header a:hover {
    text-decoration: none;
}

header .logo img {
	max-width: 18rem;
	transition: 0.4s ease;
}

/* header .logo img:hover {
	animation: swing 1s ease;
}

@keyframes swing { 
   20% { transform: rotate(15deg); } 
   40% { transform: rotate(-10deg); } 
   60% { transform: rotate(5deg); } 
   80% { transform: rotate(-5deg); } 
   100% { transform: rotate(0deg); } 
}  */

header .right {
	display: flex;
	align-items: center;
	margin-left: auto;
}

header a i {
	font-size: 1.6rem;
}

header a:hover i {
	color: var(--color-1);
}

header ul li.separator {
	border-left: 1px solid #ccc;
	padding-left: 1rem;
	margin-left: 1rem;
}

/* social links */
header .social_links, footer .social_links {
	list-style: none;
	display: flex;
	justify-content: end;
	margin: 0;
	padding-left: 0.5rem;
}

header .social_links li {
	padding-left: 0.7rem;
}


/* scroll */
.h_scroll {
	box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
	/* padding: 1rem 0; */
	transition: 0.4s ease;
}

.h_scroll ul li a {
	font-size: 0.9rem;
}

.h_scroll .logo img {
	max-width: 12rem;
	transition: 0.4s ease;
}

/* Extra menu */
.extra_menu {
	margin-left: auto;
	list-style: none;
	padding: 0;
	display: flex;
	align-items: center;
	line-height: 1;
	margin-bottom: 1rem;
}

.extra_menu li + li {
	margin-left: 1rem;
}

.extra_menu a {
	display: flex;
	align-items: center;
	line-height: 0.5;
}

.extra_menu a i {
    margin-right: 0.4rem;
}

.extra_menu a:hover i {
    color:var(--color-1);
}

.extra_menu .email i {
	display: none;
}


/* Nav */
.top_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: end;
}

.top_menu li {
	position: relative;
	padding: 0;
	transition: 0.4s ease;
}

.top_menu li a {
	font-family: 'Montserrat-SemiBold',arial,sans-serif;
	line-height: 1;
	display: flex;
	align-items: center;
	transition: 0.5s ease;
	/*! text-transform: uppercase; */
	padding: 0.4rem 0;
	position: relative;
	margin: 0 0.8rem;
}

.top_menu li.menu-item a:after {
	position: absolute;
	content: '';
	display: block;
	height: 2px;
	background: white;
	width: 100%;
	bottom: 0;
}

.top_menu > li > a {
	white-space: nowrap;
}

.top_menu .menu-item-has-children a {

}

/* .top_menu .menu-item-has-children > a:after {
	font-family: 'uniwp';
	content: "\e905";
	display: inline-block;
	vertical-align: middle;
	font-size: 0.3rem;
	margin-left: 0.5rem;
	color:var(--color-1);
} */

.top_menu li.current-menu-item a:after,
.top_menu li.current-menu-item .sub-menu a:after,
.top_menu li.current-post-ancestor a:after,
.top_menu li.current-page-ancestor a:after,
.top_menu li.current-menu-parent a:after {
	background: var(--color-1);
}

.top_menu li a:hover {
	text-decoration:none;
	transition: 0.4s ease;
}

.top_menu li:hover > .sub-menu {
	opacity: 1;
	visibility:visible;
	transition: 0.5s ease;
}

.top_menu .sub-menu {
	display: none;
	position: absolute;
	list-style: none;
	background: #fff;
	padding: 2rem 3rem;
	top: 2.5rem;
	border-radius: 1rem;
	box-shadow: 2rem 2rem 2rem rgba(0, 0, 0, 0.13);
}

.h_scroll .top_menu .sub-menu {
	top: 2.5rem;
}

.top_menu li:hover .sub-menu  {
	display: block;
}

.top_menu .sub-menu li {
	margin: 0;
}

.top_menu .sub-menu a {
	text-transform: none;
	background: transparent;
	position: relative;
	display: flex;
	padding: 0.3rem 0;
	font-size: 0.8rem;
}

/* .top_menu .current_page_item a,
.top_menu .current-menu-item a {
	color: var(--color-2);
} */

.top_menu li.icon {
	padding: 0;
	border: none;
}

.menu_btn {
	cursor: pointer;
	display: none;
	padding: 1rem 0.5rem;
	position: relative;
	border: 2px solid var(--color-main);
	background: transparent;
	border-radius: 0.5rem;
	margin-left: 0.7rem;
}

.menu_btn span {
	background:  var(--color-main);
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 18px;
}

.menu_btn span:before, .menu_btn span:after {
	background: var(--color-main);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

.menu_btn span:after {
	top: -5px;
}

.menu_btn span:before {
	top: 5px;
}

.menu_btn.active > span {
  background: transparent !important;
}

.menu_btn.active span:before {
  transform: rotate(-45deg);
}

.menu_btn.active span:after {
  transform: rotate(45deg);
}

.menu_btn.active > span:after, .menu_btn.active > span:before {
	top: 0;
}

/* .menu_btn.active {
    border: 1px solid #1a1a1a;
}

.menu_btn.active span:before,
.menu_btn.active span:after,
.menu_btn.active span {
	background: #1a1a1a;
}

.h_scroll .menu_btn span:before,
.h_scroll .menu_btn span:after,
.h_scroll .menu_btn span {
	background: #1a1a1a;
}

.h_scroll .menu_btn {
	border: 1px solid #1a1a1a;
} */


/* Search */
/* .search_btn {
	background: var(--color-main);
	cursor: pointer;
	border-radius: 50%;
	height: 2.5rem;
	width: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.4s ease;
}

.search_btn i {
	color: #fff;
	font-size: 0.9rem;
}

.search_btn:hover {
	background: var(--color-red);
	transition: 0.4s ease;
}

.searchform {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.87);
	z-index: 21;
}

.searchform form {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 3rem;
}

#searchform .box {
	display: flex;
	justify-content: center;
	width: 50%;
}

#searchform .box .form_control {
	margin-right: 0.5rem;
}

.searchform .close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	color: rgba(255, 255, 255, 0.36);
	cursor: pointer;
}

.searchform .close:hover {
	color: #fff;
}

.searchform_cs2 {
	position: relative;
}

.searchform_cs2 #searchsubmit {
	position: absolute;
	right: 1rem;
}

.searchform_cs2 #searchsubmit {
	position: absolute;
	right: 1rem;
	border: none;
	background: transparent;
	font-size: 1.9rem;
	cursor: pointer;
}

.searchform_cs2 .form_control {
	padding-right: 4rem;
}

.search-results h3 b {
	text-decoration: underline;
} */


/* Content */

.page_head {
	padding: 5rem 0;
	text-align: center;
	color: white;
}

.page_head h1 {
	margin-bottom: 0;
}

.page_head h1:after {
	margin: 0.5rem auto;
}

.single-post .page_head {
	background: transparent url("images/head_1.jpg") center top no-repeat scroll;
	text-align: center;
}


/*  Posts */
.breadcrumb {
	display: flex;
	align-items: center;
	line-height: 1;
	border-bottom: 1px solid #E7E4E4;
	padding-bottom: 1rem;
}

.breadcrumb, .breadcrumb a {
	color: #838383;
}

.breadcrumb span i {
	transform: rotate(-270deg);
	display: block;
	font-size: 0.4rem;
	color: #D0D0D0;
	margin: 0 0.5rem;
}

.pagination {
	list-style: none;
	padding: 3rem 0;
	display: flex;
	justify-content: center;
}

.pagination span, .pagination a {
	padding: 0.5rem 1rem;
	border-radius: 20%;
}

.pagination .current {
	background: var(--color-1);
	color: #fff;
}

.posts_list {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-column-gap: 1.7rem;
	grid-row-gap: 1.7rem;
}

.posts_list .item a {
	border: 1px solid #D2D2D2;
	border-radius: 0.5rem;
	overflow: hidden;
	display: block;
	height: 100%;
}

.posts_list .item a:hover {
    color:var(--color-main);
	text-decoration:none;
	box-shadow: 2rem 2rem 2rem rgba(0, 0, 0, 0.16);
}

.posts_list .text {
	padding: 2rem;
}

.posts_list .text {
	padding: 2rem;
}

.posts_list .date {
	color: #8F8F8F;
}

.posts_list .image {
	overflow: hidden;
}

.posts_list img {
	transition: transform .2s;
}

.posts_list img:hover {
	transform: scale(1.1);
}

.post_thumbnail {
	text-align: center;
	padding: 0 10%;
}

.post_thumbnail img {
	border-radius: 0.5rem;
	margin-top: -3rem;
	z-index: 1;
	position: relative;
}

.post_body .content {
	padding: 0 12%;
}

/* Carousel  */
.owl-carousel .owl-nav button span {
	background: var(--color-1);
	display: flex;
	height: 3rem;
	width: 3rem;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	transition: 0.4s ease;
	box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.18);
}

.owl-carousel .owl-nav button span:hover {
	background: white;
	transition: 0.4s ease;
}

.owl-carousel .owl-nav button span:after {
	font-family: 'uniwp';
	color: white;
}

.owl-carousel .owl-nav button span:hover:after {
	color: var(--color-1);
}

.owl-carousel .owl-prev span:after {
	content: "<";
	transform: rotate(-180deg);
}

.owl-carousel .owl-next span:after {
	content: ">";
}


/* Accordion */
.accordion_box .item {
	padding: 1rem;
	border: 1px solid #D2D2D2;
	margin-bottom: 1rem;
}

.accordion_box .content {
	display: none;
	padding: 2rem 0 0;
	overflow: hidden;
	background: #fff;
}

.accordion_box .title {
	display: flex;
}

.accordion_box .title h2 {
	margin-bottom: 0;
}

.accordion_box .title .arrow {
	margin-left: auto;
	display: flex;
	align-items: center;
	color: #6E6E6E;
	cursor: pointer;
}

.accordion_box .title .arrow i {
	margin-left: 2rem;
	color: var(--color-1);
	transform: rotate(180deg)
}

.accordion_box .arrow span:nth-child(1),
.accordion_box .active_item span:nth-child(2)  {
	display: none;
}

.accordion_box .active_item span:nth-child(1) {
	display: block;
}

.accordion_box .active_item i {
	transform: rotate(0deg) !important;
}


/* Slider */
.slider {
	background: black;
}

.slider .container {
	display: flex;
	flex-direction: column;
	justify-content: space-around !important;
}

.slider .item .wrapper {
	width: 50%;
}

.slider .item {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	height: 45rem;
	padding: 10rem 4rem 5.5rem 4rem;
	display: flex;
	color: #fff;
}

.slider .item:after {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.slider .item:after {
	background: rgba(3, 3, 3, 0.56);
}

.slider .subtitle, .slider h2 {
	text-transform: uppercase;
	color: white;
}

.slider .container {
	z-index: 1;
}

.slider .owl-dots {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1rem;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.slider .owl-dots button {
	outline: 0 !important;
	border: 2px solid #fff !important;
	height: 1.5rem;
	width: 1.5rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.3rem;
}

.slider .owl-dots span {
	background: transparent;
	height: 1rem;
	width: 1rem;
	display: block;
	border-radius: 50%;
}

.slider .owl-dots .active span {
	background: #fff;
}

.slider .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.slider .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	outline: 0 !important;
}

.slider .owl-nav .owl-prev {
	left: 1.5rem;
}

.slider .owl-nav .owl-next {
	right: 1.5rem;
}


/* Gallery  */
.gallery_simple, .gallery_body {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-column-gap: 1.7rem;
	grid-row-gap: 1.7rem;
}

.gallery:after {
    display: block;
    content: "";
    clear: both;
}

.gallery_simple .item img, .gallery_body .item img {
	border-radius: 0.5rem;
}

.gallery-icon img {
	border: none!important;
}

/* Tabs & gallery */
.tabs_box {}

.tabs_nav, .gallery_nav {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
}

.tabs_nav li, .gallery_nav li {
	font-family: 'UberMove-Bold',arial,sans-serif;
	font-size: 1.2rem;
	margin: 0 1rem;
	color:#8F8F8F;
	line-height: 1.3;
	cursor: pointer;
}

.tabs_nav li.active, .gallery_nav li.active {
	color:var(--color-main);
}

.tabs_nav li:after, .gallery_nav li:after {
	content: '';
	width: 100%;
	height: 3px;
	display: block;
	transition: 0.4s ease;
	margin-top: 0.5rem;
}

.tabs_nav li.active:after,
.tabs_nav li:hover:after,
.gallery_nav li.active:after,
.gallery_nav li:hover:after  {
	background: var(--color-1);
	transition: 0.4s ease;
}

.tabs_box .tabs_body .content {
	display: none;
}

.tabs_box .tabs_body .active {
	display: block !important;
}

.tabs_nav li {
	cursor: pointer;
}

/* Social */
.social {
	display: flex;
	align-content: center;
	align-items: center;
	line-height: 1.2;
	list-style: none;
	padding: 0;
}

.social a:hover {
	text-decoration: none;
}

.social i {
	margin-right: 1rem;
	font-size: 1rem;
}

.social em {
	display: none;
}


/* Footer */
footer {
	text-align: center;
}

footer section {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

footer .social_links {
	padding-top: 0.5rem;
	justify-content: center;
}

footer .social_links a {
	color: white;
	font-size: 2.5rem;
	margin: 0 0.4rem;
}

footer .social_links a:hover {
	text-decoration: none;
	color:var(--color-1);
}

footer .copyright {
	font-family: 'Montserrat-Light',arial,sans-serif;
	font-size: 85%;
	padding: 1.2rem 0;
}

footer .copyright a {
	color:var(--color-main);
}


/* #to_top {
	background: var(--color-green);
	position: absolute;
	right: 3rem;
	z-index: 1;
	text-transform: uppercase;
	font-size: 0.8rem;
	cursor: pointer;
	top: -6.5rem;
	padding: 0.6rem 1.5rem;
	border-radius: 5rem;
	transition: 0.4s ease;
}

#to_top:hover {
	background: var(--color-main);
	transition: 0.4s ease;
}

#to_top:before {
	font-family: 'uniwp';
	content: "\e901";
	transform: rotate(-90deg);
	color: #fff;
	display: inline-block;
	font-size: 0.7rem;
	margin-right: 0.5rem;
} */


.map {
	padding: 0;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	background-size: auto !important;
	min-height: 15rem;
}

.map iframe {
	display: none;
	height: 100%;
}

.map .wrapper {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.map .code {
	height: 100%;
}

.map.active iframe {
	display: block;
}

.map .wrapper:after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
}

.map.active:after {
	display: none;
}



/* Fancybox */
 a[data-fancybox] img {
  cursor: zoom-in;
}

.fancybox-zoomIn {
  animation: 0.25s ease both fancybox-zoomIn;
}

.fancybox-zoomOut {
  animation: 0.15s ease both fancybox-zoomOut;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
	border-color: var(--color-1) !important;
}


@keyframes fancybox-zoomIn {
  from {
    opacity: 0;
    transform: scale(0.75);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fancybox-zoomOut {
  to {
    opacity: 0;
    transform: scale(1.25);
  }
}

/* icon text */
.icon_text {
	display: flex;
}

.icon_text .text {
	padding-left: 0.5rem;
}

.icon_text i {
	padding-top: 0.1%;
}

/* Classes */
.iconbox_left {
	margin-bottom: 1rem;
}

.iconbox_left .col {
	display: flex;
}

.iconbox_left .icon {
	padding-right: 1rem;
	width: 2.5rem;
	font-size: 1.2rem;
}

.iconbox_left p:last-child {
	margin: 0;
}

/* Cookie Notice */
.cn-text-container {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37.468' height='36.012' viewBox='0 0 37.468 36.012'%3E%3Cpath d='M16.1-.848A18.012,18.012,0,0,1,.12-20.667,18.017,18.017,0,0,1,19.944-36.653a19.126,19.126,0,0,1,2.508.449l1.192.3-.012,1.228A14.025,14.025,0,0,0,34.775-20.861l1.2.249.043,1.224a18.594,18.594,0,0,1-.092,2.555A18.015,18.015,0,0,1,16.1-.848ZM32.826-17.159l.034-.975-.186-.047a17.155,17.155,0,0,1-12.1-15.01l-.007-.191-.956-.172A14.9,14.9,0,0,0,3.219-20.334,14.9,14.9,0,0,0,16.435-3.947,14.9,14.9,0,0,0,32.826-17.159ZM20.014-8.1a1.445,1.445,0,0,1-1.281-1.587,1.445,1.445,0,0,1,1.587-1.281A1.446,1.446,0,0,1,21.6-9.385,1.444,1.444,0,0,1,20.014-8.1Zm-8.3-2.884a1.208,1.208,0,0,1-1.07-1.326,1.209,1.209,0,0,1,1.327-1.07,1.209,1.209,0,0,1,1.07,1.327A1.208,1.208,0,0,1,11.71-10.989Zm15.548-1.866a1.945,1.945,0,0,1-1.724-2.136,1.945,1.945,0,0,1,2.138-1.724A1.945,1.945,0,0,1,29.4-14.577,1.945,1.945,0,0,1,27.258-12.855ZM19.209-18.6a1.291,1.291,0,0,1-1.144-1.418,1.29,1.29,0,0,1,1.418-1.145,1.292,1.292,0,0,1,1.145,1.419A1.293,1.293,0,0,1,19.209-18.6Zm-9.97,0a1.944,1.944,0,0,1-1.724-2.137,1.945,1.945,0,0,1,2.138-1.723,1.943,1.943,0,0,1,1.722,2.137A1.944,1.944,0,0,1,9.239-18.609Zm6.736-8.065a1.791,1.791,0,0,1-1.587-1.968,1.791,1.791,0,0,1,1.968-1.587,1.793,1.793,0,0,1,1.588,1.968A1.792,1.792,0,0,1,15.975-26.674Zm20.1-1.088a.709.709,0,0,1,.778-.627.709.709,0,0,1,.628.778.709.709,0,0,1-.778.627A.709.709,0,0,1,36.074-27.762Zm-4.311.771a1.79,1.79,0,0,1-1.587-1.967,1.789,1.789,0,0,1,1.968-1.587,1.789,1.789,0,0,1,1.586,1.968A1.788,1.788,0,0,1,31.763-26.991Zm-1.858-7.984a1.29,1.29,0,0,1,1.418-1.145A1.293,1.293,0,0,1,32.468-34.7a1.292,1.292,0,0,1-1.42,1.144A1.291,1.291,0,0,1,29.905-34.975Z' transform='translate(-0.016 36.756)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0.5rem 0 0.5rem 3rem;
}


.cn-more-info {
	background-color: rgb(106, 106, 106) !important;
}


/* Custom box style */
.top_menu .btn_1 {
	padding: 0.8rem 1.7rem;
	margin: 0 0.5rem;
}

.btn_cs {
	border-radius: 1.5rem 0 1.5rem 0;
	padding: 1rem 1.5rem !important;
}

.top_menu .btn_cs {
	margin-left: 0.5rem;
}

.box_cs1 {
	position: relative;
	color: #fff;
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-size: 50%;
}

.box_cs1 .col:last-child {
	flex: 0 0 45%;
	margin-left: auto;
	text-align: center;
}

.box_cs1 .col:first-child {
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	top: 0;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

[class^="box_cs2-"], [class*=" box_cs2-"] .wrapper {
	padding: 10%;
	text-align: center;
	color: #fff;
	min-height: 28rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

[class^="box_cs2-"], [class*=" box_cs2-"] h2 {
	text-transform: uppercase;
}

.box_cs2-2 {
	
}

.box_cs3 {
	padding: 2rem 0;
}

.box_cs3 p {
	font-family: 'Montserrat-ExtraBold',arial,sans-serif;
	color: white;
	text-align: center;
	margin-bottom: 0;
}

.box_cs3 p:before {
	font-family: 'uniwp';
	content: "\e900";
	margin-right: 0.5rem;
	font-size: 1rem;
}

.col_cs1 .wrapper {
	padding: 4rem 7% 3rem 30%;
	color: white;
}

.col_cs1 i {
	font-size: 1.7rem;
	padding-right: 0.5rem;
	color: var(--color-1);
}

.title_cs1 {
	margin-bottom: 1rem;
}

.subtitle_cs1 {
	font-style: italic;
	font-family: 'Montserrat-Medium',arial,sans-serif;
	margin-bottom: 1.5rem;
	display: block;
}

.carousel_cs1 {
	padding-bottom: 2rem;
}

.carousel_cs1 .container {
	padding: 0;
	text-align: center;
}

.carousel_cs1 .description {
	padding: 1rem;
}

.carousel_cs1 a:hover {
	text-decoration: none;
	color:var(--color-main);
}

.carousel_cs1 h3, .fancybox__caption h3 {
	font-family: 'Montserrat-SemiBold',arial,sans-serif;
	font-size: 1.1rem;
	margin-bottom: 0.3rem;
}

.carousel_cs1 .price, .fancybox__caption .price {
	font-family: 'Montserrat-ExtraBold',arial,sans-serif;
	font-size: 1.1rem;
	color:var(--color-1);
}

.fancybox__caption {
	text-align: center;
}

.gallery_cs1 {
	padding: 0;
}

.gallery_cs1 .container {
	padding: 0;
}

.gallery_cs1 .gallery_simple {
	grid-column-gap: 0;
	grid-row-gap: 0;
}

.gallery_cs1 .item img {
	border-radius: 0;
}

.gallery_cs1 .item a {
	position: relative;
	display: block;
	transition: 0.4s ease;
}

.gallery_cs1 .item a:after {
	position: absolute;
	font-family: 'uniwp';
	content: '\e161';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.71);
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3rem;
	opacity: 0;
	transition: 0.4s ease;
}

.gallery_cs1 .item a:hover:after {
	opacity: 1;
	transition: 0.4s ease;
}

/* Other */
.text p br:first-child,
.text p br:first-child + br {
	display: none;
}

@media (max-width: 1600px) {
	.col_cs1 .wrapper {
		padding-left: 16%;
	}
}

@media (max-width: 1440px) {
	.col_cs1 .wrapper {
		padding-left: 10%;
	}
}

@media (max-width: 1366px) {
	.col_cs1 .wrapper {
		padding-left: 5%;
	}
}

@media (max-width: 1280px) {
	.container {
		padding-left: 2rem;
		padding-right: 2rem;
		width: 100%;
	}
	.col_row,
	.col_px_lg .col_row,
	.col_px_sm .col_row {
		margin-left: -2rem;
		margin-right: -2rem;
		width: auto;
	}
	.col_row > div,
	.col_px_lg .col_row > div,
	.col_px_sm .col_row > div {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.non_stretched {
		width: calc(100% - 3rem);
		padding: 2rem;
	}
	.box_btn {
		display: block;
	}
	.box_btn a {
		margin-bottom: 0.7rem;
	}
	.map {
		margin-top: 0;
	}
}


@media (max-width: 1200px) {
	/* h1,h2,.h1,.h2 {
		font-size: 2rem;
		margin-bottom:1.5rem;
	}
	h3,.h3 {
		font-size: 1.4rem;
	}
	h4,h5,.h4,.h5 {
		font-size: 1.2rem;
	} */
	.list_cs {
		margin-bottom: 1.5rem;
		text-align: left;
	}
	/* header {
		padding: 1.3rem 0;
	} */
	header .wrapper {
		padding-right: 2rem;
	}
	header .logo {
		display: block;
		padding-right: 1.3rem;
		margin-right: auto;
	}
	header .logo img, .h_scroll .logo img {
		width: 15rem;
		max-width: 100%;
	}
	header .right {
		background: transparent;
	}
	.menu_btn {
		display: inline-block;
	}
	.top_menu {
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
		background: #fff;
		top: 0;
		border: 0;
		padding: 5.5rem 1.5rem 1.5rem;
		margin: 0;
		overflow-y: scroll;
		bottom: 0;
	}
	.top_menu li {
		display: block;
		margin-bottom: 0.5rem;
	}
	.h_scroll .top_menu li {
		padding: 0;
	}
	.top_menu li a {
	}
	.top_menu li a:hover {
		transform: none;
	}
	.top_menu li.icon {
		padding: 1.5rem 0;
	}
	.top_menu li:last-child a {
		border-bottom: none;
	}
	.top_menu .sub-menu {
		display: block;
		box-shadow: none;
		position: static;
		padding: 1rem;
	}
	.top_menu .sub-menu li a {
		border-bottom: 1px solid #fff;
	}
	.top_menu .sub-menu:before {
		content:none;
	}
	.btn_cs {
		margin-left: 0;
	}
	.extra_menu {
		margin-bottom: 0;
	}
	footer .container > .left {
		flex: 0 0 35%;
	}
	footer .container > .right {
		flex: 0 0 65%;
	}
	footer .col_row {
		padding-left: 0;
	}
	.slider .item .wrapper {
		width: auto;
	}
	.posts_list {
		grid-template-columns: repeat(2,1fr);
	}
	.posts_list img {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
	header ul li.separator {
		padding-left: 0.5rem;
		margin-left: 0.5rem;
	}
	.box_cs1 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.pll-parent-menu-item > a {
		display: none !important;
	}
	.pll-parent-menu-item .sub-menu {
		transform: none;
		display: flex !important;
		align-items: center;
	}
	.pll-parent-menu-item .sub-menu li {
		margin-right: 0.7rem;
	}
	.pll-parent-menu-item .sub-menu .current-lang img {
		width: 2rem;
	}
	
}

@media (max-width: 1199px) {
}


@media (max-width: 992px) {
	main, footer {
		overflow: hidden;
	}
	section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.py_lg, .pt_lg {
		padding-top: 4rem;
	}
	.py_lg, .pb_lg {
		padding-bottom: 4rem;
	}
	.py_md, .pt_md  {
		padding-top: 3rem;
	}
	.py_md, .pb_md  {
		padding-bottom: 3rem;
	}
	.col_center .col_row {
		align-items: start;
	}
	[class^="btn_"], [class*=" btn_"] {
		padding: 1rem 1.7rem;
	}
	/* #to_top {
		position: static;
		display: inline-block;
		margin-bottom: 3rem;
	} */
	.breadcrumb {
		display: block;
	}
	.items_list_markers .col_row > .col {
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
	.offer_list {
		grid-template-columns: repeat(2,1fr);
	}
	.gallery_simple, .gallery_body {
		grid-template-columns: repeat(2,1fr)!important;
	}
	footer {
		text-align: center;
	}
	footer .col_row {
		display: block;
	}
	footer .col_row > div {
		margin-bottom: 0;
	}
	.col_cs1 .icon_text {
		flex-direction: column;
	}
}


@media (max-width: 768px) {
	h1,h2,.h1,.h2 {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	/* h2,.h2 {
		font-size: 1.4rem;
	} */
	.container {
		max-width: 100% !important;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.col_row {
		display: block;
	}
	.col_row > div {
		margin-bottom: 2.5rem;
		width: 100% !important;
		max-width: 100% !important;
	}
	.col_row > *:last-child {
		margin-bottom: 0;
	}
	.slider .item .wrapper {
		padding: 0 1rem;
	}
	.slider .item {
		padding: 10rem 1rem 2rem 1rem;
		height: 40rem;
	}
	.slider .item .wrapper {
		padding: 0;
	}
	.slider .owl-nav {
		display: none;
	}
	.slider .content {
		width: 100%;
	}
	.slider-carousel .owl-dots {
		top: auto;
		flex-direction: row;
		left: 0;
		bottom: 1.5rem;
	}
	.tabs_box .tabs {
		display: block;
	}
	.testimonials {
		margin-top: 0;
		padding-top: 2rem;
		padding-bottom: 5rem;
	}
	.testimonials .container {
		display: block;
	}
	.testimonials .before_content {
		max-width: 100%;
		padding-top: 0;
	}
	.testimonials .wrapper {
		max-width: 100%;
	}
	.testimonials .owl-nav {
		position: static;
		text-align: center;
	}
	.tabs_nav, .gallery_nav {
		flex-direction: column;
		margin-bottom: 1rem;
	}
	.tabs_nav li, .gallery_nav li {
		margin: 0 0 0.5rem;
	}
	.post_body .col_left {
		width: auto;
	}
	.offer_nav ul, .tabs_cs1 .tabs_nav {
		flex-direction: column;
		padding: 1.5rem 0;
	}
	.offer_nav a, .tabs_cs1 .tabs_nav li {
		padding: 0.6rem 0;
		border-bottom: 1px dashed rgba(255, 255, 255, 0.23);
	}
	.offer_nav a:before, .tabs_cs1 .tabs_nav li:before {
		content: none;
	}
	.extra_menu span {
		display: none;
	}
	.extra_menu .email i {
		display: block;
	}
	.contact_form .col_row .col {
		margin-bottom: 0;
	}
	.mobile_center .title_line:after {
		margin-left: auto;
		margin-right: auto;
	}
	.box_cs1 {
		padding-top: 0;
	}
	.box_cs1 .col:first-child {
		opacity: 1;
		height: 30rem;
		position: static;
	}
	.box_cs1 .col:last-child {
		position: relative;
		padding-top: 2rem;
	}
	.mobile_center {
		text-align: center;
	}
	[class^="box_cs2-"], [class*=" box_cs2-"] .wrapper {
		min-height: auto;
	}
	[class^="box_cs2-"] .col, [class*=" box_cs2-"] .col {
		margin: 0;
	}
	[class^="box_cs2-"] .col_row, [class*=" box_cs2-"] .col_row  {
		display: flex;
		flex-direction: column;
	}
	.box_cs2-1 .col:first-child, .box_cs2-2 .col:last-child {
		min-height: 15rem;
	}
	.box_cs2-2 .col:last-child {
		order: 1;
	}
	.box_cs2-2 .col:first-child {
		order: 2;
	}
}


@media (max-width: 576px) {
	/* h1,.h1 {
		word-wrap: break-word;
	} */
	.slider .content {
		padding: 1.5rem;
	}
	.slider .item {
		height: 55rem;
	}
	.separator .wrapper,
	.separator .content {
		padding-top: 3rem;
		margin-top: 3rem;
	}
	.posts_list {
		grid-template-columns: repeat(1,1fr);
	}
	.box_cs1 .col:first-child {
		height: 20rem;
	}
	.box_cs1 .wrapper {
		padding: 0;
	}
	[class^="box_cs2-"], [class*=" box_cs2-"] .wrapper {
		padding: 4rem 0;
	}
	.carousel_cs1 {
		padding-top: 0;
	}
}


@media (max-width: 414px) {
	.gallery_simple, .gallery_body {
		grid-template-columns: repeat(1,1fr)!important;
	}
}

@media (max-width: 360px) {

}