html, body{
	margin: 0;
}
@font-face {
    font-family: kievit;
    src: url(../fonts/kievit-regular/kievit-regular-webfont.eot);
    src: url(../fonts/kievit-regular/kievit-regular-webfont.eot?#iefix) format("embedded-opentype"), 
    url(../fonts/kievit-regular/kievit-regular-webfont.woff) format("woff"), 
    url(../fonts/kievit-regular/kievit-regular-webfont.ttf) format("truetype"), 
    url(../fonts/kievit-regular/kievit-regular-webfont.svg#kievitregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: kievit;
    src: url(../fonts/kievit-bold/kievit-bold-webfont.eot);
    src: url(../fonts/kievit-bold/kievit-bold-webfont.eot?#iefix) format("embedded-opentype"), 
    url(../fonts/kievit-bold/kievit-bold-webfont.woff) format("woff"), 
    url(../fonts/kievit-bold/kievit-bold-webfont.ttf) format("truetype"), 
    url(../fonts/kievit-bold/kievit-bold-webfont.svg#kievitbold) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: kievit-medium;
    src: url(../fonts/kievit-medium/kievit-medium-webfont.eot);
    src: url(../fonts/kievit-medium/kievit-medium-webfont.eot?#iefix) format("embedded-opentype"), 
    url(../fonts/kievit-medium/kievit-medium-webfont.woff) format("woff"), 
    url(../fonts/kievit-medium/kievit-medium-webfont.ttf) format("truetype"), 
    url(../fonts/kievit-medium/kievit-medium-webfont.svg#kievitmedium) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: kievit-extrabold;
    src: url(../fonts/kievit-extrabold/kievit-extrabold-webfont.eot);
    src: url(../fonts/kievit-extrabold/kievit-extrabold-webfont.eot?#iefix) format("embedded-opentype"), 
    url(../fonts/kievit-extrabold/kievit-extrabold-webfont.woff) format("woff"), 
    url(../fonts/kievit-extrabold/kievit-extrabold-webfont.ttf) format("truetype"), 
    url(../fonts/kievit-extrabold/kievit-extrabold-webfont.svg#kievitextrabold) format("svg");
    font-weight: 400;
    font-style: normal
}

/*@font-face {
    font-family: icomoon;
    src: url(/css/font/icomoon/fonts/icomoon.eot?-m25pd9);
    src: url(/css/font/icomoon/fonts/icomoon.eot?#iefix-m25pd9) format("embedded-opentype"), 
    url(/css/font/icomoon/fonts/icomoon.woff?-m25pd9) format("woff"), 
    url(/css/font/icomoon/fonts/icomoon.ttf?-m25pd9) format("truetype"), 
    url(/css/font/icomoon/fonts/icomoon.svg?-m25pd9#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.icon-reload:before {
    content: "\e608"
}

.icon-add:before {
    content: "\e607"
}

.icon-edit:before {
    content: "\e601"
}

.icon-delete:before {
    content: "\e600"
}

.icon-eye:before {
    content: "\e60c"
}

.icon-eye-minus:before {
    content: "\e603"
}

.icon-gallery:before {
    content: "\e604"
}

.icon-repos:before {
    content: "\e605"
}

.icon-photo:before {
    content: "\e606"
}

.icon-text:before {
    content: "\e60a"
}

.icon-video:before {
    content: "\e60b"
}

.icon-site:before {
    content: "\e609"
}

.icon-exit:before {
    content: "\e602"
}*/

html {
    overflow-y: scroll
}

body {
    width: 100%;
    height: 100%;
    font-family: kievit, Verdana, Helvetica, Arial;
    color: #1a1b1b;
    background-color: #fff;
    background-position: center top;
    background-repeat: repeat;
    font-size: 100%
}

iframe.upload {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 0;
    height: 0;
    z-index: -1
}

div,
img {
    outline: 0;
    border: 0;
    position: relative
}

h1,
h2,
h3,
h4,
ol,
p,
ul {
    padding: 0;
    margin: 0;
    font-weight: 400
}

div {
    display: block
}

.hid,
div#screen {
    display: none
}

.abs {
    position: absolute;
    top: 0;
    left: 0
}

.ximg {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0
}

.clear {
    clear: both
}

.shadow {
    box-shadow: 0 4px 3px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, .1)
}

.hidden {
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50)
}

.noselect {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    user-select: none
}

::selection {
    background-color: #e6ddd8;
    color: #1a1b1b
}

::-moz-selection {
    background-color: #e6ddd8;
    color: #1a1b1b
}

textarea {
    resize: none;
    overflow: auto
}

input:focus::input-placeholder,
input:focus::placeholder,
textarea:focus::input-placeholder,
textarea:focus::placeholder {
    color: transparent
}

textarea:focus::-moz-input-placeholder {
    color: transparent
}

input:focus::-moz-input-placeholder {
    color: transparent
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

textarea:focus::-ms-input-placeholder {
    color: transparent
}

input:focus::-ms-input-placeholder {
    color: transparent
}

a,
a:active,
a:hover,
a:link,
a:visited {
    color: #fff;
    text-decoration: none
}

div#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1
}

div#screen {
    width: 100%
}

/*div#wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden
}*/

div#content {
    width: 100%;
    height: 100%
}

sup {
    position: relative;
    vertical-align: baseline;
    font-size: 65%;
    top: -.65em
}

.shader,
.ttInfoBubble {
    position: absolute
}

.opensans {
    font-family: "Open Sans", Helvetica, Arial
}

.c1 {
    background-color: #e6e4e3
}

.c2 {
    background-color: #f2f1f0
}

.button,
.button:hover,
button,
button:hover {
    background-color: #ebbe0e
}

.page-header {
    height: 80px
}

.fixedBackground {
    background-attachment: fixed;
    background-origin: padding-box;
    background-clip: border-box;
    background-position: 0 80px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%
}

.shader {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.button,
button {
    line-height: 50px;
    padding: 0 50px;
    color: #1a1b1b;
    border-radius: 25px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.button,
a.proceed,
button,
button.proceed,
span.proceed {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px
}

.button.green,
button.green {
    background-color: #48823b;
    color: #fff
}

div.proceed {
    width: 100%;
    padding: 45px 0;
    text-align: center;
    border-bottom: 1px #e6e6e6 solid
}

div.proceed.no-top-pad {
    padding-top: 0
}

a.proceed,
button.proceed,
span.proceed {
    padding: 0 40px;
    height: 46px;
    line-height: 46px;
    color: #82533b;
    text-decoration: none;
    border-width: 2px;
    border-color: #e6e6e6;
    border-style: solid;
    border-radius: 25px;
    -webkit-transition: background-color .5s ease, color .5s ease, border-color .5s ease;
    -moz-transition: background-color .5s ease, color .5s ease, border-color .5s ease;
    -ms-transition: background-color .5s ease, color .5s ease, border-color .5s ease;
    -o-transition: background-color .5s ease, color .5s ease, border-color .5s ease;
    transition: background-color .5s ease, color .5s ease, border-color .5s ease;
    cursor: pointer
}

a.proceed:hover,
button.proceed:hover,
span.proceed:hover {
    border-color: #82533b
}

a.proceed.white,
button.proceed.white,
span.proceed.white {
    color: #fff
}

a.proceed.white:hover,
button.proceed.white:hover,
span.proceed.white:hover {
    color: #82533b;
    border-color: #fff;
    background-color: #fff
}

a.proceed.bColor,
button.proceed.bColor,
span.proceed.bColor {
    color: #fff;
    border-color: #82533b;
    background-color: #82533b
}

a.proceed.yellow,
button.proceed.yellow,
span.proceed.yellow {
    color: #212121;
    background-color: #ffee58;
    border-color: #ffee58
}

a.proceed.yellow:hover,
button.proceed.yellow:hover,
span.proceed.yellow:hover {
    border-color: #ffd83b;
    color: #212121;
    background-color: #ffd83b
}

button.proceed {
    font-size: 16px;
    line-height: 16px
}

.centered-info p,
.infoBubbleCnt {
    font-size: 22px;
    line-height: 30px
}

.centered-info {
    width: 100%;
    text-align: center;
    padding: 44px 0 10px
}

.centered-info p {
    padding: 30px 0
}

.centered-info div.proceed {
    padding-top: 15px;
    padding-bottom: 160px
}

.h1 a,
h1 a {
    color: #1a1b1b;
    text-decoration: none
}

.infoBubbleCnt {
    position: relative;
    font-family: kievit, Verdana, Helvetica, Arial;
    background-color: #fff;
    padding: 30px;
    text-align: center
}

.infoBubbleArrow {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 15px;
    left: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff
}

.infoBubbleClose {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer
}

.infoBubbleClose:hover {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

.ttInfoBubble.warehouse .infoBubbleCnt {
    padding: 8px 60px 8px 40px;
    text-align: left;
    white-space: nowrap
}

.form-agreement.center,
div.page-social a {
    text-align: center
}

.ttInfoBubble.warehouse .infoBubbleClose {
    top: -8px
}

@media screen and (max-width:1420px) {
    .infoBubbleCnt {
        font-size: 18px;
        line-height: 22px;
        padding: 50px
    }
}

@media screen and (max-width:1260px) {
    .infoBubbleClose {
        top: -10px;
        right: -10px;
        width: 40px;
        height: 40px;
    }
    .infoBubbleCnt {
        font-size: 14px;
        line-height: 18px;
        padding: 40px
    }
}

.page-part {
    background-color: #fff;
    z-index: 45;
    overflow: hidden
}

.page-part .bg,
.page-part .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-origin: padding-box;
    background-clip: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.page-part .part-head {
    padding: 142px 0 72px;
    text-align: center;
    overflow: hidden
}

.page-part .part-head .h1 {
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 14px;
}

/*.page-part .part-head .h1,
.page-part .part-head p {
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    font-family: kievit, Verdana, Helvetica, Arial;
    position: relative;
    top: 100px;
    -webkit-opacity: 0;
    -moz-opacity: 0
}*/

.page-part .part-head p {
    font-size: 22px;
    line-height: 30px;
}

.page-part .part-head.animate .h1,
.page-part .part-head.animate p {
    top: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}

.page-part .part-head.white {
    color: #fff
}

.page-part .part-head.smPad {
    padding-top: 66px
}

.page-part .part-head.no-double {
    padding-top: 68px
}

.page-part .part-head.animate div.h1,
.page-part .part-head.animate p {
    top: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}

.page-part.cliBtm .part-head {
    padding-bottom: 0
}

.page-part.cliBtm {
    padding-bottom: 120px
}

div.page-social {
    font-size: 0;
    line-height: 0
}

div.page-social a {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #d9d9d9;
    margin: 0 10px;
    width: 46px;
    height: 46px;
    font-size: 20px;
    line-height: 46px;
    color: #82533b;
    -webkit-transition: border-color .5s ease, background-color .5s ease, color .5s ease;
    -moz-transition: border-color .5s ease, background-color .5s ease, color .5s ease;
    -ms-transition: border-color .5s ease, background-color .5s ease, color .5s ease;
    -o-transition: border-color .5s ease, background-color .5s ease, color .5s ease;
    transition: border-color .5s ease, background-color .5s ease, color .5s ease
}

div.page-social a:hover {
    border-color: #82533b
}

div.page-social.white a {
    color: #fff;
    border-color: #fff
}

div.page-social.white a:hover {
    color: #82533b;
    background-color: #fff
}

/*my_new_style*/
.pride_logo{
    position: absolute;
    top: 47px;
    left: 60px;
}
.pride_logo img{
    width: 250px;
}
/**/

@media screen and (max-width:1420px) {
    a.proceed,
    span.proceed {
        font-size: 16px;
        padding: 0 35px
    }
    .centered-info {
        width: 100%;
        text-align: center;
        padding: 35px 0 0
    }
    .centered-info p {
        font-size: 20px;
        line-height: 28px;
        padding: 15px 0
    }
    .centered-info div.proceed {
        padding-bottom: 120px
    }
    .page-part .part-head {
        padding: 108px 0 58px
    }
    .page-part .part-head h1 {
        font-size: 45px;
        line-height: 45px;
        padding-bottom: 12px
    }
    .page-part .part-head p {
        font-size: 20px;
        line-height: 30px
    }
    .page-part .part-head.no-double {
        padding-top: 54px
    }
    .page-part.cliBtm {
        padding-bottom: 80px
    }
}

@media screen and (max-width:1260px) {
    .page-header {
        height: 60px
    }
    .fixedBackground {
        background-position: 0 60px
    }
    div.proceed {
        padding: 40px 0
    }
    a.proceed,
    span.proceed {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        padding: 0 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px
    }
    .centered-info {
        width: 100%;
        text-align: center;
        padding: 45px 0 6px
    }
    .centered-info p {
        font-size: 18px;
        line-height: 24px;
        padding: 9px 0
    }
    .centered-info div.proceed {
        padding-bottom: 80px
    }
    .page-part .part-head {
        padding: 56px 0 32px
    }
    .page-part .part-head.no-double {
        padding-top: 28px
    }
    .page-part .part-head .h1 {
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 10px
    }
    .page-part .part-head p {
        font-size: 18px;
        line-height: 25px
    }
    .page-part.cliBtm {
        padding-bottom: 45px
    }
    div.page-social a {
        width: 36px;
        height: 36px;
        font-size: 15px;
        line-height: 36px
    }
    div.slider-caption {
        padding-top: 16px;
        font-size: 22px;
        line-height: 22px
    }
    ul.slider-caption li {
        font-size: 16px;
        line-height: 22px;
        margin: 0 5px
    }
    ul.slider-caption li.bull {
        font-size: 14px
    }
    .pride_logo{
        left: 40px;
    }
}

.footerScripts {
    width: 0;
    height: 0;
    overflow: hidden
}

.form-agreement {
    position: relative;
    padding: 10px 0;
    font-size: 12px
}

.combox,
.combox .selected {
    font-size: 18px;
    float: none
}

.form-agreement a {
    color: #82533b;
    text-decoration: underline
}

.form-agreement.white a {
    color: #fff
}

.combox {
    text-align: left;
    width: auto;
    height: 50px;
    font-family: kievit, Verdana, Helvetica, Arial;
    line-height: 50px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -ms-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease
}

.combox .toggle,
.combox.type1:hover .toggle {
    top: 2px;
    right: 2px;
    width: 46px;
    height: 46px
}

.combox .selected {
    position: absolute;
    top: 2px;
    left: 2px;
    padding: 0 10px;
    line-height: 46px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px
}

.combox .options,
.combox .toggle {
    float: none;
    position: absolute;
    padding: 0
}

.combox .toggle {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

.combox .options {
    left: 0;
    z-index: 600;
    border-radius: 0 0 5px 5px
}

.combox .options,
.combox .options .opt.last {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px
}

.combox .options .opt {
    line-height: 46px;
    padding: 0 10px;
    background-color: #fff;
    cursor: pointer;
    float: none;
    white-space: nowrap
}

.combox .options .opt.last {
    border-radius: 0 0 5px 5px
}

.combox.type1 {
    background-color: #d0dccd
}

.combox.type1 .options .opt,
.combox.type1 .selected {
    color: #1a1b1b;
    background-color: #fff
}

.combox.type1 .toggle {
    background-image: url(../img/combox-dd-1.png)
}

.combox.type1 .options {
    border: 2px solid #4f993e;
    border-top: 0
}

.combox.type1 .options .opt {
    white-space: nowrap
}

.combox.type1.opened,
.combox.type1:hover {
    background-color: #4f993e
}

.combox.type1.opened .toggle {
    background-image: url(../img/combox-dd-1-a.png);
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -ms-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0
}

.combox.type1.opened .selected {
    -webkit-border-radius: 5px 0 0;
    -moz-border-radius: 5px 0 0;
    -ms-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0
}

.combox.type1:hover .selected {
    top: 2px;
    left: 2px;
    line-height: 46px;
    padding: 0 10px
}

.combox.type1.opened {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.combox .selected.active {
    color: #1a1b1b
}

.combox .options .opt.over {
    background-color: #e6e6e6
}

.combox .options .opt.act {
    background-color: #fff;
    color: #b2b2b2;
    cursor: default
}

.combox.disabled,
.combox.disabled .selected,
.combox.disabled .toggle {
    background-color: #b1c0cf!important
}

.combox.disabled .toggle {
    cursor: default!important;
    background-image: url(../img/combox-dd-1.png)!important
}

.combox.disabled .selected {
    color: #93a2b3!important;
    cursor: default!important
}

@media screen and (max-width:1260px) {
    .combox,
    .combox .selected {
        font-size: 14px
    }
}

.services-page-part {
    display: table;
    width: 100%;
    background-color: #fff
}

.services-page-part .right-panel {
    position: relative;
    display: table-cell;
    width: 319px;
    vertical-align: top
}

div#services-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 45
}

div#services-menu>ul {
    padding-top: 55px;
    padding-bottom: 100px;
    padding-left: 60px
}

div#services-menu>ul>li {
    height: auto
}

div#services-menu>ul>li>div>a {
    color: #1a1b1b;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
    cursor: pointer
}

div#services-menu>ul>li>div:hover,
div#services-menu>ul>li>div>a:hover {
    color: #82533b
}

div#services-menu>ul>li>div {
    font-family: kievit, Verdana, Helvetica, Arial;
    font-weight: 700;
    padding-left: 30px;
    font-size: 18px;
    line-height: 40px;
    color: #1a1b1b;
    background-position: -420px -595px;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: color .5s ease;
    -moz-transition: color .5s ease;
    -webkit-transition: color .5s ease
}

div#services-menu>ul>li.padded {
    padding-top: 26px
}

div#services-menu>ul>li.act>div {
    background-position: -420px -655px;
    cursor: pointer
}

div#services-menu>ul>li>ul {
    display: none
}

div#services-menu>ul>li>ul>li {
    font-size: 16px;
    line-height: 22px;
    padding: 6px 0 6px 20px;
    color: #b2b2b2
}

div#services-menu>ul>li>ul>li.splitter {
    color: #1a1b1b;
    text-align: left;
    padding-left: 0
}

div#services-menu>ul>li>ul>li>a {
    font-size: 16px;
    color: #82533b;
    text-decoration: none;
    transition: color .5s ease;
    -moz-transition: color .5s ease;
    -webkit-transition: color .5s ease
}

div#services-menu>ul>li>ul>li>a:hover {
    color: #1a1b1b
}

div#services-menu .manager {
    position: relative;
    margin: 20px 0 40px
}

div#services-menu .manager .photo {
    position: relative;
    margin: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #b2b2b2;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

div#services-menu .manager .links {
    position: relative;
    margin-top: 20px
}

div#services-menu .manager .links .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1em
}

div#services-menu .manager .links .pos {
    padding: 15px 0;
    font-size: 16px;
    line-height: 1em
}

div#services-menu .manager .links .link {
    display: block;
    line-height: 1.5em;
    font-size: 16px
}

div#services-menu .manager .links .link a {
    color: #1a1b1b;
    text-decoration: underline
}

div#services-menu .manager .links .link a:hover {
    color: #b2b2b2
}

div#payment-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 45
}

div#payment-menu>ul {
    padding-top: 55px;
    padding-left: 60px
}

div#payment-menu>ul>li {
    height: auto
}

div#payment-menu>ul>li>div {
    font-family: kievit, Verdana, Helvetica, Arial;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #82533b;
    transition: color .5s ease;
    -moz-transition: color .5s ease;
    -webkit-transition: color .5s ease;
    padding-bottom: 32px
}

div#payment-menu>ul>li>div a {
    color: #1a1b1b
}

.small-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 288px;
    height: 162px;
    border: 2px solid #e6e6e6
}

.small-video .play,
.small-video .play .arrow,
.small-video .play .circle,
.small-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.small-video .play {
    cursor: pointer
}

