@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap');

html {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #39353c;
    font-family: 'Open Sans', sans-serif;
    overflow-y: scroll;
}

body {
    padding: 0;
    margin: 0;
    background-color: #f9f9f9;
}

* {
    box-sizing: border-box;
    outline: none !important;
    outline-color: transparent !important;
}

.canvas {
    /*overflow: hidden;*/
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1920px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}


.overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
}

.canvas > .top-group {
    position: relative;
    z-index: 5;
}

.canvas > .center-group {
    flex: 1;
}

.container {
    width: 100%;
    max-width: 1264px;
    padding: 20px 32px;
    margin-left: auto;
    margin-right: auto;
}

.max320 {
    max-width: 320px;
}

.max480 {
    max-width: 480px;
}

.max560 {
    max-width: 560px;
}

.max640 {
    max-width: 640px;
}

.max720 {
    max-width: 720px;
}

.max760 {
    max-width: 760px;
}

.max960 {
    max-width: 960px;
}

.container .container {
    padding-left: 0;
    padding-right: 0;
}



.ptb0 {
    padding-top: 0;
    padding-bottom: 0;
}


.gray {
    color: #9c9c9c;
}

.gray a {
    color: #9c9c9c;
}





a { 
    color: inherit;
    outline: none;
    text-decoration: none;
    opacity: 1;
    transition: all .2s;
}

.anohover a {
    /*transition: all 0s;*/
} 

a:hover {
} 


.hover-opc a {
    opacity: 1;
    transition: opacity .2s;
} 

.hover-opc a:hover {
    opacity: .7;
}

.dark-box, a.dark-box {
    color: #fff;
    font-weight: 300;
}

.dark-box a:not(.btn) {
    color: #fff;
} 




hr {
    border: 0;
    height: 1px;
    background: #d9d7d9;
}

img, svg {
    display: table;
    padding: 0;
    margin: 0;
    max-width: 100%;
    box-sizing: border-box;
}

input, textarea {
    font-family: 'Open Sans', sans-serif;
    outline: none;
    min-height: 48px;
    border-radius: 12px;
    width: 100%;
    transition: all .2s;
    font-size: 16px;
    font-weight: 400;
    background-color: transparent;
    color: #363636;
    padding: 0 16px;
    display: block;
    border: 1px solid #538eb6;
    box-shadow: none !important;
}

.dark-box input, .dark-box textarea {
    background-color: #fff;
    background-color: rgba(0,0,0,.3);
    border-color: transparent;
    color: #fff;
}

input:hover, textarea:hover {
}

input:focus, textarea:focus {
}

textarea {
    resize: none;
    overflow: auto;
    padding: 10px 16px;
    min-height: 120px;
    max-height: 208px;
    transition: all 0s;
}

