/*
Theme Name: db.davisbitton.com
Author: Promind.studio
Author URI: www.promind.studio
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: db.davisbitton.com
*/

/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 16px;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  line-height: 1.42;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

button {
  border: 0;
  cursor: pointer;
  outline: none;
}

button:focus,
input:focus {
  outline: none;
}

img,
video {
  max-width: 100%;
  height: auto;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a,
button {
  transition: all 0.2s;
}

p {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

/* instead of display: none; */
.vshidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.wrapper {
  position: relative;
  height: 100%;
  min-height: 100%;
  text-align: right;
}

/* Header*/
header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1049;
}

.header-bg--active {
  background-color: rgba(118, 118, 118, 0.6);
}

.header__logo {
  width: 129px;
}

.header__border-bottom {
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}

.navigation__list {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
}

.navigation__item-btn {
  background-color: #fff;
  font-weight: 500;
  padding: 9px 49px 7px 33px;
  /*margin-right: 40px;*/
  border-radius: 5px;
  font-size: 15px;
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  transition: all 0.3s;
}

/*.navigation__item-btn--active {*/
/*position: fixed;*/
/*top: 5%;*/
/*left: 80%;*/
/*right: -8%;*/
/*z-index: 99999;*/
/*}*/

.navigation__item-btn--red {
  background-color: #C71617;
  color: #fff;
  padding: 14px 33px;
  font-size: 18px;
  font-family: 'Assistant', sans-serif;
}

.navigation__item-btn--red:hover {
  color: #fff;
}

.navigation__item {
  color: #fff;
  text-transform: uppercase;
  /*margin-right: 20px;*/
  font-size: 16px;
}

/*Hero*/
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden
}

.hero__bg {
  z-index: -1;
}

.hero__box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%)
}

.hero__content {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.hero__main-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Assistant', sans-serif;
  color: #fff;
  text-align: center;
}

.hero__main-title h2 {
  font-size: 46px;
}

.hero__main-subtitle {
  font-size: 36px;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 5px;
}

.hero__title {
  display: inline-block;
  font-size: 24px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  margin-top: 12px;
  background-color: rgba(255, 255, 255, 0.16);
  padding: 5px;
  border-radius: 3px;
}


.mainvideo {
  height: 100vh
}

