.shadow {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10000000;
    display: none;
}
.popup {
    width: 100%;
    max-width: 770px;
    min-height: 438px;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    padding: 50px 15px;
    z-index: 10000001;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: none;
} 
.popup-cross {
    width: 12px;
    height: 13px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.popup-cross:before,
.popup-cross:after{
    content: '';
    position: absolute;
    width: 12px;
    height: 3px;
    background-color: #c7ccd1;
    border-radius: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.popup-cross:after {
    transform: rotate(45deg)
}
.popup-cross::before {
    transform: rotate(-45deg)
}
.popup-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #3b4256;
}
.popup-desc {
	font-size: 16px;
    font-weight: 400;
    line-height: 32px;
	color: #3b4256;
}


.popup-image {
    margin: 0 auto;
    margin-bottom: 48px;
    width: 300px;
    height: 200px;
}

.popup-image svg{
    width: 100%;
    height: 100%;
}
#request input[type="submit"] {
    background: #fff;
    color:#009EFF;
}

#request input[type="submit"] {
    display:inline-block;
    border-radius:8px;
    border:1px solid #009eff;
    color:#009eff;
    background-image:-webkit-linear-gradient(45deg,#fff 0%,#fff 33%,#009eff 66%,#0e69c4 100%);
    background-image:linear-gradient(45deg,#fff 0%,#fff 33%,#009eff 66%,#0e69c4 100%);
    background-size:700%;
    background-position-x:0;
    -webkit-transition:background .3s ease,color .3s ease,border .3s ease;
    transition:background .3s ease,color .3s ease,border .3s ease;
    font-weight: 600;
}

.show-status{
    height: 20px;
    line-height: 20px;
    width: 100%;
    color: #e53935;
    font-weight: 400;
}

.preview-text__title{
    padding: 30px 0;
}

.tariff-card:hover .tariff-card__title .tariff-card__title-classik {
    color: #009eff;
  }

  .tariff-card:hover a {
    color: #009eff;
  }


@media screen and (min-width: 1100px) {

.card-icon_2 {
    top: 99px;
    left: 97px;
  }
  
.card-icon_3 {
    top: 115px;
    left: 97px;
  }
}

@media screen and (min-width: 1170px) {
    
    #request input[type="submit"]:hover{

        background-position-x:90%;
        color: #fff;
        transition: background .3s ease,color .3s ease,border .3s ease
    }
    #request input[type="submit"]:active{
        background-position-x:100%;color:#fff
    }
    .tariff-form__submit-wrapper {
        display: flex;
        justify-content: flex-end;
        margin-top: 87px;
    }
    .tariff-form__submit {
        height: 78px;
    }
    #submit-your-application {
        margin-top:-64px;
    }
}
@media screen and (max-width: 500px) {
    .popup-image {
        margin-bottom: 48px;
        width: 250px;
        height: 150px;
    }

    .popup-title {
        margin-bottom: 20px;

    }

    .popup-desc {
        line-height: 16px;
    }
    #request input[type="submit"] {
        margin-top: 25px;
    }
}

@media screen and (max-width: 420px) {
    .tariff {
        margin-bottom: 260px;
    }
    #submit-your-application {
        margin-top:0;
    }
}

@media screen and (min-width: 960px) {
    .tariff-card:hover .tariff-card__title::before {
      width: 100%;
    }
    .tariff-card:hover #tariff-title-1::before {
        width: 89%;
    }
    .tariff-card:hover #tariff-title-4::before {
    width: 94%;
    }
  }