/**
*
  Сброс CSS стилей
*
**/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html {
  -webkit-text-size-adjust: none;
}
html._hidden {
  overflow: hidden;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
input,
textarea,
button,
select {
  resize: none;
  border: none;
  background-color: transparent;
  outline: none;
  padding: 0;
}
img {
  border: 0;
  vertical-align: top;
}
html,
body {
  min-height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
body {
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
/**
*
  Flex
*
**/
.flex_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_w._ai_fs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex_w._ai_fe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex_w._ai_c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_w._jc_sa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex_w._jc_sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex_w._jc_c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/**
*
  Функции
*
**/
/**
*
  Переменные
*
**/
/**
*
  Bootstrap
*
**/
.container {
  margin-right: auto;
  margin-left: auto;
}
.container:after {
  content: '';
  display: block;
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
[class*="col-"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1240px;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2-5 {
    width: 20%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
.alpha {
  padding-left: 0;
}
.omega {
  padding-right: 0;
}
/**
*
  Подключение шрифтов
*
**/
@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url('../fonts/Gilroy-ExtraBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-SemiBold";
  src: url('../fonts/Gilroy-SemiBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url('../fonts/Gilroy-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Light";
  src: url('../fonts/Gilroy-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
*
  Общие классы
*
**/
.show {
  display: block !important;
}
.hide,
.xs-show,
.sm-show,
.md-show {
  display: none !important;
}
.flf {
  float: left !important;
}
.flr {
  float: right !important;
}
.clear {
  display: block;
  clear: both;
}
.s_title {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
  font: 36px 'Gilroy-ExtraBold', Arial, sans-serif;
}
/*.s_title:after {
	position: absolute;
    bottom: -20px;
    left: 19px;
    height: 4px;
    width: 69px;
    display: block;
    content: "";
    background: #283383;
}
*/
.t_center {
  text-align: center;
}
.t_right {
  text-align: right;
}
.pos_rel {
  position: relative;
}
.ypos_ab {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.xpos_ab {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.pos_absc {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c_img {
  max-width: none !important;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
.c_img.pro {
  /* width: auto !important;
    max-height: none !important;*/
  margin: auto;
}
.b_img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/**
*
  Кнопки
*
**/
/**
*
  Новые элементы
*
**/
footer .map iframe {
  max-width: none;
  max-height: none;
  filter: grayscale(100%) !important;
}
footer .c-wr {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0.42) 91%, rgba(232, 232, 232, 0) 99%, rgba(229, 229, 229, 0) 100%);
  background: -webkit-linear-gradient(left, #fff 80%, #ffffff6b 91%, #e8e8e800 99%, #e5e5e500 100%);
  background: linear-gradient(to right, #fff 80%, #ffffff6b 91%, #e8e8e800 99%, #e5e5e500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00e5e5e5', GradientType=1);
  padding: 30px;
  box-shadow: -12px 3px 15px rgba(0, 0, 0, .3);
}
#form {
  border-bottom: 7px solid #f4f4f7;
}
#form .container {
  padding: 30px;
}
.form-block .left img {
  border-radius: 52px 90px 52px 180px;
  width: 280px;
  margin: auto;
  display: block;
}
#form form {
  padding-top: 35px;
  overflow: hidden;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: none !important;
  font: 18px 'Gilroy-SemiBold', Arial, sans-serif;
  color: green;
}
#form .wpcf7-text {
  padding: 20px 25px;
  width: 100%;
  background: #f4f4f7;
  margin-bottom: 14px;
  letter-spacing: .4px;
  font: 12px 'Gilroy-SemiBold', Arial, sans-serif;
  border-radius: 40px;
}
#form .wpcf7-submit {
  color: #fff;
  font: 16px 'Gilroy-Regular', Arial, sans-serif;
  padding: 15px 60px;
  background: #283383;
  border-radius: 100px;
  cursor: pointer;
}
#form .wpcf7-acceptance span.wpcf7-list-item-label {
  margin-top: 20px;
  color: #7e7e7e;
  font: 12px/20px 'Gilroy-Light', Arial, sans-serif;
  letter-spacing: .1px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7-not-valid-tip, div.wpcf7 .ajax-loader {
  display: none !important;
}
.wpcf7-not-valid {
  border: 1px solid red;
}
#form .wpcf7-acceptance input {
  display: none;
}
#form .ta-r {
  text-align: right;
}
#serv_b {
  padding: 35px 0;
}
#serv_b .brands {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#serv_b .brands .item {
  padding: 25px;
  border-radius: 5px 60px 5px 45px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.14);
  height: 100%;
  border-left: 4px solid #ffd700;
}
#serv_b .brands h3, .brands h4, .brands h5, .brands .h3 {
  color: #202234;
  font: 16px/1.3 'Gilroy-ExtraBold', Arial, sans-serif;
  margin: 30px 0 10px;
  position: relative;
  z-index: 1;
  text-align: left;
  display: block;
}
#serv_b .brands .img {
  height: 73px;
  display: block;
  text-align: center;
}
#serv_b .brands img {
  width: 72px;
  margin: auto;
}
#serv_b .brands .content {
  color: #727482;
  font: 16px/1.3 'Gilroy-Regular', Arial, sans-serif;
}
#related {
  padding: 40px 0;
}
#related .s_title {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
  font: 36px 'Gilroy-ExtraBold', Arial, sans-serif;
}
#related .s_caption {
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
  font: 18px 'Gilroy-Regular', Arial, sans-serif;
}
#related .owl-dots {
  text-align: center;
  margin-top: 15px;
}
#related .owl-dots button.active {
  background-color: #f4f4f7;
}
#related .owl-dots button {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  border: none;
  background-color: #f4f4f7;
}
#related .owl-dots button.active {
  background-color: #283383;
}
#related .owl-stage-outer {
  width: 100%;
}
#related a.item {
  height: 190px;
  display: block;
  overflow: hidden;
}
#related a.item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.socials {
  margin-top: 20px;
}
.socials a img {
  margin-right: 5px;
  border-radius: 7px;
}
.socials a {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font: 12px 'Gilroy-Regular', Arial, sans-serif;
  margin-right: 15px;
}
#sales {
  margin-top: 7px;
  padding: 70px 0 40px;
  background: #f4f4f7;
  border-bottom: 3px solid #ece9f3;
}
#sales .s_title {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
  font: 36px 'Gilroy-ExtraBold', Arial, sans-serif;
}
#sales .item {
  width: 100%;
  background: #fff;
  border-radius: 26px 92px 17px 77px;
  overflow: hidden;
  margin-bottom: 30px;
}
#sales .item__img {
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: 310px;
  position: relative;
  overflow: hidden;
  border-left: 4px solid #ffd700;
  color: #fff;
  padding: 0 40px 20px;
  font: 18px/1.3 'Gilroy-SemiBold', Arial, sans-serif;
}
#sales .item__img svg {
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
}
#sales .item__img path {
  fill: #fff;
}
#sales .item__img:before {
  content: '';
  background: rgba(32, 35, 38, .2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
#sales .item__img:after {
  content: '';
  border-radius: 0 30px 0 0;
  background: #2d2d2dba;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  z-index: -2;
}
#sales .item__img .bg {
  position: absolute;
  top: 0;
  transition: all .9s ease 0s;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#sales .item__des {
  padding: 20px 30px;
  font: 18px 'Gilroy-SemiBold', Arial, sans-serif;
  color: #171d1f;
  text-align: center;
}
#sales .item__des a {
  color: inherit;
}
#sales .item__des .button {
  color: #fff;
  padding: 16px 40px;
  font: 13px 'Gilroy-SemiBold', Arial, sans-serif;
  display: inline-block;
  margin-top: 25px;
  border-radius: 12px 36px 12px 37px;
  background-image: linear-gradient(0deg, #2c2b61 0%, #5956ca 100%);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: all .4s ease 0s;
}
#sales .item:hover .item__des .button {
  background-image: linear-gradient(0deg, #5956ca 0%, #2c2b61 100%);
}
#sales .item:hover .item__img .bg {
  transform: scale(1.3);
}
#about {
  padding: 60px 0;
  border-bottom: 12px solid #f4f4f7;
}
#about p {
  padding-right: 50px;
  color: #5f6b86;
  font: 18px/1.5 'Gilroy-Regular', Arial, sans-serif;
}
#about .s_title {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
  font: 36px 'Gilroy-ExtraBold', Arial, sans-serif;
}
#about .img {
  position: absolute;
  height: calc(100% - 40px);
}
#about .img--1 {
  top: -26px;
  left: 54%;
  width: 40%;
  height: auto;
}
#about .img--2 {
  top: 203px;
  left: calc(70%);
  width: 40%;
  height: auto;
}
#about .img--3 {
  left: 50%;
  bottom: -100px;
  width: 560px;
}
#about_2 {
  padding: 60px 0;
  border-bottom: 12px solid #f4f4f7;
}
#about_2 {
  font: 18px/1.5 'Gilroy-Regular', Arial, sans-serif;
}
#about_2 .s_title {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
  font: 36px 'Gilroy-ExtraBold', Arial, sans-serif;
}
#about_2 ul {
  margin: 45px 0 0;
}
#about_2 ul li {
  margin-bottom: 5px;
  display: inline-flex;
  width: 49%;
  padding-right: 15px;
  align-items: center;
}
#about_2 ul li:before {
  margin-right: 10px;
  content: url('data:image/svg+xml; utf8, <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20px" height="20px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><path fill="rgb(40,51,31)" d="M497.36,69.995c-7.532-7.545-19.753-7.558-27.285-0.032L238.582,300.845l-83.522-90.713 c-7.217-7.834-19.419-8.342-27.266-1.126c-7.841,7.217-8.343,19.425-1.126,27.266l97.126,105.481 c3.557,3.866,8.535,6.111,13.784,6.22c0.141,0.006,0.277,0.006,0.412,0.006c5.101,0,10.008-2.026,13.623-5.628L497.322,97.286 C504.873,89.761,504.886,77.54,497.36,69.995z"/><path fill="rgb(40,51,31)" d="M492.703,236.703c-10.658,0-19.296,8.638-19.296,19.297c0,119.883-97.524,217.407-217.407,217.407 c-119.876,0-217.407-97.524-217.407-217.407c0-119.876,97.531-217.407,217.407-217.407c10.658,0,19.297-8.638,19.297-19.296 C275.297,8.638,266.658,0,256,0C114.84,0,0,114.84,0,256c0,141.154,114.84,256,256,256c141.154,0,256-114.846,256-256 C512,245.342,503.362,236.703,492.703,236.703z"/></svg>');
}
#about_2 table td {
  padding-right: 40px;
  width: 50%;
  font: 16px/1.5 'Gilroy-Regular', Arial, sans-serif;
  box-shadow: 0px 11px 11px rgba(0, 0, 0, 0.14);
  padding: 15px;
  border-radius: 11px;
  border-left: 4px solid #ffd700;
}
#about_2 table {
  margin: 25px 0;
}
.form-block input.phone {
  width: 270px;
  padding: 23px 23px 23px;
  font: 16px 'Gilroy-Light', Arial, sans-serif;
  border-radius: 50px;
  background: #fff;
  margin-right: 15px;
}
.form-block .agree {
  cursor: pointer;
  margin: 15px 0 0;
  padding-left: 24px;
  color: #fff;
  position: relative;
  font: 12px/20px 'Gilroy-Regular', Arial, sans-serif;
}
.form-block .agreed:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url(/wp-content/themes/main/static/styles/../imgs/icons/agree_check_1.svg);
}
.form-block .agreed:before {
  content: '';
  width: 14px;
  height: 14px;
  background-color: #e9eff3;
  position: absolute;
  top: 3px;
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
footer {
  padding: 60px 0 45px;
  position: relative;
}
footer .s_title {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
  font: 36px 'Gilroy-ExtraBold', Arial, sans-serif;
}
footer .c_item {
  margin-bottom: 30px;
  padding-left: 45px;
  display: block;
  position: relative;
  color: #1b1c2860;
  font: 12px 'Gilroy-Regular', Arial, sans-serif;
}
footer .c_item svg {
  width: 30px;
  height: 30px;
  left: 0;
}
footer .c_item path {
  fill: #283383;
}
footer .c_item span {
  display: block;
  margin-bottom: 5px;
  color: #1b1c28;
  font-size: 20px;
}
footer .c_item .bold {
  font: 20px 'Gilroy-ExtraBold', Arial, sans-serif;
}
footer .conf {
  color: #1b1c2860;
  font: 12px 'Gilroy-Regular', Arial, sans-serif;
}
footer .map {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
footer .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/**
*
  Основная часть
*
**/
main {
  height: 100%;
  background-image: url('../imgs/bg/1.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
}
main .header .top {
  padding: 13px 0;
  background-color: #f0f0f4;
  color: #fff;
  font: 13px 'Gilroy-Regular', Arial, sans-serif;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#283383+36,351c1c+100 */
  background: #283383;
  /* Old browsers */
  background: -moz-linear-gradient(left, #283383 36%, #351c1c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #283383 36%, #351c1c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #283383 36%, #351c1c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#283383', endColorstr='#351c1c', GradientType=1);
  /* IE6-9 */
}
main .header .top b {
  font-family: 'Gilroy-Regular', Arial, sans-serif;
}
main .header .top .item {
  position: relative;
  padding-left: 30px;
}
main .header .top .item a {
  color: inherit;
}
main .header .top .item a span {
  color: #ffd700 !important;
}
main .header .top .item b {
  padding: 0 0 0 6px;
}
main .header .top .item svg {
  width: 18px;
  height: 18px;
  left: 0;
}
main .header .top .item path {
  fill: #fff;
}
.sticky {
  padding-top: 44px;
}
.sticky main .header .top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.sticky main .header .top .item b {
  padding: 0;
  display: block;
}
main .header .top .logo {
  display: none;
}
.sticky main .header .top .logo {
  display: block;
  max-width: 150px;
}
.sticky main .header .top .logo img {
  max-width: 100%;
}
.sticky main .header .top .item b {
  padding: 0;
  display: block;
}
main .header .bottom {
  background: -moz-linear-gradient(left, rgba(40, 51, 131, 0.31) 0%, rgba(40, 51, 131, 0.31) 36%, rgba(53, 28, 28, 0.3) 100%);
  background: -webkit-linear-gradient(left, #2833834f 0%, #2833834f 36%, #351c1c4d 100%);
  background: linear-gradient(to right, #2833834f 0%, #2833834f 36%, #351c1c4d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f283383', endColorstr='#4d351c1c', GradientType=1);
}
main .header .bottom .wrap {
  width: 25%;
}
main .header .bottom .wrap._big {
  width: 50%;
}
main .header .bottom .logo img {
  max-width: 221px;
  max-height: 75px;
}
main .header .bottom .logo p {
  color: rgba(0, 0, 0, 0.6);
  font: 14px 'Gilroy-SemiBold', Arial, sans-serif;
}
main .header .bottom .contacts {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
main .header .bottom .contacts .item {
  padding: 25px 30px;
  width: 50%;
  color: #fff;
  position: relative;
  font: 17px 'Gilroy-Regular', Arial, sans-serif;
}
main .header .bottom .contacts .item img {
  left: 25px;
  display: none;
}
main .header .bottom .contacts .item span {
  margin: 0 0 3px;
  font: 14px 'Gilroy-Regular', Arial, sans-serif;
  display: block;
  color: #fff;
}
main .header .bottom .button, .cookie_accept.button {
  color: #fff;
  font: 16px 'Gilroy-Regular', Arial, sans-serif;
  padding: 15px 60px;
  background: #283383;
  border-radius: 12px 36px 12px 37px;
}
main .content {
  padding: 70px 0;
  color: #fff;
}
main .content h1 {
  font: 43px/1.2 'Gilroy-ExtraBold', Arial, sans-serif;
  margin: 0 0 35px;
}
main .content p {
  font: 17px/1.3 'Gilroy-Light', Arial, sans-serif;
  margin: 0 0 20px;
}
main .content .sub_offer {
  margin: 0 18px 20px;
  font: 30px 'Gilroy', Verdana, sans-serif;
}
main .content .sub_offer ul {
  margin: 33px 0 0;
}
main .content .sub_offer ul li {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
main .content .sub_offer ul li:before {
  margin-right: 10px;
  content: url('data:image/svg+xml; utf8, <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20px" height="20px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><path fill="rgb(255,255,255)" d="M497.36,69.995c-7.532-7.545-19.753-7.558-27.285-0.032L238.582,300.845l-83.522-90.713 c-7.217-7.834-19.419-8.342-27.266-1.126c-7.841,7.217-8.343,19.425-1.126,27.266l97.126,105.481 c3.557,3.866,8.535,6.111,13.784,6.22c0.141,0.006,0.277,0.006,0.412,0.006c5.101,0,10.008-2.026,13.623-5.628L497.322,97.286 C504.873,89.761,504.886,77.54,497.36,69.995z"/><path fill="rgb(255,215,0)" d="M492.703,236.703c-10.658,0-19.296,8.638-19.296,19.297c0,119.883-97.524,217.407-217.407,217.407 c-119.876,0-217.407-97.524-217.407-217.407c0-119.876,97.531-217.407,217.407-217.407c10.658,0,19.297-8.638,19.297-19.296 C275.297,8.638,266.658,0,256,0C114.84,0,0,114.84,0,256c0,141.154,114.84,256,256,256c141.154,0,256-114.846,256-256 C512,245.342,503.362,236.703,492.703,236.703z"/></svg>');
}
main .content .sub_offer span {
  color: #27222e;
  display: inline-block;
  padding: 9px 22px 18px;
  margin-left: 5px;
  background: url('../imgs/offer_bg.png') 50% 50% no-repeat;
  background-size: contain;
}
main .content .button {
  display: inline-block;
  padding: 20px 50px;
  color: #fff;
  font: 19px 'Gilroy-SemiBold', Arial, sans-serif;
  background-color: #283383;
  border-radius: 100px;
  position: relative;
}
main .content .button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 128, 0, .5);
  box-shadow: 0 0 0 rgba(0, 128, 0, .5);
  border-radius: 100px;
  animation: pulse 1.5s infinite;
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-box-shadow: 0 0 0 0 #fff;
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px #fff;
  }
  100% {
    /*transform: scale(1.2);*/
    -webkit-box-shadow: 0 0 0 0 #fff;
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px #fff;
    box-shadow: 0 0 0 15px #fff;
  }
  100% {
    /*transform: scale(1.2);*/
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
    opacity: 0;
  }
}
main .content .icon {
  right: 53px;
  width: 300px;
  margin-top: -58px;
}
main .footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#283383+56,351c1c+100 */
  background: #283383;
  /* Old browsers */
  background: -moz-linear-gradient(left, #283383 36%, #351c1c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #283383 36%, #351c1c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #28338366 36%, #351c1c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#283383', endColorstr='#351c1c', GradientType=1);
  /* IE6-9 */
}
main .footer .item {
  padding: 43px 0 43px 123px;
  width: 25%;
  position: relative;
  color: #fff;
  font: 18px/1.3 'Gilroy-Light', Arial, sans-serif;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
main .footer .item img {
  position: absolute;
  top: 48px;
  left: 30px;
  width: 60px;
}
main .footer .item b {
  font-family: 'Gilroy-SemiBold', Arial, sans-serif;
}
main .footer .item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
main .cnt {
  z-index: 5;
}
main:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 37, 51, 0.8);
}
/**
*
  Слайдер видео
*
**/
#vid_slider {
  padding: 10px 0 60px
}
#vid_slider .item {
  background-color: #eee;
  height: 390px;
}
#vid_slider .item .open_popup {
  position: relative;
  height: 100%;
}
#vid_slider .item .open_popup .pos_absc {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#vid_slider .item .open_popup .pos_absc svg {
  width: 44px;
  height: 44px;
}
#vid_slider .item .open_popup .pos_absc path {
  fill: #ffb92e;
}
#vid_slider .owl-nav {
  position: absolute;
  top: 50%;
  left: -60px;
  right: -60px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#vid_slider .owl-nav button {
  width: 60px;
  height: 60px;
  position: absolute;
}
#vid_slider .owl-nav .owl-next {
  right: 0;
}
#vid_slider .owl-nav button path {
  fill: #d9d7de;
}
#vid_slider .owl-dots {
  margin: 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#vid_slider .owl-dots button {
  margin: 0 8px;
  height: 5px;
  width: 198px;
  background-color: #e5e3ec;
  border-radius: 10px;
}
#vid_slider .owl-dots button.active {
  background-color: #ffb92e;
}
#vid_slider .item iframe {
  width: 100%;
  height: 100%;
}
/**
*
  Слайдер
*
**/
.slider {
  padding: 10px 0;
}
.slider .item {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #333;
  background: #eee;
  font-family: "Gilroy-Regular";
}
.owl-carousel.slider-click .owl-stage {
  display: flex;
  align-items: stretch;
}
.owl-carousel.slider-click .item .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
}
.owl-carousel.slider-click .item .content .price {
  width: 60%;
  margin-bottom: 10px;
}
.owl-carousel.slider-click .item .content .price-val {
  width: 52%;
  text-align: right;
  margin-top: auto;
}
.slider-click .item {
  height: 100%;
}
.slider .item .img {
  height: 210px;
  display: block;
  overflow: hidden;
}
.slider .item .content {
  display: block;
  padding: 15px;
}
.slider .item .price {
  font-family: "Gilroy-Regular";
}
span.price-val {
  font-weight: bold;
  color: #1e73be;
  display: block;
  float: right;
  font-size: 14px;
  text-decoration: underline;
}
.slider .item .title {
  display: block;
  font-size: 18px;
  font-family: "Gilroy-SemiBold";
}
.slider .item iframe {
  width: 100%;
  height: 100%;
}
.socs {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.socs a {
  width: 68px;
  height: 40px;
  background-color: #f0f0f4;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.owl-carousel.slider-click .owl-stage {
  margin: auto;
}
/**
*
  Модалки
*
**/
/**
*
  Pop Up
*
**/
.popup_block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 39, 51, 0.7);
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 19px;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.popup_block .wrapper {
  z-index: 51;
  width: 94%;
  max-width: 440px;
  background: #fff;
  padding: 50px 30px 30px;
  position: relative;
  border-radius: 20px;
}
.popup_block .wrapper .title {
  font: 42px/1.2 'Gilroy-Light', Arial, sans-serif;
  margin-bottom: 30px;
}
.popup_block .wrapper .field {
  width: 100%;
}
.popup_block .wrapper .field .input {
  border: 2px solid #eaeff4;
  font: 14px 'Gilroy-Light', Arial, sans-serif;
}
.popup_block .wrapper._small {
  max-width: 380px;
}
.popup_block .wrapper._small .btn {
  width: 100%;
}
.popup_block .wrapper._wide {
  max-width: 1170px;
}
.popup_block .wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.popup_block .close_popup_icon, .popup_block .close_popup_icon_cus {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  z-index: 500;
  cursor: pointer;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
}
.popup_block .close_popup_icon path, .popup_block .close_popup_icon_cus path {
  fill: #000;
}
.popup_block._visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#project_mdl .wrapper {
  padding: 0 !important;
  max-width: 836px;
  background-color: #fff;
}
#project_mdl #clbk_slider {
  height: 100%;
  max-height: 413px;
}
#project_mdl #clbk_slider img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
#project_mdl #clbk_slider .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
#project_mdl #clbk_slider .owl-stage-outer,
#project_mdl #clbk_slider .owl-stage,
#project_mdl #clbk_slider .owl-item,
#project_mdl #clbk_slider .item {
  height: 100%;
}
#project_mdl #clbk_slider .owl-stage {
  display: flex;
}
#project_mdl .info {
  padding: 30px 60px 30px 15px;
}
#project_mdl .info .title {
  font-size: 30px;
  margin-bottom: 15px;
}
#project_mdl .info .price-1 {
  font: 20px/1.4 'Gilroy-ExtraBold', Arial, sans-serif;
}
#project_mdl .info .order_callback {
  width: 100%;
}
#project_mdl .info .sub_title {
  color: #212839;
  font: 23px/30px 'Gilroy-ExtraBold', Arial, sans-serif;
}
#project_mdl .info .devider {
  height: 2px;
  width: 100%;
  background-color: #e7e9f2;
  margin: 18px 0 7px;
}
#project_mdl .info .price {
  margin: 20px 0;
  color: #2d2f3f;
  font: 16px/22px 'Gilroy-Regular', Arial, sans-serif;
}
#project_mdl .info .price a {
  color: inherit;
}
#project_mdl .info .price .f_heavy {
  margin-top: 5px;
  font-size: 26px;
}
#project_mdl .info input {
  background-color: #e9eff3;
  margin: 0 0 15px;
  width: 100%;
  font: 16px 'Gilroy-Regular', Arial, sans-serif;
  padding: 15px 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
