

/* Start:/kontakty/style.css?17526567067254*/
.contacts-grid{
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contacts-grid-l{
	width: 33.33333333333333%;
}
.contacts-grid-r{
  width: 61.66666666666667%;
}
.contacts-grid-f{
  width: 100%;
	margin-top: 4.5%;
	flex-grow: 1;
	flex-shrink: 1;
}
.grid-decor{
	background: #F2F2F2;
	box-shadow: -10px -10px 30px rgba(255, 255, 255, 0.85), 10px 10px 30px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}
.contacts-list{
	padding: 30px 15px 30px 30px;
	font: normal 16px/23px 'Mont';
	font-weight: 600;
	color: #333;
}
.contacts-list h2{
	font: normal 24px/24px 'Mont';
	font-weight: 600;
	color: #333;
	padding: 9px 0 16px;
	margin: 0;
}
.contacts-list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.contacts-list ul li{
	padding: 0 0 23px;
	margin: 0;
	position: relative;
}
.contacts-list ul li a{
	text-decoration: none;
	color: #333;
}
.contacts-list ul li a:hover{
	text-decoration: none;
	color: #ffa658;
}
.contacts-list ul li img{
  display: block;
	position: absolute;
	left: 0;
	top: 4px;
	width: 16px;
	height: 16px;
}
.contacts-list ul li span{
  display: block;
	padding: 0 0 0 23px;
}
.contacts-list ul li span b{
	color: #999;
	font-size: 13px;
	font-weight: 600;
}
.contacts-list p{
	padding: 0 0 6px;
	margin: 0;
}
.contacts-list ul.contacts-social{
	list-style: none;
	padding: 10px 0 0;
	margin: 0;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.contacts-list ul.contacts-social li{
  display: block;
	padding: 2px 0 9px 0;
	margin: 0 20px 0 0;
	width: 40px;
	height: 49px;
}
.contacts-list ul.contacts-social li img{
  display: block;
	width: 40px;
	height: 40px;
}
.contacts-list ul.contacts-social li img:hover{
	opacity: 0.7;
}
.contacts-map{
	padding: 30px;
	height: 100%;
}
.contacts-map iframe{
	width: 100%;
	height: 100%;
	min-height: 400px;
	border: 0;
}
.contact-form{
	padding: 69px 15px;
}
.contact-form h2{
	font: normal 30px/39px 'Playfair Display';
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: #333;	
	padding: 0 0 30px;
	margin: 0;
}
.contact-form h3{
	font: 600 16px/24px 'Mont', serif;
	text-align: center;
	color: #333;	
	padding: 0 0 30px;
	margin: 0;
}
.form-grid{
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.form-grid-3{
	width: 33.33333333333333%;
	padding: 0 15px;
}
.form-grid-1{
  width: 100%;
	flex-grow: 1;
	flex-shrink: 1;
	padding: 0 15px;
}
.form-grid-center{
	text-align: center;
}
.form-send-success{
	font-size: 16px;
	margin-top: 20px;
	font-weight: 600;
}
.touch-forms textarea{
	margin-top: 0;
}
.contact-form .check-text{
	margin:30px auto 27px;
	display:inline-block;
	text-align:left;
	font: normal 14px/14px 'Mont';
	font-weight: 600;
	color: #333;
}
.contact-form .check-text input{
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.contact-form .check-text input+label {
  display: block;
  align-items: center;
  user-select: none;
  cursor: pointer;
	font: normal 14px/24px 'Mont';
	padding: 0 0 0 35px;
	position: relative;
}
.contact-form .check-text input+label::before {
  content: '';
  display: block;
	position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #09BBB5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px;
}
.contact-form .check-text input:checked+label::before {
  border-color: #09bbb5;
  background-color: #09bbb5;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.00091 7.80007L1.20091 5.00006L0.267578 5.9334L4.00091 9.66673L12.0009 1.66673L11.0676 0.733398L4.00091 7.80007Z' fill='white'/%3E%3C/svg%3E");
}
.contact-form .button {
	background: #FFA658;
	border:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:22px 15px;
	outline: 0;
	font-family: 'Mont';
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	color: #fff;
	width: 200px;
	height: auto;
	text-align:center;
	white-space: nowrap;
	transition: all 1s ease;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
}
.contact-form .button:hover{
	background: #FF8F2D;
}
.contact-form .touch-forms label.error{
	display: none !important;
}
@media (max-width:768px){
	.contacts-grid{
		flex-direction: column;
	}
	.contacts-grid-l{
		width: 100%;
	}
	.contacts-grid-r{
	  width: 100%;
	  margin-top: 30px;
	}
	.contacts-grid-f{
	  margin-top: 30px;
	}
	.contacts-list{
		padding: 15px;
	}
	.contacts-map{
		padding: 20px;
	}
	.form-grid-3{
		width: 100%;
	}
	.contact-form{
	  padding: 49px 5px 58px;
	}
	.contact-form h2{
	  font-size: 20px;
	  line-height: 26px;
		font-weight: 400;
		padding-bottom: 21px;
	}
	.contact-form h3{
	  font-size: 14px;
	  line-height: 24px;
		font-weight: 400;
		padding-left: 15px;
		padding-right: 15px;
	}
	.contact-form .touch-fieldp{
	  height: 50px;
		padding-top: 12px;
		padding-bottom: 11px;
	}
}
@media (max-width:480px){
	.contact-form .check-text{
		/*max-width: 220px;*/
	}
}

/* Validation popup */

.alert-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(248,248,248,0.9); /* цвет фона */
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in; /* анимация перехода */
    z-index: 998;
    padding:0 10px;
    box-sizing:border-box;
}

.alert-open {
    pointer-events: auto;
    opacity: 1;
}

.alert-close {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

.alert-close_icon {
    display:block;
    position:absolute;
    right:25px;
    top:25px;
    width:14px;
    height:14px;
    overflow:hidden;
		font:normal 22px/14px Tahoma;
		color:#09BBB5;
    text-decoration: none;
}
.alert-close_icon:focus, .alert-close_icon:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}

.alert {
    position: relative;
    width: 100%;
    max-width:600px;
    padding: 51px 10px 31px;
    box-sizing:border-box;
		margin:0 auto;
    display: flex;
    justify-content: space-between;
    z-index: 999;
    overflow: hidden;
    background-color: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
    outline: 0;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    font-size: 16px;
		font-weight: 300;
		text-align: center;
}

.alert .alert-title{
	font: normal 40px/40px 'Playfair Display';
	font-weight: 600;
	padding-bottom: 19px;
	margin-bottom: 0;
	margin-top: 0;
}
/* End */
/* /kontakty/style.css?17526567067254 */
