/*
Theme Name: Janinn
Theme URI: http://tobefit.ru
Version: 1.0
Author: Сергей Черенщиков
Author URI: http://istark.ru
*/

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@font-face {
	font-family: 'BebasNeue';
	src: url('fonts/BebasNeueBold.eot');
	src: url('fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/BebasNeueBold.woff') format('woff'),
		url('fonts/BebasNeueBold.ttf') format('truetype'),
		url('fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
	font-weight: bold;
	font-style: normal;
}

body {
	font-family: Roboto Condensed;
	font-size: 16px;
}
#checkout {
	position: fixed;
    background: #fff;
    display: inline-block;
    text-align: center;
    -webkit-transition: background .3s ease,-webkit-transform 125ms ease;
    transition: background .3s ease,transform 125ms ease;
    transition: background .3s ease,transform 125ms ease,-webkit-transform 125ms ease;
    font-weight: 600;
    border-radius: 5rem;
    min-width: 10.2rem;
    top: 10%;
    left: 1%;
    margin: 0;
    overflow: hidden;
    font-size: 1.4rem;
    vertical-align: middle;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    color: #1b96fe;
    border: 2px solid #1b96fe;
    z-index: 99;
    line-height: 2;
    text-decoration: none;
}
#checkout:hover {
	background: #1b76fe;
    border-color: #1b76fe;
    color: #fff;
}
.container {
	width: 1140px;
	margin: 0 auto;
	position:relative;
}

.clearfix { clear:both; }

.header {
	position:fixed;
	height: 150px;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 10;
}
.header.internal {
	position:static;
	width:auto;
	margin: 0 -5vw;
}
.header.internal .container{
	width:auto;
}
.header.internal .nav > li {
	margin-left: 25px;
}

.header.scrolled {
	height: 75px;
}

.header .logo {
	position: absolute;
	top: 37px;
	left: 29px;
	width: 217px;
	height: 67px;
	background: url(images/logo.svg) 0 0 no-repeat;
	background-size: 217px 67px;
}

.header.scrolled .logo {
	background: url(images/logo-scrolled.svg) 0 0 no-repeat;
	background-size: 107px 25px;
	top: 26px;
	left: 0;
}

.header .phone {
	font-size: 20px;
	font-weight: 300;
	color: #005e9c;
	text-decoration:none;
	position:absolute;
	top: 17px;
	right: 400px;
}

.header .address {
	font-size: 15px;
	font-weight: 300;
	color: #000;
	position:absolute;
	top: 40px;
	right: 420px;
}

.header .schedule {
	font-size: 15px;
	font-weight: 300;
	color: #000;
	position:absolute;
	top: 55px;
	right: 415px;
}

.header.scrolled .phone {
    font-size: 16px;
	top: 28px;
	right: 90px;
}

.header .pay_online {
	width: 170px;
	border-radius: 4px;
	background-color: #005e9c;
	padding: 10px 0;
	font-size: 16px;
	text-align: center;
	text-decoration:none;
	color: #ffffff;
	position:absolute;
	top: 26px;
	right: 200px;
}

.header.scrolled .pay_online {
	display:none;
}

.header .cabinet {
	position:absolute;
	right: 20px;
	top: 32px;
	background: url(images/cabinet.svg) 0 0 no-repeat;
	background-size: 25px 25px;
	padding: 0 0 0 36px;
	height: 25px;
	display: block;
	font-weight: 300;
	line-height: 1.56;
	color: #f59221;
	text-decoration:none;
	display: none;
}

.header.scrolled .cabinet {
    right: 0;
    top: 26px;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
   /*display: block;*/
	display: none;
}

.header .nav {
	position:absolute;
	top: 80px;
	right: 20px;
}

.header.scrolled .nav {
	top: 23px;
	right: auto;
	left: 100px;
}

.header .nav > li {
	float: left;
	margin-left: 35px;
	position: relative;
}
.header .nav > li:hover > .sub-menu {
	display:block;
}
.header .nav > li:hover  {
	padding-bottom: 50px;
}
.header .nav > li > .sub-menu{
	display: none;
	position: absolute;
	top: 70px;
	list-style: none;
	left: -38px;
	z-index: 1000;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.38);
}
.header.scrolled .nav > li > .sub-menu {
	top: 52px;
}
.content .header .nav > li > .sub-menu {
	left: -15px;
}
.header .nav > li > .sub-menu > li{
	background-color: rgba(0,94,156, .9);
	width:260px;
	margin-left:0;
	padding: 8px 0 8px 37px;
	margin-bottom: 0;
}
.header .nav > li > .sub-menu > li.menu-item-has-children {
	background-image: url(images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: right 30px center;
}

.header .nav > li > .sub-menu > li:hover{
	background-color: #f59221;
}
.header .nav > li > .sub-menu > li:hover a{
	text-decoration: none;
}
.header .nav > li > .sub-menu > li > ul{
	display: none;
	position: absolute;
	list-style: none;
	left: 100%;
	top: 0;
	width: 250px;
	height:100%;
	background-color: rgba(7,72,115, .7);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.38);
}
.header .nav > li > .sub-menu > li > ul > li{
	padding: 8px 0 8px 37px;
	margin-bottom: 0;
	margin-left: 0;
}
.header .nav > li > .sub-menu > li > ul > li:hover{
	background-color: #f59221;
}
.header .nav > li > .sub-menu > li > ul > li a{
	color: #fff;
	font-size: 14px;
}
.header .nav > li > .sub-menu > li.menu-item-has-children:hover > ul {
	display: block;
}
.header .nav > li > .sub-menu > li > a {
	color: #fff;
	font-size: 14px;

}


.header.scrolled .nav > li {
    margin-left: 27px;
}

.header .nav a {
	font-weight: 300;
	line-height: 1.56;
	color: #21201f;
	text-decoration:none;
}

.header .nav a:hover {
	text-decoration:underline;
	color: #f59221;
}

#slider {
	margin-top: 150px;
	width: 100%;
	height: 600px;
	position: relative;
}

.slide_entry {
	position:relative;
	width: 100%;
	overflow: hidden;
	display:block;
}

.slide_entry img {
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 100%;
	height: auto;
}
.slide_entry .cover {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
	z-index: -1;
}

.slide_entry .title {
	font-family: BebasNeue;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #f59221;
	position: absolute;
	bottom: 260px;
	left: 50%;
	margin-left: -375px;
	width: 750px;
}

.slide_entry .text {
	width: 750px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 1.25;
	text-align: center;
	color: #ffffff;
	min-height: 75px;
	position: absolute;
	bottom: 160px;
	left: 50%;
	margin-left: -375px;
}

.slide_entry .button {
	width: 165px;
	padding: 14px 0 15px;
	border-radius: 4px;
	border: solid 1px #979797;
	text-align: center;
	color: #ffffff;
	display: block;
	text-decoration:none;
	position: absolute;
	bottom: 100px;
	left: 50%;
	margin-left: -82px;
}

.slide_entry .button:hover {
	background-color:#f59221;
}

.slider_dots {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 35px;
}

.slider_dots ul {
	width: 100%;
	text-align: center;
}

.slider_dots ul li {
	display:inline-block;
	margin-right: 20px;
}

.slider_dots ul li:last-child {
	margin-right: 0;
}

.slider_dots ul li button {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: url(images/dot.svg) 0 0 no-repeat;
	background-size: 18px 18px;
	cursor:pointer;
	text-indent: -9999px;
}

