body {
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    line-height: 1.2em;
    font-size: 17px;
}

a {
    color: #181A1C;
    text-decoration: none;
}

a:hover {
    color: #FECE1A;
    text-decoration: none;
}

h2, h3, h4, h5, h6, h6 {
    font-weight: normal;
}

h2 {
    margin: 10px;
}

p {
    padding: 10px;
    font-weight: 100;
    color: #fff;
}

.navbar {
    background: #181A1C;
    margin-bottom: 0;
    min-height: 70px;
}

.navbar-fixed-top {
    min-height: 60px;
    height: 60px;
    padding-top: 0;
}

.navbar-inner {
    background: #181A1C;
    border-radius: 0;
    filter: none;
    border: none;
    box-shadow: none;
}

.navbar .brand img {
    width: 160px;
    height: 50px;
}

.navbar .nav > li > a {
    text-transform: uppercase;
    /*line-height: auto;*/
    vertical-align: middle;
    margin: 10px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #181A1C;
    box-shadow: none;
    font-size: 15px;
    text-shadow: none;
    color: #fff;
    transition: border-color 1s ease;
}

.navbar .nav > li:hover > a,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    border: 1px solid #FECE1A;
    color: #fff;
    background-color: #181A1C;
    transition: border-color 1s ease;
}

.navbar .nav > li > a:active {
    border: 1px solid #fafafa;
    color: #181a1c;
    background-color: #f7cd1a;
    transition: border-color 1s ease;
}

.nav-pills {
    margin-bottom: 30px;
}

.nav-pills > li > a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: 5px;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #181A1C;
}

.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: #181A1C;
    color: #fff;
}

.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius: 0;
    background: #FECE1A;
    color: #000;
}

/******
2. Layout
**********************************************************************/
.centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
}

/* Use this class if you want ceter element with span* class */
.center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}

.highlighted-box {
    background: #F4F8F9;
    padding: 20px 30px;
}

.highlighted-box h2 {
    margin: 0px;
}

.large-text {
    line-height: 1.2em;
    font-size: 30px;
    color: #181A1C;
    padding: 20px;
    margin-bottom: 20px;
}

.highlighted-box h2, .highlighted-box p {
    color: #181A1C !important;
}

.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #fff;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: left;
}

.error {
    color: #CF0000;
    display: none;
}

.invisible {
    display: none;
    visibility: visible;
}

.triangle {
    margin: 0 auto;
    text-align: center;
    width: 0;
    height: 0;
    border-top: 30px solid #181A1C;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}

/*
2.1 Animations
**********/
.zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}

.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
.button, .button:visited, .button:focus {
    display: inline-block;
    border: 1px solid #181A1C;
    color: #181A1C;
    background-color: transparent;
    padding: 15px 30px;
    font-size: 17px;
    /*line-height:auto;*/
}

.button:hover, .button:active {
    background-color: #181A1C;
    color: #fff;
}

.button-sp, .button-sp:visited, .button-sp:focus {
    border: none;
    background-color: #FECE1A;
    color: #181A1C;
}

.button-sp:hover, .button-sp:active {
    background-color: #181A1C;
    color: #FECE1A;
}

.button-ps, .button-ps:visited, .button-ps:focus {
    border: none;
    background-color: #181A1C;
    color: #FECE1A;
}

.button-ps:hover, .button-ps:active {
    background-color: #FECE1A;
    color: #181A1C;
}

/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
.thumbnail {
    width: 100%;
    #height: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    background: #191a1c;
}

.thumbnail img {
    width: 200px;
    height: 200px;
    padding-top: 20px;

}

.thumbnail .more {
    display: block;
    z-index: 4;
    position: absolute;
    top: -100px;
    left: 50%;
    margin: 0 auto;
    margin-left: -41px;
    width: 80px;
    height: 80px;
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    line-height: 70px;
    text-align: center;
}

