@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');

body{
background-color: #172627;
font-family: "Open Sans"
}
p{
    margin: 0;
}
header{
    max-width: 100%;
    margin: auto;
    height: 90px;
    background-color: #172627;
    overflow: hidden;

}
a{
    text-decoration: none;
}
.he-con1{
    padding-top: 20px;
}
.he-con{
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    overflow: hidden;
    max-width: 1366px;
    z-index: 100;
    justify-content: space-around;
    background-color: #172627;
    padding-top: 10px;
    padding-bottom: 10px;
}
.he-logo{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    background-color: #172627;
}
.logo{
    margin-right: 15px;
    width: 72px;
    height: 72px;
    background-image: url(/img/logo.svg);
    background-position: center;
    background-size: cover;
}
.logoName{
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    border-left: 4px solid #20CD8D;
    margin-right: 20px;
    padding-left: 8px;
    margin-top: 5px;
    border-bottom: 0 solid #E6DBBE;
    border-top-right-radius: 25px;
}
.nav-bar{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    font-size: 18px;
    padding-bottom: 7px;
    margin-top: 5px;
    /* border-bottom: 4px solid #424242; */
    width: 60%;
    background-color: #E6DBBE;
    padding: 15px;
    background-color: #20CD8D;
    border-radius: 25px;
}
.menu{
    color: white;
    font-weight: 800;
    font-size: 22px;
    margin-right: 3%;
    /* text-align: center; */
    margin-left: 3%;
}
.ma-cont{
    max-width: 1300px;
    margin: auto;
}
.name, .slogan {
    display: flex;
    justify-content: center;
}
#main-name{
    margin-top: 80px;
}
.name{
    margin-top: 100px;
    text-align: center;
}
.slogan{
    margin-bottom: 35px;
}
.name p{
    color: #EAEDEC;
    font-size: 50px;
    line-height: 1.39940297em;
    font-weight: 700;
}
.slogan, .bl p{
    line-height: 1.36547316em;
    color: #000000;
    font-size: 28px;
    font-weight: bold;
}
.start-cont{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 70px;
}
.bl-cont{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 20px;
    margin: 15px
}
.bl-cont1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bl{
    background-color: #20CD8D;
    border-radius: 25px;
    border: 2px black solid;
    display: flex;
    flex-direction: column;
    align-content: space-between;
}
#tow-cont{
    height: 80%;
    align-self:end;
}
.bl2{
    height: 307px;
    width: 277px;
    
}
.bl-marg{
    margin-top: 25px;
}
.bl21{
    height: 207px;
    width: 277px;
}
.bl22{
    height: 137px;
    width: 277px;
}
.bl p{
    width: 95%;
    margin: auto;
    text-align: center;
    line-height: 1.36658373em;
    margin-top: 25px;
}
#tow{
    font-size: 23px;
    color: #ffffff;
    text-transform: uppercase;
}

#call-req-a{
    text-decoration: none;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    max-width: 70%;
    margin: auto;
    text-align: center;
    border-radius: 45px;
    border: 4px black solid;
}
.arrow-cont{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.arrow{
    width: 53px;
    height: 53px;
}
.bl1{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E6DBBE;
}
.miss-cont{
    margin-top: 30px;
    display: flex;

}
#miss-cont{
    width: 50%; 
    margin-left: 2%;  
}
.miss-cont p {
    font-size: 24px;
    line-height: 1.37500859em;
    font-weight: bold;
    margin: auto;
}
.miss-img{
    display: flex;
}
.miss-img-cont{
    padding: 25px;
    border: 4px black solid;
    border-radius: 25px;
    background-color: #20CD8D;
    margin-left: 12%;

}
.chap-name p{
    font-size: 32px; 
    text-align: center;
    margin: 30px;
    font-weight: bold;
}
.chap-name{
    margin-top: 60px;
    margin-bottom: 40px;
    background-color: #20CD8D;
    border: 4px solid black;
    border-radius: 45px;

}
.rows-cont{
    max-width: 95%;
    margin: auto;
}
.row-dow-files-cont{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 30px;
}
.row-dow-file-size{
    width: 549px;
    height: 90px;
    text-decoration: underline;
}
.row-dow-file{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    border-radius: 40px;
    padding-right: 15px;
}
.row-dow-file img{
    height: 50px;
    width: 50px;
    margin-left: 40px;
    margin-right: 10px;
}
.row-dow-file-size1{
    width: 70%;
    border: none;
}
.row-dow-file-size1 p{
    text-align: left;
}
.row-dow-file-head{
    display: flex;
    justify-content: start;
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    width: 25%;
    
}
.porsa{
    font-size:22px;
}