.slider_dots ul li.slick-active button {
	background: url(images/active-dot.svg) 0 0 no-repeat;
	background-size: 18px 18px;
}

#benefits {
	width: 100%;
	height: 600px;
	position: relative;
}

#benefits .cover {
	width: 100%;
	height: 100%;
	background: url(images/combined-shape.svg) 0 0 no-repeat;
	background-size: 100% 100%;
	position:absolute;
	left:0;
	top: 0;
}
#benefits .block {
	display:block;
	float:left;
	width: 200px;
	height: 450px;
	background: #fff;
	margin: 50px 20px 0 0;
	padding: 50px 31px 0;
}

#benefits .block:last-child {
	margin: 50px 0 0;
}

#benefits .block .benefit {
	width: 100%;
	height: 100px;
	margin-bottom: 35px;
}

#benefits .block .benefit.b1 {
	background: url(images/benefit-icon-1.svg) center center no-repeat;
	background-size: 104px 100px;
}

#benefits .block .benefit.b2 {
	background: url(images/benefit-icon-2.svg) center center no-repeat;
	background-size: 125px 100px;
}

#benefits .block .benefit.b3 {
	background: url(images/benefit-icon-3.svg) center center no-repeat;
	background-size: 119px 100px;
}

#benefits .block .benefit.b4 {
	background: url(images/benefit-icon-4.svg) center center no-repeat;
	background-size: 116px 100px;
}

#benefits .block .title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #000;
	margin-bottom: 25px;
}

#benefits .block .text {
	font-size: 16px;
	line-height: 1.56;
	text-align: center;
	color: #000;
}

#slides {
	width: 100%;
	height: 324px;
	padding-top: 30px;
}

#slides .slide {
	width: 262px;
	height: auto;
	margin: 30px 30px 0 0;
	outline: none;
}

#slides .slide a {
	outline: none;
}

#slides .slide .title {
	display:block;
	margin-top: 28px;
	text-align:center;
	color: #21201f;
}

#slides .slide img {
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	outline: none;
}

#slides .slide:hover img {
	transform: scale(1.1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#slides .slide:hover .title {
	color: #f59221;
}

#slides .slick-prev {
	position:absolute;
	top: 50%;
	margin-top: -30px;
	left: 20px;
	z-index: 1;
	width: 30px;
	height: 60px;
	background: url(images/left.svg);
	background-size: 30px 60px;
	text-indent: -9999px;
	border: none;
	cursor:pointer;
}

#slides .slick-next {
	position:absolute;
	top: 50%;
	margin-top: -30px;
	right: 20px;
	z-index: 1;
	width: 30px;
	height: 60px;
	background: url(images/right.svg);
	background-size: 30px 60px;
	text-indent: -9999px;
	border: none;
	cursor:pointer;
}

.slick-slide {
    outline: none
}

.line {
  width: 100%;
  height: 1px;
  background: #e9e9e9;
}

#now {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 32px 0 46px;
	text-align:center;
}

#now h2 {
	font-family: Roboto Condensed;
	font-size: 20px;
	font-weight: bold;
	color: #21201f;
	margin-bottom: 23px;
}

#now h2 .oval {
	display:inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin-right: 10px;
	background-color: #5fc034;
}

#now div.zam_h2_gl {
    font-family: Roboto Condensed;
	font-size: 20px;
	font-weight: bold;
	color: #21201f;
	margin-bottom: 23px;
}

.zam_h2_gl .oval {
	display:inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin-right: 10px;
	background-color: #5fc034;
}

#now div {
	margin-bottom: 15px;
}

#now div .time {
	font-size: 16px;
	font-weight: bold;
	color: #f59221;
}

#now div .type {
	font-size: 16px;
	font-weight: bold;
	color: #005e9c;
}

#now .full_rasp {
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	color: #21201f;
	margin-top: 40px;
	display: inline-block;
}

#choose {
	width: 100%;
	height: 524px;
	padding-top: 76px;
	position:relative;
}

#choose .cover {
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background-color: #005e9c;
	z-index: 0;
}

.choose_entry {
	width: 750px;
	margin: 0 auto;
	position: inherit;
}

.choose_entry .title {
	font-family: BebasNeue;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin-bottom: 20px;
}

.choose_entry .text {
	font-size: 16px;
	line-height: 1.56;
	text-align: center;
	color: #ffffff;
	margin-bottom: 68px;
}

.content_entry .cards {
	max-width: 100% !important;
	height: auto;
}

.choose_entry .card {
	display:block;
	float:left;
	width: 360px;
	height: 49px;
	border-radius: 10px;
	text-align: center;
	text-decoration:none;
	color: #f59221;
	margin-right: 30px;
	padding-top: 153px;
}

.choose_entry .card.c1 {
	background: url(images/card1.svg) center 30px no-repeat #fff;
	background-size: 156px 100px;
}

.choose_entry .card.c1:hover {
	color:#fff;
	background: url(images/card1hover.svg) center 30px no-repeat #f59221;
}

.choose_entry .card.c2 {
	background: url(images/card2.svg) center 30px no-repeat #fff;
	background-size: 163px 100px;
	margin: 0;
}

.choose_entry .card.c2:hover {
	color:#fff;
	background: url(images/card2hover.svg) center 30px no-repeat #f59221;
}

#news {
	padding: 50px 0 60px;
	width: 100%;
}

#news .new {
	margin-bottom: 46px;
}

#news .new .image {
	width: 262px;
	display:block;
	float: left;
	margin-right: 30px;
}

#news .new .image img {
	width: 100%;
	height: auto;
}

#news .new .title {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	margin-bottom: 20px;
	display: block;
}

#news .new .title:hover {
	color: #f59221;
	text-decoration:underline;
}

#news .new .date {
	font-size: 12px;
	color: #6c6c6c;
	margin-bottom: 2px;
	display: block;
}

#news .new .text {
	font-size: 16px;
	line-height: 1.56;
	color: #000000;
}

#news .button,
.trener_page .rasp_button {
	display:block;
	margin-left: 292px;
	width: 165px;
	border-radius: 4px;
	background-color: #f59221;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	text-decoration:none;
	padding: 11px 0 12px;
	border: none;
	cursor:pointer;
}

#map {
	width: 100%;
	height: 600px;
	background: #ddd;
}

#footer {
	padding: 77px 0 400px;
	background-image: linear-gradient(to top, #ffffff, #f4f4f4);
}

#footer .social {
	width: 100%;
}

#footer .social a {
	display: block;
	float:left;
	width: 32px;
	height: 32px;
	margin-right: 20px;
	background-size: 32px 32px;
}

/* Карта */
.popover {
	width: 455px;
	height: 305px;
	background-color: #ffffff;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	padding: 60px 50px;
	position:absolute;
}

.popover .close {
	display:block;
	position:absolute;
	width: 25px;
	height: 25px;
	background: url(images/close.svg) 0 0 no-repeat;
	background-size: 25px 25px;
	top: 21px;
	right: 19px;
}

.popover-content {
	width: 455px;
	height: 305px;
}

.popover-content table {
	width: 100%;
}

.popover-content table td {
	padding: 0px 5px 20px;
	width: 50%;
}

.popover-content h3, .popover-content .h3 {
	color: #005e9c;
	margin-bottom: 17px;
}

.popover-content h4, .popover-content .h4 {
	margin-top: 17px;
}

.popover-content a {
	color: #f59221;
	display:inline-block;
	margin-bottom: 17px;
}

