@font-face {
    font-family: "Century Gothic";
    src: url("fonts/cg.ttf") format("opentype");
}

@font-face {
    font-family: "CG Bold";
    src: url("fonts/cgb.ttf") format("opentype");
}

htnl, body {
    background: #e4e9e9;
    padding: 0;
    margin: 0;
    font-family: "Century Gothic";
    color: #523030;
    outline: none;
    width: 100%;
    height: 100%;
}

::selection {
    background: #6a1010;
    color: #fff;
}

::-moz-selection {
    background: #6a1010;
    color: #fff;
}

a {
    color: #6a1010;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
}

a:hover {
    color: #c81e1e;
}

.oh {
    overflow: hidden;
}

p {
    padding: 0;
    margin: 0;
}

li .li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

input {
    outline: none;
}

div {
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

button {
    outline: none;
}


.pl {
    position: relative;
}

.pa {
    position: absolute;
}

.cp {
    cursor: pointer;
}

.pdt15 {
    padding-top: 15px;
}

.pdt10 {
    padding-top: 10px;
}

.dt {
    display: table;
}

.tcell {
    display: table-cell;
}

.vamiddle {
    vertical-align: middle;
}

.dn {
    display: none;
}

.hr {
    border-top: 1px solid #d9d9d9;
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clear {
    display: block;
}

.auto-center {
    margin-left: auto;
    margin-right: auto;
}

.button {
    padding: 10px 15px;
    color: #ffffff;
    background: #6a1010;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    -weblit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.button:hover {
    opacity: 0.7;
}

.w-button {
    padding: 10px 15px;
    color: #6a1010;
    background: #FFFFFF;
    border: 3px solid #6a1010;
    cursor: pointer;
    border-radius: 5px;
    -weblit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.w-button:hover {
    opacity: 0.7;
}


.modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1100;
    overflow-y: scroll;
}

.modal-fixed {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1000;
}

.modal-container {
    background: #ffffff;
    min-width: 170px;
    max-width: 550px;
    min-height: 170px;
    overflow: hidden;
    margin: 70px auto;
    position: relative;
}

.modal-nc {
    padding: 15px;
}

.modal-nc p {
    text-align: center;
}

.modal-mg {
    margin: 0 15px
}

.modal-close {
    position: absolute;
    top: 9px;
    right: 15px;
    color: #ffffff;
    font-size: 36px
}

.modal-close:hover {
    opacity: 0.7
}

.modal-header {
    width: 100%;
    padding: 15px;
    background: #6a1010;
}

.modal-header span {
    font-size: 26px;
    color: #FFFFFF
}


.tabs {
    position: relative;
    max-width: 700px;
    background: #ebebeb;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(153, 153, 153, 0.77);
    -moz-box-shadow: 0px 0px 4px 1px rgba(153, 153, 153, 0.77);
    box-shadow: 0px 0px 4px 1px rgba(153, 153, 153, 0.77);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 40px;
}

.tab-header {
    background: #FFFFFF;
    padding: 15px;
    position: relative;
    font-family: "CG Bold";
}

.tab-header:hover {
    background: #e6e6e6;
    cursor: pointer;
}

.tab-container {
    padding: 15px;
    padding-top: 0;
    background: #f3f3f3;
    display: none;
    -webkit-box-shadow: inset 0px -11px 15px -12px rgba(102, 102, 102, 1);
    -moz-box-shadow: inset 0px -11px 15px -12px rgba(102, 102, 102, 1);
    box-shadow: inset 0px -11px 15px -12px rgba(102, 102, 102, 1);
}

.tab-arrow {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
}

.tab-arrow-none {
    background: url("images/arrow-faq-r.png");
    top: 19px;
}

.tab-arrow-active {
    background: url("images/arrow-faq-b.png");
    top: 17px;
}

.tab-h-a {
    background: #f3f3f3;
}

.tab-line {
    border-bottom: 1px solid #e6e6e6;
}

.debug-container {
    z-index: 10000;
    width: 100%;
    position: fixed;
    top: 100px;
    left: 0;
    display: none;
}

#debug {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px;
    background: #6a1010;
    color: #FFFFFF;
    display: table;
    max-width: 350px;
    text-align: center;
}

.header-center {
    margin-top: 15px;
}

/* Header */

@media (max-width: 992px) {
    .ic {
        text-align: center;
    }

    .header-top {
        width: 100%;
    }

    .header-center {
        margin-top: 0;
        display: table;
        margin-right: auto;
        margin-left: auto;
    }
}

.scroll-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: url("images/shp.png");
    width: 40px;
    height: 40px;
    z-index: 100;
    opacity: 0.7;
    border-radius: 4px;
    cursor: pointer;
}

