* {
  box-sizing: border-box;
}

ul,
ol {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #000;
}
@media (max-width: 480px) {
  .phones a {
    color: #fff; /* белый цвет */
  }
}



body {
  font-family: "Unbounded", sans-serif;
}

.link-d-activ {
  display: none !important;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.all-block-disable {
  display: none !important;
}

.navbar-toggler {
  display: none;
}

.top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.top-header .social {
  display: none;
}

.work-time {
  display: flex;
}

.work-time p:first-child {
  margin-right: 15px;
}

.work-time p:first-child::before {
  content: url(/Yellow\ \(1\).png);
  padding-right: 5px;
}

.work-time p:last-child {
  padding-top: 7px;
}

.phones {
  display: flex;
}

.phones a {
  margin-right: 15px;
}

.phones a:last-child {
  margin-right: 0;
}

.phones a::before {
  content: url(/Yellow.png);
  padding-right: 5px;
}

.g-header-inner .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.g-header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 3px 3px 32px 0px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  margin-bottom: 20px;
}

.menu ul {
  display: flex;
  align-items: center;
}

.menu ul li {
  margin-right: 17px;
}

.menu ul li:last-child {
  margin-right: 0;
}

.menu ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #000;
  transition: all 0.3s;
}

.menu ul li a:hover {
  color: #2804ab;
  transition: all 0.3s;
}

.social ul {
  display: flex;
  justify-content: space-between;
}

.social ul li {
  margin-right: 5px;
}

.social ul li:last-child {
  margin-right: 0;
}

.social ul li a img {
  max-width: 40px;
}


.online-payment {
  padding-right: 22px;
  padding-left: 22px;
  background: #002269;
  background: linear-gradient(
    180deg,
    #002269,
    #002269,
    #002269
  );
  padding-top: 29px;
  padding-bottom: 29px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all 0.3s;
  color: #fff;
}

.online-payment:hover {
  transition: all 0.3s;
  color: #2804ab;
}

.start {
  margin-bottom: 20px;
}

.slider-item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-right: 12px;
  padding-left: 12px;
}

.start-info {
  width: 45%;
  max-width: 615px;
}

.start-info h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.start-info a {
  background:  #002269;
  background: linear-gradient(
    180deg,
   #002269,
   #002269,
   #002269
  );
  padding: 16px 131px;
  display: inline-block;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.4s;
}

.start-info a:hover {
  transition: all 0.4s;
  box-shadow: 0 20px 40px 0 rgb(236 232 32);
}

.start-banner {
  width: 65%;
  max-width: 739px;
}

.start-banner img {
  width: 100%;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  box-shadow: 3px 3px 32px 0px rgba(0, 0, 0, 0.13);
}

.country {
  margin-bottom: 50px;
}

.country h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.country p:nth-child(4) {
  margin-bottom: 20px;
}

.country-tabs .nav {
  border-radius: 10px;
  margin-bottom: 30px !important;
  box-shadow: 3px 3px 32px 0px rgba(0, 0, 0, 0.13);
}

.country-tabs .nav button {
  padding: 5px;
  font-family: "Montserrat", serif;
  color: #a4b4b8;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #a4b4b8;
  border-radius: 0;
  min-height: 45px;
}

.country-tabs .nav li:first-child button {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.country-tabs .nav li:last-child button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.country-tabs .nav li {
  width: 14.28%;
}

.country-tabs .nav li button {
  width: 100%;
}

.country-tabs .nav li .active {
  background-color: #d5d4d457;
  color: #000;
  border-color: #000;
}

.tab-content .country-accordion h2 {
  margin-bottom: 0;
}

.tab-content .country-accordion .accordion-item {
  border-radius: 0;
  border: none;
  border-top: 1px solid #f4e400;
}

.tab-content .country-accordion .accordion-item:last-child {
  border-bottom: 1px solid #f4e400;
}

.tab-content .country-accordion .accordion-item .accordion-button {
  padding: 15px 15px;
}

.tab-content
  .country-accordion
  .accordion-item
  .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: #d5d4d457;
}

