@font-face {
    font-display: swap;
    font-family: "MuseoSansCyrl900";
    src: url("/files/public/fonts/MuseoSansCyrl900.eot");
    src: url("/files/public/fonts/MuseoSansCyrl900.eot?#iefix'") format("embedded-opentype"), 
    url("/files/public/fonts/MuseoSansCyrl900.woff") format("woff"), 
    url("/files/public/fonts/MuseoSansCyrl900.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: "MuseoSansCyrl500";
    src: url("/files/public/fonts/MuseoSansCyrl500.eot");
    src: url("/files/public/fonts/MuseoSansCyrl500.eot?#iefix'") format("embedded-opentype"), 
    url("/files/public/fonts/MuseoSansCyrl500.woff") format("woff"), 
    url("/files/public/fonts/MuseoSansCyrl500.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: "MuseoSansCyrl300";
    src: url("/files/public/fonts/MuseoSansCyrl300.eot");
    src: url("/files/public/fonts/MuseoSansCyrl300.eot?#iefix'") format("embedded-opentype"), 
    url("/files/public/fonts/MuseoSansCyrl300.woff") format("woff"), 
    url("/files/public/fonts/MuseoSansCyrl300.ttf") format("truetype	");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: "MuseoSansCyrl100";
    src: url("/files/public/fonts/MuseoSansCyrl100.eot");
    src: url("/files/public/fonts/MuseoSansCyrl100.eot?#iefix'") format("embedded-opentype"), 
    url("/files/public/fonts/MuseoSansCyrl100.woff") format("woff"), 
    url("/files/public/fonts/MuseoSansCyrl100.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: "MuseoSansCyrl";
    src: url("/files/public/fonts/MuseoSansCyrl.eot");
    src: url("/files/public/fonts/MuseoSansCyrl.eot?#iefix'") format("embedded-opentype"), 
    url("/files/public/fonts/MuseoSansCyrl.woff") format("woff"), 
    url("/files/public/fonts/MuseoSansCyrl.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: "OpenSans";
    src: url("/files/public/fonts/OpenSans.eot");
    src: url("/files/public/fonts/OpenSans.eot?#iefix'") format("embedded-opentype"), 
    url("/files/public/fonts/OpenSans.woff") format("woff"), 
    url("/files/public/fonts/OpenSans.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "museo_sans_cyrl700";
    src: url("/files/public/fonts/museo_sans_cyrl_700-webfont.eot");
    src: url("/files/public/fonts/museo_sans_cyrl_700-webfont.eot?#iefix") format("embedded-opentype"), url("/files/public/fonts/museo_sans_cyrl_700-webfont.woff2") format("woff2"), url("/files/public/fonts/museo_sans_cyrl_700-webfont.woff") format("woff"),
        url("/files/public/fonts/museo_sans_cyrl_700-webfont.ttf") format("truetype"), 
        url("/files/public/fonts/museo_sans_cyrl_700-webfont.svg#museo_sans_cyrl700") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body{
	padding: 0;
	margin: 0;
    background: #fffcf2;
}
[row]{
    max-width: 958px;
    margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px 0;
    font-family: MuseoSansCyrl;
    font-weight: 400;
    line-height: normal;
}
a{
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
}
.button-delosite{
    display: block;
    padding: 6px 0 6px 0;
    text-align: center;
    color: #fff;
    border: none;
    font-family: MuseoSansCyrl100;
    font-size: 14px;
    font-weight: 700;
    background: linear-gradient(0deg,#fc4e09,#f2a052);
    box-shadow: inset 0 1px 1px #ffdba4;
    border: 1px solid #fd8429;
    border-radius: 5px;
}
.button-delosite:hover{
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(0deg,#fc2309,#fe9d41);
}
.button-delosite:active{
    box-shadow: inset 0 1px 3px rgba(9,8,6,.5);
    border: 1px solid #b60201;
    background: linear-gradient(0deg,#fc2309,#fe9d41);
}
.button-delosite.button-delosite-green{
    font-family: MuseoSansCyrl100;
    font-size: 17px;
    font-weight: 300;
    background: linear-gradient(0deg,#30aa3e,#6cc23d);
    box-shadow: none;
    border: none;
}
.button-delosite.button-delosite-green:hover{
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(180deg,#30aa3e,#6cc23d);
}
[data-component='header']{
	background: url(/files/public/img/header_bg.png) repeat-x;
}
header{
	padding: 59px 0 5px 0;
    display: grid;
    grid-template-columns: 1fr 245px 200px;
}
header .links{
    display: grid;
    grid-template-columns: repeat(4, 100px);
    grid-gap: 10px;
}
header .links a{
	text-decoration: none;
	color: inherit;
	font-weight: 500;
	font-family: OpenSans;
    display: grid;
    justify-items: center;
    grid-gap: 15px;
    text-align: center;
}
header .links a[active]{
    
}
header .links span{
    font-family: OpenSans;
    font-size: 13px;
    line-height: 17px;
}
header .links a[active] span{
    color: #b60201;
}
header .links .border-bottom {
    position: relative;
    width: 75px;
    margin: 0 auto;
    border-bottom: 2px solid #b60201;
}
header .links .border-bottom:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 7px;
    height: 6px;
    margin: auto;
    content: "";
    background: url(/files/public/img/menu_arrow.png) no-repeat;
}
header .logo .sub-logo-title,
header .logo h1{
	padding-left: 2px;
	color: #b60201;
	font-size: 14px;
	line-height: 17px;
	margin: 0;

    max-width: 180px;
    padding-top: 10px;
}
header .button-delosite{
    max-width: 145px;
    /*margin: 0 auto;*/
    margin: 0;
}
header .buttonset {
    max-width: max-content;
}
header .buttonset .sub-text{
    padding-right: 11px;
    color: #6c6c6c;
    font-family: OpenSans;
    font-size: 11px;
    font-weight: 400;
    line-height: 21px;
    padding-top: 10px;
    display: block;
}
header .buttonset b{
    font-size: 18px;
    color: #000;
    border: none;
    font-family: sans-serif;
    font-weight: 700;
}
[data-component="front-slider"]{
    padding: 40px 0;
    margin: 40px 0 140px;
    position: relative;
}
[data-component="front-slider"] [row]{
    display: grid;
    grid-template-columns: 1fr 300px;
}
[data-component="front-slider"] .splide-container.splide-container-inner{
    width: 472px;
    background: url(/files/public/img/notebook.png) no-repeat;
    height: 297px;
    padding: 15px 62px 61px 56px;
    box-sizing: border-box;
}
[data-component="front-slider"] .splide-container.splide-container-inner li{
    min-height: 221px;
}
[data-component="front-slider"] .outer-splide li > img{
    max-width: 100%;
    height: 312px;
    object-fit: cover;
}
.splide__arrows{
    z-index: 1;
    height: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    display: grid;
    grid-template-columns: max-content max-content;
    align-content: center;
    justify-content: space-between;
}
.splide__arrow{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    border: unset;
    width: 36px;
    height: 54px;
    cursor: pointer;
}
.splide__arrow.splide__arrow--prev{
    background: url(/files/public/img/slick_prev_circle.png) 0 0 no-repeat;
    left: -50px;
}
.splide__arrow.splide__arrow--next{
    background: url(/files/public/img/slick_next_circle.png) no-repeat 0 0;
    right: -48px;
}
.splide__arrow.splide__arrow--prev:hover,
.splide__arrow.splide__arrow--next:hover{
    background-position: 0 -54px;
}
form{
    width: 100%;
    max-width: 300px;
    /*min-height: 498px;*/
    padding: 24px 19px 26px 27px;
    background: url(/files/public/img/form_red_bg.png) no-repeat;
    box-sizing: border-box;
    background-size: contain;
}
form h2{
    padding-bottom: 18px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 27px;
}
form label{
    padding-bottom: 11px;
    display: block;
}
form textarea,
form input:not(input[type='submit']){
    padding: 7px 10px;
    color: #333;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 1px 1px 1px 1px #dcdcdc inset;
    width: 100%;
    box-sizing: border-box;
    font-family: OpenSans;
    font-size: 13px;
}
form textarea{
    max-width: 490px;
    resize: vertical;
    height: 63px;
    max-height: max-content;
    padding: 8px 8px;
}
form .button-delosite{
    padding: 12px 0 14px 0;text-align: center;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    box-shadow: inset 0 1px 1px #ffdba4;
    border: 1px solid #fd8429;
    border-radius: 5px;
    width: 100%;
    font-family: MuseoSansCyrl;
}
form .system-info.red{
    position: relative;
    padding: 17px 30px 41px;
    text-align: center;
    color: #545454;
    background: url(/files/public/img/form_light_bg.png) no-repeat;
    font-family: Arial,"Helvetica CY","Nimbus Sans L",sans-serif;
    font-size: 12px;
    background-size: contain;
    line-height: 16px;
    margin-top: 10px;
}
form .system-info.red:before {
    position: absolute;
    top: -14px;
    right: 8px;
    left: 0;
    width: 22px;
    height: 22px;
    margin: auto;
    content: "";
    border-radius: 20px;
    background: #b60201 url(/files/public/svg/lock-4.svg) no-repeat center center;
}
form .system-info.red span {
    color: #38b038;
}
form .system-info.red a {
    color: #777;
    text-decoration: underline;
}
form .system-info.red a:hover {
    text-decoration: none;
}
[data-component="front-slider"] .best-work{
    font-family: MuseoSansCyrl;
    color: #878686;
    font-size: 18px;
    line-height: 21px;

    display: grid;
    grid-template-columns: max-content max-content max-content;
    align-items: center;
    grid-gap: 10px;
}
[data-component="front-slider"] .best-work a{
    padding: 3px 5px 3px 30px;
    text-decoration: underline;
    color: #000;
    background: url(/files/public/svg/cases.svg) no-repeat;
}
[data-component="front-slider"] .best-work a:hover{
    text-decoration: none;
}
[data-component="front-slider"] .best-work .black-down-icon {
    width: 14px;
    height: 14px;
    display: block;
    background: url(/files/public/svg/arrow-2-down.svg);
}
[data-component="front-slider"] .pre-slide-block a{
    font-family: MuseoSansCyrl;
    text-decoration: none;
    color: #237995;
    border-bottom: 1px dashed #237995;
    font-size: 15px;
    line-height: 18px;
}
[data-component="front-slider"] .pre-slide-block a:hover{
    border-bottom: transparent;
}
[data-component="front-slider"] .pre-slide-block .blue-right-icon{
    font-family: OpenSans;
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    background: url(/files/public/svg/arrow-2-right.svg);
}
[data-component="front-slider"] .pre-slide-grid{
    display: grid;
    grid-template-columns: 1fr 230px;
    padding: 10px 0px 30px;
}
[data-component="front-slider"] .ablosule-block{
    position: absolute;
    width: 100%;
    top: 0;
}
[data-component="front-slider"] .post-slide-grid p {
    padding-top: 30px;
    padding-left: 42px;
    color: #394144;
    font-family: OpenSans;
    font-size: 16px;
    line-height: 29px;
}
[data-component="front-slider"] .post-slide-grid .all-sites{
    display: inline-block;
    padding: 4px 15px 4px 10px;
    vertical-align: middle;
    color: #b60201;
    background: url(/files/public/img/decor_bg.png) no-repeat;
    background-size: auto;
    background-size: 100% 100%;
    font-size: 10px;
    line-height: 13px;
}
[data-component="front-slider"] .post-slide-grid a{
    text-decoration: underline;
    color: #ff4000;
}
[data-component="profitable-block"] .profit-container{
    position: relative;
    padding: 39px 30px 39px 209px;
    border: 1px solid #d4d1cb;
    border-radius: 10px;
    background: #fff;
    font-family: MuseoSansCyrl;
}
[data-component="profitable-block"] h2{
    color: #7f0101;
    margin: 0;
}
.sticker{
    width: 115px;
    height: 95px;
    padding: 22px 0 0 0;
    text-align: center;
    background: linear-gradient(0deg,#fc5c1d,#fd932e);
    opacity: .92;
    border-radius: 95px;

    position: absolute;
    top: -30px;
    left: 40px;
    transition: .2s ease-in;
}
.sticker:hover{
    opacity: 1;
    transition: .2s ease-in;
    cursor: pointer;
}
.sticker span{
    line-height: 20px;
    color: #fff;
    font-size: 15px;
}
.sticker b{
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #fffcf3;
    font-weight: 700;
    display: block;
}
[data-component="profitable-block"] .label-profit{
    position: absolute;
    top: -15px;
    left: 210px;
    padding: 8px 18px 7px 13px;
    text-transform: uppercase;
    color: #b60201;
    background: #e7e5e2;
    font-size: 12px;
    line-height: 15px;
}
[data-component="profitable-block"] .button-delosite.get-details{
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background: #ff8c17;
    padding: 8px 22px 8px 17px;
    font-size: 12px;
    line-height: 15px;
    border-radius: 0;
    font-family: MuseoSansCyrl;
    position: absolute;
    right: 40px;
    bottom: -15px;
    box-shadow: none;
}
[data-component="profitable-block"] .button-delosite.get-details:hover{
    text-decoration: none;
    color: #fff;
    background: linear-gradient(to top,#b60201,#e92523);
}
[data-component="profitable-block"] {
    padding: 0 0 100px;
}
[data-component="delosite-clients"] .title {
    position: absolute;
    text-align: center;
    top: -15px;
    width: 100%
}
[data-component="delosite-clients"] h2 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    width: max-content;
    margin: 0 auto;
    background: #fffcf2;
    padding: 0 20px;
}
[data-component="delosite-clients"] .client-container{
    position: relative;
    border: 2px solid #e6e6e6;
}
[data-component="delosite-clients"] .client-grid{
    padding: 43px 44px 32px 41px;
    display: grid;
    grid-template-columns: repeat(5, 20%);
    justify-items: center;
    align-items: center;
    /*grid-gap: 50px 0;*/
}
[data-component="delosite-clients"] .client-grid a {
    background: url(/files/public/img/border_dotted.png) no-repeat right bottom;
    padding: 30px 0;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
[data-component="delosite-clients"] .client-grid a:nth-child(n+6){
    background-position-y: -1px;
}
[data-component="delosite-clients"] .client-grid a:nth-child(5),
[data-component="delosite-clients"] .client-grid a:nth-child(11){
    background-position-x: 1px;
}
[data-component="delosite-clients"] .client-grid a:nth-child(5){
    background-position-x: -1px;
}
[data-component="delosite-clients"] .client-grid a:nth-child(10){
    background-position-x: 1px;
}
[data-component="delosite-clients"] .post-grid-par{
    position: absolute;
    width: 100%;
    bottom: -8px;
}
[data-component="delosite-clients"] .post-grid-par a{
    color: inherit;
    text-decoration: underline;
}
[data-component="delosite-clients"] .post-grid-par a:hover{
    text-decoration: none;
}
[data-component="delosite-clients"] .post-grid-par p{
    color: #000;
    font-size: 14px;
    line-height: 16px;
    font-family: MuseoSansCyrl;
    width: max-content;
    display: block;
    margin: 0 auto;
    background-color: #fffcf2;
    padding: 0 20px;
}
[data-component="delosite-why"]{
    position: relative;
    padding-top: 61px;
    padding-bottom: 50px;
    background: #c80201;
    background: linear-gradient(to bottom,#b60201 0,#c80201 100%);
    margin: 80px 0;
}
[data-component="delosite-why"] [row]{
    overflow: hidden;
}
[data-component="delosite-why"]:before{
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    height: 6px;
    content: "";
    background: url(/files/public/img/ribbet_sprite.png) repeat-x 0 0;
}
[data-component="delosite-why"]:after{
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 6px;
    content: "";
    background: url(/files/public/img/ribbet_sprite.png) repeat-x 0 -6px;
}
[data-component="delosite-why"] h2{
    background: url(/files/public/img/border_title_bg.png) no-repeat center center;
    text-align: center;
    color: #fff;
    font-family: MuseoSansCyrl100;
    font-size: 24px;
    font-weight: 400;
    line-height: 27px;
}
[data-component="delosite-why"] .why-item-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
[data-component="delosite-why"] .why-item-holder{
    position: relative;
    padding-top: 21px;
    padding-bottom: 32px;
    background: url(/files/public/img/our_item_bg.png) no-repeat center 0;
    display: grid;
    justify-items: center;
    z-index: 2;
}
[data-component="delosite-why"] h2,
[data-component="delosite-why"] .post-why-item-holder p{
    color: #fff;
}

[data-component="delosite-why"] .post-why-item-holder p{
    max-width: 160px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-family: MuseoSansCyrl100;
    font-size: 15px;
    line-height: 18px;
}
[data-component="delosite-why"] .why-item-holder span{
    color: #ffc688;
}
[data-component="delosite-why"] .why-item-holder span:not(.title-span){
    font-weight: 700;
    font-family: Georgia;
    font-size: 15px;
    font-style: italic;
    line-height: 17px;
}
[data-component="delosite-why"] .title-span{
    display: block;
    text-align: center;
    font-family: "times new roman";
    font-size: 70px;
    font-weight: 400;
    font-style: normal;
    line-height: 65px;
}
[data-component="delosite-why"] .why-item{
    position: relative;
    padding-bottom: 25px;
}
[data-component="delosite-why"] .why-item:hover .post-why-item-holder:after{
    content: '';
    width: 100%;
    display: block;
    /*border: 2px solid #cc271a;*/
    background: url(/files/public/img/our_item_border_sm.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 55px;
    height: 155px;
    background-position-x: 1px;
    left: 50px;
}
[data-component="delosite-how-we-build"] [row]{
    position: relative;
}
[data-component="delosite-how-we-build"] .how-we-build-icon{
    position: relative;
    text-align: center;
    background: #fffcf2;
}
[data-component="delosite-how-we-build"] .how-we-build-icon a{
    width: 94px;
    margin: 0 auto;
    display: block;
    padding: 0 20px;
    background-color: #fffcf2;
    position: relative;
}
[data-component="delosite-how-we-build"] .how-we-build-icon:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    content: "";
    border-bottom: 2px solid #e6e6e6;
}
[data-component="delosite-how-we-build"] .how-we-build-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-columns: repeat(4, max-content);
}
[data-component="delosite-how-we-build"] h2{
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    padding: 20px 0 40px;
}
[data-component="delosite-how-we-build"] .how-we-build-container a.request{
    width: 128px;
    padding: 22px 60px 25px 30px;
    color: #fff;
    background: url(/files/public/img/scheme_button.png) no-repeat;
    font-family: MuseoSansCyrl100;
    font-size: 24px;
    line-height: 18px;
    font-weight: 700;
    max-height: 29px;
    text-decoration: underline;
}
[data-component="delosite-how-we-build"] .how-we-build-container a.request:hover{
    text-decoration: none;
}

[data-component="delosite-how-we-build"] a.request: hover{
    text-decoration: underline;
}
[data-component="delosite-how-we-build"] .how-we-build-item{
    display: grid;
    grid-template-columns: max-content auto;
    align-items: center;
    grid-gap: 10px;
    height: max-content;
}
[data-component="delosite-how-we-build"] div.how-we-build-item{
    padding: 21px 0 65px 32px;
    width: 200px;
}
[data-component="delosite-how-we-build"] .how-we-build-item span{
    max-width: 90px;
    font-family: MuseoSansCyrl;
    font-size: 14px;
}
[data-component="delosite-how-we-build"] a.how-we-build-item span{
    font-size: 24px;
    font-family: MuseoSansCyrl100;
}
[data-component="delosite-how-we-build"] .how-we-build-item.to-right{
    background: url(/files/public/img/stage_bg1.png) no-repeat;
}
[data-component="delosite-how-we-build"] .how-we-build-item.to-bottom-right{
    background: url(/files/public/img/stage_bg2.png) no-repeat;
}
[data-component="delosite-how-we-build"] .how-we-build-item.from-top-left{
    background: url(/files/public/img/stage_bg5.png) no-repeat;
    padding-top: 45px;
}
[data-component="delosite-how-we-build"] .how-we-build-item.to-bottom-left{
    background: url(/files/public/img/stage_bg3.png) no-repeat;
    margin-top: 27px;
}
[data-component="delosite-how-we-build"] .how-we-build-item.to-left{
    background: url(/files/public/img/stage_bg4.png) no-repeat;
    margin-top: 27px;
}
[data-component="delosite-how-we-build"] .how-we-build-item.from-top-right{
    background: url(/files/public/img/stage_bg6.png) no-repeat;
    padding-top: 40px;
}
[data-component="delosite-how-we-build"] .how-we-build-item.to-right-end{
    background: url(/files/public/img/stage_bg7.png) no-repeat;
    margin-top: 27px;
    background-position-x: -1px;
}
[data-component="delosite-how-we-build"] .how-we-build-item.to-right-end span{
    color: #c80201;
}
[data-component="delosite-how-we-build"] .how-we-build-item.final{
    grid-column: 3/5;
    display: grid;
    width: 100%;
    grid-template-columns: 100%;
    box-sizing: border-box;
    padding-left: 100px;
    position: relative;
    padding-bottom: 0;
}
[data-component="delosite-how-we-build"] .how-we-build-item.final a{
    font-family: MuseoSansCyrl;
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}
[data-component="delosite-how-we-build"] .how-we-build-item.final a:hover{
    text-decoration: none;
}
[data-component="delosite-how-we-build"] .how-we-build-item.final:before {
    position: absolute;
    top: 50px;
    left: 16px;
    width: 63px;
    height: 104px;
    content: "";
    background: url(/files/public/img/stage_arrows_desctop.png) no-repeat;
}
[data-component="delosite-how-we-build"] .how-we-build-item.final > div{
    margin-bottom: 20px;
    padding: 19px 0 22px 29px;
    border: 1px solid #fed1ad;
    border-radius: 5px;
    background: #fff1dc;
    display: grid;
    grid-template-columns: max-content auto;
    grid-gap: 10px;
    align-items: center;
}
[data-component="delosite-how-we-build"] .how-we-build-question {
    font-family: MuseoSansCyrl;
    display: grid;
    grid-template-columns: max-content auto;
    grid-gap: 15px;
    position: absolute;
    bottom: 65px;
    bottom: 10px;
}
[data-component="delosite-how-we-build"] .how-we-build-question p{
    margin: 0;
}
[data-component="delosite-how-we-build"] .how-we-build-question .icon{
    background: url(/files/public/svg/comments-1.svg) no-repeat;
    width: 48px;
    height: 44px;
}
[data-component="delosite-how-we-build"] .how-we-build-question span{
    color: #3e3e3e;
    font-size: 16px;
    line-height: 19px;
}
[data-component="delosite-how-we-build"] .how-we-build-question b a{
    display: inline-block;
    text-decoration: none;
    color: #c80201;
    border-bottom: 1px dashed #c80201;
    transition: .3s ease-in-out;
}
[data-component="delosite-how-we-build"] .how-we-build-question b a:hover{
    text-decoration: none;
    color: #ff822e;
    border-bottom: 1px dashed #ff822e;
    transition: .3s ease-in-out;
}
[data-component="delosite-offer-in-row"] {
position: relative;
}
[data-component="delosite-offer-in-row"] .row-container{
    padding: 55px 0 47px 0px;
}
[data-component="delosite-offer-in-row"] .row-container.red{
    position: relative;
    background: #c80201;
}
[data-component="delosite-offer-in-row"] .row-container .list li{
    font-family: MuseoSansCyrl100;
    list-style-position: inside;
    list-style-type: none;
    list-style-image: url(/files/public/svg/marker.svg);
    padding-bottom: 14px;
    font-size: 17px;
    line-height: 17px;
}
[data-component="delosite-offer-in-row"] .row-container .list ul{
    padding-top: 38px;
    padding-bottom: 32px;
}
[data-component="delosite-offer-in-row"] [slider][data-id="2"] + .list{
    margin: 15px 0px 10px 50px;
}
[data-component="delosite-offer-in-row"] .row-container .list li{
    color: #000;
}
[data-component="delosite-offer-in-row"] .row-container.red .list li{
    color: #fff;
}
[data-component="delosite-offer-in-row"] .row-container:before {
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    height: 6px;
    content: "";
    background: url(/files/public/img/ribbet_sprite2.png) repeat-x 0 0;
}
[data-component="delosite-offer-in-row"] .row-container:after {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 6px;
    content: "";
    background: url(/files/public/img/ribbet_sprite2.png) repeat-x 0 -6px;
}
[data-component="delosite-offer-in-row"] .row-container h2{
    margin: 0;
    padding: 0;
    font-family: MuseoSansCyrl100;
    font-size: 34px;
    font-weight: 400;
    line-height: 35px;
    color: #fcd2b2;
}
[data-component="delosite-offer-in-row"] .row-container.right h2{
    text-align: right;
    color: #c80201;
    font-family: MuseoSansCyrl300;
}
[data-component="delosite-offer-in-row"] .button-container{
    grid-column: 1/3;
    width: 465px;
    display: grid;
    grid-gap: 15px;
}
[data-component="delosite-offer-in-row"] .button-container [hover]{
    display: none;
}
[data-component="delosite-offer-in-row"] .button-container [de-hover]{
    display: block;
}
[data-component="delosite-offer-in-row"] .buttonset.active .button-container [hover]{
    display: block;
}
[data-component="delosite-offer-in-row"] .buttonset.active .button-container [de-hover]{
    display: none;
}
[data-component="delosite-offer-in-row"] .button-container [hover]:before,
[data-component="delosite-offer-in-row"] .button-container [de-hover]:before{
    position: absolute;
    top: -10px;
    right: 110px;
    width: 17px;
    height: 10px;
    content: "";
    background: url(/files/public/img/pilot_arrow_red.png) no-repeat;
}
[data-component="delosite-offer-in-row"] .button-container:hover [hover]:before{
    background: url(/files/public/img/pilot_arrow_light.png) no-repeat;
}
[data-component="delosite-offer-in-row"] [slider][data-id="2"] + .list [hover]:before,
[data-component="delosite-offer-in-row"] [slider][data-id="2"] + .list [de-hover]:before{
    background: url(/files/public/img/pilot_arrow_light.png) no-repeat;
}
[data-component="delosite-offer-in-row"] .buttonset{
    display: grid;
    grid-template-columns: 200px max-content;
    grid-gap: 10px;
}
[data-component="delosite-offer-in-row"] .button-container [de-hover] a{
    color: #fff;
    text-decoration: underline;
}
[data-component="delosite-offer-in-row"] [slider][data-id="2"] + .list [de-hover] a{
    color: #c80201;
}
[data-component="delosite-offer-in-row"] .button-container [de-hover] a: hover{
    text-decoration: none;
}
[data-component="delosite-offer-in-row"] .buttonset .fake-button{
    position: relative;
    position: absolute;

    z-index: 2;
    width: 175px;
    white-space: nowrap;
    padding: 10px 10px 11px 10px;
    color: #000;
    font-family: MuseoSansCyrl;
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    background: linear-gradient(0deg,#ffbc00,#ffee31);
    box-shadow: inset 0 1px 1px #fff;
    border: 1px solid #fde429;
    border-radius: 5px;
    margin-left: 1px;
    text-align: center;
}
[data-component="delosite-offer-in-row"] .buttonset .button-delosite{
    padding: 12px 0 14px 0;
    font-size: 20px;
    line-height: 22px;
    width: 245px;
    margin-left: auto;
    cursor: pointer;
    font-family: MuseoSansCyrl;
}
[data-component="delosite-offer-in-row"] .buttonset [de-hover],
[data-component="delosite-offer-in-row"] .buttonset [hover]{
    position: relative;
    margin-top: -2px;
    transition: border .1s;
    color: #ffb977;
    border: 1px solid #e66d4b;
    border-radius: 5px;
    background: #b40201;
    font-family: MuseoSansCyrl100;
    font-size: 15px;
    line-height: 19px;
    padding: 13px 0 15px 0px;
    text-align: center;
}
[data-component="delosite-offer-in-row"] [slider][data-id="2"] + .list .buttonset [de-hover],
[data-component="delosite-offer-in-row"] [slider][data-id="2"] + .list .buttonset [hover]{
    color: #000;
    border: 1px solid #fdd6af;
    background: #fff1dc;
}
[data-component="delosite-offer-in-row"] .buttonset [hover]{
    background: #fff1dc;
    color: #000;
}
[data-component="delosite-offer-in-row"] .offer-content{
    display: grid;
    grid-template-columns: 465px auto;
}
[data-component="delosite-offer-in-row"] .offer-content > div{
    position: relative;
}
[data-component="delosite-offer-in-row"] .offer-content .sticker{
    color: #fff;
    z-index: 1;
    font-family: MuseoSansCyrl;
    right: 50px;
    left: unset;
}
[data-component="delosite-offer-in-row"] [slider][data-id="2"] .sticker{
    right: unset;
    top: -10px;
}
[data-component="delosite-offer-in-row"] .splide-container.splide-container-offer{
    width: 472px;
    background: url(/files/public/img/notebook.png) no-repeat;
    height: 297px;
    padding: 15px 62px 61px 56px;
    box-sizing: border-box;
    margin: 35px 50px 20px 50px;
}
[data-component="delosite-offer-in-row"] [slider][data-id="2"] .splide-container.splide-container-offer{
    margin: 50px 0px 40px 0px;
}
[data-component="delosite-offer-in-row"] .splide-container.splide-container-offer li{
    min-height: 221px;
}

[data-component="delosite-offer-in-row"] .splide-container.splide-container-offer-mini li{
    position: relative;
    display: block;
    width: 183px;
    margin: 0 auto;
    transition: background .6s;
    font-family: OpenSans;
    font-size: 13px;
    line-height: 16px;
}
[data-component="delosite-offer-in-row"] .splide-container.splide-container-offer-mini li a{
    padding: 7px 0 11px 0;
    max-width: 180px;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-decoration: underline;
    color: #c80201;
    border-radius: 4px;
    background: #fcd2b2;
    transition: .1s;
}
[data-component="delosite-offer-in-row"] .splide-container.splide-container-offer-mini li a:hover{
    background: #fff;
    transition: .1s;
}
[data-component="delosite-offer-in-row"] .splide-container.splide-container-offer-mini .splide__track{
    overflow: visible;
}
[data-component="delosite-offer-in-row"] .splide-container.splide-container-offer-mini li a:before{
    position: absolute;
    top: -10px;
    left: calc(50% - 5px);
    content: "";
    /*transition: border .6s;*/
    border: 5px solid transparent;
    border-bottom: 5px solid #fcd2b2;
}
[data-component="delosite-offer-in-row"] .splide-container.splide-container-offer-mini  li a:hover:before{
    border-bottom-color: #fff;
}
[data-component="delosite-offer-in-row"] .offer-content > div[data-id="2"] li a:hover{
    background: #f39649;
    color: #fff;
}
[data-component="delosite-offer-in-row"] .offer-content > div[data-id="2"] li a:hover:before{
    border-bottom-color: #f39649;
}
[data-component="delosite-offer-in-row"] .splide-container.splide-container-offer-mini [data-id="2"] li a:hover:before{
    border-bottom-color: transparent;
}
[data-component="delosite-how-we-build"][feedback]{
    padding-top: 61px;
}
[data-component="delosite-how-we-build"] .splide-container-feedback{
    min-height: 400px;
}
[data-component="delosite-how-we-build"][feedback] .feedback-splide h3{
    padding-bottom: 10px;
    font-family: MuseoSansCyrl;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    display: block;
    padding-top: 23px;
}
[data-component="delosite-how-we-build"][feedback] .splide__slide img {
    border-radius: 3px;
    border: 1px solid #dfded9;
}
[data-component="delosite-how-we-build"][feedback] .feedback-splide small{
    padding-bottom: 1px;
    color: #6c6c6c;
    font-family: OpenSans;
    font-size: 12px;
    font-style: italic;
    line-height: 15px;
    display: block;
}
[data-component="delosite-how-we-build"][feedback] .feedback-splide a{
    text-decoration: underline;
    color: #c80201;
    font-family: OpenSans;
    font-size: 12px;
    line-height: 15px;
    display: block;
    padding-bottom: 10px;
    padding-top: 5px;
}
[data-component="delosite-how-we-build"][feedback] .feedback-splide p{
    padding-top: 22px;
    color: #000;
    border-top: 1px solid #f4cac2;
    font-family: OpenSans;
    font-size: 14px;
    line-height: 22px;
    display: block;
    margin-bottom: 0;
}
[data-component="delosite-how-we-build"][feedback] .feedback-splide article{
    position: relative;
    padding: 0 20px;
}
[data-component="delosite-how-we-build"][feedback] .feedback-splide span{
    font-size: 10px;
    font-family: OpenSans;
}
[data-component="delosite-how-we-build"][feedback] .splide__arrow.splide__arrow--prev{
    background: url(/files/public/svg/arrow-left3.svg) 0 0 no-repeat;
} 
[data-component="delosite-how-we-build"][feedback] .splide__arrow.splide__arrow--next{
    background: url(/files/public/svg/arrow-right2.svg) 0 0 no-repeat;
}
[data-component="delosite-how-we-build"][feedback] .splide__arrows {
    top: 200px;
}
[data-component="delosite-services"] {
    padding-top: 60px;
    margin-top: 60px;
    position: relative;
    background: #c80201;
}
[data-component="delosite-services"]:before {
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    height: 6px;
    content: "";
    background: url(/files/public/img/ribbet_sprite2.png) repeat-x 0 0;
}
[data-component="delosite-services"]:after{
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 6px;
    content: "";
    background: url(/files/public/img/ribbet_sprite.png) repeat-x 0 -6px;
}
[data-component="delosite-services"] h2{
    margin: 0;
    padding: 0;
    color: #fcd2b2;
    font-family: MuseoSansCyrl100;
    font-size: 34px;
    font-weight: 400;
    line-height: 41px;
}
[data-component="delosite-services"] .service-list-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    padding-top: 40px;
}
[data-component="delosite-services"] [big]{
    border-right: 1px solid #e14e22;
    padding-right: 20px;
    margin-right: 20px;
}
[data-component="delosite-services"] .service-list-container a{
    position: relative;
    width: 170px;
    height: 126px;
    margin: 0 41px 0 0;
    padding: 44px 0 0 0;
    border-radius: 100px;
    background: linear-gradient(to top,#fff,#ededed);
    text-align: center;
    color: #000;
}
[data-component="delosite-services"] .service-list-container a:hover{
    color: #e11;
}
[data-component="delosite-services"] .service-list-container a [hover]{
    display: none;
}
[data-component="delosite-services"] .service-list-container a [de-hover]{
    display: block;
}
[data-component="delosite-services"] .service-list-container a:hover [hover]{
    display: block;
}
[data-component="delosite-services"] .service-list-container a:hover [de-hover]{
    display: none;
}
[data-component="delosite-services"] .service-list-container p{
    width: 100px;
    margin: 0 auto;
    text-align: center;
    text-decoration: underline;
    font-family: MuseoSansCyrl;
    font-size: 14px;
    line-height: 16px;
}
[data-component="delosite-services"] .service-list-container img{
    width: 36px;
    height: 36px;
    margin: 0 auto 10px;
    display: block;
}
[data-component="delosite-services"] [small] {
    margin: 0 auto;
    max-width: 200px;
}
[data-component="delosite-services"] [small] h3{
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: MuseoSansCyrl500;
    font-size: 15px;
    line-height: 20px;
}
[data-component="delosite-services"] .post-service-info{
    clear: both;
    max-width: 920px;
    padding-top: 36px;
    color: #fcd2b2;
    font-family: MuseoSansCyrl100;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 50px;
}
[data-component="delosite-services"] .post-service-info a{
    text-decoration: underline;
    color: #fff;
}
[data-component="delosite-services"] .post-service-info a:hover{
    color: #ffc71b;
}
[data-component="delosite-services"] .list{
    display: grid;
    grid-template-columns: 683px auto;
}
[data-component="delosite-footer"] .logo h2{
    color: #c80201;
    font-family: MuseoSansCyrl100;
    font-size: 28px;
    line-height: 31px;
    font-weight: 700;
}
[data-component="delosite-footer"] {
    padding: 70px 0;
    z-index: 2;
    position: relative;
}
[data-component="delosite-footer"] .contact-content p{
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: OpenSans;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 20px;
}
[data-component="delosite-footer"] .contact-content span{
    font-size: .9em;
    line-height: 1.6em;
    color: #222;
    font-family: MuseoSansCyrl;
}
[data-component="delosite-footer"] .contact-content a{
    font-size: 20px;
    text-decoration: underline;
    color: #c80201;
    font-family: OpenSans;
    line-height: 18px;
}
[data-component="delosite-footer"] .contact-content ul{
    list-style-type: none;
    list-style-image: none;
}
[data-component="delosite-footer"] .contact-content li a{
    text-decoration: underline;
    display: block;
    color: #c80201;
    font-family: OpenSans;
    font-size: 14px;
    line-height: 17px;
    padding: 0 0 8px 0;
}
[data-component="delosite-footer"] .contact-content li a:hover{
    color: #000;
}
[data-component="delosite-footer"] .contact-content .button-delosite{
    width: 153px;
    margin-top: 20px;
}
[data-component="delosite-footer"] [row]{
    display: grid;
    grid-template-columns: 610px auto;
    justify-content: space-between;
}
[data-component="delosite-footer"] [row] .delosite-footer-container,
[data-component="delosite-footer"] [row]{
    max-height: 330px;
}
[data-component="delosite-footer"] .logo{
    display: grid;
    grid-template-columns: max-content auto;
    grid-gap: 50px;
    margin: 0 0 50px 0;
}
[data-component="delosite-footer"] .contact-content{
    display: grid;
    grid-template-columns: max-content auto 180px;
    grid-gap: 30px;
}

[data-component="delosite-footer"] .copyright p{
    color: #a7a7a7;
    font-family: OpenSans;
    font-size: 9px;
    line-height: 12px;
    padding-top: 29px;
    display: block;
    max-width: 475px;
}
[data-component='map'] {
    position: relative;
    /*margin-top: -150px;*/
}
[data-component='map'] > img,
[data-component='map'] > iframe{
    margin-bottom: -5px;
}
[data-component='map'] > img{
    /*height: 455px;*/
    width: 100%;
}
[data-component='map'] .post-map-container {
    padding: 0 20px 20px;
    background: #fff;
    box-shadow: 0 0 10px 0 #999;

    /*margin-top: -40px;*/
    margin-top: -76px;
    position: relative;
    box-sizing: border-box;

    display: grid;
    grid-template-columns: max-content max-content 150px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 30px;
}
[data-component='map'] .post-map-container p{
    font-size: 18px;
    line-height: 21px;
    color: #222;
    font-family: MuseoSansCyrl;

    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: auto max-content;
    align-items: center;
    grid-gap: 10px;
}
[data-component='map'] .post-map-container a{
    font-size: 23px;color: #000;
    font-family: OpenSans;
    font-weight: 700;
    line-height: 27px;
    font-size: 20px;
}
[form-background] {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: #000000cf;
  left: 0;
  top: 0;
  z-index: 9;
  margin-top: 0 !important;
}
[data-compoment="form"] {
  z-index: 10;
  text-align: center;
  margin: -50px auto 0 auto;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 5px 1px grey;
  transition: all 0.25s ease;
  position: absolute;
  position: fixed;
  width: 660px;
  left: calc(50% - 330px);
  top: 25vh;
}

[data-compoment="form"] form{
    background: transparent;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 100%;
    grid-gap: 20px 30px;
    padding: 0;
}
[data-compoment="form"] select{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 35px;
    color: #333;
    text-shadow: 1px 1px #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    font-family: MuseoSansCyrl;
    line-height: 17px;
    color: #333;
    text-shadow: 1px 1px #fff;
    font-size: 14px;
}
[data-compoment="form"] select option{
    font-family: MuseoSansCyrl100;
}
[data-compoment="form"].create-site label[checkbox]{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 20px auto;
    padding-bottom: 5px;
}
[data-compoment="form"].create-site .checkbox p{
    margin: 0 0 18px 0;
    color: #1c1c1c;
    font-family: OpenSans;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}
[data-compoment="form"].create-site {
    top: calc(50% - 330px);
}
[data-compoment="form"].create-site form{
    grid-gap: 0px 30px;
}
[data-compoment="form"].create-site form .submit-button {
    padding: 20px 0;
}
[data-compoment="form"].create-site label[checkbox] span{
    text-align: left;
    font-family: MuseoSansCyrl;
    font-size: 14px;
}
[data-compoment="form"].consultation-form form{
    grid-gap: 0px 30px;
}
[data-compoment="form"].consultation-form > div{
    padding: 30px 70px;
}
[data-compoment="form"].consultation-form .textarea{
    grid-column: 1/3;
}
[data-compoment="form"] form .submit-button{
    grid-column: 1/3;
    max-width: 300px;
    justify-self: center;
}
[data-compoment="form"] form .system-info.red {
    background: transparent;
    grid-column: 1/3;
}
[data-compoment="form"] form .system-info.red:before {
    display: none;
}
[data-compoment="form"] form .system-info.red {
    padding: 0;
    margin: 0;
}
[data-compoment="form"] form .system-info.red p{
    font-size: 12px;
    color: #1c1c1c;
    margin: 0;
}
[data-compoment="form"] form .system-info.red span {
    font-size: 12px;
    color: #777;
}
[data-compoment="form"] form .submit-button input{
    padding: 15px 40px;
}
[data-compoment="form"] > div {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #fffcf2 url(/files/public/img/modal_bg.png) no-repeat center 0;
}
[data-compoment="form"] h2{
    margin-bottom: 27px;
    text-align: center;
    color: #b60201;
    font-family: MuseoSansCyrl500;
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
}
[data-compoment="form"] button.close{
    position: absolute;
    top: 40px;
    right: -15px;
    width: 32px;
    height: 32px;
    background: url(/files/public/img/cbox-close.png) 50% 50% no-repeat;
    font-size: 0;
    border: unset;
    cursor: pointer;
}