body {
  min-width: 320px;
}

.container {
  max-width: 1170px;
  padding: 0;
}

.row {
  padding: 0;
}

#sp-header.lg-header {
  box-shadow: none;
}

#sp-header-topbar .container-inner {
  border-bottom: none;
}

#sp-header-topbar {
  padding: 15px 0px;
  background-image: url(../../../images/pattern6.png);
  background-repeat: no-repeat;
  background-position: -50px 0;
  background-color: #171818;
}

#sp-main-body {
  padding: 10px 0;
}

#sp-component {
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
}
#sp-bottom {background: url(../images/pattern4.png) top center repeat-x;}
/*************** HEADER ***********************/
.burger-icon>span {
  background-color: #fff;
}

.top-gold,
#up-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-gold a:last-child {
  margin-left: 20px;
}

#up-info ul {
  color: red;
  font-size: 12px;
  list-style-type: none;
  margin-bottom: 0;
  text-align: right;
  margin-right: 5px;
}

#up-info a {
  color: #fff;
  margin-right: 3px;
}

.poscenter ul {
  list-style-type: none;
  margin-bottom: 0;
}

.poscenter i {
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
}

.top-email a {
  font-size: 16px;
  color: #fff !important;
}

.top-email a:hover {
  color: #ec430f !important;
}

.top-phone {
  font-size: 23px;
  font-weight: bold;
  color: #fff !important;
}

.top-phone:hover {
  color: #ec430f !important;

}

.article-details ul li {margin-bottom:10px;}

/****************** MENU ********************/
#sp-header {
  background-image: url(../../../images/menu-bg.png);
  background-color: #000;
  background-position: 100% 0;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  height: 56px;
  margin: 0;
}

.sp-megamenu-parent>li>a {
  padding: 0px 12px;
  color: #fff;
  text-transform: uppercase;
}

.sp-menu-item.current-item.active {
  height: 58px;
  border-bottom: 2px solid #ff4747;
  border-radius: 0 0 2px 2px;
}

.sp-menu-item.sp-has-child.active .current-item.active {
  height: auto;
  border-bottom: 2px solid #ff4747;
  border-radius: 0 0 2px 2px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #000;
  border: 1px solid #fff;
  border-radius: 10px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  color: #fff;
}

/********************** SLIDESHOW *******************/

#sp-slideshow {
  margin: 0 0 10px 0;
}

#tech {
  margin: 40px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#tech span {
  font-weight: bold;
  font-style: italic;
}

.big-banner img {
  margin: 0px auto;
}

/************* METALLOISKATELI SLIDESHOW ****************/
.header {
  display: flex;
  opacity: 0.3;
}

.header-pro {
  font-weight: bold;
  font-size: 120px;
  text-transform: uppercase;
}

.header-text {
  margin-top: 40px;
  align-self: flex-start;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.xmod-wrap {
  display: flex;
  flex-wrap: wrap;
}
#gold .xmod-wrap {
  margin-top: -110px;
}
#x-terra .xmod-wrap {
  margin-top: -50px;
}
#pro .xmod-wrap {
  margin-top: -50px;
}
#gofind .xmod-wrap {
  margin-top: -100px;
}

.xmod {
  margin: 10px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-basis: 23%;
  height: 250px;
}

.text {
  align-self: flex-end;
  position: relative;
  margin-top: -20px;
  text-align: right;
}

.text br {
  display: none;
}

.xmod .xxx {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #fff;
  text-align: center;
  position: relative;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  font-size: 13px;
  margin: -120px auto 0 auto;
  border-radius: 10px;
  width: 130px;
  height: 100px;
  background: rgba(255, 71, 71, 1);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

#gofind .xmod .xxx {
  margin: -120px 40px 0 0;
}

#gold .xmod .xxx {
  background: rgba(253, 224, 54, 1);
}

#gold .xmod .xxx a {
  color: #000;
}

#gold .xmod .xxx {
  margin: -155px 40px 0 0;
}

#gold .xmod .model {
  font-size: 24px;
  color: #d24040;
}

.xmod .model {
  text-transform: uppercase;
}

.xmod .xxx a {
  display: block;
  color: #fff;
  font-size: 13px;
}