.small-video .play .circle {
    background: url(../img/small-video-circle.png) center center no-repeat;
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.small-video .play .arrow {
    background: url(../img/small-video-arrow.png) center center no-repeat
}

.small-video .play:hover .circle {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1
}

div.services-content {
    display: table-cell;
    border-left: 1px #e6e6e6 solid;
    padding: 60px 0 0
}

div.services-content div.center-content {
    padding-left: 60px;
    width: 1000px;
    text-align: left;
    overflow: hidden
}

div.services-content .flag {
    position: absolute;
    top: 0;
    left: 0;
    height: 46px;
    border: 2px solid #48823b;
    border-right-width: 0;
    padding: 0 50px 0 30px;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0
}

div.services-content .flag .txt {
    font-size: 22px;
    line-height: 46px;
    padding-left: 58px
}

div.services-content .flag .sq {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 23px;
    height: 50px;
    background: url(../img/flag.png) left center no-repeat
}

div.services-content .info {
    display: table;
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

div.services-content .info .item {
    display: table-cell;
    width: 33%;
    padding: 30px;
    vertical-align: top
}

div.services-content .info .item>div {
    font-size: 24px;
    color: #1a1b1b;
    padding-bottom: 15px;
    white-space: nowrap;
    font-weight: 700
}

div.services-content .info .item>p {
    font-size: 16px;
    color: #1a1b1b
}

div.services-content .info .line {
    display: table-cell;
    width: 1px;
    vertical-align: middle
}

div.services-content .info .line .stroke {
    display: inline-block;
    width: 1px;
    height: 60%;
    background-color: #e6e6e6
}

div.services-content ul.goods {
    position: relative;
    margin-left: 20px;
    list-style-type: disc
}

div.services-content ul.goods.no-type {
    list-style-type: none;
    margin-left: 0
}

div.services-content ul.goods li {
    font-family: kievit-medium, Helvetica, Arial;
    font-size: 22px;
    line-height: 34px
}

div.services-content ul.goods li p {
    font-family: kievit, Verdana, Helvetica, Arial;
    padding-top: 7px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 25px;
    width: 650px
}

div.services-content ul.goods li.last p {
    padding-bottom: 0
}

div.services-content ul.goods .small-video {
    top: 8px;
    right: 0;
    left: auto
}

div.services-content div.goods {
    margin: 0
}

div.services-content div.goods .small-video {
    top: 0;
    left: 0
}

div.services-content div.goods .txt {
    padding: 40px 0 40px 355px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -.02em
}

div.services-content div.service-maps ul {
    display: block;
    text-align: center
}

div.services-content div.service-maps ul li {
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    padding: 0 10px;
    color: #82533b;
    cursor: pointer
}

div.services-content div.service-maps ul li:hover {
    color: #1a1b1b
}

div.services-content div.service-maps ul li.single-map {
    color: #1a1b1b;
    cursor: default
}

div.services-content div.service-maps ul li.bull {
    font-size: 16px;
    color: #b2b2b2
}

div.services-content div.service-maps ul li.act,
div.services-content div.service-maps ul li.act:hover {
    color: #b2b2b2;
    cursor: default
}

div.services-content div.service-maps .stage {
    width: 100%;
    height: 380px;
    margin-top: 27px
}

div.services-content div.service-maps .stage .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2
}

div.services-content table.types {
    border-collapse: collapse;
    width: 100%
}

div.services-content table.types td {
    padding: 0;
    height: 60px;
    border-bottom: 1px #e6e6e6 solid;
    font-size: 16px
}

div.services-content table.types tr.head td {
    font-weight: 700
}

div.services-content table.types tr.last td {
    border-width: 0
}

div.services-content .form {
    font-size: 0;
    background-color: #f2f2f2;
    width: 100%;
    text-align: center;
    padding: 62px 0 70px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

div.services-content div.FAQ {
    padding: 0 0 100px
}

div.services-content div.FAQ>div.h1 {
    font-size: 40px
}

div.services-content div.FAQ>p {
    font-size: 18px;
    line-height: 25px;
    padding: 16px 0
}

div.services-content div.FAQ>ol {
    padding: 15px;
    list-style-type: decimal;
    width: 600px
}

div.services-content div.FAQ>ol>li {
    font-family: kievit-medium, Helvetica, Arial;
    font-size: 16px;
    line-height: 22px;
    color: #82533b;
    padding-bottom: 17px
}

div.services-content div.FAQ>ol>li.act {
    color: #b2b2b2
}

div.services-content div.FAQ>ol>li>div.ans {
    font-family: kievit, Verdana, Helvetica, Arial;
    margin: 20px 0 20px -20px;
    width: 550px;
    background-color: #f2f2f2;
    padding: 30px 40px;
    color: #1a1b1b;
    display: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

div.services-content div.FAQ>ol>li>div.ans>p {
    padding: 10px 0
}

div.services-content div.FAQ>ol>li>div.ans a {
    color: #82533b
}

div.services-content div.FAQ>ol>li>div.ans ol {
    margin-left: 20px;
    list-style-type: decimal
}

div.services-content div.FAQ>ol>li>div.ans ul {
    margin-left: 20px;
    list-style-type: disc
}

div.services-content div.slider-caption {
    padding-top: 0
}

div.services-content div.comment {
    font-size: 16px;
    line-height: 22px;
    padding-top: 30px;
    width: 640px
}

div.services-content div.comment18 {
    font-size: 18px;
    line-height: 25px;
    padding-top: 30px;
    width: 640px
}

div.services-content .h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    padding-bottom: .8em
}

div.services-content div.h2-p {
    font-size: 18px;
    line-height: 25px
}

div.services-content ul.listing {
    list-style-type: disc;
    margin: 10px 0 10px 40px
}

div.services-content p~h2,
div.services-content ul~h2 {
    margin-top: 20px
}

div.services-content p~ul,
div.services-content p~ul.listing {
    margin-top: .5em
}

div.services-content a {
    color: #82533b;
    text-decoration: underline
}

div.services-content a.bold {
    font-weight: 700
}

div.dvik div.head,
div.services-content div.head {
    padding-top: 54px
}

div.dvik div.head img,
div.services-content div.head img {
    position: absolute;
    top: 0;
    right: 0;
    width: 340px;
    height: auto;
    z-index: 0
}

div.dvik div.head h1,
div.services-content div.head h1 {
    position: relative;
    font-family: kievit-medium, Helvetica, Arial;
    font-size: 40px;
    padding: 21px 0;
    z-index: 2
}

div.dvik div.head p,
div.services-content div.head p {
    position: relative;
    width: 650px;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 32px;
    z-index: 2
}

div.dvik div.request,
div.services-content div.request {
    display: inline-block;
    padding: 0 30px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    white-space: nowrap;
    background-color: #48823b;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

div.dvik div.request:hover,
div.services-content div.request:hover {
    background-color: #4f993e
}

div.dvik div.request.priced,
div.services-content div.request.priced {
    background-color: transparent;
    padding: 0;
    height: 50px
}

div.dvik div.request.priced .price,
div.services-content div.request.priced .price {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 70px 0 30px;
    font-family: 'Open Sans', Helvetica, Arial;
    font-weight: 600;
    font-size: 18px;
    line-height: 46px;
    color: #1a1b1b;
    border: 2px solid #48823b;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

div.dvik div.request.priced .btn,
div.services-content div.request.priced .btn {
    position: absolute;
    top: 0;
    left: 100px;
    padding: 0 30px;
    background-color: #48823b;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

div.dvik div.request.priced:hover .price,
div.services-content div.request.priced:hover .price {
    border-color: #4f993e
}

div.dvik div.request.priced:hover .btn,
div.services-content div.request.priced:hover .btn {
    background-color: #4f993e
}

div.life-content .request-form .cnt.FORM,
div.pp-landing .request-form .cnt.FORM,
div.services-content .request-form .cnt.FORM {
    display: block
}

div.life-content .request-form .cnt.OK,
div.pp-landing .request-form .cnt.OK,
div.services-content .request-form .cnt.OK {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: none
}

div.life-content .request-form div.h1,
div.pp-landing .request-form div.h1,
div.services-content .request-form div.h1 {
    font-size: 40px;
    line-height: 45px;
    text-align: center
}

div.life-content .request-form .FORM div.h1,
div.pp-landing .request-form .FORM div.h1,
div.services-content .request-form .FORM div.h1 {
    padding-bottom: 28px
}

div.life-content .request-form .OK div.h1,
div.pp-landing .request-form .OK div.h1,
div.services-content .request-form .OK div.h1 {
    font-size: 40px;
    line-height: 45px
}

div.life-content .request-form .OK p,
div.pp-landing .request-form .OK p,
div.services-content .request-form .OK p {
    font-size: 18px;
    line-height: 25px
}

div.life-content .request-form input:placeholder,
div.life-content .request-form textarea:placeholder,
div.pp-landing .request-form input:placeholder,
div.pp-landing .request-form textarea:placeholder,
div.services-content .request-form input:placeholder,
div.services-content .request-form textarea:placeholder {
    color: #b2b2b2
}

div.life-content .request-form textarea:-moz-placeholder,
div.pp-landing .request-form textarea:-moz-placeholder,
div.services-content .request-form textarea:-moz-placeholder {
    color: #b2b2b2
}

div.life-content .request-form input:-moz-placeholder,
div.pp-landing .request-form input:-moz-placeholder,
div.services-content .request-form input:-moz-placeholder {
    color: #b2b2b2
}

div.life-content .request-form textarea::-webkit-input-placeholder,
div.pp-landing .request-form textarea::-webkit-input-placeholder,
div.services-content .request-form textarea::-webkit-input-placeholder {
    color: #b2b2b2
}

div.life-content .request-form input::-webkit-input-placeholder,
div.pp-landing .request-form input::-webkit-input-placeholder,
div.services-content .request-form input::-webkit-input-placeholder {
    color: #b2b2b2
}

div.life-content .request-form textarea::-moz-placeholder,
div.pp-landing .request-form textarea::-moz-placeholder,
div.services-content .request-form textarea::-moz-placeholder {
    color: #b2b2b2
}

div.life-content .request-form input::-moz-placeholder,
div.pp-landing .request-form input::-moz-placeholder,
div.services-content .request-form input::-moz-placeholder {
    color: #b2b2b2
}

div.life-content .request-form textarea:-ms-input-placeholder,
div.pp-landing .request-form textarea:-ms-input-placeholder,
div.services-content .request-form textarea:-ms-input-placeholder {
    color: #b2b2b2
}

div.life-content .request-form input:-ms-input-placeholder,
div.pp-landing .request-form input:-ms-input-placeholder,
div.services-content .request-form input:-ms-input-placeholder {
    color: #b2b2b2
}

div.life-content .request-form input:focus:placeholder,
div.life-content .request-form textarea:focus:placeholder,
div.pp-landing .request-form input:focus:placeholder,
div.pp-landing .request-form textarea:focus:placeholder,
div.services-content .request-form input:focus:placeholder,
div.services-content .request-form textarea:focus:placeholder {
    color: transparent
}

div.life-content .request-form textarea:focus:-moz-placeholder,
div.pp-landing .request-form textarea:focus:-moz-placeholder,
div.services-content .request-form textarea:focus:-moz-placeholder {
    color: transparent
}

div.life-content .request-form input:focus:-moz-placeholder,
div.pp-landing .request-form input:focus:-moz-placeholder,
div.services-content .request-form input:focus:-moz-placeholder {
    color: transparent
}

div.life-content .request-form textarea:focus::-webkit-input-placeholder,
div.pp-landing .request-form textarea:focus::-webkit-input-placeholder,
div.services-content .request-form textarea:focus::-webkit-input-placeholder {
    color: transparent
}

div.life-content .request-form input:focus::-webkit-input-placeholder,
div.pp-landing .request-form input:focus::-webkit-input-placeholder,
div.services-content .request-form input:focus::-webkit-input-placeholder {
    color: transparent
}

div.life-content .request-form textarea:focus::-moz-placeholder,
div.pp-landing .request-form textarea:focus::-moz-placeholder,
div.services-content .request-form textarea:focus::-moz-placeholder {
    color: transparent
}

div.life-content .request-form input:focus::-moz-placeholder,
div.pp-landing .request-form input:focus::-moz-placeholder,
div.services-content .request-form input:focus::-moz-placeholder {
    color: transparent
}

div.life-content .request-form textarea:focus:-ms-input-placeholder,
div.pp-landing .request-form textarea:focus:-ms-input-placeholder,
div.services-content .request-form textarea:focus:-ms-input-placeholder {
    color: transparent
}

div.life-content .request-form input:focus:-ms-input-placeholder,
div.pp-landing .request-form input:focus:-ms-input-placeholder,
div.services-content .request-form input:focus:-ms-input-placeholder {
    color: transparent
}

div.life-content .request-form textarea,
div.pp-landing .request-form textarea,
div.services-content .request-form textarea {
    font-family: kievit, Verdana, Helvetica, Arial;
    text-align: left;
    margin: 10px auto;
    padding: 10px 20px;
    width: 376px;
    height: 226px;
    background-color: #fff;
    color: #82533b;
    border: 2px solid #d0dccd;
    font-size: 18px;
    line-height: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    outline: 0
}

div.life-content .request-form input,
div.pp-landing .request-form input,
div.services-content .request-form input {
    font-family: kievit, Verdana, Helvetica, Arial;
    text-align: left;
    margin: 10px auto;
    width: 376px;
    border: 2px solid #d0dccd;
    background-color: #fff;
    color: #82533b;
    font-size: 18px;
    line-height: 18px;
    padding: 16px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    outline: 0
}

div.life-content .request-form .submit,
div.pp-landing .request-form .submit,
div.services-content .request-form .submit {
    display: inline-block;
    margin: 10px auto;
    font-size: 18px;
    line-height: 50px;
    width: auto;
    padding: 0 30px;
    background-color: #48823b;
    color: #fff;
    border: 0;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -webkit-transition: background-color .5s ease;
    cursor: pointer
}

div.life-content .request-form .submit:hover,
div.pp-landing .request-form .submit:hover,
div.services-content .request-form .submit:hover {
    background-color: #4f993e
}

div.life-content .request-form .fld,
div.pp-landing .request-form .fld,
div.services-content .request-form .fld {
    margin: 0 auto;
    width: 420px;
    text-align: center
}

div.life-content .request-form .fld .fld-info,
div.pp-landing .request-form .fld .fld-info,
div.services-content .request-form .fld .fld-info {
    position: absolute;
    top: 25px;
    left: 440px;
    width: 200px;
    font-size: 14px;
    color: #a6a6a6;
    text-align: left
}

div.life-content .request-form input:focus,
div.life-content .request-form input:hover,
div.life-content .request-form textarea:focus,
div.life-content .request-form textarea:hover,
div.pp-landing .request-form input:focus,
div.pp-landing .request-form input:hover,
div.pp-landing .request-form textarea:focus,
div.pp-landing .request-form textarea:hover,
div.services-content .request-form input:focus,
div.services-content .request-form input:hover,
div.services-content .request-form textarea:focus,
div.services-content .request-form textarea:hover {
    border-color: #4f993e
}

div.life-content .request-form input.error,
div.life-content .request-form textarea.error,
div.pp-landing .request-form input.error,
div.pp-landing .request-form textarea.error,
div.services-content .request-form input.error,
div.services-content .request-form textarea.error {
    border-color: #e74c3c
}

div.life-content .request-form.to-the-left .cnt.OK,
div.life-content .request-form.to-the-left div.h1,
div.pp-landing .request-form.to-the-left .cnt.OK,
div.pp-landing .request-form.to-the-left div.h1,
div.services-content .request-form.to-the-left .cnt.OK,
div.services-content .request-form.to-the-left div.h1 {
    text-align: left
}

div.life-content .request-form.to-the-left .fld,
div.pp-landing .request-form.to-the-left .fld,
div.services-content .request-form.to-the-left .fld {
    margin: 0;
    text-align: left
}

.dvik .dvik-box {
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px #CCC solid;
    margin-bottom: 40px;
    max-width: 1000px
}

.dvik .dvik-box:last-child {
    border-bottom: 0 #CCC solid
}

.dvik .dvik-box h1,
.dvik .dvik-box h2 {
    font-size: 32px;
    padding-bottom: 10px
}

.dvik .dvik-box p {
    font-size: 18px;
    padding: 10px 0;
    line-height: 1.25em;
    max-width: 800px
}

.dvik .dvik-box p.bigger {
    font-size: 22px;
    max-width: 1000px
}

.dvik .dvik-box ol li,
.dvik .dvik-box ul li {
    max-width: 800px
}

.dvik .dvik-box h2+p {
    font-size: 20px;
    line-height: 1.25em
}

.dvik .dvik-box h3 {
    font-size: 20px;
    padding: 20px 0 10px;
    margin: 0
}

.dvik .dvik-box h3.pad-top-1 {
    padding-top: 40px
}

.dvik .dvik-box h3.bigger {
    font-size: 22px;
    font-weight: 700
}

.dvik .dvik-box h3.large {
    font-size: 40px;
    font-weight: 700;
    padding-top: 40px
}

.dvik .dvik-box h3+p {
    padding: 0 0 10px
}

.dvik .dvik-box h3+ul,
.dvik .dvik-box p+ul {
    padding-top: 0
}

.dvik .dvik-box ol,
.dvik .dvik-box ul {
    padding: 10px 0 20px
}

.dvik .dvik-box ol li,
.dvik .dvik-box ul li {
    font-size: 18px;
    line-height: 1.25em
}

.dvik .dvik-box ul {
    list-style-type: disc;
    padding-left: 20px
}

.dvik .dvik-box ol {
    list-style-type: decimal;
    padding-left: 20px
}

.dvik .dvik-box table.dostavka-mobile {
    display: none
}

.dvik .dvik-box table.dostavka {
    position: relative;
    width: 100%;
    border-top: 1px #d9d9d9 solid;
    border-left: 1px #d9d9d9 solid;
    margin-bottom: 30px
}

.dvik .dvik-box table.dostavka td {
    border-right: 1px #d9d9d9 solid;
    border-bottom: 1px #d9d9d9 solid;
    padding: 10px;
    font-size: 18px;
    text-align: center
}

.dvik .dvik-box table.dostavka tr.head td {
    background-color: #eaffea;
    font-size: 24px
}

@media all and (max-width:1420px) {
    .dvik .dvik-box ol li,
    .dvik .dvik-box ul li {
        font-size: 18px
    }
}

@media all and (max-width:1260px) {
    .dvik .dvik-box ol li,
    .dvik .dvik-box ul li {
        font-size: 16px
    }
}

div.lifehack-list-page-part .lifehack-list-content,
div.lifehack-list-page-part .services-list-content,
div.services-list-page-part .lifehack-list-content,
div.services-list-page-part .services-list-content {
    position: relative;
    padding: 0 40px 80px
}

div.lifehack-list-page-part .lifehack-list-content hr,
div.lifehack-list-page-part .services-list-content hr,
div.services-list-page-part .lifehack-list-content hr,
div.services-list-page-part .services-list-content hr {
    position: relative;
    width: 100%;
    height: 1px;
    border: 0;
    background-color: #efefef;
    margin: 20px 0 40px
}

div.lifehack-list-page-part .lifehack-list-content .head,
div.lifehack-list-page-part .services-list-content .head,
div.services-list-page-part .lifehack-list-content .head,
div.services-list-page-part .services-list-content .head {
    position: relative;
    max-width: 580px;
    margin: 0 auto;
    padding: 0 40px 30px 340px
}

div.lifehack-list-page-part .lifehack-list-content .head h2,
div.lifehack-list-page-part .services-list-content .head h2,
div.services-list-page-part .lifehack-list-content .head h2,
div.services-list-page-part .services-list-content .head h2 {
    position: relative;
    font-family: kievit-medium, Helvetica, Arial;
    font-size: 40px;
    padding: 0;
    z-index: 2;
    color: #1a1b1b
}

div.lifehack-list-page-part .lifehack-list-content .head p,
div.lifehack-list-page-part .services-list-content .head p,
div.services-list-page-part .lifehack-list-content .head p,
div.services-list-page-part .services-list-content .head p {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    z-index: 2;
    padding: 1em 0
}

div.lifehack-list-page-part .lifehack-list-content .head .request,
div.lifehack-list-page-part .services-list-content .head .request,
div.services-list-page-part .lifehack-list-content .head .request,
div.services-list-page-part .services-list-content .head .request {
    display: inline-block;
    padding: 0 30px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    white-space: nowrap;
    background-color: #48823b;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

div.lifehack-list-page-part .lifehack-list-content .head .request:hover,
div.lifehack-list-page-part .services-list-content .head .request:hover,
div.services-list-page-part .lifehack-list-content .head .request:hover,
div.services-list-page-part .services-list-content .head .request:hover {
    background-color: #4f993e
}

div.lifehack-list-page-part .lifehack-list-content .head img,
div.lifehack-list-page-part .services-list-content .head img,
div.services-list-page-part .lifehack-list-content .head img,
div.services-list-page-part .services-list-content .head img {
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    width: 300px;
    height: 300px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

div.lifehack-list-page-part .lifehack-list-content .head,
div.services-list-page-part .lifehack-list-content .head {
    min-height: 250px
}

div.lifehack-list-page-part .lifehack-list-content .head img,
div.services-list-page-part .lifehack-list-content .head img {
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    width: 250px;
    height: 250px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

table.priceplans {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto
}

.priceplans {
    margin-bottom: 20px
}

.priceplans td {
    position: relative
}

.priceplans .priceplan.active {
    border: 1px solid #48823b
}

.priceplans .priceplan.middle {
    -webkit-transition: border-color .3s ease;
    -moz-transition: border-color .3s ease;
    transition: border-color .3s ease
}

.priceplans .priceplan.middle.active {
    border: 2px solid #ffee58
}

.priceplans .priceplan {
    cursor: pointer
}

.priceplans .req-btn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -60px;
    padding: 7px 30px;
    line-height: 36px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #48823b;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    z-index: 10;
    display: none
}

@media screen and (max-width:1280px) {
    .priceplans {
        margin-bottom: 0
    }
    .priceplans .req-btn {
        padding: 2px 30px;
        bottom: -50px
    }
}

table.priceplans>tr>td {
    width: 33%;
    vertical-align: middle
}

table.priceplans.double>tr>td {
    vertical-align: middle;
    position: relative
}

div.priceplans {
    position: relative;
    width: 100%;
    font-size: 0
}

div.priceplans div.item {
    display: inline-block;
    vertical-align: middle;
    width: 25%
}

table.priceplan {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e6e6e6
}

table.priceplan td {
    width: 100%;
    text-align: center;
    font-size: 16px;
    height: 58px;
    border-top: 1px #e6e6e6 solid;
    padding-left: 10px;
    padding-right: 10px
}

table.priceplan.first {
    border-right: 0
}

table.priceplan.last {
    border-left: 0
}

table.priceplan td.plan {
    font-family: kievit-medium, Helvetica, Arial;
    font-size: 24px;
    height: 70px;
    padding-top: 10px;
    border: 0;
    vertical-align: middle;
    padding-bottom: 10px;
    background-color: #eaffea
}

table.priceplan td.plan div {
    padding-top: 4px;
    font-family: kievit, Verdana, Helvetica, Arial;
    font-size: 16px;
    font-weight: 400
}

table.priceplan td.plan.plan-red {
    background-color: #ffeaea
}

table.priceplan td.plan.plan-red-2 {
    background-color: #f2dfdf
}

table.priceplan td.plan.plan-yellow {
    background-color: #ffffd8
}

table.priceplan td.plan.plan-yellow-2 {
    background-color: #f2f2ce
}

table.priceplan td.plan.plan-green {
    background-color: #eaffea
}

table.priceplan td.plan.plan-green-2 {
    background-color: #dff2df
}

table.priceplan td.first {
    border-top: 0
}

table.priceplan td.price {
    font-family: 'Open Sans', Helvetica, Arial;
    font-size: 40px;
    font-weight: 700;
    height: 100px;
    background-color: #f2f2f2;
    border: 0
}

h2.tariffs,
table.tariffs tfoot tr td,
table.tariffs thead tr td span {
    font-family: kievit-medium, Helvetica, Arial
}

table.priceplan td.customs.on {
    color: #48823b
}

table.priceplan td.customs.off {
    color: #e74c3c
}

table.priceplan.positions {
    border: 1px solid #fff
}

table.priceplan.positions td {
    text-align: left
}

table.priceplan.middle {
    border: 2px solid #48823b
}

table.priceplan.middle td.first {
    padding-top: 10px
}

table.priceplan.middle td.last {
    padding-bottom: 10px
}

table.priceplans.double {
    width: 70%
}

table.priceplans.double>tr>td,
table.priceplans.single {
    width: 50%
}

table.priceplans.single>tr>td {
    width: 100%
}

table.priceplans.five>tr>td {
    width: 17%;
    vertical-align: top
}

table.priceplans.five>tr>td>table>td {
    vertical-align: middle
}

h2.tariffs {
    font-size: 22px;
    padding-bottom: 40px
}

table.tariffs {
    width: 100%
}

table.tariffs tr td {
    text-align: center;
    padding: 10px;
    border-bottom: 1px #e6e6e6 solid
}

table.tariffs tr td:first-child {
    text-align: left;
    padding: 10px 20px 10px 0
}

table.tariffs tr td:last-child {
    border-right: 0
}

table.tariffs tr:last-child td {
    border-bottom: 0
}

table.tariffs tr.prop td,
table.tariffs tr.prop:last-child td {
    border-bottom: 1px #e6e6e6 solid
}

table.tariffs tr.lim td {
    background-color: #fff
}

table.tariffs tr.prop:first-child td {
    border-top: 1px #e6e6e6 solid
}

table.tariffs tr.prop.customs td {
    color: #48823b
}

table.tariffs tr.prop.customs td:first-child {
    color: #1a1b1b
}

table.tariffs thead tr td {
    vertical-align: top
}

table.tariffs thead tr td span {
    font-size: 18px
}

table.tariffs thead tr td div {
    padding-top: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #48823b
}

table.tariffs tfoot tr td {
    vertical-align: top
}

table.tariffs tfoot tr td:first-child {
    font-family: kievit, Verdana, Helvetica, Arial
}

@media all and (max-width:1260px) {
    table.tariffs {
        font-size: 14px
    }
    table.tariffs tr td {
        text-align: center;
        padding: 10px 5px;
        border-bottom: 1px #e6e6e6 solid;
        border-right: 1px #e6e6e6 solid
    }
    table.tariffs tr td:first-child {
        text-align: left;
        padding: 10px 10px 10px 0
    }
    table.tariffs thead tr td span {
        font-size: 16px
    }
    table.tariffs thead tr td div {
        font-size: 14px
    }
    .dvik .dvik-box {
        max-width: 800px
    }
}

div.sep {
    height: 80px
}

div.sep2 {
    height: 70px
}

div.sep3 {
    height: 60px
}

div.sep4 {
    height: 30px
}

.additional-text {
    width: 640px;
    margin: 0 auto;
    padding-top: 20px
}

.additional-text ul {
    margin-left: 20px;
    padding: 5px 0;
    list-style-type: disc;
    color: #1a1b1b
}

.additional-text ul li {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 30px
}

.additional-text div {
    margin: 0 auto
}

.additional-text div p {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 20px
}

.additional-text div p.last {
    padding-bottom: 0
}

.value-slider {
    width: 446px;
    height: 8px;
    background-color: #d9d9d9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.value-slider .progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 8px;
    background-color: #82533b;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.value-slider .scroller {
    position: absolute;
    top: -8px;
    left: -12px;
    width: 24px;
    height: 24px;
    background-color: #1a1b1b;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer
}

div.calculator-caption {
    font-size: 22px;
    line-height: 30px;
    padding: 0 0 30px
}

div.calculator {
    display: inline-block;
    padding: 30px;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

div.calculator .sum {
    line-height: 50px;
    padding-bottom: 20px;
    font-size: 18px
}

div.calculator .sum>span {
    position: absolute;
    top: -15px;
    right: 200px
}

div.calculator .sum>span>input {
    border: 0;
    border-bottom: 2px #e6ddd8 solid;
    outline: 0;
    width: 150px;
    text-align: right;
    cursor: pointer;
    -moz-transition: border-color .5s ease;
    -webkit-transition: border-color .5s ease
}

div.calculator .sum>span>input,
div.calculator .sum>span>span {
    font-weight: 700;
    font-family: 'Open Sans', Helvetica, Arial;
    font-size: 40px;
    padding: 5px 0;
    transition: border-color .5s ease
}

div.calculator .sum>span>span {
    border-bottom: 2px #e6ddd8 solid;
    -moz-transition: border-color .5s ease;
    -webkit-transition: border-color .5s ease
}

div.calculator .sum:hover>span>input,
div.calculator .sum:hover>span>span {
    border-color: #82533b
}

div.calculator .control {
    display: table
}

div.calculator .control>div {
    display: table-cell;
    font-family: 'Open Sans';
    font-size: 18px
}

div.calculator .control>div.min {
    padding-right: 20px
}

div.calculator .control>div.max {
    padding-left: 20px
}

div.calculator .fee {
    padding-top: 20px;
    line-height: 50px;
    font-size: 18px
}

div.calculator .fee span {
    position: absolute;
    top: 20px;
    right: 200px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 40px;
    line-height: 50px
}

div.payment-content .payment-list p,
div.payment-content div.page-subtitle,
div.payment-content div.page-title {
    font-family: kievit-medium, Helvetica, Arial
}

div.payment-content {
    padding-bottom: 130px
}

div.payment-content div.page-title {
    font-size: 40px;
    line-height: 45px
}

div.payment-content div.page-subtitle {
    font-size: 22px;
    line-height: 22px;
    width: 650px
}

div.payment-content p.payment-subtitle {
    font-size: 18px;
    line-height: 25px;
    padding: 26px 0;
    width: 650px
}

div.payment-content .payment-table {
    position: relative;
    width: 650px;
    height: 380px;
    background-color: #f2f2f2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

div.payment-content .payment-table>.cell {
    display: block;
    float: left;
    width: 325px;
    height: 190px;
    background-position: center center;
    background-repeat: no-repeat
}

div.payment-content .payment-table>.cell.full {
    float: none;
    width: 100%;
    height: 100%
}

div.payment-content p.payment {
    font-size: 16px;
    line-height: 22px;
    width: 650px;
    padding: 26px 0 46px
}

div.payment-content .payment-list p {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 4px;
    width: 600px
}

div.payment-content .payment-list ul {
    list-style-type: decimal;
    font-size: 16px;
    line-height: 35px;
    margin-left: 40px;
    padding-bottom: 16px
}

@media all and (max-width:1420px) {
    .services-page-part .right-panel {
        width: 281px
    }
    div#payment-menu>ul,
    div#services-menu>ul {
        padding-top: 45px;
        padding-left: 50px
    }
    div.services-content {
        padding: 50px 0 0
    }
    div.services-content .h2 {
        font-size: 18px
    }
    div.services-content div.center-content {
        padding: 0 50px;
        width: 880px
    }
    div.dvik div.head p,
    div.services-content div.head p {
        width: 550px;
        padding-bottom: 26px
    }
    div.services-content div.goods .txt {
        padding: 40px 0 40px 320px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -.02em
    }
    .small-video {
        width: 272px;
        height: 153px
    }
    div.services-content .slider {
        padding: 30px 0 0
    }
    div.services-content .slider .stage {
        width: 680px;
        height: 415px
    }
    div.services-content .slider .arr {
        top: 207px
    }
    div.services-content ul.goods li p {
        width: 550px
    }
    div.services-content div.service-maps ul li {
        font-size: 18px;
        line-height: 18px
    }
    div.services-content div.service-maps ul li.bull {
        font-size: 12px
    }
    div.life-content .request-form .FORM div.h1,
    div.services-content .request-form .FORM div.h1 {
        padding-bottom: 42px
    }
    div.life-content .request-form textarea,
    div.services-content .request-form textarea {
        padding: 17px 15px;
        font-size: 16px
    }
    div.life-content .request-form input,
    div.services-content .request-form input {
        font-size: 16px;
        line-height: 16px;
        padding: 17px 15px
    }
    div.life-content .request-form .submit,
    div.life-content .request-form input[type=submit],
    div.services-content .request-form .submit,
    div.services-content .request-form input[type=submit] {
        font-size: 16px
    }
    .additional-text {
        width: 560px
    }
    .additional-text ul li {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 30px
    }
}

@media all and (max-width:1260px) {
    .services-page-part .right-panel {
        width: 239px;
        min-width: 239px
    }
    div#services-menu>ul {
        padding-top: 35px;
        padding-left: 40px
    }
    div#services-menu>ul>li>div {
        padding-left: 20px;
        font-size: 16px;
        line-height: 40px;
        background-position: -424px -469px
    }
    div#services-menu>ul>li>ul>li {
        font-size: 14px;
        line-height: 18px;
        padding: 6px 20px
    }
    div#services-menu>ul>li>ul>li.splitter {
        padding-left: 0
    }
    div#services-menu>ul>li>ul>li>a {
        font-size: 14px
    }
    div#services-menu>ul>li.act>div {
        background-position: -424px -529px
    }
    div#payment-menu>ul {
        padding-top: 35px;
        padding-left: 40px
    }
    div#payment-menu>ul>li>div {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 20px
    }
    div.services-content {
        padding: 40px 0 0
    }
    div.services-content div.center-content {
        padding: 0 40px;
        width: 700px
    }
    div.services-content .flag {
        position: absolute;
        top: 0;
        left: 0;
        height: 36px;
        border: 2px solid #48823b;
        border-right-width: 0;
        padding: 0 50px 0 30px;
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0
    }
    div.services-content .flag .txt {
        font-size: 18px;
        line-height: 36px;
        padding-left: 40px
    }
    div.services-content .flag .sq {
        position: absolute;
        top: -2px;
        right: -2px;
        width: 18px;
        height: 40px;
        background: url(../img/flag.png) left center no-repeat
    }
    div.services-content div.head {
        padding-top: 44px
    }
    div.services-content div.head img {
        width: 35%;
        top: 60px
    }
    div.services-content div.head h3 {
        font-size: 18px
    }
    div.services-content div.head h1 {
        font-size: 35px
    }
    div.services-content div.head p {
        width: 410px;
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 26px
    }
    div.services-content div.request {
        padding: 0 25px;
        font-size: 14px;
        line-height: 40px
    }
    div.services-content div.request.priced {
        background-color: none;
        height: 40px
    }
    div.services-content div.request.priced .price {
        padding: 0 50px 0 20px;
        font-size: 14px;
        line-height: 36px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px
    }
    div.services-content div.request.priced .btn {
        left: 70px;
        padding: 0 25px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        cursor: pointer
    }
    div.services-content .h2 {
        font-size: 16px
    }
    div.services-content .info .item>div {
        font-size: 18px
    }
    div.services-content .info .item>p {
        font-size: 14px;
        line-height: 18px
    }
    .small-video {
        width: 224px;
        height: 126px
    }
    div.services-content div.goods {
        margin: 0
    }
    div.services-content ul.goods li {
        font-size: 18px;
        line-height: 30px
    }
    div.services-content ul.goods li p {
        width: 430px;
        font-size: 14px;
        line-height: 18px
    }
    div.services-content div.goods .txt {
        padding: 12px 0 12px 260px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -.02em
    }
    div.services-content div.service-maps ul li {
        font-size: 16px;
        line-height: 16px;
        padding: 0 5px
    }
    div.services-content div.service-maps ul li.bull {
        font-size: 12px
    }
    div.services-content div.service-maps .stage {
        height: 290px;
        margin-top: 18px
    }
    div.life-content .request-form,
    div.services-content .request-form {
        padding: 56px 0 50px
    }
    div.life-content .request-form div.h1,
    div.services-content .request-form div.h1 {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 12px
    }
    div.life-content .request-form .FORM div.h1,
    div.services-content .request-form .FORM div.h1 {
        padding-bottom: 18px
    }
    div.life-content .request-form textarea,
    div.services-content .request-form textarea {
        padding: 11px 15px;
        width: 306px;
        height: 174px;
        font-size: 14px;
        line-height: 22px
    }
    div.life-content .request-form input,
    div.services-content .request-form input {
        width: 306px;
        font-size: 14px;
        line-height: 14px;
        padding: 11px 15px
    }
    div.life-content .request-form input[type=submit],
    div.services-content .request-form input[type=submit] {
        font-size: 14px;
        line-height: 40px;
        width: auto;
        padding: 0 25px;
        background-color: #82533b;
        color: #fff
    }
    div.life-content .request-form .submit,
    div.services-content .request-form .submit {
        font-size: 14px;
        line-height: 40px;
        width: auto;
        padding: 0 30px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px
    }
    div.life-content .request-form .fld,
    div.services-content .request-form .fld {
        margin: 0 auto;
        width: 340px
    }
    div.life-content .request-form .fld .fld-info,
    div.services-content .request-form .fld .fld-info {
        position: absolute;
        top: 25px;
        left: 360px;
        width: 120px;
        font-size: 14px;
        color: #a6a6a6
    }
    div.services-content table.types td {
        height: 50px;
        font-size: 12px
    }
    div.services-content table.types tr.head td {
        font-size: 14px
    }
    div.services-content .slider {
        padding: 20px 0 0
    }
    div.services-content .slider .stage {
        width: 540px;
        height: 330px
    }
    div.services-content .slider .arr {
        top: 160px;
        width: 36px;
        height: 36px
    }
    div.services-content .slider .arr.arrl {
        background-position: -596px -22px
    }
    div.services-content .slider .arr.arrr {
        background-position: -676px -22px
    }
    div.services-content div.FAQ {
        padding: 0 0 80px
    }
    div.services-content div.FAQ>div.h1 {
        font-size: 30px
    }
    div.services-content div.FAQ>p {
        font-size: 16px;
        line-height: 22px;
        padding: 13px 0 20px
    }
    div.services-content div.FAQ>ol>li {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 12px
    }
    div.services-content div.FAQ>ol>li>div.ans {
        margin: 20px 0 20px -20px;
        width: 540px;
        padding: 20px 30px
    }
    div.services-content div.FAQ>ol>li>div.ans>p {
        padding: 10px 0
    }
    table.priceplan td {
        font-size: 14px
    }
    table.priceplan td.plan {
        font-size: 18px;
        height: 50px;
        padding-top: 20px
    }
    table.priceplans.double {
        width: 80%
    }
    table.priceplan td.price {
        font-size: 30px;
        height: 90px
    }
    div.sep {
        height: 60px
    }
    div.sep2 {
        height: 50px
    }
    div.sep3 {
        height: 40px
    }
    div.calculator {
        padding: 20px 30px
    }
    div.calculator .control>div {
        display: table-cell;
        font-family: 'Open Sans';
        font-size: 16px
    }
    div.calculator .sum {
        font-size: 16px
    }
    div.calculator .sum>span {
        top: -5px;
        right: 200px
    }
    div.calculator .sum>span>input {
        font-size: 30px;
        width: 150px
    }
    div.calculator .sum>span>span {
        font-size: 30px
    }
    div.calculator .fee {
        font-size: 16px;
        padding-top: 20px;
        line-height: 40px
    }
    div.calculator .fee span {
        font-size: 30px;
        margin-left: 160px;
        line-height: 40px
    }
    .value-slider {
        width: 400px
    }
    .additional-text {
        width: 460px
    }
    .additional-text ul li {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 30px
    }
    .additional-text div p {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 20px
    }
    div.services-content div.comment {
        font-size: 14px;
        line-height: 18px;
        padding-top: 20px
    }
    div.services-content div.comment18,
    div.services-content div.h2-p {
        font-size: 16px;
        line-height: 22px;
        padding-top: 20px
    }
    div.services-list-page-part .services-list-content .head {
        padding-left: 240px
    }
    div.services-list-page-part .services-list-content .head img {
        width: 200px;
        height: 200px
    }
    div.services-list-page-part .services-list-content .head h2 {
        font-size: 35px
    }
    div.services-list-page-part .services-list-content .head p {
        width: 410px;
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 26px
    }
    div.services-list-page-part .services-list-content .request {
        padding: 0 25px;
        font-size: 14px;
        line-height: 40px
    }
}

