/*! HTML5 */

/*
 * White&Sea
 * Autor: DiNeX
 * Version: 1.0.0
 */

/* ==========================================================================
   Info: Style CSS
   ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=cyrillic');

* {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans Condensed', Arial, sans-serif;
}
html, body {padding:0; margin:0;}
html,
button,
input,
select,
textarea {
    color: #fff;
}
img {
    font-size: 1em;
    max-width: 100%;
    height: auto;
}
body {
    height: 100%;
    width: 100%;
    background: #F2F2F2;
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    /*background: rgba(255,255,255,0.9);*/
    background-color: #2A2D34;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
html {
    position: relative;
    min-height: 100%;
}
a {
    color: #F2F2F2;
    text-decoration: none;
    /*display: inline-block;*/
    box-sizing: border-box;
}

/* Header */
#header {
    height: 62px;
}
#blackl {
    height: 15px;
    background-color: #111111;
}
#header_wrapper {
    width: 60%;
    margin: 0 auto;
}
.header_logo {
    float: left;
    color: #fff;
    height: 62px;
    width: 103px;
}
.header_logo > h3 {
    float: right;
}
#menu {
    background-color: #1F2126;
    height: 60px;
    border-bottom: 3px solid #E45567;
}
#menu_wrapper {
    width: 65%;
    margin: 0 auto;
}

#menu_t > ul {
    float: left;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 0px;
}
#menu_t > ul > a > li {
    display: inline-block;
    list-style: none;
    line-height: 60px;
    padding: 0 25px;
    font-size: 26px;
}
#menu_t > ul > a > li:hover {
    background-color: #fff;
    opacity: 0.7;
    color: #000000;
}
#menu_auth > ul {
    float: right;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 0px;
}
#menu_auth > ul > a > li {
    display: inline-block;
    list-style: none;
    line-height: 60px;
    padding: 0 25px;
    font-size: 26px;
}
#menu_auth > ul > a > li:hover {
    background-color: #fff;
    opacity: 0.7;
    color: #000000;
}
.menu_i1 {
    float: left;
    display: none;
}
.menu_i1 i.menu_i3 {
    color: #fff;
    width: 43px;
    height: 39px;
    text-align: center;
    font-size: 34px;
    padding: 13px 10px 0 0;
    cursor: pointer;
}
.menu_i1 i.menu_i3:hover {
    color: #E45567;
}
.menu_i2 {
    overflow: hidden;
}
.menu_i3 {
    float: left;
}
.menu_i4 {
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100vh;
    margin-right: -1000;
    visibility: hidden;
    transition: 1s;
    background: #1e262c;
    padding: 15px 25px;
    z-index: 10;
}
.menu_i5 {
    list-style-type: none;
    padding: 10px 0;
}
.menu_i5 li {
    padding: 10px 0;
    font-size: 24px;
}
.menu_i5 li:hover {
    color: #E45567;
}
.menu_i5 li a {
    text-decoration: none;
}
.iauth {
    float: left;
    color: #fff;
    width: 43px;
    height: 39px;
    text-align: center;
    font-size: 34px;
    padding: 5px 10px 0 0;
    cursor: pointer;
    display: none;
}
.iauth:hover {
    color: #E45567;
}

/* Search */
.container_search {
    float: right;
    margin-top: 6px;
    width: 300px;
    vertical-align: middle;
    white-space: nowrap;
    display: block;
}
.container_search input#search {
    width: 250px;
    height: 50px;
    background: #fff;
    border: none;
    font-size: 15pt;
    float: left;
    color: #fff;
    padding-left: 15px;
    border-radius: 0px;
    outline: none;
}
.container_search input#search {
    color: #65737e;
}
.container_search button.icon {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
    background: #232833;
    height: 50px;
    width: 50px;
    color: #fafafa;
    font-size: 14pt;
    outline: none;
}
.container_search:hover button.icon:hover {
    background-color: #1F2126;
    cursor: pointer;
}
.container_search1 {
    float: right;
    margin-top: 6px;
    width: 300px;
    vertical-align: middle;
    white-space: nowrap;
    display: block;
}
.container_search1 input#search {
    width: 250px;
    height: 50px;
    background: #fff;
    border: none;
    font-size: 15pt;
    float: left;
    color: #fff;
    padding-left: 15px;
    border-radius: 0px;
    outline: none;
}
.container_search1 input#search {
    color: #65737e;
}
.container_search1 button.icon {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
    background: #232833;
    height: 50px;
    width: 50px;
    color: #fafafa;
    font-size: 14pt;
    outline: none;
}
.container_search1:hover button.icon:hover {
    background-color: #1F2126;
    cursor: pointer;
}

