/*
.inter {
	font-family: "Inter", sans-serif;
}
.manrope {
	font-family: "Manrope", sans-serif;
}
.rubik {
	font-family: "Rubik", sans-serif;
}
*/
body {
	color:#0A0A0A;
}
a {
    outline: none!important;
}
.menu-burger {display:none;}
.other-adress {
    position: absolute;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 15%);
    border-radius: 5px;
    top: 80px;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
}
.container {
    max-width: 1280px;
}

.row-flex {
    display: flex;
}
.choice-visa {
    display: none;
}
header#primary-head {
    font-size: 12px;
    font-family: "Inter", sans-serif;
    color: #0A0A0A;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99;
    border-bottom: 1px solid #EFEFEF;
}

header#primary-head .row-flex {
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    /* border-bottom: 1px solid #EFEFEF; */
}
header#primary-head.header_fixed {
    box-shadow: 0px 10px 15px -5px rgb(0 0 0 / 15%);
}
.header-menu {
    /* border-bottom: 1px solid #EFEFEF; */
    /* border-top: 1px solid #EFEFEF; */
}
header#primary-head.header_fixed .row-flex {
    border-color: transparent;
}
.contact-header {
    text-align: right;
    min-width: 200px;
}
.modal-body .forma-callback__btn p {
    width: 100%;
}

.modal-body .forma-callback__btn input {
    width: 100%!important;
}
.adress-header__wrp {
    display: flex;
    align-items: center;
}

.btn-new {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    background: #01AB47;
    display: inline-flex;
    color: #fff;
    padding: 0px 25px;
    line-height: 55px;
    text-transform: uppercase;
    border: 1px solid #01AB47;
    text-decoration: none;
    transition: 0.2s;
    border-radius: 4px;
    justify-content: center;
    position:relative;
    overflow:hidden;
}

.btn-new.btn-border {
    font-weight: bold;
    text-transform: none;
    border-radius: 4px;
    background: #fff;
    color: #01AB47;
    border: 1px solid #01AB47;
    font-size: 12px;
}

.btn-new:hover {
    text-decoration: none;
    color: #fff;
    background: #028f3c;
    border-color: #028f3c;
}
.btn-new.btn-border:hover {
    background: #01AB47;
    color: #fff;
    border-color: #01AB47;
}

.banner-form__btn p:before,
.forma-callback__btn p:before,
.btn-new:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%,rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70% );
    top: 0;
    left: -100px;
    animation: shine 2s infinite linear;
    z-index: 1;
    pointer-events: none;
}

