.hermes.tparrows{
z-index:999 !important;
}
.mkdf-nt-text{
color:red !Important;
}
.mkdf-nt-line{
background-color:red !important;
}
.did_block{
    font-family: Roboto;
	padding-top: 50px;
    padding-left: 20px;
}

.page-id-7353 .oboi1 figure, .page-id-7353 .oboi1 a, .page-id-7353 .oboi1  img, .page-id-7628 .oboi1 figure, .page-id-7628 .oboi1 a, .page-id-7628 .oboi1  img{
width:100% !Important;
}

table {
	    font-family: Roboto !important;
    overflow:hidden;
    border:1px solid #d3d3d3;
    background:#fefefe;
    width:70%;
    margin:5% auto 0;
    -moz-border-radius:5px; /* FF1+ */
    -webkit-border-radius:5px; /* Saf3-4 */
    border-radius:5px;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
 
th, td {
    padding:18px 28px 18px; 
    text-align:center; 
}
 
th {
    padding-top:22px; 
	color:#fff;
    background:#000;
}
 
td {
    border-top:1px solid #e0e0e0; 
    border-right:1px solid #e0e0e0;
}
 
tr.odd-row td {
    background:#f6f6f6;
}
 
td.first, th.first {
    text-align:left
}
 
td.last {
    border-right:none;
}
 
td {
    background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
}
 
tr.odd-row td {
    background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
}
 
th {
    background: #000;
}
 
tr:first-child th.first {
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px; /* Saf3-4 */
}
 
tr:first-child th.last {
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px; /* Saf3-4 */
}
 
tr:last-child td.first {
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px; /* Saf3-4 */
}
 
tr:last-child td.last {
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px; /* Saf3-4 */
}

.reden{
color:red;
}


.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 624px;
}

.select-styled {
font-size: 21px;
    text-align: center;
    line-height: calc(90px - (32px * 2));
    padding: 32px 35px;
    background-color: #f6f6f6;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: #000;
    cursor: unset;
    font-family: "Roboto",serif;
    font-weight: inherit;
    outline: 0;
    position: relative;
    width: 100%;
    -webkit-appearance: none;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-radius:5px;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-color: #000 transparent transparent transparent;
  position: absolute;
    top: 44px;
  right: 10px;
}
.select-styled:hover {
  color:red;
}
.select-styled:hover:after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-color: red transparent transparent transparent;
  position: absolute;
  position: absolute;
    top: 44px;
  right: 10px;
}

.select-styled:active:after, .select-styled.active:after {
  top: 9px;
 border-color: #fff transparent transparent transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
background-color: #fff;
    color: #000;
}
.select-options li {
font-size: 21px;
    text-align: center;
    line-height: calc(90px - (32px * 2));
    padding: 32px 35px;
    background-color: #f6f6f6;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: #000;
    cursor: unset;
    font-family: "Roboto",serif;
    font-weight: inherit;
    outline: 0;
    position: relative;
    width: 100%;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
font-size: 21px;
    text-align: center;
    line-height: calc(90px - (32px * 2));
    padding: 32px 35px;
    background-color: #000;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    cursor: unset;
    font-family: "Roboto",serif;
    font-weight: inherit;
    outline: 0;
    position: relative;
    width: 100%;
}
.select-options li[rel="hide"] {
  display: none;
}

.my_inp{
position:relative;
display:inline-block;
width:auto;
}

.calc1 p{
position:relative;
display:inline-block;
width:auto;
}

.class_x{
vertical-align: top;
margin-top: 42px;
}

.my_inp input{
width:300px;
text-align:center;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-radius:5px;
}

.my_inp div{
font-size: 14px;
font-weight: bold;
text-align:center;
}

table td {
    line-height: 58px;
}

.calc_stoim p, .calc_stoim div{
display:inline-block;
}

.calc_stoim{
margin-top:30px;
width:350px;
display:inline-block;
vertical-align:top;
}

.calc_zakaz{
margin-top:30px;
display:inline-block;
vertical-align:top;
color: #fff;
background: red;
padding: 10px 20px;
font-size: 18px;
cursor:pointer;
}

.calc_zakaz:hover{
color: #fff;
background: #000;
}

.calc1{
margin-top:5%;
}

#rev_slider_2_1_forcefullwidth{
height: 100vh !important;
max-height: 700px;
overflow-x: scroll;
overflow-y: hidden;
}

#rev_slider_2_1_wrapper{
width:2958px !Important;
}

#rev_slider_2_1_wrapper, #rev_slider_2_1{
    height: 100vh !important;
}

