
@font-face {
  font-family: picto;
  src: url(fonts/pictosq-regular.eot);
  src: url(fonts/pictosq-regular.eot?#iefix) format("embedded-opentype"), url(fonts/pictosq-regular.woff) format("woff"), url(fonts/pictosq-regular.ttf) format("truetype");
}

@font-face {
  font-family: pictoIc;
  src: url(fonts/glyphicons-halflings-regular.eot);
  src: url(fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(fonts/glyphicons-halflings-regular.woff) format("woff"), url(fonts/glyphicons-halflings-regular.ttf) format("truetype");
}

p {
  font-size: 16px;
  line-height: 1.45;
  margin: 10px;
}

* {
  outline: none !important;
}

.header {
  display: none !important;
}

.pictosq:before {
  font-family: picto;
}

.modal-dialog p {
  padding: 10px;
}

li.home .home:after {
  content: "\002b";
  font-family: picto;
  font-size: 20px;
  display: block;
  float: left;
}


div.imagesbox,
section.body-options {
  display: flex;
  width: 75%;
  justify-content: center;
  margin: 0 auto;
}

div.img_box {
  width: 30%;
  display: flex;
  flex-direction: column;
  margin: 0 2%;
}

div.imagesbox .img_box img {
  width: 100%;
}

div.imagesbox .img_box p {
  font-size: 18px;
  padding: 0;
  text-align: center;
}

section.body-options {
  flex-direction: column;
  align-items: center;
}

div.options {
  font-size: 20px !important;
  line-height: 1.15 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

div.options div {
  display: flex;
}

div.options li {
  font-weight: 200;
}

div.options p {
  font-size: 22px !important;
  margin: 10px 50px;
}

section.body-options .buttons-box {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 2%;
}

#service3form input,
#service3form select {
  outline: none;
  user-select: none;
  width: 25%;
  border: none;
  background-color: #efefef;
  color: #000;
  line-height: 33px;
  font-size: 16px;
  padding: 5px 15px;
  box-sizing: border-box;
  font-weight: 700;
  font-weight: bold;
  transition: all, ease-in, 0.2s;
  margin: 3%;
  height: 45px;
  box-shadow: 9px 8px 20px 0px #000000;
}

#service3form input::placeholder {
  color: #000;
}

section.body-options a.butbox,
button.arkana-zayavka {
  padding: 3% 15%;
  margin: 0 2%;
  color: white;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  background: linear-gradient(to right, #000 4%, #353535 49%, #000 104%);
  box-shadow: 3px 8px 16px 3px #5a5a5a;
  width: 25%;
  text-align: center;
}

button.arkana-zayavka {
  box-shadow: none;
  color: black;
  background: linear-gradient(to right, #b98b00 4%, #ffcc33 49%, #b98b00 104%);
}



section.body-options a.butbox span {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to top, #ffffff, #848383);
}

section.body-options a.butbox span b {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to top, #ffbf00, #7b5d00);
}

section.body-options a.butbox:hover {
  background: linear-gradient(to right, #000 4%, #380000 49%, #000 104%);
}

div.prokrytka {
  color: white;
  background-color: #000;
  font-size: 12px;
  padding: 10px;
  position: sticky;
  width: 1480px;
  top: 0;
  z-index: 99999;
  margin: 0 auto;
}

.prokrytka a {
  color: white;
  padding: 2px 5px;
  text-decoration: none;
}

.prokrytka a:hover {
  text-decoration: underline;
}

.prokrytka span:first-child {
  padding-left: 130px;
}

.prokrytka span:first-child a {

  border-right: 1px solid #fff;
}

.prokrytka span:nth-child(2) a {
  border-bottom: 3px solid #fd3;
  padding: 7px 5px;
}

div.prokryt-mobi {
  color: white;
  background-color: #3a3a3a;
  position: sticky;
  width: 100%;
  height: 45px;
  z-index: 99999;
  margin: 0 auto;
  display: none;
  overflow: hidden;
  transition: 1s;
  top: 0;
  box-shadow: 1px 9px 20px 0px #000000ad;
}

p.prokryt-menu {
  margin: 0;
  padding: 10px;
  font-size: 16px;
}

p.menu-down {
  background-color: #3a3a3a;
  margin: 0;
  padding: 15px 10px;
  border-bottom: 1px solid #666;
  font-size: 14px;
}

i.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

i.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

p.menu-down a {
  text-decoration: none;
  color: white;
}

p.menu-down a:hover {
  text-decoration: underline;
}

p.prokryt-menu.menu-up {
  box-shadow: 1px 9px 20px 0px #000000bf;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  background-color: #000;
}

div.prokryt-mobi.active {
  height: auto;
  transition: 1s;
}

/* #akcia_desc,
.results.hidden .container {
  width: 60%;
  margin: 0 auto;
} */

span.yellow {
  color: #f7761f;
}

.modal-content {
  border-radius: 0 !important;
  border: none;
}

.icon-close:before {
  font-family: picto;
  content: "\2d";
  color: #333;
  font-size: 30px;
}

.nach {
  text-align: center !important;
  font-weight: bold !important;
  font-size: 15px !important;
}

.rippler-effect.rippler-div {
  z-index: 999 !important;
}

.rippler-yellow .rippler-div {
  background: #a71;
}

.rippler-yellow:hover {
  background: #fd3;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.info-window img {
  width: 220px;
}

.info-window p {
  margin-top: 3px;
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 14px;
}

.info-window a {
  color: #333;
  transition: all 0.3s ease-in;
  font-weight: 600;
  text-decoration: none !important;
}

.info-window a:hover {
  color: #F7B100;
}

.info-window img {
  margin-bottom: 10px;
}

section.main-banner .jumbotron {
  /* display: none; */
  background: none;
  height: 0;
  width: 100%;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: auto;
}

section.renault-molels {
  display: flex;
  flex-direction: column;
  clear: both;
}

div.col-md-3 {
  width: 20%;
  margin-bottom: 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.col-md-3.text-center img {
  width: 90%;
}

.row {
  display: flex;
  justify-content: center;
  margin-left: 1%;
}

.uppercase {
  text-transform: uppercase;
}

.thin {
  font-weight: 200;
}

a.logo-link {
  float: right;
  display: block;
  position: relative;
  z-index: 10;
}

.dealer-link {
  float: left;
}

.dealer-link span {
  font-size: 28px;
  margin-right: 5px;
  display: inline-block;
  line-height: 60px;
}

.jumbotron {
  position: relative;
}

.jumbotron .h1,
.jumbotron h1,
.jumbotron h2 {
  text-align: center;
}

@media screen and (min-width: 768px) {

  .jumbotron .h1,
  .jumbotron h1,
  .jumbotron h2 {
      font-size: 45px;
      text-align: left;
      font-weight: 300;
  }
}

section.main-banner {
  background: #fff;
  position: relative;
  z-index: 5;
  padding: 0;
  margin-top: 35px;
}

.text-block h2 {
  font-size: 25px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 8px;
  color: #000;
  text-align: center;
}

.test-drive-text {
  text-align: center;
  display: inline-block;
  width: 165px;
}

.test-drive-text span {
  display: inline-block;
}

.test-drive-text h3 {
  display: inline-block;
}

div.text-block {
  padding-bottom: 10px;
  padding-top: 45px;
}

.row.footer-nav div.col-md-3 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-block p {
  font-size: 25px;
  margin-bottom: 40px;
}

div#text-block {
  padding-bottom: 65px;
  text-align: center;
}

div#text-block .col-xs-6 {
  text-align: center;
}

.text-block h3 {
  text-align: left;
  color: #000;
  line-height: 45px;
  margin-top: 7px;
}

h2,
h3,
h4 {
  font-weight: normal;
}

h1 {
  margin-top: 0;
}

.main-banner p {
  font-size: 20px;
  padding: 1% 20%;
}

.banner-text {
  text-align: center;
}

.banner-text h1 {
  font-size: 35px;
}

.dealer-link {
  padding-left: 2px;
}

.pictosq.fb:before {
  content: "P";
}

.pictosq.yt:before {
  content: " ";
  width: 21px;
  height: 27px;
  display: block;
  background: url("../img/yt.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 10px;
}

.pictosq.tw:before {
  content: "\00e5";
}

p.small-text {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  margin-bottom: 0;
  margin-right: 6px;
}

.flright {
  float: right;
}

.flleft {
  float: left;
}

h3.car-name {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 3px;
}

section.table-block>.container>.row {
  padding-bottom: 0;
  margin-bottom: 0;
}

.separator {
  border-bottom: 1px solid #cacaca;
}

.row.separator:nth-child(5) {
  border-bottom: none;
}

section.table-block {
  padding-top: 0;
  background: #ffffff;
}

.cta {
  background: #f7761f;
  border: none;
  padding: 15px 28px 15px 28px;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  transition: all, 0.3s, ease-in;
  position: relative;
  line-height: normal;
}

.cta:hover {
  background: #fd3;
}

.cta:after {
  font-family: picto;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  content: "\00cc";
  line-height: 20px;
  font-size: 28px;
  position: absolute;
  top: 15px;
  /* margin-left: 4px; */
  right: 11px;
}

.cta a {
  text-decoration: none !important;
  color: #000000;
}

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

.table-block .col-md-6 {
  text-align: center;
}

.table-block .col-md-6 .cta {
  margin-top: 45px;
}

.description {
  padding-right: 17px;
  text-align: right;
  margin-bottom: 25px;
  margin-top: 25px;
}

.white {
  background: #fff;
}

.grey {
  background: #f5f5f5
}

.table-block .table-cell {
  height: 260px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.mobile-banner {
  margin-bottom: -230px;
  display: none;
}

.timer:before {
  text-decoration: none !important;
  font-family: picto;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  content: "\5A";
  font-size: 50px;
  width: 42px;
  height: 55px;
  line-height: normal;
  display: block;
  color: #000;
}

.flag:before {
  text-decoration: none !important;
  font-family: picto;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  content: "\5F";
  font-size: 50px;
  width: 42px;
  height: 55px;
  line-height: normal;
  display: block;
  color: #000;
}

span.flag {
  display: inline-block;
  float: left;
}

a.fancybox-item.fancybox-close {
  top: 5px;
  right: 5px;
}

span.timer {
  display: inline-block;
  float: left;
}

.arrow {
  display: block;
  width: 30px;
  height: 45px;
  position: absolute;
  z-index: 20;
  text-decoration: none !important;
  top: 15px;
  right: 15px;
}

.arrow:before {
  text-decoration: none !important;
  font-family: picto;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  content: "\00cc";
  font-size: 40px;
  width: 30px;
  height: 45px;
  line-height: normal;
  display: block;
  color: #000;
}

a.tdn {
  text-decoration: none !important;
}

section.main-banner .container {
  color: #fff;
}

.picto {
  font-family: picto;
}

.clearfix {
  display: table;
  clear: both;
}

body {
  margin: 0;
}

/* h1,
h2,
h3,
h4 {
  font-family: "RenaultLifeCyWebWeb-Regular";
  font-weight: 400;
} */

.filter {
  margin: auto;
  background-size: cover;
  background-position: 50%;
  height: 495px;
  position: relative;
}

.package-descr h3 {
  line-height: normal;
  margin: 0;
  color: #000;
  font-size: 15px;
  /* font-weight: 500; */
}

.filter-container {
  width: 350px;
  position: absolute;
  top: 0;
  display: none;
}

.filter-text {
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 20px;
}

.filter h3 {
  font-size: 28px;
  text-align: center;
  margin: 0;
  /* background-color: rgb(255, 204, 51); */
  padding: 20px;
  padding-top: 30px;
  color: #000;
  margin-bottom: 7px;
  line-height: normal;
  padding-bottom: 0;
}

.filter select {
  padding: 10px 15px 9px 15px;
  color: #555;
  font-size: 16px;
  border-radius: 0 !important;
  outline: none;
  display: inline-block;
  width: 100%;
  border: solid 1px #999;
  position: relative;
  z-index: 20;
  cursor: pointer;
  background: rgba(255, 255, 255, 0) !important;
  transition: all, ease-in, 0.2s;
}

.filter select:hover,
.filter select:active {
  border: 1px solid #ffcc33;
}

.filter select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.filter-corner {
  /* height: 44px; */
  border-top: 50px solid;
  border-color: rgba(255, 255, 255, 0.8);
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  /* background: #fff; */
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.filter-select-wrapper {
  width: 100%;
  position: relative;
  padding: 0 44px 0 44px;
  box-sizing: border-box;
  margin-top: 20px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 20px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0;
  padding: 10px 15px 9px 15px;
  cursor: pointer;
  color: #666;
  height: 40px;
  line-height: 16px;
  display: none;
}

.select2-container--default .select2-selection--single[aria-expanded="true"] {
  border-color: #ffdd33;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: none;
}

.select2-results__option[aria-disabled="true"] {
  display: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ffdd33;
  color: #000;
}

.filter-table {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  font-size: 22px;
  color: #000;
}

.filter-table table {
  width: 100%;
}

.filter-block-wrapper {
  border-bottom: 1px solid rgb(218, 220, 222);
}

.filter-block-body {
  background-color: #f3f3f3;
  display: none;
}

.filter-block-name {
  line-height: 40px;
  font-size: 18px;
  width: 382px;
  box-sizing: border-box;
}

.filter-block-sum {
  line-height: 40px;
}

.count-price {
  padding: 11px 15px 10px 15px;
  color: #000;
  font-size: 16px;
  background: #f7761f;
  width: 261px;
  border: none;
  outline: none;
  display: block;
  margin: 20px auto;
  /* padding: 15px 1px; */
  /* margin-left: 20px; */
  cursor: pointer;
  transition: all ease-in .3s;
  position: relative;
}

.count-price:before {
  text-decoration: none !important;
  font-family: picto;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  content: "\C0";
  font-size: 24px;
  position: absolute;
  left: 28px;
  color: #000;
  top: 6px;
}

.count-price:hover {
  background: #ffdd33;
}

.filter-block-header {
  padding: 15px 15px 15px 16px;
}

.filter-block-more {
  cursor: pointer;
}

.works,
.parts {
  padding: 15px;
  box-sizing: border-box;
}

.works-title,
.parts-title {
  margin-bottom: 10px;
  font-size: 18px;
}

.works-row {
  width: 100%;
}

.works-price,
.parts-price {
  font-size: 15px;
  padding: 10px 15px;
  text-align: center;
  width: 192px;
  line-height: 1.3em;
}

.works-name,
.parts-name {
  font-size: 15px;
  padding: 10px 15px;
  text-align: left;
  line-height: 1.3em;
}

.filter-table-head {
  background: #fafafa;
}

.filter-table-name {
  text-align: center;
  align-items: center;
}

.filter-block-header {
  width: 100%;
}

table.filter-table,
table.filter-table table {
  border-collapse: collapse;
  table-layout: fixed;
}

.filter-table th {
  padding: 15px;
  font-size: 15px;
  font-weight: normal;
}

th.filter-table-name.add,
.filter-block-check {
  text-align: center;
  width: 192px;
  box-sizing: border-box;
}

.filter-table-name.name,
.filter-block-name {
  text-align: left;
  width: 382px;
  box-sizing: border-box;
  line-height: 1.5;
}

th.filter-table-name.price,
.filter-block-sum {
  text-align: center;
  width: 192px;
  box-sizing: border-box;
}

th.filter-table-name.more,
.filter-block-more {
  text-align: center;
  width: 192px;
  box-sizing: border-box;
}

.works-title,
.parts-title {
  margin-bottom: 10px;
  font-size: 18px;
  padding: 10px 15px;
  text-align: left;
  width: 192px;
  box-sizing: border-box;
}

.filter-block-more span.caret {
  font-family: glyphicons;
  color: #555;
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  transition: all, ease-in, 0.2s;
  width: 9px;
  height: 31px;
  display: inline-block;
  border: none;
}

.filter-block-more:hover span.caret {
  color: #f7761f;
}

th.filter-block-sum {
  font-size: 18px;
}

input[type="checkbox"] {
  width: 15px;
  height: 15px;
}

form {
  width: 480px;
  margin: auto;
  margin-top: 0;
  color: #000;
  max-width: 100%;
}

.form-column {
  width: 100%;
  float: none;
  box-sizing: border-box;
  padding: 5px 25px 15px 25px;
}

form h2 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  padding: 0 15px;
}

form label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

.motrio {
  padding: 15px 30px 20px 30px;
  background: #f5f5f5;
  color: #777;
}

form input,
form textarea {
  outline: none;
  user-select: none;
  width: 100%;
  max-width: 100%;
  border: 1px solid #a0a0a0;
  line-height: 33px;
  font-size: 20px;
  padding: 5px 15px;
  box-sizing: border-box;
  margin-bottom: 15px;

  font-weight: 200;
  transition: all, ease-in, 0.2s;
}

.fancybox-skin {
  background: #fff !important;
  border-radius: 0 !important;
  padding-top: 40px !important;
}

form input:not([readonly]):hover,
form input:not([readonly]):focus {
  border: 1px solid #ffcc33;
}

.form-row.row-half {
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding-left: 10px;
}

.form-row.row-half.first {
  padding-left: 0;
}

.hidden {
  display: none;
}

form button[type="submit"] {
  outline: none;
  border: none;
  user-select: none;
  font-size: 18px;
  padding: 13px 25px;
  margin-top: 15px;
  transition: all ease-in 0.3s;
  cursor: pointer;
  width: 25%;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 3%;
}

a.res-fancybox {
  font-size: 15px;
  padding: 10px 40px;
  background: #f7761f;
  transition: all ease-in 0.3s;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  margin-top: 0;
  color: #000 !important;
  text-decoration: none !important;
  border-radius: 15%;
}


a.res-fancybox:hover {
  background: #ffdd33;
}

a.res-fancybox.alt {
  background: #fff;
  border: 1px solid #f7761f;
  box-sizing: inherit;
  padding: 9px 44px;
  margin-left: 20px;
}

a.res-fancybox.alt:hover {
  border-color: #ffdd33;
}

p.disclaimer {
  padding-top: 20px;
}

.col-33 {
  display: block;
  width: calc(33% - 40px);
  float: left;
  padding: 0 20px;
}

.col-33 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.col-33 ul li {
  padding: 0;
  margin-bottom: 10px;
  display: table;
}

p.footnote {
  display: block;
  margin-top: 40px;
  margin-bottom: 35px;
}

.col-33 ul li a {
  display: block;
  float: left;
  max-width: calc(100% - 27px);
}

.col-33 a {
  color: #000 !important;
  text-decoration: none !important;
}

.col-33 ul li:before {
  content: "\cc";
  font-family: picto;
  color: #000;
  margin-right: 5px;
  font-size: 1.1em;
  display: block;
  float: left;
}

.col-33 h3 {
  font-size: 22px;
  color: #000;
  text-align: center;
}

div.modal-res {
  padding: 0 15px;
}

span.icon {
  font-size: 90px;
  font-family: picto;
  text-align: center;
  display: block;
  line-height: 90px;
  color: #ffcc33;
}

form .input-wrong {
  background: #fee;
  border-color: #f99;
  /* color: #f99; */
}

p.service-wrong {
  color: #f33;
  margin-top: 10px;
  margin-bottom: 15px;
}

#form-result {
  font-size: 20px;
  padding: 10px 25px;
  -webkit-animation: fadeIn 0.4s ease-in;
  /* Safari 4+ */
  -moz-animation: fadeIn 0.4s ease-in;
  /* Fx 5+ */
  -o-animation: fadeIn 0.4s ease-in;
  /* Opera 12+ */
  animation: fadeIn 0.4s ease-in;
  /* IE 10+, Fx 29+ */
}

div.modal-res h2 {
  margin: 10px 0;
}

#form-result p {
  line-height: normal;
  text-align: left;
}

#form-result h2 {
  text-align: center;
  font-size: 30px;
  color: black;
  line-height: normal;
}

div#modal-res {
  font-size: 1.4em;
  padding: 0 20px;
}

form input#phone {
  font-size: 18px;
}

