body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    margin: 0;
}

a {
    text-decoration: none;
}

input {
    display: block;
}

input:focus {
    outline: none;
}

iframe {
    max-width: 100%;
}

input[type="email"] {
    width: 450px;
    padding: 15px;
    border: 1px solid #880000;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 15px;
}

input[type="submit"] {
    max-width: 225px;
    padding: 15px;
    border: 1px solid #FF0061;
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: #FF0061;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

ul li {
    padding-bottom: 15px;
}

.button {
    width: calc(100% - 50px);
    padding: 15px;
    border-radius: 4px;
    margin: auto;
    margin-bottom: 10px;
    background-color: #FF0061;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    display: block;
    text-align: center;
}

.button:hover,
input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.9;
}

.big-button {
    padding: 20px 10px;
    font-size: 18px;
    font-weight: 700;
}

.or {
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

.logo-pro {
    background: url(../../../img/events/birthday-2019/logo-kcalmar-pro-biale.png) center center no-repeat;
    background-size: 100%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 105px;
    width: 60px;
}

.green-gr {
    background-color: #5DBAB3;
}

.dot {
    padding-left: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 20px 15px;
    background-position: 0 2px;
    margin: 10px 0;
}

.ok {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-size: 20px 15px;
    background-position: 10px 2px;
    margin: 10px 0;
}

.horizontal-center {
    max-width: 300px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.first {
    margin-top: 30px;
}

.last {
    margin-bottom: 40px;
}

.white {
    color: white;
}

.white-bg {
    background-color: white;
}

.pink {
    color: #FF0061;
}

.cake {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px
}

.pink-bg-with-icons {
    background-color: #FF0061;
    background-repeat: repeat;
}

.lightgrey-bg {
    background-color: #f7f7f7
}

.big-title {
    font-size: 37px;
    padding-bottom: 35px;
    font-family: 'Roboto', sans-serif;
    max-width: 780px;
    width: 100%;
    z-index: 999;
}

.big-title strong:first-child {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    box-sizing: border-box;
    padding-left: 5px;
}

.birthday-expired{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    background-color: #5DBAB3;
    color: #fff;
    padding: 60px 0 80px 0;
    text-align: center;
}

.expired-strong{
    font-weight: bold;
    font-size: 30px;
    margin: 40px 0 20px 0;
}

.expired-normal{
    font-size: 15px;
    line-height: 24px;
}

.expired-strong br{
    display: none;
}

.birthday-expired a{
    width: 225px;
    height: 50px;
    border-radius: 24px;
    line-height: 50px;
    background-color: #FF0061;
    margin-top: 40px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.event-content{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    margin-top: 50px;
    line-height: 30px;
    color: #fff;
}

.new-font {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    padding-top: 80px;
    padding-bottom: 60px;
    font-weight: 700;
}

.row-padding {
    padding-bottom: 40px;
}

.rtng .column {
    flex-direction: column;
    align-items: center;
}

.rtng .col-6-l {
    flex: auto;
    max-width: 100%;
}

.rtng input[type="submit"] {
    border-radius: 40px;
    margin: 0 auto;
    padding: 15px 35px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.rtng input[type="email"] {
    border: none;
    max-height: 48px;
    margin-bottom: 20px;
}

.section.trainer .semi-title {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}

.section.trainer .new-font {
    padding-bottom: 40px;
    padding-top: 0;
}

.title {
    font-size: 30px;
    padding-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}

.event-title {
    background-color: #5DBAB3;
    width: 70%;
    font-family: 'Montserrat', sans-serif;
    font-size: 41px;
    margin-top: 13px;
    font-weight: 700;
    position: relative;
    height: 30px;
}

.ocean {
    color: #5DBAB3;
    font-size: 15px;
    margin-top: 5px;
    text-align: left;
    max-width: 250px;
    height: 40px;
}

.section.header .inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section.header img {
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
}

/* FOOTER */
.contact {
    background-color: #F5F5F5;
    box-sizing: border-box;
    padding-bottom: 100px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    font-size: 16px;
    color: #FFFFFF;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 30px;
}

.contact img {
    height: 100px;
    position: absolute;
    right: 0;
    bottom: -45px;
}

.contact-width {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.contact-text {
    max-width: 714px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
    color: #000000;
}

.contact-text span {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}

.contact .contact-text:nth-child(3) {
    font-size: 15px;
}

.pink-button {
    width: 200px;
    height: 48px;
    margin: 0 auto;
    border-radius: 25px;
    background-color: #FF0061;
    margin-top: 40px;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 0 20px;
    text-align: center;
    letter-spacing: 0.5px;
}

.sales-container {
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.sales-row {
    width: 250px;
    float: left;
}

.sales-photo1 {
    height: 100px;
    width: 100px;
    background-image: url(../../../img/events/birthday-2019/kontakt-malwina.jpg);
    background-repeat: no-repeat;
    border-radius: 50px;
    background-size: contain;
    flex-direction: column;
    margin: 0 auto;
}

.pink-button:hover {
    cursor: pointer;
}

.sales-contact span {
    color: #000000;
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 22px;
}

.sales-photo2 {
    height: 100px;
    width: 100px;
    background-image: url(../../../img/events/birthday-2019/kontakt-agata.jpg);
    border-radius: 50px;
    background-size: cover;
    flex-direction: column;
    margin: 0 auto;
    background-position: 6px 0;
}

.sales-photo3 {
    height: 100px;
    width: 100px;
    background-image: url(../../../img/events/birthday-2019/kontakt-magda.jpg);
    background-repeat: no-repeat;
    border-radius: 50px;
    background-size: contain;
    flex-direction: column;
    margin: 0 auto;
}

.sales-contact {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    color: #5DBAB3;
    font-weight: 700;
    line-height: 28px;
}

/* ENDFOOTER */
.line-through {
    text-decoration: line-through;
}

.event-title span {
    font-size: 41px;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    bottom: -5px;
}

.semi-title {
    font-size: 25px;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

.uppercase {
    text-transform: uppercase;
}

.text {
    padding-bottom: 5px;
}

.logo {
    height: 130px;
    width: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../../img/events/birthday-2019/logo-kcalmar-pro-biale.png);
    margin-bottom: 20px;
    margin-top: 0;
}

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

.col {
    flex-grow: 1;
}

.col-content {
    padding: 20px;
}

.col-12-l {
    flex: 1 0 calc(100% / 1);
    max-width: calc(100% / 1);
}

.col-9-l {
    flex: 1 0 calc(300% / 4);
    max-width: calc(300% / 4);
}

.col-8-l {
    flex: 1 0 calc(200% / 3);
    max-width: calc(200% / 3);
}

.col-6-l {
    flex: 1 0 calc(100% / 2);
    max-width: calc(100% / 2);
}

.col-4-l {
    flex: 1 0 calc(100% / 3);
    max-width: calc(100% / 3);
}

.col-3-l {
    flex: 1 0 calc(100% / 4);
    max-width: calc(100% / 4);
}

.after-minus-margin {
    padding-top: 50px;
}

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

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

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

.bold {
    font-weight: bold;
}

.green {
    color: #5DBAB3;
    font-family: 'Montserrat', sans-serif;
}

.grey {
    color: #ababab;
}

.container {
    max-width: 1000px;
    margin: auto;
}

.promo-percent {
    position: absolute;
    right: 200px;
    top: 52px;
    font-size: 56px;
    padding: 37px 10px;
    border: 3px solid #5DBAB3;
    border-radius: 91px;
    color: #FF0061;
}

.promo-4-u {
    position: absolute;
    left: 175px;
    top: 90px;
    font-size: 26px;
    padding: 16px 10px;
    border: 3px solid #5DBAB3;
    border-radius: 91px;
    color: #FF0061;
    transform: rotate(-15deg);
}

.inner-container {
    padding: 20px 50px;
    margin: auto;
}

.most-intrinsic-container {
    margin: auto;
    max-width: 800px;
}

.section.header {
    background-color: #F2C2C4;
    background-size: 100%;
    min-height: 330px;
}

.section-width {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
}

.section.header .container {
    position: relative;
    padding-bottom: 70px;
}

.section.header .col-content.white {
    margin-top: 20px;
}

.section.header .arrow {
    position: absolute;
    top: -11px;
    width: 121px;
    height: 67px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 92%;
    z-index: 9;
}

.row.row-mobile.shadow-card {
    background-color: white;
    padding: 15px 30px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.59);
}

.row.row-mobile.shadow-card .col {
    position: relative;
}

.green-bg {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 5px;
}

.green-bg.with-bln.sqr {
}

.green-bg.with-bln.rtng {
    background-color: #5DBAB3;
}
.green-bg.with-bln form .errorlist {
    color: white;
    list-style: none;
    padding-left: 0;
    font-weight: 500;
  text-decoration: underline;
}

.green-bg.kclmr {
}

.green-bg.kclmr form {
    margin-bottom: 45px;
}

.green-bg.kclmr .button {
    max-width: 300px;
}

.green-bg.kclmr input {
    max-width: 400px;
    margin: auto;
    margin-bottom: 10px
}

.green-bg.with-bln.rtng .title {
    padding-top: 10px;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.section.header .inner-container.salient {
    background-color: red;
    position: relative;
    top: 100px;
    margin-top: -100px;
}

.section.header .right-align div {
    padding-bottom: 5px;
}

.section.header .right-align .semi-title {
    padding-bottom: 10px;
}

.section.bounty .title {
    padding-top: 45px;
    padding-bottom: 40px;
}

.section.bounty .bounty-card .card-content {
    padding: 10px;
    margin-bottom: 30px;
}

.section.bounty .bounty-card .card-content .text-content {
    border-top: 0;
    padding: 10px;
    margin: 0 auto;
}

.bounty-img {
    height: 170px;
    background-size: 100%;
    position: relative;
}

.bounty-img.b1 {
    background-image: url(../../../img/events/birthday-2019/prezent-urodzinowy-podwyzszenie-planu-do-vip-na-2019.png);
}

.bounty-img.b2 {
    background-image: url(../../../img/events/birthday-2019/prezent-urodzinowy-bilet-na-konferencje-iez-2019.png);
}

.bounty-img.b3 {
    background-image: url(../../../img/events/birthday-2019/prezent-urodzinowy-nagranie-debaty-wwd-2019.png);
}

.bounty-img.b4 {
    background-image: url(../../../img/events/birthday-2019/prezent-urodzinowy-nagranie-wykladu-wwd-2019.png);
}

.bounty-img.b5 {
    background-image: url(../../../img/events/birthday-2019/prezent-urodzinowy-kosz-gadzetow.png);
}

.bounty-img.b6 {
    background-image: url(../../../img/events/birthday-2019/prezent-urodzinowy-6-szkolen-iez-2019.png);
}

.bounty-img.b7 {
    background-image: url(../../../img/events/birthday-2019/prezent-urodzinowy-nagranie-szkolenia-1.png);
}

.bounty-img.b8 {
    background-image: url(../../../img/events/birthday-2019/prezent-urodzinowy-nagranie-szkolenia-2.png);
}

.bounty-img.b9 {
    background-image: url(../../../img/events/birthday-2019/prezent-urodzinowy-nagranie-szkolenia-3.png);
}

.horizontal-padding {
    padding: 0 85px;
}

.label {
    background-color: #FF0061;
    position: absolute;
    transform: translateX(-50%) translateY(35%);
    left: 50%;
    top: -25%;
    padding: 5px;
    border-radius: 5px;
    display: none;
}

.label div:nth-child(1) {
    font-size: 11px;
    font-weight: bold;
}

.label div:nth-child(2) {
    font-size: 15px;
}

.inner-container.small-salient {
    background-color: #40c6a3;
    position: relative;
    top: 150px;
    margin-top: -100px;
}

.inner-container.small-salient .title {
    padding-top: 10px;
    padding-bottom: 20px;
}

.inner-container.small-salient div {
    color: white;
}

.inner-container.small-salient input[type="email"] {
    width: calc(70% - 50px);
    display: inline-block;
}

.inner-container.small-salient input[type="submit"] {
    width: calc(30% - 50px);
    display: inline-block;
    margin-left: 10px;
}

.section.opinion {
    padding-bottom: 50px;
}

.section.trainer {
    padding: 50px 0;
    padding-top: 160px;
}

.section.trainer .col {
    margin: 20px 0;
}

.section.trainer .trainer-img {
    width: 130px;
    height: 130px;
    border-radius: 70px;
    margin-bottom: 20px;
    background-size: 100%;
}

.section.trainer .trainer-img.dp {
    background-image: url(../../../img/events/birthday-2019/mateusz-gawelczyk.png);
}

.section.trainer .trainer-img.bp {
    background-image: url(../../../img/events/birthday-2019/anna-zientalska.png);
}

.section.trainer .trainer-img.db {
}

.section.trainer .trainer-img.ab {
    background-image: url(../../../img/events/birthday-2019/bartlomiej-pomorski.png);
}

.section.trainer .trainer-img.kd {
}

.section.trainer .trainer-img.mg {
}

.section.trainer .trainer-img.michal {
}

.section.trainer .trainer-img.magda {
}

.section.trainer .trainer-img.agata {
}

.section.trainer .semi-title {
    padding-bottom: 0;
}

.section.trainer .uppercase {
    padding-bottom: 20px;
}

.section.trainer .uppercase+div {
    line-height: 130%;
    text-align: left;
    max-width: 300px;
}

.section.faq {
    padding: 50px 0;
}

.section.faq ul {
    margin: 0;
}

.faq ul.green+div {
    padding-left: 40px;
    padding-bottom: 50px;
}

.section.footer {
    background-color: #FF0061;
    background-repeat: repeat;
    min-height: 300px;
}

.section.footer .footer-logo {
    background-size: 100%;
    border: 0 !important;
    background-repeat: repeat;
    margin: auto;
    margin-top: 150px;
    width: 60px;
    height: 93px;
    outline: none;
    border-image-width: 0 !important;
}

.result .logo {
    margin-bottom: 0;
}

.result .section.header .dot {
    width: 100%;
    background-size: 18px 18px;
    background-position: 0 10px;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 28px;
    margin-top: 0;
}

.result .section.header .button {
    max-width: 300px;
    margin-top: 30px;
}

.result .section.header.paid .dot {
    background-size: 29px 29px;
    background-position: 0 14px;
    padding-left: 39px;
}

.result .row.row-mobile.shadow-card {
    max-width: 500px;
    margin: auto;
}

.result .sesction.not-paid {
    padding: 30px 0;
}

.result .paid .title,
.result .paid .big-title {
    padding-bottom: 13px;
}

.result .section.paid:not(.header) .big-title:first-child {
    margin-top: 30px;
}

.result .section.paid:not(.header) .container {
    position: relative;
}

.not-paid .button {
    max-width: 340px;
    margin-top: 30px;
}

/* select gift - reuslt page*/
.section-bounty .gift-panel .bounty-card .card-content {
    margin-bottom: 0;
}

.row.row-mobile.gift-panel {
    margin-bottom: 45px;
}

.gift-panel .gift-icon {
    background-size: 11rem;
    background-repeat: no-repeat;
    background-position: center 0;
    position: relative;
    height: 250px;
    cursor: pointer;
    margin: 0rem 10px;
    border: 2px solid #FF0061;
    border-radius: 12px;
    -webkit-transition: all 400ms ease-out 200ms;
    -moz-transition: all 400ms ease-out 200ms;
    -o-transition: all 400ms ease-out 200ms;
    transition: all 400ms ease-out 200ms;
}

.gift-panel .gift-icon:hover {
    box-shadow: 0 0 10px #FF0061;
    opacity: 0.9;
}

.gift-panel .bounty-card {
    height: 320px;
}

.gift-icon .button {
    position: absolute;
    left: 50%;
    top: 180px;
    transform: translateX(-50%);
    max-width: 210px;
}

.gift-panel .card-content.fader {
    display: none;
}

.gift-msg a {
    color: #FF0061;
    font-weight: bold;
}

.gift-msg a.button {
    color: white;
    margin-top: 5px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.gift-panel .gift-icon:hover {
    opacity: 0.9;
}

.after-webinar .horizontal-center {
    max-width: 440px;
    display: flex;
    flex-wrap: wrap;
}

.after-webinar .horizontal-center .button {
    margin-top: 10px;
}

.after-webinar .ok {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-size: 20px 15px;
    background-position: 10px 2px;
    margin: 10px 0;
    width: calc(100% / 2 - 40px);
}

/*promo-*/
@media screen and (max-width: 1024px) {
    .promo-percent,
    .promo-4-u {
        display: none;
    }

    .container {
        padding: 0 20px;
    }

    .col-12-m {
        flex: 1 0 calc(100% / 1);
        max-width: calc(100% / 1);
    }

    .col-9-m {
        flex: 1 0 calc(300% / 4);
        max-width: calc(300% / 4);
    }

    .col-8-m {
        flex: 1 0 calc(200% / 3);
        max-width: calc(200% / 3);
    }

    .col-6-m {
        flex: 1 0 calc(100% / 2);
        max-width: calc(100% / 2);
    }

    .col-4-m {
        flex: 1 0 calc(100% / 3);
        max-width: calc(100% / 3);
    }

    .col-3-m {
        flex: 1 0 calc(100% / 4);
        max-width: calc(100% / 4);
    }

    .bounty-img {
        height: 120px;
    }

    .label div:nth-child(2) {
        font-size: 14px;
    }

    .horizontal-padding {
        padding: 0 90px;
    }
}

@media screen and (max-width: 1000px) {
    .event-title {
        width: 80%
    }

    .logo {
        margin-left: 70px;
    }

    .section.header .container {
        padding-top: 0;
    }

    .section.header img {
        width: 400px;
        right: 20px;
    }

    .contact img {
        right: 20px;
    }

    .event-title {
        height: auto;
    }

    .event-title span {
        position: inherit;
        bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .event-title {
        width: 90%
    }
    .bounty-img{
        background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 0 auto;
        max-width: 220px;
    }
    .sales-container{
        flex-direction: column;
    }
    .sales-row{
        margin: 0 auto;
    }
    .contact img{
        margin: 0 auto;
        position: initial;
        max-height: 100px;
        max-width: 80px;
    }
}

@media screen and (max-width: 480px) {
    .expired-strong br{
        display: flex;
    }

    .expired-normal{
        font-size: 14px;
        max-width: 296px;
    }

    .inner-container {
        padding: 20px 0;
    }

    .contact img {
        bottom: -100px;
    }

    .section.header .inner-container {
        padding: 20px 0;
    }

    .sales-row {
        float: none;
        margin-bottom: 20px;
    }

    .section.trainer .new-font {
        padding-top: 0;
        text-align: left;
    }

    .contact img {
        padding: 40px 0 20px 0;
    }

    .contact .contact-text:nth-child(3) {
        max-width: 90%;
    }

    .section.trainer {
        padding-top: 80px;
    }

    input[type="email"],
    input[type="submit"] {
        width: 100% !important;
        display: block !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-left: 0 !important;
    }

    .faq .row-mobile .col {
        flex: 1 0 100%;
        max-width: 100%;
        padding-bottom: 40px;
    }

    .row-mobile {
        flex-direction: column;
    }

    .col-12-s {
        flex: 1 0 calc(100% / 1);
        max-width: calc(100% / 1);
    }

    .col-9-s {
        flex: 1 0 calc(300% / 4);
        max-width: calc(300% / 4);
    }

    .col-8-s {
        flex: 1 0 calc(200% / 3);
        max-width: calc(200% / 3);
    }

    .col-6-s {
        flex: 1 0 calc(100% / 2);
        max-width: calc(100% / 2);
    }

    .col-4-s {
        flex: 1 0 calc(100% / 3);
        max-width: calc(100% / 3);
    }

    .col-3-s {
        flex: 1 0 calc(100% / 4);
        max-width: calc(100% / 4);
    }

    .row-mobile .col {
        flex: 1;
        max-width: 100%;
    }

    .section.header .arrow {
        display: none;
    }

    .section.header {
        background-size: 500%;
        background-position-x: center;
        background-position-y: top;
    }

    .row.row-mobile.shadow-card {
        padding: 20px;
    }

    .green-bg {
        padding: 15px;
    }

    .col-content {
        padding: 0;
    }

    .col.col-4-l.bounty-card {
        max-height: 235px;
    }

    .section.bounty .bounty-card .card-content .text-content div:not(.green) {
        min-height: 0;
        padding-bottom: 10px;
    }

    .row.row-mobile.shadow-card .col {
        flex: 1 0 100%;
    }

    .horizontal-padding {
        padding: 0 0;
    }

    .result .section.header.paid .dot {
        max-width: 200px;
    }
}

@media (min-width: 300px) and (orientation:landscape) and (max-height: 500px) {
    .bounty-img {
        background-size: contain;
    }

    .section.trainer .uppercase+div {
        max-width: 240px;
    }
    .contact {
        padding-bottom: 150px;
    }

    .contact img {
        bottom: -135px;
        padding-bottom: 20px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 400px) {
    .sales-container {
        flex-direction: column;
        align-items: center;
    }
}
