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: #666;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #666;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #666;
}
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;
    padding: 60px 0;
}
.container {
    position: relative;
}
input[type="text"],
textarea {
    display: inline-block;
    vertical-align: middle;
    outline: none;
    border: none;
    width: 100%;
    max-width: 290px;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    border: 1px solid #00aff2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 14px 15px 15px;
    margin-bottom: 20px;
}
textarea {
    resize: none;
    height: 100px;
}
input[type="text"].error,
textarea.error {
    border-color: #f00!important;
}
.button {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: none;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #00aff2;
    border: 2px solid #00aff2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -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;
    padding: 12px 20px;
}
.button:hover {
    background-color: transparent;
    color: #00aff2;
}
form .button {
    margin-top: 25px;
}
.intro {
    margin-bottom: 50px;
}
.intro .caption {
    font-size: 36px;
    font-weight: 800;
}
.intro .caption .selected {
    color: #00aff2;
}

.contacts.sect {
    min-height: 550px;
}
.contacts.sect .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.advantages.sect {
    color: #515151;
    background-repeat: no-repeat;
    background-image: url('../img/advantages/bg.jpg');
    background-position: center center;
    padding: 40px 0 70px;
}
.advantages.sect .content > .top .items {
    font-size: 0;
    margin-left: -30px;
    margin-top: -40px;
}
.advantages.sect .content > .top .items .item {
    display: inline-block;
    vertical-align: top;
    width: 262px;
    font-size: 18px;
    margin-left: 30px;
    margin-top: 40px;
}
.advantages.sect .content > .top .items .item .icon {
    display: table;
    width: 133px;
    height: 133px;
    background-repeat: no-repeat;
    background-image: url('../img/advantages/icon.png');
    margin: 0 auto;
}
.advantages.sect .content > .top .items .item .icon .inner {
    display: table-cell;
    vertical-align: middle;
}
.advantages.sect .content > .top .items .item .text {
    margin-top: 10px;
}
.advantages.sect .content > .top .items .item .text .caption {
    font-size: 20px;
}
.advantages.sect .content > .bottom {
    margin-top: 50px;
}
.advantages.sect .content > .bottom .items {
    font-size: 0;
    margin-left: -100px;
    margin-top: -40px;
}
.advantages.sect .content > .bottom .items .item {
    display: inline-block;
    vertical-align: top;
    width: 292px;
    font-size: 18px;
    border: 1px solid #00aff2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    margin-left: 100px;
    margin-top: 75px;
}
.advantages.sect .content > .bottom .items .item .icon {
    display: table;
    width: 128px;
    height: 128px;
    background-color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.13);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.13);
    box-shadow: 0 0 10px rgba(0,0,0,.13);
    margin: 0 auto;
    margin-top: -61px;
}
.advantages.sect .content > .bottom .items .item .icon .inner {
    display: table-cell;
    vertical-align: middle;
}
.advantages.sect .content > .bottom .items .item .text {
    min-height: 176px;
    margin-top: 20px;
}
.advantages.sect .content > .bottom .items .item .text .caption {
    font-size: 20px;
    font-weight: 800;
}
.advantages.sect .content > .bottom .items .item .text .desc {
    font-size: 18px;
    margin-top: 20px;
}
.advantages.sect .content > .bottom .items .item .button {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 40px;
}

