@import url("../css/normalize.css");
@import url("../css/fonts.css");
@import url("../css/grid.css");
/*
@import url("../css/slick.css");
@import url("../css/jquery.fancybox.css");
@import url("../css/nice-select.css");
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

*,*:before,*:after { -webkit-box-sizing:border-box;box-sizing:border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
b, strong { font-weight: bold; }
input { outline: none; }
input:focus,textarea:focus{-webkit-box-shadow:none;box-shadow:none;}
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; vertical-align: top;}
iframe{ border:0; }
a { text-decoration: none; 	-webkit-transition:opacity .3s ease-out; -o-transition:opacity .3s ease-out; transition:opacity .3s ease-out; }
a:hover { text-decoration: none; }
*:focus{outline:none}

body {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
	background:#FFF;
	margin:0 auto;
	padding:0;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	position: relative;
	background: url(../img/bg/bg.svg) no-repeat left calc(50% + 320px) top;
}

body, html {
	max-width: 100%;
	overflow-x: hidden;
}


/*** GLOBAL ***/

.btn {
  display: flex;
  align-items: center;
  background: #C03232;
  border-radius: 100px;
  padding: 16px 35px;
  justify-content: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
}

.btn svg {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}

.btn span {
  color: #FFF;
}

.btn.btn-border {
  background: transparent;
  border: 1px solid #c03232;
  color: #C03232;
}

.btn.btn-border svg {
  fill: #C03232;
}

.btn.btn-border span {
  color: #C03232;
}

.section-title {
	text-align: center;
	margin: 0 0 32px;
	color: #333333;
	font-weight: 700;
	font-size: 36px;
	line-height: 140%;
}

.section-title.white {
  color: #FFF;
}


/*** HEADER ***/

header {
  margin: 31px 0 48px;
}

.header-block {
  display: flex;
  align-items: center;
	position: relative;
}

.header-block .logo {
  width: 132px;
}

.header-block .menu {
  margin-left: auto;
}

.header-block .menu ul {
  display: flex;
  align-items: center;
}

.header-block .menu ul li {
  margin-right: 31px;
}

.header-block .menu ul li a span {
  font-size: 16px;
  line-height: 19px;
}

.header-block .menu ul li a svg {
  width: 15px;
  height: 12px;
  fill: #FFF;
  stroke: #000 !important;
  margin-right: 9px;
}

.header-block .menu ul li a {
  display: flex;
  align-items: center;
  color: #333333;
  position: relative;
}

.header-block .menu ul li a svg path {
  stroke: #000 !important;
}

.header-block .menu ul li.active a:after {
  content: '';
  position: absolute;
  left: -5px;
  bottom: -8px;
  width: calc(100% + 10px);
  height: 1.5px;
  background: #C03232;
}

.header-block .menu ul li.active a {
  color: #C03232;
}

header .mobile-contact {
  display: none;
}

header .mobile-contact a {
  display: block;
}

header .mobile-contact a svg {
  fill: #FFF;
  width: 26px;
  height: 20px;
}

header .mobile-toggle {
  position: relative;
  width: 26px;
  height: 20px;
  display: none;
}

header .mobile-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
  display: block;
}

header .mobile-toggle span:nth-child(1) {
  top: 0;
}

header .mobile-toggle span:nth-child(2) {
  top: 9px;
}

header .mobile-toggle span:nth-child(3) {
  top: 18px;
}

header .mobile-toggle.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

header .mobile-toggle.open span:nth-child(2) {
  opacity: 0;
}

header .mobile-toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}


/*** MAIN ***/

.main {
  margin: 0 0 100px;
}

.main .main-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main .main-block .info {
  width: calc(100% - 770px);
}

.main .main-block .info .title {
  margin: 0 0 33px;
  font-size: 48px;
  line-height: 140%;
  font-weight: 700;
  color: #333;
}

.main .main-block .info .control {
  display: inline-block;
  vertical-align: top;
}

.main .main-block .video_block {
  width: 721px;
  position: relative;
  height: 410px;
  margin-left: auto;
}

.main .main-block .video_block .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
}

.main .main-block .video_block .video {
  position: relative;
  width: 100%;
  height: 100%;
}

.main .main-block .video_block .image:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%);
  background: url(../img/icons/play.svg) no-repeat center center #c03232;
  z-index: 4;
  border-radius: 50%;
  pointer-events: none;
}


/*** ADVANTAGES ***/

.advantages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 72px;
}

.advantages .item {
  width: 310px;
  max-width: 100%;
  margin-right: 20px;
  background: rgb(242 242 242 / 50%);
  padding: 48px;
  text-align: center;
  border-radius: 10px;
}

.advantages .item:nth-child(3) {
  margin-right: 0;
}

.advantages .item .icon {
  margin: 0 0 25px;
}

.advantages .item .icon svg {
  width: 56px;
  height: 56px;
  fill: #f8f8f8;
}

.advantages .item .info .title {
  margin: 0 0 11px;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #828282;
}

.advantages .item .info .text {
  font-size: 24px;
  line-height: 28px;
  color: #333333;
}