/* Topcon */
#topcon {
    background-color: #23252B;
    height: 440px;
}
#topcon_wrapper {
    width: 62%;
    margin: 0 auto;
}
.topcon_title {
    float: left;
    padding-top: 10px;
    font-size: 30px;
}
#topcon_fav {
    margin: 0 auto;
    width: 890px;
}

/* Slider */
.sliderBox {
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.sliderBox .sliderWrap {
  overflow: hidden;
  margin: 0 3em;
}
.sliderBox .sliderWrap .sliderContent {
  white-space: nowrap;
  margin: 1em 0;
  padding: 0;
  transition: left 1s;
  position: relative;
  left: 0;
  display: inline-block;
}
.sliderBox .sliderWrap .sliderContent li {
  display: inline-block;
  width: 15em;
  height: 20em;
  border: 1px dotted #bababa;
}
.sliderBox button {
  border: none;
  background: none;
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
}
.sliderBox button:hover {
  color: #E45567;
}
.sliderBox button.right {
  left: auto;
  right: 0;
}

/* Footer */
#footer {
    background: #1F2126;
    height: 120px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.fup {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    left: calc(50% - 25px);
    background-image: url(../img/up.png);
}
.fup:hover {
    opacity: 0.4;
}
.fupi {
    height: 40px;
    width: 41px;
}
.ft {
    margin: 0 auto;
    width: 65%;
    padding: 50px 0 20px 0;
    color: #fcf7f7;
}
.ft a {
    color: #7b8a9c;
}

/* Content Main */
#contentm {
    width: 100%;
    height: auto;
}
#contentm:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    margin-bottom: 180px;
}
#contentm_wrapper {
    margin: 0 auto;
    width: 62%;
}
.contentm_title {
    float: left;
    padding-top: 10px;
    font-size: 30px;
}
#contentm_fav {
    margin: 0 auto;
    width: 880px;
}
.contentm_block {
    float: left;
    height: auto;
    width: 250px;
    margin: 20px 20px 20px 20px;
    background-color: #1F2126;
    /*box-shadow: 0.2em 0.5em 5px rgb(26, 27, 32);*/
    /*filter: blur(1px);*/
}
.contentm_block_img {
    float: left;
    height: 330px;
    width: 250px;
}
.contentm_block_img1 img {
    height: 330px;
    width: 250px;
}
.contentm_block_img1 img:hover {
    opacity: 0.6;
}
.contentm_block_title {
    font-size: 20px;
    padding: 5px 10px 0 10px;
}
.contentm_block_title a:hover {
    color: #E45567;
}
.contentm_block_nc {
    font-size: 18px;
    padding: 5px 10px 5px 10px;
}
.contentm_block_nc a {
    color: red;
}

/* Renline */
.redl {
    margin-top: 5px;
    padding-top: 55px;
    border-bottom: 2px solid #E45567;
}

