.d-flex {
  display: flex;
  align-items: center;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: .2s all ease;
}

.site-header.sticky {
  transform: translateY(-44px);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
}

.site__header-top {
  background: #E9E9E9;
  justify-content: space-between;
  align-items: initial;
}

.site__header__top__start-box {
  gap: 10px;
}

.site__header__top-start {
  padding: 10px 0;
  padding-left: 60px;
  gap: 34px;
}

.site__header__top__start__box-txt p,
.site__header__top__start__box-txt a {
  color: #68696C;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  transition: .2s all ease;
  border-bottom: 1px dashed transparent;
}

.site__header__top-end {
  background: #3D90D7;
  padding-right: 60px;
  gap: 7px;
}

.site__header__top__end-social h6 {
  color: #FCC9D3;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.site__header__top__end-social {
  gap: 20px;
}

.site__header__top__end__social-row {
  gap: 10px;
}

.site__header__top__end__social-row a {
  width: 26px;
  height: 26px;
  justify-content: center;
  border-radius: 13px;
  background: #FFF;
  transition: .2s all ease;
}

.site__header__top__end__social-row a img {
  transition: .2s all ease;
}

.site__header__top__end__social-row a:hover img {
  scale: 1.55;
}

.site__header-bottom {
  background: #FFF;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.10);
  justify-content: space-between;
  padding: 19px 60px;
}

.logo {
  margin-right: 115px;
}

.navigation-list {
  gap: 45px;
}


.sub-menu {
  border-radius: 4px;
  min-width: 280px;
  position: absolute;
  left: -1px;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: .3s ease-in-out;
}

.sub-menu a {
  font-weight: 300;
  font-size: 14px;
  line-height: 36px;
  border-bottom: 0.6px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  width: 100%;
  display: block;
  transition: .4s all ease-out;
}

.sub-menu a:hover {
  background: #3D90D7;
  color: #fff !important;

}

.navigation-list li:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.current-menu-item a {
     color: #3D90D7 !important;
}

.navigation-list li {
  position: relative;
}

.navigation-list a {
  color: #363636;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  transition: .2s all ease;
}

.navigation-list a:hover {
  color: #3D90D7;
}

.btn {
  font-family: var(--manro);
  height: 52px;
  padding: 17px 50px;
  transition: .2s all ease;
  border: 1px solid transparent;
  max-width: max-content;
}

.btn-orange {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  background: #FF5722;
}

.btn-orange:hover {
  background: #fff;
  color: #FF5722;
  border-color: #FF5722;
}

.site__header__bottom-end {
  gap: 32px;
}

.site__header__bottom__end-question {
  gap: 10px;
}

.site__header__bottom__end__question-txt h5 {
  color: #68696C;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 7px;
}

.site__header__bottom__end__question-txt p {
  color: #68696C;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.site__header__bottom__end__question-txt a {
  color: #363636;
  font-size: 16px;
  font-weight: 600;
  transition: .2s all ease;
}

.site__header__bottom__end__question-txt a:hover {
  color: #3D90D7;
}

.site__header__top__start__box-txt a:hover {
  border-color: #3D90D7;
  color: #3D90D7;
}

main {
  padding-top: 133px;
}

.hero__block-slider {
  position: relative;
}

.hero__swiper-box {
  padding: 160px 0;
  min-height: 750px;
}

.hero__swiper-box h3 {
  color: #FFF;
  font-size: 64px;
  font-weight: 800;
  line-height: 72px;
  margin-bottom: 32px;
}

.hero__swiper-box p {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.hero__swiper__box-list {
  gap: 15px;
  margin-bottom: 34px;
}

.hero__swiper__box-list li {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}

.hero__swiper__box-list li {
  gap: 5px;
}

.hero__block-slider .btn-orange {
  font-size: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.arr-style::after {
  display: none;
}

.arr-style {
  width: 55px;
  height: 55px;
  background: rgba(255, 255, 255, 0.20);
  justify-content: center;
  border: 0;
  outline: 0;
}

.hero-next {
  right: 60px;
  top: 49.5%;
}

.hero-prev {
  left: auto;
  right: 60px;
  top: 40.5%;
}

.hero-pag {
  max-width: max-content;
  top: 0% !important;
  left: -360px !important;
  rotate: 90deg;
}

.hero-pag .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  cursor: pointer;
}

.about__block-row {
  gap: 65px;
  align-items: flex-start;
}

.about__block__row-end {
  max-width: calc(100% - 595px);
}

.about__block__row__start-column {
  position: relative;
}

.about__block__row__start__column-img:first-child {
  border: 4px solid #FFF;
  margin-left: 122px;
  position: relative;
}

.about-block {
  background: #F2FBFF;
  padding: 105px 0 70px;
}

.all-title h6 {
  color: #727272;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.all__title-hr {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2px;
  width: 68px;
  background: #3D90D7;
  position: relative;
  margin-bottom: 8px;
}

.all__title-hr::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.all__title-hr::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #3D90D7;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.all-title h2 {
  color: #16171A;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 17px;
}

.all-title p,
.all-title ul li {
  color: #727272;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.about__block__row__end-list {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.about__block__row__end__list-row {
  gap: 30px;
  align-items: initial;
}

.about__block__row__end__list__row-txt {
  max-width: calc(100% - 115px);
  padding-left: 30px;
  border-left: 2px solid #E3DBD8;
  position: relative;
}

.about__block__row__end__list__row-txt h5 {
  color: #16171A;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.about__block__row__end__list__row-txt p {
  color: #727272;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.about__block__row__end__list__row-img {
  width: 84px;
}

.about__block__row__end__list__row-txt::before {
  content: "";
  width: 5px;
  height: 17px;
  display: block;
  position: absolute;
  top: 50%;
  left: -7px;
  transform: translateY(-50%);
  background: url(../img/main/border-left.svg)no-repeat;
  background-size: contain;
}

