@import url("fonts/Intro/stylesheet.css");
@import url("fonts/Futurademic/stylesheet.css");

@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamProRegular.woff2') format('woff2'),
        url('fonts/GothamProRegular.woff') format('woff'),
        url('fonts/GothamProRegular.ttf') format('truetype'),
        url('fonts/GothamProRegular.svg#GothamProRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamProItalic.woff2') format('woff2'),
        url('fonts/GothamProItalic.woff') format('woff'),
        url('fonts/GothamProItalic.ttf') format('truetype'),
        url('fonts/GothamProItalic.svg#GothamProItalic') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamProMedium.woff2') format('woff2'),
        url('fonts/GothamProMedium.woff') format('woff'),
        url('fonts/GothamProMedium.ttf') format('truetype'),
        url('fonts/GothamProMedium.svg#GothamProMedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamProBold.woff2') format('woff2'),
        url('fonts/GothamProBold.woff') format('woff'),
        url('fonts/GothamProBold.ttf') format('truetype'),
        url('fonts/GothamProBold.svg#GothamProBold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamProBlack.woff2') format('woff2'),
        url('fonts/GothamProBlack.woff') format('woff'),
        url('fonts/GothamProBlack.ttf') format('truetype'),
        url('fonts/GothamProBlack.svg#GothamProBlack') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'bquadro';
    src: url('fonts/bquadro.eot?yy4fgp');
    src: url('fonts/bquadro.eot?#iefixyy4fgp') format('embedded-opentype'),
        url('fonts/bquadro.ttf?yy4fgp') format('truetype'),
        url('fonts/bquadro.woff?yy4fgp') format('woff'),
        url('fonts/bquadro.svg?yy4fgp#bquadro') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    font-size: 20px;
}

@media (max-width: 2000px) {

    html,
    body {
        font-size: 18px;
    }
}

@media (max-width: 1900px) {

    html,
    body {
        font-size: 17px;
    }
}

@media (max-width: 1800px) {

    html,
    body {
        font-size: 16px;
    }
}

@media (max-width: 1600px) {

    html,
    body {
        font-size: 14px;
    }
}

@media (max-width: 1500px) {

    html,
    body {
        font-size: 13px;
    }
}

@media (max-width: 1400px) {

    html,
    body {
        font-size: 12px;
    }
}

@media (max-width: 1300px) {

    html,
    body {
        font-size: 11px;
    }
}

@media (max-width: 991px) {

    html,
    body {
        font-size: 12px;
    }
}

/*
@media(max-width: 767px) { html { font-size: 20px; } }
@media(max-width: 767px) { html { font-size: 20px; } }*/

body {
    min-height: 100%;
    width: 100%;
    /*min-width: 640px;*/
    box-sizing: border-box;
    position: absolute;
    background: #e7ebe9;
    overflow-x: hidden;
}

body>div {
    position: relative;
    width: 100%;
    z-index: 1000;
    display: block;
}

h1,
.h1 {
    font: normal normal 2.8rem "Exo 2", sans-serif;
    margin: 0;
    padding: 0;
}

h2 {
    font: normal normal 2.8rem "Exo 2", sans-serif;
    margin: 0;
    padding: 0;
}

p {
    font: normal normal 1.2rem "Roboto", sans-serif;
    margin: 0;
    padding: 0;
}

ul,
ol {
    font: normal normal 1.2rem "Roboto", sans-serif;
    margin: 15px 0;
}

#not_cloud {
    font: normal normal 1.0rem "Roboto", sans-serif;
    margin: 0;
    padding: 0;
}

.order_button img {
    width: 15.5rem;
    opacity: 0.85;
}

.order_button img:hover {
    opacity: 1;
}

.order_button:focus {
    outline: none;
}

#scroll-link {
    margin: 0;
    padding: 0.5rem;
    left: 1%;
    top: 20%;
    position: fixed;
    z-index: 2000;
    width: auto;
    background-color: rgba(0, 0, 0, 0.05);
    border-bottom-right-radius: 2rem;
    border-top-right-radius: 2rem;
    border-radius: 1rem;
    /*border: 1px solid rgba(255,255,255,0.2);*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

#scroll-link:hover {
    background-color: rgba(15, 15, 15, 0.8);
}

#scroll-link>div {
    display: block;
}

.scroll-link>div {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.scroll-link>div:first-child {
    width: 3rem;
    height: 3rem;
    vertical-align: middle;
    text-align: center;
    line-height: 3rem;
}

.scroll-link-active .scroll-link-marker {
    width: 1rem !important;
    height: 1rem !important;
    border-radius: 1rem !important;
    vertical-align: middle !important;
}

.scroll-link-active span {
    font: normal 500 1.2rem "Exo 2", sans-serif !important;
}

.scroll-link-marker {
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid white;
    border-radius: 0.5rem;
    vertical-align: middle !important;
    display: inline-block;
    line-height: 3rem;
    background-color: white;
}

.scroll-link-text {
    font: normal 200 1.2rem "Exo 2", sans-serif;
    color: whitesmoke;
    display: none;
    padding-right: 0.5rem;
}


@media (max-width: 767px) {
    #scroll-link {
        display: none;
    }
}


#carousel {
    /*width: 65rem;*/
    width: 60%;
    margin: 7rem auto 0 auto;
    background-color: transparent;
    /*-webkit-transform: rotateX(5deg);
    transform: rotateX(5deg);*/
    position: relative;
}

#carousel:before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 161%;
    height: 158%;
    left: -30.5%;
    top: -11.5%;
    background: url(images/comp-fon.png) no-repeat center;
    background-size: contain;
}

.carousel-indicators {
    line-height: 2rem;
    margin-top: 2rem;
    bottom: auto;
}

.carousel-indicators>li {
    color: white;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.8rem;
    margin: 0 1.5rem !important;
    vertical-align: middle;
}

.carousel-indicators .active {
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
}

.carousel-captions {
    color: white;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px;
    height: 100%;
}

.carousel-inner {
    -webkit-transform: rotateX(5deg);
    transform: rotateX(5deg);
}

.carousel-captions h1,
.carousel-captions .h1 {
    font: normal 200 2.8rem "Exo 2", sans-serif;
    margin: 0rem 0 1rem 0;
}

.carousel-captions p {
    line-height: 2rem;
}

.carousel-inner>div>img {
    /*width: 65rem; height: 40rem !important;*/
    width: 100%;
    height: auto;
}


.carousel__text {
    width: 60%;
    height: 200px;
    position: relative;
    margin: 6rem auto 0;
    background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
    #carousel {
        width: 80%;
    }

    .carousel__text {
        width: 80%;
    }

    #carousel:before {
        height: 156%;
    }
}

@media (max-width: 767px) {

    .carousel-captions h1,
    .carousel-captions .h1 {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    .carousel-indicators>li {
        margin: 0 1rem !important;
    }

    .carousel-captions h1,
    .carousel-captions .h1 {
        font-size: 1.75rem;
    }
}

@media (max-width: 400px) {
    .carousel-indicators>li {
        margin: 0 0.75rem !important;
    }

    #carousel {
        margin-top: 5rem;
    }

    .carousel__text {
        width: 100%;
    }

}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

