/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.wrapper-main div{
  /*width: 100%;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  /*transition: 0.2s ease all;*/
}
body{
  display: none
}
/*modal-thanks*/
.overlay{
  background-color: rgb(0,0,0, .5);
  opacity: 0;
  visibility: hidden;
  position: fixed!important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overlay.visible{
  visibility: visible;
  opacity: 1;
}
.modal-thanks{
  position: relative;
  border: 2px solid #ffffff;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 450px;
  padding: 40px 45px;
  margin: 20px;
  border-radius: 0px;
  /*border: 1px solid #b49736;*/
}
.modal-thanks:before{
  content: '';
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  border: 2px solid #2956a0;
  top: 3px;
  left: 3px;
  -webkit-transform: translate(0%,0%);
      -ms-transform: translate(0%,0%);
          transform: translate(0%,0%);
  border-radius: 0px;
}
.modal-thanks .title{
  font-family: Times New Roman;
  text-align: center;
  color: #2956a0;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 10px;
}
.modal-thanks .text{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
  color: #b49736;
  font-size: 15px;
  line-height: 18px;
}
.container{
  width: 100%!important;
}
section {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body {
  font-family: Times New Roman;
  font-style: normal;
}
button{
  width: inherit;
  height: inherit;
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
}
.btn-blue{
  background-color: #0a5e94;
}
.container-content {
  max-width: 992px;
  width: 100%;
  /*height: 200px;*/
}
.row-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.link-btn {
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
/*section header start*/
#header {
  width: 100%;
  max-height: 600px;
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.header {
  padding: 70px 0 0 0;
  background: none;
}
.header .content {
  color: #666666;
  padding-top: 34px;
  /*max-width: 692px;*/
  width: 100%;
  height: 441px;
  border-radius: 20px;
}
.header .content .title {
  padding: 0 27px 0 50px;
  font-style: normal;
  font-family: Times New Roman;
  font-size: 33px;
  line-height: 37px;
  margin-bottom: 30px;
}
.header .content .text-info {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  padding: 0 80px 0 50px;
  margin-bottom: 30px;
}
.header .content .text-down {
  font-size: 20px;
  line-height: 23px;
  padding: 0 50px;
  font-weight: 700;
}
.header .content .header-button {
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  padding: 20px 49px;
  position: absolute;
  max-width: 495px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Times New Roman;
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
  left: 50%;
  bottom: 0;
}
.header .content .header-button:hover{
  background-color: #136ca6;
}
/*section description start*/
#description {
  width: 100%;
  background-color: #CEB155;
  /*min-height: 276px;*/
  max-height: 605px;
}
.description {
  width: 850px;
  padding: 30px 0 0 0;
}
.description .content {
  width: 100%;
  color: #fff;
}
.description .content .title {
  max-width: 575px;
  font-family: Times New Roman;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 17px;
}
.description .content .text {
  max-width: 560px;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 30px;
}
.description .content img {
  position: absolute;
  /*transform: translate(-50%, 50%);*/
  right: 0;
  top: 0;
}
<!-- /*section processing start*/
-->
#processing {
  width: 100%;
  background-color: #fff;
  min-height: 415px;
  max-height: 1005px;
  padding-bottom: 20px;
}
.processing {
  padding: 40px 0 0 0;
}
.processing .title {
  font-size: 39px;
  line-height: 40px;
  color: #2956a0;
  text-align: center;
  width: 100%;
  font-family: Times New Roman;
  margin-bottom: 33px;
}
.processing .block {
  width: 280px;
  height: 100%;
  position: relative;
}
.processing .block .images .img-block {
  position: relative;
  width: 100%;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.processing .block .text {
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  color: #666666;
  padding: 0 15px;
}
<!-- /*section line start*/
-->
#line {
  width: 100%;
  background-image: url("../images/mail-fon.png");
  background-position: 50%, 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
  height: 160px;
}
.line {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 0;
}
.line:before {
  content: none;
  position: absolute;
  width: 27px;
  height: 27px;
  background: #76B043;
  top: -12px;
  -webkit-transform: translate(-5%, 0%) rotate(45deg) skew(10deg, 10deg);
      -ms-transform: translate(-5%, 0%) rotate(45deg) skew(10deg, 10deg);
          transform: translate(-5%, 0%) rotate(45deg) skew(10deg, 10deg);;
}
.line .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  padding: 40px 30px;
}
.line .content .text {
  font-family: Times New Roman;
  font-size: 24px;
  font-style: bold;
  line-height: 21px;
  color: #2956a0;
}
<!-- /*section patriarch start*/
-->
#patriarch {
  width: 100%;
  background-color: #FFFFFF;
}
.patriarch {
  padding-top: 40px;
  height: inherit;
  padding-bottom: 50px;
}
.patriarch .title {
  font-size: 39px;
  line-height: 40px;
  color: #2956a0;
  text-align: center;
  width: 100%;
  font-family: Times New Roman;
  margin-bottom: 33px;
}
.patriarch .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.patriarch .photo {
  margin-left: 100px;
  /*padding-right: 100px;*/
  width: 525px;
}
.patriarch .photo img {
  width: 100%;
  max-width: 300px;
  height: 100%;
}
.patriarch .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.patriarch .content .dialog {
  position: absolute;
  /*transform: skew(-10deg, 0deg);*/
  /*background: #ceb155;*/
  background-image: url("../images/diallog-bg.png");
  background-repeat: no-repeat;
  border-radius: 20px;
  max-width: 567px;
  max-height: 173px;
  padding: 35px 40px 42px 40px;
  top: 25px;
  left: -45px;
  text-align: center;
  z-index: 1;
}
.patriarch .content .dialog:before {
  width: 64px;
  content: " ";
  background-image: url('../images/dots.png');
  position: absolute;
  right: 60px;
  bottom: -33px;
  height: 49px;
  z-index: 2;
}
.patriarch .content .dialog span {
  font-family:  Times New Roman;
  /*font-style: italic;*/
  -webkit-transform: skew(0deg, 0deg);
      -ms-transform: skew(0deg, 0deg);
          transform: skew(0deg, 0deg);
  font-weight: bold;
  font-size: 21px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}