.about__block__row__start__column-txt {
  background: #FFF;
  padding: 22px 50px 22px 40px;
  max-width: max-content;
  border-left: 5px solid #3D90D7;
  margin-left: auto;
  margin-right: 50px;
  margin-top: -50px;
  z-index: 1;
  position: relative;
}

.about__block__row__start__column-txt h5 {
  color: #3D90D7;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  position: relative;
}

.about__block__row__start__column-txt p {
  color: #727272;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.about__block__row__start__column-txt span {
  content: "";
  position: absolute;
  width: 91px;
  height: 128px;
  right: -30px;
  top: 22px;
  z-index: -6;
}

.about__block__row__start__column-img:last-child {
  margin-top: -200px;
}

.about__block__row__start__column-txt::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.about__block__row__start__column-txt::after {
  content: "";
  width: 7px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 0px;
  background: url(../img/main/border-right-orange.svg)no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.all-title.d-flex {
  gap: 40px;
  align-items: flex-end;
}

.all__title-end {
  max-width: 566px;
  margin-left: auto;
}

.all__title-start {
  max-width: 570px;
}

.offer-block {
  background: linear-gradient(90deg, #F4EFED 0%, #FFF 50%);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.04);
  padding: 50px 0 95px;
}

.offer__block-row {
  margin-top: 65px;
  gap: 32px;
  flex-wrap: wrap;
}

.offer__block__row-box {
  width: calc(50% - 16px);
  position: relative;
  overflow: hidden;
}

.offer__block__row__box-title {
  position: absolute;
  bottom: 10px;
  left: 38px;
  max-width: 100%;
  transform: translateY(100px);
  transition: .5s all ease;
}

.offer__block__row__box-title h4 {
  color: #FFF;
  font-size: 22px;
  font-weight: 800;
  line-height: 27px;
  position: relative;
	max-width:80%

}

.offer__block__row__box-title p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  margin: 5px 0 17px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.btn-white {
  padding: 6px 16px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  background: #fff;
  height: auto;
  border: 1px solid transparent;
}

.btn-white:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.offer__block__row__box__title-hidden {
  transform: translateY(40px);
  transition: .4s all ease;
  max-width: 460px;
}

.offer__block__row-box:hover .offer__block__row__box-title {
  transform: translateY(0);
}

.offer__block__row-box:hover .offer__block__row__box__title-hidden {
  transform: translateY(0);
}

.offer__block__row__box-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgba(61, 144, 215, 1) 0%, rgba(61, 144, 215, 0.64) 100%) 50% / cover no-repeat;
  transition: .5s all ease;
  opacity: .6;
}

.offer__block__row-box:hover .offer__block__row__box-img::before {
  opacity: 1;
}

.all-title .all__title-start h2 {
  margin: 0;
  max-width: 530px;
}

.offer__block__row__box-title h4::after {
  content: "";
  width: 23px;
  height: 70px;
  border-radius: 4px;
  background: #FFF;
  position: absolute;
  left: -43px;
  top: 50%;
  transform: translateY(-50%);
}

.request-block {
  background: #3D90D7;
  padding: 35px 0;
}

.request__block__row-end {
  margin-left: auto;
}

.request__block__row-start h4 {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.request__block-row {
  position: relative;
}

.request__block-row::after {
  content: "";
  width: 150px;
  height: 122px;
  position: absolute;
  top: 50%;
  left: -250px;
  transform: translateY(-50%);
  background: url(../img/main/request-x-ic.png)no-repeat;
  background-size: contain;
}

.sp-block {
  padding: 70px 0 75px;
  background: #F1FBFF;
}

.sp__block-row {
  gap: 30px;
}

.sp__block__row-box {
  gap: 20px;
  width: calc(100% / 4 - 22px);
}

.sp__block__row__box-txt h5 {
  color: #000;
  font-size: 19px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1px;
}
.sp__block__row__box-img img {
	min-width:64px;
	max-width:64px;
}

.sp__block__row__box-txt p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.awards-block {
  padding: 120px 0;
  background: url(../img/main/awards-bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}

.awards__block__row-start .all-title h6,
.awards__block__row-start .all-title h2,
.awards__block__row-start .all-title p {
  color: #fff;
}

.awards__block__row-start .all__title-hr {
  background: #fff;
}

.all__title-row {
  gap: 40px;
  margin-top: 30px;
}

.all__title-row p {

}

.awards__block__row-start {
  max-width: 570px;
}

.awards__block__row-end {
  gap: 20px;
  margin-left: auto;
}

.awards__block__row__end-box {
  padding: 27px 20px 57px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: calc(100%/3 - 13px);
  text-align: center;
  position: relative;
}

.awards__block__row__end__box-year h5 {
  color: #68696C;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.awards__block__row__end__box-title h4 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  max-width: 100px;
}

.awards__block__row__end-box::before {
  content: "";
  width: 100%;
  height: 20px;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url(../img/main/frame-adw.png)no-repeat;
  background-size: contain;
}

.awards__block__row__end-box::after {
  content: "";
  width: 120px;
  height: 20px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/main/blur-awd.png)no-repeat;
  background-size: contain;
  background-position: center;
}

.all__title-list li {
  gap: 10px;
}

.smart-block {
  padding: 120px 0 75px;
  background: #F1FBFF;
}

.smart-block .all-title {
  text-align: center;
}

.smart-block .all__title-hr {
  margin: 0 auto 8px;
  background: #E20935;
}

.smart-block .all__title-hr::after {
  border-color: #E20935;
}

.smart-block .all-title h2 {
  max-width: 565px;
  margin: 0 auto 17px;
}

.all-title h5 {
  color: #727272;
  font-size: 20px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin: 30px 0;
}

.smart-block .all-title p {
  max-width: 965px;
  margin: 0 auto;
}

.smart__block-row {
  margin-top: 50px;
  flex-wrap: wrap;
  gap: 50px 30px;
}

.smart__block__row-box {
  width: calc(100% / 3 - 20px);
  gap: 9px;
  padding: 55px 0;
  position: relative;
}

.smart__block__row__box-number {
  width: 127px;
  height: 127px;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
  justify-content: center;
  color: #3D90D7;
  text-align: center;
  font-size: 56px;
  font-weight: 800;
  position: relative;
}

.smart__block__row__box-txt {
  max-width: calc(100% - 136px);
}

.smart__block__row__box-txt h4 {
  color: #16171A;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 4px;
  max-width: 230px;
}

.smart__block__row__box-txt p {
  color: #727272;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.smart__block__row-btn {
  margin: 75px auto 0;
}

.smart__block__row-btn .btn-orange {
  font-size: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 18px 30px;
}

.smart__block__row__box-number::before {
  content: "";
  width: 121px;
  height: 121px;
  position: absolute;
  bottom: -61px;
  right: -42px;
  background: url(../img/main/number-line.png)no-repeat;
  background-size: contain;
}

.smart__block__row-box::before {
  content: "";
  width: 228px;
  height: 226px;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  background: url(../img/main/dotted-circle.png)no-repeat;
  background-size: contain;
}

.smart__block__row__box-number::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  inset: 0;
}

