@import url("bootstrap.min.css");
@import url("fancybox.css");
@import url("reset.css");
@import url("swiper.min.css");
@import url("wow.css");

.fa-beat:hover {
    -webkit-animation-name: fa-beat;
    animation-name: fa-beat;
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 3s);
    animation-duration: var(--fa-animation-duration, 3s)
}

.fa-beat-shade:hover {
    -webkit-animation-name: fa-beat-fade;
    animation-name: fa-beat-fade;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 3s);
    animation-duration: var(--fa-animation-duration, 3s)
}

.fa-shake {
    -webkit-animation-name: fa-shake;
    animation-name: fa-shake;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 3s);
    animation-duration: var(--fa-animation-duration, 3s)
}

.form-phone:hover .fa-shake-hover {
    -webkit-animation-name: fa-shake;
    animation-name: fa-shake;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 3s);
    animation-duration: var(--fa-animation-duration, 3s)
}

@-webkit-keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    8%,
    24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%,
    28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    40%,
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    8%,
    24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%,
    28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    40%,
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes fa-beat-fade {
    0% {
        opacity: var(--fa-beat-fade-opacity, 0.4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50%,
    to {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@keyframes fa-beat {
    0% {
        opacity: var(--fa-beat-fade-opacity, 0.4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50%,
    to {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@-webkit-keyframes fa-beat-fade {

    0%,
    to {
        opacity: var(--fa-beat-fade-opacity, 0.4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@keyframes fa-beat-fade {

    0%,
    to {
        opacity: var(--fa-beat-fade-opacity, 0.4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@font-face {
    font-family: "Cabin Regular";
    src: url("../fonts/Cabin/Cabin-Regular.eot");
    src: url("../fonts/Cabin/Cabin-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Cabin/Cabin-Regular.ttf") format("truetype"), url("../fonts/Cabin/Cabin-Regular.woff") format("woff"), url("../fonts/Cabin/Cabin-Regular.woff2") format("woff2"), url("../fonts/Cabin/Cabin-Regular.svg") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Cabin Bold";
    src: url("../fonts/Cabin/Cabin-Bold.eot");
    src: url("../fonts/Cabin/Cabin-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Cabin/Cabin-Bold.woff") format("woff"), url("../fonts/Cabin/Cabin-Bold.woff2") format("woff2"), url("../fonts/Cabin/Cabin-Bold.svg") format("svg");
    font-weight: 700;
    font-style: normal
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important
}

.wow {
    visibility: hidden
}

iframe {
    max-width: 100%
}

img {
    max-width: 100%;
    height: auto
}

.text-right {
    text-align: right !important
}

.text-left {
    text-align: left !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 20px 0;
    font-style: normal;
    font-weight: normal;
    font-family: "Cabin Bold", sans-serif;
    color: #5D8BFF
}

h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
    margin: 0
}

@media (max-width: 991px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 18px 0
    }
}

strong,
b {
    font-family: "Cabin Bold", sans-serif;
    color: #5D8BFF
}

h1 {
    font-size: 40px;
    line-height: 53px
}

h2 {
    font-size: 38px;
    line-height: 48px
}

h3 {
    font-size: 36px;
    line-height: 46px
}

h4 {
    font-size: 30px;
    line-height: 40px
}

h5 {
    font-size: 24px;
    line-height: 34px
}

h6 {
    font-size: 22px;
    line-height: 32px
}

body {
    font-family: "Cabin Regular", sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: 19px;
    color: #141414;
    background: #EDF1FD;
    position: relative
}

body p {
    margin: 0 0 15px
}

body p:last-child {
    margin: 0
}

body.fixed {
    position: fixed;
    width: 100%
}

@media (max-width: 1199px) {
    body {
        font-size: 15px;
        line-height: 21px
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 45px;
        line-height: 50px
    }

    h2 {
        font-size: 35px;
        line-height: 40px
    }

    h3 {
        font-size: 25px;
        line-height: 33px
    }

    h4 {
        font-size: 21px;
        line-height: 26px
    }

    h5,
    h6 {
        font-size: 16px
    }
}

.aligncenter {
    margin: 10px auto;
    display: block
}

.alignright {
    float: right;
    margin: 0 0 20px 20px
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0
}

a {
    color: #5D8BFF;
    text-decoration: none;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s
}

a:hover,
a:focus,
a:active {
    color: #1639a1;
    text-decoration: underline
}

@media (min-width: 1300px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1205px !important
    }
}

@media (min-width: 1100px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 90%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 88%
    }
}

@media (min-width: 992px) {
    .visib-mob {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visib-md {
        display: block !important
    }

    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .visib-md {
        display: none !important
    }
}

@media (max-width: 991px) {

    .hidden-mob,
    .visib-md {
        display: none !important
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding: 0 15px
    }
}

@media (max-width: 767px) {
    .hidden-mobsm {
        display: none !important
    }
}

.hidden {
    display: none !important
}

.hdr {
    position: relative;
    z-index: 10
}

.hdr-bottom {
    padding: 20px 0;
    background: #fff;
    position: relative;
    z-index: 12;
    min-height: 80px;
    -webkit-display: flex;
    display: flex;
    align-items: center
}

.hdr-top {
    padding: 10px 0;
    background: #5D8BFF;
    position: relative;
    z-index: 12;
    min-height: 50px;
    -webkit-display: flex;
    display: flex;
    align-items: center
}

.hdr .row {
    justify-content: space-between
}

.hdr .row>div {
    -webkit-display: flex;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.hdr .row>div:last-child {
    justify-content: flex-end
}

.hdr-lang a {
    font-family: "Cabin Bold", sans-serif;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    display: block;
    line-height: 46px
}

.hdr-lang ul {
    display: flex;
    flex-direction: row
}

.hdr-lang .current-lang a,
.hdr-lang a:hover,
.hdr-lang a:focus,
.hdr-lang a:active {
    background: #EDF1FD;
    color: #5D8BFF;
    text-decoration: none
}

.hdr-work {
    font-size: 15px;
    color: #fff;
    line-height: 19px;
    padding-left: 30px;
    background: url(../img/time.svg) left no-repeat;
    background-size: 17px !important
}

.hdr-mail {
    font-size: 15px;
    color: #fff;
    line-height: 19px;
    padding-left: 30px;
    margin-left: 40px;
    background: url(../img/email.svg) left no-repeat;
    background-size: 20px !important
}

.hdr-logo {
    display: flex
}

.hdr li {
    list-style: none
}

.hdr-phones {
    padding: 0;
    margin-right: 55px;
    position: relative;
    z-index: 0
}

.hdr-phone {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: #5D8BFF;
    display: inline-block;
    padding-left: 35px
}

.hdr-phone.special-bg {
    padding: 7px 0 7px 35px;
    background-size: 30px !important
}

.hdr-phone.special-bg:before {
    display: none
}

.hdr-phone:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    z-index: -1;
    background-size: 13px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #EDF1FD url(../img/phone.svg) center no-repeat
}

.hdr-phone:hover,
.hdr-phone:focus,
.hdr-phone:active {
    color: #141414;
    text-decoration: none
}

.hdr .menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    align-content: center
}

.hdr .menu .sub-menu {
    display: none;
    position: absolute;
    left: -25%;
    width: 100%;
    min-width: 487px;
    top: 100%;
    background: #fff;
    padding: 35px 20px 15px
}

.hdr .menu .sub-menu li {
    width: 33%;
    float: left
}

.hdr .menu .sub-menu li>a {
    font-size: 16px;
    line-height: 25px;
    font-family: "Cabin Regular", sans-serif
}

.hdr .menu li {
    list-style: none;
    position: relative;
    z-index: 0
}

.hdr .menu li a {
    font-family: "Cabin Bold", sans-serif;
    font-size: 16px;
    line-height: 27px;
    text-align: left;
    padding: 0;
    display: block;
    position: relative;
    z-index: 0;
    color: #5D8BFF;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s
}

.hdr .menu li a:hover,
.hdr .menu li a:focus,
.hdr .menu li a:active {
    color: #141414;
    text-decoration: none
}

.hdr-mobile_btn {
    border: none;
    width: 30px;
    height: 23px;
    margin: 0;
    display: none;
    background-size: cover !important;
    background: url(../img/menu-ic.svg) center no-repeat
}

@media (max-width: 991px) {
    .hdr-bottom {
        background: #5D8BFF
    }

    .hdr-top {
        padding: 15px 0
    }

    .hdr-top .row>div:last-child {
        justify-content: space-between
    }

    .hdr-mobile_btn {
        display: inline-block
    }

    .hdr-phones {
        margin-right: 15px;
        margin-left: -15px
    }

    .hdr-phone {
        font-size: 17px;
        line-height: 16px;
        color: #fff !important;
        padding-left: 35px
    }

    .hdr-phone:before {
        background: url(../img/phone-light.svg) center no-repeat;
        background-size: 15px !important
    }
}

@media (min-width: 992px) and (max-width: 1300px) {

    .hdr .menu a,
    .hdr-phone {
        font-size: 13px !important
    }

    .hdr-phones {
        margin-right: 15px
    }

    .hdr-phone {
        padding-left: 45px
    }

    .hdr-phone:before {
        background-size: 10px !important
    }
}

.menu-opened {
    overflow: hidden
}

.menu-opened .mobile-menu_close {
    display: block
}

.mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    height: 100vh;
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    background: rgba(0, 0, 0, 0.4)
}

.mobile-menu .main-block_btn {
    margin: 30px 0
}

.mobile-menu_close {
    border: none;
    width: 20px;
    height: 20px;
    margin: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 20px !important;
    background: url(../img/close-ic.svg) center no-repeat
}

.mobile-menu.opened {
    opacity: 1;
    z-index: 999
}

.mobile-menu.opened .mobile-menu_wp {
    width: 100%;
    text-align: center;
    right: 0;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.mobile-menu.opened .mobile-menu_wp:before {
    bottom: 35px
}

.mobile-menu .hdr-phone {
    color: #5D8BFF !important;
    font-size: 15px;
    line-height: 19px;
    padding-left: 55px
}

.mobile-menu .hdr-phone:before {
    width: 40px;
    height: 40px;
    background: #5D8BFF url(../img/phone-light.svg) center no-repeat
}

.mobile-menu li {
    list-style: none
}

.mobile-menu .hdr-phones {
    margin: 5px 0 0;
    min-height: 40px;
    display: flex;
    align-items: center
}

.mobile-menu .hdr-phones:before {
    left: 0;
    background: #5D8BFF url(../img/phone-light.svg) center no-repeat
}

.mobile-menu .hdr-mail,
.mobile-menu .hdr-work {
    font-size: 15px;
    line-height: 18px;
    background: none;
    color: #5D8BFF;
    position: relative;
    padding-left: 55px;
    min-height: 40px;
    margin: 5px 0 0;
    display: flex;
    text-align: left;
    justify-content: flex-start;
    align-items: center
}

.mobile-menu .hdr-work:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-size: 20px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #5D8BFF url(../img/time.svg) center no-repeat
}

.mobile-menu .hdr-mail:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-size: 20px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #5D8BFF url(../img/email.svg) center no-repeat
}

.mobile-menu_left {
    width: 40%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 103
}

.mobile-menu_top {
    position: relative;
    z-index: 0;
    padding: 5px 0;
    margin: 0
}

.mobile-menu .soc-list_type2 {
    text-align: left;
    margin: 25px 0
}

.mobile-menu .soc-list {
    display: inline-flex
}

.mobile-menu .hdr-lang {
    margin: 40px 0 20px
}

.mobile-menu_wp {
    width: 0;
    background: #fff;
    position: absolute;
    right: -100%;
    height: 100%;
    top: 0;
    padding: 35px 20px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    opacity: 0;
    z-index: 111;
    overflow: auto;
    border: 2px solid transparent
}

.mobile-menu_wp .menu {
    clear: both;
    display: block !important;
    flex-direction: column;
    position: relative;
    align-content: start;
    z-index: 105;
    margin: 15px 0 30px
}

.mobile-menu_wp .menu .sub-menu {
    display: none
}

.mobile-menu_wp .menu li {
    list-style: none;
    margin: 0 0 20px;
    text-align: left
}

.mobile-menu_wp .menu a {
    font-family: "Cabin Bold", sans-serif;
    font-size: 16px;
    line-height: 27px;
    text-align: left;
    color: #5D8BFF
}

@media (min-width: 992px) {
    .mobile-menu {
        display: none
    }
}

.main-block {
    overflow: hidden;
    position: relative;
    z-index: 2
}

.main-block ul,
.main-block ol {
    padding: 0 0 0 25px;
    margin: 0 0 10px
}

.main-block ul>li {
    padding: 5px 0px 5px 20px;
    background: url(../img/list-ic.svg) left 5px no-repeat;
    background-size: 15px !important;
    list-style: none
}

.main-block_t {
    font-family: Cabin;
    font-family: "Cabin Bold", sans-serif;
    font-size: 38px;
    line-height: 48px;
    text-align: center;
    color: #5D8BFF;
    margin: 30px 0
}

@media (max-width: 1199px) {
    .main-block_t {
        font-size: 28px;
        line-height: 34px;
        margin: 25px 0
    }
}

.main-block .wpcf7 input[type=submit],
.main-block_btn,
.wpcf7 .wpcf7 input[type=submit],
.wpcf7_btn,
.modal .wpcf7 input[type=submit],
.modal_btn {
    font-family: "Cabin Regular", sans-serif;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-style: normal;
    display: inline-block;
    background: #5D8BFF;
    padding: 17px 15px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    min-width: 280px;
    max-width: 100%;
    text-align: center;
    margin: 25px 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid transparent
}

.main-block .wpcf7 input[type=submit] a,
.main-block_btn a,
.wpcf7 .wpcf7 input[type=submit] a,
.wpcf7_btn a,
.modal .wpcf7 input[type=submit] a,
.modal_btn a {
    color: #fff;
    font-family: "Cabin Regular", sans-serif;
    font-size: 16px;
    line-height: 19px
}

.main-block .wpcf7 input[type=submit] a:hover,
.main-block .wpcf7 input[type=submit] a:focus,
.main-block .wpcf7 input[type=submit] a:active,
.main-block_btn a:hover,
.main-block_btn a:focus,
.main-block_btn a:active,
.wpcf7 .wpcf7 input[type=submit] a:hover,
.wpcf7 .wpcf7 input[type=submit] a:focus,
.wpcf7 .wpcf7 input[type=submit] a:active,
.wpcf7_btn a:hover,
.wpcf7_btn a:focus,
.wpcf7_btn a:active,
.modal .wpcf7 input[type=submit] a:hover,
.modal .wpcf7 input[type=submit] a:focus,
.modal .wpcf7 input[type=submit] a:active,
.modal_btn a:hover,
.modal_btn a:focus,
.modal_btn a:active {
    text-decoration: none
}

.main-block .wpcf7 input[type=submit].active.nav-item,
.main-block .wpcf7 input[type=submit].type2,
.main-block_btn.active.nav-item,
.main-block_btn.type2,
.wpcf7 .wpcf7 input[type=submit].active.nav-item,
.wpcf7 .wpcf7 input[type=submit].type2,
.wpcf7_btn.active.nav-item,
.wpcf7_btn.type2,
.modal .wpcf7 input[type=submit].active.nav-item,
.modal .wpcf7 input[type=submit].type2,
.modal_btn.active.nav-item,
.modal_btn.type2 {
    background: #fff;
    color: #5D8BFF;
    border-color: #5D8BFF
}

.main-block .wpcf7 input[type=submit].active.nav-item a,
.main-block .wpcf7 input[type=submit].type2 a,
.main-block_btn.active.nav-item a,
.main-block_btn.type2 a,
.wpcf7 .wpcf7 input[type=submit].active.nav-item a,
.wpcf7 .wpcf7 input[type=submit].type2 a,
.wpcf7_btn.active.nav-item a,
.wpcf7_btn.type2 a,
.modal .wpcf7 input[type=submit].active.nav-item a,
.modal .wpcf7 input[type=submit].type2 a,
.modal_btn.active.nav-item a,
.modal_btn.type2 a {
    color: #5D8BFF
}

.main-block .wpcf7 input[type=submit]:hover,
.main-block .wpcf7 input[type=submit]:focus,
.main-block .wpcf7 input[type=submit]:active,
.main-block_btn:hover,
.main-block_btn:focus,
.main-block_btn:active,
.wpcf7 .wpcf7 input[type=submit]:hover,
.wpcf7 .wpcf7 input[type=submit]:focus,
.wpcf7 .wpcf7 input[type=submit]:active,
.wpcf7_btn:hover,
.wpcf7_btn:focus,
.wpcf7_btn:active,
.modal .wpcf7 input[type=submit]:hover,
.modal .wpcf7 input[type=submit]:focus,
.modal .wpcf7 input[type=submit]:active,
.modal_btn:hover,
.modal_btn:focus,
.modal_btn:active {
    color: #fff !important;
    text-decoration: none;
    background: #141414;
    border: 1px solid #141414
}

@media (max-width: 767px) {

    .main-block .wpcf7 input[type=submit],
    .main-block_btn,
    .wpcf7 .wpcf7 input[type=submit],
    .wpcf7_btn,
    .modal .wpcf7 input[type=submit],
    .modal_btn {
        min-width: 100%
    }
}

@media (max-width: 991px) {

    .main-block .wpcf7 input[type=submit],
    .main-block_btn,
    .wpcf7 .wpcf7 input[type=submit],
    .wpcf7_btn,
    .modal .wpcf7 input[type=submit],
    .modal_btn {
        margin: 15px auto
    }
}

@media (max-width: 767px) {

    .main-block .wpcf7 input[type=submit],
    .main-block_btn,
    .wpcf7 .wpcf7 input[type=submit],
    .wpcf7_btn,
    .modal .wpcf7 input[type=submit],
    .modal_btn {
        font-size: 16px;
        line-height: 19px;
        margin: 0
    }
}

.soc-list_type2 .soc-list a.telegram:before {
    background: url(../img/telegram2.svg) center no-repeat
}

.soc-list_type2 .soc-list a.telegram:hover:before,
.soc-list_type2 .soc-list a.telegram:focus:before,
.soc-list_type2 .soc-list a.telegram:active:before {
    background: url(../img/telegram-dark.svg) center no-repeat
}

.soc-list_type2 .soc-list a.inst:before {
    background: url(../img/instagram2.svg) center no-repeat
}

.soc-list_type2 .soc-list a.inst:hover:before,
.soc-list_type2 .soc-list a.inst:focus:before,
.soc-list_type2 .soc-list a.inst:active:before {
    background: url(../img/instagram-dark.svg) center no-repeat
}

.soc-list_type2 .soc-list a.viber:before {
    background: url(../img/viber2.svg) center no-repeat
}

.soc-list_type2 .soc-list a.viber:hover:before,
.soc-list_type2 .soc-list a.viber:focus:before,
.soc-list_type2 .soc-list a.viber:active:before {
    background: url(../img/viber-dark.svg) center no-repeat
}

.soc-list_type2 .soc-list a.fb:before {
    background: url(../img/facebook2.svg) center no-repeat
}

.soc-list_type2 .soc-list a.fb:hover:before,
.soc-list_type2 .soc-list a.fb:focus:before,
.soc-list_type2 .soc-list a.fb:active:before {
    background: url(../img/facebook-dark.svg) center no-repeat
}

.soc-list {
    -webkit-display: flex;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    flex-direction: row
}

.soc-list a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.soc-list a:before {
    content: '';
    width: 28px;
    height: 28px;
    background-size: 28px !important
}

.soc-list a.telegram:before {
    background: url(../img/telegram.svg) center no-repeat
}

.soc-list a.telegram:hover:before,
.soc-list a.telegram:focus:before,
.soc-list a.telegram:active:before {
    background: url(../img/telegram-dark.svg) center no-repeat
}

.soc-list a.inst:before {
    background: url(../img/instagram.svg) center no-repeat
}

.soc-list a.inst:hover:before,
.soc-list a.inst:focus:before,
.soc-list a.inst:active:before {
    background: url(../img/instagram-dark.svg) center no-repeat
}

.soc-list a.viber:before {
    background: url(../img/viber.svg) center no-repeat
}

.soc-list a.viber:hover:before,
.soc-list a.viber:focus:before,
.soc-list a.viber:active:before {
    background: url(../img/viber-dark.svg) center no-repeat
}

.soc-list a.fb:before {
    background: url(../img/facebook.svg) center no-repeat
}

.soc-list a.fb:hover:before,
.soc-list a.fb:focus:before,
.soc-list a.fb:active:before {
    background: url(../img/facebook-dark.svg) center no-repeat
}

.ftr {
    background: #EDF1FD;
    overflow: hidden;
    position: relative;
    z-index: 5;
    color: #5D8BFF
}

.ftr-top {
    padding: 65px 0 0
}

.ftr .row {
    align-items: flex-start;
    justify-content: space-between
}

.ftr li {
    list-style: none;
    margin: 0 0 10px
}

.ftr li:last-child {
    margin: 0
}

.ftr ul,
.ftr ol {
    padding: 0
}

.ftr-logo {
    line-height: 1;
    display: flex
}

.ftr-logo:hover,
.ftr-logo:focus,
.ftr-logo:active {
    text-decoration: none;
    color: inherit
}

.ftr .hdr-phones {
    margin: 0;
    display: flex;
    align-items: center
}

.ftr .hdr-phones .hdr-phone {
    padding-left: 50px
}

.ftr .hdr-phones .hdr-phone.special-bg {
    background-size: 35px !important;
    padding: 7px 0 7px 50px
}

.ftr .hdr-phones .hdr-phone:before {
    width: 40px;
    height: 40px;
    background: #5D8BFF url(../img/phone-light.svg) center no-repeat
}

.ftr .hdr-phones+.hdr-phones {
    margin: 10px 0 0
}

.ftr .hdr-mail,
.ftr .hdr-work {
    font-size: 16px;
    line-height: 20px;
    background: none;
    color: #5D8BFF;
    position: relative;
    padding-left: 55px;
    min-height: 40px;
    margin: 10px 0 0;
    display: flex;
    align-items: center
}

.ftr .hdr-work:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-size: 20px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #5D8BFF url(../img/time.svg) center no-repeat
}

.ftr .hdr-mail:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-size: 20px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #5D8BFF url(../img/email.svg) center no-repeat
}

.ftr .hdr-phone {
    font-family: "Cabin Regular", sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #5D8BFF
}

.ftr .hdr-phone:hover,
.ftr .hdr-phone:active,
.ftr .hdr-phone:focus {
    color: #141414;
    text-decoration: none
}

.ftr .menu .sub-menu {
    display: none;
    position: relative;
    left: 0;
    width: 100%;
    top: 100%;
    background: #fff;
    padding: 35px 20px 15px
}

.ftr .menu .sub-menu li {
    width: 100%
}

.ftr .menu .sub-menu li>a {
    font-size: 16px;
    line-height: 25px;
    font-family: "Cabin Regular", sans-serif
}

.ftr .menu li>a {
    font-family: "Cabin Regular", sans-serif;
    font-size: 16px;
    line-height: 27px;
    text-align: left;
    color: #5D8BFF
}

.ftr .menu li>a:hover,
.ftr .menu li>a:active,
.ftr .menu li>a:focus {
    color: #141414;
    text-decoration: none
}

.ftr-copyright {
    font-family: "Cabin Regular", sans-serif;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    padding: 30px 0 15px;
    position: relative
}

.ftr-copyright p {
    display: inline-block
}

.ftr-copyright a {
    color: #5D8BFF;
    text-decoration: underline
}

.ftr-copyright a:hover,
.ftr-copyright a:active,
.ftr-copyright a:focus {
    text-decoration: none
}

.ftr .soc-list {
    width: 100%;
    flex-direction: row;
    padding: 20px 0 0;
    justify-content: flex-start
}

.ftr-t {
    font-family: "Cabin Regular", sans-serif;
    color: #5D8BFF;
    font-size: 27px;
    line-height: 33px;
    margin: -10px 0 20px
}

@media (max-width: 991px) {
    .ftr .menu {
        flex-direction: column;
        gap: 10px 0;
        margin: 10px 0
    }

    .ftr .hdr-phone {
        color: #5D8BFF !important
    }

    .ftr .hdr-phone:before {
        width: 30px;
        height: 30px
    }

    .ftr .hdr-phones {
        float: none;
        margin: 15px 0 0
    }

    .ftr .hdr-phones+.hdr-phones {
        margin: 15px 0 0
    }

    .ftr-t {
        margin: 25px 0 20px
    }
}

@media (min-width: 992px) and (max-width: 1360px) {
    .ftr .soc-list a {
        width: 34px;
        height: 34px !important;
        background-size: 32px !important
    }

    .ftr .menu li>a {
        font-size: 15px
    }
}

@media (max-width: 767px) {
    .ftr-top {
        padding: 45px 0 40px
    }

    .ftr-logo {
        margin: 0 0 15px
    }

    .ftr .main-block_btn {
        margin: 10px 0
    }

    .ftr li {
        margin: 0 0 7px
    }

    .ftr .menu {
        margin: 15px 0 10px
    }

    .ftr-t {
        margin: 15px 0
    }

    .ftr-copyright {
        padding: 0 0 15px
    }

    .ftr .hdr-phones,
    .ftr .hdr-mail,
    .ftr .hdr-work {
        margin: 5px 0 !important;
        font-size: 15px;
        line-height: 18px;
        min-height: 35px;
        color: #5D8BFF
    }

    .ftr .hdr-phones:before,
    .ftr .hdr-mail:before,
    .ftr .hdr-work:before {
        width: 35px;
        height: 35px
    }

    .ftr .hdr-phone {
        padding-left: 50px
    }

    .ftr .hdr-phone.special-bg {
        background-size: 30px !important
    }

    .ftr .hdr-phone:before {
        width: 35px !important;
        height: 35px !important;
        background-size: 15px !important
    }

    .ftr .soc-list {
        padding: 10px 0 0
    }
}

.about-block {
    padding: 45px 0;
    font-size: 16px;
    line-height: 24px;
    font-family: sans-serif;
    color: #141414
}

.about-block p {
    margin: 0 0 10px
}

.about-block .main-block_t {
    text-align: left;
    margin: 5px 0 20px
}

.about-block_img {
    width: 100%;
    max-width: 100%;
    height: 472px;
    background-size: cover !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.about-block_txt {
    font-size: 16px;
    line-height: 24px;
    font-family: sans-serif;
    color: #141414;
    margin: 5px 0 0
}

@media (max-width: 767px) {
    .about-block_img {
        height: 200px
    }
}

.wpcf7-form {
    text-align: center
}

.wpcf7-form .wpcf7-response-output {
    padding: 20px 0 !important;
    margin: 0 !important
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-form.aborted .wpcf7-response-output {
    border-color: transparent !important;
    color: #ff0000 !important
}

.wpcf7-form.valid .wpcf7-response-output,
.wpcf7-form.sent .wpcf7-response-output {
    border-color: transparent !important;
    color: green !important
}

.wpcf7-form label {
    font-family: "Cabin Regular", sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: gray;
    display: block;
    margin: 0 0 20px
}

.wpcf7-form .wpcf7-not-valid-tip {
    display: none
}

.wpcf7-form .wpcf7-not-valid.wpcf7-form-control {
    border-bottom: 3px solid #ff0000 !important
}

.wpcf7-form .select::-ms-expand {
    display: none
}

.wpcf7-form select,
.wpcf7-form input[type=text],
.wpcf7-form input[type=number],
.wpcf7-form input[type=date],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
    border: 3px solid transparent;
    border-bottom: 3px solid #fff !important;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    font-family: "Cabin Regular", sans-serif;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    height: 55px;
    width: 100%;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wpcf7-form select:hover,
.wpcf7-form select:focus,
.wpcf7-form select:active,
.wpcf7-form input[type=text]:hover,
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=text]:active,
.wpcf7-form input[type=number]:hover,
.wpcf7-form input[type=number]:focus,
.wpcf7-form input[type=number]:active,
.wpcf7-form input[type=date]:hover,
.wpcf7-form input[type=date]:focus,
.wpcf7-form input[type=date]:active,
.wpcf7-form input[type=tel]:hover,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=tel]:active,
.wpcf7-form input[type=email]:hover,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=email]:active,
.wpcf7-form textarea:hover,
.wpcf7-form textarea:focus,
.wpcf7-form textarea:active {
    border-bottom: 3px solid #E1E1E0 !important
}

.wpcf7-form input[type=submit],
.wpcf7-form .wpcf7-submit {
    border: none;
    display: block !important;
    width: 100%
}

.wpcf7-form textarea {
    height: 210px;
    resize: none
}

.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin: 5px 0px
}

.wpcf7-form br {
    display: none
}

.wpcf7-form .wpcf7-spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.wpcf7-form p {
    margin: 0
}

@media (max-width: 767px) {
    .wpcf7-form label {
        font-size: 15px;
        line-height: 18px;
        margin: 0
    }

    .wpcf7-form select,
    .wpcf7-form input[type=text],
    .wpcf7-form input[type=number],
    .wpcf7-form input[type=date],
    .wpcf7-form input[type=tel],
    .wpcf7-form input[type=email],
    .wpcf7-form textarea,
    .wpcf7-form .wpcf7 input[type=submit],
    .wpcf7-form_btn {
        font-size: 15px;
        line-height: 19px
    }
}

.swiper-navs {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    height: 55px;
    width: 130px;
    margin: 20px auto
}

.swiper-navs .swiper-button-next {
    right: 0
}

.swiper-navs .swiper-button-next:after {
    font-size: 15px;
    background: url(../img/next-ic.svg) center no-repeat
}

.swiper-navs .swiper-button-prev {
    left: 0
}

.swiper-navs .swiper-button-prev:after {
    font-size: 15px;
    background: url(../img/prev-ic.svg) center no-repeat
}

.swiper-navs .swiper-button-next,
.swiper-navs .swiper-button-prev {
    color: #fff;
    background: #5D8BFF;
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px
}

.swiper-pagination-bullet-active {
    background: #5D8BFF
}

.swiper-pagination {
    bottom: 5px
}

.modal {
    background: rgba(0, 0, 0, 0.4);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    opacity: 0
}

.modal-body {
    padding: 30px
}

.modal-content {
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #5D8BFF
}

.modal-txt {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin: 0 0 20px
}

.modal .close {
    position: absolute;
    right: 35px;
    top: 25px;
    background: url("../img/close-white.svg") center no-repeat;
    background-size: auto 100% !important;
    width: 20px;
    height: 20px;
    opacity: 1;
    border: none
}

.modal.in {
    opacity: 1
}

.modal.in .modal-dialog {
    top: 12%
}

.modal .wpcf7-form label {
    color: #fff
}

.modal .wpcf7 input[type=submit] {
    margin: 40px 0 15px;
    background: #fff;
    color: #5D8BFF;
    width: 75% !important
}

.modal-dialog {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    top: -100%;
    max-width: 530px
}

.modal .main-block_t {
    color: #fff;
    text-align: left;
    margin: 20px 0
}

.page-404 {
    min-height: 500px
}

.hero-block {
    font-family: sans-serif;
    font-size: 17px;
    line-height: 24px;
    min-height: 500px;
    color: #fff;
    position: relative;
    z-index: 0;
    background-size: cover !important
}

.hero-block .wpcf7-response-output {
    position: absolute;
    top: 100%
}

.hero-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(11, 11, 11, 0.25);
    z-index: 2;
    width: 100%;
    height: 100%
}

.hero-block .wpcf7-form {
    display: flex;
    gap: 10px;
    padding: 40px 40px 15px;
    background: #EDF1FD;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 45px 0
}

.hero-block .container {
    position: relative;
    z-index: 3
}

.hero-block_t {
    font-family: "Cabin Bold", sans-serif;
    font-size: 65px;
    line-height: 79px;
    color: #fff;
    text-align: center
}

.hero-block_subt {
    font-family: "Cabin Regular", sans-serif;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    width: 55%;
    margin: -15px auto 0px
}

@media (max-width: 1199px) {
    .hero-block_t {
        font-size: 28px;
        line-height: 34px
    }

    .hero-block_subt {
        font-size: 15px;
        line-height: 21px;
        width: 85%
    }
}

@media (max-width: 991px) {
    .hero-block {
        padding: 15px 0 20px
    }

    .hero-block .wpcf7-form {
        flex-direction: column;
        padding: 25px
    }
}

.form-section {
    background: #5D8BFF;
    padding: 55px 0 50px;
    color: #fff
}

.form-section .wpcf7-form input[type=submit] {
    color: #5D8BFF;
    background: #fff;
    border-color: #fff;
    min-width: 215px;
    width: 215px
}

.form-section .wpcf7-form label {
    color: #fff
}

.form-section .main-block_t {
    color: #fff;
    text-align: left;
    margin: 0 0 25px
}

.form-section_inner {
    width: 100%
}

.form-section .row>div {
    display: flex;
    flex-direction: column
}

@media (max-width: 991px) {
    .form-section {
        padding: 35px 0
    }

    .form-section .row {
        flex-direction: column;
        gap: 20px
    }

    .form-section .main-block_t {
        margin: 5px 0 25px
    }

    .form-section_txt {
        font-size: 15px;
        line-height: 21px
    }

    .form-section_txt br {
        display: none
    }

    .form-section .wpcf7-form label {
        margin: 0 0 15px
    }

    .form-section .wpcf7-form input[type=submit] {
        margin: 35px 0 10px
    }
}

.articles-list_item {
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    height: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(62, 65, 159, 0.09);
    -moz-box-shadow: 0px 4px 20px 0px rgba(62, 65, 159, 0.09);
    box-shadow: 0px 4px 20px 0px rgba(62, 65, 159, 0.09)
}

.articles-list_item:focus {
    background: #5D8BFF
}

.articles-list_item:focus .main-block_btn {
    border-color: #fff;
    background: #fff;
    color: #5D8BFF
}

.articles-list_item:focus .main-block_btn:hover,
.articles-list_item:focus .main-block_btn:active,
.articles-list_item:focus .main-block_btn:focus {
    color: #fff;
    background: #141414;
    border-color: #141414
}

.articles-list_item:focus .main-block_btn.type2 {
    border-color: #fff;
    background: #5D8BFF;
    color: #fff
}

.articles-list_item:focus .main-block_btn.type2:hover,
.articles-list_item:focus .main-block_btn.type2:active,
.articles-list_item:focus .main-block_btn.type2:focus {
    background: #141414;
    border-color: #141414
}

.articles-list_item:focus .articles-list_t,
.articles-list_item:focus .articles-list_txt {
    color: #fff
}

.articles-list_txt {
    font-family: sans-serif;
    color: gray;
    font-size: 16px;
    line-height: 22.4px;
    text-align: left
}

.articles-list_img {
    width: 85px;
    height: 85px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #EDF1FD;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.articles-list_t {
    display: block;
    margin: 15px 0;
    color: #141414;
    font-family: "Cabin Bold", sans-serif;
    font-size: 21px;
    line-height: 26.25px;
    text-align: left
}

.articles-list .row {
    gap: 20px 0
}

.articles-list .main-block_btn {
    margin: 15px 0 0;
    min-width: 100%
}

.articles-list .main-block_btn+.main-block_btn {
    margin: 5px 0 0
}

@media (max-width: 991px) {
    .articles-list_txt {
        font-size: 15px;
        line-height: 21px;
        width: 80%
    }
}

.cat-block {
    padding: 50px 0 65px
}

.cat-block_tabnav {
    display: flex;
    gap: 15px;
    padding: 0;
    justify-content: center;
    margin: -5px 0 30px
}

.cat-block_tabnav .main-block_btn {
    margin: 0;
    min-width: 220px
}

.cat-block .swiper {
    width: 100%;
    height: 100%
}

.cat-block .row {
    width: 100%
}

.cat-block .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center
}

.cat-block_tab {
    display: none
}

.cat-block_tab.active {
    display: block
}

@media (max-width: 767px) {
    .cat-block {
        padding: 30px 0
    }

    .cat-block_tabnav {
        gap: 10px;
        flex-direction: column;
        margin: -5px 0 20px
    }
}

.pluses-block {
    position: relative;
    z-index: 0;
    background-size: cover !important;
    padding: 115px 0 130px
}

.pluses-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(269.01deg, rgba(93, 139, 255, 0) 0.83%, #5D8BFF 99.15%)
}

.pluses-block .row>div {
    align-items: baseline
}

.pluses-block .row>div .row {
    gap: 20px 0
}

.pluses-block .container {
    position: relative;
    z-index: 1
}

.pluses-block .main-block_t {
    text-align: left;
    color: #fff;
    margin: 0 0 20px
}

.pluses-block_img {
    width: 55px;
    height: 55px;
    display: flex;
    background: #5D8BFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 9px;
    justify-content: center;
    align-content: center
}

.pluses-block_inner {
    width: 80%
}

.pluses-block_item {
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 15px;
    justify-content: space-between
}

.pluses-block_txt {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-family: sans-serif
}

.pluses-block_subtxt {
    color: gray;
    font-size: 15px;
    line-height: 21px;
    font-family: sans-serif
}

.pluses-block_subt {
    color: #141414;
    font-size: 19px;
    line-height: 24px;
    font-family: "Cabin Regular", sans-serif;
    margin: 0 0 15px
}

@media (max-width: 1199px) {
    .pluses-block_txt {
        margin: 0 0 25px
    }
}

@media (max-width: 991px) {
    .pluses-block {
        padding: 50px 0
    }

    .pluses-block_txt {
        font-size: 15px;
        line-height: 21px;
        width: 90%
    }

    .pluses-block .row>div .row {
        gap: 15px 0
    }

    .pluses-block_item {
        position: relative;
        padding: 10px 15px;
        min-height: 160px
    }

    .pluses-block_img {
        width: 45px;
        height: 45px;
        position: absolute;
        top: 10px;
        left: 15px
    }

    .pluses-block_subt {
        font-size: 17px;
        line-height: 21px;
        padding-left: 60px;
        margin: 15px 0 20px
    }

    .pluses-block_inner {
        width: 90%
    }
}

.price-block {
    position: relative;
    z-index: 0;
    padding: 60px 0
}

.price-block_img {
    width: 100%;
    height: 160px;
    display: flex;
    background: #5D8BFF;
    overflow: hidden;
    justify-content: center;
    align-content: center
}

.price-block_img img {
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    object-fit: cover
}

.price-block_item {
    background: #5D8BFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between
}

.price-block_inner {
    padding: 15px 15px 20px
}

.price-block_subtxt {
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    font-family: sans-serif
}

.price-block_subtxt .old-price {
    text-decoration: line-through;
    font-size: 15px;
    line-height: 21px
}

.price-block_subt {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-family: "Cabin Regular", sans-serif;
    margin: 0 0 15px
}

@media (max-width: 1199px) {
    .price-block .row {
        gap: 10px 0;
        margin-top: -10px
    }
}

@media (max-width: 991px) {
    .price-block {
        padding: 25px 0
    }

    .price-block_subt {
        margin: 0 0 10px
    }
}

.sertif-block {
    padding: 0 0 90px;
    position: relative
}

.sertif-block_img {
    width: 100%;
    height: 395px;
    max-width: 100%;
    background-size: auto 100% !important;
    display: block;
    margin: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s
}

.sertif-block_img:hover,
.sertif-block_img:focus,
.sertif-block_img:active {
    opacity: 0.5
}

@media (min-width: 768px) and (max-width: 1199px) {
    .sertif-block_img {
        height: 275px
    }
}

@media (max-width: 991px) {
    .sertif-block {
        padding: 0 0 80px
    }

    .sertif-block .container {
        position: relative
    }

    .sertif-block .swiper-pagination {
        bottom: -40px
    }
}

@media (min-width: 768px) {
    .sertif-block.column-less .swiper-wrapper {
        justify-content: center
    }
}

.fixed-call {
    position: fixed;
    right: 25px;
    bottom: 120px;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 100;
    background: #5D8BFF;
    border: 1px solid #8ba3e0
}

.fixed-call:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/phone-light.svg) center no-repeat;
    background-size: 20px !important;
    z-index: 1;
    animation: 1.2s ease 0s normal none 1 running shake;
    animation-iteration-count: infinite
}