@keyframes shine {
  0% {
    left: -100px;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

.forma-callback__btn p {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.banner-form__btn p {
    display: inline-block;
    position: relative;
    overflow: hidden;
	width:100%;
}
.btn-new.btn-border:before {display:none!important;}

.adress-container {
    color: #0A0A0A;
    font-family: "Inter", sans-serif;
    max-width: 290px;
    margin-right: 30px;
    position: relative;
    padding: 20px 0;
}
.current-adress span {
    position: relative;
    padding-left: 15px;
    display: block;
}

.current-adress span:before {
    content: "";
    background:url(../img/adress.svg);
    width: 10px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 2px;
}
.logotype {
    margin-right: 30px;
}

.social-header {
    margin: 0 30px;
}

.contact-callback a {
    text-decoration: underline;
    color: #01AB47;
    font-weight: bold;
}

body {
    color: #0A0A0A;
    font-family: 'Inter', sans-serif;
}

.contact-phone a {
    color: #0A0A0A;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    padding-right: 11px;
}

.contact-phone a:before {
	content: "";
	background:url(../img/phone.svg);
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 1px;
}
.contact-phone {
    margin: 2px 0;
	    position: relative;
}
.social-header__title {
    margin-bottom: 5px;
}
.contact-phone a.msk:before {
    display: none;
}
.social-header__items a {
    display: inline-block;
    margin-right: 5px;
}
.current-adress {
	position:relative;
	padding-right: 25px;
	cursor: pointer;
}
.current-adress:after {
	/* content:""; */
	background:url(../img/chevron-down.svg);
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	transition: 0.2s;
	transform: rotate(0deg);
}
.header-button {
    flex-shrink: 0;
}
.other-adress a {
    color: #0A0A0A;
    display: block;
}
.other-adress a:hover {
    text-decoration: none;
}
.adress-container:hover .other-adress {
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.adress-container:hover .current-adress:after {
    transform: rotate(-180deg);
}
.grafic-work {
    position: relative;
    padding-left: 12px;
    display: inline-block;
}

.grafic-work:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    background: #01AB47;
    border-radius: 100px;
    box-shadow: 0px 0px 0px 3px rgb(1 171 71 / 30%);
    left: 0;
    top: 6px;
	animation: pulse 1.5s linear infinite;
}
.quiz-sidebar__top span:before {
	animation: pulse 1.5s linear infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.banner-index video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.banner-index {
    position: relative;
}
.banner-index__content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 100px 50px 70px 50px;
    max-width: 1060px;
}

.banner-index:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    opacity: 0.75;
}

.banner-index__content h1 {
    padding: 0;
    margin: 0 0 40px 0;
    color: #fff;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 400;
}

.banner-adv__item p {
    margin: 0;
}

.banner-adv__items {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px;
    margin-bottom: 40px;
}
.banner-index__content h1 span {
    font-weight: 800;
}
.banner-adv__item {
    max-width: 190px;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    position: relative;
    padding-top: 40px;
}

.banner-index__button {
    display: flex;
    align-items: center;
    grid-gap: 25px;
}

.btn-caption {
    font-size: 11px;
    font-family: "Inter", sans-serif;
    position: relative;
    padding-top: 25px;
    line-height: normal;
}
.banner-adv__item:before {
    content: "";
	background:url(../img/banner-chevron.svg);
	position:absolute;
	width:30px;
	height:30px;
	left:0;
	top:0;
}
.btn-caption:before {
    content: "";
    position: absolute;
    background:url(../img/cursor.svg);
    width: 22px;
    height: 22px;
    left:0;
    top:0;
    background-size: cover;
}
.banner-index__button .btn-new {
    min-width: 300px;
}
.banner-index__pasport {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.swiper-slide__sale {
    height: auto;
    min-height: 300px;
}

.sale-slider__item {
    height: 100%;
    border-radius: 2px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-size: cover;
}

.sale-slider__item.green {
    background-color: #01ab47;
}
.section-header, .section-header h2 {
    font-size: 45px;
    font-family: "Manrope", sans-serif;
    font-weight: bold;
    color: #0A0A0A;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.section-margin {
    margin: 90px 0;
}

.section-header {
    margin-bottom: 30px;
}
.sale-slider__item-title {
    font-size: 20px;
    font-weight: bold;
    font-family: "Manrope", sans-serif;
    margin-bottom: 5px;
}

.sale-slider__item.green .sale-slider__item-title {
    color: #fff;
}

.sale-slider__item-caption {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #4F4F4F;
    font-family: "Rubik", sans-serif;
}

.sale-slider__item.green .sale-slider__item-caption {
    color: #fff;
}
.single-blog-content blockquote {
    background: #f8f8f9;
    padding: 25px;
    border-left: 5px solid #01aa46;
    margin-left: 0;
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.single-blog-content blockquote p:nth-last-child(1) {
    margin: 0;
}

.typography, .typography strong {
    color: #24292e;
}
.sale-slider__item-more a {
    font-family: "Rubik", sans-serif;
    color: #01ab48;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 3px 0;
    border-bottom: 1px solid;
    text-decoration: none;
    font-size: 16px;
}
.sale-slider__item.green .sale-slider__item-more a {
    color: #fff;
}

.sale-slider__item.green .sale-slider__item-more a path {
    stroke: #fff;
}
.visa-price__item-price2 {
    text-align: center;
    font-size: 14px;
}

.visa-price__item-price2 p {
    margin: 0;
}

.visa-price__item-top {
    margin-bottom: 20px;
}
.sale-slider__item-more a path {
    stroke: #01ab48;
}

.sale-slider__item-more a span {
    transition: 0.2s;
    position: relative;
    right: 0px;
}

.sale-slider__item-more a:hover span {
    right: -5px;
}
.swiper-pagination {
    position: relative;
    bottom: 0!important;
    top: 0!important;
    margin-top: 20px;
}
.stages-work__itemsl.dark h3.stages-work__item-title {
    color: #fff;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #018d3c;
    margin: 0 5px!important;
}
.popular-country__item {
    border-radius: 2px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.popular-country__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.popular-country__item__wrp {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.visa-price__item-flag img {
    width: 60px;
}

.visa-price__item-flag {
    margin-bottom: 15px;
}
.popular-country__item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    opacity: 0.55;
    transition: 0.2s;
}

.popular-country__item-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popular-country__item-title a {
    color: #fff;
    text-decoration: none;
}

.popular-country__item-caption {
    font-size: 16px;
    color: #CCCCCD;
    line-height: 1.2;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.popular-country__item-title {
    margin-bottom: 5px;
    font-size: 22px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    text-decoration: none;
    font-weight: 800;
}

.popular-country__item-price {
    font-size: 22px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}

.popular-country__item-button a {
    width: 100%;
}

.popular-country__item-content-top {
    margin-bottom: 40px;
}
.popular-country__item:hover:after {
    opacity: 0.75;
}
.all-country {
    text-align: center;
    margin-top: 10px;
	/* display:none; */
}
.all-country a.btn-new {
    min-width: 220px;
}

.forma-one__wrp {
    background-size: cover;
    background-position: center;
    padding: 60px 0px;
    position: relative;
}

.forma-one__wrp:after {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.7;
}

.forma-one__wrp .container {
    position: relative;
    z-index: 1;
}

.forma-one__wrp .section-header h2 {
    color: #fff;
}

.forma-one__wrp .section-header {
    margin-bottom: 15px;
}

.forma-one__caption {
    font-size: 22px;
    color: #fff;
    line-height: 1.2;
    font-family: "Manrope", sans-serif;
    /* margin-bottom: 40px; */
    font-weight: 400;
}
.forma-callback p {
    margin: 0;
}

.forma-callback__title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    margin-bottom: 20px;
}

.forma-callback__inputs {
    display: flex;
    margin-bottom: 15px;
}

.wpcf7-form-control {
	width: 100%;
}
select.wpcf7-form-control,
input.wpcf7-form-control,
.form-control {
    height: 57px;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 14px;
    transition: 0.2s;
    width: 100%;
}
input[type="submit"].wpcf7-form-control {
	padding: 0 40px;
	width: 100%;
}
.banner-index__wrp.banner-serpage__wrp .banner-index__button {
    display: none;
}
.forma-callback__input select, .forma-callback__input input {
    width: 350px;
}

.forma-callback__btn input {
    width: auto;
}

.forma-callback__acceptance span.wpcf7-list-item {
    margin: 0;
}

.forma-callback__acceptance label {
    margin: 0;
    display: flex;
    align-items: baseline;
    cursor: pointer;
}
.forma-callback__acceptance label input {
    position: relative;
    top: 3px;
}
.forma-callback__acceptance {
    color: #fff;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    font-size: 12px;
}

.forma-callback__acceptance a {
    color: #01ab47;
}

.forma-callback__acceptance label input {
    margin-right: 10px;
}

.forma-callback__input {
    padding-right: 15px;
}

.btn-new.disabled, .btn-new:disabled {
    background: #01ab47;
    border-color: #01ab47;
    opacity: 1;
}

.form-control:focus {
    box-shadow: none;
}
.forma-callback__btn {
    position: relative;
    width: 100%;
}

.forma-callback__btn span.wpcf7-spinner {
    position: absolute;
    margin: 0;
    transform: scale(0.7);
    right: 10px;
    top: 50%;
    margin-top: -12px;
}

.forma-callback__btn input {
    padding: 0 40px;
}
.section-padding {padding:90px 0px;}
.type-visa__wrp {
    background: #1C1C1C;
}

.section-header.dark h2 {
    color: #fff;
}
.type-visa__pic img {
    width: 100%;
    border-radius: 4px;
    pointer-events: none;
}

.type-visa__pic {
    margin-bottom: 15px;
}

.type-visa__title, .type-visa__title h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 5px;
}
.continent-list__items h3 {
    margin: 0;
}
.type-visa__caption {
    color: #CCCCCD;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 1.4;
}
.swiper-padding {
    padding: 0 65px;
    position: relative;
}

.swiper-padding .swiper {
    position: unset;
}
.swiper-button-next, .swiper-button-prev {
    margin-top: -44px;
    width: 44px;
    height: 44px;
    background: #01ab47;
    border-radius: 100px;
    transition: 0.2s;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 14px;
    color: #fff;
    position: relative;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background: #000;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    right: -1px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    left: -1px;
}

.type-visa__wrp .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #01ab47;
}

.type-visa__wrp .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
}
.advantages-index__wrp {
    background-color: #1c1c1c;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.advantages-index__wrp:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.advantages-index__wrp .container {
    position: relative;
    z-index: 1;
}
.advantages-index__container .row {
    align-items: flex-end;
}

.advantages-index__wrp.section-padding {
    padding-bottom: 0;
}

.advantages-index__item {
    color: #fff;
    width: 33.3333%;
    padding: 0 15px 40px 15px;
}

.advantages-index__items {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
    margin: 0 -15px;
}

.advantages-index__item-title {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #fff;
}

.advantages-index__item-caption {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    line-height: 1.3;
}

.advantages-index__item-icon {
    margin-bottom: 10px;
}

.advantages-index__item-caption p:nth-last-child(1) {
    margin: 0;
}
.advantages-index__dogovor-title {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

.advantages-index__dogovor-caption {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.advantages-index__dogovor {
    padding-left: 40px;
}
.index-about__left {
    padding-right: 70px;
}

.index-about__text {
    font-size: 19px;
    font-family: 'Inter', sans-serif;
    line-height: 1.3;
}
.row-about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.sng-work {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    max-width: 390px;
    line-height: 1.3;
    margin: 0 50px;
}

.row-about__number {
    font-size: 180px;
    font-family: 'Manrope', sans-serif;
    font-weight: bold;
    letter-spacing: -18px;
    line-height: 145px;
    margin-bottom: 5px;
}

.row-about__text {
    font-size: 18px;
    font-family: 'Inter', sans-serif;
}
.index-about__right img {
    width: 100%;
}
.stages-work__itemsl {
    height: auto;
}

.stages-work__item {
    height: 100%;
    background-size: cover;
    background-position: center bottom;
    min-height: 450px;
    border-radius: 4px;
    padding: 30px;
	background-color: #f4f4f4;
}

.stages-work__item-title {
    font-size: 20px;
    font-family: 'Manrope', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: normal;
}

.stages-work__itemsl.dark {
    color: #fff;
}

.stages-work__item-caption {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    max-width: 220px;
    line-height: 1.3;
}
.stages-work__item-step {
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    font-weight: bold;
    color: #01ab47;
    margin-bottom: 15px;
}

.stages-work__item-step span {
    display: inline-block;
    padding: 10px 10px;
    background: #fff;
    line-height: 1;
    border-radius: 2px;
}
.video-review a {
    display: inline-flex;
    position: relative;
}

span.play-video {
    position: absolute;
    display: block;
    width: 90px;
    height: 90px;
    background:url(../img/play-video.svg);
    background-size: cover;
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -45px;
    border-radius: 100px;
}
.review-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.video-review {
    flex-shrink: 0;
    max-width: 500px;
    width: 100%;
}
.text-review {
    max-width: 290px;
    width: 100%;
}
.blago-review {
    max-width: 380px;
    width: 100%;
}

.text-review__item a {
    display: flex;
    height: 325px;
    justify-content: center;
    align-items: center;
}

.blago-review__item a {
    display: flex;
    height: 325px;
    justify-content: center;
    align-items: center;
}
.accordionjs {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
.accordionjs .acc_section {
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
  background: #F5F6F8;
  margin-bottom: 20px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
}
.accordionjs .acc_section .acc_head {
  position: relative;
  display: flex;
  cursor: pointer;
  padding: 20px 70px 20px 25px;
  align-items: center;
  min-height: 85px;
  font-weight: bold;
  line-height: 1.3;
}
.accordionjs .acc_section .acc_head h3 {
  line-height: 1.3;
  margin: 5px 0;
}
.accordionjs .acc_section .acc_content {
  padding: 20px 20px 20px 25px;
}
.accordionjs .acc_section:first-of-type,
.accordionjs .acc_section:first-of-type .acc_head {
}
.accordionjs .acc_section:last-of-type,
.accordionjs .acc_section:last-of-type .acc_content {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.accordionjs .acc_section.acc_active > .acc_content {
  display: block;
}
.accordionjs .acc_section.acc_active > .acc_head {
}
.faq-row {
    display: flex;
    margin: 0 -10px;
}

.faq-left {
    width: 50%;
}

.faq-right {
    width: 50%;
}

.faq-row > div {
    margin: 0 10px;
}
.acc_content {
    display: none;
}
.accordionjs .acc_section.acc_active > .acc_head:after {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    height: 1px;
    background: #CCCCCD;
    bottom: 0;
    left: 20px;
}
.accordionjs .acc_section .acc_head:before {
	content:"";
	background:url(../img/accordion-plus.svg);
	transition:0.2s;
	width: 28px;
	height: 28px;
	background-size: cover;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -14px;
}
.accordionjs .acc_section.acc_active > .acc_head:before {
	content:"";
	background:url(../img/accordion-minus.svg);
	width: 28px;
	height: 28px;
	background-size: cover;
}
.zadat-vopros {
    text-align: center;
    margin-top: 20px;
}

.zadat-vopros a.btn-new.btn-border {
    gap: 15px;
}

.zadat-vopros a.btn-new.btn-border:hover svg path {
    fill: #ffff;
}

.zadat-vopros a.btn-new.btn-border svg path {
    transition: 0.2s;
}
.forma-one__wrp.forma-two__content {
    padding: 60px 40px;
}

.forma-one__form {
    margin-top: 40px;
}
.top-footer {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    margin: 0px 0 90px 0;
}

.top-footer a {
    color: #0A0A0A;
}

.footer-contact-items > div {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}

.footer-contact-items > div:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
}

.footer-contact-adress:before {
	background-image:url(../img/fmaps.svg);
}
.footer-contact-grafic:before {
	background-image:url(../img/fclock.svg);
}
.footer-contact-phone:before {
	background-image:url(../img/fphone.svg);
}
.footer-contact-mail:before {
	background-image:url(../img/fmail.svg);
}
.footer-contact-items {
    margin-bottom: 20px;
    padding-right: 70px;
}

.footer-contact-social a img {
    width: 80px;
}

.footer-contact-social .social-header__items a {
    margin-right: 15px;
}
.section-header.section-header__online {
    margin-bottom: 20px;
    line-height: 1.25;
}
.top-footer__right {
    display: flex;
}

.top-footer__gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.top-footer__gallery {
    max-width: 270px;
    height: 100%;
}

.top-footer__maps {
    padding-left: 20px;
    width: 100%;
}

.top-footer__gallery-items {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin: 0 -5px;
}

.top-footer__gallery-items a {
    display: block;
    padding: 0 5px;
}

.top-footer__gallery-items a:nth-child(1) {
    width: 100%;
    padding-bottom: 10px;
}

.top-footer__gallery-items a:nth-child(2) {
    width: 50%;
}

.top-footer__gallery-items a:nth-child(3) {
    width: 50%;
}

.top-footer__widget-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 20px;
}

.top-footer__yamaps iframe {
    border-radius: 4px;
}
.top-footer__left .section-header {
    margin-bottom: 20px;
}
.bottom-footer {
    background: #0A0A0A;
    color: #fff;
    padding: 40px 0;
    font-family: 'Inter', sans-serif;
}

.bottom-footer a {
    color: #ffff;
}

.bottom-footer__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-menu {
    display: flex;
    width: 100%;
    margin: 0 50px;
    gap: 50px;
    font-size: 16px;
}

.footer-rekviziti {
    text-align: right;
    font-size: 14px;
    max-width: 400px;
    flex-shrink: 0;
}

.footer-privacy-link a {
    color: #373737;
    /* font-weight: bold; */
    /* text-decoration: underline; */
    font-size: 13px;
}

.footer-payicon {
    margin-bottom: 30px;
}

.footer-rekviziti-full p {
    margin: 0;
}

.footer-privacy-link {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.footer-rekviziti-full {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
}

.footer-logo {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-menu__item-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.footer-menu__item-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu__item-link ul li {
    margin-bottom: 5px;
}
.ancor-link {
    margin-top: -60px;
    display: block;
    padding-top: 60px;
}
.quiz-row {
    display: flex;
}

.quiz-container {
    width: 100%;
    background: #fbfbfb;
    border-radius: 4px 0 0 4px;
    /* height: 735px; */
}
.quiz-sidebar {
    max-width: 340px;
    flex-shrink: 0;
    padding: 40px;
    background: #F5F6F8;
    border-radius: 0 4px 4px 0;
}
.section-header__bottom {
    font-size: 24px;
    font-family: 'Manrope', sans-serif;
    text-transform: none;
    font-weight: 400;
    margin-top: 15px;
    line-height: normal;
}
.quiz-sidebar__expert {
    text-align: center;
}

.quiz-sidebar__expert-name {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    color: #01ab47;
}

.quiz-sidebar__expert-pic {
    display: flex;
    margin-bottom: 10px;
}

.quiz-sidebar__expert-position {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}

.quiz-sidebar__expert-pic img {
    width: 100%;
}

.quiz-sidebar__top span {
    display: inline-block;
    position: relative;
    background: #01ab47;
    color: #fff;
    border-radius: 5px;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 20px 10px 25px;
}

.quiz-sidebar__top span:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    left: 15px;
    top: 50%;
    margin-top: -2px;
    border-radius: 100px;
    opacity: 0.7;
}

.quiz-sidebar__top {
    text-align: right;
    margin-bottom: 15px;
}
.quiz-sidebar__buttons {
    margin-top: 65px;
}

.quiz-sidebar__buttons-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    margin-bottom: 15px;
}
.quiz-sidebar__buttons-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    color: #fff;
    background-color: #161923;
    background-size: cover;
    background-position: center;
}
.quiz-sidebar__buttons-item.audit {
	background-image: url(../img/quiz-btn1.png);
	margin-bottom: 15px;
}
.quiz-sidebar__buttons-item.rek {
	background-image:url(../img/quiz-btn2.png);
}
.b-quizgo-wrapper__inner-block,
.quiz-container iframe {
    height: 735px!important;
}
.quiz-sidebar__expert-pic img {
    height: 274px;
    object-fit: cover;
    width: 100%;
}
.modal-dialog {
    max-width: 360px;
    margin: 0 auto;
}
.forma-callback__popup .forma-callback__inputs {
    flex-wrap: wrap;
}

.forma-callback__popup .forma-callback__input select, .forma-callback__popup .forma-callback__input input {
    width: 100%;
}

.modal-content {
    background: #F8F8F9;
    border: 0;
    border-radius: 4px;
}

.forma-callback__popup .forma-callback__input {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
}

.modal-body {
    padding: 0 40px 40px 40px;
}

.forma-callback__popup .forma-callback__acceptance {
    color: #0A0A0A;
}
.modal-header {
    border: 0;
    padding: 40px 40px 20px 40px;
}

.modal-title {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    color: #474747;
    line-height: normal;
}

.modal-header .close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background: #01ab47;
    opacity: 1;
    text-shadow: none;
    outline: none!important;
    width: 35px;
    height: 35px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}
button.close span {
    display: block;
    line-height: 1;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}
.wpcf7-form.invalid .forma-callback__input.phone input {
    border: 1px solid red;
}
.wpcf7 form .wpcf7-response-output {
    display: none;
}
#sendok button.close.btn-new {
    background: #01AB47;
    opacity: 1;
    padding: 0px 25px;
    display: inline-flex;
    position: relative;
}

#sendok .modal-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#sendok .modal-body {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    color: #0A0A0A;
    text-align: center;
}

