/* cyrillic-ext */
@font-face {
    font-family: 'Play';
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/play/play_cyrillic-ext_normal_400.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Play';
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/play/play_cyrillic_normal_400.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'Play';
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/play/play_latin-ext_normal_400.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Play';
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/play/play_latin_normal_400.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Play';
    font-style: normal;
    font-weight: 700;
    src: url(../../fonts/play/play_cyrillic-ext_normal_700.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Play';
    font-style: normal;
    font-weight: 700;
    src: url(../../fonts/play/play_cyrillic_normal_700.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'Play';
    font-style: normal;
    font-weight: 700;
    src: url(../../fonts/play/play_latin-ext_normal_700.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Play';
    font-style: normal;
    font-weight: 700;
    src: url(../../fonts/play/play_latin_normal_700.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.yBodyOverflowHidden {
    overflow: hidden;
}
.yButton {
    position: fixed !important;
    width: 100px !important;
    height: 100px !important;
    box-sizing: border-box !important;
}
.yButton.bottom {
    bottom: 30px !important;
}
.yButton.top {
    top: 30px !important;
}
.yButton.right {
    right: 30px !important;
}
.yButton.left {
    left: 30px !important;
}
.yButtonBackground {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100px !important;
    height: 100px !important;
    border-radius: 100% !important;
    background-color: #1c84c6;
    opacity: .8 !important;
    box-sizing: border-box !important;
}

.yButtonWave {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 50% !important;
    border-color: #1c84c6;
    color: #1c84c6;
    border: 2px solid !important;
    width: 105%;
    height: 105%;
    opacity: .9 !important;
    box-sizing: border-box !important;
    -webkit-animation: wave-stroke 2s infinite cubic-bezier(.37, 0, .8, .77);
    -moz-animation: wave-stroke 2s infinite cubic-bezier(.37, 0, .8, .77);
    -o-animation: wave-stroke 2s infinite cubic-bezier(.37, 0, .8, .77);
    animation: wave-stroke 2s infinite cubic-bezier(.37, 0, .8, .77);
}
.yButtonIcon {
    display: none;
    box-sizing: border-box !important;
}
.yButtonText {
    position: absolute !important;
    top: 25px !important;
    left: 5px !important;
    right: 5px !important;
    border-radius: 50% !important;
    width: 90px !important;
    height: 50px !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 25px !important;
    font-weight: 400 !important;
    text-align: center !important;
    vertical-align: middle !important;
    letter-spacing: 1.5px !important;
    font-family: 'Play', sans-serif !important;
    box-sizing: border-box !important;
}
.yWidgetBlock-yclients,
.yWidgetBlock {
    position: fixed !important;
    top: 0px !important;
    width: 500px !important;
    height: 100% !important;
    background-color: #fff !important;
    background-image: url(/images/widgetBack.png) !important;
    background-position: center 10% !important;
    background-repeat: no-repeat !important;
    box-sizing: border-box !important;
}
.yWidgetBlock-altegio {
    position: fixed !important;
    top: 0px !important;
    width: 500px !important;
    height: 100% !important;
    background-color: #fff !important;
    background-position: center 10% !important;
    background-repeat: no-repeat !important;
    box-sizing: border-box !important;
}
.yWidgetBlock.right {
    right: -500px !important;
}
.yWidgetBlock.left {
    left: -500px !important;
}
.yWidgetIFrame {
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
}

.yWidgetCover {
    width: 100% !important;
    height: 100% !important;
    background: #333 !important;
    opacity: .5 !important;
    display: none;
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    box-sizing: border-box !important;
}

.yCloseIcon {
    position: fixed !important;
    top: 13px !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    background: #fff !important;
    display: none;
    background-image: url(/images/icon-close.png) !important;
    background-repeat: no-repeat !important;
    background-position:center center !important;
    background-size: 12px 12px !important;
    box-sizing: border-box !important;
}
.yCloseIcon.left {
    left: 513px !important;
}
.yCloseIcon.right {
    right: 513px !important;
}
.yWidgetShow {
    animation-duration: .4s !important;
}
.yWidgetShow.right {
    right:0px !important;
    animation-name: slideinRight !important;
}
.yWidgetShow.left {
    left:0px !important;
    animation-name: slideinLeft !important;
}
.yWidgetHide {
    animation-duration: .4s !important;
}
.yWidgetHide.right {
    right:-500px !important;
    animation-name: slideoutRight !important;
}
.yWidgetHide.left {
    left:-500px !important;
    animation-name: slideoutLeft !important;
}
/* Анимации */

/**********************************/
@keyframes slideinRight {
    from {
        right: -500px;
    }

    to {
        right: 0px;
    }
}

@-webkit-keyframes slideinRight {
    from {
        right: -500px;
    }

    to {
        right: 0px;
    }
}

@-moz-keyframes slideinRight {
    from {
        right: -500px;
    }

    to {
        right: 0px;
    }
}

@-o-keyframes slideinRight {
    from {
        right: -500px;
    }

    to {
        right: 0px;
    }
}

/**********************************/
@keyframes slideinLeft {
    from {
        left: -500px;
    }

    to {
        left: 0px;
    }
}

@-webkit-keyframes slideinLeft {
    from {
        left: -500px;
    }

    to {
        left: 0px;
    }
}

@-moz-keyframes slideinLeft {
    from {
        left: -500px;
    }

    to {
        left: 0px;
    }
}

@-o-keyframes slideinLeft {
    from {
        left: -500px;
    }

    to {
        left: 0px;
    }
}

/**********************************/

@keyframes slideoutRight {
    from {
        right: 0px;
    }

    to {
        right: -500px;
    }
}

@-webkit-keyframes slideoutRight {
    from {
        right: 0px;
    }

    to {
        right: -500px;
    }
}

@-moz-keyframes slideoutRight {
    from {
        right: 0px;
    }

    to {
        right: -500px;
    }
}

@-o-keyframes slideoutRight {
    from {
        right: 0px;
    }

    to {
        right: -500px;
    }
}

/**********************************/

@keyframes slideoutLeft {
    from {
        left: 0px;
    }

    to {
        left: -500px;
    }
}

@-webkit-keyframes slideoutLeft {
    from {
        left: 0px;
    }

    to {
        left: -500px;
    }
}

@-moz-keyframes slideoutLeft {
    from {
        left: 0px;
    }

    to {
        left: -400px;
    }
}

@-o-keyframes slideoutLeft {
    from {
        left: 0px;
    }

    to {
        left: -500px;
    }
}


/**********************************/
@-webkit-keyframes wave-stroke {
    100% {
        width: 200%;
        height: 200%;
        border-color: transparent;
        opacity: 0;
    }
}
@-moz-keyframes wave-stroke {
    100% {
        width: 200%;
        height: 200%;
        border-color: transparent;
        opacity: 0;
    }
}
@-o-keyframes wave-stroke {
    100% {
        width: 200%;
        height: 200%;
        border-color: transparent;
        opacity: 0;
    }
}
@keyframes wave-stroke {
    100% {
        width: 200%;
        height: 200%;
        border-color: transparent;
        opacity: 0;
    }
}
