html.js .loader {
    background: none repeat scroll 0 0 #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

html.js .loader .loader_inner {
    background-image: url("i/preloader.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute;
}

body {
    font-family: "RobotoRegular", sans-serif;
    font-weight: normal;
    font-size: 14px;
    min-width: 320px;
    position: relative;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    height: 100%;
    color: #000000;
}

#page-body{
    max-width: 1900px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: red;
}

body input:required:valid,
body textarea:required:valid {
    color: green;
}

a {
    outline: none !important; /*transition: all 0.6s ease 0.4s;*/
}

a:focus {
    text-decoration: none;
}

.hidden {
    display: none;
}

header {
    font-size: 16px;
    color: #58585a;
    background-color: #f1f1f1;
    position: relative;
}

header:before{
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background:  radial-gradient(circle, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
}

header .title {
    text-align: center;
    font-size: 27px;
    padding: 20px 0;
    margin-bottom: 27px;
    position: relative;
    font-family: 'RobotoSlab', serif;
    font-weight: 300;
}

header .callback.blue-button{
    margin-top: 20px;
}

header .logo {
    margin: 11px auto 0;
}

header .title:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: radial-gradient(circle, rgba(219,219,219,1) 30%, rgba(219,219,219,1) 70%, transparent);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

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

.block-icon:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    background: url(i/sprite-mini.png);
}

.block-icon.mail:before {
    width: 24px;
    height: 20px;
    left: 0;
    background-position: 0 -203px;
}

header .mail.mobile {
    display: none;
}

.block-icon.mail,
.block-icon.point {
    padding-left: 30px;
}

.block-icon.tel:before,
.block-icon.point:before {
    width: 30px;
    height: 32px;
    left: 0;
    top: 7px;
    background-position: 0 -153px;
}

.block-icon.tel:before {
    left: -33px;
    top: 9px;
    background-position: 0 -100px;;
}

.block-icon.tel a:first-child {
    padding-right: 15px;
}

header .address-wrap {
    position: relative;
}

header .address-wrap:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 20px;
    background-color: #dbdbdb;
}

.warp_contact {
    margin-top: 10px;
}

.warp_contact a {
    color: #fff;
    padding-left: 12px;
    position: relative;
}

