@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300&subset=latin-ext);

html, body {
    background-color: #fff;
    height: 100%;
    margin: 0;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    font: 14px 'Open Sans', sans-serif;
    color: #333;
}

img {
    border: none;
    display: block;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

input, textarea {
    outline: none;
    padding: 2px 5px 2px 5px;
    font: 12px Arial;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

a.compatible {
    text-decoration: none !important;
    color: #000;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, select {
    margin: 0;
}

table {
    border: 0px;
    border-collapse: collapse;
}

table td {
    padding: 0px;
}

header, nav, section, article, aside, footer {
    display: block;
}

.main {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    min-width: 320px;
    padding-bottom: 195px;
    position: relative;
    overflow: hidden;
}

.header {
    background: #f3f3f3;
    padding: 18px 0;
}

.header .content {
    max-width: 990px;
    padding: 0 15px;
}

.logo {
    display: inline-block;
    vertical-align: top;
}

.logo img {
    display: block;
    max-width: 100%;
}

.content {
    max-width: 950px;
    padding: 100px 35px 50px;
    margin: 0 auto;
}

.content:after {
    display: block;
    content: "";
    clear: both;
}

.content p {
    font: 300 16px/24px 'Open Sans', sans-serif;
    color: #565555;
}

/*======about=====*/
.content.about {
    padding: 100px 35px 50px 340px;
    position: relative;
}

.content.about:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 100px;
    width: 276px;
    height: 321px;
    background: url(../images/about.png) no-repeat;
}

/*======about=====*/
.h2 {
    color: #646464;
    font: 300 26px/33px 'Open Sans', sans-serif;
    margin-bottom: 45px;
}

.h2 sup {
    font-size: 19px;
    line-height: 19px;
}

.h3 {
    color: #299ea6;
    font: 300 20px/16px 'Open Sans', sans-serif;
    margin-bottom: 25px;
}

.content.about p {
    margin-bottom: 25px;
}

.content.about p sup {
    font-size: 12px;
    line-height: 10px;
}

.content .left {
    width: 325px;
    float: left;
}

.border {
    border: 1px solid #e0e0e0;
    padding: 40px 30px;
}

.border .h3 {
    text-transform: uppercase;
    font: 600 16px/24px 'Open Sans', sans-serif;
    color: #363636;
    position: relative;
    text-align: left;
    padding: 0 105px 0 5px;
    margin-bottom: 35px;
}

.border .h3:after {
    position: absolute;
    display: block;
    content: "";
    right: 15px;
    top: -3px;
    width: 71px;
    height: 24px;
    background: url(../images/lulu.png) no-repeat;
}

.border p {
    color: #363636;
    margin: 0 0 25px;
}

.border p a {
    font: 300 16px/24px 'Open Sans', sans-serif;
    color: #3262ce;
    text-decoration: underline;
}

.border p a:hover {
    text-decoration: none;
}

.border p:last-child {
    margin: 0;
}

.center {
    text-align: center;
    padding: 0 0 15px;
}

.blue-btn {
    display: inline-block;
    padding: 0 10px 0 47px;
    background: #4c80ec;
    color: #ffffff;
    font: 400 18px/50px 'Open Sans', sans-serif;
    position: relative;
    text-decoration: none;
}

.blue-btn:hover {
    text-decoration: none;
    background: #6094ff;
}

.blue-btn:before {
    position: absolute;
    display: block;
    content: "";
    left: 12px;
    top: 50%;
    margin-top: -13px;
}

.blue-btn.support:before {
    width: 26px;
    height: 26px;
    background: url(../images/support-icon.png) no-repeat;
}

.content .right {
    float: right;
    width: 510px;
}

.content .h1 {
    margin: 0 0 30px;
    font: 300 40px/24px 'Open Sans', sans-serif;
    color: #aeb708;
}

.content .right p {
    margin: 0 0 40px;
}

.business {
    background: url(../images/grey_arrow.png) no-repeat 100% 50%;
    padding: 0 20px 0 0;
}

/*End MAin part*/
.footer {
    position: relative;
    z-index: 2;
    margin-top: -195px;
    background: -moz-linear-gradient(top, #363636 0%, #444444 12%, #444444 12%, #454545 100%);
    background: -webkit-linear-gradient(top, #363636 0%, #444444 12%, #444444 12%, #454545 100%);
    background: linear-gradient(to bottom, #363636 0%, #444444 12%, #444444 12%, #454545 100%);
    border-top: 4px solid #de2a33;
    padding: 20px 20px 60px;
    color: #bbb;
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
}

.footer .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}

.footer a {
    color: #bbb;
}

.footer a:hover {
    color: #d8d8d8;
}

.footer .footer-top {
    padding: 0 0 16px;
    border-bottom: 1px solid #919191;
    overflow: hidden;
}

.footer ul {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}

.footer ul li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 14px;
}

.footer .left-side {
    float: left;
    padding: 4px 0 0;
}

.footer .left-side li {
    padding: 0 19px 8px 0;
}

.footer .left-side li.blog {
    padding: 0 19px 0 22px;
    position: relative;
}

.footer .left-side li.blog:after {
    width: 16px;
    height: 15px;
    left: 0;
    top: -1px;
    background-position: -130px -70px;
}

.footer .left-side img {
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}

.footer .left-side .add-list {
    display: none;
}

.footer .right-side {
    float: right;
}

.footer .right-side ul {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 50px;
}

.footer .right-side ul li {
    padding: 0 0 0 17px;
}

.footer .right-side ul:first-child {
    padding: 0;
}

.footer .footer-bottom {
    overflow: hidden;
    padding: 13px 0 0;
}

.footer .footer-bottom .info-side {
    overflow: hidden;
}

.footer .footer-bottom .copiright-box {
    float: left;
    width: 74%;
}

.footer .logo-footer {
    display: inline-block;
    vertical-align: middle;
    width: 132px;
    height: 59px;
    background: url(../images/logo-footer.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 58px 0 0;
}

.footer .info {
    display: inline-block;
    vertical-align: middle;
}

.footer .footer-bottom p {
    margin: 0;
}

.footer .holder {
    padding: 0 0 25px;
}

.script {
    background: #f3f3f3;
}

.security-toolbar a {
    font-weight: bold;
    color: #4b4b4b;
}

.security-toolbar {
    background: #f3f3f3;
    color: #4b4b4b;
    font: 15px/1.3 'OpenSans', Arial, sans-serif;
    margin: 0 auto;
    padding: 30px 29px 30px 20px;
    width: 100%;
}

.scripts-box {
    width: 26%;
    float: right;
    font-size: 0;
    line-height: 0;
    text-align: right;
}

.scripts-box > div {
    padding-right: 10px;
}

.scripts-box > div:last-child {
    padding-right: 0;
}

.scripts-box #truste, .scripts-box #verisign {
    display: inline-block;
    vertical-align: top;
}

.scripts-box #truste {
    padding-top: 10px;
}

.footer .add-list {
    display: none;
}

.security-toolbar {
    padding: 36px 15px 40px;
}

.security-toolbar a {
    display: block;
    font-weight: 700;
    color: #4b4b4b;
    margin-left: 241px;
    width: 90px;
}

.security-toolbar a:hover {
    text-decoration: underline;
}

.jcookie-navbar a {
    color: #3262ce;
    text-decoration: underline;
}

#optanon-cookie-policy {
    display: none;
}

