/*-------------------------------------
[Master Stylesheet]

1. Global Styles
2. Page style
    2.1. Header
    2.2. Sections block
    2.3. Footer
    2.4. Back to Top
3. Button and link group
4. Box and Block element
5. Component elements(Lists, Accordion, Skills)
6. Grid isotope
7. Margin and Padding custom
8. SLIDER
9. Forms
10. Widget
11. Responsive

 */

/* ==============================================
Global Styles 
================================================*/

/*base*/
body {
    position: relative;
    width: 100%;
    height: 100%; 
    padding: 0;
    margin: 0;
    background-color: white;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
html {
    height: 100%;
    overflow-x: hidden;
	position:relative;
}
::selection {
    background: #00c7c0;
    color: #ffffff;
    opacity: 1;
}
::-moz-selection {
    opacity: 1;
}
::-webkit-selection {
    opacity: 1;
}
img {
    border: 0;
    outline: none;
    vertical-align: top;
    max-width: 100%;
}
a {
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: 0 none;
}
select,
input,
button,
textarea {
	outline:none !important;
	margin:0px;
}
input,
textarea {
	resize:none;
	appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius:0;
    border-radius:0;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
.fleft {float:left;
}
.fright {float:right;
}
h1,h2,h3,h4,h5,h6 {
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}
h1 {
    font-size: 65px;
    line-height: 75px;
    font-weight: bold;
}
h2 {
    font-size: 55px;
    line-height: 65px;
    font-weight: bold;
}
h3 {
    font-size: 35px;
    line-height: 45px;
}
h4 {
    font-size: 30px;
    line-height: 40px;
}
h5 {
    font-size: 20px;
    line-height: 24px;
}
h6 {
    font-size: 16px;
    line-height: 24px;
}
p {
    margin-bottom: 20px;
}
p:last-child {
    margin-bottom: 0;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}
/* ==============================================
 Page style
================================================*/

/* *** Header *** */

/* Top Navigation */

.top_nav-panel {
    position: relative;
    z-index: 1000;
    padding: 21px 0;
    border-bottom: 1px solid rgba(41, 52, 60, 0.15);
    z-index: 10;
}
.top_nav-panel .info-inline {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 35px;
    padding-top: 7px;
    font-size: 14px;
}

.top_nav-panel .info-inline > a {
    cursor: pointer;
    color: inherit;
}

.top_nav-panel .info-inline > a:hover {
    color: #00c7c0;
}

.top_nav-panel .info-inline i {
    margin: 0 9px 0 0;
    font-size: 18px;
}

.top_nav-panel .info-inline i.fa-mobile {
    font-size: 18px;
}
/* Navigation */

.navbar.navbar-theme {
    min-height: 30px;
    padding: 13px 0;
    margin: 0;
    border: none;
    position: relative;
    top: 0;
    z-index: 1000;
}
.top_nav-panel .navbar-brand {
    padding: 0;
    height: auto;
}

.top_nav-panel .navbar-brand,
.site-logo {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
}

.navbar.navbar-theme .nav_right-control {
    position: relative;
    font-size: 13px;
    overflow: hidden;
}

.navbar.navbar-theme .navbar-nav > li {
    margin: 0 23px;
    display: inline-block;
    float: none;
}

.navbar.navbar-theme .navbar-nav > li:first-child {
    margin-left: 0px;
}

.navbar.navbar-theme .navbar-nav > li > a {
    position: relative;
    padding: 0;
    font-size: 16px;
    background-color: transparent;
    line-height: 1.4;
}
.navbar .navbar-left{
    display: inline-block;
    vertical-align: middle;
    float: none !important;
}
.navbar.navbar-theme .container .header_phone a {
    font-size: 20px;
    font-weight: 400;
    vertical-align: middle;
    letter-spacing: 0;
    margin-left: 20px;
    margin-bottom: 0;
}
.header_section-container .header_side .menu_item_line {
    position: absolute;
    top: -14px;
    height: 2px;
    -webkit-transition: width .4s,left .6s cubic-bezier(0.21, 0.53, 0.01, 0.96);
    -moz-transition: width .4s,left .6s cubic-bezier(0.21, 0.53, 0.01, 0.96);
    transition: width .4s,left .6s cubic-bezier(0.21, 0.53, 0.01, 0.96);
    z-index: 99;
}
/* *** Sections block *** */

.section-wrap {
    position: relative;
    padding: 50px 0;
    z-index: 1;
}

.section-wrap.intro-section {
    padding-top: 0 !important;
}

.section_title {
    position: relative;
    padding-bottom: 33px;
    margin-bottom: 80px;
}

.section_title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 170px;}

.section_title.text-center:before {
    left: 50%;
    margin-left: -85px;
}

.section_title.text-right:before {
    left: auto;
    right: 0;
}

.section_subtitle {
    position: relative;
    font-weight: bold;
    padding-bottom: 23px;
    margin-bottom: 0px;
}

.section_subtitle.text-center:before {
    left: 50%;
    margin-left: -35px;
}

.section_subtitle.text-right:before {
    left: auto;
    right: 0;
}
/* *** Footer *** */

.footer-page {
    padding: 0;
}

.footer-page .footer-top {
    padding: 92px 0 49px 0;
}

.footer-page .footer-bottom {
    padding: 14px 0 13px 0;
    font-size: 14px;
    border-top: 1px solid #d7dadb;
}

.footer-page .title-col {
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 25px;
}
.form-group {
    margin-bottom: 0px;
    margin-top: 15px;
}
.footer-page .title-col > * {
    margin: 0;
}

.footer-page a {
    color: inherit;
}

.footer-page a:hover {
    opacity: 0.7;
}
.footer-page .footer-menu {
    float: right;
}
.footer-menu .nav>li:last-child>a {
    padding-right: 0;
}
.footer-page .footer-menu .navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 23px;
}
/* *** Back to Top *** */

