@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,300italic,400italic,700,700italic&subset=latin,cyrillic);

/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

*:focus, .btn:focus, a:hover {
    outline:none !important;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

#dust {
    position: relative;
}


/*
 * Base structure
 */

html, body {
  height: 100%;
}
body {
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 100%;
    line-height: 1.25;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    background: transparent;
    margin: 0 !important;
}
.clear {
    clear: both;
}
#fullpage {
    z-index: 5;
}
.site-wrapper {
    display: table;
    width: 100%;
    height: 100%; 
    min-height: 100%; 
    background: transparent;
    overflow: hidden;
}
html.bg {
    background: url('images/bg.jpg') center top no-repeat fixed #011528;
}
html.bg-2, .bg-2 {
    background: url('images/bg-2.jpg') center top no-repeat fixed #011528;
}
html.bg-3, .bg-3 {
    background: url('images/bg-3.jpg') center top no-repeat fixed #011528;
}
html.bg-4, .bg-4 {
    background: url('images/bg-4.jpg') center top no-repeat fixed #343f3e;
}
.bg {
    background: url('images/bg.jpg') center top no-repeat fixed #011528;
}
.bg-2 {
    background: url('images/bg-2.jpg') center top no-repeat fixed #011528;
}
.bg-3 {
    background: url('images/bg-3.jpg') center top no-repeat fixed #011528;
}
.bg-4 {
    background: url('images/bg-4.jpg') center top no-repeat fixed #343f3e;
}
.bg-5 {
    background: url('images/bg-5.jpg') center top no-repeat fixed #39281b;
    padding: 1px 0px;
}

.fancybox-lock .fancybox-overlay {
    overflow-x: auto;
    overflow-y: auto;
}


.site-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: visible;
    z-index: 15;
}
.cover-container {
    display: block;
    margin: 0 auto;
    position: relative;    
}
.space-cursor {
   position: fixed; 
   top: 0;
   left: 0;
}

/* Padding for spacing */
.inner {
  padding: 3em;
}


/*
 * Header
 */
.masthead {
    position: fixed;
    top: 0;
    /* background: rgba(27,42,58,0.6); */
}
.masthead-brand {
  display: inline-block;
  width: 21.3em;
  height: 4.9em;
  background: url('images/logo.png') 0 0 no-repeat transparent;
  background-size: cover;
  margin: 0;
  font-size: 1em;
}
.masthead-brand-a {
    display: inline-block; 
    float: left;
}
.masthead {
    width: 100%;
}
.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 7em;
}
.masthead-nav > li > a {
    padding: 0.2em 0;
    font-size: 2em;
    text-transform: uppercase;
    color: #fff; /* IE8 proofing */
    color: rgba(255,255,255,.75);
    border-bottom: 0px solid transparent;
    display: inline-block;
    position: relative;
}
.masthead-nav > li > a:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    left: 0;
    right: 0; 
    bottom: -3px;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -webkit-transform: scaleX(0);
    transition: all 0.35s ease-in-out 0s;
    transform: scaleX(0);
    visiblity: hidden;
}

.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
    background-color: transparent;
    /* border-bottom-color: rgba(255,255,255,0); */
}
.masthead-nav > li > a:hover:before  {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visiblity: visible;
}


.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
    color: #fff;
    border-bottom: 3px solid #42c9ff;  
}
.masthead-nav > .active > a:before{
    background: transparent !important;
}
@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 2em;
  position: relative;
  z-index: 5;
}

/*
 * Footer
 */
.mastfoot {
    position: fixed;
    bottom: 0;
}
.mastfoot {
    color: #999; /* IE8 proofing */
    color: rgba(255,255,255,.5);
}


/*
 * index
 */
