a.heading-font {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

.body-font {
    font-family: 'Open Sans', sans-serif;
}

.alt-font {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #bb7418;
}

a:hover,
a:focus {
    color: #bb7418;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: #9ec1d2;
}

hr.light {
    border-color: #fbebda;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    letter-spacing: 1px;
}

p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.navbar-default {
    background-color: #000000;
    border-color: rgba(34, 34, 34, 0.05);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    font-weight: 300;
    letter-spacing: 1px;
}

.navbar-default .navbar-header .navbar-toggle {
    font-size: 16px;
    color: #ffffff;
    padding: 5px 15px;
    border-color: rgba(252, 255, 215, 0.35);
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: rgba(255, 241, 99, 0.19);
}

.navbar-default .nav > li > a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 400;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    color: #ffffff;
    text-align: right;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #fbeada;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #795548 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-left: 0;
}

.navbar-brand img {
    margin: 0 auto;
    width: 350px;
}

.contacts-nav{
    margin-top: 1rem;    
}
ul.contacts-nav li a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 1.4rem;
    margin-right: 1rem;
}

ul.contact-footer li a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;    
    font-size: 2.2rem;
    margin-right: 1rem;
}

.phone a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
}

.fax a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
}

.email a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }
    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, 0.7);
    }
    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: white;
    }
    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        color: #fff;
        font-weight: 600;
    }
    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
        color: #e4e8e2;
        font-weight: 600;
    }
    .navbar-default.affix {
        background-color: #fbecda;
        border-color: rgba(34, 34, 34, 0.1);
    }
    .navbar-default.affix .navbar-header .navbar-brand {
        color: #222222;
    }
    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #fdcc52;
    }
    .navbar-default.affix .nav > li > a,
    .navbar-default.affix .nav > li > a:focus {
        color: #222222;
    }
    .navbar-default.affix .nav > li > a:hover,
    .navbar-default.affix .nav > li > a:focus:hover {
        color: #99744d;
    }
    .navbar-brand {
        visibility: hidden;
    }
    .navbar-brand img {
        visibility: visible;
    }
    .navbar-default {
        text-align: center;
        padding: 0 20px;
    }
    .navbar-default.affix {
        text-align: center;
    }
    .navbar-default.affix .navbar-brand {
        visibility: visible;
        color: #777;
        font-size: 28px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        padding: 0;
        line-height: 52px;
        display: none;
    }
    .header-contacts-block {
        background-size: 35px 35px;
        background-repeat: no-repeat;
        height: 35px;
        width: auto;
        padding-left: 45px;
        margin-right: 30px;
    }
    .header-contacts-skype {
        background-image: url(../img/skype.svg);
    }
    .header-contacts-viber {
        background-image: url(../img/viber.svg);
    }
    .header-contacts-block a {
        font-size: 16px;
        color: rgb(255, 255, 255);
        text-decoration: none;
    }
    .skype a::before {
        content: url(../img/skype.svg);
        display: inline-block;
        width: 20px;
        margin-right: 10px;
    }
    .viber a::before {
        content: url(../img/viber.svg);
        display: inline-block;
        width: 20px;
        margin-right: 10px;
    }
    .navbar-right>li>a {
        padding-top: 21px;
        margin-top: 10px;
    }
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        color: #222222;
    }
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url("../img/bg-header.jpg"), #7b4397;
    /* fallback for old browsers */
    background: url("../img/bg-header.jpg"), -webkit-linear-gradient(to left, #7b4397, #dc2430);
    /* Chrome 10-25, Safari 5.1-6 */
    background: url("../img/bg-header.jpg");
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
    background-size: cover;
    background-position: top center;
}

header .header-content {
    text-align: center;
    padding: 75px 0 50px;
    position: relative;
}

header .header-content .header-content-inner {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 30px;
}

header .header-content .header-content-inner .list-badges {
    margin-bottom: 25px;
}

header .header-content .header-content-inner .list-badges img {
    height: 50px;
    margin-bottom: 25px;
}

header .device-container {
    max-width: 300px;
    margin: 0 auto 100px;
}

header .device-container .screen img {
    border-radius: 3px;
}

header .header-content .header-content-inner h2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
    text-shadow: 0px 3px 12px #636984;
}

header .header-content .header-content-inner h1 {
    font-size: 35px;
}

header .header-content .header-content-inner h1 span {
    font-weight: 600;
}

.mobile-logo {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    header {
        min-height: 100%;
    }
    header.innerpage {
        max-height: 440px;
        min-height: 440px;
    }
    header .header-content-innerpage {
        height: 87vh;
    }
    header .header-content {
        text-align: center;
        padding: 0;
        height: 100vh;
    }
    header .header-content .header-content-inner {
        max-width: none;
        margin: 0;
        position: absolute;
        top: 400px;
        transform: translateY(-50%);
        width: 100%;
    }
    header .header-content-innerpage .header-content-inner {
        top: 350px;
    }
    header .device-container {
        max-width: none;
        max-height: calc(0vh);
        margin: 100px auto 0;
    }
}

header .header-content .header-content-inner h1 {
    color: #fff;
    font-weight: 600;
}

@media (min-width: 992px) {
    header .header-content .header-content-inner h1 {
        font-size: 50px;
    }
    header .header-content-innerpage .header-content-inner h1 {
        font-size: 48px;
    }
}

section {
    padding: 50px 0;
}

section h2 {
    font-size: 50px;
}

section.download {
    padding: 150px 0;
    position: relative;
}

section.contact {
    text-align: center;
}

section.contact h2 i {
    color: #dd4b39;
}

section.contact ul.list-social {
    margin-bottom: 0;
}

section.contact ul.list-social li a {
    display: block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 40px;
    border-radius: 100%;
    color: white;
}

