
body {
    background-color:transparent;
}
p, span, li {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
}
.vk-trade {
    font-family: 'Jost', sans-serif;
    font-weight:300;
    font-size: 1.125rem;
    background-color: #f4f5f5;
    padding-bottom:0;
    padding-top: 50px;
    min-height:100%;
}

.stepinfo {
    width: 100%;
    text-align: center;
    padding: 0;
    position: relative;
    margin: 0 auto;
}
@media (min-width: 550px) {
    .sticky-vk {
        position: sticky;
        top:50px;
        z-index:5;
    }
}

.stepinfo .step.current {
    cursor:pointer;
}
.stepinfo + .container-fluid {
    clear:both;
}
.stepinfo .row {
    background-color: #edeeee;
    margin:0;
}

/*progressbar*/
ul.progressbar {
    list-style: none;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;

    max-width:850px;
    margin: 0 auto;
    padding:1.5em 1em;

}
ul.progressbar li {
    list-style-type: none;
    color: #373e47cc;
    font-size: 15px;
    width: 33%;
    float: left;
    position: relative;
}
ul.progressbar li.current {
    font-weight:500;
    color: #373e47ee;
}
ul.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 26px;
    line-height: 26px;
    display: block;
    font-size: 15px;
    color: #fff;
    background: #bdc0c1;
    border-radius: 2px;
    margin: 0 auto 5px auto;
    position:relative;
    left: 0;
    z-index:1;
    outline: 3px solid #edeeee;
}
/*progressbar connectors*/
ul.progressbar li:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #bdc0c1;
    position: absolute;
    left: -50%;
    top: 11px;
    z-index: 0; /*put it behind the numbers*/
}
ul.progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
ul.progressbar li.active:before,
ul.progressbar li.active:after {
    background: #008faf;
    color: white;
}
.stepinfo .desc {
    max-width: 790px;
    margin: 0 auto;
    width:95%;
    left:2.5%;
}
.stepinfo .desc .bubble {
    display:none;
}
.stepinfo .desc .bubble {
    display:inline-block;
    position: relative;
    background: #008faf;
    border-radius: 2px;
    color:#fff;
    width:80%;
    padding:1em 1.5em;
    padding-right:2.25em;
    margin-top: 0px;
    line-height:1.25;
    text-align: left;
    opacity:0.9;
}
.stepinfo .desc .bubble:after {
    content: "\00d7";
    position:absolute;
    display:inline-block;
    left:auto;
    right:1rem;
    top:0.75rem;
    line-height: 2rem;
    color: #fff;
    font-size: 2rem;
}
.stepinfo .desc .bubble:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom-color: #008faf;
    border-top: 0;
    margin-left: -20px;
    margin-top: -20px;
}
.stepinfo .desc[data-step="1"] .bubble:before {
    left: 40px;
}
.stepinfo .desc[data-step="3"] .bubble:before {
    left: auto;
    right: 40px;
}
/*
@media (min-width:992px){
    .stepinfo .desc.active,
    .stepinfo .desc {
        display: block !important;
    }
    .stepinfo .desc.active .bubble,
    .stepinfo .desc .bubble {
        display: inline-block;
        position: relative;
        background: transparent;
        color: #008faf;
        padding: 1em;
        margin-top: 2em;
        line-height: 1.5;
        text-align:left;
    }
    .stepinfo .desc .bubble:before {
        content:'';
        position:absolute;
        width: 3px;
        background-color: #ced4da;
        left:0;
        top:12.5%;
        height: 75%;
        margin-top:0;
    }
    .stepinfo .desc.active .bubble:after,
    .stepinfo .desc .bubble:after {
        display: none;
    }
    .stepinfo .step {
        pointer-events: none;
    }
}
@media (min-width:1200px){

}
.stepinfo .actions {
    max-width: 790px;
    margin: 0 auto;
    width: 80%;
    text-align:left;
    padding: 1.43em;
}
 */