a.back-to-top {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover.back-to-top {
    opacity: 0.7;
}
/* */ 

/* ==============================================
 Button and link group
================================================*/

.button {
    display: inline-block;
    border-radius: 0;
    padding: 15px 45px;
    margin: 0 0 5px 0;
    border: 1px;
    border-style: solid;
    text-decoration: none;
    text-align: center;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.button.small{
    padding: 8px 18px;
    font-size: 16px;
}
.button:last-child {
    margin-right: 0;
}

.block_social-icons a {
    position: relative;
    z-index: 1;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 7px;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
/* ==============================================
 Box and Block element
================================================*/
/* .box_icon-item */

.box_icon-item .img-cont {
    margin-bottom: 15px;
}

.box_icon-item .title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 9px;
}

.box_icon-item p {
    font-size: 16px;
    line-height: 24px;
}

/* .block_img */

.block_img {
    display: block;
    overflow: hidden;
    position: relative;
}

.block_img img {
    display: block;
    height: auto;
    width: 100%;
}

.block_img-link a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(122,255,254,0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.block_img-link a:before {
    content: '\f067';
    font-family:'FontAwesome';
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    font-size: 24px;
    line-height: 24px;
    opacity: 0;
    visibility: hidden;
    margin: -10px 0 0 -10px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all .4s ease .1s;
    transition: all .4s ease .1s;
}

.block_img-link a:hover:after,
.block_img-link a:hover:before {
    opacity: 1;
    visibility: visible;
}

.block_img-link a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* ==============================================
                Our Team
================================================*/
.team {
    padding-bottom:34px;
}
#team .team .img_block img{
    -webkit-box-shadow: 0px 0px 7px 3px rgba(28,30,35,0.13);
    -moz-box-shadow: 0px 0px 7px 3px rgba(28,30,35,0.13);
    box-shadow: 0px 0px 7px 3px rgba(28,30,35,0.13);
}
.team_info {
    text-align: left;
    padding: 24px 0 10px;
}
.team_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
section#team h4.section_subtitle{
    padding-bottom: 13px;
}
.team_info h6 {
    padding:0;
    margin:0;
    font-size:14px;
    font-weight:400;
    line-height: 22px;   
}
.team_socials a {
    position: relative;
    z-index: 1;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 7px;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.team_socials a:hover {
    opacity: 0.6;
}
/* ==============================================
 Component elements(Lists, Accordion, Skills)
================================================*/

/* Lists */

ul.list-check {
    padding-left: 0px;
}
.list-check li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    line-height: 30px;
}
.list-check li:last-child {
    margin-bottom: 0;
}
.list-check li:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 9px;
    background-position: 0 0;
    background: url(../img/icons/check-mark.png) center center no-repeat;
    background-size: 10px 9px;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
}
/* ==============================================
 Margin and Padding custom
================================================*/
.padd_none {
    padding: 0 !important;
}
.pt0{
    padding-top: 0;
}
.pt15 {
    padding-top: 15px;
}
.pt30 {
    padding-top: 30px;
}
.pt40 {
    padding-top: 40px;
}
.pt45 {
    padding-top: 45px;
}
.pt60 {
    padding-top: 60px;
}
.pt65 {
    padding-top: 65px;
}
.pt90{
    padding-top: 90px;
}

