@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

.not_valid .err_text{
  display: block;

}
p.err_text {
  display: none;
  font-size: 14px;
  line-height: 1.43;
  color: #e84f4f;
}


abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "PragmaticaC";
  src: url("../fonts/PT Pragmatica Cyrillic/PT Pragmatica Cyrillic.eot") format("eot"), url("../fonts/PT Pragmatica Cyrillic/PT Pragmatica Cyrillic.woff") format("woff"), url("../fonts/PT Pragmatica Cyrillic/PT Pragmatica Cyrillic.ttf") format("truetype");
  /* все современные браузеры */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PragmaticaC";
  src: url("../fonts/PT Pragmatica Cyrillic/PT Pragmatica Cyrillic - Bold.eot") format("eot"), url("../fonts/PT Pragmatica Cyrillic/PT Pragmatica Cyrillic - Bold.woff") format("woff"), url("../fonts/PT Pragmatica Cyrillic/PT Pragmatica Cyrillic - Bold.ttf") format("truetype");
  /* все современные браузеры */
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: "PragmaticaC", sans-serif;
  font-size: 16px;
  color: #242424;
  font-weight: normal;
  background-color: #fff;
}

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

.container {
  max-width: 1028px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  position: relative;
  width: 100%;
}

.header_wrp {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
}

.logo {
  opacity: 1;
  transition: all 0.15s linear;
  max-width: 192px;
}

.logo:hover {
  opacity: .8;
}

.logo_img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 105px;
  width: 100%;
}

.choice_link {
  text-decoration: none;
  outline: none;
  color: #414141;
  font-size: 14px;
  letter-spacing: 0.033em;
  transition: all 0.15s linear;
  background-color: transparent;
  padding: 6px 12px;
  line-height: 100%;
  border-radius: 16px;
}

.choice_link:hover {
  background-color: #ccc;
  color: #000000;
}

.choice_link-active {
  background-color: #000000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  color: #ffffff;
}

.banner {
  padding: 56px 0 26px;
  width: 100%;
  position: relative;
  max-width: 1136px;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(to bottom, rgba(251, 251, 251, 0.75) 0%, #fbfbfb 100%);
}

.banner * {
  position: relative;
  z-index: 2;
}

.banner_container {
  position: relative;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}

.banner_left {
  max-width: 50%;
  width: 100%;
  text-align: center;
}

.banner_right {
  padding-left: 55px;
  max-width: 320px;
  width: 100%;
}

.banner_img {
  display: inline-block;
  max-width: 350px;
  height: auto;
}

.banner_bottom {
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;

}

.banner_title {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 32px;
  text-align: center;
  max-width: 320px;
  line-height: 44px;
  margin: 0 0 16px;
}

.banner_title span {
  font-size: 36px;
  color: #000000;
  text-transform: initial;
}

.banner_privat {
  display: block;
  max-width: 124px;
  width: 100%;
  height: auto;
  margin: 0 auto 35px;
}

.banner_form {
  max-width: 296px;
  width: 100%;
  text-align: center;
  margin: 0 auto 14px;
}

.banner_info {
  max-width: 296px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 20px;
  color: #242424;
}

.banner_input {
  max-width: 100%;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  letter-spacing: 0.033em;
  color: #414141;
  text-transform: uppercase;
  text-align: center;
  background: none;
  border: none;
  outline: none;
  border-bottom: 0.5px solid #5e68cd;
  margin-bottom: 0px;
}

.banner_input::placeholder {
  color: #414141;
}

.banner_btn {
  max-width: 100%;
  width: 100%;
  display: flex;
  outline: none;
  border: none;
  height: 48px;
  border-radius: 24px;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.033em;
  background-color: #fa5255;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.15s linear;
  text-decoration: none;
  line-height: normal;
  cursor: pointer;
}

.banner_btn:hover {
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45);
}

.banner_btn:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.65);
}

.content {
  background-color: #fbfbfb;
  position: relative;
  max-width: 1136px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 0 32px;
}

