/*кнопка звонка*/

.callback-bt {
    background: #644265;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(160, 44, 210, 0.3);
    cursor: pointer;
    border: 2px solid transparent;
    display: block;
    height: 75px;
    width: 75px;
    text-align: center;
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 999;
    transition: .3s ease-in-out;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.callback-bt:hover {
    background: #644265;
    border: 2px solid #513552;
}

.callback-bt .text-call {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    position: relative;
}

.callback-bt .text-call:after {
    bottom: 60px;
    right: 54px;
    /* left: 20px; */
    position: fixed;
    content: url(../resources/mobile_phone.svg);
    display: block;
    color: #fff;
    height: 35px;
    width: 35px;
    z-index: 9999;
    transition: .3s ease-in-out;
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    opacity: 0.8;
	}

/* .callback-bt .text-call:after { */
    /* bottom: 26px; */
    /* position: fixed; */
    /* content: url(../resources/mobile_phone.svg); */
    /* display: block; */
    /* font-family: FontAwesome; */
    /* color: #fff; */
    /* font-size: 40px; */
    /* height: 75px; */
    /* width: 75px; */
    /* z-index: 9999; */
    /* transition: .3s ease-in-out; */
    /* animation: 1200ms ease 0s normal none 1 running shake; */
    /* animation-iteration-count: infinite; */
    /* opacity: 0.8; */
/* } */

/*.callback-bt .text-call:hover:after {
    opacity: 1;
}

.callback-bt .text-call span {
    color: #644265;
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
}*/

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgb(100, 66, 101), 0 0 0 0 rgb(112, 83, 113), 0 0 0 0 rgb(87, 67, 88)
    }

    40% {
        box-shadow: 0 8px 10px rgba(100, 66, 101, 0.3), 0 0 0 15px rgba(112, 83, 113, 0.2), 0 0 0 0 rgba(87, 67, 88, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(100, 66, 101, 0.3), 0 0 0 30px rgba(112, 83, 113, 0), 0 0 0 26.7px rgba(87, 67, 88, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(100, 66, 101, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(87, 67, 88, 0.0)
    }
}

/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}
/* конец кнопки звонка */

.socials {
    display: none;
    opacity: 1;
}

.socials li {
    right: 19px;
    bottom: 187px;
    margin-right: 0px;
    margin-left: 10px;
    list-style: none;
    color: #999;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    float: right;
    z-index: 2;
    -webkit-transition: background 0.4s ease-in-out 0s;
    transition: background 0.4s ease-in-out 0s;
}

.socials li {
    opacity:1;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 0) 0s;
}

.socials li:nth-child(5) {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
    opacity:1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.socials li:nth-child(4) {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    opacity:1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    animation: socAnim 600ms ease 0s 1 normal forwards;
}

.socials li:nth-child(3) {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    opacity:1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    animation: socAnim 1000ms ease 0s 1 normal forwards;
}

.socials li:nth-child(2) {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    opacity:1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    animation: socAnim 1400ms ease 0s 1 normal forwards;
}

.socials li:nth-child(1) {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    opacity:1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    animation: socAnim 1800ms ease 0s 1 normal forwards;
}

@keyframes socAnim {
    0% {
        opacity: 0;
        transform: translateY(-250px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes reverseSocAnim {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-250px);
    }
}

.socials li:last-child {
    margin-left: 0px;
}

.socials li a {
    opacity:1;
    color: #ffffff;
    font-size:14px;
    font-weight: 500;
    display: block;
    height: 40px;
    width: 40px;
    line-height:40px;
    text-align:center;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.socials:hover li  a {
    opacity:0.3;
}

.socials li a:hover {
    color: #ffffff;
    opacity:1;
}

.light-content .socials li a {
    color: #fff;
}

.light-content .socials:hover li  a {
    opacity:0.3;
}

.light-content .socials li a:hover {
    color: #fff;
    opacity:1;
}



