@charset "UTF-8";
@import url(reset.css);
@import url(fonts.css);
@import url(slick-theme.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);

:root {
  --black: #302E34;
  --gray-d: #807E7E;
  --gray-l: #C1BFC3;
  --gold: #DEBDA0
}

body {
  font-family: 'Proba Pro', sans-serif;
  font-weight: 400
}

h1, h2, h3, h4, h5, h6, strong, b {
  font-family: 'Proba Pro', sans-serif;
  font-weight: 600
}

img, svg, embed, object, video {
  max-width: 100%;
  max-height: 100%
}

a {
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s 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
}

br.s {
  display: inline
}

@media (min-width: 576px) {
  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: 1200px) {
  br.l {
    display: none
  }
}

br.xl {
  display: none
}

@media (min-width: 1200px) {
  br.xl {
    display: inline
  }
}

.siteWidth {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  position: relative;
  z-index: 10
}

@media (min-width: 576px) {
  .siteWidth {
    max-width: 520px
  }
}

@media (min-width: 765px) {
  .siteWidth {
    max-width: 750px
  }
}

@media (min-width: 991px) {
  .siteWidth {
    max-width: 990px
  }
}

@media (min-width: 1200px) {
  .siteWidth {
    max-width: 1200px
  }
}

h1.title {
  font-family: 'Proba Pro', sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 60px;
  text-transform: uppercase
}

@media (min-width: 576px) {
  h1.title {
    font-size: 90px;
    line-height: 100px
  }
}

@media (min-width: 765px) {
  h1.title {
    font-size: 120px;
    line-height: 100px
  }
}

h2.title {
  font-family: 'Proba Pro', sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase
}

@media (min-width: 576px) {
  h2.title {
    font-size: 75px;
    line-height: 75px
  }
}

@media (min-width: 765px) {
  h2.title {
    font-size: 90px;
    line-height: 90px
  }
}

h3.title {
  font-family: 'Proba Pro', sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase
}

@media (min-width: 576px) {
  h3.title {
    font-size: 50px;
    line-height: 60px
  }
}

@media (min-width: 765px) {
  h3.title {
    font-size: 55px;
    line-height: 70px
  }
}

@media (min-width: 991px) {
  h3.title {
    font-size: 70px;
    line-height: 90px
  }
}

h4.title {
  font-family: 'Proba Pro', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase
}

@media (min-width: 576px) {
  h4.title {
    font-size: 45px;
    line-height: 50px
  }
}

@media (min-width: 765px) {
  h4.title {
    font-size: 58px;
    line-height: 62px
  }
}

.descText {
  font-family: 'Proba Pro', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px
}

@media (min-width: 576px) {
  .descText {
    font-size: 20px;
    line-height: 22px
  }
}

.contText {
  font-family: 'Proba Pro', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px
}

@media (min-width: 576px) {
  .contText {
    font-size: 17px;
    line-height: 19px
  }
}

.btn {
  display: inline-block;
  cursor: pointer;
  width: 85%;
  max-width: 200px;
  border: 1px solid var(--black);
  font-family: 'Proba Pro', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  height: 50px;
  line-height: 46px;
  color: var(--gold);
  background-color: var(--black);
  border-radius: 2px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative
}

.btn:hover {
  color: var(--black);
  background-color: var(--gold)
}

.btn:active {
  background-color: #ddd;
  -webkit-box-shadow: none;
  box-shadow: none
}

@media (min-width: 576px) {
  .btn {
    height: 40px;
    line-height: 36px
  }
}

.btn2 {
  display: inline-block;
  cursor: pointer;
  width: 85%;
  max-width: 170px;
  border: 1px solid var(--gold);
  font-family: 'Proba Pro', sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  height: 40px;
  line-height: 30px;
  color: var(--gold);
  background-color: transparent;
  border-radius: 2px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.btn2:hover {
  color: var(--black);
  background-color: var(--gold)
}

.btn2:active {
  background-color: #ddd;
  -webkit-box-shadow: none;
  box-shadow: none
}

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-top: 10px
}

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 80px;
  flex: 0 0 80px;
  height: 65px
}

header .innerWrapper .navigation {
  background-color: var(--black);
  position: fixed;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  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 ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

header .innerWrapper .navigation ul li {
  text-align: center;
  line-height: 40px
}

header .innerWrapper .navigation ul li a {
  font-family: 'Proba Pro', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--gold)
}

header .innerWrapper .navigation ul li a:hover {
  color: #fff
}

@media (min-width: 576px) {
  header .innerWrapper .navigation ul li.mobBtn {
    display: none
  }
}

@media (min-width: 991px) {
  header .innerWrapper .navigation ul li {
    line-height: unset
  }
}

@media (min-width: 991px) {
  header .innerWrapper .navigation ul {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    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;
    width: 100%
  }
}

header .innerWrapper .navigation .closeMenu {
  position: absolute;
  top: 15px;
  right: 15px;
  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
}

@media (min-width: 991px) {
  header .innerWrapper .navigation .closeMenu {
    display: none
  }
}

@media (min-width: 991px) {
  header .innerWrapper .navigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    position: static;
    height: auto;
    background-color: transparent;
    min-height: unset;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: 50px
  }
}

@media (min-width: 1200px) {
  header .innerWrapper .navigation {
    margin-left: 105px
  }
}

header .innerWrapper .additionalBtns .openMenu {
  background-color: transparent;
  border: 0;
  width: 30px;
  height: 22px;
  fill: var(--gold)
}

@media (min-width: 991px) {
  header .innerWrapper .additionalBtns .openMenu {
    display: none
  }
}

header .innerWrapper .additionalBtns .phoneLink {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

header .innerWrapper .additionalBtns .phoneLink .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  fill: #fff
}

@media (min-width: 991px) {
  header .innerWrapper .additionalBtns .phoneLink .icon {
    margin-right: 10px
  }
}

header .innerWrapper .additionalBtns .phoneLink span {
  font-family: 'Proba Pro', sans-serif;
  font-size: 14px;
  letter-spacing: 1.5px;
  color: var(--gold)
}

@media (min-width: 576px) {
  header .innerWrapper .additionalBtns .phoneLink span {
    font-size: 18px
  }
}

header .innerWrapper .additionalBtns .phoneLink:hover span {
  color: #fff
}

@media (min-width: 576px) {
  header .innerWrapper .additionalBtns .phoneLink {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

header .innerWrapper .additionalBtns .callBack {
  display: none
}

@media (min-width: 576px) {
  header .innerWrapper .additionalBtns .callBack {
    display: block
  }
}

@media (min-width: 576px) {
  header .innerWrapper .additionalBtns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 375px;
    flex: 0 0 375px;
    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: 991px) {
  header .innerWrapper .additionalBtns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    padding-left: 15px
  }
}

@media (min-width: 1200px) {
  header .innerWrapper .additionalBtns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 385px;
    flex: 0 0 385px
  }
}

