.element-info-buttons > a,
.element-image > img{
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
a{
    cursor:pointer;
}
.wrapper-elements {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 80px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 0;
}
.wrapper-elements[data-type="first"] {
    margin-top: 20px;
    margin-bottom: 60px;
}
.wrapper-elements[data-type="bgblue"]{
    background: linear-gradient(53.18deg, #00B9FF 30.28%, #6BD7FF 89.46%);
}
.element-item {
    position: relative;
    padding: 150px 0;
    box-sizing: border-box;
}
.element-item > .element-image[data-type="icons"] > .listicons{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.element-item > .element-image[data-type="icons"] > .listicons span{
    display:block;
    font-size:24px;
    margin:30px 0 40px;
    color:#3E484C;
}
.element-item > .element-image[data-type="icons"] > .listicons img{
    height:68px;
    width:auto;
}
.element-item > .element-image[data-type="icons"] .text_support{
    font-weight: 300;
    font-size: 16px;
    line-height: 8px;
    color:#8FA7B0;
}
.element-image {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    text-align: center;
}
.element-item > .element-image[data-type="icons"]{
    height:200px;
}
.element-item.reverse > .element-image {
    left: 50%;
}
.element-image:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.element-image > img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}
/*
.element-image.icons > .icon{
    display:inline-block;
}
.element-image.icons > .icon > span{
    display:block;
}
*/
.element-info-title.main-title{
    font-size: 45px;
    font-weight: bold;
}
.element-info-title.main-title > span{
    color: #17C0FF;
    display: inline-block;
}
.element-info {
    position: relative;
    width: 50%;
    left: 50%;
    padding: 0 0 0 80px;
    box-sizing: border-box;
    font-weight: 300;
    color: #3e484c;
    text-align: left;
}
.element-info[data-type="white"] {
  color:#fff
}
.element-info > .icons{
    margin-top:40px;
    display:flex;
    align-items: center;
    justify-content: space-between;
    max-width:460px;
}
.element-info > .icons > img{
    display:inline-block;
}
/*.element-info.main-element-info{
    width: 55%;
}*/
.element-item.reverse > .element-info {
    left: 0;
    padding: 0 80px 0 0;
}
.element-info-title {
    font-size: 36px;
    line-height: 48px;
}
.element-info-labels {
    padding-bottom: 20px;
    cursor: default;
}
.element-info-labels > div {
    margin-top: 10px;
    font-size: 16px;
    color: #17c0ff;
    line-height: 24px;
}
.element-info-labels > span {
    display: inline-block;
    height: 30px;
    margin: 10px 10px 0 0;
    padding: 0 20px;
    border: 1px solid #17c0ff;
    border-radius: 30px;
    box-sizing: border-box;
    font-size: 12px;
    color: #17c0ff;
    line-height: 28px;
}
.element-info-description {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
}
.wrapper-elements[data-type="third"] .element-info-description{
    margin-top:20px;
}
.element-info-buttons > a {
    display: inline-block;
    height: 52px;
    margin: 20px 20px 0 0;
    padding: 0 32px;
    border: 1px solid #17c0ff;
    border-radius: 10px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
    color: #17c0ff;
    background-color: transparent;
    line-height: 50px;
    transitioN: .2s;
}
.element-info-buttons > a:hover {
    border-color: transparent;
    color: #fff;
    background-color: #00abeb;
}
.element-info-buttons > a:active {
    border-color: transparent;
    color: #fff;
    background-color: #009dd8;
}
.element-info-buttons > a:first-child {
    border-color: transparent;
    color: #fff;
    background-color: #17c0ff;
    box-shadow: 0 16px 24px rgba(23, 192, 255, .2);
}
.element-info-buttons > a:hover:first-child {
    background-color: #00abeb;
}
.element-info-buttons > a:active:first-child {
    background-color: #009dd8;
}

.element-info-buttons[data-type="transparent"] > a {
    border: 1px solid #fff;
    background: transparent;
}

@media screen and (max-width: 1100px) {
    .element-info {
        padding: 0 0 0 50px;
    }
    .element-item.reverse > .element-info {
        padding: 0 50px 0 0;
    }
}
@media screen and (max-width: 900px) {
    .wrapper-elements {
        margin-bottom: 0;
    }
    .element-item > .element-image[data-type="icons"]{
        height:0;
    }
    .wrapper-elements[data-type="first"],
    .wrapper-elements[data-type="third"] {
        margin-top: 120px;
        margin-bottom: 0;
    }
    .element-item {
        padding: 0 0 80px;
    }
    .element-info,
    .element-item.reverse > .element-info {
        padding: 0;
        margin-top:200px;
    }
    .element-image {
        position: static;
        height: auto;
        width: 100%;
        max-width: 650px;
        margin: 0 auto;
    }
    .element-info {
        position: static;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 420px) {
    .element-info {
        text-align: center;
    }
    .element-info-title {
        font-size: 24px;
        line-height: 48px;
    }
    .element-info-labels > div {
        margin-top: 18px;
    }
    .element-info-description {
        padding-bottom: 10px;
    }
    .element-info-buttons > a {
        width: 100%;
        margin-right: 0;
    }
}
.loading-overlay {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 5px;
    z-index: 10;
    opacity: 0.8;
}
.loading-overlay > .overlay-content {
    position: relative;
    top: 40%;
    margin: 0 auto;
    text-align: center;
}
.overlay-content > span {
    font-size: 20px;
    color: rgb(146, 146, 146);
    padding-top:20px;
}
.icon-loadnig {
    background: url(/images/loading_animation.gif) center no-repeat;
    width: 31px;
    height: 31px;
    display: block;
    margin: 0px auto;
}
.hidden {
    display: none !important;
}