@import url(reset.css);
@import url(fonts.css);
@import url(magnific-popup.css);
@import url(slick-theme.css);
@import url(slick.css);

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes push {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  50% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes push {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  50% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

body {
  font-family: "Circe", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px
}

@media (min-width: 576px) {
  body {
    font-size: 20px;
    line-height: 26px
  }
}

strong, b {
  font-weight: 700
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Kharkiv", sans-serif;
  font-weight: 400
}

img, svg, embed, object, video {
  max-width: 100%;
  max-height: 100%
}

a, button {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.slick-slider .draggable, .slick-slider .draggable .slick-track {
  min-width: 100%;
  min-height: 1px
}

.slick-slider .img_wrap img {
  min-width: auto
}

.slick-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border: 0;
  background-color: transparent
}

.slick-arrow svg {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  fill: #fff;
  stroke: #000
}

.slick-arrow.prev__arrow {
  left: -35px
}

.slick-arrow.next__arrow {
  right: -35px
}

.slick-arrow:hover svg {
  stroke: #fff;
  fill: #000
}

@media (min-width: 991px) {
  .slick-arrow {
    width: 78px;
    height: 78px
  }
}

.slick-dots li {
  width: auto;
  height: auto
}

.slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff
}

.slick-dots li button:before {
  display: none
}

.slick-dots li.slick-active button {
  background-color: #000
}

br.s {
  display: inline
}

@media (min-width: 765px) {
  br.s {
    display: none
  }
}

br.m {
  display: none
}

@media (min-width: 765px) {
  br.m {
    display: inline
  }
}

@media (min-width: 991px) {
  br.m {
    display: none
  }
}

br.l {
  display: none
}

@media (min-width: 991px) {
  br.l {
    display: inline
  }
}

@media (min-width: 1190px) {
  br.l {
    display: none
  }
}

br.xl {
  display: none
}

@media (min-width: 1190px) {
  br.xl {
    display: inline
  }
}

.siteWidth {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  position: relative;
  z-index: 1
}

@media (min-width: 576px) {
  .siteWidth {
    max-width: 570px
  }
}

@media (min-width: 765px) {
  .siteWidth {
    max-width: 760px
  }
}

@media (min-width: 991px) {
  .siteWidth {
    max-width: 990px
  }
}

@media (min-width: 1190px) {
  .siteWidth {
    max-width: 1190px
  }
}

.img_wrap {
  position: relative;
  width: 100%;
  padding-bottom: 100%
}

.img_wrap .el {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.img_wrap .el img, .img_wrap .el iframe {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto
}

h1.title, h2.title {
  font-size: 30px;
  line-height: 36px
}

@media (min-width: 576px) {
  h1.title, h2.title {
    font-size: 40px;
    line-height: 46px
  }
}

@media (min-width: 765px) {
  h1.title, h2.title {
    font-size: 50px;
    line-height: 56px
  }
}

h3.title {
  font-size: 22px;
  line-height: 28px
}

@media (min-width: 576px) {
  h3.title {
    font-size: 26px;
    line-height: 32px
  }
}

@media (min-width: 765px) {
  h3.title {
    font-size: 32px;
    line-height: 36px
  }
}

h4.title {
  font-size: 18px;
  line-height: 23px
}

@media (min-width: 576px) {
  h4.title {
    font-size: 22px;
    line-height: 25px
  }
}

@media (min-width: 765px) {
  h4.title {
    font-size: 24px;
    line-height: 27px
  }
}

.text {
  font-family: "Circe", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px
}

@media (min-width: 576px) {
  .text {
    font-size: 18px;
    line-height: 24px
  }
}

@media (min-width: 765px) {
  .text {
    font-size: 20px;
    line-height: 26px
  }
}

.btn {
  display: inline-block;
  cursor: pointer;
  width: 85%;
  border: 1px solid #000;
  font-family: "Circe", sans-serif;
  font-weight: 700;
  font-size: 18px;
  max-width: 295px;
  text-align: center;
  height: 58px;
  line-height: 54px;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  transform: translate(4px, 4px)
}

.btn:hover span {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #fff;
  background-color: #000
}

.btn:active span {
  color: #000;
  background-color: #ddd;
  border-color: #999
}

@media (min-width: 765px) {
  .btn {
    height: 68px;
    line-height: 64px;
    font-size: 22px
  }
}

.bottomElement {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  margin: auto
}

.bottomElement svg {
  display: block
}

.bottomElement svg .first {
  -webkit-transition: all .5s .4s ease-in-out;
  -o-transition: all .5s .4s ease-in-out;
  transition: all .5s .4s ease-in-out;
  -webkit-transform: scaleY(.5) translateY(500px);
  -ms-transform: scaleY(.5) translateY(500px);
  transform: scaleY(.5) translateY(500px)
}

.bottomElement svg .second {
  -webkit-transition: all .5s .2s ease-in-out;
  -o-transition: all .5s .2s ease-in-out;
  transition: all .5s .2s ease-in-out;
  -webkit-transform: scaleY(.5) translateY(500px);
  -ms-transform: scaleY(.5) translateY(500px);
  transform: scaleY(.5) translateY(500px)
}

.bottomElement svg .third {
  -webkit-transition: all .5s .8s ease-in-out;
  -o-transition: all .5s .8s ease-in-out;
  transition: all .5s .8s ease-in-out;
  -webkit-transform: scaleY(.5) translateY(600px);
  -ms-transform: scaleY(.5) translateY(600px);
  transform: scaleY(.5) translateY(600px)
}

.bottomElement svg .fourth {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: scaleY(.5) translateY(400px);
  -ms-transform: scaleY(.5) translateY(400px);
  transform: scaleY(.5) translateY(400px)
}

.bottomElement svg .fifth {
  -webkit-transition: all .5s 1s ease-in-out;
  -o-transition: all .5s 1s ease-in-out;
  transition: all .5s 1s ease-in-out;
  -webkit-transform: scaleY(.5) translateY(600px);
  -ms-transform: scaleY(.5) translateY(600px);
  transform: scaleY(.5) translateY(600px)
}

.bottomElement svg .sixth {
  -webkit-transition: all .5s .6s ease-in-out;
  -o-transition: all .5s .6s ease-in-out;
  transition: all .5s .6s ease-in-out;
  -webkit-transform: scaleY(.5) translateY(600px);
  -ms-transform: scaleY(.5) translateY(600px);
  transform: scaleY(.5) translateY(600px)
}

.bottomElement svg.run .first {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.bottomElement svg.run .second {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.bottomElement svg.run .third {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.bottomElement svg.run .fourth {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.bottomElement svg.run .fifth {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.bottomElement svg.run .sixth {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

@media (min-width: 576px) {
  .bottomElement {
    max-width: 540px
  }
}

@media (min-width: 765px) {
  .bottomElement {
    max-width: 730px
  }
}

@media (min-width: 991px) {
  .bottomElement {
    max-width: 960px
  }
}

.imgWrap {
  padding: 12%;
  position: relative;
  z-index: 1;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto
}

.imgWrap .icon {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.imgWrap img {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px)
}

.imgWrap:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -35px;
  left: -65px;
  z-index: -2;
  background-image: url(../img/svg/grid.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 98%;
  -webkit-transform-origin: 22% 100%;
  -ms-transform-origin: 22% 100%;
  transform-origin: 22% 100%;
  -webkit-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg)
}

@media (min-width: 576px) {
  .imgWrap {
    padding: 40px;
    max-width: 370px
  }
}

main {
  overflow: hidden
}

section {
  position: relative
}

#mainSprite {
  height: 0;
  width: 0;
  position: absolute;
  visibility: hidden
}

header {
  background-color: transparent;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0
}

header .innerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}



header .innerWrapper .logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 42px
}

@media (min-width: 1190px) {
  header .innerWrapper .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    height: 59px
  }
}

header .innerWrapper .navigation {
  background-color: #fff;
  position: fixed;
  top: -350px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 350px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out
}

header .innerWrapper .navigation .socialBtns {
  margin-top: 15px
}

@media (min-width: 576px) {
  header .innerWrapper .navigation .socialBtns {
    display: none
  }
}

header .innerWrapper .navigation ul li {
  display: block;
  text-align: center;
  line-height: 40px
}

header .innerWrapper .navigation ul li a {
  font-family: "Circe", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 18px;
  line-height: normal;
  position: relative
}

header .innerWrapper .navigation ul li a:before {
  content: '';
  height: 1px;
  width: 0;
  background-color: #000;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

header .innerWrapper .navigation ul li a:after {
  content: '';
  height: 1px;
  width: 0;
  background-color: #000;
  position: absolute;
  top: -10px;
  right: 50%;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

header .innerWrapper .navigation ul li a:hover:before {
  width: 20px
}

header .innerWrapper .navigation ul li a:hover:after {
  width: 20px
}

@media (min-width: 576px) {
  header .innerWrapper .navigation ul li a {
    font-size: 16px
  }
}

@media (min-width: 765px) {
  header .innerWrapper .navigation ul li a {
    font-size: 18px
  }
}

@media (min-width: 1190px) {
  header .innerWrapper .navigation ul {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

header .innerWrapper .navigation .closeMenu {
  display: none;
  position: absolute;
  top: 15px;
  right: 25px;
  background-color: #a9a9a9;
  width: 40px;
  height: 40px;
  line-height: 44px;
  border-radius: 50%;
  fill: #000;
  border: 0
}

header .innerWrapper .navigation .closeMenu .icon {
  width: 16px;
  height: 12px
}
header .innerWrapper .navigation .changeLang{
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  header .innerWrapper .navigation {
    height: 220px
  }
  header .innerWrapper .navigation .changeLang{
    display: none;
  }
}

@media (min-width: 1190px) {
  header .innerWrapper .navigation {
    padding-top: 0;
    position: static;
    background-color: transparent;
    height: auto
  }
}

header .innerWrapper .additionalBtns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 215px;
  flex: 0 0 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
header .innerWrapper .additionalBtns .changeLang{
  display: none;
}
header .innerWrapper .additionalBtns .socialBtns {
  display: none
}

@media (min-width: 576px) {
  header.successs .innerWrapper .additionalBtns{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
  }
  header .innerWrapper .additionalBtns .socialBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  header .innerWrapper .additionalBtns .changeLang{
    display: block;
    font-size: 20px;
  }
}

header .innerWrapper .additionalBtns .phoneLink {
  font-family: "Kharkiv", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: normal
}

header .innerWrapper .additionalBtns .phoneLink:hover {
  color: #a1ff80
}

@media (min-width: 576px) {
  header .innerWrapper .additionalBtns .phoneLink {
    font-size: 16px
  }
}

@media (min-width: 765px) {
  header.successs .innerWrapper .additionalBtns{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
  }
  header .innerWrapper .additionalBtns .phoneLink {
    font-size: 18px
  }
  header .innerWrapper .additionalBtns .changeLang{
    font-size: 18px;
    line-height: 18px;
  }
}

header .innerWrapper .additionalBtns .openMenu {
  background-color: transparent;
  border: 0;
  width: 30px;
  height: 30px;
  fill: #000
}

header .innerWrapper .additionalBtns .openMenu svg {
  width: 30px;
  height: 24px
}

header .innerWrapper .additionalBtns .openMenu rect {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

header .innerWrapper .additionalBtns .openMenu.open .first {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(34deg) translate(2px, 0);
  -ms-transform: rotate(34deg) translate(2px, 0);
  transform: rotate(34deg) translate(2px, 0)
}

header .innerWrapper .additionalBtns .openMenu.open .second {
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotate(-34deg) translate(1px, 1px);
  -ms-transform: rotate(-34deg) translate(1px, 1px);
  transform: rotate(-34deg) translate(1px, 1px)
}

header .innerWrapper .additionalBtns .openMenu.open .third {
  opacity: 0
}

@media (min-width: 1190px) {
  header .innerWrapper .additionalBtns .openMenu {
    display: none
  }
}

@media (min-width: 576px) {
  header .innerWrapper .additionalBtns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 455px;
    flex: 0 0 455px
  }
}

@media (min-width: 1190px) {
  header.successs .innerWrapper .additionalBtns{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
  }
  header .innerWrapper .additionalBtns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 440px;
    flex: 0 0 440px
  }
}

header .innerWrapper .socialBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

header .innerWrapper .socialBtns a {
  margin-left: 5px;
  margin-right: 5px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 14px;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8)
}

header .innerWrapper .socialBtns a.viber {
  background-color: #a363ca
}

header .innerWrapper .socialBtns a.telegram {
  background-color: #18a9fc
}

header .innerWrapper .socialBtns a:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

@media (min-width: 576px) {
  header .innerWrapper .socialBtns a {
    width: 32px;
    height: 32px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  header .innerWrapper .socialBtns a .icon {
    width: 14px;
    height: 14px
  }
}
header .innerWrapper .changeLang{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Circle", sans-serif;
  font-weight: 400;
  color:#999999;
}
header .innerWrapper .changeLang a{
  color:#000000;
}
header .innerWrapper .changeLang a:hover{
  color:#a1ff80;
}
header .innerWrapper .changeLang .separator{
  margin: 0 10px;
  color:#000000;
}
@media(min-width:1190px){
  header .innerWrapper .changeLang .separator{
    margin: 0 5px;
  }
}
header.fixed {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2)
}

header.successs .innerWrapper .additionalBtns .phoneLink {
  color: #fff
}

header .upBtn {
  position: fixed;
  width: 100px;
  height: 130px;
  bottom: 10%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: -200px;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out
}

header .upBtn .lights {
  -webkit-transition: all 1s 1s ease-in-out;
  -o-transition: all 1s 1s ease-in-out;
  transition: all 1s 1s ease-in-out;
  opacity: 0
}

header .upBtn.run {
  right: 2%;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}

header .upBtn.run .lights {
  opacity: 1
}

footer {
  padding-top: 70px;
  background-color: #fff965;
  padding-bottom: 70px
}

footer .innerWrapper .socialsBlock {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto
}

footer .innerWrapper .socialsBlock a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 10px
}

footer .innerWrapper .socialsBlock a.facebook {
  background-color: #139af7
}

footer .innerWrapper .socialsBlock a.tiktok {
  background-color: #000
}

footer .innerWrapper .socialsBlock a.instagram {
  background-color: #f14296
}

footer .innerWrapper .socialsBlock a.youtube {
  background-color: #ff4673
}

footer .innerWrapper .socialsBlock a:hover {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8)
}

@media (min-width: 576px) {
  footer .innerWrapper .socialsBlock a {
    width: 68px;
    height: 68px;
    padding: 17px
  }
}

@media (min-width: 765px) {
  footer .innerWrapper .socialsBlock {
    margin-bottom: 50px
  }
}

footer .innerWrapper .phonesBlock {
  margin-bottom: 30px
}

footer .innerWrapper .phonesBlock a {
  font-family: "Kharkiv", sans-serif;
  font-weight: 400;
  color: #000;
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px
}

footer .innerWrapper .phonesBlock a:last-child {
  margin-bottom: 0
}

footer .innerWrapper .phonesBlock a:hover {
  text-decoration: underline
}

@media (min-width: 576px) {
  footer .innerWrapper .phonesBlock a {
    font-size: 22px;
    margin-bottom: 15px
  }
}

@media (min-width: 765px) {
  footer .innerWrapper .phonesBlock a {
    font-size: 18px
  }
}

@media (min-width: 991px) {
  footer .innerWrapper .phonesBlock a {
    font-size: 24px
  }
}

@media (min-width: 1190px) {
  footer .innerWrapper .phonesBlock a {
    font-size: 30px
  }
}

@media (min-width: 765px) {
  footer .innerWrapper .phonesBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 765px) {
  footer .innerWrapper .phonesBlock {
    margin-bottom: 50px
  }
}

@media (min-width: 991px) {
  footer .innerWrapper .phonesBlock {
    margin-bottom: 35px
  }
}

footer .innerWrapper .emailBlock {
  margin-bottom: 30px
}

footer .innerWrapper .emailBlock a {
  display: block;
  text-align: center;
  font-family: "Kharkiv", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 18px
}

footer .innerWrapper .emailBlock a:hover {
  text-decoration: underline
}

@media (min-width: 576px) {
  footer .innerWrapper .emailBlock a {
    font-size: 22px
  }
}

@media (min-width: 991px) {
  footer .innerWrapper .emailBlock a {
    font-size: 24px
  }
}

@media (min-width: 1190px) {
  footer .innerWrapper .emailBlock a {
    font-size: 30px
  }
}

@media (min-width: 765px) {
  footer .innerWrapper .emailBlock {
    margin-bottom: 50px
  }
}

@media (min-width: 991px) {
  footer .innerWrapper .emailBlock {
    margin-bottom: 60px
  }
}

footer .innerWrapper .logoBlock {
  margin-bottom: 30px;
  text-align: center
}

footer .innerWrapper .logoBlock a {
  display: block;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-bottom: 1px solid transparent
}

footer .innerWrapper .logoBlock a:before {
  content: '';
  width: 30vw;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-30vw - 10px);
  margin: auto
}

@media (min-width: 1190px) {
  footer .innerWrapper .logoBlock a:before {
    width: 500px;
    left: calc(50% - 590px)
  }
}

footer .innerWrapper .logoBlock a:after {
  content: '';
  width: 30vw;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(-30vw - 10px);
  margin: auto
}

@media (min-width: 1190px) {
  footer .innerWrapper .logoBlock a:after {
    width: 500px;
    left: calc(50% + 50px)
  }
}

footer .innerWrapper .logoBlock a:hover {
  border-bottom: 1px solid #000
}

@media (min-width: 765px) {
  footer .innerWrapper .logoBlock {
    margin-bottom: 50px
  }
}

footer .innerWrapper .menuBlock {
  margin-bottom: 60px
}

footer .innerWrapper .menuBlock ul li {
  line-height: 30px;
  text-align: center
}

footer .innerWrapper .menuBlock ul li a {
  font-family: "Circe", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 18px
}

footer .innerWrapper .menuBlock ul li a:hover {
  text-decoration: underline
}

@media (min-width: 765px) {
  footer .innerWrapper .menuBlock ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto
  }
}

footer .innerWrapper .rezartLogoBlock a {
  display: block;
  width: 33px;
  height: 20px;
  margin-left: auto;
  margin-right: auto
}

footer .innerWrapper .rezartLogoBlock a:hover {
  fill: #a1ff80
}

@media (min-width: 991px) {
  footer {
    padding-top: 100px;
    padding-bottom: 100px
  }
}

.section1 {
  padding-top: 80px;
  padding-bottom: 150px;
  background-color: #5cedb8
}

.section1 .bottomElement svg {
  fill: #0049b7
}

@media (min-width: 576px) {
  .section1 .bottomElement {
    max-width: 460px
  }
}

@media (min-width: 765px) {
  .section1 .bottomElement {
    max-width: 630px
  }
}

@media (min-width: 991px) {
  .section1 .bottomElement {
    max-width: 820px
  }
}

.section1 .backgroundEl {
  display: none;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 30px;
  right: 20px
}

@media (min-width: 1190px) {
  .section1 .backgroundEl {
    display: block;
    width: 170px;
    height: 170px;
    top: -60px;
    right: unset;
    left: calc(50% + 85px)
  }
}

.section1 .innerWrapper .preTitle {
  font-family: "Kharkiv", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000;
  margin-bottom: 30px
}

@media (min-width: 576px) {
  .section1 .innerWrapper .preTitle {
    font-size: 20px;
    line-height: 30px
  }
}

@media (min-width: 765px) {
  .section1 .innerWrapper .preTitle {
    font-size: 22px;
    line-height: 33px
  }
}

@media (min-width: 1190px) {
  .section1 .innerWrapper .preTitle {
    max-width: 400px;
    margin-bottom: 38px
  }
}

.section1 .innerWrapper h1.title {
  margin-bottom: 30px
}

@media (min-width: 1190px) {
  .section1 .innerWrapper h1.title {
    margin-bottom: 36px;
    max-width: 750px;
  }
}

.section1 .innerWrapper .imgWrap {
  max-width: 300px;
  margin-bottom: 70px
}

.section1 .innerWrapper .imgWrap .icon {
  fill: #ffeb01
}

@media (min-width: 991px) {
  .section1 .innerWrapper .imgWrap {
    position: absolute;
    top: 150px;
    left: calc(50% + 50px)
  }
}

@media (min-width: 1190px) {
  .section1 .innerWrapper .imgWrap {
    max-width: 375px;
    top: -20px;
    left: calc(50% + 200px)
  }
}

.section1 .innerWrapper .playBtnBlock {
  margin-top: -165px;
  position: relative;
  z-index: 1;
  margin-bottom: 50px
}

.section1 .innerWrapper .playBtnBlock .playBtn {
  width: 130px;
  height: 130px;
  background-size: 130px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/svg/playBtnGround.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.section1 .innerWrapper .playBtnBlock .playBtn .icon {
  width: 18px;
  height: 18px;
  display: block;
  margin-bottom: 5px
}

@media (min-width: 576px) {
  .section1 .innerWrapper .playBtnBlock .playBtn .icon {
    width: 20px;
    height: 20px;
    margin-bottom: 10px
  }
}

@media (min-width: 765px) {
  .section1 .innerWrapper .playBtnBlock .playBtn .icon {
    width: 23px;
    height: 23px;
    margin-bottom: 15px
  }
}

.section1 .innerWrapper .playBtnBlock .playBtn span {
  font-family: "Kharkiv", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000
}

@media (min-width: 576px) {
  .section1 .innerWrapper .playBtnBlock .playBtn span {
    font-size: 20px;
    line-height: 24px
  }
}

@media (min-width: 765px) {
  .section1 .innerWrapper .playBtnBlock .playBtn span {
    font-size: 24px;
    line-height: 28px
  }
}

.section1 .innerWrapper .playBtnBlock .playBtn:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

@media (min-width: 765px) {
  .section1 .innerWrapper .playBtnBlock .playBtn {
    width: 150px;
    height: 150px;
    background-size: 150px
  }
}

@media (min-width: 991px) {
  .section1 .innerWrapper .playBtnBlock .playBtn {
    width: 172px;
    height: 172px;
    background-size: 172px
  }
}

@media (min-width: 991px) {
  .section1 .innerWrapper .playBtnBlock {
    position: absolute;
    z-index: 10;
    top: 500px;
    left: calc(50% - 10px)
  }
}

@media (min-width: 1190px) {
  .section1 .innerWrapper .playBtnBlock {
    margin-bottom: 0;
    top: 400px;
    left: calc(50% + 120px)
  }
}

.section1 .innerWrapper .postTitle {
  font-family: "Circe", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000;
  margin-bottom: 30px;
  max-width: 345px
}

.section1 .innerWrapper .postTitle span {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  position: relative;
  bottom: -3px
}

.section1 .innerWrapper .postTitle span svg circle {
  fill: #000
}

.section1 .innerWrapper .postTitle span svg path {
  fill: #fff
}

.section1 .innerWrapper .postTitle span .hiddenText {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: absolute;
  z-index: 2;
  bottom: calc(100% + 5px);
  right: 0;
  width: 250px;
  height: 160px;
  padding: 15px 20px;
  background-color: #fff;
  border: 2px solid #000;
  font-family: "Circe", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px
}

@media (min-width: 765px) {
  .section1 .innerWrapper .postTitle span .hiddenText {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    width: 330px;
    height: 170px
  }
}

@media (min-width: 991px) {
  .section1 .innerWrapper .postTitle span .hiddenText {
    right: unset;
    left: 0
  }
}

@media (min-width: 1190px) {
  .section1 .innerWrapper .postTitle span .hiddenText {
    left: unset;
    right: 0
  }
}

.section1 .innerWrapper .postTitle span:hover svg circle {
  fill: #0049b7
}

.section1 .innerWrapper .postTitle span:hover .hiddenText {
  opacity: 1;
  visibility: visible
}

@media (min-width: 765px) {
  .section1 .innerWrapper .postTitle span {
    width: 24px;
    height: 24px;
    bottom: -5px
  }
}

@media (min-width: 576px) {
  .section1 .innerWrapper .postTitle {
    font-size: 20px;
    line-height: 30px;
    max-width: unset
  }
}

@media (min-width: 765px) {
  .section1 .innerWrapper .postTitle {
    font-size: 22px;
    line-height: 33px
  }
}

@media (min-width: 1190px) {
  .section1 .innerWrapper .postTitle {
    max-width: 560px;
    margin-bottom: 45px
  }
}

.section1 .innerWrapper .btnWrap {
  text-align: center
}

@media (min-width: 991px) {
  .section1 .innerWrapper .btnWrap {
    text-align: left
  }
}

@media (min-width: 991px) {
  .section1 .innerWrapper {
    max-width: 50%
  }
}

@media (min-width: 1190px) {
  .section1 .innerWrapper {
    max-width: 70%
  }
}

.section1.success {
  color: #fff;
  background-color: #542fea
}

.section1.success .bottomElement svg {
  fill: #fff965
}

.section1.success .preTitle {
  color: #fff
}

@media (min-width: 1190px) {
  .section1.success {
    padding-bottom: 220px
  }
}

@media (min-width: 576px) {
  .section1 {
    padding-top: 100px;
    padding-bottom: 180px
  }
}

@media (min-width: 765px) {
  .section1 {
    padding-top: 120px;
    padding-bottom: 220px
  }
}

@media (min-width: 991px) {
  .section1 {
    padding-top: 140px;
    padding-bottom: 300px
  }
}

@media (min-width: 1190px) {
  .section1 {
    padding-top: 172px;
    padding-bottom: 183px
  }
}

.section2 {
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #0049b7;
  color: #fff
}

.section2 .bottomElement svg {
  fill: #ffc6d5
}

.section2 h2.title {
  margin-bottom: 30px
}

@media (min-width: 991px) {
  .section2 h2.title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 33px
  }
}

.section2 .postTitle {
  margin-bottom: 30px
}

@media (min-width: 991px) {
  .section2 .postTitle {
    font-size: 24px;
    line-height: 31px;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
  }
}

.section2 .imgWrapper {
  text-align: center
}

.section2 .contentBlock {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto
}

.section2 .contentBlock .slick-track {
  padding-top: 20px
}

.section2 .contentBlock .contentItem {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 30px
}

.section2 .contentBlock .contentItem .int {
  color: #000;
  position: relative;
  margin-left: 18px;
  margin-bottom: 15px;
  font-family: "Kharkiv", sans-serif;
  font-weight: 400;
  font-size: 19px
}

.section2 .contentBlock .contentItem .int:before {
  content: '';
  width: 60px;
  height: 30px;
  background-color: #5cedb8;
  border-radius: 50%;
  position: absolute;
  left: -18px;
  top: -6px;
  z-index: -1;
  -webkit-transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  transform: rotate(-22deg)
}

@media (min-width: 991px) {
  .section2 .contentBlock .contentItem .int:before {
    width: 75px;
    height: 40px;
    top: -10px;
    left: -16px
  }
}

@media (min-width: 991px) {
  .section2 .contentBlock .contentItem .int {
    margin-bottom: 25px
  }
}

@media (min-width: 576px) {
  .section2 .contentBlock .contentItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    padding-left: 10px;
    padding-right: 10px
  }
}

