/*   
Theme Name: Teffilaw
Theme URI: working-out.info
Description: Minimal WP Theme
Author: working-out.info
Author URI: working-out.info
Version: 1.0
.

.
*/

html {
/*     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.beta {
position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #FF565C;
    padding: 0px 14px;
    opacity: 0.3;
	display: none;
}
body {
	margin: 0;
    padding: 0;
    font-family: "Futura PT";
    font-weight: 500;
	color: #fff;
	line-height: 1.5;
	background-color: #191b1d;
/* 	background-image: url('images/bg2-1.png'); */
	}
body.post-template-single-post-news, body.post-template-single-post-uslugi, body.post-template-single-post-cases {
 	/* background-color: #000; */
	background-image: none;
}
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;
    vertical-align: baseline;
}
wr {
    margin: 0 12%;
    display: block;
    position: relative;
}
.logo img {
width: 160px;
    height: auto;
}

#wpfront-scroll-top-container {
    /* left: 10% !important; */
    border: 1px dashed #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 57px;
    opacity: 0.5 !important;
}
#wpfront-scroll-top-container:hover {
    opacity: 1 !important;
}
wrapper {
	display: block;
}
div {
	display: block;
	    box-sizing: border-box;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
}
.none {
	display: none !important;
}
img {
	max-width: 100%;
/*     height: 100%; */
}
.sbform {
	position: fixed;
    top: -100%;
    width: 450px;
    left: 50%; 
    margin-left: -225px;
	opacity: 0;
		-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	-webkit-transition: all 0.7s;
}
.sbform.showfs{
	top: 20%;
	opacity: 1;
		-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	z-index: 99999;
}
.fopen {
color: #FFFFFF;	
font-family: "Avenir Next";	
font-size: 14px;	
font-weight: bold;	
line-height: 16px;
text-decoration: none;
margin-left: 30px;
    margin-top: 1px;
}
.fopen:hover {
	cursor: pointer;
	color: #FF565C;
}
.ls-loading-indicator {
display: none !important;
}
iframe {
    border: 0
}
a,
area,
button,
input,
label,
select,
summary,
textarea {
    touch-action: manipulation
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:active,
a:hover {
    outline: 0;
	text-decoration: none;
}
a {
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	    color: #FF565C;
		text-decoration: none;
}
a:hover {
	text-decoration: none;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	color: #FF565C;
}
input, textarea {
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #fff;
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    outline: none;
    padding: 20px 0px 2px 0px;
    margin-top: 10px;
    position: relative;
}
textarea {
    height: 43px;
}
input[type="submit"] {
	border-bottom: none;
	cursor: pointer;
    float: right;
    width: inherit;
}
input[type="submit"]:hover {
	border-bottom: none;
	cursor: pointer;
	color: #FF565C;
}
span.wpcf7-not-valid-tip {
    position: absolute;
}
div.wpcf7-response-output {
    margin: 5em 0.5em 1em;
    padding: 0.2em 1em;
}
:focus, :active {
	outline: none;
}
.post-template-single-post-cases strong {
	    color: #FF565C;
}
ol,ul {
    margin-top: 0;
	margin-bottom: 30px;
	list-style: none;
	}
ul li {
	list-style: none;
}
ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0;
}
h1 {
    font-size: 38px;
	font-weight: 600;
	line-height: 55px;
}
.resumewr {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
	background: rgba(0, 0, 0, 0.91);
    display: none;
}
.resumewr .resume {
    position: absolute;
    top: 160px;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    padding: 20px 60px;
    background: #000;
    border: 1px solid #211818;
}
.open_form {
color: #FF565C;
}
.open_form:hover {
	cursor: pointer;
color: #FF565C;
text-decoration: underline;
}
.show {
	display: block;
}
/* .bigtext {
color: #FFFFFF;	
font-family: "Futura PT";	
 /* font-size: 44px !important;  */
font-weight: bold;	
line-height: 55px;
} */
/* .bigtext::before {
position: absolute;
left: 0px;
bottom: -20px;
content: "Read More";
color: #FFFFFF;	
font-family: "Avenir Next" !important;	
font-size: 15px !important;	
line-height: 25px;
	font-weight: 500;
	letter-spacing: 1px;
} */


.smallnum {
	color: #FF565C;	
	font-size: 25px !important;	
	font-weight: 500;	
	line-height: 33px;
	left: 13% !important;
}
h3 {
color: #FF565C;
    font-family: "Futura PT";
    font-size: 22px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 30px;
	    line-height: 32px; 
}
h4 {
    font-size: 14;
    line-height: 1.4;
}
h5 {
    font-size: 16px;
    line-height: 1.4;
}
h6 {
    font-size: .875rem;
    line-height: 1.4;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}
