body {
  font-weight: 400;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 15px;
  line-height: 21px;
  color: #3d3d3d;
}
img {
  min-width: 100%;
  height: auto;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.hidden {
  display: none;
}
.input--invalid {
  outline: 1px solid #E44D4D;
}
/* roboto-regular - latin_cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url('./fonts/roboto-v18-latin_cyrillic-ext-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v18-latin_cyrillic-ext-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin_cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('./fonts/roboto-v18-latin_cyrillic-ext-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v18-latin_cyrillic-ext-500.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin_cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('./fonts/roboto-v18-latin_cyrillic-ext-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v18-latin_cyrillic-ext-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-900 - latin_cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Roboto Black'), local('Roboto-Black'), url('./fonts/roboto-v18-latin_cyrillic-ext-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v18-latin_cyrillic-ext-900.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-700 - latin_cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('./fonts/roboto-condensed-v16-latin_cyrillic-ext-700.woff2') format('woff2'), /* Chrome 26+,Opera 23+, Firefox 39+ */ url('../fonts/roboto-condensed-v16-latin_cyrillic-ext-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  20% {
    -webkit-transform: translate(0, 0) scale(0.7);
            transform: translate(0, 0) scale(0.7);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  20% {
    -webkit-transform: translate(0, 0) scale(0.7);
            transform: translate(0, 0) scale(0.7);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
.site-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 504px;
}
.site-list__link {
  font-size: 14px;
  color: #00254A;
  text-decoration: none;
}
.site-list__link:hover {
  color: #27ACE2;
}
.site-list--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
}
.logo__link_mobile {
  display: none;
}
.site-list__item--column {
  margin-bottom: 15px;
}
.site-list__item--1 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.site-list__item--2 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.site-list__item--3 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.site-list__item--4 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.site-list__item--5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media (max-width: 1200px) {
  .site-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-list--column {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .site-list__item--order:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .site-list__item--order:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .site-list__item--order:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .site-list__item--order:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .site-list__item--order:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (max-width: 700px) {
  .site-list__item {
        margin-bottom: 15px;
  }
  .site-list__item:last-child {
    margin-bottom: 0;
  }
  .site-list__link {
    font-size: 16px;
	font-weight: 500;
  }
}
.contacts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 222px;
  padding-left: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contacts::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 9px;
  width: 9.5px;
  height: 16px;
  background-image: url("./img/icon/mobile-icon.svg");
  background-repeat: no-repeat;
}
.contacts::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 34px;
  height: 21px;
  background-image: url("./img/icon/call-icons.png");
  background-repeat: no-repeat;
}
.contacts__link {
  display: block;
  margin-bottom: 3px;
  font-size: 17px;
  color: #00254A;
  text-decoration: none;
}
.contacts__link:hover {
  color: #27ACE2;
}
.contacts__button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  margin-top: -4px;
  text-align: left;
  font-size: 12px;
  color: #3999E5;
  text-decoration: underline;
}
.contacts__button:hover {
  color: #0060AA;
}
.contacts--footer {
  font-size: 17px;
  background: none;
}
.contacts--footer::before {
  top: 3px;
  left: 5px;
  background-image: url("./img/icon/mobile-blue-icon.svg");
}
@media (max-width: 1200px) {
  .contacts {
    width: 280px;
    padding: 20px 27px 16px 58px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 4px;
  }
  .contacts::before {
    left: 35px;
    top: 23px;
  }
  .contacts::after {
    top: 21px;
    right: 27px;
  }
  .contacts__link {
    display: block;
    margin-bottom: 9px;
  }
  .contacts--footer {
    padding-left: 20px;
    padding-top: 0px;
  }
  .contacts--footer::before {
    left: 5px;
    top: 3px;
  }
  .contacts--footer::after {
    top: 1px;
    right: 68px;
  }
}
@media (max-width: 700px) {
  .contacts--footer {
    width: 180px;
    padding-left: 0;
    padding-right: 0;
  }
  .contacts--footer::before {
    display: none;
  }
  .contacts--footer::after {
    right: 17px;
    top: 0;
  }
  .contacts__link--small {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
.close-button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.close-button::before,
.close-button::after {
  content: "";
  position: absolute;
  top: 9.5px;
  left: 0;
  width: 22px;
  height: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #3D3D3D;
}
.close-button::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.close-button--form::before,
.close-button--form::after {
  background-color: #ffffff;
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 144px;
}
.social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
}
.social-icon {
  fill: #27ACE2;
}
.social-icon:hover {
  fill: #0060AA;
}
.page-header__top-wrapper,
.page-header__middle-wrapper {
  width: 1110px;
  margin: 0 auto;
}
.page-header__top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 9px;
}
.page-header__middle-wrapper {
  padding-top: 17px;
}
.page-header__top {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #D4E4EF;
}
.header__top-info {
  margin: 0;
  font-size: 13px;
}
.header__top-info span {
  font-weight: 500;
}
.page-header__middle {
  position: relative;
  z-index: 3;
  background-color: #fff;
}
.page-header__middle-info {
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-header__repair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 515px;
  margin-top: 21px;
}
.page-header__repair-mobile {
  margin-right: 79px;
}
.page-header__repair-tablets {
  margin-right: 79px;
}

.page-header__repair-button {
  position: relative;
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  font-weight: 700;
  font-family: "Roboto Condensed";
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}
.page-header__repair-button::after {
  content: "";
  position: absolute;
  top: 6px;
  right: -23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 8.5px 0 8.5px;
  border-color: #27ACE2 transparent transparent transparent;
}
.page-header__repair-button:hover::before,
.page-header__repair-button--active::before {
  content: "";
  position: absolute;
  left: -12px;
  right: -30px;
  bottom: -14px;
  height: 4px;
  background-color: #27ACE2;
}
.page-header__repair-window {
  display: none;
  position: absolute;
  top: 85px;
  left: 0;
  z-index: 3;
  width: 100%;
  background-color: #ffffff;
}
.page-header__repair-window--show {
  display: block;
}
.page-header__repair-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1110px;
  margin: 0 auto;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}
