:focus {
  outline: none;
}
.select2-container--default .select2-selection--single {
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 20px;

  
}

.select2-container .select2-selection--single {
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 4px;
  padding: 19px;
  height: 70px;
}

.select2-container .select2-selection--single .select2-selection__rendered, .form-field, .select2{
  color: #444;
  font-family: 'Circularstd book', sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  height: 46px;
  border-radius: 4px;
  font-family: 'Circularstd book', sans-serif;
  font-size: 20px;
  line-height: 30px;
  
}
.select2-results__option {
  font-family: 'Circularstd book', sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding: 4px 0 4px 12px;
  color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}
.select2-container--open .select2-dropdown--below {
  border: 2px solid #000000;
  border-radius: 4px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  color: #000000;
}
.select2-container--default .select2-results__option--selected {
  background-color: transparent;
  font-weight: bold;
}

.select2-container  {
  width: 300px;
  height: 70px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.select2 {
  margin-right: 20px;
  margin-left: 20px;
}


h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

.hero-section {
  max-width: none;
  margin-bottom: 85px;
}

.sb-nav {
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
}

.sb-menu_nav-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Circularstd, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.sb-menu_nav-link:hover {
  color: #00c371;
}

.sb-nav_logo {
  padding-top: 15px;
}

.sb-nav_wrapper {
  height: 80px;
  padding-top: 10px;
  box-shadow: 0 6px 15px 0 #f0f0f0;
}

.sb-hero_text-wrapper {
  width: 50%;
  margin-top: 60px;
}

.sb-hero_h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Circularstd, sans-serif;
  color: #000;
  font-size: 56px;
  line-height: 75px;
}

.sb-hero_wrapper {
  max-width: 1290px;
  min-width: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.sb-hero_h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circularstd book', sans-serif;
  color: #000;
  line-height: 45px;
  font-weight: 400;
}

.text-span {
  font-family: Circularstd, sans-serif;
  font-weight: 700;
}

.sb-hero_h2_span {
  display: inline-block;
  padding-right: 10px;
  padding-left: 0px;
  background-image: url('../images/green_scratch_1.svg');
  background-position: -12px 24px;
  background-size: 146px 18px;
  background-repeat: no-repeat;
  font-family: Circularstd, sans-serif;
  font-weight: 700;
}

.sb-hero_form_wrapper {
  margin-top: 40px;
}

.sb-hero_form_h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Circularstd book', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.sb-hero_form-text-field {
  width: 330px;
  height: 70px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid #000;
  border-radius: 4px;
  font-family: 'Circularstd book', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.sb-hero_form-text-field:hover {
  border-color: #000;
}

.sb-hero_form_block {
  width: 100%;
  margin-bottom: 20px;
  color: #000;
}

.sb-hero_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;
  color: #000;
}

.sb-hero_form-email-field {
  width: 360px;
  height: 70px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 4px 0px 0px 4px;
  background-color: transparent;
  font-family: 'Circularstd book', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.sb-hero_form-email-field:hover {
  border-color: #000;
}
.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 4px;
  background-color: #fff;
}

.text-block {
  font-family: 'Circularstd book', sans-serif;
  color: rgba(0, 0, 0, 0.4);
}

