/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13.11.2018, 0:14:41
    Author     : Юрий Гогин
*/
body {
  min-width: 320px;
  max-width: 1920px;
  overflow: auto;
  font-family: FT-ProximaNova, Arial;
  color: #000000;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
}
@media (min-width: 567px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}
@font-face {
  font-family: 'FT-ProximaNova';
  src: url('../fonts/proxima/Proxima_Nova_Thin.otf');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'FT-ProximaNova';
  src: url('../fonts/proxima/Proxima_Nova_Light.otf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'FT-ProximaNova';
  src: url('../fonts/proxima/Proxima_Nova_Regular.otf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'FT-ProximaNova';
  src: url('../fonts/proxima/Proxima_Nova_Semibold.otf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'FT-ProximaNova';
  src: url('../fonts/proxima/Proxima_Nova_Bold.otf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'FT-ProximaNova';
  src: url('../fonts/proxima/Proxima_Nova_Black.otf');
  font-weight: 900;
  font-style: normal;
}
h1 {
  font-size: 30px;
}
@media (min-width: 567px) {
  h1 {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 46px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 64px;
  }
}
h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 567px) {
  h2 {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 43px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 48px;
  }
}
h3 {
  font-size: 20px;
}
@media (min-width: 567px) {
  h3 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 28px;
  }
}
.container {
  overflow: hidden;
}
img {
  max-width: 100%;
}
.slick-slide {
  outline: none!important;
}
.center {
  text-align: center;
}
.underline {
  text-decoration: underline;
}
strong,
.strong {
  font-weight: 700;
}
.navbarbox {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  min-width: 320px;
  height: 190px;
}
@media (min-width: 768px) {
  .navbarbox {
    height: 160px;
  }
}
.navbarbox ul li:before {
  display: none!important;
}
.navbarbox .navbar {
  justify-content: space-between;
  height: 150px;
  position: relative;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
}
.navbarbox .navbar a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
@media (min-width: 576px) {
  .navbarbox .navbar {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .navbarbox .navbar {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .navbarbox .navbar {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .navbarbox .navbar {
    max-width: 1140px;
  }
}
.navbarbox .navbar .logo-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 25px;
  width: 100%;
}
@media (min-width: 768px) {
  .navbarbox .navbar .logo-box {
    width: auto;
    margin-top: 0px;
  }
}
.navbarbox .navbar .logo-box .logo {
  height: 43px;
  width: 39px;
  background: url('../images/logo.png') no-repeat;
  vertical-align: middle;
  margin-bottom: 9px;
}
.navbarbox .navbar .logo-box .name-logo {
  font-size: 26px;
  font-weight: 700;
  padding-left: 15px;
  margin-left: 12px;
  border-left: 1px solid #8098ae;
  text-transform: uppercase;
  line-height: 26px;
}
.navbarbox .navbar .logo-box .name-logo span {
  color: #e3000f;
  font-weight: 400;
}
@media (min-width: 768px) {
  .navbarbox .navbar .logo-box .name-logo {
    padding-left: 15px;
    margin-left: 20px;
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .navbarbox .navbar .logo-box .name-logo {
    font-size: 28px;
  }
}
.navbarbox .navbar .navbar-toggler {
  outline: none;
  height: 32px;
  width: 46px;
  border-radius: 0;
  border: none;
  background: url(../images/menu.png) 50% no-repeat #014583;
  box-sizing: content-box;
  padding: 20px 15px;
  margin-top: 13px;
  margin-left: -16px;
}
@media (min-width: 768px) {
  .navbarbox .navbar .navbar-toggler {
    order: 1;
    margin-top: 0px;
    margin-right: -16px;
  }
}
.navbarbox .navbar .navbar-toggler.collapsed {
  background: url(../images/menu.png) 50% no-repeat;
}
.navbarbox .navbar .navbar-collapse {
  position: absolute;
  top: 162px;
  width: 100%;
  left: 0;
  z-index: 1;
  max-width: 500px;
}
@media (min-width: 768px) {
  .navbarbox .navbar .navbar-collapse {
    right: 0;
    top: 111px;
    left: auto;
  }
}
.navbarbox .navbar .navbar-collapse ul {
  width: 100%;
  margin: auto;
  text-transform: uppercase;
  background: #0171d7;
}
@media (min-width: 1200px) {
  .navbarbox .navbar .navbar-collapse ul {
    background: none;
    width: 100%;
    align-items: flex-end;
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: end!important;
    text-align: right;
    justify-content: center;
  }
  .navbarbox .navbar .navbar-collapse ul:before {
    display: none!important;
  }
}
@media (min-width: 1200px) {
  .navbarbox .navbar .navbar-collapse {
    position: relative;
    top: 0;
    width: inherit;
    left: 0;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .navbarbox .navbar .navbar-nav {
    height: 100%;
    box-shadow: none;
  }
}
@media (min-width: 1200px) {
  .navbarbox .navbar .navbar-nav {
    background: none;
  }
}
.navbarbox .navbar .navbar-nav .nav-item {
  white-space: nowrap;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  text-align: center;
  justify-content: center;
  border-bottom: 1px solid #e1e1e1;
  letter-spacing: -1;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .navbarbox .navbar .navbar-nav .nav-item {
    border-bottom: none;
  }
}
.navbarbox .navbar .navbar-nav .nav-item:last-child {
  border-bottom: none;
}
.navbarbox .navbar .navbar-nav .nav-item a {
  font-size: 18px;
  padding: 4px 0px;
  margin: 12px 10px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .navbarbox .navbar .navbar-nav .nav-item a {
    font-size: 18px;
  }
}
.navbarbox .navbar .buttonblock a {
  width: 184px;
  flex: 0 0 184px;
  height: 50px;
  border: 1px solid #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-weight: 500;
}
.navbarbox .navbar .buttonblock a:hover {
  background: #00c776;
  border-color: #00c776;
  color: white;
  box-shadow: 0 5px 12px 5px rgba(1, 162, 97, 0.2);
}
.navbarbox .navbar .phoneblock {
  width: 220px;
  flex: 0 0 220px;
  text-align: right;
  line-height: 28px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .navbarbox .navbar .phoneblock {
    line-height: 25px;
    margin-top: 0px;
  }
}
.navbarbox .navbar .phoneblock .phone {
  font-size: 24px;
  font-weight: 700;
}
.navbarbox .navbar .phoneblock .mail {
  font-size: 16px;
  font-weight: 300;
}
.firstscreen {
  color: #fff;
  background: url(../images/bg.jpg) 33% 0 no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .firstscreen {
    min-height: 970px;
    background: url(../images/bg.jpg) 50% 0 no-repeat;
    background-size: cover;
  }
}
.firstscreen > .container {
  padding-top: 190px;
}
.firstscreen h1 {
  margin-top: 19px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .firstscreen h1 {
    line-height: 60px;
    margin-top: 34px;
  }
}
.firstscreen .fs-smalltitle {
  font-size: 24px;
  margin-top: 36px;
}
@media (min-width: 567px) {
  .firstscreen .fs-smalltitle {
    font-size: 26px;
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .firstscreen .fs-smalltitle {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .firstscreen .fs-smalltitle {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .firstscreen .fs-smalltitle {
    font-size: 32px;
  }
}
.firstscreen .fs-price-note {
  font-size: 18px;
  margin-top: 50px;
}
@media (min-width: 567px) {
  .firstscreen .fs-price-note {
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .firstscreen .fs-price-note {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .firstscreen .fs-price-note {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .firstscreen .fs-price-note {
    font-size: 24px;
    margin-top: 65px;
  }
}
.firstscreen .fs-price {
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 567px) {
  .firstscreen .fs-price {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .firstscreen .fs-price {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .firstscreen .fs-price {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .firstscreen .fs-price {
    font-size: 44px;
    line-height: 44px;
  }
}
.firstscreen .button-box {
  text-align: center;
}
@media (min-width: 768px) {
  .firstscreen .button-box {
    text-align: left;
  }
}
.firstscreen .fs-button {
  background: #e3010f;
  margin-top: 13px;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  padding: 24px 37px;
  border-radius: 4px;
  color: white;
  font-weight: 700;
  box-shadow: 0 6px 10px rgba(245, 1, 17, 0.5);
}
@media (min-width: 768px) {
  .firstscreen .fs-button {
    margin-top: 20px;
  }
}
.firstscreen .fs-note {
  font-size: 16px;
  margin-top: 18px;
}
.firstscreen .fs-arrow-bottom {
  background: url(../images/arrow-001.png);
  width: 30px;
  height: 17px;
  display: inline-block;
  margin-top: 27px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .firstscreen .fs-arrow-bottom {
    margin-top: 100px;
  }
}
.what-block {
  background: #fff;
}
@media (min-width: 768px) {
  .what-block {
    min-height: 690px;
  }
}
.what-block h2 {
  margin-top: 44px;
}
@media (min-width: 768px) {
  .what-block h2 {
    margin-top: 87px;
  }
}
.what-block .wb-title-note {
  color: #616161;
  line-height: 22px;
  margin-top: -3px;
}
.what-block ul {
  list-style: none;
  margin-top: 33px;
  line-height: 25px;
  padding-left: 60px;
}
@media (min-width: 768px) {
  .what-block ul {
    margin-top: 75;
  }
}
.what-block ul li {
  position: relative;
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .what-block ul li {
    margin-bottom: 40px;
  }
}
.what-block ul li:before {
  content: '';
  background: url(../images/li-1.png);
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -60px;
}
.what-block .time-block {
  display: flex;
  flex-wrap: wrap;
  width: 150px;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .what-block .time-block {
    margin-top: 75;
    width: 100%;
  }
}
.what-block .time-block > * {
  flex: 0 0 100%;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .what-block .time-block > * {
    flex: 0 0 25%;
  }
  .what-block .time-block > *:first-child {
    flex: 0 0 33%;
  }
}
.what-block .time-block .box {
  font-size: 24px;
  background: #e0e0e0;
  font-weight: 700;
  text-align: center;
  padding: 3px 0;
  height: 42px;
  width: 150px;
  margin: auto;
}
.what-block .time-block .box-small {
  font-size: 18px;
  background: #fafafa;
  font-weight: 700;
  text-align: center;
  padding: 3px 0;
  color: #616161;
  width: 110px;
  margin: auto;
}
.what-block .time-block .note {
  text-align: center;
  font-size: 18px;
  color: #424242;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.what-block .time-block .ico {
  font-size: 24px;
  color: #424242;
  font-weight: 700;
}
@media (min-width: 768px) {
  .what-block .time-block .ico {
    flex: 0 0 5%;
    margin-bottom: 55px;
  }
}
.what-block .red-border {
  border: 2px dashed #e53937;
  padding: 15px 20px;
  max-width: 100%;
  width: 300px;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .what-block .red-border {
    width: auto;
    padding: 35px 50px;
  }
}
.who-block {
  background: #fafafa;
  min-height: 675px;
}
.who-block h2 {
  margin-top: 44px;
}
@media (min-width: 768px) {
  .who-block h2 {
    margin-top: 87px;
  }
}
.who-block .who-title-note {
  color: #616161;
  line-height: 22px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .who-block .who-title-note {
    margin-bottom: 110px;
  }
}
.who-block .who-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.who-block .who-row > div:first-child {
  flex: 0 0 210px;
}
@media (min-width: 768px) {
  .who-block .who-row {
    flex-wrap: nowrap;
  }
}
.who-block .who-row > *:first-child {
  margin-right: 30px;
}
.who-block .photo {
  width: 210px;
  height: 210px;
  overflow: hidden;
  border-radius: 100px;
  margin: auto;
  margin-bottom: 30px;
}
.who-block .photo img {
  width: 100%;
}
.who-block .who-name {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .who-block .who-name {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .who-block .who-name {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .who-block .who-name {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .who-block .who-name {
    font-size: 30px;
  }
}
.who-block .who-prof {
  color: #616161;
  font-size: 18px;
  padding-left: 15px;
  border-left: 7px solid #757575;
  margin-top: 11px;
  margin-bottom: 0;
}
.who-block .who-note {
  font-size: 18px;
  margin-top: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}
.what-block-slider {
  background: #fff;
  min-height: 590px;
}
@media (min-width: 768px) {
  .what-block-slider {
    min-height: 675px;
  }
}
.what-block-slider h2 {
  margin-top: 44px;
}
@media (min-width: 768px) {
  .what-block-slider h2 {
    margin-top: 115px;
  }
}
.what-block-slider .slider {
  margin-top: 80px;
}
.what-block-slider .slider .slick-slide {
  position: relative;
  outline: none;
}
@media (min-width: 1200px) {
  .what-block-slider .slider .slick-slide:after {
    content: "";
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    background: url(../images/plus.png);
    right: -17px;
    top: 50%;
    margin-top: -17px;
  }
  .what-block-slider .slider .slick-slide:last-child:after {
    display: none;
  }
}
.what-block-slider .slider > div {
  height: 320px;
  text-align: center;
  outline: none;
}
.what-block-slider .slider .image-box {
  width: 220px;
  height: 255px;
  display: inline-block;
  border: 1px solid #e0e0e0;
  text-align: center;
  padding: 30px 15px;
  border-radius: 8px;
}
.what-block-slider .slider .image-box img {
  margin: 15px auto 0;
}
.what-block-slider .slider .image-box .note {
  font-weight: 700;
  color: #212121;
  margin-top: 20px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
.what-block-slider .slider .slick-prev {
  display: block;
  position: absolute;
  top: 285px;
  margin-left: -35px;
  left: 50%;
  background: url(../images/arrow-left.png);
  width: 18px;
  height: 30px;
  overflow: hidden;
}
.what-block-slider .slider .slick-prev:before {
  display: none;
}
.what-block-slider .slider .slick-prev:hover {
  background: url(../images/arrow-left-hover.png);
}
.what-block-slider .slider .slick-next {
  display: block;
  position: absolute;
  top: 285px;
  margin-right: -35px;
  right: 50%;
  background: url(../images/arrow-right.png);
  width: 18px;
  height: 30px;
  overflow: hidden;
}
.what-block-slider .slider .slick-next:before {
  display: none;
}
.what-block-slider .slider .slick-next:hover {
  background: url(../images/arrow-right-hover.png);
}
.cert-block {
  background: #fafafa;
}
@media (min-width: 768px) {
  .cert-block {
    min-height: 1030px;
  }
}
.cert-block h2 {
  margin-top: 52px;
}
@media (min-width: 768px) {
  .cert-block h2 {
    max-width: 800px;
    margin: 92px auto 0;
  }
}
.cert-block .cr-title-note {
  margin-top: 20px;
}
.cert-block .cert {
  border: 10px solid #ffc107;
  max-width: 100%;
  width: 435px;
  margin: 35px auto 0;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1200px) {
  .cert-block .cert {
    max-width: 100%;
    width: 415px;
  }
}
.cert-block .cert img {
  width: 100%;
}
.cert-block .bl-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-top: 35px;
}
@media (min-width: 1200px) {
  .cert-block .bl-title {
    text-align: left;
    margin-bottom: 45px;
  }
}
.cert-block .image-box {
  display: flex;
  margin-bottom: 37px;
  font-size: 24px;
}
.cert-block .image-box .img {
  width: 85px;
  margin-right: 25px;
}
.cert-block .image-box .img img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cert-block .flex-block {
    display: flex;
    align-items: center;
    padding-left: 80px;
  }
}
.register-block {
  background: #0057a6;
}
@media (min-width: 768px) {
  .register-block {
    padding-bottom: 120px;
  }
}
.register-block h2 {
  color: white;
  text-align: center;
  padding: 45px 0;
}
.register-block .formblock {
  width: 100%;
}
@media (min-width: 768px) {
  .register-block .formblock {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 25px #003768;
  }
}
.register-block .infoblock {
  background: #00305c;
  color: white;
}
@media (min-width: 768px) {
  .register-block .infoblock {
    flex: 0 0 60%;
  }
  .register-block .infoblock > div > div {
    padding: 0px 60px;
  }
}
.register-block .infoblock .title {
  line-height: 26px;
  text-align: center;
  max-width: 250px;
  padding-top: 40px;
  margin: 0px auto;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .register-block .infoblock .title {
    font-size: 30px;
    text-align: left;
    max-width: 100%;
    padding-top: 75px;
    line-height: 40px;
  }
}
.register-block .infoblock .title-small {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .register-block .infoblock .title-small {
    text-align: left;
  }
}
.register-block .infoblock ul {
  list-style: none;
  padding: 0;
}
.register-block .infoblock ul li {
  margin-bottom: 15px;
}
.register-block .infoblock ul li:before {
  content: "";
  width: 9px;
  height: 8px;
  background: #f44336;
  display: inline-block;
  border-radius: 8px;
  margin-right: 20px;
}
.register-block .infoblock .price-note {
  margin-top: 40px;
  text-align: center;
  font-weight: 700;
  border-top: 2px solid #4f6c8a;
  padding-top: 15px;
}
@media (min-width: 1200px) {
  .register-block .infoblock .price-note {
    padding-top: 25px;
    text-align: left;
  }
}
.register-block .infoblock .price {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  line-height: 45px;
  padding-bottom: 19px;
}
@media (min-width: 567px) {
  .register-block .infoblock .price {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  .register-block .infoblock .price {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .register-block .infoblock .price {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {
  .register-block .infoblock .price {
    font-size: 60px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 60px;
  }
}
.register-block form {
  background: #fff;
  padding: 30px 0 50px;
  margin: 0;
  position: relative;
}
.register-block form .alert {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center!important;
  justify-content: center!important;
  flex-wrap: wrap;
  background: white;
  display: none;
  z-index: 100;
  background: url(../images/loading.gif) 50% no-repeat #ffffff;
  opacity: .8;
  background-size: 60px;
}
@media (min-width: 768px) {
  .register-block form {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
  }
}
.register-block form > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 270px;
  margin: auto;
}
.register-block form > div > * {
  flex: 0 0 100%;
}
.register-block form .form-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 36px;
  margin-bottom: 25px;
}
.register-block form input {
  border: 2px solid #e0e0e0;
  margin-bottom: 20px;
  padding: 0 10px;
  height: 44px;
  width: 100%;
}
.register-block form .form-button {
  background: #f54337;
  margin-top: 13px;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  padding: 20px 20px;
  border-radius: 4px;
  color: white;
  font-weight: 700;
  outline: none;
  cursor: pointer;
  box-shadow: 0 6px 10px rgba(245, 1, 17, 0.5);
  border: none;
}
.youtube-slider {
  background: #fafafa;
  padding-bottom: 60px;
}
.youtube-slider h2 {
  padding-top: 44px;
}
@media (min-width: 768px) {
  .youtube-slider h2 {
    padding-top: 115px;
  }
}
.youtube-slider .slider-video {
  margin-top: 35px;
}
.youtube-slider .slider-video .slick-slide {
  position: relative;
  outline: none;
}
.youtube-slider .slider-video > div {
  height: 200px;
  text-align: center;
  outline: none;
}
.youtube-slider .slider-video .image-box {
  width: 380px;
  height: 200px;
  display: inline-block;
}
.youtube-slider .slider-video .image-box img {
  cursor: pointer;
  width: 350px;
  margin: auto;
}
.youtube-slider .slider-video .slick-prev {
  display: block;
  position: absolute;
  top: 220px;
  margin-left: -35px;
  left: 50%;
  background: url(../images/arrow-left.png);
  width: 18px;
  height: 30px;
  overflow: hidden;
}
.youtube-slider .slider-video .slick-prev:before {
  display: none;
}
.youtube-slider .slider-video .slick-prev:hover {
  background: url(../images/arrow-left-hover.png);
}
.youtube-slider .slider-video .slick-next {
  display: block;
  position: absolute;
  top: 220px;
  margin-right: -35px;
  right: 50%;
  background: url(../images/arrow-right.png);
  width: 18px;
  height: 30px;
  overflow: hidden;
}
.youtube-slider .slider-video .slick-next:before {
  display: none;
}
.youtube-slider .slider-video .slick-next:hover {
  background: url(../images/arrow-right-hover.png);
}
.footer {
  background: #212121;
  color: #ffffff;
  height: 280px;
}
.footer .container {
  height: 100%;
}
@media (min-width: 992px) {
  .footer {
    height: 135px;
  }
}
.footer a {
  color: #ffffff;
}
.footer .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.footer .row > * {
  flex: 0 0 100%;
  margin: 15px 0;
}
@media (min-width: 992px) {
  .footer .row > * {
    flex: 0 0 30%;
  }
}
.footer .adress {
  text-align: center;
  order: 1;
}
@media (min-width: 992px) {
  .footer .adress {
    text-align: left;
    order: 0;
  }
}
.footer .web {
  text-align: center;
  order: 2;
}
@media (min-width: 992px) {
  .footer .web {
    text-align: center;
    order: 1;
  }
}
.footer .comm {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  order: 0;
}
@media (min-width: 992px) {
  .footer .comm {
    text-align: right;
    order: 2;
  }
}
#video-modal {
  display: none;
}
#video-modal .modal-dialog {
  max-width: inherit;
  pointer-events: inherit;
  margin: auto;
}
#video-modal .close {
  position: absolute;
  top: 0px;
  right: 10px;
}
#video-modal .close span {
  color: white;
  text-shadow: 0px -2px 2px #444444, -2px 0px 2px #444444, 0px 2px 2px #444444, 2px 0px 2px #444444;
  font-size: 50px;
}
.modal-dialog {
  max-width: 300px;
  margin: auto;
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 400px;
    margin: 100px auto;
  }
}
.mailsend {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mailsend > * {
  max-width: 100%;
  width: 250px;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .mailsend > * {
    width: 350px;
  }
}
.mailsend .title {
  font-size: 18px;
  font-weight: 700;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .mailsend .title {
    font-size: 24px;
  }
}
.mailsend .note {
  font-size: 16px;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .mailsend .note {
    font-size: 18px;
  }
}
.mailsend .button button {
  background: #e94539;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  padding: 10px 50px;
  border-radius: 8px;
  color: white;
  font-weight: 700;
  box-shadow: 0 4px 0px #f29c9b;
}
/*# sourceMappingURL=style.css.map */