@import "reset.css" handheld, screen;
@import "base.css" handheld, screen;
@import "fonts.css" handheld, screen;
@import "header.css" handheld, screen;
@import "footer.css" handheld, screen;
@import "calculator.css" handheld, screen;
@import "popup.css" handheld, screen;

/*---ABOUT---*/
#about {
    width: 100%;
    font-size: 0;
}

.block-left,
.block-right {
    font-size: medium;
    display: inline-block;
    width: 49.9%;
    vertical-align: top;
}

#about .block-left {
    background: url("../img/pattern.jpg") repeat;
}

.about-slider {
    padding-top: 197px;
    text-align: center;
}

.about-slider li {
    display: block;
    width: 100%;
    height: 645px;
}

.about-slider h2 {
    font: 1.86em/1em 'bebas_neuebold';
    margin-bottom: 25px;
}

.about-slider h2 > span {
    color: #ff3b57;
    border-bottom: 2px dotted #ff3b57;
}

.about-slider img {
    display: block;
    margin: 0 auto;
    overflow: visible;
}

/* PAGER */
#about .bx-wrapper {
    position: relative;
}

#about .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #ffffff;
    padding-top: 44px;
    position: absolute;
    top: 78%;
    left: 50%;
    margin-left: -23px;
    z-index: 100;
}

#about .bx-wrapper .bx-pager .bx-pager-item,
#about .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

#about .bx-wrapper .bx-pager.bx-default-pager a {
    background: #d8d8d8;
    text-indent: -9999px;
    display: block;
    width: 9px;
    height: 9px;
    margin: 0 3px;
    outline: 0;
    border-radius: 50%;
}

#about .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #ff3b57;
}

#about .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ff3b57;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    position: relative;
    top: -1px;
}

#about .bx-wrapper .bx-controls-direction,
#schema .bx-wrapper .bx-controls-direction {
    display: none;
}

#about .block-right {
    height: 645px;
    background: url("../img/bg-about.jpg") no-repeat;
    background-size: cover;
    box-shadow: -1px -2px 15px rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.about-right-content {
    padding-left: 60px;
    padding-top: 203px;
}

.about-right-content h1 {
    font: 3.72em/1em 'bebas_neuebold';
}

.about-right-content h1:before {
    content: '';
    display: block;
    width: 100%;
    height: 11px;
    position: relative;
    background: url("../img/wave-white.png") no-repeat;
    top: -15px;
}

.about-right-content h3 {
    font: 1.11em/1.5em Arial;
    margin-bottom: 30px;
}

#btn-order {
    font: bold 1em/46px Arial;
    width: 200px;
    height: 46px;
}


/*---SERVICES---*/
#services {
    background: #f9f9f9;
    padding-top: 47px;
    padding-bottom: 43px;
    position: relative;
}

.topic {
    font: 2.5em/2.5em 'bebas_neue_regularregular';
    color: #000000;
    text-align: center;
    margin-bottom: 25px;
}

.topic:before {
    content: '';
    display: block;
    width: 362px;
    height: 11px;
    margin: 0 auto;
    background: url("../img/wave-black.jpg") no-repeat;
    background-position: top center;
    position: relative;
    top: 11px;
}

.services-list {
    width: 1090px;
    margin: 0 auto;
    font-size: 0;
    background: #ffffff url("../img/bg-services-list.png") no-repeat center;
}

.services-list li {
    display: inline-block;
    font-size: medium;
    text-align: center;
    padding-top: 25px;
    vertical-align: middle;
}

.services-list li:hover {
    background: #f8f8f8;
}

.services-list li:nth-child(odd) {
    width: 50%;
}

.services-list li:nth-child(even) {
    margin-left: 1px;
    width: 49.6%;
}

.services-list li:last-child {
    margin-top: 1px;
}

.services-list li > img {
    display: block;
    margin: 0 auto 16px;
    padding: 15px 20px;
    border-bottom: 4px solid #ff3b57;
}

.services-list li > h3 {
    font: bold 0.75em/1em Arial;
    margin-bottom: 20px;
}

.services-list li > p {
    font: 0.75em/1.2em Arial;
    padding: 0 120px;
    margin-bottom: 38px;
    display: none;
}

#more-services {
    margin: 0 auto;
    font-size: 2em;
    line-height: 28px;
    width: 106px;
    height: 28px;
    position: relative;
    top: -14px;
    z-index: 10;
}

#more-services .fa-minus {
    display: none;
}

#more-services.show-services .fa-minus {
    display: inline;
}

.show-services .fa-plus {
    display: none;
}

#second-services-list {
    border-top: 1px solid #dedede;
    position: relative;
    top: -28px;
}

#btn-calc {
    height: 42px;
    width: 262px;
    font: bold 1.16em/42px Arial;
    position: absolute;
    right: -110px;
    top: 208px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
}

