

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}
a {
  text-decoration: none;
  color: inherit;
}
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ulica {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
  font-size: 28px;
  font-family: 'Circe-Bold';
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #3aa68a;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@font-face {
  font-family: Circe-Bold;

  src:url(../fonts/Circe-Bold.ttf);
}
@font-face {
  font-family: Circe-Regular;

  src:url(../fonts/Circe-Regular.ttf);
}
@font-face {
  font-family: Circe-Light;

  src:url(../fonts/Circe-Light.ttf);
}
@font-face {
  font-family: Circe-ExtraLight;

  src:url(../fonts/Circe-ExtraLight.ttf);
}
@font-face {
  font-family: Circe-ExtraBold;

  src:url(../fonts/Circe-ExtraBold.ttf);
}
.metroinhome{
  color: #1e5500;
    margin-bottom: 10px;
}

h1, h2 {
  font-weight: normal;
}
body{
  background: #f1f5f9;
  color: #2a3340;
  overflow-x: hidden;
  font-family: Circe-Regular , arial;
}

ul {
  list-style-type: none;
  padding: 0;
}
input , button , textarea {
  outline: none !important;
}
/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.myContainer {
  width: 1400px;
  margin: 0 auto;
}
.flex-align-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header {

}
.greenPart .logo{

}
.greenPart .logo img{
  width: 140px;
}
.greenPart{
  background: #1e5500;
  box-shadow: 6px 0 6px #00264d;
  color: white;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 111;
}
nav{

}
nav ul{
  display: flex;
}
nav ul li{
  margin: 0 17px;
  font-size: 15px;
}
.phonenumbers {
  display: flex;
}

.phonenumbers a{
  display: flex;
  align-items: center;
  font-size: 16px;
  margin: 0 12px;
}

