h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    font-weight: bold;
    color: #005578;
    margin: 0 0 17px 0;
    line-height: normal;
}

h1, .h1{
    font-size: 30px;
}

h2, .h2{
    font-size: 22px;
}

h3, .h3{
    font-size: 18px;
    margin-bottom: 19px;
}

h4, .h4{
    font-size: 16px;
}

h5, .h5{
    font-size: 15px;
}

h6, .h6{
    font-size: 12px;
}

p{
    margin: 0 0 17px 0;
}

a{
    text-decoration: underline;
    color: #006699;
}

a:hover{
    color: #0099ff;
}

a:hover,
a:active {
    outline: none;
}

a img{
    border:none;
}

.underline{
    text-decoration: underline;
}

a.underline:hover{
    text-decoration: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: 0;
}

.clear{
    clear:both;
}

.clear_left{
    clear: left;
}

.clear_right{
    clear: right;
}

.left{
    float: left;
}

.right{
    float: right;
}

.left_align{
    text-align: left;
}

.right_align{
    text-align: right;
}

.center_align{
    text-align: center;
}

.uppercase{
    text-transform: uppercase;
}

.nowrap{
    white-space: nowrap;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.form_row {
    margin-bottom: 10px;
}

input[type=text],
input[type=password],
textarea,
select{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #006666;
    height: 40px;
    padding: 5px 11px;
    font-weight: 300;
    background: #fff;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus{
    border-color: #0099ff;
}

input[type=text].error,
input[type=password].error,
textarea.error,
select.error{
    border-color: #cc0000;
}

select{
    padding: 2px 2px 2px 11px;
}

textarea{
    height: 150px;
    max-width: 100%;
    min-width: 100%;
}

.btn{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 11px;
    height: 40px;
    line-height: 38px;
    background: transparent;
    color: #005578;
    text-align: center;
    text-decoration: none;
    border: 1px solid #006666;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    vertical-align: middle;
}

.btn:hover{
    background: #006699;
    color: #fff;
}

.btn:hover .icon-call{
    background-position: 0 -24px;
}

.btn-large{
    font-size: 22px;
    font-weight: bold;
    padding: 0 25px;
    height: 72px;
    line-height: 70px;
    text-transform: none;
}

.btn-small{
    font-size: 12px;
    height: 29px;
    line-height: 27px;
}

.btn-full{
    padding: 0;
    width: 100%;
}

.btn-w{
    border-color: #fff;
    color: #fff;
}

.btn-w:hover{
    background: #fff;
    color: #005578;
}

.btn-w:hover .icon-call_w{
    background-position: 0 0;
}

.form_row .btn{
    margin-top: 10px;
}

div.error {
    color: #cc0000;
    font-size: 12px;
    margin-bottom: -5px;
}

.icon-call {
    width: 36px;
    height: 24px;
    background: url('images/icon_call.png') 0 0 no-repeat;
    margin-right: 8px;
    top: -2px;
}

.icon-call_w {
    width: 36px;
    height: 24px;
    background: url('images/icon_call.png') 0 -24px no-repeat;
    margin-right: 8px;
    top: -2px;
}

.icon-address {
    width: 16px;
    height: 16px;
    background: url('images/icon_address.png') 0 0 no-repeat;
    margin-right: 7px;
}

.icon-mail {
    width: 16px;
    height: 16px;
    background: url('images/icon_mail.png') 0 0 no-repeat;
    margin-right: 7px;
}

.icon-service{
    width: 61px;
    height: 38px;
    background: url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/icon_service.png') 0 0 no-repeat;
}

.icon-service_1 {
    background-position: 0px 0px;
}

.icon-service_2 {
    background-position: 0px -38px;
}

.icon-service_3 {
    background-position: 0px -76px;
}

.icon-service_4 {
    background-position: 0px -114px;
}

.icon-service_5 {
    background-position: 0px -152px;
}

.icon-service_6 {
    background-position: 0px 0px;
}

.icon-service_7 {
    background-position: 0px 0px;
}

.icon-service_8 {
    background-position: 0px 0px;
}

body{
    font: normal 14px/1.21 "Exo 2", sans-serif;
    color: #333;
    background: #ffffff;
}

.wrapper{
    width: 1200px;
    margin: 0 auto;
}

.b-header {
    padding-top: 44px;
}

.b-top_line {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 42px;
    border-bottom: 4px solid #F7BD4B;
    color: #fff;
    z-index: 100;
    background: #004f6f;
    /*    background: -moz-linear-gradient(top, #005578 0%, #005476 25%, #004f6f 50%, #01405a 50%, #01425d 75%, #01425c 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005578), color-stop(25%,#005476), color-stop(50%,#004f6f), color-stop(50%,#01405a), color-stop(75%,#01425d), color-stop(100%,#01425c));
        background: -webkit-linear-gradient(top, #005578 0%,#005476 25%,#004f6f 50%,#01405a 50%,#01425d 75%,#01425c 100%);
        background: -o-linear-gradient(top, #005578 0%,#005476 25%,#004f6f 50%,#01405a 50%,#01425d 75%,#01425c 100%);
        background: -ms-linear-gradient(top, #005578 0%,#005476 25%,#004f6f 50%,#01405a 50%,#01425d 75%,#01425c 100%);
        background: linear-gradient(to bottom, #005578 0%,#005476 25%,#004f6f 50%,#01405a 50%,#01425d 75%,#01425c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005578', endColorstr='#01425c',GradientType=0 );*/
}

.b-top_line .wrapper{
    position: relative;
}

.b-header__search {
    float: right;
    width: 256px;
    margin-top: 5px;
}

.b-search_form {
    position: relative;
    height: 32px;
    padding-right: 35px;
}

.b-search_form .b-search_form__input {
    border-color: #2f809d;
    background: #2f809d;
    color: #fff;
    height: 32px;
}

.b-search_form__btn {
    width: 35px;
    height: 32px;
    background: #F7BD4B url('images/search.png') no-repeat;
    padding: 0;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}

.b-header__nav {
    margin-right: 261px;
}

.b-top_nav {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: table;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.b-top_nav__field {
    display: table-cell;
}

.b-top_nav__field_content {
    display: block;
}

.b-top_nav__link {
    color: #fff;
    display: block;
    text-decoration: none;
    text-align: center;
    height: 42px;
    line-height: 39px;
    text-shadow: 0px -1px 0px #000;
}

.b-top_nav__link span{
    vertical-align: middle;
    line-height: 14px;
    display: inline-block;
}

.b-top_nav__link.active,
.b-top_nav__link:hover,
.b-top_nav__field_content:hover .b-top_nav__link{
    color: #fff;
    background: #F7BD4B;    text-shadow: 0px -1px 0px #cccccc;
}

.b-top_subnav{
    position: absolute;
    border: 3px solid #0099cc;
    left: 0;
    right: 0;
    top: 42px;
    background: #fff;
    font-size: 12px;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: 0;
    overflow-y: auto;
    padding: 22px 20px 5px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.b-top_nav__field_content:hover .b-top_subnav{
    visibility: visible;
    opacity: 1;
}

.b-top_subnav:after{
    content: '';
    display: table;
    clear: both;
}

.b-top_subnav--col{
    float: left;
    width: 31.33%;
    margin: 0 1%;
}

.b-top_subnav--title{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #006699;
    margin-bottom: 7px;
    padding-left: 10px;
}

.b-top_subnav .b-top_subnav--title a{
    color: #006699;
}

.b-top_subnav ul{
    padding: 0 0 0 10px;
    margin: 0 0 26px 0;
    list-style: none;
}

.b-top_subnav li{
    position: relative;
    margin-bottom: 6px;
}

.b-top_subnav li:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #999999;
    left: -10px;
    top: 6px;
    border-radius: 5px;
}

.b-top_subnav a{
    color: #000000;
    text-decoration: none;
}

.b-top_subnav a:hover{
    color: #006699;
    text-decoration: underline;
}

.b-top_subnav ul ul{
    margin: 9px 0 8px;
    padding: 0 0 0 21px;
}

.b-top_subnav ul ul li{
    margin-bottom: 4px;
}

.b-top_subnav ul ul li:before{
    width: 3px;
    height: 3px;
    border-radius: 3px;
}

.b-header__content_wrapper{
    overflow: hidden;
}

.b-header__content {
    padding-top: 10px;
    padding-bottom: 16px;
}

.b-header__logo {
    float: left;
    margin-left: 3px; margin-top:9px
}

.logo {
    display: inline-block;
}

.b-header__call {
    float: left;
    margin-left: 120px;
    width: 376px;
    margin-top: 21px;
}

.b-header__phone {
    float: left;
    color: #005578;
}

.b-header__phone span{
    display: block;
    font-size: 18px;
    line-height: 22px; padding-top:12px
}

.b-header__phone b{
    font-size: 29px;
    color: #F7BD4B
}

.b-header__order_call {
    float: right;
    margin-top: 3px;
}

.b-header__contacts {
    float: right;
    margin-top: 19px;
}

.b-header__work_time {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    float: left;
    width: 194px;
}

.b-header__address {
    float: left;
    width: 253px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

.b-header__address span{
    display: block;
}

.b-specialization {
    padding-bottom: 13px;
    overflow: hidden;
}

.b-specialization:after{
    content: '';
    display: table;
    clear: both;
}

.block_title {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    padding: 4px 0;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 13px;
    background: #005476 url('images/title.png') center repeat-x;
}

.block_title:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 4px;
    background: #F7BD4B;
}

.b-specialization__items_wrapper{
    margin: 0 -31px;
}

.b-services {
    padding-bottom: 3px;
}

.b-services:after{
    content: '';
    display: table;
    clear: both;
}

.b-services_list {
    margin: 0 0 13px 0;
    padding: 29px 0 0 0;
    list-style: none;
    font-size: 0px;
}

.b-services_list__item {
    display: inline-block;
    width: 25%;
    font-size: 18px;
    vertical-align: top;
    margin-bottom: 35px;
}

.b-services_list__item-1{
    width: 27%;
}

.b-services_list__item-2{
    width: 22%;
}

.b-services_list__item-3{
    width: 31%;
}

.b-services_list__item-4{
    width: 20%;
}

.b-services_list__item-5{
    width: 27%;
}

.b-services_list__item-6{
    width: 22%;
}

.b-services_list__item-7{
    width: 31%;
}

.b-services_list__item-8{
    width: 20%;
}

.b-services_list__link {
    display: block;
    text-decoration: none;
    color: #000;
    padding-left: 68px;
    position: relative;
    white-space: nowrap;
}

.b-services_list__link:hover{
    text-decoration: underline;
    color: #0099ff;
}

.b-services_list__icon {
    position: absolute;
    left: 0;
    top: -10px;
}

.b-bn_sl_wrapper{
    overflow: hidden;
}

.b-services__banner {
    float: left;
    width: 298px;
}

.b-banner {
    padding-bottom: 1px;
    border-bottom: 1px solid #ADADAD;
    position: relative;
    margin-bottom: 40px;
}

.b-banner:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -41px;
    height: 40px;
    background: url('images/banner_shadow.png') center top no-repeat;
}

.b-banner img{
    display: block;
    width: 100%;
    height: auto;
}

.b-services__slider {
    float: right;
    width: 869px;
}

.b-slider_wrapper{
    padding-bottom: 26px;
    border-bottom: 1px solid #DEC9C0;
    position: relative;
    margin-bottom: 40px;
}

.b-slider_wrapper:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -41px;
    height: 40px;
    background: url('images/slider_shadow.png') center top no-repeat;
}