div#fixed-menu .toggle span,
div.cntBlk,
div.cntBlk.text.quote p,
div.cntBlk.text.title p,
div.cntBlkPrepend,
div.life-content .post,
div.podcast-content .post {
    font-family: kievit, Verdana, Helvetica, Arial
}

.life-page-part {
    display: table;
    width: 100%;
    background-color: #fff
}

.life-page-part .right-panel {
    position: relative;
    display: table-cell;
    width: 320px;
    vertical-align: top;
    background-color: #f2f2f2
}

.life-page-part #postbox-container {
    position: relative;
    width: 100%;
    height: auto
}

div#life-menu {
    position: relative;
    box-sizing: border-box;
    padding: 50px 30px;
    width: 100%;
    z-index: 45
}

div.cntBlk.text,
div.cntBlkPrepend {
    font-size: 18px;
    line-height: 25px;
    z-index: 1
}

div#life-menu ul {
    position: relative;
    margin: 0;
    padding: 0 0 30px
}

div#life-menu ul:first-child {
    padding-top: 0
}

div#life-menu ul div.title {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px
}

div#life-menu ul li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1em;
    padding: 12px 0;
    color: #1a1b1b;
    width: 100%;
    border-bottom: 1px #e6e6e6 solid
}

div#life-menu ul li:last-child {
    border-bottom: 0
}

div#life-menu ul li a.url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

div#life-menu ul li .count {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 12px
}

div#life-menu ul li::first-letter {
    text-transform: capitalize
}

div#life-menu ul li.act {
    font-weight: 700;
    color: #ebbe0e
}

.life-lifehacks {
    position: relative;
    box-sizing: border-box;
    padding: 0 0 30px
}

.life-lifehacks div.title {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px
}

.life-lifehacks .item {
    position: relative;
    display: block;
    padding: 20px 0;
    border-bottom: 1px #e6e6e6 solid;
    white-space: nowrap
}

.life-lifehacks .item:last-child {
    border-bottom: 0
}

.life-lifehacks .item .lh-cover {
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 66px;
    height: 66px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.life-lifehacks .item .lh-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    padding-left: 20px;
    box-sizing: border-box;
    width: 190px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-align: left;
    color: #1a1b1b
}

.life-search-box form input,
.life-subscribe input {
    box-sizing: border-box;
    height: 36px;
    line-height: 16px;
    border: 0;
    background-color: #fff
}

.life-search-box {
    width: 100%
}

.life-search-box form {
    position: relative
}

.life-search-box form input {
    position: relative;
    width: 100%;
    font-size: 16px;
    padding: 10px 46px 10px 20px
}

.life-search-box form img.submit {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer
}

.life-subscribe {
    padding-top: 40px
}

.life-subscribe div.title {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px
}

.life-subscribe input {
    position: relative;
    width: 100%;
    font-size: 16px;
    padding: 10px 46px 10px 20px
}

.life-subscribe input[type=image] {
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    outline: 0
}

.life-subscribe input.error {
    border-color: #e74c3c
}

.life-subscribe.on-services div.title {
    font-size: 16px;
    padding-bottom: 20px
}

.life-subscribe.on-services input[type=email] {
    font-size: 12px;
    background-color: #efefef;
    padding: 10px
}

.life-subscribe.on-services table {
    width: 180px
}

@media all and (min-width:1280px) {
    .life-subscribe.on-services input[type=email] {
        font-size: 14px
    }
    .life-subscribe.on-services table {
        width: 200px
    }
}

@media all and (min-width:1440px) {
    .life-subscribe.on-services table {
        width: 230px
    }
}

div.life-content {
    display: table-cell;
    border-left: 1px #e6e6e6 solid
}

div.life-content div.center-content {
    padding: 60px 60px 80px
}

div.offer-content {
    display: block;
    border-left: 0
}

div.offer-content div.center-content {
    margin: 0 auto
}

div.index-life-posts {
    display: block;
    border: 0;
    padding: 0;
    max-width: 1000px;
    margin: 0 auto
}

a.edit {
    position: absolute;
    top: 0;
    padding: 5px 15px;
    background-color: #ebbe0e;
    font-size: 14px
}

.life-services {
    width: 100%;
    background-color: #e6e6e6;
    overflow: hidden;
    text-align: center
}

.life-services .item {
    display: inline-block
}

.life-services .item .cnt {
    display: table
}

.life-services .item .cnt .icon {
    display: table-cell;
    height: 120px;
    vertical-align: middle;
    padding-right: 20px
}

.life-services .item .cnt .icon.nopad {
    padding-right: 20px
}

.life-services .item .cnt .icon .ico {
    display: inline-block;
    width: 86px;
    height: 62px;
    background-position: 0 0;
    background-repeat: no-repeat;
    overflow: hidden
}

.life-services .item .cnt .icon .ico.ico1 {
    width: 72px;
    background-image: url(../img/s1-life.png)
}

.life-services .item .cnt .icon .ico.ico2 {
    width: 34px;
    background-image: url(../img/s2-life.png)
}

.life-services .item .cnt .icon .ico.ico3 {
    width: 35px;
    background-image: url(../img/s3-life.png)
}

.life-services .item .cnt .icon .ico.ico4 {
    width: 45px;
    background-image: url(../img/s4-life.png)
}

.life-services .item .cnt .icon .ico.ico5 {
    width: 86px;
    background-image: url(../img/s5-life-flip.png)
}

.life-services .item .cnt .icon .ico.ico6 {
    width: 86px;
    background-image: url(../img/s6-life.png)
}

.life-services .item .cnt .icon .ico.ico7 {
    width: 86px;
    background-image: url(../img/s7-life.png)
}

.life-services .item .cnt .icon .ico.ico8 {
    width: 86px;
    background-image: url(../img/s8-life.png)
}

.life-services .item .h1 {
    display: table-cell;
    font-size: 22px;
    line-height: 26px;
    height: 120px;
    text-align: left;
    vertical-align: middle;
    color: #1a1b1b
}

.life-services {
    height: 120px
}

div.life-content .post,
div.podcast-content .post {
    padding-bottom: 80px;
    display: table
}

div.life-content .post .cover,
div.podcast-content .post .cover {
    display: table-cell;
    vertical-align: top
}

div.life-content .post .cover img,
div.podcast-content .post .cover img {
    width: 348px;
    height: 216px
}

div.life-content .post .data,
div.podcast-content .post .data {
    display: table-cell;
    vertical-align: top;
    padding-left: 40px
}

div.life-content .post .data .nfo,
div.podcast-content .post .data .nfo {
    font-size: 18px;
    line-height: 18px;
    color: #1a1b1b;
    padding-top: 6px
}

div.life-content .post .data .nfo div,
div.life-content .post .data .nfo span,
div.podcast-content .post .data .nfo div,
div.podcast-content .post .data .nfo span {
    display: inline-block;
    vertical-align: top
}

div.life-content .post .data .nfo .bull,
div.podcast-content .post .data .nfo .bull {
    color: #CCC;
    font-size: .8em;
    padding: 0 .25em
}

div.life-content .post .data .nfo .author,
div.podcast-content .post .data .nfo .author {
    color: #ebbe0e;
    transition: color .5s ease;
    -moz-transition: color .5s ease;
    -webkit-transition: color .5s ease
}

div.life-content .post .data .nfo .author:hover,
div.podcast-content .post .data .nfo .author:hover {
    color: #1a1b1b
}

div.life-content .post .data .nfo .icon-eye,
div.podcast-content .post .data .nfo .icon-eye {
    font-size: .9em
}

div.life-content .post .data .title,
div.podcast-content .post .data .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    padding: 16px 0 10px;
    color: #1a1b1b;
    transition: color .5s ease;
    -moz-transition: color .5s ease;
    -webkit-transition: color .5s ease
}

div.life-content .post .data .title:hover,
div.podcast-content .post .data .title:hover {
    color: #ebbe0e
}

div.life-content .post .data .dsc,
div.podcast-content .post .data .dsc {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 1.25em;
    max-width: 800px
}

div.life-content .post .data .date,
div.podcast-content .post .data .date {
    line-height: 1.5em
}

div.life-content .post .data .tags,
div.podcast-content .post .data .tags {
    font-size: 0;
    line-height: 0
}

div.life-content .post .data .tags .tag,
div.podcast-content .post .data .tags .tag {
    display: inline-block;
    border-radius: 32px;
    font-size: 14px;
    color: #1a1b1b;
    background-color: #e6e6e6;
    padding: 0 20px;
    line-height: 32px;
    margin: 10px 10px 0 0;
    transition: color .5s ease, background-color .5s ease;
    -moz-transition: color .5s ease, background-color .5s ease;
    -webkit-transition: color .5s ease, background-color .5s ease
}

div.life-content .post .data .tags .tag.act,
div.life-content .post .data .tags .tag:hover,
div.podcast-content .post .data .tags .tag.act,
div.podcast-content .post .data .tags .tag:hover {
    background-color: #ebbe0e;
    color: #fff
}

div.life-content .post .data .tags .tag::first-letter,
div.podcast-content .post .data .tags .tag::first-letter {
    text-transform: capitalize
}

div.life-content .post a.edit,
div.podcast-content .post a.edit {
    right: 0
}

div.life-content .post.large,
div.podcast-content .post.large {
    display: block;
    width: 100%
}

div.life-content .post.large .cover,
div.podcast-content .post.large .cover {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

div.life-content .post.large .cover img,
div.podcast-content .post.large .cover img {
    width: 100%;
    height: auto
}

div.life-content .post.large .data,
div.podcast-content .post.large .data {
    display: block;
    padding-left: 0
}

div#WNDbg,
div.life-content .post.large .data .tags,
div.podcast-content .post.large .data .tags {
    display: none
}

div.life-content .rex1-box,
div.life-content .rex2-box,
div.life-content .rex3-box,
div.podcast-content .rex1-box,
div.podcast-content .rex2-box,
div.podcast-content .rex3-box {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px
}

div.life-content .rex1-box .post,
div.life-content .rex2-box .post,
div.life-content .rex3-box .post,
div.podcast-content .rex1-box .post,
div.podcast-content .rex2-box .post,
div.podcast-content .rex3-box .post {
    position: relative;
    box-sizing: border-box;
    margin-right: 3%;
    float: left
}

div.life-content .rex1-box .post:nth-child(3n),
div.life-content .rex2-box .post:nth-child(even),
div.life-content .rex3-box .post:nth-child(even),
div.podcast-content .rex1-box .post:nth-child(3n),
div.podcast-content .rex2-box .post:nth-child(even),
div.podcast-content .rex3-box .post:nth-child(even) {
    margin-right: 0
}

div.life-content .rex1-box .post .cover,
div.life-content .rex2-box .post .cover,
div.life-content .rex3-box .post .cover,
div.podcast-content .rex1-box .post .cover,
div.podcast-content .rex2-box .post .cover,
div.podcast-content .rex3-box .post .cover {
    display: block;
    width: 100%
}

div.life-content .rex1-box .post .cover img,
div.life-content .rex2-box .post .cover img,
div.life-content .rex3-box .post .cover img,
div.podcast-content .rex1-box .post .cover img,
div.podcast-content .rex2-box .post .cover img,
div.podcast-content .rex3-box .post .cover img {
    width: 100%;
    height: auto
}

div.life-content .rex1-box .post .data,
div.life-content .rex2-box .post .data,
div.life-content .rex3-box .post .data,
div.podcast-content .rex1-box .post .data,
div.podcast-content .rex2-box .post .data,
div.podcast-content .rex3-box .post .data {
    box-sizing: border-box;
    display: block
}

div.life-content .rex1-box:after,
div.life-content .rex2-box:after,
div.life-content .rex3-box:after,
div.podcast-content .rex1-box:after,
div.podcast-content .rex2-box:after,
div.podcast-content .rex3-box:after {
    content: '';
    position: relative;
    display: block;
    clear: both
}

div.life-content a.read-more,
div.podcast-content a.read-more {
    color: #ebbe0e;
    font-weight: 700;
    white-space: nowrap
}

div.life-content a.read-more img,
div.podcast-content a.read-more img {
    width: 25px;
    height: 25px;
    vertical-align: top;
    top: -1px
}

div.life-content .rex1-box .post,
div.podcast-content .rex1-box .post {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: 31.32%
}

div.life-content .rex1-box .post .data,
div.podcast-content .rex1-box .post .data {
    padding: 20px 0;
    width: 100%
}

div.life-content .rex2-box .post,
div.life-content .rex3-box .post,
div.podcast-content .rex2-box .post,
div.podcast-content .rex3-box .post {
    padding: 20px 30px;
    width: 48.5%;
    background-color: #fafafa
}

div.life-content .rex2-box .post .data,
div.life-content .rex3-box .post,
div.life-content .rex3-box .post .data,
div.podcast-content .rex2-box .post .data,
div.podcast-content .rex3-box .post,
div.podcast-content .rex3-box .post .data {
    padding: 0
}

div.life-content .rex2-box .post a.edit,
div.life-content .rex3-box .post a.edit,
div.podcast-content .rex2-box .post a.edit,
div.podcast-content .rex3-box .post a.edit {
    left: auto;
    right: 0
}

div.life-content .rex3-box .post .data,
div.podcast-content .rex3-box .post .data {
    padding: 20px 30px
}

div.life-content .rex3-box .post .video-cover,
div.podcast-content .rex3-box .post .video-cover {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden
}

div.life-content .rex3-box .post .videoPlayer,
div.podcast-content .rex3-box .post .videoPlayer {
    position: absolute;
    top: 0;
    left: 0
}

div.life-content .rex3-box .post .videoPlayer .iframe,
div.life-content .rex3-box .post .videoPlayer iframe,
div.podcast-content .rex3-box .post .videoPlayer .iframe,
div.podcast-content .rex3-box .post .videoPlayer iframe {
    position: relative
}

div.life-content .post-opened,
div.podcast-content .post-opened {
    max-width: 850px
}

div.life-content .post-opened .nfo,
div.podcast-content .post-opened .nfo {
    font-size: 22px;
    line-height: 22px;
    color: #1a1b1b
}

div.life-content .post-opened .nfo div,
div.life-content .post-opened .nfo span,
div.podcast-content .post-opened .nfo div,
div.podcast-content .post-opened .nfo span {
    display: inline-block;
    vertical-align: top
}

div.life-content .post-opened .nfo .bull,
div.podcast-content .post-opened .nfo .bull {
    color: #CCC;
    font-size: .8em;
    padding: 0 .25em
}

div.life-content .post-opened .nfo .author,
div.podcast-content .post-opened .nfo .author {
    color: #ebbe0e;
    transition: color .5s ease;
    -moz-transition: color .5s ease;
    -webkit-transition: color .5s ease
}

div.life-content .post-opened .nfo .author:hover,
div.podcast-content .post-opened .nfo .author:hover {
    color: #1a1b1b
}

div.life-content .post-opened .title,
div.podcast-content .post-opened .title {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: #1a1b1b;
    padding: 28px 0 10px;
    max-width: 850px
}

div.life-content .post-opened .tags,
div.podcast-content .post-opened .tags {
    padding: 30px 0
}

div.life-content .post-opened .tags .tag,
div.podcast-content .post-opened .tags .tag {
    display: inline-block;
    border-radius: 32px;
    font-size: 14px;
    color: #1a1b1b;
    background-color: #e6e6e6;
    padding: 0 20px;
    line-height: 32px;
    margin-right: 10px;
    transition: color .5s ease, background-color .5s ease;
    -moz-transition: color .5s ease, background-color .5s ease;
    -webkit-transition: color .5s ease, background-color .5s ease
}

div.life-content .post-opened .tags .tag.act,
div.life-content .post-opened .tags .tag:hover,
div.podcast-content .post-opened .tags .tag.act,
div.podcast-content .post-opened .tags .tag:hover {
    background-color: #ebbe0e;
    color: #fff
}

div.life-content .post-opened .tags .tag::first-letter,
div.podcast-content .post-opened .tags .tag::first-letter {
    text-transform: capitalize
}

div.life-content .post-opened a.edit,
div.podcast-content .post-opened a.edit {
    right: 0
}

div.index-life-posts .post .data .nfo .author,
div.index-life-posts .post .data .title:hover {
    color: #82533b
}

div.index-life-posts .post .data .tags .tag.act,
div.index-life-posts .post .data .tags .tag:hover {
    background-color: #82533b
}

div.index-life-posts a.edit {
    background-color: #82533b!important
}

div.index-life-posts .post.last {
    padding-bottom: 0
}

div.social-buttons {
    margin-top: 20px
}

div.social-buttons div.btn {
    height: 22px;
    font-size: 12px;
    line-height: 20px;
    margin-right: 10px;
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left
}

div.social-buttons div.btn:hover {
    background-position: 0 -22px
}

div.social-buttons div.btn img {
    width: 100%;
    height: 100%;
    border: 0
}

div.social-buttons div.btn.fb {
    padding-right: 50px
}

div.social-button div.btn.vk .vk_like {
    display: inline-block
}

div.social-buttons div.btn.lj {
    width: 71px;
    background-image: url(../img/social/livejournal-button.png)
}

.pages {
    padding-left: 0
}

.pages .page {
    display: inline-block;
    color: #ebbe0e;
    margin: 10px;
    font-size: 22px;
    line-height: 22px
}

.pages .page.act {
    color: #1a1b1b
}

.postbox-more-posts {
    position: relative;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1em;
    padding-left: 30px;
    font-weight: 700;
    white-space: nowrap;
    color: #ebbe0e;
    cursor: pointer
}

.postbox-more-posts:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 25px;
    height: 26px;
    background-position: center center;
    background-image: url(../img/cycle.png);
    background-size: contain;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease
}

