.breadcrumbs {
  padding: 22px 18.75% 0;
}

.breadcrumbs .crumbs__list {
  margin-left: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs .crumbs__list .caret {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
}

.breadcrumbs .crumbs__list .caret i {
  color: #434343;
  font-size: 15px;
}

.breadcrumbs .crumbs__list .crumbs a {
  font-size: 15px;
  font-weight: 300;
  font-family: "museo_sans_cyrl300", sans-serif;
  color: #434343;
  position: relative;
  border-bottom: 1.5px solid #cfcfcf;
}

.breadcrumbs .crumbs__list .crumbs.active a {
  border-bottom: none;
}

.main {
  padding: 15px 18.75% 0;
}

.main .title {
  text-align: center;
  margin-bottom: 40px;
}

.main .title span {
  font-weight: 700;
  font-family: "museo_sans_cyrl700", sans-serif;
  font-size: 25px;
  color: #434343;
}

.main .card {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main .card .button__mob {
  display: none;
}

.main .card .gallery {
  width: 13.33333333333333%;
  padding-right: 18px;
}

.main .card .gallery .gallery--item {
  width: 100%;
  margin-bottom: 50px;
}

.main .card .gallery .gallery--item:last-child {
  margin-bottom: 0;
}

.main .card .gallery .gallery--item img {
  max-width: 150px;
  width: 100%;
  height: auto;
}

.main .card .picture {
  width: 43.33333333333333%;
  position: relative;
}

.main .card .picture .slider .prev, .main .card .picture .slider .next {
  position: absolute;
  top: 50%;
  bottom: 40%;
  z-index: 999;
}

.main .card .picture .slider .next {
  right: 2%;
}

.main .card .picture .slider .prev {
  left: 2%;
}

.main .card .picture .slider .slide img {
  max-width: 520px;
  width: 100%;
  height: auto;
}

.main .card .picture .raiting {
  position: absolute;
  top: 15px;
  left: 3.846153846153846%;
}

.main .card .picture .raiting i {
  color: #c44b08;
  display: block;
  margin-bottom: 5px;
}

.main .card .picture .raiting i:last-child {
  margin-bottom: 0;
}

.main .card .picture .raiting i:first-child {
  color: #fff;
}

.main .card .picture .text {
  padding: 25px 0;
  padding-left: 3.8%;
  font-size: 13px;
  font-weight: 300;
  font-family: "museo_sans_cyrl300", sans-serif;
  color: #434343;
}

.main .card .des {
  width: 43.33333333333333%;
  padding-left: 8px;
}

.main .card .des .option__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main .card .des .option__list .option.active {
  background-color: #4b9ad8;
}

.main .card .des .option__list .option.active .des p {
  color: #fff;
}

.main .card .des .option__list .option {
  width: 33.333333%;
  margin-right: 1px;
  text-align: center;
  padding: 15px 0 0;
  background-color: #f7f7f7;
}

.main .card .des .option__list .option .des {
  width: 100%;
  padding: 0;
}

.main .card .des .option__list .option .des p {
  color: #4b9ad8;
  font-size: 14px;
  font-weight: 300;
  font-family: "museo_sans_cyrl300", sans-serif;
}

.main .card .des .option__list .option .price p {
  font-size: 23px;
  font-weight: 500;
  font-family: "museo_sans_cyrl500", sans-serif;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #434343;
}

.main .card .des .info {
  padding: 25px;
}

.main .card .des .info .discount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  color: #c64a08;
  font-weight: 700;
  font-family: "museo_sans_cyrl700", sans-serif;
  font-size: 18px;
}

.main .card .des .info .discount p {
  /*border-bottom: 1px solid #dc9b86;*/
}

.main .card .des .info .buy__button {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main .card .des .info .buy__button .mobile {
  display: none;
}

.main .card .des .info .buy__button button {
  font-size: 12px;
  font-weight: 500;
  font-family: "museo_sans_cyrl500", sans-serif;
  text-transform: uppercase;
  padding: 15px 0 10px;
  width: 100%;
  border: none;
  color: #fff;
  cursor: pointer;
}

.main .card .des .info .buy__button .add__cart {
  max-width: 300px;
  background-color: #c74908;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main .card .des .info .buy__button .add__cart i {
  margin-left: 20px;
  font-size: 16px;
}

.main .card .des .info .buy__button .one__click {
  max-width: 160px;
  background-color: #4b9ad8;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.main .card .des .info ul {
  list-style: none;
  margin-bottom: 20px;
}

.main .card .des .info ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main .card .des .info ul li .name, .main .card .des .info ul li span {
  font-weight: 300;
  font-family: "museo_sans_cyrl300", sans-serif;
  font-size: 17px;
  color: #434343;
  white-space: nowrap;
}

.main .card .des .info ul li .line {
  width: 100%;
  border-bottom: 1px dotted #434343;
}

.main .card .des .info .note {
  font-size: 13px;
  font-weight: 300;
  font-family: "museo_sans_cyrl300", sans-serif;
  color: #434343;
  margin-bottom: 30px;
}

.main .card .des .info .price__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main .card .des .info .price__container .price .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main .card .des .info .price__container .price p {
  font-weight: 700;
  font-size: 15px;
  font-family: "museo_sans_cyrl700", sans-serif;
  color: #434343;
  margin-top: 15px;
}

.main .card .des .info .price__container .price span {
  font-size: 30px;
  font-weight: 500;
  font-family: "museo_sans_cyrl500", sans-serif;
  color: #434343;
}

.main .card .des .info .price__container .price button {
  padding: 5px 15px;
  border: 1px solid #dcdcdc;
  background-color: inherit;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.main .card .des .info .price__container .price button i {
  font-size: 18px;
  color: #5f5f5f;
}

.main .card .des .info .price__container .price input {
  max-width: 80px;
  width: 100%;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 0 5px;
  padding: 10px;
  font-size: 15px;
  font-weight: 300;
  font-family: "museo_sans_cyrl300", sans-serif;
  color: #434343;
  text-align:center;
}

.function {
  padding: 30px 18.75%;
  background-color: #4b9ad8;
}

.function .title {
  text-align: center;
}

.function .title span {
  font-size: 22px;
  font-family: "museo_sans_cyrl700", sans-serif;
  font-weight: 700;
  color: #434343;
}

.function .function__container {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.function .function__container .fun__card {
  display: block;
}

.function .function__container .fun__card .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.function .function__container .fun__card .info .num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.function .function__container .fun__card .info .num span {
  font-size: 70px;
  font-weight: 900;
  font-family: "museo_sans_cyrl900", sans-serif;
  color: #fff;
  opacity: .10;
  margin-right: -30px;
}

.function .function__container .fun__card .info .bounce {
  z-index: 100;
  width: 85px;
  height: 85px;
  background-color: #388ed3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.function .function__container .fun__card .info .bounce img {
  max-width: 35px;
  width: 100%;
  height: auto;
}

.function .function__container .fun__card .name {
  text-align: left;
  margin-top: 15px;
  margin-left: 30px;
}

.function .function__container .fun__card .name p {
  font-size: 16px;
  font-weight: 500;
  font-family: "museo_sans_cyrl500", sans-serif;
  color: #434342;
}

.information {
  padding: 30px 18.75%;
  background-color: #f7f7f7;
}

.information .buttons__container {
  margin-bottom: 30px;
}

.information .buttons__container>ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.information .buttons__container>ul>li.active {
  background-color: #4b9ad8;
  color: #fff;
}

.information .buttons__container>ul>li {
  width: 25%;
  height: 50px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  color: #434343;
}

.information .buttons__container>ul>li:hover {
  background-color: #4b9ad8;
  color: #fff;
}

.information .buttons__container ul>li p {
  font-weight: 500;
  font-family: "museo_sans_cyrl500", sans-serif;
  font-size: 16px;
  color: inherit;
}

.information .buttons__container .title {
  margin: 30px 60px;
}

.information .buttons__container .title span {
  font-size: 20px;
  font-weight: 500;
  font-family: "museo_sans_cyrl500", sans-serif;
  color: #434343;
}

.information .buttons__container .table {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;*/
}

.information .buttons__container .table  p {
  font-size: 17px;
  font-weight: 300;
  font-family: "museo_sans_cyrl300", sans-serif;
  color: #434343;
}

.information .buttons__container .table .row {
  padding: 0 60px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin:0;
}

.information .buttons__container .table .row:nth-child(2n+2) {
  background-color: #ebf0f5;
}


.information .buttons__container .table .right {
  text-align:right;
}

@media screen and (max-width: 1840px) {
  body .breadcrumbs, .main, .function, .information {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media screen and (max-width: 1440px) {
  body .breadcrumbs, .main, .function, .information {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media screen and (max-width: 1220px) {
  body .breadcrumbs, .main, .function, .information {
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media screen and (max-width: 1100px) {
  body .breadcrumbs, .function, .information {
    padding-left: 1.625%;
    padding-right: 1.625%;
  }
  body .breadcrumbs .crumbs__list, .function .crumbs__list, .information .crumbs__list {
    margin-left: 0;
  }
  .main {
    padding: 0;
  }
  .main .title {
    margin-top: 30px;
  }
  .main .title span {
    font-size: 22px;
  }
  .main .card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main .card .button__mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  .main .card .button__mob .buy__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .main .card .button__mob .buy__button .mobile {
    display: none;
  }
  .main .card .button__mob .buy__button button {
    font-size: 12px;
    font-weight: 500;
    font-family: "museo_sans_cyrl500", sans-serif;
    text-transform: uppercase;
    padding: 15px 0 10px;
    width: 100%;
    border: none;
    color: #fff;
    cursor: pointer;
  }
  .main .card .button__mob .buy__button .add__cart {
    max-width: 300px;
    background-color: #c74908;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main .card .button__mob .buy__button .add__cart i {
    margin-left: 20px;
    font-size: 16px;
  }
  .main .card .button__mob .buy__button .one__click {
    max-width: 160px;
    background-color: #4b9ad8;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .main .card .gallery {
    display: none;
  }
  .main .card .picture .slider .slide img {
    max-width: none;
  }
  .main .card .picture, .main .card .des {
    width: 50%;
  }
  .main .card .des .option__list .option {
    padding: 15px 10px 0;
  }
  .main .card .des .option__list .option .des p {
    font-size: 12px;
  }
  .main .card .des .option__list .option .price p {
    font-size: 20px;
  }
  .main .card .des .info ul li .name, .main .card .des .info ul li span {
    font-size: 15px;
  }
  .main .card .des .info .note {
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .main .card .des .info .price__container .price p {
    margin-bottom: 15px;
  }
  .main .card .des .info .price__container .price span {
    font-size: 25px;
  }
  .main .card .des .info .buy__button {
    display: none;
  }
  .function .function__container {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .function .function__container .fun__card .info .num span {
    font-size: 50px;
    margin-right: -10px;
  }
  .function .function__container .fun__card .info .bounce {
    width: 105px;
    height: 105px;
  }
  .function .function__container .fun__card .info .bounce img {
    max-width: 30px;
  }
}

@media screen and (max-width: 740px) {

  .main .title {
    margin: 25px 0;
  }
  .main .title span {
    font-size: 18px;
  }
  .main .card .picture, .main .card .des {
    width: 100%;
  }
  .main .card .picture .text {
    padding: 25px 1.625%;
  }
  .main .card .des {
    padding: 0 1.625%;
  }
  .main .card .des .option__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main .card .des .option__list .option {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0;
  }
  .main .card .des .option__list .option .des {
    width: 60%;
  }
  .main .card .des .option__list .option .price {
    width: 40%;
  }
  .main .card .des .option__list .option .des {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .main .card .des .option__list .option .price {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
  .main .card .des .info {
    padding-left: 0;
    padding-right: 0;
  }
  .main .card .des .info ul li {
    margin-bottom: 10px;
  }
  .main .card .des .info .price__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  .main .card .des .info .price__container .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main .card .des .info .discount {
    font-size: 14px;
  }
  .main .card .button__mob {
    display: block;
    margin-bottom: 0;
  }
  .main .card .button__mob .buy__button {
    display: block;
    text-align: center;
  }
  .main .card .button__mob .buy__button .mobile {
    display: block !important;
    font-weight: 500;
    font-family: "museo_sans_cyrl500", sans-serif;
    font-size: 12px;
    color: #2b77c9;
    text-transform: uppercase;
    margin: 20px 0;
  }
  .main .card .button__mob .buy__button .one__click {
    display: none;
  }
  .main .card .button__mob .buy__button .add__cart {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 auto;
  }
  .function {
    padding: 25px 0;
    padding-left: 4%;
    padding-right: 4%;
  }
  .function .title span {
    font-size: 18px;
  }
  .function .function__container {
    margin-top: 25px;
    display: block;
  }
  .function .function__container .fun__card {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
  .function .function__container .fun__card .info {
    width: 50%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .function .function__container .fun__card .info .num span {
    margin-right: -15px;
  }
  .function .function__container .fun__card .info .bounce {
    width: 55px;
    height: 55px;
    margin-right: 25px;
  }
  .function .function__container .fun__card .info .bounce img {
    max-width: 20px;
  }
  .function .function__container .fun__card .name {
    width: 50%;
    margin: 0;
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .function .function__container .fun__card .name p {
    font-size: 13px;
  }
}


.acc-head {
    font-size: 20px;
    background: #f9f9f9;
    padding: 50px 146px;
    margin-bottom: 2px;
    font-family: "museo_sans_cyrl300", sans-serif;
    position: relative;
    font-weight: 300;
    transition: all 0.5s;
    z-index: 0;
}

.acc-head:hover {
    box-shadow: 0px 0px 10px #00000082;
    color: #4b9ad8;
    z-index: 1;
}

.ac-container {
    margin-bottom: 60px;
}

.acc-head:before {
    font-size: 112px;
    font-weight: 900;
    font-family: "museo_sans_cyrl900", sans-serif;
    color: #f3f3f3;
    /* opacity: .10; */
    content: '1';
    position: absolute;
    z-index: 1;
    left: -2px;
    top: 1px;
}

.ac-container #second.acc-head:before{
    content: '2';
}

.ac-container #third.acc-head:before{
    content: '3';
}

.ac-container #fo.acc-head:before{
    content: '4';
}

.ac-body {
	padding: 10px;
	margin-bottom: 5px;
	display: none;
}

.acc-head.active {
    font-size: 0;
    background: none;
}

.ac-body.active.b {
    display: block;
}

table.cart img {
    max-width: 100%;
}

table.cart td:first-child {
    width: 4%;
    text-align: center;
}

table.cart td:nth-child(2) {
    width: 9%;
}

table.cart td:nth-child(3) {
    width: 29%;
    padding: 0 30px;
    text-align: left;
}

table.cart td:nth-child(5) {
    width: 11%;
}

table.cart thead td {
    padding: 20px 0;
    text-align: center!important;
}

.ac-body.active.b {
    max-width: calc(100% - 62px);
    margin-left: 90px;
    margin-top: -135px;
}

table.cart td {
    border-bottom: 1px solid gray;
    border-collapse: collapse;
}

table.cart {
    border-collapse: collapse;
}

table.cart td {
    text-align: center;
    padding: 20px 0;
}

.cart input[type="num"] {
    max-width: 50px;
    width: 100%;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 5px;
    padding: 10px;
    font-size: 15px;
    font-weight: 300;
    font-family: "museo_sans_cyrl300", sans-serif;
    color: #434343;
}

.cart button {
    padding: 5px 6px;
    border: 1px solid #dcdcdc;
    background-color: inherit;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: -webkit-box;
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.cart .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.acc-head.active:hover {
    box-shadow: none;
}

td.delet {
    transform: rotate(45deg);
    font-size: 45px;
    color: #3f3f3f;
}

td.table-price {
    font-weight: bold;
    font-size: 18px;
}

button.main-cart-button {
    background-color: #c74908;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    /* float: right; */
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    font-family: "museo_sans_cyrl500", sans-serif;
    text-transform: uppercase;
    padding: 15px 45px 10px;
    width:;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
    margin: auto;
}

span.aftercart {
    text-align: right;
    display: block;
    width: 100%;
    margin-top: 29px;
    font-size: 16px;
    line-height: 27px;
}

.ac-body {
    margin-bottom: 30px;
}

button.back {
    border: none;
    background: none;
    margin: 9px 40px 0 10px;
    text-decoration: underline;
    color: black;
    text-transform: uppercase;
}

.itog ul {
    list-style: none;
    width: 69%;
    margin-left: auto;
    text-align: right;
    margin-top: 17px;
    margin-bottom: 42px;
}

.itog ul li .line {
    width: 100%;
    border-bottom: 1px dotted #434343;
    margin-bottom: 8px;
}

.itog ul li p, .itog ul li span{
        font-weight: 500;
        font-family: "museo_sans_cyrl500", sans-serif;
        font-size: 20px;
        color: #434343;
        white-space: nowrap;
}

.itog ul li{
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.7;
}

.itog ul li.itogo p, .itog ul li.itogo span {
    font-size: 28px;
}

.itog ul li.itogo .line {
    margin-bottom: 14px;
}

td.delet:hover {
    color: #4da9e0;
}

.acc-head.active:before {
    top: 12px;
}

div#first {
    text-align: right;
}



    div#first.acc-head {
    text-align: left;
}

.cart input[type="num"] {
    text-align: center;
}

div#fo.ac-body.active.b {
    margin-top: 0px;
}

.oplata label {
    padding-right: 25px;
}

.text-oplata textarea {
    display: block;
    margin: auto;
    width: 55%;
    margin-bottom: 20px;
    height: 120px;
    border-radius: 7px;
    padding: 20px;
    border-color: #e6e6e6;
}

.text-oplata {
    margin: 35px 0;
}


.oplata {
    z-index: 9;
}

.acc-head {
    z-index: 0;
    position: relative;
}

.ac-body.active.b {
    z-index: 2;
    position: relative;
}


input[type="radio"] { display: none; } input[type="radio"] + label { font-weight: 400; font-size: 14px; } input[type="radio"] + label span {display: inline-block;width: 18px;height: 18px;margin: -2px 10px 0 0;vertical-align: middle;cursor: pointer;-moz-border-radius: 50%;border-radius: 50%;border: 3px solid #c6c5c5;box-shadow: 0px 0px 3px #2196F3;} input[type="radio"] + label span {background-color: #c6c5c5;} input[type="radio"]:checked + label {} input[type="radio"]:checked + label>span {background-color: #535353;border: 2px solid #ffffff;} input[type="radio"] + label span, input[type="radio"]:checked + label span { -webkit-transition: background-color 0.24s linear; -o-transition: background-color 0.24s linear; -moz-transition: background-color 0.24s linear; transition: background-color 0.24s linear; }


form.pay-type button {
    display: block;
}

.text-oplata label {
    display: block;
    margin: auto;
    width: 55%;
}


input[type="checkbox"] { display: none; } input[type="checkbox"] + label { font-weight: 400; font-size: 14px; } input[type="checkbox"] + label span {display: inline-block;width: 18px;height: 18px;margin: -2px 10px 0 0;vertical-align: middle;cursor: pointer;-moz-border-radius: 50%;border-radius: 5px;border: 3px solid #c6c5c5;box-shadow: 0px 0px 3px #2196F3;} input[type="checkbox"] + label span {background-color: #c6c5c5;} input[type="checkbox"]:checked + label {} input[type="checkbox"]:checked + label span {background-color: #2196F3;border: 3px solid #ffffff;} input[type="checkbox"] + label span, input[type="checkbox"]:checked + label span { -webkit-transition: background-color 0.24s linear; -o-transition: background-color 0.24s linear; -moz-transition: background-color 0.24s linear; transition: background-color 0.24s linear; }


.text-oplata 
 label a {
    color: #3d8bd1;
    text-decoration: underline;
}

.text-oplata 
 label a b {
    font-weight: normal;
    color: black;
}

.oplata 
 textarea::placeholder {
    font-family: "Museo Sans Cyrl", sans-serif;
    font-size: 14px;
    color: #9e9e9ebf;
}

.oplata textarea {
    font-family: "Museo Sans Cyrl", sans-serif;
    font-size: 14px;
    color: #9e9e9ebf;
}

div#third.ac-body.active.b {
    margin-top: -15px;
}

.text-oplata.person-1, .text-oplata.person-2 {
    width: 60%;
    margin: 35px auto;
}


.col-1-info, .col-2-info {
    float: left;
    width: 50%;
}

.oplata.person .text-oplata label {
    width: 100%;
    margin: 20px 0;
}

.form__date input {
    margin-bottom: 10px;
    border: 1px solid #8080805e;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: "Museo Sans Cyrl", sans-serif;
    font-size: 14px;
    color: #9e9e9ebf;
    width:95%
}

.form__date input::placeholder {
    font-family: "Museo Sans Cyrl", sans-serif;
    font-size: 14px;
    color: #9e9e9ebf;
}

.text-oplata.person-1 p, .text-oplata.person-2 p {
    margin-top: 35px;
}

input:focus, textarea:focus {
    border-color: #52a7e0;
}

div#person-2>div>input {
    width: 97.5%;
}

div#person-1>div {
    margin-bottom: 15px;
}


div#person-2 {
    display: none;
}

div#second.ac-body.active.b {
    margin-top: -15px;
}

div#second.ac-body.active.b form {
    padding-right: 0;
    display: flex;
}

.block-left {
    width: 50%;
    padding-right:1%;
}

.block-cart {
    width: 50%;
    padding-left:4%;
}

ymaps.ymaps-2-1-73-map {
    height: 400px!important;
    max-width: 100%!important;
}

div#map {
    height: 400px;
}

.map {
    height: 400px;
}

#second form.pay-type button {
    margin: inherit;
}

#delivery-2 input[type="radio"]:checked + label {
    font-weight: bold;
    color: #3f3f3f;
}

#delivery-2 label b {
    color: #4b9ad8;
    padding-right: 5px;
    font-weight: 600;
}

#delivery-2 label {
    font-size: 15px;
    color: #bababa;
}

#delivery-1 input, #delivery-1 select {
    margin-bottom: 10px;
    border: 1px solid #8080805e;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: "Museo Sans Cyrl", sans-serif;
    font-size: 14px;
    color: #9e9e9ebf;
}

#delivery-1 select.adres-sklada {
    width: 100%;
}

.form-street input {
    width: 100%;
}

#delivery-1 textarea {
    width: 100%;
}