#part-1 {
    z-index: 1100;
    height: 43rem;
    color: white;
    padding: 12.5rem 100px 0;
    background: #fff url("img/start-fon.png") no-repeat top center fixed;
    background-size: 100%;

}

#part-1>h1,
#part-1>.h1 {
    font: normal normal 3.8rem "Intro", sans-serif;
    text-align: center;
    margin: 0 0 3rem 0;
}

#part-1>p {
    text-align: center;
}

@media (max-width: 1600px) {
    #part-1 {
        height: auto;
        padding: 12.5rem 100px 10rem;
    }
}

@media (max-width: 1400px) {

    #part-1>h1,
    #part-1>.h1 {
        font-size: 3rem;
    }

    #part-1 {
        background-size: cover;
    }
}

@media (max-width: 1200px) {
    #part-1 {
        padding: 12.5rem 70px 6rem;
    }
}

@media (max-width: 767px) {
    #part-1 {
        padding: 6rem 70px 6rem;
        background: #fff url("img/start-fon.png") no-repeat top center;
    }

}

@media (max-width: 600px) {
    #part-1 {
        padding: 4.5rem 30px 5rem;
    }

    #part-1>h1,
    #part-1>.h1 {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {

    #part-1>h1,
    #part-1>.h1 {
        font-size: 1.5rem;
    }
}


#part-0 {
    position: fixed;
    width: 100%;
    z-index: 2000;
    padding: 1rem 100px;
    top: 2.5rem;
    color: white;
    display: flex;
    -ms-display: flex;
    align-items: center;
    -ms-align-items: center;
}

/*#part-0>div {display: inline-block; vertical-align: middle;}*/
.part-0-div-1 {
    width: 14%;
    height: 5rem;
    background: url("img/top-logo.png") no-repeat 75% 50%;
    background-size: 10rem auto;
}

.part-0-div-2 {
    width: 23%;
    padding-left: 1rem;
    border-left: 2px solid rgba(229, 229, 229, 0.2);
}

.part-0-div-2 span:first-child {
    font: normal 500 1.1rem "Exo 2", sans-serif;
}

.part-0-div-2 span:last-child {
    font: normal 500 1.4rem "Exo 2", sans-serif;
}

.part-0-div-3 {
    width: 20%;
    text-align: center;
    margin-left: auto;
}

.part-0-div-4 {
    width: 30%;
    border: 2px solid rgba(229, 229, 229, 0.2);
    border-radius: 0.5rem;
    padding: 0.7rem 0;
    text-align: right:;
}

/*.part-0-div-4>div {
    display: inline-block;
    vertical-align: middle;
   
}*/
.part-0__info-item a {
    color: #fff;
    text-decoration: none;
}

.part-0__info-item--mail a {
    border-bottom: 1px solid rgba(229, 229, 229, 0.4);
}

.part-0__info-item--mail a:hover {
    border: none;
}

.part-0__info {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    -ms-display: flex;
    align-items: center;
    -ms-align-items: center;
}

.part-0__info:before {
    content: "";
    position: absolute;
    width: 2px;
    background: rgba(229, 229, 229, 0.4);
    height: calc(100% - 10px);
    left: calc(50% - 1px);
    top: 5px;
    display: block;
}

.part-0__info-item {
    float: left;
    width: 50%;
    text-align: center;
    font: normal 500 1.4rem "Exo 2", sans-sefir;
    padding: 0 0.7rem 0 0.7rem;
}

.part-0__info-item--tel a>span:first-child {
    color: rgba(229, 229, 229, 0.4);
    margin-right: 0.5rem;
}

/*.part-0-div-4>div:nth-child(1) {width: 50%; }
.part-0-div-4>div:nth-child(1)>span:nth-child(1), .part-0-div-4>div:nth-child(1)>span:nth-child(4) {
    
    margin-right: 0.5rem;
}
.part-0-div-4>div:nth-child(2) {width: 0.5%; background-color: rgba(229,229,229,0.2); height: 4rem;}
.part-0-div-4>div:nth-child(3) {width: 49.5%; padding: 0 1.4rem 0 0.7rem;}
*/

.part-0__info-item-mail {
    font: normal 500 1rem "Exo 2", sans-sefir;
    margin-bottom: 7px;
}

.part-0__info-item-mail:last-child {
    margin-bottom: 0;
}

.part-0__info-item-mail span {
    text-align: center;
    font: normal 500 0.7rem "Exo 2", sans-sefir;
    display: block;
}


.part-0-div-5 {
    width:
        /*10%*/
        70px;
    margin-left: 15px;
    text-align: right;
}

.part-0-div-5 a {
    display: block;
}

#lng img {
    width: 100%;
}

.part-0-down {
    background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 1400px) {
    .part-0-div-5 {
        width: 50px;
    }
}

@media (max-width: 1200px) {
    #part-0 {
        padding: 1rem 70px;
    }

    .part-0-div-4 {
        width: 35%;
    }

    .part-0-div-2 span:last-child {
        font-size: 1.2rem;
    }
}

@media (max-width: 991px) {
    .part-0-div-2 {
        display: none;
    }

    .part-0__info {
        display: block;
    }

    .part-0__info-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .part-0__info-item:last-child {
        margin-bottom: 0;
    }

    .part-0__info:before {
        display: none;
    }

    .part-0-div-1 {
        width: 130px;
    }

    .part-0-div-3 {
        width: 170px;
    }

    .part-0-div-4 {
        border: none;
        width: 200px;
    }
}

@media (max-width: 767px) {
    #part-0 {
        position: static;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    .part-0-div-4 {
        order: 2;
        width: 100%;
        margin-top: 10px;
    }

    .part-0__info-item {
        width: auto;
        padding: 0;
        float: right;
    }

    .part-0__info-item--tel br {
        display: none;
    }

    .part-0__info-item--tel a {
        margin-left: 10px;
    }

    .part-0__info-item--mail {
        float: right;
        clear: right;
        display: flex
    }

    .part-0__info-item-mail {
        margin-left: 10px;
    }
}

@media (max-width: 600px) {
    #part-0 {
        padding: 1rem 30px;
    }

    .part-0-div-5 {
        margin-left: auto;
    }

    .part-0-div-3 {
        order: 1;
        margin: 0;
        margin-right: auto;
        clear: right;
        text-align: left;
    }

    .part-0-div-4 {
        width: auto;
        padding: 0;
        margin: 0;
    }

    .part-0__info-item--tel br {
        display: block;
    }

    .part-0-div-1 {
        width: 350px;
        background-position: center left;
        margin-bottom: 10px;
    }

    .part-0__info-item {
        font-size: 1.2rem;
    }

    .part-0__info-item--mail {
        display: block;
        text-align: right
    }

    .part-0__info-item-mail span {
        text-align: right;
    }
}

