a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #222;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
table,
td,
th {
  vertical-align: middle;
}
caption,
td,
th {
  text-align: left;
  font-weight: 400;
}
a img {
  border: none;
}
@font-face {
  font-family: Baloo;
  src: url(../fonts/hinted-Baloo-Regular.eot);
  src: local("Baloo Regular"), local("Baloo-Regular"),
    url(../fonts/hinted-Baloo-Regulard41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/hinted-Baloo-Regular.woff2) format("woff2"),
    url(../fonts/hinted-Baloo-Regular.woff) format("woff"),
    url(../fonts/hinted-Baloo-Regular.ttf) format("truetype"),
    url(../fonts/hinted-Baloo-Regular.svg#Baloo-Regular) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: TTSquaresCondensed;
  src: url(../fonts/TTSquaresCondensed-BlackItalic.eot);
  src: local("Baloo Regular"), local("Baloo-Regular"),
    url(../fonts/TTSquaresCondensed-BlackItalicd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/TTSquaresCondensed-BlackItalic.woff2) format("woff2"),
    url(../fonts/TTSquaresCondensed-BlackItalic.woff) format("woff"),
    url(../fonts/TTSquaresCondensed-BlackItalic.ttf) format("truetype"),
    url(../fonts/TTSquaresCondensed-BlackItalic.svg#TTSquaresCondensed-BlackItalic)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Nirmala UI;
  src: url(../fonts/hinted-NirmalaUI.eot);
  src: local("Nirmala UI"), local("NirmalaUI"),
    url(../fonts/hinted-NirmalaUId41d.eot?#iefix) format("embedded-opentype"),
    url(../fonts/hinted-NirmalaUI.woff2) format("woff2"),
    url(../fonts/hinted-NirmalaUI.woff) format("woff"),
    url(../fonts/hinted-NirmalaUI.ttf) format("truetype"),
    url(../fonts/hinted-NirmalaUI.svg#NirmalaUI) format("svg");
  font-weight: 400;
  font-style: normal;
}
input,
select,
textarea {
  font-size: inherit;
}
a,
input,
select,
textarea {
  font-family: inherit;
  color: inherit;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
img:after {
  content: attr(alt);
  font-family: inherit;
  display: inline-block;
  font-size: 12px;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-family: Baloo;
  letter-spacing: 1.1px;
  background-color: #000;
}
.content {
  max-width: 1100px;
  margin: auto;
  padding: 0 25px;
}
.btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  -moz-border-radius: 200px;
  border-radius: 200px;
  padding: 37px;
  width: 100%;
  max-width: 400px;
  cursor: pointer;
  text-align: center;
  font-size: 40px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid #00707e;
  -webkit-box-shadow: 0 6px 10px 0 rgba(52, 0, 0, 0.5),
    inset 0 0 50px 5px hsla(0, 0%, 100%, 0.3);
  -moz-box-shadow: 0 6px 10px 0 rgba(52, 0, 0, 0.5),
    inset 0 0 50px 5px hsla(0, 0%, 100%, 0.3);
  box-shadow: 0 6px 10px 0 rgba(52, 0, 0, 0.5),
    inset 0 0 50px 5px hsla(0, 0%, 100%, 0.3);
  background: url(../img/button_pattern.png),
    -webkit-gradient(linear, left top, left bottom, from(#00c9d0), to(#00707e));
  background: url(../img/button_pattern.png),
    -moz-linear-gradient(top, #00c9d0, #00707e);
  background: url(../img/button_pattern.png),
    linear-gradient(180deg, #00c9d0, #00707e);
  text-transform: uppercase;
  -webkit-animation: a 1s infinite ease-in-out;
  -moz-animation: a 1s infinite ease-in-out;
  animation: a 0.5s infinite ease-in-out;
  -webkit-filter: brightness(1.01);
  filter: brightness(1.01);
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  -moz-transition: filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}
.btn:hover {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
header {
  background: #0c0c0c;
  
  border-bottom: 1px solid #242424;
  position: relative;
  z-index: 2;
}
header .boxes {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .boxes span {
  color: #00d0d7;
}
.top_section {
  background: #203439 url(../img/top_bg.webp) 50% / cover no-repeat;
  border-bottom: 2px solid #1e5536;
  position: relative;
  z-index: 1;
}
.top_section .content {
  padding-top: 117px;
  padding-bottom: 190px;
  position: relative;
}
.top_section .text .top {
  font-size: 65px;
  margin-bottom: -4px;
}
.top_section .text .center {
  font-family: TTSquaresCondensed;
  font-size: 130px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fa5c5d),
    to(#d81a1a)
  );
  background: -moz-linear-gradient(top, #fa5c5d, #d81a1a);
  background: linear-gradient(180deg, #fa5c5d, #d81a1a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 14px;
}
.top_section .text .bottom {
  font-family: TTSquaresCondensed;
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 37px;
}
.top_section .text .bottom span {
  display: inline-block;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fa5c5d),
    to(#d81a1a)
  );
  background: -moz-linear-gradient(top, #fa5c5d, #d81a1a);
  background: linear-gradient(180deg, #fa5c5d, #d81a1a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top_section .btn {
  position: relative;
  left: -17px;
}
.top_section .right * {
  position: absolute;
  bottom: 0;
  right: -32px;
  pointer-events: none;
}
.top_section .right .persons {
  right: 77px;
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
section.centr {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#005a63),
    color-stop(#094146),
    to(#005a63)
  );
  background: -moz-linear-gradient(left, #005a63, #094146, #005a63);
  background: linear-gradient(90deg, #005a63, #094146, #005a63);
  text-align: center;
  font-size: 40px;
  border: 1px solid #005a63;
  border-left: none;
  border-right: none;
  padding: 33px 0 24px;
  overflow: hidden;
}
section.centr .content {
  position: relative;
}
section.centr img {
  position: absolute;
  bottom: 20px;
  right: -40px;
  pointer-events: none;
}
section.centr span {
  color: #ff0d00;
}
section.main {
  background: url(../img/threesectpattern.png);
  padding: 86px 0;
  overflow: hidden;
}
section.main .content {
  position: relative;
}
section.main .fly img {
  position: absolute;
}
section.main .fly img:first-child {
  top: 364px;
  left: -53px;
}
section.main .fly img:nth-child(2) {
  top: 280px;
  right: -60px;
}
section.main .fly img:nth-child(3) {
  right: 30px;
  top: 410px;
}
section.main .boxes {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1070px;
  margin: 0 auto 94px;
}
section.main .boxes.visible .item {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
section.main .boxes .item {
  width: 25%;
  text-align: center;
  font-size: 16px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
}
section.main .boxes .item .icon {
  width: 120px;
  height: 120px;
  background: rgba(0, 0, 0, 0.4);
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto 15px;
}
section.main .boxes .item .icon:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fc0d00 url(../img/check.svg) 50%/14px no-repeat;
}
section.main .main_text {
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 30px #000;
  margin-bottom: 74px;
  line-height: 1.2;
}
section.main .main_text .bottom {
  color: #fc0d00;
}
section.main .bottom_boxes {
  counter-reset: a;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.main .bottom_boxes.visible li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
section.main .bottom_boxes li {
  width: 31%;
  margin: 0 1%;
  position: relative;
  padding: 45px 10px 20px 130px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, transform 0.5s, -moz-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s,
    -moz-transform 0.5s;
}
section.main .bottom_boxes li:after {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  right: -11px;
  bottom: 0;
  background: repeating-linear-gradient(
      -83deg,
      transparent,
      transparent 4px,
      hsla(0, 0%, 49%, 0.1) 5px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#282828), to(#020202));
  background: -moz-repeating-linear-gradient(
      173deg,
      transparent,
      transparent 4px,
      hsla(0, 0%, 49%, 0.1) 5px
    ),
    -moz-linear-gradient(top, #282828, #020202);
  background: repeating-linear-gradient(
      -83deg,
      transparent,
      transparent 4px,
      hsla(0, 0%, 49%, 0.1) 5px
    ),
    linear-gradient(180deg, #282828, #020202);
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.004),
    inset 0 2px 0 0 hsla(0, 0%, 100%, 0.05);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.004),
    inset 0 2px 0 0 hsla(0, 0%, 100%, 0.05);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.004),
    inset 0 2px 0 0 hsla(0, 0%, 100%, 0.05);
  -webkit-transform: skewX(-9deg);
  -moz-transform: skewX(-9deg);
  -ms-transform: skewX(-9deg);
  transform: skewX(-9deg);
}
section.main .bottom_boxes li:before {
  z-index: 2;
  top: 0;
  left: 16px;
  bottom: 11px;
  margin: auto;
  position: absolute;
  counter-increment: a;
  content: counter(a);
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
  font-family: TTSquaresCondensed;
  font-size: 60px;
  text-align: center;
  width: 92px;
  height: 92px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 84px;
  background: url(../img/button_pattern.png),
    -webkit-gradient(linear, left top, left bottom, from(#ed3a3b), to(#d91a1b));
  background: url(../img/button_pattern.png),
    -moz-linear-gradient(top, #ed3a3b, #d91a1b);
  background: url(../img/button_pattern.png),
    linear-gradient(180deg, #ed3a3b, #d91a1b);
  -webkit-box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.004),
    inset 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.004),
    inset 0 2px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.004),
    inset 0 2px 0 0 rgba(0, 0, 0, 0.25);
}
section.main .bottom_boxes li .top {
  font-size: 32px;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.004);
  text-transform: uppercase;
  z-index: 3;
  position: relative;
}
section.main .bottom_boxes li .bottom {
  z-index: 3;
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #b83232;
  font-family: Nirmala UI;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
footer {
  background: #003f44 url(../img/footer_bg.png) top/1920px no-repeat;
  padding: 77px 0 30px;
  text-align: center;
}
footer .top_text {
  text-transform: uppercase;
  font-size: 44px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 30px #000;
  margin-bottom: 69px;
}
footer .top_text span {
  color: #fc0d00;
}
footer .btn_wrp {
  margin-bottom: 111px;
}
footer .btn {
    font-size: 28px;
    max-width: 363px;
    padding-top: 10px;
    padding-bottom: 10px;
}
footer .payment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
footer .payment img {
  margin: 0 10px 20px;
}
footer .support_block {
  font-family: TTSquaresCondensed;
  font-size: 18px;
  margin-bottom: 10px;
}
footer .support_block img {
  margin-right: 9px;
  vertical-align: middle;
}
footer .support_block > div {
  display: inline-block;
  margin: 0 20px 15px;
}
footer .coppy {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 11px;
  letter-spacing: 0;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .top_section .text .bottom span,
  .top_section .text .center {
    color: #d81a1a;
    background: none;
  }
}
@media (min-width: 1921px) {
  footer {
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media (max-width: 1200px) {
  .top_section .right * {
    right: 0;
  }
  .top_section .right .persons {
    right: 107px;
  }
}
@media (max-width: 1150px) {
  section.main .bottom_boxes {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section.main .bottom_boxes li {
    width: 360px;
    margin: 0 20px 30px;
  }
}
@media (max-width: 1090px) {
  .content {
    padding: 0 40px;
  }
  .top_section .content {
    padding-top: 87px;
    padding-bottom: 100px;
  }
  .top_section .text {
    position: relative;
    z-index: 1;
  }
  .top_section .right * {
    width: 450px;
  }
  .top_section .right .persons {
    width: 340px;
    right: 77px;
  }
  .btn {
    padding: 3px !important;
  }
  section.centr img {
    width: 340px;
    bottom: 30px;
    right: -20px;
  }
}
@media (max-width: 960px) {
  section.main .fly {
    display: none;
  }
}
@media (max-width: 920px) {
  section.main {
    padding: 45px 0;
  }
  section.main .boxes {
    max-width: 590px;
    margin-bottom: 40px;
  }
  section.main .boxes .item {
    width: 50%;
    margin-bottom: 30px;
  }
  section.main .main_text {
    font-size: 38px;
  }
}
@media (max-width: 820px) {
  .top_section .btn {
    /* position: static;  - Changes Done Here */
    position: relative;
    top: 95px;
  }
  .top_section .content {
    padding-top: 45px;
    padding-bottom: 60px;
    text-align: center;
  }
  .top_section .right * {
    width: 410px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .top_section .right .persons {
    width: 290px;
  }
  .btn {
    font-size: 28px;
    max-width: 363px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .top_section .text .top {
    font-size: 85px;
  }
  .top_section .text .center {
    font-size: 160px;
  }
  .top_section .text .bottom {
    margin-bottom: 240px;
    font-size: 54px;
  }
  section.centr img {
    right: -90px;
    left: 0;
    bottom: 40px;
    margin: auto;
  }
}
@media (max-width: 700px) {
  header {
    padding: 10px 0;
    font-size: 14px;
  }
  header .boxes {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  header .boxes .logo {
    width: 100%;
    margin-bottom: 10px;
  }
  header .boxes .logo img {
    max-width: 250px;
  }
  footer .payment {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .support_block {
    font-size: 16px;
  }
  footer .btn {
    font-size: 28px;
    max-width: 363px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  footer .top_text {
    font-size: 35px;
    margin-bottom: 40px;
  }
  footer {
    padding: 0px 0 20px;
}
}
@media (max-width: 600px) {
  .content {
    padding: 0 10px;
  }
  .top_section .text .top {
    font-size: 60px;
  }
  .top_section .text .center {
    font-size: 120px;
  }
  .top_section .text .bottom {
    margin-bottom: 170px;
    font-size: 40px;
  }
  .top_section .right * {
    width: 350px;
  }
  .top_section .right .persons {
    width: 260px;
  }
  section.centr {
    font-size: 30px;
    padding: 25px 0;
    margin-top: 90px;
  }
  section.main .main_text {
    font-size: 32px;
    margin-bottom: 34px;
  }
}
@media (max-width: 470px) {
  header {
    font-size: 12px;
  }
  footer .support_block {
    font-size: 15px;
  }
  footer .top_text {
    font-size: 29px;
  }
  .top_section .content {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .top_section .text .top {
    font-size: 48px;
    font-family: 'Baloo 2', cursive !important;
    font-weight: 700 !important;
  }
  .top_section .text .center {
    font-size: 91px;
    margin-bottom: 0;
  }
  .top_section .text .bottom {
    font-size: 28px;
  }
  .top_section .right * {
    width: 300px;
  }
  .top_section .right .persons {
    width: 200px;
    right: 7px;
  }
  section.centr img {
    right: 70px;
  }
  section.main .bottom_boxes li {
    padding: 35px 10px 30px 92px;
  }
  section.main .bottom_boxes li:before {
    left: 5px;
    width: 72px;
    height: 72px;
    line-height: 64px;
    font-size: 40px;
  }
  section.main .bottom_boxes li .top {
    font-size: 27px;
  }
  section.main .bottom_boxes li .bottom {
    font-size: 16px;
  }
}
@-webkit-keyframes a {
  0%,
  to {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes a {
  0%,
  to {
    -moz-transform: scale(1.03);
    transform: scale(1.03);
  }
  50% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.3, 1.3);
    }
    100% {
      transform: scale(1, 1);
    }
  }
            
        
  