.postbox-more-posts:hover:before {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg)
}

@media all and (max-width:1420px) {
    .life-page-part .right-panel {
        width: 280px
    }
    .life-lifehacks .item .lh-cover {
        width: 50px;
        height: 50px
    }
    .life-lifehacks .item .lh-title {
        width: 160px;
        font-size: 16px;
        padding-left: 15px
    }
    div#life-menu ul li {
        font-size: 12px
    }
    div.life-content .center-content {
        padding: 50px 50px 60px
    }
    div.life-content .post {
        padding-bottom: 60px
    }
    div.life-content .post .data .title {
        font-size: 18px;
        line-height: 25px;
        padding: 16px 0 10px
    }
    div.life-content .post .data .tags .tag {
        border-radius: 28px;
        font-size: 12px;
        padding: 0 15px;
        line-height: 28px;
        margin: 8px 8px 0 0
    }
    div.life-content .post .data .dsc {
        padding-bottom: 20px;
        font-size: 16px;
        max-width: 600px
    }
    div.life-content .post-opened .nfo {
        font-size: 18px;
        line-height: 18px
    }
    div.life-content .post-opened .title {
        font-size: 35px;
        line-height: 40px;
        padding: 28px 0 10px
    }
    .life-services .item .h1 {
        font-size: 18px;
        line-height: 24px
    }
    .life-services .hack .h1 {
        font-size: 16px;
        line-height: 22px
    }
}

@media all and (max-width:1260px) {
    .life-page-part .right-panel {
        width: 240px;
        min-width: 240px
    }
    .life-lifehacks .item .lh-cover {
        width: 40px;
        height: 40px
    }
    .life-lifehacks .item .lh-title {
        width: 136px;
        font-size: 14px;
        padding-left: 10px
    }
    div#life-menu ul li {
        font-size: 12px
    }
    div.life-content-background {
        padding-bottom: 70px
    }
    div.life-content .center-content {
        padding: 40px
    }
    div.life-content .post .cover {
        margin-right: 30px
    }
    div.life-content .post .cover img {
        width: 232px;
        height: 144px
    }
    div.life-content .post .data .nfo {
        font-size: 14px;
        line-height: 14px
    }
    div.life-content .post .data .title {
        font-size: 18px;
        line-height: 25px;
        padding: 16px 0 10px
    }
    div.life-content .post .data .tags .tag {
        border-radius: 24px;
        font-size: 12px;
        padding: 0 10px;
        line-height: 24px;
        margin: 5px 5px 0 0
    }
    div.life-content .rex1-box .post {
        width: 48.5%
    }
    div.life-content .rex1-box .post:nth-child(3n) {
        margin-right: 3%
    }
    div.life-content .rex1-box .post:nth-child(even) {
        margin-right: 0
    }
    div.life-content .post-opened .nfo {
        font-size: 18px;
        line-height: 18px
    }
    div.life-content .post-opened .title {
        font-size: 28px;
        line-height: 35px;
        padding: 28px 0 10px
    }
    .life-services .hack .h1,
    .life-services .item .h1 {
        font-size: 16px;
        line-height: 22px
    }
}

.podcast-page-part {
    position: relative;
    width: 100%
}

.podcast-page-part .podcast-content {
    position: relative;
    padding: 0 40px
}

.podcast-page-part .podcast-content .center-content {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 40px 0
}

.podcast-page-part .podcast-content .post-opened {
    position: relative
}

.podcast-page-part .podcast-content .post-opened .podcast-data {
    position: relative;
    white-space: nowrap;
    font-size: 0
}

.podcast-page-part .podcast-content .post-opened .podcast-data .cover {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30%
}

.podcast-page-part .podcast-content .post-opened .podcast-data .cover img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.podcast-page-part .podcast-content .post-opened .podcast-data .cnt {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 65%;
    margin-left: 5%;
    font-size: 18px
}

.podcast-page-part .podcast-content .post-opened .podcast-data .cnt p {
    padding-bottom: 10px
}

.podcast-page-part .podcast-content .post-opened .podcast-data .cnt ul {
    margin-left: 20px;
    list-style-type: disc
}

.podcast-page-part .podcast-content .post-opened .podcast-data .cnt .podcasts {
    padding-top: 20px
}

@media all and (max-width:1420px) {
    .podcast-page-part .podcast-content {
        padding: 0 30px
    }
    .podcast-page-part .podcast-content .center-content {
        padding: 30px 0
    }
    .podcast-page-part .podcast-content .post-opened .podcast-data .cnt {
        font-size: 16px
    }
}

@media all and (max-width:1260px) {
    .podcast-page-part .podcast-content {
        padding: 0 20px
    }
    .podcast-page-part .podcast-content .center-content {
        padding: 20px 0
    }
    .podcast-page-part .podcast-content .post-opened .podcast-data .cnt {
        font-size: 16px
    }
}

.audiojs {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: none;
    background-color: #82533b;
    background-image: none
}

.audiojs .scrubber {
    background-color: #a88776;
    background-image: none
}

.audiojs .scrubber .loaded {
    background-color: #967562;
    background-image: none
}

.audiojs .scrubber .progress {
    background-color: #41291d;
    background-image: none
}

div.contentEditor {
    padding: 20px;
    margin-bottom: 20px;
    width: 736px;
    border: 2px dashed #e6ddd8;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

div.contentBlockController {
    position: relative;
    width: 736px
}

div.cntBlk {
    position: relative;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    height: auto
}

div.cntBlkPrepend {
    position: relative;
    margin: 0
}

div.cntBlk.photo {
    padding: 6px 0 15px;
    z-index: 5
}

div.cntBlk.gallery,
div.cntBlk.video {
    padding: 6px 0;
    z-index: 5
}

div.cntBlk.gallery .cntBlk-slider {
    width: 100%
}

div.cntBlk.gallery .cntBlk-slider .stage {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

div.cntBlk.gallery .cntBlk-slider .stage .item {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden
}

div.cntBlk.gallery .cntBlk-slider .stage .item.first,
div.cntBlk.gallery .cntBlk-slider .stage .item.single {
    left: 0
}

div.cntBlk.gallery .cntBlk-slider .arr {
    position: absolute;
    top: 240px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #e6e6e6;
    cursor: pointer;
    transition: border .5s ease;
    -moz-transition: border .5s ease;
    -webkit-transition: border .5s ease;
    background-repeat: no-repeat
}

div.cntBlk.gallery .cntBlk-slider .arr.arrl {
    left: 20px;
    background-position: -578px -212px
}

div.cntBlk.gallery .cntBlk-slider .arr.arrr {
    right: 20px;
    background-position: -656px -212px
}

div.ol-c div.cntBlk.photo {
    padding: 30px 0
}

div.ol-c div.cntBlk.gallery {
    padding: 18px 0
}

div.ol-c div.cntBlk.video {
    padding: 30px 0
}

div.ol-c div.cntBlk a,
div.ol-c div.cntBlk a:active,
div.ol-c div.cntBlk a:link,
div.ol-c div.cntBlk a:visited {
    color: #2f4f6d;
    text-decoration: underline
}

div.ol-c div.cntBlk a:hover {
    text-decoration: none
}

div.cntBlk.text.quote,
div.cntBlk.text.title {
    padding-top: 20px
}

div.cntBlk.text p {
    margin: 0;
    padding: 12px 0;
    max-width: 850px
}

div.cntBlk.text.quote p {
    font-size: 18px;
    font-style: italic;
    line-height: 22px;
    padding-left: 10px;
    color: #82533b;
    border-left: 4px #e6e6e6 solid
}

div.cntBlk.text.title p {
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    color: #1a1b1b
}

div.cntBlk.text a,
div.cntBlk.text a:active,
div.cntBlk.text a:link,
div.cntBlk.text a:visited {
    color: #82533b;
    text-decoration: underline
}

div.cntBlk.text a:hover {
    text-decoration: none
}

div.cntBlk.withSign div.cntBlkImg {
    float: left
}

div.cntBlk div.cntBlkImg img,
div.cntBlk.withSign div.cntBlkImg img {
    width: 100%
}

div.cntBlk div.cntBlkPV {
    width: 128px;
    height: 72px;
    margin: 12px 24px 12px 0;
    float: left;
    cursor: pointer
}

div.cntBlk div.cntBlkPV img {
    width: 100%;
    height: 100%
}

div.cntBlk.photo div.sign,
div.cntBlk.video div.sign {
    font-size: 14px;
    font-style: normal;
    padding: 0 0 0 30px;
    width: 306px;
    float: left;
    color: #a7a7a7
}

div.cntBlk.photo div.sign p,
div.cntBlk.video div.sign p {
    font-size: 14px;
    margin: 0;
    padding: 6px 0 0
}

div.cntBlk.photo.wide div.sign,
div.cntBlk.video.wide div.sign {
    padding: 0 30px;
    width: 676px
}

div.cntBlk.align-left,
div.cntBlk.align-right {
    margin-top: 10px;
    margin-bottom: 12px;
    padding: 0!important
}

div.cntBlk.align-left {
    float: left;
    margin-right: 30px
}

div.cntBlk.align-right {
    float: right;
    margin-left: 30px
}

div.cntBlk div.align-span {
    width: 736px;
    height: 20px
}

ul.cntBlk {
    list-style-type: none;
    margin: 0 0 0 -20px;
    clear: both;
    width: 736px;
    font-size: 12px;
    padding: 20px;
    background-color: #e6e6e6
}

ul.cntBlk li {
    padding: 4px 0
}

ul.cntBlk li label {
    display: inline-block;
    width: 100px
}

ul.cntBlk li textarea {
    width: 500px;
    height: 300px
}

div.cntBlk.photo ul.cntBlk li textarea,
div.cntBlk.video ul.cntBlk li textarea {
    width: 720px;
    height: 100px
}

div.cntBlk.photo.withSign,
div.cntBlk.video.withSign {
    padding: 0 0 30px!important
}

div.cntBlk.text.next-aligned {
    padding-bottom: 26px
}

div.cntBlk.photo.next-aligned {
    padding-bottom: 50px
}

div.cntBlk.gallery.next-aligned {
    padding-bottom: 38px
}

div.cntBlk.video.next-aligned {
    padding-bottom: 50px
}

div.clearWithSign {
    clear: both;
    height: 30px
}

div.contentBlockController div.addButtons {
    padding-top: 20px
}

div.contentBlockController div.addBlock,
div.contentBlockController div.saveBlock {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #82533b;
    margin-right: 25px;
    padding-left: 22px;
    cursor: pointer;
    transition: color .5s ease;
    -moz-transition: color .5s ease;
    -webkit-transition: color .5s ease
}

div.contentBlockController div.addBlock:hover {
    color: #1a1b1b
}

div.contentBlockController div.addBlock:before {
    position: absolute;
    top: 0;
    left: 0
}

div.contentBlockController div.saveBlock {
    font-weight: 400;
    background-color: #82533b;
    color: #fff;
    margin: 10px 0 10px 5px;
    padding: 0 20px;
    line-height: 32px;
    border-radius: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px
}

div.cntBlk div.tool {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    z-index: 1000
}

div.cntBlk div.tool div.icon {
    cursor: pointer;
    color: #d7d7d7;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
    transition: color .5s ease;
    -moz-transition: color .5s ease;
    -webkit-transition: color .5s ease
}

div.cntBlk div.tool div.icon:hover {
    color: #82533b
}

div.contentBlockController div.reposMarker {
    position: absolute;
    top: 0;
    left: 0;
    width: 736px;
    height: 1px;
    background-color: red
}

div#WNDCnt,
div#WNDbg,
div#fixed-menu {
    left: 0;
    width: 100%
}

div#WNDbg {
    position: fixed;
    top: 0;
    height: 100%;
    background-color: #000;
    z-index: 1000
}

div#WNDCnt,
div.WND {
    position: absolute;
    display: none
}

div#WNDCnt {
    top: 0;
    height: 100%;
    z-index: 1001
}

div.WND {
    height: auto;
    background-color: #fff;
    color: #000;
    z-index: 1002
}

div.WND div.WNDTitle {
    padding: 10px 20px;
    background-color: #369;
    text-align: left
}

div.WND div.WNDTitle span {
    font-size: 18px;
    color: #fff
}

div.WND div.WNDButtons {
    background-color: #e0e0e0;
    padding: 0 5px;
    text-align: right
}

div.WND div.WNDButtons div.button {
    display: inline-block;
    margin: 10px 5px;
    padding: 5px;
    background-color: #369;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer
}

div.WND div.WNDButtons div.button:hover {
    background-color: #fff;
    color: #369;
    border-color: #369
}

div.WNDBox {
    padding: 0 20px;
    height: auto;
    text-align: left;
    font-size: 14px
}

div.WNDBox div.alert,
div.WNDBox div.confirm {
    text-align: center;
    padding: 20px;
    display: inline
}

div.contentEditor div.cntBlk {
    padding-top: 30px
}

div#fixed-menu {
    position: fixed;
    top: -85px;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    display: none;
    z-index: 1000
}

div#fixed-menu .toggle {
    position: absolute;
    top: 0;
    left: 35px;
    width: 80px;
    height: 80px;
    cursor: pointer
}

div#fixed-menu .toggle div {
    position: absolute;
    left: 25px;
    width: 30px;
    height: 5px;
    background-color: #82533b;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px
}

.index .btn,
div#fixed-menu .right .btn {
    -o-transition: background-color .5s ease, color .5s ease, border-color .5s ease
}

div#fixed-menu .toggle .a {
    top: 29px
}

div#fixed-menu .toggle .b {
    top: 38px
}

div#fixed-menu .toggle .c {
    top: 47px
}

div#fixed-menu .toggle span {
    position: absolute;
    top: 22px;
    left: 68px;
    width: auto;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #82533b;
    font-size: 18px;
    line-height: 40px;
    height: 40px
}

div#fixed-menu .toggle:hover .a {
    top: 27px
}

div#fixed-menu .toggle:hover .c {
    top: 49px
}

div#fixed-menu .logo {
    position: absolute;
    margin: 0 auto;
    top: 22px;
    left: 60px;
    width: 250px;
}

div#fixed-menu .right {
    position: absolute;
    top: 0;
    right: 60px;
    line-height: 80px;
    white-space: nowrap
}

div#fixed-menu .right .phone {
    display: inline-block;
    font-family: "Open Sans", Helvetica, Arial;
    font-size: 22px;
    color: #1a1b1b;
    padding-right: 30px;
    vertical-align: middle
}

div#fixed-menu .right .btn {
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    color: #82533b;
    padding: 0 24px;
    border: 2px solid #e6e6e6;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: background-color .5s ease, color .5s ease, border-color .5s ease;
    -moz-transition: background-color .5s ease, color .5s ease, border-color .5s ease;
    -ms-transition: background-color .5s ease, color .5s ease, border-color .5s ease;
    transition: background-color .5s ease, color .5s ease, border-color .5s ease
}

div#fixed-menu .right .btn:hover {
    border-color: #82533b
}

div#fixed-menu .right .btn.yellow {
    color: #212121;
    background-color: #ffee58;
    border-color: #ffee58
}

div#fixed-menu .right .btn.yellow:hover {
    color: #212121;
    border-color: #ffd83b;
    background-color: #ffd83b
}

@media screen and (max-width:1420px) {
    div#fixed-menu .toggle {
        left: 25px
    }
    div#fixed-menu .right {
        right: 50px
    }
    div#fixed-menu .right .phone {
        font-size: 18px;
        padding-right: 20px
    }
}

@media screen and (max-width:1260px) {
    div#fixed-menu {
        height: 60px
    }
    div#fixed-menu .toggle {
        top: 0;
        left: 35px;
        width: 60px;
        height: 60px
    }
    div#fixed-menu .toggle div {
        left: 5px;
        width: 24px;
        height: 3px
    }
    div#fixed-menu .toggle .a {
        top: 22px
    }
    div#fixed-menu .toggle .b {
        top: 29px
    }
    div#fixed-menu .toggle .c {
        top: 36px
    }
    div#fixed-menu .toggle span {
        position: absolute;
        top: 12px;
        left: 38px;
        width: auto;
        background-color: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        color: #82533b;
        font-family: kievit, Verdana, Helvetica, Arial;
        font-size: 16px;
        line-height: 40px;
        height: 40px
    }
    div#fixed-menu .toggle:hover .a {
        top: 20px
    }
    div#fixed-menu .toggle:hover .c {
        top: 38px
    }
    div#fixed-menu .right {
        right: 40px;
        line-height: 60px
    }
    div#fixed-menu .right .phone {
        font-size: 16px;
        padding-right: 20px
    }
    div#fixed-menu .right .btn {
        font-size: 14px;
        padding: 0 20px
    }
}

@media screen and (max-width:980px) {
    div#fixed-menu .right .phone {
        display: none
    }
}

div#overlap-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    z-index: 2000;
    display: none
}

div#overlap-menu .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

div#overlap-menu .toggle {
    position: absolute;
    top: 42px;
    left: 42px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

div#overlap-menu .toggle:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

div#overlap-menu .right {
    position: absolute;
    top: 60px;
    right: 60px;
    text-align: center;
    display: none
}

div#overlap-menu .right .phone {
    display: block;
    font-family: "Open Sans", Helvetica, Arial;
    font-size: 22px;
    line-height: 22px;
    color: #1a1b1b;
    padding-bottom: 16px
}

div#overlap-menu .right .btn {
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    color: #82533b;
    padding: 0 27px;
    border: 2px solid #d9d9d9;
    vertical-align: top;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    transition: all .5s ease
}

div#overlap-menu .cnt .menu li a,
div#overlap-menu .right .btn {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

#consult-form .cnt .fld input:focus,
#consult-form .cnt .fld input:hover,
#consult-form .cnt .fld textarea:focus,
#consult-form .cnt .fld textarea:hover,
#meeting-form .cnt .fld input:focus,
#meeting-form .cnt .fld input:hover,
#meeting-form .cnt .fld textarea:focus,
#meeting-form .cnt .fld textarea:hover,
#request-form .cnt .fld input:focus,
#request-form .cnt .fld input:hover,
#request-form .cnt .fld textarea:focus,
#request-form .cnt .fld textarea:hover,
#request-form-life-message-sent .cnt .fld input:focus,
#request-form-life-message-sent .cnt .fld input:hover,
#request-form-life-message-sent .cnt .fld textarea:focus,
#request-form-life-message-sent .cnt .fld textarea:hover,
div#overlap-menu .right .btn:hover {
    border-color: #82533b
}

div#overlap-menu .cnt {
    position: relative;
    width: 100%;
    text-align: center
}

div#overlap-menu .cnt .logo {
    position: relative;
    width: 230px;
    height: 222px;
    margin: 0 auto;
}

div#overlap-menu .cnt .menu {
    text-align: center;
    padding-top: 72px;
    padding-bottom: 85px
}

div#overlap-menu .cnt .menu li {
    display: inline-block;
    font-size: 60px;
    line-height: 100px;
    color: #82533b
}

div#overlap-menu .cnt .menu li a {
    color: #1a1b1b;
    text-decoration: none;
    transition: all .5s ease
}

div#overlap-menu .cnt .menu li a:hover {
    color: #82533b
}

div#overlap-menu .cnt .menu li.bull {
    font-family: Helvetica;
    font-size: 35px;
    color: #82533b;
    padding: 0 20px
}

div#overlap-menu .cnt .menu li.bull:after {
    content: "\2022"
}

div#overlap-menu .cnt .social {
    position: relative;
    width: 100%;
    text-align: center
}

@media screen and (max-width:1420px) {
    div#overlap-menu .toggle {
        top: 32px;
        left: 32px
    }
    div#overlap-menu .right {
        top: 50px;
        right: 50px
    }
    div#overlap-menu .right .phone {
        font-size: 22px;
        line-height: 22px
    }
    div#overlap-menu .cnt .menu {
        padding-top: 46px;
        padding-bottom: 47px
    }
    div#overlap-menu .cnt .menu li {
        font-size: 45px;
        line-height: 80px
    }
}

@media screen and (max-width:1260px) {
    div#overlap-menu .cnt .logo {
        width: 184px;
        height: 177px;
    }
    div#overlap-menu .toggle {
        top: 19px;
        left: 19px;
    }
    div#overlap-menu .right {
        top: 40px;
        right: 40px
    }
    div#overlap-menu .right .phone {
        font-size: 16px;
        line-height: 16px
    }
    div#overlap-menu .cnt .menu {
        padding-top: 46px;
        padding-bottom: 47px
    }
    div#overlap-menu .cnt .menu li {
        font-size: 40px;
        line-height: 70px
    }
}

.services {
    font-size: 0;
    line-height: 0
}

.services .item {
    display: inline-block;
    width: 25%;
    height: 400px
}

.services .item .cnt {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    text-align: center
}

.services .item .cnt div.h1 {
    font-family: kievit-medium, Helvetica, Arial;
    font-size: 26px;
	line-height: 1.1;
	padding-top: 19px;
	font-weight: 400;
	padding-left: 10px;
	padding-right: 10px
}

.services .item .cnt div.h2 {
    font-size: 22px;
    line-height: 28px;
    padding-top: 12px;
    font-weight: 400;
    padding-left: 10px;
	padding-right: 10px
}

.services .item .cnt .ico {
    display: inline-block;
    width: 200px;
    height: 144px;
    background-position: center top;
    background-repeat: no-repeat
}

.services .item .cnt .ico img {
    display: none
}

.services .item .cnt .ico.ico1 {
    background-image: url(../img/s1.png);
    background-position: 0 0
}

.services .item .cnt .ico.ico2 {
    background-image: url(../img/s2.png);
    background-position: 0 0
}

.services .item .cnt .ico.ico3 {
    background-image: url(../img/s3.png);
    background-position: 0 0
}

.services .item .cnt .ico.ico4 {
    background-image: url(../img/ser4.svg);
    background-position: center;
}

.services .item .cnt .ico.ico5 {
    margin-left: 100px;
    background-image: url(../img/s5.png);
    background-position: 0 0
}

.services .item .cnt .ico.ico6 {
    background-image: url(../img/ser2.svg);
    background-position: center;
}

.services .item .cnt .ico.ico7 {
    background-image: url(../img/ser3.svg);
    background-position: center;
}

.services .item .cnt .ico.ico8 {
    background-image: url(../img/ser1.svg);
    background-position: center;
}

.services .item .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
/*my_style*/
div.services-content.box{
	display: block;
	background-color: #f2f2f2;
}
.services-content.box .request-form{
	max-width: 1200px;
	width: 100%;
	margin: auto;
}
div.services-content .request-form .fld{
	display: inline-block;
	max-width: 400px;
	width: auto;
	margin: 0 10px !important;
}
.my_p_tag{
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	margin-top: 15px
}
div.services-content .form{
	padding-top: 32px;
}
div.services-content.tovar{
	display: block;
}
div.services-content.tovar .info{
	max-width: 1200px;
	width: 100%;
	margin: auto;
}
.table_block{
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding-top: 50px;
}
.priceplans td{
	width: 50%
}
table.priceplan td{
	padding: 10px 20px;
}
div.services-content .info .item ul li{
	padding: 6px 0;
	list-style-type: none;
}
form{
	margin-bottom: 0;
}
.pp-index-contacts .cnt>.phones>.item>.item-cnt>div.h1{
	font-size: 35px !important;
}
.pp-index-contacts .cnt .index-request-form .FORM table td textarea{
	height: 126px !important
}
.my_p_tag_w{
	max-width: 1200px;
	width: 100%;
	margin: auto;
}
#main-menu .toggle{
	display: none;
}
.menu_main ul li{
	display: inline-block;
	margin: 0px 10px;
	color: #fff;
	font-size: 23px
}
.menu_main {
	display: inline-block;
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	top: 60px
}
table.priceplan td span{
	font-size: 17px;
}
table.priceplan td.plan span{
	font-size: 24px;
}
.fix_menu{
	top: 0 !important;
	display: block !important;
}
#fixed-menu .menu_main{
	position: absolute;
	top: 28px;
}
#fixed-menu  .menu_main ul li,
#fixed-menu  .menu_main ul li a{
	color: #000;
}
#request-form{
	display: none;
}
.open_form{
	display: block !important;
}
#close_r_form:before{
	content: '';
	width: 40px;
	height: 5px;
    top: 27px;
    left: 10px;
	display: block;
	position: absolute;
	background: #000;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#close_r_form:after{
	content: '';
	width: 40px;
	height: 5px;
    top: 27px;
    left: 10px;
	display: block;
	position: absolute;
	background: #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#request-form.open_form{
	position: absolute;
}
body.over_hidden{
	overflow: hidden;
	height: auto !important;
	background-color: #f2f2f2
}
#request-form .cnt .fld input{
	height: 50px !important;
}
#request-form.open_form .cnt{
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.field_no{
	display: none;
}
.err{
	position: relative;
}
.err span{
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
	font-size: 12px;
	color: #ff0000;
}
.err input{
	border-color: #ff0000 !important;
}
.contacts form .field_no{
	top: -14px;
}
#request-form .fld.err{
	display: inline-block;
}
.services .item .cnt .ico{
    background-size: 60%;
}
#snq_over{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.2);
    display: none;
}
#snq_pop{
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    text-align: center;
    padding: 50px 20px;
    z-index: 9999;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 10px;
}
#snq_pop .h1{
    font-family: kievit, Verdana, Helvetica, Arial;
    font-size: 60px;
    line-height: 50px;
    font-weight: 400
}
#snq_pop p{
    font-size: 22px;
    line-height: 30px;
    padding: 16px 0 32px;
    white-space: nowrap
}
#snq_pop .fld{
    text-align: center;
    padding: 10px 0
}
#snq_pop .submit{
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    padding: 0 50px;
    color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    background-color: #82533b;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border: 0;
    outline: 0
}
#snq_pop .submit:hover{
    background-color: #9c684e
}




