/*GENERAL*/

body { font-family: "Open Sans", sans-serif; color: #4f4f4f; }
.label-style { font-size: 34px; font-weight: 700; color: #4f4f4f; }
.red { color: #E9362B; }
.decor { position: absolute; top: 0; right: 50px; z-index: -1; }
.decor2 { margin-top: 30px; display: block; }

/*END GENERAL*/

/*HEADER*/

.header { height: 100px; background: #fff; padding: 0 50px; box-shadow: 0 20px 20px rgba(0, 0, 0, 0.06); transition: .3s;
    width: 100%; z-index: 1; position: relative; }
.header.scroll { height: 60px; transition: .3s; position: fixed; top: 0; left: 0;}
.header__container { display: flex; justify-content: space-between; align-items: center; height: 100%; }

.branding__img { height: 50px; width: auto; transition: .3s; position: relative; z-index: 3; }
.scroll .branding__img { height: 40px; transition: .3s; }

.header .menu__lvl-0 { margin: 0; padding: 0; }
.header .menu__item { display: inline-block; padding: 0 10px; }
.header .menu__link { display: block; text-transform: uppercase; font-weight: 700; font-size: 14px;
    transition: .3s; border-bottom: 2px solid transparent; }
.header .client-panel { border: none; }
.header .menu--active-trail > a,
.header .menu__link.is-active { color: #E9362B; transition: .3s; border-bottom-color: #E9362B; }
.header .menu__link:not(.client-panel):hover { color: #E9362B; }
.header .client-panel { background: #4f52ff; padding: 5px 15px; color: #fff; border-radius: 3px; }
.header .client-panel:after { content: ''; display: inline-block; width: 15px; height: 11px; margin-left: 15px;
    background: url("/themes/networds/css/img/arrow-white.svg") no-repeat center /cover; }

.header .uniprosoft { text-transform: initial; font-weight: 400; color: #324A94; }
.header .menu__link:not(.client-panel).uniprosoft:hover { color: #F2994A; }
.header .uniprosoft:before { content: 'UniPro'; font-weight: 700 }

.header .expanded { position: relative; }
.header .menu__lvl-1 { display: none; background: #fff; position: absolute; box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 1; padding: 10px 0; margin: 0; left: 50%; transform: translateX(-50%); width: 190px; }
.header .expanded:hover .menu__lvl-1 { display: block; }
.header .menu__lvl-1 .menu__link { text-transform: initial; font-weight: 400; border: none; padding: 8px 20px; }

@media(max-width: 1050px) {
    .header { padding: 0 20px; }
}

@media(max-width: 992px) {
    #nav-icon { width: 50px; height: 25px; position: relative; cursor: pointer; display: block; z-index: 3;
        -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; }
    #nav-icon span { display: block; position: absolute; height: 4px; width: 100%; background: #E9362B; opacity: 1; left: 0;
        -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }
    #nav-icon span:nth-child(1) { top: 0; }
    #nav-icon span:nth-child(2),
    #nav-icon span:nth-child(3) { top: 10px; }
    #nav-icon span:nth-child(4) { top: 20px; }
    #nav-icon.open span:nth-child(1) { top: 18px; width: 0; left: 50%; }
    #nav-icon.open span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
    #nav-icon.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
    #nav-icon.open span:nth-child(4) { top: 18px; width: 0; left: 50%; }

    .header .menu { position: relative; }
    .header .menu__container { display: none; background: #fff; position: fixed; right: 0; top: 0; height: 100vh;
        width: 300px; z-index: 2; }
    .header .menu__lvl-0 { margin-top: 100px; }
    .header .menu__item { display: block; }
    .header .menu__item:last-child { padding: 0 20px; }
    .header .menu__link { font-size: 18px; border: none; }
    .header .menu__link:not(.client-panel) { padding: 10px; }
    .header .expanded:hover .menu__lvl-1 { display: none; }
}

@media(max-width: 768px) {
    .header { height: 60px; }

    .header .menu__lvl-0 { margin-top: 60px; }
}

@media(max-width: 400px) {
    .branding__img { height: 35px; }
}


/*END HEADER*/

/*CALL US*/

#block-call-us { position: fixed; bottom: 30px; right: 50px; width: 195px; height: 90px; text-align: center; z-index: 3;
    background: url("/themes/networds/css/img/speech-bubble.svg") no-repeat center /cover; padding-top: 8px; }
#block-call-us p { margin: 0; padding: 10px 15px; color: #fff; font-weight: 300; line-height: 18px; }
#block-call-us p strong { font-weight: 700; }

@media(max-width: 768px) {
    #block-call-us { bottom: 15px; right: 20px; }
}

/*END CALL US*/

/*TOP*/

.top { position: relative; }
.top__label { font-size: 40px; font-weight: 700; color: #4f4f4f; text-align: center; margin: 100px 20px 100px; }

.boxes { display: flex; flex-direction: column; width: 1000px; margin: 0 auto 50px; }
.box { display: flex; justify-content: center; align-items: center; margin: 25px; }
.box--side { width: 50%; padding: 0 25px; }
.box__line { border: none; width: 100px; height: 2px; background: #e9362b; margin: 30px 0 40px; }
.box:nth-child(2) .box__text { order: -1; text-align: right; }
.box:nth-child(2) .box__line { margin: 30px 0 40px auto; }

.offer-link { margin: 50px 0; text-align: center; }
.offer-link a { font-size: 18px; font-weight: 700; text-decoration: underline; transition: .3s; }
.offer-link a:hover { opacity: .8; transition: .3s; }
.offer-link img { display: inline-block; margin: -5px 0 0 10px; }

@media(max-width: 1250px) {
    .box__image svg { width: 100%; height: auto; }
}

@media (max-width: 1100px) {
    .boxes { width: 100%; overflow: hidden; }
}

@media (max-width: 1050px) {
    .box { margin: 25px 0; }
    .box--side { padding: 0 20px; }
}

@media (max-width: 600px) {
    .box--side { width: 100%; }
    .box { flex-wrap: wrap; }
    .box .box__text { order: -1; }
    .box:nth-child(2) .box__text { text-align: left; }
    .box:nth-child(2) .box__line { margin: 30px auto 40px 0; }
}

@media(max-width: 400px) {
    .top__label { font-size: 32px; }
}

/*END TOP*/

/*ADS*/

.ads { padding: 100px; display: flex; color: #fff; overflow: hidden; background: no-repeat center /cover; }
.ads__label { color: inherit; }
.ads--side { width: 50%; padding: 0 50px;}
.ads__item { display: flex; align-items: center; }
.ads__item span { margin-left: 20px; font-weight: 700; }
.ads__item img { filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); border: 5px solid transparent; }

@media(max-width: 1050px) {
    .ads { padding: 100px 50px; }
}

@media(max-width: 900px) {
    .ads--side { padding: 0 20px; }
}

@media(max-width: 768px) {
    .ads { flex-wrap: wrap; padding: 100px 0; }
    .ads--side { width: 100%; }
    .ads__label { position: relative; }
    .decor2 { position: absolute; right: 20px; top: 50px; }
    .ads__list { margin-top: 30px; }
}

/*END ADS*/

/*BRIEF*/

.brief { padding: 150px 0; text-align: center; color: #fff; background: no-repeat center /cover; }
.brief__label { color: inherit; margin: 0 20px 50px; }
.brief__link { text-transform: uppercase; font-weight: 700; background: #E9362B; border-radius: 3px;
    padding: 20px 40px; display: inline-block; }
.brief__link img { margin: -3px 0 0 15px; }

/*END BRIEF*/

/*BANNERS*/

.banners { width: 1200px; margin: 75px auto; display: flex; justify-content: center; }
.banner { margin: 25px; }

@media(max-width: 1300px) {
    .banners { width: 100%; }
}

@media(max-width: 1050px) {
    .banners { flex-wrap: wrap; }
}

/*END BANNERS*/

/*FOOTER*/

#block-footer-menu { background: #F4F4F4; padding: 50px 50px 0; text-align: center; }
#block-footer-menu #nav-icon { display: none; }
#block-footer-menu ul { padding: 0; width: 1100px; margin: 0 auto; }
#block-footer-menu li { display: inline-block; }
#block-footer-menu .fmenu__link { font-size: 13px; text-transform: uppercase; padding: 0 5px; }
#block-footer-menu .by-info:before { content: '| '; display: inline-block; margin-right: 5px; }

.by-info { font-size: 13px; text-transform: uppercase; }
/*#block-footer-menu ul { margin: 0; }*/

#block-ue { background: #F4F4F4; padding: 50px; text-align: center; overflow: hidden; }
#block-ue img { max-width: 100%; height: auto; }

#block-ue .partner-adwords { margin-top: 30px; }

@media(max-width: 1200px) {
    #block-footer-menu ul { width: 100%; }
}

@media(max-width: 1060px) {
    #block-footer-menu li { display: block; }
    #block-footer-menu .by-info { margin-top: 20px; display: inline-block; }
    #block-footer-menu .by-info:before { content: none; }
}

@media(max-width: 1050px) {
    #block-ue { padding: 50px 20px; }
}

/*END FOOTER*/

/*WHAT WE DO*/

.whatwedo { margin: 80px 0; }
.whatwedo__label { text-align: center; margin-bottom: 30px; }
.whatwedo__links { display: flex; width: 1200px; margin: 0 auto; }
.whatwedo__line { border: none; width: 100px; height: 2px; background: #e9362b; margin: 30px auto 60px; }
.links { width: calc(100% / 3); padding: 0 15px; }
.links__label { color: #E9362B; font-weight: 700; margin: 20px 0 10px; }
.links__container { display: flex; flex-direction: column; }
.links__image { overflow: hidden; }
.links__image img { width: 100%; height: auto; }
.link { padding: 10px 0; display: flex; justify-content: space-between; align-items: center; }
.link__anchor { transition: .3s; }
.link__anchor:hover { color: #E9362B; transition: .3s; }
.link:nth-child(2) { border: solid #E5E5E5; border-width: 1px 0; }

@media(max-width: 1300px) {
    .whatwedo__links { width: 100%; padding: 0 50px; }
}

@media(max-width: 1050px) {
    .whatwedo__links { padding: 0 5px; }
}

@media(max-width: 850px) {
    .whatwedo__links { flex-wrap: wrap; justify-content: center; }
    .links { width: 50%; margin: 10px 0; }
}

@media(max-width: 560px) {
    .links { width: 100%; }
}

/*END WHAT WE DO*/

/*BANNER */

.heading { background: url("/themes/networds/css/img/top.jpg") no-repeat center /cover; color: #fff;
    font-weight: 700; text-transform: uppercase; padding: 50px 0; }
.heading h1 { max-width: 1200px; margin: 0 auto; font-size: 34px; }

@media (max-width: 1300px) {
    .heading h1 { margin: 0 50px; max-width: 100%; }
}

@media (max-width: 1050px) {
    .heading h1 { margin: 0 20px; }
}

/*END BANNER*/

/*BREADCRUMB*/

.breadcrumb { width: 1200px; margin: 20px auto 40px; }
.breadcrumb ul { padding: 0; }
.breadcrumb li { display: inline; font-size: 10px; color: #959595; }
.breadcrumb li:after { content: ' > '; }
.breadcrumb li:last-child:after { content: none; }

@media(max-width: 1300px) {
    .breadcrumb { width: 100%; padding: 0 50px; }
}

@media(max-width: 1050px) {
    .breadcrumb { padding: 0 20px; }
}

/*END BREADCRUMB*/

/*PAGES*/

.content--offer { display: flex; justify-content: center; margin-bottom: 50px; }
.content--basic { margin-bottom: 50px; }
.navigation { width: 250px; margin-right: 50px; }
.navigation ul { padding: 0; margin: 0; }
.navigation li { list-style: none; }
.navigation .menu--level-0 { font-size: 16px; font-weight: 700; }
.navigation .menu--level-1 { font-size: 12px; font-weight: 400; }
.navigation .menu--active-trail > a,
.navigation .menu__link:hover,
.navigation .is-active { color: #E9362B; transition: .3s; }
.navigation .menu__link { padding: 5px 0; display: block; transition: .3s; position: relative; }
.navigation .menu--level-1 .menu__link { padding: 10px 0; }
.navigation .menu__link.lvl-0:after { content: ''; display: block; position: absolute; transform: translateY(-50%);
    background: url("/themes/networds/css/img/arrow.svg") no-repeat center /cover; width: 14px; height: 10px; top: 50%;
    right: 0; }
.navigation .menu--level-0 > .menu__item { border-bottom: 1px solid #e5e5e5; }
.navigation .menu--level-0 > .menu__item:last-child { border-bottom: none; }

.body { width: 700px; margin-right: 200px; }
.content--basic .body { width: 1200px; margin: 0 auto; }
.body .text > p > img { max-width: 100%; height: auto; margin: 0 auto; display: block; }
.body .text > img { max-width: 100%; height: auto; margin: 0 auto; display: block; }
.body a { font-weight: 700; color: #E9362B; transition: .3s; }
.body a:hover { opacity: .7; transition: .3s; }
.body table td { padding: 10px 5px; border: 2px solid #fff; }
.body table tbody tr:first-child td { background: none; }
.body table tr:nth-child(odd) td { background: #eaeaea; }

@media (max-width: 1300px) {
    .content--basic .body { width: 100%; padding: 0 50px; }
    .content--offer { padding: 0 50px; }
    .body { width: calc(100% - 300px); margin-right: 0; }
}

@media (max-width: 1050px) {
    .content--basic .body,
    .content--offer { padding: 0 20px; }

    .content--offer { display: block; }
    .content--offer .navigation { float: left; margin-bottom: 25px; }
    .content--offer .body { width: 100%; }
    .content--offer ol { margin-left: 300px; }
}

@media(max-width: 640px) {
    .content--offer { display: flex; flex-direction: column; align-items: center; }
    .content--offer .navigation { float: none; margin: 0 0 25px; }
    .content--offer ol { margin-left: 0; }
}

/*END PAGES*/

/*DICTIONARY*/

.dictionary { width: 1200px; margin: 0 auto 50px; }
.entry { border: 1px solid #E5E5E5; margin: 5px 0; border-radius: 3px; }
.entry__label { font-weight: 700; position: relative; cursor: pointer; padding: 10px 15px; }
.entry__description { display: none; margin-top: 30px; padding: 10px 15px; }
.entry__arrow { position: absolute; right: 15px; top: 50%; transform: translateY(-50%) rotate(90deg); transition: .3s; }
.opened .entry__arrow { transform: translateY(-50%) rotate(-90deg); transition: .3s; }

@media(max-width: 1300px) {
    .dictionary { width: 100%; padding: 0 50px; }
}

@media(max-width: 1050px) {
    .dictionary { padding: 0 20px; }
}

/*END DICTIONARY*/

/*LOGIN FORM*/

#user-login-form .login-form { margin-top: 50px; padding: 0 30px; }
#user-login-form .logo { text-align: center; }
#user-login-form .logo img { width: 320px; height: auto; margin-bottom: 50px; }
#user-login-form .logo h2 { color: #666666; font-family: 'Montserrat', sans-serif; font-size: 16px; margin: 0 0 50px; }

#user-login-form #edit-name--description,
#user-login-form #edit-pass--description { display: none; }

#user-login-form .login-fields label { display: none; }
#user-login-form .login-fields .form-text { width: 500px; margin-bottom: 30px; height: 25px; border-radius: 5px;
    border: 2px solid #6666; background-color: #F3F4EE; padding-left: 5px; font-size: 14px; }
#user-login-form .login-fields .form-text:focus { border: 2px solid #0085D0; }
#user-login-form .login-fields .field { display: flex; margin: 0 auto; }
#user-login-form .login-fields { max-width: max-content; margin: 0 auto; }
#user-login-form .login-fields p { line-height: 20px; width: 150px; color: #666666; font-size: 16px; font-weight: 400;
    font-family: 'Montserrat', sans-serif; }
#user-login-form .login-submit { max-width: max-content; margin: 0 0 0 auto; }
#user-login-form #edit-submit { padding: 10px 50px; border-radius: 5px; border: 0; background-color: #0085D0;
    color: white; font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: normal; }
#user-login-form #edit-submit:hover { opacity: 0.85; }


@media (max-width: 700px) {
    #user-login-form .login-fields .form-text { width: 100%; }
}

@media (max-width: 450px) {
    #user-login-form .login-fields .field { display: block; }
    #user-login-form .login-fields p { margin: 0; }
    #user-login-form .login-submit { margin: 0 auto; }

    #user-login-form .logo img { width: 100%; }
}

/*END LOGIN FORM*/

/*CONTACT FORM*/

.form { margin: 0 auto 50px; }
.form label { display: none; }
.form select,
.form textarea,
.form input:not(.webform-button--submit) { margin: 10px 0; width: 400px; border-radius: 3px; padding: 5px 10px;
    border: 1px solid #575757; }

.form select { padding: 8px 10px; }

.form select:focus-visible,
.form textarea:focus-visible,
.form input:focus-visible { outline: none; }

.form select:focus,
.form textarea:focus,
.form input:focus { border-color: #E9362B; }

.form .form-item-url { display: none; }

.form input.webform-button--submit { border-radius: 3px; padding: 5px 20px; background: #E9362B; color: #fff;
    border: none; margin-top: 10px; text-transform: uppercase; font-weight: 700; transition: .3s; }
.form input.webform-button--submit:hover { transition: .3s; opacity: .7; }

@media (max-width: 700px) {
    .form { width: 100%; }
}

@media (max-width: 650px) {
    .form { padding: 0 20px; }
}

@media (max-width: 500px) {
    .form textarea,
    .form input:not(.webform-button--submit) { width: 100%; max-width: 350px; }
}

/*END CONTACT FORM*/

/*TARCZA*/

.tarcza { background-color: #fff; text-align: center; padding: 20px; }
.tarcza__mobile { display: none; }
.tarcza--image { max-width: 1000px; height: auto; }

@media(max-width: 1020px) {
    .tarcza__mobile { display: inline-block; max-width: 100%; }
    .tarcza__desktop { display: none; }
}

/*TARCZA*/



/*COOKIES*/

.disclaimer__text { font-size: 32px; margin-bottom: 50px; }

.cookie-page .cookies-docs { margin: 25px auto; }

/*COOKIES*/
