@font-face {
  font-family: 'Verdana-Regular';
  src: url("/ fonts/Verdana.eot");
  src: local("Verdana"), url("/fonts/Verdana.eot?#iefix") format("embedded-opentype"), url("/fonts/Verdana.woff") format("woff"), url("/fonts/Verdana.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Verdana-Bold';
  src: url("/fonts/Verdana-Bold.eot");
  src: local("Verdana Bold"), local("Verdana-Bold"), url("/fonts/Verdana-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Verdana-Bold.woff") format("woff"), url("/fonts/Verdana-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: Verdana-Regular, Sans-Serif;
}

header .container .headerTop {
  margin-top: 20px;
  padding-bottom: 20px;
}

header .container .hidden-phones {
  display: none;
  margin-left: 2rem;
}

header .container .show-more-phones {
  cursor: pointer;
  margin-left: 2rem;
}

header .container .info a {
  font-family: Verdana-Regular, Sans-Serif;
  font-weight: 400;
  color: black;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

header .container .info img {
  width: 1.5rem;
  height: 1.5rem;
}

header .container .info {
  display: flex !important;
  flex-direction: column;
  justify-content: space-evenly;
  gap: .5rem;
}

header .container .info a {
  position: relative;
  text-align: left;
  display: flex;
  gap: .5rem;
}

header .container .info .retreatInfo {
  margin-top: 20px;
}

header .container .login,
header .container .login:focus, 
header .container .register,
header .container register:focus {
  font-family: Verdana-Regular, Sans-Serif;
  user-select: none;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  color: black;
  font-size: 18.5px;
}

.loginContainer {
  height: 100%;
  display: flex;
  gap: .25rem;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}

header .container nav {
  padding: 10px 0 10px 0;
  width: 100%;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}

header .container nav ul {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}

header .container nav ul li {
  font-weight: 400;
  display: inline-block;
  border-right: 1px solid #45bff0;
  cursor: pointer;
  padding-top: 5px;
  font-size: 21px;
  width: 13%;
  height: 45px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
}

header .container nav ul li a,
header .container nav ul li a:hover {
  font-family: Verdana-Regular, Sans-Serif;
  display: block;
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
}

header .container nav ul li[class="active"] {
  background-color: #45bff0;
}

header .container nav ul li[class="active"] a {
  color: white;
}

header .container nav ul li:first-child {
  margin-left: 3%;
}

header .container nav ul li:last-child {
  margin-left: -5px;
  border-right: none;
}

header .container nav ul li:hover {
  background-color: #45bff0;
}

header .container nav ul li:hover a:hover {
  color: white;
}

/*||||||||||||||||||||||||||||||||||||||||     END HEADER    |||||||||||||||||||||||||||||||||||*/
/*||||||||||||||||||||||||||||||||||||||||      BEGIN app.blade ||||||||||||||||||||||||||||||||||*/
.content-app {
  margin-top: 60px;
}

.content-app h3 {
  width: 100%;
  text-align: center;
  font-size: 33px;
}

.content-app .block-1 .baner {
  padding-left: 0;
  padding-right: 0;
  height: 360px;
  position: relative;
  z-index: 5;
  background-image: url(/images/3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.content-app .block-1 .baner__img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.content-app .block-1 .baner .text-info {
  z-index: 999;
  position: relative;
  margin-top: 15%;
  width: 50%;
  margin-left: 50%;
}

.content-app .block-1 .baner .text-info h4 {
  font-family: Verdana-Bold, Sans-Serif;
  color: white;
  font-size: 29px;
}

.content-app .block-1 .baner .text-info p {
  font-family: Verdana-Regular, Sans-Serif;
  color: white;
  font-size: 18px;
}

.content-app .block-1 .baner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
}

.content-app .block-2 h3 {
  margin: 30px 0 30px 0;
  font-family: Verdana-Regular, Sans-Serif;
}

.content-app .block-2 .search-block {
  text-align: center;
  width: 100%;
}

.content-app .block-2 .search-block .own-styles {
  width: 25% !important;
  margin-top: 40px;
}

.content-app .block-2 .recreation-town a {
  display: block;
  margin-left: 25%;
  width: 50%;
  height: 200px;
}

.content-app .block-2 .recreation-town a img {
  width: 100%;
  height: 100%;
}

.content-app .block-3 h3 {
  margin: 30px 0 30px 0;
  font-family: Verdana-Regular, Sans-Serif;
}

.content-app .block-3 .types-of-services {
  padding: 15px 15px 15px 15px;
  height: 200px;
  text-align: center;
}

.content-app .block-3 .types-of-services a {
  position: relative;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

.content-app .block-3 .types-of-services a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content-app .block-3 .types-of-services a p {
  font-family: Verdana-Regular, Sans-Serif;
  width: 100%;
  font-size: 26px;
  color: white;
  position: absolute;
  top: 34%;
  left: 0;
  right: 0;
  z-index: 999;
}

.content-app .block-3 .types-of-services a p span {
  font-family: Verdana-Regular, Sans-Serif;
  display: block;
  font-size: 15px;
}

.content-app .block-3 .types-of-services a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}

.content-app .block-3 .types-of-services a:hover {
  top: 0;
  left: 0;
}

.content-app .block-3 .types-of-services a:hover p {
  font-size: 35px;
}

.content-app .block-3 .types-of-services a:hover span {
  display: none;
}

.content-app .block-3 .types-of-services a:hover:before {
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  background-color: rgba(0, 0, 0, 0.7);
}

.content-app .block-3 .types-of-services a p {
  transition: all .5s ease;
}

.content-app .block-3 .info {
  font-family: Verdana-Regular, Sans-Serif;
  width: 70%;
  margin: 30px 0 30px 15%;
  text-align: center;
}

/*||||||||||||||||||||||||||||||||||||||||     END app.blade   |||||||||||||||||||||||||||||||||||*/
/*||||||||||||||||||||||||||||||||||||||||      BEGIN item.blade ||||||||||||||||||||||||||||||||||*/
/*||||||||||||||||||||||||||||||||||||||||      section-1    |||||||||||||||||||||||||||||||||||*/
.section-1 {
  margin-top: 10px;
}

.section-1 #carousel1 img {
  width: 50px;
  height: 50px;
}

.section-1 .title-tour h5 {
  width: 100%;
  text-align: center;
}

.section-1 .title-tour p {
  font-size: 15px;
}

.section-1 .rating-wrapper {
  display: flex; 
  align-items: center; 
  gap: .5rem; 
  margin: 0 auto;
}

.section-1 .data {
  padding-left: 0;
  padding-right: 0;
}

.section-1 .data .title-data {
  font-size: 21px;
}

.section-1 .data .data-time {
  color: #45bff0;
  text-align: center;
  text-decoration: underline;
  margin: 0;
}

.section-1 .duration p {
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 22px;
}

.section-1 .duration p span {
  color: #ff0000;
}

.section-1 .duration p:first-child {
  margin-top: 45px;
}

.section-1 .main-info {
  margin-top: 10px;
  font-size: 14px;
}

.section-1 .main-info span {
  color: #ff6b6b;
  padding-right: 15px;
}

.section-1 .description-reservation {
  margin-top: 35px;
  width: 100%;
  font-size: 23px;
  text-align: center;
}

.section-1 .btn-reservation,
.section-1 .btn-reservation:focus:enabled {
  outline: none;
  width: 60%;
  display: block;
  height: 40px;
  margin-left: 24%;
  margin-bottom: 40px;
  background-color: #45bff0;
  border: 0.5px;
  color: white;
}

.section-1 .btn-reservation:hover:enabled {
  border: solid 1px #45bff0;
  color: #45bff0;
  background-color: transparent;
}

.section-1 .btn-reservation:disabled {
  cursor: default;
  background-color: #acdff3;
}

/*||||||||||||||||||||||||||||||||||||||||||||   section-2    |||||||||||||||||||||||||||||||||||||||*/
.section-2 {
  padding-bottom: 40px;
}

.section-2 .nav-tabs {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: none !important;
}

.section-2 .nav-tabs li .active {
  color: white !important;
  height: 100% !important;
  background-color: #45bff0 !important;
  border-color: #45bff0 !important;
  border-radius: 0 !important;
}

.section-2 .nav-tabs li .active a {
  height: 100%;
}

.section-2 .nav-tabs li .nav-link:hover {
  border-color: transparent !important;
}

.section-2 .nav-tabs li {
  font-weight: 400;
  display: inline-block;
  border-right: 1px solid #45bff0;
  cursor: pointer;
  font-size: 21px;
  height: 45px;
  text-align: center;
  user-select: none;
  padding: 0;
  -webkit-user-select: none;
}

.section-2 .nav-tabs li a {
  color: black;
  text-decoration: none;
}

.section-2 .nav-tabs li:last-child {
  border-right: none;
}

.section-2 #menu2 .who-commented {
  text-align: center;
}

.section-2 #menu2 .response {
  margin-bottom: 20px;
}

.section-2 #menu2 .response button {
  cursor: pointer;
  width: 100%;
  display: block;
  height: 40px;
  background-color: #45bff0;
  border: 0.5px;
  color: white;
}

