@font-face {
  font-family: 'BloggerSans';
  src: url('../fonts/blogger/BloggerSans.eot'); /* IE9 Compat Modes */
  src: url('../fonts/blogger/BloggerSans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/blogger/BloggerSans.woff') format('woff'), /* Modern Browsers */ url('../fonts/blogger/BloggerSans.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/blogger/BloggerSans.svg#BloggerSans') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'BloggerSans-Bold';
  src: url('../fonts/blogger/BloggerSans-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/blogger/BloggerSans-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/blogger/BloggerSans-Bold.woff') format('woff'), /* Modern Browsers */ url('../fonts/blogger/BloggerSans-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/blogger/BloggerSans-Bold.svg#BloggerSans-Bold') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

.clearfix {
  clear: both;
}

a:focus, input:focus {
  outline: none;
  text-decoration: none;
}

section {
  float: left;
  width: 100%;
  clear: both;
}

h3 {
  font-family: BloggerSans-Bold;
  font-size: 50px;
  color: #3b3b39;
  letter-spacing: 0;
  display: block;
  text-align: center;
  line-height: 2;
}

h3:after {
  display: block;
  content: '';
  border: 2px solid #f49421;
  box-shadow: 0 1px 4px 0 #f49421;
  width: 66px;
  height: 0;
  margin: 0 auto;
}

section.header {
  float: left;
  width: 100%;
  height: 800px;
  background: url(../img/1920.jpg) no-repeat center top;
}

section.header div.logo {
  position: relative;
}

section.header div.logo img {
  position: absolute;
  display: block;
}

section.header ul.navbar-menu li {
  float: left;
  list-style: none;

  margin: 0 40px 0 0;
}

section.header ul.navbar-menu li a {
  font-family: BloggerSans;
  font-size: 17px;
  color: #fff;
  line-height: 58px;
  padding: 5px 0;
  position: relative;
  letter-spacing: 0;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.50);
}

section.header ul.navbar-menu li a:hover {
  text-decoration: none;
}

section.header ul.navbar-menu li a:hover:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  border-bottom: 2px solid #fff;
  text-decoration: none;
  box-shadow: 0 1px 4px 0 #fff;
}

section.header div.header-line div.phone {
  font-family: BloggerSans-Bold;
  font-size: 18px;
  color: #fff;
  text-align: right;
  letter-spacing: 0;
  line-height: 1;
  margin: 10px 0 2px 0;
}

section.header div.header-line div.sub {
  font-family: BloggerSans;
  font-size: 17px;
  text-align: right;

  color: #fff;
  letter-spacing: 0;
}

div.contact-block {
  width: 100%;
  margin: 0 auto;
  text-align: center;

  vertical-align: top;
}

div.contact-block div.text {
  display: inline-block;
  width: 150px;
  text-align: right;
  padding-right: 15px;
  font-family: BloggerSans;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  margin-left: 150px;
  border-right: 1px solid #fdfdcb;
  vertical-align: top;
}

div.contact-block div.phone {
  vertical-align: top;

  display: inline-block;
  text-align: left;
  padding-left: 10px;
  width: 220px;
}

div.contact-block div.phone p.phone {
  font-family: BloggerSans-Bold;
  font-size: 19px;
  color: #fff;
  letter-spacing: 0;
  display: block;
  line-height: 22px;
  margin: 2px 0 2px 0;
}

div.contact-block div.phone p.phone-small {
  font-family: BloggerSans;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0;
}

div.contact-block div.phone p.sub {
  font-family: BloggerSans;
  font-weight: 100;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;

}

div.contact-block div.button {
  display: inline-block;
  width: 200px;

}

div.contact-block div.button a {
  display: block;
  width: 198px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 2px solid #ffffb8;
  box-shadow: 0 4px 6px 0 rgba(158, 93, 0, 0.49);
  border-radius: 100px;
  font-family: BloggerSans-Bold;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  letter-spacing: 0;
}

div.contact-block div.button a:hover {
  text-decoration: none;
  background-color: #ffffb8;
  color: #3b3b39;
}

section.header div.contact-block {
  margin-top: 50px;
  float: left;
  width: 100%;
}

div.slogan-block {
  display: inline-block;
  width: 100%;
  max-width: 700px;
  margin-left: 200px;
  margin-top: 100px;
}

div.slogan-block .big-title {
  font-family: BloggerSans-Bold;
  font-size: 90px;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  color: #fff9c9;
  text-align: left;

}