.evg-presents {
    display: inline-block;
    float: right;
    margin: 0;
}
.evg-presents h1 {
    font-size: 4.6em;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 0.434em 0;
    position: relative;
    padding-left: 0.97em;
}
.evg-presents h1 span.blue {
    font-size: 0.53em;
    color: #42c9ff;    
    text-transform: uppercase;
    display: inline-block;
}
.evg-presents h1 img {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0.15em;
    max-height: 0.78em;
    
}
.evg-presents p {
    font-size: 1.8em;
    color: #fff;
    text-align: left;
    margin: 0 0 1.1em 0;
    padding-left: 1.1em;
    border-left: 0.2em solid #42c9ff;
    white-space: normal;
}
.evg-presents p a {
    text-decoration: underline;
}
.evg {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -73em;
    z-index: 1;
    max-height: 85%;
}
#evg-name {
    display: block; 
    margin: 0 0 4em 0;
    width: 80em;
    margin: 0 0 7em 0;
}
.paysys-logo {
    display: inline-block;
    margin: 0 1em 0.2em 0;
    padding: 0.3em 0 0 0;
    float: left;
}

/*
 * portfolio
 */
 .projects {
    display: block;
    margin: 0 auto;
 }
 .project {
    display: inline-block;
    width: 33.3%;
    float: left;
    text-align: center;
    min-width: 30em;
    overflow: hidden;
}
.project p {
    font-size: 1.6em;
    color: #fff;
}
.project p.line {
    display: inline-block;
    margin: auto auto 0.625em;
    color: #c2eeff;
    border-bottom: 0px solid #c2eeff;
    opacity: 0;
    transform: translateY(-50px);
    transition: all 0.2s ease-in-out 0s;
}
.project p.link {
    font-size: 1.6em;
    text-transform: uppercase;
    transform: translateY(50px);
    opacity: 0;
	transition: all 0.2s linear;    
}
.project p.link a {
    text-decoration: none;
    border-bottom: 1px solid #fff;
}
div.project-wrap:hover p.line, div.project-wrap:hover p.link {
    opacity: 1;
    transform: translateX(0px);
}
.project p.link a:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.project > div {
    position: relative;
    display: table;
}
.project > div > img {
    width: 100%;
    max-width: 85em;
    transition: all 0.2s linear 0s;
}
.project:hover p.line, .project:hover p.link {
    opacity: 1;
    transform: translateY(0px);
}
.project:hover > div > img {
    transform: scale(1.1);
}



.project > div > div.project-wrap {
    background: rgba(2, 37, 78, 0.8) none repeat scroll 0 0;
    display: block;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
}
.project > div > img, .project > div > div.project-wrap:hover {
    transition: all 0.4s ease-in-out 0s;
}
.project > div > div.project-wrap:hover {
    opacity: 1;
}
.project-table {
    display: table; 
    height: 100%; 
    width: 100%;
}
.project-table-cell {
    display: table-cell; 
    height: 100%; 
    vertical-align: middle;
}

/*
 * shops
*/
.shops {
    display: block;
    margin: 5em auto;
    text-align: center;
 }
 .shop {
    display: inline-block;
    width: 25%;
    min-width: 21em;
    float: left;
    text-align: center;
    background: rgba(2,104,152,0.9);
}
.shop-table {
    display: table; 
    width: 100%;
}
.shop-table-cell {
    display: table-cell; 
    vertical-align: middle;
    padding: 15% 0;
}
.shop-table-cell img {
    max-height: 90%;
    max-height: 4.5em;
}
.shop-table-cell h1 {
    font-weight: 400;
    font-size: 2.5em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 1em 0;
}
.go-shop, .view-all-goods {
    display: inline-block;
    font-size: 2em;
    color: #fff;
    line-height: 1.8;
    padding: 0 0.75em;
    border: 1px solid #fff;
    text-decoration: none !important;
    position: relative;
    transition: all 0.35s ease-in-out 0s;
}
.go-shop:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    left: 0;
    right: 0; 
    bottom: -3px;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;    
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);    
    transform: scaleX(0);
    visiblity: hidden;
}
.go-shop:hover:before  {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    visiblity: visible;
}
.go-shop:hover {
    background-color: rgba(255,255,255,0.2);
}
.view-all-goods {
    background: #85b501;
}
.view-all-goods-wrap {
    display: inline-block;
    background: #85b501;
    padding: 1.4em;
}