#sendok .modal-title {
    font-size: 30px;
    text-align: center;
    color: #0A0A0A;
}
.banner-index__wrp.banner-serpage__wrp .banner-index__content h1 {
    font-weight: 800;
    margin-bottom: 30px;
}
.banner-ser__row {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.banner-ser__form-wrp {
    max-width: 440px;
    padding: 60px 50px 60px 0px;
}

.banner-serpage__wrp .banner-index__content {
    width: calc(100% - 440px);
    padding: 100px 50px 100px 50px;
}

.banner-ser__form {
    background: rgb(248 248 249 / 90%);
    padding: 20px;
    border-radius: 4px;
}

.banner-form__privacy {
    font-size: 10px;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    color: #474747;
    margin-bottom: 10px;
}

.banner-form__privacy a {
    color: #01ab47;
}

.banner-form p {
    margin: 0;
}

.banner-form__title {
    font-size: 18px;
    font-weight: bold;
    color: #474747;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    line-height: normal;
    margin-bottom: 15px;
}
.banner-form__input {
    margin-bottom: 10px;
}

.banner-form__btn input {
    width: 100%;
}

.banner-form__btn {
    position: relative;
    margin-bottom: 10px;
}

.banner-form__btn span.wpcf7-spinner {
    position: absolute;
    right: 10px;
    margin: 0;
    transform: scale(0.7);
    top: 50%;
    margin-top: -12px;
}

.btn-caption:before {}

.banner-form__btn-capt .btn-caption {
    padding-top: 0;
    padding-left: 30px;
    color: #0A0A0A;
    font-size: 12px;
}

.banner-form label {
    margin: 0;
}
.banner-form__privacy input[type="checkbox"] {
    position: relative;
    top: 3px;
}
.banner-form__privacy .wpcf7-list-item {
    margin: 0;
}
.banner-form__privacy span.wpcf7-list-item-label {
    padding-left: 5px;
}
.banner-ser__title h1 {
    margin-bottom: 20px;
}
.banner-ser__title {
    margin-bottom: 40px;
}
.banner-ser__caption p:nth-last-child(1) {
    margin: 0;
    max-width: 800px;
}
.banner-ser__caption {
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}
.banner-serpage__wrp .banner-adv__items {
    margin-bottom: 0;
}
.banner-ser__caption p {
    margin-bottom: 15px;
}
.form-control:focus {
    border-color: #01ab4759;
}
.wpcf7-form.invalid .banner-form__input.phone input {
    border-color: red;
}
.visa-price__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: center;
}

