/*
Theme Name: Dinamika-Fitclub
Theme URI: https://wordpress.org/themes/dinamika/
Author: the WR team
Author URI: https://wordpress.org/
Description: Dinamika Fitclub.
Version: 10.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: яркие жизнерадостные цвета
Text Domain: dinamika

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic);
* {
    outline: none !important;
}
body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #84858B;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}
html {
    width: 100%;
    height: 100%;
}
/* Main Sections */

.container {
    width: 100%;
}
section {
    /* min-width: 1170px; */
    width: 100%;
    float: left;
    padding: 40px 0;
    position: relative;
}
footer {
    width: 100%;
}
header {
    width: 100%;
}
.hamburger {
    display: none;
}

/* Spacing */

.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.margin-bottom {
    margin-bottom: 40px;
}
.padding-bottom {
    margin-bottom: 40px;
}
/* Tools */

i {
    /*font-size: 40px;*/
}
p {
    line-height: 24px;
}
.white-text {
    color: #fff;
}
.white-bg {
    background: #fff;
}
.turquaz {
    color: #e91a6b;
}
/* Overlay */

.overlay {
    position: relative;
}
.overlay:after {
    content: '';
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
    background: #e91a6b;
}
.queryloader__overlay {
    font-weight: 800;
    font-size: 0px;
    background-image: url(../images/logo2.png);
    background-position: center;
    background-repeat: no-repeat;
    color: #e91a6b;
}
/* Titles */

.title-bottom-line {
    color: #e91a6b;
    font-weight: 300;
    margin-bottom: 30px;
    padding-bottom: 40px;
    position: relative;
    border-bottom: 1px solid #eee;
    margin-top: 0;
}
.title-bottom-line:after {
    content: '';
    width: 80px;
    height: 1px;
    float: left;
    background: #e91a6b;
    position: absolute;
    left: 0;
    bottom: -1px;
}
/* Site Links - Buttons */

a {
    /*color: #e91a6b;*/
}
a {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
    color: #e91a6b;
    text-decoration: underline;
}
.btn-turquaz-lg {
    background: #e91a6b;
    line-height: 42px;
    padding: 0 10px 0 15px;
    color: #fff;
    border-bottom: 1px solid #35b3e2;
    text-shadow: 0 1px 1px rgba(-255, -255, -255, 0.3);
}
.btn-turquaz-lg {
    display: inline-block;
    font-size: 20px;
    letter-spacing: -1px;
    border-radius: 2px;
}
.btn-turquaz-lg:hover {
    text-decoration: none;
    color: #fff;
    background: #35b3e2;
}
.btn-turquaz-lg:after {
    content: '+';
    margin-left: 15px;
    padding-left: 10px;
    border-left: 1px solid #DFEBED;
}
.btn-turquaz-md {
    background: #e91a6b;
    line-height: 32px;
    padding: 0 10px 0 15px;
    color: #fff;
    border-bottom: 1px solid #35b3e2;
    text-shadow: 0 1px 1px rgba(-255, -255, -255, 0.3);
}
.btn-turquaz-md {
    display: inline-block;
    font-size: 16px;
    letter-spacing: -1px;
    border-radius: 2px;
}
.btn-turquaz-md:hover {
    text-decoration: none;
    color: #fff;
    background: #35b3e2;
}
.btn-turquaz-md:after {
    content: '+';
    margin-left: 15px;
    padding-left: 10px;
    border-left: 1px solid #DFEBED;
}
.btn-ghost-md {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 12px;
    display: inline-block;
    font-weight: 700;
    border-radius: 2px;
}
.btn-ghost-md:hover {
    text-decoration: none;
    background: #fff;
    color: #e91a6b;
}
.btn-ghost-lg {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 15px;
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    border-radius: 2px;
}
.btn-ghost-lg:hover {
    text-decoration: none;
    background: #fff;
    color: #e91a6b;
}
/* Form Elements */

input[type="text"],
input[type="radio"],
select,
textarea {
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-weight: 300;
    border-radius: 2px;
}
input[type="submit"] {
    border: none;
    border-radius: 2px;
    padding: 0 20px;
}
select {
    border-radius: 2px;
    background: #fff;
    font-size: 15px;
}
select option {
    color: #e91a6b;
}
input[type="radio"] {
    width: 17px;
    height: 18px;
    float: left;
    margin-right: 8px;
    border-radius: 17px;
}
/* Input Text Placeholder */

input[type="text"]::-webkit-input-placeholder {
    color: #7a7b86;
}
input[type="text"],
input[type="date"],
select,
textarea::-webkit-input-placeholder {
    color: #7a7b86;
}
input[type="text"],
input[type="date"],
select,
textarea::-moz-placeholder {
    color: #7a7b86;
}
/* firefox 19+ */

input[type="text"],
input[type="date"],
select,
textarea:-ms-input-placeholder {
    color: #7a7b86;
}
/* ie */

input[type="text"],
input[type="date"],
select,
textarea:-moz-placeholder {
    color: #7a7b86;
}
/* Header */

header {
    float: left;
    background: #ffa692 url(images/bk-dinamika.png) center center no-repeat;
    background-size: cover;
    background-size: inherit;
}
header .top-bar {
    width: 100%;
    height: 50px;
    float: left;
    /*background: #e9196c;
    background: -moz-linear-gradient(left,  #e9196c 0%, #c72278 25%, #f79204 50%, #c8d313 75%, #4bbae8 100%);
    background: -webkit-linear-gradient(left,  #e9196c 0%,#c72278 25%,#f79204 50%,#c8d313 75%,#4bbae8 100%);
    background: linear-gradient(to left,  #e9196c 0%,#c72278 25%,#f79204 50%,#c8d313 75%,#4bbae8 80%,  #e9196c 84%,#c72278 88%,#f79204 92%,#c8d313 96%,#4bbae8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9196c', endColorstr='#4bbae8',GradientType=1 );*/
}
header .navbar {
    min-width: 100%;
    height: 83px;
    float: left;
    margin: 0;
    position: relative;
    z-index: 99;
    /*background: #e9196c;
    background: -moz-linear-gradient(left,  #e9196c 0%, #c72278 25%, #f79204 50%, #c8d313 75%, #4bbae8 100%);
    background: -webkit-linear-gradient(left,  #e9196c 0%,#c72278 25%,#f79204 50%,#c8d313 75%,#4bbae8 100%);
    background: linear-gradient(to left,  #e9196c 0%,#c72278 25%,#f79204 50%,#c8d313 75%,#4bbae8 80%,  #e9196c 84%,#c72278 88%,#f79204 92%,#c8d313 96%,#4bbae8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9196c', endColorstr='#4bbae8',GradientType=1 );*/
}

/*Table*/
table tr td {
    color: #222;
    text-align: left;
    padding: 10px 20px;
}

/* Top Bar */