div.slogan-block .sub-title {
  font-family: BloggerSans;
  font-size: 38px;
  color: #fbf2e1;
  margin: 0;
  letter-spacing: 0;
  text-shadow: 0 3px 9px #f5c023;
  line-height: 1;

  text-align: left;
}

div.slogan-block .want-to-sell a {
  display: block;
  width: 258px;
  height: 58px;

  line-height: 58px;
  float: left;
  background: rgba(255, 255, 255, 0.16);
  border: 2px solid #ffffb8;
  box-shadow: 0 4px 6px 0 rgba(158, 93, 0, 0.49);
  border-radius: 100px;
  margin-top: 30px;
  font-family: BloggerSans-Bold;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0;
  clear: both;

}

div.slogan-block .want-to-sell a:hover {
  text-decoration: none;
  background-color: #ffffb8;
  color: #3b3b39;

}

div.slogan-block .want-to-sell p {
  clear: both;
  float: left;
  display: block;
  margin-top: 40px;

  font-family: BloggerSans;
  font-size: 25px;
  color: #fbf2e1;
  letter-spacing: 0;
  text-shadow: 0 3px 9px #f5c023;
}

section.about-us .text-block {

  margin-top: 75px;
}

section.about-us {
  min-height: 700px;

  background: url(../img/o-nas-big.jpg) no-repeat right bottom;
}

section.about-us p {
  font-family: BloggerSans;
  font-size: 17px;
  color: #00001b;
  letter-spacing: 0;
  line-height: 25px;
  margin: 20px auto;
}

section.about-us p strong {
  font-family: BloggerSans-Bold;
}

section.where-we-buy {
  padding: 50px 0;
  background: url(../img/bg-gde-pokupaem.jpg) no-repeat center bottom;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 900px;
}

section.where-we-buy h3 {
  color: #fff;
}

section.where-we-buy .where-buy-info {
  float: right;
  background: rgba(255, 255, 255, 0.12);
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100px;
  padding: 15px 35px;
}

section.where-we-buy .map {
  position: relative;
  background: url(../img/map-big.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  min-height: 600px;
  margin-bottom: 150px;
}

section.where-we-buy .where-buy-info p.sub {
  font-family: BloggerSans;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  margin: 0;
  line-height: 1.5;
}

section.where-we-buy .where-buy-info p.text {
  font-family: BloggerSans-Bold;
  font-size: 30px;
  color: #fdfdcb;
  margin: 0;

  letter-spacing: 0;
  line-height: 1;

}

section.partners {
  padding: 0 0 100px;
}

.partner-block {
  width: 100%;
  max-width: 420px;
  min-height: 551px;
  margin: 150px auto 0;
  text-align: center;
}

section.partners .left {
  background: #5a3958;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.14);
  border-radius: 25px;
}

section.partners .right {
  background: rgba(255, 255, 255, 0.17);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.14);
  border-radius: 25px;
}

.partner-block .img {
  float: left;
  width: 100%;
  clear: both;
  height: 220px;

  margin-top: -100px;
}

.partner-block .img img {
  max-height: 210px;
}

.partner-block .title {
  font-family: BloggerSans-Bold;
  font-size: 40px;
  color: #fff;
  display: inline-block;
  line-height: 60px;
  height: 40px;
  letter-spacing: 0;
  margin: 30px auto 0;
}

section.partners .partner-block.right .title {

  font-family: BloggerSans-Bold;
  font-size: 40px;
  color: #3b3b39;
  letter-spacing: 0;
}

.partner-block .title:after {
  display: block;
  content: '';
  width: 100%;
  top: 0;
  height: 0;
  margin: 0 auto;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.69);
}

.partner-block.right .title:after {

  border: 2px solid #f49421;
  box-shadow: 0 1px 4px 0 #f49421;
}

.partner-block div.sub {
  max-width: 70%;
  margin: 40px auto 0;
  font-family: BloggerSans;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0;
  line-height: 22px;
}

.partner-block.right div.sub {

  color: #3b3b39;
}

.partner-block div.price {
  margin: 50px auto;
  font-family: BloggerSans-Bold;
  font-size: 37px;
  color: #fdfdcb;
  letter-spacing: 0;
  line-height: 22px;
}

section.partners .partner-block.right div.price {
  color: #f49421;
}

section.partners .partner-block .buy-btn a {
  background: rgba(255, 255, 255, 0.16);
  border: 2px solid #ffffb8;
  box-shadow: 0 4px 6px 0 rgba(158, 93, 0, 0.49);
  border-radius: 100px;
  display: block;
  width: 258px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  margin: 0 auto;

  font-family: BloggerSans-Bold;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0;
}

