@font-face {
  font-family: SwedbankRegular;
	src: url('./fonts/SwedbankSans-Regular.woff2') format('woff2'),
	url('./fonts/SwedbankSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: SwedbankBold;
	src: url('./fonts/SwedbankSans-Bold.woff2') format('woff2'),
	url('./fonts/SwedbankSans-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: SwedbankMedium;
	src: url('./fonts/SwedbankSans-Medium.woff2') format('woff2'),
	url('./fonts/SwedbankSans-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: HeadlineBold;
	src: url('./fonts/SwedbankHeadline-Bold.woff2') format('woff2'),
	url('./fonts/SwedbankHeadline-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: HeadlineBlack;
	src: url('./fonts/SwedbankHeadline-Black.woff2') format('woff2'),
	url('./fonts/SwedbankHeadline-Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html, body {
	padding: 0;
	margin: 0;
}

html {
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body:before, footer:before {
  content: "";
  display: block;
  background: -ms-linear-gradient(left, #fb661d 0%,#f4ba44 100%);
  background: linear-gradient(to right, #fb661d 0%,#f4ba44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb661d', endColorstr='#f4ba44',GradientType=1 );
  height: 5px;
}

header, #body, .contents {
	max-width: 1164px;
	margin: 0 auto 0 auto;
	position:relative;
	padding: 0;
	font: 13px/18px Helvetica,Arial,sans-serif;
}

.frame {
	position:relative;
	margin: 0 82px;
}

/* header styles */
#header {
	min-height: 65px;
}

#header div.frame {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#header a {
	font: 16px/20px SwedbankMedium,Arial,sans-serif;
	color: #512b2b;
	border:none;
}

#header a img {
	border:none;
}

#languages {
	padding: 0 10px 0 0;
  line-height: 15px;
	margin-top: 5px;
}

#languages a {
	padding: 0 10px;
  display: block;
	text-decoration: none;
}

#header .logo {
	height: 32px;
}

/* introduction */
.introduction {
	background: #fff url('../images/img_pais_vaikelaenupartnerid.jpg');
    height: 390px;
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
	padding:40px 20px 20px 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.disclaimer {
	color: #785f5f;
}

.disclaimer .disc-frame {
	align-self: flex-end;
	-webkit-align-self: flex-end;
}

.disclaimer p {
	font-size: 12px;
    line-height: 16px;
	color: #785f5f;
}

.bottom_disc {
    height: 50px;
	padding:40px 20px 20px 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.introduction .intro-frame {
	max-width: 515px;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #fb661d 0px, #f4ba44 100%) repeat scroll 0 0;
	align-self: flex-end;
	-webkit-align-self: flex-end;
}

.introduction article {
	padding: 20px;
	display: table-cell;
	vertical-align: middle;
}

.introduction article h1 {
	color: #fff;
}

.market img{
	height:47px; margin-top:10px;
}

.num  {
	color: #036c80;
	border-radius: 15px;
	font-size: 11px;
	font-weight:bold;
	line-height: 14px;
	padding: 2px 0.5em;
	margin: -4px 0;
	font-family: SwedbankRegular, sans-serif;
	transition: color 0.3s ease-out;
	transition: border-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	background: none #fff;
	border: 1px solid #fff;
	display: inline-block;
	-webkit-appearance: none;
	text-decoration: none;
	font-family: SwedbankMedium,sans-serif;
}

/* .button {
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  font-size: 15px;
  line-height: 18px;
  padding: 7px 15px;
  margin: -8px 0;
  font-family: SwedbankRegular, sans-serif;
  transition: color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  background: none #ee7023;
  border: 1px solid #ee7023;
  display: inline-block;
  -webkit-appearance: none;
  text-decoration: none;
  vertical-align: top;
  font-family: SwedbankMedium,sans-serif;
} */

#body .container .button {
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  font-size: 18px;
  line-height: 18px;
  padding: 13px 15px;
  margin: 0;
  font-family: SwedbankRegular, sans-serif;
  transition: color 0.3s ease-out;
  transition: border-color 0.3s ease;
  transition: background-color 0.3s ease;
  background: none #EE7023;
  border: 1px solid #EE7023;
  display: inline-block;
  -webkit-appearance: none;
  text-decoration: none;
  vertical-align: top;
  box-sizing: border-box;
  text-align: center;
}

#body .container .button:hover {
	background: #f35b1c;
}

.button.optional {
	background-color: #31a3ae;
  border-color: #31a3ae;
}

.form-button-bar {
	margin-top: 30px;
}

.sid article h2 {
	color: #fff;
	font: 38px Arial;
	font-weight: bold;
}

.sid article p {
	color: #fff;
}

.sid article ul{
 list-style-type:none;
 padding-left:0px;
 padding-bottom: 17px;
}

.sid article .numeric-list li {
	color: #fff;
	padding-left: 0px;
    padding-top: 5px;
	font: 15px/20px Helvetica,Arial,sans-serif;
}

ul.numeric-list > li:first-child {
    margin-top: 0;
}

.introduction .button-bar {
	background-color: #FBF2EA;
	padding: 20px 20px 14px 20px;
	min-height: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.button-bar a {
	display: block;
	text-decoration: none;
	float: left;
	color: #512b2b;
	display: table-cell;
	vertical-align: middle;
	font: 14px/16px SwedbankMedium,Arial,sans-serif;
}

.button-bar a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 17.5px 0 17.5px;
	border-color: #31a4ae transparent transparent transparent;
	float:left;
	margin-right: 10px;
	margin-top: -4px;
}

/* body styles */
h1, h2 {
  font: 36px/40px HeadlineBlack,Arial,sans-serif;
  color: #f35b1c;
  margin:0;
  padding:0;
}

h3 {
  font: 22px/24px HeadlineBold,Arial,sans-serif;
  margin: 0;
  color: #512b2b;
}

p {
  font: 15px/20px Helvetica,Arial,sans-serif;
  color: #512b2b;
}

section, .bottom-intro {
	margin-top: 15px;
}

.bottom-intro a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width:  17.5px 0 17.5px 25px;
	border-color: transparent transparent transparent #31a4ae;
	float:left;
	margin-right: 10px;
	margin-top: -10px;
}

#body .container.sid{
	padding:30px;
	display:flex;
	flex-direction: row;
	height: 480px;
}

#body .container {
	padding:30px;
	display:flex;
	flex-direction: row;
	height: 440px;
}

#body .container.-small {
	height: 250px;
}

.container.-small figure .shape {
	top: 0px !important;
}

#body .container a {
	color: #036c80;
    text-decoration: underline;
}

#body .shape.-elipse  {
    width: 150px;
	height: 40px;
 	background-color:#ffffff;
}

#body .shape.-elipse span {
  font:15px/20px Helvetica,Arial,sans-serif;
	color:#00b5ac;
	padding-top:10px;
}

#body .market {
	padding: 0px 20px 14px 0px;
}

