body {
    max-width: 1440px;
    min-width: 360px;
    margin: 0 auto;
    overflow-x: hidden;
/*     font-family: 'TT Norms', Arial; */
	font-family: 'Montserrat', Arial;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1;
    color: #333438;
}
h2 {
    font-size: 30px;
    font-weight: 500;
}
p {
    font-size: 16px;
    line-height: 1.63;
    color: #5c5d62;
    margin-bottom: 2rem;
}
a {
    text-decoration: underline;
}
header {
    /* background: url(../images/header/bg.jpg) no-repeat top center/contain; */
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    color: #fff;
}
header .container {
    padding: 28.5px 0 61px 17px;
}
header .navbar {
    padding: 0;
}
header .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    position: relative;
}
header .nav-link.active:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -1rem;
    width: calc(100% + 2rem);
    height: 2px;
    background: #fff;
}
header .title h1 {
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    padding: 175px 0 180px;
    color: #fff;
}
header .navbar-toggler {
    outline: none;
    z-index: 2;
    position: relative;
}
header .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
    background: url(../images/header/navbar-toggler-icon.svg) no-repeat top center/contain;
}
header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: url(../images/header/navbar-toggler-icon-close.svg) no-repeat top center/contain;
}
header .form__link {
    text-decoration: none;
}

section, .container {
    position: relative;
}
section > .container {
    margin-top: 46px;
}
section > .container > .row {
    padding-left: 80px;
}
section .section-num {
    font-size: 20px;
    font-weight: 500;
    color: #b6b6b6;
    position: absolute;
    top: 24px;
    left: -126px;
}
section .is-border {
    content: '';
    background: rgba(151,151,151,.2);
    position: absolute;
}
section .left-border {
    width: 1px;
    height: calc(100% + 46px);
    left: 0;
    top: -46px;
}
section .top-border {
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
}
section .bottom-border {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}
section h2 {
    margin: 33px 0 20px;
}

.navbar-expand-lg.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 10px 20px;
  background: #0064ff;
  z-index: 9999;
}

.about .p__bigger {
    font-size: 21px;
    padding-left: 23px;
    max-width: 403px;
    line-height: 1.43;
}
.about .border-p__bigger {
    background: #0064ff;
    width: 145px;
    height: 2px;
    margin-top: -20px;
    margin-bottom: 20px;
}
.about .competence {
    padding-left: 59px;
    margin-top: 43px;
    font-size: 15px;
}
.about .competence__title {
    font-weight: 500;
    color: #0064ff;
    margin-bottom: 15px;
}
.about .competence > ul {
    line-height: 1.6;
    color: #5c5d62;
}
.about .competence > ul li {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.about .competence > ul li div:first-child {
    margin-right: 13px;
}


.rewards .rewards__images {
    margin-top: 30px;
}
.rewards .rewards__images > img {
    margin: 0 15px;
}
.rewards__padding {
    padding-bottom: 84px;
}


.darks {
    background: #333438;
}
.darks p {
    line-height: 1.5;
}
.darks .technologies {
    background: #0064ff;
    margin: -46px 0 0 -80px;
    padding: 0 37px 0 80px;
    max-width: 538px;
    max-height: 643px;
}
.darks .technologies h2,
.darks .technologies p {
    color: #fff;
}
.darks .technologies p {
    font-size: 16px;
    line-height: 1.5;
}
.darks .technologies .bottom-border {
    width: calc(100% + 132px);
    bottom: -40px;
    left: -132px;
}
.darks .competences {
    color: #fff;
    font-size: 16px;
    max-width: 565px;
    border-left: 1px solid rgba(151,151,151,.2);
    padding: 0 0 45px 61px;
}
.darks .competences h2 {
    color: #fff;
    margin-top: 66px;
}
.darks .competences p {
    color: #fff;
}
.darks .competences ul li {
    margin-bottom: 10px;
}
.darks .competences .bottom-border {
    bottom: 35px;
    width: calc(100% + 223px);
    left: 0;
}


.services h2 {
    margin-bottom: 45px;
}
.services .service {
    max-width: 327px;
}
.service__image {
    min-height: 100px;
}
.service__title {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: #0064ff;
    margin-bottom: 15px;
}
.service > ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}
.service > ul li div:first-child {
    margin-right: 13px;
}


