* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

/* container */
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 12px;
}

/* header */
.header {
  background: #f1d3b9;
  padding: 13px 0;
}
.headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.logo img {
  display: block;
  max-width: 100%;
}
.headerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15.7px;
}
.headerLink {
  color: rgba(0, 0, 0, 0.65);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

/* intro */
.intro {
  background: url('../../assets/img/introBg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 241px 0;
}
.introInner {
  border-radius: 6px;
  background: rgba(33, 37, 41, 0.5);
  padding: 24px;
  text-align: center;
}
.introTitle {
  color: #fff;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 300;
  line-height: 67.2px; /* 120% */
}
.introSub {
  color: #fff;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; /* 150% */
  margin-top: 5px;
}
.introBtn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: 'Segoe UI';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding: 9px 13px;
  border-radius: 6px;
  border: 1px solid #0d6efd;
  background: #0d6efd;
  margin-top: 32px;
}

/* items */
.items1 {
  margin-top: 48px;
}
.itemsTitleContainer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 6px;
  border-bottom: 3px solid #007bff;
}
.itemsTitleContainer img {
  display: block;
}
.itemsTitle {
  color: #212529;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38.4px; /* 120% */
}
.itemsBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 17px;
}
.itemBlock {
  width: 32%;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: #fff;
}
.itemBlockImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.itemBlockText {
  padding: 16px;
}
.itemBlockTitle {
  color: #212529;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
  min-height: 51px;
}
.itemBlockBtn {
  display: block;
  color: #0d6efd;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  border-radius: 6px;
  padding: 9px 0;
  border: 1px solid #0d6efd;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 7px;
}
.itemBlockBtn:hover {
  background: #0d6efd;
  color: #fff;
}

/* items2 */
.items2 {
  margin-top: 120px;
}

/* suscribe */
.suscribe {
  margin-top: 117px;
}
.suscribeInner {
  max-width: 498px;
  margin: 0 auto;
  text-align: center;
}
.suscribeTitle {
  display: inline-block;
  color: #212529;
  text-align: center;
  font-family: 'Segoe UI';
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38.4px; /* 120% */
  padding-bottom: 6px;
  border-bottom: 3px solid #007bff;
}
.suscribeInput {
  display: block;
  width: 100%;
  color: rgba(33, 37, 41, 0.75);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 6px;
  border: 1px solid #dee2e6;
  background: #fff;
  padding: 8px 12px;
  margin-top: 33px;
}
.suscribeBtn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding: 9px 13px;
  border-radius: 6px;
  border: 1px solid #0d6efd;
  background: #0d6efd;
  margin-top: 17px;
}

/* weather */
.weather {
  margin-top: 120px;
}
.weatherBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: #fff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
  margin: 0 12px;
  padding: 16px;
  margin-top: 40px;
}
.weatherImg img {
  display: block;
  max-width: 100%;
}
.weatherValue {
  color: #212529;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38.4px; /* 120% */
  border-left: 1px solid #dee2e6;
  padding: 5px 15.655px 14.39px 17px;
}
.weatherMode {
  color: #6c757d;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  border-left: 1px solid #dee2e6;
  padding: 8px 15.607px 12px 17px;
}
.weatherSpeed {
  color: #212529;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  padding: 11px 15.65px 10px 17px;
  border-left: 1px solid #dee2e6;
}

/* footer */
.footer {
  background: #f1d3b9;
  margin-top: 112px;
  padding: 24px 0;
}
.footerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.footerLink {
  color: #fff;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.footerSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-top: 18px;
}
.footerSub {
  color: #212529;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
