@import url(reset.css);
@import url(font.css);
body {
  max-width: 1920px;
  margin: 0 auto;
  -webkit-appearance: none;
}
a, button, input, input[type="button"] {
    -webkit-appearance: none;
}

.title {
  margin-bottom: 42px;
}
.title span {
  position: relative;
  text-transform: uppercase;
  font: 34px/1 MuseoSansCyrl700;
  color: #181818;
}

.title span:before {
  left: 50%;
  width: 120px;
  border-top: 1px solid #c4c7ca;
  bottom: -4px;
  margin-left: -60px;
  position: absolute;
  content: "";
}
.title span:after {
  left: 50%;
  margin-left: -40px;
  width: 80px;
  border-top: 1px solid #c4c7ca;
  bottom: -8px;
  position: absolute;
  content: "";
}

.inside {
  width: 980px;
  max-width: 98%;
  text-align: center;
  margin: 0 auto;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-c {
  justify-content: space-around;
}
.flex-m {
  align-items: center;
}
#top_line .navigation {
  background: #f8f8f8; 
  border-top: 1px solid #e9e9e9;
  padding-bottom: 17px;
  margin-top: 13px;
  padding-top: 18px;
}
#top_line.fixed {
    top: 0;
    position: fixed;
    padding-top: 0;
    padding-bottom: 0 !important;
}
#top_line.fixed .navigation {
    margin-top: 0;
}
#top_line.fixed .top-line-upper {
    display: none;
}
#top_line {
    position: absolute;
    padding-top: 8px;
    width: 100%;
    top: 0;
    transition: all 0.3s ease 0s;
    left: 0;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.5);
}
#top_line.fixed {
    padding-bottom: 6px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.3);
}
#menu {
    transition: all 0.3s ease 0s;
}
#top_line.fixed #menu {
    margin-top: 12px;
    padding-bottom: 5px;
    transition: all 0.3s ease 0s;
}
#top_line.fixed img {
    transition: all 0.3s ease 0s;
    width: 150px;
    margin-top: 16px;
}
.top_line img {
  display: block;
}
.call {
  text-align: right;
}
.call a {
  font: 22px "MuseoSansCyrl700";
  text-decoration: none;
  color: #191919;
  transition: 0.3s;
  padding-right: 4px;
 
  position: relative;
}
.call a:hover {
  transition: 0.3s;
  color: #191919;
}
.call a:before {
  content: "";
  background: url(../images/phone-ico.png) no-repeat center;
  height: 22px;
  width: 22px;
  position: absolute;
  left: -25px;
  top: 3px;
}
.call_button {
  margin-top: 6px;
}
.call_button a {
  font: 17px/44px "MuseoSansCyrl500";
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 6px;
  background-color: #f4ad06;
  width: 220px;
  height: 44px;
  transition: 0.3s;
}
.call_button a:hover {
  transition: 0.3s;
  background: #d99800;
}

#menu .flex {
    align-items: center;
}
.menu .flex {
  justify-content: space-between;
}