.row-dow-files-desc{
    padding: 15px;
}
.row-dow-file-head p, .row-dow-file-size1 p{
    margin-top: 10px;
    margin-bottom: 10px;
}
.row-dow-file-head p{
    color: white;
    text-align: left;
}
.rows-of{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 150px;
}
.of-cont{
    width: 30%;
    flex-direction: row;
    align-items: center;
}
.of-cont a{
    margin: 10px;
    text-decoration: underline;
    line-height: 1.3977098em;
    color: #000000;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.miss-cont1{
    align-items: center;
    margin-top: 80px;
}
#bl3{
   text-align: center;
   font-size: 26px; 
}
.wrap{
    max-width: 650px;
}

.bl4 .first {
    margin-top: 25px;
}
.bl4 .last {
    margin-bottom: 25px;
}
.nomargin{
    margin: 0;
}
.row-info-files-cont{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.row-info-files-cont img{
    position: absolute;
    left: 40%;
    z-index: 0;
}
.row-dow-file-size2{
    max-width: 35%;
    margin-top: 5px;
    margin-right: 5%;
    margin-left: 5%;
}

.row-dow-file-size2 p{
    margin: 20px;
}
#right, #right1 {
    align-self: end;
    z-index: 10;
}
#left, #left1  {
    z-index: 10;
}
#ZY1540{
    font-size: 17px;
}
#PMN{
    font-size: 18px;
}
#lis{
    font-size: 22px;
}
#gas-small{
    font-size: 25px;
}
.inv{
    background-color: #172627;
    border: none;
}
.podwal-cont{
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 30px;
}
.forma1{
    margin-left: 7%;
    font-size: 22px;
    font-weight: 700;
    color: #EAEDEC;
}
.forma2{
    margin-top: 10px;
    margin-left: 3%;
    font-size: 26px;
    font-weight: 700;
    color: #EAEDEC;
}
.forma3{
    margin-top: 6px;
    margin-left: 7%;
    font-size: 20px;
    font-weight: 700;
    color: #EAEDEC;
    max-width: 450px;
}
.form-zvonok input{
	padding: 10px 15px;
	margin-top: 10px;
}
.obratnuj-zvonok{
	width: 100%;
	max-width: 350px;
}
.form-zvonok{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0 20px;
	box-sizing: border-box;
}
.form-zvonok div{
	padding: 15px 0;
}
.bot-send-mail{
	box-sizing: border-box;
	width: 100%;
}
.form-zvonok label,.form-zvonok input{
	width: 100%;
	box-sizing: border-box;
}
.form-zvonok label{
	margin-bottom: 5px;
	font-weight: bold;
}
.form-zvonok input{
	padding: 10px 15px;
	margin-top: 10px;
}
.form-zvonok label span{
	color: red;
}
.form-zvonok .bot-send-mail{
	padding: 15px;
	margin-top: 10px;
	background: none;
	border: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	background-color: #20CD8D;
	cursor: pointer;
	border: 2px #000000 solid;
	border-radius: 25px;
}
.form-zvonok .bot-send-mail:hover{
	color: #75D16D;
	background-color: #fff;
}
input{
    border-radius: 25px;
    background-color: #20CD8D;
}
.input-text{
    height: 150px;
}
label{
    font-family: "Open Sans";
    font-size: 18px;
    color: #EAEDEC;
}
footer{
  background-color: #20CD8D;
}
.foot-cont{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    max-width: 1300px;
    margin: auto;
}
.foo{
    text-align: end;
}
body{
    margin: 0;
}