@font-face {
	font-family: Roboto;
  	src: url(../fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
	font-family: RobotoBold;
  	src: url(../fonts/Roboto/Roboto-Bold.ttf);
}

@font-face {
	font-family: RobotoLight;
  	src: url(../fonts/Roboto/Roboto-Light.ttf);
}

.gm-style .place-card-large {
        display: none;
    }

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, 
body {
  scroll-behavior: smooth;
}

#mainHeader {
	background-image: url(../img/rings.jpg);
	background-size: cover;
	width: 100%;
	height: 90vh;
	background-position: bottom;
  background-attachment: fixed;
}

.bg-top {
	background-color: rgba(0, 0, 0, 0.4);
	height: 100%;
	width: 100%;
}

a.nav-link {
	color: #fff;
	font-family: Roboto;
	font-size: 18px;
}

.title {
	color: #fff;
	letter-spacing: 2px;
	font-family: RobotoBold;
  text-align: center;

}

h1.sub-title {
	color: #fff;
	/*font-family: 'Neucha', cursive;*/
	letter-spacing: 2px;
	font-size: 91px;
	font-family: RobotoBold;
  text-align: center;

}


a.nav-link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;
  display: inline-block;
  padding: 15px 20px;
  position: relative;
}

a.nav-link::after { 
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  background: none repeat scroll 0 0 transparent;
  height: 2px;
  width: 0;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

a.nav-link:hover::after { 
  width: 100%; 
  left: 0; 
}

a.nav-link:hover {
  color: #fff;
}

.main-txt {
  width: 100%;
  height: 70%;
  -webkit-box-shadow: 0px 20px 0px -10px #FFFFFF, 0px -20px 0px -10px #FFFFFF, 20px 0px 0px -10px #FFFFFF, -20px 0px 0px -10px #FFFFFF, 0px 0px 0px 10px #2e3fe7, 5px 5px 15px 5px rgba(0,0,0,0); 
  box-shadow: 0px 20px 0px -10px #FFFFFF, 0px -20px 0px -10px #FFFFFF, 20px 0px 0px -10px #FFFFFF, -20px 0px 0px -10px #FFFFFF, 0px 0px 0px 10px #2e3fe7, 5px 5px 15px 5px rgba(0,0,0,0);
}


.arrow-down {
    margin: 30px;
}
.arrow-down span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    transform: rotate(45deg);
    margin: -16px;
    animation: arrow-down 2s infinite;
}
.arrow-down span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow-down span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes arrow-down {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}

#aboutUs {
	width: 100%;
	height: auto;
	padding: 50px 0 0 0;
}

p { font-size: 18px; }


/*список */


.ball {
list-style: none;
margin: 0;
}
.ball a {
  width: 100%;
  color: #000;
  text-decoration: none;
  display: inline-block;
  padding-left: 25px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  position: relative;
  transition: .3s linear;
  font-family: Roboto;
}
.ball a:before {
content: "";
width: 30px;
height: 30px;
border-radius: 50%;
background: #c39885;
position: absolute;
left: -30px;
top: 7px;
}
.ball li {position: relative;}
.ball li:before {
content: "";
width: 20px;
height: 20px;
border-radius: 50%;
background: #000;
position: absolute;
top: 12px;
left: -30px;
z-index: 2;
transition: .4s ease-in-out;
}
.ball li:hover:before {left: -20px;}
#credits {
  /*background-image: url(../img/money.jpg);*/
  height: auto;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-color: rgba(195, 152, 133, 0.7);

}

#just-line {
  background-image: url(../img/money.jpg);
  height: auto;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.bg-2 {
  background-color: rgba(255, 255, 255, 0.8);
  height: auto;
  padding: 50px 0;
}

