body {
    position: relative;
    min-width: 320px;
    font-family: 'MuseoSansCyrl', Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
    color: #383839;
    -webkit-font-smoothing: antialiased;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b9b8b8;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #b9b8b8;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #b9b8b8;
}
a {
    color: inherit;
}
a:focus,
button:focus {
    outline: none;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
}
img {
    max-height: 100%;
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0; 
    font-weight: normal;
}
.wrapper {
    position: relative;
    overflow: hidden;
}
.sect {
    position: relative;
}
.container {
    position: relative;
}
a,
a::before,
a::after,
.button,
.owl-dots .owl-dot,
.owl-nav .owl-prev,
.owl-nav .owl-next,
.mfp-close {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
input[type="text"],
textarea {
    display: inline-block;
    vertical-align: middle;
    outline: none;
    border: none;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #383839;
    background-color: #fff;
    border: 1px solid #c2c2c2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 16px 15px 17px;
}
textarea {
    resize: none;
    height: 97px;
}
input[type="text"].error,
textarea.error {
    border-color: #f00!important;
}
.button {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: none;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #044f71;
    background: #fbcd04;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -moz-box-shadow: 0 7px 15px rgba(164,123,12,.75);
    -webkit-box-shadow: 0 7px 15px rgba(164,123,12,.75);
    box-shadow: 0 7px 15px rgba(164,123,12,.75);
    padding: 24px 10px 25px;
}
.button:hover,
.button:disabled {
   opacity: .8;
}
.intro {
    margin-bottom: 50px;
}
.intro .caption {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 1px;
}
.intro .desc {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
}
.intro .caption.ornament {
    position: relative;
    display: table;
    padding-left: 55px;
    padding-right: 55px;
    margin-left: auto;
    margin-right: auto;
}
.intro .caption.ornament::before,
.intro .caption.ornament::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 37px;
    height: 11px;
    background-repeat: no-repeat;
    background-image: url('../img/openspace/caption.png');
    margin-top: -5px;
}
.intro .caption.ornament::after {
    left: auto;
    right: 0;
}
.owl-carousel .owl-item img {
    display: inline;
    width: auto;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    width: 64px;
    height: 64px;
    background-color: rgba(0,0,0,.56);
    margin-top: -32px;
}
.owl-nav .owl-next {
    left: auto;
    right: 0;
}
.owl-nav .owl-prev::before,
.owl-nav .owl-next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 48px;
    background-repeat: no-repeat;
    background-image: url('../img/openspace/slider/controls.png');
    margin-left: -18px;
    margin-top: -24px;
}
.owl-nav .owl-next::before {
    background-position: -26px 0;
    margin-left: -8px;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    opacity: .8;
}
.owl-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-top: -5px;
}
.owl-dots .owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 5px;
}
.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover {
    background-color: #fff;
}

