body {
margin: 0;
padding: 0;

background-color: rgba(126,186,255,0.15);
font-family: 'Roboto';
}

* {
  -webkit-box-sizing: border-box;*/ /*алгоритм подсчёта размера блока с учётом внутренних отступов и границ*/
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h3 {
  color: #064783;
  text-align: center;
  letter-spacing: 1.5px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}


/*-- INDEX --*/

.conteiner {
  position: relative;
  //max-width: 1100px;
  margin: 0 50px;
}


/* header */
.header {
  height: 800px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.desrpt__intro__main {
  position: absolute;
  width: 100%;
  height: 100%;

  background: rgba(78,147,211,.3);
}

.logo {
  margin-left: 75px;
  margin-top: 100px;
}

.main__heading {
  width: 50%;
  margin-top: 85px;
  margin-left: 50px;

  font-size: 24px;
  font-weight: 500;
  text-align: left;
  color: rgba(12,33,58);
  text-shadow: 0.5px 0.5px 2px white;
  letter-spacing: 2px;
  line-height: 34px;
}

.main__heading p {
  font-style: normal;
}

.button {
  margin-top: 35px;
  margin-left: 50px;
  display: flex;

  font-weight: 500;
  letter-spacing: 0.5px;
}
.button > *{line-height:12px;}
.button__know {
  width: 145px;
  height: 37px;
  margin-right: 25px;
  padding: 5px 0;

  background-color: rgba(66,130,183,.85);
  border-radius: 50px;
  border: 1px solid #1C3146;
  box-shadow: 0 1.5px 1.5px;
  text-align: center;
  cursor: pointer;
  transition: .2s linear;
}

.button__know a {
  text-decoration: none;
  color: #1C3146;
  font-size: 15px;
  font-weight: 500;
}

.button__know:hover {
  background-color: inherit /*rgba(90,148,202,.95)*/;
  transition: .2s linear;
}

.button__meet {
  width: 175px;
  height: 37px;
  padding: 5px 0;
  border: 1px solid #1C3146;
  border-radius: 50px;
  box-shadow: 0 1.5px 1.5px;
  text-align: center;
  cursor: pointer;
}

.button__meet a {
  text-decoration: none;
  color: rgba(219,231,245);
  font-size: 15px;
  font-weight: 500;  
}

.button__meet:hover {
  background-color: rgba(66,130,183,.85);
  transition: .2s linear;
}

/* previws */
.previews {
  float: right;
  margin-top: 175px;
}

.previews a {
  text-decoration: none;
  text-shadow: 1px 1px 2px #3F7DB6;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  transition: color .2s linear;
}

.previews a:hover {
  color: rgba(66,108,143);
  text-shadow: 0.5px 0.5px 1px #fff;
  transition: all .2s linear;
}

/* nav */
.nav {
  position: absolute;
  z-index: 1000;
  right: 0;

  font-size: 16px;
  letter-spacing: 1px;
}

.nav__link:first-child {
  margin: 0;
}

.nav__link {
  padding: 0;

  color: #1C3146;
  font-weight: 500;
  text-decoration: none;
  opacity: 0.85;
  border-bottom: 2.5px solid transparent;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

.nav__link:hover {
  color: white;
  opacity: 1;
}

.nav__link#active {
  color: white;
  letter-spacing: 1px;
  border-bottom: 2.5px solid;
}

.dropdown {
  display: none;
}

/* dws_menu */
.dws_menu li {
  list-style: none;
  display: inline-block;
  position: relative;
  margin-right: 75px;
}

.dws_menu li:last-child {
  margin-right: 0;
}

.dws_menu li:hover .dws_menu_inner {
  display: block;
}

.dws_menu_inner {
  display: none;
  position: absolute;
  width: 190px;
  left: -60px;
  top: 22px;
  padding: 10px;

  background: rgba(78,113,150,.8);
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  border: 2px solid rgba(69,100,133,.8);
  border-radius: 5px;
  box-shadow: 0 0 7px;
}

.dws_menu_inner li {
  margin: 5px auto;
  padding: 3px;

  border-top: 1px solid white;
  transition: border-top .2s linear;
}

.dws_menu_inner li:hover {
  border-top: 0;
  border-bottom: 2px solid white;
  transition: border-bottom .2s linear;
}

.dws_menu_inner li a {
  text-decoration: none;
  color: rgba(255,255,255,.8);
  transition: color .2s linear;
}

.dws_menu_inner li a:hover {
  color: rgba(255,255,255);
  text-shadow: 0 0 1px white;
  transition: color .2s linear;
}

#mac__nav {
  margin-left: 15px;
}

.desrpt__nav {
  position: absolute;
  z-index: 500;
  top: -170px;
  right: 0;
  width: 900px;
  height: 300px;

  border-radius: 100px 0 0 1800px;
  background: rgba(69,127,179,.6);
  box-shadow: 0 0 10px;
}


/* Slideshow container */
.mainSlideshow-container {
  position: relative;
  height: 100vh;
}

/* Hide the images by default */
.mainSlides {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

/* content */
.content {
  margin-top: -35px;
  padding-top: 50px;

  background-color: #F7F7F7;
  box-shadow: 0 0 10px #5A5A5A;
}

.content h4 {
  width: 75%;
  margin: 50px auto;

  text-align: center;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-style: normal;
}

.content h5 {
  margin-top: 18px;

  color: #064783;
  text-align: center;
  font-size: 18px;
}


/* slider */
.slider {
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}

.slider__wrapper {
  display: flex;
  transition: transform 0.6s ease;
}

.slider__item {
  flex: 0 0 25%;
}

.slider__item h5 {
  margin-top: 20px;

  color: #064783;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.slider__item h6 {
  width: 90%;
  margin: 35px auto;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 18px;
  letter-spacing: 0.5px;
}

.flex-img {
  width: 150px;
  height: 150px;
  margin: 20px auto 20px auto;

  box-shadow: 0 0 10px;
  border-radius: 50%;
}

.desrpt {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  text-align: center;

  background-color: rgba(78,147,211,.2);
  opacity: 1;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.flex-img:hover .desrpt {
  opacity: 0;
}

.img__inner1 {
  background-image: url(img/help.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img__inner2 {
  background-image: url(img/PTSD.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img__inner3 {
  background-image: url(img/therapy.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img__inner4 {
  background-image: url(img/MAC.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img__inner5 {
  background-image: url(img/arrangement.jfif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img__inner6 {
  background-image: url(img/numerology.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img__inner7 {
  background-image: url(img/exitIntensive.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.signup {
  width: 130px;
  height: 35px;
  margin: 0 auto;
  padding: 5px 0;
  cursor: pointer;

  text-align: center;
  background-color: rgba(63,125,182,.85);
  border-radius: 50px;
  box-shadow: 0 0 5px;
  transition: .2s linear;
}

.signup a {
  color: white;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.7px;
}

.signup:hover {
  background-color: rgba(63,125,182,1);
  box-shadow: none;
  transition: .2s linear;
}

.slider__control {
  position: absolute;
  top: 20%;
  display: none;
  align-items: center;
  justify-content: center;
  width: 30px;
  color: rgba(63,125,182,1);
  text-align: center;
  opacity: 0.5;
  height: 50px;
  transform: translateY(-50%);
}

.slider__control_show {
  display: flex;
}

.slider__control:hover,
.slider__control:focus {
  color: rgba(63,125,182,1);
  text-decoration: none;
  outline: 0;
  opacity: .9;
  transition: .2s linear;
}

.slider__control_left {
  left: 0;
}

.slider__control_right {
  right: 0;
}

.slider__control::before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 50px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.slider__control_left::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23356A9B' viewBox='0 0 7 7'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.slider__control_right::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23356A9B' viewBox='0 0 7 7'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* empty__content */
.empty__content {
  padding-top: 35px;
  padding-bottom: 50px;
}

.empty__content__inner {
  margin-top: 35px;
  padding: 0 35px;

}

.headerEmptyContent {
  text-align: left;
  margin-top: 35px;
  margin-bottom: 15px;

  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #064783;
}

.headsEmptyContent {
  margin-bottom: 10px;

  font-size: 18px;
  text-align: left;
  font-weight: 500;
  color: #064783;
  text-decoration: underline;
}

.empty__content__inner p {
  margin: 0;

  font-size: 17px;
  font-weight: 400;
  color: rgba(53,59,60);
  text-align: justify;
  letter-spacing: 0.5px;
}

/* reviews */
.reviews {
  padding: 30px 0;
  width: 100%;

  background: rgba(247,247,247,.7);
  box-shadow: 0 3px 10px;
}

.slideshow-container {
  margin-top: 50px;
  position: relative;
}


/* slides */
.mySlides {
  display: none;
  padding: 35px 40px;
  text-align: justify;
  width: 70%;
  margin: 0 auto;

  background-color: rgba(255,255,255,.8);
  box-shadow: 0 0 7px rgba(0,0,0,.1);
}


/* dots */
.dot-container {
  text-align: center;
  width: 100%;
  max-width: 1170px;
  margin: 35px auto;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  display: inline-block;

  background-color: #bbb;
  border-radius: 50%;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #5186B3;
}


/* quotes */
.mySlides q {
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 25px;
}

.author {
  margin: 15px 0 0 0;
  color: cornflowerblue;
  font-size: 18px;
  text-align: center;
}


/* hr */
.main__hr {
  width: 70%;
  margin: 0 auto 0 auto;
  height: 4px;

  background: #ffffff;
  box-shadow: 0 0 3px rgba(6,71,131);
  border: 0;
}


/* footer */
.footer-container {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  font-family: Roboto, serif;
  background-color: rgba(67,112,153,.9);
  box-shadow: 0 -0 10px;
}

.erfeev a {
  margin-right: 20px;

  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: rgba(255,255,255,.75);
  -webkit-transition: opacity .1s linear;
  -o-transition: opacity .1s linear;
  transition: opacity .1s linear;
}

.erfeev a:hover {
  color: rgba(255,255,255,1);
}

.vertical_line {
  margin-right: 20px;

  font-size: 24px;
  font-weight: normal;
  color: rgba(255,255,255,.75);
}





/******* SERVICES ******/



#headerServices {
  height: 400px;
}

/* intro */
.intro__services {
  width: 100%;
  height: 400px;

  background: url("img/servicesHead.jpg") top no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  box-shadow: 0 0 10px;
}

.desrpt__intro {
  width: 100%;
  height: 100%;

  background-color: rgba(78,147,211,.25);
}


/* consultation and individual*/
.content__services {
  padding-bottom: 35px;
}
.content__services h4 {
  text-align: center;
  margin-bottom: 10px;

  color: #064783;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 400;
}

.content__services p, .content__services li {
  font-size: 17px;
  font-weight: 400;
  color: rgba(53,59,60);
  letter-spacing: 0.5px;
}

.content__services__inner {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.text {
  width: 600px;
  margin-top: 30px;

  text-align: justify;
  line-height: 25px;

}

.img1 {
  width: 40%;
  height: 20%;
  margin-left: 35px;

  border-radius: 5px;
  box-shadow: 0 0 7px;
}

.img2 {
  width: 40%;
  height: 20%;
  margin-right: 35px;
  margin-top: 15px;

  border-radius: 5px;
  box-shadow: 0 0 7px;
}

.content__services__individual, .content__services__consultation {
  padding: 35px 0;
}

.content__services__consultation h4, .content__services__individual h4 {
  margin-top: 50px;
}

.flex__content__services {
  display: flex;
  justify-content: space-around;
  margin-top: 35px;
}

.flex__box {
  width: 30%;

  font-style: normal;
}

.flex__box p {
  margin-top: 5px;
  margin-bottom: 0;
}

.content__services__individual {
  background: rgba(255,255,255,.7);
  box-shadow: 0 -3px 10px darkgrey;
}

.formeeting {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.formeeting ul {
  list-style: none;
  text-align: left;
}

.formeeting li {
  margin-top: 5px;
}

.formeeting p {
  color: rgba(6,71,131);
  text-align: center;
  font-size: 17px;
  font-weight: 400;
}


/* biosuggestive */
.content__services__biosuggestive {
  padding-top: 35px;

  box-shadow: 0 -3px 10px darkgrey;
}

.biosuggestive__inner {
  padding: 35px 50px;

  text-align: justify;
}

.biosuggestive__inner h4 {
  text-align: left;
  text-decoration: underline;
}

.biosuggestive__inner p {
  margin: 0;

  line-height: 24px;
}

.biosuggestive__inner li {
  margin-top: 5px;

  font-style: normal;
  list-style: none;
}

.biosuggestive__inner li:first-child {
  margin-top: 0;
}


/* emdr */
.content__services__emdr {
  padding-top: 35px;

  background: rgba(253,253,253);
  box-shadow: 0 -3px 10px darkgrey;
}

#emdrHead, #macHead {
  margin-top: -10px;
}

.emdr__inner {
  padding: 35px 50px;

  text-align: justify;
}

.emdr__inner p {
  margin: 0;

  line-height: 24px;
}

.emdr__inner h4 {
  text-align: left;

  text-decoration: underline;
}

.emdr__inner li {
  margin-top: 5px;

  font-style: normal;
  list-style: none;
}

.emdr__inner li:first-child {
  margin-top: 0;
}


/* mac */
.content__services__mac {
  padding-top: 35px;

  box-shadow: 0 -3px 10px darkgrey;
}

.mac__inner {
  padding: 35px 50px;

  text-align: justify;
}

.mac__inner h4 {
  text-align: left;

  text-decoration: underline;
}

.mac__inner p {
  margin: 0;

  line-height: 24px;
}

.mac__inner li {
  margin-top: 5px;

  font-style: normal;
  list-style: none;
}

.mac__inner li:first-child {
  margin-top: 0;
}


/* arrangement */
.content__services__arrangement {
  padding: 50px;

  background: rgba(253,253,253);
  box-shadow: 0 -3px 10px darkgrey;
}

.arrangement__inner {
  padding: 0 50px;
  text-align: justify;
}

.arrangement__inner h4 {
  text-align: left;

  text-decoration: underline;
}

.arrangement__inner p {
  margin: 0;

  line-height: 24px;
}

.arrangement__inner li {
  margin-top: 5px;

  font-style: normal;
  list-style: none;
}

.quoets__arrangement {
  margin: 35px;

  text-align: right;
}

.quoets__arrangement p {
  margin: 7px;

  font-style: normal;
}

/* numerology */
.content__services__numerology {
  padding: 50px 0;

  box-shadow: 0 -3px 10px darkgrey;
}

.numerology__inner {
  padding: 35px 50px;

  text-align: justify;
}

.numerology__inner h4 {
  text-align: left;

  text-decoration: underline;
}

.numerology__inner p {
  margin: 0;

  line-height: 24px;
}

.numerology__inner li {
  margin-top: 5px;

  font-style: normal;
  list-style: none;
}

.numerology__inner li:first-child {
  margin: 0;
}

/* exit intensive */
.exit__intensive {
  width: 100%;

  background: url(img/nature.jpg) fixed no-repeat;
  box-shadow: 0 0 10px;
}

.desrpt__exit {
  width: 100%;
  padding: 50px 0;

  background: rgba(69,127,179,.5);
}

.about__intensive {
  width: 80%;
  margin: 0 auto;
  padding: 35px 100px;

  border-radius: 5px;
  background: rgba(255,255,255,.75);
  box-shadow: 0 0 7px;
}

.about__intensive h4 {
  margin-top: 10px;
  margin-bottom: 20px;

  font-size: 17px;
  color: rgba(53,59,60);
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-align: justify;
}

.headerExitIntensive {
  color: rgba(6,71,131);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.headsExitIntensive {
  text-align: left;
  text-decoration: underline;
  letter-spacing: 0.5px;
  color: rgba(6,71,131);
  font-size: 18px;
  font-weight: 500;
}

/* price */
.price__inner {
  padding: 35px 0;
}

.table__services {
  margin-top: 50px;

  text-align: center;
  letter-spacing: 0.5px;
  color: rgba(5,57,105);
  box-shadow: 0 0 5px;
  border-radius: 7px;
}

.table__services th {
  padding: 10px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}

.table__services td {
  padding: 10px;
  font-style: italic;
}

.table_services_head th {
  text-align: center;

  font-style: normal;
  color: rgba(255,255,255,.9);
  background: rgba(94,133,188,.95);
  border-bottom: 3px solid rgba(66,100,164);
}

.table_services_head th:first-child {
  border-radius: 7px 0 0 0;
}

.table_services_head th:last-child {
  border-radius: 0 7px 0 0;
}

.light_color {
  background: rgba(255,255,255,.7);
}

.dark_color {
  background: rgba(203,221,242,.7);
}

.lastTr th {
  border-radius: 0 0 0 7px;
}

.lastTr td:last-child {
  border-radius: 0 0 7px 0;
}

/* contract */
.pdf__contract {
  margin: 15px 0 15px 20px;
  float: right;
  padding: 7px 12px;
}

.pdf__contract a {
  text-decoration: underline;
  color: rgba(5,57,105,.8);
  font-weight: 400;
  font-size: 18px;
}

.pdf__contract a:hover {
  color: rgba(5,57,105);
}

/* about__price */
.about__price {
  margin-top: 20px;
  padding: 0;

  text-align: justify;
  color: rgba(53,59,60);
}

.about__price p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}






/***** ABOUT *****/




.header__about {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

/* intro */
.intro__about {
  width: 100%;
  height: 400px;

  background: url(img/aboutHead.png) top no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  box-shadow: 0 3px 10px;
}

.desrpt__intro__about {
  width: 100%;
  height: 100%;

  background-color: rgba(78,147,211,.25);
}

/* content*/
.content__about {
  width: 100%;
  padding-top: 30px;

  background: rgba(255,255,255,.5);
}

.about__vergun {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

#hr__about {
  width: 65%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;

  color: black;
  background: rgba(30,96,154);
}

.main__text__about {
  margin: 35px 0;
  width: 65%;

  text-align: justify;
  font-size: 17px;
  font-weight: 400;
  color: rgba(53,59,60);
  line-height: 25px;
  letter-spacing: 0.5px;
}

.vergun__img {
  width: 30%;
  height: 85%;
  padding: 2px;

  box-shadow: 0 0 5px darkgrey;
  border: 3px solid rgba(30,96,154);
}

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

/* sertifications */
.sertification {
  width: 100%;

  background-image: url(img/backgroundSertification.jpg);
  background-size: 100%;
  box-shadow: 0 -3px 10px darkgrey;
}

.desrpt__sertification {
  padding: 35px 0 35px 0;
  width: 100%;
  height: 100%;

  background-color: rgba(78,147,211,.3);
}

/* slider */
.sertifications__slideshow-container {
  position: relative;
  padding: 35px 0;

  font-family: Roboto, sans-serif;
}

.sertifications__mySlides {
  display: none;
  height: 600px;
  width: 0;
  margin: 0 auto;

  text-align: center;
  box-shadow: none;
  background-color: rgba(197,219,245,.01);
}

.sertifications__mySlides img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 500px;

  box-shadow: 0 0 10px black;
}

.sertifications__prev, .sertifications__next {
  width: auto;
  padding: 10px;

  cursor: pointer;
  color: rgba(255,255,255,.85);
  font-weight: bold;
  font-size: 32px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  transition: color .2s linear;
}

.sertifications__prev:hover, .sertifications__next:hover {
  color: rgba(81,134,179);
  transition: color .2s linear;
}

.sertifications__prev {
  position: absolute;
  top: 50%;
  left: 20%;
}

.sertifications__next {
  position: absolute;
  top: 50%;
  right: 20%;
}

.sertifications__dot-container {
  margin: 0 auto 35px auto;
  width: 100%;
  max-width: 1170px;

  text-align: center;
}

.sertifications__dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 7px;
  display: inline-block;

  background-color: rgba(255,255,255,.85);
  border-radius: 50%;
  transition: background-color 0.6s ease;
}

.active, .sertifications__dot:hover {
  background-color: #5186B3;
}





/****** CONTACTS *******/




.header_contacts {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;

  box-shadow: 0 0 10px;
}

/* intro */
.intro__contacts {
  width: 100%;
  height: 400px;

  background: url("img/contactsHead.jpg") top no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}

.desrpt__intro__contacts {
  width: 100%;
  height: 100%;

  background-color: rgba(78,147,211,.25);
}

/* content */
.content__contacts {
  background: rgb(201,224,240);
  background: linear-gradient(180deg, rgba(153,184,213,1) 0%, rgba(233,196,228,1) 50%);
}

.desrpt__contacts {
  width: 100%;
  height: 100%;
  padding: 35px 0;

  background-color: rgba(204,232,255,.65);
}

.content__contacts h3 {
  text-align: center;

  line-height: 30px;
  color: #064783;
  text-shadow: -1px -1px 1px rgba(6,71,131,.6);
}

/* form */
.mainForm {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.contactMe {
  width: 25%;
  margin: 15px 100px 0 0;
}

.contactMe p {
  margin: 5px;
  color: rgba(5,56,98);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  text-align: justify;
  letter-spacing: 0.5px;
  line-height: 24px;
}

.time {
  font-size: 20px;
}

.form__inner {
  margin-bottom: 75px;
  width: 30%;
}

.form__inner input {
  margin: 10px 0;
  padding: 5px 7px;
  height: 40px;
  width: 100%;
  max-width: 400px;

  border: 2px solid rgba(21,90,148);
  border-radius: 15px;
  box-shadow: 0 0 4px;
}

.form_message {
  margin: 7px 0;
  padding: 7px;
  width: 100%;
  max-width: 400px;

  font-size: 15px;
  border: 2px solid rgba(21,90,148);
  border-radius: 15px;
  box-shadow: 0 0 4px;
}

.form_button {
  width: 115px;
  height: 30px;
  margin-top: 7px;

  cursor: pointer;
  background: rgba(66,130,183);
  color: rgba(255,255,255);
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 0 4px black;
  border: 1px solid rgba(21,90,148);
  border-radius: 15px;
  transition: transform .2s linear;
}

.form_button:hover {
  box-shadow: inset 0 0 3px black;
  transform: scale(0.98);
  transition: transform .2s linear;
}

/* contacts */
.social__media {
  margin-bottom: 50px;
}
.social, .contacts {
  display: flex;
  justify-content: center;
}

.contacts {
  margin-top: 35px;
}

.social div, .contacts div {
  margin-left: 50px;
}
.social div:first-child, .contacts div:first-child {
  margin-left: 0;
}

.social__media a {
  color: rgba(67,119,168);
  text-decoration: none;
  text-shadow: 0 0  1.5px rgba(99,99,99);
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.5px;
  -webkit-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color .1s linear;
}

.social__media a:hover {
  color: rgba(21,90,148);
}

.fas, .fab, .far {
  margin-right: 5px;

  color: rgba(21,90,148);
  font-size: 20px;
  text-shadow: -1.2px 1.2px 1.5px;
}

/* map */
.frame__map {
  margin-bottom: 25px;
  width: 80vw;
  margin: 0 auto;
}

.frame__map iframe {
  height: 300px;
  width: 100%;

  border: 3px solid #7BB0DC;
  border-radius: 10px;
  box-shadow: 0 0 15px;
}

.adress {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.adress a {
  color: #155A94;
  text-decoration: none;
  opacity: 0.75;
  -webkit-transition: opacity .1s linear;
  -o-transition: opacity .1s linear;
  transition: opacity .1s linear;
}

.adress a:hover {
  opacity: 1;
  -webkit-transition: opacity .1s linear;
  -o-transition: opacity .1s linear;
  transition: opacity .1s linear;
}