.text-main {
    position: relative;
    padding: 20px 0;
    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
    overflow: hidden;
}

#content .text-main .left_col {
    width: 40.5%;
}

#content .text-main .right_col {
    width: 58.5%;
}

section.goods-set h2,
section.blog h2,
section.about h2,
section.subscribe h2,
section.goods-set ul.tabs {
    display: block;
    height: 60px;
    line-height: 60px;
    font-family: Montserrat;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #10499e;
}

section.goods-set h2,
section.about h2 {
    padding-bottom: 40px;
    background: transparent url("/images/divider.png") center 62px no-repeat;
    color: #10499e;
}

section.goods-set ul.tabs {
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
}

section.goods-set ul.tabs li {
    display: inline-block;
    position: relative;
    height: 20px;
    color: #10499e;
    margin: 0 10px;
    cursor: pointer;
}

section.goods-set ul.tabs li:hover {
    text-decoration: underline;
}

section.goods-set ul.tabs li.current {
    color: #10499e;
}

section.goods-set ul.tabs li:before {
    content: " ";
    display: block;
    position: absolute;
    left: -16px;
    top: 5px;
    width: 7px;
    height: 7px;
    background-color: #9a9a9a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

section.goods-set ul.tabs li:first-child:before {
    display: none;
}

section.goods-set .goods_wrapper {
    overflow: hidden;
    padding: 40px 0;
    margin: 0 -1px 0 -50px;
}

section.blog {
    position: relative;
    border-top: 1px solid #34358b;
    padding: 40px 0;
}

section.about {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 20px 0;
}

section.about p {
    padding-bottom: 10px;
    color: #10499e;
}

section.blog .news_list {
    display: block;
    list-style-type: none;
    margin-left: -60px;
    overflow: hidden;
    margin-top: 20px;
}

section.blog .news_list li {
    display: block;
    float: left;
    position: relative;
    width: 370px;
    height: 260px;
    margin: 0 0 60px 60px;
}

section.blog .news_list a {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 330px;
    height: 15px;
    padding: 65px 20px 20px 20px;
    background: transparent url("/images/blog-opacity.png") 0 0 repeat-x;
    color: #fff;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    line-height: 15px;
    overflow: hidden;
    transition: all 0.3s;
}

section.blog .news_list a.img,
section.blog .news_list li:hover a.img {
    position: relative;
    width: 370px;
    height: 260px;
    padding: 0;
    background: none;
}

section.blog .news_list li:hover a {
    padding-top: 50px;
    height: 30px;
}

section.blog .news_list p {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 20px;
    bottom: 40px;
    z-index: 1;
    color: #fff;
    transition: all 0.3s;
}

section.blog .news_list li:hover p {
    bottom: 55px;
}

section.subscribe {
    border: 1px solid #34358b;
    border-left: none;
    border-right: none;
    padding: 40px;
}

section.subscribe form {
    display: block;
    position: relative;
    width: 100%;
    background-color: #fff;
    border: none;
    max-width: 560px;
    margin: 0 auto;
    padding-bottom: 40px;
}

section.subscribe div.result {
    text-align: center;
    padding-top: 4px;
}

section.subscribe form input[type=text] {
    display: block;
    margin-right: 50px;
    width: 90%;
    padding: 10px 5%;
    font-size: 15px;
    color: #231f20;
    line-height: 40px;
    outline: none;
    height: 36px;
    border: 1px solid #10499e;
}

section.subscribe form input.error {
    border-color: red;
    background-color: #ffeeee;
}

section.subscribe form input[type=submit] {
    display: block;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 12px;
    top: 12px;
    background-color: #ff5a00;
    border: none;
    border-width: 0;
    -webkit-appearance: none;
    cursor: pointer;
    transition: background-color 0.5s;
    outline: none;
    color: #fff;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 15px;
}

section.subscribe form input[type=submit]:hover {
    background-color: #34358b;
}

section.subscribe p {
    display: block;
    text-align: center;
    color: #10499e;
    padding: 0 0 40px 0;
    margin-top: -10px;
}

section.subscribe form input[type=text]::-webkit-input-placeholder {color: #10499e;}
section.subscribe form input[type=text]::-moz-placeholder          {color: #10499e;}
section.subscribe form input[type=text]:-moz-placeholder           {color: #10499e;}
section.subscribe form input[type=text]:-ms-input-placeholder      {color: #10499e;}

.goods_wrapper .wrapper {
    display: none;
}

.goods_wrapper .wrapper.current {
    display: block;
}