/*@media screen and (max-width: 374px) {
(  .price__item:nth-child(2) .price__link .price__button {
padding: 22px 30px !important;
}
}
.price__item:nth-child(2) .price__link .price__button{
padding: 22px 20px;
}*/
#toTop {
  width: 60px;
  background: #0C999C;
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 85px;
  height: 60px;
  right: 35px;
  cursor: pointer;
  color: #333;
  font-family: verdana;
  font-size: 11px;
  display: block;
  border-radius: 20px;
  z-index: 10;
}
@media screen and (max-width: 1179px) {
  #toTop{
	width: 50px;
	height: 50px;
  }
  #toTop img{
	width: 40px;
  }
}
.ek-feedback-container {
  padding: 64px 0;
  overflow: hidden;
}
.ek-feedback-container > * {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
.ek-swiper__title {
  text-align: center;
  color: #101828;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.6px;
  margin: 0;
}
.mySwiper-feedback {
  /*  max-width: 1320px;*/
  max-width: 1240px;
  box-sizing: border-box;
  user-select: none;
  /*overflow: initial;*/
  overflow: hidden;
  /* padding: 0 60px;*/
  padding: 0 20px;
}
.swiper-wrapper_feedback {
  padding: 32px 0 !important;
  height: 508px !important;
}
.swiper-slide-feedback {
  background: #f9fafb;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}
.swiper-slide-feedback img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ek-feedback-item {
  padding: 52px;
}
.ek-quotes-container {
  width: 24px;
  height: 24px;
  margin-bottom: 16px;
}
.ek-quotes {
  width: 100%;
}
.ek-feedback-text {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #2b3541;
  line-height: 130%;
  margin-bottom: 20px;
}
.ek-feedback__author {
  display: flex;
}
.ek-feedback__author-image-container {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  flex-shrink: 0;
}
.ek-feedback__author-image {
  width: 100px;
  border-radius: 50%;
}
.ek-feedback__author-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ek-feedback__author-star{
  display: flex;
  align-items: center;
}
.ek-feedback__author-star svg{
  margin-right: 4px;
  margin-top: -1px;
}
.ek-feedback__author-name,
.ek-feedback__author-star{
  margin: 0;
  color: #2b3541;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 4px;
}
.ek-feedback__author-status {
  margin: 0;
  color: #667085;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.buttons {
  display: none;
}
@media screen and (max-width: 1179px){
  .mySwiper-feedback {
	padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .ek-feedback-container {
	padding: 40px 0;
  }
  .ek-swiper__title {
	font-size: 28px;
  }
  .mySwiper-feedback {
	/* padding: 0 8%;*/
	padding: 0 4%;
  }
  .swiper-wrapper_feedback {
	padding: 32px 0 20px !important;
  }
  .ek-feedback-item {
	padding: 32px 20px;
  }
  .ek-feedback-text {
	font-size: 16px;
  }
  .swiper-pagination {
	display: none;
  }
  .buttons {
	display: flex;
	gap: 12px;
	justify-content: flex-end;
  }
}
@media screen and (max-width: 540px) {
  .swiper-wrapper_feedback {
	height: 552px !important;
  }
  .ek-feedback-item {
	padding: 20px;
  }
}
@media screen and (max-width: 375px) {
  .mySwiper-feedback {
	padding: 0 5%;
  }
}
.swiper-pagination {
  position: static;
}
.swiper-pagination > * {
  padding: 0.5px;
  transition: 0.3s;
}
.swiper-pagination-bullet-active {
  background: #0c999c !important;
  width: 25px;
  border-radius: 5px;
}
.swiper-button-next_feedback,
.swiper-button-prev_feedback {
  width: 49px;
  height: 49px;
  border-radius: 28px;
  border: 1px solid #e4e7ec;
  background: #fff;
  backdrop-filter: blur(4px);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.swiper-button-next_feedback:hover,
.swiper-button-prev_feedback:hover {
  border: 1px solid #e4e7ec;
  background: #86ccce;
}
.swiper-button-next_feedback:active,
.swiper-button-prev_feedback:active {
  border: 1px solid #e4e7ec;
  background: #0c999c;
}
.swiper-button-prev_feedback {
  transform: rotate(180deg);
}
.toggle .toggle-title i {
  position: absolute;
  /* background: url() 0px -24px no-repeat; */
  content: url(/storage/landings/base-strat/plus.png) !important;
  width: 44px !important;
  height: 44px !important;
  background-color: #fff;
  border-radius: 12px;
  padding: 8px;
  transition: all 0.3s ease;
  /* margin: 28px !important; */
  right: 0;
}
.toggle .toggle-title.active i {
  /* background: url(../images/person1.jpg) 0px 0px no-repeat; */
  content: url(/storage/landings/base-strat/minus.png)  !important;
  transform: rotate(180deg);
  background-color: #E7FEF6;
}
h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.02em;
  color: #2B3541;
  margin-bottom: 32px;
}
h1 span {
  color: #C73677;
}
#ignwb, #it62c{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
#izmzx{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
#ignwb iframe, #ikuwk iframe, #it62c iframe{
  border-radius: 20px;
}
#inx5i.modal-close, #ikuwk.modal-close, #i4cyh.modal-close, #ihscg.modal-close, #i4vz9.modal-close{
  display: none !important;
}
.modal__close:after, .modal__close:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 7px;
  width: 18px;
  height: 2px;
  background-color: #016869;
}
.modal__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal__close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-open {
  display: block !important;
  animation-name: openModal;
}
@keyframes openModal{
  0% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}
