@import url("form.css");
@import url("font-awesome.min.css");
@import url("color.css");
@import url("ilightbox/ilightbox.css");
@import url("owl-carousel/owl.carousel.css");
@import url("owl-carousel/owl.theme.default.min.css");
@import url("animate.min.css");
@import url("arcticmodal.css");
@import url("twentytwenty.css");
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&subset=latin,cyrillic);

@font-face {
    font-family: 'bebasNeueCyrillic';
    src: url('../fonts/Bebas_Neue_Cyrillic.eot');
    src: url('../fonts/Bebas_Neue_Cyrillic.eot?#iefix') format('embedded-opentype'), url('../fonts/Bebas_Neue_Cyrillic.woff') format('woff'), url('../fonts/Bebas_Neue_Cyrillic.ttf') format('truetype'), url('../fonts/Bebas_Neue_Cyrillic.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*________________Preloader_______________ */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    overflow: hidden;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 128px;
    height: 128px;
    background: url(../images/load.gif) no-repeat center;
    margin: -64px 0 0 -64px;
    overflow: hidden;
}
.loader-item {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 3px solid rgba(0, 0, 0, 0) !important;
    border-left: 3px solid;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-right: 3px solid;
    border-top: 3px solid;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}

/*______________________ Global stlye ___________________*/

@font-face {
    font-family: 'font-awesome';
    src: url('../fonts/fontawesome-webfont.ttf');
    src: url('../fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
    url('../fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/fontawesome-webfont.svg') format('svg');
    /* Legacy iOS */
}
body {
    font-family: 'Roboto Condensed', sans-serif!important;
    font-weight: normal!important;
    color: #666666;
    font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 300;
    color: #000000;
    text-transform: uppercase;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    line-height: 1.5;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
    display: inline-block;
}
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}
img {
    max-width: 100%;
    display: block;
}
button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
}
input,
textarea {
    display: block;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.clear-fix {
    clear: both;
}
.clear-fix:after {
    display: table;
    content: '';
    clear: both;
}
section {
    position: relative;
    padding: 80px 0 80px 0;
}


.left-wall.tg-btn:before{
     border-right: 2px #FF0F33 solid;
    border-bottom: 2px #FF0F33 solid;
    border-top: 2px #FF0F33 solid;
        left: -10px;
     background-color: transparent;
    z-index: -1;
}
   
.phones-navbar{
    display: none;
        color: #fff;
    float: right;
    padding: 0px 20px;
    line-height: 50px;
    font-size: 20px;
}

.phones-block .tg-btn:before {
    border: 2px #FF0F33 solid;
    background-color: transparent;
}
.left-wall.tg-btn:hover:before {
    background-color: #FF0F33;
}
a.nohidden.tg-btn:before {
    background-color: #FFF;
}
.tg-btn:before {
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #FF0F33;
    position: absolute;
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.tg-btn:hover:before {
    /*-webkit-transform: skewX(0);
-moz-transform: skewX(0);
-ms-transform: skewX(0);
-o-transform: skewX(0);
transform: skewX(0);*/
    background-color: #333333;
}
.tg-btn {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.theme-title span {
    font-family: 'bebasNeueCyrillic';
    text-align: center;
    font-size: 50px;
    margin: 0 auto 50px auto;
    color: #333;
    display: block;
    line-height: normal;
}
.theme-title {
    margin: 0 auto 0px auto;
    position: relative;
}
.theme-title h2 b {
    color: #fc0e32;
}
.theme-title h2 {
    font-family: 'bebasNeueCyrillic';
    text-align: center;
    font-size: 50px;
    margin: 0 auto 50px auto;
    color: #333;
}
.theme-title span:after,
.theme-title h2:after {
    content: "";
    display: block;
    height: 2px;
    left: 0;
    right: 0;
    margin: 15px auto;
    position: absolute;
    width: 100px;
    background-color: #FF0F33;
}
.nopadding {
    padding: 0!important;
}
.flex-container {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: stretch;
    -webkit-align-items: stretch;
    align-content: center;
    -webkit-align-content: center;
}
#top_menu {
    background-color: rgba(21, 22, 35, 0.5);
    position: absolute;
    top: 0px;
    padding: 0px 0px;
    border-bottom: 1px #384566 solid;
}
#top_menu .content {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
}
#top_menu a {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
	position:relative;
}

#top_menu ul li:hover a:after {
    width: 100%;
    margin-left: -50%;
}
#top_menu ul li a:after {
    content: "";
    bottom: -10px;
    height: 2px;
    left: 50%;
    position: absolute;
    width: 0;
    background: #ff0f33;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}


.head_top {
    top: 0px;
    z-index: 998;
    width: 100%;
}
#top_menu.fixmenu a {
    color: #fff;
}
#top_menu.fixmenu{
    background-color: rgba(21, 22, 35, 0.8);
    border:0px;
}
.fixmenu {
    position: fixed!important;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
        -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
}
#top_menu a:hover {
    color: #f1f1f1;
}