.phonenumbers a img{
  width: 16px;
  margin-right: 10px;
}
.infoHeader .myContainer{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.infoHeader .orderCall{

}
.infoHeader .orderCall .title{
  font-size: 50px;
}
.infoHeader .orderCall .description{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  margin: 10px 0 20px;
}
.infoHeader .orderCall .description span:first-child{
  font-size: 15px;
}
.infoHeader .orderCall {
  height: 595px;
  background: #2a3340;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 35px;
  width: 33%;
  text-align: center;
}
.owl-carousel.owl-drag .owl-item.open.active {
  border: 1px solid #1e55004d;
}
.infoHeader .servicesTipes{
  font-size: 12px;
  text-transform: uppercase;
}
.infoHeader .servicesTipes span:nth-child(2){
  margin: 0 24px;
  position: relative;
}
.infoHeader .servicesTipes span:nth-child(2):before{
  content: '';
  position: absolute;
  width: 1px;
  height: 40%;
  top: 30%;
  background: white;
  left: -12px;
}
.infoHeader .servicesTipes span:nth-child(2):after{
  content: '';
  position: absolute;
  width: 1px;
  height: 40%;
  top: 30%;
  background: white;
  right: -12px;
}
footer form {
  width: 70%;
  margin: 20px auto;
}
.infoHeader form{
  margin-top: 50px;
  width: 100%;
}
footer form .items,
.infoHeader form .items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer form .items .item,
.infoHeader form .items .item{
  width: 48%;
  border: 2px solid #c4cdd7;
  margin-bottom: 10px;
  position: relative;
  padding-top: 6px;
}
footer form .items .item input::placeholder,
.infoHeader form .items .item input::placeholder {
  color: #b9c4cf;
  font-family: Circe-Light;
}
.infoHeader form .items .item input,
footer form .items .item input{
  font-size: 12px;
  width: 100%;
  background: transparent;
  border: none;
  padding: 8px 20px;
  color: #b9c4cf;
  font-family: Circe-Light;
}

footer form .items .item span,
.infoHeader form .items .item span{
  position: absolute;
  left: 10px;
  top: -10px;
  color: #b9c4cf;
  font-family: Circe-ExtraLight;
  font-size: 12px;
  background: #2a3340;
  padding: 0 5px;

}
footer form .items .item span{
  background:#1e5500
}
footer form button,
.infoHeader form button{
  font-family:Circe-Bold;
  width: 100%;
  height: 40px;
  color: #2a3340;
  background: white;
  border: none;
  font-size: 10px;
}
.infoHeader form{

}
.infoHeader .services{
  background: url(../img/2-30.png);
  width: 67%;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.infoHeader .services .types{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: hsl(0deg 0% 10% / 80%);
  border-radius: 10px;
  padding: 40px 50px 10px;
  margin: 0 130px 70px 40px;

}
.infoHeader .services .types .item{
  width: 30%;
  margin-bottom: 40px;
  position: relative;
  border-radius: 5px;
  padding: 40px 15px 20px;
  color: white;
  background-size: 100% 100%;
  height: 105px;
  display: flex;
  align-items: center;
  font-size: 20px
}
.infoHeader .services .types .item p{

}
.infoHeader .services .types .item img{

}
.infoHeader .services .startChatWithsoc{
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 100px;
  color: white;
  font-size: 20px;
  justify-content: space-between;
  flex-direction: column;
  right: 30px;
}
 
.infoHeader .services{

}
footer {
  margin-top: 60px;
}
footer .phonenumbers a {
  margin: 20px 0;
}
footer .phonenumbers{
  flex-direction: column;
}
footer .greenPart{
  padding: 30px 0 10px;
  position: relative;
  box-shadow: none;
}
footer nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .hostels{
  bottom: 10px;
}
footer .darkGreen {
  background: #184500;
  color: #2a7700;
  font-size: 11px;
}
footer .darkGreen .myContainer{
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 10px 0 6px;
}
.errorPage {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.openMenuMobile{
  display: none;
}
.errorPage .myContainer  a{
  border-radius: 5px;
  background-color: rgb(30, 85, 0);
  padding: 6px 70px;
  color: white;
  margin-top: 20px;
  font-size: 19px;
  font-family: 'Circe-Bold';

}
.errorPage .myContainer .desc {
  font-family: Circe-Light;
  font-size: 25px;
  color: #2a3340;
}
.errorPage .myContainer .notfound {
  font-size: 25px;
  color: #2a3340;
  font-family: Circe-Bold;
}
.errorPage .myContainer .error {
  font-family: Circe-Bold;
  font-size: 50px;
  color: #2a3340;
}
.errorPage .myContainer{
  height: 100%;
  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: center;
}


.contactUs {
  margin-top: 50px;
  padding-top: 15px;
}
.contactUs .border> .title{
  text-align: center;
  font-size: 23px;
  font-family: 'Circe-Bold';
  color: #2a3340;
  margin-bottom: 40px;
}
.contactUs .phonenumbers {
  justify-content: center;
}
.contactUs .phonenumbers a:focus ,
.contactUs .phonenumbers a:active ,
.contactUs .phonenumbers a:hover {
  color: #1e5500 !important;
  opacity: 0.5;
}
.contactUs .phonenumbers a{
  color: #1e5500;
  font-size: 16px;
  font-family: 'Circe-Bold'
}
.contactUs .phonenumbers a img{

}
.contactUs .border {
  border: 2px solid rgb(255, 255, 255);
  padding: 10px 150px 30px;
}
.contactUs .sociallinks{
  margin: 55px 0 0;

}
button:hover, button:active , a:hover ,  a:active{
  opacity: 0.8;
  transition:.3s;
  transition:.3s;
  color: #59c51f !important;
  border-color: #59c51f !important;
}
nav ul li a:hover ,nav ul li a:active , .phonenumbers a:hover , .phonenumbers a:active{
  color: #fff !important;
}  .fa-telegram-plane:hover{
  color: #0088cc !important;
}
.infoHeader .services .startChatWithsoc a {
  margin-bottom: 35px;
      line-height: 1;
}
.infoHeader .services .startChatWithsoc a:hover {
  color: inherit   !important;
}
.fa-facebook-square:hover {
  color: #7ea5fb;
}
.fa-instagram:hover {
color: rgb(247 66 90);
}
.fa-viber:hover {
	color:#da7be3
} 
.contactUs .sociallinks .item{
  background-color: rgb(223, 232, 241);
  padding: 7px 20px 7px 30px;
  position: relative;
}
.contactUs .sociallinks  {
  position: relative;
}
.contactUs .sociallinks a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}


.contactUs .sociallinks .item .icon img{
  width: 50px;
  margin-right: 20px;
}
.contactUs .sociallinks .item .join{

}
.contactUs .sociallinks .item .join .title{
  color: #2a3340;
  font-size: 17px;
}
.contactUs .sociallinks .item .join .desc{
  font-size: 10px;
  font-family: 'Circe-Light';
  color: #8fa4ba;
}
.contactForm{
  margin-top: 50px
}
.contactForm .title{
  font-size: 23px;
  font-family: 'Circe-Bold';
  text-align: center;
  text-transform: uppercase;
}
.contactForm form{

  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  width: 620px;
  margin: 40px auto 0;
}
.contactForm form .parts{
  width: 48%;
  margin-right: 4%;
}
.contactForm form .parts .item{
  width: 100%;
}
.contactForm form .item{
  width: 48%;
  border: 2px solid rgb(196, 205, 215);
  margin-bottom: 10px;
  position: relative;
  padding-top: 6px;
}
.contactForm form .parts .item:first-child {

  margin-bottom: 35px;
}

.contactForm form .item textarea{
  font-size: 12px;
  width: 100%;
  background: transparent;
  border: none;
  padding: 8px 20px;
  color: #5e6b79;
  font-weight: bold;
  font-family: Circe-Light;
  height: 105px;
  resize: none;
}
.contactForm form .item input::placeholder ,.contactForm form .item textarea::placeholder {
  color: #b9c4cf;
}
.contactForm form .item input{
  font-size: 12px;
  width: 100%;
  background: transparent;
  border: none;
  padding: 8px 20px;

  color: #5e6b79;
  font-weight: bold;
  font-family: Circe-Light;
}
.contactForm form .item span{
  position: absolute;
  left: 10px;
  top: -10px;
  color: #b9c4cf;
  font-family: Circe-ExtraLight;
  font-size: 12px;
  background: #f1f5f9;
  padding: 0 5px;
}
.contactForm form button{
  border: 2px solid rgb(42, 51, 64);
  color: #2a3340;
  font-size: 14px;
  padding: 10px;
  font-family: 'Circe-Regular';
  background: transparent;
  margin-top: 15px;
}


.filter {

}
.filter .rayonAndSearch{
  margin-bottom: 20px;
}
.filter .rayonAndSearch ul{
  display: flex;
}
.filter .rayonAndSearch ul li{
  margin-right: 50px;
  color: #a9b6c3;
  font-size: 20px;
  cursor: pointer;
}
.filter .rayonAndSearch ul li.active{
  color: #2a3340;
}
.filter .rayonAndSearch ul li.active:after {
  display: block;
  content: "";
  width: 100%;
  height: 3.5px;
  margin-top: 0px;
  opacity: 1;
  clip-path: polygon(0 0,0 10px,1400px 100px,0 0);
  background: linear-gradient( 90deg,#2a3340,transparent);
}
.filter .selectedFilter .left.metro select#red {
  color: #ff0000;
}
.filter .selectedFilter .left.metro select#green {
  color: #1e5500;
}
.filter .selectedFilter .left.metro select#blue {
  color: #0006ff;
}
.filter .selectedFilter .left.metro select {
  margin-right: 60px;
  font-size: 20px;
  font-family: 'Circe-Light';
  min-width: 180px;
  background: transparent;
  outline: none;
  border: none;
}
.filter .selectedFilter .left.metro {
  justify-content: flex-start;
}
.filter .rayonAndSearch form .searchParrent{
  width: 400px;
}
.filter .rayonAndSearch form .searchParrent:after {
  display: block;
  content: "";
  width: 100%;
  height: 3.5px;
  margin-top: 0px;
  clip-path: polygon(0% 100%, 100% 20%, 100% 130%);
  opacity: 1;
  background: linear-gradient(
          90deg
          ,transparent ,rgb(185, 196, 207));
}
.filter .rayonAndSearch form .searchParrent input::placeholder {
  color: #b9c4cf;
  font-size: 20px;
  font-family: 'Circe-Regular';

}
.filter .rayonAndSearch form .searchParrent input{
  text-align: right;
  width: 100%;
  background: transparent;
  border: none;
  padding: 5px 10px;
  font-size: 20px;
  font-family: 'Circe-Regular';
  color: #b9c4cf;
}
.filter .selectedFilter{
  width: 100%;
}
.filter .selectedFilter .left.active {
  display: flex;
}
.filter .selectedFilter .left{
  align-items: center;
  width: 70%;
  display: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 1;
  cursor: default;
}
.owl-theme .owl-nav .disabled span {
  color: #b1bdc9;
}
.owl-carousel .owl-nav button span {
  font-size: 30px !important;
  color: #2a3340;
}
.owl-carousel .owl-nav button.owl-prev  {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
  position: absolute;
  top: 9px;
  left: -20px;
  height: max-content;
  line-height: 0;
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  top:28%;
  margin: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: initial;
  text-decoration: none;
}
.owl-carousel .owl-nav button.owl-next {
  background: 0 0;
  color: inherit;

  border: none;
  padding: 0!important;
  font: inherit;
  position: absolute;
  top: 9px;
  right: -20px;
  height: max-content;
  line-height: 0;
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  top:28%;
  margin: 0;
}
.filter .selectedFilter .left  span{
  font-size: 20px;
  font-family: 'Circe-Regular';
}
.filter .selectedFilter .left .regions{
  margin-top: 5px;
  width: 90%;
}
.filter .selectedFilter .left .regions .item p.checked {
  color: #2a3340;
}
.filter .selectedFilter .left .regions .item{
  color: #b1bdc9;
  font-size: 17px;
  text-align: center;

}
.owl-theme .owl-nav {
  margin-top: 0 !important;
}
.filter .selectedFilter .right{
  color: #b1bdc9;
  font-size: 20px;
  text-align: center;
}
.filter .selectedFilter .right .orderBy{

}
.filter .selectedFilter .right .orderBy span{

}
.filter .selectedFilter .right .orderBy button{
  background: transparent;
  border: none;
  color: #b1bdc9;
  margin-left: 10px;
  font-size: 15px;
  cursor: pointer;
}
.filter .selectedFilter .right .orderBy button.active{
  color: #2a3340;
}
.filter {
  background-color: rgb(226, 233, 240);
  padding: 25px 40px 30px;
}
.filter {

}

