/*! normalize.css v8.0.0 | 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.
 */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900&display=swap&subset=cyrillic,cyrillic-ext');
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	 ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * 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 {
  -webkit-box-sizing: content-box;
  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.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
}
.container.wide {
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1260px;
  }
}
@media screen and (max-width: 1260px) {
  .container {
    max-width: 100%;
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 9999;
  background-image: url('../images/svg/preloader.svg');
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
  -webkit-background-size: 65px 65px;
  background-size: 65px;
}
html,
body {
  width: 100%;
  min-height: 100%;
  position: relative;
}
body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #442F44;
  line-height: 30px;
}
body.active__menu {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
* {
  outline: none;
}
*[role="button"] {
  cursor: pointer;
}
:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 20px 0;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  color: #1D59B3;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 25px 0;
  position: relative;
  color: #000000;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
  color: #fff;
}
h1 {
  font-size: 52px;
}
@media only screen and (max-width: 769px) {
  h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 576px) {
  h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 400px) {
  h1 {
    font-size: 26px;
  }
}
h2 {
  font-size: 55px;
}
@media only screen and (max-width: 769px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 576px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  font-size: 36px;
}
@media only screen and (max-width: 769px) {
  h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 576px) {
  h3 {
    font-size: 26px;
  }
}
h4 {
  font-size: 30px;
}
@media only screen and (max-width: 576px) {
  h4 {
    font-size: 26px;
  }
}
h5 {
  font-size: 26px;
  font-weight: 600;
}
@media only screen and (max-width: 576px) {
  h5 {
    font-size: 22px;
  }
}
h6 {
  font-size: 24px;
  font-weight: 600;
}
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}
a:hover {
  -webkit-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  text-decoration: none;
  color: inherit;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 14px;
}
article {
  margin-bottom: 30px;
}
article p {
  line-height: 1.7;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.text__center {
  text-align: center;
}
.text__right {
  text-align: right;
}
.text__left {
  text-align: center;
}
.button {
  border: none;
  display: inline-block;
  line-height: 30px;
  outline: none;
  cursor: pointer;
  padding: 13px 23px;
  font-size: 18px;
  margin-left: 10px;
  text-align: center;
  font-weight: 600;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid transparent;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.button:before {
  content: "";
  width: 15px;
  height: -webkit-calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  left: -6px;
  top: -2px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
@media only screen and (max-width: 576px) {
  .button.xs__full {
    margin-right: 0;
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px);
    width: 100%;
    font-size: 16px;
  }
}
.button:hover {
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.button:focus {
  outline: none;
}
.button-black {
  color: #fff;
  background-color: #000000;
  margin-left: 10px;
}
.button-black:before {
  background-color: #000000;
}
.button-black:hover {
  background-color: #0d0d0d;
  color: #fff;
}
.button-black:hover:before {
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  background-color: #0d0d0d;
}
.button-black:active {
  background-color: #000000;
}
.button-black:active:before {
  background-color: #000000;
}
.button-red {
  color: #fff;
  background-color: #F3394E;
  margin-left: 10px;
}
.button-red:before {
  background-color: #F3394E;
}
.button-red:hover {
  background-color: #f45163;
  color: #fff;
}
.button-red:hover:before {
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  background-color: #f45163;
}
.button-red:active {
  background-color: #f22139;
}
.button-red:active:before {
  background-color: #f22139;
}
.button-red-border {
  background-color: transparent;
  border-color: #F3394E;
  color: #F3394E;
}
.button-red-border:before {
  background-color: transparent;
  border-color: #F3394E;
}
.button-red-border:hover {
  opacity: 0.8;
  color: #F3394E;
}
.button-red-border:active {
  opacity: 0.5;
}
.button-blue {
  color: #1A1B46;
  background-color: #1ACCFE;
  margin-left: 10px;
}
.button-blue:before {
  background-color: #1ACCFE;
}
.button-blue:hover {
  background-color: #66ddfe;
  color: #1A1B46;
}
.button-blue:hover:before {
  background-color: #66ddfe;
}
.button-blue:active {
  background-color: #019ecb;
}
.button-blue:active:before {
  background-color: #019ecb;
}
.button-blue-border {
  background-color: transparent;
  border-color: #1D59B3;
  color: #1D59B3;
}
.button-blue-border:before {
  background-color: transparent;
  border-color: #1D59B3;
}
.button-blue-border:hover {
  opacity: 0.8;
  color: #1D59B3;
}
.button-blue-border:active {
  opacity: 0.5;
}
.button-blue-border.ligth {
  border-color: #1ACCFE;
  color: #1ACCFE;
}
.button-blue-border.ligth:before {
  background-color: transparent;
  border-color: #1ACCFE;
}
.button-blue-border.ligth:hover {
  color: #1ACCFE;
}
.underline__link {
  font-size: 18px;
  color: #6C6C6C;
  font-weight: 600;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(108, 108, 108, 0.1);
  text-decoration-color: rgba(108, 108, 108, 0.1);
}
.underline__link:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
select {
  min-height: 60px;
  border: 1px solid #C7C1C7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
  color: #000;
}
textarea {
  padding: 20px;
}
.input__field input[type="text"],
.input__field input[type="number"],
.input__field input[type="tel"],
.input__field input[type="email"],
.input__field input[type="password"],
.input__field textarea,
.input__field select {
  width: 100%;
}
.input__field-select {
  position: relative;
}
.input__field-select:after {
  content: "";
  display: table;
  clear: both;
}
.nice-select {
  width: 100%;
  height: 60px;
  border: 1px solid #C7C1C7;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  line-height: 58px;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0 25px;
  font-size: 16px;
}
.nice-select:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #C7C1C7 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.nice-select.open:after {
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-transform: translate(0, -50%) rotate(-180deg);
  -ms-transform: translate(0, -50%) rotate(-180deg);
  transform: translate(0, -50%) rotate(-180deg);
}
.nice-select .list {
  width: 100%;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  max-height: 250px;
  overflow-y: auto;
}
.main__dropdown {
  display: inline-block;
  margin: 0 5px;
}
.main__dropdown-button {
  position: relative;
  padding-right: 15px;
}
.main__dropdown-button:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #fff transparent transparent transparent;
}
.dropdown-menu {
  border: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
.dropdown-menu:after {
  content: "";
  position: absolute;
  right: 25px;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #fff transparent;
}
.main__contact {
  color: #fff;
}
.main__contact-content a.underline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.main__contact-content a.underline:hover {
  border-color: transparent;
}
.link__ico {
  color: #fff;
  font-weight: 600;
  font-size: 23px;
  background-repeat: no-repeat;
  background-position: 0 center;
  white-space: nowrap;
  padding-left: 35px;
}
.link__ico.small {
  font-size: 16px;
}
@media only screen and (max-width: 576px) {
  .link__ico.small {
    font-size: 14px;
    font-weight: 500;
  }
}
.link__ico:hover {
  color: #fff;
}
.link__ico-phone {
  background-image: url("../images/svg/phone.svg");
}
.link__ico-email {
  background-image: url("../images/svg/email.svg");
}
@media only screen and (max-width: 1260px) {
  .main__logo {
    max-width: 350px;
  }
}
ul.check__list li {
  background-image: url("../images/svg/check-ico.svg");
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 576px) {
  ul.check__list li {
    font-size: 16px;
  }
}
ul.check__list li:last-child {
  margin-bottom: 0;
}
.title__section {
  position: relative;
  margin-bottom: 45px;
}
@media only screen and (max-width: 769px) {
  .title__section {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .title__section {
    margin-bottom: 15px;
  }
}
.title__section:last-child {
  margin-bottom: 0;
}
.title__section.decor h2 {
  position: relative;
}
.title__section.decor h2:before {
  content: "";
  width: 250px;
  height: 100%;
  position: absolute;
  left: -25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
@media only screen and (max-width: 769px) {
  .title__section.decor h2:before {
    display: none;
  }
}
.title__section.white h2 {
  color: #fff;
}
.title__section h2 {
  margin: 0;
  color: #1D59B3;
}
.price__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  color: #000;
  position: relative;
}
@media only screen and (max-width: 1260px) {
  .price__item {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .price__item {
    font-size: 16px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 576px) {
  .price__item {
    font-size: 14px;
  }
}
.price__item-small {
  font-size: 14px;
  margin-bottom: 10px;
}
.price__item-name {
  position: relative;
  background-color: #fff;
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.7;
}
.price__item-name:before {
  content: "";
  width: 100%;
  border-bottom: 1px dashed #8C8C8C;
  position: absolute;
  bottom: 10px;
  left: 0;
}
@media only screen and (max-width: 1260px) {
}
.price__item-name b {
  font-weight: 600;
  background-color: #fff;
  display: inline;
  position: relative;
  z-index: 2;
  padding-right: 15px;
}
.price__item-val {
  position: relative;
  padding-left: 10px;
  background-color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 992px) {
  .price__item-val {
    font-weight: 600;
  }
}
.modal__sample__price-item {
  padding: 20px 0;
  border-bottom: 1px solid #C7C1C7;
}
.modal__sample__price-item:first-child {
  border-top: 1px solid #C7C1C7;
}
.modal__sample__price-item:last-child {
  border: none;
}
.modal__sample__price-result {
  text-align: right;
}
@media only screen and (max-width: 576px) {
  .modal__sample__price-result {
    font-size: 14px;
    text-align: center;
  }
}
.main__table {
  overflow-x: auto;
  margin: 30px 0;
}
table {
  border-collapse: collapse;
}
table td {
  border: 1px solid #C7C1C7;
  line-height: 1.5;
}
table thead td {
  text-align: center;
  padding: 15px;
  font-size: 16px;
}
table tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}
table tbody td {
  padding: 15px;
  font-size: 14px;
}
.modal.whide .modal-dialog {
  max-width: 840px;
}
.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 3;
  opacity: 1;
  outline: none;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.modal-close:hover {
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  opacity: 0.2;
}
.modal-close:focus {
  outline: none;
}
@media only screen and (max-width: 576px) {
  .modal-close {
    max-width: 15px;
    width: 15px;
    top: 15px;
  }
}
.modal-dialog {
  max-width: 620px;
}
.modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 25px;
}
@media only screen and (max-width: 576px) {
  .modal-content {
    padding: 20px 15px;
  }
}
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6 {
  margin: 0 0 15px 0;
  color: #1D59B3;
}
.modal h1:last-child,
.modal h2:last-child,
.modal h3:last-child,
.modal h4:last-child,
.modal h5:last-child,
.modal h6:last-child {
  margin-bottom: 0;
}
.modal p {
  line-height: 1.8;
}
@media only screen and (max-width: 769px) {
  .main__header .container {
    padding: 0 0 0 15px;
  }
  .main__header .container .main__logo {
    margin-right: 15px;
  }
}
.main__header-items {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 0;
  color: #fff;
}
@media only screen and (max-width: 1260px) {
  .main__header-items.lg {
    display: none;
  }
}
.main__header-items.md {
  padding: 0;
  display: none;
}
@media only screen and (max-width: 1260px) {
  .main__header-items.md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 992px) {
  .main__header-items.md {
    display: none;
  }
}
.main__header-items.md .main__header-contact {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
}
.main__header-items.tb {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
}
@media only screen and (max-width: 992px) {
  .main__header-items.tb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 769px) {
  .main__header-items.tb {
    display: none;
  }
}
.main__header-items.tb .main__header-item {
  width: 50%;
  padding: 15px 0;
}
.main__header-items.tb .main__header-item:nth-child(2n+2) {
  text-align: right;
}
.main__header-items.xs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  display: none;
}
@media only screen and (max-width: 769px) {
  .main__header-items.xs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.main__header-items.xs .main__header-item {
  width: 100%;
  text-align: center;
}
.main__header-items.xs .main__header-item.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main__header-items.xs .main__header-item.logo {
  padding: 25px 0;
}
.main__header-contact-item {
  margin-right: 35px;
}
.main__header-contact-item:last-child {
  margin-right: 0;
}
.main__section {
  background-color: #1b1e46;
  background-image: url("../images/main-section-bg.png");
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  padding-bottom: 50px;
}
.main__section .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.main__section-inner {
  padding: 20px 0;
}
@media only screen and (max-width: 992px) {
  .main__section-inner .row {
    /*-webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;*/
  }
  .main__section-content{
    text-align:center; 
  }
  .main__section{
    background-size: 300%;
    background-repeat: no-repeat;
  }
}
.main__section-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .main__section-img {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px;
    display: block;
  }
}
.main__section-img img {
  position: relative;
  max-width: 870px;
}
@media only screen and (max-width: 992px) {
  .main__section-img img {
    width: 100%;
  }
}
.main__section-content h1 {
  color: #fff;
  line-height: 1;
  margin-bottom: 25px;
}
.main__section-content h1 b {
  display: block;
  font-size: 100px;
}
@media only screen and (max-width: 769px) {
  .main__section-content h1 b {
    font-size: 80px;
  }
}
@media only screen and (max-width: 576px) {
  .main__section-content h1 b {
    font-size: 45px;
  }
}
.main__section-content h1 span.orange {
  background-color: #FFC643;
  font-weight: 600;
  color: #121E31;
  font-size: 21px;
  padding: 15px;
  margin-bottom: 10px;
  display: inline-block;
}
@media only screen and (max-width: 576px) {
  .main__section-content h1 span.orange {
    font-size: 16px;
  }
}
.main__section-content-description {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media only screen and (max-width: 576px) {
  .main__section-content-description {
    font-size: 16px;
  }
}
@media only screen and (max-width: 769px) {
  .main__section-content-buttons {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.main__section-content-buttons .button {
  margin-right: 40px;
}
@media only screen and (max-width: 769px) {
  .main__section-content-buttons .button {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
    font-size: 16px;
  }
}
.main__section-content-buttons .button:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.main__section-content-buttons .button.button-blue-border {
  color: #fff;
}
.main__section-advantages {
  padding: 0 0 50px 0;
}
@media only screen and (max-width: 576px) {
  .main__section-advantages {
    padding: 0 0 35px 0;
  }
}
.main__section-advantages-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.main__section-advantages-ico {
  margin-right: 20px;
  min-width: 50px;
}
.main__section-advantages-ico img {
  display: block;
}
.main__section-advantages-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.4;
}
.main__section-advantages-text span {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.05em;
}
.main__about {
  min-height: 600px;
  z-index: 333;
  margin-top: -80px;
  padding-top: 100px;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .main__about {
    padding-top: 75px;
  }
}
.main__about:before {
  content: "";
  width: 100%;
  height: -webkit-calc(100% - 85px);
  height: calc(100% - 85px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #244aab;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}
@media only screen and (max-width: 769px) {
  .main__about:before {
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
  }
}
.main__about-text {
  position: relative;
  z-index: 2;
  padding-top: 25px;
}
.main__about-text p {
  font-size: 24px;
  margin-left: 30px;
  line-height: 1.7;
}
@media only screen and (max-width: 769px) {
  .main__about-text p {
    font-size: 20px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 576px) {
  .main__about-text p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .main__about-text {
    padding-top: 0;
    margin-bottom: 35px;
  }
}
.main__about-img {
  position: relative;
  z-index: 2;
  margin-top: -110px;
}
@media only screen and (max-width: 1260px) {
  .main__about-img {
    margin-top: 0;
  }
}
@media only screen and (max-width: 992px) {
  .main__about-img {
    display: none;
  }
}
.main__about-advantages {
  position: relative;
  z-index: 2;
  padding: 35px 35px 15px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #1E5AB6;
}
@media only screen and (max-width: 576px) {
  .main__about-advantages {
    padding: 25px 25px 15px 25px;
  }
}
.main__about-advantages ul.check__list li {
  width: 33.3333%;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
  .main__about-advantages ul.check__list li {
    width: 50%;
  }
}
@media only screen and (max-width: 769px) {
  .main__about-advantages ul.check__list li {
    width: 100%;
  }
}
.main__services {
  padding: 50px 0;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .main__services {
    padding: 35px 0 15px 0;
  }
}
.main__services-text {
  margin-bottom: 30px;
}
.main__services-img {
  margin-bottom: 30px;
  text-align: center;
}
.main__services-buttons {

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .main__services-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.main__services-buttons a {
  margin-right: 25px;
}
@media only screen and (max-width: 767px) {
  .main__services-buttons a {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .main__services-buttons a:last-child {
    margin-bottom: 0;
  }
}
.main__services-buttons a:last-child {
  margin-right: 0;
}
.main__price {
  padding: 0px 0 50px 0;
}
@media only screen and (max-width: 576px) {
  .main__price {
    padding: 0 0 35px 0;
  }
}
.main__price-box {
  padding: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px dashed #8C8C8C;
}
@media only screen and (max-width: 576px) {
  .main__price-box {
    padding: 0;
    border: none;
  }
}
.main__price-box-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  margin-bottom: 15px;
}
.main__price-box-header-decor {
  background-color: #FFC643;
  font-size: 30px;
  margin-right: 20px;
  font-weight: 600;
  padding: 10px 15px;
}
.main__price-box-header-title {
  font-size: 26px;
  font-weight: 700;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 400px) {
  .main__price-box-header-title {
    font-size: 22px;
  }
}
.main__price-box-content {
  padding: 15px 0 20px 0;
}
.main__price-box-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .main__price-box-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.main__price-box-footer small {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
  display: block;
  line-height: 1.7;
  font-size: 12px;
  color: #442F44;
}
@media only screen and (max-width: 767px) {
  .main__price-box-footer small {
    margin-right: 0;
    margin-top: 15px;
  }
}
.main__news {
  padding: 50px 0;
}
@media only screen and (max-width: 576px) {
  .main__news {
    padding: 35px 0;
  }
}
.news__item {
  height: -webkit-calc("100% - 30px");
  height: calc("100% - 30px");
  margin-bottom: 30px;
}
.news__item-img {
  position: relative;
  min-height: 230px;
  max-height: 230px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .news__item-img {
    margin-bottom: 10px;
  }
}
.news__item-img img {
  max-width: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news__item-content a.button {
  margin-top: 10px;
}
.main__offer {
  padding: 15px 0 35px 0;
}
@media only screen and (max-width: 576px) {
  .main__offer {
    padding: 0 0 35px 0;
  }
}
.installment__box {
  padding: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px dashed #F3394E;
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .installment__box {
    padding: 0px;
    border: none;
  }
}
.installment__box-percent {
  margin-right: 30px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 40px;
  font-weight: 500;
  background-color: #F3394E;
}
@media only screen and (max-width: 576px) {
  .installment__box-percent {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    margin-right: 20px;
  }
}
.installment__box-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.installment__box-text-title {
  color: #F3394E;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media only screen and (max-width: 576px) {
  .installment__box-text-title {
    font-size: 35px;
  }
}
.installment__box-text p {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
@media only screen and (max-width: 576px) {
  .installment__box-text p {
    font-size: 16px;
  }
}
.geo__box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.geo__box-ico {
  margin-right: 20px;
}
@media only screen and (max-width: 576px) {
  .geo__box-ico {
    max-width: 60px;
  }
}
.geo__box-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
}
.main__steps {
  padding: 50px 0 20px 0;
  background-color: #1D59B3;
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .main__steps {
    padding: 35px 0;
  }
}
.main__steps .title__section {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .main__steps .title__section {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 576px) {
  .main__steps .title__section {
    margin-bottom: 35px;
  }
}
.main__steps-item {
  max-width: -webkit-calc((100% - 120px) / 5);
  max-width: calc((100% - 120px) / 5);
  width: 100%;
  margin-right: 30px;
  height: -webkit-calc(100% - 30px );
  height: calc(100% - 30px );
  margin-bottom: 30px;
}
.main__steps-item:nth-child(5n+5) {
  margin-right: 0;
}
@media only screen and (max-width: 992px) {
  .main__steps-item:nth-child(5n+5) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .main__steps-item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main__steps-item:nth-child(3n+3) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .main__steps-item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .main__steps-item {
    max-width: -webkit-calc((100% - 90px) / 3);
    max-width: calc((100% - 90px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .main__steps-item {
    max-width: -webkit-calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
  }
}
.main__steps-item-ico {
  margin-bottom: 25px;
}
.main__steps-item-ico span {
  display: inline-block;
  color: #EFF3FA;
  opacity: 0.3;
  font-weight: 700;
  font-size: 55px;
  vertical-align: bottom;
  position: relative;
  top: -3px;
  margin-right: 20px;
}
.main__steps-item-ico img {
  max-height: 95px;
}
@media only screen and (max-width: 576px) {
  .main__steps-item-ico img {
    max-height: 45px;
  }
}
.main__steps-item-text {
  font-weight: 300;
  font-size: 15px;
}
@media only screen and (max-width: 400px) {
  .main__steps-item-text {
    font-size: 14px;
  }
}
.main__contacts {
  padding: 65px 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .main__contacts {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 576px) {
  .main__contacts {
    padding: 35px 0;
  }
}
.main__contacts .contact__items {
  max-width: 620px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .main__contacts .contact__items {
    max-width: 100%;
  }
}
.contact__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(68, 47, 68, 0.18);
  padding-bottom: 15px;
}
.contact__item:last-child {
  margin-bottom: 0;
}
.contact__item-ico {
  margin-right: 20px;
}
.contact__item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  color: #442F44;
}
.contact__form-header h4 {
  color: #1D59B3;
}
.contact__form-content {
  margin-bottom: 20px;
}
.contact__form-footer small {
  display: block;
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 12px;
  max-width: 90%;
}
@media only screen and (max-width: 576px) {
  .contact__form-footer small {
    max-width: 100%;
  }
}
.contact__form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #C7C1C7;
  border-left: 1px solid #C7C1C7;
  border-right: 1px solid #C7C1C7;
}
.contact__form-item:first-child {
  border-top: 1px solid #C7C1C7;
}
.contact__form-item label {
  width: 150px;
  min-width: 100px;
  margin: 0;
  font-size: 16px;
  color: #ADA7AD;
  font-weight: 400;
  padding: 5px 20px;
  display: block;
  line-height: 1.5;
}
.contact__form-item .input__field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact__form-item .input__field input,
.contact__form-item .input__field select {
  border: none;
  padding: 0;
}
.contact__form-item .input__field .nice-select {
  border-color: transparent;
  padding-left: 0;
}
.main__footer {
  padding: 25px 0;
}
@media only screen and (max-width: 576px) {
  .main__footer {
    text-align: center;
    padding: 0 0 25px 0;
  }
}
@media only screen and (max-width: 1260px) {
  .hide__lg {
    display: none;
  }
  .main__section-advantages-text{
    font-size: 14px;
  }
      .main__section-advantages-text span{
        font-size:20px;
      }
}
@media only screen and (max-width: 992px) {
  .hide__md {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hide__tb {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .hide__xs {
    display: none;
  }
}
.vise__tb {
  display: none;
}
@media only screen and (max-width: 767px) {
  .vise__tb {
    display: block;
  }
}
.vise__md {
  display: none;
}
@media only screen and (max-width: 992px) {
  .vise__md {
    display: block;
  }
}
