@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
  line-height: 31px;
  color: #000;
}
section {
  position: relative;
}
.container {
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
}
header {
  padding-top: 21px;
  margin-bottom: 23px;
}
header .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .flex ul {
  margin: 0;
  padding: 0;
}
header .flex ul li {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 36px;
}
header .flex ul li:last-child {
  margin-left: 51px;
}
header .flex ul li a {
  text-decoration: none;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  color: #000;
}
header .flex ul li a:hover {
  color: #CA2027;
}
.burg {
  display: none;
  position: relative;
}
.burg span {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #091337;
  margin-bottom: 3px;
}
.burg span:last-child {
  margin-bottom: 0;
}
.btn {
  display: block;
  font-size: 17px;
  line-height: 23px;
  color: #fff !important;
  background: #CA2027;
  padding: 14px 57px;
  text-align: center;
  text-decoration: none;
  border: solid 1px #CA2027 !important;
  transition: all 0.3s;
}
.btn:hover {
  color: #CA2027 !important;
  background: transparent;
}
.sec1 {
  background: url(../img/bg1.svg) no-repeat;
  background-position: center 0;
  background-size: cover;
  padding-top: 133px;
  padding-bottom: 233px;
}
h1 {
  margin: 0 0 13px 0;
  font-weight: bold;
  font-size: 83px;
  line-height: 113px;
  color: #091337;
}
.sec1 p {
  font-weight: 300;
  font-size: 35px;
  line-height: 48px;
  margin: 0 0 35px 0;
}
.sec1 p.red {
  margin: 0;
  font-size: 46px;
  line-height: 63px;
  color: #CA2027;
}
.sec2 {
  padding-top: 83px;
  overflow: hidden;
}
.sec2 .bg2_1 {
  position: absolute;
  left: -9px;
  top: 0;
}
.sec2 .bg2_2 {
  position: absolute;
  right: -126px;
  top: 28px;
}
.sec2 .bg2_3 {
  position: absolute;
  right: -9px;
  top: -135px;
}
.sec2 ul {
    padding-left: 10px;
}
.sec2 ul li {
    font-weight: 300;
    font-size: 23px;
    line-height: 31px;
    padding-left: 45px;
    position: relative;
    list-style-type: none;
    margin-top: 12px;
}
.sec2 ul li:before {
    content: "";
    width: 15px;
    height: 1px;
    background: #000000;
    position: absolute;
    top: 12px;
    left: 15px; 
}
h2 {
  font-weight: 600;
  font-size: 43px;
  line-height: 59px;
  color: #091337;
  margin: 0 0 30px 0;
}
.sec2 p {
  font-weight: 300;
  font-size: 23px;
  line-height: 31px;
  margin: 0 0 31px 0;
}
.sec2 a.btn {
  width: 100%;
  max-width: 330px;
  margin: 48px auto 0;
}
.sec3 {
  padding-top: 193px;
  overflow: hidden;
}
.sec3 h2 {
  text-align: center;
}
.sec3 .bg2_2 {
  position: absolute;
  width: 109px;
  left: -219px;
  top: -27px;
}
.crest {
  position: absolute;
  right: -283px;
  top: 60px;
  width: 53px;
  height: 53px;
}
.crest span:first-child {
  position: absolute;
  left: 26px;
  top: 1PX;
  width: 2px;
  height: 53px;
  background: #7A7A7A;
}
.crest span:last-child {
  position: absolute;
  left: 0px;
  top: 27px;
  width: 53px;
  height: 2px;
  background: #7A7A7A;
}
.sec3 .programm {
  margin-top: 72px;
  position: relative;
  z-index: 5;
}
.sec3 .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec3 .flex .col {
  flex: 0 0 49%;
}
.sec3 .flex .item {
  background: #FFFFFF;
  box-shadow: 0px 13px 35px rgba(181, 189, 194, 0.3);
  border-radius: 5px;
  padding: 32px;
  margin-bottom: 36px;
}
.sec3 .flex .col:nth-child(2) {
  padding-top: 108px;
}
.sec3 .flex .item img {
  margin-bottom: 22px;
}
.sec3 .flex .item p.time {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  margin: 0 0 16px 0;
}
.sec3 .flex .item p.disc {
  font-size: 28px;
  line-height: 38px;
  margin: 0;
}
.sec3 .flex .item p.fw {
  font-weight: 300;
  font-size: 23px;
  line-height: 31px;
  color: #091337;
  margin: 20px 0 0 0;
}
.sec3 .tr_big {
  position: absolute;
  left: -128px;
  top: 39%;
  z-index: 2;
}
.sec4 {
  padding-top: 113px;
  position: relative;
}
.sec4 .big_circle {
  display: block;
  position: absolute;
  left: -378px;
  top: -310px;
  width: 1130px;
  height: 1130px;
  border-radius: 50%;
  background: linear-gradient(180deg, #E4E4E4 0%, #FFFFFF 100%);
  z-index: 1;
}
.sec4 h2 {
  text-align: center;
  margin: 0 0 62px 0;
  position: relative;
  z-index: 2;
}
.sec4 .container {
  z-index: 3;
}
.slider_block {
  position: relative;
  z-index: 3;
}
.slider_block .slick-list {
  padding-bottom: 40px !important;
}
.slider_block .item {
  background: #FFFFFF;
  box-shadow: 0px 13px 35px rgba(181, 189, 194, 0.3);
  border-radius: 5px;
  padding: 32px 32px 54px 32px;
  margin: 0 20px;
}
.slider_block .item .flex {
  display: flex;
}
.slider_block .item .ava {
  margin-right: 24px;
  width: 100%;
  max-width: 121px;
}
.slider_block .item .ava img {
  display: block;
  width: 100%;
}
.slider_block .item .txt p.name {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #091337;
  margin: 0 0 20px 0;
}
.slider_block .item .txt p.discr {
  margin: 0;
  font-weight: 300;
  font-size: 23px;
  line-height: 31px;
  color: #091337;
}
.slider_block .item .txt p.discr a {
    text-decoration: none;
    color: #cb242b;
}
.cont_cust {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
#triangle-topleft {
  position: absolute;
  right: 308px;
  top: -175px;
  width: 0;
  height: 0;
  border-top: 34px solid #000;
  border-right: 34px solid transparent;
}
.circle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(180deg, #E4E4E4 0%, #F1F1F1 100%);
}
.cr1 {
  position: absolute;
  right: 88px;
  top: -37px;
}
.cr2 {
  position: absolute;
  left: 31px;
  top: -37px;
  z-index: 2;
}
.cr3 {
  position: absolute;
  right: -174px;
  top: 57px;
}
.m_trig {
  position: absolute;
  right: 155px;
  top: 133px;
}
.sec5 {
  padding-top: 201px;
  overflow: hidden;
  z-index: 3;
}
.sec5 h2 {
  text-align: center;
  margin: 0 0 40px 0;
}
.sec5 p {
    text-align: center;
    margin: 0 0 50px 0;
}
form {
  max-width: 731px;
  margin: 0 auto;
}
form input {
  display: block;
  width: 100%;
  height: 85px;
  padding-left: 38px;
  margin-bottom: 16px;
  background: #FFFFFF;
  box-shadow: 0px 13px 35px rgba(181, 189, 194, 0.3);
  border-radius: 5px;
  font-size: 20px;
  color: #000;
  border: none;
}
::-webkit-input-placeholder { color: #7A7A7A; }
:-ms-input-placeholder { color: #7A7A7A; }
::-ms-input-placeholder { color: #7A7A7A; }
::placeholder { color: #7A7A7A; } 
form button.btn {
  border: none;
  cursor: pointer;
  margin: 54px auto 0;
  width: 100%;
  max-width: 330px;
}
.sec6 {
  padding-top: 155px;
  overflow: hidden;
}
.sec6 h2 {
  text-align: center;
  margin-bottom: 61px;
}
.sec6 .map_block .flex {
  display: flex;
}
.sec6 .map_block .l_map {
  flex: 0 0 55%;
  height: 503px;
}
.sec6 .map_block .discr_map {
  flex: 0 0 45%;
  padding: 53px 20px 0 61px;
  background: #F3F7FB;
}
.sec6 .map_block .discr_map h3 {
  font-weight: 600;
  font-size: 37px;
  line-height: 50px;
  color: #091337;
  margin: 0 0 47px 0;
}
.sec6 .map_block .discr_map p {
  font-weight: 300;
  font-size: 23px;
  line-height: 31px;
  color: #091337;
  margin: 0 0 31px 0;
}
.sec6 .map_block .discr_map a {
  display: block;
  color: #CA2027;
  font-weight: 300;
  font-size: 23px;
  line-height: 31px;
}
footer {
  padding-top: 83px;
  padding-bottom: 100px;
}
footer p {
  font-weight: 300;
  font-size: 17px;
  line-height: 23px;
  color: #091337;
  margin: 0;
}
footer p a {
  text-decoration: none;
  color: #091337;
  transition: all 0.3s;
}
footer p a:hover {
  color: #CA2027;
}
footer .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .m_tr2 {
  position: absolute;
  left: 238px;
  top: 18px;
}
#triangle-topleft2 {
  position: absolute;
  left: -357px;
  top: 32px;
  width: 0;
  height: 0;
  border-top: 54px solid #CA2027;
  border-right: 54px solid transparent;
}
#triangle-topleft3 {
  position: absolute;
  right: -231px;
  top: 294px;
  width: 0;
  height: 0;
  border-top: 54px solid #CA2027;
  border-right: 54px solid transparent;
}
#triangle-topleft4 {
  position: absolute;
  right: 368px;
  top: 107px;
  width: 0;
  height: 0;
  border-top: 54px solid #CA2027;
  border-right: 54px solid transparent;
}
.sec6 .crest {
  left: -216px;
  top: 450px;
}
.overlay {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 50;
  background: rgba(0,0,0,0.5);
  display: none;
}
.overlay .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 50px 30px;
  width: 100%;
  max-width: 600px;
}
.overlay .popup h2 {
  font-size: 26px;
  margin: 0;
}
@media screen and (max-width: 1600px) {
  .sec2 .bg2_1 {
    left: -166px;
  }
  .sec2 .bg2_3 {
    right: -120px;
  }
}
@media screen and (max-width: 1400px) {
  .sec2 .bg2_3 {
    display: none;
  }
  .slider_block .item .txt p.name {
    font-size: 24px;
    line-height: 28px;
  }
  .slider_block .item .txt p.discr {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .sec1 {
    padding-top: 90px;
    padding-bottom: 150px;
  }
  .sec2 .bg2_1 {
    display: none;
  }
  .sec4 .big_circle {
    width: 900px;
    height: 900px;
    top: -150px;
  }
  .container {
    padding: 0 30px;
  }
  h1 {
    font-size: 64px;
  }
  .sec1 p {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .sec1 p.red {
    font-size: 34px;
  }
  header .flex ul li {
    margin-left: 20px;
  }
  header .flex ul li:last-child {
    margin-left: 35px;
  }
  h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .sec2 p {
    font-size: 20px;
    line-height: 28px;
  }
    .sec2 ul li {
    font-size: 20px;
    line-height: 28px;
}
  .sec3 {
    padding-top: 130px;
  }
  .sec3 .flex .item p.time {
    font-size: 22px;
  }
  .sec3 .flex .item p.disc {
    font-size: 22px;
    line-height: 30px;
  }
  .sec3 .flex .item p.fw {
    font-size: 16px;
    line-height: 24px;
  }
  footer .m_tr2 {
    max-width: 160px;
  }
  #triangle-topleft4 {
    display: none;
  }
  .sec6 .map_block .discr_map {
    padding: 40px 20px 0 20px;
  }
  .sec6 .map_block .discr_map h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .sec6 .map_block .discr_map p {
    font-size: 20px;
    line-height: 28px;
  }
  .sec6 .map_block .discr_map a {
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) {
  .btn {
    padding: 10px 15px;
  }
  header {
    padding-top: 10px;
    margin-bottom: 10px;
  }
  header .flex ul li:last-child {
    margin-left: 20px;
  }
  header .flex ul li {
    margin-left: 15px;
  }
  .logo img {
    max-width: 100px;
  }
  h1 {
    font-size: 50px;
  }
  .sec1 {
    padding-bottom: 100px;
  }
  .sec1 p {
    font-size: 26px;
    line-height: 17px;
    margin-bottom: 10px;
  }
  .sec1 p.red {
    font-size: 28px;
  }
  .sec2 {
    padding-top: 60px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .sec2 a.btn {
    margin-top: 30px;
  }
  .sec2 p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
    .sec2 ul li {
    font-size: 18px;
    line-height: 24px;
}
  .sec3 {
    padding-top: 80px;
  }
  .sec3 .flex .item p.disc {
    font-size: 18px;
    line-height: 24px;
  }
  .sec3 .flex .item img {
    margin-bottom: 10px;
  }
  .sec3 .flex .item p.time {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sec3 .tr_big {
    left: 28px;
  }
  .sec4 .big_circle, footer .m_tr2 {
    display: none;
  }
  .m_trig {
    max-width: 200px;
  }
  .sec5 {
    padding-top: 130px;
  }
  form input {
    height: 60px;
    margin-bottom: 15px;
  }
  .sec6 {
    padding-top: 80px;
  }
  .sec6 .map_block .l_map {
    height: 400px;
  }
  iframe {
    height: 400px !important;
  }
  footer {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
  .burg {
    display: block;
    cursor: pointer;
    z-index: 10;
  }
  .burg.act span {
    transition: all 0.3s;
  }
  .burg.act span:nth-child(2) {
    display: none;
  } 
  .burg.act span:nth-child(1) {
    transform: rotate(45deg);
  } 
  .burg.act span:nth-child(3) {
    transform: rotate(-45deg);
    position: absolute;
    top: 0px;
  }
  header .logo {
    position: relative;
    z-index: 10;
  }
  header .menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    text-align: center;
    z-index: 8;
    padding: 0 0 60px;
    transition: all 0.5s;
  }
  header .menu.act {
    top: 100px;
  }
  header .flex ul li {
    display: block;
    margin: 0 auto 20px;
  }
  header .flex ul li:last-child {
    margin: 0 auto;
    max-width: 250px;
  }
  h1 {
    font-size: 30px;
    line-height: 56px;
  }
  .sec1 p {
    font-size: 20px;
  }
  .sec1 p.red {
    font-size: 20px;
    line-height: 24px;
  }
  h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .sec2 p {
    font-size: 16px;
  }
    .sec2 ul li {
    font-size: 16px;
}
  .sec3 .flex .col {
    flex: 0 0 100%;
  }
  .sec3 .flex .col:nth-child(2) {
    padding-top: 0;
  }
  .slider_block .item .txt p.name {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .slider_block .item .txt p.discr {
    font-size: 16px;
    line-height: 22px;
  }
  .slider_block .item {
    padding: 15px 15px 30px 15px;
    margin: 0 10px;
  }
  .slider_block .item .ava {
    width: 100% !important;
    margin-right: 0;
    max-width: 100%;
    text-align: center;
  }
  .slider_block .item .ava img {
    display: block;
    max-width: 80px;
    margin: 0 auto 20px;
  }
  .slider_block .item .flex {
    display: block;
    text-align: center;
  }
  .cr2 {
    display: none;
  }
  .sec5 {
    padding-top: 100px;
  }
    .sec5 p {
    font-size: 18px;
}
  .sec6 .map_block .l_map {
    height: 350px;
  }
  iframe {
    height: 350px !important;
  }
  .sec6 .map_block .flex {
    flex-wrap: wrap;
  }
  .sec6 .map_block .l_map {
    flex: 0 0 100%;
  }
  .sec6 .map_block .discr_map {
    flex: 0 0 100%;    
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .sec6 .map_block .discr_map h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .sec6 .map_block .discr_map p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  footer .flex {
    display: block;
  }
}