html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

* {
  margin: 0;
  padding: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

ol,
ul {
  list-style: none;
}

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

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: bold;
}

dfn {
  font-style: italic;
}

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

iframe,
img {
  border-style: none;
}

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

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

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

address,
caption,
cite,
code,
dfn,
th,
var {
  font-weight: normal;
  font-style: normal;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
  outline: none;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  cursor: pointer;
}

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: 0;
}

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

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-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/*---vendors---*/
/*---styles---*/
/* breakpoints */
/*
@include media(hover,1601){}
@include media(screen,1600){}

@include breakpoints(1367,1600){}
@include media(hover,1367){}
@include media(screen,1366){}

@include breakpoints(1201,1366){}
@include media(hover,1201){}
@include media(screen,1200){}

@include breakpoints(1025,1200){}
@include media(hover,1025){}
@include media(screen,1024){}

@include breakpoints(768,1024){}
@include media(hover,768){}
@include media(screen,767){}

@include breakpoints(601,767){}
@include media(hover,601){}
@include media(screen,600){}

@include breakpoints(481,600){}
@include media(screen,480){}
*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

.tableBox > div {
  display: table;
  width: 100%;
  height: 100%;
}

.tableBox > div > div {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.content {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
}

.content--lg {
  max-width: 1750px;
}

.content--md {
  max-width: 1460px;
}

.content--sm {
  max-width: 1200px;
}

.content--xs {
  max-width: 650px;
}

.hide {
  display: none !important;
}

.invalid {
  color: RGBA(255, 128, 124, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.invalid input,
.invalid textarea {
  background-color: #FF807D !important;
}

.invalid .checkbox-mark {
  background-color: #FF807D !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 0.8;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 0.8;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 0.8;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 0.8;
}

html {
  min-height: 100%;
}

html.ovh {
  overflow: hidden;
}

body {
  line-height: 1.4;
  font-weight: 500;
  color: #1E1435;
  font-family: "Montserrat", sans-serif;
}

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

*::-moz-selection {
  background-color: #F9C582;
}

*::selection {
  background-color: #F9C582;
}

a {
  outline: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.main {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}

#wrapper {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

.container {
  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;
  min-height: 100vh;
}

.header {
  position: fixed;
  top: 0;
  z-index: 5;
}

.header-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header .logo {
  height: 100%;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #F9C582;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.header .logo img {
  height: auto;
}

.header.simple-header {
  -webkit-transition: width 0.1s ease 0.4s;
  -o-transition: width 0.1s ease 0.4s;
  transition: width 0.1s ease 0.4s;
}

.header.simple-header:before {
  -webkit-transition: -webkit-transform 0.4s linear 0.15s;
  transition: -webkit-transform 0.4s linear 0.15s;
  -o-transition: transform 0.4s linear 0.15s;
  transition: transform 0.4s linear 0.15s;
  transition: transform 0.4s linear 0.15s, -webkit-transform 0.4s linear 0.15s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.header.is-active .close-mobile-nav {
  opacity: 1;
  pointer-events: auto;
}

.header.is-active .mobile-elements .burger:before {
  -webkit-transform: rotate(45deg) translate(1px, -4px);
  -ms-transform: rotate(45deg) translate(1px, -4px);
  transform: rotate(45deg) translate(1px, -4px);
}

.header.is-active .mobile-elements .burger:after {
  -webkit-transform: rotate(-45deg) translate(2px, 3px);
  -ms-transform: rotate(-45deg) translate(2px, 3px);
  transform: rotate(-45deg) translate(2px, 3px);
}

.header.is-active .mobile-elements .burger span {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer-section:not(:last-child) {
  margin-right: 25px;
}

.footer-section--part {
  width: 100%;
  color: #362D4A;
}

.footer-section header {
  border-bottom: 1px solid currentColor;
  padding: 8px 0;
  margin-bottom: 20px;
}

.footer-section .title {
  font-weight: 600;
  font-size: 0.93072rem;
  text-transform: uppercase;
  letter-spacing: 2.2px;
}

.footer-section .menu {
  font-size: 0.93072rem;
  color: #564E67;
}

.footer-section .menu.has-columns {
  -webkit-columns: 2 auto;
  columns: 2 auto;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}

.footer-section .menu li {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  padding: 5px 25px 5px 0;
}

.footer-section .menu a {
  color: inherit;
}

.footer-copyright {
  font-size: 0.93072rem;
  text-align: center;
  padding: 30px 0;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.nav-menu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-menu li {
  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;
  white-space: nowrap;
}

.nav-menu a {
  color: inherit;
}

.nav-menu a.active {
  color: #932064;
}

.nav-burger {
  position: absolute;
  left: -2px;
  top: 0;
  pointer-events: none;
  border: none;
  background: none;
  -webkit-transition: background-color 0.4s, -webkit-box-shadow 0.3s;
  transition: background-color 0.4s, -webkit-box-shadow 0.3s;
  -o-transition: background-color 0.4s, box-shadow 0.3s;
  transition: background-color 0.4s, box-shadow 0.3s;
  transition: background-color 0.4s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.simple-header .nav-burger {
  pointer-events: auto;
  background-color: #FFF;
  -webkit-transition: background-color 0.4s, -webkit-box-shadow 0.4s ease 0.35s;
  transition: background-color 0.4s, -webkit-box-shadow 0.4s ease 0.35s;
  -o-transition: background-color 0.4s, box-shadow 0.4s ease 0.35s;
  transition: background-color 0.4s, box-shadow 0.4s ease 0.35s;
  transition: background-color 0.4s, box-shadow 0.4s ease 0.35s, -webkit-box-shadow 0.4s ease 0.35s;
}

.nav-burger:before,
.nav-burger:after {
  content: "";
  position: absolute;
  background-color: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.simple-header .nav-burger:before,
.simple-header .nav-burger:after {
  opacity: 1;
}

.nav-burger:before {
  top: 10px;
}

.nav-burger:after {
  bottom: 10px;
}

.nav-burger span {
  position: absolute;
  background-color: #000;
  -webkit-transform: translate3d(calc(100vw - 500px), 0, 0);
  transform: translate3d(calc(100vw - 500px), 0, 0);
  top: 50%;
  margin-top: -1.5px;
  opacity: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.simple-header .nav-burger span {
  opacity: 1;
}

.nav .elements {
  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;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.nav .slogan {
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 0.79776rem;
  -webkit-transition: opacity 0.15s ease 0.15s, color 0.25s;
  -o-transition: opacity 0.15s ease 0.15s, color 0.25s;
  transition: opacity 0.15s ease 0.15s, color 0.25s;
  color: inherit;
}

.simple-header .nav .slogan {
  -webkit-transition: all 0.15s ease 0.1s;
  -o-transition: all 0.15s ease 0.1s;
  transition: all 0.15s ease 0.1s;
  pointer-events: none;
  opacity: 0;
}

.nav .support {
  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;
  white-space: nowrap;
  -webkit-transition: all 0.15s ease 0.25s;
  -o-transition: all 0.15s ease 0.25s;
  transition: all 0.15s ease 0.25s;
}

.nav .support .favorites {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #932064;
  font-weight: 600;
}

.nav .support .favorites .ico {
  margin-left: 8px;
  width: 16px;
  height: 32px;
  border-width: 16px 8px 8px;
  border-style: solid;
  border-color: currentColor currentColor transparent;
}

.nav .support .questions {
  background: none;
  border: none;
}

.sidebar .title {
  color: #2C2341;
  font-family: "Yeseva One", cursive;
  line-height: 1.2;
  font-weight: 500;
}

.sidebar .search {
  padding: 0 5px;
}

.sidebar .search-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  color: #564E67;
  font-size: 0.93072rem;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.sidebar .search-btn .ico {
  width: 40px;
  height: 40px;
  background-color: #932064;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  margin-right: 13px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 0 0 25px #192476 inset;
  box-shadow: 0 0 0 25px #192476 inset;
}

.sidebar .search-btn .ico svg {
  fill: #FFF;
}

.sidebar .subscribe {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.45s;
  -o-transition: opacity 0.45s;
  transition: opacity 0.45s;
}

.sidebar .subscribe-title {
  text-transform: uppercase;
  color: #564E67;
  font-size: 0.93072rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.sidebar .subscribe-text {
  margin-top: 10px;
  font-size: 0.93072rem;
}

.sidebar .subscribe .form-success {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar-modules {
  position: relative;
}

.sidebar-nav {
  font-size: 0.93072rem;
  font-weight: 600;
}

.sidebar-nav a {
  color: inherit;
}

.sidebar-nav a.active {
  color: #932064;
}

.page-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-sidebar {
  position: relative;
}

.page-main-part {
  width: 100%;
}

.page-notify-part {
  width: 100%;
}

.btn-simple {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  border: none;
  padding: 0 25px;
  background-color: #192476;
  color: #FFF;
  font-size: 1.06368rem;
}

.page-title {
  max-width: 1410px;
  margin: 0 auto;
  line-height: 1.2;
}

.page-title--text {
  font-family: "Yeseva One", cursive;
  position: relative;
  font-weight: 500;
}

.page-title--text:before {
  content: "";
  position: absolute;
  left: 10%;
  width: calc(10% - 25px);
  height: 4px;
  background-color: currentColor;
}

.page-title .article-info {
  color: #564E67;
  font-size: 0.93072rem;
  font-weight: 700;
  text-transform: uppercase;
}

.page-title .article-info .item-date {
  margin-right: 25px;
}

.text-section--main {
  background-color: #F6F6F6;
}

.text-section .person {
  width: 100%;
  line-height: 1.5;
}

.text-section .person .img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.text-section .person img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

input[type="text"] {
  width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.consultation-form input[type="text"] {
  height: 55px;
  line-height: 55px;
  padding: 0 25px;
  font-size: 0.93072rem;
  background-color: #FFF;
}

.support-form input[type="text"] {
  height: 55px;
  line-height: 55px;
  padding: 0 25px;
  font-size: 0.93072rem;
  background-color: #FFF;
  border-bottom: 1px solid currentColor;
}

.article-subscribe input[type="text"] {
  height: 55px;
  line-height: 55px;
  padding: 0 25px;
  font-size: 0.93072rem;
  background-color: #FFF;
  border: 9px solid #932064;
}

.subscription-form input[type="text"] {
  text-align: center;
  border-bottom: 3px solid #564E67;
  font-family: "Yeseva One", cursive;
  background: transparent;
}

.search-form input[type="text"] {
  text-align: center;
  background: transparent;
  font-family: "Yeseva One", cursive;
  color: #FFF;
}

.comment-content input[type="text"] {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border-bottom: 1px solid currentColor;
  font-size: 0.93072rem;
}

.subscribe-form input[type="text"] {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  background-color: #EEE;
  border-bottom: 1px solid #564E67;
}

textarea {
  width: 100%;
  border: none;
  resize: none;
}

.comment-content textarea {
  height: 100%;
  min-height: 40px;
  line-height: 1.5;
  padding: 10px 25px;
  border-bottom: 1px solid currentColor;
  font-size: 0.93072rem;
}

.support-form textarea {
  min-height: 55px;
  line-height: 1.5;
  padding: 10px 25px;
  font-size: 0.93072rem;
  background-color: #FFF;
  border-bottom: 1px solid currentColor;
}

.file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.file.has-file .reset {
  display: block;
}

.file input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.file .reset {
  border: none;
  background: none;
  width: 20px;
  height: 20px;
  line-height: 22px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
  font-size: 30px;
  display: none;
}

.file-mark {
  width: 29px;
  height: 40px;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.file-mark svg {
  fill: currentColor;
}

.file-text {
  font-size: 0.93072rem;
  font-weight: 600;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: auto;
}

.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.checkbox input:checked ~ .checkbox-mark:before {
  opacity: 1;
}

.checkbox-mark {
  width: 32px;
  height: 32px;
  border: 1px solid #564E67;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  position: relative;
  background-color: #FFF;
}

.consultation-form .checkbox-mark {
  background-color: #564E67;
}

.checkbox-mark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  opacity: 0;
  background-image: url("data:image/svg+xml;charset=US-ASCII, %3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%224.8%22%20height%3D%224.8%22%20viewBox%3D%220%200%20135.46%20135.46%22%20shape-rendering%3D%22geometricPrecision%22%20image-rendering%3D%22optimizeQuality%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%238e899a%22%20stroke-width%3D%2216.93%22%20stroke-miterlimit%3D%2222.926%22%20d%3D%22m8.46%2059.26l50.8%2067.73%2067.73-110.06%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 16px auto;
  background-size: 16px auto;
}

.checkbox-text {
  font-size: 0.79776rem;
  color: #8E899A;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  line-height: 1.3;
}

.checkbox-text a {
  color: inherit;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8E899A), to(#8E899A));
  background-image: -webkit-linear-gradient(top, #8E899A 0%, #8E899A 100%);
  background-image: -o-linear-gradient(top, #8E899A 0%, #8E899A 100%);
  background-image: linear-gradient(to bottom, #8E899A 0%, #8E899A 100%);
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
}

.support-form .checkbox-text {
  color: #564E67;
}

.submit {
  white-space: nowrap;
  border: none;
  height: 55px;
  line-height: 55px;
  padding: 0 25px;
  position: relative;
  background-color: #192476;
  color: #FFF;
  font-size: 0.93072rem;
}

.submit:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #932064;
  width: 16px;
  position: absolute;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.submit span {
  position: relative;
}

.submit-sm {
  white-space: nowrap;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  position: relative;
  background-color: #192476;
  color: #FFF;
  font-size: 0.93072rem;
}

.submit-sm:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #932064;
  width: 12px;
  position: absolute;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.submit-sm span {
  position: relative;
}

.submit-bar {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  height: 40px;
  width: 40px;
  position: relative;
  background-color: #932064;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.submit-bar:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #F9C582;
  width: 12px;
  position: absolute;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.submit-bar .ico {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
}

.submit-bar .ico svg {
  fill: #FFF;
}

.submit-btn {
  position: relative;
  border: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subscription-form .submit-btn {
  background-color: #192476;
}

.search-form .submit-btn {
  background-color: #932064;
}

.submit-btn:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  position: absolute;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.subscription-form .submit-btn:before {
  background-color: #932064;
}

.search-form .submit-btn:before {
  background-color: #F9C582;
}

.submit-btn .ico {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
}

.submit-btn .ico svg {
  fill: #FFF;
}

.input-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.input-box.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.input-box:not(:last-child) {
  margin-bottom: 20px;
}

.subscription-form .input-box:not(:last-child) {
  margin-bottom: 30px;
}

.input-box .stretched .label {
  height: 100%;
}

.captcha-block {
  display: flex;
  
  align-items: center;
}

.captcha-block input {
  width: 100px;
} 

.form-fieldset {
  position: relative;
}

.successful .form-fieldset .form {
  opacity: 0;
  pointer-events: none;
}

.form-success {
  opacity: 0;
  pointer-events: none;
}

.successful .form-success {
  opacity: 1;
  pointer-events: auto;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(-2900vw, 0, 0);
    transform: translate3d(-2900vw, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(-2900vw, 0, 0);
    transform: translate3d(-2900vw, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes blurText {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
    opacity: 1;
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }

  25% {
    -webkit-transform: rotate(5deg) translate3d(45%, -10%, 0);
    transform: rotate(5deg) translate3d(45%, -10%, 0);
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }

  50% {
    -webkit-transform: rotate(-5deg) translate3d(-25%, -10%, 0);
    transform: rotate(-5deg) translate3d(-25%, -10%, 0);
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }

  65% {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
    opacity: 1;
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }
}

@keyframes blurText {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
    opacity: 1;
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }

  25% {
    -webkit-transform: rotate(5deg) translate3d(45%, -10%, 0);
    transform: rotate(5deg) translate3d(45%, -10%, 0);
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }

  50% {
    -webkit-transform: rotate(-5deg) translate3d(-25%, -10%, 0);
    transform: rotate(-5deg) translate3d(-25%, -10%, 0);
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }

  65% {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
    opacity: 1;
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }
}

.consultation {
  overflow: hidden;
  position: relative;
  background: #241D3D url("../images/consultation-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.consultation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3000vw;
  height: 100%;
  background: url("../images/fog-bg.png") repeat-x;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  -webkit-animation: marquee 700s linear infinite;
  animation: marquee 700s linear infinite;
  opacity: 0.8;
}

.consultation:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid solid none;
  border-width: 30px 25px;
  border-color: #FFF transparent;
  left: 50%;
  top: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.consultation .content {
  position: relative;
}

.consultation .title {
  text-align: center;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Yeseva One", cursive;
  margin-bottom: 25px;
  letter-spacing: 0.025em;
}

.consultation .title span {
  will-change: transform;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.consultation .text {
  color: #FFF;
  font-size: 1.19664rem;
  margin-bottom: 40px;
}

.consultation .form-success {
  color: #FFF;
  font-size: 1.2465rem;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.subscription ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 0.3;
}

.subscription ::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 0.3;
}

.subscription :-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 0.3;
}

.subscription :-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 0.3;
}

.subscription .title {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.92795rem;
  letter-spacing: 2.4px;
}

.subscription .title a {
  color: #932064;
  position: relative;
}

.subscription .title a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 1px;
  background-color: #932064;
}

.subscription .form-success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Yeseva One", cursive;
  font-size: 2.216rem;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination a,
.pagination span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination a:not(.current),
.pagination span:not(.current) {
  color: #1E1435;
  background-color: #EFEEEE;
}

.pagination a.current,
.pagination span.current {
  background-color: #1E1435;
  color: #FFF;
  pointer-events: none;
}

.search-modal {
  background-color: RGBA(25, 36, 118, 0.95);
}

.search-modal .search-form .input-box {
  position: relative;
  overflow: hidden;
}

.search-modal .search-form .input-box input {
  position: relative;
  z-index: 1;
}

.search-modal .search-form .input-dublicate {
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

.search-modal .search-form .input-dublicate.visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-modal .search-form .clone-text {
  position: relative;
  max-width: 100%;
}

.search-modal .search-form .clone-text .text {
  font-family: "Yeseva One", cursive;
  opacity: 0;
  pointer-events: none;
  white-space: pre-wrap;
}

.search-modal .search-form .clone-text .reset {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  margin-left: 20px;
  background: none;
  border: none;
  line-height: 45px;
  font-size: 5rem;
  color: #FFF;
  font-weight: 100;
}

.support-modal {
  background-color: RGBA(197, 195, 203, 0.95);
}

.support-modal .title {
  text-transform: uppercase;
  font-size: 0.92795rem;
  letter-spacing: 1px;
  text-align: center;
}

.support-form .load {
  font-size: 0.93072rem;
  color: inherit;
  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;
  font-weight: 600;
  margin-bottom: 25px;
}

.support-form .load .ico {
  width: 38px;
  height: 40px;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.support-form .load .ico svg {
  fill: currentColor;
}

.support-form .file,
.support-form .checkbox {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.support-form .submit {
  width: 100%;
}

.custom-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.custom-modal .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: RGBA(30, 20, 53, 0.75);
}

.custom-modal .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 60px;
  font-weight: 300;
  line-height: 40px;
}

.custom-modal--wrap {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  max-height: 100%;
  width: 90%;
  max-width: 680px;
  padding: 25px;
  background-color: #FFF;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  overflow: auto;
  min-height: 400px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-modal--header {
  padding: 0 15px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
}

.custom-modal--main {
  text-align: center;
  font-size: 1.6rem;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.modal:not(.active) {
  opacity: 0;
  pointer-events: none;
}

.modal:not(.active) .support-form,
.modal:not(.active) .search-form {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.modal-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.modal-header--actions {
  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;
}

.modal-header .logo {
  height: 100%;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #F9C582;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.modal-header .logo img {
  height: auto;
}

.modal-header .close {
  font-size: 1.06368rem;
  background-color: transparent;
  border: none;
  margin: 0 25px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  text-align: center;
}

.search-modal .modal-header .close {
  color: #FFF;
}

.support-modal .modal-header .close {
  color: #1E1435;
}

.modal-header .close:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
}

.modal-form {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0;
  overflow: auto;
}

.modal-form > .content {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  max-height: 100%;
}

.modal-form .form-success {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.text-box {
  line-height: 1.64;
  font-weight: 400;
}

.text-box--layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.text-box--layout.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-box--aside {
  position: relative;
}

.text-box--main {
  position: relative;
}

.text-box--image img {
  width: 100%;
  display: block;
  height: auto;
}

.text-box--images {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 40px 0;
}

.text-box--images .image img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.text-box--images img {
  width: 100%;
  display: block;
  height: auto;
  -webkit-box-shadow: 0 0 5rem 0 RGBA(0, 0, 0, 0.6);
  box-shadow: 0 0 5rem 0 RGBA(0, 0, 0, 0.6);
}

.text-box blockquote {
  position: relative;
}

.text-box blockquote:not(:first-child) {
  margin-top: 65px;
}

.text-box blockquote:before {
  content: "\201C";
  color: #C5C3CB;
  top: 0;
  font-family: "Yeseva One", cursive;
  position: absolute;
  opacity: 0.75;
}

.text-box blockquote p {
  margin: 0;
  position: relative;
}

.text-box h2 {
  font-family: "Yeseva One", cursive;
  font-weight: 500;
}

.text-box p {
  margin-bottom: 36px;
}

.text-box p:last-child {
  margin-bottom: 0;
}

.text-box a:not(.link) {
  color: #932064;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#932064), to(#932064));
  background-image: -webkit-linear-gradient(top, #932064 0%, #932064 100%);
  background-image: -o-linear-gradient(top, #932064 0%, #932064 100%);
  background-image: linear-gradient(to bottom, #932064 0%, #932064 100%);
  -webkit-background-size: 100% 2px;
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  padding: 0 1px;
}

.text-box img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.text-box img.align-center {
  position: relative;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  height: auto;
}

.text-box .video {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  position: relative;
  margin: 40px 0;
}

.text-box .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.text-box .read-also {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  background-color: #FFF;
  padding: 25px;
  width: 410px;
  clear: both;
}

.text-box .read-also--title {
  display: block;
  text-transform: uppercase;
  color: #564E67;
  font-size: 0.93072rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.text-box .read-also .link {
  font-size: 1.06368rem;
  font-weight: 600;
  color: #192476;
}

.text-box .full-width-container {
  position: relative;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50vw);
  -ms-transform: translateX(-50vw);
  transform: translateX(-50vw);
}

.text-box .article-subscribe {
  margin: 40px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.text-box .article-subscribe .form-success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 600;
}

.text-box ol {
  margin-bottom: 36px;
  counter-reset: item;
}

.text-box ol li {
  margin-bottom: 25px;
  padding-left: 45px;
  position: relative;
}

.text-box ol li:before {
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
}

.text-box ul {
  margin-bottom: 36px;
}

.text-box ul li {
  margin-bottom: 25px;
  padding-left: 45px;
  position: relative;
}

.text-box ul li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 32px;
  height: 1px;
  background-color: currentColor;
}

.form-box--layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form-box--aside {
  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;
}

.form-box--main {
  width: 100%;
  position: relative;
}

.sharing ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sharing .link {
  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: #564E67;
  font-size: 0.93072rem;
  font-weight: 700;
}

.sharing .link--fv {
  margin: 5px 13px;
}

.sharing .link--fv .favorite {
  background: transparent;
  border: none;
  width: 16px;
  height: 32px;
  position: relative;
}

.sharing .link--fv .favorite:before {
  content: "";
  height: 21px;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  -webkit-box-shadow: 0 0 7px 5px RGBA(0, 0, 0, 0.4);
  box-shadow: 0 0 7px 5px RGBA(0, 0, 0, 0.4);
  position: absolute;
}

.sharing .link--fv .favorite .i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.sharing .link--fv .favorite .i:before,
.sharing .link--fv .favorite .i:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.sharing .link--fv .favorite .i:before {
  top: 0;
  height: 25px;
  background-color: #FFF;
}

.sharing .link--fv .favorite .i:after {
  width: 0;
  height: 0;
  border-color: transparent #FFF;
  border-style: none solid solid;
  border-width: 7px 8px;
  top: 25px;
  margin: auto;
}

.sharing .link--fv .favorite.liked .i:before {
  background-color: #932064;
}

.sharing .link--fv .favorite.liked .i:after {
  border-color: transparent #932064;
}

.sharing svg {
  fill: currentColor;
}

.sharing .ico {
  color: #1E1435;
}

.comment-box--main {
  background-color: #EFEEEE;
}

.comment-box--head {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.comment-box--title {
  text-transform: uppercase;
  font-size: 0.93072rem;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.comment-box .comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.comment-box .comment-ava {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #FFF;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Yeseva One", cursive;
  color: #8E899A;
}

.comment-box .comment-top-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  color: #8E899A;
  font-size: 16px;
}

.comment-content {
  margin: 0 auto;
  padding: 0 25px;
}

.comment-content .label {
  display: block;
}

.comment-content .label:not(:last-child) {
  margin-bottom: 25px;
}

.comment-content .comment {
  margin-bottom: 35px;
}

.comment-content .comment.opened .comment-actions {
  display: none;
}

.comment-content .comment-top-data {
  font-size: 0.93072rem;
  margin-bottom: 10px;
}

.comment-content .comment-name {
  margin-right: 30px;
}

.comment-content .comment-text {
  font-size: 1.06368rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.comment-content .comment-actions .button {
  border: none;
  background: none;
  font-size: 0.93072rem;
  color: #8E899A;
  font-weight: 600;
}

.comment-content .comment-form {
  margin-bottom: 40px;
}

.inline-support {
  background-color: #F6F6F6;
}

.inline-support .title {
  text-transform: uppercase;
  font-size: 0.92795rem;
  letter-spacing: 1px;
  text-align: center;
}

.inline-support .support-form {
  background-color: #C5C3CB;
  position: relative;
}

.inline-support .support-form:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid solid none;
  border-width: 30px 25px;
  border-color: #F6F6F6 transparent;
  left: 50%;
  top: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.inline-support .form-success {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.home-banner {
  color: #FFF;
  position: relative;
}

.home-banner .banner-container {
  width: 100%;
  padding-top: 50%;
  position: relative;
}

.home-banner .descr {
  background-color: #1E1435;
  padding: 10px 10px 10px 35px;
  position: relative;
}

.home-banner .banner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0B0B0B;
  background-repeat: no-repeat;
  background-image: url("../images/home-banner.jpg");
  background-position: 0 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  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;
}

.home-banner figcaption {
  position: relative;
}

.home-banner figcaption:before {
  content: "\201C";
  color: #F9C582;
  top: 0;
  font-family: "Yeseva One", cursive;
  position: absolute;
  margin-right: 1rem;
}

.home-banner .title {
  font-weight: 400;
  line-height: 1.2;
}

.home-banner .auth {
  font-size: 0.93072rem;
}

.home-banner .logo {
  color: #F9C582;
  position: absolute;
}

.home-banner .logo svg {
  fill: currentColor;
}

.home-about {
  line-height: 1.85;
}

.home-about .about {
  max-width: 1200px;
}

.home-about a {
  color: #932064;
  background-image: -webkit-gradient(linear, left top, right top, from(#932064), to(#932064));
  background-image: -webkit-linear-gradient(left, #932064 0%, #932064 100%);
  background-image: -o-linear-gradient(left, #932064 0%, #932064 100%);
  background-image: linear-gradient(to right, #932064 0%, #932064 100%);
  -webkit-background-size: 0 100%;
  background-size: 0 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0 1px;
}

.home-services .title {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.92795rem;
  letter-spacing: 2.4px;
}

.home-services .service-list {
  background-color: #F6F6F6;
}

.home-services .list {
  font-size: 1.19664rem;
}

.home-services .list-section {
  width: 100%;
}

.home-services .item {
  position: relative;
}

.home-services .item:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: currentColor;
}

.home-services .item:first-child:before {
  top: 50%;
}

.home-services .item:last-child:before {
  bottom: 50%;
}

.home-services .item .heading {
  font-weight: 700;
}

.home-services .item a,
.home-services .item .heading {
  position: relative;
  display: inline-block;
  color: inherit;
}

.home-services .item a:after,
.home-services .item .heading:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #1E1435;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.home-services .item .heading:before {
  content: "";
}

.home-services .item .heading:after {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.main-articles .sidebar-header {
  margin: 0 auto;
}

.main-articles .sidebar-header .text {
  font-size: 1.06368rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

.main-articles .sidebar-header a {
  color: #932064;
  background-image: -webkit-gradient(linear, left top, right top, from(#932064), to(#932064));
  background-image: -webkit-linear-gradient(left, #932064 0%, #932064 100%);
  background-image: -o-linear-gradient(left, #932064 0%, #932064 100%);
  background-image: linear-gradient(to right, #932064 0%, #932064 100%);
  -webkit-background-size: 0 100%;
  background-size: 0 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0 1px;
}

.main-articles .sidebar-header img {
  height: auto;
}

.reviews {
  margin-bottom: 20px;
}

.reviews--main {
  background-color: #F6F6F6;
}

.reviews--slider .owl-dots {
  height: 8px;
  background-color: #CFCFCF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.reviews--slider .owl-dot {
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.reviews--slider .owl-dot.active {
  background-color: #1E1435;
}

.reviews .title {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.92795rem;
  letter-spacing: 2.4px;
}

.review--layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.review--aside {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.review--aside .person img {
  margin-bottom: 26px;
}

.partners--main {
  background-color: #F6F6F6;
}

.partners--list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partners--list li {
  padding: 12px;
}

.partners--list .partner {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.partners--list .figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partners--list img {
  max-width: 90%;
  max-height: 90%;
}

.article-listing .title {
  font-size: 0.93072rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.article-listing .listing ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.article-listing .item {
  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;
  height: 100%;
  -webkit-perspective: 1800px;
  perspective: 1800px;
}

.article-listing .item-data {
  display: none;
}

.article-listing .item-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.article-listing .item-img {
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.article-listing .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  will-change: transform;
}

.article-listing .item-img .favorite {
  background: transparent;
  border: none;
  position: absolute;
  width: 16px;
  height: 32px;
  left: 16px;
  bottom: 16px;
  z-index: 1;
}

.article-listing .item-img .favorite:before {
  content: "";
  height: 21px;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  -webkit-box-shadow: 0 0 7px 5px RGBA(0, 0, 0, 0.4);
  box-shadow: 0 0 7px 5px RGBA(0, 0, 0, 0.4);
  position: absolute;
}

.article-listing .item-img .favorite .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.article-listing .item-img .favorite .icon:before,
.article-listing .item-img .favorite .icon:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.article-listing .item-img .favorite .icon:before {
  top: 0;
  height: 25px;
  background-color: #FFF;
}

.article-listing .item-img .favorite .icon:after {
  width: 0;
  height: 0;
  border-color: transparent #FFF;
  border-style: none solid solid;
  border-width: 7px 8px;
  top: 25px;
  margin: auto;
}

.article-listing .item-img .favorite.liked .icon:before {
  background-color: #932064;
}

.article-listing .item-img .favorite.liked .icon:after {
  border-color: transparent #932064;
}

.article-listing .item-brief {
  width: 100%;
  color: #564E67;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
}

.article-listing .item-title {
  font-size: 1.06368rem;
  color: #1E1435;
  line-height: 1.25;
  margin-bottom: 18px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
}

.article-listing .item-title a {
  color: inherit;
}

.article-listing .item-info {
  font-size: 0.93072rem;
  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;
  margin-top: auto;
}

.article-listing .item-info button,
.article-listing .item-info span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

.article-listing .item-info .ico {
  margin-right: 12px;
}

.article-listing .item-info svg {
  fill: #8E899A;
}

.article-listing .item-info .favorite {
  background: transparent;
  border: none;
  position: relative;
}

.article-listing .item-info .favorite .ico {
  width: 15px;
  height: 15px;
}

.article-listing .item-info .favorite .ico svg {
  stroke: #8E899A;
  fill: none;
}

.article-listing .item-info .favorite .ico.favorite svg {
  fill: #932064;
  stroke: #932064;
}

.article-listing .item-info .favorite.liked .ico svg {
  fill: #932064;
  stroke: #932064;
}

.article-listing .item-info .views .ico {
  width: 16px;
  height: 16px;
}

.article-listing .item-info .comments .ico {
  width: 19px;
  height: 20px;
}

.blog-section {
  margin-bottom: 80px;
}

.blog-grid ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog .item {
  width: 100%;
  display: block;
  position: relative;
  -webkit-perspective: 1800px;
  perspective: 1800px;
}

.blog .item-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.blog .item-img {
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
  background-color: #9ABBC8;
}

.blog .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  will-change: transform;
}

.blog .item-img .favorite {
  background: transparent;
  border: none;
  position: absolute;
  width: 16px;
  height: 32px;
  left: 16px;
  bottom: 16px;
  z-index: 1;
}

.blog .item-img .favorite:before {
  content: "";
  height: 21px;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  -webkit-box-shadow: 0 0 7px 5px RGBA(0, 0, 0, 0.4);
  box-shadow: 0 0 7px 5px RGBA(0, 0, 0, 0.4);
  position: absolute;
}

.blog .item-img .favorite .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.blog .item-img .favorite .icon:before,
.blog .item-img .favorite .icon:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.blog .item-img .favorite .icon:before {
  top: 0;
  height: 25px;
  background-color: #FFF;
}

.blog .item-img .favorite .icon:after {
  width: 0;
  height: 0;
  border-color: transparent #FFF;
  border-style: none solid solid;
  border-width: 7px 8px;
  top: 25px;
  margin: auto;
}

.blog .item-img .favorite.liked .icon:before {
  background-color: #932064;
}

.blog .item-img .favorite.liked .icon:after {
  border-color: transparent #932064;
}

.blog .item-brief {
  width: 100%;
  color: #564E67;
}

.blog .item-data {
  font-size: 0.93072rem;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 15px;
}

.main-articles .blog .item-data {
  display: none;
}

.blog .item-tag {
  margin-right: 20px;
  position: relative;
}

.blog .item-tag:after {
  content: "";
  top: 50%;
  position: absolute;
  height: 13px;
  width: 2px;
  background-color: currentColor;
  right: -13px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog .item-title {
  font-size: 1.59552rem;
  color: #1E1435;
  line-height: 1.25;
  margin-bottom: 18px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
}

.main-articles .blog .item-title {
  font-size: 1.06368rem;
}

.blog .item-title a {
  color: inherit;
}

.blog .item-info {
  font-size: 0.93072rem;
  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;
}

.blog .item-info button,
.blog .item-info span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

.blog .item-info .ico {
  margin-right: 12px;
}

.blog .item-info svg {
  fill: #8E899A;
}

.blog .item-info .favorite {
  background: transparent;
  border: none;
  position: relative;
}

.blog .item-info .favorite .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  bottom: 0;
  z-index: 1;
}

.blog .item-info .favorite .ico {
  width: 15px;
  height: 15px;
}

.blog .item-info .favorite .ico svg {
  stroke: #8E899A;
  fill: none;
}

.blog .item-info .favorite.liked .ico svg {
  fill: #932064;
  stroke: #932064;
}

.blog .item-info .views .ico {
  width: 16px;
  height: 16px;
}

.blog .item-info .comments .ico {
  width: 19px;
  height: 20px;
}

.blog .notification {
  background-color: #FFEEDA;
  font-size: 0.93072rem;
  font-weight: 600;
}

.blog .pagination {
  margin-top: 20px;
}

.article-preview {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

.article-preview .img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.article-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio-section {
  margin-bottom: 55px;
}

.portfolio-categories {
  font-size: 0.93072rem;
  font-weight: 600;
  margin-bottom: 40px;
}

.portfolio-categories ul {
  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;
}

.portfolio-categories li {
  margin-right: 25px;
}

.portfolio-categories a {
  color: currentColor;
}

.portfolio-categories a.active {
  color: #932064;
}

.portfolio-grid ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.portfolio .btn-box .btn {
  width: 100%;
}

.portfolio .item {
  width: 100%;
  display: block;
  position: relative;
  -webkit-perspective: 1800px;
  perspective: 1800px;
}

.portfolio .item-img {
  width: 100%;
  padding-bottom: 66.67%;
  position: relative;
  overflow: hidden;
}

.portfolio .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  will-change: transform;
}

.portfolio .item-brief {
  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;
  overflow: hidden;
  height: 64px;
}

.portfolio .item-arrow {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 10px;
  height: 3px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #1E1435;
  position: relative;
}

.portfolio .item-arrow:before,
.portfolio .item-arrow:after {
  content: "";
  width: 15px;
  height: 3px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #1E1435;
  position: absolute;
  right: 1px;
  top: 0;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.portfolio .item-title {
  text-transform: uppercase;
  color: #1E1435;
  font-size: 0.93072rem;
}

.portfolio .item-subtitle {
  font-size: 0.93072rem;
  max-height: 40px;
  overflow: hidden;
  color: #1E1435;
}

.project-listing .title {
  font-size: 0.93072rem;
  text-transform: uppercase;
  text-align: center;
  color: #8E899A;
  font-weight: 600;
}

.project-listing .listing ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.project-listing .listing li {
  max-width: 480px;
}

.project-listing .listing .item {
  width: 100%;
  display: block;
  position: relative;
  -webkit-perspective: 1800px;
  perspective: 1800px;
}

.project-listing .listing .item-img {
  width: 100%;
  padding-bottom: 146.34%;
  position: relative;
  overflow: hidden;
}

.project-listing .listing .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  will-change: transform;
}

.project-listing .listing .item-brief {
  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;
  overflow: hidden;
  font-weight: 700;
  min-height: 64px;
  padding: 8px 0;
}

.project-listing .listing .item-arrow {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 10px;
  height: 3px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #1E1435;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.project-listing .listing .item-arrow:before,
.project-listing .listing .item-arrow:after {
  content: "";
  width: 15px;
  height: 3px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #1E1435;
  position: absolute;
  right: 1px;
  top: 0;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.project-listing .listing .item-title {
  text-transform: uppercase;
  font-size: 0.93072rem;
  color: #1E1435;
}

.project-listing .listing .item-subtitle {
  font-size: 0.93072rem;
  overflow: hidden;
  color: #1E1435;
}

.project-main-preview:not(.full-width) {
  padding: 11.5vw 0;
}

.project-main-preview:not(.full-width) img {
  -webkit-box-shadow: 0 0 10rem 0 RGBA(0, 0, 0, 0.6);
  box-shadow: 0 0 10rem 0 RGBA(0, 0, 0, 0.6);
}

.project-main-preview .figure {
  width: 100%;
}

.project-main-preview img {
  width: 100%;
  display: block;
  height: auto;
}

.project-main-preview img:not(:last-child) {
  margin-bottom: 25px;
}

.project-preview:not(.full-width) {
  padding: 11.5vw 0;
}

.project-preview:not(.full-width) img {
  -webkit-box-shadow: 0 0 10rem 0 RGBA(0, 0, 0, 0.6);
  box-shadow: 0 0 10rem 0 RGBA(0, 0, 0, 0.6);
}

.project-preview .figure {
  width: 100%;
}

.project-preview img {
  width: 100%;
  display: block;
  height: auto;
}

.project-review {
  margin-top: 25px;
}

.project-review .title {
  font-size: 0.93072rem;
  text-transform: uppercase;
  text-align: center;
  color: #8E899A;
  font-weight: 600;
}

@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@keyframes aitf {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  25% {
    -webkit-transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    transform: rotateX(20deg) translateY(2px) rotate(-3deg);
  }

  50% {
    -webkit-transform: translateY(-20px) rotate(3deg) scale(1.1);
    transform: translateY(-20px) rotate(3deg) scale(1.1);
  }
}

@keyframes bounce {
  0%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  25% {
    -webkit-transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    transform: rotateX(20deg) translateY(2px) rotate(-3deg);
  }

  50% {
    -webkit-transform: translateY(-20px) rotate(3deg) scale(1.1);
    transform: translateY(-20px) rotate(3deg) scale(1.1);
  }
}

.text-box--link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}

.text-box--link .link {
  color: inherit;
  position: relative;
}

.text-box--link .link:hover {
  color: #932064;
}

.text-box--link .link:hover span {
  -webkit-animation: bounce 0.6s;
  animation: bounce 0.6s;
  color: #932064;
}

.text-box--link .link:hover .link-full {
  background: none;
}

.text-box--link .link-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url("../images/animated_text_fill.jpg") repeat-y;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  animation: aitf 80s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.text-box--link .link-parts {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-box--link .link-parts span {
  color: transparent;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.text-box--link .link-parts span:nth-child(2) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.text-box--link .link-parts span:nth-child(3) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.text-box--link .link-parts span:nth-child(4) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.text-box--link .link-parts span:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.text-box--link .link-parts span:nth-child(6) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.text-box--link .link-parts span:nth-child(7) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.text-box--link .link-parts span:nth-child(8) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.text-box--link .link-parts span:nth-child(9) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.text-box--link .link-parts span:nth-child(10) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.text-box--link .link-parts span:nth-child(11) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.text-box--link .link-parts span:nth-child(12) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.text-box--link .link-parts span:nth-child(13) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.text-box--link .link-parts span:nth-child(14) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.text-box--link .link-parts span:nth-child(15) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.text-box--link .link-parts span:nth-child(16) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.text-box--link .link-parts span:nth-child(17) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.text-box--link .link-parts span:nth-child(18) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}

.text-box--link .link-parts span:nth-child(19) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.text-box--link .link-parts span:nth-child(20) {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}

.contact-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 75px;
}

.contact-sidebar {
  font-weight: 400;
  font-size: 1.108rem;
}

.contact-sidebar .links {
  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;
  font-weight: 700;
}

.contact-sidebar .item {
  color: inherit;
  margin-bottom: 25px;
}

.contact-sidebar .text {
  line-height: 1.5;
}

.contact-main {
  font-size: 1.06368rem;
}

.contact-main figure {
  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;
}

.contact-main figure .rotate-box {
  -webkit-perspective: 30px;
  perspective: 30px;
}

.contact-main figure .img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.contact-main figure img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1025px) {
  .content {
    padding: 0 25px;
  }

  .header .logo:hover {
    background-color: #F8BA6A;
  }

  .footer-main {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }

  .footer-section .menu a:hover {
    color: #932064;
  }

  .nav-menu a:hover {
    color: #932064;
  }

  .simple-header .nav-burger:hover {
    -webkit-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
    background-color: #F9C582;
  }

  .nav .slogan:hover {
    color: #932064;
  }

  .nav .support .questions:hover {
    color: #932064;
  }

  .sidebar.fixed {
    position: fixed;
    top: 0;
  }

  .sidebar.fixed .sidebar-main {
    padding-top: 110px;
  }

  .sidebar.bottom {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .sidebar.bottom .sidebar-main {
    padding-top: 110px;
  }

  .sidebar.fixed.subscribe-bar .sidebar-nav,
  .sidebar.fixed.subscribe-bar .search,
  .sidebar.bottom.subscribe-bar .sidebar-nav,
  .sidebar.bottom.subscribe-bar .search {
    opacity: 0;
    pointer-events: none;
  }

  .sidebar.fixed.subscribe-bar .subscribe,
  .sidebar.bottom.subscribe-bar .subscribe {
    opacity: 1;
    pointer-events: auto;
  }

  .sidebar .title {
    font-size: 3.19104rem;
    margin-bottom: 20px;
  }

  .sidebar .search {
    margin-bottom: 32px;
    -webkit-transition: opacity 0.45s;
    -o-transition: opacity 0.45s;
    transition: opacity 0.45s;
  }

  .sidebar .search-btn:hover {
    color: #932064;
  }

  .sidebar .search-btn:hover .ico {
    -webkit-box-shadow: 0 0 0 0 #192476 inset;
    box-shadow: 0 0 0 0 #192476 inset;
  }

  .sidebar-main {
    padding: 0 0 110px;
  }

  .sidebar-nav {
    -webkit-transition: opacity 0.45s;
    -o-transition: opacity 0.45s;
    transition: opacity 0.45s;
  }

  .sidebar-nav li {
    padding: 0 5px;
  }

  .sidebar-nav li:not(:last-child) {
    margin-bottom: 20px;
  }

  .sidebar-nav a:hover {
    color: #932064;
  }

  .page {
    padding: 80px 0;
  }

  .btn-simple {
    height: 65px;
    line-height: 65px;
  }

  .btn-simple:hover {
    background-color: #932064;
  }

  .page-title {
    padding: 115px 0 70px;
  }

  .page-title--text {
    font-size: 3.19104rem;
    padding: 0 0 0 20%;
  }

  .page-title--text:before {
    left: 10%;
    top: 2rem;
  }

  .page-title .article-info {
    padding: 0 0 0 20%;
    margin-bottom: 60px;
  }

  .text-section .person figcaption {
    font-size: 1.06368rem;
  }

  .subscription-form input[type="text"] {
    line-height: 128px;
    height: 128px;
    padding: 0 25px 0 153px;
    font-size: 3.19104rem;
  }

  .file:not(.has-file):hover {
    color: #932064;
  }

  .submit:hover:before {
    width: 100%;
  }

  .submit-sm:hover:before {
    width: 100%;
  }

  .submit-bar .ico {
    width: 50px;
    height: 30px;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  .submit-bar:hover:before {
    width: 100%;
  }

  .submit-bar:hover .ico {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .submit-btn {
    width: 128px;
    height: 128px;
  }

  .submit-btn .ico {
    width: 75px;
    height: 45px;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  .submit-btn:hover:before {
    width: 100%;
  }

  .submit-btn:hover .ico {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .consultation {
    padding: 75px 0 105px;
    margin-bottom: 70px;
  }

  .consultation .title {
    font-size: 13.296rem;
  }

  .consultation .title span {
    will-change: transform;
    -webkit-animation: blurText 6s linear infinite;
    animation: blurText 6s linear infinite;
  }

  .consultation .title span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }

  .consultation .title span:nth-child(2) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }

  .consultation .title span:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }

  .consultation .title span:nth-child(4) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }

  .consultation .title span:nth-child(5) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }

  .consultation .title span:nth-child(6) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }

  .consultation .title span:nth-child(7) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
  }

  .consultation .title span:nth-child(8) {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
  }

  .consultation .title span:nth-child(9) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
  }

  .subscription {
    padding: 90px 0 70px;
  }

  .subscription .title {
    margin-bottom: 90px;
  }

  .pagination a:not(.current):hover,
  .pagination span:not(.current):hover {
    background-color: #1E1435;
    color: #FFF;
  }

  .support-modal .title {
    margin-bottom: 80px;
  }

  .support-form .load:hover {
    color: #932064;
  }

  .support-form .file,
  .support-form .checkbox {
    margin-right: 25px;
    width: 30%;
  }

  .modal-header .logo:hover {
    background-color: #F8BA6A;
  }

  .modal-header .close:hover {
    color: #932064;
  }

  .text-box--layout > .person {
    display: none !important;
  }

  .text-box--main {
    width: 890px;
    padding: 0 25px;
  }

  .text-box--images .figure {
    width: calc(50% - 12.5px);
    margin-top: 25px;
  }

  .text-box--images .image {
    width: calc(50% - 12.5px);
    margin-top: 25px;
  }

  .text-box blockquote {
    padding-left: 50px;
    margin-bottom: 56px;
    font-size: 22px;
  }

  .text-box blockquote:before {
    left: -20px;
    font-size: 26.592rem;
    line-height: 16rem;
  }

  .text-box a:not(.link):hover {
    color: #FFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#932064), to(#932064));
    background-image: -webkit-linear-gradient(top, #932064 0%, #932064 100%);
    background-image: -o-linear-gradient(top, #932064 0%, #932064 100%);
    background-image: linear-gradient(to bottom, #932064 0%, #932064 100%);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  .text-box .read-also .link:hover {
    color: #932064;
  }

  .sharing.fixed {
    position: fixed;
    top: 0;
  }

  .sharing.bottom {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .sharing ul {
    padding: 110px 0;
    -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;
  }

  .sharing li {
    margin: 8px 0;
  }

  .sharing .link:hover .ico {
    color: inherit;
  }

  .sharing .link--tw:hover {
    color: #00AAEF;
  }

  .sharing .link--fb:hover {
    color: #455896;
  }

  .sharing .link--gp:hover {
    color: #C14F44;
  }

  .sharing .link--vk:hover {
    color: #556F9C;
  }

  .sharing .link--ok:hover {
    color: #D3732F;
  }

  .sharing .link--fv .favorite:hover .i:before {
    background-color: #932064;
  }

  .sharing .link--fv .favorite:hover .i:after {
    border-color: transparent #932064;
  }

  .sharing .ico {
    margin-right: 15px;
  }

  .comment-box--main {
    padding: 65px 0 45px;
  }

  .comment-content {
    width: 890px;
  }

  .inline-support {
    margin-bottom: 140px;
  }

  .inline-support .title {
    margin-bottom: 60px;
  }

  .inline-support .support-form {
    padding: 80px 0 80px 0;
  }

  .home-banner .banner {
    padding: 0 135px;
  }

  .home-banner figcaption {
    max-width: 600px;
  }

  .home-banner figcaption:before {
    right: 100%;
  }

  .home-banner .title {
    font-size: 3.1855rem;
    margin-bottom: 35px;
  }

  .home-about a:hover {
    color: #FFF;
    background-image: -webkit-gradient(linear, left top, right top, from(#932064), to(#932064));
    background-image: -webkit-linear-gradient(left, #932064 0%, #932064 100%);
    background-image: -o-linear-gradient(left, #932064 0%, #932064 100%);
    background-image: linear-gradient(to right, #932064 0%, #932064 100%);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  .home-services .item {
    padding-left: 40px;
  }

  .home-services .item a:after,
  .home-services .item .heading:after {
    left: -43px;
  }

  .home-services .item a:hover {
    font-weight: bold;
    color: #932064;
  }

  .home-services .item a:hover:after {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }

  .main-articles .sidebar-header a:hover {
    color: #FFF;
    background-image: -webkit-gradient(linear, left top, right top, from(#932064), to(#932064));
    background-image: -webkit-linear-gradient(left, #932064 0%, #932064 100%);
    background-image: -o-linear-gradient(left, #932064 0%, #932064 100%);
    background-image: linear-gradient(to right, #932064 0%, #932064 100%);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  .reviews--main {
    padding: 100px 0 105px;
  }

  .reviews .title {
    margin-bottom: 50px;
  }

  .review--layout {
    padding-top: 42px;
  }

  .review--aside {
    width: 25%;
    font-size: 1.06368rem;
  }

  .home-portfolio {
    margin-bottom: 70px;
  }

  .article-listing {
    padding: 80px 0;
  }

  .article-listing .title {
    margin-bottom: 80px;
  }

  .article-listing .item:hover .item-img {
    -webkit-transform: scale(0.98) rotateX(-6deg);
    transform: scale(0.98) rotateX(-6deg);
  }

  .article-listing .item:hover .item-img:after {
    opacity: 1;
  }

  .article-listing .item:hover .item-img img {
    opacity: 0.9;
  }

  .article-listing .item:hover .item-brief {
    opacity: 1;
  }

  .article-listing .item:hover .item-title,
  .article-listing .item:hover .item-info {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .article-listing .item:hover .item-title {
    color: #932064;
  }

  .article-listing .item-img {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .article-listing .item-img:after {
    content: "";
    -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    position: absolute;
    opacity: 0;
    top: 25%;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, RGBA(0, 0, 0, 0) 0%, RGBA(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(RGBA(0, 0, 0, 0)), to(RGBA(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, RGBA(0, 0, 0, 0) 0%, RGBA(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, RGBA(0, 0, 0, 0) 0%, RGBA(0, 0, 0, 0.8) 100%);
  }

  .article-listing .item-img img {
    -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }

  .article-listing .item-img .favorite:hover .icon:before {
    background-color: #932064;
  }

  .article-listing .item-img .favorite:hover .icon:after {
    border-color: transparent #932064;
  }

  .article-listing .item-brief {
    opacity: 0.75;
  }

  .article-listing .item-title {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }

  .article-listing .item-info {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.04s;
    transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.04s;
    -o-transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.04s;
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.04s;
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.04s, -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.04s;
  }

  .article-listing .item-info .favorite:hover .ico svg {
    stroke: #932064;
  }

  .blog-grid ul {
    margin: 0 -12.5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-grid li {
    padding: 0 12.5px;
    margin-bottom: 45px;
    width: 50%;
  }

  .blog .item:hover .item-img {
    -webkit-transform: scale(0.98) rotateX(-3deg);
    transform: scale(0.98) rotateX(-3deg);
  }

  .blog .item:hover .item-img:after {
    opacity: 1;
  }

  .blog .item:hover .item-img img {
    opacity: 0.9;
  }

  .blog .item:hover .item-brief {
    opacity: 1;
  }

  .blog .item:hover .item-data,
  .blog .item:hover .item-title,
  .blog .item:hover .item-info {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .blog .item:hover .item-title {
    color: #932064;
  }

  .blog .item:hover .item-title:before {
    width: calc(10% - 25px);
    -webkit-transition: width 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
    -o-transition: width 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
    transition: width 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
  }

  .blog .item-img {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .blog .item-img:after {
    content: "";
    -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    position: absolute;
    opacity: 0;
    top: 25%;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, RGBA(0, 0, 0, 0) 0%, RGBA(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(RGBA(0, 0, 0, 0)), to(RGBA(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, RGBA(0, 0, 0, 0) 0%, RGBA(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, RGBA(0, 0, 0, 0) 0%, RGBA(0, 0, 0, 0.8) 100%);
  }

  .blog .item-img img {
    -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }

  .blog .item-img .favorite:hover .icon:before {
    background-color: #932064;
  }

  .blog .item-img .favorite:hover .icon:after {
    border-color: transparent #932064;
  }

  .blog .item-brief {
    padding: 28px 0 30px 10%;
    opacity: 0.75;
  }

  .blog .item-data {
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }

  .blog .item-title {
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.04s;
    transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.04s;
    -o-transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.04s;
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.04s;
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.04s, -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.04s;
  }

  .blog .item-title:before {
    width: 0;
    -webkit-transition: width 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: width 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: width 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }

  .blog .item-info {
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.08s;
    transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.08s;
    -o-transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.08s;
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.08s;
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.08s, -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.08s;
  }

  .blog .item-info .favorite:hover .ico svg {
    stroke: #932064;
  }

  .article-preview .img {
    width: calc(50vw + 50%);
  }

  .portfolio {
    padding-bottom: 80px;
  }

  .portfolio-categories a:hover {
    color: #932064;
  }

  .portfolio .item:hover .item-arrow {
    width: 30px;
  }

  .portfolio .item:hover .item-arrow:before {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transition: 0.3s ease 0.15s;
    -o-transition: 0.3s ease 0.15s;
    transition: 0.3s ease 0.15s;
  }

  .portfolio .item:hover .item-arrow:after {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transition: 0.3s ease 0.15s;
    -o-transition: 0.3s ease 0.15s;
    transition: 0.3s ease 0.15s;
  }

  .portfolio .item:hover .item-data {
    opacity: 1;
  }

  .portfolio .item:hover .item-img {
    -webkit-transform: scale(0.98) rotateX(-3deg);
    transform: scale(0.98) rotateX(-3deg);
  }

  .portfolio .item:hover .item-img:after {
    opacity: 1;
  }

  .portfolio .item:hover .item-img img {
    opacity: 0.9;
  }

  .portfolio .item:hover .item-btn:before {
    width: 100%;
  }

  .portfolio .item:hover .item-btn .ico {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .portfolio .item-img {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .portfolio .item-img:after {
    content: "";
    -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    position: absolute;
    opacity: 0;
    top: 25%;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, RGBA(0, 0, 0, 0) 0%, RGBA(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(RGBA(0, 0, 0, 0)), to(RGBA(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, RGBA(0, 0, 0, 0) 0%, RGBA(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, RGBA(0, 0, 0, 0) 0%, RGBA(0, 0, 0, 0.8) 100%);
  }

  .portfolio .item-img img {
    -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }

  .portfolio .item-brief {
    font-weight: 700;
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .portfolio .item-data {
    padding: 0 15px;
    opacity: 0.8;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
  }

  .portfolio .item-title {
    font-weight: 700;
  }

  .portfolio .item-subtitle {
    font-weight: 500;
  }

  .project-listing .title {
    padding: 75px 0;
  }

  .project-listing .listing ul {
    margin: 0 -12.5px;
  }

  .project-listing .listing li {
    width: 25%;
    padding: 0 12.5px;
  }

  .project-listing .listing .item-brief {
    min-height: 64px;
    padding: 24px 0;
  }

  .project-preview:not(:last-child) {
    margin-bottom: 25px;
  }

  .project-review .title {
    margin-bottom: 75px;
  }

  .text-box--link {
    font-size: 4.78656rem;
  }

  .text-box--link .link-parts span {
    font-size: 5rem;
  }

  .contact-sidebar a:hover {
    color: #932064;
  }
}

@media screen and (min-width: 681px) and (max-width: 1024px) {
  .content {
    padding: 0 16.25px;
  }

  .text-section .person figcaption {
    font-size: 1.5rem;
  }

  .text-section .person {
    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;
    padding: 0 40px;
    margin-bottom: 20px;
  }

  .text-section .person img {
    width: 200px;
    margin-right: 25px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .support-modal .title {
    margin-bottom: 60px;
  }

  .text-box--images .figure {
    width: calc(50% - 7.5px);
    margin-top: 15px;
  }

  .text-box--images .image {
    width: calc(50% - 7.5px);
    margin-top: 15px;
  }

  .text-box blockquote {
    padding-left: 40px;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .text-box blockquote:before {
    left: -5px;
    font-size: 19rem;
    line-height: 10rem;
  }

  .form-box--layout {
    padding: 0 10px;
  }

  .sharing li {
    margin: 0 20px 0 0;
  }

  .sharing .ico {
    margin-right: 5px;
  }

  .comment-box--main {
    padding: 50px 0 45px;
  }

  .inline-support .title {
    margin-bottom: 50px;
  }

  .home-banner figcaption {
    max-width: 55%;
  }

  .home-banner figcaption:before {
    right: 100%;
    font-size: 12rem;
    line-height: 10rem;
  }

  .review--aside {
    font-size: 1.5rem;
  }

  .review--aside .person {
    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;
    padding: 0 40px;
    margin-bottom: 20px;
  }

  .review--aside .person img {
    max-width: 200px;
    margin-right: 25px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .article-listing {
    padding: 50px 0;
  }

  .blog-grid ul {
    margin: 0 -7.5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-grid li {
    padding: 0 7.5px;
    margin-bottom: 25px;
    width: 50%;
  }

  .project-listing .listing ul {
    margin: 0 -7.5px;
  }

  .project-listing .listing li {
    width: 50%;
    padding: 7.5px 7.5px 20px;
  }

  .text-box--link {
    font-size: 4.155rem;
  }

  .text-box--link .link-parts span {
    font-size: 3rem;
  }
}

@media screen and (max-width: 680px) {
  .content {
    padding: 0 15px;
  }

  .text-section .person figcaption {
    font-size: 1.06368rem;
  }

  .text-section .person {
    padding: 0 0 0 20px;
    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;
    margin-bottom: 40px;
  }

  .text-section .person img {
    width: 100px;
    margin-right: 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .consultation-form input[type="text"] {
    text-align: center;
    height: 40px;
    line-height: 40px;
  }

  .support-form input[type="text"] {
    height: 40px;
    line-height: 40px;
  }

  .comment-content input[type="text"] {
    padding: 0 12px;
  }

  .comment-content textarea {
    padding: 10px 12px;
  }

  .submit:before {
    display: none;
  }

  .submit-sm {
    margin-top: 25px;
  }

  .input-box .col-50:not(:last-child) {
    margin-bottom: 15px;
  }

  .consultation .fieldset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .consultation .fieldset .submit {
    height: 40px;
    line-height: 40px;
  }

  .support-modal .title {
    margin-bottom: 40px;
  }

  .modal-form .form-success {
    font-size: 3rem;
  }

  .text-box {
    font-size: 15px;
  }

  .text-box--images .figure {
    padding: 15px;
  }

  .text-box--images .figure {
    width: 100%;
  }

  .text-box--images .figure:not(:first-child) {
    margin-top: 15px;
  }

  .text-box--images .image {
    width: 100%;
  }

  .text-box--images .image:not(:first-child) {
    margin-top: 15px;
  }

  .text-box blockquote {
    padding-left: 20px;
    margin-bottom: 40px;
    font-size: 14px;
  }

  .text-box blockquote:before {
    left: -5px;
    font-size: 12rem;
    line-height: 6rem;
  }

  .text-box h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .text-box h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .text-box img.align-left {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 20px !important;
  }

  .text-box img.align-right {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 20px !important;
  }

  .text-box .read-also {
    width: 100%;
    margin: 40px 0;
  }

  .text-box .fieldset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-box .fieldset .submit {
    height: 40px;
    line-height: 40px;
  }

  .sharing li {
    margin: 0 15px 0 0;
  }

  .sharing .ico {
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .comment-box--main {
    padding: 40px 0;
  }

  .comment-box--head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .comment-box--head .comment-box--title {
    margin: 0 0 0 0;
  }

  .comment-box--title {
    margin-bottom: 25px;
  }

  .comment-box .comment-ava {
    width: 30px;
    height: 30px;
    font-size: 20px;
    margin-right: 15px;
  }

  .comment-content {
    padding: 0 15px;
  }

  .comment-content .input-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .comment-content .label:not(:last-child) {
    margin-bottom: 15px;
  }

  .comment-content .parent > .sub-menu {
    padding-left: 20px;
  }

  .comment-content .parent > .sub-menu .comment-form {
    margin-left: -10px;
  }

  .inline-support .title {
    margin-bottom: 40px;
  }

  .inline-support .form-success {
    font-size: 3rem;
  }

  .home-banner {
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .mobile .home-banner .banner-container {
    padding-top: 137%;
  }

  .home-banner .banner {
    padding: 0 20px 15px 60px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .mobile .home-banner .banner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 55px 20px 15px 65px;
  }

  .home-banner figcaption:before {
    right: 100%;
    font-size: 10rem;
    line-height: 6rem;
  }

  .home-banner .logo {
    left: 15px;
    top: 10vw;
    width: 40vw;
    height: 12.12vw;
  }

  .mobile .home-banner .logo {
    display: none;
  }

  .review--aside {
    font-size: 1.06368rem;
  }

  .review--aside .person {
    padding: 0 0 0 20px;
    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;
    margin-bottom: 40px;
  }

  .review--aside .person img {
    max-width: 100px;
    margin-right: 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .partners--main {
    padding: 20px 0;
  }

  .article-listing {
    padding: 50px 0 20px;
  }

  .article-listing .listing ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article-listing .listing li {
    margin-bottom: 15px;
  }

  .blog-grid ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-grid li {
    margin-bottom: 35px;
  }

  .project-listing .listing li {
    width: 100%;
    margin-bottom: 22px;
  }

  .text-box--link {
    font-size: 2.216rem;
  }

  .text-box--link .link-parts span {
    font-size: 18px;
  }
}

@media screen and (min-width: 1201px) {
  .desktop-hidden {
    display: none !important;
  }

  .header:before {
    content: "";
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 50%;
    margin-left: -50vw;
    top: 0;
    bottom: 0;
    width: 200vw;
    background: #FFF;
    background: -webkit-linear-gradient(left, #FFF 50%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FFF), to(transparent));
    background: -o-linear-gradient(left, #FFF 50%, transparent 100%);
    background: linear-gradient(to right, #FFF 50%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$white", endColorstr="transparent", GradientType=1);
  }

  .header .close-mobile-nav {
    display: none !important;
  }

  .header .mobile-elements {
    display: none !important;
  }

  .nav-menu {
    padding: 0 0.8vw;
  }

  .nav-menu li:nth-child(1) {
    -webkit-transition: all 0.15s ease 0.07s;
    -o-transition: all 0.15s ease 0.07s;
    transition: all 0.15s ease 0.07s;
  }

  .nav-menu li:nth-child(2) {
    -webkit-transition: all 0.15s ease 0.1s;
    -o-transition: all 0.15s ease 0.1s;
    transition: all 0.15s ease 0.1s;
  }

  .nav-menu li:nth-child(3) {
    -webkit-transition: all 0.15s ease 0.13s;
    -o-transition: all 0.15s ease 0.13s;
    transition: all 0.15s ease 0.13s;
  }

  .nav-menu li:nth-child(4) {
    -webkit-transition: all 0.15s ease 0.16s;
    -o-transition: all 0.15s ease 0.16s;
    transition: all 0.15s ease 0.16s;
  }

  .nav-menu li:nth-child(5) {
    -webkit-transition: all 0.15s ease 0.19s;
    -o-transition: all 0.15s ease 0.19s;
    transition: all 0.15s ease 0.19s;
  }

  .nav-menu li:nth-child(6) {
    -webkit-transition: all 0.15s ease 0.22s;
    -o-transition: all 0.15s ease 0.22s;
    transition: all 0.15s ease 0.22s;
  }

  .nav-menu li:nth-child(7) {
    -webkit-transition: all 0.15s ease 0.25s;
    -o-transition: all 0.15s ease 0.25s;
    transition: all 0.15s ease 0.25s;
  }

  .simple-header .nav-menu li {
    opacity: 0;
  }

  .simple-header .nav-menu li:nth-child(1) {
    -webkit-transition: all 0.15s ease 0.25s;
    -o-transition: all 0.15s ease 0.25s;
    transition: all 0.15s ease 0.25s;
  }

  .simple-header .nav-menu li:nth-child(2) {
    -webkit-transition: all 0.15s ease 0.22s;
    -o-transition: all 0.15s ease 0.22s;
    transition: all 0.15s ease 0.22s;
  }

  .simple-header .nav-menu li:nth-child(3) {
    -webkit-transition: all 0.15s ease 0.19s;
    -o-transition: all 0.15s ease 0.19s;
    transition: all 0.15s ease 0.19s;
  }

  .simple-header .nav-menu li:nth-child(4) {
    -webkit-transition: all 0.15s ease 0.16s;
    -o-transition: all 0.15s ease 0.16s;
    transition: all 0.15s ease 0.16s;
  }

  .simple-header .nav-menu li:nth-child(5) {
    -webkit-transition: all 0.15s ease 0.13s;
    -o-transition: all 0.15s ease 0.13s;
    transition: all 0.15s ease 0.13s;
  }

  .simple-header .nav-menu li:nth-child(6) {
    -webkit-transition: all 0.15s ease 0.1s;
    -o-transition: all 0.15s ease 0.1s;
    transition: all 0.15s ease 0.1s;
  }

  .simple-header .nav-menu li:nth-child(7) {
    -webkit-transition: all 0.15s ease 0.07s;
    -o-transition: all 0.15s ease 0.07s;
    transition: all 0.15s ease 0.07s;
  }

  .simple-header .nav-menu {
    pointer-events: none;
  }

  .nav .support .favorites {
    font-size: 0.93072rem;
  }

  .nav .support .questions {
    color: #192476;
    font-weight: 600;
  }

  .simple-header .nav .support {
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    pointer-events: none;
    opacity: 0;
  }

  .modal-header .close:before {
    width: 130px;
    height: 100vh;
  }

  .text-box--layout.first-info {
    padding-top: 55px;
  }

  .text-box--images .figure {
    padding: 95px 50px;
  }

  .form-box--aside {
    min-width: 260px;
    width: 20%;
  }

  .form-box--main {
    padding: 0 10% 0 25px;
  }

  .home-services .list-section:not(:last-child) {
    margin-right: 120px;
  }

  .article-listing .listing ul {
    margin: 0 -12.5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .article-listing .listing li {
    width: 25%;
    padding: 0 12.5px;
  }

  .project-listing .listing .item:hover .item-arrow {
    width: 30px;
  }

  .project-listing .listing .item:hover .item-arrow:before {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transition: 0.3s ease 0.15s;
    -o-transition: 0.3s ease 0.15s;
    transition: 0.3s ease 0.15s;
  }

  .project-listing .listing .item:hover .item-arrow:after {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transition: 0.3s ease 0.15s;
    -o-transition: 0.3s ease 0.15s;
    transition: 0.3s ease 0.15s;
  }

  .project-listing .listing .item:hover .item-data {
    opacity: 1;
  }

  .project-listing .listing .item:hover .item-img {
    -webkit-transform: scale(0.98) rotateX(-3deg);
    transform: scale(0.98) rotateX(-3deg);
  }

  .project-listing .listing .item:hover .item-img:after {
    opacity: 1;
  }

  .project-listing .listing .item:hover .item-img img {
    opacity: 0.9;
  }

  .project-listing .listing .item:hover .item-btn:before {
    width: 100%;
  }

  .project-listing .listing .item:hover .item-btn .ico {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .project-listing .listing .item-img {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .project-listing .listing .item-img:after {
    content: "";
    -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    position: absolute;
    opacity: 0;
    top: 25%;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, RGBA(0, 0, 0, 0) 0%, RGBA(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(RGBA(0, 0, 0, 0)), to(RGBA(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, RGBA(0, 0, 0, 0) 0%, RGBA(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, RGBA(0, 0, 0, 0) 0%, RGBA(0, 0, 0, 0.8) 100%);
  }

  .project-listing .listing .item-img img {
    -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }

  .project-listing .listing .item-data {
    padding: 0 15px;
    opacity: 0.8;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
  }

  .project-listing .listing .item-title {
    font-weight: 700;
  }

  .project-listing .listing .item-subtitle {
    font-weight: 500;
  }

  .contact-main .photo {
    width: 50%;
    margin-left: 25px;
  }

  .contact-main .photo figcaption,
  .contact-main .photo img {
    opacity: 0;
    -webkit-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
  }

  .loaded-body .contact-main .photo figcaption,
.loaded-body
.contact-main .photo img {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .contact-main .photo:nth-child(1) figcaption {
    -webkit-transition: all 1s ease-in-out 0.5s;
    -o-transition: all 1s ease-in-out 0.5s;
    transition: all 1s ease-in-out 0.5s;
  }

  .contact-main .photo:nth-child(1) img {
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }

  .contact-main .photo:nth-child(2) {
    margin-top: 120px;
  }

  .contact-main .photo:nth-child(2) figcaption {
    -webkit-transition: all 1s ease-in-out 0.7s;
    -o-transition: all 1s ease-in-out 0.7s;
    transition: all 1s ease-in-out 0.7s;
  }

  .contact-main .photo:nth-child(2) img {
    -webkit-transition: all 1s ease-in-out 0.2s;
    -o-transition: all 1s ease-in-out 0.2s;
    transition: all 1s ease-in-out 0.2s;
  }

  .contact-main figcaption {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1200px) {
  .tablet-hidden {
    display: none !important;
  }

  .header {
    background-color: #1E1435;
  }

  .header .content {
    padding: 0;
  }

  .header .close-mobile-nav {
    cursor: pointer;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(30, 20, 53, 0.6);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
  }

  .header .mobile-elements {
    width: 100%;
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header .mobile-elements .slogan {
    text-transform: uppercase;
    line-height: 1.3;
    color: #FFF;
    font-weight: 400;
    max-width: 75px;
  }

  .header .mobile-elements .burger {
    width: 40px;
    height: 40px;
    position: relative;
    background: none;
    border: none;
  }

  .header .mobile-elements .burger:before,
  .header .mobile-elements .burger:after {
    content: "";
    position: absolute;
    background-color: #FFF;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 30px;
    left: 5px;
    height: 2px;
  }

  .header .mobile-elements .burger:before {
    top: 10px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }

  .header .mobile-elements .burger:after {
    bottom: 10px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }

  .header .mobile-elements .burger span {
    position: absolute;
    background-color: #FFF;
    top: 50%;
    left: 5px;
    width: 30px;
    height: 2px;
    margin-top: -1px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .nav {
    position: fixed;
    left: 0;
    background-color: #1E1435;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    z-index: 2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .is-active .nav {
    -webkit-transition: all 0.4s ease 0.1s;
    -o-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #FFF;
  }

  .nav-menu li {
    padding: 1vh 0;
  }

  .nav .elements {
    display: none !important;
  }

  .nav .support {
    margin-top: 6vh;
  }

  .nav .support .favorites {
    margin-right: 15px;
  }

  .nav .support .questions {
    color: #FFF;
  }

  .modal-header .content {
    padding: 0;
  }

  .modal-header .close:before {
    width: 60px;
    height: 60px;
  }

  .text-box--layout.first-info {
    padding-top: 20px;
  }

  .text-box img.align-center:not(.has-width) {
    width: 100%;
  }

  .text-box .video {
    width: 100%;
    padding-top: 50%;
  }

  .project-listing .listing .item-title {
    font-weight: 600;
  }

  .project-listing .listing .item-subtitle {
    font-weight: 400;
  }

  .contact-main figcaption {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }

  html {
    font-size: 11px;
  }

  .main {
    padding-top: 44px;
  }

  .header {
    height: 44px;
  }

  .header-main {
    height: 44px;
  }

  .header .logo {
    width: 140px;
  }

  .header .logo img {
    width: 115px;
  }

  .header .close-mobile-nav {
    top: 44px;
  }

  .header .mobile-elements {
    padding: 0 10px 0 18px;
  }

  .header .mobile-elements .slogan {
    font-size: 10px;
  }

  .nav {
    top: 44px;
    width: 100%;
    height: calc(100vh - 44px);
    padding: 20px 5% 20px 18%;
  }

  .nav-burger {
    height: 40px;
    width: 40px;
  }

  .nav-burger:before,
  .nav-burger:after {
    width: 20px;
    left: 10px;
    height: 2px;
  }

  .simple-header .nav-burger:before {
    top: 15px;
  }

  .simple-header .nav-burger:after {
    bottom: 15px;
  }

  .nav-burger span {
    width: 20px;
    height: 2px;
  }

  .simple-header .nav-burger span {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  .sidebar .title {
    font-size: 2.0775rem;
  }

  .sidebar-nav {
    white-space: nowrap;
    overflow: auto;
  }

  .page-title {
    padding: 40px 0;
  }

  .page-title--text {
    font-size: 2.0775rem;
  }

  .page-title--text:before {
    display: none;
  }

  .page-title .article-info {
    margin-bottom: 25px;
  }

  .subscription-form input[type="text"] {
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    font-size: 1.385rem;
  }

  .search-form input[type="text"] {
    line-height: 40px;
    height: 40px;
    padding: 0 60px 0 15px;
    font-size: 1.385rem;
    border-bottom: 1px solid #FFF;
  }

  .submit-bar .ico {
    width: 24px;
    height: 15px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .submit-btn {
    width: 40px;
    height: 40px;
  }

  .submit-btn:before {
    display: none;
  }

  .submit-btn .ico {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 24px;
    height: 15px;
  }

  .consultation {
    padding: 40px 0;
    margin-bottom: 40px;
  }

  .consultation {
    font-size: 4.155rem;
  }

  .subscription {
    padding: 40px 0;
  }

  .subscription .title {
    margin-bottom: 40px;
  }

  .pagination a,
  .pagination span {
    width: 40px;
    height: 40px;
  }

  .search-modal .search-form .input-dublicate {
    left: 15px;
    right: 100px;
  }

  .search-modal .search-form .clone-text .text {
    font-size: 1.385rem;
  }

  .modal {
    padding: 44px 0;
  }

  .modal-header--actions {
    height: 44px;
  }

  .modal-header .logo {
    width: 140px;
  }

  .modal-header .logo img {
    width: 115px;
  }

  .inline-support .support-form {
    padding: 60px 0 40px 0;
  }

  .home-services .title {
    margin-bottom: 20px;
  }

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

  .article-listing .item-brief {
    padding: 20px 0;
  }

  .blog .item-brief {
    padding: 20px 0;
  }

  .blog .notification {
    padding: 15px;
    margin-bottom: 15px;
  }

  .portfolio-categories {
    white-space: nowrap;
    overflow: auto;
  }

  .portfolio-grid li {
    width: 100%;
    margin-bottom: 25px;
  }

  .portfolio .pagination {
    padding: 28px 0 0;
  }

  .portfolio .item-data {
    padding: 0 15px;
  }

  .contact-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 50px;
  }

  .contact-sidebar {
    margin-bottom: 40px;
  }

  .contact-main .photo {
    width: 100%;
    margin-bottom: 25px;
    max-width: 400px;
  }

  .contact-main .photo:nth-child(2) {
    margin-left: auto;
  }
}

@media screen and (min-width: 1751px) {
  html {
    font-size: 16px;
  }

  .header {
    width: 1750px;
    -webkit-transform: translateX(-875px);
    -ms-transform: translateX(-875px);
    transform: translateX(-875px);
    left: 50%;
  }

  .nav-menu {
    font-size: 1.06368rem;
  }

  .nav .elements {
    padding: 0 25px;
  }

  .nav .slogan {
    max-width: 120px;
  }

  .nav .support .questions {
    font-size: 1.06368rem;
  }

  .sidebar.fixed {
    left: 50%;
    -webkit-transform: translateX(-850px);
    -ms-transform: translateX(-850px);
    transform: translateX(-850px);
  }

  .modal-header .close {
    width: 110px;
  }

  .text-box .read-also {
    margin: 35px 35px 35px -284px;
  }
}

@media screen and (min-width: 1381px) and (max-width: 1750px) {
  html {
    font-size: 16px;
  }

  .nav-menu {
    font-size: 0.88vw;
  }

  .nav .slogan {
    max-width: 100px;
  }

  .nav .support .questions {
    font-size: 0.88vw;
  }

  .modal-header .close {
    width: 90px;
  }

  .text-box .read-also {
    margin: 35px 35px 35px -220px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1380px) {
  html {
    font-size: 13px;
  }

  .header.simple-header {
    width: 305px;
  }

  .nav-menu {
    font-size: 0.8864rem;
  }

  .nav-menu li {
    padding: 0 15px;
  }

  .nav .slogan {
    max-width: 85px;
  }

  .nav .support .favorites {
    margin-right: 15px;
  }

  .nav .support .questions {
    font-size: 0.8864rem;
  }

  .modal-header .close {
    width: 75px;
  }

  .text-box--wrap {
    padding: 80px 0;
  }

  .text-box--wrap.md-size {
    padding-top: 25px;
  }

  .text-box--aside {
    width: calc(100% - 890px);
    max-width: 260px;
  }

  .text-box img.align-center:not(.has-width) {
    width: 110%;
    left: -10%;
  }

  .text-box .video {
    width: 110%;
    left: -10%;
    padding-top: 55%;
  }

  .text-box .read-also {
    margin: 20px 20px 20px -10%;
  }

  .text-box--link {
    padding: 80px 0 0;
  }

  .text-box--link .link {
    margin: 40px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: 12px;
  }

  .header .close-mobile-nav {
    top: 60px;
  }

  .header .mobile-elements {
    padding: 0 10px 0 25px;
  }

  .header .mobile-elements .slogan {
    font-size: 0.79776rem;
    padding: 10px 0;
  }

  .nav {
    top: 60px;
    width: 50vw;
    height: calc(100vh - 60px);
    padding: 40px 8%;
  }

  .contact-layout {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-sidebar {
    width: 50%;
    padding-right: 10%;
  }

  .contact-main {
    width: 50%;
    padding-left: 25px;
  }

  .contact-main .photo {
    width: 100%;
    margin-bottom: 25px;
    max-width: 65%;
  }

  .contact-main .photo:nth-child(2) {
    margin-left: auto;
  }
}

@media screen and (min-width: 1381px) {
  .main {
    padding-top: 80px;
  }

  .header {
    height: 80px;
  }

  .header-main {
    height: 80px;
  }

  .header .logo {
    width: 264px;
  }

  .header .logo img {
    width: 195px;
  }

  .header.simple-header {
    width: 370px;
  }

  .nav-menu li {
    padding: 0 20px;
  }

  .nav-burger {
    height: 80px;
    width: 80px;
  }

  .nav-burger:before,
  .nav-burger:after {
    width: 40px;
    left: 20px;
    height: 3px;
  }

  .simple-header .nav-burger:before {
    top: 25px;
  }

  .simple-header .nav-burger:after {
    bottom: 25px;
  }

  .nav-burger span {
    width: 40px;
    height: 3px;
  }

  .simple-header .nav-burger span {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  .nav .support .favorites {
    margin-right: 25px;
  }

  .sidebar {
    width: 280px;
    padding-right: 25px;
  }

  .page-sidebar {
    width: 280px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .main-articles .page-sidebar {
    width: 50%;
  }

  .page-notify-part {
    max-width: calc(100% - 280px);
    margin-left: auto;
  }

  .text-section--main.large {
    padding-bottom: 105px;
  }

  .text-section .person .img {
    height: 300px;
    width: 100%;
  }

  .text-section .person .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .search-form input[type="text"] {
    line-height: 128px;
    height: 128px;
    padding: 0 90px 0 218px;
    font-size: 3.19104rem;
    border-bottom: 3px solid #FFF;
  }

  .search-modal .search-form .input-dublicate {
    left: 218px;
    right: 218px;
  }

  .search-modal .search-form .clone-text .text {
    font-size: 3.19104rem;
  }

  .modal {
    padding: 80px 0;
  }

  .modal-header--actions {
    height: 80px;
  }

  .modal-header .logo {
    width: 264px;
  }

  .modal-header .logo img {
    width: 195px;
  }

  .text-box--wrap {
    padding: 105px 0;
  }

  .text-box--wrap.md-size {
    padding-top: 45px;
  }

  .text-box--aside {
    width: calc(50% - 445px);
  }

  .home-services {
    margin-bottom: 162px;
  }

  .home-services .service-list {
    padding: 155px 0 145px;
  }

  .main-articles .sidebar-header {
    width: 500px;
    padding: 80px 0 0 20px;
  }

  .main-articles .sidebar-header .text {
    margin-top: 45px;
  }

  .main-articles .sidebar-header img {
    width: 400px;
  }

  .article-listing .item-brief {
    padding: 25px;
  }

  .article-listing .item-title {
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  .article-listing .item-info {
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  .article-preview {
    height: 300px;
  }

  .text-box--link {
    padding: 105px 0 0;
  }

  .text-box--link .link {
    margin: 50px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1380px) {
  .main {
    padding-top: 60px;
  }

  .header {
    height: 60px;
  }

  .header-main {
    height: 60px;
  }

  .header .logo {
    width: 220px;
  }

  .header .logo img {
    width: 160px;
  }

  .nav-burger {
    height: 60px;
    width: 60px;
  }

  .nav-burger:before,
  .nav-burger:after {
    width: 30px;
    left: 15px;
    height: 3px;
  }

  .simple-header .nav-burger:before {
    top: 20px;
  }

  .simple-header .nav-burger:after {
    bottom: 19px;
  }

  .nav-burger span {
    width: 30px;
    height: 3px;
  }

  .simple-header .nav-burger span {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
  }

  .modal {
    padding: 60px 0;
  }

  .modal-header--actions {
    height: 60px;
  }

  .modal-header .logo {
    width: 220px;
  }

  .modal-header .logo img {
    width: 160px;
  }

  .text-box img.align-left {
    margin: 0 20px 20px 0 !important;
    max-width: 40%;
  }

  .text-box img.align-right {
    margin: 0 0 20px 20px !important;
    max-width: 40%;
  }

  .article-listing .item-brief {
    padding: 25px 0;
  }
}

@media screen and (max-width: 1750px) {
  .header {
    width: 100%;
    left: 0;
  }

  .nav .elements {
    padding: 0 0 0 25px;
  }
}

@media screen and (max-width: 1024px) {
  .footer-main {
    display: none;
  }

  .sidebar .subscribe {
    display: none;
  }

  .sidebar-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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .sidebar-nav {
    margin-bottom: 40px;
  }

  .sidebar-nav ul {
    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;
  }

  .sidebar-nav li {
    margin-right: 25px;
  }

  .page {
    padding: 40px 0;
  }

  .page-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn-simple {
    height: 45px;
    line-height: 45px;
  }

  .input-box.wrapped {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .support-form .file,
  .support-form .checkbox {
    margin-bottom: 25px;
    width: 100%;
  }

  .text-box--wrap {
    padding: 40px 0;
  }

  .text-box--wrap.md-size {
    padding-top: 0;
  }

  .text-box--layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-box--layout:not(.first-info) .text-box--aside {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .text-box--aside .person {
    display: none !important;
  }

  .text-box--main {
    width: 100%;
  }

  .text-box--images {
    margin: 0 -16.25px 40px;
  }

  .text-box img.align-center {
    max-width: 100%;
  }

  .form-box--layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sharing ul {
    padding: 20px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sharing .link .ico {
    color: inherit;
  }

  .sharing .link--tw {
    color: #00AAEF;
  }

  .sharing .link--fb {
    color: #455896;
  }

  .sharing .link--gp {
    color: #C14F44;
  }

  .sharing .link--vk {
    color: #556F9C;
  }

  .sharing .link--ok {
    color: #D3732F;
  }

  .comment-content {
    width: 100%;
  }

  .inline-support {
    margin-bottom: 60px;
  }

  .home-about {
    font-size: 1.385rem;
  }

  .review--layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article-listing .title {
    margin-bottom: 50px;
  }

  .article-info .text-box--main {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .article-preview {
    height: 25vw;
    display: none;
  }

  .article-preview .img {
    width: 100%;
  }

  .portfolio {
    padding-bottom: 40px;
  }

  .home-portfolio .portfolio-section {
    margin-bottom: 20px;
  }

  .portfolio .item-title {
    font-weight: 600;
  }

  .portfolio .item-subtitle {
    font-weight: 400;
  }

  .project-listing .title {
    padding: 50px 0;
  }

  .project-listing .listing .item-data {
    padding: 0 15px;
  }

  .project-preview:not(:last-child) {
    margin-bottom: 15px;
  }

  .project-review .title {
    margin-bottom: 50px;
  }

  .text-box--link {
    padding: 40px 0 0;
  }

  .text-box--link .link {
    margin: 20px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) and (min-height: 681px) {
  .nav {
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) and (max-height: 680px) {
  .nav {
    font-size: 3.8vh;
  }
}

@media screen and (max-width: 767px) and (min-height: 521px) {
  .nav {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) and (max-height: 520px) {
  .nav {
    font-size: 4.4vh;
  }
}

@media screen and (min-width: 1381px) and (max-width: 1920px) {
  .main-articles .sidebar {
    width: 40vw;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1380px) {
  .sidebar {
    width: 195px;
    padding-right: 25px;
  }

  .main-articles .sidebar {
    width: 40vw;
  }

  .page-sidebar {
    width: 195px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .main-articles .page-sidebar {
    width: 40%;
  }

  .page-notify-part {
    max-width: calc(100% - 195px);
    margin-left: auto;
  }

  .text-section--main.large {
    padding-bottom: 40px;
  }

  .text-section .person .img {
    height: 24vw;
    width: 100%;
  }

  .text-section .person .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .search-form input[type="text"] {
    line-height: 128px;
    height: 128px;
    padding: 0 77px 0 205px;
    font-size: 3.19104rem;
    border-bottom: 3px solid #FFF;
  }

  .search-modal .search-form .input-dublicate {
    left: 205px;
    right: 205px;
  }

  .search-modal .search-form .clone-text .text {
    font-size: 3.19104rem;
  }

  .home-services {
    margin-bottom: 100px;
  }

  .home-services .service-list {
    padding: 100px 0;
  }

  .main-articles .sidebar-header {
    width: 350px;
    padding: 40px 0 0 0;
  }

  .main-articles .sidebar-header .text {
    margin-top: 30px;
  }

  .main-articles .sidebar-header img {
    width: 250px;
  }

  .article-info {
    margin-bottom: 40px;
  }

  .article-preview {
    height: 24vw;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1750px) {
  .sidebar.fixed {
    left: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sidebar .title {
    font-size: 2.216rem;
  }

  .page-title {
    padding: 60px 0;
  }

  .page-title--text {
    font-size: 2.216rem;
    padding: 0 0 0 15%;
  }

  .page-title--text:before {
    left: 5%;
    top: 1.25rem;
  }

  .page-title .article-info {
    padding: 0 0 0 15%;
    margin-bottom: 45px;
  }

  .subscription-form input[type="text"] {
    line-height: 80px;
    height: 80px;
    padding: 0 25px;
    font-size: 2.216rem;
  }

  .search-form input[type="text"] {
    line-height: 80px;
    height: 80px;
    padding: 0 70px 0 25px;
    font-size: 2.216rem;
    border-bottom: 2px solid #FFF;
  }

  .submit-bar .ico {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    width: 50px;
    height: 30px;
  }

  .submit-btn {
    width: 80px;
    height: 80px;
  }

  .submit-btn .ico {
    width: 50px;
    height: 30px;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  .consultation {
    padding: 60px 0 80px;
    margin-bottom: 60px;
  }

  .consultation {
    font-size: 6.925rem;
  }

  .subscription {
    padding: 60px 0;
  }

  .subscription .title {
    margin-bottom: 60px;
  }

  .search-modal .search-form .input-dublicate {
    left: 25px;
    right: 150px;
  }

  .search-modal .search-form .clone-text .text {
    font-size: 2.216rem;
  }

  .inline-support .support-form {
    padding: 80px 0 80px;
  }

  .home-services .title {
    margin-bottom: 40px;
  }

  .reviews .title {
    margin-bottom: 40px;
  }

  .blog .item-brief {
    padding: 28px 0 30px 10%;
  }

  .blog .item-title:before {
    width: calc(10% - 25px);
  }

  .portfolio .item-data {
    padding: 0 15px 0 25px;
  }
}

@media screen and (min-width: 681px) {
  .submit-sm:not(:first-child) {
    margin-left: 25px;
  }

  .input-box .col-50 {
    width: 50%;
  }

  .input-box .col-50:not(:last-child) {
    margin-right: 25px;
  }

  .modal-form .form-success {
    font-size: 4rem;
  }

  .text-box {
    font-size: 18px;
  }

  .text-box--images .figure:nth-child(1),
  .text-box--images .figure:nth-child(2) {
    margin-top: 0;
  }

  .text-box--images .image:nth-child(1),
  .text-box--images .image:nth-child(2) {
    margin-top: 0;
  }

  .text-box h2 {
    font-size: 31px;
    margin-bottom: 26px;
  }

  .text-box h3 {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .sharing .ico {
    width: 40px;
    height: 40px;
  }

  .comment-box--head .comment-box--title {
    margin: 0 30px 0 0;
  }

  .comment-box .comment-ava {
    width: 64px;
    height: 64px;
    font-size: 40px;
    margin-right: 20px;
  }

  .inline-support .form-success {
    font-size: 4rem;
  }

  .mobile .home-banner .banner {
    background-image: url("../images/home-banner.jpg") !important;
  }

  .partners--main {
    padding: 72px 0;
  }
}

@media screen and (min-width: 768px) {
  .pagination a,
  .pagination span {
    width: 64px;
    height: 64px;
  }

  .comment-box--head .submit-sm {
    padding: 0 160px;
  }

  .comment-content .parent > .sub-menu {
    padding-left: 50px;
  }

  .blog .item-title:before {
    content: "";
    position: absolute;
    top: 1rem;
    right: 100%;
    margin-right: 25px;
    background-color: #1E1435;
    height: 2px;
  }

  .blog .notification {
    padding: 25px 40px;
    margin-bottom: 25px;
  }

  .portfolio-grid ul {
    margin: 0 -12.5px;
  }

  .portfolio-grid li {
    width: 50%;
    padding: 0 12.5px;
    margin-bottom: 25px;
  }

  .portfolio .pagination {
    padding: 44px 0 10px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .text-box--wrap {
    padding: 60px 0;
  }

  .text-box--wrap.md-size {
    padding-top: 15px;
  }

  .text-box--aside {
    min-width: 80px;
  }

  .text-box--images {
    margin-right: calc(-100vw + 957px);
    margin-left: -130px;
  }

  .form-box--aside {
    width: 25%;
  }

  .form-box--main {
    padding: 0 0 0 25px;
  }

  .home-banner .logo {
    right: -20px;
    width: 400px;
    height: 121px;
    bottom: -65px;
  }

  .project-listing .listing .item:hover .item-img img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }

  .project-listing .listing .item-data {
    padding: 0 5px 0 10px;
  }

  .text-box--link {
    padding: 60px 0 0;
  }

  .text-box--link .link {
    margin: 30px 0;
  }
}

@media screen and (min-width: 1750px) {
  .text-box--images {
    width: 1700px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 1268px) and (max-width: 1749px) {
  .text-box--images {
    width: calc(100vw - 50px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 1268px) and (max-width: 1380px) {
  .text-box--images {
    margin-left: calc(50vw - 763px);
  }
}

@media screen and (min-width: 1201px) and (max-width: 1267px) {
  .text-box--images {
    margin-right: -50px;
    margin-left: calc(-100vw + 957px);
  }
}

@media screen and (min-width: 681px) and (max-width: 1200px) {
  .text-box--images .figure {
    padding: 4vw;
  }

  .text-box .read-also {
    width: 50%;
    margin: 20px 20px 20px 0;
  }

  .article-listing .listing ul {
    margin: 0 -7.5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .article-listing .listing li {
    padding: 0 7.5px;
    width: 50%;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1421px) {
  .text-box img.align-center:not(.has-width) {
    width: 1128px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .text-box img.align-left {
    margin: 0 35px 35px -144px !important;
    max-width: 50%;
  }

  .text-box img.align-right {
    margin: 0 -144px 35px 35px !important;
    max-width: 50%;
  }

  .text-box .video {
    width: 1128px;
    height: 564px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 1381px) and (max-width: 1420px) {
  .text-box img.align-center:not(.has-width) {
    width: 1000px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .text-box img.align-left {
    margin: 0 35px 35px -100px !important;
    max-width: 50%;
  }

  .text-box img.align-right {
    margin: 0 -100px 35px 35px !important;
    max-width: 50%;
  }

  .text-box .video {
    width: 1000px;
    height: 500px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 681px) and (max-width: 767px) {
  .text-box img.align-left {
    margin: 0 20px 20px 0 !important;
    max-width: 40%;
  }

  .text-box img.align-right {
    margin: 0 0 20px 20px !important;
    max-width: 40%;
  }

  .comment-content .parent > .sub-menu {
    padding-left: 30px;
  }
}

@media screen and (min-width: 1025px) and (min-width: 1511px) {
  .sharing.fixed {
    left: 50%;
    -webkit-transform: translateX(-705px);
    -ms-transform: translateX(-705px);
    transform: translateX(-705px);
  }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1510px) {
  .sharing.fixed {
    left: 50px;
  }
}

@media screen and (min-width: 1681px) {
  .home-banner {
    margin-bottom: 200px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1680px) {
  .home-banner {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .home-banner {
    margin-bottom: 60px;
  }

  .home-banner .banner {
    padding: 0 80px;
  }

  .home-banner .title {
    font-size: 2.216rem;
    margin-bottom: 20px;
  }

  .home-banner .logo {
    right: -10px;
    width: 300px;
    height: 91px;
    bottom: -48px;
  }

  .home-services .service-list {
    padding: 60px 0;
  }

  .home-services .item {
    padding-left: 25px;
  }

  .home-services .item a:after,
  .home-services .item .heading:after {
    left: -28px;
  }

  .main-articles .sidebar-header {
    padding: 40px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .reviews--main {
    padding: 60px 0;
  }
}

@media screen and (min-width: 681px) and (max-width: 800px) {
  .home-banner {
    margin-bottom: 40px;
  }

  .home-banner .banner {
    padding: 0 60px;
  }

  .home-banner .logo {
    right: 0;
    width: 250px;
    height: 76px;
    bottom: -12px;
  }
}

@media screen and (min-width: 601px) {
  .home-banner .descr {
    display: none;
  }

  .home-services .item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .reviews--slider .owl-dots {
    width: 400px;
    margin: 40px auto 0;
  }

  .review--aside {
    padding: 0 10px;
  }

  .review--main {
    padding: 0 10px;
  }
}

@media screen and (max-width: 600px) {
  .home-banner .descr:before {
    content: "\201C";
    color: #F9C582;
    top: 0;
    font-family: "Yeseva One", cursive;
    position: absolute;
    margin-right: 1rem;
    left: 0;
    font-size: 6rem;
    line-height: 6rem;
  }

  .home-banner figcaption {
    display: none;
  }

  .mobile .home-banner figcaption {
    display: block;
  }

  .home-banner .title {
    font-size: 1.385rem;
    margin-bottom: 10px;
  }

  .mobile .home-banner .title {
    font-size: 1.8rem;
  }

  .mobile .home-banner .auth {
    font-size: 0.85rem;
  }

  .home-about {
    margin-bottom: 55px;
  }

  .home-services .service-list {
    padding: 30px 0;
  }

  .home-services .list-section:not(:last-child) {
    margin-bottom: 20px;
  }

  .home-services .item {
    padding: 10px 0 10px 20px;
  }

  .home-services .item a:after,
  .home-services .item .heading:after {
    left: -23px;
  }

  .main-articles .sidebar-header {
    padding: 20px 0;
    -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-articles .sidebar-header .text {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .main-articles .sidebar-header .img {
    margin-top: 10px;
  }

  .main-articles .sidebar-header img {
    width: 100px;
  }

  .main-articles .blog-section {
    margin-bottom: 20px;
  }

  .reviews--main {
    padding: 40px 0;
  }

  .reviews--slider .owl-dots {
    width: 100%;
    margin: 20px auto 0;
  }

  .partners--list li {
    width: 50%;
  }

  .home-portfolio {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1881px) {
  .home-banner figcaption:before {
    font-size: 26.592rem;
    line-height: 18rem;
  }

  .home-banner .logo {
    right: -82px;
    width: 810px;
    height: 245px;
    bottom: -65px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1880px) {
  .home-banner figcaption:before {
    font-size: 17.5rem;
    line-height: 12rem;
  }
}

@media screen and (min-width: 601px) and (max-width: 800px) {
  .home-banner .title {
    font-size: 2.216rem;
    margin-bottom: 15px;
  }

  .home-services .service-list {
    padding: 40px 0;
  }

  .home-services .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .home-services .list-section:not(:last-child) {
    margin-right: 40px;
  }

  .home-services .item {
    padding-left: 20px;
  }

  .home-services .item a:after,
  .home-services .item .heading:after {
    left: -23px;
  }

  .main-articles .sidebar-header {
    padding: 30px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .reviews--main {
    padding: 40px 0;
  }

  .partners--list li {
    width: 25%;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1880px) {
  .home-banner .logo {
    right: -20px;
    width: 680px;
    height: 206px;
    bottom: -65px;
  }
}

@media screen and (min-width: 1621px) {
  .home-about {
    font-size: 1.9944rem;
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1620px) {
  .home-about {
    font-size: 1.662rem;
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
  .home-about {
    margin-bottom: 75px;
  }

  .main-articles .sidebar-header .text {
    max-width: 480px;
    margin-top: 15px;
  }

  .main-articles .sidebar-header .img {
    margin-right: 20px;
  }

  .main-articles .sidebar-header img {
    width: 200px;
  }

  .main-articles .blog-section {
    margin-bottom: 40px;
  }

  .home-portfolio {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 1281px) {
  .home-services .title {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .home-services .title {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 801px) {
  .home-services .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .partners--list li {
    width: 20%;
  }
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  .home-services .list-section:not(:last-child) {
    margin-right: 60px;
  }
}

@media screen and (min-width: 1601px) {
  .contact-sidebar {
    width: 40%;
    padding-right: 10%;
  }

  .contact-main {
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .contact-sidebar {
    width: 35%;
    padding-right: 50px;
  }

  .contact-main {
    width: 65%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