.top-bar .phone {
    float: left;
    color: #000;
    line-height: 50px;
    font-size: 24px;
    font-weight: 700;
}
.top-bar .phone i {
    float: left;
    margin-right: 8px;
}
.top-bar .language {
    float: right;
    margin-left: 40px;
    padding: 0;
    border-left: 1px solid #35b3e2;
}
.top-bar .language li {
    float: left;
    list-style: none;
    line-height: 50px;
    margin-left: 20px;
}
.top-bar .language li img {
    float: left;
    margin-top: 12px;
    margin-right: 6px;
}
.top-bar .language li a {
    float: left;
    color: #fff;
    font-size: 12px;
}
.top-bar form {
    float: right;
}
.top-bar form input[type="text"] {
    width: 380px;
    height: 40px;
    float: left;
    border: none;
    background: url(../images/search-icon.png) 7px 7px no-repeat #75c29f;
    border-radius: 2px;
    margin-top: 4px;
    color: #fff;
    padding: 0 10px;
    padding-left: 40px;
}
.top-bar form input[type="submit"] {
    background: none;
    color: #fff;
    padding: 12px 0 0 20px;
    font-size: 18px;
    padding-right: 0;
}
.top-bar form input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}
.top-bar form input[type="text"]::-moz-placeholder {
    color: #fff;
}
/* firefox 19+ */

.top-bar form input[type="text"]:-ms-input-placeholder {
    color: #fff;
}
/* ie */

.top-bar form input[type="text"]:-moz-placeholder {
    color: #fff;
}

/* Working Day */

div.working__day {
    display: grid;
    position: absolute;
    right: 2rem;
    top: 0;
    z-index: 999;
    font-variant: small-caps;
}
div.working__day:first-of-type {
    right: 16rem;
}
div.working__day span.w__d__l {
    color: #221f1d;
    float: none;
    display: inline-block;
    font-size: 1.25rem;
    text-shadow: 0 0 1px rgba(162, 198, 211, 0.6);
}

div.working__day span.w__d__l span {
    font-weight: bold;
}


/* Nav Bar */

.navbar {
    border: none;
    border-radius: 0;
    /* background: #fff; */
}
.navbar img {
    margin-top: 20px;
}
.navbar-nav {
    float: right;
    margin: 0;
    max-width: 825px;
}
.navbar-nav li a {
    font-size: 14px;
    padding: 30px 0;
    margin: 0 10px;
    border-bottom: 3px solid #fff;
    color: #4c4d53;
    position: relative;
}
.navbar-default .navbar-nav>li>a {
	color: #000;
    text-shadow: 1px 1px 4px #9a9a9a;
    margin: 0 5px;
    letter-spacing: -1px;
    font-weight: bold;
}
.navbar-nav li:last-child a {
    margin-right: 0;
}
.navbar-nav li a:hover {
    border-bottom: 3px solid #e91a6b;
    color: #fff !important;
}
.navbar-nav li ul {
    width: 160px;
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 83px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
}
.navbar-nav li ul li {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
}
.navbar-nav li ul li a {
    float: left;
    border-bottom: none;
    padding: 10px 0;
}
.navbar-nav li ul li a:hover {
    border-bottom: none;
    text-decoration: none;
}
.navbar-nav li:hover ul {
    opacity: 1;
    visibility: visible;
}
.navbar-nav li li a:hover {
    color: #fe5187 !important;
}
.nav>li {
    float: left;
}
/* Social Media */

.navbar .social-media {
    float: right;
    height: 28px;
    margin-top: 26px;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #eee;
    position: relative;
}
.navbar .social-media:after {
    content: '';
    width: 65px;
    height: 5px;
    background: #e91a6b;
    position: absolute;
    bottom: -33px;
    right: 0;
}
.navbar .social-media li {
    float: left;
    list-style: none;
    margin: 0 5px;
    padding: 0;
}
.navbar .social-media li:last-child {
    margin-right: 0;
}
.navbar .social-media li i {
    font-size: 20px;
    color: #ffffff;
    text-shadow: 0px 0px 2px #331919;
}
.navbar .social-media li i:hover {
    color: #ffffff;
    text-shadow: 0px 0px 6px #331919;
}
/* Slider */

.slider {
	height: 54vw;
    padding: 0;
}
.slider .demo-2 {
	height: 54vw;
    width: 100%;
    float: left;
	max-height: 100%;
}
.slider h2 {
    font-size: 38px;
    color: #fff;
    font-weight: 800;
}
.slider h2 u {
    font-size: 60px;
    color: #e91a6b;
}

.bg-img img {
    width: auto;
    height: 100%;
    /*margin-top: -10vh;*/
}
/* Appointment Form */

.appointment {
    width: 100%;
    margin-top: -10px;
    padding: 0;
    z-index: 999;
}
.appointment form {
    width: 100%;
    float: left;
    background: #e91a6b;
    padding: 20px;
    border-radius: 4px;
    position: relative;
}
.appointment form:after {
    content: '\f127';
    width: 60px;
    height: 68px;
    position: absolute;
    right: 0;
    top: -60px;
    background: #e91a6b;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 60px;
    font-family: Ionicons;
    font-size: 40px;
}
.captcha_block > div {
    overflow: hidden;
    width: 360px;
    height: 40px;
    margin: 0;
    margin-bottom: 5px;
	padding: 0 10px;
}
.appointment .max-width {
    max-width: 360px;	
}
.appointment .spacing {
    margin: 0 25px;
}
.appointment hr {
    opacity: 0.4;
}
.appointment label {
    width: 100%;
    float: left;
    line-height: 40px;
    font-size: 19px;
    color: #fff;
}
.appointment h2 {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.appointment input[type="text"] {
    width: 360px;
    height: 40px;
    margin: 0;
    margin-bottom: 5px;
    padding: 0 10px;
}
.appointment input[type="text"]:focus {
    box-shadow: 0 0 10px #fff;
}
.appointment .date {
    float: left;
}
.appointment .date label {
    width: auto;
    margin-right: 14px;
}
.appointment .date input[type="text"] {
    width: 150px;
    padding-right: 40px;
    background: url(../images/icon-date.jpg) 120px 9px no-repeat #fff;
    position: relative;
}
.appointment .department {
    float: left;
}
.appointment .department label {
    width: auto;
    margin-right: 14px;
    margin-left: 20px;
}
.appointment .department select {
    width: 260px;
    height: 40px;
    border-radius: 2px;
    background: url(../images/select-arrow.jpg) right no-repeat #fff;
    padding-left: 10px;
    color: #e91a6b;
}
.appointment .gender {
    float: left;
}
.appointment .gender label {
    width: auto;
    margin-right: 14px;
}
.appointment .gender input[type="radio"] {
    margin-top: 11px;
    background: #fff;
    transition: none;
}
.appointment .gender input[type="radio"]:first-child {
    margin-left: 20px;
}
.appointment .gender input[type="radio"]:checked {
    background: url(../images/radio-checked.png) center no-repeat #fff;
}
.appointment .gender input[type="submit"] {
    height: 40px;
    float: right;
    padding: 0 20px;
    padding-right: 48px;
    background: url(../images/submit-arrow.png) right no-repeat #e91a6b;
    color: #fff;
    border: 1px solid #fff;
}
/* Datepicker Elements */

.dropdown-menu.datepicker {
    box-shadow: none;
    padding: 5px 10px;
    border-radius: 2px;
    border: 1px solid #D7F0EF;
}
.dropdown-menu.datepicker {
    transition: none;
}
.dropdown-menu.datepicker i {
    font-style: normal;
}
.datepicker td.active,
.datepicker td.active:hover {
    background: #e91a6b !important;
    text-shadow: none;
}
.datepicker td,
.datepicker th {
    border-radius: 2px;
}
.dropdown-menu.datepicker .dow {
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
}
.datepicker .icon-arrow-right:after {
    content: "\f109";
    width: 16px;
    height: 22px;
    float: left;
    font-family: Ionicons;
    font-size: 17px;
}
.datepicker .icon-arrow-left:after {
    content: "\f106";
    width: 16px;
    height: 22px;
    float: left;
    font-family: Ionicons;
    font-size: 17px;
}
/* Home Services */

.home-services {
    width: 100%;
    overflow: hidden;
}
.home-services * {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home-services h2 {
    font-size: 40px;
    font-weight: 700;
    color: #e91a6b;
    padding-bottom: 20px;
}
.home-services h3 {
    color: #e91a6b;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 40px;
    position: relative;
}
.home-services h3:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #e91a6b;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -25px;
}
.home-services h5 {
    margin-bottom: 60px;
    margin-top: 10px;
    display: inline-block;
}
.home-services a {
    margin: 40px 0;
}
.home-services .content {
    width: 100%;
    float: left;
}
.home-services .content:hover .icon {
    border: 15px solid #e91a6b;
}
.home-services .icon {
    width: 132px;
    height: 132px;
    background: #e91a6b;
    border: 9px solid #4bbae8;
    border-radius: 132px;
}
.home-services .icon {
    display: inline-block;
    position: relative;
}
.home-services .icon img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 100%;
    margin: 0;
}
.home-services .icon:hover:after {
    /* top: 40px; */
}
.home-services .icon img {
    /* margin-top: 25px; */
}
.home-services .line {
    width: 132px;
    height: 132px;
    position: relative;
    display: inline-block;
}
.home-services .line:after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #e91a6b;
    position: absolute;
    right: -96px;
    top: 50px;
    border: 10px solid #fff;
}
.home-services .line:before {
    content: '';
    width: 141px;
    height: 1px;
    border-top: 1px dotted #e91a6b;
    position: absolute;
    top: 0;
    right: -150px;
    top: 64px;
}
.icon .fa {
    color: #fff;
    font-size: 40px;
    margin-top: 35px;
}
/* Box Content */

