@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:300,400,500,600,700,700i,800,900&amp;subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700|Dancing+Script:400,700');
@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');
@keyframes moveTop {
    0% {
       top:-200px;
    }
    100% {
        bottom:auto;
        top:0;
    }
}
@keyframes moveBottom {
    0% {
       bottom:-200px;
    }
    100% {
        bottom:70px;
    }
}
@keyframes moveTopLogo {
    0% {
       top:0;
    }
}
@keyframes moveBottomLogo {
    0% {
       top:-100px;
    }
    100% {
        top:0;
    }
}
html * {
	margin:0;
	padding:0;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
body {
	background:#fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
header, nav, article, section, footer, figure, aside, address {
	display:block;
	font-style:normal;
}
a:hover,
a {
	font-size:13px;
	color:#333;
	text-decoration:none;
}
textarea,
select,
input,
button {
	outline:none;
	resize:none;
	overflow:hidden;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
button {
    cursor:pointer;
}
img {
	border:0;
    width:100%;
    height:auto;
}
ol,
ul {
	list-style-type:none;
}
*::-webkit-input-placeholder {
    color:#666;
    font-size:14px;
}
*:-moz-placeholder {
    color:#666;
    font-size:14px;
}
*::-moz-placeholder {
    color:#666;
    font-size:14px;
}
*:-ms-input-placeholder {
    color:#666;
    font-size:14px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
.clear {
	clear:both;
}
#error-page {
    width:100%;
    height:100%;
    position:absolute;
    background:#f8f8f8;
    display:table;
}
#error-page figure {
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    padding:10px;
}
#error-page figure img {
    width:100%;
    max-width:400px;
    height:auto;
}
#popup {
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    top:0;
    left:0;
    z-index:10;
}
#popup .window {
	width:calc(100% - 100px);
	height:100%;
	max-width:500px;
    max-height:500px;
    left:50%;
    top:50%;
	transform: translate(-50%, -50%);
    position:fixed;
}
#popup .window figure img {
	width:100%;
	height:100%;
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
}
#popup .window a.close {
    width:30px;
    height:30px;
    line-height:30px;
    background:url(/Images/icon-close.png) no-repeat center #ee7514;
    top:0;
    right:-30px;
    position:absolute;
    z-index:2;
    cursor:pointer;
    border-radius:5px;
}
#error-zone {
    float:right;
}
#error-zone.successful {
    background:#238ebc;
    color:#fff;
    padding:0 10px;
    width:max-content;
}
.recess {
    width:100%;
    max-width:1300px;
    margin:auto;
}
#header {
    width:100%;
    position:fixed;
    z-index:5;
    top:50px;
}
#header .logo {
    width:90px;
    position:absolute;
    left:70px;
    animation:moveBottomLogo .5s;
}
#header.fixed-type .logo {
    animation:moveTopLogo .5s;
    top:-200px;
}
#social-media {
    width:50px;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    text-align:center;
    font-family:'Raleway', sans-serif;
}
#social-media .lang {
    margin-top:25px;
}
#social-media .lang a {
    font-weight:bold;
    font-size:14px;
    padding:5px;
    display:inline-block;
    color:#d41622;
}
#social-media .phone {
    position:fixed;
    z-index:3;
    right:10px;
    top:calc(50% - 40px);
    width:60px;
}
#social-media .phone img {
    width:100%;
    height:auto;
}
#index {
    font-family:'Montserrat', sans-serif;
    position:absolute;
    z-index:5;
    top:100%;
    width:100%;
    background-color:#fff;
}
#index .tab-1 {
    position:relative;
    width:100%;
    margin:80px 0;
}
#index .tab-1 .name {
    writing-mode:vertical-rl;
    transform:scale(-1);
    font-size:90px;
    font-family:'Secular One', sans-serif;
    color:#dacdb4;
    font-weight:700;
    line-height:80px;
    letter-spacing:15px;
    float:left;
    margin-left:20px;
}
#index .tab-1.style-2 .name {
    font-size:70px;
    line-height:60px;
}
#index .tab-1 article {
    float:left;
    font-weight:500;
    line-height:24px;
    width:530px;
    margin:70px 0 0 30px;
    background:#ebe5d9;
    padding:70px 60px;
}
#index .tab-1 article p:not(:last-child) {
    margin-bottom:20px;
}
#index .tab-1 figure {
    width:500px;
    float:right;
}
#index .slogans {
    position:relative;
}
#index .slogans .title {
    display:table;
    width:100%;
    position:relative;
    z-index:2;
    color:#f8ac00;
    margin:auto;
    padding:150px 20px 0 20px;
    text-align:center;
}
#index .slogans .title span.line {
    width:100px;
    height:2px;
    background:#fff;
    display:inline-block;
    top:-5px;
    position:relative;
}
#index .slogans .title span.text {
    display:inline-block;
    font-weight:600;
    margin:0 10px;
    font-size:18px;
}
#index .slogans .title p {
    font-size:36px;
    font-weight:600;
    margin-top:30px;
}
#index .slogans .slider {
    position:relative;
    z-index:2;
    width:calc(100% - 400px);
    margin:50px auto 0 auto;
}
#index .slogans .bg {
    width:100%;
    height:560px;
    background:url(/Images/slogan-bg.jpg) no-repeat center;
    background-size:cover;
    background-attachment:fixed;
    position:absolute;
    top:0;
}
#index .slogans .bg .red-bg {
    background: rgb(235,229,217);
    opacity:.9;
    position:absolute;
    z-index:1;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
