header {
    border-bottom: 4px solid #AE2134;
}

header ul {
    background: #AE2134;
    padding: 5px 0;
    margin: 22px 0 0;
}

header .mainLogo {
    padding: 10px;
    width: 255px;
}

header ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

header ul li:nth-of-type(1):after {
    content: none;
}

header ul li:after {
    content: '|';
    position: absolute;
    left: -5px;
    top: 1px;
    color: #999;
    font-size: 12px;
}

header ul li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
}

header ul li a:hover {
    color: #999;
}


html,
body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    font-family: Merriweather, serif;
    font-size: 22px;
    color: #000;
    background-color: #F4F7FA;
}

a {
    color: #004b9c;
    text-decoration: none;

}

a:hover {
    text-decoration: underline;
}

.main_title {
    text-shadow:
        -0 -2px 0 #000000,
        0 -2px 0 #000000,
        -0 2px 0 #000000,
        0 2px 0 #000000,
        -2px -0 0 #000000,
        2px -0 0 #000000,
        -2px 0 0 #000000,
        2px 0 0 #000000,
        -1px -2px 0 #000000,
        1px -2px 0 #000000,
        -1px 2px 0 #000000,
        1px 2px 0 #000000,
        -2px -1px 0 #000000,
        2px -1px 0 #000000,
        -2px 1px 0 #000000,
        2px 1px 0 #000000,
        -2px -2px 0 #000000,
        2px -2px 0 #000000,
        -2px 2px 0 #000000,
        2px 2px 0 #000000,
        -2px -2px 0 #000000,
        2px -2px 0 #000000,
        -2px 2px 0 #000000,
        2px 2px 0 #000000;
}

#title_block {
    width: 100%;
}

.title_block_wrapper {
    width: 100%;
    height: 100%;
}

.title_block_content {
    position: relative;
    width: 100%;
    height: 100%;
}

.title_block_img .title_img {
    margin: 0px !important;
    padding: 0px !important;
    height: 100% !important;
    width: 100% !important;
    display: inline !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.title_block_img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.title_block_shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: #000 !important;
    opacity: 0.7;
}

.title_block_texts {
    position: relative;
    z-index: 9;
    background: transparent !important;
    padding: 21px;
}

.title_block_bread span {
    color: #fff;
    font: bold 10px/16px "IBM Plex Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .88;
}

.title_h1 {
    font: 600 40px/48px "IBM Plex Sans", sans-serif;
    color: #fff;
}

.title_bq {
    border-left: 4px solid #349dee;
    padding-left: 16px;
    color: #fff;
    opacity: 0.88;
    font: 24px/40px Merriweather, serif;

}

.title_block_author {
    margin-top: 26px;
}

.tauthor {
    font: 600 19px/24px "IBM Plex Sans", sans-serif;
    color: #349dee;
}

.tdate {
    margin-top: 2px;
    color: #fff;
    font: 500 10px/16px "IBM Plex Sans", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.title_block_texts div {
    background: transparent !important;
}

#top_xs {
    padding-top: 5px;
    display: none;
    height: 80px;
    background-repeat: no-repeat;
    background-position: top right;
}

.lead_text {
    color: #565d6d;
}

#top_xs embed {
    width: 50px;
    height: 50px;
}

#top_xs_left {
    width: 50px;
    height: 50px;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}

#top_xs_right {
    width: 50px;
    height: 50px;
    float: right;
    margin-top: 10px;
}

#head_title {
    background-size: cover;
    height: 300px;
    position: relative;
    padding: 15px;
}

#top {
    height: 120px;
    background: transparent;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top right;
}

#topwrap {
    height: 80px;
    max-width: 1000px;
    margin: 0 auto;
    background: transparent;
}

.topleft {
    height: 80px;
    width: 740px;
    float: left;
    position: relative;
    margin-left: 10px;
}

#head_title:before {
    display: block;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1400;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
    background: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
    background: -moz-linear-gradient(top, #000000 0%, #000000 100%);
    background: -o-linear-gradient(top, #000000 0%, #000000 100%);
    background: linear-gradient(to bottom, #000000 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}


.topright {
    height: 110px;
    width: 224px;
    float: right;
    background: url('../images/jornal.jpg') no-repeat;
}

.toplogo {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
}

.toplogo embed {
    border: 0px;
    max-width: 50px;
    max-height: 50px;
    overflow: hidden !important;
}

.topdate {
    position: absolute;
    top: 25px;
    left: 500px;
    font-size: 12px;
    line-height: 20px;
    color: #96a0a8;
}

.topdate .city {
    display: block-inline;
    font-size: 13px;
    font-weight: bold;
    margin-left: 25px;
    color: #05519d;
}

#bodyWrapper {
    max-width: 1000px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
}

#mainWrapper {
    width: 100%;
    height: 100%;
}

#mainWrapper div {
    background-color: #FFFFFF;
}