.header.scrolled .container .fb{
	display: none;
}
.header.scrolled .container .whapp{
	display: none;
}
.header.scrolled .container .address{
	display: none;
}
.header.scrolled .container .schedule{
	display: none;
}
.header.scrolled .container .vk{
	display: none;
}
.header.scrolled .container .inst{
	display: none;
}
.header.scrolled .container .yt{
	display: none;
}

.header.scrolled .container .sb{
	display: none;
}
/* .header .fb {
	display: block;
	float:left;
	width: 32px;
	height: 32px;
    position: absolute;
    top: 26px;
    right: 150px;
    background: url(images/fb.svg) 0 0 no-repeat;
}
.header .vk {
	display: block;
	float:left;
	width: 32px;
	height: 32px;
    position: absolute;
    top: 26px;
    right: 110px;
    background: url(images/vk.svg) 0 0 no-repeat;
}
.header .inst {
	display: block;
	float:left;
	width: 32px;
	height: 32px;
    position: absolute;
    top: 26px;
    right: 70px;
    background: url(images/inst.svg) 0 0 no-repeat;
}
.header .yt {
	display: block;
	float:left;
	width: 32px;
	height: 32px;
    position: absolute;
    top: 26px;
    right: 30px;
    background: url(images/yt.svg) 0 0 no-repeat;
} */

.header .fb {
	display: block;
	float:left;
	width: 32px;
	height: 32px;
    position: absolute;
    top: 26px;
    right: 230px;
    background: url(images/fb.svg) 0 0 no-repeat;
}
.header .whapp {
	display: block;
	float:left;
	width: 32px;
	height: 32px;
    position: absolute;
    top: 26px;
    right: 270px;
    background: url(images/whapp.png) 0 0 no-repeat;
}
.header .vk {
	display: block;
	float:left;
	width: 32px;
	height: 32px;
    position: absolute;
    top: 26px;
    right: 190px;
    background: url(images/vk.svg) 0 0 no-repeat;
}
.header .inst {
	display: block;
	float:left;
	width: 32px;
	height: 32px;
    position: absolute;
    top: 26px;
    right: 150px;
    background: url(images/inst.svg) 0 0 no-repeat;
}
.header .yt {
	display: block;
	float:left;
	width: 32px;
	height: 32px;
    position: absolute;
    top: 26px;
    right: 110px;
    background: url(images/yt.svg) 0 0 no-repeat;
}

.header .sb {
    display: block;
    float: left;
    width: 170px;
    height: 46px;
    position: absolute;
    top: 13px;
    right: -67px;
    background: url(https://static.tildacdn.com/tild3039-3939-4331-b033-636130393936/logo-pokupay.svg) 0 0 no-repeat;
}


.contact-sb {
	display: none;
}


@media screen
and (min-width : 320px)
and (max-width : 1024px) {
.contact-sb{
	display: block;
	width: 200px;
	height: 50px;
	background: url(https://static.tildacdn.com/tild3039-3939-4331-b033-636130393936/logo-pokupay.svg) 0 0 no-repeat;
	margin-top: 10px;
}
}

@media screen
and (min-width : 320px)
and (max-width : 1024px) {
.header.scrolled .container .fb{
	display: none;
}


}
/*.social  {
	position: absolute;
	top: 110px;
	left: 29px;
	width: 100%;


}
.social a {
	display: block;
	float:left;
	width: 32px;
	height: 32px;
	margin-right: 20px;
	background-size: 32px 32px;
}
*/
.header .whapp {
	background: url(images/whapp.png) 0 0 no-repeat;
}

.header .fb {
	background: url(images/fb.svg) 0 0 no-repeat;
}
.header .fb:hover {
	background: url(images/fb_hover.svg) 0 0 no-repeat;
}
.header .vk {
	background: url(images/vk.svg) 0 0 no-repeat;
}
.header .vk:hover {
	background: url(images/vk_hover.svg) 0 0 no-repeat;
}
.header .inst {
	background: url(images/inst.svg) 0 0 no-repeat;
}
.header .inst:hover {
	background: url(images/inst_hover.svg) 0 0 no-repeat;
}
.header .yt {
	background: url(images/yt.svg) 0 0 no-repeat;
}
.header .yt:hover {
	background: url(images/yt_hover.svg) 0 0 no-repeat;
}

.header .copy {
	float: right;
	color: #4a4a4a;
}

/* Типографика */
.content {
	display: table-cell;
	vertical-align: top;
	color: #fff;
	overflow: hidden;
	position:relative;
	padding: 0 5vw;
	width: 70vw;
	min-width: 600px;
	background-color: #000;
	background-attachment: fixed !important;
	background-size: cover !important;
}

.content.content__home p,
.content.content__home h2 {
	color: #000;
}

.content.content__home {
	display: table-cell;
	vertical-align: top;
	color: #000;
	overflow: hidden;
	position:relative;
	padding: 0 1vw;
	width: 100%;
	background-color: #fff;
}

.content_entry {
	/*height: 100vh;*/
	position:relative;
	overflow-y: scroll;
	margin-right: -200px;
	padding-right: 200px;
}

#breadcrumbs {
	margin: 160px 0 0;
}

/*.content:before {
	content: ".";
	text-indent: -9999px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.90;
}*/

.content img.full {
	width: 100%;
	height: auto;
}

.content img.half {
	width: 48%;
	height: auto;
	margin: 30px 2% 30px 0;
}

strong {
	font-weight: bold;
}

.content h1 {
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	padding: 48px 0 42px;
}

.content h2 {
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
	margin: 50px 0 20px;
}

.content h3, .content .h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	color: #ffffff;
	margin: 20px 0 10px;
}

.content p {
	margin-bottom: 14px;
	line-height: 1.56;
	color: #ffffff;
}

.content ul {
	list-style-type: disc;
}

.content ol {
	list-style-type: decimal;
}

.content ul li,
.content ol li {
	list-style-position: inside;
	margin-bottom: 5px;
	margin-left: 18px;
	line-height: 1.56;
}

.content .buttonjf {
	display:inline-block;
	border-radius: 4px;
	background-color: #005e9c;
	color: #fff;
	padding: 17px 50px;
	text-decoration:none;
	margin: 20px 10px 10px 0;
}

.content .buttonjf:hover {
	opacity: 0.8;
}

.half_content {
	display: block;
	float:left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 40px;
	line-height: 1.56;
}

.half_content img {
	width: 100%;
	height: auto;
}

.half_content h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	color: #ffffff;
	margin: 20px 0 10px;
}

.content table th {
	font-size: 20px;
}

.content table td,
.content table th {
	padding: 17px 18px;
	border: solid 1px #4a4a4a;
}

.content table tr:first-child th {
  border-top: 0;
}
.content table tr:last-child td {
  border-bottom: 0;
}
.content table tr td:first-child,
.content table tr th:first-child {
  border-left: 0;
}
.content table tr td:last-child,
.content table tr th:last-child {
  border-right: 0;
}

.content a {
	color: #f59221;
}

.content .bg_cover {
	position: fixed;
	top: 0;
	left: 0;
}

.spoiler {
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	margin: 30px 0;
	clear: both;
}

.spoiler span {
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
}

.spoiler.open span {
	color: #f59221;
	border-bottom: 1px dashed #f59221;
}

.spoiler_entry {
	display:none;
	line-height: 1.56;
	margin-bottom: 20px;
}