@media (max-width: 500px) {
    .part-0-div-1 {
        width: 250px;
    }
}

@media (max-width: 400px) {
    #part-0 {
        padding: 1rem 30px 1.5rem;
    }

    .part-0-div-1 {
        width: 170px;
    }

    .part-0-div-3 {
        width: 130px;
    }

    .part-0-div-5 {
        width: 40px;
    }
}

@media (max-width: 350px) {

    .part-0-div-4,
    .part-0-div-3 {
        width: 100%;
        text-align: center
    }

    .part-0__info-item {
        width: 100%;
        margin-top: 10px;
    }

    .part-0__info-item--mail,
    .part-0__info-item-mail span {
        text-align: center;
    }
}

.shell {
    width: 22rem;
    height: 22rem;
    text-align: center;
    z-index: 1300;
    margin: auto;
    margin-bottom: -20rem;
    margin-top: -6rem;
    background-image: url("img/ammonite.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


#part-2 {
    /*margin: 0 0 -3.5rem 0;*/
    height: 70rem;
    /*background-image: url("img/shell-fon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;*/
    padding: 20rem 100px 0;
    text-align: left;
    z-index: 1200;
}

#part-2>h1,
#part-2>.h1,
#part-2>h2 {
    font: normal 200 3.6rem "Exo 2", sans-serif;
    text-align: center;
    margin: 2rem 0;
}

#part-2>p {
    text-align: center;
    margin-bottom: 6rem;
}

#part-2>div {
    display: inline-block;
    height: 18rem;
    padding-left: 2.2rem;
    padding-right: 1rem;
    vertical-align: top;
}

/*
#part-2>div:nth-child(3) {width: 21.1%;}
#part-2>div:nth-child(4) {width: 19.4%;}
#part-2>div:nth-child(5) {width: 19.7%;}
#part-2>div:nth-child(6) {width: 20.1%;}
#part-2>div:nth-child(7) {width: 19%;}*/
#part-2 .part-2__list {
    height: auto;
    width: 100%;
    padding: 0 0 40px;
    margin: 0 -15px;
    /*background: #e7ebe9;*/
}

.part-2__list-item {
    width: 20%;
    padding-right: 2.3rem;
    padding-left: 15px;
    box-sizing: border-box;
    float: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.part-2__list-item {
    background-image: url("img/golovan.png");
    background-size: 1.5rem;
    background-position: right top;
    background-repeat: no-repeat;
}

#part-2>div>h1,
#part-2>div>.h1 {
    font: normal normal 2rem "FuturaDemiC";
    margin-bottom: 2rem;
    margin-top: -0.7rem;
}

#part-2>div>p {
    margin: 1rem 0;
    font-size: 1.1rem;
}

.part-2__list-item h2,
.part-2__list-item .h2 {
    margin-bottom: 15px;
}

@media (max-width: 1800px) {

    .part-2__list-item h2,
    .part-2__list-item .h2 {
        font-size: 2rem;
    }
}

@media (max-width: 1600px) {
    #part-2 {
        height: auto;
        padding-bottom: 30px;
        background-size: cover;
        background-position: center;
    }

    .part-2__list-item {
        width: 33.333%;
    }

    .part-2__list-item:nth-child(3n + 1) {
        clear: left;
    }
}

@media (max-width: 1200px) {

    /*
    .part-2__list-item:nth-child(3n + 1) { clear: left; }*/
    .part-2__list-item h2 {
        font-size: 2rem;
    }

    #part-2 {
        padding: 20rem 70px 0;
    }
}

@media (max-width: 991px) {
    .shell {
        width: 19rem;
        height: 19rem;
        margin-top: -3rem;
    }
}

@media (max-width: 767px) {
    .part-2__list-item {
        width: 50%;
    }

    .part-2__list-item:nth-child(3n + 1) {
        clear: none;
    }

    .part-2__list-item:nth-child(2n + 1) {
        clear: left;
    }

    .shell {
        background-size: contain;
        width: 20rem;
        height: 20rem;
    }
}

@media (max-width: 600px) {
    #part-2 {
        padding: 20rem 30px 0;
        margin-bottom: 0;
    }

    .shell {
        width: 15rem;
        height: 15rem;
    }
}

@media (max-width: 500px) {
    .part-2__list-item {
        width: 100%;
        background: none;
        padding-bottom: 0px;
    }
}

#part-3 {
    z-index: 900;
    /*height: 43rem;*/
    background: url("img/flex-fon.jpg") no-repeat center;
    background-size: cover;
    padding: 4.5rem 100px;
    text-align: center;
    color: white;
}

.part-3__title--ballerina {
    padding-top: 115px;
    background: url(img/ballerina.svg) no-repeat center top;
}

#part-3>h1,
#part-3>.h1 {
    font: normal 200 3.6rem "Exo 2", sans-serif;
    margin-bottom: 2.5rem;
}

#part-3>h1:first-letter,
#part-3>.h1:first-letter {
    letter-spacing: -0.5rem;
}

#part-3>p {
    color: white;
    font-size: 1.4rem;
}

/*#part-3>div {
    display: inline-block;
    text-align: left;
    color: white;
    vertical-align: top;
    width: 45%;
    margin-top: 8rem;
    padding: 0 70px;
}
#part-3>div:nth-child(3) {padding-left: 10rem;}
#part-3>div:nth-child(4) {padding-left: 15rem;}*/
.part-3__list {
    margin-top: 8rem;
}

.part-3__list-item {
    width: 50%;
    float: left;
    padding: 0 200px;
    box-sizing: border-box;
    text-align: left;
}

#part-3>div p {
    font-size: 1.4rem;
}

#part-3>div ul {
    margin: 0;
    margin-top: 1rem;
    padding: 0;
}

#part-3>div li {
    margin: 0;
    font-size: 1.2rem;
    font-family: "Roboto", sans-serif;
    list-style-type: none;
    text-indent: -1.8rem;
    padding: 0.2rem 0;
}

#part-3>div li:before {
    content: "\2014";
    margin-right: 0.7rem;
}


@media (max-width: 1500px) {
    #part-3 {
        background-size: cover;
        background-position: top center;
        padding-bottom: 40px;
        height: auto;
    }

    .part-3__list-item {
        padding: 0 100px;
    }
}

@media (max-width: 1200px) {
    .part-3__list {
        margin: 8rem -30px 0;
    }

    .part-3__list-item {
        padding: 0 50px;
    }

    #part-3 {
        padding: 4.5rem 70px;
    }
}

@media (max-width: 767px) {
    .part-3__list-item {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    #part-3 {
        padding: 4.5rem 30px;
    }
}

#part-4 {
    height: 34rem;
    background-color: rgb(18, 18, 18);
    text-align: center;
    padding: 100px 100px;
}

#part-4 h1,
#part-4 .h1 {
    font: normal 200 2.4rem "Exo 2", sans-serif;
}

/*#part-4>div {
    display: inline-block;
   
    
    vertical-align: top;
    width: 49%;
    margin-top: 5rem;
}*/
.part-4__list {
    margin: 0 -30px;
}