.fixed-call.showed .fixed-call_txt {
    opacity: 1
}

.fixed-call_txt {
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    background: #5D8BFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s
}

.fixed-call:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 10px #5D8BFF;
    -moz-box-shadow: 0 8px 10px #5D8BFF;
    box-shadow: 0 8px 10px #5D8BFF;
    animation: hoverWave linear 2s infinite
}

@keyframes hoverWave {
    0% {
        -webkit-box-shadow: 0 4px 5px rgba(93, 139, 255, 0.3), 0 0 0 0 rgba(93, 139, 255, 0.2), 0 0 0 0 rgba(93, 139, 255, 0.2);
        box-shadow: 0 4px 5px rgba(93, 139, 255, 0.43), 0 0 0 0 rgba(93, 139, 255, 0.39), 0 0 0 0 rgba(93, 139, 255, 0.21)
    }

    40% {
        -webkit-box-shadow: 0 4px 5px rgba(93, 139, 255, 0.3), 0 0 0 7px rgba(93, 139, 255, 0.2), 0 0 0 0 rgba(93, 139, 255, 0.2);
        box-shadow: 0 4px 5px rgba(93, 139, 255, 0.528), 0 0 0 7px rgba(93, 139, 255, 0.579), 0 0 0 0 rgba(93, 139, 255, 0.2)
    }

    80% {
        -webkit-box-shadow: 0 4px 5px rgba(93, 139, 255, 0.3), 0 0 0 15px rgba(93, 139, 255, 0), 0 0 0 13px rgba(93, 139, 255, 0.07);
        box-shadow: 0 4px 5px rgba(93, 139, 255, 0.3), 0 0 0 15px rgba(93, 139, 255, 0), 0 0 0 13px rgba(93, 139, 255, 0.07)
    }

    100% {
        -webkit-box-shadow: 0 4px 5px rgba(93, 139, 255, 0.3), 0 0 0 15px rgba(171, 23, 0, 0), 0 0 0 20px rgba(253, 56, 56, 0);
        box-shadow: 0 4px 5px rgba(93, 139, 255, 0.3), 0 0 0 15px rgba(249, 0, 54, 0), 0 0 0 20px rgba(137, 18, 9, 0)
    }
}

