*,
*::after,
*::before {
  box-sizing: border-box;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
  margin: 0;
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
}

body,
html {
  height: 100%;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

a {
  font-family: inherit;
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
  border: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

@font-face {
  font-family: "Gilroy";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy-Bold/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold/Gilroy-Bold.ttf") format("ttf");
}

@font-face {
  font-family: "SFProDisplay";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SFProDisplay-Regular/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular/SFProDisplay-Regular.woff2") format("woff"), url("../fonts/SFProDisplay-Regular/SFProDisplay-Regular.ttf") format("ttf");
}

@font-face {
  font-family: "SFProDisplay";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SFProDisplay-Medium/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium/SFProDisplay-Medium.woff2") format("woff"), url("../fonts/SFProDisplay-Medium/SFProDisplay-Medium.ttf") format("ttf");
}

@font-face {
  font-family: "SFProDisplay";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SFProDisplay-Semibold/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold/SFProDisplay-Semibold.woff2") format("woff"), url("../fonts/SFProDisplay-Semibold/SFProDisplay-Semibold.ttf") format("ttf");
}

@font-face {
  font-family: "helveticaneuecyr";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/helveticaneuecyr-regular/helveticaneuecyr-regular.woff") format("woff"), url("../fonts/helveticaneuecyr-regular/helveticaneuecyr-regular.eot") format("eot"), url("../fonts/helveticaneuecyr-regular/helveticaneuecyr-regular.ttf") format("ttf");
}

@font-face {
  font-family: "helveticaneuecyr";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/helveticaneuecyr-medium/helveticaneuecyr-medium.woff") format("woff"), url("../fonts/helveticaneuecyr-medium/helveticaneuecyr-medium.eot") format("eot"), url("../fonts/helveticaneuecyr-medium/helveticaneuecyr-medium.ttf") format("ttf");
}

@font-face {
  font-family: "TTNorms";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/TTNorms-Medium/TTNorms-Medium.woff2") format("woff2"), url("../fonts/TTNorms-Medium/TTNorms-Medium.woff2") format("woff"), url("../fonts/TTNorms-Medium/TTNorms-Medium.ttf") format("ttf");
}

@font-face {
  font-family: "TTNorms";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/TTNorms-Bold/TTNorms-Bold.woff2") format("woff2"), url("../fonts/TTNorms-Bold/TTNorms-Bold.woff2") format("woff"), url("../fonts/TTNorms-Bold/TTNorms-Bold.ttf") format("ttf");
}

@font-face {
  font-family: "TTNorms";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/TTNorms-ExtraBold/TTNorms-ExtraBold.woff2") format("woff2"), url("../fonts/TTNorms-ExtraBold/TTNorms-ExtraBold.woff2") format("woff"), url("../fonts/TTNorms-ExtraBold/TTNorms-ExtraBold.ttf") format("ttf");
}

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden;
  border: 0;
  width: 1px;
  height: 1px;
  margnin: -1px;
  padding: 0;
}

body {
  font-family: helveticaneuecyr, Arial, sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #717171;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #ffffff;
}

@media (min-width: 1100px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }
}

.main-title {
  font-family: TTNorms, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #333F9D;
  text-align: center;
}

@media (min-width: 1100px) {
  .main-title {
    font-size: 30px;
    line-height: 35px;
  }
}

/*Header
=========================================*/
.header {
  position: relative;
}

