.col-wrap,
.first-section__form-row,
.second-section__list,
.third-section__list,
.four-section__wrap,
.five-section__list,
.seven-section__list,
.nine-section__list {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-wrap: wrap;
}

.col-padd,
.col_1,
.col_2,
.col_3,
.first-section__form-col,
.five-section__list li,
.nine-section__item,
.col_4,
.second-section__list-item,
.third-section__list-item,
.col_5,
.four-section__img,
.col_6,
.four-section__content,
.seven-section__list-item,
.col_7,
.col_8,
.col_9,
.col_10,
.col_11,
.col_12,
.row {
    padding: 0 20px;
}

.col_1 {
    float: left;
    width: 8.3333333333%;
}

.col_2 {
    float: left;
    width: 16.6666666667%;
}

.col_3,
.first-section__form-col,
.five-section__list li,
.nine-section__item {
    float: left;
    width: 25%;
}

.col_4,
.second-section__list-item,
.third-section__list-item {
    float: left;
    width: 33.3333333333%;
}

.col_5,
.four-section__img {
    float: left;
    width: 41.6666666667%;
}

.col_6,
.four-section__content,
.seven-section__list-item {
    float: left;
    width: 50%;
}

.col_7 {
    float: left;
    width: 58.3333333333%;
}

.col_8 {
    float: left;
    width: 66.6666666667%;
}

.col_9 {
    float: left;
    width: 75%;
}

.col_10 {
    float: left;
    width: 83.3333333333%;
}

.col_11 {
    float: left;
    width: 91.6666666667%;
}

.col_12 {
    float: left;
    width: 100%;
}

.row-padding,
.row {
    padding-top: 160px;
    padding-bottom: 160px;
}

