body {
    position: relative;
    min-width: 320px;
    text-align: center;
    font-family: 'OpenSans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    -webkit-font-smoothing: antialiased;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #7b7b7b;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #7b7b7b;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #7b7b7b;
}
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,
.videos.sect .items .item .video video,
.videos.sect .items .item .video .play,
.owl-dots .owl-dot,
.collection.sect .content > .top .collection .items .item .icon img {
    -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;
}
form {
    position: relative;
    overflow: hidden;
    text-align: left;
    color: #fff;
    background-color: #f07c00;
    padding: 20px;
    z-index: 1;
}
form::before,
form::after {
    content: '';
    position: absolute;
    top: -75px;
    left: -15px;
    width: 141px;
    height: 192px;
    background-repeat: no-repeat;
    background-image: url('../img/form/ornament.png');
    z-index: -1;
}
form::after {
    top: auto;
    bottom: -85px;
    left: auto;
    right: -55px;
}
form > .top .caption {
    font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 30px;
}
form > .top .caption .selected {
    font-weight: 900;
}
form > .top .desc {
    font-size: 16px;
    margin-bottom: 15px;
}
form .fields {
    font-size: 0;
    margin-left: -10px;
    margin-top: -10px;
}
form .fields .field {
    display: inline-block;
    vertical-align: top;
    width: 210px;
    margin-left: 10px;
    margin-top: 10px;
}
input[type="text"],
textarea {
    display: inline-block;
    vertical-align: middle;
    outline: none;
    border: none;
    width: 100%;
    font-size: 13px;
    color: #000;
    background-color: #fff;
    border: 1px solid #dfe1e5;
    padding: 8px 15px 9px;
}
textarea {
    resize: none;
    height: 100px;
}
input[type="text"].error,
textarea.error {
    border-color: #f00!important;
    background-color: #FFB2B2!important;
}
.button {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: none;
    overflow: hidden;
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background-color: #f07c00;
    border: 1px solid #fff;
    padding: 7px 15px;
}
.button:hover {
    opacity: .8;
}
.button.send .value {
    position: relative;
    padding-left: 40px;
}
.button.send .value::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 28px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url('../img/form/send.png');
    margin-top: -9px;
}
form .button {
    width: 100%;
    background-color: #000;
}
.select {  
    position: relative;
    display: inline-block;
    vertical-align: top;
}
select {
    display: inline-block;
    vertical-align: middle;
    outline: none;
    border: none;
    width: auto;
    font-size: 14px;
    text-transform: uppercase;
    color: #ff6600;
    background-color: transparent;
    border: 1px solid #dfe1e5;
    padding: 7px 30px 8px 15px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px; 
    text-overflow: '';
    -ms-appearance: none;
    appearance: none!important;
}
.select::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #5e5e5e;
    z-index: -1;
    margin-top: -4px;
}
.intro {
    margin-bottom: 120px;
}
.intro .caption {
    position: relative;
    display: inline;
    font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    color: #424242;
    text-shadow: 7px 7px 4px rgba(0,0,0,.11);
    z-index: 1;
}
.intro .caption::before,
.intro .caption::after {
    content: '';
    position: absolute;
    top: -33px;
    left: -33px;
    width: 94px;
    height: 94px;
    border: 4px solid #f07c00;
    z-index: -1;
}
.intro .caption::after {
    top: 37px;
    left: 37px;
    width: 42px;
    height: 42px;
    border-color: rgba(0,0,0,.1);
}
.owl-carousel .owl-item img {
    display: inline;
    width: auto;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 78px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: url('../img/collection/controls.png');
    margin-top: -48px;
}
.owl-nav .owl-next {
    left: auto;
    right: 20px;
}
.owl-nav .owl-next {
    background-position: -78px 0;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    opacity: .8;
}
.owl-dots {
    font-size: 0;
    margin-top: 20px;
    margin-left: -10px;
}
.owl-dots .owl-dot {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #f07c00;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 6px;
    margin-left: 10px;
}
.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover {
    background-color: #f07c00;
}

