@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap");
header {
  width: 100%;
  padding: 12px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 110px;
}
header nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
header nav a {
  font-size: 14px;
  color: #102433;
}
header nav a.admin-btn {
  color: rgb(223, 108, 108);
}
header nav button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  color: #E8EBED;
  border-radius: 8px;
  background-color: #173348;
  transition: 0.3s;
  cursor: pointer;
  border: none;
  outline: none;
  text-wrap: nowrap;
}
header nav button img {
  width: 10px;
}
header nav button:hover {
  background-color: #102433;
}
header nav button.active {
  background-color: #0D1C28;
}
header nav button:disabled {
  background-color: #B7C0C6;
  cursor: not-allowed;
}

@media (max-width: 960px) {
  header nav a {
    display: none;
  }
}
@media (max-width: 768px) {
  header {
    padding: 12px 24px;
  }
}
footer {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-top: 120px;
  padding: 64px 48px 32px;
  background-color: #0A151E;
}
footer .f-top {
  display: flex;
  justify-content: space-between;
  gap: 95px;
}
footer .f-top .ftr,
footer .f-top .ftc,
footer .f-top .ftl {
  width: 100%;
  display: flex;
}
footer .f-top .ftr {
  flex-direction: column;
  gap: 16px;
}
footer .f-top .ftr img {
  width: 225px;
}
footer .f-top .ftr p {
  font-size: 14px;
  color: rgba(254, 252, 248, 0.6509803922);
  padding-left: 90px;
}
footer .f-top .ftc {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 27px 0;
}
footer .f-top .ftc .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
footer .f-top .ftc .footerBadge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid rgba(196, 160, 82, 0.137254902);
  border-radius: 50px;
}
footer .f-top .ftc .footerBadge img {
  width: 5px;
}
footer .f-top .ftc .footerBadge span {
  font-size: 10.5px;
  color: rgba(254, 252, 248, 0.6);
  text-wrap: nowrap;
}
footer .f-top .ftl {
  justify-content: center;
  align-items: center;
}
footer .f-top .ftl .ftl-aux {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
footer .f-top .ftl .ftl-aux span {
  font-size: 24px;
  font-weight: 600;
  color: #F7F7F7;
}
footer .f-top .ftl .ftl-aux .socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
footer .f-top .ftl .ftl-aux a {
  border-radius: 50%;
  background-color: rgba(254, 252, 248, 0.1490196078);
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .f-top .ftl .ftl-aux a img {
  width: 20px;
}
footer .f-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: rgba(254, 252, 248, 0.5019607843);
  font-size: 14px;
}
footer .f-bottom img {
  height: auto;
}

@media (max-width: 1400px) {
  footer .f-top {
    gap: 40px;
  }
}
@media (max-width: 1100px) {
  footer {
    margin-top: 64px;
    padding: 64px 20px 32px;
  }
  footer .f-top {
    flex-direction: column;
    gap: 36px;
  }
  footer .f-top .ftr {
    align-items: center;
  }
  footer .f-top .ftr p {
    padding-left: 0;
  }
  footer .f-top .ftc {
    gap: 14px;
  }
}
html {
  scroll-behavior: smooth;
}

* {
  font-family: "Vazirmatn", sans-serif;
  font-weight: 400;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  direction: rtl;
  background-color: #F5F0EC;
}

main {
  position: relative;
  width: calc(100% - 200px);
  max-width: 1440px;
  margin: 0 auto;
  z-index: 1;
  background-color: #F5F0EC;
}

section {
  position: relative;
}
section .sectionTopBadge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 19px;
  border-radius: 30px;
  background-color: #E8EBED;
}
section .sectionTopBadge img {
  width: 5px;
}
section .sectionTopBadge span {
  font-size: 12px;
}
section h2.sectionTitle {
  font-size: 48px;
  font-weight: 700;
  color: #0D1C28;
  margin: 12px 0 0;
  text-align: center;
}

#back {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 0;
  background-image: url("/static/icons/pattern.png");
  background-size: auto 132px;
  background-repeat: repeat;
}