.content blockquote {
	width: 845px;
	font-family: BebasNeue;
	font-size: 25px;
	line-height: 1.4;
	text-align: center;
	color: #ffffff;
	margin: 0 auto;
	padding: 20px 0;
}

.content blockquote:before {
	content: ".";
	width: 361px;
	height: 1px;
	background: #f59221;
	text-indent: -9999px;
	display:block;
	margin: 0 auto 14px;
}

.content blockquote:after {
	content: ".";
	width: 361px;
	height: 1px;
	background: #f59221;
	text-indent: -9999px;
	display:block;
	margin: 14px auto 0;
}

.content .download {
	display:inline-block;
	padding-left: 30px;
	text-decoration:underline;
	color: #fff;
	font-weight: 300;
	line-height: 1.56;
	background: url(images/download.svg) 0 3px no-repeat;
	background-size: 20px 21px;
}

.content .download:hover {
	color: #f59221;
	background: url(images/download_hover.svg) 0 3px no-repeat;
	background-size: 20px 21px;
}

.content .pic_r_full {
	line-height: 1.56;
	width: 100%;
}

.content .pic_r_half {
	line-height: 1.56;
	width: 48%;
	margin-right: 2%;
	float: left;
}

.content .pic_r_full img {
	width: 30%;
	height: auto;
	float: left;
	margin-right: 32px;
	margin-bottom: 30px;
}

.content .pic_r_half img {
	width: 60%;
	height: auto;
	float: left;
	margin-right: 32px;
	margin-bottom: 30px;
}

.content .pic_r_half h3,
.content .pic_r_full h3, .content .pic_r_half .h3, .content .pic_r_full .h3{
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 10px;
}

.wrapper {
	display: table;
	width: 100%;
	min-height: 100vh;
}

.sidebar {
	display: table-cell;
	width: 20%;
	min-width: 280px;
	background: #fff;
	overflow:hidden;
	vertical-align:top;
}

.sidebar_entry {
	height: 100vh;
	position:relative;
	overflow: hidden;
	margin-right: -20px;
}

.sidebar .logo {
	display: none;
	width: 95%;
	height: 68px;
	background: url(images/logo.svg) top center no-repeat;
	background-size: 210px 68px;
	position: absolute;
	top: 49px;
}

.sidebar .phone_holder {
	position:absolute;
	top: 150px;
	width: 95%;
	text-align: center;
}

.sidebar .phone,
.sidebar .home {
	display:inline-block;
}

.sidebar .phone {
	text-decoration:none;
	color: #005e9c;
	font-size: 20px;
	font-weight: 300;
}

.sidebar .home {
	width: 22px;
	height: 22px;
	background: url(images/home.svg) 0 0 no-repeat;
	background-size: 22px 22px;
	margin-right: 10px;
}

.sidebar .menu_title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.04;
	color: #21201f;
	top: 185px;
	left: 4vw;
	position:absolute;
}

.menu {
	position:absolute;
	/*width: 100%;*/
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	top: 240px;
	overflow: hidden;
	overflow-y: scroll;
	/*padding-right: 20px;*/
	height: -moz-calc(100% - 290px);
	height: -webkit-calc(100% - 290px);
	height: -o-calc(100% - 290px);
	height: calc(100% - 290px);
}
.menu > li {
	position: relative;
	padding: 17px 0 18px 4vw;
	background: #fff;
}
.menu a {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.56;
	color: #21201f;
	margin-right: 25px;

	text-decoration:none;
	display: block;
	position: relative;
}


.menu a.active {
	color: #ffffff;
	background: #005e9c;
}


/* .menu a:hover {
	background: #ddd;
} */

.menu > li > ul  {
	display: none;
	background-color: #fff;
	padding-top: 8px;
}
.menu > li.active  {
	background: #005e9c;
}
.menu > li.is-open  ul  {
	display: block;
	background-color: #f5f5f5;
	/* animation: fade-in .3s linear; */
}
.menu > li.is-open    {
	padding: 12px 0 0 0 ;
}
@-webkit-keyframes fade-in {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
.menu > li.is-open a   {
	padding: 0 20px 12px 4vw;
}
.menu > li.is-open ul a:hover   {
	color: #005e9c;
}
.menu > li > ul li a {
	display: block;
	padding: 10px 0;
	color: #111111;
	opacity: 0.8;
	/* padding-left: 4vw; */
	font-size:14px;
}
 span.menu-arrows {
	display:block;
	position:absolute;
	right:0;
	top: 0;
	width:35px;
	height: 48px;
	cursor: pointer;
}
.menu > li.parent span  {
	background-image: url(images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: top 20px right 25px;
}
.menu > li.parent.is-open span {
	background-image: url(images/arr.png);
	background-repeat: no-repeat;
	background-position: top 20px right 21px;
	background-size: 14px;
}

/* .menu a:hover + span.menu-arrows {
	background: #ddd!important;
} */

/* .menu a.active + span.menu-arrows{
	background: #005e9c;
} */

.trener_page h1 {
	margin-bottom: 50px;
}

.trener_page .left {
	float: left;
	width: 262px;
	margin-right: 30px;
	margin-bottom: 60px;
}

.contact_form .title {
	display:inline-block;
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
	margin: 30px 0;
}

.contact_form .form_name,
.contact_form .form_phone {
	display: inline-block;
	width: 222px;
	height: 50px;
	border-radius: 4px;
	background: #ffffff;
	border: none;
	font-size: 16px;
	color: #21201f;
	padding: 0 20px;
	margin-bottom: 25px;
}

.zamorozka_form .title {
	display:inline-block;
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
	margin: 30px 0;
}

.zamorozka_form .form_name,
.zamorozka_form .form_phone {
	display: inline-block;
	width: 222px;
	height: 50px;
	border-radius: 4px;
	background: #ffffff;
	border: none;
	font-size: 16px;
	color: #21201f;
	padding: 0 20px;
	margin-bottom: 25px;
}

.zamorozka_form .zform_submit {
	display: inline-block;
	width: 262px;
	border-radius: 4px;
	background-color: #005e9c;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	padding: 18px 0 17px;
	text-decoration:none;
}


.content .form_submit {
	display: inline-block;
	width: 262px;
	border-radius: 4px;
	background-color: #005e9c;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	padding: 18px 0 17px;
	text-decoration:none;
}

.contact_form .form_error {
	background: #ffd7d7 !important;
}
.zamorozka_form .form_error {
	background: #ffd7d7 !important;
}

.trener_page p {
    margin-bottom: 24px;
}

.trener_page ul {
	margin-bottom: 24px;
}

.trener_page ul li {
	line-height: 1.56;
}

.footer {
	font-weight: 300;
	line-height: 1.25;
	color: #c5c5c5;
	padding: 109px 0;
}

.footer .appstore {
	display:inline-block;
	width: 133px;
	height: 38px;
	background: url(images/appstore.svg) 0 0 no-repeat;
	background-size: 133px 38px;
	margin-right: 30px;
}

.footer .googleplay {
	display:inline-block;
	width: 133px;
	height: 38px;
	background: url(images/gplay.svg) 0 0 no-repeat;
	background-size: 133px 38px;
	margin-right: 30px;
}

.footer span {
	display:inline-block;
	font-weight: 300;
	line-height: 1.25;
	color: #c5c5c5;
}
/*
.trener_slider {
	display:block;
	overflow: hidden;
	width: 1340px;
	height: 714px;
}
*/
.trener_slider {
	display:block;
	overflow: hidden;
	width: 70vw;
}
.trener_slider .slick-slide img {
	width: 100%;
	height: auto;
}

.trener_slider .slick-prev,
.trener_slider .slick-next {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 20px;
	background: url(images/left.svg) 0 0 no-repeat;
	width: 30px;
	height: 60px;
	background-size: 30px 60px;
	border: none;
	text-indent: -9999px;
	cursor:pointer;
	z-index: 10;
}

.trener_slider .slick-next {
	left: auto;
	right: 20px;
	background: url(images/right.svg) 0 0 no-repeat;
	background-size: 30px 60px;
}

.trener_entry {
	display:block;
	width: 262px;
	height: 440px;
	float: left;
	margin-right: 28px;
	text-decoration:none;
}

.trener_entry .title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin: 20px 0;
}
.size-trener {
    display: block;
    max-width: 100%;
    height: auto;
}
.trener_entry .subtitle {
	font-style: italic;
	line-height: 1.56;
	text-align: center;
	color: #ffffff;
}

.banner {
	width: 100%;
	position:relative;
	margin-bottom: 40px;
}

.banner img,
.gallery img {
	width: 100%;
	height: auto;
}

.banner .cover {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
	z-index: 1;
}

.banner .title {
	width: 100%;
	position:absolute;
	top: 200px;
	text-align:center;
	z-index:1;
	font-family: BebasNeue;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
	color: #f59221;
}

.banner .desc {
	width: 100%;
	position:absolute;
	top: 278px;
	text-align:center;
	z-index:1;
	font-size: 20px;
	line-height: 1.25;
	color: #ffffff;
}

.special_page .timer {
	display:block;
	float:left;
	width: 350px;
	margin-right: 54px;
	margin-top: 4px;
}

.special_page .timer .title {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	color: #f59221;
	width: 100%;
	margin-bottom: 20px;
}

.timer_helper {
	margin: 10px 0 39px;
}

.timer_helper div {
	display:inline-block;
	font-weight: 300;
	text-align: center;
	color: #ffffff;
	margin: 0 8px;
	width: 100px;
}

.special_page .timer .disclaimer {
	color: #ffffff;
	margin-bottom: 9px;
}

.special_page .timer .only {
	line-height: 1.25;
	color: #6c6c6c;
}

.column {
	float:left;
	width: 48%;
	margin-right: 2%;
}

.fullwidth_banner img {
	width: 100%;
	height: auto;
}

/* Таймер */
#timer {
	width:100%;
	font-size: 48px;
	font-weight: 300;
	text-align: center;
	color: #ffffff;
}