@media (min-width: 1100px) {
  .header {
    background: linear-gradient(180deg, #059E9C 0%, rgba(5, 158, 156, 0.76) 100%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    padding-top: 12px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1450px) {
  .header {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (min-width: 1920px) {
  .header {
    justify-content: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.header-down {
  background: linear-gradient(180deg, #059E9C 0%, rgba(5, 158, 156, 0.76) 100%);
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 19px;
  padding-top: 24px;
  max-width: 400px;
  position: absolute;
  z-index: 1;
}

@media (max-width: 1099px) {
  .header-down {
    display: none;
  }
}

@media (min-width: 1100px) {
  .header-down {
    background: none;
    position: static;
    padding: 0;
    max-width: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
  }
}

@media (min-width: 1450px) {
  .header-down {
    width: auto;
    margin-top: 0;
  }
}

@media (min-width: 1450px) {
  .centers-block .selectric-items {
    left: 2px;
  }
}

.header .centers-block {
  display: none;
}

@media (min-width: 1100px) {
  .header .centers-block {
    display: flex;
  }
}

@media (min-width: 1450px) {
  .header .centers-block {
    display: block;
  }
}

@media (min-width: 1920px) {
  .header .centers-block {
    margin-right: 19px;
  }
}

@media (min-width: 1100px) {
  .header .centers {
    margin-right: 20px;
  }
}

@media (min-width: 1450px) {
  .header .centers {
    margin-right: 20px;
    margin-bottom: 7px;
  }
}

.header-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 7px;
  padding-top: 7px;
  background: linear-gradient(180deg, #059E9C 0%, rgba(5, 158, 156, 0.76) 100%);
}

@media (min-width: 1100px) {
  .header-left {
    background: none;
    padding: 0;
  }
}

@media (min-width: 1920px) {
  .header-left {
    margin-right: 45px;
  }
}

.header-left button {
  font-size: 0;
  background: transparent;
  background-image: url("../img/burger.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 25px;
  height: 18px;
}

@media (min-width: 1100px) {
  .header-left button {
    display: none;
  }
}

.header-left .logo__img {
  display: none;
}

@media (min-width: 1100px) {
  .header-left .logo__img {
    display: block;
  }
}

.header-call {
  font-size: 0;
  background-image: url("../img/header-call.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

@media (min-width: 1100px) {
  .header-call {
    display: none;
  }
}

.header-nav-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 300px;
  margin: 0 auto;
  margin-top: -10px;
  margin-bottom: 38px;
}

@media (min-width: 1100px) {
  .header-nav-top {
    justify-content: space-between;
    max-width: none;
    margin-top: 0;
    margin-bottom: 22px;
  }
}

@media (min-width: 1280px) {
  .header-nav-top {
    justify-content: flex-start;
  }
}

.header-nav-top li {
  width: 50%;
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 1100px) {
  .header-nav-top li {
    width: auto;
    text-align: left;
    margin-top: 0;
  }
}

@media (min-width: 1280px) {
  .header-nav-top li {
    margin-right: 120px;
  }
  .header-nav-top li:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1450px) {
  .header-nav-top li {
    margin-right: 85px;
  }
}

@media (min-width: 1920px) {
  .header-nav-top li {
    margin-right: 150px;
  }
}

.header-nav-top a {
  font-family: SFProDisplay;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

.header-nav-top a:hover {
  border-bottom: 1px dashed #FFFFFF;
}

@media (min-width: 1450px) {
  .header-nav-top a {
    font-size: 15px;
  }
}

@media (min-width: 1920px) {
  .header-nav-top a {
    font-size: 16px;
  }
}

.header-nav-bottom {
  margin-bottom: 104px;
}

@media (min-width: 1100px) {
  .header-nav-bottom {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
  }
}

.header-nav-bottom a {
  font-family: SFProDisplay;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.header-nav-bottom a:hover {
  border-bottom: 1px dashed #FFFFFF;
}

@media (min-width: 1100px) {
  .header-nav-bottom a {
    display: block;
    position: relative;
  }
  .header-nav-bottom a:hover {
    border-bottom: none;
  }
  .header-nav-bottom a:hover::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #059E9C;
  }
}

@media (min-width: 1450px) {
  .header-nav-bottom a {
    font-size: 15px;
  }
  .header-nav-bottom a:hover::before {
    bottom: -18px;
  }
}

@media (min-width: 1920px) {
  .header-nav-bottom a {
    font-size: 18px;
  }
}

.header-nav-bottom li {
  text-align: center;
  margin-bottom: 24px;
}

.header-nav-bottom li:last-child {
  margin-bottom: 0;
}

@media (min-width: 1100px) {
  .header-nav-bottom li {
    margin-bottom: 0;
    margin-right: 25px;
    text-align: left;
  }
  .header-nav-bottom li:last-child {
    margin-right: 0px;
  }
}

@media (min-width: 1280px) {
  .header-nav-bottom li {
    margin-right: 100px;
  }
}

@media (min-width: 1450px) {
  .header-nav-bottom li {
    margin-right: 5px;
  }
}

@media (min-width: 1600px) {
  .header-nav-bottom li {
    margin-right: 60px;
  }
}

@media (min-width: 1920px) {
  .header-nav-bottom li {
    margin-right: 109px;
  }
}

@media (min-width: 1600px) {
  .heade-down-inner {
    margin-right: 15px;
  }
}

.time-work__phone {
  display: block;
  text-align: center;
  font-family: Gilroy;
  font-weight: 800;
  font-size: 32px;
  line-height: 35px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

@media (min-width: 1450px) {
  .time-work__phone {
    font-size: 28px;
  }
}

@media (min-width: 1920px) {
  .time-work__phone {
    font-size: 32px;
  }
}

.time-work span {
  display: block;
  text-align: center;
  font-family: SFProDisplay;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 19px;
}

@media (min-width: 1100px) {
  .time-work span {
    margin-bottom: 0;
    text-align: right;
  }
}

button.burger_active {
  background-image: url("../img/close.png");
  background-position: center;
  width: 25px;
  height: 20px;
}

/*Med-description
=========================================*/
.med-description {
  margin-bottom: 26px;
  padding: 0 16px;
}

@media (min-width: 1100px) {
  .med-description {
    margin-bottom: 71px;
    padding: 0 24px;
  }
}

.med-description a .next {
  color: #059E9C;
  border-bottom: 1px dashed #059E9C;
}

@media (min-width: 1100px) {
  .med-description a .next {
    display: none;
  }
}

.med-description__hide {
  display: none;
}

@media (min-width: 1100px) {
  .med-description__hide {
    display: block;
  }
}

.med-description p {
  font-size: 15px;
}

@media (min-width: 1100px) {
  .med-description p {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .med-description p:last-child {
    margin-bottom: 0;
  }
}

.med-description h2 {
  margin-bottom: 15px;
}

@media (min-width: 1100px) {
  .med-description h2 {
    margin-bottom: 26px;
  }
}

/*WhY
=========================================*/
.why {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 26px;
}

.why h2 {
  margin-bottom: 12px;
}

@media (min-width: 1100px) {
  .why h2 {
    margin-bottom: 50px;
  }
}

.why p {
  width: 196px;
  color: #504B5A;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  font-family: "SFProDisplay";
  margin: 0 auto;
}

@media (min-width: 600px) {
  .why-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 1000px) {
  .why-list {
    max-width: 1604px;
    margin: 0 auto;
  }
}

.why-item {
  margin-bottom: 20px;
}

.why-item:last-child {
  margin-bottom: 0;
}

.why-img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: block;
  margin-bottom: 32px;
}

/*SERVICES
=========================================*/
.services {
  padding: 0 16px;
  margin-bottom: 25px;
}

@media (min-width: 1100px) {
  .services {
    margin-bottom: 49px;
  }
}

@media (min-width: 1920px) {
  .services {
    padding: 0;
  }
}

.services-block {
  max-width: 1604px;
  margin: 0 auto;
}

.services__title {
  margin-bottom: 18px;
}

@media (min-width: 1100px) {
  .services__title {
    margin-bottom: 38px;
  }
}

.services__table {
  border-collapse: collapse;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  font-family: "SFProDisplay";
}

@media (min-width: 768px) {
  .services__table {
    max-width: 1604px;
  }
}

.services__table th,
.services__table td {
  display: block;
}

@media (min-width: 600px) {
  .services__table th,
  .services__table td {
    display: table-cell;
  }
}

.services__table tbody tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 400px;
  min-height: 58px;
  padding-left: 16px;
  padding-right: 9px;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (min-width: 768px) {
  .services__table tbody tr {
    max-width: 330px;
  }
}

@media (min-width: 1100px) {
  .services__table tbody tr {
    display: table-row;
    max-width: none;
  }
  .services__table tbody tr:nth-child(odd) {
    background-color: #F7F6F7;
  }
  .services__table tbody tr:hover, .services__table tbody tr:active {
    color: #FF6633;
  }
  .services__table tbody tr:hover a, .services__table tbody tr:active a {
    color: #FF6633;
    border-bottom: 1px dashed #FF6633;
  }
  .services__table tbody tr:hover, .services__table tbody tr:active {
    background-color: #FFECEF;
  }
  .services__table tbody tr:hover .order, .services__table tbody tr:active .order {
    display: inline-block;
    color: #333333;
    border: none;
  }
}

.time-block {
  text-align: center;
}

@media (min-width: 1100px) {
  .time-block {
    text-align: left;
  }
}

.services .order-block {
  width: 100%;
}

@media (min-width: 1100px) {
  .services .order-block {
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    text-align: center;
  }
}

.services__table tbody {
  color: #6D7286;
  font-size: 18px;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .services__table tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 1100px) {
  .services__table td {
    padding-left: 18px;
    height: 44px;
  }
}

@media (min-width: 1600px) {
  .services__table td:nth-child(2), .services__table td:nth-child(3) {
    text-align: center;
    padding-left: 0px;
  }
}

.services__table .link {
  font-size: 16px;
  color: #6D7286;
  font-weight: 500;
  border-bottom: 1px solid #666666;
}

@media (min-width: 1100px) {
  .services__table .link {
    font-size: 18px;
    border: none;
  }
}

@media (min-width: 1100px) {
  .services .order {
    display: none;
    border-radius: 6px;
    height: 37px;
    width: 196px;
    line-height: 37px;
    font-size: 14px;
  }
}

.services__table .name {
  width: 100%;
}

@media (min-width: 1100px) {
  .services__table .name {
    width: auto;
  }
}

.services__table .services__table-hide {
  display: none;
}

@media (min-width: 1100px) {
  .services__table .services__table-hide {
    display: table-cell;
  }
}

@media (min-width: 1100px) {
  .services__table .services__table-hide {
    display: table-cell;
  }
}

.services__table th {
  color: #ffffff;
  font-size: 16px;
  line-height: 44px;
  font-weight: 500;
  height: 44px;
  background-color: #059E9C;
}

@media (min-width: 1100px) {
  .services__table th {
    text-align: left;
    padding-left: 18px;
  }
  .services__table th:last-child {
    width: 20%;
  }
}

@media (min-width: 1600px) {
  .services__table th:nth-child(2), .services__table th:nth-child(3) {
    text-align: center;
    padding-left: 0px;
  }
}

.services .tab {
  margin-left: 18px;
}

@media (min-width: 1100px) {
  .services .tab ul {
    display: flex;
    border-bottom: 1px solid #CCE8EF;
    padding-bottom: 10px;
    margin-bottom: 18px;
  }
}

.services .tab li {
  margin-right: 50px;
}

.services .tab li:last-child {
  margin-right: 0;
}

.services .tab a {
  color: #504B5A;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}

.services .tab .active {
  color: #2252B2;
  padding-bottom: 9.4px;
  border-bottom: 2px solid #2252B2;
}

.btn {
  background-color: #FFDD2D;
  box-shadow: 0px 5px 30px rgba(28, 46, 90, 0.17);
  border-radius: 8px;
}

.order {
  max-width: 288px;
  margin: 0 auto;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #504B5A;
  position: relative;
}

@media (min-width: 1100px) {
  .order {
    margin: 0;
  }
}

.order::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url("../img/btn-arrow.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
}

@media (min-width: 1100px) {
  .order::before {
    display: none;
  }
}

.price,
.time {
  color: #E00016;
  font-weight: 500;
}

@media (min-width: 1100px) {
  .price,
  .time {
    color: #666666;
    font-weight: normal;
  }
}

.title-price {
  display: block;
  font-weight: 550;
  font-size: 14px;
  color: #059E9C;
  text-align: center;
}

@media (min-width: 1100px) {
  .title-price {
    display: none;
  }
}

.title-time {
  display: block;
  font-weight: 550;
  font-size: 14px;
  color: #059E9C;
  text-align: center;
}

@media (min-width: 1100px) {
  .title-time {
    display: none;
  }
}

/*NEW-FORM
========================================*/
.new-form {
  max-width: 1604px;
  margin: 0 auto;
  margin-bottom: 47px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 1920px) {
  .new-form {
    padding-left: 0;
    padding-right: 0px;
  }
}

.new-form h2 {
  margin-bottom: 13px;
}

@media (min-width: 1100px) {
  .new-form h2 {
    margin-bottom: 32px;
  }
}

.new-form p {
  display: none;
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 25px;
  color: #717171;
}

@media (min-width: 1100px) {
  .new-form p {
    display: block;
  }
}

.new-form ul {
  max-width: 450px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .new-form ul {
    max-width: none;
    column-count: 2;
    margin-top: 0;
  }
}

@media (min-width: 1600px) {
  .new-form ul {
    column-count: 3;
  }
}

.new-form li {
  padding-left: 21px;
  margin-bottom: 15px;
  position: relative;
}

.new-form li:nth-child(5), .new-form li:nth-child(6) {
  display: none;
}

@media (min-width: 1100px) {
  .new-form li:nth-child(5), .new-form li:nth-child(6) {
    display: block;
  }
}

@media (min-width: 1600px) {
  .new-form li:nth-child(3), .new-form li:nth-child(4) {
    margin-left: 45px;
  }
}

.new-form li::before {
  content: "";
  background-color: #F72D51;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
}

.new-form a {
  font-size: 18px;
  color: #717171;
}

.new-form a:hover {
  color: #F72D51;
  border-bottom: 1px solid #F72D51;
}

@media (min-width: 1100px) {
  .new-form a:hover {
    border-bottom: 1px dashed #F72D51;
  }
}

@media (min-width: 768px) {
  .new-form a {
    font-size: 17px;
  }
}

/*Form
======================================================*/
.form {
  padding: 0 16px;
  margin-bottom: 26px;
}

@media (min-width: 1100px) {
  .form {
    padding: 0 24px;
    margin-bottom: 78px;
  }
}

.form form {
  background: #FEEFD7;
  box-shadow: 0px 2px 40px rgba(92, 99, 162, 0.15);
  border-radius: 10px;
  padding: 15px 12px;
  max-width: 400px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .form form {
    max-width: 600px;
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .form form {
    max-width: none;
  }
}

@media (min-width: 1200px) {
  .form form {
    padding-top: 45px;
    padding-bottom: 64px;
  }
}

@media (min-width: 1600px) {
  .form form {
    padding-top: 45px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1920px) {
  .form form {
    padding-left: 50px;
    padding-right: 134px;
  }
}

.form h2 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FF3339;
  text-transform: uppercase;
  margin-bottom: 13px;
}

@media (min-width: 992px) {
  .form h2 {
    margin-bottom: 30px;
    text-align: left;
    font-size: 28px;
  }
}

.form .selectric-wrapper {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .form .selectric-wrapper {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .form .selectric-wrapper {
    margin-bottom: 24px;
  }
  .form .selectric-wrapper:last-child {
    margin-bottom: 45px;
  }
}

.form .selectric {
  font-family: SFProDisplay;
  background-color: #fff;
  border-radius: 5px;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #8A8A8A;
  border: none;
}

@media (min-width: 992px) {
  .form .selectric {
    padding: 18px 0;
    height: 67px;
  }
}

@media (min-width: 1200px) {
  .form .selectric {
    width: 500px;
  }
}

@media (min-width: 1400px) {
  .form .selectric {
    width: 562px;
  }
}

.form .label {
  font-family: SFProDisplay;
  font-size: 16px;
  color: #8A8A8A;
}

.form .button {
  background-color: #fff;
  background-image: url("../img/down-black.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 12px;
  height: 7px;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.form .button::after {
  display: none;
}

@media (min-width: 768px) {
  .input-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .input-block {
    margin-bottom: 24px;
  }
}

.form .input {
  background: #FFFFFF;
  border-radius: 5px;
  font-family: SFProDisplay;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #8A8A8A;
  border: none;
  height: 44px;
  width: 100%;
  margin-bottom: 12px;
  padding-left: 55px;
}

@media (min-width: 768px) {
  .form .input {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .form .input {
    height: 67px;
  }
}

@media (min-width: 1200px) {
  .form .input {
    width: 260px;
  }
}

@media (min-width: 1400px) {
  .form .input {
    width: 290px;
  }
}

.form label {
  position: relative;
}

.form label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 992px) {
  .form label {
    margin-right: 40px;
  }
  .form label:last-child {
    margin-right: 0;
  }
}

.input_name::before {
  background-image: url("../img/user.png");
  width: 16px;
  height: 16px;
}

.input_phone::before {
  background-image: url("../img/call-green.png");
  width: 18px;
  height: 18px;
}

.textarea {
  background: #FFFFFF;
  border-radius: 5px;
  resize: none;
  height: 100px;
  width: 100%;
  border: none;
  font-family: SFProDisplay;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #8A8A8A;
  padding: 12px 19px;
}

@media (min-width: 768px) {
  .textarea {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .textarea {
    height: 67px;
  }
}

@media (min-width: 992px) {
  .form-inner {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .inner-select {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 1600px) {
  .inner-select {
    margin-right: 40px;
  }
}

@media (min-width: 992px) {
  .form-bottom {
    display: flex;
    flex-direction: column;
  }
}

.form-btn {
  background: #FFDD2D;
  box-shadow: 0px 5px 30px rgba(28, 46, 90, 0.17);
  border-radius: 8px;
  font-family: SFProDisplay;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #504B5A;
  text-align: center;
  width: 264px;
  height: 52px;
  position: relative;
  margin-bottom: 16px;
}

.form-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  background-image: url("../img/btn-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 12px;
  height: 12px;
}

@media (min-width: 992px) {
  .form-btn__big {
    width: 436px;
    height: 67px;
    font-size: 20px;
  }
  .form-btn__big::before {
    width: 16px;
    height: 16px;
    background-size: cover;
    right: 72px;
  }
}

@media (min-width: 1200px) {
  .form-btn__big {
    margin-bottom: 0;
  }
}

.form p {
  font-family: HelveticaNeueCyr;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #717171;
}

.form p a {
  border-bottom: 1px solid #717171;
}

@media (min-width: 1200px) {
  .form-btn-block {
    display: flex;
    align-items: center;
  }
  .form-btn-block button {
    margin-right: 52px;
    display: block;
  }
  .form-btn-block p {
    max-width: 430px;
    line-height: 28px;
  }
}

.form-img {
  display: none;
}

@media (min-width: 1600px) {
  .form-img {
    display: block;
  }
  .form-img img {
    display: block;
  }
}

@media (min-width: 1600px) {
  .form-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media (min-width: 1600px) {
  .form-block-next {
    margin-bottom: 40px;
  }
}

@media (min-width: 1920px) {
  .form-block-next {
    margin-bottom: 61px;
  }
}

/*LICENSE
=======================================================*/
.license {
  padding-left: 5px;
  margin-bottom: 51px;
}

@media (min-width: 1100px) {
  .license {
    margin-bottom: 115px;
  }
}

@media (min-width: 1920px) {
  .license {
    padding: 0;
  }
}

.license h2 {
  margin-bottom: 27px;
}

@media (min-width: 1100px) {
  .license h2 {
    margin-bottom: 51px;
  }
}

.main-slider-block {
  position: relative;
  max-width: 1730px;
  margin: 0 auto;
}

.main-slider {
  max-width: 1570px;
  margin: 0 auto;
}

.main-slider .swiper-slide {
  padding: 10px;
}

.license-item {
  width: 218px;
  height: 300px;
  margin: 0 auto;
}

.license-item img {
  box-shadow: 0px 2px 14px rgba(92, 99, 162, 0.15);
}

.license-block .swiper-button-next,
.license-block .swiper-button-prev {
  display: block;
  background-size: contain;
  width: 17px;
  height: 32px;
}

/*Reference
=========================================================*/
.reference {
  padding: 42px 16px;
}

.reference .swiper-wrapper {
  align-items: center;
}

.reference .swiper-button-next,
.reference .swiper-button-prev {
  background-size: contain;
  margin: 0;
  transform: translateY(-50%);
  width: 17px;
  height: 32px;
}

.reference-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 216px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .reference-item {
    width: auto;
  }
}

.reference a {
  font-family: "SFProDisplay";
  font-weight: 500;
  font-size: 15px;
  color: #655E67;
  border: 1px solid #059E9C;
  border-radius: 4px;
  padding: 8px 9px 10px 17px;
}

.reference a:hover {
  background-color: #059E9C;
  color: #ffffff;
}

.reference-slider {
  max-width: 1800px;
}

.reference-block {
  position: relative;
}

/*Footer
=========================================================*/
.footer {
  background-color: #059E9C;
  padding: 28px 15px 24px;
}

@media (min-width: 992px) {
  .footer {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.footer-container {
  max-width: 1570px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .footer .selectric-wrapper {
    margin-bottom: 28px;
  }
}

@media (min-width: 992px) {
  .footer-top {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 1400px) {
  .footer-top {
    justify-content: flex-start;
  }
}

.footer__logo {
  margin-bottom: 30px;
  justify-content: center;
}

@media (min-width: 992px) {
  .footer__logo {
    margin-right: 30px;
  }
}

@media (min-width: 1400px) {
  .footer__logo {
    margin-right: 0;
  }
}

.logo {
  display: flex;
  align-items: center;
}

.logo__img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.logo__description p:first-child {
  font-family: "Gilroy";
  font-weight: 800;
  text-transform: uppercase;
  font-size: 26px;
  color: white;
  width: 204px;
}

.logo__description p:first-child span {
  color: #AFF078;
}

.logo__description p:last-child {
  font-size: 16px;
  line-height: 19px;
  font-family: "SFProDisplay";
  font-weight: normal;
  color: #FFFFFF;
}

.footer-nav {
  font-weight: bold;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 290px;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .footer-nav {
    width: auto;
  }
}

@media (min-width: 992px) {
  .footer-nav {
    margin: 0;
    max-width: 690px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .footer-nav {
    max-width: 865px;
  }
}

@media (min-width: 1400px) {
  .footer-nav {
    margin-left: 171px;
    justify-content: flex-start;
    max-width: none;
  }
}

.footer-nav li {
  width: 46%;
}

@media (min-width: 600px) {
  .footer-nav li {
    width: auto;
  }
}

@media (min-width: 1400px) {
  .footer-nav li {
    margin-right: 163px;
  }
  .footer-nav li:last-child {
    margin-right: 0;
  }
}

.footer li a {
  color: #83F4F2;
  font-family: "SFProDisplay";
}

.footer li a:hover {
  color: white;
  border-bottom: 1px dashed white;
}

.footer-centers {
  justify-content: center;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .footer-centers {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .footer-centers {
    margin-bottom: 7px;
  }
}

.centers {
  display: flex;
  align-items: center;
  color: #AFF078;
  text-transform: uppercase;
  font-family: "SFProDisplay";
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.centers__img {
  margin-right: 10px;
  line-height: 0;
}

.centers p {
  display: flex;
  align-items: center;
}

.centers p span:first-child {
  font-family: "TTNorms";
  font-weight: bold;
  font-size: 50px;
}

.footer .selectric,
.why .selectric,
.header .selectric,
.header-bottom-select .selectric {
  background: #FFFFFF;
  border: 2px solid rgba(5, 158, 156, 0.4);
  box-sizing: border-box;
  border-radius: 4px;
  color: #717171;
  font-family: "SFProDisplay";
  font-weight: normal;
  font-size: 16px;
  width: 256px;
  height: 41px;
  margin: 0 auto;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .footer .selectric,
  .why .selectric,
  .header .selectric,
  .header-bottom-select .selectric {
    margin-bottom: 0;
  }
}

.footer .label,
.why .label,
.header .label,
.header-bottom-select .label {
  color: #717171;
  font-family: "SFProDisplay";
  font-weight: normal;
  font-size: 16px;
}

.footer .button,
.why .button,
.header .button,
.header-bottom-select .button {
  background-color: #ffffff;
  background-image: url("../img/down.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 18px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
}

.footer .button::after,
.why .button::after,
.header .button::after,
.header-bottom-select .button::after {
  display: none;
}

.footer-call {
  font-family: Gilroy;
  font-weight: bold;
  font-size: 24px;
  color: white;
  padding-left: 31px;
  position: relative;
}

.footer-call:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../img/call.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 18px;
  height: 18px;
}

@media (min-width: 992px) {
  .footer-bottom {
    display: flex;
    justify-content: space-between;
  }
}

.footer-centers-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 36px;
}

@media (min-width: 768px) {
  .footer-centers-block {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .footer-centers-block {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}

.footer-links-bottom {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .footer-links-bottom {
    display: flex;
    justify-content: space-around;
  }
}

@media (min-width: 1200px) {
  .footer-links-bottom {
    max-width: 865px;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .footer-links-bottom {
    max-width: none;
    justify-content: space-between;
    margin-left: 187px;
  }
}

@media (min-width: 1600px) {
  .footer-links-bottom {
    justify-content: flex-start;
  }
}

.footer-links-bottom a {
  font-size: 18px;
}

@media (min-width: 1200px) {
  .footer-links-bottom a {
    font-size: 16px;
  }
}

.footer-links-bottom ul {
  text-align: center;
  margin-bottom: 15px;
}

.footer-links-bottom ul:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .footer-links-bottom ul {
    text-align: left;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .footer-links-bottom ul:first-child {
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  .footer-links-bottom ul:first-child {
    margin-right: 0px;
  }
}

@media (min-width: 1600px) {
  .footer-links-bottom ul {
    max-width: 318px;
  }
  .footer-links-bottom ul:first-child {
    margin-right: 150px;
  }
  .footer-links-bottom ul:nth-child(2) {
    margin-right: 180px;
  }
}

.footer-links-bottom li {
  margin-bottom: 15px;
}

.footer-links-bottom li:last-child {
  margin-bottom: 0;
}

.footer-pay {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 10px 12px;
  width: 156px;
  margin: 0 auto;
  margin-bottom: 97px;
}

@media (min-width: 992px) {
  .footer-pay {
    margin: 0;
    margin-bottom: 45px;
  }
}

.footer-pay h2 {
  font-family: "SFProDisplay";
  font-weight: normal;
  font-size: 16px;
  color: #504B5A;
  margin-bottom: 10px;
}

.footer-pay ul {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.footer-copyright p {
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  color: #83F4F2;
  text-align: center;
}

@media (min-width: 992px) {
  .footer-copyright p {
    text-align: left;
  }
}

.footer-copyright span {
  display: none;
}

@media (min-width: 992px) {
  .footer-copyright span {
    display: block;
  }
}

.footer-hide {
  display: none;
}

@media (min-width: 1200px) {
  .footer-hide {
    display: block;
  }
}

.why .selectric {
  margin-top: 14px;
}

@media (min-width: 1100px) {
  .header .selectric {
    margin-bottom: 0;
  }
}

.time-work__btn {
  display: block;
  width: 288px;
  height: 52px;
  line-height: 52px;
  margin: 0 auto;
}

.time-work__btn::before {
  right: 30px;
}

@media (min-width: 1100px) {
  .time-work__btn {
    display: none;
  }
}

/*Header bottom
==========================================*/
.header-bottom {
  padding: 7px 16px 10px;
  margin-bottom: 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .header-bottom {
    display: block;
  }
}

@media (min-width: 1100px) {
  .header-bottom {
    margin-bottom: 59px;
    padding-left: 80px;
  }
}

@media (min-width: 1600px) {
  .header-bottom {
    background-image: url("../img/header-bottom.png");
    background-position: center right;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1920px) {
  .header-bottom {
    padding-left: 153px;
  }
}

.baloon {
  display: none;
}

@media (min-width: 1600px) {
  .baloon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FF3339;
    color: #ffffff;
    text-align: center;
    position: absolute;
    right: 80px;
    top: 80px;
    width: 244px;
    height: 244px;
    border-radius: 50%;
  }
  .baloon::before {
    content: "";
    position: absolute;
    bottom: 37px;
    left: -43px;
    background-image: url("../img/vector.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 78px;
    height: 93px;
  }
  .baloon h2 {
    font-family: Gilroy;
    font-weight: 800;
    font-size: 30px;
    line-height: 35px;
  }
  .baloon span {
    display: block;
    font-family: SFProDisplay;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
  }
  .baloon p {
    font-family: Gilroy;
    font-weight: 800;
    font-size: 22px;
    line-height: 27px;
  }
}

.header-bottom p span:first-child {
  font-size: 30px;
}

.header-bottom p span:nth-child(2) {
  font-size: 10px;
  line-height: 10px;
}

.companies {
  width: 120px;
}

@media (min-width: 1100px) {
  .companies {
    width: 262px;
  }
}

.header-bottom .centers {
  width: 50%;
}

@media (min-width: 768px) {
  .header-bottom .centers {
    width: auto;
  }
}

@media (min-width: 1100px) {
  .header-bottom .centers {
    display: none;
  }
}

@media (min-width: 538px) {
  .header-bottom .selectric {
    margin-bottom: 0;
  }
}

.header-bottom-select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 768px) {
  .header-bottom-select {
    margin-bottom: 20px;
  }
}

@media (min-width: 804px) {
  .header-bottom-select {
    width: 100%;
  }
}

@media (min-width: 1100px) {
  .header-bottom-select {
    flex-direction: row-reverse;
    margin-bottom: 27px;
  }
}

.header-bottom .main {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 2px;
}

@media (min-width: 804px) {
  .header-bottom .main {
    margin: 0;
  }
}

.header-bottom .main span:first-child {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

@media (min-width: 1100px) {
  .header-bottom .main span:first-child {
    width: 60px;
    height: 60px;
  }
}

.header-bottom .main span:nth-child(2) {
  font-family: SFProDisplay;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #89A547;
  width: 210px;
}

@media (min-width: 1100px) {
  .header-bottom .main span:nth-child(2) {
    font-size: 20px;
    line-height: 24px;
    width: 388px;
  }
}

.header-bottom h1 {
  font-family: Gilroy;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #01B4B1;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .header-bottom h1 {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (min-width: 1100px) {
  .header-bottom h1 {
    font-size: 54px;
    line-height: 60px;
    text-align: left;
    margin-bottom: 40px;
  }
}

.header-bottom-license {
  margin-bottom: 13px;
}

@media (min-width: 1100px) {
  .header-bottom-license {
    margin-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .header-bottom-license li {
    text-align: center;
  }
}

@media (min-width: 1100px) {
  .header-bottom-license li {
    display: flex;
    align-items: center;
    text-align: left;
  }
}

.header-bottom-license a {
  color: #717171;
  font-size: 16px;
  line-height: 19px;
  font-family: SFProDisplay;
  border-bottom: 1px dashed #A7A5AC;
}

@media (min-width: 1100px) {
  .header-bottom-license a {
    font-size: 20px;
  }
}

.header-bottom-desctiprion li {
  margin-bottom: 5px;
}

.header-bottom-desctiprion li:first-child span {
  color: #E00016;
}

.header-bottom-desctiprion li:nth-child(2) span, .header-bottom-desctiprion li:nth-child(3) span {
  color: rgba(5, 158, 156, 0.6);
}

.header-bottom-desctiprion li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .header-bottom-desctiprion li span {
    padding-left: 10px;
    display: block;
  }
}

@media (min-width: 1100px) {
  .header-bottom-desctiprion li {
    margin-right: 53px;
  }
  .header-bottom-desctiprion li span {
    padding-left: 0;
  }
  .header-bottom-desctiprion li:last-child {
    margin-right: 0;
    text-align: center;
  }
}

.header-bottom-desctiprion {
  font-family: SFProDisplay;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .header-bottom-desctiprion {
    max-width: 190px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

@media (min-width: 1100px) {
  .header-bottom-desctiprion {
    text-align: left;
    font-size: 28px;
    display: flex;
    margin: 0;
    margin-bottom: 46px;
    max-width: none;
  }
}

.header-bottom-desctiprion h2 {
  color: #717171;
  font-size: 15px;
}

@media (min-width: 1100px) {
  .header-bottom-desctiprion h2 {
    margin-bottom: 20px;
  }
}

.header-bottom-btn {
  width: 288px;
  height: 52px;
  display: block;
  line-height: 52px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .header-bottom-btn {
    width: 400px;
  }
  .header-bottom-btn::before {
    right: 25px;
  }
}

@media (min-width: 1100px) {
  .header-bottom-btn {
    width: 656px;
    height: 92px;
    font-size: 20px;
    line-height: 92px;
    margin: 0;
  }
  .header-bottom-btn::before {
    right: 130px;
  }
}

.header-bottom .selectric-wrapper {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .header-bottom .selectric-wrapper {
    margin: 0;
  }
}

@media (min-width: 1100px) {
  .header-bottom .selectric {
    display: none;
  }
}

.header-bottom-text {
  display: none;
  max-width: 1325px;
  margin: 0 auto;
  margin-bottom: 27px;
  margin-top: 26px;
}

@media (min-width: 1100px) {
  .header-bottom-text {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #D2555A;
    padding: 9px 20px;
    background: #FEEFD7;
    border-radius: 4px;
  }
}

.header-bottom-icon {
  display: none;
}

@media (min-width: 1100px) {
  .header-bottom-icon {
    display: block;
    margin-right: 30px;
  }
}

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

@media (min-width: 1100px) {
  .header-bottom-block {
    width: 770px;
  }
}

@media (min-width: 1100px) {
  .header-bottom-inner {
    display: flex;
    align-items: flex-end;
  }
}

.medzakl {
  display: none;
}

@media (min-width: 1100px) {
  .medzakl {
    display: block;
    position: relative;
    top: 40px;
    left: -40px;
  }
}

/*Tests
==============================================*/
.tab-list {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

.tab-bottom__item {
  transition: opacity 0.5s;
  opacity: 0;
  display: none;
}

.tab-bottom__item_block {
  display: block;
}

.tab-bottom__item_opacity {
  opacity: 1;
}

.tests {
  padding: 0 16px;
  margin-bottom: 22px;
}

@media (min-width: 1100px) {
  .tests {
    margin-bottom: 72px;
  }
}

@media (min-width: 1600px) {
  .tests {
    padding-left: 85px;
  }
}

.tests h2 {
  margin-bottom: 13px;
}

@media (min-width: 1100px) {
  .tests h2 {
    margin-bottom: 32px;
  }
}

.tests .tab-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 13px;
}

.tests .tab-list li {
  margin-bottom: 16px;
}

.tests .tab-list li:last-child {
  margin-bottom: 0;
}

.tests .tab-list a {
  background: #FFFFFF;
  border: 2px solid rgba(5, 158, 156, 0.4);
  box-sizing: border-box;
  border-radius: 4px;
  font-family: SFProDisplay;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: rgba(5, 158, 156, 0.6);
  display: block;
  padding: 18px 26px;
  width: 288px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .tests .tab-list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .tests .tab-list li:first-child {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .tests .tab-list {
    margin-bottom: 34px;
  }
  .tests .tab-list a {
    width: 431px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.tests a.tab-active {
  background: #059E9C;
  color: #ffffff;
}

.tests-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 21px;
}

.tests-list li {
  margin-bottom: 20px;
}

.tests-list li:last-child {
  margin-bottom: 0;
}

.tests-list li:last-child p {
  background: #FFC84B;
}

.tests-list li:last-child span {
  color: #FF9164;
}

.tests-list h2 {
  color: #717171;
  font-family: SFProDisplay;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 14px;
}

@media (min-width: 1280px) {
  .tests-list h2 {
    font-size: 18px;
    margin-bottom: 38px;
  }
}

@media (min-width: 1920px) {
  .tests-list h2 {
    font-size: 24px;
  }
}

.tests-list span {
  display: block;
  font-family: SFProDisplay;
  font-weight: normal;
  font-size: 20px;
  color: #89A547;
}

.tests-list p {
  width: 80px;
  height: 80px;
  background: #8CCD73;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media (min-width: 1280px) {
  .tests-list p {
    margin-bottom: 38px;
  }
}

@media (min-width: 768px) {
  .tests-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tests-list span {
    font-size: 14px;
  }
  .tests-list h2 {
    font-size: 14px;
  }
}

@media (min-width: 1100px) {
  .tests-list span {
    font-size: 20px;
  }
  .tests-list h2 {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .tests-list {
    position: relative;
    align-items: flex-start;
  }
  .tests-list::after {
    content: "";
    position: absolute;
    top: 46%;
    left: 5%;
    transform: translateY(-50%);
    height: 1px;
    width: 66%;
    background: #8CCD73;
  }
  .tests-list li {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    margin-right: 10px;
  }
  .tests-list li:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1280px) and (min-width: 1400px) {
  .tests-list li {
    margin-right: 20px;
  }
}

@media (min-width: 1280px) and (min-width: 1600px) {
  .tests-list li {
    margin-right: 43px;
  }
}

@media (min-width: 1280px) and (min-width: 1920px) {
  .tests-list li {
    margin-right: 72px;
  }
}

@media (min-width: 1280px) {
  .tests-list2::after {
    width: 75%;
  }
}

.tests-btn {
  max-width: 288px;
  height: 52px;
  display: block;
  line-height: 52px;
  margin: 0 auto;
  margin-bottom: 24px;
}

@media (min-width: 1100px) {
  .tests-btn {
    width: 342px;
    height: 92px;
    line-height: 92px;
  }
}

.tests-description {
  background: #FEEFD7;
  border-radius: 4px;
  font-family: helveticaNeueCyr;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #D2555A;
  padding: 9px 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .tests-description {
    max-width: 495px;
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {
  .tests-block {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media (min-width: 1400px) {
  .tests-block {
    justify-content: flex-start;
  }
}

.tests-inner {
  order: -1;
}

@media (min-width: 1400px) {
  .tests-inner {
    margin-right: 55px;
  }
}

.tests-inner img {
  display: none;
}

@media (min-width: 1280px) {
  .tests-inner img {
    display: block;
  }
}

.selectric-items {
  border: 2px solid rgba(5, 158, 156, 0.4);
  background: white;
  font-size: 16px;
  font-family: "SFProDisplay";
  color: #717171;
}

/*Map
=====================================================*/
.my-map {
  position: relative;
  width: 100%;
  height: 455px;
}

.my-map__img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.my-map__img img {
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.my-map__current-map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.map h2 {
  margin-bottom: 30px;
}

.map-img {
  background: #FF3339;
  border-radius: 50%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  position: relative;
  left: -24px;
  top: -24px;
}

.map-img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-image: url("../img/cross.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.map-img:hover {
  background: #1771E6;
}

.map-header {
  display: block;
  text-align: center;
  margin-bottom: 13px;
}

.map-header a {
  font-family: SFProDisplay;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FF3339;
  border-bottom: 1px solid #FF3339;
  margin: 0;
}

.map-footer {
  position: relative;
  padding-left: 19px;
}

.map-footer::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #B4D445;
  border-radius: 50%;
}

.map-footer a {
  font-family: SFProDisplay;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: rgba(95, 96, 97, 0.94);
  border-bottom: 1px solid rgba(95, 96, 97, 0.47);
}

.map-middle {
  display: flex;
}

.map-middle span {
  color: #333333;
  font-weight: bold;
  font-size: 14px;
}

.map-middle ul {
  display: flex;
  margin-left: 8px;
}

.selectric-items li {
  color: #717171;
  font-size: 15px;
}

.form .selectric-items {
  border: none;
}