header .innerWrapper .callBack {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  font-family: 'FuturaMediumC', sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 1.5px;
  color: #fff;
  border-bottom: 2px solid #fff
}

header .innerWrapper .callBack:hover {
  color: var(--gold);
  border-color: var(--gold)
}

header.fixed {
  position: fixed;
  background-color: #302e34;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
  padding: 7px 0
}

@media (min-width: 991px) {
  header {
    padding-top: 20px
  }
}

footer .footerTop {
  padding-top: 35px;
  background-color: #302e34;
  padding-bottom: 35px
}

footer .footerTop .innerWrapper {
  text-align: center
}

footer .footerTop .innerWrapper .logoBlock {
  margin-bottom: 25px
}

footer .footerTop .innerWrapper .logoBlock a {
  display: inline-block;
  width: 100px;
  height: 85px
}

@media (min-width: 991px) {
  footer .footerTop .innerWrapper .logoBlock a {
    width: 75px;
    height: 65px
  }
}

@media (min-width: 991px) {
  footer .footerTop .innerWrapper .logoBlock {
    margin-bottom: 0;
    padding-right: 15px
  }
}

footer .footerTop .innerWrapper .copyrightBlock {
  color: var(--gray-l);
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 25px
}

@media (min-width: 991px) {
  footer .footerTop .innerWrapper .copyrightBlock {
    margin-bottom: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (min-width: 1200px) {
  footer .footerTop .innerWrapper .copyrightBlock {
    margin-right: 40px
  }
}

footer .footerTop .innerWrapper .menuBlock {
  margin-bottom: 25px
}

footer .footerTop .innerWrapper .menuBlock ul li {
  margin-bottom: 10px
}

footer .footerTop .innerWrapper .menuBlock ul li a {
  font-family: 'Proba Pro', sans-serif;
  color: var(--gold);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px
}

@media (min-width: 991px) {
  footer .footerTop .innerWrapper .menuBlock ul li {
    margin-bottom: 15px
  }

  footer .footerTop .innerWrapper .menuBlock ul li:last-child {
    margin-bottom: 0
  }
}

@media (min-width: 991px) {
  footer .footerTop .innerWrapper .menuBlock {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (min-width: 1200px) {
  footer .footerTop .innerWrapper .menuBlock {
    margin-right: 105px
  }
}

footer .footerTop .innerWrapper .contactBlock {
  margin-bottom: 25px
}

footer .footerTop .innerWrapper .contactBlock .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px
}

footer .footerTop .innerWrapper .contactBlock .item .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #fff
}

footer .footerTop .innerWrapper .contactBlock .item span {
  font-size: 18px;
  line-height: 20px;
  color: var(--gold);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

footer .footerTop .innerWrapper .contactBlock .item:hover span {
  color: #fff
}

@media (min-width: 991px) {
  footer .footerTop .innerWrapper .contactBlock .item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  footer .footerTop .innerWrapper .contactBlock .item:last-child {
    margin-bottom: 0
  }
}

@media (min-width: 991px) {
  footer .footerTop .innerWrapper .contactBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px
  }
}

footer .footerTop .innerWrapper .socialsBlock {
  margin-bottom: 25px;
  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;
  width: 100%;
  max-width: 80px;
  margin-left: auto;
  margin-right: auto
}

footer .footerTop .innerWrapper .socialsBlock a {
  fill: #fff;
  width: 30px;
  height: 30px
}

footer .footerTop .innerWrapper .socialsBlock a:hover {
  fill: var(--gold)
}

@media (min-width: 991px) {
  footer .footerTop .innerWrapper .socialsBlock a {
    width: 20px;
    height: 20px
  }
}

@media (min-width: 991px) {
  footer .footerTop .innerWrapper .socialsBlock {
    max-width: 90px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    margin-left: unset;
    margin-right: unset
  }
}

@media (min-width: 1200px) {
  footer .footerTop .innerWrapper .socialsBlock {
    margin-left: 50px
  }
}

footer .footerTop .innerWrapper .additionalBlock .callBack {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  font-family: 'Proba Pro', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold);
  position: relative
}

footer .footerTop .innerWrapper .additionalBlock .callBack:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: var(--gold)
}

footer .footerTop .innerWrapper .additionalBlock .callBack:hover {
  color: #fff
}

footer .footerTop .innerWrapper .additionalBlock .callBack:hover:before {
  display: none
}

@media (min-width: 991px) {
  footer .footerTop .innerWrapper .additionalBlock {
    padding-left: 15px
  }
}

@media (min-width: 1200px) {
  footer .footerTop .innerWrapper .additionalBlock {
    margin-left: auto
  }
}

