ul, ol {
    padding-left: 20px;
}

.htmleditor .static-content__col {
    width: 90%;
    margin: 10px 0;
    padding: 10px;
    border: 5px solid #1a47b0;
}

.htmleditor .Avertpro_slider {
    padding: 10px;
    border: 5px solid #1a47b0;
    position: relative;
}


.Avertpro_buttonsList {
    display: table;
    table-layout: fixed;
    padding: 0;
    margin: 0;
    width: 100%;
}

.Avertpro_buttonsList li {
    display: table-cell;
    padding: 0 15px;
}

.Avertpro_buttonsList li a {
    display: inline-block;
    background: red;
    font-size: 25px;
    width: 100%;
    padding: 15px;
}

.htmleditor .Avertpro_slider:before {
    display: block;
    content: "Слайдер";
    position: absolute;
    top: 0;
    left: 10px;
    background: #fff;
    transform: translate(0, -50%);
    line-height: 1;
    padding: 0 5px;
    font-weight: bold;
}

.htmleditor .Avertpro_sliderItem {
    padding: 0 10px;
    border: 5px solid red;
    margin: 10px 0;
    padding: 10px;
}


.htmleditor .static-content__col.static-content__col_right {
    border: 5px solid indianred;
}

.Avertpro_tabList {
    display: flex;
    width: 100%;
    margin: 0 -15px;
    padding: 0;
    flex-direction: row;
}

.Avertpro_tabList li {
    font-size: 20px;
    list-style: none;
    margin: 15px;
    background: #3F51B5;
    height: 150px;
    padding: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    border-radius: 15px;
}

.Avertpro_textBlock {
    font-size: 18px;
    border: 1px solid;
    padding: 30px;
    margin-bottom: 25px;
    height: 100%;
    box-sizing: border-box;
}

.Avertpro_textBlock ul {
    margin: 0;
    padding: 0 20px;
}

.Avertpro_textBlock ul p {
    padding: 0;
    margin: 0;
}

.Avertpro_header {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 15px !important;
}


.Avertpro_textBlock-red {
    background-color: #ff1600;
    color: #fff;
}

.Avertpro_textBlock-black {
    background-color: #28232e;
    color: #fff;
}

.Avertpro_textBlock-blue {
    /*background-color: #1268cd;*/
    /*color: #fff;*/
}

.Avertpro_textBlock-dark-gray {
    background-color: #787772;
    color: #fff;
}

.Avertpro_textBlock-light-gray {
    background-color: #f1f2e4;
    color: #787772;
}


.Avertpro_textBlock_title {
    margin-bottom: 15px !important;
    font-weight: bolder;
    text-shadow: none;
    border-bottom: 2px solid #eee;
    padding-bottom: 15px;
    line-height: 1.2 !important;
    font-size: 18px !important;
}

.Avertpro_textBlock-left {
    float: left;
    margin-right: 30px;
    margin-bottom: 0;
}


.Avertpro_textBlock-blue {
    /*color: #fff;*/
    /*background-color: #4472c4;*/
}

.Avertpro_textBlock-green {
    color: #fff;
    background-color: #70ad47;
}

.Avertpro_textBlock-orang {
    color: #fff;
    background-color: #ed7d31;
}

.CNSHeader-h3 {
    padding: 15px 0;
    line-height: 1;
}

.Avertpro_contactBlock {
    font-size: 18px;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid;
}

.Avertpro_contactBlock_title {
    text-transform: uppercase;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 15px;
}

.Avertpro_contactBlock_contact {
    display: flex;
    margin-top: 15px;
}

.Avertpro_contactBlock_contact > * {
    width: 50%;
}

.Avertpro_ProjectsInfoBlock {
    margin-bottom: 30px;

}

.Avertpro_ProjectsInfoBlock__title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
    padding-right: 15px;
}


.Avertpro_ProjectsInfoBlock__title:first-letter {
    color: #ff1800;
}

.Avertpro_ProjectsInfoBlock .Avertpro_ProjectsInfoBlock__content p {
    margin-bottom: 10px;
}


.Avertpro_ProjectForm {
    margin-bottom: 30px;
    padding: 30px;
    border: 2px solid;
    font-size: 25px;
}


.AvertproProjects__list .thumb-links__title {
    font-size: 20px !important;
    line-height: 1.1;
}