.thumbnail:hover .more {
    top: 40%;
    margin-top: -40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    /*-o-transition: all 0.3 s ease-out;*/
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.thumbnail h4,
.thumbnail p {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 4;
}

.thumbnail h4 {
    color: #FECE1A;
    margin-top: 10px;
    font-size: 20px;
}

.thumbnail > p {
    padding-bottom: 20px;
}

.thumbnail .mask {
    opacity: 0.85;
    filter: alpha(opacity=85);
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #181A1C;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    /*-o-transition: all 0.2 s ease-out;*/
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.thumbnail:hover .mask {
    top: 0;
}

/*
2.4 Socail icons
************/
.social {
    list-style: none;
    float: none;
    position: relative;
    margin: 5px;
}

.social li {
    display: inline-block;
    line-height: 32px;
    font-family: 'Porta';
    font-size: 32px;
    padding: 0 5px;
}

.social li a {
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    color: #FECE1A;
}

.social li a:hover {
    color: #181A1C;
}

/*
3. Sections
***************************************************************************/
.section:not(:last-child) {
    padding-bottom: 50px;
}

.section .container {
    padding: 50px 30px 0px 30px;
}

.section .title {
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}

.section .title h2 {
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
}

.section .title > p {
    font-size: 20px;
    color: #FFF;
    font-weight: lighter;
}

.primary-section {
    background: #181A1C;
}

.primary-section .triangle {
    border-top: 40px solid #FECE1A;
}

.primary-section .title {
    border-bottom: 1px solid #FFF;
}

.primary-section, .primary-section .title p, .primary-section h4 {
    color: #FECE1A;
}

.primary-section h2 {
    color: #FFF;
}

.primary-section table {
    color: #FECE1A;
    margin: 0 auto;
}

.secondary-section {
    background: #FECE1A;
}

.secondary-section .title {
    border-bottom: 1px solid #181A1C;
}

.secondary-section h2, .secondary-section .title p {
    color: #181A1C;
}

/* Third section use bacground image */
.third-section {
    padding-bottom: 70px;
    background: #181A1C url(../../images/brand-bg.png) no-repeat center;
    border-top: 6px solid #FECE1A;
}

.third-section .container {
    padding-top: 20px;
    position: relative;
}

.third-section .title {
    border-bottom: 1px solid #A1AAB7;
    color: #FECE1A;
}

.sub-section {
    margin-top: 30px;
}

.sub-section .title {
    padding: 0;
}

/*******
3.1 Services
***************************************/
.service {
    margin-top: 20px;
}

.service, .service h3 {
    padding-top: 15px;
}

.service p {
    padding: 0px 50px;
    height: 60px;
}

.service img {
    width: 150px;
    height: 150px;
}

/*
3.2 Portfolio
***************************************/
.single-project {
    margin-bottom: 30px;
    background: #181A1C;
}

.single-project img {
    width: 300px;
    margin-left: 50px;
}

.project-description {
    padding-right: 20px;
}

.project-description p {
    padding-left: 0;
}

.project-title {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #FECE1A;
}

.project-title h4 {
    float: left;
    margin-top: 0;
    padding: 0;
    width: 80%;
}

.project-title .close {
    color: #FECE1A;
    margin-top: 10px;
}

.project-info span, .project-title h4 {
    color: #FECE1A;
}

.project-info {
    font-weight: 100;
    padding: 10px 0;
}

.project-info span {
    width: 150px;
    display: inline-block;
}

.project-info div {
    margin-bottom: 5px;
}

.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}

#portfolio-grid .mix {
    opacity: 0;
    display: none;
}

/*
3.3 About
******************************************************************/
.team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}

.team .thumbnail:hover .social {
    z-index: 5;
}

.team .thumbnail:hover .social a {
    color: #fff;
}

.team .thumbnail .mask {
    background: #FECE1A;
}

.team .thumbnail .mask h3 {
    margin-top: 20%;
}

.team .thumbnail .mask, .team .thumbnail .mask h4, .team .thumbnail .mask p, .team .thumbnail:hover h4, .team .thumbnail:hover .social a:hover {
    color: #181A17;
}

.about-text {
    margin-top: 30px;
}

.about-text p {
    padding: 0;
    font-size: 16px;
}

/*********************************************************************
                        SKILLS BAR
*********************************************************************/
.skills {
    list-style-type: none;
    position: relative;
    margin: 0px;
}

.skills li {
    margin-bottom: 30px;
    background: #FFF;
    height: 40px;
    padding: 1px;
}

.skills li h4 {
    position: relative;
    font-size: 15px;
    padding: 0;
    margin: 0;
    left: 10px;
    z-index: 1;
    color: #181A1C;
}