section.partners .partner-block.right .buy-btn a {
  background: #f49421;
  box-shadow: 0 4px 6px 0 rgba(158, 93, 0, 0.25);
  border-radius: 100px;
}

section.partners .partner-block .buy-btn a:hover {
  background: #ffffb8;
  color: #3b3b39;
}

section.partners .partner-block .buy-btn a:hover {
  text-decoration: none;
}

section.partners .partner-block .detail {
  margin-top: 20px;
}

section.partners .partner-block .detail a {

  font-family: BloggerSans;
  font-size: 14px;
  color: #f49421;

}

section.partners .partner-block.right .detail a {
  font-family: BloggerSans;
  font-size: 14px;
  color: #5a3958;
}

section.partners .partner-block .detail a i {
  margin-right: 5px;
  font-size: 20px;
  position: relative;
  top: 2px;
  color: #fff;
}

section.partners .partner-block.right .detail a i {

  color: #5a3958;
}

section.what-we-buy {
  background-image: radial-gradient(49% 127%, #4f3552 27%, #39123d 100%);
  min-height: 950px;
  padding: 150px 0 0;
  position: relative;
}

.top-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 160px;
  right: 0;
  background: url(../img/med-te4et-big-pattern.png) repeat-x center;
}

section.what-we-buy .bottom-line {
  position: absolute;
  bottom: -100px;
  left: 0;
  height: 195px;
  right: 0;
  background: url(../img/shariki.png) repeat-x center;
}

section.what-we-buy h3 {
  color: #fff;
}

section.what-we-buy .whay-buy-info {
  width: 100%;
  max-width: 450px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50px;
  padding: 40px 45px;
  margin: 60px auto;
}

section.what-we-buy .whay-buy-info div.text {
  font-family: BloggerSans;
  font-size: 38px;
  color: #fdfdcb;
  letter-spacing: 0;
  line-height: 53px;
}

section.what-we-buy .whay-buy-info div.title {
  font-family: BloggerSans-Bold;
  font-size: 50px;
  color: #fff;
  letter-spacing: 0;
}

section.what-we-buy .whay-buy-info div.btn {
  float: left;
  display: block;
  width: 100%;
  clear: both;
}

section.what-we-buy .whay-buy-info div.btn a {
  display: block;
  background: #f49421;
  box-shadow: 0 4px 6px 0 rgba(158, 93, 0, 0.25);
  border-radius: 100px;
  width: 260px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  margin: 15px auto 0;

  font-family: BloggerSans-Bold;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0;
}

section.what-we-buy .whay-buy-info div.btn a:hover {
  text-decoration: none;
  background: #fff;
  color: #f49421;
}

section.what-we-buy img.what-we-buy {
  margin: 100px auto;
  display: block;
  max-width: 100%;
}

section.all-info {
  padding: 100px 0 50px;
}

section.all-info .partner-block {
  background: rgba(255, 255, 255, 0.17);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.14);
  border-radius: 25px;
}

section.all-info .partner-block .title {
  font-family: BloggerSans-Bold;
  font-size: 40px;
  margin-bottom: 60px;
  color: #3b3b39;
  letter-spacing: 0;
}

section.all-info .partner-block .title:after {

  border: 2px solid #f49421;
  box-shadow: 0 1px 4px 0 #f49421;
}

section.all-info .partner-block p {
  margin: 40px auto;
}

section.all-info p.text {
  font-family: BloggerSans;
  font-size: 17px;
  color: #00001b;
  letter-spacing: 0;
  line-height: 25px;
  margin: 180px 0 80px;
}

section.all-info p.text strong {
  font-family: BloggerSans-Bold;
}

section.contacts {
  position: relative;
  padding: 150px 0 50px;

}

section.contacts .map {
  float: left;
  width: 100%;
  position: relative;
  height: 600px;
  margin-top: 60px;
  margin-left: -15px;

  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}

div.marker-info {
  padding: 0 0 15px 0;
  background: #fff;
  border-radius: 4px;
  width: 350px;

}

div.marker-info .img-block {
  float: left;
  width: 150px;
  height: 120px;
  margin-right: 15px;
}

div.marker-info .img-block img {
  width: 150px;
  height: 120px;
  float: left;
  display: block;
}

div.marker-info .title {
  font-family: BloggerSans-Bold;
  font-size: 22px;
  color: #3b3b39;
  letter-spacing: 0;
  padding-top: 15px;
  line-height: 25px;
  margin: 15px 0 0 15px;
}

div.marker-info .address {
  font-family: BloggerSans;
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  line-height: 22px;
}

