h1 {
    font-family: Georgia, 'Times New Roman', Times, serif
}

body {
    color: #111;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-top: 70px;
    color: #222;
    font-size: 18px;
    word-wrap: break-word;
}

p {
    text-indent: 45px;
    padding: 15px 0
}

ul {
    padding: 15px;
    padding-left: 45px
}

.block {
    margin: 40px 0;
    padding: 25px 15px
}

.block.dark {
    background: #fffeee
}

a, a:visited {
    color: #40631d
}

a:hover {
    color: #40631d;
    text-decoration: underline
}

a.active {
    color: #fdbb30
}

button:focus {
    outline: none;
}

.header .main_menu .navbar-brand img {
    max-height: 25px
}

.header .main_menu .nav__utp .nav__utp__text {
    background-color: rgba(241, 196, 104, 0.38);
    line-height: normal;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 8px;
}

.header .header_banner {
    width: 100%;
    background: url("../img/header_m.jpg");
    background-position: center center;
    background-size: cover
}

.header_dark {
    background: rgba(0, 0, 0, 0.7);
    color: #eee;
    width: 100%;
    min-height: 300px;
    padding: 30px
}

.header_dark h1 {
    font-size: 40px;
    margin-bottom: 30px
}

.header_dark .header_banner_left {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #eee;
    font-size: 28px
}

.header_dark .header_banner_right .main-form {
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    padding: 15px 30px
}

.header_dark .header_banner_right .main-form .main-form-title {
    color: #eee;
    font-size: 20px;
    padding-bottom: 10px
}

.block h2 {
    position: relative;
    padding-bottom: .5rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center;
    color: #444;
    font-weight: bold
}

.block h2::before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #444;
    bottom: .25rem;
    left: 50%;
    width: 30%;
    transform: translateX(-50%)
}

.block h2::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #444;
    bottom: 0;
    left: 50%;
    width: 15%;
    transform: translateX(-50%)
}

.block h2.left {
    text-align: left
}

.block h2.left h2::before, .block h2.left h2::after {
    left: 0;
    transform: translateX(0)
}

.block h2.right {
    text-align: right
}

.block h2.right h2::before, .block h2.right h2::after {
    left: unset;
    right: 0;
    transform: translateX(0)
}

.block h3 {
    position: relative;
    padding-bottom: .5rem;
    font-size: 1.3rem;
    text-transform: uppercase;
    text-align: center;
    color: #444;
    font-weight: bold
}

.swiper-slide {
    max-height: 500px
}

.how-we-work {
    background: #000 url(../img/schem.jpg);
    border-radius: 4px;
    color: #fff;
    margin: 20px 0;
    padding: 20px 0
}

.how-we-work h1 {
    margin-bottom: 20px
}

.how-we-work_rec {
    margin: 0 auto;
    width: max-content;
}

.how-we-work_rec:after {
    background: #717171;
    border: 6px solid #1f1f1f;
    border-radius: 50%;
    content: "";
    display: block;
    height: 0;
    margin-bottom: 6px;
    margin-left: 0;
    moz-border-radius: 50%;
    padding-bottom: 55px;
    webkit-border-radius: 50%;
    width: 70px
}

.how-we-work_rec span {
    color: white;
    float: left;
    font-size: 25px;
    line-height: 1em;
    margin-left: 6px;
    margin-top: -0.5em;
    padding-top: 34px;
    text-align: center;
    width: 60px
}

.text_after_shema {
    margin: 30px
}

.btn-usluga_div {
    margin: 30px;
    margin-top: 40px
}

.btn-usluga, .btn-usluga:visited {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #ddd;
    font-size: 16pt;
    padding: 20px
}

.btn-usluga:hover {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    text-decoration: none
}

