/* сброс css */

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: 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;
  min-height: 100vh;
  position: relative;
}
ol, ul {
	list-style: none;
}
a {
  text-decoration: none;
  color: #000;
  }
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fonts */

@font-face {
    font-family: 'open_sansregular';
    src: 
         url('fonts/opensans/opensans-regular-webfont.ttf') format('truetype'), 
         url('fonts/opensans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/opensans-regular-webfont.woff2') format('woff2'),
         url('fonts/opensans/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans/opensans-light-webfont.eot');
    src: url('fonts/opensans/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/opensans-light-webfont.woff2') format('woff2'),
         url('fonts/opensans/opensans-light-webfont.woff') format('woff'),
         url('fonts/opensans/opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto/roboto-regular-webfont.eot');
    src: url('fonts/roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/roboto-regular-webfont.woff2') format('woff2'),
         url('fonts/roboto/roboto-regular-webfont.woff') format('woff'),
         url('fonts/roboto/roboto-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto/roboto-light-webfont.eot');
    src: url('fonts/roboto/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/roboto-light-webfont.woff2') format('woff2'),
         url('fonts/roboto/roboto-light-webfont.woff') format('woff'),
         url('fonts/roboto/roboto-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotobold';
    src: url('fonts/roboto/roboto-bold-webfont.eot');
    src: url('fonts/roboto/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/roboto-bold-webfont.woff2') format('woff2'),
         url('fonts/roboto/roboto-bold-webfont.woff') format('woff'),
         url('fonts/roboto/roboto-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}  

@font-face {
    font-family: 'wallpoetregular';
    src: url('fonts/wallpoet/wallpoet-regular-webfont.eot');
    src: url('fonts/wallpoet/wallpoet-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/wallpoet/wallpoet-regular-webfont.woff2') format('woff2'),
         url('fonts/wallpoet/wallpoet-regular-webfont.woff') format('woff'),
         url('fonts/wallpoet/wallpoet-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
  
p, li, a, span {
  font: 16px robotoregular, Helvetica, Tahoma, Arial, sans-serif;
  }

h4, h3, h2, h1 {
  font: 22px open_sansregular, Arial, sans-serif;
  }

/* Верхнее меню */
  
.head {
  background-color: #fff;
  height: 45px;
  box-shadow: 0 8px 8px -8px rgba(0, 0, 0, .1);
  position: relative;
  min-width: 1080px;
  }

#logo {
  position: absolute;
  left: 3px;
  top: 0;
  }

#logo a {
  display: inline-block;
  width: 181px;
  height: 45px;
  background: url(images/decor/logo-new.png) no-repeat;
	background-size: contain;
  vertical-align: middle;
  }
  
#logo p {
  display: inline-block;
  font: 11px robotolight, Helvetica, Tahoma, Arial, sans-serif;
  padding: 11px 0 0;
  vertical-align: middle;
  }
  
.main-menu {
  text-align: center;
  margin: 0 auto;
  height: 40px;
  min-width: 1080px;
  }
  
.main-menu > li {  
  display: inline-block;
  margin: 9px 20px 0;  
  position: relative;
  }
  
.main-menu li a {
  color: #000;
  line-height: 23px;
  font-family: robotolight, Helvetica, Tahoma, Arial, sans-serif;
  }

.main-menu li a:hover {
  color: #126AA7;
  }    
  
#list-mods-menu a {
  display: inline-block;
  }
  
.main-menu li ul {
  position: absolute;
  background-color: #fff;
  margin: 0;
  width: 157px;
  top: 22px;
  left: -54px;
  display: none;
  z-index: 20;
  box-shadow: 0px 23px 38px -14px rgba(0,0,0,0.46);
  }

.main-menu > li:hover ul {
  display: block;
  }
  
.main-menu li ul li {
  text-align: center;
  padding: 5px 0;
  }

.main-menu li ul li:first-child {
  padding-top: 10px;
  }

@media (max-width: 1200px) {
  #logo p {
    display: none;
    }
  }