header {
    display: inline-block;
    width: 100%;
	padding-top: 50px;
	margin-bottom: 100px;
	position: absolute;
	top: 0;
}
.content-wr {
    margin-top: 260px;
}
.content-wr.ctnews {
margin-top: 260px;
}

.content-wr.nw {
 /*    margin-top: 200px; */
}

.nw .blog-list ul {
display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
/*    -webkit-align-items: end;
    align-items: end;
    -webkit-align-content: center;
    align-content: center;
justify-content: left;*/
	margin: 0 -15px;
    min-height: inherit;
}
.nw .blog-list li {
width: 33.333%;
    padding: 0px 15px;
	opacity: 1;
	display: table;
}
.nw .blog-list li .num, .addn li .num{
    display: table-cell;
    vertical-align: top;
}



.ds {
/*	    display: table-cell;
    vertical-align: top;*/
	display: flex;
    flex-wrap: wrap;
}
.nw .blog-list li .date, .addn  li .date{
	line-height: 18px;
    text-align: right;
    width: 56px;
}
.nw .blog-list li .date .year, .addn  li .year {
	font-size: 20px;
    margin-top: 5px;
    font-weight: 300;
}
.nw .blog-list li .mini-description {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    text-align: left;
    margin-bottom: 10px;
}
.nw .blog-list ul li a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.nw .blog-list ul li .ct, .addn  li .ct {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 13px;
    border-top: 1px dashed;
    margin-top: 10px;
    padding-top: 8px;
    opacity: 0.6;
	    display: block;
}
.nw .hct  li {
	float: left;
    margin-right: 35px;
    font-size: 18px;
    margin-bottom: 40px;
}
.nw .hct  li a {
color: #fff;
}
.nw .hct  li.active a {
color: #FF565C;
}
.nw .hct  li:hover a {
color: #FF565C;
}
.content-wr-comm {
    margin-top: 200px;
}