.box-content {
    padding-top: 0;
    color: #fff;
}
.box-content .first-box {
    background: #35b3e2;
    width: 100%;
    float: left;
    padding: 20px;
}
.box-content .first-box a:hover {
    color: #35b3e2;
}
.box-content .second-box {
    background: #e91a6b;
    width: 100%;
    float: left;
    padding: 20px;
}
.box-content .third-box {
    background: #c4d111;
    width: 100%;
    float: left;
    padding: 20px;
}
.box-content .third-box a:hover {
    color: #c4d111;
}
.box-content .icon {
    width: 20%;
    float: left;
    padding: 6px 0;
    border-right: 1px dotted #fff;
}
.box-content .content {
    width: 80%;
    float: left;
    padding-left: 5%;
}
.box-content .content p {
    color: #fff;
    margin-bottom: 20px;
}
.box-content .content h3 {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
    position: relative;
    font-weight: 700;
}
.box-content .content h3:after {
    content: '';
    width: 30px;
    height: 1px;
    float: left;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -15px;
}
/* Latest News */

.latest-news {
    float: left;
    padding-top: 0;
	overflow: hidden;
}
.latest-news h2 {
    font-size: 40px;
    font-weight: 700;
    color: #e91a6b;
    padding-bottom: 20px;
}
.latest-news h3 {
    color: #e91a6b;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 20px;
    position: relative;
    font-size: 30px;
}
.latest-news h3:after {
    content: '';
    width: 50px;
    height: 1px;
    float: left;
    background: #e91a6b;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.latest-news h5 {
    margin-bottom: 60px;
    margin-top: 10px;
    display: inline-block;
}
.latest-news small {
    color: #BDBDBD;
    font-size: 13px;
    margin-bottom: 25px;
    margin-top: 10px;
    display: inline-block;
    display: none;
}
.latest-news .left {
    width: 100%;
    float: left;
    position: relative;
}
.latest-news .rated-article {
    width: auto;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 3;
}
.latest-news .right {
    width: 530px;
    float: right;
    position: relative;
}
.latest-news .article-image {
    width: 100%;
    margin: 10px 0 30px 0;
    float: left;
    position: relative;
}
.latest-news .article-image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #e91a6b;
    z-index: 2;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.latest-news .article-image img {
    width: 100%;
    height: auto;
}
.latest-news .left:hover .article-image:after {
    opacity: 0.5;
}
.latest-news .right:hover .article-image:after {
    opacity: 0.5;
}
.latest-news .btn-turquaz-md {
    margin-top: 30px;
}
/* Frase */

.frase {
    width: 100%;
    float: left;
    background: url(../images/hero1.jpg);
    background-size: 100%;
    color: #fff;
}
.frase .container {
    position: relative;
    z-index: 2;
}
.frase h2 {
    font-size: 44px;
    font-weight: 800;
}
.frase h4 {
    font-size: 20px;
    margin-bottom: 40px;
}
/* Gallery */