.Avertpro_slider {
    font-size: 15px;
    position: relative;
    margin-top: 25px;
}


.Avertpro_slider.Avertpro_slider-arrows {
    padding: 0 50px;
    margin-bottom: 25px;
}

.Avertpro_sliderItem {
    /*height: auto;*/
}

.Avertpro_sliderArrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.Avertpro_sliderArrow-prew {
    left: 0;
    transform: translateY(-50%) rotate(180deg);
}

.Avertpro_sliderArrow-next {
    right: 0;
    transform: translateY(-50%);
}


.Avertpro_slider .slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
}

.slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    color: #3c3d41;
    margin: 0 3px;
    border: 3px solid;
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
}

.slick-dots li:hover,
.slick-dots li:active,
.slick-dots li:focus,
.slick-dots li.slick-active {
    background-color: #ff1800;
    color: #ff1800;
}

.slick-dots li button {
    display: none;
}

.SNC_hystoryList {
    font-size: 18px;
    margin: 0 -15px;

}


.SNC_hystoryList .slick-track {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.SNC_hystoryItem {
    margin: 15px;
    border: 2px solid #3c3d41;
    padding: 15px;
    width: calc(100% / 3 - 30px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.SNC_hystoryItem-year {
    font-size: 25px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    font-weight: bold;
}

.SNC_hystoryItem-year:after {
    display: block;
    content: '';
    border-bottom: 2px solid #ff1800;
    width: 50%;
}


.thumb-links__image {
    background-color: #3c3d41;
    background-image: url(../../../assets/img/noPhoto.png);
    background-size: cover;
    position: relative;
}

.thumb-links__image:before {
    display: block;
    background: rgba(60, 61, 65, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    transition: all 0.3s;
    pointer-events: none;
}

.thumb-links__item:hover .thumb-links__image:before {
    opacity: 0;
}


.Avertpro_slider .static-content__col_right {
    width: 49%;
}

.Avertpro_btn {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    padding: 10px 20px;
    border: 2px solid;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
    box-sizing: border-box;
}

.Avertpro_btn-lg {
    font-size: 25px;
    padding: 20px 30px;
}

.Avertpro_btn:hover {
    opacity: 0.8;
}

.Avertpro_btn-block {
    width: 100%;
}

.Avertpro_btn-blue {
    border-color: #0D47A1;
    background-color: #2196F3;
    color: #fff;
}

.static-content__col-1 {
    width: 25%;
}

.static-content__col-3 {
    width: 75%;
}

.page-content h2 {
    margin: 0;
    padding: 15px 0;
}

.Avertpro_row {
    font-size: 18px;
}

.Avertpro_row-vac {
    align-items: center;
}

.Avertpro_row-vat {
    align-items: baseline;
}

.Avertpro_col {
    margin-bottom: 30px;
}


.htmleditor .Avertpro_row {
    font-size: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    border: 3px solid red;
    margin: 0;
}

.htmleditor .Avertpro_col {
    border: 3px solid green;
    padding: 15px;
}

.htmleditor .Avertpro_col img {
    max-width: 100%;
    height: auto;
}

.SNS_contentBlock {
    border: 3px solid;
    box-sizing: border-box;
    padding: 15px;
    line-height: 1;
    font-size: 90%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.SNS_contentBlock-blue {
    border-color: #595f6f;
    /*background-color: #E3F2FD;*/
}

.SNS_contentBlock_title, .SNS_contentBlock_title * {
    font-weight: bold;
    margin-bottom: 10px;
}

.htmleditor .SNS_contentBlock {
    border: 3px solid;
}

.SNS_contentBlock_title {
    font-weight: bold;
}


.Avertpro_row-ipPhone .SNS_contentBlock {
    height: 100%;
}

h4.Avertpro_PartnersBlock_title {
    padding: 0;
    margin: 0;
    font-size: 25px;
}


.Avertpro_PartnersList {
    margin: 30px -30px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.Avertpro_PartnersItem {
    padding: 0 30px;
    display: block;
    margin: 15px 0;
    width: calc(100% / 5 - 60px);
}


.Avertpro_PartnersItem-link {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 15px 0;
}

.Avertpro_PartnersItem-title {
    font-size: 20px;
}

.static-content ol,
.static-content li {
    font-size: 17px;
}

.slCopyright {
    align-items: center;
    margin-top: 15px;
}

.slCopyright-logo {
    width: auto;
    height: 20px;
    margin-right: 5px;
}

.slCopyright-link {
    color: #fff;
    padding-left: 5px;
}

#timingReactionTable {
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    border-collapse: collapse;
}

#timingReactionTable td {
    border: 1px solid;
    padding: 10px 0;
}

.timingReactionTable__gray {
    background: #f1f2e4;
}

.Avertpro_arrow {
    width: 30px;
    height: 50px;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
}

.Avertpro_arrow:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: transparent;
    border-top-color: inherit;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 100%);
    bottom: 0;
}

.Avertpro_arrow-blue {
    background-color: #4472c4;
    border-color: #4472c4;
}

.Avertpro_arrow-up {
    transform: rotate(180deg);
}

.text-header__text-title {
    font-weight: bold;
}

/*.Avertpro_ProjectForm {*/
/*background-color: #4472c4;*/
/*color: #fff;*/
/*display: flex;*/
/*align-items: center;*/
/*}*/

.Avertpro_ProjectForm {
    background-color: #28232d;
    background-image: -webkit-linear-gradient(82deg, #28232d 0%, #787772 99%);
    background-image: -moz-linear-gradient(82deg, #28232d 0%, #787772 99%);
    background-image: -o-linear-gradient(82deg, #28232d 0%, #787772 99%);
    background-image: linear-gradient(82deg, #28232d 0%, #787772 99%);
    color: #fff;

    border-radius: 10px;
    box-shadow: 0px 0px 30px rgba(120, 119, 114, 0.5);
    border: none;
}


.Avertpro_ProjectForm .Avertpro_row {
    margin-bottom: 0;
}

.Avertpro_formInput {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    padding: 10px 5px;
    color: #fff;
    /*display: block;*/
    width: 100%;
    margin-bottom: 15px;
    line-height: 1;
    font-size: 20px;
    box-sizing: border-box;
}

.Avertpro_formInput:focus,
.Avertpro_formInput:active,
.Avertpro_formInput:hover {
    outline: none;
}


.Avertpro_formInput::placeholder {
    color: #fff;
    line-height: 1;
    font-size: 20px;
    opacity: 0.8;
}

.Avertpro_formInput::-ms-input-placeholder {
    color: #fff;
    line-height: 1;
    font-size: 20px;
    opacity: 0.8;
}

.Avertpro_formInput:-ms-input-placeholder {
    color: #fff;
    line-height: 1;
    font-size: 20px;
    opacity: 0.8;
}

.Avertpro_formInput::-webkit-input-placeholder {
    color: #fff;
    line-height: 1;
    font-size: 20px;
    opacity: 0.8;
}

.Avertpro_formSubmit {
    border: 2px solid #fff;
    background: none;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
    padding: 10px 20px;
    transition: all 0.3s;
    float: right;
    cursor: pointer;
}

.Avertpro_formSubmit:focus,
.Avertpro_formSubmit:active,
.Avertpro_formSubmit:hover {
    outline: none;
    color: #507bc7;
    background-color: #fff;
}

.Avertpro_formSubmit:disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

.Avertpro_formInput-error {
    border-color: red;
    background-color: rgba(255, 0, 0, 0.05);
}


.Avertpro_ProjectForm-text_1 {
    font-size: 17px;
}

.Avertpro_ProjectForm-text_2 {
    font-size: 25px;
    line-height: 1;
}

.Avertpro_form {
    display: table;
}


.Avertpro_1C_List {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}


.Avertpro_1C_List-item {
    display: block;
    width: 100%;
    padding: 15px;
}


.Avertpro_1C_Item,
.Avertpro_1C_info-img {
    width: 100%;
    height: 300px;
    position: relative;
    background-image: url(../../../assets/img/1c_box.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all 0.3s;
}


.Avertpro_1C_Item:hover {
    transform: scale(1.05);
}


.Avertpro_1C_Item-title, .Avertpro_1C_info-img-title {
    display: block;
    color: #e20007;
    font-weight: bold;
    font-size: 15px;
    width: 180px;
    text-align: center;
    position: absolute;
    line-height: 1;
    top: 49px;
    left: 20px;
    transform: perspective(525px) rotateY(-33deg) rotate(-3deg);
    perspective-origin: left center;
}


#CNS_1C_form-support,
#CNS_IDS_form-support,
#CNS_1C_form {
    display: none;
    width: 400px;
}


.Avertpro_1C_form-modal .fancybox-skin {
    background-color: #787772;
    border-radius: 0;
    box-shadow: none;
    padding: 0px !important;
}

#CNS_IDS_form-support .Avertpro_formInput,
#CNS_1C_form .Avertpro_formInput,
#CNS_IDS_form-support .Avertpro_formInput,
#CNS_1C_form-support .Avertpro_formInput {
    display: block;
    width: 100%;
    color: #444;
}


#CNS_IDS_form-support .Avertpro_formInput::placeholder,
#CNS_1C_form-support .Avertpro_formInput::placeholder {
    color: #444;
}

#CNS_IDS_form-support .Avertpro_formInput::-ms-input-placeholder,
#CNS_1C_form-support .Avertpro_formInput::-ms-input-placeholder {
    color: #444;
}

#CNS_IDS_form-support .Avertpro_formInput:-ms-input-placeholder,
#CNS_1C_form-support .Avertpro_formInput:-ms-input-placeholder {
    color: #444;
}

#CNS_IDS_form-support .Avertpro_formInput::-webkit-input-placeholder,
#CNS_1C_form-support .Avertpro_formInput::-webkit-input-placeholder {
    color: #444;
}


#CNS_1C_form-support .Avertpro_formInput {

}