#wrapper {
    max-width: 1000px;
    margin: 0px auto;
}

#subtop {
    width: 998px;
    color: #39b4ff;
    margin: 0 auto;
    background: #F3F3F3 !important;
    border: solid 1px #e7e7e7;
    height: 30px;
}

#subtop h2 {
    line-height: 40px;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#subtop ul {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    padding: 0;
    list-style: none;
    margin-left: 10px;
}

#subtop ul li {
    display: inline-block;
    margin-right: 11px;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.99px;
    padding: 3px;
    color: #000;
}

.tag {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 0 9px;
    width: auto;
    height: 30px;
    line-height: 28px;
    font-size: 13px;
    letter-spacing: 0.1px;
    font-weight: normal;
    background-color: transparent;
    color: #366799;
    border: 1px solid #7e9fb8;
    border-radius: 2px;
    text-decoration: none;
    cursor: text;
}

#subtop .tagactive {
    background-color: #01478d;
    border-color: #01478d;
    color: white;
    text-decoration: none;
}

#content {
    padding: 0px;
    text-align: left;
    width: 100%;
}

#content .padWrap {
    padding: 15px;
    box-sizing: border-box;
}

#content img {
    max-width: 100%;
    display: block;
    margin: 20px auto;
}

#content p {
    font-size: 18px;
    line-height: 29px;
}

.pg {
    font-size: 17px !important;
    line-height: 28px !important;
    margin-bottom: 20px;
}

#comments .pg {
    margin-bottom: 0;
}

#content .date {
    display: inline-block;
    color: #a3b0b9;
    font-size: 13px;
}

#content .date::before {
    display: inline-block;
    content: "";
    margin-right: 10px;
    width: 10px;
    height: 10px;
}

#content h1 {
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
}

#content h2 {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 26px;
    margin-bottom: 33px;
    line-height: 32px;
}

#content h3 {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 25px;
}

#content ul li span {
    display: block;
    font-size: 16px;
    color: gray;
    font-weight: normal;
    line-height: 20px;
}

.glava {
    list-style-image: url(../images/qtick.png);

}

.glava li {
    margin-bottom: 20px;
    line-height: 32px;
    font-weight: bold;
    font-family: "IBM Plex Sans", sans-serif;
}

.subtitle {
    display: block;
    margin-bottom: 33px;
    font-size: 22px;
}

.note {
    float: right;
    max-width: 200px;
    font-weight: 500 !important;
    font-size: 18px !important;
}

.note_left {
    float: left;
    max-width: 200px;
    font-weight: 500 !important;
    font-size: 18px !important;
}

#content ul {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    list-style: none;
}

#content ul li {
    margin-bottom: 20px;
}

#content blockquote {
    border-left: 5px solid;
    border-color: #39b4ff;
    padding: 10px 25px 10px 25px;
    margin: 35px;
    color: #39b4ff;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
}

#comments {
    margin-top: 120px;
}

#comments .pg {
    font-size: 14px !important;
    line-height: 28px !important;
}

#comments h2 {
    background: url('../images/comentsm.jpg') no-repeat;
    padding-left: 40px;
    color: #000;
    border-bottom: 0px solid;
    border-color: #000;
    text-transform: uppercase;
    padding-bottom: 10px;
}

#comments .item {
    text-align: left;
    padding: 10px;
    margin: 10px 0px;
    min-height: 80px;
    border-bottom: 1px dashed #05519d;
}

#comments .item :last-child {
    border-bottom: none;
}

#comments .item .name,
#comments .row-y-item .name {
    font-size: 16px;
    font-weight: bold;
    color: #05519d;
}

#comments .item .info p {
    display: block;
    font-size: 15px;
    line-height: 19px;
    margin-top: 4px;
    text-align: justify;
    margin-right: 20px;
}

#comments .coment_ava {
    float: left;
    margin-right: 15px;
}

#comments .coment_ava img {
    margin: 0px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