#news-vk {
  padding: 0 25px 0 0;
  background: url(images/decor/logo-vk.png) no-repeat right center;
  background-size: contain;
  }
  
#logo-cm {
  padding: 0 35px 0 0;
  background: url(images/cm/cm-logo.png) no-repeat right center;
  background-size: contain;
  }  
  
/* Контент */
  
.content {
  font-size: 0;
  margin: 0 auto;
  width: 1241px;
  padding: 0 10px 40px;
  position: relative;
  }

.content  .center {
  width: 935px;
  margin: 0 0 0 auto;
  padding: 20px 0 0;
  }

.center h2 {
  font-size: 30px;
  padding: 20px 0 0;
  }

.center h2:first-child {
  padding: 0;
  }
  
/* Левая колонка */

.left {
  width: 276px;
  position: fixed;
  top: 45px;
  padding: 20px 0 0;
  }
  
/* Фильтр */

.filter {
  padding: 0 0 15px;
  }
  
.filter > p, .sort > p {
  font-family: robotobold, 'Arial Black', sans-serif;
  }
  
.filter img {
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 3px;
  line-height: 0;
	margin: 3px 0;
  }

.filter img:hover {
  border: 1px solid #777;
  }

.sort {
  padding: 0 0 15px;
  }
  
.sort span {
  font-size: 18px;
  padding: 0 6px;
  margin: 3px 5px 0 0;
  border: 1px solid #777;
  border-radius: 14px;
  display: inline-block;
  cursor: pointer;
  }
 
span.close {
  display: none;
  font: 16px robotobold, 'Arial Black', sans-serif;
  padding: 1px 6px 3px 23px;
  background: #fff url(images/decor/close.png) no-repeat left top;
  background-size: contain;
  cursor: pointer;
  border: 1px solid #acacac;
  border-radius: 14px;
  margin: 0 0 15px;
  }

span.close:hover {
  background: #acacac url(images/decor/close-hover.png) no-repeat left top;
  background-size: contain;
  }

.no-results span.close {
  display: inline-block;
  }
  
.no-results {
  display: none;
  font-size: 20px;
  text-align: center;
  padding: 60px 0;
  }
  
.contents a {
  font: 20px open_sansregular, Arial, sans-serif;
  }

.contents a:hover {  
  color: #126AA7;
  }  

.left-menu {
  width: 206px;
  margin: 0 auto;
  padding: 10px 0 0;
  }

.left-menu li {
  margin: 0 0 8px;
  }  
  
.left-menu a {
  font: 22px open_sansregular, Arial, sans-serif;
  }

.left-menu a:hover {  
  color: #126AA7;
  }
  
.hotlap-disc {
  margin: 0 0 10px;
  padding: 3px 0;
  border-top: 1px solid #777;  
  border-bottom: 1px solid #777;
  color: #777;
  }

#pilot {
  background: url(images/decor/stig.png) no-repeat right center;
  background-size: contain;
  margin: 3px 0 0;
  padding: 0 45px 0 0;
  display: inline-block;
  }
  
#pilot a {
  color: #777;
  }
  
#pilot a:hover {
  color: #126AA7;
  }
  
/* Правая колонка */

.right {
  padding: 0 0 20px;
  }
  
.right a {
  color: #126AA7;
  }

.right p {
  padding: 5px 0;
  }

@media (min-width: 1589px) {
  .content {
    width: 1547px;
    }
    
  .content .center {
    margin: 0 auto;
    }

  .right {
    position: absolute;
    width: 276px;
    right: 0;
    top: 20px;
    }
  }  

