@import "normalize.css";
@import "fonts.css";
@import "slick.css";
@import "jquery.fancybox.min.css";
@import "bootstrap.css";

body{
	font-family: 'CenturyGothic', sans-serif, Arial;
	font-size: 15px;
	color: #000;
	background: #fff;
}
a:hover{
	text-decoration: none;
}
a{
	color: #0070c9;
}
section{
	padding: 100px 0;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
button{
	outline: none !important;
	box-shadow: none !important;
}
.br-20{
	border-radius: 20px;
}
.bg-f0{
	background-color: #f0f0f0 !important;
}
.bg-dark{
	background: #212330 !important;
}
.bg-green{
	background: #0aad8e;
}
.bg-red{
	background: #e9415b;
}
.bg-pink{
	background: #51a0ba;
}
.bg-f6{
	background: #f6f6f6;
}
.pt-200{
	padding-top: 200px;
}
.pb-350{
	padding-bottom: 350px;
}
.pb-120{
	padding-bottom: 120px;
}
.text-7c{
	color: #7c7979;
}
.text-89{
	color: #898080;
}
.text-black{
	color: #000;
}
.text-0a{
	color: #0aad8e;
}
.text-bold{
	font-family: 'CenturyGothic-Bold', sans-serif, Arial !important;
}
.text-semibold{
	font-family: 'CenturyGothic-Bold', sans-serif, Arial !important;
}
.text-regular{
	font-family: 'CenturyGothic', sans-serif, Arial !important;
}
.text-medium{
	font-family: 'CenturyGothic', sans-serif, Arial !important;
}
.fs-10{
	font-size: 10px;
}
.fs-14{
	font-size: 14px;
}
.fs-15{
	font-size: 15px;
}
.fs-17{
	font-size: 17px;
}
.fs-18{
	font-size: 18px;
}
.fs-19{
	font-size: 19px;
}
.fs-20{
	font-size: 20px;
}
.fs-22{
	font-size: 22px;
}
.fs-24{
	font-size: 24px;
	line-height: 22px;
}
.fs-25{
	font-size: 23px;
}
.fs-28{
	font-size: 28px;
}
.fs-60{
	font-size: 60px;
	line-height: 48px;
}
.h-99{
	height: 99% !important;
}
.text-pink{
	color: #0070c9;
}
.text-69{
	color: #696969;
}
.text-7b{
	color: #7b7b7b;
}
.header{
	padding: 10px 0;
	position: absolute;
	width: 100%;
	z-index: 10;
}
#callback-modal .modal-dialog {
	max-width: 370px;
	margin: 50px auto
}
.top-banner{
    /*min-height: 848px;*/
}
.callback button{
	padding: 12px 13px;
}
.main-nav{
	width: 85%;
}
.main-nav ul{
	padding: 0;
	margin: 0;
}
.main-nav ul li {
	list-style-type: none;
	display: inline-block;
	/*	margin-right: 20px;*/
}
.main-nav ul li a{
	font-family: 'CenturyGothic-Bold', sans-serif, Arial;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	position: relative;
	transition: all .5s ease;
}
.main-nav ul li a:before{
	content: "";
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0%;
	height: 2px;
	background: #0aad8e;
	transition: all .5s ease;
}
.footer-nav li a{
	position: relative;
}
.footer-nav li a:before{
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0%;
	height: 2px;
	background: #0aad8e;
	transition: all .5s ease;
}
.footer-nav li a:hover:before{
	width: 40%;
}
.btn-reg{
	text-transform: uppercase;
	position: relative;
	transition: all .5s ease;
	border-radius: 20px;
	color:#000;
	padding: 5px 25px;
	border: 2px solid #0aad8e;
	background: inherit;
}
.btn-green{
	background: #0aad8e;
	padding: 8px 54px;
	color: #fff;
	border: 2px solid #0aad8e;
	transition: all .5s ease;
	border-radius: 20px;
	display: inline-block;
}
.btn-green:hover{
	background: inherit;
	color: #000;
}
.btn-reg:hover{
	background: #0aad8e;
	color: #fff;
}
.btn-reg-white{
	padding: 8px 36px;
	text-transform: uppercase;
	transition: all .5s ease;
	border-radius: 20px;
	background: #fff;
	color: #000;
	border: 2px solid #0aad8e;
}
.border-top{
	border-top: 2px solid #fff !important;
}
.btn-reg-white:hover{
	background: inherit;
	color: #fff;
	border: 2px solid #fff
}
.btn-reg-white2{
	background: inherit;
	color: #fff;
	border: 2px solid #fff;
	padding: 8px 36px;
	text-transform: uppercase;
	transition: all .5s ease;
	border-radius: 20px;
}
.btn-reg-white2:hover{
	background: #fff;
	color: #000;
	border: 2px solid #fff;
}
.main-nav ul li a:hover:before{
	width: 40%;
}