#comments .date {
    font-weight: normal;
    background: none;
    display: inline;
}

#comments .date::before {
    background-image: none;
    margin-right: 0px;
}

#sidebar {
    min-height: 800px;
    width: 300px;
    float: left;
}

#sidebar h3 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

#sidebar .news {
    border-top: 1px solid #a1c5e1;
    padding: 20px 0 20px 0;
}

#sidebar .news .time {
    float: left;
    font-weight: bold;
    color: #05519d;
    text-align: left;
    margin-bottom: 5px;
}

#sidebar .news p {
    margin: 0 0 0 50px;
    font-size: 16px;
    color: black;
    display: block;
    font-weight: bold;
}

#sidebar .news p .play {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 19px;
    height: 19px;
}

.help {
    display: none;
    position: absolute;
    top: -33px;
    left: 0;
    background: red;
    background-color: rgb(231, 76, 60);
    border: 1px dashed black;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    font-family: Arial;
    font-size: 14px;
    margin: 3px 0px 0px;
    padding: 6px 8px 6px;
}

input:focus+.help {
    display: block;
}

.price {
    color: red;
    font-weight: 700;
}

#fullscroll_element a img {
    width: 100%;
    max-width: 250px;
}

@media screen and (max-width: 1020px) {

    header ul {
        display: none;
    }

    header {
        text-align: center;
    }

    #subtop {
        width: 100%;
    }

    #content {
        width: 100%;
    }

    #sidebar {
        display: none;
    }

    #head_title {
        background-size: cover;
        height: 300px;
        position: relative;
        padding: 15px;
    }
}

@media screen and (max-width: 999px) {
    .topright {
        display: none;
    }

    .item:not(.mob) {
        display: none;
    }
}

@media screen and (max-width: 840px) {
    .topdate {
        display: none;
    }
}

@media screen and (max-width: 780px) {
    .topleft {
        width: 100%;
    }

    #head_title {
        background-size: cover;
        height: 250px;
        position: relative;
        padding: 15px;
    }

    .note,
    .note_left {
        float: none;
        max-width: 100%;
    }

    #content blockquote {
        margin: 35px 0;
    }

    .item:nth-of-type(-n+14) {
        display: none;
    }

    #content ul {
        padding-left: 10px;
    }
}

@media screen and (max-width: 690px) {
    .topleft {
        width: 100%;
    }

    #tags {
        display: none;
    }
}

@media screen and (max-width: 660px) {
    #head_title {
        background-size: cover;
        background-repeat: no-repeat;
        height: 170px;
        position: relative;
        padding: 15px;
    }

    #content h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .mainLogo {
        width: 400px;
    }
}

@media screen and (max-width: 590px) {
    .mainLogo {
        width: 300px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 560px) {

    /*
	#top {display:none;}
	#top_xs {display:block;}
	*/
    #head_title {
        background-size: cover;
        height: 170px;
        position: relative;
        padding: 15px;
    }

    .pg {
        margin-left: 0px;
        margin-right: 0px;
    }

    #content .padWrap {
        padding: 8px;
    }
}

@media screen and (max-width: 520px) {

    /*
	#top {display:none;}
	#top_xs {display:block;}
	*/
    #head_title {
        background-size: cover;
        height: 170px;
        position: relative;
        padding: 15px;
    }
}

@media screen and (max-width: 420px) {

    .title_bq {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .tauthor {
        font-size: 14px;
    }
}

@media screen and (max-width: 470px) {
    .mainLogo {
        width: 200px;
    }

    #top {
        height: 80px;
    }
}

@media screen and (max-width: 380px) {
    .mainLogo {
        width: 180px;
    }
}

@media screen and (max-width: 345px) {
    .mainLogo {
        width: 150px;
    }
}

@media screen and (max-width: 310px) {
    .mainLogo {
        display: none;
    }

    #top {
        background-position: top center;
    }
}

@media screen and (max-width: 358px) {
    #subtop ul li {
        font-size: 11px;
    }
}

@media screen and (min-width: 1300px) {
    #subtop {
        width: 998px;
    }

    #wrapper {
        max-width: 1000px;
    }

    #content {
        width: 100%;
    }

    #topwrap {
        max-width: 1000px;
    }
}

@media screen and (min-width: 1600px) {
    #subtop {
        width: 998px;
    }

    #wrapper {
        max-width: 1000px;
    }

    #content {
        width: 100%;
    }

    #topwrap {
        max-width: 1000px;
    }
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    background: #fff url(../images/sel.png) no-repeat 96% 50%;
}

