@import url(reset.css);

a, body {
  font-family: 'Gilroy', sans-serif
}

b, h1, h2, h3, h4, h5, h6, strong {
  font-weight: 700
}

embed, img, svg {
  max-width: 100%;
  max-height: 100%
}

a {
  font-size: 16px;
  color: #c2c7d1;
  font-weight: 800;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

a:hover {
  color: #0366df
}

.slick-slider .draggable, .slick-slider .draggable .slick-track {
  min-width: 100%;
  min-height: 1px
}

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
  }
}

.img_wrap .el img, .siteWidth {
  max-width: 100%;
  margin: 0 auto
}

@media (min-width: 600px) {
  .siteWidth {
    max-width: 750px
  }
}

@media (min-width: 1000px) {
  .siteWidth {
    max-width: 1170px
  }
}

.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 img {
  display: block;
  max-height: 100%
}

.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: 12px;
  height: 48px;
  line-height: 48px;
  font-weight: 800;
  font-family: 'Gilroy', sans-serif;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #a38f6a;
  letter-spacing: 3px
}

.btn:hover {
  background-color: #0366df
}

.btn:active, .orderPanel#mainForm .innerWrapper .wrapper input, .orderPanel#mainForm .innerWrapper .wrapper label {
  color: #000
}

.btn:disabled {
  cursor: not-allowed;
  background-color: #ddd
}

h2.title {
  text-transform: uppercase;
  font-family: 'Gilroy', sans-serif
}

.desc, h2.title {
  line-height: 1.2;
  text-align: center
}

h2.title {
  margin-bottom: 13px;
  font-weight: 800;
  color: #28292d;
  font-size: 26px
}

@media (min-width: 600px) {
  h2.title {
    font-size: 40px;
    margin-bottom: 9px
  }
}

@media (min-width: 1000px) {
  h2.title {
    text-align: left
  }
}

.desc {
  font-family: 'Gilroy', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #5d5e62
}

@media (min-width: 600px) {
  .desc {
    font-size: 20px;
    line-height: 28px
  }
}

@media (min-width: 1000px) {
  .desc {
    text-align: left
  }
}

.content_title_black {
  font-size: 22px;
  line-height: 26px;
  color: #000;
  font-weight: 800;
  margin-bottom: 3px
}

@media (min-width: 600px) {
  .content_title_black {
    font-size: 20px;
    line-height: 24px
  }
}

.content_title_white {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 3px
}

@media (min-width: 600px) {
  .content_title_white {
    font-size: 20px;
    line-height: 24px
  }
}

.content_text_black {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #5d5e62
}

@media (min-width: 600px) {
  .content_text_black {
    font-size: 16px;
    line-height: 24px
  }
}

.content_text_white {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #a5a5a5
}

@media (min-width: 600px) {
  .content_text_white {
    font-size: 16px;
    line-height: 24px
  }
}

main {
  overflow: hidden
}