.main.sect {
    background-repeat: no-repeat;
    background-image: url('../img/main/bg.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 95px 0 125px;
}
.main.sect .content {
    font-size: 0;
}
.main.sect .content > .left,
.main.sect .content > .right {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}
.main.sect .content > .left {
    width: 720px;
    text-align: left;
    color: #104356;
    margin-right: 30px;
}
.main.sect .content > .left .intro .caption .selected {
    font-size: 48px;
}
.main.sect .content > .left .intro .desc {
    font-size: 26px;
    font-weight: 800;
    margin-top: 15px;
}
.main.sect .content > .left .intro .desc .selected {
    text-transform: uppercase;
    color: #00aff2;
}
.main.sect .content > .left .items {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: -25px;
}
.main.sect .content > .left .items .item {
    display: table;
    margin-top: 25px;
}
.main.sect .content > .left .items .item .icon,
.main.sect .content > .left .items .item .text {
    display: table-cell;
    vertical-align: middle; 
}
.main.sect .content > .left .items .item .icon {
    width: 65px;
    text-align: center;
    padding: 0 5px;
}
.main.sect .content > .left .items .item .text .desc {
    font-size: 22px;
}
.main.sect .content > .left .items .item .text .desc .selected {
    font-weight: 700;
}
.main.sect .content > .right form {
    width: 100%;
    max-width: 390px;
    background-color: rgba(255,255,255,.75);
    border: 2px solid #fff;
    padding: 65px 30px 75px;
    margin: 0 auto;
    margin-top: 40px;
}
.main.sect .content > .right form > .top {
    margin-bottom: 50px;
}
.main.sect .content > .right form > .top .caption {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #333;
}

.order.sect {
    color: #fff;
    background-color: #333;
    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 100px;
}
.order.sect .content {
    font-size: 0;
}
.order.sect .content > .left,
.order.sect .content > .right {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.order.sect .content > .left {
    width: 720px;
    text-align: left;
    margin-right: 30px;
}
.order.sect .content > .left .intro .caption {
    font-size: 30px;
    font-weight: 400;
}
.order.sect .content > .left .intro .caption .selected {
    font-weight: 800;
    color: #fff;
}
.order.sect .content > .left .items {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 30px;
    margin-top: -10px;
}
.order.sect .content > .left .items .item {
    display: table;
    margin-top: 10px;
}
.order.sect .content > .left .items .item .icon,
.order.sect .content > .left .items .item .text {
    display: table-cell;
    vertical-align: middle; 
}
.order.sect .content > .left .items .item .text {
    padding-left: 10px;
    padding-bottom: 6px;
}
.order.sect .content > .left .items .item .icon {
    width: 66px;
}
.order.sect .content > .left .items .item .text .desc {
    font-size: 22px;
}
.order.sect .content > .left .items .item .text .desc .selected {
    font-weight: 700;
}
.order.sect .content > .right form {
    width: 100%;
    max-width: 390px;
    background-color: rgba(255,255,255,.75);
    border: 2px solid #fff;
    padding: 65px 30px 75px;
    margin: 0 auto;
}
.order.sect .content > .right form > .top {
    margin-bottom: 50px;
}
.order.sect .content > .right form > .top .caption {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: #00aff2;
}

.come.sect {
    color: #333;
    background-repeat: no-repeat;
    background-image: url('../img/come/bg.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0 115px;
}
.come.sect .intro {
    margin-bottom: 0;
}
.come.sect .intro .icon {
    margin-bottom: 25px;
}
.come.sect .intro .caption {
    font-size: 30px;
    font-weight: 400;
}

.calc.sect {
    color: #fff;
    background-color: #333;
    background-repeat: no-repeat;
    background-image: url('../img/calc/bg.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 230px 0;
}
.calc.sect .intro {
    margin-bottom: 60px;
}
.calc.sect .button {
    font-size: 24px;
    font-weight: 800;
    color: #00aff2;
    background-color: transparent;
    padding: 14px 35px 15px;
}
.calc.sect .button:hover {
    color: #fff;
    background-color: #00aff2;
}

.header.sect,
.footer.sect {
    padding: 10px 0;
}
.header.sect .content,
.footer.sect .content {
    font-size: 0;
}
.header.sect .content > .left,
.footer.sect .content > .left {
    float: left;
}
.header.sect .content > .left .logo,
.header.sect .content > .left .text,
.header.sect .content > .right .info,
.header.sect .content > .right .videocontrol,
.footer.sect .content > .left .logo,
.footer.sect .content > .left .text,
.footer.sect .content > .right .info {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.header.sect .content > .left .logo,
.footer.sect .content > .left .logo {
    margin-right: 65px;
}
.header.sect .content > .left .text,
.footer.sect .content > .left .text {
    width: 290px;
    text-align: left;
}
.header.sect .content > .left .text,
.footer.sect .content > .left .text .desc,
.header.sect .content > .right .info .email {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}
.header.sect .content > .left .text .email {
	margin-top: 5px;
}
.header.sect .content > .right,
.footer.sect .content > .right {
    float: right;
    margin-top: 5px;
}
.header.sect .content > .right .info .phone,
.footer.sect .content > .right .info .phone {
    font-size: 20px;
    font-weight: 300;
}
.header.sect .button,
.footer.sect .button {
    font-size: 16px;
    font-weight: 300;
    padding: 4px 25px 5px;
    margin-top: 5px;
}
.header.sect .content > .right .videocontrol {
    width: 165px;
    margin-left: 50px;
}
.header.sect .content > .right .videocontrol .text .caption {
    font-size: 14px;
    font-weight: 700;
    color: #104356;
    margin-top: 8px;
}
.footer.sect .button {
    margin-left: 25px;
}

.projects.sect {
    color: #515151;
    padding: 50px 0 55px;
}
.projects.sect .intro {
    margin-bottom: 60px;
}
.projects.sect .items {
    font-size: 0;
    margin-left: -30px;
    margin-top: -30px;
}
.projects.sect .items .item {
    display: inline-block;
    vertical-align: top;
    width: 165px;
    font-size: 18px;
    margin-left: 30px;
    margin-top: 30px;
}
.projects.sect .items .item .icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.projects.sect .items .item .icon::before {
    content: '+';
    position: absolute;
    right: 7px;
    bottom: -4px;
    width: 13px;
    height: 13px;
    text-align: center;
    font-size: 14px;
    line-height: 13px;
    color: #fff;
    background-color: #00aff2;
    z-index: 1;
}
.projects.sect .items .item .icon .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,175,242,.72); 
    opacity: 0;
    -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;
}
.projects.sect .items .item .icon:hover .overlay {
    opacity: 1;
}
.projects.sect .items .item .icon .overlay::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 96px;
    border: 10px solid rgba(255,255,255,.27);
    margin-top: -48px;
    margin-left: -48px;
}
.projects.sect .items .item .icon .overlay::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 41px;
    height: 41px;
    background-repeat: no-repeat;
    background-image: url('../img/projects/zoom.png');
    margin-top: -20px;
    margin-left: -20px;
}
.projects.sect .items .additional {
    display: none;
}
.projects.sect .button.more {
    margin-top: 50px;
}

.about.sect {
    color: #515151;
    padding: 0;
}
.about.sect .content {
    display: table;
    width: 100%;
}
.about.sect .content > .left,
.about.sect .content > .right {
    display: table-cell;
    vertical-align: middle;
    width: 50%;  
}
.about.sect .content > .left .items .item .table,
.about.sect .content > .right .items .item .table {
    display: table;
    width: 100%; 
}
.about.sect .content > .left .items .item .table .inner,
.about.sect .content > .right .items .item .table .inner {
    display: table-cell;
    vertical-align: middle;
    height: 595px;
}
.about.sect .content > .left .items .item,
.about.sect .content > .right .items .item {
    text-align: left;
    background-repeat: no-repeat;
    background-image: url('../img/about/0.jpg');
    background-position: center center;
    -webkit-background-size: cover;
}
.about.sect .content > .left .items .item {
    overflow: hidden;
    color: #fff;
    padding: 30px 10px;
}
.about.sect .content > .left .items .item .subitems {
    margin-top: -15px;
}
.about.sect .content > .left .items .item .subitems .subitem {
    margin-top: 15px;
}
.about.sect .content > .left .items .item .subitems .subitem.subitem2 {
    margin-left: 50px;
}
.about.sect .content > .left .items .item .subitems .subitem.subitem3 {
    margin-left: 100px;
}
.about.sect .content > .left .items .item .subitems .subitem.subitem4 {
    margin-left: 150px;
}
.about.sect .content > .left .items .item .subitems .subitem.subitem5 {
    margin-left: 200px;
}
.about.sect .content > .left .items .item .subitems .subitem .text .caption {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'Impact', Arial, Helvetica, sans-serif;
    font-size: 100px;
    line-height: 1;
}
.about.sect .content > .left .items .item .subitems .subitem .text .caption::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 14px;
    height: 14px;
    border: 5px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: -7px;
    margin-left: 10px;
}
.about.sect .content > .left .items .item .subitems .subitem .text .caption::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 1920px;
    height: 4px;
    background-repeat: repeat-x;
    background-image: url('../img/about/dots.png');
    margin-top: -2px;
    margin-left: 25px;
}
.about.sect .content > .right .items .item {
    padding: 30px 10px 30px 30px;
}
.about.sect .content > .right .items .item .text .caption {
    font-size: 36px;
    font-weight: 800;
}
.about.sect .content > .right .items .item .text .caption .selected {
    font-size: 72px;
}
.about.sect .content > .right .items .item .text .desc {
    font-size: 18px;
    line-height: 36px;
    margin-top: 40px;
}

