@charset "UTF-8";
#header{
    padding:10px 0;
    height:60px;
    position:fixed;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    top:0;
    left:0;
    width:100%;
    border-bottom:2px solid #031e50;
    background:#f2f6ff;
    z-index:2;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
#header .desktop-logo{
    display:none
}
#header ul{
    list-style:none;
    padding:0;
    margin:0
}
#header ul li{
    padding:0;
    margin:0
}
#header ul li:after{
    display:none
}
#header .logo{
    width:200px
}
#header .logo a{
    width:100%
}
#header .logo a img{
    width:100%;
    height:auto
}
#header:after{
    content:"";
    display:block;
    clear:both;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:2px;
    background:#031e50;
    opacity:0;
    -webkit-transition:opacity .25s ease-in-out;
    -o-transition:opacity .25s ease-in-out;
    transition:opacity .25s ease-in-out
}
#header .header-holder{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-transition:padding .25s ease-in-out;
    -o-transition:padding .25s ease-in-out;
    transition:padding .25s ease-in-out
}
.scroll-page #header:after{
    opacity:1
}
#nav .nav-holder{
    display:none;
    position:fixed;
    left:0;
    right:0;
    top:60px;
    bottom:0;
    width:auto;
    z-index:60;
    background-color:#f2f6ff;
    overflow-y:auto;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    text-transform:uppercase
}
#nav .menu{
    text-align:center;
    overflow:hidden;
    overflow-y:auto;
    padding:0;
    margin:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border-bottom:1px solid #031e50
}
#nav .menu li{
    border-top:1px solid #031e50;
    margin:0
}
#nav .menu li:first-child{
    border:0
}
#nav .menu li.active a{
    color:#f2f6ff;
    background:#031e50
}
#nav .menu a{
    display:block;
    width:100%;
    padding:10px 15px;
    text-align:left;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:inherit;
    text-decoration:none;
    -webkit-transition:background .25s ease-in-out,color .25s ease-in-out;
    -o-transition:background .25s ease-in-out,color .25s ease-in-out;
    transition:background .25s ease-in-out,color .25s ease-in-out
}
.toogle-menu{
    z-index:61;
    width:25px;
    height:20px;
    text-indent:-99999px;
    position:relative;
    -webkit-transition:all .25s ease;
    -o-transition:all .25s ease;
    transition:all .25s ease;
    margin:0 0 0 20px;
    display:block
}
.toogle-menu span{
    position:absolute;
    right:0;
    height:2px;
    width:100%;
    background:#000
}
.toogle-menu span.t{
    top:2px;
    -webkit-transition:opacity .25s ease-in-out,top .25s cubic-bezier(.4,.01,.165,.99) .3s;
    -o-transition:opacity .25s ease-in-out,top .25s cubic-bezier(.4,.01,.165,.99) .3s;
    transition:opacity .25s ease-in-out,top .25s cubic-bezier(.4,.01,.165,.99) .3s
}
.toogle-menu span.c{
    top:9px;
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0);
    -webkit-transition:top .25s cubic-bezier(.4,.01,.165,.99) .3s,-webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
    transition:top .25s cubic-bezier(.4,.01,.165,.99) .3s,-webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
    -o-transition:transform .25s cubic-bezier(.4,.01,.165,.99) 0s,top .25s cubic-bezier(.4,.01,.165,.99) .3s;
    transition:transform .25s cubic-bezier(.4,.01,.165,.99) 0s,top .25s cubic-bezier(.4,.01,.165,.99) .3s;
    transition:transform .25s cubic-bezier(.4,.01,.165,.99) 0s,top .25s cubic-bezier(.4,.01,.165,.99) .3s,-webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s
}
.toogle-menu span.b{
    top:16px;
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0);
    -webkit-transition:top .25s cubic-bezier(.4,.01,.165,.99) .3s,-webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
    transition:top .25s cubic-bezier(.4,.01,.165,.99) .3s,-webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
    -o-transition:transform .25s cubic-bezier(.4,.01,.165,.99) 0s,top .25s cubic-bezier(.4,.01,.165,.99) .3s;
    transition:transform .25s cubic-bezier(.4,.01,.165,.99) 0s,top .25s cubic-bezier(.4,.01,.165,.99) .3s;
    transition:transform .25s cubic-bezier(.4,.01,.165,.99) 0s,top .25s cubic-bezier(.4,.01,.165,.99) .3s,-webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s
}
.open .toogle-menu .c{
    top:9px;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transition:top .25s cubic-bezier(.4,.01,.165,.99) 0s,-webkit-transform .25s cubic-bezier(.4,.01,.165,.99) .3s;
    transition:top .25s cubic-bezier(.4,.01,.165,.99) 0s,-webkit-transform .25s cubic-bezier(.4,.01,.165,.99) .3s;
    -o-transition:transform .25s cubic-bezier(.4,.01,.165,.99) .3s,top .25s cubic-bezier(.4,.01,.165,.99) 0s;
    transition:transform .25s cubic-bezier(.4,.01,.165,.99) .3s,top .25s cubic-bezier(.4,.01,.165,.99) 0s;
    transition:transform .25s cubic-bezier(.4,.01,.165,.99) .3s,top .25s cubic-bezier(.4,.01,.165,.99) 0s,-webkit-transform .25s cubic-bezier(.4,.01,.165,.99) .3s
}
.open .toogle-menu .b{
    top:9px;
    -webkit-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    transform:rotate(135deg);
    -webkit-transition:top .25s cubic-bezier(.4,.01,.165,.99) 0s,-webkit-transform .25s cubic-bezier(.4,.01,.165,.99) .3s;
    transition:top .25s cubic-bezier(.4,.01,.165,.99) 0s,-webkit-transform .25s cubic-bezier(.4,.01,.165,.99) .3s;
    -o-transition:transform .25s cubic-bezier(.4,.01,.165,.99) .3s,top .25s cubic-bezier(.4,.01,.165,.99) 0s;
    transition:transform .25s cubic-bezier(.4,.01,.165,.99) .3s,top .25s cubic-bezier(.4,.01,.165,.99) 0s;
    transition:transform .25s cubic-bezier(.4,.01,.165,.99) .3s,top .25s cubic-bezier(.4,.01,.165,.99) 0s,-webkit-transform .25s cubic-bezier(.4,.01,.165,.99) .3s
}
.open .toogle-menu .t{
    opacity:0;
    top:9px;
    -webkit-transition:opacity .25s ease-in-out,top .25s cubic-bezier(.4,.01,.165,.99) 0s;
    -o-transition:opacity .25s ease-in-out,top .25s cubic-bezier(.4,.01,.165,.99) 0s;
    transition:opacity .25s ease-in-out,top .25s cubic-bezier(.4,.01,.165,.99) 0s
}
@media (min-width:768px){
    .toogle-menu{
        display:none
    }
    #header .logo{
        width:405px
    }
    #header .mobile-logo{
        display:none
    }
    #header .desktop-logo{
        display:block
    }
    #nav .nav-holder{
        display:block!important;
        position:relative;
        top:0;
        height:auto;
        overflow:hidden
    }
    #nav .menu{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        border:none;
        margin:0 -10px
    }
    #nav .menu li{
        padding:0 10px;
        border:none
    }
    #nav .menu li a{
        padding:0;
        background:-webkit-gradient(linear,left top,left bottom,from(currentColor),to(currentColor)) 50% 100% no-repeat;
        background:-o-linear-gradient(currentColor,currentColor) 50% 100% no-repeat;
        background:linear-gradient(currentColor,currentColor) 50% 100% no-repeat;
        background-size:0 2px;
        -webkit-transition:background .25s ease-in-out;
        -o-transition:background .25s ease-in-out;
        transition:background .25s ease-in-out
    }
    #nav .menu li a:hover{
        background-size:100% 2px
    }
}
@media (min-width:768px) and (-ms-high-contrast:none),(min-width:768px) and (-ms-high-contrast:active){
    #nav .menu li a:hover{
        background:-webkit-gradient(linear,left top,left bottom,from(currentColor),to(currentColor)) 50% 100% no-repeat;
        background:-o-linear-gradient(currentColor,currentColor) 50% 100% no-repeat;
        background:linear-gradient(currentColor,currentColor) 50% 100% no-repeat
    }
}
@media (min-width:768px){
    .scroll-page #header{
        padding:10px 0
    }
}
@media (min-width:1150px){
    #header{
        height:100px;
        padding:40px 0
    }
}
body,html{
    height:100%;
    margin:0
}
body{
    font:18px/21px "times new roman",times,serif;
    margin:0;
    min-width:320px;
    color:#031e50
}
ul{
    list-style:none;
    padding:0;
    margin:0
}
fieldset,form{
    margin:0;
    padding:0;
    border-style:none
}
button,input,select,textarea{
    vertical-align:middle;
    font:18px/21px "times new roman",times,serif
}
button,input{
    line-height:normal
}
button::-moz-focus-inner,input::-moz-focus-inner{
    padding:0;
    border:0
}
button,html input[type=button],input[type=reset],input[type=submit]{
    cursor:pointer;
    -webkit-appearance:button
}
button,input[type=button],input[type=checkbox],input[type=radio],input[type=reset],input[type=submit],label,select{
    cursor:pointer
}
textarea{
    overflow:auto;
    vertical-align:top
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block
}
figure{
    margin:0
}
img{
    border:0;
    -ms-interpolation-mode:bicubic
}
a{
    text-decoration:underline;
    color:#c31e25
}
a:hover{
    text-decoration:none
}
a:focus,a:hover{
    outline:0;
    outline:0
}
p{
    margin:0 0 18px
}
.hold-icon img,.hold-img img{
    display:block;
    width:100%;
    height:auto
}
.form-holder{
    width:100%
}
form{
    position:relative;
    margin:0;
    width:100%
}
form textarea{
    overflow:auto;
    vertical-align:top;
    border:1px solid #949ba8;
    width:100%;
    margin:0;
    outline:0;
    outline:0;
    min-height:160px;
    max-width:100%!important;
    min-width:100%!important;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-weight:400;
    -webkit-appearance:none;
    padding:5px 10px 5px;
    color:#031e50;
    font-size:18px;
    line-height:18px;
    text-align:left;
    -webkit-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
    transition:all .25s ease-in-out
}
form input[type=email],form input[type=password],form input[type=tel],form input[type=text],form input[type=number] {
    width:100%;
    height:40px;
    padding:5px 10px 5px;
    margin:0;
    outline:0;
    outline:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
    transition:all .25s ease-in-out;
    position:relative;
    font-size:18px;
    line-height:18px;
    overflow:hidden;
    text-align:left;
    font-weight:400;
    color:#031e50;
    border:1px solid #949ba8
}
form input[type=email]::-webkit-input-placeholder,form input[type=password]::-webkit-input-placeholder,form input[type=tel]::-webkit-input-placeholder,form input[type=text]::-webkit-input-placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email]::-moz-placeholder,form input[type=password]::-moz-placeholder,form input[type=tel]::-moz-placeholder,form input[type=text]::-moz-placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email]:-ms-input-placeholder,form input[type=password]:-ms-input-placeholder,form input[type=tel]:-ms-input-placeholder,form input[type=text]:-ms-input-placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email]::-ms-input-placeholder,form input[type=password]::-ms-input-placeholder,form input[type=tel]::-ms-input-placeholder,form input[type=text]::-ms-input-placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email]::placeholder,form input[type=password]::placeholder,form input[type=tel]::placeholder,form input[type=text]::placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email]:-ms-input-placeholder,form input[type=password]:-ms-input-placeholder,form input[type=tel]:-ms-input-placeholder,form input[type=text]:-ms-input-placeholder{
    color:#031e50
}
form input[type=email]::-ms-input-placeholder,form input[type=password]::-ms-input-placeholder,form input[type=tel]::-ms-input-placeholder,form input[type=text]::-ms-input-placeholder{
    color:#031e50
}
form input[type=email].focused,form input[type=password].focused,form input[type=tel].focused,form input[type=text].focused{
    color:#031e50;
    background:#031e50
}
form input[type=email].focused::-webkit-input-placeholder,form input[type=password].focused::-webkit-input-placeholder,form input[type=tel].focused::-webkit-input-placeholder,form input[type=text].focused::-webkit-input-placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].focused::-moz-placeholder,form input[type=password].focused::-moz-placeholder,form input[type=tel].focused::-moz-placeholder,form input[type=text].focused::-moz-placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].focused:-ms-input-placeholder,form input[type=password].focused:-ms-input-placeholder,form input[type=tel].focused:-ms-input-placeholder,form input[type=text].focused:-ms-input-placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].focused::-ms-input-placeholder,form input[type=password].focused::-ms-input-placeholder,form input[type=tel].focused::-ms-input-placeholder,form input[type=text].focused::-ms-input-placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].focused::placeholder,form input[type=password].focused::placeholder,form input[type=tel].focused::placeholder,form input[type=text].focused::placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].focused:-ms-input-placeholder,form input[type=password].focused:-ms-input-placeholder,form input[type=tel].focused:-ms-input-placeholder,form input[type=text].focused:-ms-input-placeholder{
    color:#031e50
}
form input[type=email].focused::-ms-input-placeholder,form input[type=password].focused::-ms-input-placeholder,form input[type=tel].focused::-ms-input-placeholder,form input[type=text].focused::-ms-input-placeholder{
    color:#031e50
}
form input[type=email].filled,form input[type=password].filled,form input[type=tel].filled,form input[type=text].filled{
    color:#031e50
}
form input[type=email].filled::-webkit-input-placeholder,form input[type=password].filled::-webkit-input-placeholder,form input[type=tel].filled::-webkit-input-placeholder,form input[type=text].filled::-webkit-input-placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].filled::-moz-placeholder,form input[type=password].filled::-moz-placeholder,form input[type=tel].filled::-moz-placeholder,form input[type=text].filled::-moz-placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].filled:-ms-input-placeholder,form input[type=password].filled:-ms-input-placeholder,form input[type=tel].filled:-ms-input-placeholder,form input[type=text].filled:-ms-input-placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].filled::-ms-input-placeholder,form input[type=password].filled::-ms-input-placeholder,form input[type=tel].filled::-ms-input-placeholder,form input[type=text].filled::-ms-input-placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].filled::placeholder,form input[type=password].filled::placeholder,form input[type=tel].filled::placeholder,form input[type=text].filled::placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].filled:-ms-input-placeholder,form input[type=password].filled:-ms-input-placeholder,form input[type=tel].filled:-ms-input-placeholder,form input[type=text].filled:-ms-input-placeholder{
    color:#031e50
}
form input[type=email].filled::-ms-input-placeholder,form input[type=password].filled::-ms-input-placeholder,form input[type=tel].filled::-ms-input-placeholder,form input[type=text].filled::-ms-input-placeholder{
    color:#031e50
}
form input[type=email].valid,form input[type=password].valid,form input[type=tel].valid,form input[type=text].valid{
    color:#031e50;
    background:#031e50
}
form input[type=email].valid::-webkit-input-placeholder,form input[type=password].valid::-webkit-input-placeholder,form input[type=tel].valid::-webkit-input-placeholder,form input[type=text].valid::-webkit-input-placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].valid::-moz-placeholder,form input[type=password].valid::-moz-placeholder,form input[type=tel].valid::-moz-placeholder,form input[type=text].valid::-moz-placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].valid:-ms-input-placeholder,form input[type=password].valid:-ms-input-placeholder,form input[type=tel].valid:-ms-input-placeholder,form input[type=text].valid:-ms-input-placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].valid::-ms-input-placeholder,form input[type=password].valid::-ms-input-placeholder,form input[type=tel].valid::-ms-input-placeholder,form input[type=text].valid::-ms-input-placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].valid::placeholder,form input[type=password].valid::placeholder,form input[type=tel].valid::placeholder,form input[type=text].valid::placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].valid:-ms-input-placeholder,form input[type=password].valid:-ms-input-placeholder,form input[type=tel].valid:-ms-input-placeholder,form input[type=text].valid:-ms-input-placeholder{
    color:#031e50
}
form input[type=email].valid::-ms-input-placeholder,form input[type=password].valid::-ms-input-placeholder,form input[type=tel].valid::-ms-input-placeholder,form input[type=text].valid::-ms-input-placeholder{
    color:#031e50
}
form input[type=email].novalid,form input[type=password].novalid,form input[type=tel].novalid,form input[type=text].novalid{
    color:#031e50;
    background:#031e50
}
form input[type=email].novalid::-webkit-input-placeholder,form input[type=password].novalid::-webkit-input-placeholder,form input[type=tel].novalid::-webkit-input-placeholder,form input[type=text].novalid::-webkit-input-placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].novalid::-moz-placeholder,form input[type=password].novalid::-moz-placeholder,form input[type=tel].novalid::-moz-placeholder,form input[type=text].novalid::-moz-placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].novalid:-ms-input-placeholder,form input[type=password].novalid:-ms-input-placeholder,form input[type=tel].novalid:-ms-input-placeholder,form input[type=text].novalid:-ms-input-placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].novalid::-ms-input-placeholder,form input[type=password].novalid::-ms-input-placeholder,form input[type=tel].novalid::-ms-input-placeholder,form input[type=text].novalid::-ms-input-placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].novalid::placeholder,form input[type=password].novalid::placeholder,form input[type=tel].novalid::placeholder,form input[type=text].novalid::placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].novalid:-ms-input-placeholder,form input[type=password].novalid:-ms-input-placeholder,form input[type=tel].novalid:-ms-input-placeholder,form input[type=text].novalid:-ms-input-placeholder{
    color:#031e50
}
form input[type=email].novalid::-ms-input-placeholder,form input[type=password].novalid::-ms-input-placeholder,form input[type=tel].novalid::-ms-input-placeholder,form input[type=text].novalid::-ms-input-placeholder{
    color:#031e50
}
form input[type=email].readonly,form input[type=password].readonly,form input[type=tel].readonly,form input[type=text].readonly{
    color:#031e50;
    background:#031e50
}
form input[type=email].readonly::-webkit-input-placeholder,form input[type=password].readonly::-webkit-input-placeholder,form input[type=tel].readonly::-webkit-input-placeholder,form input[type=text].readonly::-webkit-input-placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].readonly::-moz-placeholder,form input[type=password].readonly::-moz-placeholder,form input[type=tel].readonly::-moz-placeholder,form input[type=text].readonly::-moz-placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].readonly:-ms-input-placeholder,form input[type=password].readonly:-ms-input-placeholder,form input[type=tel].readonly:-ms-input-placeholder,form input[type=text].readonly:-ms-input-placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].readonly::-ms-input-placeholder,form input[type=password].readonly::-ms-input-placeholder,form input[type=tel].readonly::-ms-input-placeholder,form input[type=text].readonly::-ms-input-placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].readonly::placeholder,form input[type=password].readonly::placeholder,form input[type=tel].readonly::placeholder,form input[type=text].readonly::placeholder{
    color:#031e50;
    opacity:1
}
form input[type=email].readonly:-ms-input-placeholder,form input[type=password].readonly:-ms-input-placeholder,form input[type=tel].readonly:-ms-input-placeholder,form input[type=text].readonly:-ms-input-placeholder{
    color:#031e50
}
form input[type=email].readonly::-ms-input-placeholder,form input[type=password].readonly::-ms-input-placeholder,form input[type=tel].readonly::-ms-input-placeholder,form input[type=text].readonly::-ms-input-placeholder{
    color:#031e50
}
form button,form input[type=button]{
    border:none;
    background:#000;
    text-align:center;
    width:100%;
    font-weight:700
}
form label{
    width:100%;
    display:block;
    position:relative
}
form label:hover{
    cursor:default
}
form button[readonly],form input[readonly]{
    color:#000!important;
    background:#000!important;
    border:none!important
}
form .holder-inp{
    margin:0 0 20px;
    width:100%;
    display:block
}
form .holder-inp.notvalid input[type=email],form .holder-inp.notvalid input[type=password],form .holder-inp.notvalid input[type=tel],form .holder-inp.notvalid input[type=text],form .holder-inp.notvalid textarea{
    border-color:#c31e25;
    color:#c31e25
}
form .holder-inp.notvalid input[type=email]::-webkit-input-placeholder,form .holder-inp.notvalid input[type=password]::-webkit-input-placeholder,form .holder-inp.notvalid input[type=tel]::-webkit-input-placeholder,form .holder-inp.notvalid input[type=text]::-webkit-input-placeholder,form .holder-inp.notvalid textarea::-webkit-input-placeholder{
    color:#c31e25
}
form .holder-inp.notvalid input[type=email]::-moz-placeholder,form .holder-inp.notvalid input[type=password]::-moz-placeholder,form .holder-inp.notvalid input[type=tel]::-moz-placeholder,form .holder-inp.notvalid input[type=text]::-moz-placeholder,form .holder-inp.notvalid textarea::-moz-placeholder{
    color:#c31e25
}
form .holder-inp.notvalid input[type=email]:-ms-input-placeholder,form .holder-inp.notvalid input[type=password]:-ms-input-placeholder,form .holder-inp.notvalid input[type=tel]:-ms-input-placeholder,form .holder-inp.notvalid input[type=text]:-ms-input-placeholder,form .holder-inp.notvalid textarea:-ms-input-placeholder{
    color:#c31e25
}
form .holder-inp.notvalid input[type=email]::-ms-input-placeholder,form .holder-inp.notvalid input[type=password]::-ms-input-placeholder,form .holder-inp.notvalid input[type=tel]::-ms-input-placeholder,form .holder-inp.notvalid input[type=text]::-ms-input-placeholder,form .holder-inp.notvalid textarea::-ms-input-placeholder{
    color:#c31e25
}
form .holder-inp.notvalid input[type=email]::placeholder,form .holder-inp.notvalid input[type=password]::placeholder,form .holder-inp.notvalid input[type=tel]::placeholder,form .holder-inp.notvalid input[type=text]::placeholder,form .holder-inp.notvalid textarea::placeholder{
    color:#c31e25
}
form .holder-inp.notvalid input[type=email]:-ms-input-placeholder,form .holder-inp.notvalid input[type=password]:-ms-input-placeholder,form .holder-inp.notvalid input[type=tel]:-ms-input-placeholder,form .holder-inp.notvalid input[type=text]:-ms-input-placeholder,form .holder-inp.notvalid textarea:-ms-input-placeholder{
    color:#c31e25
}
form .holder-inp.notvalid input[type=email]::-ms-input-placeholder,form .holder-inp.notvalid input[type=password]::-ms-input-placeholder,form .holder-inp.notvalid input[type=tel]::-ms-input-placeholder,form .holder-inp.notvalid input[type=text]::-ms-input-placeholder,form .holder-inp.notvalid textarea::-ms-input-placeholder{
    color:#c31e25
}
form .hold-radio label{
    cursor:pointer
}
form input[type=radio]{
    position:absolute;
    opacity:0;
    z-index:-1
}
form .form-label{
    position:relative;
    padding:0 0 0 40px
}
form .form-label:after,form .form-label:before{
    content:"";
    position:absolute;
    display:block;
    clear:both;
    -webkit-transition:opacity .25s ease-in-out;
    -o-transition:opacity .25s ease-in-out;
    transition:opacity .25s ease-in-out;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border-radius:100%
}
form .form-label:before{
    width:20px;
    height:20px;
    top:50%;
    left:0;
    border:1px solid #031e50;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%)
}
form .form-label:after{
    width:10px;
    height:10px;
    background:#031e50;
    top:50%;
    left:10px;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    opacity:0
}
form input[type=radio]:checked+.form-label:after{
    opacity:1
}
input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{
    -webkit-text-fill-color:#000;
    -webkit-box-shadow:0 0 0 1000px #fbfcfb inset;
    -webkit-transition:background-color 5000s ease-in-out 0s;
    transition:background-color 5000s ease-in-out 0s
}
.btn{
    padding:10px 20px;
    border:none;
    text-align:center;
    width:100%;
    font-weight:500;
    text-decoration:none;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background:#031e50;
    color:#fff;
    display:inline-block;
    -webkit-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
    transition:all .25s ease-in-out
}
.btn:hover{
    background:#c31e25;
    color:#fff
}
.btn.btn-red{
    background:#c31e25;
    color:#fff
}
.btn.btn-red:hover{
    background:#031e50;
    color:#fff
}
.btn-white{
    background:#fff;
    color:#031e50;
    -webkit-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease
}
.btn-white:hover{
    background:#c31e25;
    color:#fff
}
#wrapper{
    overflow:hidden;
    width:100%;
    min-height:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
    position:relative
}
#wrapper .row{
    overflow:hidden
}
#wrapper .row .item-images{
    display:none
}
#wrapper .holder-title{
    display:block;
    padding:20px;
    background:#f2f6ff;
    margin:0 0 30px;
    font-size:24px;
    line-height:30px
}
ol{
    margin:0 0 20px;
    padding:0;
    list-style:none;
    counter-reset:item
}
ol li{
    padding:0 0 0 20px;
    position:relative;
    margin:20px 0 0
}
ol li:after{
    content:counters(item, ".", decimal) "";
    counter-increment:item;
    display:block;
    clear:both;
    color:#c31e25;
    position:absolute;
    top:0;
    left:0
}
ol li:first-child{
    margin:0
}
ul{
    padding:0;
    margin:0 0 20px;
    list-style:none
}
ul li{
    padding:0 0 0 20px;
    position:relative;
    margin:20px 0 0
}
ul li:after{
    counter-increment:section;
    content:"";
    display:block;
    clear:both;
   /* background:#c31e25;*/
    width:4px;
    height:4px;
    border-radius:4px;
    position:absolute;
    top:10px;
    left:0
}
ul li:first-child{
    margin:0
}
table{
      /* table-layout:fixed; */
    margin:0 0 20px;
    max-width:100%;
    width:100%;
    background-color:transparent;
    border-collapse:collapse;
    border-spacing:0;
    border:1px solid #ccc
}
table tr td:first-child,table tr th:first-child{
    border-left:0
}
table tr:first-child td:first-child{
    border-bottom:0
}
table td,table th{
    padding:10px;
    border-left:1px solid #ccc;
    border-bottom:1px solid #ccc
}
table .bg-table-light td,table .bg-table-light th{
    background:#f2f6ff
}
table .bg-table-dark td,table .bg-table-dark th{
    background:#031e50;
    color:#fff
}
.main-title h1,.main-title h2,.main-title h3,.main-title h4,.main-title h5,.main-title h6{
    font-size:30px;
    line-height:36px;
    margin:0 0 30px;
    font-weight:400
}
h1{
    font-size:30px;
    line-height:36px;
    margin:0 0 30px;
    font-weight:400
}
h2{
    font-size:28px;
    line-height:34px;
    margin:0 0 20px;
    font-weight:400
}
h3{
    font-size:26px;
    line-height:32px;
    margin:0 0 20px;
    font-weight:400
}
h4{
    font-size:24px;
    line-height:36px;
    margin:0 0 20px;
    font-weight:400
}
h5{
    font-size:22px;
    line-height:26px;
    margin:0 0 20px;
    font-weight:400
}
h6{
    font-size:20px;
    line-height:24px;
    margin:0 0 20px;
    font-weight:400
}
.main{
    -webkit-box-flex:1;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    padding:60px 0 0
}
.container{
    position:relative;
    width:100%;
    margin:0 auto;
    padding:0 10px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
@media (min-width:768px){
    .container{
        max-width:1140px;
        padding:0 20px
    }
    form input[type=email],form input[type=password],form input[type=tel],form input[type=text],form textarea{
        padding:5px 20px 5px;
        font-size:20px;
        line-height:20px
    }
    .btn{
        font-size:24px;
        line-height:24px
    }
    .main-title h1,.main-title h2,.main-title h3,.main-title h4,.main-title h5,.main-title h6{
        font-size:48px;
        line-height:58px;
        margin:0 0 45px
    }
    h1{
        font-size:48px;
        line-height:56px;
        margin:0 0 45px;
        font-weight:400
    }
    h2{
        font-size:42px;
        line-height:50px;
        margin:0 0 30px;
        font-weight:400
    }
    h3{
        font-size:38px;
        line-height:44px;
        margin:0 0 30px;
        font-weight:400
    }
    h4{
        font-size:36px;
        line-height:40px;
        margin:0 0 30px;
        font-weight:400
    }
    h5{
        font-size:32px;
        line-height:38px;
        margin:0 0 20px;
        font-weight:400
    }
    h6{
        font-size:30px;
        line-height:34px;
        margin:0 0 20px;
        font-weight:400
    }
    #wrapper .holder-title{
        padding:20px 40px;
        margin:0 0 30px;
        font-size:30px;
        line-height:36px
    }
}
@media (min-width:1150px){
    body{
        font-size:20px;
        line-height:24px
    }
    .main{
        padding:100px 0 0
    }
    .main-title h1,.main-title h2,.main-title h3,.main-title h4,.main-title h5,.main-title h6{
        font-size:70px;
        line-height:80px;
        margin:0 0 65px
    }
    h1{
        font-size:70px;
        line-height:80px;
        margin:0 0 65px;
        font-weight:400
    }
    h2{
        font-size:64px;
        line-height:74px;
        margin:0 0 50px;
        font-weight:400
    }
    h3{
        font-size:60px;
        line-height:70px;
        margin:0 0 45px;
        font-weight:400
    }
    h4{
        font-size:56px;
        line-height:65px;
        margin:0 0 50px;
        font-weight:400
    }
    h5{
        font-size:52px;
        line-height:60px;
        margin:0 0 50px;
        font-weight:400
    }
    h6{
        font-size:48px;
        line-height:56px;
        margin:0 0 50px;
        font-weight:400
    }
    ul li:after{
        width:6px;
        height:6px;
        border-radius:6px;
        top:8px
    }
}
.select2-container{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    margin:0;
    position:relative;
    vertical-align:middle
}
.select2-container.select2{
    width:100%!important
}
.select2-container .select2-selection--single{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    cursor:pointer;
    display:block;
    height:40px;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-user-select:none
}
.select2-container .select2-selection--single .select2-selection__rendered{
    display:block;
    padding:6px 20px;
    overflow:hidden;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:18px;
    line-height:18px;
    font-family:"times new roman",times,serif
}
.select2-container .select2-selection--single .select2-selection__clear{
    background-color:transparent;
    border:none;
    font-size:1em
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{
    padding-right:8px;
    padding-left:20px
}
.select2-container .select2-selection--multiple{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    cursor:pointer;
    display:block;
    min-height:32px;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-user-select:none
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    display:inline;
    list-style:none;
    padding:0
}
.select2-container .select2-selection--multiple .select2-selection__clear{
    background-color:transparent;
    border:none;
    font-size:1em
}
.select2-container .select2-search--inline .select2-search__field{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border:none;
    font-size:100%;
    margin-top:5px;
    margin-left:5px;
    padding:0;
    max-width:100%;
    resize:none;
    height:18px;
    vertical-align:bottom;
    font-family:sans-serif;
    overflow:hidden;
    word-break:keep-all
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{
    -webkit-appearance:none
}
.select2-dropdown{
    background-color:#fff;
    border:1px solid #949ba8;
    border-radius:4px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    position:absolute;
    left:-100000px;
    width:100%;
    z-index:1051
}
.select2-results{
    display:block
}
.select2-results__options{
    list-style:none;
    margin:0;
    padding:0
}
.select2-results__options li{
    margin:6px 0 0;
    -webkit-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
    transition:all .25s ease-in-out
}
.select2-results__options li:after{
    display:none
}
.select2-results__option{
    padding:6px 20px;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-user-select:none;
    color:#031e50
}
.select2-results__option--selectable{
    cursor:pointer
}
.select2-container--open .select2-dropdown{
    left:0
}
.select2-container--open .select2-dropdown--above{
    border-bottom:none;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
}
.select2-container--open .select2-dropdown--below{
    border-top:none;
    border-top-left-radius:0;
    border-top-right-radius:0
}
.select2-search--dropdown{
    display:block;
    padding:4px
}
.select2-search--dropdown .select2-search__field{
    padding:4px;
    width:100%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{
    -webkit-appearance:none
}
.select2-search--dropdown.select2-search--hide{
    display:none
}
.select2-close-mask{
    border:0;
    margin:0;
    padding:0;
    display:block;
    position:fixed;
    left:0;
    top:0;
    min-height:100%;
    min-width:100%;
    height:auto;
    width:auto;
    opacity:0;
    z-index:99;
    background-color:#fff
}
.select2-hidden-accessible{
    border:0!important;
    clip:rect(0 0 0 0)!important;
    -webkit-clip-path:inset(50%)!important;
    clip-path:inset(50%)!important;
    height:1px!important;
    overflow:hidden!important;
    padding:0!important;
    position:absolute!important;
    width:1px!important;
    white-space:nowrap!important
}
.select2-container--default .select2-selection--single{
    background-color:#fff;
    border:1px solid #949ba8
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color:inherit;
    line-height:28px
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    cursor:pointer;
    float:right;
    font-weight:700;
    height:26px;
    margin-right:20px;
    padding-right:0
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color:#031e50
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:20px;
    position:absolute;
    top:50%;
    right:20px;
    width:20px;
    margin:-10px 0 0
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    position:absolute;
    width:inherit;
    height:inherit;
    top:0;
    left:0;
    background:url(../images/icon-chevron-down.svg) 50% 50% no-repeat;
    background-size:cover;
    -webkit-transition:-webkit-transform .25s ease-in-out;
    transition:-webkit-transform .25s ease-in-out;
    -o-transition:transform .25s ease-in-out;
    transition:transform .25s ease-in-out;
    transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{
    float:left
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{
    left:1px;
    right:auto
}
.select2-container--default.select2-container--disabled .select2-selection--single{
    background-color:#eee;
    cursor:default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{
    display:none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}
.select2-container--default .select2-selection--multiple{
    background-color:#fff;
    border:1px solid #949ba8;
    border-radius:4px;
    cursor:text;
    padding-bottom:5px;
    padding-right:5px;
    position:relative
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable{
    padding-right:25px
}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
    cursor:pointer;
    font-weight:700;
    height:20px;
    margin-right:10px;
    margin-top:5px;
    position:absolute;
    right:0;
    padding:1px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color:#e4e4e4;
    border:1px solid #949ba8;
    border-radius:4px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    display:inline-block;
    margin-left:5px;
    margin-top:5px;
    padding:0;
    padding-left:20px;
    position:relative;
    max-width:100%;
    overflow:hidden;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    vertical-align:bottom;
    white-space:nowrap
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    cursor:default;
    padding-left:2px;
    padding-right:5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    background-color:transparent;
    border:none;
    border-right:1px solid #949ba8;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    color:#031e50;
    cursor:pointer;
    font-size:1em;
    font-weight:700;
    padding:0 4px;
    position:absolute;
    left:0;
    top:0
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    background-color:#f1f1f1;
    color:#333;
    outline:0
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{
    margin-left:5px;
    margin-right:auto
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{
    padding-left:5px;
    padding-right:2px
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{
    border-left:1px solid #949ba8;
    border-right:none;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear{
    float:left;
    margin-left:10px;
    margin-right:auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border:solid #000 1px;
    outline:0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple{
    background-color:#eee;
    cursor:default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove{
    display:none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{
    border-top-left-radius:0;
    border-top-right-radius:0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border:1px solid #949ba8
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible{
    outline-color:#a2a3a4
}
.select2-container--default .select2-search--inline .select2-search__field{
    background:0 0;
    border:none;
    outline:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-appearance:textfield
}
.select2-container--default .select2-results>.select2-results__options{
    max-height:200px;
    overflow-y:auto
}
.select2-container--default .select2-results__option .select2-results__option{
    padding-left:1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group{
    padding-left:0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-1em;
    padding-left:2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-2em;
    padding-left:3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-3em;
    padding-left:4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-4em;
    padding-left:5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-5em;
    padding-left:6em
}
.select2-container--default .select2-results__option--group{
    padding:0
}
.select2-container--default .select2-results__option--disabled{
    color:#031e50
}
.select2-container--default .select2-results__option--selected{
    background-color:#ddd
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color:#031e50;
    color:#fff
}
.select2-container--default .select2-results__group{
    cursor:default;
    display:block;
    padding:6px
}
.select2-container--classic .select2-selection--single{
    background-color:#f7f7f7;
    border:1px solid #949ba8;
    border-radius:4px;
    outline:0;
    background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),to(#eee));
    background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);
    background-repeat:repeat-x
}
.select2-container--classic .select2-selection--single:focus{
    border:1px solid #031e50
}
.select2-container--classic .select2-selection--single .select2-selection__rendered{
    color:#444;
    line-height:28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear{
    cursor:pointer;
    float:right;
    font-weight:700;
    height:26px;
    margin-right:20px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder{
    color:#031e50
}
.select2-container--classic .select2-selection--single .select2-selection__arrow{
    background-color:#ddd;
    border:none;
    border-left:1px solid #949ba8;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    height:26px;
    position:absolute;
    top:1px;
    right:1px;
    width:20px;
    background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(#ccc));
    background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);
    background-repeat:repeat-x
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b{
    border-color:#888 transparent transparent transparent;
    border-style:solid;
    border-width:5px 4px 0 4px;
    height:0;
    left:50%;
    margin-left:-4px;
    margin-top:-2px;
    position:absolute;
    top:50%;
    width:0
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{
    float:left
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{
    border:none;
    border-right:1px solid #949ba8;
    border-radius:0;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    left:1px;
    right:auto
}
.select2-container--classic.select2-container--open .select2-selection--single{
    border:1px solid #031e50
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{
    background:0 0;
    border:none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color:transparent transparent #888 transparent;
    border-width:0 4px 5px 4px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{
    border-top:none;
    border-top-left-radius:0;
    border-top-right-radius:0;
    background-image:-o-linear-gradient(top,#fff 0,#eee 50%);
    background-image:-webkit-gradient(linear,left top,left bottom,from(white),color-stop(50%,#eee));
    background-image:linear-gradient(to bottom,#fff 0,#eee 50%);
    background-repeat:repeat-x
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{
    border-bottom:none;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(white));
    background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);
    background-repeat:repeat-x
}
.select2-container--classic .select2-selection--multiple{
    background-color:#fff;
    border:1px solid #949ba8;
    border-radius:4px;
    cursor:text;
    outline:0;
    padding-bottom:5px;
    padding-right:5px
}
.select2-container--classic .select2-selection--multiple:focus{
    border:1px solid #031e50
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear{
    display:none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice{
    background-color:#e4e4e4;
    border:1px solid #949ba8;
    border-radius:4px;
    display:inline-block;
    margin-left:5px;
    margin-top:5px;
    padding:0
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{
    cursor:default;
    padding-left:2px;
    padding-right:5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{
    background-color:transparent;
    border:none;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    color:#888;
    cursor:pointer;
    font-size:1em;
    font-weight:700;
    padding:0 4px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{
    color:#555;
    outline:0
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{
    margin-left:5px;
    margin-right:auto
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{
    padding-left:5px;
    padding-right:2px
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px
}
.select2-container--classic.select2-container--open .select2-selection--multiple{
    border:1px solid #031e50
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{
    border-top:none;
    border-top-left-radius:0;
    border-top-right-radius:0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{
    border-bottom:none;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
}
.select2-container--classic .select2-search--dropdown .select2-search__field{
    border:1px solid #949ba8;
    outline:0
}
.select2-container--classic .select2-search--inline .select2-search__field{
    outline:0;
    -webkit-box-shadow:none;
    box-shadow:none
}
.select2-container--classic .select2-dropdown{
    background-color:#fff;
    border:1px solid transparent
}
.select2-container--classic .select2-dropdown--above{
    border-bottom:none
}
.select2-container--classic .select2-dropdown--below{
    border-top:none
}
.select2-container--classic .select2-results>.select2-results__options{
    max-height:200px;
    overflow-y:auto
}
.select2-container--classic .select2-results__option--group{
    padding:0
}
.select2-container--classic .select2-results__option--disabled{
    color:grey
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{
    background-color:#3875d7;
    color:#fff
}
.select2-container--classic .select2-results__group{
    cursor:default;
    display:block;
    padding:6px
}
.select2-container--classic.select2-container--open .select2-dropdown{
    border-color:#031e50
}
#footer{
    background:#031e50;
    color:#fff;
    padding:10px 0;
    font-size:11px;
    line-height:16px;
    text-align:center
}
#footer p{
    margin:0
}
@media (min-width:768px){
    #footer{
        font-size:14px;
        line-height:16px
    }
}
@media (min-width:1024px){
    #footer{
        font-size:20px;
        line-height:24px
    }
}
.holder-services{
    padding:40px 0
}
.holder-services h2{
    text-align:center
}
.holder-services .list-services{
    padding:0;
    margin:0;
    list-style:none;
    color:#a2a3a4
}
.holder-services .list-services li{
    margin:20px 0 0;
    text-align:center;
    padding:0
}
.holder-services .list-services li:first-child{
    margin:0
}
.holder-services .list-services li:after{
    display:none
}
.holder-services .list-services p{
    margin:0
}
.holder-services .in{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    border:1px solid #ccc;
    width:100%;
    height:100%;
    padding:20px 10px;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column;
    flex-flow:column;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.holder-services .title{
    margin:0 0 10px;
    display:block;
    font-size:22px;
    line-height:28px;
    color:#031e50
}
.holder-services .icon{
    width:60px;
    height:60px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin:0 auto 20px
}
.holder-services .icon.icon-calendar{
    background:url(../images/icon-calendar.png) no-repeat 50% 50%;
    background-size:100% 100%
}
.holder-services .icon.icon-calc{
    background:url(../images/icon-calc.png) no-repeat 50% 50%;
    background-size:100% 100%
}
.holder-services .icon.icon-edit{
    background:url(../images/icon-edit.png) no-repeat 50% 50%;
    background-size:100% 100%
}

.holder-services .icon.icon-wa{
    background:url(/img/wa-200.png) no-repeat 50% 50%;
    background-size:100% 100%
}
.holder-services .icon.icon-tn{
    background:url(/img/tn-200.png) no-repeat 50% 50%;
    background-size:100% 100%
}
.holder-services .icon.icon-ct{
    background:url(/img/ct-200.png) no-repeat 50% 50%;
    background-size:100% 100%
}
@media screen and (min-width:768px){
    .holder-services .list-services{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        -webkit-box-align:stretch;
        -ms-flex-align:stretch;
        align-items:stretch;
        width:calc(100% + 10px);
        margin:0 -5px
    }
    .holder-services .list-services li{
        min-width:33.3333333%;
        margin:0;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        padding:0 5px
    }
}
@media screen and (min-width:1024px){
    .holder-services .list-services{
        font-size:20px;
        line-height:24px;
        width:calc(100% + 20px)
    }
    .holder-services .list-services li{
        padding:0 10px
    }
    .holder-services .in{
        padding:40px
    }
    .holder-services .title{
        font-size:28px;
        line-height:32px;
        margin:0 0 24px
    }
    .holder-services .icon{
        width:76px;
        height:76px;
        margin-bottom:30px
    }
}
@media screen and (min-width:1024px){
    .holder-services .list-services{
        width:calc(100% + 40px);
        margin:0 -20px
    }
    .holder-services .list-services li{
        padding:0 20px
    }
}
.holder-work{
    padding:40px 0
}
.holder-work h4{
    text-align:center
}
.holder-work ul{
    padding:0;
    margin:0;
    list-style:none
}
.holder-work ul li{
    position:relative;
    margin:20px 0 0;
    padding:0 0 0 20px
}
.holder-work ul li:first-child{
    margin:0
}
.holder-work ul li:after{
    content:"";
    display:block;
    clear:both;
    position:absolute;
    top:7px;
    left:0;
    width:6px;
    height:6px;
    border-radius:100%;
    background:#c31e25
}
@media screen and (min-width:768px){
    .holder-work .container{
        max-width:880px
    }
    .holder-work ul li{
        padding:0 0 0 30px;
        margin:30px 0 0
    }
    .holder-work ul li:first-child{
        margin:0
    }
    .holder-work ul li:after{
        top:3px;
        width:10px;
        height:10px
    }
}
@media screen and (min-width:1100px){
    .holder-work ul li{
        padding:0 0 0 50px;
        margin:50px 0 0
    }
    .holder-work ul li:first-child{
        margin:0
    }
    .holder-work ul li:after{
        top:5px;
        width:16px;
        height:16px
    }
}
.holder-we{
    background:#f2f6ff;
    text-align:center;
    padding:40px 0
}
@media screen and (min-width:768px){
    #wrapper .holder-we{
        padding:30px 0
    }
    #wrapper .holder-we .row{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
    #wrapper .holder-we .row .item{
        min-width:50%
    }
    #wrapper .holder-we .row .item-info{
        padding:30px 0 30px 30px;
        text-align:left;
        -webkit-box-sizing:border-box;
        box-sizing:border-box
    }
    #wrapper .holder-we .row .item-images{
        display:block
    }
    #wrapper .holder-we .row .item-images img{
        width:100%;
        height:auto;
        max-width:450px
    }
}
@media screen and (min-width:1150px){
    #wrapper .holder-we{
        padding:60px 0
    }
    #wrapper .holder-we .row .item-info{
        padding:40px 0 40px 40px
    }
}
.contacts-box{
    padding:40px 0;
    background:#f2f6ff;
    text-align:center
}
.contacts-box address{
    font-style:normal;
    display:block
}
.contacts-box .item-left{
    margin:0 0 40px
}
.contacts-box .list-info{
    padding:0;
    margin:0 0 20px;
    list-style:none
}
.contacts-box .list-info li{
    margin:10px 0 0;
    padding:0
}
.contacts-box .list-info li:first-child{
    margin:0
}
.contacts-box .list-info li:after{
    display:none
}
.contacts-box .list-info a{
    color:#031e50;
    text-decoration:none;
    display:inline-block;
    position:relative;
    padding:0 0 3px
}
.contacts-box .list-info a:after{
    content:"";
    display:block;
    clear:both;
    position:absolute;
    bottom:0;
    left:50%;
    width:0;
    height:1px;
    background:#031e50;
    -webkit-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
    transition:all .25s ease-in-out
}
.contacts-box .list-info a:hover:after{
    width:100%;
    left:0
}
.contacts-box .list-net{
    padding:0;
    margin:0 0 20px;
    list-style:none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:100%
}
.contacts-box .list-net li{
    margin:0 10px;
    padding:0
}
.contacts-box .list-net li:after{
    display:none
}
.contacts-box .list-net a{
    display:block;
    width:40px;
    height:40px;
    border:1px solid #031e50;
    background:#f2f6ff;
    -webkit-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
    transition:all .25s ease-in-out
}
.contacts-box .list-net a path{
    fill:#031e50;
    -webkit-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
    transition:all .25s ease-in-out
}
.contacts-box .list-net a:hover{
    background:#031e50
}
.contacts-box .list-net a:hover path{
    fill:#f2f6ff
}
@media screen and (min-width:768px){
    .contacts-box .row{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
    .contacts-box .row .item{
        min-width:50%
    }
    .contacts-box .list-net li{
        margin:0 20px 0 0
    }
    .contacts-box{
        text-align:left
    }
    .contacts-box .list-net{
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
    .contacts-box .row{
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
    .contacts-box .list-net{
        margin:0
    }
    .contacts-box .item-left{
        margin:0
    }
}
.text-center{
    text-align:center
}
.holder-search{
    margin:0 0 30px
}
.holder-search .main-title{
    margin:0 0 30px;
    background:#f2f6ff;
    padding:20px 10px
}
.holder-search .main-title h2{
    text-align:center;
    margin:0
}
.holder-search table{
    table-layout:auto;
    font-size:16px;
    line-height:20px
}
.holder-search table th{
    font-weight:400
}
.holder-search table .btn{
    padding:5px 20px
}
.holder-search .holder-table{
    overflow-y:auto;
    margin:0 0 20px
}
.holder-search .bottom-table{
    display:block;
    margin:0 0 10px
}
.holder-search .info-pag{
    text-align:center;
    margin:0 0 20px
}
.holder-search .btn{
    font-size:16px;
    line-height:20px
}
.pagination{
    padding:0;
    margin:0 0 20px;
    list-style:none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    min-width:100%;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.pagination li{
    padding:0;
    margin:0 0 0 10px
}
.pagination li:first-child{
    margin:0 10px 0 0
}
.pagination li:last-child{
    margin:0 0 0 20px
}
.pagination li:after{
    display:none
}
.pagination .space{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:40px;
    height:40px;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}

.pagination a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    height:30px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    color:#031e50;
    text-decoration:none;
    background:#f2f6ff;
    min-width:30px;
    padding:5px 10px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
    transition:all .25s ease-in-out
}
.pagination .current {
    background:#031e50;
    color:#fff;
      display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    height:30px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    text-decoration:none;
    min-width:30px;
    padding:5px 10px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
    transition:all .25s ease-in-out;
    height: 40px;
    min-width: 40px;
}

.pagination a:hover{
    background:#031e50;
    color:#fff
}
.pagination .btn-next,.pagination .btn-prev{
    width:30px;
    height:30px;
    display:block;
    background:#f2f6ff;
    -webkit-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
    transition:all .25s ease-in-out
}
.pagination .btn-next svg,.pagination .btn-prev svg{
    stroke:#031e50;
    display:block;
    width:100%;
    height:100%;
    -webkit-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
    transition:all .25s ease-in-out
}
.pagination .btn-next.disabled,.pagination .btn-prev.disabled{
    background:#e4e4e4;
    cursor:default
}
.pagination .btn-next.disabled svg,.pagination .btn-prev.disabled svg{
    stroke:#a2a3a4
}
.pagination .btn-next.disabled:hover,.pagination .btn-prev.disabled:hover{
    background:#e4e4e4
}
.pagination .btn-next.disabled:hover svg,.pagination .btn-prev.disabled:hover svg{
    stroke:#a2a3a4
}
.pagination .btn-next:hover,.pagination .btn-prev:hover{
    background:#031e50
}
.pagination .btn-next:hover svg,.pagination .btn-prev:hover svg{
    stroke:#fff
}
@media screen and (min-width:768px){
    .holder-search{
        margin-bottom:60px
    }
    .holder-search .bottom-table .block{
        min-width:0;
        -ms-flex-flow:wrap;
        flex-flow:wrap;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .holder-search .bottom-table .info-pag{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
    .holder-search .bottom-table .holder-button{
        min-width:100%
    }
    .pagination{
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start;
        min-width:100px
    }
}
@media screen and (min-width:1024px){
    .holder-search .bottom-table{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .holder-search .bottom-table .block{
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
    .holder-search .bottom-table .holder-button{
        min-width:100px;
        margin:0 0 0 20px
    }
    .holder-search .bottom-table .pagination{
        margin:0
    }
    .holder-search .info-pag{
        margin:0 0 0 30px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
    .holder-search .container{
        max-width:1600px;
        padding:0 40px
    }
    .holder-search table{
        margin:0
    }
}
@media screen and (min-width:1150px){
    .holder-search{
        margin:0 0 100px
    }
    .holder-search .main-title{
        padding:60px 40px;
        margin:0 0 100px
    }
    .pagination li{
        margin:0 0 0 13px
    }
    .pagination li:first-child{
        margin:0 20px 0 0
    }
    .pagination li:last-child{
        margin:0 0 0 30px
    }
    .pagination .btn-next,.pagination .btn-prev{
        width:40px;
        height:40px
    }
    .pagination a{
        height:40px;
        min-width:40px
    }
}
.holder-preloader{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    -webkit-transition:opacity .5s ease-in-out,left .1s ease-in-out .5s;
    -o-transition:opacity .5s ease-in-out,left .1s ease-in-out .5s;
    transition:opacity .5s ease-in-out,left .1s ease-in-out .5s;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    z-index:999
}
.holder-preloader .hold-img{
    width:20%;
    max-width:50px
}
.holder-preloader .hold-img img{
    width:100%;
    height:auto
}
.loaded .holder-preloader{
    opacity:0;
    left:-100%
}
.load .holder-preloader{
    opacity:1;
    left:0
}
.top-box{
    padding:40px 0;
    text-align:center;
    background:url(../images/bg-modile.jpg) no-repeat 50% 50%;
    background-size:cover;
    position:relative;
    color:#fff;
    z-index:1
}
.top-box:after{
    content:"";
    display:block;
    clear:both;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#031e50;
    opacity:.6
}
.top-box .holder-button{
    max-width:450px;
    margin:0 auto
}
.top-box>*{
    position:relative;
    z-index:2
}
.top-box .list{
    padding:0;
    margin:0 0 20px;
    list-style:none
}
.top-box .list li{
    margin:20px 0 0;
    padding:0
}
.top-box .list li:first-child{
    margin:0
}
.top-box .list li:after{
    display:none
}
.top-box p{
    margin:0 0 20px
}
.top-box .item-list{
    padding:0 0 0 20px;
    position:relative
}
.top-box .item-list:after{
    content:"";
    display:block;
    clear:both;
    width:10px;
    height:2px;
    position:absolute;
    top:15px;
    left:0;
    background:#fff
}
.hold-anchor{
    position:relative
}
.anchor{
    width:0;
    height:0;
    overflow:hidden;
    opacity:0;
    position:absolute;
    left:0;
    top:-60px
}
.btn-up{
    position:fixed;
    bottom:-30px;
    right:10px;
    width:30px;
    height:30px;
    color:#031e50;
    background:#f2f6ff;
    border:2px solid #031e50;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:bottom .25s ease-in-out,background .25s ease-in-out,border .25s ease-in-out,color .25s ease-in-out;
    -o-transition:bottom .25s ease-in-out,background .25s ease-in-out,border .25s ease-in-out,color .25s ease-in-out;
    transition:bottom .25s ease-in-out,background .25s ease-in-out,border .25s ease-in-out,color .25s ease-in-out
}
.btn-up:after{
    content:"▲";
    display:block;
    position:absolute;
    clear:both;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
.btn-up.visible{
    bottom:10px
}
.btn-up:active,.btn-up:hover{
    background:#c31e25;
    color:#f2f6ff;
    border-color:#c31e25
}
#wrapper .top-box .row .item-images{
    text-align:center
}
#wrapper .top-box .row .item-images img{
    width:100%;
    max-width:80%
}
#wrapper .holder-we .row .item-images{
    text-align:center
}
#wrapper .holder-we .row .item-images img{
    width:100%;
    max-width:90%
}
@media (min-width:768px){
    #wrapper .top-box .row{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        margin:0 -10px
    }
    #wrapper .top-box .row .item-images{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        -webkit-box-pack:end;
        -ms-flex-pack:end;
        justify-content:flex-end
    }
    #wrapper .top-box .row .item-images img{
        width:80%;
        height:auto;
        max-width:350px
    }
    #wrapper .top-box .row .item{
        width:50%;
        padding:0 10px;
        -webkit-box-sizing:border-box;
        box-sizing:border-box
    }
    .top-box .holder-button{
        margin:0
    }
    .top-box .item-info{
        text-align:left
    }
    .top-box .list{
        margin:0 0 40px
    }
    .top-box p{
        margin:0 0 40px
    }
    .top-box .item-list{
        padding:0 0 0 40px
    }
    .top-box .item-list:after{
        width:25px;
        height:4px
    }
    .holder-services,.holder-we,.holder-work,.top-box{
        padding:70px 0
    }
}
@media (min-width:1150px){
    .holder-services,.holder-we,.holder-work,.top-box{
        padding:100px 0
    }
    #wrapper .top-box h1{
        margin-bottom:50px
    }
    .top-box{
        background-image:url(../images/bg-top.jpg);
        font-size:28px;
        line-height:32px
    }
    .top-box .row{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
    .top-box .row .item{
        width:50%
    }
    .top-box .row .item-images{
        display:block
    }
    .top-box .list li{
        margin:26px 0 0
    }
    .top-box .list li:first-child{
        margin:0
    }
    .btn-white{
        height:68px;
        font-size:32px;
        line-height:48px
    }
    .holder-we,.holder-work{
        font-size:24px;
        line-height:28px
    }
}
.modal{
    width:100%;
    max-width:320px;
    position:absolute;
    top:-9999px;
    left:-9999px;
    z-index:99;
    background:#fff
}
.modal .close{
    display:block;
    width:40px;
    height:40px;
    position:absolute;
    top:20px;
    right:20px;
    overflow:hidden;
    text-indent:-100px;
    z-index:10;
    background:#031e50;
    -webkit-transition:background .25s ease-in-out;
    -o-transition:background .25s ease-in-out;
    transition:background .25s ease-in-out
}
.modal .close:after,.modal .close:before{
    content:"";
    display:block;
    position:absolute;
    width:28px;
    height:2px;
    background:#fff;
    top:50%;
    left:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%)
}
.modal .close:before{
    -webkit-transform:translate(-50%,-50%) rotate(45deg);
    -ms-transform:translate(-50%,-50%) rotate(45deg);
    transform:translate(-50%,-50%) rotate(45deg)
}
.modal .close:after{
    -webkit-transform:translate(-50%,-50%) rotate(-45deg);
    -ms-transform:translate(-50%,-50%) rotate(-45deg);
    transform:translate(-50%,-50%) rotate(-45deg)
}
.modal .close:hover{
    background:#c31e25
}
.modal .modal-content{
    padding:20px;
    overflow:hidden
}
.modal .hold-form-subtitle,.modal .hold-form-title{
    text-align:center
}
.modal .hold-form-title{
    padding:0 50px
}
.modal .hold-form-subtitle{
    padding:16px 20px;
    margin:0 -20px 20px;
    background:#f2f6ff
}
.modal .form-row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0 -20px
}
.modal .form-row .hold-radio{
    font-size:12px;
    line-height:16px;
    margin:0 20px 20px 20px
}
.modal .holder-button{
    margin:0 -20px -20px;
    padding:16px 20px;
    background:#f2f6ff
}
.modal .holder-button .btn{
    height:40px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.modal .holder-button .btn+.btn{
    margin:20px 0 0
}
.modal .outtaHere{
    position:absolute;
    left:-9999px
}
.modal .selectArea{
    overflow:hidden;
    line-height:20px;
    float:left;
    position:relative
}
.modal .selectArea .disabled{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#fff;
    opacity:.3
}
.modal .selectArea .selectButton{
    position:relative;
    overflow:hidden;
    border:1px solid #ccc;
    display:block;
    text-decoration:none
}
.modal .selectArea .selectButton .center{
    display:block;
    padding:0 0 0 15px;
    height:20px;
    font-size:14px;
    line-height:16px;
    margin:0 20px 0 0;
    background:#efe
}
.modal .selectArea .selectButton .right{
    position:absolute;
    width:20px;
    height:20px;
    top:0;
    background:#9f9;
    right:0
}
.modal .selectOptions{
    z-index:100;
    background:#efe;
    margin:-1px 0 0
}
.modal .selectOptions ul{
    margin:0;
    padding:0;
    list-style:none;
    border:1px solid #ccc
}
.modal .selectOptions ul li{
    line-height:20px
}
.modal .selectOptions ul li a,.modal .selectOptions ul li span{
    color:#000;
    padding:0 5px;
    text-decoration:none;
    display:block
}
.modal .selectOptions ul li span{
    background:#eee
}
.modal .selectOptions ul li a:hover,.modal .selectOptions ul li.selected a{
    background:#9f9
}
@media (min-width:768px){
    .modal{
        max-width:600px
    }
}
@media (min-width:1024px){
    .modal{
        max-width:800px
    }
    .modal .close{
        width:60px;
        height:60px;
        top:40px;
        right:40px
    }
    .modal .modal-content{
        padding:40px
    }
    .modal .hold-form-title{
        padding:0 70px
    }
    .modal .hold-form-subtitle{
        padding:16px 40px;
        margin:0 -40px 30px
    }
    .modal .holder-button{
        margin:0 -90px -40px;
        padding:30px 40px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
    .modal .holder-button .btn{
        margin:0 50px
    }
    .modal .holder-button .btn+.btn{
        margin:0 50px
    }
}
@media (min-width:1150px){
    .modal .hold-form-title h2{
        font-size:50px;
        line-height:58px;
        margin:0 0 42px
    }
}
img { max-width:100% }
.form-control  {
    border:1px solid #949ba8 !important;
	border-radius: 0px !important;
}
.form-control::placeholder {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}
.loading_m {
    display:    none;
    position:   fixed;
    z-index:    100000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .9 ) 
                url('../images/preloader.svg') 
                50% 50% 
                no-repeat;
}
body.loading .loading_m {
    overflow: hidden;   
}
body.loading .loading_m {
    display: block;
}
.error-message {
	font-size: 12px;
    color: red;
}

.table-states {
    border: 1px solid #cfd7e3;
    border-radius: 6px;
    border-collapse: separate;
    margin-bottom: 30px;
    width: 100%
}

.table-states .table-states-inner > tbody > tr > td {
    padding: 20px 20px 0 20px;
    display: block
}

.table-states .table-states-inner > tbody > tr > td a {
    word-wrap: break-word
}

.table-states .table-states-inner > tbody > tr > td p:last-child {
    margin: 0
}

.table-states .table-states-inner > tbody > tr > td .label + p {
    margin-top: 6px
}

.table-states .table-states-inner > tbody > tr > td:first-child {
    border-bottom: none;
    width: auto
}

@media (max-width: 768px) {
    .table-states .table-states-inner > tbody > tr > td:first-child {
        padding-top:0
    }
}

.table-states .table-states-inner > tbody > tr > td:last-child {
    border-right: none;
    padding: 20px
}

.table-states .table-states-inner > tbody > tr > td .table-states-section:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .table-states .table-states-inner > tbody > tr > td {
        display:table-cell;
        padding: 20px;
        border-right: 1px solid #cfd7e3
    }

    .table-states .table-states-inner > tbody > tr > td:first-child {
        width: 200px
    }
}

.table-states .table-states-inner > tbody > tr th {
    display: none;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 1em;
    color: #1d305f;
    background-image: linear-gradient(to bottom, #ffffff 0%, #eff2f6 100%);
    border-bottom: 1px solid #cfd7e3
}

@media (min-width: 768px) {
    .table-states .table-states-inner > tbody > tr th {
        display:table-cell
    }
}

.table-states .row [class^=col-] + [class^=col-] {
    margin-top: 20px
}

@media (min-width: 992px) {
    .table-states .row [class^=col-] + [class^=col-] {
        margin-top:0
    }
}

.table-states .row .table-list {
    border-radius: 3px
}

.table-states .row .table-list + p {
    margin-top: 6px
}

@media (min-width: 768px) {
    .table-states .row .table-list {
        margin-bottom:0
    }
}

.table-states ul li {
    padding: 3px 0
}

.table-states tbody tr:not(:last-child) .table-states-dropdown {
    border-bottom: 1px solid #cfd7e3
}

.table-states-dropdown {
    padding: 0 !important;
    position: relative
}

.table-states-checkbox {
    visibility: hidden
}

.table-states-checkbox:checked ~ table {
    display: table
}

.table-states-checkbox:checked ~ .table-states-checkbox-label:before {
    transform: rotate(180deg)
}

.table-states-checkbox ~ table {
    display: none;
    table-layout: fixed;
    width: 100%
}

@media (min-width: 768px) {
    .table-states-checkbox ~ table {
        display:table
    }
}

.table-states-checkbox-label {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 60px;
    margin: 0
}

.table-states-checkbox-label:before {
    content: "\f078";
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: FontAwesome
}

.table-states-dropdown-top {
    padding: 20px 20px 0 20px;
    margin: 0 !important
}

@media (min-width: 768px) {
    .table-states-dropdown-top,.table-states-checkbox,.table-states-checkbox-label {
        display:none
    }
}

.table-states-striped {
    overflow: auto;
    border-width: thin
}

.table-states-striped > tbody > tr:nth-child(even) {
    background-color: #f1f8fb
}

.table-states-striped > tbody > tr:nth-child(even) .table-states-gated:before {
    background: linear-gradient(180deg, rgba(241, 248, 251, 0) 0%, rgba(241, 248, 251, 0.9) 60%, #f1f8fb 90%, #f1f8fb 100%)
}

.table-states-header-state {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 20px 0
}

.table-states-header {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 15px 0
}

.table-states-subheader {
    font-size: 1em;
    margin: 0 0 10px 0;
    color: #1d305f;
    text-transform: uppercase;
    letter-spacing: 0.05em
}

.table-states-section:not(:last-child) {
    margin-bottom: 30px
}

.table-states-block + .table-states-block {
    margin-top: 20px !important
}

.table-states-tab {
    border-bottom: 1px solid #cfd7e3;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none
}

.table-states-tab li {
    display: inline-block
}

.table-states-tab li:after {
    content: "";
    display: block;
    margin: auto;
    height: 1px;
    width: 0;
    background-color: transparent;
    transition: width 0.3s ease, background-color 0.3s ease;
    position: relative;
    top: 4px
}

.table-states-tab li a {
    display: block;
    padding: 0 10px 5px 10px;
    font-weight: bold;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.85em
}

.table-states-tab li a:hover,.table-states-tab li a:focus {
    text-decoration: none
}

.table-states-tab li.active:after {
    width: 100%;
    background-color: #0079d0
}

.table-states-dl {
    display: flex;
    flex-flow: row wrap;
    margin: 5px 0
}

.table-states-dl dt {
    display: flex;
    justify-content: flex-start;
    width: 25%;
    margin-right: 5%;
    padding: 5px 0
}

.table-states-dl dd {
    width: 70%;
    padding: 5px 0
}

.table-states-gated {
    position: relative;
    max-height: 80px;
    overflow: hidden;
    pointer-events: none
}

.table-states-gated:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 60%, white 90%, white 100%)
}
.tab-content>.active {
	display: flex !important;
}

.state-dropdown {
    margin-bottom: 20px;
    border: 1px solid #cfd7e3;
    border-radius: 6px;
    background-color: #f1f8fb;
    transition: all 0.1s ease-in;
    overflow: hidden
}

.state-dropdown-tab {
    padding: 10px;
    display: block;
    text-align: center;
    position: relative;
    transition: all 0.1s ease-in;
    color: #333333
}

.state-dropdown-tab span {
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold
}

.state-dropdown-tab:hover,.state-dropdown-tab:focus {
    text-decoration: none;
    color: #333333
}

.state-dropdown-tab:hover {
    color: #0079d0;
    background-color: #e9f4f9
}

.state-dropdown-tab .fa {
    transition: transform 0.2s ease-in-out;
    left: 4px
}

.state-dropdown-tab.collapsed .fa {
    transform: rotate(-180deg)
}

.state-dropdown-list {
    padding: 20px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: column wrap;
    height: 720px;
    border-top: 1px solid #cfd7e3
}

.state-dropdown-list li {
    text-align: left;
    padding: 3px 0
}

@media (min-width: 768px) {
    .state-dropdown-list li {
        text-align:center
    }
}

@media (min-width: 768px) {
    .state-dropdown-list {
        height:380px
    }
}

#error_message {
	color:red;
}

  /*most popular blogs*/
  
  .mostPopularBlogs {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .mostPopularBlogs__card {
    width: fit-content;
    box-shadow: 0px 0px 10px rgba(24, 47, 67, 0.1);
    padding-bottom: 25px;
  }
  
  .mostPopilarBlog__img {
    width: 366px;
    height: 251px;
  }
  .mostPopularBlog__date, .mostPopularBlog__category {
    font-size: 12px;
  }
  .mostPopularBlog__specs {
    display: flex;
    gap: 18px;
    margin-top: 34px;
    margin-bottom: 28px;
    padding: 0 5%;
  }
  
  .mostPopularBlog__text {
    width: 366px;
  }
  
  .mostPopularBlog__text h4 {
    width: 70%;
    padding: 0 5%;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
  }
  
  .mostPopularBlog__text p {
    padding: 0 5%;
    font-weight: 300;
  }
  
  .mostPopularBlog__text hr {
    margin-top: 16px;
    margin-bottom: 24px;
    border-top:1px solid #8896a3;
  }
  
  .mostPopularBlog__text a {
    padding: 0 5%;
    text-decoration: none;
    color: var(--mainColor);
    font-size: 14px;
    font-weight: 300;
  }
  /*categories*/
  .categories {
    margin-top: 75px;
    text-align: center;
  }
  
  .categories h3 {
    font-size: 24px;
    font-weight: 600;
  }
  
  .categoriCards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 72px;
  }
  
  .categoriCards__card {
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    background-color: white;
    border: none;
    padding: 10px 40px;
    color: #000;
  }
  .categoriCards__card:hover {
    text-decoration: none;
    }
  
  
  .categoryBlogs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
    justify-content: center;
  }
  
  .categoryBlog__card {
    text-align: start;
  }
  
  .categoryBlog__card img {
    width: 100%;

  }
  
  .categoryBlog__specs {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 13px;
    font-size: 12px;
    font-weight: 300;
  }
  
  .categoryBlog__card h4 {
    font-size: 22px;
    font-weight: 600;
  }
  
  .categoryBlog__card p {
    margin-top: 12px;
    font-weight: 300;
  }
  
  .categoryBlog__card button {
    margin-top: 24px;
    margin-bottom: 48px;
    background-color: #00354f;
    width: 173px;
    height: 40px;
    border: none;
    border-radius: 40px;
    color: white;
    font-size: 20px;
    font-weight: 600;
  }

  .blog-categories {
      display: flex;
   /*   width: 65%; */
      gap: 20px;
      margin: 30px auto 60px auto;
  }

.ch-ul {
	line-height: 15px;
    font-size: 12px;
}

.ch-ul li {
    margin: 4px 0 0;
}

.text-align-justify {
	text-align: justify;
}

.text-align-center {
	text-align: center;
}

.img-width-33 {
	width: 33%;
}

.padding-top-35px {
	padding-top: 35px;
}

.margin-left-40px {
	margin-left: 40px;
}

.display-flex {
	display: flex;
}

.color-white {
	color:white;
}

.font-size-11px {
	font-size:11px;
}

.font-size-12px {
	font-size:12px;
}

.font-size-13px {
	font-size:13px;
}

.color-ffffff {
	color:#ffffff;
}

.background-transparent {
	background:transparent;
}

.text-shadow-1px-1px-3px-ffffff {
	text-shadow: 1px 1px 3px #ffffff;
}

.background-rgba-214-214-214-1 {
	background: rgba(214,214,214,1);
}

.width-300px-height-216px {
    width: 300px; height: 216px;
}

.ch_top_title {
	color: #000;
    font-size: 18px;
}

.ch_sub_title {
    color: #444;
    font-size: 11px;
}

.max-width-300 {
	max-width: 300px !important;
}

.max-width-700 {
	max-width: 700px !important;
}

.max-width-initial {
	max-width: initial !important;
}

.border-none {
	border:none  !important;
}

.padding-2 {
	padding:2px !important;
}

.font-weight-600 {
	font-weight:600 !important;
}

.o-border-top {
	border-top: 2px solid #dee2e6  !important;
}

.all-float-right {
	float: right;text-align: right;
}

.padding-top-135px {
	padding-top: 135px !important;
}

.custom-file-label {
	border-radius: 0px !important;
}

#comp tr:nth-child(even) {
    background-color: #f2f2f2;
 }
 
apple-pay-button {
  --apple-pay-button-width: 140px;
  --apple-pay-button-height: 30px;
  --apple-pay-button-border-radius: 5px;
  --apple-pay-button-padding: 5px 0px;
  display: initial;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  color: #444;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.separator:not(:empty)::before {
  margin-right: .25em;
}

.separator:not(:empty)::after {
  margin-left: .25em;
}

.btn-coredit {
	background: none !important;
    color: #444 !important;
    border: solid 1px #444 !important;
    border-radius: 0px !important;
}
