`* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
head, body {
    width: 100%;
    height: 100%;
}

/* style header */

header {
    height: 140px;
    width: 100%;
    min-width: 1468px;
    background-color: white;
}
.numberandbtn-address {
    font-family: 'Montserrat', sans-serif;
    margin-left: 32px;
}
.headblock {
    margin: 0 auto;
    width: 1140px;
    min-width: 1140px;
    display: flex;
    justify-content: space-between;
}
.miniheadblockone img {
    margin-top: 24px;
    width: 80%;
}
.miniheadblocktwo {
    width: 931px;
    margin-top: 24px;
}
.numberandbtn {
    display: flex;
    justify-content: space-between;
}
.numberandbtn>button {
    width: 215px;
    height: 45px;
    background-color: #da3014;
    border: none;
    color: white;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
}
button:hover {
    background-color: #d1d1d1;
    color: black;
}
nav {
    margin-top: 35px;
}
nav ul {
    display: flex;
    justify-content: space-between;
    line-height: 14px;
}
nav>ul li{
    list-style-type: none;
    line-height: 14px;
}
nav ul li a {
    text-decoration: none;
    color:black;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
}
nav ul li a:hover {
    color: #da3014;
}
.number {
    padding-top: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.number a {
    text-decoration: none;
    color: blue;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin-top: -5px;
    margin-left: 50px;
    cursor: pointer;
    font-style: italic;
}
.number a:nth-child(2) {
    margin-left: 12px;
}
.faaa {
    display: none;
}

/* mobile style */

@media screen and (max-width: 1024px) {
    header {
        min-width: 1024px;
    }
    .headblock {
        width: 100%;
        min-width: auto;
    }
    .miniheadblockone {
        margin-left: 20px;
    }
    .miniheadblocktwo {
        width: auto;
    }
    .number a {
        margin-left: 20px;
    }
    .number a:nth-child(2) {
        margin-left: 12px;
    }
    .number a:last-child {
        margin-right: 20px;
    }
    .numberandbtn>button {
        margin-right: 20px;
    }
    nav {
        margin-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    header {
        min-width: 768px;
    }
    .miniheadblockone {
        margin-left: 50px;
    }
    .miniheadblocktwo {
        width: 550px;
    }
    .number {
        flex-direction: column;
        margin-left: 60px;
        padding-top: 0;
    }
    .number>img {
        display: none;
    }
    .number>a {
        margin: 0 0 10px;
    }
    nav {
        margin: 10px;
        /* margin-right: 20px;
        position: relative; */
    }
    nav>ul {
        text-align: center;
        /* position: absolute;
        top: 0;
        right: 0; */
        /* border: 1px solid black; */
        box-sizing: border-box;
        /* padding: 20px; */
        display: block;
        /* background-color: #da3014; */
        /* color: white; */
        /* display: none; */
    }
    nav>ul>li {
        margin-bottom: 15px;
    }
    nav>ul>li:last-child {
        margin-bottom: 0;
    }
    body > header > div > div.miniheadblocktwo > div > div > a:nth-child(2) {
        margin-left: 0;
    }
    body > header > div > div.miniheadblocktwo > div > div > a:nth-child(4) {
        margin-right: 0;
    }
    .faaa {
        display: block;
        float: right;
        margin-right: 20px;
        margin-top: -10px;
        font-size: 30px;
        display: none;
    }
    .numberandbtn {
        position: relative;
    }
    .faaa:hover .navbar {
        display: block;
    }
}

@media screen and (max-width:425px) {
    header {
        min-width: 425px;
        height: auto;
    }
    .headblock {
        display: block;
    }
    .miniheadblockone {
        margin-left: 0;
        text-align: center;
    }
    .miniheadblocktwo {
        width: auto;
        text-align: center;
    }
    .numberandbtn {
        display: block;
    }
    .number {
        margin-left: 0;
    }
    body > header > div > div.miniheadblocktwo > div.numberandbtn > div > a:nth-child(4) {
        margin-bottom: 20px;
    }
    .numberandbtn>button {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .faaa {
        margin-top: -38px;
    }
}

/* end mobile style */

/* end style header */

/* style footer */

footer {
    background-color: black;
    height: 158px;
    width: 100%;
    min-width: 1468px;
}
.footblock {
    margin: 0 auto;
    width: 1140px;
    min-width: 1140px;
    display: flex;
    justify-content: space-between;
}
.minifootblockone img {
    margin-top: 34px;
    width: 80%;
}
.minifootblocktwo {
    width: 931px;
    margin-top: 34px;
}
.numberandbtntwo {
    display: flex;
    justify-content: space-between;
}
.numberandbtntwo>button {
    width: 215px;
    height: 45px;
    background-color: #da3014;
    border: none;
    color: white;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
}
.numberandbtntwo>button:hover {
    background-color: #d1d1d1;
    color: black;
}
.numbertwo {
    padding-top: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.numbertwo a {
    text-decoration: none;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin-top: -5px;
    margin-left: 50px;
    font-style: italic;
}
.numbertwo a:nth-child(2) {
    margin-left: 12px;
}
.location {
    margin-top: 16px;
    display: flex;
    color: white;
}
.location p {
    margin-left: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin-top: 3px;
}

@media screen and (max-width:1024px) {
    footer {
        min-width: 1024px;
    }
    .footblock {
        width: 100%;
        min-width: auto;
    }
    .minifootblockone {
        margin-left: 20px;
    }
    .minifootblocktwo {
        width: auto;
    }
    .numbertwo a {
        margin-left: 20px;
    }
    .numbertwo a:nth-child(2) {
        margin-left: 12px;
    }
    .numbertwo a:last-child {
        margin-right: 20px;
    }
    .numberandbtntwo>button {
        margin-right: 20px;
    }
}
@media screen and (max-width:768px) {
    footer {
        min-width: 768px;
    }
    .numberandbtntwo {
        display: block;
    }
    .numbertwo {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 425px) {
    footer {
        min-width: 425px;
        height: auto;
    }
    .footblock {
        display: block;
    }
    .minifootblockone {
        text-align: center;
    }
    .minifootblocktwo {
        text-align: center;
    }
    .numbertwo {
        flex-direction: column;
    }
    .numbertwo>img {
        display: none;
    }
    .numbertwo>a {
        margin: 0 0 10px;
    }
    .numberandbtntwo>button {
        margin: 0;
    }
    .location>img {
        display: none;
    }
    .location>p {
        margin-bottom: 30px;
    }
    body > footer > div > div.minifootblocktwo > div.numberandbtntwo > div > a:nth-child(2) { 
        margin-left: 0;
    }
    body > footer > div > div.minifootblocktwo > div.numberandbtntwo > div > a:nth-child(4) {
        margin-right: 0;
    }
}

/* end style footer */

/* style firstsectoin */

.firstblock {
    height: 650px;
    width: 100%;
    min-width: 1468px;
    background-image: url('img/fonfirstblock.png');
    background-position: center;
    background-size: cover;
    padding-top: 35px;
}
.firstblock>h1 {
    margin: 0 auto 0;
    height: 55px;
    width: 1038px;
    box-sizing: border-box;
    padding: 10px 0 14px;
    background-color: #da3014;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
}
.firstblock>p {
    margin: 14px auto 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    width: 930px;
    text-align: center;
}
.formandlist {
    margin: 54px auto 0;
    display: flex;
    justify-content: space-between;
    width: 1140px;
}
.form {
    width: 360px;
    height: 364px;
    background-color: rgba(0,0,0,0.5);
    /* opacity: 0.5; */
}
/* form {
    opacity: none;
} */
form h3 {
    margin: 42px auto 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: white;
    text-align: center;
}
.form>form input {
    height: 47px;
    width: 318px;
    background-color: white;
    margin: 25px 0 13px 21px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: black;
    box-sizing: border-box;
    padding-left: 20px;
}
.form>form input:nth-child(3) {
    margin-top: 0;
}
.form>form button {
    height: 47px;
    width: 318px;
    background-color: #da3014;
    border: none;
    color: white;
    margin-left: 21px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
}
.form>form button:hover {
    background-color: #d1d1d1;
    color: black;
}
.list {
    margin-top: 81px; 
}
.first {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 11px;
}
.first img {
    width: 68px;
}
.first p {
    color: white;
    margin-left: 30px;
    width: 292px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
}

@media screen and (max-width:1024px) {
    .firstblock {
        min-width: 1024px;
    }
    .firstblock>h1 {
        width: auto;
        margin: 0 10px;
    }
    .firstblock>p {
        width: auto;
        margin: 14px 20px 0;
    }
    .formandlist {
        width: auto;
        justify-content: space-around;
    }
}

@media screen and (max-width: 768px) {
    .firstblock {
        min-width: 768px;
        height: auto;
    }
    .firstblock>h1 {
        height: auto;
        padding-bottom: 10px;
    }
    .formandlist {
        flex-direction: column;
        align-items: center;
    }
    .list {
        margin-bottom: 20px;
    }
    .form {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 425px) {
    .firstblock {
        min-width: 425px;
    }
}

/* end style firstsectoin */

/* style secondsection */

.secondblock {
    width: 100%;
    min-width: 1468px;
}
.secondblock>div {
    width: 1170px;
    min-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aboutcomp {
    display: flex;
    align-items: center;
    width: 390px;
    box-sizing: border-box;
    height: 105px;
}
.secondblock>div>div:nth-child(2) {
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
}
.secondblock>div>div:first-child p {
    margin-left: 49px;
}
.secondblock>div>div:nth-child(2) img {
    margin-left: 52px;
    margin-right: 14px;
}
.secondblock>div>div:nth-child(3) img {
    margin-left: 52px;
    margin-right: 30px;
}
.aboutcomp p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    
}

@media screen and (max-width: 1024px) {
    .secondblock {
        min-width: 1024px;
    }
    .secondblock>div {
        width: auto;
        min-width: auto;
    }
    .aboutcomp {
        width: 33.3%;
        justify-content: center;
    }
    .secondblock>div>div:nth-child(2) {
        border-left: none;
        border-right: none;
    }
    .aboutcomp>p {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .secondblock {
        min-width: 768px;
    }
    .secondblock>div>div:first-child p {
        margin-left: 0;
    }
    .secondblock>div>div:nth-child(2) img {
        margin-left: 0;
        margin-right: 0;
    }
    .secondblock>div>div:nth-child(3) img {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 425px) {
    .secondblock {
        min-width: 425px;
    }
    .secondblock>div {
        flex-direction: column;
        align-items: unset;
    }
    .aboutcomp {
        width: auto;
        margin-left: 30%;
        justify-content: unset;
    }
}

/* end style secondsection */

/* style thirdsection */

.thirdblock {
    margin-top: 49px;
    min-width: 1468px;
}
h2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
}
.thirdblockmini {
    margin: 45px auto 0;
    width: 1429px;
    min-width: 1429px;
    display: flex;
    justify-content: center;
}
.thirdblockmini>.fa-chevron-left {
    font-size: 75px;
    color: #d1d1d1;
    cursor: pointer;
    margin-right: 43px;
    margin-top: 341px;
}
.thirdblockmini>.fa-chevron-right {
    font-size: 75px;
    color: #d1d1d1;
    cursor: pointer;
    margin-left: 43px;
    margin-top: 341px;
}
.thirdblockmini>.fa-chevron-left:hover {
    color: #da3014;
}
.thirdblockmini>.fa-chevron-right:hover {
    color: #da3014;
}
.catalog {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1140px;
}
.product {
    width: 555px;
    margin-bottom: 30px;
}
.headproduct>img:first-child {
    width: 555px;
    height: 383px;
}
.headproduct {
    position: relative;
    background-color: #f8f8f8;
}
.headproduct>.fa-arrow-left {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #d1d1d1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: absolute;
    top: 167px;
    left: 25px;
    cursor: pointer;
}
.headproduct>.fa-arrow-right {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #d1d1d1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: absolute;
    top: 167px;
    right: 25px;
    cursor: pointer;
}
.headproduct>.fa-arrow-left:hover {
    background-color: #da3014;
}
.headproduct>.fa-arrow-right:hover {
    background-color: #da3014;
}
.headproduct>img:last-child {
    position: absolute;
    top: 267px;
    left: 32px;
    border: 5px solid white;
    width: 169px;
    box-sizing: border-box;
}

.footproduct {
    background-color: #f8f8f8;
}
.footproduct>h3 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    padding-top: 23px;
}
.specifications {
    margin-top: 38px;
    display: flex;
}
.leftblock {
    margin-left: 23px;
}
.leftblock>p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.rightblock {
    margin-left: 59px;
}
.rightblock>p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}
.footproduct>button {
    margin-top: 22px;
    margin-left: 25px;
    margin-bottom: 23px;
    width: 268px;
    height: 40px;
    background-color: #da3014;
    border: none;
    text-transform: uppercase;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
}

@media screen and (max-width:1024px) {
    .thirdblock {
        min-width: 1024px;
    }
    .thirdblockmini {
        width: auto;
        min-width: auto;
    }
    .catalog {
        justify-content: center;
        width: auto;
    }
}

@media screen and (max-width:768px) {
    .thirdblock {
        min-width: 768px;
    }
}

@media screen and (max-width:425px) {
    .thirdblock {
        min-width: 425px;
    }
    body > main > section.thirdblock > div > i.fas.fa-chevron-left.btnleft {
        margin-right: 0;
    }
    .product {
        width: 330px;
    }
    .headproduct>img:first-child {
        width: 330px;
    }
    .headproduct>img:last-child {
        left: 10px;
    }
    .footproduct>h3 {
        margin-left: 170px;
    }
    body > main > section.thirdblock > div > i.fas.fa-chevron-right.btnright {
        margin-left: 0;
    }
}

/* end style thirdsection */

/* style fourthsection */

.fourthblock {
    background-color: #f8f8f8;
    width: 100%;
    min-width: 1468px;
}
.fourthblockmini {
    width: 1468px;
    min-width: 1468px;
    margin: 0 auto;
}
.fourthblockmini>h2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    padding-top: 57px;
}
.installation {
    /* width: 750px; */
    margin: 61px 0 0 554px;
}
.installmini {
    display: flex;
    align-items: center;
    margin-top: 48px;
}
.installmini>p {
    margin-left: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 24px;
    width: 660px;
}
.installation>div {
    margin-bottom: 42px;
}

.consultation {
    width: 100%;
    background-image: url('img/fon.png');
    background-size: contain;
    height: 340px;
    position: relative;
}
.consultation>img {
    position: absolute;
    bottom: 0;
    left: 143px;
}
.consultation>h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: white;
    margin: 0 27px 0 554px;
    padding-top: 65px;
    width: 653px;
}
.consultation>form {
    width: 653px; 
    margin: 27px 27px 0 554px;
}
.consultation>form>input {
    height: 50px;
    width: 293px;
    box-sizing: border-box;
    border: none;
    padding-left: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 23px;
    margin-right: 40px;
}
.consultation>form>input:nth-child(2) {
    margin-right: 0;
}
.consultation>form>button {
    height: 50px;
    width: 631px;
    background-color: #da3014;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
}

.advantages {
    width: 1140px;
    margin: 56px auto;
    display: flex;
    justify-content: space-between;
}
.advmini {
    margin-bottom: 56px;
}
.advmini>p {
    width: 230px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .fourthblock {
        min-width: 1024px;
    }
    .fourthblockmini {
        width: auto;
        min-width: auto;
    }
    .installation {
        margin-left: 150px;
        width: auto;
    }
    .consultation {
        background-size: cover;
    }
    .consultation>h2 {
        margin-left: 0;
        text-align: center;
        width: auto;
    }
    .consultation>img {
        display: none;
    }
    .consultation>form {
        margin-left: 180px;
    }
    .advantages {
        width: auto;
    }
}

@media screen and (max-width:768px) {
    .fourthblock {
        min-width: 768px;
    }
    .installation {
        margin-left: 5px;
    }
    .consultation>form {
        margin-left: 50px;
    }
    .advantages {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .advmini {
        margin-left: 20px;
    }
}

@media screen and (max-width: 425px) {
    .fourthblock {
        min-width: 425px;
    }
    .consultation>form {
        margin-left: 10px;
        width: auto;
        text-align: center;
    }
    .consultation>form>input {
        margin-right: 0;
    }
    .consultation>form>button {
        width: 293px;
        margin-bottom: 20px;
    }
    .consultation {
        height: auto;
    }
}

/* end style fourthsection */

/* style fifthsection */

.fifthblock {
    width: 100%;
    min-width: 1468px;
}
.fifthblockmini {
    width: 1429px;
    min-width: 1429px;
    margin: 63px auto 0;
    display: flex;
    justify-content: center;
}
.fifthblock>h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}
.ourjobs {
    width: 1140px;
    margin: 41px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.job {
    width: 555px;
}
.headblockjob {
    position: relative;
}
.headblockjob>img {
    width: 556px;
    height: 315px;
}
.headblockjob>.fa-arrow-left {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #d1d1d1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: absolute;
    top: 133px;
    left: 8px;
    z-index: 5;
    cursor: pointer;
}
.headblockjob>.fa-arrow-right {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #d1d1d1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: absolute;
    top: 133px;
    right: 8px;
    z-index: 5;
    cursor: pointer;
}
.headblockjob>.fa-arrow-left:hover {
    background-color: #da3014;
}
.headblockjob>.fa-arrow-right:hover {
    background-color: #da3014;
}
.frame {
    width: 510px;
    height: 355px;
    box-sizing: border-box;
    border: 4px solid #e8e8e8;
    position: absolute;
    top: 27px;
    left: 23px;
}
.footblockjob {
    margin-top: 23px;
}
.footblockjob>p {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 78px;
}
.fifthblockmini>.fa-chevron-left {
    font-size: 75px;
    color: #d1d1d1;
    cursor: pointer;
    margin-right: 44px;
    margin-top: 368px;
}
.fifthblockmini>.fa-chevron-right {
    font-size: 75px;
    color: #d1d1d1;
    cursor: pointer;
    margin-left: 44px;
    margin-top: 368px;
}
.fifthblockmini>.fa-chevron-left:hover {
    color: #da3014;
}
.fifthblockmini>.fa-chevron-right:hover {
    color: #da3014;
}

@media screen and (max-width:1024px) {
    .fifthblock {
        min-width: 1024px;
    }
    .fifthblockmini {
        width: auto;
        min-width: auto;
    }
    .ourjobs {
        width: auto;
        justify-content: center;
    }
}

@media screen and (max-width:768px) {
    .fifthblock {
        min-width: 768px;
    }
}

@media screen and (max-width:425px) {
    .fifthblock {
        min-width: 425px;
    }
    body > main > section.fifthblock > div > i.fas.fa-chevron-left.btnleftnew {
        margin-right: 0;
    }
    .job {
        width: 340px;
    }
    .headblockjob>img {
        width: 340px;
    }
    .frame {
        width: 292px;
    }
    body > main > section.fifthblock > div > i.fas.fa-chevron-right.btnrightnew {
        margin-left: 0;
    }
    .footblockjob>p {
        width: 200px;
        margin: 0 auto;
    }
    .footblockjob {
        margin-top: 10px;
    }
}

/* end style fifthsection */

/*style sixthsection  */

.sixthblock {
    width: 100%;
    margin-bottom: 58px;
}
.sixthblockmini {
    width: 1468px;
    min-width: 1468px;
    /* height: 237px; */
    margin: 0 auto;
    background-image: url('img/fontwo.png');
    background-size: contain;
    box-sizing: border-box;
    padding-top: 58px;
}
.sixthblockmini>h2 {
    text-align: center;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 20px;
}
.sixthblockmini>p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: white;
    text-align: center;
    padding-bottom: 20px;
    
}
.sixthblockmini>form {
    width: 945px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 20px;
}
.sixthblockmini>form>input {
    height: 50px;
    width: 293px;
    box-sizing: border-box;
    padding-left: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.sixthblockmini>form>button {
    height: 50px;
    width: 263px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: white;
    background-color: #da3014;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .sixthblockmini {
        min-width: 1024px;
        width: auto;
        background-size: cover;
    }
}

@media screen and (max-width: 768px) {
    .sixthblockmini {
        min-width: 768px;
        height: auto;
    }
    .sixthblockmini>form {
        display: block;
        width: auto;
        text-align: center;
    }
    .sixthblockmini>form>input {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    #form4 > button {
        width: 293px;
        margin-bottom: 20px;
    }
    #form1 > button {
        width: 293px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 425px) {
    .sixthblockmini {
        min-width: 425px;
    }
}

/*end style sixthsection  */

/* style seventhsection */

.seventhblock {
    width: 100%;
    min-width: 1468px;
    background-color: #f8f8f8;
    box-sizing: border-box;
    padding-top: 47px;
}
.seventhblockmini {
    width: 1140px;
    min-width: 1140px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
}
.seventhblock>h2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 35px;
}
.review {
    width: 1005px;
    background-color: white;
    margin-bottom: 53px;
}
.headreview {
    display: flex;
}
.photoreview {
    margin: 39px 30px 0 30px;
}
.photoreview>img {
    width: 164px;
    height: 164px;
    border-radius: 82px;
}
.textreview>h4 {
    margin-top: 39px;
    margin-bottom: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
}
.textreview>p {
    width: 749px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 32px;
}
.footreview {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-around;
}
.footreview>img {
    width: 166px;
    height: 166px;
    cursor: pointer;
}
.seventhblockmini>.fa-chevron-left {
    font-size: 75px;
    color: #d1d1d1;
    cursor: pointer;
    margin-right: 40px;
    margin-top: 147px;
}
.seventhblockmini>.fa-chevron-right {
    font-size: 75px;
    color: #d1d1d1;
    cursor: pointer;
    margin-left: 40px;
    margin-top: 147px;
}
.seventhblockmini>.fa-chevron-left:hover {
    color: #da3014;
}
.seventhblockmini>.fa-chevron-right:hover {
    color: #da3014;
}

@media screen and (max-width:1024px) {
    .seventhblock {
        min-width: 1024px;
    }
    .seventhblockmini {
        width: auto;
        min-width: auto;
    }
    .review {
        width: auto;
    }
    .textreview>p {
        width: auto;
    }
}

@media screen and (max-width:768px) {
    .seventhblock {
        min-width: 768px;
    }
}

@media screen and (max-width: 425px) {
    .seventhblock {
        min-width: 425px;
    }
    body > main > section.seventhblock > div > i.fas.fa-chevron-left.btnleftnewnew {
        margin-right: 0;
    }
    .review {
        width: 330px;
    }
    .headreview {
        flex-direction: column;
        align-items: center;
    }
    .footreview {
        flex-wrap: wrap;
    }
    body > main > section.seventhblock > div > i.fas.fa-chevron-right.btnrightnewnew {
        margin-left: 0;
    }
}

/* end style seventhsection  */

/* style eighthsection */

.eighthblock{
    min-width: 1468px;
}
.eighthblockmini {
    box-sizing: border-box;
    padding-top: 56px;
}
.eighthblockmini>h2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 48px;
}
.causes {
    width: 1170px;
    min-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 58px;
}
.causeleft {
    position: relative;
    margin-right: 30px;
}
.causeleft>img:last-child {
    position: absolute;
    bottom: 76px;
    right: 27px;
}
.cause {
    display: flex;
    align-items: flex-start;
}
.cause>div {
    width: 690px;
    padding-left: 15px;
}
.causeright>div:first-child div {
    padding-left: 34px;
}
.cause>div>p {
    padding-bottom: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.cause>div>h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .eighthblock {
        min-width: 1024px;
    }
    .causes {
        width: auto;
        min-width: auto;
    }
    .causeleft {
        display: none;
    }
    .causeright {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .eighthblock {
        min-width: 768px;
    }
}

@media screen and (max-width: 425px) {
    .eighthblock {
        min-width: 425px;
    }
    .cause>div {
        width: auto;
    }
}

/* end style eighthsection */

/* style ninthsection */

.ninthblock {
    margin-bottom: 51px;
}

/* end style ninthsection */

/* style call */

.fixed-overlay {
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: none;
}
.fixed-overlaytwo {
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
}
.fixed-overlayThree {
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: none;
}
.modal {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -277px;
    margin-top: -183px;
}
body > div.fixed-overlayThree > div {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -500px;
    margin-top: -250px;
}
body > div.fixed-overlayThree > div > div {
    width: 1000px;
    height: 500px;
    background: 
    /* используется только один цвет */ 
    linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ),
    /* под градиентом, изображение */
    url(fonn.jpg);
    background-position: center;
    background-size: cover;
}
body > div.fixed-overlayThree > div > div > h1 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    padding: 70px 0 20px;
    color: white;
}
body > div.fixed-overlayThree > div > div > h2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    padding: 70px 0 20px;
    color: white;
}
body > div.fixed-overlayThree > div > div > p {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 30px;
    padding-left: 50px;
    color: white;
    font-style: italic;
    text-align: center;
}
#form5 {
    margin: 0 auto;
    width: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#form5>input {
    box-sizing: border-box;
    border: 1px solid #dddddd;
    height: 47px;
    width: 420px;
    padding-left: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 12px;
    margin-bottom: 40px;
}
#form5 > button {
    width: 420px;
    border: none;
    background-color: #da3014;
    color: white;
    height: 63px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}
#form5 > button:hover {
    background-color: #d1d1d1;
}
.call {
    width: 554px;
    height: 367px;
    background-color: white;
    border-radius: 100px;
}
.call>img {
    width: 554px;
    height: 367px;
}
.call>i {
    position: absolute;
    top: 48px;
    right: 43px;
    color: #d1d1d1;
    font-size: 37px;
    cursor: pointer;
}
.call>i:hover {
    color: #da3014;
}
.call>h2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    padding: 51px 0 10px;
}
.call>p {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 29px;
}
.call>form {
    width: 420px;
    margin: 0 auto;
}
.call>form>input {
    box-sizing: border-box;
    border: 1px solid #dddddd;
    height: 47px;
    width: 420px;
    padding-left: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 12px;
}
.call>form>button {
    width: 420px;
    border: none;
    background-color: #da3014;
    color: white;
    height: 63px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}


/* end style call */

@media screen and (max-width: 320px) {
    header {
        min-width: 425px;
        height: auto;
    }
    footer {
        min-width: 425px;
        height: auto;
    }
    .firstblock {
        min-width: 425px;
    }
    .secondblock {
        min-width: 425px;
    }
    .thirdblock {
        min-width: 425px;
    }
    .fourthblock {
        min-width: 425px;
    }
    .fifthblock {
        min-width: 425px;
    }
    .sixthblockmini {
        min-width: 425px;
    }
    .seventhblock {
        min-width: 425px;
    }
    .eighthblock {
        min-width: 425px;
    }
}
body > header > div > div.miniheadblocktwo > div > button:hover,  .callme:hover, #form40 > button:hover, #form4 > button:hover, #form1 > button:hover, body > footer > div > div.minifootblocktwo > div.numberandbtntwo > button:hover {
    background-color: #d1d1d1;
    color: black;
}