.sb-hero_submit-button {
  width: 205px;
  height: 70px;
  border-style: solid;
  border-width: 2px;
  border-color: #4786c8;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #4786c8;
  font-family: Circularstd, sans-serif;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.sb-hero_submit-button:hover {
  border-color: #347CBE;
  background-color: #347CBE;
}

.sb-hero_trust-icons_wrapper {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sb-hero_trust-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-left: 30px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sb-hero_trust-icon-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  -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;
}

.sb-hero_trust-icon_image {
  margin-right: 10px;
}

.sb-hero_trust-icon_num {
  margin-bottom: 0px;
  font-family: Circularstd, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.sb-hero_trust-icon_image-copy {
  margin-right: 8px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}

.sb-hero_wrapper-text-lottie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lottie-animation {
  width: 35%;
}

.uni-sec {
  background-color: #f5f6fb;
}

.uni-sec_wrapper {
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 30px 120px;
  background-color: transparent;
}

.uni-sec_h4 {
  margin-top: 0px;
  margin-bottom: 45px;
  font-family: Circularstd, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.top-experts-sec {
  background-image: url('../images/back1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.top-experts-sec_wrapper {
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 30px 90px;
}

.top-experts-sec_h3 {
  width: 70%;
  margin: 0px auto 100px;
  font-family: Circularstd, sans-serif;
  color: #000;
  font-size: 45px;
  line-height: 63px;
  text-align: center;
}

.top-experts_list_wrapper {
  width: 45%;
}

.top-experts_list-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.top-experts_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-experts_h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  font-family: Circularstd, sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 36px;
}

.top-experts_p {
  margin-bottom: 0px;
  margin-left: 43px;
  font-family: 'Circularstd book', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 26px;
}

.top-experts_list-item {
  margin-bottom: 30px;
}

.text-span-2 {
  padding-right: 10px;
  background-image: url('../images/green_scratch_1.svg');
  background-position: 50% 100%;
  background-size: 130px;
  background-repeat: no-repeat;
}

.top-experts_video {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-left: 0px;
  padding-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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: 0 10px 20px 15px #f0f0f0;
}

.background-video {
  display: block;
  width: 480px;
  height: 550px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bold-text {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.how-much-sec {
  background-color: #f5f6fb;
}

.teacher-need-sec {
  background-image: url('../images/back1.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.how-much_highlight {
  background-image: url('../images/green_scratch_long_1.svg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.top-experts_not_list_p {
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: 'Circularstd book', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 26px;
}

.top-experts_not_list_h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Circularstd, sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 36px;
}

.top-experts_not_list-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.bold-text-2 {
  background-image: url('../images/green_scratch_1.svg');
  background-position: 50% 100%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.top-experts_higlight {
  padding-right: 10px;
  background-image: url('../images/green_scratch_1.svg');
  background-position: 50% 100%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.str-form-sec {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #4786c8;
}

.str-form-sec_wrapper {
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.str-form-sec_h3 {
  width: 100%;
  margin: 0px auto 10px;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 63px;
  text-align: center;
}

.sb-str_form_block {
  margin-bottom: 20px;
  color: #000;
}

.str_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;
  color: #000;
}

.sb-str_form-text-field {
  width: 330px;
  height: 70px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid #000;
  border-radius: 4px;
  font-family: 'Circularstd book', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.sb-str_form-text-field:hover {
  border-color: #000;
}

.sb-str_form-select {
  width: auto;
  height: auto;
  margin-right: 20px;
  margin-left: 20px;
  border: 2px none #000;
  border-radius: 0px;
  background-color: transparent;
  font-family: 'Circularstd book', sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 30px;
}

.sb-str_form-email-field {
  width: 360px;
  height: 70px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 4px 0px 0px 4px;
  background-color: #fff;
  font-family: 'Circularstd book', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.sb-str_form-email-field:hover {
  border-color: #000;
}

.sb-str_submit-button-copy {
  width: 205px;
  height: 70px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #000;
  font-family: Circularstd, sans-serif;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.sb-str_submit-button-copy:hover {
  border-color: #0e8b57 #000 #0e8b57 #0e8b57;
  background-color: #000;
}

.sb-str_trust-icons_wrapper {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.str-form_credit-card {
  display: block;
  width: auto;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 0px;
  -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;
  font-family: 'Circularstd book', sans-serif;
  color: rgba(51, 51, 51, 0.6);
  font-size: 18px;
  line-height: 23px;
  text-align: right;
}

.add-sec {
  background-color: #f8f8fc;
}

.add-sec_wrapper {
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 30px 90px;
}

.add-sec_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.add-sec_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.add-sec_list-item {
  margin-bottom: 30px;
}

.add-sec_item-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.add-sec_p {
  margin-bottom: 0px;
  margin-left: 43px;
  font-family: 'Circularstd book', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 26px;
}

.image {
  padding-top: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-2 {
  padding-top: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-3 {
  padding-top: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-4 {
  padding-top: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sb-footer {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #4786c8;
}

.sb-footer_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sb-footer_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 40px;
  -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;
}

.sb-footer_nav-link {
  margin-bottom: 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  text-decoration: none;
}

.sb-footer_nav-link:hover {
  color: #000;
}

.sb-footer_nav-link.phone {
  margin-bottom: 20px;
  font-size: 25px;
}

.sb-footer_nav-link.privacy {
  margin-right: 40px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.sb-footer_nav-wrapper {
  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;
}

.sb-footer_phone {
  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;
}

.sb-footer_privacy {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sb-footer_line1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sb-footer_copywright {
  margin-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Circularstd book', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.sb-footer_line2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sb-footer_payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-5 {
  margin-right: 30px;
  margin-left: 30px;
}

.background-video-copy {
  display: block;
  width: 480px;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.how-much_video {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-left: 0px;
  padding-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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  box-shadow: 0 10px 20px 15px #f0f0f0;
}

.sb-reviews_wrapper {
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 30px 90px;
}

.sb-reviews_h3 {
  width: 100%;
  margin: 0px auto 100px;
  font-family: Circularstd, sans-serif;
  color: #000;
  font-size: 45px;
  line-height: 63px;
  text-align: center;
}

.sb-reviews_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 60px;
  padding-bottom: 30px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sb-reviews_content_wrapper-text {
  width: 65%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.sb-reviews_icon {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: auto;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sb-reviews_item-bubble {
  margin-bottom: 0px;
  padding: 50px 50px 40px;
  border-radius: 40px 40px 40px 0px;
  background-color: #fff;
  background-image: url('../images/“.png');
  background-position: 95% 90%;
  background-size: auto 120px;
  background-repeat: no-repeat;
  box-shadow: 0 10px 20px 15px rgba(0, 0, 0, 0.06);
}

.sb-reviews_p {
  margin-bottom: 20px;
  margin-left: 0px;
  font-family: 'Circularstd book', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 26px;
}

.sb-reviews_name {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Circularstd, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 36px;
}

.slide {
  height: auto;
  margin-bottom: 60px;
  padding-bottom: 0px;
}

.mask {
  height: auto;
}

.icon {
  margin-right: 0px;
  margin-left: 0px;
  color: #000;
  font-size: 28px;
}

.left-arrow {
  display: block;
  width: 3%;
  height: 100%;
}

.slider {
  height: 100%;
  background-color: transparent;
}

.icon-2 {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  color: #000;
  font-size: 28px;
  text-align: right;
}

.right-arrow {
  display: block;
  width: 3%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bold-text-3 {
  font-size: 24px;
}

.sb-reviews_project-details {
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 15px;
  font-family: Circularstd, sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 36px;
}

.sb-reviews_project-details_whole-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-left: 50px;
}

.slide-nav {
  position: absolute;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  opacity: 0.08;
  font-family: Circularstd, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

.lottie-animation-2 {
  width: 480px;
}

.dropdown-list {
  display: none;
  background-color: #fff;
}

.dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 2px;
  border-color: #000;
}

.icon-3 {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.dropdown-list-2 {
  background-color: #fff;
}

.dropdown-list-2.w--open {
  background-color: #fff;
}

.sb-footer_copywright-copy {
  margin-right: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Circularstd book', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.heading {
  margin-top: 0px;
  margin-bottom: 60px;
}

.sb-form_h2 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: 'Circularstd book', sans-serif;
  color: #fff;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
}

.sb-footer_social-links {
  margin-bottom: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.image-7 {
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .sb-menu_nav-link {
    background-color: #fff;
    text-align: center;
  }
  .sb-hero_text-wrapper {
    width: 60%;
    margin-top: 60px;
  }
  .sb-hero_h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .sb-hero_h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .sb-hero_form_wrapper {
    margin-top: 10px;
  }
  .sb-hero_form-text-field {
    width: 100%;
  }
  .sb-hero_form_block {
    width: auto;
    margin-bottom: 40px;
  }
  .sb-hero_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sb-hero_form-email-field {
    width: 100%;
    margin-bottom: 20px;
    border-right-style: solid;
  }
  .form-field, .select2 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .form-field.select-field.wild, .select2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .dropdown-toggle {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .sb-hero_submit-button {
    width: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .sb-hero_wrapper-text-lottie {
    -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;
  }
  .lottie-animation {
    width: 40%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .uni-sec_wrapper {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .top-experts-sec_wrapper {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .top-experts-sec_h3 {
    width: 100%;
    margin-bottom: 80px;
    font-size: 36px;
    line-height: 46px;
  }
  .top-experts_list_wrapper {
    width: 100%;
  }
  .top-experts_h6 {
    font-size: 24px;
    line-height: 32px;
  }
  .top-experts_video {
    display: none;
    width: 40%;
  }
  .background-video {
    width: 300px;
  }
  .str-form-sec_h3 {
    font-size: 36px;
    line-height: 46px;
  }
  .str_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sb-str_form-text-field {
    width: 100%;
  }
  .sb-str_form-select {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .sb-str_form-email-field {
    width: 100%;
    margin-bottom: 20px;
    border-right-style: solid;
  }
  .sb-str_submit-button-copy {
    width: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .str-form_credit-card {
    text-align: center;
  }
  .add-sec_list {
    width: 48%;
  }
  .sb-footer_nav-link.privacy {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .sb-footer_privacy {
    margin-bottom: 0px;
    -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;
  }
  .sb-footer_line1 {
    -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;
  }
  .sb-footer_copywright {
    margin-right: 0px;
  }
  .sb-footer_line2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .sb-footer_payment {
    margin-bottom: 20px;
  }
  .how-much_video {
    display: none;
  }
  .sb-reviews_h3 {
    margin-bottom: 80px;
    font-size: 36px;
    line-height: 46px;
  }
  .sb-reviews_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sb-reviews_content_wrapper-text {
    width: 100%;
  }
  .sb-reviews_icon {
    display: none;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .sb-reviews_name {
    font-size: 20px;
  }
  .sb-reviews_project-details {
    font-size: 24px;
  }
  .slide-nav {
    position: relative;
  }
  .slide-2 {
    width: 100%;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: #fff;
    color: #000;
  }
  .sb-footer_copywright-copy {
    margin-right: 40px;
  }
  .slide-3 {
    width: 100%;
  }
  .slide-4 {
    width: 100%;
  }
  .slide-5 {
    width: 100%;
  }
  .slide-6 {
    width: 100%;
  }
  .sb-form_h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .sb-footer_social-links {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  .sb-hero_text-wrapper {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .sb-hero_h1 {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 48px;
  }
  .sb-hero_h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .sb-hero_form_h4 {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .form-field, .select2 {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 60px;
  }
  .select2-container .select2-selection--single {
    padding: 15px;
    height: 60px;
  
  }
  .sb-hero_form-text-field {
    height: 60px;
    font-size: 18px;
  }
  .sb-hero_form-email-field {
    height: 60px;
    font-size: 18px;
  }
  .sb-hero_form_wrapper {
    margin-top: 0px;
  }
  .how-much-sec, .add-sec {
    display: none;
  }
  .dropdown-toggle {
    height: 60px;
    font-size: 18px;
  }
  .sb-hero_submit-button {
    height: 60px;
    font-size: 20px;
  }
  .sb-hero_wrapper-text-lottie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lottie-animation {
    width: 100%;
    display: none;
  }
  .top-experts-sec_wrapper {
    padding-top: 60px;
  }
  .top-experts-sec_h3 {
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 42px;
  }
  .top-experts_list-item {
    margin-bottom: 20px;
  }
  .top-experts_not_list_h6 {
    font-size: 24px;
    line-height: 34px;
  }
  .str-form-sec {
    padding-bottom: 80px;
  }
  .str-form-sec_h3 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 42px;
  }
  .sb-str_form_block {
    margin-bottom: 30px;
  }
  .sb-str_form-text-field {
    height: 60px;
    font-size: 18px;
  }
  .sb-str_form-select {
    font-size: 18px;
  }
  .sb-str_form-email-field {
    height: 60px;
    font-size: 18px;
  }
  .sb-str_submit-button-copy {
    height: 60px;
    font-size: 18px;
  }
  .str-form_credit-card {
    padding-top: 5px;
    font-size: 16px;
  }
  .add-sec_wrapper {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .add-sec_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .add-sec_list {
    width: 100%;
  }
  .sb-reviews_wrapper {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .sb-reviews_h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .sb-reviews_name {
    font-size: 18px;
  }
  .left-arrow {
    width: 5%;
  }
  .right-arrow {
    width: 5%;
  }
  .sb-reviews_project-details {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 32px;
  }
  .sb-form_h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    margin-bottom: 60px;
  }
  .uni-sec {
    display: none;
  }
  .sb-hero_h1 {
    font-size: 32px;
    line-height: 110%;
  }
  .sb-hero_h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .sb-hero_trust-icons_wrapper {
    -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;
    display: none;
  }
  .sb-hero_trust-icon {
    margin-bottom: 15px;
  }
  .sb-hero_trust-icon_image {
    margin-right: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .sb-hero_trust-icon_num {
    margin-top: 0px;
    padding-top: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
  }
  .sb-hero_trust-icon_image-copy {
    margin-right: 5px;
  }
  .uni-sec_wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .uni-sec_h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .top-experts-sec_h3 {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 38px;
  }
  .top-experts_h6 {
    font-size: 22px;
  }
  .top-experts_not_list_h6 {
    font-size: 22px;
  }
  .str-form-sec {
    padding-bottom: 40px;
  }
  .str-form-sec_h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .sb-str_trust-icons_wrapper {
    -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;
  }
  .add-sec_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sb-footer_nav-link.privacy {
    margin-bottom: 10px;
  }
  .sb-footer_privacy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sb-footer_copywright {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .sb-footer_payment {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sb-reviews_wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sb-reviews_h3 {
    margin-bottom: 40px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 28px;
    line-height: 38px;
  }
  .sb-reviews_content {
    padding-right: 25px;
    padding-left: 25px;
  }
  .sb-reviews_item-bubble {
    padding: 30px 15px 20px 20px;
  }
  .mask {
    width: 100%;
  }
  .left-arrow {
    display: none;
    width: 10%;
  }
  .slider {
    width: 100%;
  }
  .right-arrow {
    display: none;
    width: 10%;
  }
  .sb-reviews_project-details {
    font-size: 18px;
    line-height: 28px;
  }
  .sb-reviews_project-details_whole-content {
    padding-left: 0px;
  }
  .image-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .sb-footer_copywright-copy {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

@font-face {
  font-family: 'Circularairpro';
  src: url('../fonts/CircularAirPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Стили для кукис */


.m-cookies__container {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	position: fixed;
	z-index: 1000;
	bottom: 2em;
	left: 50%;
	display: none;
	max-width: 29em;
	padding: 1.5em 3.5em 1.5em 1.5em;
	-webkit-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: left;
	-webkit-hyphens: auto;
	hyphens: auto;
	color: #000;
	border-radius: 1em;
	background-color: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, .15) 0 0 6px 1px;
	box-shadow: rgba(0, 0, 0, .15) 0 0 6px 1px;
	-ms-hyphens: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (min-width:600px) {
	.m-cookies__container {
		font-size: 10px
	}
}

@media screen and (min-width:1024px) {
	.m-cookies__container {
		font-size: 12px
	}
}

@media screen and (min-width:1200px) {
	.m-cookies__container {
		font-size: 14px
	}
}

@media screen and (min-width:1366px) {
	.m-cookies__container {
		font-size: 16px
	}
}

@media screen and (max-width:600px) {
	.m-cookies__container {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 90vw;
		padding-right: 3em
	}
}

.m-cookies__image {
	width: 2em;
	min-width: 2em;
	height: 2em;
	min-height: 2em
}

@media screen and (min-width:1200px) {
	.m-cookies__image {
		width: 1.5em;
		min-width: 1.5em;
		height: 1.5em;
		min-height: 1.5em
	}
}

.m-cookies__text {
	display: block;
	margin-left: 1em
}

.m-cookies__link {
	display: inline-block;
	-webkit-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
	text-align: center;
	white-space: nowrap;
	color: #00c471
}

.m-cookies__link:hover {
	text-decoration: none;
	opacity: .6
}

.m-cookies__close {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 16px;
	height: 16px;
	cursor: pointer
}

.m-cookies__close svg {
	fill: rgba(51, 51, 51, .3)
}