@media (min-width: 991px) {
  .section2 .contentBlock .contentItem {
    margin-bottom: 30px
  }
}

@media (min-width: 1190px) {
  .section2 .contentBlock .contentItem {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
  }
}

@media (min-width: 576px) {
  .section2 .contentBlock {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.section2 .firstFloor {
  margin-bottom: 30px
}

@media (min-width: 991px) {
  .section2 .firstFloor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .section2 .firstFloor .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding-right: 15px
  }

  .section2 .firstFloor .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    padding-left: 15px
  }
}

.section2 .secondFloor .contentBlock .contentItem .int:before {
  background-color: #ffc6d5
}

@media (min-width: 991px) {
  .section2 .secondFloor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .section2 .secondFloor .leftSide {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    padding-right: 15px
  }

  .section2 .secondFloor .rightSide {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding-left: 15px
  }
}

@media (min-width: 576px) {
  .section2 {
    padding-top: 70px;
    padding-bottom: 180px
  }
}

@media (min-width: 765px) {
  .section2 {
    padding-top: 90px;
    padding-bottom: 220px
  }
}

@media (min-width: 991px) {
  .section2 {
    padding-top: 110px;
    padding-bottom: 300px
  }
}

@media (min-width: 1190px) {
  .section2 {
    padding-top: 155px;
    padding-bottom: 320px
  }
}

