@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Roboto:wght@400;700&display=swap');


/* Flex */

.flx {
  display: flex;
}

.flx-col,
.flx-col-c {
  flex-direction: column;
}

.flx-wrap {
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .flx-wrap {
    flex-wrap: nowrap;
  }
}

.flx-c-c,
.flx-c-t,
.flx-b-c,
.flx-l-c,
.flx-b-t,
.flx-b-s {
  display: flex;
}

.flx-c-c {
  justify-content: center;
}

.flx-b-c,
.flx-b-t,
.flx-b-s {
  justify-content: space-between;
}

.flx-b-t {
  align-items: flex-start;
  align-content: flex-start;
}

.flx-b-c,
.flx-c-c,
.flx-l-c,
.flx-col-c {
  align-items: center;
  align-content: center;
}

/* end flex */

/* common styles */

.body {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif; 
  color: #D9D9D9;
}

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

img {
  max-width: 100%;
}


.wrapper {
  background-color: #000000;
}

.title {
  margin: 0 auto 29px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;

}

.title--site {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 4.5px;
}

.title-block {
  font-size: 28px;
  line-height: 32px;
}

.pre-title {
  display: inline-block;
  padding: 0 16px;
  font-size: 10px;
  line-height: 25px;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  color: #ffffff;
}

.text {
  color: #D9D9D9;
}
.text--dark {
  color: rgba(255, 255, 255, 0.56);

}
label.error {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #FF453A;
}

@media (min-width: 768px) {
   .title--site  {
    line-height: 78px;
  }
  
  .title-block {
    font-size: 30px;
    line-height: 39px;

  }
}

@media (min-width: 1122px) {
  .title--site  {
    font-size: 66px;
    line-height: 80px;
  }

  .title-block {
    font-size: 56px;
    line-height: 64px;

  }
}

/* end common style */

/* header */

.header {
  position: relative;
  padding: 40px 0;
}

.site-logo {
  display: flex;
  align-items: center;  
}

.site-logo__img {
  margin-right: 16px;
}
.site-logo__text {
  font-weight: 600;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  color: #ffffff
}

/* navigation */

.navigation {
  display: none;
}

.navigation-list__link {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.33;
}

.navigation-list__link:hover,
.navigation-list__link:active {
  color: #FFFFFF;
  opacity: 1;
  text-decoration: none;
}

.mbar-toggle {
  margin: 20px 0;
  background: none;
  border: none;
  outline: none;
}

.mbar-toggle:focus {
   outline: none;

}

.icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 2px;
  background-color: #ffffff;
}

.mob-navigation {
  display: none;
  width: 100%;
}

.mob-navigation.active {
  display: block;
}

.mob-navigation  {
  position: absolute;
  text-align: center;
  
}

@media (min-width: 1024px) {
  .navigation {
    display: block;
  }

  .navigation-list {
    display: flex;
  }

  .navigation-list__item {
    padding: 0 10px;
  }

  .icon-bar {
    display: none;
  }
}

/*  end Header */

/* intro*/
.intro {
  height: 797px;
  background: url("../../images/intro-bg.jpg") center center no-repeat;
}
.intro .title {
  margin-bottom: 45px;
  background: url("../../images/title-bg.svg") center no-repeat;
  background-size: contain;
}
.google-link {
  display: inline-block;
  margin-top: 45px;
}

@media (min-width: 991px) {
  .intro .title {
    background-size: cover;
  }
}

/* end intro */

/* about us */

.about-us {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}

@media (min-width: 1024px) {
  .about-us .ibox--text {
    padding-right: 162px;
  }
} 

@media (min-width: 766px) {
  .about-us {
    flex-wrap: nowrap;
  }
}
/* end about us*/

/* advantages */

.advantages-list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 80px 0;
}

.ibox {
  max-width: 720px;
  width: 100%;
}

.ibox--text {
  padding: 25px;

}

@media (min-width: 766px) {

  .ibox {
    width: 50%;
  }

  .advantages-list__item {
    flex-wrap: nowrap;
    align-items: center;
  }

  .advantages-list__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}

@media (min-width: 900px) {
   .advantages-list__item {
     align-items: flex-end;
   }
}

@media (min-width: 980px) {
  .ibox--text {
    padding: 112px;
  }
}

/* end advantages*/

/* FAQ*/

.faq-list__question {
  margin-bottom: 4px;
  font-size: 14px;
  text-transform: uppercase;
  color: #32D74B;
}

.faq-list__answer {
  margin-bottom: 40px;
  color: #D9D9D9;
}

@media (min-width: 766px) {
  .faq .head {
    width: 50%;
    order: 2;

  }

  .faq-list {
    width: 50%;
  }
}
/* end FAQ*/

/* contact-us */

.contact-us .pre-title {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

.content-box {
  max-width: 1120px;
  margin: auto;
  margin-bottom: 128px;
  padding: 30px 15px;
  background: #252525;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.content {
  max-width: 416px;
  width: 100%;
}
.contact-list__item:last-child .contact-list__icon {
  margin-right: 12px;
}

.contact-list__icon,
.contact-list__text {
  margin-right: 16px;
}

.contact-list__text {
  margin-bottom: 25px;
  color: #D9D9D9;
}

.contact-list__link {
  color: #32D74B
}

@media (min-width: 766px) {

  .content-box {
    padding: 54px 64px;

  }

  .contact-list {
    margin-top: 62px;

  }
  
}

/* Form */

.input-wrapp {
  position: relative;
  padding-bottom: 30px;
}
input, textarea {
  width: 100%;
  max-width: 416px;
  padding: 15px;
  background: #2F2F2F;
  border: 1px solid #7A7A7A;
  border-radius: 4px; 
  color: #D9D9D9;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus  {
  outline: none;

}
button[type="submit"] {
  width: 100%;
  max-width: 416px;
  margin-top: 30px;
  padding: 20px 0 ;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  background: #FFFFFF;
  border-radius: 4px;
  color: #000000;
  text-align: center;
}
/* end form */

/* end contact-us*/

/* MAP */
.map .title {
  
  margin: 0 auto 29px;
  padding: 0 15px;
  text-align: left;
}

.map-wrapp {
  max-width: 1120px;
  margin: auto;
}

@media (min-width: 766px) {
  .map-wrapp {
    margin: 0 auto  56px;
  }
}

/*
* Footer
*/

.footer {
  padding: 35px 0;
  background: #252525;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.copy {
  color: rgba(255, 255, 255, 0.56)
}

.copy span {
  color: #ffffff
}

.footer-nav__item:first-child {
  margin-right: 32px;

}

.footer-nav__link {
  color: #FFFFFF;
  opacity: 0.56;
}

.success-msg{
  margin: 30px;
}

/* end Footer */

