/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.bottomTable {
  width: 100%;
  font-size: 9pt;
  font-family: 'Courier New';
}

.PriceP {
    font-size: 20px;
    font-weight: 700;
}

.PricePrice {
    font-size: 16px;
    font-weight: 400;
}


#phoneInMenu {
    color: #d3d3d3;
}
 
#viber {
    display: inline-block;
    color: #fff;
    padding: 3px 11px;
    background: #7d51a0;
    border-radius: 22px;
    font-size: 12px;
    font-family: arial;
    text-decoration: none;
    margin-top: 15px;
}

#whatsapp {
    display: inline-block;
    color: #fff;
    padding: 3px 11px;
    background: #11A518;
    border-radius: 22px;
    font-size: 12px;
    font-family: arial;
    text-decoration: none;
    margin-top: 15px;
}

.myButton {
	-moz-box-shadow: 0px 10px 27px -5px #329e14;
	-webkit-box-shadow: 0px 10px 27px -5px #329e14;
	box-shadow: 0px 10px 27px -5px #329e14;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #85e69f), color-stop(1, #4cad18));
	background:-moz-linear-gradient(top, #85e69f 5%, #4cad18 100%);
	background:-webkit-linear-gradient(top, #85e69f 5%, #4cad18 100%);
	background:-o-linear-gradient(top, #85e69f 5%, #4cad18 100%);
	background:-ms-linear-gradient(top, #85e69f 5%, #4cad18 100%);
	background:linear-gradient(to bottom, #85e69f 5%, #4cad18 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#85e69f', endColorstr='#4cad18',GradientType=0);
	background-color:#85e69f;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:1px solid #1ab029;
	display: inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 9px;
	text-decoration:none;
	text-shadow:0px 1px 2px #317d25;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4cad18), color-stop(1, #85e69f));
	background:-moz-linear-gradient(top, #4cad18 5%, #85e69f 100%);
	background:-webkit-linear-gradient(top, #4cad18 5%, #85e69f 100%);
	background:-o-linear-gradient(top, #4cad18 5%, #85e69f 100%);
	background:-ms-linear-gradient(top, #4cad18 5%, #85e69f 100%);
	background:linear-gradient(to bottom, #4cad18 5%, #85e69f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4cad18', endColorstr='#85e69f',GradientType=0);
	background-color:#4cad18;
}
.myButton:active {
	position:relative;
	top:1px;
}

a.buttonContakts {
  position: relative;
  display: inline-block;
  font-size: 90%;
  font-weight: 700;
  color: rgb(209,209,217);
  text-decoration: none;
  text-shadow: 0 -1px 2px rgba(0,0,0,.2);
  padding: .5em 1em;
  outline: none;
  border-radius: 50px;
  background: linear-gradient(rgb(110,112,120), rgb(81,81,86)) rgb(110,112,120);
  box-shadow:
   0 1px rgba(255,255,255,.2) inset,
   0 3px 5px rgba(0,1,6,.5),
   0 0 1px 1px rgba(0,1,6,.2);
  transition: .2s ease-in-out;
}

a.buttonContakts:hover:not(:active) {
  background: linear-gradient(rgb(126,126,134), rgb(70,71,76)) rgb(126,126,134);
}

a.buttonContakts:active {
  top: 1px;
  background: linear-gradient(rgb(76,77,82), rgb(56,57,62)) rgb(76,77,82);
  box-shadow:
   0 0 1px rgba(0,0,0,.5) inset,
   0 2px 3px rgba(0,0,0,.5) inset,
   0 1px 1px rgba(255,255,255,.1);
}

#tl-search-form {
	max-width: 1200px;
	margin: 0 auto;
}

@media (max-width: 1100px) {
	.uk-navbar-nav > li > a {
		padding: 0 14px;
	}
}

@media (max-width: 1000px) {
	.uk-navbar-nav > li > a {
		padding: 0 10px;
	}
}

/*
	Stylesheet for Tigra Calendar v5.0
	Product is Public Domain (Free for any kind of applicaiton, customization and derivative works are allowed) 
	URL: http://www.softcomplex.com/products/tigra_calendar/

	- all image paths are relative to path of stylesheet
	- the styles below can be moved into the document or in existing stylesheet

*/

/* input box in default state */ 
.tcalInput {
	background: url('img/cal.gif') 100% 50% no-repeat;
	padding-right: 7px;
	padding-left: 5px;
	cursor: pointer;
}

/* additional properties for input boxe in activated state, above still applies unless in conflict */
.tcalActive {
	background-image: url('img/no_cal.gif');
}
/* container of calendar's pop-up */
#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 170px;
	background-color: white;
	margin-top: 2px;
	padding: 0 2px 2px 2px;
	border: 1px solid silver;

	-moz-box-shadow: 3px 3px 4px silver;
	-webkit-box-shadow: 3px 3px 4px silver;
	box-shadow: 3px 3px 4px silver;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver');
}

/* table containing navigation and current month */
#tcalControls {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}
#tcalControls td {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	width: 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
#tcalControls th {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	line-height: 25px;
	font-size: 10px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	white-space: nowrap;
}
#tcalPrevYear { background-image: url('img/prev_year.gif'); }
#tcalPrevMonth { background-image: url('img/prev_mon.gif'); }
#tcalNextMonth { background-image: url('img/next_mon.gif'); }
#tcalNextYear { background-image: url('img/next_year.gif'); }

/* table containing week days header and calendar grid */
#tcalGrid {
	border-collapse: collapse;
	border: 1px solid silver;
	width: 100%;
}
#tcalGrid th {
	border: 1px solid silver;
	border-collapse: collapse;
	padding: 3px 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	background-color: gray;
	color: white;
}
#tcalGrid td {
	border: 0;
	border-collapse: collapse;
	padding: 2px 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	width: 14%;
	font-size: 11px;
	cursor: pointer;
}		
#tcalGrid td.tcalOtherMonth { color: silver; }
#tcalGrid td.tcalWeekend { background-color: #ACD6F5; }
#tcalGrid td.tcalToday { border: 1px solid red; }
#tcalGrid td.tcalSelected { background-color: #FFB3BE; }		

.hiddenText {
    display: inline-block; /* Строчно-блочный элемент */
    position: relative; /* Относительное позиционирование */
}

.hiddenText:hover::after {
    content: attr(data-title); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    left: 20%; top: 30%; /* Положение подсказки */
    z-index: 1; /* Отображаем подсказку поверх других элементов */
    background: rgba(255,255,230,0.9); /* Полупрозрачный цвет фона */
    font-family: Arial, sans-serif; /* Гарнитура шрифта */
    font-size: 11px; /* Размер текста подсказки */
    padding: 5px 5px; /* Поля */
    border: 1px solid #333; /* Параметры рамки */
    text-align: left; /*выравнивание текста*/
    width: max-content;  /* ширина подсказки может быть не более содержимого */
    max-width: 20em;
}

div:nth-child(2n+1).product-field-type-S {
  background-color: #fff;
}
div:nth-child(2n+2).product-field-type-S {
  background-color: #f2f2f2;
}
div:nth-child(2n+1):hover.product-field-type-S {
  background-color: #ddd;
}
div:nth-child(2n+2):hover.product-field-type-S {
  background-color: #ddd;
}



div.product-field-type-S {
  width: 75%;
}

div.product-field-display {
  display: inline-block;
  text-align: center;
  width: 48%;
}
div.product-field-type-S {
  border: 1px solid;
  border-color: #888;
  
}
span.product-fields-title {
  display: inline-block;
  width: 48%;
  border-right: 1px solid;
  border-color: #888;
  padding-bottom: 2px;
  margin-left: 5px;
}

@media (min-width: 881px) {
    div.product-fields {
        width: 50%;
        margin-left: 2.5%;
    }
}

@media (max-width: 880px) and (min-width: 641px) {
    div.product-fields {
        width: 75%;
        margin-left: 1.5%;
    }
}

@media (max-width: 640px) and (min-width: 510px)  {
    div.product-fields {
        width: 99%;
        margin-left: 0.5%;
    }
}

@media (max-width: 509px) {
    div.product-fields {
        width: 99%;
        margin-left: 0.5%;
        font-size: small;
    }
    
}

.PricesalesPrice {
	font-size: 16px;
	margin-bottom: 20px;
}

.phones-a a {
	font-size: 16px !important;
}
.phones-a li{
	list-style-type: none;
	margin: 10px 0;
}
.phones-a ul {
	padding: 0;
	margin: 0;
}

.uk-flex.uk-flex-middle > .tm-logo-small.uk-hidden-large {
	display: none;
}

.uk-dropdown.uk-dropdown-navbar {
	width: auto;
}

#tl-search-form:empty {
	height: 84px;
}

#tm-main, #tm-content {
	width: 100%;
}
#tm-main > div {
	width: calc(100% - 100px);
}

@media (max-width: 800px) {
	#tm-content div.category-view .product {
		width: 100%;
	}
}
#tm-content div.category-view .product {
	max-width: 300px;
}

