* {
  margin: 0px;
  padding: 0px;
  outline: medium none;
  box-sizing: border-box;
}

body {
  font: 16px/22px GothamPro;
  background-color: rgb(255, 255, 255);
}

a,
body {
  color: rgb(41, 43, 55);
}

a {
  text-decoration: none;
}

a:hover {
  color: rgb(72, 128, 237);
  cursor: pointer !important;
}

h2 {
  line-height: 1;
}

h2 {
  font-size: 45px;
  font-weight: 300;
}

p {
  margin-bottom: 20px;
}

.btn {
  border: 0px none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  position: relative;
  background: rgb(41, 49, 59) none repeat scroll 0% 0%;
  transition-duration: 300ms;
}

.btn.blue {
  background: rgb(0, 144, 208) none repeat scroll 0% 0%;
  height: 55px;
  color: rgb(255, 255, 255);
  padding: 0px 18px;
  font-size: 20.5px;
  line-height: 55px;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgb(0, 114, 164);
  border-radius: 0px;
  text-transform: uppercase;
}

.btn.blue:hover {
  background: rgb(39, 181, 245) none repeat scroll 0% 0%;
}

/* .nav ul li:last-child a { margin-right: 0px; } */

@media screen and (max-width: 860px) {
  /*   .nav ul li { display: block; text-align: center; margin: 0px auto; } */
}

.header {}

@media screen and (min-width: 768px) {
  .header {
    text-align: left;
  }
}

.header__in {
  margin: 0px auto;
  padding: 0px;
}

.join {
  padding-bottom: 60px;
}

body {
  min-width: 320px;
}

.header {}

@media screen and (min-width: 768px) {
  .header {
    overflow: hidden;
  }
}

a:hover {
  cursor: pointer !important;
}

@media screen and (min-width: 767px) {
  .main {
    height: auto;
    overflow: hidden;
    text-align: left;
  }
}