#body .arrow-link {
	background-color: transparent;
	padding: 20px 20px 14px 0px;
	min-height: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#body .arrow-link a {
	display:block;
	text-decoration:none;
	float:left;
	color: #512b2b;
	display: table-cell;
	vertical-align: middle;
	color: #036c80;
	font: 14px/16px SwedbankMedium,Arial,sans-serif;
}

#body .arrow-link a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width:  12px 0 12px 15px ;
  border-right-color: none;
	border-bottom-color: none;
	border-top-color: none;
	border-left-color: #31a4ae;
	float:left;
	margin-right: 10px;
	margin-top: -4px;
}

#body article {
	align-items: center;
	align-self: center;
	width: 50%;
}

#body figure {
	width: 50%;
	position: relative;
}

#body figure img {
	position: absolute;
	display: block;
	width: 350px;
	bottom: -42px;
  right: 35px;
}

#body figure img {
    right: 34px;
}

#body figure img {
	position:absolute;
	display:block;
	width: 200px;
	bottom: -24px;
  right: 111px;
}

#body figure img {
	display:block;
	width: 200px;
	bottom: -24px;
  right: 111px;
}

#body figure img {
	top: -35px;
	bottom: auto;
}

#body figure img.key {
	width: 150px;
}

#body figure .shape.-blue {
  background: #5b8ad6;
}

#body .shape.-yellow {
    background: #FDC129;
}

.shape span {
    margin: 0 20px 0 20px;
    font-size: 33px;
    line-height: 40px;
}

#body .shape.-yellow:after{
	right: 230px;
    bottom: 95px;
	border: solid transparent;
	height: 0;
	width: 0;
	content: " ";
	position: absolute;
	border-left-color: none;
	border-bottom-color: none;
	border-top-color: none;
	border-right-color: #FDC129;
	border-width: 24px;
	margin-top: 0px;
}

#body figure .shape.-bubble {
    border-radius: 50%;
}

#body .image .shape.-bubble {
    border-radius: 50%;
}

#body figure .shape {
	position: relative;
	width: 230px;
	height: 230px;
	font: bold 17px/19px HeadlineBlack, Arial, sans-serif;
	color: #fff;
	text-align: center;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	word-wrap: break-word;
	margin: auto;
	top:65px;
	left:7px;
}

#body figure .shape.-bubble.-purple {
  width: 200px;
	height: 200px;
	top:11px;
	left:7px;
}

#body .image .shape.-bubble.-purple {
  width: 200px;
	height: 200px;
	top:11px;
	left:7px;
}

.rus #body figure .shape.-bubble.-purple {
    width: 220px;
	height: 220px;
	top:11px;
	left:7px;
}

#body figure figure figcaption {
	position:absolute;
	margin:0;
	visibility: hidden;
}

.rus #body figure figure figcaption.-orangeround {
	top: -23px;
    right: 49px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: #FDC129;
}

.eng #body figure figure figcaption.-orangeround {
	top: -23px;
  right: 14px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: #FDC129;
}

#body figure figure figcaption.-orangeround {
	top: -23px;
  right: 15px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: #FDC129;
}

#body figure figure figcaption.-orangeround p {
  position:absolute;
  top:54%; left:50%;
  transform: translate(-50%, -50%);
  margin:0;
  line-height: 26px;
  text-align: center;
  font-size: 24px;
  width: 189px;
}

#body figure figure figcaption.-orangeround:after {
	right: 76px;
  bottom: -45px;
	border: solid transparent;
	height: 0;
	width: 0;
	content: " ";
	position: absolute;
	border-right-color: none;
	border-bottom-color: none;
	border-top-color: #FDC129;
	border-left-color: none;
	border-width: 24px;
	margin-top: 0px;
}

#body .shape.-purple:after{
 	right: 75px;
    bottom: -40px;
	border: solid transparent;
	height: 0;
	width: 0;
	content: " ";
	position: absolute;
	border-right-color: none;
	border-bottom-color: none;
	border-top-color: #c5569a;
	border-left-color: none;
	border-width: 24px;
	margin-top: 0px;
}

.rus #body .shape.-purple:after{
 	right: 85px;
    bottom: -40px;
	border: solid transparent;
	height: 0;
	width: 0;
	content: " ";
	position: absolute;
	border-right-color: none;
	border-bottom-color: none;
	border-top-color: #c5569a;
	border-left-color: none;
	border-width: 24px;
	margin-top: 0px;
}

#body figure figure figcaption.-purplearrow {
	background-color: #c5569a;
}

.eng #body figure figure figcaption.-purplearrow.-second {
	top: 250px;
	right:73%;
	width: 153px;
}

.eng #body figure figure figcaption.-purplearrow.-first {
	top: 175px;
    right: -17px;
    width: 150px;
}
.eng #body figure figure figcaption.-purplearrow.-first p{
	 padding:0px 13px;
}

#body figure figure figcaption.-purplearrow.-first {
	top: 178px;
    right: -70px;
    width: 191px;
}
#body figure figcaption.-purplearrow.-second {
	top: 241px;
    right: 296px;
	width: 153px;
}

.rus #body figure figcaption.-purplearrow.-first p{
	font-size:14px;
	padding: 0px;
}

.rus #body figure figcaption.-purplearrow.-first {
	top: 181px;
	right: calc(20% - 162px);
	width: 188px;
}

.rus #body figure figcaption.-purplearrow.-second p{
	font-size:14px;
	padding: 0 0 0 11px;
}

.rus #body figure figcaption.-purplearrow.-second {
	top: 244px;
	right:73%;
	width: 130px;
}

#body figure figcaption.-purplearrow.-second:after {
	right: -48px;
	top: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-right-color: none;
	border-bottom-color: none;
	border-top-color: none;
	border-left-color: #c5569a;
	border-width: 24px;
	margin-top: 0px;
}

#body figure figcaption.-purplearrow.-first:before {
	left: -48px;
	top: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-right-color: #c5569a;
	border-bottom-color: none;
	border-top-color: none;
	border-left-color: none;
	border-width: 24px;
	margin-top: 0px;
}

#body figure figcaption.-blueround {
	top: -15px;
    right: -54px;
	width: 233px;
	height: 233px;
	border-radius: 50%;
	background-color: #5b8ad6;
}

#body figure figcaption.-blueround p {
  position:absolute;
  width: 223px;
  top:49%;
  left:50%;
  transform: translate(-50%, -50%);
  margin:0;
  line-height: 26px;
  text-align: center;
  font-size: 20px;
}

#body figure figcaption.-blueround:after {
	right: 93px;
    bottom: -45px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-right-color: none;
	border-bottom-color: none;
	border-top-color: #5b8ad6;
	border-left-color: none;
	border-width: 24px;
	margin-top: 0px;
}

#body figure figcaption p {
	font: 18px/48px HeadlineBlack,Arial,sans-serif;
	color: #fff;
	padding: 0 20px;
	margin: 0;
	width:100%;
}

/** bg colors and remark colors **/
.-lightgreen {
	background-color: #ebf8f2;
}

