html, body {
  overflow-x: hidden;
  font-family: 'Assistant', sans-serif;
  font-size: 14px;
  min-height: 100vh;
  color: #000000;
  font-weight: 500;
  position: relative;
}

body a, body a:hover {
  color: #8E8E8E;
  text-decoration: none;
  outline: none;
}

input, button { outline: none !important; }

input {
  font-family: 'Assistant', sans-serif;
  font-size: 14px;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

header {
  position: absolute;
  top:20px;
  left: 0;
  width: 100vw;
  height: auto;
  background: transparent;
  z-index: 9;
}

.top-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center!important;
}

.top-menu > div {
  margin-right: auto;
}

.top-menu .logo {
  margin-right: unset;
  margin-left: auto;
}

.top-menu .logo > a {
  display: block;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 282px;
  height: 61px;
}

.top-menu .menu-item a {
  font-weight: 600;
  font-size: 21px;
  line-height: 27px;
  color: #ECECEC;
}

.top-menu .menu-item a:hover {
  text-decoration: underline;
  color: #901923;
}





header {
  background: transparent;
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100%;
}

.df {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.header-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  padding: 22px 0px;
}

.header-contacts a:nth-child(1) {
  display: inline-block;
  margin-right: 20px;
}

.header-contacts a img {
  display: inline-block;
  width: 32px;
  height: 32px;
}

.header-logo a img {
  display: inline-block;
  width: 135px;
  height: 56px;
}

.hor-ver-center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* overflow: hidden; */
}
.hor-ver-center > div {
  width: 100%;
  height: auto;
}

.bgi {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.screen-first {
  background-image: url(../images/b2.svg);
  background-position: -6%;
  background-size: contain;
  padding: 0px 0;
}

.screen-first-inner {
  background-image: url(../images/b3.svg);
  background-position: right top;
  background-size: 300px;
}

.hdr-1 {
  font-style: normal;
  font-weight: bold;
  font-size: 68px;
  line-height: 81px;
  text-align: right;
  text-align: right;
  color: #F96B07;
  direction: rtl;
}

.hdr-2 {
  font-weight: bold;
  font-size: 56px;
  line-height: 66px;
  text-align: right;
  color: #0038A8;
  direction: rtl;
}

.hdr-3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.1em;
  text-align: center;
  color: #040057;
  padding: 30px 0;
  direction: rtl;

}

.main-image-slide {
  width: 100%;
}

.main-image-slide img {
  display: block;
  height: 650px;
  object-fit: contain;
  margin-right: auto;
  object-position: left;
}

.btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #F96B07;
  height: 55px;
  padding: 0px 20px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
  font-size: 18px;
  line-height: 55px;
  outline: none;
}

.screen-first-btn {
  text-align: right;
}

.round-blocks {
  text-align: center;
  padding: 15px 0;
}

.round-block > img {
  display: block;
  margin: 0 auto;
  width: 180px;
  height: 180px;
  margin-bottom: 35px;
}

.round-blocks-row {
  align-items: flex-start;
}

.hdr-line {
  margin-bottom: 80px;
  padding: 0;
  position: relative;
}

.hdr-line::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  background: #F96B07;
}

.round-block-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #040057;
  margin-bottom: 15px;
  direction: rtl;
}
.round-block-text {
  direction: rtl;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #040057;
  max-width: 65%;
  margin: 0 auto;
}

.round-block {
  width: 100%;
}



.pre-footer {
  background: linear-gradient(126.5deg, #2B66DB 0%, #0038A8 71.31%);
  padding: 110px 0;
  padding-bottom: 15px;

}

.footer {
  padding: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  direction: rtl;
  background: transparent;
  margin-top: 50px;
}


.pre-footer-image img {
  display: block;
  object-fit: contain;
  object-position: center;
  width: 610px;
  height: 500px;
}

.pre-footer-form-hdr {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  text-align: right;
  color: #FFFFFF;
  direction: rtl;
  margin-bottom: 38px;
  padding-right: 20px;
  position: relative;
}
.pre-footer-form-hdr::after {
  position: absolute;
  content: "";
  width: 4px;
  background: #F96B07;
  height: 100%;
  border-radius: 2px;
  right: 0;
  top: 0;
}

.form-sub-text {
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #99AFDC;
  direction: rtl;
  padding: 15px 0;
  padding-top: 5px;

}

.footer-form input {
  display: block;
  width: 100%;
  outline: none;
  direction: rtl;
  text-align: right;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #99AFDC;
  height: 50px;
  background-color: transparent;
  border: 2px solid #F1F1FF;
  box-sizing: border-box;
  border-radius: 5px;
  padding-right: 10px;
}

.footer-form .btn {
  display: block;
  border: 0;
  width: 100%;
}

.footer-contacts {
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  text-align: right;
  color: #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-contacts > div {
  display: inline-block;
  vertical-align: middle;

}

.footer-contacts > div > img {
  display: inline-block;
  width: 25px;
  height: 25px;
}

.footer-contacts > div > span {
  direction: rtl;
}

.footer-contacts > div > span {
  cursor: pointer;
  display: inline-block;
}


.wpcf7-response-output {
  margin: 0 !important;
  color: #040057 !important;
  border: 2px solid #fff !important;
  position: relative !important;
  padding-bottom: 200px !important;
  border-radius: 5px;
  padding-top: 25px !important;
  font-family: Rubik !important;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.1em;
  text-align: center;
  background: #F1F1FF !important;
}

.wpcf7-response-output::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../images/ok.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 50px;
  left: calc(50% - 50px);

}

