* {
    padding: 0;
    margin: 0;
    font-family: "Open Sans";
}
.main-width {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 60px 10px;
}
.specials .main-width {
    padding: 60px 10px 20px 10px;
}
footer .main-width {
    padding: 40px 10px;
}
img {
    outline: none;
}
a {
    text-decoration: none;
    color: #F4BD64;
}
.break {
    clear: both;
}
.hidden {
	visibility: hidden;
}
header {
    width: 100%;
    height: 720px;
    background-image: url(dsg/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.header-menu {
    width: 100%;
    background-color: #FFF;
    position: fixed;
    z-index: 99999;
    background:rgba(255,255,255,0.9);
}
.header-menu nav {
    height: 100%;
    margin: 0 auto;
    width: 490px;
    height: 80px;
}
.header-menu nav.slide {
	height: 50px;
}
nav > .menu-left {
    float: left;
}
nav > .menu-right {
    float: left;
}
nav > .menu-left,
nav > .menu-right {
    list-style: none;
}
nav > .menu-left > li,
nav > .menu-right > li {
    display: inline-block;
}
nav > .menu-left > li > a,
nav > .menu-right > li > a {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    color: #353535;
    height: 80px;
    width: 100px;
    *background-color: #FFF;
    transition: .1s;
    text-align: center;
    line-height: 80px;
}
nav.slide > .menu-left > li > a,
nav.slide > .menu-right > li > a {
	height: 50px;
	line-height: 50px;
}

nav > .menu-left > li:hover > a,
nav > .menu-right > li:hover > a {
    color: #F4BD64;
}
nav .logo {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: relative;
    float: left;
}
nav.slide .logo {
	height: 50px;
}
nav .logo img {
    max-height: 80%;
    max-width: 80%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.header-text {
    font-size: 35px;
    font-weight: 400;
    text-align: center;
    color: #FFF;
    width: 1200px;
    margin: 0 auto;
    padding-top: 280px;
}
.header-button {
    display: block;
    margin: 0 auto;
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    box-sizing: border-box;
    width: 160px;
    height: 55px;
    border: 1px solid #FFF;
    background-color: rgba(255, 255, 255, 0.0);
    transition: .1s;
    line-height: 53px;
    margin-top: 30px;
    text-align: center;
}
.header-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.header-bottom {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background-image: url(dsg/header-bottom.png);
    background-position: center;
    background-repeat: no-repeat;
}
.content {
    font-size: 14px;
    font-weight: 400;
    color: #676767;
}
h1 {
    font-size: 30px;
    font-weight: 400;
    color: #484848;
    text-align: center;
    padding-bottom: 25px;
    background-image: url(dsg/h1-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 55px;
    margin-bottom: 50px;
}
h1.white {
    color: #FFF;
}
h2 {
    font-size: 25px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 20px;
}
.intro ul {
    list-style: none;
    margin-top: 10px;
}
.intro ul li {
    display: block;
    box-sizing: border-box;
    padding: 5px 0px 5px 20px;
    background-image: url(dsg/list-bg.png);
    background-position: left 5px top 12px;
    background-repeat: no-repeat;
}
.specials {
    background-color: #f7f7f7;
}
.special {
    float: left;
    width: 33%;
    box-sizing: border-box;
    padding: 8px 10px 8px 45px;
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    background-repeat: no-repeat;
    background-position: left top 3px;
    margin-bottom: 30px;
}
.special:nth-of-type(1) {
    background-image: url(dsg/special-tick.png);
}
.special:nth-of-type(2) {
    background-image: url(dsg/special-talk.png);
}
.special:nth-of-type(3) {
    background-image: url(dsg/special-coin.png);
}
.special:nth-of-type(4) {
    background-image: url(dsg/special-bulb.png);
}
.special:nth-of-type(5) {
    background-image: url(dsg/special-client.png);
}
.special:nth-of-type(6) {
    background-image: url(dsg/special-happy.png);
}
.wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    transition: .1s;
}
.wrapper.big {
    width: 50%;
    float: left;
}
.wrapper.small {
    width: 25%;
    float: left;
}
.wrapper:hover {
    opacity: .9;
}
.wrapper.big .inner {
    position: relative;
    padding-bottom: 25%;
}
.wrapper.small .inner {
    position: relative;
    padding-bottom: 50%;
}
.wrapper img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact {
    background-image: url(dsg/contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.contact-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.contact > div:nth-of-type(2) {
    position: relative;
    z-index: 2;
}
.contact-info {
    width: 44%;
    float: left;
}
.contact-info ul {
    list-style: none;
}
.contact-info ul li {
    display: block;
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    box-sizing: border-box;
    padding: 10px 0px 10px 35px;
    background-repeat: no-repeat;
    background-position: left top 14px;
}
.contact-info ul li:nth-of-type(1) {
    background-image: url(dsg/contact-marker.png);
}
.contact-info ul li:nth-of-type(2) {
    background-image: url(dsg/contact-phone.png);
}
.contact-info ul li:nth-of-type(3) {
    background-image: url(dsg/contact-mail.png);
}
.contact a {
    transition: .1s;
}
.contact a:hover {
    color: #FFF;
}
.contact-form {
    width: 75%;
    margin: 0px auto;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 30px;
    background-color: rgba(0, 0, 0, 0.5);
    *border: 1px solid #FFF;
    color: #FFF;
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 300;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
}
.contact-form textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 250px;
    max-height: 500px;
}
.contact-form .contact-button {
    border: 1px solid #F4BD64;
    background-color: #F4BD64;
    color: #443011;
    font-weight: 600;
    cursor: pointer;
    transition: .1s;
    text-align: center;
    padding: 12px;
}
.contact-form .contact-button:hover {
    border: 1px solid #d19d49;
    background-color: #d19d49;
}
.contact-form form input:focus,
.contact-form textarea:focus {
    outline: none;
}
::-webkit-input-placeholder {
    color: #FFF;
    font-weight: 300;
}
:-moz-placeholder {
    color: #FFF;  
    font-weight: 300;
}
::-moz-placeholder {
    color: #FFF;  
    font-weight: 300;
}
:-ms-input-placeholder {  
   color: #FFF;  
    font-weight: 300;
}
footer {
/* 	background-color: #0a0806; */
	font-size: 12px;
	color: white;
}
footer .left {
    float: left;
}
footer .right {
    float: right;
}
footer a:hover {
    color: #FFF;
}

.placeholder {
    text-align: center;
    height: 500px;
}


.calc form span {
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}
.calc form .size {
    margin-bottom: 20px;
    width: 100%;
}
.calc form .size input {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 15px;
    font-size: 15px;
    border: none;
    outline: none;
    color: #3d3d3d;
    border: 1px solid #b0b0b0;
}
.calc form .checks {
    width: 100%;
    font-size: 15px;
}
.check {
    width: 100%;
	font-size: 15px;
	position: relative;
	display: block;
	margin-bottom: 10px;
	cursor: pointer;
    box-sizing: border-box;
    padding: 10px 15px 10px 55px;
    *border: 1px solid #9d9d9d;
    border-bottom: 3px solid #FFF;
}
.check:hover {
    background-color: #f7f7f7;
    border-bottom: 3px solid #f7f7f7;
}
.check input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.check-button {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
	width: 40px;
	height: 40px;
	background-color: #ebebeb;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
    border-bottom: 3px solid #d0d0d0;
    transition: .1s;
}
.check input:hover ~ .check-button {
	background-color: #cfcfcf;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 3px solid #b2b2b2;
}
.check input:checked ~ .check-button {
	background-color: #F4BD64;
    background-image: url(dsg/check.png);
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 3px solid #dc9b2f;
}


.calc .main-width {
    width: 600px;
}


.calc .price {
    margin-top: 20px;
    text-align: right;
    font-size: 14px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding: 15px 0px;
}
.calc .price #total {
    font-size: 35px;
    color: #F4BD64;
}
.calc .price-note {
    margin-top: 20px; 
    font-size: 10px;
}

.noUi-handle {
	text-align: center;
	line-height: 38px;
	font-size: 15px;
	width: 40px!important;
	height: 40px!important;
	left: -19px!important;
	top: -12px!important;
	*font-weight: 600;
	box-shadow: none;
	border-radius: 100%;
    background: #FFF;
    cursor: default;
}
.noUi-handle::after, .noUi-handle::before {
	content: none;
}
.noUi-connect {
	background: #F4BD64;
	box-shadow: none;
	border: none;
}
#slider {
	border-radius:0;
	box-shadow: none;
	border: none;
	background: #F7F7F7;
}

.partners {
    background-color: #e4e4e4;
}
.partners h1 {
    *background-image: url(dsg/h1-bg-bw.png);
}
.partner {
    width: 20%;
    height: 100px;
    display: block;
    position: relative;
    opacity: .6;
    float: left;
    transition: .1s;
}
.partner:hover {
    opacity: 1;
}
.partner img {
    max-width: 75%;
    max-height: 80%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.fb-icon {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    background-image: url(dsg/fb-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 15px;
    right: 15px;
    position: fixed;
    opacity: .6;
}
.fb-icon:hover {
    opacity: 1;
}

.reference {
	margin-top: 50px;
}

@media only screen and (max-width:1200px) {
    
    .main-width,
    .header-text {
        width: 100%;
    }
    
}

@media only screen and (max-width:800px) {
    
    header {
        height: 500px;
    }
    .header-text {
        margin-top: 130px;
        font-size: 25px;
    }
    .header-bottom {
        display: none;
    }
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 20px;
    }
    .special {
        width: 100%;
    }
    .contact-info {
        width: 100%;
        float: none;
    }
    .contact-form {
        width: 100%;
        margin-top: 40px;
        float: none;
    }
    .contact-form input,
    .contact-form textarea {
        font-size: 14px;
    }
    .contact-info ul li {
        font-size: 14px;
        background-position: left top 12px;
    }
    .wrapper.big {
        width: 100%;
    }
    .wrapper.small {
        width: 50%;
    }
    footer .left,
    footer .right {
        float: none;
        display: block;
        text-align: center;
        margin: 5px
    }
    .partner {
        width: 33%;
        height: 100px;
    }
    
}

@media only screen and (max-width:620px) {
    
    
    .calc .main-width {
        width: 100%;
    }
    .calc form span {
        font-size: 15px;
    }
    .calc form .size input {
        font-size: 14px;
    }
    .check {
        font-size: 14px;
        padding: 10px 15px 10px 50px;
    }
    .check-button {
        width: 38px;
        height: 38px;
    }
    .calc .price #total {
        font-size: 30px;
    }
    
}

@media only screen and (max-width:500px) {
    
    .main-width {
        padding: 30px 10px;
    }
    .specials .main-width {
        padding: 30px 10px 0px 10px;
    }
    footer .main-width {
        padding: 20px 10px;
    }
    header {
        height: 250px;
    }
    .header-text {
        display: none;
    }
    .header-menu {
        height: 100px;
    }
    .header-menu nav {
        width: 305px;
    }
    nav > .menu-left > li > a,
    nav > .menu-right > li > a {
        font-size: 12px;
        height: 50px;
        width: auto;
        padding: 0px 8px;
        line-height: 50px;
    }
    nav .logo {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    h1 {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    h2 {
        font-size: 17px;
    }
    .special {
        font-size: 14px;
    }
    nav > .menu-left {
        float: left;
        margin-top: 50px;
    }
    nav > .menu-right {
        float: right;
        margin-top: 50px;
    }
    .partner {
        width: 50%;
        height: 100px;
    }
    
    
}