h1,
h2 {
    font-size: 30px;
}

h1 {
    color: #023650;
}

h2 {
    color: #2a9fed;
}

.fake_h1 {
    color: #003715;
    text-transform: uppercase;
    font: 46px impact, Charcoal, 'Russo One', sans-serif;
    margin: 0;
    padding: 0;
}

.c-excrement1 {
    padding-top: 20px;
}

.c-excrement1 h2 {
    text-align: left;
    margin-bottom: 20px;
}

.c-excrement1 table {
    margin: 0 auto;
}

.c-section {
    padding: 20px 0;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col,
.col-6,
.col-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.t-a-c {
    text-align: center;
}

.d-f {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
}

.j-c-c {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.a-i-c {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

.m-0 {
    margin: 0;
}

.f-w-b {
    font-weight: bold;
}

.c-btn,
a.c-btn,
input.c-btn,
button.c-btn {
    background: #2a9fed;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 16px;
    text-align: center;
    outline: none;
    border: none;
    border-bottom: 6px solid #2181c2;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    transition: .3s;
}

.c-btn:hover,
a.c-btn:hover,
input.c-btn:hover,
button.c-btn:hover {
    background: #62b8f1;
}

.podarok_link {
    background-image: url("/images/new/fon_podarok1.png");
    background-position: -115px;
}

.podarok_link:hover {
    background-image: url("/images/new/fon_podarok2_hover.png");
    background-position: -115px;
}

.color-green {
    color: #2e944b;
}

.c-utp {
    background: #2a9fed;
}

.c-utp__img {
    height: 80px;
}

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

.c-utp__title {
    font-size: 16px;
    line-height: 1.7;
    font-weight: bold;
    color: #fff;
    margin: 10px 0 0 0;
    position: relative;
}

.c-utp__title::before {
    position: relative;
    content: '';
    display: block;
    background: #6bc2fb;
    height: 3px;
    width: 46px;
    margin: 0 auto;
}

.c-card-block {}

.c-card-block h2 {
    /*font-size: 18px;*/
    color: #484d50;
}

.c-card-block__desc {
    color: #64666a;
    font-size: 18px;
    margin: 15px 0;
}

.c-card-block__alert {
    font-size: 18px;
    line-height: 1.4;
    margin: 30px 0;
    padding-left: 80px;
    background: url("/images/new/ico/svg-alert.svg") left no-repeat;
}

.c-card-block__alert p {
    margin: 0;
}

.c-card__img {
    height: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
}

.c-card__img a {
    display: flex;
}

.c-card__img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.c-card__items {}

.c-card__item {
    box-shadow: 0 0 30px 4px rgba(51, 51, 51, 0.2);
    /*border: 5px solid #fff;*/
}

.c-card__title {
    text-align: center;
    padding: 20px 10px;
    font-size: 17px;
    /*24px;*/
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    background: #2e944b;
    color: #fff;
}

.c-card__title a {
    color: #fff !important;
}

.c-card__name {
    font-size: 20px;
    font-weight: bold;
    color: #2a9fed;
    text-transform: uppercase;
    margin: 0;
    /*padding: 20px 20px 0;*/
}

.c-card__desc {
    padding: 20px 10px;
}

.c-card__desc ul p {
    margin: 0;
    font-size: 15px;
    line-height: 1.2;
}

.c-card__desc ul {
    list-style: none;
    padding: 0;
}

.c-card__bottom {
    font-size: 18px;
    color: #2a9fed;
    font-weight: bold;
    margin: 10px 0;
}

.c-card__cost {
    font-size: 24px;
    font-weight: bold;
    color: #484d50;
    margin: 10px 0;
    text-align: center;
}

.c-form input[type="text"],
.c-form input[type="tel"],
.c-form input[type="email"] {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    color: #fff;
    font-size: 17px;
    height: 40px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.c-form input[type="text"],
.c-form input[type="tel"] {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left;
}

.c-form input[type="text"] {
    background-image: url("/images/new/ico/svg-user.svg");
}

.c-form input[type="tel"] {
    background-image: url("/images/new/ico/svg-phone.svg");
}

.c-form input::placeholder {
    color: #fff;
    font-size: 17px;
}

.c-form .c-btn {
    background: #ff9710;
    border-color: #c36c0f;
    margin: 20px 0;
}

.c-form .c-btn:hover {
    background: #f99e29;
}

.c-form label a {
    color: inherit;
    font-size: inherit;
}

.c-form label a:hover {
    text-decoration: none;
}

.c-gauger {
    background-image: url("/images/new/bg1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.c-gauger__title {
    font-size: 47px;
    line-height: 1.2;
    margin: 0;
    font-family: impact;
}

.c-gauger__left,
.c-gauger__right {
    padding: 20px;
}

.c-gauger__left {
    background: #2e944b;
}

.c-gauger__desc {
    margin-top: 10px;
}

.c-gauger__left .c-gauger__title {
    color: #fff;
}

.c-gauger__left .c-gauger__desc {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    opacity: .5;
}

.c-gauger__right .c-gauger__title {
    color: #ffca10;
}

.c-gauger__right .c-gauger__desc {
    font-size: 18px;
    color: #ff9710;
}

.c-gauger ul {
    padding-left: 30px;
    list-style: none;
}

.c-gauger li {
    position: relative;
    color: #fff;
    font-size: 20px;
}

.c-gauger li::before {
    position: absolute;
    content: '';
    left: -25px;
    top: 13px;
    display: inline-block;
    background: #ffca10;
    height: 8px;
    width: 8px;
    border-radius: 50%;
}

.c-ral__desc {
    font-size: 18px;
    line-height: 1.5;
    margin: 10px 0 35px;
}

.c-advantages {}

.c-advantages__item {
    margin-bottom: 15px;
    margin-top: 15px;
}

.c-advantages__title {
    position: relative;
    font-weight: bold;
    margin: 0;
    font-size: 20px;
}

.c-advantages__title::before {
    content: '';
    /*position: absolute;
    left: -25px;
    top: 13px;*/
    display: inline-block;
    background: #2e944b;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin: 0 10px 2px 0;
}

.c-advantages__desc {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

.c-stages {}

.c-stages__item {
    margin: 15px 0;
}

.c-stages__ico {
    position: relative;
    margin-right: 25px;
}

.c-stages__num {
    position: absolute;
    border-radius: 50%;
    font-family: impact;
    font-size: 20px;
    background: #2a9fed;
    color: #fff;
    top: -8px;
    right: -8px;
    width: 32px;
    height: 32px;
}

.c-stages__text {}

.c-stages__title {
    font-weight: bold;
    margin: 0;
    font-size: 20px;
}

.c-stages__desc {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

#content-14-left {
    margin-top: 30px;
}

#main-1-sht #content-14-right {
    margin-top: 50px;
}

#breadcrumb {
    display: flex;
    flex-wrap: wrap;
}

#breadcrumb li {
    list-style: none;
    margin: 0px;
    display: flex;
}

#breadcrumb li:first-of-type a {
    padding-left: 0px;
}

@media (min-width: 1200px) {
    #header {
        width: 1200px;
    }
    .header-office {
        /*padding-left: 100px;*/
    }
    nav {
        /*padding-left: 30px;*/
        /*width: 600px;*/
    }
    li.menu_lvl_1>a {
        /*font-size: 23px;*/
    }
    #breadcrumb {
        width: 1200px;        
    }    
    
    .c-excrement2 {
        width: 1200px;
    }
    #main-6 {
        width: 1200px;
    }
    .container {
        width: 1200px;
    }
}

