*
{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

.header
{
    width: 100%;
}

.header .mw
{
    max-width: 760px;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px;
}

.header .mw .header_top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.header .mw .header_top .logo
{
    width: 100%;
    max-width: 200px;
}

.header .mw .header_top .logo img
{
    width: 100%;
}

.header .mw .header_top .desc
{
    padding-left: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header .mw .header_top .desc h4
{
    font-size: 20px;
    font-weight: 300;
    color: #000;
    text-align: center;
}


.header .mw .header_cont
{
    padding: 10px 0;
}

.header .mw .header_cont .h1
{
    text-align: center;
    font-size: 30px;
    padding-bottom: 5px;
}

.header .mw .header_cont .h3
{
    font-size: 20px;
    font-weight: 300;
    color: #000;
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
}

.header .mw .header_cont .h5
{
    padding-top: 5px;
    font-size: 16px;
    text-align: center;
}

.header_contacts
{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 40px;
}

.header_contacts .contact
{
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_contacts .contact .img
{
    width: 30px;
    height: auto;
    margin-right: 10px;
}

.header_contacts .contact .img img
{
    width: 100%;
}

.header_contacts .contact ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.header_contacts .contact ul li
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_contacts .contact ul li span
{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding-left: 10px;
}

.header_contacts .contact ul li a
{
    color: #5A65B4;
    font-size: 20px;
}

.header_contacts .contact ul li a:hover
{
    color: #0000FF;
}


.line_cont
{
    padding: 10px 0;
    border-top: 3px solid #c8d4e0;
    border-bottom: 3px solid #c8d4e0;
    height: 100%;
    margin: 0;
}

#header
{
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

.btn_b
{
    margin-bottom: 10px;
}

.btn_b a
{
    margin: 0;
}

#content
{
    padding-top: 10px;
    margin: 0 auto;
}


@media (max-width: 767px) {
.header .mw {
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px;
}
#container {
    width: 100%;
    margin: 0 auto;
    background: #FFF;
}
.buttom {
    width: 300px;
    height: 100%;
    margin: 0 auto;
}


.buttom a {
padding: 5px 17px;font-size: 16px;
}

#content {
    width: 100%;
    margin: 0 auto;
    background: #FFF;
}
#column-1, #column-2, #column-3 {
    float: left;
    min-height: 100%;
    height: auto;
}
#column-1 {
    padding: 15px;text-align: center;
    width: 100%;border-bottom: 2px solid #e2e2e2;
    background: #FFF;
}
#column-2 {
    padding: 15px;text-align: center;
    width: 100%;border-bottom: 2px solid #e2e2e2;
    background: #FFF;
}
#column-3 {
    padding: 15px;
    width: 100%;text-align: center;border-bottom: 2px solid #e2e2e2;
    background: #FFF;
}
.header .mw .header_top {
    display: block;
    text-align: center;
}
.header .mw .header_top .logo {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.header .mw .header_top .desc {
padding-left: 0;}
.header .mw .header_top .desc h4 {
    font-size: 16px;
font-weight: 300;}
.header .mw .header_cont .h1 {
    text-align: center;
    font-size: 23px;
    margin-top: 15px;
    padding-bottom: 10px;
}
.header_contacts {
    width: 100%;
    display: block;
text-align: center;}
.header_contacts .contact {
    width: 100%;
    margin-bottom: 15px;
text-align: center;}
.header_contacts .contact {
    width: 100%;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
display: block;}

.header_contacts .contact .img {
    display:none;
}
.header_contacts .contact ul li span {
    display: block;
    font-size: 15px;
    color: #000;
    margin-bottom: 15px;
    font-weight: bold;
    padding-left: 0;
}
.header_contacts .contact ul li {
display: block;}


.header_contacts .contact {
    width: 270px;
    text-align: center;
    position: relative;
    padding-left: 0px;
margin-bottom: 15px;}

#header {
    border-bottom: 0;
    margin: 10px 0;
    padding: 0px;
    height: 40px;
}
#header a {
    padding: 7px;
    display: inline-block;
    margin-bottom: 0px;
    color: #4F4F4F;
    text-decoration: none;
}
#header {
    border-bottom: 0;
    margin: 10px 0;
    padding: 0px;
    height: 40px;
}


.header .mw .header_cont .h3 {
font-size: 16px;}



.header_contacts .contact ul {
display: block;}

#feedback-form {
    max-width: 100% !important;
    padding: 15px !important;
    border-radius: 3px !important;
    background: #f1f1f1 !important;
    margin-left: 0 !important;
    margin-top: 20px !important;
}
.okompanii p {
    color: #000;
    font-size: 15px;
    padding: 10px;
    margin: 5px;
}
.penkid-tovar {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    border-bottom: 2px solid #ececec;
}
.rightimg {
    float: none;
    margin: 15px;
    width: 180px;
    margin-left: calc(50% - 90px);
    height: auto;
    display: inline-block;
}
#header a:hover {
    background-color: rgba(0,0,0,.09);
    padding: 7px;
}




iframe {width:100% !important; height:150px;}

#img2 img {
    padding: 5px;
    width: 100%;
    height: auto;
}










}