section.contacts .form {
  float: left;
  padding-left: 20px;
  margin-top: 60px;
  width: 100%;
  max-width: 700px;
}

section.contacts .form div.text {
  font-family: BloggerSans;
  font-size: 14px;
  color: #3b3b39;
  letter-spacing: 0;
}

section.contacts .form div.phone {
  font-family: BloggerSans;
  font-size: 35px;
  color: #f49421;
  position: relative;
  padding-left: 40px;
  letter-spacing: 2px;
  line-height: 30px;
  margin: 15px 0 5px 0;
}

section.contacts .form div.phone.phone-small {
  font-size: 22px;
}

section.contacts .form div.phone i {
  position: absolute;
  top: -3px;
  left: 5px;
  color: #c9c9c9;
}

section.contacts .form div.address {
  font-family: BloggerSans;
  font-size: 22px;
  color: #3b3b39;
  letter-spacing: 0;
  position: relative;
  padding-left: 40px;
  margin-top: 20px;
  max-width: 380px;
  line-height: 1.5;
}

section.contacts .form div.address i {
  position: absolute;
  top: -3px;
  left: 5px;
  color: #c9c9c9;
  font-size: 30px;

}

section.contacts .form .contact-form label {
  display: block;
  font-family: BloggerSans;
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  margin-top: 15px;

}

section.contacts .form .contact-form div.field-block {
  width: 100%;
  max-width: 700px;
  float: left;
  clear: both;
}

.form .contact-form input[type="text"] {
  background: #f3f3f3;
  border-radius: 4px;
  width: 100%;
  max-width: 700px;
  height: 45px;
  padding: 0 15px;
  border: 0;

}

.form .contact-form textarea {
  background: #f3f3f3;
  border-radius: 4px;
  width: 100%;
  max-width: 700px;
  height: 90px;
  padding: 3px 15px;
  resize: none;
  border: 0;
}

.form .contact-form input[type="button"] {
  float: right;
  width: 184px;
  margin-top: 20px;
  height: 58px;
  background: #f49421;
  -moz-box-shadow: 0 4px 6px 0 rgba(158, 93, 0, 0.25);
  -webkit-box-shadow: 0 4px 6px 0 rgba(158, 93, 0, 0.25);
  box-shadow: 0 4px 6px 0 rgba(158, 93, 0, 0.25);
  border-radius: 100px;
  font-family: BloggerSans-Bold;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0;
  padding: 0;
}

.form .contact-form input[type="button"]:hover {
  background: #ffffb8;
  color: #f49421;
}

footer {
  float: left;
  clear: both;
  width: 100%;
  min-height: 140px;
  background: #4f3552;
}

footer p {
  font-family: BloggerSans;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
}

footer p img {
  margin-right: 25px;
}

footer p a {
  font-family: BloggerSans-Bold;
  font-size: 14px;
  color: #f49421;
  letter-spacing: 0;
  line-height: 15px;

}

footer div.contact-block {
  width: auto;
  float: right;
  margin-top: 40px;
}

footer div.contact-block div.text {
  margin-left: 0;
  font-family: BloggerSans;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  border-right: 1px solid #fdfdcb;

}

.modal h3 {
  font-family: BloggerSans-Bold;
  font-size: 35px;
  color: #3b3b39;
  letter-spacing: 0;
  margin-top: 40px;
}

button.close {
  letter-spacing: 0;
  background: #f49421;
  opacity: 1;
  color: #fff;
  -webkit-border-radius: 100px;
  padding: 0;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-size: 20px;
  vertical-align: middle;
}

button.close span {
  line-height: 25px;
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: block;
}

.modal-body .form {
  padding: 0 40px 40px 40px;
}

.modal-body .form div.field-block {
  margin-top: 20px;
  font-family: BloggerSans;
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
}

.modal-body .form input[type="button"] {
  width: 214px;

}

.modal-header {
  border: 0;
}

#rules .modal-body {
  padding: 20px 40px;
}

#rules p.title {
  font-family: BloggerSans-Bold;
  font-size: 20px;
  color: #3b3b39;
  letter-spacing: 0;
}

#rules ul {
  margin: 15px 0 25px 0;
}

#rules ul li {
  font-family: BloggerSans;
  font-size: 16px;
  color: #3b3b39;
  letter-spacing: 0;
  line-height: 22px;
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}

#rules ul li:before {
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  top: 4px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

  background: #f49421;
}

#rules p.buttons {
  clear: both;
  text-align: right;
}

