@import url('https://fonts.googleapis.com/css2?family=League+Gothic&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700&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;
  padding: 0;
  margin: 0
}

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

header, .blue {
  background-color: #00aeef;
}

.logo {
  max-height: 27px;
}

a {
  color: #000;
  word-wrap: break-word;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  color: #00aeef;
}

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

.boldm {
  font-weight: 500;
}

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

.container {
  max-width: 1050px;
}

br {
  display: none;
}

.row , .tcm {
  text-align: center;
}

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

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

@media (min-width:992px){
  h1,h2,h3,h4,h5,h6 {
    text-align: left;
  }
}

h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 55px;
  line-height: 1;
  font-weight: 700;
  margin-top: 24px;
}

h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 33px;
}

h4 {
  font-size: 34px;
  line-height: 1.3;
  margin-top: 25px;
}

h5 {
  font-size: 27px;
  line-height: 1.3;
  margin-top: 23px;
}

h2:first-child, h3:first-child, 
h4:first-child, h5:first-child {
  margin-top: 0;
}

h6 {
  font-size: 27px;
  line-height: 1.3;
}

.sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 10vw;
  line-height: 1;
  font-weight: 800;
}

@media(min-width: 768px) {
  .sub {
    font-size: 9vw;
  }
}

@media(min-width: 992px) {
  .sub {
    font-size: 57px;
  }
  .sub2 {
    font-size: 65px;
  }
  h2 {
    font-size: 70px;
  }
  h3 {
    font-size: 48px;
  }
  h4 {
    font-size: 44px;
  }
  h5 {
    font-size: 33px;
  }
  h6 {
    font-size: 29px;
  }
}

@media(min-width: 992px) and (max-width: 1260px) {
  .block h3 {
    font-size: 44px;
  }
}

@media(min-width: 1261px) {
  .sub {
    font-size: 67px;
  }
  .block .sub {
    font-size: 62px;
  }
  .sub2, .block .sub2 {
    font-size: 97px;
  }
  .block h6 {
    font-size: 24px;
  }
}

h3.ff-mb {
  line-height: 1.2;
}

