/* IMPORT STYLES */
/* HELPERS */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500,300&subset=latin,latin-ext);

.complaint-message {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding-top: 10px;
}

.height-max {
    height: 100%;
}

.position-muted {
    position: static;
}

.top-nav-collapse {
    background: #fff;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    -webkit-box-shadow: 0px 3px 5px -3px #7d7d7d;
    -moz-box-shadow: 0px 3px 5px -3px #7d7d7d;
    box-shadow: 0px 3px 5px -3px #7d7d7d;
}

.navbar-fixed-top {
    padding-left: 94px;
    padding-right: 94px;
    padding-top: 35px;
}

.navbar {
    transition: background 0s ease-in-out 0s, padding 0.3s ease-in-out 0s;
}

.gradient {
    display: inline-block;
    font-size: 4.8rem;
    margin: 0;
    opacity: 1;
    background: #f9fafc;
    position: relative;
}

.gradient::before, .gradient::after {
    position: absolute;
    top: -15px;
    right: 0;
    bottom: -15px;
    left: 0;
    pointer-events: none;
}

.gradient::before {
    background: #bc1623;
    /* Old browsers */
    background: -moz-linear-gradient(left, #bc1623 0%, #404b60 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #bc1623 0%, #404b60 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #bc1623 0%, #404b60 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc1623', endColorstr='#404b60', GradientType=1);
    /* IE6-9 */
    content: '';
    display: block;
    mix-blend-mode: screen;
}

.gradient::after {
    content: "+48 71 300 12 12";
    background: #fff;
    color: white;
    mix-blend-mode: multiply;
}

.top-nav-collapse {
    padding-top: 0;
}

p.error-text {
    color: #b31a28;
    font-size: 1.2rem;
    font-family: "Arial";
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
}

input.error-text {
    border: 1px solid #b31a28;
}

/* BASE */
/* _typhography */
html {
    font-size: 62.5%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
    color: #414b60;
}

p {
    font-size: 1.4rem;
}

a {
    text-decoration: none;
    color: #414b60;
}

a:hover {
    text-decoration: none;
    color: #b31a28;
}

a:focus {
    outline: none;
}

/*
  Flaticon icon font: Flaticon
  Creation date: 15/02/2016 10:05
*/
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-right: 15px;
    display: inline-block;
}

.flaticon-add186:before {
    content: "\f100";
}

.flaticon-arrow487:before {
    content: "\f101";
}

.flaticon-cancel30:before {
    content: "\f102";
}

.flaticon-check-mark:before {
    content: "\f103";
}

.flaticon-maths26:before {
    content: "\f104";
}

.flaticon-multimedia-option285:before {
    content: "\f105";
}

.flaticon-new56:before {
    content: "\f106";
}

.flaticon-pdf29:before {
    content: "\f107";
}

.flaticon-play43:before {
    content: "\f108";
}

.flaticon-right11:before {
    content: "\f109";
}

.flaticon-social-network362:before {
    content: "\f10a";
}

.flaticon-text-file5:before {
    content: "\f10b";
}

.flaticon-user146:before {
    content: "\f10c";
}

/* COMPONENTS */
.navbar-toggle {
    margin: 0;
    border: 0;
    z-index: 10;
    right: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b31a28+0,3f4c61+100 */
    background: #b31a28;
    /* Old browsers */
    background: -moz-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b31a28 0%, #3f4c61 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31a28', endColorstr='#3f4c61', GradientType=1);
    /* IE6-9 */
}

.navbar-toggle span {
    background: #fff;
}

.top-nav-collapse .navbar-toggle {
    top: 4px;
}

section.section-reviews {
    display: block;
    margin-top: 65px;
}

section.section-reviews h3.reviews__heading {
    color: #414b60;
    font-size: 3.6rem;
    font-weight: 300;
    text-align: center;
}

section.section-reviews .content-reviews {
    padding: 76px 66px 0;
}

section.section-reviews .content-reviews p {
    color: #414b60;
    font-size: 1.8rem;
    font-weight: 300;
    text-align: left;
    line-height: 27px;
    position: relative;
}

section.section-reviews .content-reviews .content-reviews__user {
    display: block;
    position: relative;
    padding-left: 100px;
    margin-top: 52px;
    text-align: left;
}

section.section-reviews .content-reviews .content-reviews__user span.title {
    display: block;
    color: #414b60;
    font-size: 2.4rem;
    font-weight: 400;
    text-align: left;
}

section.section-reviews .content-reviews .content-reviews__user small {
    display: block;
    font-size: 1.8rem;
    font-weight: 300;
}