.-lightpurple {
	background-color: #fbedf4;
}
.-lightblue {
	background-color: #edf2fa;
}
.-lightorange {
	background-color: #fbf2ea;
}
.-green {
	background: #00b5ac url('../images/pattern-2000x797.png' );
	background-size: 1000px;
}
.-purple {
	background-color: #c5569a;
}
.-blue {
	background-color: #5b8ad6;
}
.-orange {
	background-color: #ee7023;
}

/* footer styles */
#footer {
	background: #fbf2ea none repeat scroll 0 0;
	color: #512b2b;
	display: block;
	flex: 0 0 auto;
	margin-top: 30px;
	padding: 0;
	position: relative;
	z-index: 2;
	overflow:hidden;
}

#footer nav {
	padding: 0 82px;
}

#footer nav a {
	color: #036c80;
  text-decoration: underline;
}

#footer .tel {
	color: #f35b1c;
	font: 24px/28px SwedbankMedium,Arial,sans-serif;
}

.tel a {
	color: #f35b1c !important;
	text-decoration: none !important;
}

#footer .requisites {
	color: #512b2b;
	line-height: 18px;
	margin-bottom: 20px;
}

#footer .columns {
	display: flex;
}

.columns {
	clear:both;
	position: relative;
	margin-top: 20px;
}

.column{
	float:left;
	width:33%;
}

.social-media {
  list-style-type: none;
	margin:15px 0 20px 0;
	padding:0;
	float:right;
}

.social-media li {
	float: left;
	margin: 0 5px;
}

.social-media a {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/rococo.png);
  background-image: none, url(../images/rococo.svg);
}

.social-media .facebook {
  background-position: -1270px -10px;
}
.social-media .youtube {
  background-position: -1300px -10px;
}
.social-media .twitter {
  background-position: -1330px -10px;
}
.social-media .skype {
  background-position: -1330px -100px;
}
.social-media .instagram {
  background-position: -700px -10px;
}
.social-media .facebook:hover {
  background-position: -1270px -40px;
}
.social-media .youtube:hover {
  background-position: -1300px -40px;
}
.social-media .twitter:hover {
  background-position: -1330px -40px;
}
.social-media .skype:hover {
  background-position: -1330px -130px;
}
.social-media .instagram:hover {
  background-position: -700px -40px;
}

.remark {
	border-radius: 50% 0 0 50%;
	font: 32px/72px HeadlineBlack,Arial,sans-serif;
	color: white;
	height: 70px;
	line-height: 72px;
	top: 0;
	width: 62px;
	left: -62px;
	position: absolute;
	text-align:center;
	padding: 2px 0 0 2px;
}

.visible-sm {
	display:none;
}

ul.tab {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
	background-color:#eee;
	border:1px solid #fff;
}

ul.tab li {
	float:left;
	border-right: 1px solid #fff;
}

ul.tab li a {
	display:inline-block;
	color:#512B2B;
	text-align:center;
	padding:16px 56px;
	text-decoration:none;
	transition:0.3s;
	font: 15px/20px Helvetica,Arial,sans-serif;
}
ul.tab li a:hover {
	background-color:#FDC129;
}

ul.tab li a:focus, .active {
	background-color:#FDC129;
}

.tabsContent {
	display: none;
}

.first {
	margin-top: 0px;
}

#partners article {
	width: 50%;
}

#partners figure {
	width: 10%;
}

#partners article .buttons a {
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  font-size: 15px;
  line-height: 18px;
  padding: 7px 15px;
  margin: -8px 0;
  font-family: SwedbankRegular, sans-serif;
  transition: color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  background: none #ee7023;
  border: 1px solid #ee7023;
  display: inline-block;
  -webkit-appearance: none;
  text-decoration: none;
  vertical-align: top;
  font-family: SwedbankMedium,sans-serif;
}

#body #partners figure img {
	position:static;
	display:block;
	width: 350px;
	height: 100%;
	object-fit: cover;
	bottom: -42px;
  right: 35px;
	margin-left:50px;
}

#body #partners .container {
	height: auto;
	padding-bottom: 20px;
}

#body #stepByStep .container {
	height: auto;
	padding-bottom: 20px;
}

#body #partners section .buttons {
	display:none;
}

#body #stepByStep img {
	max-width: 100%;
	height: auto;
}

#body #partners figure img {
	position:static;
	display:block;
	width: 350px;
	bottom: -42px;
  right: 35px;
	margin-left:50px;
}

#body #partners .container {
	height: auto;
	padding-bottom: 20px;
}

#body #partners section .buttons {
	display:none;
}

#body #download .market a {
	display: inline-block;
	max-width: 200px;
	padding-left: 20px;
	float: right;
}

#body #download .market {
	margin-left: 50px;
}

#body #introduction {
	height: auto;
}

/* How to apply / Step by Step SECTION */

#stepByStep section#apply {
	width: 100%;
	padding: 20px;
}

.d-flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.py-2 {
	padding: 1rem 0;
}

#stepByStep .apply-bubble {
	flex: 1;
}

#stepByStep .apply-text {
	flex: 1;
	margin-left: 20px;
}

#stepByStep .apply-img {
	flex: 2;
}

#stepByStep .bubble.-speech.-text-medium.-rotated {
	transform: rotate(-90deg);
	height: 160px;
	width: 160px;
}

#stepByStep .bubble.-rotated span {
	transform: rotate(-270deg);
}

#stepByStep h3 {
	margin-bottom: 15px;
}

.secondary-h-group {
	margin-top: 18px;
}

.secondary-h-group h3 {
	font-size: 20px;
}

#stepByStep .apply-img {
	display: flex;
	justify-content: center;
	align-items: center;
}

#stepByStep .apply-img img {
	max-height: 300px;
}

#stepByStep ul {
	margin-bottom: 25px;
}

#stepByStep ul li {
	color: #512b2b;
	font-size: 15px;
}

#stepByStep ul li:before {
	background-color: #5b8ad6;
}

#cookie-consent ul.input-list {
	margin-left: 0;
}
ui-modal li:has(ui-option-lang[value="ENG"]) {
	display: none;
}

@media (max-width: 960px) {
	.d-flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	#stepByStep .apply-bubble {
		flex: 1;
		order: 1;
	}

	#stepByStep .apply-text {
		flex: 100%;
		margin-left: 20px;
		order: 3;
		margin-top: 30px;
	}

	#stepByStep .d-flex:first-child h3 {
		margin-top: 50px;
	}

	#stepByStep .apply-img {
		flex: 3;
		order: 2;
	}

	#body .container .button {
		width: 100%;
	}


}

@media (max-width: 460px) {
	#stepByStep .bubble.-speech.-text-medium.-rotated {
		transform: rotate(-90deg);
		height: 120px;
		width: 120px;
	}
}

