@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700&subset=latin,cyrillic);

* {
  padding: 0;
  margin: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

a, a:hover {
  color: #000;
  text-decoration: none;
}

b, strong {
  font-weight: 700;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 48px;
}

p {
  margin-bottom: 10px;
}

svg {
  vertical-align: middle;
}

button:focus {
  outline: none;
}

.separator__line {
  height: 1px;
  background: #000;
  opacity: .1;
}

.title {
  /*padding-top: 8px;*/
  /*padding-bottom: 3px;*/
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 600;
  line-height: 1.23;
  color: #000;
}

.title__md {
  font-size: 48px;
}

.title__xs {
  font-size: 42px;
}

.title-space {
  padding-top: 60px;
  padding-bottom: 15px;
}

.uptitle {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 600;
  color: #000;
  letter-spacing: 2.5px;
}

.uptitle__xs {
  font-size: 12px;
}

.section__title {
  margin-bottom: 40px;
}

.section__topwrapper {
  margin-bottom: 105px;
}

.name {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 600;
  color: #000;
}

.name__lg {
  font-size: 22px;
  line-height: 1.35;
}

.name__md {
  font-size: 20px;
  line-height: 1.35;
}

.name__xl {
  font-size: 24px;
}

.text {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
  color: #000;
  margin-bottom: 20px;
}

.text__md {
  font-size: 20px;
  line-height: 1.55;
}

.text__xs {
  font-size: 15px;
  line-height: 1.55;
}

.descr {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
  color: #000;
}

.descr__xs {
  font-size: 20px;
  line-height: 1.55;
}

.descr__xxs {
  font-size: 14px;
  line-height: 1.55;
}

.section {
  z-index: 100;
  background: #ffffff;
  position: relative;
}

.heading {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 600;
  color: #000;
}

.heading__sm {
  font-size: 18px;
  line-height: 1.17;
}

.valign__top {
  vertical-align: top;
}

.margin__auto {
  margin-left: auto;
  margin-right: auto;
}

.width__7 {
  max-width: 660px;
}

header {
  display: flex;
  width: 100%;
  height: 9vh;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

header .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
  align-self: center;
}

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

header .logo {
  max-width: 200px;
  width: 200px;
  height: auto;
  display: block;
}

.header__menu {
  text-align: center;
  -webkit-transition: opacity ease-in-out .2s;
  -moz-transition: opacity ease-in-out .2s;
  -o-transition: opacity ease-in-out .2s;
  transition: opacity ease-in-out .2s;
}

.header__menu-item {
  clear: both;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  display: inline;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  color: #000;
  white-space: nowrap;
}

.header__menu-item:first-child {
  padding-left: 0;
}

.header__menu-item:last-child {
  padding-right: 0;
}

.header__menu-link {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  padding: 0 5px;
  -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.header__menu-link.active {
  color: #ff0000 !important;
  opacity: .7;
}

.phone__list {
  text-align: right;
  line-height: 1.2;
  -webkit-transition: opacity ease-in-out .2s;
  -moz-transition: opacity ease-in-out .2s;
  -o-transition: opacity ease-in-out .2s;
  transition: opacity ease-in-out .2s;
}

.phone__list-item {
  display: inline-block;
  margin-right: 15px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  color: #000;
}

.phone__list-item:nth-child(even) {
  margin-right: 0;
}

.phone__list-link {
  color: rgb(0, 0, 0) !important;
  text-decoration: none;
  border-bottom: 0 solid rgb(255, 255, 255);
  box-shadow: inset 0 0 0 0 rgb(255, 255, 255);
  -webkit-box-shadow: inset 0 0 0 0 rgb(255, 255, 255);
  -moz-box-shadow: inset 0 -0px 0 0 rgb(255, 255, 255);
}

.start {
  /* padding-top: 190px; */
  padding-top: 180px;
  padding-bottom: 100px;
  background-position: center center;
  background-attachment: fixed;
  transform: translate3d(0, 0, 0);
  /*background-image: url(/updated/images/background_02.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
}

.start h1 {
  color: #ffffff;
  font-size: 52px;
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 1.25;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.start p {
  color: #fefefe;
  font-size: 24px;
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 1.55;
  font-weight: 600;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.img__man {
  width: 450px;
  margin: auto;
}

.img__man img {
  width: 100%;
  margin-bottom: -150px;
}

.quality__item {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.quality__item-icon {
  width: 80px;
  margin: auto;
  padding-bottom: 40px;
}

.quality__item-icon img {
  width: 100%;
}

.quality__item-title {
  min-height: 90px;
  max-width: 300px;
  margin: auto;
}

.quality__item-title {
  color: #0e0f0f;
  font-size: 24px;
  font-family: 'Gilroy', Arial, sans-serif;
  line-height: 1.3;
  font-weight: 600;
  padding-bottom: 20px;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.quality__item-desc {
  min-height: 52px;
  max-width: 300px;
  margin: auto;
}

.quality__item-desc {
  color: #5c6061;
  font-size: 20px;
  font-family: 'Gilroy', Arial, sans-serif;
  line-height: 1.3;
  font-weight: 300;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.quality__video {
  padding-top: 30px;
  padding-bottom: 60px;
}

.quality__video iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
  padding: 0;
}

.qualification {
  background-position: center center;
  background-attachment: fixed;
  transform: translate3d(0, 0, 0);
  /*background-image: url(/updated/images/background_01.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
}

.qualification {
  padding-top: 75px;
  padding-bottom: 45px;
}

.qualification h1.title {
  color: #ffffff;
  font-size: 48px;
  font-family: 'Gilroy', Arial, sans-serif;
  line-height: 1.25;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.qualification p {
  color: #ffffff;
  font-size: 24px;
  font-family: 'Gilroy', Arial, sans-serif;
  line-height: 1.55;
  font-weight: 300;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.carousel {
  background-color: #1b578b;
}
.cena {
  background-color: #1b578b;
}

.carousel__padding {
  padding-top: 10px;
  padding-bottom: 30px;
}

.carousel__button {
  padding-bottom: 90px;
}

.carousel .owl-carousel .owl-item {
  opacity: .3;
  -webkit-transition: opacity ease-in-out .3s;
  -moz-transition: opacity ease-in-out .3s;
  -o-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
}

.carousel .owl-carousel .owl-item.active.center {
  opacity: 1;
}

.carousel .owl-carousel .owl-item.center {
  opacity: 1;
}

.carousel .owl-carousel .owl-nav .owl-next, .carousel .owl-carousel .owl-nav .owl-prev {
  height: 100%;
  width: 210px;
  position: absolute;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.carousel .owl-carousel .owl-nav .owl-next svg, .carousel .owl-carousel .owl-nav .owl-prev svg {
  width: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.carousel .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.carousel .owl-carousel .owl-nav .owl-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.carousel .owl-carousel .owl-dots {
  padding: 16px 0 0;
}

.carousel .owl-carousel button.owl-dot {
  display: inline-block !important;
  padding: 10px !important;
  cursor: pointer;
}

.carousel .owl-theme .owl-dots .owl-dot span {
  background-color: #eee;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  box-sizing: border-box;
  margin: 0;
}

.carousel .owl-theme .owl-dots .owl-dot.active span, .carousel .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ff0000 !important;
}

.carousel .owl-theme .owl-nav {
  /*margin-top: 0;*/
  /*position: absolute;*/
  /*top: 0;*/
  /*width: 100%;*/
  /*height: calc(100% - 45px);*/
  margin-top: 0;
  position: absolute;
  top: calc(100% - 55%);
  width: 100%;
}

.carousel .owl-theme .owl-nav [class*=owl-]:hover {
  background: inherit;
}

.question {
  padding-top: 45px;
  padding-bottom: 90px;
}

.question__item {
}

.question__header {
  position: relative;
  cursor: pointer;
  padding: 27px 50px 27px 0;
  border-top: 1px solid #eee;
}

.question__header-title {
}

.question__header-icon {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 8px;
}

.question__header-header .question__header-icon svg g {
  -webkit-transition: stroke ease-in-out .2s;
  -moz-transition: stroke ease-in-out .2s;
  -o-transition: stroke ease-in-out .2s;
  transition: stroke ease-in-out .2s;
}

.question__header:hover .question__header-icon svg g {
  stroke: #ffffff;
}

.question__opened .question__header-lines {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.question__header-lines {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  z-index: 1;
}

.question__header-lines svg {
  vertical-align: baseline;
}

.question__header-circle {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  border-radius: 100px;
  background-color: #ffffff;
  -webkit-transition: background-color ease-in-out .2s;
  -moz-transition: background-color ease-in-out .2s;
  -o-transition: background-color ease-in-out .2s;
  transition: background-color ease-in-out .2s;
}

.question__header:hover .question__header-circle {
  background-color: #1b578b;
}

.question__content {
  display: none;
  -webkit-transition: max-height ease-in-out .3s, opacity ease-in-out .3s;
  -moz-transition: max-height ease-in-out .3s, opacity ease-in-out .3s;
  -o-transition: max-height ease-in-out .3s, opacity ease-in-out .3s;
  transition: max-height ease-in-out .3s, opacity ease-in-out .3s;
}

.question__textwrapper {
  padding: 0 0 20px;
}

.question__border {
  height: 1px;
  background-color: #eee;
}

.consultation {
  padding-top: 40px;
  padding-bottom: 75px;
  background-color: #1b578b;
}

.consultation__title {
  color: #ffffff;
  font-size: 32px;
  font-family: 'Gilroy';
  line-height: 1.55;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.consultation__form {
  margin-top: 35px;
}

.service {
  padding-top: 60px;
  padding-bottom: 90px;
}

.service__item {
  margin-bottom: 10px;
}

.service__wrapper {
}

.service__item-wrapper {
  display: table-cell;
}

.service__item .uptitle {
  margin-bottom: 12px;
}

.service__text-wrapper, .service__price-wrapper {
  display: table-cell;
}

.service__text-wrapper {
  padding-right: 40px;
  width: 100%;
}

.service__item-price {
  white-space: nowrap;
}

.service__item-price.name__lg {
  font-size: 18px;
}

.service__item .separator__line {
  margin-top: 28px;
  background-color: #1b578b;
}

.carrier {
  background-position: center center;
  background-attachment: fixed;
  transform: translate3d(0, 0, 0);
  /*background-image: url(/updated/images/background_03.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
}

.carrier .title {
  color: #ffffff;
  font-size: 48px;
  font-family: 'Gilroy', Arial, sans-serif;
  line-height: 1.55;
  font-weight: 600;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.stages {
  padding-bottom: 90px;
}

.box {
}

.box__header {
}

.box__header .number {
  display: inline-block;
  color: #ffffff;
  font-size: 120px;
  font-family: 'Gilroy', Arial, sans-serif;
  line-height: 1.55;
  font-weight: 700;
  opacity: 0.25;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.box__header .icon {
  display: inline-block;
  width: 80px;
  margin-left: 15px;
}

.box__header .icon img {
  width: 100%;
  display: block;
}

.box__content {
  width: 300px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-family: 'Gilroy', Arial, sans-serif;
  line-height: 1.3;
  font-weight: 600;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.order {
  padding-bottom: 60px;
}

.order__desc {
  color: #000000;
  font-size: 20px;
  font-family: 'Gilroy', Arial, sans-serif;
  line-height: 1.55;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.order .form-control {
  border-radius: 0;
}

.order .form-control::-webkit-input-placeholder {
  color: #000;
  opacity: .5;
}

.order .form-control::placeholder {
  color: #000;
  opacity: .5;
}

.order .form-control:-ms-input-placeholder {
  color: #000;
  opacity: .5;
}

.order .form-control::-ms-input-placeholder {
  color: #000;
  opacity: .5;
}

.order textarea.form-control {
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 85px;
  padding-top: 10px;
}

.order input.form-control {
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
}

.img__circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.bg__img {
  width: 150px;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  display: block;
}

.reviews {
  padding-top: 75px;
  padding-bottom: 135px;
}

.review {
}

.review__img {
  width: 150px !important;
  height: 150px;
  object-fit: cover;
  margin: auto;
}

.review__text {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
  color: #000;
  margin-top: 40px;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 1.55;
}

.review__name {
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.35;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 600;
  color: #000;
}

.review__desc {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.55;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
  color: #000;
}

.reviews .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  padding: 10px !important;
  cursor: pointer;
}

.reviews .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  background: #c7c7c7;
  margin: 0;
  border-radius: 100px;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  box-sizing: border-box;
}

.reviews .owl-theme .owl-dots .owl-dot.active span, .reviews .owl-theme .owl-dots .owl-dot:hover span {
  background: #222 !important;
}

.reviews .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% - 28px);
}

.reviews .owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  padding: 0;
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.reviews .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

.reviews .owl-carousel .owl-nav .owl-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 50px;
}

.reviews .owl-carousel .owl-nav .owl-next {
  right: 50px;
}

.reviews .owl-theme .owl-nav [class*=owl-] svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 21px;
}

.reviews .owl-theme .owl-nav .owl-next svg {
}

.reviews .owl-theme .owl-nav .owl-prev svg {
}

.reviews .owl-carousel .owl-item {
  -webkit-animation-duration: 300ms !important;
  animation-duration: 300ms !important;
}

.description {
  padding-top: 60px;
}

.description__button {
  padding-top: 15px;
  padding-bottom: 60px;
}

.description__off {
  display: none;
}

.description ul {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
  list-style-type: disc;
}

.thank {
  padding-top: 75px;
  padding-bottom: 75px;
}

.thank__blue {
  background-color: #1b578b;
}

.thank__white {
  background-color: #ffffff;
}

.thank__fixed {
  padding-top: 150px;
}

.line__top {
  width: 100%;
  text-align: center;
  position: relative;
}

.line__top:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
}

.line__title {
  padding: 10px 43px;
  background-color: #000;
  display: inline-block;
  color: #fff;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}

.line__content {
  padding: 40px 0 30px 0;
  text-align: center;
}

.line__text {
  font-size: 38px;
  line-height: 1.35;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
}

.line__text.color__white {
  color: #fff;
}

.line__text.color__black {
  color: #000;
}

.line__bottom {
  border-top: 1px solid #000;
  width: 100%;
  height: 1px;
  text-align: center;
  margin-top: 22px;
  padding-bottom: 4px;
}

.timeline {
  padding-top: 15px;
  padding-bottom: 75px;
}

.timeline__item {
  position: relative;
  padding-bottom: 30px;
}

.timeline__item-mainblock:before, .timeline__item-mainblock:after {
  content: '';
  display: table;
  clear: both;
}

.timeline__item:first-child .timeline__item-line {
  top: 10px;
}

.timeline__item:last-child .timeline__item-line {
  height: 10px;
  bottom: auto;
}

.timeline__item-col {
  width: 50%;
  text-align: right;
}

.timeline__item-col-f {
  float: right !important;
  text-align: left;
}

.timeline__item-line {
  position: absolute;
  width: 2px;
  top: 0;
  background: #222;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.timeline__item-circle {
  width: 46px;
  height: 46px;
  position: absolute;
  right: 0;
  left: 0;
  top: 5px;
  margin: 0 auto;
  background-color: #222;
  border-radius: 100%;
  border: 2px solid #fff;
}

.timeline__item-number {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.timeline__item-block {
  padding-right: 56px;
  padding-left: 0 !important;
}

.timeline__item-block-f {
  padding-right: 0 !important;
  padding-left: 56px;
}

.timeline__item-title {
  color: #121566;
  margin-bottom: 6px;
  margin-top: 10px;
}

.contact__info {
  height: 280px;
  font-family: 'Gilroy';
  font-weight: 400;
  font-size: 24px;
  line-height: 1.55;
  color: #000000;
}

.contact .working span {
  color: rgb(27, 87, 139);
}

.contact_list {
  text-align: right;
}

.contact_list-item {
}

.contact_list-link {
}

.contact_list-link img {
  margin-right: 15px;
  width: 30px;
}

footer {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #001e38;
}

footer .logo {
  max-width: 300px;
  margin: auto;
}

.footer__desc {
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: center;
  font-family: 'Roboto', Arial, sans-serif;
  padding-top: 22px;
  padding-bottom: 6px;
  filter: alpha(opacity=70);
  opacity: .7;
}

.footer__desc a {
  color: rgb(0, 255, 239) !important;
  text-decoration: none;
  border-bottom: 0 solid;
  box-shadow: inset 0 0 0 0;
  -webkit-box-shadow: inset 0 0 0 0;
  -moz-box-shadow: inset 0 -0px 0 0;
}

.form-control {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  margin: 0;
  font-family: 'Roboto', Arial, sans-serif;
  padding: 0 20px;
  line-height: 1.33;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}

.form-control::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .5;
}

.form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}

.form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: .5;
}

.form-control::-ms-input-placeholder {
  color: #ffffff;
  opacity: .5;
}

.btn {
  position: relative;
}

.btn-danger {
  color: #fff;
  background-color: #ff0000;
  border-radius: 10px;
  font-weight: 600;
  font-size: 19px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  display: block;
  border: none;
}

.btn-danger:hover {
  background-color: #ff0000;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  background: #ff0000;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
}

.btn-danger.focus, .btn-danger:focus {
  box-shadow: none;
}

.description__button .btn {
  font-family: 'Roboto', Arial, sans-serif;
  text-align: center;
  line-height: 60px;
  border: 0 none;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-appearance: none;
  font-weight: 700;
  background: none;
  cursor: pointer;
}

.description__button .btn-primary {
  color: #fff;
  background-color: #001e38;
  border-color: #001e38;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.description__button .btn-primary:not(:disabled):not(.disabled).active, .description__button .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #001e38;
  border-color: #001e38;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.description__button .btn-sm {
  line-height: 40px;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
}

.btn__sending {
  color: transparent !important;
  opacity: .5;
}

.btn__sending:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: submit-spinner .6s linear infinite;
}

@keyframes submit-spinner {
  to {
    transform: rotate(360deg);
  }
}

.form-group {
  position: relative;
}

.form-control {
  position: relative;
  z-index: 10000;
}

.error-control-box .form-control {
  border: 1px solid red !important;
}

.error-control-box .input__error {
  display: block;
}

.input__error {
  display: none;
  position: absolute;
  color: red;
  background-color: #fff;
  padding: 8px 10px;
  border-radius: 2px;
  z-index: 1;
  margin-top: 5px;
  left: 0;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.2);
}

.input__error:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 6px;
  top: -12px;
  left: 15%;
  border-bottom-color: #fff;
}

.form__errorbox-wrapper, .form__errorbox-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  max-width: 400px;
  min-width: 260px;
  width: auto;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  text-align: left;
  font-family: Arial, sans-serf;
  background: #F95D51;
  padding: 10px;
}

.form__errorbox-text {
  color: #fff;
  box-sizing: border-box;
  padding: 0 10px 10px 10px;
  font-family: 'Roboto', Arial, sans-serif;
}

.form__errorbox-item {
  padding-top: 10px;
  display: none;
  font-family: 'Roboto', Arial, sans-serif;
}

.form__errorbox-close {
  height: 14px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 14px;
  cursor: pointer;
}

.form__errorbox-close-line-left {
  transform: rotate(45deg);
}

.form__errorbox-close-line-right {
  transform: rotate(-45deg);
}

.form__errorbox-close-line {
  background: #fff none repeat scroll 0 0;
  height: 1px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.form__errorbox-text.text, p.form__errorbox-item {
  margin-bottom: 0;
}

/* START BUTTON SOCIAL */

#cb_widget {
  position: fixed;
  top: auto;
  bottom: 40px;
  left: 30px;
  width: 65px;
  height: 65px;
  line-height: 80px;
  border-radius: 50%;
  border: 2px solid rgba(253, 19, 19, 0.3);
  background-color: rgba(253, 19, 19, 0.5);
  text-align: center;
  opacity: 1;
  z-index: 999;
}

#cb_widget:after, #cb_widget:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  animation-duration: 4s;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  box-sizing: content-box !important;
}

#cb_widget:after {
  background-color: rgba(253, 19, 19, 0.3);
  animation-name: manimate_after;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  opacity: 0;
}

#cb_widget:before {
  top: -2px;
  left: -2px;
  border: 2px solid rgba(253, 19, 19, 0.5);
  animation-name: manimate_before;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  opacity: 0;
}

.cb_widget {
  display: block;
  z-index: 9100;
  position: absolute;
  top: -2px;
  padding: 0;
  left: -2px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 50%;
  box-sizing: content-box !important;
}

.cb_widget:hover {
  border: 2px solid rgba(253, 19, 19, 0.5);
  background-color: #fff;
}

.cb_widget span {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #fff;
  z-index: 9200;
  animation-name: manimate_i;
  animation-delay: 2s;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.cb_widget:hover span {
  animation-name: manimate_i;
  animation-delay: 0;
  animation-duration: .8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.cb_widget span svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  vertical-align: baseline;
}

.cb_widget:hover svg {
  fill: #fd1313;
}

@keyframes manimate_i {
  0%,
  100%,
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg)
  }
  10%,
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg)
  }
  20%,
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg)
  }
}

