html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus {	outline: 0;}
ins {	text-decoration: none;}
del {	text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0; }
ul, li { float:left; display:inline; }
h1, h2, h3, h4, h5 { font-weight:normal; }
i, em { font-style:normal; }
button, select { border:none; margin:0; padding:0; background:transparent; }
* {box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}

/*	Finish RESET	*/

html::-webkit-scrollbar { width:10px; }
html::-webkit-scrollbar-track { background:#555555; }
html::-webkit-scrollbar-thumb { background-color: #FFF; border:3px solid #555555; }
html { scrollbar-color:#FFF #555555; scrollbar-width:thin; }

body {margin:0;color:#333;font-size:14px;font-family:'DM Sans', Arial;line-height:20px;-webkit-text-size-adjust:100%;text-size-adjust:100%;-webkit-text-size-adjust:100%;}

*::-moz-selection { background:#171717; }
*::selection {background:#171717;}

a { color:#B78D65; text-decoration:none;  }
a:hover { color:#000; text-decoration:none; }

:root {
    --input-background-color: #FFF;
    --input-border-color: #bfbfbf;
    --input-border-color-inline: #FFF;
    --input-border-color-checked: #00A678;
    --input-background-color-checked: #00C18C;
    --input-border-color-inline-checked: #00C18C;
    --input-border-color-disabled: #bfbfbf;
    --input-background-color-disabled: #efefef;
    --input-border-color-inline-disabled: #bfbfbf;
    --input-border-color-hover: #00C18C;
    --input-background-color-hover: #FFF;
    --input-border-color-inline-hover: #bfbfbf;
    --input-border-color-focus: #00A678;
}

/* Reset Css */
input, select, textarea, input[type='checkbox'], input[type='radio'] { border:none; position:relative; -webkit-appearance:none; margin:0px; padding:0px; }
input:focus, select:focus, textarea:focus, input[type='checkbox']:focus, input[type='radio']:focus { outline:0; }
input[type='submit'], button { border:none; position:relative; -webkit-appearance:none; margin:0px; padding:0px; outline:0; }

/* Customization checkbox & radio */
input[type='checkbox'], input[type='radio'] { width:18px; height:18px; line-height:18px; min-width:1px !important; margin:1px 10px -1px 0; padding:0; }
input[type='checkbox']::before, input[type='radio']::before { display:block; position:absolute; content:""; width:calc(100% - 2px); height:calc(100% - 2px); background-color:var(--input-background-color); transition:background-color 500ms, border-color 500ms; }
input[type='checkbox']::after, input[type='radio']::after { display:block; position:absolute; content:""; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); transition:background-color 500ms, border-color 250ms; }

/* Customization checbox */
input[type='checkbox']::before { border-radius:3px; border:solid 1px; border-color:var(--input-border-color); }
input[type='checkbox']::after { border:solid; border-color:var(--input-border-color-inline); border-width:0 2px 2px 0; width:5px; height:10px; left:7px; bottom:5px; }
input[type='checkbox']:not(:checked)::before { border-color:var(--input-border-color); }
input[type='checkbox']:not(:checked)::after { border-color:var(--input-border-color-inline); }
input[type='checkbox']:checked:not(:disabled)::before { border-color:var(--input-border-color-checked); background-color:var(--input-background-color-checked); }
input[type='checkbox']:read-only::before, input[type='checkbox']:-moz-read-only::before { border-color:var(--input-border-color-inline-checked); }
input[type='checkbox']:disabled::before { border-color:var(--input-border-color-disabled); background-color:var(--input-background-color-disabled); }
input[type='checkbox']:disabled::after { border-color:var(--input-border-color-inline-disabled); }
input[type='checkbox']:checked:not(:disabled):focus::before, input[type='checkbox']:not(:checked):not(:disabled):focus::before { border-color:var(--input-border-color-hover); }
input[type='checkbox']:not(:checked):not(:disabled):hover::before { border-color:var(--input-border-color-hover); background-color:var(--input-background-color-hover); }
input[type='checkbox']:not(:checked):not(:disabled):hover:not(:checked)::after { border-color:var(--input-border-color-inline-hover); }

/* Customization radio */
input[type='radio']::before { border-radius: 50%; border: solid 1px; }
input[type='radio']::after { border: solid; border-color: var(--input-border-color-inline-checked); border-width: 5px; border-radius: 50%; width: 0px; height:0px; left:4px; bottom:4px; }
input[type='radio']:not(:checked)::before { border-color:var(--input-border-color); }
input[type='radio']:not(:checked)::after { border-color:var(--input-border-color-inline); }
input[type='radio']:checked:not(:disabled)::before { border-color: var(--input-border-color-checked); background-color: var(--input-background-color); }
input[type='radio']:read-only::before, input[type='checkbox']:-moz-read-only::before { border-color:var(--input-border-color-inline-checked); }
input[type='radio']:disabled::before {}
input[type='radio']:disabled::after { border-color:var(--input-border-color-inline-disabled); }
input[type='radio']:checked:not(:disabled):focus::before, input[type='radio']:not(:checked):not(:disabled):focus::before { border-color:var(--input-border-color-hover); }
input[type='radio']:not(:checked):not(:disabled):hover::before { border-color:var(--input-border-color-hover); background-color: var(--input-background-color); }
input[type='radio']:not(:checked):not(:disabled):hover:not(:checked)::after { border-color:var(--input-border-color-inline-hover); }

input, textarea, select { float:left; font-size:15px; font-family:'DM Sans', Arial; border-radius:0; }
button { float:none; border:none; padding:0; margin:0; cursor:pointer; border-radius:0; font-family:'DM Sans', Arial; font-size:15px; font-weight:600; }

.input { width:100%; height:50px; padding:0 15px; border-bottom:1px solid #4263AE; transition:ease 0.3s; background-color:transparent; border-radius:0; }
.input:focus { border-color:#00C18C; box-shadow:5px 5px 0 rgba(0,0,0,0.06); background-color:#FFF;  }

.select { background:#FFF url(/Content/images/arrow-white-right.png) no-repeat right center; background-size:auto 5px; box-shadow: none; -webkit-appearance:none; -moz-appearance:none; appearance:none; }

textarea.input { padding-top:13px !important; padding-bottom:13px !important; }

.button { height:50px; display:inline-block; padding:0 40px 0 30px; cursor:pointer; position:relative; color:#FFF; background-color:#000; transition:all 0.25s; border-radius:4px; overflow:hidden; letter-spacing:1px; }
.button:hover { background-color:#4263AE; }
.button::before { content:""; position:absolute; top:0; bottom:0; right:-40%; left:50%; background-image:linear-gradient(0deg,rgba(255, 255, 255, 0.0),#FFF); transform:skew(-40deg); opacity:0.25; transition:all 0.25s; }
.button:hover::before { left:30%; opacity:0.3; }
.button::after { content:""; position:absolute; top:0; bottom:0; right:15px; width:10px; background:url(/Content/images/arrow-white-right.png) no-repeat right center / 100% auto; transition:all 0.25s; }
.button:hover::after { right:10px; }

a.button { color:#FFF; font-weight:600; font-size:14px; line-height:50px; }

.cabanna { float:left; width:100%; padding-top:130px; position:relative; }
.outer { margin:0 auto; width:100%; max-width:1760px; min-height:10px; position:relative; }
.wrap { margin:0 auto; width:1320px; min-height:10px; position:relative; }

.tac { text-align:center; }

.fl { float:left !important; }
.fr { float:right !important; }
.fn { float:none !important; }

.w100 { float:left; width:100%; margin-top: 10px; margin-bottom: 30px !important; }
.w50 { float:left; width:50%; }
.mt40 { margin-top:40px; }
.mt20 { margin-top:20px; }

.d-inline-block { display:inline-block; }

/*	Start TOP	*/

.header { position:fixed; top:0; left:0; right:0; height:130px; z-index:8000; background-color:#FFF; transition:all 0.3s; }
.header::before { content:""; position:absolute; top:49px; left:0; right:0; height:1px; background-color:#F3F6FB; }
.nav-up , .nav-down { top:-50px; box-shadow:0 0 20px rgba(0,0,0,0.07); }

#logo { float:left; margin-top:1px; position:relative; z-index:100; transition:all 0.3s; }
.scroll #logo { float:left; margin-top:65px; position:relative; z-index:100; transition:all 0.3s; }
#logo a { float:left; box-shadow:30px 0 0 #FFF,-30px 0 0 #FFF; }
#logo img { float:left; height:120px; background-color:#FFF; transition:all 0.3s; }
.scroll #logo img { height:50px; }

.nav-icon { display:none; }

#nav-wrap {position:absolute;top:0;left:0;right:0;}

.header-bar {float:left;width:100%;position:relative;z-index:100;transition:all 0.3s;line-height:50px;}

.header-phone , .header-mail { float:right; padding-left:22px; position:relative; font-weight:500; background:url(/Content/images/icon-phone.png) no-repeat 0 center / 16px; }
.header-phone { margin-right:60px; }
.header-phone::after { content:""; position:absolute; top:15px; right:-30px; width:1px; height:20px; background-color:#4263AE; opacity:0.15; }
.header-mail { margin-right:30px; background-image:url(/Content/images/icon-mail.png); }
.header-phone a , .header-mail a { color:#666; }
.header-phone a:hover , .header-mail a:hover { color:#000; }

.header-lang-wrap {float:right;position:relative;z-index:300;text-align:center;}
.header-lang-icon {float:right;width:70px;height:50px;padding-right:10px;position:relative;background:#F3F6FB url(/Content/images/arrow-down.png) no-repeat right 17px center / 10px auto;cursor:pointer;z-index:250;line-height:50px;}
.header-lang-icon img { float:left; height:16px; margin:22px 7px 22px 0; border-radius:3px; }

.header-lang { position:absolute; top:50px; right:0; width:70px; background-color:#4263AE; display:none; z-index:300; box-shadow:0 10px 50px rgba(0, 0, 0, 0.15); }

.header-lang::before {
    content:"";
    border-bottom:4px solid transparent;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    height:0;
    position: absolute;
    width:0;
    left:50%;
    top:-4px;
    margin-left:-8px;
    border-bottom-color:#4263AE;
}

.header-lang ul { width:100%; }
.header-lang li { width:100%; }
.header-lang li a { float:left; width:100%; color:#FFF; line-height:40px; box-shadow:inset 0 -1px 0 rgba(255, 255, 255, 0.08); }
.header-lang li:last-child a { box-shadow:none; }
.header-lang li a:hover { opacity:0.7; }
.header-lang li a img { float:left; height:16px; margin:12px 5px 12px 0; border-radius:3px; }

#nav { float:right; position:relative; z-index:50; }
#nav li { margin-right:60px; position:relative; }
#nav li:last-child { margin-right:0; }
#nav li:hover { z-index:10; }
#nav li > a { float:left; position:relative; font-size:16px; font-weight:500; letter-spacing:0.5px; line-height:80px; transition:all 0.3s; }
#nav li > a.active { color:#000; }
#nav li > a::after { content:""; position:absolute; bottom:0; left:0; right:0; height:3px; background-color:#4263AE; border-radius:3px 3px 0 0; transition:all 0.3s; opacity:0; }
#nav li:hover > a::after , #nav li > a.active::after { opacity:1; }

#nav > ul li span {
    display:none;
    position:absolute;
    top:70px;
    left:-30px;
    width:280px;
    padding:20px;
    background-color:#4263AE;
    box-shadow:0 10px 50px rgba(0, 0, 0, 0.2);
    text-align:left;
    border-radius:8px;
}
#nav li span::before {
    content:"";
    border-bottom:3px solid transparent;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    height: 0;
    position: absolute;
    width:0;
    left:50px;
    top:-3px;
    border-bottom-color:#4263AE;
}
#nav > ul li span a { float:left; width:100%; padding:10px 15px; color:#FFF; font-size:16px; position:relative; transition:all 0.3s; border-radius:4px; }
#nav > ul li span a:hover { background-color:#FFF; color:#4263AE; }

/*	Finish TOP	*/

.hero-screen { float:left; width:100%; position:relative; z-index:2000; }
.hero-screen > img { float:left; width:100%; max-height:800px; }
.hero-video-wrap { position:absolute; top:0; bottom:0; left:0; right:0; z-index:2; }
.hero-video { position:absolute; top:0; bottom:0; left:0; right:0; width:100%; height:100%; z-index:10; object-fit:cover; }

.hero-background { display:none; }
.hero-message { position:absolute; bottom:0; left:0; right:0; z-index:20; padding:70px 20px 74px 20px; color:#FFF; text-align:center; font-size:17px; line-height:24px; background-image:linear-gradient(180deg,rgba(87, 16, 25, 0),#571019); }
.hero-message strong { float:left; width:100%; position:relative; font-weight:600; font-size:60px; line-height:60px; }
.hero-message span { float:left; width:100%; padding-top:38px; position:relative; }
.hero-message span::before { content:""; position:absolute; top:20px; left:50%; width:40px; height:2px; margin-left:-20px; background-color:#C09C61; }

/*	Finish HERO VIDEO	*/

.controls { height:100%; }
.slick-prev , .slick-next {
    position:absolute;
    top:50%;
    width:40px;
    height:40px;
    margin-top:-20px;
    text-indent:-9999px;
    cursor:pointer;
    z-index:1000;
    transition:all 0.2s ease;
    background:rgba(0,0,0,0.3) url(/Content/images/arrow-white-left.png) no-repeat center / auto 20px;
    border-radius:50%;
    box-shadow:0 0 15px rgba(0,0,0,0.07);
}

.slick-prev { left:15px; }
.slick-next { right:15px; background-image:url(/Content/images/arrow-white-right.png); }

.slick-prev:hover , .slick-next:hover { background-color:#4263AE; }
.slick-prev:hover { background-image:url(/Content/images/arrow-white-left.png); }
.slick-next:hover { background-image:url(/Content/images/arrow-white-right.png); }

ul.slick-dots { position:absolute; text-align:center; right:0; left:0; bottom:0; padding:20px 0; z-index:1000; background-image:linear-gradient(180deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)); }
ul.slick-dots li { float:none; width:20px; height:20px; padding:4px; margin:0 5px; display:inline-block; border:1px solid rgb(255 255 255 / 0); border-radius:50%; cursor:pointer; transition:all 0.3s; }
ul.slick-dots li button {
    width:100%;
    height:100%;
    border:none;
    text-indent:-9999px;
    cursor:pointer;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    background-color:#FFF;
    border-radius:50%;
    opacity:0.6;
    transition:all 0.3s;
}
ul.slick-dots li:hover , ul.slick-dots li.slick-active { border-color:#FFF; }
ul.slick-dots li.slick-active button { opacity:1; }

.slider-hero-wrap { float:left; width:100%; position:relative; z-index:700; overflow:hidden; }
.slider-hero { float:left; width:100%; position:relative; z-index:700; overflow:hidden; }
.slider-hero-item { float:left; width:100%; position:relative; color:#FFF; background-size:cover; background-position:center; background-repeat:no-repeat; }
.slider-hero-item::before { content:""; position:absolute; top:0; left:0; right:0; bottom:0; z-index:7; background-image:linear-gradient(90deg,#000,rgba(0,0,0,0.0)); opacity:0.5; }

.slider-hero-item a { color:#FFF; }
.slider-hero-item img { float:left; width:100%; max-height:740px; }

.slider-hero-title { position:absolute; bottom:0; left:0; right:0; padding-top:10%; z-index:10; }

.slider-hero-title-in { float:left; width:100%; padding:11% 0 11% 140px; position:relative; }
.slider-hero-title-in::before { content:""; position:absolute; top:0; bottom:0; left:0; width:280px; background-image:linear-gradient(180deg,rgba(66,99,174,0.0),#4263AE); }

.slider-hero-title span { float:left; width:100%; padding-left:70px; margin-bottom:16px; position:relative; font-size:17px; letter-spacing:2px; line-height:30px; }
.slider-hero-title span::before { content:""; position:absolute; left:0; top:50%; width:40px; height:2px; margin-top:-1px; background-color:#FFF; }
.slider-hero-title strong { float:left; width:100%; position:relative; font-family:Ivy Mode; font-size:66px; font-weight:400; line-height:80px; }
.slider-hero-title a { float:left; height:50px; padding:0 15px 0 30px; margin-top:40px; position:relative; font-weight:500; letter-spacing:1px; line-height:45px; border:2px solid #FFF; border-radius:25px; transition:all 0.2s; }
.slider-hero-title a:hover { background-color:rgba(0,0,0,0.5); }
.slider-hero-title a::after { content:""; float:right; width:25px; height:46px; margin-left:15px; background:url(/Content/images/arrow-white-right.png) no-repeat 0 center / 20px; transition:all 0.15s; }
.slider-hero-title a:hover::after { background-position:right center; }

.slider-hero ul.slick-dots { background:none; }

.hero-video { position:absolute; top:-1px; bottom:0; left:0; right:0; width:100%; height:100%; z-index:5; object-fit:cover; }

.vertical-out { width:100%; height:100%; display:table; }
.vertical-in { width:100%; display:table-cell; vertical-align:middle; }

.slider-references-wrap { float:left; width:100%; margin:40px 0 60px 0; position:relative; text-align:center; }
.slider-references-wrap h4 { float:left; width:100%; margin:16px 0 10px 0; font-size:24px; font-family:Ivy Mode; letter-spacing:0.5px; line-height:30px; color:#B78D65; }

.slider-references { float:left; width:100%; position:relative; padding:0 60px; z-index:800; overflow:hidden; }
.slider-references .slick-list { overflow:hidden; }
.slider-ref-item { float:left; width:100%; position:relative; }
.slider-ref-item::after { content:""; border-left:2px dashed #000; position:absolute; right:-2px; top:20px; bottom:20px; width:1px; z-index:0; opacity:0.05; }
.slider-ref-item a { float:left; width:100%; position:relative; }
.slider-ref-item a img { max-width:100%; max-height:80px; }

.awards { float:left; width:100%; position:relative; }
.awards ul { width:100%; border-top:1px solid #EEE; }
.awards li { width:50%; border-bottom:1px solid #EEE; }
/*.awards li:nth-child(odd) { background-color:#F8F8F8; }*/
.awards li a { float:left; width:100%; /*padding:0 50px 0 100px;*/ position:relative;/* background:url(/content/images/icon-award.png) no-repeat 30px center / auto 50px;*/ }
.awards li a strong { position:absolute; top:50%; left:100px; margin-top:-20px; font-size:33px; color:#A73338; line-height:40px; }
.awards li a article { float:left; width:100%; padding-left:30px; margin:10px 0; font-size:20px; line-height:30px; box-shadow:inset 2px 0 0 #DDD; }
/*.awards li a::after { content:""; position:absolute; top:50%; right:25px; width:40px; height:40px; margin-top:-20px; background:#FFF url(/content/images/arrow-right.png) no-repeat 55% center / auto 20px; border:1px solid rgb(0 0 0 / 10%); border-radius:50%; transition:all 0.3s; }*/
/*.awards li a:hover::after { right:18px; }*/

/*	Finish SLIDER	*/

.mask , .mask-top { position:absolute; bottom:0; left:0; right:0; z-index:700; }
.mask-top { top:0; bottom:auto; }
.mask > img , .mask-top > img { float:left; width:100%; }

/*	Start FOOTER	*/

.footer-wrap { float:left; width:100%; position:relative; }

.join-us-wrap { float:left; width:100%; padding:60px 0; position:relative; background-color:#F3F6FB; }
.join-us { float:left; width:100%; position:relative; }
.join-us span { float:left; width:50%; height:50px; padding-left:80px; padding-right:20px; font-size:16px; color:#999; }
.join-us span::before { content:""; float:left; width:80px; height:50px; margin-left:-80px; background:url(/Content/images/icon-mail.png) no-repeat 0 center / 50px; }
.join-us span strong { float:left; width:100%; margin:1px 0 4px 0; font-weight:500; font-size:26px; color:#333; line-height:30px; }
.join-us section { float:left; width:50%; position:relative; }
.join-us .input { height:50px; padding:0 20px; border-radius:25px; border:1px solid #4263AE; background-color:#FFF; }
.join-us .button { width:50px; height:50px; padding:0; background:url(/Content/images/arrow-white-right.png) no-repeat center / auto 20px; position:absolute; bottom:0; right:0; box-shadow:none; border-radius:25px; text-indent:-9999px; transition:all 0.2s; }
.join-us .button:hover { background-position:60% center; }
.join-us .button::before , .join-us .button::after { display:none; }

.footer { float:left; width:100%; position:relative; color:#666; }

.footer-links { float:left; width:100%; padding:60px 0; text-align:center; }
.footer-links ul { float:none; display:inline-block; margin-top:10px; }
.footer-links li { padding-right:80px; }
.footer-links li:last-child { padding-right:0; }
.footer-links li a { float:left; width:100%; font-weight:500; font-size:16px; line-height:50px; }
.footer-links li a img { float:left; height:50px; }

.footer-social { float:left; width:100%; position:relative; text-align:center; }
.footer-social::before { content:""; position:absolute; left:0; right:0; top:50%; height:1px; background-color:#C3D1EB; }
.footer-social ul { float:none; display:inline-block; padding:0 30px; position:relative; background-color:#FFF; }
.footer-social li { padding-right:20px; }
.footer-social li:last-child { padding-right:0; }
.footer-social li a { float:left; border:1px solid rgba(2,28,44,0.07); border-radius:50%; transition:all 0.25s; }
.footer-social li a:hover { border-color:#4263AE; }
.footer-social li a img { float:left; height:50px; margin:-1px; }

.copyright { float:left; width:100%; padding:60px 0; position:relative; line-height:30px; z-index:10; color:#888; text-align:center; }
.copyright-wrap { display:inline-block; }
.copyright .left { float:left; padding-right:30px; margin-right:30px; border-right:1px solid #EEE; }
.copyright .right { float:right; }
.copyright .right a { font-weight:500; }
.copyright .right a:hover { text-decoration:underline; }

/*	Start CONTENT	*/

.inner-40 { margin:0 -40px; }
.inner-30 { margin:0 -30px; }
.inner-20 { margin:0 -20px; }
.inner-15 { margin:0 -15px; }
.inner-10 { margin:0 -10px; }
.inner-6 { margin:0 -6px; }
.inner-5 { margin:0 -5px; }

.top-150 { padding-top:150px; }
.top-100 { padding-top:100px; }
.top-50 { padding-top:50px; }
.bottom-150 { padding-bottom:150px; }
.bottom-100 { padding-bottom:100px; }
.bottom-50 { padding-bottom:50px; }

.block-gradient { padding-left:40px; padding-right:40px; background-image:linear-gradient(180deg,#F9F5F1,#FFF); }
.block-grey { background-color:#F6F6F6; }
.block-space { float:left; width:100%; height:80px; }
.block-fabric { position:relative; background:url(/Content/images/arrow-white-right.png) no-repeat center / cover; }
.block-fabric::before { content:""; position:absolute; top:0; left:0; bottom:0; right:0; background-image:linear-gradient(180deg,#FFF,rgba(255,255,255,0.0)); }

.welcome-wrap { float:left; width:100%; padding-bottom:300px; position:relative; color:#FFF; background-color:#4263AE; background-size:auto 60%; background-position:right bottom; background-repeat:no-repeat; }

.hero-blocks { float:left; width:100%; position:relative; overflow:hidden; z-index:100; }
.hero-blocks ul { width:100%; }
.hero-blocks li { width:33.33334%; padding:0 30px; margin-bottom:40px; }
.hero-blocks li a { float:left; width:100%; position:relative; text-align:center; }

.hero-blocks li a picture { float:left; width:100%; position:relative; overflow:hidden; }
.hero-blocks li a picture img { float:left; width:100%; transform-origin:center bottom; transition:all 1s; }
.hero-blocks li a:hover picture img { transform:scale(1.07, 1.07); }

.hero-blocks li a section { float:left; width:calc(100% - 80px); padding:0 20px 15px 20px; margin-left:40px; margin-top:-50px; position:relative; background-color:#FFF; z-index:10; box-shadow:0 -20px 30px rgba(0,0,0,0.1); }
.hero-blocks li a section strong { float:left; width:100%; padding:26px 0 39px 0; position:relative; font-family:Ivy Mode; font-size:24px; font-weight:500; line-height:30px; letter-spacing:1px; }
.hero-blocks li a section strong::after { content:""; position:absolute; left:50%; bottom:18px; width:40px; height:2px; margin-left:-20px; background-color:#C3D1EB; transition:all 0.3s; }
.hero-blocks li a:hover section strong::after { background-color:#4263AE; }
.hero-blocks li a section span { float:left; width:100%; font-weight:500; letter-spacing:1px; color:#C3D1EB; }

.page-title { float:left; width:100%; margin:79px 0 51px 0; position:relative; font-family:Ivy Mode; font-size:43px; line-height:50px; color:#000; z-index:30; text-align:center; }
.page-title-left { text-align:left; }
.page-title-white { color:#FFF; }
.page-title::after { content:""; position:absolute; bottom:-21px; left:50%; width:40px; height:2px; margin-left:-20px; background-color:#4263AE; opacity:0.15; }
.page-title-left::after { left:0; margin-left:0; }
.page-title-white::after { background-color:#FFF; opacity:0.5; }

.page-summary { float:left; width:100%; padding-left:10%; padding-right:10%; margin:-22px 0 22px 0; position:relative; font-family:Ivy Mode; font-size:32px; color:#4263AE; text-align:center; letter-spacing:1px; line-height:60px; z-index:40; }
.page-summary-left { padding-left:0 !important; padding-right:0 !important; text-align:left; }
.page-summary strong { font-weight:600; }

.page-about { float:left; width:100%; margin:-11px 0 31px 0; position:relative; font-size:18px; line-height:30px; text-align:center; z-index:40; }
.page-about-left { text-align:left; }
.page-about a { font-weight:600; }
.page-about a:hover { text-decoration:underline; }
.page-about b , .page-about strong { color:#000; }

.page-photo { float:right; width:50%; max-width:450px; padding:0 0 20px 50px; }
.page-photo img { float:left; width:100%; }

.mega-photo { float:left; width:100%; position:relative; }
.mega-photo img { float:left; width:100%; }
/* .mega-photo::after { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background-image:linear-gradient(180deg,#FFF,rgba(255,255,255,0.0)); } */

.hero-text { float:left; width:100%; padding-right:5%; padding-left:5%; position:relative; font-family:Ivy Mode; font-size:36px; color:#000; letter-spacing:1px; line-height:50px; z-index:30; text-align:center; }
.hero-text strong , .hero-text b { font-weight:600; }

.link-all { float:left; width:100%; position:relative; text-align:center; }
.link-all a { float:left; padding:10px 0; position:relative; color:#666; letter-spacing:1px; font-weight:600; box-shadow:inset 0 -2px 0 #DDD; transition:all 0.3s; }
.link-all-centered a { float:none; display:inline-block; }
.link-all a:hover { color:#4263AE; letter-spacing:2px; box-shadow:inset 0 -2px 0 #4263AE; }
.link-all-white a { color:#FFF !important; }
.link-all-white a:hover { border-color:#FFF; box-shadow:inset 0 -2px 0 #FFF; }

.text-red { color:#4263AE !important; }
.text-white { color:#FFF !important; }

.grayscale { filter:grayscale(100%); -webkit-filter:grayscale(100%); }
.grayscale:hover { filter:none; -webkit-filter:none; }

.parallax-outer { float:left; width:100%; padding:60px 0; position:relative; }
.parallax-outer::before { content:""; position:absolute; top:0; bottom:0; right:0; width:calc(75% + 20px); background-image:linear-gradient(-90deg,#FFF,#B78D65); opacity:0.1; z-index:-1; }
.parallax-outer-right::before { right:auto; left:0; background-image:linear-gradient(90deg,#FFF,#B78D65); }

.parallax-wrap { float:left; width:100%; position:relative; }

.parallax-photo-wrap { position:absolute; left:0; right:calc(50% + 40px); bottom:0; top:0; }
.parallax-photo { position:absolute; left:0; right:0; bottom:0; top:0; background:transparent; }
.parallax-wide-wrap { float:left; width:100%; position:relative; }
.parallax-wide-wrap::before { content:""; position:absolute; top:25%; right:40px; left:-40px; bottom:-40px; background-image:linear-gradient(180deg,#FFF,#4263AE); opacity:0.1; z-index:-1; }
.parallax-wide { float:left; width:100%; position:relative; background:transparent; background-size:100% auto; }
.parallax-wide::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background-image:linear-gradient(145deg,#4263AE,rgba(0,0,0,0.7)); opacity:0.7; }
.parallax-wide-content { float:left; width:100%; padding:0 30px; position:relative; z-index:10; color:#FFF; }

.parallax-just-photo img { float:left; width:100%; max-height:600px; }
.parallax-just-photo::before , .parallax-just-photo::after { display:none; }

.parallax-text { float:right; width:calc(50% - 40px); padding-bottom:80px; position:relative; }

.parallax-right .parallax-photo-wrap { right:0; left:calc(50% + 40px); }
.parallax-right .parallax-text { float:left; }

.sub-hero { float:left; width:100%; position:relative; z-index:10; text-align:center; background-size:cover; background-position:center; /* filter:grayscale(100%); -webkit-filter:grayscale(100%); */ }
.sub-hero::before { content:""; position:absolute; top:0; left:0; right:0; bottom:0; background-image:linear-gradient(0deg,#000,rgba(0, 0, 0, 0.2)); opacity:0.5; }
.sub-hero picture img { float:left; width:100%; max-height:360px; }

.breadcrumb { float:left; width:100%; height:60px; padding:20px 30px; margin-top:-30px; position:relative; box-shadow:0 0 20px rgba(0,0,0,0.07); z-index:800; overflow:hidden; }
.breadcrumb section { float:left; letter-spacing:1px; }
.breadcrumb a { float:left; color:#777; }
.breadcrumb a:hover { color:#353535; text-decoration:underline; }
.breadcrumb i { float:left; margin:0 20px; opacity:0.4; }
.breadcrumb strong { float:left; font-weight:600; color:#2F3C46; }

.simple-list { float:left; width:100%; margin-top:10px; font-weight:500; color:#000; line-height:25px; }
.simple-list ul { width:100%; display:flex; flex-flow:row wrap; }
.simple-list li { width:50%; padding:0 20px 20px 30px; position:relative; background:url(/Content/images/arrow-white-right.png) no-repeat 0 4px / 17px auto; }

.block-two { width:48%; }

.slider-gallery-wrap { float:left; width:100%; position:relative; overflow:hidden; }
.slider-gallery { float:left; width:100%; position:relative; overflow:hidden; }
.slider-gallery .slick-list { float:left; width:100%; position:relative; }
.slider-gallery .slick-list::before { content:""; position:absolute; top:0; bottom:0; left:10px; width:calc(20% - 20px); background-image:linear-gradient(90deg,#FFF,rgba(255,255,255,0.0)); z-index:10; }
.slider-gallery .slick-list::after { content:""; position:absolute; top:0; bottom:0; right:10px; width:calc(20% - 20px); background-image:linear-gradient(-90deg,#FFF,rgba(255,255,255,0.0)); z-index:10; }
.slider-gallery-item { float:left; width:100%; padding:0 10px; position:relative; }
.slider-gallery-item section { float:left; width:100%; position:relative; background-size:cover; background-position:center; background-repeat:no-repeat; }
.slider-gallery-item.slick-center section { filter:none; -webkit-filter:none; }
.slider-gallery-item section::before { content:""; position:absolute; top:0; left:0; right:0; bottom:0; background-image:linear-gradient(45deg,#000,rgba(0, 0, 0, 0.0)); z-index:2; opacity:0.25; }
.slider-gallery-item section article { position:absolute; left:30px; bottom:0; padding:25px 0; color:#FFF; z-index:5; box-shadow:inset 0 -2px 0 #FFF; font-weight:600; letter-spacing:1px; transition:all 0.3s; opacity:0.5; }
.slider-gallery-item section article strong { display:block; padding-bottom:7px; font-weight:500; font-size:20px; font-family:Ivy Mode; line-height:40px; transition:all 0.75s; }

.slider-gallery-item img { float:left; width:100%; }

.gallery { float:left; width:100%; position:relative; overflow:hidden; }
.gallery ul { width:100%; margin-bottom:20px; }
.gallery li { width:33.33334%; padding:0 10px; margin-bottom:20px; position:relative; }
.gallery li a { float:left; width:100%; position:relative; overflow:hidden; color:#FFF; border-radius:5px; }
.gallery li a::after {
    content:"";
    position:absolute;
    top:1px;
    bottom:1px;
    left:1px;
    right:1px;
    background:rgba(0, 0, 0, 0.2) no-repeat center / 40px;
    transition:all 0.3s;
    z-index:10;
}
.gallery li a:hover::after { background-color:rgba(0, 0, 0, 0.0); }
.gallery li a section { float:left; width:100%; position:relative; overflow:hidden; }
.gallery li a span { float:left; width:100%; background-size:cover; background-position:center top; transform-origin:center; transition:all 0.75s; }
.gallery li a:hover span { transform:scale(1.1, 1.1); }
.gallery li a span img { float:left; width:100%; }

.tower-gallery { float:left; width:100%; position:relative; overflow:hidden; }
.tower-gallery ul { width:100%; margin-bottom:20px; }
.tower-gallery li { width:50%; padding:0 10px; margin-bottom:20px; position:relative; }
.tower-gallery li a { float:left; width:100%; position:relative; overflow:hidden; color:#FFF; border-radius:5px; }
/*				.tower-gallery li a::after {
					content:"";
					position:absolute;
					top:1px;
					bottom:1px;
					left:1px;
					right:1px;
					background:rgba(0, 0, 0, 0.2) url(/content/images/icon-zoom.png) no-repeat center / 40px;
					transition:all 0.3s;
					z-index:10;
					}*/
.tower-gallery li a:hover::after { background-color:rgba(0, 0, 0, 0.0); }
.tower-gallery li a section { float:left; width:100%; position:relative; overflow:hidden; }
.tower-gallery li a span { float:left; width:100%; background-size:cover; background-position:center top; transform-origin:center; transition:all 0.75s; }
.tower-gallery li a:hover span { transform:scale(1.1, 1.1); }
.tower-gallery li a span img { float:left; width:100%; }

.certificates { float:left; width:100%; text-align:center; position:relative; z-index:100; overflow:hidden; }
.certificates ul { width:100%; overflow:hidden; display:flex; flex-flow:row wrap; }
.certificates li { width:25%; padding:0 15px; margin-bottom:30px; position:relative; }
.certificates li a { float:left; width:100%; height:100%; padding:29px; border:1px solid #DDD; border-radius:5px; transition:all 0.3s; }
.certificates li a:hover { border-color:#666; }
.certificates li a section { float:left; width:100%; height:220px; display:table; }
.certificates li a section strong { display:table-cell; vertical-align:middle; width:100%; }
.certificates li a section strong img { max-width:100%; max-height:200px; }
.certificates li a article { float:left; width:100%; margin:5px 0 -5px 0; font-weight:600; }

.tower-block { float:left; width:100%; position:relative; display:flex; align-items:center; }

.tower-picture { float:left; width:50%; position:relative; }
.tower-picture-in { float:left; width:calc(100% - 100px); position:relative; }
.tower-picture-in::before { content:""; position:absolute; top:25%; right:40px; left:-40px; bottom:-40px; background-image:linear-gradient(180deg,#FFF,#4263AE); opacity:0.1; }
.tower-picture-in img { float:left; width:100%; position:relative; }

.tower-content { float:left; width:50%; position:relative; }
.tower-content-in { float:right; width:calc(100% - 100px); position:relative; }
.tower-content-text { float:left; width:100%; }
.tower-content-picture { float:left; width:100%; position:relative; }
.tower-content-picture::before { content:""; position:absolute; bottom:25%; right:-40px; left:40px; top:-40px; background-image:linear-gradient(180deg,#4263AE,#FFF); opacity:0.1; }
.tower-content-picture img { float:left; width:100%; position:relative; }
.tower-content .page-title { margin-top:19px; }

.documents {
    float: left;
    width: 100%;
    overflow: hidden;
}

.doc-inner {
    margin: 0 -10px;
}

.documents ul {
    width: 100%;
}

.documents li {
    width: 25%;
    padding: 0 10px 20px 10px;
}

.documents li a {
    float: left;
    width: 100%;
    padding: 14px 19px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    background: url(/Content/images/arrow-white-right.png) no-repeat right bottom;
    background-size: 150% auto;
    position: relative;
    transition: all 0.3s;
}

.documents li a:hover {
    border-color: #12AAEB;
}

.documents li a::after {
    content: "PDF";
    position: absolute;
    left: 19px;
    bottom: -1px;
    width: 100px;
    font-size: 15px;
    line-height: 35px;
    background-color: #4263AE;
    color: #FFF;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.documents li a.excel::after {
    content: "EXCEL";
    background-color: #4DA462;
}

.documents li a.word::after {
    content: "WORD";
    background-color: #2A76E6;
}

.documents li a strong {
    float: left;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
}

.documents li a i {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    color: #999;
}

.doc-table {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 14px;
}

.doc-table ul {
    width: 100%;
}

.doc-table li {
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid #EEE;
    border-radius: 4px;
    transition: all 0.2s;
}

.doc-table li:hover {
    background-color: #F8F9FB;
}

.doc-table li:first-child {
    background-color: #F2F4F7;
    color: #151515;
    font-weight: 600;
}

.doc-table li a {
    font-weight: 600;
}

.icon-pdf, .icon-excel, .icon-word {
    content: "PDF";
    display: inline-block;
    width: 100px;
    height: 30px;
    margin: -5px 0;
    font-size: 14px;
    font-family: Oswald;
    color: #FFF;
    line-height: 30px;
    background-color: #4263AE;
    text-align: center;
    border-radius: 15px;
}

.icon-pdf::before {
    content: "PDF";
}

.icon-excel {
    background-color: #4DA462;
}

.icon-excel::before {
    content: "EXCEL";
}

.icon-word {
    background-color: #2A76E6;
}

.icon-word::before {
    content: "WORD";
}

/*	Start CONTACT	*/

.accordion { float:right; width:100%; margin-bottom:50px; position:relative; }

.accordion-section-title { float:left; width:100%; padding:20px 40px 20px 25px; margin-bottom:20px; position:relative; background-color:#F6F6F6; font-size:15px; font-weight:600; color:#000; letter-spacing:1px; border-radius:4px; }
.accordion-section-title i { content:""; position:absolute; bottom:0; left:25px; width:40px; height:2px; background-color:#ED1C24; opacity:0; transition:all 0.3s; }

.accordion-section-title::before , .accordion-section-title::after {
    content:"";
    position:absolute;
    top:50%;
    right:15px;
    width:12px;
    height:2px;
    margin-top:-1px;
    background-color:#CCC;
    transition:all 0.25s;
}
.accordion-section-title::after {
    background-color:#CCC;
    transform:rotate(90deg);
    opacity:1;
}

.accordion-section-title.active { color:#4263AE; }
.accordion-section-title.active i { opacity:1; }
.accordion-section-title.active::before { background-color:#4263AE; }
.accordion-section-title.active::after { right:15px; opacity:0; }


.accordion-section-content { float:left; width:100%; padding:10px 0 20px 25px; margin-top:-5px; display:none; position:relative; }
.accordion-section-text { float:left; width:100%; margin-top:-10px; font-size:15px; font-weight:500; line-height:30px; }
.accordion-section-text strong , .accordion-section-text b { color:#151515; font-weight:600; }
.accordion-section-text a { font-weight:600; text-decoration:underline; }

.contact-phone-mail { float:left; width:100%; margin:-10px 0 -20px 0; position:relative; }
.contact-phone-mail ul { width:100%; }
.contact-phone-mail li { width:50%; padding:10px; margin-bottom:20px; }
.contact-phone-mail li section { float:left; width:100%; padding-left:80px; position:relative; }
.contact-phone-mail li section img { position:absolute; top:50%; left:0; height:60px; margin-top:-30px; opacity:0.3; filter:grayscale(100%); -webkit-filter:grayscale(100%); }
.contact-phone-mail li section strong { display:block; font-size:30px; letter-spacing:-1px; line-height:30px; color:#4263AE; }
.contact-phone-mail li section span { display:block; margin-top:5px; color:#999; }
.contact-phone-mail li section em { display:block; margin-top:5px; font-size:16px; font-weight:500; color:#000; }

.contact-info { width:calc(50% - 20px); }
.contact-info h2 { float:left; width:100%; margin-top:-13px; font-size:23px; font-weight:600; line-height:30px; color:#000; }
.contact-info section { float:left; width:100%; padding-top:15px; position:relative; font-size:14px; font-weight:500; }
.contact-info section i { display:block; font-size:13px; color:#999; letter-spacing:1px; }

.contact-map { float:left; width:100%; height:600px; position:relative; }

.contact-wrap { float:left; width:100%; position:relative; }
.contact-wrap::before { content:""; position:absolute; top:0; bottom:0; left:0; width:50%; background-color:#F5F6FB; }
.contact-form-wrap { float:left; width:100%; padding-right:120px; position:relative; background-color:#F5F6FB; }
.contact-form { float:left; width:100%; position:relative; }
.form-item { float:left; width:50%; padding:0 15px 30px 15px; position:relative; }
.form-item-3 { width:33.33334%; }
.form-item:last-child { padding-bottom:0; }
.form-item label { float:left; width:100%; }
.form-item section { float:left; width:100%; font-size:16px; font-weight:600; margin-bottom:-10px; }

.security-code img { float:left; width:140px; height:50px; margin-right:10px; padding:1px; border-bottom:1px solid #4263AE; }
.security-code a.refresh { float:left; width:50px; height:50px; text-indent:-9999px; background:url(/Content/images/arrow-white-right.png) no-repeat center center / 24px; border-bottom:1px solid #4263AE; }
.security-code a:hover.refresh { background-color:#FFF; }

.upload { float:left; width:100%; height:50px; position:relative; text-align:center; }
.upload span { float:left; width:100%; height:100%; position:relative; font-weight:600; font-size:14px; line-height:50px; z-index:2; border:1px solid #CCC; border-radius:6px; }
.upload:hover span { border-color:#00C18C; box-shadow:0 0 20px rgba(0, 0, 0, 0.1); }
.upload input { display:block !important; width:100% !important; height:100% !important; opacity:0 !important; overflow:hidden !important; position:absolute; left:0; top:0; z-index:3; cursor:pointer; }

/*	Start LOGIN + SIGN UP	*/

.page-login { float:left; width:100%; max-width:580px; position:relative; z-index:20; }

.sign-form { float:left; width:100%; }

.sign-form > section { float:left; width:100%; padding-bottom:20px; }
.sign-form > section .button { width:100%; }
.sign-form > section article { float:left; width:100%; margin-bottom:9px; font-size:14px; font-weight:600; color:#FF7F4C; }
.sign-form > section article::before { content:""; float:left; width:12px; height:2px; margin-top:8px; margin-right:15px; background-color:#FF7F4C; }
.sign-form > section label a { font-weight:600; text-decoration:underline; }
.sign-form > section i { float:left; margin-right:20px; }
.sign-form > section i:last-child { margin-right:0; }

/*	Start PAGINATION	*/

.pages { float:left; width:100%; margin-top:20px; font-weight:600; line-height:50px; text-align:center; }
.pages ul { width:100%; }
.pages li { float:none; display:inline-block; padding:0 5px; }
.pages li a { float:left; min-width:50px; height:50px; padding:0 10px; color:#333; transition:all 0.3s; }
.pages li a:hover { background-color:#EEE; }
.pages li a.current { color:#FFF; background-color:#4263AE; }

.cookies-wrap { position:fixed; left:20px; bottom:0; width:400px; z-index:7950; display:none; }
.cookies { float:left; width:100%; padding:25px 30px 20px 30px; position:relative; background-color:#4263AE; color:rgba(255, 255, 255, 0.8); }
.cookies::before { content:""; position:absolute; right:15px; top:15px; left:15px; bottom:0; background:url(/Content/images/arrow-white-right.png) no-repeat 0 top / 60px auto; opacity:0.13; }
.cookies section { float:left; width:100%; position:relative; }
.cookies-close { position:absolute; top:-15px; right:15px; width:30px; height:30px; }
.cookies-close span { float:left; width:100%; height:100%; position:relative; text-indent:-9999px; background:#000 url(/Content/images/arrow-white-right.png) no-repeat center / 20px; cursor:pointer; }
.cookies-close span:hover { background-size:18px; background-color:#000; }


@media only screen and (max-width:1440px) {

    .outer { float:left; }
    .wrap { width:1200px; }

    .top-150 { padding-top:100px; }
    .top-100 { padding-top:75px; }
    .top-50 { padding-top:35px; }
    .bottom-150 { padding-bottom:100px; }
    .bottom-100 { padding-bottom:75px; }
    .bottom-50 { padding-bottom:35px; }

    .tower-picture-in , .tower-content-in { width:calc(100% - 60px); }

    .parallax-text { padding-bottom:50px; }

    .slider-hero-title strong { font-size:48px; line-height:60px; }

    .hero-blocks .inner-30 { margin:0 -15px; }
    .hero-blocks li { padding:0 15px; }

    .footer-links li { padding-right:60px; }

}


@media only screen and (max-width:1280px) {

    .wrap { width:980px; }

    #nav li { margin-right:20px; position:relative; }

    .slider-hero-title strong { font-size:48px; line-height:60px; }

    .footer-block { padding:0 20px 20px 20px; }

    .page-title { margin-top:49px; font-size:36px; line-height:40px; }
    .page-summary { padding-left:0; padding-right:0; font-size:26px; line-height:40px; }

    .parallax-wide-wrap::before , .tower-picture-in::before { right:20px; left:-20px; bottom:-20px; }
    .tower-content-picture::before { right:-20px; left:20px; top:-20px; }
    .tower-picture-in , .tower-content-in { width:calc(100% - 30px); }

    .block-space { height:40px; }

    .parallax-outer { padding:40px 0; }
    .parallax-photo-wrap { right:50%; }
    .parallax-right .parallax-photo-wrap { left:50%; }

    .contact-form-wrap { padding-right:30px; }
    .contact-map { height:480px; }

    .slider-hero-title-in { padding-left:80px; }
    .slider-hero-title-in::before { width:160px; }

    .welcome-wrap { padding-bottom:220px; }

    .hero-blocks li a section { width:calc(100% - 50px); padding:0 10px 10px 10px; margin-left:25px; margin-top:-30px; }
    .hero-blocks li a section strong { padding-top:21px; }

    .footer-links li { padding-right:40px; }

}



@media only screen and (max-width:1023px) {

    .cabanna { padding-top:70px; }
    .wrap { float:left; width:100%; padding:0 30px; }

    .header { height:70px; }
    .header::before { display:none; }
    .header .wrap { padding:0 20px; }
    .nav-up , .nav-down { top:-70px; }

    #logo { margin-top:15px; margin-left:-5px; }
    #logo img { height:40px; }

    .header-lang-wrap {top:15px;right:15px;}
    .header-lang-icon {width:60px;height:40px;padding-right:10px;position:relative;background:#C3D1EB url(/Content/images/arrow-white-down.png) no-repeat right 12px center / 10px auto;cursor:pointer;z-index:250;color:#FFF;font-size:16px;line-height:40px;border-radius:8px;}
    .header-lang { width:60px; border-radius:8px; }

    .header-bar {height:1px;}
    .header-phone , .header-mail { display:none; }

    .nav-icon { float:right; width:70px; height:70px; margin-right:60px; position:relative; cursor:pointer; display:block; text-indent:-9999px; }
    .nav-icon span { position:absolute; top:50%; left:50%; width:24px; height:2px; margin:-1px 0 0 -12px; background-color:#000; transition:all 0.5s; }
    .nav-icon span::before { content:""; position:absolute; top:-8px; left:0; right:0; height:2px; background-color:#000; transition:all 0.5s; }
    .nav-icon span::after { content:""; position:absolute; bottom:-8px; left:0; right:0; height:2px; background-color:#000; transition:all 0.5s; }

    .nav-icon-close span { background-color:transparent; }
    .nav-icon-close span::before {
        -webkit-transform:rotate(-135deg);
        -moz-transform:rotate(-135deg);
        -o-transform:rotate(-135deg);
        -ms-transform:rotate(-135deg);
        transform:rotate(-135deg);
        top:0;
        background-color:#ED1C24;
    }
    .nav-icon-close span::after {
        -webkit-transform:rotate(135deg);
        -moz-transform:rotate(135deg);
        -o-transform:rotate(135deg);
        -ms-transform:rotate(135deg);
        transform:rotate(135deg);
        bottom:0;
        background-color:#ED1C24;
    }

    .nav-icon-close::before {
        content:"";
        border-bottom:4px solid transparent;
        border-left:10px solid transparent;
        border-right:10px solid transparent;
        height:0;
        position: absolute;
        width:0;
        left:50%;
        bottom:0;
        margin-left:-10px;
        border-bottom-color:#4263AE;
    }

    #nav-wrap {float:right;width:auto;box-shadow:none;}

    #nav { position:fixed; top:70px; bottom:0; left:0; right:0; padding:30px; height:calc(100vh - 70px); background-color:#4263AE; box-shadow:0 10px 30px rgba(0, 0, 0, 0.2); display:none; overflow:hidden; overflow-y:auto; }
    #nav::before { content:""; position:absolute; top:0; bottom:0; right:0; left:0; background:url(/Content/images/logo-icon.png) no-repeat center bottom / 90% auto; opacity:0.05; }
    #nav ul { width:100%; border-top:1px solid rgba(255, 255, 255, 0.05); }
    #nav li { width:100%; margin-right:0; border-bottom:1px solid rgba(255, 255, 255, 0.05); }
    #nav li.nav-multi::before { content:""; position:absolute; top:0; right:0; width:40px; height:60px; background:url(/Content/images/arrow-white-down.png) no-repeat center 52%; background-size:14px auto; opacity:0.7; }
    #nav li > a { width:100%; padding:0 20px; font-size:18px; color:#FFF; letter-spacing:1px; line-height:60px; }
    #nav li > a.active { color:#FFF; }
    #nav li > a::after { bottom:10px; top:10px; right:auto; width:2px; height:auto; border-radius:0 3px 3px 0; }
    #nav li:hover > a::after { opacity:0; }

    #nav > ul li span { float:left; width:100% !important; margin-bottom:20px; position:relative; top:auto; left:auto; right:auto; box-shadow:none; border-top:0; background-color:rgba(0,0,0,0.2); }
    #nav li span::before { left:38px; border-bottom-color:rgba(0,0,0,0.2); }

    .nav-opened { overflow:hidden; }

    .top-150 { padding-top:75px; }
    .top-100 { padding-top:50px; }
    .top-50 { padding-top:25px; }
    .bottom-150 { padding-bottom:75px; }
    .bottom-100 { padding-bottom:50px; }
    .bottom-50 { padding-bottom:25px; }

    .footer-block { width:100%; padding-bottom:30px; border-bottom:1px solid rgba(0,0,0,0.05); }
    .footer-block:last-child { border-bottom:0; }
    .footer-block::after { display:none; }
    .footer-links { margin-top:-10px; }
    .footer-links li a { padding:10px 0; font-size:15px; }
    .copyright { padding:20px 0 50px 0; }

    .contact-phone-mail li section { padding-left:50px; }
    .contact-phone-mail li section img { top:0; height:30px; margin-top:0; }
    .contact-phone-mail li section strong { font-size:20px; }

    .slider-references-wrap { margin:20px 0 40px 0; }

    .slider-hero-title strong { font-size:32px; line-height:40px; }

    .welcome-wrap { padding-bottom:150px; background-size:100% auto; }

    .hero-blocks .inner-20 { margin:0 -12px; }
    .hero-blocks li { width:100%; }
    .hero-blocks li a picture { text-align:center; background-image:linear-gradient(180deg,#4263AE,rgba(66,99,174,0.0)); }
    .hero-blocks li a picture img { float:none; width:100%; max-width:640px; display:inline-block; }

    .join-us-wrap { padding:30px 0; }
    .join-us span { width:100%; height:auto; padding-left:60px; padding-right:0; }
    .join-us span::before { width:60px; height:40px; margin-left:-60px; background-size:40px; }
    .join-us section { float:left; width:100%; margin-top:20px; }

    .footer-links { padding:30px 0; }
    .footer-links ul , .footer-links li { width:100%; padding-right:0; }
    .footer-links li:nth-child(3) { display:none; }
    .footer-links li a { width:100%; line-height:30px; }

    .documents li {
        width: 33.33334%;
    }
}





@media only screen and (max-width:767px) {

    .wrap { padding:0 20px; }
    .cookies-wrap { right:5px; bottom:5px; left:5px; width:auto; }

    .slider-hero-item img { padding:7% 0; }
    .slider-hero-title-in { padding-left:40px; }

    ul.slick-dots { padding-bottom:12px; }
    ul.slick-dots li { width:14px; height:14px; padding:3px; margin:0 3px; }

    .tower-block { display:block; }
    .tower-picture , .tower-content , .tower-content-in { width:100%; }
    .tower-picture { text-align:center; }
    .tower-picture-in { float:none; display:inline-block; width:auto; max-width:600px; }
    .tower-picture-in img { width:auto; max-width:100%; max-height:600px; }
    .tower-content-in { margin-top:40px; }

    .slider-gallery-wrap { width:calc(100% + 40px); margin-left:-20px; }

    .parallax-outer { padding:0; }
    .parallax-outer::before { opacity:0.05; }
    .parallax-photo-wrap { float:left; width:100%; height:360px; position:relative; left:auto !important; right:auto !important; bottom:auto; top:auto; }
    .parallax-text { width:100%; padding:0 20px 30px 20px; }
    .parallax-text .page-title { margin-top:29px; }

    .contact-phone-mail li { width:100%; margin-bottom:0; }
    .contact-form-wrap { padding-right:20px; }

    .hero-blocks li { width:100%; margin-bottom:40px; }

}



@media only screen and (max-width:640px) {

    .slider-hero-title span { padding-left:50px; margin-bottom:10px; position:relative; font-size:14px; }
    .slider-hero-title span::before { width:30px; }
    .slider-hero-title strong { font-size:32px; line-height:40px; }



    .slider-gallery .slick-list::before { left:0; width:60px; }
    .slider-gallery .slick-list::after { right:0; width:60px; }


    .documents li {
        width: 50%;
    }
}



@media only screen and (max-width:540px) {

    .slider-hero-item img { padding:10% 0; }
    .slider-ref-item a img { max-height:60px; }
    .form-item { width:100%; padding-bottom:20px; }
    .parallax-photo-wrap { height:240px; }

    .copyright { padding-bottom:30px; }
    .copyright .left , .copyright .right { width:100%; text-align:center; }
    .copyright .left { padding-right:0; margin-right:0; border-right:0; }

    .contact-map { height:360px; }

    .parallax-text { padding:0 0 30px 0; }

    .documents li {
        width: 100%;
    }

    .documents li a strong {
        height: auto;
    }
}



@media only screen and (max-width:420px) {

    .slider-hero-title-in { padding-left:30px; padding-bottom:45px; }
    .slider-hero-item img { padding:15% 0; }
    .slider-hero-title strong { font-size:24px; line-height:35px; }

}



@media only screen and (max-width:374px) {

}