:root {
  --pixel: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
}

#wpadminbar {
  display: none !important;
}

.section {
  padding: 0 15px;
}

.title {
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 150%;
  text-align: center;
  margin: 0 auto;
  color: #2e2e2e;
}

.form-wrap {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}

.form-wrap picture img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-wrap .arrow {
  width: calc(50% + 100px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  background: rgba(53, 112, 201, 0.75);
  clip-path: polygon(
    0 0,
    0 100%,
    calc(100% - 100px) 100%,
    100% 50%,
    calc(100% - 100px) 0%,
    100% 0
  );
  bottom: 0;
  top: 0;
}

.form-wrap .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 56px 0 100px;
}

.form-wrap__title {
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: 800;
  font-size: 45px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
}

.form-wrap_2 .form-wrap__title,
.form-wrap_3 .form-wrap__title,
.form-wrap_4 .form-wrap__title,
.form-wrap_5 .form-wrap__title,
.form-wrap_6 .form-wrap__title {
  margin-top: -50px;
}

.form-wrap__sub-title {
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 30px;
  border-left: 4px solid #56b845;
  padding-left: 17px;
}

.form-wrap .text {
  position: relative;
  width: 100%;
  max-width: 50%;
}

.form-wrap__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-wrap__list li {
  padding-left: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  position: relative;
}

.form-wrap__list li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #56b845;
  border-radius: 50%;
  border: 4px solid #ddeddf;
  position: absolute;
  left: 0;
  top: 7px;
}

a[name^="anchor"]::before {
  display: block;
  content: "";
  height: 0;
  margin: 0 0 0;
}

.form-wrap_1 .text {
  max-width: calc(40% - 50px);
}

.form-wrap_1 .arrow {
  width: calc(40% + 100px);
}

.anchors {
  padding: 0 15px;
  border-bottom: 1px solid #dde4ea;
}

.anchors__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  gap: 120px;
}

.anchors__item {
  list-style: none;
}

.anchors__item a {
  padding: 24px 0;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  display: block;
}

.benefits {
  margin-top: 120px;
}

.benefits .title {
  margin-bottom: 50px;
  max-width: 900px;
}

.benefits .wrap {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.benefits__list {
  list-style: none;
  gap: 24px;
  display: grid;
  grid-template-rows: 100px auto;
  grid-template-columns: 1fr;
  flex: 0 0 calc(50% - 12px);
}

.benefits__item {
  background-position: 24px 24px;
  background-repeat: no-repeat;
  background-color: #f5f7fa;
  display: flex;
  min-height: 370px;
  flex-direction: column;
  padding: 22px 30px 30px 190px;
}

.benefits_en .benefits__item {
  min-height: 280px;
}

.benefits__item:first-child {
  background: #3570c9;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
  min-height: 100px;
  align-items: center;
  padding: 0;
}

.benefits__item:first-child .benefits__title {
  background: #3570c9;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-items: center;
}

.benefits__title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #2e2e2e;
  margin-bottom: 10px;
}

.benefits__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #2e2e2e;
}

.benefits__item.item-1,
.benefits__item.item-2,
.benefits__item.item-3,
.benefits__item.item-4,
.benefits__item.item-5,
.benefits__item.item-6,
.benefits__item.item-7,
.benefits__item.item-8,
.benefits__item.item-9,
.benefits__item.item-10 {
  background-image: var(--pixel);
}

.for-who {
  margin-top: 120px;
}

.for-who .title {
  margin-bottom: 50px;
}

.for-who__list {
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 1fr 1fr;
}

.for-who__item {
  position: relative;
  text-align: center;
  counter-increment: section;
  list-style: none;
}

.for-who__item::before {
  content: counter(section);
  position: absolute;
  width: 46px;
  height: 46px;
  left: 0;
  right: 0;
  margin: auto;
  top: 10px;
  background: #3570c9;
  border-radius: 50% 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0.9;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 170%;
  text-align: center;
  color: #ffffff;
  transform: translate(-84px, 10px);
}

.for-who__img {
  margin: 0 auto 30px;
  width: 185px;
  height: 185px;
}

.for-who__text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
}

.passport {
  display: grid;
  grid-template-columns: 336px 1fr;
  grid-template-rows: 1fr 130px;
  margin-top: 165px;
}

.passport__img {
  grid-row: 1 / -1;
  position: relative;
  z-index: 1;
}

