@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

* {
  outline:0;
  padding: 0;
  margin:0;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
html,
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.4;
  min-width: 320px;
  min-height: 100%;
  position: relative;
  width: 100%;
  background-color: #ffffff;
}

/* ----------------------------------------------------------------
  special classes
---------------------------------------------------------------- */
.mAuto	{ margin: 0 auto !important; float: none !important; }
.mb0	{ margin-bottom: 0 !important; }
.mb5	{ margin-bottom: 5px !important; }
.mb10	{ margin-bottom: 10px !important; }
.mb15	{ margin-bottom: 15px !important; }
.mb20	{ margin-bottom: 20px !important; }
.mb25	{ margin-bottom: 25px !important; }
.mb30	{ margin-bottom: 30px !important; }
.mb35	{ margin-bottom: 35px !important; }
.mb40	{ margin-bottom: 40px !important; }
.mb50	{ margin-bottom: 50px !important; }
.mb60	{ margin-bottom: 60px !important; }
.mb70	{ margin-bottom: 70px !important; }
.mb80	{ margin-bottom: 80px !important; }
.mb100	{ margin-bottom: 100px !important; }
.mb150	{ margin-bottom: 150px !important; }

.spaceman	{ position: absolute; top: -3000px; left: -30000px; }

/*links*/
a{
  color:#323232;
  -webkit-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
}
a:hover, a:focus {
  color:#60606e;
  text-decoration: none;
  cursor: pointer;
}
p{font-family: Montserrat;color: #323232;}

ul {
  list-style: none;
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  padding-inline-start: 0px;   
}
li {list-style-type:none;}
h1, h2, h3, h4, h5, h6 {color: #000;text-rendering: optimizelegibility;line-height: 2em;}

/*section {
	padding-bottom: 50px;
}*/

.clear:before,
.clear:after,
.row:before,
.row:after,
.container:before,
.container:after{
  content: normal;
  display: table;
}
.clear:after,
.row:after,
.container:after{
  clear:both;
}

button:hover {
	cursor: pointer;
	opacity: 0.7;
}
.btn-classic {
  border: solid 2px #81bfd4;
  background: transparent;
  padding: 10px 35px;
  border-radius: 5px;
  color: #81bfd4;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 15px;
  font-weight: bold;
}
.btn-default,
.btn-classic:hover,
.btn-default:hover {
  background-color: #81bfd4;
  color: #fff;
  text-decoration: none !important;
}
.btn-a {
  background-color: #81bfd4;
  color: #fff;
  padding: 20px 70px;
  margin-left: 0;
}

.kapka-btn {
	text-align: right;
}
.btn-kapka { 
  padding: 10px 40px;
  background: #ffffff;
  border: 0;
  border-radius: 5px;
  margin-top: 20px;
  color: #e7789b;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.btn-kapka i {
	font-size: 30px;
	margin-right: 10px;
	line-height: 30px;
	vertical-align: sub;
}
.btn-kapka span {
	font-size: 16px !important;
	color: #e7789b !important;
	line-height: 40px !important;
	font-weight: normal !important;
}

.section-content button {
	text-align: center;
}
.btn-content {
  min-width: 260px;
  height: 65px;
  margin-top: 30px;
  margin-left: 0;
  border-radius: 5px;
}
.about-content .btn-content {
	color: #fff;
	background-color: #81bfd4;
}

h1 {
	color: #e7789b;
}
.page h1 {
    font-size: 28px;
    color: #323232;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Section's Title */
.section-title {
  color: #fff;
}
.section-title span {
  position: relative;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 30px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  color: #e7789b;
}
.section-title span:after {
  content: "";
  position: absolute;
  top: 55px;
  left: 0;
  z-index: -1;
  width: 110px;
  border-bottom: solid 4px #e7789b;
}

.section-content {
	margin-top: 20px;
}
.section-content p {
	line-height: 32px;
	font-size: 17px;
}
.section-content ul {
	padding-left: 20px;
	text-align: justify;
}
.section-content ul li {
	color: #fff;
	list-style-type: circle;
	margin-bottom: 5px;
}
.section-content ul.black li {
	color: #323232;
}

section.perex {
	padding-top: 40px;
}

/* Img */
.img-default {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}

/* Top Bar */
.top-bar {
	margin: 10px 0 10px 0;
	padding: 0;
}
.top-bar .socIcon  {
  margin-left: 10px;
  display: inline-block;
}

/* Head */
header {
	/*overflow: hidden;*/
}
header:after {
  content: '';
  background: #e7789b;
  display: block;
  width: 100vw;
  height: 10px;
  margin-top: 10px;
}

/* Logo */
.logo {
	margin: 10px 0 10px 0;
}
.logo svg {
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Menu */
.menu {
	padding: 0;
}
.menu ul {
	margin: 0;
}
.menu ul li {
  display: inline-block;
  line-height: 50px;
  margin-left: 10px;
}
.menu>ul>li>a,
.dropdown-toggle {
	display: block;
  color: #58585a !important;
  font-size: 13px;
  line-height: 30px;
  font-weight: bold;
  padding: 5px 2px 5px 2px;
  border-bottom: 5px solid #fff;
}
.menu>ul>li>a:hover {
	border-bottom: 5px solid #81bfd4;
}
.dropdown-item {
	line-height: 20px;
}
.dropdown-item:hover {
	background: #58595B;
	color: #fff;
}

.f-nav{
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  min-width: 100%;
  box-shadow: 0 10px 10px rgba(0,0,0,.16);
  background: #fbfbfb;
  padding-right: 25px;
  padding-left: 25px;
} 
.f-nav ul li {line-height: 60px;}
.f-nav li a:hover {padding:15px 5px}

.socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.socials li {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #e7789b;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 52px;
    cursor: pointer;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}
.socials li:hover {
    -webkit-transform: rotate(360deg) scale(1.1);
    -ms-transform: rotate(360deg) scale(1.1);
    transform: rotate(360deg) scale(1.1)
}
.socials li+li {
    margin-left: 15px
}
.socials li i {
    color: #e7789b;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    font-size: 22px
}
.socials li:hover {
    border-color: #db376b
}
.socials li:hover i {
    color: #db376b;
}

.socials-header {
    margin-right: 20px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    display: inline-block;
}
.socials-header li {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e7789b;
}
.socials-header li i {
    font-size: 18px
}
.iconLang {
	text-decoration: underline;
}


/* Slider */
.slid {
  height: 100%;
  width: 100%;
  position: relative;
}
.slid img {
  object-fit: none;
  height: 100%;
  width: 100%;
  min-height: 470px;
}
@media (min-width: 0px) and (max-width: 700px) {
  .slid img {
    object-fit: cover;
  }
}



/**/
.kapka {
  background: #e7789b;
  min-height: 100px;
}
.kapka span {
  font-size: 32px;
  color: #fff;
  line-height: 100px;
  font-weight: bold;
}

/* About */
.about {padding-bottom: 0}
.about-text {
	width: 90%;
	padding: 30px 0;
}
.ab-foto .about-text {
	margin: 0 auto;
}
.about-img,
.about-img-second {
  min-height: 500px;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
.about-img-second {
  background: url(../img/fotozkumavky.png) 100% 100% no-repeat;
  background-size: cover;
  background-position: center center;
}

.about-content,
.ab-foto {
  width: 100%;
  background: #fff;
  background-size: cover;
  display: flex;
  align-items: center;
  background-position: center center;
}
.about-img:hover,
.about-img-second:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 cursor: pointer;
 z-index: 99;
}
.about-content .section-content p {
	color: #58585a;
}
.about-content .section-content a {
	text-decoration: underline;
}
.about-content .section-content a:hover {
	text-decoration: none;
}


/* Kontakt */
.kontakt .about-content,
.kontakt .ab-foto {
  background: #e7789b;
}
.kontakt .about-img,
.kontakt .about-img-second {
	padding: 0;
}
.kontakt .about-content .section-title span,
.kontakt .about-content .section-content p,
.kontakt .about-content .section-content a {
	color: #fff;
}
.kontakt .about-content .section-title span::after {
	border-bottom: solid 4px #fff;
}
.boxBank {
	position: relative;
	padding: 50px 0 40px;
	margin-bottom: 50px;
}
.boxBank::before,
.boxBank::after {
    width: 210px;
    background-color: #e7789b;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 5px;
    content: '';
    position: absolute;
}
.boxBank::before {
    top: 0;
}
.boxBank::after {
    bottom: 0;
}


/* actuality */
.aktua {
  background: #fef1f5;
  padding-top: 50px;
  padding-bottom: 50px;
}
.aktua-title span {
  font-size: 24px;
  color: #e7789b;
  line-height: 44px;
}
.respon button {
	display: none;
}

.aktua .col-md-4 {
	display: flex;
	margin-bottom: 30px;
}

.btn-aktua {
  width: 200px;
  height: 50px;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  font-size: 16px;
  display: inline-block;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
}
.news-block {
  background: #fff;
  min-height: 360px;
  width: 100%;
  z-index: 9;
  position: inherit;
  transition: all 0.6s ease 0s;
  float: left;
}
.news-block:hover {
  box-shadow:0 25px 45px rgba(0, 0, 0, 0.15);
  transform: scale(0.95);
  /*cursor: pointer;*/
}
.news-block a.urlNews {
    display: block;
    width: 100%;
    height: 100%;
}
.news-block-title {
	margin-bottom: 25px;
	margin-top: 20px;
}
.news-block-title span {
  font-size: 21px;
  color: #e7789b;
  font-weight: bold;
}
.news-block-title span:after {
  content: "";
  border-bottom: solid 4px #e7789b;
  display: block;
  width: 130px;
  margin-top: 15px;
  left: 0;
  position: relative;
}
.news-block-content p {
  line-height: 20px;
  font-size: 14px;
  text-align: justify;
}
.news-block-content p a {
	text-decoration: underline;
	color: #e7789b;
}
.news-block-content p a:hover {
	text-decoration: none;
}

.news-block-content ul {
	padding-left: 5px;
}
.news-block-content ul li {
	list-style-type: disc;
}
.btn.more {
	display: inline-block;
	white-space: 200px;
	padding: 10px 20px;
	margin: 0 20px 30px;
	color: #fff;
	background: #81bfd4;
}
.btn.more:hover {
	color: #81bfd4;
	background: #fff;
	border: 2px solid #81bfd4;
}
.news-block-title,
.news-block-content p {
	padding: 0 20px;
}


/*Page*/
.page_new_container {
  padding-bottom: 70px;
  padding-top: 50px;
  border-bottom: 10px solid #e7789b;
}

.page_new_container .title_page {
  color: #e4799b;
  font-size: 30px;
    line-height: 34px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}

#prefix a {
    color: #e4799b;
}

.image_page_elements img,
.imgStin img {
  -webkit-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.25);
}
.imgStin img:hover {
	opacity: 0.8;
}

.text_page_elements p{
  margin-bottom: 0;
  color: #58585a;
  font-size: 18px;
  font-weight: 400;
  line-height:1.1em;
  text-align: justify;
  margin-bottom: 15px;
}
.text_page_elements ul,
.text_page_elements ol {
	padding-left: 20px;
}
.text_page_elements ul li {
	list-style-type: circle;
	margin-bottom: 5px;
}
.text_page_elements ol li {
	list-style-type: decimal;
	margin-bottom: 5px;
}
.text_page_elements ul li a,
.text_page_elements ol li a {
	text-decoration: underline;
	font-weight: bold;
}
.text_page_elements ul li a:hover,
.text_page_elements ol li a:hover {
	text-decoration: none;
}


.title_faq {
  width: 100%;
  padding: 23px 40px 23px 15px;
  font-size: 20px;
  border-top: 1px dashed #d3d3d3;
  border-bottom: 1px dashed #d3d3d3;
  color: #e4799b;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
.content_faq_page{
  padding-top: 40px;
}
.title_faq .icon_faq{
  position: absolute;
  right: 0;
  top:50%;
  width: 22px;
  height: 22px;
  transform: translate(0 , -50%);
  transition: all 0.5s;
  font-size:18px;
}
.title_faq.active{
  background: #e4799b;
  color: #fff;
  border: 0;
  padding: 16px 0 16px 15px;
}
.title_faq.active .icon_faq{
  right: 15px;
}
.content_faq{
  padding: 20px 10px 40px 10px;
  color: #58585a;
  font-size: 16px;
  line-height: 1.4em;
  /*text-align: justify;*/
  display: none;
}
.item_faq{
  margin-bottom: 20px;
}
.item_faq ul {
	padding-left: 20px;
}
.item_faq ul li {
	list-style-type: circle;
	margin-bottom: 10px;
}


.contact_page_form{
  padding-top: 19px;
}
.contact_page_form h3 {
	position: relative;
  text-align: center;
  color: #e4799b;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
}
.contact_page_form h3:after,
.contact_page_form h3:before {
  content: '';
  width: 100px;
  height: 1px;
  background: #a4a4a4;
  position: absolute;
}
.contact_page_form h3:after {
  left: 0;
  top: 50%;
}
.contact_page_form h3:before {
  right: 0;
  top: 50%;
}

.content_form_page {
  width: 100%;
  background: #f1f2f2;
  padding: 25px 30px;

}
.input_page {
  width: 100%;
  height: 24px;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #cccdcd;
  background: transparent;
  font-size: 12px;
  font-weight: 300;
  color: #e4799b;
}
.inputFormPage {
	margin-bottom: 25px;
}
.input_page::placeholder{
  color: #e4799b;
}
.send_page_btn{
  background: #81bfd4;
  padding: 15px 50px;
  border: 0;
  outline: 0;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  margin-right: 15px;
}
.bottom_form_btn{
  margin-top: 30px;
  margin-bottom: 10px;
}
.form_copyright{
  margin-bottom: 0;
  color: #000;
  font-size: 10px;
  font-weight: 300;
}
.form_copyright a{
  color: #000;
  text-decoration: underline;
}


/* Footer */
.footer {
    padding: 100px 0 40px 0;
    position: relative;
}
.footer .container {
    position: relative;
}
.footer::before {
    width: 210px;
    background-color: #e7789b;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 16px;
    content: '';
    position: absolute;
}
.footer .logo {
    width: 70%;
    margin: 0 0 20px 0;
}

/* Slider */
.slick-slide,
.slick-slide>div {position: relative;}
.slick-slide {margin: 0}
.slick-slide img {margin: 0 auto;display: initial!important;width: 100%}
.slick-dotted.slick-slider {margin-bottom: 0!important}
.slick-dots {bottom: 25px!important}
.slick-dots li button:before {font-size: 12px!important}
.slick-dots li.slick-active button:before {color: #81bfd4!important }
.slick-slider .info {
  color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10;
}
.slider {
	position: relative;
}
.slider-heading,
.info p,
.info span {
  line-height: normal;
  font-size: 40px;
  position: absolute;
  width: 100%;
  top: 25%;
  left: 0;
  text-align: center;
  letter-spacing: -0.5px;
  z-index: 10;
  font-weight: bold;
}
.info p {
  font-size: 18px;
  top: 50%;
  line-height: 32px;
  font-weight: normal;
  letter-spacing: -1px;
}
.info span {top: 70%}

.form {
	padding-top: 60px;
}
.form .inpit input {
  height: 70px;
}
.form textarea {
  resize: none;
  height: 160px;
}
.form .inpit input,
.form textarea {
  width: 100%;
  padding: 10px 25px;
  margin-bottom: 15px;
  font-size: 16px;
  background: white;
  border: 1px solid #e7789b;
  border-radius: 3px;
}
.form .form-control-error {
	border: 2px solid red !important;
	margin-bottom: 0 !important;
	border-radius: 3px 3px 0 0 !important;
}
.form .form-error-message {
	display: block;
	background: red;
	color: #fff;
	margin-bottom: 15px;
	padding: 5px 0 5px 20px;
}

.form .btn-classic {
	cursor: pointer;
}
.form .btn-classic:hover {
	border: 1px solod #81bfd4;
	background-color: #fff;
	color: #81bfd4;
}
.g-recaptcha {
	margin-top: 30px;
}
.g-recaptcha.error iframe {
	padding: 2px;
	border: 2px solid red;
	border-radius: 3px;
}

.form .alert {
	margin-top: 30px;
	padding: 10px;
}

p.zasady {
	font-size: 12px;
	margin-top: 30px;
}
p.zasady a {
	text-decoration: underline;
}
p.zasady a:hover {
	text-decoration: none;
}





/* Media queries */
@media screen and (max-height:488px){
}

 
@media screen and (max-width:960px){
}
 
 
@media screen and (max-width:560px){
}
 
@media screen and (max-width:384px){
}

@media only screen and (min-width:1824px){

}
@media (min-width:1440px) and (max-width:1920px){

}
@media (min-width:1280px) and (max-width:1440px){ 
/* Slider */
.slider-heading,.info p,.info span {
  top: 15%;
}
.info p {
  font-size: 18px;
  top: 40%;
  line-height: 32px;
}
.info span {top: 65%}
}

@media (min-width:768px )and (max-width:1124px ){
	/* Header */
	.top-bar object {left: 15%;}  
	.top-bar object:nth-child(2) {left: 22%}
	.btn-classic {
	  padding: 10px 10px;
	  font-size: 12px;
	  margin-left: 5px;
	}
	/* Mob Menu */
	.navBurger {
	  position: absolute;
	  right: 40px;
	  top: 65px;;
	  cursor: pointer;
	  background: #58595b;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  background-clip: content-box;
	  width: 36px;
	  height: 25px;
	  border-top: 11px solid transparent;
	  border-bottom: 11px solid transparent;
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: all 0.25s ease-in-out;
	  transition: all 0.25s ease-in-out;
	  z-index: 9999;
	}
	.navBurger:before,
	.navBurger:after  {
	  content: "";
	  position: absolute;
	  background: #58595b;
	  height: 3px;
	  width: 100%;
	  right: 0;
	  will-change: rotate;
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: all 0.5s ease;
	  transition: all 0.5s ease;
	}
	.navBurger:before{
	  top: -10px;
	}
	.navBurger:after {
	  bottom: -10px;
	  width: 65%;
	}
	.navBurger.active{
	  background: transparent;
	  background-clip: content-box;
	  top: 80px;
	}
	.navBurgerr.active {position: fixed;}
	.navBurger.active:before{
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg);
	  top: 0;
	  background: #313c50;
	  width: 110%;
	}
	.navBurger.active:after{
	  bottom: 0;
	  -webkit-transform: rotate(-135deg);
	  transform: rotate(-135deg);
	  background: #313c50;
	  width: 110%;
	}
	.overlaymenu {
	  position: absolute;
	  background: #fbfbfb;
	  top: 125px;
	  right: 0;
	  width: 100%;
	  opacity: 0;
	  -webkit-transform-origin: right top;
	  transform-origin: right top;
	  -webkit-transform: scale(0);
	  transform: scale(0);
	  visibility: hidden;
	  -webkit-transition: all .4s ease-in-out;
	  transition: all .4s ease-in-out;
	  overflow: hidden;
	  box-shadow: 0 10px 10px rgba(0,0,0,.16);
	}
	.overlaymenu.open {
	  opacity: .99;
	  z-index: 99;
	  visibility: visible;
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
	.menu ul li {
	  display: block;
	  text-align: center;
	  line-height:70px;
	}
	/* Slider */
	.slider-heading,.info p,.info span {
	  top: 5%;
	}
	.info p {
	  font-size: 18px;
	  top: 40%;
	  line-height: 32px;
	}
	/**/
	.about .col-md-6 {
	  min-width: 100%;
	  padding: 30px 0px;
	}
	.ab-foto .about-text {float: none;}
	.aktua .col-md-4 {min-width: 50%;}
	/**/
	.btn-aktua {display: none;}
	.respon button {margin-top: 30px;display: initial;}
	/**/
	.news-block {margin-bottom: 10px;}
	.news-block-title span:after {top: 185px}
	/**/
	.info span {top: 60%}
	/* Kapka */
	.kapka span {font-size: 16px}
	/* Foote */
	footer .col-md-5,footer .col-md-7 {min-width: 100%;}
	.footer-logo {text-align: center;}
	.footer-logo object {position: initial;}
	.footer-button {text-align: center;}
	.footer-button button {margin-left: 0;margin-top: 10px;}
	.footer-icon {margin-top: 0;text-align: center;}
	.footer-icon a img,.footer-button-icon {margin-top: 10px;margin-left: 0;}
	.email:after,
	.phone:after,
	.about-img:after {display: none;}
	.footer-icon object {
	  position: absolute;
	  bottom: 53px;
	  left: 102px;
	}
	.footer-icon object:nth-child(2) {
	  left: 102px;
	  bottom: 0;
	}
	.footer-icon .phone object {
	  left: 150px;
	  bottom: 0;
	}
	.footer-icon .email object {
	  left: 361px;
	  bottom: -1px;
	}
}


@media all and (min-width:320px) and (max-width: 480px) {
	/* Head */
	header .btn-classic {
		padding: 10px 5px;
		margin-left: 10px;
		font-size: 8px;
	}
	.section-content button {
	  margin: 30px auto;
	  display: block;
	}
	header .logo {margin: 0}
	header .logo svg {
	  position: absolute;
	  top: 75px;
	  width: 200px;
	  left: 10px;
	}
	.top-bar {
	  margin: 10px 0 90px 0;
	  text-align: center!important;
	}
	.top-bar object {
	  position: inherit;
	  top: 10px;
	  left: 0;
	  transform: inherit;
	}
	/*.top-bar .socIcon {
	  position: absolute;
	  top: 85px;
	  right: 85px;
	}*/
	.top-bar a:nth-child(2) {    right: 135px;}
	.top-bar object:nth-child(2) {left: 0}
	
	.footer {
	    padding: 50px 0 40px 0;
	}
	.footer .logo svg {
		margin: 0;
	}
	.boxAdress {
		margin-top: 30px;
	}
	
	/* Mob Menu */
	.navBurger {
	  position: absolute;
	  right: 25px;
	  top: 80px;
	  cursor: pointer;
	  background: #58595b;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  background-clip: content-box;
	  width: 36px;
	  height: 25px;
	  border-top: 11px solid transparent;
	  border-bottom: 11px solid transparent;
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: all 0.25s ease-in-out;
	  transition: all 0.25s ease-in-out;
	  z-index: 9999;
	}
	.navBurger:before, .navBurger:after  {
	  content: "";
	  position: absolute;
	  background: #58595b;
	  height: 3px;
	  width: 100%;
	  right: 0;
	  will-change: rotate;
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: all 0.5s ease;
	  transition: all 0.5s ease;
	}
	.navBurger:before{
	  top: -10px;
	}
	.navBurger:after {
	  bottom: -10px;
	  width: 65%;
	}
	.navBurger.active{
	  background: transparent;
	  background-clip: content-box;
	}
	.navBurgerr.active {position: fixed;}
	.navBurger.active:before{
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg);
	  top: 0;
	  background: #313c50;
	  width: 110%;
	}
	.navBurger.active:after{
	  bottom: 0;
	  -webkit-transform: rotate(-135deg);
	  transform: rotate(-135deg);
	  background: #313c50;
	  width: 110%;
	}
	.overlaymenu {
	  position: absolute;
	  background: #fbfbfb;
	  top: 85px;
	  width: 100%;
	  opacity: 0;
	  -webkit-transform-origin: right top;
	  transform-origin: right top;
	  -webkit-transform: scale(0);
	  transform: scale(0);
	  visibility: hidden;
	  -webkit-transition: all .4s ease-in-out;
	  transition: all .4s ease-in-out;
	  overflow: hidden;
	  box-shadow: 0 10px 10px rgba(0,0,0,.16);
	}
	.overlaymenu.open {
	  opacity: .99;
	  z-index: 99;
	  visibility: visible;
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
	.menu ul li {
	  display: block;
	  text-align: center;
	  line-height:70px;
	}
	/* Slider */
	.slick-slider .info,.phone:after,.email:after {display: none;}
	.slid img {min-height: auto;object-fit: cover; }
	/* Kapka */
	.kapka {
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.kapka span {line-height: normal;font-size: 24px}
	.kapka-btn {text-align: center;}
	.btn-kapka {margin-top: 20px;}
	/* Section's Title */
	.section-title span:after {position: initial;display: -webkit-box;}
	.section-title span {font-size: 22px;display: block;}
	/**/
	.btn-aktua {display: none;}
	.respon button {margin-top: 30px;display: initial;}
	.img-default {position: inherit;display: block;margin: 0 auto;right: 0}
	/**/
	.about-text {width: 100%;padding: 20px 0}
	.about-content .section-title span:after {top: 40px;}
	.about-img:after {left: 46%;}
	.about-img,
	.about-img-second {
		min-height: 200px;
		max-height: 250px;
	}
	
	/* News */
	.news-block-title span:after {display: block;position: inherit;}
	/* Foote */
	.footer-logo {text-align: center;}
	.footer-logo object,.footer-icon object {position: initial;}
	.footer-icon .email object,.footer-icon .phone object {
	  left: 10px;
	  position: absolute;
	  bottom: 10px;
	}
	.footer-icon .phone object {bottom: 60px}
	.footer-button {
		text-align: center;
		margin-bottom: 5px;
	}
	.footer-button button {margin-left: 0;margin-top: 10px;}
	.footer-icon {margin-top: 0;text-align: center;}
	.footer-icon a img,.footer-button-icon {margin-bottom: 10px;margin-left: 0;}
	.footer-button-icon {width: 100%}
}

@media (min-width: 568px ) and (max-height: 414px) {
	.btn-classic {padding: 10px 5px;}
	
	/* Mob Menu */
	.navBurger {
	  position: absolute;
	  right: 40px;
	  top: 90px;;
	  cursor: pointer;
	  background: #58595b;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  background-clip: content-box;
	  width: 36px;
	  height: 25px;
	  border-top: 11px solid transparent;
	  border-bottom: 11px solid transparent;
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: all 0.25s ease-in-out;
	  transition: all 0.25s ease-in-out;
	  z-index: 9999;
	}
	.navBurger:before, .navBurger:after  {
	  content: "";
	  position: absolute;
	  background: #58595b;
	  height: 3px;
	  width: 100%;
	  right: 0;
	  will-change: rotate;
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: all 0.5s ease;
	  transition: all 0.5s ease;
	}
	.navBurger:before{
	  top: -10px;
	}
	.navBurger:after {
	  bottom: -10px;
	  width: 65%;
	}
	.navBurger.active{
	  background: transparent;
	  background-clip: content-box;
	  top: 30px;
	}
	.navBurgerr.active {position: fixed;}
	.navBurger.active:before{
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg);
	  top: 0;
	  background: #313c50;
	  width: 110%;
	}
	.navBurger.active:after{
	  bottom: 0;
	  -webkit-transform: rotate(-135deg);
	  transform: rotate(-135deg);
	  background: #313c50;
	  width: 110%;
	}
	.overlaymenu {
	  position: absolute;
	  background: #fbfbfb;
	  top: 85px;
	  width: 100%;
	  opacity: 0;
	  -webkit-transform-origin: right top;
	  transform-origin: right top;
	  -webkit-transform: scale(0);
	  transform: scale(0);
	  visibility: hidden;
	  -webkit-transition: all .4s ease-in-out;
	  transition: all .4s ease-in-out;
	  overflow: hidden;
	  box-shadow: 0 10px 10px rgba(0,0,0,.16);
	}
	.overlaymenu.open {
	  opacity: .99;
	  z-index: 99;
	  visibility: visible;
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
	.menu ul li {
	  display: block;
	  text-align: center;
	  line-height:70px;
	}
	/* Slider */
	.slick-slider .info,.phone:after,.email:after {display: none;} {display: none;}
	/* Kapka */
	.kapka {padding-top: 10px;}
	.kapka span {line-height: normal;}
	.kapka-btn {text-align: center;}
	.btn-kapka {margin-top: 30px;}
	/* Section's Title */
	.section-title span:after {top: 45px;}
	/**/
	.img-default {position: inherit;display: block;margin: 0 auto;margin-top: 30px;}
	/**/
	.about-text {width: 100%;}
	.about-content .section-title span:after {top: 40px;}
	.about-img:after {left: 47%;}
	
	/* News */
	.news-block-title span:after {display: block;position: inherit;}
	.btn-aktua {display: none;}
	.respon button {margin-top: 30px;display: initial;}
	
	/* Foote */
	.footer-logo img {display: block;margin: 0 auto;position: inherit;}
	.footer-button {text-align: center;}
	.footer-button button {margin-left: 0;margin-top: 10px;}
	.footer-icon {margin-top: 0;text-align: center;}
	.footer-icon a img,.footer-button-icon {margin-top: 10px;margin-left: 0;}
	.footer-button-icon {width: 100%}
	}
}

@media (min-width: 0px) and (max-width: 320px) {
.logo svg {
  margin: 0;
  position: inherit;
  top: -70px;
  width: 150px
}
.btn-classic {
  padding: 10px 5px;
  font-size: 10px;
}
/* Mob Menu */
.navBurger {
  position: absolute;
  left: 20px;
  top: 25px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5){
}