.main__in {
  min-width: 280px;
  margin: 0px auto;
}
footer {
  display: block;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.container {
  max-width: 1400px;
  padding: 0px 30px;
  margin: 0px auto;
}

ul {
  list-style: outside none none;
}

footer {
  padding: 20px 0px;
  background: rgb(123, 205, 253) none repeat scroll 0% 0%;
}

footer .footer-logo {
  margin-bottom: 5px;
  cursor: pointer;
}

footer .site {
  color: rgb(255, 255, 255);
  font-size: 14px;
  margin-bottom: 15px;
}

footer .right-side {
  width: calc(100% - 200px);
}

footer .menu {
  float: right;
}

footer .menu>ul>li {
  float: left;
  margin-left: 20px;
  width: 150px;
}

footer .menu>ul>li>span {
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
}

footer .menu>ul>li>ul>li span {
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}

footer .left-side {
  width: 200px;
}

@media (max-width: 1500px) {
  .padding {
    padding: 0px;
  }

}

@media (max-width: 1360px) {
  .padding {
    padding: 0px;
  }

  footer .left-side {
    width: 200px;
  }

  footer .menu>ul>li {
    float: left;
  }

  footer .menu>ul>li>span {
    font-size: 14px;
  }

  footer .menu>ul>li>ul>li span {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .padding {
    padding: 0px;
  }

  footer .menu>ul>li {
    width: 130px;
  }
}

@media (max-width: 1024px) {
  .padding {
    padding: 0px;
  }

}

@media (max-width: 767px) {
  .padding {
    padding: 0px;
  }

  footer .left-side {
    margin-bottom: 30px;
  }

  footer .menu>ul>li {
    width: 100%;
    margin-left: 0px;
  }

  footer .menu>ul>li>span {
    margin-bottom: 10px;
  }

  footer .menu>ul>li>ul {
    margin-bottom: 20px;
  }
}



.content-wrap {
  margin: 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width:980px) {
  .padding {
    padding: 0px;
  }

  .main {
    width: auto;
  }

  .sidebar {
    display: none;
  }
}

@media (max-width:768px) {
  .padding {
    padding: 0px;
  }

  .sidebar {
    display: block;
    width: 100%;
    margin: 0;
  }
}

footer,
header,
main,
section {
  display: block
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

h4 {
  font-size: 17px;
  font-size: 1.0625rem;
}

p {
  margin: .5em 0;
}

@media only screen and (max-width: 640px) {
  .padding {
    padding: 0px;
  }

  .btn.blue {
    background: rgb(0, 144, 208) none repeat scroll 0% 0%;
    height: 55px;
    color: rgb(255, 255, 255);
    padding: 0px 10px;
    font-size: 20px;
    letter-spacing: 90%;
    line-height: 55px;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgb(0, 114, 164);
    border-radius: 0px;
    text-transform: uppercase;
  }

  html {
    font-size: 15px;
  }

  h2 {
    font-size: 16px;
  }

  h4 {
    font-size: 14px;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 500px) {
  .padding {
    padding: 0px;
  }

  footer .right-side {
    width: 100%;
  }

  .btn.blue {
    background: rgb(0, 144, 208) none repeat scroll 0% 0%;
    height: 55px;
    color: rgb(255, 255, 255);
    padding: 0px 10px;
    font-size: 14.5px;
    letter-spacing: 90%;
    line-height: 55px;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgb(0, 114, 164);
    border-radius: 0px;
    text-transform: uppercase;
  }

  html {
    font-size: 15px;
  }

  h2 {
    font-size: 16px;
  }

  h4 {
    font-size: 14px;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 430px) {
  .btn.blue {
    background: rgb(0, 144, 208) none repeat scroll 0% 0%;
    height: 55px;
    color: rgb(255, 255, 255);
    padding: 0px 5px;
    font-size: 14.5px;
    letter-spacing: 90%;
    line-height: 55px;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgb(0, 114, 164);
    border-radius: 0px;
    text-transform: uppercase;
  }
}

@media only screen and (max-width: 370px) {
  .btn.blue {
    background: rgb(0, 144, 208) none repeat scroll 0% 0%;
    height: 55px;
    color: rgb(255, 255, 255);
    padding: 0px 7px;
    font-size: 12px;
    letter-spacing: 90%;
    line-height: 55px;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgb(0, 114, 164);
    border-radius: 0px;
    text-transform: uppercase;
  }
}

.vk-container {
  font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  font-size: 15px;
  color: black;
  text-decoration: none;
}

.vk-header {
  background: rgb(218, 226, 232) none repeat scroll 0% 0%;
  padding: 4px 4px 4px 6px;
  margin-bottom: 10px;
}

.vk-logo {
  background: transparent no-repeat scroll 0% 0%;
  width: 16px;
  height: 16px;
  float: right;
  margin-top: -1px;
}

.vk-header-text {
  padding: 2px 3px 1px 3px;
  line-height: 100%;
  color: rgb(69, 104, 142);
  font-weight: bold;
}

.vk-avatar img {
  float: left;
  margin-right: 10px;
  margin-top: 7px;
}

.vk-comment,
.vk-comment-load {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid rgb(218, 225, 232);
  padding-bottom: 15px;
}

.vk-comment:last-child {
  border-bottom: 0px none;
}

.vk-comment-name {
  margin-left: 60px;
  color: rgb(43, 88, 122);
  font-weight: bold;
  font-size: 12px;
}

.vk-comment-text {
  margin-left: 60px;
}

.vk-comment-date {
  margin-left: 60px;
  color: rgb(153, 153, 153);
}

.main {
  width: 65%;
  float: left;
  border-right: 2px solid #F6F6F6;
  padding: 10px;
}

.main {
  overflow: hidden;
  padding: 0px 20px;
}

.main1 {
  padding: 10px;
}

.sidebar {
  width: 30%;
  float: left;
  background-color: #FBFBFC;
  margin: 2% 2% 0% 2%;
  border: 2px solid #F6F6F6;
  border-radius: 10px;
  padding: 10px;
}


@media screen and (min-width: 1920px) {

  .header__in1 {
    margin: 0px auto;
    padding: 0% 10% 0% 10%;
  }

  .container1 {
    max-width: 1400px;
    margin: 0% 11.8%;
  }

}


@media screen and (min-width: 1366px) {
  .padding {
    padding: 0% 10% 0% 10%;
  }

  .header__in {
    margin: 0px auto;
    padding: 0% 11% 0% 11%;
  }

  .container {
    max-width: 1400px;
    padding: 0% 10.7%;
    margin: 0px auto;
  }

}


.sidebar ul li {
  list-style: none;
  padding-top: 40px;
  font-size: 16px;
  font-weight: 600;
}

.sidebar li img {
  float: left;
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 5px;
  border: 2px solid #F6F6F6;
}

@media (max-width:980px) {
  .padding {
    padding: 0px;
  }

  .main {
    width: auto;
  }

  .sidebar {
    display: none;
  }
}

@media (max-width:768px) {
  .padding {
    padding: 0px;
  }

  .main {
    width: 100%;
  }

  .sidebar {
    display: block;
    width: 100%;
    margin: 0;
  }
}

img {
  max-width: 100%;
  border: none;
}

table {
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 2px 3px 8px 0px rgba(105, 105, 105, 0.39);
}

th,
td {
  border-color: #bdbdbd;
}

.tg {
  border-collapse: collapse;
  border-spacing: 0;
}

.tg td {
  font-family: Arial, sans-serif;
  font-size: 14px;
  vertical-align: text-bottom;
  padding: 10px 10px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: break-all;
}

.tg th {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: break-all;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.tbg1 {
  background: #b4edff;
}

.tbg2 {
  background: #ebfaff;
}

.block {
  display: none;
}

.sidebar ul li {
  height: 90px;
}

.sidebar ul li span {
  cursor: pointer;
}

.sidebar ul li span:hover {
  color: rgb(72, 128, 237);
}

.tg td {
  word-break: normal;
}

@media (max-width: 767px) {
  .hide {
    display: none;
  }

  .block {
    display: block;
    font-weight: 900;
  }

  footer .menu {
    float: left;
    width: 100%;
  }

  footer .container {
    padding: 0 10px;
  }

  footer .menu>ul>li {
    padding: 0 10px;
    width: 33%;
  }

  footer .menu>ul>li>ul {
    margin-bottom: 0;
  }

  table td br {}

  .main1 {
    padding: 0;
  }

  .main {
    padding: 0 10px;
  }

  .sidebar {
    display: none;
  }
}

@media (max-width: 639px) {
  .gelat_Bb6MhOHv {
    text-align: center;
    display: block;
  }

  .gelat_Bb6MhOHv img {
    float: none !important;
    margin-right: 0 !important;
  }

  .text-center-mobile {
    text-align: center;
    line-height: 1.5 !important;
  }
}

@media (max-width: 479px) {
  footer .menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  footer .menu>ul>li {
    width: 50%;
  }

  footer .menu>ul>li>ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
  }
}

.ac_footer {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 50px 0;
  color: #A12000;
}

.ac_footer a {
  color: #A12000;
}

.ac_footer p {
  text-align: center;
}

@import url(css.css);

html {
  min-width: 320px
}


#order_form {
  background: white;
  padding: 25px 20px 20px 20px;
  max-width: 610px;
  font-family: Arial;
  margin: 20px;
  background-image: url(../images/formbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#order_form div {
  background: transparent !important;
}

#order_form h2 {
  margin: 5px 0 0 0;
  padding: 0px;
  line-height: 32px;
  border: none;
}

#order_form label {
  width: 230px;
  display: block;
  padding: 5px 0 5px 0;
  font-weight: bold;
  font-size: 16px;
}

#order_form .order_form_pole {
  padding: 10px;
  margin: 10px;
}

#order_form input {
  font-size: 21px;
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  max-width: 300px;
  width: 100%;
}

#order_form span {
  font-size: 12px;
}

