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

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

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

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

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

@font-face {
  font-family: "roboto";
  src: local(Roboto);
  src: url('fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: local(Roboto);
  src: url('fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('fonts/circe/Circe-Regular.eot');
	src: local('ffonts/circe/Circe'), local('fonts/Circe-Regular'),
		url('fonts/circe/Circe-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/circe/Circe-Regular.woff') format('woff'),
		url('fonts/circe/Circe-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('fonts/circe/Circe-ExtraLight.eot');
	src: local('fonts/circe/Circe ExtraLight'), local('fonts/Circe-ExtraLight'),
		url('fonts/circe/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('fonts/circe/Circe-ExtraLight.woff') format('woff'),
		url('fonts/circe/Circe-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('ffonts/circe/Circe-Thin.eot');
	src: local('fonts/circe/Circe Thin'), local('fonts/Circe-Thin'),
		url('fonts/circe/Circe-Thin.eot?#iefix') format('embedded-opentype'),
		url('fonts/circe/Circe-Thin.woff') format('woff'),
		url('fonts/circe/Circe-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('fonts/circe/Circe-Light.eot');
	src: local('fonts/circe/Circe Light'), local('fonts/Circe-Light'),
		url('fonts/circe/Circe-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/circe/Circe-Light.woff') format('woff'),
		url('fonts/circe/Circe-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('fonts/circe/Circe-Bold.eot');
	src: local('fonts/circe/Circe Bold'), local('fonts/circe/Circe-Bold'),
		url('fonts/circe/Circe-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/circe/Circe-Bold.woff') format('woff'),
		url('fonts/circe/Circe-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('fonts/circe/Circe-ExtraBold.eot');
	src: local('fonts/circe/Circe ExtraBold'), local('fonts/circe/Circe-ExtraBold'),
		url('fonts/circe/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/circe/Circe-ExtraBold.woff') format('woff'),
		url('fonts/circe/Circe-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
::-webkit-input-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

body {
  font-size: 22px;
  min-width: 320px;
  position: relative;
  line-height: 1.6363636363;
  letter-spacing: -0.022em;
  font-family: "proxima", sans-serif;
  overflow-x: hidden;
  color: #000;
}

body input[type='text'], body input[type='tel'], body input[type='email'], body textarea {
  font-size: 20px;
  width: 100%;
  padding: 12px 33px;
  margin-bottom: 23px;
  border-radius: 30px;
  border: #BFC6CB 1px solid;
  outline: none;
}
.location-fields .file-box{
  width: 100%;
  padding: 12px 33px;
  margin-bottom: 23px;
  border-radius: 30px;
  border: #BFC6CB 1px solid;
}
.location-fields .file-box label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10px;cursor:pointer;    font-size: 20px; text-decoration: none}
.location-fields .file-box input[type='file'] {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1

}

body input[type='text']:focus:required:invalid, body input[type='tel']:focus:required:invalid, body input[type='email']:focus:required:invalid, body textarea:focus:required:invalid {
  border-color: red;
}

body input[type='text']:required:valid, body input[type='tel']:required:valid, body input[type='email']:required:valid, body textarea:required:valid {
  border-color: green;
}

body input[type=checkbox] {
  padding: 0;
  width: auto;
  display: inline-block;
}

body input[type=submit] {
  cursor: pointer;
}

body label {
  margin-bottom: 0;
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
}

body label:hover {
  text-decoration: none;
}

body .jq-checkbox {
  margin-right: 17px;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background: url("img/checkbox.png") 0 0 no-repeat;
}

body .jq-checkbox.checked {
  background-position: -0 -29px;
}

body .jq-selectbox__select {
  font-size: 20px;
  font-weight: 300;
  padding: 12px 35px;
  color: #ffffff;
  background: transparent;
  border: 1px solid #9FA7B1;
  border-radius: 30px;
}

body .jq-selectbox__select-text {
  margin-right: 40px;
}

body .jq-selectbox__trigger {
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -5px;
}

body .jq-selectbox__trigger-arrow {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #ffffff;
  border-bottom: 6px solid transparent;
}

body .jq-selectbox.dropup .jq-selectbox__trigger-arrow {
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
}

body .jq-selectbox.dropdown .jq-selectbox__trigger-arrow {
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #ffffff;
}

body .jq-selectbox.dropup .jq-selectbox__trigger {
  margin-top: -7px;
}

body .jq-selectbox.dropup .jq-selectbox__select {
  border-top: none;
  border-radius: 0 0 30px 30px;
}

body .jq-selectbox.dropdown .jq-selectbox__trigger {
  margin-top: 0;
}

body .jq-selectbox.dropdown .jq-selectbox__select {
  border-bottom: none;
  border-radius: 30px 30px 0 0;
}

body .jq-selectbox__dropdown {
  right: 0;
  left: 0;
  background-color: #223C50;
  border: 1px solid #9FA7B1;
}

body .jq-selectbox.dropup .jq-selectbox__dropdown {
  margin-bottom: -1px;
  padding-top: 20px;
  border-radius: 30px 30px 0 0;
  border-bottom: none;
}

body .jq-selectbox.dropdown .jq-selectbox__dropdown {
  margin-top: -1px;
  padding-top: 20px;
  border-radius: 0 0 30px 30px;
  border-bottom: none;
}

body .jq-selectbox ul {
  padding-right: 40px;
}

body .jq-selectbox li {
  cursor: pointer;
  padding: 5px 0;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #9FA7B1;
}

body .jq-selectbox li:last-child {
  border-bottom: none;
}

body .jq-selectbox li:hover {
  font-weight: bold;
}

body a {
  /*text-decoration: none;
  color: #000;*/
  text-decoration: none;
}

body a:hover {
  color: inherit;
}

body b, body strong {
  font-weight: bold;
}

body h1 {
  font-size: 60px;
  font-weight: normal;
  letter-spacing: -0.027em;
  line-height: 1.20;
  margin-bottom: 0;
  padding-bottom: 41px;
}

body h2 {
  letter-spacing: -1px;
  font-size: 48px;
  font-weight: normal;
}

body h4 {
  font-size: 30px;
  font-weight: 900;
}

body h5 {
  letter-spacing: -0.9px;
  font-size: 36px;
  font-weight: 100;
}



.limited-width {
  padding-left: 150px;
  padding-right: 150px;
}

.limited-width.full-right {
  /*display:none;*/
  padding-right: 0;
}

.article-with-slider.limited-width.full-right{
	display:none;
}

.limited-width.full-right .container-fluid {
  padding-right: 15px;
}

.centered {
  text-align: center;
}

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

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

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

.btn {
  letter-spacing: -0.5px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  color: #172c3d;
  font-weight: bold;
  padding: 17px 37px;
  border-radius: 30px;
  -webkit-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
  border: none;
}

.btn:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #172c3d;
}

.btn-green {
  background: #A7D980;
}

.gradient-green-to-blue {
  background: -webkit-gradient(linear, left top, right top, from(#6D996A), to(#346A7D));
  background: -o-linear-gradient(left, #6D996A, #346A7D);
  background: linear-gradient(to right, #6D996A, #346A7D);
}

.gradient-green {
  background: -webkit-gradient(linear, left top, right top, from(#6D996A), to(#D2EBBD));
  background: -o-linear-gradient(left, #6D996A, #D2EBBD);
  background: linear-gradient(to right, #6D996A, #D2EBBD);
}

.upper-block {
  position: relative;
  background: center no-repeat #223c50;
  background-size: cover;
}

.wmw .container-fluid {
  max-width: 1420px;
}

.main-nav {
  display: none;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding-top: 138px;
  padding-right: 175px;
  padding-left: 135px;
  background: #99ce86;
}

.main-nav .phone {
  padding-top: 1px;
  display: block;
  margin-left: 92px;
  margin-bottom: 40px;
  letter-spacing: 0.02em;
  color: #223c50;
  font-weight: bold;
  font-size: 22px;
}

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

.main-nav li {
  margin-bottom: 10px;
}

.main-nav a {
  font-size: 24px;
  font-weight: bold;
  color: #223c50;
}

.header {
  padding-top: 44px;
  padding-bottom: 40px;
}

.header .container-fluid {
  padding: 0 120px;
  max-width: none;
}

.header .hamburger-container {
  padding-top: 10px;
}

.header .hamburger {
  position: relative;
  z-index: 1000;
  padding: 5px 15px;
  margin-right: 29px;
  height: 50px;
  outline: none;
  vertical-align: middle;
}

.header .hamburger .hamburger-box {
  width: 43px;
  height: 35px;
}

.header .hamburger .hamburger-inner, .header .hamburger .hamburger-inner:before, .header .hamburger .hamburger-inner:after {
  height: 5px;
  background-color: #ffffff;
  width: 43px;
  border-radius: 0;
}

.header .hamburger .hamburger-inner:before {
  top: -15px;
}

.header .hamburger .hamburger-inner:after {
  top: -30px;
}

.header .hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
}

.header .hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
}

.header .hamburger--collapse.is-active .hamburger-inner:after, .header .hamburger--collapse.is-active .hamburger-inner:before, .header .hamburger--collapse.is-active .hamburger-inner {
  background: #223c50;
}

.header .phone {
  position: relative;
  z-index: 1000;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  vertical-align: middle;
}

.header .phone.opened-nav {
  color: #223c50;
}

.logo-container {
  padding-top: 3px;
  text-align: center;
}

.logo-container a {
  display: inline-block;
  -webkit-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.logo-container a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.logo-container a span {
  padding-top: 25px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 900;
  font-size: 18px;
  color: #9acf86;
}

.socials {
  padding-top: 8px;
  text-align: right;
}

.socials ul {
  margin-bottom: 0;
  padding: 0;
}

.socials li {
  margin-right: 10px;
  list-style-type: none;
  display: inline-block;
}

.socials a {
  -webkit-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.socials a:hover {
  opacity: 0.7;
}

.underhead-content {
  padding-top: 17px;
  padding-bottom: 49px;
  color: #ffffff;
}

.underhead-content-article {
  /*padding-bottom: 70px;*/
}

.underhead-content p {
  padding-right: 18%;
  font-size: 22px;
  margin-bottom: 30px;
}

.underhead-content.bold-header h1 {
  margin-bottom: 25px;
  padding: 60px 50px 0;
  font-weight: 900;
}

.underhead-content span {
  display: block;
  font-size: 24px;
  color: #ffffff;
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: -0.5px;
  margin-bottom: 45px;
}

.underhead-content .btn {
  margin-bottom: 12px;
}

.underhead-content .arrow {
  margin: auto;
  padding: 25px 10px;
  display: block;
  width: 81px;
  height: 80px;
  -webkit-transition: padding-top 0.4s ease-out;
  -o-transition: padding-top 0.4s ease-out;
  transition: padding-top 0.4s ease-out;
}

.underhead-content .arrow:hover {
  padding: 35px 10px 15px 10px;
}

.calendar {
  background: #f7f7f8;
}

.calendar-item {
  background: #f7f7f8;
  line-height: 1.25;
  width: 20%;
  text-align: center;
  /*padding: 50px 32px 43px;*/
  padding: 25px 32px 25px;
  -webkit-transition: background-color 0.6s ease-out, color 0.6s ease-out;
  -o-transition: background-color 0.6s ease-out, color 0.6s ease-out;
  transition: background-color 0.6s ease-out, color 0.6s ease-out;
}

.calendar-item:nth-child(even) {
  background: #e8ebed;
}

.calendar-item:nth-child(3n+1) {
  background: #eff0f1;
}

.calendar-item:last-child {
  background: #e4e6e8;
}

.calendar-item span {
  display: block;
}

.calendar-item__date {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 2px;
}

.calendar-item__location {
  font-size: 24px;
}

.calendar-item__location:after {
  content: '';
  display: block;
  width: 60%;
  height: 1px;
  margin: 13px auto 15px auto;
  background-color: #000000;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.calendar-item__name {
  margin-bottom: 40px;
  font-size: 18px;
}

.calendar-item .btn {
  margin-left: -999999px;
  opacity: 0;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
}

.calendar-item:hover {
  background: #223c50 !important;
  color: #ffffff;
}

.calendar-item:hover .calendar-item__location:after {
  content: '';
  background-color: transparent;
}

.calendar-item:hover .btn {
  margin: 0;
  opacity: 1;
}

.calendar-item:hover .btn:hover {
  opacity: 0.7;
}

.why-we-are {
  text-align: center;
  background: #dbeeca;
  color: #223c50;
  padding-top: 32px;
  padding-bottom: 32px;
}

.why-we-are .container-fluid {
  max-width: 1480px;
}

.why-we-are h2 {
  letter-spacing: 0;
  font-size: 60px;
  margin-bottom: 45px;
  font-weight: 900;
}

.why-we-are-item {
  padding: 0 50px 60px 50px;
  /*padding: 0 150px 60px 150px;*/
}

.why-we-are-item img {
  margin-bottom: 32px;
}

.why-we-are-item h4 {
  margin-bottom: 35px;
}

.why-we-are-item span {
  letter-spacing: 0.3px;
  line-height: 1.4;
  display: block;
  margin-bottom: 30px;
}

.masonry .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.masonry .grid-item {
  position: relative;
  background: center no-repeat;
  background-size: cover;
  width: 20%;
  height: 320px;
}

.masonry .grid-item_height2 {
  height: 640px;
}

.masonry .grid-item_width2 {
  width: 40%;
}

.masonry .grid-item__link {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.masonry .grid-item__link:hover {
  text-decoration: none;
  opacity: 1;
}

.masonry .grid-item__link-location {
  font-size: 24px;
  font-weight: bold;
}

.masonry .m1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.masonry .m2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.masonry .m3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.masonry .m4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.masonry .m5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.masonry .m6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.masonry .m7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.masonry .m8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.masonry .m9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.masonry .m10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.subscribe {
  padding-top: 86px;
  padding-bottom: 80px;
  text-align: center;
}

.subscribe h2, .subscribe span {
  color: #223c50;
}

.subscribe h2 {
  letter-spacing: 0;
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 1px;
}

.subscribe span {
  display: block;
  font-size: 24px;
  margin-bottom: 39px;
}

.subscribe-form {
  text-align: left;
  max-width: 650px;
  margin: auto;
}

.subscribe-form input[type=checkbox] {
  margin-bottom: 42px;
}

.subscribe-form label {
  vertical-align: middle;
  max-width: 80%;
}

.subscribe-form .btn {
  margin-top: 27px;
  text-transform: none;
  font-size: 24px;
  border-radius: 40px;
}

.partners {
  padding-top: 93px;
  padding-bottom: 105px;
  background: #f4f5f6;
  text-align: center;
}

.partners .swiper-container {
  padding: 30px 0 0;
}

.partners .swiper-container a {
  display: inline-block;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.partners .swiper-container a img {
  max-width: 100%;
}

.partners .swiper-container a:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.partners-companies {
  margin-bottom: 111px;
}

.partners-companies .partners-prev span {
  width: 100px;
  background: #a4d480;
}

.partners-companies .partners-next span {
  width: 150px;
  background: #4389a8;
}

.partners-retailers {
  margin-bottom: 0;
}

.partners-retailers .partners-next span {
  width: 100px;
  background: #a4d480;
}

.partners-retailers .partners-prev span {
  width: 150px;
  background: #4389a8;
}

.partners-retailers .swiper-wrapper, .partners-companies .swiper-wrapper {
  margin-bottom: 40px;
}

.partners-retailers .swiper-scrollbar, .partners-companies .swiper-scrollbar {
  background: none;
  border-radius: 0;
}

.partners-retailers .swiper-scrollbar-drag, .partners-companies .swiper-scrollbar-drag {
  background: -webkit-gradient(linear, left top, right top, from(#A8D980), color-stop(33.33333%, #A8D980), color-stop(33.33334%, #388CAC), to(#388CAC));
  background: -o-linear-gradient(left, #A8D980 0%, #A8D980 33.33333%, #388CAC 33.33334%, #388CAC 100%);
  background: linear-gradient(to right, #A8D980 0%, #A8D980 33.33333%, #388CAC 33.33334%, #388CAC 100%);
}

.partners-retailers .swiper-scrollbar-drag {
  background: -webkit-gradient(linear, left top, right top, from(#388CAC), color-stop(66.66666%, #388CAC), color-stop(66.66667%, #A8D980), to(#A8D980));
  background: -o-linear-gradient(left, #388CAC 0%, #388CAC 66.66666%, #A8D980 66.66667%, #A8D980 100%);
  background: linear-gradient(to right, #388CAC 0%, #388CAC 66.66666%, #A8D980 66.66667%, #A8D980 100%);
}

.banners-item {
  width: 33.3333333333%;
}

.banners-item img {
  width: 100%;
}

.footer {
  padding-bottom: 80px;
  background-color: #223c50;
}

.footer .container-fluid {
  padding: 0 120px;
  max-width: none;
}

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

.footer-nav li {
  margin-right: 13px;
  display: inline-block;
}

.footer-nav a {
  letter-spacing: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

.footer .socials {
  text-align: right;
}

.footer .socials ul li {
  margin-right: 0;
  margin-left: 12px;
}

.main-footer {
  padding-top: 68px;
  margin-bottom: 40px;
}

.lower-footer, .lower-footer a {
  letter-spacing: 0;
  font-size: 16px;
  color: #c9ced3;
}

.lower-footer a {
  text-decoration: underline;
}

.lower-footer a:hover {
  text-decoration: none;
}

.copyright {
  margin-bottom: 15px;
}

.lower-footer-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lower-footer-nav li {
  margin-right: 30px;
  display: inline-block;
}

.dev {
  text-align: right;
}

.breadcrumbs {
  margin-bottom: 42px;
}

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

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li:after {
  content: '\2014';
  margin: 0 2px 0 8px;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs a, .breadcrumbs span {
  display: inline;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.filter-form .jq-selectbox {
  margin-right: 20px;
}

.filter-form .selects {
  margin-bottom: 61px;
}

.filter-form .region-select, .filter-form .city-select {
  width: 415px;
}

.filter-form .year-select {
  width: 185px;
}

.content {
  margin-top: 80px;
  margin-bottom: 180px;
}

.months {
  padding-left: 5px;
}

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

.months li {
  margin-right: 23px;
  display: inline-block;
}

.months a {
  padding: 0;
  border: none;
  background: none;
  color: #a0a9b4;
  font-size: 20px;
  font-weight: 300;
}

.months a:hover, .months a.active {
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.months a:after {
  display: block;
  content: attr(title);
  font-weight: 700;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
  height: 1px;
}

.article-with-slider {
  padding-top: 80px;
  padding-bottom: 80px;
}

.article-with-slider__gallery {
  padding-left: 53px;
  padding-right: 0;
}

.article-with-slider__gallery .swiper-slide img {
  height: auto;
  width: 100%;
}

.article-with-slider__gallery-container {
  width: 100%;
  overflow: hidden;
}

.swiper-button-prev, .swiper-button-next {
  top: 50%;
  margin-top: -56px;
  outline: none;
  background: none;
  width: 90px;
  height: 117px;
  cursor: pointer;
}

.swiper-button-prev {
  left: auto;
}

.swiper-slide {
  width: 100%;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-with-map__map {
  padding-left: 90px;
  padding-right: 0;
  height: 480px;
}

.article-with-map__map-wrapper {
  width: 100%;
  height: 100%;
}

.article-with-map__map iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.event {
  margin-bottom: 65px;
}

.event__date, .event__loc, .event__trainer {
  display: block;
}

.event__date {
  font-size: 48px;
  margin-bottom: 20px;
}

.event__date sup {
  font-weight: 100;
  font-size: 30px;
}

.event__loc {
  margin-bottom: 20px;
  line-height: 1.3;
}

.event__trainer {
  margin-bottom: 80px;
}

.event .download-link img {
  vertical-align: middle;
  margin-right: 30px;
}

.event .download-link span {
  text-decoration: underline;
}

.event .download-link:hover, .event .download-link:hover span {
  text-decoration: none;
}

.event-subscribe {
  margin-bottom: 140px;
}

.event-subscribe h2 {
  margin-bottom: 35px;
}

.event-subscribe-form input[type='text'], .event-subscribe-form input[type='email'], .event-subscribe-form input[type='tel'] {
  margin-bottom: 17px;
}

.event-subscribe-form input[type='submit'] {
  width: 100%;
  margin-top: 50px;
  font-size: 24px;
  text-transform: none;
  border-radius: 40px;
}

.event-subscribe-form label {
  line-height: 1.3;
  vertical-align: middle;
  width: 80%;
}

.event-subscribe .checkboxes {
  margin-top: -47px;
}

.event-subscribe .checkbox-field {
  margin-bottom: 5px;
}

.columns-2-3 {
  width: 66.666666%;
  padding-left: 15px;
  padding-right: 60px;
}

.columns-2-3 p {
  margin-bottom: 32px;
  padding-right: 0;
}

.column-1-3 {
  padding: 113px 15px 0 15px;
  width: 33.3333333%;
}

.links a {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 48px;
}

.links a img {
  margin-right: 20px;
  vertical-align: middle;
}

.links a span {
  display: inline-block;
  margin-bottom: 0;
  line-height: 0.9;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}

.links a:hover span {
  border-bottom: none;
}

.faq {
  margin-bottom: 100px;
  padding-top: 40px;
  /*margin-bottom: 150px;
  padding-top: 86px;*/
}

.faq h2 {
  margin-bottom: 32px;
}

.faq-item {
  padding: 15px 0;
  border-bottom: 1px solid #BFC6CB;
}

.faq-item:first-child {
  border-top: 1px solid #BFC6CB;
}

.faq-item__question {
  cursor: pointer;
}

.faq-item__question span {
  vertical-align: top;
  display: inline-block;
  width: 80%;
}

.faq-item__question:before {
  margin-right: 35px;
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  border-top: 1px solid #7D8B97;
  border-right: 1px solid #7D8B97;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq-item__answer {
  padding-left: 85px;
  display: none;
}

.faq-item.opened .faq-item__question {
  font-weight: bold;
}

.faq-item.opened .faq-item__question:before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.reviews {
  padding-top: 85px;
}

.reviews h2 {
  margin-bottom: 140px;
}

.reviews-item {
  width: 20%;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 120px;
}

.reviews-item a {
  display: inline-block;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.reviews-item a img {
  max-width: 100%;
}

.reviews-item a:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.fancybox-content {
  width: 1145px;
  padding: 150px 235px 230px;
}

.fancybox-content img {
  margin-bottom: 50px;
}

.fancybox-button {
  cursor: pointer;
}

.fancybox-close-small {
  width: 100px;
  height: 100px;
}

.fancybox-navigation .fancybox-button {
  top: -webkit-calc(50% - 59px);
  top: calc(50% - 59px);
  padding: 0;
  width: 90px;
  height: 117px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.fancybox-navigation .fancybox-button img {
  width: 100%;
  height: 100%;
}

.fancybox-navigation .fancybox-button:hover {
  opacity: 0.6;
}

.fancybox-navigation .fancybox-button:disabled, .fancybox-navigation .fancybox-button:disabled:hover {
  opacity: 0.1;
}

.site-map {
  padding-top: 80px;
  padding-bottom: 275px;
}

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

.site-map li {
  margin-bottom: 5px;
}

.site-map a {
  font-size: 30px;
}

.site-map a:hover {
  text-decoration: underline;
}

.unsubscribe {
  padding-top: 80px;
  padding-bottom: 570px;
}

.contacts-map {
  /*border-top: 10px solid #607281*/
  height: 500px;
}

.contacts-map iframe {
  border: none;
  width: 100%;
  height: 100%;
}

/*==========  Desktop First  ==========*/
@media (max-width: 1479.98px) {
  .limited-width {
    padding-left: 50px;
    padding-right: 50px;
  }
  .main-nav {
    bottom: auto;
    padding-top: 160px;
    padding-right: 95px;
    padding-left: 55px;
    padding-bottom: 30px;
    background: #99ce86;
  }
  .main-nav ul {
    padding: 0 0 0 10px;
  }
  .header {
    padding-bottom: 30px;
  }
  .header .container-fluid {
    padding: 0 50px;
  }
  .header .hamburger-container {
    padding-top: 0;
  }
  .header .hamburger {
    margin-right: 15px;
  }
  .header .phone {
    font-size: 18px;
    font-weight: bold;
  }
  .logo-container a img {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .logo-container a span {
    vertical-align: middle;
    width: 60%;
    text-align: left;
    display: inline-block;
  }
  .underhead-content {
    padding-right: 50px;
    padding-left: 50px;
  }
  .underhead-content h1 {
    font-size: 44px;
  }
  .underhead-content span {
    font-size: 20px;
  }
  .calendar-item {
    width: 25%;
  }
  .calendar-item:nth-child(even) {
    background: #f7f7f8;
  }
  .calendar-item:nth-child(3n+2) {
    background: #e8ebed;
  }
  .calendar-item:nth-child(3n+1) {
    background: #eff0f1;
  }
  .why-we-are-item {
    padding: 0 120px;
  }
  .masonry .grid-item {
    height: 260px;
  }
  .masonry .grid-item_height2 {
    height: 520px;
  }
  .footer .container-fluid {
    padding: 0 50px;
  }
  .breadcrumbs {
    padding-top: 40px;
  }
  .breadcrumbs span, .breadcrumbs a {
    font-size: 16px;
  }
  .article-with-slider {
    padding-left: 0;
    padding-bottom: 0;
  }
  .article-with-slider__content {
    padding: 0 50px;
  }
  .article-with-slider__gallery {
    padding-left: 0;
    margin-top: 40px;
  }
  .article-with-map__map {
    padding-left: 15px;
  }
  .reviews-item {
    width: 25%;
  }
}

@media (max-width: 1200px) {
  h2 {
    font-size: 48px;
  }
  .underhead-content article {
    padding-bottom: 40px;
  }
  .underhead-content p {
    padding-right: 0;
  }
  .calendar-item {
    width: 33.333333333%;
  }
  .calendar-item:nth-child(even) {
    background: #e8ebed;
  }
  .calendar-item:nth-child(odd) {
    background: #f7f7f8;
  }
  .calendar-item:nth-child(4n+1) {
    background: #eff0f1;
  }
  .why-we-are-item {
    padding: 0 50px;
  }
  .masonry .grid-item {
    width: 33.33333333%;
    height: 320px;
  }
  .masonry .grid-item_height2 {
    height: 640px;
  }
  .masonry .grid-item_width2 {
    width: 66.666666%;
  }
  .masonry .m2 {
    height: 640px;
  }
  .masonry .m3 {
    width: 33.33333333%;
    height: 640px;
  }
  .masonry .m4 {
    width: 33.33333333%;
    height: 320px;
  }
  .masonry .m5 {
    width: 66.66666666%;
    height: 320px;
  }
  .masonry .m6 {
    height: 320px;
  }
  .masonry .m8, .masonry .m9, .masonry .m10 {
    width: 33.33333333%;
  }
  .filter-form .jq-selectbox {
    margin-right: 20px;
  }
  .filter-form .selects {
    margin-bottom: 61px;
  }
  .filter-form .region-select {
    width: 100%;
    margin-bottom: 20px;
  }
  .filter-form .city-select {
    margin-right: 2%;
    width: 80%;
  }
  .filter-form .year-select {
    width: 17%;
    margin-right: 0;
  }
  .columns-2-3, .column-1-3 {
    width: 100%;
  }
  .column-1-3 {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .column-1-3 a {
    margin-right: 200px;
  }
  .column-1-3 a:last-child {
    margin-right: 0;
  }
  .reviews h2 {
    margin-bottom: 30px;
    text-align: center;
  }
  .reviews-item {
    margin-bottom: 40px;
    width: 33.3333333%;
  }
  .fancybox-content {
    width: 1145px;
    padding: 150px 155px 230px;
  }
  .unsubscribe {
    margin-bottom: 345px;
  }
  .contacts-map {
    height: 360px;
  }
}

@media (max-width: 963.98px) {
  .limited-width {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-nav {
    padding-right: 95px;
    padding-left: 1px;
    background: #99ce86;
  }
  .main-nav ul {
    padding: 0 0 0 25px;
  }
  .header {
    padding-bottom: 20px;
  }
  .header .container-fluid {
    padding: 0 15px;
  }
  .header .hamburger {
    margin-right: 0;
  }
  .header .phone {
    font-size: 15px;
    font-weight: bold;
  }
  .underhead-content {
    padding: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .underhead-content span {
    font-size: 16px;
  }
  h1.site-title {
    font-size: 36px;
  }
  .calendar-item {
    width: 50%;
  }
  .calendar-item:nth-child(even) {
    background: #f7f7f8;
  }
  .calendar-item:nth-child(3n) {
    background: #e8ebed;
  }
  .calendar-item:nth-child(3n+1) {
    background: #eff0f1;
  }
  .masonry .grid-item {
    width: 33.33333333%;
    height: 260px;
  }
  .masonry .grid-item_height2 {
    height: 520px;
  }
  .masonry .grid-item_width2 {
    width: 66.666666%;
  }
  .masonry .m2 {
    height: 520px;
  }
  .masonry .m3 {
    width: 33.33333333%;
    height: 520px;
  }
  .masonry .m4 {
    width: 33.33333333%;
    height: 260px;
  }
  .masonry .m5 {
    width: 66.66666666%;
    height: 260px;
  }
  .masonry .m6 {
    height: 260px;
  }
  .masonry .m8, .masonry .m9, .masonry .m10 {
    width: 33.33333333%;
  }
  .footer .container-fluid {
    padding: 0 15px;
  }
  .footer-nav {
    margin-bottom: 20px;
  }
  .footer-nav li {
    margin-right: 9px;
  }
  .footer .socials {
    text-align: left;
  }
  .footer .socials ul li {
    margin-right: 12px;
    margin-left: 0;
  }
  .lower-footer-nav {
    margin-bottom: 20px;
  }
  .dev {
    text-align: left;
  }
  .filter-form .jq-selectbox {
    margin-right: 20px;
  }
  .filter-form .selects {
    margin-bottom: 61px;
  }
  .filter-form .city-select {
    margin-right: 2%;
    width: 70%;
  }
  .filter-form .year-select {
    width: 27%;
    margin-right: 0;
  }
  .article-with-slider {
    padding-left: 0;
    padding-bottom: 0;
  }
  .article-with-slider__content {
    padding: 0 30px;
  }
  .article-with-map {
    padding-left: 0;
  }
  .article-with-map__content {
    padding: 50px 30px 80px 30px;
  }
  .article-with-map__map {
    padding-left: 0;
    padding-right: 0;
    height: 360px;
  }
  .article-with-map__map iframe {
    width: 100%;
    height: 100%;
  }
  .event {
    text-align: center;
  }
  .event__trainer {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  body h2 {
    font-size: 30px;
    line-height: 1.1;
  }
  body h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  body h5 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  body p {
    font-size: 18px;
  }
  .site-title {
    font-size: 24px;
  }
  .underhead-content article {
    padding-bottom: 10px;
  }
  .underhead-content article p {
    font-size: 18px;
  }
  .masonry .grid-item {
    width: 50%;
    height: 260px;
  }
  .masonry .grid-item_height2 {
    height: 260px;
  }
  .why-we-are h2 {
    font-size: 36px;
  }
  .subscribe h2 {
    font-size: 36px;
  }
  .subscribe span {
    font-size: 18px;
  }
  .footer {
    text-align: center;
  }
  .footer-nav {
    margin-bottom: 20px;
  }
  .footer-nav li {
    margin-right: 0;
    display: block;
  }
  .footer .socials {
    text-align: center;
  }
  .lower-footer-nav li {
    margin-right: 0;
    display: block;
  }
  .dev {
    text-align: center;
  }
  .article-with-map {
    padding-left: 0;
  }
  .article-with-map__content {
    padding: 30px 30px 40px 30px;
  }
  .article-with-map__map {
    padding-left: 0;
    padding-right: 0;
    height: 300px;
  }
  .event__loc, .event__trainer {
    font-size: 18px;
  }
  .event-subscribe h2 {
    text-align: center;
  }
  .event-subscribe .checkboxes {
    margin-top: 30px;
  }
  .column-1-3 {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .column-1-3 a, .column-1-3 a span {
    font-size: 22px;
  }
  .column-1-3 a {
    margin-right: 0;
  }
  .reviews-item {
    width: 50%;
  }
  .fancybox-content {
    width: 1145px;
    padding: 150px 80px 230px;
  }
  .fancybox-navigation .fancybox-button {
    width: 60px;
    height: 78px;
    top: -webkit-calc(50% - 39px);
    top: calc(50% - 39px);
  }
  .unsubscribe {
    margin-bottom: 120px;
  }
  .contacts-map {
    height: 280px;
  }
}

@media (max-width: 575.98px) {
  .main-nav {
    right: 0;
    padding-top: 57px;
    padding-right: 15px;
    padding-left: 25px;
    background: #99ce86;
  }
  .main-nav ul {
    padding: 0 0 0 5px;
  }
  .logo-container {
    text-align: right;
  }
  .logo-container a img {
    margin-right: 10px;
    width: 50px;
  }
  .logo-container a span {
    padding-top: 15px;
    font-size: 13px;
  }
  h1.site-title {
    font-size: 24px;
  }
  .calendar-item {
    padding-left: 70px;
    padding-right: 70px;
    width: 100%;
  }
  .why-we-are {
    font-size: 18px;
  }
  .why-we-are-item {
    margin-bottom: 50px;
  }
  .why-we-are-item h4 {
    margin-bottom: 20px;
  }
  .why-we-are-item span {
    margin-bottom: 20px;
  }
  .banners-item {
    width: 100%;
  }
  .filter-form .selects {
    margin-bottom: 30px;
  }
  .filter-form .region-select {
    width: 100%;
    margin-bottom: 20px;
  }
  .filter-form .city-select {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .filter-form .year-select {
    width: 100%;
  }
  .columns-2-3 {
    padding-right: 15px;
  }
  .column-1-3 {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .column-1-3 a {
    display: inline-block;
  }
  .column-1-3 a span {
    border-bottom: none;
    text-decoration: underline;
  }
  .faq-item__question:before {
    margin-right: 15px;
  }
  .faq-item__answer {
    padding-left: 30px;
  }
  .faq span {
    vertical-align: top;
    display: inline-block;
    width: 88%;
  }
  .fancybox-content {
    width: 1145px;
    padding: 8px 50px 110px;
  }
  .fancybox-navigation .fancybox-button {
    width: 40px;
    height: 56px;
    top: -webkit-calc(50% - 28px);
    top: calc(50% - 28px);
  }
  .site-map a {
    font-size: 24px;
  }
}

@media (max-width: 420px) {
  .calendar-item {
    padding-left: 40px;
    padding-right: 40px;
  }
  .masonry .grid-item {
    width: 100%;
    height: 260px;
  }
  .masonry .grid-item_height2 {
    height: 260px;
  }
  .column-1-3 a {
    display: block;
  }
  .column-1-3 a span {
    width: 70%;
  }
  .reviews-item {
    width: 100%;
  }
  .fancybox-content {
    width: 1145px;
    padding: 50px 30px;
  }
  .article-with-map__map{
	display:none;
  }
}

@media (min-width: 1601px) {
	.calendar-item {
		width: 16.65%
	}
}
@media (min-width: 1200px) and (max-width: 1600px) {
	.calendar-item {
		width: 25%;
	}
}
.swiper-wrapper {
    align-items: center;
}
.ui-autocomplete { overflow-y: scroll; overflow-x:hidden; height:200px}

@media all and (max-width: 600px) {
.article-with-map__map{
	display:none;
 }
 .article-with-map.event.limited-width.full-right{
	margin-bottom: 20px;
 }
 .article-with-map__content{
	padding-bottom:10px;
	margin-top: 0px;
	padding-top:0px;
 }
 .breadcrumbs{
	padding-top: 0px;
	margin-bottom: 0px;
 }
 body h1{
	padding-bottom: 0px;
 }
 .header{
	padding-top: 5px;
	padding-bottom: 0px;
 }
 .event__loc{
	margin-bottom: 0px;
 }
 .event__date{
	margin-bottom: 0px;
 }
 .underhead-content.limited-width{
	padding-left:2px;
 }
 .header .container-fluid{
	padding-left:2px;
 }
}
  
.hide{
	display:none !important;
}

/*calendar-new*/
.calendar-new-page{
	/*border:1px solid grey;*/
}



.calendar-new-top-header{
	max-width: 1680px;
	min-height:87px;
	max-height:87px;
	margin:auto;
	box-sizing: border-box;
	font-size:0px;
}
.calendar-new-top-header .logo-container{
	max-width:140px;
	margin-right:auto;
	display: inline-block;
}
.logo-container{
	padding-top: 12px;
}
.logo-container img{
	width: 53.26px;
	height: 52.93px;
}
.logo-container a span{
	width: 140px;
	height: 12.17px;
	font-family: "Circe";
	font-style: normal;
	font-weight: 800;
	font-size: 10.065px;
	line-height: 126%;
	padding-top:6.4px;
}
.calendar-new-top-header .right-container{
	margin-left:auto;
	display: inline-block;
	min-width: 1540px;
	text-align: right;
	vertical-align: top;
	padding-top: 24px;
}

.calendar-new-top-header .soc-network-cont{
	display: inline-block;
	height: 30px;
	padding: 0px;
	vertical-align: sub;
}
.calendar-new-top-header .soc-network-cont a{
	background-image: url('/local/templates/main/img/vk_not_loght.png');
	height:20px;
	width:20px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	margin-right:21px;
	transition:0.5s ease;

}
.calendar-new-top-header .soc-network-cont a:nth-child(2){
	background-image: url('/local/templates/main/img/inst_not_light.png');
}
.calendar-new-top-header .soc-network-cont a:nth-child(3){
	background-image: url('/local/templates/main/img/fb_not_light.png');
}
.calendar-new-top-header .soc-network-cont a:nth-child(4){
	background-image: url('/local/templates/main/img/tg.png');
}

.calendar-new-top-header .soc-network-cont a:nth-child(1):hover{
	background-image: url('/local/templates/main/img/vk_not_dark_hover.png');
}
.calendar-new-top-header .soc-network-cont a:nth-child(2):hover{
	background-image: url('/local/templates/main/img/inst_not_dark_hover.png');
}
.calendar-new-top-header .soc-network-cont a:nth-child(3):hover{
	background-image: url('/local/templates/main/img/fb_not_dark_hover.png');
}
.calendar-new-top-header .soc-network-cont a:nth-child(4):hover{
	background-image: url('/local/templates/main/img/tg.png');
}

.calendar-new-top-header .button-particip{
	background: linear-gradient(90deg, #7AD5E2 5.65%, #70D0DD 100%);
	border:1px solid #7AD5E2;
	border-radius: 20px;
	text-align:center;
	padding:15px 15px 15px 15px;
	font-family: "Circe";
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #FFFAF5;
	text-decoration:none;
	margin-right:40px;
	transition:0.5s ease;
}

.button-particip:hover{
	color: #7AD5E2;
	background:white;
	border:1px solid #7AD5E2;
}

.calendar-new-top-header .phone-in-header{
	font-family: "Roboto";
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	color: #000851;
	vertical-align: sub;
}
.calendar-new-top-block{
	max-width: 1680px;
	min-height:775px;
	max-height:775px;
	min-height:875px; /*для блока с надписью*/
	max-height:875px;
	margin:auto;
	position: relative;
}
.calendar-new-top-block-left, .calendar-new-top-block-right{
	display:inline-block;
	vertical-align: top;
	position: relative;
}
.calendar-new-top-block-right{
	border-radius: 20px;
	background: url('/local/templates/main/img/top_form_pic.png');
	width: 825px;
	height: 764px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.calendar-new-top-block-left>p{
	position: absolute;
	width: 112px;
	height: 23px;
	left: 0px;
	top: 151.5px;
	font-family: "Circe";
	font-style: normal;
	font-weight: normal;

	font-size: 18px;
	line-height: 126%;
	color: #000851;
}
.calendar-new-top-block-left h1{
	position: absolute;
	width: 485px;
	height: 133px;
	left: 0px;
	top: 195px;

	font-family: "Circe";
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
	line-height: 97.5%;
	color: #000851;
}
.calendar-new-top-block-left>span{

	position: absolute;
	width: 481px;
	height: 46px;
	left: 0px;
	top: 348px;
	font-family: "Circe";
	font-style: normal;
	font-weight: 350;
	font-size: 18px;
	line-height: 126%;
	color: #000851;
	
}
.calendar-new-top-block-left-green-block>div{
	position: relative;
}
.calendar-new-top-block-left-green-block>div:nth-child(-n+4):after
{
	display:block;
	content:"";
	position: absolute;
	width: 62.01px;
	height: 0px;
	right: -28px;
	top: 50px;
	opacity: 0.24;
	border: 1px solid #FFFFFF;
	transform: rotate(89.08deg);
	border-right: 1px solid #FFFFFF;
}
.calendar-new-top-block-left-green-block>div span:before{
	content:"";
	position: relative;
	display:block;
	width: 15px;
	height: 30px;
	vertical-align: top;
	left: -30px;
	top:22px;
	width: 24px;
	height: 24px;
	opacity: 0.6;
	position: relative;
}
.calendar-new-top-block-left-green-block div p{
	text-decoration:underline;
	cursor:pointer;
}
.calendar-new-top-block-left-green-block>div:nth-child(1) span:before{
	background: url('/local/templates/main/img/data_pic.png');
	
}
.calendar-new-top-block-left-green-block>div:nth-child(2) span:before{
	background: url('/local/templates/main/img/city_pic.png');
}
.calendar-new-top-block-left-green-block>div:nth-child(3) span:before{
	background: url('/local/templates/main/img/addr_pic.png');
}
.calendar-new-top-block-left-green-block>div:nth-child(4) span:before{
	background: url('/local/templates/main/img/data_pic.png');

}
.calendar-new-top-block-left-green-block>div:nth-child(5) span:before{
	content:"₽";
	font-family: Circe;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 126%;
	color: #FFFFFF;
}
.calendar-new-top-block-left-green-block{
	position: absolute;
	width: 1084px;
	height: 110px;
	left: 0px;
	top: 478.5px;
	top: 578.5px;
	background: linear-gradient(90deg, #99CE86 5.65%, #89B978 100%);
	border: 1px solid rgba(20, 107, 119, 0.22);
	box-sizing: border-box;
	border-radius: 30px;
	z-index:10;
	font-size:0px;
}
.calendar-new-top-block-left-green-block>div{
	width: 172px;
	height: 61px;
	display:inline-block;
	font-family: "Circe";
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 126%;
	color: #FFFFFF;
	text-align:left;
	padding-left:65px;
	vertical-align: top;
}
.calendar-new-top-block-left-green-block>div:nth-child(4){
	width: 202px;
}
.calendar-new-top-block-left-green-block span{
	display:block;
	font-family: Circe;
	font-style: normal;
	font-weight: 350;
	font-size: 18px;
	line-height: 126%;

	color: #FFFFFF;
	vertical-align: top;
	padding-bottom:15px;
}
.calendar-new-top-block-left-green-block .js-open-hidden-form{
	display:inline-block;
	width: 175px;
	height: 54px;
	background: #8CBC7B;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 20px;
	font-family: Circe;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	text-align:center;
	color: #FFFFFF;
	line-height: 54px;
	margin-top: 28px;
	transition: 0.5s ease;
	text-decoration: none;
}

.calendar-new-top-block-left-green-block .js-open-hidden-form:hover{
	background: #FFFFFF;
	color: #8CBC7B;
}

.calendar-new-top-block-left-green-block-to-map{
	color: #FFFFFF;
	text-decoration:underline;
}

.calendar-new-top-block-left-particip{
	position: absolute;
	width: 195px;
	height: 23px;
	left: 0px;
	top: 610px;
	top: 710px;
	font-family: 'Circe';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 126%;
	color: #000851;
}
.calendar-new-top-block-left-company-block{
	position:absolute;
	top:645px;
	top:745px;
	left:0px;
	width:913px;
	/*height:85px;*/
	z-index:100;
	font-size:0px;
}
.calendar-new-top-block-left-company-block>div{
	display:inline-block;
		
}

.calendar-new-top-block-left-company-block>div:nth-child(4){
	margin-top: 40px;
}
.calendar-new-top-block-left-company-block>div div:nth-child(1){
	width: 91px;
	height: 85px;
	background: #FFFFFF;
	border: 1px solid #FFC955;
	box-sizing: border-box;
	border-radius: 30px 0px 0px 30px;
	display:inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 85%;
}
.calendar-new-top-block-left-company-block>div div:nth-child(2){
	width: 196px;
	height: 85px;
	background: linear-gradient(90deg, #FFC955 5.65%, #F7C045 100%);
	border-radius: 0px 30px 30px 0px;
	display:inline-block;
	margin-right:26px;
	vertical-align: top;
	padding:10px 23px 12px 14px;
}
.calendar-new-top-block-left-company-block>div:nth-child(3n+2) div:nth-child(1){
	border: 1px solid #FE936C;
}
.calendar-new-top-block-left-company-block>div:nth-child(3n+2) div:nth-child(2){
	background: linear-gradient(90deg, #FE936C 5.65%, #F8825A 100%);
}
.calendar-new-top-block-left-company-block>div:nth-child(3n+3) div:nth-child(1){
	border: 1px solid #99CE86;
}
.calendar-new-top-block-left-company-block>div:nth-child(3n+3) div:nth-child(2){
	background: linear-gradient(90deg, #99CE86 5.65%, #89B978 100%);
	border: 1px solid rgba(20, 107, 119, 0.22);
	margin-right:0px;
	border-left: 0px;
}
.calendar-new-top-block-left-company-block>div>div>p{
	font-family: "Circe";
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 126%;
	color: #FFFFFF;
	margin:0px;
}
.calendar-new-top-block-left-company-block>div>div>p:nth-child(1){
	margin-bottom:6px;
}
.calendar-new-top-block-left-company-block>div>div>p:nth-child(2){
	font-weight: 350;
	line-height: 95.5%;
}
.calendar-new-descr{
	max-width: 1680px;
	min-height:910px;
	max-height:910px;
	margin:auto;
	position: relative;
	padding-top: 155px;
}
.calendar-new-descr-first-image{
	display:inline-block;
	vertical-align: top;
	position: relative;
	background: url('/local/templates/main/img/About_us_first_pic.png');
	position: absolute;
	right: 0px;
	top: 155px;
	width: 733px;
	height: 465px;
	border-radius: 30px;
}
.calendar-new-descr h1, .calendar-new-descr>p:nth-child(2){
	display:inline-block;
	vertical-align:top;
}
.calendar-new-descr h1{
	width: 92px;
	height: 37px;
	font-family: "Circe";
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 104%;
	color: #000851;
	margin-right:55px;
}
.calendar-new-descr>p:nth-child(2){
	width: 716px;
	font-family: "Circe";
	font-style: normal;
	font-weight: 350;
	font-size: 18px;
	line-height: 126%;
	color: #000851;
	margin: 0px;
	padding-bottom: 132px;
}
.calendar-new-descr>p:nth-child(4){
	width: 600px;
	font-family: "Circe";
	font-style: normal;
	font-weight: 350;
	font-size: 18px;
	line-height: 126%;
	color: #000851;
	position: relative;
	padding: 0px;
	margin: 0px;
	padding-bottom: 66px;
}
.calendar-new-descr>p:nth-child(4):before{
	content:"“";
	position: absolute;
	width: 54px;
	height: 155.25px;
	left: 0px;
	top: -92px;
	font-family: Circe;
	font-style: normal;
	font-weight: bold;
	font-size: 121.5px;
	line-height: 126%;
	color: #FFC955;
}
.calendar-new-descr-second-image{
	display:inline-block;
	vertical-align: top;
	position: relative;
	background: url('/local/templates/main/img/About_us_second_pic.png');
	position: absolute;
	right: 285px;
	top: 377px;
	width: 653px;
	height: 377px;
	border-radius: 30px;
}
.calendar-new-descr-chief-descr{
	padding-left:139px;
}
.calendar-new-descr-chief-descr p:nth-child(1){
	font-family: Circe;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 126%;
	color: #000851;
	position:relative;
}
.calendar-new-descr-chief-descr p:nth-child(2){
	font-family: Circe;
	font-style: normal;
	font-weight: 350;
	font-size: 14px;
	line-height: 126%;
	color: #000851;
	opacity: 0.61;
}
.calendar-new-descr-chief-descr p:nth-child(1):before{
	display:block;
	content:"";
	background: url('/local/templates/main/img/our_chef.png');
	position: absolute;
	width: 115px;
	height: 115px;
	left: -136px;
	top: -28px;
	transform: matrix(-1, 0, 0, 1, 0, 0);
}
.calendar-new-pictures{
	max-width: 1680px;
	min-height:715px;
	max-height:715px;
	margin:auto;
	position:relative;
}
.calendar-new-pictures>div{
	height:538px;
	width:654px;
	position: absolute;
}
.calendar-new-pictures>div:nth-child(1){
	left:0px;
	top:53px;
}
.calendar-new-pictures>div:nth-child(2){
	left:48%;
	top:0px;
	transform: translateX(-50%);
	z-index: 10;
	width: 570px;
	height: 523px;
}
.calendar-new-pictures>div:nth-child(3){
	right:0px;
	top:53px;
	width: 637px;
	height: 507px;
}
.calendar-new-pictures>div>p{
	display:block;
	height: 106px;
	background: linear-gradient(90deg, #7AD5E2 5.65%, #70D0DD 100%);
	border-radius: 30px 30px 0px 0px;
	font-family: "Circe";
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 106px;
	color: #FFFFFF;
	margin:0;
	padding:0;
}
.calendar-new-pictures>div:nth-child(1)>p{
	padding-left: 47px;
}
.calendar-new-pictures>div:nth-child(2)>p{
	text-align:center;
	background: linear-gradient(90deg, #FE936C 5.65%, #F8825A 100%)
}
.calendar-new-pictures>div:nth-child(3)>p{
	padding-left: 125px;
	background: linear-gradient(90deg, #A0BC97 5.65%, #93B18E 100%);
}
.calendar-new-pictures>div>div{
	width: 100%;
	height: 406px;
	background-image: url('/local/templates/main/img/three_pic_first.jpg');
	border-radius:  0px 0px 30px 30px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/*transform: matrix(-1, 0, 0, 1, 0, 0);*/
}
.calendar-new-pictures>div:nth-child(2)>div{
	background-image: url('/local/templates/main/img/three_pic_sec.jpg');
}
.calendar-new-pictures>div:nth-child(3)>div{
	background-image: url('/local/templates/main/img/three_pic_third.jpg');
}
.calendar-new-table{
	max-width: 1680px;
	margin:auto;
}
.calendar-new-table h1{
	font-family: "Circe";
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 104%;
	color: #000851;
}
.calendar-new-table-table{
	display:table;
	margin-bottom:36px;
	width: 100%;
}
.calendar-new-table-row{
	display: block;
	border-bottom: 1px solid #0008514d;
}
.calendar-new-table-row{
	font-family: "Circe";
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 104%;
	color: #000851;
}
.calendar-new-table-row:first-child{
	border-top: 1px solid #0008514d;
	font-weight: 350;
}
.calendar-new-table-row div{
	display: table-cell;
	text-align:center;
	border-left: 1px solid #0008514d;
	height:96px;
	vertical-align: middle;
	padding: 29px 76px;
}
.calendar-new-table-row div:nth-child(1){
	min-width:397px;
	max-width:397px;
	border-left:0px;
}
.calendar-new-table-row div:nth-child(2){
	min-width:424px;
	max-width:424px;
}
.calendar-new-table-row div:nth-child(3){
	min-width:428px;
	max-width:428px;
}
.calendar-new-table-row div:nth-child(4){
	min-width:250px;
	content: "";
	background-size: 40%;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}
.calendar-new-table span{
	font-family: "Circe";
	font-style: normal;
	font-weight: 350;
	font-size: 18px;
	line-height: 104%;
	text-decoration-line: underline;
	color: #000851;
	cursor:pointer;
	transition:0.5s ease;
	position: relative;
	padding-left: 29px;
}
.calendar-new-table span:hover{
	color: #13ADC2;
}

.calendar-new-table span:before{
	position: absolute;
	display: block;
	content:"";	
	width: 24px;
	height: 24px;
	background-image: url('/local/templates/main/img/download_icon.png');
	border-radius: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 3px;
	transition:0.5s ease;
	left: 0px;
}
.calendar-new-table span:hover:before{
	background-image: url('/local/templates/main/img/download_icon_hover.png');
}
.calendar-new-down-register-form{
	max-width: 1680px;
	/*min-height:717px;
	max-height:717px;*/
	margin:auto;
}
.calendar-new-down-register-form h1, .calendar-new-down-register-form-after-banner h1{
	font-family: "Circe";
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 104%;
	color: #000851;
	padding-bottom: 10px;
}
.calendar-new-down-bonuses{
	max-width: 1680px;
	/*min-height:1041px;
	max-height:1041px;*/
	margin:auto;
	padding-top: 50px;
}
.calendar-new-down-bonuses h1{
	font-family: "Circe";
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 104%;
	color: #000851;
}
.calendar-new-down-bonuses>div{
	display: inline-block;
	width: 49.8%;
	max-width:825px;
	font-size: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.calendar-new-down-bonuses>div:nth-child(2) div{
	width:100%;
	height: 392px;
	background: url('/local/templates/main/img/event_plus_first_img.jpg');
	border-radius: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.calendar-new-down-bonuses>div:nth-child(3){
	height: 814px;
	background: url('/local/templates/main/img/event_plus_third_img.jpg');
	border-radius: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 24px;
	position: relative;
}
.calendar-new-down-bonuses>div:nth-child(2) div:before,
.calendar-new-down-bonuses>div:nth-child(3):before{
	display:block;
	content:"Проводится в бизнес-отеле, включено питание";
	position: absolute;
	width: 564px;
	height: 68px;
	left: 0px;
	bottom: 0px;
	background: linear-gradient(90deg, #7AD5E2 5.65%, #70D0DD 100%);
	border-radius: 0px 18px;
	font-family: Circe;
	font-style: normal;
	font-weight: 350;
	font-size: 24px;
	line-height: 68px;
	color: #FFFAF5;
	text-align: center;
}
.calendar-new-down-bonuses>div:nth-child(2) div:nth-child(2):before{
	background: linear-gradient(90deg, #FFC955 5.65%, #F7C045 100%);
	content:"Удобная транспортная доступность";
	width: 441px;
}
.calendar-new-down-bonuses>div:nth-child(3):before{
	background: #99CE86;
	content:"Бонусы для сетей и пользователей портала ФармТьютор";
	width: 684px;
}
.calendar-new-down-bonuses>div:nth-child(2) div:nth-child(1){
	margin-bottom:30px;
}
.calendar-new-down-bonuses>div:nth-child(2) div:nth-child(2){
	margin-bottom:30px;
	background-image: url('/local/templates/main/img/event_plus_second_img.jpg');
}

.calendar-new-big-banner{
	margin:auto;
}
.calendar-new-big-banner div{
	width: 100%;
	height: 478px;
	background-image: url('/local/templates/main/img/pharm_tur.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.calendar-new-down-register-form-after-banner{
	max-width: 1680px;
	margin:auto;
}
.new-footer-black{
	width:100%;
	height: 168px;
	background: #262524;
	font-family: "Circe";
	font-style: normal;
	font-weight: 350;
	font-size: 18px;
	line-height: 104%;
	color: #FFFFFF;
}
.new-footer-black>div{
	max-width: 1680px;
	margin:auto;
}
.new-footer-black>div:nth-child(1){
	padding-top:52px;
	padding-bottom:27px;
}
.new-footer-black>div:nth-child(1) div{
	width:49.8%;
	display:inline-block;
	vertical-align:top;
}
.new-footer-black>div:nth-child(1) div:nth-child(2){
	text-align:right;
}
.new-footer-black>div:nth-child(2) a{
	font-weight: 350;
	font-size: 18px;
	text-decoration-line: underline;
	color: #FFFFFF;;
}
.new-footer-black>div:nth-child(2) a:first-child{
	padding-right:44px;
}

.new-footer-black .soc-network-cont{
	display: inline-block;
	height: 30px;
	padding: 0px;
	vertical-align: sub;
}
.new-footer-black .soc-network-cont a{
	background-image: url('/local/templates/main/img/vk_not_loght.png');
	width: 28.46px;
	height: 28.46px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	margin-right:30.46px;
	font-size:0;
	transition:0.5s ease;
}
.new-footer-black .soc-network-cont a:nth-child(2){
	background-image: url('/local/templates/main/img/inst_not_light.png');
}
.new-footer-black .soc-network-cont a:nth-child(3){
	background-image: url('/local/templates/main/img/fb_not_light.png');
	margin-right:0px;
}
.new-footer-black .soc-network-cont a:nth-child(4){
	background-image: url('/local/templates/main/img/tg.png');
}

.new-footer-black .soc-network-cont a:nth-child(1):hover{
	background-image: url('/local/templates/main/img/vk_not_dark_hover.png');
}
.new-footer-black .soc-network-cont a:nth-child(2):hover{
	background-image: url('/local/templates/main/img/inst_not_dark_hover.png');
}
.new-footer-black .soc-network-cont a:nth-child(3):hover{
	background-image: url('/local/templates/main/img/fb_not_dark_hover.png');
}
.new-footer-black .soc-network-cont a:nth-child(4):hover{
	background-image: url('/local/templates/main/img/tg.png');
}
.calendar-new-down-register-form{
}

.limited-width-remake{
	padding:0px;
}

.limited-width-remake{
	display:inline-block;
	font-size: 0;
	box-sizing: border-box;
	width: 49.8%;
	vertical-align: top;
}
.calendar-new-down-register-form .limited-width-remake:nth-child(3){
	background-image: url('/local/templates/main/img/Wear a Mask.jpg');
	height: 558px;
	/*width: 558px;
	height: 558px;*/
	display: inline-block;
	background-position: center -60px;
	background-repeat: no-repeat;
}
.calendar-new-page .event-subscribe-form input[type="text"], 
.calendar-new-page .event-subscribe-form input[type="email"], 
.calendar-new-page .event-subscribe-form input[type="tel"]{
	width: 825px;
	height: 79px;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	border-radius: 30px;
	font-family: 'Circe';
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 104%;
	color: #000851;
	margin-bottom:30px;
	display: block;
}


.calendar-new-page .event-subscribe-form input[type="text"]::placeholder, 
.calendar-new-page .event-subscribe-form input[type="email"]::placeholder, 
.calendar-new-page .event-subscribe-form input[type="tel"]::placeholder{
	opacity: 0.31;
}
/*:focus:required:invalid*/
.calendar-new-page .event-subscribe-form input[type="text"]:required:valid, 
.calendar-new-page .event-subscribe-form input[type="email"]:required:valid, 
.calendar-new-page .event-subscribe-form input[type="tel"]:required:valid
{
	border-color: rgba(0, 0, 0, 0.12);
}

.calendar-new-page .event-subscribe-form input[type="text"]:focus:required:invalid, 
.calendar-new-page .event-subscribe-form input[type="email"]:focus:required:invalid, 
.calendar-new-page .event-subscribe-form input[type="tel"]:focus:required:invalid
{
	border: 1px solid #EB6969;
}


.calendar-new-page .btn-green{
	width: 319px;
	height: 79px;
	background: #99CE86;
	border: 1px solid #99CE86;
	box-sizing: border-box;
	border-radius: 20px;
	font-family: Circe;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 79px;
	color: #FFFFFF;
	text-transform: unset;
	padding-top:0px;
	padding-bottom:0px;
	background-size: 558px 558px;
	cursor: pointer;
}
.calendar-new-page .btn-green:hover{
	color: #99CE86;
	border: 1px solid #99CE86;
	transition:0.5s ease;
	background:white;
}
.calendar-new-page .col-md-5{
	padding-left: 0px;
}
.calendar-new-down-register-form-after-banner h1{
	padding-top:150px;
}
.calendar-new-down-register-form-after-banner .limited-width-remake:nth-child(3) {
	padding-left:150px;
}
.calendar-new-page .accept-text{
	font-family: "Circe";
	font-style: normal;
	font-weight: 350;
	font-size: 13px;
	line-height: 126%;
	color: #000851;
	opacity: 0.6;
	width: 814px;
}
.calendar-new-down-register-form-after-banner .event__phone{
	font-family: "Circe";
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 53px;
	color: #000851;
	margin: 0;
}
.calendar-new-down-register-form-after-banner .event__email{
	font-family: "Circe";
	font-style: normal;
	font-weight: 300;
	font-size: 36px;
	line-height: 53px;
	color: #000851;
	opacity: 0.55;
	padding-bottom:9px;
	margin: 0;
}
.calendar-new-down-register-form-after-banner .event__loc{
	font-family: "Circe";
	font-style: normal;
	font-weight: 300;
	font-size: 36px;
	line-height: 53px;
	color: #000851;
	opacity: 0.55;
	margin: 0;
}
.calendar-new-down-register-map{
	max-width: 1680px;
	height:600px;
	margin:auto;
}

/*pop-up*/

.second-form-pop-up-after{
	position: fixed;
	top: 0px;
	left: 0px;
	margin: auto;
	width: 100%;
	background: #00000036;
	bottom: 0px;
	z-index: 300;
}

.second-form-pop-up-after-inside{
	
}

.second-form-pop-up-after-inside .col-md-5{
	padding-left: 0px;
	margin: auto;
	background: #FFFAF5;
	border-radius: 30px;
	padding:60px;
	top: 9px;
	max-width:949px;;
}

.second-form-pop-up-after-inside .col-md-5 h1{
	font-family: "Circe";
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 104%;
	color: #000851;
	text-align:center;
}

.second-form-pop-up-after-inside .col-md-5 p:nth-child(3){
	font-family: "Circe";
	font-style: normal;
	font-weight: 350;
	font-size: 24px;
	line-height: 104%;
	color: #000851;
	text-align:center;
}

.second-form-pop-up-after-inside-image{
	background-image: url('/local/templates/main/img/pop_up_healthcare_form.png');
	height: 300px;
	width: 300px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
	margin-bottom:50px;
}
.second-form-pop-up-after-inside .col-md-5>p{
	margin-bottom:0px;
}

.second-form-pop-up-after-inside-agreement{
	font-family: "Circe";
	font-style: normal;
	font-weight: 350;
	font-size: 13px;
	line-height: 126%;
	color: #000851;
	opacity: 0.6;
}

.calendar-new-page .event-subscribe-form input[type="submit"]{
	max-width: max-content;
	border-radius: 20px;
	padding: 0px 34px;
	margin-top: 0px;
	margin-top:20px;
}

.calendar-new-pop-register{
	position: fixed;
	top: 0px;
	left: 0px;
	margin: auto;
	width: 100%;
	background: #00000036;
	bottom: 0px;
	z-index: 300;
	max-width: 100%;
	min-height: auto;
	min-height: 100%;
	max-height: max-content;
}
.second-form-pop-up-first-after-inside{
	margin: auto;
	background: #FFFAF5;
	border-radius: 30px;
	padding: 60px;
	top: 100px;
	max-width: 949px;
	
}


.second-form-pop-up-first-after-inside .soc-network-cont a{
	background-image: url('/local/templates/main/img/vk_not_loght.png');
	width: 28.46px;
	height: 28.46px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	margin-right:30.46px;
	font-size:0;
	transition:0.5s ease;
}
.calendar-new-pop-register-finish{
	padding-top:6px;
	text-align:center;
}
.second-form-pop-up-first-after-inside .soc-network-cont a:nth-child(2){
	background-image: url('/local/templates/main/img/inst_not_light.png');
}
.second-form-pop-up-first-after-inside .soc-network-cont a:nth-child(3){
	background-image: url('/local/templates/main/img/fb_not_light.png');
	margin-right:0px;
}
.second-form-pop-up-first-after-inside .soc-network-cont a:nth-child(4){
	background-image: url('/local/templates/main/img/tg.png');
}

.second-form-pop-up-first-after-inside .soc-network-cont a:nth-child(1):hover{
	background-image: url('/local/templates/main/img/vk_not_dark_hover.png');
}
.second-form-pop-up-first-after-inside .soc-network-cont a:nth-child(2):hover{
	background-image: url('/local/templates/main/img/inst_not_dark_hover.png');
}
.second-form-pop-up-first-after-inside .soc-network-cont a:nth-child(3):hover{
	background-image: url('/local/templates/main/img/fb_not_dark_hover.png');
}
.second-form-pop-up-first-after-inside .soc-network-cont a:nth-child(4):hover{
	background-image: url('/local/templates/main/img/tg.png');
}

.calendar-new-pop-register-finish{
	text-align: center;
	/*position: relative;*/
}
.calendar-new-pop-register-finish h1{
	font-family: "Circe";
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 104%;
	text-align: center;
	color: #000851;
}
.calendar-new-pop-register-finish p{
	font-family: "Circe";
	font-style: normal;
	font-weight: 350;
	font-size: 24px;
	line-height: 104%;
	color: #000851;
}

.mobile-burger-menu{
	display:none;
}

.js-finish-form-hidden-close{
	position:absolute;
	background-image: url('/local/templates/main/img/close_icon.png');
	width: 24px;
	height: 24px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	font-size:0;
	transition:0.5s ease;
	top:35px;
	right: 50%;
	transform: translateX(425px);
	cursor: pointer;
	z-index: 100;
}

.second-form-pop-up-first-after-inside .js-finish-form-hidden-close{
	top: 40px;
}



.calendar-new-down-register-form{
	padding-top: 85px;
}



.calendar-new-down-register-form-after-banner h1{
	padding-top: 0px;
}
.calendar-new-show-message{
	/*height:25px;*/
	width:100%;
	color:blue;
	font-size: 20px;
	/*margin-bottom:40px;*/
}

.second-form-pop-up-after-inside .calendar-new-show-message{
	text-align: center;
	margin-bottom:10px!important;
}
.input-container-form-new{
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
}
.event-subscribe.limited-width.limited-width-remake{
		width:100%;
		margin-bottom: 0px;
}

.calendar-new-page-fixed-top{
	position: fixed;
	z-index: 200;
	top: 0px;
	background-color: #FFFAF5;
	left: 50%;
	transform: translateX(-50%);
	min-width: 100%;
	padding-left: 5%;
}

.calendar-new-page-fixed-top .right-container{
	min-width: 85%;
}
.button-particip-mobile {
	display:none;
}
.calendar-new-top-block-left__info-for-user{
	top: 418px!important;
}
@media all and (min-width: 1679px) {
	.calendar-new-down-register-form-after-banner{
		padding-top: 57px;
		padding-bottom: 57px;
	}
	.event-subscribe.limited-width.limited-width-remake{
		width:49%;
	}
	.finish-form-hidden-close-first{
		top: 120px!important;
	}
}
@media all and (min-width: 1101px) and (max-width: 1679px) {

	.calendar-new-top-header .right-container{
		min-width: 86%;
	}
	.calendar-new-page{
		margin-left:2%;
		margin-right:2%;
	}
	.calendar-new-top-block-right{
		width:50%;
	}
	.calendar-new-descr-first-image{
		width:40%;
	}
	.calendar-new-descr > p:nth-child(2){
		width: 40%;
	}
	.calendar-new-descr > p:nth-child(4){
		width:40%;
	}
	.calendar-new-descr-second-image{
		right: 18%;
		top: 435px;
		right: 15%;
		width: 40%
	}
	.calendar-new-pictures > div:nth-child(3){
		transform: none;
		top: 580px;
		right: auto;
		left: 0px;
		z-index: 100;
	}
	.calendar-new-pictures > div:nth-child(2){
		left: auto;
		right: 0px;
		transform: none;
		top: 310px;
	}
	.calendar-new-pictures{
		min-height: 1200px;
		max-height: 1200px;
	}
	.calendar-new-table{
		min-height: auto;
		max-height: max-content;
	}
	.calendar-new-table-row div{
		padding:29px 76px;
	}
	.calendar-new-table-row div:nth-child(1){
		min-width: 250px;
		max-width: 250px;
	}
	.calendar-new-table-row div:nth-child(2) {
		min-width: 280px;
		max-width: 280px;
	}
	.calendar-new-table-row div:nth-child(3) {
		min-width: 380x;
		max-width: 380px;
	}
	.calendar-new-table-row div:nth-child(4) {
		/*min-width: 600px;
		max-width: 600px;*/
		text-align: left;
		
	}
	.calendar-new-down-register-form .limited-width-remake:nth-child(3){
		display: none;
	}
	.calendar-new-down-register-form{
		padding-top: 85px;
		padding-bottom: 85px;
		/*margin-left:0px;*/
	}
	.event-subscribe.limited-width.limited-width-remake{
		width:100%;
	}
	.input-container-form-new{
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.calendar-new-page .event-subscribe-form input[type="text"], .calendar-new-page .event-subscribe-form input[type="email"], .calendar-new-page .event-subscribe-form input[type="tel"]{
		width: 89%;
	}
	.calendar-new-down-bonuses > div{
		width: 100%;
		max-width: 100%;
	}
	.calendar-new-down-bonuses{
		min-height: auto;
		max-height: max-content;
	}
	.calendar-new-down-bonuses > div:nth-child(3){
		height: 392px;
		margin-left: 0px;
		margin-bottom: 150px;
	}
	.calendar-new-down-register-form-after-banner{
		min-height: auto;
		max-height: max-content;
		padding-bottom:53px;
		padding-top: 150px;
	}
	.calendar-new-down-register-form-after-banner .limited-width-remake{
	
	}
	.calendar-new-down-register-form-after-banner .limited-width-remake:nth-child(3){
		padding-left:0px;
		margin-top: 50px;
	}
	.calendar-new-down-register-form-after-banner h1{
		padding-top:0px;
	}
	.new-footer-black{
		height: auto;
		padding: 10px 15px 20px;
		margin: 0;
		padding-left: 2%;
		padding-right: 2%;
	}
	.new-footer-black > div:nth-child(1) div:nth-child(2){
		padding-right: 10px;
	}
	.calendar-new-pop-register-finish{
		margin:0px;
	}
	.calendar-new-pop-register{
		margin:0px;
	}
	.calendar-new-page-fixed-top{
		min-width: 100%;
		max-width: 100%;
		margin: 0px;
		padding-left: 2%;
	}
	.finish-form-hidden-close-first{
		top: 120px!important;
	}
}


@media all and (max-width: 1100px) {
	.mobile-burger-menu{
		background: url('/local/templates/main/img/burger_menu.png');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		width: 24px;
		height: 24px;
		top: 41px;
		right: 30px;
		display: block;
		position: absolute;
		content: "";
		cursor: pointer;
	}
	.calendar-new-top-header .logo-container{
		text-align:center;
		margin-left: 30px;
}

	.calendar-new-top-block-left > p{
		font-size: 14px;
		left:30px;
		top: 50px;
		
	}
	.calendar-new-top-block-left h1{
		width: 40%;
		font-size: 36px;
		line-height: 97.5%;
		left:30px;
		top: 81px;
	}
	.calendar-new-top-block-left > span{
		left:30px;
		width: 90%;
		top: 181px;
	}
	.calendar-new-top-block-left-green-block{
		width: auto;
		left: 50%;
		position: relative;
		transform: translateX(-50%);
		height: auto;
		padding-bottom: 20px;
		max-width: 80%;
		max-width: 80%;
		top: 308px;
		top: 408px;
	}
	.calendar-new-top-block-left-green-block > div{
		height: 100px;
		width: 48%;
		padding-left: 40px;
	}
	.calendar-new-top-block-left-green-block > div:nth-child(-n+4)::after {
		display:none;

	}
	.calendar-new-top-block-left-green-block > div:nth-child(odd){
		border-right: 1px solid #FFFFFF3D;
		margin-left:10px;
	}
	.calendar-new-top-block-left-green-block > div:nth-child(-n+4){
		border-bottom: 1px solid #FFFFFF3D;
	}
	.calendar-new-top-block-left-green-block a{
		margin-left: 10px;
		max-width: 45%;
		padding-left:2px;
		padding-right:2px;
	}
	.calendar-new-top-block-left-green-block > div:nth-child(3) a{
		margin-left: 0px;
	}
	.calendar-new-top-block-left-green-block .js-open-hidden-form{
		height: 42px;
		line-height: 42px;
		font-weight: 350;
		font-size: 15px;
	}
	.calendar-new-top-block-left-green-block>div:nth-child(4){
		width: 48%;
	}
	.calendar-new-top-block-left-company-block > div div:nth-child(2){
		margin-right: 0px;
		width: auto;
	}
	.calendar-new-top-block-left-company-block > div:nth-child(4){
		margin-top: 0px;
	}
	.calendar-new-top-block-right{
		height: 382px;
		border-radius: 0px;
		width: 100%;
		background-repeat: no-repeat;
		background-size: auto;
		top: 276px;
		top: 376px;
		background-position: center;
	}
	.calendar-new-top-block {
		min-height: 1120px;
		max-height: 1120px;
		min-height: auto;
		max-height: none;
	}
	.calendar-new-top-block-left-company-block > div{
		display: block;
		margin-bottom: 20px;
	}
	.calendar-new-top-block-left-company-block{
		left: 50%;
		transform: translateX(-50%);
		width: max-content;
	}
	.calendar-new-top-block-left-company-block{
		position: relative;
		margin-top: 450px;
		margin-top: 530px;
		top: 0px;
	}
	.calendar-new-top-block-left-particip{
		left: 30px;
		top: 714px;
	}
	.calendar-new-descr-first-image, .calendar-new-descr-second-image{
		display:none;
	}
	.calendar-new-descr{
		padding-top: 70px;
		max-height: max-content;
		min-height: max-content;
		padding-bottom: 30px;
	}
	.calendar-new-descr h1{
		padding-bottom:20px;
		padding-left:30px;
		width: max-content;
		font-size: 24px;
		line-height: 104%;
	}
	.calendar-new-descr > p:nth-child(2), .calendar-new-descr > p:nth-child(4){
		width: 100%;
		padding: 20px 30px 110px 30px;
	}
	.calendar-new-descr > p:nth-child(4){
		padding: 20px 30px 50px 30px;
	}
	.calendar-new-descr > p:nth-child(4)::before{
		left: 25px;
		top: -60px;
	}
	
	.calendar-new-descr-chief-descr {
		padding-left: 170px;
	}
	.calendar-new-pictures > div > p{
		font-size: 14px;
		line-height: 126%;
		height:69px;
		line-height:69px;
	}
	.calendar-new-pictures > div:nth-child(1){
		left: 20px;
	}
	.calendar-new-pictures > div:nth-child(2){
		right: 20px;
		top: 459px;
		left: auto;
		transform: none;
		width: 90%;
		left: 0px;
	}
	.calendar-new-pictures > div:nth-child(3){
		left: 20px;
		top: 865px;
		z-index: 100;
		right: 0px;
		left: unset;
	}
	.calendar-new-pictures>div:nth-child(1)>p{
		border-radius: 30px 0px 0px 0px;
	}
	.calendar-new-pictures>div:nth-child(1)>div{
		border-radius: 0px 0px 0px 30px;
	}
	.calendar-new-pictures>div:nth-child(2)>p{
		border-radius: 0px 30px 0px 0px;
		padding-left: 0px;
		text-align:center;
	}
	.calendar-new-pictures>div:nth-child(2)>div{
		border-radius: 0px 0px 30px 0px;
	}
	.calendar-new-pictures>div:nth-child(3)>p{
		border-radius: 30px 0px 0px 0px;
		padding-left: 0px;
		text-align: center;
	}
	.calendar-new-pictures>div:nth-child(3)>div{
		border-radius: 0px 0px 0px 30px;
	}

	.calendar-new-pictures{
		min-height: 1420px;
		max-height: 1420px;
	}
	.calendar-new-table-csroll{
		overflow-x: scroll;
		margin-bottom: 20px;
	}
	.calendar-new-table-table{
		width: 1000px;
		margin-left: 20px;
	}
	.calendar-new-table h1{
		position:relative;
		padding-bottom:83px;
		padding-left:31px;
		font-size: 24px;
	}
	.calendar-new-table h1:after{
		background: url('/local/templates/main/img/scroll_icon.png');
		border-radius: 20px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		width: 22px;
		height: 25.78px;
		/*opacity: 0.55;*/
		top: 2px;
		left: 300px;
		display: block;
		position: absolute;
		content: "";
	}
	.calendar-new-down-register-form{
		/*min-height: 520px;
		max-height: 500px;*/
		padding-top: 15px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.second-form-pop-up-first-after-inside{
		padding: 20px;
	}
	.calendar-new-down-register-form h1, .calendar-new-down-register-form-after-banner h1{
		padding-top: 70px;
		font-size: 24px;
		line-height: 104%;
		padding-left:30px;
	}
	
	.second-form-pop-up-after-inside .col-md-5 h1{
		padding-top: 10px;
		padding-left:0px;
		padding-bottom: 0px;
	}
	.second-form-pop-up-after-inside-image{
		height: 198px;
		width: 198px;
	}
	.calendar-new-down-bonuses h1{
		display:none;
	}
	.calendar-new-page .download-link{
		padding-left:30px;
	}
	.calendar-new-top-header .right-container{
		display:none;
	}
	.limited-width-remake{
		width:100%;
	}
	.calendar-new-page .event-subscribe-form input[type="text"], .calendar-new-page .event-subscribe-form input[type="email"], .calendar-new-page .event-subscribe-form input[type="tel"]{
		width: 90%;
		margin: auto;
		margin-bottom: auto;
		display: block;
		margin-bottom: 10px;
		height:49px;
	}
	.calendar-new-page .accept-text{
		width:90%;
		padding-left:30px;
	}
	.calendar-new-page .btn-green{
		height:49px;
		line-height:49px;
		margin-left:30px;
	}
	.calendar-new-down-register-form h1, .calendar-new-down-register-form-after-banner h1{
		/*padding-bottom:27px;*/
		padding-bottom: 10px;
		padding-top: 20px;
	}
	.calendar-new-down-register-form .limited-width-remake:nth-child(3){
		display:none;
	}
	.calendar-new-down-bonuses{
		min-height: auto;
		max-height: none;
		margin-bottom: -110px;
	}
	.calendar-new-big-banner{
		display:none;
	}
	.calendar-new-down-bonuses > div{
		width: 100%;
	}
	.calendar-new-down-bonuses > div:nth-child(2) div{
		width: 90%;
		left: auto;
		right: 0px;
	}
	.calendar-new-down-bonuses > div:nth-child(2) div::before, .calendar-new-down-bonuses > div:nth-child(3)::before{
		width: 100%;
		border-radius: 0 0 18px 18px;
		font-size: 14px;
	}
	.calendar-new-down-bonuses > div:nth-child(2) div:nth-child(1){
		margin: auto;
		margin-right: 0px;
		z-index:100;
		border-radius: 18px 0 0  0;
	}
	.calendar-new-down-bonuses > div:nth-child(2) div::before{
		border-radius: 0 0 0 18px;
	}
	.calendar-new-down-bonuses > div:nth-child(2) div:nth-child(2)::before{
		width: 100%;
		font-size: 14px;
		border-radius: 0  0  18px 0;
	}
	.calendar-new-down-bonuses > div:nth-child(2) div:nth-child(2){
		top: -68px;
		margin-bottom: 30px;
		z-index: 50;
		border-radius: 0  18px 18px 0;
		background-position: right;
	}
	.calendar-new-down-bonuses > div:nth-child(3){
		position: relative;
		width: 90%;
		margin: auto;
		margin-right: 0px;
		height: 392px;
		display: block;
		top: -166px;
	}
	.calendar-new-pictures > div{
		width:90%;
	}
	.calendar-new-pictures > div:nth-child(3){
		width:90%;
	}
	.calendar-new-pictures > div:nth-child(1){
		right: 0px;
		left: unset;
	}
	.calendar-new-down-register-form-after-banner{
		padding-bottom: 60px;
	}
	.calendar-new-down-register-form-after-banner .limited-width-remake:nth-child(3){
		padding-left: 0px;
		padding-top: 30px;
	}
	.calendar-new-top-block-left{
		width: 100%;
		padding-left: 0px;
	}
	
	.calendar-new-page{
		min-width:100%;
		max-width:100%;
	}
	.calendar-new-page .event-subscribe{
		margin-bottom: 20px;
	}
	.calendar-new-down-register-form-after-banner .event__phone{
		font-size: 24px;
		line-height: 35px;
		padding-left: 29px;
		padding-bottom: 27px;
	}
	.calendar-new-down-register-form-after-banner .event__email{
		font-size: 24px;
		line-height: 35px;
		padding-left: 29px;
		padding-bottom: 27px;
	}
	.calendar-new-down-register-form-after-banner .event__loc{
		font-size: 24px;
		line-height: 35px;
		padding-left: 29px;
		padding-top: 27px;
	}
	.new-footer-black{
		height:auto;
	}
	.new-footer-black > div:nth-child(1) div{
		padding-left: 30px;
		padding-bottom: 20px;
		width:100%;
	}
	.new-footer-black > div:nth-child(1) div:nth-child(2){
		text-align: left;
	}
	.new-footer-black > div:nth-child(2) a{
		display:block;
		padding-left:30px;
		padding-bottom:30px;
	}
	.second-form-pop-up-after-inside .col-md-5{
		padding:20px;
	}
	.js-finish-form-hidden-close{
		top: 20px;
		right: 20px;
		transform: none;
	}
	.js-first-form-pop-up-before .calendar-new-show-message{
		padding-left: 30px;
	}
	.second-form-pop-up-first-after-inside .js-finish-form-hidden-close{
		top: 30px;
	}
	.calendar-new-pop-register{
		margin-top:0px;
	}
	.calendar-new-page-fixed-top{
		min-width: 100%;
		max-width: 100%;
	}
	.calendar-new-top-header .button-particip-mobile {
		display:block;
		max-width: max-content;
		right: 10px;
		position: absolute;
		top: 17px;
		margin-right:0px;
	}
	.calendar-new-top-block-left__info-for-user{
		top: 240px !important;
	}
}

@media all and (max-width: 425px) {
	.calendar-new-top-block-left-green-block{
		max-width: 95%;
	}
}
