@font-face {
    font-family: 'TipoPepelBoxedSemibold';
    src: url('../fonts/TipoPepelBoxedSemibold.eot');
    src: url('../fonts/TipoPepelBoxedSemibold.eot') format('embedded-opentype'),
         url('../fonts/TipoPepelBoxedSemibold.woff2') format('woff2'),
         url('../fonts/TipoPepelBoxedSemibold.woff') format('woff'),
         url('../fonts/TipoPepelBoxedSemibold.ttf') format('truetype'),
         url('../fonts/TipoPepelBoxedSemibold.svg#TipoPepelBoxedSemibold') format('svg');
}

@font-face {
    font-family: 'TipoPepelBoxedBold';
    src: url('../fonts/TipoPepelBoxedBold.eot');
    src: url('../fonts/TipoPepelBoxedBold.eot') format('embedded-opentype'),
         url('../fonts/TipoPepelBoxedBold.woff2') format('woff2'),
         url('../fonts/TipoPepelBoxedBold.woff') format('woff'),
         url('../fonts/TipoPepelBoxedBold.ttf') format('truetype'),
         url('../fonts/TipoPepelBoxedBold.svg#TipoPepelBoxedBold') format('svg');
}

@font-face {
    font-family: 'TipoPepelBoxedRegular';
    src: url('../fonts/TipoPepelBoxedRegular.eot');
    src: url('../fonts/TipoPepelBoxedRegular.eot') format('embedded-opentype'),
         url('../fonts/TipoPepelBoxedRegular.woff2') format('woff2'),
         url('../fonts/TipoPepelBoxedRegular.woff') format('woff'),
         url('../fonts/TipoPepelBoxedRegular.ttf') format('truetype'),
         url('../fonts/TipoPepelBoxedRegular.svg#TipoPepelBoxedRegular') format('svg');
}

@font-face {
    font-family: 'TipoPepelBoxedLight';
    src: url('../fonts/TipoPepelBoxedLight.eot');
    src: url('../fonts/TipoPepelBoxedLight.eot') format('embedded-opentype'),
         url('../fonts/TipoPepelBoxedLight.woff2') format('woff2'),
         url('../fonts/TipoPepelBoxedLight.woff') format('woff'),
         url('../fonts/TipoPepelBoxedLight.ttf') format('truetype'),
         url('../fonts/TipoPepelBoxedLight.svg#TipoPepelBoxedLight') format('svg');
}

.capcha {
    display: none;
}

.wk-kont-map-logo {
    max-width: 100px;
    margin: 0 auto 20px;
}

.uk-width-auto {
    width: auto;
}

.uk-width-expand {
    flex: 1;
    min-width: 1px;
}

.capcha {
    margin-bottom: 30px;
}

.grecaptcha-badge {
    text-align: center;
    margin: 0 auto;
}

.uk-modal .formError {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
} 

.uk-form-danger {
    border-color: 0px solid !important;
    background: #ededed !important;
    color: #fd8b04 !important;
    background-image: none !important;
}

.uk-form-danger.rsform-checkbox {
	border: 2px solid #fd8b04 !important;
    background: transparent !important;
}

.uk-modal .uk-form-danger {
    background: transparent !important;
    color: #fff !important;
}

.uk-modal .uk-form-danger.rsform-checkbox {
    border: 2px solid #fff !important;
    background: transparent !important;
}

.sogl .uk-form-danger {
    background: transparent !important;
}

.uk-form input[type="radio"], .uk-form input[type="checkbox"] {
	border-color: #fff;
}

.uk-form input[type=checkbox]:checked:before, .uk-form input[type=checkbox]:indeterminate:before {
	color: #fff;
}

.swt-form .uk-form input[type="radio"], .uk-form input[type="checkbox"] {
	border-color: #2D3D2D;
}

.swt-form .uk-form input[type=checkbox]:checked:before, .uk-form input[type=checkbox]:indeterminate:before {
	color: #2D3D2D;
}