@keyframes manimate_after {
  0% {
    transform: scale(1);
    opacity: 0
  }
  35% {
    opacity: 1;
    transform: scale(1.5)
  }
  100% {
    opacity: 0;
    transform: scale(1)
  }
}

@keyframes manimate_before {
  0% {
    transform: scale(1);
    opacity: 0
  }
  35% {
    transform: scale(1.5);
    opacity: 1
  }
  100% {
    transform: scale(2);
    opacity: 0
  }
}

@keyframes manimate {
  0% {
    transform: scale(1);
    opacity: 0
  }
  30% {
    border-width: 10px
  }
  50% {
    transform: scale(1.5);
    opacity: 1
  }
  100% {
    transform: scale(2);
    opacity: 0
  }
}

.telegram__im {
  display: none;
  position: fixed;
  z-index: 100000;
  top: auto;
  bottom: 20px;
  right: 40px;
  width: 80px;
}
.telegram__im-show {
  display: block;
}
.telegram__im:hover .telegram__im-tooltip {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.telegramim_pulse:hover {
  color: #fff;
}
.telegram__im-tooltip {
  position: absolute;
  max-width: 180px;
  left: -195px;
  margin: auto;
  top: 5px;
  z-index: 100000;
  border-radius: 5px;
  background: rgba(46, 48, 51, 0.9);
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.telegram__im-tooltip:after {
  position: absolute;
  content: "";
  top: 50%;
  border: 8px solid transparent;
  border-right-color: rgba(46, 48, 51, 0.9);
  margin-top: -8px;
  right: -16px;
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.telegramim_link {
  margin: auto;
  font-size: 34px;
  height: 65px;
  width: 65px;
  background: #27a5e7;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
  color: #ffffff;
  border-radius: 50px;
}
.telegramim_link:hover {
  box-shadow: 1px 1px 15px rgba(0,0,0,0.5) !important;
}
.telegramim_link i {
  vertical-align: text-top;
  font-size: 34px;
}

#viber__im-fixed {
  position: fixed;
  z-index: 100000;
  top: auto;
  bottom: 120px;
  right: 40px;
  width: 80px;
  font-size: 16px;
  letter-spacing: normal;
}
.viber__im-button {
  opacity: 1;
  cursor: pointer;
  text-align: center;
  display: block;
  padding: 10px;
  text-decoration: none !important;
  text-transform: none;
  letter-spacing: normal;
}
.viber__im-button span {
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  color: inherit;
}
.viber__im-button small {
  font-size: 70%;
  display: block;
  padding: 1px 5px;
  background: transparent;
  color: inherit;
  text-align: center;
}
.viber__im-fixed.rightbottom {
  right: 2%;
  bottom: 2%;
}
.viber__im-shadow {
  box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.viber__im-shadow:hover {
  box-shadow: 1px 1px 15px rgba(0,0,0,0.5) !important;
}
.viber__im-pulse {
  animation: animationpulse 2s infinite;
  -webkit-animation: animationpulse 2s ease-out;
  -webkit-animation-iteration-count: infinite;
}
.viber__im-pulse:hover {
  animation: linear;
}
.viber__im-link {
  margin: auto;
  font-size: 34px;
  height: 65px;
  width: 65px;
  background: #8456A7;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
  color: #ffffff!important;
  border-radius: 50px;
}
.viber__im-link:hover {
  box-shadow: 1px 1px 15px rgba(0,0,0,0.5) !important;
}
.viber__im-link i {
  vertical-align: text-top;
  font-size: 34px;
}
@-webkit-keyframes animationpulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 inherit;
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(0,0,0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
}
@keyframes animationpulse {
  0% {
    transform: scale(1.0, 1.0);
    -moz-box-shadow: 0 0 0 0 inherit;
    box-shadow: 0 0 0 0 inherit;
  }
  10% {
    transform: scale(1.1, 1.1);
  }
  15% {
    transform: scale(1.0, 1.0);
  }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(0,0,0, 0);
    box-shadow: 0 0 0 15px rgba(0,0,0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
    box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
}
@-ms-keyframes animationpulse {
  0% {
    -ms-transform: scale(1.0, 1.0);
  }
  10% {
    -ms-transform: scale(1.1, 1.1);
  }
  20% {
    -ms-transform: scale(1.0, 1.0);
  }
  100% {
    -ms-transform: scale(1.0, 1.0);
  }
}

/* END BUTTON SOCIAL */

.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}

.b-lazy.b-loaded {
  opacity: 1;
}

.up-icon {
  background: url(/assets/css/img/up.png);
  width: 80px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  position: fixed;
  right: 40px;
  bottom: 205px !important;
  cursor: pointer;
  display: none;
  z-index: 100;
}

.up-icon.show {
  opacity: 1;
  display: block;
}

.pop__up {
  position: fixed;
  border: 1px solid #e8e8e8;
  background: #fdfdfd;
  padding-left: 5px;
  padding-right: 5px;
  width: 300px;
  height: 100%;
  top: 0;
  right: -100%;
  z-index: 199999;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}

.pop__up-close {
  display: none;
  position: absolute;
  left: 5px;
  top: 20px;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.pop__up-close span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #000;
}

.pop__up-close span:first-child {
  transform: rotate(-45deg);
}

.pop__up-close span:last-child {
  transform: rotate(45deg);
}

.pop__up-img {
  margin-bottom: 3rem;
}

.pop__up-img img {
  width: 100%;
}

.pop__up-content {
  margin-left: 1.7rem;
  font-family: Roboto, sans-serif !important;
  color: #333 !important;
  font-size: 20px;
  font-weight: 400;
}

.pop__up-top-text {
  font-size: 1.45em !important;
  margin-bottom: 3px !important;
}

.pop__up-bottom-text {
  margin-bottom: 5px !important;
}

.pop__up-validation {
  float: left;
}

.pop__up-input {
  outline: 0 !important;
  top: auto !important;
  left: auto !important;
  padding: 6px 10px;
  margin: 0 0 7px 0 !important;
  border: 1px solid transparent;
  border-radius: 5px !important;
  width: 210px;
  height: inherit !important;
  color: #000;
  font-size: 18px;
  background-color: rgba(0, 0, 0, .1) !important;
  float: left;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  box-shadow: none !important;
}

.pop__up-button {
  width: 232px;
  font-size: 18px;
  font-weight: 300;
  color: #fff !important;
  background-color: rgba(0, 0, 0, .5) !important;
  border-radius: 7px !important;
  padding: 17px 0;
  text-align: center !important;
  margin-top: 3px !important;
  margin-bottom: 7px;
  cursor: pointer !important;
  float: left !important;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
}

.pop__up.show {
  right: 0;
}

.pop__up-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .36);
  opacity: .7;
  z-index: 9000;
  width: 100%;
  height: 100%;
  display: none;
}

.open__popup {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

.start.subscribe-content {
  padding-top: 180px;
  padding-bottom: 160px;
}
.subscribe-content .img__man {
  width: 460px;
}
.subscribe-content .img__man img {
  margin-bottom: -160px;
}
.subscribe-body {
  position: relative;
  padding: 16px 14px 14px;
  background-color: #fff;
  -webkit-transition-delay: .2s!important;
  -o-transition-delay: .2s!important;
  transition-delay: .2s!important;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
  border-radius: 10px;
}
.subscribe-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2px;
}
.subscribe-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.subscribe-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.subscribe-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 60px);
  padding: 0 0 0 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.subscribe-title>div {
  max-width: 100%;
}
.subscribe-title h1 {
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #333;
  margin: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.subscribe-title p {
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  color: #8e8e8e;
  margin: 2px 0 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.subscribe-desc {
  margin: 15px 0 15px;
  padding: 0 2px;
  font-weight: 400;
  line-height: 22px;
  word-break: break-word;
}
.subscribe-desc p {
  white-space: pre-wrap;
  margin: 1em 0;
  font-family: Roboto,sans-serif;
  font-size: 18px;
  color: #000;
}
.subscribe-button {
}
.subscribe-button_list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: .02px;
}
.subscribe-button_list:after {
  content: "";
  display: table;
  height: 0;
  clear: both;
}
.subscribe-button_list[count="2"]>li:first-of-type {
  margin: 0 8px 0 0;
}
.subscribe-button_list[count="2"]>li {
  width: calc(50% - 4px);
  float: left;
  margin: 0;
}
.subscribe-button_list>li {
  width: 100%;
  margin: 0 0 8px;
}
.subscribe-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 10px;
  background-color: #2f3542;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow .3s ease,-webkit-transform .3s ease;
  transition: -webkit-box-shadow .3s ease,-webkit-transform .3s ease;
  -o-transition: box-shadow .3s ease,transform .3s ease;
  transition: box-shadow .3s ease,transform .3s ease;
  transition: box-shadow .3s ease,transform .3s ease,-webkit-box-shadow .3s ease,-webkit-transform .3s ease;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: .02px;
}
.subscribe-link:hover {
  -webkit-box-shadow: 0 10px 10px -6px rgba(0,0,0,.24);
  box-shadow: 0 10px 10px -6px rgba(0,0,0,.24);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  color: #FFFFFF;
}
.subscribe-link>img, .subscribe-link>span {
  display: inline-block;
  vertical-align: top;
  pointer-events: none;
}
.subscribe-link>img {
  height: 32px;
  width: auto;
  margin: 0;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.subscribe-link>span {
  margin: 0 0 0 8px;
}
.subscribe-link.telegram {
  background-image: -webkit-gradient(linear,left top,left bottom,from(#00aefa),to(#0983c5));
  background-image: -o-linear-gradient(top,#00aefa,#0983c5);
  background-image: linear-gradient(180deg,#00aefa,#0983c5);
}
.subscribe-link.viber {
  background-image: -webkit-gradient(linear,left top,left bottom,from(#8760fd),to(#4c389d));
  background-image: -o-linear-gradient(top,#8760fd,#4c389d);
  background-image: linear-gradient(180deg,#8760fd,#4c389d);
}
.telegram>span:before {
  content: "Telegram";
}
.viber>span:before {
  content: "Viber";
}
.weekend_title {
  font-size: 22px!important;
  text-align: center!important;
}

/* Modal */
#callbackModal .modal-dialog {
  max-width: 650px;
}
#callbackModal .modal-content {
  border-radius: 0;
}
#callbackModal .modal-header {
  border-bottom: 1px solid #404041;
}
#callbackModal .modal-title {
  font-family: 'Museo Sans', Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
}
#callbackModal .modal-body {
  padding: 30px;
}
#callbackModal .form-control {
  border-radius: 25px;
  letter-spacing: 2px;
  border: 1px solid #404041;
  padding: 6px 15px;
  font-size: 17px;
  width: 100%;
  color: #37383c;
  text-align: center;
}
#callbackModal .btn {
  border-radius: 25px;
}
#callbackModal .form-control::-webkit-input-placeholder {
  color: #37383c;
  opacity: 1;
}
#callbackModal .form-control::placeholder {
  color: #37383c;
  opacity: 1;
}
#callbackModal .form-control:-ms-input-placeholder {
  color: #37383c;
  opacity: 1;
}
#callbackModal .form-control::-ms-input-placeholder {
  color: #37383c;
  opacity: 1;
}

.linear_block {
  display: none;
}