h1, h2, h3, h4, h5 {
    font-weight: 500;
}
h1, h2 {
    color: #1f85a0;
    text-align: center;
}
h1 {
    text-align:center;
    color: #008faf;
    font-size: 2.0rem;
    margin:1.75rem 0 0.25rem;

    margin:3.75rem 0 0.25rem;
}
h2 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;

    padding-top: 0.75rem;
    padding-bottom: .75rem;
    margin-top: 2.25rem;
    margin-bottom: .75rem;
}

h2 {
    background-color: #f4f5f5ea;
    position:sticky;
    top:50px;
    z-index:4;
    margin: 0 1px 1px;
}

@media (min-width:550px) {
    h2 {
        top: 159px;
    }
    .stepinfo-off h2 {
        top:50px;
    }
}


h3 {
    color: #212529;
    padding-top: 1.5rem;
    padding-bottom: .25rem;
    font-size: 1.125rem;
    margin-bottom: .5rem;
    line-height: 1.2;
}


@media screen and (max-width:750px){
    h1 {
        font-size: 1.75rem;
        font-weight: 500;
    }
}
@media screen and (max-width:550px){
    h1 {
        font-size: 1.5rem;
        font-weight: 500;
    }
}

.vk-trade header.main {
    margin: 2.5em 0;
}
header .info {
    text-align:center;
    margin-bottom:1.5rem
}
header .info .tax {
    font-size: 1rem;
    color: #373e47bf;
    margin:0 0.25em;
}
header .info .price {
    font-size:2rem;
    font-weight:500;
    color: #495c69;
    line-height:1;
}
@media screen and (max-width:750px){
    header .info .tax {
        display:block;
    }
}


form .actions {
    margin-top:1.5em;
    min-height:60px;
    text-align:center;
}
a#step2_next {
    margin-left: 1em;
}
a#step1_next,
a#step_prev,
a#step2_next {
    padding: 0.5rem 1.5rem;
}


@media (min-width: 550px) {
    form .actions {

    }
    a#step1_next,
    a#step_prev,
    a#step2_next {
        padding: 0.5rem 1.5rem;
    }
    a#step1_next,
    a#step2_next {
        float:right;
        margin:0;
    }
    a#step_prev {
        float: left;
    }
}

fieldset .icon {
    text-align: center;
}
fieldset svg {
    max-width: 100px;
    margin: 0 auto;
    position:relative;
    display:inline;
}
fieldset svg.sync path {
    fill: #008faf;
    fill: rgba(0,0,0,0.06);
}
fieldset svg.warn path {
    fill: #008faf;
    fill: #ffe817;
}
fieldset label {
    margin-top:0.5em;
}
fieldset input,
fieldset select {
    margin-top:1.0em;

}
a.btn,
fieldset .form-control {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}
a.btn {
    font-weight: 600;
}
fieldset .form-control {
    font-size: 1.125rem;
}
::placeholder {
    color: #bababa !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #bababa !important;
}
::-ms-input-placeholder {
    color: #bababa !important;
}
fieldset option:disabled {
    color: #bababa !important;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from { transform: rotate(0deg); } to { transform: rotate(360deg); }
}
.icon.rotating {
    -webkit-transform-origin: 50% 50%;
    transform-origin:50% 50%;
    -ms-transform-origin:50% 50%; /* IE 9 */
    -webkit-animation: spin 5.2s infinite linear;
    -moz-animation: spin 5.2s infinite linear;
    -o-animation: spin 5.2s infinite linear;
    animation: spin 5.2s infinite linear;
}

form {
    padding: 2.0em .5em 3em;
}
@media (min-width:550px) {
    form {
        padding: 2.0em 2em 3em;
    }
}
fieldset h3 {
    color: #008faf;
    font-size:1.75rem;
    margin:0rem 0 1.5rem;
}
fieldset[data-step="3"] {
    padding-top: 1.5em;
}

