@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue/HelveticaNeueCyr-Light.eot'),
         url('../fonts/HelveticaNeue/HelveticaNeueCyr-Light.woff') format('woff'),
         url('../fonts/HelveticaNeue/HelveticaNeueCyr-Light.ttf') format('ttf');
}
@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('../fonts/HelveticaNeueBold/HelveticaNeueCyr-Bold.eot'),
         url('../fonts/HelveticaNeueBold/HelveticaNeueCyr-Bold.woff') format('woff'),
         url('../fonts/HelveticaNeueBold/HelveticaNeueCyr-Bold.ttf') format('ttf');
}

html,
body {
    min-width: 300px;
    height: 100%;
    background: #f0e3db;
    font-family: 'HelveticaNeue', sans-serif;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'HelveticaNeueBold', sans-serif;
}

textarea {
    resize: none;
} 

.fs15 {
    font-size: 15px;
}

.navbar {
    min-height: 80px;
}
.scroll {
    background: rgba(0,0,0,0.4);
    box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.7);
    border-bottom: 1px solid rgba(50, 50, 50, 0.3);
}

.navbar-brand-block {
    display: none;
}
.navbar-brand {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
}
.navbar-brand img {
    width: 100%;
    height: 100%;
}

.navbar-nav-block {
    width: 100%;
}

.nav-item .nav-link {
    font-family: 'HelveticaNeueBold', sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
    margin-right: 20px;
}

.nav-link-lang {
    font-family: 'HelveticaNeueBold', sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
    margin-right: 5px;

}
.active span,
.navbar-nav .nav-link span:hover {
    color: #e9212d;
}

.nav-link-lang span:hover {
    color: #e9212d;
    text-decoration:inherit;
    
}





#home {
    height: 100%;
    width: 100%;
    background: url(../img/main-bg.png) no-repeat center center;
    background-size: cover;
    border-radius: 0 0 200px 200px/10px;
}

#home img {
    width: 225px;
    margin-right: 80px;
}

.logo-text {
    color: #fff;
    font-size: 80px;
    line-height: 66px;
    margin-top: 8px;
}
.logo-text-right {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    margin-left: 60px;
}
.vertical-divider {
    border-right: 3px solid #fff;
    height: 150px;
    margin-left: 70px;
}
.home-text {
    font-family: 'HelveticaNeueBold', sans-serif;
    margin-top: 60px;
    color: #333;
    font-size: 28px;
    text-transform: uppercase;
}
.plr25 {
    padding: 0 25px;
}
.home-btns {
    margin-top: 40px;
}
.home-btn-block-right {
    display: flex;
    justify-content: center;
}
.home-btn {
    font-family: 'HelveticaNeueBold', sans-serif;
    color: #fff;
    background: #e9212d;
    text-transform: uppercase;
    border: 4px solid #e9212d;
    border-radius: 50px;
    padding: 20px 120px;
    margin: 20px;
    transition: .3s;
}
.home-btn-outline {
    font-family: 'HelveticaNeueBold', sans-serif;
    color: #fff;
    text-transform: uppercase;
    border: 4px solid #e9212d;
    border-radius: 50px;
    padding: 20px 120px;
    margin: 20px;
    transition: .3s;
}
.home-btn-outline:hover {
    background: #e9212d;
    color: #fff;
    text-decoration: none;
    transition: .3s;
}
.home-btn:hover {
    color: #fff;
    text-decoration: none;
    transition: .3s;
    box-shadow: 0px 0px 20px rgba(255,0,0,1);
}

.forwho {
    width: 100%;
    height: auto;
    background: url(../img/tech-bg.png) no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    padding: 100px 0;
}
.forwho-header {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 25px;
}
.forwho-text {
    font-size: 24px;
    margin-left: -90px;
    padding-right: 100px;
}
.forwho ul {
    margin: 0 auto;
    text-align: left;
    width: 70%;
}