#index .gallery {
    margin:100px 0;
}
#index .gallery .title {
    margin-bottom:50px;
}
#index .gallery .title h3 {
    width:400px;
    font-size:28px;
    float:right;
    margin-right:250px;
    color:#f8ad00;
}
#index .gallery .recess {
   max-width:1200px;
}
#gallery .list ul li,
#index .gallery ul li {
	display:block;
	float:left;
	padding:20px;
	width:33.33%;
}
#gallery .list ul li a,
#gallery .list ul li img,
#index .gallery ul li a,
#index .gallery ul li img {
	outline:none;
	border:none;
	display:block;
	width:100%;
}
#gallery ul.effect-1 li.animate
#index .gallery ul.effect-1 li.animate {
	-webkit-animation:fadeIn 0.65s ease forwards;
	-moz-animation:fadeIn 0.65s ease forwards;
	animation:fadeIn 0.65s ease forwards;
}
#footer {
    position:relative;
    font-family:'Jost', sans-serif;
    font-size:14px;
    margin-top:170px;
}
#footer .recess {
    position:relative;
}
#footer a {
    font-size:14px;
    font-weight:400;
}
#footer .address {
    background:#fafafa;
    padding:20px 30px;
    position:absolute;
    width:400px;
    top:-100px;
    right:40px;
}
#footer .address h3 {
    color:#ec2400;
    margin-bottom:30px;
    font-weight:500;
}
#footer .address ul {
}
#footer .address ul li {
    margin-bottom:20px;
}
#footer .address ul li:last-child {
    margin-bottom:0;
}
#footer .address ul li p {
    margin-bottom:10px;
}
#footer .address ul li p:first-child {
    font-weight:600;
    font-size:14px;
}
#footer .address ul li a.map {
    color:#ec2400;
    font-size:12px;
    font-weight:700;
}
#footer .address ul li figure {
    width:80px;
    margin-top:20px;
}
#footer .address ul li:last-child a {
    width:20px;
    height:20px;
    background:no-repeat;
    display:inline-block;
    margin-right:6px;
    border-radius:3px;
}
#footer .address ul li:last-child a:first-child {
    background-image:url(/Images/social-media-instagram-logo.png);
}
#footer .address ul li:last-child a:nth-child(2) {
    background-image:url(/Images/social-media-facebook-logo.png);
}
#footer .address ul li:last-child a:nth-child(3) {
    background-image:url(/Images/social-media-twitter-logo.png);
}
#footer .form {
    background:#ebe9e2;
    padding:60px 40px;
}
#footer .form .form-recess {
    width:calc(100% - 450px);
}
#footer .form .form-recess a {
    font-size:14px;
}
#footer .form .form-recess h3 {
    font-weight:500;
    float:left;
}
#footer .form .form-recess > p {
    margin-bottom:30px;
    font-size:16px;
}
#footer .form .form-recess form {
    margin-top:20px;
}
#footer .form .form-recess ul li {
    width:calc(50% - 10px);
    float:left;
    margin-bottom:30px;
}
#footer .form .form-recess ul li:nth-child(odd) {
    margin-right:20px;
}
#footer .form .form-recess ul li:nth-child(6),
#footer .form .form-recess ul li:nth-child(5) {
    width:100%;
}
#footer .form .form-recess ul li:last-child {
    margin-bottom:0;
    width:100%;
    text-align:center;
}
#footer .form .form-recess ul li .input {
    border:0;
    border-bottom:solid 1px #fff;
    width:100%;
    height:26px;
    padding:0 5px 5px 5px;
    background:none;
}
#footer .form .form-recess ul li .button {
    border:0;
    padding:5px 20px;
    font-family:'Jost', sans-serif;
    font-weight:500;
}
#footer .form .form-recess ul li i {
    font-style:normal;
    position:relative;
    top:-3px;
}
#footer .form .form-recess ul li .checkbox {
    display:none;
}
#footer .form .form-recess ul li .checkbox + span {
	background-color:#fff;
    background:url(/Images/checks-orange.png) no-repeat top;
	display:block;
	position:relative;
	cursor:pointer;
	width:14px;
	height:14px;
    overflow:hidden;
    float:left;
    margin-right:6px;
}
#footer .form .form-recess ul li .checkbox:checked + span,
#footer .form .form-recess ul li .checkbox + span:active,
#footer .form .form-recess ul li .checkbox:checked + span:active {
    background-position:bottom;
}
#footer .form .form-recess ul li .checkbox:checked + span a,
#footer .form .form-recess ul li .checkbox + span:active a,
#footer .form .form-recess ul li .checkbox:checked + span:active a,
#footer .form .form-recess ul li .checkbox + span:hover a {
    color:#fff;
}
#footer .form .form-recess ul li .checkbox:checked + span:after {
	position:absolute;
	top:0px;
	left:4px;
	color:#fff;
}
#footer .form .form-recess ul li.informed i a {
    font-weight:500;
}
#footer .form .form-recess ul li.informed .confirmation {
	margin-top:20px;
}
#footer .form .form-recess ul li.informed .confirmation p {
	padding:10px 0;
    text-align:left;
    font-weight:600;
    margin-bottom:10px;
}
#footer .form .form-recess ul li.informed .confirmation label {
	margin-right:30px;
    display:inline-block;
}
#footer .bottom .phone {
    width:50%;
    float:left;
    padding-top:18px;
}
#footer .bottom .phone a {
    font-size:24px;
    font-weight:bold;
    color:#f9ad01;
}
#footer .bottom .artasgrubu {
    width:40px;
    float:right;
    padding:8px 0 4px 0;
}
#footer-bottom {
    font-family: 'Montserrat', sans-serif;
}
#footer-bottom .phone {
    width:200px;
    float:left;
    padding-top:20px;
}
#footer-bottom .phone a {
    font-size:24px;
    font-weight:bold;
    color:#f9ad01;
}
#footer-bottom .link {
    width:200px;
    float:left;
    padding-top:23px;
}
#footer-bottom .link a {
    font-size:12px;
    font-weight:500;
}
#footer-bottom .artasgrubu {
    width:calc(100% - 400px);
    float:left;
    text-align:right;
    padding:8px 0 4px 0;
}
#footer-bottom .artasgrubu img {
    width:auto;
}
#form-modal-sms,
#form-modal {
    position:fixed;
    z-index:99;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.3);
    font-family:'Raleway', sans-serif;
    display:none;
}
#form-modal-sms.active,
#form-modal.active {
    display:block;
}
#form-modal-sms .window,
#form-modal .window {
    width:400px;
    height:160px;
    background:#fff;
    border-radius:5px;
    top:calc(50% - 80px);
    left:calc(50% - 200px);
    position:absolute;
    text-align:center;
    box-shadow:0 0 20px rgba(0,0,0,0.2);
}
#form-modal-sms .window {
    height:180px;
    top:calc(50% - 90px);
    position:relative;
}
#form-modal-sms .window .loading {
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    border-radius:5px;
    display:none;
}
#form-modal-sms .window .loading.active {
    display:block;
}
#form-modal-sms .window .loading figure {
    width:60px;
    height:60px;
    background:no-repeat no-repeat center #fff;
    background-image:url(/Images/loading.gif);
    background-size:50px 50px;
    position:absolute;
    top:calc(50% - 30px);
    left:calc(50% - 30px);
    border-radius:5px;
}
#form-modal-sms .window p,
#form-modal .window p {
    padding:20px;
    color:#bc0512;
    font-weight:bold;
    line-height:22px;
}
#form-modal-sms .window .phone-no {
    padding-top:20px;
    display:block;
    font-size:14px;
}
#form-modal-sms .window .phone-no i {
    font-style:normal;
    font-weight:bold;
}
#form-modal-sms .window .phone-no i u {
    text-decoration:none;
}
#form-modal-sms .window .buttons,
#form-modal .window .buttons {
    padding:20px;
    border-top:solid 1px #f8f8f8;
}
#form-modal-sms .window .buttons .go.button,
#form-modal .window .buttons .go.button {
    background:#f8ac00;
    margin-right:20px;
    color:#fff;
}
#form-modal-sms .window .buttons .button,
#form-modal .window .buttons .button {
    padding:10px 25px;
    background:#f0f0f0;
    border-radius:25px;
    font-size:12px;
    font-weight:bold;
    letter-spacing:1px;
    margin-top:30px;
    display:inline-block;
    border:0;
    cursor:pointer;
}
#form-modal-sms .window .buttons .button,
#form-modal .window .buttons .button {
    margin-top:0;
}
#form-modal-sms .window .buttons .button:hover,
#form-modal .window .buttons .button:hover{
    background:#0f3e83;
    color:#fff;
}
#form-modal-sms ::-webkit-input-placeholder {
    color:#333;
}
#form-modal-sms :-moz-placeholder {
    color:#333;
}
#form-modal-sms ::-moz-placeholder {
    color:#333;
}
#form-modal-sms :-ms-input-placeholder {
    color:#333;
}
#landing-page .inner {
    position:absolute;
    width:100%;
    height:100%;
    min-height:790px;
    background:#dde2e8;
    padding:30px;
    font-family:'Jost', sans-serif;
    display:flex;
}
#landing-page .inner .left-column {
    width:calc(100% - 400px);
    height:100%;
    margin-right:0px;
    background:#fff;
    display:inline-flex;
    background:url(/Images/landing-page-left-column-bg.jpg) no-repeat center;
    background-size:cover;
    position:relative;
}
#landing-page .inner .left-column .slogan {
    width:100%;
    max-width:440px;
    height:auto;
    display:table-cell;
    margin:auto;
    padding:20px;
}
#landing-page .inner .left-column .slogan img {
    width:100%;
    height:auto;
}
#landing-page .inner .right-column {
    width:400px;
    background:#143a85;
    display:inline-flex;
    padding:20px;
    color:#fff;
}
#landing-page .inner .right-column .form {
    border:solid 3px #f0f0f0;
    padding:20px;
    font-size:12px;
}
#landing-page .inner .right-column .form a {
    font-size:12px;
}
#landing-page .inner .right-column .form .logo {
    margin:0 auto 20px auto;
    width:120px;
}
#landing-page .inner .right-column .form .logo img {
    width:100%;
    height:auto;
    border:solid 2px #fff;
}
#landing-page .inner .right-column .form ul li {
    margin-bottom:12px;
}
#landing-page .inner .right-column .form ul li:nth-child(6) {
    margin-top:10px;
}
#landing-page .inner .right-column .form ul li:last-child {
    margin-bottom:0;
}
#form-modal-sms .window p .input,
#landing-page .inner .right-column .form ul li .textarea,
#landing-page .inner .right-column .form ul li .input {
    width:100%;
    height:32px;
    line-height:32px;
    border:0;
    padding:0 10px;
    background: rgb(255,255,255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
    text-align:left;
}
#landing-page .inner .right-column .form ul li .textarea {
    height:50px;
}
#landing-page .inner .right-column .form ul li p {
    font-size:15px;
    font-weight:500;
    text-align:center;
    margin-bottom:10px;
}
#landing-page .inner .right-column .form ul li ::-webkit-input-placeholder {
    color:#666;
    font-size:13px;
    font-family: 'Montserrat', sans-serif;
}
#landing-page .inner .right-column .form ul li :-moz-placeholder {
    color:#666;
    font-size:13px;
    font-family: 'Montserrat', sans-serif;
}
#landing-page .inner .right-column .form ul li ::-moz-placeholder {
    color:#666;
    font-size:13px;
    font-family: 'Montserrat', sans-serif;
}
#landing-page .inner .right-column .form ul li :-ms-input-placeholder {
    color:#666;
    font-size:13px;
    font-family: 'Montserrat', sans-serif;
}
#landing-page .inner .right-column .form ul li .input.warning {
    background:#ccc;
}
#landing-page .inner .right-column .form ul li label {
    display:inline-block;
    margin-right:20px;
}
#landing-page .inner .right-column .form ul li label .checkbox {
    display:none;
}
#landing-page .inner .right-column .form ul li label .checkbox + span {
	background-color:#fff;
    background:url(/Images/checks.png) no-repeat top;
	display:inline-block;
	position:relative;
	cursor:pointer;
	width:14px;
	height:14px;
    overflow:hidden;
    margin-right:5px;
    vertical-align:top;
}
#landing-page .inner .right-column .form ul li label .checkbox:checked + span,
#landing-page .inner .right-column .form ul li label .checkbox + span:active,
#landing-page .inner .right-column .form ul li label .checkbox:checked + span:active {
    background:url(/Images/checks.png) no-repeat bottom;
}
#landing-page .inner .right-column .form ul li label .checkbox:checked + span a,
#landing-page .inner .right-column .form ul li label .checkbox + span:active a,
#landing-page .inner .right-column .form ul li label .checkbox:checked + span:active a,
#landing-page .inner .right-column .form ul li label .checkbox + span:hover a {
    color:#fff;
}
#landing-page .inner .right-column .form ul li label .checkbox:checked + span:after {
	font-size:14px;
	position:absolute;
	top:0px;
	left:4px;
	color:#fff;
}
#landing-page .inner .right-column .form ul li label i {
	font-style:normal;
    font-weight:500;
    display:inline-block;
    color:#f8ad00;
    top:-2px;
    position:relative;
}
#landing-page .inner .right-column .form ul li.informed label {
    margin-bottom:10px;
}
#landing-page .inner .right-column .form ul li.informed label i {
    width:calc(100% - 30px);
    color:#fff;
    font-weight:normal;
    width:auto;
    top:-3px;
    position:relative;
}
#landing-page .inner .right-column .form ul li.informed label i a {
	font-weight:500;
    color:#fff;
    text-decoration:underline;
    cursor:pointer;
}
#landing-page .inner .right-column .form ul li.informed .confirmation {
    margin-top:20px;
}
#landing-page .inner .right-column .form ul li.informed .confirmation p {
    font-size:12px;
    font-weight:400;
    margin-bottom:12px;
    color:#cfcfcf;
}
#landing-page .inner .right-column .form ul li.informed .confirmation label {
    width:max-content;
    float:left;
}
#landing-page .inner .right-column .form ul li.send {
	text-align:center;
    margin-top:-10px;
}
#landing-page .inner .right-column .form ul li.send .button {
    display:inline-block;
    padding:10px 30px;
    font-size:16px;
    border:0;
    background:#f8ad00;
    color:#fff;
    margin-top:20px;
    font-weight:bold;
    letter-spacing:0.05em;
    font-family: 'Montserrat', sans-serif;
    border-radius:3px;
}
#landing-page .inner .right-column .form ul li.send .button:hover {
    background:#f0f0f0;
    color:#222;
}
#landing-page-gallery {
    position:absolute;
    top:100%;
    width:100%;
    font-family:'Krona One', sans-serif;
    padding:50px 20px 0 20px;
}
#landing-page-gallery #tabs .recess > ul {
    margin-bottom:20px;
}
#landing-page-gallery #tabs .recess > ul li {
    display:table;
    margin-bottom:14px;
}
#landing-page-gallery #tabs .recess > ul li {
    display:inline-block;
    margin-right:8px;
}
#landing-page-gallery #tabs .recess > ul li a {
    padding:20px;
    display:block;
    color:#555;
    border:solid 5px #f4b31c;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    font-size:14px;
    width:200px;
    height:70px;
}
#landing-page-gallery #tabs .recess > ul li:hover a {
    border-color:#e7a40a;
}
#landing-page-gallery #tabs .recess > ul li.active a {
    background:#f6f6f6;
    border-color:#d39301;
    color:#000;
}
#landing-page-gallery #tabs .recess > div > ul li {
    float:left;
    width:calc(33.33% - 30px);
    margin:0 45px 45px 0;
}
#landing-page-gallery #tabs .recess > div > ul li:nth-child(3n) {
    margin-right:0;
}
#landing-page-gallery #tabs .recess > div > ul li img {
    width:100%;
    height:auto;
}
#landing-page-gallery .title {
    font-size:20px;
    margin-bottom:10px;
    font-weight:700;
}
#landing-page-gallery .map {
    width:100%;
    height:500px;
    margin-bottom:50px;
}
#thanks {
    position:absolute;
    width:100%;
    max-width:240px;
    max-height:240px;
    top:calc(50% - 120px);
    left:calc(50% - 120px);
    font-family: 'Montserrat', sans-serif;
    font-size:18px;
    text-align:center;
}
#thanks figure {
    margin-bottom:20px;
}
#cookies {
    width:1000px;
    background:#e8e8e8;
    border:solid 3px #e0e0e0;
    padding:20px 120px 20px 20px;
    position:fixed;
    z-index:10;
    border-radius:5px;
    left:calc(50% - 500px);
    bottom:10px;
    font-family:'Raleway', sans-serif;
    font-size:12px;
    line-height:13px;
}
#cookies a {
    font-size:12px;
    font-weight:bold;
}
#cookies a.link {
    font-weight:bold;
    color:#fff;
    font-size:12px;
}
#cookies a.close {
    padding:10px 20px;
    display:block;
    position:absolute;
    right:20px;
    top:calc(50% - 16px);
    cursor:pointer;
    background:#f8ac00;
    color:#000;
    border-radius:2px;
}
.creapark {
    margin:20px 0 5px 0;
    text-align:center;
    display:none;
}
.creapark img {
    width:80px;
    height:auto;
}
#content {
    font-family:'Montserrat', sans-serif;
}
#content .header {
    background:url(/Images/web-tv-bg.jpg);
    padding:30px;
}
#content .header .logo {
    width:80px;
    float:left;
}
#content > .recess {
    max-width:calc(100% - 200px);
    margin:100px auto;
}
#content h1 {
    font-size:100px;
    line-height:110px;
    color:#d6d6d6;
    margin-bottom:30px;
    font-family: 'Dosis', sans-serif;
    font-weight:300;
}
#content h2 {
    width:500px;
    font-size:38px;
    line-height:50px;
    font-family: 'Dosis', sans-serif;
    font-weight:600;
    margin-bottom:60px;
}
#content .about .big-photo {
    width:calc(100% - 400px);
    float:right;
    margin-bottom:100px;
}
#content .about article {
    width:1100px;
    margin:auto;
    line-height:28px;
    font-size:15px;
}
#content .about article h5 {
    font-size:15px;
}
#content .about article p:not(:last-child) {
    margin-bottom:20px;
}
#content .about article .table {
    margin:20px 0;
}
#content .about article .table ol {
    list-style:none;
    border:solid 1px #999;
}
#content .about article .table ol li {
    display:table;
    width:100%;
}
#content .about article .table ol li:not(:last-child) {
    border-bottom:solid 1px #999;
}
#content .about article .table ol li.title {
    font-weight:bold;
    background:#e8e8e8;
}
#content .about article .table ol li span {
    width:70%;
    display:table-cell;
    padding:5px 10px;
}
#content .about article .table ol li.title span {
    padding:0 5px;
}
#content .about article .table ol li span:first-child {
    width:30%;
    border-right:solid 1px #999;
}
#content .about article .table ol li span a {
    color:#238ebc;
}
#content .about article .table-2 {
    margin-bottom:20px;
}
#content .about article .table-2 ol {
    list-style:none;
    border:solid 1px #999;
}
#content .about article .table-2 ol li {
    display:table;
    width:100%;
}
#content .about article .table-2 ol li span {
    display:table-cell;
    width:20%;
    vertical-align:middle;
    border-right:solid 1px #999;
}
#content .about article .table-2 ol li span:first-child {
    padding:0 10px;
}
#content .about article .table-2 ol li span:last-child {
    width:60%;
    border-right:0;
}
#content .about article .table-2 ol li span i {
   display:block;
   font-style:normal;
   padding:5px 10px;
}
#content .about article .table-2 ol li span i:not(:last-child) {
   border-bottom:solid 1px #999;
}
#content .about article .table-3 {
    border:solid 1px #999;
    width:100%;
    display:table;
}
#content .about article .table-3 .left {
    width:150px;
    display:table-cell;
    padding:10px;
    vertical-align:middle;
    border-right:solid 1px #999;
}
#content .about article .table-3 .right {
    width:calc(100% - 150px);
    display:table-cell;
}
#content .about article .table-3 .right .line:not(:last-child) {
    border-bottom:solid 1px #999;
}
#content .about article .table-3 .right .line span {
    display:table-cell;
    padding:10px;
    vertical-align:middle;
}
#content .about article .table-3 .right .line span:first-child {
    width:150px;
    border-right:solid 1px #999;
}
#gallery .list h5,
#plans .list h5 {
    font-size:28px;
    font-weight:600;
    margin-bottom:30px;
}
#plans .list ul {
    display:table;
    width:100%;
    margin-bottom:50px;
}
#plans .list ul li {
    display:inline-block;
    width:calc(25% - 30px);
    margin:0 40px 37px 0;
}
#plans .list ul li:nth-child(4n) {
    margin-right:0;
}
#plans .warning {
    text-align:center;
    color:#999;
}
#contact .title {
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
}
#contact .map {
    width:100%;
    height:500px;
    margin-bottom:50px;
}




