  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
      padding: 0;
      border: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline;
  }
  
  /* make sure to set some focus styles for accessibility */
  :focus {
      outline: 0;
  }
  
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
      display: block;
  }
  
  body {
      line-height: 1;
  }
  
  ol, ul {
      list-style: none;
  }
  
  blockquote, q {
      quotes: none;
  }
  
  blockquote:before, blockquote:after,
  q:before, q:after {
      content: '';
      content: none;
  }
  
  table {
      border-collapse: collapse;
      border-spacing: 0;
  }
  
  input[type=search]::-webkit-search-cancel-button,
  input[type=search]::-webkit-search-decoration,
  input[type=search]::-webkit-search-results-button,
  input[type=search]::-webkit-search-results-decoration {
      -webkit-appearance: none;
      -moz-appearance: none;
  }
  
  input[type=search] {
      -webkit-appearance: none;
      -moz-appearance: none;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
  }
  
  textarea {
      overflow: auto;
      vertical-align: top;
      resize: vertical;
  }
  
  /**
   * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
   */
  
  audio,
  canvas,
  video {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      max-width: 100%;
  }
  
  /**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
  
  audio:not([controls]) {
      display: none;
      height: 0;
  }
  
  /**
   * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
   * Known issue: no IE 6 support.
   */
  
  [hidden] {
      display: none;
  }
  
  /**
   * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
   *    `em` units.
   * 2. Prevent iOS text size adjust after orientation change, without disabling
   *    user zoom.
   */
  
  html {
      font-size: 100%; /* 1 */
      -webkit-text-size-adjust: 100%; /* 2 */
      -ms-text-size-adjust: 100%; /* 2 */
  }
  
  /**
   * Address `outline` inconsistency between Chrome and other browsers.
   */
  
  a:focus {
      outline: thin dotted;
  }
  
  /**
   * Improve readability when focused and also mouse hovered in all browsers.
   */
  
  a:active,
  a:hover {
      outline: 0;
  }
  
  /**
   * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
   * 2. Improve image quality when scaled in IE 7.
   */
  
  img {
      border: 0; /* 1 */
      -ms-interpolation-mode: bicubic; /* 2 */
  }
  
  /**
   * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
   */
  
  figure {
      margin: 0;
  }
  
  /**
   * Correct margin displayed oddly in IE 6/7.
   */
  
  form {
      margin: 0;
  }
  
  /**
   * Define consistent border, margin, and padding.
   */
  
  fieldset {
      border: 1px solid #c0c0c0;
      margin: 0 2px;
      padding: 0.35em 0.625em 0.75em;
  }
  
  /**
   * 1. Correct color not being inherited in IE 6/7/8/9.
   * 2. Correct text not wrapping in Firefox 3.
   * 3. Correct alignment displayed oddly in IE 6/7.
   */
  
  legend {
      border: 0; /* 1 */
      padding: 0;
      white-space: normal; /* 2 */
      *margin-left: -7px; /* 3 */
  }
  
  /**
   * 1. Correct font size not being inherited in all browsers.
   * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
   *    and Chrome.
   * 3. Improve appearance and consistency in all browsers.
   */
  
  button,
  input,
  select,
  textarea {
      font-size: 100%; /* 1 */
      margin: 0; /* 2 */
      vertical-align: baseline; /* 3 */
      *vertical-align: middle; /* 3 */
  }
  
  /**
   * Address Firefox 3+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
  
  button,
  input {
      line-height: normal;
  }
  
  /**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
   * Correct `select` style inheritance in Firefox 4+ and Opera.
   */
  
  button,
  select {
      text-transform: none;
  }
  
  /**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
   *    Known issue: inner spacing remains in IE 6.
   */
  
  button,
  html input[type="button"], /* 1 */
  input[type="reset"],
  input[type="submit"] {
      -webkit-appearance: button; /* 2 */
      cursor: pointer; /* 3 */
      *overflow: visible;  /* 4 */
  }
  
  /**
   * Re-set default cursor for disabled elements.
   */
  
  button[disabled],
  html input[disabled] {
      cursor: default;
  }
  
  /**
   * 1. Address box sizing set to content-box in IE 8/9.
   * 2. Remove excess padding in IE 8/9.
   * 3. Remove excess padding in IE 7.
   *    Known issue: excess padding remains in IE 6.
   */
  
  input[type="checkbox"],
  input[type="radio"] {
      box-sizing: border-box; /* 1 */
      padding: 0; /* 2 */
      *height: 13px; /* 3 */
      *width: 13px; /* 3 */
  }
  
  /**
   * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
   *    (include `-moz` to future-proof).
   */
  
  input[type="search"] {
      -webkit-appearance: textfield; /* 1 */
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box; /* 2 */
      box-sizing: content-box;
  }
  
  /**
   * Remove inner padding and search cancel button in Safari 5 and Chrome
   * on OS X.
   */
  
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none;
  }
  
  /**
   * Remove inner padding and border in Firefox 3+.
   */
  
  button::-moz-focus-inner,
  input::-moz-focus-inner {
      border: 0;
      padding: 0;
  }
  
  /**
   * 1. Remove default vertical scrollbar in IE 6/7/8/9.
   * 2. Improve readability and alignment in all browsers.
   */
  
  textarea {
      overflow: auto; /* 1 */
      vertical-align: top; /* 2 */
  }
  
  /**
   * Remove most spacing between table cells.
   */
  
  table {
      border-collapse: collapse;
      border-spacing: 0;
  }
  
  html,
  button,
  input,
  select,
  textarea {
      color: #222;
  }
  
  
  ::-moz-selection {
      background: #b3d4fc;
      text-shadow: none;
  }
  
  ::selection {
      background: #b3d4fc;
      text-shadow: none;
  }
  
  img {
      vertical-align: middle;
  }
  
  fieldset {
      border: 0;
      margin: 0;
      padding: 0;
  }
  
  textarea {
      resize: vertical;
  }
  
  .chromeframe {
      margin: 0.2em 0;
      background: #ccc;
      color: #000;
      padding: 0.2em 0;
  }
 /* roboto-regular - latin_cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v29-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v29-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v29-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v29-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v29-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v29-latin_cyrillic-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-500 - latin_cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v29-latin_cyrillic-500.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v29-latin_cyrillic-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v29-latin_cyrillic-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v29-latin_cyrillic-500.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v29-latin_cyrillic-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v29-latin_cyrillic-500.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-700 - latin_cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v29-latin_cyrillic-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v29-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v29-latin_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v29-latin_cyrillic-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v29-latin_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v29-latin_cyrillic-700.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-900 - latin_cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v29-latin_cyrillic-900.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v29-latin_cyrillic-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v29-latin_cyrillic-900.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v29-latin_cyrillic-900.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v29-latin_cyrillic-900.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v29-latin_cyrillic-900.svg#Roboto') format('svg'); /* Legacy iOS */
  }