@media (max-width: 1199px) {
    #header {
        width: 100%;
    }
}

@media (max-width: 999px) {
    .relink_container,
    #breadcrumb,
    #footer,
    #main-6,
    #main-22,
    #main-28,
    #main-34 {
        width: 100%;
    }
    body {
        background: none;
    }
}

@media (max-width: 991px) {
    .header-office {
        font-size: 16px;
    }
    nav {
        /*max-width: 350px;*/
        top: 70px;
        position: absolute;
        height: auto;
        border-radius: 0;
    }
    li.menu_lvl_1>a {
        font-size: 16px;
    }
    h1,
    h2 {
        font-size: 30px;
    }
    .c-utp__title {
        font-size: 16px;
    }
    .c-card__title {
        font-size: 16px;
    }
    .c-card__name {
        font-size: 15px;
    }
    .c-card__cost {
        font-size: 20px;
    }
    .c-btn,
    a.c-btn,
    input.c-btn,
    button.c-btn {
        font-size: 15px;
    }
    .c-gauger__title {
        font-size: 32px;
    }
    .c-gauger li {
        font-size: 18px
    }
    #content-14-left {
        width: 330px;
    }
    #content-14-right {
        width: calc(100% - 370px);
    }
    #header_right-1 {
        margin-top: 5px;
    }
    .fake_h1 {
        font-size: 26px;
    }
    #content-14-right p.promo {
        font-size: 18px;
    }
    #content-14-right span.price-new {
        font-size: 24px;
    }
    #content-14-right li {
        font-size: 18px;
        line-height: 1;
    }
    #content-14-right .arrows-akcia-top {
        top: 245px
    }
    #footer-left {
        min-height: auto;
    }
    #footer-right {
        width: 100%;
    }
    .relink {
        padding: 20px;
    }
    .h2-imitation {
        font-size: 30px !important;
    }
}

