@media (max-width: 1120px) {
    
    #super_actions {
        padding: 50px 20px;
        text-align: center;
    }
    
    #super_actions li {
        width: 42%;
        display: inline-block;
        float: inherit;
        margin-bottom: 20px;
    }
    
    br {
        display: none;
    }
    
    span.br:after {
        content: " ";
    }
    
    html {
        
		-moz-transform: inherit;
		-webkit-transform: inherit;
		-o-transform: inherit;
		-ms-transform: inherit;
		transform: inherit;
		
		-moz-transform-origin: inherit;
		-webkit-transform-origin: inherit;
		-o-transform-origin: inherit;
		-ms-transform-origin: inherit;
		transform-origin: inherit;
	}
    
    body {
        min-height: auto;
    }
    
    body.body_input #container {
        background: #272525;
        max-width: 800px;
        min-width: inherit;
        width: 800px;
        margin: 0px auto !important;
        min-height: auto;
        height: auto;
    }
    
    body #container {
        background-image: none !important;
        background: #272525;
        max-width: inherit !important /* bylo 800px */;
        min-width: inherit !important;
        width: inherit !important /* bylo 800px */;
        margin: 0px auto !important;
        min-height: auto;
        height: auto;
    }
    
    #header {
        width: 100% /* bylo 800px */;
        max-width: 100% /* bylo 800px */;
        position: relative;
        height: 210px;
        background: #060402;
    }
    
    #face {
        width: 120px;
        top: 38px;
        position: absolute;
        left: 35px;
    }
    
    #name {
        position: absolute;
        left: 180px;
        top: 43px;
        font-size: 2.7vw;
        font-weight: 200;
        line-height: 4.3vw;
    }
    
    #name span {
        display: block;
        line-height: 3.3vw;
        font-size: 3.3vw;
    }
    
    #name span strong {
        display: block;
    }
    
    #contact {
        position: absolute;
        right: 27px;
        top: 38px;
    }
    
    #contact a {
        float: right;
        font-size: 2.7vw;
        text-align: right;
        margin-left: 53px;
        padding-right: 45px;
        background: no-repeat right center;
        text-decoration: none;
    }
    
    #contact a span {
        font-size: inherit;
    }
    
    #contact a#phone {
        background-image: url(../../gfx/videos/phone.png);
        background-position: right 16px;
        padding-right: 30px;
        float: right;
        display: block;
        position: absolute;
        right: 16px;
        top: 0px;
        width: 230px;
    }
    
    #contact a#email {
        background-image: url(../../gfx/videos/mail.png);
        background-position: right 18px;
        float: right;
        display: block;
        position: absolute;
        top: 75px;
        right: 0px;
        width: 230px;
    }
    
    #head_lead_desc {
        text-align: center;
        margin: 0px auto;
        width: 100% /* bylo 800px */;
        position: relative;
        height: auto;
        max-width: 100% /* bylo 800px */;
    }
    
    #head_lead_desc {
        background-position: 4px bottom;
        background-repeat: no-repeat;
    }
    
    #head_lead_desc h1 {
        font-size: 3.5vw;
        color: #54bdff;
        margin: 20px 20px;
        display: none;
    }
    
    #head_lead_desc h2 {
        padding-top: 0px;
        font-size: 6vw;
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-top: 25px;
        margin-left: 60px;
        margin-right: 60px;
        font-weight: 600;
    }
    
    #head_lead_desc #lead {
        font-size: 5vw;
        padding-top: 0;
        line-height: 5vw;
        padding-bottom: 26px;
        margin: 25px auto;
        padding-right: 60px;
        padding-left: 60px;
        font-weight: 300;
    }
    
    #head_lead_desc #desc {
        padding-top: 0;
        padding-bottom: 50px;
        margin: 0px 60px;
        font-size: 3.75vw;
        line-height: 4.375vw;
    }
    
    #video {
        background: no-repeat center;
        background-size: cover;
        width: 100%;
        height: 450px;
        float: left;
    }
    
    #video #player {
        width: 100% /* bylo 800px */;
        margin: 0;
        height: 450px;
        display: block;
        position: relative;
    }
    
    #video #player #play_it {
        position: absolute;
        width: 100% /* bylo 800px */;
        height: 450px;
        top: 0px;
        left: 0;
        cursor: pointer;
        z-index: 2;
    }
    
    #iframe {
        width: 100% /* bylo 800px */;
        height: 450px;
    }
    
    #informations #info_title {
        font-size: 5vw;
        text-align: center;
        margin-top: 25px;
    }
    
    #informations #info_desc {
        text-align: center;
        font-size: 2.5vw;
        margin-top: 25px;
        margin-left: 20px;
        margin-right: 20px;
    }
    
    #informations #info_title {
        font-size: 6vw;
        text-align: center;
        margin-top: 25px;
        font-weight: 600;
    }
    
    #informations #info_desc {
        text-align: center;
        font-size: 2.5vw;
        margin-top: 25px;
        margin-left: 60px;
        margin-right: 60px;
        line-height: 2.75vw;
    }
    
    #informations #info_form {
        width: 620px;
        margin: 50px auto 0 auto;
        clear: both;
        text-align: center;
    }
    
    #informations #info_form #info_input {
        float: left;
        width: 100%;
        margin-left: 0px;
    }
    
    /* nowe - gdy 3 zamiast 1 pola */
    #informations #info_form.demo7 {
        width: 620px;
        margin-top: 65px;
    }
    
    #informations #info_form.demo7 #info_input {
        float: left;
        width: 100% !important;
        margin-left: 0px;
    }
    
    #informations #info_form.demo7 #info_button {
        margin-top: 0px !important;
    }
    
    #informations #info_form.demo7 .demo7 span label {
        display: none !important;
    }
    
    #informations #info_form.demo7 #info_input input {
        width: 100% !important;
        padding: 15px 0 !important;
        border-radius: 7px !important;
        font-size: 5.75vw !important;
        font-weight: 300 !important;
        font-family: 'Exo 2' !important;
        text-align: center !important;
        margin-bottom: 20px;
    }
    /* end: nowe - gdy 3 zamiast 1 pola */
    
    #informations #info_form #info_input #info_input_2 {
        width: 100%;
        padding: 15px 0;
        background: #fff;
        border: none;
        border-radius: 7px;
        font-size: 5.75vw;
        font-weight: 300;
        font-family: 'Exo 2';
        text-align: center;
    }
    
    #informations #info_form #info_button {
        float: inherit;
        border-radius: 10px;
        border: 1px solid #6d9dd7;
        box-shadow: inherit;
        margin: 20px auto;
        clear: both;
        display: inline-block;
        background: #2c6ab5;
    }
    
    #informations #info_form #info_button {
        float: inherit;
        border-radius: 10px;
        border: 1px solid #6d9dd7;
        box-shadow: inherit;
        margin: 20px auto;
        clear: both;
        display: inline-block;
        background: #3366cc;
    }
    
    #informations #info_form #info_button #info_button_2 {
        border: none;
        background: none;
        width: inherit;
        height: inherit;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-size: 5.75vw;
        font-family: 'Exo 2';
        padding: 5px 75px 15px 75px;
        line-height: 5.75vw;
        text-transform: lowercase;
        font-weight: 600;
    }
    
    #informations #info_form #info_button #info_button_2 span {
        position: relative;
        margin-left: 0;
    }
    
    #informations #info_form #info_button #info_button_2 span::after {
        display: none;
        content: "";
    }
    
    #informations #info_title_2 {
        text-align: center;
        font-size: 3.625vw;
        margin-top: 8px;
        position: relative;
        font-weight: 600;
    }
    
    #informations #info_desc_2 {
        text-align: center;
        margin-top: 15px;
        font-size: 1.44vw;
        margin-left: 60px;
        margin-right: 60px;
        line-height: 1.6vw;
    }
    
    #informations {
        height: auto;
        clear: both;
        overflow: hidden;
    }
    
    .do-light {
        background-image: url(../../gfx/videos/light-bottom-solid.png);
        background-position: 285px top;
        background-repeat: no-repeat;
    }
    
    #footer {
        width: 100% /* bylo 800px */;
        margin: 40px auto 0 auto;
        padding-top: inherit;
        display: block;
        padding-bottom: 40px;
    }
    
    #footer_logo { background-size: contain; 
        background: url(https://www.dds2424.pl/frontend/web/gfx/logo_hd.png) no-repeat center;
        background-size: contain;
        display: block;
        width: 183px;
        height: 76px;
        float: inherit;
        margin: 0px auto;
        background-size: contain;
    }
    
    #footer_link {
        display: none;
    }
    
    #footer_copy {
        float: inherit;
        font-size: 1.44vw;
        margin: 20px auto 0 auto;
        text-align: center;
    }
    
    /* uid ver. */
    #options {
        display: none;
    }
    
    #ratio {
        margin: 0px auto;
        width: 100% /* bylo 800px */;
        padding: 30px 0 0 0;
        font-size: 3vw;
    }
    
    #ratio_lead {
        position: relative;
        top: 0;
        display: block;
        text-align: center;
    }
    
    #ratio_stars {
        margin: 20px auto;
        text-align: center;
        display: block;
    }
    
    #comment {
        display: none;
        margin: 0px auto;
        width: 100% /* bylo 800px */;
        padding: 0px 0 15px 0;
        font-size: 2.5vw;
        text-align: center;
    }
    
    #comment_textarea {
        border-radius: 4px;
        background: #fff;
        width: 580px;
        padding-top: 0px;
        margin-top: 15px;
        float: inherit;
        margin: 10px auto;
    }
    
    #comment_desc {
        width: 570px;
        border: none;
        height: 85px;
        margin: 4px;
        resize: none;
    }
    
    #comment_sender {
        float: inherit;
        width: 170px;
        font-size: 2.5vw;
        text-align: center;
        margin-top: 20px;
        margin: 0px auto;
    }
    
    #test-me {
        display: none;
    }
    
    input::placeholder {
        font-size: 5.0vw !important;
        line-height: 5.75vw !important;
    }
    
    /* mod 26.05.2020 */
    #showmore_categories .fieldset {
        padding: 16px;
    }
    
    #showmore_categories .fieldset:before {
        display: none;
    }
    
    #select-lang-category {
        width: 19%;
        margin-right: 1%;
        float: left;
    }
    
    #showmore_categories .fieldset .fieldset-title {
        clear: both;
        display: block;
        float: inherit;
        margin-bottom: 20px;
    }
    
    #showmore_categories .fieldset > span[data-lang_id] {
        width: 80%;
        float: left;
    }
    
    #showmore_categories .fieldset > span[data-lang_id] select {
        display: inline;
        width: 100%;
    }
    
    .do-light {
        background: none !important;
    }
    
}


.biggerIsBetter #informations #info_desc {
    font-size: 36px;
    line-height: 39px;
}

.biggerIsBetter #informations #info_title_2 {
    font-size: 36px;
    line-height: 39px;
}

.biggerIsBetter #informations #info_desc_2 {
    font-size: 24px;
    line-height: 29px;
}

.biggerIsBetter #footer_copy {
    font-size: 24px;
    line-height: 27px;
}

.biggerIsBetter .class20px {
    font-size: 28px;
}

.biggerIsBetter .class22lh {
    line-height: 32px;
}









































