* {
    box-sizing: border-box;
    margin: 0 auto;
}
html, body, form {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #252f39;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
body {
    font-family: 'Spartan', sans-serif;
    background: white;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}
a {
    text-decoration: none;
}
h1, h2, h3 {
    font-family: 'Merriweather', serif;
    margin: 0;
    font-size: 71px;
    line-height: 77px;
    font-weight: 900;
}
    h1 b {
        color: #F23919;
    }
h3 {
    font-weight: 400;
    font-size: 35px;
    line-height: 41px;
    margin: 25px 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
    box-shadow: 0 0 0px 1000px #F4F4F4 inset !important;
    -webkit-box-shadow: 0 0 0px 1000px #F4F4F4 inset !important;
    transition: background-color 5000s ease-in-out 0s;
}
button, input, textarea {
    font-family: 'Spartan', sans-serif;
    font-size: 16px;
    padding: 12px 35px 11px 35px;
    border-radius: 25px;
    outline: none;
    color: #252f39;
    border: 4px solid #252F39;
    background-color: transparent;
    margin: 0 12px;
    cursor: pointer;
    position: relative;
}
    button:hover {
        color: black;
        border-color: black;
    }
    input[type=submit] {
        color: white;
        background: #252F39;
        height: 45px;
        width: 100%;
        font-size: 12px;
    }
        input[type=submit]:hover {
            background-color: black;
            border-color: black;
        }
    input:not([type=submit]), label, textarea {
        width: 100%;
        font-size: 12px;
        color: #252F39;
        margin: 5px 0 25px 0;
        border: 2px solid #252F39;
        cursor: initial;
    }
        input::placeholder {
            color: #252F39;
        }
            input:focus::placeholder,
            input:active::placeholder {
                color: transparent;
            }
        label {
            padding-left: 5px;
            border: none;
        }
        textarea {
            resize: none;
            height: 95px;
        }
    input.error, textarea.error {
        border-color: #ff295c;
    }
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }
    input[type=number] {
      -moz-appearance: textfield;
    }
.header {
    position: fixed;
    top: 34px;
    left: 50%;
    transform: translate(-50%);
    width: calc(100vw - 50px);
    max-width: 900px;
    height: 81px;
    background: linear-gradient(172.4deg, #E60039 13.72%, #FA6400 61.19%);
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.15);
    border-radius: 64px;
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr auto;
    color: white;
    font-size: 11px;
    z-index: 999;
}
    .header .logo {
        width: 100%;
        text-align: left;
        padding-left: 39px;
        height: 27px;
        cursor: pointer;
    }
        .header .logo div {
            height: 100%;
            display: inline-block;
        }
        .header .logo div:first-child {
            width: 27px;
            background-color: white;
            -webkit-mask: url(../images/logo.svg);
            mask: url(../images/logo.svg);
            -webkit-mask-size: 27px;
            mask-size: 27px;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-position: left center;
            mask-position: left center;
        }
        .header .logo div:last-child {
            width: 63px;
            background-color: white;
            -webkit-mask: url(../images/novosi.svg);
            mask: url(../images/novosi.svg);
            -webkit-mask-size: 56px 11px;
            mask-size:  56px 11px;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-position: right center;
            mask-position: right center;
        }
    .header .social {
        width: 100%;
        text-align: right;
        padding-right: 36px;
        height: 27px;
    }
        .header .social div {
            height: 100%;
            display: inline-block;
        }
        .header .social a:first-child div {
            width: 41px;
            background-color: white;
            -webkit-mask: url(../images/icons/t.svg);
            mask: url(../images/icons/t.svg);
            -webkit-mask-size: 24px;
            mask-size: 24px;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-position: right center;
            mask-position: right center;
        }
        .header .social a:last-child div {
            width: 41px;
            background-color: white;
            -webkit-mask: url(../images/icons/l.svg);
            mask: url(../images/icons/l.svg);
            -webkit-mask-size: 24px;
            mask-size:  24px;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-position: right center;
            mask-position: right center;
        }
    .header .menu {
        width: 500px;
        text-align: left;
        display: grid;
        grid-template-columns: repeat(3, auto);
        padding: 1px 0 0 14px;
        position: relative;
        padding: 0 80px;
    }
        .header a {
            cursor: pointer;
        }
        .header .menu .hover {
            position: absolute;
            background: rgba(0,0,0,.1);
            z-index: -1;
            width: 111px;
            height: 40px;
            margin-top: -6.5px;
            border-radius: 20px;
            opacity: 0;
            transition-delay: 50ms;
            left: 50%;
            transform: translate(-175px);
        }
            .header .menu .hover.visible {
                opacity: 1;
                transition: 750ms;
            }
            .header .menu .hover.go-one {
                transform: translate(-175px);
                transition: 250ms;
            }
            .header .menu .hover.go-two {
                transform: translate(-65px);
                transition: 250ms;
            }
            .header .menu .hover.go-three {
                transform: translate(53px);
                transition: 250ms;
            }
        .header .menu a {
            text-decoration: none;
            color: white;
            display: grid;
            align-items: center;
            grid-template-columns: repeat(2, auto);
            column-gap: 10px;
        }
        .header .menu div {
            display: inline-block;
            width: 19px;
            height: 19px;
        }
        .header .menu a div {
            background-color: white;
            -webkit-mask-size: 19px;
            mask-size: 19px;
        }
        .header .menu a:first-child div {
            -webkit-mask: url(../images/logo.svg);
            mask: url(../images/logo.svg);
            -webkit-mask-size: 16px;
            mask-size: 16px;
            margin-bottom: 3px;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-position: right center;
            mask-position: right center;
        }
        .header .menu a:nth-child(2) div {
            -webkit-mask: url(../images/icons/products.svg);
            mask: url(../images/icons/products.svg);
            margin-left: 8px;
            margin-bottom: 1px;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-position: right center;
            mask-position: right center;
        }
        .header .menu a:nth-child(3) div {
            -webkit-mask: url(../images/icons/contact.svg);
            mask: url(../images/icons/contact.svg);
            margin-bottom: 1px;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-position: right center;
            mask-position: right center;
        }
