@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

@keyframes spinner-d3wgkg {
   to {
      transform: rotate(1turn);
   }
}


* {
  scrollbar-width: thin;
  scrollbar-color: #969799 rgb(0 0 0 / 5%);
  background-color:rgba(255,255,255,0);
  outline:none;
  -webkit-appearance: none;
}
::scrollbar-thumb {
  background-color:rgba(255,255,255,1);
  border-radius: 20px;
  border:none;
  -webkit-appearance: none;
}

::-webkit-scrollbar {
  width: 4px;
  height:4px;
  background-color:rgba(255,255,255,0.8);
  -webkit-appearance: none;
}

::-webkit-scrollbar-track {
  background:rgba(255,255,255,0.8);
}

::-webkit-scrollbar-thumb {
  background-color:rgba(255,255,255,1);
  border-radius: 20px;
  border:none;
  -webkit-appearance: none;
}

body {
    font-family: "Ubuntu Sans", sans-serif;
  	font-optical-sizing: auto;
    font-size: 15px;
    line-height:1.4;
    padding:0; margin:0;
    font-weight: 300;
    color: #121313;
	background-color: #fafbfc;
	min-width: 353px;
	
}
table td, table th {font-size: 15px !important; line-height: 1.4;}
.small,  small {font-size: 13px !important; line-height: 1.4;}

b, strong {font-weight: 500;}
html {padding:0; margin:0;}

body.no-scroll,
html.no-scroll {overflow:hidden}
body.no-scroll::-webkit-scrollbar {width: 0;}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
	font-family: "Spectral", sans-serif;
  	font-optical-sizing: auto;
	line-height:1.1;
	padding:0; 
	margin-top: 0;
	
}


h1, .h1 {
    font-size: 55px; 
	line-height: 1.1;
	font-weight: 300;
	margin-bottom: 50px; 
	letter-spacing: -0.04em;
}

h2, .h2 {
    font-size: 33px;
	line-height: 1.2;
    font-weight: 300;
	margin-bottom: 20px; 
	letter-spacing: -0.04em;
}

h3, .h3 {
    font-size: 24px;
	line-height: 1.2;
    font-weight: 300;
	margin-bottom: 20px;
	letter-spacing: -0.04em;
}

*[class*='ellipsis'] {
	width: 100%;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
	text-overflow: ellipsis;
}

*[class*='ellipsis'] > * {display: inline; clear: both;}

.ellipsis {-webkit-line-clamp: 1 !important;}
.ellipsis-2 {-webkit-line-clamp: 2 !important;}
.ellipsis-3 {-webkit-line-clamp: 3 !important;}
.ellipsis-4 {-webkit-line-clamp: 4 !important;}
.ellipsis-5 {-webkit-line-clamp: 5 !important;}
.ellipsis-6 {-webkit-line-clamp: 6 !important;}
.ellipsis-7 {-webkit-line-clamp: 7 !important;}
.ellipsis-8 {-webkit-line-clamp: 8 !important;}
.ellipsis-9 {-webkit-line-clamp: 9 !important;}
.ellipsis-10 {-webkit-line-clamp: 10 !important;}


sup {
    margin-top: -5px;
    display: inline-block;
}

blockquote {
	position: relative;
	font-style:italic;
	display: block;
	padding: 4% 0 4% 80px;
	margin: 30px 0;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	
}

blockquote:before {
	content: '\2018\2018';
    display: block;
    width: 80px;
    text-align: left;
    font-size: 130px;
    line-height: 80px;
    position: absolute;
    top: 28px;
    left: 0;
    font-family: Times, "Times New Roman", "serif";
    letter-spacing: -0.07em;
	color: #121313;
}

