@font-face {
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot");
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/OpenSansBold/OpenSansBold.eot");
  src: url("../fonts/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/OpenSansLight/OpenSansLight.eot");
  src: url("../fonts/OpenSansLight/OpenSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansLight/OpenSansLight.woff") format("woff"), url("../fonts/OpenSansLight/OpenSansLight.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/OpenSansExtraBold/OpenSansExtraBold.eot");
  src: url("../fonts/OpenSansExtraBold/OpenSansExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansExtraBold/OpenSansExtraBold.woff") format("woff"), url("../fonts/OpenSansExtraBold/OpenSansExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Circe";
  font-weight: 300;
  font-style: normal;
  src:
    url("../fonts/CirceLight/CirceLight.otf") format("otf"),
    url("../fonts/CirceLight/CirceLight.woff") format("woff"),
    url("../fonts/CirceLight/CirceLight.woff2") format("woff2");
}

@font-face {
  font-family: "Circe";
  font-weight: normal;
  font-style: normal;
  src:
    url("../fonts/CirceRegular/CirceRegular.otf") format("otf"),
    url("../fonts/CirceRegular/CirceRegular.woff") format("woff"),
    url("../fonts/CirceRegular/CirceRegular.woff2") format("woff2");
}

@font-face {
  font-family: "Circe";
  font-weight: bold;
  font-style: normal;
  src:
    url("../fonts/CirceBold/CirceBold.otf") format("otf"),
    url("../fonts/CirceBold/CirceBold.woff") format("woff"),
    url("../fonts/CirceBold/CirceBold.woff2") format("woff2");
}

@font-face {
  font-family: "Circe";
  font-weight: 800;
  font-style: normal;
  src:
    url("../fonts/CirceExtraBold/CirceExtraBold.otf") format("otf"),
    url("../fonts/CirceExtraBold/CirceExtraBold.woff") format("woff"),
    url("../fonts/CirceExtraBold/CirceExtraBold.woff2") format("woff2");
}

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666;
}

body input:required:valid,
body textarea:required:valid {
  color: #666;
}

html, body {
  height: 100%;
}

body {
  font-size: 18px;
  min-width: 320px;
  position: relative;
  line-height: 1.7;
  font-family: "OpenSans";
  overflow-x: hidden;
  opacity: 1;
  font-weight: 300;
}