.skills li .bar {
    height: 40px;
    position: absolute;
    background-color: #FECE1A;
}

/*
3.4 Clients
**********************************************************************/
.client-slider img {
    border: 1px solid white;
}

.client-slider img:hover {
    background-color: #FECE1A;
}

.client-nav {
    list-style: none;
    margin-top: 10px;
}

.client-nav li {
    float: left;
    display: block;
    margin-left: 10px;
}

.client-nav li a {
    display: inherit;
    padding: 5px;
    background: #FECE1A;
    border-radius: 3px;
    width: 20px;
    height: 20px;
}

.client-nav li a:hover {
    background: #181A1C;
}

.testimonial p {
    color: #181A1C;
    background: #FECE1A;
    padding: 15px;
    margin: 0;
}

.testimonial .arrow {
    margin-left: 10px;
    width: 0;
    border-top: 10px solid #FECE1A;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}

.testimonial .whopic {
    display: inline-block;
}

.testimonial .whopic img {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    float: left;
}

.testimonial .whopic strong {
    float: left;
    margin-top: 10px;
    padding-left: 10px;
}

.testimonial .whopic small {
    display: block;
    font-size: 12px;

}

.testimonial-text {
    display: block;
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    width: 70%;
    line-height: 1.3em;
}

/*
3.5 Price table
******************************************************************/
.price-table {
    margin-top: 70px;
    margin-bottom: 20px;
}

.price-column {
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: center;
}

.price-column h5 {
    background-color: #181A1C;
    text-transform: uppercase;
    text-align: center;
    color: #FECE1A;
    padding: 40px 0px;
    font-size: 30px;
    margin-top: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}

.price-column h5 {
    background-color: #181A1C;
    text-transform: uppercase;
    text-align: center;
    color: #FECE1A;
    padding: 40px 0px;
    font-size: 24px;
    margin-top: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}

.price-column .list {
    list-style: none;
    margin: 20px 50px;
}

.price-column .list li {
    font-weight: lighter;
    color: #747C89;
    font-size: 20px;
    border-bottom: 1px solid #747C89;
    padding: 25px 0px;
}

.price-column .list li.price {
    text-align: center;
    font-size: 31px;
    background-color: white;
    color: #747C89;
    margin-top: 25px;
}

.price-text {
    margin: 30px 0 20px;
    font-size: 20px;
    color: #181A1C;
    font-weight: normal;
}

/*
3.6 Newsletter
********************************************************************/
.newsletter, .newsletter h3 {
    color: #D7DDDE;
}

.newsletter .title h3 {
    text-align: left;
    padding: 0;
    margin: 0;
}

.newsletter form {
    text-align: right;
}

.newsletter input {
    margin-top: 10px;
    padding: 15px;
    height: auto;
}

.newsletter button {
    margin: 0 0 0 20px;
}

.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color: #FFF;
    color: #181A1C;
}

/*
3.7 Contact
********************************************************************/
.contact {
    background: #181a1c;
}

.contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: #fdcd1a;
}

.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}

.contact textarea {
    height: 120px;
}

.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}

.contacts > li {
    margin-top: 15px;
}

.contacts > li > a {
    color: #fff;
}