.Avertpro_1C_form-modal .fancybox-skin .Avertpro_formSubmit {
    display: block;
    margin: 0 auto;
    float: none;
    padding: 10px 40px;
}


.Avertpro_IDS_form-support-title,
.Avertpro_1C_form-support-title,
.Avertpro_1C_form-type {
    text-align: center;
    display: inline-block;
    width: 100%;
    /*color: #ff1600;*/
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1;
}

li p {
    margin: 5px 0 !important;
}

.cns1C_support-formBtn {
    width: 100%;
    height: calc(100% - 25px);
    border: 1px solid;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: #787772;
    color: #fff;
}


.cns1C_support-formBtn:after {
    display: inline-block;
    content: 'Сделать запрос';
    color: #ff1800;
    text-transform: uppercase;
    border: 1px solid #ff1800;
    line-height: 1;
    padding: 10px 20px;
    margin-top: 15px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

.cns1C_support-formBtn:hover:after,
.cns1C_support-formBtn:focus:after,
.cns1C_support-formBtn:active:after {
    background-color: #ff1800;
    color: #fff;
}


div#CNS_1C_infoWrapper {
    max-width: 900px;
    display: none;
}


.Avertpro_1C_info-imgBlock {
    display: none;
}


.Avertpro_1C_info-dataTitle {
    font-size: 150%;
    font-weight: bold;
    /*color: #e30907;*/
}

