.tabs .heading a {
    display: inline-block;
    padding: 8px;
    font-family: 'PtSans', Arial, Helvetica, sans-serif;
    background: #f4f2f3;
    margin: 0 2px 0 0;
    color: #64615c;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.55);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.55);
    text-decoration: none;
    font-size: 17px;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    position: relative;
    border-radius: 5px 5px 0 0;
}

.tabs .tab-body {
    padding: 5px;
    margin: 0;
    background: rgba(244, 242, 243, 0.07);
}

.tabs .heading a:hover, .tabs .heading a.active {
    color: #ffde00;
    z-index: 11;
    background: #64615c;
}

.tabs .tab-body .tab-item {
    
}

.tabs .heading a:before {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: -8px;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.tabs .heading a:after {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    right: -8px;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.tabs .heading {
    display: inline-block;
    padding: 0;
    border-bottom: 3px solid #64615c;
}

.tabs {
    width: auto;
}

.tabs .tab-body .tab-item.active {
	display: block;
}


/*================================*/

.bl-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.cart-img {
    width: 300px;
    height: auto;
}

.text-in p {
    margin: 0;
    padding: 2px;
    font-size: 14px;
    line-height: 18px;
}

.bl-is {
    text-align: center;
    color: #199c3e;
    font-size: 18px;
    margin: 20px 0 20px;
}

.prise-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.prise-old {
    font-size: 23px;
    margin: 15px;
    text-decoration: line-through;
    color: #64615c;
}

.prise-is {
}

/*===========cart-img=============*/

.course-document {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 35px 0 0 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.curse-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 25%;
    border: 1px solid #ededed;
    margin: 0 10px 0;
    padding: 10px;
}

.curse-tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font: bold 18px 'PtSans', Arial, Helvetica, sans-serif;
    margin: 0 0 12px;
}

.curse-img {
    width: 27%;
}

.curse-text {
    width: 63%;
    margin: 10px;
    font-size: 13px;
}

.curse-img img {
    width: 120px;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.33);
    padding: 2px;
}


/*================================*/

.cart-tits {
    color: #1e1e1e;
    font-family: 'PtSans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 23px;
    margin: 15px 0 15px;
}

.bl-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.cart-img {
    width: 40%;
    height: auto;
}

.text-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f4f2f3;
    padding: 10px;
    margin: 0 0 5px;
    border-radius: 5px;
    border-bottom: 1px solid #d9d9d7;
}

.text-tit {
    width: 35%;
    font-family: 'PtSans', Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 15px;
}

.text-in p {
    margin: 0;
    padding: 2px;
    font-size: 14px;
    line-height: 18px;
}

.bl-is {
    text-align: center;
    color: #199c3e;
    font-size: 18px;
    margin: 10px 0 10px;
}

.cart-img img {
    width: 375px;
    height: auto;
    margin: 0;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.42);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.42);
}

.cart-text {
    width: 50%;
    margin: 0 0 0 20px;
}

.prise-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

.prise-old {
    font-size: 19px;
    margin: 15px;
    text-decoration: line-through;
    color: #64615c;
}

.prise-is {
    font-size: 22px;
    padding: 2px 29px 2px;
    border-radius: 22px;
    color: #000;
    font-weight: bold;
}

.bl-tits {
    color: #1e1e1e;
    font-family: 'PtSans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 23px;
    margin: 15px 0 15px;
}

a.tours-button.with-form {
    display: inline-block;
    background: #89c765;
    margin: 0 10px 10px;
    padding: 5px 35px 5px;
    text-decoration: none;
    color: #4d430d;
    font-size: 16px;
    border-radius: 16px;
    font-weight: bold;
}

a.tours-button.with-form:hover {
    background: #9dd17f;
}

.prise-bk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

/*============form=========*/
.osnov {
    display: none;
    position: fixed;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 555555555555;
    min-height: 400px;
    background: rgba(0, 0, 0, 0.75);
}

.form_boards .close {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 6px;
    cursor: pointer;
    background: none;
}

.form_boards .close:after{
	display: block;
	content: "\D7";
	font: 700 15px/20px Tahoma,Geneva,sans-serif;
	color: #fff;
	background: #ea2f2f;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	}

#form1 {
	margin: 50px 0px 0px 0px;
	display: none;
	position: relative;
	background: #ffffff;
	line-height: 21px;
	padding: 10px 6px;
	border-radius: 3px;
	border: 3px solid #fff;
	max-width: 299px;
	width:auto;
}

    
#form1.opened {
    display: block;
    padding: 30px;
    background: #f9f9f9;
    text-align: left;
}    

.field-title {
    font-weight: 700;
    color: #444;
    font-size: 14px;
    margin-bottom: 5px;
}

input[type="text"] {}

.field-value input {
    position: relative;
    border-radius: 4px;
    border: 1px solid #b9b9b9;
    height: 29px;
    width: auto;
    padding: 0 15px;
    margin-bottom: 10px;
    color: #888;
    /* font-size: 14px; */
}

.field-title span {
    display: inline-block;
    padding-left: 5px;
    vertical-align: top;
    color: #f94040;
}