.package {
  width: 180px;
  float: left;
  margin: 5px;
  background: #f9f9f9;
  padding-bottom: 15px;
}

.package-descr,
.package-price {
  padding: 10px 15px 0 15px;
  margin: 0;
  color: #555;
}

.package-price p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

#content-wide .package img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

h4 {
  font-size: 20px;
  margin: 5px 0;
}

.package img {
  width: 100%;
}

a.cta-btn._yellow {
  color: black;
  font-size: 20px;
  text-decoration: none;
  padding-top: 2%;
}

a.cta-btn._yellow::after {
  content: " ›";
  font-size: 25px;
}

/*REGION NONE*/

#filter_region+span {
  display: none;
}


@media screen and (max-width: 1500px) {
  div.prokrytka {
      width: 90%;
      padding: 10px 40px;
  }

  .prokrytka span:first-child {
      padding-left: 0px;
  }
}

@media screen and (min-width: 1400px) {

  section.main-banner .con {
      background: url(../img/banner-arkana.png);
      background-repeat: no-repeat !important;
      background-size: contain;
      position: relative;
      max-width: 72%;
      margin: auto;
      height: 370px;
      margin-top: 5%;
  }
}

@media screen and (max-width: 1400px) {
  .mobile-banner {
      display: block;
      width: 91%;
      margin: 0 auto;
      margin-top: 20px;
  }
}

