@font-face {
  font-family: 'Muller';
  src: url(../fonts/MullerBold.woff2) format('woff2'), url(../fonts/MullerBold.woff) format('woff');
  font-weight: bold;
  font-style: normal;
} 

@font-face {
  font-family: 'Muller';
  src: url(../fonts/MullerLight.woff2) format('woff2'), url(../fonts/MullerLight.woff) format('woff');
  font-weight: 300;
  font-style: normal;
} 

@font-face {
  font-family: 'Muller';
  src: url(../fonts/MullerMedium.woff2) format('woff2'), url(../fonts/MullerMedium.woff) format('woff');
  font-weight: 500;
  font-style: normal;
} 

@font-face {
  font-family: 'Muller';
  src: url(../fonts/MullerRegular.woff2) format('woff2'), url(../fonts/MullerRegular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
} 

:root {
  --Background: #f1f1f1;
  --BoxShadow: #bebebe;
  --SeparationLines: #ccc;
  --Color0: #fff;
  --Color1: #ffcc66;
  --Color2: #cc9933;
  --Color3: #7d5607;
  --Color4: #999;
  --Color5: #666;
  --Color6: #333;

}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

html {
  font-family: 'Muller';
  font-weight: 300;
}

body {
  background-color: var(--Background);
}

.section {
  margin-bottom: 70px;
}

.container {
  max-width: 1200px;
  /* margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px; */
}

.h2-heading {
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: 12px;
  font-family: 'Muller';
  font-weight: normal;
  font-size: 40px;
  line-height: 1;
  color: var(--Color6);
}

.h4-heading {
  font-size: 25px;
  margin-top: 20px;
}

.link-sign0, .link-sign, .link-sign2 {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: right center;
}

.link-sign0 {
  padding-right: 15px;
  background-image: url(/img/right-arrow-link0.png);
}

.link-sign {
  padding-right: 20px;
  background-image: url(/img/right-arrow-link.png);
}

.link-sign2 {
  padding-right: 22px;
  background-image: url(/img/right-arrow-link2.png);
}

.index-input, .index-btn {
  height: 70px;
  border-radius: 13px;
  cursor: pointer;
}

.index-input {
  width: 100%;
  margin: 23px 0 0 0;
  padding: 0 22px;
  background-color: var(--Color0);
  border: 0;
  border: none;
}

.index-btn {
  display: flex;
  margin-top: 23px;
  align-items: center;
  padding: 0 30px;
  border: 1px solid var(--Color2);
  color: var(--Color2);
  /* transition: color, background-color 0.1s linear; */
}

.index-btn:hover {
  color: var(--Color0);
  background-color: var(--Color2);
}

.index-fieldset, .index-input {
  border: 0 none;
}

.index-btn:focus, .index-input:focus {
  outline: none;
}

.index-btn-transform {
  transform-origin: top left;
  transition: transform 0.1s linear;
}

.index-btn-transform:hover {
  /* transform: rotate(7deg); */
}

.section-aboutUs-text {
  margin-left: 12px;
  font-family: 'Muller';
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: var(--Color5);
}

/* .section-aboutUs-text-person {
  font-size: 22px;
} */

/*//////////////////////////////////////////
//                                        //
//                 Header                 //
//                                        //
//////////////////////////////////////////*/

.header {
  margin-bottom: 25px;
}

.logo {
  margin-right: 20px;
}

.logo-inner {
  width: 200px;
}

.header-container {
  position: relative;
  margin-top: 200px;
}

.header-container-2ndPage {
  margin-top: 10px;
}

.theTitle {
  position: absolute;
  left: 450px;
  top: -100px;
  color: #666;
  font-size: 60px;
}

.header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  width: 100%;
  padding: 0 30px;
  background-color: var(--Color0);
  border-radius: 15px;
  border: 3px solid orange;
  outline: none;
  font-size: 21px;
}

.searchBtn {
  position: absolute;
  display: inline-block;
  padding-top: 9px;
  margin-right: 12px;
  right: 13px;
  width: 50px;
  height: 50px;
  /* background-color: orange; */
  color: white;
  font-size: 30px;
  text-align: center;
  border-radius: 0 15px 15px 0;
  background-image: url(../img/surch-icon.png);
  background-repeat: no-repeat;
  background-position: center;
}

/*//////////////////////////////////////////
//                                        //
//               Placement                //
//                                        //
//////////////////////////////////////////*/

.main {
  margin-top: 70px;
}

.mainSecondPage {
  margin-top: 40px;
}

.section-placement {
  margin-bottom: 38px;
}