#home, #about {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding-top: 99px;
    display: grid;
    align-content: center;
}
#home {
    height: 100%;
    background: linear-gradient(0deg, #FFFFFF 13.62%, rgba(255, 255, 255, 0) 40.17%), url(../images/home.jpg);
    background-size: cover;
    background-position: center center;
    grid-template-columns: 48% 52%;
}
    #home .content {
        grid-column: 2;
        max-width: 655px;
        margin-left: 0;
    }
        #home .content p {
            font-size: 13px;
            margin-top: 27px;
        }
    #home .mouse {
        position: absolute;
        bottom: 55px;
        left: 50%;
        transform: translateX(-50%);
        width: 20px;
        height: 35px;
        border: 2px solid black;
        border-radius: 10px;
        animation: mouse 3s infinite;
        cursor: pointer;
    }
        #home .mouse span {
            position: absolute;
            bottom: 5px;
            left: 50%;
            transform: translate(-50%);
            width: 2px;
            height: 7px;
            background: black;
            border-radius: 2px;
        }
    #about .content {
        max-width: 50%;
        padding-top: 59px;
    }
        #about .content p {
            margin-bottom: 31px;
            line-height: 31px;
        }
        #about .content h3 {
            margin: 41px 0 55px 0;
        }
    #about .dream {
        position: absolute;
        z-index: -1;
        bottom: 80px;
        left: 0;
    }
        #about .dream h2 {
            color: rgba(0,0,0,.03);
            font-size: 16.5vw;
            line-height: 16.5vw;
        }
