@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');

img {
    max-width: 100%;
}

* {
    outline: none !important;
}

a, button {
    cursor: pointer;
}

body {
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 0;
}

label a {
    color: var(--bs-body-color);
    text-decoration: none;
}
label a:hover {
    color: var(--bs-body-color);
    text-decoration: underline;
}

.row {
    margin: 0 -10px;
}

.row > * {
    padding: 0 10px;
}

.container {
    width: 1210px;
    max-width: 100%;
    padding: 0 15px;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 1;
}

header {
    padding: 46px 0 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 1;
}

.header-page {
    padding: 26px 0 26px 0;
    background: rgb(17 17 17 / 95%);
}

.header-fixed {
    position: fixed;
    background: rgb(17 17 17 / 95%);
    padding: 16px 0 20px 0;
    transition: 0.5s;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.burger {
    font-weight: 700;
    font-size: 16px;
    line-height: 116.4%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    padding: 12px 18px;
    background: transparent;
    border: 0.678571px solid #FFFFFF;
    border-radius: 9.5px;
}

.burger img {
    margin-right: 6px;
}

.b-msg {
    color: white;
    /*background: rgba(255, 255, 255, 1);*/
    /* backdrop-filter: url(); */
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.q-msg {
    color: red;
    padding: 10px 0;
}
.p-msg {
    color: red;
    padding: 0 0 10px 0;
}

/* Offcanvas */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav ul {
    list-style: none;
    width: 100%;
    opacity: 0;
    transition: 2.5s;
    -webkit-transition: all 2.5s;
    transition: all 2.5s;
}

.sidenav li {
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    /*color: #818181;*/
    display: block;
    /*transition: 0.3s;*/
}

.sidenav a:hover {
    color: #FF3512;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 45px;
    margin-left: 50px;
}
.vis {
    display: block;
    width: 30%;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .burger img {
        margin-right: 0px;
    }
    .vis {
        width: 100%;
    }
}
/* Offcanvas end */

.logo {
    display: block;
    margin-right: 50px;
}

.header-block {
    display: flex;
    align-items: center;
}

.line-header {
    width: 1px;
    height: 54px;
    left: 456px;
    top: 46px;
    background: #D9D9D9;
    display: block;
}

.contact-block p {
    font-weight: 500;
    font-size: 12px;
    line-height: 116.4%;
    color: #FFF;
    margin-bottom: 0;
}

.contact-block p span {
    font-weight: 700;
    display: block;
}

.contact-block + .contact-block {
    margin-left: 22px;
}

.w-button {
    font-weight: 700;
    font-size: 14px;
    line-height: 116.4%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    padding: 11px 21px;
    background: transparent;
    border: 0.678571px solid #FFFFFF;
    border-radius: 9.5px;
}

.phone {
    font-weight: 700;
    font-size: 16px;
    line-height: 153.9%;
    text-align: center;
    color: #FFFFFF !important;
    display: table;
    text-decoration: none;
}

.whatsapp {
    font-weight: 400;
    font-size: 12px;
    line-height: 153.9%;
    text-align: center;
    color: #FFFFFF !important;
    display: table;
    text-decoration: none;
}

header .phones {
    margin-left: 25px;
}

.top-section {
    /*min-height: 1020px;*/
    min-height: 720px;
    /*background: url(../images/bg-1.jpg) no-repeat bottom center;*/
    /*background: url(../images/bg-1.png) no-repeat bottom center;*/
    /*padding-top: 296px;*/
    padding-top: 200px;
}

h1 {
    font-weight: 700;
    font-size: 69.8349px;
    line-height: 106.4%;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.top-l p {
    font-weight: 400;
    font-size: 24px;
    line-height: 116.4%;
    color: rgba(255, 255, 255, 0.75);
}

.top-l {
    padding-top: 58px;
}

.modal {
    margin-top: 10%;
}

.modal .form-tm {
    background: #fff;
    backdrop-filter: blur(7px);
    /*border-radius: 38px;*/
    padding: 10px 40px 45px 40px;
}

.modal-title {
    margin: 40px auto 20px;
    font-size: 1.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.modal .form-tm .input-tm {
    height: 50px;
    left: 870px;
    top: 367px;
    background: #FFFFFF;
    border-radius: 14px;
    width: 100%;
    margin-bottom: 20px;
    border: 3px solid rgba(217, 217, 217, 0.95);
    padding: 15px;
    font-size: 16px;
}

.modal .form-tm .w-2button {
    width: 100%;
    background: #bbb;
    color: #fff;
}
.modal .form-tm .w-2button:hover {
    width: 100%;
    background: #797979;
    color: #fff;
}

.modal .form-tm .red-button {
    font-weight: 700;
    font-size: 20px;
    line-height: 116.4%;
    text-align: center;
    color: #FFF;
    padding: 11px 41px;
    background: #FF3512;
    border-radius: 14px;
    border: 0;
}

.modal .form-tm .red-button:hover {
    background: linear-gradient(180deg, #FF3512 0%, #8F1601 100%);
}

.modal .checkbox-tm span {
    width: 26px;
    height: 25px;
    display: block;
    background: url(../images/checkbox.svg);
    margin-right: 11px;
    flex-shrink: 0;
    border: 3px solid rgba(217, 217, 217, 0.95);
}
.modal .checkbox-tm input:checked ~ span {
    background: url(../images/checkbox-2-active.svg);
    background-size: 30px;
    background-position-x: right;
    background-position: top right;
    border: 2px solid rgba(217, 217, 217, 0.95);
}

.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background-size: 1.2em;
    z-index: 3;
}

@media screen and (max-width: 767px) {
    .modal {
        margin-top: 10%;
    }
    .modal-title {
        margin: 60px auto 20px;
        font-size: 1.75rem;
        font-weight: 600;
        text-transform: uppercase;
    }
    .modal .form-tm .input-tm {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 576px) {
    header .phone {
        font-size: 12px;
    }
    .modal-title {
        margin: 60px auto 20px;
        font-size: 1.25rem;
        font-weight: 600;
        text-transform: uppercase;
    }
    .modal .form-tm {
        background: #fff;
        backdrop-filter: blur(7px);
        /* border-radius: 38px; */
        padding: 10px 15px 35px 15px;
    }
}

.form-tm {
    background: rgba(217, 217, 217, 0.25);
    backdrop-filter: blur(7px);
    border-radius: 38px;
    /*padding: 71px 40px 57px 40px;*/
    padding: 51px 40px 51px 40px;
}

.input-tm {
    height: 50px;
    left: 870px;
    top: 367px;
    background: #FFFFFF;
    border-radius: 14px;
    width: 100%;
    margin-bottom: 25px;
    border: 0;
    padding: 15px;
    font-size: 16px;
}

.checkbox-tm {
    position: relative;
    display: flex;
    align-items: center;
}

.checkbox-tm input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.checkbox-tm span {
    width: 25px;
    height: 24px;
    display: block;
    /*background: url(../images/checkbox.svg);*/
    margin-right: 11px;
    flex-shrink: 0;
}

.checkbox-tm input:checked ~ span {
    background: url("../images/checkbox-active.svg");
    background-size: 30px;
    background-position-x: right;
    background-position: top right;
    border: 2px solid rgba(217, 217, 217, 0.45);
}

.form-tm .checkbox-tm {
    margin: 0px 0 25px 0;
}

.top-r .checkbox-tm span {
    width: 26px;
    height: 25px;
    display: block;
    /*background: url(../images/checkbox.svg);*/
    margin-right: 11px;
    flex-shrink: 0;
    border: 2px solid rgba(217, 217, 217, 0.45);
}

.w-2button {
    background: #FFFFFF;
    border-radius: 14px;
    font-weight: 700;
    font-size: 18px;
    line-height: 30%;
    color: #797979;
    padding: 22px;
    border: 0;
}

.w-2button:hover {
    background: #CBCBCB;
}

.w-2button:active {
    background: #FFFFFF;
}

.form-tm .w-2button {
    width: 100%;
}

.privacy-section {
    padding: 140px 0 50px 0;
}

.thanks-section {
    position: relative;
    padding: 17% 0 16.5% 0;
    text-align: center;
    height: 69vh;
}
.thanks-section h2 {
    font-size: 4rem;
    font-weight: 600;
}
.thanks-section p {
    font-size: 2rem;    
}

@media screen and (max-width: 768px) {
    .thanks-section {
        position: relative;
        padding: 50% 0 10.5% 0;
        text-align: center;
        height: 50vh;
    }
    .thanks-section h2 {
        font-size: 3rem;
        font-weight: 600;
    }
    .thanks-section p {
        font-size: 1.5rem;    
    }
}

.services-section {
    padding-top: 102px;
}

.advantage {
    font-weight: 700;
    font-size: 16px;
    line-height: 116.4%;
    text-align: center;
    color: #FFFFFF;
    padding: 17px;
    width: 100%;
    border-radius: 14px;
    height: 100%;
    background: url("../images/star.svg") no-repeat left center, #3A3A3A;
}

.advantage:hover {
    box-shadow: 0px 0px 10px #FF3512;
}

.advantages {
    margin-bottom: 84px;
}

.vertical {
    font-weight: 400;
    font-size: 3rem;
    /*font-size: 48px;*/
    line-height: 106.4%;
    color: #3A3A3A;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    margin: 0;
}

.vertical span {
    font-weight: 700;
}

.services-l {
    width: 80px;
    margin-right: 20px;
    padding-top: 77px;
}

.services-r {
    width: calc(100% - 100px);
}

.services-wrapper {
    display: flex;
}

.service-block img {
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 40.87%);
    border-radius: 14px;
    filter: drop-shadow(0px 11px 15px rgba(0, 0, 0, 0.25));
    width: 100%;
}

.service-block-img {
    margin-bottom: 18px;
    position: relative;
}

.service-block-img:after {
    border-radius: 14px;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 40.87%);
    filter: drop-shadow(0px 11px 15px rgba(0, 0, 0, 0.25));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.services-list .row {
    margin: 0 -14px;
}

.services-list .row > * {
    padding: 0 14px;
}

.service-block h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 116.4%;
    text-align: center;
    color: #3A3A3A;
    margin-bottom: 10px;
}

.service-block {
    margin-bottom: 70px;
}

.service-block p {
    font-weight: 700;
    font-size: 14px;
    line-height: 116.4%;
    text-align: center;
    color: #3A3A3A;
    margin-bottom: 18px;
}

.red-button {
    font-weight: 700;
    font-size: 20px;
    line-height: 116.4%;
    text-align: center;
    color: #FFF;
    padding: 11px 41px;
    background: #FF3512;
    border-radius: 14px;
    border: 0;
}

.red-button:hover {
    background: linear-gradient(180deg, #FF3512 0%, #8F1601 100%);
}

.red-button:active {
    background: #FF3512;
}

.service-block .red-button {
    margin: auto;
    display: block;
}

.services-form {
    margin-left: 22px;
    background: rgba(217, 217, 217, 0.25);
    backdrop-filter: blur(7px);
    border-radius: 38px;
    padding: 30px 35px 30px 35px;
}

.services-form h3 {
    font-weight: 700;
    font-size: 38px;
    line-height: 106.4%;
    color: #3A3A3A;
    margin-bottom: 26px;
}

.input-block input {
    /*background: #BBBBBB;*/
    border-radius: 14px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100.4%;
    color: #000;
    /*padding: 10px 10px 8px 40px;*/
    padding: 10px 10px 8px 10px;
    width: 100%;
    border: 1px solid #9E9E9E;
}

.input-block {
    position: relative;
}

.input-block img {
    display: none;
    position: absolute;
    top: 8px;
    left: 10px;
    width: 25px;
    height: 25px;
}

.services-form .row {
    margin: 0 -10px;
}

.services-form .row > * {
    padding: 0 10px;
}

.services-form-bottom {
    margin: 20px 0 10px 0;
    display: flex;
    justify-content: space-between;
}

.checkbox-tm-2 span {
    /*background: url(../images/checkbox-2.svg);*/
    border: 1px solid #bbb;
}

.checkbox-tm-2 input:checked ~ span {
    background: url("../images/checkbox-2-active.svg");
    background-size: 30px;
    background-position-x: right;
    background-position: top right;
    border: 1px solid #bbb;
}

.services-form-bottom .red-button {
    padding: 11px 30px;
    border-radius: 14px;
}

.download {
    font-weight: 700;
    font-size: 14px;
    line-height: 116.4%;
    color: #103FE3;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.download img {
    margin-right: 17px;
}

.h2-tm {
    font-weight: 400;
    font-size: 36px;
    line-height: 106.4%;
    color: #3A3A3A;
    margin-bottom: 28px;
}

.h2-tm span {
    font-weight: 700;
}

.laser-center-l > p {
    font-weight: 700;
    font-size: 20px;
    line-height: 140.9%;
    color: #3A3A3A;
    margin-bottom: 70px;
}

.machine-2-bottom .services-l {
    margin: 0 0 0 auto;
}


.laser-center-advantage {
    border-radius: 14px;
    padding: 10px 10px 10px 42px;
    background: url("../images/star2.svg") no-repeat left center, #EAEAEA;
    margin-bottom: 20px;
}

.laser-center-advantage h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 116.4%;
    color: #3A3A3A;
    margin-bottom: 8px;
}

.laser-center-advantage p {
    font-weight: 500;
    font-size: 16px;
    line-height: 138.4%;
    color: #3A3A3A;
    margin-bottom: 8px;
}

.laser-center-l .laser-center-advantages {
    width: 483px;
    max-width: 100%;
}

.laser-center-wrapper {
    display: flex;
    margin-bottom: -138px;
}

.laser-center-l {
    width: 593px;
    flex-shrink: 0;
    max-width: 100%;
}

.laser-center-r img {
    margin-left: -50px;
}

.laser-center-r {
    display: flex;
}

.laser-center-r .vertical {
    transform: rotate(0deg);
}

.laser-center-section {
    background: url("../images/bg-2.svg") no-repeat top right;
    margin-top: -160px;
    
    padding-top: 160px;
}

.h2-tm2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 106.4%;
    color: #3A3A3A;
    margin-bottom: 19px;
}

.h2-tm2 span {
    font-weight: 700;
    color: #FF3512;
}

.machine-block {
    display: flex;
}

.machine-l {
    padding-top: 67px;
}

.machine-block .vertical {
    margin-right: 53px;
}

.title {
    width: 660px;
    max-width: 100%;
}

.p-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150.4%;
    color: #3A3A3A;
    margin-bottom: 90px;
}

.machine-section {
    background: url(../images/bg-3.svg) no-repeat left 67px;
    padding-bottom: 180px;
}

.machine-2-top-title {
    width: 905px;
    max-width: 100%;
}

.machine-2-top-title p {
    font-weight: 600;
    font-size: 16px;
    line-height: 150.4%;
    color: #3A3A3A;
    margin-bottom: 12px;
}

.machine-tm-block {
    height: 155px;
    display: flex;
    align-items: center;
    background: #EAEAEA;
    border-radius: 14px;
    margin: 77px 0;
}

.machine-text {
    width: 250px;
    flex-shrink: 0;
    margin-left: 15px;
    padding-right: 20px;
}

.machine-text p {
    font-weight: 600;
    font-size: 12px;
    line-height: 150.4%;
    color: #3A3A3A;
    margin-bottom: 0;
}

.machine-tm-block-2 .machine-text {
    width: 280px;
}

.machine-tm-block-2 img {
    width: calc(100% - 280px);
}

.machines {
    margin-bottom: 38px;
}

.machine-2-bottom .vertical {
    margin: 0 0 0 auto;
}
.machine-2-section {
    padding-bottom: 73px;
}

.portfolio-section .services-l {
    padding-top: 0;
}

.portfolio-block img {
    filter: drop-shadow(0px 11px 15px rgba(0, 0, 0, 0.25));
    border-radius: 14px;
    margin-bottom: 28px;
    width: 100%;
}

.portfolio-block p {
    font-weight: 700;
    font-size: 18px;
    line-height: 116.4%;
    text-align: center;
    color: #3A3A3A;
    text-transform: uppercase;
}

.portfolio-section {
    padding-bottom: 105px;
}

.services-r {
    position: relative;
}

.contacts {
    position: absolute;
    background: rgba(217, 217, 217, 0.25);
    backdrop-filter: blur(4.5px);
    border-radius: 0 0 38px 38px;
    left: 100px;
    top: 0;
    padding: 37px 48px 57px 48px;
    border:2px solid #B8B6B5;
    border-top:0;
}

.contacts h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 116.4%;
    color: #3A3A3A;
    margin-bottom: 19px;
}

