* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
.container {
  max-width: 1600px;
  margin: 0 auto;
}
header .top,
header .bottom {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}
header .top {
  background: #1C2B39;
  padding-top: 16px;
  padding-bottom: 16px;
}
header .top .left {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Gilroy;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  color: #F4F8F9;
}
header .top .left img {
  width: 16px;
  height: 16px;
  margin-right: 16px;
}
header .top .right {
  display: flex;
}
header .top .right .img3 {
  margin-left: 64px;
}
header .top .right .img2 {
  margin-left: 16px;
}
header .top .right .img4,
header .top .right .img5,
header .top .right .img6 {
  display: none;
}
header .top .right .item1 {
  cursor: pointer;
}
header .top .right .item1:hover .img1 {
  display: none;
}
header .top .right .item1:hover .img4 {
  display: block;
}
header .top .right .item2 {
  cursor: pointer;
}
header .top .right .item2:hover .img2 {
  display: none;
}
header .top .right .item2:hover .img5 {
  display: block;
  margin-left: 16px;
}
header .top .right .item3 {
  cursor: pointer;
}
header .top .right .item3:hover .img3 {
  display: none;
}
header .top .right .item3:hover .img6 {
  display: block;
  margin-left: 64px;
}
header .bottom {
  background-color: #F4F8F9;
  padding-top: 24px;
  padding-bottom: 24px;
}
header .bottom .popup_link {
  width: 259px;
  height: 75px;
  border-radius: 8px;
  background-color: #35B25a;
  border: none;
  font-family: Cygre;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #1C2B39;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .bottom .popup_link:hover {
  background: #1C2B39;
  color: #35B25a;
}
header .bottom ul {
  display: flex;
}
header .bottom ul li {
  list-style: none;
  margin: 0 16px;
  display: flex;
  align-items: center;
}
header .bottom ul li a {
  text-decoration: none;
  font-family: Cygre;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #1C2B39;
}
header .bottom .left {
  display: flex;
}
header .bottom .left .logo {
  color: #182e3e;
  font-weight: bold;
  font-size: 36px;
  line-height: 46px;
  padding-top: 3px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.s1 {
  background-image: url(img/s1/11.jpg);
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 96px;
  padding-bottom: 96px;
}
.s1::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(28, 43, 57, 0.8);
  width: 100%;
  height: 100%;
}
.s1 .block {
  display: flex;
}
.s1 .block .left {
  width: 50%;
}
.s1 .block .left h1 {
  font-family: 'Gilroy';
  font-weight: 800;
  font-size: 55px;
  margin-bottom: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #f4f8f9;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.s1 .block .left h1 span {
  color: #35B25a;
}
.s1 .block .left p {
  font-family:' Gilroy';
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #f4f8f9;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.s1 .block .left .buttons {
  display: flex;
  position: relative;
  z-index: 1;
}
.s1 .block .left .buttons button {
  margin-right: 16px;
}
.s1 .block .left .buttons .button1 {
  width: 259px;
  height: 75px;
  border-radius: 8px;
  background-color: #35B25a;
  border: none;
  font-family: Cygre;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #1C2B39;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.s1 .block .left .buttons .button1:hover {
  background: #1C2B39;
  color: #35B25a;
}
.s1 .block .left .buttons .button2 {
  width: 259px;
  height: 75px;
  border-radius: 8px;
  background: #1C2B39;
  border: none;
  font-family: 'Cygre';
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s1 .block .left .buttons .button2 a {
  text-decoration: none;
  color: #35B25a;
}
.s1 .block .left .buttons .button2:hover {
  background-color: #35B25a;
}
.s1 .block .left .buttons .button2:hover a {
  color: #1C2B39;
}
.s1 .block .right {
  width: 50%;
  display: flex;
  justify-content: center;
}
.s1 .block .right form {
  position: relative;
  z-index: 1;
  background: #e9f1f3;
  border-radius: 8px;
  height: 557px;
  width: 500px;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.s1 .block .right form h3 {
  font-family: Gilroy;
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #1c2b39;
  margin-bottom: 16px;
}
.s1 .block .right form p {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #1c2b39;
  margin-bottom: 24px;
}
.s1 .block .right form span {
  height: 1px;
  width: 100%;
  background: #1C2B39;
  display: block;
  margin-bottom: 24px;
}
.s1 .block .right form label {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #1C2B39;
  margin-bottom: 8px;
}
.s1 .block .right form input {
  height: 67px;
  width: 100%;
  border-radius: 8px;
  border: none;
  padding-left: 12px;
  margin-bottom: 12px;
  outline: none;
}
.s1 .block .right form button {
  height: 75px;
  width: 100%;
  background: #35B25a;
  border-radius: 8px;
  border: none;
  color: #1C2B39;
  margin-top: 32px;
  font-family: Cygre;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  cursor: pointer;
}
.s1 .block .right form button:hover {
  background: #1C2B39;
  color: #35B25a;
}
.s2 {
  background-color: #1C2B39;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.s2 .block {
  display: flex;
  justify-content: space-between;
}
.s2 .block .item {
  display: flex;
  align-items: center;
}
.s2 .block .item .radius {
  border: 4px solid #b5e48c;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s2 .block .item .text {
  color: #f4f8f9;
  width: 120px;
  font-size: 15px;
  font-weight: 400;
  margin-left: 16px;
}
.s4 {
  background-color: #E9f1f3;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 64px;
  padding-top: 64px;
}
.s4 h2 {
  font-family: Gilroy;
  font-weight: 800;
  font-size: 72px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: bottom;
  color: #1c2B39;
}
.s4 h2 span {
  color: #35B25a;
}
.s4 p {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: bottom;
  margin-top: 48px;
  margin-bottom: 48px;
  color: #1c2B39;
}
.s4 .buttons {
  display: flex;
  justify-content: center;
}
.s4 .buttons button {
  margin-left: 8px;
  margin-right: 8px;
}
.s4 .buttons .button1 {
  width: 259px;
  height: 75px;
  border-radius: 8px;
  background-color: #35B25a;
  border: none;
  font-family: Cygre;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #1C2B39;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.s4 .buttons .button1:hover {
  background: #1C2B39;
  color: #35B25a;
}
.s4 .buttons .button2 {
  width: 259px;
  height: 75px;
  border-radius: 8px;
  background: #1C2B39;
  border: none;
  font-family: Cygre;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s4 .buttons .button2 a {
  text-decoration: none;
  color: #35B25a;
}
.s4 .buttons .button2:hover {
  background-color: #35B25a;
}
.s4 .buttons .button2:hover a {
  color: #1C2B39;
}
.s3 {
  background-color: #F4F8F9;
  padding-bottom: 64px;
  padding-top: 64px;
  padding-left: 15px;
  padding-right: 15px;
}
.s3 .link {
  width: 91px;
  height: 43px;
  border-radius: 40px;
  background: #D7EFE0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Cygre;
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0%;
  color: #1C2B39;
  margin-bottom: 24px;
}
.s3 h2 {
  font-family: Gilroy;
  font-weight: 800;
  font-size: 72px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #1C2B39;
  margin-bottom: 48px;
}
.s3 .span {
  background: #2a2a2a;
  opacity: 0.25;
  display: block;
  height: 0.1px;
  width: 100%;
}
.s3 .wrap {
  margin-top: 48px;
  display: flex;
}
.s3 .wrap .left {
  width: 50%;
}
.s3 .wrap .left p {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #1c2b39;
  margin-bottom: 48px;
}
.s3 .wrap .left p span {
  font-weight: 900;
}
.s3 .wrap .left .text .head {
  display: flex;
  align-items: center;
}
.s3 .wrap .left .text .head h3 {
  padding-left: 36px;
}
.s3 .wrap .left .text p {
  padding-left: 68px;
}
.s3 .wrap .right {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.s3 .wrap .right .img {
  width: 500px;
  height: 100%;
}
.s5 {
  padding-bottom: 64px;
  padding-top: 64px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #F4F8F9;
}
.s5 .link {
  width: 91px;
  height: 43px;
  border-radius: 40px;
  background: #D7EFE0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Cygre;
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0%;
  color: #1C2B39;
  margin-bottom: 24px;
}
.s5 h2 {
  font-family: Gilroy;
  font-weight: 800;
  font-size: 72px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #1C2B39;
  margin-bottom: 48px;
}
.s5 .span {
  background: #2a2a2a;
  opacity: 0.25;
  display: block;
  height: 0.1px;
  width: 100%;
}
.s5 .item {
  margin-top: 48px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  height: 458px;
}
.s5 .item .left {
  width: 53%;
  background-color: #e9f1f3;
  padding: 40px;
  border-radius: 8px;
}
.s5 .item .left h3 {
  font-family: Gilroy;
  font-weight: 800;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 32px;
}
.s5 .item .left p {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0%;
  vertical-align: bottom;
  margin-bottom: 16px;
}
.s5 .item .left .p_bold {
  font-weight: 700;
}
.s5 .item .left a {
  width: 261px;
  height: 75px;
  padding-top: 24px;
  padding-right: 56px;
  padding-bottom: 24px;
  padding-left: 56px;
  border-radius: 8px;
  border: none;
  font-family: Cygre;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  background: #35B25a;
  cursor: pointer;
  margin-top: 12px;
  text-decoration: none;
  color: #1C2B39;
  display: block;
}
.s5 .item .left a:hover {
  background: #1C2B39;
  color: #35B25a;
}
.s5 .item .right {
  width: 45%;
}
.s5 .item .right img {
  height: 458px;
  width: 100%;
}
.s6 {
  padding-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #F4F8F9;
}
.s6 .link {
  width: 91px;
  height: 43px;
  border-radius: 40px;
  background: #D7EFE0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Cygre;
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0%;
  color: #1C2B39;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}
.s6 h2 {
  font-family: Gilroy;
  font-weight: 800;
  font-size: 72px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #1C2B39;
  margin-bottom: 48px;
  text-align: center;
}
.s6 p {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: bottom;
  margin-bottom: 48px;
}
.s6 .span {
  background: #2a2a2a;
  opacity: 0.25;
  display: block;
  height: 0.1px;
  width: 100%;
  margin-bottom: 48px;
}
.s6 .mySwiper1 .swiper-wrapper {
  text-align: center;
}
.s6 .mySwiper1 img {
  height: 360px;
  width: 360px;
}
.s6 .mySwiper1 .swiper-button-prev:after {
  content: '';
}
.s6 .mySwiper1 .swiper-button-next:before {
  content: '';
}
.s6 .mySwiper1 .swiper-button-next:after {
  content: '';
}
.s6 .mySwiper1 .swiper-button-next:before {
  content: '';
}
.s6 .buttons .swiper-button-prev,
.s6 .buttons .swiper-button-next {
  position: relative;
  margin: 0 20px;
}
.s6 .buttons .swiper-button-prev::after,
.s6 .buttons .swiper-button-next::after {
  border-radius: 50%;
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  background-color: #1c2B39;
}
.s6 .buttons .swiper-button-prev img,
.s6 .buttons .swiper-button-next img {
  position: relative;
  z-index: 1;
}
.s6 .buttons {
  display: flex;
  height: 40px;
  justify-content: center;
  margin-top: 16px;
}
.s6 .buttons .swiper-button-next,
.s6 .buttons .swiper-button-prev {
  transform: rotate(180deg);
}
.s7 {
  padding-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 32px;
  background-color: #F4F8F9;
}
.s7 .link {
  width: 91px;
  height: 43px;
  border-radius: 40px;
  background: #D7EFE0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Cygre;
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0%;
  color: #1C2B39;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}
.s7 h2 {
  font-family: Gilroy;
  font-weight: 800;
  font-size: 72px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #1C2B39;
  margin-bottom: 48px;
  text-align: center;
}
.s7 p {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: bottom;
  margin-bottom: 24px;
}
.s7 .span {
  background: #2a2a2a;
  opacity: 0.25;
  display: block;
  height: 0.1px;
  width: 100%;
  margin-bottom: 48px;
}
.s7 .item {
  background-color: #e9f1f3;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-top: 80px;
  width: 460px;
  height: 304.4px;
}
.s7 .item h5 {
  font-family: Cygre;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  vertical-align: bottom;
  margin-bottom: 16px;
}
.s7 .item p {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0%;
  vertical-align: bottom;
  text-align: left;
}
.s7 .item .bottom {
  display: flex;
}
.s7 .item .bottom .left {
  margin-right: 16px;
}
.s7 .item .bottom .left img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.s7 .item .bottom .right {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.s7 .item .bottom .right .name {
  margin-bottom: 8px;
}
.s7 .item .bottom .right img {
  margin-right: 8px;
}
.s7 .swiper-button-prev:after,
.s7 .swiper-button-next:after {
  content: '';
}
.s7 .buttons .swiper-button-prev,
.s7 .buttons .swiper-button-next {
  position: relative;
  margin: 0 20px;
}
.s7 .buttons .swiper-button-prev::after,
.s7 .buttons .swiper-button-next::after {
  border-radius: 50%;
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  background-color: #1c2B39;
}
.s7 .buttons .swiper-button-prev img,
.s7 .buttons .swiper-button-next img {
  position: relative;
  z-index: 1;
}
.s7 .buttons {
  display: flex;
  height: 40px;
  justify-content: center;
  margin-top: 16px;
}
.s7 .buttons .swiper-button-next,
.s7 .buttons .swiper-button-prev {
  transform: rotate(180deg);
}
.mySwiper {
  height: 100%;
  text-align: center;
  width: 454.8px;
}
.mySwiper .swiper-button-prev:after,
.mySwiper .swiper-button-next:after {
  content: '1';
}
.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #182e3e;
}
.mySwiper .swiper-button-prev img,
.mySwiper .swiper-button-next img {
  width: 24px;
  height: 24px;
}
.mySwiper .swiper-button-prev {
  transform: rotate(180deg);
  left: 10px;
}
footer {
  background: #1C2B39;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
}
footer .wrap {
  display: flex;
  padding-top: 48px;
}
footer .wrap .item .middle {
  margin: 0 auto;
  width: 90%;
}
footer .wrap .item h5 {
  font-family: Cygre;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #5e6f79;
  margin-bottom: 24px;
}
footer .wrap .item p {
  font-family: Cygre;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0%;
  color: #5e6f79;
}
footer .wrap .item .Services li {
  list-style: none;
  font-family: Cygre;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #f4f8f9;
  margin-bottom: 16px;
}
footer .wrap .item .Locations {
  display: flex;
  flex-wrap: wrap;
}
footer .wrap .item .Locations li {
  width: 20%;
  list-style: none;
  padding-bottom: 8px;
  color: #f4f8f9;
}
footer .wrap .item .tl {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  text-decoration: none;
  color: #F4F8F9;
}
footer .wrap .item .tl img {
  margin-right: 8px;
  cursor: pointer;
}
footer .wrap .item .tl .img3,
footer .wrap .item .tl .img4 {
  display: none;
}
footer .wrap .item .tl:hover .img1 {
  display: none;
}
footer .wrap .item .tl:hover .img3 {
  display: block;
}
footer .wrap .item .tl:hover .img2 {
  display: none;
}
footer .wrap .item .tl:hover .img4 {
  display: block;
}
footer .wrap .item .bottom {
  margin-top: 24px;
  margin-left: 8px;
}
footer .wrap .item .bottom .text {
  color: #F4F8F9;
}
footer .wrap .item1,
footer .wrap .item2,
footer .wrap .item4 {
  width: 18%;
}
footer .wrap .item3 {
  width: 46%;
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 32px 48px 32px 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
}
.popup.active {
  left: 0px;
  z-index: 999;
}
.popup .popup__area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup .popup__body {
  width: 422px;
  position: absolute;
  top: 120px;
}
.popup .popup__body .popup_form {
  width: 420px;
  height: 100%;
  box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
}
.popup .popup__body .popup_form .popup_header {
  background-color: #1C2B39;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 32px;
  position: relative;
}
.popup .popup__body .popup_form .popup_header .close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.popup .popup__body .popup_form .popup_header .close img {
  width: 30px;
  height: 30px;
}
.popup .popup__body .popup_form .popup_header .popup_title {
  font-family: "ff-dagny-web-pro", Sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #fff;
}
.popup .popup__body .popup_form .popup_header .popup_subtitle {
  font-family: "proxima-nova", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #f4feff;
}
.popup .popup__body .popup_form .form-wrapper {
  background: #fff;
  padding: 32px;
}
.popup .popup__body .popup_form .form-wrapper input {
  width: 100%;
  padding: 12px;
  border: solid #182e3e;
  border-radius: 4px;
  margin-bottom: 16px;
}
.popup .popup__body .popup_form .form-wrapper .button {
  width: 100%;
  text-transform: uppercase;
  background: #1C2B39;
  color: #fff;
  border-radius: 5px 5px 5px 5px;
  padding: 18px 32px 18px 32px;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
}
.popup .popup__body .popup_form .form-wrapper .button:hover {
  background: #b5e48c;
  color: #1C2B39;
}
.popup .popup__body .popup_line {
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  align-items: center;
  background: #fff;
}
.popup .popup__body .popup_line span {
  background: rgba(24, 46, 62, 0.25);
  height: 1px;
  width: 100%;
  display: block;
}
.popup .popup__body .popup_line .word {
  margin-left: 8px;
  margin-right: 8px;
}
.popup .popup__body .popup_wrap {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 8px;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.popup .popup__body .popup_wrap a {
  background: #35B25a;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  padding: 14px 12px;
  display: flex;
  cursor: pointer;
}
.popup .popup__body .popup_wrap a img {
  margin-right: 4px;
}
.popup .popup__body .popup_wrap a .img2 {
  display: none;
}
.popup .popup__body .popup_wrap a span {
  font-family: "basic-sans", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1C2B39;
}
.popup .popup__body .popup_wrap a:hover {
  background-color: #182e3e;
  border-color: #182e3e;
}
.popup .popup__body .popup_wrap a:hover span {
  color: #f4feff;
}
.popup .popup__body .popup_wrap a:hover .img2 {
  display: block;
}
.popup .popup__body .popup_wrap a:hover .img1 {
  display: none;
}
.popup .thank {
  display: block;
}
.popup:target {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1200px) {
  header .bottom {
    flex-direction: column;
    align-items: center;
  }
  header .bottom .left,
  header .bottom .middle {
    margin-bottom: 24px;
  }
  footer .wrap {
    padding-top: 24px;
    flex-direction: column;
  }
  footer .wrap .item1,
  footer .wrap .item2,
  footer .wrap .item3 {
    width: 100%;
  }
  footer .wrap .item .middle {
    width: 100%;
  }
  footer .wrap .item .middle h5 {
    margin-top: 24px;
  }
  footer .wrap .item .middle ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer .wrap .item .middle ul li {
    width: 33.3%;
  }
  footer .wrap .item .Locations li {
    width: 14%;
  }
  footer .wrap .item .bottom {
    margin-top: 0px;
    margin-left: 0px;
  }
  footer .wrap .item3,
  footer .wrap .item4 {
    margin-top: 24px;
  }
  footer .wrap .item4 {
    width: 100%;
  }
  footer .wrap .item4 .wrap1 {
    display: flex;
    justify-content: space-between;
  }
  .s1 .block {
    justify-content: space-between;
  }
  .s1 .block .left,
  .s1 .block .right {
    width: 47%;
  }
  .s1 .block .left h1 {
    font-size: 42px;
  }
  .s1 .block .left h1 br {
    display: none;
  }
  .s1 .block .left .buttons {
    justify-content: space-between;
  }
  .s1 .block .left .buttons .button1,
  .s1 .block .left .buttons .button2 {
    margin-right: 0px;
    width: 200px;
  }
}
@media screen and (max-width: 992px) {
  .s1 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .s1 .block {
    flex-direction: column;
  }
  .s1 .block .left,
  .s1 .block .right {
    width: 100%;
  }
  .s1 .block .left h1 {
    text-align: center;
  }
  .s1 .block .left h1 br {
    display: none;
  }
  .s1 .block .left .buttons {
    justify-content: center;
    margin-bottom: 48px;
  }
  .s1 .block .left .buttons .button1,
  .s1 .block .left .buttons .button2 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .s3 h2 {
    font-size: 52px;
  }
  .s3 .wrap {
    flex-direction: column;
  }
  .s3 .wrap .left,
  .s3 .wrap .right {
    width: 100%;
  }
  .s4 h2,
  .s5 h2 {
    font-size: 52px;
  }
  .s5 .item .left {
    padding: 8px;
  }
  .s5 .item .left h3 {
    margin-bottom: 16px;
  }
  .s5 .item .left p {
    font-size: 15.5px;
  }
  footer .wrap .item .Locations li {
    width: 20%;
  }
  footer .wrap .item4 .wrap1 {
    flex-wrap: wrap;
  }
  footer .wrap .item .tl {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .s1 .block .left h1 {
    font-size: 35px;
    margin-bottom: 16px;
  }
  .s2 .block {
    flex-wrap: wrap;
  }
  .s2 .block .item {
    margin-bottom: 32px;
  }
  .s3 h2,
  .s4 h2,
  .s5 h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
  .s4 p {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .s4 p br {
    display: none;
  }
  .s5 {
    padding-bottom: 16px;
  }
  .s5 .item {
    height: 100%;
    flex-direction: column;
    margin-bottom: 0px;
    margin-top: 24px;
  }
  .s5 .item .left,
  .s5 .item .right {
    width: 100%;
    margin-bottom: 24px;
  }
  .s6 h2 {
    font-size: 50px;
    margin-bottom: 16px;
  }
  .s6 p {
    margin-bottom: 24px;
  }
  .s6 p br {
    display: none;
  }
  .s3 h2,
  .s4 h2,
  .s5 h2 {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .s4 p {
    font-size: 17px;
  }
  footer .wrap .item .middle ul li {
    width: 50%;
  }
  footer .wrap .item .Locations li {
    width: 25%;
  }
  .s7 h2 {
    font-size: 42px;
    margin-bottom: 16px;
  }
  .s7 .item {
    padding-top: 24px;
    padding-bottom: 0px;
    height: 220px;
  }
}
@media screen and (max-width: 576px) {
  header .top {
    flex-direction: column;
  }
  header .top .right {
    width: 260px;
    margin: 8px auto;
  }
  header .top .right .item3 {
    margin-left: auto;
  }
  header .top .right .img3 {
    margin-left: auto;
  }
  header .bottom .left {
    flex-direction: column;
    margin-bottom: 12px;
  }
  header .bottom .left h1 {
    font-size: 36px;
  }
  header .bottom .left img {
    width: 106px;
    height: 75px;
    margin: 0 auto;
  }
  header .bottom .left .logo {
    font-size: 33px;
    margin-bottom: 0px;
  }
  header .bottom .middle {
    flex-direction: column;
  }
  header .bottom .middle li {
    margin-bottom: 8px;
  }
  .s1 .block .left .buttons {
    flex-direction: column;
  }
  .s1 .block .left .buttons .button1,
  .s1 .block .left .buttons .button2 {
    width: 100%;
    margin: 6px auto;
  }
  .s1 .block .right form {
    height: 527px;
    width: 500px;
    padding: 16px;
  }
  .s1 .block .right form h3 {
    font-size: 29px;
  }
  .s2 .block .item {
    margin: 8px auto;
  }
  .s3 .wrap .left p {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .s3 h2,
  .s4 h2,
  .s5 h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .s4 {
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .s4 .buttons {
    flex-direction: column;
  }
  .s4 .buttons .button1 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .s4 .buttons .button2 {
    margin-left: auto;
    margin-right: auto;
  }
  .s5 .item .right img {
    height: 100%;
    width: 100%;
  }
  .s5 .item .left h3 {
    font-size: 28px;
    text-align: center;
  }
  .s7 .item {
    padding: 8px;
    height: 320px;
  }
  footer .wrap .item .middle ul li {
    width: 100%;
  }
  footer .wrap .item .middle ul {
    margin: 0 auto;
  }
  footer .wrap .item .Locations li {
    width: 50%;
  }
  footer .wrap .item .tl {
    width: 100%;
  }
  .popup {
    padding: 0px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .popup .popup__body {
    width: 100%;
  }
  .popup .popup__body .popup_form {
    width: 100%;
  }
  .popup .popup__body .popup_form .popup_header .popup_title {
    font-size: 25px;
  }
  .popup .popup__body .popup_form .form-wrapper {
    padding: 16px;
  }
  .popup .popup__body .popup_wrap {
    padding-left: 16px;
  }
  .popup .popup__body .popup_wrap a span {
    font-size: 12px;
  }
  header .bottom ul li a {
    font-size: 22px;
  }
}
