@media (min-width: 721px) and (max-width: 1280px) {

    body {
        width: 1280px
    }

    .adress {
        position: relative;
        font-size: 22px;
        font-weight: 400;
    }

    .article_container .but {
        font-size: 20px;
        margin-top: 28px;
    }

    .article_container .inf {
        width: 540px;
        margin-top: 67px;
        margin-bottom: 67px;
    }

    .article_container .inf.article_left {
        margin-left: 60px;
    }

    .article_container .inf.article_right {
        margin-right: 60px;
    }

    .article_container .text,
    .center_article .text {
        font-size: 20px;
    }

    .article_container .title {
        margin-bottom: 60px;
        margin-top: 0px;
    }

    .article_container .title,
    .center_article .title,
    .video_block_article_template_title {
        font-size: 33px;
    }

    .article_img_container {
        width: 50%;
    }

    .auto .auto_menu .car {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .auto .auto_menu a.auto_hover {
        height: 100px;
        margin: 2px;
        border: #e7e7e7 solid 1px;
        border-radius: 5px;
        width: 173px;
    }

    .auto .auto_menu {
        width: 1230;
        padding-top: 25px;
        text-align: center;
        padding-bottom: 26px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .auto .title {
        width: 100%;
        text-align: center;
        font-size: 32px;
        padding-top: 38px;
    }

    .banner {
        background: url(/img/calculator.png);
        width: 62px;
        height: 284px;
        position: fixed;
        top: 30%;
        right: 0;
    }

    .block {
        width: 100%;
        float: left;
    }

    .block.auto {
        background-color: #fbfcff;
        border-bottom: 1px solid #d7d7d7;
        padding-bottom: 20px;
    }

    .block.convert .but {
        width: 287px;
        margin-top: 58px;
        padding: 10px 0px;
        font-size: 21px;
        border-radius: 4px;
    }

    .block.convert .success {
        margin: auto;
        margin-top: 15px;
        font-size: 21px;
        width: 300px;
        text-align: center;
    }

    .block.convert .title {
        padding-top: 66px;
        font-size: 33px;
    }

    .block.convert {
        background: url(../img/convert.png) center top no-repeat #4eb980;
        height: 377px;
        margin-top: 2px;
    }

    .block.footer {
        background-color: #fff;
        position: relative;
    }

    .block.map {
        height: 412px;
    }

    .block.menu {
        background-color: #fff;
    }

    .block.top {
        border-bottom: 1px solid #d7d7d7;
    }

    .block.warning {
        height: 743px;
    }

    .blockbut {
        width: 260px;
        max-width: 330px;
        margin: 50px auto 0px;
        border: 1px solid;
        padding: 10px 0 9px;
        font-size: 20px;
    }

    .blockbut.bl {
        border: 1px solid #989A9E;
    }

    .blocktitle {
        font-size: 33px;
        font-weight: 300;
        padding-top: 70px;
        line-height: 48px;
    }

    .button_banner_filled {
        width: 456px;
        margin: 28px auto;
        padding: 15px 0;
        font-size: 22px;
    }

    .bx-breadcrumb-item a {
        color: #000;
    }

    .bx-breadcrumb-item {
        float: left;
        color: #888888;
    }

    .car_select .car_select_container select {
        margin: auto;
        width: 100%;
    }

    .car_select .car_select_container {
        width: 273px;
        margin: 0 20px 0 20px;
    }

    .car_select select {
        height: 56px;
        font-size: 20px;
        font-weight: 400;
        border-radius: 3px;
        padding: 15px;
        width: 273px;
        padding-right: 40px;
        background-color: #f2f2f2;
        border: 1px solid #c9cbcf;
        margin: 0 20px 0 20px;
        background-repeat: no-repeat;
        background-position-x: 98%;
        background-position-y: 18px;
    }

    .car_select span {
        font-size: 20px;
        font-weight: 400;
        margin: 0 20px 0 20px;
    }

    .car_select {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .center_article .text {
        margin-bottom: 33px;
    }

    .chto_delat .name {
        font-size: 16px !important;
    }

    .diag {
        background: url('../img/daig_back_cont.png') center top no-repeat;
    }

    .diagnostic .form .diag_area {
        background: no-repeat;
        border: 1px solid #fff;
        margin-top: 30px;
        height: 107px;
        resize: none;
        width: 778px;
        padding-left: 18px;
        color: #fff;
        font-size: 22px;
        padding-top: 12px;
    }

    .diagnostic .form .diag_area::-webkit-input-placeholder {
        color: #fff;
    }

    .diagnostic .form .diag_in {
        width: 359px;
        background: no-repeat;
        border: 1px solid #fff;
        height: 56px;
        margin-top: 22px;
        border-radius: 4px;
        padding-left: 18px;
        color: #fff;
        font-size: 20px;
        margin-right: 38px;
    }

    .diagnostic .form .diag_in.on {
        width: 781px;

    }

    .diagnostic .form .diag_in::-webkit-input-placeholder {
        color: #fff;
    }

    .diagnostic .form .diag_in:nth-child(2n) {
        margin-right: 0px;
        float: right;
    }

    .diagnostic .form .police a {
        text-decoration: underline;
    }

    .diagnostic .form .police {
        width: 581px;
        margin: 0 auto;
        padding-top: 19px;
        font-size: 16px;
        color: #fff;
    }

    .diagnostic .form .submit {
        width: 358px;
        margin: 0 auto;
        text-align: center;
        background-color: #fff;
        color: #1d864e;
        font-size: 19px;
        font-weight: 600;
        margin-top: 20px;
        padding: 15px 0;
        border-radius: 4px;
        cursor: pointer;
    }

    .diagnostic .form {
        width: 800px;
        margin: 0 auto;
    }

    .diagnostic .title {
        width: 100%;
        float: left;
        text-align: center;
        color: #fff;
        margin-top: 72px;
        font-size: 41px;
        font-weight: 300;
    }

    .diagnostic {
        width: 100%;
        float: left;
        height: 803px;
    }

    .foot_menu .foot_pay {
        display: none !important;
    }

    .foot_pay.mobile_only {
        display: flex !important;
    }

    .footer .copy {
        position: absolute;
        bottom: 102px;
        font-size: 20px;
    }

    .footer .foot_but .show_phone3_butt {
        display: block;
        margin: auto;
        margin-top: 1vw;
    }

    .footer .foot_but span,
    .footer .foot_but i {
        color: #34a569;
    }

    .footer .foot_but {
        position: absolute;
        width: 360px;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 108px;
        text-align: center;
        padding: 7px 0px;
        font-size: 20px;
        font-weight: 400;
        border-radius: 30px;
    }

    .footer .foot_menu ul {
        padding: 0;
        font-size: 20px;
        line-height: 40px;
        margin: 0;
    }

    .footer .foot_menu {
        width: 100%;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .footer .foot_pay .foot_payments svg {
        margin-right: 12px;
    }

    .footer .foot_pay .foot_payments {
        height: 50px;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .footer .foot_pay span {
        color: #989a9e;
        float: left;
    }

    .footer .foot_pay {
        width: 357px;
        float: right;
        padding-bottom: 25px;
    }

    .gallery_main_photo {
        height: 420px;
    }

    .gallery_section {
        height: 550px !important;
    }

    .header .info .tel .phone {
        margin-right: 27px;
        float: left;
        margin-top: -1px;
    }

    .header .info .tel .phone:last-child {
        margin-right: 0px;
    }

    .header .info {
        display: none;
    }

    .header .logo img {
        height: 100%;
    }

    .header .logo {
        display: inline-block;
        height: 64px;
        margin-right: 30px;
    }

    .header .menu span {
        margin-right: 20px;
    }

    .header .menu {
        display: none;
    }

    .header {
        color: #040404;
        height: 105.8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header_news_template {
        padding-top: 40px;
    }

    .header_phone {
        display: block;
        padding: 5.5px 21px 4.5px 25px;
        border: 2px solid #34a569;
        width: 38px;
        border-radius: 35px;
        margin-right: 30px;
    }

    .img_group {
        border-radius: 14px;
    }

    .img_mini span {
        font-size: 20px;
    }

    .img_mini strong {
        font-size: 23px;
    }

    .img_mini {
        height: 82px;
    }

    .items_section {
        width: 50%;
        float: left;
        position: relative;
    }

    .kalkulator_note {
        padding-top: 20px;
        font-size: 18px;
    }

    .kalkulator_pinned_link span {
        font-size: 20px;
    }

    .kalkulator_pinned_link svg {
        height: 38px;
    }

    .kalkulator_pinned_link {
        height: 80px;
        width: 411px;
        border-radius: 15px;
        margin: 0px auto;
        border: 1px solid #34a569;
    }

    .kalkulator_pinned_link_container {
        border-bottom: 1px solid #d7d7d7;
        padding: 18px 0;
    }

    .kalkulator_select_header svg {
        height: 63px;
        margin-right: 25px;
    }

    .kalkulator_select_header {
        padding-top: 70px;
        padding-bottom: 50px;
        width: 100%;
    }

    .main_content .contacts .img {
        width: 588px;
        float: left;
    }

    .main_content .contacts {
        margin-top: 82px;
        float: left;
        margin-bottom: 81px;
    }

    .main_content .graf {
        margin-top: 32px;
        font-size: 18px;
    }

    .main_content .phones img,
    .main_content .graf img {
        float: left;
        width: 34px;
        position: absolute;
        top: 0;
        left: -1px;
    }

    .main_content .phones {
        margin-top: 68px;
        font-size: 17px;
    }

    .main_content .phones,
    .main_content .graf {
        float: left;
        width: 100%;
        position: relative;
        padding-left: 49px;
    }

    .main_content .text .blockbut.bl {
        float: left;
        position: relative;
        margin: 0;
        left: 0;
        bottom: 0;
        margin-top: 54px;
        width: 320px;
    }

    .main_content .text .desc {
        float: left;
        margin-top: 34px;
        font-size: 16px;
        width: 100%;
        float: left;
    }

    .main_content .text .title {
        color: #34a569;
        font-size: 40px;
        width: 100%;
        float: left;
    }

    .main_content .text {
        float: left;
        margin-left: 84px;
        margin-top: -9px;
        width: 553px;
    }

    .media {
        width: 1230px;
        margin: 0 auto;
    }

    .menu_mob .menu_img img {
        width: 100%;
    }

    .menu_mob .top_menu_mob ul li {
        margin-top: 19px;
        color: #000;
    }

    .menu_mob .top_menu_mob {
        display: none;
        position: absolute;
        background-color: #ffffff;
        width: 300px;
        left: -19px;
        top: 54px;
        padding: 18px;
    }

    .menu_mob {
        width: 53px;
        float: left;
        position: relative;
    }

    .mobile_only {
        display: none !important;
    }

    .mod3 {
        background: url(../img/Layer-60.png) left top no-repeat;
        width: 50%;
        float: left;
        height: 362px;
        border-top: 2px solid #fff;
    }

    .mod4 .blockbut {
        margin-top: 46px !important;
    }

    .mod4 {
        background: url(../img/akpp_background.png) center top no-repeat;
        width: 50%;
        float: left;
        margin-left: -2px;
        height: 362px;
        border-top: 2px solid #fff;
    }

    .mod5 .buttons {
        margin-bottom: 64px;
    }

    .mod5 img {
        width: 329px;
        margin-top: 48px;
    }

    .mod5 {
        background-size: 550px;
        float: left;
        border-top: 2px solid #fff;
    }

    .mod7 {
        height: 362px;
        float: left;
        border-top: 2px solid #fff;
    }

    .modal_zapis .modal_message {
        margin-bottom: 17px !important;
    }

    .modal_zapis h3 {
        font-size: 21px !important;
    }

    .modal_zapis input {
        padding: 10px !important;
        font-size: 14px !important;
    }

    .modal_zapis p {
        font-size: 15px !important;
        width: 80% !important;
    }

    .model .items .item .name {
        font-size: 18px;
    }

    .model .items .item img {
        max-height: 58px;
        margin-bottom: 8px;
    }

    .model .items .item {
        margin: 3px;
        width: 190px;
        height: 123px;
    }

    .model .items .title {
        font-size: 33px;
        margin: 33px auto;
    }

    .model .items {
        margin-bottom: 75px;
    }

    .model_2 .remont .car .name {
        margin-top: 8px;
        font-size: 18px;
    }

    .model_2 .remont .car img {
        max-height: 68px;
    }

    .model_2 .remont .car {
        background-color: #fff;
        border-radius: 5px;
        margin: 8px;
    }

    .model_2 .remont .diagn svg {
        width: 28px;
        margin-right: 15px;
    }

    .model_2 .remont .diagn {
        width: 571px;
        margin: 23px auto;
        padding: 30px 0;
        font-size: 21px;
        border-radius: 5px;
    }

    .model_2 .remont .diagn:before {
        content: "";
        width: 35px;
        height: 35px;
        background-size: cover;
        display: block;
        position: absolute;
        left: 17px;
        top: 10px;
    }

    .model_2 .remont {
        grid-template-columns: 130fr 600fr;
        border-radius: 5px;
        margin: 40px auto auto;
        width: 1230px;
        background-color: #4eb980;
    }

    .model_2 .title {
        font-size: 33px;
        margin: 40px 0;
    }

    .model_2 {
        padding-bottom: 40px;
    }

    .model_list_article .title {
        font-size: 33px;
        margin-bottom: 58px;
    }

    .model_list_article img {
        min-height: 678px;
        width: 640px;
    }

    .model_list_article_container {
        height: 546px;
        width: 581px;
    }

    .model_list_article_text .but,
    .article_container .but {
        width: 261px;
        margin-top: 33px;
        padding: 12px 0;
        border: 1px solid #c9cbcf;
    }

    .model_list_article_text {
        width: 100%;
        font-size: 20px;
        margin-right: 41px;
    }

    .module1 .inf .but,
    .video_block_article_template_button {
        width: 323px;
        float: left;
        border: 2px solid #c9cbcf;
        margin-top: 44px;
        text-align: center;
        padding: 10px 0;
        font-size: 16px;
        font-weight: 600;
        border-radius: 34px;
    }

    .module1 .inf .title {
        color: #34a569;
        font-size: 40px;
    }

    .module1 .inf ul {
        list-style-type: disc;
        margin-left: 19px;
        margin-top: 33px;
        font-size: 16px;
        line-height: 20px;
    }

    .module1 .inf {
        width: 562px;
        float: right;
        margin-top: 79px;
    }

    .module1 {
        width: 50%;
        float: left;
        height: 397px;
    }

    .module1.mod .inf {
        width: 628px;
        float: right;
        margin-top: 68px;
    }

    .module1.mod .text {
        width: 90%;
        margin-top: 29px;
        line-height: 23px;
    }

    .module2 {
        width: 50%;
        float: left;
        height: 397px;
    }

    .module2.mod img {
        height: 100%;
        max-width: 100%;
    }

    .module2.mod {
        height: 531px;
    }

    .module3 .mod1 .blockbut {
        margin-top: 140px !important;
    }

    .module3 > .mod1 > .blocktitle {
    padding-top: 210px;
    text-shadow: 0px 1px 1px black;
    font-size: 70px;
    }

    .module3 .mod1 {
        height: 627px;
    }

    .module3 .mod2 {
        height: 362px;
    }

    .module3 .mod6 {
        height: 362px;
    }

    .module3 {
        width: 50%;
        float: left;
    }

    .module4 .mod3 .blockbut {
        margin-top: 95px !important;
    }

    .module4 {
        width: 50%;
        float: left;
    }

    .our_work {
        width: 100%;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 60px;
        padding-top: 33px;
    }

    .our_work_detail .text p,
    .our_work_detail .text h2 {
        font-size: 20px !important;
    }

    .our_work_detail .title {
        margin-top: 66px !important;
        margin-bottom: 55px;
    }

    .our_work_detail img {
        margin-top: 15px;
        margin-bottom: 50px;
    }

    .our_work_detail p {
        font-size: 20px;
    }

    .our_work_footer {
        font-size: 21px;
    }

    .our_work_gallery {
        margin: 33px;
        border-radius: 20px;
    }

    .our_work_more {
        margin-top: 16px;
    }

    .our_work_title {
        font-size: 28px;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .photo .photo_slider .photos .big_photo img {
        max-width: 100%;
    }

    .photo .photo_slider .photos {
        width: 799px;
        margin: 0 auto;
        margin-top: 40px;
    }

    .photo .photo_slider .title {
        width: 100%;
        text-align: center;
        color: #fff;
        margin-top: 74px;
        font-size: 40px;
        font-weight: 300;
    }

    .photo .photo_slider select {
        background: border-box;
        border: 1px solid #fff;
        color: #fff;
        padding: 16px 0;
        margin: 0 18px;
        margin-top: 29px;
        border-radius: 5px;
        width: 379px;
        padding-left: 13px;
        font-size: 19px;
    }

    .photo .photo_slider {
        text-align: center;
        margin-bottom: 205px;
    }

    .photo {
        background-color: #4eb980;
        float: left;
    }

    .promo_background {
        border-radius: 10px 10px 0 0;
    }

    .promo_block {
        margin: 33px;
        border-radius: 10px;
    }

    .promo_content {
        font-size: 20px;
    }

    .promo_content_block {
        padding-top: 40px;
        padding-left: 15px;
        min-height: 338px;
    }

    .promo_footer a {
        width: 246px;
        padding: 8px 0;
        font-size: 20px;
    }

    .promo_footer {
        padding: 11px;
    }

    .promo_title {
        font-size: 33px;
        max-width: 405px;
    }

    .promotions_grid {
        grid-template-columns: 1fr 1fr;
        padding: 33px 0.1px;
    }

    .reasons .reason .item .desc {
        font-size: 16px;
    }


    .reasons .reason .item .name {
        width: 100%;
        margin-top: 48px;
        font-weight: 800;
        font-size: 17px;
        height: 65px;
    }

    .reasons .reason .item {
        width: 20%;
        float: left;
        text-align: center;
        margin-top: 55px;
    }

    .reasons .reason .title {
        width: 100%;
        float: left;
        text-align: center;
        color: #34a569;
        font-size: 39px;
        margin-top: 73px;
    }

    .reasons .reason {
        float: left;
        margin-bottom: 106px;
    }

    .reasons {
        background-color: #fff;
    }

    .scheme_work {
        width: 1230px;
        padding-bottom: 67px;
    }

    .scheme_work_arrow svg {
        height: 48px;
    }

    .scheme_work_item img,
    .scheme_work_arrow_container {
        height: 235px;
    }

    .scheme_work_item {
        height: 390px;
    }

    .scheme_work_item_footer div {
        margin-top: -25px;
        height: 50px;
        width: 50px;
        font-size: 20px;
    }

    .scheme_work_item_footer span {
        font-size: 20px;
        width: 250px;
        line-height: 25px;
    }

    .scheme_work_item_footer {
        height: 166px;
        background-color: #fafcfe;
    }

    .scheme_work_items {
        grid-template-columns: 181fr 97fr 181fr 97fr 181fr;
        grid-row-gap: 82px
    }

    .scheme_work_title {
        font-size: 33px;
        margin-top: 67px;
        margin-bottom: 40px;
    }

    .show_phone {
        border: 1px solid #34a569;
    }

    .smenu_one a {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        height: 100px;
        font-size: 23px;
        font-weight: 500;
        color: #fff;
        transition-duration: .3s;
        border: 1px solid #fff;
        border-radius: 15px;
        background-color: rgba(149, 160, 170, 0.75);
    }

    .smenu_one {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        width: 483px;
        margin: 0 33px;
    }

    .soc_s a {
        display: block;
        float: left;
        height: 50px;
    }

    .tables .table .choose select {
        background-color: #f2f2f2;
        margin: 0 19px;
        padding: 16px 10px;
        color: #34a569;
        font-size: 18px;
        width: 378px;
        border-radius: 5px;
    }

    .tables .table .choose {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 20px;
    }

    .tables .table .text {
        padding: 0;
        width: 80%;
        margin: 0 auto;
        margin-top: 20px;
        float: none;
        text-align: center;
    }

    .tables .table .title {
        color: #34a569;
        font-size: 33px;
        width: 100%;
        text-align: center;
        margin-top: 69px;
    }

    .tables .table table td,
    #kalkulator_to table td {
        padding: 9px;
        text-align: left;
    }

    .tables .table table th {
        padding: 14px 0;
        text-align: left;
        padding-left: 21px;
    }

    .tables .table table tr {
        height: 50px;
    }

    .tables .table table tr:first-child {
        background-color: #c9cbcf;
    }

    .tables .table table tr:nth-child(even),
    #kalkulator_to table tr:nth-child(even) {
        background-color: #fafafa;
    }

    .tables .table table tr:nth-child(odd),
    #kalkulator_to table tr:nth-child(odd) {
        background-color: #f2f2f2;
    }

    .tables .table table {
        width: 100%;
        margin-top: 30px;
        font-size: 20px;
    }

    .tables {
        padding-bottom: 66px;
    }

    .tables.tops .table .text {
        color: #fff;
    }

    .tables.tops .table .title {
        float: none;
        margin-top: 40px;
        color: #fff;
        font-weight: 400;
    }

    .tables.tops.white .table .text {
        float: none;
        margin-top: 40px;
        color: #000;
    }

    .tables.tops.white .table .title {
        float: none;
        margin-top: 40px;
        color: #4eb980;
    }

    .tables.white .table .text {
        padding: 0;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
        float: none;
        text-align: inherit;
    }

    .top_bread .bread i {
        margin-left: 5px;
        margin-right: 2px;
    }

    .top_bread .bread {
        border: 1px solid #dddddd;
        background-color: #fff;
        font-size: 13px;
        line-height: 37px;
        padding: 0 10px;
        width: 1210px;
        border-radius: 5px;
    }

    .top_bread {
        padding: 16px 0;
    }

    .top_menu ul li {
        float: left;
        display: table-row-group;
        flex-basis: auto;
        flex-grow: 1;
        font-weight: 600;
        margin-top: 31px;
        padding-left: 2px;
        text-align: center
    }

    .top_menu ul li:first-child {
        text-align: left;
    }

    .top_menu ul li:last-child {
        text-align: right;
    }

    .top_menu ul {
        width: 100%;
        display: flex;
    }

    .tops {
        background-color: #4eb980;
        margin: 0;
        padding-bottom: 40px;
    }

    .tops.white {
        background-color: #fff;
        margin: 0;
        padding-bottom: 40px;
    }

    .video_block_article_template .youtube_player {
        width: 50%;
        height: 346px;
    }

    .video_block_article_template_button {
        border-width: 1px;
        font-weight: 400;
    }

    .video_block_article_template_right {
        width: 35%;
        margin: auto;
    }

    .videos_div {
        position: absolute;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
    }

    .warn .first .text {
        padding-top: 40px;
        font-size: 21px;
    }

    .warn .first .title {
        font-size: 33px;
    }

    .warn .first ul li {
        margin-bottom: 25px;

    }

    .warn .first ul {
        padding-left: 17px;
        font-size: 20px;
        padding-top: 25px;
        margin: 0;
    }

    .warn .first {
        width: 50%;
        padding-top: 93px;
    }

    .warn .second .info {
        margin-top: 25px;
        font-size: 20px;
        margin-bottom: 5px;
    }

    .warn .second .title {
        font-size: 33px;
    }

    .warn .second span {
        margin-top: 25px;
        width: 100%;
        font-size: 20px;
    }

    .warn .second ul li {
        margin-bottom: 20px;
    }

    .warn .second ul {
        margin-left: 19px;
        margin-top: 40px;
        font-size: 21px;
        line-height: 20px;
        padding-left: 32px;
    }

    .warn .second {
        padding: 28px 15px 40px 28px;
        width: 538px;
        margin-top: 67px;
        border-radius: 20px;
        margin-left: 50px;
    }

    .warn {
        display: flex;
        justify-content: space-between;
    }

    .work .item img {
        float: left;
    }

    .work .item span {
        font-size: 23px;
        font-weight: bold;
    }

    .work .item {
        margin-top: 33px;
        width: 581.5px;
        height: 101.5px;
        border-radius: 11px;
        margin-bottom: 33px;
        grid-template-columns: 100px 1fr;
    }

    .work .oil_zamena img {
        width: 63px;
        height: 81.5px;
        margin-left: 45px;
        margin-top: 10px;
    }

    .work .title {
        padding: 33px 0px;
        font-size: 33px;
    }

    .work .work_akpp img {
        width: 73px;
        height: 85px;
        margin-left: 48px;
        margin-top: 8px;
    }

    .work .work_gidroblock img {
        width: 78px;
        height: 70px;
        margin-left: 46.5px;
        margin-top: 15px;
    }

    .work .work_gidrotransformator img {
        width: 66.5px;
        height: 68px;
        margin-left: 43px;
        margin-top: 16.5px;
    }

    .work .work_korobka img {
        width: 90px;
        height: 66.5px;
        margin-left: 31.5px;
        margin-top: 16.5px;
    }

    .work {
        margin: 33px auto;
        overflow: hidden;
    }

    .zapis div {
        background-color: #2d8d5c;
        color: #fff;
        padding: 7px 13px;
        text-align: left;
        font-size: 15px;
        border-radius: 100px;
        margin-top: 14px;
        width: 200px;
    }

    .zapis {
        display: block;
        float: right;
    }

    .zapis_button img {
        height: 38px;
        width: 33px;
    }

    .zapis_button span {
        color: white;
        font-weight: bold;
        width: 65%;
        font-size: 22px;
        line-height: 21px;
        font-weight: 500;
    }

    .zapis_button {
        height: 53px;
        width: 240px;
        background-color: #4eb981;
        border: 1px solid #36a36a;
        border-radius: 4px;
        cursor: pointer;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    #button_waiting_call {
        height: 47px !important;
        font-size: 14px !important;
        font-weight: bold !important;
    }

    #desktop_video {
        width: 100%;
    }

    #header_button_kalkulator img {
        width: 35px;
        height: 42px;
    }

    #header_button_promotions img {
        width: 42px;
        height: 40px;
    }

    #header_video video {
        display: none
    }

    #header_video {
        background-image: url("/bitrix/templates/orbita/img/video_header_tab.png");
        height: 260px;
        position: relative;
        margin-top: 105.8px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    #kalkulator_header_block {
        width: 1230px;
        padding-bottom: 56px;
    }

    #kalkulator_select span {
        width: 210px;
        margin-right: 20px;
        text-align: right;
        line-height: 25px;
    }

    #kalkulator_summa .but {
        padding: 17px 18px 15px 22px;
        font-size: 20px;
    }

    #kalkulator_summa .sign {
        font-size: 42px !important;
    }

    #kalkulator_summa .summa {
        display: flex;
        flex-direction: column;
    }

    #kalkulator_summa div svg {
        height: 50px;
        margin-right: 12px;
    }

    #kalkulator_summa strong {
        font-size: 28px;
    }

    #kalkulator_summa {
        width: 100%;
        font-size: 20px;
        justify-content: space-around;
        align-items: center;
        height: 100px;
        width: 100%;
    }

    #kalkulator_title {
        font-size: 33px;
    }

    #kalkulator_to h2 {
        text-align: center;
        font-size: 33px;
        padding-top: 43px;
        padding-bottom: 33px;
    }

    #kalkulator_to table td .checkbox {
        height: 32px;
        margin-right: 25px;
    }

    #kalkulator_to table th {
        padding: 13px 9px;
        text-align: left;
    }

    #kalkulator_to {
        width: 1230px;
        font-size: 20px;
    }

    #kalkulator_to>div:last-child {
        padding-bottom: 85px;
    }

    #select_model_auto option,
    #select_mark_auto option,
    #select_mark_auto_kalkulator option,
    #select_model_auto_kalkulator option,
    #selection_for_kalkulator option {
        font-size: 20px;
    }

}