.patriarch .content .text {
  width: 360px;
  font-family:  Times New Roman;
  font-style: italic;
  position: absolute;
  bottom: 60px;
  left: 40px;
  font-size: 18px;
  line-height: 21px;
  color: #666666;
}
<!-- /*section service start*/
-->
#service {
  width: 100%;
  background-color: #fff;
  background-image: url("../images/logo-bg.png");
  background-repeat: no-repeat;
  background-position: 65% 112%;
  background-size: auto;
}
.service {
  padding-top: 40px;
  max-width: 992px;
  width: 100%;
  height: inherit;
  padding-bottom: 100px;
}
.service .title {
  font-family:  Times New Roman;
  font-size: 33px;
  line-height: 40px;
  color: #2956a0;
  text-align: center;
  margin-bottom: 40px;
}
.service .block {
  width: 29%;
}
.service .block .icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.service .block .icon {
  width: 42px;
  height: 42px;
}
.service .block .title {
  font-family: Times New Roman;
  font-size: 24px;
  line-height: 29px;
  color: #2956a0;
  text-align: left;
  margin-bottom: 10px;
}
.service .block .text {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
}
<!-- /*section form-block start*/
-->
#form-block {
  /*height: 830px;*/
  background-color: #FAFAFA;
  background-repeat: no-repeat;
  background-position: 0px 100%;
  background-size: contain;
}
.form-block {
  padding: 50px 0 100px 0;
}
.form-block .title {
  padding: 0 25px;
  font-family: Times New Roman;
  font-size: 39px;
  line-height: 40px;
  color: #2956a0;
  text-align: center;
  margin-bottom: 20px;
}
.form-block .row-content {
  padding: 0 50px 0 40px;
}
.form-block .title span,
.form-block .info span {
  width: 100%;
  display: inline-block;
}
.form-block .info {
  padding: 0 25px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #666666;
  margin-bottom: 35px;
}
.form-block .content {
  place-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  max-width: 450px;
}
.form-block .content  .btn-select {
  height: 80px;
  border-radius: 50px;
  max-width: 360px;
  font-size: 21px;
  line-height: 21px;
  text-align: center;
}
.form-block .content .btn-select:first-child{
  margin-top: 40px;
  margin-bottom: 30px;
}
.wrapper-btn-error-note{
  max-width: 360px;
  min-width: 280px;
  width: 100%;
  margin-bottom: 30px;
}
.form-block .content .btn-select._active {
  font-family: Times New Roman;
  /*background-image: url("../images/vector3.png");*/
  background-color: #2956a0;
  /*background-color: #76b043;*/
  color: #fff
}