#products, #contact {
    width: 100%;
    padding: 95px 25px 0 25px;
}
    #products .logo {
        width: 120px;
        height: 120px;
        border-radius: 100%;
        box-shadow: 0px 9px 44px rgba(0, 0, 0, 0.15);
    }
    #products h2 {
        margin: 35px 0;
    }
    #products .buttons {
        margin-top: 65px;
    }
    #products .image {
        display: grid;
        align-items: center;
        position: relative;
    }
    #products .therapro,
    #products .makedata,
    #products .tcd,
    #products .screen,
    #products .nhr {
        width: 100%;
        padding: 75px 125px;
        margin-bottom: 25px;
    }
    #products .therapro .container,
    #products .makedata .container,
    #products .tcd .container,
    #products .screen .container,
    #products .nhr .container,
    #contact .container,
    .footer .container {
        max-width: 1140px;
        display: grid;
        align-content: center;
        text-align: center;
    }
    #products .therapro div:not(.buttons),
    #products .makedata div:not(.buttons),
    #products .tcd div:not(.buttons),
    #products .screen div:not(.buttons),
    #products .nhr div:not(.buttons) {
        display: grid;
        align-content: center;
    }
    #products .therapro p,
    #products .makedata p,
    #products .tcd p,
    #products .screen p,
    #products .nhr p {
        padding: 0 55px;
    }
    #products .screen,
    #products .nhr {
        color: white;
    }
    #products .screen button,
    #products .nhr button,
    #products .therapro button,
    #products .makedata button {
        color: white;
        border-color: white;
    }
        #products .nhr .image img {
            filter: drop-shadow(0px 4px 34px rgba(0,0,0,.25));
        }
    #products .tcd {
        background: #F4F4F4;
        position: relative;
    }
    #products .tcd .container .image::before {
        content: "";
        position: absolute;
        width: 157px;
        height: 160px;
        right: -39px;
        top: -31px;
        background: url(../images/tcd/top.svg) no-repeat;
        background-size: 100%;
        z-index: 0;
    }
    #products .tcd .container .image::after {
        content: "";
        position: absolute;
        width: 52px;
        height: 63px;
        left: 165px;
        bottom: 55px;
        background: url(../images/tcd/bottom.svg) no-repeat;
        background-size: 100%;
        z-index: 0;
    }
    #products .tcd .container .image img {
        z-index: 1;
    }
    #products .tcd .container {
        grid-template-columns: 48% 52%;
    }
        #products .tcd .logo {
            background: #FF0066 url(../images/tcd/logo.svg) no-repeat center center;
        }
        #products .tcd .buttons a:first-child button {
            background-color: #252F39;
            color: #F4F4F4;
        }
            #products .tcd .buttons a:first-child button:hover {
                background-color: black;
            }
    #products .screen {
        background: #3B3B3F url(../images/screen/image.png);
        background-repeat: no-repeat;
        background-position: bottom -1px left -1px;
        background-size: auto 100%;
    }
    #products .screen .container {
        grid-template-columns: 52% 48%;
        text-align: center;        
    }
        #products .screen .logo {
            background: #FFFFFF;
            text-align: center;
            line-height: 120px;
            font-size: 25px;
            letter-spacing: -1px;
            color: #252f39;
        }
        #products .screen .buttons a:first-child button {
            background-color: white;
            color: #3B3B3F;
        }
    #products .nhr {
        background: url(../images/hnr.jpg);
        background-size: cover;
        background-position: center center;
    }
    #products .nhr .container {
        grid-template-columns: 48% 52%;
    }
        #products .nhr .logo {
            background: #007AFF url(../images/nhr/logo.svg) no-repeat center center;
        }
        #products .nhr .buttons a:first-child button {
            background-color: white;
            color: #007AFF;
        }
            #products .nhr .buttons a:first-child button:hover {
                background-color: #F4F4F4;
            }
    #products .therapro {
        background: #313152 url(../images/therapro.png);
        background-repeat: no-repeat;
        background-position: bottom -1px left -1px;
        background-size: auto 100%;
    }
    #products .makedata {
        background: url(../images/makedata.jpg);
        background-size: cover;
        background-position: center center;
    }
    #products .therapro .container,
    #products .makedata .container {
        grid-template-columns: 1fr 1fr;
        color: white;
    }
        #products .therapro .logo {
            background: #313152 url(../images/therapro/logo.svg) no-repeat center center;
        }
        #products .therapro .buttons a:first-child button {
            background-color: #FDBF0F;
            color: #313152;
            border-color: #FDBF0F;
        }
        #products .makedata .logo {
            background: #FFFFFF url(../images/makedata/logo.svg) no-repeat center center;
        }
        #products .makedata .buttons a:first-child button {
            background-color: #A35199;
            color: white;
            border-color: #A35199;
        }
