html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: "Montserrat";
    cursor: url('/img/cursor_redsoft_red_cor.svg'), default;
}

.container {
    width: 1440px;
    max-width: 1440px;
    margin: 0 auto;
}

@media screen and (min-width: 481px) and (max-width: 1260px) {
    .container {
        width: 95%;
    }
}
@media screen and (max-width: 540px) {
    .container {
        flex-direction: column;
        width: 90%;
    }
}

header {
    width: 100%;
    background-color: transparent;
    padding: 20px 0px;
    border-bottom: 1px solid #fff;
    cursor: url('/img/cursor_redsoft_white_cor.svg'), default;
}
.mobileMenu {
  display: none;
}
.header-menu {
    display: flex;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}
ul {
    list-style-type: none;
}
nav ul li a {
    text-decoration: none;
}
.navbar img {
    height: 54px;
}
.navbar a {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 26.82px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #fff;
    padding: 0px 40px;
}
.header-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main {
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: url('/img/cursor_redsoft_white_cor.svg'), default;
}
.main-text {
    width: 50%;
}
.main-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.auth-btn  {
  background-color: #fff;
    padding: 14px 20px;
    border: 2px solid #F40A0B;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    color: #F40A0B;
    font-weight: 700;
    font-size: 18px;
    z-index: 10;
}
.main-data {
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    display: inline-block;
}
.main-data p {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 36px;
    margin: 0;
    color: #FE0202;
}
.main-title h1 {
    font-weight: 700;
    color: #fff;
    font-size: 80px;
    text-transform: uppercase;
    margin: 40px 0px;
}
.main-subtitle p {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}
.auth-btn-main {
    background-color: transparent;
    border: 2px solid #fff;
    display: inline-block;
    padding: 14px 20px;
    border-radius: 50px;
    margin-top: 40px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}

.big-logo-redsoft {
    margin-top: -150px;
    
}
.big-logo-redsoft img {
    width: 600px;
    animation: levitate 2.2s alternate ease-in-out infinite;
}
.big-logo-redsoft-mobile {
    display: none;
}

@keyframes levitate {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(0, 20px);
    }
  }


h2 {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
}

.programm {
    padding: 100px 0px;
    background-image: url('/img/background-program.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f7f7f8;
}
.programm-block {
    display: inline-flex;
    flex-direction: column;
    padding: 40px 70px;
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
    width: 80%;
}

.programm-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 20px;
}
.programm-text._border-line {
  border-bottom: 1px solid #F1F1F3;
}
.programm-text:last-child {
    padding-bottom: 0px;
}
.speakers_information {
  margin-left: auto;
}
.programm-subtitle {
    font-size: 20px;
    line-height: 25px;
    white-space: nowrap;
    font-weight: 600;
    color: #4C4C4D;
}
.programm-maintext {
    padding-left: 80px;
    padding-right: 30px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: #4C4C4D;
}
.speaker-info {
    padding: 10px 30px;
    background-color: #FCFCFD;
    display: flex;
    align-items: center;
    margin-left: auto;
    min-width: 370px;
    max-width: 370px;
}
.speaker-img img {  
    width: 70px;
    height: 70px;
    margin-right: 20px;
    border-radius: 6px;
    object-fit: cover;
}
.speaker-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    
}
.speaker-info span {
    font-weight: 600;
}
.programm-main {
    display: flex;
    align-items: center;
    flex-direction: column;

}
.programm-block-title {
    font-weight: 700;
    font-size: 38px;
    margin-top: 0px;
    margin-left: -30px;
}
.speaker-block {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px;
    background-color: #fff;
    margin-right: 20px;
    position: relative;
    border-radius: 10px;
    max-height: 250px;
    
}
.speaker_about {
  display: flex;
  flex-direction: column;
} 

.speaker-ava img {
    width: 200px;
    height: 200px;
    border-radius: 6px;
}
.speaker_logo {
  width: 170px;
  display: flex;
  align-items: center;
  margin-bottom: auto;
 
}
.speaker_logo._yandex {
  width: 225px;
}
.speaker_logo img {
    width: 100%;
}

.speaker_about p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    max-width: 310px;
}
.speaker_about span  {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    white-space: nowrap;
}
.slider_speaker {
    background-color: #f7f7f8;
    padding-bottom: 200px;
}
.speaker-block._second {
    margin-top: 20px;
}
  
.slider {
    margin-top: 60px;
    display: flex;
}


