@import url(reset.css);

@-webkit-keyframes arrowMove {
  0%, to {
    -webkit-transform: translate(0) scale(-1, 1) rotate(-35deg);
    transform: translate(0) scale(-1, 1) rotate(-35deg)
  }
  50% {
    -webkit-transform: translate(-20%, -14%) scale(-1, 1) rotate(-35deg);
    transform: translate(-20%, -14%) scale(-1, 1) rotate(-35deg)
  }
}

@keyframes arrowMove {
  0%, to {
    -webkit-transform: translate(0) scale(-1, 1) rotate(-35deg);
    transform: translate(0) scale(-1, 1) rotate(-35deg)
  }
  50% {
    -webkit-transform: translate(-20%, -14%) scale(-1, 1) rotate(-35deg);
    transform: translate(-20%, -14%) scale(-1, 1) rotate(-35deg)
  }
}

@-webkit-keyframes arrowLeftMove {
  0%, to {
    -webkit-transform: translate(0) rotate(-35deg);
    transform: translate(0) rotate(-35deg)
  }
  50% {
    -webkit-transform: translate(30%, 10%) rotate(-35deg);
    transform: translate(30%, 10%) rotate(-35deg)
  }
}

@keyframes arrowLeftMove {
  0%, to {
    -webkit-transform: translate(0) rotate(-35deg);
    transform: translate(0) rotate(-35deg)
  }
  50% {
    -webkit-transform: translate(30%, 10%) rotate(-35deg);
    transform: translate(30%, 10%) rotate(-35deg)
  }
}

@-webkit-keyframes arrowRightMove {
  0%, to {
    -webkit-transform: translate(0) scale(-1, 1) rotate(-35deg);
    transform: translate(0) scale(-1, 1) rotate(-35deg)
  }
  50% {
    -webkit-transform: translate(-30%, -10%) scale(-1, 1) rotate(-35deg);
    transform: translate(-30%, -10%) scale(-1, 1) rotate(-35deg)
  }
}

@keyframes arrowRightMove {
  0%, to {
    -webkit-transform: translate(0) scale(-1, 1) rotate(-35deg);
    transform: translate(0) scale(-1, 1) rotate(-35deg)
  }
  50% {
    -webkit-transform: translate(-30%, -10%) scale(-1, 1) rotate(-35deg);
    transform: translate(-30%, -10%) scale(-1, 1) rotate(-35deg)
  }
}

a, body {
  font-family: 'Montserrat', sans-serif
}

b, h1, h2, h3, h4, h5, h6, strong {
  font-weight: 700
}

embed, img, svg {
  max-width: 100%;
  max-height: 100%;
  min-width: auto;
}

a {
  font-size: 15px;
  color: #173c3d;
  font-weight: 400;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

a:hover {
  color: #f3c248
}

.slick-slider .draggable, .slick-slider .draggable .slick-track {
  min-width: 100%;
  min-height: 1px
}

.slick-dots li button:before, br.later, br.later2, br.tabO {
  display: none
}

@media (min-width: 600px) {
  br.tab {
    display: none
  }

  br.later, br.tabO {
    display: inline
  }
}

@media (min-width: 1000px) {
  br.desk {
    display: none
  }

  br.later2 {
    display: inline
  }

  br.tabO {
    display: none
  }
}

.siteWidth {
  max-width: 100%;
  margin: 0 auto
}

@media (min-width: 600px) {
  .siteWidth {
    max-width: 750px
  }
}

@media (min-width: 1000px) {
  .siteWidth {
    max-width: 1230px
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  position: relative
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px
}

.row0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0
}

.col0 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0
}

.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 iframe, .img_wrap .el img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto
}