#project_mdl .info input::-webkit-input-placeholder {
  font: 16px 'Gilroy-Regular', Arial, sans-serif;
  color: #1b2a34;
}
#project_mdl .info input::-moz-placeholder {
  font: 16px 'Gilroy-Regular', Arial, sans-serif;
  color: #1b2a34;
}
#project_mdl .info input:-moz-placeholder {
  font: 16px 'Gilroy-Regular', Arial, sans-serif;
  color: #1b2a34;
}
#project_mdl .info input:-ms-input-placeholder {
  font: 16px 'Gilroy-Regular', Arial, sans-serif;
  color: #1b2a34;
}
#project_mdl .info .button {
  color: #fff;
  font: 16px 'Gilroy-Regular', Arial, sans-serif;
  padding: 15px 60px;
  background: #283383;
  border-radius: 100px;
  cursor: pointer;
}
#project_mdl .info .agree {
  cursor: pointer;
  margin: 15px 0 0;
  padding-left: 24px;
  color: #495866;
  position: relative;
  font: 12px/20px 'Gilroy-Regular', Arial, sans-serif;
}
#project_mdl .info .agree:before {
  content: '';
  width: 14px;
  height: 14px;
  background-color: #e9eff3;
  position: absolute;
  top: 3px;
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#project_mdl .info .agree:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url('../imgs/icons/agree_check_1.svg');
}
#project_mdl .owl-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 67px;
}
#project_mdl .owl-nav button {
  position: relative;
  width: 52px;
  height: 67px;
  margin-left: 10px;
  background-color: #f03131;
}
#project_mdl .owl-nav button svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#project_mdl .owl-nav button svg path {
  fill: #fff;
}
#project_mdl .owl-nav button.disabled {
  background-color: #fff;
}
#project_mdl .owl-nav button.disabled svg path {
  fill: #1b2a34;
}
#modal-privacy .wrapper {
  font: 16px/1.5 'Gilroy-Regular', Arial, sans-serif;
}
#clbk .wrapper .field {
  margin-right: 0;
  max-width: 100%;
  margin-bottom: 20px;
}
#clbk .wrapper .input {
  width: 100%;
  padding: 13px 23px 12px;
  font: 16px 'Gilroy-Light', Arial, sans-serif;
  border-radius: 50px;
}
#clbk .wrapper .btn {
  width: 100%;
  color: #fff;
  cursor: pointer;
  color: #fff;
  font: 16px 'Gilroy-Regular', Arial, sans-serif;
  padding: 15px 60px;
  background: #283383;
  border-radius: 12px 36px 12px 37px;
}
#clbk .wrapper p {
  font-size: 16px;
  line-height: 24px;
  color: #777;
  margin-bottom: 30px;
}
#clbk .wrapper .agree, #cookie_note .agree {
  margin-top: 20px;
  color: #7e7e7e;
  font: 12px/20px 'Gilroy-Light', Arial, sans-serif;
  letter-spacing: .1px;
  text-align: center;
}
#cookie_note .agree {
	margin-top: 0;
	color: #000;
}
#clbk .wrapper .agree a, #cookie_note .agree a {
  color: inherit;
  text-decoration: underline;
}
#clbk_sucs p {
  color: #80808d;
  font: 18px/1.4 'Gilroy-Light', Arial, sans-serif;
  margin-bottom: 45px;
}
#clbk_sucs .social p {
  color: #32323f;
  font-family: 'Gilroy-ExtraBold', Arial, sans-serif;
  margin-bottom: 25px;
}
#clbk_sucs .social .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#clbk_sucs .social a {
  background-color: #c24046;
  width: 31%;
  height: 40px;
  position: relative;
  display: inline-block;
  border-radius: 50px;
}
#clbk_sucs .social a svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#clbk_sucs .social a path {
  fill: #fff;
}




