/**** START  ****/
/**** MODAL  ****/
/**** STYLES ****/

.side-modal{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

.modal-background{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 9998;
    display: none;
}

.side-modal--show{
    display: block;
    animation: fadeInDown 1s;
}

.modal-background--show{
    display: block;
}

.modal-background:hover{
    cursor: pointer;
}

.side-modal__title{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 55px 0 10px;
}

.side-modal__description{
    font-size: 15px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 35px;
}

.side-modal__input , .side-modal__button{
    width: 80%;
    height: 50px;
    display: block;
    margin: 15px auto;
    font-size: 14px;    
}

.side-modal__footer-text{
    font-size: 11px;
    line-height: 14px;
    color: #b6b6b6;
}


.side-modal__separate-line{
    height: 1px;
    width: 100%;
    background-color: #b6b6b6;
    border: none;
    margin: 20px 0;
}



.side-modal__close--top{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 25px;
    height: 25px;
}

.side-modal__close--top::after, .side-modal__close--top::before {
    width: 23px;
    height: 2px;
    position: absolute;
    content: " ";
    background-color: #fff;
    animation: all .7s ease-in-out;
    left: 0;
    right: 0;
}

.side-modal__close--top::before {
    border-radius: 3px;
    transform: rotate(-46deg);
    margin-top: 6px;
}

.side-modal__close--top::after {
    border-radius: 1px;
    transform: rotate(-135deg);
    margin-top: 6px;
}

.side-modal__close--top:hover{
    cursor: pointer;
}

.side-modal__logo-wrap img {
    height: 40px;
}

/**** START  ****/
/**** CALLBACK-VIDJET  ****/
/**** STYLES ****/

@keyframes callback-vidjet__circlephone{
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1;
    }
}

@keyframes callback-vidjet__circle-fill{
    0%, 100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }
}

@keyframes callback-vidjet__img-circle-block{
    0%, 100% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(8deg);
    }
}

.callback-vidjet-wrap {
    position: fixed;
    bottom: 50px;
    left: 40px;
    z-index: 99;
    background-color: transparent;
    border: none;
}

.callback-vidjet {
    position: relative;
    z-index: 1;
}

.callback-vidjet__circle-fill, .callback-vidjet__circlephone {
    position: absolute;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    transition: all .5s;
    transform-origin: center;
}

.callback-vidjet__circlephone {
    border: 2px solid #ff0079;
    width: 150px;
    height: 150px;
    bottom: -39px;
    right: -39px;
    border-radius: 100%;
    opacity: .5;
    animation: callback-vidjet__circlephone 2.4s infinite ease-in-out;
}

.callback-vidjet__circle-fill {
    background-color: #ff0079;
    width: 100px;
    height: 100px;
    bottom: -14px;
    right: -14px;
    border-radius: 100%;
    border: 2px solid transparent;
    animation: callback-vidjet__circle-fill 2.3s infinite ease-in-out;
}

.callback-vidjet__img-circle, .callback-vidjet__img-circle-block {
    box-sizing: content-box;
    width: 72px;
    height: 72px;
    transform-origin: center;
}

.callback-vidjet__img-circle {
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    background-image: linear-gradient(90deg,#ff0079 0,#ff003d);
}


.callback-vidjet__img-circle:hover{
    cursor: pointer;
    background-image: linear-gradient(90deg,#29aee3 0,#29aee3);
    opacity: 1;
}

.callback-vidjet__img-circle-block {
    background-image: url(../img/callback.png);
    background-position: 50%;
    background-repeat: no-repeat;
    animation-name: callback-vidjet__img-circle-block;
    -webkit-animation-name: callback-vidjet__img-circle-block;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

/**** END  ****/
/**** CALLBACK-VIDJET  ****/
/**** STYLES ****/


/**** START  ****/
/**** SIDE-MODAL  ****/
/**** STYLES ****/

.side-modal--show{
    display: block;
    animation: fadeInLeft 1s;
}

.side-modal{
    width: 400px;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #069;
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 0;
    text-align: center;
    color: white;
}

.side-modal__title{
    margin-top: 23vh;
}

.side-modal__bottom{
    position: absolute;
    box-sizing: border-box;
    max-width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px 0;    
    margin: 0;
    background: #efefef;    
}


.side-modal__logo-point{
    left: 12px;
    top: -1px;
}

.side-modal__close--side {
    position: absolute;
    top: 45%;
    right: 10px;
    cursor: pointer;
    margin-left: 0;
    width: 20px;
    height: 40px;
}
.side-modal__close--side::after, .side-modal__close--side::before {
    width: 23px;
    height: 2px;
    position: absolute;
    content: " ";
    background-color: #fff;
    animation: all .7s ease-in-out;
}
.side-modal__close--side::before {
    border-radius: 3px;
    transform: rotate(-70deg);
    margin-top: 5px;
}
.side-modal__close--side::after {
    border-radius: 1px;
    transform: rotate(70deg);
    margin-top: 24px;
}



/**** END  ****/
/**** SIDE-MODAL  ****/
/**** STYLES ****/


.price {
    padding-top: 50px;
    padding-bottom: 50px;
}
.price-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}
.price__table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border: none;
}
.price__table * {
    vertical-align: baseline;
}
.price__table td {
    border: 1px solid #c8e2f6;
    width: auto !important;
    padding: 7px 5px;
    vertical-align: middle;
    font-size: 14px;
}
.price__table .sapka {
    background: #25567B !important;
    color: #fff;
    border-color: #fff;
}
.price__table .sapka td {
    text-align: center;
}
.price__table td p {
    font-size: 14px;
    margin: 0 !important;
}
.price .btn {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    margin-top: 25px;
}

@media (max-width: 500px) {
    .side-modal{
        width: 300px;
    }
}
@media (max-width: 416px) {
    .price .col-12 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .price__table td p {
        font-size: 11px;
    }
    .price__table td {
        padding-left: 2px;
        padding-right: 2px;
    }
}
@media (max-width: 370px) {
    .hero-title {
        font-size: 34px;
    }
}
@media (max-height: 370px) {
    .side-modal__title{
        margin-bottom: 2.4vh;
    }
    .side-modal__description{
        margin-bottom: 2.4vh;
    }
    .side-modal__input , .side-modal__button{
        height: 40px;
        margin: 2.4vh auto;
    }
}