﻿/* ------------------------------------------------------------ *\
        Reset
\* ------------------------------------------------------------ */

* {
    padding   : 0;
    margin    : 0;
    outline   : 0;
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

html,
body {
    height: 100%;
}

html {
    overflow-y              : scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust    : 100%;
    text-size-adjust        : 100%;
}

body {
    font-smoothing: antialiased;
}

img {
    border        : 0;
    vertical-align: middle;
}

small {
    font-size: 80%;
}

button,
input,
select,
textarea {
    font-family   : inherit;
    font-size     : inherit;
    color         : inherit;
    font-smoothing: antialiased;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border : 0;
}

button {
    overflow: visible;
}

textarea {
    overflow: auto;
    resize  : none;
}

table {
    border-collapse: collapse;
    border-spacing : 0;
}

th,
td {
    padding: 0;
}

p:last-child {
    margin-bottom: 0;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow     : 0 3px 8px rgba(194, 192, 189, .35), 0 0 0px 1000px #fff inset;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin            : 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

button:focus {
    outline: 0;
}

ul,
ol {
    list-style: none;

}

strong {
    font-weight: bold;
    font-weight: 700;
}

/* ------------------------------------------------------------ *\
  Base
\* ------------------------------------------------------------ */

.yeseva-one-regular {
  font-family: "Yeseva One", serif;
  font-weight: 400;
  font-style: normal;
}

body {
    background    : #fff;
    font-family: "Roboto", Verdana, Tahoma, sans-serif;
    font-size     : 16px;
    line-height   : 1.4;
    color         : #828282;
    position      : relative;
    font-weight   : 400;
}

body,
body.modal-open {
    padding-right: 0 !important;
}

a {
    color          : inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

a:focus {
    outline: none;
}

a:hover,
a:focus,
a:active:focus,
a.active:focus,
a.focus,
a:active.focus,
a.active.focus {
    outline        : 0;
    outline-offset : 0;
    text-decoration: none;
}

h1 {
    font-size          : 70px;
    color              : #fff;
    font-weight        : 400;
    /* line-height        : 1.3; */
    font-family: "Yeseva One", serif;
    margin-bottom      : 40px;

}

h2 {
    /* font-size     : 67px; */
    font-size     : 53px;
    font-weight        : 400;
    color         : #2D2D2D;
   font-family: "Yeseva One", serif;
}

h2.big {
    font-size     : 67px;
}

h3 {
    font-size: 48px;
    font-weight        : 400;
    color      : #2D2D2D;
    font-family: "Yeseva One", serif;
}

h4 {
    font-size  : 34px;
    font-weight        : 400;
   font-family: "Yeseva One", serif;
}

h5 {
    font-size  : 25px;
    font-family: "Yeseva One", serif;
}

h6 {
    font-size  : 20px;
    font-family: "Yeseva One", serif;
}

ul,
ol {
    list-style: none;
}

ul.list-initial,
ol.list-initial {
    list-style          : initial;
    padding             : initial;
    padding-inline-start: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    /* line-height: 1.1; */
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child {
    margin-bottom: 0;
}

.orange_gc {
    color: #F6921E;
}

/* ------------------------------------------------------------ *\
                Btn Menu
\* ------------------------------------------------------------ */

.btn-menu {
    display    : inline-block;
    height     : 9px;
    padding-top: 9px;
}

.btn-menu span {
    position  : relative;
    display   : block;
    width     : 25px;
    height    : 15px;
    border-top: 3px solid #000000;
}

.btn-menu span:before,
.btn-menu span:after {
    position  : absolute;
    width     : 25px;
    height    : 3px;
    background: #000000;
}

.btn-menu span:before {
    top: -11px;
}

.btn-menu span:after {
    top: 6px;
}

.btn-menu span:before,
.btn-menu span:after,
.btn-menu span {
    -webkit-transition: all .3s linear;
    transition        : all .3s linear;
}

.btn-menu.active span {
    border-color: transparent;
}

.btn-menu.active span:before,
.btn-menu.active span:after {
    background: #000000
}

.btn-menu.active span:before {
    -webkit-transform: rotate(45deg) translate(5px, 6.5px);
    transform        : rotate(45deg) translate(5px, 6.5px);
}

.btn-menu.active span:after {
    -webkit-transform: rotate(-45deg) translate(4.5px, -7px);
    transform        : rotate(-45deg) translate(4.5px, -7px);
}


/* ------------------------------------------------------------ *\
        Btn 
\* ------------------------------------------------------------ */

.btn.btn-cta {
    min-width: 185px;
    height: 57px;
    line-height: 56px;
    border-radius: 10px;
    background-color: #11B938;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    padding: 0 5px;
    -webkit-transition: all .3s;
    -o-transition     : all .3s;
    transition        : all .3s;
}

    .btn-cta:focus,
    .btn-cta:active,
    .btn-cta:hover {
        background: #228B3A;
    }



.btn.btn-gc-min {
    min-width  : 103px;
    height     : 44px;
    line-height: 44px;
    font-size  : 16px;
}

.btn.btn-gc:hover {
    background-color     : #D27C18;
    color                : #fff;
    /* border            : 2px solid #D27C18; */
    -webkit-transition   : all .3s linear;
    transition           : all .3s linear;
}


.links_gc {
    color          : #F6921E;
    text-decoration: underline;
}

a.links_gc:hover,
a.links_gc:focus,
a.links_gc:active:focus,
a.links_gc.active:focus,
a.links_gc.focus,
a.links_gc:active.focus,
a.links_gc.active.focus {
    text-decoration: none;
    color          : #F6921E;
}

.green-link {
    color: #32B450;
    text-decoration: underline;
}

a.green-link:hover,
a.green-link:focus,
a.green-link:active:focus {
    text-decoration: underline;
    color          : #228B3A;;
}

.btn-gc-snow img {
    position: absolute;
    top     : -7px;
    left    : 0;
}

.btn-gc.btn-gc-ghost {
    background-color  : #FFFFFFBF;
    border            : 2px solid #1D8C93;
    border-radius     : 8px;
    color             : #1D8C93;
    -webkit-transition: all .3s linear;
    transition        : all .3s linear;

    margin-left: 24px;
}

.btn-gc-ghost.btn-gc-snow img {
    position: absolute;
    top     : -17px;
    right   : 0;
    left    : auto;
}

.btn-gc.btn-gc-ghost:hover {
    background-color  : #193938;
    color             : #fff;
    -webkit-transition: all .3s linear;
    transition        : all .3s linear;
    border            : 2px solid #193938;
}

.btn-gc.btn-gc-dark {
    background-color: #193938;
    border-radius   : 8px;
    color           : #fff;
    border          : none;
}

.btn-gc.btn-gc-dark:hover {
    background-color: #35E2E4;
    border-radius   : 8px;
    color           : #193938;
    border          : none;
}



/* ------------------------------------------------------------ *\
        Helpers 
\* ------------------------------------------------------------ */

.ml--125 {
    margin-left: -125px;
}

.ml--265 {
    margin-left: -265px;
}

.nowrap {
    white-space: nowrap;
}

.ml-125 {
    margin-left: 125px;
}

.z-index-1 {
    z-index: 1;
}


/* ------------------------------------------------------------ *\
  Wrapper
\* ------------------------------------------------------------ */

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}

.wrapper {
    overflow: hidden;

    padding-top: 0;
}

/*  header */
.header-gc {
    background: #fff;
    position  : fixed;
    top       : 0;
    left      : 0;
    right     : 0;
    z-index   : 9999;
    padding   : 12px 0;
    padding-top: 20px;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    /* min-height: 100px; */
    min-height: 117px;

    display: flex;
    align-items: center;

    /* margin-top        : 15px; */
    -webkit-transition: all .3s;
    -o-transition     : all .3s;
    transition        : all .3s;
}

.header-content {
    display: none;
}

.header-gc.header-fixed {
    margin-top        : 0;
    -webkit-transition: all .3s;
    -o-transition     : all .3s;
    transition        : all .3s;
}

/* ------------------------------------------------------------ *\
  Navigation
\* ------------------------------------------------------------ */
.nav-gc {
    padding        : 25px 0 25px;
    margin-top: 10px;
}

.nav-gc ul {
    display      : -webkit-flex;
    display      : flex;
    align-items  : center;
    margin-bottom: 0;
}

.nav-gc li:first-child {
    margin-left: 0px;
}

.nav-gc li+li {
    margin-left: 40px;
}

.nav-gc a {
    font-size  : 15px;
    color: #2D2D2D;
    font-weight: normal;
    position   : relative;
    display    : inline-block;
    font-family: "Roboto", Verdana, Tahoma, sans-serif;
}

.nav-gc a:after {
    content           : '';
    display           : inline-block;
    background        : #32B450;
    height            : 4px;
    position          : absolute;
    bottom            : -39px;
    left              : 0;
    right             : 0;
    -webkit-transition: all .3s;
    -o-transition     : all .3s;
    transition        : all .3s;
    opacity           : 0;
    visibility        : hidden;
}

.nav-gc .current a,
.nav-gc a:hover {
    color: #000;
    /* font-weight: 700; */
}

.nav-gc .current a:after,
.nav-gc a:hover:after {
    opacity   : 1;
    visibility: visible;
}

.main {
    /* padding-top: 117px; */
    padding-top: 117px;
}

/* ------------------------------------------------------------ *\
  Intro
\* ------------------------------------------------------------ */

.intro-gc .intro-gc-bg{
    background: url(../../../img/site/landing/koleda25/header-intro-min.png) center bottom no-repeat;
    background-size: initial;
    width: 1920px;
    height: 1164px;
    /* display: flex; */
    max-height: calc(100vh - 117px);
    /* align-items: center; */
    position: relative;
    margin: 0 auto;
}

.intro-backround-image {
    text-align: center;
    width: 1920px;
    height: auto;
    position: relative;
    z-index: 0;
}

.intro-gc .intro-subtitle {
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    /* padding-right: 80px; */
    max-width: 92%;
}

.intro-gc .container {
    position      : relative;
    margin-bottom: 96px;
}

.intro-gc-actions {
    margin: 50px 0 0;
}

/* .intro-image {
    position  : absolute;
    text-align: center;
    right: -35%;
    bottom: 7%;
    border-radius: 0 0 96px 0;
    overflow: hidden;
} */

.intro-content {
    padding-top: 200px;
}

.intro-gc .scroll-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 26px;
}



/* ------------------------------------------------------------ *\
 Section
\* ------------------------------------------------------------ */
.section-gc {
    padding  : 83px 0;
    font-size: 18px;
}

.section-gc p.small-font {
    font-size: 16px;
}

.section-grey-gc {
    background-color: #F3F3F3;
}


.section-gc .section-head {
    margin-bottom: 56px;
}

.section-gc .section-title {
    /* margin-bottom: 50px; */
    margin-bottom: 45px;
}

.section-gc .section-subtitle {
    margin-bottom: 40px;
}

.section-gc .section-content {
    margin-bottom: 40px;
}

/* Section-Prizes */
.section-prizes .section-title {
        margin-bottom: 35px;
    }

.section-prizes .section-image-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-left: -15px;
}

.section-prizes .section-image-outer .section-image {
    margin: 15px 15px;
    border-radius: 38px;
    -webkit-transition: all .3s;
    -o-transition     : all .3s;
    transition        : all .3s;
}

.section-prizes .section-image-outer .section-image:hover {
    box-shadow: 4px 15px 28px -1px rgba(15, 50, 23, 0.27);
    transform: scale(1.02);
}

.section-prizes .section-image-card {
    margin: 18px 15px 18px 0px;
     -webkit-transition: all .3s;
    -o-transition     : all .3s;
    transition        : all .3s;
    position: relative;
    z-index: 2;
}

.section-prizes .section-image-card:after {
    content: '';
    position: absolute;
    width: 98%;
    height: 100%;
    border-radius: 10px;
    background-color: transparent;
   
    box-shadow: 10px 14px 35px 0 rgba(34, 3, 10, 0.47);
    z-index: -1;
    left: 50%;
    transform: translateX(-49%);
    opacity: 0;
     -webkit-transition: all .3s;
    -o-transition     : all .3s;
    transition        : all .3s;
}

.section-prizes .section-image-card:hover {
    transform: scale(1.02);
}

.section-prizes .section-image-card:hover:after {
    opacity: 1;
}

.section-prizes .section-image-card-outer {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: start;
    margin-left: -54px;
}

.section-prizes .section-head {
    margin-bottom: 65px;
}

/* Section Generator */
.section-generator {
    padding-bottom: 80px;
}

.section-generator .section-image {
    display: flex;
    justify-content: center;
}

.section-generator .section-content {
    margin-top: 40px;
}

.section-generator .section-head {
    margin-bottom: 50px;
}

/* Section-gc-Gift */
.section-gc-gift {
   margin-top: 70px;
}

.section-gc-gift .section-content {
   margin-bottom: 0;
   margin-left: 6px;
}

.section-gc-gift .section-content p.small-font {
    width: 90%;
}

.section-gc-gift .section-image {
    margin-left: -386px;
}

.section-gc-gift .section-title {
    margin-bottom: 34px;
}

.section-gc-gift .bottom-notes {
    font-size: 13px;
    color:#999494;
    line-height: 1.53;
}

.section-gc-gift .list-icons-outer {
    display: flex;
    flex-direction: row;
    margin-top: 48px;
    margin-bottom: 30px;
}

.section-gc-gift .list-icons li + li {
    margin-top: 18px;
}

/*  SECTION-GC-WINNERS */
.section-gc-winners {
    margin-bottom: 35px;
    /* padding-top: 30px; */
}

.section-gc-winners .section-head {
    margin-bottom: 35px;
}

.section-gc-winners p.small-font {
    width: 60%;
    margin: 0 auto;
}


/* SECTION-GC-GIVAWAY */
.section-gc-givaway .section-image {
    margin-left: -123px;
}

.section-gc-givaway p {
    /* padding-right: 140px; */
    width: 80%;
}

.section-gc-givaway .section-content {
    padding-bottom: 40px;
    margin-left: 20px;
}

/* SECTION-GC-BUY */
.section-gc-buy p {
    /* padding-right: 40px; */
}

.section-gc-buy .section-content{
    margin-bottom: 0;
    margin-top: 75px;
}


/* SECTION-GC-CALLOUT */
.section-gc-callout {
    /* margin-top: 30px; */
    background: linear-gradient(to bottom, #f3f3f3 50%,#0c2f14 50%,#0c2f14 100%);
}

.section-gc-callout .banner-outer {
    background : url(../../../img/site/landing/koleda25/callout-banner.png) top center no-repeat;
    width: 1484px;
    height: 600px;
    border-radius: 96px;
    margin: 0 auto;
    background-size: cover;
}

.section-gc-callout h2 {
    font-size: 58px;
    color: #fff;
}

.section-gc-callout .section-title {
    margin-bottom: 40px;
    line-height: 1.2;
}

.section-gc-callout .section-content {
    margin-top: -45px;
    margin-bottom: 0;
}


.section-gc-callout .section-gc-actions {
    padding-bottom: 0;
    margin-bottom : 0;
}

.section-gc-callout .callout-wrapper {
    display    : flex;
    align-items: center;
    min-height: 600px;
}



.section-gc-winners .container {
    z-index: 2;
}

/* ------------------------------------------------------------ *\
  others
\* ------------------------------------------------------------ */
.list-icons {
    padding-left: 0;
    max-width: 39%;
}

.list-icons + .list-icons {
    margin-left: 20px;
}

.list-icons li {
    color: #514D4D;
    font-family: "Roboto", Verdana, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.list-icons li p {
    margin-left: 12px;
}

/* ------------------------------------------------------------ *\
  box-primary
\* ------------------------------------------------------------ */

.box-primary-text {
    padding-right: 20px;
    max-width: 65%;
    font-size: 20px;
}

.box-primary-win-outer {
    padding      : 10px 10px 0 0;
    margin-bottom: 20px;
    position     : relative;
    height       : auto;
    max-width    : 546px;
}

.box-primary-win {
    margin-bottom: 0;

    display    : flex;
    align-items: center;
    justify-content: space-between;
    /* cursor         : pointer; */
    position: relative;

    overflow: hidden;
    color: #1D1D1D;
    font-size: 20px;
    font-weight: 500;
    width: 541px;
    height: 99px;
    border-radius: 33px 33px 0 0;
    background: #ECECEC;
    border: 2px solid #ECECEC;
    padding: 10px 0 0 34px;
}

.box-primary-image-win {
    width: 175px;
    /* height: 113px; */
    position: absolute;
    right: 17px;
}

.box-primary-image-win.card {
    top: 20px;
}

.box-primary-image-win.ps {
    bottom: 10px;
}

.box-primary-image-win.nintendo {
    position: relative;
}

.box-primary-image-win.dron {
    position: relative;
}

.box-primary-image-win.game {
    bottom: -10px;
}

.box-primary-image-win img {
    width : 100%;
    max-width: 100%;
    height: auto;
}

.box-primary-image-win.part-phone-img {
    position: absolute;
    top     : 47%;
    right   : 9%;
    left    : 59%;
}

.box-primary-image-win.part-airpods-img {
    position: absolute;
    top     : 15%;
    right   : 4%;
    left    : 53%;
}

.box-primary-image-win.part-ipad-img {
    position: absolute;
    top     : 38%;
    right   : 8%;
    left    : 59%;
}

.box-primary-image-win.part-card-img {
    position : absolute;
    top      : 48%;
    right    : 6%;
    left     : 52%;
    transform: rotate(20deg);
}

.box-primary-image-win.win-cards-img {
    position: absolute;
    top     : 44%;
    right   : 3%;
    left    : 45%;
}



/* winners table */
.table-cm-winners {
    background-color: #fff;
    border-radius   : 0 0 24px 24px;
    border: 2px solid #ECECEC;
    
    font-size       : 16px;
    font-weight     : 400;
    color           : inherit;
    padding         : 45px 24px 24px;
    margin-top      : -25px;
    min-width       : 541px;

    display: none;
}

.table-cm-winners table {
    width: 100%;
    color:#514D4D;
    font-weight: 500;
    font-size: 16px;
}

.table-cm-winners th {
    color: #828282;
    font-weight: 400;
}

.table-cm-winners th,
.table-cm-winners td {
    vertical-align: top;
    padding: 5px 5px 0;
}

/* ------------------------------------------------------------ *\
  footer
\* ------------------------------------------------------------ */

.footer-gc {
    background: #0C2F14;
    color: #fff;
   
}

.footer-gc .footer-content {
    padding         : 70px 0 15px;
    
}

.footer-gc p {
    font-size  : 14px;
    font-weight: 400;
    margin-bottom: 8px;
    line-height: 1.2;
}

.footer-gc .logo-div {
    margin-bottom: 40px;
}

.footer-gc .copyright {
    font-size  : 12px;
    line-height: 1.75;
    text-align : center;
    padding-top: 63px;
    position   : relative;
}

.link-row {
    margin-top: 30px;
}


.link_footer {
    text-decoration: underline;
    color          : #fff;
    white-space    : nowrap;
    font-weight    : 400;
    font-size: 16px;
}

.link_footer:hover {
    text-decoration: none;
}

.socials-row i {
    font-size  : 22px;
    text-align : center;
    line-height: 40px;
}

.socials-gc {
    display        : flex;
    justify-content: end;
    margin-bottom  : 24px;
}

.socials-gc a {
    font-size  : 24px;
    -webkit-transition: all .3s;
    -o-transition     : all .3s;
    transition        : all .3s;
}

.socials-gc a + a {
    margin-left: 25px;
}

.socials-gc a:hover {
    transform: scale(1.1);
}

.footer-gc .contacts-row {
    text-align : right;
    line-height: 1.8;
}

.footer-gc .footer-image-outer {
    position: absolute;
}

.footer-gc .footer-image-outer-left {
    left: -700px;
    top : -400px;
}

.footer-gc .footer-image-outer-right {
    right: -550px;
    top  : -300px;
}

.footer-gc .contacts-div {
    text-align: end;
}

.footer-gc .contacts-div p {
    font-size: 16px;
    margin-bottom: 12px;
}



/* ANIMATIONS  */
.bounce2 {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0) translateX(-50%);}
	40% {transform: translateY(-20px) translateX(-50%);}
	60% {transform: translateY(-10px) translateX(-50%);}
}

/* ------------------------------------------------------------ *\
  Media
\* ------------------------------------------------------------ */
@media(max-width: 1920px) {
     h1 {
        font-size: 60px;
    }

    h2.big {
        font-size: 58px;
    }

    

    .intro-gc .intro-gc-bg {
        width: 1540px;
        height: 934px;
        background-size: cover;
    }

    .section-gc-gift .section-image {
        margin-left: -255px;
        text-align: right;
    }

    .section-gc-gift .section-image img {
        max-width: 700px;
        height: auto;
    }

    .section-gc-buy .section-image img {
        max-width: 750px;
        height: auto;
    }

}

@media(max-width: 1550px) {
    .intro-content {
        padding-top: 90px;
    }

}

@media(max-width: 1540px) {
     h1 {
        font-size: 45px;
    }

     h2.big, h2 {
        font-size: 42px;
    }

    h3 {
        font-size: 42px;
    }

    .section-gc-callout h2 {
        font-size: 45px;
    }

    .intro-gc .intro-gc-bg {
        width: 1240px;
        height: 752px;
        background-size: cover;
        display: flex;
        align-items: center;
    }

    .intro-content {
        padding-top: 0;
    }

    .scroll-arrow img {
        width: 100px;
        height: auto;
    }

    .intro-gc .intro-subtitle {
        max-width: 90%;
    }

    .section-gc-gift .section-image img {
        max-width: 550px;
    }

     .section-gc-buy .section-image img {
        max-width: 550px;
    }

    .section-gc-callout .banner-outer {
        width: 1240px;
        height: 501px;
    }

    .section-gc-callout .callout-wrapper {
        min-height: 501px;
    }

    .section-gc-callout .section-content {
        margin-left: 80px;
    }

}

@media(max-width: 1240px) {
     .intro-gc .intro-gc-bg {
        width: 100%;
        height: 752px;
        
    }

    .section-generator .section-image {
        width: 100%;
    }

    .section-generator .section-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

        .section-gc-gift .section-image {
            margin-left: 0;
            width: 100%;
        }

    .section-gc-gift .section-image img {
        max-width: 100%;
        width: 100%;
        
    }

    .section-gc-buy .section-image img {
        max-width: 100%;
        width: 100%;
    }

    .section-gc-buy .section-image img {
        max-width: 100%;
        width: 100%;
    }

    .section-gc-winners p.small-font {
        width: 100%;
    }

    .section-gc-givaway .section-image img {
        max-width: 550px;
        height: auto;
    }

    .section-gc-givaway .section-image {
        margin-left: 0;
    }

    .section-gc-callout .banner-outer {
        width: 95%;
    }
}

@media(max-width: 1199px) {
    .intro-gc .intro-gc-bg {
       height: 652px;
    }

    h1 {
        font-size: 38px;
    }

    h2.big, h2, .section-gc-callout h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 32px;
    }

    .intro-gc .intro-subtitle {
        font-size: 20px;
        max-width: 80%;
    }

    .header-gc {
        display: block;
        min-height: 90px;
    }

    .main {
        padding-top: 90px;
    }

     /* Navigation */
    .header-gc .btn-menu {
        position: absolute;
        right   : 15px;
        /* top     : 25px; */
        top     : 14px;

    }

    .btn-menu span {
        border-top: 3px solid #07003b;
    }

    .btn-menu span:before,
    .btn-menu span:after {
        background: #07003b;
        content   : '';
    }

    .btn-menu.active span:before,
    .btn-menu.active span:after {
        background: #07003b;
    }

    .nav-gc {
        background        : #fff;
        position          : absolute;
        top               : 81px;
        min-height        : calc(100vh - 81px);
        height            : 100%;
        overflow-y        : auto;
        display           : block;
        left              : 0;
        right             : 0;
        opacity           : 0;
        visibility        : hidden;
        -webkit-transition: all .3s;
        -o-transition     : all .3s;
        transition        : all .3s;

        padding-top: 15px;
    }

    .nav-gc.active {
        opacity     : 1;
        visibility  : visible;
        margin-right: 0;
    }

    .nav-gc ul {
        display: block;
    }

    .nav-gc ul li+li {
        margin-left: 0;
        max-width  : unset;
    }

    .nav-gc a:hover {
        opacity: .9;
    }

    .nav-gc li:first-child {
        margin-left: 0;
    }

    .header-content {
        display : block;
        position: relative;
        z-index : 2;

    }

    .nav-gc ul {
        /* max-width: 720px; */
        max-width    : 960px;
        padding-right: 15px;
        padding-left : 15px;
        margin       : 10px auto;
    }

    .nav-gc li {
        /* padding-left  : 35px; */
        padding-bottom: 10px;
    }

    .nav-gc a {
        font-size: 16px;
    }

    .nav-gc a:after {
        display: none;
    }

    .nav-gc li:last-of-type a:after {
        display: none;
    }

    /* / Navigation */


    /* .SECTION-PRIZES  */
    .section-prizes {
        padding-bottom: 0;
    }

    .section-prizes .section-image-outer {
        justify-content: center;
        margin-left: 0;
    }

    .section-prizes .section-image-card-outer {
        margin-left: 0;
    }

    .section-image-card img {
        width: 100%;
        height: auto;
        max-width: 360px;

    }

    .section-gc .section-title {
        margin-bottom: 25px;
    }

    .section-gc-gift .section-content p.small-font {
        width: 100%;
    }

    .section-gc-gift .list-icons-outer {
        margin-top: 30px;
    }

    .box-primary-win {
        width: 100%;
    }

    .box-primary-win-outer {
        max-width: 100%;
    }

    .box-primary-text { 
        max-width: 55%;
        font-size: 18px;
    }

    .section-gc-givaway .section-image img {
        max-width: 100%;
    }

}

