@font-face { font-family: "MyriadPro-Regular"; src: url('../fonts/MyriadPro-Regular.ttf') format('truetype'); }

@font-face { font-family: "MyriadPro-Bold"; src: url('../fonts/MyriadPro-Bold.ttf') format('truetype'); }

@font-face { font-family: "MyriadPro-Light"; src: url('../fonts/MyriadPro-Light.ttf') format('truetype'); }

@font-face { font-family: "OpenSans-Bold"; src: url('../fonts/OpenSans-Bold.woff') format('woff'); }

@font-face { font-family: "OpenSans-Semibold"; src: url('../fonts/OpenSans-Semibold.woff') format('woff'); }

@font-face { font-family: "OpenSans-ExtraBold"; src: url('../fonts/OpenSans-ExtraBold.woff') format('woff'); }

@font-face { font-family: "OpenSans-Regular"; src: url('../fonts/OpenSans-Regular.woff') format('woff'); }

@font-face { font-family: "OpenSans-Light"; src: url('../fonts/OpenSans-Light.woff') format('woff'); }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; height: 100%; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; width: 100%; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

b, strong { font-weight: normal; font-family: "MyriadPro-Bold"; }

a { outline: none; text-decoration: none; }
a:focus { outline: none; }

.hidden { display: none; }

html { min-width: 100%; min-height: 100%; }

body { margin: 0; padding: 0; height: 100%; -webkit-font-smoothing: antialiased; font-family: "MyriadPro-Regular"; line-height: 1.2; }
body.overflow { overflow: hidden; }

.container { position: relative; width: 100%; height: 100%; }

