

/* Start:/include/1c/style.css?1768807690593*/
:root{
    --main-color: #C41F4C;
}
body{
    overflow: visible !important;
}
h2{
    padding: 0 !important;
    margin: 0 !important;
}

.br{
    position: relative;
}
@media all and (max-width: 800px) {
    .br:after{
        display: none !important;
    }
}

.special{
    color: #C41F4C !important;
}

body .widget-about.template-1 .widget-button{
    border-color: #000000;
    background-color: #000000;
}
body .widget-about.template-1 .widget-button:hover{
    background-color: var(--main-color, #C41F4C);
    border-color: var(--main-color, #C41F4C);
}
/* End */


/* Start:/include/2024/banner/style.css?17663902415236*/
.widget-banner{
    position: relative;
    overflow: hidden;
    background-color: #212429;
    padding: 234px 0 78px;
}
.widget-banner .widget-banner-wrapper{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.widget-banner .widget-header{
    flex: 1;
}
.widget-banner .widget-header .widget-title{
    font-size: 42px;
    font-weight: 700;
    line-height: 130%;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 44px;
    padding: 0;
    text-wrap: balance;
}
.widget-banner .widget-header .widget-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    color: #ffffff;
    margin-bottom: 28px;
    max-width: 600px;
}
.widget-banner .widget-header .widget-price{
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 44px;
}
.widget-banner .widget-header .widget-price span{
    font-size: 37px;
    color: #ffffff;
}
.widget-banner .widget-header .widget-buttons{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px 34px;
}
.widget-banner .widget-header .widget-button[data-index="0"]{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 19px 32px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;

    transition: color .2s ease-out, background-color .2s ease-out;
}
.widget-banner .widget-header .widget-button[data-index="0"]:hover,
.widget-banner .widget-header .widget-button[data-index="0"]:focus{
    color: #ffffff;
    background-color: transparent;
}
.widget-banner .widget-header .widget-button[data-index="1"]{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;

    transition: opacity .2s ease-out;
}
.widget-banner .widget-header .widget-button[data-index="1"]:hover,
.widget-banner .widget-header .widget-button[data-index="1"]:focus{
    opacity: .6;
}
.widget-banner .widget-header div:last-child{
    margin-bottom: 0;
}
.widget-banner .widget-content{
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
}
.widget-banner .widget-content .widget-icon{
    display: flex;
    margin-top: -77px;
    transform: translateX(18px);
    width: calc(100% + 258px);
}
.widget-banner .widget-content .widget-icon svg{
    display: flex;
    height: auto;
}
@media all and (max-width: 1600px) {
    .widget-banner .widget-header .widget-title{
        font-size: 38px;
    }
    .widget-banner .widget-header .widget-description{
        font-size: 18px;
    }
    .widget-banner .widget-header .widget-price{
        font-size: 20px;
    }
    .widget-banner .widget-header .widget-price span{
        font-size: 35px;
    }
    .widget-banner .widget-content .widget-icon{
        transform: none;
        width: calc(100% + 120px);
    }
}
@media all and (max-width: 1200px) {
    .widget-banner .widget-header .widget-title{
        font-size: 36px;
    }
    .widget-banner .widget-content .widget-icon{
        margin-top: 0;
        width: calc(100% + 100px);
    }
    .widget-banner .widget-content {
        align-self: flex-end;
        max-width: calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
    }
}
@media all and (max-width: 1100px) {
    .widget-banner .widget-header .widget-description br{
        display: none;
    }
}
@media all and (max-width: 1000px) {
    .widget-banner .widget-banner-wrapper{
        flex-wrap: wrap;
    }
    .widget-banner .widget-header{
        order: 2;
    }
    .widget-banner .widget-content{
        max-width: 100%;
        flex: 0 0 100%;
        display: none;
        order: 1;
    }
    .widget-banner .widget-content .widget-icon {
        width: 100%;
    }
}
@media all and (max-width: 980px) {
    .widget-banner{
        padding: 140px 0 76px;
    }
}
@media all and (max-width: 600px) {
    .widget-banner {
        padding: 76px 0 60px;
    }
    .widget-banner .widget-header .widget-title{
        font-size: 26px;
        line-height: 136%;
        margin-bottom: 24px;
    }
    .widget-banner .widget-header .widget-title br{
        display: none;
    }
    .widget-banner .widget-header .widget-description {
        font-size: 16px;
        line-height: 175%;
        max-width: calc(100% - 8px);
    }
    .widget-banner .widget-header .widget-price {
        font-size: 16px;
    }
    .widget-banner .widget-header .widget-price span {
        font-size: 32px;
    }
    .widget-banner .widget-header .widget-button[data-index="0"]{
        padding: 16px 24px;
    }
    .widget-banner .widget-header .widget-button[data-index="0"],
    .widget-banner .widget-header .widget-button[data-index="1"]{
        text-align: center;
        font-size: 14px;
    }
    .widget-banner .widget-content{
        display: block;
    }
    .widget-banner .widget-banner-wrapper{
        gap: 28px;
    }
}
/* End */


/* Start:/include/2024/banner/websites_development_response.css?1760515427281*/
.banner-title--websites-development-page {
max-width: 600px;
}

.widget-banner-wrapper h1 span:after {
	content: "\A";
    white-space: pre;
}

.widget-development.template-staff .widget-header-text {
    font-size: 40px;
	padding: 0;
    font-weight: 500;
    line-height: 50px;
}
/* End */


/* Start:/include/templates/advantages/template.13/style.css?17691705623014*/
.widget-advantages.template-13{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-advantages.template-13 .widget-header .widget-title{
    color: #1B1E25;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-wrap: balance;
    padding: 0;
    margin: 0;
}
.widget-advantages.template-13 .widget-header .widget-description{
    color: #5B5B5B;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}
.widget-advantages.template-13 .widget-header .widget-title + .widget-description{
    margin-top: 1.5em;
}
.widget-advantages.template-13 .widget-header + .widget-content{
    margin-top: 2.5em;
}
.widget-advantages.template-13 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}
.widget-advantages.template-13 .widget-item{
    flex: 1 0 calc(33.3333% - .6666em);
    padding: 1.9em 1.5em;
    border: 1px solid #CECECE;
}
.widget-advantages.template-13 .widget-item-index{
    color: #C41F4C;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
}
.widget-advantages.template-13 .widget-item-icon{
    display: flex;
    width: 1.8em;
    aspect-ratio: 4/4;
}
.widget-advantages.template-13 .widget-item-icon svg{
    width: 100%;
    height: 100%;
}
.widget-advantages.template-13 .widget-item-index + *{
    margin-top: 1.5em;
}
.widget-advantages.template-13 .widget-item-icon + *{
    margin-top: 1em;
}
.widget-advantages.template-13 .widget-item-title{
    color: #1B1E25;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.3;
    text-wrap: balance;
}
.widget-advantages.template-13 .widget-item-title + *{
    margin-top: .9em;
}
.widget-advantages.template-13 .widget-item-description{
    color: #5B5B5B;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.4;
}
@media all and (max-width: 800px) {
    .widget-advantages.template-13 .widget-header .widget-title{
        font-size: 2.125em;
    }
    .widget-advantages.template-13 .widget-header .widget-description{
        font-size: 1.125em;
    }
    .widget-advantages.template-13 .widget-item{
        flex: 1 0 calc(50% - .5em);
        padding: 2em 1.9em;
    }
    .widget-advantages.template-13 .widget-item-icon{
        width: 2.2em;
    }
    .widget-advantages.template-13 .widget-item-title{
        font-size: 1.125em;
    }
    .widget-advantages.template-13 .widget-item-description{
        font-size: 1em;
        line-height: 1.35;
    }
    .widget-advantages.template-13 .widget-item-icon + * {
        margin-top: 1.3em;
    }
    .widget-advantages.template-13 .widget-item-title + * {
        margin-top: 1em;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-13 .widget-header .widget-title br {
        display: none;
    }
    .widget-advantages.template-13 .widget-item{
        max-width: 100%;
        flex: 0 0 100%;
    }
}
/* End */


/* Start:/include/templates/advantages/template.14/style.css?17691716764711*/
.widget-advantages.template-14{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-advantages.template-14 .widget-header .widget-title{
    color: #1B1E25;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-wrap: balance;
    padding: 0;
    margin: 0;
}
.widget-advantages.template-14 .widget-header .widget-description{
    color: #5B5B5B;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}
.widget-advantages.template-14 .widget-header .widget-title + .widget-description{
    margin-top: 1.5em;
}
.widget-advantages.template-14 .widget-header + .widget-content{
    margin-top: 2.5em;
}

.widget-advantages.template-14 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: .4em;
    pointer-events: none;
    padding-bottom: 4.2em;
}
.widget-advantages.template-14 .widget-item{
    position: relative;
    overflow: hidden;
    pointer-events: all;
    flex: 0 0 calc(25% - .3em);

    transition: opacity .3s ease-in-out;
}
.widget-advantages.template-14 .widget-item:nth-child(even) {
    margin-bottom: -4.2em;
    margin-top: 4.2em;
}
.widget-advantages.template-14 .widget-item-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.7em;
    position: relative;
    border: 1px solid #A5A5A5;
    padding: 1.35em 1em .6em;
    height: 100%;
}
.widget-advantages.template-14 .widget-item-back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #151515;
    transform: translateX(-100%);
}
.widget-advantages.template-14 .widget-item-title{
    position: relative;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.35;
    color: #000000;
    z-index: 1;
}
.widget-advantages.template-14 .widget-item-title span{
    font-weight: 600;
}
.widget-advantages.template-14 .widget-item-title b{
    font-weight: 600;
}
.widget-advantages.template-14 .widget-item-description{
    color: #5B5B5B;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.35;
}
.widget-advantages.template-14 .widget-item-title + .widget-item-description{
    margin-top: .9em;
}
.widget-advantages.template-14 .widget-item-number{
    font-weight: 400;
    font-size: 1em;
    line-height: 1;
    color: var(--main-color);
    font-variant: small-caps;
    position: relative;
    z-index: 1;
}

.widget-advantages.template-14 .widget-item:nth-child(2) .widget-item-wrapper{
    background-color: #1B1E25;
    border-color: #1B1E25;
}
.widget-advantages.template-14 .widget-item:nth-child(2) .widget-item-title{
    color: #ffffff;
}
.widget-advantages.template-14 .widget-item:nth-child(2) .widget-item-description{
    color: #848484;
}
.widget-advantages.template-14 .widget-item:nth-child(2) .widget-item-number{
    color: #ffffff;
}

/*.widget-advantages.template-14 .widget-item:hover .widget-item-number{*/
/*    color: #ffffff;*/
/*}*/

@media all and (max-width: 800px) {
    .widget-advantages.template-14 .widget-header .widget-title {
        font-size: 2.125em;
    }
    .widget-advantages.template-14 .widget-header .widget-description{
        font-size: 1.125em;
    }
    .widget-advantages.template-14 .widget-items {
        padding-bottom: 0;
    }
    .widget-advantages.template-14 .widget-item{
        flex: 0 0 calc(50% - .2em);
    }
    .widget-advantages.template-14 .widget-item:nth-child(even){
        margin: 0;
    }
    .widget-advantages.template-14 .widget-item-wrapper{
        padding: 2.1em 1.6em;
        gap: 2.5em;
    }
    .widget-advantages.template-14 .widget-item-title b {
        display: block;
    }
    .widget-advantages.template-14 .widget-item-title br{
        display: none;
    }
    .widget-advantages.template-14 .widget-item-description{
        font-size: 1em;
    }
    .widget-advantages.template-14 .widget-item-title + .widget-item-description {
        margin-top: 1.1em;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-14 .widget-header .widget-title br {
        display: none;
    }
    .widget-advantages.template-14 .widget-item{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-advantages.template-14 .widget-header-title{
        max-width: 94%;
    }
    .widget-advantages.template-14 .widget-header + .widget-content{
        margin: 32px 0 0;
    }
    .widget-advantages.template-14 .widget-item-number,
    .widget-advantages.template-14 .widget-item-title{
        font-size: 18px;
    }
}
/* End */


/* Start:/include/templates/faq/template.1/style.css?17691724444626*/
.widget-faq.template-1{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-faq.template-1 .widget-header .widget-title{
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.2;
    color: #151515;
    text-transform: uppercase;
    text-wrap: balance;
    padding: 0;
    margin: 0;
}
.widget-faq.template-1 .widget-header .widget-description{
    color: #5B5B5B;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}
.widget-faq.template-1 .widget-header .widget-title + .widget-description{
    margin-top: 1.5em;
}
.widget-faq.template-1 .widget-header + .widget-content{
    margin-top: 2.5em;
}
.widget-faq.template-1 .widget-items{}
.widget-faq.template-1 .widget-item{
    border-bottom: 1px solid #989494;
}
.widget-faq.template-1 .widget-item-header{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 18px;
    cursor: pointer;
}
.widget-faq.template-1 .widget-item:first-child .widget-item-header{
    padding-top: 0;
}
.widget-faq.template-1 .widget-item-title{
    font-size: 1.1em;
    font-weight: 600;
    line-height: 130%;
    color: #151515;
}
.widget-faq.template-1 .widget-item-icon{
    display: flex;
    width: 18px;
    height: 18px;
    transform: translateY(-6px);

    transition: transform .4s ease-out;
}
.widget-faq.template-1 .widget-item.open .widget-item-icon{
    transform: translateY(-6px) rotateZ(-90deg);
    transform-origin: center;
}
.widget-faq.template-1 .widget-item-icon svg{
    height: auto;
}
.widget-faq.template-1 .widget-item-icon svg path{
    transition: stroke .4s ease-out;
}
.widget-faq.template-1 .widget-item.open .widget-item-icon svg path{
    stroke: #CB1B4C;
}
.widget-faq.template-1 .widget-item-content{
    cursor: default;
    display: none;
}
.widget-faq.template-1 .widget-item-description{
    font-size: 1em;
    font-weight: 400;
    line-height: 1.3;
    color: #5B5B5B;
    margin: 13px 0 40px;
}
.widget-faq.template-1 .widget-item-description p{
    margin-bottom: 20px;
}
.widget-faq.template-1 .widget-item-description b{
    font-weight: 600;
}
.widget-faq.template-1 .widget-item-description ol {
    counter-reset: num;
    list-style: none;
}
.widget-faq.template-1 .widget-item-description ol li {
    display: flex;
    position: relative;
    margin-bottom: 22px;
    counter-increment: num;
}
.widget-faq.template-1 .widget-item-description ol li:last-child{
    margin-bottom: 0;
}
.widget-faq.template-1 .widget-item-description ol li:before {
    content: "/" counter(num);
    display: inline-block;
    margin-right: 5px;
    min-width: 40px;
}
.widget-faq.template-1 .widget-item-description ol li:nth-child(-n+9):before {
    content: "/0" counter(num);
}
@media all and (max-width: 1000px) {
    .widget-faq.template-1 .widget-header .widget-title{
        text-align: left;
    }
    .widget-faq.template-1 .widget-item-title{
        font-size: 20px;
    }
    .widget-faq.template-1 .widget-item-description{
        margin: 12px 0 30px;
    }
}
@media all and (max-width: 800px) {
    .widget-faq.template-1 .widget-header .widget-title{
        font-size: 2.125em;
    }
    .widget-faq.template-1 .widget-header .widget-description{
        font-size: 1.125em;
    }
    .widget-faq.template-1 .widget-header .widget-title + .widget-description{
        margin-top: 1.1em;
    }
    .widget-faq.template-1 .widget-item-title{
        font-size: 1.125em;
    }
    .widget-faq.template-1 .widget-item-description{
        line-height: 1.45;
    }
}
@media all and (max-width: 600px) {
    .widget-faq.template-1 .widget-header .widget-title br{
        display: none;
    }
    .widget-faq.template-1 .widget-item-header{
        padding-top: 45px;
        padding-bottom: 11px;
        gap: 20px;
    }
    .widget-faq.template-1 .widget-item-title{
        font-size: 18px;
    }
    .widget-faq.template-1 .widget-item-icon{
        width: 14px;
        height: 14px;
    }
    .widget-faq.template-1 .widget-item-description{
        margin: 15px 0 17px;
    }
    .widget-faq.template-1 .widget-item-description p {
        margin-bottom: 24px;
    }
    .widget-faq.template-1 .widget-item-description ol li {
        margin-bottom: 26px;
        line-height: 133%;
    }
    .widget-faq.template-1 .widget-item-description ol li:before{
        min-width: 32px;
        margin-right: 13px;
    }
}
/* End */


/* Start:/include/templates/advantages/template.15/style.css?17691705815617*/
.widget-advantages.template-15{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-advantages.template-15 .widget-header .widget-title{
    color: #1B1E25;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-wrap: balance;
    padding: 0;
    margin: 0;
}
.widget-advantages.template-15 .widget-header .widget-description{
    color: #5B5B5B;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}
.widget-advantages.template-15 .widget-header .widget-title + .widget-description{
    margin-top: 1.45em;
}
.widget-advantages.template-15 .widget-header + .widget-content{
    margin-top: 2.5em;
}
.widget-advantages.template-15 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}
.widget-advantages.template-15 .widget-item{
    max-width: calc(50% - .5em);
    flex: 0 0 calc(50% - .5em);
    background-color: #ffffff;
    padding: 2.7em 2.5em;
    border: 1px solid #5B5B5B;
}
.widget-advantages.template-15 .widget-item[data-highlighted='true']{
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.widget-advantages.template-15 .widget-item-title{
    color: #000;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.35;
}
.widget-advantages.template-15 .widget-item-description{
    color: #5B5B5B;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.35;
}
.widget-advantages.template-15 .widget-item-description b{
    color: #1B1E25;
}
.widget-advantages.template-15 .widget-item-advantages-wrap{}
.widget-advantages.template-15 .widget-item-advantages-title{
    font-size: 1em;
    font-weight: 600;
    line-height: 1.35;
    color: #1B1E25;
}
.widget-advantages.template-15 .widget-item-advantages{}
.widget-advantages.template-15 .widget-item-advantage{
    position: relative;
    color: #5B5B5B;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.35;
    padding-left: 1em;
    margin-bottom: .5em;
}
.widget-advantages.template-15 .widget-item-advantage b{
    color: var(--main-color);
}
.widget-advantages.template-15 .widget-item-advantage:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(.2em, .55em);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--main-color);
}
.widget-advantages.template-15 .widget-item-advantage:last-child{
    margin-bottom: 0;
}
.widget-advantages.template-15 .widget-item-afterword{
    color: #5B5B5B;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.35;
}

.widget-advantages.template-15 .widget-item-title + *{
    margin-top: .85em;
}
.widget-advantages.template-15 .widget-item-description + *{
    margin-top: 1.1em;
}
.widget-advantages.template-15 .widget-item-advantages-title + .widget-item-advantages{
    margin-top: .5em;
}
.widget-advantages.template-15 .widget-item-advantages-wrap + .widget-item-afterword{
    margin-top: 1.15em;
}

.widget-advantages.template-15 .widget-item[data-highlighted='true'] .widget-item-title,
.widget-advantages.template-15 .widget-item[data-highlighted='true'] .widget-item-description b,
.widget-advantages.template-15 .widget-item[data-highlighted='true'] .widget-item-advantages-title,
.widget-advantages.template-15 .widget-item[data-highlighted='true'] .widget-item-advantage b{
    color: #FFF;
}
.widget-advantages.template-15 .widget-item[data-highlighted='true'] .widget-item-description,
.widget-advantages.template-15 .widget-item[data-highlighted='true'] .widget-item-advantage,
.widget-advantages.template-15 .widget-item[data-highlighted='true'] .widget-item-afterword{
    color: #EDBBC9;
}
.widget-advantages.template-15 .widget-item[data-highlighted='true'] .widget-item-advantage:before{
    background-color: #ffffff;
}

@media all and (max-width: 800px) {
    .widget-advantages.template-15 .widget-header .widget-title{
        font-size: 2.125em;
    }
    .widget-advantages.template-15 .widget-header .widget-description{
        font-size: 1.125em;
    }
    .widget-advantages.template-15 .widget-items{
        gap: 2.3em 1em;
    }
    .widget-advantages.template-15 .widget-item{
        max-width: 100%;
        flex: 0 0 100%;
        padding: 2.35em 1.1em 2.35em 1.8em;
    }
    .widget-advantages.template-15 .widget-item-title{
        font-size: 1.375em;
    }
    .widget-advantages.template-15 .widget-item-description,
    .widget-advantages.template-15 .widget-item-advantages-title,
    .widget-advantages.template-15 .widget-item-afterword{
        font-size: 1.125em;
    }
    .widget-advantages.template-15 .widget-item-advantage{
        font-size: 1em;
        padding-left: .9em;
        margin-bottom: .6em;
    }
    .widget-advantages.template-15 .widget-item-advantage:before{
        transform: translate(.0em, .55em);
    }

    .widget-advantages.template-15 .widget-item-title + * {
        margin-top: 0.9em;
    }
    .widget-advantages.template-15 .widget-item-description + * {
        margin-top: 1.15em;
    }
    .widget-advantages.template-15 .widget-item-advantages-title + .widget-item-advantages {
        margin-top: .8em;
    }
    .widget-advantages.template-15 .widget-item-advantages-wrap + .widget-item-afterword {
        margin-top: 1.1em;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-15 .widget-header .widget-title br {
        display: none;
    }
}
/* End */


/* Start:/include/templates/forms/template.3/style.css?17691707294643*/
.widget-forms.template-3{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-forms.template-3 .widget-header {
    display: grid;
    grid-template-columns: 1fr .895fr;
    gap: 2.4em 6em;
    grid-template-areas:
    "title title"
    "description items"
    "button items";
}
.widget-forms.template-3 .widget-header .widget-title{
    grid-area: title;
    color: #1B1E25;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-wrap: balance;
    padding: 0;
    margin: 0;
}
.widget-forms.template-3 .widget-header .widget-description{
    grid-area: description;
    color: #5B5B5B;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}
.widget-forms.template-3 .widget-header .widget-items-wrap{
    grid-area: items;
}
.widget-forms.template-3 .widget-header .widget-items{
    position: relative;
}
.widget-forms.template-3 .widget-header .widget-items:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(1.225em, -50%);
    width: 1px;
    height: calc(100% - 2.5em);
    background-image: linear-gradient(to bottom, transparent 40%, var(--main-color) 40%);
    background-size: 1px .7em;
    background-repeat: repeat-y;
}
.widget-forms.template-3 .widget-header .widget-item{
    position: relative;
    display: flex;
    align-items: center;
    gap: 2em;
    margin-bottom: 2em;
}
.widget-forms.template-3 .widget-header .widget-item:last-child{
    margin-bottom: 0;
}
.widget-forms.template-3 .widget-header .widget-item-index{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: .85em;
    font-weight: 400;
    line-height: 1;
    flex: 0 0 2.942em;
    aspect-ratio: 4/4;
    border-radius: 50%;
    background-color: var(--main-color);
    overflow: hidden;
}
.widget-forms.template-3 .widget-header .widget-item-title{
    color: #1B1E25;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    text-wrap: balance;
}
.widget-forms.template-3 .widget-header .widget-buttons{
    grid-area: button;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: .6em;
}
.widget-forms.template-3 .widget-header .widget-link,
.widget-forms.template-3 .widget-header .widget-button{
    display: inline-block;
    color: #FFF;
    font-size: .8em;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    padding: 1.25em 2.3em;
    user-select: none;
    background-color: #1B1E25;
    border: 1px solid #1B1E25;
    cursor: pointer;
    min-width: 3em;

    transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
}
.widget-forms.template-3 .widget-header .widget-button:hover{
    border-color: var(--main-color);
    background-color: var(--main-color);
}
.widget-forms.template-3 .widget-header .widget-link{
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.widget-forms.template-3 .widget-header .widget-link:hover{
    border-color: #1B1E25;
    background-color: #1B1E25;
}

@media all and (max-width: 800px) {
    .widget-forms.template-3 .widget-header {
        grid-template-columns: auto;
        grid-template-areas:
                "title"
                "description"
                "items"
                "button";
    }
    .widget-forms.template-3 .widget-header .widget-title br,
    .widget-forms.template-3 .widget-header .widget-description br{
        display: none;
    }
    .widget-forms.template-3 .widget-header .widget-title{
        font-size: 2.125em;
    }
    .widget-forms.template-3 .widget-header .widget-description{
        font-size: 1.125em;
    }

    .widget-forms.template-3 .widget-header .widget-item{
        gap: .7em;
        margin-bottom: 2.45em;
    }
    .widget-forms.template-3 .widget-header .widget-item-title{
        font-size: 1.125em;
    }
    .widget-forms.template-3 .widget-header .widget-item-index{
        font-size: 1.0625em;
    }
    .widget-forms.template-3 .widget-header .widget-items:before{
        transform: translate(1.5625em, -50%);
    }
    .widget-forms.template-3 .widget-header .widget-buttons{
        margin-top: 1.5em;
    }
    .widget-forms.template-3 .widget-header .widget-link,
    .widget-forms.template-3 .widget-header .widget-button{
        font-size: 1em;
    }
}

/* End */


/* Start:/include/templates/advantages/template.16/style.css?17695788308801*/
.widget-advantages.template-16{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-advantages.template-16 .widget-header .widget-title{
    color: #1B1E25;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-wrap: balance;
    padding: 0;
}
.widget-advantages.template-16 .widget-header .widget-description{
    color: #5B5B5B;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}
.widget-advantages.template-16 .widget-header .widget-title + .widget-description{
    margin-top: 1.4em;
}
.widget-advantages.template-16 .widget-header + .widget-content{
    margin-top: 2.7em;
}

.widget-advantages.template-16 .widget-sections{}
.widget-advantages.template-16 .widget-section{
    margin-bottom: 3em;
}
.widget-advantages.template-16 .widget-section:last-child{
    margin-bottom: 0;
}
.widget-advantages.template-16 .widget-section-title{
    color: #1B1E25;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.3;
}
.widget-advantages.template-16 .widget-section-title + .widget-items{
    margin-top: 1.4em;
}

.widget-advantages.template-16 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 1.6em;
}

.widget-advantages.template-16 .widget-section[data-type='cases'] .widget-item{
    max-width: calc(33.3333% - 1.0666em);
    flex: 0 0 calc(33.3333% - 1.0666em);
    text-align: center;
}
.widget-advantages.template-16 .widget-section[data-type='cases'] .widget-item-wrapper{
    text-decoration: none;
    text-align: center;
}
.widget-advantages.template-16 .widget-section[data-type='cases'] a.widget-item-wrapper:hover .widget-item-title{
    color: var(--main-color);
}
.widget-advantages.template-16 .widget-section[data-type='cases'] .widget-item-picture{
    width: 100%;
    aspect-ratio: 16 / 11;
    border-radius: 4px;
    border: 1px solid #CECECE;
    overflow: hidden;
    user-select: none;
}
.widget-advantages.template-16 .widget-section[data-type='cases'] .widget-item-picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.widget-advantages.template-16 .widget-section[data-type='cases'] .widget-item-title{
    color: #1B1E25;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;

    transition: color .2s ease-out;
}
.widget-advantages.template-16 .widget-section[data-type='cases'] .widget-item-picture + .widget-item-title{
    margin-top: .85em;
}

.widget-advantages.template-16 .widget-section[data-type='reviews'] .widget-item{
    max-width: calc(50% - .8em);
    flex: 0 0 calc(50% - .8em);
    border-radius: 4px;
    border: 1px solid #CECECE;
    padding: 2em 2.3em;
}
.widget-advantages.template-16 .widget-section[data-type='reviews'] .widget-item-header{
    position: relative;
    padding-right: 2em;
}
.widget-advantages.template-16 .widget-section[data-type='reviews'] .widget-item-name{
    color: #1B1E25;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.3;
}
.widget-advantages.template-16 .widget-section[data-type='reviews'] .widget-item-position{
    color: #808080;
    font-size: .8em;
    font-weight: 400;
    line-height: 1.4;
}
.widget-advantages.template-16 .widget-section[data-type='reviews'] .widget-item-icon{
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    transform: translate(3px, 6px);
}
.widget-advantages.template-16 .widget-section[data-type='reviews'] .widget-item-icon svg{
    height: auto;
}
.widget-advantages.template-16 .widget-section[data-type='reviews'] .widget-item-description{
    color: #5B5B5B;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.5;
}
.widget-advantages.template-16 .widget-section[data-type='reviews'] .widget-item-name + .widget-item-position{
    margin-top: .1em;
}
.widget-advantages.template-16 .widget-section[data-type='reviews'] .widget-item-header + .widget-item-description{
    margin-top: 1em;
}

.widget-advantages.template-16 .widget-section[data-type='advantages'] .widget-items{
    gap: .5em;
}
.widget-advantages.template-16 .widget-section[data-type='advantages'] .widget-item{
    max-width: calc(25% - .375em);
    flex: 0 0 calc(25% - .375em);
    border: 1px solid #CECECE;
    padding: 1.4em 1.5em;
}
.widget-advantages.template-16 .widget-section[data-type='advantages'] .widget-item-index{
    color: var(--main-color, #1B1E25);
    font-size: 1em;
    font-weight: 600;
    line-height: 1.4;
}
.widget-advantages.template-16 .widget-section[data-type='advantages'] .widget-item-title{
    color: #1B1E25;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.3;
}
.widget-advantages.template-16 .widget-section[data-type='advantages'] .widget-item-description{
    color: #5B5B5B;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.4;
}
.widget-advantages.template-16 .widget-section[data-type='advantages'] .widget-item-index + *{
    margin-top: .8em;
}
.widget-advantages.template-16 .widget-section[data-type='advantages'] .widget-item-title + .widget-item-description{
    margin-top: .85em;
}

@media all and (max-width: 1200px) {
    .widget-advantages.template-16 .widget-section[data-type='advantages'] .widget-item{
        max-width: calc(50% - .25em);
        flex: 0 0 calc(50% - .25em);
    }
}
@media all and (max-width: 800px) {
    .widget-advantages.template-16 .widget-header .widget-title{
        font-size: 2.125em;
    }
    .widget-advantages.template-16 .widget-header .widget-description{
        font-size: 1.125em;
    }
    .widget-advantages.template-16 .widget-header .widget-title + .widget-description{
        margin-top: 2em;
    }
    .widget-advantages.template-16 .widget-header + .widget-content{
        margin-top: 3.35em;
    }


    .widget-advantages.template-16 .widget-section-title{
        font-size: 1.25em;
    }
    .widget-advantages.template-16 .widget-section-title + .widget-items {
        margin-top: 1.7em;
    }

    .widget-advantages.template-16 .widget-section[data-type='cases'] .widget-item-picture{
        aspect-ratio: 16 / 11.2;
    }
    .widget-advantages.template-16 .widget-section[data-type='cases'] .widget-item-title{
        font-size: 1.125em;
    }
    .widget-advantages.template-16 .widget-section[data-type='cases'] .widget-item-picture + .widget-item-title {
        margin-top: .75em;
    }

    .widget-advantages.template-16 .widget-section[data-type='reviews'] .widget-item{
        max-width: 100%;
        flex: 0 0 100%;
        padding: 1.9em 1.55em;
    }
    .widget-advantages.template-16 .widget-section[data-type='reviews'] .widget-item-header{
        padding-right: 1em;
    }
    .widget-advantages.template-16 .widget-section[data-type='reviews'] .widget-item-name{
        font-size: 1.125em;
    }
    .widget-advantages.template-16 .widget-section[data-type='reviews'] .widget-item-position{
        font-size: .875em;
    }
    .widget-advantages.template-16 .widget-section[data-type='reviews'] .widget-item-description{
        font-size: 1em;
    }
    .widget-advantages.template-16 .widget-section[data-type='reviews'] .widget-item-icon{
        transform: translate(0, 5px);
        width: 1.125em;
    }
    .widget-advantages.template-16 .widget-section[data-type='reviews'] .widget-item-name + .widget-item-position {
        margin-top: .4em;
    }

    .widget-advantages.template-16 .widget-section[data-type='advantages'] .widget-item-index,
    .widget-advantages.template-16 .widget-section[data-type='advantages'] .widget-item-title{
        font-size: 1.125em;
    }
    .widget-advantages.template-16 .widget-section[data-type='advantages'] .widget-item-description{
        font-size: 1em;
    }
    .widget-advantages.template-16 .widget-section[data-type='advantages'] .widget-item-index + * {
        margin-top: 1.4em;
    }
    .widget-advantages.template-16 .widget-section[data-type='advantages'] .widget-item-title + .widget-item-description {
        margin-top: .5em;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-16 .widget-header .widget-title br {
        display: none;
    }

    .widget-advantages.template-16 .widget-section[data-type='cases'] .widget-item{
        max-width: 100%;
        flex: 0 0 100%;
    }

    .widget-advantages.template-16 .widget-section[data-type='advantages'] .widget-items {
        gap: 1.25em;
    }
    .widget-advantages.template-16 .widget-section[data-type='advantages'] .widget-item{
        max-width: 100%;
        flex: 0 0 100%;
    }
}
/* End */


/* Start:/include/templates/advantages/template.2/style.css?17695997134324*/
.widget-advantages.template-2{
    position: relative;
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-advantages.template-2 .widget-header{
    display: flex;
}
.widget-advantages.template-2 .widget-header .widget-title{
    font-weight: 700;
    font-size: 2.2em;
    line-height: 1.2;
    text-transform: uppercase;
    color: #151515;
    padding: 0;
    margin: 0;
}
.widget-advantages.template-2 .widget-header + .widget-content{
    margin-top: 2.5em;
}
.widget-advantages.template-2 .widget-item{
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--index) * 65px);
    border-top: 1px solid #D7D7D7;
    background: var(--background-color, #fff);
    padding: 30px 0 0;
    counter-increment: item;
    min-height: 240px;
    margin-bottom: calc(var(--invertIndex) * 65px);
}
.widget-advantages.template-2[data-sticky='false'] .widget-item{
    position: relative;
    min-height: auto;
    height: auto;
    top: 0;
    margin-bottom: 3em;
}
.widget-advantages.template-2 .widget-item:last-child{
    margin-bottom: 0 !important;
}
.widget-advantages.template-2 .widget-item .widget-item-number{
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.50);
}
.widget-advantages.template-2 .widget-item .widget-item-content{
    display: flex;
    justify-content: space-between;
    margin: 13px 0 20px;
}
.widget-advantages.template-2 .widget-item:last-child .widget-item-content{
    margin-bottom: 0;
}
.widget-advantages.template-2 .widget-item .widget-item-name{
    font-weight: 700;
    font-size: 1.1em;
    line-height: 1.3;
    color: #1B1E25;
    text-wrap: balance;
}
.widget-advantages.template-2 .widget-item .widget-item-description{
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    color: #1B1E25;
    flex: 0 0 66%;
    height: 200px;
    overflow: auto;
    margin: 0 0 0 30px;
}
.widget-advantages.template-2[data-sticky='false'] .widget-item-description{
    height: auto;
}
.widget-advantages.template-2 .widget-item .widget-item-description::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
.widget-advantages.template-2 .widget-item .widget-item-description::-webkit-scrollbar-thumb {
    background-color: #d7d7d7;
    border: 0px solid #fff;
}
.widget-advantages.template-2 .widget-item .widget-item-description::-webkit-scrollbar-track {
    background: #fff;
}
.widget-advantages.template-2 .widget-item .widget-item-description p{
    margin-bottom: 1em;
}
.widget-advantages.template-2 .widget-item .widget-item-description p:last-child{
    margin: 0;
}
.widget-advantages.template-2 .widget-item .widget-item-description ul{}
.widget-advantages.template-2 .widget-item .widget-item-description ul li{
    position: relative;
    padding-left: 1em;
}
.widget-advantages.template-2 .widget-item .widget-item-description ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, .75em);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #808080;
}
@media all and (max-width: 1000px) {
    .widget-advantages.template-2 .widget-item{
        top: 20px;
        margin-bottom: 0;
        height: 360px;
    }
}
@media all and (max-width: 800px) {
    .widget-advantages.template-2 .widget-item .widget-item-content{
        flex-wrap: wrap;
        margin: 26px 0 0;
    }
    .widget-advantages.template-2 .widget-item .widget-item-description{
        flex: 0 0 100%;
        margin: 26px 0 0;
    }
    .widget-advantages.template-2 .widget-item{
        min-height: 200px;
        overflow: hidden;
        padding: 22px 0 0;
    }
    .widget-advantages.template-2 .widget-header .widget-title{
        font-size: 2.125em;
    }
    .widget-advantages.template-2 .widget-item .widget-item-description{
        height: 220px;
    }
    .widget-advantages.template-2[data-sticky='false'] .widget-item-description{
        height: auto;
    }
    .widget-advantages.template-2 .widget-item .widget-item-name{
        font-size: 1.125em;
    }
    .widget-advantages.template-2[data-sticky='false'] .widget-item{
        margin-bottom: 2em;
    }
}
/* End */


/* Start:/include/templates/forms/template.4/style.css?17691722212841*/
.widget-forms.template-4{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-forms.template-4 .widget-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.widget-forms.template-4 .widget-header .widget-title{
    flex: 1;
    color: #FFF;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}
.widget-forms.template-4 .widget-header .widget-description{
    color: #FFF;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4;
    max-width: 1150px;
}
.widget-forms.template-4 .widget-header .widget-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: .8em;
}
.widget-forms.template-4 .widget-header .widget-button{
    display: inline-block;
    color: var(--main-color);
    font-size: .8em;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 1.1em 1.9em;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    border-radius: 4px;

    transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
}
.widget-forms.template-4 .widget-header .widget-button:nth-child(2n){
    color: #ffffff;
    background-color: transparent;
}
.widget-forms.template-4 .widget-header .widget-button:hover{
    background-color: #cccccc;
    border-color: #cccccc;
}
.widget-forms.template-4 .widget-header .widget-button:nth-child(2n):hover{
    color: var(--main-color);
}
.widget-forms.template-4 .widget-header .widget-title + *{
    margin-top: 1.2em;
}
.widget-forms.template-4 .widget-header .widget-description + *{
    margin-top: 2.3em;
}
@media all and (max-width: 800px) {
    .widget-forms.template-4 .widget-header .widget-title{
        font-size: 2.125em;
        line-height: 1.2;
    }
    .widget-forms.template-4 .widget-header .widget-title + *{
        margin-top: 1.555555em;
    }
    .widget-forms.template-4 .widget-header .widget-description + * {
        margin-top: 3em;
    }
    .widget-forms.template-4 .widget-header .widget-description{
        font-size: 1.125em;
    }
    .widget-forms.template-4 .widget-header .widget-button{
        font-size: 1em;
        padding: 1.1em 1.6em;
    }
}
@media all and (max-width: 600px) {
    .widget-forms.template-4 .widget-header{
        align-items: flex-start;
        text-align: left;
    }
    .widget-forms.template-4 .widget-header .widget-buttons{
        justify-content: flex-start;
    }
    .widget-forms.template-4 .widget-header .widget-description{
        line-height: 1.3;
    }
}
/* End */
/* /include/1c/style.css?1768807690593 */
/* /include/2024/banner/style.css?17663902415236 */
/* /include/2024/banner/websites_development_response.css?1760515427281 */
/* /include/templates/advantages/template.13/style.css?17691705623014 */
/* /include/templates/advantages/template.14/style.css?17691716764711 */
/* /include/templates/faq/template.1/style.css?17691724444626 */
/* /include/templates/advantages/template.15/style.css?17691705815617 */
/* /include/templates/forms/template.3/style.css?17691707294643 */
/* /include/templates/advantages/template.16/style.css?17695788308801 */
/* /include/templates/advantages/template.2/style.css?17695997134324 */
/* /include/templates/forms/template.4/style.css?17691722212841 */