.tab-content .country-accordion .accordion-item .accordion-collapse {
  border: 1px solid rgb(244, 228, 0);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tab-content
  .country-accordion
  .accordion-item
  .accordion-collapse
  .accordion-body {
  padding: 25px 15px;
}

.accordion-button:focus {
  box-shadow: none;
}

.tab-content .country-accordion .accordion-item .accordion-button img {
  margin-right: 15px;
  max-width: 35px;
  max-height: 25px;
  object-fit: cover;
}

.tab-content .country-accordion .accordion-item .accordion-button p {
  font-family: "Montserrat", serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.tab-content .country-accordion .accordion-item .accordion-inform {
  margin-bottom: 25px;
}

.tab-content
  .country-accordion
  .accordion-item
  .accordion-inform
  .accordion-cart {
  width: 33%;
  min-width: 557px;
  max-width: 557px;
  margin-bottom: 30px;
}

.tab-content
  .country-accordion
  .accordion-item
  .accordion-inform
  .accordion-cart
  p {
  margin-bottom: 10px;
  font-family: "Montserrat", serif;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.tab-content
  .country-accordion
  .accordion-item
  .accordion-inform
  .accordion-cart
  p
  span {
  font-weight: 600;
}

.tab-content
  .country-accordion
  .accordion-item
  .accordion-inform
  .accordion-cart
  h3,
.tab-content .country-accordion .accordion-item .accordion-order h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px;
}

.tab-content
  .country-accordion
  .accordion-item
  .accordion-inform
  .accordion-cart
  a {
  font-family: "Montserrat", serif;
  color: #2804ab;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: underline;
  transition: all 0.3s;
}

.tab-content
  .country-accordion
  .accordion-item
  .accordion-inform
  .accordion-cart
  a:hover {
  color: #f4e400;
  text-decoration: none;
}

.tab-content .country-accordion .accordion-item .accordion-order h3 {
  margin-bottom: 30px;
}

.accordion-form-inner {
  display: flex;
  align-items: center;
}

.accordion-form-inner input,
.accordion-form-inner select {
  width: 33%;
  min-width: 393px;
  max-width: 393px;
  padding: 21px 15px;
  border-radius: 10px;
  border: 1px solid #a4b4b8;
  margin-right: 15px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.accordion-form-inner input::placeholder {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
}

.accordion-form-inner select option {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
}

.accrdion-button {
  background: #002269;
  background: linear-gradient(
    180deg,
     #002269,
    #002269,
    #002269
  );
  padding: 21px 106px;
  display: inline-block;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.4s;
  min-width: 393px;
  max-width: 393px;
  min-height: 72px;
  border: none;
}

.map {
  margin-bottom: 50px;
}

.map h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.map-inner-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.map-info-card {
  width: 33%;
  min-height: 122px;
}

.map-info-card span {
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  color: #a4b4b8;
  display: inline-block;
  margin-bottom: 20px;
}

.map-info-card p {
  font-size: 22px;
  line-height: 100%;
  font-weight: 300;
  max-width: 320px;
}

.map-info-card a {
  display: block;
  font-size: 22px;
  line-height: 100%;
  font-weight: 300;
}

.map-info-card a {
  margin-bottom: 10px;
}

.map-info-card a:last-child {
  margin-bottom: 0;
}

.map-carta iframe {
  border-radius: 10px;
}

.blog {
  margin-bottom: 50px;
}

.blog h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.blog-list-card {
  width: 33%;
  max-width: 449px;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  background-color: #e3e7e8;
}

.blog-list-card img {
  width: 100%;
  max-height: 250px;
  border-top-right-radius: 80px;
}

.blog-card-info {
  padding: 23px 18px;
  background-color: #e3e7e8;
  border-bottom-left-radius: 80px;
}

.blog-card-info .label {
  display: inline-block;
  padding: 10px;
  padding-right: 25px;
  background-color: #0d1551;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  min-width: 144px;
  border-top-right-radius: 45px;
  margin-bottom: 15px;
}

.blog-card-info h4 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 50px;
}

.blog-card-info a {
  display: block;
  text-align: right;
  width: fit-content;
  margin-left: auto;
  color: #0d1551;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.all-material {
  background:  #002269;
  background: linear-gradient(
    180deg,
   #002269,
   #002269,
   #002269
  );
  padding: 18px 52px;
  display: block;
  max-width: fit-content;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.4s;
  margin: 0 auto;
}

.connection {
  margin-bottom: 30px;
  background-color: #fafafa;
  padding-top: 50px;
  padding-bottom: 50px;
}

.connection h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.connection-inner {
  display: flex;
  align-items: center;
}

.connection-info {
  width: 50%;
  max-width: 600px;
  margin-right: 110px;
  padding: 37px 64px;
  box-shadow: 3px 3px 32px 0px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
}

.connection-banner {
  width: 50%;
  max-width: 675px;
}

.connection-banner img {
  width: 100%;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
}

.connection-form input {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #a4b4b8;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #a4b4b8;
  line-height: 28px;
}

.connection-form input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #a4b4b8;
  line-height: 28px;
}

.connection-form textarea {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #a4b4b8;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #a4b4b8;
  line-height: 28px;
  height: 97.6px;
  max-height: fit-content;
}

.connection-form textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #a4b4b8;
  line-height: 28px;
}

.connection-form .form-check {
  padding: 0;
  margin-bottom: 20px;
}

.connection-form .form-check .wpcf7-list-item {
  margin: 0;
}

.connection-form .form-check .wpcf7-list-item label {
  display: flex;
  font-size: 12px;
  text-align: left;
  line-height: 14px;
}

.connection-form .form-check .wpcf7-list-item label input {
  height: 19px;
  margin-right: 10px;
}

.connection-form .connection-form-button {
  background:  #002269;
  background: linear-gradient(
    180deg,
    #002269,
    #002269,
     #002269
  
  );
  padding: 18px 52px;
  display: block;
  max-width: fit-content;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.4s;
  margin: 0 auto;
  border: none;
  color: #fff;
}

.notification {
  margin-bottom: 30px;
}

.notification p {
  margin-bottom: 10px;
}

.notification p:last-child {
  margin-bottom: 0;
}

.footer {
  background-color: #232424;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}

.footer-top img {
  max-width: 170px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-radius: 20px;
}

.footer-navigator h5,
.footer-social h5,
.footer-inform h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
}

.footer-social ul {
  display: flex;
  align-items: center;
}

.footer-social ul li {
  margin-right: 10px;
}