.part-4__list-col {
    width: 50%;
    float: left;
    color: white;
    text-align: left;
    padding: 0 30px;
}

.part-4__list-col-title {
    height: 100px;
}

@media (max-width: 1600px) {
    #part-4 {
        height: auto;
    }
}

@media (max-width: 1200px) {

    #part-4 h1,
    #part-4 .h1 {
        font-size: 2rem;
    }

    #part-4 {
        padding: 60px 70px;
    }
}

@media (max-width: 991px) {

    #part-4 h1,
    #part-4 .h1 {
        font-size: 1.75rem;
    }
}

@media (max-width: 767px) {
    #part-4 {
        padding-bottom: 30px;
    }

    .part-4__list-col {
        width: 100%;
        margin-bottom: 30px;
    }

    .part-4__list-col-title {
        height: auto;
        margin-bottom: 15px;
    }
}

@media (max-width: 600px) {
    #part-4 {
        padding: 60px 30px 30px;
    }
}

#part-5 {
    width: 100%;
    /*height: 74rem;
    background-image: url("img/comp-fon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;*/

    background: #444;
    padding: 3.5rem 100px;
    perspective: 70rem;
    -webkit-perspective: 70rem;
    overflow: hidden;

}

#part-5>h1,
#part-5>.h1 {
    font: normal 200 3.6rem "Exo 2", sans-serif;
    text-align: center;
    color: white;
}

@media (max-width: 1200px) {
    #part-5 {
        padding: 3.5rem 70px;
    }
}

@media (max-width: 600px) {

    #part-5>h1,
    #part-5>.h1 {
        font-size: 3rem;
    }

    #part-5 {
        padding: 3.5rem 30px;
    }
}

@media (max-width: 400px) {

    #part-5>h1,
    #part-5>.h1 {
        font-size: 2.5rem;
    }
}


#part-6 {
    height: 70rem;
    background-image: url("img/flies-fon.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: left;
    padding: 3rem 100px;
}

#part-6 h1,
#part-6 .h1 {
    font: normal 200 3.6rem "Exo 2", sans-serif;
    text-align: center;
}

.part-6-div-1>h1:nth-child(1),
.part-6-div-1>.h1:nth-child(1) {
    margin: 0 0 3rem 0;
}

.part-6-div-1>h1:nth-child(4),
.part-6-div-1>.h1:nth-child(4) {
    margin: 2rem 0 3rem 0;
}

.part-6-div-1 {
    width: 100%;
    text-align: center;
}

.part-6-div-3>div {
    margin-top: 3rem;
    display: inline-block;
    vertical-align: top;
}

.part-6__list--1 {
    counter-reset: part_list;
}

.part-6__list-col {
    float: left;
    display: inline-block;
}

.part-6__list--1 .part-6__list-col {
    width: 33.33%;
    text-align: center;
}

.part-6__list--1 .part-6__list-col:before {
    counter-increment: part_list;
    content: counter(part_list);
    width: 60px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 5px solid #000;
    display: block;
    margin: 0 auto 20px;
    font-weight: 700;
    color: #000;
    font-size: 27px;
    font-family: "Exo 2", sans-serif;
}

.part-6__list--2 {
    margin: 0 -30px;
}

.part-6__list--2 .part-6__list-col {
    width: 50%;
    padding: 0 30px;
    box-sizing: border-box;
}

@media (max-width: 1600px) {
    #part-6 {
        height: auto;
        padding-bottom: 50px;
    }
}

@media (max-width: 1200px) {
    #part-6 {
        padding: 3rem 70px;
        background-position: center;
        background-size: cover
    }
}

@media (max-width: 991px) {
    .part-6__list--1 .part-6__list-col {
        width: 100%;
        padding-left: 80px;
        position: relative;
        margin-bottom: 20px;
        text-align: left;
        min-height: 60px;
    }

    .part-6__list--1 .part-6__list-col:before {
        position: absolute;
        left: 0;
        top: 0px;
    }
}

@media (max-width: 767px) {

    #part-6 h1,
    #part-6 .h1 {
        font-size: 3rem;
    }

    .part-6__list--2 .part-6__list-col {
        width: 100%;
    }

    .part-6__list--1 .part-6__list-col:before {
        width: 40px;
        height: 40px;
        border-width: 3px;
        line-height: 34px;
        font-size: 22px;
    }

    .part-6__list--1 .part-6__list-col {
        padding-left: 60px;
    }
}

@media (max-width: 600px) {
    #part-6 {
        padding: 3rem 30px 50px;
    }
}

@media (max-width: 400px) {

    #part-6 h1,
    #part-6 .h1 {
        font-size: 2rem;
    }
}


#part-7 {
    height: 30rem;
    background-color: rgb(229, 229, 229);
    padding: 50px 100px;
}

.part-7__list {
    margin: 0 -30px;
}

.part-7__list-col {
    width: 50%;
    display: inline-block;
    padding: 0 30px;
    vertical-align: top;
    box-sizing: border-box;
    float: left;
}

.part-7__list-col h1,
.part-7__list-col .h1 {
    margin: 0 0 3rem 0;
}

@media (max-width: 1600px) {
    #part-7 {
        height: auto;
        padding-bottom: 50px;
    }
}

@media (max-width: 1200px) {
    #part-7 {
        padding: 50px 70px;
    }
}

@media (max-width: 991px) {
    .part-7__list-col {
        width: 100%;
        margin-bottom: 30px;
    }

    .part-7__list-col:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {

    .part-7__list-col h1,
    .part-7__list-col .h1 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 600px) {
    #part-7 {
        padding: 50px 30px;
    }

    .part-7__list-col {
        padding: 0 30px;
    }
}

#part-8 {
    height: 46rem;
    background-image: url("img/up24-fon.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1100;
    text-align: right;
    padding: 0px 100px;
}

#part-8:before {
    content: "";
    width: 350px;
    height: 215px;
    position: absolute;
    left: 0;
    bottom: -85px;
    background: url("img/shell.png") no-repeat center;
    background-size: contain;
}

/*#part-8>div {display: inline-block;}*/

.part-8-div-1 {
    padding-top: 6rem;
    width: 45%;
    text-align: left !important;
}

.part-8-div-1>div>h1,
.part-8-div-1>div>.h1 {
    / / text-shadow: 0 px 2 px 3 px #666;
    margin: 1rem 0 2rem 0;
    padding: 0;
}

.part-8-div-1>div {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 1rem 2rem 1rem 2rem;
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3),
        -23px 0 20px -23px rgba(0, 0, 0, .8),
        23px 0 20px -23px rgba(0, 0, 0, .8),
        0 0 40px rgba(0, 0, 0, .1) inset;
}

.part-8-div-1>div>p {
    margin: 1.2rem 0;
}

.part-8-div-2 {
    width: 55%;
    position: relative;
    text-align: right;
    vertical-align: top;
    order: 2;
    -ms-order: 2;
}

