html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.btn-reset {
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

@font-face {
    font-family: "Jost Thin";
    src: url("../css/fonts/Jost/Jost-VariableFont_wght.ttf");
    font-weight: normal;
    font-style: regular;
}

.flex {
    display: flex;
}

body {
    font-family: 'Jost Thin';
    font-size: 15px;
    line-height: 1.15;
}

.main-content {
    padding: 30px 0 0;
}

.container {
    font-family: 'jost thin';
    margin: 0 auto;
    background-color: #EAEBEC;
    border-radius: 70px;
    max-width: 1300px;
    padding: 0;
}

.intro {
    padding: 30px;
}

.title-1 {
    margin: 0 0 30px;
}

.intro-1 {
    flex-direction: column;
    max-width: 700px;
    height: 700px;
    padding: 50px 60px 30px;
    background-color: #B3C7D8;
    border-radius: 50px;
    margin-right: 20px;
    background-image: url(../css/img/Subtract.svg);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position-x: 20px;
    background-position-y: 20px;
}

.top-panel {
    margin-left: auto;
    margin-right: 50px;
    margin-bottom: 30px;
}

.link {
    margin-right: 20px;
    color: #4E7180;
}

.link:last-child {
    margin-right: 0;
}

.title-1 {
    font-size: 40px;
    font-weight: normal;
}

.description {
    margin: 0 0 50px;
}

.intro-2 {
    max-width: 550px;
    padding: 40px 40px 450px;
    background-image: url(../css/img/mokryi-metalliceskii-fon.jpg);
    background-repeat: no-repeat;
    background-size: 600px;
    border-radius: 50px;
    flex-wrap: wrap;
    gap: 30px;
}

.bid-btn {
    display: inline-block;
    width: 250px;
    height: 60px;
    background-image: url(../css/img/Arrow.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-color: #353532;
    border-radius: 30px;
    color: #fff;
    background-position: 185px;
    margin-bottom: 60px;
}

.block {
    background-color: #fff;
    border-radius: 20px;
    width: 170px;
    height: 170px;
    text-align: center;
    padding: 10px;
    margin-right: 20px;
}

.block:last-child {
    margin-right: 0;
}

.number {
    font-size: 40px;
}

.btn-wh {
    width: 200px;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;

}

.btn-wh:hover {
    transition: 0.1s;
    background-color: #b3c7d8;
    color: #fff;
}

.btn-wh:active {
    background-color: #c97806;
}

.bid-btn:hover {
    transition: 0.1s;
    background-color: #4e7180;
}

.bid-btn:active {
    background-color: #c97806;
}

.btn-wh:last-child {
    margin-right: 0;
}

.wh-1 {
    background-image: url(../css/img/Arrow-bl.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position-x: 25px;
    background-position-y: center;
}

.wh-2 {
    background-image: url(../css/img/tel.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position-x: 15px;
    background-position-y: center;
}

.advantages {
    height: 750px;
    background-image: url(../css/img/Group5.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: -180px;
    position: relative;
}

.adv {
    margin: 0;
}

.adv-1 {
    font-size: 40px;
    position: absolute;
    max-width: 450px;
    text-align: center;
    top: 120px;
    left: 90px;
}

.adv-2 {
    font-size: 20px;
    max-width: 520px;
    text-align: right;
    position: absolute;
    top: 230px;
    left: 400px;
}

.adv-3 {
    font-size: 40px;
    max-width: 440px;
    position: absolute;
    top: 350px;
    left: 750px;
    text-align: right;
}

.adv-4 {
    font-size: 20px;
    max-width: 465px;
    position: absolute;
    text-align: right;
    top: 500px;
    left: 800px;
}

.services {
    padding: 0 30px;
}

.serv {
    margin: 0 0 20px;
    display: inline-block;
}

.blue-box {
    background-color: #B3C7D8;
    border-radius: 50px;
    padding: 60px 60px;
    position: relative;
    margin-bottom: 40px;
}

.title-2 {
    margin: 0 0 20px;
    font-size: 40px;
    font-weight: normal;
}

.serv-list {
    flex-direction: column;
}

.window {
    background-image: url(../css/img/каска.jpeg);
    background-repeat: no-repeat;
    width: 540px;
    height: 351px;
    border-radius: 20px 20px 350px 20px;
    position: absolute;
    top: 130px;
}

.service-1 {
    padding-left: 580px;
}

.service-2 {
    padding-left: 575px;
}

.service-3 {
    padding-left: 565px;
}

.service-4 {
    padding-left: 555px;
}

.service-5 {
    padding-left: 540px;
}

.service-6 {
    padding-left: 520px;
}

.service-7 {
    padding-left: 495px;
}

.service-8 {
    padding-left: 455px;
}

.service-9 {
    padding-left: 410px;
}

.service-10 {
    padding-left: 340px;
}

.btn-serv {
    margin: 0;
    position: absolute;
    bottom: 60px;
    right: 100px;
}

.block-2 {
    background-image: url(../css/img/Group10.png);
    background-repeat: no-repeat;
    background-size: 38%;
    background-position: right;
    margin-bottom: 60px;
}

.questions {
    padding: 0 90px;
}

.quest {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    max-width: 590px;
}

.answer {
    margin: 0 0 30px;
    max-width: 590px;
}

.name {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
}

.reviews {
    font-size: 17px;
    padding: 0 30px;
    margin-bottom: 60px;
}

.rev {
    flex-direction: column;
    background-color: #B3C7D8;
    border-radius: 20px;
    max-width: 220px;
    height: 300px;
    padding: 25px;
    gap: 20px;
}

.rev-2 {
    background-color: #353532;
    color: #fff;
}

.rev-4 {
    background-color: #353532;
    color: #fff;
}

.list-rev {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.portfolio {
    margin: 0 auto 60px;
    position: relative;
    height: 800px;
    align-items: center;
    justify-content: center;
}

.port {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1300px;
}

.ex {
    border-radius: 20px;
}

.example-1 {
    background-image: url(../css/img/1.jpeg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 388px;
    height: 516px;
}

.example-2 {
    background-image: url(../css/img/2.jpeg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 377px;
    height: 223px;
    margin-left: -40px;
}

.example-3 {
    background-image: url(../css/img/3.jpeg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 490px;
    height: 369px;
}

.example-4 {
    background-image: url(../css/img/4.jpeg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 473px;
    height: 355px;
    margin-top: -140px;
}

.example-5 {
    background-image: url(../css/img/5.jpeg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 321px;
    height: 428px;
}

.example-6 {
    background-image: url(../css/img/6.jpeg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 242px;
    height: 322px;
    margin-top: -80px;
}


.stages {
    flex-direction: column;
    padding: 0 90px;
}

.btn-stages {
    text-align: center;
}

.list-stages {
    flex-wrap: wrap;
    gap: 250px;
    justify-content: center;
    padding: 40px 0 0;
    margin-bottom: 60px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.stage-1 {
    position: relative;
    max-width: 180px;
}

.stage-2 {
    position: relative;
    max-width: 180px;
    text-align: center;
    justify-self: center;
    vertical-align: middle;
}

.stage-3 {
    position: relative;
    max-width: 180px;
    text-align: center;
    justify-self: center;
    vertical-align: middle;
}

.one {
    background-image: url(../css/img/Union.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -45px;
    top: 0px;
}

.two {
    background-image: url(../css/img/Union1.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -65px;
    top: -10px;
}

.three {
    background-image: url(../css/img/Union3.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -65px;
    top: -10px;
}

.location {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    height: 500px;
}

.loc-text {
    margin: 0 0 10px;
}

.contacts {
    background-color: #353532;
    color: #fff;
    padding: 60px 90px;
    vertical-align: middle;
    position: relative;
    align-items: center;
}

.bottom-links {
    gap: 70px;
    vertical-align: middle;
}

.links {
    display: flex;
    vertical-align: middle;
}

.title-2-cont {
    margin: 0 150px 0 0;
}

.tit-2-dis {
    padding-left: 60px;
}

.form {
    display: none;
    position: fixed;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 50;
    overflow-y: auto;
    padding: 70px;
    background-color: #fff;
    border: #e3d0a4 solid 1px;
    gap: 20px;
    box-shadow: #04080d 1px 1px 15px;
    vertical-align: middle;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.popup {
    display: none;
    max-width: 400px;
    height: 250px;
    background-color: #fff;
    margin: 0 auto;
    position: fixed;
    left: 20%;
    right: 20%;
    top: 300px;
    z-index: 10;
    box-shadow: #04080d 1px 1px 15px;
    padding: 15px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.form-data {
    gap: 20px;
    flex-wrap: wrap;
    margin-right: 10px;
}

.form-example {
    flex-wrap: wrap;
    text-align: right;
    margin: 0 auto;
}


.button-sign-up {
    position: relative;
    margin: 0 auto;
    border-radius: 7px;
    background-color: #b3c7d8;
    color: #000;
    padding: 15px;
}

.button-sign-up:hover {
    background-color: #cba856;
    color: #fff;
    transition: 0.1s;
}

.button-sign-up:active {
    background-color: #04080d;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    padding: 20px;
    border-radius: 5px;
}
.carousel-fade{
    width: 70%;
    height: 50%;
    margin: 0 auto;
}

.carousel-item{
    max-height: 500px;
}

.carousel-fade{
    display: none;
}