/*media styles*/
@media screen and (min-width: 980px) {
  div#text-block .col-md-4 {
      margin-top: 75px;
  }
}

@media screen and (min-width: 992px) {
  .payment {
      width: 20%;
  }
}

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

  .filter-table th.filter-table-name.add,
  .filter-block-check {
      text-align: center;
      width: 20%;
  }

  .filter-table .filter-block-name {
      text-align: left;
  }

  .mobile-banner {
      margin-bottom: 0;
      opacity: 1;
  }

  .filter-table th.filter-block-sum {
      font-size: 14px;
      line-height: normal;
  }

  .filter-table th.filter-table-name.more,
  .filter-block-more {
      text-align: center;
      width: 20%;
  }

  .filter-table .works-name,
  .parts-name {
      font-size: 14px;
      padding: 10px 0;
  }

  a.res-fancybox {
      font-size: 18px;
      cursor: pointer;
      width: 100%;
      margin-top: 0;
      box-sizing: border-box;
  }

  a.res-fancybox.alt {
      padding: 9px 24px;
      margin-top: 15px;
      margin-left: 0;
  }

  p.disclaimer {
      padding-top: 20px;
      font-size: 16px;
  }

  a.res-fancybox {
      font-size: 18px;
      cursor: pointer;
      width: 100%;
      margin-top: 0;
      box-sizing: border-box;
  }

  a.res-fancybox.alt {
      padding: 9px 24px;
      margin-top: 15px;
      margin-left: 0 !important;
  }

  .package {
      width: 100%;
      float: none;
      margin: 5px;
      background: #f9f9f9;
      padding-bottom: 15px;
      max-width: 450px;
      margin: auto;
      margin-bottom: 25px;
  }

  .filter-text {
      padding-bottom: 40px;
  }

  .filter-select-wrapper {
      width: 261px;
      margin: auto;
      padding: 0;
  }

  .filter-select-wrapper:after {
      top: 0;
      right: 0;
  }

  .filter select {
      padding: 10px 15px 9px 15px;
      color: #555;
      font-size: 16px;
      border-radius: 0 !important;
      outline: none;
      display: block;
      width: 261px;
      margin: auto;
      margin-top: 20px;
      box-sizing: border-box;
      position: static;
      background: rgba(255, 255, 255, 0) !important;
      transition: none;
  }

  .filter-table,
  th {
      padding: 14px;
  }

  .filter-table {
      width: 100%;
  }

  .works-name,
  .parts-name {
      font-size: 14px;
      padding: 10px 0;
  }

  div#text-block .col-md-4 {
      margin-top: 40px;
  }

  .container {
      padding: 0 20px;
      box-sizing: border-box;
  }

  th.filter-table-name.add,
  .filter-block-check {
      text-align: center;
      width: 20%;
  }

  .filter-table-name.name,
  .filter-block-name {
      text-align: center;
      width: 30%;
  }

  th.filter-table-name.price,
  .filter-block-sum {
      text-align: center;
      width: 30%;
  }

  th.filter-table-name.more,
  .filter-block-more {
      text-align: center;
      width: 20%;
  }

  .filter-table,
  th {
      font-size: 14px;
  }

  .filter-block-name {
      font-size: 14px;
      text-align: left;
  }

  th.filter-block-sum {
      font-size: 14px;
      line-height: normal;
  }

  .works-title,
  .parts-title {
      font-size: 14px;
      padding-left: 0;
  }

  .works-price,
  .parts-price {
      font-size: 14px;
  }

  h1 {
      font-size: 40px;
  }

  .filter h3 {
      padding-top: 25px;
  }

  section.main-banner .jumbotron {
      height: auto;
      background: #fccd14;
      box-sizing: border-box;
      padding-bottom: 25px;
      padding-top: 15px;
      padding-left: 15px;
      padding-right: 15px;
      border-radius: 0;
  }

  .filter-container {
      width: 350px;
      position: relative;
      margin: auto;
      right: 0;
      top: 0;
      max-width: 100%;
  }

  .form-column {
      width: 100%;
      padding: 0 !important;
  }

  form {
      width: 100%;
      padding: 0 10px;
      box-sizing: border-box;
  }

  form input,
  form textarea {
      font-size: 18px;
      padding: 10px;
  }

  section.main-banner {
      background: none;
      position: relative;
      margin-top: 0;
  }

  section.main-banner .container {
      padding: 0;
  }

  .main-banner .jumbotron {
      position: absolute;
      top: 0;
      left: 0;
  }


  .price-block {
      width: 50%;
      float: left;
  }

  .row {
      margin-right: 0;
      margin-left: 0;
  }

  .logo {
      height: 42px;
      width: 65px;
      background-image: url("../img/logo-mini.png");
      background-size: cover;
  }

  .logo-container {
      padding-top: 13px;
  }

  .dealer-link span.thick {
      display: none;
  }

  .dealer-link {
      width: 100%;
      position: absolute;
      text-align: center;
      top: 0;
      left: 0;
      z-index: 9;
      padding: 0;
  }

  div.col-md-3 {
      width: 25%;
  }

  div.prokryt-mobi {
      display: block;
  }

  div.prokrytka {
      display: none;
  }
}

