body {
    margin: 0;
    padding: 0;
    line-height: 1.42;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html, body {
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  min-height: 650px;
  scroll-behavior: smooth;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
h1, h2, h3, p {
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
a, button {
  text-decoration: none;
  background-color: #ffffff;
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none;
  position: relative;
  border:none;
  outline:none;
}
a, button:hover {
    cursor: pointer;
}
textarea {
  resize: none;
}
input, select {
  cursor: pointer;
}
.container {
  max-width: 1180px;
  margin: 0 auto;
}
.btn {
  display: inline-block;
  text-align: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  background-color: #FF6D00;
  color: #FFFFFF;
  font-size: 16px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  text-transform: uppercase;
}
.btn:hover {
  background-color: #000000;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.btn--desable {
  background-color: #FF6D00;
  opacity: .5;
  pointer-events: none;
   cursor: default;
}
.btn--blue {
  background:  #1565C0;
  color: #ffffff;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.btn--blue:hover {
  background-color: #2677d4;
  color: #ffffff;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.section-title {
  font-family: 'Comfortaa', cursive;
  font-weight: bold;
  line-height: 51px;
  font-size: 48px;
  text-align: center;
  color: #353534;
  margin-bottom: 30px;
}
.subtitle-section {
  font-family: 'Comfortaa', cursive;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.subtitle-section--mb30 {
  margin-bottom: 30px;
  text-align: center;
}
.content {
  padding: 15px 0;
}
.text {
  font-size: 14px;
}
.text--bold {
  font-weight: 700;
}
.section-grey {
  background: #F5F5F5;
}
.main-wrapper {
    padding-top: 68px;
}

 /* HEADER */
.header-wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
    border-bottom: 2px solid #F5F5F5;
    z-index: 15;
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}
.header__left {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px; 
}
.logo__link {
  max-height: 40px;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.logo__link_img {
  width: 100%;
}
.header__center {
  padding: 0 30px; 
  width: 45%;
}
.nav-list {
  display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.nav-list__link {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.nav-list__link:hover {
  text-decoration: underline;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35%;
  padding: 0 15px; 
}
.bsket { 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}
.basket__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.basket__prod {
  font-size: 14px;
}
.basket__price_val {
  font-weight: 700;
}
.full-bas {
    border: none;
    padding: 0;
}
.full-bas__link {
    color: #ccc;
    font-size: 11px;
}
.full-bas__text {
    text-align: 14px;
    text-align: left;
}

/* HERO */

.hero {
  background-image: url(../img/bg/main-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  margin-bottom: 0px;
}
.hero::after {
  content: "";
  background-color: rgba(0, 0, 0, .45);
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}
.hero__content {
  padding: 10% 20%; 
  z-index: 1;
}
.hero__title {
  font-family: 'Caveat', cursive;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 7%;
}
.hero__title-span {
  font-size: 55px;
}
.hero__btn-block {
  text-align: center;
}
.hero__btn-block .btn{
  font-size: 24px;
  padding: 10px 35px;
}
.text-bold {
  font-weight: 700;
}
.marker {
  text-align: center;
  color: #ffffff;
}
.hero__title_pic {
    position: relative;
    max-height: 120px;    
    margin-bottom: 25px;
}
.hero__title_img {
    max-height: 120px;
}
.hero__title_text {
  display: block;
  margin-bottom: 5px;
}

/* INFO */

.info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.info__list--advant {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
}
.info__item {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 5px; 
}
.info__item--16 {
  width: 16.5%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 10px;
}
.info__item--16 .text{
  font-size: 16px;
}
.info__top {
  height: 100px;
  width: auto;
  margin-bottom: 10px;
}
.info__top--advant {
  height: 160px;
  width: auto;
}
.info__top_svg, .info__top_img {
  height: 100%;
  width: auto;
}
.info__bottom {
  text-align: center;
}
.info__name {
  font-weight: 700;
  margin-bottom: 3px;
}

/* USE */

.use-section {
  padding: 4% 0;
}
.use {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px 
}
.use__left {
  width: 33%;
  padding-right: 30px;
}
.use__right {
  position: relative;
  width: 66%;
  padding-left: 30px;
}
.use__img {
  width: 100%;
}

/* PRODUCT */

.product-section {
  padding: 4% 0;
}
.product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}
.product__item {
  width: 23%;
  background-color: #FFFFFF;
  margin-bottom: 30px;
  padding-bottom: 20px;
  margin: 10px;
  position: relative;
}
.product__item:hover {
	transform: scale(1.02);
    box-shadow: 0px 0px 19px -2px rgba(0,0,0,0.2);
    transition: all 0.2s ease-out;
}

.product__content a {
	color: black;
}

.product__item--rec {
    width: 24%;
}
.sale-round {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
}
.product__pic {
  position: relative;
  margin-bottom: 15px;
  padding: 15px;
}
.product__pic--regul .product__img{
  width: 65%;
  display: block;
  margin: 0 auto;
}
.product__img {
  width: 100%;
}
.product__name {
  font-size: 18px;
  font-family: 'Comfortaa', cursive;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 10px;
}
.product__list {
  border-top: 5px dotted #f7f7f7;
}
.product__content_list {
  margin-bottom: 10px;
  border-top: 5px dotted #f7f7f7;
}
.product__content_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 5px dotted #f7f7f7;
  padding: 5px 0;
}
.product__content_name {
  padding-left: 15px;
  font-size: 14px;
}
.product__content_value {
  padding-right: 15px;
  font-size: 14px;
}
.product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 15px;
}
.product__price_old {
  font-family: 'Comfortaa', cursive;
  font-size: 18px;
  text-decoration-line: line-through;
}
.product__price_new {
  font-family: 'Comfortaa', cursive;
  font-weight: bold;
  font-size: 24px;
}
.product__btn {
  text-align: center;
}
.recomend-section {
    padding: 1% 0 3%;
}
/* ADVANT */

.advant-section {
  padding: 4% 0;
}

/* SPECIFIC */

.specific-section {
  padding: 4% 0;
}
.specific__block {
  padding: 20px 5%;
  background-color: #FFFFFF;
  margin-bottom: 10px;
}
.specific__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 3px 0;
}
.specific__item_dot {
  padding: 0 5px;
}
.specific__list--style .specific__item {
  padding-left: 15px;
  position: relative;
}
.specific__list--style .specific__item:before {
  content: "-";
  position: absolute;
  left: 0;
  color: #000;
}

/* INSTALL */

.install-section {
  padding: 4% 0;
}
.install__iframe {
  padding: 20px 0;
  height: 600px;
}
.install__content {
  text-align: center;
}

/* CONTACT */

.contact-section {
  padding: 4% 0;
}
.contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact__info {
  width: 55%;
  background-color: #FFFFFF;
  padding: 30px;
}
.contact__block {
  margin-bottom: 21px;
}
.contact__block .text{
  font-size: 16px;
  margin-bottom: 5px;
}
.metro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
}
.metro__item_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}
.metro__item_top-item {
    margin-right: 10px;
}
.metro__item {
    margin-bottom: 10px;
}
.contact__link {
  color: #000;
  font-weight: 700;
  display: block;
}

/* FOOTER */

.footer-section {
  background-color: #353534;
  padding: 25px 0 20px;
}
.footer__text {
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
}
.footer__signature {
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}

/* CHECKOUT */

.checkout {
  padding: 4% 0;
}
.checkout-block {
  width: 80%;
  position: relative;
  margin: 0 auto;
}
.checkout-block__success {
    display:none;
    text-align:center;
    padding: 20px 0;
}
.checkout-block .shop-cart {
    margin-bottom: 20px;
}
.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
  width: 75%;
  margin: 0 auto;
}
.form__fieldset {
    width: 100%;
    border:none;
}
.form__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.form__err {
    line-height:1;
    margin: 5px 0;
    position: absolute;
    top: 100%;
}
.form__err br {
    display:none;
}
.form__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
  width: 50%;
}
.form__right {
  padding-left: 20px;
  width: 50%;
}
.form__block {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form__block--last {
    margin-bottom: 10px;
}
.form__block_title {
  font-weight: 700;
  margin-bottom: 6px;
}
.form__input {
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  padding: 10px 15px;
  background-color: #ffffff;
  border: none;
}
.form__block_text {
  padding: 15px 0 0;
}
.text-bold-red {
    font-weight: 700;
    color: red;
    font-size: 16px;
}
.form__block_btn {
    width: 100%;
    text-align: left;
    padding: 15px 0;
    margin: 0 auto;
}
.checkout-block {
  padding: 0 30px;
}
.checkout-block__item {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10% 0 30px;
  margin-bottom: 10px;
  position: relative;
}
.checkout-block__item_pic {
  max-height: 70px;
  width: 15%;
  text-align: center;
}
.checkout-block__item_img {
  max-height: 70px;
}
.checkout-block__item_name {
  width: 30%;
  font-weight: 700
}
.checkout-block__item_link {
  color: #000;
}
.checkout-block__item_price {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-block__item_oldprice, .checkout-block__item_newprice {
    padding: 0 5px;
}
.checkout-block__item_oldprice{
    font-weight: 300;
    text-decoration-line: line-through;
}
.checkout-block__item_del{
  font-size: 14px;
  color: #FF6D00;
  text-decoration: underline;
  position: absolute;
  top: 5px;
  right: 30px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.checkout-block__item_del:hover{
  cursor: pointer;
  color: #ffb883;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.checkout-block__item_val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #F5F5F5;
  padding: 2px;
}
.checkout-block__item_val .shk_count_button {
  width: auto;
  height: auto;
  background-color: #F5F5F5;
  padding: 10px;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.shk_count_button:hover {
  background-color: #e8e8e8;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.checkout-block__item_inp {
  border: none;
  font-family: 'Comfortaa', cursive;
  font-size: 24px;
  text-align: center;
  font-weight: 700
}
.checkout__result {
  padding: 20px 0;
  text-align: right;
  font-family: 'Comfortaa', cursive;
  font-size: 24px;
  font-weight: 700;
}
.checkout__result_discount {
    font-size: 16px;
    padding-right: 15px;
}

/* delivery */

.delivery-section {
	padding: 4% 0 0 0;
}

.delivery-section p {
	padding-bottom: 30px;
}

/* Product card */

.card-section {
	padding: 4% 0;

}

.card-grey .specific__block {
	background-color: #f5f5f5;
}

.card-grey {
	padding-top: 0;
	padding-bottom: 4%;

}

.card-section .section-title {
	text-align: left;
	font-size: 36px;
	margin-bottom: 40px;
}

.product-card {
	display: flex;
    justify-content: space-between;
}

.card-left {
	max-width: 400px;
}

.card-left img {
	max-width: 100%;
}

.card-center {
	width: 400px;
	display: grid;
	align-items: center;
}

.card-center a {
	color: #FF6D00;
}

.card-center a:hover {
	text-decoration: underline;
}


.card-right {
    width: 270px;
    max-width: 100%;
    background-color: #F5F5F5;	
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-block_discont {
	color: #FF6D00
}

.price-block {
	width: 100%;
	justify-content: space-between;
}

.card-right .product__price_new {
    font-size: 36px;
    text-align: center;
}

.card-right .product__price_old {
    margin-right: 10px;
}

.price-block_check {
    text-align: center;
    padding: 15px 0;
    color: #4CAF50;
}

.text-block__list {
    margin-bottom: 40px;
}

.text-block__item,
.text-block__text {
    display: flex;
    position: relative;
}
.text-block__item {
    margin-bottom: 5px;
}
.text-block__item_name {
    color: #959595;
}
.text-block__item__dot {
    display: inline-block;
    flex: 1;
    vertical-align: baseline;
    border-bottom: 1px dotted #959595;
    margin: 0 5px;
}
.text-block__item_left {
    display: flex;
    align-items: baseline;
    min-width: 70%;
}

.price-block_top {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
    .header__center {
        width: 42%;
    }
    .header__right_btn .btn {
        font-size: 14px;
    }
    .header__right {
    width: 38%;
    }
}
@media screen and (max-width: 1060px) {
    .header__center {
        display:none;
    }
  .header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__left {
    width: 35%;
  }
  .header__right {
    width: 65%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
  .header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__left {
    width: 35%;
  }
  .header__center {
    display: none;
  }
  .header__right {
    width: 65%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .hero__content {
      padding: 10%;
  }
  .info__item {
    width: 25%;
  }
  .use {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .use__left, .use__right {
    width: 100%;
  }
  .product__list{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: end;
  }
  .product__item {
    width: 33%;
    margin: 1px;
  }
  .recomend-section {
    padding-bottom: 5%;
  }
  .info__item--16 {
    width: 33%;
    margin-bottom: 30px
  }
  .install__iframe {
    height: 370px;
  }
  .contact__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .map {
    width: 100%;
  }
  .contact__info {
    width: 100%;
  }
  .form {
    width: 100%;
  }
  .checkout-block {
    width: 100%;
    padding: 0;
  }
  .checkout-block__item {
    padding: 0 10% 0 15px;
  }
  .checkout-block__item_del {
    font-size: 12px;
    right: 5px;
  }
  .checkout__result {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 667px) {
    .main-wrapper {
    padding-top: 105px;
  }
  .section-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .hero__content {
    padding: 15% 0;
  }
  .hero__title-span {
    font-size: 35px;
  }
  .hero__title {
    font-size: 26px;
  }
  .hero__btn-block .btn {
    font-size: 15px;
  }
  .hero__title_pic {
    max-height: auto;
    }
  .hero__title_img {
      width: 100%;
      max-height: auto;
  }
  .info__item {
    width: 50%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .use {
    padding-top: 0px;
  }
  .use__left {
    padding-right: 0;
  }
  .subtitle-section {
    margin-bottom: 10px;
    text-align: center;
  }
  .product__item {
    width: 100%;
    margin-bottom: 15px;
  }
  .info__top--advant {
    height: 115px;
  }
  .specific__item_name {
    font-weight: 700;
  }
  .specific__item_dot {
    display: none;
  }
  .install__iframe {
    height: 235px;
    width: 100%;
  }
  .metro__list, .header,.specific__item, .checkout-block__item {
    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  }
  .header__left {
    width: 100%;
    margin-bottom: 20px;
  }
  .header__right {
    width: 100%;
    padding: 0;
  }
  .bsket {
    width: 55%;
    padding-right: 10px;
  }
  .header__right_btn {
    width: 45%;
    text-align: right;
  }
  .header__right_btn .btn{
    padding: 5px 15px;
    font-size: 14px
  }
  .form {
      padding-top:0;
  }
  .form__left{
    width: 100%;
    margin-right: 0;
    padding-right:0;
  }
  .form__right {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .form__block_btn {
    text-align: center;
  }
  .checkout-block__item {
    padding: 15px 20px;
  }
  .checkout-block__item_pic {
    max-height: 100px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .checkout-block__item_img {
    max-height: 100px;
  }
  .checkout-block__item_name {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .checkout-block__item_val, .checkout-block__item_price {
    margin-bottom: 15px;
  }
  .contact__info {
    padding: 20px 10px 0;
  }
  .checkout-block__item_del {
    position: relative;
  }
  .checkout__result {
    text-align: center;
  }
  .form__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  }
}