#top_menu ul li {
  padding: 10px 20px;
    display: inline-block;
}
ul.group {
    width: 100%;

    text-align: center;
    margin: 0 auto;
}
.gallery-product a.theme-button {
    width: 100%;
    color: #fff;
    background-color: transparent;
        border-left: 2px #FF0F33 solid;
        overflow: hidden;
    margin-top:5px;
}
.title-decor {
    position: absolute;
    font-style: oblique;
    bottom: 15px;
    z-index: 3;
    font-size: 25px;
    text-align: left;
    font-family: 'bebasNeueCyrillic';
    padding-right: 60px;
    padding-left: 20px;
    line-height: 20px;
    color: #d00006;
    height: 50px;
    width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.item_wrap {
    position: relative;
    overflow: hidden;
}
.item_wrap img {
      -webkit-clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 0px, 100% calc(100% - 60px), calc(95% - 10px) 100%, 0px 100%, 0 calc(0% - 0px), 10% 0px);
            clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 0px, 100% calc(100% - 60px), calc(95% - 10px) 100%, 0px 100%, 0 calc(0% - 0px), 10% 0px);
}
.decor {
    position: absolute;
    transform: skewX(-25deg);
    background-color: #ffffff;
    height: 50px;
    width: 92%;
    bottom: 15px;
    left: -15px;
    z-index: 2;
}
.decorative-wrap {
    position: relative;
    left: 30px;
    z-index: 1;
    display: block;
    margin: 40px auto 50px auto;
    width: 440px;
}
.decorative-wrap .decorative-border {
    top: -25px;
    bottom: 25px;
    left: -15px;
    right: 30px;
    z-index: 0;
    display: block;
    border: 3px solid #fff;
    position: absolute;
}
.decorative-wrap .image-wrap:before {
    top: -20px;
    left: -20px;
    right: 20px;
    bottom: 20px;
    content: '';
    position: absolute;
    border: 3px solid #f10000;
}
.image-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
}


/***************** PRODUCT *********************/

.products {
    background: #e5eaf3;
  
}
.gallery-product .right-nav {
    position: absolute;
    top: 20%;
    right: 12%;
    font-size: 50px;
    line-height: 5px;
    cursor: pointer;
}
.gallery-product .left-nav {
    position: absolute;
    top: 20%;
    left: 12%;
    font-size: 50px;
    line-height: 5px;
    cursor: pointer;
}
.products .overlay-bg {
    background: rgba(0, 0, 0, 0.05);
}
.carousel-top {
    position: relative;
}
.carousel-top .disk {
    position: absolute;
    top: -100px;
    width: 90%;
    left: 0px;
    right: 0;
    margin: 0 auto;
}
.gallery-product .item {
    position: relative;
    width: 60%;
    border: 0px #cc0000 solid;
    margin: 0 auto;
}
.gallery-casco .theme-button {
    top: -5px;
}
.products .flex-container {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.products .flex-container .flex-item {
    -webkit-flex-basis: 270px;
    flex-basis: 270px;
}
.wrap-item {
    position: relative;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 0px, 100% calc(100% - 60px), calc(94% - 10px) 100%, 0px 100%, 0 calc(0% - 0px), 10% 0px);
            clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 0px, 100% calc(100% - 60px), calc(94% - 10px) 100%, 0px 100%, 0 calc(0% - 0px), 10% 0px);
}
.wrap-item a {
    display: block;
    position: relative;
    z-index: 0;
}
.products .rows {
    padding: 60px 0px 30px 0px;
        border-bottom: 1px #d0d4da solid;
}
.products .pricelistload {
    margin: 30px auto;
    padding: 14px 35px;
}
a.theme-button.nohidden {
        margin: 50px auto 0 auto;
    color: #000;
}

a.theme-button.nohidden:hover {
    color: #fff!important;
}
a.theme-button.nohidden, a.theme-button.nohidden:focus, a.theme-button.nohidden:visited {
    color: #000;
}

a.theme-button.nohidden:active{
    color:#fff;
}