.gallery {
    width: 100%;
}
.gallery h2 {
    font-size: 40px;
    font-weight: 700;
    color: #e91a6b;
    padding-bottom: 20px;
}
.gallery h5 {
    margin-bottom: 60px;
    margin-top: 10px;
    display: inline-block;
}
.gallery .thumb {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    border: 1px solid #fff;
    position: relative;
}
.gallery .thumb .desc {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(29, 210, 200, 0);
    opacity: 0;
    padding-top: 10px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.gallery .thumb .desc {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gallery .thumb .desc i {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.gallery .thumb img {
    width: 100%;
    float: left;
    height: auto;
}
.gallery .thumb:hover .desc {
    opacity: 1;
    background: rgba(43, 68, 80, 0.78);
    padding-top: 70px;
}
.gallery a {
    /*width: 100%;
    height: 100%;*/
    float: left;
    color: #fff;
    text-decoration: none;
}

.gallery {
    width: 100%;
    text-align: center;
    display: inline-block;
    display: flex;
    flex-flow: row wrap;
    writing-mode: horizontal-tb;
}

figure.gallery-item {
    display: inline-block;
    padding: 0;
    overflow: hidden;
    width: 33.3333333%;
    float: left;
}

figure.gallery-item > div, figure.gallery-item > div > a {
    width: 100%;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
}

figure.gallery-item img {
    width: 100%;
	height: 100%;
}

div#cboxLoadedContent {
    overflow: hidden!important;
}

.category-gallery article{
	min-height: auto;
}

div.gallery-columns-5 figure.gallery-item {
    width: 20%;
	min-width:283px;
    float: none;	
}
div.gallery-columns-3 figure.gallery-item {
    width: 33%;
	min-width:283px;
    float: none;	
}
div.gallery-columns-2 figure.gallery-item {
    width: 45%;
	min-width:283px;
    float: none;	
}
div.gallery-columns-4 figure.gallery-item {
    width: 25%;
	margin: 20px 0;
}
div.gallery-columns-4 figure.gallery-item img {
    height: auto;
    width: 90%;
}
div.gallery-columns-4 figure.gallery-item figcaption {
    display: inline-block;
    visibility: visible;
    color: #a92a6b;
    margin-top: 10px;
}
div.gallery-columns-4 figure.gallery-item div.gallery-icon {
    height: auto;
}
div.gallery-columns-8 figure.gallery-item {
	width: 12.5%;
    min-width: 130px;
    float: none;
}
/* Departments */

.boxed-image-feature {
    float: left;
    padding-bottom: 0;
}
.boxed-image-feature .container {
    position: relative;
    z-index: 2;
}
.boxed-image-feature .content-box {
    max-height: 210px;
    float: left;
    position: relative;
    background: #e91a6b;
    margin-bottom: 80px;
    color: #fff;
}
.boxed-image-feature .content-box .thumb {
    width: 278px;
    height: 197px;
    float: left;
    margin-right: 16px;
    background: #e91a6b;
}
.boxed-image-feature .content-box:hover .thumb img {
    opacity: 0.4;
}
.boxed-image-feature .content-box img {
    width: 278px;
    float: left;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.boxed-image-feature .content-box p {
    line-height: 20px;
}
.boxed-image-feature .content-box .icon {
    width: 50px;
    height: 50px;
    float: left;
    background: #e91a6b;
    position: absolute;
    left: 0;
    bottom: -20px;
    padding: 8px;
}
.boxed-image-feature .content-box .icon img {
    width: 100%;
}
.boxed-image-feature .content-box h3 {
    font-weight: 700;
    color: #fff;
}
.boxed-image-feature .content-box a {
    margin-top: 8px;
}
.boxed-image-feature h2 {
    font-size: 40px;
    font-weight: 700;
    color: #e91a6b;
    padding-bottom: 20px;
}
.boxed-image-feature h5 {
    margin-bottom: 60px;
    margin-top: 10px;
    display: inline-block;
}
/* Sponsors */

.logos {
    width: 100%;
    padding: 50px 0;
    border-top: 1px solid #eee;
}
.logos .container {
    position: relative;
    z-index: 2;
}
.logos h2 {
    font-size: 40px;
    font-weight: 700;
    color: #e91a6b;
    padding-bottom: 20px;
}
.logos h5 {
    margin-bottom: 60px;
    margin-top: 10px;
    display: inline-block;
}
.logos .item {
    border-right: 1px solid #eee;
}
.logos img {
    width: 100%;
    float: left;
    height: auto;
}
/* Inner Header */

.inner-header {
    min-width: 100%;
    padding: 30px 0;
    color: #fff;
    background-image: url(../images/hero2.jpg);
}
.inner-header .container {
    position: relative;
    z-index: 2;
}
.inner-header .container h1 {
    font-weight: 800;
    font-size: 30px;
    margin: 10px 0;
}
/* Inner Content */

.inner-content {
    float: left;
}
.inner-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #e91a6b;
    margin-top: 0;
    margin-bottom: 5px;
}
.inner-content .side-bar {
    width: 100%;
    float: right;
}
.inner-content .side-bar img {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.inner-content .side-bar .panel-body {
    background: #F5F5F5;
}
/* personals */

.specialists {
    background: #fff;
}
.specialists a {
    color: #999;
    border-bottom: 2px solid #999;
    padding: 6px 0;
    font-weight: 700;
    display: inline-block;
}
.specialists a:hover {
    text-decoration: none;
    color: #e91a6b;
    border-bottom: 2px solid #e91a6b;
}
.specialists .members {
    width: 100%;
    float: left;
    padding: 0 10px;
    margin-bottom: 40px;
    border: 1px solid #eee;
    position: relative;
}
.specialists .members .desc {
    width: 100%;
    height: 100%;
    float: left;
    background: #e91a6b;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    padding: 20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.specialists .members .desc h2 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
}
.specialists .members:hover .desc {
    opacity: 1;
}
.specialists .members img {
    width: 100%;
    padding: 0 10px;
    padding-top: 20px;
}
.specialists .members h4 {
    width: 100%;
    padding: 7px 8px;
    display: inline-block;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    margin: 0;
    font-size: 13px;
}
.specialists .members h6 {
    width: 100%;
    color: #e91a6b;
    padding: 10px 8px;
    font-size: 14px;
    display: inline-block;
    margin: 0;
}
/* News */

.news-list {
    width: 100%;
}
.news-list img {
    width: 100%;
}
.news-list h3 {
    margin-bottom: 10px;
    font-size: 24px;
}
.news-list small {
    margin-bottom: 30px;
    display: block;
}
.news-list a {
    margin-top: 20px;
}
.news-list hr {
    margin: 60px 0;
}
/* Faq */

.faq .panel-default>.panel-heading {
    background: #C2C2C2;
}
.faq .actives {
    background: #e91a6b !important;
}
.faq .actives:before {
    content: '\f123';
    font-family: Ionicons;
    color: #fff;
    float: left;
    margin-top: -2px;
    margin-right: 10px;
}
/* Contact Form */

#contact-form {
    width: 100%;
    float: left;
    margin: 20px 0;
}
#contact-form input[type="text"] {
    width: 340px;
    height: 40px;
    margin: 0;
    margin-bottom: 5px;
    padding: 0 10px;
    border: 1px solid #CFEFED;
}
#contact-form select {
    width: 340px;
    height: 40px;
    margin-bottom: 5px;
    padding: 0 10px;
    border: 1px solid #CFEFED;
}
#contact-form select {
    background: url(../images/select-arrow.jpg) right no-repeat #fff;
    padding-left: 10px;
    color: #7a7b86;
}
#contact-form textarea {
    width: 684px;
    height: 100px;
    padding: 10px;
    border: 1px solid #CFEFED;
    color: #7a7b86;
}
#contact-form .subject {
    width: 684px !important;
}
#contact-form input[type="submit"] {
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    background: #e91a6b;
}
#success,
#error {
    display: none;
    color: rgb(236, 52, 52);
}
#success p,
#error p {
    margin-top: 20px;
    float: left;
    color: #e91a6b;
    font-weight: 800;
}
label {
    width: 100%;
    float: left;
    /*font-size: 13px;
    color: rgb(236, 52, 52);*/
}
input#createaccount {
    position: inherit;
}
#error p {
    color: #c0392b
}
/* Footer Bar */

.footer-bar {
    height: 80px;
    float: left;
    padding: 20px 0;
    background: #e91a6b;
}
.footer-bar h2 {
    float: left;
    color: #fff;
    margin: 0;
    line-height: 40px;
    font-weight: 700;
}
.footer-bar h2 i {
    float: left;
    margin-right: 12px;
}
.footer-bar h4 {
    float: right;
    color: #fff;
    margin-top: 11px;
}
.footer-bar ul {
    float: right;
    margin-top: 5px;
    margin-left: 30px;
    padding-left: 10px;
    border-left: 1px solid #35b3e2;
}
.footer-bar ul li {
    float: left;
    margin: 0 0 0 15px;
    padding: 0;
    list-style: none;
}
.footer-bar ul li a {
    color: #fff;
}
.footer-bar ul li i {
    font-size: 21px;
}
/* Footer */