.foot {
    background: #efefef;
    background-image: linear-gradient(to bottom, #efefef 0, #fff 100%);
    background-image: -webkit-linear-gradient(top, #efefef 0, #fff 100%);
    background-repeat: repeat-x;
    border-top: solid 1px #ddd;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
    padding: 10px 0
}

.payments {
    height: 50px;
    margin-top: 5px;
    width: 100px
}

.copyright {
    margin-top: 15px
}

.swiper1 .swiper-slide {
    text-align: center
}

.swiper1 img {
    max-height: 300px
}

.navbar-brand {
    margin-right: 30px
}

.button-up {
    display: none;
    background-color: rgba(255, 255, 255, 0.95);
    left: 0;
    margin: 0;
    position: fixed;
    bottom: 50px;
    outline: 0;
    display: inline;
    color: #333;
    line-height: 30px;
    text-decoration: none;
    padding: 0 10px;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    box-shadow: 0 2px 4px #999;
    -webkit-box-shadow: 0 2px 4px #999;
    -moz-box-shadow: 0 2px 4px #999;
    -o-box-shadow: 0 2px 4px #999;
    cursor: pointer
}

.white-popup-block {
    background: #FFF;
    margin: 40px auto;
    max-width: 650px;
    padding: 30px 15px;
    padding-bottom: 0;
    position: relative;
    text-align: left;
    top: 0
}

.btn-dark, .btn-dark:visited {
    color: #eee
}

.btn-dark:hover {
    color: #fff
}

/* CUSTOM CODE */
@media all and (max-width: 1199px) {
    .header .main_menu .navbar-brand img {
        max-height: 18px;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .header .main_menu .nav__utp .nav__utp__text {
        font-size: 10px;
    }
}

@media all and (max-width: 991px) {
    .header .main_menu .nav__utp {
        text-align: center;
    }
}

@media all and (max-width: 767px) {
    .header_dark {
        padding: 30px 15px;
    }

    .header_dark .header_banner_right .main-form {
        padding: 15px;
    }
}

/* Форма */
.b24-form-sign {
    display: none !important;
}

.mainblock {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.mainblock .wrapper_form {
    padding: 3px 3px 15px;
}

.b24-form-padding-side {
    padding-left: 10px;
    padding-right: 10px;
}

.b24-form-control {
    width: 100% !important;
}

.b24-form-control-container input {
    width: 100% !important;
}

.btn_new_form_2212 {
    font-size: 14px;
    font-weight: 600;
    color: #2e302f;
    text-decoration: underline;
    padding: 5px 10px;
    font-family: 'Roboto', Arial, sans-serif;
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFFFF;
    cursor: pointer;
    margin-right: -1px;
    position: relative;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.btn_new_form_2212[data-name="whatsapp"] span:before {
    background-image: url(../img/WhatsApp.svg);
}

.btn_new_form_2212[data-name="telegram"] span:before {
    background-image: url(../img/telegram_logo.svg);
}

.btn_new_form_2212 span:before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.btn_new_form_2212 span {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    z-index: 2;
}

/* КОНЕЦ Форма */

/* пульсирующая форма  */
.b24-form-sign {
    display: none !important;
}

.modal-bodydip2 {
    padding: 0px 20px 10px 20px;
}

.modal-bodydip-beg-s-mar {
    overflow: hidden;
    white-space: nowrap;
    animation: marquee 10s linear infinite alternate;
    padding: 5px;
    font-size: 13px;
}

.b24-form-padding-side {
    padding-left: 10px;
    padding-right: 10px;
}

.b24-form-control {
    width: 100% !important;
}

.b24-form-control-container input {
    width: 100% !important;
}

.btn_new_form_2212 {
    font-size: 14px;
    font-weight: 600;
    color: #2e302f;
    text-decoration: underline;
    padding: 5px 10px;
    font-family: 'Roboto', Arial, sans-serif;
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFFFF;
    cursor: pointer;
    margin-right: -1px;
    position: relative;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.btn_new_form_2212[data-name="whatsapp"] span:before {
    background-image: url(../img/WhatsApp.svg);
}

.btn_new_form_2212[data-name="telegram"] span:before {
    background-image: url(../img/telegram_logo.svg);
}

.btn_new_form_2212 span:before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.btn_new_form_2212 span {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    z-index: 2;
}

@keyframes marquee {
    from {
        text-indent: 100%;
    }
    to {
        text-indent: 0;
    }
}

.dip-bottom-b {
    color: #fff;
}

.modal-header-h {
    font-size: 1.1em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

.modaldip {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-contentdip {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0 0 15px 0;
    border: 0px solid #fff;
    border-radius: 8px;
    overflow: hidden;
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.closedip {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -2px;
}

.closedip:hover,
.closedip:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-headerdip {
    padding: 2px 16px;
    background-color: #d9d9d9;
    color: #000;
    border-bottom: 1px solid #d1caca;
}

.modal-bodydip {
    font-size: 12px;
    padding: 0px 0px;
}

.modal-footerdip {
    padding-bottom: 5px;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 13px;
}

.callback-bt {
    background: #38a3fd;
    border: 2px solid #38a3fd;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
    cursor: pointer;
    height: 90px;
    text-align: center;
    width: 90px;
    position: fixed;
    right: 5%;
    bottom: 5%;
    z-index: 9999;
    transition: .3s;
    -webkit-animation: hoverWave linear 1.3s infinite;
    animation: hoverWave linear 1.3s infinite;
}

.callback-bt .text-call {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color: #fff;
    opacity: 1;
    font-size: 9px;
    position: absolute;
    right: 0px;
    top: 24px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }
    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }
    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }
    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }
    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }
    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }
    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@media (max-width: 767px) {
    .modal-contentdip {
        width: 93%;
    }

    .modaldip {
        padding-top: 20px;
    }

    .modal-footerdip {
        padding-bottom: 15px;
    }

    .bottom_text {
        font-size: 11px;
        margin-top: 5px;
    }
}

/* КОНЕЦ пульсирующая форма  */