/*FONTS*/

@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/ProximaNova-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/ProximaNova-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/ProximaNova-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/ProximaNova-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/ProximaNova-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: regular;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Semibold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/ProximaNova-Semibold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/ProximaNova-Semibold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/ProximaNova-Semibold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/ProximaNova-Semibold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/ProximaNova-Semibold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/ProximaNova-Bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/ProximaNova-Bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/ProximaNova-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/ProximaNova-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/ProximaNova-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNovaExtraBold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/ProximaNovaExtraBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/ProximaNovaExtraBold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/ProximaNovaExtraBold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/ProximaNovaExtraBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/ProximaNovaExtraBold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/ProximaNovaExtraBold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Black.eot"); /* IE9 Compat Modes */
  src: url("../fonts/ProximaNova-Black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/ProximaNova-Black.otf") format("opentype"), /* Open Type Font */
    url("../fonts/ProximaNova-Black.svg") format("svg"), /* Legacy iOS */
    url("../fonts/ProximaNova-Black.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/ProximaNova-Black.woff") format("woff"), /* Modern Browsers */
    url("../fonts/ProximaNova-Black.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 900;
  font-style: normal;
}

/*BS overrides*/

.text-primary {
	color: #0052cc !important;
}


.btn {
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
.btn-primary {

	height: 52px;
	background-color: #a0c800;
  border-color: #a0c800;
}
.btn-primary:hover, .btn-primary:active {
	cursor: pointer;
	box-shadow: 0px 0px 20px rgb(160 200 0);
	color: #fff;
  background-color: #a0c800;
  border-color: #a0c800;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #a0c800;
  border-color: #a0c800;
}

.btn-outline-primary {
	color: #0052cc  !important;
	border-color: #0052cc !important;
}
.btn-outline-primary:hover {
	color: #fff !important;
}

.ask__btn {
	padding-left: 30px; 
	padding-right: 30px;
}


/*Other overrides*/
.mt-20 {margin-top: 30px}
.mt-30 {margin-top: 30px}
.mt-50 {margin-top: 50px}
.mt-80 {margin-top: 80px}
.mt-100 {margin-top: 100px}

.mb-20 {margin-bottom: 30px}
.mb-30 {margin-bottom: 30px}
.mb-50 {margin-bottom: 50px}
.mb-80 {margin-bottom: 80px}
.mb-100 {margin-bottom: 100px}



/*BS help*/
.ui-widget.ui-dialog.ui-dialog-off-canvas {
	background: #fff !important;
}

/*Specifications*/
body {
  	font-family: "ProximaNova";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: normal;
	color: #253858;
  	background-color: #f4f5f7;
}
body {
overflow-y: visible !important;
}

div, form, input, p, a, span {
    box-sizing: border-box;
}
ul,li, p {
    display: block;
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

a, a:hover, button {
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s ease;
}
a {
  color: #0052cc;
}
button:active, button:focus, input:active, input:focus {
  outline: none !important;
  text-decoration: none !important;
}
button:hover {
  cursor: pointer;
}
section, footer, header {
	overflow: hidden;
}
:focus {
	outline: none !important;
}
.header__name h1 {
	font-size: 100px;
	color: #FFFFFF;
  	font-weight: bold;
}
h1, h2 {
	font-size: 48px;
	line-height: 1.13;
  	font-weight: bold;
}
 h3 {
  	font-weight: bold;
}

h1.header {
	margin: 50px 0 40px;
}

.rubric_desc {
	font-size: 18px;
	margin-bottom: 50px;
}
.rubric_desc p {
	margin-bottom: 10px;
}

.btn-secondary {
  box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.12);
  background-color: #0052cc;
  border: 1px solid #0052cc;
  color: #fff;
}

.btn-light {
  background: rgba(250, 250, 250, 0.11);
  border: none;
}
.typical-link {
  color: #0052cc;
  font-size: 18px;
  font-weight: 600;
}
.typical-link img {
  margin-left: 10px;
}
.blue {
  color: #0050c0;
}
.gray {
	    color: #253858;
	    opacity: .5
}
.body__wrap {
  overflow: hidden;
}


.yamaps-field-map {
	border-radius: 10px;
	    overflow: hidden;
}
.ymaps-2-1-77-controls__toolbar,
.ymaps-2-1-77-gotoymaps {
	display: none !important;
}
.feedback__block {
	background: #fff;
	border-radius: 30px;
	padding: 50px;
	margin-top: 50px;
}
.feedback__wrapper {
	background: url("/themes/custom/infotec_theme/img/izometry.svg") center center no-repeat;
}

.modules__more {
	max-width: 300px;
	margin: 0 auto;
}
#up {
    background: #0052cc;
    color: #fff;
    display: block;
    height: 50px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    width: 50px;
    opacity: 0;
    z-index: 20;
    bottom: 30px;
    right: 30px;
    border-radius: 3px;
    padding-top: 9px;
    border-bottom: none;
}


/*NAV*/


.navbar {
	height: 100px;
	align-items: normal;
	padding: 0;
}

.navbar a {
    color: #253858;
    font-size: 14px;
}


.navbar-logo {
	display: flex;
    align-items: center;
}

.navbar-logo span {
	opacity: 0.69;
    font-size: 10px;
    line-height: 0.9;
    max-width: 91px;
    margin-left: 15px;
    display: block;
}


.navbar a.nav-link {
  height: 100%;
  align-items: center;
  display: flex;
}

.navbar li.nav-item a.nav-link:before {
  display: block;
  content: '';
  width: 0px;
  height: 3px;
  background-color: #0052cc;
  position: absolute;
  top: 97px;
  left: 0;
  transition: all 0.5s ease;
}
.navbar li.nav-item.active a.nav-link:before,
.navbar li.nav-item:hover a.nav-link:before  {
  width: 100%;
}


.navbar-main li.nav-item {
	margin-left: 40px;
	position: relative;
}
.navbar-main li.nav-item a.nav-link {
	font-size: 18px;
    font-weight: 600;
    padding: 0;
        white-space: nowrap;
}
.navbar li.nav-item  a.dropdown-item {
    padding: 10px 20px;
    cursor: pointer;
}

.navbar-slave li.nav-item {
	margin-left: 20px;
}

.navbar-slave li.nav-item.nav-support {
	margin-left: 40px;
}

.navbar-slave li.nav-item .btn {
	margin-top: 33px;
}

