@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Roboto+Condensed:ital,wght@0,400;0,700;1,700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

ul {
  list-style: none;
}

body {
  min-width: 330px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

main {
  overflow: hidden;
}

a {
  font-weight: normal;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

strong, .f-bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.body-cond strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: 700;
  color: #000;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  max-width: 1160px;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  margin: 0;
}

br {
  display: none;
}

/*
.row {
  text-align: center;
}
*/

@media (min-width:992px){
  .row {
    text-align: left;
  }
  br {
    display: block;
  }
}

h1, h2, h5, h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #000;
}

h1 {
  font-size: 107px;
  line-height: 1;
  margin-top: 15px;
}

h2 {
  font-size: 80px;
  line-height: 1;
  text-transform: uppercase;
}

h3 {
  font-size: 53px;
  line-height: 1;
}

.lsp {
  letter-spacing: 1.5px;
}

h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h4 span {
  color: #f98904;
}

h5, h6 {
  margin-top: 24px;
}

h5 {
  font-size: 38px;
  line-height: 1.22;
}

h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.44;
  color: #504f4f;
}

h1:first-child, h2:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

@media (max-width:1100px){
  h1 {
    font-size: 95px;
  }
  h2 {
    font-size: 70px;
    line-height: 1.1;
  }
  h3 {
    font-size: 50px;
    line-height: 1.14;
  }
  h4 {
    font-size: 41px;
  }
}

@media (max-width:768px){
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 65px;
  }
  h3 {
    font-size: 39px;
  }
  h4 {
    font-size: 33px;
  }
  h5 {
    font-size: 32px;
  }
  h6 {
    font-size: 23px;
  }
  p, ul li, ol li {
    font-size: 18px !important;
  }		
}

.titles-rcond h3, .titles-rcond h4, .titles-rcond h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}

header, .green {
  background-color: #72bf44;
}

p {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #393939;
  line-height: 1.6;
  margin-top: 24px;
  margin-bottom: 0;
}

.text-sb p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.text-sb strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

.text-19 p {
  font-size: 19px;
}

.text-18 p, .fs-18 {
  font-size: 18px;
}

