@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&display=swap');



#search-tm-1-modal .uk-modal-dialog {
    background: #000000eb;
}

.innerphones {
    position: relative;
    padding-left: 45px;
}
.innerphones .icon {
    position: absolute;
    left: 0;
    top: 2.5px;
    height: 35px;
    width: 35px;
    background-color: #f79428;
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 35px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.innerphones span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444444;
    font-weight: 400;
}
.innerphones h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 22px;
    color: #222;
    font-weight: 700;
	margin: 0;
}
.innerphones h4 a
{
    color: #222;	
}
.uk-button.ba-click-lightbox-form-1
{
	font-size: 14px;
}
body
{
	--forms-body-scroll-width: 0 !important;
}
.ba-forms-modal-wrapper
{
	--forms-modal-scroll-width: 0 !important;
}

.ba-form-2 .ba-field-container textarea {
    min-height: 233px;
}
.ecceptline .ba-input-wrapper
{
	width: 440px;
    margin: 0 auto;
}
#sticky-to-top.uk-margin
{
	visibility: hidden;
}
.ext-begin
{
    width: 55%;
    text-align: left;
    display: inline-block;	
}
.ext-end
{
    width: 45%;
    text-align: right;
    display: inline-block;	
	font-weight: 600;
}
.breadmod
{
	
}
.breadmod .uk-margin-medium-bottom {
    margin-bottom: 0px!important;
}
.breadmod ul.uk-breadcrumb {
    margin: 15px 0 15px 0;
}
#tm-mobile ul.uk-nav-sub {
    display: none;
}
#tm-mobile .innerphones h4 a {
    color: #fff;
}
#tm-mobile .innerphones span {
    color: #a5a5a5;
}
#tm-mobile li.uk-parent svg
{
	display: none;
}
.footerform
{

}
.partners img
{
	max-width: 275px;
    min-width: 275px;
    /* display: block; */
    margin: 10px;
    /* opacity: 0.6; */
    transition: all 0.2s ease;
}
.partners
{
	text-align: center;
}

.wrapper_our_maked-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 1rem 0;
}

.image_our_maked-item {
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 250px;
  margin-bottom: 2em;
}

.image_our_maked-item img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.inner_our_maked-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.name_our_maked-item,
.size_our_maked-item,
.price_our_maked-item {
  font: 18px 'Fira Sans Condensed';
  height: 30px;
  border-bottom: 1px solid;
  margin-bottom: 1rem;
}

.size_our_maked-item:empty,
.price_our_maked-item:empty,
.name_our_maked-item:empty,
.image_our_maked-item:empty {
  display: none;
}

.price_our_maked-item {
  
}

.price_our_maked-item span {
  font: bold 18px 'Fira Sans Condensed';
}

.hr_razd {visibility: hidden;}

.wrapper_our_maked {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.item_our_maked,
.item_our_maked img {
  width: 100%;
}

.subtitle_our_maked {}

#module-92 .uk-button.ba-click-lightbox-form-1 {
    font-size: 11px;
	padding: 0 14px;
}
.uk-navbar-nav>li>a, .uk-navbar-toggle {
    padding: 0 7px;
}
#module-91, #module-92 {
    padding: 0 9px;
}

.video-item {
  aspect-ratio: 16/9;
  max-width: 560px;
  margin-top: 5px;
  width: 100%;
}

.wrapper__characters {
  display: flex;
  justify-content: center;
}

.wrapper__characters ul {
  list-style: none;
  width: min(100%, 700px);
  margin: auto;
}

.wrapper__characters li {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.wrapper__characters li:not(:last-child) {
  border-bottom: 1px solid #9c9c9c;
}

.wrapper__characters li::before {
  content: "»";
  font-size: 20px;
  color: #9c9c9c!important;
  margin-right: 1rem;
}

.wrapper__characters .inner--lists_text {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.wrapper__characters li span:nth-child(1) {}

.wrapper__characters li span:nth-child(2) {
  font-weight: bold
}

@media (min-width: 1080px) {
  .img__float {
    float: left;
    width: min(100%, 300px);
    margin-right: 2rem;
  }
}

.wrapper__gallery--service {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.wrapper__gallery--service img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

.wrapper_information_about_vacancy {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.tabs_phones {
  display: block;
  text-align: center;
  margin: 3rem auto;
  padding: 2rem 5rem;
  color: #393939;
  background-color: #f79428;
  border: 2px solid transparent;
  box-sizing: border-box;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 800;
  width: fit-content;
  transition: all .3s ease;
}

.tabs_phones:hover {
  background-color: #393939;
  color: #f79428;
}

@media (min-width: 900px) {
  .tm-header .uk-navbar-left .uk-logo img {
    max-width: 150px;
  }
  .tm-header #module-91 .innerphones h4, .tm-header .uk-navbar-right ul.uk-navbar-nav > li > a {
    font-size: 16px;
  }
}