body {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  background: #5F9DF7;
}

body.politi-menu-open {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.politi-cont {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 480px) {
  .politi-cont {
    width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .politi-cont {
    width: 750px;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .politi-cont {
    padding: 30px 15px;
    padding-right: 0px;
    width: 1170px;
    margin: 0 auto;
  }
}

.politi-hidden {
  display: none;
}

.politi-nav {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 37.5%;
}
@media screen and (min-width: 768px) {
  .politi-nav {
    height: 100vh;
    width: 100%;
    top: 0;
  }
}
.politi-nav.politi-is-opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .politi-nav.politi-is-opened {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.politi-nav:hover > .politi-nav__cont {
  -webkit-filter: brightness(22%);
          filter: brightness(22%);
}
.politi-nav:hover > .politi-nav__cont:hover {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.politi-nav__cont {
  position: relative;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .politi-nav__cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}
.politi-nav__cont:last-child p {
  background-image: -webkit-gradient(linear, left top, right top, from(white), to(rgb(190, 190, 190)));
  background-image: -o-linear-gradient(left, white, rgb(190, 190, 190));
  background-image: linear-gradient(to right, white, rgb(190, 190, 190));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.politi-nav__cont:hover {
  -webkit-box-flex: 1.8;
      -ms-flex: 1.8;
          flex: 1.8;
  -webkit-transition: -webkit-box-flex 0.4s;
  transition: -webkit-box-flex 0.4s;
  -o-transition: flex 0.4s;
  transition: flex 0.4s;
  transition: flex 0.4s, -webkit-box-flex 0.4s, -ms-flex 0.4s;
}
.politi-nav__cont:hover > .politi-nav__desc-news, .politi-nav__cont:hover > .politi-nav__desc-another, .politi-nav__cont:hover > .politi-nav__desc-char {
  opacity: 1;
  margin-top: 100px;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.politi-nav__cont:nth-child(1) {
  background-image: url("/politi-attach/image/header1.jpg");
}
.politi-nav__cont:nth-child(2) {
  background-image: url("/politi-attach/image/header2.jpg");
}
.politi-nav__cont:nth-child(3) {
  background-image: url("/politi-attach/image/header3.jpg");
}
.politi-nav__cont:nth-child(4) {
  background-image: url("/politi-attach/image/header4.jpg");
}
.politi-nav__name {
  position: relative;
  margin: auto;
  width: 100%;
  height: 300px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .politi-nav__name {
    margin-top: 30vh;
  }
}
.politi-nav__name p {
  text-transform: uppercase;
  margin: 0;
  color: white;
  padding-top: 10vh;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .politi-nav__name p {
    font-size: 3vw;
    padding-top: 0;
  }
}

.politi-icons-menu {
  fill: white;
}

.politi-menu-button {
  position: fixed;
  top: 10px;
  right: 25px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  z-index: 3;
  cursor: pointer;
}
.politi-menu-button .politi-icon-close-menu {
  display: none;
}
.politi-menu-button.politi-is-opened .politi-icon-close-menu {
  display: block;
}
.politi-menu-button.politi-is-opened .politi-icon-menu {
  display: none;
}
.politi-menu-button:hover, .politi-menu-button:focus {
  fill: white;
}
@media screen and (min-width: 768px) {
  .politi-menu-button {
    top: 10px;
    right: 40px;
  }
}

.pc-politi-nav {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
}
@media screen and (min-width: 768px) {
  .pc-politi-nav {
    height: 100vh;
    width: 100%;
    top: 0;
  }
}
.pc-politi-nav.politi-is-opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .pc-politi-nav.politi-is-opened {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.pc-politi-nav:hover > .pc-politi-nav__cont {
  -webkit-filter: brightness(22%);
          filter: brightness(22%);
}
.pc-politi-nav:hover > .pc-politi-nav__cont:hover {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.pc-politi-nav__cont {
  position: relative;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .pc-politi-nav__cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}
.pc-politi-nav__cont:hover {
  -webkit-box-flex: 1.8;
      -ms-flex: 1.8;
          flex: 1.8;
  -webkit-transition: -webkit-box-flex 0.4s;
  transition: -webkit-box-flex 0.4s;
  -o-transition: flex 0.4s;
  transition: flex 0.4s;
  transition: flex 0.4s, -webkit-box-flex 0.4s, -ms-flex 0.4s;
}
.pc-politi-nav__cont:hover > .pc-politi-nav__desc-news, .pc-politi-nav__cont:hover > .pc-politi-nav__desc-another, .pc-politi-nav__cont:hover > .pc-politi-nav__desc-char {
  opacity: 1;
  margin-top: 100px;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.pc-politi-nav__cont {
  background-image: url("/politi-attach/image/header1.jpg");
}
.pc-politi-nav__name {
  position: relative;
  margin: auto;
  width: 100%;
  height: 300px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .pc-politi-nav__name {
    margin-top: 30vh;
  }
}
.pc-politi-nav__name p {
  text-transform: uppercase;
  margin: 0;
  color: white;
  padding-top: 10vh;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .pc-politi-nav__name p {
    font-size: 3vw;
    padding-top: 0;
  }
}

.politi-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/politi-attach/image/politi-main.jpg");
  background-size: cover;
  background-position: center;
  padding: 200px 0px 200px 0px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .politi-banner {
    padding: 105px 0px 105px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .politi-banner {
    padding: 0;
    background-image: url("/politi-attach/image/politi-main.jpg");
    width: 100%;
    height: 900px;
  }
}
.politi-banner h1 {
  color: white;
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .politi-banner h1 {
    font-size: 42px;
  }
}

.politi-title {
  font-size: 22px !important;
}
@media screen and (min-width: 768px) {
  .politi-title {
    font-size: 32px !important;
  }
}
@media screen and (min-width: 1200px) {
  .politi-title {
    font-size: 42px !important;
  }
}

.politi-pc-cont {
  padding-top: 30px;
  padding-bottom: 30px;
}

.politi-assortment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .politi-assortment {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
  }
}
.politi-assortment li {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  margin-right: 22px;
}
.politi-assortment li:hover img, .politi-assortment li:focus img {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transform: scale(1.2) rotate(180deg);
      -ms-transform: scale(1.2) rotate(180deg);
          transform: scale(1.2) rotate(180deg);
}
.politi-assortment li:hover .overlay, .politi-assortment li:focus .overlay {
  bottom: 10%;
  left: 10%;
}
.politi-assortment img {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.politi-assortment .overlay {
  opacity: 1;
  position: absolute;
  bottom: 10%;
  left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.politi-assortment .overlay span {
  color: white;
  font-size: 22px;
}
.politi-assortment .overlay span:nth-child(2) {
  color: #5F9DF7;
}
.politi-assortment .overlay p {
  margin-top: 10px;
  color: #5F9DF7;
  font-size: 20px;
  text-align: center;
}

.politi-adv__list {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.politi-adv__list li {
  background-color: white;
  border-radius: 20px;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 10px;
}
.politi-adv__list img {
  margin-right: 5px;
  width: 20px;
  height: 24px;
}

.politi-blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .politi-blog__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.politi-blog__list li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .politi-blog__list li {
    width: 33%;
  }
}
.politi-blog__list li span {
  margin-top: 10px;
  height: 250px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .politi-blog__list li span {
    font-size: 14px;
    padding: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .politi-blog__list li span {
    text-align: center;
    padding: 20px;
    margin: 0;
    font-size: 18px;
  }
}
.politi-blog__list li:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .politi-blog__list li:nth-child(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.politi-blog__list li:nth-child(3) span {
  padding-top: 0;
}

.politi-about {
  padding: 30px 0;
}
.politi-about h2 {
  color: white;
  margin-bottom: 20px;
  font-size: 36px;
}
.politi-about span {
  color: #fff;
}

.politi-order {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(47, 48, 58, 0.4))), url("/politi-attach/image/footer-bg.jpg");
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(47, 48, 58, 0.4)), url("/politi-attach/image/footer-bg.jpg");
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(47, 48, 58, 0.4)), url("/politi-attach/image/footer-bg.jpg");
  background-size: cover;
  background-position: top;
  padding-bottom: 20px;
  position: relative;
  padding-top: 30px;
}
.politi-order__button {
  width: 250px;
  height: 40px;
  cursor: pointer;
  background-color: #5F9DF7;
  border: transparent;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}
.politi-order h2 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 38px;
  color: #fff;
}
.politi-order form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.politi-order form label {
  margin-bottom: 15px;
}
.politi-order form input {
  width: 250px;
  height: 40px;
  padding-left: 40px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  color: white;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .politi-order form input {
    width: 350px;
    height: 40px;
  }
}
.politi-order form input::-webkit-input-placeholder {
  color: white;
  font-size: 18px;
}
.politi-order form input::-moz-placeholder {
  color: white;
  font-size: 18px;
}
.politi-order form input:-ms-input-placeholder {
  color: white;
  font-size: 18px;
}
.politi-order form input::-ms-input-placeholder {
  color: white;
  font-size: 18px;
}
.politi-order form input::placeholder {
  color: white;
  font-size: 18px;
}
.politi-order form input:hover, .politi-order form input:focus {
  outline: none;
}
.politi-order__thx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5F9DF7;
  font-size: 22px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .politi-order__thx {
    font-size: 32px;
  }
}

.politi-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .politi-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.politi-footer a {
  color: #5F9DF7;
}
.politi-footer a:hover, .politi-footer a:focus {
  color: #fff;
}
.politi-footer ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
.politi-footer ul li {
  margin-bottom: 10px;
}
.politi-footer span {
  color: #5F9DF7;
}
.politi-footer span:hover, .politi-footer span:focus {
  color: #fff;
}

.politi-pp-footer {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(47, 48, 58, 0.4))), url("/politi-attach/image/footer-bg.jpg");
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(47, 48, 58, 0.4)), url("/politi-attach/image/footer-bg.jpg");
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(47, 48, 58, 0.4)), url("/politi-attach/image/footer-bg.jpg");
  background-size: cover;
  background-position: top;
}/*# sourceMappingURL=main.css.map */