section.section-reviews .content-reviews .content-reviews__user .user-img {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    position: absolute;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.section-reviews .content-reviews p::after {
    content: "";
    border-radius: 50%;
    width: 26px;
    height: 26px;
    right: -80px;
    position: absolute;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #b31a28;
    /* Old browsers */
    background: -moz-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b31a28 0%, #3f4c61 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31a28', endColorstr='#3f4c61', GradientType=1);
    /* IE6-9 */
}

.section-reviews .container-fluid .row .col-md-4:last-of-type .content-reviews p::after {
    display: none;
}

section.section-clients {
    display: block;
    margin-top: 179px;
    position: relative;
}

section.section-clients .clients-text {
    margin-top: 87px;
    padding-left: 215px;
}

section.section-clients .clients-text h3 {
    color: #425066;
    font-size: 3.6rem;
    font-weight: 300;
    text-align: left;
}

section.section-clients .clients-text h3 strong {
    font-weight: 500;
}

section.section-clients .clients-text span.sub-text {
    color: #414b60;
    font-weight: 300;
    font-size: 1.8rem;
    margin-top: 50px;
    display: block;
    padding-right: 139px;
}

section.section-clients .clients-text ul.clients-text__list {
    display: block;
    padding: 0;
    list-style: none;
    margin-top: 44px;
    margin-left: 20px;
}

section.section-clients .clients-text ul.clients-text__list li {
    display: block;
    color: #414b60;
    font-weight: 300;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

section.section-clients .clients-text ul.clients-text__list li:before {
    content: "\f103";
    color: #fff;
    font-size: 1.6rem;
    font-family: "Flaticon";
    text-align: center;
    padding: 4px 7px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    background: #b31a28;
    /* Old browsers */
    background: -moz-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b31a28 0%, #3f4c61 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31a28', endColorstr='#3f4c61', GradientType=1);
    /* IE6-9 */
}

section.section-clients .clients-text .free-btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b31a28+0,3f4c61+100 */
    background: #b31a28;
    /* Old browsers */
    background: -moz-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b31a28 0%, #3f4c61 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31a28', endColorstr='#3f4c61', GradientType=1);
    /* IE6-9 */
    color: #fff;
    font-weight: 300;
    font-size: 1.8rem;
    text-align: center;
    border-radius: 4px;
    padding: 10px 19px 11px;
    display: inline-block;
    margin-top: 44px;
}

section.section-clients .clients-text .free-btn i.flaticon-add186::before {
    position: relative;
    top: 1px;
    font-size: 1.5rem;
}

section.section-clients .clients-text .free-btn:hover {
    background: #a6202e;
}

/**/
section.section-clients-two {
    display: block;
    margin-top: 120px;
    position: relative;
    background: #f0f3f6;
    padding: 30px 0;
}

section.section-clients-two .clients-text {
    margin-top: 93px;
    padding-left: 142px;
}

section.section-clients-two .clients-text h3 {
    color: #425066;
    font-size: 3.6rem;
    font-weight: 300;
    text-align: left;
}

section.section-clients-two .clients-text h3 strong {
    font-weight: 500;
}

section.section-clients-two .clients-text span.sub-text {
    color: #414b60;
    font-weight: 300;
    font-size: 1.8rem;
    margin-top: 50px;
    display: block;
}

section.section-clients-two .clients-text ul.clients-text__list {
    display: block;
    padding: 0;
    list-style: none;
    margin-top: 44px;
    margin-left: 20px;
}

section.section-clients-two .clients-text ul.clients-text__list li {
    display: block;
    color: #414b60;
    font-weight: 300;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

section.section-clients-two .clients-text ul.clients-text__list li:before {
    content: "\f103";
    color: #fff;
    font-size: 1.6rem;
    font-family: "Flaticon";
    text-align: center;
    padding: 4px 7px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    background: #b31a28;
    /* Old browsers */
    background: -moz-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b31a28 0%, #3f4c61 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31a28', endColorstr='#3f4c61', GradientType=1);
    /* IE6-9 */
}

section.section-clients-two .clients-text .free-btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b31a28+0,3f4c61+100 */
    background: #b31a28;
    /* Old browsers */
    background: -moz-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b31a28 0%, #3f4c61 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31a28', endColorstr='#3f4c61', GradientType=1);
    /* IE6-9 */
    color: #fff;
    font-weight: 300;
    font-size: 1.8rem;
    text-align: center;
    border-radius: 4px;
    padding: 10px 19px 11px;
    display: inline-block;
    margin-top: 44px;
}

section.section-clients-two .clients-text .free-btn i.flaticon-add186::before {
    position: relative;
    top: 1px;
    font-size: 1.5rem;
}

section.section-clients-two .clients-text .free-btn:hover {
    background: #a6202e;
}

/**/
section.section-brand {
    display: block;
    border-top: 1px solid #8397bb;
    text-align: center;
    padding-bottom: 76px;
    margin-top: 58px;
}

section.section-brand h3 {
    color: #425066;
    font-size: 3.6rem;
    font-weight: 400;
    text-align: center;
    margin: 50px 0;
    display: block;
}

section.section-brand .free-btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b31a28+0,3f4c61+100 */
    background: #b31a28;
    /* Old browsers */
    background: -moz-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b31a28 0%, #3f4c61 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31a28', endColorstr='#3f4c61', GradientType=1);
    /* IE6-9 */
    color: #fff;
    font-weight: 300;
    font-size: 1.8rem;
    text-align: center;
    border-radius: 4px;
    padding: 10px 19px 11px;
    display: inline-block;
}

section.section-brand .free-btn i.flaticon-add186::before {
    position: relative;
    top: 1px;
    font-size: 1.5rem;
}

section.section-brand .free-btn:hover {
    background: #a6202e;
}

section.section-brand .free-btn i.flaticon-right11::before {
    font-size: 1.4rem;
}

.container-muted {
    width: 70%;
    margin: 0 auto;
}

article.article {
    border-radius: 4px;
    border: 1px solid #8397bb;
    padding: 0;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
}

article.article .profil-content {
    text-align: center;
    padding: 0;
}

article.article .profil-content header.profil-content__header {
    display: block;
    background: #f9fafc;
    position: relative;
    height: 301px;
    border-bottom: 1px solid #8397bb;
    padding: 48px 0;
}

article.article .profil-content header.profil-content__header span.title {
    font-size: 3.6rem;
    color: #3f4c61;
    font-weight: 500;
    display: block;
}

article.article .profil-content header.profil-content__header p.price {
    font-size: 7.2rem;
    color: #000;
    font-weight: 500;
    display: block;
    margin: 40px;
    margin-bottom: 0;
    line-height: 46px;
}

article.article .profil-content header.profil-content__header small {
    font-size: 2.4rem;
    color: #3f4c61;
    font-weight: 300;
    display: block;
    background: none;
    margin-bottom: 45px;
    margin-top: 8px;
}

article.article .profil-content header.profil-content__header small.description {
    font-size: 1.4rem;
    color: #3f4c61;
    font-weight: 300;
    display: block;
    background: none;
    margin-bottom: 0 !important;
    margin-top: 8px;
    position: relative;
    top: 5px;
}

