@font-face {
    font-family: "open_sanssemibold";
    src: url("fonts/opensans-semibold.eot");
    src: url("fonts/opensans-semibold.eot?#iefix") format("embedded-opentype"),
        url("fonts/opensans-semibold.woff2") format("woff2"),
        url("fonts/opensans-semibold.woff") format("woff"),
        url("fonts/opensans-semibold.ttf") format("truetype"),
        url("fonts/opensans-semibold.svg#open_sanssemibold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "open_sansregular";
    src: url("fonts/opensans-regular.eot");
    src: url("fonts/opensans-regular.eot?#iefix") format("embedded-opentype"),
        url("fonts/opensans-regular.woff2") format("woff2"),
        url("fonts/opensans-regular.woff") format("woff"),
        url("fonts/opensans-regular.ttf") format("truetype"),
        url("fonts/opensans-regular.svg#open_sansregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "open_sanslight";
    src: url("fonts/opensans-light.eot");
    src: url("fonts/opensans-light.eot?#iefix") format("embedded-opentype"),
        url("fonts/opensans-light.woff2") format("woff2"),
        url("fonts/opensans-light.woff") format("woff"),
        url("fonts/opensans-light.ttf") format("truetype"),
        url("fonts/opensans-light.svg#open_sanslight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "open_sansbold";
    src: url("fonts/opensans-bold.eot");
    src: url("fonts/opensans-bold.eot?#iefix") format("embedded-opentype"),
        url("fonts/opensans-bold.woff2") format("woff2"),
        url("fonts/opensans-bold.woff") format("woff"),
        url("fonts/opensans-bold.ttf") format("truetype"),
        url("fonts/opensans-bold.svg#open_sansbold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media (max-width: 991px) {
    .parking_banner {
        background: url(assets/background-sm.jpg) no-repeat;
        background-size: cover;
        background-position: top right;
    }
}
@media (min-width: 992px) {
    .parking_banner {
        background: url(assets/background-md.jpg) no-repeat;
        background-size: cover;
        background-position: top right;
    }
}
@media (min-width: 1300px) {
    .parking_banner {
        background: url(assets/background-lg.jpg) no-repeat;
        background-size: cover;
        background-position: top right;
    }
}
@media (min-width: 1600px) {
    .parking_banner {
        background: url(assets/background-xl.jpg) no-repeat;
        background-size: cover;
        background-position: top right;
    }
}

.global-wrap {
    overflow: hidden;
}

.extension-box {
    background-color: #114c97;
    text-align: center;
    display: block;
    padding: 7px 10px;
    color: #fff;
    font-weight: 900;
    /*text-transform: lowercase;*/
    font-size: 18px;
    font-family: "open_sanssemibold", Arial, sans-serif;
}

.pricelist-headbox {
    background-color: white;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.pricelist-promo-box-price {
    font-size: 20px;
    color: #114c97;
    font-weight: bold;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    padding-top: 15px;
}

.pricelist-promo-box-price-vat {
    color: #939393;
    font-style: italic;
    font-size: 10px;
}

.btn.btn-primary.pricelist-promo-box-button {
    padding: 5px 12px 5px 12px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

small {
    font-size: 80%;
}

img {
    border: 0;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "latolight", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.71428571;
    color: #333;
    background-color: #f2f2f1;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 23px;
    margin-bottom: 11.5px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

p {
    margin: 0 0 11.5px;
}

small,
.small {
    font-size: 85%;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-6,
.col-sm-1,
.col-sm-3,
.col-sm-4,
.col-sm-8,
.col-sm-10,
.col-md-1,
.col-md-2,
.col-md-9,
.col-md-10 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-6 {
    float: left;
    width: 50%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-3,
    .col-sm-4,
    .col-sm-8,
    .col-sm-10 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-9,
    .col-md-10 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.71428571;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #da2222;
    border-color: #c41f1f;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ae1b1b;
    border-color: #8f1616;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #da2222;
    border-color: #c41f1f;
}

.wrapper:after,
.wrapper:before {
    display: block;
    content: "";
    clear: both;
}

body {
    color: #272727;
    font-family: "open_sanslight", Arial, sans-serif;
}

h1,
.h1 {
    font-size: 60px;
    line-height: 70px;
    padding: 0;
    margin: 0;
    font-family: "open_sanslight", Arial, sans-serif;
    padding-bottom: 40px;
}

h2,
.h2 {
    font-size: 24px;
    line-height: 30px;
    font-family: "open_sansregular", Arial, sans-serif;
    padding: 0 0 20px;
    margin: 0;
}

h3,
.h3 {
    font-size: 18px;
    line-height: 25px;
    font-family: "open_sansregular", Arial, sans-serif;
    padding: 0 0 10px;
    margin: 0;
}

a {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: underline;
    color: #004b99;
}

a:hover {
    text-decoration: none;
}

ul,
ol,
p,

button {
    cursor: pointer;
    outline: none;
}

.btn {
    font-family: "open_sanssemibold", Arial, sans-serif;
    font-weight: normal;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    padding: 15px 30px;
    color: #fff;
    display: inline-block;
    border: 0;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
    border-bottom: 3px solid #a30000;
    background: #da2222;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-image: -moz-linear-gradient(90deg, #c82121 0%, #e43838 88%);
    background-image: -webkit-linear-gradient(90deg, #c82121 0%, #e43838 88%);
    background-image: -ms-linear-gradient(90deg, #c82121 0%, #e43838 88%);
    box-shadow: inset 0 -3px 0 0 rgba(163, 0, 0, 0.004);
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(163, 0, 0, 0.004);
    -moz-box-shadow: inset 0 -3px 0 0 rgba(163, 0, 0, 0.004);
    -o-box-shadow: inset 0 -3px 0 0 rgba(163, 0, 0, 0.004);
}

.btn:hover {
    background: #c51616;
    color: #fff;
    background-image: -moz-linear-gradient(90deg, #c82121 0%, #bc1515 88%);
    background-image: -webkit-linear-gradient(90deg, #c82121 0%, #bc1515 88%);
    background-image: -ms-linear-gradient(90deg, #c82121 0%, #bc1515 88%);
    box-shadow: inset 0 -3px 0 0 rgba(163, 0, 0, 0.004);
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(163, 0, 0, 0.004);
    -moz-box-shadow: inset 0 -3px 0 0 rgba(163, 0, 0, 0.004);
    -o-box-shadow: inset 0 -3px 0 0 rgba(163, 0, 0, 0.004);
}

.btn:focus {
    color: #fff;
    outline: none;
}

.btn.blue {
    background: #125daa;
    border-color: #00356d;
    background-image: -moz-linear-gradient(90deg, #0f4883 0%, #1361b3 100%);
    background-image: -webkit-linear-gradient(90deg, #0f4883 0%, #1361b3 100%);
    background-image: -ms-linear-gradient(90deg, #0f4883 0%, #1361b3 100%);
    box-shadow: inset 0 -3px 0 0 rgba(0, 53, 109, 0.004);
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 53, 109, 0.004);
    -moz-box-shadow: inset 0 -3px 0 0 rgba(0, 53, 109, 0.004);
    -o-box-shadow: inset 0 -3px 0 0 rgba(0, 53, 109, 0.004);
}

.btn.blue:hover {
    background: #07488c;
    background-image: -moz-linear-gradient(90deg, #0f4883 0%, #004995 100%);
    background-image: -webkit-linear-gradient(90deg, #0f4883 0%, #004995 100%);
    background-image: -ms-linear-gradient(90deg, #0f4883 0%, #004995 100%);
    box-shadow: inset 0 -3px 0 0 rgba(0, 53, 109, 0.004);
}

.wrapper {
    padding: 0 40px;
}

.wrapper:after,
.wrapper:before {
    display: block;
    content: "";
    clear: both;
}

#main-search {
    /*position: absolute;
    top: -40px;
    left: 0;*/
    padding: 20px 35px;
    color: #fff;
    line-height: 40px;
    background: #454545;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#main-search button{
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0;
    width: 100%;
}

#main-search .text {
    width: 100%;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-family: "open_sanssemibold", Arial, sans-serif;
    color: #444;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 0;
    outline: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #main-search .text {
        line-height: 100%;
    }
}

#main-search select {
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 20px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #444;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    outline: none;
    font-family: "open_sanssemibold", Arial, sans-serif;
}

#main-search span {
    font-size: 16px;
    font-family: "open_sanssemibold", Arial, sans-serif;
}

body {
    background: #f2f2f1;
}

.parking_kb {
    margin: 0;
    padding: 40px 0;
    display: table;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    border-top: 1px dashed #dddddc;
    border-bottom: 1px solid #dddddc;
}

#main-footer {
    margin-top: 40px;
}

#main-footer .parking_kb {
    padding: 40px 0;
    display: table !important;
}

@media all and (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media all and (max-width: 1100px) {
    .parking_kb {
        display: block;
        text-align: center;
    }
    .parking_kb li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px 25px;
    }
}

@media all and (max-width: 768px) {
    #main-search {
        padding-left: 15px;
        padding-right: 15px;
        position: static;
        top: auto;
        left: auto;
        width: 100%;
        margin-left: 0;
    }
    #main-search [class*="col"] {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }
    #main-search span.col-sm-1 {
        display: block;
        height: auto;
        line-height: 1;
        text-align: center;
        width: 100%;
    }

    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#main-footer h3 {
    display: block;
    min-height: 50px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    text-transform: uppercase;
}

#main-footer .landing-page-h3-v2,
.landing-page-h3-v2 {
    text-align: center;
    text-transform: none;
    font-size: 24px;
    color: #333;
    font-weight: 400;
    font-family: "open_sansregular", Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.landing-page-h2-v2 {
    line-height: normal;
    font-size: 30px;
    letter-spacing: 0;
    color: #114c97;
    font-weight: 300;
    font-family: "open_sansregular", Arial, sans-serif;
    margin-bottom: 0;
    text-align: center;
    font-weight: 700;
}

.lightbg {
    background: #f2f2f1;
    padding-top: 20px;
}

.new-cloud-banner h1 {
    margin-bottom: 35px;
    font-size: 46px;
    line-height: 48px;
    color: #fff;
    font-weight: 300;

    padding-bottom: 0;

    font-family: "open_sansregular", Arial, sans-serif;
}
h1 small {
    color: #fff;
}
.new-cloud-banner p span,
.new-cloud-banner h1 span {
    color: #6bebff;
}
.new-cloud-banner {
    padding: 65px 0;
}

.new-cloud-banner p {
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    font-weight: 300;
    font-family: "open_sansregular", Arial, sans-serif;
}

.new-cloud-banner p a {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .new-cloud-banner p br {
        display: none;
    }
    .new-cloud-banner p span {
        display: contents;
    }
    .new-cloud-banner p {
        font-size: 23px;
        line-height: 32px;
    }
    .new-cloud-banner h1 {
        font-size: 45px;
        line-height: 51px;
    }
}




.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.justify-content-center {
    justify-content: center;
}

.parking_custom-box p {
    font-weight: 700;
    margin: 0;
}

.parking_custom-box {
    padding: 15px 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 9px;
    border: 1px dashed #dddddc;
}
.parking_custom-box a {
    margin-left: 10px;
}
@media (min-width: 1050px) {
    .parking_custom-box > p:nth-of-type(2) {
        border-left: 1px solid #b2b2b2;
        padding-left: 15px;
    }
}
@media (max-width: 881px) {
    .parking_custom-box {
        justify-content: center;
    }
    .parking_custom-box {
        margin-bottom: 15px;
    }
}
@media (max-width: 991px) {
    h2.landing-page-h2-v2 {
        position: relative;
        padding: 0 15px 20px 15px;
    }
    h2.landing-page-h2-v2:before {
        z-index: 0;
        content: "";
        position: absolute;
        left: 0;
        top: -20px;
        width: 15px;
        bottom: -175px;
        background: #f2f2f1;
    }
    h2.landing-page-h2-v2:after {
        z-index: 0;
        content: "";
        position: absolute;
        right: 0;
        top: -20px;
        width: 15px;
        bottom: -175px;
        background: #f2f2f1;
    }
}
#main-search {
    position: relative;
    z-index: 9;
}
@media (min-width: 555px) {
    .parking_custom-box br {
        display: none;
    }
}
@media (max-width: 554px) {
    .parking_custom-box a.underline {
        padding: 15px 0;
        /* display: block; */
        margin-left: 0;
        display: block;
    }
}
.pt-35 {
    padding-top: 35px;
}

/*VARIANTA 2*/
section.parking_domains .row > div {
    padding: 30px 0 0;
    margin: 5px;
    width: 16.8%;
    min-width: 200px;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
    background: #fff;
}
section.promotion_domains .row > div {
    padding: 30px 0 0;
    max-width: 340px;
    margin: 5px;
    width: 32%;
    min-width: 300px;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
    background: #fff;
}
section.promotion_domains .extension-box,
section.parking_domains .extension-box {
    margin-bottom: 0;
    line-height: normal;
    text-align: center;
    display: block;
    padding: 7px 10px;
    color: #333;
    /*text-transform: lowercase;*/
    font-size: 22px;
    transform: translate(-50%, 10px);
    left: 50%;
    background: transparent;
    position: relative;
    top: 0;
}
section.promotion_domains .pricelist-promo-box-price,
section.parking_domains .pricelist-promo-box-price {
    font-weight: 400;
    font-size: 39px;
    color: #114c97;
    padding-top: 0px;
    margin-top: 0px;
}
section.promotion_domains .pricelist-promo-box-price-vat,
section.parking_domains .pricelist-promo-box-price-vat {
    margin-top: -16px;
    color: #939393;
    font-style: italic;
    font-size: 10px;
}
section.promotion_domains .btn.pricelist-promo-box-button,
section.parking_domains .btn.pricelist-promo-box-button {
    padding: 15px 20px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-top: 25px;
    background: #125daa;
    border-color: #00356d;
    background-image: -moz-linear-gradient(90deg, #0f4883 0%, #1361b3 100%);
    background-image: -webkit-linear-gradient(90deg, #0f4883 0%, #1361b3 100%);
    background-image: -ms-linear-gradient(90deg, #0f4883 0%, #1361b3 100%);
    box-shadow: inset 0 -3px 0 0 rgb(0 53 109 / 0%);
    -webkit-box-shadow: inset 0 -3px 0 0 rgb(0 53 109 / 0%);
    -moz-box-shadow: inset 0 -3px 0 0 rgba(0, 53, 109, 0.004);
    -o-box-shadow: inset 0 -3px 0 0 rgba(0, 53, 109, 0.004);
}
section.promotion_domains .promo-new-badges,
section.parking_domains .promo-new-badges {
    height: 23px;
    position: absolute;
    right: -5px;
    top: 15px;
    width: 86px;
}
section.promotion_domains .promo-new-badges-text,
section.parking_domains .promo-new-badges-text {
    position: absolute;
    right: 3px;
    top: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.f-ribbon.f-ribbon-1 {
    background: #8fc722;
}
.f-ribbon {
    color: #fff;
    /* width: 128px; */
    padding: 4px 8px 5px 30px;
    position: absolute;
    top: 5px;
    text-align: center;
    border-top-left-radius: 3px;
    background: #c73922;
    right: -6px;
    font-size: 14px;
}
.f-ribbon.f-ribbon-1:before {
    border-top: 6px solid #618913;
}
.f-ribbon.f-ribbon-2:before {
    border-top: 6px solid #8d5a20;
}
.f-ribbon:before {
    height: 0;
    width: 0;
    right: 0;
    bottom: -6px;
    border-right: 6px solid transparent;
}
.f-ribbon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 15px solid white;
    border-top: 17px solid transparent;
    border-bottom: 15px solid transparent;
}
.f-ribbon:before,
.f-ribbon:after {
    content: "";
    position: absolute;
}
span.fullPriceStrike {
    display: block;
    font-size: 14px;
    line-height: 0;
    margin-top: 26px;
    text-decoration: line-through;
    margin-bottom: -5px;
    color: #939393;
}
.pricelist-promo-box-price-vat {
    min-height: 17px;
}

.promotion_disclaimer {
    padding: 15px;
}

.promotion_disclaimer p {
    margin: 0;
    text-align: center;
    font-size: 12px;
}
.pricelist-promo-box-price sup {
    font-size: 13px;
    left: 5px;
    top: -7px;
    position: relative;
    color: #333;
}
@media (max-width: 580px) {
    section.promotion_domains .row > div,
    section.parking_domains .row > div {
        width: 100%;
        max-width: 100%;
    }
    section.promotion_domains .lightbg.pt-35 {
        padding-top: 0;
    }
}
.pricelist-promo-box-price > small {
    display: block;
    font-size: 14px;
    line-height: 0;
    margin-top: 26px;
    text-decoration: line-through;
    margin-bottom: -5px;
    color: #939393;
}
section.promotion_domains.d-none {
    display: none;
}
