* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;

  outline: none;
}

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;

  background: #fafafa;
}

a {
  font-weight: bold;
  color: #23527c;
  text-decoration: underline;
}

a:hover {
  color: #b0493b;
  text-decoration: none;
}

.container {
  position: relative;

  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.logo {
  display: block;
  margin: 15px auto;

  font-size: 60px;
  font-family: "Rubik Mono One", sans-serif;
  text-align: center;
  color: #0085cf;
  text-transform: uppercase;
  text-decoration: none;
}

.logo:hover {
  color: #0085cf;
}

.nav {
  line-height: 40px;

  background: #0085cf;
}

.nav li {
  display: inline-block;
  padding: 0 8px;

  vertical-align: middle;
  text-align: center;
}

.nav li a {
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;

  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav li a:hover {
  color: #afd8f0;

  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.social {
  position: absolute;
  top: 50%;
  right: 5px;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.social li {
  display: inline-block;

  font-size: 20px;
  vertical-align: middle;
}

.social li .facebook {
  color: #3b5998;
}

.social li .youtube {
  color: #d8362a;
}

.social li .twitter {
  color: #55bfee;
}

.content {
  display: inline-block;
  width: 71%;
  padding: 25px 20px;

  background: #ffffff;
}

.soc_crumbs {
  padding: 5px;

  font-size: 0;

  background: #eeeeee;
}

.soc_crumbs .soc_img {
  display: inline-block;
  width: 50%;

  vertical-align: middle;
}

.content .soc_crumbs .soc_img img {
  width: auto;
  margin-bottom: 0;
}

.soc_crumbs span {
  display: inline-block;
  width: 50%;

  font-size: 13px;
  vertical-align: middle;
  text-align: right;
}

.content h1 {
  margin-bottom: 16px;

  text-align: center;
}

.content h2 {
  padding-bottom: 15px;

  font-size: 19px;

  border-bottom: 3px solid #168de2;
}

.content .photo_block {
  width: 100%;
  max-width: 100%;

  font-size: 0;
}

.content .photo_block img {
  display: inline-block;
  width: 50%;

  vertical-align: top;
}

.btn {
  display: block;
  width: 310px;
  max-width: 90%;
  margin: 20px auto;
  padding: 10px 18px;
  outline: none;
  border: none;
  font-size: 22px;
  font-family: Arial;
  text-align: center;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  background: rgb(52, 152, 219) -webkit-gradient(linear, left top, left bottom, from(rgb(52, 152, 219)), to(rgb(41, 128, 185))) repeat scroll 0 0;
  background: rgb(52, 152, 219) -webkit-linear-gradient(top, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0 0;
  background: rgb(52, 152, 219) -o-linear-gradient(top, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0 0;
  background: rgb(52, 152, 219) linear-gradient(to bottom, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0 0;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  cursor: pointer;
}

.btn:hover {
  color: #ffffff;
  text-decoration: none;

  background: rgb(60, 176, 253) -webkit-gradient(linear, left top, left bottom, from(rgb(60, 176, 253)), to(rgb(52, 152, 219))) repeat scroll 0 0;
  background: rgb(60, 176, 253) -webkit-linear-gradient(top, rgb(60, 176, 253), rgb(52, 152, 219)) repeat scroll 0 0;
  background: rgb(60, 176, 253) -o-linear-gradient(top, rgb(60, 176, 253), rgb(52, 152, 219)) repeat scroll 0 0;
  background: rgb(60, 176, 253) linear-gradient(to bottom, rgb(60, 176, 253), rgb(52, 152, 219)) repeat scroll 0 0;
}

.content p,
.content img,
.content h1,
.content h2 {
  margin-bottom: 16px;
}

.content p {
  line-height: 1.5625;
}

.content img {
  display: block;
  width: 100%;
  max-width: max-content;
  margin: 0 auto 15px;
}

.content .prod {
  width: 175px;
  max-width: 100%;
  margin: 0 auto 16px;
}

.content .list {
  margin-bottom: 16px;
}

.content .list p {
  margin-bottom: 0;
}

.social_block {
  margin-bottom: 20px;
  padding: 20px;

  border: 2px solid #e6e6e6;
}

.content .social_block span {
  display: block;
  margin-bottom: 16px;

  font-weight: bold;
}

.content .social_block img {
  width: auto;
  margin: 0;
}

.quantity {
  margin-bottom: 20px;
  padding: 2px 3px 1px;

  font-weight: bold;
  color: #45688e;

  background: #dae2e8;
}

.comment {
  margin-bottom: 15px;
  padding-bottom: 15px;

  border-bottom: 1px solid #dae1e8;
}

.content .comment .avatar {
  display: inline-block;
  width: 48px;
  margin-right: 10px;

  vertical-align: top;
}

.comm_text {
  display: inline-block;
  width: calc(100% - 65px);
  ;

  vertical-align: top;
}

.content .comm_text .user_name {
  margin-bottom: 0;

  font-weight: bold;
  font-size: 12px;
  color: #2b587a;
}

.content .comm_text .text {
  font-size: 15px;
}

.content .comm_text .time {
  margin-bottom: 0;

  color: #999999;
}

.sidebar {
  display: inline-block;
  width: 27%;
  padding: 25px 0 0;

  vertical-align: top;

  background: #ffffff;
}

.sidebar img {
  width: 100%;
  margin-bottom: 16px;
}

.sidebar p {
  margin-bottom: 16px;

  font-weight: bold;
}

.sidebar a {
  text-decoration: none;
}

.footer {
  margin: 0 auto;
  padding: 20px 1.5%;

  text-align: center;

  background: #ebebeb none repeat scroll 0 0;
}

.burg {
  display: none;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;

  display: none;
  width: 781px;
  height: 460px;
  padding: 30px;

  background: #658fc4;
  border: 5px solid #dddddd;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup h1 {
  margin-bottom: 25px;

  text-align: center;
  color: #ffffff;
}

.popup img {
  display: inline-block;
  width: 170px;
  margin-right: 40px;

  vertical-align: middle;
}

.popup .text {
  display: inline-block;
  width: calc(100% - 270px);

  vertical-align: middle;
}

.popup .text p {
  margin-bottom: 16px;

  font-size: 22px;
  color: #ffffff;
}

.popup .popup_btn {
  display: block;
  max-width: 345px;
  margin: 10px auto;
  margin-top: 25px;
  padding: 15px 15px !important;

  font-weight: bold;
  font-size: 23px;
  font-family: sans-serif;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;

  border: 1px solid #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.popup .popup_btn:hover {
  color: #658fc4;

  background: #ffffff;

  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.close {
  position: absolute;
  top: -39px;
  right: -43px;

  width: 31px;
  height: 31px;

  font-weight: bold;
  font-size: 23px;
  text-align: center;
  color: #658fc4;

  border: 3px solid #dddddd;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

@media all and (max-width: 1000px) {

  .social,
  .soc_crumbs,
  .sidebar,
  .social_block,
  .nav li {
    display: none;
  }

  .content {
    width: 100%;
  }

  .logo {
    margin: 5px auto;

    font-size: 50px;
  }

  .content h1 {
    font-size: 22px;
  }

  .btn {
    font-size: 18px;
  }

  .nav {
    line-height: 12px;
  }

  .burg {
    display: block;
    margin: 0 auto;

    text-align: center;
  }

  .burg img {
    width: 40px;
  }

  .popup {
    display: none !important;
    width: 315px;
    height: auto;
    padding: 10px;
  }

  .popup img {
    display: block;
    width: 70px;
    margin: 0 auto;
  }

  .close {
    top: -33px;
    right: -7px;
  }

  .popup .text {
    width: 100%;
  }

  .popup h1 {
    margin-bottom: 0;

    font-size: 20px;
  }

  .popup .text p {
    margin-bottom: 10px;

    font-size: 15px;
  }

  .popup .popup_btn {
    font-size: 16px;
  }
}

#order_form {
  margin-top: 30px;
}

.text9 {
  padding: 0 12px 16px;

  font-weight: bold;
  font-size: 16.67px;
  color: #02aeee;
}

input,
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 274px;
  margin-bottom: 10px;
  padding: 12px;

  font-weight: bold;
  font-size: 16.67px;
  color: grey;

  background-color: #e6e6e6;
  border: none;
  outline: none;
  -webkit-box-shadow: 0 0 2px 1px grey;
  box-shadow: 0 0 2px 1px grey;
}

select {
  background: #e6e6e6 url(../img/select.png) no-repeat 96% center;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.price {
  position: absolute;
  right: 0;
  bottom: 0;

  width: 165px;
  height: 98px;
  margin: 0 auto;

  font-weight: bold;
  font-size: 19px;
  line-height: 1.3;
  font-family: Arial, sans-serif;
  text-align: center !important;
  color: rgb(0, 0, 0);

  background: -webkit-gradient(linear, left top, right top, from(rgb(238, 165, 19)), to(rgb(253, 237, 19)));
  background: -webkit-linear-gradient(left, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
  background: -o-linear-gradient(left, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
  background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  -webkit-border-radius: 19%;
  border-radius: 19%;
  -webkit-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 3px 30px;
  box-shadow: rgba(0, 0, 0, 0.8) 0 3px 30px;
  -webkit-transform: rotateZ(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotateZ(-7deg);
}

span.discount {
  display: block;
  margin-top: 9px;

  font-size: 18px;
}

.price_main {
  margin: 0 auto;

  font-size: 24px;
  line-height: 0;

  border-bottom: 2px solid #d31812;
}

.price_s {
  display: inherit;
  margin-bottom: 9px;
}

.prod_img_wrapper {
  position: relative;

  max-width: 300px;
  margin: 15px auto;
}

.form__block {
  text-align: center;
}

.ruletka-p h2 {
  margin-bottom: 15px;

  font-size: 25px;
}

.ruletka-p {
  margin: 15px;

  font-weight: bold;
  line-height: 25px;
  text-align: center !important;
  color: black;
  text-indent: 0;
}

.shipment {
  text-align: center;
  color: #818181;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.total {
  text-align: center;
  color: #feb136;
  font-size: 20px;
}