.slider-button:after,
.slider-button:before {
    box-sizing: border-box;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}
.draw {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}
.draw:before,
.draw:after {
    border: 3px solid transparent;
    width: 0;
    height: 0;
    border-left: none!important;
    z-index: -1;
}
.draw:before {
    top: 0;
    left: 0;
}
.draw:after {
    bottom: 0;
    right: 0;
}
.draw:hover {
    color: #059da5;
}
.draw:hover:before,
.draw:hover:after {
    width: 100%;
    height: 100%;
}
.draw:hover:before {
    border-top-color: #059da5;
    border-right-color: #059da5;
    -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover:after {
    border-bottom-color: #059da5;
    border-left-color: #059da5;
    -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
/* Form-animate */

.full-menu-wrap-form .form-control {
    border: none!important;
    color: #059da5;
    min-width: 320px;
	padding-left: 0;
}
.draw_need {
    position: relative;
    border: 1px solid transparent;
    border-bottom-color: #fff;
}
.draw_need:hover {
    border-bottom-color: transparent;
}
.draw_need:after,
.draw_need:before {
    box-sizing: border-box;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}
.draw {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}
.draw_form:before,
.draw_form:after {
    border: 1px solid transparent;
    width: 0;
    height: 0;
    z-index: -1;
}
.draw_form:before {
    top: 0;
    left: 0;
}
.draw_form:after {
    bottom: 0;
    right: 0;
}
.draw_form:hover {
    color: #059da5;
}
.draw_form:hover:before,
.draw_form:hover:after {
    width: 100%;
    height: 100%;
}
.draw_form:hover:before {
    border-top-color: #059da5;
    border-right-color: #059da5;
    -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw_form:hover:after {
    border-bottom-color: #059da5;
    border-left-color: #059da5;
    -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.main-menu>ul>li:hover:after {
    width: 100%;
}
.close-main .c-hamburger1--htx {
    position: relative;
    top: 0;
    left: 0;
}
.c-hamburger {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}
.c-hamburger span {
    display: block;
    position: absolute;
    top: 22px;
    left: 8px;
    right: 8px;
    height: 5px;
    background: white;
}
.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
    content: "";
}
.c-hamburger span::before {
    top: -10px;
}
.c-hamburger span::after {
    bottom: -10px;
}
/* .c-hamburger--htx { */
/* background-color: #009ea6;top: 100px;position: absolute;right: 30px; */
/* } */
/* .c-hamburger--htx span { */
/* transition: background 0s 0.3s; */
/* } */
/* .c-hamburger--htx span::before, */
/* .c-hamburger--htx span::after { */
/* transition-duration: 0.3s, 0.3s; */
/* transition-delay: 0.3s, 0s; */
/* } */
/* .c-hamburger--htx span::before { */
/* transition-property: top, transform; */
/* } */
/* .c-hamburger--htx span::after { */
/* transition-property: bottom, transform; */
/* } */
/* /* active state, i.e. menu open */

*/
/* .c-hamburger--htx:hover { */
/* background-color: #cb0032; */
/* } */
/* .c-hamburger--htx:hover span { */
/* background: none; */
/* } */
/* .c-hamburger--htx:hover span::before { */
/* top: 0; */
/* transform: rotate(45deg); */
/* } */
/* .c-hamburger--htx:hover span::after { */
/* bottom: 0; */
/* transform: rotate(-45deg); */
/* } */
/* .c-hamburger--htx:hover span::before, */
/* .c-hamburger--htx:hover span::after { */
/* transition-delay: 0s, 0.3s; */
/* } */
/* ========================================= */

.c-hamburger1 {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}
.c-hamburger1 span {
    display: block;
    position: absolute;
    top: 22px;
    left: 8px;
    right: 8px;
    height: 5px;
    background: white;
}
.c-hamburger1 span::before,
.c-hamburger1 span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
    content: "";
}
.c-hamburger1 span::before {
    top: -10px;
}
.c-hamburger1 span::after {
    bottom: -10px;
}
.c-hamburger1--htx {
    background-color: #009ea6;
    top: 100px;
    position: absolute;
    right: 30px;
}
.c-hamburger1--htx span {
    transition: background 0s 0.3s;
    background: none;
}
.c-hamburger1--htx span::before,
.c-hamburger1--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}
.c-hamburger1--htx span::before {
    transition-property: top, transform;
    top: 0;
    transform: rotate(45deg);
}
.c-hamburger1--htx span::after {
    transition-property: bottom, transform;
    bottom: 0;
    transform: rotate(-45deg);
}
/* active state, i.e. menu open */

.c-hamburger1--htx.is-active {
    background-color: #009ea6;
}
.c-hamburger1--htx.is-active span {
    background: #fff;
}
.c-hamburger1--htx.is-active span::before {
    top: -10px;
    /* top: 0; */
    
    transform: rotate(0);
}
.c-hamburger1--htx.is-active span::after {
    bottom: -10px;
    /* bottom: 0; */
    
    transform: rotate(0);
}
.c-hamburger1--htx.is-active span::before,
.c-hamburger1--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}