.contact-info {
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact-info p {
    font-weight: normal;
}

.contact-info .icon {
    margin: 10px auto;
    font-size: 30px;
}

.map-canvas {
    position: absolute;
    margin-bottom: 20px;
    width: 100%;
    height: 500px;
    color: #29383F;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.contact .social {
    display: inline-block;
    margin-left: 0;
}

.contact .social li {
    line-height: 32px;
    padding: 10px 10px;
    font-family: 'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}

.contact .social li a {
    color: #fff;
}

.contact .social li a:hover {
    color: #181A1C;
}

.message-btn {
    border: 1px solid #747C89;
    color: #747C89;
    background-color: transparent;
    padding: 15px 30px;
    font-size: 17px;
}

.message-btn:hover {
    background-color: #FECE1A;
}

.contact-info {
    text-align: center;
    font-size: 22px;
}

.info-mail {
    border: 1px solid white;
    width: 60%;
    margin: 0 auto;
    padding: 15px;
    color: #181A1C;
}

.black {
    color: #181A1C;
}

/*
3.8 Footer
********************************************************************/
.footer {
    background: #181A1C;
    text-align: center;
}

.footer > p {
    color: #fff;
    margin: 0;
}

.footer a {
    color: #FECE1A;
}

.footer a:hover, .footer a:focus {
    text-decoration: underline;
}

.scrollup {
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    width: 39px;
    height: 39px;
    border-radius: 5px;
    font-size: 20px;
    position: fixed;
    z-index: 200;
    bottom: 80px;
    right: 20px;
    border: 1px solid #fff;
    display: none;
    background: #FECE1A;
}

.scrollup > a {
    position: relative;
    top: 7px;
    color: #fff;
}

.line-bord {
    border-color: #181a1c #fece1a #fece1a #fece1a;
    border-style: solid;
    border-width: 2px 600px 0 600px;
    height: 0;
    width: 0;
    display: inline-block;
}

.block {
    background: green;
    position: relative;
    width: 100%;
    height: 50px;
}

.block::after {
    content: '';
    position: absolute;
    bottom: -620px;
    /* top: 15px; */
    right: 0%;
    border: 600px solid transparent;
    border-top: 20px solid green;
}

.conn_main {
    float: left;
    margin: 0 150px;
}

.conn_field {
    clear: both;
    text-align: right;
    line-height: 25px;
    padding-bottom: 10px;
}

.conn_err {
    color: red;
    font-size: 12px;
    text-align: left;
}

.butt_conn {
    text-align: center;
}

.text_centr {
    text-align: -webkit-center;
    text-align: center;
}

.article {
    width: 90%;
    background: #ffffff;
    color: black;
    min-height: 70vh;
    margin: 30px auto;
    padding: 20px;
    border: 2px solid #181a1c;
    box-shadow: 4px -2px 6px 1px rgba(43, 43, 43, 0.5);

}

.article p {
    color: black;
}

.docs {
    width: 80%;
    height: 80vh;
    background: url(../../images/document.png) no-repeat 100% 100%;
    margin: 20px auto;
    padding: 20px;
    background-size: auto 50%;
}

.doc_list {
    #width: 900px;
    #margin: 20px auto;

}

.name_doc {
    padding: 20px;
    #margin-bottom: 20px;
    border-bottom: 1px solid #747474;
    background-color: #fece1a;
}

.name_doc:hover {
    padding: 20px;
    #margin-bottom: 20px;
    border-bottom: 1px solid #747474;
    background-color: #000000;
}

.title_doc_list {
    width: 80%;
    border-bottom: 1px solid black;
    color: black;
    text-align: center;
    #margin-bottom: 30px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
}

.remm-kl {
    text-align: center;
}

.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.checkbox__text {
    position: relative;
    padding: 0 0 0 0px;
    cursor: pointer;
    left: -30px
}

.checkbox__text:before {
    content: '';
    position: absolute;
    top: -4px;
    right: 40px;
    width: 36px;
    height: 19px;
    border-radius: 13px;
    background: #fece1a;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
    transition: .2s;
    border: 1px solid black;
}

.checkbox__text:after {
    content: '';
    position: absolute;
    top: -1px;
    margin: 0 2px 0 auto;
    right: 41px;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background: #181a1c;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: .2s;
}

.checkbox input:checked + .checkbox__text:before {
    background: #181a1c;

}

.checkbox input:checked + .checkbox__text:after {
    margin: 0 19px 0 auto;
    background: #fece1a;
    top: -1px;
}

.checkbox input:focus + .checkbox__text:before {
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2), 0 0 0 3px rgba(255, 255, 0, .7);
}

.tab_rate p {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.tab_rate {
    border-collapse: collapse;
    width: 90%;
    font-size: 0.7em;
}

.tab_acc input {
    margin: 0 10px 20px 0;
}


.com_en {
    padding-left: 40px;
    vertical-align: bottom;
    font-size: 12px;

}

.bibox {
    border: 1px solid black;
    color: navy;
    border-radius: 10px;
    margin: 0;
    padding: 0;
    overflow: hidden;

}

.box {

    width: 600px;
    background: linear-gradient(to top, #fefcea, #B7DCE1);
    border: 1px solid;


}

.box ul li {
    /*margin:0 40 0 auto;*/
    width: 600px;
    background-color: #ffffff;
    border-top: 1px solid black;
    font-size: 18px;
    padding-left: 25px;

}

.box a {
    color: navy;
}

.box h4 {
    cursor: pointer;
    margin: 5px;
}


.pay form label {
    display: inline;
    padding: 0 10px;
}

.pay input[type="date"] {
    width: 120px;
    background-color: #25282b;
    border: 0.1em solid #fece1a;
    color: #fece1a;
}

.pay input[type="submit"] {


    vertical-align: top;
    background-color: #fece1a;
    border: 1px solid #181a1c;
    padding: 4px 15px;
    border-radius: 2px;
    margin-left: 16px;
}

.payment {
    color: black;

    margin-top: 20px;
}

.payment table {
    border: 1px solid #979696;
    border-collapse: collapse;
    font-size: 12px;
    background-color: #ffffff;
}

.payment table td {
    border-bottom: 1px solid #979696;
    padding: 3px 10px 3px 10px;
    border-collapse: collapse;
}

.navPerson {
    float: left;
    padding: 5px;
    background-color: #181a1c;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    width: 186px;
    text-align: center;
    margin-bottom: 10px;
}

.navPerson a {
    color: white
}

.radiusLeft {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: 2px solid white;
}

.radiusRight {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 2px solid white;
}

.tv_table {
    background-color: #ddf0ff;
    border-radius: 5px;
    box-shadow: 2px 0px 20px rgb(0, 0, 0);

}

.contract {

    background-color: #ddf0ff;
    color: black;
    box-shadow: 2px 0px 20px rgb(0, 0, 0);
    border-radius: 7px;
    padding: 15px;
}

.per-contant {
    width: 600px;
    margin: 0 auto;
}


.tv_table td {
    padding: 5px;


}

#pay_cont {
    margin: 0 auto;
    padding-left: 15px;
}

/*
 * 3.9 Person menu
 * ***********************************************************************/
.nav-pers {
    width: 200px;
    padding: 10px;
    text-align: center;
    border-left: 1px solid #fece1a;
    border-right: 1px solid #fece1a;
    /* border-top: 1px solid #181a1c; */
    float: left;
    margin-top: 30px;
}

.nav-pers:hover {
    min-width: 90px;
    padding: 10px;
    text-align: center;
    border-left: 1px solid #fece1a;
    border-right: 1px solid #fece1a;
    float: left;
    margin-top: 30px;
    background-color: #2b2b26;
    color: #fece1a;
}

.pers-nav-active {
    width: 200px;
    padding: 10px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    float: left;
    margin-top: 30px;
    background: white;
    position: relative;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;


}

.per-nav {
    max-width: 900px;
    margin: 0 auto;

}

.per-core {
    width: 100%;
    background: white;
    color: black;
    border: 1px solid black;
    min-height: 70vh;
}

.pers-container {
    padding: 20px;
    /*#width: 80%;                                 */
}

.pers-bb-hide {
    width: 100%;
    height: 5px;
    background-color: white;
    position: absolute;
    bottom: -2px;
    right: 0;
    margin-left: -10px;

}


/*
4 Responsible
********************************************************************/
@media (min-width: 1200px) {
    .thumbnail .more {
        margin-left: -41px;
        width: 80px;
        height: 80px;
        border-radius: 40px;
        line-height: 80px;
    }

    .line-bord {
        border-color: #181a1c #fece1a #fece1a #fece1a;
        border-style: solid;
        border-width: 2px 600px 0 600px;
        height: 0;
        width: 0;
        display: inline-block;
    }
}

@media (max-width: 1200px) {
    .navbar .nav > li > a {

        font-size: 0.6em;

    }

    .navbar .bar-connect > a {

        font-size: 0.6em !important;
        left: calc(50% - 53px) !important;

    }

    .triangle, .bar-connect, .exclamation-circle, .info-block h1 {
        display: none;
    }

    .temp-header-block {
        padding: 0 !important;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {

    .line-bord {
        border-color: #181a1c #fece1a #fece1a #fece1a;
        border-style: solid;
        border-width: 2px 300px 0 300px;
        height: 0;
        width: 0;
        display: inline-block;

    }

    .navbar .nav > li > a {

        font-size: 12px;

    }

    .span4 {
        width: 270px;
    }
}

.thumbnail h4 {
    font-size: 16px;
}


@media (max-width: 1024px) {

    .price-column h5 {
        background-color: #181A1C;
        text-transform: uppercase;
        text-align: center;
        color: #FECE1A;
        padding: 40px 0px;
        font-size: 24px;
        margin-top: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 10px 10px 0px 0px;
        border-radius: 10px 10px 0px 0px;

    }

    .conn_main {
        float: left;
        margin: 0 15px;
    }

    .pers-name {
        float: left;
        padding-left: 20px;
        color: #ffffff;
        font: 10px Verdana, Arial, sans-serif;
        padding-top: 10px;
        font-weight: 900;
    }

    body {
        padding-left: 0;
        padding-right: 0;
    }

    .checkbox__text:after {

        right: 1px;
    }


    .payment table {

        font-size: 10px;
        padding: 0;

    }

    .payment table td {

        font-size: 8px;
        padding: 0 3px;
        border: 1px solid #181a1c;

    }

    .checkbox__text:before {
        right: 0;
    }

    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }

    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }

    .section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }

    .nav-collapse {
        clear: both;
    }

    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }

    .nav-collapse .nav > li {
        float: none;
    }

    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }

    .thumbnail .more {
        margin-left: -21px;
        width: 40px;
        height: 40px;
        border-radius: 30px;
        line-height: 40px;
    }

    .thumbnail:hover .more {
        margin-top: -20px;
    }

    .newsletter form {
        text-align: center;
    }

    .triangle {
        margin: 0 auto;
        text-align: center;
        width: 0;
        height: 0;
        border-top: 0px solid #181A1C;
        border-left: 0px outset transparent;
        border-right: 0px outset transparent;
        position: relative;
    }

    .line-bord {
        border-color: #181a1c #fece1a #fece1a #fece1a;
        border-style: solid;
        border-width: 2px 150px 0 150px;
        height: 0;
        width: 0;
        display: inline-block;
    }


    .docs {
        width: 300px;
        height: 80vh;
        background: url(../../images/document.png) no-repeat 100% 100%;
        margin: 20px auto;
        padding: 20px;
        background-size: auto 50%;
    }

    .article {
        width: 300px;

    }

    .span5 {
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    .price-column h4 {
        background-color: #181A1C;
        text-transform: uppercase;
        text-align: center;
        color: #FECE1A;
        padding: 40px 0px;
        font-size: 24px;
        margin-top: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 10px 10px 0px 0px;
        border-radius: 10px 10px 0px 0px;

    }


    .payment table {
        width: 10%;
        min-width: 300px;
    }

    .payment table td {
        border: 1px solid #181a1c;
        padding: 0;
        border-collapse: collapse;
        font-size: 8px;
    }

    .line-bord {
        border-color: #181a1c #fece1a #fece1a #fece1a;
        border-style: solid;
        border-width: 2px 150px 0 150px;
        height: 0;
        width: 0;
        display: inline-block;
    }

    .nav-pers {
        width: 90px;
        padding: 10px;
        font-size: 10px;
        text-align: center;
        border-left: 1px solid #fece1a;
        border-right: 1px solid #fece1a;
        /* border-top: 1px solid #181a1c; */
        float: left;
        margin-top: 30px;
        font-size: 10px;
    }

    .pers-nav-active {
        width: 90px;
        font-size: 10px;
        padding: 10px;
        border-left: 1px solid black;
        border-right: 1px solid black;
        border-top: 1px solid black;
        float: left;
        margin-top: 30px;
        background: white;
        position: relative;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        text-align: center;


    }

    .nav-pers:hover {
        width: 90px;
        padding: 10px;
        text-align: center;
        border-left: 1px solid #fece1a;
        border-right: 1px solid #fece1a;
        float: left;
        margin-top: 30px;
        background-color: #2b2b26;
        color: #fece1a;
    }

    .info-mail {
        width: 90%;
        padding: 15px 0px;
    }

    .project-description {
        padding-left: 20px;
    }

    .price-column, .testimonial {
        margin-top: 30px;
    }

}