footer {
    float: left;
    padding: 40px 20px;
    background: url(../images/world-map.png) center no-repeat #35b3e2;
    color: #fff;
    position: relative;
}
footer .copyright {
    float: right;
    font-size: 12px;
    text-align: right;
    margin-top: 6px;
}
footer h4 {
    font-size: 17px;
    font-weight: 800;
    margin-top: 6px;
    position: relative;
    margin-bottom: 40px;
}
footer h4:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -20px;
}
footer form {
    float: left;
    padding-left: 30px;
}
footer form input[type="text"] {
    width: 300px;
    height: 40px;
    float: left;
    border: none;
    padding: 8px;
}
footer form input[type="submit"] {
    height: 40px;
    background: #e91a6b;
    color: #fff;
    font-size: 16px;
    margin-top: 6px;
}
footer ul {
    width: 100%;
    float: left;
    margin: 0;
    margin-right: 20px;
    padding: 0;
}
footer ul li {
    width: 100%;
    float: left;
    margin: 3px 0;
    list-style: none;
}
footer ul li a {
    float: left;
    color: #fff;
}
footer ul li a:hover {
    color: #e91a6b;
}
/* Error Pages */

.error-pages {
    width: 100%;
    padding-bottom: 0;
}
.error-pages h2 {
    font-size: 100px;
    font-weight: 800;
    color: #e91a6b;
}
/* Acordeon */

#accordion {
    width: 100%;
    float: left;
}
.panel-group .panel {
    border: none;
    border-radius: 0;
}
.panel-default>.panel-heading {
    background: #e91a6b;
    border-radius: 0;
    padding: 15px 10px;
}
.panel-default>.panel-heading img {
    width: 20px;
    float: left;
    margin: -4px 6px 0 0;
}
.panel-default>.panel-heading a {
    width: 100%;
    display: block;
    color: #fff;
}
.panel-default>.panel-heading a:hover {
    text-decoration: none;
}
.panel-default>.panel-heading a:focus {
    text-decoration: none;
}
.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border: none;
}
.panel {
    box-shadow: none;
}
.panel-body a {
    color: #e91a6b;
    text-decoration: underline;
    margin-top: 12px;
    font-weight: 700;
}

footer .col-xs-2 img {
    width: 100px;
    float: right!important;
}

nav .col-xs-12 {
    height: 83px;
    /* overflow: hidden; */
}

nav .col-xs-12 a img {
    height: 75px;
    margin:0;
}


/*************************************
************************************** 
************************************** 

  pricing section

**************************************
************************************** 
**************************************/
.pricing-section {
  padding: 100px 0;
  background-color: #f1f1f5;
  text-align: center;
}
.pricing-section h1 {
  margin-bottom: 65px;
  color: #585864;
  position: relative;
  text-align: center;
  font-weight: 500;
}
.pricing-section h1:after {
  position: absolute;
  content: "";
  bottom: -50px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 1px;
  background-color: #585864;
}
.pricing-section div.art-block-price {
  width: 260px;
  text-align: center;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  top: 0;
  left: 0;
  color: #585864;
  display: inline-block;
  position: relative;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font-family: "Ubuntu", sans-serif;
}
.pricing-section div.art-block-price:hover {
  top: -15px;
}
.pricing-section div.art-block-price p, .pricing-section div.art-block-price h4, .pricing-section div.art-block-price small, .pricing-section div.art-block-price a {
  margin-bottom: 0;
  font-weight: 500;
}
.pricing-section div.art-block-price p {
  text-transform: uppercase;
  font-weight: 600;
}
.pricing-section div.art-block-price ul {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
  list-style: none;
  padding: 0;  
}
.pricing-section div.art-block-price li {
  padding: 15px 0;
}
.pricing-section div.art-block-price li h4 {
  color: #585864;
}
.pricing-section div.art-block-price li:nth-child(2n+1) {
  background-color: #e9e9ed;
}
.pricing-section div.art-block-price li:nth-child(1) {
  padding: 25px 0;
  text-shadow:1px 1px 3px #545050;
}
.pricing-section div.art-block-price li:nth-child(1) h4 {
  color: #fff;
}
.pricing-section div.art-block-price li:last-child {
  padding: 23px 0;
}
.pricing-section div.art-block-price li:last-child a {
  color: #fff;
  border: 2px solid #fff;
  padding: 0 34px;
  height: 34px;
  line-height: 30px;
  font-weight: 700;
  text-shadow: 1px 1px 4px #5d5c5c;
  box-shadow: 1px 1px 4px 0 #5d5c5c;
}
.pricing-section div.art-block-price li:last-child a:hover {
  background-color: #fff;
}
.pricing-section div.art-block-price + div.art-block-price {
  margin-left: 10px;
}
.pricing-section div.art-block-price:nth-child(2) li:first-child, .pricing-section div.art-block-price:nth-child(2) li:last-child {
  background-color: #feff00;
  color: #fff;
}
.pricing-section div.art-block-price:nth-child(2) a:hover {
  color: #ffff00;
}
.pricing-section div.art-block-price:nth-child(3) li:first-child, .pricing-section div.art-block-price:nth-child(3) li:last-child {
  background-color: #6ac335;
  color: #fff;
}
.pricing-section div.art-block-price:nth-child(3) a:hover {
  color: #6ac33f;
}
.pricing-section div.art-block-price:nth-child(4) {
  position: relative;
  z-index: 5;
  top: 26px;
  width: 335px;
  margin: 0 -14px;
}
.pricing-section div.art-block-price:nth-child(4):hover {
  top: -5px;
}
.pricing-section div.art-block-price:nth-child(4):before {
  position: absolute;
  content: "";
  width: 10px;
  height: 542px;
  top: 29px;
  left: -10px;
  background-image: url("images/pricing.png");
  display: block;
  z-index: 0;
  border-radius: 4px 0 0 4px;
}
.pricing-section div.art-block-price:nth-child(4):after {
  position: absolute;
  content: "";
  width: 10px;
  height: 542px;
  top: 29px;
  right: -10px;
  background-image: url("images/pricing.png");
  display: block;
  z-index: 0;
  border-radius: 0 4px 4px 0;
}
.pricing-section div.art-block-price:nth-child(4) li {
  padding: 18px 0;
}
.pricing-section div.art-block-price:nth-child(4) li:first-child {
  padding: 25px 0 10px;
}
.pricing-section div.art-block-price:nth-child(4) li:first-child, .pricing-section div.art-block-price:nth-child(4) li:last-child {
  background-color: #2b95af;
  color: #fff;
}
.pricing-section div.art-block-price:nth-child(4) li:last-child {
  padding: 27px 0;
}
.pricing-section div.art-block-price:nth-child(4) li:nth-child(2) h4, .pricing-section div.art-block-price:nth-child(4) li:nth-child(2) small {
  color: #2b95af;
}
.pricing-section div.art-block-price:nth-child(4) a:hover {
  color: #2b95a1;
}
.pricing-section div.art-block-price:nth-child(5) li:first-child, .pricing-section div.art-block-price:nth-child(5) li:last-child {
  background-color: #ff0000;
  color: #fff;
}
.pricing-section div.art-block-price:nth-child(5) a:hover {
  color: #f10000;
}

/**************************************
************************************** 
**************************************/



/**********NEW****************/
div#primary {
    min-height: 600px;
    width: 100%;
    margin:0 0%;
    display: inline-block;
}

