@font-face {
    font-family: "SegoeUI";
    src: url("../fonts/SegoeUI.ttf") format("TrueType");
    font-weight: 400;
}
@font-face {
    font-family: "SegoeUI-SemiBold";
    src: url("../fonts/SegoeUI-SemiBold.ttf") format("TrueType");
    font-weight: 600;
}
@font-face {
    font-family: "SegoeUI-Bold";
    src: url("../fonts/SegoeUI-Bold.ttf") format("TrueType");
    font-weight: 700;
}
* {
    box-sizing: border-box;
    margin: 0;
}
a {
    outline: none;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

li {
    list-style-type: none;
}

ul {
    padding: 0;
}
html,
body {
    padding: 0;
    min-height: 100vh;
    background: #F1FAFF;
    font-family: "SegoeUI";
    font-weight: 400;
    max-width: 1920px;
    margin: 0 auto;
    color: #444444;
}
.fw-400{
    font-family: "SegoeUI";
}
.fw-600{
    font-family: "SegoeUI-SemiBold";
}
.fw-700{
    font-family: "SegoeUI-Bold";
}
ul.disc li {
    list-style: disc;
}
.cursor-pointer{
    cursor: pointer;
}
.animation{
    transition: all 0.3s;
}
.color-white{
    color: #ffffff;
}
.color-blue{
    background: linear-gradient(91.24deg, #00A9FF 0%, #00E3FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.color-blue2{
    color: #02A0F9;
}
.color-gray{
    color: #656565;
}
.color-black{
    color: #000;
}
.color-def{
    color: #444444;
}
a{
    transition: all 0.3s;
}
a:hover{
    color: #02A0F9;
}
.border-blue{
    border-color: #02A0F9 !important;
}
/*a.color-blue:hover{*/
/*    color: #ffffff;*/
/*}*/
a.color-blue:hover{
    color: #02A0F9 !important;
    -webkit-text-fill-color: #02A0F9;
}
.button{
    transition: all 0.3s;
    cursor: pointer;
}
.button.bg-blue-gradient{
    position: relative;
    overflow: hidden;
}
.button.bg-blue-gradient:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #02A0F9;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
}
.button.bg-blue-gradient:hover:before{
    opacity: 1;
}
.button.border-2.border.border-blue:hover{
    background: #02A0F9;
    color: #ffffff !important;
    -webkit-text-fill-color: white;
}
.bg-blue-gradient{
    background: linear-gradient(91.24deg, #00A9FF 0%, #00E3FF 100%);
}
.bg-def{
    background-color: #F1FAFF;
}
.bg-white{
    background-color: #ffffff;
}
.shadow-my{
    box-shadow: 0px 4px 20px 0px #00A0FF26;
}
.circleBlueBefore{
    position: relative;
}
.circleBlueBefore:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    opacity: 0.5;
    background: radial-gradient(50% 50% at 50% 50%, #00A0FF 0%, #00E3FF 100%);
    filter: blur(75px);
}
.translateTop50 {
    transform: translateY(-50px);
    margin-bottom: -55px !important;
}
.iconCircleAbsolute {
    position: absolute;
    right: 40px;
    top: 47%;
    transform: translateY(-50%);
}
.tarifCircleTranslateTop {
    transform: translateY(-70px);
    margin-bottom: -70px;
    text-align: end;
}
.revLogo{
    max-width: 150px;
}
.sliderArrowBlock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
#mobMenu .offcanvas-header:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 93%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(91.24deg, #00A9FF 0%, #00E3FF 100%);
}
#mobMenu.offcanvas-top{
    height: 350px;
}
.offcanvas-backdrop{
    background: #00A0FF99;
}
.offcanvas-backdrop.show{
    opacity: 1;
}
.absoluteQuotes {
    position: absolute;
    bottom: 0;
    right: 0;
}
.bigAbsNumber {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
    margin-right: 25px;
}
.gosListNumber:nth-child(2){
    transform: translateX(-100px);
}
.gosListNumber:nth-child(3){
    transform: translateX(-200px);
}
.gosListNumber:nth-child(4){
    transform: translateX(-300px);
}
.bigWidth80{
    width: calc(100% + 80px);
}
.lineStapItem{
    min-height: 194px;
}
.imgLineStap {
    position: absolute;
    left: 0;
    width: 100%;
}
.imgLineStap svg{
    width: 100%;
}
.absPartnerImg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
[data-action="blog"]{
    transition: all 0.3s;
    cursor: pointer;
}
[data-action="blog"]:hover{
    color: #02A0F9;
}
[data-action="blog"].active{
    color: #02A0F9;
}
.scrollBlock {
    overflow: auto;
    padding-bottom: 20px;
}
.formInput.error{
    box-shadow: inset 0 0 0px 1px #ff9090;
}
.fancybox__backdrop{
    background: rgba(0, 160, 255, 0.6) !important;
}
div#popupCall .carousel__button.is-close {
    top: 20px;
    right: 20px;
    background: #00E3FF;
    border-radius: 5px !important;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#popupCall .carousel__button.is-close svg{
    width: 9px;
    height: auto;
}
div#popupCall .carousel__button.is-close svg path {
    stroke: #00A9FF;
}
.outline-none {
    outline: none !important;
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1160px;
    }
}
@media all and (max-width: 991px){
    .lh-60 {
        line-height: 36px;
    }
    .f-50 {
        font-size: 30px;
    }
    .logoHeader svg{
        width: 106px;
    }
    .lh-44 {
        line-height: 22px;
    }
    .f-40 {
        font-size: 20px;
    }
    .applicationIndexBlock img{
        max-height: 45px;
    }
    .fw-700.f-40.lh-53 {
        font-size: 25px;
        line-height: 33px;
    }
    .translateTop50 {
        transform: translateY(-35px);
        margin-bottom: -35px !important;
    }
    .iconCircleAbsolute {
        position: absolute;
        right: 20px;
        top: -30px;
        transform: translateY(0);
        max-width: 88px;
    }
    .iconCircleAbsolute svg{
        width: 100%;
        height: auto;
    }
    .lh-37 {
        line-height: 26px;
    }
    .f-28 {
        font-size: 20px;
    }
    .lh-30 {
        line-height: 24px;
    }
    .f-20 {
        font-size: 16px;
    }
    .lh-46 {
        line-height: 33px;
    }
    .f-35 {
        font-size: 25px;
    }
    .fw-700.f-40.lh-44{
        font-size: 25px;
        line-height: 27px;
    }
    .lh-31 {
        line-height: 21px;
    }
    .f-24 {
        font-size: 16px;
    }
    .lh-27 {
        line-height: 24px;
    }
    .f-18 {
        font-size: 16px;
    }
    .sliderArrowBlock {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
        height: auto;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: end;
        margin-bottom: 10px;
    }
    .sliderArrow svg{
        width: 49px;
        height: auto;
    }
    .sliderArrow:first-child{
        margin-right: 10px;
    }
    .paddingSlider .slick-list{
        padding-right: 150px;
    }
    .translateTop50.noTranslateMob{
        transform: translateY(0) !important;
        margin-bottom: 0 !important;
    }
    .gosListNumber{
        transform: translateX(0) !important;
    }
    .bigAbsNumber {
        position: relative;
        top: -20px;
        margin-bottom: -20px;
        margin-right: 25px;
    }
    .bigAbsNumber svg{
        max-height: 48px;
        width: auto;
    }
    .f-16mob{
        font-size: 16px !important;
        line-height: 21px !important;
    }
    .lh-48 {
        line-height: 33px;
    }
    .typeSignList svg{
        max-width: 88px;
        height: auto;
    }
    .bigWidth80{
        width: auto;
    }
    .f-20mob{
        font-size: 20px !important;
        line-height: 26px !important;
    }
    .lineStapItem{
        min-height: auto;
        position: relative;
        z-index: 2;
    }
    .absPartnerImg {
        position: relative;
        top: -100px;
        margin-bottom: -80px;
        transform: translate(0);
    }
    .fw-700.f-55.lh-60{
        line-height: 27px;
        font-size: 25px;
    }
    .fw-700.f-50.lh-70 {
        font-size: 30px;
        line-height: 36px;
    }
    .fw-600.f-90.lh-90{
        font-size: 40px;
        line-height: 40px;
    }
}

.questionBlock {
    background: #f2f2f2;
    padding: 15px;
    margin: 15px 0px;
    border-radius: 10px;
    min-width: 300px;
    width: 100%;
    color: #000 !important;
}

.questionBlock a {
    color: #000 !important;
}

.questionBlock:hover {
    cursor: pointer;
    filter: brightness(0.95);
}

.questionBlock b {
    font-weight: bold;
    font-size: 1.2em;
    display: block;
    margin-bottom: 5px;
    line-height: 1.2em;
}