p.ukaz {font-weight: 700;color: #4b9ad8;font-size: 15px;float: left;display: inline-block;width: 70%;}

.ukaz {
    display: inline-block;
    margin: 10px 0;
}

#delivery-1 input::placeholder {
    font-family: "Museo Sans Cyrl", sans-serif;
    font-size: 14px;
    color: #9e9e9ebf;
}

.form-street {
    float: left;
    max-width: 31%;
    padding-right: 2%;
}

.form-build {
    float: left;
    max-width: 45%;
    padding-right: 2%;
}

.form-build input {
    width: 100%;
}

.form-flat {
    float: left;
    max-width: 24%;
}

.form-flat input {
    width: 100%;
}

.ukaz img {
    float: right;
    display: block;
    width: 30%;
    margin-top: 4px;
}
@media (max-width:1024px){
    .block-left {
    width: 100%;
}

.block-cart {
    display: none;
}

div#second.ac-body.active.b form {
    max-width: 80%;
    margin: auto;
}

.ukaz img {
    display: none;
}

p.ukaz {
    width: 100%;
    text-decoration: underline;
}

.ukaz {
    display: block;
    margin: 26px 0;
    text-align: center;
}

.form-flat {
    width: 25%;
    max-width: none;
}

.form-build {
    width: 44%;
}

