* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline
}
@font-face {
    font-family: Myriad Pro;
    src: url(../fonts/MyriadPro-Regular.eot);
    src: local('?'), url(../fonts/MyriadPro-Regular.woff) format('woff'), url(../fonts/MyriadPro-Regular.ttf) format('truetype'), url(../fonts/MyriadPro-Regular.svg) format('svg')
}

@font-face {
    font-family: roboto;
    src: url(/fonts/Roboto.eot);
    src: local('?'), url(/fonts/Roboto.woff) format('woff'), url(/fonts/Roboto.ttf) format('truetype'), url(/fonts/Roboto.svg) format('svg')
}

@font-face {
    font-family: PTSans Regular;
    src: url('/fonts/PTSans Regular.eot');
    src: local('?'), url('/fonts/PTSans Regular.woff') format('woff'), url('/fonts/PTSans Regular.ttf') format('truetype'), url('/fonts/PTSans Regular.svg') format('svg')
}
@font-face {
    font-family: 'arianamuserif';
    src: url('../fonts/arianamuserif.eot');
    src: local('☺'), url('../fonts/arianamuserif.woff') format('woff'), url('../fonts/arianamuserif.ttf') format('truetype'), url('../fonts/arianamuserif.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PFEncoreSansPro-Medium';
    src: url('../fonts/PFEncoreSansPro-Medium.eot');
    src: local('☺'), url('../fonts/PFEncoreSansPro-Medium.woff') format('woff'), url('../fonts/PFEncoreSansPro-Medium.ttf') format('truetype'), url('../fonts/PFEncoreSansPro-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PFEncoreSansPro-Book';
    src: url('../fonts/PFEncoreSansPro-Book.eot');
    src: local('☺'), url('../fonts/PFEncoreSansPro-Book.woff') format('woff'), url('../fonts/PFEncoreSansPro-Book.ttf') format('truetype'), url('../fonts/PFEncoreSansPro-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



.timer {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 240px;
    text-align: right;
    float: right;
}

.time-text {
    font-family:"PFEncoreSansPro-Book",sans-serif;
    display: inline-block;
    vertical-align: top;
    color: #eacb81;
    font-size: 24px;
    text-transform: uppercase;
    margin: 75px 0 0 0px;
}
#countdown_dashboard2,
#countdown_dashboard {
    display: block;
    vertical-align: top;
    margin: 17px 0 0;
    height: 89px;
    text-align: right;
}

#countdown_dashboard2 .inl-block,
#countdown_dashboard .inl-block {
    font-size: 60px;
    width: 0;
    color: #eacb81;
    margin: 0 0 0 11px;
}

#countdown_dashboard2 .dotted,
#countdown_dashboard .dotted {
    font-size: 36px;
    margin-top: 22px;
    margin-left: -6px;
    margin-right: 6px
}

.dash {
    width: 68px;
    height: 68px;
    display: inline-block;
    margin: 0 4px 0 24px;
    position: relative;
    background-size: cover;
    border-bottom: 1px solid #eacb81;
}

.dash .digit {
    font-family: "arianamuserif", sans-serif;
    font-size: 60px;
    float: left;
    width: 34px;
    line-height: 64px;
    padding-top: 3px;
    text-align: center;
    color: #eacb81;
    position: relative
}
.dash .digit:last-of-type {color: #ffffff;}
#countdown_dashboard2 .dash .digit:last-of-type {color: #212121;}
.dash_title {
    font-family: "PFEncoreSansPro-Book", sans-serif;
    position: absolute;
    text-align: center;
    display: block;
    width: 100%;
    bottom: -24px;
    font-size: 14px;
    color: #fff;
    text-transform: lowercase;
}

body {
    color: #000;
    font-size: 16px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    font-family: 'arianamuserif', sans-serif;
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.inl-block {
    display: inline-block;
    vertical-align: top
}

.overflow {
    overflow: hidden
}

.hidden {
    display: none
}

.s-hide {
    display: block
}

.s-visible {
    display: none
}

.wrapper {
    max-width: 960px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    min-height: 100%;
    position: relative
}

.clear {
    clear: both
}
span.white {
    color: #ffffff;
}
h1 {
    font-size: 48px;
    font-family: "arianamuserif",sans-serif;
    color: rgb(234, 203, 129);
    line-height: 1;
    text-align: left;
    margin: 0 0 0 33px;
}

h1 span {
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
}

h3 {
    font-family:"arianamuserif",sans-serif;
    font-size: 36px;
    padding-top: 93px;
    color: #eacb81;
    padding-left: 31px;
    text-align: left;
    position: relative;
    font-weight: 400;
}
h3.dark {
    color: rgb(33, 33, 33);
    line-height: 1.333;
}
h3:before {
    content: '';
    width: 12px;
    height: 120px;
    background: #eacb81;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 82px;
    left: 0;
}

.section3 h3:before {
    content: '';
    width: 12px;
    height: 160px;
    background: #eacb81;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 82px;
    left: 0;
}

h4 {
    font-size: 18px;
    color: #333;
    text-transform: uppercase
}

input[type=text]:-moz-placeholder           {color: #eacb81;font-size: 18px;font-family:"arianamuserif",sans-serif;}
input[type=text]:-ms-input-placeholder      {color: #eacb81;font-size: 18px;font-family:"arianamuserif",sans-serif;}
input[type=text]::-moz-placeholder          {color: #eacb81;font-size: 18px;font-family:"arianamuserif",sans-serif;}
input[type=text]::-webkit-input-placeholder {color: #eacb81;font-size: 18px;font-family:"arianamuserif",sans-serif;}


input[type=tel]:-moz-placeholder           {color: #eacb81;font-size: 18px;font-family:"arianamuserif",sans-serif;}
input[type=tel]:-ms-input-placeholder      {color: #eacb81;font-size: 18px;font-family:"arianamuserif",sans-serif;}
input[type=tel]::-moz-placeholder          {color: #eacb81;font-size: 18px;font-family:"arianamuserif",sans-serif;}
input[type=tel]::-webkit-input-placeholder {color: #eacb81;font-size: 18px;font-family:"arianamuserif",sans-serif;}

input[type=email]:-moz-placeholder           {color: #eacb81;font-size: 18px;font-family:"arianamuserif",sans-serif;}
input[type=email]:-ms-input-placeholder      {color: #eacb81;font-size: 18px;font-family:"arianamuserif",sans-serif;}
input[type=email]::-moz-placeholder          {color: #eacb81;font-size: 18px;font-family:"arianamuserif",sans-serif;}
input[type=email]::-webkit-input-placeholder {color: #eacb81;font-size: 18px;font-family:"arianamuserif",sans-serif;}

.text-center {
    text-align: center
}

.btn.white {
    background: #fff;
    outline: #fff solid 1px;
    color: #9f1140
}

.btn.white:hover {
    background: transparent;
    color: #fff;
    outline: #fff solid 1px
}

.btn {
    /*padding: 15px 23px;*/
    width: 238px;
    height: 55px;
    border: 1px solid #6c6c6c;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    color: #eacb81;
    text-transform: uppercase;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-family: 'arianamuserif', sans-serif;
    transition: 1s all
}

.btn:hover {
    background: #eacb81;
    color: #000000 !important;
    /*box-shadow: 0 4px 0 #1B1B1B;*/
}
.btn:hover:after {
    background: #000 !important;
}

.mess_error {
    position: relative;
    z-index: 10;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    line-break: auto;
    padding: 5px 10px;
    opacity: 1;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #9f1140
}

.tooltip-inner {
    padding: 3px 8px;
    color: #FFF;
    text-align: center;
    background-color: #9f1140;
    border-radius: 4px;
    font-size: 15px
}

.field {
    position: relative;
    float: left
}

.jb_input .field {
    width: 100%
}

.jb_input .mess_error {
    position: relative;
    width: 100%;
    padding: 5px 0;
    top: -5px;
    float: left
}

footer {
    margin-top: 0;
    background: #f5f5f5;
    height: 82px;
    text-align: left;
    line-height: 87px;
    text-decoration: none
}

footer .footer-links a {
    font-size: 16px;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: 400;
    color: #656565;
    text-decoration: none;
    padding: 0 0 0 13px;
}
footer .footer-links a:first-of-type {
    padding-left: 0;
}
footer .footer-links a:last-of-type {
    padding-right: 0;
}

footer .footer-links a:hover {
    /*text-decoration: underline;*/
    color: #1b1b1b;
}

footer .logo-type {
    width: 170px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
    margin: 25px 0 0 0;
    background: url(../img/logo-type-hidden.png) center no-repeat;
}

footer .logo-type:hover {
    background: url(../img/type-logo.png) center no-repeat;
    height: 41px;
}
.fancybox-skin {
    background: #fff;
}
form.form-pop-up {
    width: 353px;
    min-height: 310px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 25px 10px;
}
form.form-pop-up h3 {
    padding: 0;
    margin-top: 43px;
    margin-bottom: 42px;
    text-align: center;
    font-family: 'PFEncoreSansPro-Book', sans-serif;
    font-size: 23px;
    line-height: 44px;
    color: #000000;
}
form.form-pop-up h3:before {
    display: none;
}

form.form-pop-up .field .fa {
    position: absolute;
    top: 17px;
    left: 52px;
    color: #bababa;
}
form.form-pop-up .btn {
    background: #eacb81;
    color: #000000;
    padding: 10px 79px;
    margin: 0 auto;
    position: relative;
    display: inherit;
    font-size: 18px;
    width: 100%;
    max-width: 284px;
}
form.form-pop-up .btn:hover {
    background: #ffffff;
}
form.form-pop-up .field {
    width: 100%;
    margin: 0px 0 9px 0;
}
form.form-pop-up .field input[type=tel],
form.form-pop-up .field input[type=email],
form.form-pop-up .field input[type=text] {
    width: 284px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin: auto;
    display: block;
    padding: 0 0 0 25px;
    font-family:"arianamuserif",sans-serif;
}

form.form-pop-up .field input[type=tel]:-moz-placeholder           {color: #000;font-size: 18px;font-family:"arianamuserif",sans-serif;}
form.form-pop-up .field input[type=tel]:-ms-input-placeholder      {color: #000;font-size: 18px;font-family:"arianamuserif",sans-serif;}
form.form-pop-up .field input[type=tel]::-moz-placeholder          {color: #000;font-size: 18px;font-family:"arianamuserif",sans-serif;}
form.form-pop-up .field input[type=tel]::-webkit-input-placeholder {color: #000;font-size: 18px;font-family:"arianamuserif",sans-serif;}

form.form-pop-up .field input[type=email]:-moz-placeholder           {color: #000;font-size: 18px;font-family:"arianamuserif",sans-serif;}
form.form-pop-up .field input[type=email]:-ms-input-placeholder      {color: #000;font-size: 18px;font-family:"arianamuserif",sans-serif;}
form.form-pop-up .field input[type=email]::-moz-placeholder          {color: #000;font-size: 18px;font-family:"arianamuserif",sans-serif;}
form.form-pop-up .field input[type=email]::-webkit-input-placeholder {color: #000;font-size: 18px;font-family:"arianamuserif",sans-serif;}

form.form-pop-up .field input[type=text]:-moz-placeholder           {color: #000;font-size: 18px;font-family:"arianamuserif",sans-serif;}
form.form-pop-up .field input[type=text]:-ms-input-placeholder      {color: #000;font-size: 18px;font-family:"arianamuserif",sans-serif;}
form.form-pop-up .field input[type=text]::-moz-placeholder          {color: #000;font-size: 18px;font-family:"arianamuserif",sans-serif;}
form.form-pop-up .field input[type=text]::-webkit-input-placeholder {color: #000;font-size: 18px;font-family:"arianamuserif",sans-serif;}

form.form-pop-up .field textarea {
    margin: auto;
    display: block;
    width: 284px;
    height: 50px;
    background-color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 46px;
    resize: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
#politica, #otkaz, #soglasie {
    display: none;
    font-size: 16px;
    padding: 5px 10px;
    font-weight: 100;
}

#politica h2, #otkaz h2, #soglasie h2 {
    color: #000;
    text-align: center;
    margin: 20px 0 15px;
    font-size: 21px;
    font-weight: 800;
}

#politica p, #otkaz p, #soglasie p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 300
}

#politica .title, #otkaz .title, #soglasie .title {
    margin: 20px 0 5px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

#form-thanks p.text {
    text-align: center;
    font-family:"PFEncoreSansPro-Book",sans-serif;
}
#form-thanks {
    width: 260px;
    height: 160px;
    text-align: center;
    color: #000;
    font-weight: 300
}

#form-thanks .title {
    font-size: 23px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 10px;
    color: #000;
    line-height: 35px;
    background: #fbdf26;
}

#form-thanks a.fancybox-close.btn {
    position: absolute;
    top: 200px;
    right: 50%;
    line-height: 13px;
    text-align: center;
    width: 150px;
    margin-right: -75px;
    height: 40px;
    padding: 13px 0;
    cursor: pointer;
    z-index: 8040;
    font-size: 16px;
    font-weight: 800;
}
#sandwich {display: none}
/*.hidden {display: none !important}*/
.visible {display: block !important}

embed {
    width: 100%;
    height: 100vh;
    max-height: 700px
}

p.title {
    font-weight: 100;
    color: #212121;
    font-size: 24px;
    line-height: 21px;
}
p.text {
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    line-height: 21px;
}
header {
    background: url("../img/bg-header.png")top center no-repeat;
    padding-bottom: 97px;
}

header .top .tel {
    font-size: 18px;
    color: #eacb81;
    text-decoration: none;
    font-family: "PFEncoreSansPro-Book",sans-serif;
    display: inline-block;
    vertical-align: top;
    margin-top: 39px;
    margin-right: 30px;
}
header .top .tel:hover {
    color: #ffffff;
}
header .top {
    background: rgba(0,0,0, 0.3);
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #655031;
}
header .top .logo {
    font-family:"arianamuserif",sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    margin: 37px 0 0 4px;
    font-weight: 100;
}
header .top .logo span {
    color: #eacb81;
}
header .top .call {
    color: #eacb81;
    font-family:"arianamuserif",sans-serif;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 238px;
    height: 55px;
    line-height: 52px;
    margin: 22px 1px 0 0px;
    border: 1px solid #6c6c6c;
    text-decoration: none;
    display: inline-block;
    background: url("../img/right.png") 23px 12px no-repeat transparent;
    padding-left: 20px;
    text-align: center;
    cursor: pointer;
    transition: 1s all
}
header .top .call:hover {
    background: #eacb81 url("../img/right-h.png") 23px 12px no-repeat;
    color: #000;
}
header .bottom .line {
    position: absolute;
    left: 15px;
    top: 0;
    width: 1px;
    height: 451px;
    background: #655031;
}
header .bottom .line .block {
    width: 12px;
    height: 216px;
    background: #eacb81;
    position: absolute;
    top: 119px;
    left: -6px;
}
header .bottom .title {
    font-family:"PFEncoreSansPro-Book",sans-serif;
    font-size: 24px;
    color: #ffffff;
    padding: 46px 0 49px 33px;
}

header .bottom .text {
    font-family:"PFEncoreSansPro-Book",sans-serif;
    font-size: 24px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.25;
    margin: 83px 0 27px 33px;
}
header .bottom .text span {
    font-size: 24px;
    color: #eacb81;
    text-transform: none;
}
header .bottom .btn {
    font-size: 18px;
    font-family: "arianamuserif",sans-serif;
    color: #eacb81;
    text-transform: uppercase;
    width: 331px;
    height: 64px;
    border: 2px solid #fff;
    margin: 1px 0 0 34px;
    padding: 0 0 0 25px;
    line-height: 60px;
    position: relative;
}
header .bottom .btn:after {
    width: 52px;
    height: 1px;
    background: #eacb81;
    content: '';
    display: inline-block;
    margin: 5px 16px;
}
.section1 .block {
    border: 1px solid rgba(234, 203, 129, 0.3);
    max-width: 740px;
    width: 100%;
    min-height: 740px;
    margin: 43px 0 0 -2px;
}
.section1 .block .num {
    font-size: 24px;
    font-family: "arianamuserif",sans-serif;
    color: #ffffff;
    position: absolute;
    left: 29px;
    bottom: 27px;
    font-weight: 100;
}
.section1 .block .title {
    font-family:"arianamuserif",sans-serif;
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
}
.section1 .block .text {
    font-family:"arianamuserif",sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
}
.section1 .block .line {
    width: 28px;
    display: block;
    height: 1px;
    background: #000;
    margin: 26px 0 24px 0px;
}
.section1 .block .item:nth-child(2) .title,
.section1 .block .item:nth-child(2) .text,
.section1 .block .item:nth-child(3) .title,
.section1 .block .item:nth-child(3) .text{
    color: #eacb81;
}
.section1 .block .item:nth-child(2) .line,
.section1 .block .item:nth-child(3) .line {
    background: #eacb81;
}
.section1 .block .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 350px;
    width: 100%;
    height: 350px;
    margin: 15px -9px -5px 15px;
}
.section1 .block .item .fone {
    background: rgba(234, 203, 129, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 105px 0px 0 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.section1 .block .item:nth-child(3) .fone {padding: 80px 0px 0 56px;}
.section1 .block .item:nth-child(4) .fone {padding: 80px 0px 0 42px;}

.section1 .block .item:nth-child(2) .fone,
.section1 .block .item:nth-child(3) .fone {background: rgba(0, 0, 0, 0.85);}

.section1 .block .item:nth-child(2) .border,
.section1 .block .item:nth-child(3) .border {border-color: #eacb81;}

.section1 .block .item:nth-child(1) {background: url("../img/square1-bg.png") center no-repeat;}
.section1 .block .item:nth-child(2) {background: url("../img/square2-bg.png") center no-repeat;}
.section1 .block .item:nth-child(3) {background: url("../img/square3-bg.png") center no-repeat;}
.section1 .block .item:nth-child(4) {background: url("../img/square4-bg.png") center no-repeat;}

.section1 .block .item .border {
    z-index: 1;
    border: 5px solid #000000;
    width: 330px;
    height: 330px;
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.section1 .block .item .h {
    width: 320px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    bottom: 42px;
    left: 69px;
    z-index: 2;
}
.section1 .block .item:nth-child(3) .h {bottom: 40px;}

.section1 .block .item:nth-child(4):hover .border,
.section1 .block .item:nth-child(1):hover .border {border-color: #eacb81;}
.section1 .block .item:nth-child(4):hover .fone,
.section1 .block .item:nth-child(1):hover .fone   {background: rgba(0, 0, 0, 0.85)}
.section1 .block .item:nth-child(4):hover .line,
.section1 .block .item:nth-child(1):hover .line   {background: #eacb81}
.section1 .block .item:nth-child(4):hover .title,
.section1 .block .item:nth-child(1):hover .title  {color: #eacb81}
.section1 .block .item:nth-child(4):hover .text,
.section1 .block .item:nth-child(1):hover .text   {color: #eacb81}

.section1 .block .item:nth-child(3):hover .border,
.section1 .block .item:nth-child(2):hover .border {border-color: #000;}
.section1 .block .item:nth-child(3):hover .fone,
.section1 .block .item:nth-child(2):hover .fone   {background: rgba(234, 203, 129, 0.8)}
.section1 .block .item:nth-child(3):hover .line,
.section1 .block .item:nth-child(2):hover .line   {background: #000}
.section1 .block .item:nth-child(3):hover .title,
.section1 .block .item:nth-child(2):hover .title  {color: #000}
.section1 .block .item:nth-child(3):hover .text,
.section1 .block .item:nth-child(2):hover .text   {color: #000}

.section1 {
    padding-bottom: 100px;
}

.section2 {
    background: url("../img/bg-section-2.png") top center no-repeat;
    padding-bottom: 314px;
}
.section2 h3 {
    line-height: 48px;
}
h3 span {
    font-size: 24px;
}
.section2 .form-page {
    margin: 37px 0 0 0;
    border: 1px solid #eacb81;
    max-width: 938px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: #1b1b1b;
}
.section2 .form-page .field {
    position: relative;
    float: left;
    width: 207px;
    height: 60px;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.section2 .form-page .field input[type=email],
.section2 .form-page .field input[type=tel],
.section2 .form-page .field input[type=text] {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 17px;
    background: #1b1b1b;
    color: #eacb81;
    font-family:"arianamuserif",sans-serif;
}
.section2 .form-page .field input[type=email]:focus,
.section2 .form-page .field input[type=tel]:focus,
.section2 .form-page .field input[type=text]:focus {
    box-shadow: 0px 0px 50px #fff;
    transition: 500ms all;
    position: relative;
    z-index: 1;
}
.section2 .form-page input[type=submit] {
    width: 294px;
    height: 60px;
    border: 1px solid #fff;
    color: #1b1b1b;
    background: #eacb81;
    letter-spacing: -1px;
}
.section2 .form-page input[type=submit]:hover {
    color: #eacb81 !important;
    background: #1b1b1b;
}
.section3 h3 {
    line-height: 46px;
}
.section3 p.title {
    margin: 30px 0 28px 31px;
    line-height: 30px;
}
.section3 .item {
    width: 270px;
    height: 270px;
    display: inline-block;
    vertical-align: top;
}
.section3 .btn {
    float: right;
    margin: 19px 61px 0 0;
    width: 331px;
    height: 64px;
    line-height: 61px;
    border: 2px solid #000;
    color: #000;
    box-sizing: border-box;
    padding-left: 24px;
    letter-spacing: -1.4px;
    position: relative;
}
.section3 .btn:after {
    width: 52px;
    height: 1px;
    background: #000;
    content: '';
    display: inline-block;
    margin: 7px 23px;
}
.section3 .clear {
    overflow: hidden;
    padding-bottom: 101px;
}
.section4 {
    background: #212121;
    min-height: 3520px;
}
.section4 h3 {
    padding-top: 119px;
}
.section4 .item {
    position: relative;
    margin-top: 55px;
}
.section4 .item .img {
    border: 19px solid rgba(234, 203, 129, 0.051);
    position: absolute;
    right: 5px;
    top: 0px;
    width: 351px;
    height: 351px;
    z-index: 1;
}
.section4 .item .img img {
    position: absolute;
    top: 21px;
    right: 14px;
}
.section4 .item .top {
    margin-bottom: 50px;
}
.section4 .item .num {
    font-family:"arianamuserif", sans-serif;
    font-size: 146px;
    color: #363636;
    line-height: 118px;
    margin-left: -10px;
}
.section4 .item .title {
    font-family:"arianamuserif", sans-serif;
    font-size: 24px;
    color: #eacb81;
    text-transform: uppercase;
    margin: -66px 0 0 -3px;
}
.section4 .item .block {
    border: 1px solid #fff;
    width: 472px;
    height: 58px;
    line-height: 54px;
    margin: 0 0 -1px -2px;
    font-family:"PFEncoreSansPro-Book", sans-serif;
    font-size: 20px;
    color: #eacb81;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 10px;
}
.section4 .item .block span {font-size: 30px;}

.section4 .item .text {
    font-family:"PFEncoreSansPro-Book", sans-serif;
    font-size: 18px;
    color: #ffffff;
    margin: 26px 0 22px 0;
    width: 470px;
    line-height: 24px;
}
.section4 .item .btn {
    width: 330px;
    height: 65px;
    line-height: 61px;
    border: 2px solid #fff;
    padding-left: 22px;
    letter-spacing: -1.4px;
    position: relative;
}
.section4 .item .btn:after {
    width: 52px;
    height: 1px;
    background: #eacb81;
    content: '';
    display: inline-block;
    margin: 5px 16px;
}
.section4 .item-l {
    position: relative;
    margin-top: 52px;
}
.section4 .item-l .img {
    border: 19px solid rgba(234, 203, 129, 0.051);
    position: absolute;
    left: 42px;
    top: 0px;
    width: 351px;
    height: 351px;
    z-index: 1;
}
.section4 .item-l .img img {
    position: absolute;
    top: 21px;
    right: 14px;
}
.section4 .item-l .top {
    margin-bottom: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 458px;
}
.section4 .item-l .num {
    font-family:"arianamuserif", sans-serif;
    font-size: 146px;
    color: #363636;
    line-height: 118px;
}
.section4 .item-l .title {
    font-family:"arianamuserif", sans-serif;
    font-size: 24px;
    color: #eacb81;
    text-transform: uppercase;
    margin: -66px 0 0 -3px;
    padding-left: 92px;

}
.section4 .item-l .block {
    border: 1px solid #fff;
    width: 472px;
    height: 58px;
    line-height: 54px;
    margin: 0 0 -1px 466px;
    font-family:"PFEncoreSansPro-Book", sans-serif;
    font-size: 20px;
    color: #eacb81;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 10px;
}
.section4 .item-l .block span {font-size: 30px;}

.section4 .item-l .text {
    font-family:"PFEncoreSansPro-Book", sans-serif;
    font-size: 18px;
    color: #ffffff;
    margin: 26px 2px 22px 0;
    width: 470px;
    line-height: 24px;
}
.overflow {
    overflow: hidden;
}
.section4 .item-l .btn {
    width: 375px;
    height: 65px;
    line-height: 61px;
    border: 2px solid #fff;
    padding-left: 22px;
    letter-spacing: -1.4px;
    position: relative;
}
.section4 .item-l .btn:after {
    width: 52px;
    height: 1px;
    background: #eacb81;
    content: '';
    display: inline-block;
    margin: 5px 16px;
}
.section4 .item:nth-child(4) {margin-top: 68px;}
.section4 .item:nth-child(4) .top {margin-bottom: 29px;}
.section4 .item:nth-child(4) .text {margin: 22px 0 21px 0;}
.section4 .item:nth-child(4) .title {margin: -83px 0 0 103px;line-height: 30px;}
.section4 .item-l:nth-child(5) {margin-top: 137px;}
.section4 .item-l:nth-child(5) .btn {width: 330px;}
.section4 .item-l:nth-child(5) .text {margin: 31px 2px 20px 0;}
.section4 .item-l:nth-child(5) .title {padding-left: 70px;}
.section4 .item:nth-child(6) {margin-top: 154px;}
.section4 .item:nth-child(6) .title {margin:-67px 0 63px 103px;}
.section4 .item:nth-child(6) .text {width: 463px;margin: 26px 0 16px 0;}
.section4 .item:nth-child(6) .btn {padding-left: 40px;}
.section4 .item-l:nth-child(7) {margin-top: 139px;}
.section4 .item-l:nth-child(7) .title {padding-left: 70px;}
.section4 .item-l:nth-child(7) .block {height: 84px;line-height: 26px;margin-bottom: -5px;box-sizing: border-box;padding: 13px 0 0 15px;}
.section4 .item-l:nth-child(7) .text {margin: 26px 2px 15px 0;}
.section4 .item-l:nth-child(7) .btn {width: 330px;}

.section5 {
    background: url("../img/bg-section-5.png") bottom center no-repeat #efeeed;
    height: 747px;
}
.section5 h3 {
    padding-top: 117px;
}
.section5 .item .num {
    font-family:"arianamuserif",sans-serif;
    font-size: 60px;
    color: #212121;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.section5 .item .num span {color: #eacb81;}
.section5 .item .num:after {
    width: 149px;
    height: 1px;
    background: #eacb81;
    content: '';
    display: inline-block;
    position: absolute;
    top: 35px;
    left: 59px;
}
.section5 .item .title {
    color: #212121;
    text-transform: uppercase;
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
    margin: 25px 0 0 157px;
}

.section5 .item:nth-child(2) {margin: 109px 0 0 -5px;}
.section5 .item:nth-child(2) .title {margin: 25px 0 0 157px;}

.section5 .item:nth-child(3) {margin: 33px 0 0 0px;}
.section5 .item:nth-child(3) .title {margin: 25px 222px 0 0px;}
.section5 .item:nth-child(3) .num:after {width: 209px;top: 35px;left: -205px;}

.section5 .item:nth-child(4) {margin: 34px 0 0 277px;}
.section5 .item:nth-child(4) .title {margin: 25px 0 0 126px;}
.section5 .item:nth-child(4) .num:after {width: 125px;}

.section5 .item:nth-child(5) {margin: 33px 0 0 279px;}
.section5 .item:nth-child(5) .title {margin: 26px 108px 0 0px;}
.section5 .item:nth-child(5) .num:after {width: 106px;top: 37px;left: -102px;}

.section6 {
    background: url("../img/bg-section-6.png")top center no-repeat;
    height: 515px;
}
.section6 h3 {
    padding-top: 120px;
}
.section6 .block {
    margin-top: 88px;
}
.section6 .block .item:nth-child(2) {
    margin: 0 138px 0 94px;
}
.section6 .item {
    display: inline-block;
    vertical-align: top;
}
.section6 .item .btn {
    display: block;
    width: 303px;
    height: 64px;
    padding-left: 20px;
    line-height: 61px;
    border: 2px solid #fff;
    margin: 31px 0 0 0;
    font-size: 18px;
    position: relative;
}
.section6 .item .btn:after {
    width: 52px;
    height: 1px;
    background: #eacb81;
    content: '';
    display: inline-block;
    margin: 5px 16px;
}
.section6 .item .num {
    font-family:"arianamuserif",sans-serif;
    font-size: 36px;
    color: #ffffff;
    padding: 0px 18px 4px 14px;
    text-align: center;
    border-bottom: 1px solid #eacb81;
    display: inline-block;
    vertical-align: top;
}
.section6 .item p.text {
    font-family:"arianamuserif",sans-serif;
    font-size: 18px;
    color: #eacb81;
    text-transform: uppercase;
    margin-top: 32px;
    line-height: 30px;
}

.section7 {
    padding-bottom: 140px;
}
.section7 h3 {
    padding-top: 95px;
}
.section7 h3 span span {
    font-size: 30px;
}
.section7 .owl-carousel-new {
    margin-top: 40px;
}
.section7 .owl-carousel-new .item {
    width: 605px;
    height: 475px;
    display: block;
    margin: auto;
}

.section8 {
    height: 690px;
    background: #212121;
}
.section8 h3 {
    padding-top: 96px;
}
.section8 .video {
    width: 846px;
    height: 357px;
    display: block;
    margin: 49px auto 0;
}
.section8 .video video {
    display: block;
    width: 100%;
    height: 100%;
}
.section9 {
    margin: 0 0 10px 0;
}
.section9 .block {
    margin: 70px auto 0;
}
.section9 .block iframe {
    display: block;
    width: 100%;
}
.section9 h3 {
    padding-top: 119px;
}

.section9 .form-page {
    margin: 65px 0 0 0;
    border: 1px solid #eacb81;
    max-width: 938px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: #1b1b1b;
}
.section9 .form-page .field {
    position: relative;
    float: left;
    width: 207px;
    height: 60px;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.section9 .form-page .field input[type=email],
.section9 .form-page .field input[type=tel],
.section9 .form-page .field input[type=text] {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 17px;
    background: #1b1b1b;
    color: #eacb81;
    font-family:"arianamuserif",sans-serif;
}
.section9 .form-page .field input[type=email]:focus,
.section9 .form-page .field input[type=tel]:focus,
.section9 .form-page .field input[type=text]:focus {
    box-shadow: 0px 0px 50px #fff;
    transition: 500ms all;
    position: relative;
    z-index: 1;
}
.section9 .form-page input[type=submit] {
    width: 294px;
    height: 60px;
    border: 1px solid #fff;
    color: #1b1b1b;
    background: #eacb81;
    letter-spacing: -1px;
}
.section9 .form-page input[type=submit]:hover {
    color: #eacb81 !important;
    background: #1b1b1b;
}

.section9 .time-text,
.section9 .dash_title {
    color: #212121;
}
.section10 {
    background: url("../img/bg-section-10.png")top center no-repeat;
    height: 425px;
}
.section10 h3 {
    padding-top: 120px;
}
.section10 p.title:first-of-type {
    margin: 60px 0 25px 33px;
}
.section10 p.title {
    margin: 0 0 9px 33px;
}
.section10 p.title a {
    font-size: 24px;
    color: #eacb81;
    text-decoration: none;
    font-family:"PFEncoreSansPro-Book",sans-serif;
}
.section10 .social {
    margin: -65px 82px 0 0;
}
.section10 .social a {
    display: inline-block;
    vertical-align: top;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #ffffff;
    color: #2a2826;
    border-radius: 25px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 27px;
}
.section10 .social a:hover {
    background: #eacb81;
}

.section10 .item-l {
    position: relative;
    margin-top: 52px;
}
.section10 .item-l .img {
    border: 19px solid rgba(234, 203, 129, 0.051);
    position: absolute;
    left: 42px;
    top: 0px;
    width: 351px;
    height: 351px;
    z-index: 1;
}
.section10 .item-l .img img {
    position: absolute;
    top: 21px;
    right: 14px;
}
.section10 .item-l .top {
    margin-bottom: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 458px;
}
.section10 .item-l .num {
    font-family:"arianamuserif", sans-serif;
    font-size: 146px;
    color: #363636;
    line-height: 118px;
}
.section10 .item-l .title {
    font-family:"arianamuserif", sans-serif;
    font-size: 24px;
    color: #eacb81;
    text-transform: uppercase;
    margin: -66px 0 0 -3px;
    padding-left: 92px;

}
.section10 .item-l .block {
    border: 1px solid #fff;
    width: 472px;
    height: 58px;
    line-height: 54px;
    margin: 0 0 -1px 466px;
    font-family:"PFEncoreSansPro-Book", sans-serif;
    font-size: 20px;
    color: #eacb81;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 10px;
}
.section4 .item-l .block span {font-size: 30px;}

.section4 .item-l .text {
    font-family:"PFEncoreSansPro-Book", sans-serif;
    font-size: 18px;
    color: #ffffff;
    margin: 26px 2px 22px 0;
    width: 470px;
    line-height: 24px;
}