.xmod .xxx a:first-child {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.xmod .xxx hr {
  margin: 5px 0px;
}

.xmod .xxx a:not(a:first-child) {
  margin: 3px 0px;
}

.name {
  display: block;
  font-family: 'Play', serif;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}

.model {
  margin-top: -10px;
  display: block;
  font-family: 'Play', serif;
  font-size: 27px;
  color: #000;
  font-weight: bold;
}

.text-coil {
  text-align: right;
  margin-top: 10px;
  color: #000;
  font-weight: bold;
  align-self: flex-end;
}

.text-coil span:first-child {
  font-size: 23px;
}

.text-coil span:last-child {
  text-transform: uppercase;
  font-size: 18px;
}

.xmod .hidden-link {
  display: none;
  position: absolute;
  bottom: 50px;
  right: 0;
  padding: 3px 8px;
  margin-right: -5px;
  border-radius: 20px;
  background-color: red;
  color: #fff;
  font-size: 13px;
  border-left: 2px solid #666;
  border-right: 2px solid #666;
}

#gofind .xmod .hidden-link {
  bottom: 75px;
}
#gold .xmod .hidden-link {
  color: #333;
  background-color: rgba(253, 224, 54, 1);
}


@media (min-width: 992px) {
  .xmod:hover .name {
    color: #ff4747;
  }

  #gold .xmod:hover .name {
    color: #cf8a04;
  }

  .xmod:hover .xxx {
    opacity: 1;
  }

  .xmod:hover .xxx a:hover:not(a:first-child) {
    color: #666;
  }

  #gold .xmod:hover .xxx a:hover:not(a:first-child) {
    color: #cf8a04;
  }

  .xmod:hover .xxx a:first-child:hover {
    text-decoration: underline;
  }
}

/* METALLOISKATELI CATEGORY */
#md-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 30px);
  border: 1px solid #f8d3d3;
  border-bottom: 1px solid #e98585;
  border-radius: 7px;
  padding: 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

#md-top .thumbnail {
  border: none;
}

#md-top .price {
  display: block;
  font-weight: bold;
  font-size: 100%;
  color: #666;
  margin-bottom: 10px;
}

#md-top strong {
  font-weight: bold;
}

#md-top div {
  flex-basis: 80%;
}

.readmore a {
  position: relative;
  padding: 1px 10px;
  margin-left: 5%;
  color: #fff !important;
  border: 0;
  border-bottom: 3px solid #750202;
  display: inline-block;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 1px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  background-color: #a72525;
  background-image: -moz-linear-gradient(top, #db3434, #a72525);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#db3434), to(#a72525));
  background-image: -webkit-linear-gradient(top, #db3434, #a72525);
  background-image: -o-linear-gradient(top, #db3434, #a72525);
  background-image: linear-gradient(to bottom, #db3434, #a72525);
  background-repeat: repeat-x;
}


@media (min-width: 992px) {
  #md-top:hover {
    box-shadow: 0 5px 10px #cecece;
    border: 1px solid #ff4747;
  }

  .readmore a:hover {
    padding-top: 3px;
    border-bottom: 1px solid #750202;
    background-color: #db3434;
    background-color: #a72525;
    background-image: -moz-linear-gradient(top, #db3434, #a72525);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#db3434), to(#a72525));
    background-image: -webkit-linear-gradient(top, #db3434, #a72525);
    background-image: -o-linear-gradient(top, #db3434, #a72525);
    background-image: linear-gradient(to bottom, #db3434, #a72525);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb3434', endColorstr='#ffa72525', GradientType=0);
    color: #fff;
  }
}

/******************** SINGLE PAGE ********************/
#md h1 {
  font-weight: bold;
}

.price {
  font-family: 'Play', serif;
  font-size: 36px;
  color: #ee2d24;
  display: flex;
  align-items: center;
}

.price span {
  margin-left: 15px;
  font-size: 18px;
}

#md img {
  min-width: 41px;
}

#md .price a:first-child {
  margin: 0 20px;
}

#md .price a:nth-child(2) {
  margin-right: 20px;
}

#md table td {
  border: 1px solid #cecece;
  padding: 3px;
}

@media (min-width: 992px) {
  #md table tr:hover td {
    border: 1px solid #171818;
  }

  #md table tr:hover {
    background: #171818;
    color: #fff;
  }
}

