/*
Theme Name: uniwp
Author: geeklab.pro - Vasili Simanau
Version: 3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: uniwp
Description: The theme is based on the ACF plugin.
Author URI: http://geeklab.pro
*/

/* Font */
@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-Bold';
	font-style: normal;
	font-weight: bold;
	src: local('Montserrat-Bold'), url('fonts/Montserrat-Bold.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: 17px;
}

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

main {
	overflow: hidden;
}

p {
	margin-bottom: 1rem;
}

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

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

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

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

img.alignright {
	float: right;
}


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

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

.title_cs:after {
	content: '';
	display: block;
	width: 2.5rem;
	height: 3px;
	background: var(--color-1);
	margin-top: 1rem;
}

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

hr {
	border: 1px solid #DDDDDD;
}

.text_light {}

.text_regular {}

.text_medium {}

small {
	font-size: 80%;
}

.text_md {
	font-size: 115%;
}

.text_lg {
	font-size: 130%;
}

.uppercase {
	text-transform: uppercase;
}

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

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

[class^="list_cs"] li:before, [class*=" list_cs"] li:before {
	content: "";
	position: absolute;
	margin-right: 0;
	left: 0;
	top: 0.4rem;
	background: var(--color-1);
	width: 8px;
	height: 8px;
	display: block;
}

[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;
}

/* 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 system */
.container {
	max-width: 1500px;
	width: 95%;
	margin: 0 auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

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

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

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

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

.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_sm {
	width: calc(100% + 2rem);
	margin-left: -1rem;
	margin-right: -1rem;
}

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

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

.align_start .col_row {
	align-items: start;
}

.col_row > * {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	padding: 0 1.5rem;
}

.col_row_sm > * {
	padding: 0 1rem;
}

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

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

/* WP custom */
.p_mb_0, .p_mb_0 p {
	margin-bottom: 0;
}


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

[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;
	font-size: 0.7rem;
}

[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 !important;
	font-size: 0.9rem;
}

.btn_1 {
	color: #fff;
	background: var(--color-2);
	border-color: var(--color-2);
}

.btn_1:hover {
	background: var(--color-1);
	color: #fff;
	border-color: var(--color-1);
}

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

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

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

.btn_3:hover {
	background: rgba(255, 255, 255, 0.13);
	color: #fff;
	border-color: white;
}

.btn_4 {
	color: var(--color-2);
	background: white;
	border-color: var(--color-2);
	border-radius: 0 2rem 0 2rem;
	border-width: 2px;
	text-transform: none;
	font-size: 1.6rem;
	text-align: left;
	line-height: 1.2;
}

.btn_4:hover {
	background: var(--color-2);
	color: #fff;
	border-color: var(--color-2);
}

.btn_4:before {
	font-size: 3rem;
	color: var(--color-2);
}

.btn_4:hover:before {
	color: #fff;
}

.btn_4 small {
	color: var(--color-1);
	font-size: 65%;
}

.btn_4:hover small {
	color: #fff;
}

.btn_5 {
	color: var(--color-1);
	background: transparent;
	border-color: transparent;
}

.btn_5.line:before {
	background: var(--color-1);
}

.btn_5:hover {
	color: var(--color-2);
	border-color: transparent;
}

.btn_5.line:hover:before {
	background: var(--color-2);
}


.btn_1.icon-tel {
	padding: 0.5rem 1.5rem;
}

.btn_1.icon-tel:before {
	font-size: 1.6rem;
}

.more {
}

.more:after {
	font-family: 'uniwp';
	content: "\e906";
	color: var(--color-main);
	margin-left: 0.5rem;
	font-size: 0.6rem;
}

.line:before {
	content: '';
	height: 1px;
	width: 1.2rem;
	background: white;
	margin-right: 0.8rem;
	transition: 0.4s ease;
}

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

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

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

input#form-send {
	padding-left: 2.2rem;
}

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

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