article.article .profil-content header.profil-content__header .free-btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b31a28+0,3f4c61+100 */
    background: #b31a28;
    /* Old browsers */
    background: -moz-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b31a28 0%, #3f4c61 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31a28', endColorstr='#3f4c61', GradientType=1);
    /* IE6-9 */
    color: #fff;
    font-weight: 300;
    font-size: 1.8rem;
    text-align: center;
    border-radius: 4px;
    padding: 10px 19px 11px;
    display: inline-block;
    position: relative;
    top: 1px;
    z-index: 1;
}

article.article .profil-content header.profil-content__header .free-btn i.flaticon-add186::before {
    position: relative;
    top: 1px;
    font-size: 1.5rem;
}

article.article .profil-content header.profil-content__header .free-btn:hover {
    background: #a6202e;
}

article.article .profil-content header.profil-content__header .free-btn i.flaticon-add186::before {
    font-weight: 300;
}

article.article .profil-content header.profil-content__header .sale-label {
    position: absolute;
    text-align: center;
    padding: 0 25px 6px;
    top: 0;
    /* position the top  edge of the element at the middle of the parent */
    left: 50%;
    /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%);
}

article.article .profil-content header.profil-content__header .sale-label p {
    text-transform: uppercase;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a4c430+0,93bc54+100 */
    background: #a4c430;
    /* Old browsers */
    background: -moz-linear-gradient(left, #a4c430 0%, #93bc54 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #a4c430 0%, #93bc54 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #a4c430 0%, #93bc54 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4c430', endColorstr='#93bc54', GradientType=1);
    /* IE6-9 */
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 4px 22px;
    font-size: 1.8rem;
    margin: 0;
    font-weight: 400;
    white-space: nowrap;
}

article.article .profil-content ul.profil-content__list {
    list-style: none;
    padding: 0 40px;
    margin: 69px 0;
}

article.article .profil-content ul.profil-content__list li {
    display: block;
    font-size: 1.8rem;
    color: #3f4c61;
    font-weight: 300;
    margin-bottom: 8px;
    text-align: left;
}

article.article .profil-content::after {
    content: "";
    height: 100%;
    width: 1px;
    background: #8397bb;
    position: absolute;
    right: 0;
    top: -50px;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
}

article.article .row .col-md-4:last-of-type .profil-content::after {
    display: none;
}

.label-content {
    border: 2px solid #bc1723;
    border-radius: 4px;
    padding: 57px;
}

.label-content span.label-content__title {
    display: block;
    font-size: 3.0rem;
    color: #44495e;
    font-weight: 500;
}

.label-content span.label-content__text {
    display: block;
    font-size: 1.8rem;
    color: #44495e;
    font-weight: 300;
    padding-left: 20px;
    padding-top: 20px;
}

.label-content .link-default {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b31a28+0,3f4c61+100 */
    background: #b31a28;
    /* Old browsers */
    background: -moz-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b31a28 0%, #3f4c61 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31a28', endColorstr='#3f4c61', GradientType=1);
    /* IE6-9 */
    color: #fff;
    font-weight: 300;
    font-size: 1.8rem;
    text-align: center;
    border-radius: 4px;
    padding: 10px 19px 11px;
    display: inline-block;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-top: 13px;
}

.label-content .link-default i.flaticon-add186::before {
    position: relative;
    top: 1px;
    font-size: 1.5rem;
}

.label-content .link-default:hover {
    background: #a6202e;
}

.info-text {
    font-size: 1.8rem;
    font-weight: 300;
    margin-top: 32px;
    margin-bottom: 0;
    display: block;
    text-align: center;
}

.col-custom-4 {
    width: 27%;
}

.col-custom-6 {
    width: 43%;
}

.col-custom-3 {
    width: 30%;
}

.container-muted-show {
    position: relative;
}

.container-muted-show::after {
    background: #8397bb none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 100%;
    position: absolute;
    top: 301px;
    width: 100%;
    z-index: 0;
}

.container-muted-show::before {
    background: #8397bb none repeat scroll 0 0;
    content: "";
    height: 1px;
    right: 100%;
    position: absolute;
    top: 301px;
    width: 100%;
    z-index: 0;
}

.promotion-package small {
    margin-bottom: 34px !important;
    margin-top: 0 !important;
}

.cookies-bar {
    background: #283750;
    padding: 15px 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: block;
}

.cookies-bar p {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 300;
    text-align: left;
    margin: 0;
}

.cookies-bar .close-btn {
    border-radius: 4px;
    border: 1px solid #fff;
    background: none;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 500;
    padding: 7px 16px;
    cursor: pointer;
}

.cookies-bar .close-btn i.flaticon-cancel30::before {
    font-size: 1.5rem;
}

.modal-open {
    padding-right: 0 !important;
}

.modal-header {
    padding: 7px 14px 22px;
}

/* LAYOUT */
.no-gutter {
    padding: 0;
}

.container-form {
    width: 1300px;
    margin: 0 auto;
}

main {
    padding: 0;
}

header.header {

    padding: 35px 94px 286px;
    margin-bottom: 95px;
}

header.header .logo {
    display: inline-block;
    margin-top: 13px;
    width: 201px;
    height: 24px;
}

header.header div.nav {
    display: inline-block;
    float: right;
}

header.header div.nav ul.nav__link {
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: right;
}

header.header div.nav ul.nav__link li {
    display: inline-block;
}

header.header div.nav ul.nav__link li a {
    color: #283750;
    font-weight: 300;
    font-size: 1.8rem;
    margin: 0 15px;
}

header.header div.nav ul.nav__link li a span {
    color: #bd1522;
}

header.header div.nav ul.nav__link li a:hover {
    color: #bd1522;
}

header.header div.nav ul.nav__link li.login-btn {
    margin-left: 88px;
    position: relative;
}

header.header div.nav ul.nav__link li.login-btn::before {
    background: #293851 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -61px;
    position: absolute;
    top: 14px;
    width: 32px;
}

header.header div.nav ul.nav__link li.free-btn a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b31a28+0,3f4c61+100 */
    background: #b31a28;
    /* Old browsers */
    background: -moz-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b31a28 0%, #3f4c61 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31a28', endColorstr='#3f4c61', GradientType=1);
    /* IE6-9 */
    color: #fff;
    font-weight: 300;
    font-size: 1.8rem;
    text-align: center;
    border-radius: 4px;
    padding: 10px 19px 11px;
    display: inline-block;
}