.section-2 #menu2 .response button:hover,
.section-2 #menu2 .response button:focus {
  outline: none;
  border: 1px solid #45bff0;
  background-color: transparent;
  color: #45bff0;
}

.section-2 #menu2 .comments-content .comment-footer {
  display: flex;
  justify-content: space-between;
}

.section-2 #menu2 .comments-content .like-and-dislike ul {
  margin-left: -40px;
}

.section-2 #menu2 .comments-content .like-and-dislike .icon {
  width: 25px;
  height: 25px;
  float: left;
}

.section-2 #menu2 .comments-content .like-and-dislike .like .icon {
  cursor: pointer;
  background-size: 50px 25px;
  margin-right: 35px;
  background-image: url(/images/like_full.svg);
  background-repeat: no-repeat;
}

.section-2 #menu2 .comments-content .like-and-dislike .like .another-like {
  background-position: -27px 0px;
}

.section-2 #menu2 .comments-content .like-and-dislike .dislike .icon {
  cursor: pointer;
  background-size: 50px 25px;
  background-image: url(/images/dislike_full.svg);
  background-repeat: no-repeat;
}

.section-2 #menu2 .comments-content .like-and-dislike .dislike .another-dislike {
  background-position: -27px 0px;
}

.section-2 #menu2 .comments-content .like-and-dislike li {
  list-style: none;
}

.section-2 #menu2 .more-comments,
.section-2 #menu2 .more-comments:focus {
  outline: none;
  border: none;
  background-color: transparent !important;
  cursor: pointer;
}

.section-2 #menu2 .more-comments img,
.section-2 #menu2 .more-comments:focus img {
  width: 20px;
  height: 20px;
}

.section-2 #menu2 .more-comments[aria-expanded="true"] {
  transform: rotate(180deg);
}

.section-2 #menu2 .card {
  border: none;
}

.section-2 #menu2 .answer {
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  display: block;
  height: 30px;
  background-color: #45bff0;
  border: 0.5px;
  color: white;
}

.section-2 #menu2 .answer:hover {
  outline: none;
  border: 1px solid #45bff0;
  background-color: transparent;
  color: #45bff0;
}

.section-2 #menu2 .answer-comment {
  padding-left: 5rem;
}

/*||||||||||||||||||||||||||||||||||||||||||||   section-3    |||||||||||||||||||||||||||||||||||||||*/
.section-3 .main-info {
  margin-top: 10px;
  font-size: 14px;
}

.section-3 .main-info span {
  color: #ff6b6b;
  padding-right: 15px;
}

.section-3 .description-reservation {
  margin-top: 35px;
  width: 100%;
  font-size: 23px;
  text-align: center;
}

.section-3 .btn-reservation {
  cursor: pointer;
  width: 60%;
  display: block;
  height: 40px;
  margin-left: 22%;
  margin-bottom: 40px;
  background-color: #45bff0;
  border: 0.5px;
  color: white;
}

.section-3 .btn-reservation:hover:enabled {
  border: solid 1px #45bff0;
  color: #45bff0;
  background-color: transparent;
}

.section-3 .btn-reservation:focus:enabled {
  outline: none;
}

.section-3 .btn-reservation:disabled {
  cursor: default;
  background-color: #acdff3;
}

.section-3 #map {
  height: 300px;
  width: 100%;
}

.section-3 .icons-social {
  width: 100%;
}

.section-3 .icons-social a {
  margin-left: 3%;
}

.section-3 .icons-social img {
  width: 25px;
  height: 30px;
}

.section-3 .icons-social .content-social {
  text-align: center;
  margin-left: 10%;
}

/*||||||||||||||||||||||||||||||||||||||||   END page item.blade ||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||| BEGIN kurorty.blade  ||||||||||||||||||||||||||||||||||*/
.resorts {
  margin-top: 10px;
}

.resorts .title {
  font-family: Verdana-Bold, Sans-Serif;
  width: 100%;
  text-align: center;
  font-size: 33px;
  margin-bottom: 30px;
}

.resorts .block {
  margin-top: 30px;
}

.resorts .block:nth-child(even) {
  flex-direction: row-reverse;
}

.resorts .block .block-description {
  text-align: center;
}

.resorts .block .block-description h3 {
  font-family: Verdana-Regular, Sans-Serif;
  width: 100%;
  font-size: 23px;
  margin-bottom: 30px;
}

.resorts .block .block-description p {
  font-family: Verdana-Regular, Sans-Serif;
  text-align: left;
  font-size: 16px;
}

