body {
    position: relative;
    min-width: 320px;
    text-align: center;
    font-family: 'Circe', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #282828;
    -webkit-font-smoothing: antialiased;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #282828;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #282828;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #282828;
}
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,
.button::before,
.button::after,
input[type="text"],
textarea {
    -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: 16px;
    color: #282828;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -moz-box-shadow: inset 0 2px 6px rgba(21,20,21,.15);
    -webkit-box-shadow: inset 0 2px 6px rgba(21,20,21,.15);
    box-shadow: inset 0 2px 6px rgba(21,20,21,.15);
    padding: 15px 35px 14px;
    margin-bottom: 10px;
}
textarea {
    resize: none;
    height: 100px;
}
input[type="text"].error,
textarea.error {
    border-color: #f00!important;
    -moz-box-shadow: inset 0 2px 6px rgba(255,0,0,.15);
    -webkit-box-shadow: inset 0 2px 6px rgba(255,0,0,.15);
    box-shadow: inset 0 2px 6px rgba(255,0,0,.15);
}
.button {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: none;
    overflow: hidden;
    width: 100%;
    max-width: 305px;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    background-color: #ff9600;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    padding: 25px 10px 24px;
}
.button:hover {
    opacity: .8;
}
.button::before,
.button::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 133px;
    height: 110px;
    background-repeat: no-repeat;
    background-image: url('../img/main/button.png');
    margin-left: -90px;
}
.button::after {
    left: auto;
    right: 0;
    bottom: -10px;
    margin-left: auto;
    margin-right: -40px;
}
form {
    max-width: 460px;
    background-color: #fff;
    -moz-border-radius: 38px;
    -webkit-border-radius: 38px;
    border-radius: 38px;
    padding: 60px 50px;
}
form .note {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 40px;
}
form .button {
    margin-top: 30px;
}
.intro {
    margin-bottom: 30px;
}
.intro .caption {
    font-size: 46px;
    line-height: 1.3;
    font-weight: 900;
}
.intro .desc {
    font-size: 20px;
    line-height: 1.5;
    color: #808080;
    margin-top: 20px;
}

.who.sect {
    padding: 80px 0;
}
.who.sect .content > .bottom > .caption {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 80px;
}
.who.sect .content > .bottom .items {
    font-size: 0;
    margin-left: -130px;
    margin-top: -80px;
}
.who.sect .content > .bottom .items .item {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    height: 250px;
    font-size: 18px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 40px 80px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 40px 80px rgba(0,0,0,.1);
    box-shadow: 0 40px 80px rgba(0,0,0,.1);
    padding: 0 35px;
    margin-left: 130px;
    margin-top: 80px;
}
.who.sect .content > .bottom .items .item.odd {
    margin-top: 160px;
}
.who.sect .content > .bottom .items .item .icon {
    margin-top: -24px;
}
.who.sect .content > .bottom .items .item .icon > .table {
    display: table;
    width: 100%;
}
.who.sect .content > .bottom .items .item .icon > .table > .cell {
    display: table-cell;
    vertical-align: bottom;
    height: 164px;
}
.who.sect .content > .bottom .items .item .text {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
    margin-top: 25px;
}
.who.sect .content > .bottom .items .item .text .caption {
    font-size: 20px;
}

.information.sect {
    color: #fff;
    background-color: #ff9600;
    background-repeat: no-repeat;
    background-image: url('../img/information/bg.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 105px 0;
}
.information.sect .content {
    max-width: 560px;
    margin: 0 auto;
}
.information.sect .content > .top .caption {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
}

.header.sect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 30px;
    color: #fff;
    background-color: rgba(0,0,0,.2);
    padding: 20px 0;
    z-index: 1;
}
.header.sect .slogan {
    float: left;
    font-size: 30px;
    font-weight: 900;
}
.header.sect .info {
    float: right;
    margin-left: -25px;
}
.header.sect .info .phone,
.header.sect .info .link {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}
.header.sect .info .phone {
    font-size: 24px;
    font-weight: 700;
}
.header.sect .info .link {
    font-size: 20px;
    color: #ff9600;
    border-bottom: 1px solid;
}
.header.sect .info .link:hover {
    border-color: transparent;
}

