::-moz-selection {
  color: #f9d4a3;
  background: #9b7749;
}
::selection {
  color: #f9d4a3;
  background: #9b7749;
}
:focus {
  outline: none;
}
* {
  margin: 0;
  padding: 0;
}
html {
  overflow-x: hidden;
}
html,
body,
button,
input,
optgroup,
a,
span,
form,
div,
ul,
li,
p,
strong,
em,
div,
h1,
h2,
h3,
h4,
h5,
h6,
section,
main,
select,
textarea {
  font-family: iranyekan;
}
/*    start code here   */

.wrapper {
}
.wrapper header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.logo {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
}
.logo .logoIcon {
  margin-left: 10px;
}
.logo .logoIcon img {
}
.logo .logoTitle {
}
.logo .logoTitle h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;

  /* or 29px */
  color: #3b97d3;
}
.logo .logoTitle h3 {
  font-weight: 600;
  font-size: 15px;

  /* or 22px */
  text-align: center;
  color: #3b97d3;
}
.wrapper header .callButton {
}
.callButton {
}
.callButton a {
  padding: 15px;
  background: #f3d55b;
  border: 1px solid #d7b426;
  box-sizing: border-box;
  box-shadow: 0px 0px 13px rgba(147, 119, 4, 0.04);
  border-radius: 10px;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;

  /* identical to box height, or 22px */
  text-align: center;
  color: #745e07;
  transition: all 0.2s;
}

.callButton a:hover {
  box-shadow: 3px 3px 13px rgb(243 213 91);
  border-right: 5px solid #d7b426;
  border-bottom: 5px solid #d7b426;
  transform: translate(-5px, -5px);
}

.wrapper main {
}
.wrapper main #sec_1 {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 40px;
}
.wrapper main #sec_1 .content {
  width: 50%;
}
.wrapper main #sec_1 .content h1 {
  font-weight: bold;
  font-size: 30px;

  /* or 42px */
  text-align: right;
  color: #000000;
}

.wrapper main #sec_1 .content h1 span {
  font-weight: 900;
  font-size: 18px;
  color: #af8d00;
  display: inline-block;
  margin-right: 15px;
  background-color: #f3d55b;
  padding: 5px 15px;
  border-radius: 5px;
  /*border: 1px solid #bb9700;*/
}
.wrapper main #sec_1 .content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 2.3;
  /* or 27px */
  text-align: right;
  letter-spacing: 0.04em;
  color: #000000;
  margin: 20px 0;
  width: 90%;
}

.wrapper main #sec_1 .imgSec1 {
  width: 50%;
}
.wrapper main #sec_1 .imgSec1 img {
}

.wrapper main #sec_2 {
  margin-top: 100px;
}
.wrapper main #sec_2 .content {
  margin-bottom: 50px;
}
.wrapper main #sec_2 .content h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 35px;

  /* identical to box height, or 42px */
  text-align: center;
  color: #000000;
}
.wrapper main #sec_2 .content p {
  font-weight: 400;
  font-size: 15px;
  /* identical to box height, or 23px */
  text-align: center;
  color: #000000;
  margin: 25px auto;
  width: 80%;
  line-height: 2.3;
}
.wrapper main #sec_2 ul {
}
.wrapper main #sec_2 ul .item {
  margin: 9px;
  border-radius: 5px;
  overflow: hidden;
}
.wrapper main #sec_2 ul li {
}
.wrapper main #sec_2 ul li .item {
}
.wrapper main #sec_2 ul li .item h4 {
  background: #3b97d3;
  font-style: normal;
  font-weight: 800;
  font-size: 17px;

  /* identical to box height, or 23px */
  text-align: center;
  color: #ffffff;
  padding: 15px 0;
}
.wrapper main #sec_2 ul li .item img {
  width: 100%;
}

.wrapper main #sec_3 {
  margin-top: 100px;
}
.wrapper main #sec_3 .content {
}
.wrapper main #sec_3 .content h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 35px;
  text-align: center;
  color: #000000;
}
.wrapper main #sec_3 .content p {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #000000;
  margin: 25px auto;
  width: 80%;
  line-height: 2.3;
}
.wrapper main #sec_3 ul {
  margin-top: 50px;
}
.wrapper main #sec_3 ul li {
  text-align: center;
}
.wrapper main #sec_3 ul li img {
}

.Call_button {
  display: none;
}

.site-footer.footer-index {
  margin-top: 180px;
  background-color: #ffe57d;
  padding: 30px 0;
}
.site-footer.footer-index .content {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}
.site-footer.footer-index .content .logo {
  transform: scale(0.9) translate(25px);
  width: 40%;
}
.site-footer.footer-index .content .info {
  background: #f3d55b;
  box-shadow: 0px 0px 13px rgba(147, 119, 4, 0.04);
  border-radius: 10px;
  display: inline-block;
  max-width: 60%;
  height: 100px;
  text-align: revert;
  padding: 15px;
  width: 60%;
}
.site-footer.footer-index .content .info p {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;

  /* or 39px */
  text-align: right;
  line-height: 35px;
  color: #745e07;
}
.site-footer.footer-index .contacts {
  margin-top: 26px;
}
.site-footer.footer-index .contacts ul {
}
.site-footer.footer-index .contacts ul li {
}
.site-footer.footer-index .contacts ul li {
  background: #3b97d3;
  border-radius: 5px;
  font-weight: 800;
  font-size: 17px;
  line-height: 175%;
  /* identical to box height, or 23px */
  text-align: center;
  color: #ffffff;
  /*  display: block;*/
  /*width: 193px;*/
  /*height: 58px;*/
}

.wrapper main .Call_button {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  text-align: center;
  z-index: 2;
  display: none;
}
.wrapper main .Call_button a {
  width: auto;
  height: 56px;
  border-radius: 45px;
  background-color: #3b97d3;
  color: #faf9f9;
  display: flex;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-indent: 28px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.wrapper main .Call_button a::before {
  content: "";
  position: relative;
  display: inline-block;
  right: 18px;
  width: 25px;
  height: 25px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-image: url("../images/PNG/Call.png");
}
.wrapper main .Call_button a > span {
  display: block;
  position: relative;
  width: auto;
  font-size: 18px;
  font-weight: 800;
}
.services-list {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.services-list li {
  list-style: disc;
  padding-left: 10px;
  flex-basis: 48%;
  font-size: 14px;
  font-weight: 600;
}
.callButton {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wrapper main #sec_1 .content .callButton a {
  background-color: #3b97d3;
  border: none;
  box-shadow: 0px 0px 13px rgba(147, 119, 4, 0.04);
  border-radius: 30px 10px 10px 10px;
  color: white;
  padding: 15px 30px;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  flex-basis: 48%;
}
.wrapper main #sec_1 .content .callButton span:nth-child(1) {
  font-size: 14px;
  font-weight: 600;
}
.wrapper main #sec_1 .content .callButton span:nth-child(2) {
  font-size: 15px;
}
.wrapper main #sec_1 .content .callButton a:hover {
  box-shadow: 0px 0px 13px rgb(59 151 211);
  /* border-right: 5px solid #253e98;
  border-bottom: 5px solid #253e98; */
  /* transform: translate(-5px, -5px); */
}

.wrapper main #sec_1 .content h1 a {
  cursor: pointer;
  font-weight: 900;
  font-size: 18px;
  color: #af8d00;
  display: inline-block;
  /*margin-right: 15px;*/
  background-color: #f3d55b;
  padding: 5px 15px;
  border-radius: 5px;
  /* border: 1px solid #bb9700; */
}

.services-list li:last-child {
  flex-basis: 100%;
}