.navbar-slave a.nav-link img {
	position: absolute;
	margin-left: -34px;
    margin-top: -2px;
}

.navbar .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: inherit;
    content: "";
    width: 20px;
    height: 12px;
    border: 0;
    background: url(/themes/custom/infotec_theme/img/ardown.svg) no-repeat;
    background-size: 16px;
}

nav.navbar .dropdown:hover > .dropdown-menu {
 display: block; 
} 

.navbar li.nav-item a.dropdown-item:hover {
	background: #F4F5F7 !important;
}


.nav__menu li.active a:after, .nav__menu li:hover a:after {
    width: 0;
}

.nav__menu li.active > a:after, .nav__menu li:hover > a:after {
  width: 100%;
}

.dropdown:hover .menu__collapsed {
  opacity: 1;
  left: 0;

}

.dropdown {
  position: inherit !important;
}


.navbar-nav .nav-link {
  position: relative;
}

.dropdown-menu, .nav-item .dropdown-menu.show {
  display: none !important;
}

@media screen and (min-width: 767px) {
	.navbar-collapse {
		display: flex;
		height: 100%;
	}
}


.menu__collapsed {
  width: 100%;
  background: #f4f5f7;
  position: absolute;
  left: 0;
  padding: 30px 0;
  border-top: 1px solid #dbe5f2;
  top: 100px;
  box-shadow: 0 13px 20px 0 rgba(0, 0, 0, 0.12);
  z-index: 10;
  opacity: 0;
  left: -200%;
  transition: opacity 0.5s ease;
}

.menu__collapsed .menu__item span {
  color: #0052cc;
}
.menu__collapsed .menu__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 2.75;
  color: #002156;    
  height: 66px;
  margin-top: -7px;
  margin-bottom: 19px;
  white-space: nowrap;
}
.menu__collapsed .menu__col a {
  font-size: 16px;
  line-height: 1.5;
  color: #002156;
  display: block;
  margin-bottom: 10px;
}
.menu__collapsed .menu__col a:hover {
  color: #0052cc;
}
.menu__collapsed .menu__block {
  padding: 30px 29px 21px 30px;
  border-radius: 10px;
  background-color: #ebedf1;
  display: block;
  position: relative;
  height: 229px;
}
.menu__collapsed .menu__logo img {
  width: 63px !important;
  margin-right: 11px;
}
.menu__collapsed .menu__logo {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #002156;
  margin-bottom: 18px;
}
.menu__collapsed .menu__text {
  opacity: 0.5;
  font-size: 16px;
  color: #002156;
  max-width: 289px;
}
.menu__collapsed .menu__next {
  width: 49px !important;
  position: absolute;
  right: 29px;
  bottom: 21px;

}


/*header__wrap*/

.header__wrap {
  width: 1570px;
  border-radius: 4px;

  margin: 0 auto;
  padding-bottom: 108px;
}

.section_header__wrap{
  width: 1570px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 0 auto;
  padding-bottom: 108px;
}


.header__top {
  background-color: rgba(0, 0, 0, 0.09)
}
.header__nav {
  height: 80px;
  align-items: center;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse::before, .pulse:after{
  content: '';
  position: absolute;
  left: 0px;
  right: -20px;
  top: -24px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulse 1.8s linear infinite;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: rgba(250, 250, 250, 0.102);
  border: 1px solid rgba(250, 250, 250, 0);
}
.pulse::after {
 animation-delay: .5s;
}
.header__promo:hover .pulse:before,
.header__promo:hover .pulse:after {
  border: 1px solid rgba(250, 250, 250, 0.502);
  animation: pulse 2.3s linear infinite;
  opacity: 0;
}
.pulse:hover::after {
 animation-delay: .5s;
}

@keyframes pulse {
 0% {
  transform: scale(0.5);
  opacity: 0;
 }
 50% {
  opacity: 1;
 }
 100% {
  transform: scale(1.2);
  opacity: 0;
 }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  position: relative;
  transition: all 0.5s ease;
}
.header__nav {
  align-items: center;
}
.header__logo {
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  margin-right: 49px;

}
.header__menu li a{
  font-size: 16px;
  color: #fff;
  margin-right: 53px;
  display: block;
  position: relative;
}
.header__menu li a:after {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background-color: #a0c800;
  position: absolute;
  left: 0;
  bottom: -30px;
  transition: all 0.5s ease;
}
.header__menu li.active a, .header__menu li:hover a {
  color: #a0c800;
}
.header__menu li.active a:after, .header__menu li:hover a:after {
  width: 100%;
}
.header__btn {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  align-items: center;
  margin-left: auto;
}
.header__btn img {
  margin-left: 10px;
}
.header__btn:hover {
  color: #a0c800;
}
.header__name {
  margin-left: 123px;

}
.header__main {
  /*margin-top: 76px;*/
  padding-top: 80px;
}
.header__subtitle {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: -18px;

}
.header__name {
  max-width: 480px;
}
.header__offer {
  font-size: 22px;
  color: #fff;
  line-height: 1.45;
  font-weight: 500;

}
.header__description {
  margin-top: 24px;
  max-width: 466px;
}
.header__text {
  font-size: 24px;
  line-height: 1.17;
  margin-bottom: 36px;
  color: #fff;
}
.header__promo {
  font-size: 16px;
  color: #fff;
}
.header__pulse {
  margin-right: 8px;
}
.header__button {
  width: 200px;
  height: 52px;
  box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.12);
  margin-right: 33px;
}
.header__awards {
    margin-top: 80px;
    justify-content: space-between;

}
.header__moscow, .header__mincom {
  display: flex;
  align-items: center;
}
.header__moscow img, .header__mincom img{
  margin-right: 18px;
}
.header__moscow span, .header__mincom span{
   font-size: 12px;
   color: #fff;
   opacity: 0.5;
   max-width: 370px;
   display: block;
}
.header__moscow {
  margin-left: 123px;
}
.header__promo:hover {
  color: #a0c800;
}
.header__fl {
  justify-content: space-between;
}

/*MUSEUMS*/
.museums {
  margin-top: -80px;
  padding-bottom: 60px;
}
.museums__box {
	justify-content: space-between;
	width: 100%;
	border-radius: 4px;
	background-color: #ffffff;
	padding: 40px 17px 39px 31px;
  margin: 0 auto;
}

