.word-circle {
    justify-content: center;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin-right: 10px;
}

@media(max-width: 991px) {
    .word-circle {
        width: 70px;
        height: 70px;
    }
}

@media(max-width: 767px) {
    .word-circle {
        width: 60px;
        height: 60px;
    }
}

.word-circle, .word-block {
    display: flex;
    align-items: center;
    background-color: #f3f6f8;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.word-block {
    min-height: 75px;
    border-radius: 60px;
    padding: 0 27px;
}

@media(max-width: 991px) {
    .word-block {
        min-height: 70px;
    }
}

@media(max-width: 767px) {
    .word-block {
        min-height: 60px;
    }
}

.words-line {
    margin-top: -25px;
    padding-left: 30px;
}

@media(max-width: 520px) {
    .words-line {
        padding-left: 0;
    }
}

.words-line p {
    font-family: 'Roboto-Bold';
    font-size: 32px;
    line-height: 1.1;
    color: #0f6796;
    margin-top: 0;
}

@media(max-width: 991px) {
    .words-line p {
        font-size: 28px;
    }
}

@media(max-width: 767px) {
    .words-line p {
        font-size: 21px;
    }
}

.word-block p {
    color: #e57700;
    text-transform: uppercase;
}

.words {
    margin-right: 30px;
    margin-top: 25px;
}

@media(max-width: 520px) {
    .words {
        width: 100%;
        justify-content: center;
        margin-right: 0;
    }
}

/*tabs - begin*/
.tabs {
    position: relative;
    z-index: 3000;
    margin: -10px -10px 0 0;
}

.tab {
    position: relative;
    height: 130px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #f3f6f8;
    border-radius: 8px;
    box-shadow: 0 0 9px rgba(0,0,0,0.07);
    border: 2px solid #d2dbe0;
    text-decoration: none;
    text-align: center;
    transition: 0s;
}

.tab.active {
    height: 140px;
    border-bottom-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media(min-width: 767px) and (max-width: 991px) {
    .tab {
        height: 100px;
    }
    .tab.active {
        height: 110px;
    }
}

@media(max-width: 767px) {
    .tab, .tab.active {
        height: auto;
    }
    .tab.active {
        border-radius: 8px;
        border-bottom-color: #d2dbe0;
    }
    .tab h5 {
        font-size: 20px;
    }
    .tab {
        padding: 13px 15px;
    }
}

.tab.active:after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 22px;
    background-color: #fff;
}

@media(max-width: 767px) {
    .tab.active:after {
        display: none;
    }
}

.tab:focus {
    outline: 2px solid #0f5f8b;
}

.tab:hover, .tab:focus {
    text-decoration: none;
    border: 2px solid #d2dbe0;
    transition: 0s;
}

.tab:hover, .tab.active {
    background-color: #fff;
}

.tab h5 {
    position: relative;
    z-index: 3500;
    color: #0f5f8b;
    line-height: 1.3;
    padding-top: 30px;
    transition: .3s;
}

@media(min-width: 767px) and (max-width: 991px) {
    .tab h5 {
        font-size: 21px;
        padding-top: 20px;
    }
}

@media(max-width: 767px) {
    .tab h5 {
        padding-top: 0;
    }
}

.tab:hover h5, .tab.active h5 {
    color: #000;
    transition: .3s;
}

.tab-block {
    height: 140px;
    width: 25%;
    margin-top: 10px;
}

@media(min-width: 767px) and (max-width: 991px) {
    .tab-block {
        height: 110px;
    }
}

@media(max-width: 767px) {
    .tab-block {
        width: 100%;
        height: auto;
    }
}

.tab-mr {
    margin-right: 10px;
}
/*tabs - end*/

/*tabs content - begin*/
.tabs-content-block {
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0,0,0,0.07);
    border: 2px solid #d2dbe0;
    border-radius: 10px;
    border-top-left-radius: 0;
    padding: 30px;
    padding-bottom: 50px;
    /*margin-top: 10px;*/
}

@media(max-width: 991px) {
    .tabs-content-block {
        padding: 15px;
        padding-bottom: 30px;
    }
}

@media(max-width: 767px) {
    .tabs-content-block {
        margin-top: 20px;
    }
}

.tabs-img {
    width: 100%;
    height: 350px;
    background-size: cover;
    border-radius: 10px;
}

@media(max-width: 991px) {
    .tabs-img {
        height: 310px;
    }
}

@media(max-width: 767px) {
    .tabs-img {
        height: 250px;
    }
}
/*tabs content  - end*/

/*pricing table - begin*/
.pricing-table {
    border-radius: 10px;
    border: 3px solid #47aee1;
    padding: 30px;
    margin-top: 30px;
}

@media(max-width: 767px) {
    .pricing-table {
        padding: 15px;
    }
}

.pricing-head, .services-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pricing-col1 {
    width: 325px;
    padding-left: 20px;
}

.pricing-head .pricing-col1 {
    padding-left: 72px;
}

@media(min-width: 991px) and (max-width: 1260px) {
    .pricing-col1 {
        width: 280px;
    }
}

@media(max-width: 991px) {
    .pricing-col1 {
        width: 100%;
        padding-left: 0;
        margin-bottom: 15px;
    }
}

.pricing-col2 {
    width: 100%;
    flex: 1 1;
}

.pricing-col3 {
    width: 100px;
}

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

.pr-col {
    padding-right: 20px;
}

.pricing-head h6 {
    font-family: 'Roboto-Light';
    font-size: 28px;
}

@media(max-width: 991px) {
    .pricing-head {
        display: none;
    }
    .pr-col {
        padding-right: 0;
    }
    .pr-col br {
        display: none;
    }
}
/**/
.services-lines {
    display: none;
    margin-top: 23px;
}

