/*------------------------------------------------------------------------*/
/*  1500px                                                                */
/*------------------------------------------------------------------------*/
@media only screen and (max-width : 1440px) {

h1 { font: 300 90px/90px "Nyght Serif"; }
h2 { font: 300 72px/72px "Nyght Serif"; }
h3 { font: normal 24px/26px "Nyght Serif"; }

.container {
    width: 900px;
}
.container.big {
	padding: 0 60px;
}

body {
	font-size: 14px;
	line-height: 22px;
}

header {
    height: 60px;
}
header .social a {
    width: 40px;
    height: 40px;
    background-size: auto 16px;
}
header .menu ul li {
    margin: 0 20px;
}
header .button_menu a {
    height: 40px;
    line-height: 36px;
    padding: 0 20px;
}

section#featured .logo {
    margin: 40px auto 20px auto;
}
section#featured .logo img {
    height: 70px;
}

section#featured .text h1 span {
    font-size: 54px;
    line-height: 54px;
}
section#featured .text p {
    max-width: 480px;
    font-size: 16px;
    line-height: 22px;
    margin: 10px auto 20px auto;
}
section#featured .button {
    height: 40px;
    line-height: 36px;
    padding: 0 20px;
}

.button_wpp img {
    width: 80px;
}

section#about .text {
    width: 450px;
    padding: 45px 30px;
}
section#about .text::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
}
section#about .text p {
    font-size: 12px;
    line-height: 18px;
}

section#services {
    padding: 90px 0;
}
section#services .text span {
    font-size: 16px;
}
section#services .button {
    height: 40px;
    line-height: 36px;
    padding: 0 20px;
}

section#services .text h3 {
    margin: 30px 0 15px 0;
}
section#services .text ul li {
    padding: 0 0 30px 0;
}

section#delivery {
    margin: 90px 0;
}
section#delivery .text .left img {
    width: 100%;
}
section#delivery .text p {
    margin: 10px 0 20px 0;
}
section#delivery .button {
    height: 40px;
    line-height: 36px;
    padding: 0 20px;
}

section#products {
    margin: 90px 0 0 0;
}
section#products .title span {
    font-size: 16px;
}
section#products .title h2 {
    max-width: 540px;
}
section#products .gallery {
    margin: 30px 0 0 0;
}
section#products .controls {
    margin: 15px 0 30px 0;
}
section#products .controls ul li a {
    font: normal 12px / 40px "Switzer";
    padding: 0 20px;
}
section#products .controls ul li {
    margin: 0 5px;
}
section#products .look img {
    height: 180px;
}
section#products .look {
    height: 240px;
}
section#products .look .text p {
    font: normal 12px / 12px "Nyght Serif";
    margin: 10px 0 0 0;
}
section#products .look .text::before {
    height: 20px;
}
section#products .button {
    height: 40px;
    line-height: 36px;
    padding: 0 20px;
}

section#history .text {
    width: 450px;
    padding: 45px 30px;
}
section#history .text::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
}
section#history .text p {
    font-size: 12px;
    line-height: 18px;
}

footer {
    margin: 0;
    padding: 90px 0 0 0;
}
footer .logo_footer {
    height: 70px;
    margin: 0 auto 40px auto;
}
footer .social_footer li a::before {
    width: 40px;
    height: 40px;
}
footer .social_footer li img {
    height: 15px;
    margin: 12.5px;
}

footer .copy {
    margin: 40px 0 0 0;
    padding: 20px 0;
}









}

/*------------------------------------------------------------------------*/
/*  440px                                                                 */
/*------------------------------------------------------------------------*/
@media only screen and (max-width : 540px) {

h1 { font: 300 66px/66px "Nyght Serif"; }
h2 { font: 300 46px/46px "Nyght Serif"; }
h3 { font: normal 24px/26px "Nyght Serif"; }

header .menu,
section#services .button {
    display: none;
}
header {
    padding: 0 20px;
}

.button_wpp {
    right: 15px;
    bottom: 15px;
}

.container {
    width: 100%;
    padding: 0 20px;
}
.container.big {
    padding: 0 20px;
}

section#featured {
    height: 75vh;
}
section#featured .logo img {
    height: 50px;
}
section#featured .text h1 span {
    font-size: 36px;
    line-height: 36px;
}
section#featured .text p {
    max-width: 240px;
}

section#about {
    height: 90vh;
}
section#about .text {
    width: 100%;
}

section#products .controls ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
section#products .controls ul li {
    margin: 0 5px 10px 5px;
}
section#products .look {
    width: 50%;
}

section#services {
    text-align: center;
}
section#services .text .left,
section#services .text .right {
    width: 100%;
}
section#services .text h2 {
    max-width: 240px;
    margin: 0 auto;
}

section#history .text {
    width: 100%;
}

section#delivery .text .left,
section#delivery .text .right {
    width: 100%;
}
section#delivery .text {
    display: inline-block;
    text-align: center;
}
section#delivery .text .title {
    padding: 30px 60px 60px 60px;
}

footer .left,
footer .center,
footer .right {
    width: 100%;
    text-align: center;
}
footer .social_footer {
    width: 90px;
    margin: 20px auto 0 auto;
    text-align: left;
}
footer .social_footer li:last-child {
    margin: 0;
}
footer .copy {
    margin: 40px 0 100px 0;
    padding: 20px 0;
}
footer .copy p {
    font-size: 12px;
    line-height: 14px;
}


}

/*------------------------------------------------------------------------*/
/*  380px                                                                 */
/*------------------------------------------------------------------------*/
@media only screen and (max-width : 380px) {

	

}