.museums__name {
	color: #253858;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 22px;

}
.museums__text {
	position: relative;
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}
.museums__text:before {
	width: 15px;
	height: 12px;
	background: url(../img/bitmap@2x.png) no-repeat center center / cover;
	display: block;
	content: '';
	margin-right: 10px;
	flex: 1 0 auto;
	max-width: 15px;
	margin-top: 5px;
}


/*NUMBERS*/
.numbers {
  padding: 50px 0 59px;
}
.numbers__box {
  align-items: center;
  position: relative;
  padding-top: 177px;
  justify-content: space-between;
}
.numbers__item {
  margin-top: 72px;
  max-width: 257px;
  opacity: 0.3;
  transition: all 0.5s ease;
  cursor: pointer;
}
.numbers__item.active {
  opacity: 1;
}
.numbers__item:last-child {
  max-width: 314px;
}
.numbers__big {
  opacity: 0;
  transition: all 0.5s ease;
}
.numbers__item.active  .numbers__big  {
  opacity: 1;
}
.numbers__info {}
.numbers__title {
  font-size: 32px;
  margin-bottom: 4px;
  font-weight: bold;

}
.numbers__text {
  font-size: 18px;
}
.numbers__big {
  position: absolute;
  left: 0;
  top: 0;
}


/* Content styles */

article.node--type-tckt-modules {
	margin-bottom: 80px;
}

.editor__content p, 
.editor__content li, 
.editor__content ul {
	margin-bottom: 20px;
	font-size: 18px;
}
.editor__content ul {
	margin-bottom: 20px
}

.editor__content li {
	    padding-left: 24px;
    background: url(../img/bitmap@2x.png) no-repeat 0px 6px;
    background-size: 15px;
    margin-bottom: 10px;
}

.editor__content strong {
	font-weight: bold;
	font-weight: bold;
}

.editor__content h2.title,
.editor__content h3.title {
	margin: 30px 0 20px;
}

/* TicketNet decisions*/

.views-row-news{
  margin-bottom: 20px;
}

.decisions__item {
  height: 100%;
  padding-right: 90px;
}

.decisions__item .views-field-title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 21px;
    padding-right: 90px;
}

.decisions__item .views-field-title a{
  color: #0050c0;
}

.decisions__item .decision__img{
  position: absolute;
  top: 30px;
  right: 30px;
}

.decisions__item.item{
  border-radius: 10px;
  background-color: #ffffff;
  padding: 24px 50px 24px 30px;
  position: relative;
  overflow: hidden;
}

.item:hover {
	box-shadow: 0 0 30px rgba(0,0,0,0.1)
}

.decisions__item .views-field-body{
  padding-right: 90px;
}

.view-ticketnet-decisions .view-header {
	margin-bottom: 50px;
}

.view-ticketnet-decisions .view-content {
	margin-bottom: 30px;
}

.view-ticketnet-decisions .view-footer {
		margin-bottom: 30px;
}

/*<span class="field-content decision__title item__title">*/



/*NEWS*/


.views-row-news{
  margin-bottom: 20px;
  display: flex;
}


.news__block {
  margin-top: 30px;
    margin-bottom: 30px;
}
.news__item {
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  margin-bottom: 30px;
}

.news__item:hover {
	box-shadow: 0 0 30px rgba(0,0,0,0.1)
}

.news__pic {
  max-height: 246px;
  display: block;
  overflow: hidden;

}
.news__pic img {
  width: 100%;
  max-width: 100%;
  transition: all 0.5s ease;
}

/* Fot blocl views clients on /ticketnet/clients */
.views-field-field-g-image img {
  width: inherit;
  max-width: 100%;
  transition: all 0.5s ease;
}



.news__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 28px;
  color: #253858;
  display: block;
}
.news__text {
  font-size: 16px;
  opacity: 0.5;
  color: #253858;
  display: block;
  max-width: 301px;
}
.news__arrow {
  position: absolute;
  bottom: 30px;
  right: 30px;
  transition: all 0.5s ease;
}
.news__more {
  margin-top: 30px;
  font-size: 16px;
  color: #0052cc;
  display: block;
}

.news__info {
  padding: 20px 54px 40px 32px;
  display: block;
  margin-top: 10px;
}
.news__item:hover img {
  transform: scale(1.1);
}

.news__item:hover .news__arrow {
  right: 15px;
}
/*ASK*/
.ask {
  padding: 91px 0;
  color: #ffffff;
  background-color: #253858
}
.ask h2 {
  max-width: 610px;
}
.ask__flex {
  margin-top: 36px;
}
.ask__questions p{
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: normal;
  color: #ffffff;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;

}
.ask__buttons {
  margin-top: 50px;
  align-items: center;
}
.ask__other {
  color: #ffffff;
  font-size: 16px;
  margin-left: 40px;
  opacity: 0.5;
}
.ask__steps {
  width: 662px;
  margin-left: auto;
  position: relative;
}
.ask__steps:after {
  content: '';
  display: block;
  width: 410px;
  height: 1px;
  background: rgba(250, 250, 250, 0.2);
  position: absolute;
  top: 109px;
  transform: rotate(32deg);
  right: -379px;
}
.ask__steps:before {
  content: '';
  display: block;
  width: 410px;
  height: 1px;
  background: rgba(250, 250, 250, 0.2);
  position: absolute;
  bottom: -108px;
  transform: rotate(32deg);
  right: -379px;
}
.ask__item {
  border: 1px solid rgba(250, 250, 250, 0.2);
  border-bottom: 0;
  align-items: center;
  padding: 10px;
  padding-left: 29px;
}
.ask__item:last-child {
  border-bottom:  1px solid rgba(250, 250, 250, 0.2);
  position: relative;
}
.ask__item:last-child:after {
  content: '';
  display: block;
  width: 410px;
  height: 1px;
  background: rgba(250, 250, 250, 0.2);
  position: absolute;
  bottom: -110px;
  transform: rotate(32deg);
  left: -32px;
}
.ask__num {
  opacity: 0.06;
  font-size: 120px;
  font-weight: 900;
  color: #ffffff;
  margin-right: 39px;
  line-height: 107px;
}
.ask__info {
  max-width: 328px;
  font-size: 18px;
  color: #fff;
}
.ask__elem {
  position: absolute;
  top: -101px;
  right: 91px;
}
.ask__questions {
  position: relative;
}
.ask__questions:after {
  width: 100%;
  height: 120px;
  background-image: linear-gradient(to bottom, rgba(37, 56, 88, 0.62), #253858);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
}
.green {
  color: #a0c800;
}
/*START*/
.start {
   padding: 118px 0 132px;
   background-color: #6e6350;
}
.start img {
   max-width: 2000px;
   max-height: 156px;
   margin: 29px 66px 0 -26px;
}
.start__links a {
   width: 200px;
   height: 52px;
}
.start h2 {
   color: #ffff;
}
.start__content p {
   font-size: 18px;
   margin-bottom: 10px;
   color: #ffffff;
}
.start__content {
   width: 617px;
}
.start__links {
   margin-top: 43px;
}
.start__links a:nth-child(2) {
   margin-left: 20px;
   background: rgba(255, 255, 255, 0.11);
}
.start__demo:hover {
	background: #0052cc;
	color: #fff;
}


/*FAQ*/

.accordion {
	margin-top: 50px; 
	margin-bottom: 50px;
}

.accordion .card {
	border: none;
	margin-bottom: 2px;
	
}

.accordion .btn-link {
	color: #253858;
	font-size: 18px;
}

.accordion .card-body {

	padding: 10px 30px 30px 70px
}

.accordion .card-header {
	background: #fff;
	border-bottom: none;
	    padding: 20px 30px;
	    cursor: pointer;
}


.faq__block img {
  width: 105px;
  height: 96px;
  object-fit: contain;
  opacity: 0.34;
}

.faq__block {

  text-align: center;
  border-radius: 4px;
  border: solid 1px rgba(37, 56, 88, 0.12);
  padding: 57px 80px 52px;
}
.faq__block p {
  font-size: 18px;
  width: 273px;
  margin: 36px auto 50px;
}
.faq__btn {
  width: 270px;
  height: 52px;
  border-radius: 4px;
  box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.12);
  background-color: #0052cc;
  border: 1px solid #0052cc;
  margin: 0 auto;
}
.faq__btn:hover {
  background: transparent;
  color: #0052cc;
  box-shadow: none;
}



