body {
  font-size: 18px;
}
a {
    outline: none;
    text-decoration: none;
    color: black;
}
p {
    font-size: 18px;
    line-height: 1.7;
}

.page-title h2 {
  font-size: 27px;
}

.page-title h3 {
 font-weight: 400; 
}

.page-title h4,
.page-title .welcome-text {
  font-size: 19px;
  font-weight: 400; 
}

.page-title h5 {
  font-size: 16px;
}

.swiper-button-prev,
.swiper-button-prev:focus,
.swiper-button-next,
.swiper-button-next:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.swiper-slide {
  padding: 0 48px;
}

.swiper-slide .video-height {
  min-height: 240px;
}

@media (min-width: 768px) {
  .page-title h2 {
    font-size: calc(1.325rem + .9vw);
  }

.page-title h3 {
    font-size: calc(1.275rem + .5vw);
    font-weight: 450;
  }


.page-title h4 {
    font-size: calc(1.275rem + .3vw);
    font-weight: 400;
  }
 
  .page-title .welcome-text {
    font-size: 18px;
  }

  .page-title h5 {
    font-size: 1.25rem;
  }
}

/* ↓ Header ↓ */

.tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.navbar {
  padding: 0px;
}

.navbar-color {
  background-color: #0b64c0;
}

.logo-link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.logo {
  width: 100%;
  font-weight: 700;
  padding: 0;
  color: white;
  font-size: 18px;
  line-height: 1.4;
}

.mobile-header {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
  color: white;
}