#clbk2 .wrapper .field {
  margin-right: 0;
  max-width: 100%;
  margin-bottom: 20px;
}
#clbk2 .wrapper .input {
  width: 100%;
  padding: 13px 23px 12px;
  font: 16px 'Gilroy-Light', Arial, sans-serif;
  border-radius: 50px;
}
#clbk2 .wrapper .btn {
  width: 100%;
  color: #fff;
  cursor: pointer;
  color: #fff;
  font: 16px 'Gilroy-Regular', Arial, sans-serif;
  padding: 15px 60px;
  background: #283383;
  border-radius: 12px 36px 12px 37px;
}
#clbk2 .wrapper p {
  font-size: 16px;
  line-height: 24px;
  color: #777;
  margin-bottom: 30px;
}
#clbk2 .wrapper .agree {
  margin-top: 20px;
  color: #7e7e7e;
  font: 12px/20px 'Gilroy-Light', Arial, sans-serif;
  letter-spacing: .1px;
  text-align: center;
}
#clbk2 .wrapper .agree a {
  color: inherit;
  text-decoration: underline;
}
#clbk2_sucs p {
  color: #80808d;
  font: 18px/1.4 'Gilroy-Light', Arial, sans-serif;
  margin-bottom: 45px;
}
#clbk2_sucs .social p {
  color: #32323f;
  font-family: 'Gilroy-ExtraBold', Arial, sans-serif;
  margin-bottom: 25px;
}
#clbk2_sucs .social .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#clbk2_sucs .social a {
  background-color: #c24046;
  width: 31%;
  height: 40px;
  position: relative;
  display: inline-block;
  border-radius: 50px;
}
#clbk2_sucs .social a svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#clbk2_sucs .social a path {
  fill: #fff;
}