.pb0 {
    padding-bottom: 0 !important;
}
.pb4 {
    padding-bottom: 4px;
}
.pb35{
    padding-bottom: 35px;
}
.pb40{
    padding-bottom: 40px;
}
.pb45{
    padding-bottom: 45px;
}
.pb65 {
    padding-bottom: 65px;
}

.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt45 {
    margin-top: 45px;
}
.mt50 {
    margin-top: 50px;
}

.mb0 {
    margin-bottom: 0;
}
.mb15 {
    margin-bottom: 15px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb45 {
    margin-bottom: 45px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb85 {
    margin-bottom: 85px;
}

/* ==============================================
 spaser
================================================*/

.spaser.val110 {
    height: 110px;
}

/* ==============================================
 Custom
================================================*/
.dtable{
    display: table-cell;
    float: none;
}
/* ==============================================
 SLIDER
================================================*/

/* intro slider */

.full_slider {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.full_slider.loading {
    opacity: 0;
}
/* content-slider */
.testimonials-slider .comment {
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 24px;
}

.testimonials-slider .user-information {
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}

.testimonials-slider .user-information .name-user {
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    margin-bottom: 0;
}

.testimonials-slider .user-information .img-wrap {
    margin-bottom: 24px;
}

.testimonials-slider .user-information .img-wrap img {
    border-radius: 50%;
}
.testimonials-slider .user-information span{
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.owl-theme .owl-controls .owl-page span{
    text-align: center;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.owl-theme .owl-item .slide-item{
    padding-bottom: 47px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
}
.owl-pagination {
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* ==============================================
 Price Table
================================================*/
.price_table_wrapper {
    padding: 42px 50px 50px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(28,30,35,0.13);
    -moz-box-shadow: 0px 0px 21px 0px rgba(28,30,35,0.13);
    box-shadow: 0px 0px 21px 0px rgba(28,30,35,0.13);
}
.price_item_cost span{
    display: inline-block;
}
.price_item .price_value {
    font-size: 65px;
    font-weight: bold;
    line-height: 1;
}
.price_item  .price_item_cost{
    padding-bottom: 8px;
}
.price_item .price_item_prefix {
    display: inline-block;
    vertical-align: top;
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
}
.price_table_wrapper .price_item_title {
    padding-top: 27px;
}
.price_table_wrapper .price_item_title .section_subtitle {
    padding-bottom: 17px;
}
.price_item_body .price_item_text h6 {
    margin: 0;
    line-height: 35px;
}
.price_item_body .price_item_btn .button.small {
    padding: 8px 19px;
    margin-top: 28px;
    margin-bottom: 0;
}
.price_table_wrapper.most_popular{
    padding: 85px 50px;
    margin-top: -35px;
}
.price_table_wrapper.most_popular .price_item_title {
    padding-top: 19px;
}
/* ==============================================
 Forms
================================================*/
.form-group {
    position: relative;
}

.inp {
    height: 40px;
    line-height: 1;
    padding: 12px 20px;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
textarea.form-control {
    height: 120px;
}

.inp:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 6px rgba(203, 203, 203, .1);
    box-shadow: 0 0 6px rgba(203, 203, 203, .1);
}

.inp::-moz-placeholder {
    opacity: 1;
}
.inp-icon {
    position: relative;
}

.inp-icon .inp {
    padding-right: 100px;
}
.flex-control-nav {
    bottom: 38px;
}
.flex-control-nav li {
    margin: 0 8px;
}
.contact-section .alert {
    border-radius: 3px;
}

.contact-section .form-group textarea.form-control {
    height: 130px;
}
button.widget-subscribe__form-btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 35px;
    border: none;
    line-height: 1;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

section.section-wrap.app {
    background-image: url(../img/content/app-img.jpg); 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    padding-top: 0;
}
section.section-wrap.app .section_subtitle{
    padding-bottom: 5px;
}
section.section-wrap.app h4{
    font-weight: 300;
}
section.section-wrap.app p{
    font-size: 18px;
    line-height: 27px;
    padding-top: 8px;
}
.section-wrap.app a.button.button_inline {
    border-radius: 8px;
    padding: 0;
    margin-bottom: 20px;
    margin-right: 30px;
    border: none;
    -webkit-transition: easy-out 1s;
    transition: easy-out 1s;
}
.video-block_height{
    height: 592px;
}
.section-wrap.video-block {
    background-image: url(../img/content/video-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    padding-top: 0;
}
.section-wrap.video-block .video:before {
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    position: absolute;
    border-style: solid;
    border-width: 35px;
    z-index: 5;
    margin: 0;
    border-radius: 50%;
    content: '';
    transition: all 400ms;
    -webkit-transition: all 400ms;
    transform: translate(-50%,-50%) scale(1);
    -webkit-transform: translate(-50%,-50%) scale(1);
}
.section-wrap.video-block .video{
    position: relative;
    z-index: 1;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 40px;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    opacity: 1;
    background: none;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
}
.section-wrap.video-block .video {
    position: relative;
    width: 95px;
    height: 95px;
    border: none;
    box-shadow: 0 0 0 0 rgba(86, 197, 233, 0.1);
    border-radius: 50%;
    background-color: rgba(86, 197, 233, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.section-wrap.video-block .video:hover{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

.section-wrap.video-block .video:after {
    content: '';
    position: absolute;
    z-index: 10;
    display: block;
    opacity: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 17px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    margin-left: 2px;
}
.video_frame {
    width: 100%;
    border: none;
    display: block;
}
.section-wrap.video-block .video_content {
    position: absolute;
    z-index: 3;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.section-wrap.video-block .video_content h2{
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
    letter-spacing: 3px;
}
.section-wrap.video-block .video_content p {
    font-size: 18px;
}

/* Video popup end */
.icon__left {
    padding-bottom: 29px;
    margin-bottom: 0;
}
.box_icon-item_left__icon {
    float: left;
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 40px;
    min-width: 48px;
}
.box_icon-item_left__title {
    font-family: 'Nunito', sans-serif;
    line-height: 1.3;
    font-size: 20px;
    margin: 0 0 6px 0;
}
.box_icon-item_left__text {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}
/*1st section*/
#intro {
    background-image: url(../img/content/home_page.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    z-index: 1;
}
#intro .descr{
    font-size: 22px;
    line-height: 33px;
    padding-top: 35px;
    padding-bottom: 34px;
}
#intro a.button{
    margin-bottom: 190px;  
}
#intro .title{
    font-size: 90px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 1.2;
}
#intro .descr h5 {
    font-size: 22px;
    line-height: 33px;
}
#intro h1 {    
    font-weight: 400;
    padding-top: 176px;
    margin: 0;
}

/*second section*/
.feature-item-wrapper {
    padding: 51px 40px 48px;
}
.feature-item-wrapper .feature-item_pre_title {
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
}
.feature-item-wrapper .feature-item_descr{
    font-size: 18px;
    line-height: 27px;
    padding-top: 6px;
    padding-bottom: 28px;
}
.feature-item-wrapper .feature-item_title h4 {
    line-height: 33px;
    font-weight: bold;
}
.feature-item-wrapper span{
    position: relative;
}
.feature-item-wrapper span:before {
    content: '';
    width: 25px;
    height: 1px;
    position: absolute;
    top: 2px;
    left: 0;
}
.feature-item-wrapper a.line_button {
    font-size: 18px;
    line-height: 1.4;
    transition: color .3s;
}
section.section-wrap .block-1 a.line_button:hover,
section.section-wrap .block-2 a.line_button:hover,
section.section-wrap .block-3 a.line_button:hover,
section.section-wrap .block-1 a.line_button:hover i,
section.section-wrap .block-2 a.line_button:hover i,
section.section-wrap .block-3 a.line_button:hover i{
    color: #36444c;
}
section.section-wrap .block-1 a.line_button i,
section.section-wrap .block-2 a.line_button i,
section.section-wrap .block-3 a.line_button i{
    margin-left: 5px;
    transition: all .3s;
}
section.section-wrap .block-1 a.line_button:hover i,
section.section-wrap .block-2 a.line_button:hover i,
section.section-wrap .block-3 a.line_button:hover i{
    margin-left: 10px;
}
section#about .feature-item{
    z-index: 2;
    margin-top: -110px;
    padding-bottom: 100px;
}
section#about {
    overflow: visible !important;
    z-index: 1;
    position: relative;
}
section#about .box_icon-item {
    padding: 0;
}

/*third section*/
.call_to_action {
    background-image: url(../img/content/call_to_action_bg.jpg);
    padding: 88px 0 95px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.section-wrap.call_to_action p {
    font-size: 25px;
    line-height: 1.1;
}
/*fourth section*/
section#price{
    background-image: url(../img/content/pricetable-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 63px;
    padding-bottom: 0;
    z-index: 2;
    position: relative;
    overflow: visible;
}
section#price .module_price_table.items3 {
    margin-bottom: -315px;
    margin-top: 68px;
}

section#price .section_subtitle {
    padding-bottom: 13px;
}
section#testimonials {
    padding-top: 317px;
}


section#bonuses.section-wrap{
    background-image: url(../img/content/img-bg_04.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
}
section#bonuses.section-wrap .section_subtitle{
    padding-bottom: 10px;
}
section#bonuses.section-wrap .box_icon-item .img-cont{
    margin-bottom: 44px;
}
section#bonuses.section-wrap span.percent {
    font-size: 46px;
    font-weight: bold;
}
section#bonuses.section-wrap .box_icon-item{
    padding: 0px 20px;
}
section#bonuses.section-wrap .box_icon-item .title{
    font-size: 18px;
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 10px;
}
h4.subtitle {
    font-weight: 300;
}
section#converter.section-wrap{
    background-image: url(../img/content/converter-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    overflow: visible;
    z-index: 2;
}
section#contact.section-wrap{
    padding-top: 196px;
}
#calculator{
    background-image: url(../img/content/crypto_converter-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    padding: 60px;
    margin-bottom: -96px;
    position: relative;
    overflow: visible;
    z-index: 2;
}
#calculator .wrap_white{
    border-radius: 4px;
    position: relative;
}
.opened_area ul.cryptocurrencies li,
section#converter .open_form_currency,
section#converter .open_form_currency span{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}
#calculator .form-group__wrap .box_icon-item_left__title {
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    margin: 0;
    padding-top: 9px;
}
#converter #calculator .wrap_white .open_form_currency{
    padding: 0 0 9px 0;
}
#calculator .opened_area .cryptocurrencies li{
    padding: 18px 0;
}
#calculator .wrap_white .form-group_controls-icon{
    position: absolute;
    top: calc(50% + -6px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 32px;
    z-index: 9;
    cursor: pointer;
}