.section3 {
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #ffc6d5
}

.section3 .bottomElement svg {
  fill: #542fea
}

.section3 h2.title {
  text-align: center;
  margin-bottom: 50px
}

@media (min-width: 991px) {
  .section3 h2.title {
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
  }
}

.section3 .programBlock {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto
}

.section3 .programBlock .programItem {
  border: 2px solid #000;
  padding: 40px 20px;
  margin-bottom: 60px
}

.section3 .programBlock .programItem .imgWrap {
  margin-bottom: 50px
}

.section3 .programBlock .programItem .imgWrap .icon {
  fill: #ffeb01
}

@media (min-width: 765px) {
  .section3 .programBlock .programItem .imgWrap {
    margin-bottom: 100px
  }
}

@media (min-width: 991px) {
  .section3 .programBlock .programItem .imgWrap {
    margin-bottom: 0
  }
}

.section3 .programBlock .programItem .preTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px
}

.section3 .programBlock .programItem .preTitle .icon {
  width: 22px;
  height: 15px;
  margin-left: -5px;
  margin-right: 7px
}

@media (min-width: 576px) {
  .section3 .programBlock .programItem .preTitle {
    font-size: 20px
  }
}

@media (min-width: 991px) {
  .section3 .programBlock .programItem .preTitle {
    font-size: 21px;
    margin-bottom: 20px
  }
}

