/*@font-face {
    font-family: "Gotham Bold";
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype');
}*/
@font-face {
    font-family: "Gotham Medium";
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot') format('embedded-opentype'),
        url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff'),
        url('../fonts/Gotham-Medium.ttf') format('truetype');
}
body {
    font-family: 'Gotham Medium';
    font-size: 18px;
}
/*h1, h2, h3 {
    font-family: 'Gotham Bold';
}*/
h1 {
    font-size: 43px;
}
h2 {
    font-size: 57px;
}
h3 {
    font-size: 30px;
}
.logo { 
    position: absolute; 
    top: 50px; 
    right: 0; 
}
.sppb-btn-default {
    color: #602E5C;
}
a.sppb-magnific-popup {
    display: inline-block;
}
.white-popup-block {
    padding: 50px 30px 0;
    border-radius: 15px;
    background-color: rgb(255 255 255 / 66%);
}
.modal-inner-block>div>div {
    margin-bottom: 50px;
}
#vyber .sppb-media {
    padding-top: 40px;
    padding-right: 17px;
    padding-bottom: 0px;
    padding-left: 18px;
}
.addon-root-modal {
    margin-top: 10px !important;
}
@media only screen and (min-width: 1200px) {
  .sppb-addon.sppb-addon-feature.monitor {
    min-height: 751px;
  }
  .sppb-addon.sppb-addon-feature.monitor .sppb-img-container {
    min-height: 307px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sppb-addon.sppb-addon-feature.monitor {
        min-height: 884px;
    }
    .float-start, .float-end {
        float: none !important;
    }
}
@media only screen and (max-width: 600px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 22px !important;
    }
    .sppb-addon-text-block .sppb-addon-content {
        font-size: 18px !important;
    }
    body {
        font-size: 16px;
    }
    .sppb-btn-custom {
        font-size: 20px !important;
    }
}