/* Content ABlock */
#contentab {
    width: 100%;
    height: auto;
}
#contentab:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    margin-bottom: 180px;
}
#contentab_wrapper {
    margin: 0 auto;
    width: 62%;
}
.contentab_title {
    float: left;
    padding-top: 10px;
    font-size: 30px;
}
.contentab_titlea {
    float: right;
    padding-top: 10px;
    font-size: 30px;
}
#contentab_fav {
    margin: 0 auto;
    width: 900px;
}
#contentab_block {
    margin-top: 50px;
    display: block;
    height: auto;
    width: 900px;
    background-color: #1F2126;
    box-shadow: 0 0.05em 0.35em 0 rgba(0,0,0,0.135);
    overflow: hidden;
}
#contentab_hr {
    padding-top: 40px;
    border-bottom: 1px solid #e6e6e6;
    width: 900px;
}
.contentab_hh {
    border-radius: 2px 2px 0 0;
    background-color: #1c1c1c;
    height: 40px;
    width: 900px;
}
#contentab_hrb {
    border-bottom: 1px solid #e6e6e6;
    width: 900px;
}
.contentab_hhb {
    border-radius: 2px 2px 0 0;
    background-color: #1c1c1c;
    height: 20px;
    width: 900px;
}
.contentab_block_title {
    float: left;
    margin: 4px 0 0 8px;
    font-size: 22px;
}
.contentab_block_title a:hover {
    color: #E45567;
}
.contentab_block_titlea {
    float: right;
    margin: 0px 8px 0 0;
    font-size: 14px;
    color: #4d4d4d;
}
.contentab_block_titlea a {
    color: #9C0000;
}
.contentab_block_titleac {
    float: right;
    margin: 4px 8px 0 0;
    font-size: 22px;
    color: #4d4d4d;
}
.contentab_block_titleac a {
    color: #9C0000;
}
.contentab_block_text {
    padding: 8px;
    font-size: 18px;
}
.contentab_block_text a {
    color: #F40000;
}
.contentab_block_textm {
    font-size: 18px;
    color: #4d4d4d;
}
.contentab_block_textmr {
    font-size: 18px;
    color: #4d4d4d;
}
.contentab_block_textw {
    width: 100%;
    height: 360px;
}
.contentab_block_texta {
    margin-left: 260px;
    padding: 4px;
    width: 64%;
    height: auto;
}
.contentab_block_textai {
    margin-top: 6px;
    padding: 4px;
    border: 2px dashed black;
    width: 106%;
}
.contentab_block_texti {
    margin-top: 6px;
    float: left;
    width: 250px;
    height: 330px;
}
.cb1 {
    margin-top: 4px;
}
#contentab_section_s {
    width: 900px;
    height: 45px;
    background-color: #500812;
    color: #fafafa;
    border-bottom: 1px solid #ffffff;
}
#contentab_section {
    width: 900px;
    height: 45px;
    background-color: #280409;
    color: #fafafa;
    border-bottom: 1px solid #ffffff;
}
#contentab_section:hover {
    background-color: #3C060D;
}
#contentab_sections {
    width: 900px;
    height: 45px;
    background-color: #280409;
    color: #F40000;
    border-bottom: 1px solid #ffffff;
}
#contentab_sections:hover {
    background-color: #3C060D;
}
.contentab_section_t {
    float: left;
    padding: 10px 0 0 10px;
}
.contentab_section_t2 {
    float: right;
    padding: 10px 10px 0 0;
}
.contentab_section_t2 a {
    color: #F40000;
}

/* Read Section */
.rblock_text {
    margin-top: 10px;
    margin-bottom: 10px;
}
.rbuttonw {
    width: 100%;
    height: 50px;
}
.rbuttonbw {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 340px;
    height: 50px;
}
.rbutton {
    margin-right: 10px;
    padding: 7px;
    float: left;
    width: 80px;
    height: 30px;
    border-style: solid;
}
.rbuttonh {
    margin-right: 10px;
    float: left;
    width: 80px;
    height: 30px;
}
#read_section_c {
    margin-top: 20px;
    width: 884px;
    height: 45px;
    background-color: #500812;
    color: #fafafa;
    border-bottom: 1px solid #ffffff;
}
#read_section_ccs {
    width: 884px;
    height: 45px;
    background-color: #500812;
    color: #fafafa;
    border-bottom: 1px solid #ffffff;
}
#read_section {
    width: 884px;
    height: 45px;
    background-color: #280409;
    color: #fafafa;
    border-bottom: 1px solid #ffffff;
}
#read_section:hover {
    background-color: #3C060D;
}
.read_section_t {
    float: left;
    padding: 10px 0 0 10px;
}
.read_section_tp {
    float: left;
    padding: 10px 0 0 10px;
    color: #F40000;
}
.read_section_t2 {
    float: right;
    padding: 10px 10px 0 0;
}
.read_section_t2 a {
    color: #F40000;
}

