/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #fff;
  font-size: 1em;
  line-height: 1.4;
  background: #000000;
}

html, body {
  font-family: 'Inter', sans-serif;
}

body {
  overflow-x: hidden;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.container {
  padding: 0 15px;
}
@media (min-width: 575.98px){
  .container {
    max-width: 540px;
    margin: auto;
    padding: 0;
  }
}

@media (min-width: 767.98px){
  .container {
    max-width: 720px;
  }
}

@media (min-width: 991.98px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1199.98px){
  .container {
    max-width: 1160px;
  }
}

a {
  color: #FFFFFF;
  text-decoration: none;
}
.header {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 3;
  background-color: #1047A9;
  opacity: .7;
}
.header .container  {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_left {
  min-height: 100%;
  display: flex;
  align-items: center;
}
.header_right {
  display: flex;
  justify-content: flex-end;
}
.header_menu ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  margin: 0 56px 0;
}
.header_menu ul li {
  margin-right: 56px;
}
.header_menu ul li:last-child {
  margin-right: 0;
}
.header_menu ul li a {
  padding: 31px 5px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}
.header_menu ul li a:hover {
  padding: 31px 5px 28px;
  border-bottom: 3px solid #1047A9;
  font-weight: bold;
}
.header_contacts {
  min-height: 100%;
  padding: 0 20px;
  display: flex;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  flex-direction: column;
  justify-content: center;
}
.header_contacts a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
.header_btn {
  padding: 0 50px;
  outline: none;
  background: #1047A9;
  border: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}
.header_btn::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom:0;
  display: none;
  background: rgba(0, 0, 0, 0.2);
}
.header_btn:hover::after{
  display: block;
}
/* Section Slider */
.section_slider {
  position: relative;
}
.slick-slide {
  position: relative;
  max-height: 100vh;
}
.slider img {
  width: 100%;
  position: relative;
  z-index: -1;
  object-fit: contain;
}