.advantages.sect {
    padding: 80px 0 100px;
}
.advantages.sect .intro {
    margin-bottom: 85px;
}
.advantages.sect .items {
    font-size: 0;
    width: 904px;
    background-color: #eeede7;
    margin-left: auto;
    margin-right: auto;
}
.advantages.sect .items .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    font-size: 18px;
    background-color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 25px 35px;
    margin-left: 2px;
    margin-top: 2px;
}
.advantages.sect .items .item:hover {
    width: 320px;
    -moz-box-shadow: 0 30px 80px rgba(240,124,0,.32);
    -webkit-box-shadow: 0 30px 80px rgba(240,124,0,.32);
    box-shadow: 0 30px 80px rgba(240,124,0,.32);
    padding-left: 45px;
    padding-right: 45px;
    margin-left: -8px;
    margin-right: -10px;
    z-index: 1;
}
.advantages.sect .items .item:hover::before {
    display: none;
}
.advantages.sect .items .item .icon {
    height: 75px;
}
.advantages.sect .items .item .text {
    height: 114px;
    margin-top: 25px;
}
.advantages.sect .items .item .text .caption {
    font-size: 16px;
    font-weight: 700;
    color: #262626;
}
.advantages.sect .items .item .text .desc {
    font-size: 14px;
    color: #b5b4af;
    margin-top: 15px;
}
.advantages.sect .note {
    margin-top: 70px;
}
.advantages.sect .note .look {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: 700;
    color: #424242;
    padding-right: 40px;
}
.advantages.sect .note .look::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-image: url('../img/advantages/look.png');
    margin-top: -14px;
}
.advantages.sect .note .look:hover {
    text-decoration: underline;
}

.audience.sect {
    text-align: left;
    background-color: #f4f4f4;
    padding-bottom: 65px;
}
.audience.sect .content > .top {
    margin-bottom: 60px;
    margin-top: -15px;
}
.audience.sect .content > .top .caption {
    font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}
.audience.sect .items {
    font-size: 0;
    margin-left: -40px;
    margin-top: -40px;
}
.audience.sect .items .item {
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
    margin-top: 40px;
}
.audience.sect .items .item .icon,
.audience.sect .items .item .text {
    display: inline-block;
    vertical-align: top; 
}
.audience.sect .items .item .icon {
    text-align: center;
    width: 65px;
    margin-right: 25px;
}
.audience.sect .items .item .text {
    width: 273px;
}
.audience.sect .items .item .text .caption {
    font-size: 16px;
    font-weight: 600;
    min-height: 38px;
}
.audience.sect .items .item .text .desc {
    font-size: 14px;
    margin-top: 10px;
}

.header.sect .content .logo {
    float: left;
    text-align: left;
    font-size: 0;
}
.header.sect .content .logo .icon,
.header.sect .content .logo .text {
    display: inline-block;
    vertical-align: middle;
}
.header.sect .content .logo .icon {
    margin-right: 25px;
}
.header.sect .content .logo .text .caption {
    font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.header.sect .content .logo .text .caption .selected {
    font-weight: 900;
}
.header.sect .content .info {
    float: right;
    text-align: right;
    margin-top: 25px;
}
.header.sect .content .info .items {
    font-size: 0;
    margin-top: -10px;
}
.header.sect .content .info .items .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 10px;
}
.header.sect .content .info .items .item .phone {
    font-size: 24px;
}
.header.sect .content .info .items .item .phone a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 60px;
}
.header.sect .content .info .items .item .phone a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 42px;
    height: 30px;
    background-repeat: no-repeat;
    background-image: url('../img/header/phone.png');
    margin-top: -15px;
}
.header.sect .content .info .items .item .email a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 60px;
}
.header.sect .content .info .items .item .email a::before {
    content: '';
    position: absolute;
    left: 9px;
    top: 50%;
    width: 31px;
    height: 23px;
    background-repeat: no-repeat;
    background-image: url('../img/contacts/email.png');
    margin-top: -11px;
}
.header.sect .content .info .phone {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.header.sect .content .info .phone a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 60px;
}
.header.sect .content .info .phone a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 42px;
    height: 30px;
    background-repeat: no-repeat;
    background-image: url('../img/header/phone.png');
    margin-top: -15px;
}
.header.sect .content .info .items .item .button.callback {
    margin-top: 10px;
    margin-left: 60px;
}

