@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100;8..144,200;8..144,300;8..144,400;8..144,500;8..144,600&display=swap");
:root {
  --main-color: #057b41;
  --second-color: #07a056;
}

*,
::after,
::before {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  font-family: "Roboto Flex", sans-serif;
}

h1 {
  font-size: 3em;
  line-height: 1.3;
  margin-top: 1em;
  margin-bottom: 0.2em;
  font-weight: 500;
}
h1 .light {
  font-weight: 400;
}

h2 {
  margin-top: 1.5em;
  font-size: 2.5em;
  margin-bottom: 0.5em;
  font-weight: 300;
}

h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 2em;
  font-weight: 300;
}

h4 {
  font-size: 1.5em;
}

ul {
  margin: 0 0 0 1em;
  padding: 0;
  line-height: 2em;
}

a {
  color: #ffffff;
}

.bold {
  font-weight: 600;
}

.mutted {
  color: #c9c9c9;
}

.input {
  border-radius: 54px;
  border: 1px solid #c9c9c9;
  padding: 16px 60px 16px 54px;
  margin-right: 20px;
}

.icon-back {
  width: 26px;
  margin-right: 20px;
  color: var(--main-color);
}

.pure-g.align-center {
  align-items: center;
}
.pure-g.justify-between {
  justify-content: space-between;
}

.pure-g [class*=pure-u] {
  font-family: "Roboto Flex", sans-serif;
}

