@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

html {
    font-size: 18px;
    font-weight: 300;
    position: relative;
    min-height: 100%;
    font-family: "Noto serif",sans-serif;
}

@media (min-width:500px) {
    #name-page {
        font-size: 18px;
        padding: 10px 40px;
    }

    .table-forus,
    .grid,
    .presentation-bottom,
    .contacts-grid,
    .intro,
    .table-abonament,
    .abonament-grid,
    .orange-p,
    .abonament-grid-allpage,
    .foot-title,
    .online {
        width: 100%;
    }
    .blink #sblink,
    .blink .button_prom {
        font-size: 20px;
    }
    .blink{
        top:115px;
    }
    .header-img .headertext #name-page{
        top:230px;
    }
}

@media (min-width:768px) {
    #name-page {
        font-size: 20px;
        padding: 12px 42px;
    }

    .table-forus,
    .grid,
    .presentation-bottom,
    .contacts-grid,
    .intro,
    .table-abonament,
    .abonament-grid,
    .orange-p,
    .abonament-grid-allpage,
    .foot-title,
    .online{
        width: 95%;
    }

    .blink #sblink,
    .blink .button_prom {
        font-size: 21px;
    }

    .blink {
        top: 118px;
    }

    .header-img .headertext #name-page {
        top: 230px;
    }
}

@media (min-width:1024px) {
    #name-page {
        font-size: 22px;
        padding: 14px 46px;
    }

    .table-forus,
    .grid,
    .presentation-bottom,
    .contacts-grid,
    .intro,
    .abonament-grid,
    .table-abonament,
    .orange-p,
    .abonament-grid-allpage,
    .foot-title,
    .online{
        width: 85%;
    }

    .blink #sblink,
    .blink .button_prom {
        font-size: 27px;
    }

    .blink {
        top: 120px;
    }

    .header-img .headertext #name-page {
        top: 250px;
    }
}

@media (min-width:1280px) {
    #name-page {
        font-size: 24px;
        padding: 16px 50px;
    }

    .table-forus,
    .grid,
    .presentation-bottom,
    .contacts-grid,
    .intro,
    .table-abonament,
    .abonament-grid,
    .orange-p,
    .abonament-grid-allpage,
    .foot-title,
    .online{
        width: 65%;
    }

    .blink #sblink,
    .blink .button_prom {
        font-size: 35px;
    }

    .blink {
        top: 130px;
    }

    .header-img .headertext #name-page {
        top: 280px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.header-img #header-img {
    width: 100%;
    height: auto;
}

.header-img .headertext #name-page {
    position: absolute;
    /*top: 280px;*/
    right: 0px;
    z-index: 0;
    background: rgb(250,251,251);
    background: radial-gradient(circle, rgba(250,251,251,1) 0%, rgba(208,206,203,1) 100%);
    text-transform: uppercase;
    color: #858688;
    letter-spacing: 2px;
    font-weight: normal;
    text-align: center;
}

/*������*/

.intro-title {
    /*font-family: 'Open Sans';*/
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 25px 0px 0px 0px;
}

    .intro-title .company-name,
    .services .company-name {
        display: block;
        font-weight: bold;
        color: #73BDF4;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        text-align: center;
    }

.bottomline {
    margin: 25px 20px;
    border-top: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
}

.intro {
    margin: 25px 20px;
    margin: auto;
}

    .intro .intro-paragraph {
        text-align: justify;
        /*font-family: 'Open Sans';*/
        font-size: 18px;
        font-weight: 400;
    }

.intro .intro-paragraph .btn-contact {
    display: inline-block;
    border-radius: 20px;
    background-color: #73BDF4;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    width: 180px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.services-items {
    max-width: 65%;
    display: grid;
    grid-template-columns: 60px 1fr 60px 1fr;
    gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    margin: auto 20px;
    text-align: center;
    margin: auto
}

    .services-items span {
        margin: 10px;
        color: #73BDF4;
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 30px;
        text-transform: uppercase;
        /*font-family: 'Open Sans';*/
        font-weight: 600;
        justify-content: center;
    }

.section i {
    color: #73bdf4;
    font-size: 38px;
}

.button_one {
    display: inline-block;
    border-radius: 10px;
    background-color: #73BDF4;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 3px;
    width: 130px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 20px;
}

#intro p {
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0;
    line-height: 24px;
    /*font-family: 'Open Sans';*/
    font-weight: 300;
    color: #000;
    margin: 25px 20px;
}