/* small devices */
@media (max-width: 320px) {
	.column {
		float:none;
		width: 80%;
	}

	#body .container.sid{
	  height: auto;
	}

	.rus #body .container.sid{
	  height: auto;
  }

	.eng #body .container.sid{
	  height: auto;
	}

	#body #partners section .buttons {
		display: block;
	}

	#body .tabsList ul li a{
		padding-right: 30px;
		padding-left: 30px;
	}

	.image {
		width: 100%;
	}

	#body #download .market a {
		float: none;
	}
	#body #stepByStep #taotlen .image #image1, #image2, #image3{
		display: none;
	}

	#body #stepByStep #solmin .image #img1, #img2, #img3 {
		display: none;
	}

	#body #stepByStep #taotlen .image {
		padding: 0px 40px 0px 40px;
	}

	#body #stepByStep #solmin #pic1 {
		padding: 0px 40px 0px 40px;
	}

	#body #stepByStep #solmin #pic2 {
		padding: 0px 40px 0px 40px;
	}

	#body #stepByStep #solmin #pic3 {
		padding: 0px 40px 0px 40px;
	}

	.introduction {
		height: auto;
	}

	.introduction article {
		display: none !important;
	}

	.introduction figure {
		margin: 0px auto 30px auto !important;
	}

	#body #stepByStep .phoneBubble {
		display: none;
	}

	#body #stepByStep .mobileImg {
		display: block;
	}
	.rus #body .tabsList ul li a{
		padding-right: 14px;
		padding-left: 14px;
	}
}

@media (min-width: 321px) and (max-width: 330px) {
	#body #partners section .buttons {
		display: block;
	}
	#body .tabsList ul li a{
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
	.image {
		width: 100%;
	}
	#body #stepByStep #taotlen .image #image1, #image2, #image3{
		display: none;
	}
	#body #stepByStep #solmin .image #img1, #img2, #img3 {
		display: none;
	}
	#body #stepByStep #taotlen .image {
		padding: 0px 40px 0px 40px;
	}
	#body #stepByStep #solmin #pic1 {
		padding: 0px 40px 0px 40px;
	}
	#body #stepByStep #solmin #pic2 {
		padding: 0px 40px 0px 40px;
	}
	#body #stepByStep #solmin #pic3 {
		padding: 0px 40px 0px 40px;
	}
	.introduction {
		height: auto;
	}
	#body #stepByStep .phoneBubble {
		display: none;
	}
	#body #stepByStep .mobileImg {
		display: block;
	}
}

@media (min-width: 321px) and (max-width: 340px) {
	#body #partners section .buttons {
		display: block;
	}
	#body .tabsList ul li a{
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
	.image {
		width: 100%;
	}
	#body #stepByStep #taotlen .image #image1, #image2, #image3{
		display: none;
	}
	#body #stepByStep #solmin .image #img1, #img2, #img3 {
		display: none;
	}
	#body #stepByStep #taotlen .image {
		padding: 0px 40px 0px 40px;
	}
	#body #stepByStep #solmin #pic1 {
		padding: 0px 40px 0px 40px;
	}
	#body #stepByStep #solmin #pic2 {
		padding: 0px 40px 0px 40px;
	}
	#body #stepByStep #solmin #pic3 {
		padding: 0px 40px 0px 40px;
	}
	.introduction {
		height: auto;
	}
	#body #stepByStep .phoneBubble {
		display: none;
	}
	#body #stepByStep .mobileImg {
		display: block;
	}
	.rus #body .tabsList ul li a{
		padding-right: 16px !important;
		padding-left: 16px !important;
	}
}

@media (min-width: 321px) and (max-width: 375px) {
	.column {
		float:none;
		width: 80%;
	}
	#body .container.sid{
	    height: auto;
    }
	.rus #body .container.sid{
	    height: auto;
    }

	.eng #body .container.sid{
	    height: auto;
    }
	#body #partners section .buttons {
		display: block;
	}
	#body .tabsList ul li a{
		padding-right: 30px;
		padding-left: 30px;
	}
	.image {
		width: 100%;
	}
	#body #stepByStep #taotlen .image #image1, #image2, #image3{
		display: none;
	}
	#body #stepByStep #solmin .image #img1, #img2, #img3 {
		display: none;
	}
	#body #stepByStep #taotlen .image {
		padding: 0px 40px 0px 40px;
	}
	#body #stepByStep #solmin #pic1 {
		padding: 0px 40px 0px 40px;
	}
	#body #stepByStep #solmin #pic2 {
		padding: 0px 40px 0px 40px;
	}
	#body #stepByStep #solmin #pic3 {
		padding: 0px 40px 0px 40px;
	}
	.introduction figure {
		margin: 0px auto 30px auto !important;
	}
	.introduction {
		height: auto;
	}
	#body #stepByStep .phoneBubble {
		display: none;
	}
	#body #stepByStep .mobileImg {
		display: block;
	}
}

@media (min-width: 321px) and (max-width: 425px) {
	.column {
		float:left;
		width:50%;
	}

	#body {
		width: auto;
	}
	#body .container.sid{
	    height: auto;
    }
	.rus #body .container.sid{
	    height: auto;
    }

	.eng #body .container.sid{
	    height: auto;
    }
	#body #partners section .buttons {
		display: block;
	}
	#body .tabsList ul li a{
		padding-right: 40px;
		padding-left: 40px;
	}
	.rus #body .tabsList ul li a{
		padding-right: 20px;
		padding-left: 20px;
	}
	.image {
		width: 100%;
	}
	#body #download .market a {
		float: none;
	}
	#body #stepByStep #taotlen .image #image1, #image2, #image3{
		display: none;
	}
	#body #stepByStep #solmin .image #img1, #img2, #img3 {
		display: none;
	}
	#body #stepByStep #taotlen .image {
		padding: 0px 40px 0px 40px;
	}
	#body #stepByStep #solmin #pic1 {
		padding: 0px 40px 0px 40px;
	}
	#body #stepByStep #solmin #pic2 {
		padding: 0px 40px 0px 40px;
	}
	#body #stepByStep #solmin #pic3 {
		padding: 0px 40px 0px 40px;
	}
	#body .introduction figure {
		margin-right: 65px;
	}
	.introduction {
		height: auto;
	}
	.introduction article {
		display: none !important;
	}
	.introduction figure {
		margin: 0px auto 30px auto !important;
	}
	#body #stepByStep .phoneBubble {
		display: none;
	}
	#body #stepByStep .mobileImg {
		display: block;
	}
}