/*CLIENTS*/
.clients {
  padding: 0px 0 11px;
}
.clients__box {
  max-width: 1410px;
  border-radius: 4px;
  padding: 41px 44px 30px 40px;
  background: url(../img/clients.png) no-repeat center center / cover;
  margin-bottom: 43px;
}
.clients h2 {
  color: #fff;
}
.clients__flex {
  margin-top: 182px;
  justify-content: space-between;
}
.clients__btn {
  width: 292px;
  height: 52px;
}
.clients__flex p {
  font-size: 18px;
  color: #fff;
  margin-top: 34px;
}
.clients__line p {
  font-size: 32px;
  font-weight: bold;
}
.clients__line {
  justify-content: space-between;
}
.clients__line a {
  color: #0052cc;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
.clients__block {
  margin-top: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.clients__block img {
  margin-right: 10px;
  margin-bottom: 50px;
}
.clients__block img:nth-child(12), .clients__block img:nth-child(24) {
  margin-right: 0;
}
/*KEY*/
.key {
  padding: 100px 0 31px;
}
.key h2 {
  margin-bottom: 40px;
}
.key__box {
  margin-bottom: 100px;
  align-items: center;
  justify-content: space-between;
}

.key__content h5 {
  margin-bottom: 26px;
  font-size: 32px;
  font-weight: 600;
}
.key__name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.key li {
  padding-left: 24px;
  background: url(../img/bitmap@2x.png) no-repeat 0px 6px;
  background-size: 15px;
  margin-bottom: 10px;
}

.key__flex {
  margin-top: 34px;
  align-items: center;
}
.key__flex p {
  opacity: 0.5;
  font-size: 16px;
  margin-left: 31px;
}

.key__link {
  color: #0052cc;
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  display: block;
}


.key__list {
  height: 169px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  max-width: 488px;
}

.key__box_rev {
  margin-bottom: 130px;
}
.key__box:nth-child(4) {
  margin-bottom: 100px;
}
/*FOOTER*/
.footer {
  background-color: rgba(0, 33, 86, 0.03);
}
.footer__box {
  padding: 50px 0 36px;
}
.footer__content {
  width: auto;
  margin-top: -7px;
}
.footer__box {
  justify-content: space-between;
}
.footer__list {
  padding-right: 70px;
}
.footer__box li a {
  color: #253858;
  margin-bottom: 12px;
  display: block;
}
.footer__content p {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.footer__box li:first-child  {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 35px;
}
.footer__box ul {
  margin-left: 112px;
}
.footer__box ul:first-child {
  margin-left: 0;
}
.footer__flex {
  padding: 14px 0;
  border: none;
  border-top: 1px solid #D3D6DC;
  border-bottom: 1px solid #D3D6DC;
}
.footer__block {
  justify-content: space-between;
  align-items: center;
}
.footer a {
  color: #253858;
}
.footer__lan img {
  margin-right: 13px;
}
.footer .footer__tel {
  font-size: 18px;
  font-weight: bold;
  margin-right: 38px;
}
.footer__tech img {
  margin-right: 8px;
}
.footer__enter {
  margin: 0 40px 0 43px;
}
.footer .footer__btn {
  width: 155px;
  height: 32px;
  border-radius: 4px;
  background-color: #0052cc;
  border: 1px solid #0052cc;
  color: #ffffff;
  font-size: 16px;
}
.footer .footer__btn:hover {
  box-shadow: none;
  background: transparent;
  color: #0052cc;
}
.footer__wrap {
  align-items: center;
}
.footer__line {
   justify-content: space-between;
   padding: 24px 0 32px;
}
.footer__rights {
   color: #9198a1;
   margin-bottom: 13px;
}
.footer__policy {
   color: #9198a1;
   font-size: 12px;
}
.footer__socials {

    font-size: 24px;
}
.footer__socials a {
		color: #253858;
    opacity: .5;
    margin-right: 20px;
}
.footer__dev {
   color: #9198a1;
}
.footer__dev a {
   color: #001425;
}
.footer__box li a:hover, .footer a:hover {
  color: #0052cc;
}
.header__buttons {
  align-items: center;
}
.clients__all img, .key__link img {
  margin-left: 10px;
}
.footer__info {
  margin-left: 195px;
}
.key__pic {
  max-width: 100%;
}
.numbers__description {
  max-width: 667px;
  font-size: 18px;
}
/*NUMBERS-INFO*/
.numbers__flex {
  margin: 27px 0 59px;
  justify-content: space-between;
}
/*MAIN*/
.main {
  padding: 61px 0 0;
}
.main__img {
  position: relative;
}
.main__description {
  display: block;
  font-size: 12px;
  width: 186px;
  opacity: 0.5;
  color: #000;
  text-align: right;
  position: absolute;
  bottom: 28px;
  right: 1px;
}
.main__img img {
  margin-left: -98px;
  margin-top: -54px;
}
/*PRODUCTS*/
.products {
  padding: 37px 0 70px;
}
.products__title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 39px;
}
.products__item {
  border-radius: 4px;
  padding: 42px 33px 40px 40px;
  position: relative;
  color: #ffffff;
  height: 559px;
  display: flex;
  flex-direction: column;
}
.products__best {
  border-radius: 4px;
  background-color: #ed0034;
  position: absolute;
  padding: 6px 15px;
  display: block;
  right: 28px;
  top: -13px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.1;
  text-transform: uppercase;
}
.products__logo {
  max-height: 60px;
  display: block;
}
.products__logo img {
  height: 100%;
  width: auto;
}
.products__name {
  margin-top: 71px;
  font-size: 38px;
  line-height: 1.74;
  font-weight: bold;

}
.products__description {
  font-size: 24px;
  line-height: 1.33;
  color: #fff;
  margin-bottom: 71px;
  margin-top: -5px;
}

.products__flex {
  margin-top: auto;
  justify-content: space-between;
  align-items: center;
}
.products__btn {
  width: 180px;
  height: 52px;
  box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.12);
}
.products__more {
  font-size: 15px;
  color: #fff;
}
.products__more img {
  margin-left: 16px;
}
.products__item_blue {
  background-color: #253858;
}
.products__item_lightblue {
  background-color: #0083cc;
}
.products__item_white {
  background-color: #ffffff;
  color: #253858;
}
.products__list li {
  margin-bottom: 16px;
}
.products__alone {
  position: absolute;
  right: 38px;
  bottom: 44px;

}
/*MEMBERS*/
.members {
  padding: 89px 0 80px;
}
.members__info {
  margin-top: 20px;
}
.members__num {
  font-size: 160px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 9px;
}
.members__description {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 23px;

}
.members__text {
  font-size: 18px;
}
.members__link {
  margin-top: 61px;
  display: block;
}
.members__link img {
  margin-left: 25px;
}

.members__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.members__wrap {
  position: absolute;
  left: 0;
  top: 17px;

}
.members__item.active .members__photo, .members__item.active .members__logo {
  opacity: 1;
  filter: grayscale(0%);

}
.members__item {
  position: static;
  z-index: 1;
  width: 12.5% !important;

}
.members__item.active {
  z-index: 2;
}
.members__photo {
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease;
  height: 498px;
}
.members__name {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 33px;
  left: 41px;
}
.members__logo {
  margin-top: 531px;
  opacity: 0.3;
  transition: all 0.5s ease;
  cursor: pointer;
  filter: grayscale(100%);
}
.members__logo img {
	max-width: 100%;
}

/*EVENTS*/
.events {
  padding-top: 80px;
  padding-bottom: 80px;
}

.events .view-header {
	margin-bottom: 30px;
}
.events__flex {
  justify-content: space-between;
  align-items: center;
}
.events__flex p {
  font-size: 32px;
  font-weight: bold;
}
.events__box {
  margin-bottom: 30px;
}

.events__item {
  position: relative;
  width: 100%;
  height: 450px;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 30px;
  background: #000;
}

.events__dark {
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 1%,rgba(0,0,0,0.5) 45%,rgba(0,0,0,0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
}

.events__item img {
  height: 100%;
  width: auto;
  position: absolute;
  z-index: 1;
}

.col-lg-6 .events__item img {
  width: 100%;
  height: auto ;
}

.events__data, .events__text {
  position: relative;
  z-index: 5;
  padding: 0px 28px;
}

.events__data {
  padding-top: 36px;
  opacity: 0.5;
  color: #fff;
  font-size: 16px;
  margin-bottom: 6px;
}
.events__text {
  font-size: 18px;
  color: #ffff;
  line-height: 1.5;
}
.events__info img {
  height: max-content;
  margin-left: 50px;
}
.events__info {
  justify-content: space-between;
  align-items: center;
}
.events__line {
  align-items: center;
}
.events__we {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 77px;
  border-radius: 4px;
  border: solid 1px rgba(37, 56, 88, 0.15);
  font-size: 18px;
  font-weight: bold;
}

.events__pad {
  margin-top: -13px;
}
.events__item img {
  transition: all 0.5s ease;
}
.events__item:hover img {
  transform: scale(1.1);
}

/*NEWS PAGE  view-company-news */

.view-company-news .news__item {
	flex-direction: row;
}
.view-company-news .news__img {}
.view-company-news .news__info {}
.view-company-news .news__data {
	margin-bottom: 10px;
	color: rgba(37, 56, 88, 0.5);
}
.view-company-news .news__title {
	font-weight: normal;
}

/*TN*/
.tn .header__name {
  max-width: 525px;
}
.tn .header__offer {
  font-size: 28px;
}
.tn .header__description {
  margin-top: 24px;
  max-width: 551px;
}
.tn .header__button {
  width: 263px;
  height: 52px;
}
.tn .header__buttons p {
  font-size: 16px;
  color: #fff;
}
.tn .header__wrap {
  background-color: #0083cc;
}
/*ADVAN*/
.advan {
  padding-bottom: 100px;
}
.advan__box {
  margin-top: 60px;
}
.advan__block {
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 50%;
}
.advan__item h5 {
  font-size: 24px;
  font-weight: bold;
  margin: 17px 0 8px;
}
.advan__item p {
  color: rgba(37, 56, 88, 0.5);
  font-size: 16px;
}
.advan__item {
  margin-bottom: 56px;
}
.advan__item a {
  color: #0052cc;
}
.advan__content {
  margin-top: 17px;
}
.advan__name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 41px;
}
.advan__one {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 210px;
  border-radius: 10px;
  background-color: #ffffff;
  flex-direction: column;
}
.advan__one p {
  font-size: 24px;
  font-weight: bold;
  margin-top: 28px;
}
.start-pt {
  background-color: #0083cc;
}
/*DIFF*/
.diff {
  padding: 91px 0 0 ;
  background-color: #253858;
  overflow: visible;
}
.diff__block {
  color: #fff;
}
.diff__title {
  align-items: flex-start;
}
.diff__title img{
  margin-right: 33px;
}
.diff__steps {
  margin-top: 65px;
}
.diff__item {
  margin-bottom: 25px;
}
.diff__num {
  width: 75px;
  flex: 1 0 auto;
  max-width: 75px;
}
.diff__name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.diff__text {
  opacity: 0.5;
  font-size: 18px;
}
.diff__img {
  margin-right: -90px;
  margin-top: 21px;
  margin-left: -155px;
}
.diff__price {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 72px 120px 40px 120px;
   margin-top: -53px;
   margin-bottom: -116px;
   max-width: 930px;
}
.diff__price h2 {
  margin-bottom: 63px;

}
.diff__string {
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;

}
.diff__string span {
  font-weight: bold;
  width: 215px;
}
.diff__string span img {
  max-width: 15px;
}
.diff__flex {
  font-size: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 68px;
}
.diff__year {}
.diff__button {
  position: relative;
}
.diff__button span {
  font-size: 12px;
  line-height: 2;
  position: absolute;
  bottom: -28px;
  left: 12px;
}
.diff__btn {
  box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.12);
  width: 210px;
}

