.tourproperties{
display:flex;
flex-wrap:wrap;
gap:15px;
}
.col-tour{
/*flex-basis:32%;*/
flex-basis: calc(33% - 15px);
}
.name_contact_number {
    font-size: 13px;
}

@media (max-width:867px){
.col-tour{
/*flex-basis:32%;*/
}
}
@media (max-width:700px){
  .col-tour{
  flex-basis: calc(50% - 1em);
  }
}
@media (max-width:450px) {
  .slider-nav-living img {
    max-width: 70px;
  }
}
@media (max-width:400px) {
    .col-tour {
        flex-basis:100%;
    }
    .pricess input[type="submit"],
    #form-question input[type="submit"] {
        font-size: 16px !important;
    }
}

.tourproperties>div:nth-child(1) .tour{
background:url(images/calendar.png);
background-repeat: no-repeat;
background-position: 20px center;
background-size:30px;
}
.tourproperties>div:nth-child(2) .tour{
background:url(images/price.png);
background-repeat: no-repeat;
background-position: 20px center;
background-size:20px;
}
.tourproperties>div:nth-child(3) .tour{
background:url(images/jog.png);
background-repeat: no-repeat;
background-position: 20px center;
background-size:30px;
}
.tourproperties>div:nth-child(4) .tour{
background:url(images/heart.png);
background-repeat: no-repeat;
background-position: 20px center;
background-size:30px;
}
.tourproperties>div:nth-child(5) .tour{
background:url(images/family.png);
background-repeat: no-repeat;
background-position: 20px center;
background-size:30px;
}
.tourproperties>div:nth-child(6) .tour{
background:url(images/list.png);
background-repeat: no-repeat;
background-position: 20px center;
background-size:30px;
}

.greenborder{
width: 303.57px;
height: 269.84px;
position:absolute;
z-index: -1;
opacity: 0.5;

left:0;
top:0;
border: 1px solid #68B78A;
box-sizing: border-box;
border-radius: 3px;
}
.violetborder{
width: 303.57px;
height: 269.84px;
position:absolute;
z-index: -1;
opacity: 0.5;

right:0;
bottom:0;
border: 1px solid #C24BE7;
box-sizing: border-box;
border-radius: 3px;
}
.greensquare{
width: 350.79px;
height: 202.38px;
left: 0;
top:0;
z-index: -1;
position:absolute;
bottom:0;
background: #68B78A;
opacity: 0.2;
border-radius: 3px;
}
.violetsquare{
width: 350.79px;
height: 202.38px;
right: 0;
bottom:0;
z-index: -1;
position:absolute;
bottom:0;
background: #C24BE7;
opacity: 0.2;
border-radius: 3px;
}
.panel-wrapper .greensquare{
z-index: 0;
}
.panel-wrapper .violetborder{
z-index: 0;
}

.teacherphoto{
position:relative;
padding:23px 25px 25px 28px;

}
.panel-wrapper .teacherphoto{

background:url(images/bg.png);
background-size: contain;
    background-repeat: no-repeat;
}
.teacherphoto.teacherphoto1{

background:url(images/bg1.png);
background-size: contain;
    background-repeat: no-repeat;
}

.teacherphoto.teacherphoto2{

background:url(images/bg2.png);
background-size: contain;
    background-repeat: no-repeat;
}
.teacherphoto img{
max-width:100%;
}
/*
.programm, .teachers{
margin-bottom:100px;
}*/
h2.violet {
font-family: SF Pro Display;
font-style: normal;
font-weight: 600;
font-size: 25px;
line-height: 120%;
margin-bottom:50px;
color: #C24BE7;
text-transform: inherit;
}
h3.include{
font-style: normal;
/*font-weight: 300;*/
font-size: 25px;
line-height: 130%;
text-align: center;
margin-bottom:30px;
color: #202020;
}
.teachers{
font-family: SF Pro Display;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 130%;
color: #202020;
}
.teacher_name{
font-family: SF Pro Display;
font-style: normal;
font-weight: 600;
font-size: 25px;
line-height: 120%;
margin-bottom:35px;
color: #C24BE7;
}
.teacher{
margin-bottom:90px;
}
.main-wrapper .content .video {
  margin-bottom: 100px;
}
.faq{
background: rgba(233, 233, 233, 0.3);
border-radius: 3px;
padding:50px 40px;
}