.section3 .programBlock .programItem h3.title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #000
}

@media (min-width: 991px) {
  .section3 .programBlock .programItem h3.title {
    padding-bottom: 23px;
    margin-bottom: 23px
  }
}

.section3 .programBlock .programItem .text {
  margin-bottom: 20px
}

@media (min-width: 991px) {
  .section3 .programBlock .programItem .text {
    margin-bottom: 35px
  }
}

.section3 .programBlock .programItem .infoBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.section3 .programBlock .programItem .infoBlock .infoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 10px
}

.section3 .programBlock .programItem .infoBlock .infoItem .icon {
  width: 17px;
  height: 17px;
  margin-right: 8px
}

@media (min-width: 991px) {
  .section3 .programBlock .programItem .infoBlock .infoItem {
    margin-right: 30px
  }
}

.section3 .programBlock .programItem .price {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Kharkiv", sans-serif;
  font-weight: 400;
  font-size: 30px;
  position: relative;
  z-index: 1;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.section3 .programBlock .programItem .price:before {
  content: '';
  width: 275px;
  height: 74px;
  background-color: #ffeb01;
  border: 2px solid #000;
  -webkit-transform: rotate(-2.56deg);
  -ms-transform: rotate(-2.56deg);
  transform: rotate(-2.56deg);
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  top: 10px;
  left: 0
}

@media (min-width: 576px) {
  .section3 .programBlock .programItem .price {
    margin-top: 20px;
    margin-bottom: 20px
  }
}

@media (min-width: 991px) {
  .section3 .programBlock .programItem .price {
    margin-left: unset;
    margin-top: 15px;
    margin-bottom: 5px
  }
}

.section3 .programBlock .programItem .btnWrap {
  text-align: center;
  position: relative
}

@media (min-width: 991px) {
  .section3 .programBlock .programItem .btnWrap {
    text-align: left
  }

  .section3 .programBlock .programItem .btnWrap:before {
    content: '';
    width: 98px;
    height: 98px;
    position: absolute;
    top: -60px;
    left: 330px;
    background-image: url(../img/svg/big_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 98px;
    -webkit-animation: push 2s linear infinite;
    animation: push 2s linear infinite
  }
}

.section3 .programBlock .programItem:nth-child(1) {
  background-color: #5cedb8
}

.section3 .programBlock .programItem:nth-child(2) {
  background-color: #6feeff
}

.section3 .programBlock .programItem:nth-child(3) {
  background-color: #e786ff
}

.section3 .programBlock .programItem:nth-child(4) {
  background-color: #ff8181
}

@media (min-width: 991px) {
  .section3 .programBlock .programItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 80px
  }

  .section3 .programBlock .programItem .imgBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
  }

  .section3 .programBlock .programItem:nth-child(odd) .imgBlock {
    margin-right: 140px;
    margin-left: -100px
  }

  .section3 .programBlock .programItem:nth-child(even) .textBlock {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .section3 .programBlock .programItem:nth-child(even) .imgBlock {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 100px;
    margin-right: -80px
  }
}

@media (min-width: 991px) {
  .section3 .programBlock .programItem {
    padding: 60px 80px
  }
}

@media (min-width: 991px) {
  .section3 .programBlock {
    max-width: 1100px;
    margin-bottom: 90px
  }
}

@media (min-width: 1190px) {
  .section3 .programBlock {
    margin-bottom: 135px
  }
}

.section3 .featuresBlock {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto
}

.section3 .featuresBlock .slick-arrow {
  top: unset;
  bottom: 70px
}

.section3 .featuresBlock .featureItem {
  text-align: center;
  margin-bottom: 30px
}

.section3 .featuresBlock .featureItem .imgWrapper {
  margin-bottom: 20px
}

@media (min-width: 576px) {
  .section3 .featuresBlock .featureItem .imgWrapper {
    height: 230px
  }
}

@media (min-width: 765px) {
  .section3 .featuresBlock .featureItem .imgWrapper {
    height: 210px
  }
}

@media (min-width: 576px) {
  .section3 .featuresBlock .featureItem {
    margin-left: 10px;
    margin-right: 10px
  }
}

@media (min-width: 765px) {
  .section3 .featuresBlock .featureItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 45px;
    margin-left: unset;
    margin-right: unset
  }
}