input, input:focus,
textarea, textarea:focus 
{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


input::-webkit-input-placeholder {color:#81898f}
input::-moz-placeholder          {color:#81898f}
input:-moz-placeholder           {color:#81898f;}
input:-ms-input-placeholder      {color:#81898f;}

textarea::-webkit-input-placeholder {color:#81898f;}
textarea::-moz-placeholder          {color:#81898f;}
textarea:-moz-placeholder           {color:#81898f;}
textarea:-ms-input-placeholder      {color:#81898f;}

button:disabled {
    opacity: 0.3;
}

button {
    border: none;
    cursor: pointer;
    outline: none;
    background: none;
}

input.error {
    border: 1px solid #DD5656;
    color: #DD5656 !important;
}

.underline {
    text-decoration: underline;
}

.solid {
    border-bottom: 1px solid rgba(0,0,0,.5)
}

.dark-box .solid {
    border-bottom: 1px solid rgba(255,255,255,.7)
}

.btn {
    min-height: 48px;
    border-radius: 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background-color: #ca4a3f;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 8px 32px;
    color: #fff !important;
    line-height: 1.4;
    transition: all .3s;
    font-weight: 400;
    max-width: 100%;
    border: 1px solid transparent;
}

.btn:hover {
    background-color: #ff5749;
}


.btn-small {
    min-height: 40px;
    border-radius: 20px;
    font-size: 16px;
}

.btn-blue {
    background-color: #538eb6;
    color: #fff !important;
}

.btn-red {
    background-color: #fd443b;
    color: #fff !important;
    border-color: #fd443b;
}

.btn-big {
    height: 56px;
    font-size: 20px;
    font-weight: 400;
    padding-left: 56px;
    padding-right: 56px;
    min-width: 260px;
}

.btn-ico svg {
    fill: #fff;
}

.btn-ico > *:first-child {
    margin-right: 8px;
}

.btn-bord:hover {

}



ul {
    padding: 0;
    margin: 0;
    display: block;
    list-style:none;
}

li {display: block;
    padding: 0;
    margin: 0;
}



.word * {
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif !important;
}

.front-page .word-box .word * {
    color: #39353c !important;
}

p {
    margin: 24px 0 !important;
}

.word-box .word h1, 
.word-box .word h2, 
.word-box .word h3, 
.word-box .word h4, 
.word-box .word h5 {
    margin: 28px 0 !important;
    font-weight: 400;
    line-height: 1.3;
}

.word-box .word h2, .word-box .word h2 * {
    font-size: 28px !important;
} 

.word-box .word h3, .word-box .word h3 * {
    font-size: 24px !important;
} 

.word-box .word h4, .word-box .word h4 * {
    font-size: 20px !important;
} 

.word-box .word h5, .word-box .word h5 * {
    font-size: 18px !important;
} 

.word a {
    color: #0e4f7b;
    text-decoration: underline;
}

.word a:hover {
}

.word {
    line-height: 1.5;
    font-weight: 400;
}

.word ul li {
    margin: 24px 0;
    padding-left: 0;
    position: relative;
    display: flex;
}

.word ul:not(.li-checks) li:before {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background: #e0685e; 
    margin-right: 16px;
    margin-top: 12px;
    flex-shrink: 0;
}

.word ul.li-checks li {
    margin: 4px 0;
    padding-left: 24px;
    position: relative;
}

.word ul.li-checks li:before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 18px;
    height: 24px;
    background: url(../images/chek.png) no-repeat center center;
    background-size: 18px auto;
    box-shadow: none;
}


h1, h2 {
    font-size: 40px;
}



.word ol {
    padding: 0;
    margin: 4px 0;
    counter-reset: li;
    list-style: none;
}

.word ol > li {
    position: relative;
    padding-left: 28px;
}

.word ol > li:before {
    content: counter(li)'.';
    counter-increment: li;
    display: inline-block;
    color: #FFDD2D;
    position: absolute;
    top: 0;
    left: 0;
}


.word h2 {
    font-size: 36px;
}

.word h3 {
    font-size: 28px;
}

.word h4 {
    font-size: 20px;
    font-weight: 600;
}

table {
    border-collapse: separate;
    border-collapse: collapse;
}


.dashed-line {
    border-bottom: 1px dashed #4A32AD;
}


.sticky-block {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
}

b {
    font-weight: 600;
}


/*==============================================================*/



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

.icotext > *:first-child {
    margin-right: 8px;
}

.icotext img {
    max-width: none;
}


.nowrap {
    white-space: nowrap;
}


input[type=checkbox] {
    position: absolute;
    left: -99999px;
}


.checkbox label {
    font-size: 14px;
    display: inline-flex;
    /*align-items: center;*/
    cursor: pointer;
}

.checkbox label span {
    padding-top: 1px;
}

.checkbox label i {
    display: block;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    width: 16px;
    height: 16px;
    background-color: #fff;
    margin-right: 8px;
    position: relative;
    transition: all .2s;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 1px;
    flex-shrink: 0;
}

.checkbox label:hover i {
    border-color: #b2b2b2;
}

.checkbox input[type=checkbox] + label i:before {
    display: block;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ff7e00;
    top: 2px;
    left: 2px;
    border-radius: 2px;
    opacity: 0;
    transition: all .2s;
}

.checkbox.check-ico input[type=checkbox] + label i:before {
    width: 18px;
    height: 18px;
    background-image: url(../images/chek.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: -4px;
    left: 2px;
    background-color: transparent;
}

.checkbox input[type=checkbox]:checked + label i:before {
    opacity: 1;
}

.checkboxes-list .checkbox + .checkbox {
    margin-top: 8px;
}




input[type=radio] {
    position: absolute;
    left: -99999px;
}


.radioboxes-list label {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;  
}

.radioboxes-list label span {
    padding-top: 1px;
}

.radioboxes-list label i {
    display: block;
    border-radius: 50%;
    border: 1px solid #d3d3d3;
    width: 13px;
    height: 13px;
    background-color: #fff;
    margin-right: 8px;
    position: relative;
    transition: all .2s;
    background-position: center;
    background-repeat: no-repeat;
}

.radioboxes-list label:hover i {
    border-color: #b2b2b2;
}

.radioboxes-list input[type=radio] + label i:before {
    display: block;
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ff7e00;
    top: 3px;
    left: 3px;
    opacity: 0;
    transition: all .2s;
}

.radioboxes-list input[type=radio]:checked + label i:before {
    opacity: 1;
}

.radioboxes-list .radiobox + .radiobox {
    margin-top: 8px;
}















/*==========================================================*/




.popup {display: none;}

.itl {
    font-style: italic;
}

.fz11 {font-size: 11px;}
.fz12 {font-size: 12px;}
.fz13 {font-size: 13px;}
.fz14 {font-size: 14px;}
.fz15 {font-size: 15px;}
.fz16 {font-size: 16px;}
.fz18 {font-size: 18px;}
.fz20 {font-size: 20px;}
.fz22 {font-size: 22px;}
.fz24 {font-size: 24px;}
.fz28 {font-size: 28px;}
.fz32 {font-size: 32px;}
.fz40 {font-size: 40px;}
.fz48 {font-size: 48px;}
.fz56 {font-size: 56px;}

.fw100 {font-weight: 100;}
.fw200 {font-weight: 200;}
.fw300 {font-weight: 300;}
.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}
.fw900 {font-weight: 900;}

.lh160 {line-height: 1.6;}
.lh180 {line-height: 1.8;}
.lh100 {line-height: 1;}

.ttr {text-transform: uppercase;}


.row > * {
    float: left
}

.row:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.clrfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}


.row-t {
    display: table;
}

.row-t > * {
    display: table-cell;
    vertical-align: top;
}

.row-tc {
    display: table;
}

.row-tc > * {
    display: table-cell;
    vertical-align: middle;
}

.clr {
    clear: both;
}

.clr-left {
    clear: left;
}

.w100 {width: 100%;}
.w50 {width: 50%;}
.wdtauto {width: auto;}
.wdt960 {max-width: 960px;}

.tbl {display: table;}

.fll {float: left;}
.flr {float: right;}

.center {text-align: center}

.thiscenter {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.thisright {
    display: table;
    margin-left: auto;
}

.text-left {
    text-align: left;
}




.flex {
    display: flex;
}

.flex-list {
    display: flex;
    flex-flow: row wrap;
}

.cntrv {
    align-items: center;
}

.aitc {
    align-items: center;
}

.sbtw {
    justify-content: space-between; 
}

.flexgrow {
    flex-grow: 1;
}

.table {
    display: table;
}

.hg100  {
    height: 100%;
}

.bxz, .bxz * {
    box-sizing: border-box;
}


.tb > *:first-child, .word > *:first-child {margin-top: 0 !important;}
.tb > *:last-child, .word > *:last-child {margin-bottom: 0 !important;}



.col-1 {width: 8.33333333%;}
.col-2 {width: 16.66666667%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33333333%;}
.col-5 {width: 41.66666667%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33333333%;}
.col-8 {width: 66.66666667%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33333333%;}
.col-11 {width: 91.66666667%;}
.col-12 {width: 100%;}



/*==============================================*/



.column2 > * {
    width: 50%;
}



.step-4 {
    margin: -2px;
}

.step-4 > * {
    padding: 2px;
}

.step-8 {
    margin: -4px;
}

.step-8 > * {
    padding: 4px;
}

.step-12 {
    margin: -6px;
}

.step-12 > * {
    padding: 6px;
}

.step-16 {
    margin: -8px;
}

.step-16 > * {
    padding: 8px;
}

.step-18 {
    margin: -9px;
}

.step-18 > * {
    padding: 9px;
}

.step-20 {
    margin: -10px;
}

.step-20 > * {
    padding: 10px;
}

.step-24 {
    margin: -12px;
}

.step-24 > * {
    padding: 12px;
}

.step-32 {
    margin: -16px;
}

.step-32 > * {
    padding: 16px;
}

.step-40 {
    margin: -20px;
}

.step-40 > * {
    padding: 20px;
}

.step-56 {
    margin: -28px;
}

.step-56 > * {
    padding: 28px;
}


.column-2 > * {
    width: 50%;
}

.column-3 > * {
    width: 33.33333333%;
}

.column-4 > * {
    width: 25%;
}

.column-5 > * {
    width: 20%;
}

.column-6 > * {
    width: 16.6666667%;
}


.column-count-2 {
    column-count: 2;
}

.column-count-2 > * {
    page-break-inside: avoid;  
}

.column-count-3 {
    column-count: 3;
}

.column-count-3 > * {
    page-break-inside: avoid;
}


.mt40 {
    margin-top: 40px;
}

.mtp40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mtp20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtp0 {
    margin-top: 0;
    margin-bottom: 0;
}

img.cover {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: center;
}



style, script {
    display: none!important;
}



.hide {
    display: none !important;
}

.ovh {
    overflow: hidden;
    height: 100vh;
}


.canvas *::-webkit-scrollbar:vertical {
    width: 0;
}

.canvas *::-webkit-scrollbar:horizontal {
    height: 0;
}

.canvas *::-webkit-scrollbar-track, 
.canvas *::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
    width: 0;
    height: 0;
}

.canvas * {
  -webkit-overflow-scrolling: touch;
}

.canvas *::-webkit-scrollbar  {
    -webkit-appearance: none;
    display: none;
    height: 0;
    width: 0;
}







/*-------------------------------------------------------------------------------*/