.page-header__repair-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 11px;
  width: 251px;
  margin-right: 28px;
  border-bottom: 1px solid #D4E4EF;
}
.page-header__repair-item:nth-child(4n + 4) {
  margin-right: 0;
}
.page-header__repair-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 40px;
  margin-right: 15px;
}
.page-header__repair-image img {
  min-width: auto;
}
.page-header__repair-name {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0;
  font-size: 14px;
  color: #3D3D3D;
  text-decoration: none;
}
.page-header__repair-name:hover {
  color: #27ACE2;
}
.page-header__repair-close {
  position: absolute;
  top: 6px;
  right: 0;
}
.page-header__contacts {
  margin-left: auto;
}
.page-header__contacts-button {
  display: none;
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}
.page-header__banner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.35;
}
.page-header__banner--show {
  display: block;
}
.page-header__sub-container {
  position: relative;
  width: 1110px;
  margin: 0 auto;
}
.page-header__button-block {
  position: relative;
}
.page-header__contacts-block {
  position: relative;
  width: 222px;
  margin-left: auto;
}
.page-header__device-form--contacts {
  display: none;
}
.page-header--small {
  padding-bottom: 17px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 37, 74, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 37, 74, 0.1);
}
@media (max-width: 1200px) {
  .page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-header__top {
    border-bottom: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-header__device-form {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page-header__middle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-header__slider {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .page-header__top-wrapper {
    width: 660px;
  }
  .page-header__middle-wrapper {
    width: 660px;
  }
  .page-header__contacts {
    display: none;
  }
  .page-header__contacts--show {
    display: block;
  }
  .page-header__middle-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-header__repair {
    width: 635px;
  }
  .page-header__repair-mobile {
    margin-right: 0;
  }
  .page-header__repair-tablets {
    margin-right: 0;
  }
  .page-header__repair-list {
    width: 660px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-header__repair-item {
    margin-right: 100px;
  }
  .page-header__repair-item:nth-child(2n + 2) {
    margin: 0;
  }
  .page-header__repair-window {
    top: 135px;
  }
  .page-header__repair-close {
    left: 634px;
  }
  .header__top-info {
    display: none;
  }
  .page-header__repair-button:hover::before,
  .page-header__repair-button--active::before {
    left: 0;
    right: -23px;
    bottom: -8px;
  }
  .page-header__contacts {
    position: absolute;
    right: 0;
    top: -54px;
    z-index: 3;
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
  }
  .page-header__contacts-container {
    position: relative;
  }
  .page-header__contacts-container::before {
    content: "";
    position: absolute;
    top: -29px;
    right: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 14px 10px;
    border-color: transparent transparent #ffffff transparent;
  }
  .page-header__contacts-button {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 42px;
    height: 42px;
    background-color: #27ACE2;
    border-radius: 50%;
    outline: none;
  }
  .page-header__sub-container {
    width: 660px;
  }
}
@media (max-width: 700px) {
  .page-header__top {
    position: relative;
    top: -180px;
    z-index: 4;
    background-color: transparent;
  }
  .page-header__middle {
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
  }
  .page-header__middle-wrapper,
  .page-header__top-wrapper {
    width: 280px;
  }
  .page-header__top-wrapper {
    padding: 0;
  }
  .page-header__contacts {
    top: -129px;
  }
  .page-header__contacts-button {
    top: -12px;
  }
  .page-header__repair {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 280px;
    margin-top: 0;
    padding-bottom: 10px;
  }
  .page-header__repair-button {
    font-size: 17px;
	margin-left: 15%;
  }
  .page-header__repair-button--tablet {
    margin-bottom: 0;
  }
  .page-header__repair-item {
    margin: 0;
  }
  .page-header__repair-close {
    left: 254px;
  }
  .page-header__device-form {
    margin-top: 15px;
  }
  .page-header__device-form--popup {
    position: absolute;
    z-index: 5;
    width: 100%;
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 30px;
    background-color: #F3F8FB;
  }
  .page-header__repair-window {
    top: 173px;
  }
  .page-header__repair-list {
    width: 280px;
  }
  .page-header__sub-container {
    width: 280px;
  }
  .page-header__repair-button--active::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .page-header__repair-button--active::before {
    display: none;
  }
  .page-header__repair-mobile,
  .page-header__repair-tablets {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #D4E4EF;
  }
  .page-header--small {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.main-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav__button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: none;
  width: 30px;
  height: 22px;
}
.main-nav__button::before,
.main-nav__button--close::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  width: 20px;
  height: 2px;
  background-color: #374561;
  -webkit-box-shadow: 0 -4px 0 0 #374561, 0 4px 0 0 #374561;
          box-shadow: 0 -4px 0 0 #374561, 0 4px 0 0 #374561;
}
.main-nav__button--close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.main-nav__button--close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 1200px) {
  .main-nav {
    margin-top: 10px;
  }
  .main-nav__button--open,
  .main-nav__button--close {
    position: absolute;
    top: 40px;
  }
  .main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 660px;
  }
}
@media (max-width: 700px) {
  .main-nav__list {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-top: 88px;
    padding-bottom: 32px;
    background-color: #ffffff;
    border-radius: 4px;
  }
  .main-nav__list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #27ACE2;
  }
  .main-nav__button--open {
    display: block;
  }
  .main-nav__button--show {
    display: block;
  }
  .main-nav__button--hidden,
  .main-nav__list--hidden {
    display: none;
  }
  .main-nav__button--close,
  .main-nav__button--open {
    top: 20px;
    z-index: 5;
  }
  .main-nav__button--close {
    left: 6%;
  }
  .main-nav__button--close::before,
  .main-nav__button--close::after {
    width: 23px;
    height: 3px;
    left: -35px;
    background-color: #ffffff;
  }
  .main-nav__button--close {
    margin-left: 41px;
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    line-height: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
  }
}
.logo__link {
  display: block;
}
.logo__link_mobile {
  display: none;
}
.logo__image {
  min-width: auto;
  margin-right: 114px;
}
@media (max-width: 1200px) {
  .logo {
    -webkit-box-shadow: 0 1px 18px -7px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 18px -7px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 700px) {
  .logo {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .logo__image {
    margin-left: 21%;
    margin-right: 0;
  }
  .logo--footer {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .logo__image--footer {
    margin-left: 0;
  }
  .logo__link{
  display:none;
  }
  .logo__link_mobile{
  display:block;
  }
}
.device-form {
  margin-top: 16px;
}
.device-form__wrapper {
  width: 1110px;
  margin: 0 auto;
  padding: 15px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  background-color: #F3F8FB;
}
.device-form__item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.device-form__select {
  position: relative;
  width: 300px;
  margin-right: 18px;
}
.device-form__input {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  width: 100%;
  padding: 9px 30px 9px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid rgba(23, 113, 185, 0.2);
  border-radius: 4px;
}
.device-form__input--placeholder {
  font-size: 14px;
  color: #afb5c0;
  -webkit-appearance: none;
}
.device-form__label {
  position: relative;
}
.device-form__label::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -280px;
  z-index: 1;
  width: 9px;
  height: 9px;
  border: 1.5px solid #afb5c0;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.device-form__label--active::after {
  top: 8px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.device-form__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 2;
  display: none;
  width: 100%;
  max-height: 285px;
  margin-top: 3px;
  padding: 13px 33px 18px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #ffffff;
}
.device-form__list--show {
  display: block;
}
.device-form__select--open .device-form__list {
  display: block;
}
.device-form__item {
  padding-top: 14px;
  padding-bottom: 11px;
  border-bottom: 1px solid #D4E4EF;
  cursor: pointer;
}
.device-form__item:hover {
  color: #0060AA;
}
.device-form__button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  position: relative;
  width: 118px;
  margin-left: auto;
  font-weight: 700;
  font-family: "Roboto Condensed";
  font-size: 14px;
  text-transform: uppercase;
  color: #1771B9;
  background-color: #D2E3F0;
  border-radius: 4px;
  cursor: pointer;
}
.device-form__button::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 26px;
  width: 7px;
  height: 7px;
  border: 1.5px solid #1771B9;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.device-form__button--active {
  color: #ffffff;
  background-color: #27ace2;
}
.device-form__button--active:hover {
  background-color: #0060AA;
}
.device-form__button--active::before {
  border-color: #ffffff;
}
.device-form__button:disabled {
  background-color: #D2E3F0;
  cursor: auto;
}
.device-form__open {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  display: none;
}
.device-form__close {
  display: none;
}
@media (max-width: 1200px) {
  .device-form__wrapper {
    width: 660px;
  }
  .device-form__item-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .device-form__select {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .device-form__select:nth-child(3) {
    margin-bottom: 0;
  }
  .device-form__button {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 26px;
  }
}
@media (max-width: 700px) {
  .device-form {
    margin-top: 0;
  }
  .device-form__wrapper {
    position: relative;
    width: 280px;
    padding: 0;
    background-color: #ffffff;
  }
  .device-form__close {
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: -41px;
    right: 0;
    display: none;
    width: 30px;
    height: 30px;
  }
  .device-form__close::before,
  .device-form__close::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 1px;
    width: 28px;
    height: 3px;
    background-color: #27ACE2;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .device-form__close::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .device-form__close--show {
    display: block;
  }
  .device-form__item-container {
    display: none;
    width: 100%;
    background-color: aliceblue;
  }
  .device-form__item-container--show {
    display: block;
  }
  .device-form__open {
    display: block;
    margin: 0 auto;
  }
  .device-form__open--show {
    display: none;
  }
  .device-form__select {
    width: 280px;
    margin-bottom: 14px;
  }
  .device-form__list--1 {
    z-index: 6;
  }
  .device-form__list--2 {
    z-index: 5;
  }
  .device-form__list--3 {
    z-index: 4;
  }
  .device-form__label::after {
    right: -261px;
  }
  .device-form__button {
    margin-top: 24px;
    margin-left: 77px;
    padding: 10px;
  }
}
.slider {
  margin-top: 20px;
}
.slider__wrapper {
  width: 1110px;
  margin: 0 auto;
}
.slider__content {
  padding: 65px 37px 72px 37px;
  background: url("./img/icon/shake-line-icon.png") 573px 210px no-repeat, url("./img/icon/circle-small-icon.png") 710px 129px no-repeat, url("./img/icon/triangle-red-icon.png") 694px 58px no-repeat, url("./img/icon/cirсle-icon.png") 947px 40px no-repeat, url("./img/icon/triangle-blue-icon.png") 984px 115px no-repeat, url("./img/icon/dagger-icon.png") 971px 194px no-repeat, url("./img/slider-bg@1x.jpg") no-repeat;
}
.slider__title {
  width: 578px;
  margin: 0;
  font-weight: 900;
  font-size: 36px;
  line-height: 38px;
}
.slider__text {
  width: 457px;
  margin: 0;
  margin-top: 12px;
  font-size: 18px;
}
.slider__button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  margin-top: 32px;
}
@media (max-width: 1200px) {
  .slider__wrapper {
    width: 660px;
  }
  .slider__content {
    background: url("./img/slider-bg-tablet@1.jpg") center bottom no-repeat;
    background-size: cover;
  }
  .slider__pagination {
    right: 65px!important;
    bottom: 17px!important;
  }
  .slider__title {
    width: 400px;
  }
  .slider__text {
    width: 350px;
  }
}
@media (max-width: 700px) {
  .slider__wrapper {
    width: 320px;
  }
  .slider__content {
    width: 320px;
    padding: 26px 20px 39px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("./img/icon/shake-line-icon.png") 182px 109px no-repeat, url("./img/icon/circle-small-icon.png") 205px 85px no-repeat, url("./img/icon/triangle-red-icon.png") 199px 58px no-repeat, url("./img/icon/cirсle-icon.png") 282px 42px no-repeat, url("./img/icon/triangle-blue-icon.png") 299px 88px no-repeat, url("./img/slider-bg-mobile@1x.jpg") no-repeat;
    background-size: 30px 4px, 5px 5px, 8px 10px, 11px 11px, 10px 10px, cover;
  }
  .slider__title {
    width: 165px;
    font-size: 18px;
    line-height: 19px;
  }
  .slider__text {
    width: 185px;
    margin-top: 16px;
    font-size: 14px;
  }
  .slider__pagination {
    right: 4px!important;
    bottom: 76px!important;
  }
  .slider__button {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .slider-buffer {
    min-height: 74px;
  }
}
.repair-steps {
  margin-top: 34px;
  background-color: #F5F5F5;
}
.repair-steps__wrapper {
  width: 1110px;
  margin: 0 auto;
  padding-top: 37px;
  padding-bottom: 44px;
}
.repair-steps__title {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #3D3D3D;
}
.repair-steps__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  margin-top: 33px;
  padding: 0;
}
.repair-steps__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 288px;
}
.repair-steps__item--left,
.repair-steps__item--center {
  position: relative;
}
.repair-steps__item--left::before,
.repair-steps__item--center::before {
  content: "";
  position: absolute;
  top: 53px;
  left: 220px;
  width: 196px;
  height: 47px;
  background: url(./img/icon/line-icon.svg) 0 21px no-repeat, url(./img/icon/double-arrow.svg) 70px 0px no-repeat, url(./img/icon/line-icon.svg) 124px 21px no-repeat;
}
.repair-steps__item--center {
  margin-left: 90px;
  margin-right: 90px;
}
.repair-steps__number {
  position: absolute;
  left: 25px;
  top: -10px;
  display: block;
  font-weight: 700;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-size: 144px;
  line-height: 172px;
  text-transform: uppercase;
  color: #D4E4EF;
}
.repair-steps__image {
  min-width: auto;
}
.repair-steps__text {
  width: 288px;
  margin: 0;
  margin-top: 20px;
  text-align: center;
}
.repair-steps__text--1 {
  margin-top: 12px;
}
@media (max-width: 1200px) {
  .repair-steps__wrapper {
    width: 660px;
  }
  .repair-steps__title {
    padding: 0 80px;
    text-align: center;
    line-height: normal;
  }
  .repair-steps__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .repair-steps__item--center {
    margin: 0;
  }
  .repair-steps__item {
    margin-bottom: 85px;
  }
  .repair-steps__item:last-child {
    margin-bottom: 0;
  }
  .repair-steps__item--left::before,
  .repair-steps__item--center::before {
    top: 225px;
    left: 31px;
    -webkit-transform: rotate(89deg);
            transform: rotate(89deg);
    background: url(./img/icon/double-arrow.svg) 70px 0px no-repeat;
  }
  .repair-steps__item--center::before {
    top: 250px;
  }
}
@media (max-width: 700px) {
  .repair-steps__wrapper {
    width: 280px;
    padding-top: 22px;
    padding-bottom: 30px;
  }
  .repair-steps {
    margin-top: 0;
  }
  .repair-steps__title {
    width: 205px;
    margin: 0 auto;
    padding: 0;
    font-size: 26px;
    line-height: normal;
  }
  .repair-steps__list {
    margin-top: 27px;
  }
  .repair-steps--top {
    margin-top: 30px;
  }
}
.advantages__wrapper {
  width: 1070px;
  margin: 0 auto;
  padding-top: 49px;
  padding-bottom: 56px;
}
.advantages__title {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #3D3D3D;
}
.advantages__sub-title {
  margin: 0;
  margin-top: 5px;
  text-align: center;
}
.advantages__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
}
.advantages__image-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 148px;
  height: 148px;
  background-color: #F3F8FB;
  border-radius: 50%;
}
@-webkit-keyframes rotate-1 {
  0% {
    -webkit-transform-origin: 45.5px 29.5px;
            transform-origin: 45.5px 29.5px;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: 45.5px 29.5px;
            transform-origin: 45.5px 29.5px;
  }
}
@keyframes rotate-1 {
  0% {
    -webkit-transform-origin: 45.5px 29.5px;
            transform-origin: 45.5px 29.5px;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: 45.5px 29.5px;
            transform-origin: 45.5px 29.5px;
  }
}
@-webkit-keyframes rotate-2 {
  0% {
    -webkit-transform-origin: 51px 42px;
            transform-origin: 51px 42px;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: 51px 42px;
            transform-origin: 51px 42px;
  }
}
@keyframes rotate-2 {
  0% {
    -webkit-transform-origin: 51px 42px;
            transform-origin: 51px 42px;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: 51px 42px;
            transform-origin: 51px 42px;
  }
}
@-webkit-keyframes rotate-3 {
  0% {
    -webkit-transform-origin: 44px 44px;
            transform-origin: 44px 44px;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: 44px 44px;
            transform-origin: 44px 44px;
  }
}
@keyframes rotate-3 {
  0% {
    -webkit-transform-origin: 44px 44px;
            transform-origin: 44px 44px;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: 44px 44px;
            transform-origin: 44px 44px;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.advantages__image-block:hover .advantages__anim-1 {
  -webkit-animation: rotate-1 2s infinite 0s linear;
          animation: rotate-1 2s infinite 0s linear;
}
.advantages__image-block:hover .advantages__anim-2 {
  -webkit-animation: rotate-2 2s infinite 0s linear;
          animation: rotate-2 2s infinite 0s linear;
}
.advantages__image-block:hover .advantages__anim-3 {
  -webkit-animation: rotate-3 2s infinite 0s linear;
          animation: rotate-3 2s infinite 0s linear;
}
.advantages__image-block:hover .advantages__anim-4 {
  -webkit-animation: opacity 2s infinite 0s linear;
          animation: opacity 2s infinite 0s linear;
}
.advantages__description {
  width: 100%;
  margin: 0;
  margin-top: 11px;
  text-align: center;
  font-weight: 700;
}
.advantages__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 458px;
  margin: 0 auto;
  margin-top: 39px;
}
.advantages__button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .advantages__wrapper {
    width: 660px;
  }
  .advantages__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .advantages__item {
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .advantages__wrapper {
    width: 280px;
    padding-top: 18px;
    padding-bottom: 34px;
  }
  .advantages__title {
    font-size: 26px;
  }
  .advantages__list {
    margin-top: 12px;
  }
  .advantages__item {
    margin-bottom: 11px;
  }
  .advantages__item:last-child {
    margin-bottom: 0;
  }
  .advantages__buttons {
    width: 280px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 29px;
  }
  .advantages__button {
    margin-bottom: 16px;
  }
  .advantages__button:last-child {
    margin-bottom: 0;
  }
}
.contacts-form {
  position: fixed;
  top: 0;
  z-index: 7;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.contacts-form--show {
  display: block;
}
.contacts-form__wrapper {
  position: fixed;
  left: 50%;
  top: 20%;
  width: 472px;
  margin-left: -231px;
  background-color: #FFFFFF;
  border-radius: 4px;
}
.contacts-form__top {
  margin-top: -26px;
  padding: 12px 36px;
  background-color: #F3F8FB;
  border-radius: 4px;
}
.contacts-form__title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  color: #00254A;
}
.contacts-form-bottom {
  width: 390px;
  padding-top: 24px;
  padding-bottom: 35px;
  margin-left: 39px;
  background-color: #ffffff;
}
.contacts-form__field {
  margin: 0;
}
.contacts-form__label {
  display: block;
  margin-left: 10px;
}
.contacts-form__input {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 14px;
  padding: 10px 11px 9px 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(23, 113, 185, 0.2);
  border-radius: 4px;
}
.contacts-form__input::-webkit-input-placeholder {
  font-size: 14px;
  color: #374561;
  opacity: 0.4;
}
.contacts-form__input:-ms-input-placeholder {
  font-size: 14px;
  color: #374561;
  opacity: 0.4;
}
.contacts-form__input::-ms-input-placeholder {
  font-size: 14px;
  color: #374561;
  opacity: 0.4;
}
.contacts-form__input::placeholder {
  font-size: 14px;
  color: #374561;
  opacity: 0.4;
}
.contacts-form__button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  margin-top: 5px;
  margin-left: 91px;
}
.contacts-form__close {
  top: -20px;
  left: 745px;
}
@media (max-width: 1200px) {
  .contacts-form__close {
    left: 520px;
  }
}
@media (max-width: 700px) {
  .contacts-form__wrapper {
    margin-left: -160px;
  }
  .contacts-form__wrapper,
  .contacts-form-bottom {
    width: 320px;
  }
  .contacts-form-bottom {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contacts-form__title {
    font-size: 17px;
  }
  .contacts-form__top {
    padding: 12px 15px;
  }
  .contacts-form__button {
    margin-left: 33px;
  }
  .contacts-form__close {
    top: -35px;
    left: 294px;
  }
}
.thank-window {
  position: fixed;
  top: 0;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.thank-window__wrapper {
  position: fixed;
  left: 50%;
  top: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 472px;
  margin-left: -231px;
  padding-top: 40px;
  padding-bottom: 37px;
  background-color: #FFFFFF;
  border-radius: 4px;
}
.thank-window__title {
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
}
.thank-window__text {
  width: 300px;
  margin: 0;
  margin-top: 17px;
  text-align: center;
  font-size: 18px;
}
.thank-window__button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  margin-top: 28px;
}
@media (max-width: 700px) {
  .thank-window__wrapper {
    width: 320px;
    margin-left: -160px;
  }
}
.info {
  background-color: #F5F5F5;
}
.info--tips {
  margin-top: 28px;
}
.info__wrapper {
  width: 1110px;
  margin: 0 auto;
  padding-top: 33px;
  padding-bottom: 43px;
}
.info__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 430px;
  margin-left: 385px;
  padding-bottom: 15px;
}
.info__link {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  font-size: 30px;
  line-height: normal;
  color: #3D3D3D;
  text-decoration: none;
  outline: none;
}
.info__link:hover::before,
.info__link--active::before {
  content: "";
  position: absolute;
  left: -30px;
  right: -30px;
  bottom: -14px;
  height: 4px;
  background-color: #27ACE2;
}
.info__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  margin-top: -1px;
  padding: 0;
  padding-top: 40px;
  border-top: 1px solid #D4E4EF;
}
.info__list--close {
  display: none;
}
.info__photo {
  width: 352px;
  height: 205px;
  overflow: hidden;
}
.info__img {
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.info__img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.info__text {
  display: block;
  width: 357px;
  margin: 0;
  margin-top: 14px;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  text-decoration: none;
  color: #3D3D3D;
}
.info__text:hover {
  color: #27ACE2;
}
.info__text--small {
  width: 230px;
}
.info__action-link {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  text-decoration: none;
}
.info__action-link--close {
  display: none;
}
.info--tips {
  margin-top: 62px;
}
@media (max-width: 1200px) {
  .info__wrapper {
    width: 660px;
  }
  .info__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .info__item {
    margin-bottom: 35px;
  }
  .info__item:last-child {
    margin-bottom: 0;
  }
  .info__links {
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  .info__wrapper {
    width: 280px;
    padding-top: 19px;
    padding-bottom: 30px;
  }
  .info__links {
    width: 280px;
  }
  .info__link {
    font-size: 21px;
  }
  .info__link:nth-child(1) {
    margin-left: 15px;
  }
  .info__link:nth-child(2) {
    margin-right: 15px;
  }
  .info__link--active::before,
  .info__link:hover::before {
    left: -15px;
    right: -15px;
  }
  .info__list {
    padding-top: 32px;
  }
  .info__item {
    display: none;
    width: 280px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .info__item:first-child {
    display: block;
  }
  .info__photo {
    width: 280px;
    height: 163px;
    margin: 0 auto;
  }
  .info__img {
    width: 280px;
  }
  .info__text {
    width: auto;
    font-size: 18px;
  }
  .info__action-link {
    margin-top: 17px;
  }
}
.map {
  padding-top: 50px;
  border-bottom: 5px solid #27ACE2;
}
.map__title {
  margin: 0;
  margin-bottom: 38px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: normal;
}
.map__iframe {
  display: block;
  width: 100%;
}
@media (max-width: 700px) {
  .map {
    padding-top: 28px;
  }
  .map__title {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.sub-info {
  padding-top: 55px;
}
.sub-info__wrapper {
  width: 1110px;
  margin: 0 auto;
}
.sub-info__text {
  position: relative;
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
}
.sub-info__text--hidden {
  display: none;
}
.sub-info__text--opacity {
  position: relative;
}
.sub-info__text--opacity::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #ffffff;
  opacity: 0.5;
}
.sub-info__link {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  display: block;
  margin-top: 8px;
  color: #3999E5;
  text-decoration: underline;
}
.sub-info__link:hover {
  color: #0060AA;
}
.sub-info__link--hidden {
  display: none;
}
.sub-info--repair-sg {
  display: none;
}
@media (max-width: 1200px) {
  .sub-info__wrapper {
    width: 660px;
  }
}
@media (max-width: 700px) {
  .sub-info {
    padding-top: 31px;
  }
  .sub-info__wrapper {
    width: 280px;
  }
  .sub-info__text--opacity::after {
    height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  }
  .sub-info--repair-sg {
    display: block;
  }
}
.footer {
  margin-top: 54px;
  border-top: 1px solid #D4E4EF;
}
.footer__wrapper {
  width: 1110px;
  margin: 0 auto;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 21px;
  padding-bottom: 28px;
  border-bottom: 1px solid #D4E4EF;
}
.footer__main-info {
  width: 228px;
}
.footer__contacts {
  margin-top: 21px;
}
.footer__contacts-email,
.footer__contacts-address {
  display: block;
  margin-bottom: 10px;
  padding-left: 27px;
  font-size: 14px;
  color: #00254A;
  text-decoration: none;
}
.footer__contacts-email {
  text-decoration: underline;
  background-image: url("./img/icon/email-icon.svg");
  background-repeat: no-repeat;
  background-position: 0 3px;
}
.footer__contacts-email:hover {
  color: #27ACE2;
}
.footer__contacts-address {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  background-image: url("./img/icon/marker-icon.svg");
  background-repeat: no-repeat;
  background-position: 4px 3px;
}
.footer__tel-contacts {
  margin-top: 18px;
}
.footer__list {
  width: 140px;
  margin-top: 8px;
  margin-left: 275px;
}
.footer__site-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__list-title,
.footer__additional-title {
  margin: 0;
  margin-bottom: 17px;
  font-weight: 700;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-size: 18px;
  color: #374561;
  opacity: 0.4;
}
.footer__additional-info {
  width: 218px;
  margin-top: 8px;
  margin-left: 200px;
}
.footer__additional-services {
    display: block;
    margin-bottom: 13px;
    text-decoration: none;
    color: black;
}
.footer__additional-services:hover {
  color: #27ACE2;
}
.footer__social {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 85px;
}
.footer__copyright {
  padding: 18px 0;
}
.footer__copyright-text {
  margin: 0;
  line-height: normal;
  font-size: 12px;
  color: #00254A;
  opacity: 0.7;
}
.footer-services__buttons {
  display: none;
}
@media (max-width: 1200px) {
  .footer__wrapper {
    width: 660px;
  }
  .footer__list {
    display: none;
  }
}
@media (max-width: 700px) {
  .footer__wrapper {
    width: 280px;
  }
  .footer__top {
    position: relative;
    padding-bottom: 68px;
  }
  .footer-services__buttons {
    display: block;
  }
  .footer-services__button {
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
  }
  .footer-services__button:first-child {
    margin-bottom: 16px;
  }
  .footer-services__buttons {
    width: 214px;
    margin: 0 auto;
    margin-top: 22px;
  }
  .footer__additional-title,
  .footer__additional-services {
    display: none;
  }
  .footer__contacts-email {
    position: absolute;
    top: 105px;
    right: 0;
    margin-bottom: 0;
    background-image: none;
  }
  .footer__contacts-address {
    width: 110px;
    margin-top: 8px;
    font-size: 11px;
    line-height: 15px;
    padding-left: 0;
    background-image: none;
  }
  .footer__tel-contacts {
    position: absolute;
    top: 20px;
    right: -25px;
    margin-top: 0;
  }
  .footer__contacts {
    margin-top: 0;
  }
  .footer__additional-info {
    position: absolute;
    top: 100px;
    left: -5px;
    margin-top: 0;
    margin-left: 0;
  }
  .footer__social {
    margin-top: 0;
  }
  .footer__copyright {
    padding: 0;
  }
  .footer__copyright-text {
    font-size: 10px;
    padding-top: 7px;
    padding-bottom: 9px;
  }
  .footer-services__link {
    display: block;
    width: 214px;
  }
  .footer-services__link--mobile {
    display: none;
  }
}
.to-top-link {
  position: fixed;
  right: 2%;
  bottom: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  background-color: rgba(28, 35, 49, 0.05);
  border-radius: 50%;
}
.to-top-link:hover {
  background-color: rgba(28, 35, 49, 0.1);
}
.to-top-link--hidden {
  display: none;
}
.to-top-link__arrow {
  position: relative;
  display: block;
  width: 2px;
  height: 15px;
  background-color: #b0b2b8;
  border-radius: 15px;
}
.to-top-link__arrow::before,
.to-top-link__arrow::after {
  content: "";
  position: absolute;
  top: 2.9px;
  left: 0;
  width: 8px;
  height: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #b0b2b8;
}
.to-top-link__arrow::after {
  left: -6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.breadcrumbs {
  margin-top: 29px;
}
.breadcrumbs__wrapper {
  width: 1110px;
  margin: 0 auto;
}
.breadcrumbs__link {
  font-size: 13px;
  color: #00254A;
  margin-right: 20px;
}
.breadcrumbs__link[href]:hover {
  color: #27ACE2;
}
.breadcrumbs__link[href] {
  position: relative;
}
.breadcrumbs__link[href]::after {
  content: "/";
  position: absolute;
  right: -15px;
}
.breadcrumbs__link--show {
  display: none;
}
@media (max-width: 1200px) {
  .breadcrumbs__wrapper {
    width: 660px;
  }
}
@media (max-width: 700px) {
  .breadcrumbs--small {
    margin: 0;
  }
  .breadcrumbs__wrapper {
    width: 280px;
  }
  .breadcrumbs__link--hidden {
    display: none;
  }
  .breadcrumbs__link--show {
    display: block;
  }
  .breadcrumbs__link--show[href] {
    position: relative;
    padding-left: 15px;
    text-decoration: none;
  }
  .breadcrumbs__link--show[href]::after {
    content: "";
    left: 0;
    top: 3px;
    width: 10px;
    height: 10px;
    border: 2px solid #000000;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .breadcrumbs__link--show::after:hover {
    border: 2px solid #27ACE2;
  }
}
.our-contacts {
  padding-top: 22px;
}
.our-contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1110px;
  margin: 0 auto;
}
.our-contacts__info {
  width: 477px;
}
.our-contacts__title {
  margin: 0;
  font-weight: bold;
  line-height: normal;
  font-size: 36px;
  color: #3D3D3D;
}
.our-contacts__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 31px;
}
.our-contacts__item {
  position: relative;
  width: 180px;
  padding-left: 33px;
  font-style: normal;
  line-height: normal;
  font-size: 17px;
  color: #00254A;
  margin-bottom: 24px;
}
.our-contacts__item:last-child {
  margin-bottom: 0;
}
.our-contacts__item--graphic {
  position: relative;
}
.our-contacts__item--graphic::before {
  content: "";
  position: absolute;
  left: 0;
  width: 23px;
  height: 23px;
  background-image: url("./img/icon/contacts-icon.svg");
  background-repeat: no-repeat;
}
.our-contacts__item--graphic::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  z-index: 2;
  width: 14px;
  height: 14px;
  background-image: url("./img/icon/graphic-icon.svg");
  background-repeat: no-repeat;
}
.our-contacts__link {
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
  color: #00254A;
  text-decoration: none;
}
.our-contacts__link:hover {
  color: #27ACE2;
}
.our-contacts__item--call,
.our-contacts__item--email {
  position: relative;
}
.our-contacts__item--call::before,
.our-contacts__item--email::before {
  content: "";
  position: absolute;
  left: 0;
  width: 23px;
  height: 23px;
  background-image: url("./img/icon/call-icon.svg");
  background-repeat: no-repeat;
}
.our-contacts__item--email::before {
  background-image: url("./img/icon/mail-icon.svg");
  background-repeat: no-repeat;
}
.our-contacts__social {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 38px;
  margin-left: -3px;
}
.our-contacts__address {
  margin-top: 48px;
}
.our-contacts__sub-title {
  margin: 0;
  line-height: normal;
  font-size: 30px;
  color: #3D3D3D;
}
.our-contacts__address-text {
  margin: 0;
  margin-top: 17px;
  line-height: 26px;
  font-size: 16px;
  color: #3D3D3D;
}
.our-contacts__photo {
  margin-top: 36px;
}
.our-contacts__img {
  min-width: auto;
}
@media (max-width: 1200px) {
  .our-contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 660px;
  }
}
@media (max-width: 700px) {
  .our-contacts__wrapper {
    width: 280px;
  }
  .our-contacts__title span {
    display: none;
  }
  .our-contacts__title {
    font-size: 26px;
    line-height: normal;
  }
  .our-contacts__info {
    width: 280px;
  }
  .our-contacts__address {
    width: 280px;
    margin-top: 27px;
  }
  .our-contacts__sub-title {
    font-size: 21px;
    line-height: normal;
  }
  .our-contacts__img {
    width: 280px;
  }
  .our-contacts__photo {
    margin-top: 25px;
  }
}
.model {
  margin-top: 22px;
  padding-bottom: 30px;
}
.model__wrapper {
  width: 1110px;
  margin: 0 auto;
}
.model__tittle {
  margin: 0;
  line-height: normal;
  font-size: 36px;
  color: #333333;
}
.model__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  width: 100%;
}
.model__item {
  position: relative;
  width: 236px;
  height: 260px;
  margin-right: -18px;
  margin-bottom: 30px;
}
.model__item:nth-child(5n + 5) {
  margin-right: 0;
}
.model__item-block {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 236px;
  padding-top: 30px;
  padding-bottom: 24px;
  background-color: lightgreen;
  background: #FFFFFF;
  border-radius: 4px;
}
.model__item-block:hover {
  z-index: 2;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 37, 74, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 37, 74, 0.2);
}
.model__image {
  min-width: auto;
  max-height:200px;
  max-width:120px;
}
.model__name {
  width: 150px;
  margin: 0;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  line-height: normal;
  font-size: 18px;
  color: #3D3D3D;
  text-decoration:none;
}
.model__button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  display: none;
  margin-top: 19px;
  text-align: center;
}
.model__item-block:hover .model__button {
  display: block;
}
.model__more-button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 75px;
}
@media (max-width: 1200px) {
  .model__wrapper {
    width: 660px;
  }
  .model__item:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  .model__wrapper {
    width: 280px;
  }
  .model__item,
  .model__item-block {
    width: 135px;
  }
  .model__item {
    margin-right: 10px;
  }
  .model__name {
    width: 135px;
    font-size: 16px;
  }
  .model__more-button {
    margin-top: 27px;
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
  margin: 0 auto;
  margin-top: 56px;
}
.pagination__button {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #3D3D3D;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pagination__button:hover {
  border-color: #27ACE2;
}
.pagination__button--prev {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.pagination__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 279px;
}
.pagination__link,
.pagination__end {
  font-weight: bold;
  line-height: normal;
  font-size: 24px;
  text-decoration: none;
  color: #3D3D3D;
}
.pagination__link:hover,
.pagination__link--active {
  color: #27ACE2;
}
.pagination__button--hidden {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 700px) {
  .pagination {
    width: 280px;
  }
  .pagination__link {
    font-size: 21px;
    line-height: normal;
  }
  .pagination__list {
    width: 244px;
  }
  .pagination__button {
    width: 16px;
    height: 16px;
    margin-top: -3px;
  }
}
.model-repair {
  margin-top: 25px;
}
.model-repair__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1110px;
  margin: 0 auto;
}
.model-repair__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 778px;
}
.model-repair__image {
  min-width: auto;
}
.model-repair__title {
  margin: 0;
  margin-top: 16px;
  font-weight: bold;
  font-size: 36px;
  line-height: normal;
  text-align: center;
  color: #3D3D3D;
}
.model-repair__table {
  width: 100%;
  margin-top: 20px;
  text-align: left;
}
.model-repair__table-container {
  width: 100%;
  margin-top: 26px;
  padding: 29px 33px 39px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 37, 74, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 37, 74, 0.2);
}
.model-repair__sub-title {
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #00254A;
}
.model-repair__right-cell {
  text-align: right;
}
.model-repair__column {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #D4E4EF;
}
.model-repair__column--heading {
  padding: 0;
  border: none;
}
.model-repair__table tr,
.model-repair__table th {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #3D3D3D;
}
.model-repair__link {
  color: #00254A;
  text-decoration: none;
}
.model-repair__link:hover {
  color: #27ACE2;
  text-decoration: underline;
}
.model-repair__label {
  position: relative;
  display: block;
  padding-left: 44px;
}
.model-repair__label::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #0060AA;
  border-radius: 4px;
  cursor: pointer;
}
.model-repair__input:checked + .model-repair__label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  width: 12px;
  height: 6px;
  border: 2.5px solid #0060AA;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.model-repair__aside {
  width: 300px;
}
.model-repair__map {
  margin-top: 36px;
}
@media (max-width: 1200px) {
  .model-repair__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 660px;
  }
  .model-repair__data {
    width: 660px;
  }
  .model-repair__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 660px;
    margin-top: 30px;
  }
  .model-repair__map {
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  .model-repair__wrapper,
  .model-repair__data {
    width: 100%;
  }
  .model-repair__title {
    width: 280px;
    font-size: 26px;
    line-height: normal;
    text-align: center;
    color: #3D3D3D;
  }
  .model-repair__table tr,
  .model-repair__table th {
    font-size: 15px;
  }
  .model-repair__aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .model-repair__map {
    margin-top: 24px;
  }
}
.total-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  padding: 28px 29px 19px 31px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 37, 74, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 37, 74, 0.2);
}
.total-cost__title {
  margin: 0;
  line-height: normal;
  font-size: 24px;
  color: #3D3D3D;
}
.total-cost__value {
  margin-top: 32px;
  line-height: normal;
  font-size: 45px;
  color: #3D3D3D;
}
.total-cost__button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  margin-top: 41px;
}
.total-cost__text {
  margin: 0;
  margin-top: 30px;
  line-height: 21px;
  font-size: 15px;
}
@media (max-width: 700px) {
  .total-cost {
    width: 100%;
  }
  .total-cost__title {
    font-size: 16px;
  }
  .total-cost__value {
    font-size: 34px;
  }
  .total-cost__button {
    margin-top: 30px;
  }
  .total-cost__text {
    margin-top: 20px;
    color: #00254A;
  }
}
.small-map {
  width: 300px;
  padding-top: 22px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 37, 74, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 37, 74, 0.2);
}
.small-map__title {
  margin: 0;
  text-align: center;
  line-height: normal;
  font-size: 24px;
  color: #3D3D3D;
}
.small-map__iframe {
  display: block;
  width: 100%;
  height: 300px;
  margin-top: 23px;
}
@media (max-width: 700px) {
  .small-map {
    width: 100%;
  }
  .small-map__title {
    font-size: 16px;
  }
}
.advices {
  padding-top: 36px;
}
.advices--small {
  padding-top: 25px;
}
.advices--water {
  padding-top: 10px;
}
.advices__wrapper {
  width: 1110px;
  margin: 0 auto;
}
.advices__wrapper--small {
  width: auto;
  margin: 0;
}
.advices__item {
  margin-bottom: 30px;
}
.advices__item--water {
  margin-bottom: 10px;
}
.advices__title {
  margin: 0;
  line-height: normal;
  font-size: 30px;
  color: #333333;
}
.advices__title--small {
  font-size: 24px;
}
.advices__text {
  margin: 0;
  margin-top: 8px;
}
.advices__text a {
  color: #27ACE2;
  text-decoration: none;
}
.advices__text a:hover {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .advices__wrapper {
    width: 660px;
  }
}
@media (max-width: 700px) {
  .advices--hidden {
    display: none;
  }
  .advices__wrapper {
    width: 280px;
    margin: 0 auto;
  }
  .advices__title {
    font-size: 21px;
    line-height: normal;
  }
  .advices__item--hidden {
    display: none;
  }
}
.change-case {
  margin-top: 25px;
}
.change-case__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1110px;
  margin: 0 auto;
}
.change-case__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 778px;
}
.change-case__image {
  min-width: auto;
}
.change-case__title {
  margin: 0;
  margin-top: 16px;
  text-align: center;
  font-size: 36px;
  line-height: normal;
  color: #3D3D3D;
}
.change-case__aside {
  width: 300px;
}
@media (max-width: 1200px) {
  .change-case__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 660px;
  }
  .change-case__data {
    width: 660px;
  }
  .change-case__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .change-case__title {
    width: 240px;
    font-size: 26px;
    line-height: normal;
  }
}
@media (max-width: 700px) {
  .change-case__wrapper,
  .change-case__data {
    width: 100%;
  }
  .change-case__aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.repair-tips {
  margin-top: 22px;
}
.repair-tips__wrapper {
  width: 1110px;
  margin: 0 auto;
}
.repair-tips__title {
  margin: 0;
  font-weight: bold;
  line-height: normal;
  font-size: 36px;
  color: #3D3D3D;
}
.repair-tips__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}
.repair-tips__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}
.repair-tips__item:last-child {
  margin-bottom: 0;
}
.repair-tips__image {
  width: 535px;
  height: 258px;
  overflow: hidden;
  border-radius: 4px;
}
.repair-tips__img {
  display: block;
  min-width: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.repair-tips__img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.repair-tips__description {
  -ms-flex-item-align: center;
      align-self: center;
  width: 540px;
}
.repair-tips__sub-title {
  margin: 0;
  font-weight: bold;
  line-height: normal;
  font-size: 24px;
  color: #3D3D3D;
}
.repair-tips__date {
  display: block;
  margin-top: 8px;
  line-height: 21px;
  font-size: 15px;
  color: #84888B;
}
.repair-tips__text {
  margin: 0;
  margin-top: 11px;
  color: #333333;
}
.repair-tips__link {
  color: #3999E5;
}
.repair-tips__link:hover {
  color: #0060AA;
}
.repair-tips__button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 56px;
}
.repair-tips__item a {
  display: block;
  text-decoration: none;
}
.repair-tips__item a:hover .repair-tips__sub-title {
  color: #27ACE2;
}
@media (max-width: 1200px) {
  .repair-tips__wrapper {
    width: 660px;
  }
  .repair-tips__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .repair-tips__description {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .repair-tips__wrapper {
    width: 280px;
  }
  .repair-tips__title {
    font-size: 26px;
    line-height: normal;
  }
  .repair-tips__list {
    margin-top: 15px;
  }
  .repair-tips__item {
    margin-bottom: 25px;
  }
  .repair-tips__image {
    width: 280px;
    height: 137px;
  }
  .repair-tips__img {
    width: 280px;
  }
  .repair-tips__description {
    width: 280px;
  }
  .repair-tips__sub-title {
    font-size: 16px;
    line-height: normal;
  }
  .repair-tips__button {
    margin-top: 33px;
  }
  .repair-tips__pagination {
    margin-top: 35px;
  }
}
.into-water {
  margin-top: 27px;
}
.into-water__wrapper {
  width: 1110px;
  margin: 0 auto;
}
.into-water__title {
  margin: 0;
  font-weight: bold;
  font-size: 36px;
  line-height: normal;
  color: #3D3D3D;
}
.into-water__text {
  margin: 0;
  margin-top: 20px;
}
.into-water__img {
  display: block;
  min-width: auto;
  margin-top: 20px;
  border-radius: 10px;
}
.into-water__call {
  width: 192px;
  margin-top: 28px;
  margin-bottom: 15px;
}
.into-water__call-link {
  position: relative;
  padding-left: 30px;
  padding-bottom: 6px;
  font-weight: bold;
  line-height: normal;
  font-size: 17px;
  color: #00254A;
  text-decoration: none;
  border-bottom: 2px solid #27ACE2;
}
.into-water__call-link:hover {
  color: #27ACE2;
}
.into-water__call-link::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("./img/icon/call-icon.svg");
  background-repeat: no-repeat;
}
.into-water__call-text {
  margin: 0;
  margin-top: 5px;
  font-size: 16px;
  color: #333333;
}
@media (max-width: 1200px) {
  .into-water__wrapper {
    width: 660px;
  }
  .into-water__img {
    width: 660px;
  }
}
@media (max-width: 700px) {
  .into-water {
    margin-top: 11px;
  }
  .into-water__wrapper {
    width: 280px;
  }
  .into-water__title {
    font-size: 26px;
    line-height: normal;
  }
  .into-water__text {
    margin-top: 12px;
  }
  .into-water__img {
    width: 280px;
  }
}
.call-form {
  background-color: #F5F5F5;
}
.call-form__wrapper {
  width: 1110px;
  margin: 0 auto;
  padding-top: 28px;
  padding-bottom: 45px;
}
.call-form__title {
  font-weight: bold;
  line-height: normal;
  font-size: 24px;
  color: #3D3D3D;
}
.call-form__field {
  margin: 0;
}
.call-form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 14px;
}
.call-form__field {
  width: 390px;
  margin-right: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.call-form__label {
  display: block;
  margin-left: 9px;
}
.call-form__input {
  width: 100%;
  margin-top: 4px;
  padding: 9px 8px 9px 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(23, 113, 185, 0.2);
  border-radius: 4px;
}
.call-form__input::-webkit-input-placeholder {
  font-size: 14px;
  color: #374561;
  opacity: 0.4;
}
.call-form__input:-ms-input-placeholder {
  font-size: 14px;
  color: #374561;
  opacity: 0.4;
}
.call-form__input::-ms-input-placeholder {
  font-size: 14px;
  color: #374561;
  opacity: 0.4;
}
.call-form__input::placeholder {
  font-size: 14px;
  color: #374561;
  opacity: 0.4;
}
.call-form__button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .call-form__wrapper {
    width: 660px;
  }
  .call-form__field {
    width: 250px;
  }
}
@media (max-width: 700px) {
  .call-form__wrapper {
    width: 280px;
  }
  .call-form__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .call-form__title {
    margin: 0;
    font-size: 16px;
    line-height: normal;
  }
  .call-form__field {
    width: 100%;
    margin-right: 0;
    padding-bottom: 14px;
  }
  .call-form__button {
    margin: 0 auto;
    margin-top: 17px;
  }
}
.site-button {
  width: 226px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #27ACE2;
  border-radius: 4px;
}
.site-button:hover {
  background-color: #0060AA;
}
.site-button--small {
  width: 214px;
}
.site-button--cost,
.site-button--search {
  text-align: center;
  padding: 8px 10px;
  color: #27ACE2;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 2px solid #27ACE2;
}
.site-button--cost:hover,
.site-button--search:hover {
  color: #FFFFFF;
  border-color: transparent;
}
.site-button--search {
  width: 214px;
}
.site-button--form {
  width: 214px;
}
.site-button--thank {
  width: 147px;
}
.site-button--action {
  width: 177px;
  text-align: center;
  text-decoration: none;
}
.site-button--less {
  width: 178px;
}