.mainvideo video {
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.mainbg.withoutbg{height:100%}

.hidden-tubes-lg{display:none}
	.hidden-tubes-xs{display:block}

/* About */

.about {
  padding-top: 50px;
  background-color: #fff
}

.about__title {
  text-align: center;
}

.team__photo {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.team__photo::before {
  display: block;
  content: url("assets/img/2-aboutUs/about__team-decor.svg");
  position: absolute;
  top: -13px;
  left: -91px;
  width: 220px;
  transform: rotate(-45deg);
}

.team__desc {
  font-size: 18px;
  line-height: 30px;
  direction: rtl;
  color: rgba(0, 0, 0, 0.7);
}

.team__link {
  display: inline-block;
  text-align: center;
  border: 2px solid #fff;
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  padding: 12px 31px 9px 31px;
  font-size: 18px;
  line-height: 20px;
  margin-right: 40px;
  position: relative;
  top: -20px;
}

.team__link:hover {
  color: #fff;
}

.team__link:last-child {
  margin-right: 90px;
}

.team__link::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -5px;
  right: -5px;
  background-color: #C71617;
  border-radius: 5px;
  height: 100%;
  width: 100%;
}

.about__title {
  font-family: 'Assistant', sans-serif;
  font-size: 42px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 30px;
}

.about__desc {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
  direction: rtl;
  color: rgba(0, 0, 0, 0.7);
}

.about__desc::after {
  display: inline-block;
  content: '';
  width: 180px;
  height: 1px;
  background-image: linear-gradient(to left, #000, transparent);
}

.about__offer {
  font-family: 'Assistant', sans-serif;
  background-color: #C71617;
  text-align: center;
  padding: 35px;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  direction: rtl;
  position:relative;
}

.container.offer__box h2{padding-top:30px;margin-bottom:0}

.about__offer-text--small {
  font-size: 28px;
}

/* features */
.features {
  padding-top: 126px;
  margin-bottom: 137px;
  background-image: linear-gradient(to bottom, rgba(118, 118, 118, 0.6), transparent);
}

.features__box {
  margin: 30px 0 0 0;
}

.features__item {
  margin-bottom: 30px;
}

.features__title {
  font-family: 'Assistant', sans-serif;
  margin-bottom: 20px;
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
}

.row .col-md-4:first-child .features__icon {
  width: 40px;
}

.features__icon-circle {
  display: block;
  width: 70px;
  height: 70px;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  border: 2px solid #C71617;
}

.features__icon {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.features__desc {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  padding: 0 20px;
  direction: rtl;
  color: rgba(0, 0, 0, 0.7);
}

.about__btn {
  display: inline-block;
  text-align: center;
  border: 2px solid #fff;
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  padding: 12px 31px 9px 31px;
  font-size: 18px;
  line-height: 20px;
  margin: 88px auto 0 auto;
  position: relative;
}

.about__btn::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -5px;
  right: -5px;
  background-color: #C71617;
  border-radius: 5px;
  height: 100%;
  width: 100%;
}

/* Course */

.course {
  background-color: #fff;
  padding-bottom: 70px;
}

.course__bg {
  position: relative;
}

.course__header {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  right: 0;
  top: 0;
  padding: 5% 10%;
}

.course__title {
  min-width: 25%;
  margin-bottom: 60px;
}

.course__desc {
  padding: 30px 20px;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: -2px 4px 21px rgba(0, 0, 0, 0.16);
}

.course__desc p {
  margin-bottom: 25px;
  direction: rtl;
}

/* Offer */

.offer {
  background-color: #000;
  padding: 33px 0 41px 0;
  position: relative;
}

.offer__box {
  position: relative;
  z-index: 1;

}

.offer__decor1 {
  position: absolute;
  top: -45px;
  right: 0;
  width: 35%;
  z-index: 0;
}

.offer__decor2 {
  position: absolute;
  top: -10px;
  left: 0;
  width: 34%;
  z-index: 0;
}

.offer__title {
  font-family: 'Assistant', sans-serif;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 30px;
  direction: rtl;
  text-align: center;
}
div.wpcf7-response-output{
  border: 2px solid #b0ffbe;
  color: #fff;
  border-radius: 5px;
}
.wpcf7-form{position: relative;}

.offer__form-input,
.wpcf7 input {
  background-color: #fff;
  border: 1px solid #7C7C7C;
  border-radius: 5px;
  text-align: right;
  padding: 9px 30px 8px 0;
  width: 100%;
  position: relative;
}

.offer__form-input[type=email],
.wpcf7 input[type=email] {
  padding-right: 35px;
}

.offer__form-name--icon {
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  right: 14px;
  font-size: 18px;
  padding-left: 5px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  vertical-align: baseline;
  color: #C71617;
}

.offer__form-input::-webkit-input-placeholder,
.wpcf7 input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.offer__form-input[type='submit'],
input.wpcf7-submit {
  text-align: center;
  background-color: transparent;
  border: 3px solid #fff;
  padding: 10px 0 6px 0;
  color: #fff;
  cursor: pointer;
}

/* course */
.course__items {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.course__item {
  width: 19%;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.8);
  margin: 15px 5px;
}

.course__item-pic {
  cursor: pointer;
}

.course__item-text {
  padding: 10px 10px;
  min-height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.course__item-title {
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 15px;
}

.course__item-desc {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
}

.course__item-btn {
  -ms-align-self: flex-end;
  align-self: flex-end;
  display: block;
  width: 100%;
  font-weight: 500;
  text-align: center;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 5px 15px;
}

/* Footer */
.footer {
  position: relative;
}

.footer__contacts {
  padding: 80px 0 53px 0;
  background-color: #000;
  color: #fff;
  position: relative;
}

.contacts__title {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.contacts__form {
  padding: 0 80px;
  text-align: center;
}

.contacts__form-input-box {
  margin-bottom: 20px;
}

.offer__form-input--contacts {
  padding-right: 45px;
}

.offer__form-input--contacts[type=email] {
  padding-right: 45px;
}

.offer__form-input--contacts[type=submit],
input.wpcf7-submit {
  width: 300px;
  padding-right: 0;
}

.contacts__logo-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  width: 150px;
  padding: 10px;
}

.developer {
  padding: 25px 0 4px 0;
  background-color: #000;
  border-top: 1px solid #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
}

.developer__promind {
  display: flex;
  align-items: center;
}

.developer__promind-img {
  width: 16px;
  /*margin: 0 3px;*/
}

/* Modals */

.modal__courses {
  margin-top: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2019;
}

.modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -30px;
  left: 0;
  border-radius: 0;
  box-shadow: none;
}

.modal-dialog {
  max-width: 100%;
}

.modal-header {
  color: #ffffff;
  background: #000;
  display: inline;
  padding: 4px 20px;
}
.modal-header + button.close {
    margin-top: -7px;}

.modal-header i {
  cursor: pointer;
}

.modal-header .modal-title {
  text-align: right;
}

.modal-body {
  padding: 0;
  position: absolute;
  top: 56px;
  bottom: 60px;
  width: 100vw;
  font-weight: 300;
  overflow: auto;
  overflow-x: hidden;
}

.modal-content,
.modal-header {
  border: 0;
  border-radius: 0;
}

.modal-content-desc {
  direction: rtl;
  padding: 40px 50px;
  color: #000;
  text-align: center;
}

.modal-content-desc h2 {
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

.modal-content-desc h3 {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 20px;
}

.modal-content-desc p {
  font-size: 15px;
  text-align: justify;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
}


.modal-content-desc ul {
  margin-bottom: 20px;
  list-style-type: disc;
  list-style-position: inside;
}

.modal-content-desc li {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.7);
}

.modal-content-desc--6 ul {
  list-style-type: none;
}

.modal-content-desc--6 li {
  font-size: 12px;
  margin-bottom: 50px;
}

.modal-content-desc--red-frame {
  border: 2px solid #C71617;
  border-radius: 2px;
  padding: 20px;
  font-weight: 600;
  font-size: 14px;
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.9);
}

.modal__close-btn {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 30px;
}

.modal-footer {
  justify-content: end;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  height: 60px;
  padding: 10px;
  background: #000;
}

.course__item-btn {
  width: 180px;
}

.modal__close-btn i {
  font-size: 35px;
  color: #000;
  margin-top: 10px;
  font-family: sans-serif;
  font-weight: 100;
}

.close {
  opacity: 1;
}

img.double-line {
  position: absolute;
  top: -1px;
  right: -30px;
  width: 280px
}

img.line-begginers {
  position: absolute;
  right: 22px;
  top: 160px;
  width: 160px
}

img.line-logo {
  position: absolute;
  right: 128px;
  top: 32px;
  width: 100px
}

img.line-loreal {
  position: absolute;
  right: 7px;
  top: 50px;
  width: 100px
}

.coursetop-bg.bg-10 {
  background-image: url(./assets/img/modalWindow/bg-10.jpg);
}

.coursetop-bg.bg-9 {
  background-image: url(./assets/img/modalWindow/bg-9.jpg);
}

.coursetop-bg.bg-8 {
  background-image: url(./assets/img/modalWindow/bg-8.jpg);
}

.coursetop-bg.bg-7 {
  background-image: url(./assets/img/modalWindow/bg-7.jpg);
}

.coursetop-bg.bg-6 {
  background-image: url(./assets/img/modalWindow/bg-6.jpg);
}

.coursetop-bg.bg-5 {
  background-image: url(./assets/img/modalWindow/bg-5.jpg);
}

.coursetop-bg.bg-4 {
  background-image: url(./assets/img/modalWindow/bg-4.jpg);
}

.coursetop-bg.bg-3 {
  background-image: url(./assets/img/modalWindow/bg-3.jpg);
}

.coursetop-bg.bg-2 {
  background-image: url(./assets/img/modalWindow/bg-2.jpg);
}

.coursetop-bg.bg-1 {
  background-image: url(./assets/img/modalWindow/bg-1.jpg);
}

.coursetop-bg {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 50%;
}

.modal-content-desc {
  padding: 40px 200px 40px 80px;
}

.backmodal i {
  cursor: pointer;
}

.backmodal i:hover {
  opacity: .7;
}

.modal-footer button,
.modal-footer a.btn {
  background-color: #fff;
  color: #000;
  transition: .3s;
  border: 3px solid #fff;
  padding-top: 3px;
  padding-bottom: 3px;
}

.modal-footer button:hover,
.modal-footer a.btn:hover {
  background-color: #000;
  color: #fff
}

/* modal form */
.wpcf7 form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
}

