/*

Theme Name: d_side

Description: d_side build

Author: Valery_WEB

Version: 0.0.1

*/

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

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

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

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

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    height: 100vh;
    height: 100%;
}


body {
    position: relative;
    z-index: 0;
    min-width: 1130px;
    font-size: 16px;
    font-family: "dincondensedc";
    color:#fff;
    background: transparent;
    min-height: 100%;
}

body.page-template-page-shedule{
	min-width: 1400px;
}

body.page-template:before,
body.single:before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    background-color: rgba(1, 2, 2, 0.66);
    height: 175px;
    top: 0;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type='number'] {
    -moz-appearance: textfield;
}

::-webkit-input-placeholder {
    color:#6c6c6c;
}

::-moz-placeholder {
    color:#6c6c6c;
}

:-ms-input-placeholder {
    color:#6c6c6c;
}

select {
 -webkit-appearance: menulist;
	cursor: pointer;
}

.slick-track,
.slick-slide,
.slick-slide img {
    transform: translate3d(0, 0, 0);
}
.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);
}

a,
a:hover,
a:active,
a:visited {
    text-decoration: none
}

a,
button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

button,
input {
    border: none;
    outline: none;
}

h2 {
    font-family: "GOSTTypeA";
    font-size: 60px;
    line-height: 60px;
    margin: 0;
    text-transform: uppercase;
    color: #000;
}

/*Utilities */
.wrapper {
    margin: 0 auto 0 auto;
    width: 1130px;
    overflow: hidden;
    padding-bottom: 140px;
}

.page-template-page-shedule .wrapper{
	width: 1400px;
}