input[type='text'],
input[type='file'],
input[type='email'],
input[type='phone'],
input[type='date'],
input[type='password'],
input[type='number'],
select, textarea {
	    position: relative;
    font-family: "Ubuntu Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 0px 8px 0;
    color: #121313 !important;
    background-color: transparent !important;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid;
    border-bottom-color: #121313;
    max-width: 100% !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

input.invalid,
textarea.invalid,
select.invalid,
input.error,
textarea.error,
select.error {
	border-color: #CF1B22 !important;
}

span.error {font-size: 12px; line-height: 15px; font-weight: 500; color: #CF1B22; display: inline-block; margin: 0px 0 0 0;}

textarea {
	min-height: 69px;
}


input[type='text']:hover,
input[type='file']:hover,
input[type='email']:hover,
input[type='phone']:hover,
input[type='date']:hover,
input[type='password']:hover,
input[type='number']:hover,
select, textarea:hover  {
	border-color:#000 !important;
}

input[type='text']:focus,
input[type='file']:focus,
input[type='email']:focus,
input[type='phone']:focus,
input[type='date']:focus,
input[type='password']:focus,
input[type='number']:focus,
select:focus, textarea:focus,
input[type='text']:active,
input[type='file']:active,
input[type='email']:active,
input[type='phone']:active,
input[type='date']:active,
input[type='password']:active,
input[type='number']:active,
select:active, textarea:active {
	border-color: #000 !important;
}


*::placeholder {
	color:#8A929C;
	font-family: "Ubuntu Sans", sans-serif;
}

input[type='text']:focus::placeholder,
input[type='email']:focus::placeholder,
input[type='phone']:focus::placeholder,
input[type='date']:focus::placeholder,
input[type='password']:focus::placeholder,
input[type='number']:focus::placeholder,
select:focus::placeholder,
textarea:focus::placeholder, 

input[type='text']:active::placeholder,
input[type='email']:active::placeholder,
input[type='phone']:active::placeholder,
input[type='date']:active::placeholder,
input[type='password']:active::placeholder,
input[type='number']:active::placeholder,
select:active::placeholder,
textarea:active::placeholder {
	display: none;
	color: transparent;
}


.btn,
input[type=submit],
button {
	font-family: "Ubuntu Sans", sans-serif;
	font-size: 15px; 
	font-weight: 500;
	line-height: 1 !important;
  	font-optical-sizing: auto;
    color:#fbf9f8;
	background-color:#121313;
	border: 1px solid #121313;
    margin:0;
	letter-spacing: 0;
	height: auto;
	min-height: inherit;
    padding: 14px 20px;
    display:inline-block;
	vertical-align:middle;
	text-align: center;
    cursor:pointer;
	user-select: none;
    text-decoration:none;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn span {position: relative; display: inline-block; vertical-align: middle; z-index: 10;}
.btn .icon {position: relative; margin-left: 8px; display: inline-block; vertical-align: middle; z-index: 10;}
.btn-wide {display: block; width: 100%;}

.btn:hover,
input[type=submit]:hover,
button:hover {
    border-color:#137599;
	background-color:#137599;
    color:#fbf9f8; 
}

*:disabled, *.disabled {opacity:0.5}
.disactive {background: rgba(255,255,255,0.5) !important;}




label {
    position: relative;
    padding: 0 0 0 36px;
    margin-right: 0px;
    display: inline-block;
	vertical-align: middle;
    cursor: pointer;
    user-select: none;
}

input[type=radio],
input[type=checkbox] {
    position: absolute;
    opacity: 0;
    user-select: none;
}

input[type=checkbox] + label:before,
input[type=radio] + label:before{
    content: '';
    display:inline-block; vertical-align:middle;
    margin:0 10px 0 0;
    width: 24px;
    height: 24px;
    border: 1px solid #5C6470;
    border-radius: 4px;
    background: #FFF;
    position: absolute;
    top: 2px;
    left: 0;
}

input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
    background-color: #121313;
    border-color: #121313;
}


input[type=checkbox] + label:after,
input[type=radio] + label:after {
    content: ' ';
	background-image: url(../img/icons/check.svg);
	filter: contrast(0%) brightness(300%) !important;
	background-position: center center; background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	border-radius: 4px;
	background-size: 20px auto;
    position: absolute;
    left: 0px;
    top: 2px;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}



input[type=checkbox]:checked + label:after,
input[type=radio]:checked + label:after {
    opacity: 1!important;
}


.nowrap {white-space: nowrap;}
.text-align-left {text-align: left;}
.text-align-center {text-align: center;}
.text-align-right {text-align: right;}


.hint-i {
    position: absolute;
	display: none;
    max-width: 173px;
    width: max-content;
    white-space: normal;
    left: 0;
    top: 0;
    background: #000;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    transition: 0.3s;
    font-size: 12px;
    line-height: 16px;
	font-weight: 400;
	z-index: 99999;
}


*[data-tooltip] {
	position: relative;
	cursor: pointer;
}
*[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    max-width: 173px;
    width: max-content;
    white-space: normal;
    left: 0;
    top: 0;
    background: #000;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
    font-size: 12px;
    line-height: 16px;
	font-weight: 400;
} 
[data-tooltip]:hover::after {
	opacity: 1;
	top: 2em;
}
*.tooltip-left[data-tooltip]::after {
	left:auto;
	right: 0;
}
*.tooltip-top[data-tooltip]::after {
	top: -2em;
}

*.tooltip-left-center[data-tooltip]::after {
	left: auto;
	right: 102%;
	top: 0;
}
*.tooltip-left-top[data-tooltip]::after {
	left: auto;
	right: 102%;
	bottom: 0;
	top:auto;
}

.table {overflow: auto;}
table {width:100%; border: 1px solid #e3e3e3; border-radius: 8px;}
table, table td {
    padding:0; margin:0;

}

table td, table th {padding: 12px 24px; border:none; vertical-align: top; }
table th {background: #5C6470; color: #FFF; font-weight: 500;}
table td {border-top: 1px solid #e3e3e3;}
table tr > th:first-child {border-radius: 8px 0px 0 0;}
table tr > th:last-child {border-radius: 0px 8px 0 0;}
table tr:nth-child(odd) {background-color: #F4F6F9;}
table tr:nth-child(1) td,
table tr:nth-child(2) td { border-top: none !important;}

a {
	color:#121313; text-decoration:none;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a * {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a > span {display: inline-block; vertical-align: middle;}
a:hover {color:#137599; text-decoration:none;}
a:hover > .icon {filter: brightness(0) saturate(100%) invert(28%) sepia(82%) saturate(2036%) hue-rotate(175deg) brightness(84%) contrast(85%);}

img {max-width:100%; height: auto; border:none; outline: none;}

iframe {
	width:100%; max-width:100% !important;
	border-radius: 16px;
	border:1px solid #F4F6F9;
}

hr {height: 1px; padding: 0; margin: 30px 0; border:none; border-top:1px solid #EEE;}

.v-align-center {display: inline-block; vertical-align: middle;}

p {margin:0px 0 15px 0}
.small p {margin:0px 0 15px 0}

ul, ul li { list-style:none; padding:0; margin:0; display:block; text-align:left;}
ul {margin: 10px 0 30px 0}
ul li {padding: 0 0 0px 20px; margin: 0px 0 25px 0; position:relative;}
ul li:before {position:absolute; top:9px; left:0; display:inline-block; content:' '; width:5px; height:5px; border-radius:10px; background-color:#1A1A1A;}

ol {padding: 0; margin: 10px 0 30px 15px; text-align: left;}
ol li {padding: 0 0 0px 6px; margin: 0px 0 25px 0; position: relative;}

.small ul li:before {top:5px;}

.icon {
	display: inline-block;
	vertical-align: middle;
	width: 24px; height: 24px;
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: contain;
	text-align: center;
}

.icon-arrow-down {background-image: url(../img/icon-arrow-down.svg);}
.icon-arrow-left {background-image: url(../img/icon-arrow-left.svg);}
.icon-arrow-right {background-image: url(../img/icon-arrow-right.svg);}
.icon-menu {background-image: url(../img/icon-menu.svg);}
.icon-mail {background-image: url(../img/icon-mail.svg); height: 30px; width: 30px;}
.icon-inst {background-image: url(../img/icon-inst.svg);}
.icon-fb {background-image: url(../img/icon-fb.svg);}
.icon-close {background-image: url(../img/icon-close.svg);}

.icon-8 {line-height: 8px; width: 8px; height: 8px;}
.icon-10 {line-height: 10px; width: 10px; height: 10px;}
.icon-12 {line-height: 12px; width: 12px; height: 12px;}
.icon-16 {line-height: 16px; width: 17px; height: 17px;}
.icon-18 {line-height: 18px; width: 18px; height: 18px;}
.icon-20 {line-height: 20px; width: 20px; height: 20px;}
.icon-22 {line-height: 22px; width: 22px; height: 22px;}
.icon-24 {line-height: 24px; width: 24px; height: 24px;}
.icon-32 {line-height: 32px; width: 32px; height: 32px;}
.icon-40 {line-height: 40px; width: 40px; height: 40px;}
.icon-48 {line-height: 48px; width: 48px; height: 48px;}

.icon-8:before {font-size: 8px; line-height: 8px; width: 8px; height: 8px;}
.icon-10:before {font-size: 10px; line-height: 10px; width: 10px; height: 10px;}
.icon-12:before {font-size: 12px; line-height: 12px; width: 12px; height: 12px;}
.icon-16:before {font-size: 16px; line-height: 16px; width: 17px; height: 17px;}
.icon-18:before {font-size: 18px; line-height: 18px; width: 18px; height: 18px;}
.icon-20:before {font-size: 20px; line-height: 20px; width: 20px; height: 20px;}
.icon-22:before {font-size: 22px; line-height: 22px; width: 22px; height: 22px;}
.icon-24:before {font-size: 24px; line-height: 24px; width: 24px; height: 24px;}
.icon-32:before {font-size: 32px; line-height: 32px; width: 32px; height: 32px;}
.icon-40:before {font-size: 40px; line-height: 40px; width: 40px; height: 40px;}
.icon-48:before {font-size: 48px; line-height: 48px; width: 48px; height: 48px;}

.filter-blue {
	filter: brightness(0) saturate(100%) invert(28%) sepia(82%) saturate(2036%) hue-rotate(175deg) brightness(84%) contrast(85%);
}

.color-white {color:#fafbfc}
.color-black {color:#121313;}
.color-gray {color:#3F454E}
.color-gray-2 {color:#5C6470}
.color-gray-3 {color:#8A929C}
.color-gray-4 {color:#E9EDF3}

.bg-white {background-color:#fafbfc !important;}
.bg-black {background-color:#121313 !important;}
.bg-gray {background-color: #3F454E !important}
.bg-gray-2 {background-color: #5C6470 !important}
.bg-gray-3 {background-color: #8A929C !important}
.bg-gray-4 {background-color: #E9EDF3 !important}

.bg-fixed {background-attachment: fixed;}
.bg-cover {background-position: center center; background-size: cover; background-repeat: no-repeat;}
.bg-contain {background-position: center center; background-size: contain; background-repeat: no-repeat;}
.bg-right {background-position: center right;}
.bg-left {background-position: center left;}

.border-top {border-top: 1px solid #c6c7c8;}
.border-bottom {border-bottom: 1px solid #c6c7c8;}
.border-left {border-left: 1px solid #c6c7c8;}
.border-right {border-right: 1px solid #c6c7c8;}

.border-white {border-color:#fafbfc !important;}
.border-black {border-color:#121313 !important;}
.border-gray {border-color:#3F454E !important;}
.border-gray-2 {border-color:#5C6470 !important;}
.border-gray-3 {border-color:#8A929C !important;}
.border-gray-4 {border-color:#c6c7c8 !important;}


.h-100 {height: 100%;}

.p-10 {padding:10px;}
.p-15 {padding:15px;}
.p-20 {padding:20px;}
.p-25 {padding:25px;}
.p-30 {padding:30px;}
.p-45 {padding:45px;}

.pl-20 {padding-left:20px;}
.pl-25 {padding-left:25px;}
.pl-30 {padding-left:30px;}
.pl-45 {padding-left:45px;}

.pr-20 {padding-right:20px;}
.pr-24 {padding-right:25px;}
.pr-30 {padding-right:30px;}
.pr-45 {padding-right:45px;}

.m-5 {margin:5px;}
.m-10 {margin:10px;}
.m-15 {margin:15px;}
.m-20 {margin:20px;}
.m-30 {margin:30px;}
.m-40 {margin:40px;}

.ml-25 {margin-left:25px;}
.ml-30 {margin-left:30px;}
.ml-45 {margin-left:45px;}

.mr-25 {margin-right:25px;}
.mr-30 {margin-right:30px;}
.mr-45 {margin-right:45px;}


.opacity-01 {opacity: 0.1;}
.opacity-02 {opacity: 0.2;}
.opacity-03 {opacity: 0.3;}
.opacity-04 {opacity: 0.4;}
.opacity-05 {opacity: 0.5;}
.opacity-06 {opacity: 0.6;}
.opacity-07 {opacity: 0.7;}
.opacity-08 {opacity: 0.8;}




.block-loading {
	position: relative !important;
    overflow: hidden !important;
    min-height: 100px !important;
	-webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.block-loading > * {/*display: none !important;*/}
.block-loading:before {
	position: absolute !important;
    z-index: 88;
    top: 0;
    left: 0 !important;
    content: ' ' !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    text-align: center !important;
    background: rgba(255, 255, 255, 0.9) !important;
}

.block-loading:after {
	content: ' ' !important;
    display: block !important;
    position: absolute !important;
    z-index: 99;
    top: calc(50% - 20px) !important;
    left: calc(50% - 20px) !important;
    padding: 0 !important;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 6.4px solid;
    border-color: #ababab;
    border-right-color: #da2128;
    animation: spinner-d3wgkg 1s infinite linear;
}



.block {position: relative; z-index:1; padding: 80px 60px 80px 60px;}
.block-top {padding-top: 50px;}
.block .container {z-index:10; position:relative;}


.header {
    padding-top: 50px;
	padding-bottom: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header .container {position: relative; z-index: 100;}

.header .logo {display: inline-block; vertical-align: middle;}
.header .logo img {
	height: 60px;
	margin: 0px 0 0 0; padding: 0;
	vertical-align: middle;
}


.header.fixed {
    position: fixed;
    padding-top: 15px;
	padding-bottom: 15px;
	background: #fafbfc;
}
.header.fixed .logo img {height: 30px;}
.header.fixed .wow {visibility: visible !important}


.menu-mobile {
	display: inline-block;
    z-index: 10;
    cursor: pointer;
    position: relative;
}

.header .menu {
	display: flex;
	justify-content:flex-end;
	align-items: center;
	position: relative;
	z-index: 1;
}

.header .menu .item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 30px;
	text-align: left;
	position: relative;
	z-index: 1;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header .menu .item a {
	color: #121313;
	text-decoration: none;
	display: inline-block;
	padding: 4px 0;
	cursor: pointer;
}

.header .menu .item > a {
	white-space: nowrap;
	display: inline-block;
	padding: 0 0 5px 0;
	position: relative;
}
.header .menu .item > a:before {
	content: ' ';
	display: block;
	position: absolute;
	bottom:0; right: -2px;
	height: 1px;
	width: 1px;
	background: #121313;
	-webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.header .menu .item a:hover {color: #000;}
.header .menu .item a.active::before,
.header .menu .item a:hover::before {
	width: 70%;
	right: 0;
}

.header .menu .icon-close {display: none;}

.langs {white-space: nowrap;}
.langs a {color: #a1a2a2; display: inline-block; margin: 5px 15px 5px 0;}
.langs a:hover,
.langs a.active {color: #121313;}


.img-land,
.img-fhd,
.img-wide,
.img-square,
.img-portrait {background-position: center center; background-repeat: no-repeat; background-size: cover;}

.no-border {border:none !important;}


.footer {
	position: relative; z-index: 0;
}
.footer a {color: #fff;}
.footer a:hover {color: #CF1B22;}
.footer .logo img {height: 60px; margin-top: -5px;}

.win {
	position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 10000;
    display: none;
	backdrop-filter: blur(5px);
}
.win:before {
	content: ' ';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
	
}
.win .win-container {
	text-align: center;
    padding: 0;
    margin-top: 0;
    display: table-cell;
    width: 100vw;
    height: 100vh;
    vertical-align: middle;
	text-align: center;
    position: relative;
}
.win .win-content {
    background: #181818;
	border:1px solid #343434;
    position: relative;
    text-align: left;
    display: block;
    max-width: 700px;
	width: 90%;
    min-width: 320px;
    margin: 30px auto 30px auto;
	padding: 40px;
	color: #F4F3EC;
}

.win .win-content:after {
	display:block;
	width:100%;
	content:' ';
	clear:both;
}
.win .close {
	position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 10;
} 




.fancybox__container a, 
.fancybox__container button {color: #fff !important;}
.fancybox__slide {opacity: 0.4;}
.fancybox__caption { text-align: center; line-height: 1.15 !important; max-width: 850px;}
.fancybox-image {border-radius: 8px;}
.fancybox__slide.has-image.is-selected {
	z-index:999;
	
	opacity: 1;
}
.fancybox__slide .fancybox__content {
	height:90vh !important;
}



.btn-totop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 10px 10px;
    font-size: inherit;
    line-height: 1 !important;
    text-align: center;
    cursor: pointer;
    z-index: 20;
    opacity: 0.5;
}
.btn-totop:hover {opacity: 1;}



.jsExpand {
	border-bottom: 1px solid #DEE0E2;
	margin: 0 0px 30px 0 !important;
	padding-bottom: 30px !important;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.jsExpand .jsToExpand {
	opacity: 0; display: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.jsExpand.opened .jsToExpand {opacity: 1; display: block; }

.jsExpand .jsBtnExpand {
	display: flex; 
	justify-content: space-between;
	align-items: center;
}

.jsExpand .jsBtnExpand .icon {margin-left: 15px;}
.jsExpand.opened .jsBtnExpand .icon {transform: rotate(180deg);}


@media (hover: none) {
	.btn:before,
	input[type=submit],
	button:before {
		-webkit-transition: 0s !important;
		-o-transition: 0s !important;
		transition: 0s !important;
	}
}

.jGrowl {
	z-index: 9999;
    color: #252525 !important;
    font-size: 24px !important; font-weight: 300 !important;
    font-family: "Spectral", sans-serif !important;
    position: fixed;
	left: 0 !important;
    top: calc(50% - 100px) !important;
	width: 100vw;
	text-align:center;
}

.jGrowl#jGrowl .jGrowl-notification {
	background-color: #fff !important;
	box-shadow: 0 5px 10px rgb(24 80 170 / 30%);
    position: relative;
    opacity: 1;
    zoom: 1;
	width: 90% !important;
    max-width: 500px !important;
    padding: 30px 40px 30px 40px;
    margin: 0 auto;
    text-align: center;
    display: none;
    border-radius: 0 !important;
    min-height: 40px;
}


.jGrowl-notification .jGrowl-close {
    z-index: 99 !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
	background-image: url(../img/icon-close.svg);
	line-height: 24px;
    width: 24px;
    height: 24px;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
	text-indent: -1000px;
	overflow: hidden;
}

/* ================ */

.page-content {position: relative; z-index: 1;}
.page-content img {}
.page-content h2, .page-content .h2,
.page-content h3, .page-content .h3,
.page-content h4, .page-content .h4 {padding-top:30px;}
.page-content .table {margin: 20px 0 20px 0;}
.page-content p:last-child {margin-bottom: 0;}

.page-title {
	text-align: center; 
	position: relative; 
	z-index: 1; 
	/*padding-bottom: 30px; */
	margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
/*
.page-title:before {
	content: ' ';
	display: block;
	position: absolute;
	bottom:0;
	left: 20%;
	width: 60%;
	height: 1px;
	background: #121313;
}
*/
.col-about-img {padding-right: 15px;}
.col-about-text {padding-left: 15px;}
.main-photo {width: 100%;}

.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-sizer, .grid-item {width: 33.333%;}
.grid-item {float: left;}
.grid-item .grid-item-text {padding: 10px 0 0 0;}

.grid-item > a {padding: 20px; display: block;}
.grid {margin-left: -20px; margin-right: -20px;}

.grid-item img {
  display: block;
  max-width: 100%;
}
.grid-item > a:hover > div {transform: scale(1.08);}
.grid-item > a:hover .grid-item-text {margin-top:15px;}

.grid-item > a > div {
	position: relative;
	z-index: 1;
}

.labels {
	position: absolute;
	top:10px; right: 10px;
	white-space: nowrap;
	display: block;
	text-align: right;
	font-size: 85%;
	line-height: 1;
}
.label-sold {
	display: inline-block;
    padding: 4px 10px;
    background: #151c1e;
    color: #fafbfc;
    margin: 0 0 5px 0;
}

.label-repeat {
	display: inline-block; 
	padding: 4px 10px;
	background: #FFF;
	margin: 0 0 5px 0;
}