.resorts .block .block-description .btn-over {
  font-family: Verdana-Regular, Sans-Serif;
  margin-left: 15%;
  padding-top: 5px;
  font-size: 17px;
  margin-top: 30px;
  cursor: pointer;
  width: 70%;
  display: block;
  height: 40px;
  margin-bottom: 20px;
  background-color: #45bff0;
  border: 0.5px;
  color: white;
}

.resorts .block .block-description .btn-over:hover,
.resorts .block .block-description .btn-over:focus {
  outline: none;
  border: solid 1px #45bff0;
  color: #45bff0;
  text-decoration: none;
  background-color: transparent;
}

/*|||||||||||||||||||||||||||||||||||||||| END kurorty.blade  ||||||||||||||||||||||||||||||||||*/
/*||||||||||||||||||||||||||||||||||||||||   FOOTER    ||||||||||||||||||||||||||||||||||||||||||*/
footer .title-footer {
  font-family: Verdana-Regular, Sans-Serif;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

footer .footer-line {
  margin-top: 35px;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 20px;
}

footer .footer-line .form-footer p {
  margin: auto;
  padding: 10px 0 5px 5%;
  font-size: 17px;
  font-family: Verdana-Regular, Sans-Serif;
}

footer .footer-line .form-footer input {
  margin-left: 5%;
  font-family: Verdana-Regular, Sans-Serif;
  padding: 0 10px 0 10px;
  display: block;
  width: 90%;
  height: 35px;
  border-style: solid;
  border-width: 1px;
}

footer .footer-line .form-footer input:focus {
  outline: none;
}

footer .footer-line .form-footer .form-control:focus {
  outline: none;
}

footer .footer-line .btn {
  font-family: Verdana-Regular, Sans-Serif;
  width: 100%;
  border-radius: 0;
  border-color: #45bff0;
  background-color: #45bff0;
  margin-top: 40px;
  color: white;
  cursor: pointer;
}

footer .footer-line .btn:hover {
  color: #45bff0;
  border: 1px solid #45bff0;
  background-color: transparent;
}

footer .footer-line .necessarily {
  color: #ff6b6b;
  padding-left: 6px;
}

footer .footer-info a {
  font-family: Verdana-Regular, Sans-Serif;
  font-weight: 400;
  color: black;
  font-size: 15.5px;
}

footer .footer-info img {
  width: 17px;
  height: 19px;
  order: -1;
  margin: 4px 8px 0 0;
}

footer .footer-info .retreatInfo {
  display: flex;
  margin-top: 10px;
}

footer .footer-info .retreatInfo-a {
  display: flex;
  justify-content: center;
  width: 100%;
}

footer .social-network-footer p {
  margin-bottom: 10px;
  margin-top: 25px;
  text-align: center;
  margin-left: 18px;
}

footer .bottom-footer-title {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

footer .bottom-footer-title p {
  font-size: 17px;
  line-height: 1.8;
}

footer .copyright {
  font-family: Verdana-Regular, Sans-Serif;
  font-size: 13px;
  margin-top: 125px;
}

footer .title-social-network {
  font-family: Verdana-Regular, Sans-Serif;
}

/*|||||||||||||||||||  END footer |||||||||||||||||||*/
/*|||||||||||||||||||  POPUP  registration , login |||||||||||||||||||*/
#registration .modal-header,
#login .modal-header,
#restoration .modal-header {
  position: relative;
  border-bottom: none;
}

#registration .modal-header .modal-title,
#login .modal-header .modal-title,
#restoration .modal-header .modal-title {
  font-size: 23px;
  width: 100%;
  text-align: center;
}

#registration .modal-header .close,
#registration .modal-header .close:focus,
#login .modal-header .close,
#login .modal-header .close:focus,
#restoration .modal-header .close,
#restoration .modal-header .close:focus {
  outline: none;
  position: absolute;
  right: -20%;
}

#registration .modal-content,
#login .modal-content,
#restoration .modal-content {
  text-align: center;
  padding-right: 20%;
  padding-left: 20%;
}

#registration .modal-content .modal-body label,
#login .modal-content .modal-body label,
#restoration .modal-content .modal-body label {
  font-size: 17px;
  font-weight: 400;
}

#registration .modal-content .modal-body label span,
#login .modal-content .modal-body label span,
#restoration .modal-content .modal-body label span {
  color: #ff6b6b;
  margin-left: 10px;
}

#registration .modal-content .modal-body .input-group,
#login .modal-content .modal-body .input-group,
#restoration .modal-content .modal-body .input-group {
  border: solid black 1px;
  border-radius: 0;
}

#registration .modal-content .modal-body .input-group.err,
#login .modal-content .modal-body .input-group.err,
#restoration .modal-content .modal-body .input-group.err {
  border-color: #cf2e2e;
}

#registration .modal-content .modal-body .input-group.err input,
#login .modal-content .modal-body .input-group.err input,
#restoration .modal-content .modal-body .input-group.err input {
  background-color: #f8e2e2;
}

#registration .modal-content .modal-body .input-group input:focus,
#login .modal-content .modal-body .input-group input:focus,
#restoration .modal-content .modal-body .input-group input:focus {
  outline: none;
}

#registration .modal-content .modal-body .button-registration,
#login .modal-content .modal-body .button-registration,
#restoration .modal-content .modal-body .button-registration {
  margin-top: 30px;
  cursor: pointer;
  width: 100%;
  display: block;
  height: 40px;
  margin-bottom: 20px;
  background-color: #45bff0;
  border: 0.5px;
  color: white;
}

#registration .modal-content .modal-body .button-registration:hover,
#registration .modal-content .modal-body .button-registration:focus,
#login .modal-content .modal-body .button-registration:hover,
#login .modal-content .modal-body .button-registration:focus,
#restoration .modal-content .modal-body .button-registration:hover,
#restoration .modal-content .modal-body .button-registration:focus {
  outline: none;
  border: solid 1px #45bff0;
  color: #45bff0;
  background-color: transparent;
}

#registration .modal-content .modal-body .other,
#login .modal-content .modal-body .other,
#restoration .modal-content .modal-body .other {
  font-size: 17px;
  font-weight: 400;
}

#registration .modal-content .modal-body .facebook-btn,
#login .modal-content .modal-body .facebook-btn,
#restoration .modal-content .modal-body .facebook-btn {
  cursor: pointer;
  width: 100%;
  display: block;
  height: 40px;
  margin-bottom: 20px;
  background-color: #43609c;
  border: 0.5px;
  color: white;
}

#registration .modal-content .modal-body .facebook-btn:hover,
#registration .modal-content .modal-body .facebook-btn:focus,
#login .modal-content .modal-body .facebook-btn:hover,
#login .modal-content .modal-body .facebook-btn:focus,
#restoration .modal-content .modal-body .facebook-btn:hover,
#restoration .modal-content .modal-body .facebook-btn:focus {
  outline: none;
  border: solid 1px #43609c;
  color: #43609c;
  background-color: transparent;
}

