@font-face {
  font-family: Roboto-Bold;
  src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
  font-family: Roboto-Medium;
  src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
  font-family: Roboto-Regular;
  src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: Roboto-MediumItalic;
  src: url(../fonts/Roboto-MediumItalic.ttf);
}

body {
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
}

header {
  padding: 14px 0;
  background: rgba(0, 149, 159, 0.6);
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1170px;
  margin: 0 auto;
}

.logoContainer {
  display: flex;
  align-items: center;
  font-family: Roboto-Bold;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.logoContainer img {
  margin-right: 26px;
}

.phone {
  display: flex;
  align-items: center;
  font-family: Roboto-Bold;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
}

.phone img {
  margin-right: 15px;
}

.banner {
  width: 100%;
  padding: 45px 0 30px;
  background-image: url(../images/backgroundBanner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eaeced;
}

.bannerContainer {
  display: flex;
  justify-content: space-between;
  width: 1170px;
  margin: 0 auto;
}

.bannerTitle {
  width: 530px;
  margin: 0 0 80px;
  font-family: Roboto-Bold;
  font-size: 54px;
  line-height: 68px;
  color: #101010;
}

.bannerTitle span {
  color: rgba(0, 149, 159, 0.6);
}

.bannerTitle_2 {
  width: 500px;
  margin: 0 0 60px;
  font-family: Roboto-Regular;
  font-size: 20px;
  line-height: 28px;
  color: #404040;
}

.formFromBanner {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 380px;
  height: fit-content;
  padding: 30px 30px 40px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.formFromBannerContainer {
  width: 100%;
  margin: 0 0 20px;
}

.formTitle {
  width: 215px;
  margin: 0 0 20px;
  font-family: Roboto-Bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #2f2f2f;
}

.nameInput {
  margin: 0 0 3px;
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 16px;
  color: #404040;
}

.formFromBanner input {
  position: relative;
  width: 100%;
  margin: 0 0 10px;
  padding: 16px;
  box-sizing: border-box;
  background: #eaeaea;
  border-radius: 4px;
  border: none;
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 16px;
  color: #404040;
  transition: 0.15s;
}

.formFromBanner input:hover {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.formFromBanner input:focus {
  outline: none;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.formFromBanner button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 18px;
  background: #f9c44e;
  box-shadow: 0px 2px 0px 0px #c7962a;
  border-radius: 4px;
  cursor: pointer;
  font-family: Roboto-Bold;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #2f2f2f;
  transition: 0.15s;
}

.formFromBanner button:hover {
  background: #ffc136;
}

.formFromBanner button:focus {
  background: #edb332;
  box-shadow: 0px 2px 0px 0px#BA8714;
}

/* .formFromBanner input,
.formPreCard input {
  padding-left: 30px;
} */

.formFromBanner input::placeholder,
.formPreCard input::placeholder {
  position: absolute;
  left: 40px;
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 16px;
  padding-left: -30px !important;
  color: #bec2c3;
}

.bannerCards {
  display: grid;
  grid-template-columns: repeat(3, 182px);
  grid-gap: 16px;
}

.bannerCard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 17px 16px 12px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-family: Roboto-Medium;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}

.blockWithAddress {
  width: 1170px;
  padding: 80px 0;
  margin: 0 auto;
}

.blockWithAddressTitle {
  margin: 0 0 35px;
  font-family: Roboto-Bold;
  font-size: 28px;
  line-height: 33px;
  color: #101010;
}

.title_2 {
  margin: 0 0 35px;
  text-align: center;
  font-family: Roboto-Bold;
  font-size: 28px;
  line-height: 33px;
  color: #101010;
}

.title_actions {
  margin: 35px 0 0 0;
  text-align: center;
  font-family: Roboto-Bold;
  font-size: 28px;
  line-height: 33px;
  color: #f70000;
}


.blockWithAddressContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blockWithAddressImgContainer {
  position: relative;
  width: fit-content;
  height: fit-content;
  border-radius: 4px;
}

.blockWithAddressImgContainer:not(:first-child) {
  margin-top: 16px;
}

.blockWithAddressImg {
  display: block;
  opacity: 0.1;
  object-fit: cover;
}

.blockWithAddressText {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 28px 53px 17px 33px;
}

.thirtyContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.thirtyContainerText_1 {
  font-family: Roboto-MediumItalic;
  font-size: 26px;
  line-height: 30px;
  color: #000000;
}

.thirtyContainer img {
  margin: -15px 0 -12px;
  z-index: -1;
}

.thirtyContainerText_2 {
  font-family: Roboto-MediumItalic;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

.blockWithAddressTitle_1 {
  margin: 0 0 20px;
  font-family: Roboto-Medium;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}

.phoneContainer {
  display: flex;
  align-items: center;
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

.phoneContainer:not(:last-child) {
  margin-bottom: 10px;
}

.phoneContainer img {
  margin-right: 22px;
}

.blockWithAddressLink {
  height: fit-content;
  font-family: Roboto-Medium;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #ffffff;
}

.blockWithAddressLink:hover {
  text-decoration-line: none;
}

.blocPostBlockAddress {
  width: 100%;
  padding: 25px 0;
  background-image: url(../images/backgroundBanner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eaeced;
}

.blocPostBlockAddressContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1170px;
  margin: 0 auto;
}

.blocPostBlockAddressText {
  width: 455px;
  padding: 0 0 0 20px;
  border-left: 4px solid #f9c44e;
}

.blocPostBlockAddressText_1 {
  margin: 0 0 20px;
  font-family: Roboto-Regular;
  font-size: 18px;
  line-height: 28px;
  color: #404040;
}

.blocPostBlockAddressText_2 {
  font-family: Roboto-Regular;
  font-size: 20px;
  line-height: 28px;
  color: #404040;
}

.blocPostBlockAddressText_2 span {
  margin: 0 15px;
  font-family: Roboto-Bold;
  font-size: 46px;
  line-height: 54px;
  color: #101010;
}

.orderButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  background: #f9c44e;
  box-shadow: 0px 2px 0px 0px #c7962a;
  border-radius: 4px;
  font-family: Roboto-Bold;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2f2f2f;
  transition: 0.15s;
}

.orderButton:hover {
  background: #ffc136;
}

.orderButton:focus {
  background: #edb332;
  box-shadow: 0px 2px 0px 0px#BA8714;
}

.whatTechnique {
  width: 1170px;
  margin: 0 auto;
  padding: 80px 0 60px;
}

.whatTechniqueBanners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  margin: 0 0 100px;
}

.whatTechniqueBanner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 22px 26px;
  border-radius: 4px;
  font-family: Roboto-Medium;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
}

.whyWe {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 50px 0 0;
}

.whyWeItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 145px;
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 19px;
  color: #404040;
  text-align: center;
}

.whyWeItem img {
  margin-bottom: 16px;
}

.greyBlockWithText {
  width: 100%;
  padding: 60px 0 70px;
  background-image: url(../images/backgroundBanner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eaeced;
}

.greyBlockWithTextContainer {
  width: 970px;
  margin: 0 auto;
}

.greyBlockWithTextContainer p {
  margin-bottom: 10px;
}

.greyBlockWithTextContainerBody {
  margin: 40px 0 0;
}

.whereWorking {
  width: 1186px;
  padding: 70px 0;
  margin: 0 auto;
}

footer {
  background: #00949e;
}

.footerContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1170px;
  padding: 15px 0;
  margin: 0 auto;
}

.footerContainer .logoContainer {
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 16px;
}

.footerLink {
  font-family: Roboto-Regular;
  font-size: 12px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.4);
}

