/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20.05.2014, 12:11:50
    Author     : Michael
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600italic,600,700,700italic,800,800italic&subset=latin,cyrillic-ext,latin-ext,cyrillic);

html {
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;


}

html{
    /* height: 100%; */
    overflow-x: hidden;
    position: relative;
    right: 0px;
}

body {
    font-family: 'Open Sans', sans-serif;
    /* height: 100%; */
    overflow-x: hidden;
    background-color: #fff;


}

.wrapper {
    /* background-color: #fff; */
}

.container {
    width: 980px;

    margin: 0 auto;
    position: relative;
}

.clear {
    clear: both;
}


.header {   
    height: 980px;
    background-image: url(../images/bg/bg-11.jpg);
    background-repeat: no-repeat;
    background-position: top center;

}

.header-top-belt {
    height: 180px;
    background: linear-gradient(top, rgba(255,255,255,0.8) 78px,#0093D0 78px,#0093D0 140px,transparent 140px);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 78px,#0093D0 78px,#0093D0 140px,transparent 140px);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 78px,#0093D0 78px,#0093D0 140px,transparent 140px);
    background: -o-linear-gradient(top, rgba(255,255,255,0.8) 78px,#0093D0 78px,#0093D0 140px,transparent 140px);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.8) 78px,#0093D0 78px,#0093D0 140px,transparent 140px);
    margin-bottom: 33px;

}

.header-top-belt .logo {
    float: left;
    margin-top: 30px;
}

.header-top-belt .nav-menu {
    float: left;
    margin-top: 78px;
    width: 280px;
    display: table;
    margin-left: 30px;
}

.header-top-belt .nav-menu ul {
    display: table-row;
}

.header-top-belt .nav-menu ul li {
    display: table-cell;
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 3px;
}

.header-top-belt .nav-menu ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}

.header-top-belt .nav-menu ul li a:hover {
    text-decoration: underline;
    transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}

.header-top-belt .header-contacts {
    float: right;
    text-align: right;  
    margin-top: 44px;
}

.header-top-belt .header-contacts .header-phones p:nth-child(1) {
    font-size: 24px;
    color: #0093D0;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 6px;
}
.header-top-belt .header-contacts .header-phones p:nth-child(2) {
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.header-top-belt .header-contacts .order-button {
    width: 239px;
    height: 22px;
    margin-left: auto;
    margin-right: 0;
    cursor: pointer;
    border: 2px solid #E51838;
}

.header-top-belt .header-contacts .order-button p {
    font-size: 18px;
}

.order-button {
    border: 3px solid #E51838;
    background-color: #fff;
    transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    cursor: pointer;
}

.order-button p {
    display: table-cell;
    width: inherit;
    height: inherit;
    color: #E51838;
    font-size: 36px;
    font-family: 'xolonium-regular';
    text-align: center;
    vertical-align: middle;
    transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;

}

.order-button:hover p {
    color: #fff;
    transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}

.order-button:hover {
    background-color: #E51838;
    transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}


.header-body .left-side {
    float: left;
    width: 242px;    
    position: relative;
    z-index: 1;
}

.header-body .left-side img {
    display: block;
    margin-bottom: 45px;
}


.header-body .right-side  {
    text-align: center;
    padding-top: 50px;
    position: relative;
    z-index: 1;
}

.header-body .right-side h2 {
    display: inline-block;
    background-color: #fff;
    margin-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 48px;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
}

.header-body .right-side .heading-block {
    margin-bottom: 38px;
}

.header-body .right-side .heading-block2 {
    margin-bottom: 58px;
}

.header-body .right-side h3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    background-color: #fff;
    line-height: 40px;
    margin-bottom: 2px;
}

.header-body .right-side h4 {
    background-color: rgba(0,0,0,0.5);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding: 20px;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 100px;
}

.header-body .right-side h4 span {
    color: #E5354C;
}

.header-body .right-side h4:after {
    width: 190px;
    height: 190px;
    background-image: url(../images/bg/bg9.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    position: absolute;
    top: 87px;
    right: -50px;

}

.header-body  .red-block {
    position: relative;
    z-index: 2;
}

.header-body  .red-block p.red {
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: rgba(229,25,56,0.8);
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 0.8;
    vertical-align: top;
    font-weight: 700;
    margin-left: 90px;
}

.header-body  .red-block .order-button {
    display: inline-block;
    width: 239px;
    height: 59px;
    vertical-align: top;
}

/**************/

.slider-box {
    position: relative;
    width: 280px;
    /* height: 424px; */
    margin-left: auto;
    margin-right: auto;

}

.slider-box-preview {
    width: 100%;
    text-align: center;

}

.slider-box-preview a {
    width: 49px;
    height: 49px;   
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    line-height: 49px;
    text-align: center;
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}
.slider-box-preview a.activeimg {
    border: 1px solid #B3B3B3;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}

.slider-box-preview a img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);

}

.veil {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(255,255,255,0);
    width: 100%;
    height:100%;
}

.slider-box-preview a.activeimg .veil {
    display: block;
}


.slider-box .monitor {
    width: 280px;
    height: 240px;
    overflow: hidden;

    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.slider-box .monitor img {
    max-width:  239px;
    max-height: 239px;
}

.mini-slider {
    float: left;
    width: 310px;
    margin-top: 40px;
}

.mini-slider h3 {
    font-size: 26px;
    font-weight: 700;
    text-align: left;
}

.section {
    float: right;
    width: 618px;
    margin-top: 30px;
}

a.pdf-link {
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #0093D0;
    margin-bottom: 8px;
}

.mini-slider .order-button {
    width: 186px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
}

.mini-slider .order-button p {
    font-size: 26px;
}

.block1 {
    padding-top: 17px;
    border-bottom: 8px solid #999793;
    padding-bottom: 33px;
}

.block1 h2 {
    font-size: 29px;
    color: #0093D0;
    font-weight: 700;
}

.block1 h2 img {
    display: inline-block;
    vertical-align: bottom;
}

.block1 h2 span {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 11px;
}

.section .section-block {
    width: 465px;
    height: 526px;
    background-image: url(../images/bg/bg2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    float: left;
}

.section .size-block {
    width: 153px;
    float: right;
    text-align: center;
    margin-top: 70px;
}

.section .section-block .section-item:hover,.section .section-block .section-item.visible {

    box-shadow: 0 0 0px 7px #0093D0 !important; 

}

.section .section-block .section-item {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #0093D0;
    border-radius: 50%;

}

.section .section-block .section-item:not(.visible) {
    -webkit-animation:load6 4.1s infinite ease;
    animation:load6 4.1s infinite ease;
}

@-webkit-keyframes load6{
    0%{
        box-shadow: 0 0 0px 0px rgba(255,255,255,0.5); 

    }

    50%{
        box-shadow: 0 0 0px 7px rgba(255,255,255,0.5); 

    }
    100%{
        box-shadow: 0 0 0px 0px rgba(255,255,255,0.5); 

    }
}
@keyframes load6{
    0%{
        box-shadow: 0 0 0px 0px rgba(255,255,255,0.5); 

    }

    50%{
        box-shadow: 0 0 0px 7px rgba(255,255,255,0.5); 

    }
    100%{
        box-shadow: 0 0 0px 0px rgba(255,255,255,0.5); 

    }
}

.section .section-block .section-item:nth-child(1) {
    left: 403px;
    top: 55px;
}
.section .section-block .section-item:nth-child(2) {
    left: 325px;
    top: 97px;
}
.section .section-block .section-item:nth-child(3) {
    left: 323px;
    top: 270px;
    display: none;
}
.section .section-block .section-item:nth-child(4) {
    left: 220px;
    top: 327px;
}
.section .section-block .section-item:nth-child(5) {
    left: 169px;
    top: 353px;
}
.section .section-block .section-item:nth-child(6) {
    left: 139px;
    top: 421px;
}
.section .section-block .section-item:nth-child(7) {
    left: 250px;
    top: 463px;
}

.section  .size-block p:nth-child(1) {
    display: inline-block;
    color: #999793;
    border-bottom: 1px solid #999793;
    margin-bottom: 12px;
}

.section  .size-block ul li {
    font-size: 18px;
    margin-bottom: 13px;
}

.section  .size-block p:nth-child(3) {
    width: 95px;
    height: 95px;
    display: inline-block;
    background-image: url(../images/bg/bg3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.section-content {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 240px;
}

.section-content:not(.visible) {
    display: none;
}

.section-content p {
    font-size: 14px;

}

.section-content p:after {
    width: 100%;
    height: 8px;
    background-image: url(../images/bg/bg11.png);
    background-repeat: no-repeat;
    background-position: top center;
    margin-left: auto;
    margin-right:  auto;
    margin-top: 10px;
    margin-bottom: 16px;
    content: "";
    display: block;
}


.block1 .action-block {
    background: linear-gradient(left,#D46A00,#FFC56B 70px,#FF9100 140px,#FF9100 820px,#FFC56B 890px,#D46A00);
    background: -moz-linear-gradient(left,#D46A00,#FFC56B 70px,#FF9100 140px,#FF9100 820px,#FFC56B 890px,#D46A00);
    background: -webkit-linear-gradient(left,#D46A00,#FFC56B 70px,#FF9100 140px,#FF9100 820px,#FFC56B 890px,#D46A00);
    background: -o-linear-gradient(left,#D46A00,#FFC56B 70px,#FF9100 140px,#FF9100 820px,#FFC56B 890px,#D46A00);
    background: -ms-linear-gradient(left,#D46A00,#FFC56B 70px,#FF9100 140px,#FF9100 820px,#FFC56B 890px,#D46A00);
}

.action-block {
    height: 104px;
    background: #E51838;
    position: relative;
    display: table;
    width: 100%;
}

.action-block:before {
    position: absolute;
    left: 0;
    top: 0;
    border-left: 28px solid #fff;
    border-top: 52px solid transparent;
    border-bottom: 52px solid transparent;
    content: "";
    display: block;

}
.action-block:after {
    position: absolute;
    right:  0;
    top: 0;
    border-right: 28px solid #fff;
    border-top: 52px solid transparent;
    border-bottom: 52px solid transparent;
    content: "";
    display: block;

}

.action-block ul {
    display: table-row
}

.action-block ul li {
    display: table-cell;
    width: 33%;
    vertical-align: middle;
    position: relative;
}

.action-block ul li:after {
    width: 18px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -9px;
    background-image: url(../images/bg/bg4.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
}

.action-block ul li:last-child:after {
    display: none;
}

.action-block ul li:nth-child(1) {
    padding-left: 80px;
}

.action-block ul li:nth-child(1) p {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}


.action-block ul li:nth-child(2) {
    padding-left: 20px;
}

.action-block ul li:nth-child(2) p {
    font-size: 20px;    
    font-weight: 400;
    color: #000;
}

.action-block ul li:nth-child(2) p span {
    font-weight: 700; 
    color: #fff;
}

.action-block ul li:nth-child(3) {
    padding-left: 36px;
}

.action-block ul li:nth-child(3) p {
    font-size: 20px; 
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}

.action-block ul li:nth-child(3) p span {

    color: #fff;
}

.action-block ul li:nth-child(3) img {
    display: inline-block;
    vertical-align:  middle;
    margin-left: 10px;

}

.gorizontal-form {
    text-align: center;
}

.gorizontal-form h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 5px;
}

.block2 {
    padding-top: 17px;
    border-bottom: 8px solid #999793;
    padding-bottom: 33px;

}

.block2 h2 {
    font-size: 29px;
    color: #0093D0;
    font-weight: 700;
    margin-bottom: 50px;
}

.block2 h2 img {
    display: inline-block;
    vertical-align: bottom;
}

.block2 h2 span {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 11px;
    margin-left: 5px;
}

.block2-inner .block2-item {
    float: left;
    width: 32%;
    margin-right: 13px;
    height: 266px;
    position: relative;
    padding-bottom: 94px;
    opacity: 0
}
.animate .block2-inner .block2-item  {
    opacity: 1;
}


.block2-inner .block2-item:nth-child(3n) {
    margin-right: 0;
}

.block2-inner .block2-item:nth-child(1) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}
.block2-inner .block2-item:nth-child(2) {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
.block2-inner .block2-item:nth-child(3) {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}
.block2-inner .block2-item:nth-child(4) {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}
.block2-inner .block2-item:nth-child(5) {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}
.block2-inner .block2-item:nth-child(6) {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}

.block2-inner .block2-item .order-button {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    width: 186px;
    height: 30px;

}

.block2-inner .block2-item .order-button p {
    font-size: 20px;
    text-transform: uppercase;

}

.block2-inner .block2-item .pdf-link {
    position: absolute;
    bottom: 72px;
    left: 50%;
    transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
}

.block2-inner .block2-item img {
    width: 270px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.block2-inner .block2-item h3 {
    font-weight: 400;
    font-size: 14px;
    min-height: 65px;
}

.block2-inner .block2-item h3 span {
    font-weight: 700;
}

.block2-inner .block2-item .allprice {
    background-image: url(../images/foto/foto4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 164px;
    display: block;
    border: 3px solid #0093D0;
    color: #fff;
    text-align: center;
    font-family: 'xolonium-regular';
    font-size: 30px;
    text-decoration: none;
    margin-bottom: 2px;

}

.block2-inner .block2-item .allprice p {
    padding-top: 10px;
    width: 307px;
    height: 154px;
    display: table-cell;
    line-height: 0.8;
    vertical-align: middle;
}

.block2-inner .block2-item .individual-spon {
    height: 150px;
    display: block;
    border: 3px solid #0093D0;
    color: #0093D0;
    text-align: center;
    font-family: 'xolonium-regular';
    font-size: 30px;
    text-decoration: none;

}

.block2-inner .block2-item .individual-spon p {
    padding-top: 10px;
    width: 307px;
    height: 140px;
    display: table-cell;
    line-height: 0.8;
    vertical-align: middle;
}
.block2-inner .block2-item .individual-spon p span {
    font-size: 24px;
}

.block2 .action-block {
    background: linear-gradient(left,#006E9E,#5FC6D4 70px,#0093D0 140px,#0093D0 820px,#5FC6D4 890px,#006E9E);
    background: -moz-linear-gradient(left,#006E9E,#5FC6D4 70px,#0093D0 140px,#0093D0 820px,#5FC6D4 890px,#006E9E);
    background: -webkit-linear-gradient(left,#006E9E,#5FC6D4 70px,#0093D0 140px,#0093D0 820px,#5FC6D4 890px,#006E9E);
    background: -o-linear-gradient(left,#006E9E,#5FC6D4 70px,#0093D0 140px,#0093D0 820px,#5FC6D4 890px,#006E9E);
    background: -ms-linear-gradient(left,#006E9E,#5FC6D4 70px,#0093D0 140px,#0093D0 820px,#5FC6D4 890px,#006E9E);
}


.block2 .action-block ul li:nth-child(2) p {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
}

.block2 .action-block ul li:nth-child(2) p span:nth-child(1) {
    font-size: 36px;
}
.block2 .action-block ul li:nth-child(2) p span:nth-child(2) {
    font-size: 36px;
    color: #E51838;

}

.block2 .action-block ul li:nth-child(3) p {
    line-height: 0.8;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
}

.block2 .action-block ul li:nth-child(3) .count {
    width: 76px;
    height: 76px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 50px;
    background: linear-gradient(top,#007BAE 50%,#00A7EB 50%);
    background: -moz-linear-gradient(top,#007BAE 50%,#00A7EB 50%);
    background: -webkit-linear-gradient(top,#007BAE 50%,#00A7EB 50%);
    background: -o-linear-gradient(top,#007BAE 50%,#00A7EB 50%);
    background: -ms-linear-gradient(top,#007BAE 50%,#00A7EB 50%);
    line-height: 76px;
    text-align: center;
    font-weight: 700;
    margin-left: 20px;
}

.block3 {
    padding-top: 17px;
    border-bottom: 8px solid #999793;
    padding-bottom: 33px;

}

.block3 h2 {
    font-size: 25px;
    color: #0093D0;
    font-weight: 700;

}

.block3 h2 img {
    display: inline-block;
    vertical-align: bottom;
}

.block3 h2 span {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 11px;
    margin-left: 5px;
}

.block3 .section .section-block {
    width: 455px;
    height: 260px;
    background-image: url(../images/bg/bg5.jpg);
    background-position: left center;
}

.block3 .block3-item {
    position: absolute;
    font-size: 14px;
    line-height: 0.87;
}

.block3 .block3-item:nth-child(1) {
    text-align: right;
    top: 0;
    left: -9px;
}
.block3 .block3-item:nth-child(2) {

    left: 289px;
    top: -4px;
}
.block3 .block3-item:nth-child(3) {

    left: 289px;
    top: 52px;
}
.block3 .block3-item:nth-child(4) {

    left: 29px;
    top: 241px;
}
.block3 .block3-item:nth-child(5) {

    left: 268px;
    top: 231px;
}

.block3 .section {
    margin-top: 67px;
}

.block3 .section .size-block {
    margin-top: 26px;
}
.block3 .section .size-block p {
    border-bottom: none;
}

.block3 .action-block {
    position: relative;
    margin-top: 33px;
    background: linear-gradient(left,#C02200,#FF966D 70px,#EE2C00 140px,#EE2C00 820px,#FF966D 890px,#C02200);
    background: -moz-linear-gradient(left,#C02200,#FF966D 70px,#EE2C00 140px,#EE2C00 820px,#FF966D 890px,#C02200);
    background: -webkit-linear-gradient(left,#C02200,#FF966D 70px,#EE2C00 140px,#EE2C00 820px,#FF966D 890px,#C02200);
    background: -o-linear-gradient(left,#C02200,#FF966D 70px,#EE2C00 140px,#EE2C00 820px,#FF966D 890px,#C02200);
    background: -ms-linear-gradient(left,#C02200,#FF966D 70px,#EE2C00 140px,#EE2C00 820px,#FF966D 890px,#C02200);
}

.block3 .action-block .barel {
    width: 205px;
    height: 81px;
    background-image: url(../images/bg/bg6.png);
    background-repeat: no-repeat;
    background-position: top center;
    content: "";
    position: absolute;
    right: 114px;
    top: -81px;
}

.block4 {
    padding-top: 55px;
    padding-bottom: 55px;
    border-bottom: 8px solid #999793;
}

.block4 .video-container {
    width: 958px;
    height: 646px;
    background-image: url(../images/bg/bg7.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    opacity: 0;

}

.block4.animate .video-container {
    opacity: 1;
}

.block4 .video-container iframe {
    width: 842px;
    height: 583px;
    position: absolute;
    background: #000;
    top: 32px;
    left: 60px;
}

.block5 {
    height: 1331px;
    background-image: url(../images/bg/bg8.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    /* overflow: hidden; */
}

.block5 .block5-top-belt {
    padding-top: 40px;
    padding-bottom: 34px;
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    margin-bottom: 95px;
}

.block5 .block5-top-belt h3 {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1;
    color: #000;
    text-shadow: none;
}
.block5 .block5-top-belt a {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1;
    color: #0093D0;
    text-decoration: none;
    display: inline-block;
    border-bottom: 6px solid #0093D0;
    padding-bottom: 6px;
}

.block5  h3 {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 0.8;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 30px #000;
}

.block5-inner {
    margin-top: 55px;
    width: 822px;
    height: 822px;
    border-radius: 50%;
    border: 3px solid #0093D0;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.8);
    position: relative;

}

.block5-inner .block5-item {
    position: absolute;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    opacity: 0
}

.animate .block5-inner .block5-item {
    opacity: 1;
}

.block5-inner .block5-item .img  {
    position: relative;
    border-radius: 50%;
    border: 3px solid #0093D0;
    background-color: #fff;
    width: 121px;
    height: 121px;
}

.block5-inner .block5-item .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.block5-inner .block5-item p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
    position: absolute;
    width: 280px;
}

.block5-inner .block5-item p span {
    color: #E51837;
    font-size: 19px;
}
.block5-inner .block5-item p span.b {
    font-size: 28px;
}

.block5-inner .block5-item p span.bl{
    color: #000;
    font-size: 22px;
}

.block5-inner .block5-item p a {
    text-transform: none;
    color: #0093D0;
}

.block5-inner .block5-item:nth-child(1) {
    top: 14px;
    left: 97px;
}
.block5-inner .block5-item:nth-child(2) {
    top: 13px;
    left: 599px;
}
.block5-inner .block5-item:nth-child(3) {
    top: 279px;
    left: 757px;
}
.block5-inner .block5-item:nth-child(4) {
    top: 598px;
    left: 683px;
}
.block5-inner .block5-item:nth-child(5) {
    top: 759px;
    left: 349px;
}
.block5-inner .block5-item:nth-child(6) {
    top: 598px;
    left: 21px;
}
.block5-inner .block5-item:nth-child(7) {
    top: 279px;
    left: -58px; 
}

.block5-inner .block5-item:nth-child(8) {
    top: 50%;
    left: 50%; 
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 255px;
    height: 255px;
    background-color: rgba(0,147,208,0.7);
    border: 3px solid #0093D0;
    border-radius: 50%;

}
.block5-inner .block5-item:nth-child(8) img {
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.block5-inner .block5-item:nth-child(1) p {
    top: 133px;
    left: 21px;
}
.block5-inner .block5-item:nth-child(2) p {
    top: 136px;
    left: -163px;
    text-align: right;

}
.block5-inner .block5-item:nth-child(3) p {
    top: 29px;
    left: -296px;
    text-align: right;
}
.block5-inner .block5-item:nth-child(4) p {
    top: -96px;
    left: -245px;
    text-align: right;
}
.block5-inner .block5-item:nth-child(5) p {
    top: -96px;
    left: -75px;
    text-align: center;
}
.block5-inner .block5-item:nth-child(6) p {
    top: -52px;
    left: 91px;
}
.block5-inner .block5-item:nth-child(7) p {
    top: 38px;
    left: 153px;
}

.block6 {
    padding-top: 50px;
    padding-bottom: 189px;
    border-bottom: 8px solid #999793;
}

.block6 h2 {
    margin-bottom: 195px;
    line-height: 0.8;
    text-transform: uppercase;
    text-align: center;
    font-size: 44px;
    color: #0093D0;
    font-weight: 700;
}

.block6 .block6-item {
    position: absolute;
    min-width: 360px;
    opacity: 0;
}

.block6 .block6-item:nth-child(1) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}
.block6 .block6-item:nth-child(2) {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}
.block6 .block6-item:nth-child(3) {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}
.block6 .block6-item:nth-child(4) {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}
.block6 .block6-item:nth-child(5) {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}
.block6 .block6-item:nth-child(6) {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.block6.animate .block6-item {
    opacity: 1;
} 

.block6-inner {
    width: 664px;
    height: 25px;
    background-image: url(../images/bg/bg10.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    margin-left:82px;
    margin-right: auto;
}

.block6 .block6-item p {
    font-size: 18px;
    font-weight: 700;
    line-height: 0.9;
    padding-left: 16px;
}

.block6 .block6-item a {
    font-size: 20px;
    color: #E51838;
    text-transform: uppercase;
    line-height: 1.2;
}

.block6 .block6-item .left {
    display: inline-block;
    vertical-align: top;
    padding-right: 11px;
    border-right: 1px solid #999793;
    height: 122px;
}

.block6 .block6-item .right {
    display: inline-block;
    vertical-align: top;
}

.block6 .block6-item:nth-child(2n) .left,.block6 .block6-item:nth-child(2n) .right {
    padding-top: 60px;
    height: 80px;
}

.block6 .block6-item .number {
    position: absolute;

    width: 39px;
    height: 39px;
    border: 3px solid #fff;
    border-radius: 50%;
    background-color: #0093D0;
    color: #fff;
    text-align: center;
    line-height: 39px;
    font-size: 32px;
    font-weight: 700;
}

.block6 .block6-item:nth-child(1) .number {
    bottom: -20px;
    left: 62px;
}
.block6 .block6-item:nth-child(2) .number {
    top: -20px;
    left: 62px;
}
.block6 .block6-item:nth-child(3) .number {
    bottom: -20px;
    left: 47px;
}
.block6 .block6-item:nth-child(4) .number {
    top: -20px;
    left: 59px;
}
.block6 .block6-item:nth-child(5) .number {
    bottom: -20px;
    left: 55px;
}

.block6 .block6-item:last-child .number {
    background-color: #E51838;
    top: -20px;
    left: 63px;
}

.block6 .block6-item:nth-child(1) {
    top: -106px;
    left: -87px;
}
.block6 .block6-item:nth-child(2) {
    top: 11px;
    left: 29px;
}
.block6 .block6-item:nth-child(3) {
    top: -106px;
    left: 213px;
}
.block6 .block6-item:nth-child(4) {
    top: 11px;
    left: 322px;
}
.block6 .block6-item:nth-child(5) {
    top: -108px;
    left: 475px;
}
.block6 .block6-item:nth-child(6) {
    top: 10px;
    left: 614px;
}
.block7 {
    padding-top: 68px;
    padding-bottom: 50px;
    border-bottom: 8px solid #999793;
    text-align: center;
}

.block7 h2 {
    margin-bottom: 40px;
    line-height: 0.8;
    text-transform: uppercase;
    text-align: center;
    font-size: 44px;
    color: #0093D0;
    font-weight: 700;
}

.block7  .review-item {
    opacity: 0;
}

.block7.animate  .review-item {
    opacity: 1;
}

.block7  .review-item:nth-child(1) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}
.block7  .review-item:nth-child(2) {
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
}
.block7  .review-item:nth-child(3) {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}
.block7  .review-item:nth-child(4) {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
.block7  .review-item:nth-child(5) {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.block7  .review-item .review-content {
    position: relative;
    border: 1px solid #CCCCCC;
    width: 714px;
    display: inline-block;
    vertical-align: middle;
    height: 112px;
    text-align: center;
}


.block7  .review-item:nth-child(2n+1) .review-content:after {
    left: -10px;
    top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    background-image: url(../images/bg/la.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 18px;
}

.block7  .review-item:nth-child(2n) .review-content:after {
    right: -10px;
    top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    background-image: url(../images/bg/ra.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 18px;
}


.block7  .review-item .review-content p {
    max-width: 480px;
    display: table-cell;
    vertical-align: middle;
    height: inherit;
    text-align: left;
    font-size: 14px;
}

.block7  .review-item .review-content p span {
    font-weight: 700;
    font-size: 21px;
}

.block7  .review-item .review-content a {
    max-width: 480px;
    display: table-cell;
    vertical-align: middle;
    height: inherit;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: #0093D0;
}

.block7  .review-item .review-content a img {
    display: none;
}

.block7  .review-item .review-content a:not(.vis) {
    display: none;
}


.block7  .review-item .review-img {
    display: inline-block;
    vertical-align: middle;
} 




.block7  .review-item:nth-child(2n+1) .review-content {

    margin-left: 20px;
}

.block7  .review-item:nth-child(2n) .review-content {

    margin-right: 20px;
}


.block7  .review-item .review-content .review-content-inner {
    display: table;
    margin-left: auto;
    margin-right: auto;
    height: inherit;
}

.block7 .gorizontal-form {
    margin-top: 43px;
}


.block8 {
    padding-top: 73px;
    padding-bottom: 214px;

}

.block8 h2 {
    margin-bottom: 70px;
    line-height: 0.8;
    text-transform: uppercase;
    text-align: center;
    font-size: 44px;
    color: #0093D0;
    font-weight: 700;
}

.block8 .left-side {
    float: left;
    width: 570px;
}

.block8 .right-side {
    float: right;
    width: 350px;
}

.block8 .left-side table {
    width: 100%;
    height: 430px;
    text-align: center;

    border-collapse: separate;
    border-spacing: 5px 5px;
}

.block8 .left-side table td {
    border: 1px solid #ECECEC;
    vertical-align: middle;
    text-align: center;
    width: 180px;
    height: 100px;
}

.block8 .left-side table td img {
    max-height: 98%;
    max-width: 100%;
}

.paginnav {
    text-align: center;
    margin-top: 50px;
}

.paginnav li {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    color: #0093D0;
    vertical-align: middle;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}

.paginnav li:hover,.paginnav li.active-tab {   
    color: #E51838;   
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}

.paginnav li.home {
    margin-right: 20px;
}
.paginnav li.pagnext {
    margin-right: 20px;
    margin-left: 20px;
}

.pagincontent li:not(.active-tab) {
    display: none;
}

.vertical-form {
    border: 3px solid #0093D0;
    height: 425px;
}

.vertical-form  h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 0.8;
    margin-top: 23px;
}
.vertical-form  h4 {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 28px;
}

.vertical-form  h4 span {
    font-size: 26px;
    color: #E51838;
}



.vertical-form input:not([type="reset"]) {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px;
}

.vertical-form  h4 span span  {
    font-size: 36px;
}

.vertical-form input[type="submit"] {
    width: 277px;
    height: 41px;
}

.vertical-form p {
    margin-left: auto;
    margin-right: auto;
    width: 218px;
    padding-left: 68px;
    background-image: url(../images/clip/clip17.png);
    background-repeat: no-repeat;
    background-position: 29px center;
    color: #999793;
    font-size: 10px;
    margin-top: 45px;
    margin-bottom: 45px;
}

.block9 {
    height: 468px;
}

/*********/
.timer-container {
    margin-top: 30px;
}

.bg-timer-container h2{ 
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 400;}

.bg-timer-container h2 span {
    color: #FFC000;
    font-size: 24px;
    font-weight: 700;
}

.bg-timer-container h2 span+span {
    color: #fff;
    font-size: 16px;

}

.title-timer {
    color: #000;
    font-size:11px !important;
    margin-bottom:5px !important;
    margin-top:5px !important;
    font-weight: 500;
    text-align: center;   
    width: 336px;   
    margin-left: auto;
    margin-right: auto;
}

.time {


    color: #000;
    display: inline-block;
    font-family: 'Intro';
    font-size: 35px;
    font-weight: 700;
    height: 44px;    
    margin-left: 8px;
    margin-right: 8px;
    overflow: hidden;    
    width: auto;
}

.time:nth-child(1) {
    margin-left: 0;
}

.time:last-child {
    margin-right: 0;
}



.bg-timer {

    width:336px;
    /* height:143px; */
    padding-top:5px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #C9C9C9;



}
.cd {
    width:336px;
    height:43px;
    margin:auto;
    text-align:center;
    margin-top:-5px;

    /* margin-bottom: 25px; */

}

.cd span:not(.time) {
    font-size: 35px !important;
    color: #000 !important;
    line-height: 0.8;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 24px;
}

.time {
    text-align: center;
}

.bg-timer li {
    display:inline-block;
    vertical-align:top; 
}

.text-timer {
    text-align:left;
    font-size:11px;
    font-weight: 500;
    color: #000;   
    margin-top: 5px;
    margin-bottom: 35px;
}
.day{
    margin-left:41px;}

.hour{
    margin-left:50px;}

.minute{
    margin-left:44px;}

.second{
    margin-left:42px;} 


/*************/




/*************/



input[type="text"] {
    text-align: left;
    height: 48px;
    border-bottom: 1px solid #0093D0;
    width: 205px;
    padding-left: 68px;
    padding-right: 10px;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

input[type="text"]:focus {
    background-color: #D3F5FF;
    border-bottom: 1px solid #D3F5FF;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}

input[type="text"].username {
    background-image: url(../images/clip/clip2.png);
    background-repeat: no-repeat;
    background-position: 30px center;
}
input[type="text"].userphone {
    background-image: url(../images/clip/clip3.png);
    background-repeat: no-repeat;
    background-position: 30px center;
}

input[type="submit"] {
    text-transform: uppercase;
    background: none;
    width: 327px;
    height: 34px;
    border: 3px solid #E51838;
    color: #E51838;
    font-size: 18px;
    font-family: 'xolonium-regular';
    display: inline-block;
    vertical-align: middle;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    cursor: pointer;
}

input[type="submit"]:hover {
    color: #fff;
    background-color: #E51838;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}

input[type="text"]::-moz-placeholder {
    color: #6CCCEB;
    opacity: 0.8;
}
input[type="text"]::-webkit-input-placeholder {
    color: #6CCCEB;
    opacity: 0.8;
}

input[type="text"]:focus::-moz-placeholder {
    color: #6CCCEB;
    opacity: 1;
}
input[type="text"]:focus::-webkit-input-placeholder {
    color: #6CCCEB;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: #fff;
    opacity: 0.5;
}
textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.5;
}

textarea:focus::-moz-placeholder {
    color: #898989;
    opacity: 1;
}
textarea:focus::-webkit-input-placeholder {
    color: #898989;
    opacity: 1;
}







.error {
    border: 1px solid #ff0000 !important ; 


}
label.error {
    display: none !important;
}




.footer {
    padding-top: 10px;
    margin-top: -110px;
    position: relative;
    z-index: 2;
    position: relative;
    pointer-events: none;


}

.reset {
    display: none !important;
}


.footer h2 {

}









.footer .left-block {
    float: left;
    background: none;
    margin-top: 0px;
    position: relative;
    z-index: 1;
    margin-left: 25px;

}

.footer .copyright {
    margin-top: 36px;
    color: #000dev;
}

.footer  .left-block {
    background: none;

    float: left;
    text-align: left ;
}
.footer  .left-block img {
    float: left;
    margin-right: 25px;
}





.footer .dev {
    float: right;
    /* margin-right: -50px; */
    pointer-events: auto;
}

.conf {
    position: absolute;
    width: 487px;
    bottom: -153px;
    left: 280px;

}





.copyright p:nth-child(1) span {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    font-size: 36px;
    color: #000;
    font-weight: 300;
}
.copyright p:nth-child(1)  {
    font-size: 14px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    width: 260px;
    line-height: 1;
}





/******************/
.pop-up-form-container  {
    position:fixed;
    top:0;
    left:0;
    z-index:16;
    width:0%;
    height:100%;
    display:none;
    background:rgba(59,68,70,0.8);
    opacity:1;
}


.pop-up-form-container-inner {
    position:fixed;
    top:-500%;
    z-index:17;
    padding-top: 90px;
    height: 100%;
    width: 100%;
    background:rgba(59,68,70,0.8);


}




.item-inner {
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    width: 400px;
    z-index: 15;
    color: #5f7681;
    display: none;
}




.pop-up-form {   
    text-align: center;
    width:615px;
    height: 470px;    
    position: relative;     
    z-index:110;
    margin-left:auto;
    margin-right: auto;
    padding-top: 1px;
    background-color: transparent;


}

.pop-up-form input:not([type="reset"]) {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}





.cross {
    width: 36px;
    height: 36px;
    color: #000;  
    text-align: center;
    cursor: pointer;
    background-image: url(../images/cross.png);   
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 15px;
    right: 15px;
    transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}

.cross:hover {
    transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}

.commonpopup {
    width: 830px;
    max-height: 60%;
    overflow: auto;
    padding: 60px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    z-index: 100;
    display: none; 
    overflow: hidden;


}

.commonpopup-inner {
    height:400px;
    overflow:auto;
}





.pop-up-form h2,.review-form h2  {

    font-size: 25px;    
    color:#fff;    
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    text-align: center;   

    margin-bottom: 10px;
    line-height: 0.8;
    margin-top: 65px;



}

.pop-up-form h2:before,.pop-up-form h2:after {
    display: none;
}



.pop-up-form h3,.review-form h3 {
    font-size: 18px;
    color:#fff;

    line-height: 0.9;
    /* text-transform:uppercase; */
    text-align: center;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 38px;



}



.pop-up-form p {

    text-align: center;
    font-size: 14px;
    color: #000;
    position: relative;    
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13px;
    line-height: 1.2;
}

.pop-up-form p:before {


}





.cross {

}





/*********************/
.compleet-window {
    width: 330px;
    height: 200px;
    background:#ccc;
    border-radius: 10px;
    position: fixed;
    top:100px;
    display: none;
    z-index: 150;
    border:1px solid #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.compleet-window p {
    font-family: 'Lobster', sans-serif;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-top: 30px;
    text-shadow: 2px 3px 2px #000;
}

.compleet-button {
    width: 100px;
    height: 44px;   
    background:#000;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    border-radius: 20px;




}

.compleet-button p {
    padding-top: 7px;
}

.compleet-button:hover {
    background:#666;

}


.commonpopup-inner h2 {
    font-size: 48px ;
    text-align: center;
}

.commonpopup-inner h3 {
    font-size: 30px ;
    text-align: center;
    font-style: italic;
}


.commonpopup-inner h4 {
    font-size: 24px ;
    text-align: center;
    font-style: italic;
}

.commonpopup-inner h5 {
    font-size: 18px ;
    text-align: center;
    font-style: italic;
}

.commonpopup-inner p {
    font-size: 16px;
    color: #808080;
    font-style: italic;
}

.commonpopup-inner ul li {
    display: list-item;
    list-style-type: disc;
    font-size: 18px;
    position: relative;
}


.commonpopup-inner .test-drive ul li {
    padding-left: 72px;
    margin-bottom: 25px;
}

.commonpopup-inner .test-drive ul li h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
}


.openpopup .hide-content {
    display: none !important;
}


.commonpopup-inner .test-drive span.listmark {
    background: linear-gradient(top,#3A0002,#A30617);
    background: -moz-linear-gradient(top,#3A0002,#A30617);
    background: -webkit-linear-gradient(top,#3A0002,#A30617);
    background: -o-linear-gradient(top,#3A0002,#A30617);
    background: -ms-linear-gradient(top,#3A0002,#A30617);
    display: inline-block;
    width: 47px;
    height: 47px;
    position: absolute;
    left: 0;
    top: 0;
    border: 4px solid transparent;
    border-radius: 50%;
    overflow: hidden;
}

.commonpopup-inner .test-drive span.listmark span.listmark-inner {
    width: inherit;
    height: inherit;
    line-height: 47px;
    display: block;
    background-color: #fff;
    color: #950411;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    font-family: Arial;
    border-radius: 50%;
}



/*************форма слева***/
.click-here {
    position: fixed;
    top:0;
    left:-314px;
    width: 373px;
    height: 100%;
    z-index: 15;
    font-family: 'Roboto Condensed', sans-serif;

}




.click-here .order-form h2 {
    font-size: 24px;
    color:#fff;
    line-height: 0.9;

    text-transform: uppercase;
    text-align: center;

    font-weight: 300;
    margin-left: 40px;

}
.click-here .order-form h3 {
    font-size: 24px;
    color:#fff;
    line-height: 0.9;
    margin-left: 40px;
    text-transform: uppercase;
    text-align: center;


    font-weight: 300;
    margin-bottom: 28px;

}





.click-here-heading-inner-lay2 {
    background: rgba(0,0,0,0.5);
    opacity: 0;
    width: 59px;
    height: 100%;
    position: absolute;
    right: 0;
    top:0;
    cursor: pointer;
    z-index: 2;
}







.click-here .order-form {
    position: relative;
    float: left;
    margin-top: 294px;
    width: 314px;
    background: none;

}

.click-here .order-form .submit-button {
    background-color: #FFBB4A;
}
.click-here .order-form .submit-button:hover {
    background-color: #EAAA44;
}




.click-here .order-form .username,.click-here .order-form .userphone,.click-here .order-form .usermail {
    /* border: 1px solid #000; */
}


.click-here .order-form-container {
    width: 314px;
    height: 100%;    
    background-color: #818181;
    position: relative;
}




.click-here .order-form-container .play-button-small {
    opacity: 1 !important;
    background-position: -278px -290px;
    cursor: pointer;
    position: absolute;
    left:124px;
    top:119px;
}

.click-here .order-form-container .play-button-small:hover {
    opacity: 1 !important;
    background-position: -245px -194px;
}








.click-here-heading {
    background: rgba(0,0,0,0.5);
    width: 59px;
    height: 100%;
    position: absolute;
    right: 0;
    top:0;
    cursor: pointer;
}





.click-here-heading-inner {
    width: 100%;
    height: 100%;
    background-image: url(../images/bg/bg-27.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 3;
}

/*****/
.dev{
    display:block;
    text-align:center;
    width:400px;
    float: right;
    margin-top: 13px;
}


.dev .dev-text {
    float:left;
    line-height:1;
    text-align:right;
    padding-left:20px;
    margin-right: 15px;
    margin-top:24px;
}

.dev .dev-text span {
    display:block;
}

.dev a {

    color: #000;
    font-size: 14px;
    font-weight: 300;
}

.dev img {
    margin-top:23px;
    float:right;

}



.thanks .header {height: 140px;margin-bottom: 60px;}

.thanks .text_box * {text-align: center;}

.thanks .text_box h1 {font-size: 48px; margin-bottom: 20px; text-transform: uppercase;}
.thanks .text_box h2 {font-size: 32px; margin-bottom: 80px;}

.thanks .back {color: #000; text-decoration: underline;}
.thanks .back:hover {text-decoration: none;}

.adress {font-size: 35px; margin-bottom: 20px; text-transform: uppercase;text-align: center;}