header.header div.nav ul.nav__link li.free-btn a i.flaticon-add186::before {
    position: relative;
    top: 1px;
    font-size: 1.5rem;
}

header.header div.nav ul.nav__link li.free-btn a:hover {
    background: #a6202e;
}

header.header section.header__heading {
    display: block;
    margin-top: 156px;
    text-align: center;
}

header.header section.header__heading h1 {
    text-align: center;
    color: #3f4c61;
    font-size: 4.8rem;
    font-weight: 300;
}

header.header section.header__heading h1 small {
    display: block;
    color: #3f4c61;
    font-size: 3rem;
    font-weight: 300;
    margin-top: 10px;
}

header.header section.header__heading h1 strong {
    font-weight: 500;
}

header.header section.header__heading .free-btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b31a28+0,3f4c61+100 */
    background: #b31a28;
    /* Old browsers */
    background: -moz-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b31a28 0%, #3f4c61 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31a28', endColorstr='#3f4c61', GradientType=1);
    /* IE6-9 */
    color: #fff;
    font-weight: 300;
    font-size: 1.8rem;
    text-align: center;
    border-radius: 4px;
    padding: 10px 19px 11px;
    display: inline-block;
    margin-top: 50px;
}

header.header section.header__heading .free-btn i.flaticon-add186::before {
    position: relative;
    top: 1px;
    font-size: 1.5rem;
}

header.header section.header__heading .free-btn:hover {
    background: #a6202e;
}

header.header section.header__video {
    display: block;
    text-align: center;
    margin-top: 100px;
}

header.header section.header__video .header__video-mockup {
    background: transparent url("../img/video.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 397px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 603px;
    z-index: 2;
}

header.header section.header__video .header__video-mockup a.header__video__link {
    position: relative;
    top: -20px;
    cursor: pointer;
}

header.header section.header__video .header__video-mockup a.header__video__link i.flaticon-multimedia-option285::before {
    color: #fff;
    font-size: 5rem;
    position: absolute;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    margin: 0;
    padding: 24px 32px 24px 39px;
    border-radius: 50%;
    background: #b31a28;
    /* Old browsers */
    background: -moz-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b31a28 0%, #3f4c61 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31a28', endColorstr='#3f4c61', GradientType=1);
    /* IE6-9 */
}

.header.header-subpage {
    padding: 64px 94px;
    background: #e7ebf1;
    margin: 0;
}

footer {
    background: #283750;
    padding: 82px 85px 20px;
}

footer .footer-sub-content {
    margin-top: 49px;
    display: block;
}

footer .footer-box {
    display: block;
    /**/
}

footer .footer-box span {
    display: block;
    color: #fff;
    font-size: 3.0rem;
    font-weight: 400;
}

footer .footer-box ul.footer-box__list {
    list-style: none;
    display: block;
    padding: 0;
    margin-top: 30px;
}

footer .footer-box ul.footer-box__list li, footer .footer-box ul.footer-box__list li.link-bottom {
    display: block;
    margin-bottom: 8px;
}

footer .footer-box ul.footer-box__list li a, footer .footer-box ul.footer-box__list li.link-bottom a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300;
}

footer .footer-box ul.footer-box__list li a:hover, footer .footer-box ul.footer-box__list li.link-bottom a:hover {
    color: #8397bb;
}

footer .footer-box ul.footer-box__list li {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300;
}

footer .footer-box ul.footer-box__list li i.flaticon-social-network362::before {
    font-size: 1.7rem;
}

footer .footer-box ul.footer-box__list li.link-bottom {
    margin-top: 50px;
}

footer .footer-box ul.footer-box__list li.link-bottom a {
    font-weight: 500;
}

footer .footer-box .dropdown-footer {
    display: inline-block;
    min-width: 231px;
}

footer .footer-box .dropdown-footer .dropdown-menu {
    background: #283750;
    margin-top: 23px;
    right: 0;
    left: auto;
    min-width: 69%;
    border-radius: 0;
}

footer .footer-box .dropdown-footer .form-group {
    position: relative;
}

footer .footer-box .dropdown-footer .dropdown-menu > li > a:hover, footer .footer-box .dropdown-footer .dropdown-menu > li > a:focus {
    background: #283750;
}

footer .footer-box .dropdown-footer .bootstrap-select > .dropdown-toggle {
    padding-left: 91px;
    background: none;
    position: relative;
    padding-bottom: 14px;
    padding-top: 14px;
}

footer .footer-box .dropdown-footer button, footer .footer-box .dropdown-footer .form-control {
    background: none;
}

footer .footer-box .dropdown-footer label {
    color: #6c7fa0;
    font-size: 1.8rem;
    font-weight: 400;
    left: 12px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
}

footer .footer-box.footer-box-muted span {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300;
    text-shadow: none;
}

footer p.copyrights {
    text-align: left;
    color: #8397bb;
    font-size: 1.8rem;
    font-weight: 300;
}

footer .footer-list {
    text-align: right;
}

footer a.link-footer {
    text-align: right;
    color: #8397bb;
    font-size: 1.8rem;
    font-weight: 300;
}

footer a.link-footer:hover {
    text-decoration: underline;
}

footer a.link-footer:last-of-type {
    margin-right: 0;
}

footer a.link-footer:last-of-type:after {
    display: none;
}

footer a.link-footer::after {
    background: #8397bb none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 15px;
    margin: 0 20px;
    position: relative;
    top: 1px;
    width: 1px;
}

/* PAGES */
section.section-contact header.section-contact__header {
    text-align: center;
    margin-top: 80px;
}

section.section-contact header.section-contact__header h3.section-contact__heading {
    font-size: 4.8rem;
    color: #3f4c61;
    font-weight: 300;
    display: block;
}

