@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500italic,500,700,700italic&subset=latin,cyrillic);
* {
    margin: 0;
    padding: 0;
}
html,
body {
    width: 100%;
    height: 100%;
    background: #fff;
    color: #373737;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
a {
    color: #373737;
}
a:hover {
    text-decoration: none;
}
ul {
    list-style: none;
}
img {
    border: none;
}
input,
textarea,
select {
    outline: none;
    font-family: "Roboto", sans-serif;
    font-size: 300;
}
textarea {
    overflow: hidden;
}
.top-line {
    width: 100%;
    height: 90px;
}
.top-bar-block {
    width: 100%;
    min-width: 320px;
    height: 87px;
    background: #fff;
    border-bottom: 3px solid #fc4349;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
}
.top-bar {
    max-width: 940px;
    min-width: 300px;
    height: 77px;
    padding-top: 10px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.nav-button {
    width: 23px;
    height: 23px;
    padding: 2px;
    border: 2px solid #2c3e50;
    border-radius: 4px;
    float: right;
    margin-top: 15px;
    cursor: pointer;
}
.nav-button-line {
    width: 100%;
    height: 2px;
    display: block;
    background: #2c3e50;
    margin: 3px 0;
}
.nav-button:hover {
    border-color: #7a8b9c;
}
.nav-button:hover .nav-button-line {
    background-color: #7a8b9c;
}
.logo-box {
    width: 130px;
    height: 66px;
    float: left;
}
.top-nav {
    float: right;
    height: 30px;
    padding-top: 23px;
}
.top-nav li {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
    font-family: "Roboto Condensed", sans-serif !important;
}
.top-nav li a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-family: "Roboto Condensed", sans-serif !important;
}
.top-product-block {
    width: 100%;
    min-width: 320px;
    height: 570px;
    background: url(../images/atlas/top-product-bg.jpg) no-repeat center top;
}
.top-product {
    max-width: 940px;
    min-width: 320px;
    height: 527px;
    padding-top: 45px;
    position: relative;
    z-index: 0;
    margin: 0 auto;
}
.top-product-left {
    width: 464px;
    position: relative;
    z-index: 1;
}
.top-product-name {
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 36px;
    padding-bottom: 5px;
}
.top-product-name p {
    text-align: center;
    margin-bottom: 15px;
}
.top-product-price {
    width: 100%;
    height: 80px;
    margin-bottom: 40px;
}
.top-product-price-box {
    height: 80px;
    line-height: 32px;
    float: right;
}
.product-price-left {
    height: 80px;
    line-height: 80px;
    float: left;
    margin-right: 20px;
}
.main-price {
    color: #fc4349;
    font-size: 46px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
}
.main-price span {
    font-weight: 700;
    font-size: 92px;
}
.product-price-right {
    height: 80px;
    text-align: left;
    float: left;
}
.old-price {
    font-size: 21px;
    color: #6dbcdb;
    font-family: "Roboto Condensed", sans-serif;
}
.old-price span {
    font-size: 42px;
    text-decoration: line-through;
}
.hrn-price {
    color: #333;
    font-size: 22px;
}
.hrn-price span {
    font-size: 28px;
}
.form-top {
    width: 300px;
}
.form-top .inputbox {
    width: 278px;
    height: 28px;
    padding: 5px 10px;
    line-height: 28px;
    border: 1px solid #8ed0ea;
    background: #fff;
    margin-bottom: 10px;
    font-size: 18px;
}
.form-top .button {
    width: 300px;
    height: 50px;
    display: block;
    cursor: pointer;
    border: 0;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    text-shadow: #3a0606 1px 1px 1px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #a3adbf;
    background: #ea383e;
    background: -moz-linear-gradient(top, #ea383e 0%, #a50f14 100%);
    background: -webkit-linear-gradient(top, #ea383e 0%, #a50f14 100%);
    background: linear-gradient(to bottom, #ea383e 0%, #a50f14 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea383e', endColorstr='#a50f14',GradientType=0);
}
.form-top .button:hover {
    background: #a50f14;
    background: -moz-linear-gradient(top, #a50f14 0%, #ea383e 100%);
    background: -webkit-linear-gradient(top, #a50f14 0%, #ea383e 100%);
    background: linear-gradient(to bottom, #a50f14 0%, #ea383e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a50f14', endColorstr='#ea383e',GradientType=0);
}
.top-product-right {
    width: 420px;
    height: 490px;
    margin-top: 10px;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 45px;
}
.top-product-img {
    width: 487px;
    height: 516px;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 25px;
}
.top-product-icons {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 5px;
}
.top-icon-box {
    float: left;
    margin-right: 10px;
}
.social-top {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
}
.social-top ul li {
    width: 49px;
    height: 49px;
    float: left;
    margin-left: 20px;
}
.social-top ul li:hover {
    opacity: 0.8;
}
.benefits-block {
    width: 100%;
    min-width: 320px;
    min-height: 607px;
    padding-top: 80px;
    position: relative;
    z-index: 0;
    background-size: cover;
}
.benefits-block:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
}
.title-box {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    top: -30px;
    margin-bottom: 55px;
}
.block-title {
    min-width: 420px;
    display: inline-block;
    padding: 6px 40px;
    background: #fc4349;
    color: #fff;
    font-size: 30px;
    font-family: "Roboto Condensed", sans-serif;
    border-radius: 7px;
    text-align: center;
    margin: 0 auto;
}
.benefits {
    max-width: 940px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    padding-bottom: 50px;
}
.benefits{
    display: flex;
}
.benefit-left {
    width: 430px;
    height: 469px;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: none;
}
.benefit-img {
    width: 504px;
    height: 469px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}
.benefit-right {
    width: 100%;
    max-width: 460px;
    position: relative;
    z-index: 1;
    padding-top: 12px;
}
.benefits-box {
    width: 100%;
}
.benefit-col {
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}
.benefit-icon {
    width: 59px;
    height: 59px;
}
.benefit-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.benefit-text {
    width: calc(100% - 60px);
    font-size: 18px;
    font-weight: 300;
    padding: 0 0 0 15px;
}
.benefit-text b {
    font-weight: 500;
}
.container {
    max-width: 940px;
    min-width: 320px;
    margin: 0 auto;
    padding: 30px 0;
}
.container .title-box {
    top: -60px;
    margin-bottom: 0;
}
.informer {
    width: 100%;
    padding: 50px 0;
}
.informer-left {
    width: 461px;
    float: left;
}
.informer-right {
    margin-left: 461px;
}
.informer-text {
    font-size: 18px;
    color: #010208;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 60px;
}
.informer-text b {
    font-size: 24px;
    font-weight: 500;
}
.gallery-block {
    width: 100%;
    min-width: 320px;
    height: 811px;
    background: #02060b url(../images/gallery-bg.jpg) no-repeat center top;
}
.gallery {
    max-width: 940px;
    min-width: 320px;
    margin: 0 auto;
}
.gallery-big {
    width: calc(100% - 80px);
    max-width: 780px;
    height: 490px;
    box-sizing: content-box;
    margin: 0 auto 45px auto;
    padding: 0 40px;
    position: relative;
    overflow: hidden;
}
.img_middle_big{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: rgba(255,255,255,0.3);
}
.img_middle_big a{
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img_middle_big img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.gallery-big button{
    position: absolute;
    z-index: 2;
    border: none;
    font-size: 2.3rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
    border-radius: .25rem;
    padding: 0 .5rem;
    background-color: rgba(255, 255, 255, .1);
}
.carousel-button:hover,
.carousel-button:focus {
    color: white;
    background-color: rgba(255, 255, 255, .2);
}
.carousel-button.prev {
    left: 3px;
}
.carousel-button.next {
    right: 3px;
}
.gallery-block .title-box {
    margin-bottom: 40px;
}
.characteristics {
    width: 100%;
}
.characteristic-col {
    padding-bottom: 35px;
    position: relative;
    z-index: 0;
}
.characteristic-img {
    width: 320px;
    float: left;
}
.characteristic-img img {
    max-width: 320px;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.characteristic-col:hover .characteristic-img img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
}
.characteristic-text {
    width: 440px;
    float: right;
    color: #010208;
    font-size: 23px;
    line-height: 23px;
    border-right: 4px solid #6dbcdb;
    padding: 14px 100px 14px 0;
    margin-top: 35px;
    font-weight: 300;
}
.characteristic-text b {
    color: #fc4349;
    font-weight: 400;
}
.characteristic-num {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: -40px;
    font-size: 140px;
    color: #d7dadb;
    font-weight: 500;
}
.characteristic-col.right .characteristic-img {
    float: right;
}
.characteristic-col.right .characteristic-text {
    float: left;
    border-right: 0;
    border-left: 4px solid #6dbcdb;
    padding: 14px 0 14px 100px;
    text-align: right;
}
.characteristic-col.right .characteristic-num {
    right: auto;
    left: 10px;
}
.characteristic-info {
    width: 100%;
    font-size: 36px;
    color: #010208;
    font-weight: 300;
    text-align: center;
    padding: 40px 0;
}
.characteristic-info h2 {
    color: #fc4349;
    font-size: 60px;
    font-weight: 500;
}
.info-block {
    width: 100%;
    min-width: 320px;
    height: 674px;
    border-top: 6px solid #fc4349;
    background: url(../images/atlas/zona_ochikuvannya_lvivskij_aeroport.jpg)
    no-repeat center top;
}
.info-box {
    max-width: 940px;
    min-width: 320px;
    height: 674px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.info-box-left {
    width: 460px;
}
.info-text {
    padding: 60px 30px 30px 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
    position: relative;
    z-index: 1;
    background: url(../images/info-bg.png) repeat left top;
}
.info-text b {
    font-size: 36px;
    font-weight: 400;
}
.info-box-right {
    width: 460px;
    top: 175px;
    right: 0;
    position: absolute;
    z-index: 0;
}
.info-box-img {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
}
.functions-block {
    max-width: 940px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-bottom: 35px;
    margin-top: -115px;
}
.functions {
    width: 100%;
}
.benefits-top-left {
    width: 415px;
    float: left;
}
.benefits-top-left {
    font-size: 24px;
    font-weight: 600;
}
.benefits-top-left ul li {
    margin-bottom: 12px;
    padding-left: 34px;
    background: url(../images/list.png) no-repeat left 10px;
}
.function-box {
    width: 220px;
    float: left;
    margin: 0 7px 0 8px;
    border-radius: 110px 110px 0 0;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.function-box:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    box-shadow: 0 0 2px 2px #888;
}
.function-img {
    width: 219px;
    height: 219px;
    border-radius: 100%;
    border: 1px solid #fa454b;
    margin-bottom: 30px;
    overflow: hidden;
}
.function-img img {
    width: 219px;
    height: 219px;
}
.function-text {
    height: 255px;
    padding: 5px;
    text-align: center;
    color: #010208;
    font-weight: 300;
    font-size: 18px;
    background: #f7f7f7;
    background: url(../images/function-text-bg.png) repeat-x left bottom;
}
.function-text b {
    font-weight: 500;
    font-size: 24px;
    color: #2c3e50;
}
.product-colour-block {
    width: 100%;
    min-width: 320px;
    height: 1065px;
    padding-top: 80px;
    background: #22506a url(../images/product-colour-bg.jpg) no-repeat center
    top;
}
.product-colour-block .title-box {
    margin-bottom: 20px;
}
.product-colours {
    max-width: 940px;
    min-width: 320px;
    margin: 0 auto;
    overflow-x: hidden;
}
.product-colour-top {
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
    text-align: center;
    margin-bottom: 5px;
}
.product-colour-top b {
    font-size: 30px;
    font-weight: 500;
}
.product-colour-col {
    width: 800px;
    margin: 0 auto;
}
.product-colour-box {
    width: 400px;
    float: left;
}
.product-colour-img {
    width: 400px;
    height: 705px;
    position: relative;
    z-index: 0;
}
.product-colour-img img {
    width: 597px;
    top: -50px;
    left: 50%;
    margin-left: -298px;
    position: absolute;
    z-index: 0;
}
.product-colour-price {
    width: 100%;
    font-size: 24px;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    margin-bottom: 20px;
}
.product-colour-price span {
    font-size: 49px;
    font-weight: 600;
}
.buy-button {
    width: 260px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: 30px;
    color: #fff;
    margin: 0 auto;
    text-shadow: #3a0606 1px 1px 1px;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #a3adbf;
    background: #ea383e;
    background: -moz-linear-gradient(top, #ea383e 0%, #a50f14 100%);
    background: -webkit-linear-gradient(top, #ea383e 0%, #a50f14 100%);
    background: linear-gradient(to bottom, #ea383e 0%, #a50f14 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea383e', endColorstr='#a50f14',GradientType=0);
    cursor: pointer;
}
.buy-button:hover {
    background: #a50f14;
    background: -moz-linear-gradient(top, #a50f14 0%, #ea383e 100%);
    background: -webkit-linear-gradient(top, #a50f14 0%, #ea383e 100%);
    background: linear-gradient(to bottom, #a50f14 0%, #ea383e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a50f14', endColorstr='#ea383e',GradientType=0);
}
.tech-characteristic-block {
    width: 100%;
    min-width: 320px;
    min-height: 1360px;
    background: #0e2339 url(../images/tech-characteristic-bg.jpg) no-repeat
    center top;
    border-top: 3px solid #fc4349;
}
.tech-characteristic-block .block-title {
    margin-bottom: 100px;
}
.tech-characteristics {
    max-width: 940px;
    min-width: 320px;
    margin: 0 auto;
}
.tech-characteristic-box {
    width: 100%;
    padding-bottom: 35px;
}
.tech-characteristic-tab {
    width: 100%;
}
.tech-characteristic-col {
    width: 100%;
    display: table;
    margin-bottom: 2px;
    color: #fff;
    font-size: 18px;
}
.tech-characteristic-left {
    width: 335px;
    padding: 10px 15px;
    display: table-cell;
    background: url(../images/tech-tab-bg.png) repeat left top;
    font-weight: 300;
}
.tech-characteristic-border {
    width: 20px;
    display: table-cell;
}
.tech-characteristic-right {
    padding: 10px 15px;
    display: table-cell;
    background: url(../images/tech-tab-bg.png) repeat left top;
    font-weight: 500;
}
.tech-characteristic-box h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}
.video-block {
    width: 100%;
    min-width: 320px;
    padding: 0 0 100px 0;
    background: #e8eaea url(../images/video-bg.jpg) no-repeat center top;
    border-top: 3px solid #fc4349;
}
.video {
    max-width: 940px;
    min-width: 320px;
    margin: 0 auto;
}
.video-box {
    width: 100%;
    margin-bottom: 60px;
}
.video-name {
    width: 100%;
    text-align: center;
    color: #2c3e50;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 30px;
}
.video-name h3 {
    color: #2c3e50;
    font-size: 30px;
    font-weight: 400;
}
.video-cont {
    width: 780px;
    background: #fff;
    margin: 0 auto;
}
.reviews-block {
    width: 100%;
    min-width: 320px;
    background: #2c3e50;
    border-top: 3px solid #fff;
}
.reviews {
    max-width: 940px;
    min-width: 320px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.reviews-cont {
    width: 100%;
}
.reviews-col {
    width: 100%;
    margin-bottom: 55px;
}
.review-col-left {
    width: 420px;
    float: left;
}
.review-col-right {
    width: 420px;
    float: right;
}
.review-box {
    width: 100%;
}
.review-icon {
    width: 101px;
    height: 101px;
    float: left;
    padding-top: 4px;
}
.review-icon img {
    width: 101px;
    height: 101px;
}
.review-text {
    margin-left: 140px;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}
.rewiew-title {
    font-size: 18px;
}
.rewiew-title b {
    font-weight: 500;
}
.review-arrow {
    width: 32px;
    height: 25px;
    display: block;
    float: left;
    margin-right: 10px;
    background: url(../images/review-arrow.png) no-repeat left top;
}
.text-drive-block-title {
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    color: #2c3e50;
    padding: 70px 0 25px 0;
}
.text-drive-block-title b {
    font-size: 500;
}
.test-drive-block {
    width: 100%;
    min-width: 320px;
    height: 720px;
    background: url(../images/atlas/bacu.jpg) no-repeat center top;
    border-top: 3px solid #fc4349;
}
.test-drive {
    max-width: 940px;
    min-width: 320px;
    margin: 0 auto;
}
.test-drive-left {
    width: 480px;
    float: left;
}
.test-drive-text {
    padding: 35px 30px 20px 20px;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    position: relative;
    z-index: 1;
    background: url(../images/info-bg.png) repeat left top;
}
.test-drive-text span {
    font-size: 21px;
    font-weight: 300;
    display: block;
}
.test-drive-right {
    width: 300px;
    height: 720px;
    position: relative;
    z-index: 0;
    float: right;
}
.form-box-box {
    width: 300px;
    position: absolute;
    z-index: 0;
    bottom: 70px;
    left: 0;
}
.form-box-box .inputbox {
    width: 278px;
    height: 28px;
    padding: 5px 10px;
    line-height: 28px;
    border: 1px solid #fff;
    background: url(../images/input-bg.png) repeat left top;
    margin-bottom: 10px;
    font-size: 18px;
}
.form-box-box .button {
    width: 300px;
    height: 50px;
    display: block;
    cursor: pointer;
    border: 0;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    text-shadow: #3a0606 1px 1px 1px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #a3adbf;
    background: #ea383e;
    background: -moz-linear-gradient(top, #ea383e 0%, #a50f14 100%);
    background: -webkit-linear-gradient(top, #ea383e 0%, #a50f14 100%);
    background: linear-gradient(to bottom, #ea383e 0%, #a50f14 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea383e', endColorstr='#a50f14',GradientType=0);
}
.form-box-box .button:hover {
    background: #a50f14;
    background: -moz-linear-gradient(top, #a50f14 0%, #ea383e 100%);
    background: -webkit-linear-gradient(top, #a50f14 0%, #ea383e 100%);
    background: linear-gradient(to bottom, #a50f14 0%, #ea383e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a50f14', endColorstr='#ea383e',GradientType=0);
}
.bot-bar {
    width: 100%;
    min-width: 320px;
    position: relative;
    z-index: 0;
    border-top: 12px solid #3a3a3a;
}
.map-box {
    width: 100%;
    min-width: 320px;
    overflow: hidden;
    height: 675px;
    position: relative;
    z-index: 0;
    background: #c6c6c6;
}
.map-box img {
    min-width: 100%;
    height: 675px;
}
.footer {
    width: 100%;
    min-width: 320px;
    background: url(../images/foot-bg.png) repeat left top;
    padding: 20px 0;
}
.foot-box {
    max-width: 940px;
    min-width: 300px;
    margin: 0 auto;
}
.foot-box-left {
    width: 50%;
    float: left;
}
.bot-contacts {
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}
.bot-contacts b {
    font-weight: 500;
}
.bot-contacts a {
 
	color: #fff;
}
.bot-contacts h3 {
    color: #6dbcdb;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 300;
    text-transform: uppercase;
}
.social-bot {
    width: 100%;
    padding-bottom: 5px;
}
.social-bot li {
    float: left;
    margin-right: 10px;
}
.social-bot li:hover {
    opacity: 0.7;
}
.foot-box-right {
    float: right;
}
.socials {
    float: right;
}
.crtificate-box {
    float: left;
    padding-top: 163px;
    margin-left: 20px;
}
.socials-box {
    width: 221px;
    float: left;
    margin-left: 20px;
}
.copy-block {
    width: 100%;
    min-width: 320px;
    background: #2c3e50;
}
.copyright {
    max-width: 940px;
    min-width: 320px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: right;
    color: #b5b5b5;
    font-weight: 300;
    font-size: 14px;
}
.clear {
    width: 100%;
    height: 0;
    font-size: 1px;
    clear: both;
}
.link_1,
.link_2,
.link_3,
.link_4,
.link_5,
.link_6 {
    width: 100%;
    height: 0px;
    font-size: 1px;
    clear: both;
    position: relative;
    z-index: 0;
    top: -120px;
}
.link_7 {
    width: 100%;
    height: 0px;
    font-size: 1px;
    clear: both;
    position: relative;
    z-index: 0;
    top: -80px;
}
.title-box h4,
.title-box h4 a {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}
.order-box {
    width: 461px;
    padding: 20px;
    position: fixed;
    z-index: 12;
    top: 20%;
    left: 50%;
    margin-left: -230px;
    background: #d31c4f url(../images/products-bg.png) repeat left top;
    border: 2px solid #ccc;
    border-radius: 8px;
    display: none;
}
.order-close-button {
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 2;
    right: -15px;
    top: -15px;
    background: #fff;
    border-radius: 100px;
    cursor: pointer;
    line-height: 25px;
    text-align: center;
    border: 2px solid #ff6138;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.order-box .block-title {
    min-width: 83%;
    color: #fff;
    margin-bottom: 10px;
}
.order-box .block-title h2 {
    color: #fff;
}
.sale-order .price {
    display: none;
}
.top-form-col {
    width: 100%;
    height: 51px;
    margin-bottom: 10px;
}
.top-col-left {
    width: 281px;
    height: 51px;
    float: left;
}
.top-col-right {
    width: 172px;
    height: 51px;
    float: right;
}
.top-form-col .inputbox-big {
    width: 419px;
    height: 29px;
    line-height: 29px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    background: #fff;
    border-radius: 6px;
}
.top-form-col .inputbox {
    width: 241px;
    height: 29px;
    line-height: 29px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    background: #fff;
    border-radius: 6px;
}
.inputboxall {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.top-form-col .button {
    width: 170px;
    height: 50px;
    display: block;
    color: #fff;
    text-shadow: #007f6a 1px 1px 1px;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    border-bottom-color: #007d69;
    border-right-color: #007d69;
    border-radius: 6px;
    background: #3a3a3a;
    background: -moz-linear-gradient(
            top,
            #3a3a3a 0%,
            #222222 50%,
            #1c1c1c 54%,
            #010101 100%
    );
    background: -webkit-linear-gradient(
            top,
            #3a3a3a 0%,
            #222222 50%,
            #1c1c1c 54%,
            #010101 100%
    );
    background: linear-gradient(
            to bottom,
            #3a3a3a 0%,
            #222222 50%,
            #1c1c1c 54%,
            #010101 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3a3a', endColorstr='#010101',GradientType=0);
}
.top-form-col .button:hover {
    background: #010101;
    background: -moz-linear-gradient(
            top,
            #010101 0%,
            #222222 54%,
            #1c1c1c 54%,
            #222222 54%,
            #3a3a3a 100%
    );
    background: -webkit-linear-gradient(
            top,
            #010101 0%,
            #222222 54%,
            #1c1c1c 54%,
            #222222 54%,
            #3a3a3a 100%
    );
    background: linear-gradient(
            to bottom,
            #010101 0%,
            #222222 54%,
            #1c1c1c 54%,
            #222222 54%,
            #3a3a3a 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#010101', endColorstr='#3a3a3a',GradientType=0);
}
.fadebox {
    width: 100%;
    min-height: 100%;
    background: #000;
    opacity: 0.7;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    display: none;
}
.body-owerflow {
    overflow: hidden;
}
.faq_item {
    border-top: 1px dotted silver;
    padding: 15px 0 10px;
    position: relative;
}
.faq_item:last-child {
    border-bottom: 1px dotted silver;
}
.question_wrap:after {
    content: "+";
    float: left;
    right: 20px;
    top: -4px;
    border: 1px solid #ff7200;
    color: #ff7200;
    width: 30px;
    padding: 2px 0 0;
    text-align: center;
    border-radius: 15px;
    margin: left;
}
.faq_item.opened .question_wrap:after {
    content: "РІР‚вЂњ";
    padding: 1px 0 1px;
}
.faq_q:hover {
    cursor: pointer;
}
.faq_q,
.faq_a {
    position: relative;
}
.faq_q {
    position: relative;
    background: transparent url("../images/nav-arrow.png") no-repeat scroll
    right center;
}
.before_q,
.before_a {
    font: 16px schlange-bold;
    color: #ff7200;
    position: absolute;
    left: -30px;
    width: 20px;
    text-align: right;
    display: none;
}
.before_a {
    color: #4c4c4c;
}
.faq_a {
    display: none;
}
.insity {
    display: none;
}
.up-button{
    width: 47px;
    height: 47px;
    position: fixed;
    z-index: 4;
    right: 5%;
    bottom: 10%;
    flex-direction: column;
    cursor: pointer;
    display: none;
    background: #fc4349;
    border-radius: 50%;
}
.up-button._show{
     display: flex;
    justify-content: center;
    align-items: center;
 }