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

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

*{
    margin: 0;
    padding: 0;
}


body {
    background-color: #2E2E2E;
    margin: 0;
    padding: 0;

}
a {
    text-decoration: none;
}

/* start header (logo, naw) (Tuznichenko)*/

.firstSection {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    background-color: #DCE7EA;
    background-image: url(../img/01_OnePage.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container_firstSection {
    width: 85%;
    height: 100%;
    display: flex;
    flex-direction: column;

}

.header_firstSection {
    width: 100%;
    /*height: 10%;*/
    padding: 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.nav_firstSection {
    width: 60%;
    display: flex;
    justify-content: space-between;
}

.nav_firstSection_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    text-transform: uppercase;

}

.nav_firstSection_wrapper a {
    color: #000;
}

.nav_firstSection_wrapper a:hover {
    color: #00D3CE;

}

.content_firstSection {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.content_firstSection_text {
    width: 40%;
    margin-top: 20vh;

}

a.firstSection_button {
    padding: 15px 30px;
    line-height: 5;
    cursor: pointer;
    color: #E0EAEC;
    background: #01DFD7;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;




}
/* end header (logo, naw) (Tuznichenko)*/


/* Form"Need a Project" + Footer (Getman task)*/


.section_form {
    width: 100%;
    background-color: #f5f5f5;
    margin: 0 auto;
}

.container_form {
    max-width: 670px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-top: 70px;
}
.title_form p {
    font-family: NunitoSans;
    font-size: 16px;
    color: #787878;
    line-height: 24px;
    margin: 40px 0 40px 0;
}

.title_form {
    margin: 0 auto;
    width: 73%;
    text-align: center;
}

.main_title_form {
    font-family: Monsterrat;
    font-size: 30px;
    color: #171717;
}
.flex_input {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.flex_input input{
    height: 50px;
    max-width: 320px;
    width: 100%;
    box-sizing: border-box;
}
input {
    font-family: NunitoSans;
    border: 0;
    cursor: pointer;
    color: #2E2E2E;
    font-size: 15px;
    line-height: 1.4;
    padding: 10px;
    margin-bottom: 30px;
}

input[name=title] {
    width: 100%;
    font-family: NunitoSans;
    color: #787878;
    height: 30px;
}
textarea {
    font-family: NunitoSans;
    color: #787878;
    width: 100%;
    border: 0;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.4;
    resize: none;
    padding: 10px;
    margin-bottom: 20px;
    height: 170px;
}
.submit_div {
    display: flex;
    justify-content: center;
}
input[type=submit] {
    font-family: Monsterrat;
    font-size: 12px;
    background-color: #10c9c3;
    border: 0;
    cursor: pointer;
    color: white;
    line-height: 1.4;
    padding: 15px;
    width: 180px;
    text-transform: uppercase;
    margin-bottom: 105px;
}

.footer {
    padding: 100px;
    background-color: #141414;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.col1 h4 {
    color: #ffffff;
    font-family: NunitoSans;
    font-size: 15px;
    margin-bottom: 25px;
}
.col1 p {
    color: #b1b1b1;
    line-height: 24px;
}
.col2, .col3, .col4, .col5 {
    color: #b1b1b1;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    font-family: NunitoSans;
    font-size: 15px;
}
.col2 a {
    color: #b1b1b1;
}
.col3 a {
    color: #b1b1b1;
}
.col4 a {
    color: #b1b1b1;
}
.col5 a {
    color: #b1b1b1;
}

/*==============================style for Contact Info==========================*/

#ContactInfo{
    width: 100%;
    background-color: #f5f5f5;
    margin: 0 auto;
}

#ContactInfo .header_firstSection{
    background: white;
    width: 100%;
}

#ContactInfo .header_firstSection .headerCenter{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#ContactInfo .ContactInfoContWrap{
    max-width: 1170px;
    width: 100%;
    margin: 100px auto 0;
}

#ContactInfo .flexWrapper{
    display: flex;
    justify-content: space-between;
}

#ContactInfo .ContactInfoCont{
    max-width: 370px;
    width: 100%;
}

#ContactInfo .nameContactInfo {
    font-family: Monsterrat;
    font-size: 30px;
    color: #171717;
}

#ContactInfo .textContactInfo{
    font-family: NunitoSans;
    font-size: 16px;
    color: #787878;
    line-height: 24px;
    margin: 40px 0 0 0;
}

#ContactInfo .listContactInfo{
    list-style-type: none;
    padding-inline-start: 0px;
    margin: 40px 0 0 0;
}

#ContactInfo .listContactInfo li a{
    text-decoration: none;
    font-family: Monsterrat;
    font-size: 16px;
    color: #171717;
    line-height: 36px;
    word-spacing: 3px;
}

#ContactInfo .listContactInfoItem{
    font-family: NunitoSans;
    color: #787878;
}

#ContactInfo #ContactInfoForm{
    max-width: 670px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#ContactInfo #ContactInfoForm input{
    height: 50px;
    margin-bottom: 30px;
}

#ContactInfo #ContactInfoForm .flexWrapper input{
    max-width: 320px;
    width: 100%;
    box-sizing: border-box;
}

#ContactInfo #ContactInfoForm input[placeholder],
#ContactInfo #ContactInfoForm textarea[placeholder]{
    font-family: NunitoSans;
    color: #787878;
}