fieldset .field-status {
    position:relative;
}
.field-status:after {
    content: '';
    position:absolute;
    top:50%;
    top: 1.2em;
    right:0.6em;
    right: 20px;
    left:auto;
    width: 22px;
    height:22px;
    margin-top:-11px;
    background-size: contain;
    background-position:center;
    background-repeat:no-repeat;
    pointer-events:none;
}
.field-message {
    text-align: left;
    font-weight:300;
    line-height:1.2;

    background-color: #f9d6d588;
    border: 1px solid transparent;
    border-color: #f7c6c5;
    padding: 0.7em;
    border-radius: 0.25rem;
}
.field-status.ok:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%233e9f55' d='M9,20.42L2.79,14.21L5.62,11.38L9,14.77L18.88,4.88L21.71,7.71L9,20.42Z' /%3E%3C/svg%3E");
    opacity: 0.95;
}
.field-status.warn .field-message {
    background-color: #fde9ac;
    color: #cba43a;
    border-color: #efd892;
}
.field-status.err:after, .field-status.fail:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23d32d35' d='M8.27,3L3,8.27V15.73L8.27,21H15.73L21,15.73V8.27L15.73,3M8.41,7L12,10.59L15.59,7L17,8.41L13.41,12L17,15.59L15.59,17L12,13.41L8.41,17L7,15.59L10.59,12L7,8.41' /%3E%3C/svg%3E");
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23d32d35' d='M11,15H13V17H11V15M11,7H13V13H11V7M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20Z' /%3E%3C/svg%3E");
    opacity: 0.95;
}
.field-status.warn:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23cba43a' d='M11,15H13V17H11V15M11,7H13V13H11V7M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20Z' /%3E%3C/svg%3E");
    opacity: 0.95;
}
.field-status.err input, .field-status.fail input {
    border-color: #d32d35;
}
.field-status.err .field-message, .field-status.fail .field-message {
    color: #d32d35;
}
.field-status.checkbox.err {
    border: 1px solid #d32d35;
    float: left;
    margin-right: 1em;
}
.field-status.checkbox {
    border-radius: 0.25rem;
    display: inline-block;
    padding-right: 2em;
    padding-left: 0.125em;
}
@media (min-width: 550px){
    .field-status.checkbox {
        padding-right: 3em;
    }
}
@media (max-width:549px) {
    .field-status.checkbox {
        width:100%;
    }
}
.field-status.checkbox .field-message {
    margin-top: 1px;
    margin-right: 1em;
    margin-bottom: 1px;
    min-width: 14em;
    max-width: 85%;
}
.field-status.checkbox:after {
    top: 1.45em;
}
.field-status.checkbox.ok {
    border: none;
    padding:0;
    display:block;
}
.field-status.checkbox.ok:after {
    display:none;
}
.field-status.sync:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M12,6V9L16,5L12,1V4A8,8 0 0,0 4,12C4,13.57 4.46,15.03 5.24,16.26L6.7,14.8C6.25,13.97 6,13 6,12A6,6 0 0,1 12,6M18.76,7.74L17.3,9.2C17.74,10.04 18,11 18,12A6,6 0 0,1 12,18V15L8,19L12,23V20A8,8 0 0,0 20,12C20,10.43 19.54,8.97 18.76,7.74Z' /%3E%3C/svg%3E");
    opacity: 0.3;
    -webkit-transform-origin: 50% 50%;
    transform-origin:50% 50%;
    -ms-transform-origin:50% 50%; /* IE 9 */
    -webkit-animation: spin 5.2s infinite linear;
    -moz-animation: spin 5.2s infinite linear;
    -o-animation: spin 5.2s infinite linear;
    animation: spin 5.2s infinite linear;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

label[for="legal"] {
    text-align:left;
    width:100%;
}

/* checkbox */