@media (max-width: 640px) {

    .row-padding,
    .row {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

.container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.row {
    margin: 0 auto;
    width: 1210px;
}

@media (max-width: 1250px) {
    .row {
        width: 960px;
    }
}

@media (max-width: 992px) {
    .row {
        width: 750px;
    }
}

@media (max-width: 767px) {
    .row {
        width: 100%;
    }
}

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

.row+.row {
    padding-top: 0;
}

* {
    max-height: 999999px;
    box-sizing: border-box;
    outline: none;
}

*:before,
*:after {
    box-sizing: border-box;
}

html {
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    height: 100%;
    background: #ffffff;
}

.body-wrap {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 320px;
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

label {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
    width: 100%;
}

button {
    outline: none;
    border: 0;
    padding: 0;
}

input[type="submit"] {
    outline: none;
}

input:not([type="checkbox"]),
textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    height: 60px;
    line-height: 60px;
    outline: none;
    vertical-align: middle;
    box-sizing: border-box;
    display: block;
    box-shadow: none;
    width: 100%;
    border: none;
    border-radius: 3px;
    background: #f5f5f5;
    -webkit-appearance: none;
    resize: none;
    padding: 0 20px;
}

input:not([type="checkbox"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

input:not([type="checkbox"]):-moz-placeholder,
textarea:-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

input:not([type="checkbox"])::-moz-placeholder,
textarea::-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

input:not([type="checkbox"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

input:not([type="checkbox"]).error,
textarea.error {
    border-color: #fc774d;
}

input:not([type="checkbox"]):not(.notr):focus::-webkit-input-placeholder,
textarea:not(.notr):focus::-webkit-input-placeholder {
    color: transparent;
}

input:not([type="checkbox"]):not(.notr):focus:-moz-placeholder,
textarea:not(.notr):focus:-moz-placeholder {
    color: transparent;
}

input:not([type="checkbox"]):not(.notr):focus::-moz-placeholder,
textarea:not(.notr):focus::-moz-placeholder {
    color: transparent;
}

input:not([type="checkbox"]):not(.notr):focus:-ms-input-placeholder,
textarea:not(.notr):focus:-ms-input-placeholder {
    color: transparent;
}

textarea {
    min-height: 120px;
}

@media (max-width: 767px) {
    textarea {
        line-height: 24px;
        padding-top: 20px;
    }
}

div {
    box-sizing: border-box;
}

ul,
ol {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul li,
ol li {
    list-style: none;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

.error_text {
    margin-top: 10px;
    line-height: 20px;
}

.slick-slider,
.slick-slider * {
    outline: none;
}

ul.slick-dots {
    margin: 50px 0 0 0;
    padding: 0;
    list-style: none;
}

ul.slick-dots li {
    padding: 0;
    margin: 0 34px 0 0;
    list-style: none;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
}

ul.slick-dots li button {
    display: inline-block;
    background: none;
    text-indent: 9999px;
    overflow: hidden;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
}

ul.slick-dots li button:hover {
    background: #fff;
}

ul.slick-dots li.slick-active button {
    width: 20px;
    height: 20px;
    background: #fff;
}

ul.smpl {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.smpl li {
    margin: 0;
    padding: 4px 10px;
    list-style: none;
    font-size: 18px;
    line-height: 26px;
    position: relative;
}

ul.smpl li:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
}

.tab-content {
    position: relative;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.pt-0 {
    padding-top: 0;
}

.accordion__content {
    display: none;
}

.accordion__item.active .accordion__content {
    display: block;
}

.checkbox {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 20px;
    height: 20px;
}

.checkbox+label {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    line-height: normal;
    cursor: pointer;
    font-weight: normal;
}

@media (max-width: 767px) {
    .checkbox+label {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {

    .checkbox+label a,
    .checkbox+label a:link,
    .checkbox+label a:hover,
    .checkbox+label a:visited,
    .checkbox+label a:active,
    .checkbox+label a:focus,
    .checkbox+label button {
        font-size: 14px;
        line-height: 18px;
    }
}

.checkbox:not(checked) {
    position: absolute;
    opacity: 0;
    height: auto;
    line-height: normal;
}

.checkbox:not(checked)+label {
    position: relative;
    padding: 0 0 0 35px;
    display: block;
    margin-bottom: 0;
    text-align: left;
}

@media (max-width: 767px) {
    .checkbox:not(checked)+label {
        padding-top: 2px;
    }
}

.checkbox:not(checked)+label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 26px;
    height: 26px;
    background: transparent;
    border: solid 3px #fff;
}

.checkbox:not(checked)+label:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 7px;
    height: 8px;
    width: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.checkbox:checked+label:after {
    opacity: 1;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

ol.num-list {
    counter-reset: myCounter;
}

ol.num-list li {
    list-style: none;
    position: relative;
}

ol.num-list li:before {
    counter-increment: myCounter;
    content: counter(myCounter) ". ";
    display: inline-block;
    margin-right: 4px;
}

ul.dot-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.dot-list li {
    margin: 12px 0;
    padding: 0 0 0 40px;
    list-style: none;
    position: relative;
}

@media (max-width: 767px) {
    ul.dot-list li {
        margin: 8px 0;
    }
}

ul.dot-list li:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 3px solid #0094c8;
    border-radius: 100%;
}

ul.nav-tabs {
    margin: 0 -20px;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    overflow: auto;
}

@media (max-width: 1250px) {
    ul.nav-tabs {
        margin: 0 -10px;
    }
}

ul.nav-tabs li {
    margin: 0;
    padding: 0 20px;
    list-style: none;
    display: inline-block;
}

@media (max-width: 1250px) {
    ul.nav-tabs li {
        padding: 0 10px;
    }
}

ul.nav-tabs li a,
ul.nav-tabs li a:link,
ul.nav-tabs li a:hover,
ul.nav-tabs li a:visited,
ul.nav-tabs li a:active,
ul.nav-tabs li a:focus,
ul.nav-tabs li button {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    position: relative;
    padding-bottom: 13px;
}

ul.nav-tabs li a:after,
ul.nav-tabs li a:link:after,
ul.nav-tabs li a:hover:after,
ul.nav-tabs li a:visited:after,
ul.nav-tabs li a:active:after,
ul.nav-tabs li a:focus:after,
ul.nav-tabs li button:after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent;
}

@media (max-width: 620px) {

    ul.nav-tabs li a:after,
    ul.nav-tabs li a:link:after,
    ul.nav-tabs li a:hover:after,
    ul.nav-tabs li a:visited:after,
    ul.nav-tabs li a:active:after,
    ul.nav-tabs li a:focus:after,
    ul.nav-tabs li button:after {
        bottom: 3px;
    }
}

ul.nav-tabs li.active a,
ul.nav-tabs li.active a:link,
ul.nav-tabs li.active a:hover,
ul.nav-tabs li.active a:visited,
ul.nav-tabs li.active a:active,
ul.nav-tabs li.active a:focus,
ul.nav-tabs li.active button {
    color: #fc774d;
}

ul.nav-tabs li.active a:after,
ul.nav-tabs li.active a:link:after,
ul.nav-tabs li.active a:hover:after,
ul.nav-tabs li.active a:visited:after,
ul.nav-tabs li.active a:active:after,
ul.nav-tabs li.active a:focus:after,
ul.nav-tabs li.active button:after {
    background: #fc774d;
}

.mCSB_scrollTools {
    z-index: 5;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
}

.mCustomScrollbar {
    -ms-touch-action: none;
    touch-action: none;
}

.mCustomScrollbar.mCS_no_scrollbar {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}

.mCSB_scrollTools {
    position: absolute;
    width: 6px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent;
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0;
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    height: 100%;
    margin: 0 auto;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    margin-left: 1px;
    z-index: 1;
    width: 4px;
    background-color: transparent;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}

/*horizontal*/
.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox {
    /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%;
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 6px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.03);
}

.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    background: transparent;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    /* minimum dragger width */
    height: 6px;
    border-radius: 0;
    left: 0;
    margin-top: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    /* auto-expanded scrollbar */
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    /* auto-expanded scrollbar */
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}

.title-48,
.first-section__title,
.second-section__title,
.third-section__title,
.four-section__title,
.five-section__title,
.six-section__title,
.seven-section__title,
.eight-section__title,
.nine-section__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
}

@media (max-width: 1250px) {

    .title-48,
    .first-section__title,
    .second-section__title,
    .third-section__title,
    .four-section__title,
    .five-section__title,
    .six-section__title,
    .seven-section__title,
    .eight-section__title,
    .nine-section__title {
        font-size: 36px;
        line-height: 42px;
    }
}

.title-24,
.cta-service__title,
.seven-section__list-text span,
.modal__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.title-18,
.third-section__list-item-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.tipycal-btn,
a.btn-red,
a.header__contacts-call-link,
a.header__contacts-call-link:link,
a.header__contacts-call-link:hover,
a.header__contacts-call-link:visited,
a.header__contacts-call-link:active,
a.header__contacts-call-link:focus,
a.first-section__form-btn,
a.first-section__form-btn:link,
a.first-section__form-btn:hover,
a.first-section__form-btn:visited,
a.first-section__form-btn:active,
a.first-section__form-btn:focus,
a.third-section__list-item-btn,
a.third-section__list-item-btn:link,
a.third-section__list-item-btn:hover,
a.third-section__list-item-btn:visited,
a.third-section__list-item-btn:active,
a.third-section__list-item-btn:focus,
a.btn-red:link,
a.btn-red:hover,
a.btn-red:visited,
a.btn-red:active,
a.btn-red:focus,
button.btn-red,
button.header__contacts-call-link,
button.first-section__form-btn,
button.third-section__list-item-btn,
.third-section__list-item-btn {
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    padding: 20px;
    border-radius: 3px;
}

a,
a:link,
a:hover,
a:visited,
a:active,
a:focus,
button {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    cursor: pointer;
}

a.btn-red,
a.header__contacts-call-link,
a.header__contacts-call-link:link,
a.header__contacts-call-link:hover,
a.header__contacts-call-link:visited,
a.header__contacts-call-link:active,
a.header__contacts-call-link:focus,
a.first-section__form-btn,
a.first-section__form-btn:link,
a.first-section__form-btn:hover,
a.first-section__form-btn:visited,
a.first-section__form-btn:active,
a.first-section__form-btn:focus,
a.third-section__list-item-btn,
a.third-section__list-item-btn:link,
a.third-section__list-item-btn:hover,
a.third-section__list-item-btn:visited,
a.third-section__list-item-btn:active,
a.third-section__list-item-btn:focus,
a:link.btn-red,
a.header__contacts-call-link:link,
a.first-section__form-btn:link,
a.third-section__list-item-btn:link,
a:hover.btn-red,
a.header__contacts-call-link:hover,
a.first-section__form-btn:hover,
a.third-section__list-item-btn:hover,
a:visited.btn-red,
a.header__contacts-call-link:visited,
a.first-section__form-btn:visited,
a.third-section__list-item-btn:visited,
a:active.btn-red,
a.header__contacts-call-link:active,
a.first-section__form-btn:active,
a.third-section__list-item-btn:active,
a:focus.btn-red,
a.header__contacts-call-link:focus,
a.first-section__form-btn:focus,
a.third-section__list-item-btn:focus,
button.btn-red,
button.header__contacts-call-link,
button.first-section__form-btn,
button.third-section__list-item-btn {
    border: none;
    background: #fc774d;
    color: #fff;
}

a.header__contacts-call-link,
a:link.header__contacts-call-link,
a:hover.header__contacts-call-link,
a:visited.header__contacts-call-link,
a:active.header__contacts-call-link,
a:focus.header__contacts-call-link,
button.header__contacts-call-link {
    width: 100%;
}

@media (max-width: 860px) {

    a.header__contacts-call-link,
    a:link.header__contacts-call-link,
    a:hover.header__contacts-call-link,
    a:visited.header__contacts-call-link,
    a:active.header__contacts-call-link,
    a:focus.header__contacts-call-link,
    button.header__contacts-call-link {
        height: 60px;
        background-image: url("../images/phone-icon.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 60px;
    }

    a.header__contacts-call-link span,
    a:link.header__contacts-call-link span,
    a:hover.header__contacts-call-link span,
    a:visited.header__contacts-call-link span,
    a:active.header__contacts-call-link span,
    a:focus.header__contacts-call-link span,
    button.header__contacts-call-link span {
        display: none;
    }
}

a.first-section__form-btn,
a:link.first-section__form-btn,
a:hover.first-section__form-btn,
a:visited.first-section__form-btn,
a:active.first-section__form-btn,
a:focus.first-section__form-btn,
button.first-section__form-btn {
    width: 100%;
}

a.third-section__list-item-btn,
a:link.third-section__list-item-btn,
a:hover.third-section__list-item-btn,
a:visited.third-section__list-item-btn,
a:active.third-section__list-item-btn,
a:focus.third-section__list-item-btn,
button.third-section__list-item-btn {
    width: 100%;
}

a:hover.btn-red,
a.header__contacts-call-link:hover,
a.first-section__form-btn:hover,
a.third-section__list-item-btn:hover,
button:hover.btn-red,
button.header__contacts-call-link:hover,
button.first-section__form-btn:hover,
button.third-section__list-item-btn:hover {
    background: #ff916e;
}

.error-input {
    border-color: red !important;
    border-width: 1px !important;
    border-style: solid !important;
}

.header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 80px;
    z-index: 50;
    height: 60px;
}

.header .row {
    padding: 0 80px;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 1700px) {
    .header .row {
        padding: 0 30px;
    }
}

.header .row:after {
    display: none;
}

.header__logo {
    float: left;
    width: 271px;
    position: relative;
    z-index: 1;
}

.header__logo a,
.header__logo a:link,
.header__logo a:hover,
.header__logo a:visited,
.header__logo a:active,
.header__logo a:focus {
    height: 60px;
    width: 271px;
    background-image: url("../images/logo.png");
    background-size: 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    display: block;
    text-indent: -9999px;
}

.header__left {
    width: 100%;
    float: left;
    margin-right: -500px;
    padding-right: 500px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 620px) {
    .header__left {
        margin-right: 0;
        padding-right: 0;
    }
}

.header__right {
    float: left;
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 620px) {
    .header__right {
        width: 100%;
        justify-content: space-between;
        margin-top: 20px;
    }
}

.header__menu {
    margin-left: 35px;
}

@media (max-width: 1700px) {
    .header__menu {
        margin-left: 10px;
    }
}

@media (max-width: 1400px) {
    .header__menu {
        display: none;
    }
}

.header__menu li {
    display: inline-block;
    vertical-align: top;
}

.header__menu li a,
.header__menu li a:link,
.header__menu li a:hover,
.header__menu li a:visited,
.header__menu li a:active,
.header__menu li a:focus,
.header__menu li button {
    display: block;
    margin: 0 20px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    color: #fff;
}

@media (max-width: 1700px) {

    .header__menu li a,
    .header__menu li a:link,
    .header__menu li a:hover,
    .header__menu li a:visited,
    .header__menu li a:active,
    .header__menu li a:focus,
    .header__menu li button {
        font-size: 14px;
        margin: 0 6px;
    }
}

.header__menu li a:before,
.header__menu li a:link:before,
.header__menu li a:hover:before,
.header__menu li a:visited:before,
.header__menu li a:active:before,
.header__menu li a:focus:before,
.header__menu li button:before {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fc774d;
    opacity: 0;
}

.header__menu li a:hover,
.header__menu li a:link:hover,
.header__menu li a:hover:hover,
.header__menu li a:visited:hover,
.header__menu li a:active:hover,
.header__menu li a:focus:hover,
.header__menu li button:hover {
    color: #fc774d;
}

.header__menu li a:hover:before,
.header__menu li a:link:hover:before,
.header__menu li a:hover:hover:before,
.header__menu li a:visited:hover:before,
.header__menu li a:active:hover:before,
.header__menu li a:focus:hover:before,
.header__menu li button:hover:before {
    opacity: 1;
}

.header a.header__contacts-phone-link,
.header a:link.header__contacts-phone-link,
.header a:hover.header__contacts-phone-link,
.header a:visited.header__contacts-phone-link,
.header a:active.header__contacts-phone-link,
.header a:focus.header__contacts-phone-link,
.header button.header__contacts-phone-link {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 767px) {

    .header a.header__contacts-phone-link,
    .header a:link.header__contacts-phone-link,
    .header a:hover.header__contacts-phone-link,
    .header a:visited.header__contacts-phone-link,
    .header a:active.header__contacts-phone-link,
    .header a:focus.header__contacts-phone-link,
    .header button.header__contacts-phone-link {
        font-size: 18px;
        line-height: 18px;
    }
}

.header__contacts-call {
    width: 215px;
    float: left;
    margin-left: 50px;
}

@media (max-width: 1700px) {
    .header__contacts-call {
        margin-left: 30px;
    }
}

@media (max-width: 860px) {
    .header__contacts-call {
        width: 60px;
    }
}

@media (max-width: 767px) {
    .header__contacts-call {
        margin-left: 20px;
    }
}

.under-title {
    padding-top: 140px;
}

@media (max-width: 1250px) {
    .under-title {
        padding-top: 100px;
    }
}

@media (max-width: 640px) {
    .under-title {
        padding-top: 60px;
    }
}

.first-section {
    background: url("../images/first-fon.jpg") top center no-repeat;
    background-size: cover;
    position: relative;
}

.first-section__row {
    padding-bottom: 140px;
}

@media (max-width: 992px) {
    .first-section__row {
        padding-bottom: 480px;
    }
}

@media (max-width: 620px) {
    .first-section__row {
        padding-top: 300px;
        padding-bottom: 520px;
    }
}

.first-section__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 60px;
}

@media (max-width: 620px) {
    .first-section__wrap {
        padding-top: 0;
    }
}

.first-section__left {
    width: 100%;
    float: left;
    margin-right: -460px;
    padding-right: 460px;
    margin-top: -320px;
}

@media (max-width: 992px) {
    .first-section__left {
        margin-right: 0;
        padding-right: 0;
        margin-top: 0px;
    }
}

.first-section__man {
    width: 460px;
    float: left;
}

@media (max-width: 992px) {
    .first-section__man {
        display: none;
    }
}

.first-section__title {
    color: #fff;
}

.first-section__list {
    padding-top: 20px;
}

.first-section__list ul li {
    position: relative;
    color: #fff;
    background: url("../images/tick-icon.png") center left no-repeat;
    padding-left: 45px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    min-height: 24px;
}

@media (max-width: 1250px) {
    .first-section__form-row {
        margin: 0 -10px;
    }
}

.first-section__form-col {
    margin-top: 20px;
}

@media (max-width: 1250px) {
    .first-section__form-col {
        padding: 0 10px;
    }
}

@media (max-width: 992px) {
    .first-section__form-col {
        width: 100%;
    }
}

.first-section__form-access {
    margin-top: 20px;
}

.first-section__form-access a {
    color: #fc774d;
}

.first-section__form-access a:hover {
    color: #ff916e;
}

.cta-service {
    position: absolute;
    bottom: 144px;
    left: 0;
    right: 0;
}

@media (max-width: 620px) {
    .cta-service {
        bottom: -240px;
    }
}

.cta-service__row {
    padding-bottom: 0;
    padding-top: 0;
}

.cta-service__form {
    background: #fff;
    border-radius: 3px;
    padding: 40px;
}

@media (max-width: 620px) {
    .cta-service__form {
        padding: 35px 20px;
    }
}

.cta-service__title {
    color: #000;
}

.second-section {
    background: url("../images/second-fon.jpg") top center no-repeat;
    background-size: cover;
}

@media (max-width: 620px) {
    .second-section__row {
        padding-top: 255px;
    }
}

.second-section__title {
    color: #000;
}

.second-section__list {
    padding-top: 15px;
}

.second-section__list-item {
    margin-top: 35px;
}

@media (max-width: 992px) {
    .second-section__list-item {
        width: 50%;
    }
}

@media (max-width: 620px) {
    .second-section__list-item {
        width: 100%;
    }
}

.second-section__list-img {
    height: 70px;
    line-height: 70px;
}

.second-section__list-img img {
    display: inline-block;
    vertical-align: middle;
}

.second-section__list-text {
    margin-top: 20px;
}

@media (max-width: 620px) {
    .second-section__list-text {
        margin-top: 10px;
    }
}

.third-section {
    background: url("../images/third-fon.jpg") top right no-repeat;
    background-size: cover;
}

.third-section ul.nav-tabs {
    margin-top: 70px;
}

.third-section .tab-content {
    margin-top: 60px;
}

@media (max-width: 620px) {
    .third-section .tab-content {
        margin-top: 50px;
    }
}

@media (max-width: 1250px) {
    .third-section__list {
        margin: 0 -10px;
    }
}

.third-section__list-item {
    margin-top: 40px;
}

@media (max-width: 1250px) {
    .third-section__list-item {
        width: 50%;
        margin-top: 20px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .third-section__list-item {
        width: 100%;
    }
}

.third-section__list-item-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.third-section__list-item-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: background 0.2s linear 0s;
    height: 100%;
}

.third-section__list-item-img.compat-object-fit {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.third-section__list-item-img.compat-object-fit img {
    opacity: 0;
}

.third-section__list-item-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    opacity: 0.2;
    transition: opacity 0.2s linear 0s;
}

.third-section__list-item-tag {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding: 0 20px;
    border-radius: 0 0 0 5px;
    background: #0094c8;
    color: #fff;
}

.third-section__list-item-content {
    position: relative;
    margin-top: auto;
    color: #fff;
}

.third-section__list-item-btn {
    border: none;
    background: #fc774d;
    color: #fff;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    opacity: 0;
    transition: opacity 0.2s linear 0s;
}

.third-section__list-item_blue .third-section__list-item-img:before {
    background: #08364d;
}

.third-section__list-item_green .third-section__list-item-img:before {
    background: #256a66;
}

.third-section__list-item_red .third-section__list-item-img:before {
    background: #973f4f;
}

.third-section__list-item_orange .third-section__list-item-img:before {
    background: #904d38;
}

.third-section__list-item-fon {
    height: 240px;
    padding: 40px;
    border-radius: 5px;
    position: relative;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

.third-section__list-item-fon:hover .third-section__list-item-img img {
    opacity: 0.05;
    transition: opacity 0.2s linear 0s;
}

.third-section__list-item-fon:hover .third-section__list-item-img:before {
    background: #0094c8;
    transition: background 0.2s linear 0s;
}

.four-section {
    background: #f5f5f5;
}

.four-section__wrap {
    justify-content: space-between;
}

@media (max-width: 767px) {
    .four-section__content {
        width: 100%;
    }
}

.four-section__img {
    text-align: center;
}

@media (max-width: 767px) {
    .four-section__img {
        width: 100%;
        margin-top: 70px;
    }
}

.four-section__img img {
    max-width: 100%;
    display: inline-block;
}

.four-section__text {
    margin-top: 50px;
}

.five-section__list {
    counter-reset: myCounter;
    padding-top: 35px;
}

.five-section__list li {
    list-style: none;
    position: relative;
    margin-top: 30px;
}

@media (max-width: 992px) {
    .five-section__list li {
        width: 50%;
    }
}

@media (max-width: 620px) {
    .five-section__list li {
        width: 100%;
    }
}

.five-section__list li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    display: block;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: #08364d;
}

.five-section__list li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 64px;
    height: 48px;
    width: 208px;
    background: url("../images/arrow-step.png") center left no-repeat;
    background-size: contain;
}

@media (max-width: 1250px) {
    .five-section__list li:after {
        width: 181px;
    }
}

.five-section__list li span {
    display: block;
    margin-top: 25px;
}

.five-section__list li:last-child:before {
    color: #fc774d;
}

.five-section__list li:last-child:after {
    display: none;
}

.six-section {
    background: #0094c8;
}

.six-section__row {
    padding-top: 80px;
    padding-bottom: 80px;
}

.six-section__title {
    color: #fff;
}

.six-section .first-section__form-row {
    margin-top: 30px;
}

.six-section .first-section__form-access {
    color: #fff;
    padding-top: 20px;
}

.six-section .first-section__form-access a {
    color: #fff;
}

.seven-section__row {
    position: relative;
}

@media (max-width: 992px) {
    .seven-section__row {
        padding-bottom: 0;
    }
}

.seven-section__wrap {
    display: flex;
    flex-wrap: wrap;
}

.seven-section__text {
    margin-top: 70px;
}

.seven-section__left {
    width: 100%;
    float: left;
    margin-right: -460px;
    padding-right: 460px;
}

@media (max-width: 992px) {
    .seven-section__left {
        margin-right: 0;
        padding-right: 0;
    }
}

.seven-section__man {
    width: 460px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 992px) {
    .seven-section__man {
        width: 100%;
        position: static;
        margin-top: 50px;
    }
}

.seven-section__man img {
    max-width: 100%;
    display: block;
}

.seven-section__list {
    padding-top: 30px;
}

.seven-section__list-item {
    margin-top: 30px;
}

@media (max-width: 620px) {
    .seven-section__list-item {
        width: 100%;
    }
}

.seven-section__list-img {
    height: 70px;
    line-height: 70px;
}

.seven-section__list-img img {
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.seven-section__list-text {
    margin-top: 15px;
}

.seven-section__list-text span {
    display: block;
    color: #fc774d;
    text-transform: uppercase;
    line-height: 24px;
}

.eight-section {
    background: url("../images/eight-fon.jpg") top right no-repeat;
    background-size: cover;
}

.eight-section__item {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .eight-section__item {
        margin-top: 50px;
    }
}

@media (max-width: 620px) {
    .eight-section__item {
        justify-content: center;
    }
}

.eight-section__item-img {
    width: 168px;
    height: 168px;
    overflow: hidden;
    border-radius: 100%;
}

@media (max-width: 1250px) {
    .eight-section__item-img {
        width: 130px;
        height: 130px;
    }
}

.eight-section__item-img.compat-object-fit {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.eight-section__item-img.compat-object-fit img {
    opacity: 0;
}

.eight-section__item-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
}

.eight-section__item-content {
    float: left;
    width: 100%;
    margin-left: -168px;
    padding-left: 270px;
}

@media (max-width: 1250px) {
    .eight-section__item-content {
        margin-left: -130px;
        padding-left: 225px;
    }
}

@media (max-width: 992px) {
    .eight-section__item-content {
        padding-left: 180px;
    }
}

@media (max-width: 620px) {
    .eight-section__item-content {
        margin: 20px 0 0 0 !important;
        padding: 0 !important;
    }
}

.eight-section__item-content-fon {
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    position: relative;
}

.eight-section__item-content-fon:before {
    content: '';
    position: absolute;
    top: 85px;
    left: -39px;
    width: 40px;
    height: 40px;
    background: url("../images/arrow-r.png") top right no-repeat;
}

@media (max-width: 620px) {
    .eight-section__item-content-fon:before {
        display: none;
    }
}

.eight-section__item-name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.eight-section__item-text {
    margin-top: 10px;
}

.eight-section__item:nth-child(even) {
    flex-direction: row-reverse;
}

.eight-section__item:nth-child(even) .eight-section__item-content {
    margin-left: 0;
    padding-left: 0;
    margin-right: -168px;
    padding-right: 270px;
}

@media (max-width: 1250px) {
    .eight-section__item:nth-child(even) .eight-section__item-content {
        margin-right: -130px;
        padding-right: 225px;
    }
}

@media (max-width: 992px) {
    .eight-section__item:nth-child(even) .eight-section__item-content {
        padding-right: 180px;
    }
}

.eight-section__item:nth-child(even) .eight-section__item-content-fon:before {
    right: -39px;
    left: auto;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.nine-section__list {
    padding-top: 20px;
}

.nine-section__item {
    margin-top: 40px;
}

@media (max-width: 992px) {
    .nine-section__item {
        width: 50%;
    }
}

@media (max-width: 620px) {
    .nine-section__item {
        width: 100%;
    }
}

.nine-section__item-fon {
    background: #f5f5f5;
    border-radius: 3px;
    padding: 12px;
    border: 8px solid #08364d;
    display: block;
    width: 100%;
    height: 360px;
    line-height: 320px !important;
    text-align: center;
}

@media (max-width: 1250px) {
    .nine-section__item-fon {
        height: 260px;
        line-height: 220px !important;
    }
}

.nine-section__item-fon img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.footer {
    background: #08364d;
}

.footer .row {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}

@media (max-width: 992px) {
    .footer .row {
        display: block;
        text-align: center;
    }
}

.footer .row a,
.footer .row a:link,
.footer .row a:hover,
.footer .row a:visited,
.footer .row a:active,
.footer .row a:focus,
.footer .row button {
    color: #fff;
}

.footer .row:after {
    display: none;
}

.footer__right {
    margin-top: 10px;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(22, 10, 21, 0.8);
}

.modal.fade .modal-dialog {
    -moz-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    margin: 150px auto;
    max-width: 1200px;
    background: #fff;
    border-radius: 5px;
    padding: 40px;
}

@media (max-width: 767px) {
    .modal-dialog {
        width: 95%;
        margin-top: 50px;
    }
}

@media (max-width: 640px) {
    .modal-dialog {
        padding: 35px 20px;
    }
}

.modal-content {
    position: relative;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-content {
    position: relative;
}

.modal-content a.close-modal,
.modal-content a:link.close-modal,
.modal-content a:hover.close-modal,
.modal-content a:visited.close-modal,
.modal-content a:active.close-modal,
.modal-content a:focus.close-modal,
.modal-content button.close-modal {
    position: absolute;
    top: -57px;
    right: -57px;
    width: 40px;
    height: 40px;
    background: url("../images/close-icon.png") top center no-repeat;
    background-size: contain;
}

@media (max-width: 640px) {

    .modal-content a.close-modal,
    .modal-content a:link.close-modal,
    .modal-content a:hover.close-modal,
    .modal-content a:visited.close-modal,
    .modal-content a:active.close-modal,
    .modal-content a:focus.close-modal,
    .modal-content button.close-modal {
        top: -55px;
        right: -20px;
    }
}

.modal__title {
    padding-bottom: 20px;
}

.modal-body {
    position: relative;
}

.modal-body__thanks {
    display: none;
}

.modal-body .first-section__form-col {
    width: 100%;
}

.modal_blue .modal-dialog {
    background: #0094c8;
}

.modal_blue .modal__title {
    color: #fff;
}

.modal_blue .modal__text {
    color: #fff;
}

.modal_blue .first-section__form-access {
    color: #fff;
}

.modal_blue .first-section__form-access a {
    color: #fff;
    text-decoration: underline;
}

.modal_blue .first-section__form-access a:hover {
    text-decoration: none;
}

/*# sourceMappingURL=style.css.map */



.four-section__content .slider img {
    max-height: 420px;
}

.clear {
    clear: both;
}

@media (min-width: 621px) {

    .nine-section__row,
    .eight-section__row,
    .second-section__row,
    .third-section__row,
    .four-section__row {
        padding-bottom: 40px;
    }

    .nine-section__row,
    .eight-section__row,
    .third-section__row,
    .second-section__row,
    .four-section__row,
    .five-section__row {
        padding-top: 40px;
    }

    .nine-section__item-fon {
        border: none;
    }

    .four-section__content {
        width: 100%;
    }

    .four-section__content .slider {
        float: right;
        width: 420px;
        margin: 0 0 15px 15px;
    }


    .four-section__text_row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .four-section__text_row ul {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px;
        padding: 0 10px;
    }
}

@media (max-width: 620px) {
    .header {
        top: 20px;
    }

    .first-section__row {
        padding-top: 180px;
        padding-bottom: 390px;
    }

    .second-section__row {
        padding-bottom: 40px;
    }

    .seven-section__row {
        padding-top: 40px;
    }

    .four-section__row,
    .five-section__row,
    .eight-section__row,
    .nine-section__row,
    .third-section__row {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .nine-section__item-fon {
        border: none;
    }

    .first-section__form-row .col_3 {
        width: 100%;
        margin-bottom: 15px;
    }
}

.four-section__text ul li {
    /*list-style: initial;*/
    /*margin-left: 20px;*/
    background: url(/images/gl.png) left top no-repeat;
    padding-left: 20px;
    margin-bottom: 5px;
}

.five-section__list li:after {
    content: none;
    max-width: 30px;
}

.five-section__list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.five-section__list li span {
    width: calc(100% - 50px);
    margin-left: 20px;
    margin-top: 0;
}

ul.nav-tabs li a:after,
ul.nav-tabs li a:link:after {
    bottom: 0px;
}