
@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: url(../images/main-circle.svg) no-repeat 0 0% / 30% 13%,
							url(../images/main-circle-2.svg) no-repeat 100% 2% / 30% 13%,
							url(../images/main-circle.svg) no-repeat 0% 10% / 30% 13%,
							url(../images/main-circle-2.svg) no-repeat 100% 15% / 30% 13%,
							url(../images/main-circle-2.svg) no-repeat 100% 35% / 30% 13%,
							url(../images/main-circle.svg) no-repeat 0% 45% / 30% 13%,
							url(../images/main-circle.svg) no-repeat 0 15% / 63% 20%,
							url(../images/main-circle.svg) no-repeat 0 35% / 46% 21%,
							url(../images/main-circle.svg) no-repeat 0 60% / 46% 21%,
							url(../images/main-circle-2.svg) no-repeat 100% 80% / 30% 13%,
							url(../images/main-circle-2.svg) no-repeat 100% 67% / 45% 15%,
							url(../images/main-circle.svg) no-repeat 0 96% / 58% 20%,
							url(../images/main-circle.svg) no-repeat 0 110% / 58% 20%,
							url(../images/main-circle-2.svg) no-repeat 100% 106% / 33% 15%;
	background-color: #0F2855;
}



p {
  margin-top: 16px;
}

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


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



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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

h1, h1.title {
	font-size: 65px;
	line-height: 120%;
	color: #fff;
	margin-bottom: 16px;
}

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

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

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



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

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 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;
	font-style: italic;
}

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

/* 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;
	transition: all 0.4s;
  -webkit-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;
          border-radius: 16px;
}

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


.button.button--light {
	background: -o-radial-gradient(50% 50%, 50% 50%, #EC632C 0%, #CD3E05 100%);
	background: radial-gradient(50% 50% at 50% 50%, #EC632C 0%, #CD3E05 100%);
	-webkit-box-shadow: 0px 5.26254px 23.6814px rgba(14, 24, 17, 0.25), inset 0px 5.26254px 15.7876px #EDE7E1;
	        box-shadow: 0px 5.26254px 23.6814px rgba(14, 24, 17, 0.25), inset 0px 5.26254px 15.7876px #EDE7E1;
}
.button.button--light:hover {
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	z-index: 1;
}



.button.button--light::before, .button.button--light::after {
	content:'';
	display: block;
	width: 145%;
	height: 105px;
	background-image: url(../images/button-light.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: -1;
	pointer-events: none;
	-webkit-transition: all 0.4;
	-o-transition: all 0.4;
	transition: all 0.4;
}

.button.button--light::before {
	top: 4px;
}
.button.button--light::after {
	bottom: 0;
}

.button.button--other {
	font-size: 20px;
	background: -o-radial-gradient(50% 50%, 50% 50%, #EC632C 0%, #CD3E05 100%);
	background: radial-gradient(50% 50% at 50% 50%, #EC632C 0%, #CD3E05 100%);
	-webkit-box-shadow: 0px 5.26254px 23.6814px rgba(14, 24, 17, 0.25), inset 0px 5.26254px 15.7876px #EDE7E1;
	        box-shadow: 0px 5.26254px 23.6814px rgba(14, 24, 17, 0.25), inset 0px 5.26254px 15.7876px #EDE7E1;
	-webkit-border-radius: 16px;
	        border-radius: 16px;
	
}
/* 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;
}

.button-bg {
	position: absolute;
	left: 50%;
	bottom: 150px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%)
}
.button-bg .button {
	position: static!important;
	-webkit-transform: none!important;
	    -ms-transform: none!important;
	        transform: none!important;
	margin: 0;
}
.button-bg::before {
	content:'';
	display: block;
	background: url(../images/button-bg.svg) no-repeat center / contain;
	width: 115%;
	height: 250px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: -1;
}

/* 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: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-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;
  transition: all 0.5s;
}
.path {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}

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


.section {
	background: #1A3769;
	padding: 32px 20px;
	margin-top: 20px;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	z-index: 0;
	overflow: hidden;
}

.section a {
	color: inherit;
}

/* HEADER */
.header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	    flex-direction: row;
	top: 0px;
	left: 0px;
	right: 0px;
	height: auto;
	overflow: unset;
	background: #192A32;
	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;
	-ms-flex: 1 1 auto;
	    flex: 1 1 auto;
	width: auto;
}


.header__language-dropdown {
	z-index: 5;
	color: #fff;
  max-width: 123px;
  margin: 0px 0px 0px 16px;
  cursor: pointer;

}