#intro .for-you {
    text-align: center;
}

#intro p > span.blue {
    font-weight: bold;
    color: #73BDF4;
}

.pricecalc {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #f8f8f8;
    width: 400px;
    margin: 20px;
}

    .pricecalc h3 {
        background-color: #203D5a;
        color: #FFF;
        padding: 20px 10px;
        border-radius: 5px 5px 0 0;
        text-align: center;
    }

    .pricecalc #result_div {
        min-height: 50px;
        line-height: 47px;
        padding: 0 10px;
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 15px;
        background-color: #EFEFEF;
        color: #73BDF4;
        padding-left: 20px;
        font-size: 17px;
    }


    .pricecalc label {
        display: block;
        text-align: center;
        white-space: nowrap;
        padding-right: 5px;
        max-width: 60%;
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 13px;
    }

    .pricecalc .calculate {
        height: 65px;
        width: 65px;
        border: 0px none;
        background-color: #203D5A;
        font-size: 2em;
        color: #FFF;
        border-radius: 5px;
        transition: all 0.2s;
        padding: 10px 8px 5px 0px;
    }

.panel-title > a {
    color: #212f44;
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 0 15px;
    text-transform: uppercase;
    text-align: left;
}

pricecalc select {
    width: 105%;
}

.pricecalc input {
    width: 105%;
}

.pricecalc input,
.pricecalc select {
    border: 1px solid #c7c8c9;
    padding: 5px;
    border-radius: 4px;
}

.rows td {
    padding: 0 10px;
}

.pricecalc .calculate {
    height: 65px;
    width: 65px;
    border: 0px none;
    background-color: #203D5A;
    font-size: 2em;
    color: #FFF;
    border-radius: 5px;
    transition: all 0.2s;
    padding: 10px 8px 5px 0px;
}

.pricecalc h3 {
    line-height: 1.1;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 500;
}

#intro.intro {
    display: flex;
    max-width: 80%;
    text-align: center;
    margin: auto;
}

.panel-body {
    /*font-family: Open Sans;*/
    font-size: 14px;
    font-weight: 400;
    text-align: justify
}

/**/

/*�� ���*/
.forus-title {
    /*font-family: Open Sans;*/
    font-weight: 300;
    color: #000;
    font-size: 38px;
    text-align: center;
    letter-spacing: 0;
    margin: 16px 0;
    text-transform: uppercase;
    line-height: 1.1;
}

    .forus-title span {
        font-weight: bold;
        color: #73BDF4;
    }

img.scale-with-grid, #Content img {
    max-width: 100%;
    height: auto;
    border-width: 8px;
    border-style: solid;
    border-color: #d8d8d8;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.table-forus {
    border: 0px;
    margin: auto;
}

    .table-forus tr {
        border: 0px;
    }

    .table-forus .portrait {
        width: 20%;
    }

.portrait .p-name {
    color: #73bdf4;
    font-size: 16px;
    letter-spacing: 2px;
    /*font-family: Open Sans;*/
    line-height: 24px;
    font-weight: 300;
}

.portrait .p-job {
    text-align: left;
    line-height: 24px;
    /*font-family: Open Sans;*/
    font-weight: 300;
    color: #000;
    font-size: 14px;
}

.table-forus .presentation {
    width: 90%;
    text-align: justify;
    padding-left: 10px;
}

.grid {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr 0.5fr;
    gap: 40px;
    margin: auto;
}

    .grid span {
        color: #73bdf4;
        font-size: 25px;
        border-width: 2px;
    }

    .grid p {
        font-size: 14px;
        text-align: justify;
        color: black
    }

.rst-box-info-2 {
    visibility: visible;
    animation-name: fadeInLeft;
}

    .rst-box-info-2:hover i {
        color: #fff !important;
        border: 0;
        background-color: #2ecc71;
        transition: background 0.3s ease-in-out;
    }

    .rst-homewelcome-tabs .tab-pane .rst-whoweare li i,
    .rst-box-info-2 i {
        background: #fff none repeat scroll 0 0;
        border-radius: 50%;
        font-size: 25px;
        height: 80px;
        margin: 0 auto;
        padding: 28px 0;
        width: 80px;
        display: block;
        text-align: center;
    }

.presentation-bottom {
    margin: auto;
}

    .presentation-bottom p {
        text-align: justify;
    }

#p-thanks.p-thanks {
    font-weight: bold;
    color: #73BDF4;
    text-transform: uppercase;
    text-align: center;
    /*font-family: Open Sans;*/
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 20px;
}