.section-placement-list > * {
  margin-bottom: 32px;
}

.section-placement-list2 {
  display: flex;
  flex-direction: column;
}

.section-placement-item {
  flex-shrink: 0;
  width: 600px;
  height: 150px;
}

.section-placement-item {
  display: flex;
  flex-direction: row;
  margin-right: 24px;
  background-color: var(--Color0);
  border-radius: 15px;
}

.section-placement-item-2, .section-placement-item-5{
  visibility: hidden;
}

.section-placement-item-3, .section-placement-item-6{
  margin-left: -170px;
}

.section-placement-item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.section-placement-item-content-info {
  padding: 15px 45px 15px;
  height: 199%;
}

.section-placement-item-content-info-top {
  display: flex;
  justify-content: space-between;
}

.section-placement-item-content-info-top-price {
  font-family: 'Muller';
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  color: var(--Color4);
}

.price-size {
  font-family: 'Muller';
  font-weight: bold;
  font-size: 22px;
  color: var(--Color6);
}

.price-color {
  color: var(--Color6);
}

.section-placement-item-content-info-name, .section-placement-item-content-info-address {
  font-family: 'Muller';
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
}

.section-placement-item-content-info-name {
  font-size: 20px;
  color: var(--Color6);

}

.section-placement-item-content-info-address {
  color: var(--Color4);
}

.section-placement-item-content-btn {
  display: inline-block;
  padding: 12px 20px 11px;
  margin: 22px 45px 45px;
  align-self: start;
  font-family: 'Muller';
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  border: 1px solid var(--Color2);
  border-radius: 15px;
  color: var(--Color2);
  /* transition: color, background-color 0.1s linear; */
}

.section-placement-item-content-btn:hover {
  color: var(--Color0);
  background-color: var(--Color2);
}

.section-placement-card {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 50px;
  /* background-image: url(/img/card.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  border-radius: 15px;
}

.section-placement-card1 {
  height: 350px;
  width: 255px;
  background-image: url(../img/man1.jpeg);
}

.section-placement-card2 {
  height: 350px;
  width: 255px;
  background-image: url(../img/man2.jpeg);
}

.section-placement-card-link {
  position: relative;
  padding: 5px 22px 5px;
  font-family: 'Muller';
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  color: black;
  border-radius: 10px;
  transition: color, background-color 0.1s linear;
}

.section-placement-card-link:hover {
  color: var(--Color3);
  background-color: var(--Color0);
}

.section-placement-card-link::before {
  content: '';
  position: absolute;
  width: 373px;
  height: 463px;
  right: -27px;
  bottom: -51px;
}

/*//////////////////////////////////////////
//                                        //
//          Info/Contacts section         //
//                                        //
//////////////////////////////////////////*/

/*Contacts*/

.flexcontainer {
  display: flex;
  flex-direction: row;
}

.section-placement-card-map {
  height: 180px;
  width: 420px;
  margin-bottom: 10px;
  margin-left: -20px;
  background-image: url(../img/map.jpeg);
  background-size: cover;
  background-position: 0 -160px;
}

.section-info-contacts-block {
  width: 475px;
  height: auto;
  padding: 20px 45px;
  background-color: var(--Color0);
  border-radius: 15px;
}

.contacts-block--padding {
  padding: 28px 0;
  border-bottom: 1px solid var(--SeparationLines);
}

.contacts-block--heading {
  display: inline-block;
  width: 150px;
  height: 100%;
  font-family: 'Muller';
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  color: var(--Color5);
}

.contacts-block-address, .contacts-block-phoneNumbers, .contacts-block-email, .contacts-block-graphic {
  display: flex;
}

.contacts-block-address-text-content {
  display: inline-block;
  width: 100%;
  font-size: 20px;
}

.contacts-block-phoneNumbers-numbers {
  width: 100%;
  margin-left: 30px;
}

.contacts-block-phoneNumbers-numbers-inner {
  font-family: 'Muller';
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: darkblue;
  transition: color 0.1s linear;
}

.contacts-block-address-text, .contacts-block-phoneNumbers-numbers, .contacts-block-email-text, .contacts-block-graphic-text {
  display: inline-block;
}

.contacts-block-email-text-item {
  font-family: 'Muller';
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: var(--Color4);
}

.contacts-block-email-text-item-link {
  color: darkblue;
  transition: color 0.1s linear;
}

.contacts-block-address-text, .contacts-block-graphic-text {
  font-family: 'Muller';
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: var(--Color6);
}

.contacts-block-bottom {
  padding: 28px 0;
}

.contacts-block-bottom-btn {
  display: flex;
  width: 215px;
  height: 70px;
  align-items: center;
  justify-content: center;
  font-family: 'Muller';
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  color: var(--Color2);
  border: 1px solid var(--Color2);
  border-radius: 15px;
  /* transition: color, background-color 0.1s linear; */
}

.contacts-block-bottom-btn:hover {
  color: var(--Color0);
  background-color: var(--Color2);
}

/*Contact Us*/

.section-info-contactUs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;

}

