@charset "UTF-8";
/* ------------------------------------------------------------- *
 * Fonts
/* ------------------------------------------------------------- */
@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/GolosText/GolosText-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/GolosText/GolosText-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/GolosText/GolosText-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/GolosText/GolosText-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/GolosText/GolosText-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/GolosText/GolosText-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/* ------------------------------------------------------------- *
 * Global variables
/* ------------------------------------------------------------- */

:root {
	--main-font: 'Golos Text', sans-serif;;
	--dark-1: #434E5B;
	--dark-2: #454545;
	--grey-1: #FAFAFA;
	--grey-2: #EBEBEB;
	--grey-3: #A3B3C1;
	--grey-4: #A2A2A2;
	--grey-5: #E5E5E5;
	--grey-6: #717784;
	--grey-7: #F0EFEF;
	--grey-8: #f2f4f6;
	--text-grey-1: #a4acb6;
	--white: #FFFFFF;
	--link: #6794E8;
	--bg-section: #F6F7F8;
	--bg-section-2: #E1E6EC;
	--lightgreen: rgba(46,200,141,15%);
	--lightblue: rgba(89,144,232,15%);
	--block-shadow-1: 0 0 8px rgba(53, 53, 55, 0.08);
	--block-shadow-hover: 0 0 1px 1px rgba(46, 200, 141, 1);

	--blue: #3292FF;
	--blue-pale: #E4F0FF;
	--yellow: #FFD000;
	--red: #FF5959;
	--red-pale: #FFEAEA;
	--black: #0D0E10;
	--dark-blue: #0D3860;
	--dark-blue-2: #2270C9;
	--light-blue: #BBD9FF;
	--light-yellow: #FFF1D0;
	--text: #6A707C;
	--shadow-btn: 0 2px 4px rgba(91, 80, 119, 0.3);;

}

/* ------------------------------------------------------------- *
 * General
/* ------------------------------------------------------------- */
*, :after, :before { -webkit-box-sizing: border-box; box-sizing: border-box; }

html,body { padding: 0; margin: 0; width: 100%; height: 100%; min-height: 100vh; }