.site-button--more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 218px;
  padding-left: 49px;
  padding-right: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
.site-button--more img {
  min-width: auto;
}
@media (max-width: 700px) {
  .site-button--less {
    width: 120px;
    font-size: 12px;
  }
}
/*Diagnostics-template*/



.Diagnostics-template .into-water__title{
  margin-top: 25px;
}
.Diagnostics-template-headline-block h1{
  font-size: 36px;
}
.Diagnostics-template-headline-block p{
  font-size: 20px;
}
.Diagnostics-template .into-water__wrapper{
  max-width: 100%;
}
.Diagnostics-template,
.Diagnostics-template-wrapper .widget{
  display: inline-block;
  vertical-align: top;
}
.Diagnostics-template{
  width: 778px;
  box-sizing: border-box;
}
.Diagnostics-template-wrapper .widget{
  width: 300px;
  height: 100%;
  box-sizing: border-box;
  margin-top: 75px;
  box-shadow: 0px 0px 10px rgba(0, 37, 74, 0.2);
  border-radius: 4px;
  margin-left: 28px;
}  
.Diagnostics-template-block-img{
  display: flex;
  height: 240px;
  margin-top: 35px;
  box-sizing: border-box;
}
.Diagnostics-template-block-img-img{
  width: 600px;
  margin-right: 30px;
  box-sizing: border-box;
}
.Diagnostics-template-block-img-img img{
  width: 100%;
  height: 100%;
}
.Diagnostics-template-block-text{
  width: 69%;
}
.Diagnostics-template-block-img-text a{
  color: black;
}
.Diagnostics-template-block-img-text a:hover{
  color: #27ACE2;
}
.Diagnostics-template-wrapper{
  max-width: 1110px;
  margin: 0 auto;
}
.Diagnostics-template-wrapper h2{
  font-size: 30px;
  line-height: 38px;
}
.Diagnostics-template ul{
  color: #27ACE2;
}
.Diagnostics-template ul span{
  color: black;
}
.Diagnostics-template-table{
  box-shadow: 0px 0px 10px rgba(0, 37, 74, 0.2);
  padding: 20px 25px;
}
.Diagnostics-template-table p{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D4E4EF;
  margin: 0;
  padding: 20px 0;
}
.Diagnostics-template-table p:first-child{
  border-top: 0;
  color: #858585;
}
.Diagnostics-template-table-down{
  margin-top: 20px;
}
.Diagnostics-template-block_btn{
  border: 10px solid #AAD9FE;
  text-align: center;
  font-size: 20px;
  padding-bottom: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.Diagnostics-template-table span{
  text-align: left;
  font-weight: bold;
}
.Diagnostics-template-table-down{
  margin-bottom: 35px;
}
.Diagnostics-template li{
  line-height: 34px;
}
.Diagnostics-template-block_btn p{
  font-weight: bold;
}
.Diagnostics-template-block_btn p:nth-child(1){
  margin-bottom: 15px;
}
.Diagnostics-template-block_btn p:nth-child(2){
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 13px;
  margin-top: 0;
}
.Diagnostics-template-block_btn button{
  width: 250px;
}
.Diagnostics-template-block_btn button:hover{
  color: white;
}
.Diagnostics-template-wrapper .widget-title{
  text-align: center;
}
.Diagnostics-template-post-center{
  position: relative;
  background-color: #F5F6F6;
  margin: 35px 0;
}
.Diagnostics-template-post-center p{
  padding: 25px;
  margin: 0;
}
.Diagnostics-template-post-center-img{
  position: absolute;
  top: -20%;
  left: 3%;
  width: 36px;
  height: 36px;
}
.Diagnostics-template .wp-block-media-text a{
  color: black;
}
.Diagnostics-template .wp-block-media-text a:hover{
  color: #27ACE2;
}
.Diagnostics-template-title-p{
  font-style: italic;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  margin: 10px 0 35px 0;
}
@media (max-width: 1200px) {
 .Diagnostics-template,
  .widget{
  display: block;
}
.Diagnostics-template-wrapper .widget{
  width: 100%;
  margin-left: 0;
  margin-top: 35px;
}
.Diagnostics-template-wrapper .widget-title{
  text-align: left;
  padding-left: 35px;
}
  .Diagnostics-template-wrapper{
    width: 660px;
  }
  .Diagnostics-template{
    width: 100%;
  }
  .Diagnostics-template-title-p{
    margin-bottom: 10px;
  }
}
@media (max-width: 700px){
   .Diagnostics-template-wrapper{
      width: 320px;
      padding: 0 15px;
      box-sizing: border-box;
  }
  .Diagnostics-template-block-img{
    display: block;
    height: 100%;
  }
  .Diagnostics-template-block-img-img{
    width: 100%;
  }
  .Diagnostics-template-wrapper h2{
    font-size: 21px;
    line-height: 25px;
  }
  .into-water__wrapper ul{
    padding-left: 15px;
  }
  .Diagnostics-template-table p{
    align-items: center;
  }
  .Diagnostics-template .wp-block-media-text{
    display: block;
  }
 .Diagnostics-template .wp-block-media-text__content{
  padding: 0;
 }
 .Diagnostics-template-wrapper .widget{
  margin-bottom: 10px;
 }
 .Diagnostics-template li{
  line-height: 24px;
  margin-bottom: 10px;
 }
	
	.sub-info__wrapper li {
	margin: 10px; 
	}
}


