@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Tenor+Sans&display=swap");

body {
    font-family: "Montserrat",sans-serif;
    margin: 0;
    padding: 0
}

    body * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

p {
    margin-top: 0
}

.container {
    max-width: 1230px
}

.invoiceheader {
    min-height: 307px;
    padding: 60px 0;
    position: relative
}

    .invoiceheader:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: rgba(0,0,0,0.5)
    }

    .invoiceheader .container {
        z-index: 3;
        position: relative
    }

    .invoiceheader .leftsect h1 {
        margin: 0 0 12px 0;
        color: #fff;
        font-size: 60px;
        font-family: "Tenor Sans",sans-serif;
        font-weight: 400;
        line-height: 125%;
        text-transform: uppercase
    }

    .invoiceheader .leftsect .invheadinfo {
        margin: 0
    }

        .invoiceheader .leftsect .invheadinfo span {
            text-transform: uppercase;
            color: #fff;
            font-size: 18px;
            line-height: 150%;
            margin-right: 50px
        }

            .invoiceheader .leftsect .invheadinfo span:last-child {
                margin-right: 0
            }

            .invoiceheader .leftsect .invheadinfo span i {
                font-style: normal;
                display: inline-block;
                margin-left: 10px
            }

    .invoiceheader .rightsect {
        text-align: right
    }

        .invoiceheader .rightsect .logo {
            display: inline-block;
            max-width: 160px;
            margin-bottom: 30px
        }

            .invoiceheader .rightsect .logo img {
                width: 100%
            }

        .invoiceheader .rightsect p {
            margin-bottom: 15px;
            color: #CCC;
            font-size: 14px;
            letter-spacing: 0.4px;
            line-height: 150%
        }

        .invoiceheader .rightsect ul {
            margin: 0;
            padding: 0;
            list-style-type: none
        }

            .invoiceheader .rightsect ul li {
                display: inline-block;
                vertical-align: middle;
                margin-right: 40px
            }

                .invoiceheader .rightsect ul li:last-child {
                    margin-right: 0
                }

                .invoiceheader .rightsect ul li a {
                    color: #CCC;
                    font-size: 15px;
                    line-height: 150%;
                    letter-spacing: 0.4px;
                    text-decoration: none;
                    position: relative;
                    padding-left: 25px;
                    -webkit-transition: 0.3s;
                    transition: 0.3s
                }

                    .invoiceheader .rightsect ul li a:after {
                        content: "";
                        display: inline-block;
                        width: 20px;
                        height: 20px;
                        position: absolute;
                        left: 0;
                        top: 0
                    }

                    .invoiceheader .rightsect ul li a.headertel:after {
                        background: url("../img/phoe-icon.svg") no-repeat center/100%
                    }

                    .invoiceheader .rightsect ul li a.headeremail:after {
                        background: url("../img/mail-icon.svg") no-repeat center/100%
                    }

                    .invoiceheader .rightsect ul li a:hover {
                        opacity: 0.7
                    }

.invoiceheader__bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.invoice__info {
    background-color: #ECCFA2;
    position: relative;
    padding: 60px 0;
    background-image: url("../img/gbelmnts.png");
    background-repeat: no-repeat;
    background-position: left top
}

.invoicemain__listgr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

    .invoicemain__listgr:after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 160px;
        background: #D3B78D;
        position: absolute;
        left: 50%;
        top: 0
    }

    .invoicemain__listgr .list {
        width: 100%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 190px
    }

        .invoicemain__listgr .list .title {
            text-transform: uppercase;
            margin-bottom: 14px;
            color: #232124;
            font-size: 20px;
            line-height: 150%;
            font-family: "Tenor Sans",sans-serif;
            font-weight: 600
        }

    .invoicemain__listgr ul {
        padding: 0;
        margin: 0;
        list-style-type: none
    }

        .invoicemain__listgr ul li {
            margin-bottom: 15px;
            font-size: 17px;
            color: #2C2C2C;
            line-height: 140%
        }

            .invoicemain__listgr ul li:last-child {
                margin-bottom: 0
            }