.footer.sect {
    position: relative;
    background-color: #282828;
    padding: 30px 0;
}
.footer.sect .address {
    float: left;
    font-size: 20px;
}

.order.sect {
    background-repeat: no-repeat;
    background-image: url('../img/order/bg.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 105px 0;
}

.fancybox-skin {
    color: inherit; 
}
.fancybox-type-inline .fancybox-skin {
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.fancybox-close {
    top: 30px;
    right: 30px;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-image: url('../img/popup/close.png');
    background-position: center center;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
}
.fancybox-close:hover {
    opacity: .8;
}

.popup.sect {
    display: none;
}
.popup.complete.sect {
    width: 700px;
    background-color: #fff;
    -moz-border-radius: 38px;
    -webkit-border-radius: 38px;
    border-radius: 38px;
    padding: 60px 50px;
}
.popup.complete.sect .intro {
    margin-bottom: 0;
}
.popup.complete.sect .intro .caption {
    font-size: 40px;
}
.popup.complete.sect .intro .desc {
    font-size: 22px;
    color: #282828;
    margin-top: 10px;
}

.main.sect {
    color: #fff;
    background-color: #282828;
    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 {
    padding-top: 300px;
    padding-bottom: 45px;
}
.main.sect > .container .content {
    position: relative;
    z-index: 1;
}
.main.sect > .container .offer {
    position: absolute;
    top: -170px;
    left: 50%;
    width: 1729px;
    height: 213px;
    margin-left: -864px;
    z-index: -1;
}
.main.sect > .container .content > .top {
    max-width: 660px;
    overflow: hidden;
    text-align: left;
}
.main.sect > .container .content > .top .caption {
    font-size: 60px;
    font-weight: 900;
}
.main.sect > .container .content > .top .desc {
    font-size: 24px;
}
.main.sect > .container .content > .top .desc .value {
    position: relative;
}
.main.sect > .container .content > .top .desc .value::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 660px;
    height: 1px;
    background-color: #fff;
    margin-left: 20px;
}
.main.sect > .container .content > .bottom {
    max-width: 380px;
    text-align: left;
    margin-top: 50px;
}
.main.sect > .container .content > .bottom .desc {
    font-size: 20px;
    line-height: 1.5;
}
.main.sect > .container .content > .bottom .button {
    margin-top: 50px;
}
.main.sect > .container .content > .bottom .note {
    max-width: 305px;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 10px;
}
.main.sect > .container .content > .bottom .note strong {
    font-weight: 900;
}
.main.sect > .container .advantages {
    margin-top: 155px;
}
.main.sect > .container .advantages .items {
    text-align: left;
    font-size: 0;
    margin-left: -30px;
    margin-top: -20px;
}
.main.sect > .container .advantages .items .item {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin-left: 30px;
    margin-top: 20px;
}
.main.sect > .container .advantages .items .item > .table {
    display: table;
    width: 100%;
}
.main.sect > .container .advantages .items .item > .table > .icon,
.main.sect > .container .advantages .items .item > .table > .text {
    display: table-cell;
    vertical-align: middle;
}
.main.sect > .container .advantages .items .item > .table > .icon {
    width: 68px;
    text-align: center;
}
.main.sect > .container .advantages .items .item > .table > .icon > .table {
    display: table;
    width: 100%;
}
.main.sect > .container .advantages .items .item > .table > .icon > .table > .cell {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    background-repeat: no-repeat;
    background-image: url('../img/main/icon.png');
}
.main.sect > .container .advantages .items .item > .table > .text {
    max-width: 160px;
    text-align: left;
    padding-left: 15px;
}
.main.sect > .container .advantages .items .item > .table > .text .caption {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about.sect {
    background-color: #f6f4ef;
    padding: 70px 0;
}
.about.sect .intro {
    margin-bottom: 40px;
}
.about.sect .pager {
    font-size: 0;
    background-color: #fafafa;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    -moz-box-shadow: inset 0 2px 6px rgba(21,20,21,.15);
    -webkit-box-shadow: inset 0 2px 6px rgba(21,20,21,.15);
    box-shadow: inset 0 2px 6px rgba(21,20,21,.15);
}
.about.sect .pager .button {
    max-width: none;
    width: 33.33%;
    background-color: transparent;
    color: #282828;
}
.about.sect .pager .button::before,
.about.sect .pager .button::after {
    display: none;
}
.about.sect .pager .button.active {
    cursor: default;
    color: #fff;
    background-color: #ff9600;
}
.about.sect .pager .button.active:hover {
    opacity: 1;
}
.about.sect .pager .button.active::before,
.about.sect .pager .button.active::after {
    display: block;
}
.about.sect .items {
    margin-top: 90px;
}
.about.sect .items ul.tabs > li {
    display: none;
}
.about.sect .items ul.tabs > li.active {
    display: block;
}
.about.sect .items .item {
    display: table;
    width: 100%;
}
.about.sect .items .item .icons,
.about.sect .items .item .text {
    display: table-cell;
    vertical-align: middle;
}
.about.sect .items .item .icons {
    width: 520px;
    text-align: left;
    font-size: 0;
}
.about.sect .items .item .icons .icon {
    display: inline-block;
    vertical-align: top;
}
.about.sect .items .item .icons .icon:nth-child(2n+1) img {
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
}
.about.sect .items .item .icons .icon:nth-child(2n) img {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    margin-left: 100px;
    margin-top: -120px;
}
.about.sect .items .item .icons .icon img {
    max-width: none;
    max-height: none;
    border: 9px solid #fff;
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.15);
    box-shadow: 0 2px 10px rgba(0,0,0,.15);
}
.about.sect .items .item .text {
    text-align: left;
    padding-left: 80px;
}
.about.sect .items .item .text .desc {
    font-size: 20px;
    line-height: 1.5;
}
.about.sect .items .item .text .subitems {
    margin-top: 5px;
}
.about.sect .items .item .text .subitems .subitem {
    display: table;
    width: 100%;
    margin-top: 25px;
}
.about.sect .items .item .text .subitems .subitem > .icon,
.about.sect .items .item .text .subitems .subitem > .text {
    display: table-cell;
    vertical-align: middle;
}
.about.sect .items .item .text .subitems .subitem > .icon {
    width: 68px;
    text-align: center;
}
.about.sect .items .item .text .subitems .subitem > .icon > .table {
    display: table;
    width: 100%;
}
.about.sect .items .item .text .subitems .subitem > .icon > .table > .cell {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    background-repeat: no-repeat;
    background-image: url('../img/about/icon.png');
}
.about.sect .items .item .text .subitems .subitem > .text {
    text-align: left;
    padding-left: 15px;
}
.about.sect .items .item .text .subitems .subitem > .text .caption {
    font-size: 20px;
    line-height: 1.5;
}
.about.sect .items .item .text .desc ul.list {
    padding-left: 50px;
}
.about.sect .items .item .text .desc ul.list li {
    position: relative;
    padding-left: 10px;
}
.about.sect .items .item .text .desc ul.list li::before {
    content: '•';
    position: absolute;
    top: 0;
    left: 0;
}

.main.sect > .container .offer,
.main.sect > .container .advantages .items .item,
.main.sect > .container .content > .top,
.main.sect > .container .content > .bottom,
.who.sect .content > .bottom .items .item,
.information.sect .content > .top .caption,
.who.sect .content > .bottom > .caption,
.order.sect form,
.about.sect .items {
    opacity: 0;
}