body {
    font-family: 'Montserrat', sans-serif;
    background-color: #F5F7FA;
}

a {
    text-decoration: none;
}

.main-container {
    display: flex;
    flex-direction: row-reverse;
    width: 1200px;
    background-color: #fff;
    margin: 40px auto;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}


/* <!-- My lang --> */

.button-leng {
    list-style-type: none;
    display: flex;
    border-bottom: #595959;
}

/* =============================================== */
.carousel {
    width: 80%;
    margin: auto
}
/* =============================================== */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}


/* Hide default HTML checkbox */

.switch input {
    display: none;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1E2939;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #FB6D3A;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #1E2939;
}

input:focus+.slider {
    box-shadow: 0 0 1px #1E2939;
    ;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 0px;
}

.slider.round:before {
    border-radius: 0%;
}


/* =================================== */


/* main-contant-section */

.main-contant-section {
    padding: 20px 0px;
    margin: 0px 40px 0 40px;
}

.about-me-section {
    margin-bottom: 40px;
}

.about-my-profession {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 17px;
    color: #000;
    margin-bottom: 20px;
}

.about-my-name {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    color: #000;
    margin-bottom: 25px;
}

.about-my-description {
    width: 730px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

.mein-content-title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 15px;
}

.my-projects-section {
    margin: 0 0 0px 0;
}

.my-projects-list {
    padding: 0 0 0 18px;
}

.my-projects-item {
    color: #000;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}

.my-projects-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    margin-left: 5px;
}

.my-projects-breket {
    color: #000;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}


/* my-work-experience */

.my-work-experience-company {
    color: #000000;
}

.my-work-experience-position {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

.my-work-experience-period {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #A8A8A8;
    margin: 0 0 10px 0;
}

.my-work-experience-divider {
    color: #000;
}

.my-work-experience-duties {
    padding: 0 0 0 19px;
}

.my-work-experience-duti {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #595959;
}

.my-work-experience-company-block {
    margin: 0 15px 0 0;
}


/* my-education-section */

.my-education-section {}

.my-education-list {
    padding: 0 0 0 0px;
    list-style-type: none;
}

.my-education-experience {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin: 0 0 10px 0;
}

.my-education-specialty {
    margin: 0 0 5px 0;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.my-education-period {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #A8A8A8;
    margin: 0 0 15px 0;
}


/* sidebar-section */

.sidebar-section {
    background: #1e2939;
    padding: 40px 0px 0px 40px;
    margin-right: auto;
}

.contacts-selection,
.tech-skills-selection,
.git-selection,
.soft-skills-selection {
    margin: 40px 0 0 0px;
}

.sidebar-title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 10px;
}


/* contacts-section */

.contact-selection-type {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-right: 7px;
}

.contact-selection-link {
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
}

.tech-skills-list {
    padding: 0 0 0 17px;
}

.tech-skills-item,
.soft-skills-item {
    color: #fff;
}

.tech-skills-item-text,
.soft-skills-item-text,
.git-selection {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

.git-selection-link {
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
}