.video {
  max-width: 600px;
  margin: 20px auto;
}

/********************* ASIDE *****************************/
#sp-right h2 {
  font-family: 'Play', serif;
  font-size: 24px;
  font-weight: bold;
  color: #666;
}

#sp-right .sp-module ul {
  margin-left: 20px;
  list-style-type: disc;
}

#sp-right .sp-module ul li {
  height: 25px;
  display: list-item;
}

#sp-right .sp-module ul li a {
  color: #c91006;
  transition: all 0.2s ease-in-out;
}

#sp-right .sp-module ul li a:hover {
  color: #666;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

/******************* DEALERS *******************/
#dealer h1 {
  margin-bottom: 25px;
}

.zoomin img {
  cursor: url(../../../media/plg_content_mavikthumbnails/images/zoomin.cur), pointer !important;
}

.thumbnail {
  display: inline-block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#dealer a:hover {
  color: #515151;
}

#dealer span {
  display: block;
}

#dealer .skype span {
  display: inline-block;
}

#dealer .email {
  display: flex;
}

#dealer .email b {
  margin-right: 5px;
}

#dealer .info {
  margin: 15px 0px;
}

/************************ COILS **************************/
#coil table {
  width: 100%;
}

#coil table tr {
  padding: 10px 0;
  border: 1px solid #fff;
  border-bottom: 1px solid #cecece;
}

#coil .name {
  padding: 10px;
  margin-right: 20px;
  font-family: 'Play', serif;
  font-size: 15px;
  font-weight: 500;
  width: 220px;
  color: #171818;
}

#coil table tr td:last-child {
  width: 130px;
}

#coil table td {
  padding: 4px;
}

#coil .name price {
  display: inline-block;
  padding-top: 5px;
  font-size: 20px;
  color: #ff4747;
  text-align: right;
  border-top: 1px solid #f2f2f2;
  font-style: italic;
}

#coil .price {
  display: block;
}

#coiltek .thumbnail,
#minelab .thumbnail {
  border: none;
}

#coiltek .btn {
  padding: 5px 10px;
  font-size: 14px;
  font-style: normal;
}

#coiltek h2,
#minelab h2 {
  border-bottom: 1px solid #ff4747;
}

.recom-price {
  margin-top: -10px;
  text-align: right;
}

@media (min-width: 992px) {
  #coil table tr:hover {
    background: #f2f2f2;
    border: 1px solid #cecece;
    color: #171818;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
}

/* AKSESSUARS */
.aks .thumbnail {
  border: none;
}

.aks-wrap {
  display: flex;
  flex-wrap: wrap;
}

.aks .price {
  font-size: 24px;
}

.aks .desc {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
}

.aks {
  margin: 10px;
  padding: 15px 10px;
  flex-basis: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #d6caca;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .aks:hover {
    box-shadow: 0 5px 5px 3px #cecece;
    border-bottom: 1px solid #ff4747;
    transition: all 0.3s ease-in-out;
  }
}

/************************* DILLERS ************************/
#map h2 {
  font-size: 26px;
}

#list-gorod {
  display: flex;
  justify-content: space-between;
  font-family: 'Play', serif;
  padding: 15px 0 15px;
}


#list-gorod ul li {
  width: 210px;
}

#list-gorod ul li {
  padding: 5px 10px 5px 0;
  font-weight: bold;
}

#list-gorod ul li a {
  font-size: 125%;
  color: #555;
  padding: 0 1px 0 0;
  text-shadow: 2px 2px #fff;
}

#list-gorod ul li a:hover {
  color: #ff2b2b;
  padding: 0 0 0 1px;
}

/*************************** OPT **************************/

.opt-sales a {
  color: #ff2b2b !important;
}

.opt-sales a:hover {
  color: #515151 !important;
}

.opt-site {
  width: 100%;
  text-align: center;
}

.btn-large {
  padding: 20px 40px;
  font-size: 26px;
}


.webfactor_green .ajaxWebfactorForm .fields input,
#textarea5275,
#textarea5279 {
  text-align: left;
  padding: 10px 20px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  border: 1px solid rgb(194, 193, 193) !important;
  border-radius: 15px;
}

