/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03.02.2016, 8:49:03
    Author     : zavpro
*/


@font-face {
    font-family: custom; /* Имя шрифта */
    src: url('../fonts/MyriadProRegular.ttf'); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: other; /* Имя шрифта */
    src: url('../fonts/MyriadProBold.ttf'); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: title; /* Имя шрифта */
    src: url('../fonts/MyriadProBold.ttf'); /* Путь к файлу со шрифтом */
}

.wp-block-media-text img {
    height: auto!important;
}

body{
    margin: 0;
    padding: 0;
    font-family: custom!important;
    color: #333;
}

h1, h2, h3, h4, h5{
    font-family: title!important;
    font-weight: 600;
}

header{
    width: 100%;
}

button:active, button:focus {
    outline: none !important;
}
button::-moz-focus-inner {
    border: 0 !important;
}

input:active, input:focus {
    outline: none !important;
}
input::-moz-focus-inner {
    border: 0 !important;
}

select:active, input:focus {
    outline: none !important;
}
select::-moz-focus-inner {
    border: 0 !important;
}

div:active, div:focus {
    outline: none !important;
}
div::-moz-focus-inner {
    border: 0 !important;
}

textarea:active, textarea:focus {
    outline: none !important;
}
textarea::-moz-focus-inner {
    border: 0 !important;
}

.container{
    /*    width: 1100px;*/
    margin: auto;
}

.box_2{
    width: 49.8%;
    display: inline-block;
}

.box_3{
    width: 33.3%;
    display: inline-block;
}

.box_4{
    width: 24.7%;
    display: inline-block;
}

.box_5{
    width: 20%;
    display: inline-block;
}

ul{
    padding: 0;
    margin: 0;
}

ul li{
    list-style: none;
}

a{
    text-decoration: none;
    color: #00B2DE;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover{
    color: #336699;
}

header ul li{
    display: inline-block;
}

.s_header_up{
    width: 100%;
    background: #F7F7F7;
    border-bottom: solid 1px #CCCCCC;
    font-size: 14px;
    color: #4d4d4d;
    padding: 7px 0;
}

.header_up{
    width: 100%;
    height: 40px;
    background: #F7F7F7;
    border-bottom: solid 1px #CCCCCC;
    font-size: 14px;
}

.header_up ul{
    margin-top: 8px;
}

.header_up ul li{
    margin-right: 20px;
}

.header_up ul li a{
    color: #4d4d4d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header_up ul li a:hover{
    color: #009BDE;
}

.header_up ul li a img{
    margin-right: 3px;
}

.header_up ul li font{
    font-family: other; 
    font-size: 18px;
}

.header_down{
    width: 100%;
    height: 75px;
    background: #fff;;
    border-bottom: solid 3px #336699;
}

.s_header_down{
    width: 100%;
    height: 40px;
    background: #fff;;
    border-bottom: solid 3px #336699;
}

.header_down div{
    vertical-align: top;
}

.header_down a{
    color: #333;
}

.align_right{
    text-align: right;
}

.img_style_1{
    position: relative;
    top: 2px;
}

.header_down_logo{
    padding-top: 7px;
    display: inline-block;
    margin-right: 20px;
}

.header_down_sad{
    display: inline-block;
    height: 75px;
    background: url('../img/icon-line-down.png');
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 92%;
    padding-left: 25px;
    padding-right: 45px;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover .header_down_sad{
    background: url('../img/icon-line-down.png') #336699;
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 92%;
    border-left: solid 1px #336699;
    border-right: solid 1px #336699;
    color: #fff;
}

.header_down_sad_active{
    background: url('../img/icon-line-down.png') #336699;
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 92%;
    border-left: solid 1px #336699;
    border-right: solid 1px #336699;
    color: #fff;
}

.header_down_sad p{
    margin-bottom: 0;
    margin-top: 17px;

}

.header_down_sad h3{
    margin-bottom: 0;
    margin-top: -5px;
}

.header_down_school{
    display: inline-block;
    height: 75px;
    background: url('../img/icon-line-down.png');
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 88%;
    padding-left: 25px;
    padding-right: 45px;
    margin-left: -3px;
    border-right: solid 1px #CCCCCC;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover .header_down_school{
    background: url('../img/icon-line-down.png') #336699;
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 88%;
    border-right: solid 1px #336699;
    color: #fff;
}

.header_down_school_active{
    background: url('../img/icon-line-down.png') #336699;
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 88%;
    border-right: solid 1px #336699;
    color: #fff;
}

.header_down_school p{
    margin-bottom: 0;
    margin-top: 17px;

}

.header_down_school h3{
    margin-bottom: 0;
    margin-top: -5px;
}

.header_down_box{
    float: right;
}

.header_down_box2{
    height: 75px;
    display: inline-block;
}

.search_box{
    display: inline-block;
    margin-right: 30px;
    margin-top: 22px;
}

.button{
    background: #fff;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    text-align: center;
    padding: 12px 25px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button:hover{
    background: #336699;
    color: #fff;
    border: solid 1px #336699;
}

.create_but{
    margin-top: 14px;
}

.search_box input#search{
    border: solid 1px #fff;
    background: url('../img/icon-search.png');
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 3px;
    padding: 8px;
    width: 30px;
    text-indent: -50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.search_box input#search:hover{
    background: url('../img/icon-search.png') #F7F7F7;
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 5px;
    width: 230px;
    text-indent: 25px;
}

.search_box input#search:focus{
    border: solid 1px #336699;
    background: url('../img/icon-search.png') #F7F7F7;
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 5px;
    width: 230px;
    text-indent: 25px;
}

