@charset "UTF-8";
@font-face {
  font-family: "PT-Bold";
  src: url("../libs/fonts/bold.ttf");
  font-style: normal;
  font-weight: bold; }
@font-face {
  font-family: "PT-Regular";
  src: url("../libs/fonts/regular.ttf");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "PT-Bold";
  src: url("../libs/fonts/bold.ttf");
  font-style: normal;
  font-weight: bold; }
@font-face {
  font-family: "PT-Regular";
  src: url("../libs/fonts/regular.ttf");
  font-style: normal;
  font-weight: normal; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  overflow-x: hidden; }

body {
  font-family: PT-Regular;
  background-color: #fff; }
  body img {
    max-width: 100%; }

.headerSection {
  padding: 0 2%;
  max-width: 1300px;
  margin: 0 auto; }

.searchSection, .sectionThreeBlocks, .sectionSlider, .headingSection, .wrapDescriptionSection, .contentSection {
  padding: 0 5%;
  background-color: transparent; }

main {
  padding: 0 2%;
  max-width: 1920px;
  margin: 0 auto; }

/* .headerSection{
    background:rgba(255,255,255,0.7);
}
 */
.headerNews h1 {
  text-transform: uppercase;
  color: #B11116;
  font-size: 91px;
  font-family: PT-Bold;
  padding-bottom: 58px; }

.headerContainer {
  max-width: 1760px; }

.headerSection {
  background: rgba(255, 255, 255, 0); }

.searchSection {
  background: rgba(255, 255, 255, 0); }

header {
  max-width: 1920px;
  margin: 0 auto;
  background: url("/img/headercar.png") no-repeat 0 0;
  background-position: center top; }

.logoText p {
  font-size: 25px;
  color: #000000;
  min-width: 700px; }

.logoText img {
  max-height: 60px; }

.topmenuAndroid {
  margin-top: 26px;
  margin-bottom: 21px; }

.topmenuAndroid nav {
  text-align: right; }

.topmenuAndroid ul {
  display: inline-block;
  margin-right: 23px; }

.topmenuAndroid ul li {
  float: left;
  margin-right: 16px; }

.topmenuAndroid ul li a {
  display: inline-block;
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.topmenuAndroid ul li a:hover {
  text-decoration: none;
  background-color: #990000;
  color: #fff; }

.containerMenu {
  display: none;
  cursor: pointer; }

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px); }

.change .bar2 {
  opacity: 0; }

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px); }

.topmenuAndroid ul li .activeLink {
  background-color: #990000;
  color: #fff;
  padding: 0 10px; }

.topmenuAndroid nav ul li > a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #990000;
  color: #fff;
  padding: 0 10px; }

.topmenuAndroid ul li:last-child {
  margin-right: 0; }

.liDropLanguage {
  margin-left: 30px;
  position: relative; }

.liDropLanguage i {
  position: relative;
  top: -8px;
  left: -7px;
  color: grey; }

.dropLanguage {
  font-size: 29px;
  color: #000;
  text-transform: uppercase;
  border: none;
  background-color: transparent; }

