@media screen and (max-width: 1169px) {
  .container {
    width: 610px;
    padding: 0 15px;
  }

  /* header */
  .header {
    background: url(../images/line-viking.png) repeat-x 0 0, url(../images/line-viking.png) repeat-x 0 bottom, url(../images/brown-m.jpg);
    height: 700px;
  }

  .header .clouds {
    display: none;
  }

  .header .nav {
    padding: 75px 0 0 0;
  }

  .header .nav li {
    padding: 0 15px 0 0;
  }

  .header .left-side {
    width: 300px;
  }

  .header .left-side .title {
    padding: 30px 0 0 0;
    font-size: 22px;
    line-height: 25px;
  }

  .header .left-side .title-small {
    padding: 10px 0 0 0;
    line-height: 20px;
    font-size: 14px;
  }

  .header .left-side .list-pluses {
    padding: 25px 0 35px 0px;
  }

  .header .left-side .list-pluses li {
    padding: 0 0 7px 0;
    font-size: 14px;
  }
  
  .header .left-side .list-pluses li p {
    width: 80%;
  }

  .header .left-side .btn-red {
    float: none;
    margin: 0 auto;
  }

  .header .left-side .old-price {
    float: none;
    width: auto;
    margin: 0;
  }

  .header .left-side .info-price {
    text-align: center;
  }

  .header .right-side {
    width: 300px;
  }

  .header .right-side .product {
    position: static;
    padding: 150px 0 0 0;
  }

  .header .right-side .product img {
    width: 100%;
  }

  /* info-block */
  .info-block {
    height: auto;
    padding: 0 0 30px 0;
  }

  .info-block .title {
    padding: 60px 0 20px 0;
    font-size: 32px;
  }

  .info-block .text {
    width: 300px;
    line-height: 20px;
    font-size: 14px;
    padding: 0 0 50px 0;
  }

  .info-block .image {
    position: absolute;
    top: 100px;
    right: 15px;
  }

  .info-block .image img {
    width: 300px;
  }

  .info-block .image2 {
    margin: 0 0 0 -30px;
  }

  .info-block .image2 img {
    width: 270px;
  }

  .info-block .text2 {
    margin: 0;
    width: 360px;
    line-height: 20px;
    font-size: 14px;
    padding: 0 0 55px 0;
  }

  .info-block .content {
    width: 400px;
  }

  .info-block .product {
    padding: 40px 0 0 0;
    width: 200px;
  }

  .info-block .product img {
    margin: 0 0 0 -25px;
    display: block;
    width: 200px;
  }

  .info-block .content .title-about {
    font-size: 32px;
  }

  .info-block .content .title-about span {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 20px 0 0;
  }

  .info-block .content .title-about img {
    height: 70px;
  }

  .info-block .content p {
    padding: 25px 0 35px 0;
    line-height: 20px;
    font-size: 14px;
  }

  .info-block .content .btn-red {
    float: none;
    margin: 0 auto;
  }

  .info-block .content .old-price {
    float: none;
    width: auto;
    margin: 0;
  }

  .info-block .content .info-price {
    text-align: center;
  }

  /* info-block2 */
  .info-block2 {
    height: auto;
  }

  .info-block2 .title {
    padding: 10px 0 40px 0;
    font-size: 25px;
  }

  .info-block2 .item {
    width: 190px;
    margin: 0 20px 0 0;
  }

  .info-block2 .item div:before {
    display: none;
  }

  .info-block2 .item img {
    height: 60px;
  }

  .info-block2 .item span {
    padding: 20px 0 0 0;
    font-size: 18px;
    line-height: 24px;
  }

  .info-block2 .item p {
    padding: 15px 0 0 0;
    line-height: 20px;
    font-size: 13px;
  }

  .info-block2 .quote {
    background: url(../images/text-quote.png) no-repeat 0 0;
    width: auto;
    height: 202px;
    box-sizing: border-box;
    margin: 0 0 0 -57px;
    padding: 80px 15px 0 320px;
    font-size: 16px;
    line-height: 24px;
  }

  /* products */
  .products {
    height: auto;
  }

  .products .left-side {
    width: 300px;
  }

  .products .left-side div {
    padding: 90px 0 0 0;
    font-size: 32px;
  }

  .products .left-side p {
    padding: 20px 10px 0 0;
    font-size: 14px;
    line-height: 24px;
  }

  .products .right-side {
    padding: 80px 0 0 0;
    width: 300px;
  }

  .products .right-side .images-slider {
    height: 200px;
  }

  .products .form {
    background: url(../images/form-m.png) no-repeat center 0;
    height: 215px;
    width: auto;
    position: static;
    padding: 115px 0 0 40px;
    margin: 35px 0 0 0;
  }

  .products .form .btn-red {
    background: rgb(241, 12, 77) url(../images/icon7.png) no-repeat 10px center;
    max-width: 240px;
  }

  .products .form .btn-red:hover {
    background: #cc0940 url(../images/icon7.png) no-repeat 18px center;
  }

  .products .form .old-price {
    width: 250px;
    padding: 18px 0 0 0;
  }

  .products .form .old-price div {
    padding: 3px 0 0 0;
    font-size: 18px;
  }

  .products .form .info-price {
    padding: 5px 0 0 0;
  }

  /* reviews */
  .reviews {
    height: auto;
  }

  .reviews .container {
    margin-bottom: 40px;
    position: static;
  }

  .reviews .title {
    padding: 55px 0 0 0;
    font-size: 32px;
  }

  .reviews .text {
    font-size: 18px;
  }

  .reviews .item {
    padding: 15px 15px 15px 15px;
    margin: 0 0 20px 0;
  }

  .reviews .item.last {
    margin: 0;
  }

  .reviews .item .image {
    float: none;
    text-align: center;
  }

  .reviews .item .content {
    margin: 0;
  }

  .reviews .item .content .info {
    padding: 18px 0 13px 0;
    overflow: hidden;
  }

  .reviews .item .content p {
    line-height: 24px;
    font-size: 14px;
  }

  /* footer */
  .footer {
    background: url(../images/line-viking.png) repeat-x 0 0, url(../images/line-viking.png) repeat-x 0 bottom, url(../images/brown-m.jpg);
    height: auto;
    padding: 0 0 60px 0;
  }

  .footer .clouds {
    display: none;
  }

  .footer .people {
    display: none;
  }

  .footer .left-side {
    width: 300px;
    padding: 165px 0 0 0;
  }

  .footer .left-side .title {
    padding: 0px 0 25px 0;
    font-size: 26px;
    line-height: 30px;
    position: absolute;
    left: 15px;
    top: 60px;
  }

  .footer .left-side .form {
    width: 270px;
    padding: 0 15px;
  }

  .footer .left-side .form .form-control {
    width: 270px;
    height: 50px;
  }

  .footer .left-side .form .btn-red {

    font-size: 16px;
  }

  .footer .right-side {
    padding: 165px 0 0 0;
    width: 300px;
  }

  .footer .right-side .quote {
    margin-left: 10px;
  }

  /* copyright */
  .copyright {
    padding: 30px 0 30px 0;
  }
}