.search_icon{
    position: relative;
    top: 5px;
}

.header_down_box2 a{
    font-weight: 600;
    font-size: 18px;
    margin-right: 30px;
    position: relative;
    top: 26px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.header_down_box2 a:hover{
    color: #009BDE;
}

.submenu{
    height: 435px;
}

.home_slider{
    height: 435px;
}

.home_slider_box{
    height: 435px!important;
}

.banner_home{
    background: url('../img/banner-home-1.png');
    background-position: center;
}

.banner_home h1{
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 40px;
    font-size: 28px;
}

.banner_home h3{
    margin-bottom: 30px;
    font-size: 22px;
    margin-top: 0;
}

.banner_home p{
    width: 50%;
    margin-bottom: 30px
}

.banner_home input{
    color: #999999;
    font-size: 14px;
}

.banner_home input:hover{
    color: #fff;
}

table{
    width: 100%;
}

table tr td{
    padding: 0;
}

.home_slider .slick-prev{
    background: url('../img/icon-prev.png') transparent;
    background-position: center;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    color: transparent;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    top: 390px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.home_slider .slick-prev:hover{
    background: url('../img/icon-prev.png') #fff;
    background-position: center;
    background-repeat: no-repeat;
}

.home_slider .slick-next{
    background: url('../img/icon-next.png') transparent;
    background-position: center;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    color: transparent;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    top: 390px;
    margin-left: 490px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.home_slider .slick-next:hover{
    background: url('../img/icon-next.png') #fff;
    background-position: center;
    background-repeat: no-repeat;
}

.home_slider .slick-dots{
    margin: auto;
    width: 1200px;
    padding-left: 170px;
    margin-top: -43px;
    position: relative;
    z-index: 1;
}

.home_slider .slick-dots li{
    display: inline-block;
}

.home_slider .slick-dots li input{
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
    color: #999999;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.home_slider .slick-dots .slick-active input{
    color: #333!important;
}

.login_box{
    position: absolute;
    top: 115px;
    width: 100%;
}

.login_box_in{
    background: rgba(255, 255, 255, 0.8);
    /*    width: 265px;*/
    border-radius: 10px;
    text-align: center;
    float: right;
    padding: 20px;
    margin-top: 50px;
}

.login_box_in h2{
    font-size: 22px;
    margin-top: 0;
}

.login_box_in input[type="text"]{
    width: 225px;
    height: 35px;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    margin-bottom: 15px;
    text-indent: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.login_box_in input[type="text"]:focus{
    border: solid 1px #336699;
}

.login_box_in input[type="submit"]{
    background: #336699;
    color: #fff;
    width: 225px;
    height: 35px;
    border: solid 1px #336699;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 17px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.login_box_in input[type="submit"]:hover{
    background: #274D73;
}
.login_box_in a{
    color: #999999;
}

.login_box_in a:hover{
    color: #333;;
}

.submenu_sad{
    position: absolute;
    top: 119px;
    width: 100%;
    height: 435px;
    background: url('../img/banner-menu-1.png');
    background-position: center;
    z-index: 9999;
    display: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.submenu_sad h3{
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 24px;
}

.submenu_sad h1{
    margin-top: -5px;
    margin-bottom: 20px;
}

.submenu_sad p{
    width: 50%;
    margin-bottom: 30px;
}

.submenu_sad ul li{
    margin-bottom: 10px;
}

.submenu_sad ul li a{
    color: #333;
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.submenu_sad ul li a:hover{
    color: #009BDE;
}

.submenu_school{
    position: absolute;
    top: 119px;
    width: 100%;
    height: 435px;
    background: url('../img/banner-menu-2.png');
    background-position: center;
    z-index: 9999;
    display: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.submenu_school h3{
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 24px;
}

.submenu_school h1{
    margin-top: -5px;
    margin-bottom: 20px;
}

.submenu_school p{
    width: 50%;
    margin-bottom: 30px;
}

.submenu_school ul li{
    margin-bottom: 10px;
}

.submenu_school ul li a{
    color: #333;
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.submenu_school ul li a:hover{
    color: #009BDE;
}

.dis_none{
    display: none!important;
}

.con_in1{
    text-align: center;
    padding-top: 15px; 
}

.con_in1 h2{
    margin-bottom: 5px;
}

.con_in1 p{
    margin-top: 5px;
    margin-bottom: 40px;
}

.con_in1_box{
    border-bottom: solid 1px #CCCCCC;
    padding-bottom: 50px;
}

.con_in1_box .box_4 h3{
    margin-top: 5px;
}

.con_in2{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.con_in2 table{
    text-align: left;
}

.padding_right_1{
    padding-right: 100px;
}

.con_in2 input{
    font-size: 14px;
}

.con_in3{
    width: 100%;
    height: 430px;
    text-align: center;
    background: url('../img/banner-home-3.png');
    background-position: center;
}

.con_in3 h2{
    position: relative;
    top: 50px;
}

.con_in3 p{
    position: relative;
    top: 70px;
    text-align: left;
    padding-left: 36%;
}

.con_in3 input{
    font-size: 14px;
    position: relative;
    top: 100px;
}

.con_in4{
    padding-top: 50px;
    padding-bottom: 50px;
}

.con_in4 a{
    color: #333;
}

.con_in4 a:hover{
    color: #00B2DE;
}

.con_in4 h3{
    margin-bottom: 5px;
}

.con_in4 p{
    margin-top: 5px;
    padding-left: 28px;
}

.con_in4 img{
    position: relative;
    top: 3px;
    margin-right: 10px;
}

footer{
    background: #F7F7F7;
    color: #808080;
}

.fot_up{
    border-top: solid 1px #CCCCCC;
    padding-top: 50px;
    padding-bottom: 50px;
}

.fot_up h1{
    margin-top: 0;
    margin-bottom: 10px;
}

.fot_up h2{
    line-height: 1;
}

.fot_up h3{
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 0;
}

.font_other{
    font-family: other;
}

.fot_up a{
    color: #808080;
}

.fot_up a:hover{
    color: #009BDE;
    text-decoration: none;
}

.fot_up ul li{
    margin: 10px 0;
    line-height: 1.2em;
}

.fot_up td{
    /*    width: 25%;*/
}

.fot_down{
    border-top: solid 1px #CCCCCC;
    padding: 15px 0;
    color: #b3b3b3;
}

.fot_down a{
    color: #b3b3b3;
}

.fot_down a:hover{
    color: #336699;
    text-decoration: none;
}

.submenu h1 input{
    padding: 10px 10px;
    position: relative;
    top: -13px;
    margin-left: 20px;
    font-weight: normal;
    font-size: 16px;
    width: 90px;
}

.s_header_up a{
    color: #4d4d4d;
}

.s_header_up a:hover{
    color: #00B2DE;
}

.s_header_up_left .col-md-10{
    margin-left: -40px;
}

.s_header_up_left h2{
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 22px;
}

.s_header_up_left p{
    margin-top: 0;
    margin-bottom: 0;
}

.s_header_up_left tr td{
    padding-top: 3px;
}

.s_header_up_right{
    padding-top: 2px;
}

.s_header_up_right ul{
    margin-top: 5px;
}

.s_header_up_right ul li font{
    font-size: 18px;
    font-weight: bold;
}

.s_header_up_right ul li{
    margin-left: 15px;
}

.s_header_up_right ul li a i{
    position: relative;
    top: 3px;
    font-size: 16px;
}

.s_header_up_right span{
    font-size: 20px;
    margin-top: 5px;
}

.s_header_up_right span i{
    position: relative;
    top: 3px;
    font-size: 18px;
}

.search_box_sad{
    display: inline-block;
}

.search_box_sad form{
    margin-bottom: 0;
}

.search_box_sad input#s{
    border: solid 1px #F7F7F7;
    background: url('../img/icon-search.png');
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 3px;
    padding: 6px;
    width: 30px;
    text-indent: -50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.search_box_sad input#s:hover{
    background: url('../img/icon-search.png') #e6e6e6;
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 5px;
    width: 170px;
    text-indent: 25px;
}

.search_box_sad input#s:focus{
    border: solid 1px #336699;
    background: url('../img/icon-search.png') #e6e6e6;
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 5px;
    width: 170px;
    text-indent: 25px;
}

.s_header_down .container{
    position: relative;
}

.s_header_down .col-md-4, .s_header_down .col-md-2{
    display: table;
    position: relative;
    height: 100%;
    text-align: center;
    font-size: 16px;
    border-left: solid 1px #CCCCCC;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.s_header_down .col-md-4:hover, .s_header_down .col-md-2:hover{
    background-color: #336699;
}

.s_header_down .col-md-4 span, .s_header_down .col-md-2 span{
    display: table-cell;
    vertical-align: middle;
}

.s_header_down .col-md-4 span, .s_header_down .col-md-2 span{
    color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.s_header_down a{
    color: #333;
}

.s_header_down a:hover{
    text-decoration: none;
    color: #009BDE!important;
}

.s_header_down .col-md-4:hover span, .s_header_down .col-md-2:hover span{
    color: #fff!important;
}

.drop-line-box{
    background-image: url('../img/icon-line-down.png');
    background-position: center right 10px;
    background-repeat: no-repeat;
}

.submenu-box{
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    width: 100%;
    min-width: 379px;
    z-index: 999;
}

.submenu-box-list{
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
    text-align: left;
    border-left: solid 3px #336699;
    border-bottom: solid 3px #336699;
    border-right: solid 3px #336699;
    border-top: solid 1px #ccc;
}

.submenu-box-list .menu-item-has-children a{
    background-image: url('../images/icon-next.png');
    background-position: center right 14px;
    background-size: 7px;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    display: inline-block;
}

.submenu-box-list .menu-item-has-children .sub-menu li a{
    background-image: none;
}

.submenu-box-list .menu-item-has-children .sub-menu li.menu-item-has-children a{
    background-image: url('../images/icon-next.png')!important;
}

.submenu-box-list ul li.menu-item-has-children .sub-menu li.menu-item-has-children:hover .sub-menu li a{
    background-image: none!important;
}

.submenu-box-list ul li.menu-item-has-children .sub-menu li.menu-item-has-children:hover .sub-menu li.menu-item-has-children a{
    background-image: url('../images/icon-next.png')!important;
}

.submenu-box-list #menu-main_menu{
    display: inline-block;
    position: relative;
}

.submenu-box-list .sub-menu{
    display: none;
    position: absolute;
    width: 100%;
    max-width: 314px;
    top: -1px;
    left: 100%;
    z-index: 9999;
    background-color: #fff;
    border: solid 1px #CCCCCC;
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

.submenu-box-list .sub-menu:before, .submenu-box-list .sub-menu:after{
    bottom: auto;
    top: 10px;
    left: -10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.submenu-box-list .sub-menu:before{
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #ccc;
    border-width: 10px;
    margin-left: -10px;
}

.submenu-box-list .sub-menu:after{
    border-color: rgba(242, 242, 242, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-left: -9px;
}

.submenu-box-list .sub-menu li{
    display: block;
}

.submenu-box-list ul li.menu-item-has-children:hover .sub-menu{
    display: block;
}

.submenu-box-list ul li.menu-item-has-children:hover .sub-menu li.menu-item-has-children .sub-menu{
    display: none!important;
}

.submenu-box-list ul li.menu-item-has-children .sub-menu li.menu-item-has-children:hover .sub-menu{
    display: block!important;
}

.sbl-st1{
    /*    background: url('../images/icon-gerb-sub.png') #fff;
        background-repeat: no-repeat;
        background-position: right -23%;*/
}

.sbl-st2{
    /*    background: url('../img/banner-menu-2.png') #fff;
        background-repeat: no-repeat;
        background-position: right -23%;
        background-size: contain;*/
}

.active-box-menu{
    background-color: #009BDE;
}

.submenu-box-list ul li{
    display: inline-block;
    position: relative;
    line-height: 1.2em;
    width: 100%;
    border-bottom: solid 1px #F7F7F7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.submenu-box-list ul li:hover{
    background-color: #F7F7F7;
}

.submenu-box-list ul li a{
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
}

.s_header_down table tr td:hover .submenu_about a{
    color: #333;
}

.c_content{
    width: 800px;
    position: relative;
    top: -3px;
}

.content{
    /*    width: 800px;*/
}

.widecolumn{
    padding-right: 20px;
}

.c_sidebar{
    width: 300px;
    position: relative;
    top: -3px;
    left: -3px;
}

.prov_box{
    margin-left: -30px;
    width: 112%;
    height: auto;
    color: #fff;
    display: inline-block;
    text-align: left;
}

.prov_box h3{
    margin-left: 15px;
    margin-top: 9px;
    text-align: left;
    margin-bottom: 13px;
    line-height: 0.9;
    letter-spacing: 0;
}

.button_1{
    width: 89%;
    background: #fff;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    text-align: center;
    padding: 8px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button_1:hover{
    background: #274D73;
    color: #fff;
    border: solid 1px #274D73;
}

.login_sidebar{
    margin-left: -30px;
    width: 112%;
    background-color: #274D73;
    color: #fff;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.login_sidebar:hover{
    background-color: #34a6d2;
}

.login_sidebar_up{
    height: 37px;
}

.login_sidebar_up i{
    float: right;
    right: 10px;
    position: relative;
    top: -2px;
}

.login_sidebar_down{
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.login_sidebar:hover .login_sidebar_down{
    height: 165px;
}

.login_sidebar h3 img{
    float: right;
    margin-right: 17px;
    margin-top: 5px;
    -moz-transform: rotate(45deg); /* Для Firefox */
    -ms-transform: rotate(45deg); /* Для IE */
    -webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Для Opera */
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.login_sidebar:hover h3 img{
    -moz-transform: rotate(0deg); /* Для Firefox */
    -ms-transform: rotate(0deg); /* Для IE */
    -webkit-transform: rotate(0deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(0deg); /* Для Opera */
    transform: rotate(0deg);
}

.login_sidebar h3{
    margin-left: 15px;
    margin-top: 11px;
    text-align: left;
    font-size: 18px;
    margin-bottom: 13px;
    letter-spacing: 0;
}

.login_sidebar input[type="text"]{
    border: none;
    height: 30px;
    width: 89%;
    background: #BFCFDE;
    border-radius: 5px;
    text-indent: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.login_sidebar input[type="text"]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
} 
.login_sidebar input[type="text"]::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.login_sidebar input[type="submit"]{
    border: none;   
    height: 35px;
    width: 89%;
    background: #336699;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    text-indent: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.login_sidebar input[type="submit"]:hover{
    background: #FF6666;
}

.login_sidebar input[type="text"]:focus{
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    background: #fff;
}

.login_sidebar a{
    opacity: 0.5;
}

.login_sidebar a:hover{
    color: #00B2DE;
    opacity: 1;
}

.sidebar_but{
    margin-left: -30px;
    width: 100%;
    height: 45px;
    background: #336699;
    display: inline-block;
    border-bottom: solid 1px #274D73;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar_but h3{
    margin-left: 15px;
    margin-top: 9px;
    text-align: left;
    margin-bottom: 13px;
    letter-spacing: 0;
}

.sidebar_but_a{
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.sidebar_but_a:hover{
    color: rgba(255, 255, 255, 1);
}

.sidebar_but_a:hover .sidebar_but{
    background: #285887;
}

.slider_sad{
    width: 100%;
    height: 290px;
}

.slider_sad .slides li, .slider_sad .slides{
    height: 100%!important;
}

.slider_sad_box{
    width: 100%;
    height: 300px!important;
    background: url('../img/banner-home-2.png');
    background-size: 100%;
    margin-top: -4px;
}

.slider_sad .flex-direction-nav .flex-next{
    background: url('../img/icon-next.png') #fff;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 99;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.slider_sad .slick-next:hover{
    background: url('../img/icon-next.png') #fff;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.slider_sad .flex-direction-nav .flex-prev{
    background: url('../img/icon-prev.png') #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-position-x: 13px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 99;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.slider_sad .slick-prev:hover{
    background: url('../img/icon-prev.png') #fff;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.slider_sad .slick-dots{
    text-align: center;
    position: absolute;
    top: 88%;
    width: 100%;
}

.slider_sad .slick-dots li{
    display: inline-block;
    margin: 5px;
}

.slider_sad .slick-dots li input{
    background: #fff;
    width: 10px;
    height: 12px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    opacity: 0.7;
}

.slider_sad .slick-dots .slick-active input{
    opacity: 1!important;
}

.slider_sad_box_pad{
    margin: 40px 70px;
    color: #fff;
}

.slider_sad_box_pad h1{
    margin-top: 0;
    margin-bottom: 10px;
}

.slider_sad_box_pad h2{
    margin-top: 0;
    margin-bottom: 0;
}

.slider_sad_box_pad p{
    margin-top: 5px;
    margin-bottom: 30px ;
}

.button_2{
    background: transparent;
    border: solid 2px #fff;
    border-radius: 5px;
    text-align: center;
    padding: 12px 25px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button_2:hover{
    background: #fff;
    color: #333;
}

.nav_box{
    height: 30px;
    width: 800px;
    border-bottom: solid 1px #CCCCCC;
}

.nav_box p{
    margin: 0;
    color: #b3b3b3;
    float: left;
    margin-top: 5px;
}

.nav_box a{
    color: #b3b3b3;
    float: right;
    margin-top: 5px;
    margin-right: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav_box a:hover{
    color: #808080;
}

.nav_box a img{
    position: relative;
    top: 1px;
}

.content_box{
    margin-top: 20px;
    padding-right: 15px;
}

.content_box_hed h2{
    margin-bottom: 0;
}

.content_box_hed p{
    margin-top: 0;
    color: #b3b3b3; 
}

.content_box_hed a{
    color: #333;
}

.content_box_hed a:hover{
    color: #00B2DE;
}

.content_box img{
    width: 100%;
}

.content_box_fot{
    margin-top: 20px;
    color: #999999;
    height: 40px;
}

.content_box_fot a{
    float: left;
    color: #999999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.content_box_fot a:hover{
    color: #333;
    text-decoration: underline;
}

.content_box_fot p{
    float: right;
    margin: 0;
}

.content_box_fot img{
    width: auto;
    position: relative;
    top: 3px;   
}

.margin_top_2{
    margin-top: 33px;
}

.td_border_r{
    border-right: solid 1px #CCCCCC;
}

.padding_left_1{
    padding-left: 40px;
}

.padding_right_2{
    padding-right: 40px;
    width: 272px;
}

.box_sad{
    padding-left: 30px!important;
}

.box_sad h3{
    margin-top: 0;
    margin-bottom: 0;
}

.style_h3{
    margin-top: 5px;
}

.but_map{
    background: url('../img/icon-map-but.png') #e6e6e6;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 37px;
    border: none;
    float: right;
    margin-right: -40px;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.but_map:hover{
    background: url('../img/icon-map-but.png') #336699;
    background-position: center;
    background-repeat: no-repeat;
    border-left: solid 1px #336699;
    border-right: solid 1px #336699;
}

.link-mainsite{

}

.link-mainsite i{
    position: relative;
    top: 2px;
    font-size: 14px;
}


.breadcrumbs{
    margin: 5px 0 5px 3px; /* отступы */
    overflow: hidden;
}
.breadcrumbs a {
    color: #34a6d2; /* цвет ссылок - голубой */
    text-decoration: underline;
}
.breadcrumb > span {
    color: #000; /* цвет конечного пункта - черный */
}
.breadcrumb{
    float:left;
    padding: 0;
    background-color: white;
}

.prov_box .widget_search form{
    margin-bottom: 0;
    border-bottom: solid 1px #274D73;
    padding: 15px;
}

.prov_box .widget_search form input[type="text"]{
    border: solid 1px transparent;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    background-color: #BFCFDE;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.prov_box .widget_search form input[type="text"]:focus{
    background-color: #fff;
    border: solid 1px #00B2DE;
}

.prov_box .widget_calendar{
    padding: 15px;
    background-color: #336699;
    color: #fff;
}

.prov_box .widget_calendar table{
    color: #fff;
}

.prov_box .widget_calendar table caption{
    color: rgba(255,255,255,0.7);
    border-bottom: solid 1px #274D73;
    margin-bottom: 5px;
}

.prov_box .widget_calendar table tr td{
    padding-bottom: 5px;
}

.prov_box .widget_calendar table tr td a{
    padding: 1px 6px;
    background-color: #fff;
    border-radius: 3px;
}

.prov_box .widget_calendar table tr td a:hover{
    background-color: #34a6d2;
    text-decoration: none;
    color: #fff;
}

.prov_box .widget_calendar table tfoot tr td a{
    padding: 0;
    background-color: transparent;
    border-radius: 3px;
    color: rgba(255,255,255,0.7);
}

.prov_box .widget_calendar table tfoot tr td a:hover{
    background-color: transparent;
}

.prov_box .widget_calendar table tfoot tr td{
    padding-top: 7px;
}

.prov_box .widget_calendar table thead{
    margin: 5px 0;
}

.prov_box .widget_calendar table tbody{
    border-bottom: solid 1px #274D73;
    margin-bottom: 5px; 
}

.slider_sad .metaslider .caption-wrap{
    top: 0;
    opacity: 1;
    display: table;
    height: 100%;
    background: transparent;
}

.slider_sad .metaslider .caption-wrap .caption{
    display: table-cell;
    vertical-align: middle;
    padding: 0 60px;
}

.main-slaid-sad h4{
    margin: 0 0 20px 0;
}

.main-slaid-sad h2{
    margin: 0 0 40px 0;
}

.more-ban-but{
    background-color: transparent;
    border: solid 2px #fff;
    border-radius: 5px;
    padding: 7px 15px;
    color: #fff;
}

.more-ban-but:hover{
    background-color: #fff;
    color: #336699;
    text-decoration: none;
}

.slider_sad .flex-control-nav{
    bottom: 15px;
    z-index: 2;
    text-align: center!important;
}

.slider_sad .flex-control-paging li a{
    background: rgba(255,255,255,0.7);
    box-shadow: none;
}

.slider_sad .flex-control-paging li a:hover{
    background: #34a6d2;
}

.slider_sad .flex-control-paging li a.flex-active{
    background: rgba(255,255,255,1);
}

.flex-control-nav{
    text-align: left!important;
}

.widget_recent_entries, .widget_archive, .widget_categories, .widget_nav_menu{
    padding: 15px;
    color: #333;
    border-bottom: solid 1px #e6e6e6;
    background-color: #F7F7F7;
}

.widget_recent_entries h2, .widget_archive h2, .widget_categories h2, .widget_nav_menu h2{
    font-size: 18px;
    margin: 0 0 15px;
}

.widget_recent_entries a, .widget_archive a, .widget_categories a, .widget_nav_menu a{
    color: #808080;
}

.widget_recent_entries a:hover, .widget_archive a:hover, .widget_categories a:hover, .widget_nav_menu a:hover{
    color: #009BDE;
    text-decoration: none;
}




.widget_rss{
    margin-bottom: 15px;
    padding: 15px 15px 5px 15px;
    color: #333;
    background-color: #DFE8F0;
}

.widget_rss h2{
    margin: 0 0 15px;;
    font-size: 18px;
    color: #333;
}

.widget_rss ul li{
    margin: 15px 0;
    line-height: 1.2em;
}

.widget_rss ul li a{
    color: #333;
}

.widget_rss ul li a:hover{
    color: #009BDE;
    text-decoration: none;
}

.widget_rss ul li span{
    display: block;
    color: #999999;
    font-size: 12px;
}

.widget_rss .rsswidget img{
    display: none;
}

.widget_rss h2 a{
    text-decoration: none;
    color: #333;
}

.widget_rss h2 a:hover{
    color: #009BDE;
    text-decoration: none;
}

.fot_up h2{
    margin: 0 0 20px 0;
}

.for-title-st1{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
}

.for-title-st1 span{
    font-weight: normal;
    font-size: 14px;
}

.phone_fot{
    margin-top: 10px;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.phone_fot i{
    position: relative;
    top: 5px;
}

.link_obr{
    color: #808080;
}

.link_obr:hover{
    text-decoration: none;
}

.hed-album-gallery{
    height: 314px;
    background-position: center;
    background-size: cover;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    display: table;
}

.hed-album-gallery-title{
    display: table-cell;
    vertical-align: middle;
    padding: 50px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.hed-album-gallery-title h1{
    margin: 10px 0;
}

.page-fon-banner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(40,88,135,0.7), rgba(0,0,0,0)); 
}

.contactform6 .wdform-page-and-images{
    padding-left: 0!important;
}

.contactform6 .wdform_page{
    background-color: #F7F7F7!important;
    padding: 20px;
}

.contactform6 .input_deactive{
    background-color: #e6e6e6!important;
    padding: 5px 5px!important;
    border-radius: 5px!important;
    border: solid 1px #ccc!important;
}

.contactform6 .input_active{
    background-color: #fff!important;
    padding: 5px 5px!important;
    border-radius: 5px!important;
    border: solid 1px #ccc!important;
}

.contactform6 input[type="text"]{
    padding: 5px 5px!important;
    height: 35px!important;
    text-indent: 5px;
}

.contactform6 textarea{
    resize: none;
}

.contactform6 .button-submit{
    padding: 10px 20px!important;
    border-radius: 5px!important;
    background-color: #336699!important;
    color: #fff!important;
    line-height: inherit!important;
    min-width: inherit!important;
    min-height: inherit!important;
    margin: 0!important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contactform6 .button-submit:hover{
    opacity: 0.8;
}

.type-post{
    border: solid 1px #e6e6e6;
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 150px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.type-post:hover{
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
}

.type-post .col-md-8{
    left: 33.33333333%;
    padding: 15px;
}

.type-post .col-md-8 h2{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
}

.type-post .col-md-8 a{
    color: #333;
}

.type-post .col-md-8 a:hover{
    color: #009BDE;
    text-decoration: none;
}

.content.news{
    padding-right: 15px;
}

.box-thumb-news{
    height: 100%;
    position: absolute!important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s;
    transition: all 4s;
}

.type-post .col-md-8 ul li span{
    vertical-align: top;
}

.type-post .col-md-8 ul{
    color: #999999;
}

.type-post .col-md-8 ul li i{
    font-size: 15px;
    position: relative;
    top: 3px;
}

.span-more{
    color: #009BDE;
}

.span-more:hover{
    color: #336699;
    text-decoration: underline;
}

.hed-album-gallery-title span i{
    font-size: 16px;
    position: relative;
    top: 4px;
}

.hed-album-gallery-title h4 a{
    color: #fff;
}

.hed-album-gallery-title h4 a:hover{
    opacity: 0.8;   
    text-decoration: none;
}

.content-anonnews{
    font-weight: normal!important;
    font-size: 14px!important;
    text-align: left!important;
}

.content-anonnews h1, .content-anonnews h2, .content-anonnews h3, .content-anonnews h4, .content-anonnews h5, .content-anonnews h6{
    font-weight: normal!important;
    font-size: 14px!important;
    text-align: left!important;
}

.content-anonnews p{
    text-align: left!important;
}

.content-anonnews p b{
    font-weight: normal!important;
}

.widget_recent_entries ul li {
    margin: 4px 0!important;
    line-height: 1.2em;
}

.anons-news{
    display: inline-block;
    padding-top: 15px;
    width: 100%;
}

.anons-news a:hover{
    text-decoration: none;
}

.anons-news .col-md-6{
    margin-bottom: 15px;
    padding-left: 0;
}

.anons-news-box{
    height: 250px;
    padding: 15px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.anons-news-box-title{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    position: relative;
    z-index: 2;
}

.anons-news-box-title h3{
    font-size: 20px;
}

/*.anons-news-box:hover .anons-news-box-title h3{
    color: #00B2DE;
}*/

.anons-news-fon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*    background: linear-gradient(to right, rgba(40,88,135,0.8), rgba(0,0,0,0));*/
    background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.anons-news-box:hover .anons-news-fon{
    background: linear-gradient(to right, rgba(51,102,153,1) 100%, rgba(0,0,0,0));
    opacity: 0.9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.anons-news-box-title span:nth-child(1){
    position: absolute;
    top: 0;
}

.anons-news-box-title span:nth-child(3){
    position: absolute;
    bottom: 0;
}

.anons-news-box-title span i{
    font-size: 15px;
    position: relative;
    top: 3px;
}

.home-con .slideshowlink{
    display: none;
}

.home-con .ngg-gallery-thumbnail{
    border: none;
}

.comment-respond{
    border-top: solid 1px #b3b3b3;
    margin-top: 50px;
}

.box-main-title-page{
    background-color: #F7F7F7;
    padding: 30px 15px;
    margin-bottom: 15px;
}

.box-main-title-page h3{
    margin: 0;
}

.comment-form label{
    display: block;
}

.comment-form input[type="text"]{
    border: solid 1px #b3b3b3;
    background-color: #F7F7F7;
    border-radius: 5px;
    padding: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.comment-form input[type="text"]:focus{
    background-color: #fff;
    border: solid 1px #336699;
}

.comment-form textarea{
    border: solid 1px #b3b3b3;
    background-color: #F7F7F7;
    border-radius: 5px;
    padding: 5px;
    resize: none;
    height: 150px;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.comment-form textarea:focus{
    background-color: #fff;
    border: solid 1px #336699;
}

.comment-form input[type="submit"]{
    border: none;
    background-color: #336699;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    margin-top: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.comment-form input[type="submit"]:hover{
    background-color: #34a6d2;
}

.post-navigation{
    border-top: solid 1px #b3b3b3;
    margin-top: 50px;
}

.post-navigation h2{
    font-size: 24px;
    margin-bottom: 20px;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a{
    color: #333;
    font-size: 16px;
}

.post-navigation .nav-previous, .post-navigation .nav-next{
    background-color: #F7F7F7;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.post-navigation .nav-previous:hover, .post-navigation .nav-next:hover{
    background-color: #336699;
    color: #fff;
}

.post-navigation .nav-previous:hover a, .post-navigation .nav-next:hover a{
    color: #fff;
    text-decoration: none;
}

.post-navigation .nav-previous .meta-nav, .post-navigation .nav-next .meta-nav{
    padding: 15px;
    display: block;
    width: 100%;
    background-color: #e6e6e6;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.post-navigation .nav-previous:hover .meta-nav, .post-navigation .nav-next:hover .meta-nav{
    background-color: #285887;
    color: #fff;
}

.post-navigation .nav-previous .screen-reader-text, .post-navigation .nav-next .screen-reader-text{
    margin-top: -37px;
    margin-left: 51px;
    display: block;
    left: 15px;
    position: relative;
}

.post-navigation .nav-previous .post-title, .post-navigation .nav-next .post-title{
    display: block;
    margin-top: 15px;
    font-size: 20px;
    padding: 15px;
    font-weight: bold;
}

.consingl .content{
    padding-right: 15px;
}

.home-con .ngg-navigation{
    display: none!important;
}


#search_fio{
    margin-bottom: 20px;
}

#b_pay{
    float: right;
    width: 150px;
}

#b_search{
    width: 150px;
}

.payment-buton-sad{
    margin-left: -30px;
    width: 112%;
    padding: 10px 10px 15px;
    background-color: #FF6666;
    color: #fff;
    font-family: title;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.payment-buton-sad:hover{
    background-color: #E65050;
}

.payment-buton-sad i{
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
}

.payment-buton-sad span{
    font-size: 16px;
    position: relative;
    top: 2px;
}

.payment-buton-sad i.arrow{
    float: right;
    position: relative;
    top: -2px;
    margin-right: 0;
}

.pay-page-info-small{
    color: #999999;
    font-size: 12px;
}

.pay-page-info-small i{
    font-size: 14px;
    vertical-align: top;
    margin-right: 5px;
}

.pay-page-menu-item{
    display: inline-block;
    margin-right: 20px;
    padding-top: 5px;
}

.form-pay-box{
    display: inline-block;
    width: 100%;
}

.personal_account_child{
    font-size: 12px;
    margin-bottom: 0;
    background-color: #f7f7f7;
    margin-top: 10px;
}

.pay_page_div{
    display: inline-block;
    width: 100%;
    padding: 25px 15px 0;
}

.tbody_personal_account tr { 
    cursor: pointer; 
    font-size: 15px;
}

.tbody_personal_account tr:hover{
    background-color: #e6e6e6;
}

.pac_check_pay{
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    margin-top: -20px;
}

.pac_check_pay_box{
    background-color: #E1EEFA;
    padding: 15px;
    border-left: 2px solid #336699;
    display: inline-block;
    width: 100%;
}

.pac_check_pay_box #b_pay{
    float: left!important;
}

#dropm1:hover .sb1{
    display: block;
}

#fancybox-wrap{
    top: auto!important;
    bottom: 5%!important;
}

.after-pay-box{
    background-color: #fff;
    border: 1px solid #d6d6d6;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.1);
    padding: 30px;
    width: 100%;
    margin-top: 30px;
}


.freebirdFormviewerViewFormCard{
    width: 96%!important;
}

.freebirdFormviewerViewItemsRadioOptionContainer{
    display: inline-block!important;
    width: 20px!important;
    margin-left: 30px!important;
}


.menu-item a {
    font-weight: bold;
    font-size: 18px;
}

.border_td td {
    border: 1px solid gray;
}

.wp-block-image img {
    height: auto!important;
}