.imger{
position:relative !Important;
overflow: hidden !Important;
}

.imger img:hover{
//transform:scale(1.1);
cursor:pointer;
transition:all 0.5s ease !important;
}

.imger span:after {
			content: "";
			position: absolute; 
			top: -15px;
			left: 5px;
			width: 95%;
			height: 95%;
			background: linear-gradient(to left, rgba(121, 117, 117, 0), rgba(255,255,255,.8), rgba(121, 117, 117, 0)) no-repeat -2em 0%;
			background-size: 2em 100%;
			-moz-transform: skewX(-50deg);
			-o-transform: skewX(-50deg);
			-webkit-transform: skewX(-50deg);
			transform: skewX(-50deg);
			opacity:0.7;
		}
.imger span.blink_on:after{
	transition: 1s linear;
	background-position: 130% 0%;
}

/*
@keyframes shine{
  10% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  100% {
    opacity: 0.4;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
  }
}*/

.texter{
max-width: 1100px;
text-align: center;
font-family: 'Roboto',serif;
display:block;
margin:0 auto;
margin-bottom: 50px !important;
}

.inliner1{
width: 49%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto !important;
	text-align:center;
	font-family: 'Roboto',serif;
}

.inliner1 img{
width:90%;
margin:0 auto;
vertical-align:middle;
display:block;
}

body .pp_pic_holder{
z-index:9999999999 !important;
}

body .pp_overlay{
z-index:99999998 !important;
}

.knopka{
position: fixed;
    z-index: 99999999999999;
    color: #000;
    top: 40px;
    right: 40px;
    padding: 5px;
    font-size: 14px;
    background: #fff;
	font-family: 'Roboto',serif;
	cursor:pointer;
}
.knopka:hover{
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.hida{
display:none !Important;
}

.pp_expand{
    display: inline-block !important;
}

/*
[class*="ymaps-2"][class*="-ground-pane"] { 
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
/* Firefox 3.5+ */
/*
-webkit-filter: grayscale(100%); 
/* Chrome 19+ & Safari 6+ */ 
/*
}
*/

.page-id-7725 .did_block{
    font-size: 14px;
}

.red2{
font-size: 20px;
margin-top: -6px;
color:red;
font-weight:bold;
}

.post-header, .project-description, .simplefilter, .section-post-intro-share, .item-desc, h4.modal-title, .button-love{
display:none !Important;
}

.kata_m:hover{
cursor:pointer;
opacity:0.9;
}

.kata_m img{
width:100%;
}

.kata_m h3{
color:#000 !important;
text-transform:uppercase;
text-align:center;
font-size: 16px;
}

.ma_rel{
position:relative;
}

.ma_rel h4{
    color: #fff;
    background: #000;
    padding: 15px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -265px;
    z-index: 2;
    font-size: 25px;
}

.main_f1{
max-width: 800px;
    float: right;
	line-height: 44px;
}

.main_f2{
line-height: 54px;
}

.mkdf-gli-number-of-images-holder{
display:none !important;
}

.owl-item a{
cursor:default !Important;
}

#fotooboi1 h5, #kartini1 h5, #vtor_nap h5, #flagza1 h5{
font-size:34px;
}
#fotooboi1 .mkdf-numbered-title-holder, #kartini1 .mkdf-numbered-title-holder, #vtor_nap .mkdf-numbered-title-holder, #flagza1  .mkdf-numbered-title-holder{
    margin-left: 80px;
}

.mkdf-team-image img{
margin:0 auto;
}


.page-id-7628 .mkdf-cf-typed-wrap{
display:block;
}

.tp-arr-titleholder{
display:none !important;
}

.red_circle{
    position: absolute;
    z-index: 10;
    left: 20px;
    top: 20px;
    color: #fff;
    background: red;
    width: 30px;
    height: 30px;
    font-size: 19px;
    line-height: 29px;
    text-align: center;
    border-radius: 22px;
}

.pp_details, .pp_next, .pp_previous{
display:none !important;
}

#eModal-17{
background:none !important;
box-shadow:none !Important;
}

.page-id-1633 #slovo_kont{
padding-bottom: 170px;
}

@media all and (max-width:11681px){
.myne h1{
font-size: 46px !important;
}
}


@media all and (max-width:1367px){
.class_x {
margin-top: 25px;
}
.mkdf-main-menu>ul>li>a{
font-size: 13px;
padding: 0 12px;
}
#kartini1 .mkdf-eh-item-content, #fotooboi1 .mkdf-eh-item-content{
padding: 50px 0 50px 0 !important;
}