/* Pricing */
#pblock_a {
    margin: 0 auto;
    margin-top: 50px;
    height: auto;
    width: 280px;
}
#pblockw {
    display: block;
    margin-top: 50px;
    margin-right: 20px;
    height: 260px;
    width: 280px;
    float: left;
    background-color: #1F2126;
    box-shadow: 0 0.05em 0.35em 0 rgba(0,0,0,0.135);
    overflow: hidden;
}
#pblockw_a {
    display: block;
    height: 140px;
    width: 280px;
    float: left;
    background-color: #1F2126;
    box-shadow: 0 0.05em 0.35em 0 rgba(0,0,0,0.135);
    overflow: hidden;
}
#pblock_hr {
    padding-top: 5px;
    border-bottom: 1px solid #e6e6e6;
    width: 280px;
}
.pblock_hh {
    border-radius: 2px 2px 0 0;
    background-color: #1c1c1c;
    height: 40px;
    width: 280px;
}
.pblock_t1 {
    padding: 4px 0 0 8px;
    font-size: 22px;
    color: #fff;
}
.pblock_t2 {
    padding: 8px;
    font-size: 18px;
    color: #fff;
}
.pblock_t2 a {
    color: #7b8a9c;
}
.pblock_t2b {
    margin: 0 auto;
    width: 120px;
}

/* Reg and Auth */
#lrw1 {
    margin: 150px auto;
    width: 224px;
    height: 350px;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    display: block;
    background-color: #1F2126;
    box-shadow: 0 0.05em 0.35em 0 rgba(0,0,0,0.135);
    border-radius: 2px;
    overflow: hidden;
}
#lrw2 {
    margin: 150px auto;
    width: 224px;
    height: 440px;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    display: block;
    background-color: #1F2126;
    box-shadow: 0 0.05em 0.35em 0 rgba(0,0,0,0.135);
    border-radius: 2px;
    overflow: hidden;
}
#lrw3 {
    margin: 150px auto;
    width: 224px;
    height: 310px;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    display: block;
    background-color: #1F2126;
    box-shadow: 0 0.05em 0.35em 0 rgba(0,0,0,0.135);
    border-radius: 2px;
    overflow: hidden;
}
.lrf {
    margin-top: 10px;
}
.avt {
    font: 22px 'Open Sans Condensed', sans-serif;
    color: #b3b3b3;
}
.logo {
    margin-left: -10px;
    height: 60px;
    width: 240px;
}
.f1 {
    float: left;
    margin-top: 10px;
}
.f2 {
    float: right;
    margin-top: 4px;
}
.paass {
    height: 25px;
    border-radius: 4px;
    margin-top: 45px;
    padding: 0 16px;
    outline: none;
    border: 0;
    background-color: red;
    font: 300 13px/25px 'Open Sans', Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    opacity: 0.8;
}

/* Recaptcha */
#recpt {
    margin-top: 2px;
    transform:scale(0.74);
    transform-origin:0;
}

/* Forms */
.input,
.textarea {
    width: 100%;
}
.radio,
.checkbox,
.button {
    position: relative;
    display: block;
}
.input input {
    display: block;
    width: 200px;
    height: 26px;
    margin-top: 2px;
    padding: 8px 10px;
    outline: none;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    background: black;
    font: 13px/19px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #fff;
}
.textarea textarea {
    display: block;
    width: 340px;
    height: 26px;
    margin-top: 2px;
    padding: 8px 10px;
    outline: none;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    background: black;
    font: 13px/19px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #fff;
}
.textarea textarea {
    height: auto;
    resize: none;
}
.button {
    height: 25px;
    overflow: hidden;
    padding: 0 16px;
    outline: none;
    border: 0;
    background-color: #7b8a9c;
    font: 300 13px/25px 'Open Sans', Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    opacity: 0.8;
}
.button1 {
    float: left;
    margin-right: 10px;
    height: 25px;
    overflow: hidden;
    padding: 0 16px;
    outline: none;
    border: 0;
    background-color: #7b8a9c;
    font: 300 13px/25px 'Open Sans', Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    opacity: 0.8;
}
.input:hover input,
.textarea:hover textarea,
.checkbox:hover i {
    border-color: #E68F8F;
}
.button:hover {
    opacity: 1;
}
.button1:hover {
    opacity: 1;
}
.textarea textarea:focus {
    border-color: #DA2E2E;
    width: 340px;
}
.input input:focus,
.checkbox input:focus + i {
    border-color: #DA2E2E;
    width: 200px;
}
.select {
    color: #000000;
}
.search {
    border-left: 0;
}
.search .input {
    margin: 3px 3px 3px 3px;
}
.search .input input {
    width: 240px;
    padding-right: 65px;
}
.search .button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
.ckeditor {
    margin-top: 5px;
}