.footer-social ul li:last-child {
  margin-right: 0;
}

.footer-social ul li a img {
  max-width: 40px;
}

.footer-navigator ul li {
  margin-bottom: 5px;
}

.footer-navigator ul li:last-child {
  margin-bottom: 0;
}

.footer-navigator ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
}

.footer-inform p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
}

.footer-inform ul li {
  margin-bottom: 10px;
}

.footer-inform ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
}

.footer-bottom p {
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
}

/* Конкрентая страница блога или визы */

.current-page .preview {
  background-color: #ebeff2;
  margin-bottom: 30px;
}

.current-page .preview-inner {
  display: flex;
  padding-top: 40px;
  padding-bottom: 35px;
}

.current-page .preview-inner-banner {
  width: 50%;
  margin-right: 30px;
}

.current-page .preview-inner-banner img {
  width: 100%;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  height: -webkit-fill-available;
}

.current-page .preview-inner-content {
  width: 50%;
}

.preview-inner-content h1 {
  font-size: 28px;
  margin-bottom: 15px;
}

.preview-inner-content p {
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 15px;
}

.current-page .previev-inner-connect {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.previev-inner-connect a {
  margin-right: 10px;
}

.previev-inner-connect a:first-child::before {
  content: url(http://re.visa100.ru/wp-content/uploads/2024/11/iphone.png);
  padding-right: 5px;
}

.previev-inner-connect a:last-child {
  margin-right: 0;
}

.current-page .preview-connect-social {
  display: flex;
}

.current-page .preview-connect-social a img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.current-page .preview-connect-social a:first-child::before {
  content: none;
}

.previev-inner-lists ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
  list-style-type: disc;
  margin-left: 20px;
}

.previev-inner-lists ul li {
  width: 49%;
  margin-bottom: 10px;
}

.preview-inner-content .cost {
  font-size: 20px !important;
  font-weight: 600;
  margin-bottom: 25px;
}

.preview-inner-content button {
  padding: 15px 50px;
  border: none;
  background-color: #2804ab;
  border: 1px solid #2804ab;
  color: #fff;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s;
}

.preview-inner-content button:hover {
  transition: all 0.3s;
  background-color: transparent;
  color: #2804ab;
  border: 1px solid #2804ab;
}

.cost span:nth-child(1) {
  font-size: 34px;
  color: #2804ab;
}

.cost span span {
  font-size: 20px;
}

.current-page .preview-content {
  margin-bottom: 30px;
}

.current-page .preview-content .preview-content-inner {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, sans-serif;
}

.current-page .preview-content .preview-content-inner p {
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  font-weight: 400;
  margin-bottom: 20px;
}

.current-page .preview-content .preview-content-inner a {
  color: #2804ab;
  text-decoration: underline;
}

.current-page .preview-content .preview-content-inner img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.current-page .preview-content .preview-content-inner h2 {
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
}

.current-page .preview-content .preview-content-inner h3 {
  font-family: "Unbounded", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
}

.current-page .preview-content .preview-content-inner h4 {
  font-family: "Unbounded", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
}

.current-page .preview-content .preview-content-inner h5 {
  font-family: "Unbounded", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
}

.current-page .preview-content .preview-content-inner h6 {
  font-family: "Unbounded", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
}

.current-page .preview-content .preview-content-inner ul {
  list-style-type: disc;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-left: 20px;
}

.current-page .preview-content .preview-content-inner ol {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-left: 20px;
  list-style-type: auto;
}

.current-page .need-documents {
  margin-bottom: 30px;
}

.current-page .need-documents h2 {
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
}

.current-page .need-documents ul {
  list-style-type: none;
  margin-bottom: 20px;
}

.current-page .need-documents ul li {
  margin-bottom: 7px;
}

.current-page .need-documents ul li:last-child {
  margin-bottom: 0;
}

.current-page .need-documents ul li a {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
}

.current-page .need-documents ul li a::before {
  content: url(../img/icon/document.png);
  padding-right: 15px;
}

.current-page .need-documents ul li a p {
  display: inline-block;
  position: absolute;
}

/* Конец конткретной страницы для блога или визы */

/* Страница каталога */

.catalog-page .catalog-country-inner h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.catalog-page .catalog-country-inner .catalog-country-tabs ul {
  max-width: fit-content;
  margin-bottom: 50px !important;
}

.catalog-page .catalog-country-inner .catalog-country-tabs ul li {
  padding-right: 15px;
  border-bottom: 1px solid #d0cece;
}

.catalog-page .catalog-country-inner .catalog-country-tabs ul li:last-child {
  padding-right: 0;
}

.catalog-page .catalog-country-inner .catalog-country-tabs ul li button {
  padding: 0;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  padding-bottom: 7px;
  border-radius: 0;
}

.catalog-page .catalog-country-inner .catalog-country-tabs ul li button.active {
  border-bottom: 4px solid #000;
}

.catalog-page
  .catalog-country-inner
  .catalog-country-tabs
  .catalog-country-card-inner {
  display: flex;
  justify-content: initial;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.catalog-page
  .catalog-country-inner
  .catalog-country-tabs
  .catalog-country-card-inner
  .catalog-country-card {
  width: 25%;
  max-width: 310px;
  background-color: #dadada73;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  margin-bottom: 35px;
  margin-right: 58px;
}

.catalog-page
  .catalog-country-inner
  .catalog-country-tabs
  .catalog-country-card-inner
  .catalog-country-card:last-child {
  margin-right: 0;
}

.catalog-page
  .catalog-country-inner
  .catalog-country-tabs
  .catalog-country-card-inner
  .catalog-country-card
  .country-card-photo
  img {
  width: 100%;
  max-width: 310px;
  max-height: 219px;
  border-top-right-radius: 80px;
}

.catalog-page
  .catalog-country-inner
  .catalog-country-tabs
  .catalog-country-card-inner
  .country-card-info {
  padding: 20px 18px 55px 18px;
}



.catalog-page
  .catalog-country-inner
  .catalog-country-tabs
  .catalog-country-card-inner
  .country-card-info
  span {
  display: inline-block;
  background-color: #2804ab;
  color: #fff;
  padding: 5px 20px;
  border-top-right-radius: 40px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.catalog-page
  .catalog-country-inner
  .catalog-country-tabs
  .catalog-country-card-inner
  .country-card-info
  h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 50px;
}

.catalog-page
  .catalog-country-inner
  .catalog-country-tabs
  .catalog-country-card-inner
  .country-card-info
  a {
  display: none;
  color: #2804ab;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.3s;
}

/* Конец страницы каталога */

/* Страница блога */

.blog-page .catalog-country-inner h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.blog-page .catalog-country-inner .catalog-country-tabs {
  display: flex;
  justify-content: initial;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.blog-page .catalog-country-inner .catalog-country-tabs .catalog-country-card {
  width: 31%;
  max-width: 32%;
  background-color: #dadada73;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  margin-bottom: 35px;
  margin-right: 28px;
}

.blog-page
  .catalog-country-inner
  .catalog-country-tabs
  .catalog-country-card:last-child {
  margin-right: 0;
}

.blog-page
  .catalog-country-inner
  .catalog-country-tabs
  .catalog-country-card
  .country-card-photo
  img {
  width: 100%;
  max-width: 100%;
  max-height: 240px;
  border-top-right-radius: 80px;
}

.blog-page .catalog-country-inner .catalog-country-tabs .country-card-info {
  padding: 20px 18px 55px 18px;
}

.blog-page
  .catalog-country-inner
  .catalog-country-tabs
  .country-card-info
  span {
  display: inline-block;
  background-color: #2804ab;
  color: #fff;
  padding: 5px 20px;
  border-top-right-radius: 40px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.blog-page .catalog-country-inner .catalog-country-tabs .country-card-info h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 50px;
}

.blog-page .catalog-country-inner .catalog-country-tabs .country-card-info a {
  display: inline-block;
  color: #2804ab;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.3s;
}


.country-card-info a {
  display: none;
}
/* Конец страницы блога */

/* Внутренний аккордеон */

.tab-content
  .country-accordion
  .inside-accordion
  .accordion-item
  .accordion-button {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 35px;
}

.inside-accordion .accordion-collapse .accordion-body p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* Конец внутреннего аккордеона */

.preview_content_accordeon .preview_accordeon_button {
  display: none;
  margin-top: 25px;
  padding: 8px 50px;
  border: none;
  background-color: #2804ab;
  border: 1px solid #2804ab;
  color: #fff;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 14px;
}

.preview_content_accordeon .preview_accordeon_button:hover {
  background-color: #fff;
  color: #2804ab;
  transition: all 0.3s;
}

.country-tabs .preview_accordeon_button {
  display: none;
  margin-top: 25px;
  padding: 8px 50px;
  border: none;
  background-color: #2804ab;
  border: 1px solid #2804ab;
  color: #fff;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 14px;
}

.country-tabs .preview_accordeon_button:hover {
  background-color: #fff;
  color: #2804ab;
  transition: all 0.3s;
}

/* Страница блога / типа визы */

.blog-page .preview-inner {
  background:  #002269;
  background: linear-gradient(
    180deg,
    #002269,
   #002269,
   #002269
  );
  padding: 40px 40px 40px 40px;
  border-radius: 20px;
  margin-bottom: 40px;
}

.blog-page .preview-inner-content h1 {
  font-size: 43px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #fff;
}

.blog-page .preview-inner-content a {
  display: inline-block;
  padding: 12px 70px;
  background-color: #fff;
  border-radius: 8px;
}

.blog-page .preview-content {
  margin-bottom: 30px;
}

.blog-page .preview-content .preview-content-inner {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, sans-serif;
}

.blog-page .preview-content .preview-content-inner p {
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  font-weight: 400;
  margin-bottom: 20px;
}

.blog-page .preview-content .preview-content-inner a {
  color: #2804ab;
  text-decoration: underline;
}

.blog-page .preview-content .preview-content-inner img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.blog-page .preview-content .preview-content-inner h2 {
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 20px;
}

.blog-page .preview-content .preview-content-inner h3 {
  font-family: "Unbounded", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
}

.blog-page .preview-content .preview-content-inner h4 {
  font-family: "Unbounded", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
}

.blog-page .preview-content .preview-content-inner h5 {
  font-family: "Unbounded", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
}

.blog-page .preview-content .preview-content-inner h6 {
  font-family: "Unbounded", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
}

.blog-page .preview-content .preview-content-inner ul {
  list-style-type: disc;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-left: 20px;
}

.blog-page .preview-content .preview-content-inner ol {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-left: 20px;
  list-style-type: auto;
}

.blog-page .need-documents {
  margin-bottom: 30px;
}

.blog-page .need-documents h2 {
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 20px;
}

.blog-page .need-documents ul {
  list-style-type: none;
  margin-bottom: 20px;
}

.blog-page .need-documents ul li {
  margin-bottom: 7px;
}

.blog-page .need-documents ul li:last-child {
  margin-bottom: 0;
}

.blog-page .need-documents ul li a {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
}

.blog-page .need-documents ul li a::before {
  content: url(../img/icon/document.png);
  padding-right: 15px;
}

.blog-page .need-documents ul li a p {
  display: inline-block;
  position: absolute;
}

/* Конец страницы блога / типа визы  */

/* xxl` применяется к устройствам x-large (большие рабочие столы, менее 1400 пикселей) */
@media (max-width: 1399.98px) {
}

/* `xl` применяется к большим устройствам (настольные компьютеры, менее 1200 пикселей) */
@media (max-width: 1199.98px) {
}

/* `lg` применяется к устройствам среднего размера large (планшеты, менее 992 пикселей) */
@media (max-width: 991.98px) {
  .header {
    position: relative;
  }

  .top-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-header .social {
    display: none;
  }

  .g-header-menu {
    display: none;
  }

  .online-payment {
    display: inline-block;
    margin-top: 25px;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-toggler {
    display: block;
    position: absolute;
    top: 18%;
    right: 2%;
  }

  .navbar-toggler-icon {
    background-image: url(../img/icon/menu.png);
  }

  .start {
    margin-bottom: 20px;
  }

  .slider-item-inner {
    padding: 0;
    align-items: flex-start;
  }

  .start-info h1 {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 12px;
  }

  .start-banner {
    width: 45%;
    display: none;
  }

  .country {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .country h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .country p:nth-child(2),
  .country p:nth-child(3),
  .country p:nth-child(4) {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .country p:nth-child(4) {
    margin-bottom: 20px;
  }

  .country-tabs .nav {
    border-radius: 0;
    margin-bottom: 20px;
  }

  .country-tabs .nav li {
    width: 33.3333%;
  }

  .country-tabs .nav li:first-child button,
  .country-tabs .nav li:last-child button {
    border-radius: 0;
  }

  .country-tabs .nav button {
    font-size: 12px;
    line-height: 12px;
    min-height: 37px;
  }

  .accordion-form-inner {
    flex-direction: column;
  }

  .accordion-form-inner input,
  .accordion-form-inner select {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .accrdion-button {
    min-width: 100%;
    max-width: 100%;
  }

  .map {
    margin-bottom: 20px;
  }

  .map h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .map-inner-info {
    margin-bottom: 10px;
  }

  .map-info-card {
    min-height: 104px;
  }

  .map-info-card span {
    font-size: 14px;
  }

  .map-info-card p,
  .map-info-card a {
    font-size: 16px;
  }

  .blog {
    margin-bottom: 20px;
  }

  .blog-list {
    margin-bottom: 20px;
  }

  .blog-list-card {
    width: 32%;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .blog-list-card img {
    border-top-right-radius: 40px;
  }

  .blog-card-info {
    padding: 10px;
    border-bottom-left-radius: 40px;
  }

  .blog-card-info .label {
    padding: 10px;
    font-size: 12px;
    border-top-right-radius: 45px;
    margin-bottom: 10px;
  }

  .blog-card-info h4 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 26px;
  }

  .connection {
    margin-bottom: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .connection h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .connection-inner {
    flex-direction: column;
  }

  .connection-info {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .connection-banner {
    width: 100%;
    max-width: 100%;
  }

  .footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-top {
    margin-bottom: 20px;
  }

  .footer-top img {
    max-width: 100px;
    margin-right: 15px;
  }

  .footer-navigator,
  .footer-social {
    margin-right: 15px;
  }

  /* Конкрентая страница блога или визы */

  .current-page .preview-content .preview-content-inner h2,
  .current-page .need-documents h2 {
    font-size: 28px;
    line-height: 30px;
  }

  /* Конец конткретной страницы для блога или визы */

  /* Страница каталога */

  .catalog-page .catalog-country-inner h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .catalog-page .catalog-country-inner .catalog-country-tabs ul {
    margin-bottom: 15px !important;
    flex-direction: column;
  }

  .catalog-page .catalog-country-inner .catalog-country-tabs ul li {
    padding-right: 0;
    border-bottom: 0;
    margin-bottom: 4px;
  }

  .catalog-page
    .catalog-country-inner
    .catalog-country-tabs
    ul
    li
    button.active {
    border-bottom: 3px solid #000;
  }

  .catalog-page .catalog-country-inner .catalog-country-tabs ul li button {
    font-size: 11px;
    padding-bottom: 3px;
  }

  .catalog-page
    .catalog-country-inner
    .catalog-country-tabs
    .catalog-country-card-inner
    .catalog-country-card {
    width: 100%;
    max-width: 100%;
  }

  .catalog-page
    .catalog-country-inner
    .catalog-country-tabs
    .catalog-country-card-inner
    .country-card-info {
    padding: 10px 25px 30px 25px;
  }

  .catalog-page
    .catalog-country-inner
    .catalog-country-tabs
    .catalog-country-card-inner
    .country-card-info
    h3 {
    margin-bottom: 15px;
  }

  /* Конец страницы каталога */
}

/* `md` применяется к небольшим устройствам medium (телефоны с горизонтальной ориентацией, менее 768 пикселей) */
@media (max-width: 767.98px) {
  .header {
    position: relative;
  }

  .top-header {
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .top-header .social {
    display: block;
    margin: 0 auto;
  }

  .navbar-toggler {
    display: block;
    position: absolute;
    top: 12%;
    right: 2%;
  }

  .navbar-toggler-icon {
    background-image: url(../img/icon/menu.png);
  }

  .work-time {
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    margin-bottom: 10px;
  }

  .work-time p {
    font-size: 10px;
  }

  .work-time p:first-child {
    margin-right: 0;
  }

  .work-time p:last-child {
    padding-top: 3px;
  }

  .work-time p:last-child::before {
    /* content: url(../img/icon/time.png); */
    padding-right: 5px;
  }

  .phones {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-bottom: 16px;
  }

  .phones a {
    font-size: 8px;
    padding: 10px 6px;
    background:  #002269;
    background: linear-gradient(
      180deg,
      #002269,
     #002269
     #002269
    );
    border-radius: 4px;
  }

  .phones a::before {
    display: none;
  }

  .g-header-menu {
    display: none;
  }

  .online-payment {
    display: inline-block;
    margin-top: 25px;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-item-inner {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .start-info {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .start-info h1 {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 15px;
  }

  .start-info a {
    width: 100%;
    padding: 9px;
    text-align: center;
    font-size: 14px;
  }

  .start-banner {
    width: 100%;
    max-width: 100%;
  }

  .country {
    margin-bottom: 25px;
  }

  .country h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .country p:nth-child(2),
  .country p:nth-child(3),
  .country p:nth-child(4) {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .country p:nth-child(4) {
    margin-bottom: 10px;
  }

  .country-tabs .nav {
    border-radius: 0;
    margin-bottom: 15px !important;
  }

  .country-tabs .nav li {
    width: 50%;
  }

  .country-tabs .nav li:first-child button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .country-tabs .nav li:last-child button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .country-tabs .nav button {
    font-size: 12px;
    border-radius: 0;
    min-height: fit-content;
  }

  .tab-content .country-accordion .accordion-item .accordion-button {
    padding: 8px 10px;
  }

  .tab-content .country-accordion .accordion-item .accordion-button img {
    width: 35px;
    max-height: 25px;
  }

  .tab-content .country-accordion .accordion-item .accordion-button p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .tab-content
    .country-accordion
    .accordion-item
    .accordion-collapse
    .accordion-body {
    padding: 10px;
  }

  .tab-content
    .country-accordion
    .accordion-item
    .accordion-inform
    .accordion-cart {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }

  .tab-content
    .country-accordion
    .accordion-item
    .accordion-inform
    .accordion-cart
    h3,
  .tab-content .country-accordion .accordion-item .accordion-order h3 {
    font-size: 20px;
  }

  .tab-content .country-accordion .accordion-item .accordion-order h3 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .tab-content
    .country-accordion
    .accordion-item
    .accordion-inform
    .accordion-cart
    p {
    font-size: 16px;
  }

  .tab-content
    .country-accordion
    .accordion-item
    .accordion-inform
    .accordion-cart
    a {
    font-size: 16px;
  }

  .accordion-form-inner {
    flex-direction: column;
  }

  .accordion-form-inner input,
  .accordion-form-inner select {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
    padding: 5px 10px;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .accordion-form-inner input::placeholder {
    font-size: 14px;
  }

  .accrdion-button {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 10px 10px;
    min-height: fit-content;
    font-size: 12px;
    border-radius: 5px;
  }

  .map {
    margin-bottom: 25px;
  }

  .map h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .map-inner-info {
    margin-bottom: 0;
    flex-direction: column;
    align-items: initial;
  }

  .map-info-card {
    width: 100%;
    min-height: fit-content;
    margin-bottom: 15px;
  }

  .map-info-card span {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .map-info-card p {
    font-size: 16px;
    max-width: 100%;
  }

  .map-info-card a {
    font-size: 16px;
    max-width: 100%;
  }

  .blog {
    margin-bottom: 25px;
  }

  .blog h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .blog-list {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .blog-list-card {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .blog-list-card:last-child {
    margin-bottom: 0;
  }

  .all-material {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
  }

  .connection {
    margin-bottom: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .connection h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .connection-inner {
    flex-direction: column;
  }

  .connection-info {
    width: 100%;
    padding: 15px;
    margin-right: 0;
  }

  .connection-form .connection-form-button {
    max-width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 15px;
  }

  .connection-banner {
    width: 100%;
    max-width: 100%;
  }

  .footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-top {
    margin-bottom: 25px;
    flex-direction: column;
  }

  .footer-top img {
    margin-bottom: 15px;
  }

  .footer-navigator {
    margin-bottom: 15px;
  }

  .footer-navigator h5,
  .footer-social h5,
  .footer-inform h5 {
    font-size: 14px;
  }

  .footer-navigator ul li a {
    font-size: 12px;
  }

  .footer-inform p {
    font-size: 12px;
  }

  .footer-inform ul li a {
    font-size: 12px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-bottom a {
    font-size: 12px;
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
  }

  .footer-bottom p {
    font-size: 12px;
  }

  /* Конкрентая страница блога или визы */

  .current-page .preview-inner {
    flex-direction: column;
  }

  .current-page .preview-inner-banner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .current-page .preview-inner-content {
    width: 100%;
  }

  .current-page .preview-inner-content h1 {
    font-size: 24px;
  }

  .current-page .preview-inner a {
    padding: 0;
  }

  .current-page .preview-connect-social a img {
    width: 25px;
    height: 25px;
  }

  .previev-inner-lists ul {
    margin-bottom: 20px;
  }

  .previev-inner-lists ul li {
    width: 100%;
  }

  .preview-inner-content .cost {
    font-size: 18px !important;
  }

  .cost span:nth-child(1) {
    font-size: 22px;
  }

  .current-page .preview-content .preview-content-inner h2,
  .current-page .need-documents h2 {
    font-size: 28px;
    line-height: 30px;
  }

  /* Конец конткретной страницы для блога или визы */

  /* Страница каталога */

  .catalog-page .catalog-country-inner h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .catalog-page .catalog-country-inner .catalog-country-tabs ul {
    margin-bottom: 15px !important;
    flex-direction: column;
  }

  .catalog-page .catalog-country-inner .catalog-country-tabs ul li {
    padding-right: 0;
    border-bottom: 0;
    margin-bottom: 4px;
  }

  .catalog-page
    .catalog-country-inner
    .catalog-country-tabs
    ul
    li
    button.active {
    border-bottom: 3px solid #000;
  }

  .catalog-page .catalog-country-inner .catalog-country-tabs ul li button {
    font-size: 11px;
    padding-bottom: 3px;
  }

  .catalog-page
    .catalog-country-inner
    .catalog-country-tabs
    .catalog-country-card-inner
    .catalog-country-card {
    width: 100%;
    max-width: 100%;
  }

  .catalog-page
    .catalog-country-inner
    .catalog-country-tabs
    .catalog-country-card-inner
    .country-card-info {
    padding: 10px 25px 30px 25px;
  }

  .catalog-page
    .catalog-country-inner
    .catalog-country-tabs
    .catalog-country-card-inner
    .country-card-info
    h3 {
    margin-bottom: 15px;
  }

  /* Конец страницы каталога */

  /* Страница блога / типа визы  */

  .blog-page .preview-inner-content h1 {
    font-size: 32px;
    color: #fff;
  }

  .blog-page .preview-content .preview-content-inner h2,
  .blog .need-documents h2 {
    font-size: 28px;
    line-height: 30px;
  }

  /* Конец страницы блога / типа визы  */
}

/* `sm` применяется к устройствам x-small (портретные телефоны, менее 576 пикселей) */
@media (max-width: 575.98px) {
  .header {
    position: relative;
  }

  .top-header {
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .top-header .social {
    display: block;
    margin: 0 auto;
  }

  .navbar-toggler {
    display: block;
    position: absolute;
    top: 12%;
    right: 2%;
  }

  .navbar-toggler-icon {
    background-image: url(../img/icon/menu.png);
  }

  .work-time {
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    margin-bottom: 10px;
  }

  .work-time p {
    font-size: 10px;
  }

  .work-time p:first-child {
    margin-right: 0;
  }

  .work-time p:last-child {
    padding-top: 3px;
  }

  .work-time p:last-child::before {
    /* content: url(../img/icon/time.png); */
    padding-right: 5px;
  }

  .phones {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-bottom: 16px;
  }

  .phones a {
    font-size: 8px;
    padding: 10px 6px;
    background:  #002269;
    background: linear-gradient(
      180deg,
      #002269,
     #002269
     #002269
    );
    border-radius: 4px;
  }

  .phones a::before {
    display: none;
  }

  .g-header-menu {
    display: none;
  }

  .online-payment {
    display: inline-block;
    margin-top: 25px;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-item-inner {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .start-info {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .start-info h1 {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 15px;
  }

  .start-info a {
    width: 100%;
    padding: 9px;
    text-align: center;
    font-size: 14px;
  }

  .start-banner {
    width: 100%;
    max-width: 100%;
  }

  .country {
    margin-bottom: 25px;
  }

  .country h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .country p:nth-child(2),
  .country p:nth-child(3),
  .country p:nth-child(4) {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .country p:nth-child(4) {
    margin-bottom: 10px;
  }

  .country-tabs .nav {
    border-radius: 0;
    margin-bottom: 15px !important;
  }

  .country-tabs .nav li {
    width: 50%;
  }

  .country-tabs .nav li:first-child button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .country-tabs .nav li:last-child button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .country-tabs .nav button {
    font-size: 12px;
    border-radius: 0;
    min-height: fit-content;
  }

  .tab-content .country-accordion .accordion-item .accordion-button {
    padding: 8px 10px;
  }

  .tab-content .country-accordion .accordion-item .accordion-button img {
    width: 35px;
    max-height: 25px;
  }

  .tab-content .country-accordion .accordion-item .accordion-button p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .tab-content
    .country-accordion
    .accordion-item
    .accordion-collapse
    .accordion-body {
    padding: 10px;
  }

  .tab-content
    .country-accordion
    .accordion-item
    .accordion-inform
    .accordion-cart {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }

  .tab-content
    .country-accordion
    .accordion-item
    .accordion-inform
    .accordion-cart
    h3,
  .tab-content .country-accordion .accordion-item .accordion-order h3 {
    font-size: 20px;
  }

  .tab-content .country-accordion .accordion-item .accordion-order h3 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .tab-content
    .country-accordion
    .accordion-item
    .accordion-inform
    .accordion-cart
    p {
    font-size: 16px;
  }

  .tab-content
    .country-accordion
    .accordion-item
    .accordion-inform
    .accordion-cart
    a {
    font-size: 16px;
  }

  .accordion-form-inner {
    flex-direction: column;
  }

  .accordion-form-inner input,
  .accordion-form-inner select {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
    padding: 5px 10px;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .accordion-form-inner input::placeholder {
    font-size: 14px;
  }

  .accrdion-button {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 10px 10px;
    min-height: fit-content;
    font-size: 12px;
    border-radius: 5px;
  }

  .map {
    margin-bottom: 25px;
  }

  .map h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .map-inner-info {
    margin-bottom: 0;
    flex-direction: column;
    align-items: initial;
  }

  .map-info-card {
    width: 100%;
    min-height: fit-content;
    margin-bottom: 15px;
  }

  .map-info-card span {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .map-info-card p {
    font-size: 16px;
    max-width: 100%;
  }

  .map-info-card a {
    font-size: 16px;
    max-width: 100%;
  }

  .blog {
    margin-bottom: 25px;
  }

  .blog h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .blog-list {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .blog-list-card {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .blog-list-card:last-child {
    margin-bottom: 0;
  }

  .all-material {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
  }

  .connection {
    margin-bottom: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .connection h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .connection-inner {
    flex-direction: column;
  }

  .connection-info {
    width: 100%;
    padding: 15px;
    margin-right: 0;
  }

  .connection-form .connection-form-button {
    max-width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 15px;
  }

  .connection-banner {
    width: 100%;
    max-width: 100%;
  }

  .footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-top {
    margin-bottom: 25px;
    flex-direction: column;
  }

  .footer-top img {
    margin-bottom: 15px;
  }

  .footer-navigator {
    margin-bottom: 15px;
  }

  .footer-navigator h5,
  .footer-social h5,
  .footer-inform h5 {
    font-size: 14px;
  }

  .footer-navigator ul li a {
    font-size: 12px;
  }

  .footer-inform p {
    font-size: 12px;
  }

  .footer-inform ul li a {
    font-size: 12px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-bottom a {
    font-size: 12px;
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
  }

  .footer-bottom p {
    font-size: 12px;
  }

  /* Конкрентая страница блога или визы */

  .current-page .preview-inner {
    flex-direction: column;
  }

  .current-page .preview-inner-banner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .current-page .preview-inner-content {
    width: 100%;
  }

  .current-page .preview-inner-content h1 {
    font-size: 24px;
  }

  .current-page .preview-inner a {
    padding: 0;
  }

  .current-page .preview-connect-social a img {
    width: 25px;
    height: 25px;
  }

  .previev-inner-lists ul {
    margin-bottom: 20px;
  }

  .previev-inner-lists ul li {
    width: 100%;
  }

  .preview-inner-content .cost {
    font-size: 18px !important;
  }

  .cost span:nth-child(1) {
    font-size: 22px;
  }

  .current-page .preview-content .preview-content-inner h2,
  .current-page .need-documents h2 {
    font-size: 28px;
    line-height: 30px;
  }

  /* Конец конткретной страницы для блога или визы */

  /* Страница каталога */

  .catalog-page .catalog-country-inner h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .catalog-page .catalog-country-inner .catalog-country-tabs ul {
    margin-bottom: 15px !important;
    flex-direction: column;
  }

  .catalog-page .catalog-country-inner .catalog-country-tabs ul li {
    padding-right: 0;
    border-bottom: 0;
    margin-bottom: 4px;
  }

  .catalog-page
    .catalog-country-inner
    .catalog-country-tabs
    ul
    li
    button.active {
    border-bottom: 3px solid #000;
  }

  .catalog-page .catalog-country-inner .catalog-country-tabs ul li button {
    font-size: 11px;
    padding-bottom: 3px;
  }

  .catalog-page
    .catalog-country-inner
    .catalog-country-tabs
    .catalog-country-card-inner
    .catalog-country-card {
    width: 100%;
    max-width: 100%;
  }

  .catalog-page
    .catalog-country-inner
    .catalog-country-tabs
    .catalog-country-card-inner
    .country-card-info {
    padding: 10px 25px 30px 25px;
  }

  .catalog-page
    .catalog-country-inner
    .catalog-country-tabs
    .catalog-country-card-inner
    .country-card-info
    h3 {
    margin-bottom: 15px;
  }

  /* Конец страницы каталога */

  /* Страница блога / типа визы  */

  .blog-page .preview-inner-content h1 {
    font-size: 32px;
  }

  .blog-page .preview-content .preview-content-inner h2,
  .blog .need-documents h2 {
    font-size: 28px;
    line-height: 30px;
  }

  /* Конец страницы блога / типа визы  */
}