.part-8-div-2>img {
    width: 60rem;
    position: absolute;
    top: -4rem;
    right: -100px;
    max-width: 100%;

}

.part-8__list {
    display: flex;
    -ms-display: flex;
}

/*.part-8__list-col--left {
    float: left; 
}
.part-8__list-col--right {
    float: right; 
}*/

@media (max-width: 1600px) {
    #part-8 {
        height: auto;
        padding-bottom: 50px;
    }
}

@media (max-width: 1400px) {
    #part-8 {
        padding-top: 50px;
    }

    .part-8-div-1 {
        width: 55%;
        padding-top: 0;
    }

    .part-8-div-2 {
        width: 45%;
    }

    .part-8-div-2>img {
        top: 0;
        bottom: 0;
        margin: auto;
    }
}

@media (max-width: 1200px) {
    #part-8 {
        padding: 50px 70px;
        background-position: center;
        background-size: cover;
    }

    .part-8__list {
        display: block;
    }

    .part-8-div-1 {
        width: 100%;
        padding: 0;
    }

    .part-8-div-2 {
        width: 100%;
        display: none;
    }

    /*.part-8-div-2>img { position: static; float: right; margin-right: -70px; max-height: 500px; width: auto;}*/
}

@media (max-width: 600px) {
    #part-8 {
        padding: 50px 30px;
    }

    #part-8:before {
        width: 250px;
    }

    .part-8-div-1>div>h1,
    .part-8-div-1>div>.h1 {
        font-size: 2rem;
    }
}

#part-9 {
    height: 40rem;
    background-image: url("img/sms-alert-fon2.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 100px 100px;
}

/*#part-9>div {
    width: 49%;
    margin-top: 5rem;
    display: inline-block;
    vertical-align: top;
}
.part-9-div-1 p, .part-9-div-2 p {margin-bottom: 1rem;}
.part-9-div-1 {padding-left: 11rem;}
.part-9-div-1>h1, .part-9-div-2>h1, .part-9-div-1>.h1, .part-9-div-2>.h1 {
    font-weight: bold;
    margin: 2rem 0 2rem 0;
    //text-shadow: 0px 2px 3px #666;
}
.part-9-div-2 {padding-left: 4rem;}
*/
.part-9__list {
    margin: 0 -50px;
}

.part-9__list-col {
    float: left;
    width: 50%;
    padding: 0 50px 0 150px;
    position: relative;
}

.part-9__list-col:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 40px;
    left: 80px;
    top: 10px;
}

.part-9__list-col--1:before {
    background: url(img/sms.svg) no-repeat center;
}

.part-9__list-col--2:before {
    background: url(img/easy_nav.svg) no-repeat center;
}

.part-9__list-col--1 img {
    margin-top: 50px;
    max-width: 100%;
}

#part-9>h1,
#part-9 .h1 {
    font-weight: bold;
    margin-bottom: 2rem;
}

@media (max-width: 1600px) {
    #part-9 {
        height: auto;
        padding: 70px 100px;
    }
}

@media (max-width: 1200px) {

    #part-9>h1,
    #part-9 .h1 {
        font-size: 2rem;
    }

    #part-9 {
        padding: 70px 70px;
        background-position: center;
        background-size: cover;
    }

    .part-9__list-col {
        padding: 0 20px 0 110px;
    }

    .part-9__list {
        margin: 0 -20px;
    }

    .part-9__list-col:before {
        left: 40px;
    }

}

@media (max-width: 991px) {
    .part-9__list-col {
        width: 100%;
        margin-bottom: 30px;
    }

    .part-9__list-col:last-child {
        margin-bottom: 0;
    }

    .part-9__list-col:before {
        left: 20px;
    }
}

@media (max-width: 767px) {
    #part-9 {
        padding: 60px 70px;
    }

}

@media (max-width: 600px) {
    #part-9 {
        padding: 60px 30px;
    }
}

@media (max-width: 500px) {
    .part-9__list-col {
        padding-left: 80px;
    }

    .part-9__list-col:before {
        width: 40px;
        height: 30px;
        background-size: contain;
        left: 20px;
    }
}

@media (max-width: 400px) {

    #part-9 h1,
    #part-9 .h1 {
        font-size: 1.5rem;
    }

    .part-9__list-col:before {
        top: -5px;
    }
}


#part-10 {
    background-color: rgb(229, 229, 229);
    padding: 50px 100px;
}

/*#part-10>div {
    display: inline-block;
    vertical-align: top;
    margin: 5rem 0 4rem 0; 
   
}
#part-10>div:nth-child(1), #part-10>div:nth-child(3) {width: 9%; text-align: right;}
#part-10>div:nth-child(2), #part-10>div:nth-child(4) {width: 40%; padding-left: 1rem;}*/
#part-10 h1,
#part-10 .h1 {
    text-align: left;
    vertical-align: middle;
    margin-bottom: 20px;
}

#part-10>div>p {
    margin: 0;
    padding-top: 2rem;
}

#part-10>div>ul {
    margin: 0;
    margin-top: 2rem;
    padding: 0;
}

#part-10>div>ul>li {
    margin: 0.5rem 0;
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    list-style-type: none;
    text-indent: -2rem;
}

#part-10>div>ul>li:before {
    content: "\2014";
    margin-right: 0.7rem;
}

.part-10__list {
    margin: 0 -50px;
}

.part-10__list-item {
    float: left;
    width: 50%;
    position: relative;
    padding-left: 150px;
    padding-right: 50px;
}

.part-10__list-item-icon {
    position: absolute;
    top: 0;
    left: 80px;
    width: 50px;
}

.part-10__list-item-icon:before {
    content: "";
    display: block;
    padding-top: 100%;
}

@media (max-width: 1200px) {
    #part-10 {
        padding: 50px 70px;
    }

    #part-10 h1,
    #part-10 .h1 {
        font-size: 2rem;
    }

    .part-10__list-item {
        padding-left: 110px;
        padding-right: 20px;
    }

    .part-10__list {
        margin: 0 -20px;
    }

    .part-10__list-item-icon {
        left: 40px;
    }
}

@media (max-width: 991px) {
    .part-10__list-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .part-10__list-item-icon {
        left: 20px;
    }
}

@media (max-width: 767px) {}

@media (max-width: 600px) {
    #part-10 {
        padding: 50px 30px;
    }
}

@media (max-width: 500px) {
    .part-10__list-item-icon {
        width: 35px;
    }

    .part-10__list-item {
        padding-left: 80px;
    }
}

@media (max-width: 400px) {

    #part-10 h1,
    #part-10 .h1 {
        font-size: 1.5rem;
    }
}