.about {
    width: 100%;
    height: auto;
    background: url(../img/serv-bg.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin: 0 auto;
    padding: 100px 0;
}
.about-header {
    text-transform: uppercase;
    font-size: 24px;
}
.about-text {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.about-red {
    display: inline;
    color: #e9212d;
}
.about ul {
    margin: 0 auto;
    text-align: left;
    width: 75%;
}
.about ul li {
    font-size: 18px;
}

.tech {
    width: 100%;
    height: auto;
    text-align: center;
}
.tech_1 {
    width: 100%;
    height: auto;
    background: url(../img/tech-bg.png) no-repeat center center;
    background-size: cover;
    padding: 100px 0 50px 0;
}
.tech_2 {
    width: 100%;
    height: auto;
    background: url(../img/serv-bg.png) no-repeat center center;
    background-size: cover;
    padding: 80px 0 50px 0;
}
.tech_3 {
    width: 100%;
    height: auto;
    background: #f0e3db;
    background-size: cover;
    padding: 70px 0;
}

.tech-header {
    text-transform: uppercase;
    font-size: 24px;
    color: #e9212d;
    margin-bottom: 20px;
}
.tech-block {
    padding: 30px 50px;
}
.tech-block img {
    margin-bottom: 20px;
}
.tech-block-header {
    text-transform: uppercase;
    font-size: 16px;
}
.tech-block-text {
    font-size: 16px;
}

.tech_2-block {
    padding: 0 40px;
}
.tech_2-block-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1.5px solid #f0eae6;
    box-shadow: 0px 0px 5px rgba(236,226,218,1);
    border-radius: 50px;
    padding: 40px;
}
.tech_2-block-head {
    text-align: left;
}
.tech_2-block-header {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}
.tech_2-block-content img {
    margin: 50px 0;
}
.tech_2-block-text {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    background: #ece2da;
    padding: 7px 12px;
    border-radius: 30px;
}
.tech_3-block-left {
    width: 575px;
    height: 575px;
    background-size: cover;
}
.tech_3-block-left img {
    position: absolute;
    top: 0;
}
.tech_3-block-left-header {
    position: absolute;
    color: #414042;
    margin-left: 60px;
}
.tech_3-block-right-item {
    margin-bottom: 50px;
}
.tech_3-block-right-item:last-child {
    margin: 0;
}
.tech_3-block-right-text-block {
    margin: 0 60px 0 30px;
}
.tech_3-block-right-item-header {
    font-size: 16px;
    text-transform: uppercase;
}

.services {
    width: 100%;
    height: auto;
    text-align: center;
    background: url(../img/serv-bg.png) no-repeat center center;
    background-size: cover;
    padding: 50px 0 50px 0;
}
.serv-header {
    text-transform: uppercase;
    font-size: 24px;
    color: #e9212d;
    margin-bottom: 50px;
}
.serv_1-block {
    padding: 0 30px;
}
.serv_1-block-content {
    width: 100%;
    height: 100%;
    background: #f0e3db;
    border: 1.5px solid #f0eae6;
    border-radius: 50px;
    padding: 40px;
}
.serv_1-block-header {
    display: flex;
    justify-content: center;
    min-height: 58px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 30px;
}
.serv_1-list {
    margin: 50px 0 80px 0;
    line-height: 36px;
}
.serv-btn {
    display: block;
    width: 60%;
    font-family: 'HelveticaNeueBold', sans-serif;
    color: #fff;
    background: #e9212d;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 10px 0;
    transition: .3s;
    border: none;
    cursor: pointer;
}
.serv-btn:hover {
    color: #fff;
    text-decoration: none;
    transition: .3s;
    box-shadow: 0px 0px 10px rgba(255,0,0,1);
}
.serv_2 {
    margin-top: 100px;
}
.serv_2-block-right-header {
    text-transform: uppercase;
    font-size: 24px;
    color: #414042;
}

.contacts {
    width: 100%;
    height: auto;
    background: url(../img/cont-bg.png) no-repeat center center;
    background-size: cover;
    text-align: center;
}
.cont-header {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    padding: 100px 0 10px 0;
}
.cont-desc {
    color: #fff;
}
.cont-form {
    margin-top: 30px;
}
.cont-form ul {
    padding: 0;
}
.cont-form ul li{
    list-style: none;
    display: inline;
    padding: 0 20px;
}
.cont-form ul li a img{
    width: 64px;
    height: 64px;
}

.cont-form ul li a:hover {
    text-decoration: none;
}
.cont-form-desc-1 {
    color: #fff;
    font-family: 'HelveticaNeueBold', sans-serif;
}
.cont-form-desc-2 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'HelveticaNeueBold', sans-serif;
}
.soc-links {
    margin-bottom: 50px;
}
.form-control {
    border-radius: 0;
    border: none;
}
.cont-btn {
    display: block;
    width: 50%;
    font-family: 'HelveticaNeueBold', sans-serif;
    color: #fff;
    background: #e9212d;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 20px 0;
    margin-bottom: 25px;
    transition: .3s;
    outline: none;
    border: none;
}
.cont-btn:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: .3s;
    box-shadow: 0px 0px 10px rgba(255,0,0,1);
}
.mb25 {
    margin-bottom: 25px;
}

.buyblock {
    width: 100%;
    height: auto;
    background: #fff;
}
.buyblock-cont {
    background: #f9efe8;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.3);
    color: #414042;
    padding: 50px 0px;
    margin: 20px 30px 60px 30px;
}
.buy-price {
    font-size: 42px;
}
.buy-price-type {
    font-size: 16px;
}
.buy-price-desc {
    padding: 25px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
}
.buyblock-main-cont {
    background: #f9efe8;
    margin-bottom: 30px;
}
#button_minus,
#button_plus {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 10px;
    cursor: pointer;
}
#button_minus {
    background: url(../img/minus.png) center center no-repeat;
    background-size: cover;
}
#button_plus {
    background: url(../img/plus.png) center center no-repeat;
    background-size: cover;
}
#num_count {
    width: 40px;
    padding-left: 13px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.buy-link {
    color: #414042;
    text-decoration: underline;
}
.buy-link:hover {
    color: #414042;
    text-decoration: none;
}
.buyblock-btn {
    background: #f1514d;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    border-bottom: 2px solid #963034;
    padding: 7px 35px;
    margin-top: 35px;
    cursor: pointer;
}

