@font-face {
    font-family: VWHeadWeb-Bold;
    src: url(../fonts/VWHeadWeb-Bold.eot);
    src: url(../fonts/VWHeadWeb-Bold.eot?#iefix) format("eot"),url(../fonts/VWHeadWeb-Bold.ttf) format("truetype"),url(../fonts/VWHeadWeb-Bold.woff) format("woff"),url(../fonts/VWHeadWeb-Bold.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: VWHeadWeb-Regular;
    src: url(../fonts/VWHeadWeb-Regular.eot);
    src: url(../fonts/VWHeadWeb-Regular.eot?#iefix) format("eot"),url(../fonts/VWHeadWeb-Regular.ttf) format("truetype"),url(../fonts/VWHeadWeb-Regular.woff) format("woff"),url(../fonts/VWHeadWeb-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: VWTextWeb-Bold;
    src: url(../fonts/VWTextWeb-Bold.eot);
    src: url(../fonts/VWTextWeb-Bold.eot?#iefix) format("eot"),url(../fonts/VWTextWeb-Bold.ttf) format("truetype"),url(../fonts/VWTextWeb-Bold.woff) format("woff"),url(../fonts/VWTextWeb-Bold.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: VWTextWeb-Regular;
    src: url(../fonts/VWTextWeb-Regular.eot);
    src: url(../fonts/VWTextWeb-Regular.eot?#iefix) format("eot"),url(../fonts/VWTextWeb-Regular.ttf) format("truetype"),url(../fonts/VWTextWeb-Regular.woff) format("woff"),url(../fonts/VWTextWeb-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: icomoon;
    src: url(../icons/icomoon.eot?odljtn);
    src: url(../icons/icomoon.eot?odljtn#iefix) format('embedded-opentype'),url(../icons/icomoon.ttf?odljtn) format('truetype'),url(../icons/icomoon.woff?odljtn) format('woff'),url(../icons/icomoon.svg?odljtn#icomoon) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"],[class^=icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-logo:before {
    content: "\e906";
    color: #001e50
}

.icon-error:before {
    content: "\e905"
}

.icon-circle-checkmark:before {
    content: "\e904"
}

.icon-checkmark:before {
    content: "\e903";
    color: #001e50
}

.icon-close:before {
    content: "\e902";
    color: #001e50
}

.icon-arrow-right:before {
    content: "\e900";
    color: #001e50
}

.icon-chevron-down:before {
    content: "\e901";
    color: #001e50
}

.form-group {
    position: relative
}

.form-group .form-control {
    border: none;
    padding: 8px 0;
    border-bottom: 1px solid #dfe4e8;
    border-radius: 0;
    font-size: 16px;
    color: #001e50;
    outline: 0!important;
    background: 0 0
}

.form-group .form-control:focus {
    border-color: #001e50;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group .form-control:disabled {
    background: 0 0;
    color: #dfe4e8
}

.form-group .form-control.error {
    border-color: #e4002c
}

.form-group label.error {
    position: absolute;
    padding: 3px 8px;
    color: #fff;
    background-color: #e4002c;
    border-radius: 3px;
    bottom: -35px
}

.field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse
}

.field .field-label,.field input {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.field input {
    -webkit-appearance: none;
    cursor: text;
    position: relative;
    z-index: 2
}

.field input:placeholder-shown~.field-label {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate(0,2.8rem) scale(1.4);
    -ms-transform: translate(0,2.8rem) scale(1.4);
    transform: translate(0,2.8rem) scale(1.4);
    position: relative
}

.field input:focus::-webkit-input-placeholder {
    opacity: 0
}

.field input:focus~.field-label,.field input:not(:placeholder-shown)~.field-label {
    -webkit-transform: translate(0,0) scale(1);
    -ms-transform: translate(0,0) scale(1);
    transform: translate(0,0) scale(1);
    cursor: pointer
}

.field .field-label {
    margin-bottom: 0;
    color: #001e50
}

.field ::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.select2-container {
    width: 100%!important
}

.select2-container--default .select2-selection--multiple,.select2-container--default .select2-selection--single {
    border: none;
    border-bottom: 1px solid #dfe4e8;
    padding: 8px 0;
    outline: 0;
    height: auto;
    border-radius: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered,.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    padding-left: 0;
    color: #001e50
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow,.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 26px
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow:before,.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\e901";
    color: #001e50;
    font-family: icomoon!important;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    position: absolute;
    left: 0;
    top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow b,.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container--default .select2-selection--multiple.select2-selection--multiple,.select2-container--default .select2-selection--single.select2-selection--multiple {
    border: none;
    border-bottom: 1px solid #001e50
}

.select2-container--default .select2-selection--multiple {
    padding: 1px 0;
    min-height: 38px
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background: 0 0
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    color: #dfe4e8
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow:before {
    color: #dfe4e8
}

.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #b8c5ca
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.select2-container--default .select2-search--dropdown {
    padding: 8px 8px 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #dfe4e8;
    outline: 0;
    padding: 8px
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #001e50
}

.select2-container--default .select2-results__options .select2-results__option--highlighted {
    background: 0 0;
    border-color: #001e50!important;
    color: #001e50
}

.select2-container--default .select2-results__options .select2-results__option {
    border-bottom: 1px solid #dfe4e8;
    padding: 12px 20px 12px 44px
}

.select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
    background: 0 0;
    border-color: #001e50;
    color: #001e50;
    position: relative
}

.select2-container--default .select2-results__options .select2-results__option[aria-selected=true]:before {
    content: "\e903";
    color: #001e50;
    font-family: icomoon!important;
    position: absolute;
    left: 10px;
    top: 6px
}

.select2-dropdown {
    border-color: #b8c5ca;
    -webkit-box-shadow: 0 5px 10px #b8c5ca;
    box-shadow: 0 5px 10px #b8c5ca;
    border-radius: 0
}

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity,-webkit-filter;
    transition-property: opacity,-webkit-filter;
    -o-transition-property: opacity,filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: .7
}

.hamburger .hamburger-box {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger .hamburger-inner::after,.hamburger .hamburger-inner:before {
    content: "";
    display: block
}

.hamburger .hamburger-inner:before {
    top: -10px
}

.hamburger .hamburger-inner::after {
    bottom: -10px
}

.hamburger .hamburger-inner,.hamburger .hamburger-inner::after,.hamburger .hamburger-inner::before {
    width: 24px;
    height: 2px;
    background-color: #001e50;
    border-radius: 2px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger.is-active:hover {
    opacity: .7
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::after,.hamburger.is-active .hamburger-inner::before {
    background-color: #001e50
}

.hamburger.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: .22s;
    -o-transition-duration: .22s;
    transition-duration: .22s;
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    -o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger.hamburger--spin .hamburger-inner::before {
    -webkit-transition: top .1s .25s ease-in,opacity .1s ease-in;
    -o-transition: top .1s .25s ease-in,opacity .1s ease-in;
    transition: top .1s .25s ease-in,opacity .1s ease-in
}

.hamburger.hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom .1s .25s ease-in,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s .25s ease-in,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);
    -o-transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19),-webkit-transform .22s cubic-bezier(.55,.055,.675,.19)
}

.hamburger.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out,opacity .1s .12s ease-out;
    -o-transition: top .1s ease-out,opacity .1s .12s ease-out;
    transition: top .1s ease-out,opacity .1s .12s ease-out
}

.hamburger.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease-out,-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1);
    transition: bottom .1s ease-out,-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1);
    -o-transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1);
    transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1);
    transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1),-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1)
}

