@charset "utf-8";
@font-face {
	font-family: 'Graphik';
	src: local('☺'), url('../fonts/GraphikRegular.woff') format('woff'), url('../fonts/GraphikRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Graphik';
	src: local('☺'), url('../fonts/GraphikSemibold.woff') format('woff'), url('../fonts/GraphikSemibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
html, body {
	height: 100%;
	box-sizing: border-box;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: normal 16px/24px Graphik, Arial, -apple-system, "Open Sans", system-ui, "sans-serif";
	color: #565B6B;
	-webkit-text-size-adjust: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
*, *:before, *:after {
	box-sizing: border-box;
}

@media only screen and (min-width: 1020px) {
.h3-fornitori {float:left;}
.info-fornitori {padding: 10px 10px 10px 27px; display: flex;}
.ava-fornitori {display: block;}
}

form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input, select, textarea, button {
	font: normal 16px/24px Graphik, Arial, -apple-system, "Open Sans", system-ui, "sans-serif";
	color: #565B6B;
	outline: none;
	text-align: left;
}
input[type="text"], input[type="password"], input[type="email"], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, select {
	-webkit-appearance: none;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #e0e0e0;
	background: #fff;
	margin: 0;
	padding: 12px 25px 13px 25px;
	width: 100%;
	display: block;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
opacity: 1;
color: #9c9c9c;
}
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1;
color: #9c9c9c;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
opacity: 1;
color: #9c9c9c;
}
 input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
opacity: 0.5!important;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
opacity: 0.5!important;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
opacity: 0.5!important;
}
input::-ms-clear {
 display: none;
}
button::-moz-focus-inner {
 border: 0;
}
textarea {
	resize: none;
}
.outtaHere {
	overflow: hidden;
	max-width: 100vw;
	position: fixed!important;
	-webkit-transform: scale(0)!important;
	        transform: scale(0)!important;
}
header, nav, section, article, aside, footer, menu, time, figure, figcaption, main {
	display: block;
}
img {
	border: 0;
	vertical-align: top;
}
a {
	color: #0052B4;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	-webkit-transition-property: color, border-color;
	transition-property: color, border-color;
	-webkit-transition-duration: 0.2s;
	        transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (pointer:fine) {
a:hover {
	color: #F97D16;
}
}
a[href^=tel] {
	color: inherit!important;
	cursor: inherit;
	text-decoration: none!important;
}
a.link-dots {
	text-decoration: none;
	border-bottom: 1px dotted rgba(0, 82, 180, 0.3);
}

@media (pointer:fine) {
a.link-dots:hover {
	border-color: rgba(249, 125, 22, 0.3);
}
}
strong, .bold {
	font-weight: 600;
}
p, ol, ul {
	margin: 8px 0 24px 0;
	padding: 0;
}
p:first-child, ol:first-child, ul:first-child {
	margin-top: 0;
}
p:last-child, ol:last-child, ul:last-child {
	margin-bottom: 0;
}


.h4 {text-align: center;}

ol, ul, li {
	list-style: none;
}
li {
	position: relative;
	margin: 8px 0;
	padding: 0 0 0 32px;
}
ul > li:before {
	content: '•';
	font-weight: 600;
	color: #FF9100;
	width: 32px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
ol {
	counter-reset: li;
}
ol > li:before {
	counter-increment: li;
	content: counters(li, ".") ". ";
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 18px;
	margin: 0 0 0 -18px;
	padding: 0 4px 0 0;
	text-align: right;
}
h1, .h1, h2, .h2, h3, .h3 {
	font-weight: 600;
	color: #191A1F;
	margin-top: 32px;
}
h1, .h1 {
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 24px;
}
h2, .h2 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 24px;
}
.h2-with-pic {
	margin-bottom: 16px;
}
h2 img, .h2 img {
	vertical-align: top;
	height: 32px;
	width: auto;
	margin: 0 16px 0 0;
}
h3, .h3 {
	font-size: 18px;
	line-height: 24px;
	margin-top: 24px;
	margin-bottom: 16px;
}
h4, .h4 {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: inherit;
	margin: 24px 0 8px 0;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child {
	margin-top: 0!important;
}
.left-tab {
	padding-left: 32px;
}
.center {
	text-align: center;
}
.margin-32 {
	margin: 32px 0;
}
.margin-40 {
	margin: 40px 0;
}
.margin-64 {
	margin: 64px 0;
}
.margin-32:first-child, .margin-40:first-child, .margin-64:first-child {
	margin-top: 0!important;
}
.margin-32:last-child, .margin-40:last-child, .margin-64:last-child {
	margin-bottom: 0!important;
}
.plus-minus {
	margin: 32px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.plus-minus ul {
	margin: 0;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: calc(50% - 16px);
}
.plus-minus li:first-child {
	margin-top: 0;
}
.plus-minus li:last-child {
	margin-bottom: 0;
}
.plus-minus li {
	padding-left: 24px;
}
.plus-minus li:before, .plus-minus li:after {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 12px;
	height: 4px;
	margin: -2px 0;
}
.plus-minus li:after {
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
.plus-minus .plus li:before, .plus-minus .plus li:after {
	background: #48C6C3;
}
.plus-minus .minus li:before {
	background: #D80027;
}
.plus-minus .minus li:after {
	display: none;
}
.btn {
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	box-shadow: none;
	outline: none;
	border-style: solid;
	border-width: 1px;
	padding: 17px 39px;
	font: 600 16px/20px Graphik, Arial, -apple-system, "Open Sans", system-ui, "sans-serif";
}
.btn-orange, .btn-orange:hover {
	background: #FF9100;
	border-color: #FF9100;
	color: #fff;
}
.btn-border-orange, .btn-border-orange:hover {
	background: none;
	border-color: rgba(255, 145, 0, 0.3);
	color: #FF9100;
}
.rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #222E52;
	margin: 8px 0;
}
.rating img {
	height: 20px;
	width: auto;
	margin: 0 8px 0 0;
}
.swiper-container {
	overflow: hidden;
}
.swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.swiper-slide {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.break-word {
	word-break: break-all;
}
.nowrap {
	white-space: nowrap;
}
.uppercase {
	text-transform: uppercase;
}
.mainwrap {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.content {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}
.header, .footer {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1184px;
	padding: 0 32px;
}
.section {
	padding: 24px 0 10px 0;
}
.section:last-child {
	padding-bottom: 64px;
}
.bg-dark {
	color: #939BB8;
	background: #0D111F;
}
.bg-dark a {
	color: #fff;
}

@media (pointer:fine) {
.bg-dark a:hover {
	color: #F97D16;
}
}
.bg-beige {
	background: #F5F5F2;
}
.bg-white {
	background: #fff;
}
.bg-dark h1, .bg-dark .h1, .bg-dark h2, .bg-dark .h2, .bg-dark h3, .bg-dark .h3 {
	color: #fff;
}
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	color: #939BB8;
	padding: 32px 0 0 0;
}
.header .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 40px;
}
.header .logo {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
}
.header .logo img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	height: 40px;
	width: auto;
	margin: 0 16px 0 0;
}
.menu {
	font-size: 16px;
	line-height: 24px;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
}
.menu li:before {
	display: none;
}
.menu > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.menu > ul > li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	position: relative;
}
.menu > ul > li > *:not(ul) {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 8px 16px;
	-webkit-transition-property: color, background;
	transition-property: color, background;
	-webkit-transition-duration: 0.2s;
	        transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.menu > ul > li > *:not(ul) svg {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: auto;
	margin: 0 0 0 8px;
	fill: #fff;
}
.menu > ul > li > *:not(ul) .bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	display: none;
}
.menu > ul > li > *:not(ul) .bg:before, .menu > ul > li > *:not(ul) .bg:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	border-radius: 4px 4px 0 0;
	z-index: 1;
}
.menu > ul > li > *:not(ul) .bg:after {
	mix-blend-mode: difference;
	z-index: 3;
	background: #fff;
}
.menu > ul > li > *:not(ul) .bg ~ * {
	position: relative;
	z-index: 2;
}
.menu > ul > li > *:not(ul) img, .menu > ul ul > li > * img {
	vertical-align: middle;
	height: 16px;
	width: auto;
	margin: 0 8px 0 0;
	position: relative;
	z-index: 4!important;
}
.menu > ul > li.open > *:not(ul) .bg {
	display: block;
}
.menu > ul > li > .toggle {
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.menu > ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	white-space: nowrap;
	background: #fff;
	z-index: 100;
	min-width: calc(100% + 16px);
	border-radius: 0 4px 4px 4px;
	display: none;
}
.menu > ul > li.open ul {
	display: block;
}
.menu > ul > li:last-child ul {
	left: auto;
	right: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 0;
}
.menu > ul ul > li:first-child {
	padding-top: 8px;
}
.menu > ul ul > li:last-child {
	padding-bottom: 8px;
}
.menu > ul ul > li > * {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #333640;
	padding: 8px 32px 8px 16px;
	-webkit-transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.menu > ul ul > li > .accent {
	font-weight: 600;
	color: #F97D16;
}

@media (pointer:fine) {
.menu > ul ul > li > a:hover {
	background: #F5F5F2;
}
}
.section.top-section {
	background: url(../img/bg-top.png) no-repeat 50% 0;
	background-size: 1440px auto;
	padding-top: 136px;
	padding-bottom: 96px;
}
.slider-top-images {
	margin: 64px -16px 0 -16px;
}
.slider-top-images .swiper-container {
	overflow: visible!important;
}
.slider-top-images .swiper-slide {
	padding: 0 16px;
	width: 25%;
	min-width: 180px;
}
.slider-top-images img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.grid-vert .el {
	margin: 32px 0 0 0;
}
.grid-vert .el:first-child {
	margin-top: 0;
}
.grid-hor-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 40px 0 -32px -32px;
}
.grid-hor-3 .el {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 33.333333%;
	padding: 0 0 32px 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.grid-hor-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 32px 0 -32px -32px;
}
.grid-hor-4 .el {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 25%;
	padding: 0 0 32px 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.top-casinos {
	margin-top: -96px;
}
.card {
	background: #FFFFFF;
	box-shadow: inset 0 0 0 1px #E5E5E5;
	border-radius: 8px;
	font-size: 16px;
	line-height: 20px;
	color: #565B6B;
}
.card > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.bg-beige .card {
	box-shadow: 0px 2px 12px rgba(92, 92, 83, 0.08);
}
.card strong {
	color: #333640;
}
.card .h3 a {
	text-decoration: none;
	color: inherit;
}

@media (pointer:fine) {
.card .h3 a:hover {
	color: #F97D16;
}
}
.card-casino .t {
	position: relative;
	padding: 0 0 0 80px;
	min-height: 64px;
}
.card-casino .t.no-ava {
	padding-left: 0;
	min-height: 0;
}
.card-casino .m {
	position: relative;
	padding: 0 0 0 80px;
	min-height: 64px;
}
.card-casino .m.no-ava {
	padding-left: 0;
	min-height: 0;
}
.card-casino .ava {
	width: 64px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
}
.card-casino .ava img {
	width: 100%;
	height: auto;
	border-radius: inherit;
}
.card-casino .h3 {
	margin-bottom: 8px;
}
.card-casino .info img {
	vertical-align: top;
	height: 20px;
	width: auto;
	margin: 0 8px 0 0;
}
.card-casino .info ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 0 -24px 0;
	padding: 0;
}
.card-casino .info li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	padding: 0 0 24px 0;
	margin: 0;
}
.card-casino .info li:before {
	display: none;
}
.card-casino small, .card-casino .small {
	display: block;
	font-size: 10px;
	line-height: 12px;
	color: #939BB8;
	margin: 8px 0 0 0;
}
.card-casino small img, .card-casino .small img {
	height: 16px!important;
	width: auto;
	margin: -2px 8px -2px 0!important;
	vertical-align: top;
	display: inline-block!important;
}
.card-casino.hor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 32px 40px;
	min-height: 137px;
}
.card-casino.hor .t {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
}
.card-casino.hor .m {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
}
.card-casino.hor .info {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 48.5%;
	margin: 0 0 0 16px;
}
.card-casino.hor .info li {
	width: 33.333333%;
	padding-right: 16px;
}
.card-casino.hor .btn {
	margin-left: 4.5%;
}
.card-casino.vert {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 24px;
}
.card-casino.vert .t {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0 0 24px 0;
}
.card-casino.vert .m {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0 0 24px 0;
}
.card-casino.vert .t.no-ava {
	margin-bottom: 18px;
}
.card-casino.vert .m.no-ava {
	margin-bottom: 18px;
}
.card-casino.vert .photo {
	display: block;
	margin: 0 0 24px 0;
}
.card-casino.vert .photo img {
	width: 100%;
	height: auto;
}
.card-casino.vert .info {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}
.card-casino.vert .info ul {
	margin-left: -32px;
}
.card-casino.vert .info li {
	width: 50%;
	padding-left: 32px;
}
.card-casino.vert .info li:last-child {
	width: 100%;
}
.card-casino.vert .btn {
	width: 100%;
	margin: 24px 0 0 0;
}
.show-all {
	text-align: center;
	margin: 32px 0 0 0;
}
.show-all .btn {
	min-width: calc((100% + 32px) / 3 - 32px);
}
.card-game {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 24px;
}
.card-game .t {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	margin: 0 0 24px 0;
}
.card-game .m {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	margin: 0 0 24px 0;
}
.card-game .h3 {
	margin-bottom: 2px;
}
.card-game .h4 {
	margin-top: 0;
	margin-bottom: 4px;
}
.card-game .rating {
	margin-top: 0;
	margin-bottom: auto;
}
.card-game .photo {
	display: block;
	margin: -24px -24px 24px -24px;
}
.card-game .photo img {
	width: 100%;
	height: auto;
	border-radius: 8px 8px 0 0;
}
.card-game .game-casino {
	position: relative;
	padding: 0 0 0 64px;
	min-height: 48px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.card-game .game-casino .ava {
	position: absolute;
	width: 48px;
	top: 0;
	left: 0;
	border-radius: 8px;
}
.card-game .game-casino .ava img {
	width: 100%;
	height: auto;
	border-radius: inherit;
}
.card-game .btn {
	width: 100%;
}
.faq .el {
	margin: 24px 0 0 0;
	position: relative;
	background: #fff;
	border-radius: 8px;
}
.faq .el h3, .faq .el .h3 {
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	position: static;
	margin: 0;
	padding: 24px 40px 24px 24px;
	-webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	color: #191A1F;
}
.faq .el h3:before, .faq .el .h3:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 8px;
	border: 1px solid #E5E5E5;
	z-index: 1;
	-webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.faq .el h3 svg, .faq .el .h3 svg {
	position: absolute;
	top: 36px;
	right: 0;
	height: 6px;
	width: auto;
	margin: -3px 24px;
	fill: #191A1F;
	-webkit-transition-property: fill, -webkit-transform;
	transition-property: fill, -webkit-transform;
	transition-property: fill, transform;
	transition-property: fill, transform, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	        transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}
.faq .el.open h3 svg, .faq .el.open .h3 svg {
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

@media (pointer:fine) {
.faq .el h3:hover, .faq .el .h3:hover {
	color: #F97D16;
}
.faq .el h3:hover svg, .faq .el .h3:hover svg {
	fill: #F97D16;
}
.faq .el h3:hover:before, .faq .el .h3:hover:before {
	border-color: rgba(249, 125, 22, 0.3);
}
}
.faq .el .in {
	position: relative;
	z-index: 2;
	display: none;
}
.faq .el.open .in {
	display: block;
}
.faq .el .ind {
	padding: 0 24px 24px 24px;
}
.faq .el .ind > *:first-child {
	margin-top: 0!important;
}
.faq .el .ind > *:last-child {
	margin-bottom: 0!important;
}
ul.why {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 48px 0 -48px -32px;
	padding: 0;
}
.why li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 33.333333%;
	padding: 0 0 48px 32px;
	margin: 0;
}
.why li:before {
	display: none;
}
.why .pic {
	margin: 0 auto 24px auto;
	width: 64px;
	height: 64px;
	position: relative;
	display: block;
}
.why .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.why h3, .why .h3 {
	margin-top: 0;
}
ol.reasons {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 48px 0 -48px -32px;
	padding: 0;
	counter-reset: reasons;
}
.reasons li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 33.333333%;
	padding: 0 0 48px 32px;
	margin: 0;
}
.reasons li:before {
	counter-increment: reasons;
	content: counter(reasons);
	display: block;
	width: 64px;
	height: 64px;
	background: url(../img/icons/sale.svg) no-repeat 50% 50%;
	background-size: contain;
	font-weight: 600;
	font-size: 28px;
	line-height: 64px;
	color: #fff;
	margin: 0 auto 24px auto;
	text-align: center;
	padding: 0;
}
.reasons h3, .reasons .h3 {
	margin-top: 0;
}
.link-pic {
	display: block;
	text-align: center;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	padding: 32px 16px;
	-webkit-transition-property: color, background;
	transition-property: color, background;
	-webkit-transition-duration: 0.2s;
	        transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.link-pic .pic {
	display: block;
	margin: 0 auto 32px auto;
	width: 64px;
	height: 64px;
	position: relative;
}
.link-pic .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.link-pic.bg-beige {
	color: #191A1F;
	background: #F5F5F2;
}

@media (pointer:fine) {
a.link-pic.bg-beige:hover {
	color: #F97D16;
}
}
.link-pic.bg-dark {
	color: #fff;
	background: #512012;
}

@media (pointer:fine) {
a.link-pic.bg-dark:hover {
	color: #F97D16;
}
}
.slider-tabs {
	border-bottom: 1px solid #E5E5E5;
	margin: 32px 0;
}
.slider-tabs .swiper-container {
	margin-top: -7px;
	margin-bottom: -1px;
	overflow: visible!important;
}
.slider-tabs .swiper-slide {
	width: auto;
	padding-right: 32px;
}
.slider-tabs .swiper-slide:last-child {
	padding-right: 0;
}
.slider-tabs .link {
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	display: block;
	-webkit-transition-property: color, border-color;
	transition-property: color, border-color;
	-webkit-transition-duration: 0.2s;
	        transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	padding: 7px 0 12px 0;
	border-style: solid;
	border-width: 0 0 4px 0;
	border-color: transparent;
	color: inherit;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
}

@media (pointer:fine) {
.slider-tabs .link:hover {
	color: #FF9100;
}
}
.slider-tabs .link.active {
	cursor: default;
	color: #FF9100;
	border-color: #FF9100;
}
.slider-tabs .link small {
	font-size: inherit;
	line-height: inherit;
	font-weight: normal;
}
.folded-tab {
	height: 0;
	overflow: hidden;
}
.folded-tab.visible {
	height: auto;
	overflow: visible;
}
.card-article {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 24px;
	font-size: 16px;
	line-height: 24px;
}
.card-article h3, .card-article .h3 {
	margin-top: 0;
}
.card-article .photo {
	display: block;
	margin: -24px -24px 24px -24px;
	position: relative;
}
.card-article .photo img {
	width: 100%;
	height: auto;
	border-radius: 8px 8px 0 0;
}
.card-article .pic {
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.card-article .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.card-article .text {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}
.card-article .btn {
	width: 100%;
	margin-top: 24px;
}
.footer {
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}
.footer p {
	margin: 0 0 8px 0;
}
.footer p:last-child {
	margin-bottom: 0;
}
ul.partners {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: -16px 0 80px -64px;
	padding: 0 8px;
}
.partners li:before {
	display: none;
}
.partners li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 30px 0 0 64px;
	padding: 0;
}
.partners img {
	height: 36px;
	width: auto;
}
ul.foot-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 16px;
	line-height: 24px;
	margin: -16px 0 40px -40px;
	padding: 0;
}
.foot-menu li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 16px 0 0 40px;
	padding: 0;
}
.foot-menu li:before {
	display: none;
}
.foot-menu a {
	color: inherit;
	text-decoration: none;
}

@media (pointer:fine) {
.foot-menu a:hover {
	color: #F97D16;
}
}

/*added 20.05.21 start*/
.toggle-menu {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	z-index: 201;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin: 24px 8px;
}
.toggle-menu > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 16px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	        transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translate3d(0, 0, 0) rotate(0deg);
	        transform: translate3d(0, 0, 0) rotate(0deg);
}
.toggle-menu > *:not(:first-child) {
	margin-top: 3px;
}
.open-menu .toggle-menu .pos1 {
	-webkit-transform: translate3d(0, 5px, 0) rotate(-135deg);
	        transform: translate3d(0, 5px, 0) rotate(-135deg);
}
.open-menu .toggle-menu .pos2 {
	opacity: 0;
}
.open-menu .toggle-menu .pos3 {
	-webkit-transform: translate3d(0, -5px, 0) rotate(135deg);
	        transform: translate3d(0, -5px, 0) rotate(135deg);
}
/*added 20.05.21 end*/