/*region Header*/
/*<!--==================SECTION======================-->*/
header{
  position:absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
}
header .innerWrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position:relative;
}
header .innerWrapper .logo{
  flex: 0 0 auto;
  display: inline-block;
  width: 35px;
  height: 22px;
  fill: #ffffff;
}
header .innerWrapper .navigation{
  position:fixed;
  z-index: 1000;
  top: 0;
  left:-100%;
  width: 100%;
  height: 100%;
  background-color:#222222;
  transition: all .4s ease-in-out;
}
header .innerWrapper .navigation ul{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  min-width: 200px;
  height: 50%;
  min-height: 350px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items:center;

}
header .innerWrapper .navigation ul li{
}
header .innerWrapper .navigation ul li a{
  font-family: 'Gilroy',sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  border-bottom: 2px solid transparent;
  transition: all .4s ease-in-out;
}
header .innerWrapper .navigation ul li a:hover{
  color:#1c54e9;
}
header .innerWrapper .navigation ul li.active a{
  color: #a38f6a;
  border-color: #a38f6a;
}
header .innerWrapper .navigation .mobMenuClose{
  position: absolute;
  width: 20px;
  height: 20px;
  top: 22px;
  right: 22px;
  fill:#ffffff;
  border: none;
  background-color: transparent;
}
header .innerWrapper .additionalBtn{
  flex: 0 0 auto;
}
header .innerWrapper .additionalBtn .dialPhone{
  position:absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  font-weight: 300;
  color:#ffffff;
  text-align:center;
}
header .innerWrapper .additionalBtn .callRequest{
  display: none;
}
header .innerWrapper .additionalBtn .mobMenuOpen{
  display: inline-block;
  width: 30px;
  height: 24px;
  border: none;
  background-color: transparent;
  fill:#ffffff;

}
@media(min-width:576px){
  header .innerWrapper .additionalBtn{
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
  header .innerWrapper .additionalBtn .callRequest{
    display: inline-block;
    cursor: pointer;
    border: 2px solid #ffffff;
    width: 100%;
    max-width:170px;
    text-align: center;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
    font-family: 'Gilroy',sans-serif;
    background-color: transparent;
    color: #ffffff;
    font-weight: 800;
  }
  header .innerWrapper .additionalBtn .dialPhone{
    position:static;
    transform: translate(0);
    margin-right: 15px;
  }
  header .innerWrapper .additionalBtn .mobMenuOpen{
    margin-left: 15px;
  }
}
@media(min-width:760px){
  header .innerWrapper .additionalBtn .dialPhone{
    display: none;
  }
  header .innerWrapper .additionalBtn .callRequest{
    margin-left: auto;
  }
}
@media(min-width:992px){
  header{
    padding: 15px 0;
  }
  header .innerWrapper .additionalBtn .mobMenuOpen{
    display: none;
  }
  header .innerWrapper .navigation{
    position:static;
    flex-grow: 1;
    width: auto;
    background-color: transparent;
    margin-left: 30px;
  }
  header .innerWrapper .navigation .mobMenuClose{
    display: none;
  }
  header .innerWrapper .navigation ul{
    position:static;
    flex-direction: row;
    transform: translate(0);
    min-height:0;
    min-width: unset;
    width: auto;
  }
  header .innerWrapper .navigation ul li a{
    font-size: 16px;
  }
}
@media(min-width:1200px){
  header .innerWrapper .navigation{
    margin-left: 100px;
  }
}
/*endregion*/



footer .footerTop .innerWrapper .socials .btnWrap .callRequest:hover {
  border-color: #b39c72;
  background-color: #b39c72
}

footer .footerTop .innerWrapper .logo a{
  display: inline-block
}

footer .footerTop .innerWrapper .socials .socialBlock a .icon {
  width: 30px;
  height: 20px;
  fill: #fff;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}


footer .footerTop .innerWrapper .socials .btnWrap .callRequest{
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  border: 0;
  cursor: pointer
}

footer .footerTop {
  border-top: 1px solid #323232;
  background-color: #222;
  padding: 55px 0
}

@media (min-width: 1000px) {
  footer .footerTop .innerWrapper .footerElement {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding-left: 15px;
    padding-right: 15px
  }

  footer .footerTop .innerWrapper .footerElement:first-child {
    padding-left: 0
  }

  footer .footerTop .innerWrapper .footerElement:last-child {
    padding-right: 0
  }
}

footer .footerTop .innerWrapper .logo {
  text-align: center;
  margin-bottom: 25px
}

footer .footerTop .innerWrapper .logo .icon {
  width: 70px;
  height: 45px;
  fill: #fff
}

@media (min-width: 600px) {
  footer .footerTop .innerWrapper .logo .icon {
    width: 100px;
    height: 60px
  }

  footer .footerTop .innerWrapper .logo {
    margin-bottom: 0;
    padding-right: 25px
  }
}

@media (min-width: 1000px) {
  footer .footerTop .innerWrapper .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 35px
  }
}

footer .footerTop .innerWrapper .address a {
  vertical-align: text-top;
  font-weight: 300;
  display: block;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
  font-size: 18px;
  color: #fff
}

@media (min-width: 600px) {
  footer .footerTop .innerWrapper .address a {
    text-align: left;
    margin-bottom: 0
  }
}

footer .footerTop .innerWrapper .address .icon {
  display: inline-block;
  fill: #cfc1a9;
  width: 15px;
  height: 15px;
  vertical-align: center;
  margin-right: 7px
}

@media (min-width: 600px) {
  footer .footerTop .innerWrapper .address .icon {
    display: block;
    width: 18px;
    height: 23px;
    margin-bottom: 7px
  }
}

footer .footerTop .innerWrapper .socials .btnWrap .callRequest span, footer .footerTop .innerWrapper .target {
  display: none
}

footer .footerTop .innerWrapper .target p {
  color: #666869;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px
}

footer .footerTop .innerWrapper .target a {
  color: #fff;
  font-weight: 300
}

@media (min-width: 1000px) {
  footer .footerTop .innerWrapper .target {
    display: block
  }
}

footer .footerTop .innerWrapper .socials .btnWrap {
  text-align: center;
  margin-bottom: 25px
}

footer .footerTop .innerWrapper .socials .btnWrap .callRequest {
  width: 170px;
  height: 36px;
  line-height: 32px;
  font-size: 15px;
  font-family: 'Gilroy', sans-serif;
  border: 2px solid #fff;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

@media (min-width: 600px) {
  footer .footerTop .innerWrapper .socials .btnWrap .callRequest {
    height: 36px;
    border: 2px solid #fff;
    width: 170px
  }

  footer .footerTop .innerWrapper .socials .btnWrap .callRequest span {
    display: inline
  }

  footer .footerTop .innerWrapper .socials .btnWrap .callRequest .icon {
    display: none
  }
}

@media (min-width: 1000px) {
  footer .footerTop .innerWrapper .socials .btnWrap {
    text-align: right
  }
}

footer .footerTop .innerWrapper .socials .socialBlock {
  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
}

footer .footerTop .innerWrapper .socials .socialBlock a {
  margin: 0 5px
}

footer .footerTop .innerWrapper .socials .socialBlock a .icon {
  fill: #cfc1a9;
  width: 25px
}

@media (min-width: 1000px) {
  footer .footerTop .innerWrapper .socials .socialBlock a .icon {
    width: 20px;
    height: 20px
  }
}

footer .footerTop .innerWrapper .socials .socialBlock a:hover .icon {
  fill: #fff
}

@media (min-width: 1000px) {
  footer .footerTop .innerWrapper .socials .socialBlock {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  footer .footerTop .innerWrapper .socials {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
}

@media (min-width: 600px) {
  footer .footerTop .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

footer .footerBottom {
  background-color: #202020;
  padding: 30px 0
}

footer .footerBottom .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 .footerBottom .innerWrapper .politics a:last-child {
  margin-bottom: 0
}

footer .footerBottom .innerWrapper .politics a:hover {
  color: #fff
}

@media (min-width: 600px) {
  footer .footerBottom .innerWrapper .politics a {
    margin-bottom: 0
  }

  footer .footerBottom .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 .footerBottom .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 .footerBottom {
    padding: 30px 0
  }
}

.section1 {
  background-color: #222;
  background-image: url(../img/BG1_mob.png);
  background-repeat: no-repeat;
  background-position: center
}

.section1 .innerWrapper {
  height: 100vh;
  min-height: 600px;
  position: relative
}

.section1 .innerWrapper .phone {
  display: none;
  position: absolute;
  bottom: 50px;
  left: 0
}

.section1 .innerWrapper .address .icon, .section1 .innerWrapper .phone .icon {
  margin-right: 10px;
  width: 13px;
  height: 13px;
  fill: #7a7a7a
}

.section1 .innerWrapper .address span, .section1 .innerWrapper .phone span {
  font-weight: 300;
  color: #7a7a7a;
  font-size: 14px
}

@media (min-width: 600px) {
  .section1 .innerWrapper .phone {
    display: block
  }
}

.section1 .innerWrapper .address {
  display: none;
  position: absolute;
  bottom: 25px;
  right: 0;
  padding-left: 20px
}

.section1 .innerWrapper .address .icon {
  position: absolute;
  top: 0;
  left: 0
}

.section1 .innerWrapper .address span {
  line-height: 20px
}

@media (min-width: 600px) {
  .section1 .innerWrapper .address {
    display: block
  }
}

.section1 .innerWrapper .textBlock {
  position: absolute;
  z-index: 9;
  top: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  height: 60vh;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.section1 .innerWrapper .textBlock h1.title {
  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px
}

@media (min-width: 600px) {
  .section1 .innerWrapper .textBlock h1.title {
    font-size: 52px;
    line-height: 66px;
    letter-spacing: 2.6px
  }
}

@media (min-width: 1000px) {
  .section1 .innerWrapper .textBlock h1.title {
    font-size: 60px;
    line-height: 66px;
    margin-bottom: 16px
  }
}

.section1 .innerWrapper .textBlock .description {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #b4b4b4
}

@media (min-width: 600px) {
  .section1 .innerWrapper .textBlock .description {
    font-size: 18px;
    line-height: 26px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 1000px) {
  .section1 .innerWrapper .textBlock .description {
    margin-left: unset;
    margin-right: unset
  }
}

.section1 .innerWrapper .textBlock .btnWrap {
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10vw
}
@media(min-width:600px){
  .section1 .innerWrapper .textBlock .btnWrap{
    margin-top: 40px;
  }
}
@media (min-width: 600px) {
  .section1 .innerWrapper .textBlock .btnWrap {
    max-width: 225px
  }
}

@media (min-width: 1000px) {
  .section1 .innerWrapper .textBlock .btnWrap {
    margin-left: unset
  }
}

@media (min-width: 600px) {
  .section1 .innerWrapper .textBlock {
    top: 0;
    height: 71vh
  }
}

@media (min-width: 1000px) {
  .section1 .innerWrapper .textBlock {
    text-align: left;
    width: 50%;
    height: 40vh
  }
}

@media (min-width: 600px) {
  .section1 {
    background-image: url(../img/BG1_tab.png), url(../img/testBGLines.png);
    background-size: auto, contain;
    background-repeat: no-repeat, repeat-y;
    background-position: center top 60%, center
  }
}

@media (min-width: 1000px) {
  .section1 {
    background-image: url(../img/BG1_desk.png), url(../img/testBGLines.png);
    background-size: cover, auto;
    background-repeat: no-repeat, repeat-y;
    background-position: center
  }
}

.section2 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #fff;
  background-image: url(../img/testBGLines2.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center
}

.section2 .titleBlock {
  margin-bottom: 30px
}

@media (min-width: 600px) {
  .section2 .titleBlock h2.title {
    text-align: left;
    max-width: 590px
  }

  .section2 .titleBlock {
    margin-bottom: 50px
  }
}

@media (min-width: 1000px) {
  .section2 .titleBlock {
    margin-bottom: 60px
  }
}

.section2 .content {
  text-align: center
}

.section2 .content .item {
  margin-bottom: 30px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto
}

.section2 .content .item .icon {
  width: 56px;
  height: 58px;
  fill: #a38f6a;
  margin-bottom: 15px
}

@media (min-width: 600px) {
  .section2 .content .item .icon {
    margin-bottom: 40px
  }

  .section2 .content .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;
    position: relative;
    max-width: 80%
  }

  .section2 .content .item:before {
    content: '';
    width: 8px;
    height: 11px;
    position: absolute;
    top: 75px;
    left: 0;
    background-image: url(../img/svg/bl2_icon4.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
  }

  .section2 .content .item:after {
    content: '';
    width: calc(100% + 23px);
    height: 1px;
    background-color: #5f5f5f;
    position: absolute;
    top: 81px;
    left: 8px
  }

  .section2 .content .item:last-child:before {
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    top: 75px;
    left: 0;
    background-image: url(../img/svg/bl2_icon5.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
  }

  .section2 .content .item:last-child:after {
    display: none
  }

  .section2 .content {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .section2 {
    padding-top: 110px;
    padding-bottom: 30px
  }
}

@media (min-width: 1000px) {
  .section2 {
    background-size: auto;
    padding-top: 133px;
    padding-bottom: 50px
  }
}

.section3 {
  padding-top: 22px;
  padding-bottom: 25px;
  background-color: #fff;
  background-image: url(../img/testBGLines2.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center
}

@media (min-width: 1000px) {
  .section3 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.section3 .titleBlock {
  margin-bottom: 33px
}

@media (min-width: 600px) {
  .section3 .titleBlock {
    margin-bottom: 43px
  }
}

@media (min-width: 1000px) {
  .section3 .titleBlock {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    padding-top: 120px;
    position: relative;
    z-index: 15
  }
}

.section3 .content {
  background-color: #e0dfe1;
  text-align: center;
  padding: 50px 20px 40px
}

.section3 .content .item {
  margin-bottom: 30px
}

.section3 .content .item .icon {
  width: 24px;
  height: 24px;
  fill: #de3d3d;
  margin-bottom: 12px
}

@media (min-width: 600px) {
  .section3 .content .item .icon {
    margin-bottom: 9px
  }
}

.section3 .content .item:last-child {
  margin-bottom: 0
}

@media (min-width: 600px) {
  .section3 .content .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-bottom: 29px
  }

  .section3 .content {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 132px 55px 97px 64px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: -9px 17px 65px 0 rgba(0, 0, 0, .3);
    box-shadow: -9px 17px 65px 0 rgba(0, 0, 0, .3)
  }

  .section3 .content:after, .section3 .content:before {
    position: absolute;
    left: -7px;
    font-size: 135px;
    font-family: 'Gilroy', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    color: #e7e6e8
  }

  .section3 .content:before {
    top: -20px;
    content: 'Business';
    letter-spacing: 1px
  }

  .section3 .content:after {
    content: 'Roadmap';
    bottom: -24px;
    letter-spacing: 2px
  }
}

@media (min-width: 1000px) {
  .section3 .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 805px;
    flex: 0 0 805px;
    margin-left: -65px;
    position: relative;
    z-index: 10;
    padding: 160px 90px 104px 154px
  }

  .section3 .content:after, .section3 .content:before {
    font-size: 147px;
    letter-spacing: 1.2px
  }
}

@media (min-width: 600px) {
  .section3 {
    padding-top: 44px;
    padding-bottom: 35px
  }
}

@media (min-width: 1000px) {
  .section3 {
    padding-top: 53px;
    background-size: auto
  }
}

.section4 {
  padding-top: 40px;
  padding-bottom: 210px;
  background-color: #fff;
  background-image: url(../img/bl3_BG.png), url(../img/testBGLines2.png);
  background-repeat: no-repeat, repeat-y;
  background-size: 65%, contain;
  background-position: bottom center, center
}

@media (min-width: 600px) {
  .section4 .titleBlock h2.title {
    margin-bottom: 13px
  }

  .section4 .titleBlock .desc {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 1000px) {
  .section4 .titleBlock .desc {
    margin-left: unset;
    margin-right: unset
  }

  .section4 .titleBlock {
    max-width: 42.8%;
    margin-left: auto
  }
}

@media (min-width: 600px) {
  .section4 {
    padding-top: 57px;
    padding-bottom: 362px;
    background-size: 51%, contain
  }
}

@media (min-width: 1000px) {
  .section4 {
    background-size: auto;
    padding-top: 242px;
    padding-bottom: 167px;
    background-position: left calc(50% - 292px) bottom, center
  }
}

.section5 {
  padding-top: 75px;
  padding-bottom: 18px;
  background-color: #222;
  background-image: url(../img/testBGLines.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center
}

.section5 .titleBlock {
  margin-bottom: 43px
}

.section5 .titleBlock h2.title {
  color: #fff
}

@media (min-width: 600px) {
  .section5 .titleBlock h2.title {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 1000px) {
  .section5 .titleBlock h2.title {
    text-align: center;
    max-width: 880px
  }
}

.section5 .titleBlock .desc {
  color: #a5a5a5
}

@media (min-width: 600px) {
  .section5 .titleBlock .desc {
    max-width: 490px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 1000px) {
  .section5 .titleBlock .desc {
    text-align: center;
    max-width: 710px
  }
}

@media (min-width: 600px) {
  .section5 .titleBlock {
    margin-bottom: 53px
  }
}

@media (min-width: 1000px) {
  .section5 .titleBlock {
    margin-bottom: 73px
  }
}

.section5 .content {
  text-align: center
}

.section5 .content .item {
  margin-bottom: 30px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto
}

.section5 .content .item .icon {
  width: 56px;
  height: 58px;
  fill: #a38f6a;
  margin-bottom: 15px
}

@media (min-width: 600px) {
  .section5 .content .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 100%;
    margin-left: unset;
    margin-right: unset
  }
}

@media (min-width: 1000px) {
  .section5 .content .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px
  }
}

@media (min-width: 600px) {
  .section5 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 1000px) {
  .section5 .content {
    max-width: 90%
  }
}

@media (min-width: 600px) {
  .section5 {
    padding-top: 110px;
    padding-bottom: 57px
  }
}

@media (min-width: 1000px) {
  .section5 {
    padding-top: 122px;
    padding-bottom: 104px;
    background-size: auto
  }
}

.section6 {
  padding-top: 75px;
  padding-bottom: 25px;
  background-color: #fff;
  background-image: url(../img/testBGLines2.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center
}

.section6 .titleBlock {
  margin-bottom: 33px
}

@media (min-width: 1000px) {
  .section6 .titleBlock h2.title {
    text-align: center
  }
}

@media (min-width: 600px) {
  .section6 .titleBlock .desc {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 1000px) {
  .section6 .titleBlock .desc {
    text-align: center;
    max-width: 750px
  }
}

@media (min-width: 600px) {
  .section6 .titleBlock {
    margin-bottom: 41px
  }
}

@media (min-width: 1000px) {
  .section6 .titleBlock {
    margin-bottom: 51px
  }
}

.section6 .content .item, .section6 .content .item .int {
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

.section6 .content .item {
  background-color: #222;
  margin-bottom: 6px;
  padding: 20px 25px 45px 30px;
  overflow: hidden;
  position: relative;
  z-index: 9
}

.section6 .content .item .int {
  position: absolute;
  z-index: -1;
  bottom: -22px;
  right: -10px;
  font-weight: 800;
  font-size: 145px;
  color: #36322c
}

@media (min-width: 1000px) {
  .section6 .content .item .int {
    font-size: 180px;
    bottom: -27px;
    right: -8px
  }
}

.section6 .content .item .content_title_white {
  margin-bottom: 11px
}

.section6 .content .item .content_text_white {
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

.section6 .content .item.hidden {
  display: none
}

@media (min-width: 600px) {
  .section6 .content .item.hidden {
    display: block
  }
}

.section6 .content .item:hover {
  background-color: #1c54e9
}

.section6 .content .item:hover .int {
  color: #456ceb
}

.section6 .content .item:hover .content_text_white, .section8 .titleBlock h2.title {
  color: #fff
}

@media (min-width: 600px) {
  .section6 .content .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    padding: 30px 25px 35px 43px;
    margin-bottom: 29px
  }
}

@media (min-width: 1000px) {
  .section6 .content .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.5%;
    flex: 0 0 31.5%;
    padding: 30px 25px 45px 43px;
    margin-bottom: 31px
  }
}

@media (min-width: 600px) {
  .section6 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .section6 {
    padding-top: 111px
  }
}

@media (min-width: 1000px) {
  .section6 {
    background-size: auto;
    padding-top: 130px
  }
}

.section7 {
  padding-top: 46px;
  padding-bottom: 80px;
  background-color: #fff;
  background-image: url(../img/testBGLines2.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center
}

.section7 .content {
  background-color: #fff;
  border: 10px solid #a38f6a;
  padding: 45px 20px 49px
}

.section7 .content .titleBlock {
  margin-bottom: 35px
}

@media (min-width: 600px) {
  .section7 .content .titleBlock {
    margin-bottom: 60px
  }
}

.section7 .content .formWrap form input {
  text-align: left;
  color: #000
}

@media (min-width: 600px) {
  .section7 .content .formWrap form .inputWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    margin-bottom: 0
  }
}

@media (min-width: 1000px) {
  .section7 .content .formWrap form .inputWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%
  }
}

.section7 .content .formWrap form .btnWrap .btn {
  max-width: 350px
}

@media (min-width: 600px) {
  .section7 .content .formWrap form .btnWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    margin-top: 0
  }
}

@media (min-width: 1000px) {
  .section7 .content .formWrap form .btnWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%
  }
}

@media (min-width: 600px) {
  .section7 .content .formWrap form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}

@media (min-width: 1000px) {
  .section7 .content .formWrap form {
    max-width: 54%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 600px) {
  .section7 .content {
    padding: 63px 30px 60px 20px
  }
}

@media (min-width: 1000px) {
  .section7 .content {
    padding: 61px 30px 62px 57px;
    background-image: url(../img/formBG.png);
    background-repeat: no-repeat;
    background-position: bottom -48px right -135px;
    background-size: auto
  }
}

@media (min-width: 600px) {
  .section7 {
    padding-top: 48px;
    padding-bottom: 120px
  }
}

@media (min-width: 1000px) {
  .section7 {
    padding-top: 23px;
    padding-bottom: 134px;
    background-size: auto
  }
}

.section8 {
  padding-top: 74px;
  padding-bottom: 80px;
  background-color: #222;
  background-image: url(../img/testBGLines.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center
}

.section8 .titleBlock {
  margin-bottom: 35px
}

@media (min-width: 600px) {
  .section8 .titleBlock h2.title {
    text-align: left
  }
}

.section8 .titleBlock .desc {
  color: #a5a5a5
}

@media (min-width: 600px) {
  .section8 .titleBlock {
    margin-bottom: 42px
  }
}

@media (min-width: 1000px) {
  .section8 .titleBlock {
    margin-bottom: 63px
  }
}

.orderPanel .wrapper label, .section8 .content {
  text-align: center
}

.section8 .content .item {
  margin-bottom: 24px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto
}

.section8 .content .item .int {
  color: #a38f6a;
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 7px
}

.section8 .content .item .int span {
  font-size: 24px
}

.section11 .contentList li:last-child, .section8 .content .item:last-child {
  margin-bottom: 0
}

@media (min-width: 600px) {
  .section8 .content .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    text-align: left;
    margin-bottom: 20px;
    margin-left: unset;
    margin-right: unset
  }
}

.section8 .content .btnWrap {
  margin-top: 42px
}

.section8 .content .btnWrap .btn {
  font-size: 18px;
  height: 71px;
  line-height: 71px
}

@media (min-width: 600px) {
  .section8 .content .btnWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 290px;
    margin-top: 0;
    margin-right: 7.5%;
    margin-bottom: 5%;
    -ms-flex-item-align: end;
    align-self: flex-end
  }
}

@media (min-width: 1000px) {
  .section8 .content .btnWrap {
    margin-right: 6%;
    margin-bottom: 3.5%
  }
}

@media (min-width: 600px) {
  .section8 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .section8 {
    padding-top: 110px;
    padding-bottom: 97px
  }
}

@media (min-width: 1000px) {
  .section8 {
    padding-top: 130px;
    padding-bottom: 103px;
    background-size: auto
  }
}

.section9 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #fff;
  background-image: url(../img/testBGLines2.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center
}

.section9 .titleBlock {
  margin-bottom: 40px
}

@media (min-width: 600px) {
  .section9 .titleBlock {
    margin-bottom: 60px
  }
}

@media (min-width: 1000px) {
  .section9 .titleBlock {
    max-width: 750px;
    margin-bottom: 70px
  }
}

.section9 .content {
  background-color: #fff
}

.section9 .content .item {
  text-align: center;
  margin-bottom: 15px
}

.section9 .content .item .img_wrap {
  padding-bottom: 60px;
  margin-bottom: 5px
}

.section9 .content .item .text {
  color: #969798;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.2
}

@media (min-width: 600px) {
  .section9 .content .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    margin-bottom: 35px
  }
}

@media (min-width: 1000px) {
  .section9 .content .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 6) - 15px);
    flex: 0 0 calc((100% / 6) - 15px)
  }
}

@media (min-width: 600px) {
  .section9 .content {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media (min-width: 1000px) {
  .section9 .content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 100%
  }
}

@media (min-width: 600px) {
  .section9 {
    padding-top: 110px;
    padding-bottom: 30px
  }
}

@media (min-width: 1000px) {
  .section9 {
    background-size: auto;
    padding-top: 130px;
    padding-bottom: 70px
  }
}

.section10 {
  padding-top: 30px;
  padding-bottom: 28px;
  background-color: #fff;
  background-image: url(../img/testBGLines2.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center
}

.section10 .titleBlock {
  margin-bottom: 35px
}

@media (min-width: 600px) {
  .section10 .titleBlock h2.title {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 1000px) {
  .section10 .titleBlock h2.title {
    margin-left: unset;
    margin-right: unset
  }
}

@media (min-width: 600px) {
  .section10 .titleBlock .desc {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 1000px) {
  .section10 .titleBlock .desc {
    margin-left: unset;
    margin-right: unset
  }
}

@media (min-width: 600px) {
  .section10 .titleBlock {
    margin-bottom: 60px
  }
}

@media (min-width: 1000px) {
  .section10 .titleBlock {
    margin-bottom: 105px
  }
}

.section10 .content {
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .1)
}

.section10 .content .item {
  padding: 25px;
  border-bottom: 1px solid #ececec
}

.section10 .content .item .content_title_black {
  color: #28292d
}

@media (min-width: 600px) {
  .section10 .content .item .content_title_black {
    margin-bottom: 10px
  }
}

.section10 .content .item:last-child {
  border-bottom: none
}

@media (min-width: 600px) {
  .section10 .content .item {
    padding: 30px 60px 24px
  }
}

@media (min-width: 1000px) {
  .section10 .content .item {
    padding: 25px 60px 24px 45px
  }
}

.section10 .imgBlock {
  display: none
}

@media (min-width: 600px) {
  .section10 .imgBlock {
    width: 330px;
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .section10 .imgBlock img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
  }
}

@media (min-width: 1000px) {
  .section10 .imgBlock {
    width: 100%;
    margin-bottom: 70px
  }
}

.section10 .intBlock .integer {
  text-align: center;
  margin-bottom: 44px
}

.section10 .intBlock .integer .int {
  font-size: 76px;
  color: #a38f6a;
  font-weight: 800;
  margin-bottom: 10px
}

.section10 .intBlock .integer .int:before {
  content: '>'
}

@media (min-width: 600px) {
  .section10 .intBlock .integer .int {
    margin-bottom: 8px
  }
}

.section10 .intBlock .integer .text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #28292d
}

@media (min-width: 600px) {
  .section10 .intBlock .integer:last-child {
    margin-bottom: 0
  }

  .section10 .intBlock {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.section10 .innerWrapper .leftSide {
  margin-bottom: 50px
}

@media (min-width: 600px) {
  .section10 .innerWrapper .leftSide {
    margin-bottom: 72px
  }
}

@media (min-width: 1000px) {
  .section10 .innerWrapper .leftSide {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-top: 73px
  }
}

@media (min-width: 600px) {
  .section10 .innerWrapper .rightSide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}

@media (min-width: 1000px) {
  .section10 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    display: block
  }

  .section10 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 600px) {
  .section10 {
    padding-top: 50px;
    padding-bottom: 119px
  }
}

@media (min-width: 1000px) {
  .section10 {
    padding-top: 30px;
    background-size: auto;
    padding-bottom: 142px
  }
}

.section11 {
  padding-top: 74px;
  padding-bottom: 80px;
  background-color: #222;
  background-image: url(../img/testBGLines.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center
}

.section11 .titleBlock {
  margin-bottom: 35px
}

.section11 .titleBlock h2.title {
  color: #fff
}

.section11 .titleBlock .desc {
  color: #a5a5a5
}

@media (min-width: 600px) {
  .section11 .titleBlock {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 42px;
    max-width: 500px
  }
}

@media (min-width: 1000px) {
  .section11 .titleBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    margin-left: unset;
    margin-right: unset
  }
}

.section11 .contentList {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px
}

.section11 .contentList li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 16px
}

.section11 .contentList li span {
  font-weight: 800;
  color: #fff
}

.section11 .contentList li:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #b39c72;
  position: absolute;
  top: 1px;
  left: 0
}

@media (min-width: 600px) {
  .section11 .contentList li {
    max-width: 280px
  }

  .section11 .contentList li:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
  }

  .section11 .contentList {
    max-width: 78%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 200px;
    margin-bottom: 80px
  }
}

@media (min-width: 1000px) {
  .section11 .contentList {
    max-width: 100%;
    margin-left: unset;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-top: 7px;
    margin-bottom: 0
  }
}

.section11 .secTitle {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px
}

.section11 .secTitle span {
  color: #a38f6a
}

@media (min-width: 600px) {
  .section11 .secTitle {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 33px
  }
}

@media (min-width: 1000px) {
  .section11 .secTitle {
    padding-top: 30px;
    margin-bottom: 43px
  }
}

.section11 .ticketBock {
  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;
  margin-bottom: 30px
}

.section11 .ticketBock .ticket {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  margin-bottom: 17px
}

@media (min-width: 600px) {
  .section11 .ticketBock .ticket {
    margin-bottom: 28px
  }

  .section11 .ticketBock {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px
  }
}

.section11 .formWrap {
  background-color: #3c3c3c;
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
  max-width: 555px;
  margin-left: auto;
  margin-right: auto
}

.section11 .formWrap .wrapper {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto
}

.section11 .formWrap .wrapper .title {
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 11px
}

@media (min-width: 600px) {
  .section11 .formWrap .wrapper .title {
    margin-bottom: 17px
  }
}

.section11 .formWrap .wrapper .text {
  color: #b3b3b3;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 20px
}

.section11 .formWrap .wrapper .text span {
  color: #fff;
  background-color: #a38f6a
}

@media (min-width: 600px) {
  .section11 .formWrap .wrapper .text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px
  }
}

.section11 .formWrap .wrapper input {
  text-align: left
}

.section11 .formWrap .wrapper .btnWrap {
  margin-top: 30px
}

.section11 .formWrap .wrapper .btnWrap .btn {
  max-width: 380px;
  height: 60px
}

@media (min-width: 600px) {
  .section11 .formWrap .wrapper .btnWrap {
    margin-top: 49px
  }

  .section11 .formWrap .wrapper {
    max-width: 360px
  }

  .section11 .formWrap {
    padding-top: 70px;
    padding-bottom: 80px
  }
}

@media (min-width: 1000px) {
  .section11 .formWrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: unset;
    margin-right: unset;
    padding-bottom: 85px
  }

  .section11 .innerWrapper .bottomSide, .section11 .innerWrapper .topSide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .section11 .innerWrapper .topSide {
    margin-bottom: 55px
  }

  .section11 .innerWrapper .bottomSide {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media (min-width: 600px) {
  .section11 {
    padding-top: 111px;
    padding-bottom: 120px
  }
}

@media (min-width: 1000px) {
  .section11 {
    padding-top: 130px;
    background-size: auto;
    padding-bottom: 100px
  }
}

.success {
  background-color: #fff;
  background-image: url(../img/successLines.png), url(../img/successBG.jpg);
  background-position: center top;
  background-size: contain, cover;
  background-repeat: repeat-y, no-repeat
}

.success .innerWrapper {
  padding-top: 120px;
  padding-bottom: 70px;
  height: 100vh;
  min-height: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.success .innerWrapper .logo {
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center
}

.success .innerWrapper .logo .icon {
  width: 60px;
  height: 40px;
  fill: #fff
}

.success .innerWrapper .textBlock {
  margin-bottom: 35px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 300px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.success .innerWrapper .textBlock h1.title {
  font-family: 'Gilroy', sans-serif;
  color: #fff;
  font-weight: 800;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 30px
}

@media (min-width: 600px) {
  .success .innerWrapper .textBlock h1.title {
    font-size: 36px;
    line-height: 42px
  }
}

.success .innerWrapper .textBlock .btn {
  max-width: 280px;
  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;
  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
}

.success .innerWrapper .textBlock .text {
  font-family: 'Gilroy', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 30px
}

@media (min-width: 600px) {
  .success .innerWrapper .textBlock .text {
    font-size: 18px;
    line-height: 24px
  }

  .success .innerWrapper .textBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 0
  }
}

@media (min-width: 1000px) {
  .success .innerWrapper .textBlock {
    padding-top: 35px
  }
}

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 label {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 16px;
  font-weight: 300
}

form .inputWrapper input {
  display: block;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-family: 'Gilroy', sans-serif;
  width: 100%;
  text-align: center;
  height: 35px;
  color: #fff;
  padding-left: 7px;
  background-color: transparent;
  border-bottom: 2px solid #b39c72
}

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: 53px
  }
}

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: 50%;
  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: -6px;
  opacity: 1
}

form .inputWrapper .warning_ico {
  width: 18px;
  height: 18px
}

@media (min-width: 1000px) {
  form .inputWrapper {
    height: 45px
  }
}

form .btnWrap {
  margin-top: 25px
}

form .btnWrap .btn {
  max-width: 215px
}

@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
  }
}

.orderPanel {
  display: none;
  background-color: #3c3c3c;
  width: 100%;
  max-width: 500px;
  padding-top: 70px;
  padding-bottom: 60px
}

.orderPanel .fancybox-close-small {
  top: 15px;
  right: 15px;
  padding: 5px
}

.orderPanel .fancybox-close-small:hover {
  color: #fff
}

.orderPanel .wrapper {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto
}

.orderPanel .wrapper .title {
  font-family: 'Gilroy', sans-serif;
  color: #fff;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase
}

@media (min-width: 600px) {
  .orderPanel .wrapper .title {
    margin-bottom: 40px;
    font-size: 30px
  }
}

.orderPanel .wrapper .btnWrap {
  margin-top: 30px
}

.orderPanel .wrapper .btnWrap .btn {
  max-width: 380px;
  height: 60px
}

@media (min-width: 600px) {
  .orderPanel .wrapper .btnWrap {
    margin-top: 49px
  }
}

.modalPolitics, .orderPanel#mainForm {
  padding: 0;
  max-width: 330px;
  background-color: #fff
}

.orderPanel#mainForm .innerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%
}