.smart__block__row__box-number span {
  position: relative;
  z-index: 1;
}

.tabs-block {
  padding: 65px 0 70px;
  position: relative;
}

.tabs-block .all-title {
  max-width: 520px;
}

.tabs-block .all-title h6:last-child {
  max-width: 440px;
  line-height: 27px;
  margin-bottom: 24px;
}

.tabs__block-row {
  align-items: flex-start;
  gap: 85px;
  margin-top: -80px;
  position: relative;
  z-index: 1;
}

.tabs__block__row-end {
  max-width: calc(100% - 600px);
}

.tabs__block__row__start-nav li {
  padding: 17px 0;
  gap: 20px;
  cursor: pointer;
  border-bottom: 1px solid #EDEDED;
}

.tabs__block__row__start-nav li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #3D90D7;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: .2s all ease;
}

.tabs__block__row__start-nav li:first-child {
  border-top: 1px solid #EDEDED;
}

.tabs__block__row__start-nav li.active span {
  background: #FF5722;
}

.tabs__block__row__start-nav li p {
  color: #16171A;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  transition: .2s all ease;
}

.tabs__block__row__start-nav li.active p {
  color: #FF5722;
}

.tabs__block__row-start {
  padding-top: 80px;
}

.tabs__block__row__end__content-txt h6 {
  color: #3D90D7;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.tabs__block__row__end__content-txt h3 {
  color: #000;
  font-size: 27px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 22px;
}

.tabs__block__row__end__content-txt p {
  color: #727272;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.tabs__block__row__end__content-txt p:not(:last-child) {
	margin-bottom:15px;
}

.btn-orange-offset {
  color: #FF5722;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 17px 32px;
  border: 2px solid #FF5722;
  background: #FFF;
}

.tabs__block__row__end__content-txt .btn-orange-offset {
  margin-top: 37px;
}

.btn-orange-offset:hover {
  background: #FF5722;
  color: #fff;
}

.tabs-block::before {
  content: "";
  width: 658px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/main/tabs-bg.png)no-repeat;
  background-size: cover;
}

.reviews__block-slider {
  position: relative;
  max-width: 1400px;
  margin: 40px auto 0;
}

.reviws-block {
  padding: 100px 0 140px;
  background: #EFFAFF;
}

.reviews__swiper-box {
  border-radius: 10px;
  overflow: hidden;
}


.reviews__swiper-box {
  border-radius: 10px;
  border: 1px solid rgba(21, 19, 19, 0.15);
  background: #FFF;
  padding: 25px 25px 15px;
}

.reviews__swiper__box-img {
  margin-bottom: 23px;
}

.reviews__swiper__box-txt {
  margin-bottom: 40px;
}

.reviews__swiper__box-txt p {
  color: #151313;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.reviews__swiper__box-about h6 {
  color: #151313;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -1px;
}

.reviews__swiper__box-about span {
  color: #565656;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.visa__about {
  background: #F2FBFF !important;
}

.blogs-block {
  padding: 80px 0;
  background: url(../img/main/blog-bg.jpg)no-repeat;
  background-size: cover;
}

.blogs-block .all-title {
  text-align: center;
}

.blogs-block .all-title span {
  margin: 0 auto 8px;
}

.blogs-block .all__title-hr::after {
  border: 0;
  background: #3D90D7;
  width: 9px;
  height: 9px;
}

.blogs-block .all__title-hr::before {
  border: 1px solid #3D90D7;
}

.blogs-block .all-title h6 {
  color: #171717;
}

.blogs__block-row {
  flex-wrap: wrap;
  gap: 70px 30px;
  margin-top: 85px;
}

.blogs__block__row-box {
  width: calc(100% / 3 - 20px);
  background: #FFF;
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.09);
}

.blogs__block__row-btn {
  margin: 0 auto;
}

.blogs__block__row-btn .btn-orange {
  font-size: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 18px 30px;
}

.blogs__block__row__box-title {
  margin: 40px 40px 0;
  border-bottom: 1px solid #E3DBD8;
  padding-bottom: 30px;
}

.blogs__block__row__box-title h4 {
  color: #727272;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  padding: 5px 20px;
  background: #F2EDEB;
  max-width: max-content;
  margin-bottom: 14px;
}

.blogs__block__row__box-title h3 {
  color: #16171A;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.blogs__block__row__box-comments {
  margin: 15px 40px;
  max-height: 17px;
  overflow: hidden;
}

.blogs__block__row__box__comments-bottom span {
  color: #727272;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.blogs__block__row__box__comments__top-start {
  gap: 2px;
}