#video_mdl .close_popup_icon, .popup_block .close_popup_icon_cus {
  top: -35px;
  right: 0;
}
#video_mdl .wrapper {
  border: none;
  padding: 10px;
  max-width: 800px;
}
#video_mdl .close_mdl {
  top: -35px;
  right: 0;
}
#video_mdl .video {
  height: 400px;
}
#video_mdl .video iframe {
  width: 100%;
  height: 100%;
}
#work_step {
  padding: 120px 0 0;
}
#work_step .wrapper {
  margin: 100px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#work_step .wrapper .item {
  width: 48%;
}
#work_step .wrapper:first-child {
  margin: 0;
}
#work_step .img_wrapper {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 353px;
}
#work_step .img_wrapper .play_btn {
  width: 158px;
}
#work_step .img_wrapper .play_btn img {
  width: 100%;
}
#work_step .s_title {
  margin: -30px 0 0;
  color: #b2964a;
  font: 52px 'Gilroy-ExtraBold', Arial, sans-serif;
}
#work_step .s_title:after {
  content: '';
  margin: 26px 0 36px;
  height: 3px;
  width: 180px;
  display: block;
  background-color: #df2934;
}
#work_step p {
  font: 16px/1.5 'Gilroy-Regular', Arial, sans-serif;
  color: #000;
}
#work_step .date {
  margin: 15px 0 0;
  color: #1c222d;
  font: 19px 'Gilroy-Regular', Arial, sans-serif;
}
#work_step .date span {
  color: #e03b3b;
  font: 74px 'Gilroy-ExtraBold', Arial, sans-serif;
}
#serv {
  background-color: #f4f4f7;
  padding: 60px 0 0;
  /*Изменения тут, убрал margin */
}
#serv .s_title {
  position: relative;
  z-index: 3;
  margin: 0 0 80px;
  font: 28px 'Gilroy-ExtraBold', Arial, sans-serif;
}
#serv .item {
  margin: 0 0 70px;
  width: 24%;
  padding: 140px 20px 20px;
  background-color: #fff;
  transition: all .4s ease 0s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  border-radius: 5px 60px 5px 45px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
}
#serv .item._empty {
  height: 0;
  margin: 0;
  padding: 0;
}
#serv .item .circle {
  position: absolute;
  top: -66px;
  left: 5px;
  z-index: 0;
  width: 220px;
  height: 220px;
  /* background: url('../imgs/serv/circle.png') 50% 50% no-repeat;
  -ms-background-size: cover;
  background-size: cover; */
}
#serv .item .img {
  z-index: 2;
  position: absolute;
  top: -30px;
  right: 0;
  height: 145px;
  overflow: hidden;
  width: calc(100%);
  border-radius: 10px 80px 10px 80px;
}
#serv .item .title {
  color: #202234;
  font: 16px/1.3 'Gilroy-ExtraBold', Arial, sans-serif;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
}
#serv .item .text {
  margin: 0 0 20px;
  color: #727482;
  font: 16px/1.3 'Gilroy-Regular', Arial, sans-serif;
}
#serv .item .btn {
  width: 100%;
  display: block;
  text-align: center;
  padding: 12px 10px;
  color: #202234;
  -webkit-box-shadow: inset 0 0 0 2px #ffcd11;
  box-shadow: inset 0 0 0 2px #ffcd11;
  cursor: pointer;
  letter-spacing: .4px;
  text-transform: uppercase;
  font: 12px 'Gilroy-SemiBold', Arial, sans-serif;
  border-radius: 12px 36px 12px 37px;
}
#serv .item .btn:hover {
  background-color: #ffcd11;
}
#serv .item._empty {
  display: block !important;
  height: 0;
  margin: 0;
  padding: 0;
}
#serv .item:hover {
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
}
#serv .item:hover .btn {
  background-color: #ffcd11;
}
#serv .load_more {
  padding: 20px 45px 18px;
  width: 100%;
  margin: -30px 0 0;
  text-align: center;
}
/**
*
  Адаптивка
*
**/
@media only screen and (max-width: 1199px) {
  .md-show {
    display: block !important;
  }
  .md-hide {
    display: none !important;
  }
  main .header .top {
    padding: 10px 0;
  }
  main .header .top .item {
    width: 25%;
  }
  main .header .top .item b {
    padding: 0;
    display: block;
    margin: 3px 0 0;
  }
  main .header .bottom .logo img {
    max-width: 190px;
    max-height: 50px;
  }
  main .header .bottom .contacts .item {
    font-size: 16px;
    padding: 15px 15px 15px 60px;
  }
  main .header .bottom .contacts .item span {
    font-size: 12px;
    margin: 0 0 5px;
  }
  main .header .bottom .contacts .item img {
    left: 15px;
  }
  main .header .bottom .button {
    padding: 14px 40px;
  }
  main .content {
    padding: 40px 0 60px;
  }
  main .content h1 {
    font-size: 43px;
    line-height: 1.1;
    margin: 0 0 40px;
  }
  main .content p {
    font-size: 20px;
  }
  main .content .sub_offer span {
    margin: 0;
  }
  main .content .icon {
    width: 240px;
    margin-top: -120px;
  }
  main .footer .item {
    font-size: 16px;
    line-height: 1.3;
    padding: 20px 10px 20px 70px;
  }
  main .footer .item img {
    width: 40px;
    top: 25px;
    left: 15px;
  }
  #vid_slider .owl-nav {
    display: none;
  }
  #vid_slider .item {
    height: 320px;
  }
  #work_step {
    padding: 90px 0 0;
  }
  #work_step .s_title:after {
    margin: 10px 0 30px;
  }
  #work_step .wrapper {
    margin: 70px 0 0;
  }
  #work_step .img_wrapper {
    height: 310px;
  }
  #work_step p {
    font-size: 14px;
  }
  #work_step .date span {
    font-size: 60px;
  }
  #serv .item {
    padding: 90px 15px 15px;
    border-radius: 5px 5px 5px 25px;
  }
  #serv .item .img {
    height: 110px;
  }
  #serv .item .title {
    font-size: 20px;
  }
  #serv .item .text {
    font-size: 14px;
  }
  /* Изменения тут */
  #sales .item__img {
    height: 250px;
    font-size: 24px;
    padding: 0 30px 30px;
  }
  #sales .item__des {
    padding: 20px;
    font-size: 18px;
  }
  #sales .item__des .button {
    padding: 13px 30px;
  }
  /* до сюда */
}
@media only screen and (max-width: 991px) {
  .sm-show {
    display: block !important;
  }
  .sm-hide {
    display: none !important;
  }
  main .header .top .item {
    width: 33%;
  }
  main .header .bottom {
    padding: 10px 0;
  }
  main .header .bottom .logo {
    width: 30%;
  }
  main .header .bottom .logo img {
    max-width: 190px;
    max-height: 50px;
  }
  main .header .bottom .contacts {
    border: none;
  }
  main .header .bottom .contacts .item {
    width: 100%;
    padding: 0 15px 0 60px;
  }
  main .header .bottom .wrap._big {
    width: 40%;
  }
  main .header .bottom .button {
    padding: 12px 26px;
  }
  main .content h1 {
    margin: 0 0 30px;
  }
  main .content p {
    margin: 0 0 10px;
  }
  main .content .sub_offer {
    font-size: 24px;
    margin: 0 0 20px;
  }
  main .content .button span {
    padding: 12px 50px;
  }
  main .content .button span {
    padding: 12px 40px;
  }
  main .footer .item {
    padding: 10px 10px 10px 80px;
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  main .footer .item img {
    top: 15px;
  }
  main .footer .item:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  #vid_slider .item {
    height: 260px;
  }
  #work_step .s_title {
    font: 40px/1 'Gilroy-ExtraBold', Arial, sans-serif;
  }
  #work_step .img_wrapper {
    height: 260px;
  }
  #work_step .img_wrapper .play_btn {
    width: 100px;
  }
  #work_step .date span {
    font-size: 50px;
  }
  #serv .item {
    width: 32%;
  }
  #serv .item .title {
    margin: 0 0 15px;
  }
  /* Изменения тут */
  #sales {
    padding: 40px 0 20px;
  }
  #sales .item__img {
    height: 220px;
    font-size: 22px;
    padding: 0 20px 20px;
  }
  #sales .item__img svg {
    width: 26px;
    height: 26px;
    margin-bottom: 15px;
  }
  #sales .item__des {
    font-size: 16px;
  }
  #sales .item__des .button {
    margin-top: 15px;
  }
  #about {
    padding: 40px 0 50px;
  }
  #about .s_title {
    margin-bottom: 20px;
  }
  #about p {
    margin-bottom: 30px;
    font-size: 16px;
    padding: 0;
  }
  #about .img {
    width: 49% !important;
    margin-left: 1%;
    height: 200px;
    position: relative;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    float: left;
    margin-top: 9px;
  }
  footer {
    padding-top: 40px;
    padding-bottom: 0;
  }
  footer .s_title {
    margin-bottom: 30px;
  }
  footer .c_item {
    margin-bottom: 15px;
  }
  footer .map {
    position: relative;
    width: 100%;
    height: 280px;
    left: auto;
    top: auto;
    bottom: 0;
    right: auto;
    margin-top: 30px;
  }
  /* до сюда */
}
.owl-nav {
  text-align: right;
  padding-right: 15px;
  margin-top: 10px;
}
.owl-nav button {
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  margin-left: 10px;
  font-size: 18px !important;
  background-color: #9a1c1d !important;
  color: #fff !important;
}
.owl-nav button span {
  display: inline-block;
  height: auto;
}
@media only screen and (max-width: 767px) {
  body {
    padding-top: 56px;
  }
  main .header .top {
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 600;
    box-shadow: 0 0 15px rgba(0, 0, 0, .4);
    top: 0;
  }
  .popup_block .wrapper {
    width: 100%;
  }
  div#project_mdl .wrapper {
    width: 90%;
  }
  #clbk .wrapper .input {
    padding: 8px 15px 8px;
    font: 14px 'Gilroy-Light', Arial, sans-serif;
  }
  #clbk .wrapper .btn {
    padding: 10px 0;
    font: 14px 'Gilroy-Regular', Arial, sans-serif;
  }
  #clbk .wrapper .field {
    margin-bottom: 10px;
  }
  #clbk .wrapper .agree {
    margin-top: 10px;
    color: #7e7e7e;
    font: 10px/12px 'Gilroy-Light', Arial, sans-serif;
    letter-spacing: .1px;
  }
  #sales .item__img {
    font-size: 14px !important;
  }
  #sales .item__img svg {
    width: 15px;
    height: 21px;
    margin-bottom: 5px;
  }
  .s_title {
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
    font: 26px 'Gilroy-ExtraBold', Arial, sans-serif !important;
  }
  #sales .item__des {
    font-size: 14px;
    padding: 10px;
  }
  #sales .item__des .button {
    padding: 10px 13px !important;
    font-size: 12px !important;
  }
  #serv .item .btn {
    padding: 9px 10px;
    font: 10px 'Gilroy-SemiBold', Arial, sans-serif;
  }
  #serv .item .title {
    font-size: 14px;
    margin: 0 0 5px;
  }
  #serv .item .text {
    margin: 0 0 10px;
    font-size: 12px;
  }
  .form-block input.phone {
    width: 40%;
    padding: 11px;
    font: 14px 'Gilroy-Light', Arial, sans-serif;
    border-radius: 50px;
    background: #fff;
    margin-right: 5px;
  }
  #about_2 table td {
    width: 100%;
    display: block;
  }
  #about_2 ul li {
    width: 100%;
  }
  #about_2 .col-md-4 img {
    margin-top: 15px !important;
  }
  #serv_b .brands .item {
    padding: 25px;
    border-radius: 5px 60px 5px 45px;
    box-shadow: 10px 10px 30px rgb(0 0 0 / 8%);
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 15px;
  }
  #serv_b .brands img {
    width: 50px;
    margin: auto;
    margin-right: 15px;
  }
  .form-block button {
    padding: 10px 10px !important;
    font-size: 13px !important;
  }
  .form-block button:before {
    animation: none !important;
  }
  .form-block .agree {
    width: 70%;
  }
  .owl-carousel.slider-click .item .content {
    border-radius: 5px;
  }
  .owl-carousel.slider-click .item .content {
    height: auto;
    flex-grow: 1;
    flex-wrap: wrap;
  }
  .owl-carousel.slider-click .item .content .price {
    width: 100%;
    float: left;
    overflow: hidden;
  }
  .owl-carousel.slider-click .item .content .price-val {
    width: 100%;
    float: left;
  }
  .xs-show {
    display: block !important;
  }
  .xs-hide {
    display: none !important;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .xs-center {
    text-align: center;
  }
  main .header .top .item {
    width: 50%;
  }
  main .header .bottom .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 70px;
  }
  main .header .bottom .logo img {
    max-width: 100%;
    max-height: 100%;
  }
  main .header .bottom .wrap {
    width: 50%;
  }
  main .header .bottom .wrap._big {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    text-align: right;
  }
  main .header .bottom .contacts .item {
    border: none !important;
    text-align: right;
    display: block;
    padding: 0;
    margin: 25px 0 0;
  }
  main .header .bottom .contacts .item span {
    font-size: 11px;
  }
  main .header .bottom .button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
  }
  main .content {
    padding: 30px 0 40px;
  }
  main .content h1 {
    font-size: 32px;
  }
  main .content p {
    font-size: 16px;
  }
  main .content p br {
    display: none;
  }
  main .content .sub_offer {
    font-size: 22px;
  }
  main .content .button {
    padding: 15px 26px;
  }
  main .footer .item {
    font-size: 14px;
    padding: 10px 10px 10px 60px;
  }
  main .footer .item img {
    width: 36px;
    left: 10px;
  }
  .popup_block .wrapper {
    padding: 18px 15px 15px;
  }
  .popup_block .wrapper .title {
    font-size: 21px;
  }
  #clbk_sucs p {
    font-size: 16px;
    margin: 0 0 20px;
  }
  #vid_slider {
    padding: 10px 0 30px;
  }
  #vid_slider .owl-dots button {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .slider .item .img {
    height: 210px;
    display: block;
    overflow: hidden;
  }
  #project_mdl .owl-nav {
    display: flex;
    height: 30px;
    justify-content: space-between;
  }
  #project_mdl .owl-nav button {
    width: 50%;
    height: 30px;
    margin: 0;
  }
  #project_mdl .price {
    margin: 5px 0 10px;
    color: #2d2f3f;
    font: 14px/18px 'Gilroy-Regular', Arial, sans-serif;
  }
  #project_mdl .owl-nav button svg {
    width: 14px;
    height: 14px;
  }
  #project_mdl .info {
    padding: 10px 25px;
  }
  #project_mdl #clbk_slider img {
    max-height: none;
  }
  #project_mdl #clbk_slider .owl-nav {
    padding-right: 0;
  }
  #project_mdl .owl-nav button svg path {
    fill: white !important;
  }
  #project_mdl #clbk_slider {
    max-height: 230px;
  }
  #project_mdl .info .title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  #project_mdl .info .devider {
    margin: 5px 0;
  }
  #project_mdl .info .price-1 {
    font-size: 16px;
  }
  #project_mdl .owl-nav {
    display: flex;
    height: 30px;
    justify-content: space-between;
  }
  #project_mdl .owl-nav button {
    width: 50%;
    height: 30px;
    margin: 0;
  }
  #project_mdl .info .price {
    margin: 10px 0;
  }
  #project_mdl .owl-nav button svg {
    width: 14px;
    height: 14px;
  }
  #video_mdl .video {
    height: 260px;
  }
  #work_step {
    padding: 30px 0 0;
  }
  #work_step .img_wrapper {
    height: 230px;
  }
  #work_step .wrapper {
    margin: 40px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #work_step .wrapper .item {
    width: 100%;
  }
  #work_step .wrapper:nth-child(2) .item:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #work_step .s_title {
    margin: 20px 0 0;
  }
  #work_step .s_title:after {
    margin: 10px 0 20px;
  }
  #work_step .date {
    margin: 0;
    font-size: 16px;
  }
  .slider .item .img {
    height: auto;
  }
  #serv {
    /*Изменения тут, убрал margin */
    padding: 30px 0 0;
  }
  #serv .item {
    width: 49% !important;
    margin: 0 0 50px;
  }
  #serv .item .circle {
    display: none;
  }
  #serv .s_title {
    margin: 0 0 50px;
  }
  #form .ta-r {
    text-align: center;
    margin: 25px 0;
  }
  /* Изменения тут */
  #sales .item {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 26px 37px 17px 46px;
  }
  #sales .item__des .button {
    padding: 10px 25px;
    font-size: 14px;
  }
  #about .img {
    width: 47% !important;
    margin-left: 2%;
    height: 140px;
  }
  #about p {
    font-size: 14px;
  }
  footer .map {
    height: 240px;
  }
  /* до сюда */
}
@media only screen and (max-width: 375px) {
  main .header .bottom .logo {
    height: 70px;
  }
  main .content h1 {
    font-size: 30px;
  }
  main .footer .item br {
    display: none;
  }
  main .content .button {
    font-size: 16px;
  }
  main .content .sub_offer {
    font-size: 22px;
  }
  #vid_slider .item {
    height: 220px;
  }
  #video_mdl .video {
    height: 230px;
  }
  #work_step .img_wrapper {
    height: 210px;
  }
  #work_step .img_wrapper .play_btn {
    width: 80px;
  }
  #work_step .s_title {
    font-size: 36px;
  }
  #work_step .date span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 320px) {
  main .header .top .item {
    padding-left: 0;
  }
  main .header .top .item svg {
    display: none;
  }
  main .content h1 {
    font-size: 29px;
  }
  main .content .button {
    font-size: 16px;
  }
  main .footer .item {
    width: 80%;
    border: none !important;
  }
  #vid_slider .item {
    height: 190px;
  }
  #video_mdl .video {
    height: 200px;
  }
  #work_step .img_wrapper {
    height: 180px;
  }
  #serv .item {
    width: 100%;
    margin: 0 0 40px;
  }
  /* Изменения тут */
  footer .map {
    height: 200px;
  }
  /* до сюда */
}
/**
*
  Owl Carousel
*
**/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
SUP, SUB {
  vertical-align: baseline;
  position: relative;
  font-size: .6em;
  line-height: 1;
}
SUP {
  bottom: 1.4ex;
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08)
}
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1)
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px)
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}
.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto
}
.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px
}
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px
}
.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px
}
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff
}
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff
}
.flatpickr-calendar:focus {
  outline: 0
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9)
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none
}
.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0
    /*
      /*rtl:end:ignore*/
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0
    /*
      /*rtl:end:ignore*/
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747
}
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px
}
.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit
}
.numInputWrapper {
  position: relative;
  height: auto
}
.numInputWrapper input, .numInputWrapper span {
  display: inline-block
}
.numInputWrapper input {
  width: 100%
}
.numInputWrapper input::-ms-clear {
  display: none
}
.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1)
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2)
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%
}
.numInputWrapper span.arrowDown {
  top: 50%
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%
}
.numInputWrapper span svg {
  width: inherit;
  height: auto
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5)
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05)
}
.numInputWrapper:hover span {
  opacity: 1
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.flatpickr-current-month span.cur-month {
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05)
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9)
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9)
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0
}
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05)
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder
}
.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px
}
.flatpickr-days:focus {
  outline: 0
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}
.dayContainer+.dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6
}
.flatpickr-day.today {
  border-color: #959ea9
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7
}
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px
}
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0
}
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7
}
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1)
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}
.flatpickr-day.hidden {
  visibility: hidden
}
.rangeMode .flatpickr-day {
  margin-top: 1px
}
.flatpickr-weekwrapper {
  float: left
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px
}
.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold
}
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0
}
.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400
}
.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee
}
.flatpickr-input[readonly] {
  cursor: pointer
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}