/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

* {
    margin: 0;
    padding: 0;
}

.clear {
    display: block;
    А width: 100%;
    height: 0px;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    font: 400 0px/0px Arial;
}


/*начало демо*/


/*кнопка обратной связи*/

.email-bt {
    background: #4C4BE4;
    border: 2px solid #4C4BE4;
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3);
    box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3);
    cursor: pointer;
    height: 68px;
    text-align: center;
    width: 68px;
    position: fixed;
    right: 3%;
    bottom: 6%;
    z-index: 999;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-animation: email-an linear 1s infinite;
    animation: email-an linear 1s infinite;
    z-index: 99999999;
}

.email-bt .text-call {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.email-bt .text-call span {
    text-align: center;
    color: #4C4BE4;
    opacity: 0;
    font-size: 0;
    position: absolute;
    right: 4px;
    top: 22px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.email-bt .text-call:hover span {
    opacity: 1;
    font-size: 11px;
    z-index: 99999999;
}

/*.email-bt:hover i {
    display: none;
    z-index: 99999999;
}*/

.email-bt:hover {
    z-index: 1;
    /*background: #fff;*/
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 99999999;
}

.email-bt i {
    color: #fff;
    font-size: 29px;
	transform: scale(1);
    -webkit-transition: 5s;
    -o-transition: 5s;
    transition: 5s;
    line-height: 66px;
	transition-timing-function: linear;
	transition-property: font-size;
}

.email-bt i {
    -webkit-animation: opsimple 3s infinite;
    animation: opsimple 3s infinite;
}

.email-bt:hover i {
    color: #38a3fd;
    transform: scale(1.3);
    -webkit-transition: 5s;
    -o-transition: 5s;
    transition: 5s;
    z-index: 99999999;
	transition-timing-function: linear;
	transition-property: font-size;
}

@-webkit-keyframes email-an {
    0% {
        -webkit-box-shadow: 0 8px 10px rgba(31, 24, 184, 0.3), 0 0 0 0 rgba(31, 24, 184, 0.2), 0 0 0 0 rgba(31, 24, 184, 0.1);
        box-shadow: 0 8px 10px rgba(31, 24, 184, 0.3), 0 0 0 0 rgba(31, 24, 184, 0.2), 0 0 0 0 rgba(31, 24, 184, 0.1)
    }
    40% {
        -webkit-box-shadow: 0 8px 10px rgba(31, 24, 184, 0.3), 0 0 0 15px rgba(31, 24, 184, 0.2), 0 0 0 0 rgba(31, 24, 184, 0.1);
        box-shadow: 0 8px 10px rgba(31, 24, 184, 0.3), 0 0 0 15px rgba(31, 24, 184, 0.2), 0 0 0 0 rgba(31, 24, 184, 0.1)
    }
    80% {
        -webkit-box-shadow: 0 8px 10px rgba(31, 24, 184, 0.3), 0 0 0 30px rgba(31, 24, 184, 0.2), 0 0 0 26.7px rgba(31, 24, 184, 0.1);
        box-shadow: 0 8px 10px rgba(31, 24, 184, 0.3), 0 0 0 30px rgba(31, 24, 184, 0.2), 0 0 0 26.7px rgba(31, 24, 184, 0.1)
    }
    100% {
        -webkit-box-shadow: 0 8px 10px rgba(31, 24, 184, 0.3), 0 0 0 30px rgba(31, 24, 184, 0), 0 0 0 40px rgba(31, 24, 184, 0);
        box-shadow: 0 8px 10px rgba(31, 24, 184, 0.3), 0 0 0 30px rgba(31, 24, 184, 0), 0 0 0 40px rgba(31, 24, 184, 0)
    }
}

@keyframes email-an {
    0% {
        -webkit-box-shadow: 0 8px 10px rgba(31, 24, 184, 0.3), 0 0 0 0 rgba(31, 24, 184, 0.2), 0 0 0 0 rgba(31, 24, 184, 0.2);
        box-shadow: 0 8px 10px rgba(31, 24, 184, 0.3), 0 0 0 0 rgba(31, 24, 184, 0.2), 0 0 0 0 rgba(31, 24, 184, 0.2)
    }
    40% {
        -webkit-box-shadow: 0 8px 10px rgba(31, 24, 184, 0.3), 0 0 0 15px rgba(31, 24, 184, 0.2), 0 0 0 0 rgba(31, 24, 184, 0.2);
        box-shadow: 0 8px 10px rgba(31, 24, 184, 0.3), 0 0 0 15px rgba(31, 24, 184, 0.2), 0 0 0 0 rgba(31, 24, 184, 0.2)
    }
    80% {
        -webkit-box-shadow: 0 8px 10px rgba(31, 24, 184, 0.3), 0 0 0 30px rgba(249, 92, 24, 0), 0 0 0 26.7px rgba(249, 92, 24, 0.067);
        box-shadow: 0 8px 10px rgba(31, 24, 184, 0.3), 0 0 0 30px rgba(249, 92, 24, 0), 0 0 0 26.7px rgba(249, 92, 24, 0.067)
    }
    100% {
        -webkit-box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3), 0 0 0 30px rgba(249, 92, 24, 0), 0 0 0 40px rgba(249, 92, 24, 0.0);
        box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3), 0 0 0 30px rgba(249, 92, 24, 0), 0 0 0 40px rgba(249, 92, 24, 0.0)
    }
}

@keyframes opsimple {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes opsimple {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* модальное окно */

#myform input,
textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#myform textarea {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 110px;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 2px;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: #444;
    padding: 20px;
    margin-bottom: 20px;
}

#myform input {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 4px;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: #444;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

input[type=submit] {
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.btn {
    margin: 0 auto;
    background: #4C4BE4;
    padding: 10.5px 21px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:hover {
    background: #E34602;
}

#researchform input,
textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#researchform textarea {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 110px;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 2px;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: #444;
    padding: 20px;
    margin-bottom: 20px;
}

#researchform input {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 4px;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: #444;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}