* {
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    outline: none;
}
body {
    font-size: 14px;
    color: #454545;
    background: url(../image/bg.png);
    font-family: Arial, sans-serif;
}
p {
    margin-bottom: 10px;
}
a {
    transition: color, background .5s;
    text-decoration: none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.container {
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
}
.title {
    font-size: 30px;
    color: #224A6F;
    text-align: center;
    margin: 10px 0;
    font-weight: normal;
}
.main-button {
    background: #A09F9F;
    color: #fff!important;
    padding: 12px 10px;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
}
.menu-block {
    background: #224A6F;
}
.menu {
    display: table;
    width: 100%;
}
.menu li {
    display: table-cell;
    /*width: 33%;*/
}
.menu a {
    display: block;
    padding: 13px 20px;
    color: #fff;
    font-size: 16px;
    border-left: 1px solid #fff;
}
.menu li:last-child a {
    border-right: 1px solid #fff;
}
.menu a:hover {
    background: #009b93;
}
.header {
    padding: 25px 10px;
}
.logo-block {
    float: left;
    color: #224A6F;
}
.logo-block img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.logo {
    background: url(../image/logo.png) no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.slogan {
    font-size: 35px;
    display: inline-block;
    vertical-align: middle;
}
.slogan span {
    font-weight: normal;
}
.lang-block {
    float: right;
    text-align: center;
}
.flag {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 15px;
}
.flag-en {
    background: url(../image/flag-en.png) no-repeat;
}
.flag-de {
    background: url(../image/flag-de.jpg) no-repeat;
}
.flag-fr {
    background: url(../image/flag-fr.jpg) no-repeat;
}
.flag-sp {
    background: url(../image/flag-sp.jpg) no-repeat;
}
.flag-pt {
    background: url(../image/flag-pt.jpg) no-repeat;
}
.flag-pl {
    background: url(../image/flag-pl.jpg) no-repeat;
}

.flag-ar {
    background: url(../image/flag-ar.jpg) no-repeat;
}

.flag-tr {
    background: url(../image/flag-tr.jpg) no-repeat;
}

.flag-cn {
    background: url(../image/flag-cn.jpg) no-repeat;
}

.flag.active, .flag:hover {
    box-shadow: inset 0 0 0 2px #009b93;
}
.lang-list {

}
.lang-list li {
    display: inline-block;
    list-style-type: none;
}
.menu-icon:before {
    content: '';
    background: url(../image/sprite.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.book-icon:before {
    width: 16px;
    height: 17px;
    background-position: -5px -5px;
}
.man-icon:before {
    width: 14px;
    height: 17px;
    background-position: -31px -5px;
}
.home-icon:before {
    content: '';
    background: url(../image/home.png) no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.message-icon:before {
    width: 16px;
    height: 17px;
    background-position: -5px -32px;
}
.banner {
    margin-bottom: 10px;
}
.banner img {
    max-width: 100%;
    height: auto;
    display: block;
}
.content-block {
    background: #fff;
    border: 1px solid #ddd;
    padding: 36px;
    overflow: hidden;
    margin-bottom: 20px;
}
.content-block img {
    border: 1px solid #ddd;
    max-width: 100%;
    height: auto;
}
.content-block a {
    color: #009b93;
    text-decoration: underline;
}
.center {
    text-align: center;
}
.content {
     float: left;
     width: 99%;
}
.content-wrapper {
    position: relative;
}
.sidebar {
    position: absolute;
    right: 0;
    top: 54px;
    width: 300px;
}
.sidebar.fixed {
    position: fixed;
    top: 0;
}
.sidebar img {
    max-width: 100%;
    height: auto;
}
.inner-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.radio-input input[type="radio"] {
    display: none;
}
.radio-input label {
    cursor: pointer;
    line-height: 24px;
}
.radio-input label:before {
    content: '';
    background: url(../image/radio-label.png) 0 -13px no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.radio-input input[type="radio"]:checked + label:before,
.radio-input label:hover:before {
    background-position: 0 0;
}
.radio-input {
    margin-bottom: 10px;
    
}
.ads-block-2 {
    margin: 1px auto;
    max-width: 728px;
    width: 100%;
}
.ads-block img {
    border: 0;
    max-width: 100%;
    height: auto;
}
.mini-title {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    color: #224A6F;
    margin-bottom: 10px;
}
footer {
    background: #224A6F;
    color: #fff;
    padding: 15px 0;
}
footer a {
    color: #fff;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.copyright {
    font-size: 18px;
    font-weight: bold;
}
.mini-title span {
    color: #f1882d;
}
.arrow {
    background: url(../image/arr_pos.png) no-repeat;
    width: 19px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.social .social_button {
    position: relative;
    z-index: 1;
    padding: 9px 20px;
    border-radius: 8px;
    float: left;
    background: #FFF;
    max-width: 143px;
    border: 2px solid #5B6CA0;
    margin: 0 10px;
}

.social_button.facebook {
    border-color: #FC8106;
    /*margin: 16px 0 0 0;*/
    z-index: 2;
    padding: 9px 20px;
}
.social_button.google {
    border-color: #D54628;
    /*margin: 44px 0 0 -49px;*/
    padding: 7px 121px 8px 18px;
}
.social_button.vk {
    border-color: #385B83;
    /*margin: 13px 0 0 -41px;*/
}
.social_button.twitter {
    /*margin: -18px 0 0 -42px;*/
    padding: 8px 23px;
}
.social_button .arr {
    position: absolute;
    z-index: 1;
    width: 22px;
    height: 18px;
    bottom: -18px;
    background: url("images/icons.png") no-repeat;
}
.social_button.vk .arr {
    left: 36px;
    background-position: 0 -954px;
}
.social_button.facebook .arr {
    left: 95px;
    background-position: 0 -971px;
}
.social_button.google .arr {
    left: 28px;
    background-position: 0 -936px;
}
.social_button.twitter .arr {
    left: 55px;
    background-position: 0 -918px;
}
.ads-block {
    display: none;
    width: 300px;
    margin: 10px auto;
}

/*media*/

@media (max-width: 1100px) {
    .content {
        /*width: 67%;*/
        width: 100%;
    }
}

@media (max-width: 980px) {
    .content {
        float: none;
        width: 100%;
    }
    .sidebar {
        float: none;
        width: 100%;
        text-align: center;
        position: static!important;
        display: none;
    }
    .radio-input label {
        line-height: 24px;
    }
    .menu a {
        height: 63px;
    }
    .ads-block {
        display: block;
    }
    .adsbygoogle iframe {
        width: 100%!important;
    }
}
@media (max-width: 768px) {
    .banner {
        display: none;
    }
    .logo-block,
    .lang-block {
        float: none;
        text-align: center;
    }
    .logo {
        display: block;
        margin: 10px auto;
    }
    .slogan {
        display: block;
        text-align: center;
    }
    .menu li {
        display: block;
        width: 100%;
    }
    .menu a {
        height: auto;
        border: none;
    }
    .menu li:last-child a {
        border: none;
    }
    .social .social_button {
        margin-bottom: 10px;
    }
}





