.uc-text-justify p, .uc-text-justify div {
    text-align: justify !important;
}

.tags-items {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 20px;
    max-width: 1160px;
    margin: 0 auto;
    grid-auto-rows: 1fr;
    animation: 1.2s cubic-bezier(.19,1,.22,1) 1.5s both slidein;
    opacity: 0;
}

.tags-items__item {
    font-size: 14px;
    font-family: 'Rubik',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border: 2px solid #f47d02;
    border-radius: 0px;
    background-color: #000000;
    background-position: center center;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#allrecords .tags-items a.tags-items__item {
    color: #ffffff;
}
.text-stroke .tn-atom {
    /* Укажи толщину обводки */
    -webkit-text-stroke: 2px;
    -webkit-text-fill-color: transparent;
}
@keyframes slidein {
  from {
    transform: translateY(150px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media screen and (max-width: 960px){
    h1.t050__title {
        font-size: 69px !important;
    }
}

@media screen and (max-width: 899px){
    h1.t050__title {
        font-size: 63px !important;
    }
    .double-word span {
        right: -133px !important;
    }
    .advantages span {
        right: -196px !important;
    }
    .double-word {
        top: 50px;
    }
    .insurance-decor {
        bottom: 92px !important;
    }
    .insurance-decor span {
        right: -40px !important;
        bottom: -56px !important;
    }
    
    .insurance-levels span {
        right: -71px !important;
        bottom: -55px !important;
    }    
}

@media screen and (max-width: 640px) {
    h1.t050__title {
        font-size: 36px !important;
    }
}

@media screen and (max-width: 480px) {
    h1.t050__title {
        font-size: 30px !important;
    }
    .double-word, .advantages, .calculate-form, .faq, .our-reviews, .insurance-decor, .insurance-levels, .how-work {
        font-size: 45px !important;
        right: 0 !important;
    }
    .double-word {
        top: 50px;
    }
    .double-word span {
        bottom: -28px !important;
        right: 0 !important;
    }
    .how-work span {
        right: 308px !important;
        bottom: -28px !important;
    }
    .advantages {
        bottom: 32px;
    }
    .advantages span {
    right: 236px !important;
    bottom: -27px !important;
    }   
    .calculate-form span {
    right: 260px !important;
    bottom: -25px !important;
    }
    .faq {
        right: 70px !important;
    }
    .faq span {
        right: 251px !important;
        bottom: -26px !important;
    }
    .our-reviews span {
        right: 286px !important;
        bottom: -29px !important;
    }
    .insurance-decor {
        bottom: 83px !important;
    }
    .insurance-decor span {
        right: 258px !important;
        bottom: -24px !important;
    }
    .insurance-levels span {
        right: 262px !important;
        bottom: -26px !important;
    }
}



    .double-word, .advantages, .calculate-form, .faq, .our-reviews, .insurance-decor, .insurance-levels, .how-work {
        right: 70px;
        color: #ffffff;
        font-size: 100px;
        font-family: 'Rubik',Arial,sans-serif;
        line-height: 1.5;
        font-weight: 700;
        position: relative;
        z-index: 1;
    }
    .double-word span {
        right: 0;
        bottom: -48px;
        font-family: 'Arial',sans-serif;
        color: #000000;
        text-stroke: 2px #fe8100;
        -webkit-text-stroke: 2px #fe8100;
        position: absolute;
        z-index: -1;
    }
    .how-work span {
        right: 0;
        bottom: -48px;
        font-family: 'Arial',sans-serif;
        color: #000000;
        text-stroke: 2px #fe8100;
        -webkit-text-stroke: 2px #fe8100;
        position: absolute;
        z-index: -1;
    }
    .advantages span  {
        right: -296px;
        bottom: -65px;
    font-family: 'Arial',sans-serif;
    color: #000000;
    text-stroke: 2px #ffffff;
    -webkit-text-stroke: 2px #ffffff;
    position: absolute;
    z-index: -1;
     }
    .calculate-form span {
    right: -183px;
    bottom: -48px;
    font-family: 'Arial',sans-serif;
    color: #000000;
    text-stroke: 2px #fe8100;
    -webkit-text-stroke: 2px #fe8100;
    position: absolute;
    z-index: -1;
    }
    .faq span {
    right: -122px;
    bottom: -45px;
    font-family: 'Arial',sans-serif;
    color: #000000;
    text-stroke: 2px #ffffff;
    -webkit-text-stroke: 2px #ffffff;
    position: absolute;
    z-index: -1;
}
.our-reviews {
    /*font-size: 50px;
    text-align: center;
    right: 0;*/
}
.our-reviews span {
    /*right: -7px;
    bottom: -49px;
    font-family: 'Arial',sans-serif;
    color: #000000;
    text-stroke: 2px #ffffff;
    -webkit-text-stroke: 2px #ffffff;
    position: absolute;
    z-index: -1;*/
}
.insurance-decor span {
    right: -487px;
    bottom: -72px;
    font-family: 'Arial',sans-serif;
    color: #000000;
    text-stroke: 2px #fe8100;
    -webkit-text-stroke: 2px #fe8100;
    position: absolute;
    z-index: -1;
}
.insurance-levels span {
    right: -203px;
    bottom: -64px;
    font-family: 'Arial',sans-serif;
    color: #000000;
    text-stroke: 2px #fe8100;
    -webkit-text-stroke: 2px #fe8100;
    position: absolute;
    z-index: -1;
}
.order-levels span {
    text-stroke: 2px #ffffff !important;
    -webkit-text-stroke: 2px #ffffff !important;
}

h2.t-title ,h3.t-title{
    font-size:50px !important;
}