.clients h2 {
    margin-bottom: 87px;
}
.clients img {
    max-width: 100%;
}

.product {
/*     background: url('../images/products/bg.jpg') no-repeat top center/cover; */
    min-height: 0px;
}
.product .section-num {
    top: 49px;
}
.product .container {
    padding-bottom: 0px;
}
.product h2 {
    margin: 49px 0 29px;
}
.product p {
    line-height: 1.5;
}
.product .nitrosbase {
    max-width: 542px;
}
.product .nitrosbase span {
    font-weight: 500;
    color: #db3131;
}
.product .product__benefits > div {
    padding-left: 46px;
    margin-bottom: 26px;
    background: url(../images/products/list-type-arrow.svg) no-repeat 19px 7px;
}


.comments .container {
    padding-bottom: 70px;
}
.comments h2 {
    margin-bottom: 45px;
}
.comment + .comment {
    margin-top: 74px;
}
.comment .comment__text:before,
.comment .comment__text:after {
    content: "";
    position: absolute;
    border-style: solid;
}
.comments .comment:nth-child(odd) .comment__text:after {
    border-width: 0px 0px 37px 41px;
    border-color: transparent #D8D8D8;
    right: -42px;
    top: 25px;
}
.comments .comment:nth-child(odd) .comment__text:before {
    border-width: 0px 0px 36px 41px;
    border-color: transparent #fff;
    right: -40px;
    top: 26px;
    z-index: 1;
}
.comments .comment:nth-child(even) .comment__text:after {
    border-width: 37px 0 0px 41px;
    border-color: #D8D8D8 transparent;
    left: -43px;
    top: 25px;
}
.comments .comment:nth-child(even) .comment__text:before {
    border-width: 36px 0 0px 41px;
    border-color: #fff transparent;
    top: 26px;
    left: -40px;
    z-index: 1;
}
.comments .comment .comment__text {
    max-width: 76%;
    font-size: 16px;
    line-height: 1.63;
    color: #333438;
    padding: 30px 42px 38px 34px;
    border: 1px solid #D8D8D8;
    position: relative;
}
.comments .comment .comment__author {
    font-size: 13px;
    max-width: 17%;
}
.comments .comment:nth-child(odd) .comment__author {
    margin: 0 0 0 5.5%;
}
.comments .comment:nth-child(even) .comment__author {
    margin: 0 5.5% 0 0;
}
.comments .comment .author__name {
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #0064ff;
}
.comments .comment .author__company {
    color: #9b9b9b;
    font-weight: normal;
}


.blog_preview h2 {
    margin: 33px 0 45px;
}
.blog .blog__link,
.blog_preview .blog__link {
    font-size: 15px;
    color: #0064ff;
    margin: 0px 0 4px 15px;;
}
.blog .article__title,
.blog_preview .article__title {
    font-size: 20px;
    font-weight: 500;
    color: #0064ff;
    margin-bottom: 18px;
    display: block;
}
.blog .article__title:hover,
.blog_preview .article__title:hover {
    text-decoration: none;
}
.blog .article {
    position: relative;
}
.blog .article p,
.blog_preview .article p {
    color: #5c5d62;
}
.blog .article__date,
.blog_preview .article__date {
    font-size: 13px;
    font-weight: 500;
    color: #0064ff;
}