/* Contacts */
#wrap_contact {
    margin: 0 auto;
    height: 400px;
    width: 700px;
    background-color: #363a42;
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 0.05em 0.35em 0 rgba(0,0,0,0.135);
}
.contact_dis {
    display: block; 
    padding: 25px 30px;
}
.contact form section {
    margin-bottom: 20px;
}
.contact form .input,
.contact form .input2,
.contact form .textarea,
.contact form .radio,
.contact form .checkbox,
.contact form .button {
    position: relative;
    display: block;
}
.contact form .input input {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 300px;
    height: 39px;
    padding: 8px 10px;
    outline: none;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    background: black;
    font: 13px/19px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #fff;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}
.contact form .input2 input {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 635px;
    height: 39px;
    padding: 8px 10px;
    outline: none;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    background: black;
    font: 13px/19px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #fff;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}
.contact form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 635px;
    height: 39px;
    padding: 8px 10px;
    outline: none;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    background: black;
    font: 13px/19px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #fff;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}
.contact form .textarea textarea {
    height: auto;
    resize: none;
}
.contact form .button {
    float: right;
    height: 39px;
    overflow: hidden;
    margin-left: 25px;
    padding: 0 20px;
    outline: none;
    border: 0;
    background-color: #DA2E2E;
    font: 300 13px/39px 'Open Sans', Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}
.contact form .fa-append {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 29px;
    height: 29px;
    padding-left: 3px;
    border-left: 1px solid #e5e5e5;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
    color: #ccc;
    margin-right: -200px;
}
.contact form .input2 .fa-append {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 29px;
    height: 29px;
    padding-left: 3px;
    border-left: 1px solid #e5e5e5;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
    color: #ccc;
    margin-right: 5px;
}
.contact form .textarea .fa-append {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 29px;
    height: 29px;
    padding-left: 3px;
    border-left: 1px solid #e5e5e5;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
    color: #ccc;
    margin-right: -535px;
}
.contact form .input .fa-append + input,
.contact form .input2 .fa-append + input,
.contact form .textarea .fa-append + textarea {
    padding-right: 46px;
}
.contact form .row {
    margin: 0 -15px;
}
.contact form .row:after {
    content: '';
    display: table;
    clear: both;
}
.contact form .col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.contact form .col-6 {
    width: 50%;
}
.contact form .input:hover input,
.contact form .input2:hover input,
.contact form .textarea:hover textarea,
.contact form .checkbox:hover i {
    border-color: #E68F8F;
}
.contact form .button:hover {
    opacity: 1;
}
.contact form .input input:focus,
.contact form .input2 input:focus,
.contact form .textarea textarea:focus,
.contact form .checkbox input:focus + i {
    border-color: #DA2E2E;
}

/* Pagination */
.pagination {
    margin: 50px auto;
    width: 900px;
    height: 50px;
}
.pagination li {
    display: inline;
    padding: 8px 16px;
    border: 1px solid #ccc;
    color: #fff;
    font-weight: bold;
}
.pagination a {
    text-decoration: none;
}
.pagination_a {
    background-color: red;
}
.pagination_d {
    background-color: #5c5c5c;
}
.pagination_h:hover {
    background-color: red;
}