.main.sect {
    color: #fff;
    background-color: #000;
    background-repeat: no-repeat;
    background-image: url('../img/main/bg.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.main.sect > .container .content {
    padding-bottom: 35px;
}
.main.sect > .container .content > .items .item {
    display: inline-block;
    vertical-align: top;
    width: 535px;
    height: 535px;
    color: #fff;
    background-color: rgba(17,176,252,.38);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 30px 30px 30px 30px;
}
.main.sect > .container .content > .items .item > .table {
    display: table;
    width: 100%;
    height: 100%;
}
.main.sect > .container .content > .items .item > .table > .cell {
    display: table-cell;
    vertical-align: middle;
}
.main.sect > .container .content > .items .item .text {
    margin-bottom: 60px;
}
.main.sect > .container .content > .items .item .text .caption {
    font-size: 48px;
    font-weight: 700;
}
.main.sect > .container .content > .items .item .text .desc {
    font-size: 32px;
    font-weight: 500;
    padding: 0 15px;
}
.main.sect > .container .content > .items .item .note {
    font-size: 24px;
    font-weight: 500;
}
.main.sect > .container .content > .items .item .button {
    max-width: 355px;
    margin-top: 10px;
}
.main.sect > .container .content .mouse {
    margin-top: 25px;
}

.header.sect {
    position: relative;
    border-bottom: 1px solid #11b0fc;
    padding: 20px 0;
    margin-bottom: 40px;
}
.header.sect > .container .content .logo {
    float: left;
}
.header.sect > .container .content .logo {
    font-size: 0;
}
.header.sect > .container .content .logo .icon,
.header.sect > .container .content .logo .text {
    display: inline-block;
    vertical-align: middle;
}
.header.sect > .container .content .logo .icon {
    margin-right: 15px;
}
.header.sect > .container .content .logo .text .caption {
    font-size: 28px;
    font-weight: 700;
}
.header.sect > .container .content .info2 {
    float: right;
    margin-top: 12px;
}
.header.sect > .container .content .info2 .phone {
    font-size: 30px;
    font-weight: 700;
}
.header.sect > .container .content .info2 .phone a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 35px;
}
.header.sect > .container .content .info2 .phone a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url('../img/header/phone.png');
    margin-top: -12px;
}
.header.sect > .container .content .info2 .link {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 500;
    color: #11b0fc;
    border-bottom: 1px dashed #11b0fc;
    margin-top: 5px;
    margin-left: 35px;
}
.header.sect > .container .content .info2 .link:hover {
    border-bottom-color: transparent;
}
.header.sect > .container .content .info1 {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}
.header.sect > .container .content .info1 .location {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    padding-left: 40px;
    padding-top: 6px;
}
.header.sect > .container .content .info1 .location::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 31px;
    background-repeat: no-repeat;
    background-image: url('../img/header/location.png');
}
.header.sect > .container .content .info1 .location .note {
    font-size: 14px;
    font-weight: 300;
    margin-top: 6px;
}

.menu.sect {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 999;
}
.menu.sect.fixed {
    position: fixed;
    top: 0;
    background-color: rgba(17,176,252,.38);
}
.menu.sect > .container .content { 
    padding: 10px 0;
}
.menu.sect .nav ul {
    font-size: 0;
    margin-left: -100px;
    margin-top: -5px;
}
.menu.sect .nav ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 100px;
    margin-top: 5px;
}
.menu.sect .nav ul li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid transparent;
}
.menu.sect .nav ul li a:hover {
    border-bottom-color: #fff;
}
.menu.sect .sandwich {
    cursor: pointer;
    display: none;
    position: relative;
    width: 30px;
    height: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.menu.sect .sandwich::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin-top: -1px;
}

.information.sect {
    color: #fff;
    background-color: #000;
    background-repeat: no-repeat;
    background-image: url('../img/information/bg.jpg');
    background-position: center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0 40px;
}
.information.sect .items {
    font-size: 0;
    margin-left: -20px;
    margin-top: -20px;
}
.information.sect .items .item {
    display: inline-block;
    vertical-align: top;
    width: 275px;
    font-size: 18px;
    color: #11ccfc;
    margin-left: 20px;
    margin-top: 20px;
}
.information.sect .items .item .icon {
    width: 213px;
    height: 213px;
    line-height: 1;
    background-repeat: no-repeat;
    background-image: url('../img/information/icon.png');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 auto;
}
.information.sect .items .item .icon .caption {
    font-size: 60px;
    font-weight: 700;
}
.information.sect .items .item .icon .desc {
    font-size: 30px;
    font-weight: 500;
}
.information.sect .items .item .icon .desc sup {
    font-size: 18px;
    font-weight: 300;
}
.information.sect .items .item .icon > .table {
    display: table;
    width: 100%;
    height: 100%;
}
.information.sect .items .item .icon > .table > .cell {
    display: table-cell;
    vertical-align: middle;
}
.information.sect .items .item .text {
    margin-top: 10px;
}
.information.sect .items .item .text .caption {
    font-size: 30px;
}
.information.sect .items .item .text .desc {
    font-size: 18px;
    margin-top: 5px;
}

