.oborud_block .blocks .block {
    background-color: white;
    margin: 10px;
    width: 25%;
    max-width: 270px;
    display: flex;
    flex-direction: column;
}
body {
    background-color: #dedede;
}
.oborud_block .blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.oborud_block {
    width: 100%;
}
.oborud_block .blocks .block img {
    padding: 10px;
    object-fit: cover;
}
.oborud_block .blocks .block .title {
    color: white;
    text-align: center;
    font-size: 20px;
    width: 100%;
    padding: 4px;
}
.oborud_block {
    width: 100%;
}

.oborud_block .blocks .block img {
    padding: 10px;
    object-fit: cover;
}

.oborud_block .blocks .block .title {
    color: black;
    text-align: center;
    font-size: 20px;
    width: 100%;
    padding: 4px;
}

.oborud_block .blocks .block a.btn {
    background-color: #54b964;
    color: white;
    margin-bottom: 10px;
    padding: 12px 10px 12px 10px;
    margin-right: 10px;
    margin-left: 10px;
}
.oborud_block .blocks .block p.desc {
    padding: 10px;
}
.call_form_block {
    background-color: white;
    width: 100%;
    padding: 20px;
}
.call_form_block .block_title {
    width: 100%;
    text-align: center;
    padding: 20px;
}