.ffm {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

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

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

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

.extrab {
  font-weight: 800;
}

.lh {
  line-height: 1;
}

.lh2 {
  line-height: 1.2;
}

.lh4 {
  line-height: 1.4;
}

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

@media(max-width: 768px) {
  p {
    font-size: 24px;
  }
}

.small p {
  line-height: 1.4;
  margin-top: 15px;
}

p:first-child {
  margin-top: 0;
}

.darkc {
  color: #282728;
}

.grayc, .text-gray p {
  color: #5e5a54;
}

.rosec {
  color: #ff0055;
}

.redc {
  color: #ed1f23;
}

.bluec {
  color: #00aeef;
}

.lgray {
  background-color: #e5e5e5;
}

.gray {
  background-color: #afafaf;
}

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

.black {
  background-color: #000;
}

.bradius {
  border-radius: 20px;
}

.bordr, .lblue {
  background-color: #d9f3fd;
}

.bordr {
  padding-top: 38px;
  padding-bottom: 35px;
}

.prtitle {
  width: 100%;
  font-family: 'League Gothic', sans-serif;
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 1.1;
}

@media(min-width: 576px) {
  .prtitle {
    width: auto;
  }
}

.price {
  width: 100%;
  font-family: 'League Gothic', sans-serif;
  font-size: 100px;
  line-height: 1;
}

@media(min-width: 576px) {
  .price {
    width: auto;
  }
}

.price sup {
  font-size: 75px;
}

@media(min-width: 992px) {
  .price {
    font-size: 170px;
    line-height: 0.8;
  }
  .price sup {
    font-size: 100px;
  }
}

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

.ff-lg {
  font-family: 'League Gothic', sans-serif;
  font-weight: normal;
}

.fsb {
  font-size: 95px;
  line-height: 0.9;
}

@media(min-width: 992px) and (max-width: 1260px) {
  .fsb {
    font-size: 147px;
  }
}

@media(min-width: 1261px) {
  .fsb {
    font-size: 169px;
  }
}

.fs-16 {
  font-size: 16px;
  line-height: 1.5;
}

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

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

.text-22 p {
  font-size: 22px;
  line-height: 1.6;
}

.fs-25 {
  font-size: 25px;
}

.fs-28 {
  font-size: 25px;
  line-height: 1.1;
}

.fs-105 {
  font-size: 72px;
  line-height: 0.95;
}

.fs-145 {
  font-size: 80px;
  line-height: 0.9;
}

.fs-90 {
  font-size: 65px;
  line-height: 1;
}

.fs-80 {
  font-size: 62px;
  line-height: 1;
}

.fs-55 {
  font-size: 50px;
  line-height: 1;
}

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

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

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

@media(min-width: 992px) {
  .fs-145 {
    font-size: 145px;
    line-height: 0.8;
  }
  .fs-105 {
    font-size: 105px;
  }
  .fs-90 {
    font-size: 90px;
  }
  .fs-80 {
    font-size: 80px;
    line-height: 1;
  }
  .fs-55 {
    font-size: 55px;
  }
  .fs-40 {
    font-size: 40px;
    line-height: 1.2;
  }
  .fs-28 {
    font-size: 28px;
  }
  .fs-33 {
    font-size: 33px;
  }
  .text-31 p {
    font-size: 31px;
  }
}

.mt {
  margin-top: 35px;
}

.pr-block {
  width: 100%;
  justify-content: center;
}

.spb {
  justify-content: center;
}

@media(min-width: 992px) {
  .pr-block {
    width: auto;
  }
  .spb {
    justify-content: space-between;
  }
}

.red {
  background-color: #ed1f23;
}

.blue2 {
  background-color: #aac7d2;
}

.blue3 {
  background-color: #73b8d0;
}

.blue-grad {
  background: linear-gradient(to bottom, #bbd9e3, #8eb4c3);
  background-color: #8eb4c3;
}

.button {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  background: linear-gradient(45deg, #b11f24, #ea2028);
  background-color: #b11f24;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  box-shadow: 2px 6px #841618, 4px 19px 0px #89a5ae;
  text-shadow: 2px 1px 2px #000;
  border-radius: 70px;
  text-transform: uppercase;
  text-align: center;
  padding: 26px 45px 19px 45px;
  margin-bottom: 30px;
  transition: .2s;
}

@media(max-width: 768px) {
  .button {
    width: 100%;
    max-width: 400px;
    font-size: 33px;
    padding-left: 22px;
    padding-right: 22px;
  }
}

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

.cart {
  width: 51px;
}

.hand {
  position: relative;
  z-index: 100;
  width: 58px;
}

.shad {
  position: absolute;
  z-index: 50;
  width: 48px;
  top: 19px;
  right: -3px;
}

.hand-block {
  position: absolute;
  bottom: -31px;
  right: -2px;
  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);
  }
}

.jcm {
  justify-content: center;
}

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

.maxw {
  max-width: 400px;
}

@media(min-width: 576px) {
  .maxw {
    max-width: 900px;
  }
}

.block {
  width: 100%;
  border: 2px solid #e5e5e5;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.bordr, .block {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.in-line h5 {
  position: relative;
  top: auto;
} 

.in-line h5, .in-line p {
  width: 100%;
}

@media(min-width: 992px) {
  .in-line h5 {
    top: -3px;
  } 
  .in-line h5, .in-line p {
    width: auto;
  } 
}

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

.padsm {
  padding-top: 18px;
}

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

.opt {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pad, .pad2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pb {
  padding-bottom: 60px;
}

@media(min-width: 992px) {
  .pad {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .pad2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pb {
    padding-bottom: 70px;
  }
}

.blackm {
  background-color: rgba(0,0,0,0.4);
  padding-top: 33px;
  padding-bottom: 33px;
}

@media(min-width: 992px) {
  .blackm {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
}

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

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

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

.info:hover {
  background-color: #00aeef;
  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;
}

.logotype {
	width: 100%;
	max-width: 149.4px;
	margin-right: 15px;
}

.july .logotype {
  max-width: 122.23px;
}

.logotype:last-child {
	margin-right: 0;
}

@media(max-width: 768px) {
	.logotype {
		max-width: 110px;
	}
}

@media(max-width: 1160px) {
	.logos {
		padding-left: 15px;
	}
}

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

.fquestions {
  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;
  }
}

.fquestions 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;
}

.desc-right {
	width: 100%;
	flex: none;
  text-align: center;
}

@media(min-width: 992px) {
	.desc-right {
		width: auto;
		flex: 1 1;
    text-align: left;
	}
}

.links a {
  display: block;
  line-height: 1.5;
  padding-top: 9px;
}

footer ul a {
  text-transform: uppercase;
}

footer .bottom a:hover {
  color: rgba(255,255,255,0.85);
}

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: #00aeef;
  padding: 0 20px;
  cursor: pointer;
}

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

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

.to-top:hover .cls-1 {
  fill: rgba(255,255,255,0.85);
}

.to-top:hover p {
  color: rgba(255,255,255,0.85);
}