@keyframes shake {
    0% {
        transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -webkit-transform: rotateZ(0)
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg)
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg)
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg)
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg)
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg)
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg)
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg)
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg)
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg)
    }

    100% {
        transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -webkit-transform: rotateZ(0)
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -webkit-transform: rotateZ(0)
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg)
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg)
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg)
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg)
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg)
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg)
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg)
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg)
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg)
    }

    100% {
        transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -webkit-transform: rotateZ(0)
    }
}

.action-block {
    background: #EDF1FD;
    position: relative;
    padding: 25px 0
}

.action-block .container {
    background: #edcd00;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    color: #fff
}

.action-block .container:before {
    content: '';
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #EDF1FD;
    z-index: 1;
    top: 20px;
    left: 20px
}

.action-block_subt {
    color: #5D8BFF;
    font-size: 24px;
    line-height: 32px
}

.action-block .main-block_t {
    color: #000
}

.action-block .main-block_t span,
.action-block .main-block_t b,
.action-block .main-block_t strong,
.action-block .main-block_t em {
    color: #ff0000;
    font-size: 50px;
    line-height: 1
}

.action-block #countdown {
    display: flex;
    flex-wrap: wrap;
    width: 380px;
    max-width: 100%;
    margin: 30px auto;
    justify-content: center
}

