/* -- ELEMENT STYLES -- */

.a_demo_three {
    background-color: #3bb3e0;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
text-decoration: none;
color: #fff;
position: relative;
padding: 10px 20px;
border-left: solid 1px #2ab7ec;
margin-left: 35px;
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(44,160,202)), color-stop(1, rgb(62,184,229)) );
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}
 
.a_demo_three:active {
    top:3px;
    background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}

.a_demo_three::before {
text-align: center;
background-color: #2561b4;
content: "1";
width: 35px;
max-height: 29px;
height: 100%;
position: absolute;
display: block;
padding-top: 8px;
top: 0px;
left: -36px;
font-size: 16px;
font-weight: bold;
color: #8fd1ea;
text-shadow: 1px 1px 0px #07526e;
border-right: solid 1px #07526e;
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(10,94,125)), color-stop(1, rgb(14,139,184)) );
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999;
}

 
.a_demo_three:active::before {
    top:-3px;
    box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
}

.demo-1 {
    margin: 1em 0 0.5em 0;
    color: #FF3300;
    font-weight: normal;
    font-family: 'Ultra', sans-serif;  
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    text-shadow: 0 2px white, 0 3px #777;
}


.second_button::before {
content: "2";
}


.third_button::before {
content: "3";
}


.four_button::before {
content: "4";
}

.fours_button::before {
content: "5";
}

.four6_button::before {
content: "6";
}

.a_demo_four {
    cursor: pointer;
    background-color: #3bb3e0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 10px 20px;
    padding-right: 50px;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(44,160,202)), color-stop(1, rgb(62,184,229)) );
        border-radius: 5px;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}
 
.a_demo_four:active,.a_demo_four.active {
    top:3px;
    background-image: linear-gradient(bottom, rgb(62,51,46) 100%, rgb(101,86,78) 0%);
    box-shadow: inset 0px 1px 0px #9e8d84, 0px 2px 0px 0px #322620, 0px 5px 3px #999;
}
 
.a_demo_four::before {
background-color: #2591b4;
background-image: url(https://mdnvizit.ru/images/right_arrow.png);
background-repeat: no-repeat;
background-position: center center;
content: "";
width: 20px;
height: 20px;
position: absolute;
right: 15px;
top: 50%;
margin-top: -9px;
    border-radius: 50%;
box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
}
 
.a_demo_four:active::before,.a_demo_four.active::before {
    top:50%;
    margin-top:-12px;
    box-shadow: inset 0px 1px 0px #827066, 0px 3px 0px #19120f, 0px 6px 3px #382e29;
}

.tabsContainer {
    float: left;
    width: 100%;
    border: 0;
}

.tabsContainer .tabs {
    float: left;
    width: 100%;
    text-align: center;
    border: 0;
}

.tabsContainer .tabs .tab {
    cursor: pointer;
    display: inline-block;
}

.tabsContainer .tabsConts {
    float: left;
    width: 100%;
    margin-top: 20px;
    border: 0;
}

.tabsContainer .tabsConts .tabCont {
    float: left;
    width: 100%;
    border: 0;
    display: none;
}

.tooltipcont{
     position:absolute;
     left:-2000px;
     border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
       box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
       font-family: Calibri, Tahoma, Geneva, sans-serif;
       position: absolute; z-index: 99;
     width:250px;
}

.tooltipcont img {border: 0; margin: -10px 0 0 -50px; float: left; position: absolute;}

.a_demo_four1 {
    float: left;
    margin: 0 0 10px 0;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #3bb3e0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 10px 20px;
    padding-right: 50px;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(44,160,202)), color-stop(1, rgb(62,184,229)) );
        border-radius: 5px;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}
 
.a_demo_four1:active,.a_demo_four1.active {
    top:3px;
    background-image: linear-gradient(bottom, rgb(62,51,46) 100%, rgb(101,86,78) 0%);
    box-shadow: inset 0px 1px 0px #9e8d84, 0px 2px 0px 0px #322620, 0px 5px 3px #999;
}
 
.a_demo_four1::before {
background-color: #2591b4;
background-image: url(https://mdnvizit.ru/images/right_arrow.png);
background-repeat: no-repeat;
background-position: center center;
content: "";
width: 20px;
height: 20px;
position: absolute;
right: 15px;
top: 50%;
margin-top: -9px;
    border-radius: 50%;
box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
}
 
.a_demo_four1:active::before,.a_demo_four1.active::before {
    top:50%;
    margin-top:-12px;
    box-shadow: inset 0px 1px 0px #827066, 0px 3px 0px #19120f, 0px 6px 3px #382e29;
}

.a_demo_four2 {
    float: left;
    margin: 0 0 10px 0;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #3bb3e0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 10px 20px;
    padding-right: 50px;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(44,160,202)), color-stop(1, rgb(62,184,229)) );
        border-radius: 5px;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}
 
.a_demo_four2:active,.a_demo_four2.active {
    top:3px;
    background-image: linear-gradient(bottom, rgb(62,51,46) 100%, rgb(101,86,78) 0%);
    box-shadow: inset 0px 1px 0px #9e8d84, 0px 2px 0px 0px #322620, 0px 5px 3px #999;
}
 
.a_demo_four2::before {
background-color: #2591b4;
background-image: url(https://mdnvizit.ru/images/right_arrow.png);
background-repeat: no-repeat;
background-position: center center;
content: "";
width: 20px;
height: 20px;
position: absolute;
right: 15px;
top: 50%;
margin-top: -9px;
    border-radius: 50%;
box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
}
 
.a_demo_four2:active::before,.a_demo_four2.active::before {
    top:50%;
    margin-top:-12px;
    box-shadow: inset 0px 1px 0px #827066, 0px 3px 0px #19120f, 0px 6px 3px #382e29;
}