.orderPanel#mainForm .innerWrapper .imgBlock {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 25px
}

.orderPanel#mainForm .innerWrapper .imgBlock img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

@media (min-width: 600px) {
  .orderPanel#mainForm .innerWrapper .imgBlock {
    margin-bottom: 0
  }
}

.orderPanel#mainForm .innerWrapper .wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.orderPanel#mainForm .innerWrapper .wrapper .title {
  color: #222
}

.orderPanel#mainForm .innerWrapper .wrapper form {
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 600px) {
  .orderPanel#mainForm .innerWrapper .wrapper .btnWrap {
    margin-top: 25px;
    padding-bottom: 0
  }
}

@media (min-width: 1000px) {
  .orderPanel#mainForm .innerWrapper .wrapper .btnWrap {
    margin-top: 50px
  }
}

@media (min-width: 600px) {
  .orderPanel#mainForm .innerWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .orderPanel#mainForm {
    max-width: 850px
  }
}

.modalPolitics {
  display: none;
  max-width: 750px;
  width: 100%;
  border-radius: 3px;
  border-bottom: 3px solid #2a2a2d
}

.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: #292929
}

.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
  }
}

.roadMapBlock {
  background: url(../img/testBGLines2.png) center top repeat-y;
  -webkit-background-size: contain;
  background-size: contain;
  background-color: #fff;
  padding-top: 130px;
  padding-bottom: 135px
}

