body {
    font-family: 'Ubuntu', sans-serif;
}
.top {
    background: #fafbfd;
    padding: 1em 0 0 0;
    border-bottom: 2px solid #F3E3E3;
}

.top-logo-holder {
    background: #ffffff;
    border: 1px solid #F2F4F6;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.top-logo img {
    width: 15em;
    margin-top: .3em;
    margin-bottom: .3em;
}
.top-menu {
    justify-content:center;
    flex-grow: 1;
    display: flex;
    align-items:center;
}

.top-menu a {
    font-family: 'Ubuntu', sans-serif;
    color:#A2238E;
    text-decoration: none;
    border-bottom: 1px solid #A2238E;
}

.top-phone {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content:center;
}

.top-phone div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top-phone img {
    width: 1.5em;
    margin-right: .5em;
}
.top-phone .phone {
    font-weight: bold;
    font-size: 1.3em;
    text-decoration: none;
    color: #2f3744;
}
.top-phone .call-me-link {
    padding-top: .4em;
    font-size: 1em;
    text-decoration: none;
    color: #0080de;
    border-bottom: 1px dashed #0080de;
    transition: .2s;
}
.top-phone .call-me-link:hover {
    color: #a2172a;
    border-bottom: 1px dashed #a2172a;
}


.content-wrap {
    padding: 0 1em 0 1em;
    max-width: calc(1080px + 2em);
    margin: 0 auto;
}


.top-slider-wrapper {
    display: flex;
    justify-content: center;
}

.slider-control {
    color: #4d4d4d;
    font-size: 4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    padding: 0 .3em 0 .1em;
    transition: .2s;
}
.slider-control:hover {
    color: blanchedalmond;
}
.main-carousel {
    width: 1080px;
}
.carousel-cell {
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%;
    display: flex;
}

.hero-btn {
    text-decoration: none;
    color: #ffffff;
    background: #a2238e;
    border: 2px solid #a2238e;
    border-radius: 2em;
    padding: .8em 3em;
    box-shadow: 0 10px 6px -6px #a4b0c9;
    cursor: pointer;
    transition: .2s;
}
.hero-btn:hover {
    background: transparent;
    color: #a2238e;
}

.service-card {
    text-align: center;
    flex-direction: column;
    width: 25%;
    margin-top: 2em;
    background: #C968BA;
    padding: 2.2em .5em;
    border-radius: 1em;
    cursor: pointer;
    border: 1px solid #fff;
}

.service-card:hover {
    background: #c974b8;
    box-shadow:0 0 3em rgba(0, 0, 0, 0.4);
}

.service-card img {
    width: 30%;
}
.service-card span {
    margin-top: 1em;
    display: inline-block;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
}