html{
    box-sizing: border-box;
  }
*, *::before *, *::after{
    box-sizing: inherit;
  }
.container{
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 20px;
}
body{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    background-color: #000418;
}
body img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*Начало вакханалии с шапкой сайта*/
.header{
    background-color: #000418;
    position: fixed;
    width: 100%;
    z-index: 2;
    border-bottom: 1px solid #0BAAF8;
}
.header__wrapper{
    padding: 50px 0;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.header__nav{
    display: flex;
    flex-wrap: wrap;
}
.header__list{
    display: flex;
    flex-wrap: wrap;
}
.header__logo{
    max-width: 229px;
    max-height: 60px;
}
.header__item{
    margin-right: 32px;
}
.header__item:last-child{
    margin-right: 0;
}
.header__link{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: white;
    text-decoration: none;  
}
.header__link:hover, .header__link:focus, .header__link:active{
    opacity: 0.75;
    color: #08aaff;
    text-decoration: underline;
} 
.call{
    display: flex;
    align-items: center;
}  
.call__number{
    text-decoration: none;
    border: none;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: white;
}
.call__logo-pic{
    width: 31px;
    height: 31px;
    margin-right: 12px;
    margin-left: 12px;
}
.bublik-pic{
    display: none;
    cursor: pointer;
    width: 31px;
    height: 31px;
    transition: .5s;
}

/*Начало вакханалии с бубликом*/
.buter{
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 15px;
}
.buter__wrap{
    position: fixed;
    margin-top: 120px;
    right: 0;
    margin-right: 15px;
    width: 164px;
    height: 358px;
    background: #10132D;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.94);
    border-radius: 20px 0px 20px 20px;
    z-index: 4;
    transform: translateY(-150%);
    transition: .5s;
}
.buter__wrap.active{
    transform: translateY(0);
}
.header__list1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 37px;
    margin-top: 40px;
}
.header__item1{
    margin-bottom: 32px;
}