.advantages.sect {
    background-repeat: no-repeat;
    background-image: url('../img/advantages/bg.jpg');
    background-position: right 0;
    padding: 120px 0 30px;
}
.advantages.sect .content > .top > .left {
    float: left;
    width: 680px;
    margin-right: 60px;
}
.advantages.sect .content > .top > .left .items {
    position: relative;
    font-size: 0;
}
.advantages.sect .content > .top > .left .items::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 340px;
    height: 340px;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: -170px;
    z-index: -1;
}
.advantages.sect .content > .top > .left .items .item {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 140px;
    margin-top: 40px;
}
.advantages.sect .content > .top > .left .items .item:nth-child(2n+1) {
    margin-left: 0;
}
.advantages.sect .content > .top > .left .items .item .text,
.advantages.sect .content > .top > .left .items .item .text .plus,
.advantages.sect .content > .top > .left .items .item .text .caption,
.advantages.sect .content > .top > .left .items .item .icon {
    display: inline-block;
    vertical-align: middle;
}
.advantages.sect .content > .top > .left .items .item:last-child .text {
    width: 100%;
    margin-top: 10px;
}
.advantages.sect .content > .top > .left .items .item .text .plus {
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 100;
    color: #0cc0fa;
    border: 1px solid #0cc0fa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
}
.advantages.sect .content > .top > .left .items .item .text .caption {
    width: 120px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8d8d8d;
}
.advantages.sect .content > .top > .left .items .item .icon {
    width: 104px;
    height: 88px;
    background-color: #fff;
}
.advantages.sect .content > .top > .left .items .item:nth-child(2n+1) .icon {
    margin-left: 6px;
}
.advantages.sect .content > .top > .left .items .item:nth-child(2n) .icon {
    margin-right: 6px;
}
.advantages.sect .content > .top > .left .items .item:last-child .icon {
    margin-left: 0;
    margin-right: 0;
}
.advantages.sect .content > .top > .left .items .item .icon > .table {
    display: table;
    width: 100%;
    height: 100%;
}
.advantages.sect .content > .top > .left .items .item .icon > .table > .cell {
    display: table-cell;
    vertical-align: middle;
}
.advantages.sect .content > .top > .left .items .item .note {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 350px;
    text-align: left;
    font-size: 16px;
    color: #777;
    background-color: #fff;
    border: 1px solid #11b3fc;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.11);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.11);
    box-shadow: 0 0 10px rgba(0,0,0,.11);
    padding: 10px;
    margin-top: 10px;
    z-index: 1;
}
.advantages.sect .content > .top > .left .items .item:nth-child(2n) .note {
    left: auto;
    right: 0;
}
.advantages.sect .content > .top > .left .items .item:hover .note {
    display: block;
}
.advantages.sect .content > .top > .right {
    float: right;
    width: 420px;
}
.advantages.sect .intro .caption .selected {
    font-size: 72px;
}

