.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.first-cont {
  position: relative;
  z-index: 11000;
  padding-top: 0px;
  padding-bottom: 100px;
}

.body {
  line-height: 1em;
}

.first-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: Gothampro, sans-serif;
  color: #333;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.first-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-img {
  position: relative;
  z-index: 10500;
  height: 600px;
}

.first-wrap-left {
  width: 50%;
  padding-top: 70px;
  padding-bottom: 90px;
}

.first-wrap-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph {
  margin-bottom: 0px;
  padding: 10px;
  font-family: Gothampro, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.first-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 60px;
  margin-top: 20px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3880ec;
  box-shadow: 0 0 20px -5px #3880ec;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Gothampro, sans-serif;
}

.first-button:hover {
  box-shadow: 0 0 20px 0 #3880ec;
}

.first-subtitle {
  margin-bottom: 0px;
  padding: 10px;
  font-family: Gothampro, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.first-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-header-wrapcenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.first-header-wrapright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-name {
  margin-bottom: 0px;
  padding: 10px;
  font-family: Gothampro, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.first-nav {
  margin-bottom: 0px;
  padding: 10px;
  font-family: Gothampro, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
}

.first-callback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 50px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #3880ec;
  background-color: rgba(56, 128, 236, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Gothampro, sans-serif;
  color: #333;
}

.first-callback:hover {
  background-color: #3880ec;
  color: #fff;
}

.first-contacts {
  margin-bottom: 0px;
  padding: 0px 10px 0px 5px;
  font-family: Gothampro, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  text-align: right;
}

.first-tel-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-icon {
  height: 15px;
  margin-right: 5px;
}

.about-cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-wrap-left {
  width: 50%;
}

.about-wrap-right {
  width: 50%;
}

.about-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: Gothampro, sans-serif;
  color: #333;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.about-img {
  height: 600px;
}

.about-txt {
  margin-bottom: 0px;
  padding: 10px;
  font-family: Gothampro, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.bckg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.02);
}

.first-bckg {
  position: absolute;
  top: 270px;
  z-index: 100;
  width: 100%;
  height: 400px;
  background-color: rgba(0, 0, 0, 0.03);
}

.problems-sect {
  background-color: rgba(0, 0, 0, 0.03);
}

.problems-cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.problems-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: Gothampro, sans-serif;
  color: #333;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.problems-col {
  padding-top: 50px;
}

.problems-col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.problems-col-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  margin-bottom: 0px;
  padding: 20px 10px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gothampro, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.problems-col-link {
  padding: 10px;
  font-family: Gothampro, sans-serif;
}

.education-cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.education-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: Gothampro, sans-serif;
  color: #333;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.education-txt {
  margin-bottom: 0px;
  padding: 10px 10px 30px;
  font-family: Gothampro, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.education-slider-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.formats-sect {
  background-color: rgba(0, 0, 0, 0.03);
}

.formats-cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.formats-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: Gothampro, sans-serif;
  color: #333;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.formats-col {
  padding-top: 50px;
}

.formats-col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.formats-col-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  margin-bottom: 0px;
  padding: 20px 10px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gothampro, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.formats-col-subtitle {
  min-height: 95px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: Gothampro, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
}

.formats-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 60px;
  margin-top: 20px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3880ec;
  box-shadow: 0 0 20px -5px #3880ec;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Gothampro, sans-serif;
  font-size: 12px;
}

.formats-button:hover {
  box-shadow: 0 0 20px 0 #3880ec;
}

.formats-col-subtitle2 {
  min-height: 95px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: Gothampro, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  text-align: center;
}

.contacts-sect {
  background-image: url('../images/contacts-bckg3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contacts-cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contacts-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 10px 60px;
  font-family: Gothampro, sans-serif;
  color: #333;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.contacts-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contacts-wrap2 {
  width: 600px;
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #f8f8f8;
}

.contacts-tel {
  margin-bottom: 0px;
  padding: 5px 10px 5px 5px;
  font-family: Gothampro, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  text-align: center;
}

.contacts-wrap3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contacts-wrap4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 20px -15px #000;
}

.contacts-cta {
  margin-bottom: 0px;
  padding: 10px 10px 30px;
  font-family: Gothampro, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
}

.contacts-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-field {
  width: 250px;
  height: 50px;
  font-family: Gothampro, sans-serif;
  text-align: center;
}

.text-field:focus {
  border: 1px solid #3880ec;
}

.submit-button {
  width: 250px;
  height: 50px;
  margin-top: 10px;
  background-color: #3880ec;
  box-shadow: 0 0 20px -5px #3880ec;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Gothampro, sans-serif;
}

.submit-button:hover {
  box-shadow: 0 0 20px 0 #3880ec;
}

