@media screen and (max-width: 640px) 
.t835__col.t-col {
    padding-left: 20px;  !important
    padding-right: 20px;  !important
}


.t835__quiz-description-counter {
    font-weight: 400;
    font-size: 0px; !important
    color: #5c627d; !important
}

.t835 .t-input-title {
    line-height: 1.2;
}

.t835 .t-form_bbonly .t-input-subtitle {
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 40px;
    padding-top: 0px;
}


.t835__quiz_inner-space {
    background-image: radial-gradient(farthest-corner at 80px 80px, #FFF0 60%, rgba(190, 220, 200, .8), rgba(190, 220, 200, 0));
}

.t835__quiz-description-title {
    float: left;
    width: 80%;
    box-sizing: border-box;
}


.t-img-select__indicator {
    border-radius: 15px;
}

.t835__btn-wrapper .t835__btn_prev {
    color: #5c627d;
}


.t835 .t-img-select__text {
    text-align: center;
}


.t835__progressbar {
    height: 15px;
}


.t-img-select__control {
    margin-bottom: 30px;
}


.t835 .t-input {
    font-size:20px;
}

.t835__progress { 
    max-width: 100%; 
    
}

.t-text {
    font-family: 'Montserrat',Arial,sans-serif;
}


.x-btn-podarok, .x-btn-podarok2 {
background-color: #7c6ae4;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat';
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}

.x-btn-podarok2 {
background-color: #000;
font-weight: 600;

}

.uc-img-border img {
  border-radius: 30px;  
}

@media screen and (max-width: 450px) {
.uc-img-border img {
  border-radius: 25px;  
}
}

.uc-img-border {
  padding: 10px;  
}

.uc-img-border .t-align_center {
position:relative;    
}


.uc-img-border .t-align_center::after {
    content: url(https://static.tildacdn.com/tild6361-3234-4632-b362-383664373637/zoom-in_2.svg);
    position: absolute;
    bottom: 10%;
    right: 10%;
    width: 35px;
    height: 35px;
    opacity: 0.7;
}

.t976__menu-link_medium {
    padding: 10px 18px;
}

.uc-katalog-ol ol li::marker  {
    content: counters(list-item, '') ' ';
	font-weight: 700;
	color: #BBB3FF;
	font-size: 20px;
}

@media screen and (max-width: 450px) {
.uc-katalog-ol ol li::marker  {
font-size: 16px;
}
}

@media screen and (max-width: 450px) {
.uc-katalog-ol ol {
font-size:14px;
}
}

.uc-one-img .t-zoomable {
  border-radius: 30px;
  position:relative;
}

@media screen and (max-width: 450px) {
.uc-one-img .t-zoomable {
  border-radius: 25px;
}
}

.uc-one-img .t667__container {
max-width: 900px;    
}

.uc-one-img .t-zoomable::after {
    content: url(https://static.tildacdn.com/tild6361-3234-4632-b362-383664373637/zoom-in_2.svg);
    position: absolute;
    bottom: 10%;
    right: 5%;
    width: 35px;
    height: 35px;
    opacity: 0.7;
}

.uc-one-img .t-row {
 padding: 10px;   
    
}

/*'эффект анимации ссылок'*/
.uc-katalog-ol a {
    display: inline-block;
    color:#3a3e4f!important;
}

@media screen and (max-width: 450px) {
.uc-katalog-ol a {
  display: block;
}
}

.uc-katalog-ol a:hover {
	color:#BBB3FF!important;
 transition: 0.35s linear;
}

.uc-katalog-ol a:after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 2px solid;
  color:#BBB3FF;
  opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.uc-katalog-ol a:hover:after {
  opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*'эффект анимации ссылок'*/

.bullets, .bullets2, .author-grid {
max-width: 1160px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
font-family: 'Montserrat';
}

.bullets2 {
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
}

@media screen and (max-width: 1100px) and (min-width:768px) {
.bullets2 {
flex-direction: column;
align-items: center;
}
}

.bullets-form {
 max-width: 759px;
}

@media screen and (max-width: 1200px) {
.bullets-form {
 max-width: 640px;   
}
}

.main-card, .main-card2, .main-card3 {
background-color: #Fff;
border-radius: 30px;
padding: 45px 35px;
}

.main-card2 {
background-color: #ddd9ff;
}

.main-card3 {
background-color: #3a3e4f;
}

@media screen and (max-width: 821px) {
.main-card, .main-card2, .main-card3 {
margin:10px;
}
}

@media screen and (max-width: 390px) {
.main-card, .main-card2, .main-card3 {
padding: 35px 25px;
}
}

.mx-wdth {
 width:100%;
 max-width: 480px;
 display: flex;
flex-direction: column;
justify-content: space-between;
}

@media screen and (max-width: 1100px) {
.mx-wdth {
 max-width: 675px;
}
}

@media screen and (max-width: 765px) {
.mx-wdth {
 max-width: 575px;
}
}


.any-header {
font-size:36px;
font-weight: 700;
line-height: 1.1em;
padding-bottom: 30px;
}

@media screen and (max-width: 450px) {
.any-header {
font-size:26px;
}
}

@media screen and (max-width: 390px) {
.any-header {
font-size:22px;
}
}

.any-subheader {
font-size:24px;
font-weight: 400;
line-height: 1.1em;
padding-bottom: 30px;
}

@media screen and (max-width: 450px) {
.any-subheader {
font-size:20px;
}
}

.accent-color-white {
  color: #fff;  
}

.accent-color-purple {
  color: #BBB3FF!important;  
}

.accent-color-black {
  color: #3a3e4f;  
}

.accent-color-orange {
  color: #FE9C75;  
}


.tbl-view {
    border-left: solid 4px #BBB3FF;
    padding: 0 15px;
    color: #fff;
}

.text20 {
    font-size: 20px;
    line-height: 1.5em; 
}

@media screen and (max-width: 450px) {
.text20 {
font-size: 16px;
}
}

@media screen and (max-width: 390px) {
.text20 {
font-size: 15px;
line-height: 1.3em; 
}
}

.text20 a {
color:#7868ff!important;
text-decoration: none!important;
border-bottom: solid 1px;
}

.any-dot {
height: 15px!important;
    width: 15px!important;
    background-color: #BBB3FF;
    border-radius: 50%;
    display: inline-block;
    margin-top: 0.5em;
    height: 100%;
    min-width: 15px;
    min-height: 15px;
}

.green-dot {
    background-color:#92d3a7;
}

@media screen and (max-width: 450px) {
.any-dot {
margin-top: 0.3em;
}
}

.round-cell {
 display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 25px;
    border-radius: 2em;
    background-color: #fff;
    margin: 15px 0;
    color:#3a3e4f;
}

.pd-dop-15 {
 padding:0 15px;   
}

.pd-dop-v-15 {
 padding:13px 0;   
}

.pd-dop-0 {
 padding:0;   
}

@media screen and (max-width: 1100px) {
.pd-dop-60 {
  margin-top:60px;  
}
}

@media screen and (max-width: 390px) {
.pd-dop-35 {
padding: 35px 25px!important;
}
}

.fw700 {
 font-weight: 700;   
}

.card-header-grid, .card-footer-grid {
 display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.card-header-grid {
align-items: flex-start;
}


.card-footer-grid {
  padding-bottom: 0px;   
   padding-top: 15px; 
}

.card-header-grid img, .card-footer-grid img {
    max-width: 55px;
}

@media screen and (max-width: 450px) {
.card-header-grid img, .card-footer-grid img {
    max-width: 30px;
}
}

/*'составной блок с описанием и картинкой на тильде'*/
.main-card-half-bottom, .main-card-half-top {
    background-color: #FFF;
    border-radius: 30px 30px 0 0;
    padding: 45px 35px 35px 35px;
}



@media screen and (max-width: 821px) {
.main-card-half-bottom, .main-card-half-top  {
    margin:0 10px;
}
}

@media screen and (max-width: 390px) {
.main-card-half-bottom  {
 padding: 35px 25px 0 25px;  
}
}

@media screen and (max-width: 390px) {
.main-card-half-top  {
 padding: 10px 25px 35px 25px;  
}
}

.main-card-half-top {
 border-radius: 0 0 30px 30px;   
}

.uc-two-img .t-zoomable::after, .uc-two-img-violet .t-zoomable::after {
 content: url('https://static.tildacdn.com/tild6361-3234-4632-b362-383664373637/zoom-in_2.svg');   
 position:absolute;
 bottom:5%;
 right:5%;
 width:35px;
 height:35px;
 opacity: 0.7;
}
 
.uc-two-img .t-container, .uc-two-img-violet .t-container {
max-width: 1160px;
background-color: #fff;    
}

.uc-two-img-violet .t-container {
background-color: #ddd9ff;    
}

.uc-two-img .t-zoomable, .uc-two-img-violet .t-zoomable {
    border-radius: 30px;
    border: solid 1px #e0dcff;
    position: relative;
}

@media screen and (max-width: 450px) {
.uc-two-img .t-zoomable, .uc-two-img-violet .t-zoomable {
    border-radius: 25px;
}
}



.uc-two-img .t-row, .uc-two-img-violet .t-row {
    padding:0 35px;
    padding-bottom: 20px;
}

@media screen and (max-width: 450px) {
.uc-two-img .t-row, .uc-two-img-violet .t-row {
    padding:0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
}

@media screen and (max-width: 450px) {
.uc-two-img .t667__tile, .uc-two-img-violet .t667__tile {
    width: 100%;
    max-width: 350px;
    padding: 10px 0!important;
}
}

@media screen and (max-width: 390px) {
.uc-two-img .t667__tile, .uc-two-img-violet .t667__tile {
    width: 100%;
    max-width: 325px;
    padding: 10px 0!important;
}
}

@media screen and (max-width: 821px) {
.uc-two-img, .uc-two-img-violet {
    padding:0 10px;
}
}

.author-grid {
   padding:0;
   margin-top: -1px;
}

.uc-two-img .t667__tile_100, .uc-two-img-violet .t667__tile_100 {
width: 50%;
padding-top: 0px;
}

@media screen and (max-width: 450px) {
.uc-two-img .t667__tile_100, .uc-two-img-violet .t667__tile_100 {
    width: 100%;
    max-width: 350px;
    padding: 10px 0!important;
}
}

@media screen and (max-width: 390px) {
.uc-two-img .t667__tile_100, .uc-two-img-violet .t667__tile_100 {
    width: 100%;
    max-width: 325px;
    padding: 10px 0!important;
}
}

.violet {
background-color: #ddd9ff;   
}

/*'составной блок с описанием и картинкой на тильде'*/

.uc-asana-forma .t-form__inputsbox {
 padding: 0 35px 35px 35px;
 background-color: #fff;
 border-radius: 0 0 25px 25px;
}

@media screen and (max-width: 821px) {
.uc-asana-forma .t-col {
    padding-left: 10px;
    padding-right: 10px;  
}
}

@media screen and (max-width: 1200px) {
.oglavlenie {
max-width: 940px;
margin-left: auto;
margin-right: auto;   
}
}

@media screen and (max-width: 960px) and (min-width:451px) {
.oglavlenie {
max-width: 600px;
margin-left: auto;
margin-right: auto;
padding: 0 20px;    
}
}

@media screen and (max-width:450px) {
.oglavlenie {
max-width: 600px;
margin-left: auto;
margin-right: auto;
padding: 0 20px;  
}
}

.oglavlenie h2 {
font-size:20px;
font-weight:400;
line-height: 1.55em;
}

@media screen and (max-width: 450px) {
.oglavlenie h2 {
font-size:14px;
font-weight:400;
line-height: 1.5em;
}
}

.zrenie {
cursor:pointer;
color: #ffffff!important;
font-family: 'Montserrat';
border-bottom: 1px solid rgb(255, 255, 255);
line-height: 1.55em;
}

@media screen and (max-width: 450px) {
.zrenie {
font-size: 11px;
}
}

.zrenie::after {
content: url('https://static.tildacdn.com/tild3237-6333-4531-b035-633733303563/special.svg');
padding-left: 5px;
border-bottom: 1px solid #3A3E4F;
}

/*'нижнее меню new'*/

.bg-orange {
 background-color:#FE9C75;
}

.bg-purple {
 background-color: #5845c6;  
}

.m-sector img {
width:35px;    
}

.m-sector {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 65px;
}

.sectror-text {
    font-family: 'Montserrat';
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    padding: 0 5px;  
}

.m-menu {
display: flex;
width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 125;
}

@media screen and (max-width: 450px) {
.m-sector {
height: 45px;    
}
}

@media screen and (max-width: 450px) {
.sectror-text {
font-size: 14px;    
}
}


@media screen and (max-width: 450px) {
.m-sector img {
width:25px;    
}
}

@media screen and (max-width: 360px) {
.sectror-text {
font-size: 13px;    
}
}

.m-menu a {
    width:100%;
}
/*'нижнее меню new'*/

/*'оглавление блог new'*/


/*.uc-blog-ol ol li::marker  {
    content: counters(list-item, '.') '.  ';
    counter-increment: list-item;
	font-weight: 500;
	color: #6d728a;
	font-size: 18px;
	font-style: italic;
}*/

/*.uc-blog-ol li ol > li::marker  {
    content: counters(list-item, '.') '  ';
    counter-increment: list-item;
	font-weight: 500;
	color: #6d728a;
	font-size: 18px;
	font-style: italic;
}*/

/*.uc-blog-ol a {
    display: inline-block;
    color:#3a3e4f!important;
}

@media screen and (max-width: 450px){
.uc-blog-ol  a {
    display: block;
}
}*/

.oglavlenie-blog h2, .oglavlenie-blog h3, .oglavlenie-blog h4 {
font-size:18px;
font-weight:400;
line-height: 1.55em;
}

@media screen and (max-width: 450px){
.oglavlenie-blog h2, .oglavlenie-blog h3, .oglavlenie-blog h4 {
font-size:16px;
}
}

@media screen and (max-width: 450px) {
.uc-blog-ol ol li::marker {
    font-size: 14px;
}
}

/*@media screen and (max-width: 450px) {
.uc-blog-ol li ol > li::marker {
    font-size: 14px;
}
}*/

/*'оглавление блог new'*/

.bullets3 {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
padding: 15px 20px;
}

/*.uc-dop-photo-text .t-text_md {
background-color: #fff;
    padding-left: 35px;
    padding-top: 15px;
}

.uc-dop-photo-text .t004 {
padding-top: 0px; 
padding-bottom: 0px;    
}*/