.about.sect {
    padding: 30px 0 0;
}
.about.sect .items {
    font-size: 0;
}
.about.sect .items .item {
    display: inline-block;
    vertical-align: top;
    width: 386px;
    text-align: left;
    font-size: 18px;
    color: #383839;
}
.about.sect .items .item:nth-child(2n+1) {
    margin-top: 170px;
}
.about.sect .items .item > .text {
    position: relative;
    min-height: 231px;
    padding: 0 40px;
    margin-bottom: 110px;
}
.about.sect .items .item:nth-child(2n) .text {
    margin-bottom: 0;
    margin-top: 80px;
}
.about.sect .items .item > .text > .icon {
    height: 43px;
    margin-bottom: 10px;
}
.about.sect .items .item > .text > .icon > .table {
    display: table;
}
.about.sect .items .item > .text > .icon > .table > .cell {
    display: table-cell;
    vertical-align: bottom;
}
.about.sect .items .item > .text .caption {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.about.sect .items .item > .text .caption::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 2px;
    background-color: #11b0fc;
}
.about.sect .items .item > .text .desc {
    font-size: 16px;
    line-height: 1.5;
}
.about.sect .items .item > .text .subitem {
    display: table;
    margin-top: 15px;
}
.about.sect .items .item > .text .subitem .icon,
.about.sect .items .item > .text .subitem .text {
    display: table-cell;
    vertical-align: middle;
}
.about.sect .items .item > .text .subitem .icon {
    width: 24px;
}
.about.sect .items .item > .text .subitem .text {
    padding-left: 16px;
}
.about.sect .items .item > .text .note {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 40px;
}
.about.sect .items .item > .img img {
    max-width: none;
    max-height: none;
    margin-left: -86px;
}
.about.sect .items .item:nth-child(1) > .img img {
    margin-left: 0;
}
.about.sect .items .item .arrow {
    position: absolute;
    bottom: -110px;
    right: 80px;
}
.about.sect .items .item:nth-child(2n) .arrow {
    position: absolute;
    bottom: auto;
    top: -35px;
    left: 130px;
}

.contacts.sect {
    height: 240px;
}
.contacts.sect .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F7F1D9;
    z-index: 1;
}

.footer.sect {
    padding: 20px 0;
}
.footer.sect .info1 {
    float: left;
    text-align: left;
}
.footer.sect .info1 .caption {
    font-size: 14px;
    margin-bottom: 10px;
}
.footer.sect .info1 .location {
    position: relative;
    font-size: 16px;
    font-weight: 100;
    color: #696868;
    padding-left: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.footer.sect .info1 .location::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 31px;
    background-repeat: no-repeat;
    background-image: url('../img/header/location.png');
}
.footer.sect .info2 {
    display: inline-block;
    vertical-align: top;
    margin-right: 60px;
}
.footer.sect .info2 .email {
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.footer.sect .info2 .email a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 35px;
}
.footer.sect .info2 .email a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 21px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url('../img/footer/email.png');
    margin-top: -7px;
}
.footer.sect .info2 .phone {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
}
.footer.sect .info2 .phone a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 35px;
}
.footer.sect .info2 .phone a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url('../img/header/phone.png');
    margin-top: -12px;
}
.footer.sect .info2 .button {
    max-width: 250px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    background-color: #22b5fc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 10px;
    padding-bottom: 11px;
    margin-top: 10px;
}
.footer.sect .developer {
    float: right;
    text-align: right;
}
.footer.sect .developer .text {
    display: block;
}
.footer.sect .developer .text .caption {
    display: block;
    font-size: 12px;
    font-weight: 100;
    color: #b3b3b3;
}
.footer.sect .developer .icon {
    display: block;
}
.footer.sect .developer .icon img {
    max-width: 60px;
}