.passport__text {
  padding-left: 65px;
}

.passport .title {
  text-align: left;
  margin-bottom: 40px;
  margin-top: 30px;
}

.passport__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  max-width: 850px;
}

.passport__stat {
  background: #f5f7fa;
  padding-left: 85px;
  list-style: none;
  display: flex;
  gap: 65px;
  position: relative;
  left: -20px;
  z-index: 0;
}

.passport__item {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 170%;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.passport__label {
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
}

.map {
  margin-top: 120px;
}

.map .title {
  margin-bottom: 70px;
}

.map__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
}

.map__img {
  flex: 0 1 100%;
  width: calc(100% - 383px);
}

.map__list {
  flex: 0 0 323px;
}

.map__list p {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}

.map__list ul {
  list-style: none;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}

.map__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.map__list li:before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: block;
  flex: 0 0 21px;
}

.map__list .item1:before {
  background-color: #b31f33;
}

.map__list .item2:before {
  background-color: #00b240;
}

.map__list .item3:before {
  background-color: #98e902;
}

.map__list .item4:before {
  background-color: #00caa2;
}

.map__list .item5:before {
  background-color: #0ed857;
}

.map__list .item6:before {
  background-color: #a7aeba;
}

.form-wrap_2,
.form-wrap_3,
.form-wrap_4,
.form-wrap_5,
.form-wrap_6 {
  margin-top: 120px;
  height: 540px;
}

.form-wrap_2 {
  margin-top: 150px;
}

.why .title {
  margin-top: 165px;
  margin-bottom: 12px;
  max-width: 700px;
}

.why__desc,
.premium__desc {
  margin-bottom: 50px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.why__text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.premium__text {
  display: flex;
  flex-direction: column;
}

.why__list,
.premium__list {
  list-style: none;
}

.premium__list {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.solo-item .premium__list {
  margin: auto;
  max-width: 50%;
}

.why__list li,
.premium__list li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 30px;
}

.premium__list li {
  flex: 1 0 calc(50% - 15px);
  margin-bottom: 0;
}

.why__list strong::before,
.premium__list strong::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #3570c9;
  margin-right: 15px;
}

.why__list strong,
.premium__list strong {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  display: block;
  margin-bottom: 15px;
}

.why__img {
  margin-bottom: 40px;
}

.premium .title {
  margin-top: 120px;
  margin-bottom: 12px;
}

.solo-item {
  padding-top: 60px;
  padding-bottom: 60px;
  box-shadow: 0px 4px 30px rgba(148, 144, 144, 0.1);
}

.how-works .title {
  margin-top: 165px;
  margin-bottom: 58px;
}

.how-works__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.how-works__item {
  width: 25%;
  margin-bottom: 42px;
  position: relative;
  text-align: center;
  counter-increment: section;
  list-style: none;
  padding: 0 12px;
  box-sizing: border-box;
}

.how-works__item:before {
  content: counter(section);
  position: absolute;
  width: 46px;
  height: 46px;
  left: 0;
  right: 0;
  margin: auto;
  top: 10px;
  background: #3570c9;
  border-radius: 50% 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0.9;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 170%;
  text-align: center;
  color: #ffffff;
  transform: translate(-84px, 10px);
}

.how-works__img {
  margin: 0 auto 30px;
  width: 185px;
  height: 185px;
}

.how-works__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
}

.how-works__text strong {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  margin-bottom: 10px;
}

.our-clinics .title {
  margin-top: 120px;
  margin-bottom: 15px;
}

.our-clinics__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  max-width: 750px;
  margin: 0 auto 60px;
}

.our-clinics__list {
  list-style: none;
  position: relative;
  display: grid;
  grid-template-rows: none;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
}

.our-clinics__item {
  padding: 12px;
  box-sizing: border-box;
}

.our-clinics__img {
  display: block;
  max-width: 100%;
}

.our-clinics__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  padding: 30px 40px 40px;
}

.our-clinics .tab-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  height: 74px;
  color: #2e2e2e;
  position: relative;
  grid-column-start: 1;
  border-bottom: 1px solid #dde4ea;
  cursor: pointer;
}

.our-clinics .tab-title:first-child {
  border-top: 1px solid #dde4ea;
}

.our-clinics .tab-content {
  display: flex;
  flex-direction: column;
  grid-column: 2/2;
  z-index: 1;
  grid-row: 6/-2;
  transition: all 0.2s ease-out;
  background-color: #f5f7fa;
  height: 0;
  overflow: hidden;
}