.contacts {
    /* background: linear-gradient(to right, #fff 50%,#0064FF 50%); */
}
.contacts h2 {
    margin: 33px 0 35px;
}
.contact {
    margin-bottom: 20px;
}
.contact__title {
    font-size: 16px;
    line-height: 1.63;
    color: #5c5d62;
}
.contact__value {
    font-weight: 500;
    color: #0064ff;
}
.form {
    background: #0064FF;
    margin: -98px 0 0 45px;
    padding: 45px 0 60px 80px !important;
    max-width: 490px;
}
.form .title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}
.form .checkbox {
    margin-top: 24px;
}
.form .checkbox label > input[type='checkbox'] {
    display: block!important;
    position: absolute;
    left: 9px;
    top: 5px;
    width: 1px;
}
.form .checkbox label .is-checked {
    background: #fff;
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-align: center;
    border-radius: 3px;
}
.form .checkbox label > input[type='checkbox']:checked ~ .is-checked:after {
    content: '';
    background: #0064FF url(../images/form/ic-checkbox.png) no-repeat center;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    position: absolute;
}
.form .checkbox label .checkbox-label {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    margin: -25px 0 0 32px;
    line-height: 1.2;
    max-width: 380px;
}
.form-control,
.form-control:focus {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    box-shadow: none;
    padding-left: 0!important;
}
:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
}
.form-label-group {
    position: relative;
    margin-bottom: 1.5rem;
}
.form-label-group > textarea {
    height: 150px;
    resize: none;
}
.form-label-group > input,
.form-label-group > textarea,
.form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group input::-webkit-input-placeholder,
.form-label-group textarea::-webkit-input-placeholder {
    color: #fff;
}
.form-label-group input:-ms-input-placeholder,
.form-label-group textarea:-ms-input-placeholder {
    color: #fff;
}
.form-label-group input::-ms-input-placeholder,
.form-label-group textarea::-ms-input-placeholder {
    color: #fff;
}
.form-label-group input::-moz-placeholder,
.form-label-group textarea::-moz-placeholder {
    color: #fff;
}
.form-label-group input::placeholder,
.form-label-group textarea::placeholder {
    color: #fff;
}

/* .form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    line-height: 1.5;
    color: #fff;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}
.form-label-group input::-webkit-input-placeholder,
.form-label-group textarea::-webkit-input-placeholder {
    color: transparent;
}
.form-label-group input:-ms-input-placeholder,
.form-label-group textarea:-ms-input-placeholder {
    color: transparent;
}
.form-label-group input::-ms-input-placeholder,
.form-label-group textarea::-ms-input-placeholder {
    color: transparent;
}
.form-label-group input::-moz-placeholder,
.form-label-group textarea::-moz-placeholder {
    color: transparent;
}
.form-label-group input::placeholder,
.form-label-group textarea::placeholder {
    color: transparent;
}
.form-label-group input:not(:placeholder-shown),
.form-label-group textarea:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}
.form-label-group input:not(:placeholder-shown) ~ label,
.form-label-group textarea:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #fff;
} */


.footer .container {
    padding: 68px 0;
    margin-top: 0;
}
.footer .container .left-border {
    height: 100%;
    top: 0;
}
.footer__logo {

}
.footer__copyright {
    margin-left: 45px;
    font-size: 14px;
    line-height: 1.79;
    color: #5c5d62;
}
.footer__info {
    font-size: 14px;
    line-height: 1.36;
    color: #5c5d62;
    max-width: 355px;
}
.footer__info > img {
    margin-right: 23px;
}


/*Cookie Consent Begin*/
#cookieConsent {
    font-size: 16px;
    max-width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 20px 0 !important;
    background-color: #fff;
    box-shadow: 0 -10px 20px -5px rgba(0,0,0,0.125);
    display: none;
    z-index: 9999;
}

#cookieConsent .cookieWrapper {
    max-width: 1156px;
    padding-right: 23px;
    padding-left: 23px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    color: #000;
}

#cookieConsent .cookie-copytext {
    padding-right: 30px;
}

#cookieConsent .cc-compliance {
  -ms-flex: 1;
    flex: 1;
    min-width: 140px;
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

#cookieConsent a {
    color: #4B8EE7;
}

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
    color: #000;
}