@media(max-width: 991px) {

    .scroll-arrow img {
        width: 80px;
    }

    .section-gc {
        padding: 40px 0;
    }

    .section-prizes .section-image-outer .section-image {
        margin: 15px 0;
    }

    .section-prizes .section-image img {
        width:100%;
        height: auto;
        max-width: 360px;
    }

    .section-prizes .section-head {
        margin-bottom: 35px;
    }

    .section-generator .section-content {
        margin-top: 0;
    }

    .section-gc-gift {
        margin-top: 40px;
    }

     .section-gc-gift .section-image {
        margin-top: 40px;
     }

     .section-gc-gift br {
        display: none;
     }

    .section-gc-buy .section-image {
        margin-top: 40px;
    }

    .section-gc-buy .section-content {
        margin-top: 0;
    }

    .section-gc-winners {
        margin-bottom: 0;
    }

    .section-gc-givaway .section-content {
        padding-bottom: 0;
        margin-left: 0;
    }

    .section-gc-givaway .section-image img {
        max-width: 95%;
    }

    .section-gc-givaway .section-image {
        margin-left: -50px;
    }

    .section-gc-givaway br {
        display: none;
    }

    .section-gc-givaway p {
        width: 100%;
    }

    .section-gc-callout br {
        display: none;
    }

    .section-gc-callout .section-content {
        margin-left: 0;
    }

    .section-gc-callout .banner-outer {
        height: 400px;
    }

    .section-gc-callout .callout-wrapper {
        min-height: 400px;
    }

    .section-image-card:last-child {
        margin-bottom: 0;
    }
}