.partners {
	display: flex;
	flex-direction: column;
	width: 100%;
    background-color: #f7f7f8;
    background-image: url("/img/background-partners.svg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    background-size: 23%;
}

.partners .container {
	flex-direction: column;
}

.partners-logos {
	display: flex;
	flex-direction: column;
	width: 100%;
	overflow: hidden;
    
}

.partners-logos-line {
	display: flex;
	width: 100%;
	height: 200px;
  align-items: center;
  justify-content: center;
}
.partners-logos-line._first {
  margin-top: 40px;
}

.partners-logos-line img {
	height: 160px;
	width: auto;
  border-radius: 6px;
	margin-right: 15px;
	cursor: pointer;

}

.location {
    background-image: url("/img/background-location.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 240px;
    background-color: #f7f7f8;
    padding-bottom: 80px;
}
.location-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0px 60px 60px;
    background-color: #fff;
    border-radius: 12px;
    margin-top: 40px;
}
.location-info {
    width: 50%;
}
.auth-btn-location {
    background-color: #F40A0B;
    display: inline-block;
    padding: 14px 20px;
    border-radius: 50px;
    margin-top: 40px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    color: #FFF;
}

.location-slider {
    width: 50%;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
  }
  
  .slider-second {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: 100%;
  }
  
  .slider-second img {
    object-fit: cover;
    border-radius: 12px 0px 0px 12px;
  }
  
  .prev-button,
  .next-button {
    position: absolute;
    padding: 0;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    background-color: transparent;
    border: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
  }
  .prev-button img,
  .next-button img {
    width: 100%;
    height: 100%;
  }
  
  .prev-button {
    left: 10px;
  }
  
  .next-button {
    right: 10px;
  }
  .location-title h3 {
    font-weight: 700;
    font-size: 48px;
    margin: 0;
    margin-bottom: 20px;
  }

  .yandex-map {
    margin-top: 40px;
    width: 100%;
  }

  .location-block._connection {
    padding: 0px;
    padding: 60px;
    margin-top: 40px;
  }
  .location-conn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    background-color: #FCFCFD;
    width: 45%;
  }
  .location-links {
    display: flex;
    flex-direction: column;
    width: max-content;
  }
  .speaker-info._connection {
    background-color: transparent;
    padding: 0px;
    min-width: auto;
    margin-left: 0px;
  }
  .speaker-img._connection img {
    width: 100px;
    height: 100px;
  }
  .speaker-info._connection p {
    line-height: 20px;
  }
  .location-links a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    text-decoration: none;
  }

  .icon-maria {
    margin-right: 6px;
  }
  .location-links a:first-child {
    margin-bottom: 10px;
  }
  .location-links a:last-child {
    margin-top: 10px;
  }


  /* footer */

  .footer-line {
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
    padding-bottom: 25px;
  }
  .footer-items._second {
    display: flex;
  }
  .location-links._footer a {
    padding: 8px 0px;
  }
  .footer-menu ul {
    margin: 0;
    padding: 0;
    padding-right: 110px;
  }
  .footer-menu ul li  {

    padding: 6px 0px;
  }
  .footer-menu ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #59595A;
    text-decoration: none;
  }
  .footer-menu ul li span {
    font-weight: 600;
    font-size: 20px;
    color: #000;
  }
  .footer-top-right-item {
    font-weight: 600;
    font-size: 20px; 
    display: flex;
  }
  .footer-top-right {
    padding-top: 8px;
  }
  .footer-top-right-item a {
    padding: 12px;
    background-color: #F7F7F8;
    border-radius: 8px;
    margin-top: 14px;
    margin-right: 14px;
    transition: 0.3s;
  }
  .footer-link {
    width: 30px;
    height: 30px;
  }
  .footer-top-right-item a svg {
    width: 30px;
    height: 30px;
  }
  .footer-top-right-item a:last-child {
    margin-right: 0px;
  }
  .footer-bottom {
    border-top: 1px solid #F1F1F3;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 15px;
    color: #656567;
    font-size: 18px;
    font-weight: 400;
    
  }
  .footer-bottom a {
    text-decoration: none;
    color: #656567;
  }
  .footer-top-right-item a:hover {
    background-color: #F40A0B;
  }
  @media screen and (min-width: 1181px) and (max-width: 1465px) {
    .container {
        width: 95%;
    }
}
  @media screen and (max-width:1400px) {
    .big-logo-redsoft {
      display: none;
    }
    .big-logo-redsoft-mobile {
      display: block;
    }
    .big-logo-redsoft-mobile img {
      width: 400px;
      animation: levitate 2.2s alternate ease-in-out infinite;
    }
    .main {
      height: auto;
      padding: 30px 0px;
      text-align: center;
    }
    .main-block {
      justify-content: center;
    }
    .main-text {
      width: 70%;
    }
    .location-conn {
      flex-direction: column;
    }
  }
  @media screen and (max-width:1300px) {
    .header-line {
      flex-direction: column;
    }
    
  }

  @media screen and (max-width:1100px) {
    .main-text {
      width: 100%;
    }
    .speakers_information {
      width: 100%;
    }
    .programm-info._double {
      display: none;
    }
    .programm-text.shetinin {
      margin-bottom: 0px;
      border-radius: 0px;
      border-radius: 12px 12px 0px 0px;
    }
    .programm-text.lisyutin {
      margin-bottom: 0px;
      margin-top: 0px;
      border-radius: 0px;
    }
    .programm-text.irina {
      margin-top: 0px;
      border: none;
      border-radius: 0px;
      border-radius: 0px 0px 12px 12px;
    }
    .programm-text {
      flex-direction: column;
      align-items: flex-start;
      overflow: hidden;
    }
    
    .programm-maintext {
      padding-left: 15px;
      font-weight: 600;
      font-size: 20px;
      padding-right: 0px;
      padding: 30px;
      background-color: #fff;
      margin: 0;
    }
    .speaker-info {
      margin-left: 0px;
      width: 100%;
      padding: 0px;
      max-width: 100%;
      padding: 15px 30px;
      background-color: #FCFCFD;
    }
    .programm-text {
      border: 1px solid #F1F1F3;
      border-radius: 10px;
      margin-bottom: 20px;
      padding-bottom: 0px;
    }
    
    .programm-subtitle {
      margin: 0;
      padding-bottom: 10px;
      padding: 15px 30px;
      font-weight: 700;
      background-color: #FCFCFD;
    }
    .programm-info {
      width: 100%;
      border-bottom: 1px solid #F1F1F3 ;
    }
    .programm-block-title {
      margin-left: 0px;
    }
    .programm-block {
      padding: 0px;
      background-color: transparent;
    }
    .location-block {
      flex-direction: column;
      padding: 60px;
    }
    .location-block._connection {
      padding: 30px;
    }
    .location-info {
      width: 100%;
    }
    .location-slider {
      width: 100%;
      padding-top: 30px;
    }
    .slider-container {
      border-radius: 12px;
    }
    .location-conn {
      width: 100%;
      background-color: transparent;
    }
    .location-links {
      padding-top: 30px;
    }
    .speaker-info._connection {
      background-color: #FCFCFD;
      padding: 30px;
      overflow: hidden;
      justify-content: center;
      width: max-content;
    }
    .footer-line {
      flex-direction: column;
      padding-top: 25px;
    }
    .footer-items._second {
      padding-top: 30px;
    }
    .location-links._footer {
      padding-top: 0px;
    }

    .header-desktop {
      display: none;
    }
    .header-mobile {
      display: block;
    }

    .mobileMenu {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      background-color: #FF0200;
    }
    .logo {
      width: 30px;
    height: 30px;
    }
    .menu-triger {
      display: block;
      width: 30px;
      height: 30px;	
      background: url('/img/menu_toggle.svg') no-repeat;
      background-size: cover;
      margin-left: auto;
    }	
    .menu-close {
      display: block;
      width: 38px;
      height: 38px;	
      background: url('/img/close.svg') no-repeat;
      background-size: cover;
      margin-left: auto;
    }
    .menu-popup {
      display: none;	
      background: #FF0200;
      position: fixed;
      left: 0px;
      right: 0px;
      top: 0;
      box-sizing: border-box;
      padding: 30px;
      z-index: 9999;	
      box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }
    .menu-popup ul {
      margin: 0;
      padding: 0;
      text-align: center;
    }
    .menu-popup li {
      list-style: none;
      margin: 10px 0;
      padding: 0;
    }
    .menu-popup li a {
      font-size: 20px;
      font-weight: 600;
      line-height: 26.82px;
      letter-spacing: -0.04em;
      text-align: left;
      color: #fff;
      padding: 0px 40px;
      text-decoration: none;
    }
    .auth-btn-main {
      background-color: #FF0200;
      margin-top: 20px;
    }
  }
  @media screen and (max-width: 540px) {
    .main-title h1{
      font-size: 50px;
    }
    .programm-block {
      width: 100%;
    }
    .speaker-block {
      flex-direction: column-reverse;
      padding: 20px;
      margin-right: 0px;
      max-height: 320px;
      height: 320px;
    }
    .speaker_about p {
      position:static;
      text-align: center;
      width: 100%;
      max-width: none;
    }
    .speaker_logo {
      text-align: center;
      padding-bottom: 20px;
    }
    .speaker_about {
      width: 100%;
      align-items: center;
      padding-top: 10px;
      padding-bottom: 20px;
    }
    .speaker-ava {
      width: 100%;
    }
    .speaker-ava img {
      width: 150px;
      height: 150px;
      object-fit: cover;
    }
    .footer-items._second {
      flex-direction: column;
    }
    .footer-top-right {
      margin-top: 25px;
    }
    .location-title h3 {
      font-size: 28px;
    }
    .main-title h1 {
      font-size: 35px;
    }

    .location-conn {
      padding: 0px;
    }
    .big-logo-redsoft-mobile img {
      width: 270px;
    }
    .speaker-info {
      min-width: auto;
      padding: 0px;
    }
    .speaker-img {
      margin-left: 15px;
    }
    .speaker_about span {
      font-size: 20px;
    }
    .speaker_about p {
      font-size: 14px;
    }
    h2 {
      font-size: 28px;
    }
    .partners-logos-line img {
      height: 20vw;
    }
    .partners-logos-line {
      height: 100px;
    }
    .location {
      padding-top: 50px;
    }
    .slider_speaker {
      padding-bottom: 120px;
    }
    .programm {
      padding-bottom: 50px;
    }
    .programm-block-title {
      font-size: 28px;
    }
    .main-subtitle p {
      font-size: 12px;
      line-height: 18px;
    }
    .main-data p {
      font-size: 13px;
    }
    .main-data {
      padding: 0px 25px;
    }
    .location-block {
      padding: 24px;
    }
    .yandex-map iframe {
      width: 100%;
      height: 300px;
      border-radius: 12px;
    }
    .slider-second {
      justify-content: center;
    }
    .slider-container {
      height: 300px;
    } 
    .slick-slide img {
      margin-left: auto;
      margin-right: auto;
    }
  }



  /* форма регистрации */