.footer .left-side ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 980px) {
    .content.about {
        padding: 360px 15px 50px;
    }

    .content.about:before {
        left: 50%;
        top: 20px;
        margin-left: -138px;
    }
}

@media screen and (max-width: 968px) {
    .content .left {
        float: none;
        margin: 0 auto 30px;
    }

    .content .right {
        float: none;
        width: 100%;
    }

    .footer .footer-top {
        margin: 0 -9999px;
        padding: 0 9999px 10px;
    }

    .footer .left-side .add-list {
        display: block;
    }

    .footer .left-side ul {
        padding: 0 0 10px;
    }

    .footer .footer-bottom .copiright-box {
        width: 82%;
    }

    .footer .logo-footer {
        margin: 0 45px 25px 0;
    }

    .scripts-box {
        text-align: center;
        width: 18%;
    }

    .optanon-show-settings-popup-wrapper {
        top: inherit;
        height: inherit !important;
    }
}

@media screen and (max-width: 790px) {
    .footer {
        text-align: center;
        padding: 20px 0px 30px;
    }

    .footer .left-side,
    .footer .left-side .add-list ul {
        padding: 0;
        float: none;
    }

    .footer ul li {
        font-size: 14px;
    }

    .footer .left-side ul {
        padding: 0 0 12px;
    }

    .footer .left-side .add-list ul li {
        padding: 0 25px 25px 0;
    }

    .footer .footer-top {
        padding: 0 9999px 0px;
    }

    .footer .footer-bottom .copiright-box, .scripts-box {
        width: 100%;
        float: none;
        padding: 0 0 10px;
    }

    .footer .logo-footer {
        margin: 0 auto 25px;
        display: block;
    }

    .footer .left-side ul {
        justify-content: center;
    }
}

@media screen and (max-width: 790px) {
    .content {
        padding: 30px 10px 50px;
    }
}

@media screen and (max-width: 400px) {
    .content .left {
        width: 300px;
    }

    .border {
        border: none;
        padding: 0 0 40px;
    }
}

/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
OneTrust.cshtml

@using SiteSodaPDFppcB2B.App_GlobalResources

@helper CookiesSettingsButton() {

<!-- OneTrust Cookies Settings button start -->
    < a class = "optanon-show-settings" > @General . CookieSettings < / a > <!-- OneTrust Cookies Settings button end --> @CookiesList()
}

@helper CookiesList() {
<!-- OneTrust Cookies List start -->
    < div id = "optanon-cookie-policy" > < / div > <!-- OneTrust Cookies List end -->
}

_Footer.cshtml
удалить ланг


