

:root {
  --font-family: "Proxima Nova", sans-serif;
  --second-family: "Artegra Sans", sans-serif;
  --fon1:#ffffff;
  --fon2:#f8f8f8;
  --akcent:#3c66a0;
  --hover:#c8dcf8;
  --text:#333654;
  --text2:#829199;
}


.slick-slider {
    display: flex;
    justify-content: space-around;
  flex-wrap: wrap;
}

.btn_btn {
    vertical-align: middle;
    box-shadow: 0 4px 4px 0 rgba(130, 145, 153, 0.15);
    font-family: var(--font-family);
	font-weight: 600;
	font-size: 20px;
	color: #000;
    transition: all 0.5s;
}

.btn_btn:hover {
    transform: translateY(-10px);
}

.btn_btn svg {
    margin-bottom: ;
    margin-right: 10px;
    vertical-align: middle;
}


@media (max-width:766px){
  .btn_btn {
    width: 290px!important;
  }
}
@media (max-width:628px){
  .btn_btn {
    width: 180px!important;
  }
}
@media (max-width:580px){
  .btn_btn {
    width: 220px!important;
  }
}
@media (max-width:480px){
  .btn_btn {
    width: 180px!important;
  }
}
@media (max-width:409px){
  .btn_btn {
    width: 150px!important;
}
}
@media (max-width:340px){
  .btn_btn {
    width: 100%!important;
}
}

/* Блок техподдержки */
.supportTime {
    background: #fff;
    border-radius: 6px;
    padding: 40px 30px;
    margin-top: 50px;
    margin-bottom: 20px;
    box-shadow: 0 8px 32px 0 rgba(130, 145, 153, 0.1);
}

.supportTime p.supportHeader {
   font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: var(--text);
  margin-bottom: 15px;
}

.supportTime p.supportHeader2 {
    font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
    color: var(--text);
    padding: 20px;
}

.supportTime p.supportBudni {
    font-family: var(--font-family);
    font-size: 14px;
    color: var(--text);
    font-weight: 400;
    margin-bottom: 0;
}

.supportTime p.supportLink a {
    background: var(--akcent);
    font-family: var(--font-family);
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
    color: #fff;
    padding: 7px 40px;
    border-radius: 6px;
    transition: all 0.3s;
}
.supportTime p.supportLink a:hover {
    text-decoration: none;
    background: var(--hover);
    color: var(--akcent);
}