/*begin scroll-arrow*/
#scroll-page {
    width:30px;
    height:66px;
    position:absolute;
    z-index:3;
    bottom:120px;
    left:50px;
}
#scroll-page .scroll-page-icon {
    background:url(/Images/scroll-page-icon-bg.png) no-repeat;
    width:30px;
    height:66px;
}
/*begin scroll-arrow*/
/*web-tv*/
#web-tv {
    font-family:'Raleway', sans-serif;
    color:#fff;
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    background:url(/Images/web-tv-bg.jpg);
}
#web-tv .logo {
    display:none;
}
#web-tv .swiper-container {
    width:calc(100% - 100px);
    height:calc(100% - 60px);
    margin:30px 0 0 50px;
}
#web-tv .swiper-slide {
    text-align:center;
    font-size:18px;
    background:#fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
}
#web-tv .swiper-slide img {
    width:100%;
    height:auto;
}
#web-tv  .swiper-slide .text {
    position:absolute;
    right:50px;
    bottom:100px;
    text-align:left;
}
#web-tv  .swiper-slide .text span {
   display:block;
}
#web-tv  .swiper-slide .text span:first-child {
   color:#c4c4c4;
   font-weight:500;
   font-size:15px;
}
#web-tv  .swiper-slide .text span:last-child {
   font-size:50px;
   font-weight:700;
}
/*web-tv*/
/*menu style*/
#menu {
    position:absolute;
    z-index:5;
    width:100%;
    bottom:70px;
    animation:moveBottom 1s;
}
#menu.style-2 {
    position:static;
    animation:none;
    float:right;
    width:calc(100% - 80px);
    margin-top:8px;
}
#menu.fixed-type {
    bottom:auto;
    animation:moveTop 1s;
    position:fixed;
    margin-top:50px;
}
#menu.style-2.fixed-type {
    animation:none;
    position:static;
    margin-top:0;
}
#menu .menu-icon {
	display:none;
	position:absolute;
    z-index:4;
	overflow:hidden;
	padding:6px 10px;
	width:40px;
	height:37px;
	-webkit-appearance:none;
	-moz-appearance:none;
	box-shadow:none;
	border:none;
	cursor:pointer;
	-webkit-transition:background .3s;
	transition:background .3s;
    background:#f8ac00;
    margin-top:24px;
    font-family:'league_gothicregular', Arial, sans-serif;
    font-size:25px;
    line-height:26px;
    color:#fff;
    text-align:left;
    right:60px;
    top:-18px;
    text-indent:-9999px;
}
#menu.style-2 .menu-icon {
    right:10px;
    top:-2px;
}
#menu .menu-icon:focus {
	outline:0
}
#menu .menu-icon span {
	display:block;
	position:absolute;
	top:17px;
	left:5px;
	right:4px;
    width:30px;
	height:2px;
    background:#fff;
    -webkit-transition:-webkit-transform .3s;
	transition:transform .3s
}
#menu .menu-icon span::after,
#menu .menu-icon span::before {
	position:absolute;
	display:block;
	left:0;
	width:100%;
	height:2px;
	background:#fff;
	content:"";
}
#menu .menu-icon span::before {
	top:-10px;
}
#menu .menu-icon span::after {
	bottom:-10px;
}
#menu .menu-icon:hover,
#menu .menu-icon.is-active {
	background:#ebe5d9;
    color:#444;
}
#menu .menu-icon:hover span,
#menu .menu-icon.is-active span,
#menu .menu-icon:hover span::after,
#menu .menu-icon:hover span::before,
#menu .menu-icon.is-active span::after,
#menu .menu-icon.is-active span::before {
	background:#444;
}
#menu .menu-icon.is-active span {
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
#menu .menu-list {
    background:url(/Images/menu-bg.png) left top;
    background-color:#f8ac00;
    margin:auto;
    width:100%;
    max-width:1500px;
    border-radius:1px;
}
#menu.style-2 .menu-list {
    float:right;
    width:calc(100% - 100px);
}
#menu .menu-list ul {
	display:flex;
    width:100%;
}
#menu .menu-list ul li {
	display:inline-block;
    width:100%;
    text-align:center;
}
#menu .menu-list ul li:last-child {
	width:100px;
    background:rgba(255,255,255,.2);
}
#menu .menu-list ul li a {
	padding:30px 20px;
    font-family:'Raleway', sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#fff;
    border-right:solid 1px #ce9b28;
    display:block;
}
#menu .menu-list ul li.select > a {
    box-shadow: inset 0 0 15px #e7a205;
}
#menu .menu-list ul li:last-child a {
    border-right:0;
}
#menu .menu-mobile {
    position:absolute;
    z-index:8;
    display:none;
    right:40px;
    top:42px;
}
#menu.style-2 .menu-mobile {
    right:10px;
    top:60px;
}
#menu .menu-mobile ul {
    display:none;
    position:absolute;
    background:#ebe5d9;
    text-align:left;
    right:0;
    padding:5px 0;
    width:180px;
}
#menu .menu-mobile ul li {
    display:block;
}
#menu .menu-mobile ul li:last-child {
    border-bottom:none;
}
#menu .menu-mobile ul li a {
    display:block;
    color:#444;
    font-family:'Montserrat', sans-serif;
    font-size:14px;
    padding:8px 10px;
    text-shadow:none;
    letter-spacing:2px;
    font-weight:bold;
}
/*menu style*/