.diff__policy {
  font-size: 12px;
  opacity: 0.5;
  margin-top: 76px;
}
.diff__sum {
  line-height: 1.13;
  font-size: 48px;
  font-weight: bold;

}
.key-express {
  padding-top: 241px;
}

/*TICKETNET*/

.header-tn {
   background-color: #253858;
}

.header-tn  h1 {
  margin-top: 25px;
}
.header-tn .header__description {
  max-width: 100%;
}

.start-tn {
  background-color: #253858;
}

.start-tn__brown {
  background-color: #6e6350;
}

/*TICKETNET decision colors */

/*музей */
.page-node-1690 .header-tn,
.page-node-1690 .section_header__wrap,
.page-node-1690 .start-tn__color {
	background: #6e6350;
}
/*театр */
.page-node-1693 .header-tn,
.page-node-1693 .section_header__wrap,
.page-node-1693 .start-tn__color {
	background: #A12C36;
}
/*концерт */
.page-node-1697 .header-tn,
.page-node-1697 .section_header__wrap,
.page-node-1697 .start-tn__color {
	background: #382C75;
}
/*экспо */
.page-node-1696 .header-tn,
.page-node-1696 .section_header__wrap,
.page-node-1696 .start-tn__color {
	background: #8F8A83;
}
/*стадион */
.page-node-1691 .header-tn,
.page-node-1691 .section_header__wrap,
.page-node-1691 .start-tn__color {
	background: #206043;
}
/*спортклуб */
.page-node-1692 .header-tn,
.page-node-1692 .section_header__wrap,
.page-node-1692 .start-tn__color {
	background: #0089C8;
}
/*зоопарк */
.page-node-1695 .header-tn,
.page-node-1695 .section_header__wrap,
.page-node-1695 .start-tn__color {
	background: #C45729;
}
/*парк */
.page-node-1694 .header-tn,
.page-node-1694 .section_header__wrap,
.page-node-1694 .start-tn__color {
	background: #59943C;
}
/*рег система */
.page-node-1698 .header-tn,
.page-node-1698 .section_header__wrap,
.page-node-1698 .start-tn__color {
	background: #253858;
}