.invoicemain__rightbox {
    display: inline-block;
    min-width: 210px
}

    .invoicemain__rightbox .title {
        margin-bottom: 24px;
        text-transform: uppercase;
        color: #232124;
        font-size: 20px;
        line-height: 150%;
        font-family: "Tenor Sans",sans-serif;
        font-weight: 600;
        text-align: left
    }

    .invoicemain__rightbox .price {
        display: inline-block;
        padding: 11px 5px;
        text-align: center;
        color: #232124;
        font-size: 25px;
        font-weight: 500;
        line-height: 150%;
        background: rgba(165,138,99,0.34);
        width: 100%
    }

.text-end {
    text-align: right
}

.itemswrapper {
    padding: 50px 0 80px
}

.itemswrapper__title {
    color: #232124;
    font-family: "Tenor Sans",sans-serif;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 600
}

.itemleftinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .itemleftinfo .imgwrap {
        width: 100%;
        max-width: 206px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 206px;
        flex: 0 0 206px;
        -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.06);
        box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.06)
    }

        .itemleftinfo .imgwrap img {
            width: 100%
        }

    .itemleftinfo .descrwrap {
        width: 100%;
        max-width: calc(100% - 206px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 206px);
        flex: 0 0 calc(100% - 206px);
        padding-left: 20px
    }

        .itemleftinfo .descrwrap p {
            margin-bottom: 7px;
            font-size: 15px;
            color: #464646;
            font-weight: 500;
            line-height: 150%
        }

            .itemleftinfo .descrwrap p:last-child {
                margin-bottom: 0
            }

            .itemleftinfo .descrwrap p span {
                font-family: "Tenor Sans",sans-serif
            }

        .itemleftinfo .descrwrap .title {
            margin-bottom: 15px;
            color: #232124;
            font-size: 16px;
            line-height: 150%;
            text-transform: uppercase;
            font-weight: 600;
            font-family: "Tenor Sans",sans-serif
        }

.itemrightinfowrap {
    text-align: right
}

    .itemrightinfowrap .itemrightinfo {
        max-width: 380px;
        display: inline-block;
        text-align: left
    }

        .itemrightinfowrap .itemrightinfo p {
            margin-bottom: 7px;
            font-size: 15px;
            color: #464646;
            font-weight: 500;
            line-height: 150%
        }

            .itemrightinfowrap .itemrightinfo p span {
                font-family: "Tenor Sans",sans-serif
            }

            .itemrightinfowrap .itemrightinfo p:last-child {
                margin-bottom: 0
            }

.itemblock {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(181,181,181,0.35)
}

    .itemblock .tablewrap {
        width: 100%;
        overflow: auto
    }

    .itemblock table {
        margin-top: 20px;
        width: 100%;
        border-collapse: collapse
    }

        .itemblock table td {
            vertical-align: top;
            border: 1px solid rgba(70,70,70,0.4);
            border-collapse: collapse;
            padding: 10px 5px;
            text-align: center;
            min-width: 40px;
            font-size: 16px;
            color: #464646;
            font-weight: 500;
            line-height: 150%
        }

            .itemblock table td span {
                display: block;
                margin-top: 5px
            }

            .itemblock table td:first-child {
                vertical-align: middle
            }

            .itemblock table td[colspan] {
                border: none
            }

.totalsection__left {
    color: #232124
}

    .totalsection__left .title {
        margin-bottom: 15px;
        font-family: "Tenor Sans",sans-serif;
        line-height: 150%;
        text-transform: uppercase
    }

    .totalsection__left p {
        font-family: "Tenor Sans",sans-serif
    }

        .totalsection__left p span {
            font-family: "Montserrat",sans-serif;
            font-size: 15px;
            color: #8A8A8A;
            font-weight: 500
        }