.action-block #countdown .number {
    width: 40px;
    font-style: normal;
    font-size: 34px;
    line-height: 40px;
    align-items: center;
    text-align: center;
    color: #141414;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 9px 5px;
    position: relative
}

.action-block #countdown .number:after {
    content: ':';
    position: absolute;
    left: 100%;
    top: 0;
    color: #fff;
    height: 100%;
    padding: 6px 0;
    width: 16px
}

.action-block #countdown .number:nth-child(2n+1) {
    margin-right: 2px
}

.action-block #countdown .number:nth-child(2n+1):after {
    display: none
}

.action-block #countdown .number:nth-child(2n+2) {
    margin-right: 16px
}

.action-block #countdown .number:last-child {
    margin-right: 0 !important
}

.action-block #countdown .number:last-child:after {
    display: none
}

.action-block #countdown span {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    margin: 5px 0 0
}

.action-block .call_btn {
    position: relative;
    z-index: 10;
    background: #ff0000
}

@media (max-width: 767px) {
    .action-block .container {
        padding: 30px
    }

    .action-block #countdown span {
        font-size: 12px;
        line-height: 15px
    }

    .action-block #countdown .number {
        font-size: 24px;
        width: 26px;
        line-height: 28px
    }

    .action-block #countdown .number:nth-child(2n+2) {
        margin-right: 10px
    }

    .action-block #countdown .number:after {
        width: 10px
    }
}