/*
footer {background-color: rgb(18, 18, 18);}
footer div {
    margin: 2.5rem 0;
    text-align: center;
    vertical-align: middle;
    font: normal normal 1.2rem "FuturaDemiC";
    display: inline-block;
}
footer>div>a {color: white !important;}
footer img {width: 60%;}
.footer-div-1 {width: 17%;}
.footer-div-2 {width: 1%; height: 2rem; border-right: 2px solid rgba(229,229,229,0.2);}
.footer-div-3 {width: 18%;}
.footer-div-4 {width: 11%;}
.footer-div-5 {width: 12%;}
.footer-div-6 {width: 19%;}
.footer-div-7 {width: 1%; height: 2rem; border-left: 2px solid rgba(229,229,229,0.2);}
.footer-div-8 {width: 17%;}
*/

/* Footer */


/*
.b_footer { width: 100%; padding: 0 10% ; background: #454b57 url(images/footer.jpg) no-repeat 50% 100%; color: #ffffff; position: relative; z-index: 1; }
.b_footer .container { position: relative; width: 100%; }
.b_footer .container .row {}
.b_footer .title {}
.b_footer ul {}
.b_footer ul li{}
.b_footer ul li a { }
.b_footer .b_phone { margin: 0px 0px 0 0;  font: 700 1.5em/1.6em "GothamPro", Arial; text-align: right; }
.b_footer .b_phone a { text-decoration: none; color: #fff;   }
.b_footer .b_phone a:hover { text-decoration: none; color: #fff;   }
.b_footer .b_phone p { line-height: 1.6em; margin: 0 0 1.2em; }
.b_footer .b_phone p:before { display: inline-block;  width: 7px; height: 14px; background: url(images/sprite.png) -117px -7px; content: ''; vertical-align: middle; margin-right: 10px; margin-top: -2px;  }
.b_footer .b_eml { margin: 0px 0px 20px 0;   font: 400 1em/1.6em "GothamPro", Arial;  text-align: right; }
.b_footer .b_eml a { color: #fff; text-decoration: none; }
.b_footer .b_eml a:hover { color: #3e8ab5; text-decoration: none; }
.b_footer .b_eml p { margin: 0 0 1em; }
.b_footer .b_eml p:before { }
.b_footer a.sm_button { margin-bottom: 50px;float: right; }
.b_footer .b_dev { margin: 0px 0px 0px 0;   font: 400 1em/1.2em "GothamPro", Arial;  text-align: right; color: #8d96a9; }
.b_footer .b_dev a { color: #8d96a9; text-decoration: none; }
.b_footer .b_socials {  }
.b_footer .b_socials ul { padding:0; margin:0;  }
.b_footer .b_socials ul li { padding:0; margin:0; display: block; float: left; width: 20%; height: 48px; position: relative; }
.b_footer .b_socials ul li img { display: block; position: absolute; top: 50%; left: 50%; margin-left: -12px; margin-top: -12px; height: 24px; width: 24px; }
.b_footer .b_socials ul li a { width: 100%; height: 46px; display: block; position: relative;  border: 1px solid #61697a; border-right: 0px;  position: relative;  }
.b_footer .b_socials ul li a:before { content: '';  background-image: url(images/social.png); background-repeat: no-repeat ; background-position: 0px 0px; display: block; position: absolute; top: 50%; left: 50%; height: 20px; margin-top: -10px; }
.b_footer .b_socials ul li:last-child a { border-right: 1px solid #61697a; }
.b_footer .b_socials ul li:hover a { background: #3e8ab5; border-color: #3e8ab5; }
.b_footer .b_socials ul li:hover + li a { border-left: 1px solid #3e8ab5; }
.b_footer .b_socials ul li.fb a:before  { background-position: 0px 0px; width: 9px; margin-left: -4px; }
.b_footer .b_socials ul li.vk a:before  { background-position: -9px 0px; width: 27px; margin-left: -13px; }
.b_footer .b_socials ul li.yt a:before  { background-position: -36px 0px; width: 26px; margin-left: -13px; }
.b_footer .b_socials ul li.tw a:before  { background-position: -62px 0px; width: 12px; margin-left: -6px; }
.b_footer .b_socials ul li.in a:before  { background-position: -74px 0px; width: 18px; margin-left: -9px; }
.b_footer .b_socials ul li.fb a:hover:before  { background-position: 0px -20px; }
.b_footer .b_socials ul li.vk a:hover:before  { background-position: -9px -20px;  }
.b_footer .b_socials ul li.yt a:hover:before  { background-position: -36px -20px;  }
.b_footer .b_socials ul li.tw a:hover:before  { background-position: -62px -20px; }
.b_footer .b_socials ul li.in a:hover:before  { background-position: -74px -20px; }

.b_footer .b_langs { margin-top: 10px; float: left; }




@media (max-width: 1240px) {
    .b_footer .b_dev .glyphicon {
        margin-top: 5px;
    }
}
@media (max-width: 1000px) {
    .b_footer .b_dev {
        font: 400 .7em/1.2em "GothamPro", Arial;
    }
}

@media (max-width: 750px) {
    .b_footer .b_dev {
        font: 400 .5em/1.2em "GothamPro", Arial;
    }
}
.politics_notice { font-size: 1em; margin: 1em 0; }*/


.b_footer {
    width: 100%;
    padding: 0 100px;
    background: #454b57 url(images/footer.jpg) no-repeat 50% 100%;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.b_footer .container {
    position: relative;
    width: 100%;
}

.b_footer .container .row {}

.b_footer .title {}

.b_footer ul {
    width: 100%
}

.b_footer ul li {
    width: 100%;
}

.b_footer ul li a {}

.b_footer .b_phone {
    margin: 0px 0px 0 0;
    font: 700 1.5em/1.6em "GothamPro", Arial;
    text-align: right;
}

.b_footer .b_phone a {
    text-decoration: none;
    color: #fff;
}

.b_footer .b_phone a:hover {
    text-decoration: none;
    color: #fff;
}

.b_footer .b_phone p {
    line-height: 1.6em;
    margin: 0 0 1.2em;
}

.b_footer .b_phone p:before {
    display: inline-block;
    width: 7px;
    height: 14px;
    background: url(images/sprite.svg) -117px -7px;
    content: '';
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}

.b_footer .b_eml {
    margin: 0px 0px 20px 0;
    font: 400 1em/1.6em "GothamPro", Arial;
    text-align: right;
}

.b_footer .b_eml a {
    color: #fff;
    text-decoration: none;
}

.b_footer .b_eml a:hover {
    color: #3e8ab5;
    text-decoration: none;
}

.b_footer .b_eml p {
    margin: 0 0 1em;
}

.b_footer .b_eml p:before {}

.b_footer a.sm_button {
    margin-bottom: 50px;
    float: right;
}

.b_footer .b_dev {
    margin: 0px 0px 0px 0;
    font: 400 1em/1.2em "GothamPro", Arial;
    text-align: right;
    color: #8d96a9;
}

.b_footer .b_dev a {
    color: #8d96a9;
    text-decoration: none;
}

.b_footer .b_socials {}

.b_footer .b_socials ul {
    padding: 0;
    margin: 0;
}

.b_footer .b_socials ul li {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    width: 20%;
    height: 48px;
    position: relative;
}

.b_footer .b_socials ul li img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    height: 24px;
    width: 24px;
}