.visa-price__item {
    width: 33.3333%;
    padding: 0 10px 0px 10px;
    margin-bottom: 20px;
}
.visa-price__item_c {
    padding: 20px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.visa-price__item_cover {
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    height: 100%;
    /* background: #f4f4f4; */
    border: 2px solid #01ab47;
}
.visa-price__item_cover:before {
    /* content: ""; */
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.visa-price__item-title {
    font-size: 24px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    color: #0A0A0A;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}
.visa-price__item-typevisa span {
    display: inline-block;
    background: #fff;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    color: #01ab47;
    padding: 6px 15px;
}
.visa-price__item-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    flex-direction: column;
}
.visa-price__item-caption {
    font-size: 14px;
    color: #CCCCCD;
    font-family: 'Inter', sans-serif;
}
.visa-price__item-btn a {
    width: 100%;
}
.visa-price__item-caption ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.visa-price__item-caption ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 2px;
}
.visa-price__item-caption ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background: #CCCCCD;
    left: 0;
    top: 11px;
}
.visa-price__item-price {
    margin: 0px 0 10px 0;
    color: #01ab47;
    font-family: 'Rubik', sans-serif;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}
.documents-list__wrp {
    background-size: cover;
    background-position: center;
    position: relative;
}
.documents-list__wrp:before {
    content: "";
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.9;
}
.documents-list__wrp .container {
    position: relative;
    z-index: 1;
}
.section-header__bottom p:nth-last-child(1) {
    margin: 0;
}
.section-header.dark .section-header__bottom {
    color: #fff;
}
.documents-list__item-title {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: normal;
    color: #fff;
}