.section-info-contactUs-form {
  min-width: 340px;
}

#section-info-contactUs-textarea {
  padding-top: 15px;
  height: 110px;
  resize: none;
  width: 100%;
}

.section-info-contactUs-btn  {
  display: flex;
  justify-content: center;
  width: 100%;
  transform: translateY(-7px);
}

.personBlock {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 13px;
}

.searchItemTitle {
  display: block;
  margin-top: 20px;
  margin-bottom: -19px;
  color: #3b16d1;
}

.searchItemText {
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}

.greenLink {
  color: #098100;
}

.blueLink {
  color: #3b16d1;
}

.searchSideTitle {
  width: 400px;
  font-size: 35px;
  margin-left: -25px;
  margin-bottom: 10px;
}

.borderNone {
  border: none;
  padding: 10px 0;
}

.searchSideInfoTop {
  font-size: 25px;
  padding: 10px;
  background-color: rgb(255, 248, 236);
  border-radius: 10px;
  margin-left: -25px;
  margin-bottom: 10px;
  text-align: center;
}

.rating {
  color: darkgreen;
  font-size: 25px;
}

.photoTitle {
  margin-top: 15px;
  margin-bottom: 10px;
}

.photos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.photo {
  width: 120px;
  height: 120px;
  margin-left: 0;
  background-position: center;
}

.newsTitle {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}

.photo1 {
  background-image: url(../img/photo1.jpeg);
}

.photo2 {
  background-image: url(../img/photo2.jpeg);
}

.photo3 {
  background-image: url(../img/photo3.jpeg);
}


/*//////////////////////////////////////////
//                                        //
//                  Footer                //
//                                        //
//////////////////////////////////////////*/

.footer {
  margin-top: 25px;
  margin-bottom: 50px;
}

.footer-inner {
  padding: 50px;
  background-color: var(--Color6);
  border-radius: 15px;
  color: var(--Color0);
  background-image: url(/img/sun-transparent.png);
  background-repeat: no-repeat;
  background-position: 80% bottom;
}

.footer-left-text, .footer-left-link, .footer-center-text, .footer-center-link {
  font-family: 'Muller';
  font-weight: normal;
  font-size: 16px;
}

.footer-left {
  margin-right: 120px;
  width: 310px;
}

.footer-left-text {
  margin-bottom: 50px;
  line-height: 32px;
  color: var(--Color0);
}

.footer-left-link {
  color: var(--Color2);
  transition: color 0.1s linear;
}

.footer-left-link:hover {
  color: var(--Color1);
}

.footer-center {
  display: flex;
  flex-direction: column;
}

.footer-center-text {
  color: var(--Color0);
}

.footer-center-link {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.footer-center-link-inner {
  line-height: 24px;
  color: var(--Color2);
  transition: color 0.1s linear;
}

.footer-center-link-inner:hover {
  color: var(--Color1);
}

.footer-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  height: 100%;
  max-height: 210px;
}

.footer-social {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.footer-social:hover {
  transform: rotate(720deg);
  transition: transform 0.5s ease-in-out;
}

.footer-right-link-tripAdviser {
  background-image: url(/img/owl-icon.png);
}

.footer-right-link-twitter {
  background-image: url(/img/twitter-icon.png);
}

.footer-right-link-facebook {
  background-image: url(/img/facebook-icon.png);
}

.footer-right-link-vk {
  background-image: url(/img/vk-icon.png);
}

.footer-right-link-google {
  background-image: url(/img/g-icon.png);
}

/* Fixes */

.header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 20px;
}

.contacts-block-email {
  width: 330px;
}

/* error page */

.errorWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
}

.errorMessageTitle {
  font-size: 100px;
  font-weight: 700;
}

.errorMessage {
font-size: 28px;
}

.showMoreAdditText {
  display: inline-block;
  /* margin-top: -21px; */
  margin-left: 0;
}

.phoneNumberAppear {
  display: none;
}

.showMoreAdditText:focus .blueLinkActive{
 display: none;
}

.showMoreAdditText:focus .phoneNumberAppear{
 display: inline-block;
}