@media (min-width: 421px) and (max-width: 767px) {
	.column {
		float:left;
		width:50%;
	}
	#body .container.sid{
	    height: auto;
    }
	.rus #body .container.sid{
	    height: auto;
    }
	.eng #body .container.sid{
	    height: auto;
    }
	.hidden-sm {
		display:none;
	}
	#body #partners section .buttons {
		display: block;
		padding-bottom: 20px;
	}
	.image {
		width: 100%;
	}
	#body #stepByStep #taotlen .image #image1, #image2, #image3{
		display: none;
	}
	#body #stepByStep #solmin .image #img1, #img2, #img3 {
		display: none;
	}
	#body #stepByStep #taotlen .image {
		padding: 0px 40px 0px 40px;
	}
	#body #stepByStep #solmin #pic1 {
		padding: 0px 40px 0px 40px;
	}
	#body #stepByStep #solmin #pic2 {
		padding: 0px 40px 0px 40px;
	}
	#body #stepByStep #solmin #pic3 {
		padding: 0px 40px 0px 40px;
	}
	#body #download .market a {
		float: none;
	}
	.introduction {
		height: 320px;
	}
	.introduction article {
		display: none;
	}
	.introduction figure {
		margin: 0 auto;
	}
	#body #stepByStep .phoneBubble {
		display: none;
	}
	#body #stepByStep .mobileImg {
		display: block;
	}
}

@media (max-width: 486px) {
	.hidden-sm {
		display:none;
	}
	.visible-sm {
		display:block;
	}
	#body #partners section .buttons {
		display: block;
		padding-bottom: 20px;
	}
	#body .contents .frame .container article h2 {
		padding-bottom: 20px;
	}
	.image {
		width: 100%;
	}
	#body #stepByStep #taotlen .image #image1, #image2, #image3{
		display: none;
	}
	#body #stepByStep #solmin .image #img1, #img2, #img3 {
		display: none;
	}
	#body #stepByStep #taotlen .image {
		padding: 0px 40px 0px 40px;
	}
	#body #stepByStep #solmin #pic1 {
		padding: 0px 40px 0px 40px;
	}
	#body #stepByStep #solmin #pic2 {
		padding: 0px 40px 0px 40px;
	}
	#body #stepByStep #solmin #pic3 {
		padding: 0px 40px 0px 40px;
	}
	.introduction {
		height: 320px;
	}
	.introduction article {
		display: none;
	}
	.introduction figure {
		margin: 0px auto 30px auto !important;
	}
	#body #stepByStep .phoneBubble {
		display: none;
	}
	#body #stepByStep .mobileImg {
		display: block;
	}
}