.slider-nav{
display:flex;
justify-content:space-around;
margin-bottom:20px;
}
.toggle-slick{
border:none;
background:transparent;
outline:none;
color: #828282;

opacity: 0.7;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
}

.toggle-slick:active, .toggle-slick:focus{
border:none;
background:transparent;
outline:none;
color: #C24BE7;
opacity: 1;
font-weight: 600;
font-size: 18px;
line-height: 21px;
}

.coda-nav{
margin-bottom:70px;
}
.title{
font-weight: 600;
font-size: 18px;
line-height: 120%;
margin-bottom:30px;
color: #c24be7;
}

.panel-wrapper h2.title{
display:none;
}
.included, .prices{margin-bottom:100px;
}
.incl{
background:url(images/included.png);
background-repeat: no-repeat;
    background-position: center;
    height: 100px;
}
.notincl{
background:url(images/notincluded.png);
background-repeat: no-repeat;
    background-position: center;
    height: 100px;
opacity: .4;
}
.included ul{
padding-left: 20px;
}
.sidebar-head{
height: 50px;
border-radius: 3px 3px 0px 0px;

background: #C24BE7;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 50px;
text-align:center;
color: #FFFFFF;
}
.sidebar_wrapper{
margin-top:-50px;

}

.sidebar_wrapper .inner-div {
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius-bottom-left: 3px;
    border-radius-bottom-right: 3px;
padding:20px;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
/* identical to box height */


color: #000000;
}
.tour-wrap{
border: 1px solid #cccccc;
box-sizing: border-box;
filter: drop-shadow(0px 6px 4px rgba(25, 25, 25, 0.03));
border-radius: 8px;
padding:20px;
}
.tour-wrap h3{
font-family: SF Pro Display;
font-style: normal;
/*font-weight: 300;*/
margin-bottom:30px;
font-size: 25px;
line-height: 160%;
/* identical to box height, or 40px */

text-align: center;

/* Текст */

color: #202020;
}
.tour-wrap li div{
display:flex;
width: 100%;
    justify-content: space-between;
}
.single_tour_booking_wrapper{
    width: 100%;
    padding: 10px 20px 20px;
    box-sizing: border-box;
    border-top: 0;
background: #f2f2f2;
}
.feedback {
    width: 100%;
    padding: 10px 20px 20px;
    box-sizing: border-box;
    border-top: 0;
margin:20px 0;
border:1px solid #ccc;
border-radius:3px;
}

 h2.widgettitle {
    font-family: Poppins,Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: none;
    color: #000;
}

#oneplace div {

}
 #twoplace div {

}
#oneplace ul, #twoplace ul{
list-style:none;
padding:0;
display:flex;
justify-content: space-between;
}
.selectdata{
text-align:center;
margin-top:20px;
margin-bottom:10px;
}
.review{
margin:100px 0px 0px;
}
.question {
padding:20px;
position:relative;
}
.question a, .question a:hover{
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 124%;
/* or 22px */


/* Текст */

color: #202020;
}
.card-block{
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 160%;
/* or 26px */


/* Текст */
border-left: 1px solid #C24BE7;

color: #202020;
margin:15px 0 15px 60px;
padding:0 0 0 15px;
}
.question  span{
display:inline-block;

width:12px;
height:12px;
background:url(point-active.png);
    top: 27px;
left: 0;
position: absolute;
}
.question .collapsed span{
display:inline-block;

width:8px;
height:8px;
background:url(point.png);
position: absolute;
    top: 27px;
left: 0;

}
.swiper-slide-thumb-active img{
border:2px solid #C24BE7;
}
.swiper-container.mySwiper2{
padding-bottom:10px;
}
.righttour{
margin-top:20px;
border-radius:3px;
position:relative;
}
.tour_link, .tour_link:hover{
position:absolute;
bottom:20px;
left:20px;
color:white;
text-decoration:none;
font-weight:bold;
}
.rating-result span {

    opacity: 1 !important;
}
.rating-result > span:before {
    content: ' ' !important;

}
.rating-result span {

    font-size: 28px !important;

}
.like{
text-align:left !important;

}
.btn-outline-secondary .favor{
    margin-left: 40px;
    margin-right: 5px;
    vertical-align: middle;
}
.btn-outline-secondary .favor.active{
margin-left: 45px;
    margin-right: 15px;
    margin-top: 12px;
}
.favor ~ span:before {
content: "Добавить в избранное";
font-family: SF Pro Display;
font-style: normal;

font-size: 21px;
line-height: 120%;
}
.favor.active ~ span:before {
content: "В избранном";
font-family: SF Pro Display;
font-style: normal;

font-size: 21px;
line-height: 120%;
}

