main {
    color: #6d6d6d
}

main .container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
}

main .container .row {
    margin-left: -15px;
    margin-right: -15px
}

main .container .col {
    padding-left: 15px;
    padding-right: 15px
}

main strong {
    font-weight: normal;
    font-family: Conv_Intro-Bold
}

main .module {
    box-sizing: border-box
}

main .module * {
    box-sizing: border-box
}

main .module h1,
main .module h2,
main .module h3,
main .module h4,
main .module h5,
main .module h6 {
    margin: 0;
    line-height: 1
}

main .module a {
    text-decoration: none
}

main .module p {
    margin: 0;
    line-height: 1
}

main .module ul,
main .module ol,
main .module li {
    margin: 0;
    padding: 0;
    list-style: none
}

main .module figure {
    margin: 0
}

main .module img {
    vertical-align: top;
    max-width: 100%
}

main .module svg {
    max-width: 100%;
    height: auto
}

main .module * {
    outline: none
}

main .module--quote {
    padding: 35px 15px 120px
}

main .module--quote blockquote {
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    max-width: 725px;
    margin: 0 auto
}

main .module--quote blockquote::before,
main .module--quote blockquote::after {
    content: '“ ';
    color: #26a7d9;
    font-size: 48px;
    font-family: Conv_Intro-Bold
}

main .module--quote blockquote::after {
    content: ' ”'
}

/*main .module--blocks {
    margin-bottom: 190px
}*/

@media only screen and (max-width: 980px) {
    main .module--blocks {
        margin-bottom: 0px;
    }
}

main .module--blocks h2 {
    text-align: center;
    font-weight: normal;
    font-family: Conv_Intro-Bold;
    color: #26a7d9;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 70px
}

main .module--blocks .cols .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap
}

@media only screen and (max-width: 680px) {
    main .module--blocks .cols .row {
        flex-direction: column;
        align-items: center
    }
}

main .module--blocks .cols__block {
    width: 25%;
    flex-shrink: 0;
    margin-bottom: 80px;
    text-align: center;
    padding: 0 15px
}

@media only screen and (max-width: 980px) {
    main .module--blocks .cols__block {
        width: 50%
    }
}

@media only screen and (max-width: 680px) {
    main .module--blocks .cols__block {
        width: 100%;
        max-width: 400px;
        margin-bottom: 60px
    }
}

main .module--blocks .cols__block img {
    width: 85px;
    height: auto;
    margin-bottom: 20px
}

main .module--blocks .cols__block h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    font-family: Conv_Intro-Bold;
    margin-bottom: 20px
}

main .module--blocks .cols__block p {
    font-size: 18px;
    line-height: 30px
}

main .module--blocks .cols__button {
    text-align: center
}

main .module--blocks .cols__button .btn--gradient {
    width: 215px;
    height: 52px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #2cad9a 0%, #26a7d9 100%);
    cursor: pointer;
    transition: 0.45s all ease;
    color:#ffffff;
}

main .module--blocks .cols__button .btn--gradient span {
    font-weight: normal;
    font-family: Conv_Intro-Bold;
    font-size: 18px;
    text-transform: uppercase;
    color: white
}
main .module--blocks .cols__button .btn--gradient span a {
    font-weight: normal;
    font-family: Conv_Intro-Bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff!important;
}

main .module--blocks .cols__button .btn--gradient:hover {
    opacity: .75
}

main .module--table {
    margin-bottom: 100px;
}


.btn--gradient2 {
    width: 215px;
    height: 52px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #2cad9a 0%, #26a7d9 100%);
    cursor: pointer;
    transition: 0.45s all ease;
    color:#ffffff;
    text-transform: uppercase;
}

.btn--gradient2:hover {
    opacity: .75;
    text-transform: uppercase;
}

@media only screen and (max-width: 980px) {
    main .module--table {
        margin-bottom: 100px;
    }
}

main .module--table h2 {
    text-align: center;
    font-weight: normal;
    font-family: Conv_Intro-Bold;
    color: #26a7d9;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 25px
}

main .module--table .cols {
    display: flex;
    flex-direction: column;
    align-items: center
}

main .module--table .cols__table {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 45px;
    position: relative;
    padding: 10px;
    width: 100%
}

@media only screen and (max-width: 980px) {
    main .module--table .cols__table {
        flex-direction: column;
        max-width: 460px;
        align-items: center;
        padding: 30px
    }
}