.wpcf7-form-control-wrap,
.wpcf7-submit {
  margin: 10px;
}

.wpcf7 .offer__form-name--icon {
  position: absolute;
  z-index: 1;
}

.wpcf7 .fa-envelope {
  right: 5px;
  z-index: 1;
}

.wpcf7 .fa-address-book {
  right: 5px;
}

.wpcf7 .fa-mobile-alt {
  right: 5px;
}

/* .wpcf7{background-color:#000;text-align:center;padding:50px 0;position:relative}
.wpcf7 form{direction:rtl;position:relative}
.wpcf7 h2{color:#fff;margin-bottom:30px}

.wpcf7 input[type="submit"],
input.wpcf7-submit{
	float:left;
	padding:10px 50px;
	font-size:20px;
	background-color: rgba(256,256,256,0.8);
	color:#000;
	margin-left:40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
transition: all 0.3s;}
.wpcf7 input[type="submit"]:hover,
input.wpcf7-submit:hover{background-color: rgba(0,0,0,0.7);color:#fff;-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
transition: all 0.3s;}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
	background-color: rgba(256,256,256,0.9);
	text-align: right;
	width:25%;
	height:40px;
	float:right;
	margin-left:20px;
	padding-right:25px;
	font-size:14px
}

.calborder.wpcf7 .wpcf7 i.fa-phone{right:302px}
.calborder.wpcf7 .wpcf7 i.fa-envelope-o{right:597px}


 */
