﻿

.btn.btn-gradient {
    background: linear-gradient(89.89deg, #b9dcef -0.05%, #25a2e5 61.53%);
    color: #ffffff;
    position: relative;
    transition: 0.3s;
}
.btn.btn-gradient:hover {
    background: linear-gradient(-44.94deg, #b9dcef -0.05%, #25a2e5 61.53%);
    color: #ffffff;
}
.btn.btn-play {
    padding: 11px 0px 11px 60px;
    background: transparent;
    text-transform: uppercase;
    color: #25a2e5;
    position: relative;
    transition: all 0.3s linear;
}
.btn.btn-play .shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 47px;
    height: 47px;
    border: 1px solid #25a2e5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear;
}
.slider__title span {
    color: #25a2e5;
}
.slider .slick-dots li {
    margin: 0 5px;
    width: 19px;
    height: 5px;
    border: 1px solid #25a2e5;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}
.slider .slick-dots li.slick-active {
    width: 36px;
    height: 5px;
    background: #25a2e5;
    border-radius: 6px;
}

.counter__block__item::before {
    position: absolute;
    content: "";
    bottom: 30px;
    left: 30px;
    width: 43px;
    height: 3px;
    background: #25a2e5;
    border-radius: 6px;
}

.section__title::before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 69px;
    height: 6px;
    background: #25a2e5;
    border-radius: 11px;
}

.contact__content input[type='submit'] {
    width: 185px;
    padding: 26px 72px;
    background: #25a2e5;
    border: 0;
    border-radius: 252px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.contact__content input[type='submit']:hover {
    background: #58bcf3;
}

.main-menu li a:hover, .main-menu li a.active {
    color: #25a2e5;
}