/* Landscape phones and down */
@media (max-width: 767px) {
	.introduction .intro-frame {
	max-width: 100%;
	}
	.introduction .intro-frame  h1{
	max-width: 90%;
	}

	.frame {
		margin: 0 5px;
	}

	h1, h2{
		font: 32px/34px HeadlineBlack,Arial,sans-serif;
	}

	#footer nav {
		position:relative;
		padding: 0 15px;
	}

	.social-media {
		float:left;
	}

	section {
		margin-top:15px;
	}

	#body .container {
		padding:30px;
		display:flex;
		flex-direction: column;
		height: auto;
	}

	#body .container.-small {
		height: auto;
	}

	#body .container.reverse {
		flex-direction: column-reverse;
	}

	#body article {
		align-self: flex-start;
		width: 100%;
	}

	#body figure {
		position:relative;
		width:auto;
		margin:0;
		padding:0;
		height:auto;
	}

 	#body figure img {
	  position:relative;
	  width: calc(40% + 170px);
		bottom: -29px;
		left:3%;
	}

	#body figure img {
	  position:relative;
	  width: calc(20% + 120px);
		bottom: -10px;
		left:23%;
	}

	#body figure img {
	  position:relative;
	  width: calc(20% + 135px);
		bottom: -10px;
		left:18%;
	}

	#body figure img {
		bottom: -30px;
		width: calc(40% + 170px);
		left:5%;
	}

	#body figure img {
		position:relative;
		top: 7px;
	}

	.remark {
		border-radius: 50% 50% 0 0;
		color: white;
		font: 32px/72px HeadlineBlack,Arial,sans-serif;
		height: 62px;
		left: 0;
		padding: 0px 2px 2px 0;
		position: absolute;
		text-align: center;
		top: -62px;
		width: 72px;
	}

	#body figure figcaption.-blueround {
		top: -2%;
		right: calc(4% + 2px);
	}

	.rus #body figure figcaption.-purplearrow.-first {
		top: 217px;
		right: calc(20% - 78px);
		width: 188px;
	}

	.rus #body figure figcaption.-purplearrow.-first p{
		font-size:13px;
		padding: 0px;
		padding: 0 0 0 6px;
	}

	.rus #body figure figcaption.-purplearrow.-second p{
		font-size:13px;
	}

	.rus #body figure figcaption.-purplearrow.-second {
		top: 244px;
		right: 73%;
		width: 120px;
	}
	#body figure figcaption.-purplearrow.-first p{
		font-size:13px;
		padding: 0 6px 0 0;
	}

	#body figure figcaption.-purplearrow.-second p{
		font-size:13px;
		padding: 0  0 0 11px;
	}

 	#body figure figcaption.-purplearrow.-first {
		top: 214px;
		right: calc(20% - 88px);
		width: 120px;
	}

	#body figure figcaption.-purplearrow.-second {
		top: 244px;
		right: 73%;
		width: 98px;
	}

	.eng #body figure figcaption.-purplearrow.-first p{
		font-size:13px;
		padding: 0 6px 0 0;
	}

	.eng #body figure figcaption.-purplearrow.-second p{
		font-size:13px;
		padding: 0  0 0 11px;
	}

 	.eng #body figure figcaption.-purplearrow.-first {
		top: 214px;
		right: calc(20% - 78px);
		width: 103px;
	}

	.eng #body figure figcaption.-purplearrow.-second {
		top: 251px;
		right: 73%;
		width: 98px;
	}

	#body figure figcaption.-orangeround {
		top: calc(11% - 10px);
		left: 187px;
		margin: auto;
	}

	#body figure figcaption.-orangeround {
		top: calc(11% - 49px);
		left: 118px;
		margin: auto;
	}

	#body figure .shape {
		top:25px;
  }

	#body .shape.-yellow:after{
	right: 100px;
    bottom: 241px;
	border: solid transparent;
	height: 0;
	width: 0;
	content: " ";
	position: absolute;
	border-left-color: none;
	border-right-color: none;
	border-top-color: none;
	border-bottom-color: #FDC129;
	 border-width: 24px;
	margin-top: 0px;
    }
	#body .shape.-yellow{
	display:none;
	}

	#body figure .shape.-bubble.-purple{
	display:none;
	}

	#body figure .shape.-bubble{
	display:none;
	}
	#body #partners section .buttons {
		display: block;
		padding-bottom: 20px;
	}
	.image {
		width: 100%;
	}
	#body #stepByStep #taotlen .image #image1, #image2, #image3{
		display: none;
	}
	#body #stepByStep #solmin .image #img1, #img2, #img3 {
		display: none;
	}
	#body #stepByStep #taotlen .image {
		padding: 0px 40px 0px 40px;
	}
	#body #stepByStep #solmin #pic1 {
		padding: 0px 40px 0px 40px;
	}
	#body #stepByStep #solmin #pic2 {
		padding: 0px 40px 0px 40px;
	}
	#body #stepByStep #solmin #pic3 {
		padding: 0px 40px 0px 40px;
	}
	#body #download .market {
		margin: 0 auto;
	}
	.introduction {
		height: 320px;
	}
	#body #introduction h2 {
		padding-bottom: 20px;
	}
	.introduction article {
		display: none;
	}
	.introduction figure {
		margin: 0px auto 30px auto !important;
	}
	#body #stepByStep .phoneBubble {
		display: none;
	}
	#body #stepByStep .mobileImg {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 829px) {

	#body .container.sid{
 		height: auto;
  }

	.rus #body .container.sid{
 		height: auto;
  }

	.eng #body .container.sid{
 		height: auto;
  }

	#body .container {
		padding-top:5%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		height: auto;
	}

	#body figure .shape.-bubble.-purple {
		width: 200px;
		height: 200px;
		top:calc(38% - 65px);
		left:12%;
	}

	#body .image .shape.-bubble.-purple {
		width: 200px;
		height: 200px;
		top:calc(38% - 65px);
		left:12%;
  }

	.rus #body figure .shape.-bubble.-purple {
		width: 220px;
		height: 220px;
		top:calc(38% - 65px);
		left:12%;
  }

	#body .shape.-yellow {
  	left:12%;
		top:calc(38% - 65px);
  }

	#body .shape.-bubble.-blue {
    left:12%;
		top:calc(29% - 65px);
  }
	#body .image .shape.-bubble.-blue {
     left:12%;
	 top:calc(29% - 65px);
    }

	.rus #body .shape.-bubble.-blue {
     left:12%;
	 top:calc(29% - 65px);
    }

	#body article {
		align-items: center;
		align-self: center;
		width: 60%;
	}

	#body article h2 {
		font-size: 32px;
	}

	#body article li {
		font-size: 14px;
	}

	#body article h3 {
		font-size: 18px;
	}

	#body #partners figure {
		width: 30%;
	}

	#body #partners figure img {
		width: 200px;
	}

	#body #partners section {
		height: auto;
	}

	.est #body figure img {
		position: relative;
		display:block;
		width: 340px;
		bottom: -47px;
		right:calc(30% - 65px);
	}

	.est #body figure img {
		position:relative;
		left: 43px;
		top:2px;
		width: 185px;
	}

	.rus #body figure img {
		position:relative;
		left: 43px;
		top: 85px;
		width: 185px;
	}

	.eng #body figure img {
		position:relative;
		left: 43px;
		top: 85px;
		width: 185px;
	}

	.rus #body figure img {
		position: relative;
		display:block;
		width: 340px;
		bottom: -207px;
		right:calc(30% - 74px);
	}

	.eng #body figure img {
		position: relative;
		display:block;
		width: 340px;
		bottom: -167px;
		right:calc(30% - 73px);
	}
	.rus #body figure img {
		position: relative;
		display:block;
		width: 200px;
		bottom: -74px;
		right:calc(19% - 65px);
	}

	.eng #body figure img {
		position: relative;
		display:block;
		width: 200px;
		bottom: -97px;
		right:calc(19% - 65px);
	}

	#body figure img {
		position: relative;
		display:block;
		width: 200px;
		bottom: -31px;
		right:calc(19% - 65px);
	}

	.rus #body figure img {
		top: 87px;
		bottom: auto;
		width: 310px;
		left: calc(14% - 76px);
	}

	.eng #body figure img {
		top: 72px;
		bottom: auto;
		width: 310px;
		left: calc(14% - 17px);
	}

	.rus #body figure img {
 		width: 310px;
		position:absolute;
		right: calc(80% - 219px);
		bottom:-43px;
 	}

	.eng #body figure img {
 		width: 310px;
		position:absolute;
		right: calc(80% - 249px);
		bottom:-43px;
 	}

	#body figure img {
 		width: 310px;
		position:absolute;
		right: calc(80% - 249px);
 	}

	#body figure img {
		top: 30px;
		bottom: auto;
		width: 310px;
		left: calc(14% - 76px);
	}

	.rus #body figure figcaption.-orangeround {
		top: calc(16% + 32px);
		right: calc(11% - 97px);
		left:0;
		margin: auto;
	}
	.eng #body figure figcaption.-orangeround {
		top: calc(15% - 60px);
		right: calc(11% - 171px);
		left:0;
		margin: auto;
	}

	#body figure figcaption.-orangeround {
		top: calc(15% - 44px);
		right: calc(11% - 171px);
		left:0;
		margin: auto;
	}
	#body figure figcaption.-purplearrow.-first {
		top: 241px;
		right: calc(20% - 172px);
		width: 153px;
	}



	#body figure figcaption.-purplearrow.-first p{
		font-size:16px;
		padding: 0 6px;
	}

	.rus #body figure figcaption.-purplearrow.-first p{
		font-size:14px;
		padding: 0px;
	}

	.rus #body figure figcaption.-purplearrow.-first {
		top: 405px;
		right: calc(20% - 222px);
		width: 188px;
	}

	.eng #body figure figcaption.-purplearrow.-first {
		top: 364px;
		right: calc(20% - 181px);
		width: 152px;
	}

	#body figure figcaption.-purplearrow.-second p{
		font-size:16px;
		padding: 0  0 0 18px;
	}

	#body figure figcaption.-purplearrow.-second {
		top: 306px;
		right:73%;
		width: 125px;
	}

	.eng #body figure figcaption.-purplearrow.-second {
		top: 434px;
		right:73%;
		width: 118px;
	}

	.rus #body figure figcaption.-purplearrow.-second p{
		font-size:14px;
		padding: 0 0 0 11px;
	}

	.rus #body figure figcaption.-purplearrow.-second {
		top: 480px;
		right:73%;
		width: 130px;
	}

	#body figure figcaption.-purplearrow.-second:after {
		right: -48px;
		top: 0;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		border-right-color: none;
		border-bottom-color: none;
		border-top-color: none;
		border-left-color: #c5569a;
		border-width: 24px;
		margin-top: 0px;
	}

	#body figure figcaption.-purplearrow.-first:before {
		left: -48px;
		top: 0;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		border-right-color: #c5569a;
		border-bottom-color: none;
		border-top-color: none;
		border-left-color: none;
		border-width: 24px;
		margin-top: 0px;
	}
	#body figure figcaption.-blueround {
		top: 0%;
		right: 0%;
	}

	#body #stepByStep section {
		padding-bottom: 20px;
	}
	#body #partners section .buttons {
		display: block;
	}
	#body #partners figure img {
		display: none;
	}
	#body #partners article {
		width: auto;
	}
	.image {
		width: 50%;
	}
	#body #stepByStep #taotlen .image #image1{
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 82px;
		margin-left: -166px;
		height: 130px;
		width: 130px;
	}

	#body #stepByStep #taotlen .image #image2{
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 68px;
		margin-left: -170px;
		height: 130px;
		width: 130px;
	}

	#body #stepByStep #taotlen .image #image3{
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 4px;
		margin-left: -174px;
		height: 130px;
		width: 130px;
	}

	.rus #body #stepByStep #taotlen .image #image1{
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 100px;
		margin-left: -166px;
		height: 130px;
		width: 130px;
	}

	.rus #body #stepByStep #taotlen .image #image2{
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 90px;
		margin-left: -170px;
		height: 130px;
		width: 130px;
	}

	.rus #body #stepByStep #taotlen .image #image3{
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 16px;
		margin-left: -174px;
		height: 130px;
		width: 130px;
	}

	#body #stepByStep #solmin .image #img1 {
		transform: rotate(90deg);
		position: absolute;
		margin-top: 14px;
		margin-left: 106px;
		height: 130px;
		width: 130px;
	}

	#body #stepByStep #solmin .image #img2 {
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 130px;
		margin-left: -164px;
		height: 130px;
		width: 130px;
	}

	#body #stepByStep #solmin .image #img3 {
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 100px;
		margin-left: -180px;
		height: 154px;
		width: 154px;
	}

	.rus #body #stepByStep #solmin .image #img1 {
		transform: rotate(90deg);
		position: absolute;
		margin-top: 10px;
		margin-left: 106px;
		height: 154px;
		width: 154px;
	}

	.rus #body #stepByStep #solmin .image #img2 {
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 150px;
		margin-left: -180px;
		height: 150px;
		width: 150px;
	}

	.rus #body #stepByStep #solmin .image #img3 {
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 140px;
		margin-left: -180px;
		height: 150px;
		width: 150px;
	}

	.introduction {
		height: 320px;
	}

	.introduction article {
		display: none;
	}

	.introduction figure {
		margin: 0px auto 30px auto !important;
	}

	#body #introduction h2 {
		font-size: 30px;
	}

	.rus #body #introduction {
		height: auto;
	}

}