@media (min-width: 991px) {
  footer .footerTop .innerWrapper {
    text-align: left;
    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: 765px) {
  footer .footerTop {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

footer .footerBottom {
  background-color: #202020;
  padding-top: 20px;
  padding-bottom: 20px
}

footer .footerBottom .innerWrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

footer .footerBottom .innerWrapper .politics {
  text-align: center;
  margin-bottom: 35px
}

footer .footerBottom .innerWrapper .politics a {
  display: block;
  font-family: 'Proba Pro', sans-serif;
  font-weight: 400;
  color: var(--gray-d);
  font-size: 14px;
  margin-bottom: 15px;
  letter-spacing: 1px
}

footer .footerBottom .innerWrapper .politics a:hover {
  color: #fff
}

@media (min-width: 991px) {
  footer .footerBottom .innerWrapper .politics a {
    margin-bottom: 0
  }
}

@media (min-width: 991px) {
  footer .footerBottom .innerWrapper .politics {
    margin-bottom: 0;
    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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 730px;
    flex: 0 0 730px
  }
}

footer .footerBottom .innerWrapper .rezartLogoBlock {
  text-align: center
}

footer .footerBottom .innerWrapper .rezartLogoBlock a {
  display: inline-block;
  width: 35px;
  height: 20px;
  fill: #fff
}

footer .footerBottom .innerWrapper .rezartLogoBlock a:hover {
  fill: var(--gold)
}

@media (min-width: 991px) {
  footer .footerBottom .innerWrapper {
    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
  }
}

@media (min-width: 765px) {
  footer .footerBottom {
    padding-top: 25px;
    padding-bottom: 25px
  }
}

.section1 {
  padding-top: 110px;
  padding-bottom: 100px;
  background-color: #302e34;
  background-image: url(../img/BG1.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1000px
}

.section1 .textBlock h3.title {
  color: #fff;
  margin-bottom: 20px
}

@media (min-width: 576px) {
  .section1 .textBlock h3.title {
    margin-bottom: 80px
  }
}

@media (min-width: 991px) {
  .section1 .textBlock h3.title {
    margin-bottom: 30px
  }
}

@media(max-width:1200px){
  .section1 .textBlock h3.title{
    margin-bottom: 50px;
  }
}

.section1 .textBlock .descText {
  color: var(--gray-l);
  margin-bottom: 20px;
  max-width: 340px
}

@media (min-width: 576px) {
  .section1 .textBlock .descText {
    margin-bottom: 40px
  }
}

@media (min-width: 765px) {
  .section1 .textBlock .descText {
    margin-left: 275px
  }
}

@media (min-width: 991px) {
  .section1 .textBlock .descText {
    margin-left: 300px
  }
}

.section1 .textBlock .btnWrap .specRound {
  cursor: pointer;
  width: 126px;
  height: 126px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid var(--gold);
  border-radius: 50%;
  position: relative;
  z-index: 1
}

.section1 .textBlock .btnWrap .specRound .icon {
  margin-left: -30px;
  width: 40px;
  margin-right: 15px;
  stroke: var(--gold);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

@media (min-width: 576px) {
  .section1 .textBlock .btnWrap .specRound .icon {
    width: 60px;
    margin-right: 25px
  }
}

.section1 .textBlock .btnWrap .specRound span {
  font-family: 'Proba Pro', sans-serif;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: right;
  color: var(--gold);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

@media (min-width: 576px) {
  .section1 .textBlock .btnWrap .specRound span {
    font-size: 11px;
    line-height: 16px
  }
}

.section1 .textBlock .btnWrap .specRound:before {
  content: '';
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  background-color: var(--gold);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.section1 .textBlock .btnWrap .specRound:hover .icon {
  stroke: #fff
}

.section1 .textBlock .btnWrap .specRound:hover span {
  color: var(--black)
}

.section1 .textBlock .btnWrap .specRound:hover:before {
  opacity: 1
}

@media (min-width: 576px) {
  .section1 .textBlock .btnWrap .specRound {
    width: 186px;
    height: 186px
  }
}

@media (min-width: 765px) {
  .section1 .textBlock .btnWrap {
    position: absolute;
    bottom: -65px;
    left: calc(50% - 340px)
  }
}

@media (min-width: 991px) {
  .section1 .textBlock .btnWrap {
    left: calc(50% - 485px);
    bottom: -50px
  }
}

@media (min-width: 1200px) {
  .section1 .textBlock .btnWrap {
    bottom: -55px
  }
}

.section1:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 265px);
  height: 100%;
  width: 570px;
  border-left: 1px solid rgba(255, 255, 255, .1);
  border-right: 1px solid rgba(255, 255, 255, .1)
}

@media (min-width: 991px) {
  .section1:before {
    width: 770px;
    left: calc(50% - 386px)
  }
}

@media (min-width: 576px) {
  .section1 {
    padding-top: 120px;
    padding-bottom: 90px
  }
}

@media (min-width: 765px) {
  .section1 {
    padding-top: 140px;
    padding-bottom: 130px;
    background-position: bottom left
  }
}

@media (min-width: 991px) {
  .section1 {
    padding-top: 160px;
    padding-bottom: 110px;
    background-position: center;
    background-size: cover
  }
}

@media (min-width: 1200px) {
  .section1 {
    padding-top: 160px;
    padding-bottom: 215px
  }
}

@media (min-width: 1200px) and (max-height: 700px) {
  .section1 {
    padding-top: 150px;
    padding-bottom: 115px
  }
}

.section2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff
}

.section2 .topSide {
  margin-bottom: 40px
}

.section2 .topSide .rightSide {
  margin-bottom: 30px
}

.section2 .topSide .rightSide h1.title {
  margin-bottom: 20px
}

@media (min-width: 991px) {
  .section2 .topSide .rightSide h1.title {
    text-align: right
  }
}

@media (min-width: 1200px) {
  .section2 .topSide .rightSide h1.title {
    margin-bottom: 25px
  }
}

.section2 .topSide .rightSide .postTitle {
  font-family: 'Proba Pro', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--gold);
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 60px;
  width: 200px;
  margin-bottom: 20px
}

.section2 .topSide .rightSide .postTitle:before {
  content: '';
  height: 1px;
  width: 40px;
  background-color: var(--gold);
  position: absolute;
  top: 9px;
  left: 0
}

@media (min-width: 1200px) {
  .section2 .topSide .rightSide .postTitle:before {
    width: 60px
  }
}

@media (min-width: 576px) {
  .section2 .topSide .rightSide .postTitle {
    width: 215px;
    font-size: 18px;
    line-height: 22px
  }
}

@media (min-width: 991px) {
  .section2 .topSide .rightSide .postTitle {
    margin-left: auto
  }
}

@media (min-width: 1200px) {
  .section2 .topSide .rightSide .postTitle {
    margin-bottom: 40px;
    padding-left: 90px;
    width: 265px
  }
}

.section2 .topSide .rightSide .descText {
  color: var(--gray-d);
  max-width: 90%
}

@media (min-width: 765px) {
  .section2 .topSide .rightSide .descText {
    max-width: 500px
  }
}

@media (min-width: 991px) {
  .section2 .topSide .rightSide .descText {
    max-width: 270px;
    margin-left: auto
  }
}

@media (min-width: 991px) {
  .section2 .topSide .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 15px;
    margin-bottom: 0
  }
}

@media (min-width: 1200px) {
  .section2 .topSide .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%
  }
}

.section2 .topSide .leftSide .imgWrap img {
  width: 100%
}

@media (min-width: 991px) {
  .section2 .topSide .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 15px
  }
}

@media (min-width: 1200px) {
  .section2 .topSide .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%
  }
}

@media (min-width: 991px) {
  .section2 .topSide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px
  }
}

@media (min-width: 1200px) {
  .section2 .topSide {
    margin-bottom: 100px
  }
}

.section2 .bottomSide .leftSide {
  max-width: 90%
}

.section2 .bottomSide .leftSide ul {
  counter-reset: list;
  color: var(--gray-d)
}

.section2 .bottomSide .leftSide ul li {
  counter-increment: list;
  margin-bottom: 15px
}

.section2 .bottomSide .leftSide ul li .descText {
  font-weight: 600;
  color: var(--black);
  margin-bottom: 5px
}

.section2 .bottomSide .leftSide ul li:before {
  content: "0" counter(list) ".";
  display: block;
  color: var(--gold);
  font-family: 'Proba Pro', sans-serif;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 10px
}

@media (min-width: 991px) {
  .section2 .bottomSide .leftSide ul li:before {
    margin-bottom: 20px
  }
}

.section2 .bottomSide .leftSide ul li:last-child {
  margin-bottom: 0
}

@media (min-width: 765px) {
  .section2 .bottomSide .leftSide ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    padding-left: 10px;
    padding-right: 10px
  }
}

@media (min-width: 1200px) {
  .section2 .bottomSide .leftSide ul li {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (min-width: 765px) {
  .section2 .bottomSide .leftSide ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px
  }
}

@media (min-width: 1200px) {
  .section2 .bottomSide .leftSide ul {
    margin-left: -15px;
    margin-right: -15px
  }
}

@media (min-width: 576px) {
  .section2 .bottomSide .leftSide {
    max-width: 300px
  }
}

@media (min-width: 765px) {
  .section2 .bottomSide .leftSide {
    max-width: 100%
  }
}

@media (min-width: 991px) {
  .section2 .bottomSide .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    padding-right: 45px
  }
}