#tm-content div.category-view .row {
	justify-content: space-between;
}


.orderby-displaynumber {
	vertical-align: top;
}
h1 {
	text-align: center;
}

.booking-element .price-buttons {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	height: 50px;
}
.booking-element .price-buttons div {
	margin: 0 15px;
}

.booking-element .price {
	text-align: center;
	font-size: 20px;
	margin: 0 0 19px 0;
}



@media (max-width: 768px) {
	#tm-content div.category-view .row {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	.uk-container, #tm-main, .uk-grid > *, #tm-content {
		padding: 0;
		margin: 0;
	}
	#tm-main > div {
		width: 100%;
	}
	.tm-noblog .tm-content {
		padding: 4vw;
	}
	#tm-content div.category-view .product {
		max-width: 95%;
		width: 100%;
	}
	h1 {
		padding-top: 15px;
	}
	.one-address {
		overflow-y: scroll;
	}
	.address h1 {
		font-size: 2vh;
	}
	#start, #end, #count {
		width: 100px;
	}
	.booking-element .price-buttons div {
		margin: 0 5px;
	}
	#MagicToolboxSelectors3, [data-zoom-id=MagicZoomPlusImageProduct3] {
		display: none;
	}
	.product-container.productdetails {
		margin: 0 15px;
	}
	.back-to-category {
		float: unset;
	}
	.vm-product-container .vm-product-media-container {
		float: unset;
		width: 100%;
	}
	.spacer-buy-area {
		position: relative;
		height: 45px;
		top: -30px;
	}
	.productdetails #myButtonIdDown{
		position: absolute;
		top: 43px;
		right: 5px;
	}
}
.booking-element {
	border: 0 solid #373737;
	border-top-width: 1px;
}

.flex-inline {
	width: 315px;
	justify-content: space-between;
	display: flex;
	margin: 10px;
}