.latest-news .col-xs-3 > div{
  width: 90%;
  margin: 0 5%;
}

section.appointment h3 {
    width: 100%;
    color: #fff;
}

section.appointment input.wpcf7-form-control.wpcf7-submit {
    float: right;
    color: #e91a6b;
    background: #fff;
    padding: 10px 40px;
}

    .bronirovanie a,.zakaz-zvonka a, .reload-zakaz-zvonka a {
        text-align: center;
        padding: 5px 10px;
        border-radius: 2px;
        display: inline-block;
        background: #E50000;
        color: #fff;
        position: absolute;
        bottom: 17px;
        right: 20px;
    }
    .bronirovanie h4,.zakaz-zvonka h4,.reload-zakaz-zvonka h4, #messegeResult {
        font-size: 10pt;
        margin: 5px 0 20px;
        text-align: center;
        color: #fff;
    }
    
    #messegeResult0 > p {
        font-size: 2em;
        margin: 40px 0 20px;
        text-align: center;
        color: #fff;
    }

    
div#reload{
 position: fixed;
 background: rgba(0,0,0,0.8);
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 z-index: 99999;
 display: none;
 opacity:0;
 text-align: center;
}

 div#reloadn{
    max-width: 80vw;
    margin-top: 10vh;
    max-height: 80vh;
    display: inline-block;
}
 div#reloadn img{
    max-width: 100%;
    height: auto;
    cursor: pointer;
    max-height: 80vh;
    width: auto!important;
}
div#reloadn p, div#reloadn span {
 font-size: 0.8em;
 display:inline;
}
 div#reloadc{
 cursor:pointer;
 width: 50px;
 height: 50px;
 position: fixed;
 right: calc(20% - 65px);
 top: calc(50% - 301px);
 z-index: 1000;
 
}    

div#zakaz_close_button {
    width: 32px;
    float: right;
    cursor: pointer;
}

div#reloadn > p > img {
    width: 100%;
}

div.entry-content input[type="text"], div.entry-content input[type="radio"], div.entry-content select, div.entry-content textarea {
    border: 1px solid #e71a6d;
    margin: 5px 10px;
    padding: 5px 10px;
    width: 90%;
}

div.entry-content input[type="submit"]{
    background: #e91a6b;
    line-height: 42px;
    padding: 0 10px 0 15px;
    color: #fff;
    border-bottom: 1px solid #35b3e2;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

div.entry-content input[type="submit"]:hover{
    text-decoration: none;
    color: #fff;
    background: #35b3e2;
}

div.entry-content img{
    max-width: 100%;
    height: auto;
}


section.raspisanie{
  padding: 100px 0;
  background-color: #f1f1f5;
  text-align: center;
}
section.raspisanie h2 {
  font-size: 40px;
  font-weight: 700;
  color: #e91a6b;
  padding-bottom: 20px;
}

section.raspisanie h2:after {
  position: absolute;
  content: "";
  bottom: -50px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 1px;
  background-color: #585864;
}

table.table-raspisanie {
    width: 80%;
    margin: 0 auto;
}

table.table-raspisanie * {
    font-size: 0.8rem!important;
    color: #000;
    line-height: 0.8rem!important;
    margin: 0!important;
    padding: 0!important;
    height: auto!important;
}

table.table-raspisanie td {
    padding: 5px 0!important;
    height: 1rem!important;
}

table.table-raspisanie tr td {
    color: #000;
    border: 1px solid #777;
    text-align: center;
    padding: 2px 5px;
}

/* category section */

header.category-header {
    width: 100%;
    height: 320px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative;
}

header.category-header:before {
    content: "";
    background: url(images/freestyleline.png) center bottom no-repeat;
    width: 100%;
    height: 146px;
    position: absolute;
    bottom: 0;
    left: 0;
}

header.category-header h1{
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 100px;
    left: 0px;
    margin: 0;
    color: #fff;
    font-size: 64px;
    line-height: 72px;
    font-family: Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 25px rgba(0,0,0,1);    
}

header.category-header img {
    width: 100%;
    height: auto;
    min-height: 100%;
}

.category-description {
    padding: 0 5rem;
    margin: 0 auto;
    text-align: justify;
    max-width: 1200px;
}

section#primary {
    width: 90%;
    margin: 0 auto;
    min-width: auto;
    max-width: 1200px;
    display: block;
    float: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

section#primary article {
    width: 49%;
    margin: 0 0.5% 3rem;
    float: left;
    display: block;
    overflow: hidden;
}

article {
    min-height: 600px;
    width: 80%;
    margin: 0 10%;
    display: inline-block;
}

article.gallery{
  margin: 0 0 50px;
}

header.entry-header-category {
    display: inline-block;
    width: 100%;
    position: relative;
    /* height: 320px; */
    height: auto;
    overflow: hidden;
    margin: 0 0 0px;
    text-align: center;
}

header.entry-header-category img {
    /* max-width: 100%; */
    /* height: auto; */
}

header.entry-header-category h2 {
    padding: 1rem 2rem;
    width: initial;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    font-style: italic;
    font-family: Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 25px rgba(0,0,0,1);
}

.content-post-cat {
    height: 153px;
    display: block;
    overflow: hidden;
    text-align: justify;
    font-size: 1.2rem;
    position: relative;
    padding: 0 2rem;
}

.content-post-cat-action{
    overflow: visible;
    height: auto;
}

.content-post-cat_in {
  padding-bottom: 4rem;
  margin: 20px 0 0;
}

.content-post-cat img{
  max-width: 100%;
  height: auto;
}

.content-post-cat p,.content-post-cat a,.content-post-cat span{
    font-size: 1.2rem;
    line-height: 1.7rem;
}

section#primary article:nth-child(even) .content-post-cat{
    background: rgba(152, 201, 100, 0.05);
}

.content-post-cat:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 3rem;
    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 */
}