.text-16 p, .fs-16 {
  font-size: 16px;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

section ul {
  margin-top: 24px;
}

section ul:first-child {
  margin-top: 0;
}

section ul li {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #7d7d7d;
  text-align: left;
  margin-top: 22px;
  padding-left: 47px;
}

.li-black li {
  color: #000;
}

.text-19 li {
  font-size: 19px;
}

.text-23 li, .text-23 p, .fs-23 {
  font-size: 23px;
}

.text-20 p {
  font-size: 20px;
  line-height: 1.5;
}

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

.text-sb li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.ul-gray li {
  color: #383838;
  text-transform: capitalize;
  margin-top: 27px;
}

.wc li {
  color: #fff;
}

section ul li:before {
  content: url(../img/list.svg);
  width: 35px;
  position: absolute;
  left: 0;
  top: -1px;
}

section .ul-green2 li:before {
  content: url(../img/list2.svg);
}

section ul li.no:before {
  content: url(../img/list_no.svg);
}

section ul li.none:before {
  content: none;
}

section .wc ul li:before {
  content: url(../img/list_white.svg);
}

section .text-ffr li:before,
.body-cond li:before {
  top: 0px;
}

.mt30 {
  margin-top: 30px;
}

.text-19 li:before {
  top: -5px;
}

.text-18 li:before {
  top: -6px;
}

.text-23 li:before {
  top: -3px;
}

.ul-gray li:before {
  content: url(../img/list_gray.svg);
}

.ul-black li:before {
  content: url(../img/list_black.svg);
}

.ul-black li {
  color: #000;
}

.body-cond p, .body-cond h1, .body-cond h2, .body-cond h3,
.body-cond h4, .body-cond h5, .body-cond h6, .body-cond li {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}

.body-cond p {
  font-weight: 400;
  line-height: 1.5;
  margin-top: 20px;
}

p:first-child, section ul li:first-child {
  margin-top: 0;
}

.body-cond h1, .body-cond h2, .body-cond h3,
.body-cond h4, .body-cond h5, .body-cond h6 {
  font-weight: 700;
}

.ffr, .text-ffr p, .text-ffr li {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-style: italic;
}

.ffm, .text-mm p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.ffb {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.ff-rcond {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}

.text-rcondn p, section .text-rcondn li {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.ff-eb {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

.fs-27 {
  font-size: 24px;
}

.fs-30 {
  font-size: 30px;
  line-height: 1.25;
}

.fs-33 {
  font-size: 28px;
  line-height: 1.3;
}

.fs-35 {
  font-size: 30px;
  line-height: 1.25;
}

.fs-40 {
  font-size: 32px;
  line-height: 1.23;
}

.fs-43 {
  font-size: 36px;
}
  .fs-55 {
    font-size: 36px;
  }	
  .fs-65 {
    font-size: 38px;
  }	

.fs-102 {
  font-size: 75px;
}

.fs-216 {
  font-size: 85px;
}

@media(min-width: 992px) {
  .fs-27 {
    font-size: 27px;
  }
  .fs-33 {
    font-size: 33px;
  }
  .fs-35 {
    font-size: 35px;
  }
  .fs-40 {
    font-size: 40px;
  }
  .fs-43 {
    font-size: 43px;
  }
  .fs-55 {
    font-size: 55px;
  }	
  .fs-65 {
    font-size: 65px;
  }		
  .fs-102 {
    font-size: 102px;
  }
  .fs-216 {
    font-size: 216px;
    line-height: 0.8;
  }
}

span, h4, h5 {
  position: relative;
}

.und {
  max-width: none;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

@media(min-width: 992px) {
  .und {
    bottom: -15px;
  }
}

.big {
  margin-bottom: 30px;
}

.big .und {
  bottom: -20px;
}

.longer .und {
  bottom: -12px;
}

.grad {
  background-color: #fff;
  background: linear-gradient(to bottom, #fff, #e2f0d0);
}

.redc {
  color: #ff0012;
}

.grayc {
  color: #7d7d7d;
}

.orange {
  background-color: #f98904;
}

.lgray {
  background-color: #f7f7f7;
}

.gray {
  background-color: #afafaf;
}

.gray2 {
  background-color: #d4d6db;
}

.gray3 {
  background-color: #e1e1e1;
}

.dgray {
  background-color: #7d7d7d;
}

.yellow {
  background-color: #fff573;
}

.yellow2 {
  background-color: #eee809;
}

.yellow3 {
  background-color: #fde92a;
}

.lyellow {
  background-color: #fffcd5;
}

.light-blue {
  background-color: #e5e9f3;
}

.wc h2, .wc h3, .wc h4, .wc h5, 
.wc h6, .wc p, .whitec, .wc strong {
  color: #fff;
}

.yellowc, .wc .yellowc {
  color: #fde92a;
}

.blackc {
  color: #000;
}

.orangec {
  color: #f98904;
}

.greenc, .wc .greenc {
  color: #72bf44;
}

.dgreenc {
  color: #468a5c;
}

.p1 {
  padding-top: 55px;
  padding-bottom: 30px;
}

@media(min-width: 992px) {
  .p1 {
    padding-bottom: 90px;
  }
}

.logo {
  max-height: 35px;
}

.product {
  max-height: 600px;
}

.product2 {
  max-height: 400px;
}

@media(min-width: 992px) {
  .product, .product2 {
    max-height: none;
  }
}

.block {
  position: relative;
  z-index: 1000;
  background-color: #fff;
  border: 3px solid rgba(0,0,0,0.3);
  box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
}

.jcm, .btn-block {
  justify-content: center;
}

.btn-block {
  justify-content: center;
  margin-top: 30px;
}

@media(min-width: 992px) {
  .jcm, .btn-block {
    justify-content: flex-start;
  }
}

.btn1, .btn2, .btn3 {
  text-shadow: 2px 1px 2px #000;
  border-radius: 70px;
  text-transform: uppercase;
  text-align: center;
  transition: .2s;
}

.btn1, .btn2 span {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
}

.btn3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
}

.body-cond .btn2 span {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: 700;
}

.btn1, .btn2, .btn3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.btn1 {
  position: relative;
  color: #fff;
  background: linear-gradient(45deg, #b11f24, #ea2028);
  background-color: #b11f24;
  border-left: 2px solid #fff;
  box-shadow: 2px 6px #841618;
  padding: 26px 43px 19px 43px;
  margin-bottom: 30px;
}

.btn3 {
  position: relative;
  color: #fff;
  background: linear-gradient(45deg, #b11f24, #ea2028);
  background-color: #b11f24;
  border-left: 2px solid #fff;
  box-shadow: 2px 6px #841618;
  padding: 15px;
}

.btn2 {
  background-color: #5f5f5f;
  border: 5px solid #fff;
  box-shadow: 0 5px 6px rgba(0,0,0,0.4);
  padding: 26px 55px 26px 55px;
}

.blue {
  background-color: #246dff;
}
.btn2 span {
  position: relative;
  top: 1.5px;
}

.long span {
  flex: 1 1;
}

@media(max-width: 400px) {
  .long {
    border-radius: 15px;
  }
  .long span {
    flex: none;
    width: 100%;
    top: auto;
    padding-top: 20px;
  }
  .long img {
    order: -1;
  }
}

@media(max-width: 768px) {
  .btn1, .btn2 {
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }
  .btn1, .btn2 span {
    font-size: 22px;
  }
}


.long {
  padding-top: 24px;
  padding-bottom: 24px;
}

.long img {
  max-height: 25px;
}

.small span {
  font-size: 19px;
}

.btn1:hover {
  color: #fff;
  background: #ea2028;
  transition: .2s;
}

.btn2:hover {
  color: #fff;
  background: #468a5c;
  transition: .2s;
}

.blue:hover {
  background-color: #0e54e0;
}


.chevron {
  position: relative;
  left: 0;
  transition: .2s;
}

a:hover .chevron {
  left: 8px;
  transition: .2s;
}

.hand {
  position: absolute;
  bottom: -31px;
  right: 31px;
  z-index: 2000;
  transform: scale(1);
  animation: hand infinite linear 2s;
}

@keyframes hand {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

/*footer*/
footer a {
  color: #fff;
}

footer .references a {
	color:#333 !important;
}
footer .references a:hover {
	color:#000 !important;
}


.info {
  cursor: pointer;
  transition: .2s;
}

.info .d-flex {
  flex-wrap: wrap;
}

.info:hover {
  background-color: #468a5c;
  transition: .2s;
}

.info p {
  position: relative;
  top: 2px;
  font-size: 19px;
  line-height: 1.1;
  color: #fff;
  margin-top: 0;
}

.info img {
  margin: 0 12px;
}

@media(max-width: 768px) {
  .info p {
    width: 100%;
  }
  .info img {
    margin: 10px 0;
  }
}

.mh60 {
  max-height: 60px;
}

.yellow p {
  line-height: 1.2;
  padding-left: 10px;
}

@media(max-width: 992px) {
  .yellow img {
    margin: 0 auto;
  }
  .yellow p {
    width: 100%;
    padding-top: 15px;
    text-align: center;
    padding-left: 0;
  }
}

.top {
  justify-content: space-between;
}

form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 490px;
}

input {
  height: 58px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  border: 0;
}

input:placeholder {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0,0,0,0.5);
}

input::-webkit-input-placeholderr {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,0.5);
}

input:-moz-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,0.5);
}

input::-moz-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,0.5);
}

input:-ms-input-placeholder {
  ffont-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,0.5);
}

