/* blocks */
.section.prod.fp-table {
	min-height: 700px;
}
.prod__inside h3 {
    font-size: 1rem;
	margin-bottom: 2px;
	margin-top: 5px;
}
.prod__desc {
	font-size: 12px;
	line-height: 120%;
}
html {
  padding: 0;
  margin: 0;
}

a {
  color: #000;
}

a:link, a:visited, a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: 600;
}

body {
  color: #000;
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  background: #fff;
  min-width: 320px;
  min-height: 600px;
}

@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}

p {
  margin-top: 0;
}

*:focus {
  outline: none;
}

* {
  min-height: 0;
  min-width: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, input:before, input:after {
  -webkit-user-select: initial;
     -moz-user-select: initial;
      -ms-user-select: initial;
          user-select: initial;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 992px) {
  .desktop {
    display: none !important;
  }
}

@media (min-width: 991px) {
  .mobile {
    display: none !important;
  }
}

.slider {
  height: 100%;
}

.slick-next {
  right: 0px;
  z-index: 100;
  bottom: -17px;
  top: inherit;
  height: 50px;
  width: 50px;
  background: url(../images/arrow-next.svg) center center/cover;
}

.slick-next::before {
  content: '';
}

.slick-prev {
  left: 0px;
  z-index: 100;
  bottom: -17px;
  top: inherit;
  height: 50px;
  width: 50px;
  background: url(../images/arrow-prev.svg) center center/cover;
}

.slick-prev::before {
  content: '';
}

.clnt .slick-next, .clnt .slick-prev {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 600px;
}

.fp-tableCell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100% !important;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  position: relative;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 53%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
}

.fp-right {
  right: 40px;
}

@media (max-width: 1400px) {
  .fp-right {
    right: 28px;
  }
}