/*product__item*/

.product__item {
	justify-content:space-between;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	display: flex;
	height: 100%;
	margin-bottom: 30px;
}

.product__item:hover {
	box-shadow: 0 0 30px rgba(0,0,0,0.1)
}

.product__info {
	align-self: flex-start;
	max-width: 200px;
}

.product__title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #253858;
}

.product__text {
	color: rgba(37, 56, 88, 0.5);
}

.product__img {}

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

/*DECISION*/

.item {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.decision h2 {
  margin-bottom: 52px;
}


.decision__item {
  _height: 100%;

}

.decision__item img {
    top: 0;
    position: absolute;
    width: 100%;
    height: auto;
}

.decision__item .item__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  z-index: 999;
  position: relative;
}

.decision__item .item__text {
  opacity: 0.5;
  padding-right: 40%;
  z-index: 999;
  position: relative;
}


.decision__img {
  position: absolute;
  top: 30px;
  right: -56px;

}
.decision__info {
  max-width: 800px;
  margin-top: 86px;
}
.decision__subtitle {
  font-size: 24px;
  font-weight: 600;
}
.decision__subtext {
  font-size: 18px;
  margin-top: 10px;
}
.decision__pic {
  margin-top: 18px;
}
.decision__flex {
  margin-top: 36px;
  align-items: center;
}
.decision__btn {
  width: 331px;
  box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.12);
  height: 52px;
}
.decision__link {
  margin-left: 30px;
  color: #0052cc;
}

/*DECISIONS*/
.header-dec .header__wrap {
  padding-bottom: 0;
}


.view-ticketnet-decisions h2 {
  margin-bottom: 36px;
}


.decisions {
  padding-bottom: 10px;
}
/*CUSTOMER*/

.customer .views-view-grid {
	width: 100%;	
}
.customer__box {
  align-items: center;
  margin-top: -44px;
}
.customer__num {
  color: #0052cc;
  font-size: 160px;
  font-weight: 800;
  margin-right: 60px;
}
.customer__text {
  font-size: 32px;
  font-weight: bold;
}
.customer h2 {
  margin-bottom: 50px;
}
.customer__info {
  font-size: 18px;
}
.customer__options {
  margin-top: 74px;
}
.customer__item {
  margin-bottom: 46px;
}
.customer .news__info {
  display: flex;
  margin-top: 0;
  height: 44%;
  flex-direction: column;
  padding: 18px 43px 40px 32px;
}
.customer  .news__text {
  margin-top: auto;
}
.customer .news__title {
  margin-bottom: 25px;
}
.customer {
  padding-bottom: 31px;
}
/*CLIENT-ONE*/
.header-client .header__wrap {
  position: relative;
  height: 520px;
}
.client-one__pic {
  width: 100%;
  max-height: 520px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.header-client .header__main {
  margin-top: 0;
  height: 520px; 
  background-size: cover;
  background-position: center center;
  border-radius: 0 0 4px 4px;
  
}
.header-client .header__top {
  position: relative;
  z-index: 5;
  background-color: #253858;
  border-radius: 0 0 4px 4px;
}
.museums-client .museums__box {
  position: relative;
  z-index: 10;
}
.museums-client .museums__box {
  text-align: center;
  padding: 40px 13px 45px 13px;
}
.museums-client h4 {
  font-size: 48px;
  font-weight: bold;
}
.museums-client__text {
  font-size: 24px;
  font-weight: bold;
  margin: 16px 0 21px;
}
.museums-client__info {
  max-width: 690px;
  font-size: 18px;
  margin: 0 auto;
}
.museums-client__box {
  margin-top: 46px;
}
.museums-client__box h6 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 36px;
}
.museums-client__box p {
  font-size: 18px;
  margin-bottom: 10px;
}

