html {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
* {
    outline: none;
}
body {
    font: 400 14px 'Prompt', Arial, sans-serif;
    color: #1D1D1B;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden; 
}
.wrapper {
    max-width: 1440px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}
a {
    color: #1d1d1b;
}

a:hover {
    color: #1d1d1b;
    text-decoration: none;
}
img {
    display: block;
    max-width: 100%;
}
header{
    position: relative;
    z-index: 105;
    background: #25282b;
}

#toppanel{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 30;
    height: 48px;
    box-sizing: border-box;
    color: #fff;
}
#toppanel .lang a{
    color: #fff;
}
.inner #menupanel{
    border-bottom: 3px solid #d1d1d1;
}

#menupanel{
    position: relative;
    height: 76px;
    background: #fff;
    border-bottom: 7px solid #d1d1d1;
}
.mainmenu{
    width: 100%;
    height: 76px;
    display: flex;
    justify-content: right;
    padding-left: 140px;
    align-items: stretch;
    box-sizing: border-box;
}
.mainmenu a {
    font-weight: 500;
    font-size: 19px;
    line-height: 17px;
    text-transform: uppercase;    
    text-decoration: none;
    color: #111;
    margin: auto 0 auto 45px;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
}
.mainmenu a span{
    display: block;
    padding: 9px 10px;
/*    background: #efefef; */
}
.mainmenu a:hover{
/*    color: #fff; */
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
.mainmenu a.active{
    font-weight: 700;
    border-bottom: 3px solid rgba(0, 0, 0, 0.6);
}

.mainmenu a:hover span{
/*    background: #000; */
}
.mainmenu a:hover span, .mainmenu a.active span{
/*    background: #19a4a1; */
}
#menupanel .logo {
    position: absolute;
    left: 20px;
    top: 23px;
    width: 420px;
    height: 27px;
    background: url("../img/sws-logo.png") 0 0 no-repeat;
    background-size: auto;
    z-index: 200;
}
#menupanel .logo a{
    display: block;
    width: 100%;
    height: 100%;
}
#introbanner{
    position: relative;
    background-color: #000;
    width: 100%;
    height: 703px;
}
.bnr{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.b01{
    background: #000 url("../img/front-slide1.jpg") 50% 50% no-repeat;
}
.b02{
    background: #000 url("../img/front-slide2.jpg") 50% 50% no-repeat;
}
footer .logo {
    width: 402px;
    height: 26px;
    background: url("../img/sws-logo-gray.png") 0 0 no-repeat;
    background-size: 402px auto;
    flex-shrink: 0;
}
footer{
    position: relative;
    z-index: 100;
    background: #000;
    color: #fff;
}
#about, #page{
    font-size: 20px;
    padding: 60px 0 100px 0;
}
#about h2, #page h2{
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    color: #19a4a1;
    position: relative;
    padding: 20px 0 40px 0;
    margin: 0 0 0 -55px;
}
#page h2{
    font-size: 30px;
    margin: 0 0 0 -45px;
}
#about h2 span, #page h2 span{
    position: relative;
    border-bottom: 5px solid #19a4a1;
    padding: 0 0 8px 55px;
}
#page h2 span{
    border-bottom: 5px solid #19a4a1;
    padding: 0 0 5px 45px;
}
#about .wrapper{
    background: url("../img/nylander.jpg") 100% 0 no-repeat;
}
#page.company{
    background: url("../img/tkachuk.jpg") 50% 100px no-repeat;
}
#page.sherwood{
    background: url("../img/sherwood.jpg") right 0 top 10px no-repeat;
}
#page .wrapper{
}
#about .content, #page .content{
    width: 55%;
    min-height: 750px;
}
.btn{
    background: #19a4a1;
    color: #fff;;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    padding: 19px 0;
    text-decoration: none;
    display: block;
    width: 100%;
    max-width: 200px;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
}
.btn:hover{
    background: #000;
    color: #fff;;
}
.ftr{
    display: flex;
    padding: 60px 0;
}
.footernav{
    display: flex;
    width: 100%;
    padding-left: 50px;
}
.ftr .block{
    width: 25%;
    box-sizing: border-box;
    padding-left: 20px;
}
.ftr .block h4{
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}
.ftr .block h4 a{
    color: #fff;
    text-decoration: none;
}
.ftr .block h4 span, .ftr .block h4 a{
    border-bottom: 3px solid #666;
    padding-bottom: 6px;
}
.ftr .block .links{
    display: flex;
    flex-direction: column;
}
.ftr .block .links a{
    font-size: 14px;
    color: #fff;
    padding: 5px 0;
}
.bc{
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}
.mobilemenuico{
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    display: none;
    z-index: 2;
    position: absolute;        
    top: 15px;
    left: 10px;
}
.mobilemenuico span {
    display: block;
    background-color: #fff;
    width: 25px;
    height: 2px;
    transition: 0.5s;
    position: relative;
    top: 0;
}
.mobilemenuico span:not(:last-child) {
    margin-bottom: 6px;
}
.mobilemenuico.open span:nth-child(1) {
    transform: rotate(-45deg);
    top: 8px;
}
.mobilemenuico.open span:nth-child(2) {
    opacity: 0;
}
.mobilemenuico.open span:nth-child(3) {
    transform: rotate(45deg);
    top: -8px;
}
#serv{
    background: #e4e8eb;
    padding: 100px 0 150px 0;
    display: none;
}
#serv h2{
    font-weight: 600;
    font-size: 34px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    margin: 0 0 45px 0;
    color: #25282b;
    text-align: center;
}
.entries{
    display: flex;
}
.entries .entry{
    width: 25%;
    font-weight: 300;
    font-size: 18px;
    padding: 100px 20px 0 0;
}
.entries .entry.expert{
    background: url("../img/i-expert.png") 0 0 no-repeat;
}
.entries .entry.price{
    background: url("../img/i-price.png") 0 0 no-repeat;
}
.entries .entry.shipping{
    background: url("../img/i-shipping.png") 0 10px no-repeat;
}
.entries .entry.return{
    background: url("../img/i-return.png") 0 10px no-repeat;
}
.entries .entry h4{
    font-weight: 800;
    line-height: 1.1;
    font-size: 30px;
    padding: 0 0 15px 0;
    margin: 0 0 5px 0;
    color: #19a4a1;
}
.contactform{
    padding: 20px 0 0 0;
    max-width: 550px;
}
.contactform .btn.order{
    margin: 10px 0 30px 0;
    font: 700 15px 'Prompt', Arial, sans-serif;
    line-height: 17px;
    max-width: 150px;
    text-align: center;
}
.contactform .inputs{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 640px;
}
.contactform .inputs {
    max-width: 1100px;
}
.contactform .input_label{
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0;
    max-width: 375px;
}
.contactform .input_label.message{
    max-width: 675px;
}
.contactform .input_label input, .contactform .input_label textarea{
    display: flex;
    align-items: center;
    padding: 12px 11px 12px 15px;
    width: 100%;
    position: relative;
    transition: 0.5s;
    background: #efefef;
    border: 2px solid #adadad;
    box-sizing: border-box;
    border-radius: 2px;    
    font: 400 18px 'Prompt', Arial, sans-serif;
    line-height: 22px;
    color: #252525;
    box-shadow: none;
    user-select: none;
    resize: none;
    border-radius: 5px;
}
.contactform .input_label textarea{
    padding: 10px 15px;
    min-height: 130px;
}
.tel{
    padding: 20px 0;
}
#page.contacts .wrapper{
    display: flex;
}
.addr{
    padding: 120px 0 20px 20px;
}

.map{
    padding: 137px 0 20px 20px;
}
.map img{
    max-width: 100%;
    max-height: 100%;
}
.mobile_menu.open {
    display: block;
}
.mobile_menu {
    display: none;
    position: fixed;
    border-top: 1px solid #8D8D8D;
    top: 48px;
    left: 0;
    right: 0;
    height: 100vh; 
    background-color: #252525;
    transition: 0.5s;
    z-index: 120;
/*    pointer-events: none; */
}
.mobile_menu .menu_inner {
    overflow: auto;
}
.mobile_menu .menu_group{
    padding: 40px 0;
}
.mobile_menu .menu_group a{
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 12px 0 12px 20px;
}
.pblock{
	display: block;
    background-color: rgb(255, 255, 255, 0.5);
    padding: 15px 15px;
    margin: 0 0 0 -15px;
}