.totalsection__right {
    text-align: right
}

    .totalsection__right .totalbox {
        width: 360px;
        display: inline-block;
        text-align: left
    }

        .totalsection__right .totalbox ul {
            list-style-type: none;
            padding: 0;
            margin: 0
        }

            .totalsection__right .totalbox ul li {
                margin-bottom: 10px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap
            }

                .totalsection__right .totalbox ul li:last-child {
                    margin-bottom: 0
                }

            .totalsection__right .totalbox ul .lefttext {
                width: 100%;
                max-width: 95px;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 95px;
                flex: 0 0 95px;
                text-align: right;
                text-transform: uppercase;
                color: #232124;
                font-family: "Tenor Sans",sans-serif
            }

            .totalsection__right .totalbox ul .righttext {
                width: 100%;
                max-width: calc(100% - 95px);
                -webkit-box-flex: 0;
                -ms-flex: 0 0 calc(100% - 95px);
                flex: 0 0 calc(100% - 95px);
                text-align: right;
                color: #232124;
                font-weight: 500
            }

            .totalsection__right .totalbox ul .grcolor .lefttext, .totalsection__right .totalbox ul .grcolor .righttext {
                color: #A58A63
            }

.grandtotal {
    border-top: 1px solid #A58A63;
    margin: 0;
    text-align: right
}

    .grandtotal .grandtotaltext {
        padding: 5px 15px 5px 40px;
        background: #A58A63;
        min-width: 380px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .grandtotal .grandtotaltext .title {
            color: #fff;
            font-family: "Tenor Sans",sans-serif;
            text-transform: uppercase;
            font-size: 20px;
            line-height: 150%
        }

        .grandtotal .grandtotaltext .totalsum {
            font-size: 20px;
            color: #fff;
            font-weight: 500;
            line-height: 150%
        }

.termssection {
    margin-top: 75px;
    padding-bottom: 80px
}

    .termssection .termssection__left {
        width: 100%;
        max-width: calc(100% - 200px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px)
    }

        .termssection .termssection__left .title {
            margin-bottom: 15px;
            text-transform: uppercase;
            color: #232124;
            font-family: "Tenor Sans",sans-serif;
            text-transform: uppercase;
            line-height: 150%
        }

        .termssection .termssection__left p {
            max-width: 437px;
            margin: 0;
            color: #8A8A8A;
            font-size: 15px;
            font-weight: 500;
            line-height: 150%
        }

    .termssection .termssection__right {
        width: 100%;
        max-width: 200px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        text-align: center
    }

        .termssection .termssection__right img {
            width: 76px;
            margin-bottom: 11px
        }

        .termssection .termssection__right .title {
            margin-bottom: 5px;
            text-transform: uppercase;
            color: #232124;
            font-size: 20px;
            font-family: "Tenor Sans",sans-serif;
            line-height: 150%
        }

        .termssection .termssection__right p {
            margin: 0;
            color: #8A8A8A;
            font-size: 15px;
            font-weight: 500;
            line-height: 150%
        }

.leavecomment {
    background: url("../img/bg2.png") no-repeat left top/cover;
    padding: 60px 0 70px
}

    .leavecomment .title {
        text-align: center;
        margin-bottom: 45px;
        text-transform: uppercase;
        color: #fff;
        font-family: "Tenor Sans",sans-serif;
        font-size: 20px;
        line-height: 150%
    }

    .leavecomment form {
        max-width: 920px;
        margin: 0 auto
    }

    .leavecomment .inputfield label {
        color: #fff;
        display: block;
        margin-bottom: 8px;
        color: #FFF;
        font-size: 12px;
        line-height: 140%;
        letter-spacing: 3.84px;
        text-transform: uppercase
    }

    .leavecomment .inputfield textarea {
        resize: none;
        width: 100%;
        background: transparent;
        border: 1px solid #E8E8E1;
        height: 130px;
        outline: none;
        padding: 10px;
        color: #fff;
        font-size: 16px
    }

    .leavecomment .text-center {
        text-align: center
    }

    .leavecomment .submbtn {
        background: #111;
        outline: none;
        padding: 14px 20px;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 142%;
        letter-spacing: 3.9px;
        border: none;
        margin-top: 30px;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

        .leavecomment .submbtn:hover {
            color: #111;
            background: #fff
        }

.itemleftinfo .descrwrapinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .itemleftinfo .descrwrapinfo p {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

   /* .itemleftinfo .descrwrapinfo p:nth-child(odd) {
        width: 100%;
        max-width: 55%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%
    }*/

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.itemblock table td input {
    width: 42px;
    border: none;
    text-align: center;
    font-size: 16px;
    color: #464646;
    font-weight: 500;
    outline: none;
    height: 24px;
    border-radius: 3px
}

    .itemblock table td input:focus {
        background: #eccfa2
    }

.warningtext {
    margin: 10px 0 0 0;
    text-align: right;
    color: #e53838;
    font-size: 16px;
    display: none
}

@media (max-width:991.8px) {
    .invoiceheader .leftsect h1 {
        font-size: 33px;
        line-height: 130%;
        margin-bottom: 8px
    }

    .invoiceheader .leftsect .invheadinfo span {
        margin-right: 0;
        display: block;
        width: 100%;
        margin-bottom: 2px;
        font-size: 13px
    }

    .invoiceheader .rightsect .logo {
        max-width: 85px;
        margin-bottom: 15px
    }

    .invoiceheader .container, .invoicemain .container {
        padding-left: 60px;
        padding-right: 60px
    }

    .invoiceheader .rightsect p {
        font-size: 12px;
        margin-bottom: 5px
    }

    .invoiceheader .rightsect ul li a {
        font-size: 12px;
        line-height: 186%
    }

        .invoiceheader .rightsect ul li a:after {
            top: -2px
        }

    .invoiceheader {
        min-height: 203px;
        padding: 45px 0
    }

    .invoice__info {
        padding: 35px 0
    }

    .invoicemain__listgr .list .title {
        font-size: 15px;
        margin-bottom: 5px
    }

    .invoicemain__listgr ul li {
        font-size: 13px
    }

    .invoicemain__listgr:after {
        height: 115px
    }

    .invoicemain__rightbox .title {
        font-size: 15px;
        margin-bottom: 15px
    }

    .invoicemain__rightbox .price {
        font-size: 15px
    }

    .invoicemain__rightbox {
        min-width: 150px
    }

    .itemswrapper {
        padding: 30px 0 30px
    }

    .itemswrapper__title {
        font-size: 15px;
        margin-bottom: 20px
    }

    .itemleftinfo .imgwrap {
        max-width: 127px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 127px;
        flex: 0 0 127px
    }

    .itemleftinfo .descrwrap {
        max-width: calc(100% - 127px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 127px);
        flex: 0 0 calc(100% - 127px);
        padding-left: 10px
    }

    .itemleftinfo .descrwrapinfo p {
        max-width: 100% !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 2px;
        font-size: 12px
    }

    .itemleftinfo .descrwrap .title {
        font-size: 13px;
        margin-bottom: 5px
    }

    .itemblock table {
        margin-top: 15px
    }

        .itemblock table td {
            font-size: 12px;
            padding: 7px 3px
        }

            .itemblock table td:first-child {
                min-width: 100px
            }

    .itemblock {
        padding-bottom: 30px;
        margin-bottom: 30px
    }

        .itemblock:last-child {
            margin-bottom: 0
        }

    .totalsection__left .title {
        font-size: 14px;
        margin-bottom: 10px
    }

    .totalsection__left p, .totalsection__left p span {
        font-size: 13px
    }

    .totalsection__right .totalbox ul .lefttext {
        font-size: 13px;
        max-width: 75px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
        flex: 0 0 75px
    }

    .totalsection__right .totalbox ul .righttext {
        font-size: 13px;
        max-width: calc(100% - 75px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 75px);
        flex: 0 0 calc(100% - 75px)
    }

    .totalsection__right .totalbox {
        max-width: 210px
    }

    .grandtotal .grandtotaltext .title {
        font-size: 16px
    }

    .grandtotal .grandtotaltext .totalsum {
        font-size: 15px
    }

    .grandtotal .grandtotaltext {
        min-width: 270px
    }

    .grandtotal {
        margin-top: 15px
    }

    .termssection {
        margin-top: 35px;
        padding-bottom: 30px
    }

        .termssection .termssection__right {
            max-width: 140px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 140px;
            flex: 0 0 140px
        }

        .termssection .termssection__left {
            max-width: calc(100% - 140px);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 140px);
            flex: 0 0 calc(100% - 140px)
        }

        .termssection .termssection__right img {
            width: 50px
        }

        .termssection .termssection__right .title {
            font-size: 14px;
            margin-bottom: 5px
        }

        .termssection .termssection__right p {
            font-size: 10px
        }

        .termssection .termssection__left p {
            font-size: 14px
        }

        .termssection .termssection__left .title {
            margin-bottom: 10px;
            font-size: 14px
        }

        .termssection .termssection__left p {
            font-size: 13px;
            max-width: 263px
        }

    .leavecomment {
        padding: 45px 0
    }

        .leavecomment .title {
            font-size: 16px;
            margin-bottom: 10px
        }

        .leavecomment .inputfield label {
            font-size: 10px
        }

        .leavecomment form {
            max-width: 562px
        }

        .leavecomment .inputfield textarea {
            height: 90px
        }

        .leavecomment .submbtn {
            min-width: 240px;
            font-size: 10px;
            padding: 10px
        }
}

@media (max-width:767.8px) {
    .invoicemain__listgr .list {
        padding-right: 20px
    }

    .invoicemain__listgr:after {
        left: calc(50% - 15px)
    }
}

@media (max-width:700.8px) {
    .invoiceheader .container, .invoicemain .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:575.8px) {
    .invoiceheader {
        min-height: 305px;
        padding: 30px 0
    }

        .invoiceheader .container, .invoicemain .container {
            padding-left: 12px;
            padding-right: 12px
        }

        .invoiceheader .leftsect {
            margin-bottom: 35px
        }

    .invoiceheader__bg {
        -o-object-position: 37% 50%;
        object-position: 37% 50%
    }

    .invoicemain__listgr .list {
        max-width: 160px
    }

    .invoicemain__rightbox {
        max-width: 100%;
        width: 100%;
        margin-top: 30px;
        min-width: initial;
        text-align: left
    }

        .invoicemain__rightbox .price {
            width: auto;
            min-width: 130px
        }

    .invoice__info {
        background-image: url("../img/mobbg.png")
    }

    .itemleftinfo .descrwrap .title {
        font-size: 12px
    }

    .itemleftinfo .imgwrap {
        max-width: 78px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 78px;
        flex: 0 0 78px
    }

    .itemleftinfo {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .itemleftinfo .descrwrap {
            max-width: calc(100% - 78px);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 78px);
            flex: 0 0 calc(100% - 78px)
        }

    .totalsection__left {
        margin-bottom: 25px
    }

    .totalsection__right .totalbox {
        max-width: 100%
    }

        .totalsection__right .totalbox ul .lefttext {
            text-align: left
        }

    .termssection .termssection__left {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 30px
    }

    .leavecomment .submbtn {
        min-width: initial;
        width: 100%;
        margin-top: 20px
    }

    .warningtext {
        font-size: 14px
    }
}

.tysection {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .tysection > img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%
    }

    .tysection:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0)
    }

    .tysection .container {
        position: relative;
        z-index: 3
    }

.tysection__descr {
    text-align: center
}

    .tysection__descr h1 {
        font-family: "Tenor Sans",sans-serif;
        color: black;
        font-size: 55px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 20px;
        margin-top: 0
    }

    .tysection__descr p {
        line-height: 150%;
        letter-spacing: 3.4px;
        font-size: 18px;
        margin-bottom: 50px;
        color: #fff;
        text-transform: uppercase
    }

    .tysection__descr a {
        color: #000;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        line-height: 18.5px;
        width: 247px;
        height: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
        text-decoration: none;
        background: #A58A63;
        letter-spacing: 3.9px;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

        .tysection__descr a:hover {
            background: #fff
        }

@media (max-width:1199.8px) {
    .tysection__descr h1 {
        font-size: 46px
    }

    .tysection__descr p {
        font-size: 16px
    }
}

@media (max-width:575.8px) {
    .tysection__descr h1 {
        font-size: 36px
    }

    .tysection__descr p {
        font-size: 14px
    }

    .tysection__descr p {
        margin-bottom: 30px
    }
}

@media (max-width:360.8px) {
    .tysection__descr h1 {
        font-size: 32px
    }
}