body {
	position: relative;
	font-family: var(--main-font);
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	color: var(--black);
	background-color: var(--white);
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
}
main {
	display: flex;
    flex-direction: column;
	width: 100%;
/*	overflow-x: hidden;*/
}
p { 
	color: var(--black);
	margin: 0 0 25px; 
	font-weight: 400;
	line-height: 1.3;
}
a {
	color: var(--blue);
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
a,button {
	-webkit-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; 
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
img {
	display: block;
  	border-style: none;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
b, strong {
	font-weight: bold;
	font-weight: 700;
}
button {
	font-family: var(--main-font);
	outline: none;
	border: 0;
	padding: 0;
	line-height: 1.3;
	background: transparent;
	cursor: pointer;
}
button:focus { 
	outline: none; 
}
fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
input {
	border: 0;
	outline: none;
}
.small, small {
	font-size: 80%;
}
.no-scroll {
	overflow: hidden;
}
.hide {
	display: none;
}
.w-100 {
	width: 100%!important;
}
/* Selection */
::-moz-selection {
	color: var(--black);
	text-shadow: none;
	background: var(--yellow);
}
::selection {
	color: var(--black);
	text-shadow: none;
	background: var(--yellow);
}
::-moz-selection {
	color: var(--black);
	text-shadow: none;
	background: var(--yellow);
}
::-webkit-selection {
	color: var(--black);
	text-shadow: none;
	background: var(--yellow);
}
/* Table */
table {
	width: 100%;
	border-collapse: collapse;
}
table th,td {
	padding: 16px;
	text-align: left;
	border: none;
}
/* Lists */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}
.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
/* Section */
section,
.section {
	position: relative;
	padding: 100px 0;
}
@media (max-width: 767px) {
	section,
	.section {
		padding: 40px 0;
	}
}
/* Container */
.container {
	width: 100%;
	max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}
.container-fluid {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
}
@media (max-width: 767px) {
	.container {
		padding: 0 8px;
	}
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.justify-content-space-between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
/* Font weights */ 
.fw-300 { font-weight: 600!important; }
.fw-400 { font-weight: 600!important; }
.fw-500 { font-weight: 600!important; }
.fw-600 { font-weight: 600!important; }
/* Flex Classes */ 
.align-center { -webkit-box-align: center!important; -ms-flex-align: center!important; align-items: center!important; }
.justify-content-center { -webkit-justify-content: center!important; -ms-justify-content: center!important; justify-content: center!important; }
/* Margins */ 
.mb-0 { margin-bottom: 0!important }
.mt-0 { margin-top: 0!important }
/* Paddings */
.pb-0 { padding-bottom: 0!important }
.pt-0 { padding-top: 0!important }
.pt-20 { padding-top: 20px }
.pt-40 { padding-top: 40px }
.pt-40 { padding-top: 50px }
/* Headings */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: var(--black);
	font-weight: 600;
	margin: 0 0 25px 0;
}
/* Alignment */
.text-left { text-align: left!important }
.text-center { text-align: center!important }
.text-right { text-aright: center!important }
/* Block Shadow */
.block-shadow-1 {
	box-shadow: var(--block-shadow-1);
}
.shadow-btn {
	box-shadow: var(--shadow-btn);
}
.bg-section-grey,
.bg-style-1 {
	background: var(--bg-section)!important;
}
.bg-none { background: none }
.bg-brand { background: var(--blue) }
.bg-gradient { background: linear-gradient(180deg, #fff 0%, #E4F0FF 90%, #BBD9FF 100%); }
/* Arrows */
.arrow-circle {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--grey-2);
	border-radius: 50px;
	-webkit-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear;
}
.arrow {
 	display: inline-block;
 	border: solid var(--black);
 	border-width: 0 1px 1px 0;
 	padding: 2.2px;
    margin-left: -2.2px;
    -webkit-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear;
}
.right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/* ------------------------------------------------------------- *
 * Buttons
/* ------------------------------------------------------------- */
.btn {
	position: relative;
	background: var(--blue);
	padding: 12px 20px;
	color: var(--white);
	font-size: 16px;
	font-weight: 500;
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}
/* Btn Solid */
.btn-solid {
	background: var(--blue);
	color: var(--white);
}
.btn-solid:hover {
	background: var(--yellow);
	color: var(--black);
	
}
.btn-yellow {
	background: var(--yellow);
	color: var(--black);
}
.btn-yellow:hover {
	background: var(--blue);
	color: var(--white);
}
.btn-lg {
	padding: 18px 15px;
	font-size: 18px;
	font-weight: 600;
	max-height: 58px;
}
/* Btn Outline */
.btn-outline {
	color: var(--grey-6);
	border: 1px solid var(--grey-6);
	background: transparent;
}
.btn-outline:hover {
	background: var(--blue);
	color: var(--white);
	border-color: var(--blue);
}
/* Btn With Icon */
.btn .icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background: var(--white);
	border-radius: 100px;
	overflow: hidden;
}
.btn .icon svg {
	width: 90%;
	height: 90%;
}

/* Btn Link All */
.btn-link-all {
	display: flex;
	align-items: center;
	gap: 45px;
	color: var(--black);
}
.btn-link-all .arrow {
	padding: 3px;
}
.btn-link-all:hover {
	color: var(--blue);
}
.btn-link-all:hover .arrow {
	border-color: var(--blue);
}
@media (max-width: 1200px) {
	.btn {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	.btn {
		padding: 12px 20px;
	}
	.btn-link-all {
		gap: 22px;
	}
}

.link-style-1 {
	position: relative;
   	font-weight: 400;
   	padding: 6px 0;
   	color: var(--blue);
   	-webkit-transition: -webkit-transform .2s ease;
   	transition: -webkit-transform .2s ease;
   	-o-transition: transform .2s ease;
   	transition: transform .2s ease;
   	transition: transform .2s ease, -webkit-transform .2s ease;
}
.link-style-1:before {
	content: "";
	position: absolute;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease;
}
.link-style-1:before {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--blue);
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	    transform: scaleX(0);
}
.link-style-1:hover,
.link-style-1.active {
	color: var(--blue);
}
.link-style-1.active {
	font-weight: 500;
}
.link-style-1:hover:before,
.link-style-1.active:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
/* Section Title */
.section-title {
	margin-bottom: 40px;
}
.section-title .title {
	font-size: clamp(22px, 6.5vw, 26px);
}
.section-title-sm .title {
	font-size: clamp(20px, 2vw, 24px);
}
.section-title-lg .title {
	font-size: 36px;
}

.section-title .subtitle {
	font-size: clamp(16px, 3vw, 18px);
	margin-top: 12px;
	color: var(--text);
}
.section-title.text-center {
	text-align: center;
}
@media (max-width: 1200px) {
	.section-title {
		font-size: 28px;
	}
}
@media (max-width: 992px) {
	.section-title {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	.section-title {
		font-size: 20px;
	}
	.section-title-sm {
		font-size: 18px;
		text-align: center;
	}
}
/* ------------------------------------------------------------- *
 * Header
/* ------------------------------------------------------------- */
.header {
	padding: 14px 0;
	border-radius: 12px;
}
.header.bg-grey {
	background: var(--bg-section);
}
.header.bg-lightgreen {
	background: var(--lightgreen);
}
.header.bg-lightblue {
	background: var(--lightblue);
}
.header.header-simple .header-inner {
	background: transparent;
}

.header.border-rb-0 {
	border-radius: 12px 12px 0 0;
}
.header .header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .header-logo a {
	font-size: 20px;
	font-weight: 500;
	color: var(--black);
}
.header .header-logo a img {
	height: 28px;
}
.header .header-logo a span {
	color: var(--blue);
}
.header .header-nav ul {
	display: flex;
}
.header .header-nav ul li {
	position: relative;
	display: inline-flex;
	align-items: center;
}
.header-nav li::after {
	content: "";
	width: 3px;
	height: 3px;
	background-color: var(--blue);
	border-radius: 50%;
	display: inline-block;
	margin: 0 16px;
}
.header-nav li:last-child::after {
	content: none;
}
.header .header-nav ul li.active a {
	color: var(--blue);
}
.header .header-nav ul li a {
	position: relative;
	padding: 6px 0;
	font-size: 14px;
	font-weight: 400;
	color: var(--dark-blue);
}
.header .header-nav ul li a:hover {
	color: var(--blue);
}
.header .header-button .btn {
	font-size: 14px;
}
/*.header.header-main .header-button .btn {
	display: none;
}*/

@media (max-width: 1200px) {
	.header .header-nav ul li a
}
@media (max-width: 767px) {
	.header .header-logo a {
		font-size: 16px;
	}
	.header .header-logo a img {
		height: 24px;
	}
}
/* ------------------------------------------------------------- *
 * Header - Burger Menu
/* ------------------------------------------------------------- */
.header .header-burger {
    position: relative;
 	background-color: transparent;
 	border: none;
 	cursor: pointer;
 	display: none;
 	padding: 0;
 	z-index: 10;
 	margin-left: 15px;
}
.header .header-burger .line {
	fill: none;
	stroke: #262626;
	stroke-width: 6;
	-webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header .header-burger .line1 {
  	stroke-dasharray: 60 207;
  	stroke-width: 5;
}
.header .header-burger .line2 {
	stroke-dasharray: 60 60;
	stroke-width: 5;
}
.header .header-burger .line3 {
  	stroke-dasharray: 60 207;
  	stroke-width: 5;
}
.header .header-burger.opened .line1 {
  	stroke-dasharray: 90 207;
  	stroke-dashoffset: -134;
  	stroke-width: 5;
}
.header .header-burger.opened .line2 {
  	stroke-dasharray: 1 60;
  	stroke-dashoffset: -30;
  	stroke-width: 5;
}
.header .header-burger.opened .line3 {
  	stroke-dasharray: 90 207;
  	stroke-dashoffset: -134;
  	stroke-width: 5;
}
.header .header-burger.opened .line {
/*	stroke: var(--grey-4);*/
}
.header .header-burger span {
	display: none;
	position: absolute;
	top: 100%;
	margin-top: -3px;
	font-size: 9px;
	font-weight: 400;
	color: var(--grey-4);
}
.header .header-burger.opened span {
	display: block;
}
@media (max-width: 992px) {
	.header .header-menu {
		display: none;
	}
	.header .header-button {
		margin-left: auto;
	}
	.header .header-burger {
		margin-left: 12px;
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
@media (max-width: 767px) {
	.header .header-button .btn {
        font-size: 12px;
        padding: 12px 20px;
    }
}
@media (max-width: 450px) {
	
}
@media (max-width: 425px) {
	
}
@media (max-width: 350px) {
	
}
/* ------------------------------------------------------------- *
 * Mobile Menu
/* ------------------------------------------------------------- */
.sidebar-background {
/*    display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 990;
    width: 100%;
    height: 200%;
    background: rgb(80 95 122 / 80%);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}
.sidebar-background.active {
/*    display: block;*/
	opacity: 1;
	visibility: visible;
    z-index: 990;
}
.sidebar {
    position: fixed;
    width: 320px;
    top: 0;
    right: -100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow-y: auto;
}
.sidebar-active {
    top: 0;
    right: 0;
    height: 100%;
    min-height: 100vh;
    background: #fff;
    z-index: 999;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-bottom: 40px;
}
.sidebar-wrap {
    overflow-x: hidden;
    padding: 18px 20px;
    height: 100%;
}
.sidebar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-dark);
/*    padding-right: 40px;*/
    background: none;
	height: 30px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.sidebar-header .sidebar-logo {
	width: 90px;
}
.sidebar-header .header-burger {
	margin-left: auto;
}
.sidebar .sidebar-divider {
	display: block;
	width: 100%;
	height: 1px;
	background: rgb(172,172,177);
	background: -o-radial-gradient(circle, rgb(230 226 226) 0%, rgb(230 226 226 / 0%) 100%);
	background: radial-gradient(circle, rgb(230 226 226) 0%, rgb(230 226 226 / 0%) 100%);
	margin: 20px 0;
}
.sidebar .header-lang {
	display: block;
	margin: 0;
	padding: 0;
}
.sidebar .header-dropdown .header-dropdown-toggle {
	padding: 0;
}
.sidebar .header-lang .list {
	top: calc(100% + 6px);
}
.sidebar .sidebar-list-heading {
	font-size: 12px;
	font-weight: 400;
	padding-bottom: 12px;
	line-height: 1;
	text-transform: uppercase;
	color: var(--grey-4);
}
.sidebar-list {
	min-height: calc(100% - 180px);
}
.sidebar-list li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.sidebar-list li a {
	position: relative;
	font-size: 15px;
	font-weight: 400;
	color: var(--dark-2);
	padding: 8px 12px 8px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.sidebar-list li a span {
	position: relative;
}
.sidebar-list li a .badge {
	right: -15px;
}
.sidebar-list li:last-child a {
	margin-bottom: 0;
}
.sidebar-list li .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

/* Sidebar Menu Nav */
.sidebar-menu li {
	margin-bottom: 5px;
}
.sidebar-menu li:last-child {
	margin-bottom: 0;
}
.sidebar-menu li a {
	width: 100%;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.sidebar-menu li a:hover,
.sidebar-menu li a.active {
	background: var(--color-mint-1);
	-webkit-box-shadow: 0 0 0 1px var(--grey-shade-6);
    box-shadow: 0 0 0 1px var(--grey-shade-6);
    border-radius: 9px;
    padding: 8px 12px;
    margin-left: -12px;
    width: calc(100% + 12px);
}

/* Sidebar Support */
.sidebar-support li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.sidebar-support li .icon-holder {
	background: var(--grey-shade-2);
	border-radius: 50%;
	padding: 5px;
	margin-right: 10px;
}
.sidebar-support li .icon-holder .icon {
	margin: 0;
	width: 12px;
    height: 12px;
}
.sidebar-support .sidebar-support-phone a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	line-height: 1;
}
.sidebar-support .sidebar-support-phone a span {
	font-size: 10px;
	color: var(--blue);
	line-height: 1;
	padding-top: 2px;
}
@media screen and (max-width: 767px) {
	.sidebar-header .btn-cabinet {
		margin-top: 14px;
		margin-left: auto;
        margin-right: 12px;
	}
}
@media screen and (max-width: 350px) {
    .sidebar {
        width: 90%
    }
}
/* Sidebar Bottom */
.sidebar-bottom {
	padding-top: 40px;
}
.sidebar-bottom .btn {
	height: 50px;
	font-size: 14px!important;
}

/* ------------------------------------------------------------- *
 * Section Intro
/* ------------------------------------------------------------- */
.section-intro {
	padding-top: 35px;
	background-color: var(--bg-color-1);
}
.section-intro .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.section-intro .intro-banner {
	width: calc(62% - 30px);
	border-radius: 25px;
	max-height: 664.95px;
}
.section-intro .intro-banner-inner {
	height: 100%;
	border-radius: 25px;
	/*background-image: url('../images/banners/banner-1.webp');
	background-size: cover;
    background-position: center;*/
}
.section-intro .intro-banner img {
	border-radius: 25px;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 1200px) {
	.section-intro .intro-banner {
		width: calc(58% - 30px);
	}
}
@media (max-width: 992px) {
	.section-intro .intro-banner {
		width: 100%;
		height: 280px;
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	.section-intro .intro-banner {
		height: 180px;
	}
	.section-intro .intro-banner,
	.section-intro .intro-banner-inner {
		border-radius: 25px;
		background-position: 10% 24%;
	}
}
@media (max-width: 600px) {
	.section-intro .intro-banner {
		height: 120px;
	}
}
/* ------------------------------------------------------------- *
 * Home Intro
/* ------------------------------------------------------------- */
.home-intro {
	padding-top: 25px;
	background: linear-gradient(180deg, #fff 0%, #E4F0FF 90%, #BBD9FF 100%);
}
.home-intro .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}
.home-intro .banner-col {
	flex: 1 1 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-intro .calc-col {
	flex: 0 0 auto;
	width: 100%;
	max-width: 490px;
}
.home-intro .banner img {
	max-width: 650px;
	width: 100%;
}

/* Home Calc */
.home-text {
	margin-bottom: 36px;
}
.home-text .title {
	font-size: clamp(30px, 3.5vw, 46px);
	font-weight: bold;
	line-height: 110%;
	margin-bottom: 16px;
} 
.home-text .title span {
	position: relative;
	z-index: 1;
}
.home-text .title span:before {
	content: "";
    width: 105%;
    height: 55%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 2.5%;
    margin-left: -2.5%;
    background: var(--light-yellow);
    transform: translateY(-50%);
    z-index: -1;
    border-radius: 100px;
}

.calculator {
	width: 100%;
	height: 100%;
	background: var(--white);
	padding: 30px 24px;
	border-radius: 12px;
	border: 1px solid var(--light-blue);
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    box-shadow: 0px 3px 0px #BBD9FF;
}
.calculator .calc-title {
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
	gap: 12px;
}
.calculator .calc-title .text {
	font-size: 16px;
	font-weight: 400;
	color: var(--black);
}
.calculator .calc-output {
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
}
.calculator .calc-output span {
	font-size: 32px;
	font-weight: bold;
	padding-right: 2px;
}
.calculator .calc-range-labels {
	margin-top: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.calculator .calc-range-labels .calc-label,
.calculator .calc-range-labels .calc-label span {
	font-size: 12px;
	font-weight: 400;
	color: var(--text);
}
.calculator .calc-button .btn {
	width: 100%;
}
.calculator .calc-info {
	padding: 20px;
	border: 1px solid rgba(46,200,141,25%);
	border-radius: 16px;
}
.calculator ul.calc-details {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 18px;
}
.calculator ul.calc-details li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.calculator ul.calc-details li span {
	font-size: 14px;
	font-weight: 400;
	color: var(--text-grey-1);
}
.calculator ul.calc-details li span:last-child {
	font-weight: 500;
	color: var(--black);
}
.calculator .calc-attention-text {
	font-size: 10px;
	font-weight: 400;
	color: var(--text-grey-1);
	text-align: center;
	margin-top: -8px;
}
/* Респонсив — одна колонка на мобилках */
@media (max-width: 768px) {
	.home-intro .row {
		flex-direction: column;
	}

	.home-intro .calc-col,
	.home-intro .banner-col {
		max-width: 100%;
		width: 100%;
	}
}
@media (max-width: 1200px) {
	.home-intro .calc-col {
		max-width: 400px;
	}
}
@media (max-width: 992px) {
	.home-intro .row .col:nth-child(1) {
		flex-basis: calc((100% / 2) - 70px);
	}
	.home-intro .row .col:nth-child(2) {
		flex-basis: calc((100% / 2) - 10px);
	}
	.calc-form,
	.calculator {
		width: 100%;
		max-width: 100%;
	}
	.calculator {
		padding: 30px 25px;
	}
	.calculator .calc-title {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	.home-intro {
		padding-top: 10px;
	}
	.home-intro .calc-col {
		max-width: 500px;
	}
	.home-intro .row .col {
		flex-basis: 100%!important;
	}
	.home-intro .intro-title {
		font-size: 20px;
		margin-bottom: 14px;
		padding-left: 14px;
	}
	.home-intro .calculator {
        padding: 30px 20px
	}
	.home-intro .calculator .calc-title {
		font-size: 14px;
		margin-bottom: 16px;
	}
	.home-intro .calculator .calc-range-labels {
		margin-top: 6px;
	}
	.home-text {
		text-align: center;
	}
	.home-intro .banner-col {
		display: none;
	}
}
@media (max-width: 500px) {
	.home-intro .calc-col {
		max-width: 100%;
	}
}
/* ------------------------------------------------------------- *
 * Home About
/* ------------------------------------------------------------- */
.home-about {
	padding: 60px 0;
}
.home-about .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.home-about .block {
	flex: 1 1 33.333%;
	box-sizing: border-box;
	max-width: 300px;
	padding: 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.home-about .block img {
	max-width: clamp(70px, 7vw, 100px);
	height: auto;
	margin-bottom: 15px;
}
.home-about .heading {
	font-size: clamp(17px, 2vw, 20px);
	font-weight: 600;
	margin-bottom: 10px;
}
.home-about .subheading {
	font-size: clamp(14px, 2vw, 16px);
	color: var(--text);
}
.home-about .divider {
	flex-grow: 1;
	max-width: 100px;
	min-width: 40px;
	height: 1px;
	background: var(--light-blue);
}
@media (max-width: 1100px) {
	.home-about .divider {
		display: none;
	}
}
@media (max-width: 767px) {
	.home-about .row {
		justify-content: center;
		gap: 20px;
	}
	.home-about .block {
		padding: 0 10px;
	}
}
/* ------------------------------------------------------------- *
 * Home Trust
/* ------------------------------------------------------------- */
.home-trust {
	padding: 0 0 100px 0;
}
.home-trust .row {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: clamp(40px, 8vw, 140px);
	padding: clamp(30px, 5vw, 50px) clamp(20px, 6vw, 90px);
	border: 1px solid var(--light-blue);
	border-radius: 12px;
}
.home-trust .text-col {
	flex: 1 1 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-trust .banner-col {
	flex: 0 0 auto;
	width: 100%;
	max-width: 400px;
}
.home-trust .text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.home-trust .banner {
	position: relative;
}
.home-trust .banner .dots {
    position: absolute;
    top: 20px;
    left: 0;
    width: 590px;
    max-width: max-content;
    z-index: -1;
}
.home-trust .heading {
	font-size: clamp(22px, 2vw, 26px);
	font-weight: bold;
	margin-bottom: 12px;
}
.home-trust p:not(:last-child) {
	margin-bottom: 20px;
}
.home-trust .circle {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -90px;
	width: 316px;
	height: 316px;
	border-radius: 50%;
	background: radial-gradient(circle, #BBD9FF 0%, rgba(187, 217, 255, 0) 65%);
	pointer-events: none;
	z-index: -1;
}
@media (max-width: 1200px) {
	.home-trust .banner-col {
		max-width: 320px;
	}
	.home-trust .banner .dots {
		max-width: 450px;
	}
}
/* ------------------------------------------------------------- *
 * Home Info
/* ------------------------------------------------------------- */
.section-top-bg {
	margin-bottom: -6px;
	width: 100%;
	height: 37px;
	background-image: url('/assets/images/illustrations/top-bg.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.section-bottom-bg {
	display: block;
	padding: 18px 0;
	margin-top: -6px;
	width: 100%;
	height: 37px;
	background-image: url('/assets/images/illustrations/top-bg-2.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media (max-width: 767px) {
	.section-bottom-bg {
		background-position: 35%;
	}
}

.home-info {
	background: linear-gradient(
		180deg,
		#E4F0FF 0%,
		#FFFFFF 24%,
		#FFFFFF 60%,
		#BBD9FF 100%
	);
}
.home-info .divider {
	width: 100%;
	height: 1px;
	background: var(--light-blue);
	margin: 80px 0;
}
.home-info .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.home-info .block {
	flex: 1 1 33.333%;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.home-info .block img {
	max-width: 70px;
	height: auto;
	margin-bottom: 32px;
}
.home-info .num {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: var(--blue);
	color: var(--white);
	font-size: 12px;
	border-radius: 50px;
	width: 25px;
	height: 25px;
}
.home-info .heading {
	font-size: clamp(16px, 2vw, 20px);
	font-weight: 600;
	margin: 12px 0;
}
.home-info .subheading {
	font-size: clamp(14px, 2vw, 16px);
	color: var(--text);
}


/* ------------------------------------------------------------- *
 * Range Sliders
/* ------------------------------------------------------------- */
.calculator .irs--round{
    height: 20px;
}
.calculator .irs--round .irs-line{
    height: 14px;
    top: 0;
    width: 100%;
    border-radius: 0;
    background: repeating-linear-gradient(90deg, #EDEFF4, #EDEFF4 .125rem, transparent .125rem, transparent .5625rem) !important;
}
.calculator .irs--round .irs-single{
    display: none;
}
.calculator .irs--round .irs-bar{
    height: 14px;
    background: var(--white);
    top: 0;
    border-radius: 0;
}
.calculator .irs--round .irs-bar:after {
	content: "";
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px 0 0 50px;
    height: 14px;
    background: var(--yellow);
    z-index: 5;
    width: 100%;
}
.calculator .irs--round .irs-handle{
	cursor: pointer;
    background: var(--yellow)!important;
    border: none;
    top: -12.5px;
    width: 12px;
    height: 40px;
    border-radius: 50px;
    z-index: 20;
    box-shadow: none;
}
.calculator .irs--round .irs-handle:hover {
	background: var(--blue);
}
.calculator .irs--round .irs-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
    z-index: 999;
}
/* ------------------------------------------------------------- *
 * Home Services
/* ------------------------------------------------------------- */
.services-item {
	position: relative;
	padding: 35px;
	background: var(--white);
	width: calc(50% - 15px);
	border-radius: 20px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}
.services-item .services-image {
	width: 100px;
}
.services-item .services-title {
	font-size: 25px;
	margin-bottom: 8px;
}
.services-item .services-inner p {
	font-size: 16px;
	font-weight: 400;
	color: var(--grey-4);
	margin-bottom: 22px;
}
.home-services form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.home-services form .button-holder {
	margin-left: 10px;
}
.home-services .btn {
	padding: 15px 35px;
	display: inline-block;
}
@media (max-width: 1200px) {
	.services-item {
		padding: 30px 25px;
	}
	.services-item .services-image {
		width: 70px;
	}
	.home-services .btn {
	    padding: 15px 28px;
	}
	.services-item .services-title {
		font-size: 22px;
	}
	.services-item .services-inner p {
		font-size: 15px;
	}
}
@media (max-width: 992px) {
	.home-services .row {
		gap: 20px;
	}	
	.services-item {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.services-item .input-holder {
		width: 100%;
		margin-bottom: 12px;
	}
	.services-item .services-title {
		font-size: 18px;
	}
	.services-item .services-inner p {
		font-size: 14px;
	}
	.home-services form .button-holder {
		margin: 0;
		width: 100%;
	}
	.home-services .btn {
		font-size: 16px;
        padding: 15px;
        max-height: 51px;
        width: 100%;
        text-align: center;
	}
	.home-services .services-item {
		padding: 30px 25px;
	}
	.home-services .services-item .services-image {
		position: absolute;
		top: 30px;
		right: 25px;
	}
	.home-services .services-item .services-text {
		width: calc(100% - 100px);
	}
}
/* ------------------------------------------------------------- *
 * Inputs
/* ------------------------------------------------------------- */
.input-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.input-holder > input {
	border: 1px solid var(--grey-5);
	border-radius: 5px;
	width: 100%;
	font-size: 16px;
	padding: 15px 12px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.input-holder > input:focus,
.input-holder > input:valid,
.input-holder > input:invalid {
	outline: none;
}
.input-holder > input:focus {
	border-color: var(--blue);
	background: var(--white)!important;
}
.input-holder > input:focus + .input-label {
	color: var(--blue)!important;
}
.input-holder > input:valid {
	color: var(--black);
}
input::placeholder {
	color: var(--grey-3)
}
input::placeholder::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: var(--grey-3)
}
input::placeholder::-moz-placeholder { /* Firefox 19+ */
	color: var(--grey-3)
}
input::placeholder:-ms-input-placeholder { /* IE 10+ */
	color: var(--grey-3)
}
.input-holder input.input-simple:focus,
.input-holder input.input-simple:valid,
.input-holder input.input-simple:invalid {
	padding-top: 12px;
	padding-bottom: 12px;
}
/* ------------------------------------------------------------- *
 * Home Calculator
/* ------------------------------------------------------------- */
.home-calculator {
	background: var(--bg-section-2);
}
.home-calculator .section-title {
	color: var(--black);
	margin-bottom: 40px;
}
.home-calculator-form {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	flex-basis: 100%;
	gap: 25px;
}
.home-calculator-form .inputs-wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.home-calculator-form .input-holder {
	flex-basis: calc((100% / 2) - 5px);
	flex-grow: 1;
}
.home-calculator-form input {
	width: 100%;
	padding: 16px 26px 16px 16px;
	height: 52px;
	background: var(--white);
	border-radius: 8px;
	color: var(--black);
}
.home-calculator-form .input-holder span {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
.home-calculator-form input,
.home-calculator-form .select-selected {
	height: 52px;
}
.calculator-info-text {
	font-size: 12px;
	font-weight: 400;
	color: #A4ACB5;
	max-width: 700px;
	margin: 16px 0 0 0;
}

.calculator-output {
	border-radius: 12px;
	padding: 40px;
	width: 100%;
	background: var(--white);
}
.calculator-output ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 6px;
}
.calculator-output ul li {
	flex-grow: 1;
	flex-basis: calc((100% / 4) - 30px);
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.calculator-output ul li .small {
	font-size: 15px;
	font-weight: 400;
	color: var(--text-grey-1);
}
.calculator-output ul li .big {
	font-size: 20px;
	font-weight: 500;
	color: var(--black);
}

.calculator-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}
.calculator-progress {
	width: calc(100% / 2);
}
.calculator-button {
	width: calc((100% / 2) - 75px);
}
.calculator-button .btn {
	width: 100%;
	height: 54px;
}
.progress-inner {
	display: flex;
	flex-direction: row;
	gap: 4px;
}
.progress-inner .progress-summ {
	height: 3px;
	width: 100%;
	background: var(--black);
	border-radius: 20px;
}
.progress-inner .progress-overpay {
	height: 3px;
	width: 0%;
	background: var(--grey-5);
	border-radius: 20px;
}
.progress-labels {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 12px;
}
.progress-label {
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	font-weight: 400;
	color: var(--black);
}
.progress-label.overpay span {
	color: var(--grey-4);
}
.progress-label:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	border-radius: 100px;
	background: var(--black);
}
.progress-label.overpay:before {
	background: var(--grey-5);
}
@media (max-width: 992px) {
	.calculator-output {
		padding: 25px 20px;
	}
	.calculator-output ul li {
		gap: 8px;
	}
	.calculator-output ul li .small {
		font-size: 13px;
	}
	.calculator-output ul li .big {
		font-size: 18px;
	}
	.calculator-output .calculator-button {
		width: calc((100% / 2) - 85px);
	}
	.calculator-output .calculator-button .btn {
		height: 50px;
		font-size: 14px;
	}
	.progress-label {
		font-size: 14px;
		padding-left: 18px;
	}
	.progress-label:before {
		width: 10px;
		height: 10px;
	}
}
@media (max-width: 767px) {
	.home-calculator {
		padding-left: 6px;
    	padding-right: 6px;
	}
	.home-calculator .section-title {
		margin-bottom: 24px;
	}
	.home-calculator-form {
		gap: 16px;
	}
	.home-calculator-form .inputs-wrap {
		flex-wrap: wrap;
	}
	.home-calculator-form .input-holder {
		flex-basis: 100%;
	}
	.home-calculator-form .calculator-output {
		padding: 20px 16px;
	}
	.home-calculator-form .calculator-output ul {
		gap: 14px;
	}
	.home-calculator-form .calculator-output ul li {
		flex-basis: calc((100% / 2) - 15px);
		gap: 6px;
	}
	.home-calculator-form .calculator-output ul li .small {
		font-size: 12px;
	}
	.home-calculator-form .calculator-output ul li .big {
		font-size: 16px;
	}
	.home-calculator-form .calculator-bottom {
		flex-wrap: wrap;
		gap: 20px;
		margin-top: 22px;
	}
	.home-calculator-form .calculator-progress,
	.home-calculator-form  .calculator-output .calculator-button {
		width: 100%;
	}
	.home-calculator-form .progress-label {
		font-size: 12px;
		padding-left: 16px;
	}
	.home-calculator-form .progress-label:before {
		width: 8px;
		height: 8px;
	}
}
/* ------------------------------------------------------------- *
 * Section Reviews
/* ------------------------------------------------------------- */
.slider {
	width: 100%;
	max-width: 1280px;
	padding: 0 15px;
  	margin: 0 auto;
}
.slider-container {
  	position: relative;
}
/* Слайды */
.custom-slider .slide {
  	background: transparent;
  	padding: 24px;
  	border: 1px solid var(--blue-pale);
  	border-bottom: 3px solid var(--light-blue);
  	border-radius: 12px;
  	margin: 0 10px;
}
.custom-slider .review {}
.custom-slider .review .head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.custom-slider .review .head .user {
	display: flex;
	align-items: center;
	gap: 9px;
}
.custom-slider .review .head .user img {
	width: 36px;
	height: 36px;
}
.custom-slider .review .head .user span {
	font-size: 14px;
	color: var(--text);
}

.custom-slider .review .head .rating {
	display: flex;
	align-items: center;
	gap: 8px;
}
.custom-slider .review .head .rating img {
	width: 20px;
	height: 20px;
}
.custom-slider .review .head .rating span {
	font-size: 14px;
	font-weight: bold;
}

.custom-slider .review .divider {
	display: inline-flex;
	height: 1px;
	width: 100%;
	background: var(--light-blue);
	margin: 20px 0;
}

.custom-slider .review .text .title {
	font-size: 16px;
	font-weight: 500;
}
.custom-slider .review .text p {
	font-size: 14px;
	color: var(--text);
	margin: 8px 0;
}

.custom-slider .review .text .date {
	display: flex;
	align-items: center;
	gap: 6px;
}
.custom-slider .review .text .date img {
	width: 16px;
	height: 16px;
}
.custom-slider .review .text .date span {
	font-size: 12px;
	color: var(--text);
	padding-top: 1px;
}


.slick-slider {
	overflow: hidden;
}
.slick-list {
  	overflow: visible !important;
}
.slick-track {
  	display: flex;
}
/* Кастомные стрелки */
.arrows {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: calc(100% + 48px);
  	transform: translate(-50%, -50%);
  	display: flex;
  	justify-content: space-between;
  	pointer-events: none;
  	z-index: 10;
}
.arrow-left,
.arrow-right {
  	width: 48px;
  	height: 48px;
  	background: transparent;
  	border: 1px solid var(--white-15);
  	border-radius: 50%;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	pointer-events: auto;
  	cursor: pointer;
  	transition: all .2s ease-in-out;
  	z-index: 2;
}
.arrow-left svg,
.arrow-right svg {
  	width: 20px;
  	height: 20px;
  	transform: rotate(180deg);
}
.arrow-right svg {
  	transform: rotate(0deg);
}
.arrow-left svg path,
.arrow-right svg path {
	fill: var(--white);
}
.arrow-left:hover,
.arrow-right:hover {
	background: var(--red);
}
.arrow-left.slick-hidden,
.arrow-right.slick-hidden {
  	display: flex !important;
  	opacity: 1 !important;
  	pointer-events: auto !important;
}

.slide .color {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 14px;
	padding-left: 12px;
	padding-top: 14px;
}
.slide .color .circle {
	width: 36px;
	height: 36px;
	min-width: 36px;
  	min-height: 36px;
	background: #363636;
	border-width: 4px;
	border-style: solid;
	border-color: white;
	border-radius: 50%;
}
.slide .color .circle.brown {
	background: #765852;
	border-color: white;
}
.slide .color .circle.white {
	background: #EEEEEE;
	border-color: #484848;
}
.slide .color .circle.black {
	background: #151515;
	border-color: white;
}
.slide .color .text {
	padding-top: 6px;
	display: flex;
	flex-direction: column;
}
.slide .color .text span:nth-child(1) {
	font-size: 18px;
}
.slide .color .text span:nth-child(2) {
	color: var(--white-50);
}
.custom-dots {
  	display: flex;
  	justify-content: center;
  	gap: 12px;
  	margin-top: 35px;
}
.custom-dots .slick-dots {
	display: flex;
	gap: 10px;
}
.custom-dots .slick-dots li {
	display: inline-flex;
	background: var(--blue-pale);
	border-radius: 50%;
}
.custom-dots .slick-dots li.slick-active {
	background: var(--blue);
}
.custom-dots .custom-dot {
  	width: 12px;
  	height: 12px;
  	border-radius: 50%;
  	border: none;
  	cursor: pointer;
  	transition: transform 0.3s;
}
.custom-dots .custom-dot.slick-active {
  	opacity: 1;
  	transform: scale(1.1);
}

/* ------------------------------------------------------------- *
 * Section Keywords
/* ------------------------------------------------------------- */
.keywords ul {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 8px;
	justify-content: center;
}
.keywords ul li a {
	font-size: 14px;
	background: var(--blue-pale);
	color: var(--dark-blue);
	padding: 3px 8px;
	border-radius: 100px;
}
.keywords ul li a:hover {
	background: var(--light-blue);
}
/* ------------------------------------------------------------- *
 * News All
/* ------------------------------------------------------------- */
.news-all {
	background: var(--bg-section);
	padding-bottom: 100px;
}
.news-all .row {
	justify-content: space-between;
	gap: 24px;
}
.news-all .news {
	flex-basis: calc((100% - 275px) - 30px);
	flex-grow: 1;
}
.news-all .aside {
	flex-basis: 275px;
}

.news-all .news .news-post {
	width: auto;
	flex-basis: calc((100% / 2) - 7px);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.news .news-post .news-image {
	overflow: hidden;
	border-radius: 16px;
}
.news .news-post .news-image img {
	border-radius: 16px;
	object-fit: cover;
	-webkit-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear;
}
.news .news-post .news-content {
	height: auto;
}
.news-all .news .news-post:hover .news-image img {
	transform: scale(1.05);
}
.news-all .news-post .news-content .news-title {
	font-size: 16px;
}

.aside .widget {
	padding: 20px;
}
.aside .widget.widget-banner {
	background: var(--blue);
	border-radius: 12px;
}
.aside .widget.widget-banner .image {
	margin-bottom: 20px;
}
.aside .widget.widget-banner .title {
	font-size: 20px;
	font-weight: 600;
	color: var(--white);
	line-height: 1.2;
	margin-bottom: 12px;
}
.aside .widget.widget-banner .subtitle {
	font-size: 16px;
	font-weight: 400;
	color: var(--white);
	margin-bottom: 20px;
}
.aside .widget.widget-banner .btn {
	background: transparent;
	border: 1px solid var(--white);
	color: var(--white);
}
@media (max-width: 992px) {
	.news-all .news {
	    flex-basis: calc((100% - 225px) - 15px);
	}
	.news-all .aside {
		flex-basis: 225px;
	}
	.news-all .news .news-post {
		flex-basis: 100%;
	}
}
@media (max-width: 767px) {
	.news-all .news {
	    flex-basis: 100%;
	    margin-bottom: 75px;
	}
	.news-all .aside {
		flex-basis: 100%;
	}
	.aside .widget.widget-banner .image {
		max-width: 235px;
		margin: 0 auto 20px;
	}
	.aside .widget.widget-banner .title br {
		font-size: 18px;
		display: none;
	}
	.aside .widget.widget-banner .subtitle {
		font-size: 14px;
	}
}
/* ------------------------------------------------------------- *
 * News Details
/* ------------------------------------------------------------- */
.news-details {}
.news-details-inner {
	border-radius: 16px;
	padding: 40px 30px;
	background: var(--white);
}
.news-details .row {
	gap: 30px;
	flex-direction: row;
}
.news-details .row .col-3 {
	flex-basis: calc(25% - 15px);
}
.news-details .row .col-9 {
	flex-basis: calc(75% - 15px);
}
.news-details-inner .news-image {
	margin-bottom: 26px;
	border-radius: 12px;
	overflow: hidden;
}
.news-details-inner h1 {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 16px;
}
.news-details-inner h2,
.news-details-inner h3 {
	font-size: 22px;
	font-weight: 500;
}
.news-details-inner h4,
.news-details-inner h5 {
	font-size: 20px;
	font-weight: 500;
}
.news-details-inner p {
	font-weight: 400;
	line-height: 1.4;
}
.news-details-inner p:last-child {
	margin-bottom: 0;
}
.news-details-inner a,
.news-details-inner p a,
.news-details-inner li a {
	color: var(--link);
	text-decoration: underline;
}
.news-details-inner ol,
.news-details-inner ul {
	padding-left: 30px;
	margin-bottom: 25px;
}
.news-details-inner ol li,
.news-details-inner ul li {
	margin-bottom: 8px;
	font-weight: 400;
	list-style: disc;
}
.news-details-inner ol li:last-child,
.news-details-inner ul li:last-child {
	margin-bottom: 0;
}
.news-details-inner strong {
	font-weight: 500;
}
.news-details-inner .news-labels {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.news-details-inner .news-labels .news-date,
.news-details-inner .news-labels .news-category {
	font-size: 14px;
	color: var(--text-grey-1);
}
@media (max-width: 992px) {
	.news-details-inner h1 {
		font-size: 26px;
	}
	.news-details-inner h2, .news-details-inner h3 {
		font-size: 20px;
	}
	.news-details-inner h1,
	.news-details-inner h2,
	.news-details-inner h3,
	.news-details-inner h4,
	.news-details-inner h5,
	.news-details-inner p,
	.news-details-inner ul,
	.news-details-inner ol {
		margin-bottom: 20px;
	}
	.news-details-inner .news-labels .news-date,
	.news-details-inner .news-labels .news-category {
		font-size: 12px;
	}
	.news-details-inner a,
	.news-details-inner p,
	.news-details-inner li {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.news-details {
		padding-top: 20px;
	}
	.news-details-inner {
		padding: 24px 16px 32px 16px;
	}
	.news-details .row .col {
		flex-basis: 100%;
	}
	.news-details-inner h1 {
		font-size: 22px;
	}
	.news-details-inner h2, .news-details-inner h3 {
		font-size: 18px;
	}
}
/* ------------------------------------------------------------- *
 * Breadcrumb
/* ------------------------------------------------------------- */
ul.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 25px 0;
}
ul.breadcrumb li {
	font-size: 12px;
	list-style: none;
	margin: 0;
}
ul.breadcrumb li a {
	color: var(--grey-6);
	text-decoration: none;
}
ul.breadcrumb li a:hover,
ul.breadcrumb li.active a {
	color: var(--black);
}
ul.breadcrumb li:after {
	content: "/";
    margin: 0 6px;
    color: var(--grey-6);
}
ul.breadcrumb li:last-child:after {
	display: none;
}
@media (max-width: 767px) {
	ul.breadcrumb li {
		margin-bottom: 3px;
	}
}
/* ------------------------------------------------------------- *
 * SEO Links
/* ------------------------------------------------------------- */
.home-seo-links {
/*	padding-top: 0;*/
}
.home-seo-links .seo-links-wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 14px;
}
.home-seo-links .seo-links-wrap .seo-links-item {
	width: calc(25% - 14px);
}
.home-seo-links .seo-links-wrap .seo-links-title {
	font-size: 16px;
	margin-bottom: 20px;
}
.home-seo-links .seo-links-wrap .seo-links-item ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.home-seo-links .seo-links-wrap .seo-links-item ul li a {
	font-size: 14px;
	font-weight: 400;
	color: var(--black);
}

.app-widget {
	background: var(--bg-section);
	border-radius: 16px;
}
.app-widget-top {
	position: relative;
	padding: 20px;
	background: var(--bg-section);
	border-radius: 16px;
}
.app-widget-top .text {
	max-width: calc(100% - 140px);
}
.app-widget-top .text .widget-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.15;
	color: var(--black);
	margin-bottom: 8px;
}
.app-widget-top .text .widget-subtitle {
	font-size: 12px;
	color: var(--grey-4);
}
.app-widget-top img {
	width: 130px;
	position: absolute;
	bottom: 0;
	right: 15px;
}

.app-widget-bottom {;
	background: var(--blue);
	padding: 20px;
	border-radius: 16px;
}
.app-widget-bottom .widget-title {
	font-size: 16px;
	font-weight: 600;
	color: var(--white);
	margin-bottom: 3px;
}
.app-widget-bottom .widget-subtitle {
	font-size: 12px;
	color: var(--white);
	opacity: .75;
}
@media (max-width: 1300px) {
	.app-widget-bottom {
		padding: 20px 15px;
	}
}
@media (max-width: 1200px) {
	.app-widget-top .text {
		max-width: calc(100% - 100px);
	}
	.app-widget-top .text .widget-title {
		font-size: 15px;
	}
	.app-widget-top img {
		width: 100px;
	}
}
@media (max-width: 767px) {
	.home-seo-links .seo-links-wrap {
		gap: 25px;
	}
	.home-seo-links .seo-links-wrap .seo-links-item {
		width: 100%;
	}
	.app-widget {
		margin-top: 30px;
	}
}
/* ------------------------------------------------------------- *
 * Market Buttons
/* ------------------------------------------------------------- */
.market-buttons {
	display: flex;
	width: 100%;
	justify-content: space-between;
	gap: 6px;
	margin-top: 14px;
}
.market-btn {
	flex-basis: calc((100% / 2) - 6px);
    padding: 6px 7px;
    border-radius: 6px;
    -webkit-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    background-color: #fff;
    text-decoration: none;
}
.market-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--black);
}
.market-btn img {
	width: 20px;
	margin-right: 6px;
}
.market-btn .text .subtitle {
	display: block;
    margin-bottom: -0.25rem;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
}
.market-btn .text .title {
	display: block;
    color: #fff;
    font-size: 13px;
}
.market-btn:hover {
    opacity: .9;
}

.market-btn-light {
    border-color: rgba(255, 255, 255, 0.14);
    background-color: rgba(0, 0, 0, 0);
}
.market-btn-light .market-button-title {
    color: #fff;
}
.market-btn-light .market-button-subtitle {
    color: rgba(255, 255, 255, 0.6);
}
.market-btn-light:hover {
    background-color: rgba(255, 255, 255, 0.06);
}
@media (max-width: 1300px) {
	.market-btn .text .subtitle {
		font-size: 11px;
		font-weight: 400;
	} 
	.market-btn .text .title {
		font-size: 13px;
	}
}
@media (max-width: 1200px) {
	.market-buttons {
		flex-wrap: wrap;
	}
	.market-btn {
		flex-basis: 100%;
		justify-content: center;
	}
	.market-btn .text .subtitle {
		font-size: 11px;
		font-weight: 400;
	} 
	.market-btn .text .title {
		font-size: 13px;
	}

}
/* ------------------------------------------------------------- *
 * Page Header
/* ------------------------------------------------------------- */
.page-header {
	margin-top: -6px;
	padding-top: 25px;
	padding-bottom: 40px;
	background: linear-gradient(180deg, #fff 0%, #E4F0FF 90%, #BBD9FF 100%);
}
.page-header .row {
	flex-direction: column;
}
.page-header .title h1,
.page-header .title h3 {
	font-size: clamp(24px, 5vw, 32px);
	font-weight: bold;
	line-height: 110%;
	margin-bottom: 16px;
	color: var(--black);
}
.page-header .title h1 span,
.page-header .title h3 span {
	position: relative;
	z-index: 1;
}
.page-header .title h1 span:before,
.page-header .title h3 span:before {
	content: "";
    width: 105%;
    height: 55%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 2.5%;
    margin-left: -2.5%;
    background: var(--light-yellow);
    transform: translateY(-50%);
    z-index: -1;
    border-radius: 100px;
}
.page-header .title p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--black);
	margin-bottom: 16px;
}
.page-header .title p:last-child {
	margin: 0;
}
.page-header .group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.page-header .group .text-col {
	position: relative;
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.page-header .group .banner-col {
	flex: 0 0 auto;
	width: 100%;
	max-width: 400px;
}
.page-header .group .banner {
	position: relative;
	z-index: 1;
}
.page-header .group .banner .dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 590px;
    max-width: max-content;
    z-index: -1;
}

.page-header.bg-style-1 h1,
.page-header.bg-style-1 h4,
.page-header.bg-style-1 p,
.page-header.bg-lightgreen h1,
.page-header.bg-lightgreen h4,
.page-header.bg-lightgreen p,
.page-header.bg-lightblue h1,
.page-header.bg-lightblue h4,
.page-header.bg-lightblue p {
	color: var(--black);
}
@media (max-width: 992px) {
	.page-header .group .banner-col {
		max-width: 300px;
	}
}
@media (max-width: 767px) {
	.page-header.lg-padding-bottom {
		padding-bottom: 105px;
	}
	.page-header .row {
		justify-content: center;
	}
	.page-header .breadcrumb {
		margin: 0 auto 25px;
	}
	.page-header .title {
		text-align: center;
	}
	.page-header .title h4 {
		font-size: 22px;
	}
	.page-header .title p {
		font-size: 14px;
	}

	.page-header .title h1,
	.page-header .title h4 {
		font-size: 26px;
	}
}
/* ------------------------------------------------------------- *
 * Filters / Sorting / View
/* ------------------------------------------------------------- */
.filters-wrap {
	margin-bottom: 40px;
}
.filters-form {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	gap: 10px;
}
.filters-form .filter-item {
	position: relative;
	flex: 1;
}
.filters-form input {
	width: 100%;
	padding: 16px 26px 16px 16px;
	height: 48px;
	background: rgba(228, 240, 255, .30);
	border-radius: 12px;
	border: 1px solid var(--light-blue);
	color: var(--black);
}
.filters-form span {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
.filters-form .label {
	position: absolute;
    top: -11px;
    left: 14px;
    font-size: 12px;
    background: var(--blue-pale);
    color: var(--text);
    padding: 2px 8px;
    border-radius: 50px;
}
.filters-form .btn-results {
	width: 200px;
	padding: 16px;
	background: var(--blue);
	color: var(--white);
	font-size: 16px;
}

.filters-form input,
.filters-form .select-selected,
.filters-form .btn-results {
	height: 52px;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}
.custom-select select {
    display: none;
}
.custom-select label {
	position: absolute;
    top: -11px;
    left: 14px;
    font-size: 12px;
    background: var(--blue-pale);
    color: var(--text);
    padding: 2px 8px;
    border-radius: 50px;
}
.select-selected {
    width: 100%;
    font-size: 16px;
	padding: 16px 26px 16px 16px;
	background: rgba(228, 240, 255, .30);
	border-radius: 12px;
	border: 1px solid var(--light-blue);
	color: var(--black);
}
.select-arrow {
    position: absolute;
    top: 50%;
    right: 16px;
    border: solid var(--dark-2);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: translateY(-50%) rotate(45deg);
}
.select-items {
    position: absolute;
    background-color: var(--white);
    border: 1px solid var(--grey-5);
    border-radius: 4px;
    width: 100%;
    z-index: 99;
    max-height: 275px;
    overflow-y: auto;
    margin-top: 1px;
}
.select-items div {
    padding: 12px 16px;
    cursor: pointer;
}
.select-items div:hover {
    background-color: #f1f1f1;
}
.select-hide {
    display: none;
}

/* Sorting */
.sort-view-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
}
.sort-item .select {
	position: relative;
	display: inline-block;
	width: 100%;
}
.sort-item .select select {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	color: var(--dark-2);
	cursor: pointer;
	padding-left: 25px;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.sort-item .select select > div {
	margin-bottom: -3px;
}
.sort-item .select select::-ms-expand {
  	display: none;
}
.sort-item .select select:hover,
.sort-item .select select:focus {}
.sort-item .select select:disabled {
  	opacity: 0.5;
  	pointer-events: none;
}
.sort-item .select .icon {
  	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
  	left: 0;
  	width: 20px;
  	height: 20px;
}
.view-buttons {
	display: flex;
	flex-direction: row;
	gap: 5px;
	background: var(--white);
    padding: 4px;
    border-radius: 12px;
}
.view-buttons .btn-view {
	font-size: 14px;
	color: var(--dark-2);
	padding: 8px;
	border-radius: 8px;
	background: transparent;
}
.view-buttons .btn-view.active {
	background: var(--grey-8);
	color: var(--dark-2);
}

@media (max-width: 1200px) {
	.filters-form .btn-results,
	.filters-form input {
		font-size: 15px;
	}
	.select-selected {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	.filters-form {
		flex-wrap: wrap;
	}
	.filters-form .filter-item {
		flex-basis: 100%;
	}
	.filters-form .btn-results {
		width: 100%;
	}
}
@media (max-width: 500px) {
	.filters-wrap {
		padding: 0;
	}
	.view-buttons .btn-view {
		padding: 6px 10px;
	}
	.view-buttons .btn-view,
	.sort-item .select select {
		font-size: 12px;
	}
	.view-buttons .btn-view img {
		width: 16px;
	}
	.filters-form span {
		font-size: 14px;
	}
	.select-items div {
		font-size: 14px;
	}
}
/* ------------------------------------------------------------- *
 * Credit Offers
/* ------------------------------------------------------------- */
.credits-offers {
	background: var(--white);
	padding-top: 40px;
}
.banks-offers {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.banks-offers .offer {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px;
	background: var(--white);
	border: 1px solid var(--blue-pale);
	border-radius: 12px;
	box-shadow: 0 3px 0 #BBD9FF;
}
.banks-offers .offer .offer-logo {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
/*	padding-top: 5px;*/
}
.banks-offers .offer .offer-image {
	max-width: 165px;
	margin: 0 auto;
}
.banks-offers .offer .offer-rating {
	display: flex;
	flex-direction: column;
	gap: 4px;
	position: absolute;
	top: 0;
	right: 20px;
}
.banks-offers .offer .offer-name {
	font-size: 15px;
	font-weight: 500;
	color: var(--black);
}
.banks-offers .offer .offer-score {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 4px;
}
.banks-offers .offer .offer-score .offer-stars {
	display: flex;
	margin-top: -3px;
}
.banks-offers .offer .offer-score .offer-stars i {
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url('../images/icons/icon-star.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.banks-offers .offer .offer-score-rate {
	font-size: 13px;
	color: var(--text-grey-1)
}
.banks-offers .offer .offer-license {
	font-size: 11px;
	color: var(--text-grey-1)
}
.banks-offers .offer .offer-info {
	margin-left: auto;
    margin-right: 40px;
    padding: 7px 0;
    min-width: 450px;
}
.banks-offers .offer .offer-info ul {
	display: flex;
	flex-direction: row;
	gap: 30px;
}
.banks-offers .offer .offer-info ul li {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 4px;
}
.banks-offers .offer .offer-info ul li .small {
	font-size: 14px;
	color: var(--text);
}
.banks-offers .offer .offer-info ul li .big {
	font-size: 15px;
	font-weight: 500;
	color: var(--black);
}
/*@media (min-width: 1200px) {
	.banks-offers .offer .offer-info ul {
		min-width: 500px;
	}
	.banks-offers .offer .offer-info ul li {
		flex-grow: 0;
	}
}*/
.banks-offers .offer .btn-go-url {
	padding: 12px 20px;
	font-size: 15px;
	font-weight: 500;
}
.banks-offers .offer .offer-buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
}
.banks-offers .offer-buttons .offer-links {
	display: none;
}
.banks-offers .offer .btn-offer-details a {
	display: flex;
	position: relative;
	font-size: 14px;
	width: 43.5px;
	height: 43.5px;
    color: var(--grey-4);
    border: 1px solid var(--grey-5);
    border-radius: 8px;
}
.banks-offers .offer .btn-offer-details a img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear;
}
.banks-offers .offer .btn-offer-details a span {
	display: none;
}
.banks-offers .offer .btn-offer-details a:hover {
	border-color: var(--blue);
}
.banks-offers .offer .btn-offer-details a:hover img {
	-webkit-transform: translate(-50%,-50%) scale(1.1);
	transform: translate(-50%,-50%) scale(1.1);
}

.banks-offers .offer .offer-present-text {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 4px;
}
.banks-offers .offer .offer-present-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}
.banks-offers .offer .offer-present-inner div {
    font-size: 14px;
    font-weight: 500;
    flex: 0 0 calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
    text-align: center;
}

.banks-offers .offer .offer-bottom {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
.banks-offers .offer .offer-keywords ul {
	display: flex;
	flex-direction: row;
	gap: 6px;
}
.banks-offers .offer .offer-keywords ul li {
    font-size: 12px;
    font-weight: 400;
	border-radius: 10px;
    padding: 6px 10px;
    color: var(--black);
    background: var(--grey-8);
    opacity: .7;
}

.banks-offers .offer .offer-links ul {
	display: flex;
	flex-direction: row;
	gap: 14px;
}
.banks-offers .offer .offer-links ul li a {
	font-size: 13px;
	color: var(--link);
}
.banks-offers .offer .offer-links ul li a:before {
	background: var(--link);
}
.banks-offers .banks-others {
	font-size: 28px;
	text-align: center;
	width: 100%;
	margin: 15px 0;
}
.banks-offers .offer-hot {
	border: 1px solid var(--blue);
}
.banks-offers .offer-hot-label {
	position: absolute;
	top: -9px;
	left: 30px;
	font-size: 10px;
	font-weight: 400;
	color: var(--black);
	background: var(--yellow);
	border-radius: 100px;
	padding: 3px 9px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 4px;
}
.banks-offers .offer-hot-label:before {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image: url(../images/icons/icon-finger-black.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
/* Tile View */
.banks-offers.tile-view {
	justify-content: space-between;
	flex-wrap: wrap;
	gap: initial;
	row-gap: 30px;
}
.banks-offers.tile-view .offer {
    padding: 24px 20px;
    width: calc(25% - 15px);
}
.banks-offers.tile-view .offer .offer-image {
	width: 100%;
	margin: 0 auto;
}
.banks-offers.tile-view .offer .offer-score {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
}
.banks-offers.tile-view .offer .offer-score img {
	width: 20px;
	height: 20px;
}
.banks-offers.tile-view .offer .offer-name,
.banks-offers.tile-view .offer .offer-score-rate,
.banks-offers.tile-view .offer .offer-license {
	font-size: 11px;
}

.banks-offers.tile-view .offer .offer-bottom,
.banks-offers.tile-view .offer .offer-keywords ul {
	flex-wrap: wrap;
	justify-content: center;
}
.banks-offers.tile-view .offer .offer-bottom {
	margin-top: 0;
}
.banks-offers.tile-view .offer .offer-keywords ul {
	gap: 6px;
}
.banks-offers.tile-view .offer-keywords ul li {
	font-size: 9px;
	opacity: .5;
}

.banks-offers.tile-view .offer .offer-info {
	margin-right: 0;
	padding: 15px 0;
	min-width: fit-content;
}
.banks-offers.tile-view .offer .offer-info ul {
	flex-wrap: wrap;
	gap: 10px;
}
.banks-offers.tile-view .offer .offer-info ul li {
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-basis: 100%;
    flex-grow: 1;
}
.banks-offers.tile-view .offer .offer-info ul li .big {
	font-size: 14px;
	text-align: right;
}

.banks-offers.tile-view .offer .offer-buttons {
	width: 100%;
	gap: 6px;
	order: 4;
	flex-wrap: wrap;
	margin-top: 16px;
}
.banks-offers.tile-view .offer .btn-offer-details a {
	width: 42px;
	height: 42px;
}
.banks-offers.tile-view .offer .btn-go-url {
	padding: 12px 20px;
	font-size: 15px;
/*	flex-basis: calc((100% - 42px) - 12px);*/
	flex-basis: 100%;
}
/* Tile View Offer Links */
.banks-offers.tile-view .offer .offer-links {
	margin-top: 6px;
	flex-basis: 100%;
}
.banks-offers.tile-view .offer .offer-links ul {
	flex-wrap: wrap;
	gap: 6px;
}
.banks-offers.tile-view .offer .offer-links ul li {
	flex-basis: 100%;
	display: inline-flex;
	justify-content: center;
}
.banks-offers.tile-view .offer .offer-links ul li a {
	padding: 0;
	font-size: 11px;
}
.banks-offers.tile-view .offer-bottom .offer-links {
	display: none;
}
.banks-offers.tile-view .offer-buttons .offer-links {
	display: flex;
}
.banks-offers.tile-view .offer-hot-label {
	left: 16px;
    width: max-content;
}
@media (max-width: 1200px) {
	.banks-offers .offer {
		gap: 0 16px;
	}
	.banks-offers .offer .offer-info {
		margin: 0;
		flex-grow: 0;
		max-width: 350px;
		min-width: auto;
		min-width: fit-content;
	}
	.banks-offers .offer .offer-buttons {
		flex-grow: 0;
	}
	.banks-offers .offer .offer-info ul {
		flex-wrap: wrap;
		gap: 16px;
	}
	.banks-offers .offer .offer-info ul li {
		flex-basis: calc((100% / 2) - 20px);
		flex-grow: 1;
	}
	.banks-offers .offer .offer-links {
		max-width: 243px;
	}
	.banks-offers .offer .offer-links ul {
		flex-wrap: wrap;
		justify-content: center;
		gap: 2px;
	}
	.banks-offers .offer .offer-links ul li {
		text-align: center;
	}

	.banks-offers.tile-view .offer .offer-image {
		margin: 0 auto;
	}
	.banks-offers.tile-view .offer .offer-rating {
		margin: 0 auto;
	}
	.banks-offers.tile-view .offer .offer-name, 
	.banks-offers.tile-view .offer .offer-score-rate, 
	.banks-offers.tile-view .offer .offer-license {
		text-align: center;
	}
	.banks-offers.tile-view .offer .offer-name {
		font-size: 12px;
	}
	.banks-offers.tile-view .offer .offer-name span {
		display: block;
	}
	.banks-offers.tile-view .offer .offer-score {
    	justify-content: center;
	}
	.banks-offers.tile-view .offer .offer-license {
		display: flex;
    	flex-basis: 100%;
    	justify-content: center;
	}
	.banks-offers.tile-view .offer .btn-offer-details a {
		width: 42px;
		height: 42px;
	}
	.banks-offers.tile-view .offer .btn-go-url {
		font-size: 14px;
		height: 42px;
		padding: 12px 6px;
	}
}
@media (max-width: 992px) {
	.banks-offers .offer {
		align-items: center;
	}
	.banks-offers .offer .offer-buttons {
		margin-top: 20px;
		flex-basis: 100%;
		flex-grow: 1;
	}
	.banks-offers .offer .offer-bottom {
		gap: 16px;
		margin-top: 20px;
	}
	.banks-offers .offer .offer-links ul {
		gap: 1px;
	}
	.banks-offers .offer .offer-links ul li a {
		font-size: 12px;
	}
	.banks-offers .offer .offer-keywords ul li {
		text-align: center;
	}

	.banks-offers.tile-view .offer {
		width: auto;
		flex-basis: calc((100% / 2) - 10px);
	}
	.banks-offers.tile-view .offer .offer-image {
		margin: 0;
	}
	.banks-offers.tile-view .offer .offer-rating {
		margin: 0 0 0 auto;
	}
	.banks-offers.tile-view .offer .offer-name,
	.banks-offers.tile-view .offer .offer-score-rate,
	.banks-offers.tile-view .offer .offer-license {
		text-align: right;
	}
	.banks-offers.tile-view .offer .offer-name {
		font-size: 14px;
	}
	.banks-offers.tile-view .offer .offer-name span {
		display: inline-block;
	}
	.banks-offers.tile-view .offer .offer-logo {
		flex-direction: row;
		align-items: center;
	}
	.banks-offers.tile-view .offer .offer-score,
	.banks-offers.tile-view .offer .offer-license {
		justify-content: flex-end;
	}
	.banks-offers.tile-view .offer .offer-info {
		max-width: 100%;
        flex-basis: 100%;
        padding: 20px 0;
	}
	.banks-offers.tile-view .offer .offer-buttons {
        order: 4;
        flex-wrap: wrap;
    }
    .banks-offers.tile-view .offer .btn-go-url {
	    padding: 12px 30px;
	    font-size: 15px;
	}
	.banks-offers.tile-view .offer .offer-buttons {
		gap: 12px;
	}
	.banks-offers.tile-view .offer-keywords ul li {
		font-size: 11px;
	}
	.banks-offers.tile-view .offer-buttons .offer-links {
		margin: 8px auto 0;
	}
	.banks-offers.tile-view .offer .offer-links ul li a {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.banks-offers .offer {
		align-items: center;
	}
	.banks-offers .offer .offer-image {
		max-width: 130px;
	}
	.banks-offers .offer .offer-logo,
	.banks-offers .offer .offer-info {
		flex-basis: calc((100% / 2) - 10px);
		flex-grow: 1;
	}
	.banks-offers.tile-view .offer .offer-info {
		padding: 10px 0 12px 0;
	}
	.banks-offers.tile-view .offer .offer-info ul {
		gap: 6px;
	}
	.banks-offers .offer .offer-present {
		width: 100%;
	}
	.banks-offers .offer .offer-present-text {
		font-size: 12px;
        line-height: 110%;
        margin: 0 auto;
        max-width: 140px;
        color: var(--text);
        padding-bottom: 4px;
	}
	.banks-offers .offer .offer-present-inner div {
		font-size: 11px;
	}
	.banks-offers .offer .offer-rating {
		gap: 2px;
	}
	.banks-offers .offer .offer-score {
		flex-wrap: wrap;
		gap: 2px;
	}
	.banks-offers .offer .offer-license {
		flex-basis: 100%;
		font-size: 12px;
	}
	.banks-offers .offer .offer-keywords ul,
	.banks-offers .offer .offer-bottom {
		flex-wrap: wrap;
		justify-content: center;
	}

	.banks-offers.tile-view .offer {
		padding: 15px;
		flex-basis: calc((100% / 2) - 7px);
	}
	.banks-offers.tile-view .offer .offer-logo {
		gap: 12px;
	}
	.banks-offers.tile-view .offer .offer-name,
	.banks-offers.tile-view .offer .offer-score-rate,
	.banks-offers.tile-view .offer .offer-license {
		text-align: center;
	}
	.banks-offers.tile-view .offer .offer-score,
	.banks-offers.tile-view .offer .offer-license {
		justify-content: center;
	}
	.banks-offers.tile-view .offer .offer-name {
		font-size: 12px;
	}
	.banks-offers.tile-view .offer .offer-keywords {
		display: none;
	}
	.banks-offers.tile-view .offer .offer-info ul li .small {
		font-size: 11px;
		flex-grow: 1;
		text-align: left;
	}
	/*.banks-offers.tile-view .offer .offer-info ul li .small span {
		display: none;
	}*/
	.banks-offers.tile-view .offer .offer-info ul li .big {
		font-size: 12px;
		flex-grow: 1;
		text-align: right;
	}
	.banks-offers.tile-view .offer .btn-offer-details {
		width: 100%;
	}
	.banks-offers.tile-view .offer .btn-offer-details a {
		width: 100%;
		justify-content: center;
		align-items: center;
		padding: 2px 12px;
		height: auto;
		border: 0;
		border-radius: 0;
	}
	.banks-offers.tile-view .offer .btn-offer-details a img {
		position: relative;
		transform: initial;
		top: initial;
		left: initial;
		width: 18px;
		height: 18px;
		margin-right: 6px;
	}
	.banks-offers.tile-view .offer .btn-offer-details a span {
		font-size: 12px;
		display: inline-flex;
	}
	.banks-offers.tile-view .offer .offer-buttons {
		margin-top: 0;
	}
	.banks-offers.tile-view .offer .btn-go-url {
		font-size: 12px;
		padding: 12px;
		flex-basis: 100%;
	}
	.banks-offers .banks-others {
	    font-size: 20px;
	}
}
@media (max-width: 600px) {
	.banks-offers.tile-view .offer .offer-logo {
		flex-direction: column;
	}
	.banks-offers.tile-view .offer .offer-rating {
		margin: 0 auto;
	}
}
@media (max-width: 500px) {
	.banks-offers .offer {
		padding: 20px;
	}
	.banks-offers .offer .offer-logo {
		flex-direction: row;
		gap: 20px;
	}
	.banks-offers .offer .offer-name,
	.banks-offers .offer .offer-score-rate {
		font-size: 12px;
	}
	.banks-offers .offer .offer-license {
		font-size: 11px;
	}
	.banks-offers .offer .offer-score {
		justify-content: center;
	}
	.banks-offers .offer .offer-logo {
		align-items: center;
	}
	.banks-offers .offer .offer-logo,
	.banks-offers .offer .offer-info {
		flex-basis: 100%;
		justify-content: center;
        flex-direction: column;
        text-align: center;
	}
	.banks-offers .offer .offer-info {
		padding: 20px 0;
		margin: 0 auto;
	}
	.banks-offers .offer .offer-info ul li {
		text-align: center;
	}
	.banks-offers .offer .offer-buttons {
		order: 4;
		flex-wrap: wrap;
	}
	.banks-offers .offer .offer-keywords ul li {
		font-size: 11px;
		opacity: .5;
	}
	.banks-offers .offer .offer-bottom {
		margin: 0;
	}
	.banks-offers .offer-bottom .offer-links {
		display: none;
	}
	.banks-offers .offer-buttons .offer-links {
		display: flex;
		margin: 0 auto;
	}
	.banks-offers .offer .btn-offer-details a {
		width: 42px;
		height: 42px;
	}
	.banks-offers .offer .btn-go-url {
/*		flex-basis: calc((100% - 42px) - 12px);*/
		height: 46px;
	}
	.banks-offers .offer-hot-label {
		left: 12px;
	    width: max-content;
	}

	.banks-offers.tile-view {
		row-gap: 15px;
	}
	.banks-offers.tile-view .offer {
		padding: 20px 8px 15px 8px;
	}
	.banks-offers.tile-view .offer .offer-buttons {
		gap: 10px;
	}
	.banks-offers.tile-view .offer .offer-links ul {
		gap: 5px;
	}
	.banks-offers.tile-view .offer .offer-links ul li {
		flex-basis: calc((100% / 2) - 5px);
	}
	.banks-offers.tile-view .offer .offer-links ul li a {
		font-size: 9.5px;
		text-decoration: underline;
	}
	.banks-offers.tile-view .offer-buttons .offer-links {
		order: 1;
	}
	.banks-offers.tile-view .offer .btn-offer-details {
		order: 2;
	}
	.banks-offers.tile-view .offer .btn-offer-details a img {
		width: 15px;
		height: 15px;
	}
	.banks-offers.tile-view .offer .btn-go-url {
		order: 3;
		font-size: 12.6px;
	}
	.banks-offers .offer .btn-go-url .icon {
		width: 20px;
		height: 20px;
	}
}
/* ------------------------------------------------------------- *
 * Offers Placeholder
/* ------------------------------------------------------------- */
.offer-placeholder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 calc((100% - 42px) / 4);
    max-width: calc((100% - 42px) / 4);
    height: 384.7px;
    border: 1px solid var(--blue-pale);
    border-radius: 2px;
    box-shadow: 0 3px 0 #BBD9FF;
    padding: 18px 14px;
    background: var(--white);
    overflow: hidden;
    position: relative;
}
.skel {
    background-color: var(--gray-2);
    background: linear-gradient(90deg, var(--blue-pale) 0px, var(--white) 40px, var(--blue-pale) 80px);
    background-size: 600px;
    border-radius: 6px;
    animation: placeholderShimmer 1.4s ease infinite;
}
.skel-logo {
    width: 165px;
    height: 84px;
    margin: 0 auto;
}
.skel-info,
.skel-link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px;
}
.skel-link {
	flex-direction: column;
	align-items: center;
}
.skel-info span {
    width: 45%;
    height: 18px;
}
.skel-text {
    width: 92%;
    margin: 0 auto;
    height: 16px;
}
.skel-link span {
    width: 46%;
    height: 12px;
}
.skel-link span:nth-child(2) {
    width: 56%;
}
.skel-button {
    width: 100%;
    height: 42px;
}
@keyframes placeholderShimmer {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: 600px 0;
    }
}
@media (max-width: 767px) {
    .offer-placeholder {
        height: 318.43px;
        flex: 0 0 calc((100% - 6px) / 2);
        max-width: calc((100% - 6px) / 2);
    }
    .skel-logo {
        width: 135px;
        height: 69px;
    }
    .skel-info span,
    .skel-link span {
        width: 45%;
        height: 12px;
    }
}
/* ------------------------------------------------------------- *
 * Cards Offers
/* ------------------------------------------------------------- */
.cards-offers {
	background: var(--bg-section);
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding-bottom: 75px;
}
.cards-offers .offer {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px;
	border-radius: 20px;
	background: var(--white);
}
.cards-offers .offer .offer-logo {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 12px;
/*	padding-top: 5px;*/
}
.cards-offers .offer .offer-image {
	width: 120px;
	border-radius: 12px;
	overflow: hidden;
}
.cards-offers .offer .offer-rating {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.cards-offers .offer .offer-name {
	font-size: 15px;
	font-weight: 500;
	color: var(--black);
}
.cards-offers .offer .offer-score {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 4px;
}
.cards-offers .offer .offer-score .offer-stars {
	display: flex;
	margin-top: -3px;
}
.cards-offers .offer .offer-score .offer-stars i {
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url('../images/icons/icon-star.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.cards-offers .offer .offer-score-rate {
	font-size: 13px;
	color: var(--text-grey-1)
}
.cards-offers .offer .offer-license {
	font-size: 13px;
	color: var(--text-grey-1)
}
.cards-offers .offer .offer-info {
	margin-left: auto;
    margin-right: 40px;
/*    padding: 7px 0;*/
    max-width: 285px;
}
.cards-offers .offer .offer-info ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.cards-offers .offer .offer-info ul li {
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex-basis: calc((100% / 2) - 15px);
}
.cards-offers .offer .offer-info ul li .small {
	font-size: 13px;
	color: var(--text-grey-1)
}
.cards-offers .offer .offer-info ul li .big {
	font-size: 15px;
	font-weight: 600;
	color: var(--black);
}
.cards-offers .offer .btn-go-url {
	padding: 12px 30px;
	font-size: 15px;
	font-weight: 500;
}
.cards-offers .offer .offer-buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
}
.cards-offers .offer-buttons .offer-links {
	display: none;
}
.cards-offers .offer .btn-offer-details a {
	display: flex;
	position: relative;
	font-size: 14px;
	width: 43.5px;
	height: 43.5px;
    color: var(--grey-4);
    border: 1px solid var(--grey-5);
    border-radius: 8px;
}
.cards-offers .offer .btn-offer-details a img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear;
}
.cards-offers .offer .btn-offer-details a span {
	display: none;
}
.cards-offers .offer .btn-offer-details a:hover {
	border-color: var(--blue);
}
.cards-offers .offer .btn-offer-details a:hover img {
	-webkit-transform: translate(-50%,-50%) scale(1.1);
	transform: translate(-50%,-50%) scale(1.1);
}

.cards-offers .offer .offer-bottom {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
.cards-offers .offer .offer-keywords ul {
	display: flex;
	flex-direction: row;
	gap: 6px;
}
.cards-offers .offer .offer-keywords ul li {
	font-size: 12px;
	font-weight: 400;
	border-radius: 10px;
	padding: 6px 10px;
	color: var(--black);
    background: var(--grey-8);
	opacity: .7;
}

.cards-offers .offer .offer-links ul {
	display: flex;
	flex-direction: row;
	gap: 14px;
}
.cards-offers .offer .offer-links ul li a {
	font-size: 13px;
	color: var(--link);
}
.cards-offers .offer .offer-links ul li a:before {
	background: var(--link);
}
/* Tile View */
.cards-offers.tile-view {
	justify-content: space-between;
	flex-wrap: wrap;
	gap: initial;
	row-gap: 30px;
}
.cards-offers.tile-view .offer {
    padding: 15px 20px;
    width: calc(25% - 15px);
}
.cards-offers.tile-view .offer .offer-image {
	width: 100%;
	max-width: 120px;
}
.cards-offers.tile-view .offer .offer-score {
	flex-wrap: wrap;
	gap: 2px;
}
.cards-offers.tile-view .offer .offer-name,
.cards-offers.tile-view .offer .offer-score-rate,
.cards-offers.tile-view .offer .offer-license {
	font-size: 11px;
}

.cards-offers.tile-view .offer .offer-bottom,
.cards-offers.tile-view .offer .offer-keywords ul {
	flex-wrap: wrap;
	justify-content: center;
}
.cards-offers.tile-view .offer .offer-bottom {
	margin-top: 0;
}
.cards-offers.tile-view .offer .offer-keywords ul {
	gap: 6px;
}
.cards-offers.tile-view .offer-keywords ul li {
	font-size: 9px;
	opacity: .5;
}

.cards-offers.tile-view .offer .offer-info {
	margin-right: 0;
	padding: 15px 0;
	min-width: fit-content;
}
.cards-offers.tile-view .offer .offer-info ul {
	flex-wrap: wrap;
	gap: 8px;
}
.cards-offers.tile-view .offer .offer-info ul li {
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-basis: 100%;
    flex-grow: 1;
}
.cards-offers.tile-view .offer .offer-info ul li .big {
	font-size: 14px;
}

.cards-offers.tile-view .offer .offer-buttons {
	width: 100%;
	gap: 6px;
	order: 4;
	flex-wrap: wrap;
	margin-top: 16px;
}
.cards-offers.tile-view .offer .btn-offer-details a {
	width: 42px;
	height: 42px;
}
.cards-offers.tile-view .offer .btn-go-url {
	padding: 12px 6px;
	font-size: 14px;
/*	flex-basis: calc((100% - 42px) - 12px);*/
	flex-basis: 100%;
}
/* Tile View Offer Links */
.cards-offers.tile-view .offer .offer-links {
	margin-top: 6px;
	flex-basis: 100%;
}
.cards-offers.tile-view .offer .offer-links ul {
	flex-wrap: wrap;
	gap: 6px;
}
.cards-offers.tile-view .offer .offer-links ul li {
	flex-basis: 100%;
	display: inline-flex;
	justify-content: center;
}
.cards-offers.tile-view .offer .offer-links ul li a {
	padding: 0;
	font-size: 11px;
}
.cards-offers.tile-view .offer-bottom .offer-links {
	display: none;
}
.cards-offers.tile-view .offer-buttons .offer-links {
	display: flex;
}
@media (max-width: 1200px) {
	.cards-offers .offer {
		gap: 0 16px;
	}
	.cards-offers .offer .offer-logo {
		flex-direction: column;
	    justify-content: flex-start;
	    align-items: flex-start;
	    flex-grow: 1;
	}
	.cards-offers .offer .offer-info {
		margin: 0;
		flex-grow: 0;
		max-width: 350px;
		min-width: auto;
		min-width: fit-content;
	}
	.cards-offers .offer .offer-buttons {
		flex-grow: 0;
	}
	.cards-offers .offer .offer-info ul {
		flex-wrap: wrap;
		gap: 16px;
	}
	.cards-offers .offer .offer-info ul li {
		flex-basis: calc((100% / 2) - 20px);
		flex-grow: 1;
	}
	.cards-offers .offer .offer-links {
		max-width: 243px;
	}
	.cards-offers .offer .offer-links ul {
		flex-wrap: wrap;
		justify-content: center;
		gap: 2px;
	}
	.cards-offers .offer .offer-links ul li {
		text-align: center;
	}

	.cards-offers.tile-view .offer .offer-image {
		max-width: 130px;
		margin: 0 auto;
	}
	.cards-offers.tile-view .offer .offer-rating {
		margin: 0 auto;
	}
	.cards-offers.tile-view .offer .offer-name, 
	.cards-offers.tile-view .offer .offer-score-rate, 
	.cards-offers.tile-view .offer .offer-license {
		text-align: center;
	}
	.cards-offers.tile-view .offer .offer-name {
		font-size: 12px;
	}
	.cards-offers.tile-view .offer .offer-name span {
		display: block;
	}
	.cards-offers.tile-view .offer .offer-score {
    	justify-content: center;
	}
	.cards-offers.tile-view .offer .offer-license {
		display: flex;
    	flex-basis: 100%;
    	justify-content: center;
	}
	.cards-offers.tile-view .offer .btn-offer-details a {
		width: 42px;
		height: 42px;
	}
	.cards-offers.tile-view .offer .btn-go-url {
		font-size: 14px;
		height: 42px;
		padding: 12px 6px;
	}
}
@media (max-width: 992px) {
	.cards-offers .offer {
		align-items: center;
	}
	.cards-offers .offer .offer-image {
		width: 150px;
	}
	.cards-offers .offer .offer-buttons {
		margin-top: 20px;
		flex-basis: 100%;
		flex-grow: 1;
	}
	.cards-offers .offer .offer-bottom {
		gap: 16px;
		margin-top: 20px;
	}
	.cards-offers .offer .offer-links ul {
		gap: 1px;
	}
	.cards-offers .offer .offer-links ul li a {
		font-size: 12px;
	}
	.cards-offers .offer .offer-keywords ul li {
		text-align: center;
	}

	.cards-offers.tile-view .offer {
		width: auto;
		flex-basis: calc((100% / 2) - 10px);
	}
	.cards-offers.tile-view .offer .offer-image {
		margin: 0;
	}
	.cards-offers.tile-view .offer .offer-rating {
		margin: 0 0 0 auto;
	}
	.cards-offers.tile-view .offer .offer-name,
	.cards-offers.tile-view .offer .offer-score-rate,
	.cards-offers.tile-view .offer .offer-license {
		text-align: right;
	}
	.cards-offers.tile-view .offer .offer-name {
		font-size: 14px;
	}
	.cards-offers.tile-view .offer .offer-name span {
		display: inline-block;
	}
	.cards-offers.tile-view .offer .offer-logo {
		flex-direction: row;
		align-items: center;
	}
	.cards-offers.tile-view .offer .offer-score,
	.cards-offers.tile-view .offer .offer-license {
		justify-content: flex-end;
	}
	.cards-offers.tile-view .offer .offer-info {
		max-width: 100%;
        flex-basis: 100%;
        padding: 20px 0;
	}
	.cards-offers.tile-view .offer .offer-buttons {
        order: 4;
        flex-wrap: wrap;
    }
    .cards-offers.tile-view .offer .btn-go-url {
	    padding: 12px 30px;
	    font-size: 15px;
	    font-weight: 700;
/*	    flex-basis: calc((100% - 42px) - 12px);*/
	}
	.cards-offers.tile-view .offer .offer-buttons {
		gap: 12px;
	}
	.cards-offers.tile-view .offer-keywords ul li {
		font-size: 11px;
	}
	.cards-offers.tile-view .offer-buttons .offer-links {
		margin: 8px auto 0;
	}
	.cards-offers.tile-view .offer .offer-links ul li a {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.cards-offers .offer {
		align-items: center;
	}
	.cards-offers .offer .offer-image {
		width: 130px;
	}
	.cards-offers .offer .offer-logo,
	.cards-offers .offer .offer-info {
		flex-basis: calc((100% / 2) - 10px);
		flex-grow: 1;
	}
	.cards-offers .offer .offer-rating {
		gap: 2px;
	}
	.cards-offers .offer .offer-score {
		flex-wrap: wrap;
		gap: 2px;
	}
	.cards-offers .offer .offer-license {
		flex-basis: 100%;
		font-size: 12px;
	}
	.cards-offers .offer .offer-keywords ul,
	.cards-offers .offer .offer-bottom {
		flex-wrap: wrap;
		justify-content: center;
	}

	.cards-offers.tile-view .offer {
		padding: 15px;
		flex-basis: calc((100% / 2) - 7px);
	}
	.cards-offers.tile-view .offer .offer-logo {
		gap: 12px;
	}
	.cards-offers.tile-view .offer .offer-name,
	.cards-offers.tile-view .offer .offer-score-rate,
	.cards-offers.tile-view .offer .offer-license {
		text-align: center;
	}
	.cards-offers.tile-view .offer .offer-score,
	.cards-offers.tile-view .offer .offer-license {
		justify-content: center;
	}
	.cards-offers.tile-view .offer .offer-name {
		font-size: 12px;
	}
	.cards-offers.tile-view .offer .offer-keywords {
		display: none;
	}
	.cards-offers.tile-view .offer .offer-info ul li .small {
		font-size: 11px;
		flex-grow: 1;
		text-align: left;
	}
	.cards-offers.tile-view .offer .offer-info ul li .small span {
		display: none;
	}
	.cards-offers.tile-view .offer .offer-info ul li .big {
		font-size: 12px;
		flex-grow: 1;
		text-align: right;
	}
	.cards-offers.tile-view .offer .btn-offer-details {
		width: 100%;
	}
	.cards-offers.tile-view .offer .btn-offer-details a {
		width: 100%;
		justify-content: center;
		align-items: center;
		padding: 2px 12px;
		height: auto;
		border: 0;
		border-radius: 0;
	}
	.cards-offers.tile-view .offer .btn-offer-details a img {
		position: relative;
		transform: initial;
		top: initial;
		left: initial;
		width: 18px;
		height: 18px;
		margin-right: 6px;
	}
	.cards-offers.tile-view .offer .btn-offer-details a span {
		font-size: 12px;
		display: inline-flex;
	}
	.cards-offers.tile-view .offer .offer-buttons {
		margin-top: 0;
	}
	.cards-offers.tile-view .offer .btn-go-url {
		font-size: 12px;
		padding: 12px;
		flex-basis: 100%;
	}
}
@media (max-width: 600px) {
	.cards-offers.tile-view .offer .offer-logo {
		flex-direction: column;
	}
	.cards-offers.tile-view .offer .offer-rating {
		margin: 0 auto;
	}
}
@media (max-width: 500px) {
	.cards-offers .offer {
		padding: 20px;
	}
	.cards-offers .offer .offer-logo {
		flex-direction: row;
		gap: 20px;
	}
	.cards-offers .offer .offer-name,
	.cards-offers .offer .offer-score-rate {
		font-size: 12px;
	}
	.cards-offers .offer .offer-license {
		font-size: 11px;
	}
	.cards-offers .offer .offer-image {
		width: 145px;
	}
	.cards-offers .offer .offer-logo {
		align-items: center;
	}
	.cards-offers .offer .offer-logo,
	.cards-offers .offer .offer-info {
		flex-basis: 100%;
	}
	.cards-offers .offer .offer-info {
		padding: 20px 0;
	}
	.cards-offers .offer .offer-info ul li {
		text-align: center;
	}
	.cards-offers .offer .offer-buttons {
		order: 4;
		flex-wrap: wrap;
	}
	.cards-offers .offer .offer-keywords ul li {
		font-size: 11px;
		opacity: .5;
	}
	.cards-offers .offer .offer-bottom {
		margin: 0;
	}
	.cards-offers .offer-bottom .offer-links {
		display: none;
	}
	.cards-offers .offer-buttons .offer-links {
		display: flex;
		margin: 0 auto;
	}
	.cards-offers .offer .btn-offer-details a {
		width: 42px;
		height: 42px;
	}
	.cards-offers .offer .btn-go-url {
/*		flex-basis: calc((100% - 42px) - 12px);*/
		height: 42px;
	}

	.cards-offers.tile-view {
		row-gap: 15px;
	}
	.cards-offers.tile-view .offer {
		padding: 20px 8px 15px 8px;
	}
	.cards-offers.tile-view .offer .offer-buttons {
		gap: 10px;
	}
	.cards-offers.tile-view .offer .offer-links ul {
		gap: 5px;
	}
	.cards-offers.tile-view .offer .offer-links ul li {
		flex-basis: calc((100% / 2) - 5px);
	}
	.cards-offers.tile-view .offer .offer-links ul li a {
		font-size: 9.5px;
		text-decoration: underline;
	}
	.cards-offers.tile-view .offer-buttons .offer-links {
		order: 1;
		margin-top: 0;
	}
	.cards-offers.tile-view .offer .btn-offer-details {
		order: 2;
	}
	.cards-offers.tile-view .offer .btn-offer-details a img {
		width: 15px;
		height: 15px;
	}
	.cards-offers.tile-view .offer .btn-go-url {
		order: 3;
		font-size: 12.6;
	}
}
/* ------------------------------------------------------------- *
 * Home SEO Text
/* ------------------------------------------------------------- */
.home-seo-text .seo-text {
	padding: clamp(30px, 5vw, 50px) clamp(20px, 6vw, 90px);
	border: 1px solid var(--light-blue);
	border-radius: 12px;
}
.home-seo-text .seo-text h1 {
	font-size: 28px;
}
.home-seo-text .seo-text h2 {
	font-size: 22px;
}
.home-seo-text .seo-text strong {
	font-weight: 600;
}
.home-seo-text .seo-text p,
.home-seo-text .seo-text ol li {
	font-weight: 400;
}
@media (max-width: 1200px) {
	.home-seo-text .seo-text h1 {
		font-size: 24px;
	}
	.home-seo-text .seo-text h2 {
		font-size: 20px;
	}
}
@media (max-width: 992px) {
	.home-seo-text .seo-text h1,
	.landing .seo-text h1 {
		font-size: 22px;
	}
	.home-seo-text .seo-text h2,
	.landing .seo-text h2 {
		font-size: 18px;
	}
	.home-seo-text .seo-text ol,
	.landing .seo-text ol {
		padding-left: 26px;
	}
	.home-seo-text .seo-text p,
	.home-seo-text .seo-text ol li,
	.landing .seo-text p,
	.landing .seo-text ol li {
		font-size: 14px;
	}
	.home-seo-text .seo-text ol li,
	.landing .seo-text ol li {
		margin-bottom: 6px;
	}
	.home-seo-text .seo-text ol li:last-child,
	.landing .seo-text ol li:last-child {
		margin-bottom: 0;
	}
	.home-seo-text .seo-text h1,
	.home-seo-text .seo-text h2,
	.home-seo-text .seo-text ol,
	.home-seo-text .seo-text p,
	.landing .seo-text h1,
	.landing .seo-text h2,
	.landing .seo-text ol,
	.landing .seo-text p {
		margin-bottom: 22px;
	}
}
@media (max-width: 767px) {
	.home-seo-text .seo-text h1,
	.landing .seo-text h1 {
		font-size: 20px;
	}
	.home-seo-text .seo-text h2,
	.landing .seo-text h2 {
		font-size: 18px;
	}
	.home-seo-text .seo-text ol,
	.home-seo-text .seo-text ul,
	.landing .seo-text ol,
	.landing .seo-text ul {
		padding-left: 22px;
	}
	.home-seo-text .seo-text p:last-child,
	.landing .seo-text p:last-child {
		margin-bottom: 0;
	}
}
/* ------------------------------------------------------------- *
 * Bottom Content
/* ------------------------------------------------------------- */
.bottom-content .col {
	flex-basis: 100%;
}
/* ------------------------------------------------------------- *
 * Bottom Content
/* ------------------------------------------------------------- */
.section-faq .row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: clamp(30px, 8vw, 100px);
}
.section-faq .text-col {
	flex: 0 0 auto;
	max-width: 280px;
}
.section-faq .accordion-col {
	flex: 1 1 0;
	width: 100%;
}
.section-faq .text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.section-faq .text img {
	width: 120px;
}
@media (max-width: 767px) {
	.section-faq .row {
		gap: 0;
		flex-direction: column;
	}
	.section-faq .text {
		flex-direction: column-reverse;
	}
	.section-faq .text img {
		width: 80px;
	}
	.section-faq .section-title {
		margin-top: 14px;
		margin-bottom: 30px;
	}
}
/* ------------------------------------------------------------- *
 * Accordion
/* ------------------------------------------------------------- */
.accordion {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.accordion-item {
	padding: 20px 0;
    transition: all .2s ease-in;
}
.accordion-header {
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
}
.accordion-header .accordion-title {
	display: flex;
	align-items: center;
	gap: 20px;
    width: 70%;
    color: var(--black);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    transition: all .2s ease-in;
}
.accordion-header .accordion-title:hover {
	color: var(--blue);
}
.accordion-header .accordion-title img {
	width: 20px;
}
.accordion-header .accordion-title .divider {
	display: inline-flex;
	height: 20px;
	width: 1px;
	background: var(--light-blue);
}
.accordion-header .accordion-title span {
/*    font-weight: 600;*/
}
.accordion-header .arrow-accord {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 25px;
    height: 25px;
    transition: all .2s;
}
.accordion-header .arrow-accord span {
    width: 17px;
    height: 1px;
    background: var(--grey-3);
    transition: all .2s;
}
.accordion-header .arrow-accord span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(90deg);
}
.accordion-item.active .arrow-accord span:nth-child(2) {
    transform: translate(-50%,-50%) rotate(180deg);
}

.accordion-content {
    display: none;
    padding: 16px 0 0 0;
    max-width: 94%;
}
.accordion-content p {
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 1;
    margin-top: 0;
    margin-bottom: 14px;
    transition: all .2s ease-in;
}
.accordion-content p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.bottom-content .col {
		width: 100%;
	}
	.accordion-header .accordion-title {
		width: calc(100% - 65px);
		font-size: 14px;
		font-weight: 500;
		gap: 12px;
	}
	.accordion-header .arrow-accord {
		width: 20px;
		height: 20px;
	}
	.accordion-header .arrow-accord span {
		width: 14px;
	}

}
/* ------------------------------------------------------------- *
 * Section SEO Text
/* ------------------------------------------------------------- */
.section-seo-text .seo-text h1 {
	font-size: 28px;
	font-weight: 500;
}
.section-seo-text .seo-text h2,
.section-seo-text .seo-text h3 {
	font-size: 22px;
	font-weight: 500;
}
.section-seo-text .seo-text strong {
	font-weight: 500;
}
.section-seo-text .seo-text p,
.section-seo-text .seo-text ol li {
	font-weight: 400;
}
.section-seo-text .seo-text p {
	font-weight: 400;
	line-height: 1.4;
}
.section-seo-text .seo-text p:last-child {
	margin-bottom: 0;
}
.section-seo-text .seo-text a,
.section-seo-text .seo-text p a,
.section-seo-text .seo-text li a {
	color: var(--link);
	text-decoration: underline;
}
.section-seo-text .seo-text ol,
.section-seo-text .seo-text ul {
	padding-left: 30px;
	margin-bottom: 25px;
}
.section-seo-text .seo-text ol li,
.section-seo-text .seo-text ul li {
	margin-bottom: 12px;
	font-weight: 400;
	list-style: disc;
}
.section-seo-text li.rating-list::marker {
	color: var(--link);
}
.section-seo-text .seo-text ol li:last-child,
.section-seo-text .seo-text ul li:last-child {
	margin-bottom: 0;
}
@media (max-width: 1200px) {
	.section-seo-text .seo-text h1 {
		font-size: 24px;
	}
	.section-seo-text .seo-text h2,
	.section-seo-text .seo-text h3 {
		font-size: 20px;
	}
}
@media (max-width: 992px) {
	.section-seo-text .seo-text h1 {
		font-size: 22px;
	}
	.section-seo-text .seo-text h2,
	.section-seo-text .seo-text h3 {
		font-size: 18px;
	}
	.section-seo-text .seo-text ol {
		padding-left: 26px;
	}
	.section-seo-text .seo-text p,
	.section-seo-text .seo-text ol li,
	.section-seo-text .seo-text ul li {
		font-size: 14px;
	}
	.section-seo-text .seo-text ol li,
	.section-seo-text .seo-text ul li {
		margin-bottom: 6px;
	}
	.section-seo-text .seo-text h1,
	.section-seo-text .seo-text h2,
	.section-seo-text .seo-text ol,
	.section-seo-text .seo-text p {
		margin-bottom: 22px;
	}
}
@media (max-width: 992px) {
	.section-seo-text .seo-text h1 {
		font-size: 20px;
	}
	.section-seo-text .seo-text h2 {
		font-size: 18px;
	}
	.section-seo-text .seo-text p:last-child {
		margin-bottom: 0;
	}
}
/* ------------------------------------------------------------- *
 * Section Table Top Offers
/* ------------------------------------------------------------- */
.table-top-offers {
	display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-weight: 400;
}
.table-top-offers thead,
.table-top-offers tbody,
.table-top-offers tr {
	display: flex;
	flex-basis: 100%;
}
.table-top-offers tbody {
	flex-direction: column;
}
.table-top-offers tbody {
	flex
}
.table-top-offers th,
.table-top-offers td {
	padding: 24px 16px;
	flex-basis: calc(100% / 6);
	flex-grow: 1;
}
.table-top-offers th {
	font-size: 14px;
	font-weight: 500;
}
.table-top-offers tr {
	background: var(--white);
	border-radius: 12px;
	margin: 3px 0;
}
.table-top-offers tr td {
	vertical-align: baseline;
}
.table-top-offers tr td a {
	font-weight: 500;
}
.table-top-offers tr td span {
	color: var(--text-grey-1);
}
.table-top-offers tr td img {
	width: 24px;
}
.table-top-offers th.centered,
.table-top-offers td.centered {
	text-align: center;
}
.table-top-offers td.centered img {
	margin: 0 auto;
}
/* ------------------------------------------------------------- *
 * Order / User Form
/* ------------------------------------------------------------- */
.section-order .container {
	position: relative;
}
.section-order .content {
	position: relative;
	max-width: 460px;
	background: var(--white);
	padding: 30px;
	border: 1px solid var(--light-blue);
	border-radius: 12px;
	margin: 0 auto;
	box-shadow: 0 3px 0 #BBD9FF;
}
.section-order .content h4 {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 8px;
}
.section-order .content p {
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	color: var(--text);
	margin-top: 0;
	margin-bottom: 36px;
}

.section-order form {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.section-order .dots-1 {
	position: absolute;
	left: -150px;
	bottom: -50px;
	width: 450px;
	z-index: -1;
}
.section-order .dots-2 {
	position: absolute;
	top: -50px;
	right: -150px;
	width: 450px;
	z-index: -1;
}
.section-order .input-holder {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	flex-direction: row;
}
.section-order .input-holder .label {
	position: absolute;
    top: -11px;
    left: 14px;
    font-size: 12px;
    background: var(--blue-pale);
    color: var(--text);
    padding: 2px 8px;
    border-radius: 50px;
}
.section-order .input-holder .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background: var(--white);
	border-radius: 6px;
}
.section-order .input-holder input {
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	padding: 12px 20px;
	height: 48px;
	background: rgba(228, 240, 255, .30);
	border-radius: 12px;
	border: 1px solid var(--light-blue);
	color: var(--black);
}
.section-order .input-holder.input-icon input {
	padding-left: 46px;
}
.section-order .input-holder.input-icon .icon {
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
}
.section-order .input-holder input:focus {
	border-color: var(--blue);
	outline: none;
	background: rgba(228, 240, 255, .30)!important;
}
.section-order .input-holder input:valid {

}
.section-order .input-holder input::placeholder {
	color: var(--text);
	font-weight: 400;
}
.section-order .input-holder input::placeholder::-webkit-input-placeholder {
	color: var(--text);
	font-weight: 400;
}
.section-order .input-holder input::placeholder::-moz-placeholder {
	color: var(--text);
	font-weight: 400;
}
.section-order .input-holder input::placeholder:-ms-input-placeholder {
	color: var(--text);
	font-weight: 400;
}
.section-order form .error-message {
	width: 100%;
    font-size: 14px;
    padding: 6px 0 0 0;
    color: red;
}
.section-order .user-form .btn {
	width: 100%;
	height: 52px;
	margin-top: 12px;
}
.section-top-bg.order {
	position: absolute;
	bottom: 0;
	z-index: -1;
}
@media (max-width: 992px) {
	.section-order .container:after {
		display: none;
	}
	.section-order .content {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.section-top-bg.order {
		display: none;
	}
	.section-order .content {
		padding: 30px 20px;
	}
	.section-order .content h4 {
		font-size: 22px;
	}
}
/* ------------------------------------------------------------- *
 * CheckBox
/* ------------------------------------------------------------- */
.checkbox-group {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.checkbox {
	display: block;
	position: relative;
	padding-left: 30px;
	margin: 0;
	cursor: pointer;
	font-size: 12px;
	line-height: 1.2;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.checkbox input {
  	position: absolute;
  	z-index: -1;
  	opacity: 0;
}
.checkbox a {
	color: var(--blue);
	text-decoration: underline;
}
.checkbox-indicator {
  	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  	height: 18px;
  	width: 18px;
  	border: 1px solid var(--grey-5);
  	border-radius: 4px;
}
.checkbox:hover input ~ .checkbox-indicator,
.checkbox input:focus ~ .checkbox-indicator {
  	background: transparent;
}
.checkbox input:checked ~ .checkbox-indicator {
  	background: var(--blue);
  	border-color: var(--blue);
}
.checkbox:hover input:not([disabled]):checked ~ .checkbox-indicator,
.checkbox input:checked:focus ~ .checkbox-indicator {
  	background: var(--blue);
}
.checkbox input:disabled ~ .checkbox-indicator {
  	background: var(--grey-3);
    border-color: var(--grey-5);
  	opacity: 1;
  	pointer-events: none;
}
.checkbox-indicator:after {
  	content: '';
  	position: absolute;
  	display: none;
}
.checkbox input:checked ~ .checkbox-indicator:after {
  	display: block;
}
.checkbox-control .checkbox-indicator:after {
  	left: 6px;
    top: 1.9px;
    width: 5px;
    height: 11px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.checkbox-control input:disabled ~ .checkbox-indicator:after {
  	border-color: #7b7b7b;
}

/* ------------------------------------------------------------- *
 * Footer
/* ------------------------------------------------------------- */
.footer {
	padding: 60px 0;
	background: rgba(228, 240, 255, 0.5);
}
.footer .row {
	gap: 30px;
	flex-direction: row;
}
.footer .row .col-3 {
	flex-basis: calc(25% - 15px);
}
.footer .row .col-9 {
	flex-basis: calc(75% - 15px);
}
.footer .footer-block {
	width: 100%;
}
.footer .footer-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .footer-logo .logo img {
	max-width: 100px;
}
.footer .footer-logo .footer-title {
	font-size: 13px;
	font-weight: 400;
	color: var(--text);
	margin-top: 18px;
}

.footer-menu {
	display: flex;
	flex-direction: row;
	gap: 30px;
}
.footer-menu-item {
	flex-basis: calc((100% / 3) - 30px);
	flex-grow: 1;
}
.footer-menu-item .title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 25px;
	color: var(--black);
}
.footer-menu-item ul {
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-menu-item ul li a {
	font-size: 14px;
	font-weight: 400;
	color: var(--text);
}

.footer .footer-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 30px 0;
}
.footer .footer-links ul {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.footer .footer-links ul li a,
.footer .footer-links a {
	font-size: 14px;
	color: var(--text);
}
.footer .footer-links ul li a:hover,
.footer-menu-item ul li a:hover {
	text-decoration: underline;
}

.footer .footer-text p {
	font-size: 12px;
	color: var(--text);
	margin-bottom: 18px;
}
.footer .footer-text p:last-child {
	margin-bottom: 0;
}

.footer .footer-copyright {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	padding-top: 24px;
	border-top: 1px solid var(--light-blue);
}
.footer .footer-copyright p {
	margin: 0;
	font-size: 12px;
	color: var(--text);
}
.footer .footer-copyright img {
	width: 20px;
}
@media (max-width: 1200px) {
	.footer .footer-top .footer-title {
		font-size: 18px;
	}
	.footer .footer-logo .footer-title br {
		display: none;
	}
}
@media (max-width: 992px) {
	.footer-menu-item .title {
		font-size: 15px;
	}
	.footer-menu-item ul li a,
	.footer .footer-links a,
	.footer .footer-links ul li a,
	.footer .footer-logo .footer-title {
		font-size: 13px;
	}
}
@media (max-width: 767px) {
	.footer {
		padding: 30px 14px;
	}
	.footer .row {
		gap: 24px;
	}
	.footer .row .col-3,
	.footer .row .col-9 {
		flex-basis: 100%;
	}
	.footer .footer-menu {
		gap: 20px;
	}
	.footer-menu-item .title {
		font-size: 13px;
		margin-bottom: 16px;
	}
	.footer-menu-item ul {
		gap: 8px;
	}
	.footer-menu-item ul li a,
	.footer .footer-links a,
	.footer .footer-links ul li a,
	.footer .footer-logo .footer-title {
		font-size: 12px;
	}
	.footer .footer-links {
		align-items: flex-end;
	}
	.footer .footer-links ul {
		flex-wrap: wrap;
    	gap: 12px;
    	row-gap: 5px;
	}
	.footer .footer-text p {
		font-size: 10px;
	}
	.footer .footer-copyright p {
		font-size: 11px;
	}
}
/* ------------------------------------------------------------- *
 * Section Legal
/* ------------------------------------------------------------- */
.section-legal {
	background: var(--white);
	padding-bottom: 75px;
}
.section-legal .container {
	max-width: 1000px;
	border-radius: 16px;
}
.section-legal .inner {
	border: 1px solid var(--light-blue);
    border-radius: 12px;
	padding: 32px 40px;
}
.section-legal h3 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 0;
}
.section-legal h5 {
    font-size: 20px;
    margin-top: 20px;
}
.section-legal h5,
.section-legal p,
.section-legal ul {
    margin-bottom: 18px;
}
.section-legal p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}
.section-legal p a {
	font-size: 15px;
    color: var(--link);
    text-decoration: underline;
}
.section-legal ul {
    padding-left: 12px;
}
.section-legal ul li {
    list-style: disc;
    padding: 5px 0;
    font-size: 15px;
    font-weight: 400;
}
.section-legal strong {
	font-weight: 500;
}
@media (max-width: 767px) {
	.section-legal .inner {
		padding: 32px 16px;
	}
	.section-legal h3 {
		font-size: 22px;
	}
	.section-legal h5 {
		font-size: 18px;
	}
	.section-legal p,
	.section-legal a,
	.section-legal ul li,
	.section-legal ol li {
		font-size: 14px;
	}

}
/* ------------------------------------------------------------- *
 * Landing Intro
/* ------------------------------------------------------------- */
.presentation__arrow {
    opacity: 0;
    width: 50vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: url('../images/lines/line-1.svg') no-repeat right center;
    background-size: contain;
    -webkit-animation: slide_presentation 10s ease infinite;
    animation: slide_presentation 10s ease infinite;
    z-index: 1
}

.presentation__arrow:nth-child(2n+2) {
    background-image: url('../images/lines/line-2.svg')
}

.presentation__arrow--2 {
    margin-left: -33vw;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.presentation__arrow--3 {
    margin-left: -66vw;
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.presentation__arrow--4 {
    margin-left: -99vw;
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}
@-webkit-keyframes slide_presentation {
    0% {
        opacity: 0;
        transform: translateX(0)
    }

    33% {
        opacity: 1;
        transform: translateX(33%)
    }

    66% {
        opacity: 1;
        transform: translateX(66%)
    }

    to {
        opacity: 0;
        transform: translateX(100%)
    }
}

@keyframes slide_presentation {
    0% {
        opacity: 0;
        transform: translateX(0)
    }

    33% {
        opacity: 1;
        transform: translateX(33%)
    }

    66% {
        opacity: 1;
        transform: translateX(66%)
    }

    to {
        opacity: 0;
        transform: translateX(100%)
    }
}
@media (max-width: 767px) {
	.presentation__arrow {
		display: none;
	}
}
.landing .container {
	max-width: 1050px;
}
.landing .header,
.landing-intro .calculator,
.landing-intro .intro-text {
	position: relative;
	z-index: 10;
}
.landing-intro {
	margin-top: 6px;
	background: none;
}
.landing-intro-wrap {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	background: var(--blue);
}
.landing-intro-wrap .header .header-inner {
	background: var(--white);
}
.landing-intro-wrap .header-button .btn {
	min-width: 100px;
}
.landing-intro-wrap .header-button .btn img {
	width: 20px;
}
.landing-intro .row,
.home-intro .row .col:first-child {
	align-items: center;
}
.landing-intro .row .col {
	display: flex;
	flex-wrap: wrap;
	flex-basis: calc((100% / 2) - 10px);
	flex-grow: 1;
}
.landing-intro .col:last-child {
	max-width: 405px;
}
.landing-intro .intro-text {
	max-width: 420px;
}
.landing-intro .intro-text .title {
	font-size: 47px;
	color: var(--white);
}
.landing-intro .intro-text .subtitle {
	font-size: 16px;
	color: var(--white);
	margin: 0;
	opacity: .8;
}
.landing-intro .calculator {
	padding: 35px 20px;
}
.landing-intro .calculator .calc-title .text {
	font-weight: 400;
}
.landing-intro .calculator .calc-output span {
	font-size: 22px;
	font-weight: 600;
}
@media (max-width: 1200px) {
	.landing-intro .title {
		font-size: 42px;
	}
}
@media (max-width: 992px) {
	.home-intro .row {
		justify-content: center;
	}
}
@media (max-width: 767px) {
	.landing-intro-wrap .header-button .btn {
		min-width: 90px;
	}
	.landing-intro .intro-text {
		text-align: center;
		margin: 0 auto;
	}
	.landing-intro .intro-text .title {
		font-size: 24px;
		margin-bottom: 12px;
	}
	.landing-intro .intro-text .subtitle {
		font-size: 12px;
		max-width: 320px;
		margin: 0 auto 20px;
	}
	.landing-intro .calculator {
		padding: 20px 14px;
	}
	.landing-intro .calculator .calc-info {
		padding: 14px;
	}
	.landing-intro .calculator .calc-title .text {
		font-size: 15px;
	}
	.landing-intro .calculator .calc-output span {
		font-size: 20px;
	}
	.landing-intro .calculator ul.calc-details li span {
		font-size: 12px;
	}
}
/* ------------------------------------------------------------- *
 * Landing Features
/* ------------------------------------------------------------- */
.features {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.features .features-item {
	display: flex;
	flex-direction: column;
	flex-basis: calc((100% / 2) - 30px);
	flex-grow: 1;
	max-width: 450px;
	margin-top: 45px;
}
.features .features-item img {
	width: 80px;
	height: 80px;
	margin-bottom: 35px;

}
.features .features-item .heading {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 16px;
	color: var(--black);
}
.features .features-item p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
	color: var(--text-grey-1);
}
.features .features-item p:last-child {
	margin-bottom: 0;
}
.landing-features {
	background: var(--bg-section);
}
.landing-features .button-holder {
	margin-top: 35px;
}
.landing-features .button-holder .btn {
	margin: 0 auto;
	font-size: 18px;
	min-width: 275px;
}
@media (max-width: 1200px) {
	.features .features-item {
		max-width: 350px;
	}
	.features .features-item .heading img {
		width: 60px;
		height: 60px;
	}
	.features .features-item .heading {
		font-size: 20px;
	}
	.features .features-item p {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.features .features-item {
		flex-basis: 100%;
		max-width: 100%;
		text-align: center;
	}
	.features .features-item img {
		margin: 0 auto 20px;
		width: 65px;
		height: 65px;
	}
}
/* ------------------------------------------------------------- *
 * Landing Features
/* ------------------------------------------------------------- */
.landing-step .row {
	align-items: center;
	justify-content: space-between;
}
.landing-step .row .text {
	max-width: 38%;
}
.landing-step .row .text .subheading {
	color: var(--grey-4);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
}
.landing-step .row .text p {
	font-size: 16px;
	font-weight: 400;
	color: var(--text-grey-1);
	margin: 0;
}
.landing-step .row .image {
	max-width: 50%;
}
.landing-step .button-holder {
	margin-top: 26px;
}
.landing-step .button-holder .btn {
	font-size: 18px;
	min-width: 275px;
}
@media (max-width: 1200px) {
	.landing-step .row .image {
		max-width: 45%;
	}
}
@media (max-width: 992px) {
	.landing .button-holder .btn {
		font-size: 16px;
		min-width: 220px;
	}
}
@media (max-width: 767px) {
	.landing .button-holder .btn {
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.landing-step {
		padding-top: 0;
	}
	.landing-step.sm-pt-40 {
		padding-top: 40px;
	}
	.landing-step .row.reverse{
		flex-direction: column-reverse;
	}
	.landing-step .row .section-title {
		margin-bottom: 18px;
	}
	.landing-step .row .text,
	.landing-step .row .image {
		max-width: 100%;
		text-align: center;
	}
	.landing-step .row .image {
		margin-bottom: 24px;
	}
	.landing-step .row .text p {
		font-size: 14px;
	}
}
/* ------------------------------------------------------------- *
 * Loader
/* ------------------------------------------------------------- */
.loader {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    margin-top: -4px;
    margin-right: 12px;
}
.loader hr {
    border: 0;
    margin: 0;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 50%;
    animation: spin 2s ease infinite;
}
.loader :first-child {
    background: #ffffff;
    animation-delay: -1.5s;
}
.loader :nth-child(2) {
    background: #f63d3a;
    animation-delay: -1s;
}
.loader :nth-child(3) {
    background: #fda543;
    animation-delay: -0.5s;
}
.loader :last-child {
    background: #193b48;
}
@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}
@media (max-width: 767px) {
	.loader {
		margin-top: 0;
	}
}

.msger-chat-button img {
	max-width: 30px;
}

.call-wrapper {
    display: none;
}
.call-wrapper .label {
    font-size: 15px;
    text-align: center;
    padding-bottom: 12px;
    line-height: 1.5;
}
.call-wrapper .label b {
    font-weight: 400;
    color: var(--white);
    padding: 2px 6px;
    border-radius: 5px;
    background: var(--blue);
}
.call-progress {
	max-width: 100%;
   	margin: 20px auto 0;
}
.call-counter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    height: 66px;
    padding: 0 16px;
    background: rgba(228, 240, 255, .30);
    border: 0;
    border-radius: 5px;
    color: var(--black);
}
.call-counter .call-icon {}
.call-counter .call-icon img {
	width: 15px;
}
.call-timer {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.call-bar {
    width: 100%;
    height: 3px;
    background: var(--grey-5);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.call-bar-line {
    height: 100%;
    width: 0;
    background: var(--blue);
    transition: width 1s linear;
    border-radius: 0;
}

.call-pulse i {
    color: #fff
}
.call-pulse {
    height: 34px;
    width: 34px;
    background-color: var(--blue);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.call-pulse::before {
    content: "";
    position: absolute;
    border: 1px solid var(--blue);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 0;
    animation: pulse 1.5s linear infinite
}
.call-pulse::after {
    content: "";
    position: absolute;
    border: 1px solid var(--blue);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 0;
    animation: pulse 1s linear infinite;
    animation-delay: 0.6s
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.3);
        opacity: 0
    }
}