#contact {
    background: #F4F4F4;
    padding: 115px 175px;
    min-height: 100vh;
    display: grid;
}
    #contact .container {
        grid-template-columns: 50% 50%;
        grid-template-rows: auto auto;
        text-align: unset;
    }
    #contact h2 {
       grid-column: 1/3;
       margin-bottom: 65px;
    }
    #contact .address {
        padding-right: 75px;
        display: grid;
        grid-template-columns: 47px 115px auto;
        max-height: 375px;
        margin: 0;
    }
        #contact .address div {
            width: 100%;
            height: fit-content;
            min-height: 25px;
            text-align: left;
        }
        #contact .address .line {
            width: 72px;
            min-height: unset;
            height: 2px;
            margin-left: 0;
            grid-column: 3;
            background-color: #252f39;
        }
        #contact .address div:first-child {
            background: url(../images/icons/address.svg) no-repeat left top 1px;
        }
        #contact .address div:nth-child(4) {
            background: url(../images/icons/email.svg) no-repeat left top 1px;
        }
        #contact .address div:nth-child(7) {
            background: url(../images/icons/phone.svg) no-repeat left top 1px;
        }
        #contact .address div:last-child {
            margin-left: 0;
            grid-column: 3;
            position: relative;
        }
            #contact .address div:last-child span {
                position: absolute;
                width: 24px;
                height: 24px;
                background: url(../images/icons/t.svg) no-repeat center center;
            }
            #contact .address div a:last-child span {
                position: absolute;
                width: 24px;
                height: 24px;
                left: 47px;
                background: url(../images/icons/l.svg) no-repeat center center;
            }
    #contact .form {
        padding-left: 65px;
        margin: 0;
    }
        #contact .form input:not([type=submit]) {
            padding-top: 13px;
            padding-left: 43px;
        }
        #contact .form p {
            font-size: 12px;
            padding-left: 5px;
        }
        #contact .form div:not(.code) {
            display: grid;
            grid-template-columns: 35% 45%;
            column-gap: 15px;
            row-gap: 35px;
            margin-top: 5px;
        }
            #contact .form div #code {
                padding-right: 10px;
                margin: 0;
                background: url(../images/icons/safety.svg) no-repeat left 13px center;
            }
            #contact .form div .code {
                border-radius: 25px;
                height: 45px;
                overflow: hidden;
                width: 100%;
                background-color: #d9d9d9;
                text-align: center;
            }
                #contact .form div .code img {
                    margin: 0 auto;
                }
            #contact .form div input[type=submit] {
                min-width: 155px;
                margin-left: 0;
            }
        #contact .form span {
            position: absolute;
            z-index: 9;
            margin: 39px 0 0 6px;
            width: 24px;
            height: 24px;
            background: url(../images/icons/user.svg) no-repeat center center;
        }
        #contact .form p:nth-child(3) span {
            background: url(../images/icons/email.svg) no-repeat center center;
        }
        #contact .form p:nth-child(5) span {
            background: url(../images/icons/phone.svg) no-repeat center center;
        }
.footer {
    background: #E4E4E4;
    color: #909090;
    font-size: 12px;
    padding: 0 175px;
}
    .footer .container {
        grid-template-columns: repeat(3, 1fr);
        align-items: center;
        text-align: left;
        min-height: 109px;
    }
    .footer div {
        width: 100%;
        text-align: center;
    }
    .footer div:first-child {
        text-align: left;
        height: 25px;
    }
    .footer div:first-child span {
        position: absolute;
        width: 24px;
        height: 24px;
        background: url(../images/logo.svg) no-repeat center center;
        background-size: 100%;
    }
    .footer div:first-child span:last-child {
        position: absolute;
        width: 50px;
        height: 24px;
        background: url(../images/novosi.svg) no-repeat center center;
        background-size: 100%;
        margin: 1px 0 0 30px;
    }
    .footer div:last-child {
        text-align: right;
    }
