
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-search {
	position: relative;
}

.fa-search:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(../images/magnifier.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.fa-twitter-square {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(../images/twitter.svg);
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
}

.fa-facebook-square {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(../images/facebook.svg);
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
}


h1,
h2,
h3,
ol,
p,
ul {
	margin-top: 0
}

button,
hr {
	overflow: visible
}

article,
figure,
footer,
header,
nav,
section {
	display: block
}

h1,
h2,
h3 {
	margin-bottom: .5rem
}

.img-fluid {
	max-width: 100%
}

.btn,
img {
	vertical-align: middle
}

.article__social,
.opinion__image {
	-ms-grid-row-align: center;
	align-self: center
}

body {
	position: relative
}

.comments__list,
.list,
.nav {
	list-style: none
}

*,
::after,
::before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

body {
	margin: 0;
	font-family: Roboto, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	background-color: #fff;
	color: #222
}

hr {
	box-sizing: content-box;
	height: 0
}

ol,
p,
ul {
	margin-bottom: 1rem
}

figure {
	margin: 0 0 1rem
}

strong {
	font-weight: bolder
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

img {
	border-style: none;
	height: auto
}

button {
	border-radius: 0;
	text-transform: none
}

.comments__button,
.footer__heading,
.header__heading,
.header__slogan,
.nav__item {
	text-transform: uppercase
}

button:focus {
	outline: dotted 1px;
	outline: -webkit-focus-ring-color auto 5px
}

.btn:focus,
.form-control:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

button,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

[type=submit],
button {
	-webkit-appearance: button;
	appearance: button;
}

[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

textarea {
	overflow: auto;
	resize: vertical
}

.btn,
.form-control {
	font-weight: 400;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5
}

.img-fluid {
	height: auto
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled {
	background-color: #e9ecef;
	opacity: 1
}

textarea.form-control {
	height: auto
}

.btn {
	display: inline-block;
	color: #212529;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:hover {
	color: #212529;
	text-decoration: none
}

.btn:disabled {
	opacity: .65
}

.d-none {
	display: none !important
}

.d-flex {
	display: flex !important
}

.fa {
	display: inline-block;
	font: 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 10px
}

html {
	font-size: 93.75%
}

body,
html {
	min-height: 100%
}

.header {
	max-width: 960px;
	margin: 0 auto
}

.header__hot {
	display: flex;
	align-items: center;
	margin-top: .5rem;
	margin-bottom: .35rem;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px
}

.header__slogan {
	display: inline-block;
	padding: .6rem .75rem;
	background-color: #d33f4f;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: center
}

.header__title {
	display: none;
	margin-bottom: 0;
	margin-left: 1rem;
	font-family: Roboto, sans-serif;
	font-size: 14px
}

.header__right {
	display: flex;
	margin-left: auto
}

.header__icon {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 23px;
	height: 23px;
	padding: .75rem;
	border-radius: 50%;
	background-color: #1a2b4c;
	color: #fff;
	font-size: .75rem
}

.header__banner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.43)) 0 0/cover, url(../images/banner44e9b89dd98463bd32df10f9ec04c747.jpg) center/cover no-repeat;
	color: #fff
}

.header__heading {
	margin-top: auto;
	margin-bottom: auto;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 26px;
	text-align: center
}

.article__heading {
	margin: 1.3rem 0;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center
}

.nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0;
	padding-left: 0;
	background-color: rgba(30, 152, 192, .51);
}