.footer-sect {
  background-color: rgba(0, 0, 0, 0.03);
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-name {
  margin-bottom: 0px;
  padding: 10px;
  font-family: Gothampro, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.footer-unp {
  margin-bottom: 0px;
  padding: 10px;
  font-family: Gothampro, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.contacts-tel2 {
  margin-bottom: 0px;
  padding: 5px 10px 40px;
  font-family: Gothampro, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  text-align: center;
}

.contacts-tel-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-icon {
  height: 25px;
  margin-right: 5px;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15000;
  display: none;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.95);
  opacity: 0;
}

.popup-form-button {
  width: 260px;
  height: 60px;
  background-color: #3880ec;
  box-shadow: 0 0 20px -5px #3880ec;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Gothampro, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.popup-form-button:hover {
  box-shadow: 0 0 20px 0 #3880ec;
}

.popup-close {
  margin-right: 0px;
  margin-left: 0px;
  opacity: 0.5;
  cursor: pointer;
}

.popup-close:hover {
  opacity: 1;
}

.popup-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #e9e6e6;
  text-align: center;
}

.popup-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.popup-form-textfield {
  width: 260px;
  height: 60px;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Gothampro, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.popup-form-textfield:focus {
  border: 1px solid #3880ec;
}

.popup-body {
  padding: 10px 20px 0px;
}

.popup-subtitle {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 30px;
  font-family: Gothampro, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
}

.popup-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 0px;
  font-family: Gothampro, sans-serif;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

.popup-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.popup-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3880ec;
  box-shadow: 0 0 20px -5px #3880ec;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Gothampro, sans-serif;
}

.popup-button:hover {
  box-shadow: 0 0 20px 0 #3880ec;
}

.popup-problems-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.popup-problems-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #e9e6e6;
  text-align: center;
}

.dogovor-title {
  margin-top: 100px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: Gothampro, sans-serif;
  color: #333;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.dogovor-txt {
  margin-bottom: 0px;
  padding: 10px;
  font-family: Gothampro, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.dogovor-subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 10px 10px;
  font-family: Gothampro, sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.first-nav-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333;
  text-decoration: none;
}

.first-nav-link:hover {
  color: #3880ec;
}