.documents-list__item {
    color: #fff;
    width: 33.3333%;
    margin-bottom: 30px;
    padding: 40px 15px 0 15px;
    position:relative;
}

.documents-list__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.documents-list__item-caption {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: normal;
}
.documents-list__item:before {
    content: "";
    background: url(../img/banner-chevron.svg);
    position: absolute;
    width: 30px;
    height: 30px;
    left: 15px;
    top: 0;
}
.documents-list__wrp.section-padding {
    padding-bottom: 50px;
}
.doc-children__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.doc-children__item {
    background: #F5F6F8;
    border-radius: 4px;
    padding: 20px;
    height: 100%;
}
.doc-children__itemwrp {
    width: 33.3333%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.doc-children__item-title {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
    font-family: 'Rubik', sans-serif;
    padding-top: 40px;
}

.doc-children__item-title:before {
    content: "";
	background: url(../img/banner-chevron.svg);
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0px;
    top: 0;
}
.doc-children__item-title span {
    color: #CCCCCD;
    padding-left: 10px;
}
.texteditor-left {
    font-size: 19px;
    font-family: 'Inter', sans-serif;
    line-height: 1.4;
}
.texteditor-right img {
    width: 100%;
    border-radius: 4px;
}
.service-popular-country .popular-country__item__wrp:nth-last-child(1),
.service-popular-country .popular-country__item__wrp:nth-last-child(2),
.service-popular-country .popular-country__item__wrp:nth-last-child(3) {
    /* width: 33.3333%; */
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background: #000;
}
.visa-price__usa.true-usa {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.visa-price__podkluch__wrp {
    max-width: 310px;
    width: 100%;
}

.visa-price__usa.true-usa .visa-price__items {
    width: calc(100% - 310px);
    gap: 20px 0px;
}
.visa-price__podkluch {
    background: #01ab47;
    height: 100%;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.visa-price__podkluch-btn .btn-new {
    width: 100%;
    background: #fff;
    color: #0A0A0A;
}

.visa-price__podkluch-title {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    color: #fff;
    line-height: normal;
    margin-bottom: 20px;
}

.visa-price__podkluch-caption {
    font-size: 16px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

.visa-price__podkluch-price {
    font-family: 'Rubik', sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin: 10px 0;
    color: #fff;
}
.dop-documents-list__title {
    color: #fff;
    font-size: 24px;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}
.forma-callback__btn input[type="submit"].wpcf7-form-control {
    width: auto;
}
.visa-price__podkluch-btn .btn-new:hover {
    background: #ebebeb;
}
.visa-price__usa.true-usa .visa-price__item {
    margin: 0;
}
.visa-price__items.great-britain .visa-price__item {
    width: 33.3333%;
    min-height: 300px;
}
.texteditor-left p {
    margin-bottom: 15px;
}
.section-header__bottom2 {
    color: #fff;
    font-size: 20px;
    font-family: 'Manrope', sans-serif;
    text-transform: none;
    font-weight: 400;
    margin-top: 15px;
}

.documents-list__items.ates .documents-list__item {
    width: 25%;
}
.texteditor-primary__wrp.texteditor-dark {
    background: #161616;
}

.texteditor-primary__wrp.texteditor-dark .texteditor-left {
    color: #fff;
}
.advantages-ates__wrp {
    background: #01ab47;
    font-size: 24px;
    color: #ffff;
    font-family: 'Manrope', sans-serif;
    font-weight: bold;
    padding: 20px 0;
}

.advantages-ates p:nth-last-child(1) {
    margin: 0;
}

.advantages-ates {
    text-align: center;
}
.continent-item {
    background-size: cover;
    background-position: center;
    display: flex;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.continent-items__grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 300px);
}

.continent-item.continent-europe, .continent-item:nth-child(1) {
    grid-row: 1/3;
}

.continent-item.continent-usa, .continent-item:nth-child(2) {
    grid-row: 1/3;
}
.continent-item.continent-britan, .continent-item:nth-child(5) {
    grid-column: 3/5;
}

.continent-item__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    z-index: 1;
}

.continent-item__title {
    text-align: right;
    font-size: 22px;
    font-family: "Manrope", sans-serif;
    font-weight: 900;
    color: #ffffff;
    padding: 15px 25px;
    margin: 0;
}
.continent-item:after {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    transition: 0.2s;
}

.continent-item__flag {
    position: absolute;
    left: 0;
    top: 0;
}
.continent-item__btn {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    opacity: 0;
    text-decoration: none!important;
}

.continent-item:hover:after {
    opacity: 0.6;
}

.continent-item:hover .continent-item__btn {
    opacity: 1;
}
.continent-list__items ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
    grid-gap: 10px;
}

.continent-list__items ul li {}

.continent-list__items ul li a {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    color: #0A0A0A;
    text-decoration: none;
    background: #F5F6F8;
    padding: 12px;
    transition: 0.2s;
}

.continent-list__items ul li a span.continent-list__item-flag {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
}

.continent-list__items ul li a span.continent-list__item-title {
    padding-left: 10px;
}
.continent-list__items ul li a:hover {
    background: #01ab47;
    color: #fff;
}
.continent-list__items ul li a span.continent-list__item-flag img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    object-fit:cover;
}
.fancybox__content .continent-list__content {
    min-width: 1100px;
}
.continent-list__wrp {
    margin: 60px 0;
}

