/*    banner    */
.banner {
  background: linear-gradient(to right, #ffffff 57%, #d8e1e7 57%, #d8e1e7 100%);
  min-height: 650px;
}
.banner__wrapper {
  display: flex;
}
.banner__left {
  width: 70%;
}
.banner__left h1 {
  margin-top: 130px;
  width: 600px;
  font-family: Georgia, serif;
  font-size: 60px;
}
.banner__left p {
  margin-top: 30px;
}
.banner__left button {
  margin-top: 20px;
  width: 250px;
  height: 50px;
  font-size: 16px;
  color: white;
  background-color: #373737;
  border: none;
  outline: none;
  cursor: pointer;
}
.banner__left button:hover {
  opacity: 0.5;
}
.banner__right {
  width: 50%;
  position: relative;
}
.banner__mobile {
  display: none;
}
.right__wrapper {
  position: absolute;
  width: 500px;
}
.right__image {
  position: absolute;
  top: 50px;
  left: -75px;
  object-fit: contain;
  width: 400px;
}
.banner__dots {
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: 3;
  opacity: 0.7;
}
.white {
  top: 85px;
  left: 193px;
}
.grey {
  top: 150px;
  left: 260px;
}
.banner__annotate {
  top: 440px;
  left: 80px;
  position: absolute;
  background-color: white;
  padding: 15px;
  width: 250px;
  font-weight: 300;
}
.banner__annotate p {
  font-weight: 300;
}
/*ABOUT COMPANY*/
.about-company {
  margin-top: 50px;
  min-height: 500px;
  position: relative;
}
.about-company__logo_short {
  position: absolute;
  height: 450px;
  opacity: 0.05;
  top: -12px;
  left: 155px;
}
.about-company_wrapper {
  display: flex;
}
.about-company_left h2{
  width: 600px;
  font-family: Georgia, serif;
  font-size: 50px;
}
.about-company_right p{
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 2;
  color: grey;
}
/*ADVANTAGES*/
.advantages {
  background: linear-gradient(to bottom, #ffffff 52%, #f5f6f7 52%, #f5f6f7 100%);
}
.advantages__mobile {
  display: none;
}
.advantages_title {
  width: 600px;
  font-family: Georgia, serif;
  font-size: 50px;
}
.advantages__wrapper {
  display: flex;
  justify-content: space-around;
  height: 250px;
}
.advantages__item {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.advantages__item img{
  height: 100px;
  margin-bottom: 20px;
}
.advantages__item p{
  width: 200px;
  font-weight: 500;
  font-size: 0.8rem;
  text-align: center;
}
.next,.prev {
  font-size: 30px;
}
/*SERVICES*/
.services {
  margin-top: 50px;
  min-height: 600px;
}
.services__title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 25px;
}
.services__title h2 {
  width: 600px;
  font-family: Georgia, serif;
  font-size: 50px;
}
.services__control1 {
  font-weight: 500;
  margin-left: 30px;
}
.services__control2 {
  font-weight: 500;
  margin-left: 30px;
}
.services__active {
  font-size: 1.2rem;
  font-weight: bold;
}
.services__wrapper {
  display: flex;
  justify-content: space-between;
}
.services__left {
  position: relative;
}
.left__blue {
  position: absolute;
  width: 300px;
  height: 160px;
  top: 270px;
  background-color: var(--blue);
}
.left__gray {
  position: absolute;
  left: 370px;
  height: 200px;
  width: 200px;
  z-index: -10;
  background-color: var(--gray);
}
.left__gray2 {
  position: absolute;
  width: 200px;
  height: 100px;
  top: 100px;
  left: 90px;
  z-index: -10;
  background-color: var(--gray);
}
.left__img {
  width: 280px;
  position: absolute;
  top: 220px;
  left: 110px;
  z-index: 3;
}
.left__img2 {
  width: 300px;
  position: absolute;
  left: 180px;
}
.left__dots {
  width: 120px;
  position: absolute;
  z-index: -11;
  top: 50px;
  left: 50px;
}
.services__right {
  display: flex;
  flex-direction: column;
}
.right__row {
  width: 400px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.services__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.services__item img{
  width: 80px;
  margin-bottom: 15px;
}
.services__shift {
  margin-left: -13px;
}
/*NEWS*/
.news {
  padding-bottom: 60px;
}
.news__button {
  display: none;
}
.news__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
.news__title h2 {
  width: 600px;
  font-family: Georgia, serif;
  font-size: 50px;
}
.news__title a {
  font-size: 18px;
  font-weight: 700;
}
.news__wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.news__item {
  display: flex;
  flex-direction: column;
	width: 26%;
  margin-bottom: 20px;
  cursor: pointer;
}
.news__item img {
  object-fit: contain;
  width: 280px;
  height: 100%;
}
.news__item strong {
  width: 250px;
}
.news__item small {
  color: gray;
}
/*FAQ*/
.faq {
  min-height: 400px;
  background: linear-gradient(to bottom, #ffffff 36%, #f5f6f7 36%, #f5f6f7 100%);
}
.float {
  position: relative;
}
.faq__title {
  width: 600px;
  font-family: Georgia, serif;
  font-size: 50px;
  margin-bottom: 25px;
}
.faq__wrapper p {
  max-width: 500px;
  font-weight: 200;
  font-size: 1rem;
  margin-bottom: 60px;
}
.faq__wrapper button {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 250px;
  height: 50px;
  font-size: 16px;
  color: white;
  background-color: #373737;
  border: none;
  outline: none;
  cursor: pointer;
}
.faq__img {
  position: absolute;
  object-fit: contain;
  width: 300px;
  left: 850px;
}
.faq__dots{
  position: absolute;
  width: 100px;
  right: 430px;
  top: 151px;
}
.faq__dots-light {
  position: absolute;
  width: 100px;
  opacity: 0.5;
  right: 500px;
  top: 100px;
}
/*ACCORDION*/
.accordion__wrapper {
}
.accordion-item {
}
.accordion-item__triger {
  display: flex;
  justify-content: space-between;
  max-width: 550px;
}
.accordion-item__triger strong {
  margin-bottom: 10px;
}
.accordion-item__content {
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}
.accordion-item__content p{
  padding: 0;
  margin: 0;
}
.accordion-item--active .accordion-item__triger {

}
.accordion-item--active .accordion-item__content {
  display: block;
}
.close {
  transform: rotate(270deg);
}
.faq__close {
  display: none;
}
.accordion-item--active .faq__close {
  display: inline-block;
}
.open {
  transform: rotate(90deg);
}
.accordion-item--active .faq__open {
  display: none;
}
/*SEO*/
.seo h2 {
  width: 760px;
  font-family: Georgia, serif;
  font-size: 50px;
  margin-bottom: 25px;
}
p {
  font-weight: 200;
  margin-bottom: 20px;
}
.seo p {
  font-size: 1rem;
}
.seo li {
  font-size: 1rem;
}

/*CONTACT FORM*/
.contact-form {
  min-height: 550px;
  background: linear-gradient(to bottom, #f5f6f7 36%, #ffffff 36%, #ffffff 100%);
}
.contact-form img{
  object-fit: contain;
  width: 450px;
  margin-top: 40px;
}
.contact-form__wrapper {
  display: flex;
  justify-content: space-between;
}
.contact__content {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  max-width: 550px;
}
.contact__content h2 {
  width: 600px;
  font-family: Georgia, serif;
  font-size: 50px;
  margin-bottom: 25px;
}
.contact__content p {
  max-width: 450px;
  font-size: .8rem;
}
.contact__form {
  margin-top: 100px;
}
.contact__form form {
  display: flex;
  flex-direction: column;
}
.contact__form input {
  width: 300px;
  height: 40px;
  outline: none;
  border: none;
  border-bottom: 1px solid black;
}
.wpcf7-submit {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 200px;
  height: 40px;
  font-size: 16px;
  color: white;
  background-color: #373737;
  border: none;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1199px) {
  .services__title a{
    font-size: 0.8rem;
    margin-left: 10px;
  }
  .faq__img {
    left: 650px;
  }
  .faq__dots{
    right: 250px;
    top: 151px;
  }
  .faq__dots-light {
    right: 320px;
    top: 100px;
  }
  .contact-form img {
    width: 380px;
  }
}
@media screen and (max-width: 991px) {
  .banner__right{
    display: none;
  }
  .banner__left button {
    position: relative;
  }
  .banner__mobile {
    display: inline-block;
  }
  .banner__dots {
    z-index: 0;
  }
  .grey {
    top: -150px;
    left: 20%;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 300px;
  }
  .white {
    top: 580px;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 200px;
  }
  .about-company_wrapper {
    flex-wrap: wrap;
  }
  .services__left {
    display: none;
  }
  .services__title > div {
    display: flex;
    flex-wrap: wrap;
  }
  .services__title h2 {
    margin-bottom: 20px;
  }
  .services__wrapper {
    align-items: center;
    justify-content: center;
  }
  .news__item img{
    width: 180px;
  }
  .news__item strong{
    width: 180px;
  }
  .accordion__wrapper {
    width: 400px;
  }
  .faq__img {
    width: 200px;
    left: 503px;
    top: 90px;
  }
  .contact-form img {
    width: 280px;
  }
  .contact__content {
    width: 390px;
  }
  .contact__content h2 {
    width: 200px;
  }
  .contact__form {
    margin-top: 50px;
  }
  .about-page__mobile {
    display: block;
  }
  .left__blue {
    z-index: -1;
    width: 170px;
    height: 440px;
    top: 230px;
    right: 180px;
  }
  .left__dots {
    top: 240px;
    left: 370px;
    z-index: 0;
  }
  .left__dots2 {
    width: 120px;
    position: absolute;
    top: 540px;
    left: 200px;
    z-index: -1;
  }
  .left__blue__bottom {
    width: 120px;
    height: 220px;
    position: absolute;
    background-color: var(--blue);
    bottom: -210px;
    left: 0;
  }
  .left__img {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .news__item img{
    width: 280px;
  }
  .news__item strong{
    width: 280px;
  }
  .news__item {
    margin-bottom: 25px;
  }
  .faq__img {
    display: none;
  }
  .faq__dots{
    display: none;
  }
  .faq__dots-light {
    display: none;
  }
  .contact-form img {
    display: none;
  }
  .contact-form__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .advantages_title {
    font-size: 35px;
    width: 120px;
    padding-left: 15px;
  }
  .advantages__desktop {
    display: none;
  }
  .advantages__mobile {
    display: block;
  }
  .advantages__slider-container {
    overflow: hidden;
    width: 250px;
  }
  .advantages__slider-track {
    display: flex;
    flex-direction: row;
    transition: 0.2s;
    width: 1000px;
    justify-content: space-between;
  }
  .prev {
    transform: rotate(180deg);
  }
  .advantages__wrapper-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .advantages__item {
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .advantages__item p{
    width: 160px;
  }
	.seo h2 {
		width: 100%
	}
}
@media screen and (max-width: 575px) {
  .banner {
    min-height: 450px;
    padding: 0 15px 0 15px;
	width: auto;
  }
  .grey {
    top: -120px;
    left: 20%;
    right: 0;
    bottom: 0;
    width: 250px;
    height: 250px;
  }
  .white {
    top: 58%;
    left: 40%;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 200px;
  }
  .about-company {
    margin-top: 30px;
    padding: 0 15px 0 15px;
  }
  .banner__left h1 {
    margin-top: 70px;
    width: 100%;
    font-size: 30px;
  }
  .about-company_left {
    margin-bottom: 20px;
  }
  .about-company_left h2{
    width: 100%;
    font-size: 30px;
  }
  .about-company__logo_short {
    top: 90px;
    right: 50px;
    left: -200px;
    bottom: 0;
  }
  .services {
    height: 100%;
    padding: 0 15px 0 15px;
  }
  .services__title {
    flex-wrap: wrap;
  }
  .services__title a {
    font-size: 1.2rem;
  }
  .right__row {
    flex-direction: column;
    margin-bottom: 0;
	width: 200px;
  }
  .services__title h2 {
	font-size: 40px;
  }
  .services__shift {
    margin-left: 0px;
  }
  .services__item {
    margin-bottom: 40px;
  }
  .services__item img{
    width: 150px;
    margin-bottom: 15px;
  }
  .news {
    padding: 0 15px 0 15px;
  }
  .news__title-link {
    display: none;
  }
  .news__item {
    width: auto;
  }
  .news__title {
    flex-wrap: wrap;
    display: block;
  }
  .news__title h2{
    font-size: 2.4rem;
	width: 100%;
  }
  .news__button {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 200px;
    height: 40px;
    font-size: 16px;
    color: white;
    background-color: #373737;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .faq__title {
    font-size: 40px;
    width: 100%;
  }
  .faq {
    padding: 0 15px 0 15px;
  }
  .accordion__wrapper {
    width: 100%;
  }
  .seo {
    padding: 0 15px 0 15px;
  }
  .seo p {
    width: 100%;
  }
  .seo h2 {
    width: 100%;
	font-size: 40px;
  }
  .contact__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content__title h2 {
    font-size: 35px;
  }
  .contact__form input {
    width: 100%;
  }
  .contact-form {
    padding: 0 15px 0 15px;
    background: linear-gradient(to bottom, #f5f6f7 44%, #ffffff 44%, #ffffff 100%);
    min-height: 450px;
  }
  .contact__form {
    margin-top: 10px;
  }
  .left__blue {
    z-index: -1;
    width: 170px;
    height: 440px;
    top: 230px;
    right: 100px;
  }
  .left__dots {
    top: 240px;
    left: 50px;
    z-index: -2;
  }
  .left__dots2 {
    width: 120px;
    top: 540px;
    left: 100px;
    z-index: -1;
  }
  .banner__dots.white.banner__mobile{
    display: none;
  }
}
