/*
Tabs content:

	*normalize
	*anim
	*main
	*media-queries

*/
@font-face {
  font-family: 'PT Sans';
  src: url("../fonts/PT Sans.eot");
  src: url("../fonts/PT Sans.eot?#iefix") format("embedded-opentype"), url("../fonts/PT Sans.woff2") format("woff2"), url("../fonts/PT Sans.woff") format("woff"), url("../fonts/PT Sans.ttf") format("truetype"), url("../fonts/PT Sans.svg#PT Sans") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-F6CE; }

@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/Avenir Next Bold.eot");
  src: url("../fonts/Avenir Next Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir Next Bold.woff2") format("woff2"), url("../fonts/Avenir Next Bold.woff") format("woff"), url("../fonts/Avenir Next Bold.ttf") format("truetype"), url("../fonts/Avenir Next Bold.svg#Avenir Next Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE; }

@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/Avenir Next Regular.eot");
  src: url("../fonts/Avenir Next Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir Next Regular.woff2") format("woff2"), url("../fonts/Avenir Next Regular.woff") format("woff"), url("../fonts/Avenir Next Regular.ttf") format("truetype"), url("../fonts/Avenir Next Regular.svg#Avenir Next Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE; }

/*================= *normalize =================*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*================= END *normalize =================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  font-size: 16px;
  font-family: 'Avenir Next', sans-serif; }

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

/*================= *anim =================*/
.animShow {
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease, visibility 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease, visibility 0.8s ease, -webkit-transform 0.8s ease;
  opacity: 0;
  visibility: hidden; }

.leftA {
  -webkit-transform: translateX(-200px);
      -ms-transform: translateX(-200px);
          transform: translateX(-200px); }

.rightA {
  -webkit-transform: translateX(200px);
      -ms-transform: translateX(200px);
          transform: translateX(200px); }

.bottomA {
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px); }

.showA {
  -webkit-transform: translateY(0) translateX(0);
      -ms-transform: translateY(0) translateX(0);
          transform: translateY(0) translateX(0);
  opacity: 1;
  visibility: visible; }

/*================= END *anim =================*/
/*================= *main =================*/
.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 1024px;
  overflow: hidden;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.section_left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 52.8%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 56px 37px 45px 76px;
  border-right: solid 1px #c8d6e9;
  background-color: transparent;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s; }
  .section_left:hover {
    background-color: rgba(255, 195, 14, 0.6); }
    .section_left:hover .st0,
    .section_left:hover .st1,
    .section_left:hover .st2 {
      fill: #fff; }
    .section_left:hover .left_sign {
      color: #fff;
      border-bottom: 1px solid #fff;
      text-shadow: 0 0 #333, .04em 0 0 #fed559, 0 0, -.04em 0 0 #fed559; }
    .section_left:hover .left_addres .icon #pin-2 {
      stroke: #000; }

.left_addres {
  margin-top: auto;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #000; }
  .left_addres .icon {
    display: inline-block;
    margin-bottom: 10px; }
    .left_addres .icon #pin-2 {
      stroke: #B4C7E0;
      -webkit-transition: stroke 0.4s;
      transition: stroke 0.4s; }

.section_right {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.section_top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 50.4%;
  padding: 71px 60px 58px 61px;
  border-bottom: solid 1px #c8d6e9;
  background-color: transparent;
  -webkit-transition: background-color 0.4s, opacity 0.8s ease, visibility 0.8s ease, -webkit-transform 0.8s ease;
  transition: background-color 0.4s, opacity 0.8s ease, visibility 0.8s ease, -webkit-transform 0.8s ease;
  transition: background-color 0.4s, transform 0.8s ease, opacity 0.8s ease, visibility 0.8s ease;
  transition: background-color 0.4s, transform 0.8s ease, opacity 0.8s ease, visibility 0.8s ease, -webkit-transform 0.8s ease; }
  .section_top:hover {
    background-color: rgba(255, 195, 14, 0.6); }
    .section_top:hover .right_icon svg {
      fill: #fff; }
    .section_top:hover .right_sign {
      color: #fff;
      border-bottom: 1px solid #fff;
      text-shadow: 0 0 #333, .04em 0 0 #fed559, 0 0, -.04em 0 0 #fed559; }

.section_bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 100%;
  padding: 71px 60px 58px 61px;
  background-color: transparent;
  -webkit-transition: background-color 0.4s, opacity 0.8s ease, visibility 0.8s ease, -webkit-transform 0.8s ease;
  transition: background-color 0.4s, opacity 0.8s ease, visibility 0.8s ease, -webkit-transform 0.8s ease;
  transition: background-color 0.4s, transform 0.8s ease, opacity 0.8s ease, visibility 0.8s ease;
  transition: background-color 0.4s, transform 0.8s ease, opacity 0.8s ease, visibility 0.8s ease, -webkit-transform 0.8s ease; }
  .section_bottom:hover {
    background-color: rgba(255, 195, 14, 0.6); }
    .section_bottom:hover .right_icon svg {
      fill: #fff; }
    .section_bottom:hover .right_sign {
      color: #fff;
      border-bottom: 1px solid #fff;
      text-shadow: 0 0 #333, .04em 0 0 #fed559, 0 0, -.04em 0 0 #fed559; }

.logo {
  display: inline-block;
  width: 155.5px; }

#logo_svg {
  width: 100%; }

.st0 {
  fill: #2B2B2B;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s; }

.st1 {
  fill: #FF003C;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s; }

.st2 {
  fill: #FFCE00;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s; }

.left_title {
  margin-top: 14.2%;
  margin-bottom: 12%;
  font-size: 60px;
  line-height: 1.17; }

.left_descr {
  margin: 0;
  max-width: 440px;
  font-size: 18px;
  line-height: 1.4; }

.left_question {
  margin-top: 12.2%;
  margin-bottom: 5.2%;
  font-size: 30px; }

.left_sign {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fd003a;
  line-height: 18px;
  border-bottom: 1px solid #fd003a;
  text-shadow: 0 0 #333, .04em 0 0 #fff, 0 0, -.04em 0 0 #fff;
  -webkit-transition: color 0.4s, border-bottom 0.4s, text-shadow 0.4s, opacity 0.8s, visibility 0.8s, -webkit-transform 0.8s;
  transition: color 0.4s, border-bottom 0.4s, text-shadow 0.4s, opacity 0.8s, visibility 0.8s, -webkit-transform 0.8s;
  transition: color 0.4s, border-bottom 0.4s, text-shadow 0.4s, transform 0.8s, opacity 0.8s, visibility 0.8s;
  transition: color 0.4s, border-bottom 0.4s, text-shadow 0.4s, transform 0.8s, opacity 0.8s, visibility 0.8s, -webkit-transform 0.8s; }

.left_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.left_bottom {
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.left_mail {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: bold;
  color: #fd003a;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s; }
  .left_mail:hover {
    color: #fff; }

.social {
  position: relative;
  z-index: 2;
  display: inline-block; }

.right_icon svg {
  fill: #FD053E;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s; }

.right_title {
  margin-top: auto;
  margin-bottom: 0;
  font-size: 40px; }

.right_descr {
  max-width: 440px;
  margin-top: 1%;
  margin-bottom: 4.6%;
  font-family: 'PT Sans', sans-serif; }

.right_sign {
  font-size: 20px;
  font-weight: bold;
  color: #fd003a;
  line-height: 18px;
  border-bottom: 1px solid #fd003a;
  text-shadow: 0 0 #333, .04em 0 0 #fff, 0 0, -.04em 0 0 #fff;
  -webkit-transition: color 0.4s, border-bottom 0.4s, text-shadow 0.4s;
  transition: color 0.4s, border-bottom 0.4s, text-shadow 0.4s; }

.right_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

/*================= END *main =================*/
/*================= *media-queries =================*/
@media screen and (max-width: 1024px) {
  .section_left {
    width: 53.8%;
    padding: 56px 28px 45px 76px; }
  .left_title {
    margin-top: 20.8%;
    margin-bottom: 6.2%; }
  .left_descr {
    max-width: none; }
  .left_question {
    margin-top: 18.4%;
    margin-bottom: 7.8%; }
  .section_top,
  .section_bottom {
    padding: 71px 40px 58px 30px; }
  .right_descr {
    margin-top: 1.6%;
    margin-bottom: 6.8%; } }

@media screen and (max-width: 980px) {
  .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .section_left {
    width: 100%;
    height: 595.5px;
    padding: 36px 40px 29px 40px;
    border-right: 0;
    border-bottom: solid 1px #c8d6e9; }
  .section_right {
    height: 427.5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .section_top {
    width: 50%;
    height: auto;
    border-right: solid 1px #c8d6e9;
    border-bottom: 0; }
  .section_bottom {
    width: 50%; }
  .left_title {
    max-width: 430px;
    margin-top: 56px;
    margin-bottom: 22px;
    font-size: 40px;
    line-height: 1; }
  .left_descr {
    max-width: 480px; }
  .left_question {
    margin-top: 57px;
    margin-bottom: 12px; }
  .section_top,
  .section_bottom {
    padding: 49px 40px 62px 40px; }
  .right_title {
    font-size: 30px; }
  .right_descr {
    margin-top: 9px;
    margin-bottom: 38px; }
  .section_top .right_descr {
    max-width: 220px; }
    .section_top .right_descr br {
      display: none; }
  .animShow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .left_addres {
    position: absolute;
    bottom: 24px;
    left: -webkit-calc(50% + 40px);
    left: calc(50% + 40px); }
  .left_bottom {
    margin-top: auto; } }

@media screen and (max-width: 600px) {
  .main {
    display: block;
    min-height: auto; }
  .section_left {
    height: auto;
    padding: 25px 30px 38px 20px; }
  .section_right {
    height: auto;
    display: block;
    margin-bottom: 20px; }
  .section_top {
    width: 100%;
    border-bottom: 1px solid #c8d6e9;
    border-right: 0; }
  .section_bottom {
    width: 100%; }
  .logo {
    width: 100px; }
  .left_title {
    max-width: 260px;
    margin-top: 38px;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.36; }
  .left_descr {
    max-width: 200px;
    font-size: 14px; }
  .left_question {
    margin-top: 31px;
    margin-bottom: 17px;
    font-size: 16px; }
  .left_mail {
    margin-bottom: 6px;
    font-size: 14px; }
  .social {
    width: 30.8px; }
    .social svg {
      width: 100%; }
  .section_top,
  .section_bottom {
    padding: 20px 20px 34px 20px; }
  .right_icon {
    width: 30px; }
    .right_icon svg {
      width: 100%; }
  .right_title {
    margin-top: 31px;
    margin-bottom: 3px;
    font-size: 24px; }
  .right_descr {
    margin-bottom: 24px; }
  .left_addres {
    position: static;
    margin-top: 38px;
    font-size: 12px; }
    .left_addres .icon svg {
      width: 14px !important; }
  .left_bottom {
    margin-top: 18px; } }

/*================= END *media-queries =================*/
