html {
    scroll-behavior: smooth;
}
html, body, p, h1, h2, h3, h4, ul {
    margin: 0;
    padding: 0;
}
body {
    max-width: 2000px;
    margin: 0 auto;
    font-family: "Work Sans", Arial, sans-serif;
}
button {
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
}

button:hover {
    outline: none;
    cursor: pointer;
}

a, a:hover {
    text-decoration: none;
}

button:active, button:focus {
    outline: none !important;
}

li {
    padding: 0;
    list-style-type: none;
}

.home-header {
    min-height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 280px;
    box-shadow: 0px 3px 6px #00000029;
}

.header-left {
    width: 9%;
    display: flex;
    align-items: center;
}

.header-left-logo img {
    width: 85px;
}

.header-right ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-right ul li {
    margin-left: 32px;
}

.header-right ul li a {
    font-family: 'ArianAMU, sans-serif';
    font-size: 16px;
    color: #035e7e;
    font-weight: bold;
    transition: 0.3s ease-in-out;
}
.header-right i {
    color: #18bdff;
    font-size: 15px;
    margin-right: 3px;
}
.header-right ul li a:hover,
.header-right ul li a.active {
    color: #18bdff;
}

.header-right ul li a.active {
    color: #03466B;
}

.header-right {
    display: flex;
    width: 80%;
    justify-content: flex-end;
    align-items: center;
}

.lead-block {
    padding: 160px 280px 80px;
    display: flex;
    justify-content: space-between;
}

.lead-block-left {
    width: 50%;
}

.lead-block-right {
    width: 50%;
}

.lead-text-1 {
    color: #515151;
    font-size: 40px;
    line-height: 57px;
    font-weight: bold;
}
.lead-text-3{
    margin-top: 20px;
}
.lead-text-2 {
    color: #515151;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 19px;
}