.form-block .btn-select {
  padding: 10px 20px;
  background-color: #fff;
  color: #2956a0;
  border: 3px solid #2956a0;
}
.form-block .content .text {
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  max-width: 350px;
}
.form-block .content-list {
  background-image: url("../images/bg-list.png");
  max-width: 458px;
  width: 100%;
  height: 475px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#content_free_note .link-btn.form-btn {
  padding: 0 18px;
  text-transform: uppercase;
  font-family: Times New Roman;
  max-width: 380px;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  position: absolute;
  /*background-color: #C5A230;*/
  background-color: #2956a0;
  height: 60px;
  font-size: 18px;
  line-height: 22px;
}
.content-list .link-btn.form-btn:hover {
  background-color: #d1ad35;
}
<!-- /*section prayer start*/
-->
#prayer {
  height: 450px;
  background-color: #fff;
}
.prayer {
  padding: 40px 0 140px 0;
  background-size: inherit;
  background-position: 50% 90%;
  background-repeat: no-repeat;
}
.prayer .title {
  padding: 0 25px;
  font-family: Times New Roman;
  font-size: 39px;
  line-height: 40px;
  color: #2956a0;
  text-align: center;
  margin-bottom: 20px;
}
.prayer .title span {
  width: 100%;
  display: inline-block;
}
.prayer-text {
  text-align: center;
  font-size: 17px;
  line-height: 32px;
  color: #666666;
  padding: 0 28px;
}
<!-- /*section scroll-wrapper start*/
-->
#scroll-wrapper {
  background-color: #fff;
}
.scroll-wrapper {
  padding: 0px 0 80px 0;
  width: calc(100% - 50px);
}
.scroll-wrapper > .title {
  padding: 0 25px;
  font-family: Times New Roman;
  font-size: 33px;
  line-height: 40px;
  color: #2956a0;
  text-align: center;
  margin-bottom: 20px;
}
#scroll {
  background-image: url("../images/photo-scroll.jpg");
  max-width: 944px;
  height: 348px;
  margin: 0 auto;
}
<!-- /*section tour start*/
-->
#3d-tour {
  background-color: #fff;
}
.tour {
  padding: 0px 0 140px 0;
}
.tour .title {
  padding: 0 20px;
  font-family: Times New Roman;
  font-size: 33px;
  line-height: 40px;
  color: #2956a0;
  text-align: center;
  margin-bottom: 20px;
}
.tour-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tour-block div {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.tour-block .left {
  padding: 88px 40px;
  background: url("../images/tour-left.png") no-repeat;
  max-width: 491px;
  height: 394px;
  left: 0;
}
.tour-block .right {
  background: url(../images/tour-right.png) no-repeat;
  background-position: 97% 50%;
  background-size: cover;
  max-width: 491px;
  height: 394px;
  left: -2px;
}
.tour-block .left .text {
  font-size: 15px;
  line-height: 21px;
  color: #FFFFFF;
}
.tour-btn {
  font-family: Times New Roman;
  background-image: url("../images/vector5.png");
  max-width: 360px;
  bottom: 18px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  position: absolute;
  background-color: #2956a0;
  height: 60px;
  font-size: 21px;
  line-height: 25px;
}
.tour-btn:hover {
  background-color: #d1ad35;
}

.error{
  font-family: "Trebuchet MS";
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  color: #d22518;
  position: relative;
  margin-top: 15px;
  padding: 7px 10px;
  background-color: #f6d3d1;
}
.error:before{
  content: '';
  border: 7px solid #f6d3d1;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -14px;
  left: 30px;
}
.place__mini-img-wrap{
  position: absolute!important;
}
/*.all-notes__list{*/
  /*display: flex;*/
  /*flex-wrap: nowrap;*/
/*}*/
.header{
  padding: 0;
}
#header::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;

}
.header .content{
  border-radius: 0;
  background-color: transparent;
  padding: 70px 0 0 0;
}
.header .content{
  height: 100%;
}
.header .content .header-button{
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  position: relative;
  left: 0;
  margin: 50px;
}
.d-flex {
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: flex!important;
}
.flex-column {
    -ms-flex-direction: column!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
            flex-direction: column!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    -webkit-box-align: center!important;
            align-items: center!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    -webkit-box-pack: center!important;
            justify-content: center!important;
}
.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.overlay_share .modal-thanks,
.overlay_thanks .modal-thanks{
	max-width: 670px;
}
.modal-other-desc h3{
	font: 700 15px/18px Times New Roman;
}
.modal-other-desc h2{
	margin: 10px 0;
	font: 700 18px/24px Times New Roman;
}
.modal-other-img {
    margin: 0 30px 10px 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    width: 130px;
    height: 140px;
    overflow: hidden;
}
.modal-other-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.modal-other-desc p{
	font: 400 14px/21px Times New Roman;
    margin: 10px 0;
}
.modal-thanks .title{
	margin: 0 0 50px 0
}