section.hero {
  padding: 8px 32px 0;
}
section.hero .swiper-wrapper {
  position: relative;
  width: 100%;
  height: calc(100vh - 200px) !important;
}
section.hero .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 32px;
}
section.hero .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.hero .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.hero .swiper-pagination {
  text-align: left;
  padding: 0 36px 12px;
}
section.hero .swiper-pagination span {
  width: 14px;
  height: 14px;
  background-color: #647684;
  opacity: 1;
}
section.hero .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: white;
}
section.hero .dotline {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2px;
  height: 160px;
  background-image: linear-gradient(to bottom, white, rgba(0, 0, 0, 0));
  z-index: 10;
}
section.hero .dotline img {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 12px;
}

@media (max-width: 768px) {
  section.hero {
    padding: 12px 0 0;
  }
  section.hero .swiper-slide {
    border-radius: 16px;
  }
  section.hero .swiper-pagination {
    padding: 0 26px 6px;
  }
  section.hero .swiper-pagination span {
    width: 10px;
    height: 10px;
  }
  section.hero .dotline {
    bottom: -50px;
    height: 100px;
  }
  section.hero .dotline img {
    top: -4px;
    width: 8px;
  }
}
section.icons-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  padding: 120px 32px 0;
}
section.icons-boxes .icons-box {
  width: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background-color: white;
}
section.icons-boxes .icons-box img {
  width: 24px;
  height: auto;
}
section.icons-boxes .icons-box h4 {
  font-size: 20px;
  margin: 20px 0 8px;
  color: #1A1C18;
  text-align: center;
}
section.icons-boxes .icons-box p {
  text-align: center;
  font-size: 16px;
  color: rgba(26, 28, 24, 0.6);
}