.slim-tab .tabs .nav-tabs {
    border-bottom: 1px solid #dfe4e8
}

.slim-tab .tabs .nav-tabs .nav-link {
    border: none;
    font-family: VWTextWeb-Regular;
    color: #001e50
}

.slim-tab .tabs .nav-tabs .nav-link.active {
    border-bottom: 2px solid #001e50
}

.accordion .accordion-item {
    border-bottom: 2px solid #dfe4e8
}

.accordion .accordion-item .accordion-header button {
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    padding: 15px 0;
    font-family: VWHeadWeb-Bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left
}

.accordion .accordion-item .accordion-header button i {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.accordion .accordion-item .accordion-header button.collapsed i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.accordion .accordion-item .accordion-header.small-header button {
    color: #000;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

.accordion .accordion-item .accordion-header.small-header button i {
    margin-left: 15px;
    display: inline-block;
    padding-top: 4px
}

.accordion .accordion-item .accordion-body {
    padding: 45px 0
}

.accordion .accordion-item .accordion-body .accordion-header button {
    color: #000;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

.accordion .accordion-item .accordion-body .accordion-header button i {
    margin-left: 15px;
    display: inline-block;
    padding-top: 4px
}

.table {
    margin-bottom: 30px
}

.table thead th {
    border-top: none;
    border-bottom-color: #000
}

.table td,.table th {
    vertical-align: middle
}

.table td:first-child,.table th:first-child {
    padding-left: 0;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.table td:first-child span,.table td:first-child strong,.table th:first-child span,.table th:first-child strong {
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    position: relative;
    left: 0
}

.table td:last-child,.table th:last-child {
    padding-right: 20px
}

.table tbody tr:hover td:first-child span,.table tbody tr:hover td:first-child strong {
    left: 10px
}

.table.table-hover tbody tr:hover {
    background-color: rgba(223,228,232,.2)
}

.btn {
    padding: 10px 15px;
    min-width: 148px;
    border-radius: 50px;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.btn.btn-link {
    color: #00247c
}

.btn.btn-link i {
    left: 10px;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    position: relative
}

.btn.btn-link i:before {
    color: #00247c
}

.btn.btn-link:active,.btn.btn-link:focus,.btn.btn-link:hover {
    text-decoration: none
}

.btn.btn-link:hover i {
    left: 15px
}

.btn.btn-outline-light {
    border: 2px solid #fff;
    color: #fff
}

.btn.btn-outline-light:hover {
    color: #00b0f0;
    border-color: #00b0f0;
    background: 0 0
}

.btn.btn-outline-blue {
    border: 2px solid #001e50;
    color: #001e50
}

.btn.btn-outline-blue:hover {
    background-color: #001e50;
    color: #fff
}

.btn.btn-blue {
    color: #001e50;
    background-color: #00b0f0
}

.btn.btn-blue:hover {
    background-color: #4cc7f4
}

.btn.btn-navyblue {
    color: #fff;
    background-color: #001e50
}

.btn.btn-navyblue:hover {
    background-color: #00247c
}

.loading {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,.8);
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0
}

.loading.fixed {
    position: fixed
}

.loading .spinner {
    display: block;
    margin: auto
}

.loading .text-wrap {
    font-family: VWHeadWeb-Bold;
    color: #00b0f0;
    margin-top: 20px
}

.loading.light {
    background-color: rgba(255,255,255,.9)
}

.checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #586678
}

.checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkbox-wrap input~.checkmark {
    border: 1px solid #001e50
}

.checkbox-wrap input:checked~.checkmark {
    background-color: #001e50
}

.checkbox-wrap input:checked~.checkmark:after {
    display: block
}

.checkbox-wrap input.error~.checkmark {
    border-color: #e4002c
}

.checkbox-wrap .checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 24px;
    width: 24px;
    border: 1px solid #001e50
}

.checkbox-wrap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.checkbox-wrap label.error {
    color: #e4002c;
    margin-top: 5px;
    display: block
}

.result-screen {
    text-align: center
}

.result-screen i {
    margin-bottom: 21px;
    display: inline-block
}

.result-screen h2 {
    margin-bottom: 21px
}

.result-screen p {
    margin-bottom: 81px
}

.result-screen.success-screen i {
    color: #00b0f0
}

.result-screen.error-screen i {
    color: #e4002c
}

.vw-main {
    padding-top: 55px
}

.vw-main header {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0
}

.vw-main header .page-title {
    padding: 12px 0;
    margin-bottom: 0
}

.vw-main header .header-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #001e50;
    z-index: -1;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    background-color: #fff
}

.vw-main header .hamburger {
    display: inline-block;
    height: 53px
}

.vw-main header .custom-container {
    padding: 0 60px;
    position: relative
}

.vw-main header .logo {
    position: absolute;
    background-color: #fff;
    right: 50%;
    margin-right: -200px;
    border-radius: 50%;
    border: 23px solid #fff;
    top: 5px
}

.vw-main header .logo img {
    width: 48px
}

.vw-main header .page-nav {
    text-align: right;
    float: right;
    padding-top: 10px;
    padding-right: 67px;
    display: none
}

.vw-main header .page-nav>a {
    font-family: VWHeadWeb-Bold;
    color: #001e50;
    position: relative;
    z-index: 2;
    background-color: #fff
}

.vw-main header .page-nav>a i {
    margin-left: 10px;
    position: absolute;
    top: 1px;
    top: 4px
}

.vw-main header .page-nav>a i.icon-chevron-down {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.vw-main header .page-nav>a i.icon-close {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
    opacity: 0;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.vw-main header .page-nav>a.active-nav i.icon-close {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.vw-main header .page-nav>a.active-nav i.icon-chevron-down {
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    opacity: 0
}

.vw-main header .page-nav>a:hover {
    text-decoration: none
}

.vw-main header .page-nav .subnav {
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    padding-right: 128px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    padding-bottom: 80px;
    padding-top: 80px;
    display: none
}

.vw-main header .page-nav .subnav ul li {
    padding: 12px 0
}

.vw-main header .page-nav .subnav ul li a {
    color: #001e50;
    position: relative;
    padding-bottom: 5px
}

.vw-main header .page-nav .subnav ul li a:after {
    content: "";
    height: 2px;
    width: 0;
    background-color: #001e50;
    bottom: 0;
    position: absolute;
    left: 0;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.vw-main header .page-nav .subnav ul li a:hover {
    text-decoration: none
}

.vw-main header .page-nav .subnav ul li a:hover:after {
    width: 100%
}

.vw-main header .page-nav .subnav ul li.selected {
    font-weight: 700;
    font-family: VWTextWeb-Bold
}

.vw-main header .page-nav .subnav ul li.selected a:after {
    width: 100%
}

.vw-main header.scroll-down {
    background-color: #fff;
    border-bottom: 1px solid #eee
}

.vw-main header.scroll-down .header-layer {
    top: -150%
}

.vw-main footer .footer-wrap {
    padding: 72px 56px;
    border-top: 2px solid #00287e;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 114px;
    margin-top: -2px
}

.vw-main footer ul li a {
    color: #00287e;
    font-weight: 400
}

.vw-main footer .links-wrap h4 {
    margin-bottom: 24px
}

.vw-main footer .links-wrap ul li {
    margin-bottom: 15px
}

.vw-main footer .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 53px 0
}

.vw-main footer .footer-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vw-main footer .footer-bottom ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vw-main footer .footer-bottom ul li:after {
    content: "|";
    margin-left: 15px;
    display: inline-block;
    color: #00287e
}

.vw-main footer .footer-bottom ul li:last-child::after {
    display: none
}

html {
    font-size: 62.5%
}

body {
    color: #000;
    font-family: VWTextWeb-Regular;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.overflow-hidden {
    overflow: hidden
}

h1 {
    color: #000;
    line-height: 1.13;
    margin-bottom: 26px;
    font-family: VWHeadWeb-Bold
}

h2 {
    line-height: 1.19;
    font-family: VWHeadWeb-Bold
}

h3 {
    line-height: 2.83;
    font-family: VWHeadWeb-Bold
}

h4 {
    font-weight: 700;
    font-family: VWHeadWeb-Bold
}

.mb-0 {
    margin-bottom: 0
}

p {
    margin-bottom: 30px
}

p:last-child {
    margin-bottom: 0
}

.color7d {
    color: #6a767d
}

.min-width-155 {
    min-width: 115px
}

hr {
    margin: 50px 0;
    border-top: 2px solid #c2cacf
}

.container {
    padding-left: 30px;
    padding-right: 30px
}

.link-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 0
}

.link-group a {
    font-weight: 700;
    padding: 0
}

.link-group a i {
    left: 0;
    top: 2px
}

ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style: none
}

.right-menu-wrap {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden
}

.right-menu-wrap .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.right-menu-wrap .right-menu {
    position: absolute;
    right: -100%;
    top: 0;
    height: 100%;
    width: 756px;
    padding: 53px 77px 53px 97px;
    -webkit-box-shadow: -1px 2px 20px 0 rgba(0,0,0,.15);
    box-shadow: -1px 2px 20px 0 rgba(0,0,0,.15);
    background-color: #fff;
    -o-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    z-index: 2
}

.right-menu-wrap .right-menu .right-content {
    max-height: calc(100vh - 268px);
    overflow: auto;
    padding-right: 20px
}

.right-menu-wrap .right-menu .btn {
    margin-bottom: 67px
}

.right-menu-wrap.open-menu .right-menu {
    right: 0
}

.small-info {
    color: #586678
}

.page-head {
    padding-top: 105px;
    padding-bottom: 105px;
    text-align: center
}

.page-head .sub-text {
    letter-spacing: -.09px
}

.price-list .tab-wrap {
    max-width: 891px;
    margin: 0 auto 217px
}

.price-list .tab-wrap .tabs {
    margin-bottom: 71px;
    text-align: center
}

.price-list .tab-wrap .tabs .nav {
    display: inline-block
}

.price-list .tab-wrap .tabs .nav a {
    display: inline-block
}

.price-list .table-wrap {
    margin-top: 51px
}

.price-list .table-wrap .btn-link {
    min-width: 100px;
    text-decoration: none;
    border-bottom: 1px solid;
    border-radius: 0;
    font-weight: 700;
    padding: 3px 0;
    min-width: auto
}

.price-list .table-wrap .btn-link:hover {
    text-decoration: none
}

.price-list .btns {
    margin-bottom: 51px
}

.price-list .info-panel p {
    color: #586678
}

.price-list .right-menu .price-table tbody tr td {
    padding: 7px 3px
}

.price-list .right-menu .price-table tbody tr:hover td {
    background-color: rgba(223,228,232,.2)
}

.price-list .right-menu .price-table tfoot tr td {
    padding: 80px 0;
    font-family: VWTextWeb-Bold
}

.price-list .right-menu .price-table tfoot tr td:last-child {
    vertical-align: top
}

.boxes-wrap {
    background-image: -webkit-radial-gradient(69% 111%,circle,#00437a,#001e50 96%);
    background-image: -o-radial-gradient(69% 111%,circle,#00437a,#001e50 96%);
    background-image: radial-gradient(circle at 69% 111%,#00437a,#001e50 96%);
    padding: 103px 0
}

.boxes-wrap .box-wrap {
    position: relative;
    color: #fff;
    overflow: hidden
}

.boxes-wrap .box-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.56)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.56));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.56));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.56));
    width: 100%;
    height: 100%
}

