/*! Fonts */

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

@font-face {
  font-weight: 900;
  font-style: bold;
  font-family: "Gothic1";
  src: url("../fonts/CenturyGothic-Bold.eot");
  src: url("../fonts/CenturyGothic-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothic-Bold.ttf") format("truetype"), url("../fonts/CenturyGothic-Bold.svg#Gothic1") format("svg");
  font-display: swap;
}

@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: "Museo";
  src: url("../fonts/MuseoSansCyrl-500.eot");
  src: url("../fonts/MuseoSansCyrl-500.eot#iefix") format("embedded-opentype"),  url("../fonts/MuseoSansCyrl-500.woff") format("woff"), url("../fonts/MuseoSansCyrl-500.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-500.svg#Museo") format("svg");
  font-display: swap;
}

@font-face {
  font-weight: 300;
  font-style: normal;
  font-family: "Museo0";
  src: url("../fonts/MuseoSansCyrl-300.eot");
  src: url("../fonts/MuseoSansCyrl-300.eot#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300.woff") format("woff"), url("../fonts/MuseoSansCyrl-300.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-300.svg#Museo0") format("svg");
  font-display: swap;
}

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

@font-face {
  font-weight: 900;
  font-style: normal;
  font-family: "Museo2";
  src: url("../fonts/MuseoSansCyrl-900.eot");
  src: url("../fonts/MuseoSansCyrl-900.eot#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-900.woff") format("woff"), url("../fonts/MuseoSansCyrl-900.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-900.svg#Museo2") format("svg");
  font-display: swap;
}

.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px!important;
    font-weight: normal;
    display: block;
	position: absolute!important;
	top: -23px!important;

}

/*!Прелоудер */
.preloader {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: #fff;
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 9999999;
}

.preloader__row {
  position: absolute;
  top: 50%;
  left: 50%;
  /* width: 70px;
  height: 70px; */
  width: 260px;
  margin-top: -35px;
  /* margin-left:-9%; */
  text-align: center;
  transform: translate(-50%, 0);
  /* animation: preloader-rotate 2s infinite linear; */
}

/*!Прелоудер конец */

/*! Fonts End */
.custom-logo {
	max-width: 90px;
	height: auto;
}
/*! Форматирование для записей */
.post__content-text h1 {
  font-weight: 900;
  font-size: 29px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #525252;
}

.post__content-text h2 {
  font-weight: 900;
  font-size: 26px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #525252;
}

.post__content-text h3 {
  font-size: 23px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #525252;
}

.post__content-text h4 {
  font-size: 20px;
  line-height: 20px;
  color: #525252;
}

.post__content-text strong {
  font-weight: bold;
}

.post__content-text span {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #525252;
} 

.post__content-text em {
  font-style: italic;
}

.post__content-text ul li {
  list-style: decimal;
  color: #525252;
}

.post__content-text ol li {
  list-style: disc;
  color: #525252;
}
/*! Форматирование для записей Конец*/

.content {
  padding-bottom: 90px;
}

.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.page-news {
  position: relative;
	min-height: 100%;
}

.lang li:hover a {
	margin-left: 0px!important;
}

.strong-text {
  font-family: Museo2!important;
  font-style: normal;
  font-weight: bold!important;
  font-size: 24px;
}

/* .header-content-menu ul li:hover a {
  text-decoration: none;
  margin-left: 10px;
} */

.current-lang a{
	color: #F5A446!important;
}

.current-menu-item a {
	color: #F5A446!important;
}

.scroll-menu-mob {
	top: 90px!important;
}
.bg-blue-scroll {
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.02em;
  font-family: Museo;
  z-index: 9999;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), rgba(255, 255, 255, 0.3) !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), rgba(255, 255, 255, 0.3) !important;	
}

.btn-row-scroll {
	top: 26px!important;
}

.header__content-callback-scroll {
	top: 20px!important;
}

/*! Reset styles */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

/*! Reset styles End */

/*! Nulling styles */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

a:focus,
a:active,
input,
input:focus {
  outline: none;
}

a,
button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

img {
  vertical-align: top;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/*! Nulling styles End */

/*! Bootstrap Grid */

/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.lang{
  display: flex;
}

.lang li{
  padding-right: 10px!important;
}

.lang li:hover{
  margin-left: 0px!important;
}

/*! Smart-grid */

/*! RFS */

/*! RFS End*/

/*! Fonts */

/*! Fonts End */

/*! Defaults */

body {
  color: #F4F4F4;
  font-family: Gothic, sans-serif;
  font-size: 1rem;
  -webkit-transition: all cubic-bezier(0, 0, 1, 0.57) 0.5s;
  -o-transition: all cubic-bezier(0, 0, 1, 0.57) 0.5s;
  transition: all cubic-bezier(0, 0, 1, 0.57) 0.5s;
}

body button {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  color: #F4F4F4;
  font-family: Gothic !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 20px;
  letter-spacing: 0.025em !important;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-width: none;
  border-color: transparent;
  background-color: transparent;
}

html,
body {
  height: 100%;
}

p::-moz-selection {
  color: #F4F4F4;
  background: #F5A446;
  padding: 5px;
}

p::selection {
  color: #F4F4F4;
  background: #F5A446;
  padding: 5px;
}

h1::-moz-selection {
  color: #F4F4F4;
  background: #F5A446;
  padding: 5px;
}

h1::selection {
  color: #F4F4F4;
  background: #F5A446;
  padding: 5px;
}

h2::-moz-selection {
  color: #F4F4F4;
  background: #F5A446;
  padding: 5px;
}

h2::selection {
  color: #F4F4F4;
  background: #F5A446;
  padding: 5px;
}

h3::-moz-selection {
  color: #F4F4F4;
  background: #F5A446;
  padding: 5px;
}

h3::selection {
  color: #F4F4F4;
  background: #F5A446;
  padding: 5px;
}

h4::-moz-selection {
  color: #F4F4F4;
  background: #F5A446;
  padding: 5px;
}

h4::selection {
  color: #F4F4F4;
  background: #F5A446;
  padding: 5px;
}

span::-moz-selection {
  color: #F4F4F4;
  background: #F5A446;
  padding: 5px;
}

span::selection {
  color: #F4F4F4;
  background: #F5A446;
  padding: 5px;
}

a::-moz-selection {
  color: #F4F4F4;
  background: #F5A446;
  padding: 5px;
}

a::selection {
  color: #F4F4F4;
  background: #F5A446;
  padding: 5px;
}

div::-moz-selection {
  color: #F4F4F4;
  background: #F5A446;
  padding: 5px;
}

div::selection {
  color: #F4F4F4;
  background: #F5A446;
  padding: 5px;
}

li::-moz-selection {
  color: #F4F4F4;
  background: #F5A446;
  padding: 5px;
}

li::selection {
  color: #F4F4F4;
  background: #F5A446;
  padding: 5px;
}

.wrapper {
  position: relative;
}

.wrapper-page {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/*! Defaults End */

/*! .header */

.header,
.bg-blue {
  height: 106px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.02em;
  font-family: Museo;
  z-index: 9999;
}

.header {
  width: 100%;
  height: 106px;
  z-index: 9999;
  background-color: rgb(0 0 0 / 30%);
}

.bg-blue {
  -webkit-transition-duration: 2.5;
  -o-transition-duration: 2.5;
  transition-duration: 2.5;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), rgba(255, 255, 255, 0.3);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), rgba(255, 255, 255, 0.3);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), rgba(255, 255, 255, 0.3);
  display: none;
  z-index: 9999;
}

.main-color-change-dark {
  -webkit-transition: all linear 1s;
  -o-transition: all linear 1s;
  transition: all linear 1s;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), rgba(255, 255, 255, 0.3) !important;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), rgba(255, 255, 255, 0.3) !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), rgba(255, 255, 255, 0.3) !important;
  opacity: 1;
}

.main-color-change {
  -webkit-transition: all linear 1s;
  -o-transition: all linear 1s;
  transition: all linear 1s;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), rgba(255, 255, 255, 0.3) !important;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), rgba(255, 255, 255, 0.3) !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), rgba(255, 255, 255, 0.3) !important;
  /* opacity: 1; */
  display: none;
}

.burger-menu {
  position: absolute;
  right: 40px;
  width: 34px;
  height: 50px;
  cursor: pointer;
}

.burger {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 5px;
  top: 50%;
  border-radius: 8px;
  right: 0px;
  margin-top: -5px;
  opacity: 1;
}

.burger::before {
  border-radius: 8px;
  position: absolute;
  background: #fff;
  width: 34px;
  height: 5px;
  top: 10px;
  content: "";
  display: block;
}

.burger::after {
  border-radius: 8px;
  position: absolute;
  background: #fff;
  width: 34px;
  height: 5px;
  bottom: 10px;
  content: "";
  display: block;
}

.burger::after::before,
.burger::after .burger,
.burger::before,
.burger .burger {
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.burger-menu.menu-on .burger::after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  bottom: 0px;
}

.burger-menu.menu-on .burger::before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 0px;
}

.burger-menu.menu-on .burger {
  background: rgba(111, 111, 111, 0);
}

.header__container {
  margin: 0 106px;
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
}

.header__content {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__content a {
  text-decoration: none;
}

.header__content-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45%;
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
}

.header__content-logo p {
  padding: 0 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.02em;
}

.header__content-logo img {
  padding-top: 5px;
}

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

.header__content-phones ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #F4F4F4;
  text-decoration: none;
}

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

.sub-menu {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  background-image: url("../images/ract.svg");
  background-size: cover;
  width: 235px;
  height: 79px;
  display: none;
  opacity: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  padding: 20px;
  color: #525252;
}

.hash a {
  text-decoration: none!important;
  color: #525252!important;
}

.sub-menu li {
  padding: 3px !important;
}

.sub-menu li a {
  font-family: Museo !important;
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  padding: 5px !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: 0.02em !important;
  color: #000000 !important;
  text-decoration: none !important;
}

.sub-menu li a:hover {
  color: #F5A446 !important;
}

.hidden-links:hover ~ .hidden-links_block a {
  margin-left: 0;
}

