@font-face {
    font-family: 'bignoodletitling';
    src: url(font/bignoodletitling.ttf);
    font-weight: normal;
    font-style: normal;
}

@media only screen and (max-width: 990px) {
    .price-content-head {
        min-height: 185px;
    }
}

@media only screen and (max-width: 765px) {
    .price-content-head {
        min-height: auto;
    }
}

body {
    font-size: 14px;
    line-height: 100%;
    font-weight: 300;
    color: #696969;
}

.topheader {
    position: fixed;
    width: 100%;
    background-color: #f8f6f6;
    height: 65px;
    z-index: 10000;
}

.logo {
    display: block;
    position: absolute;
    top: 10%;
    bottom: auto;
}

.logo>a>img {
    height: 50px;
    padding-right: 10px;
}

.logo>a {
    display: flex;
    align-items: center;
    width: 70%;
    font-family: 'bignoodletitling';
    text-transform: uppercase;
    font-size: 12px;
    line-height: initial;
    color:#696969;
   
}

.banner {
    background: url(images/slider.jpg) #7adab5;
    background-blend-mode: multiply;
    background-size: cover;
    min-height: 650px;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}

.banner h2 {
    font-family: 'bignoodletitling';
    font-size: 3rem;
}

.banner p {
    font-family: 'bignoodletitling';
    font-size: 2rem;
}

.bx-wrapper {
    background: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}


.head_white_content > h3 {
    font-family: 'bignoodletitling';
    font-size: 2rem;
    text-transform: uppercase;
}

.head_white_content > span {
    width: 140px;
    height: 2px;
    background: #7adab5;
    display: inline-block;
}

.head_white_content > p {
    padding: 20px 10% 0px;
}

.head_white_content {
    padding: 50px;
    text-align: center;
}

.aboutus, .somefeature, .team, .price, .request, .ourworks {
    padding-bottom: 50px;
}

.advantage {
    text-align: center;
    width: 100%;
    padding: 10%;
    background: #c6efe1;
    margin: 2% 0;
}

.advantage > span {
    font-size: 60px;
    color: #7adab5;

}

.black {
    background-color: #000;
    color: #bebebe;
}

.head_black_content {
    text-align: center;
    width: 100%;
    padding: 5%;
}

.head_black_content > h3 {
    font-family: 'bignoodletitling';
    font-size: 2rem;
    text-transform: uppercase;
}

.head_black_content > span {
    display: inline-block;
    width: 85px;
    height: 2px;
    background-color: #7adab5;
}

.feature {
    text-align: center;
}

.feature > span {
    font-size: 60px;
}

.feature > p {
    margin: 20px;
}

.feature > h4 {
    font-size: 3rem;
    font-family: 'bignoodletitling';
}

.head_black_content > p {
    padding: 20px 15% 0; /* отступ сверху | отсуп слева и справа | отступ снизу */
}

.price-content-head {
    text-align: center;
    background-color: #235551;
    padding: 10px;
}

.price-content-head > h4 {
    font-family: 'bignoodletitling';
    font-size: 30px;
}

.price-content-head > h5 {
    padding-top: 14px;
    font-size: 15px;
}

.price-content-head > p {
    font-size: 12px;
}

.price-content-body {
    padding: 70px 0;
    text-align: center;
}

.price [class^=col-] {
    padding: 0;
}

.price-content:hover {
    outline: 3px solid #28795a;
    outline-offset: -3px;
}

.price-content:hover .price-content-head {
    background-color: #28795a;
}

.left {
    background-color: #bebebe;
    min-height: 400px;
    padding: 30% 7%;
    text-align: center;
    color: #000;
}

.left > div {
    height: 150px;
    width: 150px;
    background-color: #28795a;
    border-radius: 75px;
    margin: 0 auto;
}

.left > h4 {
    font-family: 'bignoodletitling';
    font-size: 36px;
    margin-top: 20px;
}

.left > a {
    font-size: 20px;
    color: #235551;
    margin: 5px;
}

.left > h6 {
    margin-bottom: 15px;
}

.right {
    background-color: #bebebe;
    min-height: 400px;
    padding: 10% 10%;
}

.right > h4 {
    font-family: 'bignoodletitling';
    font-size: 36px;
    color: #000;
}

.right > .horizontall {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0px;
}

.right > .horizontall > .progress {
    width: 75%;
}

.right > p {
    margin-bottom: 30px;
}

.right > .horizontall > .title {
    font-family: 'bignoodletitling';
    font-size: 20px;
    color: #000;
}

.right > .horizontall > .title {
    width: 100px;
}
.team-slide {
    margin-right: 20px;
}

.team .bx-wrapper .bx-pager, 
.team .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 7%;
    width: 100%;
    left: -35%;
}

.form-floating > label {
    display: flex;
    align-items: center;
    font-size: 16px;
    left: 25px;
    color: #000000;
}

.request form {
    display: flex;
    justify-content: center;
}

.request form > div {
    width: 70%;
}

.form-floating > .form-control {
    margin: 15px;
}

#comment {
    height: 150px;
}

#label-comment {
    display: block;
    top: 20px;
}

.submit {
    background-color: #28795a;
    border: none;
    width: 200px;
    margin: 0 auto;
}

.submit:hover {
    background-color: rgb(28, 87, 64);
    border: none;
}

.btn-primary:focus,
.btn-primary.focus {
    background-color: rgb(28, 87, 64);
    border: none;
}

.accordion-button:not(:focus-visible),
.accordion-button:not(.collapsed) {
    background-color: #000000;
    font-family: 'bignoodletitling';
    font-size: 2rem;
    text-transform: uppercase;
    color: white;
    border: none;
    box-shadow: none;
}

.accordion-item, 
.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.accordion-button::after {
    font-family: 'Linearicons-Free';
    background-image: none;
    content: '\e873';
    height: auto;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
}

.accordion-header {
    background-color: #000000;
}

.accordion-button {
    width: 200px;
    margin: 0 auto;
}

.accordion-body {
    padding: 0;
}

footer {
    background-color: #000000;
    padding: 5%;
    text-align: center;
}

footer h4 {
    font-family: 'bignoodletitling';
    font-size: 30px;
    color: #ffffff;
    margin: 20px;
}

footer a {
    text-decoration: none;
}

footer p {
    color: #ffffff;
}

footer p a {
    color: #7adab5;
}

footer p a:hover {
    color: #c2ecdc;
}

.bx-prev {
    margin: 50px;
    color: #ffffff;
    font-size: 2rem;
}

.bx-next {
    margin: 50px;
    color: #ffffff;
    font-size: 2rem;
}