.museums-client__box .field--type-datetime {
	margin: 30px 0 10px;
	color: #9198a1;
}



.museums-client__map__icon {
	display: flex;
	margin-top: 20px;
	color: #9198a1;
}
.museums-client__map img {
  width: 100%;
  height: auto;
}
.museums-client__map {
  margin-top: 67px;
}
.museums-client_pad {
  margin-top: 30px;
}
.museum-client__item {
  margin-top: 30px;
}

.museum-client__item a.colorbox img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}



.museum-client__item p {
   font-size: 18px;
   margin-top: 49px;
}
.custom-select {
  background: url(../img/ardownselect.svg) no-repeat right .25rem center/19px 19px;
  border-radius: 4px;
  border: solid 1px #0052cc;
  color: #0052cc;
  margin-right: 20px;
  width: 155px;
  height: 32px;
  font-size: 14px;
}
/*PARTNERS*/
.partners .decisions__text{
  max-width: 964px;
}
.partners__item {
  padding: 30px;

  display: block;
}
.partners__title {
  margin-top: 27px;
  margin-bottom: 12px;

}
.item__title {
  color: #253858;
  transition: all 0.5s ease;
  font-weight: bold;
}
.item__title a {
  color: #253858;
  }
.item__text {
  color: #253858;
}


.partners__img {
  transition: all 0.5s ease;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: 50px;
}
.partners__item:hover .partners__img {
  transform: scale(1.1);
}
/*EQUIPMENT*/
.equipment .decisions__text {
  max-width: 690px;
}
.view-tn-hw-rubric-list .item,
.equipment .item {
  min-height: 280px;
}


/* for /ticketnet/hardware */


.equpment__link {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #0052cc;
  font-weight: 600;
    margin-bottom: -20px;
    margin-top: 40px;

}
.equpment__link img {
  margin-right: 13px;
}
.sertification__item img {
  transition: all 0.5s ease;
  max-width: 100%;
  max-height: 100%;
}
.sertification__item:hover img {
  transform: scale(1.1);
}
.sertification__item {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 330px;
}
.dealers .item__text:not(:last-child) {
  padding-bottom: 10px;
}
.dealers .partners__title {
  margin-top: 0;
}


.view-ticketnet-modules h3 {
  font-size: 32px;
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 30px;
}


.news-modules .news__block {
  margin-top: 28px;
}
.news-modules .news__box:not(:last-child) {
  margin-bottom: 57px;
}

.block-views-blockticketnet-modules-block-1 {
	margin-bottom: 100px;
}

/*MOD*/

.mod {
  padding: 30px 0 70px;
}

.mod__title,
.field--name-log .field__label {
   color: #253858;
   font-size: 24px;
   font-weight: 600;
   margin: 30px 0;
   opacity: .5;
}

.field--name-log .image-style-big1920 {
	max-width: 100%;
	height: auto;
}

.news-mod {
  padding-bottom: 219px;
}

.mod__pic {
	width: 100%;
	max-width: 450px;
	border-radius: 10px;
}
.mod-content {
  margin-top: 12px;
}

.mod__back {
  color: #0052cc;
  font-size: 17px;
  font-weight: 600;
}
.mod h2 {
  color: #253858;
  margin: 28px 0 15px;
}
.mod__name {
  font-size: 24px;
  color: #253858;
  font-weight: 600;
  margin-bottom: 50px;
}
.mod__text {
  margin-bottom: 10px;
}


.mod_tbl {
	margin: 30px 0;
	font-size: 18px;
	border: 1px solid #D3D6DC !important;
	border-radius: 10px;
	padding: 30px;
	display: block;
	border: none;
}

.mod_tbl th {
	padding: 10px 10px 10px 0px;
	color: #253858;
	opacity: 0.5;
	vertical-align: top;
	min-width: 200px;
	border: none;
	font-weight: normal;
}
.mod_tbl td {
	padding: 10px 0px 10px 0;
	border: none;
}

.mod_tbl td .field__item {
	margin-bottom: 10px;
}
.mod_tbl td .mod__also {
  font-size: 14px;
  color: #253858;
  display: block;
  margin-top: 10px;
}


.mod__block {
  margin-top: 28px;
  border-radius: 10px;
  border: solid 1px rgba(37, 56, 88, 0.14);
  padding: 53px 14px 40px 30px;
}
.mod__info {
  width: 156px;
  opacity: 0.5;
  font-size: 18px;
  color: #253858;
  margin-right: 20px;
}
.mod__wrap p.mod__also {
  font-size: 14px;
  color: #253858;
  margin-left: auto;
  width: 225px;
  margin-top: 15px;
}
.mod__flex {
  margin-bottom: 28px;
}
.mod__wrap a {
  font-size: 18px;
  display: block;
}
.mod__wrap p {
  font-size: 18px;
}


.pager {
	margin: 50px 0 70px;
	    font-size: 32px;
}
.pager .btn {
	font-size: 18px;
    padding: 10px 20px;
}


#map {
  width: 100%;
  height: 636px;
}
.contacts {
  margin-top: -77px;
  padding-bottom: 75px;
}

.contacts__top {
  border-radius: 4px;
  background-color: #ffffff;
  padding: 40px;
  text-align: center;
}
.contacts__info {
  color: #253858;
  margin-bottom: 77px;
}
.contacts__tel {
  color: #253858;
  line-height: 0.24;
  font-size: 100px;
  font-weight: bold;
  margin-bottom: 37px;
}
.contacts__mail {
  color: #253858;
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-top: 37px;
}
.contacts__item {
  margin-top: 80px;
}
.contacts__item h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 27px;
}

