ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 0px;
    margin-bottom: 10px; 
}

.main *, .main :after, .main :before {
    box-sizing: content-box;
}

.t-clear, .t-container:after{
    clear: both;
}

.t-container:after, .t-container:before{
    display: table;
    content: " ";
}

.t-bg {
    background-color: #d7e8c5;
}

.t-clear{
    clear: both;
}

.t-align_center {
    text-align: center;
}

.t-cover {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    height: 520px;
}


.t-cover__carrier {
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    position: relative;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: unset;
    
    background-image: url(/i/bg.svg);
    height: 520px;
    background-attachment: scroll;
    background-position: left center;
}

.t-cover .t-container{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.t-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 100%;
    max-width: 1170px;
}


.t-col {
    display: inline;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
}

.t-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
}

.t-col_flex {
    align-items: stretch;
    height: inherit;
    margin-top: auto;
    margin-bottom: auto;
}

.t-prefix_1 {
    padding-left: 100px;
}

.t-col_3 {
    max-width: 335px;
}
.t-col_5 {
    max-width: 460px;
}
.t-col_6 {
    max-width: 535px;
}
.t-col_7 {
    max-width: 660px;
}
.t-col_9 {
    max-width: 860px;
}
.t-col_10 {
    max-width: 960px;
}
.t-col_12 {
    max-width: 1160px;
}

.t-title{
    font-family: serif;
    font-weight: 700;
    color: #000000;
    padding-top: 20px;
}

.t-title_md {
     font-size: 20px;
}

.t-title_xl {
    font-size: 45px;
    line-height: 1.17;
}

.t-title_h1 {
    font-size: 42px;
    line-height: 1.17;
}

.t-title_h2 {
    font-size: 36px;
    line-height: 1.17;
    font-weight: 400;
}

.t-name {
    font-family:serif;
    font-weight: 400;
    color: #000000;
    line-height: 1.35;
    font-size: 20px;
}

.t-name_md {
    font-size: 20px;
    line-height: 1.35;
}

.t-descr{
    font-family: serif;
    font-weight: 400;
    color: #000000;
}

.t-descr_lg {
    font-size: 20px;
    line-height: 1.55;
}

.t-descr_lg strong {
    color: #c90116;
    font-weight: 700;
    font-size: 22px;
}
.t-text {
      font-family: serif;
    font-weight: 400;
    color: #000000;
    font-size: 20px;
}
.t-text_md {
     color: #005c49;
    font-size: 28px;
}

.t-img {
    width: 150px;
    height: auto;
    max-width: 100%;
}

.t-btn {
    display: inline-block;
    font-family: serif;
    height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
    background-image: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.t828__btn {
    color: #ffffff;
    border: 2px solid #005c49;
    background-color: #005c49;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    font-weight: 700;
}

.t-btn td {
    vertical-align: middle;
}

.t828__btn.t-btn table td {
    font-size: 20px;
}

.t-btn:hover {
    background-color: #bdddb3 !important;
    color: #005c49 !important;
    border-color: #005c49 !important;
}

.t828__wrapper {
    padding: 0;
}

.t828__itemwrapper, 
.t828__textwrapper,
.t828__buttonwrapper
{
    text-align: left;
}

.t828__buttonwrapper {
    margin-top: 15px;
}

.t828__col-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.t828__title {
    margin-bottom: 45px;
}

.t828__descr {
    max-width: 560px;
}

.t828__item-block {
    display: inline-block;
    border-radius: 5px;
    background-color: #005c49;
    text-decoration: none;
    padding: 8px 16px;
    line-height: 1.2em;
    width: min-content;
    width: 220px;
    color: #ffffff;
}

.t828__item.t828__item_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.t828__item + .t828__item {
    padding-top: 10px;
}

.t828__imgwrapper {
    width: 70px;
    display: inline-block;
    vertical-align: middle;
}
.t828__img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.t828__item-text {
    font-size:20px;
    font-family: serif;
    display: inline-block;
    vertical-align: middle;
    padding-left: 35px;
}

.t828__item-date
{
    font-size:22px;
    font-family: serif;
    color:#005c49;
}

.t859__inner-col {
    position: relative;
}

.t859__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 30px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.t859__wrap_right {
    padding-left: 30px;
}

.t859__imgwrapper {
    width: 150px;
    height: auto;
}

.t859__img {
    max-width: 100%;
}

.t859__img_circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}


.t379__off {
    display: none !important;
}

.t397__tab {
    display: table-cell;
    cursor: pointer;
    border-bottom: 2px solid #ededed;
}

.t-bg .t397__tab {
        border-bottom: 3px solid #cadbc0;
}

.t397__width_33 {
    width: 33.3%;
}

.t397__width_25 {
    width: 25%;
}

.t397__title {
    font-size: 21px;
    padding: 0 10px;
    color: #5A5858;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-bottom: 18px;
}

.t397__tab_active {
    border-bottom-color: #005c49 !important;
    cursor: default;
}

.t397__tab_active .t397__title {
    color: #005c49 !important;
    font-weight: 600 !important;
    padding-bottom: 18px;
}

.t397__wrapper_mobile {
    position: relative;
    display: none;
}

.t397__select {
    border: 2px solid #005c49;
    color: #005c49;
}

.t397__wrapper_mobile:after {
    border-color: #005c49 transparent transparent transparent;
}

t397__firefoxfix {
    top: 2px;
    bottom: 2px;
    right: 2px;
}

.t820 {
    min-height: 260px;
    padding-top:30px;
    padding-bottom:0px;
}

.t820__checkmark {
    width: 35px;
    height: 35px;
    display: block;
}