a.theme-button.nohidden:hover:before {
    background: #FF0F33;
}
.products .items .title-decor a {
    color: #ff0f33;
    width:100%;
        padding: 15px 0px;
}
.products .items {
    position: relative;
    margin: 30px auto 15px auto;
    height: auto;
    text-align: center;
    padding: 0px 0px 0px 0px;
}
.products a.item-title {
    margin-top: 20px;
    font-weight: 100;
    display: inline-block;
    color: #000;
    text-align: left;
    font-size: 18px;
}
.products a.item-title:hover{
    text-decoration: underline;
}
.products .items h2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    background-color: rgba(37, 44, 51, 0.8);
    color: #fff;
    text-transform: none;
    font-size: 16px;
    padding: 15px 0 15px 0;
    display: block;
    margin: 0px;
}
.products .items img {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin: 0 auto;
}
.products .items:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.wrap-item .bg-overlay:before {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    opacity: 0;
    z-index: 0;
}
.products .items:hover .wrap-item .bg-overlay:before {
    opacity: 0.8;
    z-index: 1;
}
.bg-overlay:before {
    content: " ";
    position: absolute;
    background: rgba(21, 22, 35, 0.5);
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/***************** BANNER-HEADING *********************/

.title-block {
    text-align: center;
    display: table;
    margin: 0 auto 50px auto;
    position: relative;
    padding: 20px 50px;
    width: 1200px;
}
.title-block .over1 {
    left: 0;
    top: 0;
}
.title-block .over3 {
    right: calc(100% + 40px);
    top: 30px;
}
.title-block .over2 {
    right: calc(100% + 15px);
    top: 15px;
}
.title-block .over1,
.title-block .over2,
.title-block .over3 {
    position: absolute;
    transform: skewX(-25deg);
    opacity: 0.75;
    background-color: #fd0e32;
    height: 100%;
    width: 200%;
}
.banner-heading h1 {
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 10px 0 10px 0;
    font-family: 'bebasNeueCyrillic';
}
.banner-heading {
    text-align: center;
    padding: 0px 0 0 0;
    position: relative;
    z-index: 1;
}
.banner-heading h2 {
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 0 10px 0 10px;
    font-family: "Roboto Condensed";
}
.banner-heading h3 {
    font-size: 20px;
    margin: 0 0 20px 0;
}

/*=========================== top form =========================*/

.order-block {
    position: relative;
    padding: 30px 0 20px 0;
    /*background-attachment: fixed;
    background-size: cover;*/
}
.order-block .text-center img {
    margin: 0 auto;
}
.two-block {
    position: relative;
}

.two-block .texti{
text-align:left;
padding: 20px 0 0 40px;
}
.one-block .texti{
    padding: 20px 40px 0 0px;
    text-align: right;
	}

.two-block .car {
    position: relative;
}
.two-block .car img {
    position: absolute;
    top: 150px;
    left: 0px;
    z-index: 0;
}
.two-block .car h2 {
    font-family: 'bebasNeueCyrillic';
    font-weight: 300;
    color: #ed0e30;
    font-size: 70px;
    display: block;
}
.two-block .car span {
    display: block;
    font-size: 28px;
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: "Roboto Condensed";
}
.two-block .car a.theme-button {
    position: relative;
    z-index: 1;
}
.order-form h2 {
    font-size: 3.8em;
    color: #fff;
    font-family: 'bebasNeueCyrillic';
}
.order-form h2 span {
    display: block;
    font-family: "Roboto Condensed";
    font-size: 20px;
    margin-bottom: 20px;
}

.order-form a.theme-button{
    color: #fff;
        font-size: 1.3em;
        font-weight: 300;
}
.order-form a.theme-button:hover{
    color:#000;

}
.order-form a.theme-button:hover .scos{
        border-top: 46px solid #fff;
}

.scos {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-top: 46px solid #313131;
    border-right: 20px solid transparent;
    
        -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.gallery-product .scos{
   border-top: 46px solid #fb0e32;
}


.order-form .form-group {
    margin-bottom: 10px!important;
}
.order-form .form-control {
    border: 0px solid #ccc;
    border-radius: 0px;
}
.order-form a:hover {
    text-decoration: none;
}
.order-form {
    display: block;
    position: relative;
    z-index: 1;
    display: block;
    margin: 0px auto 0px auto;
    width: 363px;
    padding: 30px 28px 30px 28px;
    background: -webkit-gradient(linear, left center, right center, from(#FF0F33), color-stop(100%, #B40F33));
    background: -webkit-linear-gradient(left, #FF0F33, #B40F33 100%);
    background: linear-gradient(to right, #FF0F33, #B40F33 100%);
    
    -webkit-clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 0px, 100% calc(100% - 60px), calc(95% - 10px) 100%, 0px 100%, 0 calc(0% - 0px), 10% 0px);
            clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 0px, 100% calc(100% - 60px), calc(95% - 10px) 100%, 0px 100%, 0 calc(0% - 0px), 10% 0px);
}
.order-form .arctform input,
.order-form .arctform select {
    background-color: #fff;
    box-shadow: 0px;
    min-width: 277px;
    height: 36px;
    padding: 0 13px;
    color: #224855;
    font-size: 14px;
}


/*=========================== Back to top =========================*/

.scroll-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 52px;
    right: 80px;
    z-index: 99;
    text-align: center;
    color: #fff;
    font-size: 25px;
    line-height: 33px;
    display: none;
    background-color: #ff0f33;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.scroll-top i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.scroll-top:focus {
    color: #fff;
}
.scroll-top:hover {
    background-color: #757575;
    color: #fff;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}

/*======== Main Banner =======*/

.banner {
    height: auto;
    width: 100%;
    position: relative;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 30px 0;
    overflow: hidden;
    z-index: 0;
}
.banner .overlay-bg {
    background: rgba(21, 22, 35, 0.8);
}
.banner video,
.banner .video_item img {
    background-size: cover;
    top: 0;
    height: auto;
    max-width: inherit;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0;
    vertical-align: top;
    width: auto;
    z-index: -100;
}
.question {
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    background-attachment: fixed;
    background-size: cover;
}
.question .theme-button {
    padding: 12px 25px;
}
.question .overlay-bg {
    background: rgba(21, 22, 35, 0.7);
}

/*============ Beforeafter =============*/

.beforeafter {
    background: #fff;
    height: auto;
}
.beforeafter .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.item-beforeafter {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex:1 340px;
    flex:1 340px;
    max-width:340px;
    background: #e5eaf3;
    margin: 0px 20px 30px 20px;
}
.item-beforeafter:after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 55px 23px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 100;
}
.item-beforeafter a.theme-button, .box-modal a.theme-button{
    text-align: left;
    background: #ff0f33;
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 90%;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.item-beforeafter a.theme-button:hover {
    background: #ffffff;
    color: #000;
}


/******boxmodal button***************/
.box-modal a.theme-button:hover{
    background: #313131;
}
.box-modal a.theme-button:hover:after{
    border-color: #313131 transparent transparent transparent;
}
.box-modal a.theme-button{
    position: relative;
    text-align: center;
    background: #ff0f33;
    top: 0px;
    width: 95%;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.box-modal a.theme-button:after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 46px 20px 0 0;
    border-color: #ff0f33 transparent transparent transparent;
    position: absolute;
    top: 0px;
    right: -20px;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*******************************/


.item-beforeafter a.theme-button:after{
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
        border-width: 46px 20px 0 0;
    border-color: #ff0f33 transparent transparent transparent;
    position: absolute;
    top: 0px;
    right: -20px;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.item-beforeafter a.theme-button:hover:after {
    border-color: #fff transparent transparent transparent;
}
.beforeafter-list {
    margin: 20px 0px;
    position: relative;
    padding-left: 20px;
}
.beforeafter-list li:before {
    margin-right: 6px;
    content: "•";
    position: absolute;
    left: 0px;
    letter-spacing: 0px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}
.beforeafter-list li {
    text-align: left;
}
.beforeafter .price {
    color: #000;
    line-height: 30px;
    padding: 0px;
    font-size: 16px;
    display: block;
    text-align: left;
}
.beforeafter .price strong{
    color: #ff0f33;
}
.item-beforeafter .info {
    padding: 20px 20px 60px 30px;
}
.beforeafter_title {
    color: #000;
    font-weight: 600;
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
}
.beforeafter_title span {
    color: #ff0f33;
}

/*========== WORK ============*/

.work {
    background: #fdfdfd;
}
.work .flex-container {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: stretch;
    align-content: center;
    -webkit-align-items: stretch;
    -webkit-align-content: center;
}
.work .flex-container .item {
    flex-basis: 220px;
    -webkit-flex-basis: 220px;
    padding: 0 20px;
}
.work .theme-button {
    width: 100%;
    min-width: inherit;
    font-size: 15px;
}
.process-icon {
    display: block;
    position: relative;
    margin: 0px auto 20px auto;
    height: 102px;
    width: 120px;
    font-size: 14px;
}
.work .flex-container .item:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 170px;
    margin: 0px 0px 0px 0px;
    height: 99px;
    width: 99px;
    overflow: hidden;
    background: url(/images/process-icons.png) center center no-repeat;
}
.work .flex-container .item:last-child:after {
    content: none;
    display: none;
}
.rotate-div {
    width: 130px;
    height: 130px;
    overflow: hidden;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    margin: 0 auto 20px auto;
}
.rotate-div img {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.work em.process-title {
    display: inline-block;
    position: relative;
    margin: 0px auto 0px auto;
    max-width: 170px;
    font-size: 15px;
    line-height: 1.2em;
    font-style: normal;
    color: #1D1D1D;
    text-align: center;
}
.cross-line {
    width: 100%;
    height: 50px;
    background: url(/images/cross-line.png) center center no-repeat;
    position: relative;
    display: block;
    top: -30px;
}
.work b {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    line-height: 1.0em;
}
.work .content {
    margin: 50px auto 30px auto;
}
.work .theme-button {
    margin-top: 5px;
}

/***************** FACTS ******************/

.facts {
    position: relative;
    padding: 30px 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.facts_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 250px;
    flex: 1 250px;
    text-align: center;
}
.facts_icon {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0 auto;
    background: rgba(255, 255, 255, .2);
}
.facts_icon img {
    width: 80px;
    margin: 0 auto;
}
.facts .text {
    display: inline-block;
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

/*========== Service ============*/

.service {
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.service .flex-container {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
}
.service .flex-container .flex-item {
    flex-basis: 32%;
    -webkit-flex-basis: 32%;
}
.service img#man-center {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 300px;
}
.service a.theme-button {
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 0px;
    line-height: 1.3em;
    position: absolute;
    bottom: 0px;
    font-size: 14px;
}
.service span.price {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}
.service span.price b {
    font-size: 30px;
}
.line-center {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background: url(/images/line-center.png) center 230px no-repeat;
    z-index: 0;
}
.service .item img {
    width: 100%;
}
.service .overlay-bg {
    background: rgba(21, 22, 35, 0.88);
}
.service .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: rgba(31, 43, 59, 0.5);
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 0;
}

/*item:hover*/

.service .item:hover .overlay {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.service .item .overlay a {
    max-width: 230px;
    text-align: center;
    color: #fff;
    margin: -20px auto 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}
.item a.p-color-bg:hover {
    color: #fff;
}
.service .item {
    margin-top: 10px;
}
.service .item .img-container {
    position: relative;
}
.service .item .text {
    padding: 15px 15px 15px 15px;
    background: #fff;
    min-height: 63px;
}
.service .item .text ul li {
    margin-right: 19px;
}
.service .item .text ul li:nth-child(2) {
    margin-right: 35px;
}
.service .item .text ul li i {
    margin-right: 5px;
}
.service .item .text h6 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin: 0px 0 0px 0;
}
.service .item .text p {
    line-height: 24px;
}

/*========== ACTION ============*/

.action {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: auto;
}
.action .flex-container {
    position: relative;
}
.action .visor {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
    left: auto;
    z-index: 1;
}
.action .visor_black {
    top: 0px;
    right: -80px;
}
.action .visor_white {
    top: 0px;
    right: 180px;
}
.action .visor_orange {
    top: 0px;
    right: 45px;
    z-index: 2;
}
.action .disk {
    position: absolute;
    z-index: 0;
    width: 550px;
    top: -70px;
    left: 30px;
}
.action .sun-cloud {
    position: absolute;
    z-index: 1;
    width: auto;
    bottom: 80px;
    right: 250px;
}
.action .item {
    position: relative;
}
.action .left-block {
    -webkit-flex-basis: 450px;
    flex-basis: 450px;
    min-height: 450px;
    margin-top: 30px;
}
.action .right-block {
    -webkit-flex-basis: 600px;
    flex-basis: 600px;
}
.action .content span.title-timer {
    margin-top: 20px;
    display: block;
    font-size: 15px;
    color: #ffeb5a;
}
.action h3 {
    font-size: 25px;
    line-height: 1.3em;
}
.action .col-md-4 h2 {
    font-size: 25px;
}
.img-rulon {
    position: absolute;
    left: -180px;
    top: 0px;
    width: 500px;
}
.action .content {
    width: 600px;
    padding-top: 50px;
}
.action .visible-xs img {
    margin: 0 auto;
}

/*============ Bottom Bner ===========*/

.bottom-banner {
    background: url(/images/how-it-works-bg.png);
    padding: 45px 0 43px 0;
}
.bottom-banner .form {
    margin: 0 auto;
    width: 940px;
}
.bottom-banner .form-group {
    width: 290px!important;
}
.bottom-banner a.theme-button {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 0px;
    font-size: 15px;
    color: #fff;
}
.bottom-banner .hvr-bounce-to-rightTwo:before {
    background: #fff!important;
}
.bottom-banner .hvr-bounce-to-rightTwo:hover,
.bottom-banner .hvr-bounce-to-rightTwo:focus,
.bottom-banner .hvr-bounce-to-rightTwo:active {
    color: #333;
}
.bottom-banner .form-group input {
    border: 1px solid #fff;
}
.bottom-banner p {
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    margin-top: 8px;
}
.container {
    position: relative;
    z-index: 1;
}
.overlay-bg {
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(21, 22, 35, 0.8);
    position: absolute;
    z-index: 0;
}

/*============= Footer ===========*/

.toper {
    padding: 20px 0px;
}
.top-footer {
    background: #272727;
    padding: 30px 0 30px 0;
}
.top-footer h4 {
    color: #fff;
    margin-bottom: 43px;
}
.politics {
    margin: 0px 0 0 0;
    line-height: 300;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}
.politics a {
    color: #999;
}
.politics a:hover {
    color: #fff;
}
.top-footer p {
    color: #fff;
}
.top-footer strong {
    font-size: 18px;
}
.bottom-footer p {
    font-size: 13px;
}
.bottom-footer p a:hover,
.bottom-footer p a:focus {
    color: #fff;
}
.lock {
    color: #cacaca;
    margin-top: 5px;
    display: block;
    font-size: 12px;
}
.descript {
    position: relative;
    font-size: 13px;
    color: #f5f5f5;
    top: -3px;
    left: 10px;
    line-height: 18px;
    display: block;
}
.logo img {
    float: left;
}
.phones-block .theme-button {
    width: 100%;
    background-color: transparent;
}
.phones-block span.phones {
    float: none;
    padding: 0px;
}
.phones-block .tg-btn:hover:before {
    background-color: #FF0F33;
}
.phones-block {
    float: right;
    text-align: center;
    margin: 0px 0px 0px 0px;
    height: auto;
    width: 250px;
    padding: 0px 0 0 0;
}
span.phones {
    display: block;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 5px 20px 0px 0px;
    font-size: 27px;
    color: #fff;
    text-align: center;
    float: right;
}
.top-count {
    line-height: 1.5em;
    width: 280px;
    margin: 0px auto 10px auto;
    border: 1px solid;
    text-align: center;
    padding: 15px 15px 15px 15px;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 5px;
}
.top-count span {
    font-size: 30px;
    font-weight: 600;
}
.shadow_line {
    top: 0px;
    background: url(../images/big_shadow.png) center top no-repeat;
    position: absolute;
    height: 42px;
    width: 100%;
    z-index: 2;
}
.submithidden {
    visibility: hidden;
    position: absolute;
    left: -99999px;
}
.callback_button {
    /*background: url(/images/callback.png);*/
    width: 200px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #01A0E3;
    margin: 8px auto 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0 20px 0 20px;
    border-radius: 30px;
    padding: 0 0 0 0;
    display: block;
    font-size: 1.1em;
    text-decoration: none;
    border: 2px #01A0E3 solid;
    background-color: transparent;
}
.phones-block a:hover,
.phones-block a:focus,
.phones-block a:visited {}
.phones-block a:hover {
    text-decoration: none;
    color: #fff;
}
.theme-button {
    color: #fff;
    font-size: 14px;
    line-height: 1.0;
    min-width: 250px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0px auto;
    padding: 14px 25px;
    display: inline-block;
    font-size: 1.3em;
    text-decoration: none;
}
a.theme-button:hover,
a.theme-button:focus {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.theme-button:hover {
    text-decoration: none;
    color: #fff;
}
input::-webkit-input-placeholder {
    color: #9f9f9f!important;
}
input:-moz-placeholder {
    color: #9f9f9f!important;
}

/*************  CENTER  ****************/

#center {
    position: relative;
    top: 30px;
    left: 0px;
    right: 0px;
    margin: 0 auto 0px auto;
    min-height: 420px;
}
#center img {
    margin-top: 60px;
    width: 350px;
}
#radius {
    background: rgba(0, 0, 0, 0.45);
    -webkit-border-radius: 253px;
    -khtml-border-radius: 253px;
    -moz-border-radius: 253px;
    border-radius: 253px;
}
.texti {
    position: relative;
    font-size: 15px;
    font-weight: 100;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    min-height: 150px;
    bottom: 20px;
    margin-top: 20px;
}
.texti strong {
    color: #ff0f33;
    text-transform: uppercase;
    display: block;
    font-size: 18px;
}
.t2 {
    top: 0px;
    right: 35px;
    text-align: right;
}
.t3 {
    top: 0px;
    right: 35px;
    text-align: right;
}
.t4 {
    top: 0px;
    right: 35px;
    text-align: right;
}
.t5 {
    top: 0px;
    left: 38px;
    text-align: left;
}
.t6 {
    top: 0px;
    left: 38px;
    text-align: left;
}
.t7 {
    top: 0px;
    left: 38px;
    text-align: left;
}

/*================================АНИМАЦИЯ ПУЛЬСАЦИИ=======================================*/

#lp-box,
#lp-box1,
#lp-box2,
#lp-box3,
#lp-box4,
#lp-box5,
#lp-box6,
#lp-box7 {
    display: block;
    background: rgba(255, 255, 255, 1);
    border-style: none;
    z-index: 2;
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 97px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3) inset;*/
}
#lp-box {
    left: 85px;
    top: 80px;
}
#lp-box1 {
    left: 13px;
    top: 165px;
}
#lp-box2 {
    left: 75px;
    top: 255px;
}
#lp-box4 {
    right: 82px;
    top: 130px;
}
#lp-box5 {
    right: 20px;
    top: 165px;
}
#lp-box6 {
    right: 40px;
    top: 255px;
}
#lp-box7 {
    right: 0px;
    left: -0;
    margin: 0 auto;
    top: 120px;
}