@media screen and (max-width:1420px) {
    .services .item {
        display: inline-block;
        height: 380px
    }
    .services .item .cnt div.h1 {
        font-size: 25px;
        line-height: 30px;
        padding-top: 12px
    }
    .services .item .cnt div.h2 {
        font-size: 18px;
        line-height: 25px;
        padding-top: 12px
    }
    .services .item .cnt .ico {
        height: 124px;
        width: 164px
    }
    /*.services .item .cnt .ico.ico1 {
        background-image: url(../img/s1-1024.png)
    }
    .services .item .cnt .ico.ico2 {
        background-image: url(../img/s2-1024.png)
    }
    .services .item .cnt .ico.ico3 {
        background-image: url(../img/s3-1024.png)
    }
    .services .item .cnt .ico.ico4 {
        background-image: url(../img/s4-1024.png)
    }
    .services .item .cnt .ico.ico5 {
        background-image: url(../img/s5-1024.png)
    }
    .services .item .cnt .ico.ico6 {
        background-image: url(../img/s6-1024.png)
    }
    .services .item .cnt .ico.ico7 {
        background-image: url(../img/s7-1024.png)
    }
    .services .item .cnt .ico.ico8 {
        background-image: url(../img/s8-1024.png)
    }*/
}

@media screen and (max-width:1260px) {
    .services .item {
        display: inline-block;
        height: 320px
    }
    .services .item .cnt div.h1 {
        font-size: 22px;
        line-height: 30px
    }
    .services .item .cnt div.h2 {
        font-size: 14px;
        line-height: 20px;
        padding-top: 8px
    }
}

.ico.ico6.animateServiceIcon {
    -webkit-animation: planeAnimation 3s linear 1;
    -moz-animation: planeAnimation 3s linear 1;
    -ms-animation: planeAnimation 3s linear 1;
    -o-animation: planeAnimation 3s linear 1;
    animation: planeAnimation 3s linear 1;
    -webkit-transform-origin: 50% 60% 0;
    -moz-transform-origin: 50% 60% 0;
    -ms-transform-origin: 50% 60% 0;
    -o-transform-origin: 50% 60% 0;
    transform-origin: 50% 60% 0
}

.ico.ico8.animateServiceIcon {
    -webkit-animation: furaAnimation 1.2s linear 2;
    -moz-animation: furaAnimation 1.2s linear 2;
    -ms-animation: furaAnimation 1.2s linear 2;
    -o-animation: furaAnimation 1.2s linear 2;
    animation: furaAnimation 1.2s linear 2
}

@-webkit-keyframes planeAnimation {
    0%,
    100%,
    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    75% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
}

@-moz-keyframes planeAnimation {
    0%,
    100%,
    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    75% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
}

@-ms-keyframes planeAnimation {
    0%,
    100%,
    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    75% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
}

@-o-keyframes planeAnimation {
    0%,
    100%,
    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    75% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
}

@keyframes planeAnimation {
    0%,
    100%,
    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    75% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
}

@-webkit-keyframes furaAnimation {
    0%,
    100% {
        -webkit-transform: rotate(0) translate(0, 0);
        -moz-transform: rotate(0) translate(0, 0);
        -ms-transform: rotate(0) translate(0, 0);
        -o-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0)
    }
    25% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        -moz-transform: rotate(1deg) translate(2px, 2px);
        -ms-transform: rotate(1deg) translate(2px, 2px);
        -o-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }
    50% {
        -webkit-transform: rotate(0) translate(0, 4px);
        -moz-transform: rotate(0) translate(0, 4px);
        -ms-transform: rotate(0) translate(0, 4px);
        -o-transform: rotate(0) translate(0, 4px);
        transform: rotate(0) translate(0, 4px)
    }
    75% {
        -webkit-transform: rotate(-1deg) translate(-2px, 2px);
        -moz-transform: rotate(-1deg) translate(-2px, 2px);
        -ms-transform: rotate(-1deg) translate(-2px, 2px);
        -o-transform: rotate(-1deg) translate(-2px, 2px);
        transform: rotate(-1deg) translate(-2px, 2px)
    }
}

@-moz-keyframes furaAnimation {
    0%,
    100% {
        -webkit-transform: rotate(0) translate(0, 0);
        -moz-transform: rotate(0) translate(0, 0);
        -ms-transform: rotate(0) translate(0, 0);
        -o-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0)
    }
    25% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        -moz-transform: rotate(1deg) translate(2px, 2px);
        -ms-transform: rotate(1deg) translate(2px, 2px);
        -o-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }
    50% {
        -webkit-transform: rotate(0) translate(0, 4px);
        -moz-transform: rotate(0) translate(0, 4px);
        -ms-transform: rotate(0) translate(0, 4px);
        -o-transform: rotate(0) translate(0, 4px);
        transform: rotate(0) translate(0, 4px)
    }
    75% {
        -webkit-transform: rotate(-1deg) translate(-2px, 2px);
        -moz-transform: rotate(-1deg) translate(-2px, 2px);
        -ms-transform: rotate(-1deg) translate(-2px, 2px);
        -o-transform: rotate(-1deg) translate(-2px, 2px);
        transform: rotate(-1deg) translate(-2px, 2px)
    }
}

@-ms-keyframes furaAnimation {
    0%,
    100% {
        -webkit-transform: rotate(0) translate(0, 0);
        -moz-transform: rotate(0) translate(0, 0);
        -ms-transform: rotate(0) translate(0, 0);
        -o-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0)
    }
    25% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        -moz-transform: rotate(1deg) translate(2px, 2px);
        -ms-transform: rotate(1deg) translate(2px, 2px);
        -o-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }
    50% {
        -webkit-transform: rotate(0) translate(0, 4px);
        -moz-transform: rotate(0) translate(0, 4px);
        -ms-transform: rotate(0) translate(0, 4px);
        -o-transform: rotate(0) translate(0, 4px);
        transform: rotate(0) translate(0, 4px)
    }
    75% {
        -webkit-transform: rotate(-1deg) translate(-2px, 2px);
        -moz-transform: rotate(-1deg) translate(-2px, 2px);
        -ms-transform: rotate(-1deg) translate(-2px, 2px);
        -o-transform: rotate(-1deg) translate(-2px, 2px);
        transform: rotate(-1deg) translate(-2px, 2px)
    }
}

@-o-keyframes furaAnimation {
    0%,
    100% {
        -webkit-transform: rotate(0) translate(0, 0);
        -moz-transform: rotate(0) translate(0, 0);
        -ms-transform: rotate(0) translate(0, 0);
        -o-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0)
    }
    25% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        -moz-transform: rotate(1deg) translate(2px, 2px);
        -ms-transform: rotate(1deg) translate(2px, 2px);
        -o-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }
    50% {
        -webkit-transform: rotate(0) translate(0, 4px);
        -moz-transform: rotate(0) translate(0, 4px);
        -ms-transform: rotate(0) translate(0, 4px);
        -o-transform: rotate(0) translate(0, 4px);
        transform: rotate(0) translate(0, 4px)
    }
    75% {
        -webkit-transform: rotate(-1deg) translate(-2px, 2px);
        -moz-transform: rotate(-1deg) translate(-2px, 2px);
        -ms-transform: rotate(-1deg) translate(-2px, 2px);
        -o-transform: rotate(-1deg) translate(-2px, 2px);
        transform: rotate(-1deg) translate(-2px, 2px)
    }
}

@keyframes furaAnimation {
    0%,
    100% {
        -webkit-transform: rotate(0) translate(0, 0);
        -moz-transform: rotate(0) translate(0, 0);
        -ms-transform: rotate(0) translate(0, 0);
        -o-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0)
    }
    25% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        -moz-transform: rotate(1deg) translate(2px, 2px);
        -ms-transform: rotate(1deg) translate(2px, 2px);
        -o-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }
    50% {
        -webkit-transform: rotate(0) translate(0, 4px);
        -moz-transform: rotate(0) translate(0, 4px);
        -ms-transform: rotate(0) translate(0, 4px);
        -o-transform: rotate(0) translate(0, 4px);
        transform: rotate(0) translate(0, 4px)
    }
    75% {
        -webkit-transform: rotate(-1deg) translate(-2px, 2px);
        -moz-transform: rotate(-1deg) translate(-2px, 2px);
        -ms-transform: rotate(-1deg) translate(-2px, 2px);
        -o-transform: rotate(-1deg) translate(-2px, 2px);
        transform: rotate(-1deg) translate(-2px, 2px)
    }
}

#consult-form,
#meeting-form,
#request-form,
#request-form-life-message-sent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2000
}

#consult-form.inline-request-form,
#meeting-form.inline-request-form,
#request-form-life-message-sent.inline-request-form,
#request-form.inline-request-form {
    position: relative!important;
    display: block!important
}

#consult-form .bg,
#meeting-form .bg,
#request-form .bg,
#request-form-life-message-sent .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2
}

#consult-form .cnt,
#meeting-form .cnt,
#request-form .cnt,
#request-form-life-message-sent .cnt {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 50px 20px
}

#consult-form .cnt div.h1,
#meeting-form .cnt div.h1,
#request-form .cnt div.h1,
#request-form-life-message-sent .cnt div.h1 {
    font-family: kievit, Verdana, Helvetica, Arial;
    font-size: 60px;
    line-height: 50px;
    font-weight: 400
}

#consult-form .cnt p,
#meeting-form .cnt p,
#request-form .cnt p,
#request-form-life-message-sent .cnt p {
    font-size: 22px;
    line-height: 30px;
    padding: 16px 0 32px;
    white-space: nowrap
}

#consult-form .cnt .fld,
#meeting-form .cnt .fld,
#request-form .cnt .fld,
#request-form-life-message-sent .cnt .fld {
    text-align: center;
    padding: 10px 0
}

#consult-form .cnt .fld input.error,
#consult-form .cnt .fld textarea.error,
#meeting-form .cnt .fld input.error,
#meeting-form .cnt .fld textarea.error,
#request-form .cnt .fld input.error,
#request-form .cnt .fld textarea.error,
#request-form-life-message-sent .cnt .fld input.error,
#request-form-life-message-sent .cnt .fld textarea.error {
    border-color: #e74c3c
}

#consult-form .cnt .fld input:placeholder,
#consult-form .cnt .fld textarea:placeholder,
#meeting-form .cnt .fld input:placeholder,
#meeting-form .cnt .fld textarea:placeholder,
#request-form .cnt .fld input:placeholder,
#request-form .cnt .fld textarea:placeholder,
#request-form-life-message-sent .cnt .fld input:placeholder,
#request-form-life-message-sent .cnt .fld textarea:placeholder {
    color: #b2b2b2
}

#consult-form .cnt .fld textarea:-moz-placeholder,
#meeting-form .cnt .fld textarea:-moz-placeholder,
#request-form .cnt .fld textarea:-moz-placeholder,
#request-form-life-message-sent .cnt .fld textarea:-moz-placeholder {
    color: #b2b2b2
}

#consult-form .cnt .fld input:-moz-placeholder,
#meeting-form .cnt .fld input:-moz-placeholder,
#request-form .cnt .fld input:-moz-placeholder,
#request-form-life-message-sent .cnt .fld input:-moz-placeholder {
    color: #b2b2b2
}

#consult-form .cnt .fld textarea::-webkit-input-placeholder,
#meeting-form .cnt .fld textarea::-webkit-input-placeholder,
#request-form .cnt .fld textarea::-webkit-input-placeholder,
#request-form-life-message-sent .cnt .fld textarea::-webkit-input-placeholder {
    color: #b2b2b2
}

#consult-form .cnt .fld input::-webkit-input-placeholder,
#meeting-form .cnt .fld input::-webkit-input-placeholder,
#request-form .cnt .fld input::-webkit-input-placeholder,
#request-form-life-message-sent .cnt .fld input::-webkit-input-placeholder {
    color: #b2b2b2
}

#consult-form .cnt .fld textarea::-moz-placeholder,
#meeting-form .cnt .fld textarea::-moz-placeholder,
#request-form .cnt .fld textarea::-moz-placeholder,
#request-form-life-message-sent .cnt .fld textarea::-moz-placeholder {
    color: #b2b2b2
}

#consult-form .cnt .fld input::-moz-placeholder,
#meeting-form .cnt .fld input::-moz-placeholder,
#request-form .cnt .fld input::-moz-placeholder,
#request-form-life-message-sent .cnt .fld input::-moz-placeholder {
    color: #b2b2b2
}

#consult-form .cnt .fld textarea:-ms-input-placeholder,
#meeting-form .cnt .fld textarea:-ms-input-placeholder,
#request-form .cnt .fld textarea:-ms-input-placeholder,
#request-form-life-message-sent .cnt .fld textarea:-ms-input-placeholder {
    color: #b2b2b2
}

#consult-form .cnt .fld input:-ms-input-placeholder,
#meeting-form .cnt .fld input:-ms-input-placeholder,
#request-form .cnt .fld input:-ms-input-placeholder,
#request-form-life-message-sent .cnt .fld input:-ms-input-placeholder {
    color: #b2b2b2
}

#consult-form .cnt .fld input:focus:placeholder,
#consult-form .cnt .fld textarea:focus:placeholder,
#meeting-form .cnt .fld input:focus:placeholder,
#meeting-form .cnt .fld textarea:focus:placeholder,
#request-form .cnt .fld input:focus:placeholder,
#request-form .cnt .fld textarea:focus:placeholder,
#request-form-life-message-sent .cnt .fld input:focus:placeholder,
#request-form-life-message-sent .cnt .fld textarea:focus:placeholder {
    color: transparent
}

#consult-form .cnt .fld textarea:focus:-moz-placeholder,
#meeting-form .cnt .fld textarea:focus:-moz-placeholder,
#request-form .cnt .fld textarea:focus:-moz-placeholder,
#request-form-life-message-sent .cnt .fld textarea:focus:-moz-placeholder {
    color: transparent
}

#consult-form .cnt .fld input:focus:-moz-placeholder,
#meeting-form .cnt .fld input:focus:-moz-placeholder,
#request-form .cnt .fld input:focus:-moz-placeholder,
#request-form-life-message-sent .cnt .fld input:focus:-moz-placeholder {
    color: transparent
}

#consult-form .cnt .fld textarea:focus::-webkit-input-placeholder,
#meeting-form .cnt .fld textarea:focus::-webkit-input-placeholder,
#request-form .cnt .fld textarea:focus::-webkit-input-placeholder,
#request-form-life-message-sent .cnt .fld textarea:focus::-webkit-input-placeholder {
    color: transparent
}

#consult-form .cnt .fld input:focus::-webkit-input-placeholder,
#meeting-form .cnt .fld input:focus::-webkit-input-placeholder,
#request-form .cnt .fld input:focus::-webkit-input-placeholder,
#request-form-life-message-sent .cnt .fld input:focus::-webkit-input-placeholder {
    color: transparent
}

#consult-form .cnt .fld textarea:focus::-moz-placeholder,
#meeting-form .cnt .fld textarea:focus::-moz-placeholder,
#request-form .cnt .fld textarea:focus::-moz-placeholder,
#request-form-life-message-sent .cnt .fld textarea:focus::-moz-placeholder {
    color: transparent
}

#consult-form .cnt .fld input:focus::-moz-placeholder,
#meeting-form .cnt .fld input:focus::-moz-placeholder,
#request-form .cnt .fld input:focus::-moz-placeholder,
#request-form-life-message-sent .cnt .fld input:focus::-moz-placeholder {
    color: transparent
}

#consult-form .cnt .fld textarea:focus:-ms-input-placeholder,
#meeting-form .cnt .fld textarea:focus:-ms-input-placeholder,
#request-form .cnt .fld textarea:focus:-ms-input-placeholder,
#request-form-life-message-sent .cnt .fld textarea:focus:-ms-input-placeholder {
    color: transparent
}

#consult-form .cnt .fld input:focus:-ms-input-placeholder,
#meeting-form .cnt .fld input:focus:-ms-input-placeholder,
#request-form .cnt .fld input:focus:-ms-input-placeholder,
#request-form-life-message-sent .cnt .fld input:focus:-ms-input-placeholder {
    color: transparent
}

#consult-form .cnt .fld.fld-file,
#meeting-form .cnt .fld.fld-file,
#request-form .cnt .fld.fld-file,
#request-form-life-message-sent .cnt .fld.fld-file {
    position: relative;
    height: 18px;
    width: 356px;
    margin: 0 auto 20px;
    border: 2px solid #e6ddd8;
    padding: 13px 20px;
    border-radius: 6px;
    text-align: left;
    cursor: pointer
}

#consult-form .cnt .fld.fld-file:hover,
#meeting-form .cnt .fld.fld-file:hover,
#request-form .cnt .fld.fld-file:hover,
#request-form-life-message-sent .cnt .fld.fld-file:hover {
    border-color: #82533b
}

#consult-form .cnt .fld.fld-file span.filename,
#meeting-form .cnt .fld.fld-file span.filename,
#request-form .cnt .fld.fld-file span.filename,
#request-form-life-message-sent .cnt .fld.fld-file span.filename {
    position: relative;
    display: block;
    line-height: 18px;
    width: 100%;
    box-sizing: border-box;
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
    color: #82533b
}

#consult-form .cnt .fld.fld-file input[type=file],
#meeting-form .cnt .fld.fld-file input[type=file],
#request-form .cnt .fld.fld-file input[type=file],
#request-form-life-message-sent .cnt .fld.fld-file input[type=file] {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 0;
    cursor: pointer
}

#consult-form .cnt .fld input,
#meeting-form .cnt .fld input,
#request-form .cnt .fld input,
#request-form-life-message-sent .cnt .fld input {
    font-family: kievit, Verdana, Helvetica, Arial;
    width: 356px;
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    padding: 13px 20px;
    color: #82533b;
    border: 2px solid #e6ddd8;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    outline: 0
}

#consult-form .cnt .fld textarea,
#meeting-form .cnt .fld textarea,
#request-form .cnt .fld textarea,
#request-form-life-message-sent .cnt .fld textarea {
    font-family: kievit, Verdana, Helvetica, Arial;
    font-size: 18px;
    line-height: 25px;
    padding: 10px 20px;
    width: 356px;
    height: 126px;
    color: #82533b;
    border: 2px solid #e6ddd8;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    outline: 0
}

#consult-form .submit,
#meeting-form .submit,
#request-form .submit,
#request-form-life-message-sent .submit {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    padding: 0 50px;
    color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    background-color: #82533b;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border: 0;
    outline: 0
}

#consult-form .submit:hover,
#meeting-form .submit:hover,
#request-form .submit:hover,
#request-form-life-message-sent .submit:hover {
    background-color: #9c684e
}

#consult-form .toggle,
#meeting-form .toggle,
#request-form .toggle,
#request-form-life-message-sent .toggle {
    position: absolute;
    top: 42px;
    right: 42px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/*#consult-form .toggle:hover,
#meeting-form .toggle:hover,
#request-form .toggle:hover,
#request-form-life-message-sent .toggle:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}*/

#request-form-life-message-sent .cnt,
.Loader.sc {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

#request-form-life-message-sent .cnt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none
}

#request-form-life-message-sent.active,
#request-form-life-message-sent.message-sent .cnt {
    display: block
}

@media screen and (max-width:1420px) {
    #consult-form .cnt div.h1,
    #meeting-form .cnt div.h1,
    #request-form .cnt div.h1 {
        font-size: 45px;
        line-height: 45px
    }
    #consult-form .cnt p,
    #meeting-form .cnt p,
    #request-form .cnt p {
        font-size: 18px;
        line-height: 26px;
        padding: 16px 0 22px
    }
    #consult-form .cnt .fld,
    #meeting-form .cnt .fld,
    #request-form .cnt .fld {
        text-align: center;
        padding: 10px 0
    }
    #consult-form .cnt .fld input,
    #meeting-form .cnt .fld input,
    #request-form .cnt .fld input {
        font-size: 16px;
        line-height: 16px;
        height: 16px;
        padding: 17px 20px
    }
    #consult-form .cnt .fld textarea,
    #meeting-form .cnt .fld textarea,
    #request-form .cnt .fld textarea {
        font-size: 16px;
        line-height: 22px
    }
    #consult-form .toggle,
    #meeting-form .toggle,
    #request-form .toggle {
        top: 32px;
        right: 32px
    }
    #consult-form .submit,
    #meeting-form .submit,
    #request-form .submit {
        font-size: 16px
    }
}

@media screen and (max-width:1260px) {
    #consult-form .cnt div.h1,
    #meeting-form .cnt div.h1,
    #request-form .cnt div.h1 {
        font-size: 30px;
        line-height: 30px
    }
    #consult-form .cnt p,
    #meeting-form .cnt p,
    #request-form .cnt p {
        font-size: 14px;
        line-height: 20px;
        padding: 13px 0 24px
    }
    #consult-form .cnt .fld,
    #meeting-form .cnt .fld,
    #request-form .cnt .fld {
        text-align: center;
        padding: 5px 0
    }
    #consult-form .cnt .fld input,
    #meeting-form .cnt .fld input,
    #request-form .cnt .fld input {
        width: 240px;
        font-size: 16px;
        line-height: 16px;
        height: 16px;
        padding: 8px 20px
    }
    #consult-form .cnt .fld textarea,
    #meeting-form .cnt .fld textarea,
    #request-form .cnt .fld textarea {
        width: 240px;
        font-size: 16px;
        line-height: 22px
    }
    #consult-form .cnt .fld.fld-file,
    #meeting-form .cnt .fld.fld-file,
    #request-form .cnt .fld.fld-file {
        width: 240px;
        height: 16px;
        padding: 8px 20px
    }
    #consult-form .toggle,
    #meeting-form .toggle,
    #request-form .toggle {
        top: 19px;
        right: 19px;
    }
    #consult-form .submit,
    #meeting-form .submit,
    #request-form .submit {
        font-size: 14px;
        line-height: 40px;
        padding: 0 50px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px
    }
}

@media screen and (max-width:1000px) {
    #consult-form .cnt div.h1,
    #meeting-form .cnt div.h1,
    #request-form .cnt div.h1 {
        font-size: 20px;
        line-height: 24px
    }
    #consult-form .cnt p,
    #meeting-form .cnt p,
    #request-form .cnt p {
        white-space: normal;
        max-width: 100%;
        width: 100%
    }
    .menu_main{
        display: none;
    }
}

@media screen and (max-width:480px) {
    #consult-form .cnt p br,
    #meeting-form .cnt p br,
    #request-form .cnt p br {
        display: none
    }
}

.Advantages {
    padding-bottom: 60px
}

.Advantages .advantage {
    border-top: 1px #e6e6e6 solid
}

.Advantages .advantage .box {
    display: table;
    width: 980px;
    margin: 0 auto
}

.Advantages .advantage .box .icon {
    display: table-cell;
    width: 320px;
    height: 240px;
    vertical-align: middle;
    text-align: center
}

.Advantages .advantage .box .icon img {
    width: 160px;
    height: 160px
}

.Advantages .advantage .box .data {
    display: table-cell;
    vertical-align: middle;
    padding: 60px 0
}

.Advantages .advantage .box .data .ttl {
    font-family: kievit-medium, Helvetica, Arial;
    font-size: 35px;
    line-height: 38px;
    padding-bottom: 15px
}

.Advantages .advantage .box .data .dsc {
    font-family: kievit, Verdana, Helvetica, Arial;
    font-size: 18px;
    line-height: 25px
}

.Advantages .advantage .box-warehouses {
    width: 920px;
    margin: 0 auto 60px;
    padding: 30px 32px;
    background-color: #f2f2f2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px
}

.Advantages .advantage .box-warehouses>.line {
    display: table;
    width: 100%
}

.Advantages .advantage .box-warehouses>.line>.item {
    display: table-cell;
    font-size: 24px;
    line-height: 42px;
    color: #1a1b1b;
    font-family: kievit, Verdana, Helvetica, Arial;
    font-weight: 700;
    width: 33%
}

.Advantages .advantage .box-warehouses>.line>.item span {
    color: #82533b
}