main .module--table .cols__table::before {
    content: '';
    position: absolute;
    z-index: -2;
    background: linear-gradient(to right, #2cad9a 0%, #26a7d9 100%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

main .module--table .cols__table::after {
    content: '';
    position: absolute;
    z-index: -1;
    background: white;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px
}

@media only screen and (min-width: 981px) {
    main .module--table .cols__table__1 {
        max-width: 90px;
        width: 100%;
        margin-left: 1%
    }
}

@media only screen and (min-width: 981px) {
    main .module--table .cols__table__2 {
        margin-right: auto;
        width: 170px;
        flex-shrink: 0
    }
}

@media only screen and (max-width: 980px) {
    main .module--table .cols__table__2 {
        margin: 15px 0
    }
}

main .module--table .cols__table__2 h3 {
    text-align: center;
    color: #26a7d9;
    font-size: 23px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Conv_Intro-Bold
}

@media only screen and (min-width: 981px) {
    main .module--table .cols__table__3 {
        margin-right: auto;
        text-align: right;
        width: 100px;
        flex-shrink: 0
    }
}

main .module--table .cols__table__3 p {
    font-weight: normal;
    font-family: Conv_Intro-Bold;
    font-size: 30px
}

@media only screen and (min-width: 981px) {
    main .module--table .cols__table__4 {
        width: 100%;
        margin-right: auto;
        padding-right: 10px;
        padding-left: 30px
    }
}

@media only screen and (max-width: 1100px) {
    main .module--table .cols__table__4 {
        padding-left: 30px
    }
}

@media only screen and (max-width: 980px) {
    main .module--table .cols__table__4 {
        padding-left: 0;
        margin: 30px 0
    }
}

main .module--table .cols__table__4 p {
    font-size: 24px;
    line-height: 30px
}

@media only screen and (max-width: 1100px) {
    main .module--table .cols__table__4 p {
        font-size: 20px;
        line-height: 24px
    }
}

main .module--table .cols__table__5 .btn {
    width: 215px;
    height: 52px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #26a7d9;
    cursor: pointer;
    transition: 0.45s all ease
}

main .module--table .cols__table__5 .btn span {
    font-weight: normal;
    font-family: Conv_Intro-Bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #000f9e!important;
}

main .module--table .cols__table__5 .btn:hover {
    opacity: .75
}

main .module--table .cols__indent {
    font-size: 14px;
    margin-top: 14px;
    text-align: right
}

@media only screen and (max-width: 980px) {
    main .module--table .cols__indent {
        max-width: 460px;
        width: 100%;
        padding: 0 30px
    }
}

main .module--numbers {
    margin-bottom: 190px
}

@media only screen and (max-width: 980px) {
    main .module--numbers {
        margin-bottom: 120px
    }
}

main .module--numbers h2 {
    text-align: center;
    color: #26a7d9;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 80px
}

main .module--numbers .cols .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media only screen and (max-width: 980px) {
    main .module--numbers .cols .row {
        flex-direction: column;
        align-items: center
    }
}

main .module--numbers .cols__block {
    width: 33.333333333%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

@media only screen and (max-width: 980px) {
    main .module--numbers .cols__block {
        max-width: 460px;
        width: 100%;
        margin-bottom: 60px
    }
}

main .module--numbers .cols__block__number {
    width: 160px;
    height: 160px;
    position: relative;
    text-align: center;
    margin-bottom: 50px
}

main .module--numbers .cols__block__number::before {
    content: '';
    position: absolute;
    z-index: -2;
    background: linear-gradient(to right, #2cad9a 0%, #26a7d9 100%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%
}

main .module--numbers .cols__block__number::after {
    content: '';
    position: absolute;
    z-index: -1;
    background: white;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    border-radius: 100%
}

main .module--numbers .cols__block__number span {
    line-height: 170px;
    font-weight: normal;
    font-family: Conv_Intro-Bold;
    font-size: 80px
}

main .module--numbers .cols__block__title {
    max-width: 320px;
    margin-bottom: 20px
}

main .module--numbers .cols__block__title h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    font-family: Conv_Intro-Bold
}

main .module--numbers .cols__block__text {
    width: 100%;
    max-width: 320px
}

main .module--numbers .cols__block__text p {
    font-size: 18px;
    line-height: 30px
}

main .module--numbers .cols__block__text p.litle {
    font-size: 14px;
    line-height: 24px
}

main .module--numbers .cols__block__text ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px
}

main .module--numbers .cols__block__text ul li {
    font-size: 18px;
    line-height: 30px
}