.checkbox-container {
    display: block;
    position: relative;
    cursor: pointer;
}
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    height: 35px;
    width:  35px;

    float:left;
    margin-right: 0.75rem;
    margin-top: 1px;

    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.checkmark:hover, .checkbox-container input:focus ~ .checkmark {
    color: #495057;
    background-color: #fff;
    border-color: #30d9ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 143, 175, 0.25);
}
.checkbox-container input:checked ~ .checkmark {
    border-color: #ced4da;
    box-shadow: none;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: rgba(0, 143, 175, 0.125);
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #008FAF;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
.checkbox-container .checkmark:after {
    left: 11px;
    top: 2px;
    width: 14px;
    height: 25px;
    border: solid white;
    border-width: 0 5px 5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#register-info {
    text-align: center;
    margin: 0 auto 2em;
}


.payment-logos {
    margin-top:2em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: space-between;
    margin-bottom:2em;
}

.payment-logos img {
    height: 35px;
    width: auto;
    border-radius: 4px;
    flex: 0 0 auto;
}
.payment-logos img.x2 {

}


section {
    margin: 1em 0 3em;
}
section:last-child {
    margin-bottom:1em;
}

section header h2 {
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    font-size: 3rem;
    padding:0.125em 0.125em;
    margin:0;
}
section header h2 em {
    font-weight: 500;
    font-style: normal;
}

section h3:first-child {
    padding-top: 0.5rem;
}

section ul.accordion {
    list-style: none;
    padding:0;
    margin-bottom:0;
}
section ul.accordion h3 {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid #dee2e6 ;
    padding: 1.125em 1em;
    opacity: 0.77;
    margin:0;
    position:relative;
    padding-left: 3.125em;
    font-size: 1.25rem;
    text-align:left;
    font-weight:300;
}
section ul.accordion .active h3 {
    font-weight:500;
}

section ul.accordion li:nth-child(2) h3 {
    background-color: rgb(255, 255, 255);
}
section ul.accordion h3 span {
    position:absolute;
    left:0;
    top:50%;
    margin-top:-15px;
    padding-left: 1rem;
}
section ul.accordion h3 span:after {
    content: '';
    display:inline-block;
    background-color: #008fafaa;
    border-radius: 50%;
    width: 1em;
    height:1em;
    position:relative;
    right:auto;
    left:0.15rem;
}
section ul.accordion h3 span.icon svg path {
    fill: #a8dadc;
}
section ul.accordion h3 span.icon:after {
    display:none;
}
section ul.accordion h3 span.icon svg {
    width:30px;
    height:30px;
}
section ul.accordion li .content {
    text-align:left;
}
section ul.accordion li.active .content {
    border-bottom: 1px solid #dee2e6;
    background: linear-gradient(0deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(0deg, rgba(244, 245, 245, 0.6602409638554216) 0%, rgba(255, 255, 255, 1) 12%);
}

section .content {
    color: #444;
    padding: 1.125rem;
}
section .content h4 {
    font-size: 1.5rem;
    padding: 1em 0 0.25em;
}
section .content ul ul {
    list-style: disc;
    padding-inline-start:1.25rem}
section .content .label {
    font-size: 80%;
    font-weight:600;
    color: #008fafaa;
}
section .content ul.featured {
    margin:1em 0 1em;
}
section .content ul.featured li {
    margin-top:0.75em;
    list-style-type: square;
}
@media (min-width:550px) {
    section ul.accordion h3 {
        padding-left: 5em;
    }
    section ul.accordion h3 span {
        padding-left: 2.25em;
    }
    section .content {
        padding: 2rem;
    }
}
@media (min-width:768px) {
    section ul.accordion h3 {
        font-size: 1.3rem;
    }
    section .content {
        padding: 3rem;
    }
}
section .content-fill {
    padding: 0;
}
section .content-short {
    padding-top:0.25rem;
    padding-bottom:0.25rem;
}

.panel-vk {
    background-color: white;
    border: 1px solid #d2d2d2;
    border-radius: .25rem;
    padding:1.125rem 1.125rem 1.125rem;
    text-align:center;
}
.panel-vk label {
    text-align:left;
}
@media (min-width:550px){
    .panel-vk {
        padding-left: 3.125rem;
        padding-right:3.125rem;
    }
}
@media (min-width:992px){
    .panel-vk {
        padding-left: .35rem;
        padding-right:.35rem;
    }
}
@media (min-width:1200px){
    .panel-vk {
        padding-left: 1rem;
        padding-right:1rem;
    }
}
.panel-vk .text-center p {
    max-width: 36em;
    margin-left: auto;
    margin-right:auto;
}

.panel-vk p.lead {
    font-weight:500;
    color: #212529cc;
    margin-top:.5em;
}

.panel-vk-form {
    border-color: #a8dadc;
    border-color: rgb(0, 143, 175);
}

.form-control.checkbox {
    display:inline-block;
    float:left;
    width:calc(1.0em + 0.75rem + 2px);
    height: calc(1.0em + 0.75rem + 2px);
    width: 2rem;
    height: 2rem;
    margin:0.125em .75em 0.125em 0;
}












/* b */

main > header > h1{
    padding-bottom: 0.5rem!important;
}
main > header > div > br{
display: none
}
.text-center-sm-vk{
    text-align: center;
}

.btn-dark-vk{
    background-color: #f8f8f8;
    color: #008FAF;
    border: #008FAF solid 1px;
    border-radius: 0.25rem;
}
.btn-dark-vk:hover{
    background-color: #f3f3f3;
    color: #007898;
    border: #007898 solid 1px;
}

.btn-primary {
    padding: 0.5rem 1.5rem;
}
.btn-dark-vk:not(:disabled):not(.disabled):active:focus, .btn-dark-vk:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-vk.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 239, 239, 0);
}
.btn-dark-vk:not(:disabled):not(.disabled):active, .btn-dark-vk:not(:disabled):not(.disabled).active, .show > .btn-dark-vk.dropdown-toggle {
    color: #fff;
    background-color: #008FAF;
    border-color: #008FAF;
}