.reviews.sect {
    color: #515151;
    padding: 55px 0 40px;
    z-index: 2;
}
.reviews.sect .intro {
    margin-bottom: 30px;
}
.reviews.sect .items .item {
    font-size: 0;
    padding-top: 65px;
}
.reviews.sect .items .item .icon,
.reviews.sect .items .item .text {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}
.reviews.sect .items .item .icon {
    position: relative;
    width: 325px;
    text-align: right;
    padding-left: 43px;
}
.reviews.sect .items .item .icon::before {
    content: '“';
    position: absolute;
    top: -90px;
    left: -15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 250px;
    line-height: 1;
    font-weight: 700;
    color: #00aff2;
}
.reviews.sect .items .item .text {
    position: relative;
    width: 845px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 75px;
    margin-left: -30px;
}
.reviews.sect .items .item .text .caption {
    font-size: 20px;
    font-weight: 700;
    padding-left: 60px;
}
.reviews.sect .items .item .text .caption .selected {
    color: #00aff2;
}
.reviews.sect .items .item .text .desc {
    color: #333;
    background-color: #efefef;
    padding: 30px;
    margin-top: 30px;
}
.reviews.sect .items .item .text .desc .additional {
    display: none;
}
.reviews.sect .items .item .text .desc > .bottom {
    margin-top: 20px;
}
.reviews.sect .items .item .text .desc .link.more {
    color: #00aff2;
    border-bottom: 1px dotted #00aff2;
}
.reviews.sect .items .item .text .desc .link.more:hover {
    border-color: transparent;
}
.reviews.sect .items .controls .control {
    -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;
}
.reviews.sect .items .controls .control a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    z-index: 1;
}
.reviews.sect .items .controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0;
}
.reviews.sect .items .controls .control.prev,
.reviews.sect .items .controls .control.next {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    background-color: #bfbfbe;
    margin-top: -45px;
}
.reviews.sect .items .controls .control.next {
    margin-left: 10px;
}
.reviews.sect .items .controls .control.prev::before,
.reviews.sect .items .controls .control.next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 34px;
    background-repeat: no-repeat;
    background-image: url('../img/reviews/controls.png');
    margin-top: -17px;
    margin-left: -8px;
}
.reviews.sect .items .controls .control.next::before {
    background-position: -17px 0;
}
.reviews.sect .items .controls .control:hover {
    background-color: #14b2ee;
}