.b-slider {
    width: 100%;
    position: relative;
}

.b-slider__item img{
    vertical-align: middle;
    width: 100%;
    height: auto;
}

.b-slider__menu{
    margin: 0;
    padding: 0 0 0 18px;
    list-style: none;
    height: 54px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    background: #e1e1e1;
    z-index: 10;
}

.b-slider__menu li{
    float: left;
}

.b-slider__menu a{
    display: block;
    height: 54px;
    line-height: 54px;
    color: #005578;
    text-decoration: none;
    padding: 0 18px;
    position: relative; font-size:18px
}

.b-slider__menu a:hover,
.b-slider__menu a.active{
    background-color: #005578;     color: #ffffff;
}

.b-slider__menu a.active:after{
    content: '';
    position: absolute;
    left: 50%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #005578;
    margin-left: -6px;
    top: -12px;
}

.b-slider_nav{
    width: 19px;
    height: 28px;
    background: url('images/slider_nav.png') 0 0 no-repeat;
    position: absolute;
    z-index: 10;
    top: 148px;
    cursor: pointer;
}

.b-slider_nav-prev{
    background-position: 0px 0px;
    left: 11px;
}

.b-slider_nav-prev:hover{
    background-position: 0px -28px;
}

.b-slider_nav-next{
    background-position: -19px 0px;
    right: 11px;
}

.b-slider_nav-next:hover{
    background-position: -19px -28px;
}

.owl-pagination{
    position: absolute;
    z-index: 10;
    bottom: 14px;
    left: 50%;
    margin-left: 74px;
}

.owl-page{
    width: 12px;
    height: 12px;
    background: url('images/pager.png') 0 0 no-repeat;
    float: left;
    margin-right: 13px;
    font-size: 0;
}

.owl-page.active{
    background-position: 0px -12px;
}

.b-1c_products {
    padding-bottom: 63px;
}

.b-1c_products .block_title{
    margin-bottom: 53px;
}

.b-1c_products:after{
    content: '';
    display: table;
    clear: both;
}

.b-1c_products__field {
    float: left;
    width: 33.33%;
    text-align: center;
}

.b-1c_products__field a{
    color: #000;
    text-decoration: none;
}

.b-1c_products__image {
    margin-bottom: -6px;
    display: block;
}

.b-1c_products__title {
    font-size: 24px;
    display: block;
    padding: 0 20px;
    letter-spacing: 1px;
}

.b-buy {
    padding-bottom: 47px;
}

.b-buy .block_title{
    margin-bottom: 31px;
}

.b-buy:after{
    content: '';
    display: table;
    clear: both;
}

.b-buy__field {
    float: left;
    width: 16.66%;
}

.b-buy__link {
    display: block;
    width: 213px;
    height: 221px;
    text-align: center;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    border: 5px solid transparent;
    margin: 0 auto;
}

.b-buy__link:hover{
    text-decoration: underline;
    color: #0099ff;
    border-color: #005578;
}

.b-buy__img {
    display: block;
    padding-top: 34px;
    margin-bottom: 25px;
}

.b-buy__title {
    display: block;
    padding: 0 40px;
}

.b-why_we {
    background: #005578;
    color: #fff;
    padding-top: 16px;
    font-size: 18px;
    line-height: 1.25;
    padding-bottom: 40px;
    margin-bottom: 68px;
}

.b-why_we:after{
    content: '';
    display: table;
    clear: both;
}

.b-why_we .block_title{
    background: none;
    filter: none;
    margin-bottom: 36px;
}

.b-why_we .block_title:before {
    display: none;
}

.b-why_me__desc {
    padding-left: 123px;
    margin-bottom: 66px;
}

.b-why_me__list {
    font-size: 0;
}

.b-why_me__item {
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-right: 1%;
    line-height: 1.16;
    margin-bottom: 60px;
}

.b-why_me__item strong{
    text-transform: uppercase;
}

.b-why_me__img {
    float: left;
    margin-left: 15px;
}

.b-why_me__content {
    margin-left: 124px;
}

.b-clients {
    width: 50%;
    float: left;
    margin-bottom: 26px;
}

.b-section_title {
    padding-bottom: 6px;
    border-bottom: 4px solid;
    font-size: 18px;
    text-transform: uppercase;
    color: #006699;
    margin-bottom: 33px;
}

.b-section_title-1 {
    border-bottom-color: #99ccff;
}

.b-section_title-2 {
    border-bottom-color: #F7BD4B;
}

.b-section_title-3 {
    border-bottom-color: #56a7c4;
}

.b-section_title-4 {
    border-bottom-color: #ffcc99;
}

.b-section_title-5 {
    border-bottom-color: #006699;
}

.b-section_title small{
    font-size: 11px;
    font-weight: 600;
    margin-left: 20px;
}

.b-clients__content {
    font-size: 0;
    padding-top: 31px;
}

.b-clients__item{
    display: inline-block;
    font-size: 14px;
    width: 50%;
    vertical-align: middle;
    margin-bottom: 46px;
}