.bottom-line {
  border-bottom: 1px solid #F4F4F4;
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  margin: 0 27px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.02em;
}

.bottom-line:hover {
  border-bottom: 1px solid #F4F4F4;
}

.header__content-callback {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  padding: 0 10px;
}

.header__content-callback img {
  z-index: 999;
}

.header__content-callback p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.02em;
  padding: 15px 12px;
  color: #F4F4F4;
}

.header__content-callback:hover img {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}

@-webkit-keyframes slidein {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

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

@keyframes slidein {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

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

.content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 116px;
}

.header-content-menu {
  position: relative;
}

.header-content-menu ul li {
  padding: 9px 0;
}

.header-content-menu ul li a {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  font-family: Gothic1;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #F4F4F4;
}

.menu-menyu-osnovnoe-ukr-container ul li:hover a {
  text-decoration: none;
  margin-left: 10px;
}

.menu-menyu-osnovnoe-rus-container ul li:hover a {
  text-decoration: none;
  margin-left: 10px;
}

.header-content-mobile {
  width: 100%;
  height: auto;
  position: fixed;
  padding: 20px;
  left: 0;
  right: 0;
  top: 106px;
  z-index: 9999;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), rgba(255, 255, 255, 0.3);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), rgba(255, 255, 255, 0.3);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), rgba(255, 255, 255, 0.3);
  font-size: 14px !important;
  line-height: 17px !important;
  letter-spacing: 0.01em !important;
}

.header-content {
  width: 100%;
  height: auto;
  position: fixed;
  padding: 20px;
  left: 0;
  right: 0;
  top: 106px;
  z-index: 9999;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), rgba(255, 255, 255, 0.3);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), rgba(255, 255, 255, 0.3);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), rgba(255, 255, 255, 0.3);
}

.header-content-img {
  position: absolute;
  right: 40px;
  top: 100px;
}

/*! .header end*/

.content-first-screen {
  width: 100%;
  height: 724px;
  background-position: 50% 50%;
  background-size: cover;
  padding: 112px 0;
  position: relative;
}

.content-first-screen button {
  -webkit-transition: all cubic-bezier(0, 0, 1, 0.57) 0.5s;
  -o-transition: all cubic-bezier(0, 0, 1, 0.57) 0.5s;
  transition: all cubic-bezier(0, 0, 1, 0.57) 0.5s;
  color: #F4F4F4;
  font-family: Gothic !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 20px !important;
  letter-spacing: 0.025em !important;
  width: 292px;
}