#calculator .opened_area .cryptocurrencies li{
    margin-left: 20px;
}
section#converter .opened_area .cryptocurrencies {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 7;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
}
#calculator .wrap_white .form-group_controls-icon:before{
    content: '';
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-style: solid;
    border-width: 6px;
    border-bottom-color: transparent!important;
    border-right-color: transparent!important;
    border-left-color: transparent!important;
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
}
#calculator .opened_area .cryptocurrencies li{
    list-style: none;
}
#calculator .wrap_white .box_icon-item_left__icon {
    margin: 10px;
    min-width: 40px;
}
.opened_area {
    padding-left: 20px;
}
.form-group__value input[type="number"]{
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid;
    padding: 4px 0;
}
.form-group__value span {
    position: absolute;
    top: 10px;
    right: 30px;
}
.form-group__value{
    position: relative;
    margin-top: 28px;
}
.order_form input {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    box-shadow: none !important;
}
#calculator .order_form {
    padding-top: 67px;
}
#calculator a.button {
    font-size: 16px;
    vertical-align: middle;
    border-radius: 30px;
    padding: 7px 20px;
    background: transparent;
    letter-spacing: 0;
    margin-top: 76px;
    margin-bottom: 0;
}
.opened_area {
    display: none;
}
footer.footer-page ul.footer-nav {
    padding: 0;
    list-style: none;
}
.footer-page .footer-top .descr h6 {
    font-weight: bold;
    margin: 0;
}
/* ==============================================
 Responsive
================================================*/
@media (max-width: 1440px) {

}
@media (max-width: 1200px) {       
    .spaser.val110 {
        height: 80px;
    }
    a.back-to-top {
        bottom: 60px;
    }
}
@media (max-width: 992px) {  
    .top_nav-panel .info-inline {
        margin-right: 15px;
    }
    .navbar.navbar-theme .container .header_phone a {
        margin-left: 20px;
    }
    .navbar.navbar-theme .navbar-nav > li {
        margin: 0 8px;
    }
    #intro .title{
        font-size: 70px;
    }
    #intro h1{
        font-size: 55px;
    }
}
@media (max-width: 767px) {
    .navbar.navbar-theme {
        padding: 0 !important;
        background-color: #ffffff;
        position: fixed;
    }
    .top_nav-panel .navbar-brand {
        padding: 16px 15px;
    }
    .navbar.navbar-theme .navbar-nav > li {
        padding: 5px 0;
    }
    .navbar.navbar-theme .navbar-nav > li > a {
        border: none;
    }
    .navbar.navbar-theme .navbar-collapse {
        text-align: left;
    }
    .navbar.navbar-theme .navbar-nav > li {
        display: block;
    }
    .header_phone {
        text-align: center;
        margin-bottom: 20px;
        display: block;
    }
    #intro h1 {
        font-size: 40px;
        padding-top: 87px;
    }
    #intro .title {
        font-size: 55px;
    }
    .price_table_wrapper {
        padding: 42px 15px 50px;
    }
    section#price .module_price_table.items3 {
        margin-bottom: 0;
    }
    section#testimonials {
        padding-top: 54px;
    }
    .img_block img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        display: block;
    }
    .footer-page .footer-menu {
        float: left;
    }
    .footer-page .footer-menu .nav>li {
        display: inline-block;
        float: left;
        text-align: left;
    }
    .navbar.navbar-theme .navbar-nav > li > a:before {
        display: none;
    }
    .navbar.navbar-theme .nav > li.active > a,
    .navbar.navbar-theme .nav > li > a:focus,
    .navbar.navbar-theme .nav > li > a:hover {
        color: #00c7c0 !important;
    }    
    .top_nav-panel {
        display: none;
    }
    .section_title {
        padding-bottom: 25px;
        margin-bottom: 40px;
    }
    .navbar.navbar-theme {
        padding: 20px 0;
    }
    .block_bottom-xs {
        margin-bottom: 30px;
    }
    .block_bottom-xs:last-child {
        margin-bottom: 0;
    }
    .section-wrap.video-block .video_content h2 {
        font-size: 32px;
    }
    .video-block_height {
        height: 450px;
    }
    .dtable {
        display: inline-block;
        float: inherit;
    }
    #calculator {
        padding: 15px;
    }
    .order_form input {
        margin-top: 30px;
    }
    #calculator a.button {
        margin-top: 60px;
        margin-bottom: 30px;
    }
    section#contact.section-wrap {
        padding-bottom: 40px;
    }
    footer.footer-page {
        background-position: left bottom;
    }
    #calculator .wrap_white {
        margin-top: 50px;
    }
    h1 {font-size: 40px;
        line-height: 1.4;
    }
    h2 {font-size: 30px;
        line-height: 1.4;
    }
    h3 {font-size: 26px;
        line-height: 1.4;
    }
    h4 {font-size: 22px;
        line-height: 1.4;
    }
    .block_grid-item {
        padding: 7px 0 8px;
    }
    .spaser {
        height: 0 !important;
    }
}
@media (min-width:767px) {
    .navbar.navbar-theme {
        -webkit-transition: background .4s ease-in-out,padding .4s ease-in-out;
        -moz-transition: background .4s ease-in-out,padding .4s ease-in-out;
        transition: background .4s ease-in-out,padding .4s ease-in-out;
    }
    .container-fluid .container {
        width:  730px;
    }
    .header_section-container{
        position: relative;
        -js-display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header_section-container .header_side {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        height: 100%;
        position: relative;
        display: none;
    }
    .header_phone {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .container-fluid .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-fluid .container {
        width: 1200px;
    }
    .box_icon-item{
        padding: 0 20px;
    }
}
/* ==============================================
Colors
================================================*/
.navbar.navbar-theme .navbar-nav > li > a,
.top_nav-panel {
    color: #29343c;
}
.navbar.navbar-theme .navbar-nav > li.active > a,
.navbar.navbar-theme .nav>li>a:focus,
.navbar.navbar-theme .nav>li>a:hover,
.top_nav-panel .info-inline i,
.header_phone a {
    color: #56c5e9;
    background-color: transparent;
}
body{
    color: #36444c;
}
h1,h2,h3,h4,h5,h6,a,
section#converter .opened_area ul.cryptocurrencies li,
#converter #calculator .wrap_white .open_form_currency span,
#converter #calculator .wrap_white .open_form_currency{
    color: #36444c;
}
::-webkit-selection,
::-moz-selection,
::selection{
    background: #56c5e9;
    color: #ffffff;
}
a:hover,
a:focus,
section#converter.section-wrap .form-group__wrap .box_icon-item_left__title,
#calculator .wrap_white .form-group_controls-icon:before,
section#converter .opened_area ul.cryptocurrencies li:hover{
    color: #fc6020;
}
.color-white *,
.button:focus,
.section-wrap.app *,
.section-wrap.video-block .video_content *,
section#bonuses.section-wrap .container *,
section#converter.section-wrap .container *,
.button:hover,
section.section-wrap .block-1 a.line_button i,
section.section-wrap .block-2 a.line_button i,
section.section-wrap .block-3 a.line_button i{
    color:#ffffff;
}
.is-sticky .navbar.navbar-theme {
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
}
#intro a.button {
    border-color: #fdb818;
    color: #fff;
    background-color: #fdb818;
}
#intro a.button:hover,
.button:hover,
section#about a.button.small{
    border-color: #fdb818;
    color: #fdb818;
    background-color: transparent;
}
.button:hover,
section#about a.button.small,
.price_item_body .price_item_btn .button.block-1{
    border-color: #fc6020;
    color: #fc6020;
    background-color: transparent;
}
section#partners{
    background-color: #36444c;
}