span.play-video {
	transition: all .2s;
	animation: shadow 1.5s infinite ease-out;
	background-color: #01AB47;
}
@keyframes shadow {
  0% {
    box-shadow: 0 0 10px 0px #01AB47, 0 0 10px 0px #01AB47; 
  }
  50% {
    box-shadow: 0 0 15px 6px rgba(255, 48, 26, 0), 0 0 4px 40px rgba(255, 48, 26, 0); 
  } 
  100% {
    box-shadow: 0 0 20px 6px rgba(255, 48, 26, 0), 0 0 4px 40px rgba(255, 48, 26, 0); 
  } 
}


.accordionjs .acc_section .acc_head:before {
	transition: all .2s;
	animation: shadow2 1s infinite ease-out;
	background-color: #01AB47;
	border-radius: 100%;
	/* box-shadow: 0 0 0px 5px rgb(1 171 71 / 10%); */
}
@keyframes shadow2 {
	0% {
		box-shadow: 0 0 0px 0px rgb(1 171 71 / 30%);
	} 
	50% {
		box-shadow: 0 0 0px 5px rgb(1 171 71 / 15%); 
	}
	100% {
		box-shadow: 0 0 0px 6px rgb(1 171 71 / 0%); 
	}
}
.top-footer__gallery-items a:nth-child(1) img {
    height: 180px;
}

.top-footer__gallery-items a:nth-child(2) img, .top-footer__gallery-items a:nth-child(3) img {
    height: 150px;
}
.created-by a {
    font-size: 12px;
    font-weight: 200;
    opacity: 0.2;
    transition: .2s;
}

.created-by {
    margin-top: 25px;
}

.created-by a:hover {
    opacity: 0.4;
    text-decoration: none;
}
span.tgutp-svg svg {
    width: 13px;
    height: 13px;
    position: relative;
    left: -1px;
}

.telegram-header a {
    display: flex;
    background: #2f89ce;
    padding: 10px 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    line-height: 1.3;
    height: 57px;
    align-items: center;
    gap: 10px;
}

.telegram-header {
    margin-right: 40px;
    max-width: 280px;
}

.telegram-header a br {
    /* display: none; */
}

.telegram-header a span.tgutp-svg {
    background: #ffff;
    /* padding: 5px; */
    border-radius: 100px;
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#choise-visa .section-margin {
    margin: 0px;
}

#choise-visa .continent-list__wrp {
    margin: 0 0 20px 0;
    border: 1px solid #e1e1e1;
    padding: 15px;
    border-radius: 10px;
}



#choise-visa .modal-body {
    padding: 0px 20px;
}

#choise-visa .section-header, #choise-visa .section-header h2 {
    font-size: 18px;
}

#choise-visa .continent-list__items ul li a {
    font-size: 14px;
    padding: 0;
    font-weight: 500;
    background: transparent;
}


#choise-visa .continent-list__items ul li a span.continent-list__item-flag {
    width: 20px;
    height: 20px;
}

#choise-visa .continent-list__items ul {
    grid-template-columns: 1fr 1fr;
}


#choise-visa .container {
    padding: 0;
}

#choise-visa .continent-list__wrp.section-margin {
    border: 0;
    padding: 0;
}