.steps.sect {
    color: #515151;
    padding: 40px 0 160px;
    z-index: 1;
}
.steps.sect::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1536px;
    height: 762px;
    background-repeat: no-repeat;
    background-image: url('../img/steps/bg.jpg');
    margin-left: -768px;
    z-index: -1;
}
.steps.sect .intro {
    margin-bottom: 60px;
}
.steps.sect .items {
    font-size: 0;
    margin-top: -40px;
    margin-left: -60px;
}
.steps.sect .items .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 180px;
    font-size: 18px;
    margin-top: 40px;
    margin-left: 60px;
} 
.steps.sect .items .item .icon {
    position: relative;
    width: 96px;
    height: 96px;
    background-color: #00aff2;
    background-repeat: no-repeat;
    background-image: url('../img/steps/icon.png');
    background-position: center center;
    -webkit-background-size: 31px 47px;
    background-size: 31px 47px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border: 13px solid rgba(0,175,242,.26);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: steps_icon;
    animation-name: steps_icon;
    margin: 0 auto;
    margin-top: -30px;
}  
@keyframes steps_icon {
  from {
     border-width: 13px;
 }

 50% {
    border-width: 6px;
}

to {
    border-width: 13px;
}
}
.steps.sect .items .item .icon::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    width: 170px;
    height: 6px;
    background-color: #e4fa14;
    margin-top: -3px;
    z-index: -1;
}
.steps.sect .items .item:nth-child(1) .icon::before {
    display: none;
}
.steps.sect .items .item .text {
    margin-top: 20px;
}
.steps.sect .items .item .text .caption {
    font-size: 20px;
    font-weight: 800;
}
.steps.sect .items .item .note {
    position: absolute;
    top: 100%;
    left: 0;
    width: 750px;
    font-size: 18px;
    background-color: rgba(255,255,255,.7);
    border: 2px solid #00aff2;
    opacity: 0;
    -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;
    padding: 20px;
    margin-top: 20px;
    z-index: 1;
}
.steps.sect .items .item .note.active {
    opacity: 1;
}
.steps.sect .items .item .note::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 85px;
    right: auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #00aff2;
    margin-top: 2px;
    margin-left: -2px;
    margin-right: 0;
}
.steps.sect .items .item.item1 .note,
.steps.sect .items .item.item2 .note {
    left: 0;
    right: auto;
}
.steps.sect .items .item.item1 .note::before,
.steps.sect .items .item.item2 .note::before {
    left: 85px;
    right: auto;
    margin-left: -2px;
    margin-right: 0;
}
.steps.sect .items .item.item4 .note,
.steps.sect .items .item.item5 .note {
    left: auto;
    right: 0;
}
.steps.sect .items .item.item4 .note::before,
.steps.sect .items .item.item5 .note::before {
    left: auto;
    right: 85px;
    margin-left: 0;
    margin-right: -2px;
}
.steps.sect .items .item.item3 .note {
    left: 50%;
    right: 0;
    margin-left: -380px;
}
.steps.sect .items .item.item3 .note::before {
    left: 50%;
    right: auto;
    margin-left: -10px;
    margin-right: 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: -25px;
    right: -25px;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-image: url('../img/popup/close.png');
    background-position: center center;
    -webkit-background-size: 19px 19px;
    background-size: 19px 19px;
    -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;
}
.fancybox-close:hover {
    opacity: .8;
}