#timer .position{
	display: block;
	overflow: hidden;
	position: relative;
	width: 50px;
	height: 75px;
	border-radius: 2px;
	background-color: #f59221;
	float: left;
	margin-right: 2px;
}

#timer .digit{
	position:absolute;
	display:block;
	width: 50px;
	border-radius: 2px;
	background-color: #f59221;
	text-align:center;
	padding: 14px 0;
}

#timer .digit.static{
	font-size: 48px;
	font-weight: 300;
	text-align: center;
	color: #ffffff;
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays,
.countHours {
	display:inline-block;
	margin-right: 15px;
}

.countMinutes { display:inline-block; }

.countDiv0,
.countDiv1,
.countDiv2,
.countSeconds{ display:none !important; }


#timer .countDiv{
	display:inline-block;
	width:16px;
	height:1.6em;
	position:relative;
}

#timer .countDiv:before,
#timer .countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:#444;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.5em;
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
	content:'';
}

#timer .countDiv:after{
	top:0.9em;
}

.special_page .order {
	float: left;
	margin-right: 128px;
}

.special_page .order .title {
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 29px;
}

.special_page .order input {
	display:block;
	width: 222px;
	height: 50px;
	border-radius: 4px;
	background: #ffffff;
	border: none;
	font-size: 16px;
	color: #21201f;
	padding: 0 20px;
	margin-bottom: 25px;
}

.special_page .order .button {
	display:block;
	width: 262px;
	border-radius: 4px;
	background-color: #005e9c;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	padding: 17px 0;
	text-decoration:none;
}

.special_page .description {
	line-height: 1.56;
	color: #ffffff;
}

.special_page .description h2 {
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 18px;
	margin-top: -8px;
}

.special_page .description p {
	margin-bottom: 24px;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
	outline: none;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 600px;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}

.slick-slide img.mobile {
	display:none;
}

.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.alignleft {
	float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}

.benefits_slider {
	display:none;
}

.overlay_menu {
	cursor:pointer;
	position:absolute;
	display:none;
	top: 42px;
	right: 200px;
	padding: 10px 97px 10px;
	background: url(images/icon-menu-burger.svg) right center no-repeat;
	font-size: 25px;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	background-size: 35px 30px;
}
.footer_menu {
	margin-top: 64px;
}

.footer_menu > li {
	display: block;
	float:left;
	margin: 0 32px 44px 0;
	width: 250px;
}

.footer_menu > li > a {
	font-weight: bold;
	color: #005e9c;
	margin-bottom: 15px;
	text-decoration:none;
	display:inline-block;
}

.footer_menu .sub-menu a {
	font-weight: 300;
	line-height: 1.56;
	color: #6c6c6c;
	text-decoration:none;
}

.footer_menu .sub-menu a:hover {
	text-decoration:underline;
	color: #f59221;
}

.overlay,
.menu_over,
.mobile_menu,
.mobile_menu_close,
#map_mobile {
	display:none;
}

.overlay {
	position:fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.95;
}

.menu_over {
	position:absolute;
	top: 140px;
	left: 487px;
}

.menu_over a {
	font-size: 36px;
	font-weight: bold;
	line-height: 2.22;
	color: #ffffff;
	text-decoration:none;
}

.menu_over a:hover {
	color: #f59221;
}

.close_overlay_menu {
	display:none;
	cursor:pointer;
	position:absolute;
	top: 42px;
	right: 100px;
	padding: 10px 97px 10px;
	background: url(images/icon-menu-close.svg) right center no-repeat;
	font-size: 25px;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	background-size: 28px 28px;
}

.menu-adaptive,
.menu-adaptive-button {
	display:none;
}

.page_form {
	margin-bottom: 20px;
}

.page_form input {
	margin-right: 5px;
}

.agree {
	font-size: 14px;
}

.page_form .agree {
	margin-top: 0;
}

.agree input {
	margin-top: 5px;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

.title_child {
	margin: 20px 0;
}

.title_child a {
	font-size: 20px;
	line-height: 1.25;
	color: #ffffff;
	text-decoration:none;
}

.title_child a:hover {
	color: #f59221;
}

.homep {
    font-size: 36px;
    font-weight: bold;
    padding: 48px 0 42px;
	text-align: center;
}

.title.response {
	color: #F59221 !important;
	display: block;
	height: 160px;
	padding-top: 85px;
	text-align: center;
}

.loader {
	background: url(images/loading.gif) center center no-repeat;
	background-size: 64px 64px;
	width: 222px;
	height: 220px;
}

/* perfect-scrollbar v0.7.1 */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
      overflow: auto !important; } }
  .ps.ps--active-x > .ps__scrollbar-x-rail,
  .ps.ps--active-y > .ps__scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
      background-color: #FF8900;
      height: 11px; }
  .ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      background-color: #FF8900;
      width: 11px; }
  .ps > .ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps__scrollbar-x-rail */
    height: 15px; }
    .ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps__scrollbar-x */
      height: 6px; }
    .ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
      height: 11px; }
  .ps > .ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps__scrollbar-y-rail */
    width: 15px; }
    .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #FF8900;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps__scrollbar-y */
      width: 6px; }
    .ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
      width: 11px; }
  .ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
      background-color: #FF8900;
      height: 11px; }
  .ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      background-color: #FF8900;
      width: 11px; }
  .ps:hover > .ps__scrollbar-x-rail,
  .ps:hover > .ps__scrollbar-y-rail {
    opacity: 0.6; }
  .ps:hover > .ps__scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
      background-color: #FF8900; }
  .ps:hover > .ps__scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
      background-color: #FF8900; }