.call_form_block .block_title .title span {
    color: #54b964;
}
.call_form_block .block_title .title  {
    color: #000;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 1.3;
}
.call_form_block .block .text {
    padding: 20px;
}
form textarea {
    width: 100%;
}
form input[name="name"],form input[name="phone"]  {
    width: 49%;
}
form input[name="fam"]  {
    width: 100%;
}
form input, form textarea {
    border: 0;
    border-bottom: solid 2px green;
    padding: 10px;
}
form input:focus-visible, form textarea:focus-visible {
    border: 0;
    border-bottom: solid 2px;
    outline: -webkit-focus-ring-color auto 0px;
}
form button {
    background-color: #54b964 !important;
    border: white;
    padding: 9px;
    color: white;
    float: right;
}
section.block_text {
    background-color: white;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.map.call_form_block img {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
}

.map.call_form_block {
    padding: 0;
}
.banner .desc {
    position: absolute;
    bottom: 0;
    color: #54b964;
    background-color: white;
    border-radius: 3px;
    padding: 6px;
    font-weight: 600;
    margin: 15px;
}

.banner {
    position: relative;
    display: block;
}


.top_banner nav li.last {
    width: 100%;

    background: unset;
    position: relative;

}

.top_banner nav li.last:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    height: 99%;
    background-image: linear-gradient(
            22deg
            , transparent 29%, #55b85e 0%),linear-gradient(
            147deg
            , transparent 61%, #55b85e 0%);
}
.top_banner nav li a {
    line-height: unset;
    z-index: 9;
}
.bg-animation {
    animation: bg-animation 25s ease-in-out infinite;

    text-align: center;

    background-repeat: no-repeat;

    margin: 20px 0;
    color: #337AB7;

    font-family: 'Roboto', sans-serif;
}
.block_banner {


    width: 100%;

    height: 150px;
    overflow: hidden;
}

@media (max-width: 620px) {
    .bg-animation {
        padding: 100px 20px;
        font-size: 26px;
    }
}
@keyframes bg-animation {
    0% {
        background-size: 105%;
        background-position: 50% 50%
    }
    20% {
        background-size: 110%;
        background-position: 0 50%;
    }
    40% {
        background-size: 120%;
        background-position: 20% 80%;
    }
    60% {
        background-size: 120%;
        background-position: 60% 10%;
    }
    80% {
        background-size: 110%;
        background-position: 40% 70%;
    }
    100% {
        background-size: 105%;
        background-position: 50% 50%
    }
}
.block_banner .banner {
    width: 100%;
    height: 150px;
    padding: 0;
    margin: 0;
}
.top_banner nav li:hover {
    left: -15px;
    position: relative;

    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
}
@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(9px);
        transform: translateX(9px);
    }
    30% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }
    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    65% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateX(9px);
        transform: translateX(9px);
    }
    30% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }
    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    65% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.swing:hover {
    -webkit-animation: swing 7s ease;
    animation: swing 7s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
section.top_banner.row .col-md-8 {
    padding: 0;
    overflow: hidden;
}
.slick-prev:before, .slick-next:before {
    color: #ffffff !important;
    display: none;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 37px !important;
    line-height: 1;
    opacity: .75;
    color: #54b964;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-slide img {
    display: block;
    width: 100%;
    padding: 3px 11px 0px 11px;
}

.slick-next {
    right: 38px;
}
.slick-prev {
    left: 18px;
    z-index: 9;
}
section.call_form.long.row .block_title {
    margin-bottom: 10px;
}
.slider_item .desc {
    position: absolute;
    top: 0;
    overflow: hidden;
    display: block;
    padding: 30px;
    color: black;
    background-color: white;
    margin: 49px;
    right: 0px;
    height: 438px;
}
.slider_item {
    position: relative;
    padding: 20px;
}

section {
    background-color: white;
    margin-bottom: 10px;
}
body:after {
    background-image: url(/img/bgg.jpg);
    content: "";
    opacity: 0.2;
    background-attachment: fixed;
    top: 0;
    left: 0;
    filter: drop-shadow(1px 42px 43px black);
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
    /* background-repeat: inherit; */
    height: auto;
}
section {
    /* box-shadow: 2px 4px black; */
    box-shadow: 10px 5px 5px #d0d0d0;
}
.middle_header {
    background-color: white;
}

.form_box {
    border: solid 3px #6ab667;
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
}
.form_box .title {
    color: white;
    font-size: 30px;
    text-align: center;
    font-variant: unset;
    font-weight: 300;
}
.form_box form .check input[type="checkbox"] {
    width: 50px;
    height: 100%;
}
.form_box form .check {
    margin-top: 20px;
    color: white;
    font-size: 12px;
    display: flex;
    justify-content: flex-start;
}
.form_box form input {
    width: 100%;
}
.form_box form button {
    width: 100%;
    margin-top: 20px;
    width: 80%;
    margin-right: 10%;
}
.form_box form label {
    color: white;
    width: 100%;
}
section.top_banner {
    background-image: url(/img/noroot.png);
    background-attachment: fixed;
}
section.block_text {
    background-image: url(/img/noroot.png);
    background-attachment: fixed;
}
section.callf {
    background-image: url(/img/noroot.png);
    background-attachment: fixed;
}


section.top_banner h1 {
    color: white;
}
.box_top_work .item .text {
    margin-left: 10px;
}
.box_top_work .item {
    display: flex;
    align-items: center;
    margin: 20px;
}
.left_box .box_top_work .item span {
    color: #6ab667;
}
.left_box .box_top_work .item p {
    color: white;
    margin-bottom: 0rem;
}
.left_box {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.warn span {
    color: white;
}
.block_title .title {
    text-transform: uppercase;
}
.preim_block .block {
    border: solid 1px #6ab667;
    border-radius: 7px;
    padding: 7px;
    margin: 10px;
    text-align: center;
    display: flex;
    font-size: 18px;
    align-items: center;
    text-align: center;
    justify-content: center;
}
section.block_text .text_block {
    background-color: white;
    padding: 20px;
}
.callf .call_form_block {
    /* padding: 20px; */
    margin: 20px;
}
.map_contacts {
    position: absolute;
    z-index: 9999;
    width: 750px;
    right: 0;
    height: 300px;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: flex-end; */
    float: right;
    text-align: right;
}
.map__item {
    height: 80px;
    background-repeat: no-repeat;
    float: right;
    width: 100%;
    text-align: right;
}
.map__item_one {
    background-image: url(/img/footer_1.png);
    height: 80px;
    width: 300px;
    background-repeat: no-repeat;

    float: right;

}
.map__item_one {
    background-image: url(/img/footer_1.png);
    height: 80px;
    width: 750px;
    background-repeat: no-repeat;

    float: right;

}
.map__item_two {
    background-image: url(/img/footer_2.png);
    height: 80px;
    width: 550px;
    background-repeat: no-repeat;

    float: right;
}
.map__item_tree {
    background-image: url(/img/footer_3.png);

    height: 80px;
    width: 350px;
    background-repeat: no-repeat;

    float: right;
}
.map_box {
    height: 400px;
}
.map__item_one .title {
    color: white !important;
}
.map__item_two .cont a {
    color: white;
    font-size: 25px;
}


.map__item_two .cont .phone {
    margin-right: 150px;
}
.map__item_two .cont {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-left: 100px;
}
.map__item_tree .work {
    display: flex;
    flex-direction: column;
}
.map__item_tree .work span {
    font-size: 20px;
    color: white;
    text-align: right;
    width: 313px;
}
.footer_block .logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.footer_block .work_time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    align-items: center;
}
.footer_block .phone_email {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer_block  .btns {
    display: flex;
    flex-direction: column;
}
.footer_block .logo p {
    margin: 0;
    color: white;
}
.footer_block .logo img {
    background-color: white;
    margin-right: 10px;
}
.footer_block  .btns .btn {
    background-color: #6ab667;
    margin: 5px;
    color: white;
}
.footer_block .phone_email .phone {
    font-size: 18px;
    color: #78b36a;
}
.footer_block .phone_email .email {
    font-size: 17px;
    color: #ffffff;
}
section.footer {
    padding: 30px;
    margin-bottom: 0;
    background-color: #303030;
}
section.copy {
    margin-bottom: 0;
}
section.preim {
    width: 100%;
    margin-left: 0px;
}
section.map {
    margin-right: 0;
    margin-left: 0;
}

.footer_block .payments {
    background-color: white;
    padding: 6px 6px 6px 6px;
    margin-left: 6px;
}
.copy .copy p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px;
}
.top_header {
    background-color: #303030;
    width: 100%;
    margin-left: 0;
}
.oborud_block .title {
    border-bottom: solid #6ab667;
}
.modal-body .form_box {
    margin: 0;
    min-height: 406px;
}
.modal-body .form_box label, .modal-body .form_box span {
    color: black !important;
}

.btns span {
    color: white;
}
.payments {
    display: none;
}
.top_header .nav {
    float: right;
    width: 100%;
    display: block;
    min-height: 24px;
}
.work {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.work.mob.col-md-4 {
    display: none;
}
.work.pc.col-md-4 {
    display: flex;
}
@media screen and ( max-width: 414px ) {
    .call_social.col-md-3.col-12 {
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }

    .call_social.col-md-3.col-12 > div {
        display: flex;
    }
    .call_social .btn_call.btn_center {

        padding: 0px 4px 0px 4px !important;
        margin-top: 0px !important;

    }
    .work.pc.col-md-4 {
        display: none;
    }
    .work.mob.col-md-4 {
        display: flex;
        align-items: flex-end;
    }
    .work .work_time {
        color: #616161;
        font-size: 13px !important;
    }
    .footer_block.row .callback {
        width: 100%;
    }
    .footer_block.row .callback .rek {
        width: 100%;
    }
    .footer_block.row .phone_email {
        width: 100%;
    }
    .top_header .nav {
        display: none;
    }

    .top_header {
        height: 17px;
    }
    .logo img {
        width: 100px;
    }
    .sale {
        display: none !important;
    }
    .work {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .middle_header .row {
        display: flex;
        flex-wrap: wrap;
    }
    .middle_header .logo {
        display: flex;
        align-items: center;
    }
    .middle_header {
        background-color: white;
        padding: 10px 0px 10px 0px;
    }
    .bottom_header .nav {
        display: none !important;
    }
    .warn {
        width: 100% !important;
        font-size: 14px;
    }
    section.top_banner h1 {
        color: white;
        font-size: 27px;
    }
    .title.title_left {
        display: flex;
        text-align: right;

    }
    .title.title_left span {
        font-size: 17px !important;
        float: right;
        margin-right: 10px;
        text-align: right;
    }
    .block_title .title span {

        font-size: 17px !important;

    }
    .block_title .title_right {

        background-size: cover;
        background-position-x: -459px;
        background-repeat: no-repeat;
    }
    .title.title_right {
        float: left !important;
        text-align: left !important;
    }
    .title.title_right span {
        margin-left: 10px;
        display: block;
    }
    .oborud_block .blocks {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .oborud_block .blocks .block {

        width: 100%;
        max-width: 360px;

    }
    section.block_text .text_block {
        background-color: white;
        padding: 0px;
        margin: 0;
        width: 100%;
    }
    .blocks.row {
        margin-right: 0px;
        margin-left: 0px;
    }
    section.block_text {
        background-color: white;
        padding: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .block .img img {
        /* display: contents; */
        width: 100%;
    }
    .desc h3 {
        font-size: 20px;
    }
    .desc p {
        font-size: 11px;
    }
    .desc b {
        font-size: 14px;
    }
    .slider_item .desc {

        height: 100% !important;
    }
    .slick-slide {
        display: none;
        float: left;
        height: 425px;
        min-height: 1px;
    }
    .slick-slide img {
        display: block;
        width: 100%;
        height: 100%;
        padding: 3px 11px 0px 11px;
    }

    .map__item_one,.map__item_two,.map__item_tree {

        height: 40px;

        background-repeat: no-repeat;
        float: right;
    }
    .map__item_one {


        width: 379px;

    }
    .map__item_two {


        width: 299px;

    }
    .map__item_tree {


        width: 220px;

    }




    .call_form_block .block_title {
        width: 100%;
        text-align: center;
        padding: 0px;
    }
    .call_form_block .block_title .title {

        font-size: 20px;
    }
    .map__item {
        height: 45px;
        background-repeat: no-repeat;
        float: right;
        width: 100%;
        text-align: right;
    }
    .map__item_two .cont {
        display: flex;
        flex-direction: column;
        text-align: right;
        margin-left: 0px;
    }
    .map__item_two .cont a {
        color: white;
        font-size: 13px;
    }
    .map__item_two .cont .phone {
        margin-right: 0px;
    }
    .map__item_tree .work span {
        font-size: 14px;
        color: white;
        text-align: right;
        width: 100%;
        margin-left: -10px;
    }
    .map__item_two .cont a {
        margin-right: 10px !important;
    }
    .map__item_one .block_title {
        height: 100%;
        display: flex;
        align-items: center;
        /* margin-right: 19px !important; */
        justify-content: flex-end;
    }
    .map__item_one .block_title div {
        margin-right: 10px;
    }
    .footer_block .logo p {
        display: none;
    }
    .footer_block.row div {
        width: 50%;
        margin-bottom: 10px;
        margin-right: 0;
        margin-left: 0;
        padding: 0;
    }
    .work_time.col-md-3 span {
        font-size: 13px;
    }
    .footer_block .phone_email .phone {
        font-size: 15px;
        color: #78b36a;
    }
    .btns a {
        display: none;
    }
    .payments {
        width: 100%;
        display: contents;
    }
}