.blogs__block__row__box__comments__top__start-txt {
  color: #727272;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.blogs__block__row__box__comments__top-end {
  margin-left: auto;
}

.blogs__block__row__box__comments-bottom {
  gap: 2px;
  transition: .2s all ease;
  max-width: max-content;
}

.blogs__block__row__box__comments-top {
  transition: .2s all ease;
}

.blogs__block__row__box-comments:hover .blogs__block__row__box__comments-top {
  transform: translateY(-20px);
}

.blogs__block__row__box-comments:hover .blogs__block__row__box__comments-bottom {}

.contact-block {
  padding: 75px 0 110px;
  background: url(../img/main/contact-bg.png)no-repeat;
  background-position: top center;
  background-color: #EFFAFF;
}

.contact-block .all-title {
  text-align: center;
}

.contact-block .all-title span {
  margin: 0 auto 18px;
}

.contact__block-row {
  background: #3D90D7;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
  align-items: initial;
  padding: 20px;
  margin-top: 50px;
  gap: 20px;
}

.contact__block__row-start {
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  padding: 60px;
  max-width: 740px;
}

.fancybox__content .contact__block__row-start {
  box-shadow: none;
  padding: 0;
}

.contact__block__row__start-form {
  flex-wrap: wrap;
  gap: 10px;
}

.contact__block__row-start h2 {
  color: #16171A;
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 15px;
}

.w-50 {
  width: calc(50% - 5px);
}

.contact__block__row__start__form-label input {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  height: 52px;
  width: 100%;
  background: #F2EDEB;
  border: 0;
  outline: 0;
  padding-left: 20px;
  font-family: var(--manro);
}

.contact__block__row__start__form-label textarea {
  color: #939393;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  height: 122px;
  width: 100%;
  background: #F2EDEB;
  border: 0;
  outline: 0;
  padding: 20px;
  resize: none;
  font-family: var(--manro);
}

.w-100 {
  width: 100%;
}

.contact__block__row__start__form-label select {
  color: #939393;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  height: 52px;
  width: 100%;
  background: #F2EDEB;
  border: 0;
  outline: 0;
  padding-left: 16px;
  font-family: var(--manro);
  cursor: pointer;
}

.contact__block__row__start__form-label option {
  background: #fff;
}

.contact__block__row__start__form-label:first-child select {
  max-width: 89px;
  color: #000;
  border-right: 1px solid #DDD;
}

.iti {
  width: 100%;
}

.iti__flag-container {
  width: 100%;
  max-width: 89px;
  border-right: 1px solid #ddd;
}

.iti--allow-dropdown input {
  padding-left: 108px !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background: #F2EDEB;
  border-right: 1px solid #ddd;
  width: 89px;
}

.contact__block__row__start__form__confirm-check p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  max-width: 340px;
}

.contact__block__row__start__form-confirm {
  width: 100%;
  margin-top: 10px;
}

.checkbox {
  width: 17px;
  height: 17px;
  border: 1px solid #16171A;
  border-radius: 3px;
  margin-top: 2px;
  overflow: hidden;
  cursor: pointer;
  transition: .2s all ease;
}


.contact__block__row__start__form__confirm-check .wpcf7-list-item-label {

  align-items: center;
  gap: 0 15px;
  position: relative;
}

.contact__block__row__start__form__confirm-check .wpcf7-list-item-label:before,
.checkbox {
  width: 20px;
  height: 20px;
  justify-content: center;
  border-radius: 4px;
  background: #EDF5FF;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.select_wrapper {
  max-width: max-content;
  color: #000;
  border-right: 1px solid #DDD;
  width: 100%;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  background: #ffaeae !important;
  border: 1px solid red !important;
  display: flex;
}

.sent .wpcf7-response-output {

  color: #0f5132 !important;
  background-color: #d1e7dd !important;
  border-color: #badbcc !important;
  padding: 1rem 1rem !important;
  margin-bottom: 1rem !important;
  border: 1px solid transparent !important;
  border-radius: .25rem !important;
  display: block !important;
  margin: 0 !important;
}

.wpcf7-response-output {
  display: none !important;
}


.contact__block__row__start__form__confirm-check .wpcf7-list-item-label:after {
  width: 14px;
  height: 14px;
  background: #3D90D7;
  transition: .2s all ease;
  opacity: 0;
  position: absolute;
  left: 3px;
}

.wpcf7-list-item {
  margin: 0;
  display: block;
}

.contact__block__row__start__form__confirm-check input:checked+.wpcf7-list-item-label:after {
  opacity: 1;
}



.contact__block__row__start__form__confirm-check {
  display: flex;
  gap: 14px;
}

.contact__block__row__start__form-confirm .btn {
  margin-left: auto;
  min-width: 210px;
	justify-content:center
}

.contact__block__row-end {
  width: 100%;
  max-width: 365px;
}

.contact__block__row__end-top {
  background: #fff;
  padding: 20px 30px 20px 40px;
  justify-content: space-between;
  position: relative;
  margin-bottom: 10px;
}

.contact__block__row__end-top h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.contact__block__row__end-bottom {
  flex-direction: column;
  width: 100%;
}

.contact__block__row__end-bottom h6 {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  padding: 13px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  width: 100%;
}