/*
  contact-info
*/
.info-rotator {
    position: relative;
    padding: 0 15em;
    overflow: hidden;
    max-width: 100%;
}
.fp-controlArrow.fp-prev{
    border-color: transparent;
    border-width: 0;
    right: 1.5em;
    background: url(images/prew-blue.png) left center no-repeat transparent;
    width: 7em;
    height: 14.1em;
}
.fp-controlArrow.fp-next{
    border-color: transparent;
    border-width: 0;
    right: 1.5em;
    background: url(images/next-blue.png) right center no-repeat transparent;
    width: 7em;
    height: 14.1em;
}
.info-container {    
}
.info-container h1 {
    font-size: 3em;
    font-weight: 400;
    color: #42c9ff;
    text-transform: uppercase;
    margin: 1.66em 0 1em;
}
.info-container h2 {
    font-weight: 400;
    font-size: 2.3em;
    color: #42c9ff;
    margin: 1em 0 0.7em;
    text-align: left;
}
.info-container > div {
    display: block;
}
.info-container > div.active {
    display: block;
}
.info-container p {
    font-size: 1.8em;
    text-align: left;
    margin: 0 0 0.55em 0;
}
.info-container p a {
    text-decoration: underline;
}
.info-container p strong {
    font-weight: 600;
    font-weight: normal;
}
.blue {
    color: #42c9ff;
}

.view-all-info {
    display: inline-block;
    font-size: 2em;
    color: #fff;
    line-height: 1.8;
    padding: 0 0.75em;
    border: 1px solid #fff;
    text-decoration: none !important;
    background: #1490c1;
}
.view-all-info-wrap {
    display: inline-block;
    background: #1490c1;
    padding: 1.4em;
    margin-bottom: 5em;
    position: relative;
    transition: all 0.35s ease-in-out 0s;
}
.view-all-info-wrap:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    left: 0;
    right: 0; 
    bottom: -3px;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;    
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);    
    transform: scaleX(0);
    visiblity: hidden;
}
.view-all-info-wrap:hover:before  {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    visiblity: visible;
}
.view-all-info-wrap:hover {
    background-color: rgba(20,144,193,0.5);
}

















.fp-tableCell {
    height: 100% !important;
}
.fp-slide {
    height: 100% !important;
    vertical-align: middle;
    margin: auto 0;
    display: table-cell !important;
    float: none;
}
/* 
goods
*/
body.goods {
    background: #f2f2f2;
}
body.goods .masthead {
    position: static;    
}
body.goods .masthead-brand {
    background: url('images/logo-b.png') 0 0 no-repeat transparent;
    background-size: cover;
}
body.goods .masthead-nav > li > a {
    color: #454a51;
}
body.goods .masthead-nav > li > a:before {
    background: rgba(69,74,81,.25);
}
body.goods .masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
    border-bottom-color: rgba(69,74,81,.25);
}
body.goods .masthead-nav > .active > a,
body.goods .masthead-nav > .active > a:hover,
body.goods .masthead-nav > .active > a:focus {
  color: #454a51;
  border-bottom-color: #42c9ff;
}
body.goods .goods-logo {
    display: block;
    margin: 5em auto;
    max-height: 33em;
}
body.goods .price-wrap {
    background: #eaeaea;
    padding: 1em 2em;
    margin-top: 1em;
    position: relative;
}
body.goods .price-wrap .action-label {
    font-size: 1.5em;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    position: absolute;
    top: -2.2em;
    right: -0.6em;
}
body.goods .price-wrap .action-label > div {
    padding: 0.5em 1em;
    position: relative;
    background: #fd4142;
    -moz-border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    border-radius: 0.6em;
}
body.goods .price-wrap .action-label > div::after {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 0;
    height: 0;
    margin: 0;
    z-index: 5;
    border-top: 0;
    border-left: 10px solid #fd4142;
    border-right: 10px solid transparent;
    border-bottom: 12px solid transparent;
    -moz-transform: rotate(15deg); /* Для Firefox */
    -ms-transform: rotate(15deg); /* Для IE */
    -webkit-transform: rotate(15deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(15deg); /* Для Opera */
    transform: rotate(15deg);
}
body.goods .price-wrap p {
    font-size: 1.6em;
    margin: 0 auto;
    color: #454a51;
}
body.goods .price-wrap h3 {
    font-size: 3em;
    line-height: 1.5;
    margin: 0 auto;
    color: #009ee3;
}
body.goods .price-wrap h3 span {
    font-size: 2em;    
    margin: 0 auto;
    color: #009ee3;
}
.order-now, .order-now:hover, .order-now:focus {
    background: #009ee3;
    border: 1px solid #009ee3;
    color: #fff !important;
    display: block;
    margin: 0.5em auto 0;
    padding: 0.5em 1em;
    font-size: 1.8em;
    text-transform: uppercase;
    text-decoration: none !important;
    max-width: 15em;
    position: relative;
}
.good-detail, .good-detail:hover, .good-detail:focus  {
    background: transparent;
    border: 1px solid #009ee3;
    color: #009ee3 !important;
    display: block;
    margin: 0.5em auto 1em;
    padding: 0.5em 1em;
    font-size: 1.8em;
    text-transform: uppercase;
    text-decoration: none !important;
    max-width: 15em;
    position: relative;
}

.order-now:before, .good-detail:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(68,70,71,0.5);
    position: absolute;
    left: 0;
    right: 0; 
    bottom: -3px; 
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;    
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);    
    transform: scaleX(0);
    visiblity: hidden;
}
.good-detail:before {
    background-color: rgba(68,70,71,0.5);
}

