@import url(https://fonts.googleapis.com/css?family=Cabin:600,700,500,400);

body {
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    color: #232323;
}
.container {
    max-width: 960px;
    width: 100%;
}
.main-content {
    margin: 70px 0;
}
.table-holder {
    width: 100%;
    display: table;
}
.table-cell {
    vertical-align: middle;
    display: table-cell;
}
a {
    color: #3497db;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
a:focus,
a:hover {
    color: #39a6f0;
}
.remove-padding {
    padding: 0!important;
}

.btn {
    border-radius: 2px;
    border: none;
    line-height: 1;
    color: white;
    font-size: 12px;
    font-weight: 400;
}
.btn-primary {
    background-color: #3497db;
    border: none;
}
.btn-primary:hover {
    background-color: #39a6f0;
}
.btn-secondary {
    background: white;
    color: #3497db;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
}
.cta {
    background: #3497db;
    color: white;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
}
main .content {
    padding: 30px 0px;
}
h1 {
    color: #232323;
    font-family: 'Cabin', sans-serif;
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}
h2 {
    font-size: 24px;
    font-family: 'Cabin', sans-serif;
    text-align: center;
}
h3 {
    font-size: 22px;
    font-family: 'Cabin', sans-serif;
    text-align: center;
}
p {
    color: #232323;
    line-height: 21px;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
}
ul li {
    margin-bottom: 10px;
}
/* cta blocks */

.inquiry-holder {
    background: white;
    padding: 70px 0;
    position: relative;
}
.inquiry-holder span {
    font-size: 23px;
    color: #232323;
    font-family: 'Cabin', sans-serif;
    font-weight: 500;
    display: block;
}

.banner {
    font-family: Helvetica;
    background: #e79433;
    color: white;
    padding: 7px 0;
    font-size: 12px;
    position: relative;
}
.banner span {
    background: #393939;
    display: inline-block;
    margin-left: 10px;
    padding: 5px 10px;
    border-radius: 2px;
}
/* navigation */

.top-navigation {
    background: #efebe7;
    padding: 12px 0;
    line-height: 1;
}
.top-navigation .nav-part {
    display: inline-block;
    margin: 0 5px;
}
.top-navigation .nav-part a,
.top-navigation .nav-part button,
.top-navigation .nav-part .main-phone {
    font-family: Helvetica;
    color: #979595;
    font-size: 12px;
    font-weight: 400;
    background: none;
    border: none;
    display: inline-block;
}
.top-navigation .nav-part button {

}
.top-navigation .nav-part a:hover,
.top-navigation .nav-part a:focus {
    text-decoration: none;
}
.top-navigation .nav-part .img-responsive {
    width: 15px;
    height: 15px;
}
.top-navigation .nav-part .main-phone {
    display: inline-block;
    height: 30px;
    margin-bottom: -30px;
}
.top-navigation .nav-part .main-phone .fa {
    font-size: 18px;
    vertical-align: -2px;
    margin-left: 5px;
}
.top-navigation .nav-part.number {
    position: relative;
}
.top-navigation .nav-part .hover-phones {
    background: black;
    opacity: 0.95;
    color: white;
    padding: 10px 10px;
    border-radius: 4px;
    position: absolute;
    width: 142px;
    margin-top: 15px;
    font-size: 12px;
    box-shadow: 0 2px 7px rgba(0,0,0,0.2);
    left: -33px;
    z-index: 999;
}
.top-navigation .nav-part .hover-phones ._click-to-call-modal {
    margin-bottom: 5px;
}
.top-navigation .nav-part .hover-phones ._click-to-call-modal:last-child {
    margin-bottom: 0;
}
.top-navigation .nav-part .hover-phones:before {
    border: 7px solid transparent;
    border-bottom-color: black;
    height: 0;
    width: 0;
    position: absolute;
    margin-top: -23px;
    right: 4px;
    content: '';
}
.top-navigation .nav-part .chat-icon .img-responsive {
    display: inline-block;
    margin-right: 5px;
    vertical-align: -4px;
}
.country-container {
    position: relative;
}
.country-container .country-block {
    height: 30px;
    display: inline-block;
    margin-bottom: -30px;
}
.country-container .country-block .fa {
    margin-right: 5px;
}
.country-container .country-block a {
    margin-left: 10px;
}
.country-container::after {
    content: '\f107';
    color: #979595;
    position: absolute;
    font-family: FontAwesome;
    width: 8px;
    right: 19px;
    top: -1px;
    height: 8px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.country-container .country-con {
    position: absolute;
    z-index: 99999999;
    display: inline-block;
    min-width: 105px;
    right: -11px;
    top: 27px;
    background: black;
    opacity: 0.95;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    box-shadow: 0 2px 7px rgba(0,0,0,0.2);
}
.country-con:before {
    border: 8px solid transparent;
    border-bottom-color: black;
    height: 0;
    width: 0;
    position: absolute;
    margin-top: -20px;
    right: 12px;
    content: '';
}
.country-container .country-con .country-item {
    margin: 4px 0;
}
.country-container .country-con .country-item span {
    color: white;
}
.country-container .country-con .country-item span:hover {
    color: #979595;
}
header .navbar {
    margin-bottom: 0;
    border-radius: 0;
    border-top: none;
    border-bottom: 1px solid #eee;
}
.navbar-nav>li {
    margin-bottom: 0;
}
.navbar-nav>li>a {
    color: #232323;
    font-family: Helvetica;
    font-size: 12px;
}
.navbar-nav>li>a:focus,
.navbar-nav>li>a:hover {
    background: none!important;
    color: #39a6f0;
}
.navbar-nav .btn-primary {
    background-color: #3497db;
    border-radius: 2px;
    border: none;
    margin: 12px 0;
    line-height: 1;
    color: white;
    font-size: 12px;
    font-weight: 400;
}
/* block header phone hover */

.header {
    background: url(../img/guys.jpg) no-repeat 50% 25%;
    background-size: cover;
}
.mask {
    background: rgba(0, 0, 0, 0.5);
    padding: 7% 0;
}
.cell .lead-text {
    display: block;
    font-family: 'Cabin', sans-serif;
    font-size: 52px;
    line-height: 1;
    margin-bottom: 30px;
}
.cell span {
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Helvetica;
}

/* calcularor */
.calc-modification {
    width: 460px;
    float: right;
}
.calc-modification .holder {
    font-family: Helvetica;
    background: white;
    border-radius: 0 0 5px 5px;
    padding: 20px;
}
.calc-modification .holder .b-right {
    border-right: 1px solid #e3e2e2;
}
.calc-modification .calc-title {
    background-color: #e88c20;
    border-radius: 5px 5px 0 0;
    padding: 15px 0;
    color: white;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    font-family: Helvetica;
    line-height: 1;
}
.calc-modification select.form-control {
    background-color: #efebe7;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    cursor: pointer;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.calc-modification select.form-control:hover {
    background: #f5f2ee;
}
.calc-modification #form_pages  {
    width: 50px;
    height: 30px;
    background-color: #efebe7;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.14);
    border: none;
    text-align: center;
}
.calc-modification .page-title {
    color: #5b5b5b;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
}
.calc-modification .form-group .col-sm-6 {
    padding: 0;
}
.calc-modification #words_count_tr {
    margin-top: 5px;
    color: #5b5b5b;
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
}
.calc-modification .calc-bottom-blocks {
    display: inline-block;
}
.calc-modification .right-title {
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.calc-modification .current-num {
    color: #232323;
    font-family: Helvetica;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    margin: 25px 0;
}
.calc-modification .current-num span {
    vertical-align: top;
    font-size: 22px;
}
.calc-modification .holder .btn-primary {
    color: white;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    line-height: 18px;
    margin: 0;
}
.calc-modification .form-group:last-child {
    margin-bottom: 0;
}

.benefits-block {
    background-color: #474142;
    padding: 15px 0;
    color: white;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}
.benefits-block ul {
    margin: 0;
    padding: 0;
}
.benefits-block ul li {
    margin-bottom: 0;
}
.benefits-block ul li {
    font-family: Helvetica;
    list-style: none;
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid white;
    line-height: 1;
    font-weight: 200;
}
.benefits-block ul li:last-child {
    border-right: none;
}
.medal-block {
    background: #efebe7;
    padding: 70px 0;
    text-align: center;
}
.medal-block h2 {
    color: #232323;
    font-family: 'Cabin', sans-serif;
    font-size: 24px;
    margin: 0;
}
.medal-block h3 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    font-family: Helvetica;
}
.medal-block .thumbnail {
    margin-top: 70px;
    background: transparent;
    border: none;
    padding: 0;margin: 70px 0 0;
    line-height: 1;
}
.medal-block .thumbnail .circle {
    border-radius: 50%;
    width: 165px;height: 165px;
    overflow: hidden;
    margin: auto;
}
.medal-block .thumbnail .caption {
    padding: 0;
}
.medal-block .thumbnail .caption > h3 {
    margin: 30px 0 20px;
    color: #3497db;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    text-decoration: underline;
}
.medal-block .thumbnail .caption > p {
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: Helvetica;
}
.inquiry-holder {
    color: #232323;
    font-family: Cabin;
    font-size: 24px;
    line-height: 26px;
}
.inquiry-holder .img-responsive {
    width: 30px;height: 30px;
    margin: auto;
}
.inquiry-holder span {
    margin: auto;
    display: block;
    margin: 30px 0;
}
.inquiry-holder .btn {
    font-size: 14px;
    padding: 13px 24px;
}
.advantages-block {
    background: #efebe7;
    padding: 70px 0;
    text-align: center;
    position: relative;
}
.advantages-block .thumbnail {
    background: transparent;
    border: none;
}
.advantages-block .thumbnail .square {
    min-height: 100px;
}
.advantages-block .thumbnail .img-responsive {
    width: 80px;
    margin: auto;
}
.advantages-block .thumbnail .img-responsive.circle-chek {
    width: 68px;
}
.advantages-block .thumbnail .caption > h3 {
    margin: 0px 0 20px;
    color: #232323;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
}
.advantages-block .thumbnail .caption > p {
    color: #232323;
    font-size: 14px;
    font-weight: 400;
}
.cta-contacts {
    padding: 25px 0;
    font-size: 18px;
}
.cta-contacts ul li {
    list-style: none;
    display: inline-block;
    margin: 0 20px;
}
.cta-contacts ul li a {
    display: block;
    color: white;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 300;
}
.cta-contacts ul {
    margin-bottom: 0;
    padding: 0;
}
.cta-contacts ul li a:hover,
.cta-contacts ul li a:focus {
    text-decoration: none;
}
.cta-contacts .img-responsive {
    width: 17px;
    display: inline-block;
    margin-right: 5px;
}
.cta-contacts .img-responsive.call-icon {
    vertical-align: -5px;
    width: 18px;
}
.cta-contacts .img-responsive.callback-icon {
    vertical-align: -6px;
}
.cta-contacts .img-responsive.chat-now-icon {
    width: 18px;
}
.cta-order {
    padding: 80px 0;
    color: white;
    font-family: 'Cabin', sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.cta-order .btn-secondary {
    padding: 14px 30px;
}
.cta-order .text {
    margin-top: 10px;
    display: block;
}
.accordion-block {
    padding: 0 0 70px 0;
}
.accordion-block.single-accordion-block {
    padding: 0;
}
#accordion-block  {
    margin-bottom: 50px;
}
#accordion-block .panel {
    background-color: #efebe7;
    border-radius: 4px;
}
#accordion-block .panel .panel-heading {
    padding: 0;
    position: relative;
}
#accordion-block .panel .panel-heading h3 {
    text-align: left;
}
#accordion-block .panel .panel-heading:after {
    content: '\f067';
    position: absolute;
    right: 20px;top: 50%;
    width: 15px;height: 15px;
    font-family: FontAwesome;
    margin-top: -7px;
    color: #605e5c;
}
#accordion-block .panel .panel-heading .panel-title > a {
    color: #605e5c;
    font-family: Cabin;
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding: 15px 40px 15px 20px;
}
#accordion-block .panel .panel-heading .panel-title > a:hover,
#accordion-block .panel .panel-heading .panel-title > a:focus {
    text-decoration: none;
    background: #f5f2ee;
}
#accordion-block .panel .panel-body {
    padding: 15px 15px 15px 30px;
}
.accordion-block .secure-medals {
    margin-bottom: 30px;
}
.accordion-block .secure-medals .item a {
    display: block;
}
/* footer */