@media screen and (max-width: 639px) {
  .container {
    width: 290px;
    padding: 0 15px;
  }

  /* header */
  .header {
    height: auto;
  }

  .header .nav {
    display: none;
  }

  .header .btn-white {
    display: none;
  }

  .header .left-side, .header .right-side {
    width: auto;
    float: none;
  }

  .header .left-side .title {
    padding: 70px 0 0 0;
    font-size: 21px;
    line-height: 24px;
  }

  .header .left-side .title-small {
    padding: 10px 0 0 0;
    line-height: 20px;
    font-size: 14px;
  }

  .header .left-side .list-pluses {
    padding: 25px 0 20px 0px;
  }

  .header .left-side .list-pluses li {
    padding: 0 0 7px 0;
    font-size: 13px;
  }

  .header .right-side .product {
    position: static;
    padding: 30px 0 30px 0;
  }

  .header .right-side .product img {
    width: 100%;
  }

  /* info-block */
  .info-block {
    height: auto;
    padding: 0 0 20px 0;
  }

  .info-block .title {
    padding: 40px 0 20px 0;
    font-size: 30px;
  }

  .info-block .text {
    width: auto;
    padding: 0 0 20px 0;
  }

  .info-block .image {
    position: static;
  }

  .info-block .image img {
    width: 200px;
  }

  .info-block .image2 {
    margin: 0px;
    float: none;
  }

  .info-block .image2 img {
    width: 260px;
  }

  .info-block .text2 {
    margin: 0;
    width: auto;
    float: none;
    line-height: 20px;
    font-size: 14px;
    padding: 25px 0 20px 0;
  }

  .info-block .content {
    width: auto;
    float: none;
  }

  .info-block .product {
    padding: 40px 0 0 0;
    width: auto;
    float: none;
    text-align: center;
  }

  .info-block .product img {
    margin: 0;
    display: inline;
    width: 200px;
  }

  .info-block .content .title-about {
    font-size: 28px;
  }

  .info-block .content .title-about span {
    padding: 0 15px 0 0;
  }

  .info-block .content .title-about img {
    height: 60px;
  }

  .info-block .content p {
    padding: 25px 0 35px 0;
    line-height: 20px;
    font-size: 14px;
  }

  /* info-block2 */
  .info-block2 {
    height: auto;
  }

  .info-block2 .title {
    font-size: 23px;
  }

  .info-block2 .item {
    width: auto;
    float: none;
    margin: 0 0 20px 0 !important;
  }

  .info-block2 .item img {
    height: 60px;
  }

  .info-block2 .item span {
    padding: 20px 0 0 0;
    font-size: 18px;
    line-height: 24px;
  }

  .info-block2 .item p {
    padding: 15px 0 0 0;
    line-height: 20px;
    font-size: 13px;
  }

  .info-block2 .quote {
    background: url(../images/text-quote.png) no-repeat -270px -57px;
    width: auto;
    height: 145px;
    margin: 0;
    padding: 25px 10px 0 45px;
    font-size: 14px;
    line-height: 20px;
  }

  /* products */
  .products {
    height: auto;
  }

  .products .left-side {
    width: auto;
    float: none;
  }

  .products .left-side div {
    padding: 70px 0 0 0;
    font-size: 32px;
  }

  .products .left-side p {
    padding: 15px 10px 0 0;
  }

  .products .right-side {
    padding: 30px 0 0 0;
    width: auto;
    float: none;
  }

  .products .form {
    background: none;
    height: auto;
    width: auto;
    padding: 30px 0px;
    margin: 0;
  }

  .products .form .btn-red {
    font-size: 14px;
    float: none;
    margin: 0 auto;
  }

  .products .form .btn-red:hover {
    background: #cc0940 url(../images/icon7.png) no-repeat 18px center;
  }

  .products .form .old-price {
    width: auto;
    float: none;
    padding: 18px 0 0 0;
    color: #09111a;
  }

  .products .form .info-price {
    color: #000;
    padding: 10px 0 0 0;
    text-align: center;
  }

  /* reviews */
  .reviews .text {
    font-size: 16px;
  }

  .reviews .item .content .info .name {
    font-size: 16px;
  }

  .reviews .item .content .info .date {
    padding: 2px 0 0 0;
    font-size: 12px;
  }

  /* footer */
  .footer .left-side {
    width: auto;
    float: none;
    padding: 0;
  }

  .footer .left-side .title {
    padding: 60px 0 25px 0;
    font-size: 24px;
    line-height: 30px;
    position: static;
  }

  .footer .left-side .form {
    width: 260px;
    padding: 0 15px;
  }

  .footer .left-side .form .form-control {
    width: 260px;
    height: 50px;
  }

  .footer .left-side .form .btn-red {
    width: 260px;
  }

  .footer .right-side {
    padding: 0;
    width: auto;
    float: none;
  }

  .footer .right-side .old-price {
    padding: 30px 0 0 0;
    margin: 0;
  }

  .footer .right-side .countdown-block {
    padding: 30px 0 0 0;
  }

  .footer .right-side .quote {
    display: none;
  }

  /* copyright */
  .copyright {
    font-size: 15px;
    line-height: 24px;
  }
}