.bg-22 {
  background-color: rgba(0, 0, 0, 0.5);
  height: auto;
  padding: 50px 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.bg-22 span {
  font-size: 18px;
  font-family: RobotoLight;
  font-style: italic;
  color: #fff;
  display: block;
  text-align: right;
  width: 100%;
}

.sol {
  font-family: RobotoBold;
  color: #c39885;
  font-size: 18px;
}



.blockquote-6 {
    border-left: 6px solid #c39885;
    font-size: 42px;
    font-style: italic;
    margin: 16px;
    padding: 16px 24px;
    position: relative;
    height: auto;
    font-family: RobotoBold;
    display: flex;
    align-items: center;
    color: #fff;
}
.blockquote-6:before {
    content: "";
    position: absolute;
    top: 53%;
    left: -6px;
    height: 50%;
    background-color: #c39885;
    width: 6px;
    margin-top: -1em;
}
.blockquote-6:after {
    content: "”";
    position: absolute;
    top: 50%;
    left: -38px;
    color: #fff;
    font-size: 100px;
    font-family: RobotoBold;
    font-weight: bold;
    line-height: 30px;   
}
.blockquote-6 cite {
    color: #337AB7;
    font-size: 15px;
    padding-top: 10px;
    display: block;
    text-align: right;
}


.about-us-white {
  letter-spacing: 2px;
  font-family: Roboto;
}

.circle {
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 100%;
}

.card {
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 20px 2px #c39885; 
  box-shadow: 0px 0px 20px 2px #c39885;
}


.card {
  transition: transform 0.25s;
}

.card:hover {
  transform: scale(1.1);
}

.card-image {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-text,
.card-title {
  font-family: Roboto;
}


.modal {
    --bs-modal-width: 80%;
}

.btn-primary,
.btn-secondary {
  background: #c39885;
  font-family: Roboto;
  border-radius: 0;
  border: 0;
}

.btn-primary-с {
/*  background: #c39885;*/
  font-family: Roboto;
  border-radius: 0;
  border: 1px solid #c39885;
  color: #c39885;
}

.btn-primary-с:hover {
  font-family: Roboto;
  border-radius: 0;
  border: 1px solid #c39885;
  color: #c39885;
}


.btn-primary:hover,
.btn-secondary:hover {
  background: #fff;
  color: #c39885;
  border: 1px solid #c39885;
}

.btn:active,
.btn:focus {
  background: #fff;
  color: #c39885;
  border: 1px solid #c39885;
  box-shadow: none;
}

#contacts {
  width: 100%;
  height: auto;
  padding: 50px 0;
  box-sizing: border-box;
}

.contacts-header {
  margin-bottom: 0;
}

.addresss {
  font-size: 16px;
  font-family: Roboto;
  text-align: center;
  margin-top: 0;
}

h1 { text-transform: uppercase; }



#reports {
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
}


/* footer */

footer {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  background: #c39885;
}

.line-footer {
  width: 100%;
  border: 2px solid #FFFFFF;
}

.order {
  width: 213px;
  height: 35px;
  border: 1px solid #FFFFFF;
  background: transparent;
  border-radius: 13px;
  font-size: 14px;
  color: #FFFFFF;

}

address {
  display: flex;
  flex-direction: column;

}

address span {
  color: #fff;
  font-family: Roboto;
}

.rights {
  font-family: RobotoLight;
  font-size: 16px;
  color: #FFFFFF;
}

.copy {
  margin-left: 5px;
  margin-right: 5px;
}

.square {
  width: 39px;
  height: 39px;
  border: 2px solid #fff;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.to-top {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}

.social-footer {
  display: flex;
  justify-content: space-around;
}

/*.main-txt {
  margin-left: 0px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}*/

.main-txt p {
  width: 18%;
  text-align: left;
}

.made-order {
  display: flex;
  justify-content: flex-end;
  margin-left: 0px;
}

.to-top:hover {
  color: #fff !important;
  /*text-decoration: none;*/
}

.accordion-button:not(.collapsed) {
  background-color: #c39885;
  color: #fff;
  box-shadow: none;
}

table tr {
  font-family: Roboto;
}

fieldset {
  width: 70%;
  margin: 0 auto;
}

input,
select {
  font-family: Roboto;
  font-size: 16px;
}

#totalAmountText,
#price {
  font-family: Roboto;
  font-size: 18px;
}

label {
  font-family: RobotoBold;
  font-size: 16px;
}


@media only screen and (min-width: 320px) and (max-width: 768px) {
  h1.sub-title { font-size: 60px;}
  #reports { padding: 0; }
  .accordion-body {
    display: flex;
    flex-direction: column;
  }
  .mobile { flex-direction: column;}
  .card-mobile {
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .bg-22 { padding: 10px; }
  .blockquote-6 { font-size: 20px; }
  .bg-22 span { font-size: 16px; }
  iframe { width: 100%; }
  .rights { justify-content: center; }
  li.nav-item { text-align: center; }
  address { align-items: center; }
  .mt-5 { margin-top: 2rem !important; }
  p, h4 { text-align: center; }
}




