footer {
    background-color: #232323;
    padding: 30px 0;
}
footer ul {
    margin-bottom: 0;
    padding: 0;
}
footer ul li {
    line-height: 1;
    margin-bottom: 10px;
    list-style: none;
}
footer ul li a {
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    color: white;
}
footer ul li a:hover,
footer ul li a:focus {
    text-decoration: none;
}
footer .sub-nav {
    margin-top: 30px;
}
footer .sub-nav .col-sm-2 {
    padding-right: 10px;
}
footer .title {
    color: white;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 300;
    display: block;
    margin-bottom: 20px;
}
footer .apps-link {
    display: block;
    margin-bottom: 10px;
}
footer .apps-link:last-child {
    margin-bottom: 0;
}
.panel-content {
    margin-top: 10px;
}
.paycard-icon {
    color: white;
    display: inline-block;
}
.paycard-icon .fa {
    font-size: 22px;
}
.basement {
    border-top: 1px solid #393939;
    background-color: #232323;
    padding: 15px 0;
}
.copyrights {
    color: #605e5c;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
}
.copyrights a {
    color: #605e5c;
}
.copyrights a:hover,
.copyrights a:focus {
    text-decoration: none;
    color: #605e5c;
}
.socials {
    text-align: center;
}
.socials li {
    margin: 0 10px;
    display: inline-block;
}
.banner .close-btn {
    margin: 2px 10px;
}
.banner .close-btn i {
    font-size: 20px;
    color: #393939;
}
/* loyal program */
.steps-holder {
    max-width: 600px;
    margin: 50px auto;
}
.steps-holder .item {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}
.steps-holder .item:last-child {
    margin-bottom: 0;
}
.steps-holder .item .num,
.steps-holder .item .text {
    display: table-cell;
    vertical-align: middle;
}
.steps-holder .item .num {
    border-radius: 50%;
    width: 58px;
    height: 58px;
    border: 1px solid #3497db;
    color: #3497db;
    font-size: 22px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
}
.steps-holder .item .text {
    padding-left: 20px;
}
.panel-social {
    max-width: 400px;
    margin: 30px auto;
}
main .advantages-block:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -40px;
    border: 20px solid transparent;
    border-top: 20px solid #efebe7;
    margin-left: -20px;
}
.pre-footer {
    padding: 30px 0;
}
/**up button***/
.block-arr-up {
    z-index: 999!important;
    display: block;
    position: fixed !important;
    bottom: 10px !important;
    left: 10px;
    background: #4c4c4c;
    border-radius: 3px;
    color: white;
    opacity: 0.7;
    padding: 13px 16px 16px 16px;
    border: none;
}
.fa-2x {
    font-size: 2em;
}
.fa {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    height: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-chevron-up:before {
    content: "^";
}
.price-table {
    margin-bottom: 40px;
    max-width: 700px;
    margin: auto;
}
.price-table .nav-tabs {
    border: none;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.price-table .nav-tabs > li {
    margin-bottom: 0;
    text-align: center;
}
.price-table .nav-tabs > li > a {
    border: none;
    padding: 15px;
    color: #333;
}
.price-table .nav-tabs >li.active>a {
    position: relative;
}
.price-table .nav-tabs >li.active>a:before {
    content: '';
    position: absolute;
    border-width: 10px 10px 0 10px;
    border-color: transparent;
    border-style: solid;
    border-top-color: #62afdb;
    width: 0;
    height: 0;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}
.price-table .nav-tabs >li>a:hover {
    border-radius: 4px;
}
.price-table .nav-tabs >li.active>a,
.price-table .nav-tabs >li.active>a:focus,
.price-table .nav-tabs >li.active>a:hover {
    color: white;
    cursor: default;
    background-color: #62afdb;
    border: none;
    border-radius: 4px;
}
.price-table .table td {
    font-weight: 500;
    text-align: center;
}
.price-table .table thead th {
    font-family: 'Georgia', serif;
    font-weight: normal;
    font-style: italic;
    text-align: center;
}
.price-table .table thead th:first-child {
    text-align: left;
}
.price-table .table tbody th {
    font-weight: 300;
    text-align: left;
}
.accordion-items .item {
    padding-left: 0px;
    padding-right: 10px;
}
.accordion-items ul {
    margin: 0;
    padding: 0;
}
.accordion-items ul li {
    margin-bottom: 0px;
}
.accordion-items ul li a {
    color: #232323;
    font-size: 12px;
}
.accordion-items ul li a:hover {
    color: #3497db;
}
/* responsive */

@media (min-width: 992px) and (max-width: 1200px) {}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 100% !important;
    }
    .top-navigation .pull-right {
        float: none !important;
        text-align: center;
    }
    .calc-modification {
        width: 420px;
        float: none;
    }
    .calc-modification .holder {
        padding: 15px 10px;
    }
    .calc-modification .calc-bottom-blocks {
        display: block;
    }
    .calc-modification .calc-bottom-blocks {
        text-align: center;
        font-size: 14px;
    }
    .calc-modification .page-title {
        margin-right: 0;
        font-size: 14px;
    }
    .calc-modification #words_count_tr {
        margin-left: 0;
        margin-top: 15px;
        font-size: 14px;
    }
    .calc-modification .holder .btn-primary {
        padding: 10px 15px;
        line-height: 1;
    }
    .cell .lead-text {
        font-size: 42px;
    }
    #accordion-block {
        padding: 20px;
    }
    .cta-order,
    .cta-contacts {
        text-align: center;
    }
    .cta-order .text {
        display: block;
        margin-bottom: 20px;
    }
    .cta-order .btn-secondary {
        padding: 20px 50px;
        font-size: 20px;
    }
    .inquiry-holder .btn {
        padding: 20px 50px;
        font-size: 20px;
    }
    .inquiry-holder .img-responsive {
        width: 50px;
        height: 50px;
    }
    .cta-contacts .text-left {
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
    footer .title {
        font-size: 11px;
        margin-top: 20px;
    }
    footer ul li a {
        font-size: 14px;
        font-weight: 500;
    }
    .socials {
        margin-top: 20px;
    }
    .copyrights.p {
        text-align: center;
        float: none !important;
    }
}