@media (max-width: 850px) {
  .roadMapBlock {
    padding-top: 25px;
    padding-bottom: 35px
  }
}

@media (max-width: 500px) {
  .roadMapBlock {
    overflow: hidden;
    padding-bottom: 80px
  }
}

@media (max-width: 1000px) {
  .roadMapBlock .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.roadMapBlock .leftSide {
  margin-top: 85px
}

@media (max-width: 1000px) {
  .roadMapBlock .leftSide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 30px
  }
}

@media (max-width: 500px) {
  .roadMapBlock .leftSide {
    margin-top: 20px
  }
}

.roadMapBlock .leftSide .title {
  font-size: 40px;
  line-height: 48px;
  max-width: 380px;
  color: #000;
  margin-bottom: 20px
}
@media (max-width: 1000px) {
  .roadMapBlock .leftSide .title {
    max-width: 560px;
    text-align: center;
    margin: 0 auto 20px
  }
}
@media (max-width: 500px) {
  .roadMapBlock .leftSide .title {
    line-height: 31px;
    font-size: 26px;
    margin-bottom: 7px
  }
}

.roadMapBlock .leftSide .blockDescription {
  max-width: 440px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  color: #5d5e62;
}

@media (max-width: 1000px) {
  .roadMapBlock .leftSide .blockDescription {
    margin: 0 auto;
    text-align: center
  }
}

