@charset "UTF-8";
:root {
  --font-family-sans-serif: "Montserrat", sans-serif;}
body {
  font-family: "Montserrat", sans-serif;
	padding-top: 0 !important;
}
.tooltip {
  font-family: "Montserrat", sans-serif;
   }
.popover {
  font-family: "Montserrat", sans-serif;
  }
.a2a_count {

  font-family: "Montserrat", sans-serif !important;
 }

.a2a_full_services .a2a_i {

  font-family: "Montserrat", sans-serif !important;
}
  .a2a_menu a {
    font-family: "Montserrat", sans-serif !important;
}
    .single-post .sharedaddy .sd-social-icon-text .share-btn span {
      font-family: "Montserrat", sans-serif; }
  

.bg-light {
    background: rgba(131, 25, 51, 0.3);
    position: relative;
    z-index: 2;
    padding: 0 !important;
}

.current-page-parent > a, .current_page_parrent > a, .current_page_item > a, .current-menu-item > a, .current-page-ancestor > a, .current-menu-ancestor > a {color: #fff !important; text-decoration: underline;}

@media (max-width: 992px) {.cz-handheld-menu .current-menu-item > a{color: #000 !important;}}


.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-light .navbar-toggler-icon {
    filter: grayscale(100%) brightness(500%) contrast(100%) saturate(0%);
}

@media (min-width: 992px) {
    .navbar-sticky.navbar-stuck {
		position:static !important;}}


.czi-phone::before {color:#fff;}
.topbar-link {font-size: 18px; font-weight: 600; color: #fff;}
.topbar-link:hover {color: #fff;}

.navbar-nav li a:hover {color:#fff !important; text-decoration: underline;}
.navbar-nav li ul li a:hover {color:#000 !important;}

@media (max-width: 768px) {
	.topbar-link {font-size: 14px;}}



.white {
    color: #fff;
}
.title {
    font-size: 30px;
    line-height: 1.2;
    margin: 50px 0 50px 0;
    text-align: center;
    font-weight: 600;
}
@media (max-width: 768px) {
	.title {
    font-size: 24px;
}}


.title:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-image: linear-gradient(270deg, #Fff 0%, #FFf 100%);
    margin: 10px auto;
    margin-bottom: 0;
}
@media (max-width: 1260px) {
    .d-md-inline-block {
        position: absolute;
    right: 0;
    }
}

::-webkit-input-placeholder       {opacity: 1;color:black !important; font-family: arial;}
::-moz-placeholder                {opacity: 1;color:black !important; font-family: arial;}
:-moz-placeholder                 {opacity: 1;color:black !important; font-family: arial;}
:-ms-input-placeholder            {opacity: 1;color:black !important; font-family: arial;}










.legion-header-bg {
    background-image: url("img/head-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
   width: 100%;
    float: left;
    z-index: 1;
	margin-top: -56px;
}


.head-icon { width: 32px; height: 31px; margin-left: 5px;}
.head-icon:last-child {margin-right: 10px;}

@media screen and (max-width: 768px) {
	.navbar-sticky .head-icon img {width: 22px;}
.navbar-sticky .head-icon {margin-left: 3px;}
}


.container.header { margin-bottom: 250px;}
.content-zagolovok { text-align:left; margin:200px 40% 100px 0%; font-weight:bold; color:#fff;}
	@media screen and (max-width: 768px) {
	.content-zagolovok {margin: 100px 40% 30px 0%; font-size: 30px;}
	.container.header {margin-bottom: 130px;}}

.big-zagolovok {font-size: 4vw; line-height: 1.25em;}	
.mini-zagolovok {font-size: 2vw; line-height: 1.25em; margin-top: 30px;}


.knopki-v-shapke {margin-bottom: 0px; text-align: left;}
.knopki-v-shapke div {color: #fff; display: inline-block; vertical-align: top; height:60px; border-radius:30px;}
.knopki-v-shapke div a {background:none; font-size:18px; line-height:0.9em; padding:22px 40px 22px 40px; }
.knopki-v-shapke div.knopka2 { margin-left:50px; border: 1px solid #fff; background:#fff;}
.knopki-v-shapke div.knopka2 a {padding-top:10px; padding-bottom:3px; color:#333; line-height:1em;}
.knopki-v-shapke div.knopka2 span{ font-size:14px; opacity:0.7;}

@media screen and (max-width: 768px) {
.knopki-v-shapke div a { font-size:13px;padding: 10px 15px 10px 15px;}
.knopki-v-shapke div.knopka2 {margin-left: 5px;}
.knopki-v-shapke div.knopka1 a {padding-top:15px;}
.knopki-v-shapke div {height: 45px;}
.knopki-v-shapke .d768none {display: none;}
}
@media screen and (max-width: 480px) {
.knopki-v-shapke div a {font-size:12px;padding: 10px 12px 10px 12px;}
.knopki-v-shapke div.knopka2 a span {font-size:11px;}
}
@-webkit-keyframes blick {
  0% {
    left: -80%;
  }
  100% {
    left: 160%;
  }
}
@keyframes blick {
  0% {
    left: -80%;
  }
  100% {
    left: 160%;
  }
}
.md-main-color-btn {
    color: #fff;
	
	    font-size: 18px;
    line-height: 0.9em;
    padding: 22px 50px 22px 50px;

    border-radius: 10rem;
    border: 1px solid #fff;
    background-color: #dddddd00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.md-main-color-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5645833333vw;
  height: 300%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff24;
  -webkit-animation: blick 3s linear infinite;
          animation: blick 3s linear infinite;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}


@media screen and (max-width: 768px) {
.md-main-color-btn {font-size: 14px;line-height: 0.9em;padding: 15px 40px 15px 40px;}
}




.header-dark {width:100%; height:153px; background: rgba(0,0,0,0.4); position:absolute; bottom:0; z-index:2}
.header-dark .icon {width:25%; float:left; color:#fff; margin-top:0px; padding:0px 2% 0 2%; background-position:top center; background-repeat:no-repeat; text-align:center; font-size:12px;}
.header-dark .icon div {font-size:16px; line-height:1.2; margin-bottom:5px; font-weight: 600;}
.header-dark .icon div span {color: #cb4465;}
@media screen and (max-width: 768px) {
.header-dark .icon,  .header-dark .icon div {font-size:8px;}
.header-dark {height: 100px;}
.header-dark .icon {padding: 0px 2% 0 2%;}}

.hover-rotate {
  overflow: hidden;
  padding: 10px 0 0 0;
  width: 100%;
	height: 65px;
	margin: 8px 0;}
.hover-rotate img {transition: all 0.3s;
  height: 47px;}
.hover-rotate:hover img {
  transform: scale(1) rotate(25deg);}
@media screen and (max-width: 768px) {
	.hover-rotate {padding: 2px 0 0 0; height: 34px;}
.hover-rotate img {height: 30px;}

}





.legion-tariff {background-image: url(img/bg-tariff.png);
    background-repeat: repeat-y;
    background-position: center;
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}



.text-tarrif {
	width: 100%; padding: 20px; margin-top: -20px;
}
.text-tarrif p {font-weight: bold; margin-bottom: 0px; margin-top: 20px;}


.tarif-container {float: left; width: 100%; margin-bottom:30px; position: relative;/*padding-bottom: 40px;*/}
.tarif-container .blue-bg {
	position: absolute;
    width: 100%;
    height: calc(100% - 0px);
    margin: 25px 0 0;
    background: #131150;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}
.tarif-container .blue-bg:before {
	content: '';
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    top: -40px;
    left: 0;
    background: #fff;
    border-radius: 100% / 80px;
}
.tarif-container .blue-bg:after {
	content: '';
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: -40px;
    left: 0;
    background: #fff;
    border-radius: 100% / 80px;
}
.tarif-container * {box-sizing: border-box;}
.tarif-container-flex {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
	margin-top: 10px;
}
.tarif-block {
    position: relative;
    border:0; background: #fff;
	width: 31%;
	margin-bottom:2%;
	border-radius: 0px;
	overflow: hidden;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
/*.page- .tarif-block {width: 31%;}*/

.tarif-block:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.tarif-img {
    position: relative; z-index: 0; width: 100%;
}

.tarif-title {
    font-size: 24px;
    line-height: 25px;
    font-weight: bold;
    display: block;
	color: #fff;
    padding: 20px;
    background: rgba(131, 25, 51, 0.8);
	position: relative; z-index: 1; margin-top: -62px;
	width: 100%; height: 62px;
}
.tarif-title-time {
    color: #777;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    margin: 5px 0 0 0;
    display: block;
}
.tarif-price {
    display: block;
    text-align: center;
            background-image: linear-gradient(270deg, #FE6053 0%, #FFAF57 100%);
		border-radius: 15px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    padding: 23px 0;
	width: 90%;
	margin: 0 auto;
}
.tarif-ul {
    list-style: none;
    padding: 20px 20px 0px 40px;
}
.tarif-ul > li {
    position: relative;
    margin-bottom: 10px;
    color: #000000;
	font-size: 13px;
}
.tarif-ul > li:last-child {
	margin-bottom: 0;
}
.tarif-ul > li:before {
    position: absolute;
    top: 6px;
    left: -24px;
    content: '';
    width: 6px;
    height: 6px;
    background: #FE6053;
    border-radius: 100%;
}
.tarif-gift:before {
    width: 17px!important;
    height: 17px!important;
    border-radius: 0!important;
    background: url(../img/sprite.png) no-repeat -755px -1px!important;
    left: -28px!important;
}
.tarif-buttons {
    margin:5%;
	margin-bottom:40px;
	position:absolute;
	bottom:0;
	width:90%;
	text-align:center;
}
.page- .tarif-buttons {text-align:inherit; margin-bottom:5%;}
.tarif-more {
    color: #333;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    text-decoration: underline;
	float:left;
	font-weight: bold;
	display:none;
}
.page- .tarif-more {display:inherit}

.tarif-more:hover {
	text-decoration: none;
}
.tarif-order {
    /*background: linear-gradient(to right, #b64cea 0%,#06eeb4 100%)!important;*/
	background:#fff; 
	border:2px solid #FE6053;
    color: #FE6053;
	border-radius: 4px;
    padding: 16px 43px;
    line-height: 1;
    font-size: 16px;
	font-weight: bold;
    cursor: pointer;
	float:none;
	margin-top: -16px;
}
.page- .tarif-order {float:right;}

.page-tariff {padding-bottom: 60px;}


@media only screen and (max-width: 992px) {
  .tarif-block{width: calc(50% - 10px);}
}
.stab-txt-sm {
	display: none !important;
}

.more-info-container {
	text-align: center;
	padding:20px 0;
}
.more-info-btn {
	/*background: linear-gradient(270deg, #FE6053 0%, #FFAF57 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
	border-bottom: solid 1px #FE6053;
	padding-bottom: 3px;
}
.more-info-list {
	text-align: left;
	
}


@media only screen and (max-width: 768px) {
		.tarif-order {padding: 12px 30px;}
  .tarif-block{width: 100%;}
	.slick-slide {
		margin: 0 5px;
	}
	
	.tabs-main {
		height: 223px;
		position: relative;
		overflow-y: scroll;
		border-bottom: 0;
	}
	
	.tarif-container .inner {
		/*padding-bottom: 15px;*/
		padding: 0 0 15px 0;
	}
	.slick-dots {
		text-align: center;
		margin-top: 20px;
	}
	.slick-dots li {
		display: inline-block;
		margin: 0 5px;
		opacity: .4;
		
	}
	.slick-dots li.slick-active {
		opacity: 1;
	}
	.slick-dots li button {
		display: block;
		width: 8px;
		height: 8px;
		background: #333;
		overflow: hidden;
		text-indent: -9999px;
		border-radius: 50%;
		outline: none;
	}
	/*
	.tarif-more {
		float: none;
		display: block;
		line-height: normal;
		text-align: center;
	}
	.tarif-order {
		float: none;
		display: block;
		line-height: normal;
		margin-top: 10px;
		text-align: center;
	}
	*/
	

	.tarif-price {

	}
	.tarif-ul {
		padding: 20px 5% 20px calc(25px + 5%);
	}
	.slick-track {
		display: flex;
		align-items: stretch;
	}
	.services-tabs {
		border-bottom: solid 3px #b5077b;
	}
	.services-tabs li {
		height: 200px;
		border-width: 2px !important;
		margin: 0 2px -3px;
		font-weight: normal;
		min-width: calc(32% - 8px);
		padding: 70px 5px 15px 5px;
	}
	.stab-txt-sm {
		display: block !important;
	}
	.stab-txt-big {
		display: none !important;
	}
	.services-tabs li span {
		font-size: 12px;
		font-weight: normal;
	}
	.services-tabs li:hover {
		border-width: 2px !important;
	}
	.slick-slide img {
		/*width: 45px;*/
	}
	
	.services-tabs li div {font-size: 15px; font-weight:bold;}
	
	
.tabs [class^="tab"] label,
  .tabs [class*=" tab"] label {

    font-size: 16px;
    line-height: 1em;
	  padding: 1rem 0;
}
	
}




.tabs-content-container .title {
	color: #131150;
	margin-top:5px;
}
.tabs-content-container .title:after {
	background: #131150
}

@media only screen and (-o-min-device-pixel-ratio: 5/4),
       only screen and (-webkit-min-device-pixel-ratio: 1.25),
       only screen and (min--moz-device-pixel-ratio: 1.25),
       only screen and (min-device-pixel-ratio: 1.25),
       only screen and (min-resolution: 1.25dppx) {
	   .services-tabs li {
			background-size: 32px !important;
		}
}






.why-we-div { width: 18%; margin: 1%; padding: 2%; background: #f5f5f5; text-align: center;}
.why-we-div p { font-weight: 600; line-height: 1.2; font-size: 16px; margin-top: 15px;}
@media only screen and (max-width: 992px) {
.why-we-div p {font-size: 14px;}
}
@media only screen and (max-width: 768px) {
	.why-we-div { width: 48%; margin: 1%;}
}


.testimonials-bg {background-image: url(img/testimonials-bg.jpg);
    background-repeat:no-repeat;
    background-position: center;
	background-size: cover;
    width: 100%;
    float: left;}

.tarif-container-flex.testimonials {display: flex;
    flex-flow: row wrap;
    align-content: space-between;
    justify-content: center;}

.testimonial-img {width: 21%;
      margin: 2%; text-align: center;}
.testimonial-img img {text-align: center;display: block;
      margin: 0 auto;}



.ant-section__ant066_contact {
background-image: url(img/contact-bg.jpg);
    background-repeat:no-repeat;
    background-position: center;
	background-size: cover;
    width: 100%;
    float: left;

}


.ant066_contact-contact-cover .mt-4, .ant066_contact-contact-cover .my-4 {
    margin-top: 0 !important; padding: 0 !important;
}



.footer-dark .pt-5 { }

.bg-darker {background-image: url(img/bg-tariff.png);
    background-repeat: repeat-y;
	background-position: center;}

.bg-dark {width: 100%;
	float: left;}



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.navbar-nav li a {font-size: 14px;}
@media (max-width: 1200px) {
.navbar-nav li a {font-size: 11px;}
	    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 5px;
        padding-left: 5px;
    }
}


.bg-darker {
    background-color: #fff !important;
}

.site-main#content {
	min-height: 1000px;
}
.home .site-main#content {
	min-height: inherit !important;
}


.excursii-left {float: left; width: 50%; text-align: right;}
.excursii-left img {max-width: 300px;}
.excursii-right {float: right; width: 50%; padding: 30px;}
.excursii-p {font-size: 20px; font-weight: 600;}

@media (max-width: 600px) {
	.excursii-left {float: none; width: 100%;}
.excursii-right {float: none; width: 100%; padding: 30px; padding-top: 10px}
	.excursii-left img {max-width:none; width: 100%;}
}



.wpforms-lead-forms-container {
    padding: 0px !important;
}
.wpforms-submit {
    background-color: #831933 !important;
}
.wpforms-submit:hover {
    opacity: 0.8;
}




 .steps {
      max-width: 1200px;
      margin: 0 auto;
    }

    .steps__list {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 40px;
      padding-top: 40px;
      border-top: 1px solid #e5e5e5;
      position: relative;
    }

    /* Линия под кругами */
    .steps__list::before {
      content: "";
      position: absolute;
      top: -1px;
      left: 0;
      right: 0;
      height: 1px;
      background: #e5e5e5;
      z-index: 0;
    }

    .step {
      flex: 1 1 0;
      min-width: 0;
      position: relative;
      padding-top: 32px;
    }

    /* Красный круг с номером */
    .step__num {
      position: absolute;
      top: -22px;
      left: 0;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-image: linear-gradient(270deg, #831933 0%, #cb4465 100%);
      color: #fff;
      font-weight: 600;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1;
    }

    .step__title {
      font-weight: 700;
      font-size: 22px;
      margin-bottom: 16px;
    }

    .step__text {
      font-size: 16px;
      line-height: 1.6;
      color: #333;
    }

    /* Адаптивность */
    @media (max-width: 1024px) {
      .steps__list {
        gap: 24px;
      }

      .step__title {
        font-size: 20px;
      }
    }

    @media (max-width: 768px) {
      .steps__list {
        flex-direction: column;
        gap: 32px;
        padding-top: 32px;
      }

      .steps__list::before {
        display: none; /* убираем общую линию */
      }

      .step {
        padding-top: 0;
        border-top: 1px solid #e5e5e5;
        padding-top: 32px;
      }

      .step:first-child {
        border-top: none;
        padding-top: 0;
      }

      .step__num {
        position: static;
        margin-bottom: 16px;
      }
    }

    @media (max-width: 480px) {
      body {
        padding: 24px 16px;
      }

      .step__title {
        font-size: 18px;
      }

      .step__text {
        font-size: 15px;
      }
    }