@media (max-width: 1024px) {
  .fp-right {
    right: 20px;
  }
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 0 0 15px 0;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 14px;
  width: 14px;
  background: #81c638;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 14px;
  width: 14px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  height: 14px;
  width: 14px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
  display: none;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body, html {
  overflow-x: hidden !important;
}

.mb-0 {
  margin-bottom: 0;
}

.page {
  overflow: initial;
}

.page a {
  font-weight: 600;
  color: #75b234;
  text-decoration: underline;
}

.page .size-full {
  max-width: 100%;
  display: table;
  margin: 15px 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.page ul {
  list-style-type: none;
  padding: 0;
}

.page li {
  display: block;
  padding-left: 16px;
  position: relative;
  margin-bottom: 10px;
}

.page li::before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  display: inline-block;
  background-color: #81c638;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  vertical-align: middle;
}

.page .col-imgtext {
  display: table;
  margin-bottom: 15px;
  margin-top: 15px;
}

@media (min-width: 639px) {
  .page .col-imgtext .col-img {
    display: table-cell;
    padding-right: 20px;
    vertical-align: middle;
  }
  .page .col-imgtext .col-img img {
    max-width: inherit;
  }
  .page .col-imgtext .col-text {
    display: table-cell;
    vertical-align: middle;
  }
}

.zip::before {
  content: "";
  background: url("../images/zip.svg");
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.pdf::before {
  content: "";
  background: url("../images/pdf.svg");
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.float-right {
  border: 10px solid #fec208;
  display: table;
  margin-bottom: 20px;
  padding: 50px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.float-right h3 {
  margin-top: 0;
}

@media (min-width: 639px) {
  .float-right {
    float: right;
    top: 0;
    right: 0;
    margin-left: 20px;
  }
}

section {
  padding: 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.slick-list, .slick-track {
  height: 100%;
}

.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.container {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 1200px) {
  .container {
    max-width: 970px;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 962px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

#section0 {
  background: #fec208;
}

#section1 {
  background: #eeeeee;
}

#section2 {
  background: #81c638;
}

#section3 {
  background: #eeeeee;
}

h2 {
  font-size: 32px;
  font-weight: 700;
}

table {
  margin-bottom: 30px;
}

table td, table th {
  padding: 10px;
}

table th {
  background-color: #81c638;
  color: #FFFFFF;
  text-align: left;
  font-weight: normal;
}

table tr:nth-child(odd) {
  background-color: #efefef;
}

.top__circle-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(70%, rgba(129, 198, 56, 0)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(129, 198, 56, 0) 70%);
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(129, 198, 56, 0) 70%);
  height: 65vh;
  width: 65vh;
  position: absolute;
  left: calc(50% - 32.5vh);
  top: calc(50% - 32.5vh);
  border-radius: 50%;
}

.top__circle-gradient span {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border-radius: 50%;
  background: #fec208;
}

.top__circle {
  background: rgba(129, 198, 56, 0.3);
  height: 45vh;
  width: 45vh;
  position: absolute;
  left: calc(50% - 22.5vh);
  top: calc(50% - 22.5vh);
  border-radius: 50%;
}

.top__line {
  top: 0;
  left: calc(50% - 120px);
  bottom: 0;
  width: 240px;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#81c638), to(rgba(129, 198, 56, 0)));
  background: -o-linear-gradient(#81c638, rgba(129, 198, 56, 0));
  background: linear-gradient(#81c638, rgba(129, 198, 56, 0));
}

.top__logo {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top__slogan {
  left: 50%;
  bottom: 100px;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 600;
}

@media (min-width: 639px) {
  .top__slogan {
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .top__slogan {
    max-width: 300px;
  }
}

.top__slogan p {
  margin-bottom: 10px;
}

.top__slogan__lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.top__slogan__line1 {
  height: 10px;
  width: 310px;
  background: #81c638;
}

.top__slogan__line2 {
  height: 10px;
  width: 75px;
  background: #9ac530;
  margin-top: 10px;
}

@media (min-width: 991px) {
  .slider {
    display: none;
  }
}

.prod {
  position: relative;
}

@media (max-width: 992px) {
  .prod .head {
    padding-right: 30%;
  }
}

@media (max-width: 576px) {
  .prod .head {
    padding-right: 50px;
  }
}

.prod h2 {
  color: #81c638;
  margin-bottom: 5px;
}

.prod .subheader {
  font-weight: 600;
  font-size: 18px;
}

.prod__line {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 200px;
  background: #fec208;
}

@media (max-width: 576px) {
  .prod__line {
    width: 50px;
  }
}

.prod__desc {
  line-height: 150%;
}

.prod__block {
  border: 0.5px solid #dddddd;
  position: relative;
}

.prod__block > a {
  padding: 10px 15px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 1199px) {
	.prod__block > a {
		  padding: 10px 30px;
	}
}

@media (min-width: 991px) {
  .prod__block > a:hover {
    background: #81c638;
    color: #fff;
  }
  .prod__block > a:hover img {
    -webkit-filter: invert(100%) brightness(5);
            filter: invert(100%) brightness(5);
  }
}

.prod__block img {
  width: 64px;
  height: 64px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
}

.prod .content {
  background: #e4e6e5;
}

.prod .content > div {
  padding: 40px 0;
  height: 100%;
}

@media (max-width: 992px) {
  .prod .content > div {
    padding: 40px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.prod .content__block {
  background: #f7f7f7;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 992px) {
  .prod .content__block {
    max-width: 400px;
    max-height: 350px;
    display: block;
  }
}

.prod .foot {
  height: 30px;
}

.clnt {
  position: relative;
}

.clnt h2 {
  color: #fff;
}

.clnt__line {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 200px;
  background: #75b234;
}

@media (max-width: 576px) {
  .clnt__line {
    width: 50px;
  }
}

.clnt__block a {
  padding: 30px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0px;
  background: #f7f7f7;
  overflow: hidden;
}

@media (max-width: 992px) {
  .clnt__block a img {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .clnt__block a h3 {
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    padding: 10px 50px;
    background: rgba(255, 255, 255, 0.5);
  }
}

@media (min-width: 991px) {
  .clnt__block a:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .clnt__block a:hover h3 {
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
  }
}

.clnt__block img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.2;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.clnt__block h3 {
  position: absolute;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0);
}

.clnt .content {
  background: #ffc208;
}

.clnt .content > div {
  height: 100%;
  padding: 40px 0;
}

@media (max-width: 992px) {
  .clnt .content > div {
    padding: 40px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.clnt .content__block {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

@media (max-width: 992px) {
  .clnt .content__block {
    max-width: 400px;
    max-height: 350px;
    display: block;
  }
}

.clnt .foot {
  height: 30px;
}

.cont {
  position: relative;
}

.cont h2 {
  color: #81c638;
  margin-top: 0;
}

.cont__line {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 200px;
  background: #75b234;
}

@media (max-width: 576px) {
  .cont__line {
    width: 50px;
  }
}

.cont .head {
  height: 40px;
}

@media (max-width: 640px) {
  .cont .content .container {
    padding-right: 0;
  }
}

.cont .content__wrapper {
  margin-bottom: 40px;
  height: calc(100% - 40px);
}

.cont .content__wrapper .container {
  height: 100%;
}

.cont .content__blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.cont .content__block1 {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 640px) {
  .cont .content__block1 {
    width: 100%;
  }
}

.cont .content__block1 h2 {
  position: absolute;
  top: 0;
}

.cont .content__yellow {
  background: #ffc208;
  padding: 40px 20px;
  font-size: 18px;
  width: 100%;
}

.cont .content__yellow a {
  text-decoration: underline;
}

.cont .content__yellow__block {
  padding-left: 60px;
  background: url("../images/cont1.png") left center no-repeat;
  margin-bottom: 23px;
}

.cont .content__yellow__block:nth-child(2) {
  background-image: url("../images/cont2.png");
}

.cont .content__yellow__block:nth-child(3) {
  background-image: url("../images/cont3.png");
}

.cont .content__yellow__block:nth-child(4) {
  background-image: url("../images/cont4.png");
  margin-bottom: 0;
}

.cont .content__block2 {
  position: relative;
  width: 50%;
  height: 100%;
}

@media (max-width: 640px) {
  .cont .content__block2 {
    display: none;
  }
}

.cont .content__block2 div {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3000px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.cont .content__block2 div img {
  width: 50vw;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  opacity: 0.2;
}

.cont .foot {
  height: 70px;
  background: #81c638;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 576px) {
  .cont .foot {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.cont__copys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-shadow: 1px 1px 2px black;
}

@media (max-width: 576px) {
  .cont__copys {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: revert;
    -webkit-flex-grow: revert;
        -ms-flex-positive: revert;
            flex-grow: revert;
  }
}

.cont__copys a {
  color: #fff;
}

@media (max-width: 576px) {
  .cont__copy1, .cont__copy2 {
    text-align: center;
  }
}

.cont__copy2 {
  margin-top: 10px;
}

@media (min-width: 575px) {
  .cont__copy2 {
    margin-top: 0;
    margin-left: auto;
  }
}