.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: 100px 0 120px;
}
.main.sect > .container .content > .top {
    font-size: 0;
}
.main.sect > .container .content > .top > .left,
.main.sect > .container .content > .top > .right {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}
.main.sect > .container .content > .top > .left {
    width: 625px;
    margin-right: 75px;
}
.main.sect > .container .content > .top > .left .info {
    text-align: left;
    background: rgba(0,0,0,.3);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=1 );
    padding: 20px;
    margin-top: -20px;
}
.main.sect > .container .content > .top > .left .info > .caption {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 25px;
}
.main.sect > .container .content > .top > .left .info > .caption .selected {
    display: inline-block;
    background-color: #f07c00;
    padding: 6px 15px;
    margin-left: 5px;
}
.main.sect > .container .content > .top > .left .info .items {
    font-size: 0;
    margin-top: -10px;
}
.main.sect > .container .content > .top > .left .info .items .item {
    margin-top: 10px;
}
.main.sect > .container .content > .top > .left .info .items .item .icon,
.main.sect > .container .content > .top > .left .info .items .item .text {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
}
.main.sect > .container .content > .top > .left .info .items .item .icon {
    width: 25px;
    text-align: center;
}
.main.sect > .container .content > .top > .left .info .items .item .text {
   padding-left: 15px;
}
.main.sect > .container .content > .top > .left .info .items .item .text .caption {
    font-size: 18px;
}
.main.sect > .container .content > .top > .left .info .items .item .text .caption .selected {
    font-weight: 700;
}
.main.sect > .container .content > .top > .right form {
    width: 470px;
}

.order.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;
    padding: 125px 0;
}
.order.sect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 1%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 1%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 1%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
}
.order.sect > .container .content > .top {
    font-size: 0;
}
.order.sect > .container .content > .top > .left,
.order.sect > .container .content > .top > .right {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}
.order.sect > .container .content > .top > .left {
    width: 625px;
    margin-right: 75px;
}
.order.sect > .container .content > .top > .left .info {
    text-align: left;
}
.order.sect > .container .content > .top > .left .info .items {
    font-size: 0;
    margin-top: -30px;
}
.order.sect > .container .content > .top > .left .info .items .item {
    margin-top: 30px;
}
.order.sect > .container .content > .top > .left .info .items .item .icon,
.order.sect > .container .content > .top > .left .info .items .item .text {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
}
.order.sect > .container .content > .top > .left .info .items .item .icon {
    width: 39px;
    text-align: center;
}
.order.sect > .container .content > .top > .left .info .items .item .text {
   padding-left: 20px;
}
.order.sect > .container .content > .top > .left .info .items .item .text .caption {
    font-size: 20px;
    font-weight: 700;
}
.order.sect > .container .content > .top > .right form {
    width: 470px;
}