.roadMapBlock .rightSide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58%;
  -ms-flex: 0 0 58%;
  flex: 0 0 58%;
  height: 455px
}

@media (max-width: 1000px) {
  .roadMapBlock .rightSide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media (max-width: 850px) {
  .roadMapBlock .rightSide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%
  }
}

@media (max-width: 500px) {
  .roadMapBlock .rightSide {
    height: 200px
  }
}

.roadMapBlock .rightSide .pages {
  position: relative;
  height: 100%;
  width: 100%
}

.roadMapBlock .rightSide .pages .page {
  position: absolute
}

@media (max-width: 500px) {
  .roadMapBlock .rightSide .pages .page {
    width: 215px
  }
}

.roadMapBlock .rightSide .pages .page.firstPage {
  z-index: 50;
  right: 0;
  bottom: 0
}

.roadMapBlock .rightSide .pages .page.firstPage:hover {
  bottom: 4%
}

.roadMapBlock .rightSide .pages .page.secondPage {
  z-index: 40;
  right: 12.2%;
  bottom: 9%
}

@media (max-width: 500px) {
  .roadMapBlock .rightSide .pages .page.secondPage {
    right: 0;
    left: 0;
    margin: auto
  }
}

.roadMapBlock .rightSide .pages .page.secondPage:hover {
  bottom: 13%
}

