@font-face {
	font-family: Roboto;
	src: url(font/Roboto-Regular.ttf);
}
@font-face {
	font-family: Roboto-Bold;
	src: url(font/Roboto-Bold.ttf);
}
@font-face {
	font-family: Roboto-Black;
	src: url(font/Roboto-Black.ttf);
}
html{
  font-family: 'Roboto';
  font-size: 16px;
}
body{
  padding:0;
}
main{
  padding-bottom: 30px;
}
a{
  color: #30B6AA;
  text-decoration: none;
  opacity: 0.8;
}
a:hover{
  opacity: 1;
}


.message-window{
  display: none;
  padding: 32px;
  margin:32px 0;
  display:none;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 32px;
}
.message-window.success{
  display: block;
  color: #1EA756;
  border-color: #1EA756;
}
.message-window.error{
  display: block;
  color: #E8242A;
  border-color: #E8242A;
}
.header-title{
  top: 90px;
  color: #fff;
  font-size: 20px;
  position: absolute;
  z-index: 10;
}
.header-title__circle{
  width: 11px;
  height: 11px;
  transform: scale(0.7);
  display: inline-block;
  background-color: #fff;
  border-radius: 100%;
  margin: 0 7px;
}
.button{
  height: 66px;
  display: flex;
  align-items: center;
  gap: 11px;
  justify-content: center;
  padding: 33px;
  border-radius: 33px;
  color: #fff;
  background: linear-gradient(#289AD1 0, #30B6AA 50%, #35C693 100%);
}
.button__text{
  font-size: 16px;
  font-family: 'Roboto-Bold';
}
.form-button{
  opacity: 1;
  border: none;
}
/*SLIDER STYLES*/
.slider-breadcrumb{
  position: absolute;
  bottom: 48px;
}
.breadcrumb-element{
  position: relative;
  padding-right: 110px;
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
}
.breadcrumb-element.active{
  opacity: 1;
}
.slide{
  position: relative;
}
.slide__image{
  width: 100%;
}
.breadcrumb-element:after{
  content: '';
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 48px;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
}
.slide-content{
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.slide-content__title{
  color: #fff;
  font-size: 56px;
  font-family: 'Roboto-Bold';
}
.slide-content__button{
  background: #fff;
  width: 226px;
  margin-top: 36px;
}
.button__text_white{
  color: #fff;
}
.button__text_green{
  color: #35C693;
}
.button__text_violet{
  color: #802F89;
}
.button__text_grey{
  color: #333333;
}
.button__text_blue{
  color: #3E29E3;
}
.button__text_blue2{
  color: #484A87;
}
.button__text_blue-violet{
  color: #613BE5;
}
.button__text_red{
  color: #C0272C
}
.button__text_violet2{
  color: #D632A8;
}
.button__text_red2{
  color: #FF4E50;
}
.button__text_blue3{
  color: #23589E;
}
/***PAGESTYLES***/
.page-header{
  font-family: 'Roboto-Black';
  font-size: 56px;
  margin-bottom: 48px;
  margin-top: 0;
}
.page-header_mini-bottom-margin{
  margin-bottom: 8px;
}
.page-section{
  margin-top: 96px;
}
.service-container{
  padding:0;
  margin:0;
}
.service{
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 64px;
}
.service__icon{
  flex: 0 0 64px;
}
.service__text-container{
  flex: 1 1 auto;
}
.service__header{
  margin-top: 0;
  margin-bottom: 8px;
  font-family: 'Roboto-Bold';
  font-size: 24px;
}
.service__subtitle{
  color: #484848;
  font-size: 16px;
}
.page-subtitle{
  font-size: 24px;
  font-family: 'Roboto-Bold';
  display: block;
  margin-bottom: 32px;
}
/**form**/
.form-row{
  margin-bottom: 32px;
}
.form-input{
  border: none;
  border-bottom: 2px solid #1b1b1b;
  border-radius: 0;
  line-height: 32px;
  font-size: 16px;
  display: block;
  width: 100%;
  outline: none;
}
.form-input.error{
  border-bottom-color: #f00; 
}
.kontakty-list{
  padding: 0;
  margin: 0;
}
.kontakty-list__item{
  margin: 0;
  margin-bottom: 32px;
  padding: 0;
  display: block;
}
.kontakty__subtitle{
  font-size: 16px;
}
.kontakty__title{
  font-size: 24px;
  font-family: 'Roboto-Bold';
}
.socicon{
  display: inline-block;
  margin-right: 5px;
  height: 32px;
}
.map{
  width: 100%;
  height: 100%;
  min-height: 360px;
  border-radius: 60px;
  filter: grayscale();
}
.leaflet-popup{
  max-width: 200px;
}
.leaflet-popup .leaflet-popup-content{
  margin: 5px;
}
.leaflet-popup .leaflet-popup-content p{
  margin: 0 5px;
  font-family: 'Roboto-Bold';
}
.leaflet-popup-tip-container{
  display: none;
}


/****/
.mslide{
  display: none;
  height: 100%;
}
.mslide_gradient1{
  background: linear-gradient(90deg, #0FAE98, #1EA756, #91C13F);
}
.mslide_gradient2{
  background: linear-gradient(90deg, #802F89, #AA4897, #ED6C7E);
}
.mslide_gradient3{
  background: #333333;
}
.mslide_gradient4{
  background: linear-gradient(90deg, #3E29E3, #6454E1, #867BE4);
}
.mslide_gradient5{
  background: linear-gradient(90deg, #484A87, #5558A1, #7578BA);
}
.mslide_gradient6{
  background: linear-gradient(90deg, #613BE5, #A05EE9, #CE78ED);
}
.mslide_gradient7{
  background: linear-gradient(90deg, #C0272C, #B62C30, #94171B);
}
.mslide_gradient8{
  background: linear-gradient(90deg, #E54374, #D632A8, #E54373);
}
.mslide_gradient9{
  background: linear-gradient(90deg, #FF4E50, #F9D423);
}
.mslide_gradient10{
  background: linear-gradient(90deg, #23589E, #3987D7);
}
.mslide__image{
  display: block;
  width:100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
@media(max-width: 767px) {
  .service{
    margin-bottom: 32px;
  }
  .page-section{
    margin-top: 32px;
  }
  .page-header{
    font-size: 36px;
  }
  .slider-breadcrumb{
    bottom: 32px;
    left: 32px;
  }
  .breadcrumb-element{
    padding-right: 0;
    margin-right: 8px;
    height: 8px;
    width: 8px;
    border-radius: 4px;
    font-size: 0;
    display: inline-block;
    background-color: #fff;
  }
  .breadcrumb-element.active{
    width: 16px;
  }
  .breadcrumb-svg{
    display: none;
  }
  .breadcrumb-element::after{
    display: none;
  }
  .header-title{
    top: 32px;
    left: 32px;
  }
  .slide-content__title{
    position: absolute;
    font-size: 36px;
    top: 88px;
    left: 32px;
  }
  .slide-content__button{
    position: absolute;
    bottom: 100px;
    left: 32px;
  }
  .mslide{
    display: block;
  }
  .slider{
    height: 700px;
  }
  .slide__image{
    display: none;
  }
  .slide__image_mobile{
    display: block;
  }
}