@media screen and (max-width:1260px) {
    .Advantages .advantage .box {
        width: 780px
    }
    .Advantages .advantage .box-warehouses {
        width: 720px
    }
    .Advantages .advantage .box-warehouses>.line>.item {
        font-size: 18px;
        line-height: 36px
    }
}

.company-numbers .h1 a {
    color: #fff
}

.CompanyNumbers {
    font-size: 0;
    padding-bottom: 60px
}

.CompanyNumbers .row {
    display: table;
    max-width: 980px;
    margin: 0 auto
}

.CompanyNumbers .row .number {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 20px
}

.CompanyNumbers .row .number .dsc {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    padding: 20px 0 40px
}

.CompanyNumbers .row .number .l1 {
    font-family: "Open Sans", Helvetica, Arial;
    font-size: 100px;
    font-weight: 700;
    white-space: nowrap
}

.CompanyNumbers .row .number .l1 span {
    font-size: 61%
}

.CompanyNumbers .row .number .l2 {
    font-size: 30px;
    line-height: 33px
}

.CompanyNumbers .row .number .dollar-xoff {
    padding-left: 5.4em
}

.CompanyNumbers .row .number .years-xoff {
    padding-left: 3.6em
}

.CompanyNumbers .row .number.w5 {
    padding-right: 64px
}

.CompanyNumbers .row .number.w2 {
    padding: 0 20px
}

.CompanyNumbers .row .number.w2 .l1 {
    font-size: 60px;
    line-height: 60px
}

.CompanyNumbers .row .number.w2 .l2 {
    font-size: 22px;
    line-height: 25px;
    padding-left: .6em
}

.CompanyNumbers .row .number.w2 .l2.last {
    padding-left: 0
}

@media screen and (min-width:1421px) {
    .CompanyNumbers .row .number.w3,
    .CompanyNumbers .row .number.w5 {
        padding-top: 60px
    }
    .CompanyNumbers {
        padding-bottom: 80px
    }
    .CompanyNumbers .row {
        max-width: 1200px
    }
    .CompanyNumbers .row .number .l1 {
        font-size: 180px;
        line-height: 140px
    }
    .CompanyNumbers .row .number .l2 {
        font-size: 36px;
        line-height: 40px
    }
    .CompanyNumbers .row .number.w2 {
        padding: 60px 40px 0
    }
    .CompanyNumbers .row .number.w2 .l1 {
        font-size: 60px;
        line-height: 60px;
        padding-bottom: 15px
    }
    .CompanyNumbers .row .number.w2 .l2 {
        font-size: 22px;
        line-height: 27px
    }
    .CompanyNumbers .row .number.w5 {
        padding-right: 120px
    }
}

@media screen and (max-width:1420px) {
    .CompanyNumbers .row .number .l1 {
        font-size: 160px;
        line-height: 110px
    }
    .CompanyNumbers .row .number .l1 span {
        font-size: 96px
    }
    .CompanyNumbers .row .number .l2 {
        font-size: 30px;
        line-height: 35px
    }
    .CompanyNumbers .row .number .dollar-xoff {
        padding-left: 5.7em
    }
    .CompanyNumbers .row .number .years-xoff {
        padding-left: 3.8em
    }
    .CompanyNumbers .row .number.w5 {
        padding-top: 70px;
        padding-right: 86px
    }
    .CompanyNumbers .row .number.w3 {
        padding-top: 70px
    }
    .CompanyNumbers .row .number.w2 {
        padding: 40px 25px 0
    }
    .CompanyNumbers .row .number.w2 .l1 {
        font-size: 54px;
        line-height: 54px;
        padding-bottom: 10px
    }
    .CompanyNumbers .row .number.w2 .l2 {
        font-size: 20px;
        line-height: 24px
    }
}

@media screen and (max-width:1260px) {
    .CompanyNumbers .row {
        max-width: 768px
    }
    .CompanyNumbers .row .number .dsc {
        padding: 10px 0 20px
    }
    .CompanyNumbers .row .number .l1 {
        font-size: 140px;
        line-height: 100px
    }
    .CompanyNumbers .row .number .l1 span {
        font-size: 80px
    }
    .CompanyNumbers .row .number .l2 {
        font-size: 24px;
        line-height: 28px
    }
    .CompanyNumbers .row .number .dollar-xoff {
        padding-left: 6.3em
    }
    .CompanyNumbers .row .number .years-xoff {
        padding-left: 4.3em
    }
    .CompanyNumbers .row .number.w5 {
        padding-top: 60px;
        padding-right: 70px
    }
    .CompanyNumbers .row .number.w3 {
        padding-top: 60px
    }
    .CompanyNumbers .row .number.w2 {
        padding: 45px 25px 0
    }
    .CompanyNumbers .row .number.w2 .l1 {
        font-size: 48px;
        line-height: 48px
    }
    .CompanyNumbers .row .number.w2 .l2 {
        font-size: 18px;
        line-height: 22px
    }
}

.clients {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    line-height: 0
}

.clients .item {
    display: inline-block;
    width: 25%
}

.clients .item img {
    position: absolute;
    top: 0;
    left: 0
}

.clients .item .ovr {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.clients .item .box {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.clients .presenter {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden
}

.clients .presenter .line {
    display: table
}

.clients .presenter .line>div {
    display: table-cell;
    vertical-align: middle;
    width: 25%
}

.clients .presenter .line .logoCnt .box {
    display: inline-block;
    background-color: #e6e6e6
}

.clients .presenter .line .textCnt {
    white-space: normal;
    vertical-align: top
}

.clients .presenter .line .textCnt .box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px
}

.clients .presenter .line .textCnt div.h1 {
    font-size: 35px;
    line-height: 40px;
    padding-top: 20px;
    padding-bottom: 8px;
    font-weight: 700
}

.clients .presenter .line .textCnt a {
    font-size: 18px;
    line-height: 24px;
    color: #82533b;
    text-decoration: none
}

.clients .presenter .line .textCnt p {
    font-size: 18px;
    line-height: 24px;
    padding-top: 11px;
    max-width: 300px
}

.clients .presenter .line .arrlCnt {
    text-align: left
}

.clients .presenter .line .arrrCnt {
    text-align: right
}

.clients .presenter .line .arr {
    display: inline-block;
    width: 56px;
    height: 56px;
    border: 2px solid #e6e6e6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    transition: border .5s ease;
    -moz-transition: border .5s ease;
    -webkit-transition: border .5s ease
}

.clients .presenter .line .arr:hover {
    border: 2px solid #82533b
}

.clients .presenter .line .arr.arrl {
    left: 60px;
    background-position: -428px -12px
}

.clients .presenter .line .arr.arrr {
    right: 60px;
    background-position: -506px -12px
}

#clients-menu {
    width: 100%;
    height: 80px;
    text-align: center;
    z-index: 999
}

.contacts .shader,
.pp-index-contacts>.shader {
    z-index: 5
}

#clients-menu .fix {
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #fff
}

#clients-menu ul {
    display: inline-block
}

#clients-menu li {
    font-size: 22px;
    line-height: 80px;
    color: #82533b;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer
}

#clients-menu li,
#maps-menu li {
    vertical-align: top;
    display: inline-block;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease
}

#clients-menu li:hover {
    color: #1a1b1b
}

#clients-menu li.act {
    color: #b2b2b2;
    cursor: default
}

#clients-menu ul li.bull {
    font-family: Helvetica;
    font-size: 18px;
    color: #b2b2b2;
    padding: 0 20px
}

.contacts,
.contacts .item a {
    color: #fff
}

#clients-menu ul li.bull:after {
    content: "\2022"
}

@media screen and (max-width:1420px) {
    #clients-menu li {
        font-size: 18px
    }
    .clients .presenter .line .textCnt .box {
        padding: 40px 30px
    }
    .clients .presenter .line .textCnt div.h1 {
        font-size: 26px;
        line-height: 34px
    }
    .clients .presenter .line .textCnt a,
    .clients .presenter .line .textCnt p {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (max-width:1260px) {
    #clients-menu {
        height: 60px
    }
    #clients-menu .fix {
        width: 100%;
        height: 60px
    }
    #clients-menu li {
        font-size: 18px;
        line-height: 60px
    }
    .clients .presenter .line .textCnt .box {
        padding: 40px 20px
    }
    .clients .presenter .line .textCnt div.h1 {
        font-size: 20px;
        line-height: 32px;
        padding-top: 10px
    }
    .clients .presenter .line .textCnt a,
    .clients .presenter .line .textCnt p {
        font-size: 14px;
        line-height: 18px
    }
    .clients .presenter .line .arr {
        width: 36px;
        height: 36px
    }
    .clients .presenter .line .arr.arrl {
        left: 40px;
        background-position: -596px -22px
    }
    .clients .presenter .line .arr.arrr {
        right: 40px;
        background-position: -676px -22px
    }
}

#maps-video,
#maps-video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.contacts {
    text-align: center
}

.contacts .cnt {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10
}

.contacts .item {
    width: 100%;
    padding: 30px 0;
    text-align: center
}

.contacts .item div.h1 {
    font-family: "Open Sans", Helvetica, Arial;
    font-size: 45px;
    line-height: 45px;
    padding-bottom: 13px;
    font-weight: 400
}

.contacts .item span,
.index #main-menu .toggle span {
    font-family: kievit, Verdana, Helvetica, Arial
}

.contacts .item span {
    font-size: 22px;
    line-height: 22px
}

.contacts.dark,
.contacts.dark .item a {
    color: #1a1b1b
}

#maps-menu li,
.contacts.dark .item a:hover {
    color: #82533b
}

#maps-video {
    position: absolute;
    overflow: hidden
}

#maps-video video {
    position: absolute
}

#maps-menu {
    width: 100%;
    text-align: center
}

#maps-menu ul {
    display: inline-block
}

#maps-menu li {
    font-size: 22px;
    line-height: 80px;
    transition: all .5s ease;
    cursor: pointer
}

#maps-menu li,
.papers-viewer .arr {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease
}

#maps-menu li:hover {
    color: #1a1b1b
}

#maps-menu li.act {
    color: #b2b2b2;
    cursor: default
}

#maps-menu ul li.bull {
    font-family: Helvetica;
    font-size: 18px;
    color: #b2b2b2;
    padding: 0 20px
}

#maps-menu ul li.bull:after {
    content: "\2022"
}

.maps {
    z-index: 20px;
    height: 600px
}

.maps .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width:1420px) {
    .contacts,
    .maps {
        height: 480px
    }
    .contacts .item {
        padding: 27px 0
    }
    .contacts .item div.h1 {
        font-size: 35px;
        line-height: 35px
    }
    #maps-menu li,
    .infoBubbleCnt {
        font-size: 18px
    }
    .contacts .item span {
        font-size: 18px;
        line-height: 18px
    }
    .infoBubbleCnt {
        line-height: 22px;
        padding: 50px
    }
}

@media screen and (max-width:1260px) {
    .contacts,
    .maps {
        height: 380px
    }
    .contacts .item {
        padding: 20px 0
    }
    .contacts .item span {
        font-size: 14px;
        line-height: 14px
    }
    #maps-menu li {
        font-size: 18px;
        line-height: 60px
    }
    .infoBubbleClose {
        top: -10px;
        right: -10px;
        width: 40px;
        height: 40px;
    }
    .infoBubbleCnt {
        font-size: 14px;
        line-height: 18px;
        padding: 40px
    }
}

ul#papers-menu {
    width: 100%;
    text-align: center;
    padding: 30px 0
}

ul#papers-menu li {
    display: inline-block;
    padding: 0 10px;
    font-size: 22px;
    line-height: 22px;
    color: #82533b
}

ul#papers-menu li.item {
    cursor: pointer
}

ul#papers-menu li.bull {
    color: #ccc;
    font-size: 16px
}

ul#papers-menu li.act {
    color: #b2b2b2;
    cursor: default
}

.papers {
    width: 100%
}

.papers .section {
    font-size: 0;
}

.papers .section .item {
    display: inline-block;
    width: 25%;
    height: 500px
}

.papers .section .item img {
    width: 100%
}

.papers .section .item div.cover {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -65%);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .4);
    font-size: 0;
    margin: 0;
    padding: 0;
    background-color: #1a1a1a
}

.papers .section .item div.paper-text {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    text-align: center;
    width: 100%;
    height: 22%
}

.papers .section .item.smi>div {
    width: 80%;
    left: 10%;
    border-top: 1px #ccc solid;
    font-weight: 700
}

.papers .section .item.smi>div>span {
    display: block;
    font-family: 'Open Sans';
    padding-top: 34px;
    font-weight: 400
}

.papers .section .item.smi div.desc {
    font-size: 16px;
    font-weight: 400
}

.papers .section .item.smi.c1>div {
    border-top-color: #ccc
}

.papers .section .item.smi.c2>div {
    border-top-color: #d9d9d9
}

.papers .section table.SMI {
    width: 100%
}

.papers .section table.SMI td {
    text-align: center;
    vertical-align: top;
    width: 25%;
    padding: 20px 0 40px
}

.papers .section table.SMI td img.smilogo {
    width: 75%
}

.papers .section table.SMI td div.outline {
    display: inline-block;
    width: 80%;
    margin-bottom: 15px;
    height: 1px;
    background-color: #ccc
}

.papers .section table.SMI td div.nfo {
    display: inline-block;
    width: 80%;
    font-size: 16px;
    padding-bottom: 15px;
    text-align: center
}

.papers .section table.SMI td div.cnt {
    position: relative;
    display: inline-block;
    width: 80%;
    font-size: 16px
}

.papers .section table.SMI td div.cnt div.date {
    font-size: 16px;
    text-align: left
}

.papers .section table.SMI td div.cnt div.ttl {
    font-size: 16px;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
    text-align: left
}

.papers .section table.SMI td div.cnt div.desc {
    font-size: 16px;
    line-height: 18px;
    text-align: left
}

.papers .section table.SMI td div.cnt div.desc a,
.papers .section table.SMI td div.cnt div.ttl a {
    color: #1a1b1b;
    text-decoration: none
}

.papers .section.dbl .item {
    width: 50%;
    text-align: center
}

.papers .section.dbl .item>.cover {
    transform: translate(-50%, -60%)
}

.papers .section.dbl .item>div.paper-text {
    height: 18%
}

.papers-viewer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: none;
    z-index: 10000
}

.papers-viewer .arr {
    top: 0;
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #e6e6e6;
    background-position: center center;
    transition: all .5s ease;
    background-repeat: no-repeat
}

.papers-viewer .arr,
.papers-viewer .toggle {
    cursor: pointer;
    position: absolute;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease
}

.papers-viewer .arr:hover {
    border-color: #82533b
}

.papers-viewer .arr.arrl {
    left: 60px;
    background-position: -428px -12px
}

.papers-viewer .arr.arrr {
    right: 60px;
    background-position: -506px -12px
}

.papers-viewer .toggle {
    top: 42px;
    right: 42px;
    width: 60px;
    height: 60px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.papers-viewer .toggle:hover {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

@media screen and (max-width:1420px) {
    .papers .section .item>div {
        font-size: 16px
    }
    .papers .section .item.smi>div>span {
        display: block;
        font-family: 'Open Sans';
        padding-top: 24px
    }
    .papers-viewer .arr.arrl {
        left: 50px
    }
    .papers-viewer .arr.arrr {
        right: 50px
    }
    .papers-viewer .toggle {
        top: 32px;
        right: 32px;
        width: 60px;
        height: 60px;
        cursor: pointer;
    }
}

@media screen and (max-width:1260px) {
    ul#papers-menu {
        padding: 20px 0
    }
    ul#papers-menu li {
        font-size: 18px;
        line-height: 18px;
        padding: 0 5px
    }
    ul#papers-menu li.bull {
        font-size: 12px
    }
    .papers .section .item div.paper-text {
        font-size: 14px
    }
    .papers .section .item.smi div.paper-text>span {
        display: block;
        font-family: 'Open Sans';
        padding-top: 18px
    }
    .papers .section table.SMI td div.cnt,
    .papers .section table.SMI td div.cnt div.date,
    .papers .section table.SMI td div.nfo {
        font-size: 14px
    }
    .papers .section table.SMI td div.cnt div.ttl {
        font-size: 14px;
        font-size: 16px
    }
    .papers .section table.SMI td div.cnt div.desc {
        font-size: 14px;
        line-height: 16px
    }
    .papers-viewer .arr {
        width: 36px;
        height: 36px
    }
    .papers-viewer .arr.arrl {
        left: 40px;
        background-position: -596px -22px
    }
    .papers-viewer .arr.arrr {
        right: 40px;
        background-position: -676px -22px
    }
    .papers-viewer .toggle {
        top: 19px;
        right: 19px;
    }
}

.Loader {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 60px;
    height: 60px;
    font-weight: 0;
    line-height: 0;
    z-index: 100
}

.Loader>.r1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -ms-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
    animation: rotation 3s linear infinite;
    border-color: #e6e6e6 #82533b
}

.Loader>.r1,
.Loader>.r2 {
    position: absolute;
    border-width: 3px;
    border-style: solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%
}

.Loader>.r2 {
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    -webkit-animation: rotation 1s linear infinite;
    -moz-animation: rotation 1s linear infinite;
    -ms-animation: rotation 1s linear infinite;
    -o-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    border-color: #82533b #e6e6e6
}

.Loader.sc {
    display: block;
    opacity: 1;
    top: 50%;
    transform: translate(-50%, -50%)
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#achievements {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

#achievements .stage {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

#achievements .stage .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden
}

#achievements .stage .item .cnt {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%
}

#achievements .stage .item .cnt div.h1 {
    font-family: "Open Sans", Helvetica, Arial;
    font-size: 250px;
    line-height: 250px;
    letter-spacing: -5px;
    font-weight: 700;
    text-align: center
}

#achievements .stage .item .cnt span {
    display: block;
    padding-top: 50px;
    font-size: 30px;
    line-height: 30px;
    text-align: center
}

#achievements .stage .item .cnt div.h1 div {
    display: inline-block;
    width: 15px
}

#achievements .stage .item .cnt h1.doubleSpace div {
    width: 50px
}

#achievements .dots {
    position: absolute;
    top: 0;
    right: 60px
}

#achievements .dots .dot {
    display: block;
    width: 100px;
    height: 80px;
    margin: 20px 0;
    cursor: pointer
}

#achievements .dots .dot div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat
}

#achievements .dots .dot .act,
#achievements .dots .dot .ovr {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

#achievements .dots .dot.ico1 .std {
    background-position: -1300px 0
}

#achievements .dots .dot.ico1 .ovr {
    background-position: -1400px 0
}

#achievements .dots .dot.ico1 .act {
    background-position: -1500px 0
}

#achievements .dots .dot.ico2 .std {
    background-position: -1300px -80px
}

#achievements .dots .dot.ico2 .ovr {
    background-position: -1400px -80px
}

#achievements .dots .dot.ico2 .act {
    background-position: -1500px -80px
}

#achievements .dots .dot.ico3 .std {
    background-position: -1300px -160px
}

#achievements .dots .dot.ico3 .ovr {
    background-position: -1400px -160px
}

#achievements .dots .dot.ico3 .act {
    background-position: -1500px -160px
}

#achievements .dots .dot.ico4 .std {
    background-position: -1300px -240px
}

#achievements .dots .dot.ico4 .ovr {
    background-position: -1400px -240px
}

#achievements .dots .dot.ico4 .act {
    background-position: -1500px -240px
}

@media screen and (max-width:1420px) {
    #achievements .stage .item .cnt div.h1 {
        font-size: 170px;
        line-height: 170px;
        letter-spacing: 2px
    }
    #achievements .stage .item .cnt span {
        padding-top: 45px;
        font-size: 25px;
        line-height: 25px
    }
    #achievements .dots .dot {
        width: 64px;
        height: 52px;
        margin: 15px 0
    }
    #achievements .dots .dot.ico1 .std {
        background-position: -1600px 0
    }
    #achievements .dots .dot.ico1 .ovr {
        background-position: -1664px 0
    }
    #achievements .dots .dot.ico1 .act {
        background-position: -1728px 0
    }
    #achievements .dots .dot.ico2 .std {
        background-position: -1600px -52px
    }
    #achievements .dots .dot.ico2 .ovr {
        background-position: -1664px -52px
    }
    #achievements .dots .dot.ico2 .act {
        background-position: -1728px -52px
    }
    #achievements .dots .dot.ico3 .std {
        background-position: -1600px -104px
    }
    #achievements .dots .dot.ico3 .ovr {
        background-position: -1664px -104px
    }
    #achievements .dots .dot.ico3 .act {
        background-position: -1728px -104px
    }
    #achievements .dots .dot.ico4 .std {
        background-position: -1600px -156px
    }
    #achievements .dots .dot.ico4 .ovr {
        background-position: -1664px -156px
    }
    #achievements .dots .dot.ico4 .act {
        background-position: -1728px -156px
    }
}

@media screen and (max-width:1260px) {
    #achievements .stage .item .cnt div.h1 {
        font-size: 150px;
        line-height: 150px;
        letter-spacing: 0
    }
    #achievements .stage .item .cnt span {
        padding-top: 40px;
        font-size: 22px;
        line-height: 22px
    }
}

.index {
    width: 100%;
    height: 100%
}

.index .btn {
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    padding: 0 27px;
    border: 2px solid #958881;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: background-color .5s ease, color .5s ease, border-color .5s ease;
    -moz-transition: background-color .5s ease, color .5s ease, border-color .5s ease;
    -ms-transition: background-color .5s ease, color .5s ease, border-color .5s ease;
    transition: background-color .5s ease, color .5s ease, border-color .5s ease
}

.index .btn:hover {
    color: #958881;
    border-color: #fff;
    background-color: #fff
}

.index .btn.bigger {
    margin-top: 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    padding: 0 40px;
    font-weight: 700
}

.index .btn.yellow {
    color: #212121;
    background-color: #ffee58;
    border-color: #ffee58
}

.index .btn.yellow:hover {
    color: #212121;
    border-color: #ffd83b;
    background-color: #ffd83b
}

.index #main-menu {
    position: absolute;
    width: 100%;
    height: 142px
}

.index #main-menu .toggle {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 80px;
    height: 80px;
    cursor: pointer
}

.index #main-menu .toggle div {
    position: absolute;
    left: 25px;
    width: 30px;
    height: 5px;
    background-color: #fff;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px
}

.index #main-menu .toggle .a {
    top: 29px
}

.index #main-menu .toggle .b {
    top: 38px
}

.index #main-menu .toggle .c {
    top: 47px
}

.index #main-menu .toggle span {
    position: absolute;
    top: 21px;
    left: 68px;
    width: auto;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    height: 40px
}

.index #main-menu .right .email a,
.index #main-menu .right .phone {
    color: #fff;
    font-family: "Open Sans", Helvetica, Arial
}

.index #main-menu .toggle:hover .a {
    top: 27px
}

.index #main-menu .toggle:hover .c {
    top: 49px
}

.index #main-menu .right {
    position: absolute;
    top: 60px;
    right: 60px;
    text-align: right
}

.index #main-menu .right .phone {
    display: block;
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 16px;
    text-align: right;
}

.index #main-menu .right .email {
    display: block;
    padding-bottom: 20px
}

.index #main-menu .right .email a {
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    padding-bottom: 16px
}

.index .cnt {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff
}

.index .cnt .logo {
    margin: 0 auto;
    width: 230px;
    height: 222px;
}

.index .cnt .mouse {
    margin: 90px auto 0;
    bottom: 0;
    left: 0;
    width: 27px;
    height: 44px;
    border: 2px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer
}

.index .cnt .mouse .dot {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 10px;
    left: 11px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

.index .cnt h1 {
    font-size: 90px;
    line-height: 90px;
    font-family: kievit-extrabold, Helvetica, Arial;
    font-weight: 400;
    letter-spacing: 3px;

}

.index .cnt p {
    font-size: 30px;
    line-height: 35px;
    padding-top: 14px
}

.index .cnt div.ignite {
    display: inline-block;
    font-family: kievit, Verdana, Helvetica, Arial;
    margin-top: 80px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    line-height: 46px;
    padding: 0 23px;
    font-size: 18px;
    border: 2px solid #fff;
    color: #82533b;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.index .cnt div.ignite:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #fff
}

.index.notFound #main-menu .toggle div {
    background-color: #82533b
}

.index.notFound #main-menu .right .phone {
    color: #1a1b1b
}

.index.notFound .btn {
    color: #82533b;
    border-color: #d9d9d9
}

.index.notFound .btn:hover {
    border-color: #82533b
}

.index.notFound .cnt .logo {
    background-position: 0 -222px
}

.index.notFound .cnt h1,
.index.notFound .cnt p {
    color: #1a1b1b
}

.index.notFound .cnt div.ignite {
    border-color: #d9d9d9
}

.index.notFound .cnt div.ignite:hover {
    color: #82533b;
    border-color: #82533b
}

.pp-index-contacts .cnt {
    width: 840px;
    margin: 0 auto
}

.pp-index-contacts .cnt>.phones {
    position: relative;
    display: table;
    z-index: 10
}

.pp-index-contacts .cnt>.phones>.item {
    display: table-cell;
    white-space: nowrap
}

.pp-index-contacts .cnt>.phones>.item>.item-cnt {
    display: inline-block;
    text-align: center
}

.pp-index-contacts .cnt>.phones>.item>.item-cnt>div.h1 {
    font-family: "Open Sans", Helvetica, Arial;
    font-size: 45px;
    line-height: 45px;
    padding-bottom: 13px;
    font-weight: 400
}

