    @import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400');

    body,
    h1,
    h2,
    h3,
    p {
        margin: 0;
        padding: 0;
        font-weight: normal;
        line-height: 1;
    }

    /*tiffany*/


    #tiffany {
        font-family: 'Roboto', sans-serif;
        color: #555;
        margin-top: 96px;
    }

    .hero {
        display: flex;
        justify-content: space-between;
    }

    .hero {
        border-bottom: 0.069vw solid #979797;
    }

    .hero_left {
        width: 26.806vw;
        margin-left: 7.083vw;
        margin-top: 6.111vw;
    }

    .tiffany_title::last-line {
        line-height: 1;
    }

    .tiffany_title {
        font-size: 3.576vw;
        line-height: 1.2;
        font-weight: 100;
        color: #222;
    }

    .tiffany_title.first {
        line-height: 1;
        margin-bottom: 1.389vw;
    }

    .tiffany_p {
        font-weight: 300;
        font-size: 1.389vw;
        line-height: 1.646vw;
        margin-bottom: 1.736vw;
    }

    .tiffany_cta {
        font-size: 1.083vw;
        text-decoration: none;
        border: 0.069vw solid #777;
        padding: 0.833vw 1.667vw;
        display: inline-block;
        border-radius: 1.736vw;
        color: #555;
        transition: all ease .5s;
    }

    .tiffany_cta:hover {
        color: white;
        background-color: #555;
    }

    .hero_right {
        width: 60.139vw;
    }

    .hero_right_img {
        width: 100%;
        height: auto;
    }

    .video-responsive {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

    /**/

    .centered_container {
        width: 71.111vw;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5.556vw 0;
        border-bottom: 0.069vw solid #979797;
    }

    .centered_container.blue {
        width: 65.556vw;
        justify-content: center;
        flex-direction: column;
    }

    .centered_container.most {
        width: 47.708vw;
        justify-content: center;
        flex-direction: column;
        border-bottom: 0;
    }

    .blue_img_text_container {
        text-align: center;
        /*    display: flex;*/
    }


    .blue_banner {
        margin-bottom: 3.264vw;
    }

    .big_img {
        width: 22.222vw;
    }

    .big_img img,
    .centered_container.blue img,
    .last_banner img {
        transition: all ease .5s;
    }

    .big_img img:hover,
    .blue_banner img:hover,
    .last_banner img:hover {
        -webkit-filter: brightness(70%);
    }

    .small_img {
        width: 13.819vw;
    }

    .small_img img.img_responsive {
        margin-bottom: 1.389vw;
    }

    .right_block_container {
        width: 47.222vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .three_img_container,
    .four_img_container {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }


    .img_responsive {
        width: 100%;
        height: auto;
    }

    .brandName,
    .modelName,
    .colorsNumber {
        text-align: center;
        text-transform: uppercase !important;
        font-family: 'Roboto', sans-serif;
        color: #222;
    }

    .brandName {
        font-size: 0.972vw;
        line-height: 0.972vw;
        font-weight: 500;
        margin-bottom: 0.972vw;
    }

    .modelName {
        font-size: 0.972vw;
        line-height: 0.972vw;
        font-weight: 300;
        margin-bottom: 0.972vw;
    }

    .colorsNumber {
        font-size: 0.833vw;
        line-height: 0.833vw;
        font-weight: 300;
    }

    /**/

    .last_banner {
        width: 100%;
        margin: 6.250vw auto 3.819vw;
    }

    .last_cta_container {
        text-align: center;
        margin-bottom: 3.819vw;
    }

    /*  -- mobile --  mobile --  mobile --  mobile --  mobile --  mobile --  */

    @media screen and (max-width: 768px) {


        #tiffany {
            width: 100%;
            overflow-x: hidden;
            margin-top: 60px;
        }

        .hero {
            flex-direction: column;
        }

        .hero {
            border: 0;
            margin-bottom: 12.267vw !important;
        }

        .hero_right {
            width: 100%;
            order: 1;
            margin-bottom: 9.333vw !important;
        }

        .hero_left {
            width: 78.400vw;
            order: 2;
            margin: 0 auto;
        }

        .tiffany_title,
        .tiffany_title.first {
            font-size: 8vw;
            line-height: 1;
            text-transform: none;
            text-align: center;
            margin-bottom: 4.800vw !important;
            max-width: 85.067vw;
            margin-left: auto;
            margin-right: auto;
        }

        .tiffany_p {
            font-size: 3.200vw;
            line-height: 4.800vw;
            text-align: center;
            margin-bottom: 8vw !important;
            max-width: 85.067vw;
            margin-left: auto !important;
            margin-right: auto !important;
        }

        .cta_container {
            text-align: center;
        }

        .tiffany_cta {
            border: 0.267vw solid #777;
            border-radius: 6vw;
            font-size: 4.160vw;
            padding: 4vw;
        }

        .centered_container.infinity {
            border: 0;
        }

        .centered_container.most {
            border-bottom: 0.069vw solid #979797;
            margin-bottom: 9vw !important;
        }

        .centered_container,
        .centered_container.most {
            flex-direction: column;
            width: 100%;
            padding: 0;
        }

        .centered_container.blue {
            margin-bottom: 10vw !important;
            width: 100%;
        }

        .blue_img_text_container {
            display: flex;
            flex-direction: column-reverse;
        }

        .big_img {
            width: 100%;
            margin-bottom: 10.400vw !important;
        }

        .big_img.infinity {
            width: 85.067vw;
            margin-left: auto;
            margin-right: auto;
        }



        .right_block_container {
            width: 100%;
            margin-bottom: 5vw !important;
        }

        .right_block_container.most {
            margin-bottom: 10vw !important;
        }

        .right_block_container.unique {
            order: 2;
        }

        .big_img.unique {
            order: 1;
        }

        .three_img_container,
        .four_img_container {
            width: 52.800vw;
            margin: 0 auto;
        }

        .four_img_container {
            margin-bottom: 15vw !important;
        }

        .brandName,
        .modelName {
            font-size: 3.733vw;
            line-height: 3.733vw;
            margin-bottom: 3.733vw !important;

        }

        .colorsNumber {
            font-size: 3.200vw;
            line-height: 3.200vw;
        }

        .small_img img.img_responsive {
            margin-bottom: 11.733vw !important;
        }

        .small_img {
            margin-bottom: 9.867vw !important;
        }

        .blue_banner {
            margin-bottom: 9.333vw !important;
        }

        .last_banner {
            margin-bottom: 13.333vw !important;
        }

        .last_cta_container {
            margin-bottom: 13.333vw !important;
        }




        /*media query closing*/
    }

    /*media query closing*/










    /*  -- slick --  slick --  slick --  slick --  slick --  slick --  */

    .slick-dots li {
        width: 6vw;
        height: 6vw;
        margin: 0 1vw;
    }

    .slick-dots li button:before {
        font-size: 9.333vw;
        content: '°';
    }

    .slick-prev,
    .slick-next {
        top: 38%;
    }

    .slick-prev:before,
    .slick-next:before {
        color: #979797;
        font-size: 8vw;
    }

    .slick-next {
        right: -25%;
    }

    .slick-prev:before {
        content: ' \003C';
    }

    .slick-next:before {
        content: ' \003E';
    }

    .slick-prev {
        left: -25%;
    }




    /*  -- utility --  utility --  utility --  utility --  utility --  utility --  */

    /*  -- img hover effect --  */

    .img_wrapper {
        margin: 0 auto;
        position: relative;
    }

    .img_wrapper img {
        transition: all ease .5s;
        opacity: 1;
    }

    .img_wrapper img + img {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    a:hover .img_wrapper img {
        opacity: 0;
    }

    a:hover .img_wrapper img + img {
        opacity: 1;
    }

    /*  -- hide/show --  */

    .display-desktop {
        display: block;
    }

    .display-mobile {
        display: none;
    }

    @media screen and (max-width: 768px) {

        .display-desktop {
            display: none;
        }

        .display-mobile {
            display: block;
        }

    }

    /*  -- clear float --  */

    .clear-float {
        height: 0px;
        font-size: 0px;
        line-height: 0px;
        clear: both;
    }