.button,
section#about a.button.small:hover,
.price_item_body .price_item_btn .button.block-1:hover {
    border-color: #fc6020;
    color: #fff;
    background-color: #fc6020;
}
.price_item_body .price_item_btn .button.block-3{
    border-color: #b5dd60;
    color: #b5dd60;
    background-color: transparent;
}
.price_item_body .price_item_btn .button.block-3:hover {
    border-color: #b5dd60;
    color: #fff;
    background-color: #b5dd60;
}
.price_item_body .price_item_btn .button.block-2{
    border-color: #56c5e9;
    color: #56c5e9;
    background-color: transparent;
}
.price_item_body .price_item_btn .button.block-2:hover {
    border-color: #56c5e9;
    color: #fff;
    background-color: #56c5e9;
}

button.widget-subscribe__form-btn:hover,
#calculator a.button:hover{
    background: #ffffff;
    color: #fc6020;
}
a.back-to-top {
    color: #ffffff;
    background-color: #fc6020;
}
.inp {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    color: #a7a7a7;
}
button.button.small {
    padding: 7px 19px;
    margin-top: 15px;
}
.block_grid-post .block_grid-item .item_wrapper,
.feature-item-wrapper span:before {
    background-color: #fff;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #fc6020;
}
.owl-theme .owl-controls .owl-page span{
    background-color: #ffffff;
    border: 1px solid #fc6020;
}
.owl-theme .owl-controls .owl-page.active span,
section.section-wrap .block-1{
    background-color: #fc6020;
}
section.section-wrap .block-2{
    background-color: #56c5e9;
}
section.section-wrap .block-3{
    background-color: #b5dd60;
}
.flex-control-paging li a {
    border: 1px solid;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow: none;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active{
    background-color: rgba(255, 255, 255, 0.8);
}
.contact-section .form-group.error .inp  {
    border-color: #f2dede;
}
.inp:focus {
    border-color: #ffffff;
}
.inp::-moz-placeholder {
    color: #969aa1;
}
.inp:-ms-input-placeholder {
    color: #969aa1;
}
.inp::-webkit-input-placeholder {
    color: #969aa1;
}
.section-wrap.app .container a.button.button_inline{
    background: #fc6020;
}
#calculator .wrap_white,
.header-navbar .top_nav-panel,
section#converter .opened_area .cryptocurrencies,
.navbar.navbar-theme,
.price_table_wrapper {
    background-color: #ffffff;
}
.section-wrap.video-block .video:after {
    border-left-color: #ffffff;
}
.box_icon-item_left__text {
    color: #5c656d;
}
.header_section-container .header_side .menu_item_line{
    background-color: #56c5e9;
}
.section-wrap.video-block .video:before{
    color: #56c5e9;
}
.block_social-icons.pt30 a.facebook,
.team_socials a.facebook{
    color: #3b5998;
}
.block_social-icons.pt30 a.google-plus,
.team_socials a.google-plus{
    color: #dd4b39;
}
.block_social-icons.pt30 a.linkedin,
.team_socials a.linkedin{
    color: #007bb6;
}
.block_social-icons.pt30 a.twitter,
.team_socials a.twitter{
    color: #00aced;
}