.header__language-dropdown > div {
	padding: 11px 35px 11px 24px;
	position: relative;
  border: 1px solid #1A3769;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__language-dropdown > div::before {
	content: '';
	position: absolute;
	width: 14px;
	height: 7px;
	right: 25px;
	top: -webkit-calc(50% - 7px / 2);
	top: calc(50% - 7px / 2);
	background-image: url(../images/icons/arrow-white.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.header__language {
  white-space: nowrap;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: auto;
	overflow: hidden;
	color: #fff;
	text-transform: uppercase;
}

.header__language:hover {
  text-decoration: none;
}

.header__language-dropdown:hover > div {
	border-color: #C3CCD9;
}


.header__language img {
  margin-right: 10px;
  display: block;
  width: 24px;
  height: 24px;
}
.header__language-dropdown > ul {
	margin-bottom: 0;
	position: absolute;
	padding: 12px 10px 12px 24px;
	background-color: #192A32;
	top: 62px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	z-index: 10;
	list-style: none;
}

.header__language-dropdown ul > li::before{
  display: none;
}

.list-hidden > ul {
	margin-bottom: 0;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	opacity: 0;
	height: 0;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
}

.header__language-dropdown.list-hidden > ul {
	padding: 0 30px;
}
.header__language-dropdown > ul li {
	display: block;
  padding: 0;
}
.header__language-dropdown > ul li + li {
	margin-top: 3px;
}

.header__language-dropdown ul .header__language:hover,
.header__language-dropdown ul .header__language:focus {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.header__language-dropdown:not(.list-hidden) > div::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

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

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

/* Menu */
.menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-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: -ms-flexbox;
  display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	    justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	    align-items: center;
	font-size: 16px;
  font-weight: 600;
  text-align: center;
	white-space: nowrap;
	color: #FCFCFC;
  padding: 12px 22px;
	background-color: #1A3769;
  border-color: transparent;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  text-transform: uppercase;
}

.menu li > a:hover {
  background: #C3CCD9;
}
.menu li + li {
  margin-left: 10px;
}

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

.header__button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	    flex: 0 1 auto;
  margin: 0px 0px 0px 16px;
}

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



/* 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 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding: 86px 50px 114px 50px
}
.prime__text {
	margin-bottom: 47px;
	font-size: 32px;
	line-height: 120%;
	text-transform: uppercase;
	max-width: 580px;
	font-weight: 700;
}
.prime__button {
	font-size: 20px;
}
.prime__wrapp {
	text-align: center;
}
/*banner*/
.banner {
	padding: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.banner p {
	padding: 30px;
	font-weight: 500;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin: 0;
}
.banner p {
	margin-top: 0;
	font-weight: 500;
}


/*about*/
.about {
	padding: 10px 0px;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.about table {
	width: 100%;
}
.about table td {
	padding: 10px 15px 10px 32px;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
	font-weight: 500;
}
.about table td:nth-child(odd) {
	width: 365px;
}
.about table td:nth-child(even) {
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8)
}


/*section content*/
.info {
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	background: none;
}

.info > div {
	position: relative;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	height: auto;
	z-index: 1;
	padding: 32px 20px;
	background: #1A3769;
}
.info > div:first-child {
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
}
.info > div:last-child {
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
}
.info ol {
	margin-top: 20px;
}

.title.info__title {
	margin-top: 0;
}

.info__background img{
	-webkit-border-radius: 6px;
	        border-radius: 6px;
}

.info.info--reverse > div:first-child {
	width: -webkit-calc(40% - 10px);
	width: calc(40% - 10px);
}
.info.info--reverse > div:last-child {
	width: -webkit-calc(60% - 10px);
	width: calc(60% - 10px);
}
/*screen*/
.screen {
	padding: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.screen:hover {
	-webkit-box-shadow: 0px 4px 18px rgba(14, 24, 17, 0.25);
	        box-shadow: 0px 4px 18px rgba(14, 24, 17, 0.25);
}



.screen .button {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.screen .button.button--visible {
	display: inline-block;
}

.screen__image {
	display: block;
}

.screen__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
/* review */
.review p {
	margin: 16px 0px 0px 0px;
}
.review ul {
	padding: 0;
	margin: 16px 0px 0px 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
}

.review ul li {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: rgba(255, 255, 255, 0.8);
	padding-left: 20px;
}
.review ul li:nth-child(1) {
	font-weight: 700;
	color: #fff;
	width: 35%;
}
.review ul li:nth-child(2) {
	width: 65%;
}
.review__button {
	margin: 0;
}
.review .btn-box {
	margin-top: 16px;
}

.review table {
	margin-top: 24px;
}
.review table tr:not(:first-child) td{
	border-top: 1px solid rgba(16, 76, 84, 0.08);
}
.review table tr:not(:last-child) td {
	padding-bottom: 16px;
}

.review table td {
	padding-top: 16px;
}

.review table td:nth-child(1) {
	font-weight: 600;
	min-width: 270px;
}

.review table td:nth-child(2) {
	color: rgba(16, 76, 84, 0.8);
	padding-left: 20px;
}


/* F.A.Q. */
.faq {
	padding: 13px 0px;
}
.faq .faq__title {
	margin: 0px 0px 16px 0px;
	padding: 0px 20px 0px 20px;
}

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

.faq__list > li:before { display: none; }
.faq__item + .faq__item {
  margin-top: 16px;
}
.faq__item {
	background: #36507D;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
  color: #fff;
  padding: 20px 61px 20px 20px;
	position: relative;
}


.faq-item__title.title {
  color: inherit;
	position: static;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}
.faq-item__desc p {
	color: rgba(255, 255, 255, 0.9);
}
.faq-item__title:hover {
	color: #EC622B;
}
.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;
	transition: all 0.5s;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	background-color: #294067;
}


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

/* FOOTER */
.footer {
	background: #F1F1F1;
	margin-top: 20px;
	color: #192A32;
}
.footer__content {
	padding: 32px 30px 10px 30px;
	max-width: 1300px;
	margin: 0px auto;
	-webkit-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: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

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

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

.footer__item-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-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: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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