.top_line .logo {
  margin-top: 19px;
}
.top_line .logo-caption p {
  line-height: 1.5;
}
.top_line .logo-img {
  padding-top: 4px;
}
.top_line .logo-caption {
  color: #191919;
  position: relative;
  font: 15px "MuseoSansCyrl500";
  position: relative;
  text-transform: uppercase;
  text-align: left;
  padding-left: 8px;
  padding-top: 3px;
  margin-left: 9px;
}
.top_line .logo-caption:after {
  position: absolute;
  border-left: 2px solid #f4ad06;
  left: 0;
  top: 8px;
  height: 34px;
  content: "";
}
.menu li a {
  font: 14px "MuseoSansCyrl500";
  color: #1a1a1a;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.menu li a:hover {
  transition: 0.3;
  color: #f4ad06;
  border-bottom-color: #f4ad06;
}
.menu li:nth-child(5) {
  margin-right: 0;
}
#container {
  background: url(../images/poster.jpg) no-repeat center 0;
  margin-top: 150px;
  padding-top: 1px;
  padding-bottom: 104px;
  text-align: center;
}
#container .container {
  text-align: left;
  margin-top: 100px;
}
.container h1 {
  font: 48px "MuseoSansCyrl700";
}
#container .inner-caption {
  border: 1px solid rgba(255,255,255,0.2);
  padding: 64px 28px 44px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  width: 820px;
  box-sizing: border-box;
  margin: 0 auto;
}
.container h2 {
  font: 40px/1.8 "MuseoSansCyrl700";
  margin-top: 12px;
}
.container a {
  font: 18px/60px "MuseoSansCyrl500";
  color: #fff;
  text-decoration: none;
  height: 58px;
  width: 360px;
  background: #EE1111;
  text-transform: uppercase;
  border-radius: 6px;
  text-align: center;
  margin-top: 59px;
  transition: 0.3s;
  box-shadow: inset 0 -3px 1px #b10000;
}
.container a:hover {
  transition: 0.3s;
  background: #BE0000;
  box-shadow: inset 0 -3px 1px #8e0000;
}
.container2 {
  position: relative;
  
}
.container2 .small-title {
  text-align: left;
  font: 22px/1 MuseoSansCyrl500;
  color: #191919;
  margin-bottom: 17px;
}
#container2 {
  margin-top: 80px;
    padding-bottom: 58px;
}

.container2 p {
  font: 15px/22px MuseoSansCyrl300;
  color: #191919;
  margin-bottom: 8px;
  text-align: left;
}

.container2 p:last-child {
    margin-bottom: 0;
}
.container2_wrapper .flex > div:nth-child(2){
    padding-right: 0px;
    margin-top: -3px;
}
.container2_wrapper .flex > div:nth-child(2) p {
    text-align: justify;
}

.container2 img {
  margin-right: 18px;
}
.container2_wrapper {
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
}

.top_line.flex {
    justify-content: space-between;
}


.img {
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.13);
  width: 300px;
  height: 193px;
  margin: 0 auto;
}

#container5 {
  padding-bottom: 76px;
}
.container5 .flex {
  justify-content: space-between;
}
.container5 .flex > div {
  width: 20%;
}
.container5 .flex {
  padding-top: 14px;
}
.container5 .flex > div:nth-child(1) {
    width: 196px;
}
.container5 .flex > div:nth-child(2) {
    width: 196px;
}
.container5 .flex > div:nth-child(3) {
    width: 140px;
}
.container5 .flex > div:nth-child(4) {
    width: 150px;
}
.container5 .flex > div:nth-child(5) {
    width: 184px;
}


#show-thanks {
    display: none;
}
.container5 p {
  font: 16px/1.4 MuseoSansCyrl300;
  padding-top: 13px;
  margin-top: 13px;
  position: relative;
  color: #181818;
}
.container5 p:after {
  position: absolute;
  width: 66px;
  top: 0;
  left: 50%;
  margin-left: -33px;
  height: 1px;
  background-color: #c4c5c3;
  content: "";
}
#container6 {
  border-top: 1px solid #DEDEE2;
  background-color: #F9F9F9;
  padding-bottom: 62px;
}
.container6 .flex {
  justify-content: center;
}

.border {
  margin: 21px 18px 0;
}

#container7 {
  padding-top: 73px;
  background: url(../images/poster-2.jpg) no-repeat center 0;
}
.container7 {
  padding-top: 1px;
  padding-bottom: 78px;
}
.container7 .title-form-top {
  color: #fff;
  text-transform: uppercase;
  font: 34px "MuseoSansCyrl700";
  padding-bottom: 6px;
}
.container7 .title-form-bottom {
  color: #fff;
  text-transform: uppercase;
  font: 18px "MuseoSansCyrl700";
  padding-bottom: 0px;
}
.container7 .title-form-bottom span {
  position: relative;
  display: inline-block;
}
.container7 .title-form-bottom span:before {
  left: 50%;
  width: 120px;
  border-top: 1px solid #c4c7ca;
  bottom: -8px;
  margin-left: -60px;
  position: absolute;
  content: "";
}
.container7 .title-form-bottom span:after {
  left: 50%;
  margin-left: -40px;
  width: 80px;
  border-top: 1px solid #c4c7ca;
  bottom: -12px;
  position: absolute;
  content: "";
}
.flex-sb {
    justify-content: space-between
}