.devices {
    width: 100%;
    aspect-ratio: 1;
    background: url(../images/therapro/laptop.svg) no-repeat center;
    background-size: 100%;
    display: grid;
    align-items: center;
    justify-items: center;
    position: relative;
}
.devices video {
    width: 83%;
}
.devices::after {
    content: "";
    position: absolute;
    left: 3%;
    bottom: 4%;
    width: 27%;
    aspect-ratio: 42/88;
    background: url(../images/therapro/phone.svg) no-repeat center;
    background-size: 100%;
}
.alert {
    position: fixed;
    top: 125px;
    left: 50%;
    transform: translate(-50%);
    width: calc(100vw - 50px);
    max-width: 346px;
    background: #252f39;
    border-radius: 58px;
    color: white;
    font-size: 12px;
    display: none;
    z-index: 999;
}
    .alert .ok,
    .alert .fail {
        height: 52px;
        display: grid;
        grid-template-columns: 47px auto 57px;
        align-items: center;
        line-height: 54px;
    }
        .alert .fail .icon {
            width: 23px;
            height: 23px;
            background: #FF0066;
            border-radius: 100%;
            margin-top: -2.5px;
        }
        .alert .ok .icon {
            width: 23px;
            height: 23px;
            background: #2cd952;
            border-radius: 100%;
            margin-top: -2.5px;
        }
            .alert .icon span {
                position: absolute;
                width: 13px;
                height: 2px;
                background: #252f39;
                border-radius: 2px;
                transform: rotate(-45deg) translate(-2.5px, 12.5px);
            }
            .alert .fail .icon span:first-child {
                transform: rotate(-45deg) translate(-4px, 11px);
            }
            .alert .fail .icon span:last-child {
                transform: rotate(45deg) translate(11px, 4px);
            }
            .alert .ok .icon span:last-child {
                width: 7px;
                transform: rotate(45deg) translate(12px, 6px);
            }
        .alert .close {
            width: 17px;
            height: 17px;
            margin: 11px 0 0 15px;
            cursor: pointer;
        }
            .alert .close span {
                position: absolute;
                width: 21px;
                height: 2px;
                background: white;
                border-radius: 2px;
                transform: rotate(45deg);
            }
            .alert .close span:last-child {
                transform: rotate(-45deg);
            }
@keyframes mouse {
    0% { transform: translate(-50%, 0px); }
    5% { transform: translate(-50%, -5px); }
    15% { transform: translate(-50%, 10px); }
    25% { transform: translate(-50%, 0px); }
    100% { transform: translate(-50%, 0px); }
    }
/* mobile */
@media only screen and (max-width: 1130px) {
    body {
        font-size: 14px;
    }
    h1, h2 {
        font-size: 51px;
        line-height: 57px;
    }
    h3 {
        font-size: 27px;
        line-height: 35px;
    }
    #home .content {
        padding-right: 25px;
    }
    #products .therapro .container,
    #products .makedata .container,
    #products .tcd .container,
    #products .screen .container,
    #products .nhr .container {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        row-gap: 50px;
        padding: 55px 50px;
    }
    #products .screen {
        background-size: auto 450px;
    }
    #products .screen .empty {
        min-height: 175px;
    }
    #products .makedata .empty {
        display: none;
    }
    #products .makedata .container .empty,
    #products .screen .container .empty {
        grid-row: 2;
    }
    #contact .form div:not(.code) {
        grid-template-columns: 35% 1fr;
    }
    #products .tcd .container .image::before {
        right: -31px;
        top: -107px;
    }
    #products .tcd .container .image::after {
        left: 190px;
        bottom: -15px;
    }
    #products .therapro {
        background-position: top -1px left -1px;
        background-size: 50% auto;
    }
}
@media only screen and (max-width: 900px) {
    #about .content {
        max-width: unset;
        padding: 55px 125px;
    }
    #contact .container {
        grid-template-columns: 1fr;
        padding: 75px 0;
    }
    #contact h2 {
        grid-column: 1;
    }
    #contact .address,
    #contact .form {
        padding: 0;
    }
    #contact .address {
        row-gap: 25px;
        padding-bottom: 55px;
    }
    .footer .container {
        font-size: 10px;
        padding: 0;
    }
}