.gallery-block {
    padding: 15px 0 35px
}

.gallery-block_inner {
    position: relative;
    padding: 0 0 60px
}

.gallery-block_img {
    width: 280px;
    height: 253px;
    max-width: 100%;
    background-size: cover !important;
    display: block;
    margin: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s
}

.gallery-block_img:hover,
.gallery-block_img:focus,
.gallery-block_img:active {
    opacity: 0.5
}

.gallery-block .swiper-navs {
    position: absolute;
    top: 25%;
    width: 100%;
    z-index: 0;
    left: 0
}

.gallery-block .swiper {
    width: 88%
}

@media (min-width: 1400px) {
    .gallery-block .container {
        max-width: 1360px !important
    }
}

.faq-block {
    padding: 50px 0;
    background: #EDF1FD;
    -webkit-border-radius: 112px;
    -moz-border-radius: 112px;
    border-radius: 112px
}

.faq-block_item {
    font-family: "Cabin Regular", sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin: 0 0 15px;
    padding: 20px;
    color: #fff;
    background: #fff url(../img/open-q.svg) 98% 22px no-repeat;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s
}

.faq-block_item:last-child {
    margin: 0
}

.faq-block_item.opened {
    background: #5D8BFF url(../img/close-q.svg) 98% 22px no-repeat
}