.mkdf-header-icon-label{
font-size: 14px;
}

.myne h1{
font-size: 42px !important;
}
.page-id-7353 .myne h3{
font-size: 22px;
}
.my_inp input{
width:260px;
}
.select {
    width: 545px;
}
.select-styled {
    font-size: 19px;
    line-height: calc(90px - (36px * 2));
    padding: 20px 35px;
}
.select-options li {
    font-size: 19px;
    line-height: calc(90px - (36px * 2));
    padding: 20px 35px;
}
#respond input[type=text], #respond textarea, .mkdf-style-form textarea, .post-password-form input[type=password], input[type=email], input[type=password], input[type=text]{
    font-size: 19px;
    line-height: calc(90px - (36px * 2));
    padding: 20px 35px;	
}
.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 28px;
    right: 10px;
}
.select-styled:hover:after {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-color: red transparent transparent transparent;
    position: absolute;
    position: absolute;
    top: 28px;
    right: 10px;
}
.select-styled:active:after, .select-styled.active:after {
    top: 28px;
}
#first_rad .mkdf-eh-item-content .vc_empty_space:first-child{
height:0px !Important;
}
.rev_slider_wrapper{
    padding-top: 85px !important;
}

#btext .mkdf-row-background-text-1{
    font-size: 130px !important;
    padding-top: 135px !important;
}

}

@media all and (max-width:1367px) and (min-width:1281px){
#eModal-17 img{
width:85% !Important;
margin:0 auto;
display:block;
}
}

@media all and (max-width:1281px){
#kartini1{
margin-top: 40px !important;
    margin-bottom: -67px !Important;
}
#rastra{
padding-bottom: 80px !important;
}
.myne h1 {
    font-size: 40px !important;
}
.h220 {
    min-height: 100px;
}
table{
width:90%;
}
}

@media all and (max-width:1025px){
#slovo_kont .mkdf-row-background-text-1{
font-size:100px;
}
.h220{
font-size: 49px !important;
}

.home .myne .mkdf-eh-item-content{
padding: 0px 0 0px 0 !important;
}
.main_f1 {
    line-height: 26px;
}
.home #first_rad{
padding-bottom: 0px !important;
padding-top: 30px !important;
}

.main_f2 {
    line-height: 33px;
}

.mkdf-disabled-bg-image-bellow-1024{
display:none !Important;
}

.mkdf-top-bar{
display:block !Important;
}

.mkdf-single-image-holder{
display:none !Important;
}
.mkdf-row-has-background-text{
display:none !Important;
}
.myne h5.mkdf-nt-text {
    text-transform: uppercase !Important;
    font-size: 28px !Important;
}
.myne h1 {
    font-size: 30px !important;
}
.select {
    width: 445px;
}
.my_inp input {
    width: 210px;
}
.did_block{
font-size:14px;
    line-height: 19px;
}
p{
font-size:14px;
}
table td {
    line-height: 30px;
    font-size: 17px;
    padding: 10px 10px;
	    background-size: 50% !important;
}
table{
width:90%;
}
}


@media all and (max-width:721px){
table{
width:90%;
}
.h220 {
    font-size: 38px !important;
    min-height: 150px;
}

#na_holste .mkdf-eh-item-content{
padding: 20px 0 20px 0 !important;
}

.rev_slider_wrapper{
padding-top:0px !Important;
}
.myne h1 {
    font-size: 26px !important;
}
.ma_rel h4 {
    color: #fff;
    background: #000;
    padding: 7px;
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    font-size: 18px;
    width: 100%;
    text-align: center;
	margin-left:0px !Important;
}
}