#choise-visa .section-header {
    margin-bottom: 15px;
}
#choise-visa .modal-dialog {
    margin: 50px auto;
	max-width: 95%;
}
#choise-visa .modal-header {
    padding: 20px 40px 20px 20px;
}
div#fixed-menu {
    position: fixed;
    left: -110%;
    top: 0;
    background: #fff;
    z-index: 1000;
    max-width: 280px;
    width: 100%;
    height: 100%;
    box-shadow: 15px 0px 20px -10px rgb(0 0 0 / 25%);
    transition: .2s;
}

div#fixed-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    left: 0;
    top: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}

.fixed-menu__container {
    padding: 20px 15px 20px 15px;
    height: 100%;
    overflow-y: auto;
}
.fixed-menu__container-logo {
    margin-bottom: 15px;
    text-align: center;
}
ul#menu-mobilnoe-menyu li a {
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    border-bottom: 1px solid #e7e7e7;
}
.fixed-menu__container-btn .btn-new.btn-border {
    font-size: 14px;
}
#fixed-menu button.close {
    position: absolute;
    right: -45px;
    top: 10px;
    margin: 0;
    padding: 0;
    background: #01ab47;
    opacity: 1;
    text-shadow: none;
    outline: none !important;
    width: 35px;
    height: 35px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}
ul#menu-mobilnoe-menyu li {}

.fixed-menu__container-contact .contact-header {
    text-align: left;
    margin: 0;
}

.fixed-menu__container-contact .contact-header .grafic-work {
    display: block;
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 4px;
}

.fixed-menu__container-contact .contact-header .grafic-work strong {
    /* display: block; */
}

.fixed-menu__container-contact .contact-phone a {
    font-size: 18px;
    padding-left: 25px;
}

.fixed-menu__container-contact .contact-phone a:before {
    width: 20px;
    height: 20px;
    background-size: 20px;
    top: 3px;
}

.fixed-menu__container-contact {
    margin: 20px 0;
}
.fixed-menu__container-contact .grafic-work:before {
    display: none;
}

.fixed-menu__container-btn a {
    width: 100%;
}
body.menu-open {
    overflow: hidden;
}

body.menu-open div#fixed-menu {
    left: 0;
}

body.menu-open div#fixed-overlay {
    opacity: 0.5;
    visibility: visible;
}
.fixed-menu__container-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-social {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.footer-social a {
    display: flex;
}

.footer-social a img {
    width: 34px;
}
.section-header h1 {
    margin: 0;
}

.single-page .section-header {
    margin: 30px 0 40px 0;
}
.typography {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
}

.typography p {
    margin: 0 0px 15px 0;
}

.typography a {
    color: #01AB47;
}
ul {}

.typography ul {
    list-style: none;
    padding: 0px 0 0 15px;
}

.typography ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

.typography ul li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #01AB47;
    left: 0;
    top: 11px;
    border-radius: 100px;
}
.typography ul li li:before {
    background: #2764a3;
}
.single-page__header h1 {
    font-size: 45px;
    font-family: "Manrope", sans-serif;
    font-weight: bold;
    color: #0A0A0A;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.single-page__header {
	margin-top: 30px;
    margin-bottom: 30px;
}

.page-caption {
    margin-top: 20px;
}
.partners-items__strana-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.partners-items__strana-flag img {
    width: 50px;
}

.partners-items__strana-flag {
    display: flex;
}

.partners-items__strana-title {
    font-size: 22px;
    font-weight: 700;
}

.partners-items__kontinent-title {
    font-size: 32px;
    font-weight: 700;
    color: #01AB47;
    margin-bottom: 25px;
}

.partners-items__posolstvo {
    display: flex;
    width: 100%;
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    /* border-radius: 15px; */
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
li.mega-current-menu-item > a {
    color: #01AB47!important;
}
.partners-items__strana {
    margin-bottom: 40px;
}

.clearfix {clear:both;}
.partners-items {
    margin-top: 50px;
}
.partners-items__posolstvo-city {
    width: 160px;
}

.partners-items__posolstvo-contact {
    text-align: right;
    width: 200px;
    display: flex;
    flex-direction: column;
}

.partners-items__posolstvo-contact div {
    line-height: 1.4;
}
.partners-items__posolstvo-adres {
    font-size: 14px;
    color: #757575;
}
.partners-items__kontinent {
    margin-bottom: 70px;
}
.partners-sidebar__form {
    padding: 40px;
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.partners-sidebar__form-title {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    color: #474747;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
}

.partners-sidebar__form .forma-callback__popup .forma-callback__input input {
    background: #F8F8F9;
    border: 1px solid #f1f1f1;
}

.partners-sidebar__form .forma-callback__btn p {
    width: 100%;
}

.partners-sidebar__form .forma-callback__btn p input {
    width: 100%!important;
}
.partners-sidebar {
    position: sticky;
    top: 190px;
}
.blog-items__wrp {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0px;
    margin: 0 -15px;
}

.blog-item {
    width: 33.3333%;
    padding: 0 15px;
}
.blog-item__content {
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.1);
    font-family: 'Inter', sans-serif;
    height: 100%;
    font-weight: 400;
}
.blog-item__meta {
    padding: 15px 25px;
}

.blog-item__date {
    font-size: 13px;
    color: #a9a9a9;
    margin-bottom: 10px;
}

.blog-item__title {
    margin-bottom: 15px;
}

.blog-item__title a {
    color: #0A0A0A;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 600;
    transition: .2s;
}

.blog-item__expect {
    font-size: 16px;
}

.blog-item__title a:hover {
    text-decoration: none;
    color: #01AB47;
}

.blog-item__thumbnaill a {
    display: flex;
}

.blog-item__thumbnaill img {
    height: 270px;
    object-fit: cover;
}
.wp-pagenavi {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    align-items: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: 0;
    margin: 0;
    padding: 0;
}

.wp-pagenavi span.pages {
    margin-right: 10px;
    opacity: 0.5;
}

.wp-pagenavi span.current {
    background: #01AB47;
    display: flex;
    justify-content: center;
    color: #fff;
    padding: 2px 10px;
}

.wp-pagenavi a {
    padding: 2px 9px;
    color: #0A0A0A;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
}

.wp-pagenavi a:hover {
    color: #01AB47;
}
.breadcrumbs {
    font-size: 13px;
    font-weight: 300;
    color: #000;
}

span.raz {
    padding: 0 5px;
    color: #9d9d9d;
}

.breadcrumbs a {
    color: #9d9d9d;
}
.single-blog-thumbnaill {
    margin-bottom: 15px;
}

.single-blog-content {
    margin-top: 20px;
    font-size: 16px;
}

body .tp_powered_by {display:none!important;}
.single-blog-content thead {
    background: #01AB47;
    color: #fff;
}

.single-blog-content table td {
    padding: 5px 10px;
    border: 1px solid #f1f1f1;
}

.single-blog-content thead td {
    font-weight: bold;
    padding: 10px;
}
.single-blog-thumbnaill img {
    max-height: 450px;
    object-fit: cover;
}
div#contacts {
    padding-top: 150px;
    margin-top: -150px;
}
.single-blog-faq {
    margin-top: 100px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-flyout > ul.mega-sub-menu {
    box-shadow: 0px 5px 15px -5px rgb(0 0 0 / 40%);
}
.page-touragent .banner-ser__row {
    background-size: cover;
    background-repeat: no-repeat;
}

.page-touragent .banner-index__content {
    width: 100%;
	max-width: none;
}
.page-touragent.banner-serpage__wrp {
    margin-top: 15px;
}
.page-touragent .banner-index__button {
    margin-top: 40px;
}
.page-touragent-adv {
    display: flex;
    gap: 30px;
    margin: 60px 0;
}

.page-touragent-adv__item {
    width: 33.3333%;
    text-align: center;
}

.page-touragent-adv__item img {
    border-radius: 100%;
    width: 150px;
}

.page-touragent-adv__item h2 {
    padding: 0;
    margin: 20px 0 10px 0;
    font-size: 22px;
}
li.mega-menu-tabbed > ul.mega-sub-menu {
    box-shadow: 0px 5px 15px -5px rgb(0 0 0 / 40%)!important;
}

li#mega-menu-item-2011 {
    /* padding-top: 10px!important; */
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	line-height:1.2;
}
#fixed-menu #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0;
}