.modal {
  display: none ;
  position: fixed;
  top: 0;
  left: 0;
  padding: 5em 0;
  width: 100vw;
  height: 100%;
  font-family: Museo Sans, Arial, sans-serif;
  font-size: 1rem;
  background-color: rgba(4, 71, 72, .7);
  opacity: 0;
  overflow-y: auto;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  z-index: 2021;
}
.modal__wrapper {
  border-radius: 20px;
  position: relative;
  margin: 0 auto;
  padding: 7em;
  width: 100em;
  text-align: left;
  background-color: #fff;
}
.modal__close {
  position: absolute;
  top: 40px;
  right: 80px;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  z-index: 1;
}
.gjs-widget {
  overflow: initial !important;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.button-colors {
  margin: 0 0 12px 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.col-md-12 {
  padding-left: 0;
  margin: 0;
}
.container-new {
  max-width: 1200px;
  margin: 0 auto;
}
.conference .container-new{
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
}
.conference{
  background-image: url("/storage/landings/base-strat/cover.png");
}
.conference-info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.conference-info img{
  width:100%;
}
.conference p:first-child{
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  color: #0C999C;
  margin-bottom: 32px;
  margin-top: 0;
}
.conference p{
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin: 32px 0 30px 0;
  max-width: 590px;
}
.conference-time, .conference-place{
  display:flex;
  align-items: center;
}
.conference-time{
  margin-bottom: 8px;
}
.conference-place{
  margin-bottom: 40px;
}
.conference-time p, .conference-place p{
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  color: #2B3541;
  margin: 0 0 0 8px;
}
.btn-buy{
  background-color: #0C999C;
  color: #FFFFFF;
  width: 318px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-buy:hover, .btn-buy:focus, .btn-buy:active {
  background: #0fc6ca ;
  border-color: #0fc6ca;
  color: #fff;
}
h2{
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.02em;
  color: #2B3541;
  margin-bottom: 32px;
}
h2 span{
  color: #C73677;
}
.results, .topic, .locations, .organisers, .useful{
  padding: 64px 0;
}
.results-carts {
  display: flex;
  justify-content: space-between;
}
.results-cart {
  background-color: #f5f6fb;
  height: 259px;
  width: 284px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  padding: 20px;
}
.results-cart p{
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  max-width: 244px;
}
.numbers{
  padding: 64px 0 43px 0;
}
.numbers-carts{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.numbers-cart, .numbers-cart img{
  width: 386px;
  border-radius: 20px;
}
.numbers-cart{
  margin-bottom: 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.numbers-cart span{
  font-size: 64px;
  font-weight: 500;
  line-height: 83.2px;
  letter-spacing: -0.02em;
  color: #fff;
}
.numbers-cart p{
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #fff;
  margin: 0;
  max-width: 332px;
}
.numbers-cart:nth-child(2){
  background-color: #59A996;
  padding: 20px;
  border-radius: 20px;
}
.numbers-cart:nth-child(4){
  background-color: #C73677;
  padding: 20px;
  border-radius: 20px;
}
.numbers-cart:nth-child(6){
  background-color: #274395;
  padding: 20px;
  border-radius: 20px;
}
.video-section{
  padding: 64px 0;
}
.video-section h2{
  padding: 0 150px;
  text-align: center;
}
.click-for-video img{
  width: 100%;
  cursor: pointer;
}
.youtube {
  width: 100%;
  /* height: 676px;*/
}
/*div.youtube {
display: none;
}*/
.programm {
  padding: 64px 0;
}
.programm h2{
  text-align: center;
}
.programm-info-line_1, .programm-info-line_2, .programm-info-line_3{
  display: flex;
  justify-content: space-between;
}
.programm-info-line_1__program{
  background-color: #C73677;
  color: #FFFFFF;
  margin: 0 0 0 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 41.6px;
  letter-spacing: -0.02em;
  border-radius: 20px;
  padding: 66px 20px;
  width: 354px;
  height: 216px;
}
.programm-info-line_1__items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 216px;
}
.programm-info-line_1__items p{
  background: #F5F6FB;
  font-size: 22px;
  font-weight: 600;
  line-height: 28.6px;
  padding: 20px;
  margin: 0;
  border-radius: 20px;
  width: 354px;
}
.programm-info-line_2{
  margin: 20px 0;
}
.programm-info-line_2__program {
  background-color: #274395;
  color: #FFFFFF;
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 41.6px;
  letter-spacing: -0.02em;
  border-radius: 20px;
  padding: 66px 20px;
  width: 354px;
}
.programm-info-line_3__program {
  background-color: #040245;
  color: #FFFFFF;
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 41.6px;
  letter-spacing: -0.02em;
  border-radius: 20px;
  padding: 66px 20px;
  width: 216px;
  height: 216px;
}
.programm-info-line_4__program {
  background-color: #59A996;
  color: #FFFFFF;
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 41.6px;
  letter-spacing: -0.02em;
  border-radius: 20px;
  padding: 66px 20px;
  width: 354px;
  height: 216px;
}
.programm-info-line_1__block{
  display: flex;
}
.topic{
  background-image: url(/storage/landings/base-strat/cover.png);
}
.topic h2{
  text-align: center;
}
.topic-content{
  display: flex;
  background-color: #FFFFFF;
  border-radius: 20px;
}
.topic-content img{
  width: 597px;
  border-radius: 20px;
}
.topic-content-desc{
  padding: 32px 29px 32px 19px;
}
.topic-content-desc p{
  font-size: 18px;
  font-weight: 400;
  line-height: 20.8px;
  margin-bottom: 8px;
  color: #2B3541;
}
.topic-content-desc p:first-child{
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 12px;
}
.topic-content-desc p:last-child{
  margin-bottom: 0;
}
.speakers{
  padding: 64px 0 52px 0;
}
.speakers-card{
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  margin-bottom: 12px;
  height: 230px;
}
.speakers-card:first-child{
  background-color: #59A996;
}
.speakers-card:nth-child(2){
  background-color: #274395;
}
.speakers-card:nth-child(3){
  background-color: #C73677;
}
.speakers-card:last-child{
  background-color: #274395;
}
.speakers-card:nth-child(4){
  background-color: #040245;
}
.speakers-card-img{
  display: flex;
}
.speakers-card-img img{
  border-radius: 20px;
}
.speakers-card-img-desc{
  color: #fff;
  width: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
}
.speakers-card-img-desc span{
  font-size: 32px;
  font-weight: 600;
  line-height: 41.6px;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.speakers-card-img-desc p{
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  margin-bottom: 0;
}
.speakers-card-img-desc-video{
  cursor: pointer;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 18px;
  padding: 4px 12px;
  max-width: 207px;
  justify-content: space-between;
  margin-top: 20px;
}
.speakers-card-img-desc a{
  color: #080808;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
}
.speakers-card-desc{
  background-color: #FFFFFF;
  margin: 20px;
  max-width: 500px;
  border-radius: 20px;
  padding: 20px;
}
.speakers-card-desc p{
  color: #667085;
  margin-bottom: 8px;
}
.speakers-card-desc  ul {
  list-style-image: url("/storage/landings/base-strat/check.png");
  padding: 0 0 0 20px;
  margin: 0;
}
.speakers-card-desc  ul li{
  margin-bottom: 8px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #2B3541;
}
.map{
  padding: 64px 0;
}
.map-title{
  display: flex;
  justify-content: space-between;
}
.map-title h2{
  max-width: 486px;
}
.map-title p{
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #2B3541;
  max-width: 584px;
}
.locations h2{
  text-align: center;
}
.locations-event{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 590px;
}
.location-event{
  margin-bottom: 18px;
}
.location-event:nth-child(3), .location-event:nth-child(4){
  margin-bottom: 0;
}
.location-event img{
  width: 286px;
}
.youtube iframe{
  width: 100%;
  height: 675px;
  border-radius: 20px;
  border: none;
}
.map-and-photo{
  display: flex;
  justify-content: space-between;
}
.map-yandex{
  width: 590px;
  height: 465px;
  background-color: #F6F9F8;
  border-radius: 20px;
  padding: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.map-yandex-place{
  display: flex;
}
.map-yandex-place svg{
  margin-right: 8px;
}
.map-yandex-place p{
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #2B3541;
  max-width: 434px;
}
.organisers h2{
  text-align: center;
}
.organisers-cards{
  display: flex;
  justify-content: space-between;
}
.organisers-card{
  border-radius: 20px;
  background-color: #F5F6FB;
  padding: 20px;
  max-width: 590px;
  height: 249px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.organisers-card p{
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  margin-top: 40px;
}
.questions h2{
  text-align: center;
  padding-top: 64px;
}
.toggle{
  background-color: #F5F6FB;
  border-radius: 20px;
}
.toggle .toggle-title {
  border-top: none;
  margin-bottom: 12px;
}
.toggle .toggle-title .title-name {
  display: block;
  width: 94%;
  padding: 34px 65px 34px 32px;
}
.toggle:last-child {
  border-bottom: none;
  margin-bottom: 64px;
}
.outcome-of-the-conference{
  padding: 64px 0;
  background-image: url(/storage/landings/base-strat/cover.png);
}
.outcome-of-the-conference h2, .useful h2{
  text-align: center;
}
.outcome-cards{
  display: flex;
  justify-content: space-between;
}
.outcome-card{
  max-width: 387px;
  height: 230px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
}
.outcome-card:first-child{
  background-color: #59A996;
}
.outcome-card:nth-child(2){
  background-color: #C73677;
}
.outcome-card:last-child{
  background-color: #274395;
}
.outcome-card span{
  font-size: 48px;
  font-weight: 600;
  line-height: 62.4px;
  letter-spacing: -0.02em;
  color: #fff;
}
.outcome-card p{
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #fff;
  margin: 0;
}
.price__list {
  margin: 0 0 0;
}
#iva0f{
  background-color: #040245;
  padding: 64px 0 54px 0;
}
.price__link{
  padding: 20px;
  height: 751px;
}
.price__item{
  border: 1px solid #E6E6E6;
  box-shadow: none;
  width: 285px;
}
.price__item:hover {
  box-shadow: none;
}
.price__list .price__item:first-child {
  background-color: #FFF6FA;
}
.price__list .price__item:nth-child(2) {
  background-color: #EFF6FF;
}
.price__list .price__item:nth-child(3) {
  background-color: #F1FBFA;
}
.price__list .price__item:last-child {
  background-color: #FFFFFF;
}
.price__grade{
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  text-align: left;
}
.price__list .price__item:first-child .price__grade{
  color:#D8055B;
}
.price__list .price__item:nth-child(2) .price__grade{
  color:#054199;
}
.price__list .price__item:nth-child(3) .price__grade{
  color:#00CEBA;
}
.price__list .price__item:last-child .price__grade{
  color:#2B3541;
}
.ek-price-list{
  padding: 0;
}
.price__heading {
  font-size: 36px;
  font-weight: 900;
  line-height: normal;
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
  list-style-type: none;
}
.price__heading span{
  color: #fff;
}
.MsoNormal3{
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #2B3541;
  margin-bottom: 8px;
  list-style: none;
}
.MsoNormal3::before{
  content: url('/storage/landings/icons/check.png');
  padding-right: 12px;
}
.ek-avia-info{
  margin-top: 20px;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  color:#0C999C;
  border: 1px solid #0C999C;
  border-radius: 20px;
  padding: 3px 12px;
  max-width: 173px;
}
.price__list .price__item:last-child .ek-avia-info{
  border: none;
}
.price-now{
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  text-align: left;
  color: #2B3541;
}
.price__feature{
  padding: 0;
}
.price__feature--ammount{
  font-size: 32px;
  font-weight: 600;
  line-height: 41.6px;
  text-align: left;
  color: #D72F2F;
}
.price__list .price__item:first-child .price__features{
  margin-bottom: 20px;
}
.price__list .price__item:nth-child(2) .price__features{
  margin-top: 103px;
  margin-bottom: 20px;
}
.price__list .price__item:nth-child(3) .price__features{
  margin-top: 182px;
  margin-bottom: 20px;
}
.price__list .price__item:last-child .price__features{
  margin-top: 183px;
  margin-bottom: 20px;
}
.price__link .price__button{
  padding: 22px 37px;
  border-radius: 8px;
  background-color: #0C999C;
  position: static;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  position: relative;
  top: 22px;
}
.price__link .price__button:hover, .price__link .price__button:active, .price__link .price__button:focus{
  background-color: #0fc6ca;
  color: #fff;
}
.video-recording{
  /*background-color: #040245;*/
  padding-bottom: 64px;
  padding-top: 64px;
}
.recording{
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #E6E6E6;
}
.recording img{
  border-radius: 12px;
}
.recording-description{
  padding: 20px 0 20px 20px;
  max-width: 600px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recording-description h2{
  font-size: 24px;
  font-weight: 600;
  line-height: 31.2px;
  margin-bottom: 12px;
}
.btn-transparent{
  border: 1px solid #045C5E;
  padding: 21px 0px;
  width: 236px;
  text-align: center;
  border-radius: 8px;
}
.btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus {
  background-color: #0fc6ca;
  border-color: #0fc6ca;
  color: #fff;
}
.form {
  width: 35.5em;
}
.manager__frame {
  width: 13em;
  height: 13em;
  margin-bottom: 32px;
}
.manager__name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.manager__name p{
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
}
.manager__phone, .manager__rank {
  font-size: 0;
}
/*.button-colors {
background: #D72F2F !important;
color: #fff;
border: 2px solid #D72F2F;
}
.button-colors:hover, .button-colors:focus, .button-colors:active {
background: #EB4040 !important;
border-color: #EB4040 !important;
}*/
.modal__privacy.form__privacy{
  display: block;
  text-align: center;
}
#nervf-contact{
  padding: 64px 0;
}
.nervf-heading {
  margin-bottom: 0;
}
.col-md-6 {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 1179px){
  .nav-header {
	margin: 10px 10px 10px 10px;
  }
  .nav-toggle {
	margin-right: 8px;
  }
  .sub-menu-wrap {
	display: none;
  }
  #top-menuwr {
	height: 80px;
  }
  .conference .container-new {
	flex-direction: column;
	padding: 40px;
  }
  .conference p {
	max-width: 100%;
  }
  .conference p:first-child {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 16px;
  }
  .conference-info img{
	width: 300px;
  }
  .conference p {
	font-size: 18px;
	margin: 20px 0;
  }
  .conference-image img{
	width: 100%;
  }
  .conference-time p, .conference-place p {
	margin: 0 0 0 8px;
  }
  .btn-buy {
	width: 100%;
	margin-bottom: 60px;
  }
  h2 {
	font-size: 28px;
	font-weight: 600;
	line-height: 36.4px;
	margin-bottom: 20px;
  }
  .results {
	padding: 40px 40px 28px 40px;
  }
  .results-carts {
	flex-direction: column;
  }
  .results-cart {
	background-color: #f5f6fb;
	height: 127px;
	width: 100%;
	margin-bottom: 12px;
  }
  .results-cart p{
	margin-bottom: 0;
	max-width: 100%;
  }
  .numbers {
	padding: 40px 40px 28px 40px;
  }
  .numbers-cart, .numbers-cart img {
	width: 100%;
  }
  .numbers-cart {
	margin-bottom: 12px;
  }
  .numbers-cart span {
	font-family: Inter;
	font-size: 40px;
	font-weight: 500;
	line-height: 52px;
  }
  .numbers-cart p {
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
	max-width: 100%;
  }
  .numbers-cart:nth-child(2),  .numbers-cart:nth-child(4), .numbers-cart:nth-child(6) {
	height: 170px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  }
  .topic-content {
	flex-direction: column-reverse;
  }
  .topic-content img {
	width: 100%;
  }
  .topic {
	padding: 40px;
  }
  .topic-content-desc p:first-child {
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
  }
  .video-section h2 {
	padding: 0 100px;
  }
  .video-section {
	padding: 40px;
  }
  .speakers {
	padding: 40px 40px 28px 40px;
  }
  .speakers-card {
	flex-direction: column;
	height: 100%;
  }
  .speakers-card-img-desc {
	width: 100%;
  }
  .speakers-card-desc {
	max-width: 100%;
  }
  .speakers-card-img-desc span {
	font-size: 24px;
	font-weight: 600;
	line-height: 31.2px;
	letter-spacing: -0.02em;
  }
  .speakers-card-img-desc p {
	font-size: 14px;
	font-weight: 500;
	line-height: 18.2px;
  }
  .map-title {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
  }
  .map {
	padding: 40px;
  }
  .map-title p {
	max-width: 100%;
  }
  .locations {
	padding: 40px 40px;
  }
  .container-new iframe {
	width: 100%;
	height: 531px;
  }
  .map-yandex {
	margin-bottom: 20px;
	margin-right: 0;
	width: 100%;
	height: 100%;
  }
  .locations-event {
	width: 100%;
  }
  .map-and-photo {
	flex-direction: column;
  }
  .location-event img {
	width: 100%;
  }
  .location-event:nth-child(3) {
	margin-bottom: 18px;
  }
  .map-yandex-place p{
	font-size: 18px;
	line-height: 23.4px;
	max-width: 100%;
  }
  .organisers {
	padding: 40px;
  }
  .organisers-cards {
	flex-direction: column;
  }
  .organisers-card {
	max-width: 100%;
	height: 188px;
  }
  .organisers-card p {
	margin-top: 32px;
  }
  .organisers-card:first-child{
	margin-bottom: 12px;
  }
  .organisers-card img{
	height: 32px;
  }
  .toggle .toggle-title .title-name {
	display: block;
	width: 100%;
	padding: 25px 89px 20px 25px;
  }
  .toggle .toggle-title i {
	position: absolute;
	/* background: url() 0px -24px no-repeat; */
	content: url(/storage/landings/base-strat/plus.png) !important;
	width: 36px !important;
	height: 36px !important;
	background-color: #fff;
	border-radius: 12px;
	padding: 8px;
	transition: all 0.3s ease;
	/* margin: 28px !important; */
	right: 0;
  }
  .toggle .toggle-title i {
	position: absolute;
	/* background: url() 0px -24px no-repeat; */
	content: url(../images/arrow-down-acordion.png);
	width: 24px;
	height: 24px;
	transition: all 0.3s ease;
	margin: 14px;
  }
  .toggle .toggle-inner {
	padding: 0px 20px 1px 20px
  }
  .outcome-of-the-conference {
	padding: 40px;
  }
  .outcome-cards {
	flex-direction: column;
  }
  .outcome-card {
	max-width: 100%;
  }
  .outcome-card {
	height: 131px;
	padding: 20px;
  }
  .outcome-card:nth-child(2) {
	height: 154px;
	margin: 12px 0;
  }
  .outcome-card span {
	font-size: 28px;
	line-height: 36px;
  }
  .outcome-card p {
	font-size: 18px;
	line-height: 23px;
  }
  .questions {
	margin: 0 40px;
  }
  .recording-description h2 {
	max-width: 314px;
  }
  .recording{
	margin: 0 60px;
  }
  .nervf-contact-flex {
	flex-direction: column;
	margin-top: 20px;
  }
  .form {
	width: 100%;
	margin-top: 0;
  }
  #nervf-contact {
	padding: 40px 40px;
  }
  .col-md-6 {
	display: flex;
	width: 100%;
	padding: 0;
	justify-content: center;
  }
  .contact-manager {
	margin-top: 80px;
	margin-right: 0;
  }
  .price__item {
	width: 314px;
  }
  .price__link {
	height: 733px;
  }
  .price__link .price__button {
	padding: 22px 51px;
  }
  .price__list .price__item:nth-child(2) .price__features {
	margin-top: 105px;
	margin-bottom: 20px;
  }
  /*  .price__item:nth-child(2) .price__link .price__button {
  padding: 22px 35px;
}*/
  .price__list .price__item:first-child .price__features {
	margin-bottom: 20px;
	margin-top: 55px;
  }
  .price__list .price__item:nth-child(3) .price__features {
	margin-top: 182px;
  }
  .price__list .price__item:last-child .price__features {
	margin-top: 164px;
  }
  .container {
	width: 100%;
  }
  .modal__wrapper {
	width: 100%;
  }
  .modal {
	padding: 5em 20px;
  }
  #ignwb iframe {
	width: 100%;
  }
  .modal__wrapper {
	padding: 3em;
  }
  .modal__close {
	position: absolute;
	top: 27px;
	right: 13px;
  }
}
@media screen and (max-width: 768px) {
  .container-new iframe {
	width: 100%;
	height: 387px;
  }
}
@media screen and (max-width: 425px) {
  .container-new iframe {
	height: 217px;
  }
}
@media screen and (max-width: 760px){
  #top-menuwr {
	height: 71px;
  }
  .conference .container-new {
	padding: 20px;
  }
  .conference-time p, .conference-place p {
	margin: 0 0 0 8px;
	font-size: 16px;
  }
  .btn-buy {
	margin-bottom: 40px;
  }
  .results {
	padding: 40px 20px 28px 20px;
  }
  .results-cart {
	height: 150px;
  }
  .numbers {
	padding: 40px 20px 28px 20px;
  }
  .numbers h2{
	max-width: 280px;
  }
  .video-section {
	padding: 40px 20px;
  }
  .video-section h2 {
	padding: 0;
  }
  .topic {
	padding: 40px 20px;
  }
  .speakers {
	padding: 40px 20px 28px 20px;
  }
  .speakers h2{
	text-align: center;
  }
  .speakers-card-desc {
	margin: 12px;
  }
  .speakers-card-img-desc {
	width: 100%;
	padding: 12px 29px 0 12px;
  }
  .speakers-card-img-desc span {
	max-width: 148px;
  }
  .map {
	padding: 40px 20px;
  }
  .locations {
	padding: 20px;
  }
  .map-yandex-place {
	display: flex;
	flex-direction: column;
  }
  .map-yandex-place svg {
	margin-bottom: 8px;
  }
  /* .container-new iframe {
  height: 250px;
}*/
  .outcome-of-the-conference {
	padding: 40px 20px;
  }
  .outcome-card {
	height: 154px;
  }
  .outcome-card:nth-child(2) {
	height: 177px;
  }
  .recording {
	flex-direction: column;
	margin: 0 20px;
  }
  .price__item {
	width: 335px;
  }
  .recording-description {
	padding: 20px 20px 20px 20px;
	max-width: 100%;
  }
  .btn-transparent {
	width: 100%;
  }
  .organisers {
	padding: 40px 20px;
  }
  .organisers-card {
	max-width: 100%;
	height: 100%;
  }
  .questions {
	margin: 0 20px;
  }
  #iva0f {
	/*background-color: #F6F9F8;*/
	padding: 40px 0 30px 0;
  }
  .price__link {
	height: 689px;
  }
  .price__list .price__item:first-child .price__features {
	margin-bottom: 20px;
	margin-top: 34px;
  }
  .price__list .price__item:nth-child(2) .price__features {
	margin-top: 82px;
  }
  .price__list .price__item:nth-child(3) .price__features {
	margin-top: 159px;
  }
  .price__list .price__item:last-child .price__features {
	margin-top: 120px;
  }
  .price__heading {
	font-size: 28px;
  }
  .nervf-heading h2 {
	font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  .col-md-offset-3 {
	margin-left: 0;
  }
}
@media screen and (max-width: 600px){
  .row.d-flex.justify-content-center{
	padding: 0 10px;
  }
  .col-lg-5 img{
	max-width: 100% !important;
	height: 100% !important;
  }
}
@media screen and (max-width: 374px){
  .conference-info img {
	width: 279px;
  }
}
.sticky-section.is-cards {
  height: 1500px;
}
.sticky-section {
  /* height: 150vh;*/
  padding: 0;
  position: relative;
}
.service-card.is-1 {
  background-color: #59a996;
  position: sticky;
  /*top: 7rem;*/
  top: 16rem;
  height: 480px;
}
.service-card.is-2 {
  background-color: #c73677;
  border-radius: 1.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  position: sticky;
  /*top: 8rem;*/
  top: 17rem;
  height: 464px;
}
.service-card.is-3 {
  background-color: #274395;
  border-radius: 1.5rem;
  margin-left: 2rem;
  margin-right: 2rem;
  position: sticky;
  /* top: 9rem;*/
  top: 17rem;
  height: 448px;
}
.service-card {
  border-radius: 20px;
  padding: 32px;
}
.mobile-reverse {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-vertical {
  color: #fff;
}
.flex-vertical span {
  font-size: 48px;
  font-weight: 600;
  line-height: 62.4px;
  letter-spacing: -0.02em;
}
.flex-vertical h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 41.6px;
  letter-spacing: -0.02em;
  color: #fff;
  margin-top: 72px;
}
.flex-vertical ul{
  list-style-image: url("/storage/landings/base-strat/check-white.png");
  padding: 0 0 0 22px;
}
.flex-vertical ul li{
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1179px){
  .useful {
	padding: 40px;
  }
  .service-card img{
	width: 230px;
  }
  .flex-vertical span {
	font-size: 28px;
	line-height: 36.4px;
  }
  .flex-vertical h3 {
	font-size: 24px;
	line-height: 31.6px;
	margin-top: 20px;
  }
  .flex-vertical ul li {
	font-size: 18px;
	/*max-width: 361px;*/
  }
  .service-card.is-1, .service-card.is-2, .service-card.is-3{
	height: 350px;
  }
  .sticky-section.is-cards {
	height: 1200px;
  }
}
@media screen and (max-width: 760px){
  .useful {
	padding: 40px 20px;
  }
  .service-card.is-1, .service-card.is-2, .service-card.is-3 {
	height: 619px;
  }
  .mobile-reverse {
	flex-direction: column;
  }
  .sticky-section.is-cards {
	height: 100%;
  }
  .service-card.is-1 {
	top: 9rem;
  }
  .service-card.is-2 {
	top: 11rem;
  }
  .service-card.is-3 {
	top: 13rem;
  }
  .service-card {
	border-radius: 20px;
	padding: 20px;
  }
  .service-card img {
	width: 175px;
  }
  .flex-vertical:first-child h3{
	max-width: 300px;
  }
  .flex-vertical ul {
	margin-bottom: 24px;
	margin-right: -16px;
  }
  .service-card.is-1 .flex-vertical ul{
	max-width: 280px;
  }
  .service-card.is-1,  .service-card.is-2, .service-card.is-3 {
	height: 571px;
  }
  .flex-vertical h3 {
	margin-bottom: 12px;
  }
  #nervf-contact {
	padding: 40px 20px;
  }
}
@media screen and (max-width: 760px){
  .price__link .price__button  {
	padding: 22px 61px;
  }
  /* .price__item:nth-child(2) .price__link .price__button {
  padding: 22px 40px;
}*/
}
@media screen and (max-width: 320px) and (max-width: 374px){
  .price__link .price__button {
	padding: 21px 50px;
  }
  .price__link {
	height: 710px;
  }
}
@media screen and (max-width: 374px) {
  .service-card.is-1, .service-card.is-2, .service-card.is-3 {
	height: 656px !important;
  }
}
.content{
  width: 580px;
}
.content img{
  border-radius: 20px;
}
.how-will-it-be {
  padding: 100px 0;
}
.how-will-it-be h2{
  text-align: center;
}
.swiper-slide.slide{
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-right: 20px;
}
.arrows{
  position: relative;
  bottom: 57%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding: 0 32px;
}
.s-button-next{
  background-color: #fff;
  border-radius: 20px;
  padding: 6px;
  display: flex;
}
.s-button-prev{
  background-color: #fff;
  border-radius: 20px;
  padding: 6px;
  display: flex;
}
.s-button-next:hover, .s-button-next:active, .s-button-next:focus, .s-button-prev:hover, .s-button-prev:active, .s-button-prev:focus{
  background-color: #D0FAF3;
}
.s-button-next svg:hover path, .s-button-next svg:active path, .s-button-next svg:focus path, .s-button-prev svg:hover path, .s-button-prev svg:active path, .s-button-prev svg:focus path {
  stroke: #4FCDB8;
}
.collection {
  padding: 0;
}
.swiper-3d {
  perspective: 956px;
  height: 452px;
}
@media screen and (max-width: 1100px) {
  .how-will-it-be {
	padding: 60px 0;
  }
  #swiper-wrapper-105c0647af3b46841{
	transform: translate3d(-298.5px, 0px, 0px);
  }
  .swiper-3d {
	perspective: 893px;
	height: 260px;
  }
  .content {
	width: 335px;
  }
  .content img{
	width: 335px;
  }
  .collection {
	padding: 0 45px;
  }
  .programm{
	display: none;
  }
  .programm-adapt{
	display: block;
	padding: 40px 60px;
  }
  .programm-adapt h2{
	text-align: center;
  }
  .programm-info-adapt__items1{
	margin-bottom: 12px;
  }
  .programm-info-adapt__items1, .programm-info-adapt__items4{
	display: flex;
	justify-content: space-between;
  }
  .programm-info-adapt__items1 p{
	background-color: #C73677;
	color: #FFFFFF;
	height: 71px;
	width: 100%;
	border-radius: 20px;
	margin: 0;
	display: flex;
	align-items: center;
	padding: 0 20px;
	font-size: 24px;
	font-weight: 600;
	line-height: 31.2px;
	letter-spacing: -0.02em;
  }
  .programm-info-adapt__items1 img,  .programm-info-adapt__items2 img, .programm-info-adapt__items3 img, .programm-info-adapt__items4 img{
	width: 71px;
	height: 71px;
	margin-left: 12px;
  }
  .programm-info-adapt__items2, .programm-info-adapt__items3{
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
  }
  .programm-info-adapt__items2 p,  .programm-info-adapt__items3 p{
	background-color: #F5F6FB;
	border-radius: 20px;
	padding: 0 20px;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	line-height: 23.4px;
	color: #080808;
	width: 100%;
	height: 71px;
	margin: 0;
	flex-direction: row;
	align-items: center;
  }
  .programm-info-adapt__items2 p span{
	margin-left: 5px;
  }
  .programm-info-adapt__items4 p{
	background-color: #040245;
	color: #FFFFFF;
	width: 100%;
	border-radius: 20px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	height: 71px;
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 31.2px;
	letter-spacing: -0.02em;
  }
  .programm-info-adapt__items__gray{
	margin-bottom: 12px;
	background-color: #F5F6FB;
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 23.4px;
	color: #080808;
	display: flex;
	align-items: center;
	padding: 0 20px;
	border-radius: 20px;
	height: 71px;
	width: 100%;
	margin-bottom: 12px;
  }
  .programm-info-adapt__items_color{
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 23.4px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	padding: 0 20px;
	border-radius: 20px;
	height: 71px;
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	line-height: 31.2px;
	letter-spacing: -0.02em;
	margin-bottom: 12px;
  }
  .programm-info-adapt__items__blue{
	background-color: #274395;
  }
  .programm-info-adapt__items__dark-blue{
	background-color: #040245;
  }
  .programm-info-adapt__items__green{
	background-color: #59A996;
  }
}
@media screen and (min-width: 1194px) and (max-width: 1279px){
  .container {
	width: 1200px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1196px){
  .content img {
	width: 100%;
  }
  .swiper-3d {
	perspective: 785px;
  }
}
@media screen and (max-width: 600px) {
  .how-will-it-be {
	padding: 40px 0;
  }
  .collection {
	padding: 0 5px;
  }
  .programm-adapt {
	padding: 40px 20px;
  }
  .programm-info-adapt__items1 p, .programm-info-adapt__items2 p, .programm-info-adapt__items3 p, .programm-info-adapt__items__gray, .programm-info-adapt__items__blue, .programm-info-adapt__items__dark-blue, .programm-info-adapt__items__green, .programm-info-adapt__items4 p {
	height: 100%;
	padding: 16px;
  }
  .programm-info-adapt__items1 img, .programm-info-adapt__items2 img, .programm-info-adapt__items3 img, .programm-info-adapt__items4 img{
	width: 90px;
	height: 90px;
  }
  .programm-info-adapt__items1, .programm-info-adapt__items2, .programm-info-adapt__items3, .programm-info-adapt__items4 {
	align-items: center;
  }
  .programm-info-adapt__items2 p{
	flex-direction: column;
	align-items: flex-start;
  }
  .programm-info-adapt__items2 p span{
	margin: 0;
  }
  .programm-info-adapt__items4 p{
	height: 94px;
  }
}
@media screen and (max-width: 320px) {
  .content {
	width: 281px;
  }
  .content img {
	width: 280px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1196px) {
  .swiper-3d {
	perspective: 1082px;
  }
}
.interesting{
  padding: 100px 0;
}
.interesting h2{
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 85px;
}
.intresting-carts{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.intresting-cart {
  max-width: 379px;
}
.intresting-cart img{
  width: 379px;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}
.start {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
  color: #667085;
  margin-top: 16px;
  display: flex;
}
.start svg{
  margin-right: 8px;
}
.title-intresting {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #2b3541;
  margin: 16px 0 20px;
}
.more-detailed {
  display: flex;
  align-items: center;
}
.more-detailed a {
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  color: #0C999C;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.more-detailed a svg {
  margin-left: 8px;
}
.more-detailed a:hover,   .more-detailed a:active,    .more-detailed a:focus{
  color:#0fc6ca ;
}
.more-detailed a:hover svg path{
  stroke: #0fc6ca ;
}
@media (max-width: 1100px) {
  .interesting {
	padding: 50px 20px;
  }
  .intresting-cart img {
	width: 100%;
  }
  .intresting-carts{
	align-items: center;
  }
  .interesting h2 {
	font-size: 32px;
	margin-bottom: 45px;
  }
}
.intresting-cart:nth-child(2) .title-intresting{
  width: 85%;
}