﻿img {
    border: 0; 
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 200;
    src: local("Segoe UI Light");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 300;
    src: local("Segoe UI Semilight");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 400;
    src: local("Segoe UI");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 600;
    src: local("Segoe UI Semibold");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 700;
    src: local("Segoe UI Bold");
}
@font-face {
    font-family: "Segoe UI";
    font-style: italic;
    font-weight: 400;
    src: local("Segoe UI Italic");
}
@font-face {
    font-family: "Segoe UI";
    font-style: italic;
    font-weight: 700;
    src: local("Segoe UI Bold Italic");
}
.price__list__container {
    margin-left: 48px;
    position: relative;
}

.price__list {
    height: 0px;
    overflow: hidden ;
    transition: all .5s ;
}

.price__list__buttons {
    display: table ;
    width: 400px ;
    margin: 0 0 0 auto;
    table-layout: fixed;
    height: 100% ;
}

.border__bottom {
    border: none !important ;
    background: transparent !important ;
    border-bottom: 1px solid #999 !important ;
}
.border__bottom :hover {
    border: none !important ;
    background: transparent !important ;
    border-bottom: 1px solid #999 !important;
}

.price__list__buttons__row {
    display: table-row ;
    height: 100% ;
}
.price__list__buttons__cell {
    display: table-cell ;
    vertical-align: middle;
    border: 1px solid #999;
    height: 100% ;
}
.price__list__buttons__cell:nth-child(1) {
    border-right: none ;
}

.price__list__buttons__cell a {
    font-weight: bold ;
    border: 1px solid #FFF;
    background: #E0E0E0;
    display: block ;
    height: 100% ;
}

.price__list__expand.active, .price__list__expand:hover {
    border-bottom: 1px solid #fff !important;
    background: #fff !important;
}

.price__list__buttons__cell.active, .price__list__buttons__cell:hover {
    border-bottom: 1px solid #fff !important;
    background: #fff !important;
}
.price__list__buttons__cell.border__bottom.active, .price__list__buttons__cell.border__bottom:hover {
    border-bottom: 1px solid #999 !important;
    background: #fff !important;
}

.price__list__buttons__image {
    display: block ;
    text-align: center ;
}
.price__list__buttons__text {
    display: block ;
    text-align: center ;
}

.price__list__tabs {
    list-style:none;
    float:right;
    margin-bottom: -10px !important ;
    margin-right: 12px !important ;
    padding:0;
    position: relative ;
    z-index: 0 ;
}

.price__list__tabs li:before {
    content: "";
    background: url('tab_left.png') no-repeat;
    height:35px;
    width: 20px;
    display:block;
    position:absolute;
    left:-20px;
}
.price__list__tabs li:after {
    content: "";
    background: url('tab_right.png') no-repeat;
    height:35px;
    width: 20px;
    display:block;
    position:absolute;
    right: -20px;
    top: 0px;
}

.price__list__tabs li {
    float:left;
    background: url('tab_center.png') repeat-x ;
    height:35px;
    margin: 0 8px;
    padding: 0 .5em;
    position: relative ;
}

.price__list__tabs li:hover, .price__list__tabs li a:hover {
    cursor: pointer ;
    text-decoration: underline ;
}

.price__list__table {
    width: 100%;
    font-size: 12px; 
    border:0 solid;
    margin:0 auto 10px;
    clear: both;
}
.price__list__table td{
    padding: 8px; 
}

.price__list__table tr:first-child {
    font-weight: bold ;
}

.price__list__table tr td {
    text-align:center;
}

.price__list__table tr td:first-child {
    text-align:left;
}

.price__list__table .odd {
    background:#fff;
}


.price__list__table .even {
    background:#DCDBDB;
    margin: 100%;
}


/*
.price__list__expand {
    font: 200 16pt Segoe UI, Arial ;
    text-align: center;
    cursor: pointer ;
}
.price__list__expand:hover {
    background: #eee ;
}
.price__list__expand__text {
    font: bold 12pt Segoe UI, Arial ;
    color: #008ACE ;
}
*/

.ostrov__container {
    padding-left: 48px;
    position: relative;
    height: 100%;
}
    
