
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


body {
	overflow-x: hidden;
  font-family: 'Poppins', 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
	text-align: left;
	background: #143F5F;
}



p {
  margin-top: 16px;
}

ul, ol {
  text-align: left;
	padding-left: 22px;
}


ol > li {
  position: relative;
  padding: 0px;
	line-height: 150%;
}

img {
	display: block;
}

a:hover {
  text-decoration: underline;
}



/* Title */
h1, h2, h3, h4, .title {
	display: block;
	position: relative;
  width: 100%;
  font-family: 'Poppins', 'Arial', sans-serif;
  font-weight: 700;
	text-transform: uppercase;
  color: #fff;
}

h1, h1.title {
	font-size: 52px;
	line-height: 120%;
	margin-bottom: 20px;
	text-align: left;
}



h2, h2.title {
  margin: 16px 0px;
  font-size: 48px;
  line-height: 120%;
}

h3, h3.title{
	font-size: 40px;
	line-height: 120%;
	margin: 16px 0px;
}

h4, h4.title{
	font-size: 32px;
	line-height: 120%;
	margin: 16px 0px;
	text-transform: inherit;
}



/* Article */
article,
.article {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}

article > *:first-child,
.article > *:first-child {
	margin-top: 0px;
	margin-bottom: 0;
}

article > * + *,
.article > * + * {
	margin-top: 16px;
	margin-bottom: 0;
}

article > * + h2,
.article > * + h2 {
	margin-top: 16px;
	margin-bottom: 0;
}
article > * + h3,
.article > * + h3 {
	margin-top: 16px;
	margin-bottom: 0;
}
article > * + h4,
.article > * + h4 {
	margin-top: 16px;
	margin-bottom: 0;
}


article > h3 + *,
.article > h3 + *,
article > h4 + *,
.article > h4 + * {
	margin-top: 16px;
}

article strong,
.article strong {
	font-weight: 600;
}

article li:first-child,
.article li:first-child {
	padding-top: 0px;
}

article p:first-child,
.article p:first-child {
	margin-top: 0px;
}

article a,
.article a {
	color: #fff;
	font-weight: 400;
}

article .button,
.article .button {
	font-weight: 600;
}

.article__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	        -moz-box-align: start;
	        align-items: flex-start;
}
.article__inner > div {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	        -moz-box-flex: 1;
	        flex: 1;
	margin-right: 55px;
}

article ul,
.article ul {
	margin-top: 16px;
}



/* Button */
.button {
	display: inline-block;
	position: relative;
	width: auto;
  min-width: 128px;
	height: auto;
	background: #EC622B;
	font-size: 16px;
	font-weight: 600;
	font-style: normal !important;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: rgba(255,255,255,1.00);
	white-space: nowrap;
	vertical-align: middle;
  cursor: pointer;
  padding: 16px 31px;
  margin: 16px auto 0px auto;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
  -webkit-box-shadow: 0px 4px 18px rgba(14, 24, 17, 0.25);
          -moz-box-shadow: 0px 4px 18px rgba(14, 24, 17, 0.25);
          box-shadow: 0px 4px 18px rgba(14, 24, 17, 0.25);
  -webkit-border-radius: 16px;
          -moz-border-radius: 16px;
          border-radius: 16px;
}

.button:hover {
	-webkit-transform: scale(1.04);
	        -moz-transform: scale(1.04);
	        -o-transform: scale(1.04);
	        transform: scale(1.04);
	text-decoration: none;
}


/* Button Inverse */
.button.inverse {
	background: #0FA810;
}

.btn-box {
	margin-top: 16px;
}


/* var */
.button > img,
.button > span {
	display: inline-block;
	position: relative;
	font: inherit;
	line-height: 1;
	vertical-align: middle;
}
.button > img + span {
	margin-left: 10px;
}

.btn-box .button{
	margin: 0;
}



/* Special */
.image img,
.background img {
	display: block;
	position: relative;
}
.image {
	z-index: -1;
}
.background img {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
    object-fit: cover;
}
.background {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        -moz-box-pack: center;
	        justify-content: center;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}