.home {
	position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.home header {
    position: fixed;
    z-index: 999;
	top: 0;
}
.main-menu-top {
	display: inline-block;
    width: 100%;
	  
}
.menu-item-object-custom, .current-menu-ancestor, .menu-item-has-children, .main-menu-top > ul > .menu-item-type-taxonomy, .current-menu-item {
/*  visibility: hidden;  */
}
.menu > .menu-item {
	visibility: hidden;
}

.os-animation{

}

 .hidden {
        visibility: hidden;
      }
      .visible {
       visibility: visible !important; 
      }

.main-menu-top li {
	float: left;
margin-left: 25px;
}
.main-menu-top li a {
color: #FFFFFF;	
font-family: "Lucida Grande";	
font-size: 14px;	
font-weight: bold;	
line-height: 16px;
text-decoration: none;
padding-bottom: 15px;
letter-spacing: 1px;
}
.sub-menu {
	position: absolute;
    left: 0;
    margin-top: 120px;
    margin-left: 0;
    padding-left: 0;
	display: none;
	visibility: hidden;
	  -webkit-animation-duration: 2s !important;
  -o-animation-duration: 2s !important;
  -moz-animation-duration: 2s !important;
  animation-duration: 2s !important;
}



.main-menu-top > ul > li.current-menu-item > .sub-menu, .main-menu-top > ul > li.current-menu-parent > .sub-menu {
	display: block;
}
.sub-menu li {
text-decoration: none;
padding-bottom: 15px;
margin: 0;
padding: 0;
}

.sub-menu .mobi {
	display: none;
}

.main-menu-top li a:hover {
color: #FF565C; 
opacity: 1 !important;	
}
.main-menu-top > ul > li.current-menu-item a, .main-menu-top > ul > li.current-menu-parent a {
	color: #FF565C;
	border-bottom: 1px solid;
}







.sub-menu li a {
    margin-left: 0;
 	opacity: 0.7;	 
color: #FFFFFF !important;	
font-family: "Futura PT";	
    font-size: 18px;
font-weight: 500;	
line-height: 33px;
border-bottom: none !important;
margin-right: 45px;
}
.sub-menu li.current-menu-item a {
	border-bottom: none;
	color: #FF565C !important;
	opacity: 1 !important;	
}
.sub-menu li a:hover {
	opacity: 1 !important;
}
.post-template .sub-menu {
	display: none !important;
}
.content {
    margin-top: 35px;
    margin-bottom: 100px;
    /* min-height: 400px; */
		color: #E9E9E5;		font-size: 20px;	font-weight: 300;	line-height: 30px;
}
.content-sd-one {
	width: 66.66666666%;
}
.content-sd-two{
	width: 60%;
}
.sidebar {
	width: 33.33333333%;
	float: left;
	padding: 10px;
}
.sidebar-two {
	width: 20%;
}
footer {
	display: inline-block;
	width: 100%;
	z-index: 998;
}
.home footer {
    position: fixed;
    bottom: 0;
	    left: 0;
}
.foot {
	    width: 50%;
	font-size: 15px;
	color: #fff;	
	font-weight: 300;	
	line-height: 20px;	
	text-align: justify;
    margin-bottom: 80px;
	letter-spacing: 1px;
}
.foot  .widget-title {
    font-size: 18px;	
	font-weight: bold;	
	line-height: 26px;
	margin-bottom: 15px;
	color: #fff;
}
.foot > div  {
	position: relative;
}
.foot1 {
	float: left;
}
.post-template-single-post-kom .foot1 a {
    margin-top: 4px;
    display: inline-block;
    /* float: left; */
    /* margin-bottom: 29px; */
    margin-right: 5px;
    color: #fff;
    /* border-bottom: 1px solid; */
    font-weight: 500;
    font-size: 14px;

}

.foot2 {
	float: right;
	text-align: right;
}
.foot2 .textwidget {
	    display: flex;
}
.foot2 a {
color: #FFFFFF;	
font-family: "Avenir Next";	
font-size: 14px;	
font-weight: bold;	
line-height: 16px;
text-decoration: none;
margin-left: 30px;
}

.foot2 a:hover {
color: #FF565C; 
}
.foot2 > div {
position: absolute;
right: 0;
    bottom: -120px;
}

.post-template-single-post-kom .foot2 > div {
    bottom: -175px;
}

.foot1 > div::before  {
    position: absolute;
    height: 1px;
    width: 605px;
    border: 1px solid #FFFFFF;
    opacity: 0.5;
    content: "";
    bottom: -35px;
}
.foot1 > div::after  {
    position: absolute;
    height: 1px;
    width: 150px;
    border: 1px solid #FF565C;
    /* opacity: 0.5; */
    content: "";
    bottom: -35px;
}
.home .foot1 > div::before, .home .foot1 > div::after  {
	display: none;
}
.foot3 {
	    position: absolute;
    right: -162px;
    width: 94px;
    color: #FFFFFF;
    font-family: "Lucida Grande";
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: initial;
    bottom: -19px;
}
ul li.lang-item {
	float: left;
	border-right: 1px solid;
}
ul li.lang-item:last-child {
	border-right: 1px none;
}
.lang-item a {
	color: #fff;
	padding: 0px 5px;
}
.lang-item a:hover {
    color: #FF565C;
}
.lang-item.current-lang a {
	color: #FF565C;
}
ul li.lang-item.lang-item-ru {
	display: none;
}



.blog-list ul li  {
color: #FFFFFF;	
font-family: "Futura PT";	
font-size: 38px;
font-weight: bold;	
line-height: 50px;
    opacity: 0.6;
margin-bottom: 20px;
    visibility: hidden;
}
.blog-list ul li a {
color: #FFFFFF;
    text-decoration: none;
    max-width: 910px;
    display: inline-block;
   text-transform: inherit;
    /* max-height: 100%; */
    /* box-sizing: border-box; */
}
.num {
    height: 33px;
    width: 30px;
    color: #FF565C;
    font-family: "Futura PT";
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    text-align: justify;
    float: left;
    margin-top: 5px;
    margin-right: 50px;
}
.num {
opacity: 1 !important;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	-webkit-transition: all 0.7s;
}
.ccases .num {
	width: 80px;
}

.accordions .accordion-icons.left {
    display: none !important;
}
.accordions-head {
    opacity: 0.3;
    outline: none;
    line-height: 59px;
    margin-bottom: 35px !important;
	/*     visibility: hidden; */
}
.accordions-head:hover {
    opacity: 1;
	outline: none;
}
.ui-accordion-header-active {
	opacity: 1;
}



.category-23 .blog-list ul, .category-25 .blog-list ul, .category-27 .blog-list ul {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
}

.category-23 .blog-list ul li, .category-25 .blog-list ul li, .category-27 .blog-list ul li {
/*-webkit-flex: 1 1 251px; */
    /* flex: 1 1 251px; */
    width: 50%;
    /* height: 525px; */
    margin-bottom: 30px;
    float: left;
    text-align: left;
    position: relative;
    opacity: 1;
    display: inline-block;
}
.vis {
visibility: visible !important; 
}
.komwr {
/*	height: 100%; */
    background: #000;
    text-align: center;
    margin-left: 85px;
    visibility: hidden;
    -webkit-animation-duration: 1s !important;
    -o-animation-duration: 1s !important;
    -moz-animation-duration: 1s !important;
    animation-duration: 1s !important;
    /* display: inline-block; */
    height: 525px;
}
.komwr .rmore {
    position: absolute;
    right: 50px;
    bottom: 7px;
    font-size: 14px;
    font-weight: 300;
    /* border-bottom: 1px solid; */
    padding-bottom: 0px;
    line-height: 36px;
    letter-spacing: 1px;
    font-family: "Avenir Next";
}
.komwr .rmore:hover {
color: #FF565C;
}
.lmore .char {
	border-bottom: 1px solid !important; 
}
 .category-23 .blog-list ul li:nth-child(1), .category-25 .blog-list ul li:nth-child(1), .category-27 .blog-list ul li:nth-child(1) {
/* padding-right: 33px; */
}

.category-23 .blog-list ul li:nth-child(2n), .category-25 .blog-list ul li:nth-child(2n), .category-27 .blog-list ul li:nth-child(2n) {
padding-left: 33px;
} 
.category-23 .blog-list a, .category-25 .blog-list a, .category-27 .blog-list a {
    display: initial;	
}
.category-23 .blog-list a img, .category-25 .blog-list a img, .category-27 .blog-list a img {
	height: 100%;
    margin: 0 auto;
	
}
.name {
	position: absolute;
    -o-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    height: 55px;
    width: 299px;
    color: #FFFFFF;
    font-family: "Futura PT";
    font-size: 30px;
    font-weight: bold;
    line-height: 55px;
    text-align: right;
    text-decoration: none;
    top: 123px;
    left: -136px;
	visibility: hidden;
    -webkit-animation-duration: 1s !important;
  -o-animation-duration: 1s !important;
  -moz-animation-duration: 1s !important;
  animation-duration: 1s !important;
}
.prof {
    position: absolute;
    bottom: 110px;
    left: -108px;
    height: 26px;
    width: 245px;
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    color: #FF565C;
    font-family: "Futura PT";
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
  visibility: hidden;
}
.category-23 .blog-list ul li:nth-child(2n) .prof, .category-25 .blog-list ul li:nth-child(2n) .prof, .category-27 .blog-list ul li:nth-child(2n) .prof {
	        left: -78px;
}
.category-23 .blog-list ul li:nth-child(2n) .name, .category-25 .blog-list ul li:nth-child(2n) .name, .category-27 .blog-list ul li:nth-child(2n) .name {
    left: -104px;
}
.blog-list {
	display: inline-block;
	    width: 100%;
}

.taxonomy-description {
	display: inline-block;
}
.page-id-24 .main-heading, .page-id-30 .main-heading, .page-id-28 .main-heading, .page-id-58 .main-heading, .page-id-55 .main-heading, .page-id-53 .main-heading  {
	display: none;
}
.page-template-default .main-heading {
	display: none;
}

.page-template-default .content {
font-size: 28px;
    font-weight: bold;
    line-height: 42px;
}


.content p {
    margin-bottom: 25px;
}
.post-template .content, .page .content {
    list-style: decimal-leading-zero;
/*     font-size: 36px;
    font-weight: bold;
    line-height: 48px; */
}
.post-template .content li, .page .content li {
	list-style: disc;
    margin-bottom: 0px;
    padding-left: 20px;
    position: relative;
    /* opacity: 0.9; */
    cursor: default;
    margin-left: 20px;
}
.post-template-single-post-uslugi .content li {
	margin-left: 20px;
}




.page-template-single-post-cont .content {
    color: #FFFFFF;
    font-family: "Futura PT";
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 1px;
}
.page-template-single-post-cont h1 { 
	position: relative;
}
.page-template-single-post-cont h1:before {
    content: "";
    position: absolute;
    left: 0;
    width: 80px;
    height: 1px;
    background: #FF565C;
    bottom: -25px;
}
.page-template-single-post-cont .content p {
    margin-bottom: 20px;
}

.post-template .content li > ul, .page .content li > ul {
    margin-top: 15px;
    list-style: none;
    margin-bottom: 35px;
}
.post-template .content li > ul > li, .page .content li > ul > li {
    list-style: disc;
    margin-left: 20px;
    padding-left: 5px;
    margin-bottom: 5px;
}
.rm {
	border-bottom: 1px solid;
	/* text-decoration: underline; */
}
.post-template .content li strong, .page .content li  strong {
  /* color: #FF565C; */
      text-transform: uppercase;
}
  
.post-template .content li > ul > li:before, .page .content li > ul > li:before {
	   display: none;
}
.post-template .content li:before, .page .content li:before {
/*     content: "";
    position: absolute;
    background-image: url(images/circle.svg);
    width: 10px;
    height: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 0;
    top: 10px; */
    /* opacity: 0.5; */
}
.post-template-single-post-uslugi .content {

}
.post-template-single-post-uslugi .content ul {

}
.post-template-single-post-uslugi .content ul li {
    padding-left: 0px;
}
.post-template-single-post-uslugi .content ul li h3 {
margin-bottom: -5px;
}
.post-template-single-post-uslugi .content h3 {
	margin-bottom: 15px;
}
.post-template-single-post-uslugi .content ul > li:before {
 display: none;
} 



.page-template-default .content li {
list-style: disc;
margin-bottom: 15px;
padding-left: 0;
margin-left: 30px;
}
.page-template-default .content li:before {
	display: none;
}
.post-template .content ol li:before, .page .content ol li:before {
    display: none;
}
.post-template .content ol, .page .content ol{
	margin-left: 20px;
	    margin-bottom: 30px;
		    margin-top: 20px;
}
.post-template .content ol li, .page .content ol li {
        list-style: decimal;
    padding-left: 24px;
}

 .content li:hover {
opacity: 1;
}
 .content li:before:hover {
opacity: 1;
}

.accordion-content li:before {
    content: "";
    position: absolute;
    background-image: url(images/circle.svg);
    width: 20px;
    height: 20px;
    background-size: 17px auto;
    background-repeat: no-repeat;
    left: 0;
    top: 11px !important;
    /* opacity: 0.5; */
}
.accordion-content li > ul > li:before {
	background-image: none !important;
	background-color: #fff;
	    width: 5px !important;
    height: 5px !important;
	    top: 17px !important;
}
.accordion-content li > ul > li {
    padding-left: 38px !important;
}
.post-template-single-post-kom .content{
    font-weight: 300;
    font-size: 20px;
    line-height: 30px
}
.post-template-single-post-kom .content p{
margin-bottom: 10px;
}
.post-template-single-post-kom .content li {
	margin-bottom: 0px;
    padding-left: 10px;
    position: relative;
    opacity: 0.9;
    cursor: default;
    list-style: disc;
    margin-left: 20px;
}
.post-template-single-post-kom  h3 {
    color: #FF565C;
    font-family: "Futura PT";
    font-size: 22px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.post-template-single-post-kom .content li:before {
/* content: ""; */
    /* position: absolute; */
    /* background-image: url(images/circle.svg); */
    /* width: 12px; */
    /* height: 12px; */
    /* background-size: 9px auto; */
    /* background-repeat: no-repeat; */
    /* left: 0; */
    /* top: 13px; */
/* opacity: 1; */
}
.main-heading {
	width: 100%;
  height: 100vh;
/*   position: relative;  */
      overflow: hidden;
}
.sdown {
	position: absolute;
    bottom: 60px;
    text-align: center;
    margin-left: -50px;
    width: 100px;
    left: 50%;
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 10px;
    font-weight: 500;
    height: 100px;
    border: 1px dashed rgba(255, 255, 255, 0.43);
    border-radius: 100%;
    padding-top: 28px;
}
#cont {
	position: absolute;
	bottom: 0;
}
.adown {
    width: 20px;
    margin-top: 10px;
	position: relative;
	top: 0px;
}
.anim {
/* 	 margin: 10px auto !important; */
	-moz-transition: all 3s;
	-o-transition: all 3s;
	-webkit-transition: all 3s;
	top: 10px;
	opacity: 0.1;
}
.main-heading::before {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 200px;
background-image: url("images/mainbg.png");
}
.main-heading h1 {
    position: absolute;
    top: 38%;
    font-size: 38px;
    line-height: 50px;
}
.main-heading.news h1 {
display: table;
    width: 100%;
}
.nm {
		color: #FF565C;	
		font-size: 25px;
		float: left;
		display: table-cell;
		margin-right: 50px;
		margin-top: -8px;
}
.nm .year {
    font-size: 24px;
    font-weight: 300;
    text-align: right;
    line-height: 7px;
}
 .main-heading.news h1 span {
	display: table-cell;
    max-width: 900px;
}
.main-heading.news h1 .back {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    text-align: justify;
    border-bottom: 1px solid;
    padding-bottom: 3px;
	margin-left: 77px;
}
.post-template-single-post-news .back {
	margin-left: 110px !important;
}
  .main-heading h1 .back:hover {
	      color: #FF565C;
  }
  .main-heading.pcases h1 .back {
    color: #FFFFFF;
    /* font-family: "Avenir Next"; */
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    text-align: justify;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-left:  130px;

 }
.tax-img-p {

}
.tax-img-p img {
width: 100%;
height: auto;
}
.main-heading.news img.wp-post-image {
	width: 100%;
height: auto;
}
.mini-description {
color: #FFFFFF;	
font-family: "Futura PT";	
font-size: 50px;	
font-weight: bold;	
line-height: 55px;
margin-bottom: 70px;
}
.add {
border-bottom: 1px dashed;
    color: #FF565C;
    padding: 0px 0px 15px 0px;
}
.mini-description-n {
	font-weight: 300;
	text-align: justify;
}
.addn {
    
	    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: end;
    align-items: end;
    -webkit-align-content: end;
    align-content: end;
    justify-content: end;
    margin: 15px -15px 70px -15px;
    min-height: inherit;
}
.addn li {
    width: 33.333%;
    padding: 0px 15px;
    opacity: 1;
    display: table;
}	
.rm {
display: inline-block;
    border-bottom: 1px solid;
    line-height: 40px;
}
.backpost a{
    /* opacity: 0.5; */
    color: #FFFFFF;
    /* font-family: "Futura PT"; */
    font-size: 14px;
    font-weight: 300;
    line-height: 33px;
    margin-bottom: 30px;
    display: inline-block;
    font-family: "Avenir Next";
    border-bottom: 1px solid;
}
.backpost:hover a {
opacity: 1;	
color: #FF565C;
}
img.alignright {
    float: right;
    max-width: 40%;
    height: auto;
    margin-left: 5%;
}
.contlr {
	width: 50%;
	float: left;
}
.contlr .wpcf7 {
margin-top: -10px;
}
.contlr h1 {
    font-size: 32px;
	line-height: 42px;
}
.contform .textwidget {
    margin-top: 40px;
}
.content-page {
    /* letter-spacing: 1px; */
    /* visibility: hidden; */
    text-align: left;
}
.page-template-single-post-cont .content-page {
    padding-top: 20px;
}

.content-page p, .content-page li {
	    visibility: hidden;
}
.gallery-columns-3 {
	margin-left: -15px !important;
    margin-right: -15px !important;
    margin-top: -20px !important;
}
.gallery-columns-3 .gallery-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 20px !important;
	visibility: hidden;
	
}
.gallery-item  img {
    border: 1px solid rgba(255, 86, 92, 0.16) !important;
	    height: auto;
background: rgba(239, 239, 239, 0.85);
}
.showmenu {
	display: block;
}
.ctfeed ul {	
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    align-content: center;
    justify-content: left;
	margin-left: -10px;
    margin-right: -10px;
}    
.ctfeed .mini-description {	
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 10px;
    font-style: italic;
    text-align: left;
}
.ctfeed .title {	
    font-size: 13px;
    color: #FF565C;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 20px;
    max-width: 360px;
    line-height: 20px;
    font-family: "Avenir Next";
}
.ctfeed .blog-list ul li {
	opacity: 1;
    position: relative;
    /* border-bottom: 1px dashed rgba(255, 255, 255, 0.08); */
    padding: 0px 10px 0px 10px;
    width: 50%;
}
.ctfeed .blog-list ul li > div {
    position: relative;
    border: 1px dashed rgba(255, 255, 255, 0.08);
    height: 100%;
	padding: 10px 20px 30px 75px;
    border-radius: 0px 20px 0px 20px;
}
.ctfeed .blog-list ul li:before {
    position: absolute;
    content: "";
    left: 25px;
    width: 35px;
    height: 35px;
    background-image: url(images/quot.svg);
    top: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.post-grid {
    background: none !important;
	margin-left: -15px;
    margin-right: -15px;
}
.post-grid .grid-items .item {
	background: none !important;
	    width: 50% !important;
    position: relative !important;
	padding-left: 8px;
    padding-right: 8px;
margin-bottom: 16px !important;
	
}
.skin.flat .layer-content {
    position: absolute !important;
    top: 0 !important;
}
.skin.flat .layer-content .title {
	font-weight: bold;
}
.grid-items .excerpt {
	    line-height: 14px;
}
.item .layer-media:before {
    content: "";
  /*   background: rgba(0, 0, 0, 0.78); */
    position: absolute;
    left: 8px;
    /* width: 100%; */
    bottom: 0;
    top: 0;
    right: 8px;

background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.polylang-3 {
	display: none;
}

@media (max-width: 1400px) {
wr {
/*     margin: 0 6%; */
}
/*  .smallnum {
    margin-left: 40px !important;
} */
.bigtext {
	margin-left: 30px !important;
}

.rm {
	margin-left: 55px !important;
}
.foot {
    margin-bottom: 100px;
}
.foot3 {
    position: absolute;
    right: -136px;
    width: 90px;
    color: #FFFFFF;
    font-family: "Lucida Grande";
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: initial;
}
.ls-bar-timer {
    bottom: 50px;
}
.bigtext {
/*	font-size: 42px !important;
	     width: 547px !important; */
}
/* .sub-menu li a {
    font-size: 20px;
}
.post-template .content, .page .content {
	font-size: 16px;
    line-height: 30px;
	    font-weight: 300;
}
.contlr h1 {
    font-size: 36px;
    line-height: 36px;
} */
.page-template-default .content, .page .content {
font-size: 20px;
line-height: 28px;
}
.page-template-single-post-cont .content {
    font-size: 16px;
}
.lmore {
	margin-left: 30px !important;
}
}

@media (max-width: 1050px) {
	wr {
		margin: 0 40px;
	}
/* 	.smallnum {
		margin-left: -45px !important;
	} */
	.readmore {
		margin-left: 20px !important;
	}
	.lmore {
	display: none !important;
	    opacity: 0 !important;
}
}
@media (max-width: 950px) {
	header {
		padding-top: 25px;
	}
	.content-wr {
    margin-top: 90px;
}
	.main-menu-top {
		background-image: url(images/menu.svg);
    width: 27px;
    height: 27px;
    background-size: 27px;
		background-repeat: no-repeat;
	}
	.main-menu-top.showmic {
		background-image: url(images/menu-cls.svg);
	}
	.post-template .sub-menu {
    display: block !important;
}
	.rm {
		display: none;
	}
/* 	.smallnum {
    margin-left: 0px !important;
} */
/* .bigtext {
    margin-top: 105px !important;
    font-size: 30px !important;
    margin-left: 36px !important;
	    line-height: 36px !important;
		    max-width: 200px;
} */
	.main-menu-top > ul {
    position: fixed;
    right: inherit;
    left: 0;
    width: 0px;
    top: 0px;
    bottom: -40px;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    padding-top: 25px;
	    padding-bottom: 40px;
    overflow: hidden;
	}
	.showmenu {
    /* display: block !important; */
right: 50px !important;
    left: 0 !important;
    width: initial !important;
	overflow-x: visible !important;
	overflow-y: auto !important;
		-moz-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	    box-shadow: 0px 0px 5px #000;
	}
	.main-menu-top li {
	float: left;
    text-align: left;
    width: 100%;
	line-height: 30px;
	}
	.main-menu-top li a {
font-size: 20px; 
    font-weight: 300;
    font-family: "Futura PT";
    padding-top: 0px;
    line-height: 30px;
    padding-bottom: 0;
	}
	.sub-menu {
    position: initial;
    left: 0;
    margin-top: 0px;
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
    visibility: hidden;
	width: 100%;
}
.sub-menu li {
    text-decoration: none;
    padding-bottom: 15px;
    margin: 0px 0px 0 19px;
    padding: 0;
    display: list-item;
    width: 100%;
    text-align: left;
    position: relative;
    list-style: disc;
}
.sub-menu li a {
	margin-left: 0;
    opacity: 1;
    color: #FFFFFF !important;
    font-family: "Futura PT";
    line-height: 24px;
    border-bottom: none !important;
    margin-right: 0px;
	text-align: left;
	font-size: 20px;
font-weight: 300;
}
.main-menu-top > ul > li.current-menu-item a, .main-menu-top > ul > li.current-menu-parent a {
    border-bottom: none;
}
.menu-item-has-children {
	position: relative;
}
.menu-item-has-children:before {
/* content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(images/down-arrow.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    right: -26px;
    background-position: 50%;
    border: 1px solid #fff;
    border-radius: 100%;
    top: 2px; */
	
}
.sub-menu .mobi {
display: list-item;
}


	.ls-bar-timer {
		display: none;
	}
	.foot {
	    margin-bottom: 40px;
	}
	.foot1 > div::before {
		display: none;
	}
	.foot2 > div {
		bottom: -85px;
	}
	
	.post-template .content, .page .content {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-align: justify;
}
.content-wr.ctnews {
    margin-top: 90px;
}

}
@media (max-width: 700px) {
.content {
    margin-bottom: 20px;
}
.post-template .content li, .page .content li {
    text-align: left;
}
.post-template .content li:before, .page .content li:before {
    top: 7px;
}
.gallery-columns-3 .gallery-item {
    padding-left: 35px !important;
    padding-right: 35px !important;
    margin-top: 25px !important;
    width: 100% !important;
}
footer {
    padding-bottom: 0px;
}
.foot {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}
.foot .widget-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 7px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 8px;
}
.foot3, .foot2 {
    position: initial;
}
.foot3 ul {
	margin-left: -5px;
}
.foot2  {
    float: left;
    width: inherit;
    margin-top: -5px;
}
.foot3  {
	float: right;
    width: inherit;
    margin-top: -12px;
	    /* display: inline-block; */
    /* width: 100%; */
	    margin-right: -5px;
		display: none;
}
.foot2 > div {
    position: inherit;
}
.foot2 a {
    margin-left: inherit;
    margin-right: 10px;
}
.blog-list ul li {
    font-size: 30px;
    line-height: 40px;
    opacity: 0.8;
    margin-bottom: 30px;
}	
.blog-list ul li a {
    width: inherit;
    display: flex;
}
.category-23 .blog-list ul li:nth-child(1), .category-25 .blog-list ul li:nth-child(1), .category-27 .blog-list ul li:nth-child(1) {
    padding-right: 0px;
}
.category-23 .blog-list ul li:nth-child(2n), .category-25 .blog-list ul li:nth-child(2n), .category-27 .blog-list ul li:nth-child(2n) {
    padding-left: 0px;
}
.category-23 .blog-list ul li, .category-25 .blog-list ul li, .category-27 .blog-list ul li {
    width: 100%;
}
.name {
    position: initial;
    -o-transform: inherit;
    -ms-transform: inherit;
    -moz-transform: inherit;
    -webkit-transform: inherit !important;
    height: 55px;
    width: initial;
    color: #FFFFFF;
    font-family: "Futura PT";
    font-size: 30px;
    font-weight: bold;
    line-height: 55px;
    text-align: left;
    text-decoration: none;
    visibility: hidden;
}
.prof {
    position: initial;
    bottom: 93px;
    left: -84px;
    height: initial;
    width: 215px;
    -o-transform: initial;
    -ms-transform: initial;
    -moz-transform: initial;
    -webkit-transform: initial;
    color: #FF565C;
    font-family: "Futura PT";
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    visibility: hidden;
    margin-bottom: 18px;
}
.komwr {
    /* height: 100%; */
    background: #000;
    text-align: center;
    margin-left: inherit;
    visibility: hidden;
    -webkit-animation-duration: 1s !important;
    -o-animation-duration: 1s !important;
    -moz-animation-duration: 1s !important;
    animation-duration: 1s !important;
    /* display: inline-block; */
    height: initial;
}
.category-23 .blog-list a img, .category-25 .blog-list a img, .category-27 .blog-list a img {
    height: inherit;
    margin: 0 auto;
}
.main-heading h1 {
    position: absolute;
    top: 15%;
    font-size: 30px;
    line-height: 40px;
}
.main-heading.news h1 span {
    display: inline-block;
    text-transform: capitalize;
    width: 100%;
}
.main-heading.news h1 .back {
margin-left: 0px !important;
}
.content-page p, .content-page li {
    visibility: visible;
}
.contlr {
    width: 100%;
}

.content-wr.ctnews {
    margin-top: 75px;
}

.nw .hct li {
	float: left;
	    margin-bottom: 15px;
}
.hct li a {
	font-size: 14px;
}
.nw .blog-list li {
    width: 100%;
}
.nw .blog-list li .date, .addn li .date {
	line-height: 16px;
    text-align: right;
    width: 42px;
    font-size: 16px;
}
.nw .blog-list li .num, .addn li .num {
    display: table-cell;
    vertical-align: top;
    margin-right: 30px;
}
.nw .blog-list li .date .year, .addn li .year {
    font-size: 18px;
    margin-top: 5px;
    font-weight: 300;
}
.polylang-3 {
    display: block;
    position: absolute;
    right: 0;
	bottom: -152px;
}
.foot2 .polylang-3 .lang-item a {
    margin-right: 0px;
}
.fopen {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 13px;
    margin-top: 2px;
}
.sbform.showfs {
    top: 20%;
    opacity: 1;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    z-index: 99999;
    width: 100%;
    left: 0;
    margin-left: 0;
}
}
/* Стили для портретной ориентации шаблона */

@media screen and (orientation:portrait) {
/* 	.bigtext {
		margin-top: 92px !important;
	}
    .smallnum {
		margin-top: 100px !important;
	} */
.tax-img-p {
    height: 100vh;
	overflow: hidden;
}
.tax-img-p img {
    width: inherit;
    height: 100vh;
    max-width: inherit;
}

.main-heading.news {
/*     -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    height: 100%;
	overflow: hidden; */

}
.main-heading::before {
    bottom: -57px;
}
.main-heading.news img.wp-post-image {
    width: auto;
    height: 100%;
    max-width: inherit;
    margin-left: -50%;
}
body {
/*     background-size: auto 100% !important;
    background-position: 50% !important;
	background-repeat: no-repeat; */
}
}
@media (max-width: 700px) {
wr {
    margin: 0 20px;
}
header {
    padding-top: 20px;
}
header:before {
	content: "";
    position: absolute;
    /* width: 100%; */
    height: 1px;
 /*    background: rgba(255, 255, 255, 0.2); */
    left: 20px;
    bottom: -10px;
    right: 20px;
}
.smallnum {
    margin-left: -20px !important;
    margin-top: -80px !important;
}
.bigtext {
    margin-top: -80px !important;
    margin-left: 5px !important;
    width: 290px !important;
}	
.bigtext > div.line  {	
	display: inline-block !important;
    width: initial !important;
	margin-right: 10px;
}
/* .bigtext {
margin-top: inherit !important;
position: fixed;
} */
.num {
    margin-right: 20px;
}
.main-heading-comm h1 {
	font-size: 30px;
    font-weight: 600;
    line-height: 10px;
}
.content-wr-comm img.alignright {
    float: right;
    max-width: 100%;
    height: auto;
    margin-left: 5%;
    margin-bottom: 15px;
}
.page-template-single-post-cont .content-page {
    padding-top: 20px;
}
body {
	     min-height: 100%; 
}
.ctfeed .blog-list ul li {
    width: 100%;
}
.foot1 > div::after, .foot1 > div::before {
	display: none;
}
.beta {
    opacity: 0.1;
}
.lmore {
	display: none !important;
	    opacity: 0 !important;
}
.post-template-single-post-news .nm {
	    margin-bottom: 20px;
}

}