.our-clinics .isOpen + .tab-content {
  z-index: 2;
  height: 100%;
}

.our-clinics .tab-title.isOpen {
  background: #3570c9;
  color: #ffffff;
  border-color: #3570c9;
  position: relative;
  cursor: default;
}

.our-clinics .tab-title.isOpen:after {
  content: "";
  background: url("/wp-content/themes/intworld/app/img/canada/arrow-tab.svg")
    no-repeat 100% 100%;
  display: block;
  position: absolute;
  height: 13px;
  width: 13px;
  right: -38px;
}

.form-wrap_text .form-wrap {
  background-color: #e6ecf5;
  background: radial-gradient(
    61.46% 144.85% at 44.79% 109.96%,
    #e6ecf5 0%,
    rgba(245, 247, 250, 0.5) 100%
  );
  max-height: 555px;
}

.form-wrap_text .title {
  margin-top: 120px;
  margin-bottom: 50px;
}

.form-wrap_text .text {
  max-width: 65%;
}

.form-wrap_text .wrap {
  align-items: flex-start;
  gap: 30px;
}

.form-wrap__text1 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 32px;
  display: flex;
  flex-direction: row;
}

.form-wrap__text1 {
  display: flex;
}

.form-wrap__text1 p {
  margin: 15px 0 0;
}

.form-wrap__text1 img {
  width: 192px;
  height: 100%;
}

.form-wrap__text2 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 32px;
}

.form-wrap__text3 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.form-wrap__text3 li {
  display: flex;
  gap: 15px;
  width: calc(50% - 12px);
  align-items: center;
}

.form-wrap__text3 strong {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 130%;
  text-align: center;
  color: #3570c9;
}

.form-wrap__text3 p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
}

.form-wrap__img {
  margin-right: 36px;
}

.safe {
  margin-top: 165px;
  margin-bottom: 120px;
}

.safe__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 62px;
}

.safe__img-block {
  display: grid;
  grid-template-columns: 279px 1fr;
  grid-template-rows: 255px 1fr;
  gap: 10px;
}

.safe__img-block img:nth-child(1) {
  grid-row: 1/2;
}

.safe__img-block img:nth-child(2) {
  grid-row: 2/-1;
}

.safe__img-block img:nth-child(3) {
  grid-row: 1/-1;
}

.safe__text-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.safe .title {
  text-align: left;
  margin-bottom: 22px;
  margin-left: 0;
}

.safe .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  max-width: 500px;
  margin-bottom: auto;
}

.safe__list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 0;
  margin-top: auto;
}

.safe__item {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  background: #3570c9;
  padding: 30px;
}

.safe__item strong {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 80px;
  padding-left: 100px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.safe__item.item1 strong {
  background-image: url(/wp-content/themes/intworld/app/img/canada/icons/icon-safe-1.svg);
}

.safe__item.item2 strong {
  background-image: url(/wp-content/themes/intworld/app/img/canada/icons/icon-safe-2.svg);
}

.safe__item.item3 strong {
  background-image: url(/wp-content/themes/intworld/app/img/canada/icons/icon-safe-3.svg);
}

.safe__item.item4 strong {
  background-image: url(/wp-content/themes/intworld/app/img/canada/icons/icon-safe-4.svg);
}

.packages {
  background: #f5f7fa;
  padding-bottom: 120px;
}

.packages .title {
  margin-top: 120px;
  margin-bottom: 50px;
}

.packages__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
}

.packages__item {
  padding: 15px 15px 30px;
  background: #ffffff;
  box-shadow: 0px 11px 22px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.package-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #3570c9;
  background: #f5f7fa;
  height: 55px;
  margin-bottom: 20px;
}

.package-title span {
  position: relative;
  display: inline-block;
}