.text-small{
    font-size: 0.8rem;
    color: #373e47bf;
    line-height: 1.3rem;

}


.accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #f4f4f4;
    padding: 0;
}
.accordion-section .panel-default .panel-title a {
    display: block;
    font-style: italic;
    font-size: 1.5rem;
}
.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 3rem;
    content: "\f106";
    color: #1f7de2;
    float: right;
    margin-top: -12px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.accordion-section .panel-default .panel-body {
    font-size: 1.2rem;
}

.rotate{
    -moz-transition: all 2s linear;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}

.rotate.down{
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.4s linear;
}
.rotate-back{
    transition: all 0.4s linear
}



.vk-trade > .container > .row > .right-column > h2{
    font-size: 1.7rem;
}
.vorteile img{
    width: auto;
    height: 60px;
}

.vk-trade > .container > .row > .right-column > .border {
    border-color: #ccc
}

#time-3-icon {
    fill: #a8dadc;
    border: #a8dadc solid 2px;
    padding: 8px;
    border-radius: 50%;
}

.my-svg-alternate {
    display: none;
}
.no-svg .my-svg-alternate {
    display: block;
    width: 100px;
    height: 100px;
}



.footer {
    padding: 1em 0 1em;
    border-top:1px solid #fff;
    background-color: #fff;
    margin-top:1.5em;
}
.footer > *:first-child {
    margin-top:1em;
}
.footer p {
    font-size: 1rem;
    color: #373e4788;
    line-height: 1.3rem;
    padding:0 1em;
}
.footer p a {
    color:inherit;
}
.footer p a:hover {
    text-decoration: none;
}

.currentColor{
    fill: #a8dadc;
}

