

/* Start:/local/include/css/blocks.css?175378502314403*/
/*
    Convex V1 site - 10.24.0.224
*/

html { font-size: 62.5%; }

html,
body {    
    width: 100%;
    padding: 0px;
    margin: 0px;    
}
body { min-width: 320px; }
q { quotes: '\00AB' '\00BB' '\201E' '\201C'; }
p.j_txt { margin: 0.6rem 0; color: #37474F; font-family: 'Roboto', sans-serif; font-size: 1.4rem; } 
/* ---------- ---------- ---------- ---------- LINKS ---------- ---------- ---------- ---------- */

a, a:hover, a:active { color: unset; text-decoration: none; cursor: pointer;}
.doc_a, .doc_a:hover, .doc_a:visited { color: #3f51b5; text-decoration: underline; cursor: pointer;}

.c-detail-back__cntr {
    width: 100%;
    margin-top: 36px;
    margin-bottom: 68px;
    text-align: center;
  }
  
  .c-detail-back__btn {
    margin: 36px auto;
    padding: 16px 18px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    color: #981d97;
    background-color: #fafafa;
    text-transform: uppercase;
    border: 1px solid #981d97;
    border-radius: 4px;
    cursor: pointer;
    transition: .3s;
  }  
  .c-detail-back__btn:hover { color: #fafafa; background-color: #981d97; }

  .link-back {
    margin-bottom: 16px;
    width: fit-content;
    height: 40px;
    align-items: center;
    padding: 0 6px;
    border-radius: 4px;
    transition: .2s;
    background-color: transparent;
  }
  .link-back:hover { background-color: #E0E0E0; }

  .link-back svg { flex: 36px 0 0; height: 40px; fill: #999; }

  .link-back__txt { font-family: 'Roboto', sans-serif; font-size: 1.8rem; }
  .rural_mlnk { display:block; margin: 2rem 1rem; font-family: 'Roboto', sans-serif; font-size: 1.8rem; line-height: 36px;}
  .rural_mlnk svg { position: relative; top: 8px; width: 36px; height: 36px; fill: #3f51b5; }
  .rural_mlnk:hover { color: #981d97; }
  .rural_mlnk:hover svg { fill:#981d97; }
  .schema_37 { position: relative; width: 980px; height: 580px; border: 2px solid #3f51b5; cursor: pointer;} 
  .schema_37.expand { position: absolute; width: 1600px; height: 1000px; cursor: pointer; }
  .schema_37:hover { border-color: #981d97; border-radius: 12px; }
  #schema_37_link {display: none; }
/* ---------- ---------- ---------- ---------- FLEX ---------- ---------- ---------- ---------- */

.f-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.f-row { flex-direction: row; }
.f-col { flex-direction: column; }

/* ---------- ---------- ---------- ---------- COLORS ---------- ---------- ---------- ---------- */

.c-clr { color: #981d97; }
.w-clr { color: #fff; }
.b-clr { color: #000; }
.color_333 { color: #333; }
.color_999 { color: #999; }

/* ---------- ---------- ---------- ---------- BACKGROUND ---------- ---------- ---------- ---------- */

.c-back { background-color: rgba( 152, 29, 151, 1); }
.c-back-25 { background-color: rgba( 152, 29, 151, .25); }
.c-back-50 { background-color: rgba( 152, 29, 151, .50); }
.c-back-75 { background-color: rgba( 152, 29, 151, .75); }

.gr-back-e0 { background-color: #e0e0e0; }

/* ---------- ---------- ---------- ---------- CONTAINERS ---------- ---------- ---------- ---------- */

.hover-master { position: relative; cursor: pointer;}
.hover-slave  { display: none; position: absolute; transition: .3s; }
.hover-master:hover { cursor: unset; }
.hover-master:hover .hover-slave { display: block; }

.drop_master { cursor: pointer; }
.drop_slave { height: 0; transition: .3s; overflow: hidden; }
.drop_slave.exposed { height: auto; transition: .3s; }
.drop_slave.exposed.schm_37 { position: relative; overflow: visible; padding: 0; }
/* ---------- ---------- ---------- ---------- INPUTS ---------- ---------- ---------- ---------- */

.txt-inpt {
  display: block;
  height: 48px;
  width: 100%;
  background-color: #ECEFF1;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  padding-left: 12px;
  box-sizing: border-box;
  border: 1px solid #CFD8DC;
  border-radius: 4px;
}
.txt_inpt:focus { outline: 1px solid #CFD8DC; }

/* ---------- ---------- ---------- ---------- BLOCKS ---------- ---------- ---------- ---------- */

.no_display { display: none; }
.no_scroll { height: 100vh; overflow: hidden; }

.content-blk { width: 100%; max-width: 1400px; margin: 40px auto; overflow: hidden; }
.content_1000 { width: 100%; max-width: 980px; margin: 20px auto; padding: 10px;}
.main-blk { width: 100%; padding: 40px 0; }
.main-blk .content-blk { margin: 0 auto; }
.main-blk:nth-of-type( even ) { background-color: #fafafa; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }

.disclaimer {
    padding: 16px;
    padding-bottom: 24px;
    font-family: 'Roboto';
    font-size: 1.6rem;
}

.sctn-hdr__row {justify-content: space-between; align-items: center;}
.sctn-hdr { display: block; margin: 36px 0; font-family: 'Roboto', sans-serif; font-size: 4rem; }
.sctn-hdr.inner { margin-top: 0; }
.sctn-subhdr { margin: 18px 0; font-family: 'Roboto', sans-serif; font-size: 2.4rem; color:#3f51b5; }
.mp-link { font-family: 'Roboto', sans-serif; font-size: 1.6rem; }
.mp-link:hover { color: #3f51b5; }

.main-blk__subtitle { font-family: 'Roboto', sans-serif; font-size: 1.6rem; }
.main__subtxt { font-family: 'Roboto', sans-serif; font-size: 1.6rem; }

#tmpl_arrup {
    display: none;
    position: fixed;
    bottom: 210px;    
    margin-left: calc(100% - 60px);
    width: 50px;
    height: 50px;
    background: url('/local/include/img/up.png') center center no-repeat;
    cursor: pointer;
    z-index: 700;
    opacity: .6;
    transition: .4s;
}
#tmpl_arrup:hover { opacity: 1; }
#tmpl_arrup.act { display: block; transition: .4s; }

.content-top_banner {
    position: relative;
    width: 100%;
    height: 32vw;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    z-index: 0;
}

.content-top_banner__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
}

.content-top_banner__hdr { flex: auto 0 0; font-family: 'Roboto-Light', sans-serif; color: #ffffff; z-index: 2; font-weight: 100;font-size: 2.8vw; width: 80%; text-align: center; }
.content-top_banner__txt { flex: auto 0 0; font-family: 'Roboto-Light', sans-serif; color: #ffffff; z-index: 2; font-weight: 100; font-size: 2vw; width: 80%; text-align: center; }

/* ---------- ---------- ---------- ---------- ICONS ---------- ---------- ---------- ---------- */
.store_icon { width: 235px; height: 90px; }

/* ---------- ---------- ---------- ---------- INDEX ---------- ---------- ---------- ---------- */

/* ---------- tblocks ---------- */

#tblock { margin-top: 30px; width: 100%; flex-flow: row nowrap; justify-content: space-between; align-items: center; }

.tblock_item {
    position: relative;
    flex-flow: column nowrap;
    flex: 31.5% 0 0;
    width: unset;    
    height: 440px;
    box-sizing: border-box;         
    padding: 26px 32px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    background: white;
    transition: .3s;  
    border-radius: 0;
}

.tbitem_forward { display: none; flex: 40px 0 0; height: 60px; }
.tbitem_forward svg { width: 100%; height: 100%; fill: #757575; }

.tbitem_icon { width: 120px; height: 120px;  border-radius: 50%; border: 1px solid; box-sizing: border-box;}
.tbitem_icon svg { fill: #fafafa; stroke-width: 30; }

.tblock_item:nth-of-type(1) .tbitem_icon { background-color: #925aec; border-color: #925aec; }
.tblock_item:nth-of-type(1) svg { 
    position: relative;
    top: 7.5%;
    left: 7.5%;
    width: 85%; 
    height: 85%; 
    stroke: #925aec;
}
.tblock_item:nth-of-type(1):hover {
    background: linear-gradient(48.67deg, #9e58af 6.17%, #6414b4 78.23%), linear-gradient(214.64deg, #d93e38 21.01%, #ee942a 97.75%);
    border-radius: 6px;
}

.tblock_item:nth-of-type(2) .tbitem_icon { background-color: #3f51b5; border-color: #3f51b5; }
.tblock_item:nth-of-type(2) svg { 
    position: relative;
    top: 6%;
    left: 7.5%;
    width: 85%; 
    height: 85%; 
    stroke: #3f51b5; 
}
.tblock_item:nth-of-type(2):hover {
    background: linear-gradient(30.47deg, #006cb7 2.62%, #3f51b5 88.75%);
    border-radius: 6px;
}

.tblock_item:nth-of-type(3) .tbitem_icon { background-color: #14b4ab; border-color: #14b4ab; }
.tblock_item:nth-of-type(3) svg { 
    position: relative;
    top: 6%;
    left: 7.5%;
    width: 85%; 
    height: 85%; 
    stroke: #14b4ab; 
}
.tblock_item:nth-of-type(3):hover {
    background: linear-gradient(30.47deg, #58af58 2.62%, #14b4ab 81.75%);
    border-radius: 6px;
}

.tblock_hdr {
    flex: 66px 0 0;
    height: unset;
    width: 100%;
    padding-top: 3rem;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 3.2rem;
    line-height: 3.3rem;
    font-weight: bold;
    color: #455A64;
}

.tblock_txt {
    flex: 86px 0 0;
    height: unset;
    width: 100%;
    padding-top: 1.4rem;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    line-height: 2.2rem;      
    color: #37474F;
}
.tblock_item:hover .tblock_hdr,
.tblock_item:hover .tblock_txt { color: #fafafa; }

.tblock_btn {
    display: block;
    margin-top: 30px;
    flex: 50px 0 0;
    height: unset;
    width: 100%;
    background-color: #981d97;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 50px;
    color: #fafafa;
    text-align: center;    
    border-radius: 3px;
    transition: all .2s;
}

.tblock_item:hover .tblock_btn { background-color: #e0e0e0; color: #981d97; }

/* ---------- ---------- ---------- ---------- UNDERWORK ---------- ---------- ---------- ---------- */

#underwork {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#underwork svg { flex: 80px 0 0; width: 80px; fill: #757575; }

#underwork p { font-family: 'Roboto', sans-serif; font-size: 4rem; text-align: center; }

#underwork a {
    flex: 40px 0 0;
    width: 180px;
    line-height: 40px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    border: 1px solid #757575;
    border-radius: 4px;
    color: #333;
    background-color: #fafafa;
    transition: .2s;
    cursor: pointer;
}
#underwork a:hover { color: #3f51b5; border-color: #3f51b5; }

/* ---------- ---------- ---------- ---------- FORMS ---------- ---------- ---------- ---------- */

#mform_msg {
  margin: 32px auto;
  width: 100%;
  max-width: 1620px;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid rgba( 152, 29, 151, .50);
  border-radius: 4px;
}

.mforn_note {
  width: 100%;
  padding: 12px 0;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 2.2rem;
}
.mforn_note b { font-size: 2.6rem; color: #3f51b5; }
.mforn_note p { font-size: 1.6rem; color: #37474F; }

/* ---------- ---------- ---------- ---------- MEDIA ---------- ---------- ---------- ---------- */

/* ---------- ---------- ---------- ---------- 1600 ---------- ---------- ---------- ---------- */
@media screen and (width < 1601px) {
    .content-blk { max-width: 1060px; }
    .tbitem_icon { width: 100px; flex: 100px 0 0; }
    .tblock_hdr { font-size: 2.5rem; }
    .tblock_txt { font-size: 1.6rem; flex: 104px 0 0; }  
}
/* ---------- ---------- ---------- ---------- 1280 ---------- ---------- ---------- ---------- */
@media screen and (width < 1281px) {
    .content-blk { max-width: 1000px; }  
    .tblock_item { height: 430px; padding: 20px; }
}
/* ---------- ---------- ---------- ---------- 1024 ---------- ---------- ---------- ---------- */
@media screen and (width < 1025px) {
    .content-blk { max-width: 720px; }
    #tblock { margin-top: 20px; }
    .tblock_item { justify-content: space-between; height: 350px; padding: 18px; }    
    .tblock_hdr { flex: 130px 0 0; }    
    .tblock_txt { display: none; }
    .schema_37 { width: 95vw; height: 58vw; }
}
/* ---------- ---------- ---------- ----------  768 ---------- ---------- ---------- ---------- */
@media screen and (width < 769px) {
    .content-blk { max-width: 600px; }
    .sctn-hdr { margin: 20px 0; font-size: 3rem; }
    .sctn-hdr__row span { display: none; }
    .main__subtxt { display: none; }
    .disclaimer {font-size: 1.4rem;}
    #tblock {flex-flow: column nowrap; }
    .tblock_item {
        margin-bottom: 16px;
        flex: 80px 0 0;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: auto;        
        box-shadow: 0 4px 4px #e0e0e0;
    }
    .tbitem_icon { flex: 70px 0 0; width: unset; height: 70px; margin-right: 18px; }
    .tblock_hdr { flex: 75% 0 0; width: unset; height: auto; padding: 0; font-family: 'Roboto-Light', sans-serif; }
    .tblock_btn { display: none; }
    .tbitem_forward { display: flex; }
    .tblock_item:hover .tbitem_forward svg { fill: #fafafa; }
}
/* ---------- ---------- ---------- ----------  640 ---------- ---------- ---------- ---------- */
@media screen and (width < 641px) {    
    .content-blk { max-width: 90%; margin: 6px auto; }
    .disclaimer {font-size: 1.2rem;}
    .tblock_item { justify-content: space-between; padding: 14px; }
    .tbitem_icon { margin-right: 12px; }
    .tblock_hdr { flex: 60% 0 0; font-size: 2.2rem;}
    .link-back { position: relative; left: -4px; height: 36px; margin-bottom: 6px; }
    .link-back svg { flex: 32px 0 0; height: 36px; }
    .link-back__txt { position: relative; left: -12px; font-size: 1.6rem; }
    .schm_37 {display: none; }
    #schema_37_link {display: block; }
}
/* ---------- ---------- ---------- ----------  480 ---------- ---------- ---------- ---------- */
@media screen and (width < 481px) {
    .tbitem_icon { flex: 50px 0 0; width: unset; height: 50px; }
    .tblock_hdr { flex: 50% 0 0; font-size: 1.6rem; line-height: 1.8rem; }
}
/* ---------- ---------- ---------- ----------  320 ---------- ---------- ---------- ---------- */
/* End */


/* Start:/local/templates/landing_turbo/template_styles.css?1743398556922*/
header {
  position: absolute;  
  width: 100%;
  padding: 0;  
  box-sizing: border-box;
  z-index: 10;
}

.header-wrap {
  flex-wrap: nowrap;
  justify-content: space-between;  
  width: 100%;
  max-width: 1320px;
  height: 50px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 16px;  
}

#logo {
  flex: 140px 0 0;
  height: 100%;
}

#logo img {
  width: 100%;
  height: 100%;
}

#phone {  
  margin-top: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  color: #fff;
}

footer {
  width: 100%;
  min-height: 57px;
  background-color: #5c6bc0;
  margin: 0;
}

#footer_menu {
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 580px;
  height: 57px;
  margin: 0 auto;
}

#convex_mark {  
  flex: 240px 0 0;
  font-family: 'Roboto-Condensed', sans-serif;
  font-size: 1.4rem;
  text-align: center;
}
/* End */
/* /local/include/css/blocks.css?175378502314403 */
/* /local/templates/landing_turbo/template_styles.css?1743398556922 */