#order_form {

	background: white;
	padding: 30px 20px;
	max-width:600px;
	font-family:Arial;
	margin:20px auto;
	background-image:url(../images/formbg.jpg);
	background-repeat:no-repeat;
	background-size: 100% 120%;

}

@media (min-width: 600px) and (max-width: 739px) {
      #order_form{
          padding: 20px!important;
    margin: 0px -12px!important;
    padding-bottom: 116px!important;
    margin-bottom: -170px!important;}}


@media (min-width: 460px) and (max-width: 599px) {
      #order_form{
    padding: 20px!important;
    margin: 0px -26px!important;
    padding-bottom: 160px!important;
    margin-bottom: -190px!important;}}



#order_form div {

	background:transparent!important;

}

#order_form h2 {

	margin:25px 0 0 0;

	padding:0px;

	line-height:32px;

	border:none;

}

#order_form label {

	width:230px;

	display:block;

	padding:5px 0 5px 0;

	font-weight:bold;

	font-size:16px;

}

#order_form label.vertical {

	border:none!important;

}



.device_info {

	font-size: 14px;

	color:green;

	display:block;

	margin:10px 20px;

}



#order_form .order_form_pole {
	width: 300px;
	padding: 0 10px;
    display: block;
	margin: 0 auto;

}

#order_form input,#order_form select {

	font-size:21px;

	padding:15px;

	border-radius:3px;

	border:2px solid #e9d7dc;

	max-width:300px;

	width:100%;
    box-sizing: border-box;

	

}

#order_form span {

	font-size:12px;

}



#order_form button, .obutton {

    display: block;

    padding: 20px;

    color: #fff;

    font-weight: 700;

    text-decoration: none;

    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);

    border-radius: 5px;

    background-color: #0299ff;

    background-position: 1.35em .94em;

    background-size: 1em;

    background-repeat: no-repeat;

    transition: all .15s ease-in-out;

	border:none;

	cursor:pointer;

	font-size:20px;

	margin: 20px auto 0;

}

#order_form button:hover, .obutton:hover {

	background-color:#017ACC;

}

#order_form button:active {

	position:relative;

	top:1px;

}



.order_info h2 {

	border:none!important;

	color:red!important;

}

.timelimit {
    text-align: center;
}

.price__title {
    text-align: center;
}

#region_test {
    text-align: center;
}

.left_count {
    
    display: block;
    background: red;
    padding: 23px;
    margin: 12px auto;
    width: 178px;
    color: #fff;
    text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
	font-size:32px!important;
	border-radius:5px;

}



.left_count .prod_left_val {

	font-size:52px!important;

}



#order_form_success {

	position:relative;

}



@media screen and (max-width: 480px) {


	#order_form label {

		font-size:14px;

	}

	

	#order_form button {

		font-size:16px;

	}

	

	#order_form {
    padding: 10px;
    padding-bottom: 180px;
    margin-bottom: -200px;
	}

	

	#order_form .order_form_pole {

		padding: 0px;

		margin: 2px;

	}

}



@media screen and (max-width: 459px) {

	#order_form .order_form_pole {
		width: 300px;
        margin: 0 auto;
	}

	#order_form {

		margin-left:-20px;

		margin-right:-20px;

	}

}



@media screen and (max-width: 349px) {

	#order_form input {

		font-size:17px;

	}

	

	#order_form button {

		margin: 20px auto;

	}

}

.select_arrow {
    display: block;
    position: relative;
    width: 274px;
    margin: 0 auto;
  }
  
  .select_arrow:after {
    display: block;
    position: absolute;
    top: 22px;
    right: 12px;
    content: '▼';
    font-size: 16px;
    color: #000;
  }
  
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
  }
  
  select::-ms-expand {
    display: none;
  }

select::-ms-expand {
	display: none;
}
@media screen and (max-width: 740px) {
	#order_form {
		background-size: 100% 110%!important;
	}
}@media screen and (max-width: 460px) {
	#order_form {
		background-size: 100% 100%!important;
	}
}

.timer {
    display:inline-block; 
    margin-top: 5px;
    background:url(../images/timerIcon2.png) no-repeat;
    width: 12px; 
    height: 14px;
    color:red;
}

.center {
    text-align: center;
}

.x_country_select {
    display: none !important;
}