#registration .modal-content .btn-restoration,
#login .modal-content .btn-restoration,
#restoration .modal-content .btn-restoration {
  cursor: pointer;
  text-decoration: underline;
  color: #006cff;
  width: 100%;
  display: block;
  text-align: right;
}

/*|||||||||||||||||||  POPUP  comment, answer-popup  |||||||||||||||||||*/
#comment .modal-header,
#answer-comment .modal-header,
.commentModal .modal-header {
  position: relative;
  border-bottom: none;
}

#comment .modal-header .modal-title,
#answer-comment .modal-header .modal-title,
.commentModal .modal-header .modal-title {
  font-size: 23px;
  width: 100%;
  text-align: center;
}

#comment .modal-header .close,
#comment .modal-header .close:focus,
#answer-comment .modal-header .close,
#answer-comment .modal-header .close:focus,
.commentModal .modal-header .close,
.commentModal .modal-header .close:focus {
  outline: none;
  position: absolute;
  right: 2%;
  top: 35%;
}

#comment .modal-content,
#answer-comment .modal-content,
.commentModal .modal-content {
  padding-right: 5%;
  padding-left: 5%;
}

#comment .modal-content .modal-body label,
#answer-comment .modal-content .modal-body label,
.commentModal .modal-content .modal-body label {
  font-size: 17px;
  font-weight: 400;
}

#comment .modal-content .modal-body label span,
#answer-comment .modal-content .modal-body label span,
.commentModal .modal-content .modal-body label span {
  color: #ff6b6b;
  margin-left: 10px;
}

#comment .modal-content .modal-body .input-group,
#answer-comment .modal-content .modal-body .input-group,
.commentModal .modal-content .modal-body .input-group {
  border-radius: 0;
}

#comment .modal-content .modal-body .input-group input:focus,
#answer-comment .modal-content .modal-body .input-group input:focus,
.commentModal .modal-content .modal-body .input-group input:focus {
  outline: none;
}

#comment .modal-content .modal-body .input-group .form-input,
#answer-comment .modal-content .modal-body .input-group .form-input,
.commentModal .modal-content .modal-body .input-group .form-input {
  width: 50%;
  display: block;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid black;
}

#comment .modal-content .modal-body .input-group textarea,
#comment .modal-content .modal-body .input-group textarea:focus,
#answer-comment .modal-content .modal-body .input-group textarea,
#answer-comment .modal-content .modal-body .input-group textarea:focus,
.commentModal .modal-content .modal-body .input-group textarea,
.commentModal .modal-content .modal-body .input-group textarea:focus {
  outline: none;
  width: 90%;
  border: 1px solid black;
}

#comment .modal-content .modal-body .button-comment,
#answer-comment .modal-content .modal-body .button-comment,
.commentModal .modal-content .modal-body .button-comment {
  margin-top: 30px;
  cursor: pointer;
  white-space: nowrap;
  display: block;
  height: 40px;
  margin-bottom: 20px;
  background-color: #45bff0;
  border: 0.5px;
  color: white;
  padding: 0 1rem;
}

#comment .modal-content .modal-body .button-comment:hover,
#comment .modal-content .modal-body .comment:focus,
#answer-comment .modal-content .modal-body .button-comment:hover,
#answer-comment .modal-content .modal-body .comment:focus,
.commentModal .modal-content .modal-body .button-comment:hover,
.commentModal .modal-content .modal-body .comment:focus {
  outline: none;
  border: solid 1px #45bff0;
  color: #45bff0;
  background-color: transparent;
}

/*||||||||||||||| Popup reservetion |||||||||||*/
.reservetion-modal .modal-header {
  position: relative;
  border-bottom: none;
}

.reservetion-modal .modal-header .modal-title {
  font-size: 23px;
  width: 100%;
  text-align: center;
}

.reservetion-modal .modal-header .close,
.reservetion-modal .modal-header .close:focus {
  outline: none;
  position: absolute;
  right: 1rem;
}

.reservetion-modal .modal-body {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 1.5rem;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .reservetion-modal .modal-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.reservetion-modal .modal-content .modal-body label {
  font-size: 17px;
  font-weight: 400;
}

.reservetion-modal .modal-content .modal-body label span {
  color: #ff6b6b;
  margin-left: 10px;
}

.reservetion-modal .modal-content .modal-body .input-group {
  border-radius: 0;
}

.reservetion-modal .modal-content .modal-body .input-group input:focus {
  outline: none;
}

.reservetion-modal .modal-content .modal-body .input-group .form-input {
  width: 100%;
  display: block;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid black;
}

.reservetion-modal .modal-content .modal-body .button-reservetion {
  display: block;
  height: 38px;
  background-color: #45bff0;
  border: 0.5px;
  color: white;
  align-self: flex-end;
  grid-column: 1;
}

.reservetion-modal .date-picker {
  text-indent: 2rem;
}

@media (min-width: 768px) {
  .reservetion-modal .modal-content .modal-body .button-reservetion {
    grid-column: 2;
  }
}

.reservetion-modal .modal-content .modal-body .button-reservetion:hover,
.reservetion-modal .modal-content .modal-body .button-reservetion:focus {
  outline: none;
  border: solid 1px #45bff0;
  color: #45bff0;
  background-color: transparent;
}

.reservetion-modal .modal-content .select-data,
.reservetion-modal .modal-content .select-data:focus {
  outline: none;
  width: 100%;
  display: block;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid black;
}

/*||||||||||||||||||||||    bread crumbs    |||||||||||||||||||||*/
#breadcrumb {
  display: flex;
}

#breadcrumb .crumbs {
  display: flex;
  align-content: center;
  margin-left: 12px;
  align-items: center;
}

#breadcrumb .crumbs__arrow {
  height: 10px;
  border-left: 5px solid black;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: relative;
  margin-left: 6px;
}

#breadcrumb .crumbs a {
  font-weight: 500;
  font-style: italic;
  color: black;
  margin-left: 10px;
  text-decoration: underline;
}

#breadcrumb .crumbs:last-child a {
  text-decoration: none;
}

/*||||||||||||||||||||||      End       ||||||||||||||||||||||*/
/*|||||||||||||||||||||||| search  |||||||||||||||||||||||||| */
.search {
  background-image: url(/images/search.svg);
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 20px;
  color: #bdbdbd;
  border: 0.5px solid #bdbdbd;
  padding: 5px 0 5px 5px;
  font-size: 18px;
  width: 100%;
  height: 30px;
  margin-top: 20px;
}

.search:focus {
  outline: none;
}

.itemsLoader {
  display: flex;
  height: 80vh;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.itemsLoader__circle {
  width: 60px;
  height: 60px;
  border: 6px solid black;
  border-bottom: 6px solid white;
  border-right: 6px solid white;
  border-radius: 50%;
  animation-name: rotate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 0.6s;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(1turn);
  }
}