@media (min-width: 1200px) {
  .section2 .bottomSide .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-left: unset;
    margin-right: unset;
    padding-right: 15px
  }
}

.section2 .bottomSide .rightSide .imgWrap {
  display: none
}

@media (min-width: 991px) {
  .section2 .bottomSide .rightSide .imgWrap {
    display: block
  }
}

@media (min-width: 991px) {
  .section2 .bottomSide .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding-left: 15px
  }
}

@media (min-width: 1200px) {
  .section2 .bottomSide .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%
  }
}

@media (min-width: 991px) {
  .section2 .bottomSide {
    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
  }
}

.section2:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 265px);
  height: 100%;
  width: 570px;
  border-left: 1px solid rgba(0, 0, 0, .1);
  border-right: 1px solid rgba(0, 0, 0, .1)
}

@media (min-width: 991px) {
  .section2:before {
    width: 770px;
    left: calc(50% - 386px)
  }
}

@media (min-width: 576px) {
  .section2 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (min-width: 765px) {
  .section2 {
    padding-top: 120px;
    padding-bottom: 120px
  }
}

@media (min-width: 991px) {
  .section2 {
    padding-top: 160px;
    padding-bottom: 160px
  }
}

@media (min-width: 1200px) {
  .section2 {
    padding-top: 200px;
    padding-bottom: 200px
  }
}

.section3 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #302e34;
  background-image: url(../img/BG2.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1000px
}

.section3 .innerWrapper .leftSide {
  margin-bottom: 70px
}

.section3 .innerWrapper .leftSide h2.title {
  color: #fff;
  margin-bottom: 30px
}

@media (min-width: 576px) {
  .section3 .innerWrapper .leftSide h2.title span {
    padding-left: 50px
  }
}

@media (min-width: 765px) {
  .section3 .innerWrapper .leftSide h2.title {
    margin-bottom: 50px
  }
}

.section3 .innerWrapper .leftSide .serviceBlock .serviceItem {
  margin-bottom: 40px
}

.section3 .innerWrapper .leftSide .serviceBlock .serviceItem .title {
  position: relative;
  color: var(--gold);
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px
}

.section3 .innerWrapper .leftSide .serviceBlock .serviceItem .title .int {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-family: 'Proba Pro', sans-serif;
  font-weight: 700;
  font-size: 50px;
  height: 50px;
  color: rgba(255, 255, 255, .04)
}

.section3 .innerWrapper .leftSide .serviceBlock .serviceItem .title .int:before {
  content: '';
  height: 100%;
  width: 15px;
  background-color: #302e34;
  position: absolute;
  top: 0;
  left: 0
}

@media (min-width: 576px) {
  .section3 .innerWrapper .leftSide .serviceBlock .serviceItem .title .int:before {
    width: 20px
  }
}

@media (min-width: 1200px) {
  .section3 .innerWrapper .leftSide .serviceBlock .serviceItem .title .int:before {
    width: 28px
  }
}

@media (min-width: 576px) {
  .section3 .innerWrapper .leftSide .serviceBlock .serviceItem .title .int {
    font-size: 75px;
    height: 75px;
    right: 15px
  }
}

@media (min-width: 765px) {
  .section3 .innerWrapper .leftSide .serviceBlock .serviceItem .title .int {
    right: 35px
  }
}

@media (min-width: 991px) {
  .section3 .innerWrapper .leftSide .serviceBlock .serviceItem .title .int {
    right: -50px
  }
}

@media (min-width: 1200px) {
  .section3 .innerWrapper .leftSide .serviceBlock .serviceItem .title .int {
    font-size: 100px;
    height: 100px;
    right: -70px
  }
}

@media (min-width: 991px) {
  .section3 .innerWrapper .leftSide .serviceBlock .serviceItem .title {
    margin-bottom: 30px;
    font-size: 34px
  }
}

@media (min-width: 1200px) {
  .section3 .innerWrapper .leftSide .serviceBlock .serviceItem .title {
    margin-bottom: 40px
  }
}

.section3 .innerWrapper .leftSide .serviceBlock .serviceItem ul {
  color: var(--gray-l)
}

.section3 .innerWrapper .leftSide .serviceBlock .serviceItem ul li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 30px
}

.section3 .innerWrapper .leftSide .serviceBlock .serviceItem ul li b {
  color: #fff
}

.section3 .innerWrapper .leftSide .serviceBlock .serviceItem ul li:last-child {
  margin-bottom: 0
}

.section3 .innerWrapper .leftSide .serviceBlock .serviceItem ul li:before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../img/svg/angle_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  position: absolute;
  top: 0;
  left: 0
}

@media (min-width: 991px) {
  .section3 .innerWrapper .leftSide .serviceBlock .serviceItem ul li {
    margin-bottom: 22px
  }
}

@media (min-width: 765px) {
  .section3 .innerWrapper .leftSide .serviceBlock .serviceItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    margin-bottom: 0
  }
}

@media (min-width: 1200px) {
  .section3 .innerWrapper .leftSide .serviceBlock .serviceItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%
  }
}

@media (min-width: 765px) {
  .section3 .innerWrapper .leftSide .serviceBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 50px
  }
}

@media (min-width: 991px) {
  .section3 .innerWrapper .leftSide .serviceBlock {
    margin-bottom: 0
  }
}

@media (min-width: 1200px) {
  .section3 .innerWrapper .leftSide .serviceBlock {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 520px
  }
}

@media (min-width: 991px) {
  .section3 .innerWrapper .leftSide {
    padding-right: 15px
  }
}

.section3 .innerWrapper .rightSide .descText {
  color: var(--gray-l);
  margin-bottom: 30px;
  position: relative;
  padding-left: 60px;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto
}

.section3 .innerWrapper .rightSide .descText b {
  color: #fff
}

.section3 .innerWrapper .rightSide .descText:before {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 8px;
  left: 0
}

@media (min-width: 576px) {
  .section3 .innerWrapper .rightSide .descText {
    margin-bottom: 40px
  }
}

@media (min-width: 765px) {
  .section3 .innerWrapper .rightSide .descText {
    margin-bottom: 50px
  }
}

@media (min-width: 1200px) {
  .section3 .innerWrapper .rightSide .descText {
    max-width: 340px;
    margin-left: 10px;
    padding-left: 90px;
    margin-bottom: 60px
  }
}

.section3 .innerWrapper .rightSide .formBlock {
  background-color: #f7f7f7;
  border-radius: 2px;
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto
}

.section3 .innerWrapper .rightSide .formBlock .formWrap {
  width: 80%;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto
}

.section3 .innerWrapper .rightSide .formBlock .formWrap .btnWrap {
  text-align: center
}

@media (min-width: 1200px) {
  .section3 .innerWrapper .rightSide .formBlock {
    padding-top: 45px;
    padding-bottom: 45px
  }
}