.form-street {
    max-width: 31%;
}

#second form.pay-type button {
    margin: auto;
}
.text-oplata.person-1, .text-oplata.person-2{
        width:100%;
    }
.cart thead {
    display: none;
}

.ac-body.active.b, div#fo.ac-body.active.b {
    max-width: 100%;
    margin: 10px 0 0 0;
}

.acc-head.active:before {
    left: 8px;
}

.cart tr td:nth-child(6) {
    display: none;
}

table.cart td:nth-child(3) {
    width: 43%;
}

td.delet {
    font-size: 30px;
}

.cart tr td:nth-child(4) {display: flex;margin-right: -96%;margin-left: 101%;justify-content: center;}

.cart tr {
    border-top: 1px solid #0000003d;
    border-bottom: 1px solid #0000003d;
}

.cart tr td {
    border: none;
}

.cart tr td:nth-child(5) {
    width: 20%;
}

.cart tr td:nth-child(5) .button {
    margin-bottom: -50px;
}

.cart input[type="num"] {
    text-align: center;
}

.itog ul li .line {
    border: none;
}

.itog ul {
    width: 100%;
}
    
    .text-oplata textarea {
    width: 100%;
}

.text-oplata label {
    width: 100%;
}

form.pay-type {
    padding: 0 10%;
}
}