/*|||||||||||||||||||||||||  End    |||||||||||||||||||||||||||||*/
.container_with_reviews {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1023px) and (max-width: 1024px) {
  .class_for_only_ipadPro {
    height: 20px;

  }
}

.catalog-list .items {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

.catalog-list {
  max-width: 400px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .catalog-list .items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-list {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .catalog-list .items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.item {
  border: 1px solid #bdbdbd;
  position: relative;
  font-size: 12px;
  font-family: 'Verdana-Regular';
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.item:hover {
  box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.6);
}

.item__duration {
}

.item__bodiesNumber {
  font-size: 12px;
}

.item__place {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.item__price {
  font-size: 16px;
}

.item__price span {
  color: #ff0000;
  font-size: 20px;
  margin-right: 6px;
}

.item__description {
  font-size: 16px;
}

.item__name {
  font-size: 16px;
}

.item__head {
  width: 100%;
  height: 200px;
  position: relative;
  display: flex;
}

.item__head h3 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  margin: 0px;
  color: white;
  font-size: 18px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center;
  left: 0px;
  height: auto;
  padding: 6px 5px;
}

.item__head .sale {
  position: absolute;
  left: 0px;
  top: 20px;
  height: 30px;
  padding-left: 10px;
  padding-right: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  align-content: center;
  align-items: center;
  display: flex;
  color: white;
  font-size: 14px;
}

.item__head .sale svg {
  height: 16px;
  fill: #eece49;
  margin-right: 20px;
}

.item__image {
  width: 100%;
  height: 100%;
}

.item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  height: 100%;
}

.item__content .tourDates {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #45bff0;
  font-size: 14px;
}

.item__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: .5rem;
  text-align: center;
}

.item__footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
}

.item__footer .rating {
  font-size: 1rem;
}

.item__footer .rating_and_comments {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.horisontalLine {
  width: 100%;
  height: 1px;
  background-color: #bdbdbd;
  margin: 20px 0px;
}

.filterContainer {
  border-bottom: 1px solid #bdbdbd;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  transition: .6s;
  width: 100%;
}

.filterContainer__title {
  height: 22px;
  cursor: pointer;
}

.filterContainer.close {
  max-height: 55px;
  opacity: 1;
  line-height: 1.5;
  font-weight: 400;
  font-size: 1rem;
}

.filterContainer.close .filterContainer__btn:before {
  transform: rotate(0deg);
  opacity: 1;
}

.filterContainer__btn {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0px;
  top: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.filterContainer__btn:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 15px;
  background-color: black;
}

.filterContainer__btn:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: black;
  opacity: 0;
  transform: rotate(90deg);
  transition: 0.2s;
}

.filterContainer>li {
  font-size: 16px;
  margin-bottom: 15px;
}

.filterContainer > #pricesRange {
  margin-top: 35px;
}

@media (max-width: 640px) {
  .filterContainer > #pricesRange {
    margin-top: 50px;
  }
}

.filterContainer ul,
.filterContainer li {
  list-style: none;
  padding-left: 0px;
}

.filterLi {
  display: flex;
  align-content: center;
  align-items: center;
}

.filterLi a {
  color: black;
  font-size: 14px;
  text-decoration: none;
}

.checkbox {
  margin-bottom: 0px;
  padding-top: 4px;
  margin-right: 6px;
}

.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}

.checkbox__text {
  position: relative;
  padding: 0px 0 0 18px;
  cursor: pointer;
}

.checkbox__text:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: white;
  transition: .2s;
  border: 1px solid #10a972;
  box-shadow: 0 0 1px 0px #10a972;
}

.checkbox input:checked+.checkbox__text:before {
  background: #10a972;
}

.notAvailable {
  opacity: 0.4;
}

.category-info {
  text-align: center;
  padding-bottom: 10px;
  width: 100%;
}

.category-info h1 {
  text-align: center;
}

.product-filter {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 100;
}

.errmessageT2 {
  position: absolute;
  top: calc(100%);
  margin-bottom: 0px !important;
  display: none;
}

.errInput {
  border-color: red !important;
}

.sort form {
  display: flex;
  align-content: center;
  align-items: center;
  margin-top: 10px;
}

.sort select {
  height: 35px;
  border: 1px solid #bdbdbd;
  outline: none;
}

.sort button {
  height: 35px;
  border: 1px solid #bdbdbd;
  margin-left: 5px;
  cursor: pointer;
}

.copyright {
  white-space: nowrap;
}

.uiSliderHandle {
  position: absolute;
  width: auto;
  height: auto;
  top: -30px;
}

.ui-slider {
  height: 1px !important;
  background-color: black !important;
  border: none !important;
  margin-top: 30px;
  margin-bottom: 10px;
}

.ui-slider-range {
  background-color: #10a972 !important;
}

.ui-slider-handle {
  background-color: #10a972 !important;
  outline: none;
  border-radius: 50% !important;
  width: 10px !important;
  height: 10px !important;
  display: flex !important;
}

.ui-slider-handle:active {
  border: none;
}

.ui-slider-handle div {
  position: absolute;
  top: -24px;
  font-size: 16px;
  left: 50%;
  transform: translate(-50%, 0);
}

.ui-state-active {
  border: none !important;
  color: black !important;
}

.ui-selectmenu-button {
  background-color: white !important;
  border-radius: 0px !important;
  border: 1px solid #bdbdbd;
  font-size: 13px !important;
  height: 35px;
  display: flex !important;
  align-content: center;
  align-items: center;
}

.ui-selectmenu-icon {
  position: absolute !important;
  right: 10px !important;
  top: 50%;
  transform: translate(0, -50%);
}

.ui-menu {
  border: none !important;
  background-color: white !important;
}

.ui-menu-item {
  font-size: 11px;
  height: 30px !important;
  width: 100%;
  display: flex;
}

.ui-menu-item div {
  display: flex;
  align-content: center;
  align-items: center;
  width: 100%;
  padding-left: 10px !important;
}

.ui-menu-item div:hover {
  background-color: #eee;
}

.ui-state-active {
  background-color: #eee !important;
}

.filterUl {
  padding-left: 0px;
  margin-bottom: 0px;
}

#thumbs {
  width: 100%;
  height: 65px;
  margin-top: 15px;
  margin-bottom: 50px;
  position: relative;
}

#thumbs img {
  opacity: 0;
  transition: .2s;
}

.filterCatalog {
  margin-top: 120px;
}

.filtersFilter {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}

.gallery__img {
  height: auto;
  width: 95px;
  display: flex;
  position: relative;
}

.slick-slide {
  display: flex !important;
  justify-content: center;
}

.slick-arrow {
  width: 10px !important;
  height: 22px !important;
  display: flex;
  z-index: 10;
  cursor: pointer !important;
}