.order-now:hover:before, .good-detail:hover:before  {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    visiblity: visible;
}

.order-now:hover {
    transition: all 0.35s ease-in-out 0s;
}
.good-detail:hover {
    transition: all 0.35s ease-in-out 0s;
}
/* smile */
body.goods.smile .order-now, body.goods.smile .order-now:hover, body.goods.smile .order-now:focus {
    background: #ea7401;
    border: 1px solid #ea7401;
}
body.goods.smile .good-detail, body.goods.smile .good-detail:hover, body.goods.smile .good-detail:focus  {
    border: 1px solid #ea7401;
    color: #ea7401 !important;
}
body.goods.smile .price-wrap h3 {
    color: #ea7401;
}
/* photoshop */
body.goods.photoshop .order-now, body.goods.photoshop .order-now:hover, body.goods.photoshop .order-now:focus {
    background: #1359b9;
    border: 1px solid #1359b9;
}
body.goods.photoshop .good-detail, body.goods.photoshop .good-detail:hover, body.goods.photoshop .good-detail:focus  {
    border: 1px solid #1359b9;
    color: #1359b9 !important;
}
body.goods.photoshop .price-wrap h3 {
    color: #1359b9;
}
/* photography */
body.goods.photography .order-now, body.goods.photography .order-now:hover, body.goods.photography .order-now:focus {
    background: #319e25;
    border: 1px solid #319e25;
}
body.goods.photography .good-detail, body.goods.photography .good-detail:hover, body.goods.photography .good-detail:focus  {
    border: 1px solid #319e25;
    color: #319e25 !important;
}
body.goods.photography .price-wrap h3 {
    color: #319e25;
}
body.goods .price-wrap h3.price.off {
    font-size: 3.6em;
    color: #fd4142;
    text-decoration: line-through;
}

body.goods .desc-good h3 {
    font-size: 2.3em;
    line-height: 1.5;
    margin: 0 auto 0.5em;
    color: #454a51;
    text-align: left;
    text-transform: uppercase;
}
body.goods .desc-good h3 strong {
    font-weight: 600;
    font-weight: normal !important;
}
body.goods .desc-good p {
    font-weight: 300;
    font-style: italic;
    font-size: 1.8em;
    line-height: 1.5;
    margin: 0 auto 1em;
    color: #454a51 !important;
    text-align: left;
}
.desc-good p a, .desc-good p a:hover, .desc-good p a:focus  {
    color: #454a51 !important;
}
.good-img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.good-row {
    margin-bottom: 5em;
}
.social {
    margin: 0 0 3em;
} 
.social > a > img {
    margin: 0 0.5em 0em;
    max-width: 4.8em;
    transition: all 0.1s ease-in 0s;
}
.social > a:hover > img {
    transform: scale(1.1);
}