.boxes-wrap .box-wrap picture {
    overflow: hidden
}

.boxes-wrap .box-wrap picture img {
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%
}

.boxes-wrap .box-wrap figure {
    position: absolute;
    bottom: 16px;
    left: 35px;
    z-index: 2
}

.boxes-wrap .box-wrap figure h2 {
    margin-bottom: 16px
}

.boxes-wrap .box-wrap:hover picture img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.accessor-page .render-body {
    padding: 116px 0;
    min-height: 448px
}

.accessor-page .render-body .category-item {
    margin-bottom: 71px
}

.accessor-page .render-body .category-item picture {
    margin-right: 47px;
    display: block;
    overflow: hidden
}

.accessor-page .render-body .category-item picture img {
    width: 100%;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.accessor-page .render-body .category-item picture:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.accessor-page .render-body .category-item .category-title {
    margin-top: 28px;
    margin-bottom: 0
}

.accessor-page .render-body .category-item .accordion-item {
    border: none
}

.accessor-page .render-body .category-item .accordion-item a {
    display: inline-block;
    margin-bottom: 30px
}

.accessor-page .render-body .category-item .product-info {
    margin-bottom: 50px
}

.accessor-page .render-body .category-item .product-info .info-item .info-col {
    padding: 12px 0;
    border-bottom: 2px solid #dfe4e8;
    display: block
}

.accessor-page .render-body .category-item .product-info .info-item label {
    font-weight: 700
}

.accessor-page .render-body .category-item:last-child {
    margin-bottom: 0
}

.bbo-body {
    padding: 73px 65px 73px 0;
    position: relative
}

.bbo-body .close-btn {
    position: absolute;
    right: 0;
    top: 40px;
    font-size: 2.4rem;
    text-decoration: none
}

.bbo-body .left-content h2 {
    margin-bottom: 13px
}

.bbo-body .left-content p {
    line-height: 2;
    margin-bottom: 0;
    margin-bottom: 15px
}

.bbo-body .left-content picture {
    display: block
}

.bbo-body .left-content picture img {
    width: 100%
}

.bbo-body .form .form-group {
    margin-bottom: 22px
}

.bbo-body .form p {
    color: #000;
    margin-bottom: 35px
}

.bbo-body .form p a {
    color: #001e50;
    text-decoration: underline
}

.bbo-body .form .checkbox-wrap {
    margin-bottom: 30px
}

.bbo-body .form .btn {
    min-width: 198px
}

.bbo-body .form h4 {
    margin-top: 20px
}

.service-actions-body {
    padding: 73px 65px;
    position: relative
}

.service-actions-body .close-btn {
    position: absolute;
    right: 0;
    top: 40px;
    font-size: 2.4rem;
    text-decoration: none
}

.service-actions-body .wrapper {
    max-width: 680px;
    margin: 0 auto
}

.service-actions-body .filter-wrap .top-group {
    text-align: center;
    margin-bottom: 70px
}

.service-actions-body .filter-wrap .form-group {
    margin-bottom: 30px
}

.service-actions-body .filter-wrap .info {
    color: #586678
}

.service-actions-body .product-info {
    margin-bottom: 60px;
    margin-top: 50px
}

.service-actions-body .product-info .info-item .info-col {
    padding: 12px 0;
    border-bottom: 2px solid #dfe4e8;
    display: block
}

.service-actions-body .product-info .info-item label {
    font-weight: 700
}

.service-actions-body .filter-result {
    padding-top: 100px;
    display: none
}

.service-actions-body .filter-result .result-wrap {
    min-height: 400px;
    display: none
}

body,html {
    padding: 0;
    margin: 0
}

.intro-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    background-color: #011d50;
    position: relative
}