@media (max-width: 1279px) {
  .content {
    width: 935px;
    }
  
  .left {
    position: static;
    width: 935px;
    }
  
  .filter {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    } 
  
  .right-mini-col  {    
    width: 40%;
    display: inline-block;
    vertical-align: top;
    } 
  
  .contents li {
    display: inline-block;
    margin: 0 30px 0 0;
    }
  
  .left-menu {
    width: 100%;
    text-align: center;
    }
  
  .left-menu li {
    display: inline-block;
    margin: 0 10px;
    }
  }  
  
/* Моды в меню */
  
.item {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  height: 75px;
  position: relative;
  }

.item > a {
  font-size: 0;
  display: inline-block;  
  height: 75px;
  margin-right: 15px;
  vertical-align: middle;
}
  
.item > a > img {
  height: 75px;
  }

.item > img {
  height: 75px;
  vertical-align: middle;
  margin-right: 15px;
  }  
  
.item div {
  display: inline-block;
  vertical-align: middle;
  width: 362px;
  padding: 0 2px;
  }
	
.item div img {	
	padding: 0 2px;
}

.item > span {
  background: url(images/decor/like-min.png) no-repeat top center;
  padding: 23px 0 0;
  width: 50px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font: 16px robotobold, 'Arial Black', sans-serif;
  line-height: 24px;
  color: #3e8d25;
  }  

.item li span {
  color: #26A000;  
  font-size: 13px;
  }
  
.content .item div:last-child {
  width: 110px;
  text-align: center;
  }  

.content .item div:last-child a:first-child {
  display: inline-block;
  background: url(images/decor/arrow-download.png) no-repeat top center;
  padding: 23px 0 0;
  line-height: 23px;
  }  
  
.item h4 a {
  font-size: 18px;
  }
  
.item h4 a:hover {
  color: #6470a6;
  }  
  
.item p {
  font-size: 14px;
  color: #777;
  }

.item div p {
  line-height: 16px;
  }
  
.item p a {
  font-size: 13px;
  color: #6470a6;
  padding-left: 2px;
  }  

.item li {
  display: inline-block;
  padding-right: 5px;
  font-size: 13px;
  color: #777;
  } 

.mini h4 {
  font-size: 16px;
  }
  
.back-gallery {  
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 80;
  display: none;
  }

.back-gallery:hover {  
  background-color: rgba(0, 0, 0, 0.75);
  }
  
.content #gallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 890px;
  height: 600px;
  z-index: 81;
}  

/* Страница с модом */

.data {
  width: 890px;
  margin: 0 auto;
  padding: 0 0 50px;
  }

.data h1 {
  font: 48px open_sanslight, Arial, sans-serif;
  padding: 5px 0;
  text-align: center;
  border-bottom: 3px solid #8C8C8C; 
  }
  
.data p, .data li, .data a, .data span {
  font: 18px robotolight, Helvetica, Tahoma, Arial, sans-serif;
  }
  
.data #gallery {
  width: 100%;
  }
  
.spec {
  background-color: #fff;
  padding: 20px 25px 10px;
  margin: 0 0 20px;
  clear: both;
  border-bottom: 3px solid #8C8C8C;  
  }

.spec > div {
  display: inline-block;
  width: 70%;
  vertical-align: top;
  }
  
.spec > div:last-child {
  width: 30%;
  text-align: right;
  }
  
.spec span {
  color: #26A000;
  }

.spec a {
  color: #6470a6;
  }
  
.spec ul li {
  display: inline-block;
  padding: 0 10px 15px 0;
  }
  
.spec p, .tags {
  padding: 0 0 10px;
  }
  
.likedislike  input.likedislike_vote {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 51px;
  margin: 2px 2px 1px 2px;
  background: url(images/decor/like-content.png) no-repeat;
  background-size: cover;
  border: none;
  font-size: 0;
  outline: none;
  }

.likedislike  input.likedislike_vote:enabled:hover {
  width: 74px;
  height: 54px;
  margin: 0;
  cursor: pointer;
  }

.likedislike  input.likedislike_vote:disabled {  
  opacity: 0.5;
  }
  