.package-title.star span:before {
  content: "";
  background-image: url(/wp-content/themes/intworld/app/img/canada/star.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  top: 10px;
  left: -42px;
}

.package-price {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 170%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.package-options {
  border-top: 1px solid #a5b3c5;
  padding-top: 30px;
  list-style: none;
  margin-bottom: 20px;
}

.package-option {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.package-option:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #56b845;
  border-radius: 50%;
  border: 4px solid #ddeddf;
  position: absolute;
  left: 0;
  top: 3px;
  box-sizing: content-box;
}

.package-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  width: 100%;
  height: 56px;
  background: #56b845;
  color: white;
  border: none;
  box-shadow: 0px 15px 30px rgba(79, 196, 59, 0.17);
  margin-top: auto;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
}

.package-btn:hover {
  box-shadow: none;
}

.form-wrap_5 {
  margin-top: 0;
}

.cooperation .title {
  margin-bottom: 50px;
}

.cooperation__wrap {
  display: flex;
  gap: 40px;
  margin-top: 165px;
}

.cooperation__wrap > div {
  padding-left: 15px;
}

.cooperation__list {
  list-style: none;
  flex: 0 0 calc(50% - 30px);
}

.cooperation__item {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  padding-left: 104px;
  min-height: 84px;
  margin-bottom: 40px;
  background-position: 0 center;
  background-repeat: no-repeat;
}

.cooperation__list .item1 {
  background-image: url("/wp-content/themes/intworld/app/img/canada/icons/cooperation-icon-1.svg");
}

.cooperation__list .item2 {
  background-image: url("/wp-content/themes/intworld/app/img/canada/icons/cooperation-icon-2.svg");
}

.cooperation__list .item3 {
  background-image: url("/wp-content/themes/intworld/app/img/canada/icons/cooperation-icon-3.svg");
}

.cooperation__item strong {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 15px;
  display: block;
}

.cooperation__img {
  flex: 0 0 calc(50% - 30px);
  object-fit: cover;
  width: 100%;
  height: auto;
}

.smi {
  margin-top: 120px;
}

.smi .title {
  margin-bottom: 16px;
}

.smi__desc {
  margin: 0 auto 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #2e2e2e;
  max-width: 845px;
}

.smi__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.smi__item {
  border: 1px solid #f5f7fa;
  border-radius: 2px;
  margin-bottom: 24px;
  width: calc((100% - (24px * 3)) / 4);
  height: 174px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.smi__item img {
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
}

.smi__item:hover img {
  transform: scale(1.1);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.canada .smi {
  margin-bottom: 0;
}

.canada .payment__img img {
  width: 60px;
  height: 60px;
}

.faq .title {
  margin-top: 120px;
  margin-bottom: 15px;
}

.faq .title-sub {
  margin-bottom: 50px;
  text-align: center;
}

.accordion-items {
  max-width: 1170px;
  margin: 0 auto;
}

.accordion-items .item {
  padding: 20px;
  background: #ffffff;
  border: 1px solid #f5f7fa;
  box-shadow: 0px 15px 30px rgba(148, 144, 144, 0.05);
  margin-bottom: 15px;
}

.accordion-items .accordion {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  position: relative;
  padding: 0 100px 0 0;
  background: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
}

.accordion-items .accordion:before {
  content: "";
  background: url("/wp-content/themes/intworld/app/img/canada/arrow.svg")
    no-repeat 100% 100%;
  background-size: contain;
  position: absolute;
  right: 26px;
  top: 50%;
  width: 20px;
  height: 12px;
  transform: translateY(-50%) rotateX(180deg);
  transition: all 0.3s;
}

.accordion-items .isOpen.accordion {
  margin-bottom: 20px;
}

.accordion-items .isOpen.accordion:before {
  transform: translateY(-50%) rotateX(0deg);
}

.accordion-items .isOpen + .panel {
  max-height: none;
}

.accordion-items .panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding: 0 100px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
}

.info_more_btn::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  background-image: url(/wp-content/themes/intworld/app/img/canada/arrow_blue_btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.modal-wrap {
  display: none;
}

.form-wrap_6 {
  margin-bottom: 120px;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .safe {
    padding-bottom: 60px;
    margin-top: 60px;
  }

  .safe__wrap {
    display: flex;
    flex-direction: column;
    column-gap: 0;
  }

  .safe .title {
    margin: 0 auto 22px;
    text-align: center;
    width: 100%;
  }

  .safe.section .desc {
    margin-bottom: 24px;
    text-align: center;
    max-width: none;
    font-size: 16px;
  }

  .safe__img-block {
    display: grid;
    grid-template-columns: 45% 55%;
    grid-template-rows: 35% 65%;
    gap: 10px;
    width: 100%;
    order: 2;
    margin-top: 30px;
    overflow: hidden;
  }

  .safe__img-block img {
    grid-row: 1/2;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .form-wrap_text .form-wrap {
    max-height: none;
  }

  .form-wrap_5 {
    height: auto;
  }

  .why__text {
    grid-template-columns: 50% 50%;
    overflow: hidden;
  }

  .why__list {
    padding-left: 20px;
  }

  .premium__list {
    margin: 0px 20px 50px;
  }

  .why__img {
    max-width: 100%;
  }
}

.canada .partner {
  margin-bottom: 0;
}

.canada .smi {
  margin-top: 0;
}

/* Modal Wrap - Start */
.modal .form {
  background: #ffffff;
  -webkit-box-shadow: -30px 30px 43px rgba(0, 0, 0, 0.2);
  box-shadow: -30px 30px 43px rgba(0, 0, 0, 0.2);
  width: 456px;
  min-width: 456px;
  padding: 36px 50px 58px;
}

@media (max-width: 1200px) {
  .modal .form {
    width: 416px;
    min-width: 416px;
    padding: 36px 30px 58px;
  }
}

@media (max-width: 960px) {
  .modal .form {
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }
}

@media (max-width: 430px) {
  .modal .form {
    width: 100%;
    padding: 30px 15px;
    min-width: auto;
  }
}

.modal .form p {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #2e2e2e;
  margin-bottom: 20px;
}

.modal .form p b {
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}

@media (max-width: 960px) {
  .modal .form p {
    font-size: 16px;
    margin: 0 auto 14px;
    max-width: 300px;
  }
}

@media (max-width: 350px) {
  .modal .form p {
    font-size: 14px;
  }
}

.modal .form form label {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #2e2e2e;
}

.modal .form form label i {
  color: #fb4b53;
  opacity: 0.7;
  font-style: normal;
  margin-right: 2px;
}

.modal .form form input {
  outline: none;
  background: #ffffff;
  border: 1px solid #dde4ea;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 48px;
  padding: 14px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #2e2e2e;
  margin-top: 8px;
}

.modal .form form input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #a5b3c5;
}

.modal .form form input::-moz-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #a5b3c5;
}

.modal .form form input:-ms-input-placeholder {
  color: #8b8b8b;
  font-size: 16px;
}

.modal .form form input:-moz-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #a5b3c5;
}

.modal .form form input.error {
  border: 1px solid red;
}

.modal .form form .submit-btn {
  position: relative;
  margin-top: 14px;
  margin-left: 15px;
  width: calc(100% - 15px);
  height: 56px;
  border: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #ffffff;
  background: #56b845;
  -webkit-box-shadow: 0px 15px 30px rgba(79, 196, 59, 0.17);
  box-shadow: 0px 15px 30px rgba(79, 196, 59, 0.17);
}

.modal .form form .submit-btn:hover {
  background: #379627;
}

.modal .form form span.info {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
  display: block;
  margin: -6px 0 30px 0;
}

.modal-wrap,
.modal-wrap {
  background: rgba(4, 32, 53, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.modal-wrap:target,
.modal-wrap:target,
.modal-wrap.visible {
  display: flex;
  align-items: center;
}

.modal-wrap .modal {
  display: flex;
  position: relative;
}

.modal-wrap .left {
  width: 440px;
  background: url(/wp-content/themes/intworld/app/img/canada/modal_img_canada.jpg)
    no-repeat center;
  background-size: cover;
}

.modal-wrap .modal .close,
.modal-wrap .modal .close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.modal-wrap .modal .close:before,
.modal-wrap .modal .close:after,
.modal-wrap .modal .close:before,
.modal-wrap .modal .close:after {
  content: "";
  position: absolute;
  top: 8px;
  left: -4px;
  background: #c9dfff;
  height: 3px;
  width: 28px;
  transform: rotate(45deg);
}

.modal-wrap .modal .close:hover:before,
.modal-wrap .modal .close:hover:after,
.modal-wrap .modal .close:hover:before,
.modal-wrap .modal .close:hover:after {
  background: #2e2e2e;
}

.modal-wrap .modal .close:after,
.modal-wrap .modal .close:after {
  transform: rotate(-45deg);
}

.modal .label-btn::before {
  left: -14px;
}

@media (max-width: 1024px) {
  .modal-wrap .left {
    display: none;
  }
}
@media (max-width: 430px) {
  .modal-wrap .modal .close-form {
    right: 30px;
  }
}
/* Modal Wrap - End */