#closeCookieConsent:hover {
    color: #ddd;
}

#cookieConsent a.cookieConsentOK {
    background: #00B3FF url('../images/general/white_arrow.png') no-repeat 90% center/12px;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    text-align: center;
    height: auto !important;
    color: #fff;
    min-width: 140px;
    line-height: 45px;
    font-size: 18px;
    cursor: pointer;
    padding: 0 20px 0 0;
}

#cookieConsent a.cookieConsentOK:hover,
#cookieConsent a.cookieConsentOK:focus {
    background-color: #00A0E4;
}



@media (max-width: 1440px) {
    header,
    .product {
        background-size: cover;
    }
}

@media (max-width: 1300px) {
    section .section-num {
        left: -103px;
    }
}

@media (max-width: 1260px) {
    section .section-num {
        left: -10%;
    }
}

@media (max-width: 1140px) {
    section .section-num {
        left: -103px;
    }
    .clients .clients__images1 img:nth-child(2) {
        margin: 0 20px;
    }
}

@media (max-width: 1080px) {
    .form {
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    header .container {
        padding-left: 21px;
        padding-right: 21px;
    }
    header .nav-link.active:before {
        display: none;
    }
    .navbar-collapse {
        position: absolute;
        top: 0;
        right: -21px;
        width: 338px;
        background: #0064FF;
        z-index: 1;
    }
    .navbar-collapse ul {
        padding: 65px 0 50px 52px;;
    }
    .navbar-collapse ul li {
        padding: 5px 0;
    }

    .container {
        max-width: 100%;
    }
    section > .container {
        margin-top: 26px;
    }
    section .left-border {
        display: none;
    }
    section .section-num {
        position: relative;
        left: 0;
    }
    section h2 {
        margin-top: 46px;
    }
    section > .container > .row {
        padding-left: 0;
    }
    .row > div {
        padding-right: 15px;
        padding-left: 15px;
    }
    .about .border-p__bigger {
        margin-top: 40px;
        margin-left: -15px;
    }
    .rewards .rewards__images > img {
        margin-bottom: 20px;
        max-width: 40%;
    }
    .darks .technologies {
        max-height: initial;
        margin: -30px auto 0;
        padding: 0 37px 0 27px
    }
    .darks .bottom-border {
        display: none;
    }
    .darks .competences {
        border-left: 0;
    }
    .services .service {
        max-width: initial;
        margin-bottom: 30px;
    }
    .clients {
        margin-bottom: 50px;
    }
    .clients h2 {
        margin-bottom: 41px;
    }
    .clients-image > div {
        text-align: center;
        margin: 15px 0;
    }
    .product {
/*         background: #D8D7D5; */
    }
    .product .section-num {
        top: 40px;
    }
    .product .container {
        padding-bottom: 0;
    }
    .product_mobile_bg {
        margin: 0 -21px;
    }
    .product_mobile_bg > img {
        width: 100%;
    }
    .product .product__benefits > div {
        padding-left: 30px;
        margin-bottom: 26px;
        background: url(../images/products/list-type-arrow.svg) no-repeat 2px 7px;
    }
    .comments .top-border {
        display: none;
    }
    .indesktop {
        display: none;
    }
    .inmobile {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    .comments .container {
        padding-bottom: 0;
    }
    .comments .comment .comment__author {
        max-width: 176px;
    }
    .comments .comment .comment__text {
        max-width: calc(100% - 30px);
        margin: 43px 15px;
    }
    .comments .comment:nth-child(odd) .comment__author {
        margin: 0;
    }
    .comment + .comment {
        margin-top: 10px;
    }
    .comments .comment:nth-child(even) .comment__text:before,
    .comments .comment:nth-child(odd) .comment__text:before {
        border-width: 0px 41px 36px 0px;
        border-color: #fff transparent;
        top: -33px;
        left: 15px;
        z-index: 1;
        right: inherit;
    }
    .comments .comment:nth-child(even) .comment__text:after,
    .comments .comment:nth-child(odd) .comment__text:after {
        border-width: 0px 41px 37px 0px;
        border-color: #D8D8D8 transparent;
        top: -35px;
        left: 14px;
        right: inherit;
    }
    .blog_preview {
        padding-bottom: 50px;
    }
    .blog_preview h2 {
        margin: 50px 0 45px;
    }
    .blog_preview .blog__link {
        margin-left: auto;
    }
    .blog_preview .article + .article {
        margin-top: 50px;
    }
    .contacts {
        background: #fff;
    }
    .contacts h2 {
        margin: 50px 0 35px;
    }
    .form {
        margin-top: 20px;
        max-width: 100%;
        padding-left: 15px!important;;
        padding-right: 15px!important;;
    }
    .form .checkbox label .checkbox-label {
        margin: 0 0 20px 20px !important;
    }
    .form .checkbox > label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer__wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important;
    }
    .footer__info {
        margin: 30px 0 0 !important;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 820px) {

}

@media (max-width: 760px) {
    .comments .comment:nth-child(even) .comment__text:after,
    .comments .comment:nth-child(odd) .comment__text:after {
        top: -36px;
    }
    #cookieConsent .cookieWrapper {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #cookieConsent .cookie-copytext {
        display: block;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.15;
    }
    #cookieConsent .cc-compliance {
        max-width: 140px;
        margin-left: auto;
    }
}