.mobile-header .mobile-logo-link {
  display: block;
  margin-bottom: 5px;
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.mobile-header .phone {
  color: #f9ff57;
  font-size: 20px;
  font-weight: 700;
}

.mobile-header .btn {
  padding: 3px 4px;
  margin-left: 11px;
  color: #f9ff57;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  border: 1px solid #f9ff57;
  border-radius: 5px;
}

.navbar-toggler {
  position: absolute;
  top: 39px;
  right: 12px;
}

@media (min-width: 768px) {
  .logo-link {
    display: inline-block;
    width: auto;
  }
  .logo {
    width: 200px;
    color: #f9ff57 !important;
    border: 2px solid #f9ff57;
    border-radius: 5px;
  }
}

.navbar-brand {
  color: #f9ff57;
}

.navbar-ul-block {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}

.ours-services-link {
  background-color: #f9ff57;
  padding: 10px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}

.ours-services-link:focus {
  background-color: #fff;
}

.dropdown {
  position: static;
}

.dropdown-restyled {
  margin: 0;
  left: 15%;
}

.dropdown-item {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-item img {
  width: 50px;
}

.ours-services-icon div {
  width: 15px;
  height: 2px;
  background-color: black;
  margin: 2px 0;
}

.ours-services-icon {
  margin-right: 3px;
}

.repairLinks {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  background-color: #fff;
  color: #212529;
  text-align: left;
  list-style: none;
  padding: 0.5rem;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  visibility: hidden;
}

.repairLinks > a {
  padding: 5px 0;
  text-decoration: none;
  color: #000;
}

.repairLinks > a::before {
 /* content: "»"; */
  margin-right: 5px;
  color: #33a5ff;
  display: none;
}

.repairLinks > a:hover {
  color: #33a5ff;
}

.repairLinks > a:hover::before {
  display: inline;
}

#repairLargeLinks:hover > .repairLinks {
  top: 8px;
  visibility: visible;
}

.dropdown-item {
  position: relative;
}

.dropdown-item:hover > .repairLinks {
  visibility: visible;
}

.nav-item,
.nav-link {
  color: #fff !important;
}

.nav-link {
  padding: 0;
}

.nav-link:hover {
  color: #ccc !important;
}

.phone {
  font-size: 20px;
}

.recall {
  margin-bottom: 4px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #f9ff57;
  color: #000;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-primary {
  background-color: #0b64c0;
}

/* ↑ Header ↑ */

/* ↓ Services links ↓ */

.icon-box a {
  text-decoration: none;
}

.icon-box a img {
  height: 100px;
  margin: 10px 0;
  max-width: 100%;
}

/* ↑ Services links ↑ */

/* ↓ Brief information ↓ */

.short-info {
  text-align: center;
  font-size: 24px;
}

.short-info div {
  padding: 10px 0;
}

.online-application {
  padding: 5px;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
.plug img{
    display: block;
    height: 100%;
    padding: 0 5px;
}
.bear-up {
  display: block;
  margin: 0 0 -55px 25px;
}

.online-application:hover .application-button {
  background-color: #258593;
  cursor: pointer;
}

.application-link {
  text-decoration: none;
}

.application-button {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background-color: #4baebe;
  border-radius: 5px;
}

.application-text {
  text-align: left;
  margin-left: 15px;
}

.bold-word {
  text-transform: uppercase;
  color: #f3c903;
  font-size: 24px;
  font-weight: bold;
}

.online-word {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}

/* ↑ Brief information ↑ */

/* ↓ Services cards ↓ */

.all-technics-type-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  height: 75px;
}

.card-body a {
  text-decoration: none;
  color: #000;
}

.card-body a::before {
 /* content: "»"; */
  margin-right: 5px;
  color: #33a5ff;
  display: none;
}

.card-body a:hover {
  color: #33a5ff;
}

.card-body a:hover::before {
  display: inline;
}

.all-technics-type-header img {
  width: 50px;
}

.all-technics-type-footer {
  margin-top: 10px;
}

.all-technics-type {
  text-decoration: none;
  border-bottom: 1px dashed #0b64c0;
}

.collapse-footer-body {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #f3f3f3;
  padding-top: 10px;
}

/* ↑ Services cards ↑ */

/* ↓ Reviews ↓ */

/*.video-height {
  min-height: 160px;
}*/

.video-padding {
  padding: 0 4px;
}

/* ↑ Reviews ↑ */

/* ↓ Teams ↓ */

.team-divider:not(:last-child):after {
  content: "";
  display: block;
  width: 25%;
  height: 1px;
  background-color: #ccc;
  margin: 25px auto;
}

/* ↑ Teams ↑ */

/* ↓ Appeal ↓ */

.welcome-text {
  text-align: justify;
}

/* ↑ Appeal ↑ */

/* ↓ Advantages ↓ */

.advantages-divider:not(:last-child):after {
  content: "";
  display: block;
  width: 25%;
  height: 1px;
  background-color: #ccc;
}
.advantages-divider img {
    width:45px;
    height: 45px;
}
.advantages-text {
  font-size: 20px;
}

/* ↑ Advantages ↑ */

/* ↓ Merit ↓ */

.styled-number {
  font-size: 65px;
  color: #23be9b;
}

.styled-text {
  font-size: 20px;
  font-weight: 500;
}

.styled-description {
  font-size: 20px;
}

/* ↑ Merit ↑ */

/* ↓ Documents ↓ */

.documents {
  width: 250px;
margin:20px 15px 10px 15px;
}
.docimg {
    display: block;
    height: 300px;
    width: 200px;
}

/* ↑ Documents ↑ */

/* ↓ Application form ↓ */

.application-create {
  background-image: url("../assets/images/main-page/application-background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.form-wrapper {
  padding: 20px;
  border: 5px solid #598fb4;
  border-radius: 5px;
}

.privacy-policy-link {
  color: #fff;
}

.privacy-policy-link:hover {
  color: #f9ff57;
}

.privacy-policy-button {
  background-color: #f9ff57;
  color: #000;
  border: 0;
}

.privacy-policy-button:hover {
  background-color: #cfd600;
  color: #000;
}

.privacy-policy-button:disabled {
  background-color: #f9ff57;
  color: #000;
  border: 0;
  opacity: 1;
}

/* ↑ Application form ↑ */

/* ↓ Workshop addresses ↓ */

.media-links a {
  text-decoration: none;
}

.social-icons {
  width: 25px;
}

.address-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.address-link {
  text-decoration: none;
  color: #000;
  text-align: center;
  margin-top: 15px;
}

/* ↑ Workshop addresses ↑ */

/* ↓ About workshop ↓ */

.about-our-center {
  background-color: #f2f2f2;
}

.about-links a {
  text-decoration: none;
  color: black;
}

.about-links a::before {
 /* content: "»"; */
  display: inline;
  margin-right: 5px;
  color: #33a5ff;
  display: none;
}

.about-links a:hover {
  color: #33a5ff;
}

.about-links a:hover::before {
  display: inline;
}

/* ↑ About workshop ↑ */

/* ↓ Copyright ↓ */

.copyright-block {
  background-color: #BEB9B9;
  color: black;
}

/* ↑ Copyright ↑ */

/* ↓ Back to top button ↓ */

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 5px;
  right: 10px;
  background-color: #0b64c0;
  padding: 5px;
  border-radius: 5px;
}

/* ↑ Back to top button ↑ */

/* ↓ Media queries ↓ */

@media (min-width: 1200px) {
  .no-burger {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .service-link {
    width: 12.5%;
  }

  .general-width {
    width: 24%;
  }
}

@media (max-width: 1200px) {
  .no-burger {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}

@media (max-width: 991px) {
  .logo {
    margin: 8px 0;
  }

  .nav-link {
    padding: 8px;
  }

  .dropdown-restyled {
    height: auto;
  }

  .ours-services-link {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .general-width {
    width: 49%;
  }
}

/* ↑ Media queries ↑ */

/* ↓ Vacancy Form ↓ */
    .vacform {
    margin-top: 20px;
    height: 200px;
}
    .vacbtn {
    margin:auto;
    width: 250px;
}
.vacgr {
    background-color: white;
}
/* ↑ Vacancy Form ↑ */

/* ↓ Jurlicam ↓ */
    .imgleg {
   margin-bottom: 15px;
}

/* ↑ Jurlicam ↑ */

/* ↓ Service ↓*/

.table {
  padding: 2px 2px;
  border: #ccc 1px solid;

}
.table td {
  border: 1px solid #AEB6BF ;
}
.table th {
  background-color: #F0F8FF;
  padding: 15px 8px;
  padding-bottom:5px;
  padding-top:5px;
  border-left: 1px solid #e4dede;
  border-bottom: 1px solid #e2d8d8;
  text-align: left;
  color: black;
  font-size: 19px;
}
.table tr:first-child{
  background-color:   #CCD1D1;
}
.table tr:nth-child(2n+1){
  background-color:  #F5F5F5;
}

.table tr {
  text-align: left;
  padding-left: 20px;
}

.table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.table td {
  padding-bottom: 5px;
  padding-top: 5px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

.table td p{
  font-size:17px;
  margin-bottom: 0;


}
.table tr:last-child td {
  border-bottom: 0;
}


/*
table tr:hover td {
  background: #0b64c0;
  color:white;

}



   ↓ Стиль классной таблицы, Игорю она не понравилась :( ↓
table {
  margin-top: 50px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ece8e8;
  background: #eaebec;
  border: #ccc 1px solid;
}

table th {
  padding: 15px 35px;
  border-left: 1px solid #e4dede;
  border-bottom: 1px solid #e2d8d8;
  background: #524c4c;
  text-align: center;
  color: black;
}

table th:first-child{
  border-left:none;
}

table tr {
  text-align: left;
  padding-left: 20px;
}

table td:first-child {
  text-align: left;
  padding-left: 20px;
  border-left: 0;
}

table td {
  padding: 15px 35px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fbf5f5 background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fbf5f5));
  background: -moz-linear-gradient(top, #fbfbfb, #fbf5f5);
}

table tr:last-child td {
  border-bottom: 0;
}

table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

table tr:hover td {
  background: #f3efef;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f3f3), to(#f9f5f5));
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

*/

.g-recaptcha iframe {
  margin-bottom: -30px;
  transform:scale(0.65);
  -webkit-transform:scale(0.65);
  transform-origin: left top;
  -webkit-transform-origin: left top;
}
#rc-imageselect {
  transform:scale(0.65);
  -webkit-transform:scale(0.65);
  transform-origin:0 0;
  -webkit-transform-origin:0 0;
}

@media (min-width: 768px) {
  #rc-imageselect {
    transform: none;
    -webkit-transform: none;
  }

  .g-recaptcha iframe {
    max-width: none;
    margin-bottom: 0;
    transform: none;
    -webkit-transform: none;
  }
}

.g-recaptcha > div {
  margin: 0 auto !important;
  text-align: center;
  width: auto !important;
  height: auto !important;
}

/* ↑ Service ↑ */

/* ↓ Kat ↓ */
    .kat-links {
    width: 22%;
}
/* ↑ Kat ↑ */

/* ↓ Brand ↓ */
.carousel-inner .carousel-inner {
    text-align: center;
}

.brand {
    display: inline-block;
    float: left;
}
.br-img {
    width: 110px;
    height: 70px;
    margin: 5px 5px;
}
.br-img a img {
    display: block;
    width: 100%;
    height: 100%;

}

    .brandblock {

    margin:0 2% 0 2%;
    border: 1px solid;
    border-radius:40px;
}
    .brandblock .carousel-control-prev {
    color:black;
}
    .brandblock .carousel-control-next {
    color:black;
}
@media (min-width: 576px){
    .br-img {
    width: 70px;
    height: 60px;
}
    .carousel-inner .carousel-item:last-child .wrapperb:last-child .brand {
       opacity : 0;
        pointer-events: none;
    }
    .wrapperb .brand:last-child, .wrapperb .brand:nth-last-child(2), .wrapperb .brand:nth-last-child(3) {
        display: none;
    }
    .wrapperb {
    padding-left: 5%;
    height: 90px;
}
    .brandblock .carousel-control-prev {
    left: -55px;
}
    .brandblock .carousel-control-next {
     right:-60px;
}


@media (min-width: 768px) {

    .br-img {
    width: 100px;
    height: 50px;
}
    .brandblock .carousel-control-prev {
    left: -55px;
}
    .brandblock .carousel-control-next {
     right:-55px;
}
    }

@media (min-width: 992px) {
     .wrapperb .brand:nth-last-child(3) {
        display: block;
    }
    .wrapperb {
    padding-left: 5%;
    height: 120px;
}
    .br-img {
    width: 110px;
    height: 80px;
}
    }

@media (min-width: 1200px) {
    .br-img {
    width: 100px;
    height: 70px;
}
    .wrapperb .brand:nth-last-child(2),.wrapperb .brand:last-child {
        display: block;
    }}
@media (min-width: 1400px) {
    .br-img {
    width: 110px;
    height: 70px;
}
    .wrapperb {
    padding-left: 13%;
}
    .brandblock .carousel-control-prev {
    left: -70px;
}
    .brandblock .carousel-control-next {
     right:-90px;
}}


/* ↑ Brand ↑ */

/* ↓ Rules ↓ */
.namber {
    text-align: center;
    height: 50px;
    width: 50px;
    padding-top:1px;
    background: #B328DC;
    border:1px solid #B328DC;
    border-radius: 100px;
}
.namber span {
    font-size: 30px;
    color:white;
}

/* ↑ Rules ↑ */

/* ↓ Rules text ↓ */
.leftimg img{
    width: 350px;
    height: 350px;
    float: left;
}
.rightin img{

    width: 350px;
    height: 350px;
    float: right;
}
.center img{
    width: 350px;
    height: 350px;
    margin: 0 40%;

}
/* ↑ Rules text ↑ */

/* ↓ Error ↓ */
.error img {
    display: block;
    margin-left: auto;
    margin-right: auto;

}
.errorbox {
    border: 1px solid black ;
    border-radius: 25px;
    width: 60%;
}


#dost{

 font-family: 'Oswald', sans-serif;
 font-size:25px;
}

.container center{
  padding-top:3px;
  padding-bottom: 3px;

    }
.akcia{
  padding-bottom: 3px;
    }
.col-xl-3{
  padding-bottom: 0px;
    }

.text-xs {
  font-size: 12px;
}
 
/* ↑ Error ↑ */