.contact-list {
  width: 100%;
  margin-top: 30px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact__list-box {
  gap: 20px;
  align-items: flex-start;
}

.contact__list__box-txt {
  color: #F5F5F5;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  border-bottom: 1px dashed transparent;
  transition: .2s all ease;
}

.contact__list__box-img {
  width: 15px;
  justify-content: center;
  margin-top: 7px;
}

a.contact__list__box-txt:hover {
  border-color: #fff;
}

.contact__block__row__start__form-label input::placeholder {
  font-weight: 400;
  color: #939393;
}

.contact__block__row__start__form__confirm-check p a {
  color: #828282;
  text-decoration-line: underline;
}

.checkbox span {
  background: transparent;
  width: 100%;
  height: 100%;
  position: relative;
  transition: .2s all ease;
}

.contact__block__row__end-top::before {
  content: "";
  width: 20px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 40px;
  background: url(../img/main/contact-tittle-border.svg)no-repeat;
}

.checkbox span::before {
  content: "";
  width: 12px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/main/check-white.svg)no-repeat;
  background-size: contain;
  transition: .2s all ease;
  opacity: 0;
}

.contact__block__row__start__form__confirm__check-label input:checked+.checkbox span::before {
  opacity: 1;
}

.contact__block__row__start__form__confirm__check-label input:checked+.checkbox span {
  background: #3d90d7;
}

.contact__block__row__start__form__confirm__check-label input {
 
}

.contact__block__row__start__form__confirm__check-label {
  align-items: flex-start;
}

.footer-top {
  background: #3D90D7;
  padding: 45px 0;
}

.footer__top-row {
  align-items: initial;
  gap: 105px;
}

.footer__top__row-start p {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin: 20px 0 40px;
}

.footer__top__row-end {
  align-items: initial;
  justify-content: space-between;
  width: 100%;
}

.footer__top__row__end-column h4 {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 23px;
}

.footer__top__row__end-column ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding-left: 0;
}

.footer__top__row-start {
  max-width: 250px;
}

.footer__top__row__end-column ul a {
  color: #FFF !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  transition: .2s all ease;
  border-bottom: 1px dashed transparent;
}

.footer__top__row__end-column ul a:hover {
  border-color: #fff;
}

.footer-bottom {
  justify-content: center;
  padding: 32px 0;
  color: #727478;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.footer__top__row__end-column .contact__list-box {
  align-items: center;
}

.footer__top__row__end-column .contact__list__box-img {
  margin: 0;
}

.footer__top__row__end-column .contact-list {
  margin: 0;
}

.hero-about {
  padding: 35px 0 90px;
  background: url(../img/about/about-bg.jpg)no-repeat;
  background-size: cover;
}

.breadcrumbs a,
.breadcrumbs span {
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: .2s all ease;
}

.breadcrumbs ul {
  gap: 30px;
}

.breadcrumbs ul li {
  position: relative;
}

.breadcrumbs ul li::before {
  content: "";
  width: 11px;
  height: 14px;
  background: url(../img/about/arr-bread.svg)no-repeat;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumbs ul li:last-child::before {
  display: none;
}

.breadcrumbs ul li:last-child a {
  pointer-events: none;
}

.breadcrumbs a:hover {
  color: #b3d4fc;
}

.hero__about-title h1 {
  color: #FFF;
  font-size: 64px;
  font-weight: 800;
  line-height: 72px;
  margin-top: 25px;
}

.about-residence {
  background: #F2FBFF;
  padding: 83px 0;
}

.about__residence-row {
  gap: 65px;
}

.about__residence__row-start {
  max-width: calc(100% - 557px - 65px);
}

.sp-block.about-sp {
  background: #3D90D7;
  padding: 33px 0;
}

.sp-block.about-sp .sp__block__row__box-txt * {
  color: #fff;
}

.what-block {
  background: #F2FBFF;
  padding: 80px 0 120px;
}

.what__block-row {
  gap: 60px;
}

.what__block__row-end {
  max-width: calc(100% - 545px - 60px);
}

.all-title h4 {
  color: #727272;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin: 27px 0 14px;
}

.all-title ul li {
  position: relative;
  padding-left: 21px;
}

.all-title ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3D90D7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.all-title ul {
  margin-bottom: 24px;
}

.work-about {
  padding: 50px 0 110px;
  background: linear-gradient(90deg, #F4EFED 0%, #FFF 50%);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.04);
}

.work__about-row {
  flex-wrap: wrap;
  gap: 80px 0;
  align-items: initial;
  margin-top: 75px;
}

.work__about__row-box {
  width: calc(100% / 3);
  max-width: 390px;
  border-bottom: 5px solid #3D90D7;
  background: #F1FBFF;
  padding: 22px 27px;
}

.work__about__row__box-number span {
  color: #FFF;
  -webkit-text-stroke-width: 0.88px;
  -webkit-text-stroke-color: #3D90D7;
  font-size: 79px;
  font-style: normal;
  font-weight: 700;
  line-height: 140px;
  margin-top: -95px;
  display: block;
}

.work__about__row__box-title h4 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: -0.528px;
}

.work__about__row__box-title {
  max-width: 240px;
  margin-bottom: 9px;
}

.work__about__row__box-txt p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.work__about__row__box-txt {
  max-width: 330px;
}


.all-title.title-center {
  text-align: center;
}

.title-center .all__title-hr {
  margin: 0 auto 8px;
}

.title-center .btn {
  margin: 0 auto;
}

.start-block {
  padding: 40px 0 55px;
  background: url(../img/about/about-start.jpg)no-repeat;
  background-position: center;
  background-color: #519ed6;
}

.start__block-txt {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

.start__block-txt h3 {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 11px;
}

.start__block-txt p {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 40px;
}

.start__block-txt .btn {
  text-transform: uppercase;
  padding: 11px 17px;
  margin: 0 auto;
}

.visa-hero {
  padding: 30px 0 165px;
  background: url(../img/visa/hero-bg.jpg)no-repeat;
  background-size: cover;
}

.breadcrumbs.gr-bread a,
.breadcrumbs.gr-bread span {
  color: #929292;
}

.breadcrumbs.gr-bread ul li::before {
  background: url(../img/visa/arr-bread-gr.svg) no-repeat;
}

.visa__hero-txt {
  max-width: 970px;
  margin-top: 60px;
}

.visa__hero-txt h3 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.visa__hero-txt h1 {
  color: #000;
  font-size: 64px;
  font-weight: 800;
  line-height: 72px;
  margin-bottom: 16px;
}

.visa__hero-txt p {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.visa__hero-txt .btn-orange {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 18px 32px;
}

.visa__sp-row {
  gap: 24px;
  align-items: initial;
  overflow: auto;
  margin-top: -170px;
  padding-bottom: 10px;
}

.visa__sp__row-box {
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  padding: 30px 25px;
  width: 213px;
  min-width: 213px;
}

.visa__sp__row__box-img {
  width: 64px;
  height: 64px;
  justify-content: center;
  border-radius: 4px;
  background: #3D90D7;
  margin-bottom: 23px;
}

.visa__sp__row__box-txt h5 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 12px;
}

.visa-sp {
  background: #F2FBFF;
  padding: 100px 0 85px;
}

.visa-criteria {
  background: #F2FBFF;
  padding: 0 0 85px;
}

.visa__criteria-row {
  gap: 60px;
}

.visa__criteria__row-txt {
  max-width: calc(100% - 505px - 60px);
}

.visa__criteria__row-txt h2 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 11px;
}

.visa__criteria__row-txt h6 {
  color: #353535;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.visa__criteria__row-txt li h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.visa__criteria__row-txt li p {
  color: #424242;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

.visa__criteria__row-txt ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.visa__criteria__row-txt ul li {
  position: relative;
  padding-left: 28px;
}

.visa__criteria__row-txt ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3D90D7;
  position: absolute;
  left: 0;
  top: 10px;
}

.process__block__row-start h2 {
  color: #16171A;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
  /* 122.727% */
  margin-bottom: 20px;
}

.process__block__row-start p {
  color: #727272;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.process__block-row {
  gap: 40px;
  align-items: flex-start;
}

.process__block__row-start {
  max-width: 365px;
  padding-top: 35px;
}

.process__block__row__end__box-title {
  display: flex;
  align-items: center;
  gap: 20px;
}

.process__block__row__end__box-title h5 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  /* 127.273% */
}