.dropLanguage:hover {
  color: #000; }

.dropLanguage:focus {
  outline: none; }

.dropdown {
  margin-left: 45px;
  font-size: 22px;
  color: #000;
  text-transform: uppercase; }

.dropdown i {
  position: absolute;
  top: -4px;
  right: -20px; }

.dropbtn {
  position: relative;
  cursor: pointer; }

.dropbtn:hover {
  color: #000; }

.dropdownСontent {
  background-color: white;
  position: absolute;
  display: none;
  left: 0; }

.dropdownСontent a {
  font-size: 14px; }

.dropdownСontent a:hover {
  cursor: pointer;
  display: block; }

.shown {
  display: block; }

.android {
  text-align: right; }

.android img {
  max-width: 50px; }

.menuLogo {
  padding-bottom: 0; }

.search {
  padding: 0 0 28px 0; }

.search button {
  display: inline-block;
  margin-left: 16px;
  border: none;
  background: transparent; }

.fa-search {
  font-size: 28px !important; }

.search button i {
  font-size: 33px; }

.search button:focus {
  outline: none; }

.search input {
  background-color: #fff;
  width: 93%;
  padding: 10px 10px;
  font-size: 20px;
  border: 1px solid black;
  /* background: transparent;
   */
  color: #9F9F9F;
  -webkit-box-shadow: 0 0 22px 1px #C4C4C4;
  box-shadow: 0 0 22px 1px #C4C4C4; }

.search input:focus {
  outline: none; }

.search input::-webkit-input-placeholder {
  text-align: right; }

.search input:-ms-input-placeholder {
  text-align: right; }

.search input::-ms-input-placeholder {
  text-align: right; }

.search input::placeholder {
  text-align: right; }

.headerThreeBlocks {
  padding-bottom: 39px; }

.sectionThreeBlocks {
  background: rgba(255, 255, 255, 0); }

.threeBlocks {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 30px -2px #C4C4C4;
  box-shadow: 0 0 30px -2px #C4C4C4;
  padding: 15px 32px 25px 32px; }

.threeBlocks input {
  border: 1px solid #777777;
  font-size: 20px;
  width: 100%;
  display: block;
  margin-bottom: 25px;
  padding: 0 10px;
  height: 42px; }

.threeBlocks h3 {
  margin-bottom: 27px;
  font-size: 25px; }

.threeBlocks select {
  font-size: 20px;
  margin-bottom: 25px;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0px 36px 0 15px;
  height: 42px;
  background: url("/img/select.png") no-repeat 100% 0;
  background-color: #fff;
  border: 1px solid #777777; }

.threeBlocks button {
  font-size: 20px;
  width: 100%;
  border: 1px solid grey;
  padding: 8px 13px;
  max-width: 104px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  background-color: #D8D9DA;
  color: #5b5b5b; }

.threeBlocks button:hover {
  background-color: #A80020;
  color: #F9F4F4; }

.threeBlocks a {
  display: inline-block;
  max-width: 103px;
  width: 100%; }

.noBoxShadow {
  background-color: transparent; }

.carBg {
  background: url(/img/newCar.jpg) no-repeat;
  background-position: 100% 16px;
  background-color: white;
  background-size: 180px; }

.surcleBg {
  background: url("/img/222222.png") no-repeat;
  background-position: 100% 64px;
  background-size: 115px; }

.lineBg {
  background: url("/img/333333.png") no-repeat;
  background-position: 100% 49px;
  background-size: 130px; }

.lineBg, .surcleBg {
  background-color: #fff; }

/* .bgHeader{
     background:rgba(252,252,252,0.0);
}
 */
.threeBlocks:hover {
  -webkit-box-shadow: 0px 0px 18px -6px #990000;
  box-shadow: 0px 0px 18px -6px #990000; }

.threeBlocks:hover h3 {
  color: #990000; }

#mainCarousel {
  -webkit-box-shadow: 0 0 37px 1px #C4C4C4;
  box-shadow: 0 0 37px 1px #C4C4C4; }

.sectionSlider {
  background: rgba(255, 255, 255, 0); }

.owl-theme .owl-nav.disabled + .owl-dots {
  text-align: right;
  margin-top: 0px;
  position: absolute;
  width: 100%;
  bottom: 20px;
  right: 58px; }

.owl-theme .owl-dots .owl-dot span {
  width: 25px;
  height: 25px;
  margin: 5px 1px;
  background: #000000;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 0; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #B00918; }

.slider {
  margin-bottom: 17px;
  max-width: 1920px;
  margin: 0 auto; }

.sliderContent {
  position: relative; }

.sliderContent h3 {
  position: absolute;
  right: 5px;
  bottom: 92px;
  color: #0A0908;
  font-size: 50px;
  font-weight: normal;
  padding: 13px 25px;
  background: rgba(255, 255, 255, 0.5); }

.spanAndroid {
  position: absolute;
  right: 0;
  top: 0; }

.spanAndroid i {
  font-size: 90px; }

.sectionOffLineKatalog, .sectionVideo, .sectionFooter {
  max-width: 1920px;
  margin: 0 auto; }

.sectionVideo h1 {
  font-size: 60px;
  padding-left: 372px; }

.offlineCatalog {
  margin-top: 20px;
  padding: 0 3% 0 3%;
  background-color: #990000; }

.mainOfflineCatalog {
  padding: 0 0 15px 0; }

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

.mainOfflineCatalog h1 {
  font-family: PT-Bold;
  padding: 0 105px 0 180px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 65px;
  text-align: center;
  margin-top: 10px;
  line-height: normal;
  position: relative; }

.mainOfflineCatalog h1 .leftPhone {
  max-height: 140px;
  max-width: 351px;
  position: absolute;
  left: -6%;
  top: -60px;
  z-index: 2; }

.mainOfflineCatalog h1 span {
  font-weight: normal;
  font-family: PT-Bold; }

.mainOfflineCatalog h1 .rightAndroid {
  position: absolute;
  right: 0;
  top: 0; }

.h1Headers {
  text-transform: uppercase;
  color: #000;
  font-size: 36px;
  font-family: PT-Regular;
  margin-bottom: 55px; }

.newsInner {
  max-width: 768px; }

.newsInner img {
  max-width: 285px; }

.newsInner:hover {
  -webkit-box-shadow: 0 0 30px -2px #C4C4C4;
  box-shadow: 0 0 30px -2px #C4C4C4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.mainNews {
  padding-top: 60px;
  background-color: #F7F7F7; }

.newsText {
  background-color: #fff;
  padding: 18px; }

.newsText h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: bold; }

.newsText p {
  font-size: 18px; }

.news {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.news .newsInner {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px; }

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  width: 100%;
  /* min-width: 100%;
  min-height: 100%; */ }

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px; }

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer; }

#myBtn:hover {
  background: #ddd;
  color: black; }

.blockVideo {
  margin: 0 auto;
  overflow: hidden;
  max-height: 739px;
  max-width: 100%;
  position: relative; }

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

.content {
  position: absolute;
  bottom: 136px;
  background: rgba(247, 247, 247, 0.6);
  padding: 26px 0 26px 0; }

.content h1 {
  padding-left: 372px;
  text-align: left;
  font-size: 60px;
  color: #000; }

.content h1 span {
  color: #990000;
  font-weight: bold; }

.mainAutonews {
  background-color: #F7F7F7; }

.autoNews {
  margin-bottom: 15px;
  background-color: white;
  padding: 8px 100px 10px 20px;
  -webkit-box-shadow: 0 0 30px -2px #C4C4C4;
  box-shadow: 0 0 30px -2px #C4C4C4; }

.autoNews div {
  min-height: 75px;
  padding: 0 0 0 82px;
  background: url("/img/autonewsBg.png") no-repeat 10px; }

.autoNews div p {
  font-size: 23px;
  line-height: inherit;
  color: #000;
  min-height: inherit;
  padding-top: 10px; }

.autoNews:hover {
  -webkit-box-shadow: 0 0 20px 3px #C4C4C4;
  box-shadow: 0 0 20px 3px #C4C4C4;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer; }

.wrapAutonews {
  padding-bottom: 57px; }

.autonewsBG {
  padding-top: 57px;
  background-color: #F7F7F7; }

.FotMobApps p span {
  text-align: left;
  font-size: 22px; }

footer {
  background-color: #1B1B1B; }

.copyrights {
  background-color: #000000;
  padding: 4px 0 5px 0; }

.copyrights p {
  color: #6e6d6d;
  font-size: 19px; }

.adress, .contacts, .FotMobApps {
  color: #FFF;
  font-size: 22px; }

.adress h1 {
  font-weight: normal;
  margin-bottom: 15px; }

.adress p {
  margin-bottom: 15px; }

.adress .local {
  position: relative; }

.adress .local img {
  position: absolute;
  left: -67px; }

.topFooter {
  padding: 20px 4% 5px 4%; }

.contacts {
  padding-left: 70px; }

.contacts p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px; }

.contacts p img {
  max-width: 22px;
  max-height: 22px;
  display: inline-block;
  margin-right: 15px; }

.contacts p span {
  display: inline-block;
  margin-right: 11px; }

.FotMobApps {
  margin-top: 0px;
  text-align: right; }

.FotMobApps i {
  display: inline-block;
  margin-right: 23px;
  font-size: 90px; }

.FotMobApps p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }

.FotMobApps a {
  display: inline-block;
  color: #FFFFFF; }

.FotMobApps a:hover {
  text-decoration: none;
  color: #FFFFFF; }

.headerNews h1 {
  text-transform: uppercase;
  color: #B11116;
  font-size: 45px;
  font-family: PT-Bold;
  padding-bottom: 31px; }

.forPhoneBlock {
  position: relative; }

.forPhoneBlock .leftPhone {
  max-height: 140px;
  max-width: 268px;
  position: absolute;
  z-index: 2;
  top: -28px;
  left: 270px; }

@media (max-width: 1720px) {
  .forPhoneBlock .leftPhone {
    max-width: 268px;
    position: absolute;
    top: -29px;
    left: 120px; } }
@media (max-width: 1664px) {
  .autoNews {
    padding: 8px 10px 10px 20px; }

  .mainOfflineCatalog h1 {
    font-size: 65px; }

  .threeBlocks h3 {
    font-size: 25px; }

  .adress, .contacts, .FotMobApps {
    font-size: 22px; }

  .FotMobApps p span {
    font-size: 22px; } }
@media (max-width: 1500px) {
  .mainOfflineCatalog h1 {
    font-size: 54px;
    line-height: 66px; }

  .mainOfflineCatalog h1 .leftPhone {
    max-width: 214px;
    left: -1%;
    top: -49px; }

  .mainOfflineCatalog h1 .rightAndroid {
    max-width: 87px;
    top: -20px; }

  .spanAndroid {
    top: -9px; }

  .spanAndroid i {
    font-size: 90px; }

  .forPhoneBlock .leftPhone {
    max-width: 195px;
    position: absolute;
    top: -29px;
    left: 0; } }
@media (max-width: 1470px) {
  .FotMobApps p span {
    font-size: 22px; }

  .contacts p img {
    max-width: 30px;
    max-height: 30px; }

  .FotMobApps {
    margin-top: 0; }

  .threeBlocks h3 {
    font-size: 24px; }

  .threeBlocks select, .threeBlocks input {
    font-size: 20px;
    margin-bottom: 25px;
    height: 42px; }

  .threeBlocks select {
    height: 41px;
    background-position: 100% 0; }

  .threeBlocks input {
    height: 41px; }

  .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .autoNews div {
    background-size: 58px; }

  .autoNews div p {
    font-size: 30px; }

  .adress h1, .adress, .contacts, .FotMobApps {
    font-size: 22px; }

  .content h1 {
    font-size: 70px; }

  .carBg {
    background-position: 100% 27px; } }
@media (max-width: 1199px) {
  .spanAndroid {
    top: 9px; }

  .contacts p {
    margin-bottom: 5px; }

  .content h1 {
    padding-left: 0;
    text-align: center;
    font-size: 60px; }

  main {
    padding: 0 2%; }

  .topmenuAndroid ul li a, .dropdown {
    font-size: 22px; }

  .topmenuAndroid ul li {
    margin-right: 10px; }

  .dropdown {
    margin-left: 20px; }

  .logoText p {
    font-size: 1.8 vmax; }

  .news .newsInner {
    width: 100%;
    margin: 0 auto 20px auto; }

  .adress h1, .adress, .contacts, .FotMobApps {
    font-size: 23px; }

  .adress .local img {
    top: -7px; }

  .mainOfflineCatalog h1 {
    margin-top: 0;
    font-size: 46px;
    line-height: 86px;
    padding: 0px 134px; }

  .spanAndroid {
    top: 0; }

  .spanAndroid i {
    font-size: 87px; }

  .forPhoneBlock .leftPhone {
    max-width: 175px;
    position: absolute;
    top: -22px;
    left: 0%; }

  .headerNews h1 {
    padding-bottom: 30px; }

  .mainOfflineCatalog {
    padding: 0; }

  .mainOfflineCatalog h1 .leftPhone {
    max-width: 162px;
    top: -10px; }

  .offlineCatalog {
    padding: 0 3%;
    margin-top: 5px; }

  .mainOfflineCatalog h1 .rightAndroid {
    position: absolute;
    right: 0;
    top: 3px;
    max-width: 72px; }

  .sliderContent h3 {
    font-size: 35px; }

  .FotMobApps p span {
    font-size: 23px; } }
@media (max-width: 991px) {
  .forPhoneBlock .leftPhone {
    max-width: 134px;
    position: absolute;
    top: -16px;
    left: 5%; }

  .content {
    bottom: 62px; }
    .content h1 {
      padding-left: 0;
      text-align: center; }

  .FotMobApps p span {
    font-size: 16px; }

  .contacts p {
    margin-bottom: 10px; }

  .contacts p img {
    max-width: 20px;
    max-height: 20px; }

  .carBg {
    background-position: 100% -5px; }

  .surcleBg {
    background-position: 100% 32px; }

  .lineBg {
    background-position: 100% 8px; }

  .headerNews h1 {
    margin-top: 20px; }

  .mainOfflineCatalog h1 {
    font-size: 35px;
    padding: 0 83px 0 129px;
    line-height: 66px; }

  .mainOfflineCatalog h1 .leftPhone {
    max-width: 175px;
    top: -17px;
    left: -62px; }

  .mainOfflineCatalog h1 .rightAndroid {
    max-width: 54px;
    top: 10px; }

  .logoText {
    text-align: center; }

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

  .logoText p {
    font-size: 31px;
    width: 100%;
    min-width: 100%;
    padding-left: 0; }

  .containerMenu {
    display: inline-block; }

  .dropdown {
    margin-left: 0; }

  .dropdown i {
    top: -5px;
    left: 24px; }

  .topmenuAndroid ul {
    min-height: 23px;
    position: relative;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    margin-right: 0; }

  .topmenuAndroid ul li {
    margin-right: 0;
    float: none; }

  .topmenuAndroid ul li a {
    display: block;
    padding: 2px 0; }

  .topmenuAndroid nav ul li > a:hover {
    -webkit-transform: scale(1);
    transform: scale(1); }

  .containerMenu {
    position: absolute;
    top: -6px;
    right: 10px; }

  .topmenuAndroid nav {
    position: relative;
    min-height: 23px; }

  .hiddenMenu nav ul {
    display: none; }

  .android {
    text-align: center; }

  .threeBlocks {
    margin-bottom: 15px; }

  .threeBlocks select, .threeBlocks h3, .threeBlocks input {
    margin-bottom: 15px; }

  .sliderContent h3 {
    font-size: 20px; }

  .content h1 {
    font-size: 41px; }

  .content {
    padding: 26px 0; }

  .content {
    bottom: 48px; }

  .adress h1, .adress, .contacts, .FotMobApps {
    font-size: 16px; }

  .adress {
    padding-left: 25px; }

  .adress .local img {
    max-width: 23px;
    left: -27px;
    top: -2px; }

  .contacts {
    padding-left: 20px; }

  .FotMobApps i {
    font-size: 60px;
    margin-right: 10px; }

  .contacts p i {
    margin-right: 5px; }

  .topFooter {
    padding: 20px 0 10px 0px; }

  .searchSection, .sectionThreeBlocks, .sectionSlider, .headingSection, .wrapDescriptionSection, .contentSection {
    padding: 0 3%; }

  .spanAndroid {
    top: 3px; }

  .spanAndroid i {
    font-size: 61px; } }
@media (max-width: 769px) {
  .forPhoneBlock .leftPhone {
    max-width: 111px;
    position: absolute;
    top: -16px;
    left: 0%; }

  .headeKartka h1 {
    font-size: 60px; }

  .spanAndroid {
    top: 4px; }

  .spanAndroid i {
    font-size: 45px; }

  .headerThreeBlocks {
    padding-bottom: 0; }

  main {
    padding: 0 3%; }

  .mainNews, .autonewsBG {
    padding-top: 15px; }

  .h1Headers {
    margin-bottom: 15px; }

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

  .owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 10px;
    right: 6px; }

  .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px; }

  .sliderContent h3 {
    bottom: 65px; }

  .menuLogo {
    padding-bottom: 0; }

  .search {
    padding: 10px 0; }

  .search input {
    padding: 10px; }

  .search button {
    margin-left: 0; }

  .FotMobApps {
    text-align: left;
    padding-left: 17px; }

  .adress .local img {
    left: -28px; }

  .copyrights p {
    font-size: 14px;
    padding-left: 18px; }

  .mainOfflineCatalog h1 {
    font-size: 22px;
    padding: 0 93px;
    line-height: 53px; }

  .mainOfflineCatalog h1 .leftPhone {
    max-width: 116px;
    top: -18px;
    left: -2%; }

  .mainOfflineCatalog h1 .rightAndroid {
    max-width: 43px;
    top: 2px; } }
@media (max-width: 600px) {
  .headerSection {
    padding: 0 5%; } }
@media (max-width: 560px) {
  .newsText h3 {
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: 5px; }

  .logoText p {
    font-size: 20px; }

  .autoNews div p {
    font-size: 17px; }

  .autoNews {
    padding: 8px 8px 10px 20px; }

  .content h1 span {
    display: block; }

  div.content {
    bottom: 12px; }

  .newsText {
    padding: 0 5px; }

  .newsText p {
    font-size: 19px; }

  .news .newsInner {
    margin-bottom: 30px; }

  .content {
    padding: 7px 0; }

  .content h1 {
    font-size: 17px; }

  .h1Headers {
    margin-bottom: 30px;
    font-size: 40px; }

  .threeBlocks {
    padding: 10px; }

  .threeBlocks h3 {
    font-size: 18px; }

  .threeBlocks select, .threeBlocks input {
    font-size: 16px; }

  .threeBlocks button {
    max-width: 75px;
    padding: 6px; }

  .sliderContent h3 {
    bottom: 33px;
    font-size: 13px;
    padding: 7px 15px; }

  .owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 0; }

  .mainOfflineCatalog h1 {
    font-size: 15px;
    line-height: 32px;
    padding: 0 43px; }

  .mainOfflineCatalog h1 .leftPhone {
    max-width: 59px;
    top: -4px; }

  .mainOfflineCatalog h1 .rightAndroid {
    max-width: 24px;
    top: 2px; }

  .headerNews h1 {
    font-size: 30px; }

  .carBg {
    background-position: 100% 3px;
    background-size: 139px; }

  .surcleBg {
    background-position: 100% 28px;
    background-size: 100px; }

  .lineBg {
    background-position: 100% 11px;
    background-size: 114px; }

  .spanAndroid {
    top: 0; }

  .spanAndroid i {
    font-size: 32px; }

  .forPhoneBlock .leftPhone {
    max-width: 69px;
    position: absolute;
    top: -11px;
    left: 0%; } }
@media (max-width: 350px) {
  .sliderContent h3, .mainOfflineCatalog h1 {
    font-size: 10px; }

  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px; }

  .mainOfflineCatalog h1 .leftPhone {
    left: -28px;
    top: -4.5px; }

  .mainOfflineCatalog h1 {
    line-height: 26px; }

  .forPhoneBlock .leftPhone {
    max-width: 54px;
    position: absolute;
    top: -7px;
    left: 0%; }

  .spanAndroid i {
    font-size: 27px; } }
/*# sourceMappingURL=style.css.map */
.wrapLastNews {
  padding-left: 38px;
  border-left: 1px solid black; }

.headerNews h1 {
  background-color: transparent; }

.topmenuAndroid ul li .activeLink {
  background-color: #AF0917;
  color: #fff; }

.rowSliderWram {
  margin-bottom: 38px; }

.newsSliderWrap p {
  color: #000;
  font-size: 23px;
  margin-bottom: 33px; }

.newsSliderWrap p:last-child {
  margin-bottom: 0; }

.lastNewsContImg img {
  max-width: 216px;
  width: 100%; }

.imgPageNews img {
  max-width: 618px;
  width: 100%;
  max-height: 464px; }

.headersPageOfNews h3 {
  color: #b11116;
  font-size: 40px;
  line-height: 40px;
  font-family: PT-Bold; }

p.preHeader {
  color: #000;
  font-size: 33px;
  line-height: 30px;
  margin-bottom: 38px; }

#olwPageOfNews .owl-nav {
  overflow: hidden; }

#olwPageOfNews .owl-prev, #olwPageOfNews .owl-next {
  text-transform: uppercase;
  color: #FFF;
  font-size: 18px;
  margin: 5px;
  padding: 4px 9px;
  background: #AF0917;
  display: inline-block;
  cursor: pointer; }

#olwPageOfNews .owl-prev {
  float: left; }

#olwPageOfNews .owl-prev:hover, #olwPageOfNews .owl-next:hover {
  background-color: #000; }

#olwPageOfNews .owl-next {
  float: right; }

.autonewsBG {
  background-color: #F7F7F7; }

.rightItemCarousel {
  overflow: hidden; }

.rightItemCarousel img {
  float: left;
  margin-right: 20px;
  max-width: 216px;
  width: 100%; }

.rightItemCarousel h3 {
  color: #000;
  font-size: 40px;
  margin-bottom: 14px; }

.wrapLastNews img {
  max-width: 216px;
  width: 100%; }

.rightNewsWrap {
  border-left: 2px solid #000000;
  padding-left: 20px; }

.headingRightNewsWrap {
  text-transform: uppercase;
  font-size: 33px;
  color: #000000;
  font-family: PT-Regular;
  margin-bottom: 25px; }

.upDownSlide img {
  max-width: 33px; }
.upDownSlide a:hover {
  text-decoration: none; }

.iconDown {
  position: relative;
  left: -12px; }

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

.lastNewsLinkWrap {
  display: inline-block;
  text-decoration: none; }
  .lastNewsLinkWrap:hover {
    text-decoration: none; }
  .lastNewsLinkWrap:active {
    text-decoration: none; }
  .lastNewsLinkWrap:focus {
    text-decoration: none; }
  .lastNewsLinkWrap:hover .textLastNews h3 {
    color: #B11116; }

.contentLastNews {
  margin-bottom: 40px; }

.lastNewsLinkWrap:nth-child(odd) .imgLastNews {
  float: right;
  margin-left: 15px; }

.lastNewsLinkWrap:nth-child(even) .imgLastNews {
  float: left;
  margin-right: 15px; }

.lastNewsLinkWrap:nth-child(even) .textLastNews {
  margin-left: 165px; }

.lastNewsLinkWrap:nth-child(odd) .textLastNews {
  margin-right: 165px; }

.imgLastNews img {
  max-width: 150px;
  border: 1px solid #B2B2B2;
  box-shadow: 0 0 8px 0 #CACACA; }

.textLastNews {
  font-size: 25px;
  font-family: PT-Bold;
  color: #000; }
  .textLastNews p {
    font-size: 20px;
    margin-top: 10px; }

@media (max-width: 1400px) {
  .headersPageOfNews h3 {
    font-size: 46px; }

  p.preHeader {
    font-size: 30px; }

  .newsSliderWrap p {
    font-size: 20px; } }
@media (max-width: 1199px) {
  .headersPageOfNews h3 {
    font-size: 30px;
    line-height: 30px; }

  p.preHeader {
    margin-bottom: 10px; }

  .textLastNews {
    font-size: 17px; }
    .textLastNews p {
      font-size: 13px;
      margin-top: 8px; }

  .headingRightNewsWrap {
    font-size: 23px;
    margin-bottom: 20px; }

  .upDownSlide img {
    max-width: 27px; }

  .iconDown {
    left: -6px; }

  .contentLastNews {
    margin-bottom: 30px; } }
@media (max-width: 991px) {
  .imgPageNews {
    text-align: center; }

  .owl-carousel .owl-item img {
    display: inline-block; }

  .rightNewsWrap {
    border-left: none;
    padding-left: 0;
    margin-top: 20px; }

  .textLastNews {
    font-size: 24px; }
    .textLastNews p {
      font-size: 16px; }

  .lastNewsLinkWrap:nth-child(odd) .imgLastNews,
  .lastNewsLinkWrap:nth-child(even) .imgLastNews {
    float: left;
    margin-right: 15px; }

  .lastNewsLinkWrap:nth-child(odd) .imgLastNews {
    margin-left: 0; }

  .lastNewsLinkWrap:nth-child(odd) .textLastNews,
  .lastNewsLinkWrap:nth-child(even) .textLastNews {
    margin-left: 165px; } }
@media (max-width: 769px) {
  #olwPageOfNews .owl-prev, #olwPageOfNews .owl-next {
    font-size: 12px; }

  .imgLastNews img {
    max-width: 100px; }

  .lastNewsLinkWrap:nth-child(odd) .textLastNews,
  .lastNewsLinkWrap:nth-child(even) .textLastNews {
    margin-left: 115px;
    font-size: 16px; }

  .lastNewsLinkWrap:nth-child(odd) .textLastNews {
    margin-right: 0; }

  .contentLastNews {
    margin-bottom: 10px; } }

/*# sourceMappingURL=pageOfNews.css.map */