.intro-wrap::after,.intro-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    z-index: 0
}

.intro-wrap:before {
    background-image: -webkit-radial-gradient(50% 0,circle,#174989,#011d50 79%);
    background-image: -o-radial-gradient(50% 0,circle,#174989,#011d50 79%);
    background-image: radial-gradient(circle at 50% 0,#174989,#011d50 79%)
}

.intro-wrap::after {
    opacity: 0
}

.intro-wrap.right:before {
    opacity: 0
}

.intro-wrap.right:after {
    background-image: -webkit-radial-gradient(100% 0,circle,#174989,#011d50 53%);
    background-image: -o-radial-gradient(100% 0,circle,#174989,#011d50 53%);
    background-image: radial-gradient(circle at 100% 0,#174989,#011d50 53%);
    opacity: 1
}

.intro-wrap.left:before {
    opacity: 0
}

.intro-wrap.left:after {
    opacity: 1;
    background-image: -webkit-radial-gradient(0 0,circle,#174989,#011d50 53%);
    background-image: -o-radial-gradient(0 0,circle,#174989,#011d50 53%);
    background-image: radial-gradient(circle at 0 0,#174989,#011d50 53%)
}

.intro-wrap .colm {
    width: 50%;
    padding: 0 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 210px
}

.intro-wrap .colm:first-child {
    border-right: 1px solid rgba(255,255,255,.08)
}

.intro-wrap .colm .step-item .relative {
    position: relative;
    padding-left: 160px
}

.intro-wrap .colm .step-item .text {
    color: #fff;
    text-decoration: none;
    display: block
}

.intro-wrap .colm .step-item .text i {
    font-size: 140px;
    position: absolute;
    top: 0;
    left: 0
}

.intro-wrap .colm .step-item .text i:before {
    color: #fff
}

.intro-wrap .colm .step-item .text span {
    display: block
}

.intro-wrap .colm .step-item .text span.small {
    font-size: 20px;
    font-weight: 700;
    padding-top: 7px
}

.intro-wrap .colm .step-item .text span.big {
    font-size: 48px;
    font-weight: 300
}

.intro-wrap .colm .step-item .btn {
    text-align: center;
    margin-top: 40px;
    max-width: 148px
}

.intro-wrap .copyright {
    right: 63px;
    bottom: 63px;
    font-size: 14px;
    color: #586678;
    position: absolute;
    z-index: 9
}

@media only screen and (min-width: 560px) {
    .form-group label.error {
        font-size:1.2rem
    }

    .field .field-label {
        font-size: 1.2rem
    }

    .select2-container--default .select2-selection--multiple .select2-selection__arrow:before,.select2-container--default .select2-selection--single .select2-selection__arrow:before {
        font-size: 2rem
    }

    .select2-container--default .select2-results__options .select2-results__option[aria-selected=true]:before {
        font-size: 2rem
    }

    .accordion .accordion-item .accordion-header button {
        font-size: 2.5rem
    }

    .accordion .accordion-item .accordion-header button i {
        font-size: 2rem
    }

    .accordion .accordion-item .accordion-header.small-header button {
        font-size: 1.4rem
    }

    .accordion .accordion-item .accordion-header.small-header button i {
        font-size: 1.4rem
    }

    .accordion .accordion-item .accordion-body .sub-text {
        font-size: 1.2rem
    }

    .accordion .accordion-item .accordion-body .accordion-header button {
        font-size: 1.4rem
    }

    .accordion .accordion-item .accordion-body .accordion-header button i {
        font-size: 1.4rem
    }

    .btn {
        font-size: 1.2rem
    }

    .loading .text-wrap {
        font-size: 1.6rem
    }

    .checkbox-wrap {
        font-size: 1.2rem
    }

    .checkbox-wrap label.error {
        font-size: 1.2rem
    }

    .result-screen i {
        font-size: 5.4rem
    }

    .result-screen p {
        font-size: 1.4rem
    }

    .vw-main header .page-nav>a {
        font-size: 1.6rem
    }

    .vw-main header .page-nav .subnav ul li a {
        font-size: 1.4rem
    }

    .vw-main footer ul li a {
        font-size: 1.2rem
    }

    body {
        font-size: 1.4rem
    }

    h1 {
        font-size: 4.8rem
    }

    h2 {
        font-size: 2.5rem
    }

    h3 {
        font-size: 2rem
    }

    h4 {
        font-size: 1.4rem
    }

    .fs-16 {
        font-size: 1.4rem
    }

    .fs-14 {
        font-size: 1.2rem
    }

    .fs-12 {
        font-size: 1.2rem
    }

    .link-group a {
        font-size: 1.4rem
    }

    .link-group a i {
        font-size: 1.4rem
    }

    .small-info {
        font-size: 1.2rem
    }

    .page-head .sub-text {
        font-size: 1.6rem
    }

    .price-list .table-wrap .btn-link {
        font-size: 1.4rem
    }

    .price-list .table-wrap .btn-link i {
        font-size: 1.2rem
    }

    .price-list .info-panel p {
        font-size: 1.2rem
    }

    .price-list .right-menu .price-table tfoot tr td:last-child {
        font-size: 1.6rem
    }

    .accessor-page .page-head .container .sub-title {
        font-size: 1.4rem
    }

    .accessor-page .render-body .category-item .category-title {
        font-size: 1.4rem
    }

    .accessor-page .render-body .category-item .product-info .info-item .info-col {
        font-size: 1.4rem
    }

    .bbo-body .left-content p {
        font-size: 1.4rem
    }

    .bbo-body .form p {
        font-size: 1.2rem
    }

    .bbo-body .form .btn {
        font-size: 1.4rem
    }

    .service-actions-body .filter-wrap .info {
        font-size: 1.2rem
    }

    .service-actions-body .product-info .info-item .info-col {
        font-size: 1.4rem
    }
}

@media only screen and (min-width: 1366px) {
    .accessor-page .page-head .container {
        max-width:1300px
    }
}

@media only screen and (min-width: 1600px) {
    .form-group label.error {
        font-size:1.2rem
    }

    .field .field-label {
        font-size: 1.2rem
    }

    .select2-container--default .select2-selection--multiple .select2-selection__arrow:before,.select2-container--default .select2-selection--single .select2-selection__arrow:before {
        font-size: 2.4rem
    }

    .select2-container--default .select2-results__options .select2-results__option[aria-selected=true]:before {
        font-size: 2.4rem
    }

    .accordion .accordion-item .accordion-header button {
        font-size: 3.2rem
    }

    .accordion .accordion-item .accordion-header button i {
        font-size: 2.4rem
    }

    .accordion .accordion-item .accordion-header.small-header button {
        font-size: 1.6rem
    }

    .accordion .accordion-item .accordion-header.small-header button i {
        font-size: 1.6rem
    }

    .accordion .accordion-item .accordion-body .sub-text {
        font-size: 1.4rem
    }

    .accordion .accordion-item .accordion-body .accordion-header button {
        font-size: 1.6rem
    }

    .accordion .accordion-item .accordion-body .accordion-header button i {
        font-size: 1.6rem
    }

    .btn {
        font-size: 1.4rem
    }

    .loading .text-wrap {
        font-size: 1.8rem
    }

    .checkbox-wrap {
        font-size: 1.4rem
    }

    .checkbox-wrap label.error {
        font-size: 1.2rem
    }

    .result-screen i {
        font-size: 6.4rem
    }

    .result-screen p {
        font-size: 1.6rem
    }

    .vw-main header .page-nav>a {
        font-size: 2rem
    }

    .vw-main header .page-nav .subnav ul li a {
        font-size: 1.6rem
    }

    .vw-main footer ul li a {
        font-size: 1.4rem
    }

    body {
        font-size: 1.6rem
    }

    h1 {
        font-size: 6rem
    }

    h2 {
        font-size: 3.2rem
    }

    h3 {
        font-size: 2.4rem
    }

    h4 {
        font-size: 1.6rem
    }

    .fs-16 {
        font-size: 1.6rem
    }

    .fs-14 {
        font-size: 1.4rem
    }

    .fs-12 {
        font-size: 1.2rem
    }

    .container {
        max-width: 1500px
    }

    .link-group a {
        font-size: 1.6rem
    }

    .link-group a i {
        font-size: 1.6rem
    }

    .small-info {
        font-size: 1.2rem
    }

    .page-head .sub-text {
        font-size: 2rem
    }

    .price-list .table-wrap .btn-link {
        font-size: 1.6rem
    }

    .price-list .table-wrap .btn-link i {
        font-size: 1.2rem
    }

    .price-list .info-panel p {
        font-size: 1.2rem
    }

    .price-list .right-menu .price-table tfoot tr td:last-child {
        font-size: 2rem
    }

    .accessor-page .page-head .container {
        max-width: 1584px
    }

    .accessor-page .page-head .container .sub-title {
        font-size: 1.6rem
    }

    .accessor-page .render-body .category-item .category-title {
        font-size: 1.6rem
    }

    .accessor-page .render-body .category-item .product-info .info-item .info-col {
        font-size: 1.6rem
    }

    .bbo-body .left-content p {
        font-size: 1.6rem
    }

    .bbo-body .form p {
        font-size: 1.4rem
    }

    .bbo-body .form .btn {
        font-size: 1.6rem
    }

    .service-actions-body .filter-wrap .info {
        font-size: 1.2rem
    }

    .service-actions-body .product-info .info-item .info-col {
        font-size: 1.6rem
    }
}

@media only screen and (max-width: 1200px) {
    .vw-main footer .footer-wrap {
        padding:72px 56px 40px;
        margin-bottom: 75px
    }

    .vw-main footer .footer-bottom {
        padding: 30px 0
    }

    .page-head {
        padding-bottom: 40px
    }

    .price-list .tab-wrap {
        margin-bottom: 117px
    }

    .price-list .tab-wrap .tabs {
        margin-bottom: 35px
    }

    .intro-wrap .colm {
        padding: 0 60px
    }
}

@media only screen and (max-width: 991px) {
    .vw-main header .custom-container {
        padding:0 25px
    }

    .vw-main header .logo {
        margin-right: -47px
    }

    .vw-main header .page-nav {
        padding-right: 50px
    }

    .vw-main footer .footer-wrap {
        padding: 50px 0 30px;
        margin-bottom: 75px
    }

    .right-menu-wrap .right-menu {
        width: 100%
    }

    .boxes-wrap {
        padding: 30px 0 0
    }

    .boxes-wrap .container {
        padding: 0 30px
    }

    .boxes-wrap .box-wrap {
        margin-bottom: 30px
    }

    .accessor-page .render-body {
        padding: 80px 0
    }

    .accessor-page .render-body .category-item picture {
        margin-right: 0
    }

    .bbo-body {
        padding: 40px 40px 40px 0
    }

    .bbo-body .left-content {
        margin-bottom: 40px
    }

    .service-actions-body {
        padding: 73px 30px
    }

    .service-actions-body .wrapper {
        max-width: 100%
    }

    .intro-wrap .colm .step-item .relative {
        padding-left: 120px
    }

    .intro-wrap .colm .step-item .text i {
        font-size: 100px
    }

    .intro-wrap .colm .step-item .text span.small {
        font-size: 16px;
        margin-bottom: 4px
    }

    .intro-wrap .colm .step-item .text span.big {
        font-size: 30px
    }

    .intro-wrap .colm .step-item .btn {
        margin-top: 20px
    }

    .intro-wrap .copyright {
        right: 30px;
        bottom: 30px
    }
}

@media only screen and (max-width: 767px) {
    .accordion .accordion-item .accordion-body {
        padding:20px 0 45px
    }

    .vw-main header .custom-container {
        padding: 0
    }

    .vw-main header .logo {
        border-width: 10px;
        top: 20px;
        margin-right: -24px
    }

    .vw-main header .logo img {
        width: 38px
    }

    .vw-main header .page-nav {
        padding-right: 45px
    }

    .vw-main header .page-nav .subnav {
        height: 100vh;
        padding-right: 26px;
        position: fixed;
        padding-bottom: 30px
    }

    .vw-main header .page-nav .subnav ul {
        max-height: calc(100vh - 110px);
        overflow: auto;
        padding-right: 20px
    }

    .vw-main footer {
        margin-top: 50px
    }

    .vw-main footer .footer-wrap {
        border-bottom: 0;
        margin-bottom: 0
    }

    .link-group {
        display: block;
        padding-bottom: 0
    }

    .link-group a {
        display: block;
        text-align: left;
        padding: 15px 0
    }

    .link-group a:last-child {
        padding-bottom: 0
    }

    .right-menu-wrap .right-menu {
        padding: 53px 30px
    }

    .page-head {
        padding-top: 86px
    }

    .price-list .container {
        padding: 0 40px
    }

    .price-list .tab-wrap {
        margin-bottom: 100px
    }

    .price-list .table-wrap .btn-link {
        min-width: 85px
    }

    .price-list .table-wrap .table tr td:last-child {
        padding-right: 0
    }

    .boxes-wrap .container {
        padding: 0 20px
    }

    .accessor-page .render-body {
        padding: 40px 0
    }

    .bbo-body {
        padding: 102px 0
    }

    .bbo-body .form .form-group {
        margin-bottom: 10px
    }

    .bbo-body .form .form-group:last-child {
        margin-bottom: 37px
    }

    .bbo-body .form p {
        margin-bottom: 20px
    }

    .bbo-body .form .checkbox-wrap {
        margin-bottom: 26px
    }

    .bbo-body .form .btn {
        display: block
    }

    .service-actions-body {
        padding: 102px 0
    }

    .service-actions-body .filter-wrap .top-group {
        margin-bottom: 40px
    }

    .service-actions-body .filter-wrap .btn {
        display: block
    }

    .service-actions-body .product-info {
        margin-bottom: 40px;
        margin-top: 30px
    }

    .service-actions-body .filter-result {
        padding-top: 40px
    }

    .service-actions-body .filter-result .btns-group a {
        margin-bottom: 20px
    }

    .intro-wrap .colm .step-item .relative {
        padding-left: 110px
    }

    .intro-wrap .colm .step-item .text i {
        font-size: 90px
    }

    .intro-wrap .colm .step-item .text span.small {
        font-size: 12px;
        margin-bottom: 4px
    }

    .intro-wrap .colm .step-item .text span.big {
        font-size: 32px
    }
}

@media only screen and (max-width: 560px) {
    .form-group label.error {
        font-size:1.2rem
    }

    .field .field-label {
        font-size: 1.2rem
    }

    .select2-container--default .select2-selection--multiple .select2-selection__arrow:before,.select2-container--default .select2-selection--single .select2-selection__arrow:before {
        font-size: 2rem
    }

    .select2-container--default .select2-results__options .select2-results__option[aria-selected=true]:before {
        font-size: 2rem
    }

    .accordion .accordion-item .accordion-header button {
        font-size: 2.4rem
    }

    .accordion .accordion-item .accordion-header button i {
        font-size: 2rem
    }

    .accordion .accordion-item .accordion-header.small-header button {
        font-size: 1.4rem
    }

    .accordion .accordion-item .accordion-header.small-header button i {
        font-size: 1.4rem
    }

    .accordion .accordion-item .accordion-body .sub-text {
        font-size: 1.2rem
    }

    .accordion .accordion-item .accordion-body .accordion-header button {
        font-size: 1.4rem
    }

    .accordion .accordion-item .accordion-body .accordion-header button i {
        font-size: 1.4rem
    }

    .btn {
        font-size: 1.2rem
    }

    .loading .text-wrap {
        font-size: 1.4rem
    }

    .checkbox-wrap {
        font-size: 1.2rem
    }

    .checkbox-wrap label.error {
        font-size: 1.2rem
    }

    .result-screen i {
        font-size: 3.8rem
    }

    .result-screen p {
        font-size: 1.4rem
    }

    .vw-main header .page-nav>a {
        font-size: 1.6rem
    }

    .vw-main header .page-nav .subnav ul li a {
        font-size: 1.4rem
    }

    .vw-main footer ul li a {
        font-size: 1.2rem
    }

    body {
        font-size: 1.4rem
    }

    h1 {
        font-size: 3.2rem
    }

    h2 {
        font-size: 2.4rem
    }

    h3 {
        font-size: 2rem
    }

    h4 {
        font-size: 1.4rem
    }

    .fs-16 {
        font-size: 1.4rem
    }

    .fs-14 {
        font-size: 1.2rem
    }

    .fs-12 {
        font-size: 1.2rem
    }

    .link-group a {
        font-size: 1.4rem
    }

    .link-group a i {
        font-size: 1.4rem
    }

    .small-info {
        font-size: 1.2rem
    }

    .page-head .sub-text {
        font-size: 1.6rem
    }

    .price-list .table-wrap .btn-link {
        font-size: 1.4rem
    }

    .price-list .table-wrap .btn-link i {
        font-size: 1.2rem
    }

    .price-list .info-panel p {
        font-size: 1.2rem
    }

    .price-list .right-menu .price-table tfoot tr td:last-child {
        font-size: 1.6rem
    }

    .accessor-page .page-head .container .sub-title {
        font-size: 1.4rem
    }

    .accessor-page .render-body .category-item .category-title {
        font-size: 1.4rem
    }

    .accessor-page .render-body .category-item .product-info .info-item .info-col {
        font-size: 1.4rem
    }

    .bbo-body .left-content p {
        font-size: 1.4rem
    }

    .bbo-body .form p {
        font-size: 1.2rem
    }

    .bbo-body .form .btn {
        font-size: 1.4rem
    }

    .service-actions-body .filter-wrap .info {
        font-size: 1.2rem
    }

    .service-actions-body .product-info .info-item .info-col {
        font-size: 1.4rem
    }

    .intro-wrap {
        display: block
    }

    .intro-wrap .colm {
        height: 50vh;
        width: 100%;
        padding: 0 30px
    }

    .intro-wrap .colm:first-child {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.17)
    }
}