.content_list {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.content_item {
  max-width: 33%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 40px 0 0;
  padding-right: 30px;
  box-sizing: border-box;
}

.content_image {
  max-width: 64px;
  width: 100%;
  height: 64px;
  text-align: center;
  margin-right: 16px;
}

.content_icon {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.content_title {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  letter-spacing: 0.007em;
  margin-bottom: 11px;
  color: #000000;
}

.content_info {
  font-size: 16px;
  letter-spacing: 0.007em;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: normal;
  margin-top: 0;
}
.content_btn {
    display: flex;
    max-width: 296px;
    margin: 27px auto 0;
  }
.content_btn {
  *display: none;
}

.footer {
  padding: 10px 0 11px;
  position: relative;
  width: 100%;
}

.footer_info {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #A8A8A8;
  margin: 0;
}

@media (max-width: 1080px) {
  .container {
    box-sizing: border-box;
  }
}

@media (max-width: 780px) {
  .banner {
    padding: 22px 0 0;
  }

  .banner_container {
    flex-direction: column;
  }

  .banner_left {
    order: 2;
    margin: 0 auto -150px;
    max-width: 90%;
  }

  .banner_img {
    max-width: 100%;
  }

  .banner_right {
    order: 1;
    margin: 0 auto 15px;
    max-width: 100%;
    padding-left: 0;
  }

  .banner_title {
    margin: 0 auto 23px;
    max-width: 296px;
    font-size: 20px;
    line-height: 36px;
  }

  .banner_title span {
    font-size: 24px;
  }

  .banner_privat {
    width: 104px;
    height: 104px;
    margin-bottom: 41px;
  }

  .content {
    padding-top: 155px;
    padding-bottom: 32px;
  }

  .content_list {
    flex-direction: column;
    margin-bottom: 25px;
  }

  .content_item {
    max-width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }

  .content_title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .content_image {
    max-width: 44px;
    height: 44px;
    margin-right: 12px;
  }

  .content_info {
    font-size: 14px;
    line-height: 20px;
  }

  .footer {
    padding: 5px 0 12px;
  }

  .footer_info {
    font-size: 10px;
    max-width: 340px;
    line-height: 14px;
    margin: 0 auto;
  }

  
}
/*# sourceMappingURL=maps/main.css.map */
	.header__menu {
    display: flex;
    width: 80%;
    align-items: center;
    justify-content: flex-end;
}
.header__list {
    display: flex;
    padding-bottom: 3px;
    align-items: center;
    justify-content: flex-end;
}
.header__item {
    display: block;
    margin-left: 40px;
}
.header__item:first-child {
    margin-left: 0;
}
.header__link {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    transition: all 0.4s ease;
    text-transform: uppercase;
    color:  #000000;
	text-decoration: none;
}
.header__link::after {
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 0;
    height: 4px;
    content: "";
    transition: all 0.4s ease-out;
    border-radius: 2px;
    background-color: #f4cb44;
}
.header__link:hover {
    color: #999;
}
.header__link-active {
    color: #803a7e;
}
.header__link-active:hover {
    color: #803a7e;
}
.header__link-active::after {
    width: 100%;
}
.header__toggle {
    position: relative;
    display: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.header__toggle span {
    position: absolute;
    right: 2px;
    left: 2px;
    height: 2px;
    transition: all 0.4s ease;
    opacity: 1;
    border-radius: 1px;
    background-color: black;
}
.header__toggle span:nth-child(1) {
    top: 4px;
}
.header__toggle span:nth-child(4) {
    bottom: 4px;
}
.header__toggle span:nth-child(2),
.header__toggle span:nth-child(3) {
    top: 50%;
    margin-top: -1px;
}
.header__toggle-active span:nth-child(1),
.header__toggle-active span:nth-child(4) {
    opacity: 0;
}
.header__toggle-active span:nth-child(2) {
    transform: rotate(45deg);
}
.header__toggle-active span:nth-child(3) {
    transform: rotate(-45deg);
}
  @media (max-width: 767px) {
	  .header__toggle {
        display: block;
    }
	  .header__menu {
        position: absolute;
        top: 0px;
        left: 0;
		 width: 100%;
        display: none;
        padding-top: 27px;
        background-color: white;
		z-index: 10;
    }
    .header__toggle {
        display: block;
		z-index: 11;
    }
    .header__list {
        display: flex;
        width: 100%;
        padding-bottom: 0;
        align-items: center;
        justify-content: center;
        flex-flow: row wrap;
    }
    .header__item {
        width: 100%;
        margin-bottom: 35px;
        margin-left: 0;
        text-align: center;
    }
    .header__link {
        font-size: 16px;
        font-weight: 600;
    }
		.choice{
		margin: 0 auto; 
	}
  }
  
.tarif {
    padding-bottom: 60px;
	background-color: #fbfbfb;
}
.tarif_title {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px; 
    text-align: center;
	margin-top: 0px;
	padding-top: 10px;
}
.tarif_postitle {
    margin: 0;
    margin-bottom: 35px; 
    padding-top: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
}
table {
    position: relative; 
    width: 100%;
    border-collapse: collapse;
}

th {
    font-size: 16px;
    font-weight: bold;
    color: #a3a3a3;
}

td,
th {
    width: 25%;
    height: 58px;
    text-align: center; 
    vertical-align: middle;
}
td.first,
th.first {
    text-align: left;
}

td {
    font-family: 'Roboto', sans-serif; 
    font-weight: normal;
}
.mono {
    color: #fff; 
    background-color: black;
}
.mono-br {
    border-radius: 16px 16px 0 0;
}
.mono-brs {
    border-radius: 0 0 16px 16px;
}

.mono span {
    display: none;
}
.plug {
    margin-top: 37px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #a3a3a3; 
    text-align: right;
}
@media (max-width: 760px) {
    
    .best_image {
        margin-bottom: 30px;
        order: 1;
    }
    .best_info {
        margin-bottom: 30px; 
        order: 3;
    }
    .head_title {
        margin-bottom: 20px; 
        font-size: 18px;
        line-height: 24px;
    }

    .best_title {
        font-size: 18px;

        order: 2;
    }
    .head {
        padding-top: 20px;
    }
    .head_info {
        margin-bottom: 15px;
    }
    form {
        text-align: center;
    }
    .form-btn {
        margin-top: 14px; 
        margin-left: 0;
    }
    .order_image {
        display: flex;
        flex-direction: column;
    }
    .best {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .best_inf {
        font-size: 14px;
    }
    .tarif_title {
        font-size: 18px;
        line-height: 24px; 
        text-align: left;
    }
    .tarif_postitle {
        margin-bottom: 18px; 
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }
    table .first {
        display: none;
    }
    .plug {
        margin-top: 10px;
    }
    .get_title {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }
    .get_item {
        width: auto;
        margin-bottom: 40px;
    }
    .get_info {
        width: auto;
        padding-left: 20px;
        font-size: 14px;
        line-height: 20px;
    }
    .get_number {
        margin: 0;
    }
    .get_for {
        margin-top: 30px;
        font-size: 14px; 
        text-align: left;
    }
    .get {
        padding-bottom: 45px;
    }
    .mono {
        padding: 0 15px; 
        font-weight: 500;
        text-align: left;
    }
    th.mono {
        text-align: center;
    }
    .mono span {
        display: block;
        font-weight: 300;
        text-align: left;
    }
    .best_image {
        margin-top: 20px;
    }
    .form_links {
        margin-left: auto;
    }
}
@media (max-width: 1000px) {
    input {
        min-width: 275px;
    }
    .best_image {
        margin-bottom: 56px;
    }
    .best_list {
        padding-left: 0;
    }
    .best_tit {
        padding-bottom: 10px; 
        line-height: normal;
    }
    .tarif .other {
        display: none;
    }
    .get_title {
        max-width: 500px;
        margin: 0 auto 20px;
    }
    .get_item {
        display: flex;
        width: 350px;
        margin: 0 auto;
        text-align: left;

        align-items: center;
        justify-content: space-between;
    }
    .get_number {
        flex: none;
    }
    .get_info {
        width: 256px;
    }
}