.btn-area{
	z-index: 10;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
}

.btn{
    white-space: nowrap;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
         user-select: none;
    outline: none;
    border: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #fff;
    cursor: pointer;
    border-radius: 50px;
    color: #fff;
    min-height: 30px;
    padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.btn-rich-greenish-yellow{
	color: #fff;
    background: #caa11d;
}
.btn-modal-other {
    text-transform: uppercase;
    max-width: 180px;
    width: 100%;
    font: 700 13px/18px Times New Roman;
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 40px;
}
.ya-share2{
	margin: 0
}
.modal-other-share {
    padding: 20px 70px 14px;
    /*background-color: #f7f3e4;*/
    margin: 30px 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	align-items: center;
}
.modal-other-share a{
	margin: 0 20px;
}
.modal-other-share > a:first-child{
	height: 40px;
    width: 40px;
    z-index: 1;
}
.modal-other-share > a:first-child img{
	width: 100%;
}
.modal-other-share > a:first-child span{
	display: none;
}
.modal-thanks .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon{
	height: 40px;
    width: 40px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.modal-thanks .ya-share2__list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	    -ms-flex-direction: row!important;
	        flex-direction: row!important
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item{
	margin: 0!important;
}
@media (min-width: 992px){
	.flex-lg-row {
		-ms-flex-direction: row!important;
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		        flex-direction: row!important;
	}
	.modal-thanks .ya-share2__list{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		
	}
	
}
@media (min-width: 768px){
	.flex-md-row{
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		    -ms-flex-direction: row!important;
		        flex-direction: row!important;
	}
}
@media (max-width: 767.99px){
		.modal-other-share{
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
		}
		.modal-other-share{
			padding: 0;
		}
		.modal-other-share a{
			margin: 0 10px 0 10px 
		}
}