/*Начало вакханалии с полем заказа услуги*/
.popup-bg{
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.93);
    z-index: 2;
}
.popup{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    max-width: 582px;
    max-height: 595px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00061D;
    box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.65);
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
}
.close-pic{
    width: 23px;
    height: 23px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}
.intro__popup{
    padding-top: 30px;
    font-weight: 600;
    font-size: 24px;
    line-height: 126.68%;
    text-align: center;
}
.popur-form__info{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 39px;
}
.popur-form__field{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 23px;
    padding-bottom: 12px;
    font-weight: normal;
    font-size: 16px;
    color: #787878;
}
.popur-form__field:focus, .popur-form__field:active{
    color: #0BAAF8;
    border-bottom: 1px solid #0BAAF8;
}
.call__button-go{
    border: none;
    color: white;
    background-color: #08aaff;
    box-shadow: 0px 4px 17px 0px #0BAAF8A6;
    border-radius: 15px;
    width: 312px;
    height: 71px;
    margin: 0 auto;
    margin-top: 39px;
}
.call__button-go:hover{
    box-shadow: 0px 4px 3px 0px #0BAAF887;
}
.call__button-go:active{
    box-shadow: 0px 2px 3px 0px #FFFFFF87;
    background-color: white;
    color: #08aaff;
}
.agreement__popup{
    margin-top: 39px;
    font-weight: 300;
    font-size: 13px;
    text-align: center;
    color: #CCCCCC;
}
.agreement__popup1{
    display: block;
    text-decoration: none;
    font-weight: 300;
    font-size: 13px;
    color: #0BAAF8;
    text-align: center;
}

