/* Page-specific styles: home. Loaded only on this page. */
.color-blue {
    color: #889FC1!important;
}
.color-grey {
    color: #818181!important;
}
.bg-grey-lite {
    background-color: #D3D9E5;
}
.is-desktop {
    display: block!important;
}
.is-touch {
    display: none!important;
}
.section-content .content-text {
    font-family: "Hero New Light";
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: 0.27px;
}
/*
* Banner
*/
#banner {
    padding: 290px 0;
    background-image: url("../../images/backgrounds/AdobeStock_240837826.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}
#banner .banner-logo-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#banner .banner-logo-center .desktop-banner-logo {
    margin-bottom: 62px;
}
.banner-logo-center .mobile-banner-logo {
    display: none;
}
/*
* Text-image-one
*/
.text-image-one {
    position: relative;
    background: #889FC1 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    padding-top: 90px;
}
.text-image-one .section-content {
    display: flex;
    justify-content: space-between;
    padding: 87px 0 137px 191px;
}
.text-image-one .section-content .content-left {
    width: 50%;
}
.text-image-one .title {
    font-family: "FreightBig Pro";
    font-size: 100px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #FFFFFF;
    line-height: 126px;
    padding-left: 9px;
    margin-bottom: 80px;
}
.text-image-one .section-content .content-text {
    width: 65%;
    padding-bottom: 52px;
    margin-bottom: 24px;
}
.section-content .content-btn {
    border: 1px solid #FFFFFF;
    color: #FFFFFF!important;
}
.text-image-one .section-content .content-right {
    position: relative;
    top: 200px;
    width: 45%;
}
.text-image-one .section-content .content-right img {
    position: absolute;
    right: 0;
    width: 100%;
    height: auto;
}
@media(max-width:1730px) {
    .text-image-one .section-content .content-left .title {
        font-size: 80px;
    }
}
@media(max-width:1425px) {
    .text-image-one .section-content .content-left .title {
        font-size: 70px;
    }
    .section-content .content-btn {
        padding: 29px 69px;
    }
}
@media(max-width:1275px) {
    .text-image-one .section-content {
        padding: 87px 0 137px 140px;
    }
    .text-image-one .section-content .content-left .title {
        font-size: 68px;
    }
}
@media(max-width:1199px) {
    .text-image-one .section-content {
        flex-direction: column;
        padding: 87px 0 137px 191px;
    }
    .text-image-one {
        padding-top: 60px;
    }
    .text-image-one .section-content {
        padding: 18px 140px 400px;
    }
    .text-image-one .section-content .content-left {
        text-align: center;
    }
    .text-image-one .section-content .content-right {
        top: 70px
    }
    .text-image-one .section-content .content-left,
    .text-image-one .section-content .content-right {
        width: 100%;
    }
    .text-image-one .section-content .content-left .title {
        line-height: 50px;
        padding-left: 0px;
        margin-bottom: 50px;
    }
    .text-image-one .section-content .content-text {
        text-align: left;
        margin-bottom: 10px;
        padding-bottom: 40px;
    }
    .section-content .content-btn {
        padding: 25px 60px;
    }
}
@media(max-width:991px) {
    .text-image-one .section-content {
        padding: 18px 100px 325px;
    }
}
@media(max-width:767px) {
    .text-image-one .section-content {
        padding: 18px 50px 240px;
    }
    .text-image-one .section-content .content-left .title {
        font-size: 60px;
    }
    .text-image-one .section-content .content-text {
        width: 100%;
    }
    .section-content .content-btn {
        padding: 23px 45px;
        font-size: 15px;
    }
}
@media(max-width:430px) {
    .text-image-one .section-content {
        padding: 18px 25px 145px 23px;
    }
    .text-image-one .section-content .content-left .title {
        font-size: 41px;
        margin-bottom: 20px;
    }
    .text-image-one .section-content .content-text {
        padding-bottom: 30px;
    }
    .text-image-one .section-content .content-right {
        width: 95%;
        top: 40px;
    }
}
/*
* Text-image-one (v-left-image)
*/
.v-left-image {
    padding: 162px 122px 171px 200px;
}
.v-left-image .section-content {
    padding: 0;
}
.v-left-image .section-header {
    text-align: left;
}
.v-left-image .title {
    margin-bottom: 72px;
    padding-left: 0;
}
.v-left-image .section-header .subtitle {
    display: inline-block;
    margin-bottom: 36px;
}
.v-left-image .section-content .content-left {
    width: 40%;
}
.v-left-image .section-content .content-text {
    width: 100%;
    padding-bottom: 52px;
    margin-bottom: 24px;
}
.v-left-image .section-content .content-right {
    position: relative;
    top: 0;
    width: 60%;
}
.v-left-image .section-content .content-right img {
    position: absolute;
    width: auto;
    height: auto;
}
.v-left-image .two-img-wrap {
    position: absolute;
    height: 805px;
    width: 566px;
}
.v-left-image .section-content .content-right img.big-img {
    left: 0;
}
.v-left-image .section-content .content-right img.small-img {
    right: -244px;
    bottom: -67px;
}
@media(max-width:1685px) {
    .v-left-image .section-content .content-right img.big-img {
        width: 490px;
        height: auto;
    }
    .v-left-image .two-img-wrap {
        height: 711px;
        width: 490px;
    }
    .v-left-image .section-content .content-right img.small-img {
        right: -244px;
        bottom: -50px;
    }
}
@media(max-width:1580px) {
    .v-left-image .section-content .content-right img.big-img {
        width: 430px;
        height: auto;
    }
    .v-left-image .two-img-wrap {
        height: 611px;
        width: 430px;
    }
    .v-left-image .section-content .content-right img.small-img {
        right: -230px;
        bottom: -66px;
    }
}
@media(max-width:1455px) {
    .v-left-image {
        padding: 162px 55px 171px 130px;
    }
}
@media(max-width:1299px) {
    .v-left-image {
        padding: 162px 55px 171px 60px;
    }
    .v-left-image .section-content .content-right img.big-img {
        width: 400px;
        height: auto;
    }
    .v-left-image .two-img-wrap {
        height: 569px;
        width: 400px;
    }
    .v-left-image .section-content .content-right img.small-img {
        right: -199px;
        bottom: -66px;
    }
}
@media(max-width:1199px) {
    .v-left-image {
        padding: 90px 55px 100px;
    }
    .v-left-image .title {
        text-align: center;
    }
    .v-left-image .section-content .content-right {
        display: flex;
        justify-content: center;
        position: relative;
        top: 0;
        width: 100%;
        padding-bottom: 66px;
        margin-bottom: 66px;
        margin-right: 200px;
    }
    .v-left-image .section-content {
        align-items: center;
    }
    .v-left-image .section-content .content-left {
        width: 90%;
    }
    .v-left-image .two-img-wrap {
        position: relative;
    }
}
@media(max-width:1199px) {
    .text-image-one .title {
        font-size: 70px;
        line-height: 80px;
        padding-left: 0px;
    }
}
@media(max-width:630px) {
    .v-left-image .section-content .content-left {
        width: 100%;
    }
    .v-left-image .section-content .content-right img.big-img {
        width: 275px;
        height: auto;
    }
    .v-left-image .section-content .content-right img.small-img {
        width: 204px;
        height: 301px;
        right: -160px;
        bottom: -45px;
    }
    .v-left-image .section-content .content-right {
        margin-right: 155px;
        padding-bottom: 100px;
        margin-bottom: 0;
    }
    .v-left-image .two-img-wrap {
        height: 391px;
        width: 275px;
    }
}
@media(max-width:480px) {
    .v-left-image {
        padding: 42px 23px 49px;
    }
    .v-left-image .title {
        font-size: 50px;
        line-height: 62px;
        padding-left: 0px;
        margin-bottom: 38px;
    }
    .v-left-image .section-content .content-text {
        font-size: 12px!important;
        line-height: 25px!important;
        letter-spacing: 0.2px;
        margin-bottom: 37px;
        padding-bottom: 0;
    }
}
@media(max-width:450px) {
    .v-left-image .section-content .content-right {
        justify-content: flex-start;
        margin-right: 0px;
    }
    .v-left-image .two-img-wrap {
        height: 284px;
        width: 200px;
    }
    .v-left-image .section-content .content-right img.big-img {
        width: 200px;
        height: auto;
    }
    .v-left-image .section-content .content-right img.small-img {
        width: 147px;
        height: 205px;
        right: -115px;
        bottom: -44px;
    }
}
/*
* v-right-image
*/
.v-right-image {
    padding: 449px 136px 188px 273px;
    background-color: transparent;
}
.v-right-image .title {
    margin-bottom: 153px;
    padding-left: 0;
    text-align: right;
    position: relative;
    /*right: 175px;*/
    width: 75%;
}
.v-right-image .section-content {
    padding: 0;
    text-align: right;
}
.v-right-image .section-content .content-left {
    width: 40%;
}
.v-right-image .section-content .content-right {
    width: 60%;
    position: relative;
    top: 0;
}
.v-right-image .section-content .content-right .two-img-wrap {
    position: relative;
    display: inline-block;
}
.v-right-image .section-content .content-text {
    width: 100%;
    padding-bottom: 52px;
    margin-bottom: 24px;
    text-align: right;
}
.v-right-image .title-bg {
    position: relative;
    display: flex;
    text-align: left;
}
.v-right-image .title-bg img {
    position: absolute;
    right: -230px;
    bottom: 70px;
}
.v-right-image .section-content .content-right img {
    position: relative;
    right: 0;
    width: auto;
    height: auto;
}
.v-right-image .section-content .content-right img.small-img {
    position: absolute;
    bottom: -165px;
    left: -250px;
    border: 10px solid white;
}
.v-right-image .section-content .content-btn {
    border: 1px solid #818181;
    color: #818181!important;
    padding: 20px 70px;
}
.v-right-image .bottom-btn {
    display: none;
}
.v-right-image .section-content .content-btn.is-desktop {
    display: inline-block!important;
}
/* Responsive safety: the text column (.content-left) comes BEFORE the image
   column (.content-right) in the DOM, so where the decorative product images
   overlap the text at narrower widths they would paint on top and hide it.
   Lift the text (and its button) above the images so it stays readable. */
