.lp-cta {
    max-width: 350px;
}

.lp-btn {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
}

.lp-cta-link {
    margin-top: 30px;
    line-height: 25px;
    font-size: 17px;
    text-align: center;
}

.lp-cta-link a {
    text-decoration: underline;
}

.lp-cta_inline {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    max-width: 630px;
}

.lp-cta_inline .lp-cta-link {
    margin: 0;
    margin-left: 50px;
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.lp-top {
    position: relative;
    padding-top: 75px;
}



.lp-top__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
}

[data-type="winter"] .lp-top__bg {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.51), rgba(255, 255, 255, 0.51)), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 86.04%), url(/assets/static/pages/ita.lp/img/top/bg-clouds.jpg), linear-gradient(180deg, rgba(154, 200, 249, 0.8) -1.78%, rgba(206, 228, 251, 0.8) 100%);
    background-size: cover;
}

[data-type="summer"] .lp-top__bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 86.04%), url(/assets/static/pages/ita.lp/img/top/sky@2x1.jpg), linear-gradient(180deg, rgba(154, 200, 249, 0.8) -1.78%, rgba(206, 228, 251, 0.8) 100%);
}

.lp-top__bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: url(/assets/static/pages/ita.lp/img/top/glass-looong.png), url(/assets/static/pages/ita.lp/img/top/flat.jpg);
    background: url(/assets/static/pages/ita.lp/img/top/top.jpg) no-repeat 0% 0 #fff;
}

/**
.lp-top__bg:after {
    background-repeat: no-repeat;
    background-position: 0px 0, 0px -70px;
    background-size: auto 496px, cover;
}
*/
.lp-top__bg:after {
    background-repeat: no-repeat;
    background-size: auto 496px;
}

.lp-top__bg:before {
    content: '';
    position: absolute;
    top: -10px;
    right: 0;
    width: 40%;
    height: 100%;
    z-index: 1;
    background-position: 190px, 0;
    background-size: 103px auto;
    background-repeat: no-repeat;
}

[data-type="winter"] .lp-top__bg:before {
    animation: fadeIn 1s;
    background-image: url(/assets/static/pages/ita.lp/img/top/icon-line.svg);
    background-position-x: 186px;
}

[data-type="summer"] .lp-top__bg:before {
    top: -15px;
    animation: fadeOut 1s;
    transform: scale(-1, 1);
    background-position-x: calc(100% - 37px);
    background-image: url(/assets/static/pages/ita.lp/img/top/icon-line.svg);
}

