/*
Theme Name:  remtv22
Author: ims bishkek

*/

:root {
	--greytext: #60678B;
	--lightgrey: #F0F4FD;
	--brandcolor: #0439AB;
	--pinkbrand: #FFE9C0;
	--yellowbrand:  #FBBA00;
	--white: #ffffff;
	--black: #3d3d3d;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: var(--lightgrey);
}

::-webkit-scrollbar {
	width: 12px;
	background-color: var(--lightgrey);
}

::-webkit-scrollbar-thumb {
	background-color: var(--brandcolor);
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
	font-family: sans-serif;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
}

* {
	transition: 0.3s;
	box-sizing: border-box;
}

/*typography*/

h1,
h2,
h3,
h4,
h5	{
	font-weight: bold;
	color: var(--black);
}

h1 {
	font-size: 2.5rem;
	margin: 1rem 0;
}

h2 {
    font-size: 2rem;
    line-height: 1.5;
    margin: 2rem 0;
}

h3 {
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 0.5rem 0;
}

.titlecenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

blockquote {
    text-align: center;
    max-width: calc(100% - 3rem);
    border-bottom: 3px solid var(--brandcolor);
    padding: 1rem;
    margin: 2rem;
    font-size: 1.2rem;
    line-height: 1.5;
    background: var(--lightgrey);
    border-radius: 1rem;
}

a {
	color: #3d3d3d;
	font-weight: 800;
	cursor: pointer;
	text-decoration: underline;
} 

a:hover {
	text-decoration: none;

}

.textcenter {
	text-align: center;
}

p {
	color: #3d3d3d;
	line-height: 1.5;
	letter-spacing: 0.5px;
}

hr {
	border: none;
	height: 1px;
	background: var(--pinkbrand);
	width: 100%;
}

article ul li {
	line-height: 1.5;
	color: #3d3d3d;
}

ul,
ol {
	padding: 0;
	list-style: none;
}

article ul {
	list-style: disc;
}

/* Table*/

table {

	border-collapse: collapse;
	background: var(--white);
	overflow: hidden;
	max-width: 800px;
	width: 100%;
	font-size: 1rem;
	margin: 0 auto;
	position: relative;
	line-height: 3rem;
}

table * {
	position: relative;
}

table td,
table th {
	padding-left: 0.5rem;
}

table tr {
		font-weight: bold;
}

table tr:first-child {
	background: var(--lightgrey);
	line-height: 3rem;
	color: black;

}

table tr:first-child td span {
	color: #fff !important;
}

table tr:first-child {
	height: 4rem;
	border-bottom: 1px solid var(--brandcolor);
}

table tbody tr:last-child {
	border: 0;
}

table td,
table th {
	text-align: center;
}

tbody tr:nth-child(2n) {
    background: var(--brandcolor);
    color: white;
    font-weight: bold;
}

tbody a {
	font-weight: bold;
	color: var(--black);
	text-decoration: underline !important;
}

table tr td:first-child {
	text-align: left;
}

tr:first-child:hover td {
	background: var(--lightgrey);
}

table tr:first-child td:first-child {
	text-align: left;
}



img {
	max-width: 100%;
	height: auto;
}

.gallery-item {
	display: table;
	position: relative;
	padding: 5px;
	box-sizing: border-box;
}

.gallery img {
	border: none !important;
	max-width: 100%;
	height: auto;
}


/*Sections*/

section {
	width: 100%;
	max-width: 100%;
	display: table;
	margin: 0 auto;
	padding: 3rem 0;
	box-sizing: border-box;
}

section.grey {
	background: var(--lightgrey);
}

section.firstsection {
    padding: 13rem 0 0 0;
}
 
section.topcats {
    background: #f7f7f7;
}

section.topnew {
    background: #f7f7f7;
}

