@font-face {
    font-family: 'PT Sans Rouble Regular';
    src: url('../fonts/ptsansrouble-regular-webfont.eot');
    src: url('../fonts/ptsansrouble-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ptsansrouble-regular-webfont.woff2') format('woff2'),
         url('../fonts/ptsansrouble-regular-webfont.woff') format('woff'),
         url('../fonts/ptsansrouble-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    src: url
}

ol {
    list-style-position: inside;
}

.class {
     background-image: url(/fonts/)   
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}
 
nav {
    margin: 40px 0px;
}
 
nav ul>li {
    vertical-align: middle;
}
 
 
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 
html {font-size: 17px;}
 
 
* {
     font-family: 'PT Sans', 'Roboto', sans-serif;
}

body {
    background-color: white;
/*     font-family: 'PT Sans', Arial, 'Roboto', sans-serif; */
    font-family: 'PT Sans', 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
}


 
p {margin-bottom: 1em;}
 
h1, h2, h3, h4 {
    margin: 1.414em 0 0.5em;
    font-weight: inherit;
    line-height: 1.2;
    font-weight:500;
}
 
h1 {
    margin-top: 0;
    font-size: 3.5em;
}
 
h2 {font-size: 2.5em;}
 
h3 {font-size: 1.5em; margin-top: 0.5em;}
 
h4 {
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
}
 
h5 {font-size: 1em; font-weight: 600;}
 
small, .font_small {font-size: 0.833em; line-height: 1.2;}
 
.font-gray { color: hsl(0, 0%, 50%);}
 
a,
a:visited {
  color: #0072ba;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,114,186,0.3);
  transition: 0.5s ease;
}
 
a:hover,
a:visited:hover,
.top-menu a.active {
/*   color: #d04000; */
  color: hsl(30, 100%, 45%);
/*   border-color: rgba(208,64,0,0.3); */
  border-color: hsla(35, 100%, 50%, 0.99);
  transition: 0s ease;
}
a.dark,
a:visited.dark {
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
a.dark:hover,
a:visited.dark:hover {
  color: #d04000;
  border-color: rgba(208,64,0,0.3);
  transition: 0s ease;
}
a.lite,
a:visited.lite {
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.3);
/*&:hover
      color rgba(242, 242, 1, 1)
      border-color rgba(242, 242, 1, .3)
      transition 0s ease*/
}
a.lite:hover,
a:visited.lite:hover {
  color: #d04000;
  border-color: rgba(208,64,0,0.3);
  transition: 0s ease;
}
 
 
.section {
    margin-bottom: 60px;
}
 
:after, :before {
    box-sizing: border-box;
}
 
.onerow:before{
    display: table;
    content:"";
}
 
.onerow:after{
    clear: both;
    display: table;
    content:"";
}
 
 
.poster .poster-info {
    z-index: 1;
    border: 0;
}
 
.poster {
    width: 100%;
    height: 100%;
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(http://noviedachniki.ru/image/data/demo/2012img11.jpg);
    background-image: url(http://img4.tourbina.ru/photos.4/3/6/0/3/8/1483063/big.photo/Fortunella-s-plodami.jpg);
    background-image:url(../img/bgr-2.jpg);
    background-attachment: fixed;
    min-height: 500px;
    transition: opacity 500ms ease-out;
}
 
.poster:after {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    transition: 0.2s;
}
 
.poster-info {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-shadow: 0px 1px 2px black;
}
.island {
    background-color: hsl(35, 100%, 90%);
    padding: 30px 30px 30px 30px;
}
 
.islwhite {
    background-color: white;
}
 
.form-group {
    margin-bottom: 15px;
}
 
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
 
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
 
textarea.form-control {
    height: auto;
}
 
input[type=file] {
    display: block;
}
.helptext {
 
}
 
.helptext {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #737373;
    opacity: .8;
    font-size: 0.9em;
}
 
.btn, a.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
 
a.btn {
    display: inline-block;
}
 
.btn-default, a.btn-default{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
 
a.btn-default:hover {
    border-color: hsl(25, 100%, 60%);
    color: hsl(25, 100%, 60%);
}
 
.btn-primary {
    color: white;
    background-color: #fe9500;
    border: none;
}
 
a.btn-primary, a.btn-primary:hover {
    color: white;
}
 
 
.btn-primary:hover {
    background-color: hsl(25, 100%, 60%);
}
 
.btn-primary:active {
    background-color: hsl(30, 100%, 45%);
}
 
.lg {
    padding: 10px 25px;
    font-size: 1.2em;
    line-height: 1.3333333;
    border-radius: 4px;
}
.island h1, .island h2, .island h3, .island h4 {
    margin-top: 0px;
}

.btn.gray {
    background-color: rgba(255,255,255,0.2);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
}

.btn.gray:hover {
    background-color: rgba(255,255,255,0.3);
}

a.header-link-call .btn.gray, a.header-link-call:hover .btn.gray, a.header-link-call, a.header-link-call:hover {
    text-decoration: none;
    border:0;
}
 
footer {
    padding: 30px 0px  50px 0px;
    color: gray;
}
 
.columns {
    -webkit-columns: 200px 3;
    -moz-columns: 200px 3;
    columns: 200px 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
/*     -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc */
}
 
section {
    width: 100%;
}
 
ol, ul {
    margin-top: 0;
    margin-bottom: 1em;
}
 
li {
    margin-bottom: 0.4em;
}
 
h5+ul {
    margin-top: 0.3em;
}
 
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
 
.list-inline {
    margin-left: -0.5em;
    list-style: none;
    margin-bottom: 0;
    display: block;
    width: 100%;
    float: left;
    position: relative;
}
 
.list-inline>li{
    display: inline-block;
    float: left;
    padding-right: 0.5em;
    padding-left: 0.5em;
    margin: 0;
    vertical-align: middle;
    font-size: 0.90em;
}
 
.blue-sec {
     
}
 
.sec-blue {
    background-color: #EDF4FD;
}
 
section {
    padding: 40px 0;
}
 
.inline-icon {
    width: 1em;
    height: 1em;
    display: inline-block !important;
    position: relative;
    top: 0.15em;
}
 
.icon16px {
    width: 16px !important;
    height: 16px !important;
}
 
.onepcssgrid-1000>h2{
    margin-top: 0.1em;
}
 
.logo img {
    margin-bottom: -20px 0;
    vertical-align: middle;
    padding-top: 6px
}
 
nav{
    padding: 5px 0 !important;
}
 
.list-inline>li.logo {
    padding-right: 1em;
}
 
.promo-img {
    float: left;
    width: 100px;
    height: 100px;
    background-color: lightgray;
    border-radius: 50%;
    margin-right: 1em;
}

.promo-img img {
    width: 100px;
    height: 100px;
    border: 1px solid lightgray;
    border-radius: 50%;
}
 
.tel {
    font-size: 1.5em;
    line-height: 1.5;
}
 
.tel>a {
    color: black;
    border: none;
}
 
.contacts {
    margin-bottom: 1.5em;
}
 
 
.price {
    font-weight: 600;
    color: #fe9500;
    text-align: right;
    white-space: nowrap;
}
 
.product-info>dd{
    color: gray;
}
 
 
table.product-type {
    width: 100%;
    border:0; 
    border-collapse:collapse; 
    padding:0;
    margin-bottom: 1.2em;
}
 
table.product-type tr {
    border-color: hsl(0, 0%, 80%);
    border-width: 1px;
    border-style: solid none none none;
    vertical-align: text-top;
}
 
table.product-type tr:last-child {
    border-bottom-style: solid;
     
}
 
table.product-type tr:hover {
    background-color: hsl(35, 100%, 90%);
}
 
table.product-type td {
    padding: 10px;
     
}
 
.product-img {
    width: 100%;
    background-color: hsl(0, 0%, 90%);
    min-height: 200px;
    max-height:200px;
    border-radius: 4px;
}
.pull-right {
    float: right !important;
}
 
.sec-product-list {
    padding-top: 50px;
    padding-bottom: 40px
}
 
.sec-gray {
    background-color: hsl(0, 0%, 92%);
}
 
.sec-features .col6{
    margin: 10px 0;
}
 
@media (min-height: 800px) {
    .poster {
        min-height: 500px;
    }
    nav{
    padding: 10px 0 !important;
}
}
#map {
    margin-bottom: 1.2em;
}
 
.nav-row:first-child{
    border-bottom: 1px solid hsl(0, 0%, 80%);
}
 
.nav-row  {
    padding-top: 1em;
    padding-bottom: 1em;
}
 
.nav-tel a {
    vertical-align: middle;
}
 
input[type=radio].p-radio{
    display:none;
}
 
input[type=radio].p-radio:checked + .p-radio-label {
    background-color: hsl(35, 100%, 90%);
    transition: 0.2s ease;
}
 
.p-radio-label {
    padding: 0.5em 1em 0.9em 1em;
    border-bottom: 1px solid hsl(0, 0%, 80%);
    margin: 0;
}
 
 
.p-radio-label:hover {
    cursor: pointer;
}
 
 
 
.product-type-list {
    padding: 0 20px;
    margin-bottom: 1.2em;
    border-top: 1px solid hsl(0, 0%, 80%);
}
 
 
.rub {font-family: 'PT Sans Rouble Regular', serif; }
 
.fotorama__caption__wrap {
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: white;
}
 
.fotorama__caption { font-family: 'Pt Sans' !important; }
 
 
.modal-dialog {
    background: #fefefe;
    border: #333333 solid 1px;
    border-radius: 5px;
    margin-left: -300px;
    position: fixed;
    left: 50%;
    top: -100%;
    z-index: 11;
    width: 600px;
        opacity: 0;
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: all 0.3s ease-out;
 
}

.modal-dialog.calc {
    width:686px;
}
 
.modal-fade:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
 
.modal-fade:target:before {
    display: block;
}
 
.modal-fade:target .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 20%;
    opacity: 1;
}

.modal-fade:target .modal-dialog.calc {
    top:5%;
}
 
.modal-header, .modal-content, .modal-footer {
    padding: 40px 40px;
}
 
.modal-header h3 {
    margin: 0;
}
 
 
 
.modal-footer {
    padding-top: 20px;
    text-align: left;
    border-top: 1px solid hsl(0, 0%, 80%);
}
 
 
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
 
.modal-header {
    border-bottom: 1px solid hsl(0, 0%, 80%);
    padding-bottom: 20px;
}
 
 
 
.modal-small {
    margin-left: -200px;
    width: 400px;
}
 
a.btn-close {
    color: #aaaaaa;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 18px;
    top: 0;
    border: 0;
}
a.btn-close:hover {
  color: #919191;
}
 
.modal-content {
    padding-top: 20px;
    padding-bottom: 20px;
}
 
input[placeholder]          {text-overflow:ellipsis;}
input::-moz-placeholder     {text-overflow:ellipsis;}
input:-moz-placeholder      {text-overflow:ellipsis;}
input:-ms-input-placeholder {text-overflow:ellipsis;}
 
::-webkit-input-placeholder {
    font-family: 'PT Sans', Arial, sans-serif; color: hsl(0, 0%, 60%);}
::-moz-placeholder          {font-family: 'PT Sans', Arial, sans-serif; color: hsl(0, 0%, 60%);}/* Firefox 19+ */
:-moz-placeholder           {font-family: 'PT Sans', Arial, sans-serif; color: hsl(0, 0%, 60%);}/* Firefox 18- */
:-ms-input-placeholder      {font-family: 'PT Sans', Arial, sans-serif; color: hsl(0, 0%, 60%);}
.tel-lg {
    font-size: 2.4em;
    margin-bottom: 0.3em;
}
 
.color {
    background-color: black;
    border-radius: 50%;
}
 
.color-red {background-color: #FF4136;}
.color-orange {background-color: #E75B12;}
.color-yellow {background-color: #FFDC00;}
.color-green {background-color: #0F4336;}
.color-blue {background-color: #0074D9;}
.color-navi {background-color: #001f3f;}
.color-maroon {background-color: #85144b;}
 
 
 
.color-list li{
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    border-radius: 50%;
    margin: 0;
    margin-right: 0.05em;
    position: relative;
    top: 0.15em;
     
}
 
.color-list li:hover {
    opacity: 0.7;
    cursor: help;
}
 
.color-list li:last-child {
    margin-right: 0;
}
 
.color-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 1em;
}
 
 
.color-lemon {
    background-color: #F3E03B;
}
 
.color-red-wine {
    background-color: #5E2028;
}
 
.color-signal-red {
    background-color: #C1121C;
}
 
.color-mint-green {
    background-color: #007243;
}
 
.color-chocolate {
    background-color: #44322D;
}

.success-order-form {
  height: 466.75px;
  vertical-align: middle;
  text-align: center;  
  box-sizing:border-box;
  padding-top:80px;
}

.success-order-form img {
    width:66px;
    height: 82px;
    display: inline;
}

.success-order-form h4 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top:16px;
    font-weight: normal;
}

.success-order-form p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 26px;
}

.success-order-form a {
    text-decoration: none;
    border-bottom:1px dotted #0072c9;
} 

.header-nav {
    width:960px;
}

.header-nav .btn-primary {
    display: none;
    position: absolute;
    right:0;
    top:-7px;
}

.header-nav.fixed-nav{
    position:fixed;
    z-index:99;
    background:#fff;
    top:0;
    width:960px;
    z-index:99; 
}

.header-nav.fixed-nav .btn-primary {
    display: block;
}

.header-cont {
    position: relative;
}


.header-nav.fixed-nav.nav-down {
    top: 0;
    transition: top 0.2s ease-in-out;
    width:960px;
}

.header-nav.fixed-nav.nav-up {
    top: -59px;
}

.top-bg-fixed-menu {
    position: fixed;
    height:59px;
    z-index:98;
    width:100%;
    background: #fff;
    top:0px;
    left:0;
    display: none;      
}

.top-bg-fixed-menu.fixed-nav {
    display: block;
}

.top-bg-fixed-menu.nav-down {
    top: 0;
    transition: top 0.2s ease-in-out;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.50);       
}

.top-bg-fixed-menu.nav-up {
    top: -59px;  
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-top: 6px;
    margin-bottom: 30px;
}

.sec-video {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec-orange {
    background-color: hsl(0, 0%, 95%)
}


.checkmarks {
    width:100%;
    color:#fff;
    border-top:1px solid #7d7e76;
    margin-top:40px;
    padding:30px 0 18px;    
}

.checkmarks span {
    font-size:20px;
    position: relative;
    padding-left:22px;
    padding-right:25px;
}

.checkmarks span:before {
    display: block;
    position: absolute;
    top:0;
    left:0;
    background: url('../img/pt-sans-checkmark.png') no-repeat;
    width:15px;
    height:21px;
    content: '';
}

.bottom-padding {
    padding-bottom:49px;
}

.map-grid {
    position: relative;
    height:500px;
    background: url('../img/eurasia.jpg') center;
}

.map-grid:before {
    z-index:1;
    display: block;
    content: '';
    width:100%;
    height:500px;
    position: absolute;
    top:0;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */    
}

.map-grid .pins-cont {
    position: absolute;
    width: 1px;
    height:500px;
    top:0;
    left:50%;
}

.map-grid .pins-cont .pins-inner {
    position: relative;
    width:1px;
    height:500px;
}

.map-grid .pins-cont .pins-inner span.pin {
    height:20px;
    position: absolute;
    background: url('../img/map-marker.png') no-repeat left;
    padding-left: 25px;
    z-index:2;
    font-size: 15px;
    line-height: 20px;
    color:#000;
    bottom:0;
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
    line-height: 1.2em;
}
.map-grid .pins-cont .pins-inner span.pin.top {
    padding-bottom: 62px;
    padding-left:6px;
    background-position: left bottom;
}

.map-grid .pins-cont .pins-inner span.pin.right {
    background-position: right;
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}

.map-grid .pins-cont .pins-inner span.pin .price {
    color:#808080;
}


.map-grid .onepcssgrid-1000 {
    position: relative;
    height: 420px;
}

.map-grid .onepcssgrid-1000 h2 {
    position: absolute;
    z-index: 2;
}

.map-grid .onepcssgrid-1000 .row {
    position: absolute;
    z-index: 2;
    top:90px;
}

.map-grid .map-left {
    padding-right: 60px;
}

.map-grid .map-right {
    padding-left: 60px;
}

.map-grid .map-right a.counter {
    position: relative;
    border-bottom: 1px dotted rgb(0, 114, 186);
    text-decoration: none;
}

.map-grid .map-right a.counter:hover {
    border-bottom: 1px dotted rgb(230, 115, 0);
}

.map-grid .map-right p {
    line-height: 20px;
    margin-bottom: 5px;
}

.map-grid .map-right a.counter:before {
    display: block;
    position: absolute;
    left:-60px;
    top:-2px;
    content: '';
    background-image: url('../img/icon-calculator.png');
    height: 47px;
    width: 47px;
    background-position: 0 -47px;
}

.map-grid .map-right a.counter:hover:before, .map-grid .map-right a.counter:before:hover{
    background-position: 0 0;
}

span.muted {
    color:#808080;
}

#payment {
    padding-bottom:50px;
}

.creation-block {
    text-align: center;
    font-weight: bold;
}

.creation-block img {
    max-width: 100%;
    display: inline-block;
}