.likedislike  .result1 {
  display: inline-block;
  float: right;
  vertical-align: middle;
  padding: 13px 0 0;
  }  
  
.like-content {
  position: relative;
  display: inline-block;
  padding: 0 0 18px;
  }

.like-content span.result1 {
  font: 30px wallpoetregular, Helvetica, Tahoma, Arial, sans-serif;
  color: #26A000;
  }    
  
.data > p, .eng-content p {
  padding: 0 25px 10px;
  text-align: justify;
  }

.data > p > a, .eng-content p > a, .data > ul > li > a {
  color: #6470a6;
  }  
  
.data > ul {
  padding: 0 35px 10px;
  }

.eng-content > ul {
  padding: 0 35px 10px;
  }
  
.data > ul > li {
  padding: 2px 0;
  }
  
.data > iframe {
  margin: 10px 0;
  border-bottom: 3px solid #8C8C8C; 
  border-top: 3px solid #8C8C8C; 
  }

.eng-content {
  display: none;
}  
  
ul.auto-spec {
  text-align: center;
  background-color: #8C8C8C;
  color: #fff;
  margin: 0;
  padding: 0;
  }

ul.auto-spec li {
  font: 16px robotoregular, Helvetica, Tahoma, Arial, sans-serif;
  display: inline-block;
  padding: 5px;
  }

.gallery {
  position: relative;
  }
  
.gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  }

  
.download a:first-child {
  padding: 0 0 6px 40px;
  line-height: 33px;
  margin: 2px 0 2px 2px;
  background: url(images/decor/download.png) no-repeat left center;
  background-size: contain;
  display: inline-block;
  }
	
.download a:hover {
	color: #26A000;
}
  
.disqus {
  margin: 10px 0 0;
  border-top: 2px solid #EBEEEF;
  }

.see-also {
  font-size: 0;
  padding: 10px 0 0;
  }
  
.see-also a {
  display: inline-block;
  width: 16.6666%;
  }

.see-also a:hover {
  opacity: 0.8;
  }
  
.see-also img {
  width: 100%;
  }
 

/* Поиск */

.head form {
  position: absolute;
  right: 40px;
  top: 8px;
  }
  
.search-query {
  font: 18px robotoregular, Helvetica, Tahoma, Arial, sans-serif;
  padding: 1px 6px 1px 33px;
  width: 160px;
  border: 1px solid #fff;
  outline: none;
  background: url(images/decor/search.png) no-repeat left center;
  background-size: contain;
  }
  
.search-query:focus::-webkit-input-placeholder {
  color: transparent;
  border: none;
  }
.search-query:focus::-moz-placeholder {
  color: transparent;
  border: none;
  }
.search-query:focus:-moz-placeholder  {
  color: transparent;
  border: none;
  }
.search-query:focus:-ms-input-placeholder  {
  color: transparent;
  border: none;
  }  
  
#site-search-results {
  position: absolute;
  right: 0;
  top: 40px;
  background-color: #fff;
  width: 217px;
  z-index: 80;  
  box-shadow: 0px 23px 38px -14px rgba(0,0,0,0.46);
  }
  
#site-search-results a {
  font: 16px robotoregular, Helvetica, Tahoma, Arial, sans-serif;
  padding: 5px 10px;
  display: inline-block;
  }
  
#site-search-results a:hover {
  color: #6470a6;
  }

/* Руководство */

.guides {
  max-width: 1260px;
  margin: 0 auto;
  padding: 20px 10px 40px;
  font-size: 0;
  }

.left-col-guides, .right-col-guides {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  }
  
@media (min-width: 800px) {
  .left-col-guides, .right-col-guides {
    width: 50%;
    }
  }
  
.guides .guide {
  margin: 0 20px 40px;
  padding: 5px 0 10px;  
  border: 1px solid #DADADA;
  }
  
.guides h1, .data-guide h1 {
  font-size: 30px;
  padding: 0 20px 20px;
  }
 