.process__block__row__end__box-title span {
  min-width: 48px;
  min-height: 48px;
  border-radius: 50%;
  background: #3D90D7;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 14px;
  /* 77.778% */
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.process__block__row__end__box-list {
  padding-left: 70px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  display: flex;
  flex-direction: column;
  gap: 5px;
	margin-top:15px;
}

.process__block__row__end__box-list li {
  position: relative;
  padding-left: 15px;
	margin-bottom:5px;
}

.process__block__row__end__box-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 12px;
  background: #000;
}

.process__block__row-end {
  max-width: 765px;
}

.process-block {
  padding: 95px 0 65px;
  position: relative;
}

.process__block__row__end-box {
  padding: 32px;
  padding-right: 0;
  border-top: 1px solid #EDEDED;
}

.process__block__row__end-box:last-child {
  border-bottom: 1px solid #EDEDED;
}

.process-block::before {
  content: "";
  width: 658px;
  height: 965px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/visa/proccess-bg.png)no-repeat;
  background-size: cover;
}

.list-document {
  padding: 90px 0;
  background: #F2FBFF;
}

.list__document-row {
  align-items: flex-start;
  gap: 90px;
}

.list__document__row-start h2 {
  color: #16171A;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
}

.list__document__row-end {
  flex-wrap: wrap;
  gap: 9px;
  max-width: 770px;
}

.list__document__row__end-box {
  width: 100%;
  padding: 20px 32px;
  border: 1px solid #EFEFEF;
  background: #FFF;
  flex-wrap: wrap;
}

.list__document__row__end-box span {
  color: #3D90D7;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-right: 10px;
  width: 24px;
}

.list__document__row__end-box h5 {
  color: #000;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.list__document__row__end-box p {
  color: #686868;
  font-size: 13px;
  font-weight: 300;
  line-height: 28px;
  width: 100%;
  margin-top: 4px;
  padding-left: 32px;
}

.way-residence {
  background: #3D90D7;
  padding: 60px 0;
}

.way__residence-row {
  align-items: flex-start;
}

.way__residence__row-start h2 {
  color: #FFF;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
}

.way__residence__row-end p {
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.way__residence__row-end {
  max-width: 770px;
}

.way__residence__row-end ul {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.way__residence__row-end ul li {
  color: #FFF;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  position: relative;
  padding-left: 40px;
}

.way__residence__row-end ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}

.suitable-program {
  background: #F2FBFF;
  padding-top: 70px;
}

.suitable-program+.contact-block {
  background: #F2FBFF;
}

.suitable__program-title h2 {
  color: #16171A;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
}

.suitable__program-title {
  max-width: 360px;
  margin-bottom: 50px;
}

.suitable__program-row {
  gap: 30px;
  align-items: initial;
}

.suitable__program__row-box {
  width: calc(100%/4);
  background: #FFF;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.10);
  padding: 35px;
}

.suitable__program__row__box-img {
  margin-bottom: 20px;
}

.suitable__program__row__box-txt p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}


.visa__sp-row {
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  user-select: none;
  /* scroll-behavior: smooth; */
}

.visa__sp-row {
  display: flex;
  flex-wrap: nowrap;
}

.visa__sp-row.active {
  cursor: grabbing;
}

.latvia-hero {
  background: url(../img/latvia/hero-bg.png);
  background-size: cover;
  background-color: #F1FBFF;
  padding-top: 22px;
  position: relative;
}

.latvia__hero-row {
  gap: 70px;
}

.latvia__hero__row-end {
  max-width: calc(100% - 372px - 70px);
}

.latvia__hero__row-end h1 span {
  color: #16171A;
  font-size: 36px;
  font-weight: 400;
  line-height: 60px;
}

.latvia__hero__row-end h1 {
  gap: 11px;
  color: #16171A;
  font-size: 134px;
  font-weight: 800;
  line-height: 90px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 35px;
}