#ContactInfo #ContactInfoForm input[type=submit]{
    font-family: Monsterrat;
    font-size: 12px;
}

#ContactInfo #ContactInfoForm textarea{
    width: auto !important;
    height: 170px;
}

#ContactInfo #wrapperMap{
    margin: 100px 0 0 0;
    padding-bottom: 100px;
}

#ContactInfo .footer{
    margin: 100px 0 0 0;
}
/*===================================Section services=====================================*/
#services {
    height: 540px;
    width: 100%;
    position: relative;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;

}
.services {

    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;

}
.row {
    width: 30%;
    height: 50%;
    text-align: center;
}
img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.name {
    font-family: 'Montserrat:400', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 30px;
}
.text {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    color: #787878;
    line-height: 24px;
}

/*===============================================================================*/
/*===================================Section 4=====================================*/
.block-main{
  /* max-width: 1366px;*/
    height: 240px;
    margin: 0 auto;
    background: #10c9c3;
    color:#fff;
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    align-items:center;
}
.block-main p{
    text-transform: uppercase;
}

.number{
    font-size: 18px;
    align-self: flex-start;
    margin-left: 20px;
}
.skills{
    font-size: 12px;
    align-self: flex-end;
    margin-left: -30px;
}
.icon{

}
#portfolio{
    max-width: 230px;
    display: flex;
}
#clock{
    max-width: 230px;
    display: flex;
}
#star{
    max-width: 230px;
    display: flex;
}
#like{
    max-width: 230px;
    display: flex;
}
/*===================================end Section 4=====================================*/
/*===================================start KlochkoRP about as=====================================*/


.avatar{
    display: block;
    margin: auto;
}
.mainBox_KlochkoRP {

    width: 100%;
    background-color: #ffffff;
}
.centerBoxContent1{
    text-align: center;
    background-color: #ffffff;
    height: 440px;
    color: #171717;

}
.centerBoxContent2{

    background-color: #ffffff;

    background-image:url(../img/photo/Avatar02.jpg);
background-size: 100%;
padding-bottom: 100px;


}
.centerBoxContent3{

    background-color: #ffffff;





}
.centerBoxContent31{

    background-color: #ffffff;
    background-size: 100%;
    background-image:url(../img/photo/Avatar04.jpg);

    height: 164px;
    margin-left: 15%;
    margin-right: 15%;
    padding: 30px;


}
.BoxText{
    padding-top: 100px;
    padding-bottom: 40px;
}
.box__body__box {
    padding-top: 3%;
    overflow: hidden;
}
.text3 {
    font: 12pt calibri;
    color: #171717;
}
.box__body__box__data {
    width: 36%;
    height: 15%;
    padding-left: 100px;
}
.row__skills {
    margin-top: 5%;
    height: 7px;
    width: 100%;
    float: left;
    background: #d8d8d8;
}
.row__skills2__1 {
    margin-top: 0%;
    height: 100%;
    width: 75%;
    background: #10c9c3;
}
.row__skills2__2 {
    margin-top: 0%;
    height: 100%;
    width: 90%;
    background: #10c9c3;
}
.row__skills2__3 {
    margin-top: 0%;
    height: 100%;
    width: 65%;
    background: #10c9c3;
}

/*===================================end KlochkoRP about as=====================================*/
/*===================================start KlochkoRP slider=====================================*/

#slider-wrapper {
    width: 100%;
    height: 470px;
    margin: 0px auto;
    position: relative;
    margin-bottom: 0px;
    background: #10c9c3;
    overflow: hidden;


}
#s1 {
    padding: 6px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    bottom: 25px;
    margin-left: -36px;
    border-radius: 20px;
    opacity: 0.3;
    cursor: pointer;
    z-index: 999;
}
#s2 {
    padding: 6px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    bottom: 25px;
    margin-left: -12px;
    border-radius: 20px;
    opacity: 0.3;
    cursor: pointer;
    z-index: 999;
}
#s3 {
    padding: 6px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    bottom: 25px;
    margin-left: 12px;
    border-radius: 20px;
    opacity: 0.3;
    cursor: pointer;
    z-index: 999;
}
#s4 {
    padding: 6px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    bottom: 25px;
    margin-left: 36px;
    border-radius: 20px;
    opacity: 0.3;
    cursor: pointer;
    z-index: 999;
}
#s1:hover,
#s2:hover,
#s3:hover,
#s4:hover {
    opacity: .50;
}
.inner-wrapper {
    width: 940px;
    height: 470px;
    position: absolute;
    top: 0;
    left: calc(50% - 470px);


    margin-bottom: 0px;
    overflow: hidden;
}
.control {
    display: none;
}
#Slide1:checked ~ .overflow-wrapper {
    margin-left: 0%;
}
#Slide2:checked ~ .overflow-wrapper {
    margin-left: -100%;
}
#Slide3:checked ~ .overflow-wrapper {
    margin-left: -200%;
}
#Slide4:checked ~ .overflow-wrapper {
    margin-left: -300%;
}
#Slide1:checked + #s1 {
    opacity: 1;
}
#Slide2:checked + #s2 {
    opacity: 1;
}
#Slide3:checked + #s3 {
    opacity: 1;
}
#Slide4:checked + #s4 {
    opacity: 1;
}
.overflow-wrapper {
    width: 400%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slide img {
    width: 25%;
    float: left;
}

/*===================================end KlochkoRP slider=====================================*/