.warp_contact a::after {
    content: "";
    width: 13px;
    height: 13px;
    background-image: url(i/ico_mail.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: -9px;
    top: 6px;
}

.warp_contact a:first-child::after {
    background-image: url(i/ico_phone.png);
    top: 2px;
}

.warp_bt {
    margin-top: 12px;
    text-align: right;
}

.redz_button {
    background: none;
    border-radius: 5px;
    border: 2px solid #0f88b7;
    text-transform: uppercase;
    color: #fff;
    font-family: "RobotoMedium", sans-serif;
    padding: 3px 12px;
}

.redz_button:hover {
    background-color: rgba(255, 255, 255, .3);
}

.ico_calck {
    width: 15px;
    height: 19px;
    display: inline-block;
    float: left;
    margin-top: 2px;
    margin-right: 10px;
    background-image: url(i/ico_calck.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.warp_logo {
    text-align: center;
}

.warp_logo img {
    width: 216px;
    height: 224px;
}

.m_logo {
    position: relative;
}

.m_logo img {
    position: absolute;
    left: 50%;
    top: 29px;
    margin-left: -93px;
}

section.content .wp_contet_inde {
    border-top: 3px solid #fff;
    border-bottom: 1px solid #fff;
    background: rgb(5, 45, 84);
    background: -moz-linear-gradient(left, rgba(5, 45, 84, 1) 0%, rgba(0, 96, 136, 1) 50%, rgba(5, 45, 84, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(5, 45, 84, 1) 0%, rgba(0, 96, 136, 1) 50%, rgba(5, 45, 84, 1) 100%);
    background: linear-gradient(to right, rgba(5, 45, 84, 1) 0%, rgba(0, 96, 136, 1) 50%, rgba(5, 45, 84, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#052d54', endColorstr='#052d54', GradientType=1);
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding-bottom: 25px;
}

section.content .wp_contet_inde .wp_btn {
    margin-top: 15px;
}

section.content .wp_contet_inde .wp_btn a {
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 3px 31px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

section.content .wp_contet_inde .wp_btn a:hover,
section.content .wp_contet_inde .wp_btn a:focus {
    background-color: rgba(255, 255, 255, .3);
}

section.sert {
    background-image: url(i/bg_bottom.png);
    margin-top: 40px;
    padding-top: 45px;
    padding-bottom: 30px;
    margin-bottom: -30px;
}

.popap-container {
    text-align: center;
    color: #828282;
}

.popap-container img {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.bx-breadcrumb {
    margin: 10px 0 0 0;
}

footer {
    border-top: 2px solid #9a9a9a;
    background-color: #363636;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 5px;
}

footer .title_footer {
    font-family: "RobotoLight", sans-serif;
    text-transform: uppercase;
    padding-top: 36px;
}

.text p.head {
    font-size: 32px;
    line-height: 40px;
    width: 400px;
    margin: 19px 0 18px;
}

.form_cacl input {
    height: 30px;
    display: inline-block;
    border: 1px solid #555555;
    border-radius: 4px;
    background: none;
    color: #b5b5b5;
    padding: 0;
    text-indent: 5px;
    width: 100%;
    margin-bottom: 15px;
}

#show_order {
    display: none;
}

.form_cacl {
    margin-top: 15px;
    display: inline-block;
    overflow: hidden;
    height: auto;
    transition: all 0.6s ease 0.2s;
}

/*** new styles 13/04/2017 **/

.like-h2 {
    font-size: 30px;
}

.like-h3 {
    font-size: 24px;
}

.like-h2, .like-h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.otchego-box {
    border: 2px solid #E1E1E1;
    border-radius: 1px;
    padding: 20px;
    position: relative;
    z-index: 100;
    margin-bottom: 30px;
}

.otchego-box-title {
    font-weight: bold;
    font-size: 20px;
    color: #58585a;
    text-align: center;
    padding-bottom: 20px;
}

.otchego-box img {
    display: block;
    margin: 0 auto;
}

.otchego-box ol {
    position: absolute;
    z-index: 101;
    width: 100%;
    height: 100%;
    list-style-type: none;
    top: 0;
    left: 0;
    padding: 0;
}

.otchego-box li {
    position: absolute;
    z-index: 101;
}

.otchego-box li:nth-of-type(1) {
    top: 134px;
    right: -webkit-calc(50% + 186px);
    right: calc(50% + 186px);
    text-align: right;
}

.otchego-box li:nth-of-type(2) {
    top: 289px;
    right: -webkit-calc(50% + 186px);
    right: calc(50% + 186px);
    text-align: right;
}

.otchego-box li:nth-of-type(3) {
    top: 101px;
    left: -webkit-calc(50% + 186px);
    left: calc(50% + 186px);
}

.otchego-box li:nth-of-type(4) {
    top: 214px;
    left: -webkit-calc(50% + 186px);
    left: calc(50% + 186px);
}

.otchego-box li:nth-of-type(5) {
    top: 326px;
    left: -webkit-calc(50% + 186px);
    left: calc(50% + 186px);
}

.inner-subtitle {
    font-size: 30px;
    text-align: center;
    font-family: "RobotoLight", sans-serif;
    padding: 30px 0;
}

.otchego-advance {
    background: #F2F7FA;
    padding: 0 10px;
}

.otchego-advance ul {
    padding: 0;
    list-style-type: none;
    font-size: 0;
    text-align: center;
}

.otchego-advance li {
    display: inline-block;
    width: 229px;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    padding: 0 15px 40px;
}

.otchego-advance li img {
    display: block;
    margin: 0 auto 10px;
}

.otchego-advance li span {
    font-size: 14px;
}

.fl30 {
    float: left;
    margin-right: 30px;
}

.fr30 {
    float: right;
    margin-left: 30px;
}

.grey-separator {
    border-bottom: 1px solid #E1E1E1;
}

.p30 p {
    margin-bottom: 30px;
}

/*media*/
@media only screen and (max-width: 992px){
    footer .title_footer{
        text-align: center;
        padding-top: 10px;
    }
}

@media (max-width: 768px) {
    .otchego-box img {
        display: none;
    }

    .otchego-box ol {
        position: static;
        counter-reset: list1;
        height: auto;
    }

    .otchego-box li {
        list-style-type: none;
        color: #01709F;
        position: static;
        text-align: left !important;
        font-size: 18px;
        font-weight: bold;
    }

    .otchego-box li:before {
        counter-increment: list1;
        content: counter(list1) ". ";
        color: #58585a;
    }

    .fl30, .fr30 {
        float: none;
        max-width: 100%;
        margin: 0 auto 20px;
        display: block;
    }

    .contact-box-dark{
        width: 300px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 520px) and (max-width: 992px){
    header .callback.blue-button{
        width: 30%;
        margin: 0 auto 10px;
        display: block;
    }
}


@media only screen and (max-width: 356px) {
    header .mail.mobile {
        display: block;
        margin: 10px 0 0 -30px;
    }

    header .mail {
        display: none;
    }
}