/* RESET */
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;
}

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 {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
textarea {
  border: none;
}

/* NORMALIZE */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template,
[hidden] {
  display: none;
}

/* VARIABLES */
.content-width {
  max-width: 1170px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1200px) {
  .content-width {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ic-t {
  font-size: 0;
}

.ic-t>* {
  vertical-align: top;
  font-size: 100%;
}

.ic-m {
  font-size: 0;
}

.ic-m>* {
  vertical-align: middle;
  font-size: 100%;
}

.vc {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.vc iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.va {
  position: relative;
}

.va:after {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

html.modal-open {
  overflow: hidden;
}

/* TYPOGRAPHY */
*::-webkit-input-placeholder {
  color: #a1a1a1;
  opacity: 1;
}

*:-moz-placeholder {
  color: #a1a1a1;
  opacity: 1;
}

*::-moz-placeholder {
  color: #a1a1a1;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #a1a1a1;
  opacity: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #FC5E5E;
}

body input:required:valid,
body textarea:required:valid {
  color: #000;
}

input:focus,
textarea:focus {
  color: #000;
}

html {
  overflow-x: hidden;
}

body {
  min-height: 100%;
  background: #FFF;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  font-family: "HelveticaNeueCyr", "Helvetica", "Arial", sans-serif;
  font-size: 100%;
  color: #292724;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a {
  color: #6D66FF;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

li {
  outline: none;
}

input[type=submit],
button {
  cursor: pointer;
}

button {
  font-family: "HelveticaNeueCyr", "Helvetica", "Arial", sans-serif;
}

textarea {
  resize: none;
}

/* FONTS */
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr/regular/HelveticaNeueCyr.eot");
  src: url("../fonts/HelveticaNeueCyr/regular/HelveticaNeueCyr.eot#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr/regular/HelveticaNeueCyr.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr/regular/HelveticaNeueCyr.woff") format("woff"), url("../fonts/HelveticaNeueCyr/regular/HelveticaNeueCyr.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr/bold/HelveticaNeueCyr-bold.eot");
  src: url("../fonts/HelveticaNeueCyr/bold/HelveticaNeueCyr-bold.eot#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr/bold/HelveticaNeueCyr-bold.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr/bold/HelveticaNeueCyr-bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr/bold/HelveticaNeueCyr-bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Intro';
  src: url("../fonts/Intro/regular/Intro.eot");
  src: url("../fonts/Intro/regular/Intro.eot#iefix") format("embedded-opentype"), url("../fonts/Intro/regular/Intro.ttf") format("truetype"), url("../fonts/Intro/regular/Intro.woff") format("woff"), url("../fonts/Intro/regular/Intro.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

html.modal-open {
  overflow: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  z-index: -10;
}

.c-accent {
  color: #ff4500;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-title {
  margin-bottom: 60px;
  text-transform: uppercase;
  line-height: 1.3;
  font-family: "Intro", sans-serif;
  font-size: 3rem;
  text-align: center;
}

.cta-btn {
  display: block;
  max-width: 360px;
  -webkit-box-shadow: inset 0 -7px 0 rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 -7px 0 rgba(0, 0, 0, 0.35);
  padding: 17px 20px 21px;
  background-color: #ff4500;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

body.no-touch .cta-btn:hover {
  background-color: #ff6a33;
}

.cta-btn_center {
  margin-left: auto;
  margin-right: auto;
}

/*!
 * =============================
 *
 *     #HEADER
 *
 * =============================
 */
.header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
  font-weight: 700;
  color: #FFF;
}

.header__top span {
  display: inline-block;
  margin-right: 30px;
  padding-left: 35px;
  height: 34px;
  line-height: 34px;
  background-image: url("../img/decor/phone.png");
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 1.75rem;
}

.header__top span a {
  color: #FFF;
}

.header__top button {
  padding: 8px 20px 12px;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.35);
  border-radius: 15px;
  background-color: #ff4500;
  font-size: 1.125rem;
  color: #FFF;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

body.no-touch .header__top button:hover {
  background-color: #ff6a33;
}

/*!
 * =============================
 *
 *     #WELCOME
 *
 * =============================
 */
.welcome {
  padding-top: 175px;
  padding-bottom: 100px;
  background-image: url("../img/decor/welcome-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.welcome__content {
  text-align: center;
}

.welcome__title,
.welcome__sub-title {
  margin-left: auto;
  margin-right: auto;
  font-size: 3rem;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Intro", sans-serif;
  color: #FFF;
}

.welcome__title {
  max-width: 1000px;
  margin-bottom: 25px;
}

.welcome__sub-title {
  max-width: 910px;
  margin-bottom: 70px;
}

.welcome__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.welcome__advantages-item {
  max-width: 190px;
  text-align: center;
}

.welcome__advantages-item p {
  font-size: 1.75rem;
  line-height: 1.3;
  color: #FFF;
}

.welcome__advantages-img {
  margin-bottom: 25px;
  text-align: center;
}

.welcome__cta {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.75rem;
  color: #FFF;
}

.welcome__cta p {
  margin-bottom: 50px;
  line-height: 1.3;
}

/*!
 * =============================
 *
 *     #ADVANTAGES
 *
 * =============================
 */
.advantages {
  background-image: url("../img/decor/wall-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.advantages__item {
  max-width: 340px;
  text-align: center;
}

.advantages__item:last-child {
  margin-bottom: 0;
}

.advantages__item h3 {
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.5rem;
}

.advantages__item h4 {
  font-size: 1.125rem;
  line-height: 1.3;
}

.advantages__item-img {
  margin-bottom: 30px;
  height: 80px;
}

/*!
 * =============================
 *
 *     #PRODUCTS
 *
 * =============================
 */
.products {
  padding-bottom: 35px;
}

.products__wrap {
  margin-bottom: 25px;
}

.products__title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
}

.products__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product {
  width: 25%;
  text-align: center;
}

/*!
 * =============================
 *
 *     #CTA-SECT
 *
 * =============================
 */
.cta-sect {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("../img/decor/cta-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cta-sect .content-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-sect__left {
  width: calc(50% - 15px);
  text-align: right;
}

.cta-sect__text {
  margin-left: auto;
  max-width: 490px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  color: #FFF;
}

.cta-sect__right {
  width: calc(50% - 15px);
}

/*!
 * =============================
 *
 *     #DOCUMENTS
 *
 * =============================
 */
.documents {
  background-image: url("../img/decor/wall-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.documents__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*!
 * =============================
 *
 *     #CONTACTS
 *
 * =============================
 */
.contacts {
  background-image: url("../img/decor/contacts-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contacts .section-title {
  color: #FFF;
}

.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #FFF;
}

.contacts__content h4 {
  font-size: 1.75rem;
  font-weight: 700;
}

.contacts__left {
  width: calc(50% - 15px);
  text-align: right;
}

.contacts__right {
  width: calc(50% - 15px);
}

.contacts__right p {
  max-width: 515px;
}

.contacts__right p>a {
  color: #FFF;
}

/*!
 * =============================
 *
 *     #MAP
 *
 * =============================
 */
#map {
  height: 500px;
}

/*!
 * =============================
 *
 *     #CLIENTS
 *
 * =============================
 */
.clients {
  position: relative;
}

.clients:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: #ff4500;
}

.clients__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.client {
  padding-left: 20px;
  padding-right: 20px;
}


/*!
 * =============================
 *
 *     #QA
 *
 * =============================
 */

.questions {
  padding-top: 120px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .questions {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.questions h2 {
  text-align: center;
}

.questions #accordion {
  margin-top: 40px;
}

.questions .card {
  margin-bottom: 24px;
  border: none;
}

.questions .card-header {
  border-bottom: none;
  background: #f7f7f7;
}

.questions .card-header button {
  width: 100%;
  position: relative;
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  color: #1f1f1f;
  padding-left: 0;
  padding-right: 0;
  white-space: normal;
  padding-right: 30px;
}

@media (max-width: 768px) {
  .questions .card-header button {
    font-size: 18px;
  }
}

.questions .card-header button:hover,
.questions .card-header button:focus {
  text-decoration: none;
}

.questions .card-header button.collapsed:after {
  background: url("../images/plus.svg") center no-repeat;
}

.questions .card-header button:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/minus.svg") center no-repeat;
  position: absolute;
  right: 0px;
  top: calc(50% - 10px);
}

.questions .card-body {
  background: #f7f7f7;
  padding-top: 0;
}

@media (max-width: 768px) {
  .questions .card-body {
    font-size: 14px;
  }
}



/*!
 * =============================
 *
 *     #FEEDBACK
 *
 * =============================
 */
.feedback {
  background-image: url("../img/decor/feedback-bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-bottom: 20px;
}

.form-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.form-feedback input,
.form-feedback textarea {
  width: 100%;
  outline: none;
  border-radius: 15px;
  border: 1px solid #292724;
  margin-bottom: 25px;
  padding: 10px 14px 9px;
  font-size: 1.125rem;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  -o-transition: box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
}

.form-feedback input:focus,
.form-feedback textarea:focus {
  -webkit-box-shadow: inset 0 0 1px 1px #ff4500;
  box-shadow: inset 0 0 1px 1px #ff4500;
  border-color: #ff4500;
}

.form-feedback__fields {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 270px;
  margin-right: 30px;
}

.form-feedback__fields button {
  width: 100%;
  padding: 8px 20px 12px;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.35);
  border-radius: 15px;
  background-color: #ff4500;
  font-size: 1.125rem;
  font-weight: 700;
  color: #FFF;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

body.no-touch .form-feedback__fields button:hover {
  background-color: #ff6a33;
}

.form-feedback__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 470px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.form-feedback__text textarea {
  margin-bottom: 0;
  font-family: "HelveticaNeueCyr", "Helvetica", "Arial", sans-serif;
}

.feedback__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 100px;
  font-size: 1.125rem;
}

.feedback__footer a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-decoration: underline;
  color: #292724;
}

body.no-touch .feedback__footer a:hover {
  color: #ff4500;
}

.feedback__footer span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 35px;
  height: 34px;
  line-height: 34px;
  background-image: url("../img/decor/phone.png");
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 1.5rem;
}

.feedback__footer span a {
  text-decoration: none;
}

.feedback__footer p {
  max-width: 410px;
  padding-left: 25px;
  background-image: url("../img/decor/marker.png");
  background-repeat: no-repeat;
  background-position: left top;
  line-height: 1.4;
}

/*!
 * =============================
 *
 *     #FORM
 *
 * =============================
 */
.form-wrap {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
}

.form {
  position: relative;
  top: 30%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
  padding: 50px 30px;
}

.form__title {
  margin-bottom: 50px;
  font-family: "Intro", sans-serif;
  font-size: 2.25rem;
  text-align: center;
  line-height: 1.2;
}

.form__fields {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}

.form__fields input {
  width: 100%;
  outline: none;
  border-radius: 15px;
  border: 1px solid #292724;
  margin-bottom: 25px;
  padding: 10px 14px 9px;
  font-size: 1.125rem;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  -o-transition: box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
}

.form__fields input:focus {
  -webkit-box-shadow: inset 0 0 1px 1px #ff4500;
  box-shadow: inset 0 0 1px 1px #ff4500;
  border-color: #ff4500;
}

.form__fields button {
  width: 100%;
  padding: 10px 20px 14px;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.35);
  border-radius: 15px;
  background-color: #ff4500;
  font-size: 1.125rem;
  font-weight: 700;
  color: #FFF;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

body.no-touch .form__fields button:hover {
  background-color: #ff6a33;
}

.form__close {
  position: absolute;
  top: 17px;
  right: 18px;
  background-image: url("../img/decor/cross.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

/*!
 * =============================
 *
 *     #THANK PAGE
 *
 * =============================
 */
.thank {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("../img/decor/welcome-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFF;
  text-align: center;
}

.thank h2 {
  margin-bottom: 30px;
  font-size: 3.0625rem;
  font-family: "Intro", sans-serif;
}

.thank h3 {
  font-size: 2.375rem;
}

/*!
 * =============================
 *
 *     #DOCUMENTS
 *
 * =============================
 */
.confidence {
  padding-top: 7%;
  min-height: 100vh;
}

.confidence div {
  padding: 20px 30px;
  border-radius: 12px;
  border: 1px solid;
  background: #EFEFEF;
}

.confidence h2 {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 1.375rem;
}

.confidence p {
  line-height: 1.4;
  font-weight: 400;
}

.content-width {
  max-width: 1170px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1200px) {
  .content-width {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ic-t {
  font-size: 0;
}

.ic-t>* {
  vertical-align: top;
  font-size: 100%;
}

.ic-m {
  font-size: 0;
}

.ic-m>* {
  vertical-align: middle;
  font-size: 100%;
}

.vc {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.vc iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.va {
  position: relative;
}

.va:after {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

html.modal-open {
  overflow: hidden;
}

@media only screen and (max-width: 74.9375em) {
  .section-title {
    font-size: 2.1875rem;
  }
}

@media only screen and (max-width: 56.1875em) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-btn {
    font-size: 1.5625rem;
  }

  .header__top span {
    margin-right: 20px;
    font-size: 1.25rem;
  }

  .welcome {
    padding-top: 120px;
  }

  .welcome__title,
  .welcome__sub-title {
    font-size: 2rem;
  }

  .welcome__advantages-item p {
    font-size: 1.25rem;
  }

  .advantages__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .advantages__item {
    margin-bottom: 60px;
  }

  .product {
    width: 50%;
  }

  .cta-sect .content-width {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cta-sect__left,
  .cta-sect__right {
    width: 100%;
    text-align: center;
  }

  .cta-sect__text {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-size: 1.5rem;
  }

  .cta-sect__right {
    text-align: center;
  }

  .cta-sect__right .cta-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .documents__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .documents__item {
    width: 50%;
    text-align: center;
  }

  .contacts__content {
    font-size: 1.25rem;
  }

  .contacts__content h4 {
    font-size: 1.375rem;
  }

  .clients__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .client {
    width: 50%;
    text-align: center;
    margin-bottom: 25px;
  }

  .feedback {
    padding-bottom: 10px;
  }

  .feedback__footer {
    font-size: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feedback__footer span {
    font-size: 1.25rem;
  }

  .feedback__footer p {
    background-image: none;
    margin-top: 10px;
    width: 100%;
    max-width: none;
    text-align: center;
  }

  .thank h2 {
    font-size: 1.875rem;
  }

  .thank h3 {
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 37.4375em) {
  .section-title {
    margin-bottom: 40px;
    font-size: 1.625rem;
  }

  .cta-btn {
    font-size: 1.125rem;
  }

  .header__top {
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }

  .header__top span {
    display: block;
    height: 25px;
    line-height: 25px;
    background-size: auto 100%;
    margin-bottom: 20px;
  }

  .header__top button {
    font-size: 1rem;
  }

  .welcome {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .welcome__title,
  .welcome__sub-title {
    line-height: 1.4;
    font-size: 1.25rem;
  }

  .welcome__sub-title {
    margin-bottom: 30px;
  }

  .welcome__advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .welcome__advantages-item {
    margin-bottom: 20px;
  }

  .welcome__advantages-img {
    height: 50px;
    margin-bottom: 15px;
  }

  .welcome__advantages-img img {
    max-height: 100%;
  }

  .welcome__cta {
    font-size: 1.25rem;
  }

  .welcome__cta p {
    margin-bottom: 20px;
  }

  .products__title {
    font-size: 1.25rem;
  }

  .product {
    width: 100%;
    margin-bottom: 20px;
  }

  .cta-sect__text {
    font-size: 1.25rem;
  }

  .documents__item {
    width: 100%;
  }

  .contacts__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts__left,
  .contacts__right {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-size: 1rem;
  }

  .contacts__left h4,
  .contacts__right h4 {
    margin-bottom: 10px;
  }

  .map {
    display: none;
  }

  .clients:after {
    display: none;
  }

  .client {
    width: 100%;
  }

  .form-feedback {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-feedback__fields {
    width: 100%;
    max-width: none;
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .form-feedback__text {
    width: 100%;
    min-height: 120px;
    max-width: none;
    margin-bottom: 20px;
  }

  .feedback__footer {
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .feedback__footer a {
    margin-bottom: 20px;
  }

  .feedback__footer span {
    margin-left: 0;
    margin-right: 0;
  }

  .feedback__footer p {
    margin-top: 20px;
    padding-left: 0;
  }

  .form {
    padding: 30px;
    top: 50px;
  }

  .form__title {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }

  .form__close {
    top: 10px;
    right: 10px;
  }
}