#submit275,
#submit279 {
  text-decoration: none;
  display: block;
  width: 40%;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  margin: 20px auto 0;
  font-family: 'Jura', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 600;
  color: rgb(56, 55, 55);
  background: #ee6f49;
  border-bottom: #8f2302;
  box-shadow: 0 15px 20px rgba(41, 92, 233, 0.4);
  transition: .3s;
}

#submit275:hover,
#submit279:hover {
  background: #ec430f;
  box-shadow: 0 12px 15px rgba(34, 230, 197, 0.1);
  color: rgb(245, 235, 235);
  transform: translateY(5px);
}

.webfactor_ok-status275,
.webfactor_ok-status279 {
  margin: 20px;
  padding: 50px;
  border: 1px solid #515151;
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
}

#webfactor_static_form-279 .webfactor_predtext {
  display: none;
}

/******************** MY SEARCH ********************/
#valid a:hover {
  color: #515151;
}

#valid #myform {
  border: 1px dashed #bbb;
  border-right: 3px solid #bbb;
  display: flex;
  padding: 20px 10px;
  background-color: #e3f3ff;
  border-radius: 5px;
}

#myform div {
  display: flex;
  align-items: center;
}

input[type=button] {
  margin-left: 20px;
}
.valid-now input[type=button] {margin-left: 0;}

.second_info {
  margin-top: 20px;
}

.newsearch.btn.btn-success {
  color: #fff;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

#valid #result h4.redmessage {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 15px 0 0 20px;
  text-align: center;
}

#valid #result h4.redmessage.contr {
  float: left;
  width: 185px;
  height: 55px;
  border-radius: 10px 0 10px 10px;
  margin: 0 20px 10px 0;
  background: #e21a1a url(../../../images/contr.png) 10px 50% no-repeat;
}

#valid #result p.contr {
  font-size: 19px;
  color: #e21a1a;
  text-align: left;
  margin-bottom: 50px;
}

#valid #result h4.bluemessage {
  float: left;
  width: 210px;
  height: 50px;
  border-radius: 10px 10px 10px 0;
  background: #758e11 url(../../../images/valid.png) 10px 50% no-repeat;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 15px 0 0 20px;
  margin: 0 20px 10px 0;
  text-align: center;
}

#valid #result p {
  font-size: 17px;
  color: #758e11;
}

#valid table.tabvalid {
  border-collapse: collapse;
  border: 0;
  border-bottom: 1px solid #758e11;
  text-align: center;
  width: 100%;
  margin: 0 10px 20px 0;
}

#valid table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
#valid table.tabvalid .vmodel, #valid table.tabvalid .number {font-weight:700;}


/*************************** POPUP FORM *******************/
.webfactor_modal_form.webfactor_default {
  width: 450px;
  border: 1px solid;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -225px;
  display: none;
  opacity: 0;
  z-index: 100000;
  padding: 5px 10px 0px;
}

.webfactor_default .webfactor_go {
  padding: 9px 15px;
  display: block;
  max-width: 450px;
  text-align: center;
  text-decoration: none;
  border-bottom: none;
  border-radius: 5px;
  background-color: #a72525;
  color: #fff;
  font-size: 14px;
  transition: .3s;
  cursor: pointer;
}

.webfactor_default .webfactor_go:hover,
.webfactor_default .webfactor_go:focus {
  border-bottom: none;
  background-color: #dd4545;
  border-color: none
}

.webfactor_default .ajaxWebfactorForm .popup-form input,
.webfactor_default .ajaxWebfactorForm .popup-form select,
#textarea5278 {
  text-align: left;
  padding: 10px 20px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  border: 1px solid rgb(194, 193, 193) !important;
  border-radius: 10px;
}

.webfactor_default .webfactor_predtext {
  color: red;
}

#ajax_webfactor_form278 p,
#ajax_webfactor_form278 legend {
  color: red;
}

#submit278 {
  text-decoration: none;
  display: block;
  width: 40%;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  margin: 5px auto 10px;
  font-family: 'Jura', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 500;
  color: rgb(56, 55, 55);
  background: #ee6f49;
  border-bottom: #8f2302;
  box-shadow: 0 15px 20px rgba(41, 92, 233, 0.4);
  transition: .3s;
}