.overlay { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 9; background: #fcda01; opacity: 0.9; display: none; }

.overlay2 { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 9; background: #000; opacity: 0.7; display: none; }

.popup { width: 460px; height: 345px; background: white url("../images/popup-bg.jpg") no-repeat center/cover; position: fixed; top: 50%; left: 50%; margin: -170px 0 0 -230px; z-index: 10; text-align: center; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33); box-shadow: 0 0 5px rgba(0, 0, 0, 0.33); padding-top: 70px; display: none; }
.popup p { font-size: 36px; margin-bottom: 31px; }
.popup p + p { font-size: 18px; line-height: 26px; }
.popup a { font-size: 14px; line-height: 51px; text-transform: uppercase; width: 90px; display: inline-block; background: #fcda01; }
.popup .close { width: 37px; height: 37px; cursor: pointer; position: absolute; right: 0; top: 0; background: url("../images/popup-close.png") no-repeat center; }

.popup2 { width: 960px; background: #fff; position: fixed; top: 50%; left: 50%; height: 680px; margin: -340px 0 0 -480px; z-index: 10; padding: 164px 90px 0; display: none; font-size: 18px; line-height: 30px; font-family: "OpenSans-Semibold"; color: #323434; text-align: center; }
@media all and (max-width: 1000px) { .popup2 { width: 620px; margin-left: -310px; padding: 100px 50px 0; } }
@media all and (max-width: 767px) { .popup2 { width: calc(100% - 20px); margin-left: 0; left: 10px; padding: 40px 10px; font-size: 12px; line-height: 18px; height: auto; max-height: calc(100vh - 20px); margin-top: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } }
.popup2 p { text-align: left; }
.popup2 a { color: #fcda01; font-family: "OpenSans-Bold"; display: block; margin-top: 10px; }
.popup2 span { color: #868686; display: block; text-align: center; margin-top: 20px; }
@media all and (max-width: 767px) { .popup2 span { margin: 0; text-align: left; } }
.popup2 .button { border-radius: 5px; font-size: 18px; line-height: 68px; font-family: "OpenSans-Bold"; display: inline-block; background: #fcda01; color: #000; width: 340px; text-align: center; margin-top: 45px; }
@media all and (max-width: 767px) { .popup2 .button { width: 100%; font-size: 14px; line-height: 48px; margin-top: 30px; } }
.popup2 .button:hover { background: #cacaca; }
.popup2 .close { width: 37px; height: 37px; cursor: pointer; position: absolute; right: 0; top: 0; background: url("../images/popup-close.png") no-repeat center; }

.content { margin: 0 auto; max-width: 960px; }
@media all and (max-width: 1000px) { .content { max-width: 620px; } }
@media all and (max-width: 767px) { .content { max-width: 100%; padding: 0 10px; } }

.btn { display: inline-block; text-transform: uppercase; color: #000; width: 243px; text-align: center; height: 51px; font-size: 14px; border-radius: 3px; position: relative; padding-top: 18px; background: #cacaca; line-height: 1.2; }
.btn:hover { background: #fcda01; }

body.index:not(.show-menu) .header-wrapper .header .anchors, body.inner:not(.inner-landing):not(.show-menu) .header-wrapper .header .anchors { position: absolute; left: 0; top: 0; width: 100%; text-align: center; }
body.index:not(.show-menu) .header-wrapper .header .anchors ul, body.inner:not(.inner-landing):not(.show-menu) .header-wrapper .header .anchors ul { display: inline-block; }
body.index:not(.show-menu) .header-wrapper .header .anchors li, body.inner:not(.inner-landing):not(.show-menu) .header-wrapper .header .anchors li { margin: 0 35px; }
@media all and (max-width: 1200px) { body.index:not(.show-menu) .header-wrapper .header .anchors li, body.inner:not(.inner-landing):not(.show-menu) .header-wrapper .header .anchors li { margin: 0 20px; } }

body.inner .header-wrapper .header { position: fixed; border-bottom: 5px solid #fcda01; background: #ffffff; }
body.inner .header-wrapper .header .ham { background-image: url("../images/ham-f.png"); background-position: center; }
body.inner .header-wrapper .header .logo { width: 199px; height: 33px; margin-top: 17px; background-image: url("../images/logo-f.svg"); }
@media all and (max-width: 1000px) { body.inner .header-wrapper .header .logo { width: 163px; height: 27px; margin-top: 15px; } }
@media all and (max-width: 767px) { body.inner .header-wrapper .header .logo { margin-top: 8px; } }
body.inner .header-wrapper .header .anchors li a { color: #0b2a4a; }
body.inner .header-wrapper .header .anchors li a.active { color: #fcda01; }
body.inner .header-wrapper .header .phone { color: #0b2a4a; }

body.show-menu{overflow: hidden;}

body.show-menu .header-wrapper .header { background: #ffffff; }
body.show-menu .header-wrapper .header .ham { background-image: url("../images/ham-a.png"); }
body.show-menu .header-wrapper .header .logo { width: 163px; height: 27px; background-image: url("../images/logo-f.svg"); }
body.show-menu .header-wrapper .header .anchors { display: table; }

.header-wrapper { width: 100%; left: 0px; top: 0; z-index: 3; position: absolute; height: 69px; }
@media all and (max-width: 1000px) { .header-wrapper { height: 59px; } }
@media all and (max-width: 767px) { .header-wrapper { height: 46px; } }
.header-wrapper.fixed .header { position: fixed; border-bottom: 5px solid #fcda01; background: #ffffff; }
.header-wrapper.fixed .header .ham { background-image: url("../images/ham-f.png"); }
.header-wrapper.fixed .header .logo { width: 199px; height: 33px; margin-top: 17px; background-image: url("../images/logo-f.svg"); }
@media all and (max-width: 1000px) { .header-wrapper.fixed .header .logo { width: 163px; height: 27px; margin-top: 15px; } }
@media all and (max-width: 767px) { .header-wrapper.fixed .header .logo { margin-top: 8px; } }
.header-wrapper.fixed .header .anchors li a { color: #0b2a4a; }
.header-wrapper.fixed .header .anchors li a:hover, .header-wrapper.fixed .header .anchors li a.active { color: #fcda01; }
@media all and (max-width: 767px) { .header-wrapper.fixed .header .anchors li a:hover, .header-wrapper.fixed .header .anchors li a.active { color: #fff; } }
.header-wrapper.fixed .header .phone { color: #0b2a4a; }

.header { width: 100%; left: 0; top: 0; z-index: 3; position: absolute; height: 69px; background: rgba(0, 0, 0, 0.27); }
@media all and (max-width: 1000px) { .header { height: 59px; } }
@media all and (max-width: 767px) { .header { height: 46px; } }
.header .ham { background: url("../images/ham.png") no-repeat center; cursor: pointer; width: 18px; height: 46px; float: right; position: relative; display: none; }
@media all and (max-width: 1000px) { .header .ham { display: block; height: 59px; } }
@media all and (max-width: 767px) { .header .ham { height: 46px; } }
.header .content { max-width: 1440px; padding: 0 20px; }
@media all and (max-width: 767px) { .header .content { padding: 0 10px; } }
.header .logo { display: block; float: left; width: 231px; height: 38px; margin-top: 15px; position: relative; z-index: 2; background: url("../images/3DArchitect.svg") no-repeat 0 0/100% 100%; }
@media all and (max-width: 1000px) { .header .logo { width: 163px; height: 27px; } }
@media all and (max-width: 767px) { .header .logo { margin-top: 9px; } }
.header .anchors { float: right; margin-top: 27px; }
@media all and (max-width: 1000px) { .header .anchors { margin-top: 21px; display: none; position: absolute; left: 0; width: 100%; background: #fcda01; top: 59px; margin-top: 0; height: calc(100vh - 59px); }
  .header .anchors ul { display: table-cell; vertical-align: middle; } }
@media all and (max-width: 1000px) and (max-width: 767px) { .header .anchors { top: 46px; height: calc(100vh - 46px); } }
.header .anchors li { list-style-type: none; float: left; margin-left: 70px; font-size: 16px; }
@media all and (max-width: 1200px) { .header .anchors li { margin-left: 40px; } }
@media all and (max-width: 1000px) { .header .anchors li { width: 100%; text-align: center; margin: 26px 0; } }
.header .anchors li a { color: #fff; text-transform: uppercase; display: block; }
@media all and (max-width: 1000px) { .header .anchors li a { color: #000; } }
.header .anchors li a:hover, .header .anchors li a.active { color: #fcda01; }
@media all and (max-width: 1000px) { .header .anchors li a:hover, .header .anchors li a.active { color: #fff; } }
.header .phone { float: right; color: #fff; font-size: 21px; line-height: 21px; margin-top: 24px; position: relative; padding-left: 40px; }
@media all and (max-width: 1000px) { .header .phone { position: absolute; left: 50%; margin-left: -100px; width: 200px; margin-top: 18px; } }
@media all and (max-width: 767px) { .header .phone { display: none; } }
.header .phone:before { content: ''; background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -503px; background-repeat: no-repeat; display: block; height: 22px; width: 22px; position: absolute; left: 0; top: -1px; }

.section { width: 100%; float: left; position: relative; }

.section-1 { height: 644px; text-align: center; z-index: 1; }
@media all and (max-width: 1000px) { .section-1 { height: 850px; } }
@media all and (max-width: 767px) { .section-1 { min-height: 100vh; height: auto; } }
.section-1 .video { width: 100%; min-height: 100%; position: absolute; left: 0px; top: 50%; -moz-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); -webkit-transform: translate(0%, -50%); transform: translate(0%, -50%); }
.section-1 .video:before { content: ''; display: block; height: 0; padding-bottom: 56.25%; }
.section-1 .video video { width: auto; height: 100%; position: absolute; top: 0px; /* center horizontally */ left: 50%; -moz-transform: translate(-50%, 0%); -ms-transform: translate(-50%, 0%); -webkit-transform: translate(-50%, 0%); transform: translate(-50%, 0%); }
.section-1 .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; }
.section-1 .bg:after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.51; background: #000; }
.section-1 h1 { font: normal 36px/38px "MyriadPro-Bold"; color: #fcda01; position: relative; margin-top: 246px; text-shadow: 0 0 1px rgba(0, 0, 0, 0.51); }
@media all and (max-width: 1000px) { .section-1 h1 { margin-top: 330px; } }
@media all and (max-width: 767px) { .section-1 h1 { font-size: 32px; line-height: 32px; margin-top: 155px; } }
.section-1 h2 { font: normal 21px/27px "MyriadPro-Light"; color: #fff; position: relative; margin-top: 22px; text-shadow: 0 0 1px rgba(0, 0, 0, 0.51); }
@media all and (max-width: 1000px) { .section-1 h2 br { display: none; } }
@media all and (max-width: 767px) { .section-1 h2 { font-size: 18px; line-height: 21px; margin-top: 14px; margin-bottom: 28px; } }
.section-1 .btn { margin: 40px 8px 0; }
@media all and (max-width: 767px) { .section-1 .btn { margin: 0 8px 20px; } }
.section-1 .tips { position: absolute; width: 100%; top: 90px; left: 0; text-align: left; }
@media all and (max-width: 1000px) { .section-1 .tips { top: 110px; text-align: center; } }
@media all and (max-width: 767px) { .section-1 .tips { top: 58px; } }
.section-1 .tips ul { margin: 0 auto; max-width: 1440px; padding: 0 20px; }
@media all and (max-width: 767px) { .section-1 .tips ul { padding: 0 0 0 12px; } }
.section-1 .tips li { background: #fcda01; float: right; clear: both; list-style-type: none; font-size: 14px; -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.16); -moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.16); box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.16); margin-bottom: 12px; }
@media all and (max-width: 1000px) { .section-1 .tips li { float: none; display: inline-block; text-align: left; margin: 0 14px; } }
@media all and (max-width: 767px) { .section-1 .tips li { margin: 0 7px; font-size: 12px; } }
.section-1 .tips li.tip-1 p { padding-left: 26px; padding-top: 18px; }
@media all and (max-width: 1000px) { .section-1 .tips li.tip-1 p { padding-left: 13px; } }
@media all and (max-width: 767px) { .section-1 .tips li.tip-1 p { padding-left: 6px; padding-top: 5px; } }
.section-1 .tips li.tip-1 p span { font: 33px/33px "MyriadPro-Bold"; margin-right: 6px; vertical-align: baseline; padding-left: 21px; position: relative; }
.section-1 .tips li.tip-1 p span:before { content: ''; position: absolute; left: 0; top: 10px; width: 15px; height: 16px; background: url("../images/plus.png") no-repeat 0 0/100% 100%; }
@media all and (max-width: 767px) { .section-1 .tips li.tip-1 p span:before { width: 11px; height: 11px; top: 6px; } }
@media all and (max-width: 767px) { .section-1 .tips li.tip-1 p span { font-size: 23px; line-height: 23px; margin-right: 0; width: 100%; display: block; padding-left: 15px; margin-bottom: -3px; } }
.section-1 .tips li.tip-2 p { padding-left: 67px; padding-top: 20px; }
@media all and (max-width: 1000px) { .section-1 .tips li.tip-2 p { padding-left: 54px; } }
@media all and (max-width: 767px) { .section-1 .tips li.tip-2 p { padding-left: 6px; padding-top: 1px; line-height: 10px; } }
.section-1 .tips li.tip-2 p span { font: 33px/33px "MyriadPro-Bold"; margin-right: 6px; vertical-align: baseline; position: absolute; left: 26px; top: 18px; padding-left: 16px; }
.section-1 .tips li.tip-2 p span:before { content: ''; position: absolute; left: 0; top: 10px; width: 15px; height: 16px; background: url("../images/cross.png") no-repeat 0 0/100% 100%; }
@media all and (max-width: 767px) { .section-1 .tips li.tip-2 p span:before { width: 9px; height: 9px; top: 6px; } }
@media all and (max-width: 1000px) { .section-1 .tips li.tip-2 p span { left: 13px; } }
@media all and (max-width: 767px) { .section-1 .tips li.tip-2 p span { font-size: 23px; line-height: 23px; padding-left: 12px; position: relative; top: 0; left: 0; width: 100%; display: block; margin-bottom: -3px; } }
.section-1 .tips li.tip-3 p { padding-left: 26px; padding-top: 10px; }
@media all and (max-width: 1000px) { .section-1 .tips li.tip-3 p { padding-left: 13px; } }
@media all and (max-width: 767px) { .section-1 .tips li.tip-3 p { padding-left: 6px; padding-top: 1px; line-height: 10px; } }
.section-1 .tips li.tip-3 p span { font: 33px/33px "MyriadPro-Bold"; display: block; width: 100%; }
@media all and (max-width: 767px) { .section-1 .tips li.tip-3 p span { font-size: 23px; line-height: 23px; margin-bottom: -3px; } }
.section-1 .tips p { background: #fcda01; width: 186px; height: 69px; position: relative; float: left; }
@media all and (max-width: 1000px) { .section-1 .tips p { width: 154px; } }
@media all and (max-width: 767px) { .section-1 .tips p { width: 85px; height: 47px; } }
.section-1 .tips p:after { content: ''; position: absolute; right: 100%; top: 0; height: 69px; width: 17px; background: url("../images/tip.png") no-repeat 0 0/100% 100%; }
@media all and (max-width: 767px) { .section-1 .tips p:after { width: 12px; height: 47px; } }

.section-2 { background: #fff; overflow: hidden; padding-top: 32px; margin-top: -32px; }
@media all and (max-width: 767px) { .section-2 { margin-top: 0; padding-top: 0; } }
.section-2 .bg1 { position: absolute; right: 50%; top: 0; margin-right: 460px; z-index: 2; }
.section-2 .bg2 { position: absolute; left: 50%; top: 0; margin-left: 485px; z-index: 2; }
.section-2 .tabs-wrapper { width: 100%; float: left; margin-top: 35px; }
.section-2 .tabs-wrapper .tabs { width: 100%; float: left; padding-left: 90px; }
@media all and (max-width: 1000px) { .section-2 .tabs-wrapper .tabs { padding-left: 0; } }
.section-2 .tabs-wrapper .tabs li { list-style-type: none; font-size: 18px; line-height: 18px; position: relative; cursor: pointer; float: left; padding-top: 5px; }
@media all and (max-width: 1000px) { .section-2 .tabs-wrapper .tabs li { width: 180px; text-align: center; padding-top: 54px; } }
@media all and (max-width: 767px) { .section-2 .tabs-wrapper .tabs li { font-size: 0; line-height: 0; width: calc(100% / 3); } }
.section-2 .tabs-wrapper .tabs li + li { margin-left: 78px; }
@media all and (max-width: 1000px) { .section-2 .tabs-wrapper .tabs li + li { margin-left: 40px; } }
@media all and (max-width: 767px) { .section-2 .tabs-wrapper .tabs li + li { margin-left: 0; } }
.section-2 .tabs-wrapper .tabs li.active { color: #ecab06; }
.section-2 .tabs-wrapper .tabs li:before { content: ''; position: absolute; left: 0; top: 0; }
@media all and (max-width: 1000px) { .section-2 .tabs-wrapper .tabs li:before { left: 50%; } }
.section-2 .tabs-wrapper .tabs .tab-1 { padding-left: 62px; }
@media all and (max-width: 1000px) { .section-2 .tabs-wrapper .tabs .tab-1 { padding-left: 0; } }
.section-2 .tabs-wrapper .tabs .tab-1.active:before { background-image: url("../images/tab-1-h.png"); }
.section-2 .tabs-wrapper .tabs .tab-1:before { background: url("../images/tab-1.png") no-repeat 0 0; height: 44px; width: 44px; }
@media all and (max-width: 1000px) { .section-2 .tabs-wrapper .tabs .tab-1:before { margin-left: -22px; } }
.section-2 .tabs-wrapper .tabs .tab-2 { padding-left: 97px; }
@media all and (max-width: 1000px) { .section-2 .tabs-wrapper .tabs .tab-2 { padding-left: 0; } }
.section-2 .tabs-wrapper .tabs .tab-2.active:before { background-image: url("../images/tab-2-h.png"); }
.section-2 .tabs-wrapper .tabs .tab-2:before { background: url("../images/tab-2.png") no-repeat 0 0; height: 30px; width: 81px; top: 7px; }
@media all and (max-width: 1000px) { .section-2 .tabs-wrapper .tabs .tab-2:before { margin-left: -40px; } }
.section-2 .tabs-wrapper .tabs .tab-3 { padding-left: 64px; }
@media all and (max-width: 1000px) { .section-2 .tabs-wrapper .tabs .tab-3 { padding-left: 0; } }
.section-2 .tabs-wrapper .tabs .tab-3.active:before { background-image: url("../images/tab-3-h.png"); }
.section-2 .tabs-wrapper .tabs .tab-3:before { background: url("../images/tab-3.png") no-repeat 0 0; height: 32px; width: 41px; top: 6px; }
@media all and (max-width: 1000px) { .section-2 .tabs-wrapper .tabs .tab-3:before { margin-left: -20px; } }
.section-2 .tabs-wrapper .contents-wrapper { width: 100%; float: left; overflow: hidden; margin-top: 88px; height: 325px; }

@media all and (max-width: 1000px) {.section-2 .tabs-wrapper .contents-wrapper{height: auto;}}
@media all and (max-width: 767px) { .section-2 .tabs-wrapper .contents-wrapper { margin-top: 28px; } }
.section-2 .tabs-wrapper .contents-wrapper.show-1 .contents { -webkit-transform: translate3d(-100vw, 0, 0); -moz-transform: translate3d(-100vw, 0, 0); -ms-transform: translate3d(-100vw, 0, 0); -o-transform: translate3d(-100vw, 0, 0); transform: translate3d(-100vw, 0, 0); }
.section-2 .tabs-wrapper .contents-wrapper.show-2 .contents { -webkit-transform: translate3d(-200vw, 0, 0); -moz-transform: translate3d(-200vw, 0, 0); -ms-transform: translate3d(-200vw, 0, 0); -o-transform: translate3d(-200vw, 0, 0); transform: translate3d(-200vw, 0, 0); }
.section-2 .tabs-wrapper .contents { width: 300%; float: left; -webkit-transition: -webkit-transform 500ms; -moz-transition: -moz-transform 500ms; -o-transition: -o-transform 500ms; transition: transform 500ms; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.section-2 .tabs-wrapper .contents li { width: calc(100% / 3); float: left; display: block; }
.section-2 .tabs-wrapper .contents li .text { width: 100%; float: left; position: relative; padding-left: 450px; font-size: 18px; line-height: 24px; padding-top: 68px; }
@media all and (max-width: 1000px) { .section-2 .tabs-wrapper .contents li .text { padding-left: 280px; padding-top: 18px; } }
@media all and (max-width: 767px) { .section-2 .tabs-wrapper .contents li .text { text-align: center; font-size: 14px; line-height: 18px; width: 260px; left: 50%; margin-left: -130px; padding: 0; } }
.section-2 .tabs-wrapper .contents li .text .img { position: absolute; left: 0; top: 0; }
.section-2 .tabs-wrapper .contents li .text .img img { width: 100%; height: auto; }
.section-2 .tabs-wrapper .contents li .text .title { display: none; font: 18px/18px "MyriadPro-Bold"; margin-bottom: 7px; }
@media all and (max-width: 767px) { .section-2 .tabs-wrapper .contents li .text .title { display: block; } }
.section-2 .tabs-wrapper .contents li.contents-1 .text .img { left: 116px; width: 224px; }
@media all and (max-width: 1000px) { .section-2 .tabs-wrapper .contents li.contents-1 .text .img { width: 160px; left: 48px; } }
@media all and (max-width: 767px) { .section-2 .tabs-wrapper .contents li.contents-1 .text .img { left: 50%; margin-left: -80px; top: 190px; } }
.section-2 .tabs-wrapper .contents li.contents-2 .text .img { top: 33px; left: -30px; width: 435px; }
@media all and (max-width: 1000px) { .section-2 .tabs-wrapper .contents li.contents-2 .text .img { width: 305px; left: -55px; } }
@media all and (max-width: 767px) { .section-2 .tabs-wrapper .contents li.contents-2 .text .img { left: 50%; margin-left: -152px; top: 180px; } }
.section-2 .tabs-wrapper .contents li.contents-3 .text .img { left: 80px; width: 257px; }
@media all and (max-width: 1000px) { .section-2 .tabs-wrapper .contents li.contents-3 .text .img { width: 180px; left: 23px; } }
@media all and (max-width: 767px) { .section-2 .tabs-wrapper .contents li.contents-3 .text .img { left: 50%; margin-left: -90px; top: 140px; } }

.section-2 .section-2-btns {text-align: right; width: 100%; margin-top: 60px;
float: left; }
@media all and (max-width: 1000px) {.section-2 .section-2-btns { margin-bottom: 100px; margin-top: 100px;} }
@media all and (max-width: 767px) {.section-2 .section-2-btns { margin-bottom: 50px; margin-top: 290px;} }
.section-2 .section-2-btns .btn{ float: none; display: inline-block; background: #000;color: #fff;}
.section-2 .section-2-btns .btn:hover { background: #cacaca; }
@media all and (max-width: 1000px) { .section-2 .section-2-btns{ text-align: center;} }

.section-3 { background: #ececec; padding-top: 168px; padding-bottom: 100px; text-align: center;}
@media all and (max-width: 767px) { .section-3 { padding-top: 53px; padding-bottom: 20px; } }
.section-3 .points { width: 100%; float: left; }
.section-3 .points li { width: calc(100% / 3); float: left; list-style-type: none; text-align: center; font-size: 14px; line-height: 21px; padding: 0 10px; margin-bottom: 61px; }
@media all and (max-width: 1000px) { .section-3 .points li { width: 50%; } }
@media all and (max-width: 767px) { .section-3 .points li { width: 100%; margin-bottom: 21px; } }
.section-3 .points li:nth-child(4) { clear: both; }
@media all and (max-width: 1000px) { .section-3 .points li:nth-child(4) { clear: none; } }
.section-3 .points li strong { width: 100%; float: left; font-size: 21px; line-height: 21px; margin-top: 30px; margin-bottom: 12px; }
@media all and (max-width: 767px) { .section-3 .points li strong { margin-top: 10px; } }
@media all and (max-width: 767px) { .section-3 .points li img { width: 86px; height: auto; } }
.section-3 .btn { background: #000; color: #fff; float: right; margin-top: 23px; }
.section-3 .btn:hover { background: #cacaca; }
@media (max-width: 1000px){ .section-3 .btn {display: inline-block;float: none;}}
@media all and (max-width: 767px){ .section-3 .btn {margin-bottom: 30px;}}

.section-4, .section-projects { padding-top: 168px; padding-bottom: 148px; overflow: hidden; }
@media all and (max-width: 1000px) { .section-4, .section-projects { padding-top: 84px; padding-bottom: 64px; } }
@media all and (max-width: 767px) { .section-4, .section-projects { padding-top: 53px; padding-bottom: 33px; } }
.section-4 h3, .section-projects h3 { font: normal 36px/38px "MyriadPro-Bold"; margin-bottom: 41px; }
@media all and (max-width: 767px) { .section-4 h3, .section-projects h3 { font-size: 21px; text-align: center; margin-bottom: 15px; } }
.section-4 .btn, .section-projects .btn { background: #000; float: right; color: #fff; position: relative; margin-top: 10px; margin-left: 10px;}
.section-4 .btn.all-projects, .section-projects .btn{padding-left: 66px; text-align: left;}
.section-4 .btn:hover, .section-projects .btn:hover { background: #cacaca; }
.section-4 .btn.all-projects:after, .section-projects .btn:after { content: ''; position: absolute; background: url("../images/arrow.png") no-repeat 0 0/100% 100%; display: block; width: 11px; height: 18px; top: 16px; right: 66px; }

.section-4 .section-4-btns {text-align: right; direction: rtl; }
.section-4 .section-4-btns .btn{ float: none; display: inline-block; }
@media all and (max-width: 1000px) { .section-4 .section-4-btns{ text-align: center;} }

.section-4 .bg1, .section-projects .bg1 { position: absolute; right: 50%; top: 166px; margin-right: 530px; }
.section-4 .bg2, .section-projects .bg2 { position: absolute; left: 50%; top: 420px; margin-left: 530px; }
.section-4 .projects, .section-projects .projects { width: 100%; float: left; }
.section-4 .projects li, .section-projects .projects li { list-style-type: none; float: left; margin-bottom: 20px; height: 259px; background-repeat: no-repeat; background-position: center; background-size: cover; font-size: 21px; text-align: center; position: relative; }
.section-4 .projects li:hover:before, .section-projects .projects li:hover:before { display: block; }
.section-4 .projects li:hover span, .section-projects .projects li:hover span { display: table-cell; }
.section-4 .projects li a, .section-projects .projects li a { display: table; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.section-4 .projects li span, .section-projects .projects li span { display: table-cell; vertical-align: middle; position: relative; color: #000; display: none; }
.section-4 .projects li:before, .section-projects .projects li:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.79; background: #fcda01; display: none; }
.section-4 .projects .sm, .section-projects .projects .sm { width: 310px; }
@media all and (max-width: 1000px) { .section-4 .projects .sm, .section-projects .projects .sm { width: 100%; } }
.section-4 .projects .xxl, .section-projects .projects .xxl { width: 100%; }
.section-4 .projects .lg, .section-projects .projects .lg { width: 630px; }
@media all and (max-width: 1000px) { .section-4 .projects .lg, .section-projects .projects .lg { width: 100%; } }
.section-4 .projects .sm + .lg, .section-projects .projects .sm + .lg { margin-left: 20px; }
@media all and (max-width: 1000px) { .section-4 .projects .sm + .lg, .section-projects .projects .sm + .lg { margin-left: 0; } }
.section-4 .projects .lg + .sm, .section-projects .projects .lg + .sm { margin-left: 20px; }
@media all and (max-width: 1000px) { .section-4 .projects .lg + .sm, .section-projects .projects .lg + .sm { margin-left: 0; } }

.section-projects { padding-top: 133px; padding-bottom: 63px; }
@media all and (max-width: 1000px) { .section-projects { padding-top: 84px; padding-bottom: 64px; } }
.section-projects h1 { font: 21px/1.2 "MyriadPro-Regular"; margin-bottom: 16px; }

.section-5 { height: 598px; background: url("../images/section-5-bg.jpg") no-repeat center/cover; text-align: center; }
@media all and (max-width: 767px) { .section-5 { height: auto; padding-bottom: 100px; } }
.section-5 h2 { font: normal 36px/38px "MyriadPro-Bold"; color: #fcda01; position: relative; margin-top: 184px; text-shadow: 0 0 1px rgba(0, 0, 0, 0.51); }
@media all and (max-width: 767px) { .section-5 h2 { font-size: 32px; line-height: 34px; margin-top: 90px; } }
.section-5 p { font: normal 18px/27px "MyriadPro-Light"; color: #fff; position: relative; margin-top: 22px; text-shadow: 0 0 1px rgba(0, 0, 0, 0.51); }
@media all and (max-width: 767px) { .section-5 p { font-size: 16px; line-height: 20px; margin-top: 14px; }
  .section-5 p br { display: none; } }
.section-5 .btn { background: #fcda01; margin-top: 40px; }
@media all and (max-width: 767px) { .section-5 .btn { margin-top: 28px; } }
.section-5 .btn:hover { background: #cacaca; }

.section-6 { background: #fcda01; padding-top: 82px; padding-bottom: 77px; }
@media all and (max-width: 1000px) { .section-6 { padding-bottom: 85px; } }
@media all and (max-width: 767px) { .section-6 { padding-bottom: 53px; padding-top: 50px; } }
.section-6 .col { width: 50%; float: left; font-size: 14px; line-height: 21px; }
@media all and (max-width: 1000px) { .section-6 .col { width: 100%; text-align: center; padding: 0 60px; } }
@media all and (max-width: 767px) { .section-6 .col { padding: 0; } }
.section-6 .col strong { display: block; width: 100%; font-size: 21px; margin-bottom: 12px; }
.section-6 .col .btn { background: #000; color: #fff; float: right; margin-top: 23px; }
@media all and (max-width: 1000px) { .section-6 .col .btn { float: none; display: inline-block; margin-top: 35px; } }
@media all and (max-width: 767px) { .section-6 .col .btn { margin-top: 15px; } }
.section-6 .col .btn:hover { background: #cacaca; }

.section-7 {  padding-bottom: 77px; }
@media all and (max-width: 1000px) { .section-7 { padding-top: 80px; padding-bottom: 70px; } }
@media all and (max-width: 767px) { .section-7 { padding-top: 40px; } }
.section-7 h3 { font: normal 36px/38px "MyriadPro-Bold"; margin-bottom: 41px; }
@media all and (max-width: 767px) { .section-7 h3 { font-size: 21px; text-align: center; margin-bottom: 15px; } }
.section-7 .price-item { float: left; text-align: center; width: calc((100% - 60px) / 4); }
@media all and (max-width: 1000px) { .section-7 .price-item { width: calc((100% - 20px) / 2); } }
@media all and (max-width: 767px) { .section-7 .price-item { width: 100%; } }
.section-7 .price-item + .price-item { margin-left: 20px; }
@media all and (max-width: 1000px) { .section-7 .price-item + .price-item + .price-item { margin-left: 0; margin-top: 20px; }
  .section-7 .price-item + .price-item + .price-item + .price-item { margin-left: 20px; } }
@media all and (max-width: 767px) { .section-7 .price-item + .price-item { margin-left: 0; margin-top: 30px; }
  .section-7 .price-item + .price-item + .price-item { margin-top: 30px; }
  .section-7 .price-item + .price-item + .price-item + .price-item { margin-left: 0; } }
.section-7 .price-item .item-name { width: 100%; float: left; background: #ececec; height: 120px; margin-bottom: 5px; font-size: 22px; padding-top: 28px; }
.section-7 .price-item .item-name span { display: block; font-size: 28px; margin-top: 9px; }
.section-7 .price-item .item-name span sup { font-size: 17px; top: -9px; }
.section-7 .price-item .price { width: 100%; float: left; background: #dbdbdb; font-size: 34px; height: 70px; padding-top: 19px; }
.section-7 .price-item .price strike { font-size: 20px; color: #ecab06; position: relative; top: -6px; }
.section-7 .price-item .price span { font-size: 18px; line-height: 26px; display: block; margin-top: -10px; }
@media all and (max-width: 1000px) { .section-7 .price-item .price span { margin-top: 3px; } }
.section-7 .free-block { width: 100%; float: left; background: #ffe853; margin-top: 20px; text-align: center; padding-bottom: 53px; margin-bottom: 6px; padding-top: 54px;}
@media all and (max-width: 1000px) { .section-7 .free-block { padding-bottom: 38px; padding-top: 50px;} }
@media all and (max-width: 767px) { .section-7 .free-block { padding-bottom: 50px; margin-top: 30px; padding-top: 3px;} }
.section-7 .free-block .title { height: 109px; background: #fcda01; width: 100%; float: left; font: 26px/1 "MyriadPro-Bold"; padding-top: 32px; margin-bottom: 54px; }
@media all and (max-width: 1000px) { .section-7 .free-block .title { margin-bottom: 20px; } }
@media all and (max-width: 767px) { .section-7 .free-block .title { margin-bottom: 3px; } }
.section-7 .free-block .title span { display: block; font-size: 16px; font-family: "MyriadPro-Regular"; opacity: 0.7; margin-top: 3px; }
.section-7 .free-block .free-item { float: left; width: calc((100% - 40px) / 3); }
@media all and (max-width: 1000px) { .section-7 .free-block .free-item { width: 260px; float: none; display: inline-block; } }
@media all and (max-width: 767px) { .section-7 .free-block .free-item { margin-top: 50px; } }
.section-7 .free-block .free-item + .free-item { margin-left: 20px; }
@media all and (max-width: 1000px) { .section-7 .free-block .free-item + .free-item { margin-left: 0; }
  .section-7 .free-block .free-item + .free-item + .free-item { margin-top: 50px; } }
.section-7 .free-block .free-item .img { height: 43px; width: 100%; float: left; position: relative; margin-bottom: 9px; }
.section-7 .free-block .free-item .img img { position: absolute; left: 0; top: 0; bottom: 0; right: 0; max-width: 100%; max-height: 100%; margin: auto; }
.section-7 .free-block .free-item strike { color: #726200; font-size: 20px; margin-bottom: 3px; display: block; text-decoration: none;}
@media all and (max-width: 1000px) { .section-7 .free-block .free-item strike { margin-bottom: 11px; } }
.section-7 .free-block .free-item p { font-size: 18px; line-height: 23px; min-height: 46px; margin-bottom: 24px; }
@media all and (max-width: 1000px) { .section-7 .free-block .free-item p { min-height: 23px; margin-bottom: 12px; }
  .section-7 .free-block .free-item p br { display: none; } }
.section-7 .free-block .free-item a { display: inline-block; border: 2px solid #000; color: #000; width: 120px; height: 35px; font-size: 16px; line-height: 31px; }
.section-7 .free-block .free-item a:hover { background: #000; color: #fff; }
.section-7 .table-footer { display: table; width: 100%; float: left; }
.section-7 .table-footer .col { display: table-cell; font-size: 12px; line-height: 18px; }
@media all and (max-width: 1000px) { .section-7 .table-footer .col { text-align: center; display: block; width: 100%; } }
.section-7 .table-footer .col p { margin-top: 32px; text-align: left; }
@media all and (max-width: 767px) { .section-7 .table-footer .col p { margin-top: 12px; } }
.section-7 .table-footer .col .btn { background: #000; color: #fff; float: right; margin-top: 23px; }
@media all and (max-width: 1000px) { .section-7 .table-footer .col .btn { display: inline-block; float: none; } }
.section-7 .table-footer .col .btn:hover { background: #cacaca; }

.section-8 { background: #fcda01; border-top: 9px solid #000; padding-bottom: 77px; }
@media all and (max-width: 1000px) { .section-8 { text-align: center; padding-bottom: 53px; } }
.section-8 .contacts { width: 100%; float: left; font-size: 21px; line-height: 56px; margin-top: 85px; padding-bottom: 29px; border-bottom: 1px solid #000; }
@media all and (max-width: 767px) { .section-8 .contacts { margin-top: 54px; font-size: 16px; line-height: 42px; padding-bottom: 14px; } }
.section-8 .contacts a { color: #000; text-align: left; }
.section-8 .contacts .mail { float: left; width: 400px; margin-right: 20px; }
@media all and (max-width: 1000px) { .section-8 .contacts .mail { width: 290px; } }
@media all and (max-width: 767px) { .section-8 .contacts .mail { margin-bottom: 7px; } }
.section-8 .contacts .mail a { position: relative; padding-left: 68px; display: block; }
@media all and (max-width: 767px) { .section-8 .contacts .mail a { padding-left: 46px; } }
.section-8 .contacts .mail a:before { content: ''; width: 47px; height: 56px; background: url("../images/mail.png") no-repeat 0 0/100% 100%; position: absolute; left: 0; top: 0; }
@media all and (max-width: 767px) { .section-8 .contacts .mail a:before { height: 42px; width: 35px; } }
.section-8 .contacts .phone { float: left; width: 300px; margin-right: 20px; }
@media all and (max-width: 1000px) { .section-8 .contacts .phone { width: 240px; } }
@media all and (max-width: 767px) { .section-8 .contacts .phone { clear: both; } }
.section-8 .contacts .phone a { position: relative; padding-left: 68px; display: block; }
@media all and (max-width: 767px) { .section-8 .contacts .phone a { padding-left: 46px; } }
.section-8 .contacts .phone a:before { content: ''; width: 47px; height: 56px; background: url("../images/phone.png") no-repeat 0 0/100% 100%; position: absolute; left: 0; top: 0; }
@media all and (max-width: 767px) { .section-8 .contacts .phone a:before { height: 42px; width: 35px; } }
.section-8 .contacts .fb { float: left; }
@media all and (max-width: 767px) { .section-8 .contacts .fb { float: right; } }
.section-8 .contacts .fb a { position: relative; display: block; width: 47px; height: 56px; }
@media all and (max-width: 767px) { .section-8 .contacts .fb a { height: 42px; width: 35px; } }
.section-8 .contacts .fb a:hover:before { background-image: url("../images/fb-h.png"); }
.section-8 .contacts .fb a:before { content: ''; width: 47px; height: 56px; background: url("../images/fb.png") no-repeat 0 0/100% 100%; position: absolute; left: 0; top: 0; }
@media all and (max-width: 767px) { .section-8 .contacts .fb a:before { height: 42px; width: 35px; } }
.section-8 form { width: 100%; float: left; margin-top: 52px; }
.section-8 form ::-webkit-input-placeholder { color: #000; }
.section-8 form ::-moz-placeholder { color: #000; }
.section-8 form :-moz-placeholder { color: #000; }
.section-8 form :-ms-input-placeholder { color: #000; }
@media all and (max-width: 1000px) { .section-8 form { display: inline-block; max-width: 460px; float: none; margin-top: 18px; } }
.section-8 form p { font-size: 21px; line-height: 27px; margin-bottom: 30px; }
@media all and (max-width: 767px) { .section-8 form p { margin-bottom: 22px; } }
.section-8 form .col { width: 400px; float: left; }
@media all and (max-width: 1000px) { .section-8 form .col { width: 100%; } }
.section-8 form .col + .col { margin-left: 20px; width: 540px; }
@media all and (max-width: 1000px) { .section-8 form .col + .col { width: 100%; margin-left: 0; } }
.section-8 form input, .section-8 form textarea { width: 100%; float: left; padding: 0 20px; border: 1px solid #000; background: none; font-size: 14px; font-family: "MyriadPro-Regular"; height: 40px; margin-bottom: 20px; }
.section-8 form textarea { height: 160px; resize: none; padding: 11px 20px; }
.section-8 form .btn { background: #000; color: #fff; float: right; padding: 0; margin-top: 10px; }
@media all and (max-width: 1000px) { .section-8 form .btn { float: none; display: inline-block; } }
.section-8 form .btn:hover { background: #cacaca; }

.section-9 { background: #f4f4f4; padding-top: 120px; padding-bottom: 162px; }
@media all and (max-width: 1000px) { .section-9 { padding-top: 84px; padding-bottom: 64px; } }
@media all and (max-width: 767px) { .section-9 { padding-top: 53px; padding-bottom: 33px; text-align: center; } }
.section-9 h3 { font: normal 36px/38px "MyriadPro-Bold"; margin-bottom: 18px; }
@media all and (max-width: 767px) { .section-9 h3 { font-size: 21px; text-align: center; margin-bottom: 15px; } }
.section-9 p { font: normal 18px/30px "MyriadPro-Bold"; color: #202020; }
@media all and (max-width: 767px) { .section-9 p { font-size: 14px; line-height: 26px; }
  .section-9 p br { display: none; } }
.section-9 .modules { width: 100%; float: left; position: relative; text-align: center; margin-top: 90px; }
@media all and (max-width: 1000px) { .section-9 .modules { text-align: left; margin-top: 40px; } }
@media all and (max-width: 767px) { .section-9 .modules { width: auto; float: none; width: 300px; display: inline-block; } }
.section-9 .modules .module-name { position: absolute; left: 0; top: 0; width: 100%; }
@media all and (max-width: 767px) { .section-9 .modules .module-name { position: relative; float: left; width: calc(100% - 200px); } }
.section-9 .modules .module-name li { width: 230px; float: left; list-style: none; font: 20px/1.2 "MyriadPro-Bold"; text-align: right; clear: both; position: relative; }
.section-9 .modules .module-name li:nth-child(1) { margin-top: 55px; }
.section-9 .modules .module-name li:nth-child(2) { margin-top: 71px; }
.section-9 .modules .module-name li:nth-child(3) { margin-top: 53px; }
.section-9 .modules .module-name li:nth-child(4) { margin-top: 68px; }
.section-9 .modules .module-name li:nth-child(5) { margin-top: 89px; }
.section-9 .modules .module-name li:nth-child(6) { margin-top: 68px; }
.section-9 .modules .module-name li:nth-child(7) { margin-top: 73px; }
@media all and (max-width: 1000px) { .section-9 .modules .module-name li { float: right; text-align: left; } }
@media all and (max-width: 767px) { .section-9 .modules .module-name li { font-size: 10px; float: left; }
  .section-9 .modules .module-name li:nth-child(1) { margin-top: 39px; }
  .section-9 .modules .module-name li:nth-child(2) { margin-top: 53px; }
  .section-9 .modules .module-name li:nth-child(3) { margin-top: 41px; }
  .section-9 .modules .module-name li:nth-child(4) { margin-top: 53px; }
  .section-9 .modules .module-name li:nth-child(5) { margin-top: 65px; }
  .section-9 .modules .module-name li:nth-child(6) { margin-top: 54px; }
  .section-9 .modules .module-name li:nth-child(7) { margin-top: 55px; } }
.section-9 .modules .module-name li:before { content: ''; height: 7px; background: #fcd901; border-radius: 5px; width: 137px; position: absolute; top: 10px; left: 100%; margin-left: 20px; }
@media all and (max-width: 1000px) { .section-9 .modules .module-name li:before { margin-left: 0; margin-right: 20px; left: auto; right: 100%; } }
@media all and (max-width: 767px) { .section-9 .modules .module-name li:before { height: 2px; top: 5px; width: 30px; margin-right: 5px; } }
.section-9 .modules .module-name li:nth-child(even) { text-align: left; float: right; }
@media all and (max-width: 767px) { .section-9 .modules .module-name li:nth-child(even) { float: left; } }
.section-9 .modules .module-name li:nth-child(even):before { margin-left: 0; margin-right: 20px; left: auto; right: 100%; }
@media all and (max-width: 767px) { .section-9 .modules .module-name li:nth-child(even):before { margin-right: 5px; } }
.section-9 .modules .module-img { display: inline-block; }
@media all and (max-width: 1000px) { .section-9 .modules .module-img { float: left; } }
@media all and (max-width: 767px) { .section-9 .modules .module-img { width: 200px; } }
.section-9 .btn { background: #000; float: right; clear: both; display: block; height: auto; color: #fff; position: relative; margin-top: -73px; font: 20px/67px "OpenSans-ExtraBold"; width: 280px; text-align: center; border-radius: 7px; padding-top: 0; text-transform: none; }
@media all and (max-width: 1000px) { .section-9 .btn { float: left; margin-top: 20px; width: 299px; } }
@media all and (max-width: 767px) { .section-9 .btn { float: none; display: inline-block; } }
.section-9 .btn:hover { background: #cacaca; }

.footer { width: 100%; float: left; background: #000; padding: 31px 0; }
@media all and (max-width: 767px) { .footer { text-align: center; padding: 31px 0 25px; } }
@media all and (max-width: 1000px) { .footer .content { max-width: 100%; padding: 0 20px; } }
@media all and (max-width: 767px) { .footer .content { max-width: 300px; } }
.footer img { float: left; width: 160px; height: auto; }
@media all and (max-width: 767px) { .footer img { float: none; display: inline-block; } }
.footer p { float: right; color: #585858; font-size: 14px; margin-top: 3px; }
.footer p a { color: #585858;}
.footer p a:hover { text-decoration: underline;}
@media all and (max-width: 767px) { .footer p { float: none; display: inline-block; margin-top: 21px; } }

.section-project { text-align: center; margin-top: 69px; padding-top: 63px; padding-bottom: 90px; background: #ececec; }
@media all and (max-width: 1000px) { .section-project { margin-top: 59px; } }
@media all and (max-width: 767px) { .section-project { margin-top: 46px; padding-top: 20px; padding-bottom: 30px; } }
.section-project .project { text-align: left; width: 780px; display: inline-block; }
@media all and (max-width: 1000px) { .section-project .project { width: 100%; } }
.section-project .project p { float: left; font-size: 21px; margin-bottom: 16px; }
.section-project .project iframe { width: 100%; height: 440px; }
@media all and (max-width: 767px) { .section-project .project iframe { max-height: calc(100vh - 60px); } }
.section-project .project .text { width: 100%; float: left; display: inline-block; text-align: left; margin-top: 30px; }
.section-project .project .text p { font-size: 16px; line-height: 1.2; }
.section-project .project .text a { color: #000; text-decoration: underline; }

.pager { width: 100%; float: left; text-align: right; margin-top: 5px; }
.pager ul li { list-style-type: none; display: inline-block; margin: 0 2px; }
.pager ul li.next-page { margin-left: 11px; }
.pager ul li.next-page a { background: url("../images/arrow-right.png") no-repeat 0 0/100% 100%; width: 11px; height: 17px; display: inline-block; position: relative; top: 3px; }
.pager ul li.prev-page { margin-right: 11px; }
.pager ul li.prev-page a { background: url("../images/arrow-left.png") no-repeat 0 0/100% 100%; width: 11px; height: 17px; display: inline-block; position: relative; top: 3px; }
.pager ul li.active a { color: #000; }
.pager ul li a { display: inline-block; font-size: 21px; color: #b9b9b9; }

.inner-landing .section { font-family: "OpenSans-Regular"; }
.inner-landing .section strong, .inner-landing .section b { font-family: "OpenSans-Bold"; }

.container { overflow: hidden; }

.share-block { width: 100%; float: left; position: relative; }
.share-block .share { float: left; font: 16px/24px "OpenSans-Bold"; margin-top: 28px; width: 100%; }
@media all and (max-width: 767px) { .share-block .share { margin-top: 15px; } }
.share-block .share a, .share-block .share span { display: block; float: left; margin-right: 16px; position: relative; }
@media all and (max-width: 767px) { .share-block .share a, .share-block .share span { margin-right: 0; } }
@media all and (max-width: 767px) { .share-block .share span { display: none; } }
.share-block .share a { margin-top: 4px; }
@media all and (max-width: 767px) { .share-block .share a + a { margin-left: 10px; } }
.share-block .share .fb { background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -732px; background-repeat: no-repeat; display: block; height: 17px; width: 9px; }
@media all and (max-width: 767px) { .share-block .share .fb { text-align: center; background: #fcda01; width: calc((100% - 30px) / 4); height: 31px; padding-top: 5px; }
  .share-block .share .fb:before { content: ''; background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -732px; background-repeat: no-repeat; display: block; height: 17px; width: 9px; display: inline-block; } }
@media all and (min-width: 768px) { .share-block .share .fb:hover { background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -713px; background-repeat: no-repeat; display: block; height: 17px; width: 9px; } }
.share-block .share .vk { background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -40px; background-repeat: no-repeat; display: block; height: 17px; width: 27px; }
@media all and (max-width: 767px) { .share-block .share .vk { text-align: center; background: #fcda01; width: calc((100% - 30px) / 4); height: 31px; padding-top: 5px; }
  .share-block .share .vk:before { content: ''; background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -40px; background-repeat: no-repeat; display: block; height: 17px; width: 27px; display: inline-block; } }
@media all and (min-width: 768px) { .share-block .share .vk:hover { background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -376px; background-repeat: no-repeat; display: block; height: 17px; width: 27px; } }
.share-block .share .tw { background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -587px; background-repeat: no-repeat; display: block; height: 17px; width: 21px; }
@media all and (max-width: 767px) { .share-block .share .tw { text-align: center; background: #fcda01; width: calc((100% - 30px) / 4); height: 31px; padding-top: 5px; }
  .share-block .share .tw:before { content: ''; background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -587px; background-repeat: no-repeat; display: block; height: 17px; width: 21px; display: inline-block; } }
@media all and (min-width: 768px) { .share-block .share .tw:hover { background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -484px; background-repeat: no-repeat; display: block; height: 17px; width: 21px; } }
.share-block .share .link-toggler { background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -465px; background-repeat: no-repeat; display: block; height: 17px; width: 18px; }
@media all and (max-width: 767px) { .share-block .share .link-toggler { text-align: center; background: #fcda01; width: calc((100% - 30px) / 4); height: 31px; padding-top: 5px; }
  .share-block .share .link-toggler:before { content: ''; background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -465px; background-repeat: no-repeat; display: block; height: 17px; width: 18px; display: inline-block; } }
@media all and (min-width: 768px) { .share-block .share .link-toggler:hover, .share-block .share .link-toggler.active { background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -426px; background-repeat: no-repeat; display: block; height: 17px; width: 18px; } }
@media all and (max-width: 767px) { .share-block .share .link-toggler:hover, .share-block .share .link-toggler.active { background: #ebebeb; } }
.share-block .share .link { margin-top: -8px; float: left; color: #545454; font: 17px "OpenSans-Semibold"; padding: 0 15px; border: 1px solid #dedede; height: 40px; width: 430px; display: none; }
@media all and (max-width: 1000px) { .share-block .share .link { width: 100%; margin-top: 20px; } }
@media all and (max-width: 767px) { .share-block .share .link { font-size: 13px; } }
.share-block .embed-toggler { margin-top: 20px; font: 16px/34px "OpenSans-Bold"; color: #000; right: 0; top: 0; position: absolute; display: block; border-radius: 3px; border: 3px solid #fcda01; padding: 0 28px; }
@media all and (max-width: 767px) { .share-block .embed-toggler { position: relative; width: 100%; float: left; text-align: center; font-size: 12px; line-height: 30px; margin-top: 10px; } }
.share-block .embed-toggler:hover, .share-block .embed-toggler.active { background: #fcda01; }
.share-block .embed-block { width: 100%; float: left; margin-top: 19px; display: none; }
.share-block .embed-block .col { float: left; width: 50%; padding-right: 90px; }
@media all and (max-width: 1000px) { .share-block .embed-block .col { width: 100%; padding-right: 0; } }
.share-block .embed-block .col + .col { padding-right: 0; padding-left: 10px; padding-top: 20px; }
@media all and (max-width: 1000px) { .share-block .embed-block .col + .col { padding-left: 0; } }
.share-block .embed-block .autoplay { float: right; color: #686868; font: 10px/18px "OpenSans-Bold"; padding-right: 27px; position: relative; display: block; margin-bottom: 5px; }
.share-block .embed-block .autoplay.active:after { background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -445px; background-repeat: no-repeat; display: block; height: 18px; width: 17px; }
.share-block .embed-block .autoplay:after { content: ''; background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -567px; background-repeat: no-repeat; display: block; height: 18px; width: 17px; position: absolute; right: 0; top: 0; }
.share-block .embed-block .embed { width: 100%; float: left; background: #ebebeb; font-size: 16px; line-height: 1.2; color: #989693; padding: 12px 25px 12px 30px; word-break: break-all; }
@media all and (max-width: 767px) { .share-block .embed-block .embed { font-size: 12px; padding-left: 20px; padding-right: 15px; } }
.share-block .embed-block .quality { color: #686868; font: 10px/18px "OpenSans-Bold"; margin-top: 11px; float: left; }
@media all and (max-width: 767px) { .share-block .embed-block .quality { line-height: 27px; } }
.share-block .embed-block .quality span, .share-block .embed-block .quality div { float: left; }
.share-block .embed-block .quality .quality-list { position: relative; margin-left: 7px; }
.share-block .embed-block .quality .quality-list.active .current { border-radius: 3px 3px 0 0; }
.share-block .embed-block .quality .quality-list.active ul { display: block; }
.share-block .embed-block .quality .current { background: #fcda01; border-radius: 3px; padding: 0 5px 0 14px; font: 10px/18px "OpenSans-ExtraBold"; display: block; color: #000; position: relative; cursor: pointer; min-width: 72px; }
@media all and (max-width: 767px) { .share-block .embed-block .quality .current { line-height: 27px; } }
.share-block .embed-block .quality .current:before { content: ''; background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -751px; background-repeat: no-repeat; display: block; height: 4px; width: 7px; position: absolute; top: 8px; left: 4px; }
@media all and (max-width: 767px) { .share-block .embed-block .quality .current:before { top: 12px; } }
.share-block .embed-block .quality ul { position: absolute; left: 0; top: 100%; width: 100%; background: #fcda01; border-radius: 0 0 3px 3px; display: none; }
.share-block .embed-block .quality ul li { list-style: none; width: 100%; float: left; padding-left: 14px; cursor: pointer; padding-right: 5px; }
.share-block .embed-block .quality ul li:hover { color: #000; }
.share-block .embed-block .copy-link { float: right; display: block; color: #000; font: 10px/27px "OpenSans-Bold"; border-radius: 3px; background: #ebebeb; padding: 0 13px; margin-top: 11px; }
.share-block .embed-block .copy-link:hover { background: #fcda01; }
.share-block .embed-block p { color: #686868; font-size: 14px; line-height: 1.2; }
@media all and (max-width: 767px) { .share-block .embed-block p { font-size: 12px; } }
.share-block .embed-block p strong { font-size: 16px; margin-bottom: 15px; color: #747474; display: block; }
@media all and (max-width: 1000px) { .share-block .embed-block p strong br { display: none; } }
@media all and (max-width: 767px) { .share-block .embed-block p strong { font-size: 13px; margin-bottom: 5px; } }

.view-problem { float: right; display: block; font: 12px/27px "OpenSans-Bold"; color: #000; padding: 0 12px; border-radius: 3px; background: #fff; }
@media all and (max-width: 767px) { .view-problem { width: 100%; text-align: center; margin-bottom: 10px; } }
.view-problem:hover { background: #fcda01; }

.section-3d { padding-top: 130px; padding-bottom: 70px; position: relative; overflow: hidden; }
@media all and (max-width: 767px) { .section-3d { padding-top: 60px; padding-bottom: 40px; } }
.section-3d .view-problem { background: #ebebeb; margin-top: 35px; }
@media all and (max-width: 1000px) { .section-3d .view-problem { margin-top: 31px; } }
@media all and (max-width: 767px) { .section-3d .view-problem { margin-top: 0; } }
.section-3d .bg1 { position: absolute; right: 50%; top: 693px; margin-right: 693px; z-index: 2; }
.section-3d .bg2 { position: absolute; left: 50%; top: 700px; margin-left: 700px; z-index: 2; }
.section-3d h3 { font: 24px/30px "OpenSans-Semibold"; margin-bottom: 24px; }
@media all and (max-width: 1000px) { .section-3d h3 { font-size: 20px; margin-bottom: 15px; } }
@media all and (max-width: 767px) { .section-3d h3 { font-size: 14px; line-height: 26px; margin-bottom: 10px; } }
.section-3d h1 { float: left; color: #fcda01; font: normal 36px/36px "OpenSans-Bold"; margin-bottom: 16px; }
@media all and (max-width: 1000px) { .section-3d h1 { font: normal 30px/32px "MyriadPro-Bold"; } }
.section-3d h1 span { display: block; font: 24px/30px "OpenSans-Semibold"; }
@media all and (max-width: 1000px) { .section-3d h1 span { font-size: 20px; line-height: 26px; } }
.section-3d .model { float: left; width: 100%; position: relative; max-height: calc(100vh - 60px); }
@media all and (max-width: 767px) { .section-3d .model { height: 440px; } }
.section-3d .model:before { content: ''; display: block; padding-bottom: 65%; width: 100%; position: relative; }
@media all and (max-width: 767px) { .section-3d .model:before { display: none; } }
.section-3d .model iframe { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

.section-about { background: #fcda01; padding-bottom: 107px; }
@media all and (max-width: 1000px) { .section-about { padding-bottom: 70px; } }
@media all and (max-width: 767px) { .section-about { padding-bottom: 40px; } }
.section-about .project-contact { width: 250px; float: left; margin-right: 60px; margin-top: 136px; }
@media all and (max-width: 1000px) { .section-about .project-contact { width: 200px; margin-right: 48px; margin-top: 108px; } }
@media all and (max-width: 767px) { .section-about .project-contact { width: 100%; margin-right: 0; margin-top: 20px; } }
.section-about .project-contact .img { width: 197px; height: 241px; background: url("../images/contact-bg.png") no-repeat 0 0/100% 100%; position: relative; padding: 21px 19px 36px; text-align: center; margin-bottom: 20px; }
@media all and (max-width: 1000px) { .section-about .project-contact .img { width: 157px; height: 193px; } }
@media all and (max-width: 767px) { .section-about .project-contact .img { width: 78px; height: 97px; padding: 8px 7px 0px; float: left; margin-right: 20px; } }
.section-about .project-contact .img img { width: 100%; height: auto; }
.section-about .project-contact .img:before { content: ''; background: url("../images/contact-bg-2.png") no-repeat 0 0/100% 100%; position: absolute; right: -71px; bottom: -115px; width: 489px; height: 493px; }
@media all and (max-width: 1000px) { .section-about .project-contact .img:before { width: 391px; height: 394px; right: -56px; bottom: -92px; } }
@media all and (max-width: 767px) { .section-about .project-contact .img:before { display: none; } }
.section-about .project-contact p { font: 20px/22px "OpenSans-Bold"; color: #0b2a4a; margin-bottom: 15px; position: relative; }
@media all and (max-width: 1000px) { .section-about .project-contact p { font-size: 18px; line-height: 20px; } }
@media all and (max-width: 767px) { .section-about .project-contact p { font-size: 14px; line-height: 18px; width: calc(100% - 106px); float: left; margin-top: 12px; }
  .section-about .project-contact p + p { margin-top: 0; } }
.section-about .project-contact p span, .section-about .project-contact p a { font-family: "OpenSans-Semibold"; display: block; line-height: 1.2; width: 100%; color: #0b2a4a; }
.section-about .project-contact p span.phone, .section-about .project-contact p a.phone { position: relative; }
.section-about .project-contact p span.phone:before, .section-about .project-contact p a.phone:before { content: '+'; position: absolute; right: 100%; top: 0; }
.section-about .project-about { float: left; width: calc(100% - 310px); margin-top: 81px; font-size: 18px; line-height: 24px; color: #323434; }
@media all and (max-width: 1000px) { .section-about .project-about { font-size: 14px; line-height: 20px; width: calc(100% - 248px); } }
@media all and (max-width: 767px) { .section-about .project-about { margin-top: 0; width: 100%; font-size: 13px; } }
.section-about .project-about .top { width: 100%; float: left; font: 20px/22px "OpenSans-ExtraBold"; padding-bottom: 21px; border-bottom: 2px solid #caaf01; margin-bottom: 34px; }
@media all and (max-width: 1000px) { .section-about .project-about .top { font-size: 18px; line-height: 20px; padding-bottom: 10px; } }
@media all and (max-width: 767px) { .section-about .project-about .top { font-size: 14px; line-height: 16px; border-bottom-width: 1px; padding-bottom: 5px; } }
.section-about .project-about .top span { width: 380px; float: left; }
@media all and (max-width: 1000px) { .section-about .project-about .top span { width: 100%; margin-bottom: 10px; } }
.section-about .project-about .top span + span { margin-left: 20px; width: 110px; }
@media all and (max-width: 1000px) { .section-about .project-about .top span + span { margin-left: 0; width: 50%; } }
.section-about .project-about .top span + span + span { text-align: right; width: 120px; }
@media all and (max-width: 1000px) { .section-about .project-about .top span + span + span { width: 50%; } }
.section-about .project-about .text { width: 100%; float: left; margin-bottom: 42px; }
@media all and (max-width: 1000px) { .section-about .project-about .text { margin-bottom: 30px; } }
.section-about .project-about .text.active .short-text { display: none; }
.section-about .project-about .text.active .full-text { display: block; }
.section-about .project-about .text.active .text-toggler span { display: none; }
.section-about .project-about .text.active .text-toggler span + span { display: block; }
.section-about .project-about .text .title { font: 20px/1.2 "OpenSans-Bold"; margin-bottom: 10px; }
@media all and (max-width: 1000px) { .section-about .project-about .text .title { font-size: 18px; } }
@media all and (max-width: 767px) { .section-about .project-about .text .title { font-size: 16px; } }
.section-about .project-about .text .short-text, .section-about .project-about .text .full-text { display: block; width: 100%; float: left; }
.section-about .project-about .text .full-text { display: none; }
.section-about .project-about .text .text-toggler { color: #c9ae01; margin-top: 12px; display: block; float: left; font: 20px/24px "OpenSans-ExtraBold"; }
@media all and (max-width: 1000px) { .section-about .project-about .text .text-toggler { font-size: 18px; line-height: 22px; } }
.section-about .project-about .text .text-toggler span + span { display: none; }
.section-about .project-about .properties { float: left; width: 380px; margin-right: 20px; }
@media all and (max-width: 1000px) { .section-about .project-about .properties { width: 100%; margin-right: 0; } }
.section-about .project-about .options { float: left; width: calc(100% - 400px); }
@media all and (max-width: 1000px) { .section-about .project-about .options { width: 100%; margin-top: 30px; } }
.section-about .project-about .options p { padding-left: 45px; position: relative; line-height: 30px; margin-bottom: 8px; }
.section-about .project-about .options p span { position: absolute; left: 0; top: 0; display: block; }

.section-video { padding-top: 140px; padding-bottom: 156px; }
@media all and (max-width: 1000px) { .section-video { padding-top: 100px; padding-bottom: 110px; } }
@media all and (max-width: 767px) { .section-video { padding-top: 30px; padding-bottom: 40px; } }
.section-video h2 { font: normal 36px/36px "OpenSans-Bold"; float: left; padding-top: 9px; }
@media all and (max-width: 1000px) { .section-video h2 { font: normal 30px/30px "OpenSans-Bold"; padding-top: 14px; } }
@media all and (max-width: 767px) { .section-video h2 { font-size: 21px; line-height: 21px; padding-top: 0; } }
.section-video .video-types { float: right; }
@media all and (max-width: 767px) { .section-video .video-types { float: left; width: 100%; margin-top: 20px; } }
.section-video .video-types a { float: left; display: block; background: #f1f1f1; font: 14px/61px "OpenSans-Bold"; color: #000; position: relative; border-radius: 3px; }
@media all and (max-width: 767px) { .section-video .video-types a { font-size: 12px; line-height: 42px; } }
.section-video .video-types a:before { content: ''; position: absolute; top: 14px; }
.section-video .video-types a.active { background: #fcda01; }
.section-video .video-types a + a { margin-left: 5px; }
@media all and (max-width: 767px) { .section-video .video-types a + a { margin-left: 6px; } }
.section-video .video-types .tour { padding: 0 27px 0 59px; }
@media all and (max-width: 767px) { .section-video .video-types .tour { padding: 0 0 0 15px; text-align: center; width: calc(50% - 3px); } }
.section-video .video-types .tour:before { background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -195px; background-repeat: no-repeat; display: block; height: 31px; width: 24px; left: 29px; }
@media all and (max-width: 767px) { .section-video .video-types .tour:before { left: 6px; top: 5px; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); } }
.section-video .video-types .aero { padding: 0 20px 0 80px; }
@media all and (max-width: 767px) { .section-video .video-types .aero { padding: 0 0 0 21px; text-align: center; width: calc(50% - 3px); }
  .section-video .video-types .aero span { display: none; } }
.section-video .video-types .aero:before { background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -59px; background-repeat: no-repeat; display: block; height: 31px; width: 56px; left: 25px; }
@media all and (max-width: 767px) { .section-video .video-types .aero:before { left: -6px; top: 6px; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); } }
.section-video .video-types .panorama { padding: 0 22px 0 60px; }
@media all and (max-width: 767px) { .section-video .video-types .panorama { padding: 0; text-align: center; width: 100%; margin-left: 0; margin-top: 5px; } }
.section-video .video-types .panorama:before { background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -115px; background-repeat: no-repeat; display: block; height: 31px; width: 32px; left: 19px; }
@media all and (max-width: 767px) { .section-video .video-types .panorama:before { left: 3px; top: 5px; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); } }
.section-video .video-container { width: 100%; float: left; position: relative; display: none; }
.section-video .video-container.active { display: block; }
.section-video .video-wrapper { width: 100%; margin-top: 16px; margin-bottom: 22px; float: left; position: relative; }
@media all and (max-width: 767px) { .section-video .video-wrapper { height: 440px; max-height: calc(100vh - 60px); margin-top: 10px; margin-bottom: 10px; } }
.section-video .video-wrapper:before { content: ''; display: block; position: relative; width: 100%; padding-bottom: 67.7%; }
@media all and (max-width: 767px) { .section-video .video-wrapper:before { display: none; } }
.section-video .video-wrapper .video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.section-video .video-wrapper .video iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.section-video .project-info { width: 100%; float: left; font: 20px/46px "MyriadPro-Light"; color: #002b49; }
@media all and (max-width: 1000px) { .section-video .project-info { font-size: 16px; line-height: 30px; } }
@media all and (max-width: 767px) { .section-video .project-info { font-size: 14px; line-height: 20px; } }
.section-video .project-info div { width: 25%; background: #d2d0cd; float: left; height: 186px; padding-top: 56px; text-align: center; }
@media all and (max-width: 1000px) { .section-video .project-info div { height: 130px; padding-top: 39px; } }
@media all and (max-width: 767px) { .section-video .project-info div { height: 70px; padding-top: 18px; } }
.section-video .project-info div span { font-family: "MyriadPro-Regular"; display: block; width: 100%; font-size: 46px; margin-bottom: -8px; }
@media all and (max-width: 1000px) { .section-video .project-info div span { font-size: 30px; margin-bottom: -2px; } }
@media all and (max-width: 767px) { .section-video .project-info div span { font-size: 20px; } }

.section-photo { padding-top: 144px; padding-bottom: 156px; background: #f4f4f4; overflow: hidden; }
@media all and (max-width: 1000px) { .section-photo { padding-top: 100px; padding-bottom: 110px; } }
@media all and (max-width: 767px) { .section-photo { padding-top: 30px; padding-bottom: 40px; } }
.section-photo#plan { background: #fff; }
.section-photo h2 { font: normal 36px/36px "OpenSans-Bold"; float: left; padding-top: 5px; }
@media all and (max-width: 1000px) { .section-photo h2 { font: normal 30px/30px "OpenSans-Bold"; padding-top: 10px; } }
@media all and (max-width: 767px) { .section-photo h2 { font-size: 21px; line-height: 21px; } }
.section-photo h2 span { display: block; font-size: 24px; line-height: 30px; margin-top: 4px; margin-bottom: -7px; color: #363636; }
@media all and (max-width: 1000px) { .section-photo h2 span { font-size: 20px; line-height: 26px; } }
@media all and (max-width: 767px) { .section-photo h2 span { font-size: 14px; line-height: 20px; } }
.section-photo .download { float: right; display: block; background: #fcda01; font: 14px/51px "OpenSans-Bold"; color: #000; position: relative; padding: 0 25px 0 65px; border-radius: 3px; text-transform: uppercase; }
@media all and (max-width: 767px) { .section-photo .download { font-size: 12px; line-height: 43px; padding: 0 16px 0 44px; } }
.section-photo .download:before { content: ''; position: absolute; top: 12px; left: 18px; background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -684px; background-repeat: no-repeat; display: block; height: 27px; width: 27px; }
@media all and (max-width: 767px) { .section-photo .download:before { left: 9px; top: 7px; -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -ms-transform: scale(0.6); -o-transform: scale(0.6); transform: scale(0.6); } }
.section-photo iframe { width: 100%; float: left; position: relative; }
.section-photo .project-photos .gallery { margin-top: 25px; }
@media all and (max-width: 767px) { .section-photo .project-photos .gallery { margin-top: 10px; } }

.gallery { width: 100%; float: left; position: relative; }
.gallery .slick-slide { position: relative; background: #fff; }
@media all and (max-width: 767px) { .gallery .slick-slide { height: 440px; max-height: calc(100vh - 60px); } }
.gallery .slick-slide:before { content: ''; display: block; position: relative; width: 100%; padding-bottom: 67.7%; }
@media all and (max-width: 767px) { .gallery .slick-slide:before { display: none; } }
.gallery .slick-slide img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; max-width: 100%; max-height: 100%; margin: auto; width: auto; }

.photo-wrapper { width: 100%; float: left; position: relative; }

.slick-prev, .slick-next { font-size: 0; background: #fff; width: 90px; height: 50px; position: absolute; top: 50%; margin-top: -25px; z-index: 1; }
@media all and (max-width: 767px) { .slick-prev, .slick-next { display: none !important; } }
.slick-prev:before, .slick-next:before { content: ''; position: absolute; top: 3px; }

.slick-prev { left: -42px; }
.slick-prev:before { left: 14px; background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -290px; background-repeat: no-repeat; display: block; height: 45px; width: 69px; }

.slick-next { right: -42px; }
.slick-next:before { right: 14px; background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -148px; background-repeat: no-repeat; display: block; height: 45px; width: 69px; }

.slick-dots { width: 100%; position: absolute; bottom: 16px; left: 0; text-align: center; padding: 0 100px; }
@media all and (max-width: 767px) { .slick-dots { display: none !important; } }
.slick-dots li { display: inline-block; list-style: none; margin: 0 9px; }
@media all and (max-width: 1000px) { .slick-dots li { margin: 0 3px; -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -ms-transform: scale(0.6); -o-transform: scale(0.6); transform: scale(0.6); } }
.slick-dots li.slick-active button { background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -606px; background-repeat: no-repeat; display: block; height: 29px; width: 25px; }
.slick-dots button { font-size: 0; background: none; background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -395px; background-repeat: no-repeat; display: block; height: 29px; width: 25px; }

.section-map { padding-top: 144px; padding-bottom: 156px; background: #f4f4f4; }
@media all and (max-width: 1000px) { .section-map { padding-top: 100px; padding-bottom: 110px; } }
@media all and (max-width: 767px) { .section-map { padding-top: 30px; padding-bottom: 40px; } }
.section-map h2 { font: normal 36px/36px "OpenSans-Bold"; float: left; padding-top: 5px; }
@media all and (max-width: 1000px) { .section-map h2 { font: normal 30px/30px "OpenSans-Bold"; padding-top: 10px; } }
@media all and (max-width: 767px) { .section-map h2 { font-size: 21px; line-height: 21px; padding-top: 0; } }
.section-map .map-wrapper { width: 100%; margin-top: 25px; float: left; position: relative; }
@media all and (max-width: 767px) { .section-map .map-wrapper { height: 440px; max-height: calc(100vh - 60px); margin-top: 10px; margin-bottom: 10px; } }
.section-map .map-wrapper:before { content: ''; display: block; position: relative; width: 100%; padding-bottom: 67.7%; }
@media all and (max-width: 767px) { .section-map .map-wrapper:before { display: none; } }
.section-map .map-wrapper .map { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.section-map .map-wrapper .map iframe { width: 100%; height: 100%; }

.fullscreen-toggler { position: absolute; background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -337px; background-repeat: no-repeat; display: block; height: 37px; width: 37px; right: 23px; bottom: 17px; }
@media all and (max-width: 767px) { .fullscreen-toggler { right: 10px; bottom: 10px; } }

.fullscreen { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 33; background: #fff; display: none; /* .close{
	position: absolute;
	@include use-sprite(fullscreen-back);
	right: 23px;
	bottom: 17px;
} */ }
.fullscreen .object { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.fullscreen img { position: absolute; object-fit: contain; width: 100%; height: 100%; }
@media all and (max-width: 767px) { .fullscreen img { object-fit: cover; } }

.section-contacts { background: #fcda01; border-top: 9px solid #000; padding-bottom: 63px; text-align: center; overflow: hidden; }
@media all and (max-width: 767px) { .section-contacts { padding-bottom: 40px; } }
.section-contacts .bg1 { position: absolute; right: 50%; top: 212px; margin-right: 684px; z-index: 2; }
.section-contacts .bg2 { position: absolute; left: 50%; top: 63px; margin-left: 700px; z-index: 2; }
.section-contacts form { max-width: 460px; display: inline-block; margin-top: 52px; width: 100%; }
.section-contacts form ::-webkit-input-placeholder { color: #000; }
.section-contacts form ::-moz-placeholder { color: #000; }
.section-contacts form :-moz-placeholder { color: #000; }
.section-contacts form :-ms-input-placeholder { color: #000; }
.section-contacts form p { font-size: 20px; line-height: 27px; margin-bottom: 30px; }
.section-contacts form input, .section-contacts form textarea { width: 100%; float: left; padding: 0 20px; border-radius: 3px; background: #e2c400; font-size: 16px; height: 50px; margin-bottom: 17px; }
.section-contacts form textarea { height: 140px; resize: none; padding: 11px 20px; }
.section-contacts form .btn { font: 16px "OpenSans-Semibold"; background: #000; height: 53px; border-radius: 3px; padding: 0 44px; color: #fff; display: inline-block; margin-top: 19px; text-transform: none; }
.section-contacts form .btn:hover { background: #cacaca; }
.section-contacts .contacts { width: 100%; float: left; margin-top: 70px; }
@media all and (max-width: 767px) { .section-contacts .contacts { margin-top: 50px; } }
.section-contacts .contacts p { display: inline-block; margin: 0 59px; }
@media all and (max-width: 767px) { .section-contacts .contacts p { margin-bottom: 20px; } }
.section-contacts .contacts p.phone a:before { background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -527px; background-repeat: no-repeat; display: block; height: 38px; width: 22px; margin-left: -11px; }
.section-contacts .contacts p.mail a:before { background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 0; background-repeat: no-repeat; display: block; height: 38px; width: 30px; margin-left: -15px; }
.section-contacts .contacts p a { font: 14px/14px "OpenSans-Bold"; color: #000; display: block; position: relative; padding-top: 56px; }
.section-contacts .contacts p a:before { content: ''; position: absolute; left: 50%; top: 0; }

.footer2 { width: 100%; float: left; background: #000; padding: 41px 0 30px; text-align: center; }
@media all and (max-width: 767px) { .footer2 { padding: 31px 0 25px; } }
.footer2 .socials { width: 100%; float: left; margin-bottom: 38px; }
.footer2 .socials a { margin: 0 10px; }
.footer2 .socials .fb { background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -637px; background-repeat: no-repeat; display: block; height: 21px; width: 12px; display: inline-block; }
.footer2 .socials .vk { background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -92px; background-repeat: no-repeat; display: block; height: 21px; width: 35px; display: inline-block; }
.footer2 .socials .tw { background-image: url('../images/icons-sae8bb4d6f3.png'); background-position: 0 -267px; background-repeat: no-repeat; display: block; height: 21px; width: 26px; display: inline-block; }
.footer2 img { width: 160px; height: auto; display: inline-block; }
.footer2 p { float: left; width: 100%; color: #585858; font-size: 14px; margin-top: 3px; }
@media all and (max-width: 767px) { .footer2 p { margin-top: 21px; } }

.inner-share .gallery { padding: 0 42px; }