/*Начало вакханалии с акцией сайта*/
.action{
    padding-top: 163px;
    background: #10132D;
}
.wrapper__action{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 800px;
}
.container__action{
    padding: 43px 20px;
}
.action__text{
    font-weight: 900;
    font-size: 40px;
    line-height: 47px;
    color: #FFE46E;
    margin-bottom: 30px;
}
.action__text1{
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.action__text2{
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #0BAAF8;
    margin-bottom: 30px;
}
.order__action{
    background-color: #FFE46E;
    color: #00061D;
    border: none;
    box-shadow: 0px 4px 17px rgba(255, 228, 110, 0.47);
    border-radius: 15px;
    width: 312px;
    height: 71px;
}
.action__pic{
    position: absolute;
    max-width: 439px;
    max-height: 317px;
    margin-left: 700px;
    margin-top: -275px;
}
@media only screen and (max-width: 1200px) {
    .container__action{
        display: flex;
        flex-direction: column;
    }
    .action__pic{
        display: block;
        position: static;
        margin: 0;
        padding-top: 50px;
        margin: 0 auto;
    }
}


/*Начало вакханалии с интро сайта*/
.intro{
    padding-top: 246px;
    margin-bottom: 251px;
}
.wrapper__intro{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 633px;
}
.intro__title{
    max-width: 633px;
    font-weight: 500;
    font-size: 60px;
    line-height: 75px;
    color: white;
    margin-bottom: 30px;
}
.logo-pic2{
    margin-left: 13px;
    max-width: 353px;
    max-height: 92px;
}
.intro_title2{
    display: flex;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: white;
    margin-bottom: 60px;
    max-width: 451px;
}
.order__services{
    border: none;
    color: white;
    background-color: #08aaff;
    box-shadow: 0px 4px 17px 0px #0BAAF8A6;
    border-radius: 15px;
    width: 312px;
    height: 71px;
}
.order__services:hover{
    box-shadow: 0px 4px 3px 0px #0BAAF887;
}
.order__services:active{
    box-shadow: 0px 2px 3px 0px #FFFFFF87;
    background-color: white;
    color: #08aaff;
}
.intro__pic{
    position: absolute;
    max-width: 880px;
    max-height: 495px;
    margin-left: 432px;
    margin-top: -370px;
}
@media only screen and (max-width: 1200px) {
    .container__intro{
        display: flex;
        flex-direction: column;
    }
    .intro__pic{
        display: block;
        position: static;
        margin: 0;
        padding-top: 50px;
        margin: 0 auto;
    }
}


/*Начало вакханалии с услугами сайта*/
.sentence__wrapper{
    display: flex;
    flex-direction: column;
}
.poloska{
    max-height: 63px;
    max-width: 366px;
}
.sentence__title{
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    border-bottom: 4px solid #0BAAF8;
}
.sentence__services{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
}
.sentence__servic{
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
    min-height: 502px;
    max-width: 540px;
    background-color: #10132D;
    border-radius: 15px;
}
.sentence__servic1{
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
    min-height: 502px;
    max-width: 540px;
    background-color: #10132D;
    border-radius: 15px;
}
.poloska1{
    margin-left: 66px;
    padding-right: 30px;
    min-height: 42px;
    max-width: 315px;
}
.poloska2{
    margin-left: 66px;
    padding-right: 30px;
    min-height: 42px;
    max-width: 310px;
}
.sentence__title1{
    padding-top: 65px;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    border-bottom: 3px solid #0BAAF8;
}
.sentence__list{
    padding: 0 30px 30px 73px;
    max-width: 428px;
    min-height: 52px;
}
.sentence__item{
    margin-bottom: 29px;
    display: flex;
    align-items: center;
}
.sentence__item:last-child{
    margin-bottom: 0;
}
.sentence__link{
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: white;
    text-decoration: none;
}
.ball-pic{
    width: 31px;
    height: 31px;
    margin-right: 9px;
}
.order__services1{
    border: none;
    color: white;
    background-color: #08aaff;
    box-shadow: 0px 4px 17px 0px #0BAAF8A6;
    border-radius: 15px;
    width: 312px;
    height: 71px;
    margin-bottom: 130px;
}
.order__services1:hover{
    box-shadow: 0px 4px 3px 0px #0BAAF887;
}
.order__services1:active{
    box-shadow: 0px 2px 3px 0px #FFFFFF87;
    background-color: white;
    color: #08aaff;
}

/*Начало вакханалии с разовой помощью*/
.one__help{
    background: url(../img/svg/helpfon.svg) no-repeat center;
    background-size: cover;
}
.help__wrapper{
    display: flex;
    padding-bottom: 130px;
}
@media only screen and (max-width: 768px) {
    .help__wrapper{
        display: flex;
        flex-direction: column;
    }
}
.help__title{
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    border-bottom: 4px solid #0BAAF8;
}
.one__helps{
    display: flex;
    flex-wrap: wrap;
    align-self:flex-start;
    padding-top: 120px;
    min-height: 112px;
    max-width: 388px;
    margin-right: 87px;
}
.poloska3{
    min-height: 57px;
    max-width: 390px;
}
.poloska4{
    min-height: 57px;
    max-width: 233px;
}
.help__text{
    padding-top: 140px;
    min-height: 162px;
    max-width: 635px;
}
.helper__text{
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 53px;
}
.one__help__button{
    border: none;
    color: white;
    background-color: #08aaff;
    box-shadow: 0px 4px 17px 0px #0BAAF8A6;
    border-radius: 15px;
    width: 312px;
    height: 77px;
}
.one__help__button:hover{
    box-shadow: 0px 4px 3px 0px #0BAAF887;
}
.one__help__button:active{
    box-shadow: 0px 2px 3px 0px #FFFFFF87;
    background-color: white;
    color: #08aaff;
}

/*Начало вакханалии с иконками*/
.icon__wrapper{
    padding-top: 130px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 130px;
}
.icon__title{
    width: 250px;
    height: 250px;
    margin-bottom: 30px;
    background-color: #10132D;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}
.icon__title:last-child{
    margin-right: 0;
}
.icon-pic{
    width: 80px;
    height: 80px;
    margin-bottom: 23px;
}
.text__wrap{
    text-align: center;
    padding: 0 30px;
}

.icon__text{
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    color: #FFFFFF;
}


/*Начало вакханалии с тарифом*/
.tarif__wrapper{
    display: flex;
    margin-bottom: 130px;
}
.tarif__wrapp{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.poloska5{
    min-height: 63px;
    max-width: 655px;
    margin-bottom: 70px;
}
.tarif__title{
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
    border-bottom: 4px solid #0BAAF8;
}
.tarif__selection{
    height: 70px;
    max-width: 750px;
    margin-bottom: 55px;
    display: flex;
    justify-content: space-between;
}
.selection{
    border: none;
    background-color: #10132D;
    border-radius: 10px;
    height: 47px;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 17px;
    font-weight: 600;
    font-size: auto;
    line-height: auto;
    color:#7B7B7B;
}
.selection2{
    border: none;
    background-color: #10132D;
    border-radius: 10px;
    height: 47px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: auto;
    line-height: auto;
    color:#7B7B7B;
}
.selection:focus,.selection:hover, .selection:active{
    color:#FFFFFF;
}
.selection2:focus,.selection2:hover, .selection2:active{
    color:#FFFFFF;
}

.tarif-pic{
    position: absolute;
    max-width: 750px;
    max-height: 674px;
    margin-left: 570px;
    margin-top: 161px;
}
@media only screen and (max-width: 1200px) {
    .tarif__wrapper{
        display: flex;
        flex-direction: column;
    }
    .tarif-pic{
        display: block;
        position: static;
        margin: 0;
        padding-top: 30px;
        margin: 0 auto;
    }
}
.spiski ul{
    display: flex;
    flex-wrap: wrap;
    padding-left: 43px;
    padding-top: 49px;
    column-count: 2;
}
.tarif__spisok{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 516px;
    background-color: #10132D;
    border-radius: 10px;
}
.tarif__spisok_oborot{
    display: none;
}
.tarif__spisok_oborot2{
    display: none;
}
.V-pic{
    width: 21px;
    height: 14px;
    margin-right: 9px;
}
.tarif__item{
    margin-bottom: 30px;
    display: flex;
}
.tarif__text{
    width: 192px;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
}
.tarif__price{
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-decoration-line: underline;
    color: #0BAAF8;
    margin-top: 30px;
    padding-bottom: 43px;
    padding-left: 43px;
}
.button__tarif{
    margin-top: 60px;
}
.order__servicesT{
    border: none;
    color: white;
    background-color: #08aaff;
    box-shadow: 0px 4px 17px 0px #0BAAF8A6;
    border-radius: 15px;
    width: 312px;
    height: 71px;
}
.order__servicesT:hover{
    box-shadow: 0px 4px 3px 0px #0BAAF887;
}
.order__servicesT:active{
    box-shadow: 0px 2px 3px 0px #FFFFFF87;
    background-color: white;
    color: #08aaff;
}


/*Начало вакханалии с прайсом*/
.price__wrapper{
    display: flex;
    margin-bottom: 130px;
}
.price__wrap{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.poloska6{
    min-height: 63px;
    max-width: 139px;
}
.price__title{
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
    border-bottom: 4px solid #0BAAF8;
}
.price__selection{
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
    min-height: 107px;
    max-width: 454px;
    justify-content: space-between;
}
.selectionP{
    border: none;
    background-color: #000418;
    border-radius: 10px 10px 0px 0px;
    height: 107px;
    max-width: 98px;
    line-height: 107px;
    font-weight: 500;
    font-size: 27px;
    line-height: 26px;
    color:#FFFFFF;
}
.selectionP:hover, .selectionP:focus, .selectionP:active{
    background-color: #10132D;
    opacity: 0.75;
    color: #08aaff;
    text-decoration: underline;
}
.price__ip{
    min-height: 300px;
    max-width: 454px;
    border-radius: 0px 0px 10px 10px;
    background-color: #10132D;
    display: flex;
    flex-wrap: wrap;
}
.price__ip2{
    display: none;
}
.price__ip3{
    display: none;
}
.price__ip4{
    display: none;
}
.price-pic{
    position: absolute;
    max-width: 873px;
    max-height: 582px;
    margin-left: 488px;
    margin-top: 63px;
}
@media only screen and (max-width: 1200px) {
    .price__wrapper{
        display: flex;
        flex-direction: column;
    }
    .price-pic{
        display: block;
        position: static;
        margin: 0;
        padding-top: 30px;
        margin: 0 auto;
    }
}
.price__list{
    padding: 84px 55px 84px 55px;
}
.price__item{
    display: flex;
    margin-bottom: 30px;
}
.price__item:last-child{
    margin-bottom: 0;
}
.price__text{
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    margin-right: 5px;
}
.price__text1{
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #0BAAF8;
    text-decoration: underline;
}



/*Начало вакханалии о нас*/
.us__wrapper{
    display: flex;
    margin-bottom: 130px;
}
.us__wrap{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 540px;
    min-height: 460px;
}
.us-pic{
    margin-left: -260px;
    max-width: 765px;
    max-height: 650px;
    margin-right: 31px;
}
@media only screen and (max-width: 1200px) {
    .us__wrapper{
        display: flex;
        flex-direction:column-reverse;
    }
    .us-pic{
        display: block;
        position: static;
        margin: 0;
        padding-top: 30px;
        margin: 0 auto;
    }
}
.poloska7{
    min-height: 63px;
    max-width: 130px;
    margin-bottom: 43px;
}
.us__title{
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
    border-bottom: 4px solid #0BAAF8;
}
.us__text{
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
}



/*Начало вакханалии иконок о нас*/
.onas__wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 130px;
}
.onas__title{
    background-color: #000418;
    width: 347px;
    height: 162px;
    box-shadow: -5px -4px 11px rgba(255, 255, 255, 0.12), 6px 4px 11px rgba(49, 49, 49, 0.81);
    border-radius: 15px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}
.onas__title:last-child{
    margin-right: 0;
}
.onas1__text{
    font-weight: 500;
    font-size: 64px;
    line-height: 75px;
    color: #0BAAF8;
    margin-bottom: 17px;
}
.onas__text{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

/*Начало вакханалии со схемой сотрудничества*/
.cooperation__wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 132px;
}
.cooperation__zagolovok{
    font-weight: 700;
    font-size: 46px;
    color: #FFFFFF;
    line-height: 56px;
    border-bottom: 4px solid #0BAAF8;
}
.poloska8{
    max-width: 700px;
    min-height: 56px;
    margin-bottom: 70px;
}
.cooperation__list{
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
}
.cooperation__item{
    display: flex;
    align-items: center;
}
.cooperation__text{
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
}
.number{
    margin-right: 30px;
    width: 70px;
    height: 70px;
}
.poloska9{
    margin-left: 33px;
    margin-top: 23px;
    margin-bottom: 23px;
    height: 71px;
    width: 0;
    border: 2px solid #0BAAF8;
}
.decor__text{
    max-width: 242px;
    min-height: 70px;
}
.decor__text1{
    max-width: 575px;
    min-height: 70px;
}
.decor__text2{
    max-width: 730px;
    min-height: 70px;
}
.cooperation__text1{
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    max-width: 983px;
}
.button_cooperation{
    margin-top: 43px;
}


/*Начало вакханалии новостей*/
.news__wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 130px;
}
.news__zagolovok{
    font-weight: 700;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 56px;
    border-bottom: 4px solid #0BAAF8;
}
.poloska10{
    max-width: 193px;
    min-height: 56px;
    margin-bottom: 70px;
}
.news__slider{
    padding: 35px 29px;
    margin-left: 15px;
    margin-right: 15px;
    max-width: 349px;
    min-height: 561px;
    background: #10132D;
    box-shadow: 1px 4px 9px rgba(38, 40, 61, 0.75);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}
.image__news{
    max-width: 290px;
    max-height: 208px;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
}
.news__text1{
    margin-bottom: 19px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
}
.news__text2{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 30px;
    max-height: 133px;
    overflow: hidden;
}
.news__link{
    text-decoration: none;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    text-decoration: underline;
    color: #FFFFFF;
}
.news__link:hover, .news__link:focus, .news__link:active{
    opacity: 0.75;
    color: #08aaff;
}
.rev__slider{
    width: 90%;
    margin: 0 auto;
}


/*Начало вакханалии иконок новостей*/
.iconnews__wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 130px;
}
.iconnews__title{
    width: 255px;
    height: 312px;
    margin-right: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.iconnews__title:last-child{
    margin-right: 0px;
}
.iconnews-pic{
    width: 100px;
    height: 100px;
    margin-bottom: 35px;
}
.iconnews__text{
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 22px;
}
.iconnews1__text{
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;  
}

/*Начало вакханалии нашей команды*/
.command__wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 130px;
}
.poloska11{
    max-width: 336px;
    min-height: 63px;
    margin-bottom: 70px;
}
.command__zagolovok{
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
    border-bottom: 4px solid #0BAAF8;
}
.command__title{
    margin-left: 15px;
    margin-right: 15px;
    max-width: 255px;
    min-height: 350px;
    box-shadow: 2px 4px 22px rgba(11, 170, 248, 0.35);
    border-radius: 15px; 
    padding-bottom: 40px;
}
.command__text{
    margin-top: 280px;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-align: center;
}
.command1__text{
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-align: center;
}
.rev__slider1{
    width: 90%;
    margin: 0 auto;
}


/*Начало вакханалии о чем говорят про нас*/
.sayus__wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 130px;
}
.poloska12{
    max-width: 315px;
    min-height: 63px;
    margin-bottom: 70px;
}
.sayus__zagolovok{
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
    border-bottom: 4px solid #0BAAF8;
}
.sayus__title{
    max-width: 340px;
    min-height: 290px;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
}
.sayus__comment{
    max-width: 340px;
    min-height: 130px;
    margin-bottom: 30px;
    background: #0BAAF8;
    border-radius: 0px 30px 30px 30px;
    padding: 0 37px;
}
.sayus__comment:last-child{
    margin-bottom: 0;
}
.sayus__text{
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 11px;
    padding-top: 30px;
}
.sayus1__text{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}