.banner-title{
	font-family: 'CenturyGothic-Bold', sans-serif, Arial;
	font-size: 80px;

}
.banner-desc{
	font-family: 'CenturyGothic', sans-serif, Arial;
	font-size: 36px;
}

.top-banner-item a{
	border-radius: 20px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 50px;
	border: 2px solid #0aad8e;
	transition: all .5s ease;
}
.top-banner-item a:hover{
	background: inherit !important;
}
.top-banner-item{
	position: relative;
	text-align: center;
	color: #fff;
	background-size: cover;
	background-position: center;
}
.banner-desc{
	width: 45%;
	margin: 0 auto;
}
.top-banner .slick-list{
/*	overflow-y: -webkit-paged-y;/*баг в сафари*/
}
.top-banner .slick-arrow{
	border: none;
	background: transparent;
	font-size: 24px;
	color: #fff;
	position: absolute;
	top: 50%;
	z-index: 2;
	outline: none !important;
	box-shadow: none;
	cursor: pointer;
}
.top-banner .slick-arrow.slick-prev{
	left: 5%;
}
.top-banner .slick-arrow.slick-next{
	right: 5%;
}
.category{
	position: absolute;
	width: 100%;
}


.category-item{
	border-bottom: 4px solid #0aad8e;

}
.category [class*="col-"]{
	top: -195px;
}