.scroll-top:hover {
    opacity: 1;
}

.scroll-top i {
    color: #FFFFFF;
    font-size: 26px;
    margin-top: 7px;
    margin-left: 9px;
}

.header {
    background: #FFFFFF;
    width: 100%;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(161, 161, 161, 1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(161, 161, 161, 1);
    box-shadow: 0px 2px 10px 0px rgba(161, 161, 161, 1);
}

.header-mrg {
    height: 117px;
}

.header-top {
    padding: 9px 0;
    float: right;
    position: relative;
}

.header-top-nb {
    margin: 5px 0;
    position: relative;
}

.no-link {
    color: #523030;
    font-size: 16px;
}

.menu-open {
    display: none;
    z-index: 1000;
}

.calculator-open {
    display: none;
    z-index: 1000;
}

.calculator-open i {
    font-size: 42px;
    color: #6a1010;
    margin-top: 14px;
    margin-left: 18px;
}

.menu-open i {
    font-size: 42px;
    color: #6a1010;
    margin-top: 14px;
    margin-left: 18px;
}


.menu-shadow {
    background: url("images/shadow.png");
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99;
}

.menu {
    position: fixed;
    height: 100%;
    background: #ffffff;
    display: none;
    z-index: 100;
    overflow: hidden;
}

.menu-content {
    padding: 15px;
    padding-top: 0;
    position: absolute;
    width: 100%;
}

.menu-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-content ul li {
    line-height: 1;
    white-space: nowrap;
}

.menu-content ul li a div {
    font-size: 16px;
    padding: 15px 0;
    border-top: 1px solid #d9d9d9;
}

.menu-content ul li a div:hover {
    color: #999999;
}

.margin-contacts div {
    white-space: nowrap;
}

.margin-contacts {
    padding: 15px;
    padding-left: 0;
    width: 225px;
}

.logo {
    background: url("images/logo.png") no-repeat;
    height: 71px;
    width: 200px;
}

.circle-social {
    border-radius: 50%;
    -weblit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #ffffff;
    float: left;
    margin-right: 15px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(161, 161, 161, 1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(161, 161, 161, 1);
    box-shadow: 0px 2px 10px 0px rgba(161, 161, 161, 1);
}

.circle-social:hover {
    opacity: 0.7;
}

.circle-inst {
    background: url("images/inst.png");
    width: 30px;
    height: 30px;
}

.circle-yt {
    background: url("images/yt.png");
    width: 30px;
    height: 30px;
}


.circle-viber {
    background: #675bb1;
}

.circle-viber i {
    font-size: 18px;
    margin-top: 6px;
    margin-left: 7px;
    color: #ffffff;
}

.circle-whatsapp {
    background: #2dd566;
}

.circle-whatsapp i {
    font-size: 20px;
    margin-top: 4px;
    margin-left: 7px;
    color: #ffffff;
}

.circle-phone {
    background: #ffffff;
}

.circle-phone i {
    font-size: 16px;
    margin-top: 7px;
    margin-left: 9px;
    color: #6a1010;
}

.circle-mail {
    background: #ffffff;
}

.circle-mail i {
    font-size: 16px;
    margin-top: 7px;
    margin-left: 7px;
    color: #6a1010;
}

.phone-fk {
    position: relative;
    float: left;
    height: 30px;
    width: 235px;
}

.phones {
    position: absolute;
    top: -3px;
    font-size: 16px;
    line-height: 1.2;
    text-align: right;
}

.phones span {
    color: #523030;
    margin-right: 5px;
    font-family: "Century Gothic";
}

.phones a {
    font-weight: bold;
    font-size: 16px;
    font-family: "CG Bold";
}

.header-email {
    position: absolute;
    top: 10px;
    font-size: 14px;
}

.header-order-btn {
    border-radius: 20px;
    font-family: "CG Bold";
    font-size: 16px;
    padding: 7px 18px
}

.header-calc-btn {
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 18px;
    margin-right: 10px;
}

.header-calc-btn i {
    margin-right: 5px;
}

.calculator-container {
    background: #FFFFFF;
    width: 100%;
    display: none;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0px 15px 11px -1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 15px 11px -1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 15px 11px -1px rgba(0, 0, 0, 0.4);
}

.h-fixed {
    position: fixed;
    z-index: 300;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.oh-f {
    overflow-y: scroll;
    height: 100%;
}

.calculator-sc-oy {
    display: table;
    width: 100%;
    position: relative;
}

.b-oya {
    overflow: hidden;
}

.b-oyn {
    overflow: auto;
}

.calc-order-mobi {
    border-radius: 24px;
    font-size: 16px;
    margin-top: 10px;
}

.pcr-padding {
    padding-right: 10px;
}

.price-co-result {
    width: 100%;
    padding: 10px;
    background: #EBEBEB;
    border-radius: 8px;
}

.price-tx-all {
    font-size: 14px;
}

.calc-co-min {
    padding-bottom: 20px;
}

#ejay-navid-0 {
    margin-left: 15px;
}

.price-end {
    color: #131339;
    font-family: "CG Bold";
    font-size: 26px;
}


.price-revline {
    border-top: 1px solid #EBEBEB;
    margin-top: 10px;
    padding-bottom: 4px;
}

.cprice-active {
    border: 1px solid #6a1010;
}

.cprice-i-active i {
    color: #015d00;
}

.cprice-i-active {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 15px;
    height: 15px;
}

.calc-types-co {
    padding: 10px;
    border: 1px solid #EBEBEB;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
    min-height: 250px;
    border-radius: 8px;
}

.inf-h-calc {
    margin-bottom: 15px;
}

.cont-close-calc {
    width: 100%;
    padding-bottom: 15px;
    margin-top: 15px;
}

.cont-close-calc button {
    font-size: 16px;
    border-radius: 24px;
}

.mobile-fixed-price {
    position: absolute;
    bottom: -10000px;
    display: none;
    overflow: hidden;
    height: 0;
    width: 0;
}

@media (max-width: 768px) {
    .cont-close-calc {
        padding-bottom: 115px;
    }

    .mobile-fixed-price {
        overflow: visible;
        height: auto;
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #FFFFFF;
        padding: 20px;
        z-index: 10000;
        -webkit-box-shadow: 0px 2px 10px 0px rgba(161, 161, 161, 1);
        -moz-box-shadow: 0px 2px 10px 0px rgba(161, 161, 161, 1);
        box-shadow: 0px 2px 10px 0px rgba(161, 161, 161, 1);
    }

}

.pr-ca-calc {
    width: 100%;
    font-size: 14px;
}

.lf-btn-radius {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.rf-btn-radius {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

.gr-line {
    border-top: 1px solid #d9d9d9;;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
    .pr-ca-calc {
        font-size: 14px;
    }
}


.header-calc {
    padding: 15px 0;
    font-size: 20px;
    color: #6a1010;
    font-family: "CG Bold";
}

.info-pcr {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    font-size: 14px;
    margin-bottom: 15px;
}


@media (max-width: 992px) {
    .calculator-container {
        top: 150px;
    }

    .header-mrg {
        height: 154px;
    }
}

@media (max-width: 768px) {
    .pcr-padding {
        padding-right: 0;
    }
}

.h-calc {
    font-size: 20px;
    color: #444;
    font-family: "CG Bold";
}

.calc-value {
    border: 1px solid #31b0d5;
    padding: 10px 15px;
    width: 187px;
}

@media (max-width: 1200px) {
    .calc-inform {
        font-size: 14px;
    }

    .calc-value {
        width: 137px;
        padding: 10px 5px;
    }
}

@media (max-width: 768px) {
    .calc-value {
        width: 160px;
        padding: 10px 15px;
    }
}

.calc-inform {
    margin-top: 15px;
    margin-bottom: 8px;
    font-size: 14px;
}

.calc-btn {
    height: 38px;
}

@media (max-width: 1200px) {
    .header-calc-btn {
        border-radius: 50%;
        width: 35px;
        padding: 7px 16px;
    }

    .header-calc-btn span {
        display: none;
    }

    .header-calc-btn i {
        margin-right: 0;
        margin-left: -6px;
    }

    .header-order-btn {
        font-size: 14px;
        padding: 7px 18px;
        margin-top: -7px;
        height: 37px;
    }

    .phones a {
        font-size: 14px;
    }

    .phone-fk {
        width: 210px;
    }
}

.email-fk {
    position: relative;
    float: left;
    height: 30px;
    width: 145px;
}

.order-mobile-btn {
    width: 225px;
}

.mobile-circle {
    border-radius: 50%;
    -weblit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #ffffff;
    margin-right: 15px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(161, 161, 161, 1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(161, 161, 161, 1);
    box-shadow: 0px 2px 10px 0px rgba(161, 161, 161, 1);
}

.mobile-content-menu {
    padding: 15px;
    padding-left: 0;
    width: 245px;
}

.mobile-content-menu a span {
    color: #cdcdcd;
    font-size: 14px;
    margin-right: 5px;
}

.mobile-content-menu i {
    margin-right: 10px;
    margin-top: 4px;
    color: #6a1010;
    font-size: 20px;
}


.horizontal-menu tbody tr td a {
    color: #523030;
    font-family: "CG Bold";
    font-size: 16px;
}

.horizontal-menu tbody tr td a:hover {
    color: #6a1010;
}

.horizontal-menu {
    width: 100%;
    padding: 7px 0;
    cursor: pointer;
}


@media (max-width: 992px) {
    .horizontal-menu tbody tr td a {
        font-size: 14px;
    }

    .menu-shadow {
        display: none;
    }

    .horizontal-menu {
        font-size: 13px;
    }

    .header-top-nb {
        margin: 0;
        margin-top: 15px;
    }

    .logo {
        background-size: 150px 54px;
        height: 54px;
        width: 150px;
        margin-top: -3px;
        padding-bottom: 14px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    .bk-50-pr {
        width: 50%;
        float: left;
    }

    .menu-content {
        margin-top: 71px;
    }

    .no-mobile {
        display: none;
    }

    .menu-open {
        display: block;
        height: 71px;
        width: 71px;
        background: #ebebeb;
        position: absolute;
    }

    .calculator-open {
        display: block;
        height: 71px;
        width: 71px;
        background: #ebebeb;
        position: absolute;
        right: 0;
    }

    .header {
        height: 71px;
    }

    .logo {
        margin-top: -5px;
    }


    .horizontal-menu {
        display: none;
    }

    .header-top {
        display: none;
    }
}

@media (max-width: 570px) {
    .bk-50-pr {
        float: none;
        width: 100%;
    }
}


/*Footer*/
.footer {
    width: 100%;
    border-top: 4px solid #6a1010;
    background: #131339;
}

.footer-cop {
    padding-top: 40px;
    padding-bottom: 10px;
}

.footer-logo {
    background: url("images/footer-logo.png") no-repeat;
    height: 91px;
    width: 255px;
}

.footer-nav {
    margin-top: 20px;
    margin-bottom: -5px;
}

.footer-nav ul {
    list-style: none;
}

.footer-nav ul li {
    list-style: none;
    padding: 5px 0
}

.footer-nav ul li a {
    color: #FFFFFF;
    font-size: 16px;
}

.footer-nav ul li a:hover {
    color: #b3b3e6;
}

.f-circle-social {
    border-radius: 50%;
    -weblit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 30px;
    height: 30px;
    float: left;
    color: #ffffff;
    margin-bottom: 27px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(161, 161, 161, 1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(161, 161, 161, 1);
    box-shadow: 0px 2px 10px 0px rgba(161, 161, 161, 1);
}

.f-circle-social:hover {
    opacity: 0.7;
}

.f-cr span {
    float: left;
    margin-left: 15px;
    margin-top: 4px;
    font-family: "CG Bold";
}

.f-cr a {
    font-size: 16px;
}

.foo-left-nx {
    text-align: left;
}

.f-mg {
    margin-top: 20px;
}

.copyright {
    padding: 15px 0;
    border-top: 1px solid #0d0d26;
    font-size: 14px;
    color: #7979d2;
}

.copy-b {
    border-top: 1px solid #19194d;
}

.f-phones {
    font-family: "CG Bold";
    color: #7979d2;
    margin-top: -5px;
    margin-left: 15px
}

.f-phones div {
    color: #ffffff;
    font-size: 14px;
}


@media (max-width: 768px) {
    .f-cr span {
        font-size: 14px;
    }

    .f-mg {
        margin-top: 0;
    }

    .f-na {
        margin-top: 40px;
    }

    .foo-left {
        text-align: left;
    }

    .header-mrg {
        height: 71px;
    }
}

/*SLB*/
.text-sl-co {
    position: relative;
    top: 150px;
    z-index: 40;
    left: 0;
}

.text-slider-header {
    font-size: 30px;
    color: #FFFFFF;
}

.slider-container {
    width: 100%;
    max-height: 400px;
    position: relative;
}

.arrow-co {
    z-index: 15;
    top: 215px;
}

.slider-text-h2 {
    font-size: 28px;
    color: #FFFFFF;
}

.panel-absolute {
    position: absolute;
    top: 20px;
}


/* INDEX */
#arrows-id {
    position: relative;
    top: 0;
}

.slider-sh {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #131339;
    opacity: 0.5;
    z-index: 3;
}

.h2-slide-h {
    font-family: "CG Bold";
    font-size: 28px;
    color: #FFFFFF;
    padding: 20px 45px;
}

.p-slide-h {
    font-size: 18px;
    color: #FFFFFF;
    padding-top: 0;
    padding-bottom: 15px;
    padding-left: 45px;
    padding-right: 45px;
    font-family: "CG Bold";
}

.ixs-next {
    right: 10px;
    background: url(images/arrows.png) no-repeat -1px -5px;
    height: 31px;
    width: 30px;
}

.ixs-prev {
    left: 10px;
    background: url(images/arrows.png) no-repeat -34px -4px;
    height: 31px;
    width: 30px;
}

.slide-btn {

    border-radius: 25px;
    width: 200px;
    font-family: "CG Bold";
}

.slide-style {
    width: 100%;
    height: 100%;
}

.slider-container-pro {
    width: 100%;
    height: 400px;
}

.slide-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.slide-2 {
    background: url("images/slide2.png") no-repeat;
    background-size: cover;
}

.slider-index {
    height: 100%;
    display: table;
    text-align: center;
}

.slider-info {
    display: table-cell;
    vertical-align: middle;
}

.swipe-next {
    background: url("images/gobot.png") no-repeat;
    width: 30px;
    height: 26px;
    margin: -70px auto;
    position: relative;
    z-index: 100;
    cursor: pointer;
}

@media (max-width: 768px) {
    .slide-1 {
        width: auto;
        height: 100%;
    }

    .slider-container-pro {
        height: 600px;
    }

    .arrow-co {
        top: 140px;
    }


    .slide-style {
        background-size: 770px 250px;
    }

    .h2-slide-h {
        font-size: 22px;
    }

    .p-slide-h {
        font-size: 16px;
    }
}

.a-bold-u {
    text-decoration: underline;
    font-size: 16px;
    font-family: "CG Bold";
}

.gallery-container ul {
    list-style: none;
}

.gallery-container ul li {
    cursor: pointer;
}


.center {
    text-align: center;
}

.h2-c {
    text-align: center;
    color: #000000;
    font-size: 28px;
}

#more-photos {
    font-family: "CG Bold";
    font-size: 16px;
    border-radius: 24px;
    width: 220px;
    margin-bottom: 30px;
}

#more-photos i {
    margin-right: 10px;
}

.main-padding-adp {
    padding: 15px;
    padding-top: 0;
}

.main-adp {
    margin-right: -15px;
    margin-left: -15px;
}

.h-header {
    padding-top: 20px;
    padding-bottom: 10px;
}

.h-header b {
    padding-left: 25px;
    padding-right: 25px;
}

.red-line {
    background: #6a1010;
    width: 250px;
    height: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.image-gstyle {
    cursor: pointer;
    display: block;
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 1);
    -moz-box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 1);
    box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 1);
}

.image-gstyle:hover {
    opacity: 0.8;
}


.image-container-s {
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 1);
    -moz-box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 1);
    box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 1);
    cursor: pointer;
    position: relative;
}