.guide h3 {
  font-size: 23px;
  margin: 10px 20px;
  }

.guide h4 {
  font-size: 16px;
  margin: 10px 20px;
  }
  
.guide p, .guide ul {
  margin: 10px 20px; 
  }

.guide li {
  margin: 5px 0;
  }
  
.guide a {
  color: #126AA7;
  }  

.data-guide {
  max-width: 930px;
  margin: 0 auto;
  padding: 20px 0;
  }

.data-guide .guide h2 {
  border: none;
  font-size: 26px;
  margin: 0 20px 20px;
  } 
  
.data-guide .guide img {
  max-width: 100%;
  padding: 0 20px 20px;
  box-sizing: border-box;
  }  

.data-guide .guide p {
  margin: 0 20px 20px;
  }

.data-guide .guide ul {
  margin: 0 20px 20px;
  }  

/* Главная страница */

.main {
  width: 1620px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 40px;
  }

.main h2 a {
  font: 30px open_sansregular, Arial, sans-serif;
  }
  
.items-main {
  width: 520px;
  padding: 20px 10px 0;
  display: inline-block;
  vertical-align: top;  
  text-align: left;
  }

.main-col {
  display: inline-block;
  }

@media (max-width: 1640px) {
  .main {
    width: 1080px;
    }
    
  .main-col {
    width: 540px; 
    vertical-align: middle;
    padding: 20px 0 0;
  }
}
  
.main h2 {
  font-size:30px;
  }

a.link-main {
  display: inline-block;
  border: 1px solid #fff;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0;
  }

a.link-main:hover {
  border: 1px solid #6470a6;
  }
  
.link-main img {
  vertical-align: middle;
  padding: 0 15px 0 0;
  }
  
.link-main h4 {
  font-size: 30px;
  vertical-align: middle;
  display: inline-block;
  }

#vk_groups {
  border: 1px solid #8C8C8C;
  }

/* Все моды одним списком */

.list-all-mods {
  width: 1080px;
  margin: 0 auto;
  padding: 20px 0 40px;
  }
  
.col-list {
  display:inline-block;
  vertical-align: top;
  width: 40%;
  padding: 0 5%;
  }

.list-all-mods h2 {
  font-size: 30px;
  }

.list-all-mods h3 {
  padding: 5px 0 0;
  }
  
.list-all-mods li a:hover {
  color: #6470a6;
  }


/* Приложения */

.apps {
  width: 600px;
  margin: 0 auto;
  padding: 20px 0 40px;
  min-height: 934px;
  }
  
.apps h1 {
  font-size: 30px;
  }
  
.apps ul li a {
  font-size: 22px;
  }

.apps ul li a:hover {
  color: #6470a6;
  }
  
.apps > p {
  font-size: 14px;
  padding: 40px 0 0;
  }
  
/* Разное */

#gallery-view {
  width: 890px;
  height: 501px;
}
  
.invis {
  color: #eee;
  }
  
.all-mods {
  display: block;
  padding: 3px 0;
  font: 21px robotolight, Arial, sans-serif;
  border: 1px solid #9a9a9a;
  text-align: center;
  }
  
.all-mods:hover {
  background-color: #eee;
  }

.rus-version {  
  background: #fff url(images/icons/3russia.png) no-repeat left top;
  }

.hide {
  display: none;
  }
  
.eng-version {  
  background: #fff url(images/icons/3britan.png) no-repeat left top;
  }  
  
.eng-version, .rus-version {
  position: fixed;
  z-index: 15;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 135px;
  background-size: contain;
  padding: 7px 0 7px 40px;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  line-height: 20px;
  color: #777;
  cursor: pointer;
  border: 1px solid #ddd;
  } 
  
.eng-version:hover, .rus-version:hover {
  color: #6470a6;
  }  
  
.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 3px 20px;
  text-align: right;
  z-index: 5;
  min-width: 1080px;
  }  
  