@media only screen and (max-height:790px) {
   #landing-page-gallery {
        top:790px;
    }
}
@media only screen and (max-width:1760px) {
    #menu .menu-list {
        width:calc(100% - 260px);
        max-width:100%;
    }
}
@media only screen and (max-width:1600px) {
    #index .slogans .slider {
        width:calc(100% - 200px);
    }
}
@media only screen and (max-width:1460px) {
    #landing-page .recess {
        padding:0 20px;
    }
    #content .about .big-photo {
        width:calc(100% - 300px);
    }
}
@media only screen and (max-width:1360px) {
    .recess {
        max-width:100%;
        padding:0 20px;
    }
    #web-tv {
        height:calc(100% - 100px);
    }
    #web-tv .swiper-container {
        width:calc(100% - 80px);
        height:calc(100% - 160px);
        margin:30px 0 0 40px;
    }
    #index {
        top:calc(100% - 100px);
    }
    #index .tab-1 article {
        width:500px;
    }
    #index .tab-1 figure {
        width:450px;
    }
    #plans .list ul li {
        width:calc(33.33% - 20px);
        margin:0 30px 27px 0;
    }
    #plans .list ul li:nth-child(4n) {
        margin-right:30px;
    }
    #plans .list ul li:nth-child(3n) {
        margin-right:0;
    }
}
@media only screen and (max-width:1260px) {
    #index .tab-1 article {
        width:480px;
    }
    #index .tab-1 figure {
        width:400px;
    }
    #index .slogans .slider {
        width:calc(100% - 100px);
    }
    #index .gallery {
        margin:80px 0;
    }
    #index .gallery .title h3 {
        margin-right:200px;
    }
    #content .about .big-photo {
        width:calc(100% - 200px);
        margin-bottom:80px;
    }
}
@media only screen and (max-width:1220px) {
    #menu .menu-list {
        width:calc(100% - 190px);
    }
    #web-tv {
        height:calc(100% - 130px);
    }
    #web-tv .swiper-container {
        height:calc(100% - 190px);
    }
    #index {
        top:calc(100% - 130px);
    }
    #index .tab-1 {
        margin:60px 0;
    }
    #index .slogans .title {
        padding-top:100px;
    }
    #index .slogans .title p {
        font-size:40px;
    }
    #index .slogans .bg {
        height:500px;
    }
    #landing-page-gallery {
        padding-top:30px;
    }
    #content > .recess {
        max-width:calc(100% - 160px);
        margin:100px auto;
    }
    #content .about article {
        width:100%;
    }
    #menu.style-2 {
        width:calc(100% - 100px);
    }
    #menu.style-2 .menu-list {
        width:calc(100% - 50px);
    }
}
@media only screen and (max-width:1150px) {
    #web-tv {
        height:600px;
    }
    #web-tv .swiper-container {
        height:540px;
    }
    #index {
        top:600px;
    }
    #index .tab-1 .name {
        font-size:80px;
        line-height:70px;
    }
    #index .tab-1.style-2 .name {
        font-size:60px;
        line-height:50px;
    }
    #index .tab-1 article {
        width:420px;
        margin-top:40px;
        padding:50px 40px;
    }
    #index .tab-1 figure {
        width:380px;
    }
}
@media only screen and (max-width:1120px) {
    #footer .form .form-recess {
        width:calc(100% - 370px);
    }
    #footer .address {
        width:340px;
    }
    #cookies {
        width:calc(100% - 20px);
        left:10px;
    }
    #index .tab-1 {
        margin:50px 0;
    }
    #index .gallery {
        margin:60px 0;
    }
    #index .gallery .title h3 {
        margin-right:150px;
    }
    #content > .recess {
        margin:70px auto;
    }
    #content h1 {
        font-size:90px;
        line-height:100px;
        margin-bottom:20px;
    }
    #content h2 {
        font-size:32px;
        line-height:38px;
        margin-bottom:30px;
    }
    #content .about .big-photo {
        width:calc(100% - 100px);
        margin-bottom:50px;
    }
}
@media only screen and (max-width:1060px) {
    #index .tab-1 figure {
        width:340px;
    }
    #gallery .list ul li,
    #index .gallery ul li {
	    padding:15px;
    }
    #menu .menu-list ul li a {
	    padding:30px 15px;
    }
    #content .header {
        padding:20px;
    }
}
@media only screen and (max-width:1020px) {
    #landing-page .recess {
        padding:0 10px;
    }
    #landing-page .inner .left-column .slogan {
        min-width:auto;
        top:50px;
        left:0;
        margin:auto;
    }
    #index .tab-1 {
        margin:40px 0;
    }
    #index .tab-1 .name {
        font-size:65px;
        line-height:55px;
        letter-spacing:10px;
    }
    #index .tab-1.style-2 .name {
        font-size:55px;
        line-height:45px;
    }
    #index .slogans .slider {
        width:calc(100% - 20px);
    }
    #index .slogans .title {
        padding-top:60px;
    }
    #index .slogans .title p {
        font-size:36px;
    }
    #index .slogans .bg {
        height:400px;
    }
    #index .gallery {
        margin:50px 0;
    }
    #index .gallery .title h3 {
        margin-right:100px;
    }
    #gallery .list ul li,
    #index .gallery ul li {
	    padding:10px;
    }
    #web-tv .swiper-container {
        width:calc(100% - 40px);
        height:560px;
        margin:20px 0 0 20px;
    }
    #header {
        top:30px;
    }
    #header .logo {
        width:100px;
        position:fixed;
        left:30px;
        animation:none;
    }
    #header.fixed-type .logo {
        animation:none;
        top:auto;
    }
    #menu {
        bottom:auto;
        top:30px;
        animation:none;
        position:fixed;
    }
    #menu.fixed-type {
        animation:none;
        margin-top:0;
    }
    #menu .menu-icon {
        right:40px;
    }
    #content > .recess {
        max-width:100%;
        margin:50px auto;
    }
    #content .header {
        padding:10px;
    }
    #content .header .logo {
        width:80px;
    }
    #content h1 {
        font-size:80px;
        line-height:90px;
    }
    #content h2 {
        font-size:28px;
        line-height:34px;
    }
    #content .about .big-photo {
        margin-bottom:30px;
    }
    #menu .menu-icon,
    #menu .menu-mobile {
        display:block;
    }
    #menu .menu-list {
        display:none;
    }
}
@media only screen and (max-width:990px) {
    #index .tab-1 article {
        width:calc(100% - 190px);
        margin:0 0 0 30px;
        float:right;
        padding:30px 30px 80px 30px;
    }
    #index .tab-1 figure {
        float:right;
        width:400px;
        position:relative;
        margin:-50px 20px 0 0;
    }
    #gallery .list ul li,
    #index .gallery ul li {
	    width:50%;
    }
}
@media only screen and (max-width:960px) {
    #landing-page-gallery #tabs .recess > div > ul li {
        width:calc(33.33% - 20px);
        margin:0 30px 30px 0;
    }
    #content > .recess {
        margin:40px auto;
    }
    #content h1 {
        font-size:70px;
        line-height:80px;
        margin-bottom:10px;
    }
    #content h2 {
        font-size:26px;
        line-height:34px;
    }
    #plans .list ul li {
        width:calc(50% - 10px);
        margin:0 20px 17px 0;
    }
    #plans .list ul li:nth-child(3n) {
        margin-right:20px;
    }
    #plans .list ul li:nth-child(even) {
        margin-right:0;
    }
}
@media only screen and (max-width:920px) {
    #web-tv {
        height:540px;
    }
    #web-tv .swiper-container {
        height:500px;
    }
    #index {
        top:540px;
    }
    #index .tab-1 {
        margin:20px 0;
    }
    #index .gallery .title h3 {
        margin-right:50px;
    }
    #footer {
        margin-top:50px;
    }
    #footer .address {
        padding:40px 20px 0 20px;
        width:100%;
        position:static;
    }
    #footer .address > ul {
        width:100%;
    }
    #footer .address > ul > li {
        width:50%;
        float:left;
        margin-bottom:10px;
        padding-right:20px;
    }
    #footer .form {
        width:100%;
        top:40px;
        padding:30px;
        position:static;
    }
    #footer .form .form-recess {
        width:100%;
    }
    #content .about .big-photo {
        width:100%;
        float:none;
    }
    #content > .recess {
        margin:40px auto;
    }
}
@media only screen and (max-width:850px) {
}
@media only screen and (max-width:820px) {
    #footer .form {
        position:static;
        width:100%;
    }
    #landing-page .inner {
        position:static;
        display:block;
        padding:20px;
    }
    #landing-page .inner .left-column {
        width:100%;
        height:400px;
        display:block;
    }
    #landing-page .inner .left-column .slogan {
        width:100%;
        max-width:auto;
        height:100%;
        margin:auto;
        display:block;
        text-align:center;
    }
    #landing-page .inner .left-column .slogan img {
        width:auto;
        height:100%;
    }
    #landing-page .inner .right-column {
        width:100%;
        display:block;
    }
    #landing-page-gallery {
        position:static;
        padding-top:20px;
    }
    #landing-page-gallery #tabs .recess > ul li a {
        width:min-content;
        height:min-content;
    }
    #landing-page-gallery #tabs .recess > div > ul li {
        width:calc(50% - 10px);
        margin:0 0 20px 0;
    }
    #landing-page-gallery #tabs .recess > div > ul li:nth-child(odd) {
        margin-right:20px;
    }
    #content .about article .table ol li {
        display:block;
    }
    #content .about article .table ol li span {
        width:100%;
        display:block;
    }
    #content .about article .table ol li span:first-child {
        width:100%;
        border-right:0;
        border-bottom:solid 1px #999;
    }
}
@media only screen and (max-width:780px) {
    #header .logo {
        width:80px;
    }
    #menu {
        top:22px;
    }
    #menu .menu-icon {
        right:30px;
    }
    #menu .menu-mobile {
        right:30px;
        top:43px;
    }
    #web-tv {
        height:440px;
    }
    #web-tv .swiper-container {
        height:400px;
    }
    #index {
        top:440px;
    }
    #index .slogans .title p {
        font-size:30px;
    }
    #index .slogans .slider {
        margin-top:30px;
    }
}
@media only screen and (max-width:720px) {
    #footer .address > ul > li {
        width:100%;
        float:none;
        padding-right:0;
    }
    #index .tab-1 .name {
        margin-left:10px;
        font-size:58px;
        line-height:48px;
    }
    #index .tab-1.style-2 .name {
        font-size:50px;
        line-height:40px;
    }
    #index .tab-1 article {
        width:calc(100% - 160px);
    }
    #index .tab-1 figure {
        width:320px;
    }
    #content h2 {
        width:100%;
    }
}
@media only screen and (max-width:640px) {
    #header {
        top:20px;
    }
    #header .logo {
       left:20px;
    }
    #menu {
        top:15px;
    }
    #menu .menu-icon {
        right:20px;
    }
    #menu .menu-mobile {
        right:20px;
    }
    #web-tv {
        height:340px;
    }
    #web-tv .swiper-container {
        width:calc(100% - 20px);
        height:320px;
        margin:10px 0 0 10px;
    }
    #index {
        top:340px;
    }
    #index .slogans .title {
        padding-top:30px;
    }
    #index .slogans .title p {
        font-size:24px;
        margin-top:20px;
        color:#f0f0f0;
    }
    #index .slogans .bg {
        height:330px;
    }
    #index .gallery .title h3 {
        width:calc(100% - 100px);
        margin-right:20px;
    }
    #index .slogans .title span.line {
        display:none;
    }
}
@media only screen and (max-width:620px) {
    #footer .form .form-recess ul li {
        width:100%;
        float:none;
        margin-bottom:30px;
    }
    #footer .form .form-recess ul li:nth-child(odd) {
        margin-right:0;
    }
    #footer-bottom .phone {
        width:50%;
    }
    #footer-bottom .link {
        width:50%;
        text-align:right;
    }
    #footer-bottom .artasgrubu {
        width:100%;
        float:none;
        text-align:center;
        padding:8px 0;
        margin-top:10px;
        clear:both;
    }
    #landing-page-gallery #tabs .recess > ul li {
        display:block;
        width:100%;
    }
    #landing-page-gallery #tabs .recess > ul li a {
        width:100%;
        padding:10px;
        display:block;
    }
    .creapark {
        text-align:right;
    }
    #plans .list ul li {
        width:100%;
        margin:0 0 17px 0;
        display:block;
    }
    #plans .list ul li:nth-child(3n) {
        margin-right:0;
    }
    #plans .list ul li:last-child {
        margin:0;
    }
    #content .about article .table-3 .left {
        width:100%;
        display:block;
        border-right:0;
        border-bottom:solid 1px #999;
    }
    #content .about article .table-3 .right {
        width:100%;
        display:table;
    }
}
@media only screen and (max-width:580px) {
    #index .tab-1 .name {
        writing-mode:unset;
        transform:none;
        float:none;
        margin:0 0 20px 0;
        font-size:48px;
        line-height:58px;
        letter-spacing:5px;
    }
    #index .tab-1 article {
        float:none;
        width:100%;
        margin:0;
    }
}
@media only screen and (max-width:520px) {
    #landing-page-gallery {
        padding-top:20px;
    }
    #landing-page-gallery #tabs .recess > div > ul li {
        width:100%;
        margin:0 0 20px 0;
        float:none;
    }
    #landing-page-gallery #tabs .recess > div > ul li:nth-child(3n+3) {
        margin-right:0;
    }
}
@media only screen and (max-width:490px) {
    #menu .menu-mobile ul {
        padding:3px 0;
    }
    #menu .menu-mobile ul li a {
        padding:3px 10px;
    }
    #web-tv {
        height:240px;
    }
    #web-tv .swiper-container {
        height:220px;
    }
    #index {
        top:240px;
    }
    #index .tab-1 figure {
        float:none;
        width:calc(100% - 20px);
        margin:-50px 0 0 10px;
    }
}
@media only screen and (max-height:790px) {
    #web-tv {
        height:600px;
    }
    #web-tv .swiper-container {
        width:calc(100% - 40px);
        height:560px;
        margin:20px 0 0 20px;
    }
    #index {
        top:600px;
    }
}
@media only screen and (max-height:690px) {
    #web-tv {
        height:560px;
    }
    #web-tv .swiper-container {
        height:520px;
    }
    #index {
        top:560px;
    }
}
@media only screen and (max-height:550px) {
	#popup .window {
        width:300px;
        height:300px;
    }
}
@media only screen and (max-height:350px) {
	#popup .window {
        width:200px;
        height:200px;
    }
}
body.compensate-for-scrollbar {
	overflow:hidden;
}
.fancybox-active {
	height:auto;
}
.fancybox-is-hidden {
	left:-9999px;
	margin:0;
	position:absolute!important;
	top:-9999px;
	visibility:hidden;
}
.fancybox-container {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	height:100%;
	left:0;
	position:fixed;
	-webkit-tap-highlight-color:transparent;
	top:0;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	width:100%;
	z-index:99992;
}
.fancybox-container * {
	box-sizing:border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
}
.fancybox-outer {
	-webkit-overflow-scrolling:touch;
	overflow-y:auto;
}
.fancybox-bg {
    background:#f0f0f0;
	opacity:0;
	transition-duration:inherit;
	transition-property:opacity;
	transition-timing-function:cubic-bezier(.47,0,.74,.71);
}
.fancybox-is-open .fancybox-bg {
	opacity:1;
	transition-timing-function:cubic-bezier(.22,.61,.36,1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction:ltr;
	opacity:0;
	position:absolute;
	transition:opacity .25s,visibility 0s linear .25s;
	visibility:hidden;
	z-index:99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity:1;
	transition:opacity .25s,visibility 0s;
	visibility:visible;
}
.fancybox-infobar {
	color:#ccc;
	font-size:13px;
	-webkit-font-smoothing:subpixel-antialiased;
	height:44px;
	left:0;
	line-height:44px;
	min-width:44px;
	padding:0 10px;
	pointer-events:none;
	text-align:center;
	top:0;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.fancybox-toolbar {
	right:0;
	top:0;
}
.fancybox-stage {
	direction:ltr;
	overflow:visible;
	-webkit-transform:translateZ(0);
	z-index:99994;
}
.fancybox-is-open .fancybox-stage {
	overflow:hidden;
}
.fancybox-slide {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	display:none;
	height:100%;
	left:0;
	outline:none;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	padding:44px;
	position:absolute;
	text-align:center;
	top:0;
	transition-property:opacity,-webkit-transform;
	transition-property:transform,opacity;
	transition-property:transform,opacity,-webkit-transform;
	white-space:normal;
	width:100%;
	z-index:99994;
}
.fancybox-slide:before {
	content:"";
	display:inline-block;
	height:100%;
	margin-right:-.25em;
	vertical-align:middle;
	width:0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display:block;
}
.fancybox-slide--next {
	z-index:99995;
}
.fancybox-slide--image {
	overflow:visible;
	padding:44px 0;
}
.fancybox-slide--image:before {
	display:none;
}
.fancybox-slide--html {
	padding:6px 6px 0;
}
.fancybox-slide--iframe {
	padding:44px 44px 0;
}
.fancybox-content {
	background:#fff;
	display:inline-block;
	margin:0 0 6px;
	max-width:100%;
	overflow:auto;
	padding:0;
	padding:24px;
	position:relative;
	text-align:left;
	vertical-align:middle;
}
.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);
	animation-timing-function:cubic-bezier(.5,0,.14,1);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	background:transparent;
	background-repeat:no-repeat;
	background-size:100% 100%;
	left:0;
	margin:0;
	max-width:none;
	overflow:visible;
	padding:0;
	position:absolute;
	top:0;
	-webkit-transform-origin:top left;
	transform-origin:top left;
	transition-property:opacity,-webkit-transform;
	transition-property:transform,opacity;
	transition-property:transform,opacity,-webkit-transform;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	z-index:99995;
}
.fancybox-can-zoomOut .fancybox-content {
	cursor:zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
	cursor:zoom-in;
}
.fancybox-can-drag .fancybox-content {
	cursor:-webkit-grab;
	cursor:grab;
}
.fancybox-is-dragging .fancybox-content {
	cursor:-webkit-grabbing;
	cursor:grabbing;
}
.fancybox-container [data-selectable=true] {
	cursor:text;
}
.fancybox-image,.fancybox-spaceball {
	background:transparent;
	border:0;
	height:100%;
	left:0;
	margin:0;
	max-height:none;
	max-width:none;
	padding:0;
	position:absolute;
	top:0;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	width:100%;
}
.fancybox-spaceball {
	z-index:1;
}
.fancybox-slide--html .fancybox-content {
	margin-bottom:6px;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height:100%;
	margin:0;
	overflow:visible;
	padding:0;
	width:100%;
}
.fancybox-slide--video .fancybox-content {
	background:#000;
}
.fancybox-slide--map .fancybox-content {
	background:#e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
	background:#fff;
	height:calc(100% - 44px);
	margin-bottom:44px;
}
.fancybox-iframe,.fancybox-video {
	background:transparent;
	border:0;
	height:100%;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
}
.fancybox-iframe {
	vertical-align:top;
}
.fancybox-error {
	background:#fff;
	cursor:default;
	max-width:400px;
	padding:40px;
	width:100%;
}
.fancybox-error p {
	color:#444;
	font-size:16px;
	line-height:20px;
	margin:0;
	padding:0;
}
.fancybox-button {
	background:rgba(30,30,30,.6);
	border:0;
	border-radius:0;
	cursor:pointer;
	display:inline-block;
	height:44px;
	margin:0;
	outline:none;
	padding:10px;
	transition:color .2s;
	vertical-align:top;
	width:44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color:#ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
	color:#fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color:#888;
	cursor:default;
}
.fancybox-button svg {
	display:block;
	overflow:visible;
	position:relative;
	shape-rendering:geometricPrecision;
}
.fancybox-button svg path {
	fill:transparent;
	stroke:currentColor;
	stroke-linejoin:round;
	stroke-width:3;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
	display:none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
	fill:currentColor;
}
.fancybox-button--share svg path {
	stroke-width:1;
}
.fancybox-navigation .fancybox-button {
	height:38px;
	opacity:0;
	padding:6px;
	position:absolute;
	top:50%;
	width:38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	transition:opacity .25s,visibility 0s,color .25s;
}
.fancybox-navigation .fancybox-button:after {
	content:"";
	left:-25px;
	padding:50px;
	position:absolute;
	top:-25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
	left:6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
	right:6px;
}
.fancybox-close-small {
	background:transparent;
	border:0;
	border-radius:0;
	color:#555;
	cursor:pointer;
	height:44px;
	margin:0;
	padding:6px;
	position:absolute;
	right:0;
	top:0;
	width:44px;
	z-index:10;
}
.fancybox-close-small svg {
	fill:transparent;
	opacity:.8;
	stroke:currentColor;
	transition:stroke .1s;
}
.fancybox-close-small:focus {
	outline:none;
}
.fancybox-close-small:hover svg {
	opacity:1;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
	color:#ccc;
	padding:5px;
	right:-12px;
	top:-44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
	background:transparent;
	color:#fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display:none;
}
.fancybox-caption {
	bottom:0;
	color:#fff;
	font-size:14px;
	font-weight:400;
	left:0;
	line-height:1.5;
	padding:25px 44px;
	right:0;
}
.fancybox-caption:before {
	background-repeat:repeat-x;
	background-size:contain;
	bottom:0;
	content:"";
	display:block;
	left:0;
	pointer-events:none;
	position:absolute;
	right:0;
	top:-25px;
	z-index:-1;
}
.fancybox-caption:after {
	border-bottom:1px solid hsla(0,0%,100%,.3);
	content:"";
	display:block;
	left:44px;
	position:absolute;
	right:44px;
	top:0;
}
.fancybox-caption a,.fancybox-caption a:link,
.fancybox-caption a:visited {
	color:#ccc;
	text-decoration:none;
}
.fancybox-caption a:hover {
	color:#fff;
	text-decoration:underline;
}
.fancybox-loading {
	-webkit-animation:a .8s infinite linear;
	animation:a .8s infinite linear;
	background:transparent;
	border:6px solid hsla(0,0%,39%,.5);
	border-radius:100%;
	border-top-color:#fff;
	height:60px;
	left:50%;
	margin:-30px 0 0 -30px;
	opacity:.6;
	padding:0;
	position:absolute;
	top:50%;
	width:60px;
	z-index:99999;
}
@-webkit-keyframes a {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}to {
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg);
	}
}
@keyframes a {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}to {
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg);
	}
}
.fancybox-animated {
	transition-timing-function:cubic-bezier(0,0,.25,1);
}
.fancybox-fx-slide.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--next {
	opacity:0;
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--current {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity:0;
	transition-timing-function:cubic-bezier(.19,1,.22,1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity:1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:scale3d(1.5,1.5,1.5);
	transform:scale3d(1.5,1.5,1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity:0;
	-webkit-transform:scale3d(.5,.5,.5);
	transform:scale3d(.5,.5,.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity:1;
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:rotate(-1turn);
	transform:rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
	opacity:0;
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
	opacity:1;
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);
	transform:scale3d(0,0,0) translate3d(-100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--next {
	opacity:0;
	-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);
	transform:scale3d(0,0,0) translate3d(100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--current {
	opacity:1;
	-webkit-transform:scaleX(1) translateZ(0);
	transform:scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);
	transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);
	transform:translate3d(100%,0,0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform:translateZ(0) scale(1);
	transform:translateZ(0) scale(1);
}
.fancybox-share {
	background:#f4f4f4;
	border-radius:3px;
	max-width:90%;
	padding:30px;
	text-align:center;
}
.fancybox-share h1 {
	color:#222;
	font-size:35px;
	font-weight:700;
	margin:0 0 20px;
}
.fancybox-share p {
	margin:0;
	padding:0;
}
.fancybox-share__button {
	border:0;
	border-radius:3px;
	display:inline-block;
	font-size:14px;
	font-weight:700;
	line-height:40px;
	margin:0 5px 10px;
	min-width:130px;
	padding:0 15px;
	text-decoration:none;
	transition:all .2s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	white-space:nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
	color:#fff;
}
.fancybox-share__button:hover {
	text-decoration:none;
}
.fancybox-share__button--fb {
	background:#3b5998;
}
.fancybox-share__button--fb:hover {
	background:#344e86;
}
.fancybox-share__button--pt {
	background:#bd081d;
}
.fancybox-share__button--pt:hover {
	background:#aa0719;
}
.fancybox-share__button--tw {
	background:#1da1f2;
}
.fancybox-share__button--tw:hover {
	background:#0d95e8;
}
.fancybox-share__button svg {
	height:25px;
	margin-right:7px;
	position:relative;
	top:-1px;
	vertical-align:middle;
	width:25px;
}
.fancybox-share__button svg path {
	fill:#fff;
}
.fancybox-share__input {
	background:transparent;
	border:0;
	border-bottom:1px solid #d7d7d7;
	border-radius:0;
	color:#5d5b5b;
	font-size:14px;
	margin:10px 0 0;
	outline:none;
	padding:10px 15px;
	width:100%;
}
.fancybox-thumbs {
	background:#f6f6f6;
	bottom:0;
	display:none;
	margin:0;
	-webkit-overflow-scrolling:touch;
	-ms-overflow-style:-ms-autohiding-scrollbar;
	padding:10px;
	position:absolute;
	right:0;
	-webkit-tap-highlight-color:transparent;
	top:0;
	width:212px;
	z-index:99995;
}
.fancybox-thumbs-x {
	overflow-x:auto;
	overflow-y:hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
	display:block;
}
.fancybox-show-thumbs .fancybox-inner {
	right:212px;
}
.fancybox-thumbs > ul {
	font-size:0;
	height:100%;
	list-style:none;
	margin:0;
	overflow-x:hidden;
	overflow-y:auto;
	padding:0;
	position:absolute;
	position:relative;
	white-space:nowrap;
	width:100%;
}
.fancybox-thumbs-x > ul {
	overflow:hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width:7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background:#fff;
	border-radius:10px;
	box-shadow:inset 0 0 6px rgba(0,0,0,.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background:#2a2a2a;
	border-radius:10px;
}
.fancybox-thumbs > ul > li {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	cursor:pointer;
	float:left;
	height:75px;
	margin:2px;
	max-height:calc(100% - 8px);
	max-width:calc(50% - 4px);
	outline:none;
	overflow:hidden;
	padding:0;
	position:relative;
	-webkit-tap-highlight-color:transparent;
	width:100px;
}
.fancybox-thumbs-loading {
	background:rgba(0,0,0,.1);
}
.fancybox-thumbs > ul > li {
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
}
.fancybox-thumbs > ul > li:before {
	border:4px solid #ee7514;
	bottom:0;
	content:"";
	left:0;
	opacity:0;
	position:absolute;
	right:0;
	top:0;
	transition:all .2s cubic-bezier(.25,.46,.45,.94);
	z-index:99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
	opacity:1;
}
.fancybox-custom-layout .fancybox-outer {
    top:50px;
    left:50px;
    bottom:50px;
    right:50px;
    margin:auto;
    overflow:visible;
    background:#f0f0f0;
    box-shadow:1px 5px 15px rgba(0,0,0,0.1);
    transition:opacity .3s;
}
.fancybox-custom-layout.fancybox-is-closing .fancybox-outer {
    opacity:0;
}
.fancybox-custom-layout .fancybox-bg {
    background:#f6f6f6;
}
.fancybox-custom-layout.fancybox-is-open .fancybox-bg {
    opacity:1;
}
.fancybox-custom-layout .fancybox-button,
.fancybox-custom-layout .fancybox-navigation button:before {
    background:transparent;
    background:#333;
    border-radius:50%;
    width:33px;
    height:33px;
    padding:6px;
    margin:5px 5px 0 ;
}
.fancybox-custom-layout .fancybox-navigation button {
    color:#333 !important;
    padding:5px;
}
.fancybox-custom-layout .fancybox-button--arrow_left {
    left:20px;
}
.fancybox-custom-layout.fancybox-show-thumbs .fancybox-button--arrow_right {
    right:20px;
}
.fancybox-custom-layout-image .fancybox-outer {
    top:50px;
    left:50px;
    bottom:50px;
    right:50px;
    margin:auto;
    overflow:visible;
    background:#fff;
    box-shadow:1px 5px 15px rgba(0,0,0,0.1);
    transition:opacity .3s;
}
.fancybox-custom-layout-image.fancybox-is-closing .fancybox-outer {
    opacity:0;
}
.fancybox-custom-layout-image .fancybox-bg {
    background:#f6f6f6;
}
.fancybox-custom-layout-image.fancybox-is-open .fancybox-bg {
    opacity:1;
}
.fancybox-custom-layout-image .fancybox-button,
.fancybox-custom-layout-image .fancybox-navigation button:before {
    background:transparent;
    background:#333;
    border-radius:50%;
    width:33px;
    height:33px;
    padding:6px;
    margin:5px 5px 0;
}
.fancybox-custom-layout-image .fancybox-navigation {
    display:none;
}
.fancybox-custom-layout-image .fancybox-navigation button {
    color:#333 !important;
    padding:5px;
}
.fancybox-custom-layout-image .fancybox-button--arrow_left {
    left:20px;
}
.fancybox-custom-layout-image.fancybox-show-thumbs .fancybox-button--arrow_right {
    right:20px;
}
.fancybox-custom-layout-video .fancybox-outer {
    top:50px;
    left:50px;
    bottom:50px;
    right:50px;
    margin:auto;
    overflow:visible;
    background:#fff;
    box-shadow:1px 5px 15px rgba(0,0,0,0.1);
    transition:opacity .3s;
}
.fancybox-custom-layout-video.fancybox-is-closing .fancybox-outer {
    opacity:0;
}
.fancybox-custom-layout-video .fancybox-bg {
    background:#f6f6f6;
}
.fancybox-custom-layout-video.fancybox-is-open .fancybox-bg {
    opacity:1;
}
.fancybox-custom-layout-video .fancybox-button,
.fancybox-custom-layout-video .fancybox-navigation button:before {
    background:transparent;
    background:#333;
    border-radius:50%;
    width:33px;
    height:33px;
    padding:6px;
    margin:5px 5px 0;
}
.fancybox-custom-layout-video .fancybox-navigation {
    display:none;
}
.fancybox-custom-layout-video .fancybox-navigation button {
    color:#333 !important;
    padding:5px;
}
.fancybox-custom-layout-video .fancybox-button--arrow_left {
    left:20px;
}
.fancybox-custom-layout-video.fancybox-show-thumbs .fancybox-button--arrow_right {
    right:20px;
}

@media (max-width:800px) {
	.fancybox-thumbs {
		width:0;
        visibility:hidden;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right:0;
	}
	.fancybox-thumbs > ul > li {
		max-width:calc(100% - 10px);
	}

    .fancybox-custom-layout-video .fancybox-outer,
    .fancybox-custom-layout .fancybox-outer {
        top:10px;
        left:10px;
        bottom:10px;
        right:10px;
        width:auto;
        height:auto;
    }
    .fancybox-slide {
        padding:0;
    }
}
.swiper-container {
    margin:0 auto;
    position:fixed;
    overflow:hidden;
    z-index:1;
    border-radius:1px;
}
#index .slogans .slider .swiper-container {
    position:relative;
}
.swiper-container-no-flexbox .swiper-slide {
    float:left
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient:vertical;
    -moz-box-orient:vertical;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column
}
.swiper-wrapper {
    position:relative;
    width:100%;
    height:100%;
    z-index:1;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-transition-property:-webkit-transform;
    -moz-transition-property:-moz-transform;
    -o-transition-property:-o-transform;
    transition-property:transform;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate(0,0);
    -ms-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function:ease-out;
    -moz-transition-timing-function:ease-out;
    -o-transition-timing-function:ease-out;
    transition-timing-function:ease-out;
    margin:0 auto
}
.swiper-slide {
    -ms-flex:0 0 auto;
    flex-shrink:0;
    width:100%;
    height:100%;
    position:relative
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height:auto
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
    -webkit-transition-property:-webkit-transform,height;
    -moz-transition-property:-moz-transform;
    -o-transition-property:-o-transform;
    transition-property:transform,height
}
.swiper-container .swiper-notification {
    position:absolute;
    left:0;
    top:0;
    pointer-events:none;
    opacity:0;
    z-index:-1000
}
.swiper-wp8-horizontal {
    -ms-touch-action:pan-y;
    touch-action:pan-y
}
.swiper-wp8-vertical {
    -ms-touch-action:pan-x;
    touch-action:pan-x
}
.swiper-button-next,
.swiper-button-prev {
    position:absolute;
    width:21px;
    height:36px;
    margin-top:-18px;
    z-index:3;
    cursor:pointer;
    background-size:21px 36px;
    background-position:center;
    background-repeat:no-repeat;
    right:18px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity:.35;
    cursor:auto;
    pointer-events:none
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    bottom:90px;
}
#index .gallery .right-column .swiper-button-prev {
    top:50px;
    left:-150px;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    bottom:40px;
}
#index .gallery .right-column .swiper-button-next {
    top:50px;
    left:-80px;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-pagination {
    position:absolute;
    text-align:center;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
    -webkit-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    z-index:10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity:0
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom:30px;
    left:0;
    width:100%;
}
#index .slogans .slider .swiper-pagination-bullets{
    bottom:-20px;
    margin:auto;
    width:100%;
}
.swiper-pagination-bullet {
    width:50px;
    height:2px;
    display:inline-block;
    border-radius:3px;
    background:#f8ad00;
    margin-right:20px;
}
.swiper-pagination-bullet:last-child {
    margin-right:0;
}
button.swiper-pagination-bullet {
    border:none;
    margin:0;
    padding:0;
    box-shadow:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor:pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
    background:#f0f0f0;
}
.swiper-pagination-bullet-active {
    opacity:1;
    background:#ccc;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background:#f0f0f0
}
.swiper-pagination-black {
    margin:40px 0 0 200px;
}
.swiper-pagination-black .swiper-pagination-bullet {
    background:#f00;
    width:13px;
    height:13px;
    border-radius:50%;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background:#000
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right:10px;
    top:50%;
    -webkit-transform:translate3d(0,-50%,0);
    -moz-transform:translate3d(0,-50%,0);
    -o-transform:translate(0,-50%);
    -ms-transform:translate3d(0,-50%,0);
    transform:translate3d(0,-50%,0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin:5px 0;
    display:block
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin:0 8px
}
.swiper-pagination-progress {
    background:rgba(0,0,0,.25);
    position:absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
    background:#007aff;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transform-origin:left top;
    -moz-transform-origin:left top;
    -ms-transform-origin:left top;
    -o-transform-origin:left top;
    transform-origin:left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin:right top;
    -moz-transform-origin:right top;
    -ms-transform-origin:right top;
    -o-transform-origin:right top;
    transform-origin:right top
}
.swiper-container-horizontal > .swiper-pagination-progress {
    width:100%;
    height:4px;
    left:0;
    top:0
}
.swiper-container-vertical > .swiper-pagination-progress {
    width:4px;
    height:100%;
    left:0;
    top:0
}
.swiper-pagination-progress.swiper-pagination-white {
    background:rgba(255,255,255,.5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background:#fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background:#000
}
.swiper-container-3d {
    -webkit-perspective:1200px;
    -moz-perspective:1200px;
    perspective:1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style:preserve-3d;
    transform-style:preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    pointer-events:none;
    z-index:10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective:1200px
}
.swiper-container-cube, .swiper-container-flip {
    overflow:visible
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events:none;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden;
    z-index:1
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events:none
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events:auto
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index:0;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden
}
.swiper-container-cube .swiper-slide {
    visibility:hidden;
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -ms-transform-origin:0 0;
    transform-origin:0 0;
    width:100%;
    height:100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin:100% 0;
    -moz-transform-origin:100% 0;
    -ms-transform-origin:100% 0;
    transform-origin:100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events:auto;
    visibility:visible
}
.swiper-container-cube .swiper-cube-shadow {
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:.6;
    -webkit-filter:blur(50px);
    filter:blur(50px);
    z-index:0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function:ease-out;
    -moz-transition-timing-function:ease-out;
    -o-transition-timing-function:ease-out;
    transition-timing-function:ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events:none;
    -webkit-transition-property:opacity;
    -moz-transition-property:opacity;
    -o-transition-property:opacity;
    transition-property:opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events:none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events:auto
}
.swiper-scrollbar {
    border-radius:10px;
    position:relative;
    -ms-touch-action:none;
    background:rgba(0,0,0,.1)
}
.swiper-container-horizontal > .swiper-scrollbar {
    position:absolute;
    left:1%;
    bottom:3px;
    z-index:50;
    height:5px;
    width:98%
}
.swiper-container-vertical > .swiper-scrollbar {
    position:absolute;
    right:3px;
    top:1%;
    z-index:50;
    width:5px;
    height:98%
}
.swiper-scrollbar-drag {
    height:100%;
    width:100%;
    position:relative;
    background:rgba(0,0,0,.5);
    border-radius:10px;
    left:0;
    top:0
}
.swiper-scrollbar-cursor-drag {
    cursor:move
}
.swiper-lazy-preloader {
    width:42px;
    height:42px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-21px;
    margin-top:-21px;
    z-index:10;
    -webkit-transform-origin:50%;
    -moz-transform-origin:50%;
    transform-origin:50%;
    -webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;
    -moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;
    animation:swiper-preloader-spin 1s steps(12,end) infinite
}
.swiper-lazy-preloader:after {
    display:block;
    content:"";
    width:100%;
    height:100%;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position:50%;
    background-size:100%;
    background-repeat:no-repeat
}
.swiper-lazy-preloader-white:after {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform:rotate(360deg)
    }
}
@keyframes swiper-preloader-spin {
    100% {
        transform:rotate(360deg)
    }
}

@media only screen and (max-width:1360px) {
    .swiper-button-next,
    .swiper-button-prev {
        right:10px;
    }
}
@media only screen and (max-width:1020px) {
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom:100px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        right:40px;
    }
    .swiper-button-prev.swiper-button-black {
        background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    }
    .swiper-button-next.swiper-button-black {
        background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    }
}
@media only screen and (max-width:920px) {
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom:60px;
    }
}
@media only screen and (max-width:820px) {
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom:30px;
    }
}
@media only screen and (max-width:420px) {
    .swiper-button-next,
    .swiper-button-prev {
        display:none;
    }
}
@media only screen and (max-height:790px) {
    .swiper-button-next,
    .swiper-button-prev {
        right:40px;
    }
    .swiper-button-prev.swiper-button-black {
        background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    }
    .swiper-button-next.swiper-button-black {
        background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    }
}