.container {
  max-width: 1380px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.right-text {
  text-align: right;
}

.pure-button.target {
  padding: 17px 20px;
  border-radius: 54px;
  background-color: var(--main-color);
  width: 100%;
  max-width: 261px;
  border: 0;
  color: #ffffff;
}

.header {
  padding: 16px 0;
  z-index: 99;
  box-shadow: 0 0px 50px -20px rgba(115, 115, 115, 0.1882352941);
  position: relative;
  transition: 0.2s ease-in-out;
  position: sticky;
  top: 0;
  background: #ffffff;
}
.header__logo {
  min-width: 130px;
}
.header__adress {
  font-size: 0.8em;
}
.header__phone {
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.header__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.header__menu a {
  display: block;
  padding: 1em 1.1em;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.header__menu a:hover {
  color: var(--main-color);
}
.header__info {
  display: none;
}
.header__burger {
  display: none;
}
.header__cross {
  display: none;
}

.first {
  background: #f7f7f7;
  padding: 5em 0;
  min-height: 600px;
}
.first__img {
  width: 100%;
  padding: 40px;
}
.first__link a {
  color: var(--main-color);
}

.border-rad {
  border-radius: 20px;
}

.way {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.way__main a {
  color: var(--main-color);
}
.way__slash {
  padding: 0 10px;
}

.contacts {
  background: #f7f7f7;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  margin-bottom: 1.5rem;
}
.contacts .cont {
  margin-bottom: -70px;
}
.contacts .main-img {
  width: 100%;
  max-width: 560px;
}
.contacts .img-block {
  padding-right: 50px;
}
.contacts__card {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 20px 20px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1254901961);
  border-radius: 20px;
  max-height: 180px;
  height: 100%;
  padding: 30px 24px;
}
.contacts__title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 12px 0;
}
.contacts__subtitle {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  text-align: center;
  color: #000;
  text-decoration: none;
}
.contacts__subtitle:hover {
  text-decoration: none;
}

.second {
  background: #fff;
  padding-bottom: 3em;
}
.second .showcase p {
  text-align: center;
  font-size: 1.3em;
  font-weight: 500;
}
.second .showcase .block {
  background-color: #f8f8f8;
  padding: 53px 20px 20px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
  height: 90%;
  cursor: pointer;
}
.second .showcase .block img {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: auto;
}
.second .icon-block {
  background-color: #fff;
  width: 100px;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 20px 22px;
  border-radius: 6px;
  border: 2px solid #f7f7f7;
}
.second .icon {
  height: 46px;
}
.second .title {
  font-size: 20px;
  color: var(--main-color);
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 7px;
}
.second .module {
  margin-right: 20px;
}
.second .stages-item {
  flex: 1;
  margin-right: 30px;
  border-radius: 10px;
  border-color: #f8f8f8;
  background-color: #f8f8f8;
  padding: 20px 20px 26px 24px;
  position: relative;
}
.second .stages-item.last {
  margin-right: 0;
}
.second .stages-item.last::before {
  display: none;
}
.second .stages-item::before {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  right: -37px;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #f8f8f8;
  box-shadow: 0 0 0 5px white;
  z-index: 1;
  background-position: center;
  background-image: url(../images/chevron-right.svg);
  background-repeat: no-repeat;
  background-size: 10px;
}
.second .stages-item .stages__title {
  color: var(--main-color);
  margin: 0;
  text-align: center;
  font-size: 18px;
  margin-top: 22px;
}
.second .stages-item .stages__media {
  padding: 20px 22px;
  background-color: #fff;
  width: 100px;
  border-radius: 6px;
  border: 2px solid #f7f7f7;
  height: 89px;
  margin: -44px auto 10px auto;
  margin-bottom: 10px;
}
.second .stages-item .stages__media img {
  height: 46px;
  margin: 0 auto;
  display: block;
}
.second .stages-item .stages__desc {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 13px;
}
.second .accordion_title {
  display: flex;
  align-items: center;
  padding: 15px 81px 15px 23px;
  margin: 0;
  color: #000;
  background-color: #f3f3f3;
  position: relative;
  z-index: 1;
  font-size: 18px;
  border-bottom: 1px solid #ddd !important;
}
.second .accordion_title:hover {
  color: var(--main-color);
  cursor: pointer;
}
.second .accordion_title span {
  transition: 0.4s;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin-right: 26px;
  font-size: 30px;
  background-color: #fff;
}
.second .accordion_title span:hover {
  background: var(--main-color);
  color: #fff;
}
.second .accordion_title span.close:before {
  content: "+";
}
.second .accordion_title span.open:before {
  content: "-";
}
.second .accordion_content {
  max-height: 9999px;
  opacity: 1;
  height: auto !important;
  border-bottom: 1px solid #ddd !important;
  visibility: visible;
  background-color: #f3f3f3;
  padding: 16px 30px 20px 30px;
}
.second__image {
  display: block;
}
.second .about {
  padding: 65px 0 30px 0;
}
.second .about__img {
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 470px;
  width: 100%;
}
.second .about__img_express {
  max-width: 100%;
}
.second .about__block {
  padding: 0 80px 0 0px;
}
.second .about__title {
  font-family: inherit;
  line-height: 1.2;
  margin: 0 0 1rem 0;
}
.second .about__subtitle {
  line-height: 1.45;
  margin: 0 0 1rem 0;
}
.second .list {
  display: block;
}
.second .list_notActive {
  display: none;
}
.second .price {
  display: none;
}
.second .price h2 {
  text-align: left;
}
.second .price_active {
  display: block;
}
.second .price .second__image img {
  width: 100%;
  padding: 40px;
}

.formblock {
  margin: 3em 0;
  padding: 1em 3em 4em;
  position: relative;
  border-radius: 14px;
  background: var(--main-color);
  color: #fff;
  overflow: hidden;
}
.formblock.small-size {
  padding: 0.3em 1.5em 1em;
}
.formblock.small-size form {
  margin: 0;
}
.formblock.small-size h4 {
  margin: 0.5em 0 0.5em;
}
.formblock.small-size p {
  margin: 0;
}
.formblock.small-size .formblock .input {
  margin-bottom: 0px;
}
.formblock .input {
  width: 100%;
  max-width: 300px;
}
.formblock img.man {
  position: absolute;
  right: 0;
  top: -30px;
  width: 750px;
}
.formblock .pure-button {
  background: #000;
  width: 100%;
  max-width: 300px;
}
.formblock .circle {
  position: absolute;
  border-radius: 50%;
  background: white;
}
.formblock .small {
  width: 200px;
  height: 200px;
  right: 100px;
}
.formblock .medium {
  width: 400px;
  height: 400px;
  right: 0px;
}
.formblock .large {
  width: 600px;
  height: 600px;
  right: 0px;
}
.formblock .xlarge {
  width: 800px;
  height: 800px;
  right: 0px;
}
.formblock .xxlarge {
  width: 1000px;
  height: 1000px;
  right: 0px;
}
.formblock .shade1 {
  opacity: 0.2;
}
.formblock .shade2 {
  opacity: 0.2;
}
.formblock .shade3 {
  opacity: 0.2;
}
.formblock .shade4 {
  opacity: 0.2;
}
.formblock .shade5 {
  opacity: 0.2;
}
.formblock .input {
  margin-bottom: 20px;
}
.formblock h2 {
  margin-bottom: 0;
}

.third {
  padding: 1em 0em 5em;
  background: #f4f4f4;
}
.third .mapsection {
  min-height: 400px;
  margin-top: 2em;
  background: rgba(119, 119, 119, 0.1254901961);
  border-radius: 20px;
  border: 10px solid rgba(255, 255, 255, 0.062745098);
  margin-bottom: -200px;
  box-shadow: 0 0 62px -29px rgba(0, 0, 0, 0.2509803922);
}

.table {
  width: 100%;
}
.table tbody tr:hover {
  background: var(--main-color);
  color: #fff;
  cursor: pointer;
}
.table tbody tr:hover .free {
  color: #fff;
}
.table .time {
  display: flex;
  align-items: center;
}
.table .time img {
  margin-right: 5px;
}
.table .coast {
  font-weight: 500;
}
.table .coast.free {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: var(--main-color);
}

.footer {
  padding: 10em 0 3em;
  text-align: center;
}
.footer a {
  color: #000;
}
.footer a:hover {
  color: var(--main-color);
  text-decoration: none;
}
.footer hr {
  height: 1px;
  border: 0;
  background: rgba(0, 0, 0, 0.1254901961);
}

.modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fadeIn 1s;
  z-index: 1000;
}
.modal__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  background: #ffffff;
  width: 400px;
  padding: 50px 40px;
}
.modal__cross {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.modal__cross:hover {
  opacity: 0.8;
}
.modal__heading {
  font-weight: bold;
  text-align: center;
  margin: 0 0 1em 0;
}
.modal__input {
  border-radius: 54px;
  border: 1px solid #c9c9c9;
  padding: 16px 60px 16px 54px;
  margin: 0;
  width: 100%;
}
.modal__button {
  margin: 40px 0 10px 0;
  padding: 17px 20px;
  border-radius: 54px;
  background-color: var(--main-color);
  width: 100%;
  border: 0;
  color: #fff;
}
.modal__form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}
.modal__checkbox {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.active {
  display: flex;
}

.info__link a {
  color: var(--main-color);
}

@media (max-width: 1279px) {
  body.lock {
    overflow: hidden;
  }
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .header__menu {
    display: none;
  }
  .header__menu_active {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 79px;
    left: 0;
    background-color: #f3f3f3;
    padding: 2em 1em;
    height: 100vh;
  }
  .header__menu_active li {
    border-top: 1px solid rgba(0, 0, 0, 0.062745098);
  }
  .header__menu a {
    font-size: 20px;
    text-align: center;
    padding: 0.5em;
  }
  .header__burger {
    display: block;
  }
  .header__burger_notActive {
    display: none;
  }
  .header__info {
    display: block;
    text-align: center;
    padding: 20px;
  }
  .header__cross_active {
    display: block;
  }
  .form-input {
    width: 261px;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .second__image {
    display: none;
  }
  .formblock img.man {
    width: 550px;
  }
}
@media (max-width: 1023px) {
  .contacts__card {
    max-height: 140px;
  }
  .second .stages-item {
    margin-right: 0px;
    margin-bottom: 48px;
  }
  .second .stages-item::before {
    width: 34px;
    height: 34px;
    bottom: -33px;
    top: unset;
    left: calc(50% - 17px);
    right: calc(50% - 17px);
    transform: translate(0, -50%) rotate(90deg);
  }
  .second .about {
    padding: 40px 0 0 0;
  }
  .second .about__img {
    border-radius: 20px;
    max-width: 100%;
  }
  .second .about__block {
    padding: 20px;
  }
}
@media (max-width: 968px) {
  h2 {
    font-size: 1.8em;
    text-align: center;
  }
  .formblock {
    padding: 0 1em;
    text-align: center;
  }
  .formblock img.man {
    display: none;
  }
  .formblock h2 {
    font-size: 1.8em;
  }
  .circle {
    display: none;
  }
  .second .accordion_title {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .header {
    position: sticky;
    top: 0;
    background: #fff;
  }
  .header .right-text {
    display: none;
  }
  .main-img {
    display: none;
  }
  .input {
    width: 100%;
  }
  .formblock .input {
    max-width: 100%;
  }
  .pure-button.target {
    max-width: 100%;
  }
  .second .accordion_content {
    padding: 1px 10px;
  }
  .second .accordion_title {
    font-size: 14px;
  }
  .second .accordion_subtitle {
    font-size: 14px;
  }
  .etapi {
    display: none;
  }
}
@media (max-width: 567px) {
  h1 {
    font-size: 2em;
    line-height: 1.1em;
    margin-top: 0.2em;
  }
  .adress {
    display: none;
  }
  .second .block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .second .subtitle {
    text-align: center;
  }
  .modal__container {
    width: 300px;
    padding: 30px 10px;
  }
  .modal__cross {
    top: 5px;
    right: 5px;
  }
  .modal__input {
    padding: 16px 20px 16px 20px;
  }
}/*# sourceMappingURL=style-template.css.map */