@media (max-width: 640px) {

    .price-column h5 {
        background-color: #181A1C;
        text-transform: uppercase;
        text-align: center;
        color: #FECE1A;
        padding: 40px 0px;
        font-size: 24px;
        margin-top: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 10px 10px 0px 0px;
        border-radius: 10px 10px 0px 0px;

    }

    .pay form label {
        display: block;
        width: 100%;
    }

    .pay input[type="date"] {

        width: 90%;
    }

    .pay input[type="submit"] {
        width: 50%;
        display: block;
        margin: 0 auto;
    }

    .conn_main {
        float: left;
        margin: 0 15px;
    }

    form .conn_field input[type="text"] {
        width: 90%;

    }

    form .conn_field label {
        display: block;

    }
}


.connSuc h5 {
    color: black;
    font-size: 24px;
}

.connSuc {
    color: black;
    padding: 20px 0 0 200px;
}

.scrollConn {
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    padding: 1px;
    width: 59px;
    height: 59px;
    border-radius: 50px;
    font-size: 20px;
    position: fixed;
    bottom: 10px;
    right: 9px;
    border: 1px solid #181a1c;
    background: #FECE1A;
    animation-name: example;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes example {
    0% {
        background-color: #181A1C;
    }
    25% {
        background-color: #FECE1A;
    }
    50% {
        background-color: #181A1C;
    }
    75% {
        background-color: #FECE1A;
    }
    100% {
        background-color: #181A1C;
    }
}

.scrollConn > a {
    position: relative;
    bottom: 1px;
    z-index: 100;
    #color: #fff;
}

#account input {
    size: 10;
    font-size: 8px;
}