/*Начало вакханалии связи с нами*/
.connection{
    background: url(../img/svg/connection.svg) no-repeat center;
    background-size: cover;
}
.connection__wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 80px;
}
.poloska13{
    max-width: 420px;
    min-height: 63px;
    margin-bottom: 70px;
}
.connection__zagolovok{
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
    border-bottom: 4px solid #0BAAF8;
}
.connection__box{
    display: flex;
    margin-bottom: 80px;
}
.connection__text{
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-right: 64px;
}
.connection__text:last-child{
    margin-right: 0;
}
.form__field{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 23px;
    margin-right: 23px;
    max-width: 330px;
    padding-bottom: 12px;
    font-weight: normal;
    font-size: 16px;
    color: #A0A0A0;
}
.form__field:focus, .form__field:active{
    color: white;
}
.call__button-go1{
    border: none;
    color: white;
    background-color: #08aaff;
    box-shadow: 0px 4px 17px 0px #0BAAF8A6;
    border-radius: 15px;
    width: 312px;
    height: 71px;
    margin-top: 70px;
}
.call__button-go1:hover{
    box-shadow: 0px 4px 3px 0px #0BAAF887;
}
.call__button-go1:active{
    box-shadow: 0px 2px 3px 0px #FFFFFF87;
    background-color: white;
    color: #08aaff;
}