.contacts.sect {
    padding: 125px 0;
}
.contacts.sect .content .info {
    position: relative;
    width: 485px;
    text-align: left;
    color: #fff;
    background-color: #000;
    background-color: rgba(0,0,0,.9);
    margin-left: 100px;
    z-index: 2;
}
.contacts.sect .content .info > .top {
    padding: 30px 35px 65px;
}
.contacts.sect .content .info > .top > .caption {
    font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 25px;
}
.contacts.sect .content .info > .top .items {
    font-size: 0;
    margin-top: -20px;
}
.contacts.sect .content .info > .top .items .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 20px;
}
.contacts.sect .content .info > .top .items .item .phone {
    font-size: 24px;
}
.contacts.sect .content .info > .top .items .item .phone a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 60px;
}
.contacts.sect .content .info > .top .items .item .phone a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 42px;
    height: 30px;
    background-repeat: no-repeat;
    background-image: url('../img/header/phone.png');
    margin-top: -15px;
}
.contacts.sect .content .info > .top .items .item .email a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 60px;
}
.contacts.sect .content .info > .top .items .item .email a::before {
    content: '';
    position: absolute;
    left: 9px;
    top: 50%;
    width: 31px;
    height: 23px;
    background-repeat: no-repeat;
    background-image: url('../img/contacts/email.png');
    margin-top: -11px;
}
.contacts.sect .content .info > .top .items .item .address {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 60px;
}
.contacts.sect .content .info > .top .items .item .address::before {
    content: '';
    position: absolute;
    left: 9px;
    top: 50%;
    width: 23px;
    height: 29px;
    background-repeat: no-repeat;
    background-image: url('../img/contacts/address.png');
    margin-top: -14px;
}
.contacts.sect .content .info > .top .items .item .button.callback {
    margin-top: 10px;
    margin-left: 60px;
}
.contacts.sect .content .info > .developer {
    display: block;
    text-align: right;
    font-size: 0;
    background-color: #000;
    background-color: rgba(0,0,0,.9);
    padding: 10px 20px;
}
.contacts.sect .content .info > .developer .text,
.contacts.sect .content .info > .developer .icon {
    display: inline-block;
    vertical-align: middle;
}
.contacts.sect .content .info > .developer .text {
    margin-right: 10px;
}
.contacts.sect .content .info > .developer .text .caption {
    font-size: 11px;
    color: #707070;
}
.contacts.sect .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F7F1D9;
    z-index: 1;
}

.videos.sect {
    text-align: left;
    padding: 90px 0;
}
.videos.sect .items {
    font-size: 0;
}
.videos.sect .items .item {
    display: inline-block;
    vertical-align: top;
}
.videos.sect .items .item .text .caption {
    display: table;
    font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #fff;
    background-color: #313131;
    padding: 8px 20px;
    margin-left: 25px;
}
.videos.sect .items .item .video {
    cursor: pointer;
    position: relative;
    -moz-box-shadow: 0 30px 80px rgba(240,124,0,.32);
    -webkit-box-shadow: 0 30px 80px rgba(240,124,0,.32);
    box-shadow: 0 30px 80px rgba(240,124,0,.32);
}
.videos.sect .items .item .video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95px;
    height: 95px;
    background-repeat: no-repeat;
    background-image: url('../img/videos/play.png');
    margin-left: -47px;
    margin-top: -47px;
    z-index: 1;
}
.videos.sect .items .item .video.disabled .play {
    opacity: 0;
}
.videos.sect .items .item .video video {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    max-width: 100%;
}
.videos.sect .items .item .video.disabled video {
    filter: none;
    -webkit-filter: none;
}

.cert.sect {
    background-repeat: no-repeat;
    background-image: url('../img/cert/bg.jpg');
    background-position: center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 180px 0 180px;
}
.cert.sect .items {
    font-size: 0;
}
.cert.sect .items .item {
    display: inline-block;
    vertical-align: top;
}
.cert.sect .items .item .icon {
    display: block;
    width: 166px;
    height: 228px;
    background-repeat: no-repeat;
    background-image: url('../img/cert/icon.jpg');
    -moz-box-shadow: 0 3px 18px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 3px 18px rgba(0,0,0,.5);
    box-shadow: 0 3px 18px rgba(0,0,0,.5);
}
.cert.sect .items .item .icon > .table {
    display: table;
    width: 100%;
}
.cert.sect .items .item .icon > .table > .cell {
    display: table-cell;
    vertical-align: middle;
    height: 228px;
}

