html,
body {
    height: 100%;
    width: 100%;
    font-size: 14px;
}
.section_1 {
    overflow: hidden;
}
.section_2,
.section_3,
.section_4,
.section_5,
.section_6,
.section_7,
.section_8,
.section_9,
.section_10,
.section_11 {
    padding: 0 20px;
    overflow-y: hidden;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
.wrap > .container {
    padding: 30px 15px 20px;
}
.footer {
    height: auto;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.jumbotron {
    text-align: center;
    background-color: transparent;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
.not-set {
    color: #c55;
    font-style: italic;
}
/* add sorting icons to gridview sort links */

a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}
a.asc:after {
    content: "\e151";
}
a.desc:after {
    content: "\e152";
}
.sort-numerical a.asc:after {
    content: "\e153";
}
.sort-numerical a.desc:after {
    content: "\e154";
}
.sort-ordinal a.asc:after {
    content: "\e155";
}
.sort-ordinal a.desc:after {
    content: "\e156";
}
.grid-view td {
    white-space: nowrap;
}
.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}
.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */

.nav li > form > button.logout {
    padding: 15px;
    border: none;
}
.nav > li > a {
    border-bottom: 3px solid transparent;
    padding-bottom: 5px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
    border-color: #fff;
    border-radius: 2px;
}
@media(max-width:767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}
.nav > li > form > button.logout:focus {
    outline: none;
}
.short-text {
    font-size: 18px;
    margin-top: 10px;
    max-height: 270px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}
.short-text:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 5em;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.section_1 {
    background-color: rgba(255, 255, 255, 0.98);
    padding-top: 0px;
    padding-bottom: 0px;
    color: #444444;
    z-index: 1000;
    width: 100%;
}
.section_1.hide-menu {
    position: fixed;
    border-bottom: 2px solid #59708e;
    top: 0;
    left: 0;
}
.section_1.hide-menu .col-lg-1,
.section_1.hide-menu .work_time:not(.phones) h3 {
    display: none;
}
.section_1.hide-menu .work_time:not(.phones) p:first-of-type {
    margin-top: 12px;
    margin-bottom: 10px;
}
.section_1.hide-menu .nav li,
.section_1.hide-menu .work_time {
    padding-top: 0;
    padding-bottom: 0;
}
.section_1.hide-menu .nav li a {
    line-height: 55px;
}
.section_3 {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
}
.work_time {
    text-align: center;
    font-weight: bold;
    line-height: 1;
    font-size: 18px;
    padding-top: 10px;
}
.work_time h3 {
    margin-top: 0;
    color: #444;
    font-size: 20px;
    margin-bottom: 3px;
}
.work_time p {
    font-size: 16px;
}
.work_time p a {
    color: #fff;
}
.phones p:first-of-type {
    margin-top: 12px;
    margin-bottom: 10px;
}
.forms {
    padding: 0 35px 18px;
    color: #97a4b2;
    font-size: .875em;
    position: relative;
    width: 70%;
    display: inline-block;
    /*background: rgba(126, 126, 126, .6);*/
    
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.forms label,
.forms select {
    margin-top: 20px;
    display: block;
}
.forms input,
.forms select {
    background-color: #eaeaea;
    color: #757575;
    height: 32px;
    display: block;
    width: 100%;
    border: none;
    -webkit-box-shadow: -3px 0 #59708e;
    box-shadow: -3px 0 #59708e;
    text-indent: 10px;
    padding: 4px 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: 700;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.forms_little {
    font-size: .875em;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}
.forms_little label {
    margin-left: 30px;
    vertical-align: text-top;
}
.forms_little input {
    background-color: #eaeaea;
    color: #444!important;
}
.forms_little input {
    display: block;
    width: 100%;
    border: none;
    -webkit-box-shadow: 0 -3px #1F2A36;
    text-indent: 10px;
    padding: 4px 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    font-size: 1.25em;
    box-shadow: -3px 0 #1d6a79;
}
.inline_button {
    display: inline-block;
    margin-left: 100px;
    vertical-align: middle;
}
.buttons {
    display: inline-block;
    border: none;
    font-size: 1.6em;
    padding: 11px 67px;
    border-bottom: #b0c4de 3px solid;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #59708e;
    color: #fff;
    position: relative;
}
.forms h3 {
    text-align: center;
    font-size: 28px;
}
.button-wrap {
    margin-top: 10px;
    text-align: center;
}
.rotate {
    text-transform: uppercase;
    margin: 30px 0px;
    background: #59708e;
    color: #fff;
    font-weight: 700;
    font-size: 1.3em;
    text-align: center;
    transition: all 0.3s ease;
    line-height: 2.5;
    position: relative;
}
.stage-scaled {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    letter-spacing: 1px;
}
.section_4 .h1,
.section_4 h4,
.section_5 .h1,
.section_5 h4,
.section_6 .h1,
.section_6 h4,
.section_7 .h1,
.section_7 h4,
.section_8 .h1,
.section_9 .h1,
.section_9 h4,
.section_10 .h1,
.section_10 h4,
.section_11 .h1,
.section_11 h4 {
    text-align: center;
}
.homesect {
    padding-top: 35px;
    position: relative;
}
.homesect .section-head {
    margin-bottom: 25px;
    color: #444;
    text-align: center;
}
.allcar li {
    list-style-type: none;
    font-size: 15px;
    line-height: 1.6;
    position: relative;
}
.allcar li a {
    color: #121221;
}
.section_3_right li {
    position: relative;
    list-style-image: url('/uploads/images/default/icons/checked-symbol.svg');
}
.s2-items-container {
    text-align: center;
}
.s2-item-wrap.on {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.s2-item-wrap {
    display: inline-block;
    padding: 0 0;
    =: 185px vertical-align: top;
}
.s2-items .s2-item {
    text-align: center;
    color: #111;
    margin-bottom: 69px;
    display: block;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    min-height: 260px;
}
.s2-items .s2-item>span {
    display: block;
}
.s2-items .img-wrap {
    padding-bottom: 15px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    line-height: 60px;
    /* max-height: 90px; */
}
.s2-items .img-wrap img {
    max-width: 90px;
    max-height: 90px;
    width: auto;
}
.s2-items .s2-item>span {
    display: block;
    position: relative;
}
.s2-items .s2-item-text {
    font-size: 19px;
}
.section_7 {
    padding-top: 20px;
    padding-bottom: 50px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    text-align: center;
}
.section_7 img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    position: relative;
}
article.section_8 {
    background: #86cfdc;
    padding: 20px 0;
    color: #444;
}
.bl {
    text-align: center;
    float: left;
    margin: 10px 0;
    padding: 0px 10px 20px;
}
.mid {} .number {
    font-size: 3em;
    padding: 0 0 10px;
    font-weight: bold;
}
.section_9 fieldset {
    margin-top: 15px;
    display: inline-block;
    padding: 10px;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}
.section_9 p:first-of-type {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    font-size: 22px;
    line-height: inherit;
    color: #59708e;
    text-align: center;
    margin-bottom: 10px;
    /* border-bottom: 1px solid #ddd; */
}
.section_10 {
    padding-top: 20px;
    padding-bottom: 45px;
}
.section_10 .forms {
    border-top: none;
    padding: 0 10px;
    width: 100%;
}
.section_10 .forms input,
.section_10 .forms select,
.section_10 .forms textarea {
    font-size: 1.25em;
    background-color: #f5f5f5;
}
.forms textarea {
    margin-top: 21px;
    display: block;
    width: 100%;
    border: none;
    -webkit-box-shadow: 0 -3px #59708e;
    box-shadow: -3px 0 #59708e;
    text-indent: 10px;
    padding: 2px 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 1.25em;
    background-color: #eaeaea;
    color: #333;
    resize: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.forms textarea::-webkit-input-placeholder,
.forms input[type='text'] {
    font-weight: 700;
}
.section_10 .button-wrap {
    margin-top: 26px;
}
.section_10 .buttons {
    display: inline-block;
    padding: 27px 62px;
}
.section_10 .col-md-5,
.section_10 .col-md-4,
.section_10 .col-md-3 {
    padding: 0 10px;
}
.mapblock {
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.map1 {
    margin-top: 20px;
    margin-bottom: 25px;
}
.section-bottom1 {
    background: #fff;
    color: #121212;
    font-size: 1.5em;
    text-align: center;
    line-height: 1;
    padding: 25px 10px;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 3px 5px 10px #59708e;
}
.section-bottom1:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.mapblock .section-bottom1 a {
    color: #121212;
    padding-top: 10px;
}
.section_11 {
    padding: 20px 0 50px;
    background-color: #fff;
}
.section_11 a {
    text-decoration: none;
}
.forms input:focus,
.forms select:focus,
.forms textarea:focus,
.forms_little input:focus {
    -webkit-box-shadow: 0 -5px lightsteelblue;
    box-shadow: 0 -5px lightsteelblue;
}
.buttons:hover {
    background-color: #7193bf;
}
/*////////////FOOTER////*/

.page-footer {
    background-color: #444;
    padding-bottom: 50px;
}
.page-footer .left-footer h2 {
    color: #7fafee;
}
.page-footer .left-footer p {
    color: #ffffff;
}
.page-footer .right-footer p:first-letter {
    color: #7fafee;
    font-size: 20px;
    font-weight: bold;
}
.foter-text_left {
    margin-top: 50px;
    margin-bottom: 0px;
}
.foter-text_right {
    margin-bottom: -20px;
    margin-top: 65px;
}
.page-footer .right-footer h2 {
    color: #f39f18;
}
.page-footer .right-footer p {
    color: #ffffff;
}
.foter-text_right img {
    width: 50px;
    height: auto;
    border-radius: 50%;
}
.page-footer .nav > li > a {
    padding: 0px;
}
.page-footer .nav li a {
    font-size: 14px;
}
/*////////////////////////*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.cont {
    margin: 0 auto;
    display: inline-block;
}
.section_2 {
    min-height: 500px;
    height: 100vh;
    background-color: transparent;
    text-align: center;
}
.section_2.hide-menu {
    padding-top: 110px;
}
.section_2 h1,
.section_2 h2 {
    text-align: center;
    text-shadow: 0 0 10px #000;
    color: #fff;
    text-transform: uppercase;
}
.section_2 h1 {
    margin-top: -30px;
    font-size: 60px;
    font-weight: bold;
}
.section_2 h2 {
    font-size: 35px;
    margin-top: 10px;
}
.section_3 p {
    text-align: center;
    padding: 0 10%;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}
.section_3 h1 {
    margin-top: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.nav {
    margin-right: 30px;
}
.nav li a {
    text-transform: uppercase;
    margin: 0 0 0 10px;
}
.nav > li > a {
    padding: 8px 10px;
}
.nav {
    float: left;
}
.nav li {
    float: left;
    padding: 28px 13px;
}
.nav li a,
#touch-menu {
    display: block;
    font-size: 18px;
    color: #444;
    padding-bottom: 2px;
}
#touch-menu {
    display: none;
}
@media (max-width: 991px) {
    body {
        padding-top: 60px
    }
    .section_1 {
        z-index: 10000;
        background-color: #ffffff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 59px;
        overflow: visible;
    }
    .section_2 {
        position: relative;
        top: -1px;
    }
    .logo {
        display: none;
    }
    .nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        margin: 0;
    }
    .nav li {
        float: none;
    }
    .nav li a {
        padding: 12px 15px;
        color: #666;
        border-top: 1px solid #eee;
        border-left: 3px solid transparent;
        background: #fff;
        margin: 0;
        font-size: 14px;
    }
    .nav li:first-child a {
        border-top: none;
    }
    .nav li a:hover {
        color: #333;
        border-left: 3px solid #515572;
        background: #f0f0f0;
    }
    #touch-menu {
        display: block;
        float: right;
        height: 50px;
        margin: -10px 0;
        padding: 12px 15px;
        font-size: 25px;
        padding-top: 28px;
    }
    .work_time h3 {
        display: none;
    }
    .work_time {
        padding-top: 16px;
    }
    .phones p:first-of-type {
        margin-top: 0;
        margin-bottom: 3px;
    }
    .section_1 .col-xs-offset-1 {
        margin-top: -58px;
    }
    .section_1 .col-md-7 {
        height: 100%;
    }
}
*:focus {
    outline: none !important;
}
.form-wrapper {
    border-top: 3px solid #1d6a79;
}
.bx-wrapper {
    border: 5px solid #1d6a79;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 auto 60px;
}
.header-top {
    color: #333;
    text-align: left;
}
.section_3_right {
    color: #444;
    font-size: 20px;
    line-height: 2;
}
.section_3 h3 {
    display: block;
    padding-bottom: 4px;
    font-size: 29px;
    color: #333;
    text-align: center;
}
.logo a img {
    width: 100%;
    height: auto;
    max-width: 130px;
}
.work_time p {
    margin-bottom: 3px;
}
.logo {
    text-align: center;
    padding: 5px 0;
}
.section_4 {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #86cfdc;
    color: #444;
}
.section_3_right li:not(:last-of-type):after {
    /* content: "●"; */
    display: block;
    line-height: 20px;
    position: relative;
    font-size: 30px;
    color: #59708e;
}
.section_9 {
    background-color: #fff;
    padding-bottom: 40px;
    padding-top: 20px;
}
#counter .text {
    font-size: 21px;
    text-align: center;
}
.section_4 .col-md-4 {
    padding: 0 36px;
}
.rotate:after {
    right: -52px;
    content: "";
    position: absolute;
    top: -3px;
    height: 100%;
    border: 25px solid transparent;
    border-left: 30px solid #59708e;
    border-radius: 10px;
}
.rotate:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0px;
    height: 100%;
    border: 22px solid #59708e;
    border-left: 30px solid transparent;
}
.stage-scaled.rotate:before,
.stage-scaled.rotate:after {
    z-index: -1;
}
.section_5 {
    background-color: #fff;
    padding-bottom: 40px;
}
.section_5 .inline-form {
    text-align: center;
    margin-top: 40px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #1d6a79;
}
.benefits ul {
    line-height: 40px;
    display: inline-block;
    list-style: none;
    padding-left: 0;
}
.benefits li {
    line-height: 2;
    font-size: 22px;
}
.section_7 h4 {
    padding-top: 5px;
    margin-bottom: 20px;
    font-size: 24px;
}
.forms_little label:first-of-type {
    margin-left: 0;
    margin-right: 5px;
}
.forms_little:after {
    content: "";
    position: absolute;
    width: 30%;
    left: 35%;
    height: 4px;
    top: -10px;
    background-color: #1d6a79;
    display: none;
}
.section_3_right.benefits li:before {
    border-color: #1d6a79;
}
.section_10 form.forms:after {
    display: none;
}
.allcar li:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 10px;
    border: 3px solid #1d6a79;
    border-radius: 3px;
    display: block;
}
.foter-text_right p {
    margin-top: 60px;
}
footer .nav li a {
    color: #fff;
}
footer .nav li a:hover {
    color: #fff;
}
.section_9 fieldset:after {
    content: "";
    position: absolute;
    width: 26%;
    height: 3px;
    left: 37%;
    bottom: 0;
    background-color: #59708e;
}
.section_9 h4 {
    margin-bottom: 25px;
}
.section_9 fieldset p {
    font-size: 17px;
    padding: 0 13px;
}
.s2-items .s2-item>span.s2-item-text:after {
    content: "";
    width: 36%;
    height: 3px;
    background-color: #59708e;
    bottom: -15px;
    left: 32%;
    position: absolute;
}
.s2-items .s2-item>span.img-wrap {
    padding: 25px;
    border-radius: 50%;
    border: 3px solid #59708e;
    display: inline-block;
}
.s2-items span.s2-item-text {
    padding: 0px 5px;
    font-size: 18px;
    color: #fff;
    text-shadow: 0 0 5px #000;
}
.form-anchor {
    text-align: center;
    margin-top: 10px;
    margin-bottom: -15px;
    font-weight: 700;
    font-size: 14px;
    color: #444;
}
a:hover {
    text-decoration: none;
}
@media (max-width: 768px) {
    .rotate {
        transform: scale(.8);
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        -moz-transform: scale(.8);
        margin: 10px;
    }
    .stage-scaled {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
    }
    #stages .col-md-4 {
        overflow: hidden;
    }
    .section_10 .buttons {
        display: inline-block;
    }
    .section_10 .button-wrap {
        text-align: center;
    }
    .inline_button {
        margin-left: 0;
    }
    .section_3_right {
        font-size: 18px;
    }
    .section_7 h4 {
        font-size: 20px;
    }
    .section_3 p {
        font-size: 17px;
    }
    .container {
        width: 670px;
    }
}
@media (max-width: 670px) {
    .container {
        width: 100%;
    }
}
@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 28px;
    }
    h4 {
        font-size: 16px;
    }
    .allcar ul {
        padding-left: 25%;
    }
    .allcar li {
        font-size: 18px;
    }
    .forms_little label {
        margin-left: 0;
    }
    .s2-items .img-wrap img {
        max-width: 60px;
    }
    .s2-items span.s2-item-text {
        min-height: 0;
    }
    .section_7 {
        padding: 20px 20px 50px;
    }
    .section_7 h4 {
        font-size: 18px;
    }
    .benefits li {
        font-size: 18px;
    }
    #counter .text {
        font-size: 18px;
    }
    .bl {
        padding: 20px 10px;
    }
    .section_11 {
        padding: 50px 20px;
    }
    footer {
        padding: 0px 20px 50px;
    }
}
.parallax-window.homesect .section-head {
    text-shadow: 0 0 5px #000;
    color: #fff;
}
.section_3_right li {
    font-size: 22px;
}
.section_3_right ul {
    padding-left: 0;
    padding-top: 10px;
}
.benefits {
    text-align: center;
}
.benefits li:not(:last-of-type):after {
    content: "●";
    line-height: 10px;
    display: block;
    text-align: center;
    color: #86cfdc;
    text-shadow: none;
}
.section_7 .h1 {
    border-bottom: 3px solid #86cfdc;
    display: inline-block;
    padding-bottom: 5px;
}
.review-photo {
    margin-bottom: 10px;
    text-align: center;
}
.review-photo img {
    max-height: 130px;
    border-radius: 50%;
    display: inline-block;
}
.section_6 h2 {
    border-bottom: 3px solid #86cfdc;
    display: inline-block;
    padding-bottom: 5px;
}
.section_10 .h1, .section_10 h4 {
    color: #fff;
    text-shadow: 0 0 5px #000;
}
footer .nav li {
    padding: 5px;
}
footer .nav {
    margin-right: 0px;
} 
.btn.btn-calc {
    margin-top: -3px;
    margin-bottom: 80px;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    background-color: rgba(89, 112, 142, 0.76);
    padding: 10px 30px;
    transition: all 0.3s;
    background-color: rgba(16, 158, 40, 0.85);
    color: #fff;
}
.btn.btn-calc:hover {
    padding-top: 15px;
    margin-bottom: 75px;
}
@media(max-width:1800px) {
    .work_time h3 {
        font-size: 17px;
    }
    .nav li {
        padding: 20px 0;
    }
    .nav li a {
        padding-left: 0;
        font-size: 15px;
    }
    .work_time p {
        font-size: 13px;
    }
}
@media(min-width:992px) {
    .nav li a {
        font-size: 12px;
    }
    .foter-text_right.empty {
        margin-top: 200px;
    }
}
@media(min-width:1100px) {
    .work_time h3 {
        font-size: 17px;
    }
    .nav li a {
        font-size: 14px;
    }
    .work_time p {
        font-size: 13px;
    }
    .logo {
        padding: 10px 0;
    }
}
@media(min-width:1350px) {
    .nav li a {
        font-size: 16px;
    }
    .nav li {
        padding: 20px 2px;
    }
    .rotate {
        font-size: 1.5em;
    }
    .rotate:before {
        border-width: 26px;
    }
    .rotate:after {
        border-width: 29px;
        right: -56px;
    }
    .logo {
        padding: 5px 0;
    }
}
@media(min-width:1550px) {
    .work_time h3 {
        font-size: 19px;
    }
    .nav li a {
        font-size: 17px;
    }
    .work_time {
        padding-top: 14px;
    }
    .work_time p {
        font-size: 15px;
    }
    .nav li {
        padding: 26px 8px;
    }
}
@media(min-width:1600px) {
    .work_time h3 {
        font-size: 20px;
    }
    .nav li a {
        font-size: 18px;
    }
    .work_time p {
        font-size: 16px;
    }
}
.section_test {
    background-color: #59708e !important;
    color: #fff !important;
}
.section_test .nav li a {
    color: #fff !important;
}
.section_test .work_time h3 {
    color: #fff !important;
}
@media(max-width:992px) {
    .section_test .nav li a {
        color: #59708e !important;
    }
    .s2-items .s2-item {
        min-height: 240px;
        margin-bottom: 10px;
    }
    .section_3_right li {
        text-align: center;
    }
    .inline_button {
        display: block;
        margin-left: 0;
    }
    .forms_little {
        text-align: center;
    }
    .nav li {
        padding: 0 0;
        text-align: center;
    }
    div.main_form > .col-md-4:not(:first-of-type) {
        margin-top: -10px;
    }
}
@media(max-width:1200px) {
    .mapblock .section-bottom1 a {
        font-size: 18px;
    }
}
@media(max-width:576px) {
    .section_2 h1 {
        font-size: 40px;
    }
    .section_2 h2 {
        font-size: 28px;
    }
    .work_time p {
        font-size: 10px;
    }
    .work_time.phones p {
        font-size: 12px;
    }
    .mapblock .section-bottom1 a {
        font-size: 13px;
    }
    .section-bottom1 {
        min-height: 76px;
    }
    #touch-menu {
        margin: -10px 0 0 -20px;
        z-index: 1000;
        font-size: 20px;
    }
    .btn.btn-calc {
        padding: 10px 20px;
        font-size: 17px;
    }
    .section_3 {
        padding-top: 10px;
    }
    .section_3 h3, .section_9 p:first-of-type {
        font-size: 20px;
    }
    .forms {
        padding: 0;
        width: 100%;
    }
    .buttons {
        font-size: 18px;
        padding: 5px 25px;
    }
    .forms label, .forms select, h4, .h4 {
        margin-top: 15px;
    }
    .section_3_right li,
    .forms textarea::-webkit-input-placeholder, 
    .forms input[type='text'] {
        font-size: 15px;
    }
    .number {
        font-size: 2em;
    }
    #counter .text,
    .allcar li {
        font-size: 16px;
    }
    .s2-items span.s2-item-text,
    .benefits li {
        font-size: 14px;
        line-height: 1.5;
    }
    .allcar ul {
        padding-left: 8%;
    }
    .allcar .col-md-12 > div.col-md-3:not(:first-of-type) {
        margin-top: -10px;
    }
    .forms_little label {
        width: 100%;
    }
    .forms_little label:first-of-type {
        margin-right: 0;
    }
    .rotate {
        margin: 5px;
        font-size: 1em;
    }
    .rotate:before {
        border: 17px solid #59708e;
        border-left: 30px solid transparent;
    }
    .rotate:after {
        border: 20px solid transparent;
        right: -47px;
        border-left: 30px solid #59708e;
    }
    .section_7 h4 {
        font-size: 15px;
        font-weight: 700;
        line-height: 1.5;
    }
    .section_9 fieldset p {
        padding: 0 0;
        font-size: 14px;
    }
    .section_10 .buttons {
        padding: 8px 40px;
    }
    .foter-text_left, .foter-text_right,
    .foter-text_right p {
        margin-top: 20px;
    }
    .foter-text_right img {
        width: 40px;
    }
}
#link-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #59708e;
    border: 1px solid #59708e;
    background-color: #ffffff;
    font-size: 22px;
    display: none;
}
#link-to-top:hover {
    box-shadow: 0 0 3px 0px inset;
}
#link-anchor {
    padding: 12px 15px 14px;
    display: inline-block;
}
#link-anchor:active,
#link-anchor:focus,
#link-anchor:active:focus {
    text-decoration: none;
}
.panel {
    font-size: 16px;
    padding: 20px;
}
.btn-primary {
    background-color: #59708e;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 12px 24px;
}
/*●*/