.Avertpro_1C_info-dataVariantList {
    width: 100%;
    border: 1px solid #f1f2e4;
    border-collapse: collapse;
    background-color: rgba(241, 242, 228, 0.2);
    box-sizing: border-box;
}

.Avertpro_1C_info-dataVariant:nth-of-type(odd) {
    background-color: #ececec;
}

.Avertpro_1C_info-dataVariant > td {
    padding: 5px;
}

.Avertpro_1C_info-dataVariantInf-price {
    width: 45%;
    text-align: left;
}

.Avertpro_1C_info-dataVariant-btn {
    width: 25%;
}

.Avertpro_1C_info-dataVariant-bayBtn {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 1;
    padding: 10px 15px;
}

.Avertpro_1C_info-dataVariantInf-payBtn {
    display: inline-block;
    text-align: center;
    line-height: 1;
    padding: 7px 14px;
    font-size: 110%;
    border: 1px solid;
    background: none;
    cursor: pointer;
    width: 45%;
    margin: 5px;
    box-sizing: border-box;
}

.Avertpro_1C_info-dataVariantInf-title {
    width: 100%;
}

.Avertpro_1C_info-dataVariantInf-payBtn:before {
    display: inline-block;
    content: 'Купить';
}

.Avertpro_1C_info-dataVariantInf-payBtn.open:before {
    content: 'Отмена';
}

