﻿HTML *
{
  margin: 0;
  padding: 0;
}
BODY
{
  background-color: #f8f9fa;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
BODY, INPUT, TEXTAREA, SELECT, TD, TH
{
  font-family: 'Manrope', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
IMG
{
  border: 0;
  max-width:100%;
}
A
{
  outline: none;
}
INPUT[type=submit],
BUTTON,
LABEL INPUT,
LABEL
{
  cursor:pointer;
}
IFRAME
{
  border: 0;
}

h4
{
  color: #15ccbe;
  font-size: 12px;
  font-weight: 600;
  text-transform:uppercase;
}
.gl
{
  width: 100%;
}
.gl > .in
{
  width: calc( 100% - 50px );
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
}

.a-reg,
.a-trns
{
  text-decoration: none;
  display: inline-block;
  border-radius: 8px;
  padding: 9px 34px 9px 15px;
  color: #fff !important;
  border: 1px solid #15CCBE;
  background: #15CCBE url(/img/array-top-left.png) no-repeat calc( 100% - 10px ) 50%;
}
.a-trns
{
  border-color: #def;
  background-color: transparent;
}
.a-trns:hover
{
  border-color: #15CCBE;
  background-color: #15CCBE;
}
.info
{
  color: #7f807f;
}
.head
{
  z-index: 2;
  background-color: #f4f6f8;
}
.head > .in
{
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .menu
{
  display: flex;
}
.head A
{
  text-decoration: none;
  color: #0c0e14;
  font-weight: 500;
}
.head .menu A
{
  padding: 10px;
  margin: 0 5px;
}
.head .form
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .a-reg
{
  margin-left: 20px;
}
.head .logo
{
  width: 82px;
  height: 18px;
  display: inline-block;
  background: #15CCBE;
  -webkit-mask-image: url(/img/logo.svg);
  mask-image: url(/img/logo.svg);
}
.mob-menu-ico
{
  width: 20px;
  height: 14px;
  background: #000;
  display: none;
  margin-left: 15px;
  cursor: pointer;
  -webkit-mask-image: url(/img/ico-menu.svg);
  mask-image: url(/img/ico-menu.svg);
}

.body
{
  flex-grow: 1;
}
.body > .in
{
}

.page-body
{
  padding: 50px 0;
}
.page-body H1
{
  font-size: 36px;
  font-weight: 400;
}


.foot
{
  flex-shrink: 0; /* для прижимания к низу */
  background-color: #f4f6f8;
}
.foot > .in
{
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
  line-height: 2.5;
}
.foot .menu
{
  margin-right: 50px;
}
.foot .coop
{
  text-align: right;
}
.foot A
{
  text-decoration: none;
  color: #0c0e14;
}
.foot .links
{
  display: flex;
}
.foot .logo
{
  display: block;
  margin-bottom: 30px;
}
.foot .logo IMG
{
  width: 123px
}

.bl-form
{
  margin-top: 20px;
  border-radius: 18px;
  background-color: #ffffff;
  width: 100%;
  max-width: 500px;
  min-width: 320px;
}
.bl-form FORM
{
  padding: 20px;
}
.bl-form INPUT[type=text],
.bl-form INPUT[type=password],
.bl-form TEXTAREA
{
  border: 1px solid #B3B3B3;
  background-color: transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  height: 54px;
  padding: 0 20px;
  width: calc( 100% - 42px );
  margin-bottom: 15px;
}
.bl-form TEXTAREA
{
  padding: 10px 20px;
  height: 85px;
  resize: none;
}
.bl-form FORM B
{
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  display: block;
}
.btn-submit
{
  background: #15ccbe;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  padding: 17px 20px;
  width: calc( 100% - 0px );
  border: 1px solid #15ccbe;
}
.bl-form .a-btn-reg
{
  display: block;
  margin-top: 10px;
  text-decoration: none;
}
.bl-form .a-btn-reg BUTTON
{
  background: transparent;
  display: block;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  padding: 20px;
  width: calc( 100% - 0px );
  border: 1px solid #B3B3B3;
  color: #B3B3B3;
}
.bl-form .a-btn-reg BUTTON:hover
{
  background: #15ccbe;
  border: 1px solid #15ccbe;
  color: #fff;
}
.bl-form .alert
{
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 13px;
  width: calc( 100% - 32px );
  text-align: center;
  font-weight: bold;
}
.alert.error
{
  color: #a94442;
  background-color: #f2dede;
  border: 1px #ebccd1 solid;
}
.alert.success
{
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px #d6e9c6 solid;
}

.input_err,
.input_err:focus
{
  border: #EE7058 1px solid;
  box-shadow: inset 0 0 1px 1px #EE7058;
}

.page-rules SECTION
{
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 18px;
  margin-top: 15px;
  display: flex;
}
.page-rules SECTION > H2
{
  flex: none;
  width: 200px;
  font-size: 14px;
  color: #0c0e14;
  font-weight: 600;
  padding-bottom: 10px;
}
.page-rules SECTION > DIV
{
  font-size: 16px;
  color: #7f807f;
}

.index-bg
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 690px;
  background: url(/img/index-head-bg.webp) no-repeat 0 -130px;
  background-size: cover;
  z-index: -1;
}
.body-index .page-body
{
  padding-top: 0;
}
.body-index .head
{
  background: transparent;
}
.body-index .head A
{
  color: #fff;
}
.body-index .head .logo,
.body-index .mob-menu-ico
{
  background: #fff;
}
.body-index .page-body H2
{
  color: #0c0e14;
  font-size: 36px;
  font-weight: 400;
}
.body-index .page-body P
{
  font-size: 15px;
}
.body-index .page-body P + P
{
  margin-top: 20px;
}

.header-bl
{
  z-index: 2;
  height: 690px;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.header-info
{
  width: 450px;
  height: 500px;
}
.header-info H2
{
  color: #fff;
  font-size: 56px;
  font-weight: 500;
  line-height: 60px;
}
.header-info P
{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0;
}
.header-imgs
{
  position: relative;
  width: 650px;
  height: 690px;
  overflow: hidden;
}
.header-imgs > DIV
{
  position: absolute;
}
.header-imgs IMG
{
  max-width: none;
}
.header-imgs DIV:nth-child(1)
{
  left: 90px;
  top: 50px;
  width: 450px;
}
.header-imgs DIV:nth-child(2)
{
  left: 120px;
  top: 215px;
  width: 508px;
}
.header-imgs DIV:nth-child(3)
{
  left: -20px;
  top: 0;
  width: 828px;
  filter: grayscale(70%);
}
.header-imgs DIV:nth-child(4)
{
  left: 20px;
  top: 390px;
  width: 450px;
}


.about-bl
{
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}
.about-info
{
  flex: none;
  width: 440px;
}
.about-info H2 B
{
  color: #15CCBE;
}

.about-super
{
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-super SECTION
{
  width: 280px;
  height: 330px;
  padding: 25px;
  border-radius: 18px;
  background-color: #fff;
}
.about-super SECTION + SECTION
{
  margin-left: 15px;
}
.about-super .img
{
  width: 235px;
  height: 155px;
  border-radius: 9px;
  background-color: #f6f7f8;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.about-super h3
{
  padding: 15px 0;
  font-size: 16px;
  font-weight: 500;
}
.about-super p
{
  opacity: 0.5;
}
.about-super .check
{
  background: #15ccbe url(/img/about-sign.webp) no-repeat 50% 15px;
  background-size: 180px;
  color: #fff;
}
.about-super .check h3
{
  margin-top: 155px;
}

.program-bl
{
  background: url(/img/bg-program.webp) no-repeat 100% 50%;
  height: 450px;
  padding: 25px 0;
  display: flex;
  align-items: center;
}
.program-bl > DIV
{
  width: 560px;
}

.faq-bl
{
  padding: 25px 0;
}

.faq-list
{
  background: #eee;
  padding: 1px 0;
}
.faq-list section
{
  position: relative;
  background: #F8F9FA;
  padding: 25px 0;
}
.faq-list section + section
{
  margin-top: 1px;
}

.faq-list section B
{
  font-size: 18px;
  font-weight: 400;
  display: block;
  width: calc( 100% - 50px );
}

.faq-list .icon
{
  height: 40px;
  position: absolute;
  width: 40px;
  right: 0;
  top: 17px;
  z-index: 2;
}
.faq-list .icon:before,
.faq-list .icon:after
{
  position: absolute;left: 19px;top: 10px;content: " ";height: 20px;width: 2px;background-color: #333;opacity: 0.5;transition: transform 500ms ease;
}
.faq-list .icon:before
{
  transform: rotate(90deg);
}

.faq-list .toggle:hover~.icon
{
  background: #15CCBE;
  border-radius: 50%;
}
.faq-list .toggle:hover~.icon:after,
.faq-list .toggle:hover~.icon:before
{
  background-color: #fff;
}
.faq-list .toggle:checked~.icon:before
{
  transform: rotate(45deg);
}
.faq-list .toggle:checked~.icon:after
{
  transform: rotate(-45deg);
}
.faq-list .toggle
{
  width: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 3;
}

.faq-list article
{
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  transition: .5s ease;
}

.faq-list .toggle:checked~article
{
  height: auto;
  opacity: 1;
  z-index: 2;
}
.faq-list article > p
{
  font-size: 15px;
  color: #7f8080;
  line-height: 1.55;
  font-weight: 300;
  margin-top: 20px;
}


.contact-bl
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}
.contact-info
{
  flex: none;
  width: 440px;
}
.contact-mail
{
  background: url(/img/ico-mail.webp) no-repeat 0 50%;
  padding-left: 65px;
  height: 60px;
  display: flex;
  align-items: center;
}
.contact-mail A
{
  text-decoration: none;
  color:#303030;
}


.sidebar #nav-icon3 span {background: #fff;}
body.sidebar-opened {overflow:hidden;}

.hidden-overley
{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #000000;
  opacity:0;
  width:0;
  height:0;
  transition: opacity 1s;
}
.hidden-overley.show
{
  height: 100%;
  width: 100%;
  opacity:0.5;
  transition: opacity 1s;
}

.sidebar
{
  position: fixed;
  z-index: 100;
  width: 300px;
  height: 100%;
  right: -300px;
  top:0;
  background: #000;
  transition: right 0.4s ease;
  overflow: auto;
}
.sidebar.show
{
  right: 0;
}
.sidebar .close
{
  cursor: pointer;
  height: 30px;
  position: absolute;
  width: 30px;
  right: 20px;
  top: 30px;
  z-index: 101;
}
.sidebar .close:before,
.sidebar .close:after
{
  position: absolute;
  left: 15px;
  top: 0;
  content: " ";
  height: 30px;
  width: 2px;
  background-color: #fff;
  opacity: 0.5
;transition: transform 500ms ease;
}
.sidebar .close:before
{
  transform: rotate(45deg);
}
.sidebar .close:after
{
  transform: rotate(-45deg);
}
.mob-menu
{
  padding: 50px 25px;
}
.mob-menu A
{
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  padding-bottom: 15px;
}

.preload
{
  background: repeating-linear-gradient(
    45deg,
    #0C645F,
    #0C645F 5%,
    #15ccbe 5%,
    #15ccbe 10%
  );
  background-size: 100px 100px;
  animation: moveit 4s linear infinite;
}

@keyframes moveit
{
  0% {
    background-position: initial;
  }
  100% {
    background-position: 100px 0;
  }
}