.design.sect {
    padding-top: 80px;
}
.design.sect .groups {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
.design.sect .groups {
    font-size: 0;
    margin-top: -80px;
}
.design.sect .groups .group {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 80px;
}
.design.sect .groups .group > .container > .caption {
    display: table;
    font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #fff;
    background-color: #313131;
    padding: 8px 20px;
    margin-left: 25px;
}
.design.sect .groups .group .items .item .icon {
    display: block;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}
.design.sect .groups .group .items .item .icon:hover {
    filter: none;
    -webkit-filter: none;
}

.collection.sect {
    padding: 90px 0;
}
.collection.sect .intro {
    margin-bottom: 90px;
}
.collection.sect .content > .top {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
.collection.sect .content > .top .collection .items {
    position: relative;
}
.collection.sect .content > .top .collection .items .item {
    cursor: pointer;
}
.collection.sect .content > .top .collection .items .item.active {
    cursor: default;
}
.collection.sect .content > .top .collection .items .item .icon {
    position: relative;
}
.collection.sect .content > .top .collection .items .item .icon img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}
.collection.sect .content > .top .collection .items .item .icon:hover img,
.collection.sect .content > .top .collection .items .item.active .icon img {
    filter: none;
    -webkit-filter: none;
}
.collection.sect .content > .top .collection .items .item .icon .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #6f6f6f;
    background-color: #fff;
    background-color: rgba(255,255,255,.7);
    padding: 14px 15px;
}
.collection.sect .content > .top .collection .items .item .icon .caption .value {
    font-weight: 900;
    color: #202020;
}
.collection.sect .content > .top .type {
    text-align: left;
    color: #fff;
    background-color: #f07c00;
    padding: 40px 0;
}
.collection.sect .content > .top .type .items {
    display: none;
    font-size: 0;
    margin-left: -30px;
    margin-top: -25px;
}
.collection.sect .content > .top .type .items.active {
    display: block;
}
.collection.sect .content > .top .type .items .item {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 25px;
    margin-left: 30px;
    margin-top: 25px;
}
.collection.sect .content > .top .type .items .item input[type="radio"] {
    display: none;
}
.collection.sect .content > .top .type .items .item input[type="radio"] + label {
    cursor: pointer;
    position: relative;
    display: block;
    padding: 0 0 0 35px;  
}
.collection.sect .content > .top .type .items .item input[type="radio"]:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border: 2px solid #f8be80;
}
.collection.sect .content > .top .type .items .item input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 13px;
    height: 13px;
    background-color: #000;
}
.collection.sect .content > .bottom {
    margin-top: 30px;
}
.collection.sect .content > .bottom .items {
    font-size: 0;
}
.collection.sect .content > .bottom .items .item > .text,
.collection.sect .content > .bottom .items .item > .icon {
    display: inline-block;
    vertical-align: middle;
}
.collection.sect .content > .bottom .items .item > .text {
    width: 400px;
    text-align: left;
    margin-right: 40px;
    margin-top: -20px;
}
.collection.sect .content > .bottom .items .item > .text .caption {
    position: relative;
    font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    padding-left: 60px;
    margin-top: 20px;
}
.collection.sect .content > .bottom .items .item > .text .caption::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 39px;
    height: 35px;
    background-repeat: no-repeat;
    background-image: url('../img/collection/collection.png');
}
.collection.sect .content > .bottom .items .item > .text .caption.type::before {
    height: 31px;
    background-image: url('../img/collection/type.png');
}
.collection.sect .content > .bottom .items .item > .text .caption .value {
    font-weight: 900;
}
.collection.sect .content > .bottom .items .item > .icon {
    width: 500px;
}