.all-img {
  font-size: 0;    
 }

.all-img a {
  display: inline-block;
  width: 33.3333%;
  line-height: 0;
 }
 
.all-img img {
  width: 100%;
  line-height: 0;
`}

.blue {
  color: #00f;
  }
  
.donate {
  position: fixed;
  z-index: 110;
  bottom: 3px;
  left: 20px;
  width: 70px;
  height: 89px;
  background: url(images/donate.png) no-repeat;
  cursor: pointer;  
  }
  
.donate > div {
  position: fixed;
  z-index: 111;
  bottom: 95px;
  left: 20px;
  display: none;
} 


.ac-polls {
  width: 620px;
  padding: 5px 20px 60px;
  margin: 0 auto;
} 

.ac-polls div {
  margin: 10px 0;
  font: 14px robotoregular, Helvetica, Tahoma, Arial, sans-serif;
}

.ac-polls h3 {
  font-size: 30px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 0;
}

.ac-polls a {
  display: inline-block;
  font-size: 13px;
  color: #6470a6;
  margin: 0 0 0 36px;
}

.ac-polls a:hover {
  color: #000;
}

.ac-polls img {
  vertical-align: middle;
  margin: 0 15px 0 0;
}

.ac-polls p {
  display: inline-block;
  vertical-align: middle;
  width: 362px; 
  font-size: 18px;
}

.ac-polls label {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 3px 0 0;
}

.ac-polls label:hover {  
  border: 1px solid #6470a6;
}

.ac-polls span {
  color: #26A000;
  font-size: 18px;
}

.submite-vote {
  width: 200px;
  margin: 30px auto 0;
  display: block;
  font: 20px robotoregular, Helvetica, Tahoma, Arial, sans-serif;
  padding: 10px 0;
  color: #6470a6;
  border: 1px solid #6470a6;
  border-radius: 25px;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
}

.ac-polls .polls-next {  
  margin: 30px auto 10px;
  width: 200px;
  display: block;
  font: 14px robotoregular, Helvetica, Tahoma, Arial, sans-serif;
  padding: 5px 0;
  color: #6470a6;
  border: 1px solid #6470a6;
  border-radius: 25px;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
}

.submite-vote:hover {  
  border: 1px solid #26A000;
  color: #26A000;
} 

.ac-polls .polls-next:hover {  
  border: 1px solid #26A000;
  color: #26A000;
} 
 
.ac-polls h1 {
  font: 48px open_sanslight, Arial, sans-serif;
  text-align: center;
}

.ac-polls > img {
  margin: 20px auto 0;
  display: block;
  width: 75%;
  opacity: 0.1;
}

#vote-menu {
  color: #00A525;
}

/* Промо DimSim */

.dim-sim {
  min-width: 1180px;
}

.dim-sim h1 {
  font: 47px robotolight, Arial, sans-serif;
}  

.dim-sim h3 {
  font: 40px robotolight, Arial, sans-serif;
  padding: 10px;
}  

.dim-sim p {
  font: 22px robotolight, Arial, sans-serif;
  text-align: justify;
  padding: 10px;
}

.dim-sim p span {
  font: 18px robotolight, Arial, sans-serif;
}

.dim-sim a {
  font: 22px robotolight, Arial, sans-serif;
}

.dim-sim > img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.dim-sim h1 {
  line-height: 51px;
  padding: 95px 0;
  text-align: center;
  color: #fff;
  background: url(images/dimsim/head-back.png) repeat-x left center;
}

.ds-design {
  max-width: 1300px;
  margin: 0 auto;
}

.ds-design div {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

.ds-design img {
  width: 50%;
  vertical-align: middle;
}

.ds-icon {
  max-width: 1300px;
  margin: 0 auto;
  padding: 70px 0;
}

.ds-icon div {
  width: 25%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.ds-icon p {
  text-align: center;
}

.ds-buy {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 0 70px;
}

.ds-buy > img {
  width: 33.3333%;
  vertical-align: middle;
}

.ds-buy div {
  width: 33.3333%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.ds-buy p {
  text-align: center;
  font-size: 26px;
}

.ds-buy a {
  color: #003F90;
  display: block;
  padding: 10px;
  font-size: 26px;
}

.ds-buy a:hover {
  color: #0042DC;
}

.dimsim-banner-eng {
  display: none;
}

/* CM */

.cm-back {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(images/cm/cm-back.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0.05;
  z-index: -1;
}

.cm-page {
  min-width: 1000px;
}

.cm-head {
  background: url(images/cm/head.jpg) no-repeat center center;
  background-size: cover;
  padding: 0 0 41.857%;
}

.cm-head div {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5% 5% 0 0;
}

.cm-head h1 {
  font: 40px robotolight, Helvetica, Tahoma, Arial, sans-serif;
  color: #fff;
  text-align: right;
  padding: 20px 133px 20px 0;
  background: url(images/cm/logo.png) no-repeat right center;
  background-size: contain;
  margin: 0 0 10px;
}

.cm-head h1 span {
  display: block;
  text-align: right;
  font: 22px robotolight, Helvetica, Tahoma, Arial, sans-serif;
}

.cm-head p {
  width: 350px;
  font: 22px robotolight, Helvetica, Tahoma, Arial, sans-serif;
  color: #fff;
	line-height: 33px;
}

.cm-fut {
  max-width: 800px;
  margin: 0 auto;
  padding: 10px 0 50px;
}

.cm-fut h2 {
  font: 40px robotolight, Helvetica, Tahoma, Arial, sans-serif;
  text-align: center;
  padding: 20px 0;
}

.cm-fut ul {
  padding: 0 0 20px;
}

.cm-fut li {
  font: 22px robotolight, Helvetica, Tahoma, Arial, sans-serif;
  padding: 10px 0;
	line-height: 32px;
}

abbr {
	text-decoration: none;
}

abbr:after {
	content: "?";
	vertical-align: super;
	font-size: 70%;
	padding: 0 0 0 3px;
	color: #6470a6;
}

.cm-fut a {
  font: 22px robotolight, Helvetica, Tahoma, Arial, sans-serif;
  color: #6470a6;
}

.cm-fut a:hover {
  color: #26A000;
}

.cm-showroom-back .cm-fut a {
  font: 22px robotolight, Helvetica, Tahoma, Arial, sans-serif;
  color: #9dafff
}

.cm-showroom-back {
	width: 100%;
	background: url(images/cm/showroom.jpg) no-repeat center center;
  background-size: cover;
}

.cm-showroom-back .cm-fut li, .cm-showroom-back .cm-fut h2 {
	color: #fff;
}

.cm-fast {
  background: url(images/cm/fast.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
  font-size: 0;
}

.cm-fast div {
  max-width: 1200px;
  margin: 0 auto;
}

.cm-fast ul {
  display: inline-block;
  width: 45%;
  padding: 0 5% 0 0;
  vertical-align: middle;
}

.cm-fast li {
  font: 26px robotolight, Helvetica, Tahoma, Arial, sans-serif;
  color: #fff;
  padding: 20px 0;
}

.cm-fast img {
  width: 50%;
  vertical-align: middle;
}

.cm-fut .fotorama__caption {
	text-align: center;
}

.cm-race {
  font-size: 0;
  max-width: 1040px;
  margin: 0 auto;
}

.cm-race h2 {  
  font: 40px robotolight, Helvetica, Tahoma, Arial, sans-serif;
  text-align: center;
  padding: 40px 0;
}

.cm-race img {
  width: 40%;
  padding: 10px 5%;
  cursor: pointer;
  vertical-align: middle;
}

.cm-race img:hover {
  opacity: 0.8;
}

.cm-race p {
  display: inline-block;
  width: 40%;
  padding: 10px 5%;
  font: 22px robotolight, Helvetica, Tahoma, Arial, sans-serif;
  vertical-align: middle;
  text-align: center;
}

div.lic-big {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4) url(images/cm/close.png) no-repeat right top;
  cursor: pointer;
  display: none;
  z-index: 600;
}

div.lic-big img {
  width: auto;
  max-width: 90vw;
  max-height: 90vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 600;
}  

.cm-video {
  padding: 40px 0;
  background: url(images/cm/video.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  margin: 40px 0 0;
}

.cm-buy {
  max-width: 850px;
  margin: 0 auto;
  padding: 10px 0 60px;
}

.cm-buy h2 {
  font: 40px robotolight, Helvetica, Tahoma, Arial, sans-serif;
  text-align: center;
  padding: 20px 0;
}

.cm-buy h3 {
  font: 26px robotolight, Helvetica, Tahoma, Arial, sans-serif;
  text-align: center;
  padding: 10px 0;
}

.cm-buy > a {
  color: #33BBBA;
  display: block;
  text-align: center;
  margin: 10px 0;
  font: 26px robotolight, Helvetica, Tahoma, Arial, sans-serif;  
}

.cm-buy p {
  font: 18px robotolight, Helvetica, Tahoma, Arial, sans-serif;
  padding: 5px 0;  
	line-height: 27px;
}

.cm-buy p a {
  font: 18px robotolight, Helvetica, Tahoma, Arial, sans-serif;
  color: #33BBBA;
}

.cm-buy > div {
  text-align: center;
}

.cm-buy > div > div {
  display: inline-block;
  position: relative;
  vertical-align: middle;
	width: 170px;
	padding: 30px;
	border-radius: 5px;
	border: 1px solid #fff;
}

.cm-buy > div > div:hover {
	border: 1px solid #eee;
}	

.cm-buy > div > div img {
	width: 100%;
	cursor: pointer;
}

.cm-buy > div > div p {
	position: absolute;
	background-color: #fff;
	border-radius: 5px;
	padding: 10px 6%;
	width: 90%;
	top: -20px;
	left: -1px;
	right: 0;
	border: 1px solid #eee;
	display: none;
}

.cm-buy > div > div p a {
	display: inline-block;
	margin-top: 5px;
	padding: 5px 10px;
	border-radius: 5px;
  border: 1px solid #33BBBA;
}	

.cm-buy > div > div p a:hover {
	color: #fff;
  background-color: #33BBBA;
}	

#yandex-many div {
  position: absolute;
  top: -200px;
  right: -60px;
  display: none;
}

/* Drift page */

.ditem {
  padding: 15px 0;
  position: relative;
}

.ditem img {
  width: 440px;
  vertical-align: middle;
}

.ditem div {
  width: 460px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 30px;
}

.ditem p {
  padding: 5px 0;
  font-size: 16px;
}

.ditem a {
  font-size: 20px;
  color: #6470a6;
  padding: 3px 0 0;
  display: inline-block;
}

.dmenu li {
  cursor: pointer;
}

.dmenu li span {
  display: inline-block;
  width: 9px;
  height: 9px;
  vertical-align: middle;
  margin: 0 0 3px 9px;
  background-color: #6470a6;
}

#dsq-app4 {
	display: none;
}

.items-ds .ditem {
  min-height: 440px;
}

.items-ds .ditem img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.items-ds .ditem img:first-child {
  display: inline-block;
}

.items-ds .ditem div {
  margin: 0 0 0 440px;
}

img.tag3other  {
	display: none;
}

img.tag9accchoice {
	display: none;
}

img.tag6f1 {
	display: none;
}

.cm-buy p.download-cm {
	text-align: center;
	font-size: 23px;
	line-height: 30px;
	padding: 10px 0;
}

.content .checked-links {
	color: #7fb841;
	padding: 5px 5px 5px 35px;
	background: url(images/check.png) no-repeat left center;
	background-size: contain;
}