.box {
    width: 1100px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


/*HEADER*/
.header,
.footer,
.header_table {
    width: 1100px;
    
}

.header_table,
.footer {
    display: table;
}

.header {
    min-height: 161px; 
}

.footer > div,
.header_table > div {
    display: table-cell;
    padding: 10px 0 0 0;
}

.header_table > div {
    vertical-align: top;
}

.header_table > div:first-child {
    width: 300px;
}

.header_table > div:nth-child(2) {
    width: 400px;
}

.header_table > div:last-child {
    width: 300px;
}

.header_social a {
    margin: 0 0 0 12px;
    line-height: 1;
}

.header_social a:first-child {
    margin: 0;
}

.header__tel a,
.header__tel span {
    color:#fff;
}

.header__tel a {
    font-size: 20px;
    line-height: 24px;
}

.header__tel span {
    font-size: 12px;
    line-height: 12px;
    padding-top: 10px;
}

.logo img {
    display: block;
    width: 194px;
    margin: 0 auto;
}

.menu-main-menu-container {
    text-align: center;
}

.navbar_nav {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.navbar_nav .menu-item a {
    font-family: "dincondensedc";
    color:#ffdf00;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase; 
}


.navbar_nav .menu-item {
    margin: 0 45px 0 0;
    float: left;
    list-style: none;
}

.navbar_nav .menu-item:last-child {
    margin: 0;
}

.navbar_nav .active>.menu-item a, 
.navbar_nav .menu-item a.active, 
.navbar_nav .menu-item a.show, 
.navbar_nav .show>.menu-item a,
.navbar_nav .menu-item a:focus, 
.navbar_nav .menu-item a:hover {
    color:#ffdf00;
}

.menu-item,  .menu-item > a {
    position: relative;
    color: inherit;
    text-decoration: none;
    line-height: 24px;
}

.menu-item:before, 
.menu-item:after, 
.menu-item > a:before, 
.menu-item > a:after {
    content: '';
    position: absolute;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
  
.menu-item {
    display: inline-block;
    overflow: hidden;
}

.menu-item:before, .menu-item:after {
    right: 0px;
    bottom: 0;
    background: #ffdf00;
}

.menu-item:before {
    content: '';
    width: 101%;
    height: 1px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

.menu-item:after {
    width: 1px;
    height: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

.menu-item > a {
    display: block;
    padding: 9px;
}

.menu-item > a:before, 
.menu-item > a:after {
    content: '';
    left: 0px;
    top: 0;
    background: #ffdf00;
}

.menu-item > a:before {
    width: 101%;
    height: 1px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

.menu-item > a:after {
    width: 1px;
    height: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

.menu-item:hover:before, 
.menu-item:hover:after {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.menu-item:hover > a:before, 
.menu-item:hover > a:after {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
/*END HEADER*/

/*PAGE*/
/*preloader*/
.home  {
    background: url(./img/bggg.jpg) center top no-repeat;
    background-size: cover;
}

.main {
    display: table;
    height: calc( 100vh - 140px );
    min-height: 600px;
}

.main_table {
    display: table-cell;
    vertical-align: middle;
}

.main h2 {
    font-family: "MagistralC";
    font-size: 66px;
    line-height: 68px;
    margin: 0 0 50px 0;
    letter-spacing: 2px;
    color: #9f9c9c;
    position: relative;
    z-index: 0;
}

.main_but {
    display: inline-block;
    vertical-align: middle;
    border: 3px solid #9f9c9c;
    border-radius: 15px;
    color: #9f9c9c;
    text-align: center;
    text-transform: uppercase;
   
}

.main_but {
    width: 100%;
    font-size: 88px;
    margin: 0px 0 22px 0;
    height: 134px;
    line-height: 130px;
    max-width: 350px;
}

.main_but_smaller {
    max-width: 290px;
    height: 57px;
    line-height: 54px;
    font-size: 41px;
}

.main_but:hover {
    color: #ff0000;
    border-color: #ff0000;
}

.main_text {
    border-top: 2px solid #5e5d60;
    padding-top: 36px;
    padding-bottom: 50px;
}

.main_text p {
    font-family: "GOSTTypeA";
    font-size: 20px;
    color: #313131;
    font-size: 20px;
    text-align: justify;
}

/*main_page*/
.main_page,
.main_slider_item,
.main_slider_item a{
    height: calc(100vh - 286px);
}

.main_slider_item,
.main_slider_item a {
	position:relative;
	z-index: 0;
}

.main_slider_item a{
	    display: block
}


/* body.page-template-page-main {
	min-height: 943px;
} */
.main_page {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

.slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_slider_item_blur {
	display: block;
    width: 100%;
    height: 100%;
	position: relative;
	z-index:0;
}

.main_slider_item_blur img {
	filter: blur(9px);
}

.main_slider_item_blur:after {
	content:'';
	position: absolute;
    z-index: 10;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
	background: rgba(0, 0, 0, 0.7);
	
}

.main_slider_item_inset {
	position: absolute;
    z-index: 10000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.main_slider_item_inset img {
	width: 100%;
	height:100%;
	object-fit: contain;
}

/* .slick-slide img {
    display: block;
    width: 100%;
    height:auto;
} */

/*news*/
.news_row {
    width: 830px;
    margin: 0 auto 60px;
}

.page_news {
    padding: 40px 0 40px;
}

.page_news .box_news_no_pverf,
.page_news.box{
	overflow: visible;
}

.button {
    width: 220px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    font-family: "GOSTTypeA";
    font-size: 16.23px;
    letter-spacing: 1.63px;
    border: 5px solid #383838;
    border-radius: 15px;
    color: #fff;
    text-transform: uppercase;
}

.modal_go,
.modal_under_go{
    background: transparent;
    color: #383838;
    margin: 0 24px 0 0;
}


.modal_under_go:hover,
.modal_go:hover {
     background-color: #383838;
    	color: #fff;
}

.news_box {
    width: 353px;
    margin: 0 20px 10px 0;
}

.news_box:nth-child(3n) {
    margin-right: 0;
}

.news_item_date {
    font-family: "GOSTTypeA";
    font-size: 55px;
    color: #000;
}

.modal_wrap {
    margin-bottom: 40px;
}

.news_item_img img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
}

.modal_news {
    text-align: center;
	z-index: 999999;
}

.news_item_wrap {
    padding: 0 13px 13px 60px;
    border-radius: 20px;
    display: block;
}

.modal_news_content_img {
    margin-bottom: 50px;
}

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

.modal_news .modal-content {
    background-color: #dedede;
    padding: 50px;
    border-radius: 102px;
}

.modal_news_content {
    padding: 0 0 29px 0; 
}

.modal_news_content h3 {
    font-size: 66.78px;
}

.modal_news_content h3 > span {
    font-family: "GOSTTypeA";
    font-size: 29.93px;
}

.modal_news_content_text {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;  
    font-size: 23.33px;
    font-family: "GOSTTypeA";
}

/*style*/ 
.page_style,
.page_trainer,
.page_shedule,
.page_room,
.page-template-page-default .page-default-page {
    padding: 40px 0 0 0;
}

.page_style_box,
.page_trainer_box,
.page_shedule_box,
.page_room_box {
    margin-bottom: 20px;
}

.style_row {
    width: 830px;
    margin: 0 auto 45px;
}

.page_caption h2,
.page-template-page-default h2,
.page_trainer h2,
.page_shedule h2,
.page_room h2 {
    font-family: "dincondensedc";
    line-height: 50px;
    margin-bottom: 48px;
}

.style_box {
    width: 264.5px;
    margin: 0 14px 13px 0;
}

.style_box:nth-child(4n) {
    margin-right: 0;
}

.style_item_wrap {
    width: 100%;
    border-radius: 20px;
    padding: 6px 10px 20px;
    background: #e7e5df;
    position: relative;
    z-index: 0;
}

.page_trainer .style_item_wrap.top_ped_item {
    background: #d4b3ba;
}

.page_trainer .style_item_wrap {
    background: #d4cacc;
}

.style_item_img {
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin: 0 0 15px 0;
}

.style_item_img:hover img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.style_item_img img {
    width: 100%;
    height: 253px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -o-object-fit: cover;
       object-fit: cover;
}

.style_item_caption {
    font-size: 37.19px;
    line-height: 37.19px;
    color: #000;
    text-transform: uppercase;
}

.page_trainer .style_item_caption {
    font-size: 26px;
    line-height: 26px;
}

.top_ped {
    position: absolute;
    z-index: 1;
    top: 14px;
    left: 15px;
    color: #fff;
    font-family: "GOSTTypeA";
    font-size: 38px;
    line-height: 38px;
}

/*shedule*/
.page_shedule_row {
    margin-bottom: 70px;
}

.table_shedule table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    overflow: hidden;
}

.table_shedule a,
#caleandar a {
    color: #000;
}

.table_shedule a {
	text-decoration: underline;
}

.table_shedule a:hover {
    color: #fddb00;
}

#caleandar a {
    cursor: default;
}

th {
    text-align: center;
}

.table_shedule table tbody tr:not(:first-child):nth-of-type(odd) {
    background: #eaeaea;
}


.table_shedule table tbody tr:not(:first-child):nth-of-type(even) {
    background: #bababa;
}

.table_shedule table tbody tr.real_time:not(:first-child):nth-of-type(odd),
.table_shedule table tbody tr.real_time:not(:first-child):nth-of-type(even) {
    background: #fff;
}

.table_shedule table tr:first-child td {
    font-family: "unineuelight";
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    border-top: none;
}

.table_shedule table  td {
    color:#000;
    text-transform: uppercase;
    font-size: 20px;
    border: none;
    padding: .75rem;
    width: auto !important;
}

.table_shedule table  td.days_times {
	min-width:120px;
}

.real_time {
    border: 2px solid #fddb00;
}

#caleandar table {
    color: #000;
    font-size: 24px;
    min-width: 270px;
    text-transform: uppercase;
}

#caleandar td {
    text-align:center;
}

#caleandar #wp-calendar tfoot {
    display: none;
}

#caleandar caption {
    caption-side: top;
    font-size: 47px;
    line-height: 47px;
    padding-bottom: 30px;
    color: #000;
    text-transform: uppercase;
}

.table_shedule select {
    text-transform: none;
    border: none;
    background: transparent;
    text-transform: uppercase;
	font-size: 19px;
	-webkit-appearance: menulist;
}

/*room*/
.page_room  {
    margin-bottom: 70px;
}

.room_item_box  {
    background: #d5d7d7;
}

.room_item3 {
    margin: 0 20px 0 0;
    padding: 10px;
    width: 260px;
}

.room_item4 {
    margin: 0 30px 35px 0;
    padding: 15px;
    width: 346px;
}

.room_item4:nth-child(3),
.room_item3:nth-child(7) {
    margin-right: 0;
}

.room_item4 .room_item_img {
    margin-bottom: 35px;
}

.room_item4 .room_item_img img{
    width: 100%;
    height: 225px;
    -o-object-fit: cover;
       object-fit: cover;
}

.room_item3 .room_item_img {
    margin-bottom: 15px;
}

.room_item3 .room_item_img img {
    width: 100%;
    height: 165px;
    -o-object-fit: cover;
       object-fit: cover;
}

.room_item_caption {
    text-align: center;
    font-size: 39px;
    line-height: 39px;
    color: #000;
}

.room_item_caption > span:first-child {
    text-transform: uppercase;
}
/*END PAGE*/

/*FOOTER*/
.footer {
    width: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #040508;
    min-height: 146px;
    padding: 0 15px 20px;
}

.footer > div {
    vertical-align: bottom;
}

.footer .logo img {
    margin: 0;
}

.footer__addr_top {
    padding-top: 20px;
    width: 160px;
    margin: 0 auto;
}

.footer__addr,
.footer__addr a {
    font-size: 17px;
    color: #fff;
}

.footer__addr a {
    line-height: 1;
}

.copy {
    margin: 0;
}

.modal-backdrop {
    z-index: 0;
}
/*END FOOTER*/

/*MODAL*/
.button_row > a {
    display: block;
    width: 315px;
    height: 70px;
    text-align: center;
    font-family: "GOSTTypeA";
    font-size: 23.46px;
    letter-spacing: 0.5px;
    border-radius: 15px;
    text-transform: uppercase;
}

.button_row_buy {
    color: #000;
    border: 4px solid #474747;
    background-color:transparent;
    margin-bottom: 48px;
    line-height: 65px;
}

.button_row_modal {
    color: #fff;
    background-color: #474747;
    line-height: 72px;
}

.form_modal .modal-content {
    background: #eee; 
    color: #000;
}

.form_modal h3 {
    font-size: 32.68px;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}

.form_modal input[type="submit"],
.form_modal input:not([type="submit"]) {
    font-family: "GOSTTypeA";
    font-size: 29.15px;
}

.form_modal input:not([type="submit"]) {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    margin-bottom: 55px;
    padding: 0 35px;
    background-color: #f8f8f8;
    -webkit-box-shadow: 7px 5px 0 rgba(0,0,0,.31);
            box-shadow: 7px 5px 0 rgba(0,0,0,.31);
}

.form_modal input[type="submit"] {
    width: 203px;
    height: 46px;
    text-align: center;
    background: #474747;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
}

.modal_news .modal-dialog {
    width: 1033px !important;
    max-width: 100%; 
}

.modal_news {
    text-align: center;
}

.modal_news_content_img {
    margin-bottom: 50px;
}

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

.modal_news .modal-content {
    background-color: #dedede;
    padding: 50px;
    border-radius: 102px;
    color: #000;
}

.modal_news_content {
    padding: 0 0 29px 0; 
}

.modal_news_content h3 {
    font-size: 66.78px;
}

.modal_news_content h3 > span {
    font-family: "GOSTTypeA";
    font-size: 29.93px;
}

.modal_news_content_text {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;  
    font-size: 23.33px;
    font-family: "GOSTTypeA";
}

.page-template-page-thanks .footer {
    display: none;
}

.box_th {
    padding-top: 320px;
}

h2.page_th span {
    font-size: 95.28px;
    line-height: 95.28px;
    font-family: "dincondensedc";
}

h2.page_th img {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
}
/*END MODAL*/

/*TEACHER*/

.page__teacher {
    padding: 60px 0 40px;
}

.teacher_box {
    background-image: -webkit-gradient(linear, left top, right top, from(#353535), to(#504d4f));
    background-image: linear-gradient(to right, #353535, #504d4f);
    margin-bottom: 44px;
}

.teacher_box > img {
    width: 360px;
    height: auto;
    margin: 0 20px 0 0;
}

.page__trainer_text {
    padding: 60px 0 30px 0;
}

.page__trainer_text h3 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.page__trainer_text p {
    font-size: 25px;
    margin: 0;
    font-family: "GOSTTypeA";
}

.button_row a {
    width: 270px;
    display: block;
    margin-bottom: 30px;
    line-height: 50px;
    height: 60px;
}

.trainer_shedule_text {
    font-size: 33px;
    color: #000;
    text-transform: uppercase;
}

.iframe_responsive {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin-bottom: 30px;
}

.iframe_responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.box_iframe.float-left {
    width: 535px;
}

.box_iframe.float-left:last-child {
    margin-left: 30px;
}

.page-style {
    padding: 20px 0 70px;
}

.box_style {
    width: 935px;
    margin: 0 auto;
    color: #000;
}

.box_style .main-caption {
    font-family: "dincondensedc";
    font-size: 57px;
    color: #000;
}

.main-caption_q {
    font-family: "GOSTTypeA";
    padding: 0 0 0 167px;
    font-size: 22px;
}

.box_style .page_wparrer  {
    font-size: 22px;
    font-family: "GOSTTypeA";
    margin-bottom: 40px;
}

.page-style_shedule-text {
    font-size: 25px;
    text-transform: uppercase;
}

.page-style-example {
    margin: 0 50px 0 0;
}

.row {
    margin: 0;
}

[class*="col-"],
.col {
    padding: 0;
}

#today {
    background: #ffdf00;
    border-radius: 20px;
}

/*Hide menu item 9.09.2019*/
#menu-item-12, #menu-item-172{
	display:none;
}


#ua {
	margin-top: 20px;
	margin-right: 20px;
	font-size: 20px;
    line-height: 1;
}

#ru {
	margin-top: 20px;
	margin-right: 20px;
	font-size: 20px;
    line-height: 1;
}