#btn-calc img {
    padding-left: 15px;
    vertical-align: middle;
}

/*---SCHEMA---*/
#schema {
    font-size: 0;
}

#schema .block-right {
    background: url("../img/pattern.jpg") repeat;
}

#schema .block-left {
    background: #e3e3e3 url("../img/bg-schema.jpg") no-repeat right center;
    padding: 273px 0 280px;
}

.caption {
    background: #303030;
    border-bottom: 7px solid #ff3b57;
    color: #ffffff;
    font: 2.98em/0.75em 'bebas_neuebold';
    text-align: center;
    margin: 0 auto;
    padding: 25px 0 11px;
    width: 310px;
}

.caption:before {
    content: '';
    display: block;
    width: 90%;
    height: 13px;
    background: url("../img/wave-caption.jpg");
    position: relative;
    top: -15px;
    margin: 0 auto;
}

.schema-slider {
    padding-top: 99px;
    text-align: center;
}

.schema-slider li {
    height: 200px;
    padding-top: 255px;
}

.schema-name {
    font: 1.48em/0.75em 'bebas_neue_regularregular';
}

.schema-name > span {
    color: #ff3b57;
    font-size: 1.25em;
    padding-right: 5px;
}

.schema-description {
    margin-top: 10px;
    color: #3d3d3d;
    display: none;
    font: 0.744em/1.2em Arial;
}

#bx-pager {
    margin: 0 auto 41px;
    width: 65px;
}

#bx-pager a {
    display: inline-block;
    color: #000000;
    font: 0.87em 'bebas_neue_regularregular';
    text-align: center;
    margin: 0 1.5px;
}

#bx-pager a.active {
    color: #ff3b57;
    font-size: 1.11em;
}

#bx-pager a > span {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #d9d9d9;
    margin-bottom: 8px;

}

#bx-pager a.active > span {
    background: #ff3b57;
    margin-bottom: 5px;
    width: 12px;
    height: 12px;
    position: relative;
    top: 2px;
}

#vk-link {
    font: bold 0.74em/31px Arial;
    width: 217px;
    height: 31px;
    margin: 0 auto 80px;
    cursor: pointer;
}

#vk-link > i {
    font-size: 1.5em;
    padding: 5px 0 0 5px;
}

/*---DELIVERY---*/
#delivery {
    padding: 42px 0 40px;
    background: #f2f2f2;
}

#delivery .topic:before {
    width: 275px;
}
.container {
    position: fixed;
    text-align: center;
    margin: 0 auto;
}
.delivery-content {
    background: #ffffff;
    margin: 0 auto;
    padding: 50px 35px 45px 50px;
    width: 1005px;
    position: relative;
}

.delivery-content:before {
    content: "";
    position: absolute;
    width: 131px;
    height: 131px;
    top: 20%;
    left: 50%;
    margin-left: -70px;
    background: url('../img/bg-services-list.png') no-repeat center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.delivery-content h3 {
    font-size: 1.16em;
    font-weight: bold;
    margin-bottom: 13px;
}

.delivery-content h3 > i {
    font-size: 1.5em;
    padding-left: 27px;
}

.delivery-content hr {
    opacity: 0.4;
    text-align: center;
    margin: 20px auto 30px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    height: 1px;
    width: 405px;
}

.delivery-type-list {
    background: #f8f8f8;
    padding: 18px 0;
}

.delivery-type-list li {
    display: inline-block;
}

.delivery-type-list li.sep {
    width: 1px;
    height: 28px;
    background: #d8d8d8;
    margin: 0;
    vertical-align: baseline;
}

.delivery-type-list li > p {
    margin-top: 9px;
    padding: 0 25px;
}

.duration {
    font: bold 1.5em/1em 'bebas_neue_regularregular';
}

.duration > span {
    font-size: 2em;
}

.price {
    font: 1.16em/1em Arial;
}

.price > span {
    color: #ff3b57;
    font-weight: bold;
}

.payment .left p,
.payment ol > li > span {
    font-weight: bold;
    color: #000000;
}

.payment .left p{
    margin-top: 0;
    margin-bottom: 13px;
    margin-right: 10px;
    line-height: 1em;
}

.payment .left p > span {
    font: 2.5em 'bebas_neue_regularregular';
}

.payment ol > li {
    color: #6a6a6a;
    line-height: 1.2em;
}

.payment .right {
    width: 215px;
    color: #6a6a6a;
}
.payment .right p {
    margin-top: 18px;
    line-height: 1.2em;
}

.delivery-commission ul {
    padding-top: 12px;
    padding-right: 25px;
}

.delivery-commission ul > li {
    font-size: 1.16em;
    line-height: 2em;
}

.delivery-commission ul > li > span {
    font-weight: bold;
}

.delivery-commission p {
    width: 200px;
    padding-left: 27px;
}

.information {
    border-left: 1px solid #dedede;
    line-height: 1.2em;
}

.information p:first-child {
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
}

#btn-download {
    width: 236px;
    height: 32px;
    font: bold 1em/32px Arial;
    margin: 0 auto 29px;
}