footer {
    background-color: #222222;
    padding: 25px 0;
    color: rgba(255, 255, 255, 0.49);
}

footer p {
    font-size: 12px;
    margin: 0;
}

footer ul {
    margin-bottom: 0;
}

footer ul li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
}

.footer-zwebra {
    background-image: url(../img/zwebra-wh.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100px;
    text-align: right;
    padding-right: 110px;
    line-height: 1.2;
    font-size: 14px;
    opacity: .5;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.footer-zwebra:hover {
    opacity: .8;
}

.footer-zwebra a {
    color: #fff;
}

.footer-zwebra a:hover {
    text-decoration: none;
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
    text-decoration: none;
}

.bg-primary {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
    color: #fbebda;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn-outline {
    color: white;
    border-color: white;
    border: 1px solid;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    background-color: #fbecda;
    border-color: #98734c;
}

.btn {
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
}

.btn-xl {
    padding: 15px 45px;
    background-color: #ffffff;
    border: 0;
    font-size: 14px;
    white-space: pre-wrap;
    color: #44486b;
}

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

::selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

img::selection {
    color: white;
    background: transparent;
}

img::-moz-selection {
    color: white;
    background: transparent;
}

body {
    webkit-tap-highlight-color: #222222;
}

.text-block h2 {
    font-size: 40px;
}

.section-heading {
    margin-bottom: 30px;
}

.embed-responsive {
    margin-bottom: 30px;
}

.btn-block {
    text-align: center;
}

.btn-bordered {
    border: 1px solid #00b893;
    background-color: transparent;
    color: #00b893;
}

#section3 {
    background: url(../img/), #2d271a;
    background-size: cover;
    background-position: top center;
}

.section3-content h2 {
    font-size: 36px;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.section3-content hr {
    margin: 30px 0;
}

.section3-content p {
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.contact-footer {
    margin-bottom: 30px;
}

.contact-footer li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.contact-footer li a {
    font-size: 26px;
    color: #89c1dc;
}

.contact-footer li a {
    font-size: 26px;
    color: #98734c;
}

.contact-footer li a:hover {
    text-decoration: none;
    color: #222;
}

.contact-footer .viber a::before {
    content: url(../img/viber-dark.svg);
    width: 36px;
    display: inline-block;
    margin-right: 10px;
}

.contact-footer .skype a::before {
    content: url(../img/skype-dark.svg);
    width: 36px;
    display: inline-block;
    margin-right: 10px;
}

section.contact ul.list-social li a {
    display: block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    background-color: #fbebda;
    font-size: 30px;
    color: #b9a086;
}

section.contact ul.list-social li a:hover {
    font-size: 32px;
    line-height: 68px;
}

.navbar-brand {
    float: inherit;
}

.navbar-brand img {
    margin: 0 auto;
}

.appdownload-block {
    margin: 5rem 0;
}

.appdownload-block h2 {
    margin-bottom: 5rem;
}

.img-appdownload {
    width: 220px;
    margin-right: 1rem;
}

#section-form {
    background-image: url(../img/bg2.jpg);
    background-position: center top;
    background-attachment: fixed;
}

.section-heading-inv {
    color: white;
}

.btn-inverse {
    background-color: #fbebda;
    color: #000;
}

.btn-inverse:hover {
    background-color: #eadac8;
}


/*inner page*/

header .header-content-innerpage {
    height: 74vh;
}

.innerpage-content ul {
    list-style-image: url(../img/arr.png);
    margin-bottom: 30px;
}

.innerpage-content ul li,
.innerpage-content ol li {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 8px;
}

.innerpage-content h3 {
    font-size: 24px;
    color: rgb(0, 184, 147);
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.innerpage-content h4 {
    font-size: 20px;
    font-weight: 600;
}

.innerpage-content h4 span {
    color: rgb(255, 174, 0);
}

.innerpage-content img {
    border: 5px solid #fff;
    box-shadow: 0px 6px 14px 0px rgba(10, 16, 58, 0.15);
    margin: 0 auto 30px;
}

#reviews {
    background-color: lightgray;
}

#reviews h2 {
    text-align: center;
}

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

#section2 h2 {
    margin-top: 0;
}

.text-block img {
    max-width: 370px;
    margin: auto;
}

.service-heading {
    color: #000;
    font-size: 24px;
}

.section-heading h3 {
    font-size: 40px;
}

.list-social>li {
    margin-bottom: 10px;
}

.phone-footer {
    margin-bottom: 10px;
}

ul li {
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

.modal-body h2 {
    color: #522b9c;
    text-align: center;
    font-weight: 400;
    margin: 30px 0;
}

.modal-body p {
    font-size: 16px;
    margin: 0;
    color: black;
    text-align: center;
}

.section3-content img {
    margin-bottom: 20px;
}

.modal-header {
    padding: 15px;
    border-bottom: 0;
}

.modal-body {
    position: relative;
    padding: 15px;
    padding-bottom: 50px;
}

.icon {
    border-radius: 50%;
    display: inline-block;
    font-size: 1.5rem;
    position: relative;
    text-align: center;
    width: 13rem;
    height: 13rem;
    background-color: #fbebda;
}

.icon img {
    width: 7rem;
    margin-top: 26px;
}

.icon img.icon-bottom {
    margin-top: 39px;
}

#section2 ul.list-social li a {
    display: block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    background-color: #fbebda;
    font-size: 30px;
    color: #b9a086;
    text-align: center;
    margin-top: 20px;
}

.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 15px;
}

#section-why p {
    font-size: 22px;
}

#section3 h3 {
    color: white;
}

.fancybox-caption {
    font-size: 22px !important;
    text-align: center;
}

table {
    
    color: #fff;
    margin: 2rem 0;
}

table td, table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #4e4e4e;
}