.nav__item a {
	flex: 1;
	padding: .5rem;
	transition: background-color .3s ease-in-out;
	/* background-color: rgba(30, 152, 192, .51); */
	font: 700 15px/1.25 "Roboto Condensed", sans-serif;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

.nav__item a:hover {
	background-color: rgba(252, 252, 252, 0.51);
	cursor: pointer
}

.nav__item a:active,
.nav__item:focus {
	background-color: rgba(30, 152, 192, .51);
	cursor: pointer
}

.fa-facebook-square {
	color: #304b98
}

.fa-twitter-square {
	color: #3ea7e6
}

.opinion,
.opinion-flow {
	margin-bottom: 25px;
	padding: 7px 10px;
	background-color: #e3e3e3;
	font-family: Tinos, sans-serif;
	font-style: italic;
	box-shadow: rgba(0, 0, 0, .5) 1px 1px 3px 0
}

.article__author {
	border-bottom: 1px solid #e3e3e3
}

.opinion .opinion__image,
.opinion-flow .opinion__image {
	display: block;
	margin: 0 auto 20px
}

.opinion .opinion__paragraph,
.opinion .opinion__sign,
.opinion-flow .opinion__paragraph {
	margin-bottom: 0
}

.opinion .opinion__paragraph,
.opinion-flow .opinion__paragraph {
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 1.375
}

.opinion .opinion__sign {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	text-align: right
}

.opinion .opinion__sign:not(.opinion__sign--info) {
	margin-top: 1rem
}

.opinion .opinion__sign--info {
	display: block;
	font-weight: 400
}

.opinion {
	display: flex;
	flex-direction: column
}

.opinion__image {
	flex: 0 0 auto
}

.article__top,
.list {
	flex-direction: column
}

.article {
	font-size: 1.065rem
}

.article__paragraph {
	margin-bottom: 1.2rem;
	font-size: 17px;
	line-height: 1.3
}

.article__subheading {
	font-size: 21px
}

.article__top {
	display: flex;
	align-items: center;
	margin-bottom: 2rem
}

.article__author {
	width: 100%;
	margin-top: .3rem;
	margin-bottom: 0;
	padding-top: .5rem;
	padding-bottom: .5rem;
	border-top: 1px solid #e3e3e3;
	color: #8e8e8e;
	font-size: .875rem;
	font-weight: 700;
	text-align: left
}

.article__author span {
	color: #1a2b4c
}

.article__social {
	order: -1;
	text-decoration: none;
}

.article__social a:hover {
	text-decoration: none;
}

.article__social a i {
	margin-left: .875rem;
	font-size: 2rem;
}

.article__figure {
	display: table;
	margin-right: auto;
	margin-left: auto
}

.article__list {
	padding-left: 30px;
	font-size: 1.125rem
}

.btn--back {
	display: block;
	max-width: 240px;
	margin-right: auto;
	margin-left: auto;
	background-color: #304b98;
	color: #fff;
	font-weight: 700;
	white-space: pre-wrap
}

.btn--back:hover {
	background-color: #3c5ebf;
	color: #fff
}

.btn--back:active,
.btn--back:focus {
	background-color: #243871;
	color: #fff
}

.footer {
	background-color: #e3e3e3
}

.footer {
	max-width: 960px;
	margin: 3rem auto 0;
	padding-bottom: 2rem
}

img {
	max-width: 100%
}

.footer__top {
	display: flex;
	align-items: center;
	padding: .3rem .4rem 0
}

.footer__heading {
	margin-bottom: 0;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px
}

.footer__social {
	margin-left: auto
}

.footer__social a:hover {
	text-decoration: none;
}

.footer__social i {
	margin-left: .4rem;
	font-size: 2rem;
	cursor: pointer
}

.footer__social i:hover {
	opacity: .7
}

.footer__nav {
	margin-top: .2rem;
	color: #fff
}

.line {
	height: 0;
	border: 0;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3
}

.list {
	display: flex;
	align-items: center;
	padding-left: 0;
	font-weight: 700
}

.comments {
	font-family: Roboto, sans-serif;
	margin-top: 40px
}

.comments h3,
.comments__button,
.comments__go-top .btn,
.comments__user {
	font-family: "Roboto Condensed", sans-serif
}

.comments h3 {
	margin-bottom: 1.3rem;
	font-size: 16px
}

.comments__important {
	color: #515151;
	font-size: 14px;
	line-height: 1.35
}

.comments__bottom {
	display: flex;
	margin: 1rem 0
}

.comments__top {
	margin: 1rem 0 2rem;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	color: #a2a2a2
}

.comments__user {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	font-size: 16px
}

.comments__user-login {
	margin-right: 16px;
	color: #515151
}

.comments__user-name {
	color: #515151
}

.comments__user i {
	margin-right: .875rem;
	color: #878787;
	font-size: 1.5rem;
	cursor: pointer
}

.comments__button {
	margin-left: auto;
	padding: .5rem .4rem;
	border-radius: .5rem;
	background-color: #304b98;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

.comments__button:active,
.comments__button:focus,
.comments__button:hover {
	color: #fff;
	text-decoration: none
}

.comments__list {
	margin-top: 2rem;
	margin-bottom: 1.6rem;
	padding-left: 0;
	font-size: .9rem
}

.comments__item {
	margin-top: 1rem;
	border-bottom: 1px solid #e5e3e3
}

.comments__author {
	color: #515151;
	font-weight: 700;
	font-size: 16px;
	margin-right: .5rem
}

.comments__author--named {
	display: flex;
	color: #304b98;
	font-weight: 400
}

.comments__author--named .fa {
	margin-left: .4rem
}

.comments__author .fa {
	font-size: 1.5rem;
	margin-right: .1rem
}

.comments__date {
	display: block;
	color: #878787;
	margin-right: .5rem
}

.comments__warning {
	color: #ff5a41;
	font-size: .875rem
}

.comments__go-top {
	width: 100%;
	text-align: center
}

.comments__go-top .btn {
	font-size: 19px
}

.comment__text {
	margin-top: .5rem;
	margin-bottom: .2rem;
	font-size: 15px;
	line-height: 1.3
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.mt-2x {
	margin-top: 2rem
}

.overflow-h {
	overflow: hidden
}

@media(prefers-reduced-motion: reduce) {

	.btn,
	.form-control {
		transition: none
	}
}

@media(min-width: 576px) {
	.container {
		max-width: 540px
	}

	html {
		font-size: 100%
	}

	.article__top {
		flex-direction: row;
		padding-top: .5rem;
		padding-bottom: .5rem;
		border-top: 1px solid #e3e3e3;
		border-bottom: 1px solid #e3e3e3
	}

	.article__author {
		width: auto;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
		border: 0
	}

	.article__social {
		-ms-grid-row-align: unset;
		align-self: unset;
		order: 1;
		margin-left: auto
	}

	.footer__heading {
		font-size: 20px
	}

	.footer__social i {
		margin-left: 1rem
	}

	.list {
		flex-direction: row;
		justify-content: space-around
	}

	.comments__button {
		margin-top: 0;
		margin-right: 0
	}

	.comments__meta {
		display: flex;
		align-items: center
	}

	.comments__date {
		display: inherit
	}
}

@media(min-width: 768px) {
	.d-md-none {
		display: none !important
	}

	.d-md-block {
		display: block !important
	}

	.container {
		max-width: 784px
	}

	.header__hot {
		margin-bottom: .5rem
	}

	.header__slogan {
		padding: .5rem .75rem
	}

	.header__title {
		display: inline-block
	}

	.header__banner {
		min-height: 170px
	}

	.header__heading {
		margin-top: 2.5rem;
		font-size: 35px
	}

	.article__heading {
		margin-top: 2.2rem;
		font-size: 43px
	}

	.nav__item {
		padding: .7rem;
		font-size: 15px
	}

	.opinion,
	.opinion-flow {
		padding: .5rem
	}

	.opinion .opinion__image,
	.opinion-flow .opinion__image {
		padding-right: 1rem
	}

	.opinion {
		flex-direction: row
	}

	.opinion__image {
		align-self: flex-start
	}

	.opinion-flow .opinion__image--left {
		float: left
	}

	.article {
		max-width: 724px;
		margin: 0 auto
	}

	.article__top {
		margin-top: 2rem;
		margin-bottom: 1.5rem
	}

	.footer {
		padding-bottom: 2.5rem
	}

	.footer__top {
		padding: .3rem 1.5rem 0
	}

	.footer__heading {
		font-size: 30px
	}

	.comments__top {
		flex-direction: row
	}

	.comments__user {
		justify-content: flex-start;
		font-size: 1rem
	}

	.comments__button {
		min-width: 215px
	}

	.comments__list {
		margin-top: 2.8rem
	}

	.comments__date {
		font-size: 16px
	}
}

@media(min-width: 992px) {
	.container {
		max-width: 980px
	}

	.header__banner {
		min-height: 190px
	}

	.header__heading {
		font-size: 53px
	}

	.article__heading {
		font-size: 47px
	}

	.opinion .opinion__image,
	.opinion-flow .opinion__image {
		margin-bottom: 0
	}

	.opinion .opinion__paragraph,
	.opinion-flow .opinion__paragraph {
		margin-bottom: 0;
		font-size: 18px
	}

	.article {
		max-width: 780px
	}

	.article__title-box {
		max-width: 960px;
		margin: 0 auto;
		padding: 0 2rem
	}

	.article__subheading {
		margin-bottom: .8rem;
		font-size: 23px
	}

	.comments h3 {
		margin-bottom: .7rem;
		font-size: 27px
	}

	.comments__important {
		margin-bottom: .5rem
	}

	.comments__top {
		margin: 0 0 1.2rem
	}

	.comments__button {
		min-width: 0;
		padding: .5rem 1.3rem
	}

	.comment__text {
		margin-top: 1.1rem;
		margin-bottom: .7rem
	}
}

@media(min-width: 1200px) {
	.container {
		max-width: 1200px
	}

	.opinion .opinion__paragraph,
	.opinion-flow .opinion__paragraph {
		font-size: 1.125rem
	}
}

:root {
	--mdc-theme-primary: #3c80cb
}

.hidden {
	display: none
}

.thanks-box {
	visibility: hidden;
	margin: auto;
	height: 25%;
	width: 90%;
	max-width: 723px;
	transform: translate(-50%, -50%);
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border: 1px solid #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: Arial;
	position: fixed;
	top: 50%;
	left: 50%
}

.close {
	color: #222;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1;
	height: 33px;
	width: 33px;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px
}

.close:hover {
	cursor: pointer
}

.p1,
.p2 {
	color: #222;
	font-family: Roboto, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0;
	font-style: normal;
	text-align: center;
	-moz-text-align-last: center;
	text-align-last: center;
	align-self: center
}

.p2 {
	padding-top: 15px;
	font-size: 1em
}

.dark {
	visibility: hidden;
	top: 0;
	left: 0;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	opacity: .2
}

.footer_legal {
	text-align: center;
	padding: 10px 10px 15px
}

.footer_legal .footer_legal_txt {
	font-size: 12px;
	line-height: 1.2;
	color: #6d6d6d
}

.form__wrapper,
.form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.form__img {
	margin-bottom: 20px;
}

.form__price {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	font-size: 22px;
}

.old__price {
	text-decoration: line-through;
	margin-right: 20px;
}

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

.form {
	max-width: 300px;
	width: 100%;
}

.form__input {
	display: block;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
	padding: 15px;
	border: 1px solid #969696;
	border-radius: 3px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form__btn {
	position: relative;
	width: 100%;
	background-color: #0076CD;
	border: 2px solid #0076CD;
	padding: 15px 5px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	cursor: pointer;
	border-radius: 5px;
	display: block;
	margin: 0;
}

.form__btn img {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

.x_country_select {
	display: none !important
}