@media(max-width: 991px) {
    .services-lines {
        margin-top: 0;
    }
}

.services-lines.active {
    display: block;
}

.tabs-img {
    display: none;
}

.tabs-img.active {
    display: block;
}
/**/
.services-line {
    width: 100%;
    background-color: #f7f8f9;
    border-top: 1px solid rgba(0,0,0,0.3);
    padding: 18px 0;
}

@media(max-width: 991px) {
    .services-line {
        padding: 20px 15px;
    }
}

.services-line:nth-child(2n) {
    background-color: #fff;
}

.services-line:last-child {
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

.pricing-col3 {
    text-align: right;
}

@media(max-width: 767px) {
   .pricing-col3 {
        text-align: center;
        margin-top: 15px;
    }
}
/*pricing table - end*/

/*checkboxes - begin*/
.checks {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.check-container {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    margin-right: 17px;
}

.check-container span, .price {
	font-family: 'Roboto-Medium';
    font-size: 21px;
    line-height: 1.2;
}

@media(max-width: 1260px) {
    .check-container span, .price {
        font-size: 19px;
    }
}

.check-container:last-child {
	margin-right: 0;
}

.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    order: -1;
	display: flex;
	align-items: center;
	justify-content: center;
    height: 32px;
    width: 32px;
    border-radius: 4px;
    background-color: #f3f6f8;
    border: 1px solid rgba(0,0,0,0.3);
}

.checkbox-text {
    width: 100%;
    flex: 1 1;
    padding-left: 20px;
}

@media(max-width: 767px) {
    .checkbox-text {
        padding-left: 12px;
    }
}

.check-container:hover input ~ .checkmark {
    background-color: #fff;
}

.check-container input:checked ~ .checkmark {
    background-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-container input:checked ~ .checkmark:after, .checkmark.check:after  {
    display: block;
}

.check-container .checkmark:after {
	content: url(../img/check.svg);
	/*width: 15px;
	height: 15px;
	background: #00aeef;*/
    width: 15px;
}
/*checkboxes - end*/

/*final price - begin*/
.final-price-block {
    /*background-color: #47aee1;*/
    background-color: #0D5C87;
    border-radius: 8px;
    padding: 35px 30px;
    margin-top: 30px;
}

.final-price {
    font-size: 30px;
    line-height: 1;
    margin-top: 0;
}

@media(max-width: 767px) {
    .final-price-block {
        text-align: center;
        padding: 25px 15px;
        margin-top: 20px;
    }
    .final-price-block h4, .final-price {
        width: 100%;
    }
    .final-price {
        margin-top: 17px;
    }
}
/*final price - end*/

/*scrollbar - begin*/
.scrollbar-titles h5 {
    margin-top: 0;
}

.scrollbar-name {
    width: 100%;
    flex: 1 1;
    text-align: left;
    padding-right: 20px;
}

.scrollbar-block {
    margin-top: 45px;
}

.scrollbar-container * {
    box-sizing: border-box;
    outline: none;
}

.scrollbar-container {
    position: relative;
    z-index: 3000;
    padding: 0;
    margin-top: 25px;
    padding-right: 11px;
}

.scrollbar-container .ui-slider {
    position: relative;
    background: #e4eef3;
    height: 15px;
    border-radius: 12px;
    border: 1px solid #D7E0E4;
}

.scrollbar-container .ui-slider .ui-slider-handle {
    position: absolute;
    margin-left: -14px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    top: -12px;
    background: #47aee1;
    z-index: 2;
    color: #000;    
}

.scrollbar-container .ui-slider .ui-slider-handle b {
    padding: 0 8px;
    font-family: Courier, monospace;
    color: #BFE2FF;    
}

.scrollbar-container .ui-slider .ui-slider-handle:hover b {
    color: #337AB7;    
}

.scrollbar-container .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 15px;
    display: block;
    border: 0;
    background: #47aee1;
    border-radius: 12px;
    box-shadow: inset 2px 2px 5px rgba(0,0,0,0.1), 1px 1px 5px rgba(255, 255, 255, 1);
}
.scrollbar-container .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.scrollbar-container .ui-slider-horizontal .ui-slider-range-max {
    right: 0;    
}

.scrollbar {
    position: relative;
}

.scrollbar:after {
    content: '';
    width: 20px;
    height: 14px;
    position: absolute;
    top: -1px;
    right: -11px;
    border-radius: 12px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #D7E0E4;
    background-color: #e4eef3;
    border-left: 0;
}

.scrollbar span {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*scrollbar - end*/

/*scale - begin*/
.scale {
    display: flex;
    align-items: center;
    margin-top: 22px;
    padding-right: 11px;
}

@media(max-width: 767px) {
    .scale {
        display: none;
    }
}

.scale p {
    position: relative;
    font-family: 'Roboto-Bold';
    color: #373737;
    margin-top: 0;
}

@media(max-width: 991px) {
    .scale p {
        font-size: 11px;
    }
}

.scale1 .scale-item {
    width: 100%;
    flex: 1 1;
}

.scale-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -24px;
}

.scale1 .scale-item:first-child {
    width: 0%;
    flex: none;
    justify-content: flex-start;
}

.scale1 .scale-item:nth-child(2) {
    width: 6.38%;
    flex: none;
}

.scale2 .scale-item {
    width: 100%;
    flex: 1 1;
}

.scale2 .scale-item:first-child {
    width: 0%;
    flex: none;
    justify-content: flex-start;
}

.scale-line {
    position: relative;
    height: 20px;
    width: 1px;
    left: 7px;
    border-right: 1px solid rgba(0,0,0,0.4);
}

.scale-item:last-child .scale-line {
    left: 5px;
}

.scale-item p {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
/*scale - end*/