.faq-block_item.opened .faq-block_t {
    color: #fff;
    margin-bottom: 15px
}

.faq-block_t {
    font-family: "Cabin Bold", sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #000;
    cursor: pointer;
    padding-right: 55px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s
}

.faq-block_txt {
    display: none
}

@media (max-width: 991px) {
    .faq-block {
        padding: 35px 0 5px;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius: 35px
    }

    .faq-block_list {
        margin: 35px 0
    }

    .faq-block_t {
        font-size: 15px;
        line-height: 21px;
        padding-right: 60px
    }

    .faq-block_item {
        font-size: 15px;
        line-height: 21px;
        padding: 15px 10px;
        background: #fff url(../img/open-q.svg) 97% 15px no-repeat
    }

    .faq-block_item.opened {
        background: #5D8BFF url(../img/close-q.svg) 97% 15px no-repeat
    }
}

@media (max-width: 767px) {
    .faq-block_item {
        background: #fff url(../img/open-q.svg) 93% 15px no-repeat
    }

    .faq-block_item.opened {
        background: #5D8BFF url(../img/close-q.svg) 93% 15px no-repeat
    }
}

.review-block {
    position: relative;
    z-index: 0;
    padding: 35px 0 115px
}

.review-block .swiper-navs {
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: -1;
    left: 0
}