.slide_content {
  width: 100%;
  position: absolute;
  bottom: 10%;
  z-index: 2;
}
.slide_content .container {
  position: relative;
}
.slide_content h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 56px;
  color: #FFFFFF;
  margin: 0;
}
.slide_content .slide_content__desc {
  margin-top: 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.slide_content hr {
  position: absolute;
  width: 123%;
  margin-top: 15px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.slide_content h2:first-child::after {
  display: none;
}

.slick-dots {
  position: absolute;
  top: 40%;
  right: 22%;
  list-style: none;
  z-index: 3;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin-bottom: 14px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.6);
}
.slick-dots li button {
  display: none;
}

.slider_arrows {
  position: absolute;
  display: flex;
  right: 22%;
  bottom: 10%;
  z-index: 3;
}
.slider_prev {
  margin-right: 40px;
  cursor: pointer;
}
.slider_next {
  cursor: pointer;
}
.slider_prev:hover svg path,
.slider_next:hover svg path {
  fill-opacity: 0.6;
}

/* Section Advantage */
.section_advantage {
  padding-top: 112px;
}
.section_advantage h2 {
  margin-bottom: 71px;
}
.section_advantage .line {
  margin-top: -65px;
}
.advantage_row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.advantage_col {
  height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.advantage_row:nth-child(2n) .advantage_col:first-child{
  width: calc(50% + 21px);
}
.advantage_row:nth-child(2n) .advantage_col:last-child{
  width: calc(50% - 21px);
}
.advantage_row:nth-child(2n+1) .advantage_col:first-child{
  width: calc(50% - 21px);
}
.advantage_row:nth-child(2n+1) .advantage_col:last-child{
  width: calc(50% + 21px);
}
.advantage_row:nth-child(2n+1) .advantage_col:last-child h3,
.advantage_row:nth-child(2n+1) .advantage_col:last-child p {
  margin-left: 40px;
}
.advantage_row:nth-child(2) {
  background: url("/img/a4.png") right center no-repeat;
  background-size: cover;
}
.advantage_row:nth-child(2) .advantage_col:first-child {
  background: url("/img/b1.png") left center no-repeat;
  background-size: 100% 100%;
}
.advantage_row:nth-child(3) {
  background: url("/img/a2.png") left center no-repeat;
  background-size: cover;
}
.advantage_row:nth-child(3) .advantage_col:last-child {
  background: url("/img/b2.png") right center no-repeat;
  background-size: 100% 100%;
}
.advantage_row:nth-child(4) {
  background: url("/img/a3.png") right center no-repeat;
  background-size: cover;
}
.advantage_row:nth-child(4) .advantage_col:first-child {
  background: url("/img/b3.png") left center no-repeat;
  background-size: 100% 100%;
}
.advantage_row:nth-child(5) {
  background: url("/img/a1.png") left center no-repeat;
  background-size: cover;
}
.advantage_row:nth-child(5) .advantage_col:last-child {
  background: url("/img/b4.png") right center no-repeat;
  background-size: 100% 100%;
}
.advantage_row:nth-child(6) {
  background: url("/img/a5.png") right center no-repeat;
  background-size: cover;
}
.advantage_row:nth-child(6) .advantage_col:first-child {
  background: url("/img/b5.png") left center no-repeat;
  background-size: 100% 100%;
}
.advantage_row:nth-child(7) {
  background: url("/img/a6.png") left center no-repeat;
  background-size: cover;
}
.advantage_row:nth-child(7) .advantage_col:last-child {
  background: url("/img/b6.png") right center no-repeat;
  background-size: 100% 100%;
}

/* Section Service */

h2 {
  position: relative;
  display: inline-block;
  padding-right: 26px;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
}

h2::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 18px;
  height: 24px;
  background: url("/img/h2.png") no-repeat;
}
.section_service h2 {
  margin-top: 105px;
  margin-bottom: 83px;
}
.line {
  position: absolute;
  width: 133%;
  margin-top: -70px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.service_row {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.service_row:first-child {
  margin-top: 84px;
}
.service_col {
  width: calc(50% - 20px);
}

.accordion {
  position: relative;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom:  2px solid #1047A9;
  box-sizing: border-box;
  cursor: pointer;
  padding: 5px 50px 5px;
  width: 100%;
  min-height: 70px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  text-align: left;
}
.accordion:after {
  content: '';
  width: 20px;
  height: 10px;
  background: url("/img/acc.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}
.accordion.active::after{
  background: url("/img/acc-active.png") no-repeat;
}
.accordion.active, .accordion:hover {
  background: #1047A9;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}

.panel {
  padding: 22px 24px;
  background: #1A1A1A;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  display: none;
  overflow: hidden;
}

.btn {
  position: relative;
  padding: 12px 42px;
  background: #1047A9;
  border: 1px solid #1047A9;
  outline: none;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}

.btn::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom:0;
  display: none;
  background: rgba(0, 0, 0, 0.2);
}
.btn:hover::after{
  display: block;
}
.btn:disabled {
  background: rgba(0, 0, 0, 0.4);
}
/* Section Form */
form {
  width: 50%;
}
.section_form {
  background: #1047A9;
  padding-top: 97px;
  padding-bottom: 112px;
}
.section_form h2 {
  margin-bottom: 14px;
}
.section_form p {
  margin-top: 0;
  margin-bottom: 49px;
}
.section_form .line {
  margin-top: -10px;
}
.form_row {
  display: flex;
  align-items: center;
}
.col_form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form_row:first-child .col_form:nth-child(1){
  margin-right: 20px;
}
.form_row:first-child .col_form:nth-child(2){
  margin-left: 20px;
}
.form_row:last-child .col_form:nth-child(1){
  margin-right: 20px;
}
.form_row:last-child .col_form:nth-child(2){
  margin-left: 20px;
}
label {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 24px;
  color: #FFFFFF;
}

input {
  padding: 12px 24px;
  background: #1047A9;
  border: 1px solid rgba(255, 255, 255, 0.5);
  outline: none;
  box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

textarea {
  padding: 12px 24px;
  background: #1047A9;
  border: 1px solid rgba(255, 255, 255, 0.5);
  outline: none;
  box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color:#FFFFFF;
}
textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

button[type="submit"] {
  position: relative;
  margin-top: 20px;
  width: 266px;
  height: 48px;
  outline: none;
  background: #FFFFFF;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1047A9;
  cursor: pointer;
}
button[type="submit"]::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom:0;
  display: none;
  background: rgba(16, 71, 169, 0.15);
}
button[type="submit"]:hover::after {
  display: block;
}
.error_phone,
.error_name,
.error_phone2,
.error_name2 {
  color: #FFFF00;
  min-height: 24px;
}
.form_img {
  display: none;
}
.col_form p {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.col_form a {
  text-decoration: underline;
}
  /* footer */
.footer {
  padding-top: 48px;
  padding-bottom: 70px;
}
.footer_top {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
}
.footer_top hr {
  position: absolute;
  bottom: -17px;
  width: 150%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.footer_contacts {
  display: flex;
  flex-direction: column;
}
.footer_center {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-top: 19px;
}
.footer_center__left {
  width: 260px;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.footer_center__right {
  width: 280px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: rgba(255, 255, 255, 0.8);
}
.footer_bottom {
  display: flex;
  justify-content: flex-start;
}
.footer_bottom p {
  margin: 0 24px 0 0;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.footer_bottom a {
  margin-right: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.footer_bottom a:last-child {
  margin-right: 0;
}
.footer_bottom a:hover {
  color: #fff;
}

.fancybox__content {
  padding: 63px 100px;
  max-width: 560px;
  background: #1047A9;
  color: #FFFFFF;
}
.fancybox__content form {
  width: 100%;
}
.fancybox__content h3 {
  width: 100%;
  color: #FFFFFF;
}

.modal_col {
  display: flex;
  flex-direction: column;
}
.modal_col:last-child {
  margin-top: 40px;
}
.modal_col input,
.modal_col button {
  width: 100%;
}
.modal_col p {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.5);
}
.modal_col a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
.modal_col a:hover {
  color: #FFFFFF;
}
.mobile_menu {
  background: none;
  border: none;
  outline: none;
}
.mobile_menu__cont {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  padding: 20px;
  background: #000000;
  height: 100vh;
  z-index: 4;
}
.mobile_menu__cont .header_menu ul {
  flex-direction: column;
  align-items: flex-end;
  margin: 0 0 64px 0;
}
.mobile_menu__cont .header_menu ul li {
  margin-right: 0;
}
.mobile_menu__cont .header_menu ul li a {
  padding: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 40px;
  text-align: right;
  color: #FFFFFF;
}
.mobile_menu__cont .header_contacts {
  padding: 0;
  align-items: flex-end;
  border: none;
  min-height: auto;
}
.mobile_menu__cont .header_contacts  a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #FFFFFF;
}
.mobile_menu__cont .header_btn {
  margin-bottom: 15px;
  padding: 10px 25px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
.mobile_menu__cont .close {
 width: 100%;
  display: block;
  text-align: right;
  margin-bottom: 38px;
}
@media (max-width: 767.98px){
  .hide_desctop {
    display: block;
  }
  .hide_mobile {
    display: none;
  }
  .slick-slide .hide_desctop {
    display: block;
  }
  .slick-slide .hide_mobile {
    display: none;
  }
  body {
    overflow-x: hidden;
  }
  .header {
    top: 0;
    height: 64px;
    background: #1047A9;
  }
  .header_right {
    display: none;
  }
  .section_slider {
    margin-top: 64px;
  }
  .slick-dots {
    display: none  !important;
  }
  .slider_arrows {
    display: none !important;
  }
  .slide_content hr,
  .line  {
    width: calc(100% - 15px);
  }
  .slider img {
    object-fit: cover;
  }
  .slide_content h2  {
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 26px;
    line-height: 28px;
    color: #FFFFFF;
  }
  hr.vert {
    display: none;
  }
  .section_advantage {
    padding-top: 51px;
  }
  h2 {
    font-size: 24px;
    line-height: 24px;
  }
  h2:after {
    width: 12px;
    height: 18px;
    bottom: 2px;
  }
  .advantage_row {
    margin-bottom: 4px;
  }
  .advantage_col {
    width: 100% !important;
  }
  .advantage_row:nth-child(2n) .advantage_col:first-child{
    width: 100%;
    background: none;
  }
  .advantage_row:nth-child(2n) .advantage_col:last-child{
    display: none;
  }
  .advantage_row:nth-child(2n+1) .advantage_col:first-child{
    display: none;
  }
  .advantage_row:nth-child(2n+1) .advantage_col:last-child{
    width: 100%;
    background: none;
  }
  .advantage_row:nth-child(2n+1) .advantage_col:last-child h3, .advantage_row:nth-child(2n+1) .advantage_col:last-child p{
    margin-left: 0;
  }
  .advantage_col {
    padding: 0 15px;
  }
  .advantage_col h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .advantage_col p {
    font-size: 14px;
    line-height: 18px;
  }
  .service_row  {
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
  .service_col {
    width: 100%;
    margin-bottom: 4px;
  }
  .section_form form {
    width: 100%;
  }
  .form_row {
    flex-direction: column;
  }
  .form_row:first-child .col_form:nth-child(1) {
    margin-right: 0;
  }
  .form_row:first-child .col_form:nth-child(2) {
    margin-left: 0;
  }
  .form_row:last-child .col_form:nth-child(1) {
    margin-right: 0;
  }
  button[type="submit"] {
    width: 100%;
    margin-bottom: 12px;
  }
  .section_service h2 {
    margin-top: 55px;
  }
  .accordion {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #1047A9;
  }
  .accordionaccordion.active {
    background: #1047A9;
  }
  .section_form {
    padding-top: 51px;
    padding-bottom: 51px;
  }
  .fancybox__content {
    padding: 15px;
  }
  .footer_top hr {
    width: calc(100% + 15px);
  }
  .footer_center {
    flex-direction: column;
  }
  .footer_center__left {
    margin-bottom: 20px;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }
  .footer_center__right {
    width: 100%;
    font-size: 10px;
    line-height: 16px;
    text-align: left;
  }
  .footer_bottom {
    flex-direction: column;
  }
}

@media (min-width: 768px){
  .hide_desctop {
    display: none;
  }
  .hide_mobile {
    display: block;
  }

  .slick-slide .hide_desctop {
    display: none;
  }
  .slick-slide .hide_mobile {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
  .line {
    width: calc(100% - 28px);
  }
  .footer_top hr {
    width: calc(100% + 23px);
  }
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
  h2::after {
    width: 14px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
  }
  .header .container {
    width: calc(100% - 15px);
    max-width: 100%;
    padding-left: 15px;
  }
  .header_menu ul li a {
    font-size: 12px;
    line-height: 24px;
  }
  .header_contacts a {
    font-size: 12px;
    line-height: 20px;
  }
  .header_btn {
    font-size: 12px;
    line-height: 24px;
  }
  hr.vert {
    display: none;
  }
  .slider h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .slider p {
    font-size: 14px;
    line-height: 18px;
  }
  .slider hr {
    width: calc(100% + 22px);
  }
  .slick-dots {
    right: 10px;
  }
  .slider_arrows {
    right: 10px;
  }
  .section_advantage {
    padding-top: 49px;
  }
  .section_service h2 {
    margin-top: 49px;
  }
  .section_form {
    position: relative;
    padding-bottom: 49px;
    padding-top: 49px;
  }
  .section_form form {
    width: 45%;
  }
  .section_form p {
    font-size: 12px;
    line-height: 16px;
  }
  .form_row {
    flex-direction: column;
  }
  .section_form .line {
    z-index: 2;
  }
  .form_row:first-child .col_form:nth-child(1) {
    margin-right: 0;
  }
  .form_row:first-child .col_form:nth-child(2) {
    margin-left: 0;
  }
  .form_row:last-child .col_form:nth-child(1) {
    margin-right: 0;
    margin-bottom: 12px;
  }
  button[type="submit"] {
    width: 100%;
  }
  .form_img {
    width: 50%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
  }
  .advantage_row:nth-child(2n) .advantage_col:first-child {
    width: 70%;
  }
  .advantage_row:nth-child(2n+1) .advantage_col:last-child {
    width: 70%;
  }
  .advantage_row:nth-child(2n+1) .advantage_col:last-child h3, .advantage_row:nth-child(2n+1) .advantage_col:last-child p {
    margin-left: 100px;
  }
  .accordion {
    font-size: 16px;
    line-height: 20px;
  }
}