div.text-block {
  padding-top: 25px;
}

@media screen and (max-width: 740px) {
  div.col-md-3 {
      width: 30%;
  }
}

@media screen and (max-width: 640px) {
  .filter-table th {
      font-size: 11px;
      padding: 14px 0;
  }

  .filter-table .works-name,
  .parts-name {
      font-size: 11px;
      padding: 10px 0;
  }

  .filter-table .works-title,
  .parts-title {
      margin-bottom: 10px;
      font-size: 12px;
  }

  form h2 {
      font-size: 18px;
  }

  form button[type="submit"] {
      font-size: 16px;
  }

  .col-33 {
      width: 100%;
      float: none;
      padding: 0 10px;
      box-sizing: border-box;
      margin-bottom: 25px;
  }

  .works-name,
  .parts-name {
      font-size: 11px;
      padding: 10px 0;
  }

  .row {
      display: flex;
      justify-content: center;
      margin-left: 1%;
      flex-direction: column;
  }

  div.col-md-3 {
      width: 100%;
      margin-bottom: 4%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  .form-row.row-half {
      padding: 0 !important;
      width: 100%;
  }

  .filter-table,
  th {
      font-size: 11px;
      padding: 14px 0;
  }

  .works-price,
  .parts-price {
      font-size: 12px;
  }

  .filter-block-name {
      font-size: 11px;
      text-align: left;
  }

  th.filter-block-sum {
      font-size: 12px;
      line-height: normal;
  }

  .works-title,
  .parts-title {
      margin-bottom: 10px;
      font-size: 12px;
  }

  form#kaptur-form h2,
  #form-result h2 {
      font-size: 20px;
  }

  .dealer-link span {
      font-size: 16px;
  }

  .jumbotron {
      padding-top: 20px;
  }

  h1 {
      font-size: 22px;
      margin-top: 0;
      padding-left: 20px;
      margin-left: 0;
      margin-bottom: 10px;
  }

  .main-banner h3 {
      font-size: 18px;
      margin-top: 0;
      padding-left: 20px;
      margin-left: 0;
      margin-bottom: 7px;
  }

  .pictosq.yt:before {
      content: " ";
      width: 28px;
      height: 24px;
      display: block;
      background: url("../img/yt.png");
      background-size: contain;
      background-repeat: no-repeat;
      margin-top: 10px;
  }

  .banner-text {
      margin-top: 10%;
  }

}