/*=======================================================================*/

#lp-box::after,
#lp-box1::after,
#lp-box2::after,
#lp-box3::after,
#lp-box4::after,
#lp-box5::after,
#lp-box6::after,
#lp-box7::after {
    /* this is used to create the pulse animation */
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    background-color: transparent;
    -webkit-animation: cd-pulse 2s infinite;
    animation: cd-pulse 2s infinite;
}
@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: scale(1);
        box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
    }
    50% {
        box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
    }
    100% {
        -webkit-transform: scale(1.6);
        box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0);
    }
}
@keyframes cd-pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
    }
    50% {
        box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
    }
    100% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6);
        box-shadow: inset 0 0 1px 1px rgba(226, 23, 18, 0);
    }
}

/* стили таймера */

.countdown {
    text-align: center;
    padding: 10px 0 20px 0;
}
.ClassyCountdown-wrapper>div {
    display: inline-block;
    position: relative;
    width: calc(15% - 5px);
    /*ширина кругов и растояние между ними*/
    margin: 10px;
    font-family: 'Roboto Condensed', sans-serif;
}
.ClassyCountdown-wrapper .ClassyCountdown-value {
    width: 100%;
    line-height: 0.8em;
    position: absolute;
    top: 55%;
    text-align: center;
    left: 0;
    display: block;
    font-size: 20px!important;
}