/* footer */
.footer p {
    font-size: 1.5em;
    margin: 0 auto 1em;
    color: #9faaaf;
    text-align: center;
}
.footer p a {
    color: #9faaaf;
    text-decoration: underline;
}
/*
    partners
*/
.top-title {
    margin: 3em auto;
    max-width: 96em;
}
.top-title.partner-page {
    margin: 3em auto;
    max-width: 106em;
    background: rgba(0,0,0,0.5);
    padding: 3em 5em;
}
.yellow-border {
    display: block;
    padding: 3em 1em;
    border: 4px solid #ffc000;
    margin: 0 auto;
    max-width: 70em;
}
.top-title h1 {
    font-size: 3.6em;
    font-weight: 300;
    line-height: 1.25;
    margin: 1.2em 0 1em;
    color: #ffc000;
    text-align: center;
    text-transform: uppercase;
}
.top-title h2 {
    font-size: 3em;
    font-weight: 300;
    line-height: 1.25;
    margin: 0 0 1em;
    color: #fff;
    text-align: center;
}
.top-title h2 > span {
    font-size: 1.2em;
    color: #ffc000;
}
.top-title p {
    font-size: 2em;
    margin: 0 auto 1em;
    color: #fff;
    text-align: left;
}
.video-preview {
    display: block;
    margin: 6em auto;
    position: relative;
    width: 82em;
}
.video-preview img {    
    max-width: 100%;
}
a.play-link {
    display: block;
}
a.play-link::after, a.player::after {
    background: transparent url("images/play.png") no-repeat scroll 0 0;
    background-size: cover;
    content: " ";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 11.6em;
    height: 11.6em;
    margin: -5.8em 0 0 -5.8em;
    opacity: 1;
    z-index: 5;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.view-detail-partner-programm, .registration-partner-programm {
    display: inline-block;
    font-size: 2.3em;
    color: #ffc000;
    line-height: 2.8;
    padding: 0 2em;
    border: 2px solid #ffc000;
    text-decoration: none !important;
    background: transparent;
    margin: 0 1em 2em;
    position: relative;
    transition: all 0.35s ease-in-out 0s; 
}

.view-detail-partner-programm:before, .registration-partner-programm:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: rgba(255,155,0,0.5);
    position: absolute;
    left: 0;
    right: 0; 
    bottom: -5px; 
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;    
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);    
    transform: scaleX(0);
    visiblity: hidden;
}
.view-detail-partner-programm:hover:before, .registration-partner-programm:hover:before  {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    visiblity: visible;
}

.registration-partner-programm {
    color: #000;
    background: #ffc000;
}
.view-detail-partner-programm:hover {
    background: rgba(255,155,0,0.2);
}
.registration-partner-programm:hover {
    color: #000;
}
.desc-partner-programm {
    padding: 3em 1em;
    background: url(images/pattern_partner.jpg) center top repeat #fff;
}
.desc-partner-programm .cover-container {
    max-width: 96em;
}
.desc-partner-programm p {
    font-size: 1.8em;
    color: #454a51;
    margin: 0 0 1em 0;
    text-align: left;
}
.desc-partner-programm p.sign {
    font-weight: 300;
    font-style: italic;
    text-align: right;
}
.desc-partner-programm h2 {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 400;
    font-size: 3.8em;
    color: #454a51;
    margin: 1.315em 0 1em 0;
    text-align: center;
}
.desc-partner-programm img {
    max-width: 100%;
    margin: 0 0 3em 0;
}