input[type="email"] {
  flex: 1 1;
  border-right: 2px solid #72bf44;
  padding: 0 15px;
}

input[type="submit"] {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  background-color: #fff573;
  padding: 0 30px;
}

@media(max-width: 400px) {
  input[type="submit"] {
    width: 100%;
  }
}

input[type="submit"]:hover {
  color: #fff;
  background-color: #f98904;
}

@media(max-width: 800px) {
  form {
    max-width: 100%;
  }
  .logo-footer {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.questions {
  border-top: 1px solid rgba(255,255,255,0.7);
  border-bottom: 1px solid rgba(255,255,255,0.7);
  padding: 40px 0 60px 0;
}

.right {
  width: 100%;
  flex: none;
  padding-left: 0;
  padding-top: 20px;
}

@media(min-width: 992px) {
  .right {
    width: auto;
    flex: 1 1;
    padding-top: 0;
    padding-left: 30px;
  }
}

.questions p {
  font-size: 19px;
  line-height: 1;
  margin-top: 18px;
  padding-right: 15px;
  text-align: left;
}

.contact, footer ul {
  justify-content: center;
}

.contact {
  padding-left: 15px;
}

@media(min-width: 992px) {
  .contact, footer ul {
    justify-content: start;
  }
  .contact {
    padding-left: 0;
  }
}

.info-answer {
  display: none;
}

.info-answer.show {
  display: block;
}

.pt {
  padding-top: 130px;
  margin-top: -70px;
}

footer ul a {
  text-transform: uppercase;
}

footer a:hover {
  color: #fff573;
}

footer li {
  position: relative;
  margin-top: 20px;
}

footer li:after {
  content: '/';
  color: #fff;
  margin: 0 8px;
}

footer li:last-child:after {
  display: none;
}

.bottom {
  position: relative;
}

.to-top {
  min-width: 250px;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  background-color: #72bf44;
  padding: 0 20px;
  cursor: pointer;
}

.to-top .cls-1 {
  fill: #fff;
}

.to-top svg {
  transform: rotate(180deg);
}

.to-top:hover .cls-1 {
  fill: #fff573;
}

.to-top:hover p {
  color: #fff573;
}