.container7 .form {
  margin-top: 64px;
}
.container7 .form input[type="text"] {
  width: 334px;
  max-width: 32.4%;
  height: 48px;
  border-radius: 6px;
  border: none;
  font: 16px "MuseoSansCyrl300";
  color: #989898;
  padding-left: 15px;
  box-sizing: border-box;
}
 
.container7 .form input[type="button"] {
  width: 240px;
  height: 62px;
  border: none;
  border-radius: 6px;
  background-color: #f4ad06;
  color: #fff;
  font: 17px MuseoSansCyrl500;
  text-transform: uppercase;
  transition: 0.3s;
  cursor: pointer;
  display: block;
  text-align: center;
  margin: 29px auto 0;
}
.container7 .form input[type="button"]:hover {
  background-color: #d99800;
  transition: 0.3s;
}
.container7 .form textarea {
  font: 16px "MuseoSansCyrl300";
  resize: none;
  width: 100%;
  color: #989898;
  box-sizing: border-box;
  height: 91px;
  border-radius: 6px;
  margin-top: 13px;
  border: none;
  padding-left: 17px;
  padding-top: 8px;
}
#container8 img {
  width: 100%;
}
#container9 {
  background: url('../images/footer.jpg') no-repeat center;
  padding-top: 6px;
}
.container9 {
  padding-bottom: 28px;
}
.container9 .flex {
  justify-content: space-between;
}
.container9 p {
  font: 14px "MuseoSansCyrl300";
  color: #fff;
  margin-top: 14px;
}
.container9 a {
  background-color: #f4ad06;
  border-radius: 6px;
  color: #fff;
  font: 17px/46px "MuseoSansCyrl500";
  height: 46px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 220px;
}
.container9 a:hover {
  transition: 0.3s;
  background: #d99800;
}
.footer {
  margin-top: 26px;
}

#container8 {
  background: #442;
}



#float-nav .nav-icon {
    margin-top: 0;
    margin-bottom: 10px;
    
}
#float-nav .prod-search {
    padding: 0 20px 10px;
}
#float-nav .nav-icon span {
    background: #fff;
}
.last-in-blog.top {
    display: none;
}
#float-nav {
    background: #4b7290;
    height: 100%;
    left: -320px;
    padding: 2% 0;
    position: fixed;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 300px;
    
    z-index: 10000;
}
#float-nav.open {
    left: 0;
    transition: all 0.3s ease 0s;
    box-shadow: 5px 0 32px #333;
}
#float-nav .nav-icon {
    position: static;
    margin-top: 8px;
    display: inline-block;
    margin-right: 30px;
}
#float-nav li {
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.1)
}
#float-nav li a {
    color: #fff;
    display: block;
    font-family: "MuseoSansCyrl300";
    font-size: 20px;
    height: 46px;
    text-decoration: none;
    line-height: 46px;
    padding: 0 20px;
}



input[type="text"].error {
    box-shadow: 0 0 5px #ff6161 !important;
}

#thanks {
    width: 350px;
    padding: 20px;
    max-width: 100%;
    display: none;
    box-sizing: border-box;
    text-align: center;
    
}
#thanks .h3 {
    color: #181818;
    font: 22px "MuseoSansCyrl700";
    margin-bottom: 15px;
    margin-top: 0px;
    text-transform: uppercase;
}
#thanks .h4 {
    color: #737373;
    font: 16px "MuseoSansCyrl300";
}
.ymaps-b-form-button_theme_grey-no-transparent-26 {
    background: #000;
}
#container8 .inside {
    position: relative;
    max-width: 100%;
}
#map iframe {
    width: 100% !important;
    max-width: 1920px !important;
    height: 450px !important;
}