.float-buttons {
  position: absolute;
  top: 30vh;
  left: 15px;
  width: 110px;
  height: auto;
  z-index: 9;
}

.float-buttons > div {
  width: 110px;
  height: 110px;
  background-position: left;
  background-size: contain;
  cursor: pointer;
  position: relative;
}

.float-buttons > div:nth-child(2) {
  margin-top: 15px;
  margin-bottom: 15px;
}

.float-buttons-cf-close {
  background-size: contain;
  background-position: center;
  cursor: pointer;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
  background-image: url('../images/cr.svg');
  width: 20px;
  height: 20px;

}

.float-buttons-cf {
  position: absolute;
  left: 4px;
  top: 0;
  width: 515px;
  height: auto;
  padding: 45px 55px;
  background: rgb(241 241 255 / 84%);
  border-radius: 10px;
  z-index: 9;
}

.float-buttons-cf-hdr {
  text-align: center;
  direction: rtl;
  font-weight: 600;
  font-size: 35px;
  line-height: 41px;
  color: #040057;
  padding-bottom: 20px;
}

.float-buttons-cf.footer-form input {
  border: 2px solid #0038A8;
}

.float-buttons-cf.footer-form .btn {
  background-color: #0038A8;
}

.single-button {
  padding: 100px 0;
  background: #F1F1FF;

}

.single-button .hdr-3 {
  padding: 0;
}

.single-button .btn {
  width: 90%;
}

.bi-image {
  width: 100%;
  height: auto;
}

.chkbx {
  direction: rtl;
  vertical-align: middle;
  font-weight: 600;
  font-size: 36px;
  text-align: right;
  color: #040057;
  position: relative;
  padding-right: 70px;
}

.chkbx:nth-child(even) {
  margin: 20px 0;
}

.chkbx > img {
  display: inline-block;
  width: 45px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.screen-texts-row {
  text-align: right;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #040057;
}

.screen-text {
  display: inline-block;
  width: 48%;
  padding: 0 50px 35px 25px;
  direction: rtl;
  line-height: 1.2em;
  position: relative;
  vertical-align: top;
  font-weight: 500;
}

.screen-text > img {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 0;
}

body .float-buttons-cf .wpcf7 form.sent .wpcf7-response-output, body .footer-form .wpcf7 form.sent .wpcf7-response-output {
  position: fixed !important;
  top: 70px;
  left: 50%;
  margin-right: -50% !important;
  transform: translate(-50%, 0%);
  z-index: 99;
}














.mw-1500 {
  max-width: 1500px;
  margin: 0 auto;
}

.pl-0 {
  padding-left: 0;
}

.mts {
  margin-top: 70px;
}
.mbs {
  margin-bottom: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}
.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}
.pb-40 {
  padding-bottom: 40px;
}

.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.cw {
  color: #fff;
}

.cb {
  color: #1B1B1E;
}


body .s-m { display: none; }
body .s-pc { display: block; }

body .tar {

  text-align: right;
}

body .scroll-top { display: none !important; }

.site .button:not(:hover):not(:active):not(.has-background):not(.btn),
button:not(:hover):not(:active):not(.has-background):not(.btn),
input[type=submit]:not(:hover):not(:active):not(.has-background),
input[type=reset]:not(:hover):not(:active):not(.has-background),
.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background):not(.btn),
.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background):not(.btn) {
	background-color: #F96B07 !important;
  color: #fff;
}

.has-background .site .button:not(:hover):not(:active):not(.has-background):not(.btn),
.has-background button:not(:hover):not(:active):not(.has-background):not(.btn),
.has-background input[type=submit]:not(:hover):not(:active):not(.has-background),
.has-background input[type=reset]:not(:hover):not(:active):not(.has-background),
.has-background .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background):not(.btn),
.has-background .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.has-background .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background):not(.btn) {
	background-color: #F96B07 !important;
  color: #fff;
}

.site .button:hover, .site .button:active, button:hover, button:active, input[type=submit]:hover, input[type=submit]:active, input[type=reset]:hover, input[type=reset]:active, .wp-block-search .wp-block-search__button:hover, .wp-block-search .wp-block-search__button:active, .wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:active, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:active {
  background-color: #F96B07 !important;
  color: #fff;
}