/*
-------------------------------------
		Map canvas
-----------------------------------------
*/

.border-block::before {
    content: "";
    border: 5px #d10007 solid;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1;
}
.map-section {
    background: #fff;
    padding: 0px;
}
.map-detail ul li i {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 30px;
}


.map-detail ul li h4 {
    font-size: 15px;
    margin: 0;
    font-weight: 600;
}
.map-detail {
    background: #fff;
    position: absolute!important;
    left: 0;
    top: 80px;
    padding: 40px!important;
    z-index: 99;
}
.map-detail ul li {
    display: block;
    position: relative;
    padding: 0 0 15px 52px;
    z-index: 9;
}
.map-detail ul li:last-child {
    padding-bottom: 0px;
}
.map-block {
    position: relative;
    overflow: hidden;
}
#map {
    background-color: #e5e3df;
    height: 500px;
    position: relative;
    width: 100%;
}
#map:before,
#map:after {
    background: none;
    text-align: center;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
#map:after {
    bottom: 0;
    top: auto;
}

/*************** WINDOW ORDER ****************/

.window-order {
  
}
.window-order .border-color {
    border: 2px #d10007 solid!important;
}
.window-order .color .flex-item {
    margin-bottom: 5px;
    line-height: 2.6em
}
.window-order .color .flex-container {
    font-family: 'bebasNeueCyrillic';
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    font-family: 'bebasNeueCyrillic';
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.window-order .flex-container p {
    color: #d10007;
}
.window-order .radio {
    color: #333;
    font-size: 18px;
    line-height: 1.2em;
}
.window-order .color {
    margin-bottom: 20px;
}
.window-order .color .flex-item span {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto 5px auto;
}
.window-order .color .flex-item a i {
    font-size: 15px!important;
}
.window-order .color .flex-item a {
    border-radius: 5px;
    border: 2px #f1f1f1 solid;
    display: block;
    padding: 5px;
    color: #000;
    line-height: normal;
    min-width: 63px;
    text-align: center;
}

/***********************  ОКНО ****************/


.window-order a.theme-button:hover .scos {
        border-top: 46px solid #d1050b;
}

.seolp .ilightbox-toolbar.metro-white:hover{
    border-color: transparent transparent transparent #d20007;
}
.seolp .ilightbox-toolbar{
    background-color: transparent!important;
    box-shadow: none!important;
}
.seolp .ilightbox-toolbar.metro-white {
    top: 0px;
    left: 0px;
    height: 25px;
    border-style: solid;
    border-width: 0 0px 80px 80px;
    border-color: transparent transparent transparent #313131;
    cursor: pointer;
}
.seolp .ilightbox-toolbar a.ilightbox-close {
    position: absolute;
    z-index: 0;
    
    margin-left: -75px;
    margin-top: 10px;
    background-color: transparent!important;
    cursor: pointer;
    background-position: -30px 6px;
}
.ilightbox-toolbar a.ilightbox-close {}
.ilightbox-toolbar a:hover {
    background-color: transparent!important;
}
.ilightbox-fullscreen,
.ilightbox-play {
    display: none!important;
}

.window-order .arctform .form-control{
    background: #fff;
}
.left_block {

    overflow: hidden;
}
.right_block {
    padding-left: 25px;
}
.right_block .price {
    font-size: 25px;
    font-weight: bold;
    color: #d10007;
    padding-bottom: 10px;
    display: block;
    margin-top: 20px;
}
.right_block i {
    font-size: 20px;
    font-style: normal;
}
.right_block s {
    font-size: 20px;
    color: #999;
}
.window_product form {
    margin: 20px 40px 0 auto;
}
.window_product img {
    width: 400px;
    margin: 0 auto 0 auto;
    float: left;
}
.dop_img {
    width: 100%;
    position: relative;
    left: 0px; 
        top: 0px;
    display: block;
    list-style: none;
}
.dop_img img {
    width: 80px;
    height: 80px;
}
.dop_img li {
    float: left;
    padding: 2px 2px;
    margin: 5px 5px 5px 0px;
        border: 1px solid #c6cccf;
}
.dop_img li a {
    width: 80px;
    height: auto;
    display:block;
}
.yes {
    display: block!important;
}
.big_img img {
    display: none;
    width: 100%;
        border: 1px solid #c6cccf;
}
.big_img {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.border {
    border: 1px #d10007 solid!important;
}
.right_block h2 {
    text-align: left!important;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.5em;
}
.right_block h2 span {
    font-family: Roboto Condensed;
    font-size: 30px;
    text-transform: none;
    display: block;
    line-height: 30px;
}
.batmini {
    margin-bottom: 15px!important;
    width: 300px!important;
    padding-top: 20px;
}
.title_s {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    background-color: rgba(37, 44, 51, 0.8);
    color: #fff;
    font-size: 17px;
    padding: 10px 0 10px 0;
}
.window_product .arctform .form-group {
    width: 100%;
}
.video-section {
    background: url(/images/layer7.png);
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.radio input {
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0 10px 5px 0px!important;
    float: left;
    position: inherit!important;
}
.radio label {
    font-size: 15px;
    color: #999;
}
.radio span {
    padding-left: 0px;
}
.icon-cart {
    position: relative;
    top: 15px;
    overflow: hidden;
    height: 100px;
}
.icon-cart div {
    width: 33%;
    float: left;
}

/*-------tabs-------*/

.tabs {
    width: 100%;
    background: #EFEFEF;
    margin: 30px 0 30px;
}
.tabs__caption {
    height: 46px;
    line-height: 25px;
    list-style: none;
    border-bottom: 1px solid #DDD;
}
.tabs__caption li {
    text-align: center;
    width: 192px;
    float: left;
    display: inline;
    margin: 0 1px -1px 0;
    padding: 10px 16px;
    color: #777;
    cursor: pointer;
    /*background: #F9F9F9;*/
    border: 1px solid #E4E4E4;
    border-bottom: 1px solid #F9F9F9;
    position: relative;
}
.tabs__caption li:hover {
    text-align: center;
    width: 192px;
    color: #e21712;
    padding: 10px 16px;
    border: 1px solid #e21712;
}
.tabs__caption .active {
    text-align: center;
    width: 192px;
    color: #444;
    background: #fff;
    padding: 10px 16px;
    border: 1px solid #D4D4D4;
    border-bottom: 1px solid #fff;
}
.tabs__content {
    overflow: hidden;
    display: none;
    border: 1px solid #D4D4D4;
    border-width: 0 1px 1px;
    background: #EFEFEF;
    padding: 20px 12px 20px 20px;
}
.tabs__content ul {
    list-style: none;
    list-style-type: disc;
    list-style-position: inside;
    display: block;
}
.tabs__content ul li {
    padding: 0 0 10px 10px;
}
.tabs__content.active {
    background: #fff;
    display: block;
}
.tabs__content {
    width: 100%;
    display: none;
    /* по умолчанию прячем все блоки */
}
.tabs__content.active {
    display: block;
    /* по умолчанию показываем нужный блок */
}
.order_icon {
    margin: 5px 0 0 0;
    color: #252c33;
    font-size: 15px;
    font-weight: 300;
    display: block;
    text-align: center;
}
#ic1 {
    background: url(/images/icon_dopa.png) 0px 0px;
    width: 47px;
    display: block;
    height: 44px;
    margin: 0 auto;
}
#ic1:hover {
    background: url(/images/icon_dop.png) 0px 0px;
    width: 47px;
    display: block;
    height: 44px;
    margin: 0 auto;
}
#ic2 {
    background: url(/images/icon_dopa.png) -120px 0px;
    width: 45px;
    display: block;
    height: 44px;
    margin: 0 auto;
}
#ic2:hover {
    background: url(/images/icon_dop.png) -120px 0px;
    width: 45px;
    display: block;
    height: 44px;
    margin: 0 auto;
}
#ic3 {
    background: url(/images/icon_dopa.png) right 0px;
    width: 40px;
    display: block;
    height: 44px;
    margin: 0 auto;
}
#ic3:hover {
    background: url(/images/icon_dop.png) right 0px;
    width: 40px;
    display: block;
    height: 44px;
    margin: 0 auto;
}
.window_product {
    background: #f1f1f1;
    position: relative;
    max-width: 820px;
    min-width: 800px;
    overflow: hidden;
    color: #000;
    font-size: 16px;
    margin: 30px auto 0 auto;
    padding-top: 20px;
}