.partner-goods {
    padding: 3em 15px;
    background: #fff;
}
.partner-goods .cover-container {
    max-width: 96em;
}
.partner-goods p {
    font-style: italic;
    font-size: 1.8em;
    color: #454a51;
    margin: 0 0 1em 0;
    text-align: left;
}
.partner-goods p.sign {
    font-style: italic;
    text-align: right;
}
.partner-goods h1 {
    font-weight: 500;
    font-size: 3.8em;
    color: #454a51;
    margin: 1.315em 0 1em 0;
    text-align: center;
    text-transform: uppercase;
}
.partner-goods h2 {
    font-weight: 500;
    font-size: 2.3em;
    color: #454a51;
    margin: 1.5em 0 1em;
    text-align: left;
    text-transform: uppercase;
    font-weight: normal;
}
.partner-goods .col-md-8 h2 {
    margin: 0;
}
.partner-goods img {
    max-width: 100%;
    margin: 0 1em 3em 0;
}
.partner-goods .col-good-price {
    background: #f5f5f5;
    
}
.partner-goods .col-good-price span {
    display: block;
    font-size: 1.6em;
    color: #454a51;
    text-align: center;
}
.partner-goods .col-good-price span.price {
    font-size: 2.2em;
    color: #009ee3;
    text-align: center;
}
.title-price > div {
    padding: 1em 0;
}
.partner-goods .comm-value, .partner-goods .comm-desc {
    padding: 1em 2em;
}  
.partner-goods .comm-value {
    background: #d8fbfe;
}
.partner-goods .comm-desc {
    background: #f5f5f5;
    margin: 0 0 1em 0;
}
.partner-goods .comm-value .percent {
    display: inline-block;
    float: left;
    font-weight: 500;
    font-size: 3.6em;
    color: #454a51;
    text-align: left;
    margin: 0 0.5em 0 0;
}
.partner-goods .comm-value .money {
    display: inline-block;
    float: left;
    font-size: 2em;
    color: #454a51;
    text-align: left;
    line-height: 2.25em
}
.partner-goods .comm-desc p {
    font-style: italic;
    font-size: 1.6em;
    color: #454a51;
    text-align: left;
}
a.to-entering {
    display: inline-block;
    font-size: 2em;
    color: #0068b4;
    border-bottom: 1px solid #0068b4;
    text-decoration: none;
    margin: 1em auto 2em;
}
a.to-entering:hover {
    border-bottom: 1px solid transparent;
}
/*  oferta, policy */
.text p {
    font-size: 2em;
    line-height: 1.4;
    margin: 0 0 1em 0;
    color: #454a51;
    margin: 0 0 1em 0;
    text-align: left;
}
.text p a {
    color: #454a51;
    text-decoration: underline;
}
.text p a:hover {
    color: #454a51;
    text-decoration: none;
}
.text p strong {
    font-weight: 400;
}
.text h1 {
    font-size: 4em;
    color: #454a51;
    margin: 0 0 1em 0;
    text-align: center;
}
.text h2 {
    font-weight: 400;
    font-size: 3em;
    color: #454a51;
    margin: 1.5em 0 1em 0;
    text-align: center;
}
.text .left {
    text-align: left;
}
ol.numeric-policy{
    margin: 0 0 3em 0;
}
ol.numeric-policy li {
    text-align: left;
    list-style: decimal outside;
    font-size: 2em;
    color: #454a51;
    margin-bottom: 1em;
    margin-left: 1em;
}
a.to-top {
    display: inline-block;
    line-height: 1.83em;
    background: url('images/to-top.png') center top no-repeat transparent;
    font-size: 1.8em;
    color: #fff;
    padding: 0.5em 1.1em 0;
    position: fixed;
    bottom: 5em;
    right: 10em;
    text-decoration: none;
    z-index: 150;
}

.breadcrumb {
    background: transparent;
    text-align: left;
    margin: 5em 0 0 2em;
}
.breadcrumb li {
    font-size: 2em;
    color: #009ee3;
}
.breadcrumb.white  li {
    color: #fff;
}
.breadcrumb > li + li::before {
    color: #009ee3;
    content: "/ ";
    padding: 0 5px;
}
.breadcrumb.white > li + li::before {
    color: #fff;
}
.breadcrumb li a {
    color: #009ee3;
    text-decoration: none;
    border-bottom: 1px solid #009ee3;
}
.breadcrumb li a:hover {
    border-bottom: 1px solid transparent;
}
.breadcrumb.white li a {
    color: #fff;
    border-color: #fff;
}
.m-view {
    display: none;
}
/*
 * Affix and center
 */
@media all and (min-width: 1024px) {
    .good-img img {
        margin: 0 0 0 auto;
    }
}