section.section-contact header.section-contact__header span.section-contact__small-text {
    font-size: 3.0rem;
    color: #3f4c61;
    font-weight: 300;
    display: block;
    line-height: 35px;
}

section.section-contact .container-form {
    margin-top: 118px;
}

section.section-contact .contact-info {
    display: block;
}

section.section-contact .contact-info span {
    font-size: 2.4rem;
    color: #3f4c61;
    font-weight: 300;
    display: block;
}

section.section-contact .contact-info span.phone {
    font-size: 4.8rem;
    color: #000;
    font-weight: 400;
    display: block;
    line-height: 30px;
    margin-top: 50px;
}

section.section-contact .contact-info span.mail {
    font-size: 2.6rem;
    color: #3f4c61;
    font-weight: 400;
    margin-top: 20px;
    display: block;
}

.form-group {
    position: relative;
}

.form-group input {
    border-radius: 4px;
    border: 1px solid #ccd1e2;
    box-shadow: none;
    text-shadow: none;
    color: #3f4c61;
    height: 52px;
    position: relative;
    padding-top: 26px;
}

.form-group textarea {
    border-radius: 4px;
    border: 1px solid #ccd1e2;
    box-shadow: none;
    text-shadow: none;
    color: #3f4c61;
}

.form-btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b31a28+0,3f4c61+100 */
    background: #b31a28;
    /* Old browsers */
    background: -moz-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b31a28 0%, #3f4c61 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31a28', endColorstr='#3f4c61', GradientType=1);
    /* IE6-9 */
    color: #fff;
    font-weight: 300;
    font-size: 1.8rem;
    text-align: center;
    border-radius: 4px;
    padding: 10px 19px 11px;
    display: inline-block;
    border: 0;
    box-shadow: 0;
}

.form-btn i.flaticon-add186::before {
    position: relative;
    top: 1px;
    font-size: 1.5rem;
}

.form-btn:hover {
    background: #a6202e;
}

.placeholder-custom {
    color: #3f4c61;
    font-size: 1.2rem;
    font-weight: 400;
    position: absolute;
    top: 7px;
    left: 12px;
}

section.section-price {
    padding: 80px 0;
}

section.section-price h3.section-price__heading {
    font-size: 4.8rem;
    font-weight: 300;
    display: block;
    text-align: center;
}

section.section-price span.section-price__small-text {
    font-size: 3.0rem;
    font-weight: 300;
    display: block;
    text-align: center;
}

section.section-price .buttons-date {
    display: block;
    margin: 74px auto 0;
    text-align: center;
}

section.section-price .buttons-date a.buttons-date-link {
    text-align: center;
    color: #44495e;
    font-size: 1.8rem;
    font-weight: 300;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #8397bb;
    border-right: 0;
    margin-right: -3px;
    padding: 14px 12px;
    display: inline-block;
}

section.section-price .buttons-date a.buttons-date-link:hover {
    background: #f9fafc;
}

section.section-price .buttons-date a.buttons-date-link-active {
    text-align: center;
    color: #44495e;
    font-size: 1.8rem;
    font-weight: 400;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 14px 12px;
    border: 1px solid #8397bb;
    display: inline-block;
    background: #f9fafc;
}

body.rg-page {
    /*background: #e7ebf1;*/
}

header.header-registry {
    /*background: #e7ebf1;*/
    padding-bottom: 0;
    margin: 0;
}

header.header-registry .logo-muted {
    margin-bottom: 20px;
}

section.header__registry {
    width: 33%;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
}

section.header__registry h3 {
    font-size: 3rem;
    font-weight: 500;
    color: #3f4c61;
    display: block;
    white-space: nowrap;
}

section.header__registry h3 small {
    display: block;
    font-size: 2.4rem;
    font-weight: 300;
    color: #3f4c61;
    margin-top: 5px;
    white-space: nowrap;
}

section.header__registry .form-registry {
    margin-top: 50px;
    display: block;
    text-align: left;
}

section.header__registry .form-registry .form-group input {
    border: 1px solid #8397bb;
}

section.header__registry .form-registry .checkbox label {
    color: #5b6982;
    font-size: 1.4rem;
    font-weight: 300;
}

section.header__registry .form-registry .form-btn {
    margin-top: 20px;
}

/* active 

.current{
	border:1px solid #be1522 !important;
}
.form-registry{
label.text-error{
	color:#be1522;
	font-weight:300;

}
}
*/
.form-control:focus {
    border: 1px solid #434a5f !important;
    box-shadow: none !important;
}

/* VENDORS */
/* RESPONSIVE */
.top-nav-collapse {
    /*li.free-btn.free-btn-muted{
        display:none !important;
    }*/
}

.top-nav-collapse div.nav {
    display: inline-block !important;
    float: right !important;
    margin-top: 0px !important;
    text-align: right;
}

@media screen and (max-width: 1837px) {
    .container-muted {
        width: 80%;
    }

    section.section-reviews {
        margin-top: 100px;
    }

    section.section-clients {
        margin-top: 186px;
    }

    /*section.section-clients, .section-clients-two{
        img{
             display: block;
        height: auto;
        max-width: 100%;
        }
    }*/
    section.section-clients .clients-text {
        padding-left: 90px;
    }

    header.header {
        background-position: center bottom;
    }

    section.section-clients-two .clients-text {
        padding-right: 90px;
    }
}

@media screen and (max-width: 1645px) {
    section.section-clients img {
        margin-right: -200px;
    }

    section.section-clients-two img {
        margin-left: -200px;
    }
}

@media screen and (max-width: 1512px) {
    .container-muted {
        margin: 0 auto;
        width: 95%;
    }

    section.header__registry {
        width: 44%;
    }

    .label-content {
        padding: 40px 22px;
    }
}