@media screen and (max-width: 500px) {
  .table-block .table-cell {
      padding-left: 10px;
      padding-right: 10px;
  }

  span.price.thead {
      font-size: 14px;
  }

  span.price {
      font-size: 30px;
  }

  section.main-banner .container {
      background-position: 25% 100%;
  }

  .main-banner p {
      font-size: 17px;
      padding-left: 0;
  }

  .text-block p {
      font-size: 17px;
  }

  .map h2,
  .text-block h2 {
      font-size: 22px;
  }

  .banner-text p {
      padding: 0;
      text-align: justify;
  }

  .banner-text h1 {
      padding: 0;
  }
}

@media screen and (max-width: 400px) {
  .jumbotron {
      padding-top: 10px;
  }

  h1 {
      font-size: 18px;
      margin: 0;
  }
}

::selection {
  background: #f7761f;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #f7761f;
  /* Gecko Browsers */
}

.total-counted {
  margin-top: 25px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

.total-counted span {
  font-weight: bold;
}

.form-row.row-half.first span {
  float: right;
  display: block;
  line-height: 43px;
  font-size: 20px;
}

input#total {
  border: none !important;
  padding-left: 0 !important;
}

span.price-best {
  background-color: #f7761f;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 5%;
}

div.price-box {
  width: 100%;
  display: flex;
  justify-content: center;
}

.select2-results__options {
  width: 100%;
}

div#result-table a.res-fancybox {
  width: auto;
}

input[type="checkbox"] {
  width: 15px !important;
  height: 15px;
  margin: 4px 0 0;
}

label.card {
  float: right;
  display: inline-block;
  width: calc(100% - 38px);
  line-height: normal;
}

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

  #akcia_desc,
  .results.hidden .container {
      width: 100%;
      margin: 0 auto;
  }
}

div.otvet p {
  background-color: white;
  width: 20%;
  padding: 3%;
  font-size: 19px;
  text-align: center;
}

div.otvet {
  background-color: #00000082;
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  justify-content: center;
  align-items: center;
  display: none;
}

div.otvet div {
  position: relative !important;
}


div.loading-time {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background-color: #00000082;
  height: 100%;
}