textarea {
    max-width: 258px;
    max-height: 54px;
    margin: 0 0 10px;
    line-height: 53px;
    color: #757575;
    padding: 5px;
}

button.tpl-form-button {
    display: block;
    border: 1px solid #ff2f2f;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    text-decoration: none;
    background-color: #ff2b2b;
    background-image: -webkit-gradient(linear,left bottom, left top,color-stop(0, transparent),to(hsla(0,0%,100%,.25)));
    background-image: linear-gradient(0deg,transparent 0,hsla(0,0%,100%,.25));
    background-image: -ms-linear-gradient(to top,transparent 0,hsla(0,0%,100%,.25) 100%);
    padding: 0 20px;
    cursor: pointer;
}

/*==========galeris===================*/

.bl-galeri {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.galeri-is {
    margin: 10px 15px;
    width: 250px;
    height: auto;
}

.galeri-is img {
    border-radius: 3px;
}

.highslide img {
	border:none
}

.highslide:hover img {
	border:none
}

/*============== revs-bl========*/

.revs-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.revs-is {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    margin: 0 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ededed;
    border-radius: 4px;
}

.revs-img {
    width: 12%;
    margin: 0 15px 0 0;
}

.revs-text {
    width: 70%;
}

.revs-img img {
    width: 108px;
    height: auto;
    border: 1px solid rgba(100, 97, 92, 0.49);
    padding: 2px;
    border-radius: 3px;
}

.revs-img img:hover {
    border: 1px solid rgba(100, 97, 92, 0.55);
    padding: 2px;
}

.revs-tit {
    font-family: 'PtSans', Arial, Helvetica, sans-serif;
    font-size: 17px;
    margin: 0 0 8px;
    font-weight: bold;
}

.revs-tit span {
    font-size: 16px;
    display: inline-block;
    margin: 0 6px;
    font-weight: normal;
}

.revs-pred {
    font-family: 'PtSans', Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
}

.revs-pred span {
    font-weight: normal;
    display: inline-block;
    margin: 0 10px;
}

.bot-bk a:hover{
    opacity: 0.9;
}

.bot-bk {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

/*===========top-bot============*/

.bot-bl {
    position: relative;
}

.bot-bl .up {
    position: fixed;
    /* top: 0; */
    bottom: 183px;
    right: 123px;
    width: 44px;
    height: 44px;
    border: 1px solid #609d1f;
    background: url(top-7878.png) 50% 50% no-repeat;
    cursor: pointer;
    background-size: 30px;
}

.bot-bl .up:hover {
    background: url(top-7979.png) 50% 50% no-repeat;
    background-size: 30px;
    background-color: #44ab42;
}

.bot-bk a {
    background: #89c765;
    margin: 15px 10px 10px;
    padding: 5px 29px 5px;
    text-decoration: none;
    color: #4d430d;
    font-size: 16px;
    border-radius: 16px;
    font-weight: bold;
}

/*==============table===========*/

.bl-texts table.table1 td {
    border: 1px solid rgba(100, 97, 92, 0.12);
    padding: 9px;
    vertical-align: inherit;
    font-size: 16px;
}

.bl-texts table.table1 tr:nth-last-child(odd) {
	background: #f4f2f3;
}
.bl-texts table.table1 {
    border-collapse: collapse;
    border: 1px solid #f4f2f3;
    margin: 0;
}

.bl-texts table.table1 tr:first-child td {
    background-color: #64615c;
    color: #ffde00;
    font-size: 18px;
    width: 30%;
    border: 1px solid rgba(218, 218, 217, 0.37);
}

.bl-texts table.table1 tr:first-child td p {
	margin:0;
	padding:0;

}

div#tcal {
	position: fixed;
    z-index: 9999999999999;
}

.field-value__title {
    font-weight: 700;
    margin: 0 0 8px;
}

.text-bk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 15px 0 0;
}

.text-bk a {
    background: #64615c;
    margin: 10px;
    padding: 6px 35px 6px;
    text-decoration: none;
    color: #ffde00;
    font-size: 17px;
    border-radius: 16px;
    font-weight: 400;
}

.text-bk a:hover{
    opacity:0.9;
}

.tpl-anketa .title {
    display: none;
}

@media (max-width: 1024px){

.curse-item {
    width: 42%;
    margin: 0 7px 0;
}

.bot-bl .up {
    position: relative;
    top: 0;
    right: 5px;
    left: 0;
    margin: 0 auto;
}

.text-tit {
    width: auto;
}
	
}

@media (max-width: 650px){
	
.curse-item {
    width: auto;
}

.tabs .heading a {
    margin:3px;
}
	
}

@media (max-width: 479px){
	
.tabs .heading {
    display:block;
}	

.tabs .heading a {
    display: block;
}

.cart-img {
    width: auto;
}

.cart-text {
    width: auto;
    margin: 0;
}

.curse-item {
    width: auto;
}

.curse-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.curse-img {
    width: auto;
}

.curse-text {
    width: auto;
    margin: 10px;
}

.revs-is {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.revs-img {
    width: auto;
}

.revs-text {
    width: auto;
}

#form1 {
    width: 228px;
}

.field-value input {
    width: 200px;
}

label.calendar-label input {width:10%;}

textarea {
    width: 222px;
}
	
}