@media (max-width: 1200px) {
  body {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  body {
    font-size: 12px;
    line-height: 1.7;
  }
}

textarea:focus,
input:focus {
  outline: none;
}

a {
  outline: none;
  color: #f15e35;
}

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

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

ul li {
  margin: 0;
  padding: 0;
}

p {
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 22px;
}

form input[type="text"],
form input[type="email"],
form textarea {
  border: none;
  display: inline-block;
  border: #ebebeb 1px solid;
  border-radius: 3px;
  padding: 5px 10px 0px;
}

.h2 {
  font-size: 30px;
  line-height: 24px;
  font-weight: 600;
}

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

.accent {
  color: #f15e35;
}

.btn,
input[type="submit"] {
  display: inline-block;
  background-color: #f15e35;
  color: #FFFFFF;
  font-size: 22px;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 0;
  font-weight: 300;
  line-height: 64px;
  border: none;
  padding: 0px 95px 0px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media (max-width: 991px) {
  .btn,
  input[type="submit"] {
    font-size: 18px;
    line-height: 50px;
    padding: 0px 60px 0;
  }
}

@media (max-width: 767px) {
  .btn,
  input[type="submit"] {
    font-size: 16px;
    line-height: 44px;
    padding: 0px 50px 0;
  }
}

.btn:hover, .btn:active, .btn:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  color: #fff;
  background-color: #448a32;
}

.container {
  padding-left: 0;
  padding-right: 0;
  width: 1180px;
  position: relative;
}

@media (max-width: 1200px) {
  .container {
    width: 970px;
  }
}

@media (max-width: 991px) {
  .container {
    width: 750px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}

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

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 0;
  padding-left: 0;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

.header {
  background: rgba(0, 0, 0, 0.75);
  height: 103px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

@media (max-width: 991px) {
  .header {
    height: 80px;
  }
}

.header__logo {
  display: inline-block;
  width: 150px;
  /* margin-left: -25px; */
  margin-top: 10px;
}

@media (max-width: 991px) {
  .header__logo {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .header__logo {
    margin-left: 10px;
  }
}

.header__logo img {
  width: 100%;
  height: auto;
}

.header__menu {
  display: inline-block;
  float: right;
  margin-top: 31px;
}

@media (max-width: 1200px) {
  .header__menu {
    display: none;
    width: 100%;
    position: absolute;
    top: 80px;
    margin-top: 0px;
    margin-right: 0;
    text-align: center;
    float: none;
    background-color: rgba(0, 0, 0, 0.75);
  }
}

.header__menu li {
  display: inline-block;
  margin-left: 30px;
}

@media (max-width: 991px) {
  .header__menu li {
    margin-left: 24px;
  }
}

@media (max-width: 767px) {
  .header__menu li {
    display: block;
    margin-left: 0;
  }
}

.header__menu li.lang {
  color: #fff;
  font-size: 24px;
  margin-left: 0;
  position: relative;
  cursor: pointer;
}

@media (max-width: 991px) {
  .header__menu li.lang {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .header__menu li.lang {
    line-height: 53px;
  }
}

.header__menu li a {
  color: #fff;
  font-size: 22px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 991px) {
  .header__menu li a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .header__menu li a {
    line-height: 53px;
  }
}

.header__menu li:hover a {
  color: #f15e35;
}

.header .lang-list {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .header .lang-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .lang-list a {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}

.header .dropdown {
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  line-height: 30.4px;
  margin-left: 30px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .header .dropdown {
    display: none;
  }
  .calendar-drop {
    display: block !important;
  }
  .calendar-drop__menu {
    float: unset;
    position: sticky;
    flex-direction: row;
    justify-content: center;
  }
  .calendar-drop__menu a {
    line-height: 33px;
  }
  .open>.dropdown-menu {
    display: flex;
  }
}

.header .dropdown .dropdown-toggle {
  padding-left: 0;
  padding-right: 0;
  line-height: 24px;
  background-color: transparent;
}

.header .dropdown .dropdown-menu {
  min-width: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.65);
  text-align: center;
}

.header__btn {
  float: right;
}

.header__burger-cont {
  width: 30px;
  display: none;
}

@media (max-width: 1200px) {
  .header__burger-cont {
    display: inline-block;
    float: right;
    margin-right: 24px;
    margin-top: 32px;
  }
}

.back-purple {
  background-color: #ce204d;
}

.back-accent {
  background-color: #f15e35;
  color: #fff;
}

.back-accent .text {
  min-height: 317px;
  padding-right: 21px;
  margin-top: -7px;
}

@media (max-width: 1200px) {
  .back-accent .text {
    min-height: auto;
    height: 237px;
  }
}

@media (max-width: 991px) {
  .back-accent .text {
    min-height: auto;
    height: 183px;
    padding-right: 15px;
  }
}

.back-orange {
  background-color: #e6481c;
}

.back-red {
  background-color: #e01933;
}

.back-green {
  background-color: #448a31;
  color: #fff;
}

.back-dgreen {
  background-color: #377d24;
}

.back-purpur {
  background-color: #ba4f80;
  color: #fff;
  position: relative;
}

.back-purpur .element-4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 170px;
  height: 345px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1200px) {
  .back-purpur .element-4 {
    width: 120px;
    height: 242px;
  }
}

@media (max-width: 991px) {
  .back-purpur .element-4 {
    width: 100px;
    height: 201px;
  }
}

@media (max-width: 767px) {
  .back-purpur .element-4 {
    width: 50px;
    height: 101px;
  }
}

.back-purpur .element-4 img {
  width: 100%;
  height: 100%;
}

.back-dpurpur {
  background-color: #b73b74;
}

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

.big-foto {
  width: 100%;
}

@media (max-width: 1200px) {
  .big-foto {
    height: 470px;
  }
}

@media (max-width: 991px) {
  .big-foto {
    height: 362px;
  }
}

@media (max-width: 767px) {
  .big-foto {
    width: 100%;
    height: auto;
  }
}

.big-foto.big-foto-overflow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

@media (max-width: 767px) {
  .big-foto.big-foto-overflow {
    position: relative;
  }
}

.big-foto img {
  width: 100%;
  height: 100%;
}

.small-foto {
  width: 100%;
  height: 305px;
}

@media (max-width: 1200px) {
  .small-foto {
    height: 235px;
  }
}

@media (max-width: 991px) {
  .small-foto {
    height: 181px;
  }
}

@media (max-width: 767px) {
  .small-foto {
    width: 100%;
    height: auto;
  }
}

.small-foto img {
  width: 100%;
  height: 100%;
}

.h2 {
  font-weight: 300;
  font-size: 88px;
}

@media (max-width: 1200px) {
  .h2 {
    font-size: 70px;
  }
}

@media (max-width: 991px) {
  .h2 {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .h2 {
    font-size: 30px;
    line-height: 1;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.h2-white {
  color: #fff;
}

.h2-left {
  text-align: left;
}

.h2-center {
  text-align: center;
}

.h2-two-lines {
  line-height: 80px;
  letter-spacing: -0.9px;
}
@media (max-width: 991px) {
	.h2-two-lines {
		line-height: 55px;
	}
}
@media (max-width: 767px) {
	.h2-two-lines {
		line-height: 24px;
	}
}

@media (max-width: 767px) {
  .text {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 16px !important;
    margin-top: 16px !important;
    height: auto !important;
  }
}

.text-small {
  padding: 12px 15px;
}

@media (max-width: 1200px) {
  .text-small {
    padding: 5px 12px;
  }
}

@media (max-width: 991px) {
  .text-small {
    padding: 0px 6px;
  }
}

@media (max-width: 767px) {
  .text-small {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 16px !important;
    margin-top: 16px !important;
    height: auto !important;
  }
}

.section-top {
  /* background-image: url(../img/bg-1.jpg); */
  position: relative;

  overflow: hidden;

  min-height: 775px;
  padding-top: 330px;

  text-align: center;
  color: #fff;

  background-size: cover;
  background-position: center center;
}


.section-top .container{
  z-index: 2;
}


@media (max-width: 1200px) {
  .section-top {
    padding-top: 250px;
    min-height: 644px;
  }
}

@media (max-width: 991px) {
  .section-top {
    padding-top: 220px;
    min-height: 530px;
  }
}

@media (max-width: 767px) {
  .section-top {
    padding-top: 175px;
    min-height: auto;
    padding-bottom: 175px;
  }
}

.section-top .h1-cont {
  position: relative;
  display: inline-block;
  margin-bottom: 95px;
}

@media (max-width: 1200px) {
  .section-top .h1-cont {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .section-top .h1-cont {
    margin-bottom: 10px;
  }
}

.section-top .h1 {
  position: absolute;
  bottom: 100%;
  width: 100%;
  text-align: left;
  font-weight: 300;
  font-size: 23px;
}

@media (max-width: 991px) {
  .section-top .h1 {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .section-top .h1 {
    font-size: 18px;
    text-align: center;
    position: relative;
    bottom: auto;
    margin-bottom: 10px;
  }
}

.section-top .h1-desc {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 72px;
  line-height: 0.9;

  text-shadow: 0 0 2px black;
}

@media (max-width: 991px) {
  .section-top .h1-desc {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .section-top .h1-desc {
    font-size: 34px;
    line-height: 1.2;
  }
}


.section-top--video {
  display: flex;
  flex-direction: column;
  align-items: center;

  padding-top: 103px;
}

@media (max-width: 991px) {
  .section-top--video {
    padding-top: 80px;
  }
}

.section-top--video .btn-cont {
  padding-top: 60px;
}

.btn-cont .btn {
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .btn-cont .btn {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .btn-cont .btn {
    margin-bottom: 8px;
  }
}

.btn-cont .btn-desc {
  font-weight: bold;
  font-size: 21px;
}

@media (max-width: 991px) {
  .btn-cont .btn-desc {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .btn-cont .btn-desc {
    font-size: 12px;
  }
}

.section-features .h2 {
  color: #c81a31;
  text-align: center;
  font-weight: bold;
  font-size: 75px;
  padding-top: 90px;
  padding-bottom: 130px;
}

@media (max-width: 1200px) {
  .section-features .h2 {
    font-size: 60px;
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .section-features .h2 {
    font-size: 50px;
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .section-features .h2 {
    font-size: 40px;
    padding-top: 16px;
    line-height: 1;
    padding-bottom: 42px;
  }
}

.section-features .h2 strong {
  font-weight: 800;
}

.section-feature .h2 {
  padding-top: 105px;
  /* margin-left: -8px; */
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}

@media (max-width: 1200px) {
  .section-feature .h2 {
    padding-top: 84px;
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .section-feature .h2 {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .section-feature .h2 {
    padding-top: 30px;
    margin-left: 0px;
    margin-bottom: 16px;
  }
}

.section-feature .element-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 252px;
  width: 252px;
  -webkit-transform: translate(-50%, -85px);
  transform: translate(-50%, -85px);
  background-size: cover;
  background-image: url(../img/element.png);
}

@media (max-width: 1200px) {
  .section-feature .element-1 {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 991px) {
  .section-feature .element-1 {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 767px) {
  .section-feature .element-1 {
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-50%, -41px);
    transform: translate(-50%, -41px);
  }
}

@media (max-width: 1200px) {
  .section-feature .big-foto {
    height: 465px;
  }
}

@media (max-width: 991px) {
  .section-feature .big-foto {
    height: 357px;
  }
}

@media (max-width: 767px) {
  .section-feature .big-foto {
    width: 100%;
    height: auto;
  }
}

.section-frendship {
  padding-top: 200px;
  margin-bottom: 220px;
}

@media (max-width: 1200px) {
  .section-frendship {
    padding-top: 180px;
    margin-bottom: 180px;
  }
}

@media (max-width: 991px) {
  .section-frendship {
    padding-top: 140px;
    margin-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .section-frendship {
    padding-top: 70px;
    margin-bottom: 80px;
  }
}

.section-frendship .element-2 {
  position: absolute;
  right: 7px;
	/* bottom: 67px; */

  z-index: -1;
}

@media (min-width: 1201px) {
	.section-frendship .element-2 {
		top: -170px;
	}
}
@media (max-width: 1200px) {
  .section-frendship .element-2 {
    width: 140px;
		/* bottom: 52px; */
		top: -145px;
    right: 31px;
  }
}
@media (max-width: 991px) {
  .section-frendship .element-2 {
		top: -133px;
  }
}
@media (max-width: 767px) {
  .section-frendship .element-2 {
    width: 70px;
		/* bottom: 53px; */
		top: -115px;
		top: -55px;
    right: 13px;
  }
}
@media (max-width: 1200px) {
  .section-frendship .element-2 img {
    width: 100%;
    height: auto;
  }
}

.section-frendship .h2 {
  margin-bottom: 90px;
}

@media (max-width: 1200px) {
  .section-frendship .h2 {
    margin-bottom: 70px;
  }
}

@media (max-width: 991px) {
  .section-frendship .h2 {
    margin-bottom: 54px;
  }
}

@media (max-width: 767px) {
  .section-frendship .h2 {
    margin-bottom: 34px;
  }
}

.section-frendship .text {
  padding-left: 35px;
  margin-top: -5px;
  min-height: 315px;
  padding-right: 15px;
}

@media (max-width: 1200px) {
  .section-frendship .text {
    height: 240px;
    min-height: auto;
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .section-frendship .text {
    height: 186px;
    min-height: auto;
    padding-left: 10px;
  }
}

.section-frendship .text-small {
  padding: 0 0 0 10px;
}

@media (max-width: 1200px) {
  .section-frendship .text-small {
    font-size: 14px;
    padding: 0 0 0 7px;
    margin-right: 0px;
  }
}

@media (max-width: 991px) {
  .section-frendship .text-small {
    font-size: 11px;
    padding: 0 0 0 5px;
    margin-right: 0px;
    line-height: 1.7;
    margin-top: -2px;
  }
}

.section-wine {
  background-color: #e01933;
}

.section-wine.back-white {
  background-color: #fff;
  margin-bottom: 200px;
}

@media (max-width: 1200px) {
  .section-wine.back-white {
    margin-bottom: 160px;
  }
}

@media (max-width: 991px) {
  .section-wine.back-white {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .section-wine.back-white {
    margin-bottom: 60px;
  }
}

.section-wine.back-white .text {
  padding-right: 16px;
  min-height: auto;
}

@media (max-width: 991px) {
  .section-wine.back-white .text {
    padding-right: 10px;
  }
}

.section-wine .element-3 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -90px);
  transform: translate(-50%, -90px);
  width: 78px;
  height: 108px;
}

@media (max-width: 767px) {
  .section-wine .element-3 {
    width: 47px;
    height: 60px;
    -webkit-transform: translate(-50%, -56px);
    transform: translate(-50%, -56px);
  }
}

.section-wine .element-3 img {
  width: 100%;
  height: 100%;
}

.section-wine .text {
  padding-right: 5px;
  min-height: auto;
}

@media (max-width: 1200px) {
  .section-wine .text {
    padding-right: 5px;
    font-size: 15px;
    line-height: 1.6;
  }
}

@media (max-width: 991px) {
  .section-wine .text {
    padding-right: 3px;
    padding-top: 4px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.section-samobit {
  margin-bottom: 920px;
}

@media (max-width: 1200px) {
  .section-samobit {
    margin-bottom: 730px;
  }
}

@media (max-width: 991px) {
  .section-samobit {
    margin-bottom: 500px;
  }
}

@media (max-width: 767px) {
  .section-samobit {
    margin-bottom: 0px;
  }
}

.section-samobit .h2 {
  margin-bottom: 75px;
}

@media (max-width: 1200px) {
  .section-samobit .h2 {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .section-samobit .h2 {
    margin-bottom: 40px;
  }
}

.section-samobit .text {
  margin-top: -5px;
  padding-right: 30px;
}

@media (max-width: 1200px) {
  .section-samobit .text {
    padding-right: 30px;
    line-height: 1.6;
  }
}

@media (max-width: 991px) {
  .section-samobit .text {
    padding-right: 10px;
    line-height: 1.5;
  }
}

.section-samobit .text-small {
  padding: 0 12px;
}

@media (max-width: 1200px) {
  .section-samobit .text-small {
    line-height: 1.6;
    padding: 0 8px;
    height: 235px;
  }
}

@media (max-width: 991px) {
  .section-samobit .text-small {
    line-height: 1.5;
    padding: 0 8px;
    height: 181px;
  }
}

.section-samobit .big-foto {
  height: 610px;
}

@media (max-width: 1200px) {
  .section-samobit .big-foto {
    height: 470px;
  }
}

@media (max-width: 991px) {
  .section-samobit .big-foto {
    height: 362px;
  }
}

@media (max-width: 767px) {
  .section-samobit .big-foto {
    height: auto;
  }
}

/* .section-active .h2 {
  left: 7px;
} */

@media (max-width: 767px) {
  .section-active .h2 {
    left: 0;
  }
}

.section-active .text {
  padding: 12px 30px 0 0;
}

@media (max-width: 1200px) {
  .section-active .text {
    padding: 4px 15px 0 0;
    line-height: 1.6;
  }
}

@media (max-width: 1200px) {
  .section-active .text {
    height: 235px;
  }
}

@media (max-width: 991px) {
  .section-active .text {
    height: 181px;
  }
}

.section-actove-2 {
  margin-bottom: 210px;
}

@media (max-width: 1200px) {
  .section-actove-2 {
    margin-bottom: 160px;
  }
}

@media (max-width: 991px) {
  .section-actove-2 {
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .section-actove-2 {
    margin-bottom: 60px;
  }
}

.section-actove-2 .small-text {
  padding: 10px 20px 10px 10px;
}

@media (max-width: 991px) {
  .section-actove-2 .small-text {
    padding: 2px 15px 10px 10px;
  }
}

.section-secure {
  margin-bottom: 240px;
}

@media (max-width: 1200px) {
  .section-secure {
    margin-bottom: 190px;
  }
}

@media (max-width: 991px) {
  .section-secure {
    margin-bottom: 160px;
  }
}

@media (max-width: 767px) {
  .section-secure {
    margin-bottom: 100px;
  }
}

.section-secure .h2 {
  margin-bottom: 70px;
}

@media (max-width: 1200px) {
  .section-secure .h2 {
    margin-bottom: 55px;
  }
}

@media (max-width: 991px) {
  .section-secure .h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .section-secure .h2 {
    margin-bottom: 20px;
  }
}

.section-secure .text {
  margin-top: -5px;
  height: 315px;
  padding-right: 20px;
}

@media (max-width: 1200px) {
  .section-secure .text {
    height: 240px;
    padding-right: 5px;
  }
}

@media (max-width: 991px) {
  .section-secure .text {
    height: 186px;
    padding-right: 4px;
    line-height: 1.5;
  }
}

.section-bg2 {
  text-align: center;
  background-image: url(../img/bg-2.jpg);
  background-size: cover;
  min-height: 895px;
  background-position: center center;
  padding-top: 145px;
}

@media (max-width: 1200px) {
  .section-bg2 {
    min-height: 750px;
    padding-top: 110px;
  }
}

@media (max-width: 991px) {
  .section-bg2 {
    min-height: 550px;
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .section-bg2 {
    min-height: auto;
    padding-top: 40px;
    margin-top: -60px;
    padding-bottom: 40px;
  }
}

.section-bg2 .h2 {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 265px;
  font-size: 120px;
}

@media (max-width: 1200px) {
  .section-bg2 .h2 {
    font-size: 100px;
    margin-bottom: 170px;
  }
}

@media (max-width: 991px) {
  .section-bg2 .h2 {
    font-size: 80px;
    margin-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .section-bg2 .h2 {
    font-size: 33px;
    margin-bottom: 70px;
  }
}

.section-bg2 .btn {
  margin-bottom: 15px;
}

.section-bg2 .btn-desc {
  color: #fff;
}

.section-love {
  color: #fff;
  text-align: center;
  font-weight: 300;
  padding-top: 198px;
  min-height: 676px;
}

@media (max-width: 1200px) {
  .section-love {
    min-height: 550px;
    padding-top: 120px;
  }
}

@media (max-width: 991px) {
  .section-love {
    min-height: 430px;
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .section-love {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-love .h2 {
  margin-bottom: 71px;
}

@media (max-width: 1200px) {
  .section-love .h2 {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .section-love .h2 {
    margin-bottom: 20px;
  }
}

.section-love .h2-desc {
  font-size: 41px;
  margin-bottom: 80px;
}

@media (max-width: 1200px) {
  .section-love .h2-desc {
    font-size: 36px;
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .section-love .h2-desc {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .section-love .h2-desc {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.btn-white {
  background-color: #fff;
  color: #e01933;
}

.btn-white:hover, .btn-white:active {
  background-color: #f15e35;
  color: #fff;
}

.section-top-2 {
  background-image: url(../img/bg-3.jpg);
  background-position: center center;
  background-size: cover;
  min-height: 640px;
  color: #fff;
  text-align: center;
  position: relative;
}

@media (max-width: 1200px) {
  .section-top-2 {
    min-height: 580px;
  }
}

@media (max-width: 991px) {
  .section-top-2 {
    min-height: 480px;
  }
}

@media (max-width: 767px) {
  .section-top-2 {
    min-height: 380px;
  }
}

.section-top-2 .h1 {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  position: absolute;
  top: 55%;
  left: 50%;
  width: 75%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 100px;
}

@media (max-width: 1200px) {
  .section-top-2 .h1 {
    font-size: 80px;
    top: 57%;
  }
}

@media (max-width: 991px) {
  .section-top-2 .h1 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .section-top-2 .h1 {
    font-size: 34px;
    line-height: 1.3;
    top: 62%;
  }
}

.section-share {
  color: #fff;
  text-align: left;
  padding-top: 120px;
  padding-bottom: 102px;
}

@media (max-width: 1200px) {
  .section-share {
    padding-bottom: 87px;
    padding-top: 120px;
  }
}

@media (max-width: 767px) {
  .section-share {
    padding-bottom: 60px;
    padding-top: 80px;
  }
}

.section-share .element-5 {
  position: absolute;
  right: -0px;
  top: -60px;
}

@media (max-width: 1200px) {
  .section-share .element-5 {
    right: 50px;
  }
}

@media (max-width: 767px) {
  .section-share .element-5 {
    right: 10px;
    width: 50px;
    height: 50px;
    top: -31px;
  }
}

.section-share .h2 {
  position: relative;
}

.section-share .socials {
  margin-bottom: 53px;
}

@media (max-width: 991px) {
  .section-share .socials {
    margin-bottom: 34px;
  }
}

@media (max-width: 767px) {
  .section-share .socials {
    margin-bottom: 20px;
    text-align: center;
  }
}

.section-share .socials .social {
  margin-right: 156px;
  font-size: 60px;
  display: inline-block;
}

@media (max-width: 1200px) {
  .section-share .socials .social {
    margin-right: 130px;
  }
}

@media (max-width: 991px) {
  .section-share .socials .social {
    font-size: 45px;
    margin-right: 110px;
  }
}

@media (max-width: 767px) {
  .section-share .socials .social {
    font-size: 30px;
    margin: 0 30px;
    display: inline-block;
  }
}

.section-share .socials .social:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .section-share .socials .social:last-child {
    margin-right: 30px;
  }
}

.section-share .text {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .section-share .text {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .section-share .text {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .section-share .input-cont {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-share input {
  width: 488px;
  line-height: 63px;
  border-radius: 0;
  border: none;
  color: #000;
  font-size: 29px;
  padding-left: 10px;
}

@media (max-width: 1200px) {
  .section-share input {
    width: 430px;
  }
}

@media (max-width: 991px) {
  .section-share input {
    width: 350px;
  }
}

@media (max-width: 767px) {
  .section-share input {
    width: 100%;
    font-size: 24px;
    line-height: 50px;
  }
}

.wrapper {
  width: 740px;
  padding-left: 130px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .wrapper {
    width: 650px;
    padding-left: 100px;
  }
}

@media (max-width: 767px) {
  .wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wrapper .h2 {
  margin-top: 0;
  font-size: 94px;
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .wrapper .h2 {
    font-size: 80px;
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .wrapper .h2 {
    font-size: 70px;
    margin-bottom: 33px;
  }
}

@media (max-width: 767px) {
  .wrapper .h2 {
    font-size: 40px;
    margin-bottom: 23px;
  }
}

.wrapper .text {
  padding-right: 40px;
  font-size: 29px;
  line-height: 1.4;
}

@media (max-width: 1200px) {
  .wrapper .text {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .wrapper .text {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .wrapper .text {
    font-size: 18px;
  }
}

.section-priglas {
  padding-top: 142px;
  padding-bottom: 80px;
}

@media (max-width: 1200px) {
  .section-priglas {
    padding-top: 130px;
  }
}

@media (max-width: 991px) {
  .section-priglas {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .section-priglas {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.section-priglas .h2 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .section-priglas .h2 {
    margin-bottom: 30px;
  }
}

.section-priglas .text {
  padding-right: 100px;
}

@media (max-width: 767px) {
  .section-priglas .text {
    padding-right: 0;
  }
}

.section-priglas .form-desc {
  width: 484px;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 16px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .section-priglas .form-desc {
    width: 450px;
  }
}

@media (max-width: 767px) {
  .section-priglas .form-desc {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .section-priglas .btn-cont {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-priglas .btn-cont .btn,
.section-priglas .btn-cont input[type=submit] {
  width: 224px;
  vertical-align: top;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  .section-priglas .btn-cont .btn,
  .section-priglas .btn-cont input[type=submit] {
    width: 209px;
  }
}

@media (max-width: 767px) {
  .section-priglas .btn-cont .btn,
  .section-priglas .btn-cont input[type=submit] {
    width: 124px;
  }
}

.section-priglas .btn-cont .btn {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .section-priglas .btn-cont .btn {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .section-priglas .btn-cont input[type=submit] {
    float: right;
  }
}

.section-priglas .input-cont {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .section-priglas .input-cont {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .section-priglas .input-cont {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
  }
}

.section-priglas .input-cont .name {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 2px;
}

@media (max-width: 991px) {
  .section-priglas .input-cont .name {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .section-priglas .input-cont .name {
    font-size: 17px;
  }
}

.section-priglas .input-cont input {
  border-radius: 0;
  font-size: 29px;
  border: none;
  border: 1px solid #000;
  width: 484px;
  line-height: 60px;
  padding-left: 10px;
}

@media (max-width: 991px) {
  .section-priglas .input-cont input {
    width: 450px;
  }
}

@media (max-width: 767px) {
  .section-priglas .input-cont input {
    width: 100%;
    font-size: 24px;
    line-height: 40px;
  }
}

.carousel-3d-container figure {
  margin: 0;
  width: 100%;
  height: 100%;
}

.carousel-3d-slide img {
  width: 100%;
  height: 100%;
}

.carousel-3d-slide {
  border: none !important;
}

.carousel-3d-controls {
  font: normal normal normal 20px/1 FontAwesome !important;
}

.carousel-3d-controls .prev {
  color: #fff !important;
  position: relative;
  top: 8px;
  left: 50% !important;
  -webkit-transform: translate(-500px, 0%);
  transform: translate(-500px, 0%);
  font-size: 80px !important;
}

@media (max-width: 991px) {
  .carousel-3d-controls .prev {
    -webkit-transform: translate(-345px, 0%);
    transform: translate(-345px, 0%);
  }
}

@media (max-width: 767px) {
  .carousel-3d-controls .prev {
    -webkit-transform: none;
    transform: none;
    left: 12% !important;
    font-size: 50px !important;
    top: 6px !important;
  }
}

.carousel-3d-controls .next {
  color: #fff !important;
  position: relative;
  top: 8px;
  right: 50% !important;
  -webkit-transform: translate(500px, 0%);
  transform: translate(500px, 0%);
  font-size: 80px !important;
}

@media (max-width: 991px) {
  .carousel-3d-controls .next {
    -webkit-transform: translate(345px, 0%);
    transform: translate(345px, 0%);
  }
}

@media (max-width: 767px) {
  .carousel-3d-controls .next {
    -webkit-transform: none;
    transform: none;
    right: 12% !important;
    font-size: 50px !important;
    top: 6px !important;
  }
}

.section-carousel {
  color: #fff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 124px;
}

@media (max-width: 1200px) {
  .section-carousel {
    padding-top: 70px;
    padding-bottom: 110px;
  }
}

@media (max-width: 991px) {
  .section-carousel {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .section-carousel {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.section-carousel .h2 {
  line-height: 1;
  font-size: 94px;
  margin-bottom: 35px;
}

@media (max-width: 1200px) {
  .section-carousel .h2 {
    font-size: 75px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .section-carousel .h2 {
    font-size: 56px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .section-carousel .h2 {
    font-size: 30px;
    margin-bottom: 16px;
  }
}

.section-carousel .h2-desc {
  width: 650px;
  margin: 0 auto;
  margin-bottom: 60px;
  font-size: 26px;
  line-height: 1.4;
}

@media (max-width: 1200px) {
  .section-carousel .h2-desc {
    font-size: 24px;
    margin-bottom: 55px;
  }
}

@media (max-width: 991px) {
  .section-carousel .h2-desc {
    font-size: 20px;
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .section-carousel .h2-desc {
    width: 100%;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
  }
}

.section-carousel .btn-cont {
  margin-top: 70px;
}

@media (max-width: 991px) {
  .section-carousel .btn-cont {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .section-carousel .btn-cont {
    margin-top: 30px;
  }
}

.footer {
  background-color: #000;
  height: 108px;
  color: #fff;
  font-size: 15px;
}

@media (max-width: 991px) {
  .footer {
    height: 80px;
  }
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
    font-size: 12px;
    height: auto;
    padding-bottom: 12px;
  }
}

.footer .copy {
  display: inline-block;
  margin-top: 41px;
}

@media (max-width: 991px) {
  .footer .copy {
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  .footer .copy {
    margin-top: 12px;
    display: block;
  }
}

.footer .gosocial {
  display: inline-block;
  float: right;
  margin-top: 38px;
}

@media (max-width: 991px) {
  .footer .gosocial {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .footer .gosocial {
    display: block;
    margin-top: 10px;
    float: none;
  }
}

@media (max-width: 767px) {
  .footer .gosocial .text-soc {
    display: block;
    margin-bottom: 5px;
  }
}

.footer .gosocial a,
.footer .gosocial a:hover,
.footer .gosocial a:focus {
  color: #fff;
  /* display: inline-block;
  width: 125px;
  position: relative;
  top: -5px;
  margin-left: 15px; */
}

/* @media (max-width: 767px) {
  .footer .gosocial a {
    width: 100px;
    margin-left: 0;
  }
} */

.footer .gosocial a img {
  width: 100%;
  height: auto;
}

.burger {
  display: block;
  width: 100%;
  cursor: pointer;
}

.burger span {
  width: 100%;
  height: 3px;
  background-color: #fff;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: width 0.4s, -webkit-transform 0.4s;
  transition: width 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, width 0.4s;
  transition: transform 0.4s, width 0.4s, -webkit-transform 0.4s;
  position: relative;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.burger span:last-child {
  margin-bottom: 0;
}

.burger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(8px) translateX(3px);
  transform: rotate(45deg) translateY(8px) translateX(3px);
}

.burger.active span:nth-child(2) {
  width: 0;
}

.burger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-8px) translateX(3px);
  transform: rotate(-45deg) translateY(-8px) translateX(3px);
}

.popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
}

.popup.active {
  display: block;
}

.popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.popup__window {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  z-index: 10;
  padding: 20px;
}

.popup__logo {
  width: 200px;
  display: block;
  margin: 0 auto;
}

.popup__logo img {
  width: 100%;
  height: auto;
}

.popup__desc {
  font-size: 14px;
  width: 190px;
  margin: 0 auto;
  text-align: center;
}

.popup__form input[type="text"],
.popup__form input[type="tel"] {
  width: 100%;
  border: none;
  margin-bottom: 10px;
  padding: 10px 9px;
  border: 1px solid #ccc0;
}

.popup__form input[type="submit"] {
  width: 100%;
  border: none;
}

.popup__form label {
  font-size: 10px;
}

.popup__close {
  position: absolute;
  top: 10px;
  right: 13px;
  cursor: pointer;
}

/*# sourceMappingURL=maps/main.05.10.19-v1.css.map */

/* Nike styles */
.btn-white:hover a {
  color: #fff;
}
.social a.share-popup {
  color: #fff;
}
.section-share .socials .social {
  margin-right: 28px;
}
.modal.styled .modal-content {
  border-radius: 0;
}
.modal.styled .modal-title {
  font-weight: lighter;
  font-size: 18px;
  color: #000000;
  text-align: center;
  margin-bottom: -20px;
  margin-top: 34px;
}
.modal.styled .modal-header,
.modal.styled .modal-body,
.modal.styled .modal-footer {
  border: none;
}
.modal.styled .modal-footer {
  text-align: center;
}
.modal.styled .modal-footer button {
  background-color: #f15e35;
  color: #fff;
}
.modal.styled .modal-body input {
  border: none;
  background-color: #f3f3f3;
  height: 60px;
  font-size: 18px;
}
.modal.styled .modal-body .input-group {
  margin: 15px 0;
}
.modal.styled .modal-body .form-control,
.modal.styled .modal-body .form-control:focus {
  box-shadow: none;
}
.modal.styled input::-webkit-input-placeholder {
  font-size:19px;
}
.modal.styled input:-moz-placeholder {
  font-size:19px;
}
.modal.styled input::-moz-placeholder {
  font-size:19px;
}
.modal.styled input:-ms-input-placeholder {
  font-size:19px;
}
.modal.styled .modal-content .close {
  font-size: 50px;
  margin-right: 12px;
}
.modal .modal-footer {
  text-align: center;
}
#invite > .btn-cont {
  text-align: center;
  padding-right: 58px;
}
.header__menu li.lang {
  width: 100%;
}
#thankyou_modal .modal-title {
  margin-bottom: 34px;
  font-size: 30px;
}
.section-carousel {
  margin-top: 60px;
}
#info_modal .modal-body {
  text-align: center;
}
#info_modal .modal-body img {
  margin: 0 auto;
}

@media (max-width: 767px) {
  #invite>.btn-cont {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .modal.styled .modal-content {
    padding: 5px 25px;
  }
  .modal.styled .modal-content .close {
    margin-right: -8px;
  }
}


/* Calendar */


.heading-1 {
  margin-left: auto;
  margin-right: auto;
  font-family: "Circe";
  font-weight: 300;
  color: #f15e35;
  font-size: 91px;
  line-height: 1;
}

.showcase {
  padding-top: 148px;
  padding-bottom: 50px;
}

.event__first-block {
  color: #ffffff;
  background-color: #f15e35;
}
.event__second-block {
  color: #202020;
  background-color: #ffffff;
  font-size: 20px;
  line-height: 31px;
  padding-bottom: 100px;
}

.event__text {
  padding-top: 50px;
  padding-bottom: 62px;
}

.block-left {
  position: absolute;
  left: -100%;
  height: 100%;
  width: 100%;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 43px;
  font-weight: 400;
}

.details {
  max-width: 520px;
  margin-top: 62px;
  font-family: "Circe", serif;
  font-size: 20px;
  line-height: 31px;
}

.details {
  text-transform: uppercase;
}

.details a {
  color: #FFFFFF;
}


.event__description {
  margin-top: 40px;
  font-family: "Circe", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}

.event__foto {
  text-align: right;
  margin-top: 60px;
}

.event__foto img {
  width: 100%;
  height: auto;
}

/* Utility classes */
.u-mr-top-big {
  margin-top: 60px;
}

.u-font-weight-bold {
  font-weight: 700;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-bg-color-red {
  background-color: #e6481c;
}

@media (max-width: 991px) {
  .heading-1 {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .heading-1 {
    font-size: 59px;
  }
  .details a {
    color: #FFFFFF;
    text-decoration: none;
  }

  .details a:hover,
  .details a:focus,
  .details a:active {
    color: #e5ff00;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .event__second-block {
    padding-bottom: 30px;
  }
  .heading-1 {
    font-size: 8.1vw;
    padding-left: 3vw;
  }
  .heading-3 {
    font-size: 7.5vw;
    padding-left: 3vw;
  }
  .sub-heading {
    padding-left: 3vw;
  }
  .event__text {
    padding-bottom: 13vw
  }
  .details {
    padding-left: 3vw;
    margin-top: 10vw;
    font-size: 5vw;
    line-height: 1.1;
  }
  .details li:not(:last-child) {
    padding-bottom: 1vw;
  }
  .event__foto {
    margin-top: 0;
    text-align: center;
  }
  .event__foto img {
    height: 100%;
    width: 100%;
  }
  .event__description {
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 3.8vw;
  }
  .event__description p {
    font-size: 4.1vw;
  }
}


/* Background Video */
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-size: 0;
}

/* @media only screen and (max-width: 750px) {
  .bg-video {
    display: none;
  }
} */

.bg-video__content {
  height: 100%;
  width: 100%;
  max-height: calc(100% - 103px);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .bg-video__content {
    max-height: calc(100% - 80px);
    min-width: 470px;
  }
}


/*
 *
 * Ambassador page
 *
 */


/* Hero */

.a-hero {
  display: flex;
  justify-content: center;

  padding-top: 103px;

  font-size: 0;
  overflow: hidden;

  background-color: #f05e35;
}

@media (max-width: 991px) {
  .a-hero {
      padding-top: 80px;
  }
}

.a-hero__img {
  width: 100%;
}

/* Call to action section */
/*
.cta-section {
  margin-bottom: 220px;
}

@media (max-width: 1200px) {
  .cta-section {
    margin-bottom: 180px;
  }
}

@media (max-width: 991px) {
  .cta-section {
    margin-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .cta-section {
    margin-bottom: 80px;
  }
} */

.cta-section .h2 {
  margin-top: 200px;
  margin-bottom: 90px;

  font-weight: 700;
}

@media (max-width: 1200px) {
  .cta-section .h2 {
    margin-top: 180px;
    margin-bottom: 70px;
  }
}

@media (max-width: 991px) {
  .cta-section .h2 {
    margin-top: 140px;
    margin-bottom: 54px;
  }
}

@media (max-width: 767px) {
  .cta-section .h2 {
    margin-top: 70px;
    margin-bottom: 34px;
  }
}

.cta-section .text {
  padding-left: 10px;
  margin-top: -5px;
  min-height: 315px;
  padding-right: 15px;
}

@media (max-width: 1200px) {
  .cta-section .text {
    height: 240px;
    min-height: auto;
    padding-left: 7px;
  }
}

@media (max-width: 991px) {
  .cta-section .text {
    height: 186px;
    min-height: auto;
    padding-left: 5px;
  }
}

.cta-section .text-small {
  padding: 0 0 0 10px;
}

@media (max-width: 1200px) {
  .cta-section .text-small {
    font-size: 14px;
    padding: 0 0 0 7px;
    margin-right: 0px;
  }
}

@media (max-width: 991px) {
  .cta-section .text-small {
    font-size: 11px;
    padding: 0 0 0 5px;
    margin-right: 0px;
    line-height: 1.7;
    margin-top: -2px;
  }
}

.cta-section .element-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 252px;
  width: 252px;
  -webkit-transform: translate(-50%, -85px);
  transform: translate(-50%, -85px);
  background-size: cover;
  background-image: url(../img/element.png);
}

@media (max-width: 991px) {
  .cta-section .element-1 {
    display: none;
  }
}

.section-with-text {
  text-align: left;
  padding-top: 120px;
  padding-bottom: 102px;
}

@media (max-width: 767px) {
  .section-with-text  {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

.section-with-text_wrapper {
  max-width: 1040px;
  margin: auto;

  font-size: 29px;
  line-height: 1.4;
}

@media (max-width: 1200px) {
  .section-with-text_wrapper {
    width: 970px;
    padding-left: 10px;

    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .section-with-text_wrapper {
    width: 750px;

    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .section-with-text_wrapper {
    width: 100%;
  }
}

.ambassador {
  margin-bottom: 220px;
  padding-top: 220px;
}

@media (max-width: 1200px) {
  .ambassador {
    margin-bottom: 180px;
    padding-top: 180px;
  }
}

@media (max-width: 991px) {
  .ambassador {
    margin-bottom: 150px;
     padding-top: 150px;
  }
}

@media (max-width: 767px) {
  .ambassador {
    margin-bottom: 80px;
    padding-top: 80px;
  }
}


.ambassador .h2 {
  margin-bottom: 75px;

  font-size: 86px;
  line-height: .9;
}

@media (max-width: 1200px) {
  .ambassador .h2 {
    margin-bottom: 60px;

    font-size: 70px;
  }
}

@media (max-width: 991px) {
  .ambassador .h2 {
    margin-bottom: 40px;

    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .ambassador .h2 {
    font-size: 30px;
  }
}

.ambassador .text {
  margin-top: -5px;
  padding-right: 30px;
}

@media (max-width: 1200px) {
  .ambassador .text {
    line-height: 1.6;
  }
}

@media (max-width: 991px) {
  .ambassador .text {
    padding-right: 10px;
    line-height: 1.5;
  }
}

.ambassador .text-small {
  padding-left: 12px;
  padding-top: 40px;
}

@media (max-width: 1200px) {
  .ambassador .text-small {
    line-height: 1.6;
    padding-left: 8px;
    padding-top: 8px;
    height: 235px;
  }
}

@media (max-width: 991px) {
  .ambassador .text-small {
    line-height: 1.5;
    padding-left: 6px;
    padding-top: 6px;
    height: 181px;
  }
}

.ambassador .big-foto {
  position: static;
}

.ambassador img {
  max-width: 100%;
}

.ambassador__footnote {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .ambassador__footnote {
    padding-top: 0;
  }
}

.ambassador__sponsors {
  padding-top: 60px;
}

/* List */

.ambassador .list {
  padding-left: 10px;
}

.ambassador .list:lang(ru) {
    padding-top: 0;
}

@media (max-width: 1200px) {
  .ambassador .list {
    padding-left: 7px;
  }
}

@media (max-width: 991px) {
  .ambassador .list {
    padding-left: 5px;
  }
}


.ambassador .list--ordered {
  list-style: none;
}

.ambassador .btn-cont,
.cta-section .btn-cont {
  text-align: center;
  padding-top: 60px;
}

@media (max-width: 1200px) {
  .ambassador .btn-cont,
  .cta-section .btn-cont {
    padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .ambassador .btn-cont,
  .cta-section .btn-cont {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .ambassador .btn-cont,
  .cta-section .btn-cont {
    padding-top: 60px;
  }
}


@media (max-width: 767px) {
  .ambassador .btn,
  .cta-section .btn {
    max-width: 290px;

    white-space: normal;
    line-height: 2;
  }
}

.btn-green {
  color: #FFFFFF;

  background-color: #448a31;
}

.btn-green:hover,
.btn-green:focus {
  background-color: #ef5f35;
}

.back-orange-special {
  color: #FFFFFF;

  background-color: #ef5f35;
}

@media (min-width: 1201px) {
  .event__description_new p {
    margin-right: 10%;
  }
}


.header__menu li {
  margin-left: 20px;
}

.dropdown-menu.calendar-drop__menu a[target]  li {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    padding-left: 10px
}

@media (max-width: 767.98px) {
    .dropdown-menu.calendar-drop__menu a[target]  li {
        text-align: center;
        font-size: 18px;
        line-height: 20px;
        padding-left: 10px;
        margin-bottom: 15px;
    }
    .header__menu li {
        margin: 0 auto;
    }
    .header .dropdown {
      height: unset;
      margin: 0 15px;
      margin-bottom: 20px;
    }
    .header__menu li.lang {
      line-height: 30px;
    }
    .header .dropdown .dropdown-menu {
      background: transparent;
    }
}
@media (min-width: 767px) {
  .header .dropdown {
    margin-right: 0;
    margin-left: 20px;
  }
}