@media (min-width: 991px) {
  .section3 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 365px;
    flex: 0 0 365px;
    padding-left: 15px
  }
}

@media (min-width: 1200px) {
  .section3 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 485px;
    flex: 0 0 485px
  }
}

@media (min-width: 991px) {
  .section3 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.section3:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 265px);
  height: 100%;
  width: 570px;
  border-left: 1px solid rgba(255, 255, 255, .1);
  border-right: 1px solid rgba(255, 255, 255, .1)
}

@media (min-width: 991px) {
  .section3:before {
    width: 770px;
    left: calc(50% - 386px)
  }
}

@media (min-width: 576px) {
  .section3 {
    padding-top: 60px;
    padding-bottom: 80px
  }
}

@media (min-width: 765px) {
  .section3 {
    padding-top: 100px;
    padding-bottom: 120px
  }
}

@media (min-width: 991px) {
  .section3 {
    padding-top: 140px;
    padding-bottom: 170px
  }
}

@media (min-width: 1200px) {
  .section3 {
    padding-top: 185px;
    padding-bottom: 200px
  }
}

.section4 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff
}

.section4 .innerWrapper .rightSide h4.title {
  margin-bottom: 30px
}

@media (min-width: 765px) {
  .section4 .innerWrapper .rightSide h4.title {
    margin-bottom: 50px
  }
}

@media (min-width: 991px) {
  .section4 .innerWrapper .rightSide h4.title {
    text-align: right
  }
}

@media (min-width: 1200px) {
  .section4 .innerWrapper .rightSide h4.title {
    margin-bottom: 70px
  }
}

.section4 .innerWrapper .rightSide .postTitle {
  font-family: 'Proba Pro', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--gold);
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 60px;
  width: 300px;
  margin-bottom: 30px
}

.section4 .innerWrapper .rightSide .postTitle:before {
  content: '';
  height: 1px;
  width: 40px;
  background-color: var(--gold);
  position: absolute;
  top: 9px;
  left: 0
}

@media (min-width: 576px) {
  .section4 .innerWrapper .rightSide .postTitle {
    font-size: 18px;
    line-height: 22px
  }
}

@media (min-width: 765px) {
  .section4 .innerWrapper .rightSide .postTitle {
    margin-bottom: 50px
  }
}

@media (min-width: 991px) {
  .section4 .innerWrapper .rightSide .postTitle {
    margin-left: auto
  }
}

@media (min-width: 1200px) {
  .section4 .innerWrapper .rightSide .postTitle {
    width: 360px;
    padding-left: 95px;
    margin-bottom: 30px
  }
}

.section4 .innerWrapper .rightSide ul {
  max-width: 90%;
  margin-bottom: 30px;
  color: var(--gray-d)
}

.section4 .innerWrapper .rightSide ul li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 20px
}

.section4 .innerWrapper .rightSide ul li b {
  color: var(--black)
}

.section4 .innerWrapper .rightSide ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--gold);
  position: absolute;
  top: 7px;
  left: 0
}

.section4 .innerWrapper .rightSide ul li:last-child {
  margin-bottom: 0
}

@media (min-width: 765px) {
  .section4 .innerWrapper .rightSide ul {
    max-width: 350px;
    margin-bottom: 50px
  }
}

@media (min-width: 991px) {
  .section4 .innerWrapper .rightSide ul {
    margin-left: auto
  }
}

@media (min-width: 1200px) {
  .section4 .innerWrapper .rightSide ul {
    max-width: 370px;
    margin-bottom: 0
  }
}

@media (min-width: 991px) {
  .section4 .innerWrapper .rightSide {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    padding-left: 15px
  }
}

@media (min-width: 1200px) {
  .section4 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

.section4 .innerWrapper .leftSide .imgWrap {
  margin-bottom: 20px
}

@media (min-width: 991px) {
  .section4 .innerWrapper .leftSide .imgWrap {
    margin-bottom: 40px
  }
}

.section4 .innerWrapper .leftSide .infoBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.section4 .innerWrapper .leftSide .infoBlock .infoItem {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3)
}

.section4 .innerWrapper .leftSide .infoBlock .infoItem .int {
  font-weight: 600;
  color: var(--black);
  font-size: 35px;
  margin-bottom: 15px
}

@media (min-width: 576px) {
  .section4 .innerWrapper .leftSide .infoBlock .infoItem .int {
    font-size: 48px;
    margin-bottom: 10px
  }
}

.section4 .innerWrapper .leftSide .infoBlock .infoItem .text {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold)
}

@media (min-width: 765px) {
  .section4 .innerWrapper .leftSide .infoBlock .infoItem {
    max-width: 180px
  }
}

@media (min-width: 991px) {
  .section4 .innerWrapper .leftSide .infoBlock .infoItem {
    max-width: 170px
  }
}

@media (min-width: 991px) {
  .section4 .innerWrapper .leftSide {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 15px
  }
}

@media (min-width: 991px) {
  .section4 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media (min-width: 1200px) {
  .section4 .innerWrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}

.section4:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 265px);
  height: 100%;
  width: 570px;
  border-left: 1px solid rgba(0, 0, 0, .1);
  border-right: 1px solid rgba(0, 0, 0, .1)
}

@media (min-width: 991px) {
  .section4:before {
    width: 770px;
    left: calc(50% - 386px)
  }
}

@media (min-width: 576px) {
  .section4 {
    padding-top: 80px;
    padding-bottom: 40px
  }
}

@media (min-width: 765px) {
  .section4 {
    padding-top: 120px;
    padding-bottom: 60px
  }
}

@media (min-width: 991px) {
  .section4 {
    padding-top: 150px;
    padding-bottom: 75px
  }
}

@media (min-width: 1200px) {
  .section4 {
    padding-top: 200px;
    padding-bottom: 95px
  }
}

.section5 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff
}

.section5 .innerWrapper .leftSide {
  margin-bottom: 30px
}

@media (min-width: 991px) {
  .section5 .innerWrapper .leftSide {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    padding-right: 15px
  }
}

.section5 .innerWrapper .rightSIde ul {
  color: var(--gray-d);
  counter-reset: firstInt;
  max-width: 90%
}

.section5 .innerWrapper .rightSIde ul li {
  margin-bottom: 15px;
  counter-increment: firstInt
}

.section5 .innerWrapper .rightSIde ul li b {
  color: var(--black)
}

.section5 .innerWrapper .rightSIde ul li:before {
  content: "ШАГ " counter(firstInt) ".";
  display: block;
  margin-bottom: 5px;
  color: var(--gold);
  font-weight: 600;
  font-size: 18px
}

@media (min-width: 991px) {
  .section5 .innerWrapper .rightSIde ul li:before {
    margin-bottom: 15px
  }
}