#submit278:hover {
  background: #ec430f;
  box-shadow: 0 12px 15px rgba(34, 230, 197, 0.1);
  color: rgb(245, 235, 235);
  transform: translateY(5px);
}

.webfactor_ok-status278 {
  margin: 30px;
  padding: 50px;
  border: 1px solid rgb(1, 207, 1);
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
}

/************************* INSTRUCTS ******************/
.instruct ul li a {
  display: flex;
  align-items: center;
}

.instruct ul li a:hover {
  color: #515151;
}

.instruct ul {
  list-style-type: none;
}


/************************** BOTTOM ********************/

#sp-banner-bottom {
  margin: 15px auto 15px;
}

.van-banner img {
  margin: 0px auto 30px;
}


#sp-bottom {
  padding: 10px;
  background-color: #000;
}

#sp-bottom1,
#sp-bottom2,
#sp-bottom3,
#sp-bottom4 {
  align-self: center;
}

#logo-bottom {
  display: flex;
  align-items: center;
  text-align: right;
}

#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 20px;
  margin: 0px;
  color: #fff;
}

#sp-footer a,
#sp-bottom a {
  color: #fff;
}

#sp-bottom .sp-module ul>li {
  display: block;
  margin-bottom: 0px;
}

#sp-bottom .sp-module ul>li a {
  transition: all 0.3s ease-out;
}

#sp-bottom .sp-module ul {
  padding: 10px 0px 5px;
}

#sp-bottom .sp-module ul>li:hover a {
  padding-left: 12px;
  color: #666 !important;
  transition: all 0.3s ease-out;
}

#sp-bottom .sp-module {
  margin-bottom: 0px;
}

#logo-bottom {
  text-align: right;
  display: flex;
  align-items: center;
}

#logo-bottom img {
  margin-top: -10px;
}

#logo-bottom span {
  color: #c91006;
}

#logo-bottom a {
  font-size: 23px;
  font-weight: bold;
  color: #fff !important;
}

#logo-bottom a:hover {
  color: #c91006 !important;
}

.sp-scroll-up {
  background-color: #fff;
  height: 45px;
  width: 45px;
  bottom: 100px;
  right: 15px;
  overflow: hidden;
  z-index: 40;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
}

.sp-scroll-up:hover {
  background-color: rgba(255, 71, 71, 0.6);
}

.sp-scroll-up img {
  margin-top: -5px;
}

.sp-scroll-up:active,
.sp-scroll-up:focus {
  color: #fff;
  background: none;
}
body.ltr .close-offcanvas {
  right: 5px;
}
.close-offcanvas {
  top: 5px;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
  width: 20px;
  border: 1px solid rgba(37, 37, 37, 0.5);
  border-radius: 50%;
  text-align: center;
}

/******************** VIDEO  *****************/
.video {
  max-width: 600px;
}
.video iframe {
  max-width: 600px!important;
}

#info-pages a:hover {
  color: #515151;
}


/******************* FOOTER *****************/
#sp-footer {
  background: #c91006 url(../../../images/footer1-bg.jpg) 100% 50% no-repeat;
  color: #000;
}
#sp-footer a:hover {
  color: #999999;
}
#sp-footer .container-inner {
  padding: 10px 0;
  border-top: none;
}

.sp-copyright {
  font-size: 12px;
}

.sp-copyright>a>img {
  display: inline-block;
}

#sp-footer2 .custom a {
  font-size: 12px;
}

/* OFFCANVAS */
.offcanvas-menu .offcanvas-inner ul.menu>li:first-child {
  display: none;
}

/************************ MEDIA QUERIES ***********************/
@media (max-width: 1200px) {

  .sp-megamenu-parent .sp-menu-item:first-child,
  .sp-megamenu-parent .sp-menu-item:nth-child(6) {
    display: none;
  }

  #logo-bottom {
    display: flex;
    flex-direction: column;
  }

  #sp-footer {
    padding: 0px 10px;
  }

  #sp-main-body {
    padding: 20px;
  }

  #tech {
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header-pro {
    font-size: 100px;
  }

  #sp-right .sp-module {
    margin-left: 0px;
  }

  #sp-left .sp-module,
  #sp-right .sp-module {
    padding: 30px 0px;
  }
}