.previewphoto{
background:url(bg.png);
background-size: contain;
    padding: 20px;
    background-repeat: no-repeat;
}

.main-wrapper{
display:flex;
justify-content: space-between;
position:relative;
}
.content{
width: calc(100% - 400px);
}
.sidebar{
width: 360px;
position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

@media (max-width:1024px){

.content{
width: calc(100% - 320px);
}
.sidebar{
width: 300px;
}
}

@media (max-width:900px) {
    /*.main-wrapper{
        display:block !important;
    }*/
    .hidden-block{
        display:none;
    }
    .content{
        width: 100%;
        margin-right:0;
    }
    .sidebar{
        width: 100%;
    }
    .main-wrapper.sticky__flex {
        flex-direction: column-reverse;
    }
    .sidebar.sticky__body {
        position: relative;
    }
}

.price{
font-family: Baloo Thambi 2;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 37px;
/* identical to box height */

text-align: right;

color: #C24BE7;
}
.personal_photo {

margin:0 20px 20px 0;
}
.personal_photo img {
    border-radius: 50%;
    border: 1px solid #f4f4f4;

}

.btn-outline{
outline:none !important;
}
#plus, #minus{
height: 25px;
margin:0 10px;
cursor:pointer;
line-height: 23px;
}
#calc{
width: 35px !important;
height: 25px;
border: none;
outline: none;
/*border:1px solid #dce0e0;*/
border-radius:3px;
text-align: center;
}

.priceblock {
  display:none;
}
.priceblock.active {
  display:block;
}
.pricess .price_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.pricess{
font-family: SF Pro Display;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
}
.pricess input[type="submit"] {
    height: 40px;
    max-width: 100%;
    width: 310px;
}
#form-question input[type="submit"] {
    height: 40px;
    max-width: 100%;
    width: 310px;
    font-weight: 500;
    font-size: 18px;
}

@media (max-width:1000px){
.coda-nav ul{
display:block !important;
}
.coda-nav a{
display:none !important;
}
.coda-nav a.current{
display:block !important;
}
}

















/* для элемента input c type="radio" */
    .custom-radio>input {
      position: absolute;
      z-index: -1;
      opacity: 0;
    }

    /* для элемента label связанного с .custom-radio */
    .custom-radio>span {
      display: inline-flex;
      align-items: center;
      user-select: none;
    }

    /* создание в label псевдоэлемента  before со следующими стилями */
    .custom-radio>span::before {
      content: '';
      display: inline-block;
      width: 1em;
      height: 1em;
      flex-shrink: 0;
      flex-grow: 0;
      border: 1px solid #adb5bd;
      border-radius: 50%;
      margin-right: 0.5em;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%;
    }

    /* стили при наведении курсора на радио */
    .custom-radio>input:not(:disabled):not(:checked)+span:hover::before {
      border-color: #b3d7ff;
    }

    /* стили для активной радиокнопки (при нажатии на неё) */
    .custom-radio>input:not(:disabled):active+span::before {
      background-color: #b3d7ff;
      border-color: #bbb9b9;
    }

    /* стили для радиокнопки, находящейся в фокусе */
    .custom-radio>input:focus+span::before {
      /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
    }

    /* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
    .custom-radio>input:focus:not(:checked)+span::before {
      border-color: #68B78A;
    }

    /* стили для радиокнопки, находящейся в состоянии checked */
    .custom-radio>input:checked+span::before {
      border-color: #68B78A;
      background-color: #68B78A;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    }
.value{
font-family: SF Pro Display;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 17px;
/* identical to box height */

margin: 0 0 10px 24px;
color: #000000;

opacity: 0.6;

}
.sidebar .btn{
width:100%;
}
.city{
color:#828282;
}
.review-header strong {
    font-weight: 600;
font-size: 26px;
line-height: 140%;
/* or 36px */


/* Gray 1 */

color: #333333;
}
.personal_photo img {
    border-radius: 50%;
    border: 1px solid #f4f4f4;
}
.review-submit{
width:260px;
font-size:16px;
}

.ti-mobile:before {
    content: "\e621";
}
.ti-alarm-clock:before {
    content: "\e6c6";
}
.ti-angle-right:before {
    content: "\e649";
color:#da93f1;
font-size:30px;
}
.ti-angle-left:before {
    content: "\e64a";
color:#da93f1;
font-size:30px;
}

.my-prev, .my-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;

    cursor: pointer;

    border: none;
    outline: none;


}
.single-item .my-prev, .single-item .my-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;

    cursor: pointer;

    border: none;
    outline: none;