.Avertpro_1C_info-dataVariantList > tr:nth-of-type(odd) {
    background: #f1f2e4;
}

#CNS_1C_infoWrapper .Avertpro_ProjectForm {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
    box-sizing: border-box;
}


#CNS_1C_infoWrapper .Avertpro_ProjectForm-text {
    font-size: 30px;
}


.Avertpro_1C_info-dataVariantInfo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.Avertpro_1C_info-dataVariantInfo > div {
    padding: 5px;
}

.Avertpro_1C_form {
    background-color: #f1f2e4;
    display: none;
    text-align: center;
    padding: 15px;
}

.Avertpro_1C_form .Avertpro_formSubmit {
    float: none;
    color: #484847;
    border-color: #484847;
}

.Avertpro_1C_form table {
    width: 100%;
}

.Avertpro_1C_formTable-title {
    width: 40%;
    padding: 5px;
    text-align: right;
}


.Avertpro_1C_formTable input, .Avertpro_1C_formTable textarea {
    width: 100%;
    background-color: #fff;
    border: none;
    line-height: 1;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 0;
}


.Avertpro_1C_formTable input, .Avertpro_1C_formTable textarea {
    width: 100%;
    background-color: #fff;
    border: none;
    line-height: 1;
    padding: 5px;
    box-sizing: border-box;
    color: #444;
    font-size: 15px;
}

table.Avertpro_1C_formTable td {
    padding: 5px;
}

.Avertpro_1C_info-img-title {
    left: 60px;
}

.ipTelephoneBlock .Avertpro_row ul,
.ipTelephoneBlock .Avertpro_row p {
    margin-bottom: 0;
    margin-top: 0;
}

.Avertpro_1C_Item-titleBottom {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.slModal {
    display: none;
    min-width: 300px;
    min-width: 300px;
}

div#CNS_ProjectForm:focus {
    /*outline: none;*/
    /*box-shadow: 0px 0px 30px rgb(255, 24, 0);;*/
}

.cnsIDS_support-formBtn {
    cursor: pointer;
    transition: all 0.3s;
}

.cnsIDS_support-formBtn:hover {
    color: #fff;
    background-color: #3c3d41;
}


.slCertificate__list {
    display: flex;
    flex-wrap: wrap;

}

.slCertificate__item {
    width: 45%;
    width: calc(100% / 2 - 30px);
    padding: 15px;
    margin-bottom: 0 !IMPORTANT;
    line-height: 1;
}

.slCertificate__item-link {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    cursor: zoom-in;
    position: relative;
}

.slCertificate__item-link:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3c3d41;
    opacity: 0;
    transition: all 0.3s;
}

.slCertificate__item-link:hover:before {
    opacity: 0.5;
}

.slCertificate__item-img {
    width: 100%;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}

.index-hero .slErrorPage {
    z-index: 100;
    color: #fff;
}