.js-expand-content {
	display: none;
	overflow: hidden;
}

.js-expand-content.expanded {
	height: 100%;
}

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
	fill: rgba(255, 255, 255, 1);
  line-height: 1;
}
use {
  fill: rgba(255, 255, 255, 1);
  fill-rule: evenodd;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.path {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}

.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
	position: relative;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -moz-box-pack: center;
	    justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -moz-box-align: center;
	    align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -moz-box-orient: vertical;
	    -moz-box-direction: normal;
	    flex-direction: column;
	width: 100%;
	margin: 0px auto;
	max-width: 100%;
	overflow: hidden;
	padding-left: -webkit-calc(50% - ((1300px - 30px - 30px) / 2));
	padding-left: -moz-calc(50% - ((1300px - 30px - 30px) / 2));
	padding-left: calc(50% - ((1300px - 30px - 30px) / 2));
	padding-right: -webkit-calc(50% - ((1300px - 30px - 30px) / 2));
	padding-right: -moz-calc(50% - ((1300px - 30px - 30px) / 2));
	padding-right: calc(50% - ((1300px - 30px - 30px) / 2));
}
.cover {
  height: auto;
}
.cover > * {
	display: block;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -moz-box-flex: 1;
	    flex: 1 1 auto;
}


.section {
	padding: 32px 20px;
	background: rgba(99, 127, 160, 0.5);
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: 20px;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	z-index: 0;
	color: #fff;
	overflow: hidden;
}



table {
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 150%;
}
table td, table th {
	vertical-align: middle;
}

table a {
	color: #fff;
}

table a:hover {
	text-decoration: underline;
}
/* HEADER */
.header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	position: fixed;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -moz-box-pack: justify;
	    justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -moz-box-orient: horizontal;
	    -moz-box-direction: normal;
	    flex-direction: row;
	top: 0px;
	left: 0px;
	right: 0px;
	height: auto;
	overflow: unset;
	background: #0D1D34;
	color: rgba(255, 255, 255, 1);
	padding-top: 16px;
	padding-bottom: 16px;
	z-index: 1000;
}

.header > * {
	display: block;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -moz-box-flex: 1;
	    flex: 1 1 auto;
	width: auto;
}

.header__button-menu {
	display: none;
}
/* logo */
.logo {
	max-width: 100px;
	margin-right: 24px;
}
.logo > img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 48px;
}

.logo[href]:hover {
  opacity: 0.50;
}

/* Menu */
.menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        -moz-box-align: center;
	        align-items: center;
}
.menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	        -moz-box-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	margin: 0px;
	padding: 0;
}

.menu li {
	display: block;
  position: relative;
	padding: 0px;
}
.menu li:before { display: none; }

.menu li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -moz-box-pack: center;
	    justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -moz-box-align: center;
	    align-items: center;
	font-size: 16px;
  font-weight: 600;
  text-align: center;
	white-space: nowrap;
	color: #fff;
  padding: 12px 10px;
	opacity: 0.5;
  text-transform: uppercase;
}

.menu li > a:hover {
  opacity: 1;
}

.menu li > a img {
	margin-right: 10px;
}

.header__button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -moz-box-flex: 0;
	    flex: 0 1 auto;
  margin: 0px 0px 0px 16px;
	-webkit-border-radius: 34px;
	        -moz-border-radius: 34px;
	        border-radius: 34px;
}

/* hover */
.menu li:hover > a {
  text-decoration: none;
}

.header__appBtn {
	background: #173569;
	-webkit-box-shadow: 0px 4px 18px rgba(14, 24, 17, 0.25);
	        -moz-box-shadow: 0px 4px 18px rgba(14, 24, 17, 0.25);
	        box-shadow: 0px 4px 18px rgba(14, 24, 17, 0.25);
	-webkit-border-radius: 34px;
	        -moz-border-radius: 34px;
	        border-radius: 34px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        -moz-box-pack: center;
	        justify-content: center;
	text-align: center;
	padding: 12px 24px;
	white-space: nowrap;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	        -moz-box-flex: 0;
	        flex: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}