@media (min-width: 576px) {
  .section5 .innerWrapper .rightSIde ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (min-width: 1200px) {
  .section5 .innerWrapper .rightSIde ul li {
    margin-bottom: 40px
  }
}

@media (min-width: 576px) {
  .section5 .innerWrapper .rightSIde ul {
    max-width: unset;
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media (min-width: 991px) {
  .section5 .innerWrapper .rightSIde {
    padding-left: 15px
  }
}

@media (min-width: 1200px) {
  .section5 .innerWrapper .rightSIde {
    padding-top: 7px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 585px;
    flex: 0 0 585px
  }
}

@media (min-width: 991px) {
  .section5 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.section5:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 265px);
  height: 100%;
  width: 570px;
  border-left: 1px solid rgba(0, 0, 0, .1);
  border-right: 1px solid rgba(0, 0, 0, .1)
}

@media (min-width: 991px) {
  .section5:before {
    width: 770px;
    left: calc(50% - 386px)
  }
}

@media (min-width: 576px) {
  .section5 {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

@media (min-width: 765px) {
  .section5 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (min-width: 991px) {
  .section5 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (min-width: 1200px) {
  .section5 {
    padding-top: 90px;
    padding-bottom: 90px
  }
}

.section6 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff
}

.section6 .innerWrapper {
  margin-bottom: 30px
}

@media (min-width: 991px) {
  .section6 .innerWrapper .leftSide {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 15px
  }
}

@media (min-width: 1200px) {
  .section6 .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 485px;
    flex: 0 0 485px
  }
}

.section6 .innerWrapper .rightSide {
  margin-bottom: 30px
}

.section6 .innerWrapper .rightSide h4.title {
  margin-bottom: 30px
}

@media (min-width: 991px) {
  .section6 .innerWrapper .rightSide h4.title {
    text-align: right
  }
}

@media (min-width: 1200px) {
  .section6 .innerWrapper .rightSide h4.title {
    margin-bottom: 45px
  }
}

.section6 .innerWrapper .rightSide .descText {
  color: var(--gray-d);
  position: relative;
  padding-left: 60px;
  max-width: 90%
}

.section6 .innerWrapper .rightSide .descText b {
  color: var(--black)
}

.section6 .innerWrapper .rightSide .descText:before {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #9b8674;
  position: absolute;
  top: 10px;
  left: 0
}

@media (min-width: 1200px) {
  .section6 .innerWrapper .rightSide .descText:before {
    width: 60px
  }
}

@media (min-width: 991px) {
  .section6 .innerWrapper .rightSide .descText {
    margin-left: auto
  }
}

@media (min-width: 1200px) {
  .section6 .innerWrapper .rightSide .descText {
    max-width: 375px;
    padding-left: 90px
  }
}

@media (min-width: 991px) {
  .section6 .innerWrapper .rightSide {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 530px;
    flex: 0 0 530px;
    margin-bottom: 0
  }
}

@media (min-width: 765px) {
  .section6 .innerWrapper {
    margin-bottom: 60px
  }
}

@media (min-width: 991px) {
  .section6 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px
  }
}

@media (min-width: 1200px) {
  .section6 .innerWrapper {
    margin-bottom: 145px
  }
}

.section6 .examplesBlock .exampleItem {
  margin-bottom: 50px
}

.section6 .examplesBlock .exampleItem .textBlock {
  position: relative;
  margin-bottom: 20px
}

.section6 .examplesBlock .exampleItem .textBlock .int {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--gold);
  margin-bottom: 15px
}

.section6 .examplesBlock .exampleItem .textBlock .title {
  font-weight: 600;
  color: var(--black);
  margin-bottom: 10px
}

.section6 .examplesBlock .exampleItem .textBlock .description {
  color: var(--gray-d);
  margin-bottom: 25px
}

@media (min-width: 991px) {
  .section6 .examplesBlock .exampleItem .textBlock .description {
    margin-bottom: 35px
  }
}

.section6 .examplesBlock .exampleItem .textBlock .resultBlock {
  margin-bottom: 20px
}

.section6 .examplesBlock .exampleItem .textBlock .resultBlock .status {
  font-weight: 600;
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px
}

.section6 .examplesBlock .exampleItem .textBlock .resultBlock .term {
  color: var(--black);
  font-weight: 600;
  font-size: 24px
}

.section6 .examplesBlock .exampleItem .textBlock .btnWrap {
  position: absolute
}

.section6 .examplesBlock .exampleItem .textBlock .btnWrap .slick-prev {
  display: none !important
}

.section6 .examplesBlock .exampleItem .textBlock .btnWrap .slick-arrow {
  cursor: pointer;
  position: static;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--gold);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.section6 .examplesBlock .exampleItem .textBlock .btnWrap .slick-arrow svg {
  width: 45px;
  stroke: var(--gold);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.section6 .examplesBlock .exampleItem .textBlock .btnWrap .slick-arrow:hover {
  background-color: var(--gold)
}

.section6 .examplesBlock .exampleItem .textBlock .btnWrap .slick-arrow:hover svg {
  stroke: #fff
}

@media (min-width: 991px) {
  .section6 .examplesBlock .exampleItem .textBlock .btnWrap .slick-arrow {
    width: 120px;
    height: 120px
  }
}

@media (min-width: 576px) {
  .section6 .examplesBlock .exampleItem .textBlock .btnWrap {
    position: relative
  }
}

@media (min-width: 765px) {
  .section6 .examplesBlock .exampleItem .textBlock .btnWrap {
    text-align: center
  }
}

@media (min-width: 576px) {
  .section6 .examplesBlock .exampleItem .textBlock {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px
  }
}

@media (min-width: 765px) {
  .section6 .examplesBlock .exampleItem .textBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px
  }
}

@media (min-width: 991px) {
  .section6 .examplesBlock .exampleItem .textBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 285px;
    flex: 0 0 285px
  }
}

.section6 .examplesBlock .exampleItem .sliderBlock .sliderItem {
  padding-left: 5px;
  padding-right: 5px
}

.section6 .examplesBlock .exampleItem .sliderBlock .sliderItem img {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.section6 .examplesBlock .exampleItem .sliderBlock .sliderItem:hover img {
  -webkit-filter: brightness(.5);
  filter: brightness(.5)
}

@media (min-width: 765px) {
  .section6 .examplesBlock .exampleItem .sliderBlock .sliderItem {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media (min-width: 991px) {
  .section6 .examplesBlock .exampleItem .sliderBlock .sliderItem {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (min-width: 576px) {
  .section6 .examplesBlock .exampleItem .sliderBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 200px);
    flex: 0 0 calc(100% - 200px)
  }
}

@media (min-width: 765px) {
  .section6 .examplesBlock .exampleItem .sliderBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 250px);
    flex: 0 0 calc(100% - 250px)
  }
}

@media (min-width: 991px) {
  .section6 .examplesBlock .exampleItem .sliderBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 285px);
    flex: 0 0 calc(100% - 285px)
  }
}

.section6 .examplesBlock .exampleItem:nth-child(odd) .sliderBlock .slick-list {
  padding-right: 100px
}