@media screen and (max-width: 1386px) {
    section.section-clients img {
        margin-right: -400px;
    }

    section.section-clients-two img {
        margin-left: -400px;
    }

    section.section-clients .clients-text {
        padding-left: 24px;
    }

    section.section-clients-two .clients-text {
        padding-right: 0px;
        padding-left: 115px;
    }

    article.article .profil-content header.profil-content__header p.price {
        font-size: 6rem;
        white-space: nowrap;
    }

    .container-form {
        width: 100%;
    }

    header.header.header-subpage div.nav ul.nav__link li a {
        margin: 0 11px;
    }

    section.section-price {
        padding-bottom: 0;
    }

    .navbar-fixed-top {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }

    header.header-subpage .navbar-fixed-top {
        padding-top: 40px;
    }

    header.header, footer, section.section-reviews .content-reviews {
        padding-left: 15px;
        padding-right: 15px;
    }

    header.header div.nav {
        margin-top: 1px;
    }

    header.header section.header__heading {
        margin-top: 166px;
    }

    section.section-reviews .content-reviews p::after {
        height: 12px;
        right: -36px;
        width: 12px;
    }

    .navbar-fixed-top {
        padding-top: 25px;
    }

    header.header .top-nav-collapse .logo {
        position: relative;
        top: 0px;
        margin-top: 12px;
    }

    .label-content span.label-content__title {
        font-size: 2.7rem;
    }

    .label-content span.label-content__text {
        font-size: 1.6rem;
    }

    .label-content .link-default {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b31a28+0,3f4c61+100 */
        background: #b31a28;
        /* Old browsers */
        background: -moz-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #b31a28 0%, #3f4c61 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31a28', endColorstr='#3f4c61', GradientType=1);
        /* IE6-9 */
        color: #fff;
        font-weight: 300;
        font-size: 1.8rem;
        text-align: center;
        border-radius: 4px;
        padding: 10px 19px 11px;
        display: inline-block;
        padding-top: 18px;
        padding-bottom: 18px;
        margin-top: 13px;
        font-size: 1.6rem;
    }

    .label-content .link-default i.flaticon-add186::before {
        position: relative;
        top: 1px;
        font-size: 1.5rem;
    }

    .label-content .link-default:hover {
        background: #a6202e;
    }
}

@media screen and (max-width: 1200px) {
    section.section-clients img {
        margin-right: -600px;
    }

    header.header-subpage .navbar-fixed-top {
        padding-top: 12px;
    }

    section.section-clients-two img {
        margin-left: -600px;
    }

    section.section-clients .clients-text {
        padding-left: 51px;
    }

    section.section-clients-two .clients-text {
        padding-right: 0px;
        padding-left: 0px;
    }

    section.section-clients-two .clients-text span.sub-text,
    section.section-clients .clients-text span.sub-text {
        padding-right: 0;
    }

    section.section-clients-two .clients-text span.sub-text br,
    section.section-clients .clients-text span.sub-text br {
        display: none;
    }

    section.header__registry {
        padding-top: 150px;
    }

    article.article .profil-content {
        padding: 0;
    }

    .top-nav-collapse div.nav ul.nav__link li.free-btn.free-btn-muted {
        display: none;
    }

    header.header div.nav ul.nav__link li:first-of-type a {
        margin-left: 0;
    }

    .top-nav-collapse div.nav {
        margin-top: 9px !important;
    }

    header.header .top-nav-collapse .logo {
        position: relative;
        top: 0px;
        margin-top: 9px;
    }

    footer {
        padding-top: 35px !important;
    }

    .free-btn.free-btn-muted {
        position: absolute;
        right: 14px;
        top: 15px;
    }

    header.header, footer, .navbar-fixed-top {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }

    header.header div.nav {
        display: block;
        text-align: left;
        margin-top: 30px;
        float: none;
    }

    footer .footer-box span {
        font-size: 2rem;
    }

    footer .footer-box ul.footer-box__list li.link-bottom a {
        font-size: 1.5rem;
    }

    footer .footer-box .dropdown-footer .bootstrap-select > .dropdown-toggle {
        padding-bottom: 0;
        padding-top: 0;
        height: 43px;
    }

    footer .footer-box .dropdown-footer label {
        top: 10px;
    }

    footer .footer-box .dropdown-footer .dropdown-menu {
        margin-top: 10px;
    }

    .label-content span.label-content__title {
        font-size: 2rem;
    }

    .label-content span.label-content__text {
        font-size: 1.4rem;
        padding: 0;
    }

    .label-content .link-default {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b31a28+0,3f4c61+100 */
        background: #b31a28;
        /* Old browsers */
        background: -moz-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #b31a28 0%, #3f4c61 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #b31a28 0%, #3f4c61 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31a28', endColorstr='#3f4c61', GradientType=1);
        /* IE6-9 */
        color: #fff;
        font-weight: 300;
        font-size: 1.8rem;
        text-align: center;
        border-radius: 4px;
        padding: 10px 19px 11px;
        display: inline-block;
        padding-top: 18px;
        padding-bottom: 18px;
        margin-top: 1px;
        font-size: 1.4rem;
    }

    .label-content .link-default i.flaticon-add186::before {
        position: relative;
        top: 1px;
        font-size: 1.5rem;
    }

    .label-content .link-default:hover {
        background: #a6202e;
    }

    .col-custom-4 {
        width: 27%;
    }

    .col-custom-6 {
        width: 42%;
    }

    .col-custom-3 {
        width: 31%;
    }
}