@media only screen and (max-width: 755px) {
    h1 {
        font-size: 45px;
        line-height: 47px;
    }
    h2 {
        font-size: 39px;
        line-height: 47px;
    }
    h3 {
        font-size: 23px;
        line-height: 29px;
    }
    .header {
       height: 69px;
       width: calc(100vw - 24px);
       grid-template-columns: 74px auto;
    }
    .header .logo {
        margin: 0 auto;
        padding-left: 25px;
        height: 35px;
        text-align: center;
    }
        .header .logo div:first-child {
            width: 35px;
            height: 35px;
            -webkit-mask-size: 35px;
            mask-size: 35px;
        }
        .header .logo div:last-child {
            width: 1px;
            -webkit-mask: unset;
            mask: unset;
            margin-left: 10px;
            background: rgba(255,255,255,.23);
        }
    .header .menu {
        width: fit-content;
        padding: 0;
        margin-right: 15px;
    }
    .header .menu a {
        margin: 0 5px;
        column-gap: 5px;
        line-height: 11px;
    }
    .header .social {
        display: none;
    }
    #home {
        grid-template-columns: 17% 83%;
        padding-top: 0;
        padding-right: 10px;
    }
    #about .content,
    #contact {
        padding: 55px 75px;
    }
    .footer .container {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 45px);
        padding: 100px 0;
    }
    .footer .container div:first-child,
    .footer .container div:last-child {
        text-align: center;
    }
    .footer .container div:first-child span:first-child {
        margin-left: -41px;
    }
    .footer .container div:first-child span:last-child {
        margin-left: -11px;
    }
    .header .menu .hover {
        width: 99px;
        height: 30px;
        margin-top: -5px;
        border-radius: 20px;
        opacity: 0;
        transition-delay: 50ms;
        left: 50%;
        transform: translate(-132px);
    }
        .header .menu .hover.visible {
            opacity: 1;
            transition: 750ms;
        }
        .header .menu .hover.go-one {
            transform: translate(-132px);
            width: 79px;
        }
        .header .menu .hover.go-two {
            transform: translate(-53px);
            width: 89px;
        }
        .header .menu .hover.go-three {
            transform: translate(33px);
        }
        #products .therapro,
        #products .makedata,
        #products .tcd,
        #products .screen,
        #products .nhr {
            padding-left: 0;
            padding-right: 0;
        }
}
@media only screen and (max-width: 550px) {
    button, #contact .form input[type=submit] {
        font-size: 13px;
        padding: 10px 17px 9px 17px;
        margin: 7px;
        min-width: 125px;
        align-items: center;
    }
    #home .content {
        padding-right: 15px;
    }
    #products .therapro p,
    #products .makedata p,
    #products .tcd p,
    #products .screen p,
    #products .nhr p {
        padding: 0 15px;
    }
    #contact .address {
        grid-template-columns: 29px 85px auto;
    }
    .footer {
        padding-left: 0;
        padding-right: 0;
    }
    #products .tcd .container .image::before {
        width: 79px;
        height: 80px;
        right: -11px;
        top: -61px;
    }
    #products .tcd .container .image::after {
        width: 26px;
        height: 32px;
        left: 105px;
        bottom: -10px;
    }
}
@media only screen and (max-width: 425px) {
    body {
        font-size: 13px;
    }
    h2 {
        font-size: 29px;
    }
    h3 {
        font-size: 19px;
        line-height: 25px;
    }
    #about .content {
        padding: 35px;
    }
    #about .content h3 {
        margin: 21px 0 29px 0;
    }
    #products .therapro,
    #products .makedata,
    #products .tcd,
    #products .screen,
    #products .nhr {
        padding: 35px 5px;
    }
    #products .screen {
        background-size: auto 400px;
    }
    #contact {
        padding: 45px 30px;
    }
    #products .tcd .container .image::before {
        right: -21px;
        top: -61px;
    }
    #products .tcd .container .image::after {
        left: 55px;
        bottom: -15px;
    }
}