.latvia__hero__row-end p {
  color: #727272;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.latvia-sp {
  padding: 43px 0;
  background: #F8FDFF;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.04);
}

.latvia__sp-row {
  align-items: initial;
  gap: 24px;
}

.latvia__sp__row-box h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.latvia__sp__row-box p {
  color: #676767;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  max-width: 175px;
}

.latvia__sp__row__box-hr {
  width: 41px;
  height: 4px;
  background: #3D90D7;
  margin: 13px 0;
}

.latvia__sp__row-box {
  width: calc(100% / 5 - 19px);
}

.latvia__about__box-row {
  justify-content: space-between;
}

.latvia__about__box__row-txt h4 {
  color: #16171A;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 13px;
}

.latvia__about__box__row-txt p {
  color: #727272;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 13px;
}

.latvia__about__box__row-txt li {
  color: #727272;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 21px;
}

.latvia__about__box__row-txt li::before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  background: #3D90D7;
  border-radius: 50%;
  left: 0;
  top: 9px;
}

.latvia__about__box__row-txt {
  max-width: calc(100% - 540px - 20px);
}

.latvia__about__box__row-img {
  max-width: 510px;
}

.latvia__about-box {
  padding-top: 50px;
  background: #F2FBFF;
}

.latvia__about-box:nth-child(even) .latvia__about__box-row {
  flex-direction: row-reverse;
}

.latvia__about-box:nth-child(even) {
  background: #fff;
}

.latvia__about__box__row-txt ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.why-pick {
  padding: 95px 0 90px;
  background: #F1FBFF;
}

.why__pick-row {
  flex-wrap: wrap;
  gap: 65px 60px;
}

.why__pick__row-box {
  width: calc(100% / 3 - 40px);
}

.why__pick__row-box h2 {
  color: #000;
  font-size: 49px;
  font-weight: 700;
  line-height: 54px;
  max-width: 300px;
}

.why__pick__row__box-title {
  gap: 13px;
  margin-bottom: 20px;
}

.why__pick__row__box__title-txt {
  color: #000;
  font-size: 27px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.528px;
  max-width: 200px;
}

.why__pick__row__box-txt p {
  color: #4C4C4C;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.blogs-main {
  background: #F2FBFF;
  padding: 85px 0 130px;
}

.blogs-main .blogs__block-row {
  margin: 0;
}

.blogs__block__row-pag {
  justify-content: center;
  width: 100%;
  gap: 8px;
}

.blogs__block__row-pag li,
.page-numbers {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #F2F2F1;
  justify-content: center;
  color: #4B465C;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
  transition: .2s all ease;
  display: flex;
  align-items: center;
}

.blogs__block__row-pag li.active,
.page-numbers.current {
  background: #3D90D7;
  box-shadow: 0px 2px 4px 0px rgba(165, 163, 174, 0.30);
  color: #fff;
}

.blogs__block__row-pag li:hover,
.page-numbers:hover {
  color: #fff;
  background: #8FCCFF;
}

.blogs__block__row-pag li img {
  transition: .2s all ease;
}

.blogs__block__row-pag li:hover img {
  filter: brightness(55);
}

.article-block {
  background: #F2FBFF;
  padding: 32px 0 160px;
}

.article__block-txt {
  margin: 20px auto 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #A4A4A4;
}

.page__blocks {
  max-width: 100% !important;
}

.page__blocks .breadcrumbs {
  max-width: 100% !important;
}

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

.article-block .breadcrumbs {

  margin: 0 auto;
}

.article-block .breadcrumbs a,
.article-block .breadcrumbs span {
  color: #949494;
}

.article-block .breadcrumbs ul li::before {
  background: url(../img/visa/arr-bread-gr.svg) no-repeat;
}

.article__block-txt h2 {
  color: #191919;
  text-shadow: 0px 0px 5.209px rgba(0, 0, 0, 0.08);
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 21px;
}

.article__block-txt img {
  border-radius: 8px;
  margin-bottom: 18px;
}

.article__block-txt p {
  color: #000;
  font-size: 16px;
  line-height: 210%;
  margin-bottom: 10px;
}

.article__block-txt h5 {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}

.float-left {
  float: left;
  margin-right: 25px;
}

.float-red {
  float: right;
  margin-left: 25px;
}

.article__block-txt li {
  color: #000;
  font-size: 16px;
  line-height: 210%;
  padding-left: 25px;
  position: relative;
}

.article__block-txt ul {
  margin: 15px 0;
}

.article__block-txt li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 12px;
}

.article-blockquote {
  padding: 21px 35px;
  background: #E4F5FF;
  margin: 25px 0;
  border-radius: 7px 0 0 7px;
  border-left: 9px solid #3D90D7;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 180%;
}

.article__block-share {
  margin: 40px auto 0;
}

.article__block__share-title {
  color: #383838;
  font-size: 15px;
  font-weight: 300;
  line-height: 35px;
  gap: 10px;
}


.gm-style-iw-ch+button {
  position: absolute !important;
  top: -10px;
  right: -9px;
}

.gm-style-iw-ch {
  padding: 7px;
}

.map__info-txt {
  margin-left: 10px;
}

.map__info-txt h4 {
  color: #050505;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  font-family: var(--manro);
  margin-bottom: 2px;
}

.map__info-txt p {
  color: #000;
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
  font-family: var(--manro);
  min-width: 140px;
}

.map__info-txt a {
  color: #2979D6;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  font-family: var(--manro);
}

.gm-style-iw-t {
  bottom: 81px !important;
}

.contact__main-map {
  height: 565px;
}

.contact-main {
  background: #F2FBFF;
  padding: 25px 0 80px;
}

.contact__main-row {
  margin: 45px 0;
  gap: 30px;
  align-items: initial;
}

.contact__main__row-start {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 370px;
}