.reg {
  display: flex;
  width: 100%;
  height: auto;
  background-color: #222A35;
  padding: 120px 0px;
  background-image: url(/img/background-program.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f7f7f8;
}
.reg-title {
  display: flex;
  width: 40%;
  height: calc(100% - 120px);
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 56px;
  letter-spacing: -0.02em;
  color: #000;
}
.reg-inputs {
  display: flex;
    flex-direction: column;
    width: 60%;
    max-width: 670px;
}
.reg-form {
  display: flex;
  background-color: #fff;
  padding: 100px;
  border-radius: 12px;
  background-image: url('/img/reg-background.png');
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 100%;
  background-size: 400px;
}
.reg-input {
  border: 1px solid #F1F1F3;
  border-radius: 10px;
  height: 48px;
  background-color: #FCFCFD;
  margin-left: 60px;
  margin-bottom: 20px;
  padding-left: 15px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #656567;
}
.reg-input._error {
    box-shadow: 0px 0px 5px 1px rgba(255, 0, 0, 0.76);
  }
.reg-desc {
  margin-left: 60px;
}
.reg-button {
  height: 48px;
  background: #FF0200;
  border-radius: 50px;
  border: 1px solid #FF0200;
  margin-left: 60px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #FAFAFA;
  cursor: pointer;
}
.reg-messages {
    display: flex;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 25px;
	margin-left: 60px;
}

@media screen and (max-width: 700px){
 
  .reg-form {
    flex-direction: column;
    background-image: none;
    padding: 50px;
  }
  .reg-title {
    width: 100%;
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 35px;
  }
  .reg-desc {
    margin-left: 0px;
  }
  .reg-input {
    margin-left: 0;
  }
  .reg-inputs {
    width: 100%;
  }
  .reg-button {
    margin-left: 0;
  }
  .reg-messages {
	  margin-left: 0px;
  }
}
.reg-input._req._error {
  box-shadow: 0px 0px 5px 2px rgba(255, 0, 0, 0.76);
}

.pres {
  display: flex;
  align-items: center;
  padding-left: 80px;
  font-weight: 400;
  font-size: 17px;
  color: #CC2B24;
}
.pres img {
  padding-right: 15px;
}
@media screen and (max-width: 1100px){
  .pres {
    background-color: #fff;
    padding-left: 30px;
    padding-bottom: 30px;
  }
 
}