section#primary article:nth-child(even) .content-post-cat:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 3rem;
    background: -moz-linear-gradient(top, rgba(250, 253, 248,0) 0%, rgba(250, 253, 248, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(250, 253, 248,0) 0%,rgba(250, 253, 248, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(250, 253, 248,0) 0%,rgba(250, 253, 248, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f7fbf3',GradientType=0 ); /* IE6-9 */
}

.reviews_more.more{
  text-align: right;
  width: 100%;
}
.reviews_more.more span{
    color: #22c3bb;
    text-decoration: none;
    border-bottom: 1px dashed #22c3bb;
    cursor: pointer;
    margin: 0 2rem;
    font-size: 1.2rem;
}

main#main, footer {
    width: 100%;
}

footer li ul {
    display: none;
}

li.payment_method_robokassa * {
    clear: both;
    color: inherit;
    font-size: inherit;
}

.woocommerce div.product {
    padding: 0 5rem;
    margin: 0 auto;
    text-align: justify;
    max-width: 1200px;
}

.woocommerce-notices-wrapper {
    display: inline-block;
    width: 100%;
}

a.col2{width:50%;float:left;}
a.col2 img{width:98%;height:auto;}
	
	

/* mobile css */
@media (max-width: 1080px){
	.col-xs-4 {
		width: 45.33333333%;
	}
}
@media (max-width: 650px){
	.col-xs-4 {
		width: 90.33333333%;
	}
}
/* mobile css */
@media (max-width: 800px){
  /* home page */
	a.col2{width:100%;
	
	}
  section  {
    min-width: auto;
  }
  .latest-news .left {
      width: 100%;
  }

  .col-xs-6 {
      width: 100%;
  }
  .col-xs-3 {
      width: 100%;
  }  
  section.slider .bg-img img {
      width: auto;
      height: 100%;
  } 
  .appointment input[type="text"] {
      width: 100%;
  }

  .appointment .spacing {
      margin: 0;
  }  
  .home-services .line:after {
      right: 50px;
      top: 85%;
  } 
  .home-services .line:before {
      right: -75%;
      width: 250%;
  } 
 
  /* head */
  
  header {
      overflow: hidden;
  }
  header .navbar {
      height: auto;
  }
  header.entry-header-category  {
    height: auto;
  }  
  .navbar-nav {
    float: right;
    display: none;
    text-align: center;
    width: 100%;
    min-height: 100vh;
    margin: 3vh 0;
  }
  nav .col-xs-12 {
      height: auto;
  }
  .nav > li {
    float: none;
    display: inline-block;
    width: 100%;
  }  
  .navbar-nav li ul {
      display: inline-block;
      width: 90%;
      visibility: initial;
      opacity: 1;
      margin: 0 5%;
      background: rgba(128, 61, 22, 0.26);
      position: initial;
  }
  .navbar-default .navbar-nav > li > a {
      font-size: 2rem;
      margin: 0.5rem 0 1rem 0;
  }

  .navbar-default .navbar-nav li a {
      padding: 5px 0;
      border: none;
      color: #fff;
  }  
 
  /* menu */
  .hamburger {
      padding: 5px 5px;
      display: inline-block;
      cursor: pointer;
      transition-property: opacity,-webkit-filter;
      -webkit-transition-property: opacity,-webkit-filter;
      transition-property: opacity,filter;
      transition-property: opacity,filter,-webkit-filter;
      -webkit-transition-duration: .25s;
      transition-duration: .25s;
      -webkit-transition-timing-function: linear;
      transition-timing-function: linear;
      font: inherit;
      color: inherit;
      text-transform: none;
      background-color: transparent;
      border: 0;
      margin: 0;
      overflow: visible;
  }

  .header__menu-toggle {
      position: absolute;
      top: 10px;
      right: 15px;
      width: 36px;
      min-width: auto;
  } 

  .hamburger-box {
        width: 26px;
        height: 18px;
        display: block;
        position: relative;
    } 

      .hamburger--squeeze .hamburger-inner {
          -webkit-transition-duration: .1s;
          transition-duration: .1s;
          -webkit-transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
          transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
      }
      .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
          width: 26px;
          height: 2px;
          background-color: #fff;
          position: absolute;
          transition-property: -webkit-transform;
          -webkit-transition-property: -webkit-transform;
          transition-property: transform;
          transition-property: transform,-webkit-transform;
          -webkit-transition-duration: .15s;
          transition-duration: .15s;
          -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
      }
      .hamburger-inner {
          display: block;
          top: 50%;
          margin-top: -2px;
      }
        .hamburger--squeeze .hamburger-inner::before {
            -webkit-transition: top .1s .14s ease,opacity .1s ease;
            transition: top .1s .14s ease,opacity .1s ease;
        }
        .hamburger-inner::before {
            top: -6px;
        }
        .hamburger--squeeze .hamburger-inner::after {
            transition: bottom .1s .14s ease,-webkit-transform .1s cubic-bezier(0.55,0.055,0.675,0.19);
            -webkit-transition: bottom .1s .14s ease,-webkit-transform .1s cubic-bezier(0.55,0.055,0.675,0.19);
            transition: bottom .1s .14s ease,transform .1s cubic-bezier(0.55,0.055,0.675,0.19);
            transition: bottom .1s .14s ease,transform .1s cubic-bezier(0.55,0.055,0.675,0.19),-webkit-transform .1s cubic-bezier(0.55,0.055,0.675,0.19);
        }
        .hamburger-inner::before, .hamburger-inner::after {
            content: "";
            display: block;
        }
        .hamburger-inner::after {
            bottom: -6px;
            right: 0;
            width: 13px;
        }

        .hamburger--squeeze.is-active .hamburger-inner {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition-delay: .14s;
            transition-delay: .14s;
            -webkit-transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
            transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
        }      
        .hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner::before, .hamburger:hover .hamburger-inner::after {
            background-color: #e82833;
        }    
        .hamburger--squeeze.is-active .hamburger-inner::before {
            top: 0;
            opacity: 0;
            -webkit-transition: top .1s ease,opacity .1s .14s ease;
            transition: top .1s ease,opacity .1s .14s ease;
        }
        .hamburger--squeeze.is-active .hamburger-inner::after {
            width: 26px;
            bottom: 0;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            transition: bottom .1s ease,-webkit-transform .1s .14s cubic-bezier(0.215,0.61,0.355,1);
            -webkit-transition: bottom .1s ease,-webkit-transform .1s .14s cubic-bezier(0.215,0.61,0.355,1);
            transition: bottom .1s ease,transform .1s .14s cubic-bezier(0.215,0.61,0.355,1);
            transition: bottom .1s ease,transform .1s .14s cubic-bezier(0.215,0.61,0.355,1),-webkit-transform .1s .14s cubic-bezier(0.215,0.61,0.355,1);
        }      

 
  /* content */  
  .container{
    width: 100%;
  }
  section#primary article {
      width: 100%;
      min-height: auto;
      display: inline-block;
  }
  .col-xs-2 {
      width: 100%;
      text-align: center;
      display: inline-block;
  }
  header.entry-header-category h2 {
      top: 70px;
      font-size: 3rem;
  }  
  .pricing-section div.art-block-price {
      width: 90%;
      margin: 0 5%;
  }

  .pricing-section div.art-block-price + div.art-block-price {
      margin: 0 -14px;
      width: 90%;
  }

  p {
      margin: 10px;
  }

  .latest-news small {
      margin: 0 10px;
  }

  .latest-news .btn-turquaz-md {
      margin: 0 0 0 25%;
  }

  .latest-news h3 {
      text-align: center;
  }

  /* gallery */
  header.category-header h1 {
    font-size: 3rem;
    line-height: 4rem;
  }

  figure.gallery-item {
      width: 100%;
  }

  div.gallery-columns-4 figure.gallery-item{width: 50%}
  /* send form */
  .col-xs-4 {
      width: 100%;
  }  
  
  /* footer */
  
  footer .col-xs-2 img {
      float: none!important;
      display: inline-block;
  }

  footer .copyright {
      float: none;
      text-align: center;
  }
  footer ul {
      width: auto;
      margin: 20px;
      padding: 0;
      display: inline-block;
  }  
  footer li ul{
    display: inline-block;
  }  
  footer form  {
    padding-left: 0;
  }

  .footer-bar h2 {
      width: 100%;
      text-align: center;
      display: inline-block;
  }

  .footer-bar {
      height: auto;
  }

  .footer-bar h2 i {
      float: none;
      margin-right: 0;
  }

  .footer-bar ul {
      border-left: none;
      float: none;
      width: 90%;
      display: inline-block;
      margin: 2rem 5%;
      padding: 0;
      text-align: center;
  }

  .footer-bar ul li {
      float: none;
      display: inline-block;
  }

  .footer-bar h4 {
      float: none;
      text-align: center;
  }  
  footer form input[type="text"] {
    width: 100%;
  }
  
  /**РАСПИСАНИЕ*  */
  table {
      display: inline-block;
      width: calc(100% + 64px);
      overflow: auto;
      margin: 0 -32px;
  }
  table tr td {
      padding: 0;
  }
  table p {
    margin: 0px;
    font-size: 1rem;
    line-height: 1.2rem;
  }  

  footer > div{
    display: none;
  }
  
}