.contact-block-tm {
    margin-bottom: 20px;
}

.contact-block-tm p {
    font-weight: 500;
    font-size: 20px;
    line-height: 140.9%;
    margin-bottom: 0;
}

.contact-block-tm p span {
    font-weight: 700;
    display: block;
}

.contact-block-tm-2 p {
    font-weight: 500;
    font-size: 24px;
    line-height: 140.9%;
    color: #3A3A3A;
    margin-bottom: 40px;
}

.contact-block-tm-2 p span {
    font-weight: 700;
}

.contacts .red-button {
    display: block;
    padding: 10px 8px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
}
.contacts .red-button:hover {
    text-decoration: none;
    color: #ffffff;
}

.contacts-section .vertical {
    margin: 0 0 0 auto;
}

.contacts-section {
    padding-bottom: 69px;
}

footer {
    padding: 38px 0 70px 0;
    background: #D9D9D9;
    position: relative;
    bottom: 0;
    width: 100%;
}
.footer-top {
    display: flex;
    margin-bottom: 63px;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-top-r {
    display: flex;
    align-items: flex-start;
}


.phones-black a {
    color: #000!important;
}

.footer-top-r .red-button {
    border-radius: 14px;
    padding: 11px 12px;
    margin-right: 62px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer-bottom-l p {
    font-weight: 500;
    font-size: 15px;
    line-height: 116.4%;
    color: #3A3A3A;
    margin-bottom: 0;
}

.footer-bottom-r a {
    font-weight: 700;
    font-size: 15px;
    line-height: 116.4%;
    color: #252525;
    text-decoration: none;
}

.footer-bottom-r a:hover {
     text-decoration: underline;
 }





@media screen and (min-width: 1441px) {
    .top-section {
        background-size: cover;
    }
}

@media screen and (max-width: 1199px) {
    .logo {
        display: block;
        margin-right: 15px;
    }
    
    header .phones {
         margin-left: 15px;
     }
    .contact-block + .contact-block {
        margin-left: 15px;
    }
    .laser-center-r img {
        margin-left: -41px;
    }
    .laser-center-wrapper {
        margin-bottom: 40px;
    }
    .machine-tm-block-2 img {
        width: auto;
    }
}


@media screen and (max-width: 991px) {
    .header-block .w-button {
        display: none;
    }
    
    h1 {
        font-size: 32px;
        margin-bottom: 16px;
    }
    .top-section {
        min-height: 0;
        padding-top: 124px;
        padding-bottom: 40px;
    }
    .form-tm {
        border-radius: 10px;
        padding: 30px;
    }
    .input-tm {
        border-radius: 10px;
        height: auto;
    }
    .form-tm .checkbox-tm {
        margin: 10px 0 15px 0;
    }
    
    .w-2button {
        font-size: 18px;
    }
    .advantage {
        height: calc(100% - 10px);
        margin-bottom: 10px;
    }
    .services-section {
        padding-top: 20px;
    }
    .vertical {
        font-size: 28px;
        writing-mode: inherit;
        transform: rotate(0deg);
        margin: 0 0 20px 0;
    }
    .services-wrapper {
        display: block;
    }
    
    .services-l, .services-r {
        width: 100%;
    }
    .advantages {
        margin-bottom: 0;
    }
    .services-form h3 {
        font-size: 32px;
        margin-bottom: 21px;
    }
    .laser-center-wrapper {
        flex-flow: column;
    }
    .laser-center-r {
        flex-flow: column-reverse;
        padding-top: 20px;
    }
    .machine-block {
        flex-flow: column;
    }
    
    .contacts-section .services-wrapper {
        display: flex;
        flex-flow: column-reverse;
    }
    
   
    .footer-bottom {
        flex-flow: column;
        align-items: flex-start;
    }
    .footer-bottom-l {
        margin-bottom: 10px;
    }
    
    .portfolio-section {
        padding-bottom: 0;
    }
    .contacts-section .services-l {
        padding-top: 40px;
        margin-bottom: 30px;
    }
    .contacts {
        position: static;
        width: 100%;
        margin-bottom: 20px;
    }
    .contacts h3 {
        font-size: 20px;
        margin-bottom: 19px;
    }
    
    .contact-block-tm-2 p, .contact-block-tm p {
        font-size: 16px;
    }
    .services-r iframe {
        height: 400px;
    }
    .h2-tm2 {
        font-size: 24px;
    }
    
    
}


@media screen and (max-width: 767px) {
    .top-section {
        padding-top: 100px;
    }
    
    .header-block .w-button {
        display: none;
    }
    .burger span {
        display: none;
    }
    header .phones {
        margin-left: 10px;
    }
    header .phone {
        /*font-size: 14px;*/
        font-size: 1.0rem;
    }
    header {
        padding: 15px 0;
    }
    .top-l {
        padding-top: 0;
    }
    .form-tm {
        padding: 15px;
    }
    
    .input-block {
        margin-bottom: 13px;
    }
    
    .services-form-bottom {
        flex-flow: column;
    }
    .services-form {
        margin-left: 0;
    }
    .services-form-bottom .red-button {
        padding: 24px 30px;
        border-radius: 14px;
        font-size: 16px;
    }
    .services-form-bottom .checkbox-tm {
        margin-bottom: 20px;
    }
    .laser-center-section {
        margin-top: 0;
        padding-top: 70px;
    }
    
    .laser-center-r img {
        margin: 0;
    }
    
    .machine-section {
        padding-bottom: 50px;
    }
    
    .machine-tm-block {
        flex-flow: column;
        align-items: center;
        height: auto;
        background: transparent;
        margin: 30px 0;
    }
    
    .machine-text {
        margin-left: 0;
        background: #EAEAEA;
        padding: 10px;
        width: 100%;
        border-radius: 10px;
    }
    .machine-2-bottom .services-l {
        padding-top: 0;
    }
    
    .machine-2-section {
        padding-bottom: 30px;
    }
    .machine-2-bottom .services-wrapper {
        flex-flow: column-reverse;
        display: flex;
    }
    .machine-2-bottom .vertical {
        margin: 0 0 30px auto;
    }
    .contacts {
        padding: 30px 20px;
    }
    
    
    .footer-top-r, .footer-top {
        flex-flow: column;
    }
    .footer-top-l {
        margin-bottom: 20px;
    }
    .footer-top-r .red-button {
        margin-right: 0;
        margin-bottom: 20px;
    }
    

}