.popup.sect {
    display: none;
    width: 100%;
    max-width: 360px;
    background-color: #fff;
    padding: 40px 30px;
}
.popup.form.horizontal.sect,
.popup.thanks.sect {
    max-width: 555px;
}
.popup.form.sect,
.popup.thanks.sect {
    color: #333;
    background-color: rgba(255,255,255,.75);
    border: 2px solid #fff;
}
.popup.form.sect .top {
    margin-bottom: 30px;
}
.popup.form.sect .top .caption,
.popup.thanks.sect .top .caption {
    font-size: 18px;
    font-weight: 700;
    color: #00aff2;
}
.popup.form.sect .top .desc,
.popup.thanks.sect .top .desc {
    font-size: 18px;
    margin-top: 5px;
}
.popup.form.sect form .button {
    display: table;
    margin: 0 auto;
    margin-top: 0;
}

.popup.popup_calc.sect {
    max-width: 1140px;
    color: #515151;
    padding: 30px;
}
.popup.popup_calc.sect .intro {
    margin-bottom: 60px;
}
.popup.popup_calc.sect .items {
    font-size: 0;
    margin-top: -5px;
}
.popup.popup_calc.sect .items .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 18px;
    margin-top: 5px;
}
.popup.popup_calc.sect table {
    width: 100%;
    font-size: 18px;
    line-height: 21px;
}
.popup.popup_calc.sect table td {
    padding: 6px 15px;
}
.popup.popup_calc.sect table tr td:nth-child(1) {
    width: 60%;
    text-align: left;
}
.popup.popup_calc.sect table tr td:nth-child(2) {
    width: 10%;
}
.popup.popup_calc.sect table tr td:nth-child(3) {
    width: 15%;
}
.popup.popup_calc.sect table tr td:nth-child(4),
.popup.popup_calc.sect .result table tr td:nth-child(2) {
    width: 15%;
    padding-right: 50px;
}
.popup.popup_calc.sect .result table tr td:nth-child(1) {
    width: 85%;
}
.popup.popup_calc.sect .items .item .caption {
    cursor: pointer;
}
.popup.popup_calc.sect .items .item .caption table {
    position: relative;
    color: #109de4;
}
.popup.popup_calc.sect .items .item .caption table tr,
.popup.popup_calc.sect .result table tr {
    text-align: center;
    border: 1px solid #109de4;
}
.popup.popup_calc.sect .items .item.active .caption table,
.popup.popup_calc.sect .result table {
    color: #fff;
    background-color: #109de4;
}
.popup.popup_calc.sect .items .item .caption table::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 19px;
    height: 11px;
    background-repeat: no-repeat;
    background-image: url('../img/popup_calc/arrows.png');
    margin-top: -5px;
}
.popup.popup_calc.sect .items .item.active .caption table::before {
    background-position: -19px 0;
}
.popup.popup_calc.sect .items .item .caption table td,
.popup.popup_calc.sect .result table td {
    padding-top: 10px;
    padding-bottom: 10px;
}
.popup.popup_calc.sect .items .item .caption table tr td:nth-child(2),
.popup.popup_calc.sect .items .item .caption table tr td:nth-child(3),
.popup.popup_calc.sect .items .item .caption table tr td:nth-child(4) {
    font-size: 14px;
    opacity: 0;
}
.popup.popup_calc.sect .items .item.active .caption table tr td:nth-child(2),
.popup.popup_calc.sect .items .item.active .caption table tr td:nth-child(3),
.popup.popup_calc.sect .items .item.active .caption table tr td:nth-child(4) {
    opacity: 1;
}
.popup.popup_calc.sect .items .item .desc {
    display: none;
}
.popup.popup_calc.sect .items .item .desc table {
    background-color: #edf2f5;
    border-left: 1px solid #edf2f5;
    border-right: 1px solid #edf2f5;
}
.popup.popup_calc.sect .items .item .desc table tr {
    border-top: 2px solid #fff;
}
.popup.popup_calc.sect .items .item .desc table tr td:nth-child(2),
.popup.popup_calc.sect .items .item .desc table tr td:nth-child(3),
.popup.popup_calc.sect .items .item .desc table tr td:nth-child(4) {
    font-size: 16px;
}
.popup.popup_calc.sect .items .item .desc table tr td input[type="text"] {
    width: 35px;
    text-align: center;
    font-size: 16px;
    border-color: #cdcdcd;
    -webkit-box-shadow: inset 2px 2px 4px rgba(0,0,0,.35);
    -moz-box-shadow: inset 2px 2px 4px rgba(0,0,0,.35);
    box-shadow: inset 2px 2px 4px rgba(0,0,0,.35);
    padding: 0 2px;
    margin-bottom: 0;
    margin-right: 5px;
}
.popup.popup_calc.sect .items .item .desc table tr td:nth-child(3) .value {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    white-space: nowrap;
    text-align: left;
}
.popup.popup_calc.sect .result {
    font-weight: 700;
    margin-top: 5px;
}
.popup.popup_calc.sect .reset {
    cursor: pointer;
    display: table;
    font-size: 16px;
    color: #109de4;
    border-bottom: 1px dotted #109de4;
    margin-left: 16px;
    margin-top: 15px;
}
.popup.popup_calc.sect .reset:hover {
    border-color: transparent;
}

.main.sect .content > .left .intro,
.order.sect .content > .left .intro,
.projects.sect .items .item,
.main.sect .content > .left .items,
.order.sect .content > .left .items,
.about.sect .content > .left,
.main.sect .content > .right form,
.order.sect .content > .right form,
.about.sect .content > .right,
.advantages.sect .content > .bottom .items .item,
.come.sect .intro,
.advantages.sect .content > .top .items .item .icon {
    opacity: 0;
}