@media (max-width:600px){

.cart tr td:nth-child(4) {
    margin: 0;
    width: 50%;
    float: right;
}

table.cart td:first-child {
    display: none;
}

table.cart td:nth-child(2) {
    width: 30%;
    display: block;
    float: left;
    height: 120px;
}

table.cart td:nth-child(3) {
    width: 70%;
    display: flex;
    float: left;
    height: 120px;
    align-items: center;
    padding: 0 5px;
}

table.cart td:nth-child(2) img {
    max-width: 77px;
}

.cart tr td:nth-child(5) {
    display: block;
    width: 50%;
    float: left;
    padding: 11px 0;
}

.cart tr {
    position: relative;
}

.cart tr td.delet {
    position: absolute;
    right: 13px;
}

.cart tr td:nth-child(5) .button {
    margin-bottom: 6px;
}

.cart button {
    padding: 5px 15px;
}

.itog ul li.itogo p, .itog ul li.itogo span {
    font-size: 20px;
}

.itog ul li p, .itog ul li span {
    font-size: 17px;
}

button.back {
    margin: auto;
    margin-bottom: 10px;
    width: 100%;
}

div#first {
    text-align: center;
}

span.aftercart {
    font-size: 15px;
}

.acc-head {
    padding: 25px 0% 25px 22%;
}