.typeofpay {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 50px 0;
}
.typeofpay-cont {
    padding: 0 70px;
}
.typeofpay-cont img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    border: 3px solid red;
}
.typeofpay-text {
    font-size: 18px;
    font-family: 'HelveticaNeue', sans-serif;
    text-transform: uppercase;
}

.footer {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: #000;
    color: #fff;
    font-size: 15px;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    text-decoration: none;
}
.footer ul {
    padding: 0;
    margin: 0;
}
.footer ul li {
    list-style: none;
    text-transform: uppercase;
}

@media(min-width: 1199px) {
    .tech_2-block-text {
        display: flex;
        align-items: center;
    }
}
@media (max-width: 1199px) {
    .about ul {
        margin: 0 auto;
        text-align: left;
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .tech_2-block-head {
        min-height: 233px;
    }
    .tech_2-block-content img {
        width: 100%;
        height: auto;
        margin: 0;
    }
    .tech_2-img-block {
        min-height: 210px;
        display: flex;
        align-items: center;
    }
    .tech_2-block-text {
        min-height: 253px;
        display: flex;
        align-items: center;
    }
    .serv_1-block-header {
        min-height: 77px;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .forwho ul {
        width: 60%;
    }
}
@media (max-width: 992px) {
    .navbar {
        background: rgba(0,0,0,0.4);
        box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.7);
        border-bottom: 1px solid rgba(50, 50, 50, 0.3);
    }
    #nav-btn {
        position: absolute;
        top: 0;
        right: 60px;
        margin-top: 20px;
    }
    .navbar-brand {
        position: absolute;
        top: 0;
        left: 60px;
        margin-top: 15px;
    }
    .navbar-nav{
        text-align: center;
        margin: 0 auto;
        margin-top: 70px;
    }
    #home img {
        width: 210px;
        margin-right: 50px;
    }
    .logo-text {
        font-size: 68px;
        line-height: 58px;
    }
    .logo-text-right {
        margin-left: 50px;
        font-size: 32px;
    }
    .vertical-divider {
        margin-left: 50px;
    }
    .home-btn,
    .home-btn-outline {
        margin: 0;
    }
    .home-btn-block-left,
    .home-btn-block-right {
        justify-content: center;
    }
    .forwho-text {
        margin: 0;
        padding: 0;
    }
    .forwho-logo {
        display: none;
    }
    .tech-block {
        padding: 20px 50px;
    }
    .tech_2-block {
        margin-bottom: 30px;
    }
    .tech_2-block-text {
        width: 60%;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .tech_3-block-left {
        justify-content: center;
    }
    .tech_3-block-left-header {
        text-align: center;
        margin: 0;
    }
    .serv_1-block {
        margin-bottom: 50px;
    }
    .serv_1-block:last-child {
        margin-bottom: 0;
    }
    .serv_2-block-right-header {
        margin-top: 50px;
        text-align: center;
    }
    .typeofpay-cont img {
        width: 300px;
    }
    #num_count {
        padding: 0;
    }
    .footer {
        text-align: center;
    }
    .footer-nav,
    .footer-soc {
        margin-top: 50px;
    }
    .nav-item .nav-link {
    margin-right: 0px;
    }
}
@media (max-width: 768px) {
    .navbar-brand-block {
        display: flex;
        justify-content: center;
    }
    #home img {
        display: none;
    }
    .home-btn,
    .home-btn-outline {
        margin: 20px;
    }
    .home-img-block {
        width: 100%;
    }
    .home-btns {
        margin-top: 10px;
    }
    .forwho ul {
        width: 75%;
    }
    .tech_2-block-text {
        width: 100%;
    }
    .tech_3-block-left img {
        width: 100%;
        height: auto;
        padding: 0 10px;
    }
    .tech_3-block-right-text-block {
        margin: 0 20px 0 20px;
    }
    .footer-cont {
        margin-top: 50px;
    }
}
@media (max-width: 576px) {
    .forwho ul {
        width: 85%;
    }
    .home-text {
        font-size: 18px;
        margin-top: 30px;
    }
    .home-btns {
        margin-top: 40px;
    }
    #button_minus::before {
        top: -2.5px;
    }
    #button_plus::before {
        top: -2.8px;
    }
}
@media (max-width: 560px) {
    .tech_3-block-left {
        height: 530px;
    }
}
@media (max-width: 500px) {
    .home-btn,
    .home-btn-outline {
        margin: 10px;
    }
    .logo-text {
        margin-top: 120px;
    }
    .vertical-divider,
    .logo-text-right {
        display: none;
    }
    .tech_2-block-content img {
        width: 100%;
        height: auto;
    }
    .tech_3-block-left {
        height: 480px;
    }
    .serv_2-block-left img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 450px) {
    .typeofpay-cont img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 400px) {
    .home-btn,
    .home-btn-outline {
        padding: 10px 80px;
    }
    .cont-form ul li{
        padding: 0 10px;
    }
}