@media screen and (max-width: 992px) {
    html {
        font-size: 57.5%;
    }

    .top-nav-collapse {
        padding-top: 5px !important;
    }

    section.section-clients img {
        margin-right: -750px;
    }

    section.section-clients-two img {
        margin-left: -700px;
    }

    section.section-clients .clients-text {
        padding-left: 60px;
    }

    section.section-clients-two .clients-text {
        padding-right: 15px;
        padding-left: 0px;
    }

    section.section-contact .contact-info span {
        font-size: 2rem;
    }

    section.section-contact .contact-info span.phone {
        font-size: 3.8rem;
    }

    section.section-contact .contact-info span.mail {
        font-size: 2rem;
    }

    section.header__registry {
        width: 69%;
    }

    section.section-contact .contact-info {
        margin-bottom: 40px;
    }

    section.section-contact header.section-contact__header span.section-contact__small-text {
        font-size: 2rem;
    }

    section.section-reviews .content-reviews {
        padding-top: 40px;
        padding-left: 0;
        padding-right: 0;
    }

    .container-muted {
        width: 100%;
    }

    section.section-reviews .content-reviews p::after {
        display: none;
    }

    section.section-brand h3 {
        font-size: 3rem;
    }

    nav.top-nav-collapse div.nav ul.nav__link li.login-btn {
        margin-left: 19px;
    }

    nav.top-nav-collapse div.nav ul.nav__link li.login-btn::before {
        left: -22px;
        width: 21px;
    }

    nav.top-nav-collapse div.nav {
        margin-top: 10px !important;
    }

    nav.top-nav-collapse div.nav ul.nav__link li a {
        font-size: 1.7rem;
        margin: 0 11px;
    }

    section.section-reviews .content-reviews p {
        font-size: 1.6rem;
    }

    section.section-reviews .content-reviews .content-reviews__user small {
        font-size: 1.4rem;
    }

    section.section-reviews .content-reviews .content-reviews__user span.title {
        font-size: 2rem;
    }

    nav.top-nav-collapse .logo {
        width: 140px;
        margin-top: 14px !important;
    }

    .container-muted-show::after {
        bottom: -5px;
    }

    article.article .profil-content header.profil-content__header {
        height: 290px;
    }

    .container-muted-show::before,
    .container-muted-show::after {
        top: 290px;
    }

    section.section-clients {
        margin-top: 126px;
    }

    section.section-clients-two {
        margin-top: 40px;
        padding: 0;
    }

    .label-content span.label-content__text {
        font-size: 1.4rem;
        padding: 8px 0 0;
    }

    .col-custom-4 {
        width: 100%;
    }

    .col-custom-6 {
        width: 50%;
    }

    .col-custom-3 {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .container-muted {
        width: 70%;
    }

    .container-muted-show::before,
    .container-muted-show::after {
        display: none;
    }

    .col-custom-4, .col-custom-6, .col-custom-3 {
        width: 100%;
    }

    .cookies-bar .close-btn {
        margin-top: 20px;
    }

    article.article .profil-content header.profil-content__header {
        border-bottom: 1px solid #8397bb !important;
    }

    .header.header-subpage {
        background: #e7ebf1 none repeat scroll 0 0;
        margin: 0;
        padding: 31px 0;
    }

    article.article .col-md-4:first-of-type .profil-content header.profil-content__header {
        border: 0;
    }

    header.header .logo {
        top: 0px;
    }

    section.header__registry {
        width: 100%;
    }

    section.header__registry h3 {
        white-space: normal;
        font-size: 2.4rem;
    }

    section.header__registry h3 small {
        font-size: 1.9rem;
    }

    .profil-content__header {
        border-top: 1px solid #8397bb;
        padding-top: 33px;
    }

    .label-content {
        padding: 20px 57px;
        text-align: center;
    }

    .label-content span.label-content__text {
        padding: 0;
        margin: 15px 0;
    }

    .label-content .link-default {
        float: none !important;
    }

    article.article .profil-content::after {
        display: none;
    }

    article.article .profil-content ul.profil-content__list li {
        text-align: center;
    }

    .free-btn.free-btn-muted {
        display: none !important;
    }

    header.header div.nav.navbar-collapse ul.nav__link {
        display: block;
    }

    header.header div.nav.navbar-collapse ul.nav__link li {
        display: block;
        text-align: left;
    }

    header.header div.nav.navbar-collapse ul.nav__link li a {
        text-align: left;
        color: #fff;
        font-size: 1.7rem;
        margin: 0 11px;
    }

    header.header div.nav.navbar-collapse ul.nav__link li a:hover {
        color: #8397bb;
    }

    header.header div.nav.navbar-collapse ul.nav__link li.login-btn {
        margin-left: 0;
    }

    header.header div.nav {
        background: #283750;
        display: block;
        float: none;
        left: 0;
        margin-top: 0;
        padding-bottom: 19px;
        padding-top: 15px;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
    }

    header.header div.nav ul.nav__link li.login-btn::before {
        display: none;
    }

    header.header section.header__heading h1 {
        font-size: 4rem;
    }

    header.header section.header__video .header__video-mockup {
        background-size: contain;
        background-position: center 0;
        width: auto;
        height: auto;
        padding-bottom: 225px;
    }

    header.header {
        padding-bottom: 221px;
    }

    header.header section.header__video .header__video-mockup a.header__video__link i.flaticon-multimedia-option285::before {
        font-size: 4rem;
        padding: 16px 24px 16px 31px;
    }

    header.header section.header__video .header__video-mockup a.header__video__link {
        top: 142px;
    }

    header.header section.header__heading {
        margin-top: 126px;
    }

    header.header .logo {
        margin-top: 7px;
    }

    nav.top-nav-collapse .logo {
        width: 140px;
        margin-top: 14px !important;
    }

    nav.top-nav-collapse div.nav {
        margin-top: 0px !important;
    }

    section.section-clients .clients-text h3,
    section.section-clients-two .clients-text h3 {
        font-size: 2.8rem;
        margin-top: 16px;
    }

    section.section-clients .clients-text span.sub-text,
    section.section-clients-two .clients-text span.sub-text {
        padding-right: 27px;
        font-size: 1.5rem;
        margin-top: 30px;
    }

    section.section-clients .clients-text ul.clients-text__list,
    section.section-clients-two .clients-text ul.clients-text__list {
        margin-top: 30px;
        margin-left: 10px;
    }

    section.section-clients .clients-text ul.clients-text__list li,
    section.section-clients-two .clients-text ul.clients-text__list li {
        font-size: 1.5rem;
        margin-bottom: 9px;
    }

    section.section-clients .clients-text ul.clients-text__list li::before,
    section.section-clients-two .clients-text ul.clients-text__list li::before {
        font-size: 1.6rem;
        padding: 2px 5px;
    }

    section.section-clients .clients-text .free-btn,
    section.section-clients-two .clients-text .free-btn {
        margin-top: 28px;
        font-size: 1.6rem;
    }

    section.section-clients .clients-text .free-btn i.flaticon-add186::before,
    section.section-clients-two .clients-text .free-btn i.flaticon-add186::before {
        font-size: 1.4rem;
    }

    section.section-clients img {
        margin-right: -750px;
    }

    section.section-clients-two img {
        margin-left: -590px;
    }

    section.section-clients .clients-text {
        padding-left: 20px;
        margin-top: 172px;
    }

    section.section-clients-two .clients-text {
        padding-right: 5px;
        padding-left: 83px;
        margin-top: 172px;
    }

    section.section-reviews .content-reviews {
        padding-top: 40px;
        padding-left: 0;
        padding-right: 0;
    }

    section.section-reviews .content-reviews p::after {
        display: none;
    }

    section.section-brand h3 {
        font-size: 3rem;
    }

    footer p.copyrights, footer .footer-list, footer a.link-footer {
        text-align: left;
        font-size: 1.5rem;
    }

    footer .footer-box span {
        font-size: 1.7rem;
    }

    footer .footer-box ul.footer-box__list li {
        font-size: 1.5rem;
    }

    footer .footer-box ul.footer-box__list li a {
        font-size: 1.5rem;
    }

    footer .footer-box ul.footer-box__list li.link-bottom {
        margin-top: 16px;
    }

    footer .footer-box .dropdown-footer {
        min-width: 130px;
    }

    footer .footer-box .dropdown-footer .bootstrap-select > .dropdown-toggle {
        padding-left: 70px;
    }

    footer .footer-box .dropdown-footer label,
    footer .footer-box.footer-box-muted span {
        font-size: 1.5rem;
    }

    footer .footer-box .dropdown-footer .bootstrap-select > .dropdown-toggle {
        height: 39px;
    }

    section.section-price {
        padding-top: 19px;
    }

    section.section-contact header.section-contact__header {
        margin-top: 37px;
    }

    section.section-contact .container-form {
        margin-top: 62px;
    }
}

@media screen and (max-width: 640px) {
    .col-xs-mt {
        width: 33%;
    }

    section.section-clients {
        margin-top: 11px;
    }

    section.section-clients-two {
        margin-top: 59px;
    }

    section.section-clients .clients-text,
    section.section-clients-two .clients-text {
        margin-top: 60px;
        padding-left: 15px;
        padding-right: 15px;
    }

    section.section-clients-two .clients-text {
        padding-bottom: 43px;
    }

    section.section-clients .clients-text span.sub-text, section.section-clients-two .clients-text span.sub-text {
        padding-left: 0;
        padding-right: 0;
    }

    header.header section.header__heading h1 {
        font-size: 3rem;
    }

    header.header section.header__heading h1 small {
        font-size: 2rem;
    }

    footer .footer-box {
        margin-top: 20px;
    }

    footer .container-fluid .row .col-xs-mt:nth-of-type(2) {
        display: none;
    }

    footer .dropdown-footer.pull-right {
        float: left !important;
    }

    footer .footer-sub-content {
        margin-top: 13px;
    }

    footer .footer-box .dropdown-footer {
        z-index: 10;
    }

    .col-xs-100 {
        width: 100%;
    }

    .hide-element {
        display: none;
    }

    section.section-clients .clients-text,
    section.section-clients-two .clients-text {
        text-align: center;
    }

    section.section-clients .clients-text h3,
    section.section-clients-two .clients-text h3 {
        text-align: center;
    }

    section.section-clients .clients-text ul.clients-text__list,
    section.section-clients-two .clients-text ul.clients-text__list {
        text-align: left;
        display: inline-block;
    }

    section.section-reviews .content-reviews .content-reviews__user {
        display: inline-block;
    }

    section.section-reviews .content-reviews {
        text-align: center;
    }

    .container-muted {
        width: 100%;
    }

    section.section-clients-two .clients-text .free-btn,
    section.section-clients .clients-text .free-btn {
        display: block;
        width: 278px;
        margin: 17px auto;
    }
}

@media screen and (max-width: 500px) {
    .col-xs-mt {
        width: 100%;
    }

    section.section-clients .clients-text span.sub-text,
    section.section-clients .clients-text span.sub-text, section.section-clients-two .clients-text span.sub-text,
    section.section-clients-two .clients-text {
        padding-right: 0;
        padding-left: 0;
    }

    section.section-contact header.section-contact__header span.section-contact__small-text br {
        display: none;
    }

    footer .footer-box ul.footer-box__list li, footer .footer-box ul.footer-box__list li.link-bottom {
        display: inline-block;
        margin-right: 8px;
    }

    footer .footer-box ul.footer-box__list {
        margin-top: 6px;
    }

    footer .footer-box ul.footer-box__list li.link-bottom {
        margin-top: 0;
    }

    footer .footer-box {
        margin-top: 6px;
    }
}

@media screen and (max-width: 465px) {
    header.header section.header__video .header__video-mockup {
        padding-bottom: 117px;
    }

    header.header {
        padding-bottom: 142px;
    }

    header.header section.header__video .header__video-mockup a.header__video__link i.flaticon-multimedia-option285::before {
        font-size: 3rem;
        padding: 13px 18px 13px 21px;
    }

    header.header section.header__video .header__video-mockup a.header__video__link {
        top: 93px;
    }

    section.section-price .buttons-date a.buttons-date-link,
    section.section-price .buttons-date a.buttons-date-link-active {
        display: block;
        border: 1px solid #8397bb;
        border-radius: 4px;
        margin: 0;
        margin-bottom: 5px;
    }

    footer .container-fluid .row .col-xs-mt:nth-of-type(4) .footer-box ul.footer-box__list li {
        display: block;
    }

    footer .footer-box ul.footer-box__list li.link-bottom {
        display: block;
    }
}

/*/*/

/*# sourceMappingURL=main.css.map */