.main-button {
  /* Градиент с яркими красными оттенками */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(#D32F2F), color-stop(49.48%, #C62828), to(#B71C1C));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), -o-linear-gradient(top, #D32F2F 0%, #C62828 49.48%, #B71C1C 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #D32F2F 0%, #C62828 49.48%, #B71C1C 100%);

  /* Закруглённые углы и отсутствие обводки */
  border-radius: 6px;
  border: none;
  padding: 20px 40px;

  /* Яркая тень для выразительности */
  box-shadow: 0px 4px 15px rgba(211, 47, 47, 0.4);

  /* Плавный переход */
  transition: all 0.3s ease-in-out;
  margin: 6.5px 0;

  /* Стиль текста */
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

.main-button:hover {
  /* Светлеющий эффект при наведении */
  box-shadow: 0px 4px 20px rgba(211, 47, 47, 0.6);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #E53935 0%, #D32F2F 49.48%, #C62828 100%);
}




.main-button-thin {
  /* Градиент с красными оттенками */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(#E53935), color-stop(49.48%, #D32F2F), to(#B71C1C))!important;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), -o-linear-gradient(top, #E53935 0%, #D32F2F 49.48%, #B71C1C 100%)!important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #E53935 0%, #D32F2F 49.48%, #B71C1C 100%)!important;

  /* Закругленные углы и минималистичные стили */
  border-radius: 8px!important;
  border: none!important;
  padding: 0 22px!important;

  /* Тень для объема */
  box-shadow: 0px 0px 20px rgba(179, 28, 28, 0.5)!important;

  /* Переход с плавной анимацией */
  transition: all cubic-bezier(0, 0, 1, 0.57) 0.5s!important;

  /* Текстовые стили */
  color: #F4F4F4 !important;
  font-family: 'Gothic', sans-serif !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 20px !important;
  letter-spacing: 0.025em !important;
  height: 61px !important;
  width: 292px;
}

.main-button-thin:hover {
  /* Уменьшение тени при наведении */
  box-shadow: 0px 0px 10px rgba(179, 28, 28, 0.3)!important;
}

.content-first-screen__title-block {
  position: absolute;
  left: 100px;
  top: 200px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.content-first-screen__title-block h1 {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  font-family: Gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 47px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  padding: 6.5px 0;
}

.content-first-screen__title-block h2 {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.02em;
  padding: 6.5px 0;
}

.content-first-screen__title-block button {
  margin-top: 37px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.content-first-screen__title-block {
  -webkit-transition: all s ease;
  -o-transition: all s ease;
  transition: all s ease;
  width: 40%;
  margin-left: 40px;
}

.content-first-screen__icon-block {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  width: 452px;
  height: 370px;
  position: absolute;
  right: 108px;
  top: 200px;
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-width: 6px;
  border-style: solid;
  -o-border-image: -o-linear-gradient(bottom, #DB3607, #fed131) 1 round;
  border-image: -webkit-gradient(linear, left bottom, left top, from(#DB3607), to(#fed131)) 1 round;
  border-image: linear-gradient(to top, #ff0000, #d32f2f) 1 round;
}

.content-first-screen__icon-block-content {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-first-screen__icon-block-content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cross-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.item-icon {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  margin: 17px;
  padding: 20px;
  padding: 10px;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-icon p {
  text-align: center;
}

.item-icon img {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  margin-bottom: 20px;
  height: 56px;	
}

.hidden-block-first {
  display: none;
}

.section-map-content {
  position: relative;
  width: 100%;
  height: auto;
}

.section-map-content-map {
  height: 378px;
  margin: 80px;
}

.section-map-content-contacts {
  position: absolute;
  top: 69px;
  background: #fff;
  width: 300px;
  height: 268px;
  left: 346px;
  -webkit-box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 6;
}

.section-map-content-contacts-item {
  width: 233px;
  height: 268px;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  left: 6px;
  top: -6px;
  z-index: 4;
}

.section-map-content-contacts h4 {
  margin-top: 13px;
  margin-left: 45px;
  position: relative;
  z-index: 999;
  font-family: Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #525252;
}

.row-contact {
  position: relative;
  z-index: 999;
  padding: 6px;
  margin-left: 15px;
}

.row-contact img {
  margin-right: 5px;
}

.row-contact p {
  font-family: Gothic1;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #525252;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-contact a {
  display: block;
  margin-left: 18px;
  font-family: Gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #525252;
  text-decoration: none;
}

.news__button {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.news__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  text-decoration: none;
  font-family: Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  background: #C4C4C4;
  padding: 13px 21px;
}

.news__button a img {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
}

.news__button a:hover {
  background: #000;
}

.news__button a:hover ~ img {
  margin-right: 5px;
}

.news {
  width: 100%;
  height: auto !important;
}

.news-container {
  margin: 0 84px;
}

.news__title {
  margin: 0 auto;
  text-align: center;
}

.news__title h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 47px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #525252;
  padding: 30px 0;
}

.news__items-item {
  width: 28%;
  height: 314px;
}

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

.news__items-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px;
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
}

.news__items-item img {
  width: 100%;
  height: auto;
}

.news__items-item span {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  font-family: Museo2;
  font-style: normal;
  font-weight: bold;
  font-size: 15.9357px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #525252;
}

.hash {
  padding: 8px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 13.9437px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #525252;
}

.date {
  font-style: normal;
  font-weight: normal;
  font-size: 13.9437px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #525252;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.date a {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 13.9437px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #525252;
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.date a img {
  -webkit-transition: all ease-in .5s;
  -o-transition: all ease-in .5s;
  transition: all ease-in .5s;
  width: 20px;
}

.date a:hover img {
  margin-left: 10px;
}

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

.rewies img {
  position: absolute;
  top: 16vw;
}

.rewies__container {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  margin-top: 60px;
  margin-left: 80px;
  margin-right: 30px;
}

.rewies__content-row__photo {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  background-image: url("../images/01_1.svg");
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 10px;
  margin: 10px;
  width: 40%;
  height: 264px;
}

.rewies__content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
}

.rewies__content-row-title {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  padding: 15px 0;
  width: 62%;
}

.rewies__content-row-title h2 {
  font-family: Gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 54px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #525252;
}

.rewies__content-row__photo {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  padding: 80px 65px;
}

.rewies__content-row__photo p {
  font-family: Museo2;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #525252;
}

.rewies__content-row__photo span {
  font-family: Museo0;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #525252;
}

.rewies__content-row-title-second {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  padding: 15px 0;
  width: 46%;
  position: relative;
}

.rewies__content-row-title-second img {
  position: absolute;
  right: 0;
  top: 45px;
}

.rewies__content-row-title-second h4 {
  width: 64%;
  right: 0;
  bottom: 17px;
  position: absolute;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #525252;
}

.rewies__content-row__photo-one {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  padding: 80px 65px;
  background-image: url("../images/02_1.svg");
  background-size: cover;
  background-position: 50% 50%;
  margin: 13px 12.5px;
  border-radius: 10px;
  width: 40%;
  height: 264px;
}

.rewies__content-row__photo-one p {
  font-family: Museo2;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #525252;
}

.rewies__content-row__photo-one span {
  font-family: Museo0;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #525252;
}

.rewies__content-row__photo-two {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  padding: 80px 65px;
  background-image: url("../images/03_1.svg");
  background-size: cover;
  background-position: 50% 50%;
  margin: 13px 12.5px;
  border-radius: 10px;
  width: 40%;
  height: 264px;
}

.rewies__content-row__photo-two p {
  font-family: Museo2;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #525252;
}

.rewies__content-row__photo-two span {
  font-family: Museo0;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #525252;
}

.rewies__content-row__photo-three {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  padding: 80px 65px;
  background-image: url("../images/04_1.svg");
  background-size: cover;
  background-position: 50% 50%;
  margin: 13px 14.5px;
  border-radius: 10px;
  width: 50%;
  height: 264px;
}

.rewies__content-row__photo-three p {
  font-family: Museo2;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #525252;
}

.rewies__content-row__photo-three span {
  font-family: Museo0;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #525252;
}

.rewies__content-row__photo-four {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  padding: 80px 65px;
  background-image: url("../images/05_1.svg");
  background-size: cover;
  background-position: 50% 50%;
  margin: 13px 14.5px;
  border-radius: 10px;
  width: 50%;
  height: 264px;
}

.rewies__content-row__photo-four p {
  font-family: Museo2;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #525252;
}

.rewies__content-row__photo-four span {
  font-family: Museo0;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #525252;
}

.projects-text-block {
  width: 41%;
}

.projects-text-block h3 {
  font-family: Museo1;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #525252;
}

.projects-text-block p {
  font-family: Museo0;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #525252;
}

.projects_title {
  text-align: center;
}

.projects_title p {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #525252;
}

.projects__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  justify-content: flex-end;
	
}

.projects__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.projects__container {
  margin: 70px 141px;
}

.projects__items-item {
  width: 25%;
  height: auto;
  margin: 25px;
}

.projects__items-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.projects__items-item p {
  padding: 0 20px;
  border-radius: 10px;
  margin: 20px 0;
  font-family: Museo2;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #525252;
}

.projects__items-item span {
  margin-top: 20px;
  font-family: Museo0;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #525252;
}

.advantages {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  width: 100%;
  height: 859px;
  background-size: cover;
}

.advantages__content {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.advantages__content-row {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
}

.advantages__content-row h2 {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  width: 56%;
  margin: 204px 0;
  font-family: Gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 47px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #F4F4F4;
}

.advantages__container {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  margin: 0 80px;
}

.advantages__content-row {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  width: 50%;
}

.advantages__content-row-title {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  position: relative;
}

.advantages__content-row-title img {
  right: 0;
  bottom: 100px;
  position: absolute;
}

.advantages__content-row-title p {
  bottom: 50px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  width: 71%;
}

.advantages__content-row-items {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  margin: 40px auto;
  width: 70%;
}

.advantages__content-row-items p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Museo2;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
}

.advantages__content-row-items img {
  margin-right: 15px;
}

.advantages__content-row-items span {
  width: 80%;
  margin-left: 45px;
  display: block;
}

.callback {
  width: 100%;
  height: 365px;
}

.callback-container {
  margin: 58px 0;
  background: #F8F8F8;
  height: 249px;
  position: relative;
}

.callback__form {
  margin: 0 auto;
  position: relative;
  top: 45px;
  width: 916px;
  height: 270px;
  background: #FFFFFF;
  -webkit-box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 37px 50px;
}

.callback__form h4 {
  font-family: Gothic1;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #525252;
}

.callback__form p {
  font-family: Gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #525252;
}

.desktop-mobile-form-date {
  right: -53px;
  top: -71px;
  position: absolute;
}

.callback__form-date {
  padding: 24px 19px;
  background: #FFFFFF;
  -webkit-box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  z-index: 999;
}

.callback__form-date p {
  font-family: Museo;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #525252;
}

.callback__form-bg {
  top: -15px;
  right: -15px;
  margin: 0 auto;
  position: absolute;
  width: 916px;
  height: 278px;
  background: #FFFFFF;
  opacity: 0.5;
  border-radius: 10px;
  z-index: -3;
}

.contact-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0;
}

.contact-form input {
  text-align: left;
}

.contact-form p {
  margin: 5px;
}

.form-input {
  background: #F4F4F4!important;
  border-radius: 8.50187px!important;
  font-family: Museo!important;
  font-style: normal!important;
  font-weight: 600!important;
  font-size: 14px!important;
  line-height: 17px!important;
  letter-spacing: 0.01em!important;
  color: rgba(82, 82, 82, 0.5)!important;
  padding: 19px 0px!important;
  border: none!important;
  width: 240px!important;
  height: 61px!important;
}

.image-form {
  position: relative!important;
}

.image-form img {
  position: absolute;
  top: 8px;
  left: 10px;
}

.clock-form {
  position: relative;
}

.clock-form img {
  position: absolute;
  right: -57px;
  bottom: -2px;
  z-index: -2;
}

.personal {
  font-family: Museo !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  letter-spacing: 0.01em !important;
  color: rgba(82, 82, 82, 0.3) !important;
  cursor: pointer !important;
}

.personal a {
  text-decoration: underline;
  color: rgba(82, 82, 82, 0.3);
}

.mobile-politic {
  display: none;
}

.mobile-form-date {
  display: none;
}

.instruction {
  width: 100%;
  height: 1080px;
  background-size: cover;
  background-position: 50% 50%;
}

.instruction__container {
  width: 100%;
}

.instruction__content__title {
  padding: 74px 80px;
}

.instruction__content__title h2 {
  font-family: Gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 47px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #525252;
}

.instruction__content__desc {
  margin: 74px 116px;
  width: 54%;
  position: relative;
}

.instruction__content__desc img {
  position: absolute;
  top: -30px;
  left: -42px;
}

.instruction__content__desc p {
  margin-bottom: 20px;
  font-family: Museo;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #525252;
}

.instruction__content__desc span {
  font-family: Museo;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #525252;
}

.instruction__content__box {
  position: relative;
}

.instruction__content__box-container {
  z-index: 99;
  position: relative;
  padding: 50px 42px;
  margin: 0 80px;
  width: 916px;
  height: 591px;
  background: #FFFFFF;
  -webkit-box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.instruction__content__box-transparent {
  z-index: -1;
  position: absolute;
  width: 886px;
  height: 591px;
  background: #FFFFFF;
  opacity: 0.5;
  border-radius: 10px;
  top: -17px;
  left: 15px;
}

.instruction__content__box-container-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
}

.instruction__content__box-container-numbers p {
  font-family: Museo;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #525252;
}

.instruction__content__box-container-numbers span {
  font-family: Museo0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #525252;
}

.numbers__item,
.numbers__item-img {
  margin: 10.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40%;
  height: 230px;
}

.numbers__item img,
.numbers__item-img img {
  margin: 10px 0;
}

.numbers__item p,
.numbers__item-img p {
  margin-bottom: 30px;
}

.iphone {
  width: 279px;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.mobile-iphone {
  display: none;
}

.mobile-box {
  display: none;
}

.about {
  width: 100%;
  height: 859px;
  background-size: cover;
}

.about__container {
  padding: 100px 80px;
}

.about___item {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about___item h2 {
  font-family: Museo2;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #F4F4F4;
  margin-bottom: 33px;
}

.about___item p {
  font-family: Gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #F4F4F4;
}

.about___item img {
  margin: 0 auto;
}

.about__container {
  position: relative;
}

.about___item-border {
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 530px;
  height: 638px;
  position: absolute;
  right: 108px;
  top: 100px;
  border-width: 6px;
  border-style: solid;
  -o-border-image: -o-linear-gradient(bottom, #DB3607, #fed131) 1 round;
  border-image: -webkit-gradient(linear, left bottom, left top, from(#DB3607), to(#fed131)) 1 round;
  border-image: linear-gradient(to top, #ff0000, #d32f2f) 1 round;
}

.about___item-border p {
  font-family: Museo;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.01em;
}

.about___item-border__content {
  width: 79%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about___item-border__content img {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}

.services-logo-vector-mobile {
  display: none;
}

/*! .footer */

.footer {
  height: 80px;
  background: transparent;
}

.footer__container {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 73px;
}

.footer__container-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__container-item ul li {
  padding: 10px;
}

.footer__container-item ul li a {
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: #525252;
}

.footer__container-item a {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #525252;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__container-item a:hover {
  color: #F5A446;
}

.color-text {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  letter-spacing: 0.01em;
  color: #F5A446;
}

/*! .footer end*/

.thankyou {
  width: 100%;
  min-height: 720px;

  position: relative;
  background: #525252;
}

.thankyou img {
  height: 100%;
  background-size: cover;
}

.thankyou__box {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.thankyou__box h2 {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  font-family: Gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 47px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 70px;
}

.thankyou__box p {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  font-family: Museo;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
}

.news__button {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.news__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  text-decoration: none;
  font-family: Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  background: #C4C4C4;
  padding: 13px 21px;
}

.news__button a img {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
}

.news__button a:hover {
  background: #000;
}

.news__button a:hover ~ img {
  margin-right: 5px;
}

.news {
  width: 100%;
  height: auto!important;
}

.news-container {
  margin: 0 84px;
  min-height: 535px;
}

.news__title {
  margin: 0 auto;
  text-align: center;
}

.news__title h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 47px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #525252;
  padding: 30px 0;
}

.news__items-item {
  width: 25%;
  height: 314px;
}

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

.news__items-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px;
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
}
.wp-post-image {
  height: 160px!important;
}
.news__items-item img {
  width: 100%;
  height: auto;
}

.news__items-item span {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  font-family: Museo2;
  font-style: normal;
  font-weight: bold;
  font-size: 15.9357px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #525252;
}

.hash {
  padding: 8px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 13.9437px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #525252;
}

.date {
  font-style: normal;
  font-weight: normal;
  font-size: 13.9437px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #525252;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.date a {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 13.9437px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #525252;
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.date a img {
  -webkit-transition: all ease-in .5s;
  -o-transition: all ease-in .5s;
  transition: all ease-in .5s;
  width: 20px;
}

.date a:hover img {
  margin-left: 10px;
}

.news-page {
  margin: 130px 0;
}

.news__items-page {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-news {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 106px;
  background-size: cover;
}

.post__content-header {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  width: 100%;
  height: 724px;
  background-size: cover;
  padding: 150px;
}

.post__content-header h3 {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  width: 50%;
  font-family: Gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 47px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.post__content-header p {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  width: 50%;
  font-family: Museo;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
  margin: 17px 0;
}

.post__content-text {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  width: 45%;
  margin: 0 auto;
  padding: 60px 0;
}

.post__content-text p {
  font-family: Museo;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #525252;
}

.post__item-social {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  width: 40%;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
}

.post__item-social-row {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  margin: 15px 0;
}

.post__item-social-row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post__item-social-row ul li {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  font-family: Gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #404041;
  padding: 10px;
}

.post__item-social-row ul li a {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  text-decoration: underline;
  font-family: Gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #404041;
  margin: 0 5px;
}

.social-icons {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 5px;
  padding: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

button:active{
  border: none;
}
button, 
button:active, 
button:focus {
    outline: none;
}
.popup,
.popup-mail {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}

.popup__content {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  max-width: 439px;
  max-height: 454px;
  left: 500px;
  top: 139px;
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97)), -o-linear-gradient(225.45deg, #D92C04 -14.69%, #F28705 105.85%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97)), linear-gradient(224.55deg, #D92C04 -14.69%, #F28705 105.85%);
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 63px 73px;
}

.popup__content h3 {
  font-family: Gothic1;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #525252;
}

.popup__content p {
  font-family: Gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #525252;
}

.popup-button {
  width: 292px!important;
}

.cf7-form-labels, .cf7-form-icons {
  z-index: 0!important;
  color: rgba(82, 82, 82, 0.5)!important;
  border-radius: 100px!important;
  background: #fff!important;
  padding: 11px 13px!important;
}

.form-input {
  padding-left: 60px!important;
}

.cf7-form-icons {
  left: 7px!important;
  top: 10px!important;
}

.popup-form {
  margin: 12px 0;
}

.wpcf7-submit {
  text-align: center!important;
}

.popup-form input {
  text-align: left;
}

.popup__content-mail {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  max-width: 439px;
  max-height: 500px;
  left: 500px;
  top: 139px;
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97)), -o-linear-gradient(225.45deg, #D92C04 -14.69%, #F28705 105.85%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97)), linear-gradient(224.55deg, #D92C04 -14.69%, #F28705 105.85%);
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 66px 52px;
}

.popup__content-mail h3 {
  font-family: Gothic1;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #525252;
}

.popup__content-mail p {
  font-family: Gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #525252;
}

.purpose {
  font-size: 14px !important;
  line-height: 17px !important;
  padding: 0 !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0em 0.5em 1em!important;
  padding: 0.2em 1em!important;
  border: 2px solid #fff!important;
  background: #fff!important;
  color: #525252!important;
  position: absolute;
/*   bottom: 21px; */
	bottom: -2px;
    left: -4px;
}

.popup__content-mail-second {
  width: 88%!important;
  margin: 0 auto;
}

.first-screen {
  overflow: hidden;
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  width: 100%;
  height: 724px;
  padding: 100px 0;
  position: relative;
  background-size: cover;
}

.first-screen__info {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  width: 48%;
  position: absolute;
  left: 150px;
  top: 168px;
}

.first-screen__info h2 {
  font-family: Gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 47px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #F4F4F4;
}

.first-screen__info p {
  margin-top: 33px;
  margin-bottom: 28px;
  font-family: Museo;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
}

.quotes {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  width: 100%;
  height: 714px;
  position: relative;
  background-size: cover;
}

.left-quote {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  position: absolute;
  left: 9px;
  top: -126px;
}

.quotes__container-block {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  position: absolute;
}

.quotes__container-block h4 {
  font-family: Museo;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: right;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 44px;
}

.quotes__container-block p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  letter-spacing: 0.01em;
}

.right-side {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  width: 50%;
  right: 86px;
  top: 232px;
  position: absolute;
}

.command {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  width: 100%;
  height: 800px;
  margin-bottom: 79px;
}

.command__container {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  padding: 0 82px;
}

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

.command__title {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  margin: 76px 0;
}

.command__title h2 {
  font-family: Gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 54px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #525252;
}

.command__content-item {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  width: 25%;
}

.command__content-item p {
  font-family: Museo0;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #525252;
}

.command__content-item span {
  font-family: Museo0;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #525252;
}

.bold-text {
  font-family: Museo1 !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 28px !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  color: #525252 !important;
}

.text-center {
  margin-top: 20px;
  text-align: left;
  margin-bottom: 40px;
}

.answers {
  width: 100%;
  height: auto;
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
}

.answers__content-title {
  padding: 0 82px;
}

.answers__content-title h2 {
  font-family: Gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 54px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #525252;
}

.answers__content-blocks {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  width: 100%;
  height: 1200px;
  background-attachment: fixed;
  background-size: cover;
  margin: 54px 0;
  padding: 0 80px;
  position: relative;
  overflow: scroll;
}

.main {
  position: absolute;
  top: 100px;
}

.answers-container {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.main .accordion {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  width: 47%;
  height: auto;
  margin: 0 auto;
  padding: 4rem 0 2rem 0;
}

.main .accordion-item {
  padding: 20px 0;
  margin: 0;
  border: none;
  outline: none;
}

.main .accordion-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-box-pack-justify-content: space-between;
  -webkit-box-align: center;
  -webkit-box-align-align-items: center;
  font-family: Museo;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  cursor: pointer;
  color: #F4F4F4;
  padding: 0 20px;
}

.main .accordion-item .title i.fas {
  font-size: 0.9rem;
  color: #F4F4F4;
  -webkit-transform: translateX(-50%) rotate(0);
  -webkit-transform-transform: translateX(-50%) rotate(0);
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  -o-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}

.animation-title {
  position: absolute;
  left: 80px;
  top: 40px;
}

.animation-title h3 {
  font-family: Gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 37px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #525252;
}

.animation-title p {
  font-family: Museo;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #525252;
}

.main .accordion-item .paragraph {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  font-family: Museo0;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #F4F4F4;
  display: none;
  opacity: 0;
  padding: 1rem;
}

.paragraf-list {
  margin: 0 20px;
}

.paragraf-list li {
  font-family: Museo0;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #F4F4F4;
  margin: 5px 0;
}

.accordion-item {
  position: relative;
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
}

.title {
  position: relative;
}

.answers-arrow-down {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 12%;
  left: -26px;
}

.main .accordion-item.active .title .answers-arrow-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main .accordion-item.active .paragraph {
  display: block;
  opacity: 1;
  overflow: overlay;
}

.animation-form {
  width: 100%;
  height: 540px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.animation-form__animation {
  position: relative;
  width: 100%;
  height: 100%;
}

.animation-one {
  top: 100px;
  position: absolute;
  -webkit-animation: moveFirst 30s infinite linear;
  animation: moveFirst 30s infinite linear;
  z-index: 1;
}

.animation-two {
  bottom: 80px;
  position: absolute;
  -webkit-animation: moveSecond  25s infinite linear;
  animation: moveSecond  25s infinite linear;
  z-index: 1;
}

@-webkit-keyframes moveFirst {
  0% {
    right: -544px;
  }

  50% {
    right: -200px;
  }

  100% {
    right: 0px;
  }
}

@keyframes moveFirst {
  0% {
    right: -544px;
  }

  50% {
    right: -200px;
  }

  100% {
    right: 0px;
  }
}

@-webkit-keyframes moveSecond {
  0% {
    right: -544px;
  }

  50% {
    right: -200px;
  }

  100% {
    right: 0px;
  }
}

@keyframes moveSecond {
  0% {
    right: -544px;
  }

  50% {
    right: -200px;
  }

  100% {
    right: 0px;
  }
}

.animation-form__slider {
  width: 30%;
  height: 540px;
  position: absolute !important;
  right: 10px !important;
  z-index: 999;
}

.animation-form__slider-item {
  margin: 10px;
  position: relative;
  width: 390px !important;
  height: 540px;
  z-index: 99;
}

.animation-form__slider-item img {
  position: absolute;
  bottom: 0;
  height: auto;
}

.slider-text {
  bottom: 30px;
  position: absolute;
  padding: 30px 20px;
  background: #E9E8E8;
  border-radius: 8.50187px;
  width: 393px;
  height: 178px;
  text-align: right;
}

.slider-text p {
  text-align: right;
  font-family: Gothic1;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  letter-spacing: 0.01em;
  color: #525252;
}

.slider-text span {
  text-align: right;
  font-family: Gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  letter-spacing: 0.01em;
  color: #525252;
}

.animation-form__form {
  width: 70%;
  position: relative;
  bottom: -186px;
  left: 20px;
}

.animation-block {
  position: absolute !important;
  bottom: 30px !important;
  height: 295px;	
}

.animation-date {
  display: none;
}

.animation-phone {
  right: -40px !important;
  bottom: 20px !important;
}

 .animation-desc {
  width: 83%;
} 
/*
.animation-desc {
  width: 90%;
}
*/
.animation-contact {
  margin: 10px 0 !important;
  min-height: 100px;
}

.animation-politic {
  width: 60%;
}

.busness-block {
  top: 194px;
  width: 40%;
}

.busness-block__right {
  -webkit-animation: bounceInRight;
  animation: bounceInRight;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  position: absolute;
  right: 50px;
  top: 194px;
  width: 34%;
}

.busness-block__right-item {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.busness-block__right-item img {
  margin: 0 21px;
}

.busness-block__button {
  margin: 38px 0;
}

.busness-title {
  font-family: Museo;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #F4F4F4;
}

.busness-title span {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  font-family: Museo2;
}

.buisness-right__mobile {
  -webkit-animation: bounceInRight;
  animation: bounceInRight;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-transition: all linera .5s;
  -o-transition: all linera .5s;
  transition: all linera .5s;
  position: relative;
  margin: 0 auto;
  height: 500px;
  background: #464448;
  display: none;
}

.services__items {
  -webkit-transition: all linera .5s;
  -o-transition: all linera .5s;
  transition: all linera .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services__item {
  -webkit-transition: all linera .5s;
  -o-transition: all linera .5s;
  transition: all linera .5s;
  width: 48%;
  position: relative;
  height: 448px;
  margin: 8px;
  background-repeat: no-repeat;
  background-size: 100%;
/*   padding: 60px 50px; */
  padding: 39px 39px;	
  border-radius: 10px;
}

.services__item h3 {
  font-family: Gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 54px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #525252;
}

.services__item p {
  margin-bottom: 33px;
  font-family: Museo2;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #525252;
}

.services__item span {
  font-family: Museo0;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #525252;
}

.first-item-b {
  padding: 0 !important;
}

.serv-desc {
  position: absolute;
  bottom: 30px;
  right: 32px;
  width: 70%;
  font-family: Museo0 !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 20px !important;
  line-height: 28px !important;
  letter-spacing: 0.01em !important;
}

.serv-title {
  font-family: Museo2 !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 28px !important;
  letter-spacing: 0.01em !important;
}

.services-quote {
  position: absolute;
  right: 25px;
  bottom: 60px;
}

.services_container {
  padding: 110px 22px 0 82px;
}

.left-side {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  width: 50%;
  left: 86px;
/*   top: 232px; */
  top: 178px;	
  text-align: left;
  position: absolute;
}

.left-side h4 {
  text-align: left;
}

.left-side p {
  text-align: left;
  padding: 10px 0;
}

.right-quote {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  position: absolute;
  right: 9px;
  top: -126px;
}

.services-logo {
  z-index: 9;
  position: absolute;
  bottom: -168px;
  -webkit-transform: rotate(-0.78deg);
  -ms-transform: rotate(-0.78deg);
  transform: rotate(-0.78deg);
}

.services-logo-vector {
  z-index: 8;
  position: absolute;
  bottom: -28px;
  left: 80px;
  width: 314px;
  height: auto;
}

.text-form-width {
  width: 70%;
}

.callback__form-buisness {
  height: 330px;
}

.callback-buisness {
  min-height: 700px;
  height: 100%;
}

.buisness-form-title {
  font-family: Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #525252;
  width: 69%;
  margin-left: 80px;
  padding-top: 42px;
}

.callback__container-buisness {
  height: 522px;
}

.buisness-form-title ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.buisness-form-title ul li {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Gothic1;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.01em;
}

.buisness-form-title ul li img {
  margin: 8px;
}

.price-screen {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  width: 100%;
  height: auto;
  background-size: cover;
  margin: 20px 0;
  padding: 20px 0;
}

.price-screen__container {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  padding: 0 80px;
}

.price-screen__content-row h3 {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  width: 40%;
  font-family: Gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 47px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.price-buttons {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.price-buttons button {
  margin: 7px;
}

.price-screen__content-row {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 42px 0;
}

.price-screen__content-row-item {
  width: 36%;
}

.price-screen__content-row-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.price-screen__content-row-item ul li {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 18.5px 0;
}

.price-screen__content-row-item ul li p {
  font-family: Gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
}

.price-screen__content-row-item ul li p span {
  font-size: 20px;
  font-family: Gothic1;
  font-weight: bold;
}

.price-screen__content-row-item ul li img {
  padding: 0 8px;
}

.price-desc {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  width: 52%;
  font-family: Museo;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
}

.price-screen_title {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  display: block !important;
}

.header-two {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.02em;
  font-family: Museo;
  height: 106px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.3);
}

.bg-content {
  background-size: cover;
  width: 100%;
  height: 106px;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all linear .6s;
  -o-transition: all linear .6s;
  transition: all linear .6s;
  z-index: 9999;
}

.active-menu {
  min-height: 465px !important;
}

.active-menu-mob {
  min-height: 345px !important;
}

.privat-quote {
  position: absolute;
  left: -90px;
  top: 60px;
}

.privat-block__right {
  -webkit-animation: bounceInRight;
  animation: bounceInRight;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  position: absolute;
  right: 50px;
  top: 194px;
  width: 34%;
}

.privat-block__right-item {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.privat-block__right-item img {
  margin: 0 21px;
}

.privat-title-form {
  width: 60%;
  font-family: Gothic1;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #525252;
}

.privat-quote-second {
  position: absolute;
  right: 14vw;
  top: -10vw;
}

.privat-quote-container {
  position: relative;
  width: 88%;
  margin: 0 auto;
  margin-bottom: 70px;
}

.privat-price {
  margin-bottom: 133px;
}

.privat-desc-block {
  padding: 0 !important;
}

.callback-privat {
  max-height: 550px !important;
  height: 100%;
}

/*! Media */

/*! Media End*/


@media screen and (min-width: 1450px) {
  .main .accordion {
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
    width: 42%;
  }
}
@media screen and (min-width: 1400px) {
  .thankyou {
    width: 100%;
    height: 100%;
    position: relative;
    background: #525252;
  }

  .thankyou img {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .callback-privat {
    min-height: 480px;
    height: auto;
  }

  .buisness-form-title {
    width: 72%;
  }

  .privat-title-form {
    margin: auto;
  }

  .answers-arrow-down {
    top: 0;
  }

  .main .accordion-item {
    padding: 28px 0;
  }

@-webkit-keyframes moveFirst {
    0% {
      right: -944px;
    }

    50% {
      right: -500px;
    }

    100% {
      right: 0px;
    }
}

@keyframes moveFirst {
    0% {
      right: -944px;
    }

    50% {
      right: -500px;
    }

    100% {
      right: 0px;
    }
}

@-webkit-keyframes moveSecond {
    0% {
      right: -944px;
    }

    50% {
      right: -500px;
    }

    100% {
      right: 0px;
    }
}

@keyframes moveSecond {
    0% {
      right: -944px;
    }

    50% {
      right: -500px;
    }

    100% {
      right: 0px;
    }
}

  .image-form img {
    position: absolute;
    top: 11px;
    left: 5px;
  }

  .buisness-button {
    width: 330px;
  }

  .callback-buisness {
    min-height: 660px;
  }

  .services__item {
    width: 42%;
  }

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

  .services_container {
    padding: 60px 133px 0 133px;
  }

  .serv-desc {
    width: 56%;
  }

  .services-quote {
    bottom: 110px;
  }

  .post__content-text {
    padding: 60px 0;
  }

  .post__content-header p {
    width: 35%;
  }

  .post__content-header h3 {
    width: 45%;
  }

  .post__content-header {
    padding: 190px 150px;
  }

  .content-first-screen__icon-block {
    right: 11%;
  }

  .content-first-screen__title-block {
    width: 32%;
  }

  .animation-form__slider {
    right: 110px !important;
  }

  .animation-form__form {
    left: 227px;
  }
}

@media screen and (max-width: 1400px) {
  .price-screen__content-row h3 {
    width: 50%;
  }

  .services__item {
    background-size: cover;
  }

  .thankyou img {
    background-size: cover;
    height: 100%;
  }

  .post__content-header p,
  .post__content-header h3 {
    width: 70%;
  }

  .advantages__content-row-title p {
    bottom: 76px;
  }

  .advantages__content-row h2 {
    width: 65%;
  }

  .projects_title {
    text-align: center;
  }

  .projects__container {
    margin: 70px 101px;
  }

  .rewies__content-row-title-second {
    width: 37%;
  }

  .rewies__content-row-title-second h4 {
    width: 96%;
  }

  .footer__container {
    margin: 0 80px;
  }

  .header__content-logo {
    width: 73%;
  }

  .header__content-phones {
    display: none;
  }

  .header__container {
    margin: 0 84px;
  }
}

@media screen and (max-width: 1380px) {
	.callback__form-bg {

    width: 850px; 
	}
	.animation-contact {
    margin: 10px 0 !important;
    min-height: 81px;
	}
	
	.footer__container {
    margin: 0 45px;
	}
	
	.quotes {
    	-webkit-transition: all linear .5s;
    	-o-transition: all linear .5s;
    	transition: all linear .5s;
    	width: 100%;
    	min-height: 793px; 
		background-position: 50% 50%;
	}
	
	.rewies__content-row__photo {
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
    padding: 68px 49px;
	}
	
	.services__item {
		height: 498px;
	}
	.date {

    margin-top: 7px;
}
  .callback__form {
    width: 876px;
    padding: 37px 29px;
  }
  

  .phone-call {
    width: 204px !important;
  }
}

@media screen and (max-width: 1300px) {
/* 	.phone-call {
    width: 255px !important;
  } */
	.date {

    margin-top: 7px;
}
	.slider-text {
    bottom: 30px;
    position: absolute;
    padding: 30px 20px;
    background: #E9E8E8;
    border-radius: 8.50187px;
    width: 376px;
    height: 178px;
    right: 19px;
    text-align: right;
	}
	.animation-phone {
    right: -15px !important; 
	}
	.callback__form {
    width: 844px;
    padding: 26px 29px;
}
  
  .privat-quote {
    top: 95px;
  }

  .services__item {
    padding: 41px 50px;
  }

  .services_container {
    padding: 10px 0 15px;
  }
}
@media screen and (max-width: 1250px) {
	.animation-phone {
    right: -15px !important; 
	}
	.callback__form {
    width: 844px;
    padding: 37px 29px;
}
.slider-text {
    bottom: 30px;
    position: absolute;
    padding: 18px 9px;
    background: #E9E8E8;
    border-radius: 8.50187px;
    width: 370px; 
	}
  .animation-form__form {
    top: 26%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
  }

  .animation-form__slider {
    display: none !important;
  }
	
}
@media screen and (max-width: 1200px) {
	
	.services__item {
    	height: 631px;
	}
  .footer__container-item ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .phone-call {
    width: 280px !important;
  }

  .about-first-screen {
    width: 56% !important;
  }

  .callback-container {
    margin: 96px 0;
  }

  .callback__form {
    top: 0px;
  }

  .animation-form__form {
    top: 37%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-64%, -50%);
    -ms-transform: translate(-64%, -50%);
    transform: translate(-64%, -50%);
    z-index: 999;
  }

  .left-side {
    width: 71%;
  }

  .price-screen__content-row h3 {
    width: 56%;
  }

  .services__item {
    padding: 20px;
  }

  .services_container {
    padding: 0 15px 0 15px;
  }

  .services__item {
    width: 48%;
  }

  .command {
    height: 100%;
  }

  .right-side {
    width: 70%;
  }

  .content-first-screen__title-block {
    position: absolute;
    left: 41px;
  }

  .content-first-screen__title-block {
    margin-left: 0;
  }

  .about__container {
    padding: 100px 41px;
  }

  .about___item-border {
    right: 41px;
  }

  .post__content-text,
  .post__item-social {
    width: 64%;
  }

  .instruction {
    width: 100%;
    min-height: 1080px;
    height: 100%;
  }

  .advantages__content-row-items {
    margin: 40px auto;
    width: 88%;
  }

  .advantages__content-row-title p {
    bottom: 42px;
  }

  .advantages__content-row h2 {
    width: 100%;
  }

  .projects__items-item p {
    font-size: 14px;
    line-height: 18px;
  }

  .rewies__content-row__photo-four,
  .rewies__content-row__photo-three {
    padding: 50px 50px;
  }

  .rewies__content-row-title-second h4 {
    width: 100%;
  }

  .rewies__content-row-title-second {
    width: 30%;
  }

  .rewies__content-row-title h2 {
    font-size: 29px;
  }

  .rewies__content-row__photo-two {
    padding: 80px 38px;
  }

  .rewies__content-row__photo-one {
    padding: 80px 27px;
  }

  .rewies__content-row__photo {
    padding: 80px 28px;
  }

  .news {
    height: auto;
  }

  .news__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .news__items-item {
    width: 30%;
    height: 314px;
  }

  .footer__container {
    margin: 0 51px;
  }

  .header__content-logo {
    width: 60%;
  }

  .header__container {
    margin: 0 88px;
  }

  .header__content-phones {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .popup__content {
    padding: 65px 48px;
  }

  .busness-block__right {
    width: 40%;
  }

  .services__item {
    padding: 37px 27px;
  }

  .first-screen__info {
    width: 47%;
    left: 84px;
  }

  .popup-button {
    width: 292px !important;
  }

  .about___item-border {
    right: 38px;
  }

  .footer__container {
    margin: 0 28px;
  }

  .instruction__content__box-container {
    margin: 0 auto;
  }

  .callback__form {
    max-width: 916px;
    height: auto;
    width: 100%;
  }

  .rewies__content-row__photo {
    width: 49%;
  }

  .header__container {
    margin: 0 50px;
  }
}

@media screen and (max-width: 992px) {
	  .phone-call {

    display: contents;
  }
  .animation-phone {
    right: -80px !important;
    width: 120px !important;
  }

  .about-first-screen {
    width: 70% !important;
  }

  .footer__container {
    padding: 88px 0;
  }

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

  .footer__container-item ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .animation-block {
    min-height: 500px !important;
  }

  .clock-form img {
    position: absolute;
    right: -26px;
    bottom: 13px;
  }

  .animation-form__form {
    top: 26%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-64%, -50%);
    -ms-transform: translate(-64%, -50%);
    transform: translate(-50%, -50%);
  }

  .callback__form-bg {
    top: -15px;
    right: 0px;
  }

  .clock-form img {
    width: 120px;
  }

  .animation-form__form {
    top: 26%;
  }

  .animation-contact form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .animation-form {
    width: 100%;
    min-height: 745px;
  }

  .callback__form {
    max-width: 916px;
    min-height: 300px;
  }

  .popup__content-form {
    width: 88%;
    margin: 0 auto;
  }

  .price-desc {
    width: 71%;
  }

  .privat-title-form {
    width: 100%;
  }

  .price-screen__content-row h3 {
    width: 71%;
  }

  .callback-buisness {
    min-height: 747px;
  }

  .services__item {
    width: 67%;
    margin: 17px auto;
  }

  .buisness-right__mobile {
    height: auto;
    padding: 30px 0;
    display: block;
  }

  .buisness-right__mobile .busness-block__right {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: -50%;
    top: 50%;
    position: absolute;
    width: 100%;
  }

  .buisness-right__mobile .busness-block__right-item {
    margin: 0;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .buisness-right__mobile .busness-block__right-item img {
    margin: 0 21px;
  }

  .busness-block__right {
    display: none;
  }

  .command__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .command__content-item {
    height: 636px;
    margin: 0 auto;
    width: 44%;
    margin-bottom: 30px;
  }

  .right-side,
  .left-side {
    width: 80%;
  }

  .first-screen__info {
    width: 70%;
  }

  .thankyou__box {
    width: 50%;
  }

  .about___item-border {
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .about___item {
    width: 100%;
  }

  .mobile-box {
    display: block;
    background: #464448;
    height: 800px;
    position: relative;
  }

  .desktop-box {
    display: none;
  }

  .post__content-header p,
  .post__content-header h3 {
    width: 90%;
  }

  .instruction__content__box-transparent {
    display: none;
  }

  .instruction__content__box-container {
    z-index: 999;
    position: relative;
    padding: 50px 21px;
    margin: 0 43px;
    max-width: 868px;
  }

  .callback__form-bg {
    max-width: 867px;
    width: 100%;
    height: 326px;
  }

  .callback__form-date {
    padding: 24px 19px;
    right: -24px;
  }

  .callback__form {
    max-width: 867px;
  }

  .advantages__content-row-title p {
    bottom: 50px;
  }

  .advantages__container {
    margin: 0 20px;
  }

  .content-first-screen__title-block {
    left: 20px;
  }

  .content-first-screen__icon-block {
    right: 20px;
  }

  .content-first-screen__title-block {
    width: 45%;
    margin-left: 1px;
  }

  .rewies__container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .news__items-item {
    width: 50%;
    height: 314px;
  }

  .news {
    width: 100%;
    height: auto;
  }

  .news__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-map-content-map {
    height: 416px;
  }

  .section-map-content-contacts {
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }

  .phone-call {
    width: 100% !important;
  }

  .footer__container {
    margin: 0 0px;
  }

  .header__container {
    margin: 0px 0px;
  }
}

@media screen and (max-width: 900px) {
	.wpcf7 form .wpcf7-response-output {
	    bottom: -64px; 
	}
	
  .animation-politic {
    width: 70%;
  }
  .clock-form img {
    position: absolute;
    right: -116px;
  }

  .first-hidden {
    display: none !important;
  }

  .hidden-block-first {
    display: block;
  }

  .privat-block__right,
  .busness-block__right {
    display: none;
  }

  .callback-privat {
    min-height: 688px !important;
  }

  .text-form-width {
    width: 100%;
  }

  .price-screen__container {
    padding: 0 31px;
  }

  .price-desc {
    width: 76%;
  }

  .callback__form-date {
    padding: 20px 19px;
  }

  .command__content-item {
    width: 100%;
  }

  .instruction__content__box-transparent {
    max-width: 800px;
    width: 100%;
  }

  .instruction__content__box-container {
    margin: 0 auto;
    max-width: 799px;
    height: 100%;
  }

  .instruction__content__box-transparent {
    left: 0;
  }

  .callback__form {
    top: 7px;
  }

  .callback {
    background: #F8F8F8;
  }

  .callback-container {
    margin: 58px;
    background: transparent;
  }

  .clock-form img {
    position: absolute;
    bottom: 3px;
    z-index: -1;
    width: 200px;
  }

  .main-button-thin {
    width: 266px;
  }

  .callback {
    min-height: 500px;
  }

  .callback-container {
    height: 100%;
  }

  .wpcf7-submit {
    text-align: center!important;
  }

  .contact-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .advantages__content-row-title p {
    width: 100%;
  }

  .projects-text-block {
    width: 100%;
    margin: 0 auto;
  }

  .projects__items-item {
    width: 50%;
  }

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

  .rewies img {
    display: none;
  }

  .rewies__content-row__photo,
  .rewies__content-row__photo-one,
  .rewies__content-row__photo-two,
  .rewies__content-row__photo-three,
  .rewies__content-row__photo-four {
    width: 100%;
  }

  .rewies__content-row-title {
    width: 100%;
  }

  .rewies__content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rewies__content-row-title-second {
    display: none;
  }
}

@media screen and (max-width: 840px) {
  .animation-form {
    min-height: 740px;
  }

  .privat-quote {
    display: none;
  }

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

  .title img {
    margin: 10px 0;
    position: relative;
    left: -3px;
  }

  .answers__content-blocks {
    padding: 0;
    padding-left: 36px;
  }

  .main .accordion {
    width: 100%;
    padding: 10px 0;
  }

  .answers-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main .accordion {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .instruction__content__box-container {
    height: 100%;
  }

  .instruction__content__box-container {
    margin: 0 auto;
    max-width: 799px;
    width: 100%;
  }

  .advantages__content-row-items {
    width: 100%;
  }

  .advantages {
    height: 100%;
    width: 100%;
    background-position: 30% 30%;
  }

  .advantages__container {
    height: 100%;
  }

  .advantages__content-row-title {
    display: none;
  }

  .advantages__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .advantages__content-row {
    width: 100%;
  }

  .advantages__content-row h2 {
    margin: 20px 0;
  }
}

@media only screen and (max-width: 768px) {
  .main .accordion {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
	.projects__row {

    justify-content: center;
	}

  .mobile-form-date {
    position: absolute;
    right: 38%;
  }

  .contact-form {
    max-width: 550px;
    margin: 0 auto;
  }

  .clock-form img {
    position: absolute;
    right: -54px;
  }

  .animation-phone {
    right: -40px !important;
  }

  .about-first-screen {
    width: 95% !important;
  }

  /* .callback__form-date {
    right: -15px;
  } */

  .news-page {
    margin-top: 198px;
  }

  .bg-content {
    width: 100%;
    height: 198px;
  }

  .animation-block {
    height: 642px !important;
  }

  .animation-phone {
    width: 120px !important;
  }

  .animation-title {
    position: absolute;
    left: 43px;
  }

  .animation-title h3 {
    margin-bottom: 30px;
  }

  .form-input {
    width: 272px;
  }

  .callback__form-bg {
    right: 0;
  }

  .animation-form__form {
    top: 22%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-64%, -50%);
    -ms-transform: translate(-64%, -50%);
    transform: translate(-50%, -50%);
  }

  .clock-form img {
    width: 188px;
  }

  .personal {
    width: 50%;
  }

  .animation-block {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  .header__content-callback {
    position: absolute;
    top: 108px;
    right: 23px;
  }

  .bg-blue {
    height: 198px;
  }

  .animation-politic {
    display: none;
  }

  .hidden-form-anim {
    display: none !important;
  }

  .animation-form {
    width: 100%;
    height: 966px;
  }

  .popup__content {
    padding: 65px 45px;
  }

  .price-buttons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .callback__form-date {
    padding: 0px 14px;
  }

  .callback__form-date p {
    font-size: 13px;
  }

  .callback-privat {
    min-height: 912px !important;
  }

  .privat-desc-block {
    height: 128px !important;
  }

  .quotes-privat {
    min-height: 900px !important;
  }

  .privat-quote-second {
    position: absolute;
    right: 0vw;
    top: -22vw;
  }

  .price-desc {
    width: 100%;
  }

  .price-screen {
    background-position: 71%;
  }

  .price-screen__content-row h3 {
    width: 85%;
  }

  .price-screen__content-row-item {
    width: 69%;
  }

  .price-screen__content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .callback__form-buisness {
    min-height: 683px;
  }

  .buisness-form-title {
    font-family: Gothic;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #525252;
    width: 100%;
    margin-left: 10px;
    padding-top: 42px;
  }

  .text-form-width {
    width: 100%;
  }

  .services-logo-vector {
    top: 76%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 251px;
    height: auto;
  }

  .services-logo {
    max-width: 416px;
    height: auto;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .first-item-b {
    padding: 30px !important;
  }

  .burger-menu {
    left: 73px;
    bottom: -65px;
  }

  .services_container {
    padding: 0;
  }

  .services__item {
    width: 100%;
  }

  .left-side {
    width: 88%;
    left: 44px;
    top: 171px;
  }

  .right-side {
    width: 88%;
    right: 44px;
    top: 171px;
  }

  .first-screen__info {
    left: 29px;
    width: 95%;
    top: 215px;
  }

  .popup__content {
    max-width: 439px;
    min-height: 415px;
  }

  .thankyou__box {
    position: absolute;
    top: 50%;
    width: 65%;
    margin: 20px;
  }

  .post__content-text,
  .post__item-social {
    width: 100%;
    padding: 30px;
  }

  .post__content-header {
    padding-top: 210px;
    padding-left: 30px;
    padding-right: 0;
    padding-bottom: 0;
  }

  .post__content-header h3 {
    width: 100%;
  }

  .instruction__content__box-container {
    margin: 0 43px;
    width: 100%;
  }

  .numbers__item,
  .numbers__item-img {
    margin: 0 auto;
    width: 50%;
  }

  .numbers__item-img-phone {
    display: none;
  }

  .iphone {
    display: none;
  }

  .instruction__content__box-container {
    height: 100%;
  }

  .instruction__content__box-container-numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .instruction__content__box-container {
    margin: 0 43px;
  }

  .instruction__content__box-transparent {
    max-width: 767px;
    width: 100%;
  }

  .instruction__content__box-container {
    margin: 0 0px;
  }

  .desktop-mobile-form-date {
    display: none;
  }

  .mobile-form-date {
    display: block;
    width: 80px;
  }

  .callback__form {
    max-width: 867px;
    min-height: 639px;
  }

  .callback-container {
    margin: 58px 16px;
  }

  .desktop-politic {
    display: none;
  }

  .mobile-politic {
    display: block;
  }

  .clock-form {
    position: absolute;
    bottom: 38px;
  }

  .callback {
    min-height: 800px;
  }

  .projects__container {
    margin: 70px 55px;
  }

  .rewies__content-row__photo,
  .rewies__content-row__photo-one,
  .rewies__content-row__photo-two,
  .rewies__content-row__photo-three,
  .rewies__content-row__photo-four {
    margin: 15.5px 0;
  }

  .rewies__content-row-title h2 {
    font-size: 29px;
    margin: 10px;
  }

  .rewies__container {
    margin-left: 0;
    margin-right: 0;
  }

  .news-container {
    margin: 0 30px;
  }

  .news__items-item {
    width: 45%;
    height: 314px;
  }

  .section-map-content-map {
    margin: 24px;
  }

  .content-first-screen__title-block {
    width: 100%;
    left: 0;
    padding: 31px;
    margin-left: 0;
  }

  .content-first-screen {
    width: 100%;
  }

  .first-hidden {
    display: none;
  }

  .hidden-block-first {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 500px;
    background: #464448;
  }

  .content-first-screen__icon-block {
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .phone-call {
    padding-top: 35px;
  }

  .footer__container {
    padding: 88px 0;
  }

  .footer__container-item ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .header-content-mobile {
    top: 198px;
  }

  .header__content {
    position: relative;
  }

  .header {
    height: 100px;
  }

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

  .header__content-logo {
    width: 90%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .popup__content-mail {
    min-height: 490px !important;
  }
}

@media screen and (max-width: 576px) {
	
	.header, .bg-blue {
    	height: 98px;
    	position: absolute; 
	}
  .privat-price-bg {
    background-image: url('../images/bg-mob-price.png')!important;
    background-size: cover;
  }

  .privat-bg {
    background-image: url('../images/mob-bg-privat.png')!important;
    background-size: cover;
  }
  .personal-mobile {
    background-image: url('../images/personal-screen-bg.png')!important;
    background-size: cover;
  }

	.text-center {
    	margin-top: 58px;
    	text-align: left;
    	margin-bottom: 40px;
	}
	
.services-logo {

    top: 89%; 
}
	
	.services__item span {
    	font-family: Museo0;
    	font-style: normal;
    	font-weight: normal;
    	font-size: 15px;
	}
	
	.thankyou{
		background-position: 28% 50%;
	}

  .mobile-form-date {
    position: absolute;
    right: 33%;
  }

  .contact-form {
    max-width: 400px;
    margin: 0 auto;
  }

  .popup__content-mail-second {
    width: 80%!important;
    margin: 0 auto;
  }

  .phone-call {
    width: auto !important;
  }
  .services__item p {
    margin-bottom: 16px;
  }

  .post__content-text,
  .post__item-social {
    width: 100%;
    padding: 80px 30px;
  }

  .animation-title {
    position: absolute;
    left: 36px;
  }

  .animation-title h3 {
    margin-bottom: 30px;
  }

  .clock-form img {
    width: 200px;
  }

  .animation-form__form {
    top: 22%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .form-input {
    width: 263px!important;
  }

  .personal {
    width: 90%;
  }

  .image-form img {
    top: 12px;
    left: 10px;
  }

  .popup-button {
    width: 277px !important;
  }

  .bg-content {
    background-position: left;
  }

  .animation-desc {
    width: 100%;
  }

  .mob-animation-politics {
    width: 85%;
    margin: 20px 0px !important;
  }

  .animation-phone {
    width: 128px !important;
  }

  .animation-form__form {
    width: 94%;
  }

  .popup__content {
    padding: 63px 40px;
  }

  .popup__content-form {
    width: 82%;
    margin: 0 auto;
  }

  .popup__content-mail {
    padding: 61px 31px !important;
  }

  .popup__content-mail {
    min-height: 490px !important;
  }

  .quotes__container-block p {
    font-size: 15px;
    line-height: 24px;
  }

  .quotes-about {
    min-height: 835px;
  }

  .privat-quote-second {
    position: absolute;
    right: 0vw;
    top: -30vw;
  }

  .price-desc {
    width: 100%;
  }

  .privat-title-form {
    width: 100%;
  }

  .price-screen__content-row-item {
    width: 90%;
  }

  .price-screen__content-row h3 {
    width: 100%;
  }

  .buisness-form-title ul li img {
    display: none;
  }

  .buisness-form-title {
    margin-left: 0;
  }

  .callback__form-buisness {
    min-height: 703px !important;
  }

  .first-item-b {
    height: 361px !important;
  }

  .quotes-buisness {
    background-position: 84%;
  }

  .services__item p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.01em;
  }

  .services__item h3 {
    font-family: Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    padding: 50px 0 0 20px;
  }

  .services_container {
    padding: 0;
  }

  .services__item {
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-position: bottom;
    height: 610px;
  }

  .services__item {
    padding: 27px;
    margin-bottom: 20px;
  }

  .bg-content {
    min-height: 198px;
  }

  .answers__content-title {
    padding: 0 15px;
  }

  .answers__content-title h2 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.01em;
  }

  .answers__content-blocks {
    padding-left: 15px;
  }

  .answers-arrow-down {
    top: 8%;
  }

  .main .accordion-item .paragraph {
    font-size: 17px;
  }

  .main .accordion-item .title {
    font-size: 16px;
    line-height: 23px;
  }

  .first-screen__info {
    left: 18px;
    height: 75%;
  }

  .first-screen__info button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }

  .first-screen {
    min-height: 855px;
  }

  .popup__content-mail {
    max-width: 400px;
    min-height: 490px !important;
  }

  .popup__content {
    max-width: 400px;
    min-height: 415px;
    width: 100%;
  }

  .thankyou__box {
    position: absolute;
    top: 50%;
    width: 90%;
  }

  .thankyou__box h2 {
    font-size: 31px;
    line-height: 38px;
  }

  .about___item img {
    width: 100%;
  }

  .about___item-border {
    max-width: 400px;
    width: 100%;
    min-height: 638px;
    margin: 0 auto;
  }

  .mobile-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .social-icons {
    padding: 10px;
  }

  .post__content-text p {
    font-size: 16px;
  }

  .post__content-header p {
    font-size: 18px;
    line-height: 27px;
  }

  .post__content-header h3 {
    font-size: 20px;
    line-height: 23px;
  }

  .instruction__content__title h2 {
    font-size: 22px;
    line-height: 24px;
  }

  .instruction__content__box-container {
    padding: 50px 0;
  }

  .mobile-iphone {
    background: #F8F8F8;
  }

  .numbers__item-img {
    height: auto;
  }

  .numbers__item,
  .numbers__item-img {
    margin: 0 auto;
    width: 83%;
  }

  .instruction__content__title {
    padding: 74px 42px;
  }

  .instruction__content__box-transparent {
    display: none;
  }

  .instruction__content__box-container {
    -webkit-box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
    width: 88%;
    margin: 0 auto;
  }

  .instruction__content__desc {
    margin: 74px 73px;
    width: 82%;
  }

  /* .mobile-form-date {
    right: -20px;
    position: relative;
  } */

  .mobile-form-date p {
    font-size: 8px;
  }

  .callback__form-date {
    padding: 5px 9px;
  }

  .mobile-form-date img {
    width: 30px;
  }

  .desktop-mobile-form-date {
    bottom: 0;
  }

  .desktop-mobile-form-date {
    display: none;
  }

  .clock-form {
    position: absolute;
    bottom: 38px;
  }

  .callback__form {
    padding: 37px 25px;
  }

  .callback__form p {
    font-size: 16px;
  }

  .mobile-politic {
    display: block;
    text-align: left;
    margin: 20px 36px;
  }

  .desktop-politic {
    display: none;
  }

  .callback__form-bg {
    max-width: 867px;
    min-height: 639px;
  }

  .callback__form {
    max-width: 867px;
    min-height: 639px;
  }

  .callback-container {
    margin: 58px 16px;
  }

  .advantages__content-row h2 {
    font-size: 25px;
    line-height: 33px;
  }

  .projects__items-item {
    width: 100%;
  }

  .news__title h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .rewies__content-row-title h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .news__items-item {
    width: 100%;
  }

  .news-container {
    margin: 0px 28px;
  }

  .content-first-screen__title-block h1 {
    font-size: 20px;
    line-height: 25px;
  }

  .section-map-content-contacts {
    top: 37%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .section-map-content-map {
    height: 700px!important;
  }

  .section-map-content-map {
    margin: 20px;
  }

  .header__content-logo {
    width: 100%;
  }

  .content-first-screen__title-block button {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .item-icon img {
    margin-bottom: 20px;
    width: 62px;
  }

  .item-icon p {
    font-size: 14px;
    line-height: 20px;
  }

  .item-icon {
    margin: 11px;
  }

  .content-first-screen__icon-block {
    width: 90%;
    height: 100%;
    max-width: 452px;
    max-height: 370px;
  }

  .content-first-screen__title-block {
    height: 72%;
    text-align: center;
  }

  .content-first-screen__title-block h1 {
    text-align: left;
  }

  .content-first-screen__title-block h2 {
    text-align: left;
  }

  .content-first-screen__title-block {
    text-align: center;
  }

  .content-first-screen__title-block h1 {
    text-align: left;
  }

  .content-first-screen__title-block h2 {
    text-align: left;
  }

  .header__content-callback p {
    font-size: 16px;
  }

  .header__content-callback {
    position: absolute;
    top: 108px;
    right: 23px;
  }

  .header__content-logo img {
    width: 85px;
  }

  .btn-row {
    left: 48px;
    top: 115px;
  }

  .header__content-logo p {

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
  }

  .header-content-menu ul li a {
    font-size: 14px;
  }

  .content-main {
    margin-left: 18px;
  }
}

@media screen and (max-width: 440px) {
	
  .contact-form input {
    text-align: left;
  }
  .wpcf7-submit {
    text-align: center!important;
  }
  .personal {
    width: 100%;
  }

  .first-screen__info {
    left: 18px;
    height: 69%;
  }

  .animation-title {
    position: absolute;
    left: 17px;
    top: 40px;
  }

  .animation-title h3 {
    margin-bottom: 23px;
    font-size: 20px;
    line-height: 28px;
  }

  .animation-title p {
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
  }

  .animation-block {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  .services-logo-vector {
    top: 73%;
    left: 50%;
    width: 236px;
  }

  .services-logo {
    max-width: 364px;
    height: auto;
    top: 86%;
    left: 50%;
  }

  .quotes-about {
    min-height: 883px;
  }

  .quotes-buisness {
    min-height: 735px;
  }

  .news-page {
    margin-top: 211px;
    margin-bottom: 0px;
  }

  .clock-form img {
    position: absolute;
    right: -27px;
  }

  .callback-privat {
    min-height: 969px !important;
  }

  .services__item {
    padding: 17px;
  }

  .quotes-privat {
    min-height: 1142px !important;
    height: 100%;
  }

  .price-screen_title {
    padding-left: 20px;
  }

  .price-screen__container {
    padding: 0 0px;
  }

  .price-desc {
    padding-left: 20px;
    font-size: 16px;
    line-height: 23px;
  }

  .price-screen__content-row h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }

  .price-desc {
    width: 100%;
  }

  .left-side {
    width: 88%;
    left: 22px;
  }

  .text-center {
    width: 100%;
    text-align: left !important;
  }

  .command__container {
    padding: 0 20px;
  }

  .command__content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }

  .command__content-item img {
    margin: 0 30px;
  }

  .first-screen-about {
    background-image: url("../images/about-first.png") !important;
  }

  .first-screen {
    width: 100%;
    height: 660px;
  }

  .quotes-about {
    background-image: url("../images/quote-mobbg.png") !important;
    width: 100%;
    position: relative;
    background-size: cover;
  }

  .right-side {
    width: 92%;
    right: 20px;
    top: 61px;
  }

  .right-side h4 {
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.01em;
  }

  .right-side p {
    font-size: 15px;
    text-align: left;
  }

  .left-quote {
    display: none;
  }

  .first-screen {
    min-height: 620px;
	background-position: 28%;
  }

  .first-screen__info h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .first-screen__info p {
    font-size: 18px;
    line-height: 27px;
  }
	.post__content-header {
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  width: 100%;
  height: auto;
  background-size: cover;
}
}

@media screen and (max-width: 411px) {
	.rewies__content-row__photo {
    padding: 50px 28px;
}
	.rewies__content-row__photo-four, .rewies__content-row__photo-three {
    padding: 33px 28px;
}
	
	.header__content-logo img {
    	width: 90px;
	}
	
	.mob-animation-politics {
    	width: 69%;

	}
	
	
	.busness-title span {

    	font-size: 16px; 
	}
  .animation-phone {
    right: -10px !important;
  }
  .popup__content-form {
    width: 90%;
  }

  .quotes {
    height: 791px;
  }

  .serv-desc {
    width: 84%;
  }

  .command__content-item {
    height: 100%;
  }

  .command__content-item img {
    margin: 0 10px;
  }

  .popup__content {
    max-width: 343px;
    min-height: 415px;
    width: 100%;
    padding: 63px 16px;
  }

  .about___item-border {
    max-width: 350px;
    width: 100%;
    min-height: 766px;
    margin: 0 auto;
  }

  .instruction__content__desc {
    margin: 74px auto;
  }

  .instruction__content__title {
    padding: 40px 42px;
  }

  .instruction__content__title h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .numbers__item,
  .numbers__item-img {
    margin: 0 auto;
    width: 100%;
  }

  .callback__form p {
    line-height: 23px;
  }

  .advantages__content-row h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .projects__items-item p {
    padding: 0 14px;
  }

  .projects__items-item p {
    font-size: 20px;
    line-height: 20px;
  }

  .projects__container {
    margin: 70px 21px;
  }

  .news-container {
    margin: 0px 30px;
  }

  .news__items-item {
    width: 100%;
  }

  .content-first-screen__title-block button {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .item-icon img {
    margin-bottom: 20px;
    width: 62px;
  }

  .item-icon p {
    font-size: 14px;
    line-height: 20px;
  }

  .item-icon {
    margin: 11px;
  }

  .content-first-screen__icon-block {
    width: 90%;
    height: 100%;
    max-width: 452px;
    max-height: 370px;
  }

  .content-first-screen__title-block {
    height: 72%;
    text-align: center;
  }

  .content-first-screen__title-block h1 {
    text-align: left;
  }

  .content-first-screen__title-block h2 {
    text-align: left;
  }

  .header__content-callback {
    position: absolute;
    top: 108px;
    right: 10px;
  }

  .btn-row {
    left: 35px;
    top: 115px;
  }
}

@media screen and (max-width: 375px) {
	.header__content-logo img {
    width: 90px;
}
	
	.rewies__content-row__photo, .rewies__content-row__photo-one, .rewies__content-row__photo-two, .rewies__content-row__photo-three, .rewies__content-row__photo-four {
    	padding: 50px 17px;
	}
  .services-logo-vector {
    top: 72%;
  }

  .services-logo {
    top: 91%;
  }

  .animation-block {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  .popup__content-form {
    width: 82%;
    margin: 0 auto;
  }

  .popup__content {
    padding: 63px 0px;
  }

  .popup__content-mail {
    padding: 61px 0px !important;
  }

  .callback {
    min-height: 700px;
  }

  .callback-privat {
    min-height: 945px !important;
  }

  .services__item {
    width: 100%;
    background-size: cover;
    background-position: bottom;
    height: 580px;
  }

  .command__content-item {
    height: 100%;
  }

  .command__content-item img {
    margin: 0 10px;
  }

  .thankyou__box {
    position: absolute;
    top: 50%;
    width: 81%;
  }

  .about__container {
    padding: 18px 22px;
  }

  .mobile-box {
    min-height: 900px;
  }

  .about___item-border {
    max-width: 330px;
    width: 100%;
    min-height: 781px;
    margin: 0 auto;
  }

  .content-first-screen__title-block h1 {
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (max-width: 360px) {
  .content-first-screen__title-block h1 {
    font-size: 20px;
    line-height: 25px;
  }

  .header__content-logo img {
    width: 90px;
  }
}

@media screen and (max-width: 320px) {
  .busness-title {
    font-size: 15px;
  }

  .busness-title span {
    font-size: 16px;
  }

  .services__item {
    height: 634px;
  }

  .screen__info {
    left: 9px;
  }

  .command__content-item img {
    margin: 0 0px;
  }

  .quotes {
    height: 923px;
  }

  .contact-form p {
    margin: 0;
  }

  .callback__form p {
    font-size: 13px;
    line-height: 15px;
  }

  .clock-form img {
    position: absolute;
    right: -22px;
  }

  .callback__form-bg {
    top: -15px;
    right: -5px;
  }

  .rewies__content-row__photo,
  .rewies__content-row__photo-one,
  .rewies__content-row__photo-two,
  .rewies__content-row__photo-three,
  .rewies__content-row__photo-four {
    padding: 30px 29px;
  }

  .header__content-callback p {
    font-size: 14px;
  }

  .header__content-logo img {
    width: 90px;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/*# sourceMappingURL=main.css.map */