.header__appBtn:hover {
	text-decoration: none;
	background: #143F5F;
}
.header__appBtn img {
	margin-right: 10px;
}
.header__appBtn span {
	font-weight: 600;
	font-size: 16px;
	line-height: 128%;
	text-transform: uppercase;
	color: #FFFFFF;
}

.header__language {
	background: #173569;
	-webkit-border-radius: 24px;
	        -moz-border-radius: 24px;
	        border-radius: 24px;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	        -moz-box-flex: 0;
	        flex: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        -moz-box-align: center;
	        align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        -moz-box-pack: center;
	        justify-content: center;
	padding: 12px 16px;
	font-weight: 600;
	font-size: 16px;
	line-height: 128%;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.header__language:hover {
	background-color: #143F5F;
	text-decoration: none;
}
.header__language img {
	margin-right: 6px;
	max-height: 24px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
/* var */

.header__menu .header__button-login,
.header__menu .header__button-signup {
	display: none;
}



/* MAIN */
.main {
	z-index: 1;
	display: block;
	position: relative;
	overflow-x: hidden;
	padding-top: 80px;
	max-width: 1300px;
	margin: 0 auto;
	width: 100%;
	padding: 80px 30px 0px 30px;

}
.main > * {
	position: relative;
}

/* prime */
.prime {
	background: #0D1D34;
	padding: 174px 20px;
}

.prime__background img {
	-o-object-position: right;
	   object-position: right;
}
.prime__text{
	max-width: 500px;
	margin: 0 auto;
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0px 4px 12px #390145;
}

.prime__button {
	min-width: 400px;
	font-size: 26px;
	padding: 19px;
}
.prime__button:hover {
	background: #0FA810;
	-webkit-transform: none;
	        -moz-transform: none;
	        -o-transform: none;
	        transform: none;
}
/*banner*/
.banner {
	padding: 24px 24px 34px 24px;
}

.banner p {
	margin-top: 0;
	font-weight: 500;
}


/*about*/
.about {
	padding: 0;
}

.about table th {
	font-weight: 600;
	background: #2E364A;
	padding: 8px 20px;
	width: 310px;
}
.about table td {
	padding: 8px 20px 8px 35px;
	width: -webkit-calc(100% - 310px);
	width: -moz-calc(100% - 310px);
	width: calc(100% - 310px);
}
.about table img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.about table span {
	display: inline-block;
	vertical-align: middle;
}
/* tiles */
.tiles {
	border: none;
	padding: 0;
	background: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        -moz-box-pack: justify;
	        justify-content: space-between;
}
.tiles > div {
	-webkit-border-radius: 6px;
	        -moz-border-radius: 6px;
	        border-radius: 6px;
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: calc(50% - 10px);
	position: relative;
	background: rgba(99, 127, 160, 0.5);
	padding: 32px 20px;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
}

.tiles > div:last-child .tiles__caption span {
	background: #154D5B;
}

.tiles__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-border-radius: 6px;
	        -moz-border-radius: 6px;
	        border-radius: 6px;
}


.tiles__caption {
	font-weight: 500;
	font-size: 32px;
	line-height: 120%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        -moz-box-align: center;
	        align-items: center;
	margin-bottom: 22px;
}
.tiles__caption span{
	width: 64px;
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        -moz-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        -moz-box-align: center;
	        align-items: center;
	background: #FF4900;
	-webkit-border-radius: 6px;
	        -moz-border-radius: 6px;
	        border-radius: 6px;
	text-align: center;
	margin-right: 27px;
}

.tiles__inner > div:last-child .tiles__caption span {
	background: #154D5B;
}

.tiles ul {
	list-style: none;
	padding: 0;
}

.tiles ul li {
	padding-left: 39px;
	position: relative;
}

.tiles ul li + li {
	margin-top: 16px;
}

.tiles ul img {
	position: absolute;
	left: 0;
	top: 5px;
}

.section-table {
	font-size: 16px;
}
.section-table th {
	padding: 10px;
	text-align: center;
	background-color: #2E364A;
	font-weight: 600;
}
.section-table th:first-child {
	-webkit-border-radius: 16px 0 0 16px;
	        -moz-border-radius: 16px 0 0 16px;
	        border-radius: 16px 0 0 16px;
}
.section-table th:last-child {
	-webkit-border-radius: 0 16px 16px 0;
	        -moz-border-radius: 0 16px 16px 0;
	        border-radius: 0 16px 16px 0;
}
.section-table td {
	text-align: center;
	padding: 10px;
}


/*screen*/
.screen {
	padding: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	background: transparent;
}
.screen:hover {
	-webkit-box-shadow: 0px 4px 18px rgba(14, 24, 17, 0.25);
	        -moz-box-shadow: 0px 4px 18px rgba(14, 24, 17, 0.25);
	        box-shadow: 0px 4px 18px rgba(14, 24, 17, 0.25);
}


.screen ul {
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin: -10px;
	width: auto;
	list-style: none;
}

.screen ul li::before {
	display: none;
	padding: 0;
}
.screen ul li {
	width: -webkit-calc(33.333% - 20px);
	width: -moz-calc(33.333% - 20px);
	width: calc(33.333% - 20px);
	margin: 10px;
	-webkit-border-radius: 6px;
	        -moz-border-radius: 6px;
	        border-radius: 6px;
	overflow: hidden;
}

.screen img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.app__section li + li {
	margin-top: 15px;
}

.app__section li > p + img {
	margin-top: 15px;
}

.section-app {
	padding: 0;
	-webkit-border-radius: 0;
	        -moz-border-radius: 0;
	        border-radius: 0;
	background: transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        -moz-box-pack: justify;
	        justify-content: space-between;
}
.section-app > div:first-child {
	background: rgba(99, 127, 160, 0.5);
	-webkit-border-radius: 6px;
	        -moz-border-radius: 6px;
	        border-radius: 6px;
	padding: 32px 20px;
	width: -webkit-calc(55.5% - 20px);
	width: -moz-calc(55.5% - 20px);
	width: calc(55.5% - 20px);
	margin: 0;
}
.section-app > div h2, .section-app > div h3 {
	margin-top: 0;
}
.section-app > div:last-child {
	width: -webkit-calc(45.5% - 20px);
	width: -moz-calc(45.5% - 20px);
	width: calc(45.5% - 20px);
	height: auto;
	margin: 0;
	-webkit-border-radius: 6px;
	        -moz-border-radius: 6px;
	        border-radius: 6px;
}

.section-app > div:last-child img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-border-radius: 6px;
	        -moz-border-radius: 6px;
	        border-radius: 6px;
}