::-webkit-input-placeholder {color: #fff}
::-moz-placeholder          {color: #fff}
:-moz-placeholder           {color: #fff}
:-ms-input-placeholder      {color: #fff}

:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}

.tooltplinkbox,
.file-input,
.uk-button,
a {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;		
}

strong {
	color: #2D3D2D;
	font-family: 'TipoPepelBoxedRegular';
}

.uk-article-title {
	font-family: 'TipoPepelBoxedSemibold';
	color: #FC8A04;
}

.uk-panel-header .uk-h3 {
    color: #fc8a04;
    font-family: "TipoPepelBoxedSemibold";
    text-align: center;	
    font-size: 38px;
    line-height: 53px;
}

.uk-overlay-icon::before {
	content: '';
}

.uk-alert {
	display: none;
}




/* ШАГАЮЩИЙ ЛОСЬ */

.tm-logo .logo-moving:hover {
  animation-play-state: running;
}

.logo-moving {
margin: 0 22px;
  width: 80px;
  height: 60px;
  background: url("../../../images/moving.png") no-repeat;
  -webkit-animation: movingmin 1s steps(16) infinite;
  -moz-animation: movingmin 1s steps(16) infinite;
  -o-animation: movingmin 1s steps(16) infinite;
  -ms-animation: movingmin 1s steps(16) infinite;
  animation: movingmin 1s steps(16) infinite;
  -webkit-animation-play-state:paused;
  -moz-animation-play-state:paused;
  -o-animation-play-state:paused;
  -ms-animation-play-state:paused;
  animation-play-state:paused;
}

@-webkit-keyframes movingmin {
  0% {background-position: 0 0}
  100% {background-position: -1280px 0}
}
@-moz-keyframes movingmin {
  0% {background-position: 0 0}
  100% {background-position: -1280px 0}
}
@-o-keyframes movingmin {
  0% {background-position: 0 0}
  100% {background-position: -1280px 0}
}
@-ms-keyframes movingmin {
  0% {background-position: 0 0}
  100% {background-position: -1280px 0}
}
@keyframes movingmin {
  0% {background-position: 0 0}
  100% {background-position: -1280px 0}
}



/* СТРАНИЦА УКАЗАТЕЛЕЙ */

.ukaz-spec-modal {
	padding: 30px;
	text-align: left;
}

.ukaz-spec {
  font-family: "TipoPepelBoxedSemibold";
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #E8D170;
}

.ukaz-spec-modal-tit {
  text-transform: uppercase;
}

.ukaz-spec-more:hover {
  color: #f34802;
}

#ukaz-spec.callback .uk-modal-dialog {
	padding: 0;
}

.ukaz-spec {
	margin-top: 20px;
}

.ukaz1 .ukaz-box-y {
  min-height: 68px;
}

.ukaz3 .ukaz-bigbox-y {
  min-height: 250px;
}

.ukaz5 .ukaz-bigbox-y {
  min-height: 301px;
}

.ukaz6 .ukaz-bigbox-y {
  min-height: 372px;
}

.ukaz1 .ukaz-bigbox-y {
  min-height: 378px;
}

.ukaz-bigbox-y,
.ukaz-box-y {
	background: #e8d170 none repeat scroll 0 0;
	font-family: "TipoPepelBoxedRegular";
	padding: 20px;	
	color: #2D3D2D;
}

.ukaz-bigbox-y {
  min-height: 250px;
}

.ukaz-box-y {
  min-height: 100px;
}

.ukazatel-wk {
  margin-bottom: 60px;
}

.ukaz-box-price-tbl-tit {
  text-align: center;
  font-family: "TipoPepelBoxedSemibold";
  padding: 0 10px 10px;
}

.ukaz-box-price-tbl {
  font-size: 12px;
  line-height: 12px;
  min-height: 24px;
  padding: 3px 10px;
  text-align: center;
}

.ukaz-box-price-tbl.big {
	margin-bottom: 10px;
}


@media (min-width: 1220px) {
	.ukaz3 .ukaz-bigbox-y {
	    min-height: 250px;
	}	
	.ukaz6 .ukaz-bigbox-y {
	  min-height: 330px;
	}
	.ukaz5 .ukaz-bigbox-y {
	    min-height: 284px;
	}	
	.ukaz1 .ukaz-bigbox-y {
	  min-height: 342px;
	}
	.ukaz1 .ukaz-box-y {
	  min-height: 80px;
	}
	.types-wk-box {
		
	}
}

.ukaz-box-tit {
  font-family: "TipoPepelBoxedSemibold";
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.ukaz-box-price {
  color: #1C251D;
  font-family: "TipoPepelBoxedLight";
  line-height: 18px;
  margin-top: 20px;
}

.ukaz-box-txt {
  color: #1c251d;
  font-family: "TipoPepelBoxedLight";
  line-height: 18px;
}

.ukaz-box-price p,
.ukaz-box-txt p {
	margin-bottom: 0;
	margin-top: 0;
	line-height: 24px;
}

.ukaz-box-price p:before,
.ukaz-box-txt p::before {
  background: #2d3d2d none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 5px;
  margin-right: 5px;
  vertical-align: middle;
  width: 5px;
}

.ukaz-tit {
  color: #2d3d2d;
  font-family: "TipoPepelBoxedSemibold";
  font-size: 35px;
  font-weight: normal;
  line-height: 50px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}

.ukazatel-wk .uk-panel-space {
	padding: 0 0 0 35px;
}

.ukaz-gal-tit {
  color: #2d3d2d;
  font-family: "TipoPepelBoxedSemibold";
  font-size: 38px;
  font-weight: normal;
  line-height: 53px;
  margin: 50px 0;
  text-align: center;
  text-transform: uppercase;	
}


/* СТРАНИЦА КОНТАКТЫ */

.footer-wk > div:nth-child(1) {
	width: 30%;
}

.footer-wk > div:nth-child(2) {
	width: 20%;
}

.footer-wk > div:nth-child(3) {
	width: 30%;
}

.footer-wk > div:nth-child(4) {
	width: 20%;
}

.footer-wk-btn.lastcol .uk-button {
	margin-top: 0;
}

.cont-page .tm-top-a > div {
	margin-top: 0;
}

.map-wk-txt3 {
  background: rgba(0, 0, 0, 0) url("../../../images/logo-ico.png") no-repeat scroll 0% 50%;
  padding: 12px 0px 12px 70px;
}

.map-wk-txt2,
.map-wk-txt4,
.map-wk-txt5,
.map-wk-txt6 {
	padding-bottom: 15px;
}
 
.footer-wk-skype {
  font-size: 17px;
  line-height: 27px;
}

.contincont a {
	color: #fff;
}

.contincont {
  font-family: "TipoPepelBoxedRegular";
  line-height: 18px;
  padding: 60px 0 30px;
}

.footer-wk-tel {
  font-size: 17px;
  line-height: 37px;
}

.footer-wk-tel {
  padding-right: 0px;
  position: relative;
}

.footer-wk-tel.one:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	height: 30px;
	width: 30px;
	padding-left: 0px;
	background: rgba(0, 0, 0, 0) none no-repeat scroll 100% 50% / 50px auto;
}

.footer-wk-tel.two:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	height: 30px;
	width: 30px;
	padding-left: 40px;
	background: rgba(0, 0, 0, 0) url("../../../images/whatsapp-icon.svg") no-repeat scroll 100% 50% / 65px auto;
}

.footer-wk-email {
  padding-left: 50px;
  position: relative;
  font-size: 17px;
  line-height: 37px;
}

.footer-wk-email::before {
  background: #fd8b04 none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  display: block;
  font-family: "fontawesome";
  font-size: 20px;
  height: 35px;
  left: 0;
  line-height: 35px;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 35px;
}

.footer-wk-btn .uk-button {
	background: #E8D170;
	color: #fff;
	margin: 30px 0;
}

.footer-wk-btn .uk-button:active,
.footer-wk-btn .uk-button:hover {
	color: #6D836D;
	border: 0px solid #fff;
	background: #fff;
}

.map-wk-txt1 {
  color: #e8d170;
  padding-top: 30px;
}

.map-adr {
	color: #555;
	text-align: center;
}


/* СТРАНИЦА КОНТАКТЫ */

.cont-page .tm-block-main {
	background: #6D836D;
	color: #fff;
}

.contincont .uk-panel-title {
    color: #e8d170;
    font-family: "TipoPepelBoxedSemibold";
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
    text-transform: uppercase;	
}

.contincont .footer-wk-email::before {
	background: #e8d170 none repeat scroll 0 0;
}



/* ВИДЫ УКАЗАТЕЛЕЙ КЕГОРИЯ */



.types-wk  .uk-panel-box > .uk-panel-teaser {
  margin: 0px;
}

.types-wk .uk-position-cover {
  z-index: 1000;
}

.types-wk .uk-panel-teaser {
  position: relative;
}

.types-wk .uk-panel-box {
  background: #6d836d none repeat scroll 0 0;
  color: #fff;
  padding: 0px;
}

.types-wk .uk-panel-title {
  border: medium none;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-family: "TipoPepelBoxedSemibold";
  font-size: 16px;
  left: 0;
  line-height: 16px;
  min-height: 32px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  bottom: 0%;
  z-index: 100;
}

.types-wk .uk-button {
	background: #2D3D2D;
	color: #fff;
}

.types-wk .uk-button:active,
.types-wk .uk-button:hover {
	color: #6D836D;
	border: 0px solid #fff;
	background: #fff;
}

.types-wk {
	margin-bottom: 0px;
}

.types-wk-box {
  background: #e8d170 none repeat scroll 0 0;
  color: #2d3d2d;
  min-height: 208px;
  padding: 22px;
  text-align: justify;
}

.types-wk-dop {
  margin-bottom: 50px;
  margin-top: -267px;
}

.types-wk-box1 {
  color: #2d3d2d;
  font-family: "TipoPepelBoxedBold";
  font-size: 16px;
  line-height: 18px;
}

.types-wk-box2 {
  color: #fd8b04;
  font-family: "TipoPepelBoxedBold";
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 10px;
}

.types-wk-box3 {
  font-family: "TipoPepelBoxedBold";
  line-height: 15px;
  padding-bottom: 10px;
  font-size: 13px;
}

.types-wk-box4 {
  font-family: "TipoPepelBoxedBold";
  line-height: 14px;
  font-size: 13px;
}

.types-wk-box5 {
  color: #fd8b04;
  font-family: "TipoPepelBoxedBold";
  font-size: 16px;
  line-height: 16px;
  padding-top: 20px;
}

@media (max-width: 1200px) {
	.types-wk-dop {
		margin-top: -219px;
	}	
	.types-wk-box {
		min-height: 150px;
	}
	.types-wk-box3,
	.types-wk-box4 {
		line-height: 13px;
		padding-bottom: 5px;
	}
	.types-wk-box5 {
		padding-top: 10px;
	}
	.types-wk-box {
	    min-height: 160px;
	}
}



/* О НАС */

.about-prein-box-y .footer-cont-site-link .uk-button {
	background: #fd8b04 none repeat scroll 0 0 !important;
}

.about-prein-box-y .footer-cont-site-link .uk-button:active,
.about-prein-box-y .footer-cont-site-link .uk-button:hover {
	background: #6D836D none repeat scroll 0 0 !important;
	color: #fff !important;
}

.about-grid {
  margin-top: 40px;
}

.about-page .tm-block-top-a {
	margin: 0;
	padding: 0;
}

.about-page .tm-block-bottom-a {
	height: 600px;
	background: rgba(0, 0, 0, 0) url("../../../images/about-bg.jpg") no-repeat fixed 50% 50% / cover;
}

.about-page .tm-block-bottom-b .uk-button:active,
.about-page .tm-block-bottom-b .uk-button:hover {
	color: #fff;
	border: 0px solid #fff;
	background: #2D3D2D;
}

.about-page .tm-block-bottom-b .uk-button {
	background: #6D836D;
	color: #fff;
}

.about-page .tm-block-bottom-b .form-btn {
  text-align: right;
}

.about-page .tm-block-bottom-b #userForm {
	width: 70%;
	margin: 0 auto;
}

