.uk-logo {
    line-height: 1.1;
    font-size: inherit;
}


/*main-products*/
.main-products .el-item .uk-card-media-top {
    padding-top: 135.27%;
    position: relative;
}

.main-products .el-item .uk-card-media-top > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}

.main-products .el-item .el-image {
    transform: scale(1, 1);
    transition: all 0.5s linear;
    transform-origin: center;
}

.main-products .el-item:hover .el-image {
    transform: scale(1.1, 1.1);
}

.main-products .el-item .uk-card-body > *:not(.el-title),
.main-products .el-link,
.main-products .el-content,
.main-products .el-meta {
    display: none !important;
}

.main-products .el-item .uk-card-body {
    position: absolute;
    width: min-content;
    max-width: 100%;
    background: #45cd8f;
    padding: 16px;
    bottom: 30px;
    box-sizing: border-box;
}

.main-products .el-item .uk-card-body .el-title {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0;
}

.tm-header .uk-navbar-container {
    background: #1c2630;
}
.tm-header .uk-navbar-container .uk-navbar-nav > li{
    border-right: 1px solid #1c2630;
}
.tm-header .uk-navbar-container .uk-navbar-nav > li.uk-active,
.tm-header .uk-navbar-container .uk-navbar-nav > li:hover,
.tm-header .uk-navbar-container .uk-navbar-nav > li:focus {
    background: #414f62;
}

.uk-form-danger + .tm-error {
    display: block;
}

.tm-error {
    position: absolute;
    font-size: 12px;
    color: darkred;
    display: none;
}

.uk-textarea, textarea {
    resize: none !important;
}

.uk-navbar-dropdown-nav > li > a {
    color: #acacac !important;
}

.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li.uk-active > a {
    color: #212121 !important;
}

.tm-header-mobile .uk-logo .uk-text-primary{
    color: #45cd8f !important;
}

.page__h1{
    font-family: 'Montserrat', sans-serif;
   margin: 0 auto;
   text-align: center;
}
.sec__advantages{
      font-family: 'Montserrat', sans-serif;
   max-width: 1200px;
   margin: 0 auto;
   margin-top: 90px;
}
.sec__txt{
   font-size: 18px;
   line-height: 1.6;
}
.h2{
   text-align: center;
 margin-bottom: 48px;
}

.wrapper{
   display: flex;
 flex-wrap: wrap;
justify-content: center;
 gap: 20px;
}

.adv__card{
   width: 240px;
   font-weight: 500;
   text-align: center;
   padding: 20px;
  /*  border: 1px solid grey; */
   border-radius: 6px;
   box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
   
}

.adv__card img{
   width: 60px;
   height: auto;  
 flex-shrink: 0;
}
.adv__img{
 flex-shrink: 0;
}
.adv__card {
   font-size: 18px;
}

.sec__advantages--mod .adv__card{
display: flex;
align-items: center;
text-align: left;
column-gap: 12px;
width: 339px;
font-size: 16px;
}
#h1,.page__btn{
text-align:center;
}
.sec__form{
 margin-top:80px;
}
.bg__form {
       background: #3F51B5;
   color: #fff;
   max-width: 732px;
   margin: 0 auto;
   padding: 20px;
   border-radius: 24px;
}
.bg__form__text{
   margin: 0 auto;
   width: 478px;
   font-size: 26px;
   line-height: 1.6;
   font-weight: 500;
 margin-bottom: 20px;
}
.bg__btn {
   text-align: center;
}
.uk-button-primary {
   background-color: #45cd8f;
   color: #fff;
   border: 2px solid transparent;
   border-radius: 24px;
}
.h2 span{
 color:#305af6;
}
@media (max-width:558px){
 .bg__form__text{
   margin: 0 auto;
   width: 100%;
   font-size: 20px;
   line-height: 1.6;
   font-weight: 500;
   margin-bottom: 20px;
}
}
@media (max-width:400px){
.sec__advantages--mod .adv__card { 
   width: 100%;
}
}
.tel-product{
 max-width:250px;
}