/* Thumb frame */

.frame-box {
    position: relative;
}
.frame-box .line1,
.frame-box .line2,
.frame-box .line3,
.frame-box .line4 {
    display: block;
    position: absolute;
    background-color: #ff1009;
    z-index: 10;
}
.frame-box .line1,
.frame-box .line3 {
    width: 0;
    height: 1px;
}
.frame-box .line2,
.frame-box .line4 {
    width: 1px;
    height: 0;
}
.frame-box .line1 {
    top: 0;
    right: 0;
}
.frame-box:hover .line1 {
    -moz-animation: animLine1 1.5s ease-out 0s infinite;
    -webkit-animation: animLine1 1.5s ease-out 0s infinite;
    -o-animation: animLine1 1.5s ease-out 0s infinite;
    -ms-animation: animLine1 1.5s ease-out 0s infinite;
}
@-moz-keyframes animLine1 {
    0% {
        width: 0;
        left: 0;
    }
    50% {
        width: 100%;
        left: 0;
    }
    100% {
        width: 0;
        left: 100%;
    }
}
@-webkit-keyframes animLine1 {
    0% {
        width: 0;
        left: 0;
    }
    55% {
        width: 100%;
        left: 0;
    }
    100% {
        width: 0;
        left: 100%;
    }
}
@-o-keyframes animLine1 {
    0% {
        width: 0;
        left: 0;
    }
    55% {
        width: 100%;
        left: 0;
    }
    100% {
        width: 0;
        left: 100%;
    }
}
@-ms-keyframes animLine1 {
    0% {
        width: 0;
        left: 0;
    }
    55% {
        width: 100%;
        left: 0;
    }
    100% {
        width: 0;
        left: 100%;
    }
}
.frame-box .line2 {
    top: 0;
    right: 0;
}
.frame-box:hover .line2 {
    -moz-animation: animLine2 1.5s ease-out 0s infinite;
    -webkit-animation: animLine2 1.5s ease-out 0s infinite;
    -o-animation: animLine2 1.5s ease-out 0s infinite;
    -ms-animation: animLine2 1.5s ease-out 0s infinite;
}
@-moz-keyframes animLine2 {
    0% {
        height: 100%;
        top: 0;
    }
    54% {
        height: 0;
        top: 100%;
    }
    55% {
        height: 0;
        top: 0;
    }
    100% {
        height: 100%;
        top: 0;
    }
}
@-webkit-keyframes animLine2 {
    0% {
        height: 100%;
        top: 0;
    }
    54% {
        height: 0;
        top: 100%;
    }
    55% {
        height: 0;
        top: 0;
    }
    100% {
        height: 100%;
        top: 0;
    }
}
@-o-keyframes animLine2 {
    0% {
        height: 100%;
        top: 0;
    }
    54% {
        height: 0;
        top: 100%;
    }
    55% {
        height: 0;
        top: 0;
    }
    100% {
        height: 100%;
        top: 0;
    }
}
@-ms-keyframes animLine2 {
    0% {
        height: 100%;
        top: 0;
    }
    54% {
        height: 0;
        top: 100%;
    }
    55% {
        height: 0;
        top: 0;
    }
    100% {
        height: 100%;
        top: 0;
    }
}
.frame-box .line3 {
    bottom: 0;
    right: 0;
}
.frame-box:hover .line3 {
    -moz-animation: animLine3 1.5s ease-out 0s infinite;
    -webkit-animation: animLine3 1.5s ease-out 0s infinite;
    -o-animation: animLine3 1.5s ease-out 0s infinite;
    -ms-animation: animLine3 1.5s ease-out 0s infinite;
}
@-moz-keyframes animLine3 {
    0% {
        width: 0;
        right: 0;
    }
    55% {
        width: 100%;
        right: 0;
    }
    100% {
        width: 0;
        right: 100%;
    }
}
@-webkit-keyframes animLine3 {
    0% {
        width: 0;
        right: 0;
    }
    55% {
        width: 100%;
        right: 0;
    }
    100% {
        width: 0;
        right: 100%;
    }
}
@-o-keyframes animLine3 {
    0% {
        width: 0;
        right: 0;
    }
    55% {
        width: 100%;
        right: 0;
    }
    100% {
        width: 0;
        right: 100%;
    }
}
@-ms-keyframes animLine3 {
    0% {
        width: 0;
        right: 0;
    }
    55% {
        width: 100%;
        right: 0;
    }
    100% {
        width: 0;
        right: 100%;
    }
}
.frame-box .line4 {
    bottom: 0;
    left: 0;
}
.frame-box:hover .line4 {
    -moz-animation: animLine4 1.5s ease-out 0s infinite;
    -webkit-animation: animLine4 1.5s ease-out 0s infinite;
    -o-animation: animLine4 1.5s ease-out 0s infinite;
    -ms-animation: animLine4 1.5s ease-out 0s infinite;
}
@-moz-keyframes animLine4 {
    0% {
        height: 100%;
        bottom: 0;
    }
    54% {
        height: 0;
        bottom: 100%;
    }
    55% {
        height: 0;
        bottom: 0;
    }
    100% {
        height: 100%;
        bottom: 0;
    }
}
@-webkit-keyframes animLine4 {
    0% {
        height: 100%;
        bottom: 0;
    }
    54% {
        height: 0;
        bottom: 100%;
    }
    55% {
        height: 0;
        bottom: 0;
    }
    100% {
        height: 100%;
        bottom: 0;
    }
}
@-o-keyframes animLine4 {
    0% {
        height: 100%;
        bottom: 0;
    }
    54% {
        height: 0;
        bottom: 100%;
    }
    55% {
        height: 0;
        bottom: 0;
    }
    100% {
        height: 100%;
        bottom: 0;
    }
}
@-ms-keyframes animLine4 {
    0% {
        height: 100%;
        bottom: 0;
    }
    54% {
        height: 0;
        bottom: 100%;
    }
    55% {
        height: 0;
        bottom: 0;
    }
    100% {
        height: 100%;
        bottom: 0;
    }
}
.copyright {
    padding: 17px 0;
}
.copyright p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}
.copyright > p {
    margin-bottom: 0;
}
.footer-bottom {
    background: #1d1d1d;
}