#fixed-menu li.mega-menu-grid > ul.mega-sub-menu {
    box-shadow: none!important;
}

#fixed-menu #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {
    float: none;
    width: 100%;
}

#fixed-menu #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
    padding-bottom: 20px;
}

#fixed-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #01ab47;
}

#fixed-menu #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-flyout > ul.mega-sub-menu {
    box-shadow: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-weight: 400;
    text-transform: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
    font-weight: 400;
}
.popular-country__item-title h3 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0 0px 10px 0px;
    line-height: 1.4;
}
.visa-price__item-vhodit p, .visa-price__item-nevhodit p, .visa-price__item-dop p {
    margin: 0;
}

.visa-price__item-vhodit ul, .visa-price__item-nevhodit ul, .visa-price__item-dop ul {
    list-style: none;
    padding: 0;
    margin-top: 5px;
    font-weight: 300;
    font-size: 14px;
}

.visa-price__item-vhodit li, .visa-price__item-nevhodit li, .visa-price__item-dop li {
    position: relative;
    margin-bottom: 5px;
}

.visa-price__item-vhodit ul li:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background:url(../img/tariff-chevron.svg);
    background-size: cover;
    left: 0;
    top: 3px;
    border-radius: 100px;
}
.visa-price__item-vhodit ul li, .visa-price__item-nevhodit ul li {
    padding-left: 30px;
}

.visa-price__item-vhodit li:nth-last-child(1) {
    border: 0;
}

.visa-price__item-vhodit {
    margin-bottom: 30px;
    font-size: 16px;
}
.visa-price__item-nevhodit li:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background:url(../img/tariff-chevron2.svg);
    background-size: cover;
    left: 0;
    top: 3px;
    border-radius: 100px;
}
.visa-price__item-price2 p {
    display: inline-block;
    background: #f4f4f4;
    border-radius: 100px;
    padding: 10px 30px;
    color: #4f4f4f;
}
.visa-price__item-btn {
    margin-top: 30px;
}

.visa-price__item-dop {
    background: #fbfbfb;
    border-radius: 10px;
    padding: 10px 20px;
    border: 1px solid #f4f4f4;
    font-size: 14px;
}
.visa-price__item_cover.plshk {
    background: rgb(1 171 71 / 10%);
}

.visa-price__item_cover.plshk .visa-price__item-price2 p {
    background: #ffffff;
}

.plashka {
    position: absolute;
    background: #01ab47;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 1;
    right: 0;
    top: 0;
}
.text-bottomprice {
    padding: 30px;
    background: #f5f6f8;
    border-radius: 4px;
}
.text-bottomprice > h2:nth-child(1), .text-bottomprice > h3:nth-child(1), .text-bottomprice > h4:nth-child(1) {
    margin-top: 0;
}
.visa-price__item-vhodit ol {
    padding: 0;
    margin-top: 5px;
    font-weight: 300;
    font-size: 14px;
    list-style: none;
}
.visa-price__item-vhodit ol li {
    position: relative;
    padding-left: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #01ab47;
}
header .social-header__items img {
    width: 33px;
    height: 33px;
    border-radius: 100px;
    object-fit: cover;
}
.footer-contact-social .social-header__items img {
    border-radius: 100px;
}
.footer-social a img {
    border-radius: 100px;
    object-fit: cover;
}
.quiz-sidebar__buttons-podtitle {
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
}
.continent-list__wrp .section-header__bottom {
    font-size: 18px;
}
.texteditor-left li {
    margin-bottom: 15px;
}
.texteditor_pagevisa__wrp h3 {
    font-size: 24px;
	color: #0A0A0A;
}
span.chevron-num {
    position: absolute;
    top: 0px;
    right: 0;
    transform: rotate(0deg);
    transition: .2s;
}
span.chevron-num svg {
    width: 8px;
    height: 8px;
}
.contact-phone a.msk {
    position: absolute;
    right: 0;
    background: #fff;
    padding: 5px 10px 5px 10px;
    box-shadow: 0 0 10px -3px #000;
    top: 30px;
    opacity: 0;
    transition: .2s;
    visibility: hidden;
    z-index: 2;
}
.contact-phone:hover a.msk {
    opacity: 1;
    top: 20px;
    visibility: visible;
}







@media (max-width: 767px){

.banner-index__content h1 {
  font-size: 23px;
}


}