/*** ABOUT ***/

.about {
  margin: 0 0 111px;
}

.about .quote {
  position: relative;
  margin: 0 0 56px;
}

.about .quote .image {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.about .quote .image:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #C03232;
  content: '';
  opacity: .8;
}

.about .quote .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 78px 100px 82px;
  text-align: center;
}

.about .quote .info .icon {
  margin: 0 0 27px;
}

.about .quote .info .icon svg {
  fill: #FFF;
  width: 48px;
  height: 38px;
}

.about .quote .info .text {
  width: 710px;
  max-width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  line-height: 38px;
  margin: 0 auto;
}

.about_images {
  display: flex;
  flex-wrap: wrap;
}

.about_images .item {
  width: calc(100%/2 - 18px/2);
  margin-right: 18px;
}

.about_images .item:nth-child(2n) {
  margin-right: 0;
}


/*** ARTICLES ***/

.articles {
  margin: 0 0 130px;
}

.media-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.media-list .item {
  width: calc(100%/3 - 82px*2/3);
  margin-right: 82px;
}

.media-list .item:last-child {
  margin-right: 0;
}


/*** SUPPORT ***/


.support {
  padding: 83px 0 81px;
  background: #000;
}

.support-list .item {
  margin: 0 0 19px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  color: #FFF;
  border: 2px solid rgba(255, 255, 255, 0.01);
  transition: .3s border-color;
  cursor: pointer;
}

.support-list .item:last-child {
  margin-bottom: 0;
}

.support-list .item .title {
  padding: 14px 53px 14px 24px;
  font-weight: 500;
  font-size: 22px;
  line-height: 180%;
  position: relative;
}

.support-list .item .title:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: 2px solid #FFF;
  border-left: 0;
  border-top: 0;
}

.support-list .item.open .title {
  color: #E50F0F;
}

.support-list .item.open .title:after {
  border-color: #E50F0F;
  transform: translateY(-50%) rotate(-135deg);
}

.support-list .item .text {
  padding: 17px 20px 24px 24px;
  position: relative;
  font-size: 18px;
  line-height: 180%;
  color: rgba(255, 255, 255, 0.8);
  display: none;
}

.support-list .item .text:before {
  content: '';
  position: absolute;
  left: 24px;
  top: 0;
  width: calc(100% - 44px);
  height: 1px;
  background: #FFF;
  opacity: .12;
}

.support-list .item .text > *:last-child {
  margin-bottom: 0;
}

.support-list .item .text a:link {
color:#FFFFFF;
}

.support-list .item .text a:visited {
color:#FFFFFF;
}

.support-list .item .text a:hover {
color:#c03232;
}

.support-list .item .text ul li {
  padding-left: 26px;
  position: relative;
}

.support-list .item .text ul li:last-child {
  margin-bottom: 0;
}

.support-list .item .text ul li:before {
  content: '';
  position: absolute;
  left: 12px;
  top: 14px;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
}

.support-list .item.open {
  border-color: #E50F0F;
}


/*** CONTACTS ***/

.contacts {
  padding: 83px 0 76px;
}

.contacts .contacts-block {
  padding: 39px 79px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8F8F8;
  border-radius: 10px;
  width: 700px;
  margin: 0 auto;
  max-width: 100%;
}

.contacts .contacts-block .item {
  margin-right: 30px;
}

.contacts .contacts-block .item:nth-child(2) {
  margin-right: 0;
}

.contacts .contacts-block .item a {
  display: flex;
  align-items: center;
}

.contacts .contacts-block .item a svg {
  width: 30px;
  height: 30px;
  fill: #FFF;
  margin-right: 12px;
}

.contacts .contacts-block .item a span {
  font-size: 29px;
  line-height: 34px;
  color: #000000;
}


/*** FOOTER ***/

footer .footer-block {
  display: flex;
  align-items: center;
  border-bottom: 1.5px solid #F2F2F2;
  padding: 0 0 43px;
	
}

footer .footer-block .menu ul {
  display: flex;
  align-items: center;
}

footer .footer-block .menu ul li {
  margin-right: 46px;
}

footer .footer-block .menu ul li:last-child {
	margin-right: 0;
}

footer .footer-block .menu ul li a {
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
  color: #000000;
}

footer .footer-block .logo {
  margin-left: auto;
  border: 1px solid #EDEDED;
  padding: 12px 16px;
  border-radius: 7px;
}

footer .cookies {
  padding: 27px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1.5px solid #F2F2F2;
}

footer .cookies .text {
  width: 510px;
  max-width: 100%;
  margin-right: 40px;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #333333;
}

footer .cookies .controls {
  display: flex;
  align-items: center;
}

footer .cookies .controls .btn {
  padding: 12px 27px;
  line-height: 1;
}

footer .cookies .controls .btn:first-child {
  margin-right: 15px;
}

footer .copyright {
  display: flex;
  align-items: center;
  padding: 20px 0;
  justify-content: space-between;
  letter-spacing: 0.02em;
  color: #333333;
}