@media (max-width: 1100px) {
  .aks {
    flex-basis: 30%;
  }

}

@media (max-width: 1000px) {
  .xmod {
    flex-basis: 45%;
  }
}

@media (max-width: 992px) {
  #sp-header-topbar .container-inner {
    padding-bottom: 0px;
  }

  #sp-header {
    height: 0px;
  }

  .logo-image {
    margin-left: 10px;
    height: 78px !important;
  }

  #sp-header,
  #sp-header .row {
    position: static !important;
  }

  .burger-icon {
    z-index: 9999;
    position: absolute;
    top: 30px;
    right: 30px;
  }

  .top-phone {
    font-size: 20px;
  }

  #up-info img {
    display: none;
  }

  #sp-bottom .container {
    max-width: 500px;
  }

  #sp-bottom1,
  #sp-bottom2 {
    margin-bottom: 30px;
  }

  #logo-bottom {
    text-align: left;
  }

  #logo-bottom img {
    margin-top: 15px;
  }

  .xmod .hidden-link {
    display: block;
  }

  #sp-right .sp-column {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  #sp-right .sp-module {
    margin-top: 0;
    margin-left: 20px;
  }

  #sp-footer {
    background-size: cover;
    color: #000;
  }

  #list-gorod {
    width: 650px;
    margin: 30px auto 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  #list-gorod ul {
    margin: 0 !important;
    margin-right: 0 !important;
    width: 46%;
  }

  #list-gorod ul li {
    width: 100%;
  }

  #list-gorod ul:nth-child(1) {
    order: 1;
  }

  #list-gorod ul:nth-child(2) {
    order: 3;
  }

  #list-gorod ul:nth-child(3) {
    order: 2;
  }

  #list-gorod ul:nth-child(4) {
    order: 4;
  }

  .header-text {
    display: none;
  }

  #sp-right .sp-module {
    margin-left: 0px;
  }
  #sp-right .sp-module {
    padding: 10px 0px;
  }

  .elem-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .elem {
    margin: 10px;
    flex-basis: 30%;
    height: auto;
  }


}

@media (max-width: 767px) {
  h1 {
    font-size: 28px !important;
  }

  h2 {
    font-size: 24px !important;
  }

  #sp-top3 {
    margin-top: 20px;
  }

  #sp-top3 .sp-module {
    width: 100%;
  }

  #up-info {
    width: 100%;
  }

  #up-info ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-left: 0;
  }

  #sp-bottom1,
  #sp-bottom2,
  #sp-bottom3,
  #logo-bottom {
    text-align: center;
  }

  #logo-bottom img {
    margin-left: -30px;
  }

  #sp-bottom3 img {
    margin: 0px auto;
  }

  #sp-bottom4 {
    margin-top: 15px;
  }

  #sp-footer1 {
    text-align: center;
  }

  #sp-footer2 {
    margin-top: 5px;
    justify-self: center;
  }

  .btn-large {
    padding: 10px 20px;
    font-size: 22px;
  }

  #valid #myform {
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    max-width: 400px;
    margin: 0px auto;
  }

  #valid #myform div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px;
  }

  .aks {
    flex-basis: 45%;
  }

  #coil .name {
    width: 120px;
  }

  #md .price {
    font-size: 23px;
  }
  
  .elem {
    flex-basis: 45%;
  }

  .elem h2 {
    font-size: 22px!important;
  }

}
@media (max-width: 680px) {
  .video {
    max-width: 100%;
  }
  .video iframe {
    width: 100%;
  }
}
@media (max-width: 630px) {
  #list-gorod {
    width: 60%;
  }

  #list-gorod ul {
    width: 100%;
  }

  #list-gorod ul li a {
    font-size: 20px;
  }

  #list-gorod {
    display: flex;
    flex-direction: column;
  }

  #list-gorod ul:nth-child(1) {
    order: 1;
  }

  #list-gorod ul:nth-child(2) {
    order: 2;
  }

  #list-gorod ul:nth-child(3) {
    order: 3;
  }

  #list-gorod ul:nth-child(4) {
    order: 4;
  }

  .dealer-card .tel {
    font-size: 11px;
  }

  .dealer-card .name {
    display: none;
  }
  .video iframe {
    height: 330px;
  }
}