@media(max-width: 767px) {
    h1 br {
        display: none;
    }

    .intro-gc {
        overflow: hidden;
    }

    .intro-gc .intro-gc-bg{
    background: linear-gradient(229deg, #720000 0%, #1D0000 89.44%);
    }

    .intro-image {
        position: relative;
        bottom: -50px;
    }

    .intro-image img {
        width: 100%;
        height: auto;
    }

     .intro-gc .intro-gc-bg {
       height: auto;
    }

    .intro-content {
        padding-top: 40px;
    }

    .intro-gc .scroll-arrow {
        display: none;
    }

    .intro-gc .container {
        margin-bottom: 0;
    }

    .btn.btn-cta {
        height: 45px;
        line-height: 44px;
        width: 100%;
    }

    .intro-gc .intro-subtitle {
        width: 100%;
        max-width: 100%;
    }

    .list-icons {
        max-width: 100%;
        width: 100%;
    }

    .section-gc-gift .list-icons-outer {
        flex-direction: column;
        margin-top: 30px;
    }

    .list-icons + .list-icons {
        margin-left: 0px;
    }

    .section-gc-gift {
        margin-top: 30px;
    }

    .list-icons-outer .icon-holder img {
        max-width: 25px;
        height: auto;
    }

    .box-primary-text {
        font-size: 16px;
    }

    .section-gc-callout .banner-outer {
        background: linear-gradient(229deg, #720000 0%, #1D0000 89.44%);
        height: auto;

        border-radius: 48px;
    }

    .section-gc-callout .callout-wrapper {
        display: block;
         padding: 30px 40px 0;
    }

    .section-gc-callout .callout-image {
        text-align: center;
        margin-top: 20px;
    }

    .section-gc-callout .callout-image img {
        max-width: 300px;
        height: auto;
        margin: 0 auto;
    }

    .section-gc-callout .section-content {
        margin-top: 0;
        
    }

    .socials-gc {
        justify-content: start;
    }

    .footer-gc .logo-div {
        margin-bottom: 30px;
    }

    .footer-gc .contacts-div {
        text-align: start;
        margin-top: 20px;
    }

}

@media(max-width: 567px) {
    h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    h2.big, h2, .section-gc-callout h2 {
        font-size: 30px;
    }

    .intro-gc .intro-subtitle {
        font-size: 18px;
    }

    .intro-gc-actions {
        margin-top: 30px;
    }

    .box-primary-image-win {
        width: 150px;
    }

    .box-primary-win {
        padding-left: 14px;
    }

    .section-gc-givaway .section-image {
        margin-left: -10px;
    }

    .section-gc-givaway .section-image img {
        max-width: 90%;
    }

    .section-gc-callout .callout-image img {
        max-width: 100%;
    
    }
}

@media(max-width: 467px) {
    .box-primary-text {
        max-width: 50%;
    }

     .box-primary-image-win {
        width: 120px;
    }

    .section-gc {
        padding: 30px 0;
    }

    .section-gc-gift {
        margin-top: 0px;
    }

    .section-prizes .section-head {
        margin-bottom: 15px;
    }

    .section-gc-gift .section-image {
        margin-top: 20px;
    }

    .section-gc-buy .section-image {
        margin-top: 20px;
    }

    .section-gc-winners .section-head {
        margin-bottom: 5px;
    }

    .intro-content {
        padding-top: 20px;
    }

    .section-generator .section-head {
        margin-bottom: 0px;
    }

    .section-gc-gift .list-icons-outer {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
}

@media(max-width: 399px) {
    .box-primary-text {
        max-width: 55%;
        padding-right: 10px;
    }
}
