/* Common button styles */
.button {
    float: left;
    display: block;
    border: none;
    background: none;
    color: inherit;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.button:focus {
    outline: none;
}
.button2 {
    float: left;
    display: block;
    border: none;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 246px;
    height: 40px;
    font-size: 11px;
    padding-left: 53px;
    line-height: 40px;
    text-decoration: none;
}
.button2:focus {
    outline: none;
}
.button2a {
    float: left;
    display: block;
    border: none;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 246px;
    height: 40px;
    font-size: 11px;
    padding-left: 53px;
    line-height: 40px;
    text-decoration: none;
}
.button2a:focus {
    outline: none;
}
.button3 {
float: left;
    display: block;
    border: none;
    background-color: #1dcb94;
    position: relative;
    z-index: 1;
    width: 104px;
    margin-left: 7px;
    margin-top: 85px;
    height: 22px;
    cursor: pointer;
    padding: 0;
    font-size: 11px;
    padding-left: 0px;
    line-height: 23px;
    text-decoration: none;
    font-weight: 100;
    border-radius: 10px;
}
.button3:focus {
    outline: none;
}

/* Aylen */
.button.button--aylen {
    color: #6bceff;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.button2.button2--aylen {
    color: #fb8200;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    background-image: url(/images/kvakva.png);
    background-size: 21px;
    background-position-x: 20px;
    background-position-y: 12px;
    background-repeat: no-repeat;
    font-weight: 600;
      
}

.button2.button22--aylen {
    color: #fb8200;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    background-image: url(/images/kvakvac.png);
    background-size: 21px;
    background-position-x: 20px;
    background-position-y: 12px;
    background-repeat: no-repeat;
    font-weight: 600;
}
.button2.button23--aylen {
    color: #fb8200;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    background-image: url(/images/kvakvat.png);
    background-size: 21px;
    background-position-x: 20px;
    background-position-y: 12px;
    background-repeat: no-repeat;
    font-weight: 600;
}

.button2.button24--aylen {
    color: #fb8200;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    background-image: url(/images/kvakvaz.png);
    background-size: 21px;
    background-position-x: 20px;
    background-position-y: 12px;
    background-repeat: no-repeat;
    font-weight: 600;
    margin-bottom: 0px;
}

.button2a.button2a--aylen {
    color: #fb8200;
        overflow: hidden;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
   
}

.button--aylen.button--inverted {
    background: none;
    color: #fff;
}
.button3.button3--aylen {
    color: #FFF;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.button--aylen::before,
.button--aylen::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 99%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--aylen::before {
    z-index: -999999999999199112;
    background: -moz-linear-gradient(left, rgba(240, 240, 240) 0%, rgba(255, 141, 0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(240, 240, 240) 0%,rgba(255, 141, 0,0) 100%);
    background: linear-gradient(to right, rgba(240, 240, 240) 0%,rgba(255, 141, 0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08b3eb', endColorstr='#007db9e8',GradientType=1 );
}
.button--aylen::after {
     background: -moz-linear-gradient(left, rgba(240, 240, 240) 0%, rgba(255, 141, 0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(240, 240, 240) 0%,rgba(255, 141, 0,0) 100%);
    background: linear-gradient(to right, rgba(240, 240, 240) 0%,rgba(255, 141, 0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08b3eb', endColorstr='#007db9e8',GradientType=1 );

}
.button--aylen:hover {
    color: #fff;
    cursor: pointer;
}
.button--aylen:hover::before,
.button--aylen:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);

}
.button--aylen:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
 

    
}

/*2*/

.button2--aylen::before,
.button2--aylen::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button2--aylen::before {
    z-index: -999999999999199112;
    background: -moz-linear-gradient(left, rgba(240, 240, 240) 0%, rgba(255, 141, 0,0) 100%);
    background: -webkit-linear-gradient(left, rgb(240, 240, 240) 0%,rgba(255, 141, 0,0) 100%);
    background: linear-gradient(to right, rgb(232, 232, 232) 0%,rgba(255, 141, 0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08b3eb', endColorstr='#007db9e8',GradientType=1 );

}
.button2--aylen::after {
     background: -moz-linear-gradient(left, rgba(240, 240, 240) 0%, rgba(255, 141, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(240, 240, 240) 0%,rgba(255, 141, 0,0) 100%);
    background: linear-gradient(to right, rgb(240, 240, 240) 0%,rgba(255, 141, 0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08b3eb', endColorstr='#007db9e8',GradientType=1 );

}
.button2--aylen:hover {
    color: #ff660a!important;
    cursor: pointer;
}
.button2--aylen:hover::before,
.button2--aylen:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.button2--aylen:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
    background-image: url(/images/kvakva.png)!important;
    background-size: 21px!important;
    background-position-x: 20px!important;
    background-position-y: 12px!important;
    background-repeat: no-repeat!important;
}
/*3*/






/*22*/

.button22--aylen::before,
.button22--aylen::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button22--aylen::before {
    z-index: -999999999999199112;
    background: -moz-linear-gradient(left, rgba(240, 240, 240) 0%, rgba(255, 141, 0,0) 100%);
    background: -webkit-linear-gradient(left, rgb(240, 240, 240) 0%,rgba(255, 141, 0,0) 100%);
    background: linear-gradient(to right, rgb(232, 232, 232) 0%,rgba(255, 141, 0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08b3eb', endColorstr='#007db9e8',GradientType=1 );

}
.button22--aylen::after {
     background: -moz-linear-gradient(left, rgba(240, 240, 240) 0%, rgba(255, 141, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(240, 240, 240) 0%,rgba(255, 141, 0,0) 100%);
    background: linear-gradient(to right, rgb(240, 240, 240) 0%,rgba(255, 141, 0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08b3eb', endColorstr='#007db9e8',GradientType=1 );

}
.button22--aylen:hover {
    color: #ff660a!important;
    cursor: pointer;
}
.button22--aylen:hover::before,
.button22--aylen:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.button22--aylen:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
    background-image: url(/images/kvakvac.png)!important;
    background-size: 21px!important;
    background-position-x: 20px!important;
    background-position-y: 12px!important;
    background-repeat: no-repeat!important;
}




/*23*/

.button23--aylen::before,
.button23--aylen::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button23--aylen::before {
    z-index: -999999999999199112;
    background: -moz-linear-gradient(left, rgba(240, 240, 240) 0%, rgba(255, 141, 0,0) 100%);
    background: -webkit-linear-gradient(left, rgb(240, 240, 240) 0%,rgba(255, 141, 0,0) 100%);
    background: linear-gradient(to right, rgb(232, 232, 232) 0%,rgba(255, 141, 0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08b3eb', endColorstr='#007db9e8',GradientType=1 );

}
.button23--aylen::after {
     background: -moz-linear-gradient(left, rgba(240, 240, 240) 0%, rgba(255, 141, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(240, 240, 240) 0%,rgba(255, 141, 0,0) 100%);
    background: linear-gradient(to right, rgb(240, 240, 240) 0%,rgba(255, 141, 0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08b3eb', endColorstr='#007db9e8',GradientType=1 );

}
.button23--aylen:hover {
    color: #ff660a!important;
    cursor: pointer;
}
.button23--aylen:hover::before,
.button23--aylen:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.button23--aylen:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
    background-image: url(/images/kvakvat.png)!important;
    background-size: 21px!important;
    background-position-x: 20px!important;
    background-position-y: 12px!important;
    background-repeat: no-repeat!important;
}


/*24*/

.button24--aylen::before,
.button24--aylen::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button24--aylen::before {
    z-index: -999999999999199112;
    background: -moz-linear-gradient(left, rgba(240, 240, 240) 0%, rgba(255, 141, 0,0) 100%);
    background: -webkit-linear-gradient(left, rgb(240, 240, 240) 0%,rgba(255, 141, 0,0) 100%);
    background: linear-gradient(to right, rgb(232, 232, 232) 0%,rgba(255, 141, 0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08b3eb', endColorstr='#007db9e8',GradientType=1 );

}
.button24--aylen::after {
     background: -moz-linear-gradient(left, rgba(240, 240, 240) 0%, rgba(255, 141, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(240, 240, 240) 0%,rgba(255, 141, 0,0) 100%);
    background: linear-gradient(to right, rgb(240, 240, 240) 0%,rgba(255, 141, 0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08b3eb', endColorstr='#007db9e8',GradientType=1 );

}
.button24--aylen:hover {
    color: #ff660a!important;
    cursor: pointer;
}
.button24--aylen:hover::before,
.button24--aylen:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.button24--aylen:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
    background-image: url(/images/kvakvaz.png)!important;
    background-size: 21px!important;
    background-position-x: 20px!important;
    background-position-y: 12px!important;
    background-repeat: no-repeat!important;
    margin-bottom: 32px;
}

/*2a*/

.button2a--aylen::before,
.button2a--aylen::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button2a--aylen::before {
    z-index: -999999999999199112;
    background: -moz-linear-gradient(left, rgba(240, 240, 240) 0%, rgba(255, 141, 0,0) 100%);
    background: -webkit-linear-gradient(left, rgb(240, 240, 240) 0%,rgba(255, 141, 0,0) 100%);
    background: linear-gradient(to right, rgb(232, 232, 232) 0%,rgba(255, 141, 0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08b3eb', endColorstr='#007db9e8',GradientType=1 );

}
.button2a--aylen::after {
     background: -moz-linear-gradient(left, rgba(240, 240, 240) 0%, rgba(255, 141, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(240, 240, 240) 0%,rgba(255, 141, 0,0) 100%);
    background: linear-gradient(to right, rgb(240, 240, 240) 0%,rgba(255, 141, 0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08b3eb', endColorstr='#007db9e8',GradientType=1 );

}
.button2a--aylen:hover {
    color: #ff660a!important;
    cursor: pointer;
}

.button2a--aylen:hover::before,
.button2a--aylen:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.button2a--aylen:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
    background-image: url(/images/kvakvah.png)!important;
    background-size: 21px!important;
    background-position-x: 20px!important;
    background-position-y: 12px!important;
    background-repeat: no-repeat!important;
}
/*3a*/


.button3--aylen::before,
.button3--aylen::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button3--aylen::before {
    z-index: -999999999999199112;
    background: -moz-linear-gradient(left, rgba(0, 218, 149,1) 0%, rgba(255, 141, 0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 218, 149,1) 0%,rgba(255, 141, 0,0) 100%);
    background: linear-gradient(to right, rgba(0, 218, 149,1) 0%,rgba(255, 141, 0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08b3eb', endColorstr='#007db9e8',GradientType=1 );
}
.button3--aylen::after {
     background: -moz-linear-gradient(left, rgba(1, 128, 87,1) 0%, rgba(255, 141, 0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(1, 128, 87,1) 0%,rgba(255, 141, 0,0) 100%);
    background: linear-gradient(to right, rgba(1, 128, 87,1) 0%,rgba(255, 141, 0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08b3eb', endColorstr='#007db9e8',GradientType=1 );

}
.button3--aylen:hover {
    color: #fff;
    cursor: pointer;
}
.button3--aylen:hover::before,
.button3--aylen:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.button3--aylen:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min--moz-device-pixel-ratio: 1.25),
only screen and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{

    .button2.button2--aylen {
        color: #fb8200;
        overflow: hidden;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        background-image: url(/images/kvakva.png);
        background-size: 21px;
        background-position-x: 20px;
        background-position-y: 12px;
        background-repeat: no-repeat;
        font-weight: 600;
    }

   
    .button2.button22--aylen {
        color: #fb8200;
        overflow: hidden;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        background-image: url(/images/kvakvac.png);
        background-size: 21px;
        background-position-x: 20px;
        background-position-y: 12px;
        background-repeat: no-repeat;
        font-weight: 600;
    }

       
    .button2.button23--aylen {
        color: #fb8200;
        overflow: hidden;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        background-image: url(/images/kvakvat.png);
        background-size: 21px;
        background-position-x: 20px;
        background-position-y: 12px;
        background-repeat: no-repeat;
        font-weight: 600;
    }

    .button2.button24--aylen {
        color: #fb8200;
        overflow: hidden;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        background-image: url(/images/kvakvaz.png);
        background-size: 21px;
        background-position-x: 20px;
        background-position-y: 12px;
        background-repeat: no-repeat;
        font-weight: 600;
        margin-bottom: 0px;
    }
    }