.v-right-image .section-content .content-left {
    position: relative;
    z-index: 2;
}
.v-right-image .section-content .content-text {
    overflow-wrap: break-word;
}
@media(max-width:1806px) {
    .v-right-image .title {
        width: 76%;
        right: 20px
    }
}
@media(max-width:1787px) {
    .v-right-image .title {
        width: 83%;
        right: 40px
    }
}
@media(max-width:1730px) {
    .v-right-image .section-content .content-left .title {
        font-size: 100px;
    }
}
@media(max-width:1685px) {
    .v-right-image {
        padding: 250px 136px 188px 273px;
    }
}
@media(max-width:1450px) {
    .v-right-image {
        padding: 200px 136px 188px 188px;
    }
    .v-right-image .section-content .content-left .title {
        width: 84%;
        right: 105px;
        margin-bottom: 65px;
    }
    .v-right-image .section-content .content-right img.big-img {
        width: 350px;
    }
    .v-right-image .section-content .content-right img.small-img {
        width: 280px;
        bottom: -135px;
        left: -200px;
    }
}
@media(max-width:1322px) {
    .v-right-image .section-content .content-left .title {
        width: 80%;
        right: -14px;
    }
    .v-right-image {
        padding: 200px 100px 188px 100px;
    }
    .v-right-image .title-bg img {
        right: -240px;
        bottom: -43px;
    }
}
@media(max-width:1249px) {
    .v-right-image .section-content .content-left .title {
        width: 87%;
        right: 8px;
    }
}
@media(max-width:1199px) {
    .v-right-image {
        padding: 100px;
        text-align: center;
    }
    .v-right-image .section-content .content-left .title {
        width: 100%;
        text-align: center;
        right: 0;
    }
    .v-right-image .title-bg img {
        right: 38%;
        bottom: -200px;
        z-index: -1;
    }
    .v-right-image .section-content .content-left {
        width: 100%;
    }
    .v-right-image .section-content .content-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .v-right-image .text-title {
        text-align: center;
    }
    .v-right-image .section-content .content-text {
        text-align: center;
    }
    .v-right-image .section-content .content-btn.is-desktop {
        display: none!important;
    }
    .v-right-image .bottom-btn {
        display: inline-block!important;
    }
    .v-right-image .section-content .content-right .two-img-wrap {
        margin-left: 190px;
    }
    .v-right-image .title-bg img {
        right: 59%;
        bottom: -500px;
        z-index: -1;
    }
    .v-right-image .section-content {
        padding-bottom: 230px;
    }
    .v-right-image .content-btn {
        border: 1px solid #889FC1;
        color: #889FC1!important;
        display: inline-block!important;
    }
    .product-block .section-content .content-right .section-header .subtitle {
        width: 233px;
    }
}
@media(max-width: 767px) {
    .v-right-image {
        padding: 60px 50px 67px;
    }
    .v-right-image .section-content .content-text {
        padding-bottom: 0;
        font-size: 12px!important;
        line-height: 32px!important;
    }
    .v-right-image .content-btn {
        padding: 23px 45px;
        font-size: 15px;
    }
}
@media(max-width: 576px) {
    .v-right-image {
        padding: 51px 25px 67px 23px;
    }
    .v-right-image .section-content .content-left .title {
        width: 225px;
        font-size: 50px;
        line-height: 62px;
        margin: 0 auto 37px;
    }
    .v-right-image .text-title {
        font-size: 12px;
        line-height: 19px;
        letter-spacing: 3px;
        margin-bottom: 12px;
    }
    .section-content .content-text {
        font-size: 12px;
        line-height: 32px;
        letter-spacing: 0.2px;
        margin-bottom: 0;
    }
    .v-right-image .section-content .content-right {
        top: 46px;
    }
    .v-right-image .section-content .content-right img.big-img {
        width: 295px;
    }
    .v-right-image .section-content .content-right img.small-img {
        width: 199px;
        bottom: -50px;
        left: -138px;
    }
    .v-right-image .section-content .content-right .two-img-wrap {
        margin-left: 130px;
    }
    .v-right-image .title-bg img {
        right: 43%;
        bottom: -536px;
        z-index: -1;
        width: 280px;
    }
    .v-right-image .section-content {
        padding-bottom: 140px;
    }
    .v-right-image .content-btn {
        font-size: 12px;
        line-height: 19px;
    }
}
@media(max-width: 430px) {
    .v-right-image .section-content .content-right img.big-img {
        width: 210px;
    }
    .v-right-image .section-content .content-right img.small-img {
        width: 160px;
        bottom: -60px;
        left: -130px;
    }
    .v-right-image .title-bg img {
        right: 43%;
        bottom: -532px;
        z-index: -1;
        width: 210px;
    }
    .v-right-image .text-title {
        letter-spacing: 1px;
    }
    .v-right-image {
        padding: 40px 25px 67px 23px;
    }
    .v-right-image .section-content .content-text {
        line-height: 29px!important;
        margin-bottom: 0;
    }
    .v-right-image .title-bg img {
        right: 42%;
        bottom: -482px;
    }
    .v-right-image .content-btn {
        padding: 17px 27px;
        font-size: 12px;
    }
}
/*
* Text-one
*/
.text-one {
    position: relative;
    padding: 222px 208px 88px 200px;
}
.text-one .title {
    font-family: "FreightBig Pro";
    font-size: 100px;
    line-height: 124px;
    letter-spacing: 0px;
    color: #889FC1;
    margin-bottom: 100px;
}
.text-one .section-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 337px;
}
.text-one .section-content .content-left,
.text-one .section-content .content-right {
    width: 555px;
    padding: 10px;
}
.text-one .section-content p {
    font-family: "Hero New Light";
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: 0.27px;
    color: #818181;
}
.text-one .title .text-italic {
    font-family: "FreightBig Pro Italic";
}
.text-title {
    font-family: "Hero New Light";
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 4px;
    color: #889FC1;
    text-transform: uppercase;
    margin-bottom: 57px;
}
.text-one .image-blocks {
    margin-top: 100px;
}
.text-one .image-blocks .img-row > div {
    display: flex;
    padding: 8px
}
.text-one .image-blocks .img-row .side-1 {
    justify-content: flex-end;
}
.text-one .image-blocks .img-row.revert .side-1 {
    order: 2!important;
    justify-content: flex-start;
}
.text-one .image-blocks .img-row.revert .side-2 {
    justify-content: flex-end;
    order: 1!important;
}
.text-one .image-blocks .img-row > div .img-row-side-wrap {
    position: relative;
}
.text-one .image-blocks .img-row > div .img-row-side-wrap .img-text-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.text-one .image-blocks .img-row > div .img-text {
    font-family: "FreightBig Pro";
    font-size: 74px;
    line-height: 93px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.text-one .image-blocks .img-row > div .bg-colored-wrap {
    width: 311px;
    height: 311px;
}
.text-one .square-grey-light {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 854px;
    height: 1260px;
    background: #E5E5E5 0% 0% no-repeat padding-box;
    opacity: 0.36;
    z-index: -1;
}
@media(max-width:1650px) {
    .text-one .section-content {
        padding-left: 230px;
    }
    .text-one {
        padding: 120px 160px 88px 160px;
    }
}
@media(max-width:1450px) {
    .text-one .section-content {
        padding-left: 120px;
    }
    .text-one {
        padding: 80px 140px 88px 140px;
    }
}
@media(max-width:1275px) {
    .text-one .section-content {
        padding-left: 90px;
    }
    .text-one {
        padding: 80px 110px 88px 110px;
    }
}
@media(max-width:1199px) {
    .text-one {
        padding: 355px 110px 88px;
    }
    .text-one .text-title {
        text-align: center;
        margin-bottom: 40px;
    }
    .text-one .title {
        text-align: center;
        margin-bottom: 60px;
        line-height: 75px;
    }
    .text-one .section-content {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-left: 0;
    }
    .text-one .section-content .content-left,
    .text-one .section-content .content-right {
        width: 100%;
    }
}
@media(max-width: 1199px) {
    .is-desktop {
        display: none!important;
    }
    .is-touch {
        display: block!important;
    }
}
@media(max-width: 1099px) {
    .text-one {
        padding: 280px 100px 88px;
    }
    .text-one .image-blocks .img-row > div .img-wrap img {
        height: 233px;
        width: auto;
    }
    .text-one .image-blocks .img-row > div .bg-colored-wrap {
        width: 233px;
        height: 233px;
    }
    .text-one .image-blocks .img-row > div .img-text {
        font-size: 52px;
    }
}
@media(max-width: 991px) {
    .text-one {
        padding: 335px 75px 88px;
    }
    .text-one .image-blocks .img-row > div .img-wrap img {
        height: 200px;
    }
    .text-one .image-blocks .img-row > div .bg-colored-wrap {
        width: 200px;
        height: 200px;
    }
    .text-one .image-blocks .img-row > div .img-text {
        font-size: 50px;
        line-height: 62px;
    }
    .text-one .square-grey-light {
        display: none;
    }
    .text-one .image-blocks {
        margin-top: 0px;
    }
}
@media(max-width: 870px) {
    .text-one {
        padding: 260px 50px 88px;
    }
}
@media(max-width: 767px) {
    .text-one {
        padding: 330px 25px 88px;
    }
    .text-one .title {
        font-size: 80px;
        margin-bottom: 50px;
        line-height: 70px;
    }
}
@media(max-width: 700px) {
    .text-one {
        padding: 282px 25px 88px;
    }
    .text-one .image-blocks .img-row > div .img-wrap img {
        height: 150px;
    }
    .text-one .image-blocks .img-row > div .bg-colored-wrap {
        width: 150px;
        height: 150px;
    }
}
@media(max-width: 630px) {
    .text-one {
        padding: 230px 25px 88px;
    }
}
@media(max-width: 575px) {
    .text-one {
        padding: 210px 20px 88px;
    }
    .text-one .image-blocks .img-row > div .img-row-side-wrap {
        width: 100%;
    }
    .text-one .image-blocks .img-row > div .img-wrap img {
        width: 100%;
        height: 183px;
    }
    .text-one .image-blocks .img-row > div .bg-colored-wrap {
        height: 183px;
    }
    .text-one .image-blocks .img-row.revert {
        flex-direction: column-reverse;
    }
    .text-one .title {
        font-size: 67px;
        margin-bottom: 40px;
    }
    .text-one .text-title {
        font-size: 12px;
        margin-bottom: 30px;
    }
}
@media(max-width: 530px) {
    .text-one {
        padding: 180px 20px 88px;
    }
}
@media(max-width: 480px) {
    .text-one {
        padding: 150px 23px 88px;
    }
    .text-one .text-title {
        line-height: 19px;
        letter-spacing: 3px;
        margin-bottom: 12px;
    }
    .text-one .title {
        font-size: 50px;
        line-height: 62px;
        margin-bottom: 38px;
    }
    .text-one .section-content p {
        font-size: 12px;
        line-height: 25px;
        letter-spacing: 0.2px;
    }
    .text-one .section-content .content-left,
    .text-one .section-content .content-right {
        padding: 5px 0;
    }
}
/*
* product-block
*/
.product-block {
    margin: 0 94px;
    padding: 108px 211px 150px 226px;
    background-color: #889FC1;
    position: relative;
}
.product-block:after {
    content: '';
    width: auto;
    height: 535px;
    position: absolute;
    bottom: 0;
    left: -94px;
    right: -94px;
    z-index: -1;
    background-color: #FFFBF4;
}
.product-block .section-header .title {
    font-size: 150px;
    line-height: 188px;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 82px;
    padding-top: 0;
}
.product-block .section-header .subtitle {
    margin-bottom: 0;
    color: #FFFFFF;
}
.product-block .section-content {
    display: flex;
    justify-content: space-between;
}
.product-block .section-content .content-left {
    width: 63%;
    display: flex;
    flex-direction: column;
}
.product-block .section-content .content-left .img-wrap {
    display: inline-block;
    position: relative;
    border: 1px solid #FFFFFF;
    padding: 5px;
}
.product-block .section-content .content-left .img-wrap img {
    width: 100%;
    height: auto;
}
.product-block .section-content .content-left .img-wrap .img-subtitle {
    position: absolute;
    top: -38px;
    left: 36%;
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 3px;
    color: #FFFBF4;
    text-transform: uppercase;
}
.product-block .section-content .content-left .img-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
.section-content .img-bottom .prod-title {
    font-size: 35px;
    font-weight: 300;
    line-height: 44px;
    letter-spacing: 0;
    color: #FFFBF4;
}
.section-content .img-bottom .price {
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0;
    color: #FFFBF4;
    text-transform: uppercase;
}
.product-block {
    margin: 0 94px;
    padding: 108px 211px 150px 226px;
    background-color: #889FC1;
    position: relative;
}
.product-block:after {
    content: '';
    width: 100vw;
    height: 535px;
    position: absolute;
    bottom: 0;
    left: -94px;
    right: -94px;
    z-index: -1;
    background-color: #FFFBF4;
}
.product-block .section-header .title {
    font-size: 150px;
    line-height: 188px;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 82px;
    padding-top: 0;
}
.product-block .section-header .subtitle {
    margin-bottom: 0;
    color: #FFFFFF;
}
.product-block .section-content {
    display: flex;
    justify-content: space-between;
}
.product-block .section-content .content-left {
    width: 63%;
    display: flex;
    flex-direction: column;
}
.product-block .section-content .content-left .img-wrap {
    display: inline-block;
    position: relative;
    border: 1px solid #FFFFFF;
    padding: 5px;
}
.product-block .section-content .content-left .img-wrap img {
    width: 100%;
    height: auto;
}
.product-block .section-content .content-left .img-wrap .img-subtitle {
    position: absolute;
    top: -38px;
    left: 36%;
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 3px;
    color: #FFFBF4;
    text-transform: uppercase;
}
.product-block .section-content .content-left .img-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
.product-block .section-content .content-right {
    width: 35%;
    text-align: center;
    padding-top: 18px;
}
.product-block .section-content .content-right .section-header .subtitle {
    line-height: 49px;
    width: 240px;
}
.product-block .section-content .content-right .content-text {
    line-height: 27px;
    padding: 0 40px;
    margin-top: 24px;
    margin-bottom: 67px;
}
.product-block .content-btn {
    padding: 33px 49px;
}
@media(max-width: 1734px) {
    .product-block {
        padding: 108px 160px 150px 180px;
    }
}
@media(max-width: 1637px) {
    .product-block {
        padding: 108px 100px 150px 130px;
    }
}
@media(max-width: 1528px) {
    .product-block {
        padding: 108px 60px 150px 90px;
    }
}
@media(max-width: 1448px) {
    .product-block .section-content .content-right {
        padding-top: 0;
    }
    .product-block {
        padding: 108px 30px 150px 60px;
    }
    .product-block .content-btn {
        padding: 29px 39px;
    }
}
@media(max-width: 1370px) {
    .product-block .section-content .content-right .content-text {
        padding: 0 20px;
    }
    .product-block .section-content .content-right .section-header .subtitle {
        line-height: 39px;
    }
}
@media(max-width: 1288px) {
    .product-block .section-content .content-right .content-text {
        padding: 0 10px;
    }
}
@media(max-width: 1199px) {
    .product-block {
        margin: 0;
        padding: 100px 140px ;
    }
    .section-header .subtitle {
        letter-spacing: 3px;
        line-height: 19px;
    }
    .product-block .section-header .title {
        font-size: 100px;
        line-height: 140px;
    }
    .product-block .section-content .img-wrap .img-subtitle {
        display: none;
    }
    .product-block .section-content {
        justify-content: normal;
        flex-direction: column;
    }
    .product-block .section-content .content-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 80px;
    }
    .product-block .section-content .content-right {
        width: 100%;
        text-align: center;
        padding-top: 18px;
    }
    .section-header .subtitle {
        font-size: 14px;
        letter-spacing: 3px;
        line-height: 19px;
    }
    .product-block .section-content .content-right .content-text {
        width: 460px;
        margin: 35px auto;
    }
    .product-block .section-content .content-left .img-wrap {
        border: none;
        padding: 0;
    }
    .product-block .section-content .content-right .section-header .subtitle {
        width: 350px;
    }
}
@media(max-width: 767px) {
    .product-block {
        padding: 75px 100px;
    }
    .product-block .section-content .content-right .section-header .subtitle {
        line-height: 49px;
    }
}
@media(max-width: 575px) {
    .product-block {
        padding: 42px 25px 51px 23px;
    }
    .section-header .subtitle {
        font-size: 12px;
        margin-bottom: 9px;
    }
    .product-block .section-content .content-left .img-bottom {
        margin-top: 0;
    }
    .product-block .section-header .title {
        font-size: 50px;
        line-height: 62px;
        margin-bottom: 18px;
    }
    .section-content .img-bottom .prod-title {
        font-size: 25px;
        font-weight: 300;
        line-height: 32px;
        margin-top: 18px;
    }
    .section-content .img-bottom .price {
        font-size: 20px;
        line-height: 32px;
        margin-top: 19px;
    }
    .product-block .section-content .content-left {
        margin-bottom: 72px;
    }
    .product-block .section-content .content-right {
        padding-top: 0;
    }
    .product-block .section-content .content-right .section-header .subtitle {
        font-size: 13px;
        line-height: 30px;
        width: 220px;
    }
    .product-block .section-content .content-right .content-text {
        font-size: 13px;
        line-height: 27px;
        letter-spacing: 0.22px;
        padding: 0 20px;
        width: auto;
        margin: 36px auto;
    }
    .product-block .content-btn {
        font-size: 12px;
        line-height: 19px;
        padding: 19px 20px;
    }
}