@keyframes fadeOut {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.lp-top > .page-container {
    position: relative;
    z-index: 1;
}

.lp-top__content {
    max-width: 655px;
}

.lp-top__title {
    line-height: 50px;
    font-size: 42px;
    font-weight: 700;
}

.lp-top__subtitle {
    max-width: 520px;
    margin: 40px 0;
    line-height: 31px;
    font-size: 18px;
    letter-spacing: 0.03em;
}

.lp-top__keys {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin-bottom: 70px;
}

.lp-top__keys-item {
    font-size: 18px;
}

.lp-top__keys-item .accent {
    font-size: 36px;
}

.lp-top__cross {
    display: flex;
    justify-content: space-between;
}

.lp-top__slider, [data-target="lp-top__slider-box"] {
    position: relative;
    flex-basis: 430px;
    max-width: 430px;
    background: rgba(255, 255, 255, 0.8);
}

.lp-top__slider-item {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 7px 32px rgba(0, 0, 0, 0.07);
    /* transition: opacity .2s ease; */
}

.lp-top__slider-item.active {
    opacity: 1;
    visibility: visible;
}

.lp-top__slider-ico {
    flex-basis: 60px;
    max-width: 60px;
    margin: 0 20px;
}

.lp-top__slider-content {
    max-width: 220px;
}

.lp-top__slider-control {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 110px;
    flex-basis: 88px;
    max-width: 88px;
    background-image: url(/assets/static/pages/hs/img/banner2.jpg);
    background-size: cover;
    background-position: 50%;
    font-size: 16px;
    font-weight: 100;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0 3px 3px 0;
    color: #fff;
}

.lp-top__slider-control:after {
    content: '';
    position: absolute;
    top: -25px;
    left: -25px;
    bottom: -25px;
    right: -25px;
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    background: inherit;
    box-shadow: inset 0 0 0 500px rgba(242,100,34,.75);
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.lp-top__slider-control_winter:after {
    box-shadow: inset 0 0 0 500px rgba(34, 155, 242, 0.42);
}

.lp-top__slider-control > span {
    position: relative;
    z-index: 1;
    transition: all .2s ease;
}

.lp-top__slider-control img {
    transition: all .2s ease;
}

.lp-top__slider-control:focus img, .lp-top__slider-control:hover img {
    transform: translateY(-3px);
}

.lp-top__slider-title {
    margin-bottom: 8px;
    line-height: 26px;
    font-size: 18px;
}

.lp-top__slider-subtitle {
    font-size: 15px;
    color: rgba(60, 60, 59, 0.81);
}

@media (max-width: 1000px) {
    .lp-top__bg {
        position: relative;
        height: 215px;
    }

    .lp-top__bg:before {
        top: 0;
        width: 60%;
        background-size: 50px;
        background-position-y: 35px;
    }

    [data-type="winter"] .lp-top__bg:before {
        background-position-x: 95px;
    }

    [data-type="summer"] .lp-top__bg:before {
        top: 0;
        background-position-x: calc(100% - 18px);
    }

    .lp-top__bg:after {
        width: 60%;
        background: url(/assets/static/pages/ita.lp/img/top/glass-looong.png), url(/assets/static/pages/ita.lp/img/top/flat.jpg);
        background-size: 105px auto, cover;
        background-repeat: no-repeat;
    }

    .lp-top__slider {
        height: 110px;
        margin: -35px auto 45px;
        background: rgba(255, 255, 255, 0.82);
    }

    .lp-top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .lp-top__header-box {
        padding: 0 16px;
    }

    .lp-top__slider-box {
        margin: 0 -16px;
    }

    .lp-top__content {
        margin: 0 auto;
        padding: 0 16px;
    }

    .lp-top__cross {
        flex-direction: column;
        justify-content: center;
        padding: 0 16px;
    }

    .lp-top__keys {
        flex-direction: column;
        max-width: 300px;
        margin: 0 auto 15px;
    }

    .lp-top__keys-item {
        margin-bottom: 15px;
        font-size: 15px;
    }

    .lp-top__keys-item .accent {
        font-size: 20px;
    }

    .lp-top__keys-item > div {
        display: inline-block;
    }

    .lp-top__title {
        font-size: 19px;
        line-height: 25px;
    }

    .lp-top__subtitle {
        margin: 25px 0;
        line-height: 22px;
        font-size: 15px;
    }

    .lp-top__slider-ico {
        flex-basis: 42px;
        max-width: 42px;
        margin: 0 10px;
    }

    .lp-top__slider-title {
        line-height: 22px;
        font-size: 16px;
    }

    .lp-top__slider-subtitle {
        font-size: 13px;
    }

    .lp-top__slider-control {
        font-size: 14px;
    }
}


.lp-cta {
    max-width: 420px;
}

.rp-we__block-item {
  /* z-index: 100; */
  padding: 50px 16px;
}

.rp-we__block-item:nth-child(3) .rp-we__block-link {
  color: #1C1C1C;
}

.rp-we__block-title {
  font-size: 20px;
  letter-spacing: 0.03em;
}

.rp-we__block-desc {
  line-height: 25px;
  font-size: 17px;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
}

.rp-we__block-link {
  display: block;
  margin-top: 15px;
  text-decoration: underline;
  position: absolute;
  bottom: 50px;
}

.rp-we__block-link:hover {
  text-decoration: none;
}

.rp-we__block-ico {
    flex-basis: 50px;
    margin-right: 16px;
}

.rp-we__block:after {
    height: calc(100% - 66px);
    background: url(/assets/static/pages/site/repair/img/clouds.png) 0% 85px repeat-x;
    background-size: 450px;
}

@media (max-width: 991px) {
.rp-we__block-title {
    font-size: 15px;
}
  
  .rp-we__block-item {
    padding: 25px 10px;
  }

  .rp-we__block-link {
   position: inherit; 
  }
}

@media (max-width: 639px) {
  .lp-top__cross {
   padding: 0; 
  }
  
  .lp-btn {
   padding: 0 8px; 
  }

  .rp-we__block-desc {
    line-height: 22px;
    font-size: 15px;
	}
}