div.loading-time img {
  width: 50%;
}

@media screen and (max-width: 500px) {
  div.otvet p {
      background-color: white;
      width: 80%;
      font-size: 22px;
      text-align: center;
  }

  div.box-vopros a {
      font-size: 19px;
  }

  div.box-podves {
      background-image: url(../img/podves_mobile.jpg);
      background-size: 100%;
      background-repeat: no-repeat;
      max-width: 100%;
      display: flex;
      justify-content: center;
      height: 550px;
      align-items: flex-end;
  }
}

.form-block {
  width: 96%;
  background: linear-gradient(to right, #000 4%, #353535 49%, #000 104%);
}

form {
  width: 100% !important;
}

.form-row div {
  display: flex;
  justify-content: center;
}

.form-block h3 {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to top, #ffffff, #848383);
  text-align: center;
  font-size: 32px;
  margin: 0;
  margin-top: 2%;
  font-weight: bold;
}

.select2.select2-container.select2-container--default {
  width: 0 !important;
  height: 0 !important;
}

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

  div.imagesbox,
  section.body-options {
      width: 95%;
  }
}

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

  section.body-options a.butbox,
  button.arkana-zayavka {
      font-size: 23px;
      padding: 3% 10%;
  }

  button.arkana-zayavka {
      width: 50% !important;
  }
}

@media screen and (max-width: 900px) {
  .main-banner p {
      padding: 1% 5%;
  }

  .form-row div {
      flex-direction: column;
      align-items: center;
  }

  #service3form input,
  #service3form select {
      width: 90%;
      box-shadow: 9px 8px 20px 0px #000000;
  }
}

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

  section.body-options a.butbox,
  button.arkana-zayavka {
      text-align: center;
      padding: 5%;
      margin: 5% auto !important;
      font-size: 18px;
      width: 90% !important;
  }

  .form-block h3 {
      font-size: 25px;
      margin: 3%;
  }

  ul.first-list {
      margin-bottom: 0;
  }

  ul.second-list {
      margin-top: 0;
  }

  div.options div {
      display: flex;
      flex-direction: column;
  }

  section.body-options .buttons-box,
  div.imagesbox,
  section.body-options {
      flex-direction: column;
  }

  div.img_box {
      width: 95%;
      display: flex;
      flex-direction: column;
      margin: 0 2%;
  }

  div.options {
      font-size: 18px !important;
  }

  div.options p {
      font-size: 17px !important;
      text-align: center;
  }
}


.gray-bg,
.badge.gray-bg {
  background-color: #f1f1f1;
  position: relative;
  padding: 30px 10px;
  margin-top: 5%;
  border-bottom: 0 none;
  width: 90%;
  display: flex;
  flex-direction: column;

}

.ns-grat-icon {
  margin-right: 10px;
  padding: 10px;
  font-size: 36px;
  font-weight: bold;
}

.ns-grat {
  margin-bottom: 2%;
}

.fa:before {
  color: #f7761f;

}

.fa {
  background-color: #333 !important;
  font-size: 20px !important;
  width: 20px !important;
}


/* ********************************************************************************************** */

h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