#adress > div {
    position: relative;
}
#adress {
    position: absolute;
    width: 384px;
    border: 1px solid #cecdc9;
    z-index: 10;
    background: rgba(255,255,255,0.9);
    top: 80px;
    text-align: left;
    right: 0;
    padding: 35px 18px 22px;
}
#adress .title {
  text-align: center;
}
#adress p a {
    color: #737373; 
    text-decoration: none;
}
#adress p {
    color: #595959;  
    font: 15px/1.5  "MuseoSansCyrl300";
}
#adress p.mb strong {
  font-family: MuseoSansCyrl700;
}
#adress p.mb {
    margin-bottom: 22px;
}
#adress p span {
    display: inline-block;
    width: 126px;
}
input[type="text"],
textarea {
    color: #333;
}




#catalog {
  background: url(../images/catalog-bg.jpg);
  background-position: center 0;
  padding-top: 80px;
  padding-bottom: 50px;
}
#catalog .title {
  margin-bottom: 52px;
}
#catalog .image .flex {
  width: 236px;
  height: 216px;
  border: 1px solid #e9ecee;
  border-radius: 8px 8px 0 0;
}
#catalog .item {
  box-shadow: 0 0 10px #e9ecee;
  border-radius: 8px;
  margin: 2px;
  background-color: #fff;
  margin-bottom: 30px;
}
.pop {
    padding-top: 1px !important;
    background: #fff;
}
#pop2 .h5 {
    position: relative;
    display: inline-block;
    font-size: 27px;
}
#pop2 .h5 span:before {
    border-top: 1px solid #c4c7ca;
    bottom: -4px;
    content: "";
    left: 50%;
    margin-left: -60px;
    position: absolute;
    width: 120px;
}
#pop2 .h5 span:after {
    border-top: 1px solid #c4c7ca;
    bottom: -8px;
    content: "";
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 80px;
}
#catalog .item:hover .image .flex {
  border-color: #f4ad06;
}
#catalog .item .description {
  border: 1px solid #e9ecee;
  border-top-width: 2px;
  padding: 10px 8px;
  text-align: left;
  border-radius: 0 0 8px 8px;
}
#catalog .item:hover .description {
  border-color: #f4ad06;

}
#catalog .item .description .desc-in {
  padding-left: 5px;
  padding-right: 5px;
  width: 210px;
  padding-bottom: 6px;
}
#catalog .item .description .product-name {
  color: #191919;
  font: 14px/1.2 MuseoSansCyrl700;
  margin-bottom: 6px;
}
#catalog .item .description td  {
  color: #595959;
  font: 14px/1.3 MuseoSansCyrl300;
  padding: 0 16px 0px 0;
}
#catalog .item .description td strong {
  color: #191919;
}
#catalog .item .order a {
  padding: 0;
  color: #fff;
  height: 44px;
  font: 17px/44px  MuseoSansCyrl500;
  text-align: center;
  display: block;
  text-transform: uppercase;
  background-color: #f4ad06;
  width: 100%;
  transition: all 0.3s ease 0s;
  max-width: 100%;
  border-radius: 6px;
  text-decoration: none;
}
#catalog .item .order a:hover {
  transition: all 0.3s ease 0s;
  background-color: #d99800; 
}

#gallery {
  margin-bottom: 78px;
  margin-top: 80px;
}
#gallery .inner {
  padding-top: 12px;
}
#gallery .grid img,
#gallery .grid a {
  display: block;
}
#gallery .grid a {
  height: 100%;
}
#gallery .grid a .flex {
  height: 100%;
}
#gallery .grid a {
  position: relative;
}

#gallery .grid a:hover:after,
#gallery .grid a:hover:before {
  opacity: 1;
}
#gallery .grid a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.66);
  content: "";
  transition: all 0.3s ease 0s;
  opacity: 0;

}
#gallery .grid a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 60px;
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  transition: all 0.3s ease 0s;
  
  z-index: 1;
  content: "";
  background:  rgba(0,0,0,0.8) url('../images/zoom.png') no-repeat center;
  opacity: 0;
}
input[type="text"],
textarea {
    color:#626262 !important
 }
