.big_slider_wrap {
    margin-bottom: 240px;
}


.headerutp {
    font-weight: 900;
    margin-bottom: 50px;
}

.utp-title {
    height: 200px;
    margin-top: 55px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.75);
}

.years svg {
    width: 60px;
    transition: all .65s ease 0s;
    color: #fff;
    font-size: 70px;
}

.utp-title:hover .years svg {
    width: 70px;
}

.utp-title:hover .years svg {
    color: rgb(235, 2, 2);
}

.utp-title .years svg:hover {
    color: rgb(210, 5, 5);
}

.heder-title h1 {
    margin-bottom: 10px;
    font-size: 54px;
    font-weight: 900;
    line-height: 1.4;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.big_slider_wrap .textutp {
    line-height: 1;
    font-size: 32px;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    text-transform: uppercase;
}

.tiss-arrows .slick-next,
.tiss-arrows .slick-prev {
    background-image: url(/templates/pure/images/arrow-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 9;
    opacity: .45;
    display: flex;
    width: 26px;
    height: 26px;
    cursor: pointer;
    transition: all 0.5s;
}

.tiss-arrows .slick-next:hover,
.tiss-arrows .slick-prev:hover {
    opacity: 1;
}

.tiss-arrows .slick-prev {
    transform: scaleX(-1);
    margin-right: 20px;
}
.tiss-arrows .slick-next {
    left: 70px;
}

.next-slide> span {
    margin-left: 20px;
margin-right: 50px;
}

.tiss-arrows .slick-next:hover,
.tiss-arrows .slick-prev:hover {
  color: #ff0;
}

.slick-arrow.slick-disabled {
    opacity: .15;
}

.tiss-arrows .slick-list.draggable{
    padding: 0 !important;
}

h1 a.title-content {
    color: #fff;
}

.headerutp .modalclick {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
}

.headerutp .modalclick::before {
    content:"";
    position: absolute;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    opacity: .65;
    border: dashed 2px #fff;
    background-color: rgba(255, 255, 255, 0.43);
    transition: all .45s ease 0s;
    border-radius: 200px;
    -webkit-animation-name: rotation;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.headerutp .modalclick:hover::before {
    width: 150px;
    height: 150px;
    opacity: 1;
}

.years span {
    position: relative;
    font-size: 120px;
}

.years {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.years span::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -50px;
    left: -60px;
    width: 280px;
    height: 280px;
    display: flex;
    justify-content: center;
    border: solid 25px #fff;
    border-radius: 300px;
    opacity: .3;
}

.textutp {
    line-height: 1;
    font-size: 32px;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.big_slider_wrap .next-slide h5 {
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.big_slider_wrap .next-slide span {
    font-size: 18px;
}

@media (max-width: 768px) {

    .big_slider_wrap {
        margin-bottom: 70px;
    }

    .utp-title {
        margin-top: 0;
    }

    .years span {
        font-size: 50px;
    }

    .modalclick svg {
        font-size: 30px;
    }

    .years span::before {
        top: -35px;
        left: -45px;
        width: 150px;
        height: 150px;
        border: solid 20px #fff;
    }

    .headerutp {
        margin-bottom: -50px;
    }

    .headerutp .modalclick {
        margin-right: 10px;
        width: 50px;
        height: 50px;
    }

    .headerutp .modalclick::before {
        width: 60px;
        height: 60px;
    }

    .headerutp .modalclick:hover::before {
        width: 70px;
        height: 70px;
    }

    .textutp {
        font-size: 17px !important;
    }

    .heder-title h1 {
        font-size: 20px;
    }

    .big_slider_wrap .big_slider {
        margin-bottom: -20px !important;
    }

    .next-slide h5 {
        font-size: 18px;
        font-weight: 400;
    }

    .tiss-arrows .slick-next, .tiss-arrows .slick-prev {
        opacity: .85;
        width: 20px;
        height: 20px;
        margin-top: 5px;
    }

    .next-slide > span {
        margin-left: 5px;
        margin-right: 30px;
    }

    .tiss-arrows .slick-next {
        left: 55px;
    }
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(720deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}