.services.sect {
    padding-top: 80px;
}
.openspace.services.sect .bg {
    position: relative;
}
.openspace.services.sect .bg::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 454px;
    height: 336px;
    background-repeat: no-repeat;
    background-image: url('../img/openspace/bg.jpg');
    z-index: -1;
}
.services.sect .slider {
    background-color: #383839;
}
.services.sect .properties {
    padding: 30px 0 40px;
}
.services.sect .properties .items {
    font-size: 0;
}
.services.sect .properties .items .item {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
    margin-top: -1px;
}
.meeting.services.sect .properties .items .item,
.offices.services.sect .properties .items .item {
    width: 25%;
}
.services.sect .properties .items .item:nth-child(2n+1) {
    background-color: #f7f7f7;
}
.offices.services.sect .properties .items .item:nth-child(2n+1),
.meeting.services.sect .properties .items .item:nth-child(2n+1) {
    background-color: #fff;
}
.offices.services.sect .properties .items .item:nth-child(4n+2),
.offices.services.sect .properties .items .item:nth-child(4n+4),
.meeting.services.sect .properties .items .item:nth-child(4n+2),
.meeting.services.sect .properties .items .item:nth-child(4n+4) {
    background-color: #f7f7f7;
}
.offices.services.sect .properties .items .item:nth-child(8n+1),
.offices.services.sect .properties .items .item:nth-child(8n+3),
.meeting.services.sect .properties .items .item:nth-child(8n+1),
.meeting.services.sect .properties .items .item:nth-child(8n+3) {
    background-color: #f7f7f7;
}
.offices.services.sect .properties .items .item:nth-child(8n+2),
.offices.services.sect .properties .items .item:nth-child(8n+4),
.meeting.services.sect .properties .items .item:nth-child(8n+2),
.meeting.services.sect .properties .items .item:nth-child(8n+4) {
    background-color: #fff;
}
.services.sect .properties .items .item > .table {
    display: table;
    width: 100%;
    height: 150px;
    padding: 10px 30px;
}
.services.sect .properties .items .item > .table .icon,
.services.sect .properties .items .item > .table .text {
    display: table-cell;
    vertical-align: middle;
}
.services.sect .properties .items .item > .table .icon {
    width: 69px;
}
.services.sect .properties .items .item > .table .text {
    text-align: left;
    padding-left: 20px;
}
.services.sect .properties .items .item > .table .text .caption {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.services.sect .properties .items .item > .table .text .desc {
    font-size: 12px;
}
.services.sect .tariffs {
    padding: 40px 0 0;
}
.openspace.services.sect .tariffs {
    padding-bottom: 60px;
}
.services.sect .tariffs .intro .caption {
    font-weight: 500;
}
.services.sect .tariffs .items {
    font-size: 0;
    margin-left: -10px;
    margin-top: -30px;
}
.services.sect .tariffs .items .item {
    display: inline-block;
    vertical-align: top;
    width: 282px;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,.19);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.19);
    box-shadow: 0 5px 5px rgba(0,0,0,.19);
    padding: 4px;
    margin-left: 10px;
    margin-top: 30px;
}
.meeting.services.sect .tariffs .items {
    margin-left: -30px;
}
.meeting.services.sect .tariffs .items .item {
    width: 565px;
    margin-left: 30px;
}
.offices.services.sect .tariffs .items {
    margin-left: 0;
}
.offices.services.sect .tariffs .items .item {
    width: 100%;
    margin-left: 0;
}
.services.sect .tariffs .items .item > .top .text {
    background-color: #f4f8fa;
    padding: 10px 5px;
}
.services.sect .tariffs .items .item > .top .text > .table {
    display: table;
    width: 100%;
}
.services.sect .tariffs .items .item > .top .text > .table > .cell {
    display: table-cell;
    vertical-align: middle;
    height: 116px;
}
.services.sect .tariffs .items .item > .top .text .caption {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}
.services.sect .tariffs .items .item > .top .text .desc {
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 10px;
}
.services.sect .tariffs .items .item > .bottom .text {
   padding: 40px 0;
}
.services.sect .tariffs .items .item > .bottom .text .caption { 
    font-size: 44px;
    font-weight: 100;
    letter-spacing: 1px;
    color: #868686;
}
.services.sect .tariffs .items .item .button {
    max-width: 250px;
    text-shadow: 0 1px 1px rgba(255,255,255,.61);
    color: #383839;
    -moz-box-shadow: 0 5px 5px rgba(255,174,0,.31);
    -webkit-box-shadow: 0 5px 5px rgba(255,174,0,.31);
    box-shadow: 0 5px 5px rgba(255,174,0,.31);
    padding-top: 17px;
    padding-bottom: 18px;
    margin-bottom: 30px;
}
.offices.services.sect .tariffs .items .item .button {
    max-width: 330px;
}