.review-block .swiper-navs .swiper-button-prev,
.review-block .swiper-navs .swiper-button-next {
    color: #5D8BFF;
    background: #fff
}

.review-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(269.01deg, rgba(93, 139, 255, 0) 0.83%, #5D8BFF 99.15%)
}

.review-block .container {
    position: relative;
    z-index: 3
}

.review-block .main-block_t {
    color: #fff
}

.review-block_img {
    width: 280px;
    height: 320px;
    max-width: 100%;
    display: flex;
    margin: auto;
    align-items: center
}

.review-block_img img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    max-height: 100%;
    width: auto;
    margin: auto
}

.review-block .swiper {
    width: 88%
}

.review-block .swiper-pagination {
    bottom: -55px
}

@media (min-width: 1400px) {
    .review-block .container {
        max-width: 1360px !important
    }
}

@media (max-width: 991px) {
    .review-block {
        padding: 15px 0 70px
    }

    .review-block .swiper-pagination {
        bottom: -35px
    }
}

@media (min-width: 768px) {
    .review-block.column-less .swiper-wrapper {
        justify-content: center
    }
}

.contact-page {
    padding: 45px 0
}

.contact-page_t {
    font-size: 25px;
    line-height: 30px;
    padding-left: 55px;
    font-family: "Cabin Regular", sans-serif;
    color: #5D8BFF;
    position: relative;
    min-height: 40px;
    display: flex;
    align-items: center;
    margin: 25px 0 15px
}