@media (max-width: 680px) {
    .darks .competences {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 590px) {
    section > .container {
        padding-top: 10px;
    }
    .darks .technologies {
        margin-left: 15px;
        margin-right: 15px;
    }
    .footer__copyright {
        width: 100%;
        max-width: 100%;
        margin: 30px 0 0;
    }
    header {
        /* background: url(../images/header/mobile_bg.jpg) no-repeat top center/contain; */
    }
    header .title h1 {
        font-size: 40px;
        padding: 136px 0 114px;
    }
    header .container {
        padding-bottom: 95px;
    }
    .row > div {
        padding-left: 21px;
        padding-right: 21px;
    }
    .about .p__bigger {
        padding: 0;
    }
    .about .competence {
        padding-left: 38px;
    }
    .rewards__padding {
        padding-bottom: 54px;
    }
    .rewards .rewards__images > img {
        margin: 0 0 30px;
    }
    .services .top-border {
        display: none;
    }
    .clients-image > div {
        margin: 15px 0 45px;
    }
    .product .section-num {
        top: 26px;
    }
    .product {
/*         background: #D9D8D7; */
    }
    .comments h2 {
        margin-top: 55px;
    }
    .comments .comment:nth-child(even) .comment__author,
    .comments .comment:nth-child(odd) .comment__author {
        padding-right: 0;
        max-width: 190px;
    }
    .form .checkbox label .checkbox-label {
        max-width: 300px;
    }
    .footer .container {
        padding-top: 54px;
    }
}

@media (max-width: 359px) {
    body {
        overflow: auto;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 94%;
    }
    .row > div {
        padding-left: 0;
    }
    .product .product_mobile_bg {
        display: none;
    }
    .inmobile {
        display: none;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1178px;
    }

    section > .container {

    }
}

.btn {
    border-radius: 0;
    min-width: 225px;
    min-height: 47px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
}
.btn-primary {
    background: #00b3ff;
    border-color: #00b3ff;
    transition: all .3s;
}
.btn-primary:hover {
    background: #00A0E5;
    border-color: #00A0E5;
}
.btn-warning {
    background: #EEE684;
    border-color: #EEE684;
}
.productName {
	font-size: 24px;
}
.productList {
/* 	list-style: none; */
}
.productList li::before {
/*   content: "– "; 
  padding-right: 5px; */
}
.productMargin {
	margin-bottom: 16px
}
/* .productMrgP {
	margin-bottom: 0;
} */
.pLast {
	margin-bottom: 0;
}