.slick-arrow::after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  width: 2px;
  height: 12px;
  background-color: black;
  transform: rotate(30deg);
}

.slick-arrow:before {
  content: "" !important;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 2px;
  height: 12px;
  background-color: black;
  transform: rotate(-30deg);
}

.slick-next:after {
  transform: rotate(-30deg);
}

.slick-next:before {
  transform: rotate(30deg);
}

TABLE {
  border: 1px solid #bdbdbd;
}

td,
th {
  border: 1px solid #bdbdbd;
  padding: 10px 20px;
  white-space: nowrap;
  font-size: 13px;
}

.reservetion__input {
  position: relative;
}

.reservetion__input-icon {
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: #bdc3c7;
  left: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  fill: white;
  padding: 12px;
}

.reservetion__input-withBtn {
  display: flex;
  justify-content: center;
}

.reservetion__input input {
  margin-top: 10px;
  height: 40px;
  outline: none;
  width: 100%;
}

.reservetion__input input:focus {
  border-color: #00bb9a;
}

.reservetion__input input:focus~.reservetion__input-icon {
  background-color: #00bb9a;
}

.reservetion__input select {
  width: 100%;
  margin-top: 10px;
  height: 40px;
}

.ui-datepicker-calendar {
  border: none !important;
}

.ui-datepicker {
  border-radius: 3px !important;
  border: 2px solid #d1d5d8 !important;
  padding: 16px !important;
  width: auto !important;
}

.ui-datepicker .ui-widget-header {
  background-color: white !important;
  border: none !important;
}

.ui-datepicker .ui-state-default {
  background-color: white !important;
  display: flex !important;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 35px !important;
  width: 35px !important;
  font-size: 12px;
  border-color: white !important;
}

.ui-datepicker .ui-state-active {
  background-color: #d1d5d8 !important;
}

.ui-datepicker .ui-state-hover {
  background-color: #d1d5d8 !important;
  border-color: #d1d5d8 !important;
}

.recreation-town {
  display: flex;
  justify-content: center;
}

.recreation-town a {
  width: auto !important;
  margin-left: 0px !important;
}

.recreation-town a img {
  width: unset !important;
}

button {
  background-color: white;
  border: 1px solid #d1d5d8;
  cursor: pointer;
}

.catalogHeader {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.item__image img {
  width: 100%;
  object-fit: cover;
}

.who-commented {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.who-commented p {
  text-align: center;
  margin-top: 10px;
}

.who-commented-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #bdbdbd;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.note__description {
  overflow: hidden;
}

.item__shedule-head {
  padding-left: 5px;
}

.like-and-dislike {
  display: flex;
  align-content: center;
  align-items: center;
}

.like-and-dislike svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.like-and-dislike svg:first-child {
  opacity: 0;
}

.like-and-dislike svg:last-child {
  opacity: 1;
}

.like-and-dislike span {
  color: #999999;
  font-size: 10px;
  margin-left: 5px;
}

.like {
  width: 20px;
  height: 20px;
  cursor: pointer;
  fill: #10a771;
  stroke: #10a771;
  position: relative;
}

.dislike {
  width: 20px;
  height: 20px;
  cursor: pointer;
  fill: #ff0000;
  margin-left: 50px;
  position: relative;
}

.like.active svg:first-child,
.dislike.active svg:first-child {
  opacity: 1;
}

.like.active svg:last-child,
.dislike.active svg:last-child {
  opacity: 0;
}

.tourDates {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.tourDates span {
  color: #45bff0;
  font-size: 15px;
  width: 100%;
  text-decoration: underline;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.duration {
  display: flex;
  flex-direction: column;
  padding-left: 60px !important;
}

.section-1 .main-info span {
  padding-right: 6px;
}

.data-comments p {
  font-size: 10px;
  color: #999999;
}

.moreContent {
  display: flex;
  justify-content: center;
}

.filterUl button {
  margin-top: 20px;
}

.comentsContainer {
  margin-top: 40px;
}

.comentsContainer .slick-slide {
  display: flex;
  flex-direction: column;
}

.comentsContainer .slick-slide>div {
  width: 100%;
}

.comentsContainer .slick-dots {
  width: auto;
  left: 50%;
  transform: translate(-50%, 0);
}

.comentsContainer .slick-dots img {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 2rem;
}

.comentsContainer .slick-dots img#slickPrev {
  left: -5rem;
}

.comentsContainer .slick-dots img#slickNext {
  right: -5rem;
}

.comentsContainer .slick-dots .slick-active button {
  background-color: #45bff0;
  color: white;
}

.comentsContainer .slick-dots li {
  width: auto !important;
  height: auto !important;
}

.comentsContainer .slick-dots button {
  width: 25px;
  height: 25px;
  border: 1px solid #45bff0;
  color: #45bff0;
  background-color: white;
  font-size: 14px;
}

.comentsContainer .slick-dots button:before {
  display: none;
}

.comment {
  display: flex !important;
  width: 100%;
}

.section-3 .container {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #bdbdbd;
}

.leftSortBtn {
  margin-top: 25px;
}

.errmessage {
  font-size: 12px;
  color: #cf2e2e;
}

#breadcrumb li {
  list-style: none;
}

.mobileMenuToggler {
  color: black;
  font-size: 28px;
  border: none;
  outline: none;
}

#breadcrumb {
  margin-top: 10px;
}

.profile__img-image {
  position: relative;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-size: cover;
  border: 1px solid black;
}

.profile__img-image button {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -80px;
  background-color: #45bff0;
  color: white;
  border: 1px solid #45bff0;
}

.profile__img-image button:hover {
  color: #45bff0;
  background-color: white;
}

.profile__img-image .deleteAvatar,
.profile__img-image .choseAvatar {
  position: absolute;
  right: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid black;
  cursor: pointer;
  background-color: white;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.profile__img-image .deleteAvatar svg,
.profile__img-image .choseAvatar svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}

.profile__img-image .deleteAvatar:hover,
.profile__img-image .choseAvatar:hover {
  border-color: #45bff0;
  fill: #45bff0;
}

