main{
	padding-top: 50px
}
.main {
  margin-bottom: 0px;
}
.main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main__info {
  max-width: 658px;
}
.main__img {
  max-width: 418px;
  width: 100%;
  -webkit-box-shadow: 5.66px 5.66px 16.98px 0px rgba(92, 92, 92, 0.34), 20.75px 22.64px 31.13px 0px rgba(92, 92, 92, 0.3), 47.16px 50.94px 41.51px 0px rgba(92, 92, 92, 0.18), 83.95px 90.56px 49.05px 0px rgba(92, 92, 92, 0.05), 131.12px 140.55px 53.77px 0px rgba(92, 92, 92, 0.01);
          box-shadow: 5.66px 5.66px 16.98px 0px rgba(92, 92, 92, 0.34), 20.75px 22.64px 31.13px 0px rgba(92, 92, 92, 0.3), 47.16px 50.94px 41.51px 0px rgba(92, 92, 92, 0.18), 83.95px 90.56px 49.05px 0px rgba(92, 92, 92, 0.05), 131.12px 140.55px 53.77px 0px rgba(92, 92, 92, 0.01);
  border-radius: 192px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.main__img::before {
  content: "";
  border-radius: 192.7px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 3px solid rgb(244, 220, 165);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: -2;
}
.main__img::after {
  content: "";
  position: absolute;
  top: 46%;
  left: 58%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.main__img img {
  border-radius: 192px;
  height: 100%;
  border: 3px solid #fff;
}
.main__img-descript {
  font-family: "Better Land RUS";
  font-size: 35px;
  color: #898989;
  text-align: center;
  margin-top: 20px;
}
.main .section__title {
  margin-bottom: 50px;
}
.main__descript {
  font-size: 17px;
  color: #505050;
}
.main__subtitle {
  margin-top: 5px;
  font-family: "Circe";
  font-weight: 600;
}
.main__list-item {
  position: relative;
  margin-top: 15px;
  margin-left: 22px;
}
.main__list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46.501%, rgb(244, 220, 165)), color-stop(106.85%, rgb(220, 179, 122)));
  background: linear-gradient(180deg, rgb(244, 220, 165) 46.501%, rgb(220, 179, 122) 106.85%);
  border-radius: 2px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.nash {
  margin-bottom: 0px;
}
.nash__descript {
  margin-top: 15px;
  font-size: 17px;
  color: #505050;
  max-width: 616px;
}

.osn__descript {
  max-width: 873px;
  font-size: 17px;
  color: #505050;
}
.osn__block-header{
	display: flex;
	align-items: center
}
.osn__button{
	min-width: 17px;
	width: 17px;
	margin-left: 10px;
	transition: .3s
}
.osn__button-active{
	transform: rotate(180deg);
}
.osn__content{
	max-height: 0px;
	transition: .4s;
	overflow: hidden
}
.osn__content-active{
	max-height: none;
	
}
.osn__list {
  max-width: 873px;
  margin-top: 35px;
  margin-left: 49px;
}
.osn__list-item {
  margin-bottom: 20px;
  position: relative;
}
.osn__list-item::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: -49px;
  top: 50%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


.osn__block {
  margin-top: 50px;
}

.call .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.call__info {
  max-width: 746px;
  width: 100%;
}
.call form {
  padding: 80px 50px;
  background: #fff;
  border-radius: 45px;
}
.call .form__items p{
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.call .form__items-input {
  padding: 21px 31px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  border: 1px solid rgb(237, 237, 237);
  margin-right: 16px;
	max-width: 200px
}
.call .form__items-input::-webkit-input-placeholder {
  color: #898989;
}
.call .form__items-input::-moz-placeholder {
  color: #898989;
}
.call .form__items-input:-ms-input-placeholder {
  color: #898989;
}
.call .form__items-input::-ms-input-placeholder {
  color: #898989;
}
.call .form__items-input::placeholder {
  color: #898989;
}
.call input[type=submit] {
  -webkit-clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
          clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
  padding: 23px 34px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46.501%, rgb(244, 220, 165)), color-stop(106.85%, rgb(220, 179, 122)));
  background: linear-gradient(180deg, rgb(244, 220, 165) 46.501%, rgb(220, 179, 122) 106.85%);
  margin-left: 10px;
  font-size: 14px;
  font-family: "Circe Bold";
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.call input[type=submit]:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.call__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  margin-left: 30px;
}
.call__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 411px;
}
.call__contact-icon {
  position: relative;
  min-width: 41px;
  width: 41px;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgb(244, 220, 165);
  border-radius: 100%;
  margin-right: 45px;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.call__contact-icon img {
  width: 24px;
}
.call__contact-icon:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.call__contact-icon::before {
  content: "";
  position: absolute;
  width: 69px;
  height: 69px;
  background: rgba(244, 220, 165, 0.5);
  border-radius: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
.call__contact-icon::after {
  content: "";
  position: absolute;
  width: 91px;
  height: 91px;
  background: rgba(244, 220, 165, 0.4);
  border-radius: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: -2;
}
.call__img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.call__img-bg {
  position: relative;
  width: 389px;
  border: 3px solid #fff;
  -webkit-box-shadow: 5.66px 5.66px 16.98px 0px rgba(92, 92, 92, 0.34), 20.75px 22.64px 31.13px 0px rgba(92, 92, 92, 0.3), 47.16px 50.94px 41.51px 0px rgba(92, 92, 92, 0.18), 83.95px 90.56px 49.05px 0px rgba(92, 92, 92, 0.05), 131.12px 140.55px 53.77px 0px rgba(92, 92, 92, 0.01);
          box-shadow: 5.66px 5.66px 16.98px 0px rgba(92, 92, 92, 0.34), 20.75px 22.64px 31.13px 0px rgba(92, 92, 92, 0.3), 47.16px 50.94px 41.51px 0px rgba(92, 92, 92, 0.18), 83.95px 90.56px 49.05px 0px rgba(92, 92, 92, 0.05), 131.12px 140.55px 53.77px 0px rgba(92, 92, 92, 0.01);
  border-radius: 192px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.call__img-bg img {
  border-radius: 192px;
}
.call__img-bg::before {
  content: "";
  border-radius: 192.7px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 3px solid rgb(244, 220, 165);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: -2;
}
.call__img-bg::after {
  content: "";
  position: absolute;
  top: 46%;
  left: 58%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 110%;
  background-image: url("../img/photo__bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.call__img-descript {
  font-family: "Better Land RUS";
  font-size: 35px;
  color: #898989;
  margin-top: 20px;
}

@media screen and (max-width: 1296px) {
	main{
		padding-top: 50px
	}
  .main .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main__img-block {
    margin-top: 50px;
  }
  .call .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .call__img-block {
    margin-top: 60px;
  }
  .nash {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .call .form__items p{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .call .form__items-input {
    margin-bottom: 15px;
	  max-width: 100%;
	  width: 100%
  }
  .call__contact {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .call__contact-item {
    margin-bottom: 70px;
  }
  .call__img-block {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    max-width: 85%;
    margin-top: 40px;
  }
  .call .call__img-bg {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
	.main .section__title{
		margin-bottom: 20px
	}
	main{
		padding-top: 150px
	}
	.osn__block-header{
		justify-content: space-between
	}
  .call form {
    padding: 45px 25px;
  }
  .call__img-descript {
    font-size: 6vw;
    text-align: center;
  }
}