.image-style-pr {
    width: 100%;
    display: block;
}

.image-style-pr:hover {
    opacity: 0.8;
}


.price-calc-btn {
    border-radius: 24px;
    font-weight: bold;
    font-size: 16px;
    margin: 15px 0;

}

.show-info-price {
    background: url("images/shp.png");
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 10px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    min-height: 94px;
}

.sip {
    padding: 15px;
}

.show-info-price div i {
    font-size: 20px;
}

.price-info {
    font-size: 14px;
    border-top: 2px solid #fff;
    margin-top: 10px;
    padding-top: 10px;
}

.price-info span {
    font-size: 20px;
    font-family: "CG Bold";
}

.price-date {
    padding: 10px 0;
    background: #131339;
}

.pbtn-style {
    position: absolute;
    top: -50px;
    width: 170px;
    height: 35px;
    right: 15px
}

.index-slide-contact { /* i.slide.contact */
    background: url("images/index-bg-c.png");
    background-size: cover;
    width: 100%;
    height: 360px;
    margin-top: 30px;
    position: relative;
}

.slide-c-header {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #FFFFFF;
}

.slide-c-text {
    color: #FFFFFF;
    font-weight: bold;
    max-width: 700px;
}

.slc-form {
    width: 100%;
    background: #FFFFFF;
    border-radius: 40px;
    margin-top: 25px;
    padding: 0 5px;
    overflow: hidden;
}