#rules p.buttons a.close-btn {
  font-family: BloggerSans-Bold;
  font-size: 20px;
  color: #f49421;
  letter-spacing: 0;
  float: right;
  margin: 10px 25px 0 0;

}

#rules p.buttons a.call-me-btn {
  display: block;
  float: right;
  width: 215px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #f49421;
  box-shadow: 0 4px 6px 0 rgba(158, 93, 0, 0.25);
  border-radius: 100px;

  font-family: BloggerSans-Bold;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
}

#rules p.buttons a.call-me-btn:hover {
  background: #ffffb8;
  color: #f49421;
  text-decoration: none;
}

.res {
  margin-top: 15px;
}

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

  section.header {

    background: url(../img/1440.jpg) no-repeat center top;
  }

  section.about-us {
    -webkit-background-size: 700px;
    background-size: 700px;
  }
}

@media all and (max-width: 1200px) {
  section.header ul.navbar-menu li {
    margin: 0 20px 0 0;
  }

  section.header div.header-line div.phone {
    font-size: 14px;
  }

  section.header div.header-line div.sub {
    font-size: 14px;
  }
}

@media all and (max-width: 992px) {
  section.header ul.navbar-menu {
    display: none;
  }

  div.slogan-block .big-title {
    font-size: 80px;
  }

  div.slogan-block {
    margin-left: 100px;
  }

  section.header div.header-line div.phone {
    font-size: 16px;
  }

  section.about-us {
    min-height: 800px;
  }

  section.contacts .map {
    margin: 0 0 50px;
  }

  section.contacts .form {
    margin: 50px auto;
    float: none;
    clear: none;
    display: block;
  }

  footer p {
    text-align: center;
  }

  footer div.contact-block {
    margin-top: 0;
    float: none;

  }
}

@media all and (max-width: 870px) {
  div.slogan-block {
    margin-left: 50px;
  }

}

@media (max-width: 800px) {
  div.slogan-block {
    margin-left: 0px;
  }
}

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

  section.header {

    background: url(../img/768.jpg) no-repeat center top;
  }

  section.header .contact-block {
    display: none;
  }

  div.slogan-block {
    margin-top: 180px;
  }

  .partner-block {
    min-height: 400px;
    margin-top: 100px;
  }

  section.all-info .partner-block .title {
    margin: 0 auto 20px;
  }

  .partner-block div.price {
    margin: 30px 0;
  }

  .partner-block .img img {
    max-height: 150px;
  }

  .partner-block .img {
    margin-top: -50px;
    height: 160px;
  }

  section.partners .partner-block .detail {
    margin: 8px 0 10px;
    clear: both;
    float: left;
    width: 100%;
  }

  .modal h3 {
    font-size: 30px;
  }

  section.where-we-buy h3 {
    font-size: 30px;
  }

  .all-info h3 {
    font-size: 30px;
  }

  section.all-info p.text{
    margin-top: 50px;
  }
}

@media all and (max-width: 600px) {
  div.slogan-block .big-title {
    font-size: 60px;
  }

  section.header div.contact-block {
    margin-top: 100px;
  }

  div.contact-block div.text {
    margin-left: 0;
    width: 110px;
  }

  /*div.slogan-block {*/
  /*margin-top: 30px;*/
  /*}*/
  section.header div.logo img {
    max-height: 140px;
  }

}

@media all and (max-width: 570px) {
  section.header {
    height: 700px;
  }

  section.about-us {
    min-height: 1000px;
    -webkit-background-size: 500px;
    background-size: 500px;
  }

  h3 {
    font-size: 40px;
    line-height: 60px;
  }

  section.where-we-buy .where-buy-info {
    float: none;
    width: 80%;
    left: 10%;
    right: 10%;
    top: 50px;
  }

  section.contacts .form div.phone {
    font-size: 30px;
  }
}

@media all and (max-width: 500px) {
  footer p img {
    display: block;
    margin: 0 auto;
  }
}

@media all and (max-width: 400px) {
  div.slogan-block .big-title {
    font-size: 40px;
  }

  div.slogan-block .sub-title{
    font-size:25px;
  }

  section.header div.contact-block {
    text-align: center;
  }

  div.contact-block div.text {
    width: 100%;
    border: 0;
  }

  div.contact-block div.phone {
    padding: 0;
  }

  section.what-we-buy .whay-buy-info {
    padding: 30px 10px;
  }

  section.contacts .form div.phone {
    font-size: 25px;
  }

}

@media all and (max-width: 350px) {
  section.contacts .form div.phone, section.contacts .form div.phone.phone-small {
    font-size: 20px;
  }

}