@media (min-width: 830px) and (max-width: 977px) {
	#body .container {
		padding-top:5%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		height: auto;
	}

	#body .container.sid{
 	height: auto;
    }

	.rus #body .container.sid{
 	height: auto;
    }

	.eng #body .container.sid{
 	height: auto;
    }

	#body .container.-small {
		height: 400px;
	}

	#body figure .shape.-bubble.-purple {
    width: 200px;
	height: 200px;
	top:calc(36% - 65px);
	left:3%;
    }
	#body .image .shape.-bubble.-purple {
    width: 200px;
	height: 200px;
	top:calc(36% - 65px);
	left:3%;
    }

	.rus #body figure .shape.-bubble.-purple {
    width: 220px;
	height: 220px;
	top:calc(36% - 65px);
	left:3%;
    }
	#body .shape.-yellow {
     left:5%;
	 top:calc(35% - 65px);
    }

	#body article {
		align-items: center;
		align-self: center;
		width: 50%;
	}

   .rus #body figure img {
		width: 185px;
		right: 59px;
		bottom:34px;
	}

	.eng #body figure img {
		width: 185px;
		right: 59px;
		bottom:-5px;
	}

	.est #body figure img {
		width: 185px;
		right: 59px;
		bottom:-37px;
	}

   .rus #body figure img {
		width: 185px;
		right: -86px;
		bottom:-6px;
	}

	.eng #body figure img {
		width: 185px;
		right: -86px;
		bottom:-5px;
	}

	.est #body figure img {
		width: 185px;
		right: -86px;
		bottom:-37px;
	}

	#body figure img {
		position: relative;
		display:block;
		width: 340px;
		bottom: -88px;
		right:calc(30% - 96px);
	}

	#body #partners figure img {
		position:static;
		display:block;
		width: 300px;
		bottom: -42px;
		right: 35px;
		margin-left:20px !important;
	}

	#body figure img {
 		width: 310px;
		position:absolute;
		right: calc(80% - 266px);
 	}

	.est #body figure img {
		top: 88px;
		width: 310px;
		left: calc(37% - 70px);
	}

	.rus #body figure img {
		top: 105px;
		width: 310px;
		left: calc(37% - 70px);
	}

	.eng #body figure img {
		top: 123px;
		width: 310px;
		left: calc(37% - 70px);
	}

	.rus #body figure figcaption.-orangeround {
		top: calc(20% - 10px);
		right: calc(11% - 148px);
		left:0;
		margin: auto;
	}

	.eng #body figure figcaption.-orangeround {
		top: calc(15% - 10px);
		right: calc(11% - 250px);
		left:0;
		margin: auto;
	}

	#body figure figcaption.-orangeround {
		top: calc(15% - 10px);
		right: calc(11% - 250px);
		left:0;
		margin: auto;
	}

	.eng #body figure figcaption.-purplearrow.-second {
		top: 346px;
		right:73%;
		width: 118px;
    }

	.eng #body figure figcaption.-purplearrow.-first {
		top: 268px;
		right: -113px;
		width: 141px;
	}

	.rus #body figure figcaption.-purplearrow.-first p{
		font-size:14px;
		padding: 0px;
	}

	.rus #body figure figcaption.-purplearrow.-first {
		top: 241px;
		right: calc(20% - 222px);
		width: 188px;
	}

	.rus #body figure figcaption.-purplearrow.-second p{
		font-size:14px;
		padding: 0 0 0 11px;
	}

	.rus #body figure figcaption.-purplearrow.-second {
		top: 306px;
		right:73%;
		width: 130px;
	}

	#body figure figcaption.-purplearrow.-first {
		top: 241px;
		right: calc(20% - 172px);
		width: 153px;
	}

	#body figure figcaption.-purplearrow.-first p{
		font-size:16px;
		padding: 0 6px;
	}

	#body figure figcaption.-purplearrow.-second p{
		font-size:16px;
		padding: 0  0 0 18px;
	}

	#body figure figcaption.-purplearrow.-second {
		top: 306px;
		right:73%;
		width: 125px;
	}

	#body figure figcaption.-purplearrow.-second:after {
		right: -48px;
		top: 0;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		border-right-color: none;
		border-bottom-color: none;
		border-top-color: none;
		border-left-color: #c5569a;
		border-width: 24px;
		margin-top: 0px;
	}

	#body figure figcaption.-purplearrow.-first:before {
		left: -48px;
		top: 0;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		border-right-color: #c5569a;
		border-bottom-color: none;
		border-top-color: none;
		border-left-color: none;
		border-width: 24px;
		margin-top: 0px;
	}
	#body figure figcaption.-blueround {
		top: 0%;
		right: 0%;
	}

	#body figure .shape {
	top:25px;
	}
	#body #partners section .buttons {
		display: block;
		padding-bottom: 20px;
	}
	.image {
		width: 50%;
	}
	#body #stepByStep #taotlen .image #image1{
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 130px;
		margin-left: -166px;
		height: 130px;
		width: 130px;
	}
	#body #stepByStep #taotlen .image #image2{
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 110px;
		margin-left: -170px;
		height: 130px;
		width: 130px;
	}
	#body #stepByStep #taotlen .image #image3{
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 26px;
		margin-left: -174px;
		height: 130px;
		width: 130px;
	}
	#body #stepByStep #solmin .image #img1 {
		transform: rotate(90deg);
		position: absolute;
		margin-top: 36px;
		margin-left: 142px;
		height: 130px;
		width: 130px;
	}
	#body #stepByStep #solmin .image #img2 {
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 160px;
		margin-left: -170px;
		height: 130px;
		width: 130px;
	}
	#body #stepByStep #solmin .image #img3 {
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 160px;
		margin-left: -180px;
		height: 154px;
		width: 154px;
	}
	.introduction {
		height: 320px;
	}
	.introduction article {
		display: none;
	}
	.introduction figure {
		margin: 0px auto 30px auto !important;
	}
	#body #introduction {
		height: auto;
	}
	.rus #body #introduction {
		height: auto;
	}
	#body #introduction h2 {
		font-size: 32px;
	}
	#body #partners figure {
		width: 40%;
	}

}
@media (min-width: 978px) and (max-width: 1155px) {
	#body .container {
		height: 420px;
	}

	.rus #body .container {
		height: 560px;
	}

	#body .-lightgreen.small .container {
    height: auto;
	}

	#body .container.-small {
		height: 325px;
	}

	#body article {
		align-items: center;
		align-self: center;
		width: 65%;
	}
	#body figure {
		width: 50%;
		position:relative;
	}

	#body figure img {
		position:absolute;
		width: 340px;
		bottom: -42px;
		right: -25px;
	}
	.est #body figure img {
		top: -7px;
	}

	.rus #body figure img {
		top: 42px;
	}

	.eng #body figure img {
		top: -13px;
	}

   .rus #body figure img {
		width: 185px;
		right: 54px;
		bottom:72px;
	}

	.eng #body figure img {
		width: 185px;
		right: 54px;
		bottom:-25px;
	}

	.est #body figure img {
		width: 185px;
		right: 54px;
		bottom:-22px;
	}

	.rus #body figure img {
		width: 185px;
		right: 54px;
		bottom:72px;
	}

	.eng #body figure img {
		width: 185px;
		right: 54px;
		bottom:-25px;
	}

	.est #body figure img {
		width: 185px;
		right: 54px;
		bottom:-22px;
	}

	#body figure img {
		right: -24px;
	}

	#body #partners section {
		padding-top: 30px;
	}

	#body figure figcaption.-orangeround {
		top: -28px;
		right: 0px;
	}

	#body figure figcaption.-purplearrow.-first {
		top: 166px;
		right: -103px;
		width: 162px;
	}

	#body figure figcaption.-purplearrow.-first p{
		font-size:16px;
		padding: 0 8px;
	}
	.rus #body figure figcaption.-purplearrow.-first p{
		font-size:14px;
		padding: 0px;
	}

	.rus #body figure figcaption.-purplearrow.-first {
		top: 306px;
		right: calc(20% - 186px);
		width: 188px;
	}

	.rus #body figure figcaption.-purplearrow.-second p{
		font-size:14px;
		padding: 0 0 0 11px;
	}

	.rus #body figure figcaption.-purplearrow.-second {
		top: 385px;
		right:77%;
		width: 130px;
	}

	#body figure figcaption.-purplearrow.-second p{
		font-size:16px;
		padding: 0  0 0 12px;
	}

	#body figure figcaption.-purplearrow.-second {
		top: 225px;
		right: 241px;
		width: 115px;
	}

	.eng #body figure figcaption.-purplearrow.-first {
		top: 167px;
		right: -76px;
		width: 141px;
	}

	#body figure figcaption.-purplearrow.-second:after {
		right: -48px;
		top: 0;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		border-right-color: none;
		border-bottom-color: none;
		border-top-color: none;
		border-left-color: #c5569a;
		border-width: 24px;
		margin-top: 0px;
	}

	#body figure figcaption.-purplearrow.-first:before {
		left: -48px;
		top: 0;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		border-right-color: #c5569a;
		border-bottom-color: none;
		border-top-color: none;
		border-left-color: none;
		border-width: 24px;
		margin-top: 0px;
	}


	 #body figure .shape.-bubble.-blue {
		top:0px;
		}
	#body .image .shape.-bubble.-blue {
		top:0px;
		}

	#body figure figcaption.-blueround {
			top: -37px;
			right: -63px;
	}
	#body #partners figure img {
		position:static;
		display:block;
		width: 300px;
		bottom: -42px;
		right: 35px;
		margin-left:20px !important;
	}
	.image {
		width: 50%;
	}
	#body #stepByStep #taotlen .image #image1{
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 296px;
		margin-left: -150px;
		height: 130px;
		width: 130px;
	}

	#body #stepByStep #taotlen .image #image2{
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 260px;
		margin-left: -154px;
		height: 130px;
		width: 130px;
	}
	#body #stepByStep #taotlen .image #image3{
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 105px;
		margin-left: -160px;
		height: 130px;
		width: 130px;
	}
	.rus #body #stepByStep #taotlen .image #image1{
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 280px;
		margin-left: -160px;
		height: 150px;
		width: 150px;
	}
	.rus #body #stepByStep #taotlen .image #image2{
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 250px;
		margin-left: -170px;
		height: 150px;
		width: 150px;
	}
	.rus #body #stepByStep #taotlen .image #image3{
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 94px;
		margin-left: -170px;
		height: 150px;
		width: 150px;
	}
	#body #stepByStep #solmin #pic1 {
		padding: 0px 160px 0px 10px;
	}

	#body #stepByStep #solmin #pic2 {
		padding: 0px 85px 0px 85px;
	}

	#body #stepByStep #solmin #pic3 {
		padding: 0px 10px 0px 160px;
	}

	#body #stepByStep #solmin .image #img1 {
		transform: rotate(90deg);
		position: absolute;
		margin-top: 100px;
		margin-left: 230px;
		height: 130px;
		width: 130px;
	}

	#body #stepByStep #solmin .image #img2 {
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 200px;
		margin-left: -164px;
		height: 130px;
		width: 130px;
	}

	#body #stepByStep #solmin .image #img3 {
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 300px;
		margin-left: -200px;
		height: 154px;
		width: 154px;
	}
	.rus #body #stepByStep #solmin .image #img1 {
		transform: rotate(90deg);
		position: absolute;
		margin-top: 86px;
		margin-left: 230px;
		height: 156px;
		width: 156px;
	}
	.rus #body #stepByStep #solmin .image #img2 {
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 240px;
		margin-left: -180px;
		height: 156px;
		width: 156px;
	}
	.rus #body #stepByStep #solmin .image #img3 {
		transform: rotate(-90deg);
		position: absolute;
		margin-top: 300px;
		margin-left: -190px;
		height: 156px;
		width: 156px;
	}
	#body #introduction {
		height: auto;
	}
	.rus #body #introduction {
		height: auto;
	}

}
/*
@media (min-width: 1156px) {

}