#slc-button {
    border-radius: 40px;
    width: 100%;
    height: 40px;
    font-size: 16px;
}

.slc-text {
    width: 100%;
    height: 40px;
    border: 0;
    padding-left: 15px;
}

.slc-border {
    border-left: 1px solid #cdcdcd;
}

.slc-confirm {
    margin-top: 15px;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .slc-form, #slc-button {
        border-radius: 10px;
    }
}

.types-abs { /* types*/
    height: 30px;
    position: relative;
}

.types-header-t {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    word-wrap: break-word;
    padding: 10px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.white-co {
    z-index: 10;
}

.review-container {
    background: #ebebeb;
    padding-top: 70px;
    width: 100%;
    position: relative;
    margin-top: -70px;
}

#rev-slider {
    padding: 10px;
    padding-top: 0;
    display: block;
    position: relative;
}

.video-rev-co {
    padding: 10px;
    background: #fff;
    border: 1px solid #EBEBEB;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(161, 161, 161, 1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(161, 161, 161, 1);
    box-shadow: 0px 2px 5px 0px rgba(161, 161, 161, 1);
    border-radius: 10px;
    max-width: 195px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.play-button:hover {
    opacity: 0.6;
}

.play-button {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 70px;
}

@media (max-width: 768px) {
    .play-button {
        padding: 40px;
    }
}

.navs-video {
    position: relative;
    background: red;
}

#videos-arrows .ar-next {
    right: -20px;
}