.first-nav-link.w--current {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.first-nav-link.w--current:hover {
  color: #3880ec;
}

.link {
  color: #333;
  text-decoration: none;
}

.link-2 {
  color: #333;
  text-decoration: none;
}

.link-3 {
  color: #333;
  text-decoration: none;
}

.first-namewrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-name-img {
  height: 20px;
}

.footer-namewrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-name-img {
  height: 20px;
}

.payment-title {
  margin-top: 150px;
  margin-bottom: 0px;
  padding: 10px 10px 50px;
  font-family: Gothampro, sans-serif;
  color: #333;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.payment-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.payment-wrap-in {
  width: 600px;
  padding-bottom: 45px;
  background-color: rgba(0, 0, 0, 0.03);
}

.payment-nbrb-txt {
  margin-bottom: 0px;
  padding: 10px;
  font-family: Gothampro, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  text-align: left;
}

.payment-nbrb-title {
  margin-bottom: 0px;
  padding: 35px 10px 40px;
  font-family: Gothampro, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.payment-col-wrapleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.payment-col-wrapright {
  padding: 10px;
}

.payment-input {
  width: 70px;
  margin-bottom: 0px;
}

.payment-col-wrapright-convert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.payment-nbrb-convert-txt {
  margin-bottom: 0px;
  padding: 10px;
  font-family: Gothampro, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  text-align: left;
}

.form-block {
  margin-bottom: 0px;
}

.payment-nbrb-convert-txt2 {
  margin-bottom: 0px;
  padding: 10px 10px 10px 0px;
  font-family: Gothampro, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  text-align: left;
}

.payment-col-wrapleft-wrap {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.04);
}

.payment-wrap-pay {
  width: 600px;
  padding-bottom: 45px;
  background-color: rgba(0, 0, 0, 0.01);
}

.payment-pay-subtitle {
  margin-bottom: 0px;
  padding: 5px 10px 25px;
  font-family: Gothampro, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
}

.payment-pay-title {
  margin-bottom: 0px;
  padding: 35px 10px 5px;
  font-family: Gothampro, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.payment-form-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.payment-form-textfield {
  width: 150px;
  height: 45px;
  font-family: Gothampro, sans-serif;
}

.payment-form-button {
  width: 150px;
  height: 45px;
  background-color: #3880ec;
  box-shadow: 0 0 20px -5px #3880ec;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Gothampro, sans-serif;
}

.payment-form-button:hover {
  box-shadow: 0 0 20px 0 #3880ec;
}

.payment-wrap-data {
  width: 600px;
  padding-bottom: 45px;
  background-color: rgba(0, 0, 0, 0.03);
}

.payment-data-title {
  margin-bottom: 0px;
  padding: 35px 10px 40px;
  font-family: Gothampro, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.payment-data-form-button {
  width: 150px;
  height: 45px;
  background-color: #3880ec;
  box-shadow: 0 0 20px -5px #3880ec;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Gothampro, sans-serif;
}

.payment-data-form-button:hover {
  box-shadow: 0 0 20px 0 #3880ec;
}

.payment-data-form-textfield {
  width: 300px;
  height: 45px;
  font-family: Gothampro, sans-serif;
}

.payment-data-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.payment-data-form-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-logo-img {
  width: 100px;
  padding-right: 5px;
  padding-left: 5px;
}

.payment-info {
  width: 600px;
}

.payment-info-title {
  margin-bottom: 0px;
  padding: 35px 10px 30px;
  font-family: Gothampro, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.payment-info-txt {
  margin-bottom: 0px;
  padding: 10px;
  font-family: Gothampro, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  text-align: left;
}

.thx-title {
  margin-top: 150px;
  margin-bottom: 0px;
  padding: 10px 10px 20px;
  font-family: Gothampro, sans-serif;
  color: #333;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.thx-subtitle {
  margin-bottom: 0px;
  padding: 5px 10px 25px;
  font-family: Gothampro, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .first-img {
    height: 400px;
  }

  .first-nav {
    padding-right: 5px;
    padding-left: 5px;
  }

  .first-callback {
    display: none;
  }

  .about-wrap-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-img {
    height: 400px;
  }

  .first-bckg {
    top: 204px;
  }

  .formats-col-subtitle {
    min-height: 105px;
  }

  .formats-button {
    width: 160px;
  }

  .formats-col-subtitle2 {
    min-height: 105px;
  }

  .footer-logo-img {
    width: 70px;
  }
}

@media screen and (max-width: 767px) {
  .first-cont {
    padding-bottom: 50px;
  }

  .first-wrap {
    padding-top: 0px;
  }

  .first-img {
    height: 300px;
  }

  .first-name {
    display: none;
  }

  .first-nav {
    padding-left: 10px;
  }

  .about-cont {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-img {
    height: 350px;
  }

  .first-bckg {
    top: 115px;
  }

  .problems-cont {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .problems-title {
    font-size: 36px;
  }

  .problems-col-wrap {
    padding-bottom: 30px;
  }

  .problems-col-link {
    display: none;
  }

  .education-cont {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .education-slider-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .formats-cont {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .formats-col-wrap {
    padding-bottom: 30px;
  }

  .formats-col-subtitle {
    min-height: 70px;
  }

  .formats-button {
    margin-top: 5px;
  }

  .formats-col-subtitle2 {
    min-height: 70px;
  }

  .contacts-cont {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contacts-wrap2 {
    width: 500px;
  }

  .payment-wrap-in {
    width: 550px;
  }

  .payment-col-wrapright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .payment-wrap-pay {
    width: 550px;
  }

  .payment-wrap-data {
    width: 550px;
  }

  .footer-logo-img {
    width: 50px;
  }

  .payment-info {
    width: 550px;
  }
}

@media screen and (max-width: 479px) {
  .first-cont {
    padding-bottom: 20px;
  }

  .first-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .first-img {
    display: block;
  }

  .first-wrap-left {
    width: 100%;
  }

  .first-wrap-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .first-header {
    padding-top: 10px;
  }

  .first-header-wrapcenter {
    width: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .first-nav {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
  }

  .about-wrap-left {
    display: none;
  }

  .about-wrap-right {
    width: 100%;
  }

  .about-title {
    font-size: 34px;
  }

  .first-bckg {
    top: 130px;
  }

  .problems-title {
    font-size: 32px;
  }

  .education-title {
    font-size: 34px;
  }

  .education-slider-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .formats-title {
    font-size: 34px;
  }

  .contacts-title {
    font-size: 34px;
  }

  .contacts-wrap2 {
    width: 300px;
  }

  .contacts-wrap4 {
    width: 300px;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-name {
    font-size: 16px;
  }

  .footer-unp {
    font-size: 16px;
  }

  .dogovor-title {
    font-size: 34px;
  }

  .dogovor-subtitle {
    font-size: 28px;
  }

  .first-name-img {
    display: none;
  }

  .payment-wrap-in {
    width: 320px;
  }

  .payment-wrap-pay {
    width: 320px;
  }

  .payment-form-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .payment-form-button {
    margin-left: 0px;
  }

  .payment-wrap-data {
    width: 320px;
  }

  .footer-logo-img {
    width: 70px;
  }

  .payment-info {
    width: 320px;
  }
}

@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/GothamPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/GothamPro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/GothamPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/GothamPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.popup-all {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15000;
  display: none;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.95);
  opacity: 0;
}

.popupOpen {
  display:flex !important;
  opacity:1 !important;
  transition: opacity 300ms !important;
}

.popupClose {
  display:flex !important;
  opacity:1 !important;
  transition: opacity 300ms !important;
}