.contact_form .form_control {
	box-shadow: 1rem 1rem 1.5rem rgba(0, 0, 0, 0.12);
}

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:#ABABAB!important;}
::-moz-placeholder {color:#ABABAB!important; opacity: 1;}
:-moz-placeholder {color:#ABABAB!important; opacity: 1;}
:-ms-input-placeholder {color:#ABABAB!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;
}

/* Colors */
.color_main {
	color: var(--color-main);
}
.color_1 {
	color: var(--color-1);
}
.color_2, .color_2 a, .content_cs a {
	color: var(--color-2);
}
.color_3 {
	color: var(--color-3);
}
.color_4 {
	color: var(--color-4);
}


/* Header */
header {
	position: fixed;
	top: 0;
	z-index: 10;
	transition: 0.4s ease;
	width: 100%;
	background: #fff;
}

header .top {
	padding: 1.5rem 0 1.2rem;
	transition: 0.4s ease;
}

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

header .top .header_block {
	text-align: right;
}

header .top .slogan {
	font-size: 0.9rem;
}

header .top .tel {
	font-size: 1.8rem;
} 

header .top .tel a {
	color: var(--color-2);
}


/* scroll */
.h_scroll .top {
	padding: 1rem 0;
	transition: 0.4s ease;
}

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

.h_scroll .top * {
	font-size: 0.8rem !important;
	transition: 0.4s ease;
}

.h_scroll .menu_box {
	padding: 0.7rem 0;
	transition: 0.4s ease;
}


 
/* Nav */
.menu_box {
	background: var(--color-1);
	padding: 1.5rem 0;
	transition: 0.4s ease;
}

.top_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.top_menu li a {
	font-family: 'Montserrat-SemiBold',arial,sans-serif;
	line-height: 1.5;
	transition: 0.5s ease;
	font-size: 0.82rem;
	color: white;
	display: block;
	text-align: center;
}

.top_menu li a:hover {
	text-decoration:none;
	transition: 0.4s ease;
	color: var(--color-2);
}

.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 {
	color: #1a1a1a;
	text-transform: none;
	background: transparent;
	position: relative;
	display: flex;
	padding: 0.3rem 0;
	font-size: 0.8rem;
}

.top_menu .sub-menu a:after {
	font-family: 'uniwp';
	content: "\e906";
	left: 0;
	font-size: 0.6rem;
	top: 0.2rem;
	color: white;
	display: inline-block;
	margin-left: 0.5rem;
}

.top_menu .current_page_item a,
.top_menu .current-menu-item a {
	text-decoration: underline;
}

.menu_box .tel {
	display: none;
	font-size: 1.8rem;
}

.menu_box .tel, .menu_box .tel a {
	color: white;
}

.menu_btn {
	cursor: pointer;
	display: none;
	padding: 1.5rem 0.5rem;
	position: relative;
	border-radius: 50% 0 50% 50%;
	margin-left: 0.7rem;
	z-index: 1;
}

.menu_btn span {
	background: var(--color-1);
	display: block;
	height: 4px;
	position: relative;
	transition: background .2s ease-out;
	width: 2rem;
	border-radius: 20px;
}

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

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

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

.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 var(--color-1);
} */

.menu_btn.active span:before,
.menu_btn.active span:after,
.menu_btn.active span {
	background: var(--color-1);
}

/* Advanced */
.before_content {
	margin-bottom: 3rem;
	text-align: center;
}

.advanced .col {
	display: flex;
	align-items: center;
}

.align_start .col {
	align-items: start;
}

.advanced .col > .image {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	margin-right: 5%;
}

.advanced .col > .wrapper {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.advanced.image_right .col > .image {
	margin-left: 5%;
	margin-right: 0;
	order: 2;
}

/* carousel  */


/* Gallery  */


/* accordion */
.accordion_box .item {
	padding: 2rem;
	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;
}


/* Tabs & gallery */


/* Custom boxes style*/
.py_0 {
	padding-top: 0;
	padding-bottom: 0;
}

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

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

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

.p_0 {
	padding:0;
}

.pt_0 {
	padding-top: 0;
}

.pb_0 {
	padding-bottom: 0;
}

.pt_sm {
	padding-top: 1rem;
}

.pt_md {
	padding-top: 5rem;
}

.pt_lg {
	padding-top: 9rem;
}

.pb_sm {
	padding-bottom: 1rem;
}

.pb_md {
	padding-bottom: 5rem;
}

.pb_lg {
	padding-bottom: 9rem;
}

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

/* List */


/* image carousel  */


/* Content */
.simple_content {
	padding-top: 5rem;
	padding-bottom: 6rem;
}

.simple_content :is(h1, h2, h3, h4, h5, h6) {
    color:var(--color-1);
	margin-bottom: 1.2rem;
}

.simple_content p + :is(h1, h2, h3, h4, h5, h6, table) {
	margin-top: 1.8rem;
}

.simple_content table ~ * {
	margin-top: 1.8rem;
}


.simple_content img.alignright {
	margin-left: 3rem !important;
	margin-bottom: 3rem !important;
}

.simple_content p > img {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.simple_content .container p:first-child > img {
	margin-top: 0;
}

.simple_content .thumbnail {
	padding-bottom: 2rem;
	text-align: center;
}




.page_head {
	position: relative;
	background-size: cover !important;
	padding: 7% 0;
	text-align: center;
}

.page_head:before {
	content: '';
	position: absolute;
	background: #000;
	opacity: 0.42;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
}

.page_head .container {
	position: relative;
	z-index: 1;
}

.page_head {
	color: white;
}

.page_head [class^="btn_"] {
	margin-top: 2rem;
}

.head_cs h1  {
	font-size: 2.7rem;
}

.head_cs h5  {
	font-size: 1rem;
}

.head_cs {
	padding: 9% 0;
}

.simple_content .col_left {
	flex: 0 0 30%;
}

.simple_content .widget_nav_menu ul {
	list-style: none;
	padding: 0;
}


/*  Posts */
.posts_list {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-column-gap: 7rem;
	grid-row-gap: 6rem;
	padding-top: 3rem;
}

.posts_list .intro {
	margin-bottom: 1rem;
}

.posts_list .image {
	margin-bottom: 1rem;
}

.posts_list .title {
	font-size: 1.3rem;
}


/* Footer */
footer {
	background: #1E1E1E;
	padding: 4rem 0 0;
	color: #8E8E8E;
	font-size: 0.9rem;
	position: relative;
}

footer a {
	color: #8E8E8E;
}

footer:before {
	content: '';
	background: var(--color-1);
	width: 50%;
	height: 0.5rem;
	display: block;
	position: absolute;
	right: 0;
	top: -0.5rem;
}

footer .container {
	display: flex;
	justify-content: center;
}

footer .bottom .container {
	justify-content: space-between;
}

footer .bottom {
	padding: 1.5rem 0;
	display: flex;
	align-items: center;
	margin-top: 3rem;
}

footer .bottom a {
	color: #A8A8A8;
}

footer .bottom .container {
	position: relative;
	padding-top: 1.5rem;
}

footer .bottom .container:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #444444;
	left: 0;
	top: 0;
	margin: 0 1.5rem;
}

footer .col h6 {
	font-family: 'Montserrat-Bold',arial,sans-serif;
	color: white;
	text-transform: uppercase;
	font-size: 1rem;
	margin-bottom: 1rem;
}

footer .col ul {
	list-style: none;
	padding: 0;
}



/* 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;
}

@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);
  }
}


/* Custom box style */
.box_cs1 .content {
	background: #F4F4F4;
	padding: 4rem;
	text-align: center;
}

.box_cs2 {
	text-align:center;
}

.box_cs2 .col {
	align-items: start;
}

.box_cs2 .wrapper {
	padding: 0 10%;
}

.box_cs2 a {
    color:var(--color-main);
	transition: 0.4s ease;
}

.box_cs2 a:hover {
    text-decoration: none;
	transform: translateY(-1rem);
	transition: 0.4s ease;
}

.box_cs2 .image {
	position: relative;
	display: inline-block;
	margin-bottom: 2rem;
}

.box_cs2 .image:after {
	content: '';
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	background: var(--color-1);
	border-radius: 50%;
	position: absolute;
}


.box_cs2 .col:nth-child(1) .image:after,
.box_cs2 .col:nth-child(3) .image:after {
	bottom: 20%;
	right: 0;
}

.box_cs2 .col:nth-child(2) .image:after {
	top: 20%;
}

.box_cs2 .col:nth-child(4) .image:after {
	right: 0;
	top: 20%;
}

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

.box_cs2 h4 {
	font-size: 1.2rem;
}

.box_cs2 p {
	font-size: 0.8rem;
}

.box_cs3 {
	position: relative;
}

.box_cs3 .col:last-child {
	position: absolute;
	right: 0;
	width: 40%;
	top: 0;
	bottom: 0;
	background-size: cover !important;
	background-position: center center !important;
}

.box_cs3 .col:first-child {
	width: 60%;
	flex: 0 0 60%;
	margin-right: auto;
}

.box_cs3 .col:first-child .wrapper {
	padding: 0 20% 0 10%;
}

.box_cs3 .col:last-child .image img {
	position: relative;
	left: -20%;
}

.box_cs4 .text_lg {
	margin-bottom: 2rem;
	display: block;
}

.box_cs4 .list_cs_2 {
	margin-top: 2rem;
}

.box_cs4 hr {
	margin-bottom: 3rem;
}

.box_cs5 {
	text-align: center;
	background-position: center center!important;
	background-size: cover!important;
}

.box_cs5 .text_lg {
	font-size: 200%;
}

.box_cs6 .title_cs:after {
	margin: 1rem auto 0;
}

.box_cs6 .owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
}

.box_cs6 .owl-carousel {
	text-align: center;
}

.box_cs6 .box_btn {
	justify-content: center;
}

.box_cs6 .owl-dots {
	padding: 2rem 0 1rem 0;
}

.box_cs6 .owl-dots button {
	outline: 0 !important;
	border: 1px solid #D0D0D0 !important;
	height: 1rem;
	width: 1rem;
	border-radius: 50%;
	margin: 0.3rem;
}

.box_cs6 .owl-dots .active {
	border-color: var(--color-1) !important;
	background:  var(--color-1) !important;
}

.box_cs6 .owl-dots .active span {
	background: var(--color-2);
}

.box_cs7 .col:first-child .wrapper {
	background: var(--color-1);
	padding: 5rem 4rem;
	display: flex;
	color: white;
}

.box_cs7 .col:first-child .image {
	padding-right: 4rem;
}

.one_third:first-of-type {
	color: red;
	margin-top: 0px;
	display: block;
	position: relative;
	top: 20px;
}

.one_third {
	width: 30%;
	float: left;
	margin-top: 65px;
}

.google_widget .sidebar-content {
	height: 17rem;
	overflow-y: scroll;
}

.google_widget .wp-gr.wpac .wp-google-name a {
	color: white !important;
}


@media (max-width: 1600px) {

}

@media (max-width: 1440px) {

}

@media (max-width: 1366px) {
	section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	footer .bottom .container:before {
		margin: 0;
	}
}

@media (max-width: 1280px) {
	.container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		width: 100%;
	}
	.col_row {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
		width: auto;
		min-width: 100%;
	}
	.col_row > * {
		padding: 0 1.5rem;
	}
	.non_stretched {
		width: calc(100% - 3rem);
		padding: 2rem;
	}
}