.t820__textwrapper {
    padding-left: 20px;
}

.t820__separator {
    margin-bottom: 55px;
}

.t050 {
    padding-bottom: 30px;
}

.t050__title {
    color: #005c49;
}

.t849__header {
    position: relative;
    cursor: pointer;
    padding: 27px 50px 27px 0;
    border-top: 1px solid #005c49;
}
.t849__title {
    color: #005c49;
    font-size: 26px;
    font-weight: 700;
    max-width: 300;
}

.t849__icon {
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    padding: 8px;
    -webkit-transition: opacity ease-in-out .2s;
    -o-transition: opacity ease-in-out .2s;
    transition: opacity ease-in-out .2s;
}

.t849__icon-hover {
    opacity: 0;
}

.t849__header:hover .t849__icon {
    opacity: 0;
}

.t849__header:hover .t849__icon-hover {
  opacity: 1;
}


.t849__lines {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    z-index: 1;
}

.t849__lines svg {
    width: 24px;
    height: 24px;
}

.t849__opened .t849__lines {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.t849__content {
    display: none;
    -webkit-transition: max-height ease-in-out .3s, opacity ease-in-out .3s;
    -o-transition: max-height ease-in-out .3s, opacity ease-in-out .3s;
    transition: max-height ease-in-out .3s, opacity ease-in-out .3s;
}

.t849__circle {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    border-radius: 100px;
}

.t849__border {
    width: 100%;
    height: 1px;
    background-color: #005c49;
    margin-bottom: 20px;
}

.t849__text {
    margin-bottom: 20px;
}

.t-screenmax-640px {
    display: none;
}

#rec170663886 .t-btn:not(.t-animate_no-hover):hover{
    background-color: #5eb030 !important;
    color: #ffffff !important;
    border-color: #ffffff !important;

  }	
    #rec170663886 .t-btn:not(.t-animate_no-hover){
      -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    }
    #rec170663886 .t-btn[data-btneffects-first],
    #rec170663886 .t-btn[data-btneffects-second],
    #rec170663886 .t-submit[data-btneffects-first],
    #rec170663886 .t-submit[data-btneffects-second] {
        position: relative;
      overflow: hidden;
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
    }

@media screen and (max-width: 640px) {
    .t-screenmax-640px {
        display: block;
        padding-top:10px;
        padding-bottom:20px;
        background-color:#005c49;
        
    }
    .t185__butwrapper .t-btn {
        color: #005c49;
        border: 2px solid #ffffff;
        background-color: #ffffff;
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        font-weight: 700;
    }
    
    .t-text_lg {
        font-size: 16px;
    }
    .t-cover {
        background-attachment: fixed;
    }
    .t-cover__carrier {
        background-attachment: scroll !important;
        background-size: cover;
       background-position: left center;
    }
    
    .t-title {
        padding-top: 10px;
    }
    
    .t-title_xl {
        font-size: 22px;
    }
    
    .t-title_h1 {
        font-size: 28px;
    }
    
    .t-title_h2 {
        font-size: 28px;
    }
    .t-btn {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    
    .t828__item + .t828__item {
        padding-top: 35px;
    }
    
    .t828__title {
        margin-bottom: 0;
    }
    .t828__descr, .t828__buttonwrapper {
        display: none;
    }
    
    .t859__wrap {
        display: block;
    }
    
    .t859__wrap_right {
        padding-left: 0;
    }
    
    .t859__imgwrapper {
        margin-bottom: 20px;
    }
    
}

@media screen and (max-width: 960px) {
    .t-container {
        max-width: 640px;
    }
    
    .t859__imgwrapper {
        margin-bottom: 20px;
    }
    
    .t397__wrapper {
        display: none;
    }
    
    .t397__wrapper_mobile {
        display: block;
    }
    
    .t397__col {
    padding: 0 20px;
    box-sizing: border-box;
}

.t-name_md {
    font-size: 16px;
}

.t820 .t-col {
    margin-bottom: 20px;
}

.t820__separator {
    margin-bottom: 0 !important;
}
    
    .t397__select {
    -webkit-appearance: none;
    padding: 16px 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid;
    outline: none;
    margin: 0;
    font-size: 16px;
}
.t397__firefoxfix {
    top: 2px;
    bottom: 2px;
    right: 2px;
}
    
    .t828__wrapper {
        padding: 20px 0;
    }
    
    .t828__col-wrapper {
        display: block;
    }
    .t828__col:first-child {
        margin-bottom: 20px;
    }
    .t828__textwrapper {
        margin-bottom: 0;
    }
    
    .t828__buttonwrapper {
        margin-top: 15px;
    }
    .t-col {
        float: none;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0;
        box-sizing: border-box;
    }
    
    .t-col, .t-col_1, .t-col_10, .t-col_11, .t-col_12, .t-col_2, .t-col_3, .t-col_4, .t-col_5, .t-col_6, .t-col_7, .t-col_8, .t-col_9 {
        width: 100%;
        max-width: 100%;
    }
    
    .t-col, .t-container.flexx, .t-container_flex {
        display: block;
    }
    
    .t828__imgwrapper {
        width: 40px !important;
    }
    
    .t828__item-text {
       width: calc(100% - 75px);
        font-size: 18px;
        padding-left: 5px;
    }
    
    .t828__item + .t828__item {
        padding-top: 20px;
    }
}
@media screen and (max-device-width: 1024px) {
    .t-cover {
        background-attachment: scroll;
    }
    .t-cover__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 1200px) {
    .t-container {
        max-width: 960px;
        padding: 0;
    }
}