#order_form button {
  display: inline-block;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  background-color: #0299ff;
  background-position: 1.35em .94em;
  background-size: 1em;
  background-repeat: no-repeat;
  transition: all .15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
}

#order_form button:hover {
  background-color: #017ACC;
}

#order_form button:active {
  position: relative;
  top: 1px;
}

.order_info h2 {
  border: none !important;
  color: red !important;
}

.left_count {
  background: red;
  padding: 23px;
  margin: 12px 0px;
  width: 178px;
  color: #fff;
  text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  font-size: 32px !important;
  border-radius: 5px;
}

.left_count .prod_left_val {
  font-size: 52px !important;
  padding-right: 5px;
}


@media screen and (max-width: 480px) {
  #order_form input {}

  #order_form label {
    font-size: 14px;
  }

  #order_form button {
    font-size: 16px;
  }

  #order_form {}

  #order_form .order_form_pole {
    padding: 0px;
    margin: 2px;
  }
}

@media screen and (max-width: 459px) {
  #order_form input {
    width: 80%;
  }

  #order_form {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 349px) {
  #order_form input {
    font-size: 17px;
  }

  #order_form button {
    margin-left: 0px;
  }
}

body {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding-left: 0;

  list-style: none;
}

.clearfix:after {
  content: "";

  display: table;
  clear: both;
}

.button__text:after {
  content: '*';
  display: inline-block;
  font-size: 75%;
  vertical-align: top;
}
.sidebar-hover:hover {
  color: black !important;
}
@media only screen and (max-width: 1230px) {
  .ac_footer {
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .ac_footer {
    padding: 15px;
    font-size: 11px;
    line-height: 1.2;
  }
}