.openspace.services.sect .tariffs .content {
    position: relative;
}
.openspace.services.sect .tariffs .img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.openspace.services.sect .tariffs .img.img1 {
    top: -30px;
    left: -320px;
}
.openspace.services.sect .tariffs .img.img2 {
    top: -70px;
    left: auto;
    right: -320px;
}

.services.sect .price {
    padding: 40px 0 80px;
}
.services.sect .price .items .item .text .desc {
    font-size: 48px;
    font-weight: 100;
    letter-spacing: 1px;
    color: #868686;
}
.services.sect .price .items .item .text .caption {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #585858;
}
.services.sect .price .items .item .button {
   max-width: 400px;
   text-shadow: 0 1px 1px rgba(255,255,255,.61);
   color: #383839;
   -moz-box-shadow: 0 5px 5px rgba(255,174,0,.31);
   -webkit-box-shadow: 0 5px 5px rgba(255,174,0,.31);
   box-shadow: 0 5px 5px rgba(255,174,0,.31);
   padding-top: 21px;
   padding-bottom: 22px;
   margin-top: 30px;
}

.services.sect .order .calc .items {
    font-size: 0;
    margin-left: -40px;
    margin-top: -30px;
}
.services.sect .order .calc .items .item {
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    font-size: 18px;
    width: 360px;
    margin-left: 40px;
    margin-top: 30px;
}
.conference.services.sect .order .calc .items .item {
    width: 560px;
}
.services.sect .order .calc .items .item label {
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: 20px;
}
.services.sect .order .calc .items .item input[type="text"],
.services.sect .order .calc .items .item textarea {
    color: #fff;
    background-color: transparent;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    border: 2px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.services.sect .order .calc .items .item .field {
    position: relative;
}
.services.sect .order .calc .items .item .field.counter input[type="text"] {
    padding-left: 85px;
    padding-right: 85px;
}
.services.sect .order .calc .items .item .field.date input[type="text"] {
    padding-right: 85px;
}
.services.sect .order .calc .items .item .field.counter .minus,
.services.sect .order .calc .items .item .field.counter .plus,
.services.sect .order .calc .items .item .field.date .icon {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    background-color: #fff;
}
.services.sect .order .calc .items .item .field.counter .plus,
.services.sect .order .calc .items .item .field.date .icon {
    left: auto;
    right: 0;
}
.services.sect .order .calc .items .item .field.counter .minus::before,
.services.sect .order .calc .items .item .field.counter .plus::before,
.services.sect .order .calc .items .item .field.counter .plus::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 2px;
    background-color: #21b5fc;
    margin-left: -18px;
    margin-top: -1px;
}
.services.sect .order .calc .items .item .field.counter .plus::after {
    width: 2px;
    height: 36px;
    margin-left: -1px;
    margin-top: -18px;
}
.services.sect .order .calc .items .item .field.date .icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 38px;
    height: 35px;
    background-repeat: no-repeat;
    background-image: url('../img/openspace/order/date.png');
    margin-left: -19px;
    margin-top: -17px;
}
.services.sect .order .calc .result {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 40px;
}
.services.sect .order .calc .result .selected {
    font-size: 42px;
    color: #21b5fc;
}