.about-page .tm-block-bottom-b {
	padding: 60px 0 !important;
}

.about-page .tm-block-bottom-b .form-input {
  padding-bottom: 10px;
  position: relative;
}

.about-page .tm-block-bottom-b .header-txt {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  padding-top: 5px;
  text-transform: none;
}

.about-page .tm-block-bottom-b .form-header-footer {
  color: #6d836d;
}

.about-page .tm-block-bottom-b {
	background: #E8D170;
}

.about-page .tm-block-bottom-b .uk-form select,
.about-page .tm-block-bottom-b .uk-form textarea,
.about-page .tm-block-bottom-b .uk-form input[type="text"] {
	width: 100%;
	border: none;
	background: #EDEDED;
}

.about-prein-box-y-txt {
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 15px;
  font-family: 'TipoPepelBoxedLight';
}

.about-prein-box-y {
  background: #E8D170 none repeat scroll 0 0;
  color: #fff;
  font-family: "TipoPepelBoxedRegular";
  padding: 20px;
}

.about-prein-box {
  
  color: #fff;
  font-family: "TipoPepelBoxedRegular";
  font-size: 16px;
  
  padding: 20px;
}

.about-grid .uk-vertical-align {
	height: 105px;
	background: #6d836d none repeat scroll 0 0;
	padding: 0;
	text-align: center;
}