.whereWorkingCards {
  display: flex;
  flex-wrap: wrap;
}

.whereWorkingCard {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  min-width: 280px;
  height: fit-content;
  margin: 8px;
  border-radius: 4px;
  font-family: Roboto-Medium;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
}

.whereWorkingCard img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  opacity: 0.1;
}

.whereWorkingText {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px;
  font-family: Roboto-Bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}

.formPreCardBackground {
  padding: 70px 0;
  background: #f7f7f7;
}

.formPreCardContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1170px;
  padding: 50px 234px 70px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.formPreCardPostTitle {
  width: 625px;
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #8d9293;
}

.formPreCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
  width: 100%;
  padding: 30px 50px 0;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 4px;
}

.formTitle {
  width: 215px;
  margin: 0 0 20px;
  font-family: Roboto-Bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #2f2f2f;
}

.nameInput {
  margin: 0 0 3px;
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 16px;
  color: #404040;
}

.formPreCard input {
  width: 100%;
  margin: 0 0 15px;
  padding: 16px;
  box-sizing: border-box;
  background: #f3f3f3;
  border-radius: 4px;
  border: none;
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 16px;
  color: #404040;
  transition: 0.15s;
}

.formPreCard input:hover {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.formPreCard input:focus {
  outline: none;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.formPreCard button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 18px 0;
  background: #f9c44e;
  box-shadow: 0px 2px 0px 0px #c7962a;
  border-radius: 4px;
  cursor: pointer;
  font-family: Roboto-Bold;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #2f2f2f;
  transition: 0.15s;
}

.formPreCard button:hover {
  background: #ffc136;
}

.formPreCard button:focus {
  background: #edb332;
  box-shadow: 0px 2px 0px 0px#BA8714;
}

.formPreCard .nameInput {
  margin: 0 0 10px;
}

.mapContainer {
  position: relative;
  width: 1170px;
  padding: 50px 0;
  margin: 0 auto;
}

.map {
  width: 100%;
  height: 400px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.mapContainerCard {
  position: absolute;
  top: 142px;
  left: 50px;
  padding: 45px 50px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.mapContainerCardPhone {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 16px;
  color: #404040;
}

.mapContainerTitle {
  margin: 0 0 28px;
  font-family: Roboto-Medium;
  font-size: 22px;
  line-height: 26px;
  color: #2f2f2f;
}

.mapContainerCardPhone img {
  margin-right: 13px;
}

.thanksBackground {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1;
}

.thanksContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
  padding: 60px 80px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background: #ffffff;
  text-align: center;
}

.thanksTitle_1 {
  margin: 0 0 50px;
  font-family: Roboto-Bold;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  color: #2f2f2f;
}

.thanksTitle_2 {
  margin: 0 0 80px;
  width: 380px;
  font-family: Roboto-Regular;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #404040;
}

.thanksContainer a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  padding: 18px;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px 0px #c7962a;
  border-radius: 4px;
  background: #f9c44e;
  cursor: pointer;
  font-family: Roboto-Bold;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #2f2f2f;
  transition: 0.15s;
}

.thanksContainer a:hover {
  background: #ffc136;
}

.thanksContainer a:focus {
  background: #edb332;
  box-shadow: 0px 2px 0px 0px#BA8714;
}

@media (max-width: 1200px) {
  .header,
  .bannerContainer,
  .blocPostBlockAddressContainer,
  .greyBlockWithTextContainer,
  .footerContainer {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .whatTechnique,
  .whereWorking,
  .blockWithAddress,
  .formPreCardBackground,
  .formPreCardContainer,
  .mapContainer {
    width: 100%;
    padding: 36px 16px;
    box-sizing: border-box;
  }

  body {
    font-size: 14px;
    line-height: 22px;
  }

  .mapContainerTitle,
  .mapContainerCard .orderButton {
    display: none;
  }

  .formFromBanner {
    min-width: 360px;
    margin-left: 16px;
    padding: 30px 20px 40px;
  }

  .bannerContainerLeft {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .bannerTitle {
    width: auto;
    margin: 0 0 52px;
    font-size: 37px;
    line-height: 51px;
  }

  .bannerTitle_2 {
    width: auto;
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .formTitle {
    font-size: 20px;
    line-height: 23px;
  }

  .title_2 {
    margin: 0 0 25px;
    font-size: 22px;
    line-height: 26px;
  }

  .bannerCards {
    grid-template-columns: repeat(3, 1fr);
  }

  .bannerCard {
    padding: 9px 2px 6px;
    font-size: 9px;
    line-height: 16px;
    height: 70px;
  }

  .bannerCard img {
    max-height: 32px;
  }

  .blockWithAddressImg {
    display: block;
    opacity: 0.1;
    width: 100%;
    min-height: 150px;
  }

  .blockWithAddressText {
    align-items: center;
    flex-direction: column;
    padding: 15px 20px;
    text-align: center;
  }

  .blockWithAddressTitle_1 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 23px;
  }

  .phoneContainer {
    font-size: 14px;
    line-height: 16px;
  }

  .thirtyContainer {
    margin: 25px 0;
    margin-left: 60px;
  }

  .blocPostBlockAddressText {
    width: auto;
    margin: 0 60px 0 0;
  }

  .blocPostBlockAddressText_1 {
    font-size: 16px;
    line-height: 24px;
  }

  .blocPostBlockAddressText_2 {
    font-size: 16px;
    line-height: 28px;
  }

  .blocPostBlockAddressText_2 span {
    margin: 0 10px;
    font-size: 40px;
    line-height: 47px;
  }

  .whatTechniqueBanners {
    margin: 0 0 45px;
  }

  .whatTechniqueBanner {
    font-size: 14px;
    line-height: 16px;
  }

  .whatTechniqueBanner img {
    margin-bottom: 4px;
    width: 96px;
    height: 96px;
    object-fit: cover;
  }

  .whyWe {
    margin: 36px 0 0;
  }

  .greyBlockWithText {
    width: 100%;
    padding: 24px 0 16px;
  }

  .greyBlockWithTextContainerBody {
    margin: 25px 0 0;
  }

  .whereWorkingCards {
    width: calc(100% + 16px);
    margin-left: -8px;
    flex-direction: column;
  }

  .whereWorkingCard {
    min-width: auto;
  }

  .whereWorkingCard img {
    height: 100px;
  }

  .formPreCardPostTitle {
    width: auto;
  }

  .formPreCard {
    padding: 16px 0 0;
  }

  .formFromBannerContainer {
    margin: 0 0 4px;
  }

  .map {
    height: 320px;
  }

  .mapContainerCard {
    top: 97px;
    left: 65px;
  }

  .footerContainer {
    padding: 15px 16px;
  }

  .footerContainer .logoContainer {
    font-size: 12px;
    line-height: 14px;
  }

  .footerContainer .logoContainer img {
    margin: 0 15px 0 0;
  }

  .phone {
    font-size: 16px;
    line-height: 19px;
  }
    
}

@media (max-width: 767px) {
  header {
    padding: 9px 0;
  }

  .phone {
    font-size: 16px;
    line-height: 19px;
  }

  .logoContainerText,
  .bannerCards {
    display: none;
  }

  .bannerContainer {
    flex-direction: column;
  }

  .formFromBanner {
    min-width: 100%;
    margin-left: 0;
    padding: 30px 16px 20px;
  }

  .bannerTitle {
    margin: 0 0 40px;
    font-size: 32px;
    line-height: 41px;
  }

  .blockWithAddressContainer {
    flex-direction: column;
  }

  .thirtyContainer {
    margin-left: 0;
    margin-bottom: 0;
  }

  .blocPostBlockAddressContainer {
    flex-direction: column;
  }

  .blocPostBlockAddressText {
    margin: 0 0 35px;
  }

  .blocPostBlockAddress .orderButton {
    width: 100%;
  }

  .whatTechniqueBanners {
    grid-template-columns: 1fr;
  }

  .whyWe {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }

  .whyWeItem:not(:last-child) {
    margin-bottom: 40px;
  }

  .greyBlockWithTextContainerBody {
    margin: 0;
  }

  .whereWorkingCard:first-child {
    margin-top: 0;
  }

  .whereWorkingCard:last-child {
    margin-bottom: 0;
  }

  .mapContainerCard {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin-top: 35px;
    box-shadow: none;
  }

  .footerContainer {
    flex-direction: column;
    padding: 22px 16px 40px;
  }

  .footerContainer .logoContainer {
    flex-direction: column;
    margin-bottom: 35px;
    font-size: 12px;
    line-height: 14px;
  }

  .footerContainer .logoContainer img {
    margin: 0 0 8px;
  }

  .footerLink {
    margin-top: 40px;
  }

  .thanksContainer {
    width: 90%;
    padding: 50px 25px;
    box-sizing: border-box;
  }

  .thanksTitle_1 {
    font-size: 40px;
    line-height: 36px;
  }

  .thanksTitle_2 {
    margin: 0 0 70px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .thanksContainer a {
    width: 100%;
  }
}