.slErrorPage h1 {
    font-size: 40px;
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
    /*.Avertpro_ProjectsInfoBlock {*/
    /*display: block;*/
    /*}*/
    /*.Avertpro_ProjectsInfoBlock__title {*/
    /*width: 100%;*/
    /*text-align: left;*/
    /*max-width: none;*/
    /*}*/
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .Avertpro_ProjectsInfoBlock {
        display: flex;
    }

    .Avertpro_ProjectsInfoBlock__title {
        width: 20%;
        max-width: 260px;
        text-align: right;
        margin-bottom: 0;
    }

    .Avertpro_ProjectsInfoBlock__content {
        width: 80%;
        padding-left: 15px;
        border-left: 1px solid #787772;
    }


    .Avertpro_ProjectForm {
        display: flex;
        align-items: center;
    }

    .Avertpro_ProjectForm-text {
        width: 40%;
        font-size: 30px;
    }

    .Avertpro_ProjectForm-form {
        width: 60%;
    }

    .Avertpro_form > * {
        display: table-cell;
        margin: 0 10px;
        width: calc(100% / 3 - 20px);
    }

    .Avertpro_row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -30px;
        padding: 0;
        margin-bottom: 50px;
    }

    .Avertpro_textBlock-col1 {
        width: calc(100% / 6 * 1);
    }

    .Avertpro_textBlock-col2 {
        width: calc(100% / 6 * 2);
    }

    .Avertpro_textBlock-col3 {
        width: calc(100% / 6 * 3);
    }

    .Avertpro_textBlock-col4 {
        width: calc(100% / 6 * 4);
    }

    .Avertpro_textBlock-col5 {
        width: calc(100% / 6 * 5);
    }

    .Avertpro_textBlock-col6 {
        width: 100%;
    }


    .Avertpro_col {
        padding: 0 30px;
        box-sizing: border-box;
    }

    .Avertpro_col-1 {
        width: calc(100% / 6 * 1);
    }

    .Avertpro_col-2 {
        width: calc(100% / 6 * 2);
    }

    .Avertpro_col-3 {
        width: calc(100% / 6 * 3);
    }

    .Avertpro_col-4 {
        width: calc(100% / 6 * 4);
    }

    .Avertpro_col-5 {
        width: calc(100% / 6 * 5);
    }

    .Avertpro_col-6 {
        width: 100%;
    }


    .Avertpro_textBlock-right {
        float: right;
        margin-left: 30px;
        margin-bottom: 0;
    }

    .Avertpro_1C_List-item {
        width: calc(100% / 4 - 30px);
    }

    .fancybox-inner #CNS_1C_infoWrapper {
        display: flex !important;
        flex-wrap: wrap;
    }


    .Avertpro_1C_info-imgBlock {
        width: 40%;
        display: block;
    }

    .Avertpro_1C_info-dataBlock {
        width: 55%;
        width: calc(60% - 30px);
        padding: 0 15px;
    }

    .Avertpro_1C_info-dataVariantInfo {
        flex-wrap: unset;
    }


    .Avertpro_1C_formTable-title {
        width: 40%;
    }


    .Avertpro_1C_info-dataVariantInf-price {
        width: 45%;
        text-align: left;
    }

    .Avertpro_1C_info-dataVariantInf-payBtn {
        width: 20%;
    }

    #CNS_1C_infoWrapper .Avertpro_ProjectForm-form {
        width: 70%;
    }

    #CNS_1C_infoWrapper .Avertpro_ProjectForm-text {
        width: 35%;
        font-size: 30px;
    }

    .slCopyright {
        display: flex;
    }

    .header-menu_static {
        padding: 0
    }


}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

.news-line-link {
    font-size: 25px;
}

.ppBlock {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
    font-style: italic;
}

.ppBlock__link {
    color: inherit;
}

.slPPMenu {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 10px;
}

.slPPMenu__item {
    display: inline-block;
    margin-right: 3px;
}

.slPPMenu__link {
    color: #999;
    line-height: 1;
    font-size: 11px;
}

.partners-item__logo {
    width: 200px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.openValue {
    /*padding-bottom: 40px;*/
}

.openValue__links {
    margin-top: 15px;
    list-style: none;
    padding: 0;
    line-height: 2;
}

.openValue a {
    color: red;
    font-size: 16px;
}

.openValue .openValue_aside__contacts-title {
    padding: 0;
    padding-bottom: 15px;
}

.openValue .profile-aside__contacts li {
    line-height: 1.1;

}

.openValue .profile-aside__contacts li + li {
    margin-top: 15px;
}

.main_subscriprion_form {
    display: inline-flex;
    width: 65%;
    padding: 0 15px;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}


.main_subscriprion_form--title {
    font-size: 20px;
    color: #fff;
}

.main_subscriprion_form--form {
    /*flex-grow: 1;*/
    display: block;
}

.main_subscriprion_form--formInputs {
    display: flex;
    align-items: end;
    justify-content: center;
    width: 100%;
}

.main_subscriprion_form--input {
    line-height: 1;
    font-size: 16px;
    width: auto;
    flex-grow: 1;
    margin-right: 10px;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.2);
}


.main_subscriprion_form--subbmit {
    width: auto;
    margin-left: 10px;
}

.main_subscriprion_form .ppBlock {
    font-size: 12px;
    color: #eee;
    width: 100%;
    text-align: right;
    margin-top: 0px;
}

.profile-page-static-content {
    font-size: 17px;
}

#text-header__title_partnet-page-title-148 {
    text-transform: unset;
}

.profile-page-static-content-logo {
    text-align: center;
}

.profile-page-static-content-logo-img {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: contain;
}