/* Medium Devices, Desktops */
@media only screen and (max-width: 1120px) {
    .actors-select_control {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 75px;
    }
    h3 {
        font-size: 20px;
    }
    .sectionhead {
        padding: 0 75px;
    }
    .calltoaction img {
        margin-left: -60px;
    }
    .bigtag {
        left: 320px;
    }
    .smalltag {
        top: 60px;
        left: 80px;
        -webkit-transform: rotate(351deg) scale(.7);
        -moz-transform: rotate(351deg) scale(.7);
        -o-transform: rotate(351deg) scale(.7);
        -ms-transform: rotate(351deg) scale(.7);
    }
    .actors-select_control {
        font-size: 16px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 980px) {
    body {
        text-align: center;
    }
    h1 {
        font-size: 75px;
    }
    h3 {
        font-size: 18px;
    }
    .santa {
        margin-right: -170px;
        overflow: hidden;
    }
    .sectionhead {
        padding: 0;
    }
    .calltoaction img {
        margin-left: 0px;
    }
    .productimg {
        margin-bottom: 20px;
    }
    .bigtag {
        top: 20px;
        left: 500px;
    }
    .smalltag {
        left: 370px;
        top: 110px;
    }
    .actors-select_control {
        font-size: 15px;
    }
    .photo-slider {
        margin: 30px auto;
    }
}

/* Smaller Devices */
@media only screen and (max-width: 800px) {
    .ded-pshen-img {
        height: 300px;
    }
    .review-grid__item {
        width: 300px;
    }
    h1 {
        font-size: 60px;
    }
    h3 {
        font-size: 16px;
        margin: 0px;
    }
    .btn-reverse {
        padding: 15px 50px;
    }
    #hero {
        height: 500px;
    }
    .santa {
        margin-right: -70px;
    }
    .control-group {
        width: 90%;
        margin: 0 auto;
        /* float: left; */
     
    }
    .review-grid__item {
        margin-bottom: 15px;
    }
}

/* Mobile Devices */
@media only screen and (max-width: 640px) {
    .sticky-container,
    .santa {
        display: none;
    }
    h1 {
        font-size: 50px;
    }
    h3 {
        font-size: 13px;
        margin: 0px;
    }
    .btn-reverse {
        padding: 10px 20px;
    }
    #hero {
        height: 360px;
    }
    #hero .container {
        padding-top: 30px;
    }
    #hero p {
        padding-top: 60px;
    }
    .bigbell {
        height: 160px;
        margin-top: -25px;
    }
    .bigtag {
        left: 450px;
    }
    .smalltag {
        left: 320px;
    }
    input,
    .btn-inverse {
        padding: 15px 30px;
        width: 85%;
        margin: 20px 0 0 0;
    }
    .CSSTableGenerator{
        width: 100%;
    }
    .form-horizontal .form-col {
    /*width: 90%;*/
    }
    .actors-select-block {
        width: 90%;
        margin: 10px 10% 30px;
    }
    .photo-slider{
        width: 100%;
    }
    .carousel-cell {
        width: 100%;
        height: 300px;
    }
    
}

/* Smaller Mobile Devices */
@media only screen and (max-width: 480px) {
    .ded-pshen-img {
        height: 280px;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 12px;
        margin: 0px;
    }
    .sectionhead p {
        font-size: 13px;
    }
    #hero {
        height: 320px;
    }
    #hero .btn {
        margin-top: 10px;
    }
    .calltoaction img {
        max-width: 100%;
    }
    .bigtag {
        left: 350px;
    }
    .smalltag {
        left: 240px;
    }
    .logo {
        font-size: 28px;
    }
    .CSSTableGenerator tr:first-child td{
        font-size: 16px;
    }
    .CSSTableGenerator td{
        padding: 8px 5px !important; 
    }
    .CSSTableGenerator .table-head_ded-snegurka:after{
    right: 43px;
    }
    h2.phone {
    font-size: 40px;
    }
    .actors-select-block {
    width: 100%;
    margin: 10px 5% 30px;
    }
    .actors-select_control {
        font-size: 14px;
    }

    .mobile-hidden {
      display: none;
    }
    .CSSTableGenerator td {
        font-size: 14px
    }
    .review-grid {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }

}

/* Even Smaller Mobile Devices */
@media only screen and (max-width: 360px) {
    h1 {
        font-size: 35px;
    }
    .btn-reverse {
        padding: 10px;
    }
    #hero .container {
        padding-top: 50px;
    }
    .optional {
        display: none;
    }
    .bigbell {
        margin-top: -50px;
    }
    .bigtag {
        left: 270px;
    }
    .smalltag {
        left: 180px;
    }
    #products {
        background: none;
    }
    .CSSTableGenerator td {
        font-size: 13px
    }
   .CSSTableGenerator tr:first-child td{
        font-size: 13px;
    }
    .actors-select_control {
        font-size: 15px;
        color: transparent !important;
    }
    .santacap {
        margin-top: -165px;
        margin-left: -85px;
    }
    .CSSTableGenerator {
        width: calc(100% + 20px);
        margin: 0px -10px;
    }
}

/* Smallest Mobile Devices */
@media only screen and (max-width: 320px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 20px;
    }
    #hero p {
        padding-top: 40px;
    }
    #overview {
        padding-top: 50px;
    }
    .bigbell {
        margin-top: -30px;
    }
    .bigtag {
        left: 230px;
    }
}