@media (max-width: 767px) {
    #moffice-wrap {
        display: none;
    }
    .header-office {
        display: none;
    }
    .header-office {
        padding: 5px 0;
    }
    nav {
        left: 20%;
    }
    h1,
    h2 {
        font-size: 24px;
    }
    .c-card__item {
        margin: 10px 0;
    }
    .c-gauger .container {
        max-width: none;
    }
    #content-11-left {
        width: 100%;
        float: none;
    }
    #content-11-right {
        width: 100%;
        float: none;
    }
    #main-21 {
        height: 100%;
    }
    #content-11-right .map-arrows {
        display: none;
    }
    #header-wrap {
        height: 113px;
        /*overflow: hidden;*/
    }
}

@media (max-width: 383px) {
    #header-wrap {
        position: fixed;
        height: 120px;
    }
}

@media (max-width: 243px) {
    #header-wrap {
        position: fixed;
        height: 135px;
    }
}

@media (max-width: 575px) {
    nav {
        left: 0;
        max-width: 100%;
    }
    li.menu_lvl_1 {
        width: 100%;
    }
    #header_left {
        max-width: 13%;
    }
    #header_left img {
        width: 100%;
    }
    #header_right-1 p {
        text-align: left;
    }
    #header_right {
        margin: 0;
    }
    #header_right-1 {
        position: absolute;
        width: 50%;
        left: 19%;
        text-align: right;
        padding-right: 5px;
    }
    #header_right-1 a.phone {
        font-size: 14px;
    }
    a.calc-link:link,
    a.calc-link:hover,
    a.calc-link:visited {
        font-size: 11px;
    }
    nav {
        top: 100px;
        width: 100%;
    }
    #header-wrap {
        position: fixed;
        height: 126px;
    }
    #bread-wrap {
        top: 140px;
    }
    #main {
        margin-top: 190px;
    }
    #main-1-sht #content-14-right {
        float: none;
        width: 100%;
        padding: 15px;
    }
    #content-14-right {
        /* height: 570px; */
    }
    #content-14-right .arrows-akcia-top {
        top: 300px;
    }
    #content-14-left {
        max-width: 100%;
        margin: 0 auto;
        float: none;
    }
    #main-1-sht {
        background: #00be4a;
    }
    #main-28,
    #main-1-sht {
        height: auto;
    }
    #main-28 {
        padding-bottom: 15px;
        background: none;
    }
    #main-5 {
        display: none;
    }
    .c-card-block__alert {
        background-position: top left;
    }
    .c-gauger li {
        margin: 0;
    }
    #content-18 p {
        font-size: 14px;
    }
    #content-18 li {
        display: block;
        width: 100%;
    }
    #main-33 {
        height: auto;
    }
    #content-11-right-wrap {
        margin: 0;
    }
    .relink {
        display: none;
    }
    #content-11-right {
        display: none;
    }
}

@media (max-width: 576px) {
    #main-1-pk {
        height: auto;
    }
    #main-2-pk {
        width: auto;
        height: auto;
    }
    #content-1-pk-left {
        width: auto;
        margin-right: 0;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #content-14-right {
        height: auto;
        width: auto;
        padding-top: 40px;
    }
}

.c-section.c-card-block .c-card__title a {
    font-weight: bold;
    color: #ffdc88;
    font-size: 14px;
    text-decoration: none;
}

.c-gauger__left .c-gauger__title,
.c-gauger__right .c-gauger__title {
    font-size: 30px;
    margin-bottom: 10px;
}

body .c-card__item .c-card__desc {
    padding-top: 0;
}

body .c-card__desc li {
    margin-top: 3px;
    margin-bottom: 0px;
}

body .c-card__item .c-card__desc ul {
    margin-bottom: 4px;
    margin-top: 3px;
}

body .c-card__item .c-btn,
body .c-card__item a.c-btn {
    font-size: 16px;
    margin-top: 4px;
    padding: 9px;
    color: #fff
}

body .c-card__item .c-btn.red,
body .c-card__item a.c-btn.red {
    background: #ff9000;
    border-bottom: 6px solid #dd6f0e;
}

body .c-card__item .c-btn.red:hover {
    background: #ffa42f;
}

@media (max-width: 367px) {
    #header-wrap {
        height: 148px;
    }
}

@media (max-width: 328px) {
    #header-wrap {
        height: 166px;
    }
}

@media (max-width: 768px) {
    div#content-14 {
        display: flex;
        flex-direction: column;
    }
    div#content-14-right {
        order: 1;
    }
    div#content-14-left {
        order: 2;
    }
    #main-1-sht #content-14-right {
        margin-top: 0px;
    }
}