@keyframes sweep {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes order-button {

  form,
  to {
    box-shadow: 0px 0px 10px #6969696c;
  }

  50% {
    box-shadow: 0px 0px 10px 5px #6969696c;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');


header.main, header {
  display: none;
}

h1,
h2,
h3,
h4 {
  /* font-family: 'Montserrat'; */
  font-weight: 700;
  color: #fff;
}

:-webkit-any(article, aside, nav, section) h1 {
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  /* font-family: 'Montserrat'; */
}

main section,
nav.anticor-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 100px 0;
  justify-content: center;
  align-items: center;
}

span.anticor-line {
  width: 100%;
  height: 3px;
  display: block;
  background: linear-gradient(269deg, #000000 20%, #f7761f 50%, #000000 80%);
}

section.anticor-banner {
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  background-color: #0000008c;
  padding: 0;
}

section.anticor-banner video {
  position: relative;
  z-index: -1;
  margin-top: -7%;
}

section.anticor-banner h1 {
  font-size: 50px;
  text-align: right;
  position: absolute;
  right: 5%;
  top: 5%;
  width: 50%;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  /* font-family: 'Montserrat'; */
  font-weight: 700;
}

section.anticor-banner img {
  max-width: 15%;
  position: absolute;
  top: 5%;
  left: 5%;
}

section.anticor-info-text {
  background: linear-gradient(to top, #000000 50%, #00000000 100%);
  position: relative;
  margin-top: -250px;
  padding: 0;
}

section.anticor-info-text h2 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  width: 70%;
  margin-top: 80px;
  color: #f7761f;
}

section.anticor-info-text p {
  font-size: 18px;
  margin: 0;
  color: #fff;
  width: 70%;
  text-align: justify;
  /* font-family: 'Montserrat'; */
}

section.anticor-info-text ul {
  line-height: 1.7;
  font-size: 17px;
}

nav.anticor-menu {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  position: relative;
  padding: 50px 0 100px;
  flex-wrap: nowrap;
  background-color: #000000;
}

nav.anticor-menu a {
  padding: 15px 15px;
  text-decoration: none;
  color: #f7761f;
  background-color: #1f1f1f;
  background-image: linear-gradient(to bottom, transparent, transparent 50%, #f7761f 50%, #f7761f);
  background-position: 0 0;
  background-size: 100% 195%;
  transition: all .5s ease-in;
  margin: 0 30px;
  cursor: pointer;
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
}

nav.anticor-menu a:hover {
  text-decoration: none;
  color: #000;
  transition: .5s;
  background-position: 0 100%;
  background-size: 100% 200%;
}

img#topline {
  position: absolute;
  width: 100%;
  bottom: -1px;
}

img#topline_black {
  position: absolute;
  width: 100%;
  top: -1px;
}

section.anticor-cars-block {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  background: linear-gradient(0deg, #000000 0%, #383838 35%, #000000 100%);
  
}

section.anticor-cars-block .order {
  margin-top: 35px;
}

.cars-block-background {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  z-index: 0;
  max-width: 1018px;
}

section.anticor-cars-block .cars-block__img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}

div.all-cars {
  display: flex;
  width: 90%;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: baseline;
}

section.anticor-cars-block h1 {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

section.anticor-cars-block div.car {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section.anticor-cars-block div.car img {
  width: 80%;
}

span.car-name {
  display: none;
}

section.anticor-cars-block p.price {
  font-size: 18px;
  position: relative;
  cursor: pointer;
  margin-left: 35px;
}

@media screen and (max-width:690px) {
  section.anticor-cars-block p.price {
    margin-left: 60px;
    margin-right: 35px;
  }
}

section.anticor-cars-block p.price span {
  color: #fff;
  /* font-family: 'Montserrat'; */
}

.menu-description {
  margin: 0;
  width: 100%;
  position: relative;
  background-color: #000000;
  padding: 50px 0;
}

.menu-description .description__wrapper {
  display: flex;
  width: 90%;
  flex-wrap: wrap;
  max-width: 1360px;
}
.menu-description .decription__img{
  min-width: 330px;
  height: auto;
  justify-content: center;
}

.menu-description .decription__img img{
  height: 330px;
  width: auto;
  margin: 0 auto;
}

.gallery__img {
  width: 300px;
  height: auto;
}

@media screen and (max-width:400px){
  .gallery__img {
    width: 100%;
    height: auto;
  }
}

.menu-description .description__header {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
}

img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 710px) {
  .menu-description .description__header {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

.description-gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.description-gallery img{
  padding-bottom: 20px;
}

.menu-description .description__text {
  display: flex;
  align-items: center;
}

.menu-description .description__text p {
  color: #fff;
  /* font-family: 'Montserrat'; */
  text-align: center;
}


section.anticor-options h1 {
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
}

section.anticor-cars-block p.price span::before {
  height: 15px;
  width: 15px;
  border: 2px solid #f7761f;
  border-radius: 100%;
  left: -30px;
  margin-top: 3px;
  content: "";
  position: absolute;
  background-color: #00000000;
  box-shadow: inset 0px 0px 0px 2px #00000000;
}

section.anticor-cars-block p.price span.active {
  color: #f7761f;
  font-weight: bold;
}

section.anticor-cars-block p.price span.active::before {
  background-color: #f7761f;
  box-shadow: inset 0px 0px 0px 2px #333;
}

section.anticor-cars-block span.old,
form#anticorform span.old {
  text-decoration: line-through;
  font-size: 16px;
}

section.anticor-cars-block button.order {
  border: none;
  background-color: #f7761f;
  color: #000;
  font-size: 15px;
  padding: 15px 40px;
  text-transform: uppercase;
  transition: 0.5s;
  cursor: pointer;
  /* font-family: 'Montserrat'; */
}

section.anticor-cars-block button.order:hover,
form#anticorform button[type="submit"]:hover {
  background-color: #e75d00;

  transition: 0.5s;
}

section.anticor-from-order {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  align-self: center;
  display: none;
}

section.anticor-from-order.active {
  display: flex;
}

form#anticorform {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 400px !important;
  justify-content: center;
  align-items: center;
  margin: 0;
  background-color: #fff;
  padding: 20px 20px 10px 20px;
  border-radius: 35px;
  box-shadow: 1px 2px 20px 3px #000;
}

a.button-close {
  position: absolute;
  top: 25px;
  right: 25px;
  background-color: #f7761f;
  height: 25px;
  width: 25px;
  font-size: 20px;
  border-radius: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  transform: rotate(45deg);
  cursor: pointer;
}

form#anticorform div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: flex-start;
  margin-left: 30px;
}

form#anticorform span {
  margin: 10px 0;
}

span.name-model-car,
span.price {
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
}

form#anticorform span.price {
  color: green;
}

input#theme,
input#anticor {
  display: none;
}

input#phone,
input#model {
  border: none;
  border-radius: 10px;
  background-color: #ececec;
  color: #000;
  width: 90%;
  font-weight: bold;
}

form#anticorform button[type="submit"] {
  width: auto;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 16px;
  background-color: #f7761f;
  ;
  transition: 0.5s;
}

div.otvet a.button-close {
  position: relative;
  top: -45px;
  right: 45px;
}

section.anticor-advantages {
  position: relative;
  background-color: #000000;
  padding: 50px 0;
}

section.anticor-advantages .advantages__video-block {
 width: 100%;
 box-sizing: border-box;
} 