.product-list-block {
    border-top: 2px solid #eeeeee;
    /*border-bottom: 2px solid #eeeeee;*/
    background: #f0f0f0;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 4em;
}
.product-cell {
    min-height: 215px;
    padding: .5em .2em .5em .2em;
    margin-left: 1em;
    margin-right: 1em;
    width: 20%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.product-cell img {
    height: 8em;
}
.product-desc {
    font-size: .9em;
    width: calc(100% - .4em);
    display: inline-block;
    height: 2.7em;
}

.product-price {
    margin-top: .5em;
    width: 100%;
    display: inline-block;
    font-weight: bold;
    color: #a2238e;
}

.product-price .roub {
    width: 13px !important;
    height: 13px !important;
}

.phone-nmb-inp {
    border-radius: 7px 0 0 7px;
    border: 1px solid #A2238E;
    outline: none;
    width: 35%;
    padding-left: 1em;
    font-weight: bold;
    letter-spacing: .2em;
    min-width: 300px;
}

.phone-nmb-inp::placeholder {
    letter-spacing: .1em;
    color: #a4b0c9;
}
.phone-nmb-btn {
    width: 15em;
    font-family: inherit;
    background: #A2238E;
    outline: none;
    border: 1px solid #A2238E;
    color: #fff;
    letter-spacing: .1em;
    padding-left: 2em;
    padding-right: 2em;
    cursor: pointer;
    border-radius: 0 7px 7px 0;
    font-weight: bold;
    transition: .2s;
}
.phone-nmb-btn:hover{
    background: #C968BA;
}

.our-plus-block {
    margin-top: 3em;
    display: flex;
    justify-content: space-around;
    font-weight: bold;
}
.our-plus-block img {
    height: 3em;
}

.news-card-wrapper {
    margin-top: 1em;
    display: flex;
    justify-content: space-between;
}

.news-card-wrapper div {
    cursor: pointer;
    background: #ffffff;
    width: calc(31% - 1em);
    box-shadow: 0 20px 40px -15px rgba(0,0,0,.13);
    padding: 1em .5em 0 1em;
    border-radius: 6px;
    font-size: 0.9em;
}
.news-card-wrapper div:hover {
    background: #fcfcfc;
}

.news-btn {
    cursor: pointer;
    color: #707070;
    padding: .5em 1.5em .5em 1.5em;
    background: #fff;
    font-weight: bold;
    border: 1px solid #bcc8cb;
    border-radius: 6px;
    outline: none;
    transition: all .2s ease;
}

.news-btn:hover {
    background: #fff5fa;
    color: #A2238E;
}

.news-btn-selected {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    background: #A2238E;
    color: #fff;
}
.news-btn-selected:hover {
    background: #A2238E;
    color: #fff;
}
.news-nav-btn {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: 1px solid #4d4d4d;
    font-size: 1.2em;
    padding: .3em 1em .2em 1em;
    color: #4d4d4d;
}

.news-nav-btn:hover {
    background: #A2238E;
    color: #fff;
}
.link-message-sait {
    display: inline;
    cursor: pointer;
    color: #A2238E;;
    border-bottom: 1px dashed #A2238E;
    padding-bottom: .2em;
}

.maps {
    margin-top: 1.5em;
    border: 7px solid #fff;
    box-shadow: 0 20px 40px 0px rgba(0,0,0,.13);
}

.bottom {
    background: #33333C;
    color: #fff;
}
.bottom-common {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 2px solid #fff;
    font-size: .9em;
}

.services-company-table {
    width: 100%;
    margin-bottom: 3em;
}

.services-company-table td {
    border: 1px solid #d7d3c4;
    padding: .3em .2em .3em .2em;
}
.services-company-table img {
    width: 30px;
}
.col_tech, .col_prof {
    text-align: center;
}

.spec-link {
    display: inline-block;
    color: #a4288a;
    font-size: 1.2em;
    text-decoration: none;
    border-bottom: 1px dashed #a4288a;
    padding-top: .7em;
}
.spec-link:hover {
    color: #4f96d6;
    border-bottom: 1px dashed #4f96d6;
}

.sign-hero-btn {
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 1.1em 4em 1.1em 4em;
    color: #0072bc;
    text-transform: uppercase;
}

.sign-hero-btn:hover {
    background: transparent;
    color: #fff;
}

.login-link {
    text-decoration: none;
    color: #fff;
    margin-right: 1em;
    border-bottom: 1px dashed #fff;
    padding-bottom: .2em;
}

.login-link:hover{
    color: #d7d3c4;
    border-bottom: 1px dashed #d7d3c4;
}

#text-phone-btn {
    height: 3em;
    display: flex;
    justify-content: center;
    margin-top: 2em;
    margin-bottom: 2em;
}

.message-inp-wrap {
    text-align: left;
    width: calc(100% - 20px);
    margin-bottom: 1em;
}

.message-inp-wrap label {
    font-size: .9em;
    color: #a0989f;
}
.message-txtarea, .message-inp {
    display: block;
    outline: none;
    width: 100%;
    padding: .5em;
    margin: 0 !important;
    border-radius: 3px;
    border: 1px solid #545454;
    font-size: .9em;
}

.message-txtarea:hover, .message-inp:hover {
    background: #eef9f9;
}

.message-txtarea::placeholder, .message-inp::placeholder {
    color: #c4c4c4;
}
.message-inp {
}
.message-txtarea {
	min-width: 100%;
	max-width: 100%;
    min-height: 100px;
    max-height: 200px;
}

.roub {
    height: 16px !important;
    width: 16px !important;
}