header.category-header img {
    width: 100%;
    height: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    object-fit: cover;
}

@media (max-width: 1080px) {
    footer .col-xs-4 {
        width: 33.33333333%;
    }
    footer form input[type="text"] {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .gallery .thumb .desc {
        display: none;
    }
}

/*MOBILE HEADER*/
@media (max-width: 800px) {
    .navbar .social-media {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }
    .top-bar .phone,
    .header__menu-toggle,
    div.working__day,
    .navbar .social-media:after {
        display: none;
    }
    header .top-bar {
        height: auto;
    }
    .navbar {
        padding: 60px 0 15px;
    }
    .footer-bar h2 a {
        color: #fff;
    }
    .nav-arrows {
        top: 0;
        margin-top: 0;
		transform: scale(0.5);
		margin: -4% -6%;		
    }
    .scroll-table {
        overflow-x: scroll;
    }

    .scroll-table table {
        height: auto !important;
        margin: 0;
    }
}

@media (max-width: 350px) {
    nav .col-xs-12 a img {
        height: 65px;
    }
}

.menu-line {
    display: block;
}
.menu-line--top {
    border: 2px solid #e91a6b;
    border-bottom: none;
    top: 0;
    transition: 0.5s;
}
.open-menu-line .menu-line--top {
    transform: rotate(45deg) translate(8px, 7.5px);
    transition: 0.5s;
}
.menu-line--middle {
    height: 2px;
    background-color: #e91a6b;
    margin-top: 7px;
    margin-bottom: 7px;
    top: 4px;
    transition: 0.5s;
}
.open-menu-line .menu-line--middle {
    transform: translate(230px);
    transition: 0.1s ease-in;
    opacity: 0;
}
.menu-line--bottom {
    border: 2px solid #e91a6b;
    border-top: none;
    top: 22px;
    transition: 0.5s;
}
.open-menu-line .menu-line--bottom {
    transform: rotate(-45deg) translate(5px, -5px);
    transition: 0.5s;
}

.mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px 15px;
    z-index: 998;
    background: #fff;
    border-bottom: 2px solid #e91a6b;
    height: 45px;
    display: none;
}
@media (max-width: 800px) {
    .mobile {
        display: block;
    }
}
.mobile__header {
    display: flex;
    align-items: center;
    height: 100%;
}
.mobile__header a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
}
.mobile__header img {
    width: 0;
    transition: all 0.5s ease;
}
.mobile__header.mobile-header-active img {
    width: 30px;
    margin-right: 10px;
}
.mobile__menu-wrap {
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 280px;
    margin-right: -280px !important;
    font-size: 1em;
    font-weight: 400;
    overflow: auto;
    transition: 0.25s;
    z-index: 999;
}
.mobile .mobile-menu-show {
    margin-right: 0 !important;
    box-shadow: 4px 2px 15px 1px #e91a6b;
}
.mobile__sidebar {
    margin: 50px 0 40px !important;
    position: relative;
}
.mobile__sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.mobile__sidebar ul ul {
    margin-left: 5%;
}
.mobile__sidebar li {
    padding: 10px 22px 0;
}
.mobile__sidebar li > a {
    color: #000;
    font-size: 17px;
    position: relative;
    text-decoration: none;
}
.mobile__sidebar li.current-menu-item > a, .mobile__sidebar li.current-menu-ancestor > a, .mobile__sidebar li.current_page_ancestor > a, .mobile__sidebar li.current_page_parent > a {
    font-weight: bold;
}
.mobile__menu-btn {
    position: absolute;
    width: 25px;
    top: 11.5px;
    right: 15px;
    transition: 0.25s;
    z-index: 1000;
}
.mobile__menu-btn:hover {
    cursor: pointer;
}
.mobile .sub-menu {
    display: none;
}

/*** GO LINES ***/

   .container-x{
    margin: 0 auto;
  }

  .container-x input{
    text-align:center;
    width:500px;
    height:24px;
    font-size:17px;
    margin-top:50px;
    text-align:center;
  }

  /****** Lines *******/

  .container-x .line {
    overflow:hidden;
    width:100%;
    border:2px solid #dddddd;
    box-shadow:0px 5px 5px 3px rgba(0,0,0,0.3);
    display:block;
    margin-top:10px;
    border-radius:2px;
    position:relative;
  }

  .container-x .line .line_cover{
    width:100%;
    height:100%;
    position:absolute;
    z-index:2;
    background:url(images/led_bg.png);
    background-size: 3px;
  }

  .container-x .line .line_text{
    width:100%;
    height:100%;
    position:absolute;
    z-index:1;
  }

  /****** Line 1 *******/

  .container-x #l1.line{
    height: 54px;
    background:rgb(50,80,50);
  }

  .container-x #l1.line .line_text{
    font-size: 32px;
    font-weight:bold;
    color:#00ff00;
    width: 2100px;
    -webkit-animation: l1_animation 20s linear infinite;
    -moz-animation: l1_animation 10s linear infinite;
  }

  @-webkit-keyframes l1_animation {
      0%{left:100%;}
      100%{left:-200%;}
  }
  @-moz-keyframes l1_animation {
      0%{left:100%;}
      100%{left:-200%;}
  }


section.no-results.not-found{
	display:none;
}

p.woocommerce-result-count {
    display: none;
}

form.woocommerce-ordering {
    display: none;
}    

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 1.4rem;
    height: 5.5rem;
    overflow: hidden;
    display: inline-block;
}

.donation .formFL img {
    display: none;
}

.donation .formFL.shadows {
    background: none;
    box-shadow: none;
}

.donation .lifted:before {
    display: none;
}

.donation .lifted:before, .lifted:after {
    display: none;
}

.donation .formFL > div > a {
    background: #e8e8e8;
    color: #616161;
    text-shadow: none;
    border-radius: 3px;
}

.new-project {
    background: #f0f9fb;
    padding: 5px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #022849;
}

.new-project a {
    margin: 0 2%;
    color: #188e8b;
    padding: 8px;
    display: inline-block;
}

.new-project a img {
	max-width: 100%;
	max-height: 50px;
}

a.novaya-ty {
    /*background: url(https://xn----7sbf7bf1a7d3a.xn--p1acf/img/logo-dark.png) no-repeat;
    background-size: contain;
    padding-left: 100px;*/
}

a.school {
    /*background: url(https://eurofitschool.ru/img/logo-dark.png) no-repeat;
    background-size: contain;
    padding-left: 115px;*/
}

@media all and (max-width: 1000px){
.new-project a {
    display: inline-block;
    /* padding: 0 0 0 100px; */
    margin: 1%;
    width: 40%;
}
}