*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

:focus,
:active,
a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Roboto Condensed", sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  cursor: pointer;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a {
  color: inherit;
  cursor: pointer;
}

a,
a:visited,
a:hover {
  text-decoration: none;
}

ul,
ol,
dd {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

h1.logo{
	color: #227bd0;
	font-size: 1.5em;
}

h1.logo span{
	color: #fff;
}

ol {
  margin: 0px 0px 20px 0px;
  list-style: none;
  list-style-type: none;
  counter-reset: item;
}

ol li {
  margin: 0px 0px 10px 0px;
  position: relative;
  padding: 0px 0px 0px 15px;
}

ol li:last-child {
  margin: 0px 0px 0px 0px;
}

ol li:before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
}

body {
  color: #4b4b4b;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto Condensed", sans-serif;
  background-color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.3px;
}

body.lock {
  overflow: hidden;
  width: 100%;
  position: fixed;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

._container {
  max-width: 1740px;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
}

.text {
  color: #4b4b4b;
  font-size: 15px;
  letter-spacing: 0.09px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.2;
}

.text p {
	 margin:12px;
}
.text h2 { 
	margin:12px;font-weight:bold;font-size:20px;
}


.header {
  background: #2c2c2c;
  padding: 9px 0;
  position: relative;
  z-index: 5;
}

.header__logo {
  padding-left: 25px;
}

.header__logo img {
  max-width: 100%;
}

.header__banner {
  margin: 0 40px;
}

.adv {
	background-color: #e5e5e5;
	padding: 20px 0 30px;
}

.adv__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.adv h2 {
	text-align: center;
}

.adv__item:not(:first-child) {
	display: none;
}

.adv__item img {
	max-width: 100%;
}

@media all and (min-width: 749.98px) {

	.adv__item {
		margin: 23px;
	}
}

@media all and (min-width: 991.98px) {

	.adv__item:not(:first-child) {
		display: block;
	}
}

@media screen and (max-width: 767px){
	.header__logo img {
	  max-height: 72px;
	}

	.header__banner {
	  margin: 0;
	}

	.header-wrap .banners{
		padding-bottom: 0 !important;
	}
}

.header__banner img {
  max-width: 100%;
}

.logo img {
  max-width: 100%;
}

.header-wrap {
  text-align: center;
}

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn {
  color: #227bd0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  border: 1px solid #227bd0;
  background-color: transparent;

  width: 100%;
  white-space: nowrap;
  padding: 0 25px;
  line-height: 57px;
  height: 57px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.btn a {
  display: block;
  color: inherit;
}

.btn:not(:last-child) {
  margin-right: 40px;
}

.video-btn {
  cursor: pointer;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 11px;
  padding: 10px;
  line-height: 1.2;
  border-radius: 4px;
  background-color:#227bd0;
  border: 1px solid #b00d0d;
  border-color:#ffffff;
/*
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(116, 24, 11, 0.5)), to(rgba(161, 15, 0, 0.5)));
  background-image: -o-linear-gradient(bottom, rgba(116, 24, 11, 0.5) 0%, rgba(161, 15, 0, 0.5) 100%);
  background-image: linear-gradient(to top, rgba(116, 24, 11, 0.5) 0%, rgba(161, 15, 0, 0.5) 100%);
*/
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(80,147,211,0.65)), to(rgba(0,11,161,0.5)  ));
  background-image: -o-linear-gradient(bottom, rgba(80,147,211,0.65) 0%, rgba(0,11,161,0.5) 100%);
  background-image: linear-gradient(to top, rgba(80,147,211,0.65) 0%, rgba(0,11,161,0.5) 100%);
  font-size: 28px;
  color: #e4e4e4;
  text-align: center;
  letter-spacing: 0.09px;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.video-btn span {
  font-weight: 700;
}

.btn-o {
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #9c1109;
  background-color: #ffffff;
  font-size: 21px;
  letter-spacing: 0.1px;
  width: 46%;
  line-height: 40px;
  height: 40px;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.menu-block {
  background-color: #e5e5e5;
}

.menu__button {
  position: absolute;
  z-index: 40;
  top: 20px;
  left: 15px;
  width: 35px;
  height: 40px;
  display: block;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.menu__lines,
.menu__lines::after,
.menu__lines::before {
  position: absolute;
  width: 35px;
  height: 4px;
  background-color: #d7d7d7;
  border-radius: 15%;
}

.active .menu__lines,
.active .menu__lines::after,
.active .menu__lines::before {
  background-color: #4b4b4b;
}

.menu__lines {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  z-index: 40;
}

.menu__lines::before {
  content: "";
  top: -10px;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.menu__lines::after {
  content: "";
  top: 10px;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.active .menu__lines {
  background: transparent;
}

.active .menu__lines::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.active .menu__lines::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu__nav {
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 45px;
  line-height: 45px;
}

.active .menu__nav {
  left: 0;
  top: 0px;
  z-index: 30;
  display: block !important;
  width: 100%;
  height: auto;
  background-color: #ececec;
  position: absolute;
  border-bottom: 2px solid #000;
}

.active .menu__nav > li{
  padding-left: 5em;
}

.menu__nav > li,
.menu__link {
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  color: #2e2e2e;
  text-transform: capitalize;
  border-bottom: 2px solid transparent;
}

.menu__nav > li > a,
.menu__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__nav > li > a:hover{
  color: #2c2c2c;
}

.menu__nav > li > a > img,
.menu__link a img {
  display: none;
}

.menu__link-arrow span {
  padding-right: 20px;
  background-image: url("../img/arrow-down.png");
  background-repeat: no-repeat;
  background-position: right;
}

@media screen and (max-width: 991px){
	.header__btns.btns,
	.menu-block .menu__nav{
		display: none;
	}

	.main .section__title{
		margin-top: 1em;
	}
}

.popup {
  position: relative;
  display: none;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  z-index: 10;
}

.popup.open {
  display: block;
}

.popup.open .popup__content {
  -webkit-transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
          transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
  opacity: 1;
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup__content {
  position: relative;
}

.popup__content_image {
  padding: 0;
}

.popup__image img {
  max-width: 100%;
  vertical-align: top;
}

.popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

.category {
  position: relative;
}

.category-content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category-content ul {
  margin-bottom: 3%;
  width: 49%;
}

.category-content li {
  color: #4c4c4c;
  text-transform: uppercase;
  line-height: 1.5;
}

.category-content li span:before {
  content: "(";
}

.category-content li span:after {
  content: ")";
}

.category-content li.letter {
  color: #2c2c2c;
  text-transform: uppercase;
}

.custom-select-wrapper {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 122px;
}

.custom-select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.custom-select__trigger {
  position: relative;
  cursor: pointer;
  max-width: 122px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-options {
  position: relative;
  display: block;
  top: 100%;
  left: -20px;
  right: 0;
  height: 0;
  border-top: 0;
  background-color: #e5e5e5;
  width: 122px;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}

.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  height: auto;
  min-width: 158px;
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 20px 0 40px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.custom-option:hover {
  cursor: pointer;
}

.advertisement {
  background-color: #707070;
  padding: 20px 0 30px 0;
}

.advertisement__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.advertisement__title {
  text-align: center;
  color: #f3f3f3;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 25px;
  letter-spacing: 0.23px;
  text-transform: capitalize;
  font-weight: 600;
}

.advertisement__item:not(:first-child) {
  display: none;
}

.advertisement__item img {
  max-width: 100%;
}

.section .text {
  margin-bottom: 60px;
}

.section__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section__title {
  color: #4b4b4b;
  font-weight: 600;
  text-align: center;
  max-width: 550px;
  margin: 0 auto 20px;
}

.section-main {
  border: 1px-solid darkgoldenrod;
  width: 100%;
}

.section-aside {
  display: none;
}

.aside__title {
  color: #4b4b4b;
  font-size: 25px;
  letter-spacing: 0.23px;
  border-bottom: 1px solid #d7d7d7;
  text-transform: capitalize;
  line-height: 1.2;
  padding-bottom: 15px;
  font-weight: 600;
  text-align: center;
}

.aside__wrap {
  padding-top: 18px;
}

.aside__item img {
  max-width: 100%;
}

.aside__item:not(:last-child) {
  margin-bottom: 20px;
}

.thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.thumb {
  cursor: pointer;
  background-color: #ececec;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  margin: 0 0.5% 2.5%;
  width: 49%;
}

.thumb__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.thumb__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px;
  border-radius: 4px;
}

.thumb__item {
  position: relative;
  width: 100%;
}

.thumb__item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumb__item span {
  position: absolute;
}

.thumb__item span.hd {
  right: 5px;
  top: 5px;
  background:url( /templates/cams/98/img/HD.png) no-repeat center top / cover;
  width: 26px;
  height: 16px;
}

.thumb__item span.line {
  right: 5px;
  bottom: 5px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.47);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
}

.thumb__item span.line.online {
  color: #5bff76;
}

.thumb__item span.line.offline {
  color: transparent;
}

.name {
  color: #505050;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  white-space: nowrap;
  text-align: center;
}

.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.categories li {
  margin-right: 9px;
  color: #919191;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.3;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  cursor: pointer;
}

.categories li:before {
  content: "#";
}

.player {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.player video,
.player iframe,
.player object,
.player embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

.info-col {
  padding: 15px 20px;
  border-radius: 4px;
  background-color:#ffffff;
  width: 100%;
  margin-bottom: 10px;
  color:#606060;
}

.inform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inform .btns {
  margin-top: 35px;
}

.info__name {
  color:#606060;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.09px;
  border-bottom: 2px solid #e9e9e9;
  border-color:#e9e9e9;
  margin-bottom: 5px;
}

.info__age,
.info__location {
  color:#606060;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.09px;
}

.info__descr {
  font-size: 21px;
  letter-spacing: 0.1px;
  line-height: 1.1;
}

.tags {
  font-size: 21px;
  line-height: 1;
}

.tags a:not(:last-child):after {
  padding-left: 5px;
  content: "|";
}

.pagging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

.pagging.pagging-top {
  margin-bottom: 20px;
}

.pagging__arrow,
.pagging__list li {
  height: 32px;
  min-width: 32px;
  padding: 0 10px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  background-color:#dbdbdb;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  margin: 0 3px;
  border-radius: 4px;
}

.pagging__list li:hover {
	background-color:#dbdbdb;
}

@media screen and (max-width: 991px){
	.pagination-next,
	.pagination-prev{
		display: none;
	}
}

.pagging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagging__list ._hide {
  display: none;
}

.pagging__list a {
  display: block;
  color:#4b4b4b;
}

.pagging__list .active {
  color:#227bd0;
}

.contact__title {
  font-size: 33px;
  font-family: "Source Sans Pro", sans-serif;
}

form {
  max-width: 590px;
  width: 100%;
  margin-bottom: 100px;
}

form label {
  font-size: 21px;
  margin-bottom: 12px;
}

form label span {
  color: #ff0000;
}

form .input {
  height: 45px;
  border-radius: 4px;
  font-size: 25px;
  border: 1px solid #d7d7d7;
  background-color: #ffffff;
  padding-left: 15px;
}

form .input::-webkit-input-placeholder {
  opacity: 0.22;
}

form .input::-moz-placeholder {
  opacity: 0.22;
}

form .input:-ms-input-placeholder {
  opacity: 0.22;
}

form .input::-ms-input-placeholder {
  opacity: 0.22;
}

form .input::placeholder {
  opacity: 0.22;
}

form textarea.input {
  min-height: 175px;
  padding: 15px;
}

form button {
  color: #ffffff;
  font-size: 22px;
  border-radius: 4px;
  background-color: #9c1109;
  height: 54px;
  padding: 0 40px;
  border: 1px solid #9c1109;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

.footer {
  background-color: #2c2c2c;
  color: #b5b5b5;
  padding: 15px 0;
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.footer__logo {
  max-width: 272px;
  margin-right: 3%;
  padding-left: 20px;
}

.footer__logo a {
  display: block;
}

.footer__disclaimer {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  letter-spacing: -0.09px;
  max-width: 910px;
  margin-right: auto;
  padding: 0 20px;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.info-top {
  font-size: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: right;
}

.info-top a {
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.info-top a:not(:last-child):after {
  content: "|";
  padding-right: 5px;
}

.info-bottom {
  font-size: 19px;
  text-transform: uppercase;
  min-width: 380px;
  text-align: right;
}

@media (min-width: 479.98px) {
  .pagging__arrow,
  .pagging__list li {
    padding: 0 15px;
    font-size: 16px;
  }
}

@media all and (min-width: 567.98px) {
  .menu__button {
    top: 30px;
    left: 30px;
    width: 54px;
    height: 45px;
  }

  .menu__lines,
  .menu__lines::after,
  .menu__lines::before {
    width: 54px;
    height: 6px;
  }

  .menu__lines::before {
    top: -18px;
  }

  .menu__lines::after {
    top: 18px;
  }
}

@media (min-width: 567.98px) {
  .thumb {
    width: 32.5%;
    margin: 0 0.33% 2.5%;
  }
}

@media (min-width: 749.98px) {
  .advertisement__item {
    margin: 23px;
  }

  .section-aside {
    padding: 0 20px;
    display: block;

  }
}

@media all and (min-width: 749.98px) {
  .pagging__list ._hide {
    display: block;
  }
}

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


@media (min-width: 991.98px) {
  .text {
    font-size: 17px;
  }

  .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .video-btn {
    font-size: 36px;
    line-height: 80px;
    padding: 0;
  }

  .menu__nav > li,
  .menu__link {
    font-size: 22px;
    line-height: 45px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0 17px;
    border-bottom: 0px;
  }

  .menu__link-arrow span {
    background-position: left;
    padding-left: 20px;
    padding-right: 0;
  }

  .popup {
    top: 100px;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 32, 32, 0.49);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .popup.open {
    opacity: 1;
    visibility: visible;
  }

  .popup__body {
    padding: 30px 10px;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
  }

  .popup__content {
    -webkit-box-shadow: 0 2px 17px 4px rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 17px 4px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    max-width: 1250px;
    padding: 30px;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    height: 100%;
    opacity: 0;
    -webkit-transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
            transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
  }

  .category-content ul {
    width: 33.3%;
    margin-bottom: 30px;
  }

  .category-content li {
    font-size: 19px;
  }

  .category-content li.letter {
    font-size: 36px;
  }

  .advertisement__item:not(:first-child) {
    display: block;
  }

  .section .text {
    width: 92%;
    margin-right: 50px;
    max-width: 1400px;
  }

  .section .text {
    width: 92%;
  }

  .section__title {
    font-size: 33px;
    text-align: left;
    margin: 0;
    margin-bottom: 0.25em;
    max-width: 100%;
  }

  .section-main {
    width: 92%;
  }

  .section-main {
    width: 92%;
  }

  .aside-thumb {
    margin-top: -65px;
  }

  .thumbs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .thumb {
    width: 24%;
    margin: 0 0.25% 2.5%;
  }

  .thumb__inner {
    padding-bottom: 2px;
  }

  .name {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .categories li {
    font-size: 16px;
  }

  .contact__text {
    font-size: 19px;
  }

  form {
    margin-bottom: 140px;
  }
}

@media all and (min-width: 991.98px) {
  .btn:hover {
	color: #ffffff;
	background-color: #227bd0;
	border: 1px solid #227bd0;
  }

  .menu-block {
    margin-bottom: 30px;
  }

  .menu__button {
    display: none;
  }

  .menu__nav > li a img,
  .menu__link a img {
    display: block;
    margin-right: 5px;
  }

  .menu__nav > li:focus,
  .menu__nav > li:hover,
  .menu__nav > li:active,
  .menu__link:focus,
  .menu__link:hover,
  .menu__link:active {
	background-color: #dbdbdb;
  }

  .menu__nav > li._active {
  .menu__link._active {
    position: relative;
  }


  .menu__nav > li._active:after {
  .menu__link._active:after {
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #fd2727;
    bottom: 0;
    left: 0;
    content: "";
  }
}

@media all and (min-width: 992px) {
  .video-btn:hover {
    background-color: #e4e4e4;
    color: #9c1109;
    background-image: none;
  }

  .btn-o:hover {
    background-color: #9c1109;
    color: #e4e4e4;
  }

  .category-content li:hover {
    color: #d70808;
  }

  .thumb:hover {
    -webkit-box-shadow: 0 2px 17px 4px rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 17px 4px rgba(0, 0, 0, 0.16);
  }

  .thumb:hover .name {
    color: #de2020;
  }

  .categories li:hover {
    color: #cf2323;
  }

  .pagging__arrow:hover,
  .pagging__list li:hover {
    background-color: #de2020;
    color: #ffffff;
  }

  .pagging__arrow:hover ._active,
  .pagging__list li:hover ._active {
    color: #ffffff;
  }

  form button:hover {
    background-color: #ffffff;
    color: #9c1109;
  }

  .info-top a:hover {
    text-decoration: underline;
    color: #de2020;
  }
}

@media (min-width: 1100px) {
  .category-content ul {
    width: 24%;
  }
}

@media (min-width: 1200px) {
  .section-aside {
    padding: 0 40px;
  }

  .info-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 45px;
  }

  .info-col {
    width: 32%;
    margin-bottom: 0;
  }
}

@media all and (min-width: 1350px) {
  .btn {
    min-width: 245px;
  }
}

@media (min-width: 1440px) {
  .category-content ul {
    width: 19%;
  }

  .thumb {
    width: 19%;
    max-width: 260px;
  }
}

@media (min-width: 1570px) {
  .advertisement__wrap {
    padding-right: 150px;
  }

  .advertisement__title {
    padding-right: 150px;
  }
}

@media (max-width: 1340px) {
  .footer__wrap {
    padding-top: 120px;
  }

  .footer__disclaimer {
    top: 15px;
    max-width: 100%;
    text-align: center;
    position: absolute;
  }
}

@media (max-width: 992px) {
  .menu__nav > li {
  .menu__link {
    font-size: calc(30px + 23.8 * ((100vw - 320px) / 750));
  }

  .category-content li {
    font-size: calc(14px + 15.3 * ((100vw - 320px) / 750));
  }

  .category-content li.letter {
    font-size: calc(32px + 35.7 * ((100vw - 320px) / 750));
  }

  .section__title {
    font-size: calc(20px + 22.1 * ((100vw - 320px) / 750));
  }

  .name {
    font-size: calc(15px + 8.5 * ((100vw - 320px) / 750));
  }

  .categories li {
    font-size: calc(13px + 5.1 * ((100vw - 320px) / 750));
  }

  .contact__text {
    font-size: calc(16px + 11.9 * ((100vw - 320px) / 750));
  }
}

@media (max-width: 991.98px) {
  .header {
    margin-bottom: 25px;
  }

  .header__logo {
    width: 70%;
    margin: 0 auto;
  }

  .header__banner {
    display: none;
  }

  .header__btns {
    display: none;
  }

  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }

  .footer__disclaimer {
    margin-bottom: 2em;
    text-align: center;
    position: relative;
  }

  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .info-top {
    margin-bottom: 15px;
  }

  .info-bottom {
    min-width: 100%;
  }
}

@media all and (max-width: 991.98px) {
  .menu__nav {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    overflow: auto;
    padding: 110px 20px 20px 20px;
    background-color: #e5e5e5;
    transition: all 0.4s ease-in;
  }
}

@media (max-width: 991.98px) and (max-width: 992px) {
  .footer__disclaimer {
    font-size: calc(15px + 11.9 * ((100vw - 320px) / 750));
  }

  .info-top {
    font-size: calc(16px + 32.3 * ((100vw - 320px) / 750));
  }

  .info-bottom {
    font-size: calc(14px + 8.5 * ((100vw - 320px) / 750));
  }
}

@media all and (min-width: 320px) and (max-width: 475px) {
  .menu__nav {
    padding: 90px 10px 20px 10px;
  }
}

@media screen and ( min-width: 991px ){
	.section-main{
		width: 90%;
	
	}

	.section-aside{
		width: 10%;
	}
}