@media (max-width: 1200px) {
	h1, h2 {
		font-family: 'Montserrat-SemiBold',arial,sans-serif;
		font-size: 1.3rem;
	}
	header .logo img {
		max-width: 13rem;
	}
	.menu_btn {
		display: inline-block;
	}
	.top_menu {
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
		background: #fff;
		top: 0;
		border: 0;
		padding: 4rem 1.5rem 1.5rem;
		margin: 0;
		overflow-y: scroll;
		bottom: 0;
	}
	.top_menu li {
		padding: 0;
		display: block;
		margin: 0;
	}
	.h_scroll .top_menu li {
		padding: 0;
	}
	.top_menu li a {
		display: block!important;
		padding: 0.8rem!important;
		color: var(--color-main);
	}
	.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;
	}
	.header_block {
		display: none;
	}
	header .top .col:last-child {
		justify-content: end;
		display: flex;
	}
	.menu_box {
		padding: 0.8rem 0;
	}
	.menu_box .tel {
		display: block;
		text-align: center;
	}
}



@media (max-width: 992px) {
	.box_btn, .box_btn_text {
		flex-direction: column;
	}
	section, .py_md, .py_lg, .pt_md, .pt_lg {
		padding-top: 2rem;
	}
	section, .py_md, .py_lg, .pb_md, .pb_lg  {
		padding-bottom: 2rem;
	}
	.col_center .col_row {
		align-items: start;
	}
	.one_third:first-of-type {
		top: 0;
	}
	.one_third {
		width: 100%;
		margin-top: 0;
	}
	.one_third > p {
		margin-bottom: 0;
	}
	.simple_content {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}


@media (max-width: 768px) {
	.head_cs h1  {
		font-size: 2.2rem;
	}
	.box_btn, .box_btn_text {
		align-items: center;
	}
	.list_cs_2 {
		grid-template-columns: repeat(1,1fr);
	}
	.container {
		max-width: 100% !important;
	}
	.col_row {
		display: block;
	}
	.col_row > * {
		margin-bottom: 2rem;
		max-width: 100% !important;
	}
	.col_row > *:last-child {
		margin-bottom: 0;
	}
	.advanced .col {
		flex-direction: column;
	}
	.advanced .col > .image {
		flex: 0 0 100%;
		min-width: 100%;
		margin: 0 0 2rem 0;
	}
	.advanced .col > .wrapper {
		width: 100%;
	}
	.tabs_box .tabs {
		display: block;
	}
	.tabs_nav, .gallery_nav {
		flex-direction: column;
		margin-bottom: 1rem;
	}
	.tabs_nav li, .gallery_nav li {
		margin: 0 0 0.5rem;
	}
	.page_head .col_row {
		display: flex;
	}
	header .top .col_row {
		display: flex;
	}
	header .top .col {
		flex: 0 0 50%;
		max-width: 50% !important;
		margin: 0;
	}
	.box_cs2 .col {
		align-items: center;
	}
	.box_cs3 .col:last-child {
		width: 100%;
		position: static;
	}
	.box_cs3 .col:first-child {
		width: 100%;
	}
	.box_cs3 .col:first-child .wrapper {
		padding: 0;
	}
	.box_cs3 .col:last-child .image img {
		position: static;
	}
	.box_cs3 .col:last-child .image {
		text-align: center;
		padding: 4rem;
	}
	.box_cs7 .col:first-child {
		text-align: center;
	}
	.box_cs7 .col:first-child .wrapper {
		padding: 2rem;
	}
	.box_cs7 .col:first-child .image {
		padding-right: 0;
		margin-bottom: 1rem;
	}
	.box_cs7 .col:first-child .wrapper {
		display: block;
	}
	.simple_content img {
		float: none !important;
		display: block;
	}
	.simple_content img.alignright {
		margin-left: 0 !important;
		margin-bottom: 2rem !important;
	}
}


@media (max-width: 576px) {
	.menu_box .tel {
		font-size: 1.2rem;
	}
	.box_btn, .box_btn_text {
		flex-direction: column!important;
	}
	.box_btn a, .box_btn_text a {
		margin-right: 0!important;
		margin-bottom: 1.5rem!important;
	}
	.non_stretched {
		padding: 2rem 0;
	}
	.page_head .col_row {
		display: block;
		padding-bottom: 8rem;
	}
	.page_head .col:last-child {
		width: 100%;
		top: auto;
		height: 10rem;
	}
	.page_head .col:first-child .title_box {
		padding: 3rem 0 2rem;
	}
	.page_head, .head_cs {
		padding: 5rem 0;
	}
	.accordion_box .title h2 {
		font-size: 1rem;
		padding-right: 1rem;
	}
	.accordion_box .title .arrow {
		flex-direction: column;
		justify-content: center;
	}
	.accordion_box .title .arrow i {
		margin-left: 0;
	}
}


@media (max-width: 414px) {

}

@media (max-width: 360px) {

}