.pp-index-contacts .cnt>.phones>.item>.item-cnt>span {
    display: block;
    padding-bottom: 10px;
    font-family: kievit, Verdana, Helvetica, Arial;
    font-size: 22px;
    line-height: 22px
}

.pp-index-contacts .cnt>.phones>.item>.item-cnt>a {
    color: #fff
}

.pp-index-contacts .cnt>.phones>.item.l {
    text-align: left
}

.pp-index-contacts .cnt>.phones>.item.l>.item-cnt {
    padding-left: 20px
}

.pp-index-contacts .cnt>.phones>.item.r {
    text-align: right
}

.pp-index-contacts .cnt>.phones>.item.r>.item-cnt {
    padding-right: 20px
}

.pp-index-contacts .cnt .index-request-form {
    position: relative;
    margin: 0 auto;
    z-index: 10
}

.pp-index-contacts .cnt .index-request-form .FORM .index-request-form-title {
    text-align: center;
    font-family: kievit, Verdana, Helvetica, Arial;
    font-size: 24px;
    color: #fff;
    padding-bottom: 40px
}

.pp-index-contacts .cnt .index-request-form .FORM .index-request-form-title.bigger {
    font-size: 36px
}

.pp-index-contacts .cnt .index-request-form .FORM .submit {
    border: 0;
    outline: 0
}

.pp-index-contacts .cnt .index-request-form .FORM table td {
    padding: 0 10px;
    font-size: 0;
    width: 50%;
    vertical-align: top
}

.pp-index-contacts .cnt .index-request-form .FORM table td input,
.pp-index-contacts .cnt .index-request-form .FORM table td textarea {
    position: relative;
    display: block;
    font-family: kievit, Verdana, Helvetica, Arial;
    width: 360px;
    font-size: 18px;
    line-height: 18px;
    padding: 15px 20px;
    color: #1a1b1b;
    background-color: #fff;
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: border-color .25s ease, background-color .25s ease;
    -moz-transition: border-color .25s ease, background-color .25s ease;
    -ms-transition: border-color .25s ease, background-color .25s ease;
    -o-transition: border-color .25s ease, background-color .25s ease;
    transition: border-color .25s ease, background-color .25s ease;
    outline: 0;
    clear: both
}

.pp-index-contacts .cnt .index-request-form .FORM table td input {
    margin-bottom: 20px
}

.pp-index-contacts .cnt .index-request-form .FORM table td textarea {
    line-height: 24px;
    height: 92px;
    margin-bottom: 20px
}

.pp-index-contacts .cnt .index-request-form .FORM table td input.error,
.pp-index-contacts .cnt .index-request-form .FORM table td textarea.error {
    background-color: #e74c3c;
    border-color: #e74c3c
}

.pp-index-contacts .cnt .index-request-form .FORM table td input.error:placeholder,
.pp-index-contacts .cnt .index-request-form .FORM table td textarea.error:placeholder {
    color: #f2f2f2
}

.pp-index-contacts .cnt .index-request-form .FORM table td textarea.error:-moz-placeholder {
    color: #f2f2f2
}

.pp-index-contacts .cnt .index-request-form .FORM table td input.error:-moz-placeholder {
    color: #f2f2f2
}

.pp-index-contacts .cnt .index-request-form .FORM table td textarea.error::-webkit-input-placeholder {
    color: #f2f2f2
}

.pp-index-contacts .cnt .index-request-form .FORM table td input.error::-webkit-input-placeholder {
    color: #f2f2f2
}

.pp-index-contacts .cnt .index-request-form .FORM table td textarea.error::-moz-placeholder {
    color: #f2f2f2
}

.pp-index-contacts .cnt .index-request-form .FORM table td input.error::-moz-placeholder {
    color: #f2f2f2
}

.pp-index-contacts .cnt .index-request-form .FORM table td .fld-file {
    position: relative;
    height: 18px;
    width: 356px;
    margin: 0 auto 20px;
    border: 2px solid #e6ddd8;
    padding: 15px 20px;
    border-radius: 6px;
    text-align: left;
    cursor: pointer;
    background-color: #fff
}

.pp-index-contacts .cnt .index-request-form .FORM table td .fld-file:hover {
    border-color: #82533b
}

.pp-index-contacts .cnt .index-request-form .FORM table td .fld-file span.filename {
    position: relative;
    display: block;
    line-height: 18px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
    color: #82533b
}

.pp-index-contacts .cnt .index-request-form .FORM table td .fld-file input[type=file] {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 0;
    cursor: pointer
}

.pp-index-contacts .cnt .index-request-form .FORM .proceed {
    margin-top: 20px;
    margin-bottom: 50px
}

.pp-index-contacts .cnt .index-request-form .LOCK {
    display: none
}

.pp-index-contacts .cnt .index-request-form .OK {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    display: none;
    color: #1a1b1b;
    font-size: 24px;
    background-color: #fff;
    text-align: center;
    padding: 70px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px
}

.pp-index-contacts .cnt div.index-request-form.message-sent .LOCK,
.pp-index-contacts .cnt div.index-request-form.message-sent .OK {
    display: block
}

.pp-warehouses {
    background-color: #f2f1f0
}

.pp-warehouses .Warehouses {
    padding: 0 100px 100px
}

.pp-warehouses .Warehouses .map {
    position: relative;
    width: 100%;
    height: 620px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px
}

.pp-delivery-map {
    position: relative;
    background-color: #eee
}

.pp-delivery-map .main-header {
    font-size: 24px;
    text-align: center;
    line-height: 1.25em;
    padding: 80px 0;
    background-color: #fff
}

.pp-delivery-map ul.delivery-map-legend {
    width: 100%;
    font-size: 0;
    white-space: nowrap;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center
}

.pp-delivery-map ul.delivery-map-legend li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    width: 25%;
    line-height: 80px;
    text-align: center
}

.pp-delivery-map ul.delivery-map-legend li img {
    margin-right: 5px
}

.pp-delivery-map .delivery-map {
    position: relative;
    width: 100%;
    min-height: 800px;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.pp-delivery-tariffs {
    position: relative;
    width: 100%
}

.pp-delivery-tariffs .main-title {
    position: relative;
    font-size: 60px;
    line-height: 120px;
    text-align: center
}

.pp-delivery-tariffs .delivery-tariffs {
    text-align: center
}

.pp-delivery-tariffs .delivery-tariffs .delivery-tariff {
    position: relative;
    padding: 60px 20px 80px;
    border-top: 1px #e0e0e0 solid
}

.pp-delivery-tariffs .delivery-tariffs .delivery-tariff:nth-child(odd) {
    background-color: #fafafa
}

.pp-delivery-tariffs .delivery-tariffs .delivery-tariff .hdr {
    font-size: 24px;
    color: #82533b
}

.pp-delivery-tariffs .delivery-tariffs .delivery-tariff .title {
    font-size: 60px;
    font-weight: 700
}

.pp-delivery-tariffs .delivery-tariffs .delivery-tariff .params {
    position: relative;
    max-width: 800px;
    margin: 40px auto;
    white-space: nowrap
}

.pp-delivery-tariffs .delivery-tariffs .delivery-tariff .params li {
    position: relative;
    display: inline-block;
    width: 33%
}

.pp-delivery-tariffs .delivery-tariffs .delivery-tariff .params li div {
    position: relative;
    font-weight: 700;
    font-size: 30px;
    color: #82533b
}

.pp-delivery-tariffs .delivery-tariffs .delivery-tariff .params li p {
    position: relative;
    font-size: 22px
}

@media screen and (max-width:1420px) {
    .index .cnt h1 {
        font-size: 75px;
        line-height: 75px;
        letter-spacing: 3px;
        padding-top: 48px
    }
    .index .cnt p {
        font-size: 22px;
        line-height: 30px;
        padding-top: 14px;
        padding-bottom: 37px
    }
    .index .cnt .mouse {
        margin: 89px auto 0
    }
    .index .cnt div#start {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        border-radius: 25px;
        line-height: 50px;
        padding: 0 20px;
        font-size: 16px
    }
    .index #main-menu .toggle {
        top: 21px;
        left: 24px
    }
    .index #main-menu .right {
        top: 46px;
        right: 50px
    }
    .index #main-menu .right .phone {
        font-size: 22px;
        line-height: 22px;
        padding-bottom: 20px
    }
    .index .btn.bigger {
        margin-top: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        font-size: 18px;
        line-height: 40px;
        height: 40px;
        padding: 0 30px
    }
    .pp-index-contacts .phones .item div.h1 {
        font-size: 35px;
        line-height: 35px
    }
    .pp-index-contacts .phones .item span {
        font-size: 18px;
        line-height: 18px
    }
}

@media screen and (max-width:1260px) {
    .index .cnt h1 {
        font-size: 60px;
        line-height: 60px;
        letter-spacing: 3px;
        padding-top: 48px
    }
    .index .cnt p {
        font-size: 20px;
        line-height: 25px;
        padding-top: 14px;
        padding-bottom: 37px
    }
    .index .cnt .mouse {
        margin: 69px auto 0;
        width: 20px;
        height: 34px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        border-radius: 15px
    }
    .index .cnt .mouse .dot {
        top: 6px;
        left: 8px;
        width: 4px;
        height: 4px
    }
    .index .cnt div#start {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 14px
    }
    .index .cnt .logo {
        width: 184px;
        height: 177px;
    }
    .index #main-menu .toggle {
        top: 8px;
        left: 11px
    }
    .index #main-menu .toggle span {
        position: absolute;
        left: 62px;
        font-size: 16px
    }
    .index #main-menu .toggle div {
        left: 28px;
        width: 24px;
        height: 3px
    }
    .index #main-menu .toggle .a {
        top: 32px
    }
    .index #main-menu .toggle .b {
        top: 39px
    }
    .index #main-menu .toggle .c {
        top: 46px
    }
    .index #main-menu .toggle:hover .a {
        top: 30px
    }
    .index #main-menu .toggle:hover .c {
        top: 48px
    }
    .index #main-menu .right {
        top: 40px;
        right: 40px
    }
    .index #main-menu .right .phone {
        font-size: 22px;
        line-height: 22px;
        padding-bottom: 20px
    }
    .index .btn {
        font-size: 18px
    }
    .index.notFound .cnt .logo {
        background-position: -230px -222px
    }
    .pp-index-contacts .phones .item span {
        font-size: 14px;
        line-height: 14px
    }
    .pp-index-contacts .index-request-form-title {
        font-size: 18px
    }
    .pp-index-contacts .index-request-form-title.bigger {
        font-size: 24px
    }
    .pp-index-contacts .index-request-form .FORM .index-request-form-title {
        font-size: 18px;
        padding-bottom: 30px
    }
    .pp-index-contacts .index-request-form .FORM table td input,
    .pp-index-contacts .index-request-form .FORM table td textarea {
        width: 290px;
        font-size: 16px;
        line-height: 16px;
        padding: 11px 20px
    }
    .pp-index-contacts .index-request-form .FORM table td textarea {
        height: 144px
    }
    .pp-index-contacts .index-request-form .OK {
        top: 20px;
        font-size: 18px;
        padding: 50px 0
    }
}

.nf-links {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 80px;
    color: #000
}

.nf-links h4 {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 1;
    color: #000
}

.nf-links a.nf-link {
    line-height: 1.5em;
    color: #82533b
}

.company {
    text-align: center;
    height: 900px;
    background-image: url(../img/company/bg2.jpg);
    color: #fff
}

.company .item {
    width: 25%;
    height: 50%;
    text-align: center;
    vertical-align: center;
    float: left
}

.company .item img {
    width: 100%;
    height: 100%
}

.company .item.dw {
    width: 50%
}

.company .item.dh {
    width: 100%
}

.company-info {
    width: 1250px;
    margin: 0 auto;
    display: table
}

.company-info .item {
    width: 33%;
    padding: 40px 55px 10px;
    text-align: center;
    display: table-cell
}

.company-info .item img.icon {
    width: 80px;
    height: 80px;
    border: 0;
    outline: 0
}

.company-info .item div.h1 {
    font-size: 22px;
    line-height: 22px;
    padding: 20px 0;
    font-weight: 700
}

.company-info .item p {
    font-size: 18px;
    line-height: 25px
}

div.slider-caption {
    font-family: kievit, Verdana, Helvetica, Arial;
    padding-top: 36px;
    font-size: 22px;
    line-height: 22px;
    text-align: center
}

ul.slider-caption {
    text-align: center;
    width: 100%
}

ul.slider-caption li {
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    margin: 0 15px;
    color: #82533b
}

ul.slider-caption li.bull {
    font-size: 16px;
    color: #b2b2b2
}

ul.slider-caption li.act {
    color: #b2b2b2
}

div.slider {
    width: 100%;
    padding: 30px 0 40px
}

div.slider .stage {
    margin: 0 auto;
    width: 760px;
    height: 480px;
    border: 1px solid #e6e6e6;
    overflow: hidden
}

div.slider .stage .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

div.slider .arr {
    position: absolute;
    top: 240px;
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #e6e6e6;
    cursor: pointer;
    -webkit-transition: border .5s ease;
    -moz-transition: border .5s ease;
    -ms-transition: border .5s ease;
    -o-transition: border .5s ease;
    transition: border .5s ease;
    background-repeat: no-repeat
}

div.slider .arr:hover {
    border: 2px solid #82533b
}

div.slider .arr.arrl {
    left: 0;
    background-position: -428px -12px
}

div.slider .arr.arrr {
    right: 0;
    background-position: -506px -12px
}

.big-video {
    position: relative;
    margin: 40px auto;
    width: 944px;
    height: 531px
}