div.block_acc {
    padding-bottom: 5px;
}

div.block_acc label {
    display: block;
    float: left;
    width: 70px;
    height: 15px;
}

.clear {
    clear: both;
}

.widht-100 {
    width: 100%
}

.text-on-box {
    text-align: justify;
    padding: 30px;
    color: #171a1c;
    min-height: 150px;
}

.news-block p {
    color: #000000;
}

.bar-connect {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 70px;
    background: #00000000;
    z-index: 1000;
    border-top: 1px solid #f7cf37;
}

.bar-connect a {
    color: white;
    border: none;
    padding: 11px;
    width: 122px;
    left: calc(50% - 72px);
    position: relative;
    z-index: 1000;
    text-transform: uppercase;
    /*line-height: auto;*/
    vertical-align: middle;
    margin: 10px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    text-shadow: none;
    text-decoration: none;
    top: 2px;
"
}

.map-wrapper .container .row {
    margin-left: 0 !important;
}

.contact-block {
    color: #585858;
    border-bottom: 1px solid rgba(88, 88, 88, 0.22);
    font-variant: small-caps;
    letter-spacing: 0.07rem;
    margin-bottom: 40px;
}

.map-wrapper h6 {
    color: #585858;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: arial, sans-serif;
    font-weight: 600;
    text-align: start;
    transition-property: opacity, transform;
    font-style: normal;
    font-stretch: normal;
}