@media (min-width: 576px) {
  .section6 .examplesBlock .exampleItem:nth-child(odd) .sliderBlock .slick-list {
    padding-right: 50px
  }
}

@media (min-width: 765px) {
  .section6 .examplesBlock .exampleItem:nth-child(odd) .sliderBlock .slick-list {
    padding-right: 100px
  }
}

@media (min-width: 991px) {
  .section6 .examplesBlock .exampleItem:nth-child(odd) .sliderBlock .slick-list {
    padding-right: 325px
  }
}

@media (min-width: 1200px) {
  .section6 .examplesBlock .exampleItem:nth-child(odd) .sliderBlock .slick-list {
    padding-right: calc(((100vw - 1170px) / 2) + 485px);
    margin-right: calc(((100vw - 1170px) / 2) * -1)
  }
}

.section6 .examplesBlock .exampleItem:nth-child(odd) .textBlock .btnWrap {
  bottom: 0;
  right: 0
}

.section6 .examplesBlock .exampleItem:nth-child(even) .textBlock {
  text-align: right
}

.section6 .examplesBlock .exampleItem:nth-child(even) .textBlock .btnWrap {
  bottom: 0;
  left: 0
}

.section6 .examplesBlock .exampleItem:nth-child(even) .textBlock .btnWrap .slick-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media (min-width: 576px) {
  .section6 .examplesBlock .exampleItem:nth-child(even) .textBlock {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

.section6 .examplesBlock .exampleItem:nth-child(even) .sliderBlock {
  direction: rtl
}

.section6 .examplesBlock .exampleItem:nth-child(even) .sliderBlock .slick-list {
  padding-left: 100px
}

@media (min-width: 576px) {
  .section6 .examplesBlock .exampleItem:nth-child(even) .sliderBlock .slick-list {
    padding-left: 50px
  }
}

@media (min-width: 765px) {
  .section6 .examplesBlock .exampleItem:nth-child(even) .sliderBlock .slick-list {
    padding-left: 100px
  }
}

@media (min-width: 991px) {
  .section6 .examplesBlock .exampleItem:nth-child(even) .sliderBlock .slick-list {
    padding-left: 325px
  }
}

@media (min-width: 1200px) {
  .section6 .examplesBlock .exampleItem:nth-child(even) .sliderBlock .slick-list {
    padding-left: calc(((100vw - 1170px) / 2) + 485px);
    margin-left: calc(((100vw - 1170px) / 2) * -1)
  }
}

@media (min-width: 576px) {
  .section6 .examplesBlock .exampleItem:nth-child(even) .sliderBlock {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media (min-width: 576px) {
  .section6 .examplesBlock .exampleItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media (min-width: 991px) {
  .section6 .examplesBlock .exampleItem {
    margin-bottom: 70px
  }
}

@media (min-width: 1200px) {
  .section6 .examplesBlock .exampleItem {
    margin-bottom: 90px
  }
}

.section6 .bottomBtnWrap {
  text-align: center
}

.section6:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 265px);
  height: 100%;
  width: 570px;
  border-left: 1px solid rgba(0, 0, 0, .1);
  border-right: 1px solid rgba(0, 0, 0, .1)
}

@media (min-width: 991px) {
  .section6:before {
    width: 770px;
    left: calc(50% - 386px)
  }
}

@media (min-width: 576px) {
  .section6 {
    padding-top: 50px;
    padding-bottom: 60px
  }
}

@media (min-width: 765px) {
  .section6 {
    padding-top: 60px;
    padding-bottom: 80px
  }
}

@media (min-width: 991px) {
  .section6 {
    padding-top: 70px;
    padding-bottom: 100px
  }
}

@media (min-width: 1200px) {
  .section6 {
    padding-top: 98px;
    padding-bottom: 100px
  }
}

.section7 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff
}

.section7 .innerWrapper .leftSide {
  margin-bottom: 30px
}

.section7 .innerWrapper .leftSide h4.title {
  margin-bottom: 20px
}

@media (min-width: 576px) {
  .section7 .innerWrapper .leftSide h4.title {
    margin-bottom: 40px
  }
}

@media (min-width: 1200px) {
  .section7 .innerWrapper .leftSide h4.title {
    margin-bottom: 25px
  }
}

.section7 .innerWrapper .leftSide .accordionBlock {
  max-width: 515px;
  margin-right: auto;
  counter-reset: accItem
}

.section7 .innerWrapper .leftSide .accordionBlock .accordionItem {
  counter-increment: accItem;
  border-bottom: 1px solid var(--gold);
  cursor: pointer;
  position: relative
}

.section7 .innerWrapper .leftSide .accordionBlock .accordionItem .itemTitle {
  position: relative;
  padding: 20px 25px 20px 20px;
  font-weight: 600;
  font-size: 16px;
  color: var(--black)
}

.section7 .innerWrapper .leftSide .accordionBlock .accordionItem .itemTitle .switcher {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.section7 .innerWrapper .leftSide .accordionBlock .accordionItem .itemTitle:hover {
  color: var(--gold)
}

@media (min-width: 576px) {
  .section7 .innerWrapper .leftSide .accordionBlock .accordionItem .itemTitle {
    font-size: 18px
  }
}

@media (min-width: 1200px) {
  .section7 .innerWrapper .leftSide .accordionBlock .accordionItem .itemTitle {
    padding: 15px 25px 15px 50px
  }
}

.section7 .innerWrapper .leftSide .accordionBlock .accordionItem .itemText {
  padding: 15px 25px 15px 20px;
  color: var(--gray-d)
}

.section7 .innerWrapper .leftSide .accordionBlock .accordionItem.active .itemTitle {
  color: var(--gold)
}

.section7 .innerWrapper .leftSide .accordionBlock .accordionItem.active .itemTitle .switcher {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.section7 .innerWrapper .leftSide .accordionBlock .accordionItem:before {
  content: "0" counter(accItem) ".";
  font-family: 'Proba Pro', sans-serif;
  font-weight: 600;
  color: var(--gold);
  font-size: 12px;
  position: absolute;
  top: 23px;
  left: 0;
  height: 12px
}

@media (min-width: 1200px) {
  .section7 .innerWrapper .leftSide .accordionBlock .accordionItem:before {
    top: 20px
  }
}

@media (min-width: 1200px) {
  .section7 .innerWrapper .leftSide .accordionBlock {
    margin-left: auto
  }
}

@media (min-width: 576px) {
  .section7 .innerWrapper .leftSide {
    margin-bottom: 50px
  }
}

@media (min-width: 991px) {
  .section7 .innerWrapper .leftSide {
    padding-right: 15px
  }
}

@media (min-width: 1200px) {
  .section7 .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 580px;
    flex: 0 0 580px
  }
}

.section7 .innerWrapper .rightSide .descText {
  color: var(--gray-d);
  position: relative;
  padding-left: 60px;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px
}

.section7 .innerWrapper .rightSide .descText b {
  color: var(--black)
}

.section7 .innerWrapper .rightSide .descText:before {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #9b8674;
  position: absolute;
  top: 10px;
  left: 0
}

@media (min-width: 1200px) {
  .section7 .innerWrapper .rightSide .descText:before {
    width: 60px
  }
}

@media (min-width: 576px) {
  .section7 .innerWrapper .rightSide .descText {
    margin-bottom: 40px
  }
}

@media (min-width: 765px) {
  .section7 .innerWrapper .rightSide .descText {
    max-width: 465px
  }
}

@media (min-width: 1200px) {
  .section7 .innerWrapper .rightSide .descText {
    max-width: 410px;
    padding-left: 100px;
    margin-left: unset;
    margin-right: unset;
    margin-bottom: 30px
  }
}

.section7 .innerWrapper .rightSide .formBlock {
  background-color: #f7f7f7;
  border-radius: 2px;
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto
}

.section7 .innerWrapper .rightSide .formBlock .formWrap {
  width: 80%;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto
}

.section7 .innerWrapper .rightSide .formBlock .formWrap .btnWrap {
  text-align: center
}

@media (min-width: 1200px) {
  .section7 .innerWrapper .rightSide .formBlock {
    margin-left: unset;
    margin-right: unset;
    padding-top: 45px;
    padding-bottom: 45px
  }
}

@media (min-width: 991px) {
  .section7 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 15px
  }
}

@media (min-width: 1200px) {
  .section7 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 485px;
    flex: 0 0 485px
  }
}

@media (min-width: 991px) {
  .section7 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.section7:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 265px);
  height: 100%;
  width: 570px;
  border-left: 1px solid rgba(0, 0, 0, .1);
  border-right: 1px solid rgba(0, 0, 0, .1)
}