.contact-page_t:first-child {
    margin: 0 0 15px
}

.contact-page_txt {
    font-size: 16px;
    line-height: 21px;
    font-family: sans-serif;
    color: #5D8BFF
}

.contact-page_txt p {
    margin: 0
}

.contact-page .main-block_t {
    margin: 0 0 30px
}

.contact-page .main-block_t .soc-list_type2 {
    display: inline-block
}

.contact-page .main-block_t .soc-list {
    width: fit-content;
    margin: 0 0 0 40px;
    gap: 30px
}

.contact-page_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.contact-page_img.map {
    background: #5D8BFF url(../img/map.svg) center no-repeat
}

.contact-page_img.phone {
    background: #5D8BFF url(../img/phone-light.svg) center no-repeat
}

.contact-page_img.email {
    background: #5D8BFF url(../img/email.svg) center no-repeat
}

.contact-page_img.work {
    background: #5D8BFF url(../img/time.svg) center no-repeat
}

@media (max-width: 991px) {
    .contact-page_t {
        font-size: 22px;
        line-height: 27px
    }
}

@media (max-width: 767px) {
    .contact-page .main-block_t .soc-list_type2 {
        display: block
    }

    .contact-page .main-block_t .soc-list {
        margin: 15px 0
    }
}

.single-block {
    padding: 50px 0 0;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 22px
}

.single-block_img {
    width: 100%;
    max-width: 100%;
    height: 340px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.single-block_img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.single-block .main-block_t {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px 0 25px
}

.single-block .main-block_t .main-block_btn {
    margin: 0
}

@media (max-width: 767px) {
    .single-block .main-block_t {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 15px
    }
}

.related-list_img {
    width: 100%;
    max-width: 100%;
    height: 232px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    display: block
}

.related-list_img:hover,
.related-list_img:active,
.related-list_img:focus {
    opacity: 0.5
}

.related-list_img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.related-list_item {
    margin: 0 0 40px
}

.related-list_item:last-child {
    margin: 0
}

.related-list_t {
    font-family: "Cabin Regular", sans-serif;
    font-size: 30px;
    line-height: 35px;
    text-align: left;
    color: #141414;
    margin: 0 0 30px
}

.related-list_subt {
    font-family: "Cabin Regular", sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #5D8BFF;
    margin: 15px 0 5px;
    display: inline-block
}

.related-list_subt:hover,
.related-list_subt:active,
.related-list_subt:focus {
    color: #141414;
    text-decoration: none
}

.related-list_txt {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #141414
}

.blog-page {
    padding: 30px 0 50px
}

.flex-mob-center {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 15px 0 0;
    flex-direction: column;
    align-items: center
}

.ti-rating-text {
    display: none
}

.ti-header-write-btn {
    border-color: #5D8BFF !important;
    background: #5D8BFF !important
}

.fixed-up {
    position: fixed;
    right: 25px; 
    bottom: 25px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 100;
    background: #5D8BFF;
    border: 1px solid #8ba3e0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    cursor: pointer;
}

.fixed-up:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	filter: invert(100%) brightness(100%) contrast(100%);
    background: url(../img/up-arrow-icon.svg) center no-repeat;
    background-size: 20px;
}

.fixed-up.showed .fixed-up_txt {
    opacity: 1;
}

.fixed-up_txt {
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #5D8BFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 50%;
    transition: 0.3s;
}

.fixed-up:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    box-shadow: 0 8px 10px #5D8BFF;
    animation: hoverWave linear 2s infinite;
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

@keyframes hoverWave {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.5); opacity: 0; }
}



/*# sourceMappingURL=desinfection_style.css.map */