opacity:.5;

}
.single-item .my-prev:hover, .single-item .my-next:hover{
opacity:1;
}
.my-next {
right:0;
}
.coda-nav li{
   border-bottom: 1px solid #ccc;
width:100%;
float:none;
text-align:center;
  position:relative;
height:40px;
}

.coda-nav li:first-child {

border-image: linear-gradient(to left, #cccccc 0%, #cccccc 50%, #ffffff 50%, #ffffff 100%)1;
border-top:none;
border-right:none;

}
.coda-nav li:last-child {

border-image: linear-gradient(to left, #ffffff 0%, #ffffff 53%, #cccccc 50%, #cccccc 100%)1;
border-top:none;
border-left:none;

}
.coda-nav ul li a {

    float: none !important;

}
.coda-nav li a:after {

}
.coda-nav ul li a.current {
   transition: all .1s ease-out 0.2s;
    line-height: 0px !important;
}
.coda-nav li a:before {
    content: "";
    width: 11px;
    height: 11px;
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 100px;
    position: absolute;
    left: 47%;
    background: #BDBDBD;
    top: 35px;
}
.coda-nav li a.current:before {

    border: 1px solid #C24BE7;


    background: #C24BE7;

}
.tourproperties{
display: flex;

    flex-wrap: wrap;



}
.slider-for-living{
margin: 0 0 12px 0 !important;
}
.slider-nav-living{
display:flex;
justify-content: space-between;
margin: 0 -25px 0 -10px;
}
.single-item{
margin: 0 !important;
}
.aviatickets h2{
font-family: SF Pro Display;
font-style: normal;
font-weight: 600;
font-size: 25px;
line-height: 120%;
/* or 30px */


color: #FFFFFF;


}
.toggle-slick{
padding:0;
margin:0;
}

@media (max-width:767px) {
    .slider-for-living {
        margin: 30px 0 12px 0 !important;
    }
    .slider-for-living .slick-slide img {
        max-width: 737px;
        width: 100%;
    }
    .photo .slider.slick-slider {
        margin: 30px 0 12px 0 !important;
    }
    .navswiper-button-prev,
    .navswiper-button-next {
        display: none;
    }
    .photo .my-prev,
    .photo .my-next {
        z-index: 3;
        top: 32%;
    }
    .photo .ti-angle-left:before,
    .photo .ti-angle-right:before {
        color: #FFFFFF;
        opacity: 0.6;
    }
    .photo .action > div a img {
        border-radius: 1px;
    }
    .main-wrapper .content .prices {
        margin-bottom: 20px;
    }
    .included {
        margin-bottom: 50px;
    }
    .aviatickets {
        margin: 0px -15px;
        padding: 40px 15px !important;
    }
    .review {
        margin-top: 70px;
    }
    .faq_section > div.container {
        padding-top: 50px;
    }
    .sidebar .single_tour_booking_wrapper form {
        margin-top: 30px;
    }
    #accordion {
        margin-top: -10px !important;
    }
}

@media (max-width:480px) {
    .included {
        margin-bottom: 30px;
    }
    .included .incl,
    .included .notincl {
        float: left;
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .included .row .col-md-6 ul li {
        margin-bottom: 10px;
    }
    .included .row .col-md-6:first-child ul {
        margin-bottom: 30px;
    }
    .included .include {
        text-align: left;
        line-height: 40px;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .aviatickets {
        padding: 40px 10px !important;
    }
    .review {
        margin-top: 50px;
    }
    .faq_section > div.container {
        padding-top: 30px;
    }
    #accordion {
        margin-top: 0px !important;
    }
}