/*
@media (min-width: 992px) {
    .content-vk {
        max-width: 66vw;
        margin-left: 0;
    }
    .sticky-vk {
        position: fixed;
        left: 55vw;
        top: 25vh;
        margin-top: -4em;
        width: 38vw;
        padding: 2em 0 3em;
        height: 100%;
    }
    .sticky-vk .content {
        position:sticky;
        top:50px;
        max-height: 100vh;
        padding:1.5em 0;
    }
    .sticky-vk .stepinfo {
        background-color: transparent;
    }
    .sticky-vk .stepinfo ul.progressbar li:before {
        outline: 3px solid #f4f5f5;
    }
    .sticky-vk .border.rounded {
        position:relative;
        overflow:hidden;
    }
    .sticky-vk #form-data {
        margin-bottom: 0;
        max-height: calc(100vh - 130px - 50px);
        overflow-y:auto;
        position:static;
    }
    .sticky-vk #form-data:before,
    .sticky-vk #form-data:after {
        content: '';
        position:absolute;
        display:block;
        left:0;
        width:100%;
        height: 1em;
    }
    .sticky-vk #form-data:before {
        top:0;
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 33%, rgba(255,255,255,0) 100%);
        z-index:5;
    }
    .sticky-vk #form-data:after {
        bottom:0;
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 33%, rgba(255,255,255,0) 100%);
    }

    .sticky-vk .mt-5 {
        margin-top:1.25rem !important;
    }
    h1 {
        margin-top:2.5rem;
    }
}
*/


/* top nav */

.navbar {
    min-height:50px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
}
.navbar button.navbar-toggler:focus {
    outline:none;
}

.navbar .dropdown-menu .form-control {
    width: 250px;
}
.navbar .nav-link{
    font-size: 18px;
}
.navbar .nav-link:hover{
    color: #008FAF!important;
}

.navbar label.hamburg {
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    top: 0;
    width: 50px;
    height: 50px;
    cursor:pointer;
}

.navbar input#hamburg {display:none}
.navbar .line {
    position: absolute;
    left: 2.5px;
    height: 2.5px;
    width: 45px;
    background: #d2d2d2; border-radius: 2px;
    display: block;
    transition: 0.5s;
    transform-origin: center;
}

.navbar .line:nth-child(1) { top: 12px; }
.navbar .line:nth-child(2) { top: 24px; }
.navbar .line:nth-child(3) { top: 36px; }

.navbar #hamburg:checked + .hamburg .line:nth-child(1){
    transform: translateY(12px) rotate(-45deg);
}

.navbar #hamburg:checked + .hamburg .line:nth-child(2){
    opacity:0;
}

.navbar #hamburg:checked + .hamburg .line:nth-child(3){
    transform: translateY(-12px) rotate(45deg);
}
.navbar .navbar-collapse ul.nav-items {
    margin-top:36px;
    padding-top:2rem;
    margin-bottom: 0.125rem;
}
.scrolled .navbar .navbar-collapse ul.nav-items {
    margin-top: 0px;
}
.navbar .nav-xtra .nav-item {
    margin:0 0 2rem;
}

@media (max-width: 991px) {
    .navbar img {
        margin: 10px 0;
    }
    .navbar .navbar-toggler {
        padding: 0;
    }
}
@media (max-width: 350px) {
    .navbar .img-fluid{
        max-width: 210px;
    }
    .navbar .navbar-toggler .line {
        width: 40px;
    }
}
@media (max-width: 360px) {
    .navbar .dropdown-menu form{
        padding: 1em 1.2rem 1.5em!important;
    }
}
@media (max-width:549px) {
    .navbar .nav-xtra .nav-item {
        margin-bottom:.5rem;
    }
}

.navbar > .container-fluid > a.btn.scrolldown-show {
    display:none;
}
.navbar .btn-sm {
    font-size: 0.9rem;
}
.navbar > .container-fluid > a.btn.scrolldown-show {
    display:none;
}
.navbar .btn-sm {
    font-size: 0.9rem;
}
@media (min-width:992px) {
    .navbar .nav-xtra .nav-item {
        margin-left:0rem;
    }
}

.navbar-collapse.show ul.nav-items {
}

.navbar .on-large,
.navbar .on-medium {
    display:none;
}
@media (min-width:550px) {
    .navbar .on-large {
        display:inline;
    }
    .navbar .on-small {
        display:none;
    }
    .navbar .btn-cta {
        background-color:transparent;
        border-color:transparent;
        color:#008FAF;
    }
}
@media (min-width:992px) {
    .navbar .on-medium {
        display:inline;
    }
}

/* end top nav */

.onh {
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    margin: -1px;
    border: 0px none;
    padding: 0px;
}