@media (min-width: 991px) {
  .section7:before {
    width: 770px;
    left: calc(50% - 386px)
  }
}

@media (min-width: 576px) {
  .section7 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (min-width: 765px) {
  .section7 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (min-width: 991px) {
  .section7 {
    padding-top: 90px;
    padding-bottom: 90px
  }
}

@media (min-width: 1200px) {
  .section7 {
    padding-top: 90px;
    padding-bottom: 110px
  }
}

.section8 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff
}

@media (min-width: 1200px) {
  .section8 {
    padding-top: 90px;
    padding-bottom: 90px
  }
}

@media (min-width: 991px) {
  .section8 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (min-width: 765px) {
  .section8 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (min-width: 576px) {
  .section8 {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

.section9 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff
}

@media (min-width: 1200px) {
  .section9 {
    padding-top: 90px;
    padding-bottom: 90px
  }
}

@media (min-width: 991px) {
  .section9 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (min-width: 765px) {
  .section9 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (min-width: 576px) {
  .section9 {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

.section10 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff
}

@media (min-width: 1200px) {
  .section10 {
    padding-top: 90px;
    padding-bottom: 90px
  }
}

@media (min-width: 991px) {
  .section10 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (min-width: 765px) {
  .section10 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (min-width: 576px) {
  .section10 {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

.section11 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff
}

@media (min-width: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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
  }
}

.success {
  background-color: #fff;
  position: relative;
  z-index: 10
}

.success .textBlock {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 450px;
  text-align: center
}

.success .textBlock .logo {
  display: inline-block;
  width: 120px;
  margin-bottom: 70px
}

.success .textBlock h4.title {
  margin-bottom: 15px
}

.success .textBlock .content_description {
  color: var(--gray-d);
  margin-bottom: 70px
}

.success .textBlock .btnWrap .btn {
  max-width: 135px;
  margin-left: auto;
  margin-right: auto
}

.success .innerWrapper {
  height: calc(100vh - 179px);
  min-height: 600px;
  position: relative
}

@media (min-width: 991px) {
  .success .innerWrapper {
    min-height: 550px;
    height: calc(100vh - 72px)
  }
}

.success:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 365px);
  height: 100%;
  width: 770px;
  border-left: 1px solid rgba(0, 0, 0, .1);
  border-right: 1px solid rgba(0, 0, 0, .1)
}

.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 .text {
  margin-right: 18px;
  font-family: 'Proba Pro', sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: .1em
}

form .inputWrapper input {
  display: block;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'Proba Pro', sans-serif;
  font-weight: 600;
  width: 100%;
  height: 40px;
  font-size: 18px;
  letter-spacing: 1px;
  color: var(--black);
  border: 0;
  border-bottom: 1px solid #000;
  text-align: left;
  outline: 0;
  background-color: transparent;
  line-height: normal;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding-left: 0
}

form .inputWrapper input:focus {
  border-color: var(--gold)
}

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 {
  font-size: 12px;
  color: var(--gray-d);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-transform: uppercase
}

form .inputWrapper input:-moz-placeholder {
  font-size: 12px;
  color: var(--gray-d);
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-transform: uppercase
}

form .inputWrapper input::-moz-placeholder {
  font-size: 12px;
  color: var(--gray-d);
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-transform: uppercase
}

form .inputWrapper input:-ms-input-placeholder {
  font-size: 12px;
  color: var(--gray-d);
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-transform: uppercase
}

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: 'Proba Pro', 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%;
  font-size: 11px
}

@media (min-width: 576px) {
  form .btnWrap .btn {
    max-width: 200px;
    height: 40px
  }
}

.orderPanel {
  background-color: #fff;
  width: 90%;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 30px 60px;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0 30px 40px rgba(0, 0, 0, .25);
  box-shadow: 0 30px 40px rgba(0, 0, 0, .25)
}

.orderPanel .fancybox-close-small {
  -webkit-transform: translate(-5px, 5px);
  -ms-transform: translate(-5px, 5px);
  transform: translate(-5px, 5px);
  padding: 0;
  color: var(--gold)
}

.orderPanel .fancybox-close-small:hover {
  color: var(--black)
}

.orderPanel .wrapper {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto
}

.orderPanel .wrapper .title {
  margin-bottom: 10px;
  font-family: 'Proba Pro', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  color: var(--black);
  text-align: center
}

@media (min-width: 576px) {
  .orderPanel .wrapper .title {
    font-size: 30px;
    line-height: 34px
  }
}

.orderPanel .wrapper .text {
  text-align: center;
  color: var(--gray-d);
  margin-bottom: 20px
}

.orderPanel .wrapper .inputWrapper {
  margin-bottom: 10px
}

.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
}

.orderPanel .wrapper .btnWrap .btn {
  font-family: 'Proba Pro', sans-serif;
  font-size: 11px
}

@media (min-width: 576px) {
  .orderPanel .wrapper {
    max-width: 330px
  }
}

@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: 20px;
  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: #247cff
}

.modalPolitics .title {
  margin-bottom: 25px
}

.modalPolitics .title h2 {
  font-family: 'Proba Pro', serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-bottom: 15px
}

.modalPolitics .title .description {
  font-family: 'Proba Pro', serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center
}

.modalPolitics .content {
  font-family: 'Proba Pro', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  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
}