.blur_shape_150 {
    filter: blur(60px);
}
.blur_shape_250 {
    filter: blur(120px);
}
.blur_shape_400 {
    filter: blur(200px);
}


/*Пункты меню*/
.menu_hov[data-elem-type="text"] a {
    transition: all 0.3s ease-in-out !important;
    border: 0 !important;
    border-bottom: 1px dotted transparent !important;
    padding-bottom: 2px !important; 
}

.menu_hov[data-elem-type="text"] a:hover {
    color: #2085FD !important;
    border-bottom: 1px dotted #2085FD !important;
    padding-bottom: 1px !important; 
}
/*Пункты меню*/

/*Телефон*/
.phone_hov[data-elem-type="text"] a {
    transition: all 0.3s ease-in-out !important;
}

.phone_hov[data-elem-type="text"] a:hover {
    color: #2085FD !important;
}
/*Телефон*/

/*Заказать звонок*/
.menu_call[data-elem-type="text"] a {
    transition: all 0.3s ease-in-out !important;
    border: 0 !important;
    border-bottom: 1px dotted #2085FD !important;
    padding-bottom: 1px !important;
}

.menu_call[data-elem-type="text"] a:hover {
    color: #2977EC !important;
    border-bottom: 1px dotted #2977EC !important;
    padding-bottom: 1px !important; 
}
/*Заказать звонок*/

/*Кнопка ГОЛУБАЯ*/
.btn_blue {
    transition: all 0.5s ease-in-out !important;
    background: radial-gradient(98.75% 1580% at 1.25% 0%, rgba(94, 161, 240, 0.1875) 0%, rgba(123, 177, 255, 0.75) 50%, rgba(158, 203, 255, 0.1875) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, linear-gradient(93.43deg, #43ADFB 0.79%, #58AAF5 99.72%);
    box-shadow: 0px 4px 40px rgba(73, 175, 251, 0.1), 0px 4px 0px #469DEE, inset 0px 0px 35px rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.btn_blue:hover {
    /*transform: scale(1.01) !important;*/
    box-shadow: 0px 20px 40px rgba(73, 175, 251, 0.3), 0px 4px 0px #469DEE, inset 0px 0px 35px rgba(255, 255, 255, 0.1);
}

.btn_gold {
    transition: all 0.2s ease-in-out !important;
    background: #FEDD2D;
    box-shadow: 0px 4px 40px rgba(254, 221, 47, 0.15), 0px 4px 0px #F1C115, inset 0px 0px 35px rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.btn_gold:hover {
    box-shadow: 0px 4px 40px rgba(254, 221, 47, 0), 0px 4px 0px #F1C115, inset 0px 0px 35px rgba(255, 255, 255, 0.3);
}

#rec510378195 .t-submit {
    transition: all 0.5s ease-in-out !important;
    background: radial-gradient(98.75% 1580% at 1.25% 0%, rgba(94, 161, 240, 0.1875) 0%, rgba(123, 177, 255, 0.75) 50%, rgba(158, 203, 255, 0.1875) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, linear-gradient(93.43deg, #43ADFB 0.79%, #58AAF5 99.72%);
    box-shadow: 0px 4px 40px rgba(73, 175, 251, 0.1), 0px 4px 0px #469DEE, inset 0px 0px 35px rgba(255, 255, 255, 0.1);
    border-radius: 10px !important;
}

#rec510378195 .t-submit:hover {
    /*transform: scale(1.01) !important;*/
    box-shadow: 0px 20px 40px rgba(73, 175, 251, 0.3), 0px 4px 0px #469DEE, inset 0px 0px 35px rgba(255, 255, 255, 0.1);
}

#rec714490232 .t-submit {
    transition: all 0.5s ease-in-out !important;
    background: radial-gradient(98.75% 1580% at 1.25% 0%, rgba(94, 161, 240, 0.1875) 0%, rgba(123, 177, 255, 0.75) 50%, rgba(158, 203, 255, 0.1875) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, linear-gradient(93.43deg, #43ADFB 0.79%, #58AAF5 99.72%);
    box-shadow: 0px 4px 40px rgba(73, 175, 251, 0.1), 0px 4px 0px #469DEE, inset 0px 0px 35px rgba(255, 255, 255, 0.1);
    border-radius: 10px !important;
}

#rec714490232 .t-submit:hover {
    /*transform: scale(1.01) !important;*/
    box-shadow: 0px 20px 40px rgba(73, 175, 251, 0.3), 0px 4px 0px #469DEE, inset 0px 0px 35px rgba(255, 255, 255, 0.1);
}
/*Кнопка ГОЛУБАЯ*/   


/*Кнопка WHATSAPP*/
.btn_whatsapp {
    transition: all 0.5s ease-in-out !important;
    background: linear-gradient(135deg, #01D363 0%, #01D316 100%);
    box-shadow: inset 0px 4px 12px rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.btn_whatsapp:hover {
    transform: scale(1.01) !important;
    box-shadow: inset 0px 4px 12px rgba(255, 255, 255, 0.3);
}
/*Кнопка WHATSAPP*/

/*Заголовок градиент ЧЕРНЫЙ*/
.t-title {
   /* background: linear-gradient(91.59deg, #9CA0AC 0%, #21273C 22.92%, #777A82 50.52%, #21273C 75.52%, #9CA0AC 100%);*/
    background: #161a24;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.t-heading {
    background: #161a24;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
/*Заголовок градиент ЧЕРНЫЙ*/

/*Скругление Ответы и ВОПРОСЫ*/
.t668__wrapper {
    border-radius: 10px;
}
/*Скругление Ответы и ВОПРОСЫ*/