.orang-tit {
  color: #fc8a04;
  font-family: "TipoPepelBoxedSemibold";
  font-size: 20px;
  line-height: 24px;
  min-height: 50px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.orang-tit.center {
	padding-left: 0;
}

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


/* Футер */



.tm-block-bottom-d .top-cont-btn .uk-button {
	margin-left: 0px;
}

.footer-cont-site-link .uk-button,
.tm-block-bottom-d .top-cont-btn .uk-button {
	background: #fd8b04 none repeat scroll 0 0 !important; 
}

.tm-block-bottom-d .top-cont-btn .uk-button {
	margin-top: 10px;
}

.footer-cont-site-link .uk-button:active,
.footer-cont-site-link .uk-button:hover,
.tm-block-bottom-d .top-cont-btn .uk-button:active,
.tm-block-bottom-d .top-cont-btn .uk-button:hover {
	background: #e8d170 none repeat scroll 0 0 !important;
	color: #2D3D2D !important;
}

.tm-block-bottom-d .top-cont-block::before {
	left: 0;
}

.tm-block-bottom-d .top-cont-block {
  padding-left: 50px;
}

.footer-cont-adr:before {
  background: #fd8b04 none repeat scroll 0 0;
  border-radius: 50%;
  content: "\f278";
  display: block;
  font-family: "fontawesome";
  font-size: 20px;
  height: 35px;
  left: 0px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  top: 18px;
  width: 35px;
}

.footer-cont-site {
  font-family: "TipoPepelBoxedSemibold";
  font-size: 16px;
  padding-bottom: 15px;
}

.footer-cont-adr {
  line-height: 18px;
  margin-bottom: 50px;
  padding-left: 50px;
  position: relative;
}

.footer-cont-email:before {
  background: #fd8b04 none repeat scroll 0 0;
  border-radius: 50%;
  content: "\f003";
  display: block;
  font-family: "fontawesome";
  font-size: 20px;
  height: 35px;
  left: 0px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 35px;
}

.footer-cont-skype:before {
  background: #fd8b04 none repeat scroll 0 0;
  border-radius: 50%;
  content: "\f17e";
  display: block;
  font-family: "fontawesome";
  font-size: 20px;
  height: 35px;
  left: 0px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 35px;
}

.tm-bottom-d .top-cont-block {
  font-size: 14px;
}

.tm-bottom-d .top-cont-block::before {
	top: 10px;
}

.tm-bottom-d .top-cont-block {
	padding-left: 0;
}

.footer-cont-skype,
.footer-cont-email {
  line-height: 35px;
  margin-top: 25px;
  position: relative;
  padding-left: 50px;
}

.footer-cont-tit {
  color: #e8d170;
  font-family: "TipoPepelBoxedSemibold";
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.footer-cont-link .nav {
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
}

.footer-cont-email a,
.footer-cont-link a,
.footer-cont-link .nav a {
	color: #fff !important;
}

.footer-cont-email a:hover,
.footer-cont-link a:hover,
.footer-cont-link .nav a:hover {
	color: #e8d170 !important;
}

.footer-cont-link,
.footer-cont-link .nav li {
	padding-bottom: 5px;	
	font-size: 13px;
	line-height: 16px;
}

.footer-cont-link .nav li:last-child {
  margin-bottom: 5px;
}



/* Форма на главной в футере */

.footer-form-block .uk-form input.filename[type="text"]:disabled,
.file-input-block input[type="text"]:disabled {
	color: #fff !important;
	-webkit-text-fill-color: #fff;
	-webkit-opacity:1;
}

.webkit select {
	-webkit-appearance: none;
	position: relative;
}

.webkit .typerazd-arrow::after {
  color: #6d836d;
  content: "";
  display: block;
  font-weight: 400;
  font-size: 20px;
  height: 14px;
  width: 14px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  background: transparent;
}

.webkit .typerazd-arrow::after {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);	
}

.webkit .typerazd-arrow {
	position: absolute;
	right: 10px;
	top: 12px;	
	display: block;
}


.footer-form-block .form-btn {
  text-align: right;
}

.footer-form-block .uk-form input.filename[type="text"] {
  display: inline-block;
  vertical-align: middle;
  width: 50% !important;
  background: transparent;
  padding: 0 0 0 20px;
  line-height: 40px;
  color: #fff;
}

.file-input label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.file-input span {
	line-height: 40px;
}

.filename {
	background: #fff;
	border: 0;
}

.file-input {
  background: #ededed none repeat scroll 0 0;
  border-radius: 0;
  color: #555;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  width: 25%;
  vertical-align: middle;
  text-transform: uppercase;
}

.file-input:hover {
    background: #fd8b04;
    color: #fff;
}
 
.file-input input[type=file] {
	display: none;
}

.file-input-tit {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: inline-block;
	vertical-align: middle;
	background: #EDEDED;
	color: #555;
	padding: 10px 30px;
	text-transform: uppercase;
}

.footer-form-block select:focus,
.footer-form-block textarea:focus,
.footer-form-block input[type="text"]:focus {
  border-color: #fff;
  background: transparent;
  color: #555;
  background: #fff;
}

.footer-form-block .uk-button {
	color: #fff;
	border: 0px solid #fff;
	background: #FD8B04;
	font-family: "TipoPepelBoxedSemibold";
	margin-top: 5px;
}

.footer-form-block .uk-button:active,
.footer-form-block .uk-button:hover {
	color: #fff;
	border: 0px solid #fff;
	background: #2D3D2D;
}

.footer-form-block  .form-input {
  padding-bottom: 10px;
  position: relative;
}

.home-page .tm-block-bottom-b {
  background: rgba(0, 0, 0, 0) url("../../../images/form-bg.jpg") no-repeat scroll 50% 50% / cover ;
  position: relative;
  z-index: 1;
}

.footer-form-block {
  background: #6d836d none repeat scroll 0 0;
  color: #fff;
  margin: 80px 0 !important;
  padding: 40px;
  width: 65%;
}

.form-header-footer {
  font-family: "TipoPepelBoxedSemibold";
  font-size: 35px;
  line-height: 40px;
  padding-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
}

.header-txt {
  font-size: 12px;
  line-height: 16px;
  font-family: "TipoPepelBoxedRegular";	
  padding: 20px 0 0px 0;
}

.footer-form-block .uk-form select,
.footer-form-block .uk-form textarea,
.footer-form-block .uk-form input[type="text"] {
	width: 100%;
	border: none;
	background: #EDEDED;
	color: #000;
}

.footer-form-block .uk-form select:focus,
.footer-form-block .uk-form textarea:focus,
.footer-form-block .uk-form input[type="text"]:focus {
	background: #fff;
}

.footer-form-block .uk-form *::-webkit-input-placeholder {color: #000}
.footer-form-block .uk-form *::-moz-placeholder          {color: #000}
.footer-form-block .uk-form *:-moz-placeholder           {color: #000}
.footer-form-block .uk-form *:-ms-input-placeholder      {color: #000}

.footer-form-block .uk-form *:focus::-webkit-input-placeholder {color: transparent}
.footer-form-block .uk-form *:focus::-moz-placeholder          {color: transparent}
.footer-form-block .uk-form *:focus:-moz-placeholder           {color: transparent}
.footer-form-block .uk-form *:focus:-ms-input-placeholder      {color: transparent}

.footer-form-block .formError {

}



/* Как мы работаем */

.tooltipbox {
	background: #fff none repeat scroll 0 0;
	padding: 10px;
	line-height: 14px;
	font-size: 13px;
	color: #2d3d2d;
	
}

.how-wk {
	position: relative;
}

.tooltplink {
	position: relative;
	display: block;
}

.tooltplink:hover .tooltplinkbox {
	display: block;
	opacity: 1;
}


.tooltplinkbox {
  background: #fff none repeat scroll 0 0;
  font-size: 12px;
  left: 50%;
  line-height: 14px;
  margin-left: -110px;
  padding: 10px;
  position: absolute;
  top: -150px;
  width: 200px;
  display: none;
  text-align: left;
  color: #2d3d2d;
  opacity: 0;
}

.tooltplinkbox:after {
	border: 5px dashed #fff;
	bottom: -5px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: #fff;
	left: 50%;
	margin-left: -5px;
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	
}

/*
.iconbox .uk-close {
  position: absolute;
  right: 5px;
  top: 5px;
}
*/

.home-page .tm-block-bottom-a {
  background: #fd8b04 none repeat scroll 0 0;
  padding: 80px 0 !important;
}

.simple-tit {
  color: #fff;
  font-family: "TipoPepelBoxedSemibold";
  font-size: 35px;
  line-height: 40px;
  padding-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
}

.how-img img {
  max-width: 70%;
}

.how-tit {
  color: #fff;
  font-family: "TipoPepelBoxedSemibold";
  line-height: 20px;
  padding: 30px 0 0;
  text-transform: uppercase;
}

.uk-grid-width-large-1-6.how-wk  > * {
  width: 12.5%;
}

.how-bottom-tit {
	text-align: center;
	text-transform: uppercase;
	color: #E8D170;
	font-family: "TipoPepelBoxedSemibold";
	font-size: 20px;
	padding-top: 40px;
}



/* Наша география */

.tm-block-top-d .top-tit {
	border-bottom: 1px solid #2D3D2D;
	text-shadow: -1px -1px 0 #2D3D2D, 1px -1px 0 #2D3D2D,-1px 1px 0 #2D3D2D, 1px 1px 0 #2D3D2D;
}

.map-tit {
  color: #e8d170;
  font-family: "TipoPepelBoxedSemibold";
  font-size: 28px;
  line-height: 32px;
  padding-bottom: 20px;
}

.map-btn-tit {
	font-family: "TipoPepelBoxedSemibold";
	color: #2D3D2D;
	padding: 30px 0;
	font-size: 18px;
	line-height: 22px;
}

.map-btn .uk-button {
  background: #e8d170 none repeat scroll 0 0;
  border: 0 solid #fff;
  color: #fff;
  line-height: 40px;
  margin-top: 0;
  padding: 0 30px;
}

.map-btn .uk-button:active,
.map-btn .uk-button:hover {
	color: #fff;
	border: 0px solid #fff;
	background: #2d3d2d;
}

.map-txt {
  line-height: 18px;
}





/* Преимущества работы с нами */

.num-block-tit {
	display: none;
}

.num-block {
  margin: -175px 0 0px 37% !important;
  position: relative;
  z-index: 10;
  padding: 30px 0;
}

.preim-tit {
  font-family: "TipoPepelBoxedSemibold";
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.home-page .tm-block-top-c {
  background: rgba(0, 0, 0, 0) url("../../../images/bg.jpg") no-repeat scroll 50% 50% / cover ;
  position: relative;
  z-index: 1;
}

.home-page .tm-block-top-c::after {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 175px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.preim-block {
  background: #6d836d none repeat scroll 0 0;
  color: #fff;
  margin: 100px 0 0 !important;
  padding: 40px;
  position: relative;
  width: 30%;
  z-index: 5;
}

.num-wk .uk-panel-title {
  color: #2d3d2d;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: none;
  font-family: "TipoPepelBoxedSemibold";
  position: relative;
}





/* Типы указателей */

.mob-type-wk ul {
	list-style: none;
	padding: 0 20px;;
}

.mob-type-wk a {
	background: #fd8b04 none repeat scroll 0 0;
	border: 2px solid #fd8b04;
	color: #fff;
	display: block;
	font-family: "TipoPepelBoxedSemibold";
	font-size: 16px;
	height: 50px;
	line-height: 18px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding: 20px 10px;
	position: relative;
	text-transform: uppercase;
}

.swt-name-sub {
  display: block;
  font-family: "TipoPepelBoxedLight";
  font-size: 12px;
  padding-top: 10px;
  text-align: center;
}

.type-wk .uk-subnav  li a span {
	display: block;
	font-family: 'TipoPepelBoxedLight';
	font-size: 14px;
	padding-top: 10px;
}

.type-wk .uk-subnav  li.uk-active a,
.type-wk .uk-subnav  li a:hover {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #fd8b04;	
	color: #fd8b04;
}

.type-wk .uk-subnav {
    margin-left: -15px;
    margin-top: 0px;	
}

.type-wk .uk-subnav  li {
	float: none;
	display: inline-block;
	    margin-top: 15px;
    padding-left: 0;
}

.type-wk .uk-subnav  li:nth-child(1),
.type-wk .uk-subnav  li:nth-child(2),
.type-wk .uk-subnav  li:nth-child(3),
.type-wk .uk-subnav  li:nth-child(4) {
	width: 25%;
}

.type-wk .uk-subnav  li:nth-child(5),
.type-wk .uk-subnav  li:nth-child(6),
.type-wk .uk-subnav  li:nth-child(7) {
	width: 33.33%;
}

.type-wk .uk-subnav  li .swt-name.one {
	background: rgba(0, 0, 0, 0) url("../../../images/icon-ukaz/1marshrorient.svg") no-repeat scroll -7px 50% / 75px auto ;
}

.type-wk .uk-subnav  li:hover .swt-name.one,
.type-wk .uk-subnav  li.uk-active .swt-name.one {
	background: rgba(0, 0, 0, 0) url("../../../images/icon-ukaz/1marshropient2.svg") no-repeat scroll -7px 50% / 75px auto ;
}

.type-wk .uk-subnav > li .swt-name.two {
	background: rgba(0, 0, 0, 0) url("../../../images/icon-ukaz/2indproekt.svg") no-repeat scroll -7px 50% / 75px auto ;
}

.type-wk .uk-subnav  li:hover .swt-name.two,
.type-wk .uk-subnav  li.uk-active .swt-name.two {
	background: rgba(0, 0, 0, 0) url("../../../images/icon-ukaz/2indproekt2.svg") no-repeat scroll -7px 50% / 75px auto ;
}

.type-wk .uk-subnav  li .swt-name.three {
	background: rgba(0, 0, 0, 0) url("../../../images/icon-ukaz/3prityazh.svg") no-repeat scroll -7px 50% / 75px auto ;
}

.type-wk .uk-subnav  li:hover .swt-name.three,
.type-wk .uk-subnav  li.uk-active .swt-name.three {
	background: rgba(0, 0, 0, 0) url("../../../images/icon-ukaz/3prityazh2.svg") no-repeat scroll -7px 50% / 75px auto ;
}

.type-wk .uk-subnav  li .swt-name.four {
	background: rgba(0, 0, 0, 0) url("../../../images/icon-ukaz/4servis.svg") no-repeat scroll -7px 50% / 75px auto ;
}

.type-wk .uk-subnav  li:hover .swt-name.four,
.type-wk .uk-subnav  li.uk-active .swt-name.four {
	background: rgba(0, 0, 0, 0) url("../../../images/icon-ukaz/4servis2.svg") no-repeat scroll -7px 50% / 75px auto ;
}

.type-wk .uk-subnav  li .swt-name.five {
	background: rgba(0, 0, 0, 0) url("../../../images/icon-ukaz/5podsv.svg") no-repeat scroll -7px 50% / 75px auto ;
}

.type-wk .uk-subnav  li:hover .swt-name.five,
.type-wk .uk-subnav  li.uk-active .swt-name.five {
	background: rgba(0, 0, 0, 0) url("../../../images/icon-ukaz/5podsv2.svg") no-repeat scroll -7px 50% / 75px auto ;
}

.type-wk .uk-subnav > li .swt-name.six {
	background: rgba(0, 0, 0, 0) url("../../../images/icon-ukaz/6bezpodsv.svg") no-repeat scroll -7px 50% / 75px auto ;
}

.type-wk .uk-subnav  li:hover .swt-name.six,
.type-wk .uk-subnav  li.uk-active .swt-name.six {
	background: rgba(0, 0, 0, 0) url("../../../images/icon-ukaz/6bezpodsv2.svg") no-repeat scroll -7px 50% / 75px auto ;
}
.type-wk .uk-subnav  li .swt-name.seven {
	background: rgba(0, 0, 0, 0) url("../../../images/icon-ukaz/7tabl.svg") no-repeat scroll -7px 50% / 75px auto ;
}

.type-wk .uk-subnav  li:hover .swt-name.seven,
.type-wk .uk-subnav  li.uk-active .swt-name.seven {
	background: rgba(0, 0, 0, 0) url("../../../images/icon-ukaz/7tabl2.svg") no-repeat scroll -7px 50% / 75px auto ;
}

.type-wk .uk-switcher {
	margin-top: 30px !important;
}

.swt-name {
  padding-left: 75px;
}

.swt-tit {
  font-family: "TipoPepelBoxedSemibold";
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 5px;
  color: #2D3D2D;
}

.swt-price {
  color: #f34802;
  font-family: "TipoPepelBoxedSemibold";
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 15px;
}

.top-tit {
	border-bottom: 1px solid #fd8b04;
	font-family: "TipoPepelBoxedRegular";
	font-size: 40px;
	line-height: 40px;
	margin: 40px 0 40px 50.6%;
	padding: 0 0 5px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	text-shadow: -1px -1px 0 #fd8b04, 1px -1px 0 #fd8b04,-1px 1px 0 #fd8b04, 1px 1px 0 #fd8b04;
}

.swt-btns .uk-button.one {
  background: #f34802 none repeat scroll 0 0;
  margin-right: 40px;
  width: 200px;
}

.swt-btns .uk-button.two {
  background: #f34802 none repeat scroll 0 0;
  margin-right: 0px;
  width: 200px;
}

.swt-btns .uk-button:active,
.swt-btns .uk-button:hover {
	background: #6D836D;
	color: #fff;
}

.swt-form .form-header {
  font-family: "TipoPepelBoxedRegular";
  font-size: 16px;
  line-height: 20px;
  margin-top: 30px;
  padding-bottom: 10px;
}

.swt-form .form-header span {
	font-family: "TipoPepelBoxedSemibold";
	color: #F34802;
}

.swt-form .uk-form select,
.swt-form .uk-form textarea,
.swt-form .uk-form input[type="text"] {
	width: 100%;
	margin-bottom: 10px;
	color: #fff;
	background: #2D3D2D;
	text-transform: uppercase;
	border: 0px solid;
}

.swt-form .uk-form textarea {
	height: 83px;
}

.swt-form select:focus,
.swt-form textarea:focus,
.swt-form input[type="text"]:focus {
  outline: 0;
  background: #6D836D;
  color: #fff;
  border: 0px solid;
}

.swt-form .uk-button {
  background: #f34802 none repeat scroll 0 0;
  border: 0 solid #fff;
  color: #fff;
  font-family: "TipoPepelBoxedRegular";
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
  padding: 38px 0;
  width: 100%;
}

#rsform.swt-form .uk-button {
    min-height: 136px;
}

.swt-form .uk-button:active,
.swt-form .uk-button:hover {
	color: #fff;
	border: 0px solid #fff;
	background: #6D836D;
}

.swt-form .formValidation {
  display: block;
  line-height: 20px;
  padding-bottom: 0px;
  position: relative;
  text-align: center;
  width: 100%;
}

.swt-form .formError {
  display: block;
  font-size: 12px;
  padding-bottom: 10px;
}

.swt-form .formError {
  color: #f34802;
  font-weight: bold;
}

.swt-form .uk-grid > * {
  padding-left: 10px;
}

.swt-form .uk-grid {
  margin-left: -10px;
}

.type-wk .uk-subnav li a {
  background: #fd8b04 none repeat scroll 0 0;
  border: 2px solid #fd8b04;
  color: #fff;
  display: block;
  font-family: "TipoPepelBoxedSemibold";
  font-size: 16px;
  line-height: 18px;
  margin-left: 15px;
  padding: 20px;
  text-transform: uppercase;
  height: 105px;
  position: relative;
}

.swt-name {
	vertical-align: middle;
	display: inline-block;
    font-size: 1rem;
    max-width: 100%;
}

.type-wk .uk-subnav li a:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#rsform {
	margin-top: 50px;
}




/* Шапка сайта */

.tm-logo-small.uk-visible-small img {
  width: 60px;
}

.uk-modal-page .tm-navbar-absolute {
	width: calc(100% - 17px);
}

.gecko .tm-navbar-absolute {
	width: calc(100% - 0px) !important;
}

.top-cont-btn {
  margin-bottom: 10px;
  padding-top: 0;
}

.top-cont-btn .uk-button:active,
.top-cont-btn .uk-button:hover {
	background: #E8D170 !important;
}

.tm-navbar {
	background: #2D3D2D none repeat scroll 0 0;
}

.uk-navbar-nav > li > a {
	padding: 0 25px;
	margin: 0 0px;
}

.uk-navbar-nav > li {
  margin: 0 0px;
}

.tm-navbar {
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}

.tm-logo svg {
  border: medium none;
  box-shadow: none;
  outline: medium none;
  padding-top: 10px;
  width: 150px;
}

.logo-slogan {
  color: #fff;
  font-family: "TipoPepelBoxedRegular";
  font-size: 13px;
  padding-top: 0px;
  text-align: center;
  text-transform: uppercase;
  width: 125px;
}

.home-slider-wk .uk-overlay-panel {
	padding: 0;
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0
}

.home-slider-wk .uk-overlay-panel > div {
	width: 100%;
}

.home-slide-tit {
  background: #6d836d none repeat scroll 0 0;
  color: #fff;
  font-family: "TipoPepelBoxedSemibold";
  font-size: 40px;
  line-height: 50px;
  margin-top: 300px;
  padding: 30px 0;
  text-transform: uppercase;
}

.home-slide-slogan {
	font-family: 'TipoPepelBoxedBold';
	font-size: 22px;
	line-height: 24px;
	padding-top: 20px;
}

.tm-navbar.uk-active {
  background: #2D3D2D none repeat scroll 0 0;
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0);
}
.tm-navbar.uk-active .top-cont-btn .uk-button,
.tm-navbar.uk-active .logo-slogan {
	display: none;
}

.tm-navbar.uk-active .tm-logo svg {
  height: 75px;
  padding-top: 0;
}

.top-cont-mail a,
.top-cont-tel a {
	color: #fff !important;
}

.top-cont-tel {
	margin-bottom: 0px;
}

.top-cont-tel a {
	color: #fff;
}

.top-cont-block {
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
  position: relative;
}

.top-cont-block::before {
  background: #fd8b04 none repeat scroll 0 0;
  border-radius: 50%;
  content: "\f095";
  display: block;
  font-family: "fontawesome";
  font-size: 20px;
  height: 35px;
  left: -50px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  top: 7px;
  width: 35px;
}

.top-cont-block::before {
	display: none;
}

.top-cont-btn .uk-button:active,
.top-cont-btn .uk-button:hover {
	color: #fff;
	border: 0px solid #fff;
	background: #6D836D;
}

.top-cont-btn .uk-button {
	font-family: 'TipoPepelBoxedRegular';
	margin-top: 15px;
	background: #fd8b04;
}





/* Настройка формы ПЕРЕЗВОНИТЬ */

.sogl {
	text-align: left;
	line-height: 1.2em;
}

.callback .uk-modal-dialog {
	background: #FD8B04;
	color: #fff;
	text-align: center;
}

.callback .uk-modal-dialog {
	width: 500px;
	padding: 50px;
}

.form-header {
  font-family: "TipoPepelBoxedSemibold";
  font-size: 30px;
  line-height: 30px;
  margin-top: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
}

.form-servname {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.form-pretext {
  line-height: 14px;
  padding: 0 0 20px;
}

.callback .uk-form select,
.callback .uk-form textarea,
.callback .uk-form input[type="text"] {
	width: 100%;
	margin-bottom: 25px;
	color: #444;
}

.callback select:focus,
.callback textarea:focus,
.callback input[type="text"]:focus {
  border-color: #fff;
  outline: 0;
  background: transparent;
  color: #fff;
  background-image: none;
}

.form-input-name {
	text-transform: uppercase;
	padding: 0 0 5px 0;
}

.callback .uk-button {
	color: #fff;
	border: 2px solid #fff;
	background: transparent;
	font-family: "TipoPepelBoxedSemibold";
	margin-top: 20px;
}

.callback .uk-button:active,
.callback .uk-button:hover {
	color: #FD8B04;
	border: 2px solid #fff;
	background: #fff;
}

.callback .formValidation {
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.callback .formError {

}

.form-input {
  position: relative;
}

.thnks-mess {
  border: 4px solid #fd8b04;
  font-size: 24px;
  line-height: 34px;
  margin: 50px auto !important;
  padding: 50px;
  text-align: center;
  width: 600px;
  font-family: 'TipoPepelBoxedRegular';
  text-transform: uppercase;
}

.slider-btn .uk-button {
	font-family: "TipoPepelBoxedSemibold";
	margin-top: 30px;
}

.slider-btn .uk-button:active,
.slider-btn .uk-button:hover {
	background: #6D836D;
	color: #fff;
}













/* weballion */

.tm-footer-center {
	text-align: center;
	color: #6D836D;
	padding: 10px 0;
	background: #1E281E;
}

.tm-footer-center a {
	color: #6D836D;
}

.tm-footer-center a:hover {
	color: #fff;
}

/* Кнопка закрытия */

.uk-close::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 2px;
  top: 21px;
  width: 38px;
}

.uk-close::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 38px;
  position: absolute;
  right: 21px;
  top: 2px;
  width: 1px;
}

.uk-modal-dialog-lightbox .uk-close::after,
.uk-modal-dialog-lightbox .uk-close::before {
  background: #1E281E none repeat scroll 0 0;
}

.uk-modal-dialog-lightbox .uk-close,
.uk-close {
  cursor: pointer;
  display: block;
  height: 40px;
  position: absolute;
  width: 40px;
  right: 0;
  top: 0;
  opacity: 1;
  border: 0;
}

.uk-modal-dialog-lightbox > .uk-close:first-child {
  float: none;
  margin: 0;
  position: absolute;
  right: -20px;
  top: -20px;
}

.uk-close {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.uk-close:hover {
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}


/* Настройка кнопки еще указатели */

.moreukaz-box {
  background: #e8d170 none repeat scroll 0 0;
  margin-bottom: 20px !important;
  margin-top: 80px;
  padding: 20px;
  text-align: center;
}

.moreukaz-tit, .moreukaz {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
}

.moreukaz-tit {
  font-family: "TipoPepelBoxedRegular";
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding-bottom: 20px;
}



@media (max-width: 980px) {
	.top-tit {
	    margin: 40px 20px;
	    text-align: center;
	    font-size: 30px;
	    line-height: 30px;
	}
	
	.type-wk .uk-subnav > li {
		width: 100% !important;
	}
	
	.home-slide-tit {
	    font-size: 26px;
	    line-height: 28px;
	    padding: 30px 20px;
	}
	
	.home-slide-slogan {
	    font-size: 18px;
	    line-height: 20px;		
	}
		
	.tm-logo-small svg {
	    height: 70px;
	    padding-top: 0px;
	}
	
	.tm-navbar.uk-active svg {
	    height: 50px;
	    padding-top: 0px;
	}
	
	.swt-tit {
	    font-size: 16px;
	    line-height: 20px;
	    padding-bottom: 5px;
	}	
	
	.swt-btns {
		text-align: center;
	}
	
	.swt-btns .uk-button {
	    display: block;
	    margin: 0 auto 10px !important;
	}
		
	.swt-tit {
		margin-top: 20px;
	}
	
	.callback .uk-modal-dialog {
		width: 90%;
		padding: 20px;
	}	
	.preim-block {
		width: 100%;
		padding: 0 0 30px 0;
		text-align: center;
	}
	
	.num-block {
	  margin: 0px 0px 10px 0px !important;
	}	
	
	.preim-tit {
	    font-size: 30px;
	    line-height: 40px;
	    padding: 40px 20px 40px 20px;
	    text-align: center;
	}
	
	.home-page .tm-block-top-c:after {
		height: 650px;
	}
	
	.uk-grid-width-large-1-6.how-wk  > * {
	  width: 50%;
	}
	
	.how-img img {
	    max-width: 40%;
	}
	
	.footer-form-block .uk-button,
	.footer-form-block {
		width: 100%;
	}
	
	.footer-form-block {
		padding: 0;
	}
	
	.footer-form-block > * {
		padding: 0 30px;
	}
	
	.footer-form-block .uk-button {
		margin-top: 10px;
		margin-bottom: 30px;
	}
	
	.footer-form-block .uk-form input.filename[type="text"] {
		width: 45%  !important;
	}
	
	.file-input {
		width: 50%;
	}
	
	.form-header-footer {
		padding-top: 30px;
	}
	
	.orang-tit {
		padding-top: 25px;
	}
	
	.about-page .tm-block-bottom-b .uk-button {
		width: 100%;
	}
	
	.types-wk-dop {
	  margin-bottom: 30px;
	  margin-top: 30px;
	}
	
	.ukazatel-wk .uk-panel-space {
		padding: 0px;
	}
	
	.ukaz-bigbox-y {
		margin-top: 10px;
	}
	
	.ukaz-tit {
		font-size: 30px;
		line-height: 40px;
	}
	
	.footer-wk > div {
		width: 100% !important;
	}
	
	.about-page .tm-block-bottom-a {
		height: 200px;
		background: rgba(0, 0, 0, 0) url("../../../images/about-bg.jpg") no-repeat scroll 50% 50% / cover;
	}
	
	.about-page .tm-block-bottom-b #userForm {
		width: 100%;
	}
	
	.ukaz-bigbox-y {
	  min-height: auto !important;
	}
	
	.types-wk .uk-panel-title,
	.about-prein-box {
		min-height: auto !important;
	}
	
	.about-page .form-header-footer {
		padding-top: 0;
	}
	
	.type-wk .uk-subnav li a {
		height: auto;
		padding: 15px;
	}
	
	.type-wk {
		margin: 0 20px;
	}
	
	.num-block-tit {
	    display: block;
	    text-align: center;
	    padding-top: 20px;
	    font-size: 35px;
	    line-height: 35px;
	    color: #e8d170;
	}
	
	.map-wk .uk-flex-order-last-medium {
		position: absolute;
		top: 250px;
		left: 0;
	}
	
	.map-wk .uk-panel-space {
		padding: 0 0px 0px 0px;
	}
	
	.map-tit {
		padding-bottom: 200px;
	}
	
	.footer-cont-link .nav li {
		line-height: 14px;
		padding-bottom: 0;
	}
	
	.swt-name {
		font-size: 12px;
		line-height: 14px;
		background-image: none !important;
		padding-left: 0;
		text-align: center;
		width: 100%;
	}
	
	.type-wk .uk-subnav  li a span {
		font-size: 12px;
		line-height: 14px;
		padding-top: 5px;		
	}
	
	.only-mob,
	.footer-cont-site-link,
	.footer-cont-site,
	.footer-wk > div:nth-child(2) {
		display: none;
	}
	
	.about-prein-box-y .footer-cont-site,
	.about-prein-box-y .footer-cont-site-link {
		display: block;
	}
	
	.in-footer-out,
	.footer-cont-email {
		display: inline-block;
		vertical-align: top;
	}
	
	.top-cont-block.in-footer,
	.top-cont-btn.in-footer {
		display: inline-block;
		vertical-align: top;		
	}
	
	.top-cont-btn.in-footer {
		margin-left: 10px;
	}
	
	.tm-block-bottom-d .top-cont-btn .uk-button {
		padding: 0 15px;
	}
	
	.contincont .uk-panel-title {
		margin-bottom: 0;
	}
	
	.map-wk-txt1 {
		padding-top: 15px;
	}
	
	.footer-cont-email {
		margin-left: 0px;
		margin-top: 10px;
	}
	
	.footer-cont-adr {
		margin-bottom: 10px;
	}
	
	.uk-offcanvas-bar .uk-nav > li > a {
		font-size: 14px;
	}
	
	.uk-offcanvas-bar .uk-nav ul > li > a {
	    font-size: 14px;
	    line-height: 16px;
	    padding-bottom: 10px;
	}
	
	.about-pretxt {
	    font-size: 12px;
	    line-height: 20px;
	}
	
	.preim-wk > div {
		width: 40%;
		display: inline-block;
		vertical-align: top;
		text-align: center !important;
	}
	
	.preim-wk .uk-panel-space {
		padding: 10px;
	}
	
	.preim-wk .uk-margin {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 30px !important;
	}
	
	.preim-wk img {
		max-height: 70px;
	}
	
	.tm-block-top-d .top-tit {
		margin: 40px 0 40px 25px;
		text-align: left;
	}
	
	.how-tit {
		padding-top: 10px;
	}
	
	.uk-offcanvas-bar {
		padding-top: 40px;
	}
	
	#rsform.swt-form .uk-button {
		min-height: 10px;
	}
	
	.thnks-mess {
	    width: 80%;
	    padding: 34px 20px;
	    font-size: 14px;
	    line-height: 20px;
	}
	
	.logo-slogan {
		font-size: 10px;
		width: auto;
		text-align: left;
		line-height: 12px;
		padding-top: 5px;
	}
	
	.file-input span {
		font-size: 10px;
	}
	
	.types-wk-box {
		text-align: left;
	}
	
	.form-header {
		padding: 0 20px 10px;
	}
	.footer-form-block .uk-form input.filename[type="text"] {
		font-weight: bold;
	}
	.uk-modal-page .tm-navbar-absolute {
	    width: calc(100% - 0px);
	}
}

/* iPads (горизонтальная) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.swt-form .uk-button {
		font-size: 14px;
	}
	.num-block {
	    margin: -175px 0 0px 41% !important;
	}
	.swt-name {
		font-size: 10px;
	}
	.type-wk .uk-subnav > li .swt-name {
		background-size: 55px auto !important;
		background-position: 0px 50% !important;
	}
	.orang-tit {
		font-size: 16px;
		line-height: 18px;
	}
	.swt-name {
		padding-left: 55px;
	}
	.about-prein-box-y-txt {
		font-size: 12px;
		line-height: 13px;
	}
	.about-page .tm-block-bottom-a {
	    height: 450px;
	    background: rgba(0, 0, 0, 0) url(../../../images/about-bg.jpg) no-repeat scroll 50% 50% / cover;
	}
}


/* iPads (вертикальная) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.footer-cont-adr {

	}
	.footer-cont-email {
		margin-left: 0px;
	}
	.map-wk .uk-flex-order-last-medium {
		left: 0px;
		top: 0;
		position: relative;
	}
	.map-tit {
		padding-bottom: 20px;
	}
	.ukazatel-wk p {
		padding-left: 20px;
	}
	.logo-slogan {
	    width: 115px;
	    text-align: center;
	    line-height: 12px;
	    padding-top: 5px;
	    padding-right: 0;
	    margin: 0;
	}
	.about-page .tm-block-bottom-a {
	    height: 450px;
	    background: rgba(0, 0, 0, 0) url(../../../images/about-bg.jpg) no-repeat scroll 50% 50% / cover;
	}
	.footer-wk > div {
	    width: 50% !important;
	}
	.footer-wk > div:nth-child(2) {
		display: inherit;
	}
}

                          .index-wrapper {
                            position: absolute;
                            left: 0;
                            right: 0;
                            top: 50%;
                            transform: translateY(-50%);
                            background: rgba(109, 131, 109, 0.80);
                            padding-top: 56px;
                            padding-bottom: 52px;
                          }

                          .index-title {
                            color: #FFF;
                            text-align: center;
                            font-size: 56px;
                            font-style: normal;
                            font-weight: 700;
                            line-height: 1.2;
                            margin-bottom: 24px;
                          }
                          .index-title span {
                            display: block;
                          }
                          .index-line {
                            display: flex;
                            align-items: center;
                            justify-content: space-between;
                            margin-bottom: 40px;
                          }
                          .index-wrap {
                            max-width: 990px;
                            width: 100%;
                            margin-left: auto;
                            margin-right: auto;
                            position: relative;
                          }

                          .index-item {
                            color: #FFF;
                            font-size: 26px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: normal;
                            display: flex;
                            align-items: center;
                          }

                          .index-item svg {
                            margin-right: 4px;
                          }

                          .index-subtitle {
                            color: #FFF;
                            font-size: 18px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: 1.2;
                            margin-top: 8px;
                          }

                          .index-descript {
                            color: #FFF;
                            font-size: 24px;
                            font-style: normal;
                            font-weight: 700;
                            line-height: normal;
                            text-transform: uppercase;
                            position: absolute;
                            bottom: -100px;
                            left: 50%;
                            transform: translateX(-50%);
                          }
                          
                          @media (max-width: 1100px) {
                            .index-title {
                              font-size: 32px;
                            }
                            .index-item {
                              font-size: 20px;
                            }
                          }

                          @media (max-width: 820px) {
                            .index-line {
                              flex-direction: column;
                              align-items: flex-start;
                              max-width: 200px;
                              margin: 0 auto;
                              margin-bottom: 40px;
                            }
                            .index-item {
                              margin-bottom: 20px;
                            }
                            .index-item:last-child {
                              margin-bottom: 0;
                            }
                            .index-wrapper {
                              position: relative;
                              margin-top: 130px;
                              top: auto;
                              transform: translateY(0);
                              padding-top: 44px;
                              padding-bottom: 44px;
                            }
                            .index-descript {
                              margin-top: 10px;
                              font-size: 20px;
                              bottom: 0;
                              position: relative;
                              left: auto;
                              transform: translateX(0);
                            }
                          }
.top-cont-max {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-cont-max span {
  color: #fff;
}


.footer-wk-tel.two:after {
  display: none;
}


.top-cont-messengers {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.messenger-icon svg {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .messenger-icon.telega {
    background: cornflowerblue;
    border-radius: 5px;
  }
  
  .messenger-icon.whats {
    background: green ;
    border-radius: 5px;
  }
}

.footer-cont-skype {
  display: none;
}

.uk-margin .map-wk-txt3 {
  display: none;
}

.b24-widget-button-social.b24-widget-button-show .messenger-max,
.b24-widget-button-social.b24-widget-button-show .messenger-telega {
  width: 45px;
  height: 45px;
  margin: 0 10px 5px 0;
  
}


.b24-widget-button-social.b24-widget-button-show .messenger-max svg,
.b24-widget-button-social.b24-widget-button-show .messenger-telega svg {
  width: 45px;
  height: 45px;
  transition: .3s;
}


.b24-widget-button-social.b24-widget-button-show .messenger-max:hover svg,
.b24-widget-button-social.b24-widget-button-show .messenger-telega:hover svg {
  box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
  border-radius: 100px;
  overflow: hidden;
}








