/*@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Semibold.eot');
    src: local('Lato Semibold'), local('Lato-Semibold'),
        url('../fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Semibold.woff2') format('woff2'),
        url('../fonts/Lato-Semibold.woff') format('woff'),
        url('../fonts/Lato-Semibold.ttf') format('truetype'),
        url('../fonts/Lato-Semibold.svg#Lato-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: local('Lato Regular'), local('Lato-Regular'),
        url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype'),
        url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/


.ps-poster {
	position: relative;
	overflow: hidden;
}
.ps-poster * {
	box-sizing: border-box;
}
.ps-poster *,
.ps-poster *:hover,
.ps-poster *:focus {
	outline: none;
}
.ps-poster__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.ps-poster__bgimg {
	vertical-align: middle;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.ps-poster__main {
	position: relative;
	z-index: 2;
}
.ps-poster__middle {
	width: 100%;
	position: relative;
}
.ps-poster__middle:after {
	display: table;
	clear: both;
	content: '';
}
.ps-poster__container {
	width: 100%;
	float: left;
}
.ps-poster__content {
	padding: 193px 386px 0 0;
	text-align: center;
	 min-height: 782px;
}
.ps-poster__aside {
	float: left;
	width: 386px;
	margin-left: -386px;
	position: relative;
	background: rgba(27, 33, 43, 0.67);
	padding-top: 165px;
	padding: 165px 20px 40px 20px;
	height: 782px;
}
.ps-poster__textblock {
	display: inline-block;
	position: relative;
}
.ps-poster__textblock:after {
  content: '';
  position: absolute;
  top: 40%;
  left: 50%;
  display: block;
  margin: 28px 0 0 106px;
  width: 1321px;
  height: 578px;
  background-image: url(/images/brushstroke_spr.png);
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.ps-poster__textcontent {
	color: #1b212b;
	line-height: 1;
	/*font-family: 'Lato';*/
	/*font-family: 'Roboto', 'Roboto Condensed', sans-serif;*/
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	position: relative;
	z-index: 2;
}
.ps-poster__descr {
	font-size: 28px;
}
.ps-poster__title {
	font-size: 70px;
	color: #2579bf;
	margin-top: 29px;
}
.ps-poster__subtitle {
	font-size: 40px;
	font-weight: 500;
	/*text-transform: uppercase;*/
	margin-top: 3px;
}
.ps-poster__percents {
	font-size: 70px;
}
.ps-poster__sideblock {}

.ps-posterform {}
.ps-posterform__field,
.ps-posterform__submit {
	border: 2px solid #f7bd44;
	border-radius: 4px;
	height: 48px;
	line-height: 1;
	font-family: inherit;
	display: block;
	background: none;
	width: 100%;
	max-width: 280px;
	margin: 24px auto;
	padding: 0 12px;
}

.ps-posterform__field {
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
}
.ps-posterform__field::-webkit-input-placeholder {
	color: #ffffff;
}
.ps-posterform__field:-moz-placeholder {
	color: #ffffff;
}
.ps-posterform__field::-moz-placeholder {
	color: #ffffff;
}
.ps-posterform__field:-ms-input-placeholder {
	color: #ffffff;
}
.ps-posterform__submit {
	font-size: 18px;
	color: #1b212b;
	background: #f7bd44;
	text-transform: uppercase;
	cursor: pointer;
}

.ps-sideblock {
	color: #ffffff;
	text-align: center;
	font-family: 'Roboto', 'Roboto Condensed', sans-serif;
}
.ps-sideblock__header {
	/* letter-spacing: 0.1em; */
	text-transform: uppercase;
}
.ps-sideblock__title {
	font-size: 32px;
	color: #f7bd44;
}
.ps-sideblock__subtitle {
	font-size: 23px;
	margin-top: 5px;
}
.ps-sideblock__content {
    margin-top: 52px;
}
.ps-sideblock__footer {}
.ps-sideblock__notice {
	font-size: 18px;
	font-weight: 300;
	margin-top: 42px;
	line-height: 1.25;
}



.ps-reg {
	font-weight: normal;
}

#wrapper_02a {
	background: none;
}
.ps-advantages {
	/*max-width: 930px;*/
	width:100%;
	margin: 0 auto 0;
	padding: 30px 0;
}
.ps-advantages * {
	box-sizing: border-box;
}
.ps-advantages__list {
	font-size: 0;
	line-height: 1;
}
.ps-advantages__item {
	display: inline-block;
	/*width: 25%;*/
	width: calc( 100% / 8);
	vertical-align: top;
	padding: 15px 15px;
}
.ps-benefit {
	font-size: 18px;
	line-height: 1.1;
	text-align: center;
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
}
.ps-benefit__picture {
}
.ps-benefit__img {
}
.ps-benefit__text {
	font-weight: 300;
	color: #333333;
	margin-top: 2px;
	line-height: 1.15;
}

.ps-poster__small_subtitle {
    margin-top: 20%;
    font-size: 20px;
}

.ps-poster2__title {
    font-size: 48px;
    margin-top: 29px;
}

.ps-poster2 .ps-poster__textblock:after {
  top:60%;
}

.ps-poster2__subtitle {
    font-size: 40px;
    font-weight: 500;
    /* text-transform: uppercase; */
    margin-top: 3px;
}

.ps-poster2__percents {
    font-size: 70px;
    color:#266340;
}

.ps-poster3 {
    width: 100%;
    position: relative;
    overflow: inherit;
    max-height:450px;
}

.ps-poster4 {
    width: 100%;
    position: relative;
    overflow: inherit;
    max-height:450px;
}


.ps-poster__textblock3, .ps-poster__textblock4 {
    display: inline-block;
    position: relative;
}

.ps-poster__textblock3:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    margin: 28px 0 0 0;
    width: 1200px;
    height: 178px;
    /* background-image: url(/images/brushstroke_spr.png); */
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    background: #fff;
    opacity: 0.8;
}

.ps-poster__textblock4:after {
    content: '';
    position: absolute;
    top: 30%;
    left: 50%;
    display: block;
    margin: 28px 0 0 0;
    width: 1200px;
    height: 200px;
    /* background-image: url(/images/brushstroke_spr.png); */
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    background: #fff;
    opacity: 0.8;
}

.ps-poster3__title {
    font-size: 300%;
    margin-top: -10px;
}

.ps-poster3 .ps-poster__bg {
  background-position:left;
}

.ps-poster3 .ps-poster__content {
    padding: 173px 386px 0 0;
}

.ps-poster4 .ps-poster__content {
    padding: 153px 386px 0 0;
}

.ps-poster3 .ps-poster__aside {
    margin-top: -26px !important;
    height: 450px;
    padding: 65px 20px 40px 20px;
}

.ps-poster4 .ps-poster__aside {
    margin-top: 0 !important;
    height: 450px;
    padding: 65px 20px 40px 20px;
}

.ps-poster3__title span {
    color: #f7bd44;
    text-shadow: 2px 2px 0 #000;
}

.ps-poster4__title {
    font-size: 300%;
    margin: 10px 0;
}

.ps-poster4__subtitle {
    font-size: 430%;
}

.ps-poster4__subtitle span {
  font-size:48px;
  color:#266340;
}