@media (min-width: 991px) {
  .section3 .featuresBlock .featureItem {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4)
  }
}

@media (min-width: 576px) {
  .section3 .featuresBlock {
    max-width: unset
  }
}

@media (min-width: 765px) {
  .section3 .featuresBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media (min-width: 576px) {
  .section3 {
    padding-top: 70px;
    padding-bottom: 180px
  }
}

@media (min-width: 765px) {
  .section3 {
    padding-top: 90px;
    padding-bottom: 220px
  }
}

@media (min-width: 991px) {
  .section3 {
    padding-top: 110px;
    padding-bottom: 300px
  }
}

@media (min-width: 1190px) {
  .section3 {
    padding-top: 140px;
    padding-bottom: 380px
  }
}

.section4 {
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #542fea;
  color: #fff
}

.section4 .bottomElement svg {
  fill: #fff965
}

.section4 h2.title {
  text-align: center;
  margin-bottom: 30px
}

@media (min-width: 576px) {
  .section4 h2.title {
    margin-bottom: 50px
  }
}

@media (min-width: 765px) {
  .section4 h2.title {
    margin-bottom: 70px
  }
}

@media (min-width: 991px) {
  .section4 h2.title {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
  }
}

.section4 .innerWrapper .leftSide {
  margin-bottom: 40px
}

@media (min-width: 765px) {
  .section4 .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 15px
  }
}

@media (min-width: 1190px) {
  .section4 .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%
  }
}

.section4 .innerWrapper .rightSide ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px
}

.section4 .innerWrapper .rightSide ul li:before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../img/svg/miniStar.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0
}

@media (min-width: 991px) {
  .section4 .innerWrapper .rightSide ul li:before {
    width: 39px;
    height: 39px;
    background-size: 39px
  }
}

@media (min-width: 991px) {
  .section4 .innerWrapper .rightSide ul li {
    padding-left: 65px;
    margin-bottom: 50px
  }
}

@media (min-width: 765px) {
  .section4 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 15px
  }
}

@media (min-width: 991px) {
  .section4 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39%;
    flex: 0 0 39%
  }
}

@media (min-width: 765px) {
  .section4 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media (min-width: 576px) {
  .section4 {
    padding-top: 70px;
    padding-bottom: 180px
  }
}

@media (min-width: 765px) {
  .section4 {
    padding-top: 90px;
    padding-bottom: 220px
  }
}

@media (min-width: 991px) {
  .section4 {
    padding-top: 110px;
    padding-bottom: 300px
  }
}

@media (min-width: 1190px) {
  .section4 {
    padding-top: 135px;
    padding-bottom: 275px
  }
}

.section5 {
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #fff965
}

.section5 .bottomElement svg {
  fill: #0049b7
}

.section5 h2.title {
  margin-bottom: 30px
}

@media (min-width: 991px) {
  .section5 h2.title {
    text-align: center;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px
  }
}

.section5 .innerWrapper {
  max-width: 89%;
  margin-left: auto;
  margin-right: auto
}

.section5 .innerWrapper .slick-arrow {
  top: 230px;
  bottom: unset
}

.section5 .innerWrapper .contentItem .imageBlock {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto
}

.section5 .innerWrapper .contentItem .imageBlock .imgBlock {
  width: 250px;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px
}

.section5 .innerWrapper .contentItem .imageBlock .imgBlock:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../img/svg/japanStar.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-animation: rotate 20s linear infinite;
  animation: rotate 20s linear infinite
}

@media (min-width: 765px) {
  .section5 .innerWrapper .contentItem .imageBlock .imgBlock {
    margin-bottom: 0
  }
}

@media (min-width: 991px) {
  .section5 .innerWrapper .contentItem .imageBlock .imgBlock {
    width: 290px;
    height: 290px
  }
}

@media (min-width: 1190px) {
  .section5 .innerWrapper .contentItem .imageBlock .imgBlock {
    width: 370px;
    height: 370px
  }
}

@media (min-width: 765px) {
  .section5 .innerWrapper .contentItem .imageBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39%;
    flex: 0 0 39%
  }
}

@media (min-width: 1190px) {
  .section5 .innerWrapper .contentItem .imageBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

.section5 .innerWrapper .contentItem .textBlock .iconBlock {
  margin-bottom: 20px
}

.section5 .innerWrapper .contentItem .textBlock h3.title {
  margin-bottom: 20px
}

@media (min-width: 765px) {
  .section5 .innerWrapper .contentItem .textBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%
  }
}

@media (min-width: 1190px) {
  .section5 .innerWrapper .contentItem .textBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%
  }
}

.section5 .innerWrapper .contentItem:nth-child(1) .imgBlock {
  padding: 40px
}

.section5 .innerWrapper .contentItem:nth-child(2) .imgBlock {
  padding: 70px
}

@media (min-width: 1190px) {
  .section5 .innerWrapper .contentItem:nth-child(2) .imageBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px
  }
}

.section5 .innerWrapper .contentItem:nth-child(3) .imgBlock {
  padding: 80px
}

@media (min-width: 1190px) {
  .section5 .innerWrapper .contentItem:nth-child(3) .imageBlock {
    margin-left: unset;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px
  }
}