.big-video .play,
.big-video .play .arrow,
.big-video .play .circle,
.big-video video {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.big-video .play .circle {
    background: url(../img/big-video-circle.png) center center no-repeat;
    -webkit-opacity: .56;
    -moz-opacity: .56;
    opacity: .56;
    filter: alpha(opacity=56);
    transition: all .5s ease
}

.big-video .play .circle,
.members .arr,
.members2 .arr {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.big-video .play .arrow {
    background: url(../img/big-video-arrow.png) center center no-repeat
}

.big-video .play:hover .circle {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}

@media screen and (max-width:1420px) {
    .company-info {
        width: 1100px
    }
    .company-info .item {
        padding: 30px 25px 10px
    }
    .company-info .item p {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (max-width:1260px) {
    .company-info {
        width: 960px
    }
    .company-info .item {
        padding: 20px 25px 60px
    }
    .company-info .item img.icon {
        width: 70px;
        height: 70px
    }
    .company-info .item p {
        font-size: 14px;
        line-height: 18px
    }
    .big-video {
        position: relative;
        margin: 40px auto;
        width: 784px;
        height: 441px
    }
}

ul.offices-switcher {
    position: relative;
    padding: 0 0 30px;
    text-align: center
}

ul.offices-switcher li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    font-size: 18px
}

ul.offices-switcher li span {
    border-bottom: 1px #b2b2b2 dashed;
    cursor: pointer
}

ul.offices-switcher li.act span {
    font-weight: 700;
    border-bottom: 0;
    cursor: default
}

#office1 {
    display: block
}

#office2 {
    display: none
}

.team-members .item,
ul.team-social,
ul.team-social a,
ul.team-social li {
    display: inline-block
}

.page-part-office-image .container {
    position: relative;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.team {
    text-align: center;
    height: 900px;
    background-image: url(/video/index/index-ny.jpg);
    color: #fff
}

.slider.team-slider {
    width: 1180px;
    margin: 0 auto;
    padding-bottom: 10px
}

.slider.team-slider .arr {
    top: 280px
}

.slider.team-slider .stage {
    width: 940px;
    height: 560px
}

.team-career {
    width: 100%;
    height: 900px
}

.team-career .cnt {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center
}

.team-career .cnt div.h1 {
    font-family: kievit-extrabold, Helvetica, Arial;
    font-size: 90px;
    line-height: 90px;
    color: #fff;
    padding-bottom: 20px
}

.team-career .cnt p {
    font-size: 30px;
    line-height: 35px;
    color: #fff
}

.team-table {
    position: relative;
    margin: 30px auto 0;
    width: 900px
}

.team-table .item {
    position: relative;
    font-size: 0;
    width: 22.5025%;
    margin-right: 3.33%;
    margin-bottom: 35px;
    box-sizing: border-box;
    float: left
}

.team-table .item:nth-child(4n) {
    margin-right: 0
}

.team-table .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #82533b;
    opacity: .6
}

.team-table .item img {
    position: relative;
    width: 100%;
    height: auto
}

@media screen and (max-width:1420px) {
    .team-career {
        height: 800px
    }
    .team-career .cnt div.h1 {
        font-size: 75px;
        line-height: 75px;
        padding-bottom: 10px
    }
    .team-career .cnt p {
        font-size: 22px;
        line-height: 28px;
        color: #fff
    }
}

@media screen and (max-width:1260px) {
    .slider.team-slider {
        width: 940px
    }
    .slider.team-slider .arr {
        top: 230px;
        width: 36px;
        height: 36px
    }
    .slider.team-slider .arr.arrl {
        background-position: -596px -22px
    }
    .slider.team-slider .arr.arrr {
        background-position: -676px -22px
    }
    .slider.team-slider .stage {
        width: 780px;
        height: 440px
    }
    .team-career {
        height: 660px
    }
    .team-career .cnt div.h1 {
        font-size: 60px;
        line-height: 60px;
        padding-bottom: 10px
    }
    .team-career .cnt p {
        font-size: 20px;
        line-height: 25px;
        color: #fff
    }
}

.members,
.members2 {
    width: 100%
}

.members .plate,
.members2 .plate {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f2f2f2
}

.members .arr,
.members2 .arr {
    position: absolute;
    top: 142px;
    width: 56px;
    height: 56px;
    border: 2px solid #e6e6e6;
    background-position: center center;
    cursor: pointer;
    transition: all .5s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat
}

.members .arr:hover,
.members2 .arr:hover {
    border-color: #82533b
}

.members .arr.arrl,
.members2 .arr.arrl {
    left: 60px;
    background-position: -428px -12px
}

.members .arr.arrr,
.members2 .arr.arrr {
    right: 60px;
    background-position: -506px -12px
}

.members .item,
.members2 .item {
    position: absolute;
    overflow: hidden
}

.members .item .video,
.members2 .item .video {
    position: relative;
    margin: 0 auto;
    width: 300px;
    height: 420px;
    overflow: hidden
}

.members .item .video video,
.members2 .item .video video {
    width: 100%;
    height: 100%
}

.members .item .info,
.members2 .item .info {
    position: relative;
    margin: 0 auto;
    background-color: #f2f2f2;
    text-align: center;
    white-space: nowrap;
    padding-bottom: 40px
}

.members .item .info .name,
.members2 .item .info .name {
    font-family: kievit, Verdana, Helvetica, Arial;
    padding-top: 30px;
    font-size: 22px;
    font-weight: 700
}

.members .item .info .pos,
.members2 .item .info .pos {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 18px
}

.members2 .item .video {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 300px;
    height: 420px
}

@media screen and (max-width:1420px) {
    .members2 .item .video {
        width: 200px;
        height: 280px
    }
}

@media screen and (max-width:1260px) {
    .members2 .item .video {
        width: 150px;
        height: 210px
    }
}

.members2 .item .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.members2 .item .video video.video-a,
.members2 .item .video video.video-l,
.members2 .item .video video.video-r {
    visibility: hidden
}

.members2 .item .video video.video-a.active,
.members2 .item .video video.video-l.active,
.members2 .item .video video.video-r.active {
    visibility: visible
}

ul.team-social li {
    margin: 0 5px
}

ul.team-social a {
    font-size: 24px;
    color: #82533b;
    padding: 0 5px;
    -webkit-transition: color .5s ease, opacity .5s ease;
    -moz-transition: color .5s ease, opacity .5s ease;
    -ms-transition: color .5s ease, opacity .5s ease;
    -o-transition: color .5s ease, opacity .5s ease;
    transition: color .5s ease, opacity .5s ease
}

ul.team-social a:hover {
    color: #9c684e
}

ul.team-social.popuped {
    margin-left: -10px;
    padding-top: 15px
}

.team-page .item .info {
    padding-bottom: 30px
}

.team-page {
    padding-bottom: 60px
}

.team-members {
    font-size: 0;
    margin: 0 auto;
    width: 939px;
    padding-bottom: 160px
}

.team-members .item {
    width: 273px;
    height: 400px;
    margin: 30px 60px
}

.team-member-viewer,
.team-members .item video {
    width: 100%;
    height: 100%
}

.team-members .item.first,
.team-members .team-members .item.last {
    margin: 30px 0
}

.team-members .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.team-member-viewer,
.team-member-viewer .img {
    top: 0;
    left: 0;
    position: fixed;
    overflow: hidden
}

.team-member-viewer {
    background-color: #fff;
    display: none;
    z-index: 10000
}

.team-member-viewer .img>img {
    position: absolute;
    top: 0;
    left: 0
}

.team-member-viewer .textCnt {
    position: relative
}

.team-member-viewer .textCnt .cnt {
    padding: 0 100px 0 60px
}

.team-member-viewer .textCnt .cnt div.h1 {
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 10px;
    font-weight: 700
}

.team-member-viewer .textCnt .cnt h3 {
    font-family: kievit-medium, Helvetica, Arial;
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 15px
}

.team-member-viewer .textCnt .cnt p {
    max-width: 500px;
    padding: 15px 0;
    margin: 0;
    font-size: 16px;
    line-height: 22px
}

.team-member-viewer .toggle {
    position: fixed;
    top: 42px;
    right: 42px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: all .5s ease;
}

.footer ul.menu li a,
.team-member-viewer .toggle {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.team-member-viewer .toggle:hover {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

@media screen and (max-width:1420px) {
    .members .arr {
        top: 142px
    }
    .members .arr.arrl {
        left: 50px;
        background-position: -428px -12px
    }
    .members .arr.arrr {
        right: 50px;
        background-position: -506px -12px
    }
    .members .item .video {
        width: 200px;
        height: 280px
    }
    .members .item .info {
        padding-bottom: 30px
    }
    .members .item .info .name {
        padding-top: 30px;
        font-size: 18px
    }
    .members .item .info .pos {
        padding-top: 10px;
        padding-bottom: 20px;
        font-size: 14px
    }
    .team-members {
        padding-bottom: 120px
    }
    .team-member-viewer .textCnt .cnt {
        padding: 0 100px 0 50px
    }
    .team-member-viewer .textCnt .cnt div.h1 {
        font-size: 28px;
        line-height: 28px;
        padding-bottom: 8px
    }
    .team-member-viewer .textCnt .cnt h3 {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 10px
    }
    .team-member-viewer .toggle {
        top: 32px;
        right: 32px
    }
}

@media screen and (max-width:1260px) {
    .members .arr {
        top: 100px;
        width: 36px;
        height: 36px
    }
    .members .arr.arrl {
        left: 40px;
        background-position: -596px -22px
    }
    .members .arr.arrr {
        right: 40px;
        background-position: -676px -22px
    }
    .members .item .video {
        width: 150px;
        height: 210px
    }
    .members .item .info .name {
        padding-top: 30px;
        font-size: 16px
    }
    .members .item .info .pos {
        padding-top: 10px;
        padding-bottom: 20px;
        font-size: 14px
    }
    .team-members {
        width: 779px;
        padding-bottom: 40px
    }
    .team-members .item {
        margin: 20px 40px
    }
    .team-members .item.first,
    .team-members .item.last {
        margin: 20px 0
    }
    .team-member-viewer .textCnt .cnt {
        padding: 0 80px 0 40px
    }
    .team-member-viewer .textCnt .cnt div.h1 {
        font-size: 20px;
        line-height: 20px;
        padding-bottom: 4px
    }
    .team-member-viewer .textCnt .cnt h3 {
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 8px
    }
    .team-member-viewer .textCnt .cnt p {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 0
    }
    .team-member-viewer .toggle {
        top: 19px;
        right: 19px;
    }
    ul.team-social a {
        font-size: 20px
    }
}

.footer-page-part {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 44;
    overflow: visible
}

div#panoDIV,
div#tourDIV {
    height: 100%;
    overflow: hidden
}

.footer .cnt,
.footer video {
    left: 0;
    position: absolute;
    width: 100%
}

.footer {
    text-align: center;
    background-color: #f2f2f2
}

.footer video {
    top: 0;
    height: 100%
}

.footer .cnt {
    bottom: 0
}

.footer .lion {
    width: 154px;
    height: 157px;
    margin: 60px auto;
}

.footer .shader {
    z-index: 5
}

.footer ul.menu {
    padding: 0 0 60px
}

.footer ul.menu li {
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    line-height: 22px;
    color: #fff
}

.footer ul.menu li.bull {
    font-family: Helvetica;
    font-size: 18px;
    color: #b2b2b2;
    width: 45px;
    text-align: center
}

.lifehack-request .form .lh-input input,
.spasskie-vorota p {
    font-family: kievit, Verdana, Helvetica, Arial
}

.footer ul.menu li.bull:after {
    content: "\2022"
}

.footer ul.menu li a {
    color: #fff;
    text-decoration: none;
    transition: all .5s ease
}

.footer .copyright {
    padding: 60px 0;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.page-footer .left,
.page-footer .right {
    position: absolute;
    top: 0;
    font-size: 16px;
    line-height: 100px
}

.footer .copyright a,
.footer .copyright a:hover {
    color: #fff;
    text-decoration: none
}

.footer.index-footer .lion {
    background-position: -414px -760px
}

.footer.index-footer ul.menu li,
.footer.index-footer ul.menu li a {
    color: #82533b
}

.footer.index-footer ul.menu li a:hover {
    color: #1a1b1b
}

.footer.index-footer ul.menu li.bull {
    color: #b2b2b2
}

.footer.index-footer .copyright {
    color: #1a1b1b
}

.footer.index-footer .copyright a {
    color: #82533b
}

.footer.index-footer .copyright a:hover {
    color: #1a1b1b
}

.page-footer {
    height: 100px;
    background-color: #f2f2f2
}

.page-footer .left {
    left: 0;
    padding-left: 60px
}

.page-footer .right {
    right: 0;
    padding-right: 60px
}

.page-footer .page-social {
    width: 100%;
    text-align: center;
    padding-top: 25px
}

.page-footer .page-social a:hover {
    color: #82533b
}

.page-footer a {
    color: #82533b;
    text-decoration: none;
    transition: color .5s ease;
    -moz-transition: color .5s ease;
    -webkit-transition: color .5s ease
}

.page-footer a:hover {
    color: #1a1b1b
}

@media screen and (max-width:1420px) {
    .footer ul.menu li {
        font-size: 18px;
        line-height: 18px
    }
    .footer ul.menu li.bull {
        font-size: 16px;
        width: 35px
    }
    .page-footer .left {
        padding-left: 50px
    }
    .page-footer .right {
        padding-right: 50px
    }
}

@media screen and (max-width:1260px) {
    .footer .lion {
        width: 127px;
        height: 131px;
        margin: 40px auto 50px;
    }
    .footer.index-footer .lion {
        background-position: -568px -760px
    }
    .footer ul.menu {
        padding: 0 0 45px
    }
    .footer ul.menu li {
        font-size: 18px;
        line-height: 18px
    }
    .footer ul.menu li.bull {
        font-size: 16px
    }
    .footer .copyright {
        padding: 43px 0 40px;
        text-align: center;
        font-size: 14px;
        line-height: 20px
    }
    .page-footer {
        height: 80px
    }
    .page-footer .left {
        font-size: 14px;
        line-height: 80px;
        padding-left: 40px
    }
    .page-footer .right {
        font-size: 14px;
        line-height: 80px;
        padding-right: 40px
    }
    .page-footer .page-social {
        padding-top: 20px
    }
}

.lifehack-request {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    background-color: rgba(0, 0, 0, .6)
}

.lifehack-request.opened {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.lifehack-request .Loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none
}

.lifehack-request .form {
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 45px;
    background-color: #fff
}

.lifehack-request .form,
.lifehack-request .msg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.lifehack-request .form .title {
    font-size: 20px;
    padding-bottom: 20px
}

.lifehack-request .form .lh-input input {
    text-align: left;
    margin: 10px auto;
    width: 240px;
    border: 2px solid #d0dccd;
    background-color: #fff;
    color: #82533b;
    font-size: 18px;
    line-height: 18px;
    padding: 7px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    outline: 0
}

.lifehack-request .form .lh-input input:focus,
.lifehack-request .form .lh-input input:hover,
.lifehack-request .form .lh-input textarea:focus,
.lifehack-request .form .lh-input textarea:hover {
    border-color: #4f993e
}

.lifehack-request .form .lh-input input.error,
.lifehack-request .form .lh-input textarea.error {
    border-color: #e74c3c
}

.lifehack-request .form .lh-submit {
    padding-top: 0
}

.lifehack-request .form .lh-submit .submit {
    display: inline-block;
    margin: 10px auto;
    font-size: 16px;
    line-height: 40px;
    width: auto;
    padding: 0 30px;
    background-color: #82533b;
    font-family: kievit-medium, Helvetica, Arial;
    color: #fff;
    border: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -ms-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease
}

.lifehack-request .form .lh-submit .submit:hover {
    background-color: #9c684e
}

.lifehack-request .msg {
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 30px;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    font-size: 20px;
    display: none
}

.lifehack-request .mesg {
    background-color: #48823b
}

.lifehack-request .erro {
    background-color: #e74c3c
}

.lifehack-request.loading .form form {
    opacity: 0
}

.lifehack-request.loading .form .Loader {
    display: block
}

.lifehack-request.loading .erro,
.lifehack-request.loading .mesg,
.lifehack-request.okay .form {
    display: none
}

.lifehack-request.okay .mesg {
    display: block
}

.lifehack-request.error .form {
    display: none
}

.lifehack-request.error .erro {
    display: block
}

.pp-landing {
    position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 1000px;
    padding: 60px 0
}

.pp-landing h1 {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: .2em
}

.pp-landing p.sub-text {
    color: #888;
    font-size: 30px
}

.pp-landing .text-box {
    position: relative;
    margin: 0 auto;
    width: 800px;
    max-width: 100%;
    text-align: center
}

.pp-landing .text-box .image {
    position: relative;
    text-align: center
}

.pp-landing .text-box .image img {
    position: relative;
    width: 100%;
    max-width: 492px;
    height: auto
}

.pp-landing p.text {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left
}

.pp-landing p.text.nmb {
    margin-bottom: 0
}

.pp-landing ul {
    position: relative;
    margin: 0 auto 30px;
    padding-top: 20px;
    text-align: left
}

.pp-landing ul li {
    font-size: 18px
}

.pp-landing .sep {
    height: 0
}

.pp-landing .video-container {
    position: relative;
    width: 640px;
    height: auto;
    margin: 0 auto
}

.pp-landing .request-form .cnt .h1 {
    font-size: 32px;
    line-height: 1.25em
}

@media all and (max-width:1420px) {
    .pp-landing {
        padding: 60px 0
    }
    .pp-landing h1 {
        font-size: 30px
    }
    .pp-landing p {
        font-size: 22px
    }
    .pp-landing .request-form .cnt .h1 {
        font-size: 26px
    }
}

@media all and (max-width:1260px) {
    .pp-landing {
        padding: 40px 0
    }
    .pp-landing h1 {
        font-size: 26px
    }
    .pp-landing p {
        font-size: 18px
    }
    .pp-landing .request-form .cnt .h1 {
        font-size: 22px
    }
}

@media all and (max-width:900px) {
    .pp-landing ul,
    div.pp-landing .request-form {
        position: relative
    }
    .pp-landing {
        padding: 40px 20px
    }
    .pp-landing h1 {
        font-size: 20px
    }
    .pp-landing p {
        font-size: 16px
    }
    .pp-landing p.sub-text {
        color: #888;
        font-size: 18px
    }
    .pp-landing .request-form .cnt .h1,
    .pp-landing ul li {
        font-size: 16px
    }
    .pp-landing .text-box {
        position: relative;
        margin: 0 auto;
        width: 100%;
        text-align: left
    }
    .pp-landing p.text {
        font-size: 16px;
        margin-bottom: 20px;
        text-align: left
    }
    .pp-landing p.text.nmb {
        margin-bottom: 0
    }
    .pp-landing ul {
        margin: 0 auto 30px;
        text-align: left
    }
    .pp-landing .video-container {
        width: 280px
    }
    div.pp-landing .request-form .cnt .fld {
        width: 100%
    }
    div.pp-landing .request-form .cnt.FORM {
        display: block
    }
    div.pp-landing .request-form .cnt.OK {
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        display: none
    }
    div.pp-landing .request-form div.h1 {
        font-size: 20px;
        line-height: 24px;
        text-align: center
    }
    div.pp-landing .request-form .FORM div.h1 {
        padding-bottom: 18px
    }
    div.pp-landing .request-form .OK div.h1 {
        font-size: 20px;
        line-height: 24px
    }
    div.pp-landing .request-form .OK p {
        font-size: 16px;
        line-height: 20px
    }
    div.pp-landing .request-form input:placeholder,
    div.pp-landing .request-form textarea:placeholder {
        color: #b2b2b2
    }
    div.pp-landing .request-form textarea:-moz-placeholder {
        color: #b2b2b2
    }
    div.pp-landing .request-form input:-moz-placeholder {
        color: #b2b2b2
    }
    div.pp-landing .request-form textarea::-webkit-input-placeholder {
        color: #b2b2b2
    }
    div.pp-landing .request-form input::-webkit-input-placeholder {
        color: #b2b2b2
    }
    div.pp-landing .request-form textarea::-moz-placeholder {
        color: #b2b2b2
    }
    div.pp-landing .request-form input::-moz-placeholder {
        color: #b2b2b2
    }
    div.pp-landing .request-form textarea:-ms-input-placeholder {
        color: #b2b2b2
    }
    div.pp-landing .request-form input:-ms-input-placeholder {
        color: #b2b2b2
    }
    div.pp-landing .request-form input:focus:placeholder,
    div.pp-landing .request-form textarea:focus:placeholder {
        color: transparent
    }
    div.pp-landing .request-form textarea:focus:-moz-placeholder {
        color: transparent
    }
    div.pp-landing .request-form input:focus:-moz-placeholder {
        color: transparent
    }
    div.pp-landing .request-form textarea:focus::-webkit-input-placeholder {
        color: transparent
    }
    div.pp-landing .request-form input:focus::-webkit-input-placeholder {
        color: transparent
    }
    div.pp-landing .request-form textarea:focus::-moz-placeholder {
        color: transparent
    }
    div.pp-landing .request-form input:focus::-moz-placeholder {
        color: transparent
    }
    div.pp-landing .request-form textarea:focus:-ms-input-placeholder {
        color: transparent
    }
    div.pp-landing .request-form input:focus:-ms-input-placeholder {
        color: transparent
    }
    div.pp-landing .request-form input,
    div.pp-landing .request-form textarea {
        font-family: kievit, Verdana, Helvetica, Arial;
        text-align: left;
        margin: 5px auto;
        width: 260px;
        font-size: 14px;
        background-color: #fff;
        color: #82533b;
        border: 2px solid #d0dccd;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        outline: 0
    }
    div.pp-landing .request-form textarea {
        padding: 5px 10px;
        line-height: 1.25em;
        height: 100px
    }
    div.pp-landing .request-form input {
        font-size: 14px;
        line-height: 14px;
        padding: 8px 10px
    }
    div.pp-landing .request-form .submit {
        display: inline-block;
        margin: 10px auto;
        font-size: 14px;
        line-height: 40px;
        width: auto;
        padding: 0 30px;
        background-color: #48823b;
        color: #fff;
        border: 0;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        cursor: pointer
    }
    div.pp-landing .request-form .submit:hover {
        background-color: #4f993e
    }
    div.pp-landing .request-form .fld {
        margin: 0 auto;
        width: 420px;
        text-align: center
    }
    div.pp-landing .request-form .fld .fld-info {
        position: absolute;
        top: 25px;
        left: 440px;
        width: 200px;
        font-size: 14px;
        color: #a6a6a6;
        text-align: left
    }
    div.pp-landing .request-form input:focus,
    div.pp-landing .request-form textarea:focus {
        border-color: #4f993e
    }
    div.pp-landing .request-form input.error,
    div.pp-landing .request-form textarea.error {
        border-color: #e74c3c
    }
}

/*.scroll-action .sa-cl1,
.scroll-action .sa-cl1-r,
.scroll-action .sa-cl2,
.scroll-action .sa-cl2-r,
.scroll-action .sa-cl3,
.scroll-action .sa-cl3-r,
.scroll-action .sa-o1,
.scroll-action .sa-o2,
.scroll-action .sa-o3 {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: left .8s ease, opacity .8s ease;
    -moz-transition: left .8s ease, opacity .8s ease;
    -ms-transition: left .8s ease, opacity .8s ease;
    -o-transition: left .8s ease, opacity .8s ease;
    transition: left .8s ease, opacity .8s ease
}

.scroll-action .sa-cl1,
.scroll-action .sa-cl2,
.scroll-action .sa-cl3 {
    left: -200px
}

.scroll-action .sa-cl1-r,
.scroll-action .sa-cl2-r,
.scroll-action .sa-cl3-r {
    left: 200px
}

.scroll-action .sa-cl2,
.scroll-action .sa-cl2-r,
.scroll-action .sa-o2 {
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.scroll-action .sa-cl3,
.scroll-action .sa-cl3-r,
.scroll-action .sa-o3 {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.scroll-action .sa-ct1,
.scroll-action .sa-ct2,
.scroll-action .sa-ct3 {
    top: 50px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: top .5s ease, opacity .5s ease;
    -moz-transition: top .5s ease, opacity .5s ease;
    -ms-transition: top .5s ease, opacity .5s ease;
    -o-transition: top .5s ease, opacity .5s ease;
    transition: top .5s ease, opacity .5s ease
}

.scroll-action .sa-ct2 {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.scroll-action .sa-ct3 {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.atscroll.scroll-action .sa-o1,
.atscroll.scroll-action .sa-o2,
.atscroll.scroll-action .sa-o3 {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}

.atscroll.scroll-action .sa-cl1,
.atscroll.scroll-action .sa-cl1-r,
.atscroll.scroll-action .sa-cl2,
.atscroll.scroll-action .sa-cl2-r,
.atscroll.scroll-action .sa-cl3,
.atscroll.scroll-action .sa-cl3-r {
    left: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}

.atscroll.scroll-action .sa-ct1,
.atscroll.scroll-action .sa-ct2,
.atscroll.scroll-action .sa-ct3 {
    top: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}*/

.spasskie-vorota {
    width: 100%;
    text-align: center;
    padding-top: 120px
}

.spasskie-vorota .sv {
    width: 650px;
    height: 380px;
    margin: 0 auto;
    background-color: #e6e6e6;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px
}

.spasskie-vorota .sv img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.spasskie-vorota p {
    font-size: 22px;
    line-height: 30px;
    padding-top: 40px;
    padding-bottom: 60px
}

@media screen and (max-width:1420px) {
    .spasskie-vorota {
        padding-top: 80px
    }
    .spasskie-vorota .sv {
        width: 520px;
        height: 304px
    }
    .spasskie-vorota p {
        font-size: 20px;
        line-height: 30px;
        padding-top: 40px;
        padding-bottom: 60px
    }
}

@media screen and (max-width:1260px) {
    .spasskie-vorota {
        padding-top: 60px
    }
    .spasskie-vorota .sv {
        width: 418px;
        height: 244px
    }
    .spasskie-vorota p {
        font-size: 18px;
        line-height: 25px;
        padding-top: 30px;
        padding-bottom: 40px
    }
}

#transit-video-trigger {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 25px 30px 45px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    z-index: 50;
    cursor: pointer;
    text-align: center;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform .5s ease, color .3s ease, background-color .3s ease;
    -moz-transition: transform .5s ease, color .3s ease, background-color .3s ease;
    -ms-transition: transform .5s ease, color .3s ease, background-color .3s ease;
    -o-transition: transform .5s ease, color .3s ease, background-color .3s ease;
    transition: transform .5s ease, color .3s ease, background-color .3s ease
}

#transit-video-trigger h4 {
    font-family: kievit-medium, Helvetica, Arial;
    font-size: 18px
}

#transit-video-trigger img.play {
    display: block;
    width: 50px;
    height: 50px;
    margin: 20px auto;
    transition: transform .3s ease
}

#transit-video-trigger div.close,
#transit-video-trigger img.play {
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease
}

@media all and (min-width:2000px) {
    #transit-video-trigger {
        padding: 45px 40px 55px
    }
    #transit-video-trigger h4 {
        font-size: 20px
    }
    #transit-video-trigger img.play {
        width: 70px;
        height: 70px
    }
}

#transit-video-trigger div.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 6;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    transition: transform .3s ease
}

#transit-video-trigger div.close img,
.popup-wnd {
    width: 100%;
    height: 100%
}

#transit-video-trigger div.close:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

#transit-video-trigger .click-zone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

#transit-video-trigger div.seen-already {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    text-align: center;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    white-space: nowrap;
    z-index: 6
}

#transit-video-trigger div.seen-already:hover {
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50)
}

#transit-video-trigger div.seen-already span {
    border-bottom: 1px #fff dotted
}

#transit-video-trigger.view {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

#transit-video-trigger:hover {
    background-color: #000
}

#transit-video-trigger:hover img.play {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px)
}

@media all and (min-width:2000px) {
    #transit-video-trigger div.seen-already {
        bottom: 40px
    }
    #transit-video-trigger:hover img.play {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.popup-wnd {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: #f2f1f0
}

.popup-wnd.opened {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.popup-wnd .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 50px
}

@media all and (min-width:1280px) {
    .popup-wnd .popup-content {
        padding: 0 60px
    }
}

@media all and (min-width:1440px) {
    .popup-wnd .popup-content {
        padding: 0 80px
    }
}

.popup-wnd .close-btn {
    position: absolute;
    top: 42px;
    right: 42px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.flipbook-viewport,
.popup-wnd .popup-video .video-wnd,
.popup-wnd .popup-video .video-wnd .videoPlayer {
    position: relative
}

.popup-wnd .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media screen and (max-width:1420px) {
    .popup-wnd .close-btn {
        top: 32px;
        right: 32px
    }
}

@media screen and (max-width:1260px) {
    .popup-wnd .close-btn {
        top: 19px;
        right: 19px;
    }
}

.popup-wnd .popup-video .video-wnd .video {
    position: relative;
    border: 1px solid #e3e0d2;
    overflow: hidden
}

.flipbook-viewport {
    width: 1200px;
    height: 100%;
    margin: 0 auto
}

.flipbook-viewport .container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto
}

.flipbook-viewport .flipbook {
    position: relative;
    width: 1200px;
    height: 600px;
    left: -600px;
    top: -300px
}

.flipbook-viewport .page {
    width: 600px;
    height: 600px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.flipbook .page {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.flipbook-viewport .page img {
    user-select: none;
    margin: 0
}

.flipbook-viewport .page img,
div#panoDIV {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none
}

.flipbook-viewport .shadow {
    -webkit-transition: -webkit-box-shadow .5s;
    -moz-transition: -moz-box-shadow .5s;
    -o-transition: -webkit-box-shadow .5s;
    -ms-transition: -ms-box-shadow .5s;
    -webkit-box-shadow: 0 0 20px #ccc;
    -moz-box-shadow: 0 0 20px #ccc;
    -o-box-shadow: 0 0 20px #ccc;
    -ms-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc
}

.flipbook-viewport .left,
.flipbook-viewport .right {
    position: absolute;
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #82533b;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.agreement,
div#panoDIV,
div#tourDIV {
    position: relative
}

.flipbook-viewport .left:hover,
.flipbook-viewport .right:hover {
    background-color: #e6e6e6
}

.flipbook-viewport .left {
    left: -30px;
    background-position: -428px -12px;
    display: none
}

.flipbook-viewport .right {
    right: -30px;
    background-position: -506px -12px
}

.download-presentation {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 100px
}

div#container {
    height: 100%;
    min-height: 100%;
    width: 100%;
    margin: 0 auto
}

div#panoDIV {
    -o-user-select: none;
    user-select: none
}

div#panoDIV.cursorMoveMode {
    cursor: move;
    cursor: url(/3D-transitplusdata/graphics/cursors_move_html5.cur), move
}

div#panoDIV.cursorDragMode {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: url(/3D-transitplusdata/graphics/cursors_drag_html5.cur), default
}

.agreement {
    width: 800px;
    margin: 0 auto;
    padding: 50px 20px;
    max-width: 100%;
    box-sizing: border-box
}

.agreement .title {
    font-size: 32px;
    padding-bottom: 30px
}

.agreement p {
    font-size: 18px
}
.page-part .part-head.smPad{
    padding-left: 20px;
    padding-right: 20px;
}

/**/



.contacts{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#715139+0,805c41+50,715139+100 */
    background: rgb(113,81,57); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(113,81,57,1) 0%, rgba(128,92,65,1) 50%, rgba(113,81,57,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(113,81,57,1) 0%,rgba(128,92,65,1) 50%,rgba(113,81,57,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(113,81,57,1) 0%,rgba(128,92,65,1) 50%,rgba(113,81,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#715139', endColorstr='#715139',GradientType=0 ); /* IE6-9 */
}
@media(max-width: 1260px){
    #fixed-menu .menu_main{
        top: 21px;
    }
    #fixed-menu .menu_main ul li{
        font-size: 17px;
    }
    div#fixed-menu .logo{
        top: 11px;
    }
}
@media(max-width: 1140px){
    .services .item{
        width: 50%;
    }
    .services .item:nth-child(1),
    .services .item:nth-child(2){
        border-bottom: 1px solid #ccc;
    }
}
@media(max-width: 1000px){
    .index .cnt .mouse{
        display: none;
    }
    .index{
        height: 700px !important;
    }
    .priceplans > tbody > tr > td {
        width: 100%;
        display: block;
    }
    table.priceplan td.plan{
        padding: 15px;
    }
    .Advantages .advantage .box{
        width: 90%;
    }
    div.services-content .info .item{
        width: 100%;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    div.services-content.tovar .info{
        display: block;
    }
    div.services-content .info .line{
        display: none;
    }
    div.services-content .info .item{
        border-bottom: 1px solid #ccc;
    }
    div.services-content .info .item:last-child{
        border: none;
    }
    table.priceplans > tbody > tr{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    table.priceplans tbody tr td{
        display: block;
        width: 100%;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    table.priceplan td.plan{
        height: auto;
    }
    div.proceed{
        display: none;
    }
}
@media(max-width: 980px){
    div#fixed-menu .right{
        top: 10px;
    }
}
@media(max-width: 860px){
    .pp-index-contacts .cnt>.phones>.item{
        display: block;
        padding: 10px 0;
        text-align: center !important;
    }
    .pp-index-contacts .cnt>.phones>.item.l>.item-cnt{
        padding-left: 0;
    }
    .pp-index-contacts .cnt>.phones{
        margin: auto;
    }
    .contacts{
        height: auto;
        padding-top: 25px;
    }
    .pp-index-contacts .cnt{
        width: 100%;
    }
    .pp-index-contacts .cnt .index-request-form .FORM table td{
        display: block;
        width: 100%;
    }
    .pp-index-contacts .cnt .index-request-form form table{
        width: 400px;
    }
    .pp-index-contacts .cnt .index-request-form .FORM table td{
        padding: 0;
    }
    .pp-index-contacts .cnt .index-request-form .FORM table td input, 
    .pp-index-contacts .cnt .index-request-form .FORM table td textarea{
        width: 100%;
    }
    .pp-index-contacts .cnt .index-request-form .FORM .proceed {
        margin-top: 0;
        margin-bottom: 35px;
        width: 100%;
    }
    .pp-index-contacts .cnt>.phones>.item.r>.item-cnt{
        padding: 0;
    }
    .pp-index-contacts .cnt>.phones>.item>.item-cnt>span{
        padding-bottom: 0;
    }
    .services-content.box .request-form{
        padding: 0px 0px;
    }
    div.services-content {
        padding: 40px 20px;
    }
    div.services-content .form{
        padding-bottom: 0;
    }
    .pp-index-contacts .cnt .index-request-form .FORM .form tr{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
}
@media(max-width: 720px){
    .Advantages .advantage .box .icon {
        display: block;
        width: 160px;
        height: 160px;
        margin: auto;
    }
    .Advantages .advantage .box .data {
        display: block;
        padding: 20px 10px;
        text-align: center;
    }
    .Advantages .advantage .box {
        width: 100%;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: inline-flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .Advantages .advantage .box .icon{
        -webkit-order: -1;
        order: -1;
        position: relative;
    }
    .Advantages .advantage .box .icon img{
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .Advantages .advantage .box .data .ttl{
        font-size: 26px;
        line-height: 1.2;
    }
    div.services-content .request-form .fld {
        display: block;
        max-width: 100%;
        width: 100%;
        margin: 0 !important;
    }
    div.services-content .request-form input{
        width: 100%;
    }
    div.services-content .request-form .submit{
        width: 100%;
        outline: none !important;
    }
}
@media(max-width: 600px){
    .mm-request-form-caller{
        display: none !important;
    }
    .index #main-menu .right{
        right: 20px;
    }
    .index .cnt p {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pride_logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 20px;
    }
    .index #main-menu .right {
        top: 90px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        text-align: center !important;
    }
    .index #main-menu .right .phone{
        text-align: center;
    }
    .index .cnt h1 {
        font-size: 45px;
        line-height: 1.1;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .services .item{
        width: 100%;
    }
    .pp-index-contacts .cnt .index-request-form form table{
        width: 300px;
    }
    div#fixed-menu .right{
        right: 20px;
    }
    div#fixed-menu .logo{
        left: 20px;
    }
}
@media(max-width: 420px){
    .index .cnt h1 {
        font-size: 35px;
        padding-top: 0;
    }
    .index .btn.bigger{
        font-size: 16px;
        padding: 0 15px;
        margin-top: 0;
    }
    .index .cnt p{
        padding-bottom: 0;
    }
    .index {
        height: 650px !important;
    }
    .pp-index-contacts .cnt .index-request-form form table{
        width: 280px;
    }
    .pp-index-contacts .cnt>.phones>.item>.item-cnt>div.h1{
        font-size: 28px !important;
    }
    .pp-index-contacts .cnt .index-request-form .FORM .index-request-form-title{
        font-size: 16px;
    }
    div#fixed-menu .right {
        right: 10px;
    }
    div#fixed-menu .logo {
        left: 10px;
        top: 15px;
    }
    div#fixed-menu .logo img{
        width: 150px;
    }
    #consult-form .toggle, #meeting-form .toggle, #request-form .toggle {
        top: 10px;
        right: 10px;
    }
}