/*********** social ***********/

.social-icons {
    margin-top: 50px;
}
.social {
    display: table;
    list-style: none;
    padding-left: 0px;
    margin: 15px auto;
}
.social ul li {
    display: inline-block;
}
.social a {
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    margin: 0 5px;
}
.social a i {
    height: 30px;
    width: 30px;
    font-size: 15px;
    line-height: 2.0em;
    color: #fff!important;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
}
.like {
    font-size: 15px;
}
.social i {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 30px;
}
.social .vk {
    background: #4D75A3;
    color: #fff;
}
.social .fb {
    background: #3B5998;
}
.social .ok {
    background: #E67E17;
}
.social .insta {
    background: #da2388;
}
.social .tripadvisor {
    background: #00af87;
}
.social .twi {
    background: #55ACEE;
    color: #fff;
}
.social .gplus {
    background: #DC4E41;
}


/**************  NAVBAR ****************/
.navbar-toggle {
    float: left;
    margin-left: 5px;
}
.navbar-toggle .icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}

/* ANIMATED X */

.navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}
.navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}
.navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/* END ANIMATED X */

.navbar-toggle .icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.navbar-toggle {
    border: none;
    background: transparent !important;
}
.navbar-toggle:hover {
    background: transparent !important;
}


img.loading{
width:100%!important;
height:100%!important;
}