@media (min-width: 765px) {
  .section5 .innerWrapper .contentItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .section5 .innerWrapper .contentItem:nth-child(odd) .imageBlock {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .section5 .innerWrapper .contentItem:nth-child(odd) .textBlock {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .section5 .innerWrapper .contentItem:nth-child(even) .imageBlock {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .section5 .innerWrapper .contentItem:nth-child(even) .textBlock {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media (min-width: 576px) {
  .section5 .innerWrapper .contentItem {
    margin-bottom: 40px
  }
}

@media (min-width: 765px) {
  .section5 .innerWrapper .contentItem {
    margin-bottom: 60px
  }

  .section5 .innerWrapper .contentItem:last-child {
    margin-bottom: 0
  }
}

@media (min-width: 576px) {
  .section5 {
    padding-top: 70px;
    padding-bottom: 180px
  }
}

@media (min-width: 765px) {
  .section5 {
    padding-top: 90px;
    padding-bottom: 220px
  }
}

@media (min-width: 991px) {
  .section5 {
    padding-top: 110px;
    padding-bottom: 300px
  }
}

@media (min-width: 1190px) {
  .section5 {
    padding-top: 140px;
    padding-bottom: 375px
  }
}

.section6 {
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #0049b7;
  color: #fff
}

.section6 .bottomElement svg {
  fill: #ffc6d5
}

.section6 h2.title {
  margin-bottom: 30px
}

@media (min-width: 576px) {
  .section6 h2.title {
    margin-bottom: 50px
  }
}

@media (min-width: 991px) {
  .section6 h2.title {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
  }
}

.section6 .postTitle {
  margin-bottom: 30px
}

@media (min-width: 576px) {
  .section6 .postTitle {
    margin-bottom: 50px
  }
}

@media (min-width: 765px) {
  .section6 .postTitle {
    margin-bottom: 80px
  }
}

@media (min-width: 991px) {
  .section6 .postTitle {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
  }
}

.section6 .sliderBlock {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px
}

.section6 .sliderBlock .slick-track {
  padding-top: 30px
}

.section6 .sliderBlock .slick-arrow {
  top: 320px;
  bottom: unset
}

@media (min-width: 765px) {
  .section6 .sliderBlock .slick-arrow {
    top: 380px
  }
}

@media (min-width: 1190px) {
  .section6 .sliderBlock .slick-arrow {
    top: 480px
  }
}

.section6 .sliderBlock .slick-list {
  padding-left: 30px;
  padding-right: 30px
}

@media (min-width: 765px) {
  .section6 .sliderBlock .slick-list {
    padding-left: 0;
    padding-right: 0
  }
}

.section6 .sliderBlock .slick-dots {
  bottom: -50px
}

@media (min-width: 991px) {
  .section6 .sliderBlock .slick-dots {
    bottom: 0
  }
}

.section6 .sliderBlock .sliderItem {
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px
}

.section6 .sliderBlock .sliderItem .imgWrap {
  margin-bottom: 50px
}

.section6 .sliderBlock .sliderItem .imgWrap:before {
  left: -30px
}

@media (min-width: 765px) {
  .section6 .sliderBlock .sliderItem .imgWrap:before {
    left: -60px
  }
}

@media (min-width: 765px) {
  .section6 .sliderBlock .sliderItem .imgWrap {
    margin-bottom: 70px
  }
}

.section6 .sliderBlock .sliderItem .text {
  text-align: center
}

.section6 .sliderBlock .sliderItem:nth-child(odd) .imgWrap .icon {
  fill: #5cedb8
}

.section6 .sliderBlock .sliderItem:nth-child(even) .imgWrap .icon {
  fill: #fac6ff
}

@media (min-width: 765px) {
  .section6 .sliderBlock .sliderItem {
    margin-left: 35px;
    margin-right: 35px
  }
}

@media (min-width: 765px) {
  .section6 .sliderBlock {
    max-width: 95%
  }
}

.section6 .btnWrap {
  text-align: center
}

@media (min-width: 576px) {
  .section6 {
    padding-top: 70px;
    padding-bottom: 180px
  }
}

@media (min-width: 765px) {
  .section6 {
    padding-top: 90px;
    padding-bottom: 220px
  }
}

@media (min-width: 991px) {
  .section6 {
    padding-top: 110px;
    padding-bottom: 300px
  }
}

@media (min-width: 1190px) {
  .section6 {
    padding-top: 140px;
    padding-bottom: 320px
  }
}

.section7 {
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #ffc6d5
}

.section7 .bottomElement svg {
  fill: #6a36ff
}

.section7 .titleIconBlock {
  width: 300px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px
}

.section7 .titleIconBlock .icon {
  width: 100%;
  height: 100%
}

@media (min-width: 576px) {
  .section7 .titleIconBlock {
    width: 400px;
    height: 107px;
    margin-bottom: 50px
  }
}

@media (min-width: 765px) {
  .section7 .titleIconBlock {
    width: 500px;
    height: 135px;
    margin-bottom: 60px
  }
}

@media (min-width: 991px) {
  .section7 .titleIconBlock {
    width: 610px;
    height: 165px
  }
}

@media (min-width: 1190px) {
  .section7 .titleIconBlock {
    width: 730px;
    height: 195px;
    margin-bottom: 40px
  }
}

.section7 h2.title {
  text-align: center;
  margin-bottom: 30px
}

@media (min-width: 576px) {
  .section7 h2.title {
    margin-bottom: 50px
  }
}

@media (min-width: 765px) {
  .section7 h2.title {
    margin-bottom: 70px
  }
}
.section7 .imageBlock .sliderBlock{
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}
.section7 .imageBlock .sliderBlock .sliderItem{
  width: 295px;
  height: 227px;
}
@media(min-width:576px){
  .section7 .imageBlock .sliderBlock{
    max-width: 580px;
  }
  .section7 .imageBlock .sliderBlock .sliderItem{
    width: auto;
    height: 390px;
  }
}
@media (min-width: 1190px) {
  .section7 .imageBlock .sliderBlock .sliderItem{
    height: 400px;
  }
}
.section7 .imageBlock .sliderBlock .sliderItem img{
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.section7 .firstFloor {
  margin-bottom: 30px
}

.section7 .firstFloor .imageBlock .sliderBlock {
  position: relative;
  margin-bottom: 80px
}

.section7 .firstFloor .imageBlock .sliderBlock .slick-dots {
  bottom: -70px
}

.section7 .firstFloor .imageBlock .sliderBlock .slick-dots li {
  padding: 0;
  margin-bottom: 0
}

.section7 .firstFloor .imageBlock .sliderBlock:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #ffeb01;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #000;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg)
}

@media (min-width: 765px) {
  .section7 .firstFloor {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 991px) {
  .section7 .firstFloor {
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .section7 .firstFloor .textBlock {
    padding-right: 15px
  }

  .section7 .firstFloor .imageBlock {
    padding-left: 15px
  }
}

@media (min-width: 765px) {
  .section7 .firstFloor {
    margin-bottom: 50px
  }
}

@media (min-width: 991px) {
  .section7 .firstFloor {
    margin-bottom: 80px
  }
}

.section7 .secondFloor .imageBlock .sliderBlock {
  position: relative;
  margin-bottom: 80px
}


.section7 .secondFloor .imageBlock .sliderBlock .slick-dots {
  bottom: -80px
}

.section7 .secondFloor .imageBlock .sliderBlock .slick-dots li {
  padding: 0
}

.section7 .secondFloor .imageBlock .sliderBlock:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #5cedb8;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #000;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg)
}

@media (min-width: 765px) {
  .section7 .secondFloor {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 991px) {
  .section7 .secondFloor {
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .section7 .secondFloor .textBlock {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 15px
  }

  .section7 .secondFloor .imageBlock {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 15px
  }
}

@media (min-width: 991px) {
  .section7 .textBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media (min-width: 1190px) {
  .section7 .textBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
  }
}

@media (min-width: 991px) {
  .section7 .imageBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media (min-width: 1190px) {
  .section7 .imageBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%
  }
}

.section7 h3.title {
  margin-bottom: 20px
}

@media (min-width: 1190px) {
  .section7 h3.title {
    line-height: 42px;
    margin-bottom: 50px
  }
}

.section7 ul {
  margin-bottom: 30px
}

.section7 ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px
}

.section7 ul li .bullit {
  position: absolute;
  top: 3px;
  left: 15px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #000;
  background-color: #fff;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0
}

.section7 ul li .bullit.bullit2 {
  -webkit-transition: all 1s .5s ease-in-out;
  -o-transition: all 1s .5s ease-in-out;
  transition: all 1s .5s ease-in-out
}

.section7 ul li .bullit.bullit3 {
  -webkit-transition: all 1s 1.5s ease-in-out;
  -o-transition: all 1s 1.5s ease-in-out;
  transition: all 1s 1.5s ease-in-out
}

.section7 ul li .bullit.bullit4 {
  -webkit-transition: all 1s 2.5s ease-in-out;
  -o-transition: all 1s 2.5s ease-in-out;
  transition: all 1s 2.5s ease-in-out
}

@media (min-width: 991px) {
  .section7 ul li {
    padding-left: 55px;
    margin-bottom: 25px
  }
}

.section7 ul.run li .bullit {
  opacity: 1
}

.section7 ul.run li .bullit.bullit2 {
  -webkit-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  transform: translateX(-7px)
}

.section7 ul.run li .bullit.bullit3 {
  -webkit-transform: translateX(-14px);
  -ms-transform: translateX(-14px);
  transform: translateX(-14px)
}

.section7 ul.run li .bullit.bullit4 {
  -webkit-transform: translateX(-21px);
  -ms-transform: translateX(-21px);
  transform: translateX(-21px)
}

@media (min-width: 991px) {
  .section7 ul {
    margin-bottom: 0
  }
}

.section7 .sliderBlock {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px
}

.section7 .btnWrap {
  text-align: center
}

@media (min-width: 576px) {
  .section7 {
    padding-top: 70px;
    padding-bottom: 180px
  }
}

@media (min-width: 765px) {
  .section7 {
    padding-top: 90px;
    padding-bottom: 220px
  }
}

@media (min-width: 991px) {
  .section7 {
    padding-top: 110px;
    padding-bottom: 300px
  }
}

@media (min-width: 1190px) {
  .section7 {
    padding-top: 140px;
    padding-bottom: 320px
  }
}

.section8 {
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #6a36ff;
  color: #fff
}

.section8 .bottomElement svg {
  fill: #a1ff80
}

.section8 h2.title {
  margin-bottom: 40px;
  text-align: center
}

@media (min-width: 765px) {
  .section8 h2.title {
    margin-bottom: 60px
  }
}

@media (min-width: 991px) {
  .section8 h2.title {
    margin-bottom: 80px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
  }
}

.section8 .innerWrapper {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto
}

.section8 .innerWrapper .slick-track {
  padding-top: 20px
}

.section8 .innerWrapper .reviewItem {
  text-align: center;
  margin-bottom: 30px
}

.section8 .innerWrapper .reviewItem .imgWrapper {
  width: 130px;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 40px
}

.section8 .innerWrapper .reviewItem .imgWrapper:before {
  content: '';
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid #ffc6d5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.section8 .innerWrapper .reviewItem a {
  display: inline-block;
  font-family: "Kharkiv", sans-serif;
  font-weight: 400;
  position: relative;
  color: #ffc6d5;
  font-size: 23px;
  text-decoration: underline;
  margin-bottom: 20px
}

.section8 .innerWrapper .reviewItem a:before {
  content: '';
  background-image: url(../img/svg/playBtn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 9px;
  width: 36px;
  height: 36px;
  background-color: #ffc6d5;
  color: #fff;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.section8 .innerWrapper .reviewItem a:hover {
  text-decoration: none
}

.section8 .innerWrapper .reviewItem a:hover:before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

@media (min-width: 576px) {
  .section8 .innerWrapper .reviewItem {
    margin-left: 5px;
    margin-right: 5px
  }
}

@media (min-width: 765px) {
  .section8 .innerWrapper .reviewItem {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (min-width: 991px) {
  .section8 .innerWrapper .reviewItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    margin-bottom: 70px
  }
}

@media (min-width: 576px) {
  .section8 .innerWrapper {
    max-width: 95%
  }
}

@media (min-width: 991px) {
  .section8 .innerWrapper {
    max-width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 576px) {
  .section8 {
    padding-top: 70px;
    padding-bottom: 180px
  }
}

@media (min-width: 765px) {
  .section8 {
    padding-top: 90px;
    padding-bottom: 220px
  }
}

@media (min-width: 991px) {
  .section8 {
    padding-top: 110px;
    padding-bottom: 300px
  }
}

@media (min-width: 1190px) {
  .section8 {
    padding-top: 140px;
    padding-bottom: 253px
  }
}

.section9 {
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #a1ff80
}

.section9 .bottomElement svg {
  fill: #0049b7
}

.section9 h2.title {
  text-align: center;
  margin-bottom: 30px
}

@media (min-width: 991px) {
  .section9 h2.title {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
  }
}

.section9 .postTitle {
  text-align: center;
  margin-bottom: 30px
}

@media (min-width: 991px) {
  .section9 .postTitle {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
  }
}

.section9 .innerWrapper {
  text-align: center
}

.section9 .innerWrapper .contentItem {
  margin-bottom: 40px
}

@media (min-width: 576px) {
  .section9 .innerWrapper .contentItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%
  }

  .section9 .innerWrapper .contentItem .imgWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 230px
  }
}

@media (min-width: 991px) {
  .section9 .innerWrapper .contentItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (min-width: 576px) {
  .section9 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.section9 .btnWrap {
  text-align: center
}

@media (min-width: 576px) {
  .section9 {
    padding-top: 70px;
    padding-bottom: 180px
  }
}

@media (min-width: 765px) {
  .section9 {
    padding-top: 90px;
    padding-bottom: 220px
  }
}

@media (min-width: 991px) {
  .section9 {
    padding-top: 110px;
    padding-bottom: 300px
  }
}

@media (min-width: 1190px) {
  .section9 {
    padding-top: 140px;
    padding-bottom: 320px
  }
}

.section10 {
  padding-top: 100px;
  padding-bottom: 150px;
  background-color: #0049b7;
  color: #fff
}

.section10 .bottomElement svg {
  fill: #fff965
}

.section10 h2.title {
  text-align: center;
  margin-bottom: 30px
}

@media (min-width: 576px) {
  .section10 h2.title {
    margin-bottom: 50px
  }
}

@media (min-width: 765px) {
  .section10 h2.title {
    margin-bottom: 70px
  }
}

@media (min-width: 991px) {
  .section10 h2.title {
    margin-bottom: 80px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
  }
}

.section10 .innerWrapper .leftSide {
  margin-bottom: 70px
}

.section10 .innerWrapper .leftSide .accordionBlock .accordionItem {
  position: relative;
  padding: 20px 35px 20px 30px;
  border: 2px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 20px
}

.section10 .innerWrapper .leftSide .accordionBlock .accordionItem .itemTitle {
  font-family: "Circe", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px
}

.section10 .innerWrapper .leftSide .accordionBlock .accordionItem .itemTitle .switcher {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 7px;
  border-radius: 50%;
  background-color: #a1ff80
}

.section10 .innerWrapper .leftSide .accordionBlock .accordionItem .itemTitle .switcher:before {
  content: '';
  width: 14px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (min-width: 576px) {
  .section10 .innerWrapper .leftSide .accordionBlock .accordionItem .itemTitle .switcher:before {
    width: 16px
  }
}

@media (min-width: 765px) {
  .section10 .innerWrapper .leftSide .accordionBlock .accordionItem .itemTitle .switcher:before {
    width: 18px
  }
}

.section10 .innerWrapper .leftSide .accordionBlock .accordionItem .itemTitle .switcher:after {
  content: '';
  width: 2px;
  height: 14px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (min-width: 576px) {
  .section10 .innerWrapper .leftSide .accordionBlock .accordionItem .itemTitle .switcher:after {
    height: 16px
  }
}

@media (min-width: 765px) {
  .section10 .innerWrapper .leftSide .accordionBlock .accordionItem .itemTitle .switcher:after {
    height: 18px
  }
}

@media (min-width: 576px) {
  .section10 .innerWrapper .leftSide .accordionBlock .accordionItem .itemTitle .switcher {
    right: 15px
  }
}

@media (min-width: 991px) {
  .section10 .innerWrapper .leftSide .accordionBlock .accordionItem .itemTitle .switcher {
    width: 48px;
    height: 48px;
    top: 27px;
    right: 48px
  }
}

.section10 .innerWrapper .leftSide .accordionBlock .accordionItem .itemText {
  margin-top: 15px;
  margin-bottom: 15px
}

@media (min-width: 991px) {
  .section10 .innerWrapper .leftSide .accordionBlock .accordionItem .itemText {
    margin-top: 35px
  }
}

.section10 .innerWrapper .leftSide .accordionBlock .accordionItem:before {
  content: '';
  width: 100%;
  height: 97%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 10px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.section10 .innerWrapper .leftSide .accordionBlock .accordionItem.active:before {
  border-color: #fff
}

.section10 .innerWrapper .leftSide .accordionBlock .accordionItem.active .itemTitle .switcher:after {
  opacity: 0
}

.section10 .innerWrapper .leftSide .accordionBlock .accordionItem:hover .itemTitle {
  color: #a1ff80
}

.section10 .innerWrapper .leftSide .accordionBlock .accordionItem:hover .itemTitle .switcher {
  stroke: #a1ff80
}

@media (min-width: 991px) {
  .section10 .innerWrapper .leftSide .accordionBlock .accordionItem {
    padding: 35px 100px 45px 45px
  }
}

@media (min-width: 991px) {
  .section10 .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    padding-right: 15px;
    margin-bottom: 0
  }
}

.section10 .innerWrapper .rightSide .formBlock {
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  padding: 50px 40px;
  position: relative
}

.section10 .innerWrapper .rightSide .formBlock .iconBlock {
  width: 70px;
  height: 70px;
  position: absolute;
  top: -25px;
  right: 0
}

@media (min-width: 576px) {
  .section10 .innerWrapper .rightSide .formBlock .iconBlock {
    width: 100px;
    height: 100px;
    top: -35px
  }
}

@media (min-width: 991px) {
  .section10 .innerWrapper .rightSide .formBlock .iconBlock {
    width: 115px;
    height: 115px;
    top: -45px
  }
}

.section10 .innerWrapper .rightSide .formBlock .wrapper h4.title {
  text-align: center;
  margin-bottom: 40px
}

@media (min-width: 991px) {
  .section10 .innerWrapper .rightSide .formBlock .wrapper h4.title {
    margin-bottom: 28px
  }
}

.section10 .innerWrapper .rightSide .formBlock .wrapper .postTitle {
  margin-bottom: 60px;
  text-align: center
}

@media (min-width: 991px) {
  .section10 .innerWrapper .rightSide .formBlock .wrapper .postTitle {
    margin-bottom: 30px
  }
}

.section10 .innerWrapper .rightSide .formBlock .wrapper form .btnWrap {
  text-align: center
}

.section10 .innerWrapper .rightSide .formBlock .wrapper form .btnWrap .btn {
  width: 100%
}

.section10 .innerWrapper .rightSide .formBlock .wrapper .socialBlock {
  margin-top: 80px;
  padding-top: 60px;
  border-top: 1px solid #a5a5a5;
  margin-left: -40px;
  margin-right: -40px;
  position: relative
}

.section10 .innerWrapper .rightSide .formBlock .wrapper .socialBlock .someText {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 290px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #a5a5a5;
  border-radius: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.section10 .innerWrapper .rightSide .formBlock .wrapper .socialBlock .someText .icon {
  width: 14px;
  height: 14px;
  margin-right: 10px
}

.section10 .innerWrapper .rightSide .formBlock .wrapper .socialBlock .someText span {
  font-family: "Circe", sans-serif;
  font-weight: 400;
  color: #858585;
  font-size: 22px
}

.section10 .innerWrapper .rightSide .formBlock .wrapper .socialBlock .socWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto
}

.section10 .innerWrapper .rightSide .formBlock .wrapper .socialBlock .socWrap a {
  width: 68px;
  height: 68px;
  padding: 20px;
  border-radius: 50%
}

.section10 .innerWrapper .rightSide .formBlock .wrapper .socialBlock .socWrap a.messenger {
  background-color: #139af7
}

.section10 .innerWrapper .rightSide .formBlock .wrapper .socialBlock .socWrap a.telegram {
  background-color: #38aff3
}

.section10 .innerWrapper .rightSide .formBlock .wrapper .socialBlock .socWrap a.instagram {
  background-color: #e32f9b
}

.section10 .innerWrapper .rightSide .formBlock .wrapper .socialBlock .socWrap a:hover {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8)
}

@media (min-width: 576px) {
  .section10 .innerWrapper .rightSide .formBlock .wrapper .socialBlock {
    margin-left: -80px;
    margin-right: -80px
  }
}

@media (min-widt: 1190px) {
  .section10 .innerWrapper .rightSide .formBlock .wrapper .socialBlock {
    margin-left: -75px;
    margin-right: -75px;
  }
}

@media (min-width: 576px) {
  .section10 .innerWrapper .rightSide .formBlock .wrapper {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 576px) {
  .section10 .innerWrapper .rightSide .formBlock {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 991px) {
  .section10 .innerWrapper .rightSide .formBlock {
    padding: 70px 40px 50px
  }
}

@media (min-width: 991px) {
  .section10 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 15px
  }
}

@media (min-width: 991px) {
  .section10 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 576px) {
  .section10 {
    padding-top: 70px;
    padding-bottom: 180px
  }
}

@media (min-width: 765px) {
  .section10 {
    padding-top: 90px;
    padding-bottom: 220px
  }
}

@media (min-width: 991px) {
  .section10 {
    padding-top: 110px;
    padding-bottom: 300px
  }
}

@media (min-width: 1190px) {
  .section10 {
    padding-top: 140px;
    padding-bottom: 357px
  }
}

.section11 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff
}

@media (min-width: 1190px) {
  .section11 {
    padding-top: 90px;
    padding-bottom: 90px
  }
}

@media (min-width: 991px) {
  .section11 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (min-width: 765px) {
  .section11 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (min-width: 576px) {
  .section11 {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

.section12 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff
}

@media (min-width: 1190px) {
  .section12 {
    padding-top: 90px;
    padding-bottom: 90px
  }
}

@media (min-width: 991px) {
  .section12 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (min-width: 765px) {
  .section12 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (min-width: 576px) {
  .section12 {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

.section13 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff
}

@media (min-width: 1190px) {
  .section13 {
    padding-top: 90px;
    padding-bottom: 90px
  }
}

@media (min-width: 991px) {
  .section13 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (min-width: 765px) {
  .section13 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (min-width: 576px) {
  .section13 {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

.hiddenBlock {
  display: none
}

form .inputWrapper {
  margin-bottom: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

form .inputWrapper input {
  display: block;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Circe", sans-serif;
  font-weight: 400;
  width: 100%;
  height: 60px;
  font-size: 22px;
  line-height: normal;
  color: #000;
  border: 2px solid #000;
  text-align: left;
  outline: 0;
  background-color: #fff;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  padding-left: 20px
}

form .inputWrapper input:focus {
  background-color: #a1ff80
}

form .inputWrapper input:focus::-webkit-input-placeholder {
  opacity: 0
}

form .inputWrapper input:focus:-moz-placeholder {
  opacity: 0
}

form .inputWrapper input:focus::-moz-placeholder {
  opacity: 0
}

form .inputWrapper input:focus:-ms-input-placeholder {
  opacity: 0
}

form .inputWrapper input::-webkit-input-placeholder {
  color: gray;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

form .inputWrapper input:-moz-placeholder {
  color: gray;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

form .inputWrapper input::-moz-placeholder {
  color: gray;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

form .inputWrapper input:-ms-input-placeholder {
  color: gray;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

form .inputWrapper .allert {
  position: absolute;
  z-index: 20;
  display: block;
  bottom: 0;
  right: 20px;
  top: 0;
  margin: auto;
  color: #ff0404;
  text-decoration: none;
  font-family: 'Gilroy', sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  width: 18px;
  height: 18px
}

form .inputWrapper .allert span {
  display: none;
  opacity: 0;
  padding: 2px;
  padding-top: 4px;
  color: red;
  font-size: 12px;
  line-height: 14px;
  border-radius: 4px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  min-width: 200px
}

form .inputWrapper .allert:hover {
  text-align: center
}

form .inputWrapper .allert:hover span {
  border: 1px solid #ff6565;
  background: #fff;
  display: inline;
  position: absolute;
  color: #4e4e4e;
  right: 24px;
  top: -2px;
  opacity: 1
}

form .inputWrapper .warning_ico {
  width: 18px;
  height: 18px
}

form .inputWrapper.error input {
  border-color: red
}

form .btnWrap .btn {
  width: 100%;
  max-width: 100%
}

form .btnWrap .btn span {
  background-color: #ffeb01
}

form .btnWrap .btn:hover span {
  background-color: #000;
  color: #fff
}

.orderPanel {
  background-color: #fff;
  width: 90%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px 50px;
  border-radius: 10px;
  border: 0;
  -webkit-box-shadow: 0 30px 40px rgba(0, 0, 0, .25);
  box-shadow: 0 30px 40px rgba(0, 0, 0, .25)
}

.orderPanel .mfp-close {
  height: 26px;
  width: 26px;
  line-height: 22px;
  top: 15px;
  right: 25px;
  font-size: 25px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #000;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  color: #000
}

.orderPanel .mfp-close:hover {
  background-color: #000;
  color: #fff
}

@media (min-width: 500px) {
  .orderPanel .mfp-close {
    right: unset;
    left: calc(50% + 180px)
  }
}

.orderPanel .wrapper {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto
}

.orderPanel .wrapper .title {
  margin-bottom: 20px;
  font-family: "Kharkiv", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  color: #000;
  text-align: center
}

@media (min-width: 576px) {
  .orderPanel .wrapper .title {
    font-size: 24px;
    line-height: 27px
  }
}

.orderPanel .wrapper .text {
  font-family: "Circe", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center
}

@media (min-width: 576px) {
  .orderPanel .wrapper .text {
    font-size: 20px;
    line-height: 26px
  }
}

.orderPanel .wrapper .inputWrapper input {
  color: #000
}

.orderPanel .wrapper .inputWrapper input::-webkit-input-placeholder {
  color: #000
}

.orderPanel .wrapper .inputWrapper input:-moz-placeholder {
  color: #000
}

.orderPanel .wrapper .inputWrapper input::-moz-placeholder {
  color: #000
}

.orderPanel .wrapper .inputWrapper input:-ms-input-placeholder {
  color: #000
}

.orderPanel .wrapper .btnWrap {
  margin-top: 40px;
  text-align: center
}

@media (min-width: 576px) {
  .orderPanel .wrapper {
    max-width: 315px
  }
}

@media (min-width: 576px) {
  .orderPanel {
    padding: 50px 20px 60px
  }
}

.modalPolitics {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding: 25px 15px;
  border-radius: 0;
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 5px #fff, 0 10px 40px 0 rgba(0, 0, 0, .07);
  box-shadow: 0 0 0 5px #fff, 0 10px 40px 0 rgba(0, 0, 0, .07)
}

.modalPolitics .mfp-close {
  height: 26px;
  width: 26px;
  line-height: 24px;
  padding: 2px;
  top: 5px;
  right: 5%;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

.modalPolitics .mfp-close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #a1ff80
}

@media (min-width: 991px) {
  .modalPolitics .mfp-close {
    right: unset;
    left: calc(50% + 440px)
  }
}

.modalPolitics .title {
  margin-bottom: 25px
}

.modalPolitics .title h2 {
  font-family: "Kharkiv", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-bottom: 15px
}

.modalPolitics .title .description {
  font-family: "Circe", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center
}

.modalPolitics .content {
  font-family: "Circe", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  max-height: 400px;
  overflow: scroll
}

.modalPolitics .content p {
  margin-bottom: 10px
}

.modalPolitics .content p:last-child {
  margin-bottom: 0
}

.modalPolitics .content .smallTitle {
  font-weight: 500;
  font-size: 20px
}

.modalPolitics .content .bigText {
  font-size: 22px;
  font-weight: 700
}