@media all and (max-width:486px){
	
#eModal-17{
padding:0px !Important;
}
.mkdf-top-bar {
    height: 70px;
}
.textwidget.custom-html-widget {
    font-size: 14px;
    line-height: 22px;
	text-align: center;
}
.textwidget.custom-html-widget b:after{
content: "\A";
  white-space: pre;
}
.mkdf-top-bar-in-grid-padding .mkdf-top-bar .mkdf-grid .mkdf-vertical-align-containers{
padding: 0 30px;
}
.h220 {
    font-size: 24px !important;
    min-height: 120px;
}
h2 {
    font-size: 26px;
}
.vc_row{
padding-left:5px !important;
padding-right:5px !important;
}
.myne h5.mkdf-nt-text {
    font-size: 16px !Important;
}
#fotooboi1 h5, #kartini1 h5, #vtor_nap h5, #flagza1 h5 {
    font-size: 26px;
}
h1{
font-size: 40px;
}
body .mkdf-page-content-holder .vc_row:last-child .mkdf-eh-item-content{
padding: 80px 0 0 0 !important;
}
body .mkdf-page-content-holder .vc_row:last-child h1{
    font-size: 26px !important;
}
.myne h1 {
    font-size: 22px !important;
}
.select {
    width: 320px;
}
.my_inp input {
    width: 320px;
}
.class_x{
display:none !important;
}
th {
    font-size: 12px;
    line-height: 18px;
}
table td {
    line-height: 18px;
}
#slovo_kont .mkdf-row-background-text-1 {
    font-size: 50px;
	margin-top:30px;
	padding-bottom:80px !important;
}
.page-id-1104 .mkdf-testimonials-holder .mkdf-testimonials-image-pagination-inner{
padding:0px !Important;
}

.page-id-1104 .mkdf-testimonials-holder .mkdf-testimonials-image-pagination-inner .mkdf-testimonial-text {
    font-size: 14px;
    line-height: 20px;
}
body.page-id-1633 .vc_row{
padding:0px !Important;
}


body.page-id-1633  .mkdf-page-content-holder .vc_row:last-child h1 {
    font-size: 40px !important;
}
body .mkdf-page-content-holder  #last_kont h1{
    font-size: 26px !important;
	margin-top:90px !Important;
}
}

@media all and (max-width:321px){
.myne h1 {
    font-size: 18px !important;
}
.select {
    width: 260px;
}
.my_inp input {
    width: 260px;
}
body .mkdf-page-content-holder .vc_row:last-child h1 {
    font-size: 20px !important;
}
.textwidget.custom-html-widget {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
}
#fotooboi1 h5, #kartini1 h5, #vtor_nap h5, #flagza1 h5 {
    font-size: 21px;
}
}

body.page-id-1633 .mkdf-page-content-holder .vc_row:last-child .mkdf-eh-item-content{
padding:0px !Important;
}

.mkdf-pli-link{
display:none !important;
}

#eModal-17{
position: fixed !important;
    top: 70px !important;
}

#slovo_kont.mkdf-row-has-background-text, #slovo_kont .mkdf-row-background-text-holder{
display:block !Important;
}


.emodal-close{
    font-family: 'Arial' !important;
    font-weight: bold;
}
.cont_p i{
color:#ce2f3e;
}


.uslovia input{
display:inline-block !Important;
}


.uslovia{
display: block;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 0px;
    text-align: left;
    font-family: 'Ubuntu', sans-serif !important;
    line-height: 15px;
}

.uslovia span{
    color: #c52d3b;
    font-size: 15px;
    line-height: 15px;
}

.usl{
cursor:pointer;
}

.personal_data{
    background-color: rgba(255,255,255,0.2);
    padding-bottom: 25px;
    font-size: 14px !important;
    padding: 10px !important;
    text-align: left !Important;
	position:relative;
	padding-top:15px !Important;
    margin-bottom: 25px;
	overflow: hidden;
	white-space:normal !important;
	line-height: 16px;
}

.z_closer2{
position:absolute;
right:0px;
top:0px;
width:20px;
height:20px;
background:#000;
color:#fff;
border:1px solid #000;
line-height:20px;
text-align:center;
cursor:pointer;
}

.z_closer2:hover{
color:#000;
background:#fff;
}

.haidi{
display:none !important;
}

.checkboxer{
margin-bottom: 0px;
padding-top:0px !Important;
}

.send1 {
display: block;
    height: 40px;
    width: 40%;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif !important;
    background: #000;
    cursor: pointer;
    border: none;
		border:1px solid #fff;
}

.send1:hover {
    background: #fff;
	color:#000;
	border:1px solid #000;
}

#eModal-18{
    border-radius: 10px !important;
	box-shadow: rgba(2, 2, 2, 0.60) 0px 1px 9px 5px !important;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}
#map{
min-height: 500px;
}

.tp-revslider-mainul{
width:100% !important;
}

#eModal-17 p{
position:relative;
}
.left_kat{
position: absolute;
    width: 50%;
    left: 0px;
    top: 0px;
    height: 100%;
}
.right_kat{
position: absolute;
    width: 50%;
    right: 0px;
    top: 0px;
    height: 100%;
}
.kata_m p{
    font-size: 12px;
    line-height: 16px;
}

table.holsti_t{
width:100%;
}

table.holsti_t td{
line-height: 28px;
}