@font-face {
    font-family: 'AvenirNextCyrR';
    src: url('../../fonts/AvenirNextCyr-Regular.woff');
}

@font-face {
    font-family: 'AvenirNextCyrB';
    src: url('../../fonts/AvenirNextCyr-Bold.woff');
}

@font-face {
    font-family: 'AvenirNextCyrL';
    src: url('../../fonts/AvenirNextCyr-Light.woff');
}
/*col-md-7*/
.start-screen {
    display: block;
}
.wrap-header {
    display: flex;
    justify-content: center;
    padding: 22px 0 82px 0;
}
.wrap-header > img{
    filter: invert(1);
}

.bg-start-screen {
    background: #3911a6;
    /*background: url('../../images/bg.png') center;*/
    background-size: cover;
    padding-bottom: 222px;
    border-top: 20px solid #fff;
}
.content-bg-s {
    padding: 0 0 0 80px;
}
.subtitle {
    font-size: 26px;
    font-family: 'AvenirNextCyrB', sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    padding: 100px 0 0 100px;
}

.bg-start-screen .content-bg-s h1 {
    font-size: 80px;
    font-family: 'AvenirNextCyrB', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1;
    padding: 20px 0 0 96px;
    max-width: 800px;
}

.project-name {
    font-size: 14px;
    font-family: "AvenirNextCyrL", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    padding: 110px 0 0 100px;
    display: flex;
}

.wrap-input-button {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 600px;
    margin-left: 100px;
    border-bottom: 1px rgba(255, 255, 255, .3) solid;
}

.project-input {
    font-size: 30px;
    font-family: "AvenirNextCyrR", sans-serif;
    color: rgba(255, 255, 255, 0.666);
    line-height: 1.5;
    background: transparent;
    border: unset;
    width: 100%;
}
input#name-system:focus {
    outline: unset;
}
.button-create,
.button-load {
    border-radius: 3px;
    background-color: #e11d22;
    font-size: 14px;
    font-family: "AvenirNextCyrB", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    text-align: center;
    padding: 6px 28px;
    border: 1px solid #e11d22;
    margin: 0 0 6px 0;
}

a.button-create:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.placeholders  .example {
    font-size: 14px;
    font-family: "AvenirNextCyrR", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    padding: 4px 0 0 100px;
}
.placeholders {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 700px;

}
.placeholders p span{
    background-color: rgb(255, 255, 255);
    padding: 2px 8px;
    border-radius: 12px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.placeholders p {
    font-size: 12px;
    font-family: "AvenirNextCyrL", sans-serif;
    color: rgba(255, 255, 255, 0.702);
    line-height: 1.5;
    padding-top: 4px;
}
.wrap-loadbutton{
    padding: 36px 0 0 100px;
}
/*col-md-5*/
.template {
    padding: 100px 0 0 0;
}
.wrap-loadbutton .title,
.template .title {
    font-size: 26px;
    font-family: "AvenirNextCyrB", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.5;
}
p.content{
    font-size: 14px;
    font-family: "AvenirNextCyrL", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    max-width: 370px;
}
.item-template {
    border-radius: 3px;
    background: rgb(255, 255, 255);
    margin: 4px;
    min-width: 174px;
    cursor: pointer;
}
.group-sl {
    display: flex;
    max-width: 472px;
    flex-wrap: wrap;
}
.wrap-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wrap-img img {
    padding: 18px 0 0 0;
}
.wrap-img p {
    font-size: 14px;
    font-family: "AvenirNextCyrR", sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1.5;
}
.group-sl .description {
    font-size: 13px;
    font-family: "AvenirNextCyrR", sans-serif;
    color: #888;
    padding: 6px;
    margin-bottom: 2px;
    text-align: center;
}
.group-sl .description span {
    display: block;
}
.group-sl .wrap-href {
    font-size: 18px;
    font-family: "AvenirNextCyrR", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    font-weight: 500;
    cursor: unset;
}
.wrap-href:hover {
    text-decoration: unset;
}
.group-sl .wrap-href span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.666);
}
.item-4{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 174px;
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active, .dot:hover {
    background-color: #717171;
}
.template .slide-show-container {
    margin: 0;
}
.wrap-dots {
    display: flex;
    justify-content: center;
    max-width: calc(174px * 2);
    padding: 16px;
}

@media (max-width: 1200px) {
    .bg-start-screen .content-bg-s h1 {
        font-size: 56px;
        padding: 20px 0 0 24px;
    }
    .wrap-input-button {
        margin-left: 24px;
    }
    .project-name {
        padding: 110px 0 0 24px;
    }
    .placeholders .example {
        padding: 4px 0 0 24px;
    }
    .placeholders {
        max-width: 628px;
    }
}
@media (max-width: 1199px) {
    .template {
        padding: 100px 0 0 106px;
    }
    .wrap-loadbutton{
        padding: 36px 0 0 24px;
    }
}
@media (max-width: 764px) {
    .content-bg-s {
        padding: 0 0 0 10px;
    }

    .placeholders .hide-parag {
        display: none;
    }
    .wrap-button-placeholders {
        padding: 20px;
    }
    .wrap-input-button {
        margin-left: 0;
        max-width: unset;
    }
    .placeholders .example {
        padding: 4px 0 0 0;
    }

    .placeholders {
         max-width: unset;
        justify-content: space-around;
    }

    .wrap-header {
        padding: 22px 0 74px 0;
    }
    .bg-start-screen {
        padding-bottom: 0;
    }
    .template {
        padding: 100px 0 100px 106px;
    }
    .wrap-loadbutton{
        padding: 36px 0 36px 24px;
    }
}
@media (max-width: 467px) {
    .bg-start-screen .content-bg-s h1 {
        font-size: 44px;
    }
    .project-input {
        font-size: 24px;
    }
    .hide-parag-2 {
        display: none;
    }

    .subtitle {
        display: flex;
        justify-content: center;
        padding: 54px 0 0 0;
    }
    .template {
        padding: 28px 28px 100px 28px;
    }
    .wrap-loadbutton{
        padding: 36px 28px 28px 24px;
    }
}