@media (max-width: 767px) {
    .header {
        background-size: inherit;
        background-position: -550px 0;
    }
    .table-holder,
    .table-cell {
        display: block;
    }
    .top-navigation {
        text-align: center;
    }
    .top-navigation .nav-part {
        margin: 0 2px;
    }
    .top-navigation .nav-part a,
    .top-navigation .nav-part button,
    .top-navigation .nav-part .main-phone {
        font-size: 12px;
        padding: 0;
    }
    .top-navigation .nav-part.number {
        margin-left: 0;
    }
    .top-navigation .nav-part .chat-icon .img-responsive {
        display: none;
    }
    .top-navigation .container .pull-right {
        float: none !important;
    }
    .cell span {
        font-size: 14px;
    }
    .cell {
        text-align: center;
    }
    .cell .lead-text {
        margin-bottom: 10px;
        font-size: 36px;
    }
    .calc-modification {
        width: 100%;
        float: none;
        margin: 20px auto 0;
    }
    .calc-modification .calc-title {
        font-size: 16px;
    }
    .calc-modification .holder .b-right {
        border-right: none;
        border-bottom: 1px solid #e3e2e2;
        padding-bottom: 10px;
    }
    .calc-modification .right-title {
        padding-top: 10px;
    }
    .calc-modification select.form-control {
        height: 40px;
        font-size: 15px;
    }
    .calc-modification .calc-bottom-blocks {
        display: block;
    }
    .calc-modification .calc-bottom-blocks {
        text-align: center;
        font-size: 14px;
    }
    .calc-modification .page-title {
        margin-right: 0;
        font-size: 14px;
    }
    .calc-modification #words_count_tr {
        margin-left: 0;
        margin-top: 15px;
        font-size: 14px;
    }
    .calc-modification .holder .btn-primary {
        padding: 15px 35px;
        font-size: 16px;
    }
    .calc-modification .current-num {
        margin: 15px 0;
    }
    .benefits-block ul li {
        display: block;
        border-right:none;
        margin-bottom: 5px;
    }
    .cta-contacts ul li {
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .cta-contacts ul li a {
        font-size: 16px;
    }
    .cta-order,
    .cta-contacts {
        text-align: center;
    }
    .cta-order .text {
        display: block;
        margin-bottom: 20px;
    }
    .cta-order .btn-secondary {
        padding: 20px 50px;
        font-size: 20px;
    }
    .inquiry-holder .btn {
        padding: 20px 50px;
        font-size: 20px;
    }
    .inquiry-holder .img-responsive {
        width: 50px;
        height: 50px;
    }
    #accordion-block {
        padding: 15px;
    }
    .accordion-block .secure-medals .item {
        margin-bottom: 30px;
    }
    .accordion-block .secure-medals .item:last-child {
        margin-bottom: 0;
    }
    /* navbar */
    .navbar-nav {
        text-align: center;
    }
    .navbar-nav>li>a {
        font-size: 14px;
    }
    .navbar-nav .btn-primary {
        font-size: 14px;
        float: none !important;
        padding: 10px 20px;
    }
    .navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:focus{
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
        background: none;
        border: none;
    }
    .navbar-header .navbar-toggle{
        border: none;
        padding: 0;
        margin-top: 14px;
        margin-bottom: 5px;
    }
    #nav-toggle {
        cursor: pointer;
    }

    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
        background: #3497db;
    }
    #nav-toggle {
        position: relative;
        display: inline-block;
        width: 35px;
        height: 25px;
        z-index: 9999999;
    }

    #nav-toggle span {
        position: absolute;
        left: 0;
        top: 10px;
    }

    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
        position: absolute;
        display: block;
        content: '';
        height: 3px;
        width: 35px;
        border-radius: 1px;
        cursor: pointer;
    }

    #nav-toggle span:before {
        top: -10px;
    }

    #nav-toggle span:after {
        bottom: -10px;
    }

    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    #nav-toggle.active span {
        background-color: transparent;
    }

    #nav-toggle.active span:before, #nav-toggle.active span:after {
        top: 0;
    }

    #nav-toggle.active span:before {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #3497db;
    }

    #nav-toggle.active span:after {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #3497db;
    }
    footer .title {
        font-size: 11px;
        margin-top: 20px;
    }
    footer ul li {
        margin-bottom: 20px;
    }
    footer ul li a {
        font-size: 14px;
        font-weight: 500;
    }
    .socials {
        margin-top: 20px;
    }
    .copyrights.p {
        text-align: center;
        float: none !important;
    }
    .basement {
        text-align: center;
    }
    .steps-holder .item {
        display: block;
    }
    .steps-holder .item .num {
        display: block;
        margin: auto;
        padding: 20px 0;
    }
    .steps-holder .item .text {
        text-align: center;
        margin-top: 20px;
        display: block;
    }
    .price-table .nav.nav-tabs li {
        width: 100%;
    }
    .price-table .nav.nav-tabs li a:before {
        content: none;
    }
}