#videos-arrows .ar-prev {
    left: -20px;
}

@media (max-width: 768px) {
    #videos-arrows .ar-next {
        right: -12px;
    }

    #videos-arrows .ar-prev {
        left: -12px;
    }
}

.nav-co-rev {
    position: relative;
    margin-bottom: 20px;
}

#videos-arrows {
    width: 100%;
    height: 100%;
}

.ar-next {
    right: 10px;
    background: url(images/arrows.png) no-repeat -65px 0;
    height: 40px;
    width: 40px;
}

.ar-prev {
    left: 10px;
    background: url(images/arrows.png) no-repeat -105px 0;
    height: 40px;
    width: 40px;
}


.index-slide-sl2 { /* i.slide.contact */
    background: url("images/sl2/1.jpg");
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 460px;
    position: relative;
}

.img-ovr {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .25);
    color: #fff;
}

.sl-2-tx-my {
    font-size: 34px;
    color: #FFFFFF;
    font-family: "CG Bold";
}

.sl-2-tx-my span {
    font-size: 18px;
}

.sl2-btn {
    border-radius: 20px;
    width: 200px;
    height: 40px;
    font-size: 18px
}

.sl2 {
    min-width: 250px;
    max-width: 550px;
    height: 400px;
    background: #FFFFFF;
    border-radius: 10px;
}