.b-clients__item img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.b-clients__item img:hover{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.b-reviews {
    width: 50%;
    float: left;
    margin-bottom: 26px;
}

.b-reviews .b-section_title{
    margin-bottom: 0;
}

.b-reviews__content {
    background: #fff9ec;
    padding: 57px 12px 2px 5px;
}

.b-reviews__content:after{
    clear: both;;
    content: '';
    display: table;
}

.b-review{
    margin-bottom: 48px;
}

.b-review:after{
    clear: both;;
    content: '';
    display: table;
}

.b-review__img{
    float: left;
    margin-top: -5px;
    position: relative;
    z-index: 10;
}

.b-review__img img{
    width: 133px;
    height: 133px;
    display: block;
    border-radius: 80px;
    border: 7px solid #fff9eb;
}

.b-review__content{
    background: #fdf1d4;
    margin-left: 80px;
    padding: 15px 23px 22px 79px;
    font-size: 13px;
    line-height: 17px;
    color: #666666;
    position: relative;
}

.b-review__content:after{
    content: '';
    position: absolute;
    border-top: 15px solid #fdf1d4;
    border-left: 15px solid transparent;
    bottom: -15px;
    right: 26px;
}

.b-review__content p{
    margin-bottom: 5px;
}

.b-review__author{
    text-align: right;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.b-review__author a{
    text-decoration: none;
}

.b-col {
    float: left;
    margin-left: 8.4%;
    width: 27.7%;
    margin-bottom: 104px;
}

.b-col-1 {
    margin-left: 0;
}

.b-col .b-section_title{
    padding-bottom: 8px;
}

.b-col__content {
    padding: 0 60px 0 9px;
}

.b-excerpt {      font-size: 14px;    line-height: 17px;    margin-bottom: 21px;}
.b-excerpt a{    text-decoration: none; }
.b-excerpt a:hover{      text-decoration: underline; }
.b-excerpt .date {     display: block;      font-size: 12px;     margin-bottom: 4px; float:left; margin-right:10px;
    padding-right:9px; border-right-color: #006699; border-right-style: solid; border-right-width: 1px }


.b-sidebar_menu .b-excerpt {      font-size: 14px;    line-height: 17px;    margin-top: 21px; padding-left:25px; padding-right:25px; }
.b-sidebar_menu .b-excerpt a{    text-decoration: none; }
.b-sidebar_menu  .b-excerpt a:hover{      text-decoration: underline; }
.b-sidebar_menu .b-excerpt .date {     display: table;      font-size: 12px;     margin-bottom: 4px; padding:5px 8px; background-color: #FFD675;
    border-bottom: 1px solid #005578; color:#005578 }

.b-sidebar_menu .b-excerpt:last-child {    padding-bottom: 26px;}
.b-sidebar_menu .b-excerpt:first-child {    margin-top: 26px;}

.b-footer {
    clear: both;
    background: #006699;
    color: #fff;
    position: relative;
    padding: 18px 0 22px;
    background: linear-gradient(to top, #006699, #25507a);
}

.b-footer:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
    height: 2px;
    background: #25507a;
}

.b-footer:after{
    clear: both;;
    content: '';
    display: table;
}

.b-footer .wrapper{
    position: relative;
}

.b-footer__l {
    float: left;
    margin-left: 103px;
}

.b-copyright {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
}

.b-footer__address {
    font-size: 12px;
    font-weight: 300; margin-top:16px
}

.b-footer__address span{
    display: block;
    margin-bottom: 10px;
}

.b-footer__address a{
    color: #fff;
}

.b-footer__address a:hover{
    text-decoration: none;
}

.b-footer__call {
    float: left;
    margin-left: 90px;
    width: 606px;
    margin-top: 1px;
}

.b-footer__phone {
    float: left;
    color: #fff;
}

.b-footer__phone span {
    display: block;
    font-size: 18px;
    line-height: 22px;
}

.b-footer__phone b {
    font-size: 24px;
}

.b-footer__order_call {
    float: right;
    margin-top: -20px;
}

.top_link{
    width: 56px;
    height: 56px;
    background: url('images/up.png') 0 0 no-repeat;
    position: absolute;
    top: -78px;
    left: 0;
}

.top_link:hover{
    background-position: 0px -56px;
}

.top_link-r{
    left: auto;
    right: 0;
}

.b-side_form {
    position: fixed;
    right: -316px;
    top: 50%;
    margin-top: -212px;
    z-index: 300;
}

.side_form_target {
    width: 40px;
    height: 192px;
    background: #006699 url('images/side_form_target.png') left top no-repeat;
    position: absolute;
    left: -40px;
    top: 0px;
}

.side_form {
    border: 4px solid #006699;
    border-right: none;
    background: #fff;
    padding: 26px 26px 15px 26px;
    width: 260px;
}

.fancy_form .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
}

.popup_window{
    display: none;
}

.b-form{
    border: 4px solid #006699;
    background: #fff;
    padding: 16px 26px 15px;
    width: 260px;
}

.b-form__title{
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center;
}

.b-specialization__item_container{
    position: relative;
    width: 358px;
    height: 207px;
    float: left;
    margin: 0 31px 26px;
    z-index: 1;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.b-specialization__item {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.b-specialization__item:before{
    content: '';
    width: 385px;
    height: 232px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('images/specialization_item_shadow.png') 0 0 no-repeat;
}

.b-specialization__item_container:hover .b-specialization__item  {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.b-specialization__item_container:hover .b-specialization__item:before{
    display: none;
}

.b-specialization__bg,
.b-specialization__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    overflow: hidden;
}

.b-specialization__overlay {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
    z-index: 2;
}

.b-specialization__bg {
    line-height: 207px;
    padding-left: 209px;
    padding-right: 20px;
    z-index: 1;
}

@media screen\0 {
    .b-specialization__overlay,
    .b-specialization__item_container:hover .b-specialization__item  {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    .b-specialization__overlay,
    .b-specialization__bg {
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

    .b-specialization__overlay,
    .b-specialization__item_container:hover .b-specialization__bg{
        opacity: 0;
        visibility: hidden;
    }

    .b-specialization__bg,
    .b-specialization__item_container:hover .b-specialization__overlay{
        opacity: 1;
        visibility: visible;
    }
}

.b-specialization__bg-1 {
    background: #efefef url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/specialization_1.png') 0 0 no-repeat;
}

.b-specialization__bg-2 {
    background: #fbead9 url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/specialization_2.png') 0 0 no-repeat;
}

.b-specialization__bg-3 {
    background: #d6f8ec url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/specialization_3.png') 0 0 no-repeat;
}

.b-specialization__bg-4 {
    background: #f1e5fd url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/specialization_4.png') 0 0 no-repeat;
}

.b-specialization__bg-5 {
    background: #edeaed url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/specialization_5.png') 0 0 no-repeat;
}

.b-specialization__bg-6 {
    background: #c8ede9 url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/specialization_6.png') 0 0 no-repeat;
}

.b-specialization__content {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
}

.b-specialization__overlay_header {
    padding: 14px 13px 9px 19px;
    color: #fff;
}

.b-specialization__overlay_title {
    display: block;
    margin-right: 75px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.b-specialization__all_link {
    float: right;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.b-specialization__all_link:hover{
    color: #fff;
    text-decoration: none;
}

.b-specialization__overlay_content {
    padding: 10px 13px 10px 19px;
    font-size: 15px;
    line-height: 24px;
}

.b-specialization__overlay_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-specialization__overlay_list a{
    text-decoration: none;
    color: #000000;
}

.b-specialization__overlay_list a:hover{
    text-decoration: underline;
    color: #005476;
}

.b-specialization__item-1 .b-specialization__overlay{
    background: #efefef;
}

.b-specialization__item-1 .b-specialization__overlay_header{
    background: #f5a916;
}

.b-specialization__item-2 .b-specialization__overlay{
    background: #fbead9;
}

.b-specialization__item-2 .b-specialization__overlay_header{
    background: #ad7962;
}

.b-specialization__item-3 .b-specialization__overlay{
    background: #d6f8ec;
}

.b-specialization__item-3 .b-specialization__overlay_header{
    background: #36907b;
}

.b-specialization__item-4 .b-specialization__overlay{
    background: #f1e5fd;
}

.b-specialization__item-4 .b-specialization__overlay_header{
    background: #a899b9;
}

.b-specialization__item-5 .b-specialization__overlay{
    background: #edeaed;
}

.b-specialization__item-5 .b-specialization__overlay_header{
    background: #838181;
}

.b-specialization__item-6 .b-specialization__overlay{
    background: #c8ede9;
}

.b-specialization__item-6 .b-specialization__overlay_header{
    background: #37afa2;
}

.b-specialization__cyrcle{
    width: 154px;
    height: 154px;
    position: absolute;
    left: 9px;
    top: 23px;
    z-index: 1;
}

.b-specialization__icon{
    width: 154px;
    height: 154px;
    position: absolute;
    left: 9px;
    top: 23px;
    z-index: 3;
}

.b-specialization__shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.b-specialization__cyrcle-1{
    background: url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/spec_cyrcle_1.png');
}

.b-specialization__icon-1{
    background: url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/spec_icon_1.png');
}

.b-specialization__shadow-1{
    background: url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/spec_shadow_1.png');
}

.b-sidebar{
    float: left;
    width: 300px;
}

.b-sidebar_menu{
    background: #e8e8e8;
    margin-bottom: 45px;
}

.b-sidebar_menu--title{
    margin-bottom: 0;
}

.b-sidebar_menu--subtitle{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #005578;
    padding: 14px 10px 0 24px;
    margin-bottom: -10px;
}

.b-sidebar_menu--list{
    margin: 0;
    padding: 20px 0;
    list-style: none;
    font-size: 14px;
}

.b-sidebar_menu--list a{
    display: block;
    position: relative;
    padding: 6px 10px 6px 24px;
    text-decoration: none;
    color: #005578;
}

.b-sidebar_menu--list a.with_submenu:before{
    content: '';
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #005578;
    left: 8px;
    top: 12px;
}

.b-sidebar_menu--list a.with_submenu:hover:before{
    border-top-color: #fff;
}

.b-sidebar_menu--list a:hover{
    color: #fff;
    background: #006699 ;
}

.b-sidebar_menu--sublist{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.2;
    display: none;
}

.b-sidebar_menu--sublist a{
    padding: 6px 10px 6px 32px;
    color: #000000;
}

.b-sidebar_menu--sublist a.with_submenu:before{
    border-top-color: #999999;
    left: 17px;
    top: 12px;
}

.b-sidebar_menu--sublist a.with_submenu:hover:before,
.b-sidebar_menu--sublist a.with_submenu.active:before{
    border-top-color: #999999;
}

.b-sidebar_menu--sublist a:hover,
.b-sidebar_menu--sublist a.active{
    color: #005578;
    text-decoration: underline;
    background: none;
}

.b-sidebar_menu--sublist a.active{
    text-decoration: none;
}

.b-sidebar_menu--sublist a.active{
    background: #ffffeb;
}

.b-sidebar_menu--sublist ul{
    background: #ffffeb;
    font-size: 13px;
}

.b-sidebar_menu--sublist ul a{
    padding: 6px 10px 6px 46px;
    color: #333333;
    text-decoration: underline;
}

.b-sidebar_menu--sublist ul a:before{
    content: '';
    position: absolute;
    border-top: 4px solid transparent;
    border-left: 4px solid #999999;
    border-bottom: 4px solid transparent;
    left: 35px;
    top: 9px;
}

.b-sidebar_menu--sublist ul a:hover:before,
.b-sidebar_menu--sublist ul a.active:before{
    border-left-color: #fff;
}

.b-sidebar_menu--sublist ul a:hover,
.b-sidebar_menu--sublist ul a.active{
    text-decoration: none;
    background: #cb0000;
    color: #fff;
}

.b-sidebar--reviews .b-review__content{
    margin: 0 0 30px 0;
    padding: 15px 23px 22px 17px;
}

.b-sidebar--certificates{
    margin-left: -40px;
    padding-top: 1px;
    padding-bottom: 14px;
    margin-top:-16px
}

.b-sidebar--certificate_item{
    float: left;
    width: 72px;
    margin-left: 40px;
    margin-bottom: 24px;
}

.b-sidebar--certificate_item a,
.b-sidebar--certificate_item img{
    display: block;
    width: 100%;
    height: auto;
}

.b-main_content{
    margin-left: 330px;
    margin-bottom: 40px;
}
.b-main_content p{
    line-height:1.5; font-size:14px
}



.b-main_content:after {
    content: '';
    display: table;
    clear: both;
}

.b-main_content--inner{
    float: left;
    width: 100%;
}

.line_title{
    border-bottom: 1px solid #005578;
    padding-bottom: 1px;
    margin-bottom: 27px;
}

.desc_list{
    margin: 0 0 13px 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 1.2;
}

.desc_list li{
    margin-bottom: 29px;
    padding-left: 46px;
    position: relative;
}

.desc_list li:before{
    content: '';
    position: absolute;
    left: 6px;
    top: -3px;
    width: 33px;
    height: 28px;
    background: url('images/desc_list.png');
}

table{
    width: 100%;
    font-size: 16px;
    margin-bottom: 25px;
}

th{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #005578;
    border-right: none;
    padding: 12px 10px;
    background: #005578;
    border-bottom: 4px solid #E39D14; color:#ffffff
}

th:first-child{
    border-left: none;
}

td{
    text-align: center;
    border: 1px solid #005578;
    border-right: none;
    padding: 10px;
}

td:first-child{
    text-align: left;
    border-left: none;
    padding-left: 27px;
}

tr:nth-child(odd) td{
    background: #EEFAFF;
}

.icon-plus{
    width: 18px;
    height: 18px;
    background: #005578 url('images/icon_plus.png');
    border-radius: 9px;
}

.icon-minus{
    width: 18px;
    height: 18px;
    background: #999999 url('images/icon_minus.png');
    border-radius: 9px;
}

.service_icon{
    width: 148px;
    height: 148px;
    padding: 2px;
    border-radius: 80px;
    border: 1px solid #ffd571;
}

.service_icon span{
    display: block;
    position: relative;
    width: 148px;
    height: 148px;
    border-radius: 80px;
    background: #f5a916;
}

.icon-service_icon{
    width: 148px;
    height: 148px;
    position: relative;
    z-index: 1;
    background: url('images/service_icon_1.png');
}

.service_icon span:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 214px;
    height: 181px;
    background: url('images/service_icon_shadow_1.png');
}

.service_icon-1{
    border-color: #ffd571;
}

.service_icon-1 span{
    background: #f5a916;
}

.service_icon-1 span:before{
    background: url('images/service_icon_shadow_1.png');
}

.icon-service_icon-1{
    background: url('images/service_icon_1.png');
}

.service_icon-2{
    border-color: #ffd675;
}

.service_icon-2 span{
    background: #005578;
}

.service_icon-2 span:before{
    background: url('images/service_icon_shadow_2.png');
}

.icon-service_icon-2{
    background: url('images/service_icon_2.png');
}

.service_icon-3{
    border-color: #80cf7a;
}

.service_icon-3 span{
    background: #7fc935;
}

.service_icon-3 span:before{
    background: url('images/service_icon_shadow_3.png');
}

.icon-service_icon-3{
    background: url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/service_icon_3.png');
}

.service_icon-4{
    border-color: #a899b9;
}

.service_icon-4 span{
    background: #a899b9;
}

.service_icon-4 span:before{
    background: url('images/service_icon_shadow_4.png');
}

.icon-service_icon-4{
    background: url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/service_icon_4.png');
}

.service_icon-5{
    border-color: #838181;
}

.service_icon-5 span{
    background: #838181;
}

.service_icon-5 span:before{
    background: url('images/service_icon_shadow_5.png');
}

.icon-service_icon-5{
    background: url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/service_icon_5.png');
}

.service_icon-6{
    border-color: #37afa2;
}

.service_icon-6 span{
    background: #37afa2;
}

.service_icon-6 span:before{
    background: url('images/service_icon_shadow_6.png');
}

.icon-service_icon-6{
    background: url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/service_icon_6.png');
}

.b-service_info{
    border: 2px solid #005578;
    background: #f0f0f0;
    padding: 26px 30px 28px;
    margin-bottom: 26px;
}

.b-service_info:after{
    content: '';
    display: table;
    clear: both;
}

.b-service_info--icon{
    float: right;
    width: 184px;
    margin-top: -6px;
}

.b-service_info--content{
    margin-right: 214px;
    line-height: 18px;

}
.yashare-auto-init {     margin-bottom: 13px; margin-left:-4px }
.breadcrumbs{
    font-size: 12px;
    margin-bottom: 13px;
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.breadcrumbs a{
    position: relative;
    margin-right: 2px;
}

.article-prev::before,  .article-prev::after { content: ""; display: table; clear: both; }

/*.breadcrumbs a:after{
    content: '\2022';
    position: absolute;
    right: -10px;
    top: -3px;
    font-size: 18px;
    color: #015577;}*/

.icon-xlsx{
    width: 36px;
    height: 36px;
    background: url('images/icon_xlsx.png');
    margin-left: 18px;
}
.icon-xls{
    width: 36px;
    height: 36px;
    background: url('images/icon_xls.png');
    margin-left: 18px;
}


.download_link{
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

.line_subtitle{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #005578;
}

.line_subtitle small{
    float: right;
    font-size: 11px;
    margin-top: 7px;
}

.b-projects_list{
    display: none;
    margin-bottom: 20px;
}

.b-toggle{
    margin-bottom: 1px;
}

.b-toogle--link{
    display: block;
    font-size: 16px;
    font-weight: bold;
    background: #f0f0f0;
    position: relative;
    padding: 5px 10px 5px 25px;
    cursor: pointer;
    color: #005578;
}

.b-toogle--link:before {
    content: '';
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #005578;
    left: 8px;
    top: 14px;
}

.b-toogle--link.opened:before{
    border-top: none;
    border-bottom: 4px solid #005578;
}

.b-toggle--content{
    padding-top: 10px;
    display: none;
}

.b-project_desc:after {
    content: '';
    display: table;
    clear: both;
}

.b-project_desc--img{
    float: left;
    margin-right: 38px;
    width: 85px;
    margin-left: 10px;
    margin-top: -1px;
}

.b-project_desc--img img{
    max-width: 100%;
}

.b-project_desc--info{
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.b-project_desc--info dt{
    float: left;
    font-weight: bold;
    color: #666666;
    margin-right: 24px;
}

.b-project_desc--info dd{
    margin: 0 0 9px 0;
}

.b-review__content-simple{
    margin: 0 0 30px 0;
    padding: 15px 23px 22px 17px;
}

.b-project_desc--info .b-review__content-simple {
    margin-left: 62px;
    padding: 4px 4px 22px 10px;
    margin-bottom: 15px;
}

.b-programms{
    padding-top: 12px;
}

.b-programms:after {
    content: '';
    display: table;
    clear: both;
}

.b-programms--item{
    float: left;
    width: 50%;
    margin: 38px 0 42px;
}

.b-programms--img{
    float: left;
    width: 169px;
    margin-top: -5px;
}

.b-programms--img img{
    max-width: 100%;
    height: auto;
}

.b-programms--content{
    overflow: hidden;
}

.b-programms--content h3{
    margin-bottom: 8px;
}

.b-programms--content h3 a{
    text-decoration: none;
}

.b-programms--content strong{
    display: block;
    color: #666666;
    margin-bottom: 15px;
}

.b-programms--content ul{
    margin: 0 0 12px 0;
    padding: 0 0 0 17px;
}

.b-programms--content li{
    margin-bottom: 2px;
}

.b-programms--price{
    font-size: 24px;
    color: #005578;
    padding-left: 11px;
}

.b-excerpt_m{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 40px;
}

.b-excerpt_m--date{
    font-size: 12px;
    color: #666666;
    margin-bottom: 7px;
}

.b-excerpt_m h3 a{
    text-decoration: none;
}

.b-excerpt_m--more{
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
}

.b-excerpt_m--more a{
    text-decoration: underline;
}

.price{
    font-size: 30px;
    color: #005578;
}

.b-main_desc_txt{
    line-height: 18px;
    padding-top: 16px;
    margin-bottom: 50px;
}

.b-demo {
    padding-top: 19px;
    margin-bottom: 71px;
}

.b-demo:after {
    content: '';
    display: table;
    clear: both;
}

.b-demo--online {
    float: left;
    width: 48%;
}

.b-demo--online span{
    vertical-align: middle;
    font-size: 22px;
    margin-left: 25px;
    color: #005578;
}

.b-demo--form{
    float: left;
    width: 52%;
    margin-top: 23px;
}

.b-demo_form--title{
    margin-bottom: 21px;
}

.b-demo_form--col{
    float: left;
    width: 50%;
}

.b-demo_form .form_row{
    margin-bottom: 11px;
}

.b-demo_form--col-l .form_row{
    padding-right: 20px;
}

.b-demo_form input[type=text]{
    font-size: 14px;
    border-color: #f5ab1b;
    height: 29px;
    padding: 5px 10px;
}

.b-demo_form textarea{
    border-color: #f5ab1b;
    height: 109px;
}

.b-demo_form--footer {
    padding-top: 4px;
    clear: both;
}

.b-programm_tabs{
    padding-top: 16px;
    margin-bottom: 61px;
}

.b-programm_tabs--menu{
    overflow: hidden;
    margin: 0 0 14px 0;
    padding: 0;
    list-style: none;
}

.b-programm_tabs--menu li{
    float: left;
    width: 20%;
}

.b-programm_tabs--menu a{
    display: block;
    height: 108px;
    border-bottom: 4px solid #005578;
    text-align: center;
    position: relative;
}

.b-programm_tabs--menu a.active:after,
.b-programm_tabs--menu a.active:before{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #005578;
}

.b-programm_tabs--menu a.active:after{
    border-bottom-color: #fff;
    bottom: -5px;
}

.b-programm_tabs--menu a img{
    max-width: 100%;
    height: auto;
}

.b-programm_tabs--section{
    color: #666666;
    font-size: 18px;
    line-height: 20px;
    display: none;
}

.b-programm_tabs--section strong{
    text-transform: uppercase;
    color: #005578;
    font-weight: bold;
}

.b-programms-1{
    padding-top: 0;
}

.b-programms-1 .b-programms--item{
    margin: 30px 0 28px;
}

.block_title-small{
    font-size: 18px;
}

.b-filter_form{
    padding: 20px;
}

.b-filter_form:after {
    content: '';
    display: table;
    clear: both;
}

.b-filter_form--row{
    margin: 0 -10px 25px;
}

.b-filter_form--row:after {
    content: '';
    display: table;
    clear: both;
}

.b-filter_form--row-last{
    margin-bottom: 0;
}

.b-filter_form--col{
    float: left;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-filter_form--col-1{
    width: 25%;
}

.b-filter_form--col-2{
    width: 50%;
}

.b-filter_form input[type=text],
.b-filter_form select {
    font-size: 14px;
    border-color: #f5ab1b;
    height: 29px;
    padding: 5px 10px;
}

.b-filter_form select{
    padding: 0 0 0 10px;
}

.b-filter_form--label{
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.b-filter_form--label-i{
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

.b-filter_form--input-i{
    overflow: hidden;
}

.b-filter_form--col-reset{
    line-height: 29px;
    text-align: right;
    font-size: 12px;
}

.b-filter_form .btn{
    background: #005578;
    border-color: #005578;
    color: #fff;
}

.b-filter_form .btn:hover{
    background: #fff;
    color: #005578;
}

.b-top_nav__field-with_submenu .b-top_nav__link{
    position: relative;
}

.b-top_nav__field-with_submenu .b-top_nav__link:after{
    content: '';
    position: absolute;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #fff;
    left: 7px;
    top: 50%;
    margin-top: -1px;
}

a.block_title{
    display: block;
    text-decoration: none;
    color: #fff;
}

.b-sidebar a.block_title{
    margin: -20px 0 30px;
}

.b-sidebar_menu--list > li > a.current{
    background: #cb0000 !important;
    color: #fff !important;
}

.b-sidebar_menu--list > li > a.with_submenu.current{
    background: none !important;
    color: #005578 !important;
}

.b-tab_menu{
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    border-bottom: 6px solid #f5a916;
}

.b-tab_menu:after {
    content: '';
    display: table;
    clear: both;
}

.b-tab_menu--field{
    float: left;
    margin-bottom: -6px;
    margin-right: 20px;
}

.b-tab_menu--link{
    display: block;
    height: 108px;
    line-height: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #eeebeb;
    padding: 0 10px 0 20px;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 6px solid #f5a916;
    position: relative;
    border-radius: 6px 0 0 0;
    color: #666666;
}

.b-tab_menu--link:hover{
    color: #666666;
}

.b-tab_menu--link:after{
    content: '';
    width: 39px;
    height: 108px;
    background: url('images/tab_menu.png') 0px -108px no-repeat;
    position: absolute;
    top: 0;
    right: -39px;
}

.b-tab_menu--link.active{
    border: 6px solid #f5a916;
    border-bottom: none;
    border-right: none;
    z-index: 1;
    background: #fff;
    color: #005578;
}

.b-tab_menu--link.active:after{
    background-position: 0px 0px;
    top: -6px;
}

.b-tab_menu--img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.b-tab_menu--img img{
    vertical-align: middle;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.b-tab_menu--link.active .b-tab_menu--img img{
    filter: none;
    -webkit-filter: grayscale(0%);
}

.b-tab_menu--content{
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    line-height: 24px;
}



/******************************************************************/
/******************************************************************/
/******************************************************************/

.b-landing_nav {
    background: #339999;
    font-size: 18px;
    line-height: 1.25;
    font-weight: bold;
}

.b-landing_nav ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    width: 100%;
}

.b-landing_nav li{
    display: table-cell;
}

.b-landing_nav a{
    display: block;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    padding: 4px 0;
}

.b-landing_nav a:hover{
    background: #005577;
}

.b-landing_nav a > span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.icon-landing_nav {
    width: 60px;
    height: 60px;
    background: url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/landing_nav.png') no-repeat;
}

.icon-landing_nav-1 {
    background-position: 0px 0px;
}

.icon-landing_nav-2 {
    background-position: -60px 0px;
}

.icon-landing_nav-3 {
    background-position: -120px 0px;
}

.icon-landing_nav-4 {
    background-position: -180px 0px;
}

.icon-landing_nav-5 {
    background-position: -240px 0px;
}

.icon-landing_nav-6 {
    background-position: -300px 0px;
}

.b-landing_main {
    padding-top: 16px;
    padding-bottom: 23px;
}

.b-landing_main-video {
    background: url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/video_bg_1.jpg') left top no-repeat, url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/video_bg_2.jpg') right top no-repeat;
}

.b-landing_main__header {
    position: relative;
    padding: 8px 190px 31px;
    text-align: center;
    background: #fff;
    background: rgba(255,255,255,0.59);
    margin-bottom: -9px;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #01425c;
}

.b-landing_main__header h1{
    font-size: 47px;
    margin-bottom: -3px;
    color: #01425c;
}

.b-landing_main__header p{
    margin: 0;
}

.b-landing_main__header_img {
    position: absolute;
    top: -11px;
}

.b-landing_main__header_img-l {
    left: 0;
}

.b-landing_main__header_img-r {
    right: 0;
}

.b-landing_main__content {
    margin-left: -68px;
}

.b-landing_main__content:after {
    content: '';
    display: table;
    clear: both;
}

.b-landing_main__col {
    float: left;
    width: 33.33%;
    padding-left: 68px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-landing_main__item {
    padding-top: 8px;
    background: #fff;
    background: rgba(255,255,255,0.68);
    margin-bottom: 11px;
}

.b-landing_main__item_header {
    background: #4d9699;
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 8px 30px 8px 70px;
}

.b-landing_main__item_header img{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -34px;
}

.b-landing_main__item_content {
    padding: 12px 19px;
    color: #01425c;
}

.b-landing_main__item_content h4{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #01425c;
}

.b-landing_main__item_content h4 small{
    font-size: 14px;
    text-transform: none;
    display: block;
    line-height: 20px;
}

.b-landing_main__item_content ul{
    margin: 0 0 14px 0;
    padding-left: 20px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.b-landing_main__item_content ul small{
    font-size: 14px;
    text-transform: none;
}

.b-landing_main__item_content ul li{
    margin-bottom: 6px;
}

.b-landing_main__item_content ul a{
    text-decoration: none;
    color: #01425c;
}

.b-landing_main__item_content ul a:hover{
    text-decoration: underline;
}

.b-landing_main__action {
    display: block;
    text-decoration: none;
    background: #fff;
    background: rgba(255,255,255,0.68);
    margin-bottom: 11px;
    border-top: 4px solid #fc0000;
    border-bottom: 4px solid #fc0000;
    font-size: 21px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fc0000;
    padding: 21px 11px;
}

.b-landing_main__action:hover{
    color: #d30303;
    border-color: #d30303;
}

.b-landing_main__action_header {
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 5px;
}

.b-landing_main__action_content {
    margin-bottom: 3px;
}

.b-landing_main__action_footer {
    font-size: 36px;
    font-weight: bold;
    background: url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/action_arrow.png') right center no-repeat;
    text-transform: none;
    padding-right: 50px;
}

.b-landing_benefits{
    position: relative;
    padding-top: 214px;
}

.b-landing_benefits__header{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
}

.b-landing_benefits__header img{
    max-width: 100%;
    height: auto;
}

.b-landing_benefits__content{
    position: relative;
    z-index: 1;
    background: #dcf4f1;
    background: rgba(200,237,233,0.63);
    padding-bottom: 41px;
}

.b-landing_benefits__content:after {
    content: '';
    display: table;
    clear: both;
}

.block_title-large{
    font-size: 30px;
    padding: 15px 0 16px;
    margin-bottom: 27px;
}

.page_turquoise .block_title.block_title-large {
    background-color: rgba(55, 175, 162, 0.80);
}

.block_title-large:before{
    bottom: -3px;
}

.b-landing_benefits__content ul{
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    width: 44.5%;
    font-size: 18px;
}

.b-landing_benefits__content ul:first-child{
    float: left;
}

.b-landing_benefits__content li{
    position: relative;
    min-height: 92px;
    line-height: 92px;
    padding: 0 20px 0 115px;
    margin-bottom: 1px;
}

.b-landing_benefits__content li img{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -46px;
}

.b-landing_benefits__content li > span{
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    position: relative;
    top: -4px;
}

.b-landing_work_scheme{
    padding-bottom: 57px;
}

.b-landing_work_scheme:after {
    content: '';
    display: table;
    clear: both;
}

.b-landing_work_scheme__content{
    width: 668px;
    float: left;
}

.b-work_scheme_list{
    padding: 0 68px 0 0;
    margin: 0;
    list-style: none;
    font-size: 18px;
    line-height: 24px;
}

.b-work_scheme_list li{
    position: relative;
    min-height: 86px;
    line-height: 86px;
    text-align: right;
    background: #e8f8f6;
    margin-bottom: 7px;
    padding: 0 70px 0 20px;
}

.b-work_scheme_list li:nth-child(even){
    background: #c8ede9;
}

.b-work_scheme_list li:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -4px;
    border-bottom: 1px solid #cce5e5;
}

.b-work_scheme_list li:before{
    content: '';
    position: absolute;
    width: 52px;
    height: 101px;
    background: url('images/v_work_scheme_line.png') no-repeat;
    right: -68px;
    bottom: 50%;
}

.b-work_scheme_list li:first-child:after,
.b-work_scheme_list li:first-child:before{
    display: none;
}

.b-work_scheme_list li img{
    position: absolute;
    top: 50%;
    margin-top: -46px;
    right: -46px;
    z-index: 1;
}

.b-work_scheme_list li > span{
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    position: relative;
    top: -4px;
}

.b-work_scheme_list li .note{
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    color: #339999;
    position: absolute;
    left: 13px;
    bottom: 4px;
    text-align: left;
}

.b-landing_work_scheme__form{
    float: right;
    width: 444px;
    margin-top: 35px;
}

.b-consultant_form{
    position: relative;
    background: #c8ede9;
}

.b-consultant_form:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -41px;
    height: 40px;
    background: url('images/banner_shadow.png') center top no-repeat;
}

.b-consultant_form .block_title{
    font-size: 30px;
    padding: 0 0 6px 0;
    line-height: 33px;
    margin-bottom: 1px;
}

.b-consultant_form .block_title small{
    font-size: 22px;
    display: block;
    text-transform: none;
}

.b-consultant_form .block_title:before{
    display: none;
}

.b-consultant_form__content{
    border-top: 4px solid #fc0000;
    border-bottom: 4px solid #fc0000;
    padding: 42px 34px 60px 20px;
}

.form_label{
    float: left;
    width: 80px;
    text-align: right;
    font-size: 22px;
    color: #01425c;
    margin-top: 5px;
}

.form_input{
    margin-left: 90px;
}

.b-consultant_form input[type=text]{
    border-color: #99cccc;
}

.b-consultant_form input[type=text].error {
    border-color: #cc0000;
}

.btn-dark{
    background: #339999;
    color: #fff;
    border: none;
}

.form_submit_row{
    padding-top: 43px;
}

.b-consultant_form .btn{
    height: 51px;
    line-height: 51px;
    font-size: 18px;
}

.b-consultant_form .form_submit_row{
    margin-left: 40px;
}

.b-landing_clients{
    color: #fff;
    background: #12233e url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/v_clients_bg.jpg') center;
    background-size: cover;
    padding-top: 26px;
    padding-bottom: 37px;
    margin-bottom: 1px;
    position: relative;
}

.b-landing_clients:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    height: 1px;
    background: #cc0000;
}

.b-landing_clients .h1{
    color: #fff;
    margin-bottom: 28px;
}

.b-landing_clients__content{
    margin-left: -68px;
    position: relative;
}

.b-landing_clients__content:after {
    content: '';
    display: table;
    clear: both;
}

.b-landing_clients__col{
    float: left;
    width: 33.33%;
}

.b-landing_clients__item{
    margin-left: 68px;
    background: #000;
    background: rgba(0,0,0,0.64);
    font-size: 18px;
    min-height: 220px;
}

.b-landing_clients__item .h3{
    color: #fff;
    font-size: 20px;
    padding: 17px 0 9px;
    border-bottom: 3px solid #fff;
    margin-bottom: 15px;
    text-align: center;
}

.b-landing_clients__item_content{

}

.b-landing_clients__item_content:after {
    content: '';
    display: table;
    clear: both;
}

.b-landing_clients__item_col{
    float: left;
    width: 50%;
}

.b-landing_clients__list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-landing_clients__list > li{
    margin-bottom: 7px;
    padding-bottom: 1px;
}

.b-landing_clients__list > li > a{
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 8px 0;
}

.b-landing_clients__list > li:hover > a,
.b-landing_clients__list > li > a:hover{
    text-decoration: underline;
    background: #339999;
}

.b-landing_clients__list > li > a span{
    display: inline-block;
    width: 136px;
    text-align: left;
    position: relative;
    margin: 0 34px;
}

.b-landing_clients__item_col .b-landing_clients__list > li > a{
    text-align: left;
}

.b-landing_clients__item_col .b-landing_clients__list > li > a span{
    width: auto;
}

.b-landing_clients__list > li:hover > a span,
.b-landing_clients__list > li > a:hover span{
    text-decoration: underline;
}

.b-landing_clients__list > li > a span:before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 3px;
    top: 50%;
    margin-top: -3px;
    left: -15px;
}

.b-landing_clients__popup{
    background: #fff;
    position: absolute;
    left: 68px;
    right: 0;
    margin-top: 1px;
    z-index: 100;
    color: #333;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.b-landing_clients__list > li:hover .b-landing_clients__popup{
    opacity: 1;
    visibility: visible;
}

.b-landing_order_block{
    background: #339999;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 47px;
    position: relative;
    margin-bottom: 3px;
}

.b-landing_order_block:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 2px;
    background: #339999;
}

.b-landing_order_block .h1{
    text-align: center;
    color: #fff;
    margin-bottom: 43px;
}

.b-landing_order_form{
    text-align: center;
    margin-bottom: 42px;
}

.b-landing_order_form__inputs{
    margin-bottom: 32px;
}

.b-landing_order_form__inputs:after {
    content: '';
    display: table;
    clear: both;
}

.b-landing_order_form__inputs .form_row{
    float: left;
    width: 33.33%;
}

.b-landing_order_form .form_label{
    color: #fff;
    font-size: 18px;
}

.b-landing_order_form .form_input{
    position: relative;
    width: 280px;
}

.b-landing_order_form .form_input:before{
    content: '';
    position: absolute;
    height: 38px;
    right: 0;
    width: 100%;
    top: 40px;
    background: url('images/input_shadow.png') right top no-repeat;
}

.b-landing_order_form .form_input div.error{
    position: relative;
    z-index: 1;
}

.b-landing_order_form input[type=text]{
    border-color: #fff;
}

.b-landing_order_form input[type=text].error{
    border-color: #ff0000;
}

.b-landing_order_form__btn{
    text-align: center;
}

.b-landing_order_form__btn > div{
    display: inline-block;
    width: 280px;
    position: relative;
    margin-left: 58px;
}

.b-landing_order_form__btn > div:before{
    content: '';
    position: absolute;
    height: 38px;
    right: 0;
    width: 100%;
    top: 51px;
    background: url('images/input_shadow.png') right top no-repeat;
}

.b-landing_order_form__btn .btn{
    font-size: 18px;
    background: #035750;
    height: 51px;
    line-height: 51px;
}

.b-landing_order_block__phone{
    font-size: 22px;
    margin-left: 130px;
}

.b-landing_order_block__phone > span{
    font-size: 30px;
}

.b-landing_order_block__phone > span b{
    font-size: 36px;
}

.b-landing_products{
    padding-top: 27px;
    padding-bottom: 37px;
}

.b-landing_products .h1{
    margin-bottom: 24px;
}

.b-landing_carousel_w{
    margin: 0 -15px;
}

.b-landing_carousels{

}

.b-landing_carousels:after {
    content: '';
    display: table;
    clear: both;
}

.b-landing_carousels__col{
    float: left;
    width: 270px;
    margin-left: 195px;
}

.b-landing_carousels__col:first-child{
    margin-left: 0;
}

.b-landing_carousels__col:after {
    content: '';
    display: table;
    clear: both;
}

.b-landing_carousel__header{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #01425c;
    border-bottom: 4px solid #339999;
    padding-bottom: 9px;
    margin-bottom: 28px;
}

.b-landing_carousel{

}

.b-landing_carousel:after {
    content: '';
    display: table;
    clear: both;
}

.b-landing_carousel__item{
    float: left;
    width: 25%;
}

.owl-item .b-landing_carousel__item{
    width: 100%;
}

.b-landing_products__item{
    border-bottom: 4px solid #339999;
}

.b-landing_products__item_img{
    height: 150px;
    text-align: center;
    margin-bottom: 27px;
}

.b-landing_products__item_img img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.b-landing_products__item_title{
    font-size: 18px;
    line-height: 1;
    color: #01425c;
    height: 36px;
    overflow: hidden;
    margin-bottom: 5px;
}

.b-landing_products__item_title a{
    text-decoration: none;
    color: #01425c;
}

.b-landing_products__item_title a:hover{
    text-decoration: underline;
}

.b-landing_products__item_price{
    font-size: 18px;
    font-weight: bold;
    color: #fc0000;
    margin-bottom: 8px;
}

.owl-prev,
.owl-next {
    width: 19px;
    height: 28px;
    background: url('images/slider_nav.png') 0 0 no-repeat;
    position: absolute;
    z-index: 10;
    top: 112px;
    cursor: pointer;
    text-indent: -9999px;
}

.owl-prev{
    background-position: 0px 0px;
    left: -34px;
}

.owl-prev:hover{
    background-position: 0px -28px;
}

.owl-next{
    background-position: -19px 0px;
    right: -34px;
}

.owl-next:hover{
    background-position: -19px -28px;
}

.b-landing_carousel .owl-pagination{
    display: none !important;
}

.b-landing_certificates{
    padding-bottom: 20px;
}

.b-landing_certificates .block_title{

}

.certificates_carousel{

}

.certificates_carousel:after {
    content: '';
    display: table;
    clear: both;
}

.certificates_carousel__item{
    text-align: center;
}

.certificates_carousel .owl-prev,
.certificates_carousel .owl-next{
    top: 50%;
    margin-top: -14px;
}

.certificates_carousel .owl-pagination{
    display: none !important;
}


@media all and (max-width: 1230px){
    .wrapper {
        width: 980px;
    }

    .b-header__logo {
        margin-left: 0;
    }

    .b-header__call {
        margin-left: 20px;
        width: 396px;
    }

    .b-header__work_time {
        width: 130px;
    }

    .b-header__address {
        width: 200px;
        margin-top: -12px;
    }

    .b-specialization__items_wrapper {
        margin: 0 -8px;
    }

    .b-specialization__item_container {
        width: 316px;
        margin: 0 8px 16px;
    }

    .b-specialization__item:before{
        display: none;
    }

    .b-specialization__bg {
        padding-left: 174px;
        padding-right: 10px;
    }

    .b-services_list__item{
        width: 25%;
    }

    .b-services_list__link{
        white-space: normal;
    }

    .b-services__banner {
        width: 247px;
    }

    .b-services__slider {
        width: 710px;
    }

    .b-banner:after,
    .b-slider_wrapper:after{
        background-size: 100% auto;
    }

    .b-col__content {
        padding: 0 10px;
    }

    .b-sidebar {
        width: 247px;
    }

    .b-sidebar--certificates {
        margin-left: -20px;
    }

    .b-sidebar--certificate_item {
        width: 113px;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .b-main_content {
        margin-left: 270px;
    }

    .b-buy__link{
        width: 100%;
    }

    .b-buy__title{
        padding: 0;
    }

    .b-demo--online {
        float: none;
        width: auto;
        text-align: center;
    }

    .b-demo--online .btn{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .b-demo--online span{
        margin-left: 0;
    }

    .b-demo--form {
        float: none;
        width: auto;
        margin-top: 11px;
        text-align: center;
    }

    .b-filter_form--label {
        font-size: 13px;
        white-space: nowrap;
    }

    .b-top_nav__field-with_submenu .b-top_nav__link{
        padding-left: 7px;
    }
}

@media all and (max-width: 1000px){
    .wrapper {
        width: 730px;
    }

    .b-top_line{
        position: relative;
        height: auto;
    }

    .b-header {
        padding-top: 0px;
    }

    .b-header__search {
        float: none;
        width: auto;
        margin-top: 0;
        padding-top: 5px;
        margin-bottom: 5px;
    }

    .b-header__nav {
        margin-right: 0;
    }

    .b-header__call {
        margin-left: 240px;
        width: auto;
        float: none;
        margin-top: 0;
        padding-top: 22px;
    }

    .b-header__contacts {
        float: none;
        margin-top: 0;
        clear: both;
        padding-top: 10px;
        padding-left: 11px;
    }

    .b-header__work_time {
        width: 150px;
    }

    .b-header__address {
        width: auto;
        margin-top: 0;
    }

    .b-specialization__items_wrapper {
        margin: 0;
    }

    .b-specialization__item_container {
        width: 48%;
        margin: 0 1% 16px;
    }

    .b-side_form{
        display: none;
    }

    .b-services_list__item {
        width: 33.33%;
        margin-bottom: 20px;
    }

    .b-services__slider {
        width: 525px;
    }

    .b-services__banner {
        width: 188px;
    }

    .b-1c_products__image img{
        max-width: 100%;
        height: auto;
    }

    .b-buy__link {
        width: auto;
    }

    .b-buy__title {
        padding: 0;
    }

    .b-why_me__desc {
        padding-left: 0;
    }

    .b-clients,
    .b-reviews {
        width: auto;
        float: none;
    }

    .b-col {
        margin-left: 0;
        width: 33.33%;
    }

    .b-section_title small {
        margin-left: 0px;
    }

    .b-footer__l {
        margin-left: 0;
    }

    .b-footer__call {
        float: right;
        margin-left: 0;
        width: auto;
        margin-top: 0;
    }

    .b-footer__phone {
        margin-right: 10px;
    }

    .b-top_subnav {
        top: 84px;
    }

    .b-sidebar {
        width: 188px;
    }

    .b-main_content {
        margin-left: 205px;
    }

    .b-sidebar--certificates {
        margin-left: -5px;
        padding-top: 0;
    }

    .b-sidebar--certificate_item {
        width: 91px;
        margin-left: 5px;
        margin-bottom: 5px;
    }

    .b-service_info--icon{
        width: auto;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .b-service_info--content {
        margin-right: 0;
    }

    .b-tab_menu--link {
        padding: 0 0 0 12px;
        font-size: 14px;
    }

    .b-tab_menu--img {
        margin-right: 5px;
    }

    .b-programms--img {
        width: 100px;
        margin-top: 0;
    }

    .b-programms--content {
        overflow: visible;
    }

    .b-programms--content strong {
        clear: both;
    }

    .b-buy__field {
        width: 33.33%;
    }

    .b-filter_form--col {
        margin-bottom: 20px;
    }

    .b-filter_form--col-1 {
        width: 50%;
    }

    .b-filter_form--row{
        margin-bottom: 0;
    }

    .b-filter_form--col-2 {
        width: 100%;
    }
}

@media all and (max-width: 760px){
    .wrapper {
        width: auto;
        padding: 0 10px;
    }

    .b-top_line{
        background: #004f6f;
    }

    .b-top_nav{
        display: block;
        width: auto;
        margin: 0 -10px;
    }

    .b-top_nav__field{
        display: block;
    }

    .b-top_nav__link{
        height: auto;
        line-height: 1.25;
        text-align: left;
        padding: 10px 21px;
    }

    .b-header__logo {
        float: none;
        text-align: center;
    }

    .b-header__call {
        margin-left: 0;
        text-align: center;
    }

    .b-header__phone {
        float: none;
    }

    .b-header__order_call {
        float: none;
        margin-top: 10px;
    }

    .b-header__work_time {
        float: none;
        width: auto;
        text-align: center;
    }

    .b-header__address {
        float: none;
        width: auto;
        text-align: center;
    }

    .block_title {
        font-size: 20px;
    }

    .b-specialization__item_container {
        width: 100%;
        margin: 0 0 10px;
    }

    .b-specialization__bg {
        padding-left: 165px;
        padding-right: 0;
        overflow: hidden;
    }

    .b-services_list__item {
        width: 100%;
        margin-bottom: 25px;
    }

    .b-services__banner{
        display: none;
    }

    .b-services__slider {
        display: none;
    }

    .b-1c_products__field {
        width: 100%;
        margin-bottom: 20px;
    }

    .b-1c_products__title {
        font-size: 20px;
    }

    .b-buy__field {
        width: 50%;
    }

    .b-why_me__item {
        width: 100%;
        margin-bottom: 30px;
    }

    .b-why_me__content {
        margin-left: 0;
    }

    .b-why_me__img {
        float: left;
        margin-left: 0;
        margin-right: 20px;
    }

    .b-clients__item {
        width: 100%;
        margin-bottom: 20px;
    }

    .b-clients__content {
        padding-top: 0;
        text-align: center;
    }

    .b-review__img {
        width: 100%;
        text-align: center;
        margin-top: -73px;
    }

    .b-review__img img {
        display: inline;
    }

    .b-reviews__content {
        padding: 80px 0 0;
    }

    .b-review {
        margin-bottom: 88px;
    }

    .b-review__content{
        padding: 15px;
        margin-left: 0;
    }

    .b-col {
        width: 100%;
        margin-bottom: 40px;
    }

    .b-col-3{
        margin-bottom: 80px;
    }

    .b-footer__l{
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }

    .b-footer__call{
        float: none;
    }

    .b-footer__phone{
        float: none;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .b-footer__order_call {
        float: none;
        text-align: center;
    }

    .b-form{
        width: auto;
    }

    .b-top_subnav{
        display: none !important;
    }

    .b-sidebar {
        width: 100%;
    }

    .b-sidebar--certificates {
        margin-left: -5%;
    }

    .b-sidebar--certificate_item {
        width: 45%;
        margin-left: 5%;
        margin-bottom: 5%;
    }

    .b-main_content {
        margin-left: 0;
        clear: both;
    }

    .breadcrumbs {
        margin-top: 0;
    }

    .b-service_info--icon {
        margin-left: 0;
        float: none;
        text-align: center;
    }

    .b-service_info--icon .service_icon{
        display: inline-block;
    }

    .b-programms--item {
        float: none;
        width: auto;
        margin: 0 0 42px;
    }

    .b-programms--img {
        width: auto;
        margin-top: 0;
        float: none;
        text-align: center;
    }

    .b-tab_menu{
        border-bottom: none;
    }

    .b-tab_menu--field{
        float: none;
        margin: 0;
    }

    .b-tab_menu--link{
        border-radius: 0;
        border: none;
        white-space: normal;
    }

    .b-tab_menu--link.active{
        border: 1px solid #f5a916;
    }

    .b-tab_menu--link:after{
        display: none;
    }

    .b-tab_menu--img{
        float: left;
        margin: 0;
    }

    .b-tab_menu--content{
        display: block;
        margin-left: 70px;
        padding-top: 13px;
    }

    .btn-large {
        font-size: 14px;
        padding: 0 12px;
        height: 52px;
        line-height: 50px;
    }

    .b-demo_form--col {
        float: none;
        width: auto;
    }

    .b-demo_form--col-l .form_row {
        padding-right: 0;
    }

    .b-demo_form--footer {
        padding-top: 16px;
    }

    .b-programms-1 .b-programms--item {
        margin: 0 0 42px;
    }

    td {
        padding: 5px;
    }

    th {
        padding: 8px 5px;
    }

    td:first-child {
        padding-left: 10px;
    }

    .b-filter_form--col {
        margin-bottom: 10px;
        width: 100%;
    }

    .b-filter_form--label-i{
        float: none;
        margin-right: 0;
        margin-top: 0;
    }

    .b-filter_form--col-reset{
        text-align: center;
    }

    .b-top_nav__field-with_submenu .b-top_nav__link {
        padding-left: 21px;
    }

    .b-top_nav__field-with_submenu .b-top_nav__link:after{
        display: none;
    }
}

/******************************************************************/
/******************************************************************/
/******************************************************************/

@media all and (max-width: 1180px){
    .b-footer__address {
        display:none;
    }
}
@media all and (max-width: 1320px){
    .owl-prev {
        left: 0;
    }

    .owl-next {
        right: 0;
    }
}

@media all and (max-width: 1230px){
    .b-landing_main__content{
        margin-left: -10px;
    }

    .b-landing_main__col{
        padding-left: 10px;
    }

    .b-landing_main__item_header{
        padding-right: 0;
    }

    .b-landing_main__action_header{
        font-size: 30px;
    }

    .b-landing_main__action{
        font-size: 20px;
    }

    .b-landing_main__header{
        padding: 8px 160px 31px;
    }

    .b-landing_main__header h1{
        font-size: 36px;
    }

    .b-landing_nav a > span{
        margin-left: 0;
    }

    .b-landing_nav{
        font-size: 16px;
    }

    .b-work_scheme_list li {
        padding: 0 60px 0 10px;
    }

    .b-landing_work_scheme__content{
        width: 580px;
    }

    .b-landing_work_scheme__form{
        width: 380px;
    }

    .b-landing_order_form .form_input{
        width: 230px;
    }

    .b-landing_carousel_w{
        margin: 0;
    }

    .b-landing_clients__content{
        margin-left: -30px;
    }

    .b-landing_clients__item{
        margin-left: 30px;
    }

    .b-landing_clients__popup{
        left: 30px;
    }

    .b-landing_carousels__col {
        margin-left: 85px;
    }
}

@media all and (max-width: 1000px){
    .b-landing_nav a{
        white-space: normal;
        text-align: center;
        min-height: 100px;
    }

    .b-landing_main__header {
        padding: 8px 100px 31px;
        font-size: 20px;
    }

    .b-landing_main__header h1 {
        font-size: 32px;
        margin-bottom: 5px;
    }

    .b-landing_main__header_img img{
        width: 100px;
        height: auto;
    }

    .b-landing_main-video {
        background: url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/video_bg_1.jpg') left top no-repeat;
        background-size: cover;
    }

    .b-landing_benefits__content ul{
        width: 49%;
    }

    .b-landing_benefits__content li{
        margin-bottom: 10px;
    }

    .b-landing_work_scheme__content {
        width: 100%;
    }

    .b-landing_work_scheme__form{
        width: 100%;
    }

    .b-landing_clients__content{
        margin-left: -10px;
    }

    .b-landing_clients__item{
        margin-left: 10px;
        min-height: 0;
        padding-bottom: 10px;
    }

    .b-landing_clients__popup{
        left: 10px;
    }

    .b-landing_clients__item ul{
        display: block;
        width: auto;
    }

    .b-landing_order_form__inputs .form_row {
        float: none;
        width: auto;
        margin-bottom: 30px;
    }

    .b-landing_order_form .form_input {
        width: auto;
    }

    .b-landing_order_form__inputs {
        margin-bottom: 10px;
    }

    .b-landing_order_block__phone {
        text-align: center;
        margin-left: 0;
    }

    .b-landing_carousels__col {
        margin-left: 5px;
        width: 240px;
    }
}

@media all and (max-width: 760px){
    .b-landing_nav ul{
        display: block;
        width: auto;
        margin: 0 -10px;
    }

    .b-landing_nav li{
        display: block;
    }

    .b-landing_nav a{
        text-align: left;
        padding: 2px 10px;
        min-height: 0;
        white-space: nowrap;
    }

    .b-landing_nav a > span {
        margin-left: 10px;
    }

    .b-landing_main__header_img img{
        width: 60px;
    }

    .b-landing_main__header {
        padding: 29px 0px 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .b-landing_main__header h1 {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .b-landing_main__header_img{
        top: -25px;
    }

    .b-landing_main__content{
        margin-left: 0;
    }

    .b-landing_main__col {
        padding-left: 0;
        width: 100%;
    }

    .b-landing_main__item{
        min-height: 0 !important;
    }

    .b-landing_main__item_header{
        font-size: 22px;
    }

    .b-landing_benefits {
        padding-top: 26%;
    }

    .b-landing_benefits__content ul{
        width: 100%;
        font-size: 16px;
    }

    .b-landing_benefits__content li {
        padding: 0 0 0 100px;
    }

    .b-work_scheme_list{
        padding: 0;
        font-size: 16px;
        line-height: 20px;
    }

    .b-work_scheme_list li {
        padding: 0 70px 0 0;
    }

    .b-work_scheme_list li img {
        width: 60px;
        height: 60px;
        right: 0;
        margin-top: -30px;
    }

    .b-work_scheme_list li > span{
        line-height: 20px;
    }

    .b-work_scheme_list li .note {
        font-size: 12px;
        line-height: 14px;
        left: 8px;
        bottom: 2px;
        right: 0;
    }

    .b-work_scheme_list li:before{
        display: none;
    }

    .b-consultant_form .block_title small{
        font-size: 16px;
    }

    .b-consultant_form .block_title{
        font-size: 26px;
    }

    .b-consultant_form__content{
        padding: 20px 10px;
    }

    .form_label {
        width: 60px;
        font-size: 16px;
        margin-top: 7px;
    }

    .form_input {
        margin-left: 70px;
    }

    .b-consultant_form .form_submit_row {
        margin-left: 0;
        padding-top: 20px;
    }

    .b-landing_clients__content{
        margin-left: 0;
    }

    .b-landing_clients__popup{
        left: 0;
    }

    .b-landing_clients__col{
        width: 100%;
    }

    .b-landing_clients__item{
        margin-left: 0;
        margin-bottom: 10px;
    }

    .b-landing_clients__item li {
        margin-bottom: 10px;
    }

    .b-landing_order_form__btn > div {
        display: block;
        width: auto;
        margin-left: 0;
    }

    .b-landing_products .h1 {
        margin-bottom: 20px;
    }

    .b-landing_products__item{
        margin: 0;
    }

    .b-landing_carousels__col{
        width: 100%;
        margin: 0 0 20px 0;
    }
}













/* BROWN */

.page_brown .b-slider__menu{
    background-color: #d9d9d9;
}

.page_brown .b-slider__menu a.active:after{
    border-bottom-color: #d9d9d9;
}

.page_brown .line_title{
    border-bottom-color: #d9d9d9;
}

.page_brown .b-service_info {
    border-color: #d9d9d9;
    background-color: #fbead9;
}

.page_brown .desc_list li:before {
    background: url('images/desc_list_brown.png');
}

.page_brown th {
    border-color: #d9d9d9;
    background-color: #efefef;
}

.page_brown td{
    border-color: #d9d9d9;
}

.page_brown tr:nth-child(odd) td {
    background-color: #efefef;
}

.page_brown .icon-plus{
    background-color: #ad7962;
}

.page_brown .icon-xlsx{
    background-color: #ad7962;
}

.page_brown .block_title{
    background-color: #ad7962;
}

.page_brown .b-sidebar_menu {
    background-color: #fbead9;
}

.page_brown .b-sidebar_menu--list > li > a:hover {
    background-color: #ad7962;
}

.page_brown .b-footer,
.page_brown .b-footer:before{
    background-color: #d9d9d9;
}

.page_brown .side_form_target{
    background-color: #d9d9d9;
}

.page_brown .side_form,
.page_brown .b-form{
    border-color: #d9d9d9;
}

/* GREEN */

.page_green .b-slider__menu{
    background-color: #3a8118;
}

.page_green .b-slider__menu a.active:after{
    border-bottom-color: #3a8118;
}

.page_green .line_title{
    border-bottom-color: #337c4a;
}

.page_green .b-service_info {
    border-color: #499e20;
    background-color: #dafec9;
}

.page_green .desc_list li:before {
    background: url('images/desc_list_green.png');
}

.page_green th {
    border-color: #89c943;
    background-color: #daf3da;
}

.page_green td{
    border-color: #89c943;
}

.page_green tr:nth-child(odd) td {
    background-color: #f1faf0;
}

.page_green .icon-plus{
    background-color: #85c83f;
}

.page_green .icon-xlsx{
    background-color: #89c943;
}

.page_green .block_title{
    background-color: #499e20;
}

.page_green .b-sidebar_menu {
    background-color: #dafec9;
}

.page_green .b-sidebar_menu--list > li > a:hover {
    background-color: #49af36;
}

.page_green .b-footer,
.page_green .b-footer:before{
    background-color: #3a8118;
}

.page_green .side_form_target{
    background-color: #3a8118;
}

.page_green .side_form,
.page_green .b-form{
    border-color: #3a8118;
}

/* GRAY */

.page_gray .b-slider__menu{
    background-color: #6e6b6b;
}

.page_gray .b-slider__menu a.active:after{
    border-bottom-color: #6e6b6b;
}

.page_gray .line_title{
    border-bottom-color: #6e6b6b;
}

.page_gray .b-service_info {
    border-color: #838181;
    background-color: #edeaed;
}

.page_gray .desc_list li:before {
    background: url('images/desc_list_gray.png');
}

.page_gray th {
    border-color: #6e6b6b;
    background-color: #d0cfcf;
}

.page_gray td{
    border-color: #6e6b6b;
}

.page_gray tr:nth-child(odd) td {
    background-color: #edeaed;
}

.page_gray .icon-plus{
    background-color: #005578;
}

.page_gray .icon-xlsx{
    background-color: #838181;
}

.page_gray .block_title{
    background-color: #838181;
}

.page_gray .b-sidebar_menu {
    background-color: #edeaed;
}

.page_gray .b-sidebar_menu--list > li > a:hover {
    background-color: #838181;
}

.page_gray .b-footer,
.page_gray .b-footer:before{
    background-color: #6e6b6b;
}

.page_gray .side_form_target{
    background-color: #6e6b6b;
}

.page_gray .side_form,
.page_gray .b-form{
    border-color: #6e6b6b;
}

/* TURQUOISE */

.page_turquoise .b-slider__menu{
    background-color: #329e92;
}

.page_turquoise .b-slider__menu a.active:after{
    border-bottom-color: #329e92;
}

.page_turquoise .line_title{
    border-bottom-color: #329e92;
}

.page_turquoise .b-service_info {
    border-color: #329e92;
    background-color: #c8ede9;
}

.page_turquoise .desc_list li:before {
    background: url('images/desc_list_turquoise.png');
}

.page_turquoise th {
    border-color: #329e92;
    background-color: #c8ede9;
}

.page_turquoise td{
    border-color: #329e92;
}

.page_turquoise tr:nth-child(odd) td {
    background-color: #ecf9f7;
}

.page_turquoise .icon-plus{
    background-color: #37afa2;
}

.page_turquoise .icon-xlsx{
    background-color: #37afa2;
}

.page_turquoise .block_title{
    background-color: #37afa2;
}

.page_turquoise .b-sidebar_menu {
    background-color: #c8ede9;
}

.page_turquoise .b-sidebar_menu--list > li > a:hover {
    background-color: #37afa2;
}

.page_turquoise .b-footer,
.page_turquoise .b-footer:before{
    background-color: #329e92;
}

.page_turquoise .side_form_target{
    background-color: #329e92;
}

.page_turquoise .side_form,
.page_turquoise .b-form{
    border-color: #329e92;
}

/* VIOLET */

.page_violet .b-slider__menu{
    background-color: #90839e;
}

.page_violet .b-slider__menu a.active:after{
    border-bottom-color: #90839e;
}

.page_violet .line_title{
    border-bottom-color: #90839e;
}

.page_violet .b-service_info {
    border-color: #90839e;
    background-color: #f1e5fd;
}

.page_violet .desc_list li:before {
    background: url('images/desc_list_violet.png');
}

.page_violet th {
    border-color: #90839e;
    background-color: #cdc7d3 ;
}

.page_violet td{
    border-color: #90839e;
}

.page_violet tr:nth-child(odd) td {
    background-color: #f1e5fd;
}

.page_violet .icon-plus{
    background-color: #a899b9;
}

.page_violet .icon-xlsx{
    background-color: #a899b9;
}

.page_violet .block_title{
    background-color: #a899b9;
}

.page_violet .b-sidebar_menu {
    background-color: #f1e5fd;
}

.page_violet .b-sidebar_menu--list > li > a:hover {
    background-color: #a899b9;
}

.page_violet .b-footer,
.page_violet .b-footer:before{
    background-color: #90839e;
}

.page_violet .side_form_target{
    background-color: #90839e;
}

.page_violet .side_form,
.page_violet .b-form{
    border-color: #90839e;
}

/* YELLOW */

.page_yellow .b-slider__menu{
    background-color: #e39d14;
}

.page_yellow .b-slider__menu a.active:after{
    border-bottom-color: #e39d14;
}

.page_yellow .line_title{
    border-bottom-color: #f5a916;
}

.page_yellow .b-service_info {
    border-color: #f5a916;
    background-color: #efefef;
}

.page_yellow .desc_list li:before {
    background: url('images/desc_list_yellow.png');
}

.page_yellow th {
    border-color: #f5a916;
    background-color: #fbdea6 ;
}

.page_yellow td{
    border-color: #f5a916;
}

.page_yellow tr:nth-child(odd) td {
    background-color: #efefef;
}

.page_yellow .icon-plus{
    background-color: #f5a916;
}

.page_yellow .icon-xlsx{
    background-color: #f5a916;
}

.page_yellow .block_title{
    background-color: #f5a916;
}

.page_yellow .b-sidebar_menu {
    background-color: #efefef;
}

.page_yellow .b-sidebar_menu--list > li > a:hover {
    background-color: #f5a916;
}

.page_yellow .b-footer,
.page_yellow .b-footer:before{
    background-color: #f5a916;
}

.page_yellow .side_form_target{
    background-color: #f5a916;
}

.page_yellow .side_form,
.page_yellow .b-form{
    border-color: #f5a916;
}



/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}





/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    /*background-image: url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/fancybox_sprite.png');*/
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('https://forex-broker.com.ua/wp-content/themes/forexobzor8-wp/images/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}


#open-demo-acc-btn { background: transparent url('images/open-demo-bt-new.png') no-repeat scroll 0px 0px; width: 300px; height: 77px; margin-bottom: 10px; }
#open-real-acc-btn:hover, #open-real-acc-btn-disabled:hover, #open-real-acc-btn1:hover, #open-real-acc-btn21:hover,
#open-real-acc-btn-disabled1:hover, #open-real-acc-btn2:hover, #open-real-acc-btn2-disabled:hover, #open-real-acc-btn2-disabled1:hover
{ opacity:0.8; }
#open-demo-acc-btn:hover { opacity:0.8; }
#open-real-acc-btn:active, #open-real-acc-btn-disabled:active, #open-real-acc-btn1:active, #open-real-acc-btn21:active,
#open-demo-acc-btn:active { background-position: 0px -98px; }
#deposit-btn-new a, #open-real-acc-btn a, #open-real-acc-btn1 a, #open-real-acc-btn2 a, #open-real-acc-btn21 a, #open-demo-acc-btn a, #download-mt4-btn a, .download-mt4-btn a, #live-chat-btn a { text-decoration: none; }
.open-alligner { height: 75px; display: table; }
#deposit-btn-new-txt, #open-real-acc-btn-txt, #open-real-acc-btn-txt1, #open-demo-acc-btn-txt, #live-chat-btn-txt { padding-left: 7px; padding-top: 21px;
    width: 160px; text-align: center; display: table-cell; font-size:16px; color: rgb(255, 255, 255);}
#open-real-acc-btn-txt, #open-real-acc-btn-txt1, #deposit-btn-new-txt { color: rgb(255, 255, 255); text-shadow: 0px 1px rgb(0, 0, 0); }
#open-demo-acc-btn-txt { color: rgb(0, 84, 118); text-shadow: 0px 1px rgb(255, 255, 255); }



.wrapper1 {     width: 100%;    display: table;     border: 0px solid #FA5252;    border-collapse: collapse;  margin-bottom:22px;   }
.row {     display: table-row; }
.col {    border: 1px solid #0080B2;     display: table-cell;     vertical-align: middle;    padding: 8px;     width: 35%;}
.col2 {    border:1px solid #0080B2;     display: table-cell;     vertical-align: middle;    padding: 8px;     width: 65%;}
.row:nth-of-type(even) {
    background: #E5F7FF;
}
/* == Для разрешения 601px-1024px == */

@media only screen and (max-width: 1024px),
(min-device-width: 600px) and (max-device-width: 1024px) {
    .wrapper1 {
        border: 0px solid #C9B087; margin-bottom:22px;
    }
    .row {
        border: 0px solid #C9B087;
    }
    .col {         border: none;    }
    .col2 {         border: none;    }
    .row > .col:nth-child(1),
    .col:nth-child(3) {         float: left;        width: 50%;        border-right: 0px solid #C9B087;    }
    .row > .col:nth-child(2),
    .col:nth-child(4) {         float: right;         width: 45.6%;    }
}
/* == Для разрешения < 600px == */

@media only screen and (max-width: 600px),
(min-device-width: 0px) and (max-device-width: 600px) {
    .wrapper1 {
        display: table;
        border: 0px solid #FA5252;
    }
    .row > .col:nth-child(1),
    .col:nth-child(3) {
        width: 100%;
    }
    .row > .col:nth-child(2),
    .col:nth-child(4) {
        width: 100%;
        box-sizing: border-box;
    }
    .row > .col:nth-child(2) {
        border-bottom: 1px solid #C9B087;
        border-top: 1px solid #C9B087;
    }
    .row > .col:nth-child(4) {
        border-top: 1px solid #C9B087;
    }
}

.rating-result {
    border-bottom: 1px solid #F7F3ED; margin-bottom:12px;
}

.art1 .no-rating-results-text {display:none }


.pagination {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600; margin-left:42%; font-size:20px; margin-bottom:25px
}
.pagination.current,
a.pagination:hover {
    background: #006699;
}


blockquote    {
    background: #f4f8f9; padding:14px 14px 14px 34px;
    border-left: 3px solid #006699; margin-left:0px
}
.commentlist li{
    margin: 15px 0;
    padding: 15px;
    /* background-color: rgba(0,85,132,0.03);*/
    background-color: #f8fafc;
}
.navigation{
    display: inline-block;
    width: 100%;
    margin: 25px 0;
}
.comment-meta.commentmetadata{
    margin: 10px 0;
}
.comment-author.vcard{
    font-size: 24px;
    font-style: normal!important;
    font-weight: 600;
    color: #005584;
}
.comment-author.vcard cite{
    font-style: normal!important;
}
.comment-author.vcard img{
    margin-bottom: -6px;
}
.add-comment-anchor{
    float: right;
    width:180px;
    height: 35px;
    display: block;
    background-color: #005584;
    text-align: center;
    line-height: 35px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 30px;
}
.add-comment-anchor:hover{
    color: #f7bd4b;
    box-shadow: inset 0 0 4px rgba(0,0,0,.5);
}
.submit-custom{
    width:180px;
    display: block;
    border: none;
    background-color: #005584;
    text-align: center;
    line-height: 35px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 30px;
}
.submit-custom:hover{
    color: #f7bd4b;
    box-shadow: inset 0 0 4px rgba(0,0,0,.5);
}

.widget .content-body-module-body {
    background-color: #dddddd;
}

.widget {
    margin-bottom: 20px;
}

.strong {
    font-weight: 700;
}

.menu-item {
    display: table-cell;
}

.menu-item a{
    color: #fff;
    display: block;
    text-decoration: none;
    text-align: center;
    height: 42px;
    line-height: 39px;
    text-shadow: 0px -1px 0px #000;
}

.menu-item a span{
    vertical-align: middle;
    line-height: 14px;
    display: inline-block;
}

.menu-item a:hover,
.menu-item.current-menu-item a{
    color: #fff;
    background: #F7BD4B;
    text-shadow: 0px -1px 0px #cccccc;
}
/*Begin header style*/

.b-header__phone span.bold{
    font-weight: 700;
    font-size: 29px;
    color: #F7BD4B;
    display: inline;
}

.b-header__work_time span.bold{
    font-weight: 700;
}
/*End header style*/

/*Begin comment style*/
p#reply-title{
    font-size:18px;
    font-weight: bold;
    color: #005578;
    margin: 0 0 17px 0;
    line-height: normal;
}


/*End comment style*/

@media (max-width: 760px) {
    .menu-item {
        display: block;
    }
}