/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
  .article .col-right {
    margin-top: 40px;
  }
  .wrap-right {
    padding-left: 0;
  }
  .wrap-right .publicity {
    display: none;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
  
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  .btn {
    height: 50px;
  }
  .paragraph {
    font-size: 16px;
  }
  .paragraph p {
    margin-bottom: 20px;
  }
  .form__field input {
    height: 50px;
    font-size: 14px;
  }
  .article {
    padding-top: 15px;
  }
  .subtext {
    font-size: 18px;
  }
  .info {
    margin-top: 25px;
  }
  .article__body {
    margin-top: 30px;
  }
  .article__body .paragraph h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .publicity {
    margin-bottom: 20px;
  }
  .publicity--border {
    padding-bottom: 20px;
  }
  .tags {
    margin-top: 40px;
  }
  .subscribe {
    display: block;
  }
  .subscribe .btn {
    width: 100%;
    margin: 15px 0 0;
  }
  .footer {
    margin-top: 40px;
    padding: 40px 0 30px;
  }
  .footer__bott {
    display: block;
    text-align: center;
  }
  .footer__nav {
    margin-top: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__nav li:not(:last-child) {
    margin-right: 35px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .container {max-width: 750px;}
  .article__body .paragraph {
    padding-left: 40px;
  }
  .article__img {
    margin-left: -40px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .container {max-width: 970px;}
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .container {max-width: 1170px;}
  .col-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 71%;
            flex: 0 0 71%;
    max-width: 71%;
  }
  .col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29%;
            flex: 0 0 29%;
    max-width: 29%;
  }
}