/*Начало вакханалии где мы находимся*/
.finding__wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 130px;
}
.poloska14{
    padding-top: 130px;
    max-width: 425px;
    min-height: 63px;
    margin-bottom: 70px;
}
.finding__zagolovok{
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
    border-bottom: 4px solid #0BAAF8;
}
.map-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.map{
    width: 48%;
    height: 354px;
}
.map-pic{
    width: 48%;
    height: 354px;
}
@media only screen and (max-width: 1160px) {
    .map-img{
        display: flex;
        flex-direction:column;
    }
    .map{
        width: 100%;
        height: 354px;
        margin-bottom: 30px;
    }
    .map-pic{
        width: 100%;
        height: 354px;
    }
}
.finding__text{
    margin-top: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    color: #FFFFFF;
}


/*Начало вакханалии вдохновляющей речи*/
.choice__wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 130px;
}
.poloska15{
    max-width: 1110px;
    min-height: 63px;
}
.choice__zagolovok{
    font-weight: 700;
    font-size: 46px;
    line-height: 56px;
    color: #FFFFFF;
    border-bottom: 4px solid #0BAAF8;
}
.choice-pic{
    max-width: 1110px;
    max-height: 483px;
}


/*Начало вакханалии конца*/
.end{
    border-top: 1px solid #0BAAF8;
}
.end__wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0;
}
.end__blok{
    display: flex;
    flex-direction: column;
}
.logo-pic{
    max-width: 230px;
    max-height: 60px;
    margin-bottom: 39px;
}
.end__text{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.end__text1{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.end__text2{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.end__text3{
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
}
/*Конец вакханалии конца*/
#Главная{
    padding-top: 246px;
}
#Услуги{
    padding-top: 160px;
}
#Прайс{
    padding-top: 160px;
}
#Компания{
    padding-top: 160px;
}
#Новости{
    padding-top: 160px;
}
#Контакты{
    padding-top: 160px;
}