@media (max-width: 576px) {
  #sp-top2 .blank {
    display: flex;
    justify-content: space-around;
  }

  .logo-image {
    height: 58px !important;
  }

  #up-info ul li:nth-child(2) {
    display: none;
  }

  #sp-top2 {
    margin-top: 15px;
  }

  #sp-top3 {
    margin-top: 5px;
  }

  .top-email a {
    font-size: 14px;
  }

  .top-phone {
    font-size: 16px;
  }

  h1 {
    font-size: 24px !important;
  }

  h2 {
    font-size: 22px !important;
  }

  #sp-component {
    font-size: 12px;
  }

  .btn-large {
    display: block;
    font-size: 16px;
  }

  #submit275,
  #submit279 {
    width: 100%;
  }

  #list-gorod ul li a {
    font-size: 16px;
  }

  #map img {
    height: 60px;
  }

  .aks .price {
    font-size: 14px;
  }

  #coil .name {
    font-size: 13px;
  }

  #coil table td:nth-child(2) {
    display: none;
  }

  #tech {
    flex-direction: column;
    align-items: center;
  }

  #tech div:last-child {
    margin-top: 10px;
  }

  #sp-slideshow {
    margin: 0px;
  }

  #sp-component {
    border: none;
  }

  .header-pro {
    font-size: 60px;
  }

  #x-terra .xmod-wrap,
  #pro .xmod-wrap {
    margin-top: -30px;
  }
  #gofind .xmod-wrap {
    margin-top: -80px;
  }
  #gold .xmod-wrap {
    margin-top: -70px;
  }

  #gold .xmod .hidden-link {
    bottom: 60px;
  }
  #md .price {
    flex-direction: column;
    align-items: center;
  }
  #md .price a:nth-child(2) {
    margin-right: 0px;
 }
  #md .price a {
    margin: 5px 0px;
  }
  .big-banner {
    margin: 20px 0px;
  }
  .webfactor_default {
    margin-left: 0;
  }
  .field-value prod-price {
  	font-size: 24px;
  	margin-right: 0px;
}
}

@media (max-width: 530px) {
  .elem-wrap {
    flex-direction: column;
  }
  .elem {
    margin: 0;
  }
}

@media (max-width: 510px) {
  #md-top {
    flex-direction: column;
  }
  .video iframe {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .aks {
    flex-basis: unset;
    width: 300px;
    margin: 10px auto 10px;
  }
  .video iframe {
    height: 270px;
  }
}

@media (max-width: 460px) {
  #sp-main-body {
    padding: 10px;
  }

  #valid #myform {
    padding: 10px;
  }

  #aksessuar h1 {
    font-size: 20px !important;
  }

  #md-top h2 {
    font-size: 18px !important;
  }

  .readmore a {
    font-size: 12px !important;
  }

  #sp-component {
    margin-bottom: 5px;
    padding: 10px;
  }

  #valid #result p {
    font-size: 13px;
  }

  #valid #result p.contr {
    font-size: 14px;
  }

  .xmod {
    flex-basis: 90%;
  }
  #gold .xmod .hidden-link {
    bottom: 50px;
  }
  .video iframe {
    height: 250px;
  }
  #md .price {
    font-size: 22px;
  }
  #md .price a, .webfactor_go {
    font-size: 13px;
  }
  .webfactor_default .webfactor_go {
    padding: 6px 9px;
  }
  .downl-instr a {
    font-size: 13px;
  }
  #tech .tech-slogan {
    font-size: 12px;
    text-align: center;
  }


}

@media (max-width: 400px) {
  #sp-top2 ul li:first-child {
    display: none;
  }

  #up-info ul li:nth-child(1) {
    display: none;
  }

  .logo-image {
    height: 48px !important;
  }

  .btn-large {
    font-size: 14px;
  }

  #list-gorod {
    width: 100%;
  }
  .video iframe {
    height: 220px;
  }
  #md p {
    font-size: 14px!important;
  }
}

.field-entry {
  display: none;
}
.webfactor_default {
  margin-left: 20px;
}
.price span {
  font-size: 34px;
  margin-right: 20px;
}