.openspace.sect .order {
    color: #fff;
    background-color: #000;
    background-repeat: no-repeat;
    background-image: url('../img/openspace/order/bg.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 40px 0;
}
.openspace.sect .order form {
    max-width: 760px;
    color: #383839;
    background-color: #fff;
    padding: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.openspace.sect .order form .fields {
    font-size: 0;
    margin-top: -20px;
}
.openspace.sect .order form .fields .field {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
    font-size: 18px;
    margin-top: 30px;
}
.openspace.sect .order form label {
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.openspace.sect .order form input[type="text"],
.openspace.sect .order form textarea {
    font-weight: 500;
}
.openspace.sect .order form .button {
    max-width: 400px;
    text-shadow: 0 1px 1px rgba(255,255,255,.61);
    color: #383839;
    -moz-box-shadow: 0 5px 5px rgba(255,174,0,.31);
    -webkit-box-shadow: 0 5px 5px rgba(255,174,0,.31);
    box-shadow: 0 5px 5px rgba(255,174,0,.31);
    padding-top: 17px;
    padding-bottom: 18px;
    margin-top: 35px;
}

.conference.sect .order {
    color: #fff;
    background-color: #000;
    background-repeat: no-repeat;
    background-image: url('../img/conference1/order/bg.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 70px 0;
}

.mfp-close {
    font-family: 'MuseoSansCyrl', Arial, Helvetica, sans-serif;
    font-size: 44px;
    font-weight: 100;
}

.popup.sect {
    width: 100%;
    max-width: 560px;
    text-align: center;
    background-color: #fff;
    border: 3px solid #11ccfc;
    padding: 70px 50px 30px;
    margin-left: auto;
    margin-right: auto;
}
.popup_callback.sect form > .top {
    margin-bottom: 30px;
}
.popup_callback.sect form > .top .caption,
.popup_complete.sect .text .caption {
    font-size: 36px;
}
.popup_callback.sect form > .top .desc {
    font-size: 14px;
    font-weight: 100;
    margin-top: 10px;
}
.popup_callback.sect form .roulette {
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
@keyframes roulette_img1 {
    100% {
        transform: rotate(720deg);
    }
}
@keyframes roulette_img2 {
    100% {
        transform: rotate(-720deg);
    }
}
.popup_callback.sect form .roulette.active .img2 { 
    animation-duration: 8s;
    animation-fill-mode: both;
    animation-name: roulette_img2;  
}
.popup_callback.sect form .roulette.active .img1 { 
    animation-duration: 8s;
    animation-fill-mode: both;
    animation-name: roulette_img1;  
}
.popup_callback.sect form .roulette .img2,
.popup_callback.sect form .roulette .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popup_callback.sect form .roulette .img2 > .table,
.popup_callback.sect form .roulette .text > .table {
    display: table;
    width: 100%;
    height: 100%;
}
.popup_callback.sect form .roulette .img2 > .table > .cell,
.popup_callback.sect form .roulette .text > .table > .cell {
    display: table-cell;
    vertical-align: middle;
}
.popup_callback.sect form .roulette .text {
    color: #044f71;
}
.popup_callback.sect form .roulette .text .caption {
    font-size: 18px;
    font-weight: 700;
}
.popup_callback.sect form .roulette .text .desc {
    font-size: 60px;
    font-weight: 700;
}
.popup_callback.sect form .fields {
    font-size: 0;
    margin-top: -20px;
}
.popup_callback.sect form .fields .field {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 430px;
    text-align: left;
    font-size: 18px;
    margin-top: 20px;
}
.popup_callback.sect form label {
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 1px;
    padding-bottom: 5px;
}
.popup_callback.sect form .button {
    max-width: 350px;
    margin-top: 25px;
}
.popup_callback.sect form .personal {
    position: relative;
    text-align: left;
    margin-top: 20px;
}
.popup_callback.sect form .personal input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
}
.popup_callback.sect form .personal label {
    font-size: 12px;
    padding-left: 20px;
    padding-bottom: 0;
}
.popup_callback.sect form .personal label .link {
    border-bottom: 1px solid;
}
.popup_callback.sect form .personal label .link:hover {
    border-bottom-color: transparent;
}
.popup_complete.sect {
    padding-bottom: 70px;
}
.popup_complete.sect .text .desc {
    font-size: 24px;
}

.animated {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}
.main.sect > .container .content > .items .item,
.about.sect .items .item,
.services.sect .properties .items .item,
.advantages.sect .content > .top > .left,
.advantages.sect .content > .top > .right,
.information.sect .items .item,
.services.sect .tariffs .items .item {
    opacity: 0;
}