.relative{position:relative}

.about__offer.main__offer  img.lor-on-ref{position:absolute;left:33%;top:55%;transform:translate(-15%,-50%);width:110px}
.about__offer.main__offer  img.tri-on-ref{position:absolute;left:23.5%;top:50%;transform:translate(-15%,-50%);width:90px}
.about__offer.main__offer  img.dav-partner{position:absolute;left:13%;top:50%;transform:translate(-15%,-50%);width:90px}
.about__offer.main__offer p{font-size:28px;text-align:right}

.thankpart{position:relative;background-image: url(./assets/img/thankyou.jpg);height:80vh}
.sucbox{width:40%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border:30px solid #fff}
.main-thank{color:#fff;text-align:center;background-color:rgba(0, 0, 0, 0.7);margin:50px;padding:10px 0}
.main-thank img{width:150px;}
.main-thank h1{font-size:60px;margin-top:30px;direction:rtl}
.main-thank h2{font-size:40px;margin-top:10px;direction:rtl}
a.suhome {background-color:#fff;color:#000;font-size:22px;padding:10px 40px;border-radius:5px}
a.suhome:hover{background-color:#f7f7f7;color:#000}
.suchma{margin:50px 0 35px 0}
.suchma i{color:#000;margin-right:10px}
section.form span.wpcf7-not-valid-tip, .offer__box span.wpcf7-not-valid-tip{
	position:absolute;
	top:10px;
	left:20px
}

/* Adaptive */

@media screen and (min-width: 1700px) and (max-width: 2600px) {
.about__offer.main__offer p{padding-right:200px}
}

@media screen and (min-width: 1360px) and (max-width: 1440px) {
  .hero__main-title h2 {
    font-size: 36px;
  }

  .hero__main-subtitle {
    font-size: 32px;
  }
  .sucbox{top:55%;border:20px solid #fff}
  .main-thank{margin:30px;padding:10px 15px}
  .main-thank h1{font-size:50px}
  .main-thank h2{font-size:34px}
  .thankpart{background-position:20% 50%}
}

@media screen and (min-width: 1221px) and (max-width: 1359px) {

  .hero__main-title h2 {
    font-size: 36px;
  }

  .hero__main-subtitle {
    font-size: 32px;
  }
  .about__offer.main__offer p{font-size:24px}
    .sucbox{top:55%;border:20px solid #fff}
  .main-thank{margin:30px;padding:10px 15px}
  .main-thank h1{font-size:50px}
  .main-thank h2{font-size:34px}
  .thankpart{background-position:20% 50%}
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .navigation__item {
    white-space: nowrap;
    font-size: 13px;
  }

  .hero__title {
    font-size: 25px;
    line-height: 28px;
    white-space: normal;
  }

  .hero__phone {
    font-size: 18px;
    line-height: 25px;
  }

  .phone__icon {
    margin-left: 12px;
    width: 24px;
  }

  .team__link {
    padding: 8px 22px 6px 22px;
    font-size: 14px;
    margin-right: 20px;
  }

  .team__link:last-child {
    margin-right: 35px;
  }

  .about {
    padding-top: 105px;
    padding-bottom: 90px;
  }

  .about__title {
    font-size: 36px;
  }

  .team__desc,
  .about__desc,
  .features__desc {
    font-size: 15px;
    line-height: 25px;
  }

  .features {
    padding-top: 95px;
    margin-bottom: 100px;
  }

  .features__title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .row .col-md-4:first-child .features__icon {
    width: 30px;
  }

  .features__icon-circle {
    width: 50px;
    height: 50px;

  }

  .features__icon {
    width: 20px;
  }

  .course {
    padding-bottom: 105px;
  }

  .course__title {
    min-width: 36%;
    margin-bottom: 20px;
  }

  .course__subtitle {
    font-size: 32px;
  }

  .course__desc {
    padding: 40px 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .offer {
    padding: 25px 0 31px 0;
  }

  .offer__title {
    font-size: 21px;
    margin-bottom: 20px;
  }

  .offer__form-input[placeholder] {
    font-size: 12px;
  }

  .offer__form-input[type='submit'],
  input.wpcf7-submit {
    font-size: 12px;
  }

  .footer__contacts {
    padding: 90px 45px 115px 0;
  }

  .contacts__item {
    font-size: 15px;
    line-height: 25px;
  }

  .contacts__item img {
    width: 21px;
    margin-left: 10px;
  }

  .contacts__item:last-child {
    margin-bottom: 88px;
  }

  .socials__item img {
    width: 31px;
  }

  .developer {
    padding: 9px 0 12px 0;
  }

  .developer__link {
    font-size: 13px;
  }

  .hero__main-title {
    width: 100%;
  }

  .features__desc {
    font-size: 16px;
  }

  .team__desc {
    font-size: 16px;
  }

  .features__title {
    font-size: 21px;
  }

  .features__desc {
    font-size: 16px;
  }

  .about__offer {
    font-size: 27px;
  }

  .about__offer-text--small {
    font-size: 21px;
  }

  .offer__title {
    font-size: 21px;
  }

  .course__item-btn {
    font-size: 13px;
  }

  .course__item {
    width: 18%;
  }

  .contacts__logo-box {
    width: 100px;
  }

  .course__item-text {
    min-height: 120px;
  }
    .sucbox{top:55%;border:20px solid #fff}
  .main-thank{margin:30px;padding:10px 15px}
  .main-thank h1{font-size:50px}
  .main-thank h2{font-size:34px}
  .thankpart{background-position:20% 50%}
}

@media screen and (min-width: 540px) and (max-width: 768px) {
  .navigation__item {
    white-space: nowrap;
    font-size: 13px;
  }

  .navigation__item-btn {
    font-size: 11px;
    padding: 9px 23px 7px 13px;
  }

  .hero__main-title h2 {
    font-size: 18px;
  }

  .hero__main-subtitle {
    font-size: 16px;
  }

  .hero__title {
    font-size: 14px;
    white-space: normal;
  }

  .hero__phone {
    font-size: 18px;
    line-height: 25px;
  }

  .hero__bg {
    min-height: 375px;
  }

  .hero__content {
    padding: 0 20px;
  }

  .partners__item {
    width: 80px;
  }

  .phone__icon {
    margin-left: 12px;
    width: 24px;
  }

  .team__link {
    padding: 8px 22px 6px 22px;
    font-size: 14px;
    margin-right: 20px;
  }

  .team__link:last-child {
    margin-right: 35px;
  }

  .about {
    padding-top: 105px;
  }

  .about__title {
    font-size: 36px;
  }

  .team__desc,
  .about__desc,
  .features__desc {
    font-size: 15px;
    line-height: 25px;
  }

  .features {
    padding-top: 95px;
    margin-bottom: 100px;
  }

  .features__title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .row .col-md-4:first-child .features__icon {
    width: 30px;
  }

  .features__icon-circle {
    width: 50px;
    height: 50px;

  }

  .features__icon {
    width: 20px;
  }

  .course {
    padding-bottom: 105px;
  }

  .course__title {
    min-width: 36%;
    margin-bottom: 20px;
  }

  .course__subtitle {
    font-size: 32px;
  }

  .course__desc {
    padding: 40px 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .offer {
    padding: 25px 0 31px 0;
  }

  .offer__title {
    font-size: 21px;
    margin-bottom: 20px;
  }

  .offer__decor1 {
    top: -17px;
  }

  .offer__decor2 {
    top: -7px;
  }

  .offer__form-input[placeholder],
  .wpcf7 input[placeholder] {
    font-size: 12px;
  }

  .offer__form-input[type='submit'],
  input.wpcf7-submit {
    font-size: 12px;
  }

  .footer__contacts {
    padding: 90px 45px 115px 0;
  }

  .contacts__item {
    font-size: 15px;
    line-height: 25px;
  }

  .contacts__item img {
    width: 21px;
    margin-left: 10px;
  }

  .contacts__item:last-child {
    margin-bottom: 88px;
  }

  .socials__item img {
    width: 31px;
  }

  .developer {
    padding: 9px 10px 12px 10px;
    font-size: 12px;
  }

  .developer__link {
    font-size: 13px;
  }

  .hero__main-title {
    width: 100%;
  }

  .features__desc {
    font-size: 16px;
  }

  .team__desc {
    font-size: 16px;
  }

  .features__title {
    font-size: 21px;
  }

  .features__desc {
    font-size: 16px;
  }

  .about__offer {
    font-size: 27px;
  }

  .about__offer-text--small {
    font-size: 21px;
  }

  .offer__title {
    font-size: 21px;
  }

  .course__item-btn {
    font-size: 13px;
  }

  .course__item {
    width: 48%;
  }

  .contacts__logo-box {
    width: 100px;
  }

  .offer__form-input[type="tel"]+.offer__form-name--icon {
    padding-left: 11px;
  }

  /* modal window */
  .modal__courses {
    margin-top: 0px;
  }

  .modal-dialog {
    margin: 0;
  }

  .coursetop-bg {
    background-position: 20% 50%;
  }

  .coursetop-bg.bg-6 {
    background-position: 5% 50%;
  }

  .coursetop-bg.bg-3 {
    background-position: 28% 50%;
  }

  .modal-body {
    bottom: 95px;
  }

  .modal-footer {
    bottom: 35px;
  }

  img.double-line {
    width: 190px;
  }

  img.line-begginers {
    right: 22px;
    top: 90px;
    width: 100px;
  }

  img.line-loreal {
    right: 0px;
    top: 21px;
    width: 68px;
  }

  img.line-logo {
    right: 80px;
    top: 7px;
    width: 70px;
  }

  .modal-content-desc {
    padding: 38px 70px 40px 70px;
  }

  .wpcf7 .fa-address-book {
    right: 152px;
    top: 32%;

  }

  .wpcf7 .fa-envelope {
    right: 5px;
    top: 10px;
  }


  .wpcf7 .fa-mobile-alt {
    right: 5px;
    top: 10px;
  }
}

@media screen and (min-width: 1220px) {

  .wpcf7 .fa-envelope {
    right: 5px;
    z-index: 1;
  }

  .wpcf7 .fa-address-book {
    right: 5px;
  }

  .wpcf7 .fa-mobile-alt {
    right: 5px;
  }
}

@media screen and (max-width: 1220px) {

  .wpcf7 .offer__form-name--icon {
    top: 50%;
  }

  .wpcf7 .fa-envelope {
    right: 5px;
    z-index: 1;
  }

  .wpcf7 .fa-address-book {
    right: 5px;
  }

  .wpcf7 .fa-mobile-alt {
    right: 5px;
  }

  .wpcf7 input[placeholder] {
    font-size: 12px;
  }

  .container.offer__box {
    max-width: 960px;
  }
}

@media screen and (max-width: 992px) {
  .container.offer__box {
    max-width: 720px;
  }

  .wpcf7 form {
    flex-direction: column;
  }

  input.wpcf7-submit {
    width: 250px;
  }

  .wpcf7 .fa-envelope {
    right: 5px;
    top: 10px;
  }

  .wpcf7 .fa-address-book {
    right: 5px;
    top: 10px;

  }

  .wpcf7 .fa-mobile-alt {
    right: 5px;
    top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .container.offer__box {
    max-width: 540px;
    width: 100%;
  }

  .wpcf7 .fa-address-book {
    right: 5px;
    top: 15px;

  }

  .wpcf7 .fa-envelope {
    right: 5px;
    top: 15px;
  }


  .wpcf7 .fa-mobile-alt {
    right: 5px;
    top: 15px;
  }

  .wpcf7-form-control-wrap,
  input.wpcf7-submit {
    width: 100%;
  }
  
  .thankpart{height:75vh;background-image: url(./assets/img/thankyou-mob.jpg);background-size:cover}
  .sucbox{width:90%;border:20px solid #fff;top:55%}
  .main-thank{margin:20px}
  .main-thank h1{font-size:36px}
  .main-thank h2{font-size:22px}
  a.suhome{font-size:18px;padding:10px 30px}
}

@media screen and (max-width: 539px) {
  .header__logo {
    width: 80px;
  }

  .header__border-bottom {
    padding-bottom: 3px;
  }

  .navigation__item {
    white-space: nowrap;
    font-size: 13px;
  }

  .navigation__item-btn {
    font-size: 12px;
    padding: 9px 23px 9px 23px;
  }

  .hero__main-title h2 {
    font-size: 21px;
  }

  .hero__main-subtitle {
    font-size: 18px;
  }

  .hero__title {
    font-size: 16px;
    white-space: normal;
    text-align: center;
  }

  .hero__phone {
    font-size: 18px;
    line-height: 25px;
  }

  .hero__bg_mob {
    min-height: 380px;
  }

  .hero__content {
    padding: 0 20px;
    bottom: auto;
  }

  .hero__box {
    bottom: auto;
    top: 50%
  }

  .partners__item {
    width: 100px;
    margin: 0 auto 40px auto;
  }

  .phone__icon {
    margin-left: 12px;
    width: 24px;
  }

  .team__link {
    padding: 8px 22px 6px 22px;
    font-size: 14px;
    margin-right: 20px;
  }

  .team__link:last-child {
    margin-right: 35px;
  }

  .about {
    padding-top: 45px;
  }

  .about__title {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .team__desc,
  .about__desc,
  .features__desc {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
  }

  .features {
    padding-top: 95px;
    margin-bottom: 100px;
  }

  .features__title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .row .col-md-4:first-child .features__icon {
    width: 30px;
  }

  .features__icon-circle {
    width: 50px;
    height: 50px;

  }

  .features__icon {
    width: 20px;
  }

  .course {
    padding-bottom: 105px;
  }

  .course__title {
    min-width: 36%;
    margin-bottom: 20px;
  }

  .course__subtitle {
    font-size: 32px;
  }

  .course__desc {
    padding: 40px 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .offer {
    padding: 25px 0 31px 0;
  }

  .offer__title {
    font-size: 21px;
    margin-bottom: 20px;
  }

  .offer__decor1 {
    top: -12px;
  }

  .offer__decor2 {
    top: -7px;
  }

  .offer__form-input[placeholder],
  .wpcf7 input[placeholder] {
    font-size: 12px;
  }

  .offer__form-input[type='submit'],
  input.wpcf7-submit {
    font-size: 12px;
  }

  .footer__contacts {
    padding: 90px 45px 115px 0;
  }

  .contacts__item {
    font-size: 15px;
    line-height: 25px;
  }

  .contacts__item img {
    width: 21px;
    margin-left: 10px;
  }

  .contacts__item:last-child {
    margin-bottom: 88px;
  }

  .socials__item img {
    width: 31px;
  }

  .developer {
    padding: 9px 10px 12px 10px;
    font-size: 8px;
  }

  .developer__link {
    font-size: 13px;
  }

  .hero__main-title {
    width: 100%;
    top: 30%;
    font-size: 18px;
  }

  .features__desc {
    font-size: 14px;
  }

  .team__desc {
    font-size: 14px;
  }

  .features__title {
    font-size: 21px;
  }

  .features__desc {
    font-size: 14px;
    line-height: 21px;
  }

  .about__offer {
    font-size: 18px;
    line-height: 21px;
  }

  .about__offer.main__offer.pb{padding-bottom:150px}
  
  .about__offer.main__offer img.lor-on-ref{position:absolute;left:auto;right:0;top:67%;transform:translate(-15%,-50%);width:110px}
  .about__offer.main__offer img.tri-on-ref{position:absolute;left:50%;top:70%;transform:translate(-50%,-50%);width:90px}
  .about__offer.main__offer img.dav-partner{position:absolute;left:13%;top:65%;transform:translate(-15%,-50%);width:90px}
  
  .about__offer-text--small {
    font-size: 14px;
  }

  .offer__title {
    font-size: 19px;
  }

  .course__item-btn {
    font-size: 13px;
  }

  .course__item {
    width: 46%;
  }

  .contacts__logo-box {
    width: 100px;
  }

  .offer__form-input[type="tel"]+.offer__form-name--icon {
    padding-left: 11px;
  }

  .developer__promind-img {
    width: 11px;
  }

  .course__item-text {
    min-height: 120px;
  }

  .hero {
    height: 500px
  }

  /* modal window */
  .modal__courses {
    margin-top: 0px;
  }

  .modal-dialog {
    margin: 0;
  }

  .hidden-xs,
  .hidden-sm {
    display: none;
  }

  .coursetop-bg {
    background-position: 20% 50%;
  }

  .coursetop-bg.bg-6 {
    background-position: 5% 50%;
  }

  .coursetop-bg.bg-3 {
    background-position: 28% 50%;
  }

  .modal-body {
    bottom: 95px;
  }

  .modal-footer {
    bottom: 35px;
    justify-content: space-between;
  }

  .modal-header .modal-title {
    height: 45px;
  }

  img.double-line {
    width: 190px;
  }

  img.line-begginers {
    right: 22px;
    top: 90px;
    width: 100px;
  }

  img.line-loreal {
    right: 0px;
    top: 21px;
    width: 68px;
  }

  img.line-logo {
    right: 80px;
    top: 7px;
    width: 70px;
  }

  .modal-content-desc {
    padding: 38px 70px 40px 70px;
  }

  .wpcf7 .fa-address-book {
    right: 5px;

  }

  .wpcf7 .fa-envelope {
    right: 4px;
  }


  .wpcf7 .fa-mobile-alt {
    right: 8px;
  }
  
  .landing14-v-bottom{position:absolute;bottom:0;width:100%;background-color:rgba(0,0,0,0.7);padding:40px 0}
  
  .about__offer.main__offer p{font-size:22px;text-align:center}
  img.dav-partner{position:absolute;top:-30px;left:20px;width:100px}
  img.bot-lor{position:absolute;top:-12px;left:auto;width:100px}
  img.bot-par{position:absolute;top:-35px;left:175px;width:70px}
  
  .mainvideo {
  height: 100%
}	
	.hidden-tubes-lg{display:block}
	.hidden-tubes-xs{display:none}
}

@media screen and (max-width: 320px) {

  .hero__content {
    bottom: 50px;
  }

  .contacts__logo-box {
    width: 65px;
  }

  .partners__item {
    width: 85px;
    margin-bottom: 20px;
  }
}

/*fixed phone*/
.scroll__top {
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 101;
}

.scroll__top i {
  width: 50px;
  height: 50px;
  font-size: 26px;
  color: #2da527;
  text-align: center;
  line-height: 50px;
  background-color: rgba(256, 256, 256, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  transform: rotate(-90deg);
  box-shadow: 0 0 0 0 rgba(45, 165, 39, 0.7);
  -webkit-animation: bipulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: bipulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: bipulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: bipulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

/*.mobfixedphone i:hover{-webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;}*/

@-webkit-keyframes bipulse {
  to {
    box-shadow: 0 0 0 45px rgba(45, 165, 39, 0);
  }
}

@-moz-keyframes bipulse {
  to {
    box-shadow: 0 0 0 45px rgba(45, 165, 39, 0);
  }
}

@-ms-keyframes bipulse {
  to {
    box-shadow: 0 0 0 45px rgba(45, 165, 39, 0);
  }
}

@keyframes bipulse {
  to {
    box-shadow: 0 0 0 45px rgba(45, 165, 39, 0);
  }
}

/*fixed phone*/


.scrollto {
  display: none;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 29px;
  height: 29px;
  position: fixed;
  left: 10px;
  top: 80%;
  color: #C71617;
  z-index: 1;
  transition: all 0.5s;
}

.scrollto--active {
  display: block;
}

.scrollto img {
  width: 100%;
  height: 100%;
}

.scrollto:hover {
  color: #C71617;
}


/*
.video-background {
  background: #000;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
*/