.btn {
  cursor: pointer;
  outline: 0;
  border: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  border-radius: 25px;
  color: #fff;
  -webkit-box-shadow: 0 22px 49px 0 rgba(233, 102, 0, .29);
  box-shadow: 0 22px 49px 0 rgba(233, 102, 0, .29);
  background: -webkit-gradient(linear, right top, left top, from(#e96600), to(#ff882b));
  background: -o-linear-gradient(right, #e96600, #ff882b);
  background: linear-gradient(to left, #e96600, #ff882b)
}

.btn:hover {
  background: -webkit-gradient(linear, right top, left top, from(#ff882b), to(#e96600));
  background: -o-linear-gradient(right, #ff882b, #e96600);
  background: linear-gradient(to left, #ff882b, #e96600);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff
}

.btn:active {
  color: #000
}

.btn:disabled {
  cursor: not-allowed;
  background-color: #ddd
}

@media (min-width: 1000px) {
  .btn {
    font-size: 16px;
    height: 55px;
    line-height: 55px
  }
}

.btn2, .btn2:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn2 {
  cursor: pointer;
  outline: 0;
  border: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 14px;
  height: 46px;
  line-height: 45px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  border-radius: 25px;
  background: -webkit-gradient(linear, right top, left top, from(#e96600), to(#ff882b));
  background: -o-linear-gradient(right, #e96600, #ff882b);
  background: linear-gradient(to left, #e96600, #ff882b);
  position: relative;
  color: #e96600
}

.btn2 span {
  position: relative;
  z-index: 2
}

.btn2:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 2.5px;
  background-color: #fff5e2;
  border-radius: 25px
}

.btn2:hover {
  color: #fff
}

.btn2:hover:before {
  background-color: transparent !important
}

.btn2:active {
  color: #000
}

.btn2:disabled {
  cursor: not-allowed;
  background-color: #ddd
}

@media (min-width: 600px) {
  .btn2 {
    font-size: 16px;
    height: 55px;
    line-height: 55px
  }
}

.desc, h2.title {
  font-family: 'Caveat', sans-serif;
  font-weight: 700;
  color: #1b3637;
  font-size: 40px;
  text-align: center
}

.content_title span, h2.title span {
  position: relative;
  z-index: 10
}

.content_title span:before, h2.title span:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../img/svg/line_text_blue.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  bottom: 2px
}

@media (min-width: 600px) {
  h2.title {
    font-size: 72px
  }
}

@media (min-width: 1000px) {
  h2.title {
    margin-bottom: 35px;
    font-size: 72px;
    line-height: 62px
  }
}

.desc {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #383f3f
}

@media (min-width: 600px) {
  .desc {
    line-height: 30px
  }
}

.content_title {
  font-family: 'Caveat', sans-serif;
  font-size: 25px;
  color: #383f3f;
  font-weight: 700
}

.content_title span:before {
  height: 15px;
  bottom: -2px
}

@media (min-width: 600px) {
  .content_title {
    font-size: 30px
  }
}

.content_text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #383f3f
}

main {
  overflow: hidden
}

.slick-arrow {
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: -webkit-gradient(linear, right top, left top, from(#e96600), to(#ff882b));
  background: -o-linear-gradient(right, #e96600, #ff882b);
  background: linear-gradient(to left, #e96600, #ff882b);
  color: #fff;
  position: absolute;
  font-size: 16px;
  z-index: 1;
  top: 0;
  border: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

.slick-arrow.prev__arrow {
  left: -15px
}

@media (min-width: 1000px) {
  .slick-arrow.prev__arrow {
    left: -35px
  }
}

.slick-arrow.next__arrow {
  right: -15px
}

@media (min-width: 1000px) {
  .slick-arrow.next__arrow {
    right: -35px
  }
}

.slick-arrow:hover {
  background: -webkit-gradient(linear, right top, left top, from(#ff882b), to(#e96600));
  background: -o-linear-gradient(right, #ff882b, #e96600);
  background: linear-gradient(to left, #ff882b, #e96600)
}

@media (min-width: 1000px) {
  .slick-arrow {
    font-size: 20px;
    width: 65px;
    height: 65px
  }
}

.slick-dots, footer {
  background-color: #fff
}

.slick-dots {
  width: auto;
  left: 50%;
  bottom: -15px;
  border-radius: 35px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 13px 10px
}

.slick-dots li {
  width: auto;
  height: auto;
  padding: 0 7px;
  margin: 0
}

.slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f97e1f;
  opacity: .3;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

.slick-dots li.slick-active button {
  opacity: 1
}

header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  padding: 7px 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.slick-dots, header .innerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

header .innerWrapper .logo {
  display: inline-block
}

header .innerWrapper .logo .icon {
  width: 70px;
  height: 38px;
  fill: #000;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

@media (min-width: 600px) {
  header .innerWrapper .logo .icon {
    width: 80px;
    height: 45px
  }
}

@media (min-width: 1000px) {
  header .innerWrapper .logo .icon {
    width: 110px;
    height: 65px
  }
}

header .innerWrapper, header .innerWrapper .navigation, header .innerWrapper .navigation ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

header .innerWrapper .navigation {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 200;
  width: 100%;
  height: 100vh;
  background-color: #fff5e2;
  left: -100%;
  position: fixed;
  top: 0
}

header .innerWrapper .navigation ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70%;
  max-height: 280px
}

header .innerWrapper .navigation ul li a {
  text-transform: uppercase;
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #173c3d;
  font-weight: 700
}

header .innerWrapper .navigation ul li a:hover {
  color: #333
}

@media (min-width: 1000px) {
  header .innerWrapper .navigation ul li a:hover {
    color: #f3c248
  }
}

header .innerWrapper .navigation ul li a:active {
  color: #999
}

@media (min-width: 1000px) {
  header .innerWrapper .navigation ul li a {
    color: #173c3d;
    font-size: 15px;
    font-weight: 400;
    text-transform: none
  }

  header .innerWrapper .navigation ul {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

header .innerWrapper .navigation .closeMenu {
  position: absolute;
  z-index: 10;
  top: 25px;
  right: 25px;
  cursor: pointer;
  background-color: transparent;
  border: 0
}

header .innerWrapper .navigation .closeMenu .icon {
  width: 20px;
  fill: #173c3d;
  height: 17px
}

@media (min-width: 1000px) {
  header .innerWrapper .navigation .callRequest, header .innerWrapper .navigation .closeMenu {
    display: none
  }

  header .innerWrapper .navigation {
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    margin-left: auto;
    margin-right: 145px
  }
}

header .innerWrapper .additionalBtns, header.successHeader .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

header .innerWrapper .additionalBtns .phone {
  display: inline-block;
  width: 160px;
  text-align: center;
  font-weight: 700;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  margin: auto
}

@media (min-width: 600px) {
  header .innerWrapper .additionalBtns .phone {
    position: static;
    margin-right: 25px
  }
}

@media (min-width: 1000px) {
  header .innerWrapper .additionalBtns .phone {
    margin-right: 0
  }
}

header .innerWrapper .additionalBtns .openMenu {
  background-color: transparent;
  border: 0
}

header .innerWrapper .additionalBtns .openMenu .icon {
  width: 26px;
  height: 16px;
  fill: #173c3d
}

@media (min-width: 1000px) {
  header .innerWrapper .additionalBtns .openMenu {
    display: none
  }
}

header .innerWrapper .additionalBtns .icon {
  width: 25px;
  height: 25px;
  fill: #fff
}

header.fixed {
  background-color: #fff4e0
}

header.successHeader .wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

header.successHeader .wrapper .logo {
  display: inline-block
}

header.successHeader .wrapper .logo .icon {
  width: 50px;
  height: 30px;
  fill: #000;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

@media (min-width: 600px) {
  header.successHeader .wrapper .logo .icon {
    width: 40px;
    height: 25px
  }
}

@media (min-width: 1000px) {
  header.successHeader .wrapper .logo .icon {
    width: 110px;
    height: 65px
  }
}

header.successHeader .wrapper .phone {
  display: inline-block;
  width: 160px;
  text-align: center;
  font-weight: 700
}

@media (min-width: 600px) {
  header.successHeader .wrapper .phone {
    position: static;
    margin-right: 25px
  }
}

@media (min-width: 1000px) {
  header.successHeader .wrapper .phone {
    margin-right: 0
  }
}

@media (min-width: 600px) {
  header {
    padding: 12px 0
  }
}

@media (min-width: 1000px) {
  header {
    padding: 10px 0
  }
}

footer {
  padding: 20px 0
}

footer .innerWrapper {
  text-align: center
}

footer .innerWrapper .logo {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
  height: 85px;
  margin-bottom: 20px;
}
footer .innerWrapper .partner{
  display: inline-block;
  max-width: 115px;
  height: 80px;
  margin-left: 25px;
  margin-right: auto;
  vertical-align: super;
}
@media (min-width: 1000px) {
  footer .innerWrapper .logo {
    max-width: 120px;
    height: 67px;
    margin-left: unset;
    margin-right: unset
  }
}
footer .innerWrapper .partner{
  padding-bottom: 10px;
  margin-left: 40px;
}
footer .innerWrapper .politics {
  padding: 20px 0
}

footer .innerWrapper .politics a {
  display: block;
  text-align: center;
  font-family: 'Gilroy', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #65666a;
  margin-bottom: 10px
}

footer .innerWrapper .politics a:last-child {
  margin-bottom: 0
}

.section11 .infoBlock .wrapper .contacts a:hover, footer .innerWrapper .politics a:hover {
  color: #f3c248
}

@media (min-width: 600px) {
  footer .innerWrapper .politics a {
    margin-bottom: 0
  }

  footer .innerWrapper .politics {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    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: 1000px) {
  footer .innerWrapper .politics {
    max-width: 680px
  }
}

footer .innerWrapper .rezartLogo {
  display: inline-block;
  width: 35px;
  height: 21px
}

footer .innerWrapper .rezartLogo:hover {
  fill: #f3c248
}

@media (min-width: 1000px) {
  footer .innerWrapper .rezartLogo {
    width: 30px;
    height: 20px
  }

  footer .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: 600px) {
  footer {
    padding: 30px 0
  }
}

@media (min-width: 1000px) {
  footer {
    padding: 17px 0
  }
}

.section1 {
  padding-top: 85px;
  padding-bottom: 95px;
  background-color: #fff5e2;
  background-image: url(../img/BGElementsYellow.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: auto
}

.section1 .innerWrapper {
  position: relative
}

.section1 .innerWrapper .textBlock {
  margin-bottom: 50px
}

.section1 .innerWrapper .textBlock .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 25px
}

.section1 .innerWrapper .textBlock .address .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px
}

@media (min-width: 600px) {
  .section1 .innerWrapper .textBlock .address .icon {
    width: 40px;
    height: 40px;
    margin-right: 20px
  }
}

.section1 .innerWrapper .textBlock .address span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px
}

@media (min-width: 600px) {
  .section1 .innerWrapper .textBlock .address span {
    font-size: 14px;
    line-height: 20px
  }
}

@media (min-width: 1000px) {
  .section1 .innerWrapper .textBlock .address {
    margin-bottom: 35px
  }
}

.section1 .innerWrapper .textBlock h1.title {
  font-family: 'Caveat', sans-serif;
  font-weight: 700;
  font-size: 55px;
  min-height: 110px;
  color: #1b3637;
  margin-bottom: 20px
}

.section1 .innerWrapper .textBlock h1.title span, .section5 .innerWrapper .item .age span {
  display: inline-block;
  position: relative;
  z-index: 10
}

.section1 .innerWrapper .textBlock h1.title span:before {
  content: '';
  width: 100%;
  height: 15px;
  position: absolute;
  z-index: -1;
  bottom: 3px;
  left: 0;
  background-image: url(../img/svg/line_text_orange.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

@media (min-width: 600px) {
  .section1 .innerWrapper .textBlock h1.title {
    font-size: 68px;
    min-height: 136px
  }
}

@media (min-width: 1000px) {
  .section1 .innerWrapper .textBlock h1.title {
    margin-bottom: 36px
  }
}

.section1 .innerWrapper .textBlock .description {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #383f3f;
  margin-bottom: 25px
}

@media (min-width: 600px) {
  .section1 .innerWrapper .textBlock .description {
    font-size: 17px;
    line-height: 26px
  }
}

@media (min-width: 1000px) {
  .section1 .innerWrapper .textBlock .description {
    margin-bottom: 41px
  }
}

.section1 .innerWrapper .textBlock .btnWrap {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 1000px) {
  .section1 .innerWrapper .textBlock .btnWrap {
    margin-left: unset;
    max-width: 285px
  }
}

@media (min-width: 600px) {
  .section1 .innerWrapper .textBlock {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 15px;
    margin-bottom: 0
  }
}

@media (min-width: 1000px) {
  .section1 .innerWrapper .textBlock {
    padding-top: 90px
  }
}

.section1 .innerWrapper .imgBlock {
  position: relative
}

.section1 .innerWrapper .imgBlock .playBtn {
  width: 120px;
  height: 120px;
  background-color: #fff5e2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(15%, 45%);
  -ms-transform: translate(15%, 45%);
  transform: translate(15%, 45%);
  border-radius: 50%
}

.section1 .innerWrapper .imgBlock .playBtn .play {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  -webkit-transform: translate(48%, 47%);
  -ms-transform: translate(48%, 47%);
  transform: translate(48%, 47%);
  -webkit-box-shadow: 0 0 0 14px #fff5e2, 0 0 0 15px rgba(234, 206, 165, .7);
  box-shadow: 0 0 0 14px #fff5e2, 0 0 0 15px rgba(234, 206, 165, .7)
}

@media (min-width: 1000px) {
  .section1 .innerWrapper .imgBlock .playBtn .play {
    width: 80px;
    -webkit-transform: translate(37%, 34%);
    -ms-transform: translate(37%, 34%);
    transform: translate(37%, 34%);
    height: 80px;
    line-height: 80px
  }
}

.section1 .innerWrapper .imgBlock .playBtn .callToAction {
  font-family: 'Caveat', sans-serif;
  font-size: 24px;
  position: absolute;
  bottom: -40%;
  right: -20%
}

.section1 .innerWrapper .imgBlock .playBtn .callToAction:before {
  content: '';
  position: absolute;
  top: -70px;
  right: -20%;
  width: 55px;
  height: 35px;
  background-image: url(../img/svg/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(-1, 1) rotate(-35deg);
  -ms-transform: scale(-1, 1) rotate(-35deg);
  transform: scale(-1, 1) rotate(-35deg);
  -webkit-animation: arrowMove 3s normal infinite linear;
  animation: arrowMove 3s normal infinite linear
}

@media (min-width: 450px) {
  .section1 .innerWrapper .imgBlock .playBtn {
    -webkit-transform: translate(35%, 80%);
    -ms-transform: translate(35%, 80%);
    transform: translate(35%, 80%)
  }
}

@media (min-width: 600px) {
  .section1 .innerWrapper .imgBlock .playBtn {
    -webkit-transform: translate(15%, 50%);
    -ms-transform: translate(15%, 50%);
    transform: translate(15%, 50%)
  }
}

@media (min-width: 1000px) {
  .section1 .innerWrapper .imgBlock .playBtn {
    width: 140px;
    height: 140px;
    -webkit-transform: translate(25%, 60%);
    -ms-transform: translate(25%, 60%);
    transform: translate(25%, 60%)
  }
}

@media (min-width: 600px) {
  .section1 .innerWrapper .imgBlock {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 15px
  }
}

@media (min-width: 1000px) {
  .section1 .innerWrapper .imgBlock {
    margin-left: -35px
  }
}

@media (min-width: 600px) {
  .section1 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .section1 {
    padding-bottom: 60px
  }
}

@media (min-width: 1000px) {
  .section1 {
    padding-top: 125px;
    padding-bottom: 126px
  }
}

.section2, .section2:after, .section2:before {
  background-position: center;
  background-size: cover
}

.section2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
  background-image: url(../img/BGElementsBlue.png);
  background-repeat: repeat-y;
  position: relative
}

.section2:after, .section2:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 75px;
  background-repeat: no-repeat
}

.section2:before {
  top: -1px;
  background-image: url(../img/bottomDekor.png)
}

.section2:after {
  bottom: -1px;
  background-image: url(../img/topDekor.png)
}

.section2 .titleBlock {
  margin-bottom: 30px
}

@media (min-width: 1000px) {
  .section2 .titleBlock h2.title {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 600px) {
  .section2 .titleBlock {
    margin-bottom: 50px
  }
}

@media (min-width: 1000px) {
  .section2 .titleBlock {
    margin-bottom: 94px
  }
}

.section2 .innerWrapper {
  max-width: 275px;
  margin-left: auto;
  margin-right: auto
}

.section2 .innerWrapper .slick-dots {
  bottom: 15px
}

.section2 .innerWrapper .next__arrow {
  right: -25px
}

.section2 .innerWrapper .prev__arrow {
  left: -25px
}

.section2 .innerWrapper .item {
  border-radius: 15px;
  overflow: hidden;
  background-color: azure;
  margin-bottom: 30px
}

.section2 .innerWrapper .item .textBlock {
  padding: 30px 30px 45px
}

.section2 .innerWrapper .item .textBlock .title {
  font-size: 26px;
  margin-bottom: 25px
}

@media (min-width: 1000px) {
  .section2 .innerWrapper .item .textBlock {
    padding: 41px 25px 10px 48px
  }
}

.section2 .innerWrapper .item .imgBlock {
  position: relative;
  z-index: 10
}

.section2 .innerWrapper .item .imgBlock img {
  border-radius: 15px
}

.section2 .innerWrapper .item .imgBlock:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(azure), color-stop(50%, rgba(240, 255, 255, .7)), color-stop(75%, rgba(240, 255, 255, .4)), to(transparent));
  background: -o-linear-gradient(top, azure 0%, rgba(240, 255, 255, .7) 50%, rgba(240, 255, 255, .4) 75%, transparent 100%);
  background: linear-gradient(to bottom, azure 0%, rgba(240, 255, 255, .7) 50%, rgba(240, 255, 255, .4) 75%, transparent 100%)
}

@media (min-width: 600px) {
  .section2 .innerWrapper .item .imgBlock {
    margin-top: auto
  }

  .section2 .innerWrapper .item {
    max-width: 275px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .section2 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%
  }
}

@media (min-width: 1000px) {
  .section2 .innerWrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .section2 {
    padding-top: 180px;
    padding-bottom: 152px
  }
}

.section3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff4e0;
  background-image: url(../img/BGElementsYellow2.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: auto
}

.section3 .titleBlock {
  margin-bottom: 35px
}

.section3 .titleBlock h2.title span:before, .section5 .titleBlock h2.title span:before, .section9 .titleBlock h2.title span:before {
  background-image: url(../img/svg/line_text_orange.svg)
}

@media (min-width: 600px) {
  .section3 .titleBlock h2.title {
    line-height: 72px
  }
}

@media (min-width: 1000px) {
  .section3 .titleBlock h2.title {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 600px) {
  .section3 .titleBlock {
    margin-bottom: 45px
  }
}

@media (min-width: 1000px) {
  .section3 .titleBlock {
    margin-bottom: 75px
  }
}

.section3 .innerWrapper .sliderBlock {
  margin-bottom: 55px
}

@media (min-width: 1000px) {
  .section3 .innerWrapper .sliderBlock .next__arrow {
    right: -15px
  }
}

.section3 .innerWrapper .sliderBlock .item .img_wrap {
  padding-bottom: 75%;
  min-width: auto;
  border-radius: 15px;
  overflow: hidden
}

.section3 .innerWrapper .sliderBlock .item .img_wrap img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover
}

@media (min-width: 1000px) {
  .section3 .innerWrapper .sliderBlock .item .img_wrap {
    padding-bottom: 68%
  }
}

@media (min-width: 600px) {
  .section3 .innerWrapper .sliderBlock {
    margin-bottom: 40px
  }
}

@media (min-width: 1000px) {
  .section3 .innerWrapper .sliderBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 15px;
    margin-bottom: 0
  }
}

.section3 .innerWrapper .contentBlock {
  margin-bottom: 35px
}

.section3 .innerWrapper .contentBlock .item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.section3 .innerWrapper .contentBlock .item .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  position: relative;
  z-index: 1;
  margin-right: 40px
}
.section3 .innerWrapper .contentBlock .item:last-child .icon{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-left: -15px;
  margin-right: 25px;
}

.section3 .innerWrapper .contentBlock .item .icon:before {
  content: '';
  background-color: #f4be42;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%)
}

.section3 .innerWrapper .contentBlock .item:last-child {
  margin-bottom: 0
}


@media (min-width: 600px) {
  .section3 .innerWrapper .contentBlock {
    margin-bottom: 50px
  }
}

@media (min-width: 1000px) {
  .section3 .innerWrapper .contentBlock {
    margin-bottom: 0;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 600px) {
  .section3 .innerWrapper {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 1000px) {
  .section3 .innerWrapper {
    max-width: 100%;
    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;
    margin-bottom: 80px
  }
}

.section3 .btnBlock .btn2:before {
  background-color: #fff4e0
}

.section3 .btnBlock .btnWrap {
  margin-bottom: 20px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative
}

.section3 .btnBlock .btnWrap:before {
  content: '';
  position: absolute;
  left: -40px;
  top: 10px;
  width: 35px;
  height: 45px;
  background-image: url(../img/svg/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg)
}

@media (min-width: 1000px) {
  .section3 .btnBlock .btnWrap:before {
    width: 60px;
    height: 65px;
    left: -95px
  }
}

.section3 .btnBlock .btnWrap:after {
  content: '';
  position: absolute;
  right: -40px;
  top: 10px;
  width: 35px;
  height: 45px;
  background-image: url(../img/svg/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(-1, 1) rotate(-35deg);
  -ms-transform: scale(-1, 1) rotate(-35deg);
  transform: scale(-1, 1) rotate(-35deg)
}

@media (min-width: 1000px) {
  .section3 .btnBlock .btnWrap:after {
    width: 60px;
    height: 65px;
    right: -95px
  }
}

.section3 .btnBlock .btnWrap.second:after, .section3 .btnBlock .btnWrap.second:before {
  display: none
}

@media (min-width: 1000px) {
  .section3 .btnBlock .btnWrap {
    margin-left: unset;
    margin-right: unset;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%
  }

  .section3 .btnBlock .btnWrap.first {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .section3 .btnBlock .btnWrap.first:after {
    display: none
  }

  .section3 .btnBlock .btnWrap.second {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .section3 .btnBlock .btnWrap.second:after {
    display: block
  }
}

@media (min-width: 600px) {
  .section3 .btnBlock {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 1000px) {
  .section3 .btnBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 660px
  }
}

@media (min-width: 600px) {
  .section3 {
    padding-top: 44px;
    padding-bottom: 35px
  }
}

@media (min-width: 1000px) {
  .section3 {
    padding-top: 100px;
    padding-bottom: 96px;
    background-size: auto
  }
}

.section4 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
  background-image: url(../img/BGElementsBlue2.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  position: relative
}

.section4:after, .section4:before, .section5 .innerWrapper .item .age span:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.section4:before {
  top: -1px;
  background-image: url(../img/bottomDekor.png)
}

.section4:after, .section5 .innerWrapper .item .age span:before {
  bottom: -1px;
  background-image: url(../img/topDekor.png)
}

.section4 .titleBlock {
  margin-bottom: 35px
}

.section4 .titleBlock h2.title {
  min-height: 80px;
  margin-bottom: 20px
}

@media (min-width: 600px) {
  .section4 .titleBlock h2.title {
    margin-bottom: 13px;
    min-height: 144px
  }
}

@media (min-width: 1000px) {
  .section4 .titleBlock h2.title {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px
  }

  .section4 .titleBlock .desc {
    margin-left: unset;
    margin-right: unset
  }

  .section4 .titleBlock {
    text-align: center;
    margin-bottom: 45px
  }
}

.section4 .innerWrapper .slick-arrow {
  bottom: 30px
}

.section4 .floor {
  margin-bottom: 35px
}

.section4 .floor .imgBlock {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px
}

@media (min-width: 600px) {
  .section4 .floor .imgBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (min-width: 1000px) {
  .section4 .floor .imgBlock {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: unset;
    margin-right: unset
  }
}

.section4 .floor .textBlock .title {
  margin-bottom: 15px
}

@media (min-width: 1000px) {
  .section4 .floor .textBlock .title {
    margin-bottom: 31px
  }
}

@media (min-width: 600px) {
  .section4 .floor .textBlock {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (min-width: 1000px) {
  .section4 .floor .textBlock {
    padding-left: 0;
    padding-right: 0;
    max-width: 450px
  }
}

@media (min-width: 600px) {
  .section4 .floor {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .section4 .floor.second .textBlock {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .section4 .floor.second .imgBlock {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

@media (min-width: 1000px) {
  .section4 .floor {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
  }

  .section4 {
    padding-top: 180px;
    padding-bottom: 156px
  }
}

.section5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff4e0;
  background-image: url(../img/BGElementsYellow3.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: auto
}

.section5 .titleBlock {
  margin-bottom: 35px
}

.section5 .titleBlock h2.title {
  margin-bottom: 20px
}

@media (min-width: 1000px) {
  .section5 .titleBlock h2.title {
    margin-bottom: 45px
  }

  .section5 .titleBlock .desc {
    max-width: 69%;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 600px) {
  .section5 .titleBlock {
    margin-bottom: 53px
  }
}

@media (min-width: 1000px) {
  .section5 .titleBlock {
    margin-bottom: 73px
  }
}

.section5 .innerWrapper .item {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 7px;
  padding: 25px 30px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.section5 .innerWrapper .item .icon {
  max-width: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  height: 120px
}

.section5 .innerWrapper .item .icon img {
  width: 100%
}

@media (min-width: 1000px) {
  .section5 .innerWrapper .item .icon {
    max-width: 63px
  }
}

.section5 .innerWrapper .item .age {
  text-align: center;
  margin-bottom: 35px
}

.section5 .innerWrapper .item .age span:before {
  height: 15px;
  z-index: -1;
  bottom: -3px;
  background-image: url(../img/svg/line_text_orange.svg)
}

.section5 .innerWrapper .item .title {
  font-weight: 600;
  margin-bottom: 25px
}

.section5 .innerWrapper .item ul {
  margin-bottom: 34px
}

.section5 .innerWrapper .item ul li {
  position: relative;
  padding: 5px 0 5px 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #efede8
}

.section5 .innerWrapper .item ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #f4be42;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0
}

.section5 .innerWrapper .item ul li:last-child {
  border-bottom: none;
  margin-bottom: 0
}

.section5 .innerWrapper .item .btnWrap {
  margin-top: auto
}

@media (min-width: 600px) {
  .section5 .innerWrapper .item {
    padding: 45px 55px
  }
}

@media (min-width: 1000px) {
  .section5 .innerWrapper .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 3) - 20px);
    flex: 0 0 calc((100% / 3) - 20px);
    margin-left: unset;
    margin-right: unset;
    padding: 65px 70px 62px
  }

  .section5 .innerWrapper .item:last-child .icon {
    max-width: 83px
  }

  .section5 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .section5 {
    padding-top: 125px;
    padding-bottom: 95px
  }
}

.section6 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
  background-image: url(../img/BGElementsBlue3.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  position: relative
}

.section6:before {
  top: -1px;
  background-image: url(../img/bottomDekor.png)
}

.section6 .innerWrapper .item .icon:before, .section6:after, .section6:before, .section8 .innerWrapper .textBlock .item.first .stuff:before, .section8:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.section6:after {
  bottom: -1px;
  background-image: url(../img/topDekor.png)
}

.section6 .titleBlock {
  margin-bottom: 50px
}

.section6 .titleBlock h2.title {
  margin-bottom: 15px
}

@media (min-width: 1000px) {
  .section6 .titleBlock h2.title {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px
  }

  .section6 .titleBlock .desc {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto
  }

  .section6 .titleBlock {
    margin-bottom: 80px
  }
}

.section6 .innerWrapper {
  margin-bottom: 55px
}

.section6 .innerWrapper .slick-dots {
  bottom: 15px
}

.section6 .innerWrapper .slick-list {
  /*overflow: unset*/
}

.section6 .innerWrapper .next__arrow {
  right: 20px
}

.section6 .innerWrapper .prev__arrow {
  left: 20px
}
@media(min-width:600px){
  .section6 .innerWrapper .next__arrow {
    right: -40px;
    top: -100px;
  }

  .section6 .innerWrapper .prev__arrow {
    left: -40px;
    top: -100px;
  }
}
.section6 .innerWrapper .item {
  margin-bottom: 55px;
  text-align: center
}

.section6 .innerWrapper .item .icon, .section6 .innerWrapper .item .text {
  position: relative;
  z-index: 10
}
.section6 .innerWrapper .item .icon{
  width: 110px;
  height: 110px;
  margin-left:auto;
  margin-right:auto;
  display:flex;
  justify-content: center;
  align-items: center;
}
.section6 .innerWrapper .item .icon img {
  display: inline-block
}

.section6 .innerWrapper .item .icon:before {
  z-index: -1;
  top: 0;
  right: 0;
  margin: auto;
  width: 105px;
  height: 105px;
  background-image: url(../img/svg/decorative_circle_blue.svg);
  background-size: contain
}

/*.section6 .innerWrapper .item.first .icon {*/
/*  margin-bottom: 40px;*/
/*  padding-top: 25px;*/
/*}*/
/*.section6 .innerWrapper .item.second .icon {*/
/*  margin-bottom: 30px*/
/*}*/
/*.section6 .innerWrapper .item.third .icon {*/
/*  margin-bottom: 30px*/
/*}*/
/*.section6 .innerWrapper .item.fourth .icon {*/
/*  padding-top: 15px;*/
/*  margin-bottom: 30px*/
/*}*/
/*.section6 .innerWrapper .item.fifth .icon {*/
/*  padding-top: 20px;*/
/*  margin-bottom: 35px*/
/*}*/
/*.section6 .innerWrapper .item.sixth .icon {*/
/*  padding-top: 5px;*/
/*  margin-bottom: 40px*/
/*}*/
/*.section6 .innerWrapper .item.seventh .icon {*/
/*  padding-top: 15px;*/
/*  margin-bottom: 40px*/
/*}*/
/*.section6 .innerWrapper .item.eights .icon {*/
/*  padding-top: 15px;*/
/*  margin-bottom: 45px*/
/*}*/

.section7 .titleBlock h2.title {
  margin-bottom: 20px
}
@media (min-width: 600px) {
  .section6 .innerWrapper{
    max-width: 550px;
    margin-left:auto;
    margin-right:auto;
  }
}
@media (min-width: 1000px) {
  .section6 .innerWrapper{
    max-width: 100%;
  }
  .section6 .innerWrapper .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    margin-bottom: 85px
  }

  .section6 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
  }
}

.section6 .bottomBlock {
  border-top: 1px solid #d5e4e5;
  border-bottom: 1px solid #d5e4e5;
  padding-top: 45px;
  padding-bottom: 75px;
  position: relative
}

.section6 .bottomBlock .text, .section7 .innerWrapper .item .wrapper .title {
  margin-bottom: 25px
}

@media (min-width: 600px) {
  .section6 .bottomBlock .btnWrap {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto
  }
}

.section6 .bottomBlock:before {
  margin: auto;
  top: -25px;
  width: 90px;
  height: 50px;
  background-color: #fff;
  background-image: url(../img/bl6decorTop.png);
  background-size: auto
}

.section6 .bottomBlock:after, .section6 .bottomBlock:before, .section8 .innerWrapper .imgBlock:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center
}

.section6 .bottomBlock:after {
  margin: auto;
  width: 90px;
  height: 40px;
  background-color: #fff;
  bottom: -25px;
  background-image: url(../img/bl6decorBottom.png);
  background-size: auto
}

@media (min-width: 1000px) {
  .section6 .bottomBlock .btnWrap .btn{
    -webkit-box-shadow: 0 18px 40px 0 rgba(233, 102, 0, .29);
    box-shadow: 0 18px 40px 0 rgba(233, 102, 0, .29);
  }
  .section6 .bottomBlock {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 65px;
    padding-bottom: 80px
  }

  .section6 {
    padding-top: 222px;
    padding-bottom: 242px
  }
}

.section7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff4e0;
  background-image: url(../img/BGElementsYellow4.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: auto
}

.section7 .titleBlock {
  margin-bottom: 35px
}

@media (min-width: 600px) {
  .section7 .titleBlock {
    margin-bottom: 53px
  }
}

@media (min-width: 1000px) {
  .section7 .titleBlock {
    margin-bottom: 60px
  }
}

.section7 .innerWrapper .slick-dots {
  bottom: 10px
}

.section7 .innerWrapper .item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 45px 0 30px;
  position: relative
}

.section7 .innerWrapper .item .angleImg {
  position: absolute;
  top: 0;
  right: 0
}

.section7 .innerWrapper .item .wrapper {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto
}

.section7 .innerWrapper .item .wrapper .icon {
  max-width: 37px;
  height: 37px;
  margin-bottom: 25px
}

@media (min-width: 600px) {
  .section7 .innerWrapper .item .wrapper {
    max-width: 85%
  }

  .section7 .innerWrapper .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%
  }
}

@media (min-width: 1000px) {
  .section7 .innerWrapper .item {
    padding: 47px 50px 64px 30px;
    margin-bottom: 30px
  }
}

@media (min-width: 600px) {
  .section7 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 1000px) {
  .section7 {
    padding-top: 125px;
    padding-bottom: 92px
  }
}

.section8 {
  padding-top: 100px;
  /*padding-bottom: 100px;*/
  padding-bottom: 50px;
  background-color: #fff;
  background-image: url(../img/BGElementsBlue4.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  position: relative
}

.section8:before {
  top: -1px;
  background-image: url(../img/bottomDekor.png)
}

/*.section8:after {*/
/*  bottom: -1px;*/
/*  height: 75px;*/
/*  background-image: url(../img/topDekor.png)*/
/*}*/

.section8 .titleBlock {
  margin-bottom: 35px
}

@media (min-width: 1000px) {
  .section8 .titleBlock {
    margin-bottom: 40px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 15
  }
}

.section8 .innerWrapper .imgBlock {
  position: relative;
  z-index: 10;
  margin-bottom: 35px
}

.section8 .innerWrapper .imgBlock:before {
  top: 0;
  bottom: 0;
  background-image: url(../img/bl8mask.png);
  background-size: 100% 100%
}

@media (min-width: 600px) {
  .section8 .innerWrapper .imgBlock {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 1000px) {
  .section8 .innerWrapper .imgBlock {
    margin-right: unset;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    margin-left: -80px
  }
}

.section8 .innerWrapper .textBlock {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto
}

.section8 .innerWrapper .textBlock .item {
  margin-bottom: 42px
}

.section8 .innerWrapper .textBlock .item .title {
  margin-bottom: 10px
}

.section8 .innerWrapper .textBlock .item .price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #383f3f;
  font-size: 35px;
  margin-bottom: 15px
}

@media (min-width: 600px) {
  .section8 .innerWrapper .textBlock .item .price {
    font-size: 48px
  }
}

.section8 .innerWrapper .textBlock .item.first .stuff {
  position: relative;
  padding-left: 25px;
  color: #f4be42;
  font-weight: 600
}
.section8 .innerWrapper .textBlock .item.first .stuff:before {
  top: 5px;
  width: 16px;
  height: 16px;
  background-image: url(../img/svg/percentage.svg)
}

.section8 .innerWrapper .textBlock .item.third .stuff {
  margin-bottom: 15px
}

.section8 .innerWrapper .textBlock .item.third .stuff2 {
  color: #f4be42;
  font-weight: 600
}

@media (min-width: 1000px) {
  .section8 .innerWrapper .textBlock {
    margin-right: unset;
    max-width: 330px;
    margin-left: -75px;
    position: relative;
    z-index: 12;
    padding-bottom: 25px
  }

  .section8 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -103px;
    margin-bottom: 13px
  }
}

.section8 .formBlock {
  border-radius: 15px;
  background-color: #f1ffff;
  padding-top: 35px;
  padding-bottom: 35px
}

.section8 .formBlock .wrapper {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.section8 .formBlock .wrapper .title {
  margin-bottom: 25px
}

@media (min-width: 1000px) {
  .section8 .formBlock .wrapper .title {
    margin-bottom: 30px
  }
}

.section8 .formBlock .wrapper .text {
  margin-bottom: 38px
}

@media (min-width: 1000px) {
  .section8 .formBlock .wrapper form .inputWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 3) - 30px);
    flex: 0 0 calc((100% / 3) - 30px)
  }
}

@media (min-width: 600px) {
  .section8 .formBlock .wrapper form .btnWrap .btn {
    max-width: 100%
  }
}

@media (min-width: 1000px) {
  .section8 .formBlock .wrapper form .btnWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 3) + 15px);
    flex: 0 0 calc((100% / 3) + 15px);
    margin-top: 0;
    margin-left: unset;
    margin-right: unset
  }

  .section8 .formBlock .wrapper form .btnWrap .btn {
    max-width: 100%
  }
}

@media (min-width: 600px) {
  .section8 .formBlock .wrapper form {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 1000px) {
  .section8 .formBlock .wrapper form {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .section8 .formBlock .wrapper {
    max-width: 82%
  }
}

@media (min-width: 600px) {
  .section8 .formBlock {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 1000px) {
  .section8 .formBlock {
    max-width: 83%;
    padding-top: 55px;
    padding-bottom: 80px
  }

  .section8 {
    padding-top: 153px;
    padding-bottom: 105px;
    /*padding-bottom: 210px*/
  }
}

.section9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff4e0;
  background-image: url(../img/BGElementsYellow5.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: auto
}

.section9 .titleBlock {
  margin-bottom: 35px
}

@media (min-width: 600px) {
  .section9 .titleBlock {
    margin-bottom: 60px
  }
}

@media (min-width: 1000px) {
  .section9 .titleBlock {
    max-width: 750px;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto
  }
}

.section9 .accordionBlock .accordionItem {
  cursor: pointer;
  margin-bottom: 15px
}

.section9 .accordionBlock .accordionItem .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 35px;
  position: relative
}

.section9 .accordionBlock .accordionItem .title .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37px;
  flex: 0 0 37px;
  max-width: 37px;
  height: 35px;
  margin-right: 20px
}

.section9 .accordionBlock .accordionItem .title span {
  padding-right: 50px
}

.section10 .hiddenBlock, .section9 .accordionBlock .accordionItem .title span:before {
  display: none
}

.section9 .accordionBlock .accordionItem .title:before {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: 25px;
  color: #f4be42;
  font-size: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 18px;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

@media (min-width: 600px) {
  .section9 .accordionBlock .accordionItem .title {
    padding: 15px
  }
}

@media (min-width: 1000px) {
  .section9 .accordionBlock .accordionItem .title {
    padding: 15px 10px
  }
}

.section9 .accordionBlock .accordionItem .content {
  padding-top: 30px;
  padding-bottom: 15px;
  max-width: 83%;
  margin-left: auto;
  margin-right: auto
}

.section9 .accordionBlock .accordionItem:hover .title {
  color: #f4be42
}

.section9 .accordionBlock .accordionItem.active .title:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media (min-width: 600px) {
  .section9 .accordionBlock .accordionItem {
    margin-bottom: 20px
  }
}

@media (min-width: 1000px) {
  .section9 .accordionBlock {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto
  }

  .section9 {
    padding-top: 110px;
    padding-bottom: 105px
  }
}

.section10 {
  /*padding-top: 100px;*/
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  background-image: url(../img/BGElementsBlue4.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  position: relative
}

.section10:before, .section8:after, .success .innerWrapper .textBlock h1.title span:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

/*.section10:before {*/
/*  top: -1px;*/
/*  height: 75px;*/
/*  background-image: url(../img/bottomDekor.png)*/
/*}*/

.section10 .titleBlock {
  margin-bottom: 35px
}

@media (min-width: 1000px) {
  .section10 .titleBlock {
    max-width: 86%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 95px
  }
}

.section10 .innerWrapper, .section10 .innerWrapper .sliderBlock {
  margin-bottom: 40px
}

@media (min-width: 1000px) {
  .section10 .innerWrapper .sliderBlock .next__arrow {
    right: -15px
  }
}

.section10 .innerWrapper .sliderBlock .img_wrap {
  padding-bottom: 68%
}

.section10 .innerWrapper .sliderBlock .img_wrap img {
  border-radius: 10px;
  min-width: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

@media (min-width: 600px) {
  .section10 .innerWrapper .sliderBlock {
    margin-bottom: 50px
  }
}

@media (min-width: 1000px) {
  .section10 .innerWrapper .sliderBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 15px;
    margin-bottom: 0
  }
}

.section10 .innerWrapper .textBlock {
  text-align: center
}

.section10 .innerWrapper .textBlock .icon {
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  margin-bottom: 15px
}

.section10 .innerWrapper .textBlock .icon:before {
  content: '';
  background-color: #f4be42;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-60%, -45%);
  -ms-transform: translate(-60%, -45%);
  transform: translate(-60%, -45%)
}

@media (min-width: 1000px) {
  .section10 .innerWrapper .textBlock .icon:before {
    width: 75px;
    height: 75px
  }

  .section10 .innerWrapper .textBlock .icon {
    margin-left: unset;
    margin-right: unset;
    width: 120px
  }
}

.section10 .innerWrapper .textBlock .title {
  margin-bottom: 20px
}

@media (min-width: 600px) {
  .section10 .innerWrapper .textBlock .title {
    margin-bottom: 35px
  }
}

@media (min-width: 1000px) {
  .section10 .innerWrapper .textBlock {
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: left;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 600px) {
  .section10 .innerWrapper {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 1000px) {
  .section10 .innerWrapper {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 110px
  }
}

.section10 .stuffSlider {
  margin-bottom: 40px
}
.section10 .stuffSlider .slick-dots{
  bottom: 0;
}
@media (min-width: 1000px) {
  .section10 .stuffSlider .slick-dots {
    bottom: -25px
  }
}

.section10 .stuffSlider .item {
  text-align: center;
  margin-bottom: 40px
}

.section10 .stuffSlider .item .imgBlock, .section10 .stuffSlider .item .name {
  margin-bottom: 20px
}

.section10 .stuffSlider .item .imgBlock img {
  width: 110px;
  height: 105px;
  margin-left: auto;
  margin-right: auto;
  -webkit-clip-path: polygon(1% 75%, 3% 65%, 7% 40%, 10% 35%, 18% 20%, 35% 0, 50% 0, 75% 7%, 88% 25%, 95% 32%, 100% 40%, 100% 51%, 97% 65%, 95% 70%, 87% 80%, 80% 95%, 64% 100%, 50% 100%, 35% 90%, 20% 87%, 15% 85%);
  clip-path: polygon(1% 75%, 3% 65%, 7% 40%, 10% 35%, 18% 20%, 35% 0, 50% 0, 75% 7%, 88% 25%, 95% 32%, 100% 40%, 100% 51%, 97% 65%, 95% 70%, 87% 80%, 80% 95%, 64% 100%, 50% 100%, 35% 90%, 20% 87%, 15% 85%)
}

@media (min-width: 600px) {
  .section10 .stuffSlider {
    margin-bottom: 45px;
    max-width: 550px;
    margin-left:auto;
    margin-right:auto;
  }
}

@media (min-width: 1000px) {
  .section10 .stuffSlider {
    margin-bottom: 70px;
    max-width: 100%;
  }
}

.section10 .formBlock {
  border-radius: 15px;
  background-color: #f1ffff;
  padding-top: 35px;
  padding-bottom: 35px
}

.section10 .formBlock .wrapper {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.section10 .formBlock .wrapper .title {
  margin-bottom: 25px
}

@media (min-width: 1000px) {
  .section10 .formBlock .wrapper .title {
    margin-bottom: 30px
  }
}

.section10 .formBlock .wrapper .text {
  margin-bottom: 38px
}

@media (min-width: 1000px) {
  .section10 .formBlock .wrapper form .inputWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 3) - 30px);
    flex: 0 0 calc((100% / 3) - 30px)
  }
}

@media (min-width: 600px) {
  .section10 .formBlock .wrapper form .btnWrap .btn {
    max-width: 100%
  }
}

@media (min-width: 1000px) {
  .section10 .formBlock .wrapper form .btnWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 3) + 15px);
    flex: 0 0 calc((100% / 3) + 15px);
    margin-top: 0;
    margin-left: unset;
    margin-right: unset
  }

  .section10 .formBlock .wrapper form .btnWrap .btn {
    max-width: 100%
  }
}

@media (min-width: 600px) {
  .section10 .formBlock .wrapper form {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 1000px) {
  .section10 .formBlock .wrapper form {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .section10 .formBlock .wrapper {
    max-width: 82%
  }

  .section10 .formBlock {
    max-width: 83%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 55px;
    padding-bottom: 80px
  }

  .section10 {
    /*padding-top: 170px;*/
    padding-top: 85px;
    padding-bottom: 150px
  }
}

.section11 .img_wrap iframe {
  width: 100%;
  height: 100%
}

@media (min-width: 600px) {
  .section11 .img_wrap {
    padding-bottom: 580px
  }
}

.section11 .infoBlock {
  border-radius: 7px;
  -webkit-box-shadow: 0 7px 100px 0 rgba(32, 33, 44, .07);
  box-shadow: 0 7px 100px 0 rgba(32, 33, 44, .07);
  padding-top: 55px;
  padding-bottom: 45px;
  margin-bottom: 35px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto
}

.section11 .infoBlock .wrapper {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.section11 .infoBlock .wrapper .schedule {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1ede5
}

.section11 .infoBlock .wrapper .contacts .title, .section11 .infoBlock .wrapper .schedule .title {
  margin-bottom: 15px
}

.section11 .infoBlock .wrapper .contacts {
  padding-top: 20px;
  padding-bottom: 20px
}

.section11 .infoBlock .wrapper .contacts a, form .inputWrapper input {
  display: block;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #383f3f
}

.section11 .infoBlock .wrapper .contacts a {
  margin-bottom: 12px
}

.section11 .infoBlock .wrapper .contacts .socialBlock, .success .innerWrapper .textBlock .btn {
  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
}

.section11 .infoBlock .wrapper .contacts .socialBlock {
  padding-top: 25px
}

.section11 .infoBlock .wrapper .contacts .socialBlock a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 0
}

.section11 .infoBlock .wrapper .contacts .socialBlock a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

@media (min-width: 600px) {
  .section11 .infoBlock {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    width: 100%;
    top: 120px;
    max-width: 300px;
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 25px
  }
}

@media (min-width: 1000px) {
  .section11 .infoBlock {
    max-width: 375px;
    top: 80px;
    padding-top: 55px;
    padding-bottom: 45px
  }
}

.success {
  padding-top: 85px;
  padding-bottom: 45px;
  background-color: #fff5e2;
  background-image: url(../img/BGElementsYellow.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: auto
}

.success .innerWrapper {
  height: calc(100vh - 130px);
  min-height: 610px;
  position: relative
}

.success .innerWrapper .imgBlock {
  margin-bottom: 35px
}

@media (min-width: 600px) {
  .success .innerWrapper .imgBlock {
    margin-bottom: 0;
    padding-right: 15px
  }
}

.success .innerWrapper .textBlock h1.title {
  font-family: 'Caveat', sans-serif;
  font-weight: 700;
  font-size: 55px;
  color: #1b3637;
  margin-bottom: 50px;
  text-align: center
}

.success .innerWrapper .textBlock h1.title span {
  display: inline-block;
  position: relative
}

.success .innerWrapper .textBlock h1.title span:before {
  height: 15px;
  bottom: -10px;
  background-image: url(../img/svg/line_text_orange.svg)
}

@media (min-width: 600px) {
  .success .innerWrapper .textBlock h1.title {
    font-size: 68px
  }
}

@media (min-width: 1000px) {
  .success .innerWrapper .textBlock h1.title {
    margin-bottom: 36px;
    text-align: left
  }
}

.success .innerWrapper .textBlock .btn {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto
}

.success .innerWrapper .textBlock .btn .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-right: 15px
}

.success .innerWrapper .textBlock .btn:hover {
  color: #fff
}

@media (min-width: 1000px) {
  .success .innerWrapper .textBlock .btn {
    margin-left: unset
  }
}

@media (min-width: 600px) {
  .success .innerWrapper .textBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 0;
    padding-left: 15px
  }

  .success .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 410px
  }
}

@media (min-width: 1000px) {
  .success .innerWrapper {
    min-height: 500px;
    height: calc(100vh - 220px)
  }
}

form .inputWrapper {
  margin-bottom: 15px;
  position: relative
}

form .inputWrapper .text {
  display: block;
  text-align: left;
  font-size: 14px;
  margin-bottom: 5px;
  color: #222
}

form .inputWrapper input {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  text-align: center;
  height: 45px;
  background-color: #d8f3f3;
  border-radius: 35px;
  border-top: 2px solid #cde7e7
}

form .inputWrapper input::-webkit-input-placeholder {
  color: #8c8c8c
}

form .inputWrapper input:-moz-placeholder, form .inputWrapper input::-moz-placeholder {
  color: #8c8c8c
}

form .inputWrapper input:-ms-input-placeholder {
  color: #8c8c8c
}

@media (min-width: 1000px) {
  form .inputWrapper input {
    height: 55px
  }
}

form .inputWrapper .allert {
  position: absolute;
  z-index: 20;
  display: block;
  right: -30px;
  height: 20px;
  color: #ff6565;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 45px 0 0;
  top: 60%;
  cursor: pointer;
  text-decoration: none
}

form .inputWrapper .allert .warning_ico, form .inputWrapper .allert i {
  left: 0;
  top: 0;
  color: red
}

form .inputWrapper .allert span {
  display: none;
  opacity: 0;
  padding: 5px;
  margin-left: 5px;
  color: red;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  min-width: 200px
}

form .inputWrapper .allert:hover span {
  border: 1px solid #ff6565;
  background: #fff;
  display: inline;
  position: absolute;
  color: #4e4e4e;
  right: 24px;
  top: -4px;
  opacity: 1
}

form .inputWrapper .warning_ico {
  width: 18px;
  height: 18px
}

@media (min-width: 1000px) {
  form .inputWrapper {
    height: 45px
  }
  .br-none{
    display: none;
  }
}


form .btnWrap {
  margin-top: 25px
}

@media (min-width: 600px) {
  form .btnWrap .btn {
    max-width: 230px
  }
}

@media (min-width: 1000px) {
  form .btnWrap .btn {
    max-width: 285px
  }

  form .btnWrap {
    margin-top: 40px
  }
}

.openFormorderPanel{
  max-width: 900px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  background-color: transparent;
  padding: 0;
      overflow: initial;
} 

.openFormorderPanel .fancybox-close-small{
  padding: 0;
  color: #fff;
}

@media (min-width: 1000px){
  .openFormorderPanel .fancybox-close-small{
    right: -33px;
    top: -11px;
  } 
}

.openFormorderPanel .top__panel{
  height: auto;
  width: 100%
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: linear-gradient(90deg, #ff882b 0%, #e96600 100%);
  box-shadow: 0px 22px 49px 0px rgba(233, 102, 0, 0.29);
  padding: 25px;
  
  font-family: Montserrat;
  color: #ffffff;
  font-size: 18.02px;
  font-weight: 700;
  line-height: 1.3em;
  transform: scale(1,0.999);
  text-align: center;
  width: 100%;
  display: block;

  padding: 35px 25px 15px 25px;
}

.openFormorderPanel>div.innerWrapper{
  margin-top: 22px;
  background: #fff;
      border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.openFormorderPanel:before{
  
  content: '';
  height: 44px;
  width: 44px;
  display: inline-block;
  margin: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 30px 25px 20px;
  
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABTVBMVEX/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+vf5p2b3jDf4kkL3izb7xZr81LT3kUD6vIr//fz8zqv2exr3gyf6vYz8zan80bD2fBz5rG73kD74l0v/+/n+9/H4nFP6t4H6vIv3iTL3jTn6snr5oFv5oFr5pGH5rG/81rf959b+7eD4lUf4nlf+7uH94Mn7wZP+7uL7wJL4k0T2fR72fyH3jjr3hy/3hi3//v35o2D5q23+9vD807P5oVz+9u/80rL3hzD3izX2fBv2fR33hi72gSX2gib7yaL/+vb6t4L//PsSt/XdAAAAK3RSTlMAC0eGsNbt+UgBqfZS0FAjulfxWISUmIdZ8tGo97LX7ElTuyRaW6oM7vrYj+1qHAAAAAFiS0dEAIgFHUgAAAG/SURBVDjLnZVXU8JAEIAPohJQBEFFlICIBV1LwLJiQbD3Lvbe6/9/9OKId7mQhPg9ZGZnv4fN3t4eIXpcbqmmts7jqautkWQXscAr++qBo94ne83cBj8Y8DdWVANBqEgwYHSbQmBCKCxW2wwWNOsq97aAJa28HQEbIswN27kAbX99CNnL0XJPgvYu7eDvWVTjAjT8dMJfndyudcTN4sGh4RFQy2Sy6ujYOMvKVO5g4QTiJGCZ3BT9TLNsB53JGAsziDOzf3J+jn4yLBtz8VVosggng5tIXFQoGihwaYkoXJSdNzDFpRUSty4jx6XjJCHIC4tLuJxbQVzNrQlygngEGWAdN6CIuAmbguwxyFvbO7i7t494cHhkkMUyLGpOOPtBRZDzpWM8KZ0inpXOBVnRHYomX8AlXsE14g1kBVkiskG+pfKdJt8LsiwOEj48PuGz+oL4qr7pZTpIwoiKvLOsj84zV8fH0LCqI//5xbKd2rVqh6r4uVbVXtikg1XQVV4yUXs3mvrP+nK2GJ2tXEfLnNJt/kz0GB+VVJdJz1KkEskKZ+lPmj+avTHejPWaP5oafbKkxNP9/ekBJSL3CclvtPkTjPLUD+sAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMDctMjhUMTQ6MTk6NTIrMDA6MDBe34KWAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTA3LTI4VDE0OjE5OjUyKzAwOjAwL4I6KgAAAABJRU5ErkJggg==) no-repeat center;
}


.openFormorderPanel  .info-tel{
  font-family: Montserrat;
font-size: 21.02px;
font-weight: 700;
line-height: 31px;
color: #383e3f;
transform: scale(1,0.999);
text-align: center;
margin-bottom: 15px;
  padding: 0 20px;
}

.openFormorderPanel .hr-hr{
  height: 1px;
  background: #dae9ea;
  width: 100%;
  margin: 45px 0;
}

.openFormorderPanel .hr-hr:before{
  
  content: '';
  height: 34px;
  width: 34px;
  border-radius: 50%;
  position: relative;
  display: block;
  top: -17px;
  margin: 0 auto;

  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAMAAAANmfvwAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAllBMVEXzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkjzwkj2z2/99uP1y2L99uTzw0z77cj++ez768T///8sMHCIAAAAKHRSTlMAFmCfy+v5GD2z+/witFnxWn56fCHyPLKxoOz4zGEXtX3zIz79+mIZxF8lAAAAAAFiS0dEMdnbHXIAAAEDSURBVDjLldTrcoIwEAXgBRJKUFSstsWiVq31WIr6/k/XUMslCQnj+bUTvplMlmyI2nh+wHgYchb4T9SXSMRoMhKRAcYJtCRjVUymMDKddUWK3qStmMOS52YXWDO5i8XSTpaLP5LAkaQSL3Cm6s+rm7zJrsduEnvkYyA+BUMkI1aX5++iXS9+znXJiNdlebk2prheyrpe0TtM0xUIKYRhFCHJCrpRhdyIQTOaQE4ZNKMJeWitdeXtpgqsaTP0AzZEwk1ENRxuEg1eqe19hFwX83+YZnbSjNKHTaSPjJrca2eCnTKwRHvjXNu98TYcxKj9/ikOvS+Mt85yfjzyPPs6dZZ/AdkUi1Rih8HMAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIwLTA3LTI4VDE1OjM4OjAxKzAwOjAwTe+dFQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMC0wNy0yOFQxNTozODowMSswMDowMDyyJakAAAAASUVORK5CYII=) no-repeat ;
}




.openFormorderPanel .info-tel a{
  color: #f3c248;
  font-family: Montserrat;
font-size: 21.02px;
font-weight: 700;
line-height: 31px;
transform: scale(1,0.999);

}

.openFormorderPanel form{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30px;
}
.openFormorderPanel form .inputWrapper{
  margin: 15px 10px;
}

.openFormorderPanel form .btnWrap{
      margin: 15px 10px;
}
.openFormorderPanel form .btnWrap .btn {
  
  max-width: 250px;
  width: 250px;
  display: flex;
  justify-content: center;
  margin-top: 0px;
}

.openFormorderPanel h3{
  max-width: 590px;
  width: 100%;
    font-family: 'Caveat', sans-serif;
  color: #1b3637;
  font-size: 36.04px;
  font-weight: 700;
  line-height: 1.5em;
  transform: scale(1,0.999);
  
  margin: 35px auto 25px;
  text-align: center;
  
  padding: 0 20px;

}



@media (min-width: 601px) and (max-width: 991px) {
  .openFormorderPanel h3{
    font-size: 30.04px;
  }
}
@media (min-width: 406px) and (max-width: 600px) {
  .openFormorderPanel h3{
    font-size: 25.04px;
  }
}


@media (max-width: 405px) {
  .openFormorderPanel h3{
    font-size: 20.04px;
  }
  
  .openFormorderPanel h3 br{
    display: none;
  }
}

.openFormorderPanel .yallow{
max-width: 411px;
width: 100%;
min-height: 47px;

  display: flex;
  justify-content: center;
  align-items: center;
background-color: #fff4e0;
  
  border-radius: 30px;
  
font-family: Montserrat;
color: #1b3637;
font-size: 18.02px;
font-weight: 500;
line-height: 20px;
transform: scale(1,0.999);
  
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  text-align: center;


}

.openFormorderPanel .top__panel{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: linear-gradient(90deg, #ff882b 0%, #e96600 100%);
  box-shadow: 0px 22px 49px 0px rgba(233, 102, 0, 0.29);

}

.orderPanel {
  display: none;
  background-color: #f1ffff;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 60px;
  border-radius: 10px
}

.orderPanel .fancybox-close-small {
  top: 15px;
  right: 15px;
  padding: 5px
}

.orderPanel .fancybox-close-small:hover {
  color: #f4be42
}

.orderPanel .wrapper {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto
}

.orderPanel .wrapper .title {
  font-family: 'Caveat', sans-serif;
  color: #1b3637;
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase
}

.orderPanel .wrapper .title span {
  display: inline;
  position: relative;
  z-index: 10
}

.orderPanel .wrapper .title span:before {
  content: '';
  width: 100%;
  height: 15px;
  position: absolute;
  z-index: -1;
  bottom: 3px;
  left: 0;
  background-image: url(../img/svg/line_text_orange.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

@media (min-width: 600px) {
  .orderPanel .wrapper .title {
    margin-bottom: 40px;
    font-size: 40px
  }
}
.orderPanel .wrapper .content .day{
  margin-bottom: 45px;
  padding-left: 10px;
  padding-right: 10px;
}
.orderPanel .wrapper .content .weekDay{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align:center;
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.orderPanel .wrapper .content .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px
}

.orderPanel .wrapper .content .line .time {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #1b3637;
  padding-top: 2px
}

@media (min-width: 600px) {
  .orderPanel .wrapper .content{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .orderPanel .wrapper .content .day{
    /*flex: 0 0 calc(100% / 2);*/
    flex: 0 0 100%;
    margin-bottom: 25px;
  }
}

.orderPanel .wrapper .content .line .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: 'Montserrat', sans-serif;
  color: #1b3637;
  font-size: 18px;
  line-height: 1.2
}

.orderPanel .wrapper .btnWrap {
  margin-top: 30px
}

.orderPanel .wrapper .btnWrap .btn {
  max-width: 380px
}
@media (min-width: 600px) {
  .orderPanel .wrapper .btnWrap {
    margin-top: 49px
  }
}

.orderPanel#textForm {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  max-width: 500px;
  /*max-width: 1100px;*/
}

.orderPanel {
  max-width: 600px
}
.orderPanel#textForm .wrapper{
  max-width: 90%;
}
.modalPolitics {
  display: none;
  max-width: 750px;
  width: 100%;
  background-color: #fff4e0;
  border-radius: 3px;
  padding: 0;
  border-bottom: 3px solid #f4be42
}

.modalPolitics:before {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  top: 45px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), to(rgba(0, 0, 0, .35)));
  background: -o-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, .35) 100%);
  background: linear-gradient(to top, transparent 0, rgba(0, 0, 0, .35) 100%)
}

@media (max-width: 520px) {
  .modalPolitics:before {
    top: 43px
  }
}

.modalPolitics:after {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, .35)));
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .35) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .35) 100%)
}

.modalPolitics .fancybox-close-small {
  height: 25px;
  width: 25px;
  padding: 2px;
  top: 8px;
  right: 15px;
  background-color: #d4d4d5;
  border-radius: 50%;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

.modalPolitics .fancybox-close-small:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: #fff
}

.modalPolitics .title {
  background-color: #f4be42
}

.modalPolitics .title h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  padding: 13px 35px 10px
}

@media (max-width: 520px) {
  .modalPolitics .title h2 {
    padding: 11px 16px 11px 12px;
    font-size: 12px
  }
}

.modalPolitics .content {
  max-height: 55vh;
  overflow: auto;
  padding: 25px 35px 30px
}

.modalPolitics .content p {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-weight: 300
}

.modalPolitics .content p:first-child {
  padding-top: 24px
}

.modalPolitics .content p:last-child {
  padding-bottom: 24px
}

.modalPolitics .content p.smallTitle {
  font-weight: 700
}

@media (max-width: 520px) {
  .modalPolitics .content p {
    font-size: 14px;
    line-height: 16px
  }
}

@media (max-width: 600px) {
  .modalPolitics .content {
    padding: 12px 12px 12px 16px
  }
}

header .innerWrapper .navigation ul>li:nth-child(4),.section8{
  display: none;
}

@media (max-width: 1000px) {
  .openFormorderPanel .yallow{
    width: 90%;
  }
    .openFormorderPanel .top__panel{
    padding: 60px 25px 15px 25px;
  }
  
  .openFormorderPanel>div.innerWrapper{
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  


  form .inputWrapper input{
      max-width: 250px;
      width: 250px;
      display: flex;
      justify-content: center;
      margin-top: 0px;
  }
}

@media (max-width: 551px) {
  .openFormorderPanel form .inputWrapper {
    margin: 15px 10px 0;
  }
  
  .openFormorderPanel form .btnWrap {
    margin: 30px 15px 10px;
}
}