.acc-head:before {
    font-size: 60px;
    left: 8px;
}

form.pay-type {
    padding: 0 5%;
}

.oplata label {
    width: 100%;
    display: block;
    margin: 14px 0px;
}

.col-1-info, .col-2-info {
    float: none;
    width: 100%;
}

#person-2>div>input {
    width: 95%;
}

div#third.ac-body.active.b {
    margin-top: 5px;
}

.form-street {
    width: 100%;
    max-width: none;
     padding:0;
}

.form-build {
    width: 100%;
    max-width: none;
     padding:0;
}

.form-flat {
    width: 100%;
    max-width: none;
    padding:0;
}

.ukaz {
    text-align: left;
}
}


.fixed-overla {
    position: fixed;
    overflow: auto;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    z-index: 3000;
    display: none;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


.fixed-overla .modal {
  max-width: 415px;
  width: 100%;
  height: 515px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 32px #656565;
  box-shadow: 0px 0px 32px #656565;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-bottom: 15px solid #2b77c9;
  position: absolute;
  margin: 10px 0;
  z-index: 3001;
}

.fixed-overla .modal .title {
  height: 120px;
  background-color: #2b78ca;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 8.8px;
  border-radius: 8.8px;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 35px;
  position: relative;
  border: 1px solid #2b77c9;
}

.fixed-overla .modal .title span {
  font-weight: 300;
  font-family: "museo_sans_cyrl300", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
}

.fixed-overla .modal .title .close {
  top: -35px;
  right: -35px;
  width: 28px;
  height: 28px;
  position: absolute;
}

.fixed-overla .modal .title .close i {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

.fixed-overla .modal .form {
  color: #000;
}

.fixed-overla .modal .form .form__date {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .fixed-overla .modal .title .close {
    top: 0;
    right: 0;
  }
}


.fixed-overla .modal {
    height: auto;
}

.fixed-overla .modal .form {
        color: #999999;
    margin-bottom: 24px;
    padding: 11px 30px;
}

.fixed-overla .modal .form b {
    color: black;
}

.modal button.back {
    float: right;
    text-decoration: none;
    margin: 15px 11px 0 10px;
    font-size:12px;
}

.fixed-overla .modal .form p {
    margin-bottom: 40px;
    line-height: 1.5;
}



.product__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product__container .product {
  width: 24.5%;
  margin-left: 0.5%;
  border: 1px solid #dad7de;
  margin-bottom: 4px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.product__container .product:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  z-index: 100;
  -webkit-box-shadow: 0 0 20px #717171;
  box-shadow: 0 0 20px #717171;
}

.product__container .product .picture {
  position: relative;
}

.product__container .product .picture img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.product__container .product .picture .raiting {
  position: absolute;
  top: 8px;
  left: 5px;
}

.product__container .product .picture .raiting i {
  color: #c44b08;
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
}

.product__container .product .picture .raiting i:first-child,.main .content .meterials__container .product__container .product .picture .raiting i.active {
  color: #fff;
}

.product__container .product .picture .raiting i:last-child {
  margin-bottom: 0;
}

.product__container .product .picture .compare-link {
  position: absolute;
  bottom: 10px;
  left: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
}

.product__container .product .picture .compare-link .bounce__border {
  width: 19px;
  height: 19px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #dad7de;
  margin-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__container .product .picture .compare-link .bounce__border .bounce {
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.product__container .product .picture .compare-link .bounce__border .bounce.active{
  background-color: #3f3f3f;
  
}

.product__container .product .picture .compare-link p,.main .content .meterials__container .product__container .product .picture .compare-link p a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  font-family: "Source Sans Pro","Source Sans Pro", sans-serif;
}

.product__container .product .picture .availability {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #4b9ad8;
  height: 34px;
  width: 135px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  font-family: "Source Sans Pro","museo_sans_cyrl700", sans-serif;
  color: #fff;
  letter-spacing: 1px;
}

.product__container .product .info {
  text-align: center;
  padding: 14px 0 20px;
  background-color: #fff;
}

.product__container .product .info .buy_button {
  margin-top: 40px;
}

.product__container .product .info .des {
  height: 60px;
  overflow-y: hidden;
  color:#434343;
  max-width:60%;
  margin:13px auto 25px;
  font-size:16px;
}
.product__container .product .info .des p{
  padding:0 5px;
}

.product__container .product .info .des p a {
  font-size: 18px;
  font-weight: 100;
  font-family: "Source Sans Pro","museo_sans_cyrl100", sans-serif;
  color:#434343;
}

.product__container .product .info .name {
  margin-bottom: 15px;
}

.product__container .product .info .name span {
  font-weight: 500;
  font-size: 25px;
  font-family: "Source Sans Pro","museo_sans_cyrl700", sans-serif;
  color: #434343;
  text-transform: lowercase;
}

.product__container .product .info .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product__container .product .info .price button {
  padding: 0 15px;
  border: 1px solid #dcdcdc;
  background-color: inherit;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  height:36px;
}

.product__container .product .info .price button i {
  font-size: 18px;
  color: #5f5f5f;
}

.product__container .product .info .price button:hover i{color:#c44b08;}

.product__container .product .info .price input {
  max-width: 80px;
  width: 100%;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 0 5px;
  padding: 10px;
  font-size: 15px;
  font-weight: 300;
  font-family: "Source Sans Pro","Source Sans Pro", sans-serif;
  color: #434343;
  height:36px;
}

.product__container .product .info .price .button-add-to-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
  padding:0;
  border:0;
}

.product__container .product .info .price .button-add-to-cart i {
  font-size: 44px;
  color: #c44b08;
  cursor: pointer;
}

.modal button.main-cart-button {
    font-size: 13px;
}

@media (max-width:600px){
    .fixed-overla .modal .form {
    display: flex;
    flex-direction: column;
}
  .main .title{margin:5px 0 10px;}
  .product-one-slider .slick-slide img{max-width:100%;}

.fixed-overla .modal .form p {
    order: 1;
}

.fixed-overla .modal .form button.main-cart-button {
    order: 2;
}

.fixed-overla .modal .form button.back {
    order: 3;
    float: none;
    width: auto;
}
}