.section-title{
	font-family: 'CenturyGothic', sans-serif, Arial;
	font-size: 35px;
	position: relative;
	text-align: center;
	width: 60%;
	margin: 0 auto;
	line-height: 35px;
}
.section-title + p{
	width: 65%;
	margin: 0 auto;
}
.section-title:before{
	content: "";
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 3px;
	width: 60px;
	background: #0aad8e;

}
.event-box__category{
	border-radius: 20px;
	display: inline-block;
	padding: 0px 15px;
}
.event-box__image{
	position: relative;
}
.event-box__image img{
	max-width: 100%;
	max-height: 282px;
	width:100%;
}
.event-box__image:after{
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.35+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 ); /* IE6-8 */
}
.event-box:hover .event-box__image:after{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,0aad8e+100&0+0,0.8+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYWFkOGUiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(10,173,142,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(10,173,142,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(10,173,142,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc0aad8e',GradientType=0 ); /* IE6-8 */
}
.event-box__date{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.event-box{
	border: 1px solid #e7e5e5;
	background: #fff;
	height: 100%;
	max-width: 370px;
	margin: 0 auto;
}
.event-box__content{
	padding: 30px 38px;
	min-height: 290px;
}
.mains .event-box__content{
	padding: 30px 38px;
	min-height: 400px;
}
.event-box__content .minh{
    min-height:66px;
}
.event-box .event-box__date{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.slick-dots{
	margin: 0 auto;
	display: block;
	padding: 0;
	text-align: center;
	list-style-type: none;
	margin-top: 20px;
}
.slick-dots li{
	display: inline-block;
}
.slick-dots li button{
	height: 3px;
	width: 26px;
	background: #d9d9d9;
	border-radius: 0;
	border: none;
	overflow: hidden;
	margin: 5px;
}
.slick-dots li.slick-active button{
	background: #0aad8e;
}
.multiple-items-2 .slick-slide{
	padding:  0 10px
}
.multiple-items-2 .slick-list{margin: 0 -10px}
.blockquote{
	background: #fff;
	border: 1px solid #e0dede;
	padding: 32px;
	position: relative;
}
.blockquote:before{
	content: "";
	position: absolute;
	right: 20px;
	top: 20px;
	width: 44px;
	height: 39px;
	background: url(../img/general/icon-blockquote.png) no-repeat 100% 100%;

}
.blockquote p{
	font-size: 14px;
}

.footer{
	background: #212330;
	padding: 50px 0;
}
.soc-links ul{
	padding: 0;
	margin: 0;
}
.soc-links ul li{
	display: inline-block;
	margin-right: 17px;
}

.soc-links ul li a{
	color: #bab9b9;
	font-size: 24px;
}
.footer-nav{
	padding: 0;
	margin: 0;
}
.footer-nav li{
	list-style: none;
	display: inline-block;
}
.footer-nav li a{
	text-transform: uppercase;
}

.multiple-items .slick-arrow{
	background: #fff;
	border: 1px solid #e7e5e5;
	color: #000;
	padding: 9px 16px;
	position: absolute;
	top: 106%;
	cursor: pointer;
}

.multiple-items .slick-arrow.slick-prev{
	left: 45%;
}
.multiple-items .slick-arrow.slick-next{
	right: 45%;
}
.copyright{
	padding: 15px 0;
	color: #a0a0a0;
	background: #343645;
	font-size: 14px;
}

.copyright a{
	color: #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}
.multiple-items-4 .slick-slide img{
	margin: 0 auto;
}



#menuToggle {
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#menuToggle input {
	display: flex;
	width: 60px;
	height: 60px;
	position: absolute;
	cursor: pointer;
	opacity: 0; /* hide input */
	z-index: 1; /* top of the menu */
}

#menuToggle span{
	width: 55px;
	height: 8px;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 4px;
	-webkit-transition: all .5s cubic-bezier(.08,.81,.87,.71);
	-moz-transition: all .5s cubic-bezier(.08,.81,.87,.71);
	-ms-transition: all .5s cubic-bezier(.08,.81,.87,.71);
	-o-transition: all .5s cubic-bezier(.08,.81,.87,.71);
	transition: all .5s cubic-bezier(.08,.81,.87,.71);
}

#menuToggle1 {
	transform-origin: 4px 0px;
}

#menuToggle3 {
	transform-origin: bottom right;
}

#menuToggle input:checked ~ #menuToggle1 {
	background-color: #fff;
	transform: rotate(45deg) translate(8px);
}
#menuToggle input:checked ~ #menuToggle2 {
	background-color: #fff;
	transform: rotate(495deg) translate(4px);
}
#menuToggle input:checked ~ #menuToggle3 {
	background-color: #fff;
	transform: rotate(45deg);
	opacity: 0;
}
.banner-open-box{
    min-height: 546px;
    max-height: 546px;
    overflow: hidden;
}
.banner-default .banner-desc{
	padding-top: 180px;
	padding-bottom: 100px;
	width: 59%;
}
.banner-open-box .banner-desc{
	padding-top: 180px;
	padding-bottom: 160px;
	width: 65%;
}
.banner-default .banner-desc .event-box__date,
.open-box .event-box__date,
.banner-open-box .banner-desc .event-box__date{
	position: static;
}