@media (max-width: 960px) {
  section.icons-boxes {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 64px 32px 0;
  }
  section.icons-boxes .icons-box {
    padding: 16px 12px;
  }
  section.icons-boxes .icons-box h4 {
    font-size: 16px;
    margin: 12px 0 4px;
  }
  section.icons-boxes .icons-box p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  section.icons-boxes {
    padding: 64px 20px 0;
  }
}
section.intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 94px;
  padding: 120px 78px 0;
}
section.intro .intro-right {
  width: 550px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.intro .intro-right h2 {
  font-weight: 700;
  font-size: 48px;
  color: #252833;
}
section.intro .intro-right p {
  font-size: 20px;
  color: #363842;
}
section.intro .intro-right div {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
section.intro .intro-right div button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  color: #E8EBED;
  border-radius: 8px;
  background-color: #173348;
  transition: 0.3s;
  cursor: pointer;
  border: none;
  outline: none;
  text-wrap: nowrap;
}
section.intro .intro-right div button img {
  width: 10px;
}
section.intro .intro-right div button:hover {
  background-color: #102433;
}
section.intro .intro-right div button.active {
  background-color: #0D1C28;
}
section.intro .intro-right div button:disabled {
  background-color: #B7C0C6;
  cursor: not-allowed;
}
section.intro .intro-left {
  width: 600px;
  position: relative;
}
section.intro .intro-left img {
  width: 100%;
}
section.intro .intro-left .on1,
section.intro .intro-left .on2 {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background-color: rgba(173, 136, 101, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(152, 106, 62, 0.3019607843);
  border-radius: 8px;
}
section.intro .intro-left .on1 .icon,
section.intro .intro-left .on2 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding: 8px;
  border-radius: 12px;
}
section.intro .intro-left .on1 .icon img,
section.intro .intro-left .on2 .icon img {
  width: 16px;
  height: 20px;
}
section.intro .intro-left .on1 .text,
section.intro .intro-left .on2 .text {
  display: flex;
  flex-direction: column;
}
section.intro .intro-left .on1 .text span:first-child,
section.intro .intro-left .on2 .text span:first-child {
  font-size: 14px;
  color: #0A151E;
}
section.intro .intro-left .on1 .text span:last-child,
section.intro .intro-left .on2 .text span:last-child {
  font-size: 16px;
  color: #0D1C28;
}
section.intro .intro-left .on1 {
  top: 80px;
  left: 0;
}
section.intro .intro-left .on2 {
  bottom: 200px;
  right: 0;
}

@media (max-width: 1200px) {
  section.intro {
    flex-direction: column;
    gap: 64px;
  }
  section.intro .intro-right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  section.intro {
    padding: 64px 0 0;
  }
  section.intro .intro-right {
    padding: 0 20px;
  }
  section.intro .intro-left {
    width: 100%;
  }
  section.intro .intro-left .on1,
  section.intro .intro-left .on2 {
    gap: 8px;
    padding: 8px;
  }
  section.intro .intro-left .on1 .icon,
  section.intro .intro-left .on2 .icon {
    padding: 8px;
    border-radius: 12px;
  }
  section.intro .intro-left .on1 {
    top: 0;
    left: 20px;
  }
  section.intro .intro-left .on2 {
    bottom: 20px;
    right: 20px;
  }
}
section.sixpack {
  display: flex;
  justify-content: center;
  position: relative;
  gap: 195px;
  margin-top: 120px;
  padding: 0 96px;
}
section.sixpack .img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
  height: 360px;
  z-index: 0;
  border-radius: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.sixpack .three-right,
section.sixpack .three-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 85px;
  max-width: 444px;
  z-index: 1;
}
section.sixpack .three-right .eachpack,
section.sixpack .three-left .eachpack {
  display: flex;
  flex-direction: column;
  gap: 3px;
  background-color: rgba(255, 255, 255, 0.6980392157);
  padding: 12px 24px 12px 57px;
  border-radius: 20px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
section.sixpack .three-right .eachpack span,
section.sixpack .three-left .eachpack span {
  color: #173348;
  font-size: 14px;
}
section.sixpack .three-right .eachpack p,
section.sixpack .three-left .eachpack p {
  color: #0D1C28;
  font-size: 16px;
}
section.sixpack .three-right .mid {
  margin-right: 66px;
}
section.sixpack .three-left .mid {
  margin-left: 66px;
}

@media (max-width: 768px) {
  section.sixpack {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 64px;
    padding: 0 20px;
  }
  section.sixpack .img-box {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
  section.sixpack .three-right,
  section.sixpack .three-left {
    width: 100%;
    gap: 20px;
  }
  section.sixpack .three-right .eachpack,
  section.sixpack .three-left .eachpack {
    padding: 12px;
    margin: 0 16px;
  }
  section.sixpack .three-right .mid,
  section.sixpack .three-left .mid {
    margin: 0;
  }
}
section.video {
  padding: 120px 28px 0;
}
section.video .the-video {
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
}
section.video .the-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

@media (max-width: 768px) {
  section.video {
    padding: 64px 0 0;
  }
}
section.articles {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 32px 0;
}
section.articles article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 170px;
  margin: 64px 0;
}
section.articles article:last-child {
  margin-bottom: 0;
}
section.articles article .ar-imgbox {
  width: 600px;
  height: 450px;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.articles article .ar-textbox {
  width: 610px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.articles article .ar-textbox span {
  font-size: 14px;
  color: #455C6D;
}
section.articles article .ar-textbox h3 {
  font-size: 32px;
  color: #3D3530;
}
section.articles article .ar-textbox p {
  font-size: 16px;
  margin: 0;
  color: #65676F;
}
section.articles article .ar-textbox .line {
  height: 1px;
  margin-top: 8px;
  background-image: linear-gradient(to left, rgba(138, 96, 56, 0.3019607843), rgba(0, 0, 0, 0));
}
section.articles article:nth-child(even) {
  flex-direction: row-reverse;
}
section.articles .artline {
  position: absolute;
  top: 301px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 8px;
  height: calc(100% - 365px);
  background-color: #E8EBED;
  border-radius: 9px;
  padding: 50px 0 0;
}
section.articles .artline .marker {
  top: 0;
  position: sticky;
  width: 100%;
  height: 200px;
  border-radius: 9px;
  background-color: #647684;
}

@media (max-width: 1200px) {
  section.articles article {
    gap: 80px;
  }
}
@media (max-width: 960px) {
  section.articles {
    padding: 64px 20px 0;
  }
  section.articles article {
    flex-direction: column;
    gap: 12px;
    margin: 16px 0;
  }
  section.articles article .ar-imgbox {
    width: 100%;
    height: 450px;
  }
  section.articles article .ar-textbox {
    width: 100%;
  }
  section.articles article .ar-textbox h3 {
    font-size: 24px;
  }
  section.articles article .ar-textbox .line {
    margin-top: 0;
  }
  section.articles article:nth-child(even) {
    flex-direction: column;
  }
  section.articles .artline {
    display: none;
  }
}
section.main-swiper-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 80px 0;
}
section.main-swiper-box .swiper {
  width: 100%;
}
section.main-swiper-box .swiper .swiper-wrapper {
  position: relative;
  margin: 32px auto 0;
}
section.main-swiper-box .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  background-color: white;
  padding: 28px;
}
section.main-swiper-box .swiper .swiper-wrapper .swiper-slide .card-aux > img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 16px;
  margin-bottom: 20px;
}
section.main-swiper-box .swiper .swiper-wrapper .swiper-slide h3 {
  font-size: 16px;
  font-weight: 600;
  color: #0A151E;
}
section.main-swiper-box .swiper .swiper-wrapper .swiper-slide p {
  margin: 12px 0;
  font-size: 13px;
  color: #0A151E;
}
section.main-swiper-box .swiper .swiper-wrapper .swiper-slide .card-badges {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  margin-bottom: 30px;
}
section.main-swiper-box .swiper .swiper-wrapper .swiper-slide .card-badges .eachbadge {
  padding: 4px 10px;
  border-radius: 22px;
  background-color: #E8EBED;
  font-size: 10px;
  color: #0D1C28;
}
section.main-swiper-box .swiper .swiper-wrapper .swiper-slide button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  color: #E8EBED;
  border-radius: 8px;
  background-color: #173348;
  transition: 0.3s;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  border: none;
  outline: none;
}
section.main-swiper-box .swiper .swiper-wrapper .swiper-slide button img {
  width: 10px;
}
section.main-swiper-box .swiper .swiper-wrapper .swiper-slide button:hover {
  background-color: #102433;
}
section.main-swiper-box .swiper .swiper-wrapper .swiper-slide button.active {
  background-color: #0D1C28;
}
section.main-swiper-box .swiper .swiper-wrapper .swiper-slide button:disabled {
  background-color: #B7C0C6;
  cursor: not-allowed;
}
section.main-swiper-box .swiper .swiper-wrapper .swiper-slide button span.mob {
  display: none;
}
section.main-swiper-box .swiper-button-prev,
section.main-swiper-box .swiper-button-next {
  position: absolute;
  top: 65%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #B7C0C6;
  border-radius: 12px;
  border: none;
  outline: none;
  cursor: pointer;
}
section.main-swiper-box .swiper-button-prev img,
section.main-swiper-box .swiper-button-next img {
  height: 14px;
  width: auto;
}
section.main-swiper-box .swiper-button-prev svg,
section.main-swiper-box .swiper-button-next svg {
  display: none;
}
section.main-swiper-box .swiper-button-prev {
  right: 12px !important;
}
section.main-swiper-box .swiper-button-next {
  left: 12px !important;
}