/* Responsive */

@media (min-width: 992px) and (max-width: 1200px) {}

@media (min-width: 768px) and (max-width: 991px) {
    .table-holder {
        width: 100%;
        display: block;
    }
    .table-cell {
        margin-bottom: 20px;
        display: block;
    }
    .table-holder .table-cell:last-child {
        margin-bottom: 0;
    }
    .container {
        width: 100% !important;
    }
    .top-navigation .pull-right {
        float: none !important;
        text-align: center;
    }
    .hero {
        text-align: center;
    }
    .calc-modification {
        width: 500px;
        float: none !important;
        margin: auto;
    }
    .calc-modification .holder {
        padding: 15px 10px;
    }
    .calc-modification .calc-bottom-blocks {
        display: block;
    }
    .calc-modification .calc-bottom-blocks {
        text-align: center;
        font-size: 14px;
    }
    .calc-modification .page-title {
        margin-right: 0;
        font-size: 14px;
    }
    .calc-modification #words_count_tr {
        margin-left: 0;
        margin-top: 15px;
        font-size: 14px;
    }
    .calc-modification .holder .btn-primary {
        padding: 10px 15px;
        line-height: 1;
    }
    .cell .lead-text {
        font-size: 42px;
    }
    #accordion {
        padding: 20px;
    }
    .cta-order,
    .cta-contacts {
        text-align: center;
    }
    .cta-order .text {
        display: block;
        margin-bottom: 20px;
    }
    .cta-order .btn-secondary {
        padding: 20px 50px;
        font-size: 20px;
    }
    .inquiry-holder .btn {
        padding: 20px 50px;
        font-size: 20px;
    }
    .inquiry-holder .img-responsive {
        width: 50px;
        height: 50px;
    }
    .cta-contacts .text-left {
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
    footer .title {
        font-size: 11px;
        margin-top: 20px;
    }
    footer ul li a {
        font-size: 14px;
        font-weight: 500;
    }
    .socials {
        margin-top: 20px;
    }
    .copyrights.p {
        text-align: center;
        float: none !important;
    }
    /* aside */
    .panel-services .panel-body .left_menu {
        padding-left: 20px;
        background-position: 10px 5px;
    }
    #ontext1 {
        padding-left: 65px !important;
    }
    .paycard-icon .fa {
        font-size: 27px;
    }
    /* footer */
    footer ul li a {
        font-size: 12px;
        font-weight: 300;
    }
    .basement {
        padding: 10px 0;
    }
    .copyrights {
        text-align: center;
        line-height: 1;
    }
    .verification-holder .v-left,
    .verification-holder .v-right {
        width: 200px;
    }
    .chat-fixed {
        display: none;
    }
    .contact-info {
        background-position: 320px 0px;
    }
    .contact-btns .btn {
        display: block;
        width: 200px;
        margin: 10px auto;
    }
    .contact-btns .btn:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .hero {
        background-size: inherit;
        background-position: -550px 0;
    }
    .table-holder,
    .table-cell {
        display: block;
    }
    .top-navigation {
        text-align: center;
    }
    .top-navigation .nav-part {
        margin: 0 2px;
    }
    .top-navigation .nav-part a,
    .top-navigation .nav-part button,
    .top-navigation .nav-part .main-phone {
        font-size: 12px;
        padding: 0;
    }
    .top-navigation .nav-part.number {
        margin-left: 0;
    }
    .top-navigation .nav-part .chat-icon .img-responsive {
        display: none;
    }
    .top-navigation .container .pull-right {
        float: none !important;
    }
    .cell span {
        font-size: 14px;
    }
    .cell {
        text-align: center;
    }
    .cell .lead-text {
        margin-bottom: 10px;
        font-size: 36px;
    }
    .calc-modification {
        width: 100%;
        float: none;
        margin: 20px auto 0;
    }
    .calc-modification .calc-title {
        font-size: 16px;
    }
    .calc-modification .holder .b-right {
        border-right: none;
        border-bottom: 1px solid #e3e2e2;
        padding-bottom: 10px;
    }
    .calc-modification .right-title {
        padding-top: 10px;
    }
    .calc-modification select.form-control {
        height: 40px;
        font-size: 15px;
    }
    .calc-modification .calc-bottom-blocks {
        display: block;
    }
    .calc-modification .calc-bottom-blocks {
        text-align: center;
        font-size: 14px;
    }
    .calc-modification .page-title {
        margin-right: 0;
        font-size: 14px;
    }
    .calc-modification #words_count_tr {
        margin-left: 0;
        margin-top: 15px;
        font-size: 14px;
    }
    .calc-modification .holder .btn-primary {
        padding: 15px 35px;
        font-size: 16px;
    }
    .calc-modification .current-num {
        margin: 15px 0;
    }
    .benefits ul li {
        display: block;
        border-right:none;
        margin-bottom: 5px;
    }
    .cta-contacts ul li {
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .cta-contacts ul li a {
        font-size: 16px;
    }
    .cta-order,
    .cta-contacts {
        text-align: center;
    }
    .cta-order .text {
        display: block;
        margin-bottom: 20px;
    }
    .cta-order .btn-secondary {
        padding: 20px 50px;
        font-size: 20px;
    }
    .inquiry-holder .btn {
        padding: 20px 50px;
        font-size: 20px;
    }
    .inquiry-holder .img-responsive {
        width: 50px;
        height: 50px;
    }
    #accordion {
        padding: 15px;
    }
    .accordion .secure-medals .item {
        margin-bottom: 30px;
    }
    .accordion .secure-medals .item:last-child {
        margin-bottom: 0;
    }
    aside {
        padding-top: 0;
    }
    /* navbar */
    .navbar-nav {
        text-align: center;
    }
    .navbar-nav>li>a {
        font-size: 14px;
    }
    .navbar-nav .btn-primary {
        font-size: 14px;
        float: none !important;
        padding: 10px 20px;
    }
    .navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:focus{
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
        background: none;
        border: none;
    }
    .navbar-header .navbar-toggle{
        border: none;
        padding: 0;
        margin-top: 14px;
        margin-bottom: 5px;
    }
    #nav-toggle {
        cursor: pointer;
    }
    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
        background: #232323;
    }
    #nav-toggle {
        position: relative;
        display: inline-block;
        width: 35px;
        height: 25px;
        z-index: 9999999;
    }
    #nav-toggle span {
        position: absolute;
        left: 0;
        top: 10px;
    }
    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
        position: absolute;
        display: block;
        content: '';
        height: 3px;
        width: 35px;
        border-radius: 1px;
        cursor: pointer;
    }
    #nav-toggle span:before {
        top: -10px;
    }
    #nav-toggle span:after {
        bottom: -10px;
    }
    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    #nav-toggle.active span {
        background-color: transparent;
    }
    #nav-toggle.active span:before, #nav-toggle.active span:after {
        top: 0;
    }
    #nav-toggle.active span:before {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #232323;
    }
    #nav-toggle.active span:after {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #232323;
    }
    footer .img-responsive {
        margin: auto;
    }
    footer .sub-nav {
        text-align: center;
    }
    footer .title {
        font-size: 18px;
        margin-top: 20px;
        color: #e88c20;
    }
    footer ul li {
        margin-bottom: 10px;
        margin-top: 10px;
        padding: 5px 0;
    }
    footer .apps-link {
        margin-bottom: 20px;
    }
    .apps-link .img-responsive {
        margin: auto;
    }
    footer ul li a {
        font-size: 16px;
        font-weight: 300;
    }
    .socials {
        margin-top: 20px;
    }
    .copyrights.p {
        text-align: center;
        float: none !important;
    }
    .basement {
        text-align: center;
    }
    .steps-holder .item {
        display: block;
    }
    .steps-holder .item .num {
        display: block;
        margin: auto;
        padding: 20px 0;
    }
    .steps-holder .item .text {
        text-align: center;
        margin-top: 20px;
        display: block;
    }
    .price-table .nav.nav-tabs li {
        width: 100%;
    }
    .price-table .nav.nav-tabs li a:before {
        content: none;
    }
    .chat-fixed {
        display: none;
    }
    .verification-holder .v-step-bottom .v-side {
        padding-right: 120px;
    }
    .contact-btns .btn {
        border-radius: 3px !important;
        float: none;
        display: block;
        width: 200px;
        margin: 10px auto;
    }
    .contact-info .phone-line {
        font-size: 18px;
    }
    .wtu-tabs.nav.nav-tabs li a {
        padding: 10px 10px;
    }
    .btns-block .btn-group .btn {
        border-radius: 3px !important;
        margin-bottom: 5px;
    }
    .contact-info {
        background: none;
    }
    .accordion .secure-medals .item:first-child {
        margin-top: 0px;
    }
    .accordion .secure-medals .item:last-child {
        margin-top: 0px;
    }
}