@media all and (max-width: 768px) {
  
    .masthead, .mastfoot, .cover-container {
        
    }
    body {
        font-size: 80%;
    }
    .d-view {
        display: none !important;
    }
    
    .m-view {
        display: block;
    }    
    .fp-controlArrow {
        font-size: 50%;
    }
    .info-rotator {
      padding: 0 8em;
    }
    #menu {
        font-size: 100%;
    }
    #evg-name {
        display: none;
    }
    .evg {
      margin-left: 10em;
    }
    .project {      
        width: 50%;
    }
    .shop {
        width: 50%;
    }
    
    .top-title h1 {
        font-size: 3em;
    }
    .top-title {
        margin-top: 13em;
    }
    .view-detail-partner-programm, .registration-partner-programm {
        font-size: 2em;
    }
    .masthead-nav > li + li {
      margin-left: 2em;
    }
    .masthead-brand {
      margin: 8px 0 0 0;
    }
    .inner {
        padding: 3em;
    }
    .breadcrumb {
        margin: 2em 0 0 0;
        padding: 8px 0;
    }
    .top-title.partner-page {
        margin: 3em -15px 0;
    }
    .top-title.partner-page {
            padding: 3em 15px;
    }    
    .masthead .inner {
        padding: 1em 15px 0;
    }
    #top-nav-menu {
        float: right;
        clear: right;
        margin-top: 1em;
        padding-right: 0;
    }
    .masthead-nav {
        display: inline-block;        
    } 
    .masthead-nav > li, .masthead-nav > li + li {
        display: block;
        text-align: right;
        margin: 1em 0 1em;
    }
    .masthead-nav > li > a {
        font-size: 1.8em;
    }
    .navbar-toggle {
        background: #00a6e6;
        margin: 8px 0 0 0;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .good-img img, .partner-goods img {
        padding-right: 14%;
    }
    .partner-goods img {
        margin-bottom: 0;
    }
    .desc-good {
        padding-top: 3rem;
    }
    .desc-partner-programm h2 {
        font-size: 2.5em;
    }
    .desc-partner-programm h2 br {
        display: none;
    }
    .row.inner {
        padding: 3em 0;
    }
    .text h1 {
        font-size: 3em;
    }
    .text p {
        font-size: 1.8em;
    }
    a.to-top {
        bottom: 1em;
    }
}

@media all and (max-width: 1023px) and (min-width: 769px) {
  
    .masthead, .mastfoot, .cover-container {
        max-width: 900px;
    }
    body {
        font-size: 85%;
    }
    .fp-controlArrow {
        font-size: 0.5em;
    }
    .info-rotator {
      padding: 0 8em;
    }
    #menu {
        font-size: 0.9em;
    }
    #evg-name {
        width: 45em;
    }
    .evg {
      margin-left: 10em;
    }
    .project {      
        width: 50%;
    }
    .shop {
        width: 50%;
    }    
    .top-title h1 {
        font-size: 3em;
    }
    .top-title {
        margin-top: 13em;
    }
    .view-detail-partner-programm, .registration-partner-programm {
        font-size: 2em;
    }
    .masthead-brand {
      font-size: 0.8em;
      margin: 0 0 1em 0;
    }
    .masthead-brand-a {
        display: none;
    }
    .masthead-nav > li > a {
        font-size: 2.6em;
    }
    .masthead-nav > li + li {
      margin-left: 3em;
    }
    .inner {
        padding: 3em;
    }
    #top-nav-menu .masthead-nav {
        display: block;
        width: 100%;
        text-align: center;
    }    
}

@media all and (max-width: 1280px) and (min-width: 1024px) {
  
    .masthead, .mastfoot, .cover-container {
        width: 1024px;
    }
    body {
        font-size: 90%;
    }
    .masthead-nav > li + li {
      margin-left: 4em;
    }
    .masthead-nav > li > a {
        font-size: 1.8em;
    }
}

@media all and (max-width: 1366px) and (min-width: 1281px) {
  
    .masthead, .mastfoot, .cover-container {
        width: 1024px;
    }
    body {
        font-size: 90%;
    }
    .masthead-nav > li + li {
      margin-left: 4em;
    }
}

@media all and (max-width: 1440px) and (min-width: 1367px) {
  
    .masthead, .mastfoot, .cover-container {
        width: 1280px;
    }
    body {
        font-size: 90%;
    }
}

@media all and (min-width: 1441px) {
  
    .masthead, .mastfoot, .cover-container {
        width: 1366px;
    }
    body {
        font-size: 100%;
    }
}

@media all and (min-width: 1920px) {
  
    .masthead, .mastfoot, .cover-container {
        width: 1440px;
    }
    body {
        font-size: 100%;
    }
}
@media all and (min-width: 2560px) {
  
    .masthead, .mastfoot, .cover-container {
        width: 1440px;
    }
    body {
        font-size: 100%;
    } 
}