/*---PARTNERS---*/
#partners {
    font-size: 0;
}

#partners .block-left {
    background: url("../img/pattern.jpg") repeat;
    position: relative;
}
/*Triangle*/
#partners .block-left:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 307px;
    border: 15px solid transparent;
    border-left: 15px solid #f4f4f4;
}

#partners .block-right {
    background: url("../img/bg-partners.jpg") no-repeat right center;
    background-size: cover;
    padding: 273px 0 280px;
}

#partners .caption {width: 280px;}

.partners-list {
    text-align: center;
    padding-top: 95px;
    padding-bottom: 48px;
}

.partners-list li {
    margin-bottom: 55px;
}

.partners-list li > p {
    margin-top: 10px;
    font-size: 0.87em;
    line-height: 1.2em;
}

/*---NOTICE---*/
#notice {
    background: #f2f2f2;
    font: italic 1.33em/1.5em Arial;
    font-weight: 300;
    text-align: center;
    padding: 90px 84px;
}

/*---REVIEWS---*/
#reviews {
    font-size: 0;
}

#reviews .block-right {
    background: url("../img/pattern.jpg") repeat;
}

#reviews .block-left {
    background: url("../img/bg-reviews.jpg") no-repeat center;
    background-size: cover;
    padding: 273px 0 280px;
    position: relative;
}
.otzyv{
    text-decoration: none;
    color: white;
}
#reviews .caption a.otzyv {
    color: #FFF;
}

#reviews .block-left:after {
    content: '';
    position: absolute;
    top: 308px;
    right: 0;
    border: 15px solid transparent;
    border-right: 15px solid #f4f4f4;

}
#reviews .caption {
    width: 145px;
}

.reviews-slider {
    margin: 0 auto;
    padding: 116px 0;
}

.reviews-slider li {
    width: 460px;
    height: 480px;
}

.review {
    color: #3a3a3a;
    font: 0.87em/1.5em Arial;
    padding-top: 40px;
    overflow-y: hidden;
    margin-bottom: 10px;
}

.reviewer img {
    width: 97px;
    height: 97px;
}

.reviewer-name,
.reviewer-date {
    display: inline-block;
}

.reviewer-name {
    padding: 0 9px 0 18px;
    font: 1.3em/1em 'bebas_neuebold';
}

.reviewer-name:before {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    position: relative;
    top: -7px;
    background: url("../img/wave-avatar.jpg") no-repeat;
}

.reviewer-date {
    font: 1.3em/1em 'bebas_neuebook';
    border-left: 2px solid #000000;
    padding-left: 10px;
}

#reviews .reviews-slider-controls {
    width: 80px;
    margin: 0 auto 133px;
}

.reviews-slider-controls a {
    font-size: 1.4em;
    color: #000000;
    text-align: center;
    cursor: pointer;
}

.reviews-slider-controls a > i {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 28px;
}

.reviews-slider-controls a:hover i {
    background: #ff3b57;
    border-radius: 50%;
    color: #ffffff;
}

/*---CONTACTS---*/
#contacts {
    padding: 39px 0 72px 0;
    background: #f2f2f2;
}

#contacts .wrapper {
    width: 1063px;
    margin: 0 auto;
}

#contacts .left {
    padding-top: 77px;
}

#contacts .left .column {
    display: inline-block;
    width: 260px;
    font: 1.16em/1.6em Arial;
}

#contacts .left h3 {
    font: 1.8em/1em 'bebas_neuebold';
    margin-bottom: 5px;
}

.address, .phones {
    height: 135px;
}

.socials a {
    color: #000000;
    border-bottom: 1px dashed #000000;
}

/*Form*/
#contact-form {
    background: #f9f9f9;
    padding: 40px 48px 38px 53px;
}

#contact-form input {
    padding: 12px 9px;
    border: 1px solid #cccccc;
    font: 0.83em/1em Arial;
    width: 268px;
    display: block;
    margin-bottom: 14px;
}

#contact-form input:focus {
    border: 1px solid #ff3b57;
    outline: none;
    background: url("../img/bg-focus-input.jpg") no-repeat;
    background-position: 97% 50%;
}

.form-header {
    margin-bottom: 15px;
}

.form-header#hForm {
    font: 3em/1em 'bebas_neuebold';
    text-align: center;
    color: red;
    
}

.form-header p {
    font: 1.5em/1.5em Arial;
    margin-top: 50px;
}

#btn-submit {
    width: 136px;
    height: 35px;
    font: bold 1em/35px Arial;
    border: none;
    cursor: pointer;
}


