@import url(/design/fonts/glyphicons.css);

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900&subset=latin,cyrillic);
/*
font-family: 'Roboto', sans-serif;
*/

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 15px/18px 'Roboto', sans-serif;
	height: 100%;
	background: #f0f1f2;
	/*
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	*/
}
a{
	color: #e30016;
	text-decoration: underline;
}

a:hover {
	color: #808080;
	text-decoration: none;
}
p{
	padding: 0 0 18px;
}
ul, ol {
	margin: 0 0 18px 25px;
}
a:focus, 
input:focus,
textarea:focus {
	outline: none;
}
input, textarea {
	font-family: 'Roboto', sans-serif;
}
label, input[type=submit], option{
	cursor: pointer;
}

h1,h2,h3,h4,h5,h6 {line-height: 115%;}
h1 {font-size: 30px;color: #e30016;}
h2 {padding: 18px 0;font-size: 20px; color: #e30016;}
h3 {padding: 16px 0;font-size: 18px; color: #e30016;}
h4 {padding: 14px 0;font-size: 16px;}
h5 {padding: 12px 0;font-size: 14px;}
h6 {padding: 10px 0;font-size: 12px;}


.wrapper,
.centered {
	margin: 0 auto;
	position: relative;
}
.wrapper,
.header {
	min-width: 1300px;
}
.wrapper {
	width: 100%;
	max-width: 1920px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.centered {
	width: 1300px;
	/*background:#3FF;*/
}
.white-btn {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #e6e6e6;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
	background: #fff;
	color: #595959;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.white-btn:hover{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #f3f3f3;
	color: #2f2f2f;
}
.red-btn {
	display: block;
	background: #f91304;
	border: 0 none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.red-btn:hover {
	background: #d31004;
	color: #fff;
}
.clearfix:after,
form:after,
.header:after,
.centered:after,
.middle:after {
	display: block;
	position: relative;
	clear: both;
	content: '';
}
.quote-left,
.quote-right{
	width: 380px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	border-right: 4px solid #f91304;
	display: block;
	color:#5b5b5b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}
.quote-left {
	float: left;
	margin-right: 30px; 
}
.quote-right {
	float: right;
	padding-left: 40px;
}
.quote-left p,
.quote-right p{
	padding: 0;
}
.table-style {
	border-collapse:collapse;
}
.table-style td {
	border: 1px solid #e6e6e6;
	padding: 8px;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 177px;
	background: #fff;
	position: relative;
}
.logo, 
.header-top,
.header-middle,
.header-bottom{
	float: left;
}
.logo > img {
	width: 145px;
	height: 126px;
	margin: 20px 40px;
	display: block;
}
.header-top,
.header-middle,
.header-bottom {
	width: 1045px;
	margin: 0 0 25px;
}
.header-top {
	padding: 0 29px;
	height: 40px;
	border: 1px solid #e6e6e6;
	border-top: none;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	box-sizing: border-box;
	line-height: 39px;
	background: #fff;
}
.header-middle {
	height: 90px;
}
.header-middle,
.header-bottom {
	padding: 0 0 0 30px;
}
.sub-title,
.search-question {
	width: 700px;
	float: left;
	
}
.sub-title {
	font-size: 18px;
	font-weight: 700;
	color: #595959;
}
.search-question form,
.search-question form input[type=text],
.search-question form input[type=email],
.search-question form input[type=submit] {
	display: inline-block;
	vertical-align: middle;
}
.search-question form,
.search-question a {
	margin: 10px 0 0;
}
.search-question a,
.card-feedback input[type=submit]{
	height: 36px;
	width: 154px;
	margin-left: 7px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	font-size: 11px;
	line-height: 37px;
	letter-spacing: 0.05em;
}

.menu-categories {
    margin-top: 33px;
}
.menu-categories a {
	margin: 10px 25px 0 0;
	display:inline-block;
	position: relative;
	color: #808080;
	font-size: 12px;
	text-decoration: none;
}
.menu-categories a span {
	margin: 6px 0 4px 0;
	display:inline-block;
	color: #595959;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 1px solid #c1c1c1;
}
.menu-categories a:hover span {
	color: #f91304;
	border-bottom: 1px solid #e5b0ad;
}


.contacts {
	width: 270px;
	padding: 0 29px 0 0;
	float: right;
	color: #595959;
	font-size: 14px;
	-webkit-user-select: text; 
	-moz-user-select: text;    
	-ms-user-select: text;   
	-o-user-select: text; 
}
.contacts span{
	color: #e30016;
	font-size: 26px;
	font-weight: bold;
}
.contacts a{
	color: #0b42d1;
	line-height: 32px;
}
.contacts_proga {
	width: 800px;
	margin: 0 auto;
	color: #595959;
	text-align:center;
	line-height: 26px;
	font-size: 16px;
	-webkit-user-select: text; 
	-moz-user-select: text;    
	-ms-user-select: text;   
	-o-user-select: text;
}
.contacts_proga span{
	color: #f91304;
	font-size: 26px;
	font-weight: bold;
}
.contacts_proga a{
	color: #0b42d1;
	line-height: 32px;
}

.header-bottom a {
	margin: 0 55px 0 0;
	display:inline-block;
	position: relative;
	color: #808080;
	font-size: 14px;
	text-decoration: none;
}
.header-bottom a span {
	margin: 0 0 4px;
	display:inline-block;
	color: #595959;
	font-size: 30px;
	line-height: 32px;
	font-weight: 500;
	border-bottom: 1px solid #c1c1c1;
}
.header-bottom a:hover span {
	color: #f91304;
	border-bottom: 1px solid #e5b0ad;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	padding: 0 0 50px;
}
.middle-inner {
	padding: 20px 0 60px;
}
.catalog-school {
	height: 600px;
	background: url(/design/images/catalog-school4.jpg) center no-repeat;
}

.catalog-school h1 {
    color: #303030;
    text-align: center;
    padding: 40px 0;
    font-weight: normal;
    font-size: 36px;
}

.catalog-school ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 440px;
    padding: 0 60px 0 30px;
    box-sizing: border-box;
}

.catalog-school ul > li {
    list-style: none;
    width: 32%;
    height: 30%;
    border-radius: 5px;
    line-height: normal;
    background-color: rgb(72, 122, 143, 0.8);
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.catalog-school ul > li > a {
    padding: 18px 33px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
}

.catalog-school ul > li:hover {
    background-color: rgb(72, 122, 143, 1);
}

.catalog-school ul > li:first-child {
    height: 65%;
}

.catalog-school ul > li:first-child .title {
    text-transform: uppercase;
}

.catalog-school ul > li.main {
    background-color: rgb(227, 0, 22, 0.7);
}

.catalog-school ul > li.main:hover {
    background-color: rgb(227, 0, 22, 1);
}

.catalog-school li .title {
    font-size: 30px;
    line-height: 0.9em;
}

.catalog-school li .description {
    font-size: 16px;
    position: absolute;
    bottom: 16px;
    width: 320px;
}

.catalog-clients {
	height: 480px;
	
}

.catalog-clients h1 {
    color: #303030;
    text-align: center;
    padding: 40px 0;
    font-weight: normal;
    font-size: 36px;
}

.catalog-clients ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 440px;
    padding: 0 60px 0 30px;
    box-sizing: border-box;
}

.catalog-clients ul > li {
    list-style: none;
    width: 24%;
    height: 32%;
    object-fit: contain;
    object-position: center center;
    border-radius: 5px;
    line-height: normal;
    position: relative;
    filter: grayscale(100%);
    border: 1px solid #e7e7e7;
}


.catalog-clients ul > li > a {
    padding: 18px 33px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
}

.catalog-clients ul > li:hover {
    filter: grayscale(0);
}

.catalog-clients li .title {
    font-size: 30px;
    line-height: 0.9em;
}

.catalog-clients li .description {
    font-size: 16px;
    position: absolute;
    bottom: 16px;
    width: 320px;
}

.image-container {
  display: flex; 
  justify-content: center; 
  align-items: center; 
  height: 300px; /* Οπθμεπ */
}

.centered-image {
  display: block;
  margin: 0 auto;
  width: 150px; 
  height: auto; 
}

.manager-school,
.catalog-caterories {
	/*width: 650px;*/
	height: 600px;
	box-sizing: border-box;
	float: left;
}
.catalog-caterories {
	overflow: hidden;
}
.manager-school {
	padding: 87px 0 0 40px;
	box-sizing: border-box;
	color: #fff;
	line-height: 180%;
}
.manager-school p:first-child {
	line-height: 18px;
}
.manager-school p:nth-child(2) {
	line-height: 24px;
}
.manager-school a{
	height: 63px;
	width: 343px;
	display: inline-block;
	color: #fff;
	line-height: 63px;
	text-decoration: none;
	border: 2px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.manager-school a:hover{
	height: 63px;
	width: 343px;
	color: #1b2730;
	background: #fff;
}
.content,
.content:before,
.content:after {
	border: 1px solid #e6e6e6;
	background: #fff;
}
.content {
	margin-bottom: 17px;
	text-align: left;
}
.all-treners {
	padding: 35px 40px 28px;
	box-sizing: border-box;
	margin-top: 40px;
}
h1.title {
	padding: 0 0 15px;
	font-size: 30px;
	color: #1a2730;
	font-weight: 500;
	text-align:center;
}
.corporative-trening {
	width:590px;
	margin-top:-170px;
	position:relative;
	float:right;
	text-align: center;
}
.corporative-trening a {
	height: 53px;
	margin-top: 25px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: middle;
	line-height: 53px;
	font-size: 18px;
}
.corporative-trening a.red-btn {
	padding: 0 40px;
}
.corporative-trening a.white-btn {
	padding: 0 60px;
}
.content:before,
.content:after {
	height: 7px;
	display: block;
	border-top: none;
	content: '';
	position: absolute;
}
.content:before {
	width: 1258px;
	left: 20px;
	bottom: -9px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#fcfcfc'); 
	background: -o-linear-gradient(top, #f9f9f9, #fcfcfc);
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fcfcfc));
	background: -moz-linear-gradient(top, #f9f9f9, #fcfcfc);
	
}
.content:after {
	width: 1218px;
	left: 40px;
	bottom: -17px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#fefefe'); 
	background: -o-linear-gradient(top, #fdfdfd, #fefefe);
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#fefefe));
	background: -moz-linear-gradient(top, #fdfdfd, #fefefe);
}
.content-in,
.right-sidebar {
	display: table-cell;
	vertical-align: top;
}
.content-in {
	width: 910px !important;
	padding: 0 30px 0 0px;
}
.content-in img{
	max-width: 910px !important;
}
.right-sidebar {
	width: 290px !important;
	padding: 0 0 0 0;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	max-width: 1920px;
	min-width: 1300px;
	width: 100%;
	height: 126px;
	/*margin: -197px auto 0;*/
	border-top: 1px solid #e6e6e6;
	background: #fff;
	position: relative;
}
.footer > div {
	height: 126px;
}
.footer-left {
	padding: 32px 40px 0;
	float: left;
	font-size: 15px;
	color: #9a9a9a;
}
.footer-left p{
	padding: 0;
}
.footer-left a.create-by {
	color: #9a9a9a;
	text-decoration: none;
}
.footer-left a.create-by span{
	color: #f91304;
	text-decoration: underline;
}
.footer-left a.create-by span:hover{
	color: #808080;
	text-decoration: none;
}
.footer-middle {
	position: absolute;
	left: 50%;
	top: -30px;
	margin: 0 0 0 -63px;
}
.footer-irght {
	width: 290px;
	padding: 50px 40px 0; 
	float: right;
	text-align:right;
}
.footer-middle > img {
 	width: 145px;
	height: 126px;
}
/*--------------------------------------------------------------*/
/* 							Modules
/*--------------------------------------------------------------*/
/* =============== Pages ============== */
.pages {
	margin: 10px 0;
	text-align: center;
}
.pages a,
.pages span {
	width: 32px;
	height: 32px;
	margin: 0 3px 0 2px;
	display: inline-block;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.pages a {
	border: 1px solid #e8e9eb;
	color: #595959;
}
.pages a:hover {
	border: 1px solid #e6ecf2;
	background: #e6ecf2;
	color: #1a1a1a;
}
.pages span {
	border: 1px solid #c2daf2;
	background: #c2daf2;
	color: #1a1a1a;
}

/* =============== Menu ============== */
.header-top a{
	margin: 0 19px 0 0;
	display: inline-block;
	text-decoration: none;
	color: #595959;
}
.header-top a:hover{
	color: #e30016;
}
.header-top a.active{
	color: #770502;
}

/* =============== Way ============== */
p.way {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #e8e9eb;
	text-align: center;
}
p.way,
p.way a {
	color: #b2b2b2;
	font-size: 14px;
}

/* =============== Open form ============== */
.overlay {
    background-color: #fff;
    bottom: 0;
    cursor: pointer;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -ms-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.openform { 
    min-width: 320px;
    max-width: 1000px;
    margin: auto;
    background-color: #fff;
    display: block;
	top: 10%;
    left: 0; 
	right: 0;
    opacity: 0;
    padding: 15px;
    position: fixed;
    visibility: hidden;
    z-index: 10;

    -webkit-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -ms-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s;
}
.overlay:target+.openform {
    opacity: 1;
    visibility: visible;
}
.close {
    width: 44px;
	height: 44px;
	padding: 0;
    position: absolute;
	top: -15px;
    right: -13px;
    text-align: center;
    text-decoration: none;
    font-size: 44px;
	line-height:40px;
	font-weight: 100;
	color: #999999;
}
.close:before {
    content: "Γ";
}
.close:hover {
    color: #1a2730;
}



/* =============== Search form ============== */
.search-question form input[type=text],
.search-question form input[type=email],
.search-question form input[type=submit],
.brand-selection{
	height: 38px;
	box-sizing:border-box;
	border: 1px solid #e6e6e6;
}
.search-question form input[type=text],
.search-question form input[type=email],
.brand-selection {
	width: 444px;
	padding: 0 19px;
	color: #808080;
	font-size: 14px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.search-question form input[type=submit]{
	width: 74px;
	margin: 0 0 0 -1px;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	background-color: #fafafa;
	background-image: url(/design/images/search-btn.png);
	background-position: top;
	background-repeat: no-repeat;
}
.search-question form input[type=submit]:hover{
	border: 1px solid #dadada;
	background-color: #f3f3f3;
	background-position: bottom;
}

/* --------- Search result ---------- */
p.title {
	font-size: 22px !important;
}
div.search-result {
	margin: 0 0 26px;
	font-size: 16px;
	color:#595959;
}
div.search-result a {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}
div.search-result span {
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	color: #999;
}

/* =============== Catalog ============== */

/* --------- categories for main ---------- */
.catalog-caterories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.catalog-caterories ul li,
.catalog-caterories ul li a {
	width: 650px;
	height: 200px;
}
.catalog-caterories ul li {
	display: block;
	float: left;
}
.catalog-caterories a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
}
.catalog-caterories li:nth-child(1) a{
	background: rgba(71,65,132,0.5);
}
.catalog-caterories li:nth-child(2) a{
	background: rgba(216,75,96,0.5);
}
.catalog-caterories li:nth-child(3) a{
	background: rgba(129,84,184,0.5);
}
.catalog-caterories li:nth-child(4) a{
	background: rgba(245,115,111,0.5);
}
.catalog-caterories li:nth-child(5) a{
	background: rgba(82,86,183,0.5);
}
.catalog-caterories li:nth-child(6) a{
	background: rgba(193,111,122,0.5);
}

.catalog-caterories a span {
	display: block;
	font-weight: 500;
}
.catalog-caterories a span.image {
	margin: 0 0 15px;
	overflow: hidden;
}
.catalog-caterories a span.image img{
	display: inline-block;
}
.catalog-caterories a span.title {
	padding: 0 85px;
	font-size: 18px;
}
.catalog-caterories a span.description {
	max-height: 0px;
	padding: 0 30px;
	font-size: 13px;
	overflow: hidden;
	opacity: 0;
}
.catalog-caterories a span.image,
.catalog-caterories a span.title, 
.catalog-caterories a span.description {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.catalog-caterories a:hover span.image {
	height: 0;
	margin: 0;
	opacity: 0;
}
.catalog-caterories a:hover span.description {
	max-height: 80px;
	padding: 15px 30px 0;
	font-size: 13px;
	opacity: 1;
}
/* --------- categories for inner ---------- */
.categories-inner {
	padding: 25px 19px 27px;
	margin: 0 0 18px;
	border: 1px solid #e8e9eb;
	border-top: 2px solid #f91304;
	font-size: 16px;
}
.categories-inner .label {
	padding: 0 0 18px;
	display: block;
	color: #999999;
	font-size: 12px;
	line-height: 9px;
}
.categories-inner ul{
	margin: 0;
	list-style: none;
	font-weight: 500;
}
.categories-inner ul li{
	padding: 10px 0;
}
.categories-inner a{
	color: #585858;
	text-decoration: none;
}
.categories-inner a span{
	margin: 4px 3px 0 0;
	vertical-align: top;
 	font-size: 8px;
}
.categories-inner a:hover{
	color: #999999;
}
.categories-inner a.active{
	color: #f91304;
}

/* --------- categories inner with images + video list ---------- */
.category-images {
	padding: 0 0 20px;
}
.category-images > a,
.category-images > span,
.video-rows > .video-list{
	display: block;
	position: relative;
	float: left;
}
.category-images > a,
.video-rows > .video-list {
	min-height: 180px;
	padding: 0 0 5px;
	font-size: 18px;
	color: #537c99;
}
.category-images > a {
	width: 289.5px;
	text-align: center;
}
.category-images > a:hover {
	color: #f91304;
}
.category-images > a > img,
.video-list img {
	width: 100%;
	margin: 0 0 15px;
}

.category-images > a > img {
	opacity: 0.8;
}
.category-images > a:hover > img {
	opacity: 1;
}
.category-images > span{
	width: 20px;
	height: 1px;
}
.video-list {
	text-decoration: none;
}
.video-list > span {
	display: block;
}
.video-list .title{
	text-decoration: underline;
	color: #537c99;
	line-height: 22px;
}
.video-list:hover .title,
.video-list .date{
	text-decoration: none;
	color: #f91304;
}
.video-list .desc-short{
	margin: 10px 0 5px;
	font-size: 15px;
	color: #404040;
}
.video-list .date{
	font-size: 14px;
}
.description-cont h2{
	font-style:normal !important;
	font-size: 20px !important;
}
.description-cont h2 span{
	color: #ff0000 !important;
}
/* --------- Catalog reviews ---------- */
.reviews-list {
	width: 100% !important;
	min-height: 10px !important;
	margin-left: 0 !important;
}
.reviews-list .title{
	margin-bottom: 10px;
}
.reviews-list .desc{
	font-size: 	17px;
	color: #404040;
}
.reviews-list .desc span{
	color: #f91304;
}
.reviews-list .desc-short{
	font-size: 	15px;
}
.reviews-list .date{
	color: #999999;
}
.coach-filtr-list,
.trening-filtr-list {
	float: left;
	margin-bottom: 30px;
}
.coach-filtr-list {
	width: 240px;
	margin-right: 25px;
}
.trening-filtr-list {
	width: 480px;
}
.brand-selection {
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.review-shmp {
	border-bottom: 1px solid #f91304;
	color: #303030;
	font-size: 25px;
	text-decoration: none;
}
.review-shmp span {
	color: #f91304;
}
.review-shmp:hover {
	border-bottom: 0 none;
}
/* --------- reviews main ---------- */
.trainer-review {
	width: 100% !important;
	display: block !important;
	float: none !important;
	box-sizing: border-box;
}
.trainer-review .image img {
    max-width: 180px !important;
}
.reset-filter {
	height: 36px;
	padding: 0 15px;
	margin-left: 25px;
	line-height: 36px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* --------- Catalog programms list ---------- */
.items-list {
	width: 698px;
	min-height: 120px;
	margin: 0 0 10px;
	padding: 19px 0 19px 200px;
	border: 1px solid #e8e9eb;
	display: block;
	position: relative;
	text-align: left;
	text-decoration: none;
}
.items-list .title {
	color: #4c4c4c;
	text-decoration: underline;
}
.items-list:hover {
	background: #fafbfc;
}
.items-list img {
	width: 160px;
	display: block;
	position: absolute;
	top: 19px;
	left: 19px;
}
.items-list .item-content,
.items-list .price {
	display: table-cell;
}
.items-list .item-content {
	width: 490px;
}
.items-list .price {
	width: 180px;
	height: 120px;
	padding: 0 0 0 28px;
	border-left: 1px solid #e8e9eb;
	vertical-align: middle;
}
.items-list > span > span {
	display: block;
}
.items-list .item-content .title {
	font-size: 20px;
	line-height: 24px;
	color: #4c4c4c;
	text-decoration: underline;
}
.items-list .item-content .desc {
	margin: 8px 0 0;
	color: #808080;
}
.items-list .item-content .desc span {
	color: #333333;
}
.items-list:hover .item-content .title {
	color: #f91304;
	text-decoration: none;
}
.items-list:hover .item-content .desc span {
	color: #f9332b;
}
.items-list .price .date{
	height: 10px;
	margin: 0 0 12px;
	color: #808080;
	font-size: 14px;
	line-height: 10px;
}
.items-list .price .price-time{
	margin: 0 0 10px;
	color: #333333;
	font-size: 30px;
	font-weight: bold;
}
.items-list .price .price-time small{
	font-size: 18px;
}
.items-list .price .more{
	width: 132px;
	height: 32px;
	border: 1px solid #e8e9eb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	color: #595959;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
}
.items-list .price .more:hover{
	border: 1px solid #e6ecf2;
	background: #e6ecf2;
	color: #1a1a1a;
}
/* --------- Catalog article list ---------- */
.article-list .item-content{
	width: 100%;
	padding: 0 19px 0 0;
	display: block;
	box-sizing: border-box;
}
.article-list .item-content .desc-short {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* --------- Catalog programms card ---------- */
.trening-card {
	min-height: 300px;
}
.trening-card .card-image,
.trening-card .coach-image,
.trening-card .desc,
.trening-card .description-cell{
	display: table-cell;
	vertical-align: middle;
}
.trening-card .card-image {
	width: 400px;
	height: 300px;
	text-align:center;
}
.trening-card .desc {
	width: 460px;
	padding: 0 0 0 40px;
	margin: 0 -1px 0 0;
	border-right: 1px solid #e8e9eb;
}

.trening-card .desc span.characters {
	height: 16px;
	padding: 0 0 15px;
	display: block;
	color: #1a2730;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
}
.trening-card .label {
	width: 175px;
	height: 16px;
	padding: 0 0 3px;
	display: inline-block;
	vertical-align: middle;
	font-size:16px;
	color: #737373;
	font-weight: 400;
}
.trening-card .skill-cont {
	padding: 30px;
	margin: 30px 0 25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background: #f5f6f7;
	font-size: 20px;
	color: #1b2730;
	line-height: 24px;
}
.skill-cont .label {
	width: 190px;
	height: 12px;
	padding: 0 0 15px;
	display: block;
	line-height: 12px;
}

.right-sidebar .trening-card {
	width: 290px;
	min-height: 282px;
	margin: 0 0 0 -30px;
	padding: 18px 0 0 29px;
}
.right-sidebar .trening-card span {
	display: block;
}
.trening-card .date{
	margin: 30px 0 0; 
	line-height: 13px;
	font-weight: 500;
}
.trening-card .date,
.trening-card .price-time small{
	font-size: 18px;
	color: #808080;
}
.trening-card .price-time{
	margin: 19px 0 20px;
	font-size: 42px;
	line-height: 30px;
	color: #1b2730;
	font-weight: bold;
}
.trening-card .price-time small{
	font-weight: 400;
}
.trening-card .order{
	width: 164px;
	height:42px;
	margin: 0 0 10px;
	line-height:42px;
	font-weight: bold;
}
.trening-card .set-date{
	color: #808080;
	font-size: 14px;
}
.trening-card .set-date span{
	color: #f91304;
	font-weight: bold;
}
.navigation {
	margin: 30px 0;
	padding: 0;
	font-size: 16px;
}
.navigation:before {
	display: block;
	color: #737373;
	content: 'Π‘ΠΎΠ΄Π΅ΡΠΆΠ°Π½ΠΈΠ΅:';
}
.navigation ol{
	margin: 0 0 0 19px;
}
.navigation:before,
.navigation li {
	padding: 5px 0;
}

.navigation a{
	color: #1b2730;
}
.navigation a:hover{
	color: #f91304;
}
/* --------- Catalog coach list ----------- */
/*					  +						*/
/* --------- filtr trainers main ---------- */

.all-treners .trainer,
.all-treners .delimiter {
	display: table-cell;
}
.all-treners .delimiter:nth-child(4n),
.all-treners .delimiter:last-child {
	display: block;
}
.all-treners .trainer{
	width: 435px;
	height: 280px;
	padding: 0 15px 25px 200px;
	position: relative;
	text-align: left;
}

.all-treners .trainer .image,
.coach-list img{
	position: absolute;
	left: 0;
}
.all-treners .trainer .image img{
	max-width: 180px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.content-wide .trainer:nth-child(4n-1),
.all-treners-main .trainer:nth-child(2){
	padding: 0 15px 25px 210px;
}
.content-wide .trainer:nth-child(4n-1) .image,
.all-treners-main .trainer:nth-child(2) .image{
	left: 10px;
}
.coach-list .name,
.all-treners .trainer .name {
	display: inline-block;
	border-bottom: 1px solid #ef7f79;
	font-size: 26px;
	line-height: 28px;
	text-decoration: none;
}
.coach-list .name:hover,
.all-treners .trainer .name:hover {
	border-bottom: 1px solid transparent;
}
.coach-list .name:hover,
.coach-list .name span,
.all-treners .trainer .name:hover, 
.all-treners .trainer .name span{
	color: #303030;
}

.all-treners .trainer .name {
	margin: 0 0 13px;
}
.all-treners .trainer .description {
	height: 146px;
	padding: 0 0 25px;
	display: block;
	overflow: hidden;
	position: relative;
	color: #595959;
}
.all-treners .trainer .description:after {
	width: 100%;
	height: 40px;
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.all-treners .trainer .description p {
	padding: 0;
	text-indent: 15px;
}
.coach-list .white-btn,
.all-treners .trainer a.white-btn {
	height: 26px;
	padding: 0 14px;
	margin: 0 5px 0 0;
	line-height: 28px;
	font-size: 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

/*filtr*/
.all-treners-main {
	margin-top: 50px;
	box-sizing:border-box;
}
.all-treners > .title {
	display: block;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
}
.all-treners > .title > a {
	color: #303030;
	text-decoration: none;
	border-bottom: 1px solid #ef7f79;
}
.all-treners > .title > a:hover {
	border-bottom: none;
}
.all-treners-main .trainer{
	height: auto;
}
/* --------- Catalog video list ---------- */
.video-list {
	width: 430px;
	margin-bottom: 40px;
}
.video-rows .video-list:nth-child(2n) {
	margin-left: 38px;
}
.video-list .hover {
	width: 430px;
	height: 322.5px;
	display: none;
	background-color: rgba(249,19,4,0.5);
	background-image: url(/design/images/play.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.video-list:hover .hover {
	display: block;
}

/* --------- Catalog coach card ---------- */
.coach-card .coach-image {
	width: 225px;
	height: 300px;
}
.coach-card .coach-image img {
	max-width: 225px;
}
.coach-card .desc {
	width: 635px;
	padding: 0 0 0 40px;
	margin: 0 -1px 0 0;
	color: #595959;
	font-size: 16px;
}
a.write-me {
	width: 178px;
	height: 36px;
	display: block;
	margin: 25px 0 0; 
	border: 1px solid #d9d9d9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	font-size: 14px;
	line-height: 36px;
	color: #737373;
	text-align: center;
	text-decoration: none;
}
a.write-me img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 2px 0;
}
a.write-me:hover {
	background: #f5f6f7;
	color: #404040;
}
.coach-card .description-cell{
	font-size: 36px;
}
.coach-card .coaching-experience {
	width: 235px;
}
.coach-card .trained {
	width: 245px;
}
.coach-card .activities {
	width: 255px;
}
.coach-card .label {
	width: 195px;
}

/* --------- Catalog additional items coach ---------- */
.coach-list {
	height: 135px;
	padding: 0 0 25px 120px;
	position: relative;
}
.coach-list img{
	top: 35px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
.coach-list .label {
	width: calc(100% + 120px);
	margin-left: -120px;
	display: block;
}
.coach-list .name {
	margin: 25px 0 15px;
}
.description-short {
	padding: 0 30px 0 0; 
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}
/* --------- Basket items + baket order ---------- */
div.basket-items {
	width:100% !important;
	text-align: center;
}
#submition, .items-c {
	display: none;
}
.basket-item {
	margin: 0 0 20px;
	text-align: center;
}
.basket-item .title{
	width: auto;
	padding: 10px 0;
	color: #1a2730;
	font-size: 26px;
	font-weight: 500;
}
.basket-item .characters{
	padding: 10px 0;
	color: #595959;
	font-size: 16px;
}
.basket-item .price{
	color: #f91304;
}
.basket-item .price .price-red{
	font-size: 24px;
	font-weight: bold;
}
.basket-item .characters .label,
.basket-item .characters small{
	color: #999999;
}
.form-feedback {
	width: 370px;
	margin: 0 auto;
}
.right-sidebar .trening-card .form-feedback {
	width: 290px;
}

/* --------- filtr other coach ---------- */
.other-coach {
	width: 900px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.other-coach .title {
	padding: 0 0 9px;
	font-size: 15px;
	line-height: 15px;
	color: #595959;
	font-weight: 400;
}
.other-coach .coach-name {
	margin: 6px 13px; 
	display: inline-block;
	font-size: 20px;
	line-height:18px;
	font-weight: 500;
	color: #303030;
}
.other-coach .coach-name:hover {
	color: #f91304;
}
.other-coach .all-coach {
	margin: 26px auto 5px;
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #808080;
	font-weight: 400;
}
/* --------- filtr authors build ---------- */
.authors-label{
	padding: 0 0 10px;
	color: #999999;
	font-size: 12px;
}
.author-row {
	padding: 0 0 25px;
}
.author-row .author-list,
.author-row .author-list span {
	display: inline-block;
	vertical-align: middle;
}
.author-row .author-list {
	padding: 0;
	margin: 0 35px 0 0;
	color: #737373;
	font-size: 18px;
	text-decoration: none;
}
.author-row .author-list span{
	width: 12px;
	height: 12px;
	margin: 0 6px 2px 0;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	position: relative;
}
.author-row .author-list:hover {
	color: #f91304;
}
.author-row .author-list:hover span,
.author-row .selected span{
	border: 1px solid #fda19b;
}
.author-row .selected {
	color: #770502;
}
.author-row .selected span:before,
.author-row .selected span:after {
	height: 2px;
	display: block;
	position: absolute;
	background: #770502;
	content: '';
}
.author-row .selected span:before {
	width: 5px;
	left: 2px;
	bottom: 5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.author-row .selected span:after {
	width: 12px;
	right: -3px;
	bottom: 7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.all-authors {
	padding: 0 15px;
	font-size: 11px;
	line-height: 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}


/* --------- filtr raspisanie list ---------- */
.raspisanie-main {
	text-align: center;
}
.raspisanie {
	max-width: 1260px;
	min-width: 930px;
	padding: 0 20px;
	margin: 55px auto 40px;
	display: inline-block;
	
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	background: #fff;
	position: relative;
	text-align: center;
}
.raspisanie,
.raspisanie > .title,
.raspisanie .item,
.raspisanie > .item span.price {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.raspisanie > .title {
	width: 998px;
	height: 67px;
	margin: 0 auto -5px;
	background: #fff;
	top: -25px;
	border: 1px solid #e7e7e7;
	font-size: 26px;
	line-height: 67px;
	text-align: center;
	font-weight: 700;
	color: #1b2730;
	position: relative;
}
.raspisanie > .item {
	width: 250px;
	height: 175px;
	padding: 25px 20px 0;
	margin: 0 8px 40px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	background: rgb(72, 122, 143);
	color: #fff;
	font-weight: 700;
	text-align:left;
}
.raspisanie > .item img {
	width: 290px;
	position: absolute;
	top:0;
	left: 0;
	z-index: 0;
	opacity: 0.3;
}
.raspisanie > .item a {
	color: #fff;
	text-decoration:none;
}
.raspisanie > .item span,
.raspisanie > .item hr{
	display: block;
	position: relative;
	z-index: 1;
}
.raspisanie > .item span.data {
	font-size: 14px;
}
.raspisanie > .item hr{
	width: 50px;
	height: 1px;
	margin: 8px 0 6px;
	background: #fff;
	border: none;
}
.raspisanie > .item span.title {
	height: 65px;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	overflow: hidden;
}
.raspisanie > .item span.price {
	width: 250px;
	height: 40px;
	padding: 0 125px 0 22px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 40px;
	background: #f91304;
	opacity: 0.7;
}
.raspisanie > .item:hover span.price {
	opacity: 1;
}
.raspisanie > .item span.price a {
	height: 40px;
	width: 124px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	border-left: 1px solid #d31004;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	background: #f91304;
	text-align: center;
}
.raspisanie > .item span.price a:hover {
	background: #d31004;
}
/* --------- filtr raspisanie slyder ---------- */
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
	width: 80px;
	height: 400px;
	display: inline-block;
	*display: inline;/*IE7 life-saver */
	filter: Alpha(Opacity=30);/*IE7 fix*/
	opacity: 0.3;
	background-image: url(/design/images/arrows-banner.png);
	
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
}
.owl-theme .owl-controls .owl-buttons div:hover{
	opacity: 1;
	background-color: rgba(0,0,0,0.1);
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	margin: 0 570px 0 0;
	background-position: left center;
	right: 50%;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	margin: 0 0 0 570px;
	background-position: right center;
	left: 50%;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination {
	position: absolute;
	top:0;
	width: 100%;
	text-align: center;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	width: auto;
	height:auto;
	padding: 0 10px;
	margin: 35px 7px 0;
	display: block;
	color: #b4b4b4;
	font-size: 15px;
}
.owl-theme .owl-controls .active span,
.owl-theme .owl-controls .clickable .owl-page:hover span{
	color: #fff;
}
/* preloading images */
.owl-item .loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/* items */
.banner-item {
	max-width: 1920px;
	min-width: 1300px;
	height: 510px;
	padding: 135px 0 0;
	background-position: top center;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}
.banner-item .name {
	width: auto;
	padding: 0 0 4px;
	margin: 0 auto 0;
	display: inline-block;
	border-bottom: 1px solid #737373;
	font-size: 24px;
}
.banner-item .title {
	margin: 18px 0 0;
	font-size: 48px;
}
.banner-item .description {
	width: 1000px;
	height: 260px;
	margin: 45px auto 0;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
}
.banner-item .description > div {
	display: table-cell;
	vertical-align: top;
}
.banner-item .description .left {
	height: 225px;
	padding: 35px 61px 0;
}
.banner-item .description span {
	display: block;
	padding: 0 0 15px;
}
.banner-item .description .left .skill {
	color: #737373;
	font-size: 16px;
}
.banner-item .description .left .text {
	color: #1b2730;
	font-size: 20px;
	line-height: 28px;
}
.banner-item .description .left a {
	width: 162px;
	height: 31px;
	display: inline-block;
	line-height: 31px;
	font-size: 12px;
	font-weight: 700;
	color: #808080;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border: 1px solid #dadada;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
}
.banner-item .description .left a:hover {
	color: #303030;
	border: 1px solid #dddddd;
	background: #f3f3f3;
}
.banner-item .description .right {
	width: 279px;
	padding: 35px 0 0 39px;
	border-left: 1px solid #e6e6e6;
	font-weight: bold;
	font-size: 18px;
}
.banner-item .description .right .date{
	color: #f91304;
	padding: 0 0 5px;
}
.banner-item .description .right .type{
	color: #595959;
}
.banner-item .description .right .price{
	padding: 0 0 0px;
	color: #1b2730;
	font-size: 42px;
	line-height: 48px;
}
.banner-item .description .right .price span{
	display: inline;
	color: #595959;
	font-size: 18px;
}
.banner-item .description .right a {
	width: 164px;
	height: 42px;
	background: #f91304;
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	line-height: 42px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
.banner-item .description .right a:hover {
	background: #d31004;
}

/* =============== Feedback ============== */

.form-feedback input[type=text],
.form-feedback input[type=email],
.form-feedback input[type=submit],
.form-feedback textarea{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.form-feedback input[type=text],
.form-feedback input[type=email],
.form-feedback textarea {
	margin: 0 0 10px;
	border: 1px solid #e8e9eb;
	color: #a6a6a6;
}
.form-feedback input[type=text],
.form-feedback input[type=email] {
	padding: 0 14px;
}
.form-feedback textarea {
	padding: 14px;
}
.form-feedback input[type=submit],
.form-feedback textarea{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.form-feedback input[type=text]:focus,
.form-feedback input[type=email]:focus,
.form-feedback textarea:focus{
	border: 1px solid #fda19b;
	color: #4d4d4d;
	-webkit-box-shadow: 0 0 5px 0 rgba(249, 19, 4, 0.2);
	-moz-box-shadow: 0 0 5px 0 rgba(249, 19, 4, 0.2);
	box-shadow: 0 0 5px 0 rgba(249, 19, 4, 0.2);
}

.form-feedback label:has(input[type=checkbox]) {
	display: block;
	margin: 0 0 15px;
	accent-color: #d31004;
	color: #757575;
}

/* --------- feedback in trening card ---------- */

.card-feedback-text{
	padding: 0 0 25px;
	color: #737373;
	font-size: 14px;
	font-weight: 400;
}
.card-feedback-text strong{
	font-weight: 16px;
}

.card-feedback input[type=text],
.card-feedback input[type=email]{
	width: 260px;
	height: 38px;
	font-size: 14px;
}
.card-feedback input[type=submit] {
	margin-left: 136px;
	/*ΡΠΌΠΎΡΡΠΈ .search-question a*/
}
/* --------- feedback write me ---------- */
div.write-me {
	width: 370px;
	margin: 0 auto;
}
div.write-me-splash {
	top: 50%;
	margin: -180px auto 0;
}
.write-me .form-feedback div{
	font-size: 18px;
	line-height: 40px;
	color:#1a2730;
	text-align: center;
}
.write-me .form-feedback input[type=text],
.write-me .form-feedback input[type=email],
.write-me .form-feedback textarea,
.write-me .form-feedback input[type=submit]{
	width: 340px;
	margin: 0 0 15px;
	font-size: 16px;
}
.write-me .form-feedback input[type=text],
.write-me .form-feedback input[type=email],
.write-me .form-feedback input[type=submit]{
	height: 50px;
}
.write-me .form-feedback textarea {
	height: 90px;
}
.write-me .form-feedback input[type=submit] {
	padding: 0 15px;
	box-sizing:content-box;
}
.write-me .cancel {
	display: block;
	color: #595959;
	line-height: 20px;
	text-align: center;
}

.swiper-button-next, .swiper-button-prev {

}

body {
    --swiper-theme-color: #e30016;
    
}

.btn {
    height: 36px;
    padding: 0 14px;
    margin: 0 5px 0 0;
    line-height: 39px;
    font-size: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

#utp-form {
    padding-top: 25px;
}

.table-big-cell {
    justify-content: center;
    align-items: center;
    background-color: rgb(179, 40, 43, 0.8);
    background-position: 50% -10%;
    background-size: 100%;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    font-family: ralewayregular, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: rgb(255, 255, 255);
    overflow: hidden;
}

.table-cell {
    justify-content: center;
    align-items: center;
    background-color: rgb(72, 122, 143, 0.8);
    background-position: 50% -10%;
    background-size: 100%;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    font-family: ralewayregular, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: rgb(255, 255, 255);
    overflow: hidden;
}

.table-red-cell {
    justify-content: center;
    align-items: center;
    background-color: rgb(179, 40, 43, 0.8);
    background-position: 50% -10%;
    background-size: 100%;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    font-family: ralewayregular, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: rgb(255, 255, 255);
    overflow: hidden;
}

.table-cell-title {
    font-size: 30px;
    padding-bottom: 30px;
}
	
.table-cell a{
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.table-red-cell a{
    color: rgb(255, 255, 255);
    text-decoration: none;
}


.table-big-cell a{
    color: rgb(255, 255, 255);
    text-decoration: none;

}

.table-big-cell:hover {
    background-color: rgb(221, 85, 92, 0.8);

}

.table-cell:hover {
    background-color: rgb(104, 178, 206, 0.8);

}

.table-red-cell:hover {
    background-color: rgb(221, 85, 92, 0.8);
}

.title-popup {
    font-size: 19px;
    color: #e30016;
    text-align: center;
    padding-bottom: 10px;
}