.bonus {
	padding: 0;
	background: transparent;
	-webkit-border-radius: 0;
	        -moz-border-radius: 0;
	        border-radius: 0;
}

.bonus__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        -moz-box-pack: center;
	        justify-content: center;
	padding: 0;
	width: auto;
	margin: -10px;
	list-style: none;
}

.bonus-item {
	background: rgba(99, 127, 160, 0.5);
	-webkit-border-radius: 6px 6px 0 0;
	        -moz-border-radius: 6px 6px 0 0;
	        border-radius: 6px 6px 0 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	        -moz-box-orient: vertical;
	        -moz-box-direction: normal;
	        flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        -moz-box-pack: justify;
	        justify-content: space-between;
}
.bonus-item::before {
	display: none;
}
.bonus-item {
	width: -webkit-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: calc(50% - 20px);
	margin: 10px;
}

.bonus-item__desc {
	padding: 32px 20px;
}

.bonus-item__title {
	margin: 0 0 16px 0;
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	text-transform: uppercase;
	color: #FFFFFF;
}
.bonus-item__text {
	margin: 0;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
}
.bonus-item__text + .bonus-item__text {
	margin-top: 16px;
}
.bonus-item__image img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
/* F.A.Q. */
.faq {
	padding: 13px 20px 20px 20px;
}
.faq .faq__title {
	margin: 0px 0px 16px 0px;
}