section.topabout:before {
    position: absolute;
    content: ' ';
    width: 100%;
    top: 0;
    height: 100%;
    background: #09086ca8;
    bottom: 0;
    left: 0;
}
section.topabout {
    margin: 9rem 0 0 0;
    position: relative;
    background-image: url(https://remtv.kg/wp-content/uploads/tvrem1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Rows styles*/
.row10,
.row10f,
.row15,
.row15f,
.row16,
.row16f,
.row20,
.row20f,
.row25,
.row25f,
.row30,
.row30f,
.row33,
.row33f,
.row35,
.row35f,
.row40,
.row40f,
.row50,
.row50f,
.row60,
.row60f,
.row66,
.row66f,
.row70,
.row70f,
.row80,
.row80f,
.row90,
.row90f,
.row100,
.row100f {
	margin: 0;
	float: left;
	max-width: 100%;
	padding: 0;
	box-sizing: border-box;
}

.row10 {
	width: 10%;
}

.row15 {
	width: 15%;
}

.row16 {
	width: calc(100% / 6);
}

.row20 {
	width: 20%;
}

.row25 {
	width: 25%;
}

.row30 {
	width: 30%;
}

.row33 {
	width: calc(100% / 3);
}
.row33 {
	width: 35%;
}
.row40 {
	width: 40%;
}

.row50 {
	width: 50%;
}

.row60 {
	width: 60%;
}

.row66 {
	width: calc(100% / 3 * 2);
}

.row70 {
	width: 70%;
}

.row80 {
	width: 80%;
}

.row80 {
	width: 90%;
}

.row100 {
	width: 1200px;
	margin: 0 auto;
	float: none;
	display: table;
	max-width: 100%;
}

.row10f {
	flex-basis: 10%;
	width: 10%;
}

.row15f {
	flex-basis: 15%;
	width: 15%;
}

.row16f {
	flex-basis: calc(100% / 6);
	width: calc(100% / 6);
}

.row20f {
	flex-basis: 20%;
	width: 20%;
}

.row25f {
	flex-basis: 25%;
	width: 25%;
}

.row30f {
	flex-basis: calc(100% / 10 * 3);
	width: calc(100% / 10 * 3);
}

.row33f {
	flex-basis: calc(100% / 3);
	width: calc(100% / 3);
}
.row35f {
	flex-basis: 35%;
	width: 35%;
}

.row40f {
	flex-basis: 40%;
	width: 40%;
}

.row50f {
	flex-basis: 50%;
	width: 50%;
}

.row60f {
	flex-basis: calc(100% / 5 * 3);
	width: calc(100% / 5 * 3);
}

.row66f {
	flex-basis: calc(100% / 3 * 2);
	width: calc(100% / 3 * 2);
}

.row70f {
	flex-basis: 70%;
	width: 70%;
}

.row80f {
	flex-basis: 80%;
	width: 80%;
}

.row90f {
	flex-basis: 90%;
	width: 90%;
}

.row100f {
	flex-basis: 100%;
	margin: 0 auto;
	float: none;
	max-width: 100%;
}

.flex50f,
.flex66f,
.flex100f,
section.flex {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

.flex50f {
	width: calc(100% / 2);
}

.flex66f {
	width: calc(100% / 3 * 2);
}

.flex80f {
	width: 80%;
}

.flex100f {
	width: 1300px;
	max-width: 95% !important;
	margin: 0 auto;
	float: none;
}

.flexfull {
    max-width: 100% !important;
}

section.flex {
	width: 100%;
}

article .row50f {
	padding: 2rem;
	border: 1px solid var(--greytext);;
	box-sizing: border-box;
	text-align: center;
	flex-basis: calc(50% - 2rem);
	margin: 1rem;
	width: calc(50% - 2rem);
	border-radius: 1rem;
}

article {
	display: table;
    float: left;
    width: 100%;
    max-width: 800px;
}


article ul > li:before, .about_order ul > li:before {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		top: -1px;
		height: 0.5rem;
		width: 0.5rem;
		margin-right: 10px;
		border-radius: 50%;
		background-color: var(--brandcolor);
		text-align: left;
		letter-spacing: 0;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-indent: 0;
		content: "";
}

/*Call to*/
.calltoblock {
    width: 90%;
    float: right;
    background: var(--lightgrey);
    clip-path: polygon(3.5% 0, 100% 0%, 100% 100%, 0% 100%);
    padding: 2rem;
}

.ct-phone, span.ct-icon  {
    display: table;
    float: left;
}
span.ct-icon {
    width: 5rem;
    height: 5rem;
    line-height: 0rem;
    margin: 2rem 0 0 3rem;
    display: table;
    background: white;
    border-radius: 100%;
    padding: 1rem;
    border: 1px solid var(--brandcolor);
}

span.ct-icon svg {
    width: 3rem !important;
	height: 3rem !important;
}
.ct-phone {
    padding: 2rem 0 0 5rem;
    text-align: right;
    position: relative;
}

.ct-phone  a.hcontact__phone {
    font-size: 2rem;
}

/*Buttons*/

.btn {
    position: relative;
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    outline: none !important;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    white-space: nowrap;
    border: none;
    padding: 1rem;
    vertical-align: middle;
    border-radius: 0.5rem;
    -webkit-appearance: none;
    background: var(--brandcolor);
    -webkit-user-select: none;
    user-select: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
    z-index: 0;
    text-decoration: none;
    max-width: 90%;
    font-size: 0.8rem;
    margin: 0 2rem;
    line-height: 0rem;
}

a.btn img {
    width: 2rem;
	height: 2rem;
}

.btn:hover {
	text-decoration: none;
}

.btn.btn-brandcolor {
	background: var(--brandcolor);
	color: white;
	border-color: var(--brandcolor);
}

.btn.btn-brandcolor:hover {
	background: var(--brandcolor);
	color: white;
	border-color: var(--brandcolor);
}

.btn.btn-greycolor {
	background: var(--lightgrey);
	color: var(--greytext);
	border-color: var(--lightgrey);
}

.btn.btn-greycolor:hover {
	background: var(--yellowbrand);
	color: black;
	border-color: var(--yellowbrand);

}

a.btn.btn-whats.btn-round {
    color: white;
    padding: 0.5rem 1rem;
}

.btn-green {
    background: #25D366;
}

.btn-yellow {
    background: #ff3193;
}


/*Bread*/

.breadcrumb {
    width: 100%;
    text-align: center;
}


ul#breadcrumbs a {
	color: var(--black);
	float: left;
}

ul#breadcrumbs li {
	float: left;
	color: var(--black);
	margin: 0 0.2rem;
}


/*Top About*/

section.topabout {
    color: white;
}

section.topabout article {
    z-index: 90;
    position: relative;
    color: white;
	margin: 0 0 5rem;
}

section.topabout p, section.topabout h1, section.topabout h2 {
	color: white;
}

section.topabout .row25f {
    position: relative;
    color: #3d3d3d;
    font-weight: bold;
    padding: 1rem;
    text-align: center;
}

.ti-inner {
    background: white;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 0 3px grey;
}

section.topabout .row25f img {
    display: table;
    margin: 0 auto;
}


section.topabout .row25f span {
    font-size: 1.2rem;
    font-weight: bold;
}

section.topabout article a {
    margin: 3rem 2rem 0 0;
}

section.topabout article h1 {
  margin: 3rem 0 2rem 0;
}




.st-inner {
    text-align: center;
    margin: 1rem;
    border-radius: 1rem;
    border: 1px solid var(--brandcolor);
    padding: 1rem;
}

.st-inner img {
    height: 150px;
}


section.aboutservice {
    background-position: center center;
}

.instrument{
    max-width: 100vw;
}

.inst-inner {
    text-align: center;
    background: white;
    box-shadow: 0 0 3px grey;
    padding: 2rem 1rem;
    border-radius: 1rem;
    margin: 1rem;
    height: 28rem;
}

.inst-inner img {
    height: 200px;
    width: auto !important;
    margin: 4rem auto !important;
}
.inst-inner span {
    display: table;
    width: 100%;
    text-align: center;
    margin: 1rem 0 0;
    font-size: 1.1rem;
    font-weight: bold;
}

section.aboutservice article {
    font-size: 1.2rem;
}
section.utpicons {
    text-align: center;
}

section.aboutservice2 {
    background: url(https://remtv.kg/wp-content/uploads/mask-group.jpg);
    background-position: center left;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

section.aboutservice2  article {

    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 2rem 3rem 2rem 11rem;
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    background-color: var(--brandcolor);
    width: 100%;
    max-width: 100%;
}
/*Header*/

header {
    display: table;
	margin: 0 auto;
	width: 100%;
	z-index: 100;
	top: 0;
	position: fixed;
	background: var(--white);
    transition: all 0.3s;
	box-shadow: 0 4px 12px rgb(70 92 184 / 10%);
}


.hbtns__name {
	float: left;
    font-size: 1.1rem;
    font-weight: bold;
}

a.hbtns-item {
	display: table;
    float: left;
    padding: 0.5rem;
    border-radius: 0.5rem

}

a.hbtns-item.btn-seatch {
    color: #a85547;
}

a.hbtns-item.btn-actions {
    color: #f78c07;
}

a.hbtns-item.btn-order {
    color: #8b231d;
}

a.hbtns-item.btn-catalog {
    color: #673ab7;
}

a.hbtns-item:hover {
    background: var(--lightgrey);
}


a.hbtns-item.btn-seatch svg {
    fill: #a85547;
}

a.hbtns-item.btn-actions svg {
    fill: #f78c07;
}

a.hbtns-item.btn-order svg {
    fill: #8b231d;
}

a.hbtns-item.btn-catalog svg {
    fill: #673ab7;
}

.hlogo {
    border-right: 3px solid var(--brandcolor);
    padding: 1rem 0 0;
}

.hbtns__icon {
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin: 0.1rem 0 0 0.5rem;
}

.hbtns.row50f {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;
    padding: 0 1rem;
	border-right: 1px solid var(--lightgrey);
}

.hwhats.row20f {
    margin: 1rem 0 0 0;
}

.hcontact, .hslogan  {
    padding: 0rem 1rem 0 0;
}

.hslogan  h2 {
    font-size: 1rem;
    padding: 0 0 0 2rem;
    margin: 1rem 0 0 0;
}

button.menu-item {
    vertical-align: top;
    font-weight: bold;
    border: none;
    line-height: 1.5;
    cursor: pointer;
    margin: 0.5rem;
    text-align: center;
    background: none;
    position: relative;
    display: flex;
    align-items: center;
    height: 3rem;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    color: var(--greytext);
    border-radius: 0.5rem;
    white-space: nowrap;
    text-decoration: none !important;
	margin: 0;
}
button.menu-item:hover {
color: var(--greytext);
background-color: #F0F4FD;}


/*Menu*/

#mobTopnav {
	display: flex !important;
	width: 100%;
	height: 100%;
}

nav {
	display: table;
	float: left;
	padding: 0;
}

.hline1 {
    padding: 1rem 0;
    border-bottom: 1px solid #E2E6F2;
}
.hline2 {padding: 1rem;}

.hbtns.row40f {
    display: flex;
	padding: 1rem;
}

a.hcontact__phone {
    width: 100%;
    display: table;
	font-size: 1.5rem;
    text-decoration: none;
	text-align: right;
}
span.red {
    color: var(--brandcolor);
}

span.hcont-text {
    width: 100%;
    display: table;
    font-size: 0.7rem;
    text-align: right;
}

span.hcont-time {
    width: 100%;
    display: table;
    text-align: right;
}

span.hcont-text {
    width: 100%;
    display: table;
    text-align: right;
    font-size: 0.7rem;
}

a.btn.btn-whats {
 
}

header nav {
    margin: 0 auto;
    display: table;
    width: 100%;
}

li.menu-item img {
    width: 2rem;
}

ul#menu-topmenu {
	display: table;
	float: left;
	width: 100%;
}

nav ul.topmenu {
    display: inline-flex;
    float: left;
    margin: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

ul.topmenu li a {
    position: relative;
    display: flex;
    align-items: center;
    height: 2rem;
	font-size: 1rem;
    padding: 0.5rem 1rem;
    color: var(--greytext);
    border-radius: 0.5rem;
    white-space: nowrap;
    text-decoration: none !important;
    transition: all 0.3s;
}
ul.topmenu li a:hover {
	color: var(--greytext);
    background-color: var(--lightgrey);
}

nav ul.topmenu li {
	display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.35;
}

nav ul.topmenu li i {
	color: var(--greytext);
}

nav ul.topmenu ul {
	position: absolute;
	z-index: 9;
	border-radius: 0 0 6px 6px;
	display: block;
	left: 0;
	opacity: 0;
	padding: 0 15px;
	right: 0;
	top: 100%;
	visibility: hidden;
	min-width: 230px;
	border: 1px solid #f5f5f5;
	background: var(--white);
	-webkit-box-shadow: 0px 30px 70px 0px rgb(137 139 142 / 15%);
	-moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
	box-shadow: 0px 30px 70px 0px rgb(137 139 142 / 15%);
	margin: 0;
	transform: scale(1, 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

nav ul.topmenu ul a {
	color: #3d3d3d;
}

nav ul.topmenu li:hover ul {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

nav ul.topmenu ul li {
	width: 100%;
	border: none;
	display: block;
	padding: 0;
	position: relative;
}

nav ul.topmenu ul a {
	padding: 1rem 0;
	line-height: 1.6;
	color: #5d5d5d;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: none;
	border-bottom: 1px solid #eaeaea;
	width: 100%;
	text-align: left;
}

li.menu-item {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.35;
}

ul.socialmenu li a {
    position: relative;
    display: flex;
    align-items: center;
    height: 2rem;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    color: var(--greytext);
    border-radius: 0.5rem;
    white-space: nowrap;
    text-decoration: none !important;
    transition: all 0.3s;
}

ul.socialmenu li a:hover {
    color: var(--greytext);
    background-color: var(--lightgrey);
}

ul.socialmenu {
    padding: 0;
    margin: 0;
}


.search_full {
 position: absolute;
    width: 600px;
}

.search_full {display: none;}


.search_full.searchactive {display: block;}


.search_full {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #8d8d8d99;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.dgwt-wcas-search-wrapp {
    max-width: 600px !important;
    position: fixed !important;
    left: calc(50% - 300px);
    top: 20%;
	z-index: 90;
}

.search_overl {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
}

.search_overl_close {
    position: fixed;
    top: 10%;
    left: calc(50% - 50px);
    width: 100px;
    cursor: pointer;
}

.search_overl_close:hover {
    transform: rotate(90deg);
}


input#dgwt-wcas-search-input-1 {
    padding: 1rem;
    background: #f0f4fd;
    border-radius: 0.5rem;
    border: none;
}
 
a.btn.btn-whats.btn-round svg {
 width: 2rem;
 height: 2rem;
}

/*Top page*/


article.toptext {
    text-align: center;
    font-size: 16px;
    font-style: italic;
}
  

.actions  button.owl-prev, 
.points button.owl-prev, 
.delivery button.owl-prev,
.productgallery button.owl-prev
{
    position: absolute;
    left: 0;
    background: white !important;
    top: 40%;
    width: 3rem;
    height: 3rem;
    display: table;
    border-radius: 100% !important;
    font-size: 3rem !important;
    padding: 0 !important;
    margin: 0 !important;
	box-shadow: 0 4px 12px rgb(70 92 184 / 10%);
}

.actions  button.owl-next, 
.points button.owl-next, 
.delivery button.owl-next,
.productgallery button.owl-next {
    position: absolute;
    right: 0;
    background: white !important;
    top: 40%;
    width: 3rem;
    height: 3rem;
    display: table;
    border-radius: 100% !important;
    font-size: 3rem !important;
    padding: 0 !important;
    margin: 0 !important;
	box-shadow: 0 4px 12px rgb(70 92 184 / 10%);
}

 
.aboutus__block.about2 .aboutus__text {background: var(--brandcolor);}
.aboutus__block.about3 .aboutus__text {background: green;}


.aboutus__image {
    width: 70%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.aboutus__title {
    color: white;
    font-size: 2rem;
	line-height: 1.2;
    font-weight: bold;
}

.aboutus__desc {
    margin: 1rem 0 0;
}


.aboutus__desc, .aboutus__desc p {
    color: white;
    font-size: 1.2rem;
}

.aboutus_btn {
    background: white;
    border: 1px solid white;
    color: var(--black);
    margin: 1rem 0 0 0;
    position: absolute;
    bottom: 3rem;
}

.aboutus_btn:hover {
    background: var(--yellowbrand);
    border: 1px solid var(--yellowbrand);
    color: var(--black);
    margin: 1rem 0 0 0;
}



.aboutus__slider button.owl-prev {
    position: absolute;
    left: -1.5rem;
    background: white !important;
    top: 40%;
    width: 3rem;
    height: 3rem;
    display: table;
    border-radius: 100% !important;
    font-size: 3rem !important;
    padding: 0 !important;
    margin: 0 !important;

	box-shadow: 0 4px 12px rgb(70 92 184 / 10%);
}

.aboutus__slider button.owl-next {
    position: absolute;
    right: -1.5rem;
    background: white !important;
    top: 40%;
    width: 3rem;
    height: 3rem;
    display: table;
    border-radius: 100% !important;
    font-size: 3rem !important;
    padding: 0 !important;
    margin: 0 !important;

	box-shadow: 0 4px 12px rgb(70 92 184 / 10%);
}


.owl-nav .owl-prev span, .owl-nav .owl-next span{
    text-align: center;
    height: 3rem !important;
    overflow: hidden;
    color: var(--greytext);
    width: 3rem;
    line-height: 3rem;
    display: inherit;
	margin-top: -6px;
    text-align: center;
}

.owl-nav .owl-prev span:hover, .owl-nav .owl-next span:hover{

    color: var(--black);

}

 
/*Contact Form*/



form.wpcf7-form {
    width: 90%;
    margin: 0 auto;
	text-align: center;
}



input[type=submit] {
	
background-color: var(--brandcolor);
border-color: var(--brandcolor);
cursor: pointer;
color: white;
transition: all 0.2s ease-in-out;
height: 3.75rem;
border: 1px solid transparent;
padding: 0.9rem 1rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.5rem;
margin: 0 auto;}



.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    text-align: center;
    margin: 0 auto;
    padding: 0.5rem; 
}


span.wpcf7-not-valid-tip {
    text-align: center;
    line-height: 1.5;
}

 .wpcf7-response-output {
    display: table;
    text-align: center;
    line-height: 1.5;
}

.screen-reader-response {
    display: none;
}

input, textarea {
    display: table;
    max-width: 100% !important;
    padding: 10px;
    border: 2px solid #d8d8d8;
    border-radius: 10px;
}

form.wpcf7-form input, form.wpcf7-form textarea{margin: 0 auto;}


/*Page indiv*/
.indiv__order {
    max-width: 300px;
    margin: 0 auto;
}


a.indiv_block {
    display: flex;
    height: 60vh;
    max-height: 30rem;
    min-height: 25rem;
    background-size: cover;
    background-position: center center;
    margin: 1rem;
    border-radius: 1rem;
    padding: 3rem;
    box-shadow: 0 4px 12px rgb(70 92 184 / 10%);
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

a.indiv_block:before {
	position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--black);
    z-index: 5;
    opacity: 0.3;
    border-radius: 1rem;
    transition: opacity 0.4s linear;
}

.indiv__title {
    font-size: 2.5rem;
    color: white;
    z-index: 99;
    position: absolute;
    text-align: center;
    padding: 0;
    margin: 0;
    left: 2rem;
    right: 2rem;
	bottom: 4rem;
}

.indiv__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #dd99334f;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url( );
    background-position: center center;
    background-size: 400px;
	opacity: 0;
}

a.indiv_block:hover  .indiv__overlay {opacity: 1;}
a.indiv_block:hover  .indiv__title {text-decoration: underline;}


dt.gallery-icon.landscape img {
    border-radius: 1rem;
}

 
/*Footer*/

footer {
    background-color: var(--brandcolor);
    padding: 0;
    width: 100%;
    color: white;
}

h3.widgettitle {
	color: white;
	margin: 1rem 0;
}

footer p {
	color: white;
}


footer h3 {
	font-size: 1.2rem;
	color: white;
	font-weight: bold;
}

footer h3:after {
	display: none;
}

footer ul {
    padding: 0;
    list-style: none;
    line-height: 2;
    display: table;
    margin: 0 1rem 0 0;
}

footer ul li {
	margin: 0.5rem 0;
	width: 100%;
	float: left;
	border: none;
}

footer ul li a {
	margin: 0;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.9rem;
	color: white !important;
}

footer li.current-menu-item>a,
footer li>a:hover {
	color: white !important
}


.fline1 {
	padding: 2rem 0;
}
.fline2 {
	border-top: 1px solid var(--greytext);
	padding: 1rem 0 5rem;
}

footer p {
	color: #797f85;
	line-height: 1.5;
}


footer ul.sub-menu {
	display: none !important;
}

footer h4 {
    color: white;
    margin: 0.5rem 0;
}


footer ul.socialmenu li.menu-item {
    width: 4rem;
}


.row66f.fline2__logo img {
    max-width: 70%;
    width: 12rem;
    padding: 0 0 0 1rem;
    box-sizing: border-box;
    float: none;
}


span.footerdesc {
    font-size: 0.8rem;
}


a.link-footer.footer-phone {
    font-size: 1.2rem;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
}

.author_link {
    text-align: right;
}

.author_link a {
	color: white;
}

.mobnav {display: none;}

@media screen and (max-width: 1000px) {


/*Header styles*/


header {
    top: 0 !important;
    height: 7rem;
}

section {
	padding: 3rem 2rem;
}

.flex100f.hline1, .hwhats.row20f, a.hbtns-item.btn-order, a.hbtns-item.btn-actions {
    display: none;
}

.hlogo.row10f img {
    max-width: 160px;
    float: left;
}

.flex100f.hline2 {
    margin: 0;
    padding: 1rem;
    width: 100% !important;
}

.hcontact.row20f {
    width: 68vw !important;
    display: table;
    flex-basis: 100% !important;
    margin: 0.5rem 0 0 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 2vw;
}


a.hcontact__phone {
    font-size: 6vw;
}

h1 {
font-size: 8vw;
    margin: 1rem auto;
    text-align: center;
}


.hbtns.row50f {
    display: none;
}


.hlogo.row10f {
    width: 30% !important;
    flex-basis: 30% !important;
    float: left;
    display: table;
}

.flex100f.hline2 {
    display: table;
}

section.firstsection {
    padding: 7rem 0 0 0;
}


	
	
	
.mobnav {
	display: block;
	position: fixed;
	bottom: 0;
	z-index: 20;
	right: 0;
	left: 0;
	background: white;
    box-shadow: 0 0 3px grey;
	height: 4rem;
}

a.mobnav__icon {
    width: 20%;
    display: table;
    float: left;
    height: 4rem;
    text-align: center;
}

nav.mobmenu {
    display: none;
}

.mobnavactive nav.mobmenu {
    display: block;
    position: fixed;
    top: 7rem;
    background: white;
    height: calc(100% - 4rem);
    bottom: 0;
    width: 100%;
    padding: 0vh 1rem 3rem 0;
    overflow-y: scroll;
}

ul.mobmenu {
    border-top: 1px solid var(--lightgrey);
    padding: 3rem 0 0 0;
}


a.mobnav__close {
    position: fixed;
    top: 9rem;
    right: 1rem;
    text-align: center;
    margin: 0 auto;
    margin: 0 auto;
    z-index: 20;
    background: #f78c07;
    border-radius: 100%;
    width: 2rem;
    height: 2rem;
    vertical-align: baseline;
    display: flex;
}

li.mobmenu__menu-item {
    position: relative;
    z-index: 1;
    align-items: center;
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 1.33333;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    min-height: 2rem;
    text-decoration: none !important;
    transition: all 0.3s;
	text-align: left;
}

li.mobmenu__menu-item a {
    color: var(--greytext);
    text-decoration: none;
}

a.mobmenu-item {
    display: table;
}


.mobmenu__icon {
    width: 2rem;
    float: left;
}

.mobmenu__name {
    float: left;
    margin: 0 0 0 1rem;
}


a.mobmenu-item.mob-catalog, a.mobmenu-item.mob-catalog path{
    color: #673ab7;
	fill: #673ab7;
}
a.mobmenu-item.mob-order, a.mobmenu-item.mob-order path{
    color: #8b231d;
	fill: #8b231d;
}

a.mobmenu-item.mob-actions, a.mobmenu-item.mob-actions path{
    color: #f78c07;
	fill: #f78c07;
}




.openline {
    width: 2rem;
    height: 2px;
    display: table;
    background: var(--brandcolor);
    margin: 0.5rem auto;
}

.mobnav__openicon {
    padding: 0.8rem 0 0;
}

a.mobnav__icon svg {
    width: 2rem;
    text-align: center;
    margin: 1rem auto;
}

.mobnav_centericon svg {
    width: 3rem !important;
    margin: 0.5rem auto !important;
}

.mobnav_centericon svg path {fill: var(--brandcolor);}



.mobnav__closeicon svg {
    width: 2rem;
    height: 2rem;
    margin: 0;
}

.mobnav__closeicon path {
    color: white;
    fill: white;
}

	.row33f {
		flex-basis: calc(100% / 3);
		box-sizing: border-box;
		flex-basis: 100%;
		width: 100%;
		float: left;
	}
	
	.flex100f, 
	.row100, 
	.row60f, 
	.row50f, 
	.row66f,
	.row33f,
	.row50f,
	.row25f,
	.row40f
	{
		width: 100% !important;
		flex-basis: 100% !important;
		max-width: 100vw !important;
	}
	

.row20f {
    width: calc(50% - 1rem) !important;
    margin: 0.5rem;
    flex-basis: calc(50% - 1rem) !important;
}
	
	
svg {
    max-width: 100%;
}

.slogantop_slogan svg {
    max-width: 90%;
}

article.toptext {
    text-align: center;
    font-size: 16px;
    font-style: italic;
    max-width: 90%;
}

.owl-nav {
    max-width: 100vw !important;
    position: absolute;
    top: 20%;
    display: table;
    width: 100%;
    overflow: hidden;
    height: 6rem;
}
 



.aboutus__block {
    width: 90%;
    margin: 0 auto;
    background: grey;
    border-radius: 1rem;
    height: auto;
    position: relative;
    overflow: hidden;
    display: table;
}

.aboutus__title {
    color: white;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: bold;
}

.aboutus__text {
    width: 100%;
    background: #8c5349;
    height: 100%;
    padding: 2rem;
    margin: 10rem 0 0;
}

.aboutus_btn {
    background: white;
    border: 1px solid white;
    color: var(--black);
    margin: 1rem 0 0 0;
    position: relative;
    bottom: 3rem;
}

.aboutus__image {
    width: 100%;
    height: 10rem;
    background-size: cover;
    position: absolute;
    background-position: center center;
    top: 0;
}

.aboutus__desc, .aboutus__desc p {
    color: white;
    font-size: 1.2rem;
    position: relative;
    padding: 1rem 0;
}

 

footer .row40f, footer .row20f {
    margin: 1rem;
	width: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
}
.row33f.author_link {
    margin: 0 1rem;
}

div#mobnav {
    display: none;
}


div#wpadminbar {
    display: none;
}


section#price .row20f {
    display: none;
}
section.aboutservice2 article {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 1rem;
    clip-path: none;
    background-color: var(--brandcolor);
    width: auto;
    max-width: 100%;
}

section.aboutservice2 {
    background-position: center left;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding: 1rem 0;
}
.calltoblock {
    width: 100%;
    float: right;
    background: var(--lightgrey);
    clip-path: none;
    padding: 1rem;
    text-align: center;
}

.ct-phone {
    padding: 2rem 0 0 5rem;
    text-align: right;
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

span.ct-icon {
    position: relative;
    display: table;
    margin: 0 auto;
    float: none;
}

.ct-phone span.hcont-time {
    text-align: center;
}
 
section.topabout article a {
    margin: 1rem auto;
    width: auto;
    font-size: inherit;
    float: none;
    display: flex;
}
section.topabout article {
    z-index: 90;
    position: relative;
    color: white;
    margin: 0 0 2rem;
	text-align: center;
}
section#about .row40f {
    display: none;
}

.instrument  {
    max-width: calc(100vw - 4rem) !important;
}

.hlogo {
    border-right: 3px solid var(--brandcolor);
    padding: 1rem 0 0;
    border: none;
}

.hlogo.row15f {
    width: 28vw !important;
    position: absolute !important;
    left: 2vw;
}

.hlogo.row15f img {
    width: 30vw !important;
}
.hslogan.row25f {
    display: none;
}
header {
    height: 7.5rem;
}
section.topabout {
margin: 7rem 0 0 0;}

}