.sl2-h {
    font-size: 22px;
    font-weight: bold;
    font-family: "CG Bold";
    color: #1f0033;
    padding: 15px;
    max-width: 450px;
}

.sl2-t {
    color: #999999;
    font-size: 14px;
    padding: 15px;
    padding-top: 0;
    max-width: 450px;
}

.sl2-inputs {
    padding: 15px;
    padding-top: 0;
}

.sl2-inputs input {
    width: 100%;
    padding: 10px;
    padding-top: 20px;
    padding-left: 0;
    border: 0;
    border-bottom: 1px solid #cdcdcd;
    font-size: 16px;
    max-width: 450px;
}

.sl2-confirm {
    max-width: 485px;
    text-align: left;
    padding: 0 15px;
    font-size: 14px;
}

.sl2-confirm span {
    color: #999999;
}

.sl2-btn {
    width: 220px;
    height: 45px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 28px;
    margin-top: 15px;
}

.sl2-adp {
    margin-right: -25px;
    margin-left: -25px;
}

@media (max-width: 768px) {
    .sl2-h {
        font-size: 16px;
    }

    .sl2-ft {
        font-size: 12px;
    }
}


/* Gallery */
#gl-slider {
    overflow: hidden;
    position: relative;
    height: 300px;
    border-radius: 15px;
    margin-bottom: 30px;
    padding-bottom: -10px;
}