.lead-text-3 img {
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

.lead-text-3 li {
    color: #515151;
    font-size: 20px;
    margin-bottom: 18px;
    line-height: 15px;
}

.lead-account-btn {
    width: 234px;
    background: #1C58B6;
    font-size: 14px;
    color: #fff !important;
    text-transform: uppercase;
    display: flex;
    height: 55px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-top: 25px;
    margin-right: 35px;
    letter-spacing: 3px;
}

.lead-account-btn:hover {
    cursor: pointer;
    background: #fff;
    transition: 0.3s ease-in-out;
    color: #2699FB !important;
    border: 1px solid #18BDFF;
}

.lead-block-1 {
    display: flex;
}

.lead-block-right img {
    width: 100%;
}

.choose-us {
    width: 100%;
    background: url("img/bg.png");
    background-repeat: no-repeat;
    height: 840px;
    text-align: center;
    background-size: cover;
}

.choose-us-text {
    color: #25239E;
    font-size: 80px;
    padding-top: 170px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
    font-weight: bold;
}

.choose-us-tv {
    font-weight: bold;
    color: #13D87E;
    font-size: 80px;
    margin-bottom: 30px;
}
.choose-us-price {
    font-weight: bold;
    font-size: 50px;
    color: #1dc0f6;
}
.choose-us-canal {
    color: #25239e;
    font-size: 40px;
    font-weight: bold;
    margin-top: 30px;
}
.how-works-text-1 {
    color: #515151;
    font-size: 50px;
    margin: 80px 0 20px 0;
    text-align: center;
    font-weight: bold;
}

.features-text-1 {
    color: #515151;
    font-size: 50px;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: bold;
}
.about-us-right {
    text-align: right;
}
.about-us-right img {
    width: 450px;
}
.about-us-left {
    width: 60%;
}
.about-us-right {
    width: 40%;
    text-align: center;
}
.about-us {
    background: #f1f6fd;
    margin: 80px 0 45px 0;
    padding: 80px 280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-us-text {
    color: #18bdff;
    margin-bottom: 40px;
    line-height: 57px;
    font-weight: bold;
    font-size: 44px;
}
.about-us-content {
    color: #515151;
    font-size: 20px;
    margin-bottom: 18px;
    line-height: 29px;
}
.features-block {
    background: #18BDFF3B;
    margin: 80px 0 45px 0;
    padding: 30px 280px 60px 280px;
}

.features-info {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.features-info-item {
    width: 47%;
    margin-left: 16px;
    margin-right: 16px;
    height: 210px;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    margin-bottom: 32px;
}

.features-title {
    color: #515151;
    font-size: 16px;
    margin-bottom: 8px;
}

.features-text {
    color: #515151;
    font-size: 14px;
}

.pricing-block {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.pricing-block-content {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.pricing-block-item {
    background: #E6F8FF;
    height: 600px;
    width: 370px;
    padding: 32px 40px;
    position: relative;
    margin-bottom: 30px;
}

.pricing-text-1 {
    text-align: center;
    color: #24344A;
    font-size: 29px;
}

.pricing-text-2 {
    width: 66px;
    background: #24344A;
    height: 1px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.pricing-span-1 {
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: #F4F5F9;
    border-top-right-radius: 0;
    right: 0;
    border-top-left-radius: 100%;
    transform: rotate(270deg);
    top: 0;
    box-sizing: border-box;
    background-color: #F4F5F9;
}

.pricing-circle-1 {
    width: 140px;
    height: 140px;
    background: #78E9B5;
    border-radius: 50%;
    color: white;
    text-align: center;
    padding-top: 30px;
    margin: 0 auto;
}

.pricing-circle-text-1 {
    font-size: 30px;
}

.pricing-circle-text-2 {
    font-size: 18px;
}

.pricing-block-item .lead-text-3 {
    text-align: left;
    margin-top: 20px;
    height: 400px;
}

.pricing-block-item .lead-text-3 li {
    margin-bottom: 8px;
    align-items: center;
    display: flex;
}

.pricing-block-content li {
    font-size: 16px;
    line-height: 19px;
    color: #515151;
}
.pricing-span-2 {
    position: absolute;
    width: 90px;
    height: 137px;
    background-color: #C2D0F7;
    border-top-left-radius: 100%;
    border-top-right-radius: 0;
    left: 25px;
    transform: rotate(90deg);
    bottom: -23px;
    box-sizing: border-box;
}

.pricing-span-3 {
    position: absolute;
    width: 90px;
    height: 137px;
    background-color: #A9D6F8;
    border-top-left-radius: 100%;
    border-top-right-radius: 0;
    left: 25px;
    transform: rotate(90deg);
    bottom: -23px;
    box-sizing: border-box;
}

.pricing-span-4 {
    position: absolute;
    width: 90px;
    height: 137px;
    background-color: #6E6BFF6B;
    border-top-left-radius: 100%;
    border-top-right-radius: 0;
    left: 25px;
    transform: rotate(90deg);
    bottom: -23px;
    box-sizing: border-box;
}
.pricing-span-5 {
    position: absolute;
    width: 90px;
    height: 137px;
    background-color: #8281c7;
    border-top-left-radius: 100%;
    border-top-right-radius: 0;
    left: 25px;
    transform: rotate(90deg);
    bottom: -23px;
    box-sizing: border-box;
}
.how-works-content {
    padding: 0 280px;
    display: flex;
    justify-content: space-between;
}

.how-works-item {
    width: 310px;
    position: relative;
}

.how-text-1 {
    font-size: 24px;
    margin-top: 10px;
    color: #515151;
}

.how-text-2 {
    font-size: 16px;
    color: #515151;
    margin-top: 10px;
}

.how-works-item-center {
    margin-top: 70px;
    z-index: 999;
}

.line-1 {
    position: absolute;
    bottom: 48%;
    left: 254px;
    width: 391px;
}

.line-2 {
    position: absolute;
    bottom: 44%;
    right: 186px;
    width: 323px;
}

footer {
    padding: 20px 280px;
    background: #515151;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.number-info {
    text-align: center;
    font-size: 20px;
}
.number-info a {
    color: black;
}
.number-info a i {
    margin-right: 4px;
}
.footer-info {
      width: 80%;
}
.footer-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
footer img {
    width: 70px;
}

.footer-ul li a {
    font-size: 14px;
    color: white !important;
}

.footer-ul li a i {
    margin-right: 4px;
}

.foot-text {
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 16px;
}

.partners-block {
    padding: 0 396px;
}

.partners-title {
    font-size: 40px;
    color: #515151;
    margin: 80px 0 50px;
    text-align: center;
    font-weight: bold;
}

.partners-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}

.partners-content > div {
    width: 48%;
}


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

.partners-content-left img {
    width: 300px;
}


.features-block-white {
    padding: 150px 280px 80px;
}

.features-block-title {
    color: #515151;
    line-height: 57px;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
}

.features-block-content {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.full-customization {
    color: #2699FB;
    font-size: 24px;
    margin-bottom: 16px;
}

.full-customization-text {
    color: #515151;
    font-size: 16px;
    margin-bottom: 16px;
}

.full-text-block-1 {
    width: 390px;
    margin-top: 105px;
    text-align: right;
    margin-right: -100px;
}

.full-text-block-3 {
    width: 390px;
    margin-top: 175px;
    text-align: right;
    margin-right: -100px;
}

.full-text-block-5 {
    width: 390px;
    margin-top: 155px;
    text-align: right;
    margin-right: -100px;
}

.full-text-block-2 {
    width: 390px;
    margin-top: 241px;
    margin-left: -100px;
    text-align: left;
}

.full-text-block-4 {
    width: 390px;
    margin-top: 203px;
    margin-left: -100px;
    text-align: left;
}

.full-text-block-6 {
    width: 390px;
    margin-top: 179px;
    margin-left: -100px;
    text-align: left;
}

.contacts-title {
    color: #207fd1;
    font-size: 29px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 24px;
    font-weight: bold;
    letter-spacing: 3px;
}

.contacts-text {
    color: #515151;
    font-size: 16px;
    margin-bottom: 17px;
    text-align: center;
}
.contacts-text-last {
    width: 200px;
    margin: 0 auto;
}
.contacts-text i {
    margin-right: 14px;
    color: #10c371;
}

.lead-ilink-text {
    color: #18bdff;
    margin-bottom: 15px;
    line-height: 57px;
    font-weight: bold;
    font-size: 55px;
}
.footer-address {
    width: 200px;
    margin: 0 auto;
}


@media (max-width: 1700px) {

    .about-us {
        padding: 80px 180px;
    }
    .features-text-1 {
        font-size: 45px;
    }
    .choose-us-text,
    .choose-us-tv {
        font-size: 60px;
    }
    .choose-us-price {
        font-size: 40px;
    }
    .choose-us-canal {
        font-size: 30px;
    }
    .features-block-white {
        padding: 150px 150px 80px;
    }

    .partners-content-left img {
        width: 350px;
    }

    .partners-block {
        padding: 0 200px;
    }

    .header-left {
        width: 10%;
    }

    footer {
        padding: 20px 200px;
    }

    .choose-us {
        background-size: cover;
    }

    .line-2 {
        bottom: 41%;
        right: 177px;
        width: 389px;
    }

    .line-1 {
        bottom: 42%;
        left: 251px;
        width: 460px;
    }

    .how-works-content {
        padding: 0 200px;
    }

    .features-info-item {
        width: 565px;
        height: 210px;
    }

    .header-right {
        width: 90%;
    }

    .home-header {
        padding: 0 200px;
    }

    .features-block {
        padding: 30px 100px 90px;
    }

    .lead-block {
        padding: 160px 200px 80px;
    }
    .header-right ul li {
        margin-left: 16px;
    }
}

@media (max-width: 1400px) {
    .about-us-right img {
        width: 300px;
    }
    .about-us-text {
        margin-bottom: 10px;
        font-size: 35px;
    }
    .about-us {
        padding: 80px 100px;
    }
    .about-us-content {
        font-size: 18px;
    }
    .features-block-white {
        padding: 150px 30px 80px;
    }
    .how-works-content {
        padding: 0 100px;
    }
    .how-works-item img {
        width: 200px;
    }
    .how-works-text-1 {
        font-size: 40px;
    }
    .features-text-1 {
        font-size: 40px;
    }
    .pricing-circle-text-1 {
        font-size: 22px;
    }
    .pricing-circle-1 {
        width: 120px;
        height: 120px;
    }
    .pricing-block-content {
        width: 80%;
    }
    .pricing-block-item {
        width: 300px;
        height: 550px;
        padding: 32px;
    }
    .home-header {
        padding: 0 150px;
    }
    .lead-block {
        padding: 120px 150px 40px;
    }
    .features-block-title {
        font-size: 40px;
    }
    .partners-block {
        padding: 0 200px;
    }

    .features-info-item {
        width: 520px;
        padding: 14px;
        margin-left: 0;
        margin-right: 0;
        height: 240px;
    }
    .choose-us {
        height: 640px;
    }
    .features-block {
        padding: 30px 70px 90px 70px;
    }
    .choose-us-text {
        padding-top: 150px;
        padding-bottom: 25px;
    }
    .choose-us-text,
    .choose-us-tv {
        font-size: 45px;
    }
    .choose-us-price {
        font-size: 30px;
    }
    .choose-us-canal {
        font-size: 25px;
    }

    .lead-text-1 {
        font-size: 28px;
        line-height: 40px;
    }
    .lead-ilink-text {
        font-size: 45px;
    }
    .line-1,
    .line-2 {
        display: none;
    }

    .header-right ul li a {
        font-size: 14px;
    }
    .header-right ul li {
        margin-left: 14px;
    }
}

@media (max-width: 1200px) {
    .footer-ul li {
        margin-bottom: 0;
    }
    .partners-title {
        font-size: 30px;
    }
    .about-us-content {
        font-size: 14px;
        line-height: 24px;
    }
    .about-us-text {
        font-size: 30px;
    }
    .features-block-title {
        font-size: 30px;
    }
    .full-customization {
        font-size: 19px;
        margin-bottom: 5px;
    }
    .full-customization-text {
        font-size: 11px;
    }
    .how-text-1 {
        font-size: 20px;
    }
    .how-works-item {
        width: 250px;
    }
    .how-works-text-1 {
        font-size: 30px;
    }
    .how-text-2 {
        font-size: 12px;
    }
    .pricing-block-content {
        width: 92%;
    }
    .pricing-block-item {
        width: 280px;
    }
    .pricing-text-1 {
        font-size: 22px;
    }
    .features-text-1 {
        font-size: 30px;
    }
    .pricing-block-content li {
        font-size: 14px;
        line-height: 15px;
    }
    .full-text-block-1,
    .full-text-block-3,
    .full-text-block-5 {
        margin-right: -82px;
        width: 320px;
    }

    .full-text-block-2,
    .full-text-block-4,
    .full-text-block-6 {
        margin-right: -30px;
        width: 320px;
    }

    .partners-block {
        padding: 0 40px;
    }


    .partners-content {
        justify-content: space-around;
    }

    .features-info {
        flex-direction: column;
    }

    footer {
        padding: 20px 70px;
    }
    .features-info-item {
        width: 90%;
        height: auto;
    }

    .choose-us-text, 
    .choose-us-tv {
        font-size: 38px;
    }

    .how-works-content {
        padding: 0 50px;
    }

    .home-header {
        padding: 0 50px;
    }

    .features-block {
        padding: 30px 50px 90px 50px;
    }

    .lead-block {
        padding: 100px 50px 40px;
    }

    .header-right ul li {
        margin-left: 13px;
    }
    .lead-ilink-text {
        font-size: 40px;
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .about-us-right img {
        width: 260px;
        margin-top: 30px;
    }
    .about-us-left {
        width: 100%;
    }
    .about-us-right {
        width: 100%;
    }
    .about-us {
        flex-direction: column;
        text-align: center;
    }
    .how-works-item img {
        width: 130px;
    }
    .how-text-1 {
        font-size: 15px;
    }
    .how-text-2 {
        font-size: 11px;
    }
    .how-works-item {
        text-align: center;
    }
    .features-info-item img {
        width: 100px;
    }
    .full-text-block-1,
    .full-text-block-3,
    .full-text-block-5 {
        margin-right: 0;
        text-align: center;
        margin-top: 0;
        margin-bottom: 20px;
        border-bottom: 1px dashed #11DD8F;
        width: 265px;
        height: 90px;
    }
    .full-customization {
        font-size: 17px;
    }
    .full-text-block-2,
    .full-text-block-4,
    .full-text-block-6 {
        margin-right: 0;
        margin-top: 0;
        text-align: center;
        width: 265px;
        height: 90px;
        margin-bottom: 20px;
        border-bottom: 1px dashed #11DD8F;
    }
    .features-block-white {
        padding: 100px 30px 40px;
    }
    .features-block-content img {
        display: none;
    }

    .partners-content-left img {
        width: 200px;
        margin-bottom: 20px;
    }
    .contacts-title {
        font-size: 24px;
        letter-spacing: 2px;
    }
    .contacts-text {
        color: #515151;
        font-size: 13px;
        margin-bottom: 10px;
    }
    .lead-text-3 {
        margin: 30px auto 0;
        max-width: 355px;
        text-align: center;
    }
    .lead-account-btn {
        margin-right: 0;
    }
    .how-works-content {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .lead-ilink-text {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .how-works-item-center {
        margin-top: 0;
    }
    footer {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .choose-us {
        height: 460px;
    }

    .pricing-block-content {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 74%;
    }

    .pricing-block-item {
        margin-bottom: 20px;
    }

    .choose-us img {
        width: 250px;
    }

    .choose-us-text {
        padding-top: 90px;
    }
    .choose-us-text, .choose-us-tv {
        font-size: 35px;
    }
    .choose-us-price {
        font-size: 25px;
    }
    .choose-us-canal {
        font-size: 20px;
    }
    .lead-block {
        padding: 80px 20px 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .lead-block-left {
        width: 90%;
    }

    .lead-block-1 {
        justify-content: center;
    }

    .lead-text-1 {
        font-size: 27px;
        line-height: 40px;
    }

    .lead-block-right {
        width: 65%;
    }

    .header-right ul li {
        margin-left: 25px;
        margin-bottom: 10px;
    }

    .home-header {
        padding-left: 30px;
        padding-right: 30px;
        min-height: auto;
    }

    .header-right {
        flex-direction: column;
    }

    .header-left {
        width: 100%;
        justify-content: space-between;
        margin: 20px 0;
    }

    .header-right ul {
        flex-wrap: wrap;
        margin: 0 auto;
        width: 80%;
        justify-content: center;
        margin-bottom: 20px;
    }
    .menu-left {
        width: 90%;
        margin-top: -40px;
    }
}

@media (max-width: 767px) {
    .number-info a {
        color: black;
    }
    .partners-content {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .about-us {
        padding: 30px;
    }
    .about-us-text {
        font-size: 21px;
    }
    .about-us-content {
        font-size: 11px;
        line-height: 19px;
    }
    .about-us-right img {
        width: 215px;
    }
    .choose-us-text, 
    .choose-us-tv {
        font-size: 25px;
    }
    .choose-us-price {
        font-size: 20px;
    }
    .choose-us-canal {
        font-size: 15px;
        margin-top: 10px;
    }
    .choose-us-tv {
        margin-bottom: 10px;
    }
    .choose-us-text {
        padding-bottom: 10px;
    }
    .menu-left {
        margin-top: -20px;
    }
    .lead-ilink-text {
        font-size: 30px;
    }
    .lead-text-1 {
        font-size: 22px;
        line-height: 30px;
    }
    footer {
        flex-direction: column;
    }
    footer img {
        width: 70px;
        margin-bottom: 13px;
    }
    .lead-text-3 li {
        font-size: 13px;
        margin-bottom: 9px;
    }

    .full-text-block-1,
    .full-text-block-3,
    .full-text-block-5 {
        width: 80%;
        margin: 0 auto 20px;
    }

    .full-text-block-2,
    .full-text-block-4,
    .full-text-block-6 {
        width: 80%;
        margin: 0 auto 20px;
    }

    .features-block-title {
        font-size: 24px;
    }

    .full-customization {
        font-size: 18px;
    }

    .full-customization-text {
        font-size: 12px;
    }

    .features-block-content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .partners-content > div {
        width: 100%;
    }

    .partners-title {
        font-size: 25px;
    }

    .contacts-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .how-works-item img {
        width: 65%;
    }

    .how-works-item {
        text-align: center;
    }

    .how-works-text-1,
    .features-text-1 {
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .features-info-item {
        width: 100%;
        padding: 24px;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .pricing-block-item {
        height: 500px;
    }
    .pricing-circle-1 {
        width: 100px;
        height: 100px;
    }
    .pricing-circle-text-1 {
        font-size: 15px;
    }
    .pricing-circle-text-2 {
        font-size: 12px;
    }
    .choose-us {
        height: 420px;
        background-size: cover;
    }

    .lead-account-btn {
        margin-right: 0;
        width: 170px;
        height: 45px;
        letter-spacing: 1px;
    }
    .lead-block-right {
        margin-top: 30px;
    }
    .lead-block-1 {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    footer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
    }
    .footer-ul {
        flex-direction: column;
    }
    .about-us-text {
        font-size: 18px;
    }
    .about-us {
        margin: 0 0 45px 0;
    }
    .features-block-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .full-customization {
        font-size: 12px;
    }
    .full-customization-text {
        font-size: 10px;
    }
    .features-block {
        padding: 30px 15px 90px;
    }
    .lead-account-btn {
        font-size: 12px;
    }
    .header-left-logo img {
        width: 70px;
    }
    .menu-left {
        margin-top: 0;
    }

    .contacts-text {
        font-size: 14px;
        margin-bottom: 12px;
    }


    .partners-title {
        font-size: 22px;
    }

    .partners-content-left img {
        width: 190px;
        margin-bottom: 20px;
    }

    .lead-text-3 {
        max-width: 100%;
    }

    .lead-text-3 li {
        font-size: 13px;
    }

    .lead-text-3 img {
        margin-right: 6px;
    }

    .how-text-1 {
        font-size: 17px;
    }

    .choose-us-text,
    .choose-us-tv {
        font-size: 20px;
    }

    .pricing-block-item {
        width: 270px;
        padding: 15px;
        height: 430px;
    }
    .pricing-circle-1 {
        width: 80px;
        height: 80px;
        padding-top: 19px;
    }
    .pricing-span-1,
    .pricing-span-2,
    .pricing-span-3,
    .pricing-span-4,
    .pricing-span-5 {
        display: none;
    }

    .pricing-text-1 {
        font-size: 20px;
    }

    .pricing-block-item .lead-text-3 {
        height: 500px;
    }

    .pricing-circle-text-1 {
        font-size: 16px;
    }

    .pricing-circle-text-2 {
        font-size: 11px;
    }
    .lead-text-1 {
        font-size: 22px;
        line-height: 32px;
    }

    .header-right ul {
        flex-direction: column;
        width: 100%;
    }

    .header-right ul li a {
        font-size: 16px;
    }

    .header-right ul li {
        margin-left: 0;
        margin-bottom: 3px;
        border-bottom: 1px solid #c0c0c091;
        width: 100%;
        text-align: center;
    }

    .header-right {
        width: 100%;
    }
    .lead-block {
        padding: 50px 20px 30px;
    }
    .lead-text-1 {
        font-size: 18px;
        line-height: 26px;
    }
    .lead-ilink-text {
        font-size: 24px;
        margin-bottom: 0;
    }

}



