body {
    font-family: 'Montserrat'!important;
}
.security {
    background: url(../img/security.png);
    background-size: cover;
    background-position: center;
    background-color: transparent;
    background-repeat: no-repeat;
}
.security__col {
    position: relative;
    padding-bottom: 30px;
}
.security__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
    opacity: 0.8;
    z-index: 0;
}

.security__header {
    margin: 77px 0 37px;
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 78px;
    background: linear-gradient(89.54deg, #1EC0F3 3.06%, #194D99 88.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
}
.security__header:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: url(./../img/marker.svg);
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    animation-name: spin;
    animation-duration: 90s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.security__text {
    margin: 37px 0 31px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: black;
    position: relative;
    z-index: 1;
}
.security__colored-text {
    font-weight: 700;
    color: #1EC0F3;
}
.security__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 30px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: black;
    position: relative;
    z-index: 1;
}
.security__list > img {
    flex-shrink: 0;
    margin-right: 20px;
}
.security__text-title {
    margin-top: 40px;
}
.security__footer {
    margin: 10% 0 65px 0;
    color: #9DD5ED;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.security__tel {
    display: inline-block;
    border-bottom: solid 2px #FFFEFE;
}
.security__tel:hover {
    border-bottom: solid 2px #fbbf78;
}
.security__tel a {
    color: #FFFEFE;
    text-decoration: none;
}
.security__tel a:hover,
.security__tel a:focus {
    text-decoration: none;
    color: #fbbf78;
}
.security__tel:hover a,
.security__tel:focus a {
    text-decoration: none;
    color: #fbbf78;
}
.security__footer .security__bik {
    margin: 16px 0;
}

@media screen and (max-width: 1199px){

    .security__header:after {
        width: 78px;
        height: 78px;
        right: auto;
        top: 74px;
        left: 556px;
    }
}

@media screen and (max-width: 767px){

    .security__header {
        max-width: 500px;
        margin: 30px auto 20px;
        font-size: 48px;
    }
    .security__header:after {
        left: 412px;
    }
    .security__text {
        margin: 20px 0;
    }
    .security__footer {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px){
    .security__header {
        max-width: 300px;
        font-size: 27px;
    }
    .security__header span {
        max-width: 282px;
        display: inline-block;
        line-height: 170%;
    }
    .security__header:after {
        width: 60px;
        height: 60px;
        top: 40px;
        left: 235px;
    }
    .security__list {
        display: flex;
    }
    .security__list > img {
        height: 100%;
    }
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(-360deg);
    }
}