.roadMapBlock .rightSide .pages .page.thirdPage {
  z-index: 30;
  right: 25%;
  bottom: 17%
}

@media (max-width: 500px) {
  .roadMapBlock .rightSide .pages .page.thirdPage {
    right: unset;
    left: 0
  }
}

.roadMapBlock .rightSide .pages .page.thirdPage:hover {
  bottom: 21%
}

.roadMapBlock .howItWorksBlock {
  margin-top: 170px
}

@media (max-width: 850px) {
  .roadMapBlock .howItWorksBlock {
    max-width: 615px;
    margin: 165px auto 0
  }
}

.roadMapBlock .howItWorksBlock .title {
  text-transform: uppercase;
  font-size: 24px;
  color: #000;
  margin-bottom: 60px
}

@media (max-width: 1000px) {
  .roadMapBlock .howItWorksBlock .title {
    text-align: center
  }
}

@media (max-width: 500px) {
  .roadMapBlock .howItWorksBlock .title {
    text-align: left;
    margin-bottom: 31px
  }
}

@media (max-width: 850px) {
  .roadMapBlock .howItWorksBlock .innerWrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.auditBlock .innerWrapper .auditItem, .roadMapBlock .howItWorksBlock .innerWrapper .howItWorksItem {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 4);
  -ms-flex: 0 0 calc(100% / 4);
  flex: 0 0 calc(100% / 4)
}