.contacts__row a, .contacts__row p{
  color: #253858;
}
.contacts__row span {
  color: rgba(37, 56, 88, 0.5);
  display: block;
}
.contacts__row {
  margin-bottom: 10px;
}
.contacts__line span {
  display: inline;
}
.contacts__top p {
  max-width: 690px;
  margin: 20px auto 0;
  font-size: 18px;
}
.contacts__task {
  font-size: 24px;
  margin-top: 24px;
}
.contacts__flex {
  padding: 70px;
  text-align: left;
}
.contacts__flex p {
  display: block;
  margin-left: 87px;
  font-size: 24px;
  max-width: 100%;
  margin-top: 0;
}
/*ABOUT*/
.about__box h3{
  margin-top: 78px;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 36px;
}
.about__text {
  font-size: 18px;
  padding-bottom: 10px;
}
.about__pic {
  margin: 20px 0;
}
#about-map {
  width: 330px;
  height: 182px;
  margin-bottom: 14px;
  border: 2px solid #fff;
}
.about__map {
  margin-left: 30px;
}
/*RESULT*/
.result__title {
  margin: 58px 0 70px;
}
.result__box {}
.result__row {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.result__year {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: rgba(37, 56, 88, 0.5);
  font-weight: 900;
  width: 180px;
  flex: 1 0 auto;
  max-width: 180px;
}
.result__year img {
  margin: 0 3px;
  max-width: 100%;
}
.result__text {
  margin-left: 60px;
  padding-right: 150px;
}
.result__item {
  position: relative;
  margin-bottom: 40px;
}
.result__name {
  position: absolute;
  color: #ffffff;
  padding: 35px;
  font-weight: 600;
  left: 0;
  bottom: 0;
}
.result__win {
  position: absolute;
  bottom: 27px;
  right: -77px;
}
.result__bottom {
  font-size: 24px;
  padding: 98px 370px 233px 185px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-top: 31px;;
}
.result__bg {
  margin-top: -235px;
  margin-left: -110px;
  position: relative;
  z-index: 2;
}
/*YOUTUBE*/

.youtube {
  padding: 23px 0 50px;
}
.youtube__item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  margin-top: 36px;
}
.youtube__item:hover img {
  transform: scale(1.1);
}
.youtube__item img {
  transition: all 0.5s ease;
}
.youtube__info {
  position: absolute;
  padding: 30px;
  bottom: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.youtube .pulse::before, .youtube .pulse:after {
  top: 0;
}
.youtube .header__pulse {
  margin-left: -10px;
}
.youtube__title {
  color: #ffffff;
  font-weight: 600;
  display: block;

}

/*DREAM*/
.dream {
  padding: 63px 0 120px;
}
.dream .clients__line {
  margin-bottom: 40px;
}
.dream__item {
  height: 250px;
  border-radius: 10px;
  background-color: #d8d8d8;
  margin-bottom: 30px;
}
.dream__flex {
  display: flex;
  align-items: center;
  margin-top: 105px;
}
.dream__text {
  font-size: 36px;
  margin-left: 50px;
  max-width: 75%;
}



/*career*/

.contacts__task_normal {
  max-width: 976px;
  margin: 0 auto 30px;
}
.contacts__link {
  font-size: 18px;
  text-align: center;

}
a.btn-starts {
  width: 280px;
  box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.12);
}
.career {
  padding: 5px 0 70px;
}
.career h3 {
  color: #253858;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 20px;

}

.career__item {
  margin-bottom: 60px;
   font-size: 18px;
   background: #fff;
   padding: 30px;
   border-radius: 10px;
}
.career__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.career__item .fa-money-bill-alt,
.career__item .fa-briefcase {
	color: #9198a1;
	
}
.career__item .item__text {
	margin-bottom: 10px;
}


.header__menu li a {
  margin-right: 30px;
}
.support {
  padding: 48px 0 100px;
}
.support h2 {
  margin-bottom: 60px;
}
.support__item {
  min-height: 340px;
  padding: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  display: block;
  padding-top: 65px;
  text-align: center;
  color: rgba(37, 56, 88, 0.5);
  margin-bottom: 30px;
}
.support__item:hover {
	box-shadow: 0 0 30px rgba(0,0,0,0.1)
}
.support__title {
  font-size: 24px;
  font-weight: bold;
  margin: 34px auto 12px;
  color: #253858;
  display: block;
}
.events-news .events__item {
  margin-bottom: 30px;
}
.events-news__btn {
  margin: 50px auto 0;
  box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.12);
  background-color: #0052cc;
  width: 270px;
  height: 52px;
}

.view-display-id-trendnews .events__box.row {
	margin: 0 !important;
}

/*article*/


.article {
  padding: 35px 0 110px;
}
.article__header {
	margin-top: 30px !important;
}
.article__body {
	margin: 30px 0;
}
.article__mainimg {
	  border-radius: 10px;
}
.article__data {
  opacity: 0.5;
  font-size: 16px;
  color: #253858
}
.article .mod__back {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.article h2 {
  margin-top: 5px;
}
.article__subtitle {
  font-size: 24px;
  font-weight: 600;
  margin: 23px 0 61px;
}
.article__slider {
  margin-bottom: 40px;
  position: relative;
}
.article__item img{
  width: 100%;
}
.article__text {
  font-size: 18px;
  padding-bottom: 10px;
}
.article__all {
	
  border-radius: 10px;
  border: 1px solid #D3D6DC;
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 30px;

}
.article__top {
  font-size: 24px;
  padding: 30px;
  font-weight: 600;
  
}
.article__link {
  padding: 15px 30px;
  border-bottom: 1px solid #D3D6DC;
  color: #253858;
  display: block;
}
.article__link:hover {
	background: #fff;
}
.article__link .article__data {
   line-height: 1.71;
   font-size: 14px;
}
.article__link:last-child {
  border-bottom: none; 
}
.article__block {
  margin-top: 110px;
}
.article__block h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 50px;
}
.article .slick-arrow {
  width: 49px;
  height: 42px;
}

.article__img .field__item {
	float: left;
	margin-top: 30px;
	margin-right: 30px;
}
.article__img .field__item img {
	border-radius: 4px;
}

.slick-prev:before, .slick-next:before {
  display: none;
}
.article .slick-next {
  top: auto;
  bottom: 1px;
  right: 30px;
}
.article .slick-prev {
  z-index: 2;
  top: auto;
  bottom: 1px;
  right: 140px;
  left: auto;
}
.custom_paging {
  position: absolute;
  bottom: 30px;
  right: 100px;
}
.custom_paging li {
  display: none;
  color: #fff;
  font-size: 18px;
}
.custom_paging li.slick-active {
  display: flex;

}

/*smth*/
