/* ФОРМА выровнять текст возле галочки в zero форме*/
.zero_form .t-checkbox__control {
    display: flex;
    align-items: center;
}
.zero_form .t-checkbox__labeltext,
.zero_form .t-checkbox__labeltext div {
    display: block;
}





/*Чет-бокс*/
 .t-checkbox__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border: 1px solid #000;
    border-radius: 100px;
    box-sizing: border-box;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .6;
}
.t-checkbox__indicator:after {
    content: '';
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
    border:solid #000;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

/*ПОПАПЫ*/
.t-popup__container {
  border-radius: 5px 5px 5px 5px;
}

/*Для BF501N, BF502N, BF503*/
.t-popup__container > .t-img {
  border-radius: 5px 5px 0px 0px;
}
.t-popup__container > .t1014__wrapper {
  border-radius: 0px 0px 5px 5px;
}

/*Для BF504*/
.t945__popup {
    border-radius: 5px 5px 5px 5px !important;
}

/*Для BF920*/
.t862__quiz {
    border-radius: 5px 5px 0px 0px;
}
.t862__quiz-description-wrapper {
    border-radius: 5px 5px 0px 0px;
}

/*Для GL08N*/
.t-popup__container > .t-slds > .t-slds__main > .t-slds__container {
    border-radius: 5px 5px 5px 5px;
}

/*Для ST500*/
.t756__gallery  > .t-slds > .t-slds__main > .t-slds__container {
    border-radius: 5px 5px 0px 0px;
}

/*Для ST505*/
.t766__gallery  > .t-slds > .t-slds__main > .t-slds__container {
    border-radius: 5px 5px 0px 0px;
}


/*разтер шрифта в форме*/
{
    @media screen and (max-width: 1200px) .t-descr_md {
        font-size: 14x;
    }
    {
   @media screen and (max-width: 1200px) .t-text_xs {
        font-size: 12x;
    }
   