@media (max-width: 1000px) {
  .roadMapBlock .howItWorksBlock .innerWrapper .howItWorksItem {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 2);
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 35px
  }
}

@media (max-width: 850px) {
  .roadMapBlock .howItWorksBlock .innerWrapper .howItWorksItem:first-child {
    max-width: 250px
  }

  .roadMapBlock .howItWorksBlock .innerWrapper .howItWorksItem:nth-child(3) {
    max-width: 250px
  }
}

@media (max-width: 500px) {
  .roadMapBlock .howItWorksBlock .innerWrapper .howItWorksItem {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100% !important;
    margin-bottom: 21px;
    padding-left: 15px;
    padding-right: 15px
  }
}

.roadMapBlock .howItWorksBlock .innerWrapper .howItWorksItem .number {
  padding-bottom: 30px;
  font-size: 40px;
  font-weight: 800;
  color: #a38f6a;
  position: relative
}

.roadMapBlock .howItWorksBlock .innerWrapper .howItWorksItem .number span {
  display: inline-block;
  font-size: 24px;
  margin-left: 10px
}

.roadMapBlock .howItWorksBlock .innerWrapper .howItWorksItem .number:before {
  content: '';
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #b0b0b0;
  background-color: #f7f7f7
}

.roadMapBlock .howItWorksBlock .innerWrapper .howItWorksItem .number:after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 5px;
  left: 5px;
  width: calc(100% + 25px);
  height: 1px;
  background-color: #b0b0b0
}

.roadMapBlock .howItWorksBlock .innerWrapper .howItWorksItem .desc {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300
}

.roadMapBlock .howItWorksBlock .innerWrapper .howItWorksItem .desc span {
  font-weight: 800;
  font-size: 18px
}

.roadMapBlock .howItWorksBlock .innerWrapper .howItWorksItem.first .desc {
  max-width: 175px
}

.roadMapBlock .howItWorksBlock .innerWrapper .howItWorksItem.fourth .desc, .roadMapBlock .howItWorksBlock .innerWrapper .howItWorksItem.second .desc {
  max-width: 230px
}

.roadMapBlock .howItWorksBlock .innerWrapper .howItWorksItem.fourth .number:after {
  display: none
}