.hostelitems {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;

}
.hostelitems .item:not(:nth-child(3n)) {
  margin-right:5% ;
}
.hostelitems .item{
  width: 30%;
  margin-bottom: 70px;
}
.hostelitems .item .image a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hostelitems .item .image{
  height: 260px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.hostelitems .item .info{

}
.hostelitems .item .info .link {
  margin-top: 20px;
}
.hostelitems .item .info a{
  border: 2px solid rgb(30, 85, 0);
  color: #1e5500;
  font-size: 14px;
  padding: 10px 24px;

}
.hostelitems .item .info .title{
  color: #2a3340;
  margin-top: 5px;
  font-size: 23px;
}
.hostelitems .item .info .metro {
  display: flex;
  align-items: center;
  margin: 0px 0 10px;
}
.hostelitems .item .info .metro img{

}
.hostelitems .item .info .metro span{
  color: #8fa4ba;
  font-family: 'Circe-Light';
  margin-left: 10px;
}
.hostelitems .item .info .infoItem{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.hostelitems .item .info .infoItem.sale {
  color:green
}
.hostelitems .item .info .infoItem.sale   .price-info{
  font-size: 18px;
}
.hostelitems .item .info .infoItem .price-info{
display: flex;
    align-items: center;
}

 .hostelitems .item .info .infoItem p:first-child{
margin-right: 4px;
}

.hostelitems .item .info .infoItem p{
display: flex;
     align-items: center;
}
.hostelitems .item .info .infoItem .old-price.droped{
text-decoration: line-through;
font-size:14px;
    color: red;
}

.hostelitems .item .info .infoItem .new-price{
margin-left:5px
}

.reviews {
  background-color: rgb(226 233 240);
  padding: 25px 40px;
}
.reviews .title{
  font-size: 23px;
  font-family: 'Circe-Bold';
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.reviews .testimonials {
background: #ecffe2;
}
.reviews .testimonials .item .image{
  width: 156px;
}
.reviews .testimonials .item .image img{
  max-width: 100%;

}
.reviews .testimonials .item .text{
  width: calc(100% - 300px);
  margin-right: 100px;
}
.reviews .testimonials .item .text .desc{
  margin-bottom: 10px;
}
.reviews .testimonials .item .text .nameAndSeeAll{

}
.reviews .testimonials .item .text .nameAndSeeAll .name{
  font-size: 20px;
  color: #246600;
  font-family: 'Circe-Light';
}
.reviews .testimonials .item .text .nameAndSeeAll .seeAll{
  border: 1px solid rgb(30, 85, 0);
  color: #1e5500;
  font-size: 14px;
  padding: 5px 27px;
}

.howweWork {

}
.howweWork .title{
  font-size: 20px;
  font-family: 'Circe-Bold';
  color: rgb(42, 51, 64);
  line-height: 0.55;
  text-align: center;
  margin-top: 90px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.howweWork .subTitle{
  font-size: 13px;
  text-align: center;
}


.howweWork .steps{
  margin-bottom: 90px;
  margin-top: 70px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-auto-flow: column;
}
.howweWork .steps .item{
  display: flex;
  align-items: flex-start;
}
.howweWork .steps .item .stepCount{
  border-radius: 50%;
  background-color: rgb(42, 51, 64);
  width: 40px;
  height: 40px;
  position: relative;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: 'Circe-Bold';
  margin-right: 30px;
  padding-top: 3px;
}
.howweWork .steps .item .stepCount:before{
  content: '';
  position: absolute;
  width: 7px;
  height: 16px;
  clip-path: polygon(0 54%, 0% 100%, 100% 77%);
  background: #2a3340;
  right: -6px;
  bottom: calc(50% - 5px);
}
.howweWork .steps .item .text{
  font-size: 24px;
  font-family: 'Circe-Bold';
  width: calc(100% - 110px);
}
.whoWeAre {
  background-color: rgb(226, 233, 240);
  padding: 30px 40px 40px;
}
.whoWeAre .title{
  font-size: 20px;
  font-family: 'Circe-Bold';
  color: rgb(42, 51, 64);
  line-height: 0.55;
  text-align: center;
  text-transform: uppercase;
}
.whoWeAre .items{
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.whoWeAre .items .item{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 25px 30px;
  background: white;
  width: 28%;
  border-radius: 10px;
  border-top: 4px solid #2a3340;
  margin-bottom: 40px;
}
.whoWeAre .items .item .poligon{
  width: 190px;
  height: 160px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background-size: cover;
  background-position: center;
}
.whoWeAre .items .item .name{
  font-size: 19px;
  font-family: 'Circe-Bold';
  padding: 10px 0;
  border-bottom: 1px solid #8ea3b9;
  width: 100%;
  text-align: center;
}
.whoWeAre .items .item .des {
  font-size: 14px;
  color: #8fa4ba;
  text-align: center;
  margin-top: 10px;
}
.accordion__item {
  margin-bottom: 20px;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 6%);
  background-color: rgb(226, 233, 240);
}
.accordion__body {
  display: none;
  padding: 30px 50px;
  font-size: 16px;
}
.accordion__body p {
  margin-bottom: 0;
}
.accordion__title {
  font-size: 20px;
  cursor: pointer;
  margin-bottom: 0;
  padding: 15px;
  position: relative;
  font-family: 'Circe-Bold';
}
.accordion__title.active {
  background-color: rgb(30, 85, 0);
  color: white;
}
.accordion__title:after {
  content: "+";
  width: 20px;
  height: 17px;
  position: absolute;
  right: 15px;
  top: 15px;
  border: 2px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  text-align: center;
  padding-top: 2px;
}


.accordion__title.active:after {
  content: "-";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  border: 2px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  padding-top: 0;

}
.faq .title {
  font-size: 23px;
  font-family: 'Circe-Bold';
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.faq {
  margin-top: 120px;
  margin-bottom: 60px;
}
.singlePage .filter {
  padding: 25px 40px 25px;
}
.singlePage .filter .rayonAndSearch {
  margin-bottom: 0;
  justify-content: center;
}
.singlePage {

}
.singlePage .whatIsNear{
  border: 2px solid rgb(255, 255, 255);
  margin-bottom: 100px;
  margin-top: 25px;
}
.singlePage .whatIsNear>.title ,.singlePage .aboutHostel>.title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.singlePage .whatIsNear>.title p , .singlePage .aboutHostel>.title p{
  font-size: 28px;
  font-family: 'Circe-Bold';
  margin-left: 10px;
}
.singlePage .hoToFind{
  border: 2px solid rgb(255, 255, 255);
  margin-bottom: 100px;
  margin-top: 25px;

}
.singlePage  .transport{
  display: flex;
  padding: 30px;
  justify-content: space-between;
}
.singlePage  .transport .item{
  min-width: 16%;
  max-width: 50%;
}
.singlePage  .transport .item .title{
  display: flex;
  align-items: center;
  color: #1e5500;
}
.singlePage  .transport .item .title img{
  margin-right: 10px;
}
.singlePage  .transport .item .title p{
  font-size: 20px;
}
.singlePage  .transport .item .items{
  list-style: disc;
  margin-left: 25px;
  font-size: 20px;
  font-family: 'Circe-Light';
  margin-top: 10px;
}
.singlePage  .transport .item .items li{

}
.singlePage .hoToFind .maps{
  border: 1px solid rgb(255, 255, 255);
  margin: 5px;
}
.singlePage .hoToFind .maps iframe{
  width: 100%;
  height: 510px;
}
#big {
  margin-bottom: 30px;
}
#big .item{
  height: 630px;
  background-position: center;
  background-size: cover;
  background-color: black;
}
#big .item img{
  height: 100%;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
#thumbs {

}
#thumbs .item{
  height: 120px;
  background-position: center;
  background-size: cover;
  margin: 10px;
}
#thumbs .item {

}
.aboutHostel  .prices {
  margin-bottom: 70px;
}
.aboutHostel  .prices .priceForAll{

}
.aboutHostel  .prices .priceForAll .title{
  text-align: center;
  font-size: 30px;
  font-family: 'Circe-Bold';
  margin-bottom: 25px;
  margin-top: 40px;
}
.aboutHostel  .prices .priceForAll .items{
  display: flex;
  justify-content: center;
}
.aboutHostel  .prices .priceForAll .items .item{
  margin: 0 30px;
  text-align: center;
}
.aboutHostel  .prices .priceForAll .items .item .name{
  font-size: 23px;
  margin-bottom: 5px;
}
.aboutHostel  .prices .priceForAll .items .item .price{
  font-size: 20px;
  font-family: 'Circe-Light';
}
.aboutHostel  .prices .forNewClients .title{
  font-size: 23px;
  text-align: center;
  max-width: 45%;
  margin: 50px auto 25px;
  font-family: 'Circe-Light';
  line-height: 1;
  color: #1e5500;
}
.aboutHostel  .prices .forNewClients .items{
  display: flex;
  justify-content: center;
}
.aboutHostel  .prices .forNewClients .items .item{
  margin: 0 30px;
  text-align: center;
}
.aboutHostel  .prices .forNewClients .items .item{

}
.aboutHostel  .prices .forNewClients .items .item .name{

  font-size: 23px;
  margin-bottom: 5px;
}
.aboutHostel  .prices .forNewClients .items .item .price{
  font-size: 20px;
  font-family: 'Circe-Light';
}
.aboutHostel  .prices {

}
.aboutHostel .slider {
  margin-top: 20px;
}
.modal .content{
  border-radius: 20px;
  background-color: rgb(20, 20, 20);
  opacity: 0.98;
  width: 532px;
  height: 508px;
}
.modal{
  background-color: rgba(0, 0, 0 , 0.5);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 111;
}
.modal .center{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;

}
.modal form{
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal form .item{
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 5px;
  padding-top: 5px;
  width: 309px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 2px;
}
.modal form .item p{
  position: absolute;
  top: -10px;
  color: white;
  left: 10px;
  background: #141515;
  padding: 0 10px;
}
.modal form .item p span{
  color: red;
}
.modal .modalHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  border-bottom: 1px solid #928c8c3b;
  color: white;
  font-size: 30px;
  font-family: 'Circe-Bold';
  padding: 20px;
}
.modal .modalHeader p{

}
.modal form .item input{
  width: 100%;
  padding: 7px 15px;
  background: transparent;
  border: none;
  font-family: 'Circe-Light';
  font-size: 16px;
}
.modal form .item textarea::placeholder , .modal form .item input::placeholder {
  font-family: 'Circe-Light';
  font-size: 16px;
}
.modal form button {
  border-width: 1px;
  border-color: rgba(255, 255, 255 , 0.4);
  border-style: solid;
  width: 212px;
  height: 43px;
  background: transparent;
  color: white;
  font-size: 15px;
  font-family: 'Circe-Light';

}
.modal form .item textarea{
  width: 100%;
  padding: 7px 15px;
  background: transparent;
  border: none;
  height: 100px;
  font-family: 'Circe-Light';
  resize: none;
  font-size: 16px;
}
.modal.thankYou  .message{
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modal.thankYou .message  p {
  font-size: 18px;
  color: white;
  margin-bottom: 20px;
  font-family: 'Circe-Light';
  max-width: 240px;
  text-align: center;
}
.modal.thankYou .message  button{
  border-width: 1px;
  border-color: rgba(255, 255, 255 , 0.4);
  border-style: solid;
  width: 212px;
  height: 43px;
  background: transparent;
  color: white;
  font-size: 15px;
  font-family: 'Circe-Light';
}
.modal.thankYou   .content {
  height: max-content;
  max-height:   500px;
}
.testimonials {
  border: 2px solid rgb(255, 255, 255);
  margin-bottom: 100px;
  margin-top: 25px;
  padding: 20px;
}
.testimonials> .title{
  text-align: center;
  font-size: 23px;
  font-family: 'Circe-Bold';
  margin-bottom: 25px;
}
.testimonials .items .poligon{
  background-image: url(https://zhytlo.org.ua/uploads/images/6102e9e184487.png);
  width: 40px;
  height: 35px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background-size: cover;
}
.testimonials .items .item .address{
  margin-bottom: 10px;
}
.testimonials .items .item{
  background-color: rgb(236, 255, 226);
  margin-bottom: 20px;
  padding: 20px;
}
.testimonials .items .item .name{
  font-size: 18px;
  color: #246600;
}
.testimonials .items .item .title{
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #8fa4ba;
  font-family: 'Circe-Light';
}
.testimonials .items .item img{
  margin-right: 5px;
  margin-bottom: 3px;
}
.testimonials .items .item .desc{
  font-size: 15px;
  margin-top: 5px;
}
.openOnlyMobile {
  display: none;
}


















 .child__filter--wrap .subway__item:first-child {
  color: green;
}
 .child__filter--wrap .subway__item .sub__menu {
  position: absolute;
  z-index: 10;
  margin-top: 10px;
  background-color: #fff;
  padding: 20px;
  width: 180px;
  display: none;
}
  .child__filter--wrap  {
    width: 100%;
  }
  .child__filter--wrap .subway__item:hover .sub__menu {
  display: block;
}
.child__filter--wrap .subway__item:nth-child(3) {
  color: blue;
}
  .child__filter--wrap .subway__item:nth-child(2) {
  color: red;
}
  .blog__tabs {
    display: flex;
    width: 100%;
  }
  .blog__tabs li>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .blog__tabs li a:hover {
    color: inherit !important;
  }
  .blog__tabs> li ul li a {
    display: inline-block;
    width: 100%;
  }
  .blog__tabs> li ul li{
    color: gray;
  }
  .blog__tabs> li {
    margin-right: 60px;
    cursor: pointer;
    padding-bottom: 11px;
    min-width: 180px;

  }
  .child__filter--wrap .subway__item:first-child .sub__menu {
    background: #ecffe2;
  }
  .child__filter--wrap .subway__item:nth-child(2) .sub__menu {
  	    background: #fff4f4
  }
  .child__filter--wrap .subway__item:nth-child(3) .sub__menu {
  	    background: #cfe4ff;
  }
  .child__filter--wrap .subway__item:first-child .sub__menu li {
color: #004a1f;
  }
  .child__filter--wrap .subway__item:nth-child(2) .sub__menu li{
  	    color: red;
  }
  .child__filter--wrap .subway__item:nth-child(3) .sub__menu li{
  	    color: blue;
  }
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



.selectHostel {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
  align-items: center;
  color: #1e5500;
  font-size: 18px;
  
}


.custom-select-wrapper {
  position: relative;
  user-select: none;
  width: 300px;
    margin-left: 20px;
}
.custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
  border-width: 0 2px 0 2px;
  border-style: solid;
  border-color: #1e5500;
}
.custom-select__trigger {
  position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    font-size: 20px;
    font-weight: 300;
    color: #1e5500;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    cursor: pointer;
    border-width: 2px 0 2px 0;
    border-style: solid;
    border-color: #1e5500;
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: -2px;
  right: -2px;
  border: 2px solid #1e5500;
  border-top: 0;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 22px 0 22px;
  font-size: 22px;
  font-weight: 300;
  color: #1e5500;
  line-height: 60px;
  cursor: pointer;
  transition: all 0.5s;
}
.custom-option:hover {
  cursor: pointer;
  background-color: #f1f5f9;
}
.custom-option.selected {
  color: #ffffff;
  background-color: #1e5500;
}
.arrow {
  position: relative;
  height: 15px;
  width: 15px;
}
.arrow::before, .arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  transition: all 0.5s;
}
.arrow::before {
  left: -5px;
  transform: rotate(45deg);
  background-color: #1e5500;
}
.arrow::after {
  left: 5px;
  transform: rotate(-45deg);
  background-color: #1e5500;
}
.open .arrow::before {
  left: -5px;
  transform: rotate(-45deg);
}
.open .arrow::after {
  left: 5px;
  transform: rotate(45deg);
}
 .filter .selectedFilter .left .regions .item p {
  color: #1e5500;
}
button ,.filter .selectedFilter .left .regions .item p {
  cursor: pointer;
}
.testimonialsotziv p:hover  , .filter .selectedFilter .left .regions .item p:hover{
  opacity: 0.5;
  cursor: pointer;
}

 
.selectedFilter.testimonialpage button.all {
  background: #ecffe2;
  border: none;
  padding: 10px;
  width: 120px;
  color: #1e5500;
  box-shadow: 0 0 2px #80808033;
  font-size: 12px;
}
.testimonialsotziv  {
width:calc(100% - 200px);
    margin: 0 30px;
    text-align: center;
    color: #1e5500;

} 
.selectedFilter.testimonialpage .left {
  width: 100%;
}
.selectedFilter.testimonialpage .left span {
  display: block;
  width: 100px;
  color: #1e5500;
  font-weight: bold;
}
.selectedFilter.testimonialpage {
      width: 100%;
      margin-bottom: 40px;
}
.owl-carousel.testimonialsotziv .owl-nav button.owl-next ,
.owl-carousel.testimonialsotziv .owl-nav button.owl-prev {
        width: 0;
        top: 20%;
        margin: 0;
    }

 .aboutHostel    .owl-carousel .owl-nav button.owl-next  {
    width: 0;
    top: 30%    !important;
    right: 20px;
    margin: 0;
    color: white;
}
 .aboutHostel .owl-carousel .owl-nav button.owl-prev {
    width: 0;
    top: 30%   !important;
    left: 20px;
    margin: 0;
    color: white;
}