.b_footer .b_socials ul li a {
    width: 100%;
    height: 46px;
    display: block;
    position: relative;
    border: 1px solid #61697a;
    border-right: 0px;
    position: relative;
}

.b_footer .b_socials ul li a:before {
    content: '';
    background-image: url(images/social_2.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    margin-top: -10px;
}

.b_footer .b_socials ul li:last-child a {
    border-right: 1px solid #61697a;
}

.b_footer .b_socials ul li:hover a {
    background: #3e8ab5;
    border-color: #3e8ab5;
}

.b_footer .b_socials ul li:hover+li a {
    border-left: 1px solid #3e8ab5;
}

.b_footer .b_socials ul li.fb a:before {
    background-position: 0 2px;
    margin-left: -4px;
    width: 9px
}

.b_footer .b_socials ul li.vk a:before {
    background-position: -39px 2px;
    margin-left: -13px;
    width: 27px
}

.b_footer .b_socials ul li.yt a:before {
    background-position: -96px 2px;
    margin-left: -13px;
    width: 26px
}

.b_footer .b_socials ul li.tw a:before {
    background-position: -152px 2px;
    margin-left: -6px;
    width: 12px
}

.b_footer .b_socials ul li.in a:before {
    background-position: -194px 2px;
    margin-left: -9px;
    width: 18px
}

.b_footer .b_socials ul li.fb a:hover:before {
    background-position: 0 -48px
}

.b_footer .b_socials ul li.vk a:hover:before {
    background-position: -39px -48px
}

.b_footer .b_socials ul li.yt a:hover:before {
    background-position: -96px -48px
}

.b_footer .b_socials ul li.tw a:hover:before {
    background-position: -152px -48px
}

.b_footer .b_socials ul li.in a:hover:before {
    background-position: -194px -48px
}

.b_footer .b_socials ul li.ho a:before {
    background-position: -74px 0;
    width: 14px;
    margin-left: -7px;
    content: '';
    background-image: url(images/social_ho.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    margin-top: -10px
}

.b_footer .b_socials ul li.ho a:hover:before {
    background-position: 0 -23px
}

.b_footer .b_socials ul li.tg a:before {
    width: 20px;
    background-image: url(images/tg-gray-2.svg);
    background-size: contain;
    transform: translateX(-50%);
}

.b_footer .b_socials ul li.tg a:hover:before {
    width: 20px;
    background-image: url(images/tg-white-2.svg);
    background-size: contain;
}

.b_footer .b_socials ul li.dz a:before {
    width: 20px;
    background-image: url(images/dz-gray.svg);
    background-size: contain;
    transform: translateX(-50%);
}

.b_footer .b_socials ul li.dz a:hover:before {
    width: 20px;
    background-image: url(images/dz-white.svg);
    background-size: contain;
}

.b_footer .b_socials ul li.lc a:before,
.b_footer .b_socials ul li.lc a:after,
.b_footer .b_socials ul li.rt a:before,
.b_footer .b_socials ul li.rt a:after,
.b_footer .b_socials ul li.max a:before,
.b_footer .b_socials ul li.max a:after {
    width: 20px;
    background-size: contain;
    content: '';
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    left: 50%;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
}

.b_footer .b_socials ul li.lc a:after,
.b_footer .b_socials ul li.rt a:after,
.b_footer .b_socials ul li.max a:after {
    opacity: 0;
}

.b_footer .b_socials ul li.lc a:hover:after,
.b_footer .b_socials ul li.rt a:hover:after,
.b_footer .b_socials ul li.max a:hover:after {
    opacity: 1;
}

.b_footer .b_socials ul li.lc a:hover:before,
.b_footer .b_socials ul li.rt a:hover:before,
.b_footer .b_socials ul li.max a:hover:before {
    opacity: 0;
}

.b_footer .b_socials ul li.lc a:before {
    background-image: url(images/lc.svg);
}

.b_footer .b_socials ul li.lc a:after {
    background-image: url(images/lc-white.svg);
}

.b_footer .b_socials ul li.rt a:before {
    background-image: url(images/rt.svg);
}

.b_footer .b_socials ul li.rt a:after {
    background-image: url(images/rt-white.svg);
}

.b_footer .b_socials ul li.max a:before {
    background-image: url(images/max.svg);
}

.b_footer .b_socials ul li.max a:after {
    background-image: url(images/max-white.svg);
}


.sm_button {
    background-color: transparent;
    display: inline-block;
    border: 2px solid #041e57;
    text-align: center;
    color: #041e57;
    text-decoration: none;
    text-transform: uppercase;
    font: 700 0.857em / 34px "GothamPro", Arial;
    height: 36px;
    padding: 0px 30px;
    border-radius: 17px;
    vertical-align: middle;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.white_button {
    border: 2px solid #FFFFFF !important;
    color: #414f5e !important;
    background-color: #fff;
}

.sm_button:hover {
    background-color: #041e57;
    color: #fff;
}

.white_button:hover {
    border: 2px solid #3e8ab5 !important;
    color: #fff !important;
    background-color: #3e8ab5 !important;
    text-decoration: none;
}

.b_footer a.sm_button {
    float: right;
    margin-bottom: 50px;
}

.cf:after,
.cf:before {
    clear: both;
    content: "";
    display: table;
    width: 100%;
}

.ft_block {
    margin-top: 50px;
}

.ft_block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ft_block ul li {
    font-weight: 400;
    font-size: 1.2rem;
    font-family: "GothamPro", Arial;
    margin: 0 0 13px 0;
    padding: 0;
}

.ft_block ul li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.ft_block ul li a:hover {
    color: #3e8ab5;
    text-decoration: none;
}

.ft_block .title {
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    font-family: "GothamPro", Arial;
    margin-bottom: 1.2em;
}

.ft_block .title a {
    color: #fff;
    text-decoration: none;
}

.ft_block .title a:hover {
    color: #3e8ab5;
}

.b_footer .b_langs {
    margin-top: 10px;
    float: left;
}

.footer_info .title {
    text-align: right;
}

@media (max-width: 1400px) {
    .b_footer .b_eml {
        font-size: 1.3em;
    }
}

@media (max-width: 1200px) {
    .b_footer {
        padding: 0 70px;
    }
}

@media (max-width: 991px) {

    .b_footer .b_phone,
    .b_footer .b_eml,
    .b_footer .b_dev,
    .ft_block .title {
        text-align: left;
    }

    .b_footer .b_phone {
        font-size: 1.1em
    }

    .b_footer .b_phone p {
        margin-bottom: 0.5em;
    }

    .b_footer a.sm_button {
        margin-bottom: 20px;
    }

    .ft_block .title {
        font-size: 15px;
    }

    .b_footer_top_right .ft_block {
        border-top: 1px solid #61697a;
        padding: 15px 0 0;
    }

    .b_footer_top_right .ft_block .title {
        display: none;
    }

    .footer__contact {
        vertical-align: top;
        text-align: center;
        height: 36px;
    }

    .footer__contact .b_phone,
    .footer__contact .b_eml,
    .footer__contact .b_dev {
        display: inline-block;
        text-align: left;
        margin: 0 22px;
    }

    .footer__contact .b_eml {
        margin-right: 0;
    }

    .footer__contact .b_phone,
    .b_footer .b_eml {
        font-size: 1.3em;
        font-weight: 700;
        vertical-align: top;
        position: relative;
    }

    .footer__contact .b_phone:after {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 2px solid #5b6e78;
        position: absolute;
        top: 13px;
        right: -27px;
    }

    .footer__contact .b_phone a,
    .b_footer .b_eml a {
        line-height: 36px;
    }

    .footer__contact .b_phone a {
        display: inline-block;
        margin-top: 2px;
    }

    .b_footer a.sm_button {
        margin-bottom: 0;
    }

    .b_footer .b_phone p,
    .b_footer .b_eml p {
        margin: 0;
    }

    .footer__contact .b_dev {
        display: none;
    }

    .b_footer_bot .b_dev {
        margin-top: 30px;
        text-align: right;
    }

    .ft_block ul li {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .footer_menu_col {
        margin-bottom: 30px;
    }

    .footer_menu_col:nth-child(2n + 1) {
        clear: left;
    }

    .b_footer_top_right .ft_block {
        margin-top: 0;
    }
}

@media (max-width: 650px) {
    .b_footer .b_eml:after {
        display: none;
    }

    .footer__contact .cf {
        width: 100%;
        margin: 10px 0 0;
        text-align: center;
    }

    .b_footer .footer__contact a.sm_button {
        float: none;
    }

    .footer__contact {
        height: auto;
    }
}

@media (max-width: 600px) {
    .b_footer {
        padding: 0 30px;
    }
}

@media (max-width: 450px) {

    .footer__contact .b_phone,
    .b_footer .b_eml {
        width: 100%;
        margin: 0px;
        text-align: center;
    }

    .footer__contact .b_phone:after {
        display: none;
    }

    .b_footer_bot,
    .b_footer_top {
        padding-bottom: 35px;
    }
}


.b_footer_top {
    padding: 0px 0px 50px 0px;
}

.b_footer_bot {
    padding: 0px 0px 50px 0px;
}

.modal-dialog {
    width: 40% !important;
    min-width: 270px;
    margin: 1rem auto !important;
}

.modal-header {
    border: none;
    padding: 1.5rem;
}

.modal-content {
    background-color: rgba(253, 213, 53, 0.95);
    margin-top: 15%;
}

.modal-body {
    padding: 1rem 2rem;
}

.modal-body label {
    text-align: left;
    font-size: 1.2rem;
}

.modal-body span {
    text-align: right;
    font-size: 1rem;
}

.modal-body input {
    width: 100%;
    margin-bottom: 1rem;
    height: 3rem;
    padding: 0.5rem;
    font-size: 1.4rem;
    font-weight: bold;
}


.close {
    opacity: 0.7;
    font-size: 2rem;
}

.close:hover {
    opacity: 1;
}

.tooltip-inner {
    white-space: pre;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    /* */
    border: none;
}

*:focus {
    outline: none;
}


.order_button {
    font: normal normal 1.6rem "Exo 2", sans-serif;
    position: relative;
    display: inline-block;
    color: rgb(90, 72, 8) !important;
    text-decoration: none !important;
    text-shadow: -2px 2px rgba(255, 255, 255, .3);
    line-height: 1.1;
    padding: 1rem 1.6rem;
    background: linear-gradient(#ecc92b, #fce25b);
    box-shadow: 0 0 0 1px rgb(255, 213, 66) inset,
        -1px 0px rgb(220, 195, 35), -1px 1px rgb(192, 167, 7),
        -2px 1px rgb(219, 194, 34), -2px 2px rgb(191, 166, 6),
        -3px 2px rgb(218, 193, 33), -3px 3px rgb(190, 165, 5);
    transition: .1s;
    border-radius: .8rem / 1.6rem;
    opacity: 0.8;
}

.order_button:active {
    box-shadow: none;
}

.order_button:hover {
    opacity: 1;
}

@media (max-width: 1600px) {
    .order_button {
        font-size: 1.4em;
    }
}

@media (max-width: 600px) {
    .order_button {
        font-size: 1.2em;
    }
}

@media (max-width: 400px) {
    .order_button {
        padding: 0.8rem 1.2rem;
        font-size: 1.1em;
    }
}


#form div:last-child {
    text-align: center;
}

.order {
    position: relative;
    display: inline-block;
    font: normal normal 1.4rem "Exo 2", sans-serif;
    ;
    color: rgb(209, 209, 217) !important;
    text-decoration: none !important;
    text-shadow: 0 -1px 2px rgba(0, 0, 0, .2);
    padding: .8rem 1.4rem;
    outline: none;
    border-radius: .8rem / 1.6rem;
    border: none;
    background: linear-gradient(rgb(110, 112, 120), rgb(81, 81, 86)) rgb(110, 112, 120);
    box-shadow: 0 1px rgba(255, 255, 255, .2) inset,
        0 3px 5px rgba(0, 1, 6, .5),
        0 0 1px 1px rgba(0, 1, 6, .2);
    transition: .2s ease-in-out;
    opacity: 0.8;
}

.order:hover:not(:active) {
    background: linear-gradient(rgb(126, 126, 134), rgb(70, 71, 76)) rgb(126, 126, 134);
    opacity: 1;
}

.order:active {
    top: 1px;
    background: linear-gradient(rgb(76, 77, 82), rgb(56, 57, 62)) rgb(76, 77, 82);
    box-shadow: 0 0 1px rgba(0, 0, 0, .5) inset,
        0 2px 3px rgba(0, 0, 0, .5) inset,
        0 1px 1px rgba(255, 255, 255, .1);
}


.glyphicon-bquadro:before {
    font-family: 'bquadro';
    content: "\e600";
    font-size: 1.2em;
}

.insText {
    text-align: center;
}

.insText div {

    width: 100px;
    position: relative;
    display: inline-block;
    font: normal normal 1.4rem "Exo 2", sans-serif;
    color: rgb(209, 209, 217) !important;
    text-decoration: none !important;
    text-shadow: 0 -1px 2px rgba(0, 0, 0, .2);
    padding: .8rem 1.4rem;
    outline: none;
    border-radius: .8rem / 1.6rem;
    border: none;
    background: linear-gradient(rgb(110, 112, 120), rgb(81, 81, 86)) rgb(110, 112, 120);
    box-shadow: 0 1px rgba(255, 255, 255, .2) inset, 0 3px 5px rgba(0, 1, 6, .5), 0 0 1px 1px rgba(0, 1, 6, .2);
    transition: .2s ease-in-out;
    opacity: 0.8;
    margin-top: 1rem;
    cursor: pointer;
}

.insText div:hover:not(:active) {
    background: linear-gradient(rgb(126, 126, 134), rgb(70, 71, 76)) rgb(126, 126, 134);
    opacity: 1;
}