#gl-slider .ejay-slide {
    position: absolute;
    top: 2px
}

/* Idea */
.idea-bg {
    background: url("images/idea/slider/2.jpg");
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 460px;
    position: relative;
}


/* Contacts */

.contacts-bg { /* i.slide.contact */
    background: url("images/contacts/1.jpg");
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 460px;
    position: relative;
}

.contacts-soc {
    padding: 15px;
    padding-right: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.contacts-val {
    padding: 10px 15px;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: "Century Gothic";
}

.contacts-co {
    border-radius: 6px;
    width: 450px;
    background: #FFFFFF;
    border: 1px solid #ebebeb;
    padding: 15px;
    margin-bottom: 25px;
}

.contacts-co p {
    margin-bottom: 15px;
}

.contacts-phone-b {
    margin-bottom: 15px;
}

.contacts-phone-b b {
    font-family: "CG Bold";
    margin-left: 5px;
}

.contacts-textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #EBEBEB;
    margin-bottom: 15px;
    resize: none;
    height: 150px;
    font-size: 14px;
    font-family: "Century Gothic";
}

.contacts-btn {
    border-radius: 20px;
    width: 130px;
}

.contacts-tx-sb {
    font-size: 18px;
    color: #444444;
    margin-bottom: 15px;
    font-family: "CG Bold";
}

.no-padding-l-786 {
    padding-left: 25px;
}

@media (max-width: 768px) {
    .contacts-co {
        width: 100%;
    }

    .no-padding-l-786 {
        padding-left: 0;
        margin-bottom: 25px;
    }
}


.process-co {
    min-height: 100px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 15px;
}

.process-he-t {
    font-weight: bold;
    font-size: 18px;
}

.process-header {
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #ebebeb;
}

.progress-num {
    display: table;
    background: #6a1010;
    padding: 2px 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 20px;
    vertical-align: center;
    margin-right: 10px;
}

.progress-text {
    padding: 15px;
}

.process-images img:hover {
    cursor: pointer;
    opacity: 0.8;
}


.advantages-co {
    min-height: 100px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 0 10px;
    padding-bottom: 10px;
}

.advantages-header {
    text-align: center;
    font-size: 18px;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #ebebeb;
    font-family: "CG Bold";

}

.advantages-text {
    padding: 15px;
}

.advantages-revline {
    margin-bottom: 10px;
}

.advantages-text p {
    margin-bottom: 10px;
}

.advantages-text p i {
    color: #015d00;
    display: table-cell;
    vertical-align: middle;
}

.advantages-text p i.fa-times-circle {
    color: #6a1010;
}

.advantages-text span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px
}

.advantages-text span i {
    color: #523030
}

.advantages-dsn {
    font-weight: bold;
    text-align: center;
}

.advantages-dsn-dt {
    display: table;
    background: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

.advantages-dsn-green-l {
    width: 100%;
    height: 2px;
    background: #015d00;
    margin-top: 10px;
    margin-bottom: -14px;
}

.advantages-dsn-red-l {
    width: 100%;
    height: 2px;
    margin-top: 10px;
    background: #6a1010;
    margin-bottom: -14px;
}

.advantages-adv {

    background: rgba(19, 19, 57, 1);
    background: -moz-linear-gradient(top, rgba(19, 19, 57, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19, 19, 57, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(19, 19, 57, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(19, 19, 57, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(19, 19, 57, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(19, 19, 57, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#131339', endColorstr='#ffffff', GradientType=0);

    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.advantages-adv-t {
    color: #FFFFFF;
    margin-bottom: 10px;
}

.advantages-adv-h {
    font-family: "CG Bold";
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.advantages-btn {
    border-radius: 20px;
    width: 250px;
    height: 40px;
    font-size: 18px
}


/* Акции */
.winter-block {
    padding: 5px;
}

.winter-img {
    background: url("images/podarok.png") no-repeat;
    width: 70px;
    height: 70px;
    display: table-cell;
}

.winter-right {
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
}

.winter-header {
    color: #000000;
    font-size: 24px;
}
.winter-inf {
    font-size: 16px
}