@media (max-width: 850px) {
  section.main-swiper-box {
    padding: 64px 20px 0;
  }
  section.main-swiper-box .swiper .swiper-wrapper .swiper-slide {
    width: 173px;
    padding: 16px 12px;
  }
  section.main-swiper-box .swiper .swiper-wrapper .swiper-slide .card-aux > img {
    margin-bottom: 8px;
  }
  section.main-swiper-box .swiper .swiper-wrapper .swiper-slide p {
    margin: 12px 0;
    font-size: 13px;
    color: #0A151E;
  }
  section.main-swiper-box .swiper .swiper-wrapper .swiper-slide .card-badges {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    margin-bottom: 30px;
  }
  section.main-swiper-box .swiper .swiper-wrapper .swiper-slide .card-badges .eachbadge {
    padding: 4px 10px;
    border-radius: 22px;
    background-color: #E8EBED;
    font-size: 10px;
    color: #0D1C28;
  }
  section.main-swiper-box .swiper .swiper-wrapper .swiper-slide button span.mob {
    display: inline-block;
  }
  section.main-swiper-box .swiper .swiper-wrapper .swiper-slide button span.desk {
    display: none;
  }
  section.main-swiper-box .swiper .swiper-wrapper .btn {
    display: none;
  }
  section.main-swiper-box .swiper-button-prev,
  section.main-swiper-box .swiper-button-next {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
  section.main-swiper-box .swiper-button-prev {
    right: -15px !important;
  }
  section.main-swiper-box .swiper-button-next {
    left: -15px !important;
  }
}
section.faqs {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 764px;
  margin-top: 120px;
  padding: 32px 0 48px;
  background-image: linear-gradient(180deg, #F5F0EC 1.71%, rgba(255, 255, 255, 0) 50.85%, #F5F0EC 100%), url("/static/img/faqs.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.faqs .faqs-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 890px;
  margin: 32px auto 0;
}
section.faqs .faq {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  border-radius: 20px;
  padding: 20px 24px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
section.faqs .faq .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}
section.faqs .faq .faq-header .question {
  color: #0D1C28;
  font-size: 18px;
}
section.faqs .faq .faq-header .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  background-color: white;
  border-radius: 50%;
  color: #455C6D;
  font-size: 36px;
  transition: transform 0.4s ease;
  user-select: none;
}
section.faqs .faq .faq-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
}
section.faqs .faq .faq-body .answer {
  color: #65676F;
  padding-top: 16px;
  font-size: 14px;
}
section.faqs .faq.active {
  background-color: #F5F0EC;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-color: transparent;
}
section.faqs .faq.active .icon {
  transform: rotate(45deg);
}
section.faqs .faq.active .faq-body {
  opacity: 1;
}