.contact__main__row__start-top {
  background: #FFF;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.04);
  padding: 35px 40px;
}

.contact__main__row__start-top h3 {
  color: #1D1D20;
  font-size: 27px;
  font-weight: 700;
  line-height: 44px;
}

.contact__main__row__start-top .contact__list__box-txt {
  color: #0B0B0B;
}

.contact__main__row__start-top .contact-list {
  padding: 0;
}

.contact__main__row__start-bottom {
  background: #FFF;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.04);
  padding: 35px 40px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.btn-offset-blue {
  border: 1px solid #3D90D7;
  color: #3D90D7;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  max-width: 100%;
  padding: 0;
  justify-content: center;
  transition: .2s all ease;
}

.contact__main__row-end {
  background: #FFF;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.04);
  padding: 35px 45px 45px;
  max-width: calc(100% - 370px - 30px);
}

.contact__main__row__end-title h3 {
  color: #1D1D20;
  font-size: 27px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 17px;
}

.contact__main__row__end-title p {
  color: #1D1D20;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.157px;
  text-transform: capitalize;
}

.contact__main__row__end-title {
  margin-bottom: 30px;
}

.contact__main__row-end .contact__block__row__start__form-label input,
.contact__main__row-end .contact__block__row__start__form-label select {
  background: #fff;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #000;
  padding-left: 0;
  height: 35px;
}

.contact__main__row-end .contact__block__row__start__form-label input::placeholder {
  color: #000;
}

.iti--separate-dial-code .iti__selected-flag {
  background: transparent;
  border-right: 0;
}

.contact__main__row-end .contact__block__row__start-form {
  gap: 30px;
}

.contact__main__row-end .w-50 {
  width: calc(50% - 15px);
}

.contact__main__row-end .contact__block__row__start__form-label textarea {
  background: #fff;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #000;
  padding-left: 0;
  padding-top: 0;
  height: 90px;
}

.contact__main__row-end .contact__block__row__start__form-label textarea::placeholder {
  color: #000;
}

.contact__main__row-end .contact__block__row__start__form-confirm {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.contact__main__row-end .contact__block__row__start__form-confirm .btn {
  margin: 0;
}

.contact__main__row-end .contact__block__row__start__form__confirm-check p {
  max-width: 100%;
}

.btn-offset-blue:hover {
  color: #fff;
  background: #3D90D7;
}

.language-select {
  border-top: 1px solid #E5E5E5;
  background: #FFF;
  position: fixed;
  width: 100%;
  top: 133px;
  z-index: 9999;
  height: calc(100vh - 133px);
  transition: .3s all ease;
  transform: translateY(-300%);
}

.language__select-box {
  max-width: 1110px;
  margin: 0 auto;
  padding: 45px 0 0;
}

.language__select__box-title {
  justify-content: space-between;
  margin-bottom: 45px;
}

.language__select__box-title h2 {
  color: #16171A;
  font-size: 32px;
  font-weight: 700;
  line-height: 54px;
}

.close-lang {
  color: #2A51C9;
  font-size: 18px;
  line-height: 54px;
  font-weight: 300;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.language__select__box-row,
.gtranslate_wrapper {
  flex-wrap: wrap;
  gap: 25px 70px;
  display: flex;
}

.language__select__box__row-lang,
.gtranslate_wrapper a,
.poly--translate li {
  width: calc(100% / 3 - 47px) !important;
 
  display: flex;
}
.poly--translate a {
  padding: 6px 10px !important;
  gap: 15px;
  border-radius: 4px;
  background: #FFF;
  transition: .2s all ease;
  display: flex;
  align-items: center;
}

.language__select__box__row__lang-img,
.gtranslate_wrapper a img,
.poly--translate a img
 {
  border-radius: 2px;
  min-width: 30px !important;
  max-width: 30px !important;
  height: auto !important;
}

.language__select__box__row__lang-txt {
  display: flex;
  align-items: center;
  gap: 9px;
}

.language__select__box__row__lang-txt h6,
.gtranslate_wrapper a span,
.poly--translate a span
 {
  color: #000;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: normal;
}

.language__select__box__row__lang-txt span {
  color: #656565;
  font-size: 21px;
  font-weight: 300;
  line-height: normal;
}

.language__select__box__row-lang:hover {
  background: #EAEAEA;
}

.language-select.show {
  transform: translateY(0);
}

.site__header__top-middle {
  margin-left: auto;
  margin-right: 24px;
  gap: 7px;
  cursor: pointer;
}

.site__header__top-middle li.lang-item {
  display: none !important;
}
.site__header__top-middle li.lang-item.current-lang{
  display: block !important;
}
.site__header__top-middle li.lang-item.current-lang a {
  display: flex;
  align-items: center;
  gap:0 5px;
  color:#68696C;
  pointer-events: none;
}
.site__header__top__middle-img {
  max-width: 17px;
}

.site__header__top__middle-txt {
  color: #68696C;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0 7px
}

.site__header__top__middle-txt span {
  display: flex;
  align-items: center;
  gap: 0 7px
}

.site__header__top__middle-txt img {
  max-width: 17px !important;
}

.site__header__bottom-end .site__header__top-middle {
  display: none;
}

body.active {
  overflow: hidden;
}

.offer__block__row-box:last-child .offer__block__row__box-title h4 {

}

.contact__block__row__start__form__confirm__check-label {
  display: flex;
}

.contact__block__row__start__form__confirm__check-label a {
  min-width: max-content;
  margin-left: 5px;
}

.contact__block__row__start__form__confirm-check {
  margin-bottom: 15px;
}

.contact__block__row-start .contact__block__row__start__form__confirm__check-label {
  flex-wrap: wrap;
  gap: 5px;
  font-size: 12px;

}
.screen-reader-response{
  display: none !important;
}
.mobile--lang {
  display: none;
}