.calc.sect {
    padding: 90px 0 80px;
}
.calc.sect .calc {
    max-width: 660px;
    color: #424242;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 30px 80px rgba(240,124,0,.32);
    -webkit-box-shadow: 0 30px 80px rgba(240,124,0,.32);
    box-shadow: 0 30px 80px rgba(240,124,0,.32);
    padding: 35px 50px 50px;
    margin-left: auto;
    margin-right: auto;
}
.calc.sect .calc .items {
    font-size: 0;
    margin-top: -40px;
}
.calc.sect .calc .items .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
    font-size: 18px;
    margin-top: 40px;
}
.calc.sect .calc .items .item > .caption {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    margin-bottom: 20px;
}
.calc.sect .calc .items .item > .caption::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
    background-image: url('../img/calc/room.png');
    margin-top: -18px;
}
.calc.sect .calc .items .item.laminate > .caption::before {
    left: 1px;
    width: 35px;
    height: 35px;
    background-image: url('../img/calc/laminate.png'); 
    margin-top: -17px;
}
.calc.sect .calc .items .item.styling > .caption::before {
    left: 1px;
    width: 34px;
    height: 40px;
    background-image: url('../img/calc/styling.png'); 
    margin-top: -20px;
}
.calc.sect .calc .items .item .fields {
    font-size: 0;
    margin-top: -15px;
}
.calc.sect .calc .items .item .fields .field {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 15px;
}
.calc.sect .calc .items .item .fields .field > .left,
.calc.sect .calc .items .item .fields .field > .right {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.calc.sect .calc .items .item .fields .field > .left {
    width: 360px;
}
.calc.sect .calc .items .item .fields .field > .right {
    width: 190px;
    text-align: center;
    margin-left: 10px;
}
.calc.sect .calc .items .item .fields .field .caption {
    font-size: 16px;
}
.calc.sect .calc .items .item .fields .field .caption .selected {
    color: #f00;
}
.calc.sect .calc .items .item .fields .field .desc {
    font-size: 14px;
    color: #979797;
}
.calc.sect .calc .items .item .fields .field .value {
    font-size: 16px;
    color: #666;
}
.calc.sect .calc .items .item .fields .field input[type="text"],
.calc.sect .calc .items .item .fields .field textarea {
    max-width: 120px;
    text-align: center;
    font-size: 16px;
    color: #f07c00;
    padding-top: 6px;
    padding-bottom: 7px;
}
.calc.sect .calc .items .item .fields .field input[type="radio"] {
    display: none;
}
.calc.sect .calc .items .item .fields .field input[type="radio"] + label {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
}
.calc.sect .calc .items .item .fields .field input[type="radio"]:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #535353;
}
.calc.sect .calc .items .item .fields .field input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    background-color: #535353;
}
.calc.sect .calc .button.get {
    margin-top: 50px;
}
.calc.sect .calc .note {
    text-align: left;
    font-size: 14px;
    color: #989898;
    margin-top: 50px;
}

.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-type-inline .fancybox-close {
    top: -12px;
    right: -12px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url('../img/popup/close.png');
    background-position: center center;
    -webkit-background-size: 9px 9px;
    background-size: 9px 9px;
    border: 2px solid #909090;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.fancybox-close:hover {
    opacity: .8;
}

.popup.sect {
    display: none;
    width: 250px;
}
.popup.sect form {
    text-align: center;
}
.popup.sect form > .top .caption {
    margin-bottom: 15px;
}

.popup.sect.complete form > .top .desc {
    margin-bottom: 0;
}

.advantages.sect .items .item .text, .calc.sect .calc,
.advantages.sect .items .item .icon,
.main.sect > .container .content > .top > .left,
.collection.sect .content > .bottom .items .item > .text,
.order.sect > .container .content > .top > .left,
.design.sect .groups .group > .container > .caption,
.videos.sect .items .item .text .caption,
.main.sect > .container .content > .top > .right,
.collection.sect .content > .bottom .items .item > .icon,
.order.sect > .container .content > .top > .right,
.audience.sect .items .item, .contacts.sect .content .info {
    opacity: 0;
}