.my-modal.modal-content{
	border-radius: 0;
	text-align: center;
}
.my-modal.modal-content h5{
	text-transform: uppercase;
}
.my-modal.modal-content button.close{
	position: absolute;
	right: 40px;
	top: 20px;
	font-size: 34px;
}
.my-modal.modal-content button{
	border-radius: 20px;
	text-transform: uppercase;
	padding: 10px 55px;
}
.my-modal.modal-content input{
	border: 1px solid #cfcfcf;
	border-radius: 0;
	color: #000;
	outline: none;
}
.my-modal.modal-content input:focus{
	box-shadow: 0 0 0 0.05rem rgba(10, 173, 142, 0.99);
}
.my-modal.modal-content input::-moz-placeholder { color: #000;font-family: 'CenturyGothic', sans-serif, Arial; }
.my-modal.modal-content input::-webkit-input-placeholder { color: #000;font-family: 'CenturyGothic', sans-serif, Arial; }
.my-modal.modal-content input:-ms-input-placeholder { color: #000;font-family: 'CenturyGothic', sans-serif, Arial; }
.my-modal.modal-content input::-ms-input-placeholder { color: #000;font-family: 'CenturyGothic', sans-serif, Arial; }
.my-modal.modal-content input::placeholder { color: #000;font-family: 'CenturyGothic', sans-serif, Arial; }

.breadcrumbs ul{
	padding: 0;
	margin: 0;
}
.breadcrumbs ul li{
	display: inline-block;
	list-style: none;
	color: #8b8d8e;
}

.breadcrumbs ul li a{
	border-bottom: 1px solid #000;
	color: #000;
	margin-right: 15px;
	position: relative;
}
.breadcrumbs ul li a:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 13px;
	top: 3px;
	right: -11px;
	background: #000;
}
.team-box .team-box__text{
	background: #fff;
	padding: 30px;
	width: 270px;
	min-height: 317px;
	margin: 0 auto;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.contacts-form .input-group{
	margin-bottom: 20px;
}
.contacts-form input{
	border-radius: 0;
	color: #000;
	outline: none;
	background: #f4f4f4;
	border: none;
	padding: 15px 25px;
}
.contacts-form textarea{
	resize: none;
	outline: none;
	border-radius: 0;
	background: #f4f4f4;
	border: none;
	padding: 15px 25px;
}

.contacts-form input:focus,
.contacts-form textarea:focus{
	box-shadow: 0 0 0 0.05rem rgba(10, 173, 142, 0.99);
}
.contacts-form input::-moz-placeholder { color: #494747;font-family: 'CenturyGothic-Bold', sans-serif, Arial; }
.contacts-form input::-webkit-input-placeholder { color: #494747;font-family: 'CenturyGothic-Bold', sans-serif, Arial; }
.contacts-form input:-ms-input-placeholder { color: #494747;font-family: 'CenturyGothic-Bold', sans-serif, Arial; }
.contacts-form input::-ms-input-placeholder { color: #494747;font-family: 'CenturyGothic-Bold', sans-serif, Arial; }
.contacts-form input::placeholder { color: #494747;font-family: 'CenturyGothic-Bold', sans-serif, Arial; }

.contacts-form textarea::-moz-placeholder { color: #494747;font-family: 'CenturyGothic-Bold', sans-serif, Arial; }
.contacts-form textarea::-webkit-input-placeholder { color: #494747;font-family: 'CenturyGothic-Bold', sans-serif, Arial; }
.contacts-form textarea:-ms-input-placeholder { color: #494747;font-family: 'CenturyGothic-Bold', sans-serif, Arial; }
.contacts-form textarea::-ms-input-placeholder { color: #494747;font-family: 'CenturyGothic-Bold', sans-serif, Arial; }
.contacts-form textarea::placeholder { color: #494747;font-family: 'CenturyGothic-Bold', sans-serif, Arial; }


.contacts-form button{
	padding: 10px 55px;
	text-transform: uppercase;
}

.block-info{
	font-family: 'CenturyGothic-Bold', sans-serif, Arial !important;
	font-size: 35px;
	padding-top: 60px;
	padding-left: 40px;
	background: url(../img/general/two-quotes.png) no-repeat top left;
}
.block-info span{
	color: #0aad8e;
}
.nav-tabs .nav-link{
	color: #000;
	background: #fff;
	border-radius: 20px;
	border: none;
	padding: 10px 30px;
	transition: all .5s ease;
}
.nav-tabs .nav-item{
	display: inline-block;
}
.nav-tabs .nav-item:nth-child(even){
	margin: 0 40px;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active{
	background: #0aad8e;
	color: #fff;
}
.nav-tabs{
	border: none;
	margin: auto;
	display: block;
	text-align: center;
}
.open-box{
	border: 1px solid #e7e5e5;
	padding: 55px 40px;
	min-height: 455px;
}
.content ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.content img{
	max-width: 100%;
}
.bg-new-grad{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b93e78+0,f14e4d+100 */
	background: rgb(185,62,120); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I5M2U3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMTRlNGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(185,62,120,1) 0%, rgba(241,78,77,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(185,62,120,1) 0%,rgba(241,78,77,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(185,62,120,1) 0%,rgba(241,78,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b93e78', endColorstr='#f14e4d',GradientType=1 ); /* IE6-8 */
}
.content a{
	border-bottom: 1px solid #0070c9;
}


.paused:before {
	content: '';
	position: absolute;
	width: 104px;
	height: 104px;
	z-index: 2;
	top:50%;
	left:50%;
	cursor: pointer;
	background: url(../img/general/icon-play.png) no-repeat;
	transform:translate(-50%,-50%)
}
.paused-mini:before {
	content: '';
	position: absolute;
	width: 77px;
	height: 77px;
	z-index: 2;
	top:35%;
	left:50%;
	cursor: pointer;
	background: url(../img/general/icon-play-mini.png) no-repeat;
	transform:translate(-50%,-50%)
}



.video-big{
	height: 450px;
	text-align: center;
}
.video-big { position: relative;}
.video-big img {
	margin: 0 auto;
	max-width: 100%;
	height: 450px;
}
/*.video-big:after { content: ""; position: absolute; display: block;
	background: url(../img/general/icon-play.png) no-repeat 0 0;
	top: 45%; left: 45%; width: 104px; height: 104px; z-index: 5; cursor: pointer; }*/
.video-big iframe { position: absolute; top: 0; left: 0; width: 100%; height: 450px; }

/* image poster clicked, player class added using js */
.video-big.player img { display: none; }
.video-big.player:after { display: none; }

.video-mini{
	height: 370px;
	text-align: center;
}
.video-mini a{
    color: #fff;
    display: block;
}
.video-mini { position: relative;}
.video-mini img {
	margin: 0 auto;
	max-width: 100%;
}
/*.video-mini:after { content: ""; position: absolute; display: block;
	background: url(../img/general/icon-play-mini.png) no-repeat 0 0;
	top: 25%;
	left: 40%;
	width: 77px;
	height: 77px;
	z-index: 5;
	cursor: pointer;
}*/
.video-mini iframe { position: absolute; top: 0; left: 0; width: 100%; height: 370px; }

/* image poster clicked, player class added using js */
.video-mini.player img { display: none; }
.video-mini.player:after { display: none; }


.video-mini:before{
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.35+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.35) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0.3,0) 0%,rgba(0,0,0,0.35) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 ); /* IE6-8 */
}
.video-mini:hover:before{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,0aad8e+100&0+0,0.8+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYWFkOGUiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(10,173,142,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(10,173,142,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(10,173,142,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc0aad8e',GradientType=0 ); /* IE6-8 */
}

.video-mini__content{
	content: "";
	position: absolute;
	height: 50%;
	width: 100%;
	padding: 30px;
	bottom: 0px;
	left: 0;
}















.video-mini2{
	height: 370px;
	text-align: center;
}
.video-mini2 a{
    color: #fff;
    display: block;
}
.video-mini2 { position: relative;}
.video-mini2 img {
	margin: 0 auto;
	max-width: 100%;
}
/*.video-mini:after { content: ""; position: absolute; display: block;
	background: url(../img/general/icon-play-mini.png) no-repeat 0 0;
	top: 25%;
	left: 40%;
	width: 77px;
	height: 77px;
	z-index: 5;
	cursor: pointer;
}*/
.video-mini2 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 370px; }

/* image poster clicked, player class added using js */
.video-mini2.player img { display: none; }
.video-mini2.player:after { display: none; }


.video-mini2:before{
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.35+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.35) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0.3,0) 0%,rgba(0,0,0,0.35) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 ); /* IE6-8 */
}
.video-mini2:hover:before{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,0aad8e+100&0+0,0.8+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYWFkOGUiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(10,173,142,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(10,173,142,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(10,173,142,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc0aad8e',GradientType=0 ); /* IE6-8 */
}

.video-mini__content{
	content: "";
	position: absolute;
	height: 50%;
	width: 100%;
	padding: 30px;
	bottom: 0px;
	left: 0;
}
.new-video:before{
	content: "Новый курс";
	position: absolute;
	width: 105px;
	height: 21px;
	top: 0;
	left: 30px;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	background: rgb(185,62,120);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(185,62,120,1) 0%, rgba(241,78,77,1) 100%);
	background: -webkit-linear-gradient(left, rgba(185,62,120,1) 0%,rgba(241,78,77,1) 100%);
	background: linear-gradient(to right, rgba(185,62,120,1) 0%,rgba(241,78,77,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b93e78', endColorstr='#f14e4d',GradientType=1 );

}

.certificates .multiple-items-4{
	padding-top: 90px;
}
.reviews .multiple-items-2{
	margin-top: 80px;
}
input.error{
	box-shadow: 0 0 0 0.05rem rgba(255, 0, 0, 0.99);
}
.lecturers .multiple-items-4{
	margin-top: 100px;
}
.lecturers{
	padding-bottom: 80px;
}
.parners .d-md-flex{
	margin-top: 80px;
}
section.about{
	padding-bottom: 70px;
}
.about .section-title{
	margin-bottom: 100px;
}
.pagination {
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
}
.pagination li {
	display: inline-block;
}
.pagination li a {
	color: #0aad8e;
	font-size: 15px;
	padding: 10px 17px;
	background: #ffffff;
	border-radius: 2px;
	margin: 0 5px;
	text-decoration: none;
	transition: all .5s ease;
}
.pagination li a.active,
.pagination li a:hover{
	color: #fff;
	background: #0aad8e;
}
.header-transform{
    background: #fff;
    position: fixed;
    transition: all .5s ease;
    top: 0;
}
.header-transform #menuToggle span{
    background: #000;
}
.header-transform .desc-header .main-nav ul li a{
    color: #000;
}
.contacts-form .input-group > .form-control:focus{
    z-index: 0;
}
.event-box .morebtn{
    margin:5px 0 0 0;text-align:right;
} 
@media screen and (min-width: 990px){
	.mobi-header{
		display: none;
	}
	.desc-header{
		display: block;
	}
}
@media screen and (min-width: 1331px){
    .open-box .d-flex, .open-box .d-sm-flex{
        margin: 0 0 20px!important;
    }
}
@media screen and (max-width: 1330px){
    .open-box .d-flex, .open-box .d-sm-flex{
        margin: 0 0 30px!important;
    }
    #myTabContent .btn{
        font-size: 0.8rem;
    }
    .event-box__content .btn-reg{
        padding: 5px 15px;
    }
    .btn-reg-white{
        padding: 8px 25px;
    }
    #msProduct .form-horizontal button.zakazregistr + a{
        padding: 8px 15px;
        width:auto;
    }
    .event-box__content{
        padding:25px;
    }
    .event-box__content .d-flex{
         margin-right:10px !important;
    }
    .event-box__content .d-flex span{
        margin-right:5px !important;
    }
    #msProduct .bg-green{
        padding-left:1.5rem !important;
        padding-right:1rem !important;
    }
}
@media screen and (max-width: 990px){
    .mobi-header{
		display: block;
	}
	.desc-header{
		display: none;
	}
	.mobi-header .main-nav{
		display: none;
	}
	.mobi-header .main-nav{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		padding: 112px 0 92px;
		background: #0000009c;
		text-align: center;
		z-index: -1;
	}
	.mobi-header .main-nav ul li{
		display: block;
	}
}
@media screen and (max-width: 1199px){
	.category [class*="col-"] {
		top: 0;
		margin-bottom: 25px;
	}
	.category {
		position: static;
	}
	.pb-350 {
		padding-bottom: 65px;
	}
	.pt-200 {
		padding-top: 80px;
	}
	.multiple-items .slick-arrow.slick-prev {
		left: 35%;
	}
	.multiple-items .slick-arrow.slick-next {
		right: 35%;
	}
	.footer{
		text-align: center;
	}
	.footer-nav li{
		display: block;
	}
	
}

@media screen and (max-width: 767px){
	.nav-tabs .nav-item:nth-child(even){
		margin: 0;
		margin-bottom: 20px;
	}
	iframe{max-width:100% !important;}
	.nav-tabs .nav-item{
		display: block;
		margin-bottom: 20px;
	}
	.section-title{
		width: 100%;
	}

	.event-box .morebtn{
	    text-align:center;
	} 
}
@media screen and (min-width: 576px){
    .event-box .morebtn{
      text-align: right;
    }
}
@media screen and (max-width: 580px){
	.banner-title {
		font-size: 50px;
	}
	.banner-desc{
		font-size: 18px;
		width: 100%;
	}
	.event-box{
		text-align: center;
	}
	.slick-slide .event-box__content img{
		margin: 0 auto;
	}
	.event-box__content {
		min-height: 400px;
		max-height: 450px;
		padding: 30px 15px;
	}
	.border-top{
		text-align: center;
	}
	.open-box {
		padding: 45px 25px;
	}
	.video-big:after{
		left: 30%;
	}
	.video-mini:after{
		left: 35%;
	}

}
.event-box .price-zakaz{font-size:15px;}
.event-box__date span{visibility:hidden;} .event-box__date span strong{visibility:visible;}.top-banner-item .event-box__date span strong{color:#fff;}
.event-box__content .fs-20{font-size:15px;}
.category-item__image{height:67px;}
.text-tel-c{color:#fff;font-weight:700;margin-top:25px;}
.text-tel{margin-top:25px;}
.text-tel a:hover{color:#fff;}
.header-transform .text-tel a:hover, .header-transform .text-tel-c{color:#000;}
@media(max-width: 870px){.header-transform .text-tel a:hover, .header-transform .text-tel-c{color:#fff;}}


.seminarBlock .cart-order a{color:#000 !important;}
.team-box img{height:290px;width:270px;}
.ifr iframe{position: absolute;top: 0;left: 0;width: 100%;height: 305px;}
.video-school .ifr iframe{height: 450px;}
.fade:not(.show){opacity:1 !important;}#msOrder{margin-top:0 !important;}#payments{text-align:left;}
.zakazregistr{margin-top:-20px;}
.hiddelem{visibility:hidden !important;}
.zakazoforml{display:none;}
.showelem{visibility:visible;display:inline-block !important;}
@media (min-width: 980px){.order-forms{max-width:40%;} .customposition{position: absolute;bottom: 70px;right: 40px;}  .img-resp{height:auto}}
@media (min-width: 1330px){.customposition{position: absolute;bottom: 73px;right: 60px;} }
.table-responsive .footer{background:transparent;} .table-responsive .title a{color:#000;}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button{opacity: 1 !important;}
a.btn-reg-white:hover{color:#fff !important;}
#msProduct button.zakazregistr + a{width:260px;padding: 8px 46px 8px 30px;} p.nomargin a{width:165px;padding: 8px 36px 8px 30px;}

#jGrowl {font-size:15px;margin:0px 12px 0;font-family:'CenturyGothic', sans-serif, Arial;}
.jGrowl.top-right {top:20% !important;width:50% !important; left:40% !important; }
#jGrowl .jGrowl-notification {position: relative;width: 320px;padding: 15px;text-align:center;background: #f0f0f0 !important;opacity:1;}
#jGrowl .jGrowl-notification .jGrowl-close {position: absolute;right: 4px;top: 4px;color: #000 !important;}
#jGrowl .jGrowl-notification .jGrowl-message {color:#000 !important;}
.dn{display:none !important;}
.img-resp{position:relative;}
.seminar-content ul{list-style:disc}
h2 {margin-top: 1em;}


.mobile-icon{
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile-icon img{
	margin: 0 5px;
}

.mobile-download-link{
    width: 100%;
}

.kassis_mobile {height: 120px;width:1020px;display: block;margin: 0 auto;background: #fff;border-bottom: 2px solid #0aad8e}
.kassis_mobile .left {height: 100%;width: 5%;display: inline;vertical-align: top;float: left;}
.kassis_mobile .left img {margin:15% auto ;height: auto; width: auto;max-width: 100%;max-height: 100%;}
.kassis_mobile .logo{width: 15%;display: flex; align-items: center; margin: 0 0;height: 99%;}
.kassis_mobile .logo img {padding: 0 0;height: auto; width: auto;   max-width: 100%;max-height: 100%;}
.kassis_mobile .center {position: relative;width: 55%;overflow: hidden;display: inline;vertical-align: bottom;min-height: 100%;float: left;}
.kassis_mobile .center span {display: inline-block;margin-top: 4%;margin-left: 4%;color: #0aad8e;font-size: 28px;}
.kassis_mobile .center p {position: absolute;bottom:4%; left:4%;display: block;color: #7c7c7c;font-size: 26px;font-weight:600;margin-bottom: 0;}
.kassis_mobile .right {width: 25%;display: inline;vertical-align: top;height: 100%;float: left;}
.kassis_mobile .right span {display: inline-block;vertical-align: middle;margin-top: 8%;margin-left: 10%;padding:3%;color: #fff;font-size: 28px;background: #0aad8e;font-weight:400;}
.kassis_mobile .right a {display: inline-block;vertical-align: middle;margin: 0;padding:3%;color: #fff;font-size: 28px;background: #0aad8e;font-weight:400;}
/*.kassis_mobile .right span a {color: #fff;}*/

@media screen and (max-width:1100px) {
	.kassis_mobile {height: 100px;width:100%;display: block;margin: 0 auto;background: #fff;}
	.kassis_mobile .left {height: 100%;width: 5%;display: inline;vertical-align: top;float: left;}
	.kassis_mobile .left img {margin:15% auto ;height: auto; width: auto;max-width: 100%;max-height: 100%;}
	.kassis_mobile .logo{width: 15%;display: flex;align-items: center;float: left;margin: 0 0;height: 99%;}
	.kassis_mobile .logo img {padding: 0 0;height: auto; width: auto;   max-width: 100%;max-height: 100%;}
	.kassis_mobile .center {position: relative;width: 55%;overflow: hidden;display: inline;vertical-align: bottom;min-height: 100%;float: left;}
	.kassis_mobile .center span {display: inline-block;margin-top: 4%;margin-left: 4%;color: #0aad8e;font-size: 28px;}
	.kassis_mobile .center p {position: absolute;bottom:4%; left:4%;display: block;color: #7c7c7c;font-size: 26px;font-weight:600;}
	.kassis_mobile .right {width: 25%;display: flex;align-items: center;justify-content: center;height: 100%;float: left;}
	.kassis_mobile .right span {display: inline-block;vertical-align: middle;margin-top: 8%;margin-left: 10%;padding:3%;color: #fff;font-size: 28px;background: RED;font-weight:400;}
	.kassis_mobile {height: 80px;width:100%;display: block;margin: 0 0;background: #fff;}
	.kassis_mobile .center span {font-size: 18px;}
	.kassis_mobile .center p {font-size: 14px;}
	.kassis_mobile .right span {font-size: 14px;}
	.kassis_mobile .right a {font-size: 14px;}
}

@media screen and (max-width:1000px) {
	.kassis_mobile {height: 80px;width:100%;display: block;margin: 0 0;background: #fff;}
	.kassis_mobile .center span {font-size: 18px;}
	.kassis_mobile .center p {font-size: 14px;}
	.kassis_mobile .right span {font-size: 14px;}
	.kassis_mobile .right a {font-size: 14px;}

}

@media screen and (max-width:888px) {
	.kassis_mobile {height: 80px;width:100%;display: block;margin: 0 0;background: #fff;}
	.kassis_mobile .center span {font-size: 18px;}
	.kassis_mobile .center p {font-size: 14px;}
	.kassis_mobile .right span {font-size: 14px;}
	.kassis_mobile .right a {font-size: 14px;}
}

@media screen and (max-width:768px) {
	.kassis_mobile {height: 80px;width:100%;display: block;margin: 0 0;background: #fff;}
	.kassis_mobile .center span {font-size: 18px;}
	.kassis_mobile .center p {font-size: 14px;}
	.kassis_mobile .right span {font-size: 14px;}
	.kassis_mobile .right a {font-size: 14px;}
}

@media screen and (max-width:658px) {
	.kassis_mobile {height: 50px;width:100%;display: block;margin: 0 0;background: #fff;}
	.kassis_mobile .center span {font-size: 12px;}
	.kassis_mobile .center p {font-size: 10px;}
	.kassis_mobile .right span {font-size: 10px;}
	.kassis_mobile .right a {font-size: 10px;}
}

@media screen and (max-width:520px) {
	.kassis_mobile {height: 50px;width:100%;display: block;margin: 0 0;background: #fff;}
	.kassis_mobile .center span {font-size: 12px;}
	.kassis_mobile .center p {font-size: 10px;}
	.kassis_mobile .right span {font-size: 10px;}
	.kassis_mobile .right a {font-size: 10px;}
}

@media screen and (max-width:440px) {
	.kassis_mobile {height: 65px;width:100%;display: block;margin: 0 0;background: #fff;}
	.kassis_mobile .center span {font-size: 12px;}
	.kassis_mobile .center p {font-size: 10px;}
	.kassis_mobile .right span {font-size: 10px;}
	.kassis_mobile .right a {font-size: 10px;}
}