@media (max-width: 1120px) {
  section.faqs {
    margin-top: 64px;
    padding: 32px 20px;
  }
  section.faqs .faqs-box {
    width: 100%;
  }
  section.faqs .faq {
    padding: 16px;
  }
  section.faqs .faq .faq-header .question {
    font-size: 16px;
  }
  section.faqs .faq .faq-header .icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    font-size: 32px;
  }
}
section.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 120px 32px 0;
}
section.contact form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 650px;
  margin: 32px auto 0;
  padding: 56px 32px 32px;
  background-color: #FEFBF7;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 24px;
}
section.contact .wide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 4px;
  background-color: #E8EBED;
  border-radius: 12px;
}
section.contact .wide input[type=radio] {
  display: none;
}
section.contact .wide input[type=radio]:checked + label {
  background-color: #ffffff;
}
section.contact .wide input[type=radio]:not(:checked) + label {
  background-color: transparent;
}
section.contact .wide label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #102433;
  background-color: transparent;
  transition: 0.2s ease;
}
section.contact .form-aux {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin: 0 auto;
}
section.contact .form-aux .col2 {
  display: flex;
  gap: 12px;
}
section.contact .form-aux .col2 .form-item {
  flex: 1;
}
section.contact .form-aux .form-bot {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 12px;
}
section.contact .form-aux .form-bot .response {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 10px 24px;
}
section.contact .form-aux .form-bot .response span {
  font-size: 16px;
  font-weight: 600;
  color: #02542D;
}
section.contact .form-aux .form-bot .response img {
  width: 16px;
}
section.contact .form-aux .form-bot p {
  text-align: center;
  font-size: 12px;
  color: #647684;
  padding: 8px 0;
}
section.contact .form-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
section.contact .form-item label {
  font-size: 14px;
  font-weight: 600;
  color: #0D1C28;
}
section.contact .form-item input,
section.contact .form-item select {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 16px;
  font-size: 14px;
  border: 1px solid #B7C0C6;
  border-radius: 8px;
  background-color: #E8EBED;
  color: #0D1C28;
  outline: none;
}
section.contact .form-item input::placeholder,
section.contact .form-item select::placeholder {
  color: #647684;
}
section.contact .form-item input[name=phone],
section.contact .form-item select[name=phone] {
  direction: ltr;
}
section.contact .form-item input.has-error,
section.contact .form-item select.has-error {
  border-color: #C00F0C;
}
section.contact .form-item select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23647684' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: left 16px center;
  background-size: 14px;
  padding-left: 40px;
}
section.contact .form-item select:focus,
section.contact .form-item input:focus {
  border-color: #8FA3B0;
}
section.contact .form-item input[type=submit] {
  background-color: #173348;
  color: #E8EBED;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
  border: none;
  cursor: pointer;
  transition: 0.2s ease;
}
section.contact .form-item input[type=submit]:disabled {
  background-color: #B7C0C6;
  color: #FEFBF7;
  cursor: not-allowed;
}
section.contact .form-item .field-error {
  display: none;
  font-size: 12px;
  font-weight: 500;
  color: #C00F0C;
}

@media (max-width: 920px) {
  section.contact form {
    width: 100%;
    padding: 56px 20px 32px;
    box-shadow: unset;
  }
  section.contact .form-aux .col2 {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  section.contact {
    padding: 64px 0 0;
  }
}
@media (max-width: 960px) {
  section h2.sectionTitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  main {
    width: calc(100% - 64px);
  }
  section h2.sectionTitle {
    font-size: 24px;
  }
  #back {
    background-size: auto 60px;
  }
}