.anticor-advantages .advantages__video {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

section.anticor-advantages .gray-bg {
  color: #fff;
  background: none;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
}

.col-md {
  max-width: 1263px;
}

.fa {
  background-color: #3330 !important;
  font-size: 30px !important;
  width: 35px !important;
}

span.ns-grat-text {
  font-size: 18px;
  line-height: 3em;
}

section.anticor-advantages h3 {
  font-size: 40px;
  color: #fff;
}

section.anticor-advantages h3 b {
  /* font-family: 'Montserrat'; */
  font-weight: 700;
}

section.anticor-options {
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  background-color: #000;
}

section.anticor-options div {
  width: 35%;
  display: flex;
  flex-direction: column;
}

div.first-processing {
  margin-right: 20px;
}

section.anticor-options details summary::-webkit-details-marker,
section.anticor-answer details summary::-webkit-details-marker {
  display: none;
}

section.anticor-options details[open] summary~* {
  animation: sweep 1s ease-in-out;
  color: #fff;
  /* font-family: 'Montserrat'; */
}

section.anticor-options details>summary {
  list-style: none;
  font-size: 18px;
  background-color: #1f1f1f;
  padding: 25px 20px;
  color: #f7761f;
  margin: 5px 0;
  cursor: pointer;
  border-left: 5px solid #f7761f;
  background-image: linear-gradient(to left, transparent, transparent 50%, #f7761f 50%, #f7761f);
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: all .25s ease-in;
  outline: 0;
  position: relative;
  /* font-family: 'Montserrat'; */
}

section.anticor-options details>summary:hover,
section.anticor-options details[open] summary {
  color: #000;
  transition: all .25s ease-in;
  background-position: 0 0;

}

section.anticor-options details summary:before {
  content: "+";
  margin-right: 8px;
  font-weight: bold;
  font-size: 22px;
}

section.anticor-options details[open] summary:before {
  content: "-";
  font-weight: bold;
}

section.anticor-options summary:after,
section.anticor-answer summary:after {
  right: 0.3em;
  color: transparent;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNTkgOC41OUwxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=") no-repeat 50% 50% / 1.5em 1.5em;
  width: 32px;
  height: 25px;
  content: "";
  position: absolute;
  transition: transform 0.5s;
}

section.anticor-options details[open]>summary:after,
section.anticor-answer details[open]>summary:after {
  transform: scale(1, -1);
}

section.anticor-answer {
  align-items: center;
  position: relative;
  background-color: #000000;
}

section.anticor-answer ul {
  padding-inline-start: 40px;
}


section.anticor-answer h1 {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

section.anticor-answer details {
  padding: 30px;
  margin-bottom: 5px;
  background-color: #1b1b1b;
  width: 65%;
  position: relative;
  font-size: 20px;
  transition: 0.5s;
  color: #fff;
  cursor: pointer;
}

section.anticor-answer summary:after {
  right: 20px;
  border-radius: 5px;
  border: 1px solid #f7761f;
  background-color: #f7761f;
  width: 30px;
  height: 30px;
  top: 23px;
  transition: 0.5s;
}

section.anticor-answer details[open],
section.anticor-answer details:hover {
  box-shadow: 0px 1px 20px 0px #c5c5c594;
  transition: 0.5s;
}

section.anticor-answer details:hover summary:after,
section.anticor-answer details[open] summary:after {
  transition: 0.5s;
}

section.anticor-answer details p {
  font-size: 18px;
  margin-top: 30px;
  /* font-family: 'Montserrat'; */
}

section.anticor-answer details>summary {
  list-style: none;
  /* font-family: 'Montserrat'; */
}

.anticor-answer ul{
  color: #fff;
  font-size: 18px;
  line-height: 1em; 
  list-style: none;
}

.anticor-answer ul li {
  padding: 5px 15px;
  line-height: 1.5em;
  position: relative;
}

.anticor-answer ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  top: 13px;
  background-color: #f7761f;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}


footer {
  display: none;
  background-color: #000000;
}

p.footnote {
  /* font-family: 'Montserrat'; */
  color: #fff;
  background-color: #000000;
  width: 60%;
  margin: 40px auto;
}

form h2 {
  color: #000;
}

#akcia_desc,
.results.hidden .container {
  width: 100%;
  margin: 0 auto;
  background-color: #000;
}

section.anticor-order-button {
  padding: 0;
  justify-content: flex-end;
  align-items: flex-end;
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: -1;
  opacity: 0;
  transition: 1s;
}

section.anticor-order-button.active {
  display: flex;
  z-index: 9;
  opacity: 1;
  transition: .5s;
}

section.anticor-order-button a {
  text-decoration: none;
  color: #f7761f;
  font-size: 18px;
  background-color: #1b1b1b;
  padding: 10px 30px;
  box-shadow: 0px 0px 10px #6969696c;
  border: 1px solid #f7761f;
  transition: 0.5s;
  animation: order-button 2s infinite ease-in-out;
  position: relative;
  z-index: 9;
}

section.anticor-order-button a:hover {
  background-color: #f7761f;
  color: #000;
  box-shadow: 0px 0px 10px 5px #69696928;
  transition: 0.5s;
}

@media screen and (max-width: 1400px) {
  section.anticor-banner video {
    margin-top: 0;
  }

  section.anticor-banner h1 {
    font-size: 45px;
  }

  section.anticor-info-text h2 {
    font-size: 22px;
  }

  section.anticor-info-text p {
    font-size: 16px;
  }

  nav.anticor-menu a,
  span.ns-grat-text {
    font-size: 15px;
    line-height: 1em;
  }

  section.anticor-advantages h3,
  section.anticor-options h1,
  section.anticor-cars-block h1 {
    font-size: 30px;
    
  }

  section.anticor-options details>summary {
    font-size: 16px;
    padding: 20px 15px;
  }
}

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

  main,
  input#phone {
    width: 100%;
  }

  nav.anticor-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0 0;
  }

  nav.anticor-menu a {
    padding: 20px 15px;
    margin: 15px 0;
    width: 50%;
    font-size: 16px;
  }

  section.anticor-info-text {
    background: linear-gradient(to top, #000000 60%, #00000000 90%);
    margin-top: -200px;
  }
}

@media screen and (max-width: 800px) {
  body {
    overflow-x: hidden;
    background-color: #000;
  }

  section.anticor-options details>summary {
    font-size: 15px;
  }

  section.anticor-banner h1 {
    font-size: 20px;
    width: 70%;
  }

  nav.anticor-menu {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
  }

  nav.anticor-menu a,
  section.anticor-options div,
  section.anticor-cars-block div.car {
    width: 70%;
  }

  section.anticor-answer details {
    width: 80%;
    font-size: 16px;
  }

  section.anticor-info-text h2 {
    font-size: 18x;
    text-align: center;
    font-weight: bold;
    width: 85%;
    margin-top: 40px;
    color: #f7761f;
  }

  section.anticor-banner img {
    max-width: 10%;
  }

  .fa {
    font-size: 20px !important;
    width: 20px !important;
  }

  section.anticor-advantages h3,
  section.anticor-options h1,
  section.anticor-cars-block h1 {
    font-size: 25px;
  }

  nav.anticor-menu a {
    background-size: 100% 210%;
  }
}

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

  section.anticor-order-button {
    align-items: center;
    justify-content: center;
    bottom: 20px;
    right: 0;
  }

  section.anticor-cars-block div.car,
  section.anticor-options div {
    width: 95%;
  }

  section.anticor-options h1,
  section.anticor-answer h1,
  section.anticor-cars-block h1 {
    padding: 0;
    text-align: center;
  }

  section.anticor-banner video {
    width: 100%;
    height: auto;
  }

  section.anticor-answer details>summary {
    padding-right: 50px;
    font-size: 13px;
  }

  section.anticor-answer details {
    width: 75%;
  }

  div.first-processing {
    margin-right: 0;
  }

  section.anticor-cars-block {
    justify-content: center;
  }

  section.anticor-answer {
    padding: 50px 0 100px;
  }

  section.anticor-cars-block div.car img {
    width: 100%;
  }

  section.anticor-info-text {
    background: linear-gradient(to top, #000000 80%, #00000000 100%);
    margin-top: -75px;
  }
}

@media screen and (max-width: 350px) {
  section.anticor-banner h1 {
    font-size: 17px;
    width: 65%;
  }
}