.ostrov {
    display: table;
    width: 100%;
    height: 100%;
    background: #eee;
    border: 1px solid #ccc ;
    margin: 1em 0 ;
    table-layout: fixed;
    margin-top:0;
}
.ostrov__row {
    display: table-row;
    margin: 1em 0 ;
    height: 100%;
}
.ostrov__left {
    display: table-cell ;
    width: 24% ;
    height: 1px ;
    border-right: 1px solid #ccc ;
    box-sizing: border-box;
    vertical-align: top ;
    min-height: 120px;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.ostrov__left__title {
    text-align: center;
    font: 500 16pt Segoe UI, Arial ;
    //line-height: 2em ;
    color: #000;
    background: #fff ;
}

.ostrov__left__link {
    display: block;
    text-decoration: none;
    height: 100%;
    background: #FFF;
    min-height: 120px;
    position: relative;
}

.ostrov__left__image {
    text-align: center;
    font: 500 16pt Segoe UI, Arial ;
    color: #000;
    z-index: 0;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 100% ;
    height: 100% ;
}
.ostrov__left__image a {
    display: block ;
    
}
.ostrov__left__image img {
    display: block ;
    max-width: 100% ;
    max-height: 100% ;
    padding: 0 ;
    margin: 0 auto ;
}
.ostrov__left__info {
    color: red ;
    text-align: center;
    font: 500 16pt Segoe UI, Arial ;
    //line-height: 2em ;
    background: #fff ;
}
.ostrov__right {
    display: table-cell ;
    width: 69% ;
    height: 1px ;
    box-sizing: border-box;
    padding: 0 1em .5em ;
    vertical-align: top ;
}
.ostrov__right__table {
    display: table ;
    width: 100% ;
    height: 100% ;
    table-layout: fixed;
}
.ostrov__right__row {
    display: table-row ;
}
.ostrov__right__row__bottom {
    display: table-row ;
    vertical-align: bottom ;
}
.ostrov__right__cell {
    display: table-cell ;
}
.ostrov__right__cell__bottom {
    display: table-cell ;
    vertical-align: bottom ;
}


.ostrov__right__title {
    font: 500 14pt Segoe UI, Arial ;
    line-height: 2em ;
}
.ostrov__right__title a {
    text-decoration: none ;
}
.ostrov__right__title a:after {
    content: '...';
    color: #008ACE;
}
.ostrov__right__title:hover {
    text-decoration: underline ;
}
.ostrov__right__content p {
    padding: 0 0 0 1em ;
    margin-bottom: 0em ;
}

.ostrov__right__content__price {
    background: #fff ;
}

.ostrov__right__content__price table {
    width: 100% ;
}

.ostrov__right__content__price table tr td:first-child {
    text-align: right ;
}

.ostrov__right__content__price tr:hover {
    background: #dee5fc ;
    cursor: pointer ;
}
.ostrov__right__content__price table tr td {
    padding: .5em ;
    border: 1px solid #eee;
}

.ostrov__right__content__price .td__title {
    text-align: center !important ;
    font-weight: bold ;
}

.ostrov__right__info a {
    color: #008ACE ;
    font-size: 8pt;
}
.ostrov__right__info__justify a {
    display: inline-block;
    margin: .3em 2em 0 0;
}
.ostrov__right__info__table {
    display: table;
    width: 100%;
}
.ostrov__right__info__table__row {
    display: table-row;
}
.ostrov__right__info__table__cell, .ostrov__right__info__table__row a {
    display: table-cell;
}

/*
.ostrov__right__info__justify a:first-child {
    text-align: left ;
}

.ostrov__right__info__justify a:last-child {
    text-align: right ;
}

*/



.ostrov__left:hover .ostrov__left__table {
    filter: alpha(opacity=0);
    opacity: 0 ;
}



.ostrov__left__table {
    display: table ;
    width: 100% ;
    height: 100% ;
    table-layout: fixed;
    transition: opacity .5s ease-in-out;
    z-index: 1;
    position:relative;
}
.ostrov__left__row {
    display: table-row ;
}
.ostrov__left__row__bottom {
    display: table-row ;
    vertical-align: bottom ;
}
.ostrov__left__cell {
    display: table-cell ;
}
.ostrov__left__cell__bottom {
    display: table-cell ;
    vertical-align: bottom ;
}












/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #fff ; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
  
.red, .__red {
    color: red ;
}

.__underline {
	text-decoration: underline;
}

.padding {
    padding-left: 48px !important ;
}

.bold__ {
    font-weight: bold ;
}

.__bold {
    font-weight: bold !important ;
}

.__center {
    text-align: center !important ;
}

.big {
    font-size: larger ;
}


.__nice__numbering {
    list-style: none ;
}
.rectangle-list li > span {
    position: relative;
    display: block;
    margin: 0 0 0 1.5em;
    text-decoration: none;
    transition: all .3s ease-out;   
}

.rectangle-list li > span:before{
    content: "";
    border-color: transparent #fa8072;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: inline-block;
    height: 0;
    width: 0;
    position: relative;
    margin: 0 .5em 0 0;
}
.__no_margin__top {
    margin: 0 ;
}
.__none {
	color: #008ACE;
}

/*

.rectangle-list span:hover{
}   

.rectangle-list span:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}
.rectangle-list  span:hover:after{
    left: -.5em;
    border-left-color: #fa8072;             
}   

.__nice__numbering {
    counter-reset: li;
    list-style: none;
}

.rectangle-list span {
    position: relative;
    display: block;
    margin: 0 0 0 .5em;
    text-decoration: none;
    transition: all .3s ease-out;   
}

.rectangle-list span:hover{
}   

.rectangle-list span:before{
    content: counter(li);
    counter-increment: li;
    margin-right: .5em ;
    height: 1em;
    width: 1em;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
}

.rectangle-list span:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}

.rectangle-list span:hover:after{
    left: -.5em;
    border-left-color: #fa8072;             
}   
*/


.__tabs__buttons a {
    width: 14px ;
    height: 14px ;
    text-align: center ;
    line-height: 14px ;
    margin: 0 1px 0 0; 
    background: #fff ;
    border: 1px solid #aaa ;
    display: inline-block ;
    font-family : Tahoma ! important ;
}
.__tabs__buttons a:hover {
    cursor: pointer ;
}
.__tabs__buttons a.active {
    background: transparent ;
    border: 1px solid transparent ;
}

.__tabs__buttons {
    text-align: right ;
}
}
.ostrov_kupon {
    display: table;
    width: 100%;
    height: 100%;
    background:url(http://apple.gsmmoscow.ru/images/blocks/kupon.jpg) repeat-y #fc0;
    border: 1px solid #ccc ;
    margin: 1em 0 ;
    table-layout: fixed;
    margin-top:0;
}
.div {
    /*display: table;*/
    /*width: 100%;
    height: 100%;
    background: url(images/blocks/kupon.jpg);
    border: 1px solid #ccc ;
    margin: 1em 0 ;
    table-layout: fixed;
    margin-top:0;*/
    text-align: center;
    line-height: 150px;
    font-size: 20px;
    height: 545px; /* Высота блока */
    width: 593px; /* Ширина блока */
    
    padding-left: 15px; /* Отступ от текста слева */
    background: url(images/blocks/kupon.jpg) repeat-y;}

    .popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}