@media screen
and (min-width : 1025px)
and (max-width : 1652px) {
	.menu a {
		white-space: normal;
	}
	.menu > li {
		padding: 12px 20px 12px 4vw;
	}
	.content_entry {
		width: auto;
	}
	.trener_entry {
		margin-right: 28px;
	}
	.content .pic_r_half {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.content .pic_r_half img {
		width: 30%;
	}
	.special_page .description {
		clear: both;
		padding-top: 1px;
		float: left;
		margin-top: 30px;
	}
	.footer span {
		margin-top: 20px;
	}
}

.mobile,
.sidebar .phone.mobile {
	display:none;
}

/* All Mobile Media Queries */
@media (max-width: 1500px) {
	.header.internal .nav > li {
		margin-left: 9px;

	}
}
@media screen and (max-width: 1300px) {
	.header.internal .nav {
		top:100px;
	}
	.header.internal .logo {
		top: 0;
		left:0;
	}
	.header.internal .phone {
		right: 380px;
	}
	.header.internal .nav > li > .sub-menu {
		top: 50px;
	}
}
@media screen and (max-width: 1150px) {
	.header.internal .nav > li {
		margin-left: 0;
		font-size: 15px;
		/* list-style-position: outside; */
	}
	.header.internal .phone {
		right: 365px;
	}
	.header.internal .pay_online {
		right: 185px;
	}
}
@media screen
and (min-width : 320px)
and (max-width : 1024px) {
	body {
		overflow-x: hidden;
	}
	.container {
		width: 100%;
	}
	.header.internal {
		display: none;
	}

	.mobile,
	.slick-slide img.mobile {
		display:block;
	}
	.desktop,
	.header .cabinet,
	.header .nav,
	.benefits_desktop,
	.slick-slide img.desktop	{
		display:none;
	}
	.benefits_slider {
		display:block;
	}
	#slider {
		height: 500px;
		margin-top: 105px;
	}
	#slider .slick-slide {
		height: 500px;
	}
	#slider .slick-slide img {
		width: auto;
		height: 500px;
	}
	#slider .slick-track {
		height: 500px;
	}
	#slider .slide_entry {
		padding: 0;
		overflow: hidden;
	}
	#slider .slide_entry .text {
		width: 100%;
		font-size: 16px;
		left: 0;
		margin-left: auto;
	}
	#slider .slide_entry .title {
		font-size: 40px;
		margin: 39px 0 17px;
		width: 80%;
		padding: 0 10%;
		left: 0;
		margin-left: auto;
	}
	#slider .slide_entry .button {
		position: absolute;
		bottom: 73px;
		left: 50%;
		margin-left: -82px;
	}
	#slider .slider_dots {
		margin-bottom: 27px;
	}
	#choose {
		height: auto;
		padding-bottom: 43px;
	}
	.choose_entry {
		width: 100%;
	}
	.choose_entry .text {
		margin-bottom: 34px;
	}
	.choose_entry .card {
		float: none;
		width: 260px;
		height: 30px;
		margin-right: auto;
		padding-top: 111px;
		margin: 15px auto;
	}
	.choose_entry .card.c1 {
		background: url(images/card1.svg) center 21px no-repeat #fff;
		background-size: 113px 73px;
	}
	.choose_entry .card.c1:hover {
		background: url(images/card1hover.svg) center 21px no-repeat #f59221;
		background-size: 113px 73px;
	}
	.choose_entry .card.c2 {
		background: url(images/card2.svg) center 21px no-repeat #fff;
		background-size: 118px 72px;
		margin: 15px auto;
	}
	.choose_entry .card.c2:hover {
		background: url(images/card2hover.svg) center 21px no-repeat #f59221;
		background-size: 118px 72px;
	}
	#news {
		padding: 30px 0 40px;
		width: 90%;
		margin: 0 auto;
	}
	#news .new {
		margin-bottom: 35px;
	}
	#news .new:nth-child(2),
	#news .new:nth-child(3) {
		display:none;
	}
	#news .new .image {
		width: 100%;
		height: auto;
		float: none;
		margin-right: auto;
		margin-bottom: 24px;
	}
	#news .new img {
		width: 100%;
		height: auto;
	}
	#news .button {
		margin: 35px 0 0;
	}

	#map {
		display:none;
	}
	#map_mobile {
		display:block;
		line-height: 1.56;
		color: #21201f;
		padding-bottom: 40px;
	}
	.map_mobile {
		width: 100%;
		height: 50vh;
	}
	#map_mobile .map_holder {
		padding: 0 32px;
	}
	.map_holder .title {
		margin: 40px 0 15px;
		color: #005e9c;
	}
	.map_holder a {
		text-decoration:none;
		color: #f59221;
	}
	#footer {
		padding: 37px 0 48px;
	}
	#footer .social {
		text-align: center;
	}
	#footer .social a {
		display: inline-block;
		float: none;
		margin: 0 20px;
	}
	.footer_nav { display:none; }
	.social .copy {
		float: none;
		display: block;
		margin: 37px 0 0;
	}

	.wrapper {
		display: block;
	}

	.sidebar {
		display: block;
		width: 100%;
		min-width: 100%;
	}
	.sidebar_entry {
		height: 105px;
		margin-right: auto;
	}
	.header .logo,
	.sidebar .logo {
		display: block;
		width: 145px;
		height: 45px;
		background-size: 145px 45px;
		top: 27px;
		left: 30px;
	}
	.sidebar .phone.mobile {
		display:block;
	}

	.header .container .fb{
	display: none;
	}
	.header .container .whapp{
	display: none;
	}
	.header .container .vk{
	display: none;
	}
	.header .container .inst{
	display: none;
	}
	.header .container .yt{
	display: none;
	}

	.header .container .sb{
	display: none;
	}

	.header .phone,
	.sidebar .phone {
		font-size: 18px;
		top: 87px;
		left: 30px;
		right: auto;
		text-indent: -9999px;
		background: url(images/phone.svg) 0 0 no-repeat;
		background-size: 40px 40px;
		width: 40px;
		height: 40px;
		left: 59%;
		top: 32px;
		position:absolute;
	}

	.header .pay_online,
	.sidebar_entry .menu_title,
	.sidebar_entry .menu,
	.overlay_menu {
		display:none;
	}
	.menu-adaptive-button {
		display:block;
		position:absolute;
		width: 40px;
		height: 32px;
		background: url(images/menu-adaptive.svg) 0 0 no-repeat;
		background-size: 40px 32px;
		top: 36px;
		right: 30px;
		cursor:pointer;
		z-index: 10;
	}
	.adaptive-overlay {
		opacity: 0.9;
		height: 10000px;
		z-index: 15;
	}
	.menu-adaptive {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 20;
		padding: 70px 0 0 27px;
	}
	.menu-adaptive a {
		font-size: 26px;
		font-weight: bold;
		line-height: 1.92;
		color: #ffffff;
		text-decoration:none;
	}
	.menu-adaptive a.active {
		color: #f59221;
	}
	.menu-adaptive .sub {
		display: none;
		margin-left: 32px;
		padding-right: 32px;
	}
	.menu-adaptive .sub a {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 16px;
		display: block;
	}
	.mobile-parent:after {
		content: '\25B8';
	}
	.mobile-parent.mobile-open:after {
		content: '\25BE';
	}
	.menu-adaptive-close {
		position:absolute;
		display:block;
		width: 32px;
		height: 32px;
		background: url(images/menu-adaptive-close.svg) 0 0 no-repeat;
		background-size: 32px 32px;
		top: 40px;
		right: 59px;
		cursor:pointer;
	}
	.content {
		display: block;
		padding: 0 5%;
		width: 90%;
		min-width: 90%;
		background-attachment: fixed !important;
		background-size: cover;
		background-position: center center;
		transform: translateZ(0);
		will-change: transform;
	}
	.content_entry {
		height: auto;
		overflow-y: visible;
		margin-right: auto;
		padding-right: 0;
	}
	.content h1 {
		font-size: 26px;
		font-weight: bold;
		color: #ffffff;
		padding: 25px 0;
	}
	.content h2 {
		margin: 30px 0 16px;
		font-size: 20px;
	}
	.content img.half {
		width: 100%;
		margin: 10px 0;
	}
	.content blockquote {
		width: 100%;
	}
	.content blockquote::before {
		width: 50%;
	}
	.content blockquote::after {
		width: 50%;
	}
	.content ul li, .content ol li {
		margin-bottom: 20px;
		margin-left: 0;
	}
	.content .buttonjf {
		margin-right: 0;
	}
	.half_content {
		display: block;
		float: none;
		width: 100%;
	}
	.content .pic_r_full {
		margin-bottom: 20px;
	}

	.content .pic_r_full img {
		width: 100%;
		height: auto;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.content .pic_r_half {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 20px;
	}
	.content .pic_r_half img {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.header {
		position: absolute;
		height: 105px;
	}
	.trener_entry {
		/*width: 100%;*/
		height: auto;
		margin-right: 0;
		margin-bottom: 20px;
		width: 45%;
		margin-right: 5%;
	}
	.trener_entry .title {
		height: 32px;
	}
	.size-trener {
		width: 100%;
	}
	.trener_slider {
		width: 100%;
	}
	.trener_page .left {
		float: none;
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.trener_page .mobile {
		margin-top: 20px;
	}
	.size-trener {
		display: inline-block;
	}
	.trener_slider .slick-slide {
		height:auto;
	}
	.trener_slider .slick-slide img,
	.column img	{
		width: 100%;
		height: auto;
	}
	.trener_slider .slick-prev, .trener_slider .slick-next {
		margin-top: -15px;
		left: 0;
		width: 15px;
		height: 30px;
		background-size: 15px 30px;
	}
	.trener_slider .slick-next {
		left: auto;
		right: 0;
		background-size: 15px 30px;
	}
	.special_page .order {
		margin-top: 30px;
	}
	.special_page .description {
		clear: both;
		padding-top: 1px;
		float: left;
		margin-top: 30px;
	}
	.column {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.footer {
		padding: 50px 0 36px;
	}
	.footer .appstore {
		width: 128px;
		background-size: 128px 38px;
		margin-right: 2px;
	}
	.footer .googleplay {
		width: 128px;
		background-size: 128px 38px;
		margin-right: 0;
	}
	.footer span {
		font-size: 12px;
	}
}

@media screen
and (min-width : 600px)
and (max-width : 1024px) {
	.header .phone,
	.sidebar .phone {
		left: auto;
		right: 100px;
	}
	.special_page .order {
		margin-top: 0;
	}
}

.fixed_button{
  position:fixed; /*задаём тип позиции, в нашем случае - фиксированная*/
  top:500px;      /* отступ сверху*/
  left:500px;       /* отступ слева*/
  width:100px;    /* ширина кнопки*/
  height:35px;    /* высота кнопки*/
  z-index:999;    /*позиция относительно дальности*/
}

.go-card {
    background: url("//tobefit.ru/images/go-card.png");
    display: block;
    height: 196px;
    position: fixed;
    right: 2%;
    top: 35%;
    width: 196px;
    z-index: 1000;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-animation: diving 3s ease-in-out infinite, diving-rotate 3s ease-in-out infinite;
    -webkit-animation: diving 3s ease-in-out infinite, diving-rotate 3s ease-in-out infinite;
    animation: diving 3s ease-in-out infinite, diving-rotate 3s ease-in-out infinite;
}
@-webkit-keyframes diving {
    0%{margin-top:5px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
    50%{margin-top:30px;-moz-box-shadow:0 0 30px 10px #ffcb11;-webkit-box-shadow:0 0 30px 10px #ffcb11;box-shadow:0 0 30px 10px #ffcb11;}
    100%{margin-top:5px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
}
@-webkit-keyframes diving-rotate {
    0%{-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    50%{-moz-transform:rotate(20deg);-webkit-transform:rotate(20deg);transform:rotate(20deg);}
    75%{-moz-transform:rotate(-10deg);-webkit-transform:rotate(-10deg);transform:rotate(-10deg);}
    100%{-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes diving {
    0%{margin-top:5px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
    50%{margin-top:30px;-moz-box-shadow:0 0 30px 10px #ffcb11;-webkit-box-shadow:0 0 30px 10px #ffcb11;box-shadow:0 0 30px 10px #ffcb11;}
    100%{margin-top:5px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
}
@keyframes diving-rotate {
    0%{-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    50%{-moz-transform:rotate(20deg);-webkit-transform:rotate(20deg);transform:rotate(20deg);}
    75%{-moz-transform:rotate(-10deg);-webkit-transform:rotate(-10deg);transform:rotate(-10deg);}
    100%{-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@media (max-width:991px) {
  .go-card {
    display: none;
  }
}
.bold{
    font-weight:bold;
}
.flex-photo > div{
	margin-right: 8px; /*margin-right:15px;*/
	margin-bottom: 8px; /*margin-bottom:15px; */
}
.flex-photo{
	display: flex;
    flex-wrap: wrap;
	/* justify-content: space-between; */
}





.content_kontakt {
    display: table-cell;
    vertical-align: top;
    /*color: #fff;*/
    overflow: hidden;
    position: relative;
    padding: 0 5vw;
    width: 70vw;
    min-width: 600px;
    margin:20px 0;
    background-attachment: fixed !important;
    background-size: cover !important;
}
.content_kontakt #breadcrumbs a{
    color: #f59221;
}
.content_kontakt h1{
    font-size: 36px;
    font-weight: bold;

    padding: 48px 0 42px;
}
.bf-content{
    padding-top:30px;
}
.bf-content input[name="rule"]{
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
    appearance: checkbox;
    width: 15px;
    height: 15px;
}
.link_img_direction img{
    padding-right:25px;
    max-width: 180px;
    max-height: 130px;
}
.link_img_direction{
    width:200px;
}
.title_child_new{
    display:flex;
    position:relative;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 20px;
}
.title_child_new .button{
    position:absolute;
    bottom: 25px;
    right: 25px;
}
.banner_new{
    float:left;
    width: 30%;
    margin-right:20px;
}
.title_child_new a{
    font-size: 35px;

}

.button.form_submit.price{
    width:auto;
    padding:18px;
}
.h2 {
		margin: 30px 0 16px;
		font-size: 20px;
	}
.banner_new img{
   /* width: 40%;*/

}
.sidebarForm {
		/*background: #f6f6f6;
		box-shadow: 0 0 5px #ccc;
		-webkit-box-shadow: 0 0 5px #ccc;
		-moz-box-shadow: 0 0 5px #ccc;
		width: 420px;*/
}

#cor5 {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

.sidebarForm h4 {
	/*	font: 14px Verdana;*/
		color: #333333;
		text-align: left;
		padding: 10px 10px 0 10px;
}

.sidebarForm label {
		/*font: 12px Verdana;*/
		color: #333;
		padding: 10px;
}

.sidebarForm .input, #secret {
		width: 90%;
    height: 38px;
		overflow: hidden;
		background: white;
		border: solid 1px #DFE2E5;
		margin: 5px 0 20px 10px;
		box-shadow: 0 0 5px #ccc;
		-webkit-box-shadow: 0 0 5px #ccc;
		-moz-box-shadow: 0 0 5px #ccc;
}

.sidebarForm .input input{
		width: 100%;
		height: 40px;
		background: white;
		margin: -3px 0 0 -5px;
		padding: 0px 8px;
		border: none;
		background: transparent;
}
#secret {
        width: 70%;
		height: 38px;
		background: white;
		margin: 0;
		padding: 0px 8px;
		border: none;
        border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.sidebarForm .textarea {
		height: 70px;
		/*width: 320px;*/
		overflow: hidden;
		background: white;
		border: solid 1px #DFE2E5;
		margin: 5px 0 10px 10px;
		box-shadow: 0 0 5px #ccc;
		-webkit-box-shadow: 0 0 5px #ccc;
		-moz-box-shadow: 0 0 5px #ccc;
}

.sidebarForm .textarea textarea {
		width: 100%;
		height: 66px;
		background: white;
		border: none;
		resize:none;
}

.sidebarForm button {
		    display: inline-block;
   /* width: 262px;*/
    border-radius: 4px;
    background-color: #005e9c;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    padding: 13px 50px 13px;
    text-decoration: none;
}
.sidebarForm button:hover{
    cursor:pointer;
}
.inputCaptca{
        margin: 5px 0 10px 10px;
        display: flex;
}
.inputCaptca img{
    margin-right:10px;
}
#cForm2{
    margin-bottom:40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#cForm2 > div{
    width:50%;
}
.content_kontakt .h2{
    margin-bottom:40px;
}

@media(max-width:500px){
   .title_child_new .button{
        width:auto;
        padding:10px;
        bottom: 10px;
        left: 10px;

    }
    .title_child_new{
        flex-wrap: wrap;
        padding-bottom: 50px;
    }
    .banner_new{
        float:none;
        width: 100%;

    }
    .title_child_new a{
        font-size:inherit;
         width: 100%;
    text-align: center;
    }
    #cForm2 > div{
        width:100%;
    }
    .content_kontakt{
        width:100%;
        min-width: 200px;
    }
    .sidebarForm .input{
        width:95%;
    }
}
.red{
    color:red;
}
.footer_new .logo {
	/*position: absolute;
	top: 37px;
	left: 29px;*/
    display: block;
	width: 217px;
	height: 67px;
	background: url(images/logo.svg) 0 0 no-repeat;
	background-size: 217px 67px;
    margin-bottom:10px;
}
.footer_new{
    padding-top: 30px!important;
   /* width: 1140px;*/
    padding: 0 70px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}
.footer_new a{
    font-weight: 300;
    line-height: 1.56;
    color: #6c6c6c;
    text-decoration: none;
}
.footer_new a:hover{
    text-decoration: underline;
    color: #f59221;
}
.footer_new p{
    color: #6c6c6c;
    font-weight: 300;
    line-height: 1.56;
}
.copy{
    text-align:center;
    color: #6c6c6c;
}
.footer_add{
    padding-top:0px!important;
    padding-bottom:0px!important;
}
@media (max-width : 1024px){
    .footer_new div:first-child{
        display:block;
        width:100%;
    }
    .footer_new .foot_men{
        display:none;
    }
    .footer_new{
        width:100%;
        padding:0;
    }
    .footer_new .logo{
        margin:0 auto 10px;
        display:block;
    }
    .footer_add{
        margin-bottom:60px;
    }
}
.footer_new .phone1{
    color: #005e9c;
}
.footer_new .email{
    color: #f59221;;
}

/*/// Page Video\\\\*/
.flex-video > div{
	margin-right:15px;
	margin-bottom:15px;
}
.flex-video{
	display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}


#modal_form_price {
	box-sizing: border-box;
	max-width: 100%;
	width: 300px;
	height: 350px;
	border-radius: 5px;
	border: 1px #005e9c solid;
	background: #fff;
	position: fixed;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	opacity: 0;
	z-index: 1002;
	padding: 30px;
}

#modal_form_price #modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
	background-image: url(images/cancel.png);
	background-repeat: no-repeat;
    background-size: 80%;
}
#modal_form_price #modal_close:hover {
	background-image: url(images/cancel-orange.png);

}
#overlay_form {
	z-index:1001;
	position:fixed;
	background-color:#000;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	width:100%;
	height:100%;
	top:0;
	left:0;
	cursor:pointer;
	display:none;
}
#modal_form_price .modal_form_heading {
	font-size: 28px;
    margin: 10px 0 15px 0;
}
#modal_form_price input[type="text"] {
	box-sizing: border-box;
	display: block;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background: #ffffff;
    border: none;
    font-size: 14px;
    color: #21201f;
    padding: 0 20px;
    margin-bottom: 15px;
    border: 1px solid #005e9c;
}
#modal_form_price input[type="submit"]  {
    display: block;
    width: 100%;
    border-radius: 4px;
    background-color: #005e9c;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    padding: 14px 0 13px;
    text-decoration: none;
    border: none;
    box-shadow: none;
}
#modal_form_price input[type="submit"]:hover {
    background-color: #f59221;
}
.price_button {
	cursor: pointer;
	display: inline-block;
    width: auto;
    border-radius: 4px;
    background-color: #005e9c;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    padding: 18px;
    text-decoration: none;
}

.contact_form,
.order {
	position: relative;
	min-height: 230px;
}

.contact_form .loader,
.order .loader {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.contact_form  .title.response,
.order  .title.response{
	display: none;
	position: absolute;
	height: auto;
	padding-top: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



.zamorozka_form,
.order {
	position: relative;
	min-height: 230px;
}

.zamorozka_form .loader,
.order .loader {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.zamorozka_form  .title.response,
.order  .title.response{
	display: none;
	position: absolute;
	height: auto;
	padding-top: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*
.class_class .fb{
	position: absolute;
	top: 100px;
	left: 29px;
	width: 217px;
	height: 67px;
	margin-top: 5px;
	background: url(images/fb.svg) 0 0 no-repeat;
}
.class_class .fb:hover {
	background: url(images/fb_hover.svg) 0 0 no-repeat;
}
*/
/*//////wp-smiley /////////////*/
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
/*//////wp-smiley /////////////*/


/**/
#choose .form_block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#choose .button {
  display: block;
  width: 262px;
  border-radius: 4px;
  background-color: #127cc2;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  padding: 17px 0;
  text-decoration: none;
}
#choose .choose_entry {
	    margin: 50px auto 0;
}