/**/

/*PromoNewCompany*/

.promo-title,
.contacts-title {
    /*font-family: Open Sans;*/
    font-size: 38px;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 20px;
}

.promo-flex .rst-box-info-2 {
    display: flex;
    width: 70%;
    margin: auto;
    gap: 25px;
}

.promo-title h3,
.contacts-title h3 {
    font-weight: 300;
    color: #000;
}

.promo-title span,
.contacts-title span,
.rst-box-info-2 {
    color: #73BDF4;
}

.promo-span {
    color: #73BDF4;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 30px;
    text-transform: uppercase;
    /*font-family: Open Sans;*/
    font-weight: 600;
}

.promo-desc {
    width: 45%;
    margin: auto;
    display: flex;
}

.promo-span-1 {
    color: #73BDF4;
    text-align: center;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*font-family: Open Sans;*/
    text-align: center;
    display: block;
    margin: 25px;
}

.promo-section h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    color: black;
    margin: 10px;
}

.promo-section h3 {
    color: red;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}

/*����*/

.price-all {
    padding:10px;
    color: red;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size:18px;
}

/*��������*/

.contacts-title p {
    font-size: 18px;
    margin-top: 15px
}

.contacts-grid {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr;
    margin: auto;
    gap: 10px;
}

    .contacts-grid i {
        color: #2ecc71;
    }

    .contacts-grid h2 {
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: #73BDF4;
        font-size: 18px;
        text-transform: uppercase;
    }

    .contacts-grid a {
        font-family: inherit;
        font-weight: 400;
        line-height: 1.1;
        color: #73BDF4;
        font-size: 14px;
    }


.box {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    text-align: center;
}

.sub-box {
    display: flex;
    gap: 20px;
    justify-items: center;
    text-align: center;
}

    .sub-box i {
        font-size: 25px;
    }

/*Abonamentno obslujwane*/
.orange-title {
    font-size: 25px;
    text-align: center;
    color: #FFA000
}

.abonament-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 0.5fr 1fr 0.5fr 1fr;
    margin: auto
}

    .abonament-grid i {
        color: #73bdf4;
        font-size: 38px;
    }

    .abonament-grid .grid-title {
        color: #73BDF4;
        font-size: 22px;
        letter-spacing: 0px;
        line-height: 30px;
        text-transform: uppercase;
        /*font-family: Open Sans;*/
        font-weight: 600;
    }

.table-abonament {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin: auto
}

    .table-abonament table {
        border: 1px solid #c5c5c5;
        font-size: 13px;
        border-collapse: collapse;
        text-align: center;
        font-size: 13px;
        font-family: "Noto serif", Helvetica, Arial, sans-serif;
        margin-right: 1px;
        color: #515054;
    }

    .table-abonament tr,
    .table-abonament td,
    .table-abonament th {
        border: 1px solid #c5c5c5;
    }

.orange-p {
    color: #FFA000;
    text-align: justify;
    font-size: 15px;
    padding-top: 20px;
    margin: auto;
}

.abonament-grid-allpage {
    display: grid;
    gap: 20px;
    grid-template-columns: 0.5fr 1fr 0.5fr 1fr;
    margin: auto
}

    .abonament-grid-allpage i {
        color: #73bdf4;
        font-size: 38px;
    }

    .abonament-grid-allpage .grid-title {
        color: #73BDF4;
        font-size: 22px;
        letter-spacing: 0px;
        line-height: 30px;
        text-transform: uppercase;
        /*font-family: Open Sans;*/
        font-weight: 600;
        grid-column: 2/5;
    }

.grid-title .ul-1 {
    display: block;
    list-style-type: disc;
    margin-left: 0;
    margin-right: 0;
    color: black;
    text-align: justify;
    font-size: 16px;
    text-transform: none;
    font-weight:normal;
}

    .grid-title .ul-1 i {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        color:black;
    }

.foot-title {
    font-size: 20px;
    text-align: center;
    margin:auto;
}

    .foot-title span{
        color: #73BDF4;
    }

.online {
    text-align: justify;
    margin:auto;
}

.blink {
    width: 100%;
    text-align: center;
    position: absolute;
    margin: auto;
    color: red;
}

    .blink #sblink {
        vertical-align: middle;
        visibility: hidden;
        color: red;
    }
    .blink .button_prom {
        vertical-align: middle;
        color: red;
    }