.profile__img-image .deleteAvatar input,
.profile__img-image .choseAvatar input {
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.profile__img-image .choseAvatar {
  bottom: 0px;
  background-size: 70%;
}

.profile__img-image .deleteAvatar {
  top: 0px;
}

.profileForm input {
  background-color: #f2f2f2;
  border-radius: 0px;
  border: 1px solid black;
  outline: none;
}

.profileForm__inputBtn {
  position: absolute;
  right: 25px;
  cursor: pointer;
  bottom: 8px;
  width: 22px;
  height: 22px;
  background-image: url("/images/edit.svg");
  background-color: transparent !important;
  background-repeat: no-repeat;
  border: none !important;
}

.profileForm a {
  width: 100%;
  height: 40px;
  background-color: #45bff0;
  color: white;
  border: 1px solid #45bff0;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.profileForm a:hover {
  background-color: white;
  color: #45bff0;
}

.profileName {
  margin-top: 15px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -30px;
  text-align: center;
  white-space: nowrap;
}

.profilePage {
  margin-bottom: 290px;
}

.createNote {
  border-radius: 0px !important;
  width: 230px;
  height: 40px;
  background-color: #45bff0;
  color: white;
  border: 1px solid #45bff0;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border: 1px solid #45bff0 !important;
}

.createNote:hover {
  background-color: white;
  color: #45bff0;
}

.note {
  widows: 100%;
  border: 1px solid #bdbdbd;
  margin-bottom: 30px;
  font-size: 9px;
  cursor: pointer;
  position: relative;
}

.note:hover .note__menu {
  opacity: 1;
}

.note__menu {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: space-around;
  padding: 10px;
  opacity: 0;
}

.note__menu a,
.note__menu button {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #45bff0;
  color: white;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #45bff0;
}

.note__menu a:hover,
.note__menu button:hover {
  text-decoration: none;
  color: #45bff0;
  background-color: white;
}

.note__title {
  width: 100%;
  border-top: 1px solid #bdbdbd;
  padding: 0 10px;
  height: 30px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.note__description {
  width: 100%;
  padding: 10px;
  height: 150px;
  word-wrap: break-word;
}

.notesContainer {
  margin-top: 30px;
}

.modal-body {
  word-wrap: break-word;
}

.HotelRoom p {
  width: 100%;
}

.HotelRoom__head {
  font-weight: bold;
  width: 100%;
}

.HotelRoom__img img {
  width: 100%;
}

.HotelRoom .btn-reservation {
  position: relative;
  width: 360px !important;
  margin-left: 0px !important;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 10px !important;
}

.viewMoteModal__header {
  display: flex;
}

.linkToComentPage {
  color: black;
  margin-bottom: 10px;
  text-decoration: underline;
}

.linkToComentPage:hover {
  color: back;
}

.left {
  position: relative;
}

.search {
  padding-right: 40px;
}

.section-3 .icons-social {
  margin-left: 0px;
  display: flex;
  justify-content: center;
}

.description-reservation {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.red {
  color: red;
  margin-left: 6px;
}

.itemContent {
  margin-top: 30px;
}

.pricesDescription {
  padding: 0 20px;
}

.ssk {
  width: 25px !important;
  height: 25px !important;
  border-radius: 3px;
  position: relative;
  padding: 0px !important;
}

.ssk:before {
  position: absolute !important;
  color: white;
  font-size: 20px !important;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%);
}

.itemDuration {
  display: flex;
  justify-content: center;
  font-size: 16px;
}

.itemDuration span {
  font-size: 16px;
}

.itemPrice {
  font-size: 20px;
  color: #ff0000;
}

.itemsLoaderErr {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.itemsLoaderErr span {
  font-size: 34px;
  font-weight: bold;
}

#cropedImage {
  max-width: 400px !important;
}

.totalItemTable table {
  width: 100%;
}

.banerSlider a {
  text-decoration: none !important;
}

.banerSlider a:hover {
  text-decoration: none !important;
}

.pricesDescription p {
  width: 100%;
}

#totalTable {
  width: 100%;
}

.itemTable {
  display: flex;
  padding: 0 15px !important;
  justify-content: space-between;
}

.itemTable .form-group {
  width: calc(50% - 10px);
}

.itemTable .form-group .ui-selectmenu-button {
  width: 100%;
}

.ui-selectmenu-icon {
  width: 15px !important;
}

.modalReservation .close {
  position: absolute;
  width: 30px !important;
  height: 30px !important;
  right: 20px !important;
  top: -10px !important;
  left: unset !important;
}

.copiryght {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
}

.copiryght p {
  margin-top: 12px;
  white-space: nowrap;
}

.itemStartCity {
  font-size: 19px;
}

.leavingPrice {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}

.leavingPrice span {
  color: #ff0000;
}

.citiStyle {
  font-weight: bold;
  text-align: center;
}

.placeQuantity {
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .collapse.dont-collapse-sm {
    display: flex;
    justify-content: center;
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

@media (max-width: 1200px) {
  .recreation-town {
    margin-bottom: 20px;
  }

  .social-network-footer {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }

  .social-network-footer>div {
    display: flex;
  }

  .social-network-footer>div a {
    padding-left: 0px !important;
    margin: 0 10px !important;
  }

  .social-network-footer p {
    text-align: center;
  }

  .section-2 .nav-tabs li {
    width: auto !important;
  }

  .kurortBlock {
    display: flex;
    flex-direction: column;
  }

  .kurortBlock div:first-child {
    order: 2;
  }

  .kurortBlock div:last-child {
    order: 1;
  }

  .itemHead {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  .itemHead a {
    width: auto;
  }

  .icons-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .section-2 .nav-tabs li a {
    font-size: 20px !important;
  }
}

@media (max-width: 991px) {
  header .container .info {
    display: none !important;
  }

  .content-app {
    margin-top: 20px;
  }

  .search {
    margin-top: 8px;
  }

  .pricesDescription {
    padding: 20px;
  }

  .itemFirsContent {
    margin-top: 30px;
  }

  .itemContent {
    margin-top: 0px !important;
  }

  .HotelRoom__img {
    margin-bottom: 20px;
  }

  .section-2 .nav-tabs li a {
    font-size: 18px !important;
  }

  .catalogHeader {
    text-align: left;
  }

  .profile__img {
    margin-bottom: 100px !important;
    justify-content: center;
    display: flex;
  }

  .kurortImg {
    width: 100% !important;
    height: auto;
  }

  .profilePage {
    margin-bottom: 60px;
  }

  .comment {
    flex-direction: column;
    gap: 1rem;
  }

  .who-commented {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }

  .data-comments {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .data-comments p {
    margin: 0;
  }

  .section-2 #menu2 .answer-comment {
    padding-left: 2rem;
  }

  .section-2 .nav-tabs li a {
    white-space: nowrap;
  }

  header .container nav ul li {
    width: 100%;
    border: none;
  }

  header .container nav ul li:first-child {
    margin-left: 0px;
    font-family: 'Verdana-Bold';
  }

  .text-info {
    margin-left: 15% !important;
  }

  header .container nav ul li {
    margin-left: 0px !important;
  }
}

@media (max-width: 768px) {
  .text-info {
    margin-left: 5% !important;
    width: 70% !important;
  }

  .filters {
    margin-bottom: 30px;
  }

  .slick-next {
    right: -10px !important;
  }

  .slick-prev {
    left: -10px !important;
  }

  .searchHead form {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .searchHead input {
    width: 30px;
    padding-right: 26px;
    transition: .3s;
  }

  .searchHead input:focus {
    background-position: 99%;
    width: 100%;
  }

  .search {
    border: none;
  }

  .search:focus {
    border: 0.5px solid #bdbdbd;
  }
}

@media (max-width: 576px) {

  #reservetion .col-sm-6:first-child,
  .modalReservation .col-sm-6:first-child {
    display: flex;
    flex-direction: column;
  }

  #reservetion .col-sm-6:first-child>.col-sm-12:nth-child(1),
  .modalReservation .col-sm-6:first-child>.col-sm-12:nth-child(1) {
    order: 1;
  }

  #reservetion .col-sm-6:first-child>.col-sm-12:nth-child(2),
  .modalReservation .col-sm-6:first-child>.col-sm-12:nth-child(2) {
    order: 2;
  }

  #reservetion .col-sm-6:first-child>.col-sm-12:nth-child(3),
  .modalReservation .col-sm-6:first-child>.col-sm-12:nth-child(3) {
    order: 4;
  }

  #reservetion .col-sm-6:first-child>.col-sm-12:nth-child(4),
  .modalReservation .col-sm-6:first-child>.col-sm-12:nth-child(4) {
    order: 3;
  }

  #reservetion .col-sm-6:last-child,
  .modalReservation .col-sm-6:last-child {
    display: flex;
    flex-direction: column;
  }

  #reservetion .col-sm-6:last-child>.col-sm-12:nth-child(1),
  .modalReservation .col-sm-6:last-child>.col-sm-12:nth-child(1) {
    order: 2;
  }

  #reservetion .col-sm-6:last-child>.col-sm-12:nth-child(2),
  .modalReservation .col-sm-6:last-child>.col-sm-12:nth-child(2) {
    order: 3;
  }

  #reservetion .col-sm-6:last-child>.col-sm-12:nth-child(3),
  .modalReservation .col-sm-6:last-child>.col-sm-12:nth-child(3) {
    order: 1;
  }

  #reservetion .col-sm-6:last-child>.col-sm-12:nth-child(4),
  .modalReservation .col-sm-6:last-child>.col-sm-12:nth-child(4) {
    order: 4;
  }

  footer .col-xl-3 p {
    margin-bottom: 0px;
    margin-top: 10px;
  }

  footer .container:nth-child(2) .row {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  footer .container:nth-child(2) .row>div:nth-child(1) {
    order: 3;
  }

  footer .container:nth-child(2) .row>div:nth-child(2) {
    order: 2;
  }

  footer .container:nth-child(2) .row>div:nth-child(3) {
    order: 1;
  }

  .mobilePadingRight {
    padding-right: 15px !important;
    padding-right: 15px !important;
  }

  .search-block {
    display: none;
  }

  div[style="margin-right: -30px;"] {
    margin-right: 0px !important;
  }

  .filterContainer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .boxed {
    margin: 0px !important;
  }

  .createNote {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }

  #comments {
    padding: 0px !important;
  }

  #comments>div {
    padding: 0px !important;
  }

  #account>div {
    padding: 0px !important;
  }

  .main-info {
    text-align: center;
  }


  .HotelRoom .btn-reservation {
    width: 100% !important;
  }

  .HotelRoom__head,
  .HotelRoom>p {
    padding: 0 20px;
  }

  .section-2 .nav-tabs li a {
    padding: 4px 0 !important;
  }

  .section-2 .nav-tabs li {
    width: 25% !important;
    height: auto !important;
  }

  .itemContent,
  .title-tour {
    padding: 20px;
  }

  .itemTable {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  .itemTable>div {
    margin-left: 0px !important;
    padding-left: 0px !important;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  td,
  th {
    padding: 10px;
    font-size: 11px;
  }

  #navbarHeader ul {
    padding: 0px !important;
  }

  .headerTop {
    display: flex;
    flex-wrap: wrap;
  }

  .headerTop div:nth-child(1) {
    order: 1;
  }

  .headerTop div:nth-child(2) {
    order: 2;
  }

  .headerTop div:nth-child(3) {
    order: 5;
  }

  .headerTop div:nth-child(4) {
    order: 3;
  }

  .headerTop div:nth-child(5) {
    order: 4;
  }

  .section-2 .nav-tabs li a {
    font-size: 12px !important;
  }

  .dislike {
    margin-left: 10px;
  }

  .section-2 .nav-tabs li {
    font-size: 16px;
  }

  .section-2 .nav-tabs li a {
    padding: 8px 16px;
  }

  .product-filter {
    position: relative;
    right: unset;
  }

  .content-social {
    margin-left: 0px !important;
    width: 100%;
    text-align: center;
  }

  .icons-social a {
    margin: 0 10px;
    margin-left: unset !important;
  }

  #item-img {
    width: 100% !important;
  }

  #item-img img {
    width: 100% !important;
    height: auto !important;
  }

  .content-app .block-2 .search-block .own-styles {
    width: 80% !important;
  }

  .copyright {
    margin-top: 10px !important;
    text-align: center !important;
  }

  .social-network-footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .title-social-network {
    width: 100%;
    text-align: center !important;
  }

  .footer-info a>img {
    margin-right: 5px;
    margin-left: 0px;
  }

  .social-network-footer {
    margin-bottom: 20px;
  }

  .filtersFilter {
    margin-top: 1rem;
  }

  .filterCatalog {
    margin-top: 20px;
  }

  .col-xl-7.duration {
    text-align: center;
    padding-left: 15px !important;
  }

  .leavingPrice {
    display: flex;
    flex-direction: column;
  }

  .leavingPrice i {
    display: none !important;
  }
}

.social-network-box {
  text-align: center;
}

/*# sourceMappingURL=style.css.map */

.rating {
  display: flex;
  gap: .1rem;
}

form .rating {
  font-size: 1.5em;
  cursor: pointer;
  margin: 0;
}

.rating .fa {
  color: #ffc107;
}

.toast-container {
  position: fixed;
  top: 0;
  right: 0;
}

.toast {
  padding: 16px 12px;
  margin: 6px;
  font-family: 'Arial';
  font-size: 10pt;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  width: 256px;
  box-shadow: 0 2px 0 rgba(180, 180, 180, 0.7);
  display: flex;
}

.toast .icon {
  width: 28px;
  display: inline-block;
  vertical-align: top;
  top: -50%;
}

.toast .text {
  width: 210px;
  display: inline-block;
  position: relative;
  left: 4px;
}

.toast .fa {
  font-size: 14pt;
  margin-right: 8px;
}

.toast.success {
  background: #1a3;
}

.toast.success:not(.fading):hover {
  background: #3a4;
}

.toast.error {
  background: #b00;
}

.toast.error:not(.fading):hover {
  background: #b22;
}

.main-admin {
  text-align: center;
}

.avatarka {
  text-align: center;
  width: 100%;
}

.avatarka img {
  border-radius: 50%;
}

.name-admin {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

.name-admin a, .name-admin a:hover {
  font-size: 18px;
  color: black;
  text-decoration: none;
}