.faq__list {
	list-style: none;
	padding: 0;
}

.faq__list > li:before { display: none; }
.faq__item + .faq__item {
  margin-top: 16px;
}
.faq__item {
	background: #2E364A;
	-webkit-border-radius: 6px;
	        -moz-border-radius: 6px;
	        border-radius: 6px;
  color: #fff;
	position: relative;
}


.faq-item__title.title {
  color: inherit;
	position: static;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	padding: 20px 100px 20px 20px;
	cursor: pointer;
}


.faq-item__title:before {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: url('../images/icons/faq-arrow-2.svg') no-repeat center center / 14px 7px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-border-radius: 5px;
	        -moz-border-radius: 5px;
	        border-radius: 5px;
	background-color: #fff;
}

.faq-item__desc .wrap {
	padding: 20px;
	border-top: 1px solid #fff;
}

.faq-item__desc p {
	margin: 0;
}

/* var */

.faq__item.active .faq-item__title {
	color: #fff;
}
.faq__item.active .faq-item__title:before {
	background: url('../images/icons/faq-arrow.svg') no-repeat center center / 14px 7px;
	background-color: #fff;
}


/* feedback */
.feedback {
	padding: 20px;
}
.title.feedback__title {
	margin: 0px 0px 20px 0px;
	padding-right: 110px;
}

.owl-carousel .owl-stage {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}


.feedback-carousel .item {
	height: 100%;
  position: relative;
	padding: 20px 20px 30px 20px;
	background: #2E364A;
	-webkit-border-radius: 6px;
	        -moz-border-radius: 6px;
	        border-radius: 6px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	        -moz-box-orient: vertical;
	        -moz-box-direction: normal;
	        flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        -moz-box-pack: justify;
	        justify-content: space-between;
}
.feedback-carousel .item-icon {
  width: 41px;
	height: 41px;
	-webkit-border-radius: 100%;
	        -moz-border-radius: 100%;
	        border-radius: 100%;
	margin-right: 12px;
	overflow: hidden;
}

.feedback-carousel .item-icon img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.feedback-carousel .item-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        -moz-box-pack: center;
	        justify-content: center;
	margin-bottom: 26px;
}

.feedback-carousel .item-name {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 120%;
	color: inherit;
}

.feedback-carousel .item-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: inherit;
	margin: 0;
}

.feedback-carousel .owl-nav {
	position: absolute;
	right: 0px;
	top: -60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        -moz-box-align: center;
	        align-items: center;
}

.feedback-carousel .owl-nav button.owl-button{
	width: 40px;
	height: 40px;
	background: #EDF1F3;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	        -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 100%;
	        -moz-border-radius: 100%;
	        border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        -moz-box-pack: center;
	        justify-content: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.feedback-carousel .owl-prev {
	left: -20px;
	margin-right: 16px;
}
.feedback-carousel .owl-next {
	right: -20px;
}

.feedback-carousel .owl-nav button.owl-button:hover {
	background-color: rgba(255, 255, 255, 0.75);
}


/* FOOTER */
.footer {
	margin-top: 20px;
	padding: 0px 30px;
}
.footer__content {
	background: rgba(99, 127, 160, 0.5);
	padding: 32px 20px 10px 20px;
	max-width: 1240px;
	margin: 0px auto;
	-webkit-border-radius: 6px;
	        -moz-border-radius: 6px;
	        border-radius: 6px;
}
.footer ul {
	list-style: none;
}
.footer .content {
  padding: 20px 345px 0px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}

.footer__item + .footer__item {
  margin-top: 10px;
}

.footer__item-top {
  padding-bottom: 33px;
  border-bottom: 1px solid #fff;
}

.footer__item-top ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
	padding: 0;
}

.footer__item-top ul li {
  margin: 13px 5px;
}

.footer__item-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.footer__copy {
  margin-top: 20px;
}

.footer .icon {
  margin: 20px 10px;
  min-width: 85px;
}

.footer__item-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__item-bottom span {
  margin: 10px;
}