.contact-block ul > li {
    list-style-type: none;
    padding: 0;
    margin-bottom: 25px;
}

.contact-block ul > li span {
    color: #585858;
    padding-right: 10px;
}

.contact-block ul {
    margin-top: 24px;
}

.contact-block a {
    color: #585858;
}

.contact-block a:hover {
    color: black;
}

.map-wrapper form input, .map-wrapper form textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #585858;
    border-radius: 0;
}

.map-wrapper form input {
    min-height: 37px;
}

.map-wrapper form textarea {
    min-height: 97px;
    resize: none;
}

.map-wrapper form button {
    width: 100%;
    color: #f7cf37;
    background: black;
    border-radius: 5px;
    padding: 4px;
}

.map-wrapper form .row {
    margin-bottom: 5px;
    color: #585858;
}

.map-wrapper .container {
    padding-top: 15px;
}

#contact .title {
    border-bottom: 1px solid rgba(88, 88, 88, 0.22);
}

#contact h2 {
    color: #585858;
}

.temp-header-mess {
    padding: 0 20px;
}

.temp-header-block {
    padding: 0 0 0 150px;
}

.info-block {
    margin: 65px 0;
}

.success-contact-us-wrapp {
    display: none;
    position: absolute;
    width: 100%;
    background: #ffffff;
    height: 100%;
    z-index: 1;
    opacity: 0.9;
}

.success-contact-us {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.success-contact-us span {
    color: #ffd400;
    font-size: 28px;
}

.success-contact-us i {
    font-size: 200px;
    color: #00fd67;
}

.contact-us-errors {
    color: #ff5858;
    font-weight: 100;
    font-size: 15px;
}