
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400);
@import url(../fonts/fontawesome/css/font-awesome.min.css);
@import url(../js/plugins/fancybox/jquery.fancybox.css);
@import url(../js/plugins/uikit/uikit.css);
@import url(../js/plugins/bxslider/jquery.bxslider.css);
@import url(../js/plugins/owl-carousel/owl.carousel.css);
@import url(../js/plugins/owl-carousel/owl.theme.css);
@import url(../js/plugins/owl-carousel/owl.transitions.css);
@import url(../js/plugins/funnyText/jquery.funnyText.css);


/*
Notes:
    Color 1: #2c3e50 rgba(44, 62, 80, 1)
    Color 2: #f1c40f rgba(241, 196, 15, 1)

*/

body {
    margin: 0;
    padding: 0;
    color: #636363;
    overflow-x: hidden;
    font-weight: normal;
    background-color: #2c3e50;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    font: 16px/24px 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.browsehappy { margin: 0.2em 0; background-color: #cccccc; color: #000000; padding: 0.2em 0; }
.container { overflow: hidden; }


a { color: #2c3e50; }
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    outline: none;
    color: #f1c40f;
    text-decoration: none;
}


#Loader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    background-color: #141e27;
}
#circle {
    top: 50%;
    left: 50%;
	width: 50px;
	height: 50px;
    opacity: 0.9;
	margin-top: -25px;
    margin-left: -25px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);

    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
         -o-border-radius: 50px;
            border-radius: 50px;

    -webkit-box-shadow: 0 0 35px #f1c40f;
       -moz-box-shadow: 0 0 35px #f1c40f;
         -o-box-shadow: 0 0 35px #f1c40f;
            box-shadow: 0 0 35px #f1c40f;

    -webkit-border: 5px solid #f1c40f;
       -moz-border: 5px solid #f1c40f;
         -o-border: 5px solid #f1c40f;
            border: 5px solid #f1c40f;

    -webkit-border-left: 5px solid rgba(0, 0, 0, 0);
       -moz-border-left: 5px solid rgba(0, 0, 0, 0);
         -o-border-left: 5px solid rgba(0, 0, 0, 0);
            border-left: 5px solid rgba(0, 0, 0, 0);

	-webkit-border-right: 5px solid rgba(0, 0, 0, 0);
       -moz-border-right: 5px solid rgba(0, 0, 0, 0);
         -o-border-right: 5px solid rgba(0, 0, 0, 0);
            border-right: 5px solid rgba(0, 0, 0, 0);

    -webkit-animation:spinPulse 1s infinite ease-in-out;
	   -moz-animation:spinPulse 1s infinite ease-in-out;
        -ms-animation:spinPulse 1s infinite ease-in-out;
         -o-animation:spinPulse 1s infinite ease-in-out;
            animation:spinPulse 1s infinite ease-in-out;
}

#circle1 {
    top: 50%;
    left: 50%;
	width: 30px;
	height: 30px;
    opacity: 0.9;
	margin-top: -15px;
    margin-left: -15px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);

    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
         -o-border-radius: 50px;
            border-radius: 50px;

    -webkit-border: 5px solid #f1c40f;
       -moz-border: 5px solid #f1c40f;
         -o-border: 5px solid #f1c40f;
            border: 5px solid #f1c40f;

    -webkit-border-left: 5px solid rgba(0, 0, 0, 0);
       -moz-border-left: 5px solid rgba(0, 0, 0, 0);
         -o-border-left: 5px solid rgba(0, 0, 0, 0);
            border-left: 5px solid rgba(0, 0, 0, 0);

	-webkit-border-right: 5px solid rgba(0, 0, 0, 0);
       -moz-border-right: 5px solid rgba(0, 0, 0, 0);
         -o-border-right: 5px solid rgba(0, 0, 0, 0);
            border-right: 5px solid rgba(0, 0, 0, 0);

    -webkit-box-shadow: 0 0 15px #f1c40f;
       -moz-box-shadow: 0 0 15px #f1c40f;
         -o-box-shadow: 0 0 15px #f1c40f;
            box-shadow: 0 0 15px #f1c40f;

	-webkit-animation: spinoffPulse 1s infinite linear;
       -moz-animation: spinoffPulse 1s infinite linear;
        -ms-animation: spinoffPulse 1s infinite linear;
         -o-animation: spinoffPulse 1s infinite linear;
            animation: spinoffPulse 1s infinite linear;
}


.telephone-shapka {
    text-align: left;
    color: #e2e2e2;
}

.telephone-call {
	font-size:22px;
	font-weight: bold;
}

i.fa-mobile {
    position: relative;
    top: 5px;
	font-size: 34px;
}


.readmore {
    color: #ffffff;
    background-color: #2c3e50;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 30px;
    margin-bottom:30px;
    font-size:24px;
}


#topcontrol {
  float: left;
    margin-bottom: 50px; 
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 9999;
    bottom: -50px;
    position: fixed;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    background-color: transparent;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
#topcontrol a {
    width: 40px;
    height: 40px;
    display: block;
    color: #f1c40f;
    line-height: 34px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-border: 2px solid #f1c40f;
       -moz-border: 2px solid #f1c40f;
         -o-border: 2px solid #f1c40f;
            border: 2px solid #f1c40f;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
#topcontrol a i { line-height: 34px; }
#topcontrol.topdisplay { bottom: 16px; }


.main-color { color: #f1c40f; }


input,
textarea { color: #000000; }
.placeholder { color: #aaaaaa; }



h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    line-height: 1.2;
    font-weight: normal;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p { margin: 0 0 10px; }

b,
strong { font-weight: 700; }


::selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #2c3e50;
}
::-webkit-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #2c3e50;
}
::-moz-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #2c3e50;
}


.section-title {
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 70px;
}
.section-title h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
}
.section-title:after {
    left: 50%;
    width: 20%;
    content: '';
    height: 4px;
    bottom: -8px;
    margin-left: -10%;
    position: absolute;
    background-color: #2c3e50;
}


.short-title {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}


#header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    position: absolute;
    text-align: center;
    padding-top: 30px; 
}


#logo {
    width: 100%;
    text-align: center;
}


#home-section {
    z-index: 1;
    width: 100%;
    position: relative;
}
#home-section-wrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
	background-image: url(../images/background/bg.jpg)
}


#map {
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    position: absolute;
}


.parallax-image #home-section {
    background-color: #2c3e50;

    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
    background-image: url(../../../yandex-direct.vpluce.ru/images/background/1-1920x1200.html);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}


.pattern #home-section { background: url(../../../yandex-direct.vpluce.ru/images/background/pattern.html) repeat; }
.pattern #home-section-wrapper { background-color: rgba(0, 0, 0, 0.0); }

/* Static Color
---------------------------------------------------------------------------*/
.static-color #home-section { background-color: #2c3e50; }


.static-video #home-section-wrapper { background-color: rgba(0, 0, 0, 0.3); }


#home-section-container {
    left: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    text-align: center;

}


.bx-wrapper { margin: 0 auto 17px; }


.bx-wrapper .bx-viewport {
    background-color: transparent;

	-webkit-border: 0;
       -moz-border: 0;
         -o-border: 0;
            border: 0;
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;
}


ul.bxslider {
    margin: 0;
    padding: 0;
    text-align: center;
}



.bx-wrapper .bx-pager {
    left: 0;
    bottom: 10px;
    position: fixed;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	width: 15px;
	height: 15px;
    background-color: #ffffff;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #f1c40f;
}


ul.bxslider h1 {
	font-size: 55px;
    letter-spacing: 1px;
	text-transform: uppercase;
}


#home-section .social-icons li { margin-bottom: 0; }

.btn-raschet {
	font-size: 20px;
}


#nav-wrapper {
    left: 0;
    top: -100%;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
    position: fixed;
    background-color: #2c3e50;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
#nav-wrapper:after {
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
}
#your-change {
    margin: 0;
    z-index: 1;
    position: relative;
    padding: 90px 0 53px;
    background-color: #ffffff;
}
#your-change:after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;

    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
}




#Our-Services-section {
    margin: 0;
    z-index: 1;
    position: relative;
    padding: 90px 0 53px;
    background-color: #ffffff;
}

#Our-Services-section:after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;

    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
}


.services-box {
    width: 100%;
    margin: 0 0 50px;
    overflow: hidden;
}


.services-icon {
    float: left;
    width: 60px;
    height: 60px;
    color: #2c3e50;
    font-size: 30px;
    line-height: 56px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-border: 2px solid #2c3e50;
       -moz-border: 2px solid #2c3e50;
         -o-border: 2px solid #2c3e50;
            border: 2px solid #2c3e50;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}


.services-box .title-main h1 {
    color: #2c3e50;
    line-height: 1;
    font-size: 26px;
    letter-spacing: 1px;
    margin: 0 0 9px 80px;
    text-transform: uppercase;
}
.services-box.services-box2 .title-main h1 {
    margin: 0 0 9px;
}


.services-box .title-desc h3 {
    color: #f1c40f;
    margin: 0 0 13px 80px;
}
.services-box.services-box2 .title-desc h3 {
    margin: 0 0 13px;
}
.services-box.services-box2 .content { margin: 0; }

.services-box .content { margin: 0 0 0 80px; }
.services-box .content p:last-child { margin: 0; }


.services-box:hover .services-icon { background-color: #f1c40f; }

.services-box2 .title-main h1 {
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
}

.services-icon2 img {
    width: 100px;
    margin: 10px auto 25px;
}

/* block sravnenie */

#Blovk_Sravnenie {
    margin: 0;
    z-index: 1;
    position: relative;
    padding: 90px 0 53px;
    background-color: #ffffff;
}
#Blovk_Sravnenie:after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;

    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
}

.podzagolovok {
    color: #2c3e50;
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
}

.sravnenie_perechen {
    text-align: left;
}

.sravnenie_perechen p {
    height: 52px;
    padding-top: 12px;
	color: #172944;
    font-weight: 600;
}


.sravnenie_inside {
    text-align: center;
}

.sravnenie_inside p {
    height: 52px;
    padding-top: 20px;
    font-size:30px;

}

.vpluce_block {
    background-color: #E8FFC9;
}

.nazvanie_kompanii {
    color: #2c3e50;
    font-weight: 800;
    height: 52px;
    padding-top: 20px;
    font-size:20px;
}

.hover_effect:hover {
    background-color: #EDD679;
}

.button_sravnenie {
    text-align: center;
    padding-top: 30px;
}

.button_sravnenie:before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
}
/* end block Sravnenie */

#portfolio-section {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #2c3e50;

    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
    background-image: url(../images/background/portfolio-section.jpg);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
#portfolio-section .container { overflow: visible; }
#portfolio-section-wrapper {
    z-index: 1;
    width: 100%;
    padding: 103px 0;
    position: relative;
}
#portfolio-section-wrapper:after {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: '';
    height: 100%;
    opacity: 0.8;
    position: absolute;
    background-color: #2c3e50;
}


.owl-wrapper-outer { z-index: 2; }


.owl-navigation {
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    position: absolute;
    text-align: center;
}
.owl-navigation a {
    height: 50px;
    color: #ffffff;
    font-size: 72px;
    line-height: 50px;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.owl-navigation a i { line-height: 50px; }
.portfolio-prev {
    z-index: 9;
    float: left;
    position: relative;
    margin-left: -150px;
}
.portfolio-next {
    z-index: 9;
    float: right;
    position: relative;
    margin-left: 175px;
}
.owl-navigation a:hover { color: #f1c40f; }


.portfolio-item {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 290px;
    overflow: hidden;
    position: relative;
}


.portfolio-content {
    width: 100%;
    position: relative;

	-webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}


.portfolio-content img {
    width: 100%;

	-webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}


.portfolio-overlayer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    position: absolute;
    background-color: transparent;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;

    -webkit-border: 10px solid rgba(0, 0, 0, 0.4);
       -moz-border: 10px solid rgba(0, 0, 0, 0.4);
         -o-border: 10px solid rgba(0, 0, 0, 0.4);
            border: 10px solid rgba(0, 0, 0, 0.4);
}

.portfolio-overlayer a {
    top: 50%;
    left: 37%;
    z-index: 0;
    opacity: 0;
    width: 50px;
    height: 50px;
    color: #ffffff;
    display: block;
    font-size: 22px;
    margin-top: -25px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-border: 2px solid #ffffff;
       -moz-border: 2px solid #ffffff;
         -o-border: 2px solid #ffffff;
            border: 2px solid #ffffff;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.portfolio-overlayer a:first-child {
    font-size: 24px;
    margin-left: -57px;
}
.portfolio-overlayer a:last-child {
    margin-left: 7px;
    line-height: 44px;
}

.portfolio-overlayer a:hover {
    color: #f1c40f;

    -webkit-border-color: #f1c40f;
       -moz-border-color: #f1c40f;
         -o-border-color: #f1c40f;
            border-color: #f1c40f;
}
.portfolio-content:hover .portfolio-overlayer { background-color: rgba(0, 0, 0, 0.3); }


.portfolio-text-podrobnee {
	text-align: center;
	color:#CDCDCD;
	margin-top:15px;
}


#about-section {
    margin: 0;
    z-index: 1;
    position: relative;
    padding: 90px 0 63px;
    background-color: #ffffff;
}
#about-section:after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;

    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
}
#about-section .short-title h1 { color: #2c3e50; }
#about-section .col-md-8 .col-md-12 { padding: 0; }
#about-section .col-md-8 .col-md-6:nth-child(odd) { padding-right: 0; }
#about-section .col-md-8 .col-md-6:nth-child(even) { padding-left: 0; }


.about-desc {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.about-desc p:last-child { margin-bottom: 0; }
.about-desc .progress:last-child { margin-bottom: 0; }
.about-desc .progress:first-child { margin-top: 5px; }


.about-image {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 20px;
}

/* block pod konsultaciy */

.block_konsultaciya {
    text-align: center;
}

.block_konsultaciya h1 {
    color: #2c3e50;
    font-size: 30px;
    margin: 50px 0;
}

#form_konsultaciya_free input {
    font-size: 22px;
}

#team-section {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #2c3e50;

    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
    background-image: url(../images/background/portfolio-section.jpg);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
#team-section .container { overflow: visible; }
#team-section-wrapper {
    z-index: 1;
    width: 100%;
    position: relative;
    padding: 103px 0 93px;
}
#team-section-wrapper:after {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: '';
    height: 100%;
    opacity: 0.8;
    position: absolute;
    background-color: #2c3e50;
}


.member-item {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 290px;
    overflow: hidden;
    position: relative;
}


.member-img {
    width: 100%;
    overflow: hidden;
    margin: 0 0 17px;
    position: relative;
}
.member-img img {
    width: 100%;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}


.member-overlayer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    position: absolute;
    background-color: transparent;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;

    -webkit-border: 10px solid rgba(0, 0, 0, 0.4);
       -moz-border: 10px solid rgba(0, 0, 0, 0.4);
         -o-border: 10px solid rgba(0, 0, 0, 0.4);
            border: 10px solid rgba(0, 0, 0, 0.4);
}


.member-overlayer ul {
    left: 0;
    top: 50%;
    opacity: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    margin: -25px 0 0;
    text-align: center;
    position: absolute;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.member-overlayer ul li {
    opacity: 0;
    margin: 0 5px;
    display: inline-block;
}
.member-overlayer a {
    width: 50px;
    height: 50px;
    color: #ffffff;
    display: block;
    font-size: 22px;
    line-height: 46px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-border: 2px solid #ffffff;
       -moz-border: 2px solid #ffffff;
         -o-border: 2px solid #ffffff;
            border: 2px solid #ffffff;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}


.member-name h1 {
    width: 100%;
    color: #f1c40f;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.member-title h2 {
    width: 100%;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
}

.member-vk {
	margin-top:5px;
}

.member-vk p {
    width: 100%;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
	font-size: 18px;
}

.member-vk p img {
	margin-right:10px;
}

.member-vk p a {
	color:#6DBCD6;
}

.member-vk p a:hover {
	color:#5886B9;
}


.member-overlayer a:hover {
    color: #f1c40f;

    -webkit-border-color: #f1c40f;
       -moz-border-color: #f1c40f;
         -o-border-color: #f1c40f;
            border-color: #f1c40f;
}
.member-item:hover .member-overlayer ul { opacity: 1; }
.member-item:hover .member-overlayer { background-color: rgba(0, 0, 0, 0.3); }


.team-prev {
    z-index: 9;
    float: left;
    position: relative;
    margin-left: -150px;
}
.team-next {
    z-index: 9;
    float: right;
    position: relative;
    margin-left: 175px;
}


#pricing-section {
    margin: 0;
    z-index: 1;
    position: relative;
    padding: 90px 0 59px;
    background-color: #ffffff;
}
#pricing-section:after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;

    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
}


.pricing-table {
    max-width: 300px;
    overflow: hidden;
    padding-top: 17px;
    margin: 0 auto 43px;
}


.circle {
    width: 280px;
    text-align: center;
    position: relative;
    margin: 0 auto 77px;


    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
    
.wrapper-name-tarif {
    background-color: #2a5885;
}
.wrapper-name-tarif-one {
    background-color: #007539;
}.wrapper-name-tarif-two {
    background-color: #1faee9;
}
.wrapper-name-tarif-top {
    background-color: #b82955;
    position: relative;
}

.opisanie-tarifa {
    text-align: left;
    padding:0 0 28px 20px;
}

.opisanie-tarifa ul li {
    list-style: none;
    line-height: 1.7;
    color: #2C3E50;
}

.opisanie-tarifa ul li i {
    margin-right:10px;
}


.tarif-vazhnoe {
	font-weight:600;
}

.front,
.back {
    float: left;
    width: 280px;
    text-align: center;
    background-color: #efefef;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;

    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}


.title {
    color: #C4C4C4;
    font-size: 30px;
    text-align: center;
    padding: 25px 10px 28px;
    text-transform: uppercase;
}

.title-top {
    color: #2C3E50;
    font-size: 30px;
    text-align: center;
    padding: 25px 10px 28px;
    text-transform: uppercase;
    font-weight: 800;
}

.wrapper-name-tarif-top span.top-icon {
    font-size: 20px;
    position: absolute;
    top:10px;
    right:15px;
}


.price { 
    margin-bottom: 23px;
    padding-bottom: 23px;
    color: #F5F5F5; 
}

.price span {
    font-weight: 600;
    line-height: 0.7;
    vertical-align: top;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.currency,
.end {
    font-size: 40px;
    line-height: 40px !important;
}
.price .total { font-size: 60px; }


.front .description {
    padding: 0 45px;
    font-size: 20px;
    line-height: 1.2;
    text-align:center;
}


.tinfo {
    opacity: 0;
    position: absolute;
    background-color: #2c3e50;
    -webkit-backface-visibility: hidden;

    -webkit-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
       -moz-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -ms-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
         -o-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
            transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}


.back .title { color: #ffffff; }


.back .description ul {
    width: 70%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
.back .description ul li {
    display: block;
    color: #ffffff;
    text-align: center;
}
.back .description ul li i { margin-right: 5px; }

.fa-check-circle {
    color:#61B817;
}


.popular {
    top: 0;
    left: 0;
    opacity: 0;
    color: #2c3e50;
    font-size: 30px;
    position: absolute;
}


.circle .btn-nesto { margin-top: 30px; }


.pricing-table:hover .front {
    opacity: 1;

    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.pricing-table:hover .tinfo {
    opacity: 1;

    -webkit-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
       -moz-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -ms-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
         -o-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
            transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.pricing-table:hover .front-popular {
    -webkit-border-radius: 10% 50% 50% 50% !important;
       -moz-border-radius: 10% 50% 50% 50% !important;
         -o-border-radius: 10% 50% 50% 50% !important;
            border-radius: 10% 50% 50% 50% !important;
}
.pricing-table:hover .popular {
    opacity: 1;

    -webkit-animation: popularAnim 0.7s 1;
       -moz-animation: popularAnim 0.7s 1;
         -o-animation: popularAnim 0.7s 1;
            animation: popularAnim 0.7s 1;
}


#clients-section {
    margin: 0;
    width: 100%;
    background-color: #2c3e50;

    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
    background-image: url(../images/background/clients-section.jpg);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
#clients-section .container { overflow: visible; }
#clients-section-wrapper {
    z-index: 1;
    width: 100%;
    position: relative;
    padding: 103px 0 143px;
}
#clients-section-wrapper:after {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: '';
    height: 100%;
    opacity: 0.8;
    position: absolute;
    background-color: #2c3e50;
}


.client-item-container {
    width: 100%;
    margin: 0 auto;
    padding: 25px 20px;
    text-align: center;
    position: relative;
}
.client-item-container:before {
    top: 0;
    right: 10px;
    width: 24px;
    height: 24px;
    color: #f1c40f;
    font-size: 24px;
    content: '\f10e';
    line-height: 24px;
    position: absolute;
    text-align: center;
    font-family: 'FontAwesome';
}
.client-item-container:after {
    bottom: 0;
    left: 10px;
    width: 24px;
    height: 24px;
    color: #f1c40f;
    font-size: 24px;
    content: '\f10d';
    line-height: 24px;
    position: absolute;
    text-align: center;
    font-family: 'FontAwesome';
}


.client-profile {
    text-align: center;
    position: relative;
    text-align: center;
    margin: 0 auto 20px;
}


.client-img {
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 20px;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}
.client-img:after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    position: absolute;
    background-color: transparent;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-border: 8px solid rgba(0, 0, 0, 0.4);
       -moz-border: 8px solid rgba(0, 0, 0, 0.4);
         -o-border: 8px solid rgba(0, 0, 0, 0.4);
            border: 8px solid rgba(0, 0, 0, 0.4);
}
.client-img img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}


.client-name {
    width: 100%;
    color: #f1c40f;
    font-size: 26px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.client-quote {
    width: 100%;
    position: relative;
}
.client-quote p {
    color: #ffffff;
    font-size: 20px;
    line-height: 34px;
}
.client-quote p:last-child { margin-bottom: 0; }


.owl-clients {
    width: 100%;
    padding: 0 15px;
}


.owl-clients .owl-controls {
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 55;
    margin-top: 20px;
    position: absolute;
    text-align: center;
}
.owl-clients .owl-controls .owl-page span {
    opacity: 1;
    margin: 5px;
    width: 15px;
    height: 15px;
    background: #ffffff;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.owl-clients .owl-page.active span,
.owl-clients .owl-page span:hover { background: #f1c40f; }


#faq-section {
    margin: 0;
    z-index: 1;
    position: relative;
    padding: 90px 0 68px;
    background-color: #ffffff;
}
#faq-section:after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;

    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
}


.faq-block {
    padding: 0;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 35px;
}


.faq-block.left .number { margin: 0 0 13px 8px; }
.faq-block.left .content { text-align: left; }
.faq-block.left .content:before {
    top: -16px;
    left: 16px;
}
.faq-block.left .content:after {
    top: -12px;
    left: 18px;
}


.faq-block.right .number { margin: 0 8px 13px auto; }
.faq-block.right .content { text-align: right; }
.faq-block.right .content:before {
    top: -16px;
    right: 16px;
}
.faq-block.right .content:after {
    top: -12px;
    right: 18px;
}


.faq-block .number {
    width: 50px;
    height: 50px;
    display: block;
    color: #2c3e50;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
    background-color: #ffffff;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-border: 2px solid #2c3e50;
       -moz-border: 2px solid #2c3e50;
         -o-border: 2px solid #2c3e50;
            border: 2px solid #2c3e50;
}


.faq-block .content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 18px 20px 8px;
    background-color: #ffffff;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;

    -webkit-border: 2px solid #2c3e50;
       -moz-border: 2px solid #2c3e50;
         -o-border: 2px solid #2c3e50;
            border: 2px solid #2c3e50;
}
.faq-block .content:before {
	width: 0;
	height: 0;
    content: '';
    position: absolute;

    -webkit-border-bottom: 15px solid #2c3e50;
       -moz-border-bottom: 15px solid #2c3e50;
         -o-border-bottom: 15px solid #2c3e50;
            border-bottom: 15px solid #2c3e50;

	-webkit-border-left: 15px solid transparent;
       -moz-border-left: 15px solid transparent;
         -o-border-left: 15px solid transparent;
            border-left: 15px solid transparent;

    -webkit-border-right: 15px solid transparent;
       -moz-border-right: 15px solid transparent;
         -o-border-right: 15px solid transparent;
            border-right: 15px solid transparent;
}
.faq-block .content:after {
	width: 0;
	height: 0;
    content: '';
    position: absolute;

    -webkit-border-bottom: 13px solid #ffffff;
       -moz-border-bottom: 13px solid #ffffff;
         -o-border-bottom: 13px solid #ffffff;
            border-bottom: 13px solid #ffffff;

	-webkit-border-left: 13px solid transparent;
       -moz-border-left: 13px solid transparent;
         -o-border-left: 13px solid transparent;
            border-left: 13px solid transparent;

    -webkit-border-right: 13px solid transparent;
       -moz-border-right: 13px solid transparent;
         -o-border-right: 13px solid transparent;
            border-right: 13px solid transparent;
}


.faq-block .quetsion {
    width: 100%;
    color: #2c3e50;
    font-size: 24px;
    overflow: hidden;
    margin: 0 auto 10px;
}


.faq-block:hover .quetsion { color: #f1c40f; }
.faq-block:hover .number { background-color: #f1c40f; }
.faq-block:hover .content {
    color: #ffffff;
    background-color: #2c3e50;
}
.faq-block:hover .content:after {
    -webkit-border-bottom: 13px solid #2c3e50;
       -moz-border-bottom: 13px solid #2c3e50;
         -o-border-bottom: 13px solid #2c3e50;
            border-bottom: 13px solid #2c3e50;
}


#funfacts-section {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #2c3e50;

    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
    background-image: url(../images/background/funfacts-section.jpg);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
#funfacts-section .container { overflow: visible; }
#funfacts-section-wrapper {
    z-index: 1;
    width: 100%;
    position: relative;
    padding: 100px 0 43px;
}
#funfacts-section-wrapper:after {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: '';
    height: 100%;
    opacity: 0.8;
    position: absolute;
    background-color: #2c3e50;
}


.funfact {
    max-width: 260px;
    text-align: center;
    margin: 0 auto 60px;
}


.fun-icon {
    width: 100%;
    color: #ffffff;
    font-size: 80px;
    overflow: hidden;
    margin-bottom: 22px;
}


.fun-number {
    width: 100%;
    color: #f1c40f;
    font-size: 70px;
    overflow: hidden;
    line-height: 70px;
    margin-bottom: 25px;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.fun-title {
    width: 100%;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}


#contact-section, #zakaz-section {
    margin: 0;
    z-index: 1;
    position: relative;
    padding: 90px 0 73px;
    background-color: #ffffff;
}
#contact-section:after, #zakaz-section:after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;

    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
}


.contactForm {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.form-group {
    margin: 0;
    padding: 0;
}


.contactForm textarea {
	width: 100%;
    resize: none;
    margin: 0 auto 30px;
    height: 142px !important;
}

.contactForm .form-control {
	width: 100%;
    height: 56px;
	padding: 17px;
    margin: 0 auto 30px;
	background-color: #ffffff;
	font-weight: 800;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;

    -webkit-border: 2px solid #2c3e50;
       -moz-border: 2px solid #2c3e50;
         -o-border: 2px solid #2c3e50;
            border: 2px solid #2c3e50;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.contactForm .form-control:hover,
.contactForm .form-control:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border: 2px solid #f1c40f;
       -moz-border: 2px solid #f1c40f;
         -o-border: 2px solid #f1c40f;
            border: 2px solid #f1c40f;
}

.contactForm button.submit {
    width: 100%;
    height: 56px;
    padding: 16px;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
    background-color: #2c3e50;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.contactForm .submit.active,
.contactForm .submit:active,
.contactForm .submit.focus,
.contactForm .submit:focus,
.contactForm .submit:hover {
	color: #2c3e50;
    outline-width: 0;
    position: relative;
    background-color: #f1c40f;
}

.error {
	top: 0;
    z-index: 2;
    float: right;
    color: #2c3e50;
    position: relative;
    margin: -69px 15px 0 0;
}
:-webkit-ui-invalid:not(output) { box-shadow: none; }
   :-moz-ui-invalid:not(output) { box-shadow: none; }
    :-ms-ui-invalid:not(output) { box-shadow: none; }
     :-o-ui-invalid:not(output) { box-shadow: none; }
         ui-invalid:not(output) { box-shadow: none; }


.alert-nesto {
    color: #ffffff;
    background-color: #2c3e50;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}
#contact-section .alert.alert-nesto { margin-bottom: 30px; }
#contact-section .alert {
    -webkit-border: none;
       -moz-border: none;
         -o-border: none;
            border: none;
}


#footer-section {
    margin: 0;
    z-index: 1;
    width: 100%;
    color: #e5e5e5;
    position: relative;
    padding: 140px 0 20px;
    background-color: #2c3e50;

    -webkit-border-bottom: 6px solid #f1c40f;
       -moz-border-bottom: 6px solid #f1c40f;
         -o-border-bottom: 6px solid #f1c40f;
            border-bottom: 6px solid #f1c40f;
}
#footer-section:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.5;
    position: absolute;
    background-color: #000000;
}


#footer-section a {
    color: #f1c40f;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
#footer-section a:hover { color: #ffffff; }


#subscribe {
    top: 0;
    left: 50%;
    z-index: 2;
    width: 436px;
    padding: 15px;
    overflow: hidden;
    position: absolute;
    margin-left: -218px;
    background-color: #ffffff;

    -webkit-border-radius: 0 0 10px 10px;
       -moz-border-radius: 0 0 10px 10px;
         -o-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
}


#subscribe .form-control {
	float: left;
    width: 301px;
    height: 42px;
    outline: none;
	padding: 10px 15px;
	background-color: #ffffff;

    -webkit-border: 2px solid #2c3e50;
       -moz-border: 2px solid #2c3e50;
         -o-border: 2px solid #2c3e50;
            border: 2px solid #2c3e50;

    -webkit-border-right: none;
       -moz-border-right: none;
         -o-border-right: none;
            border-right: none;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
         -o-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
#subscribe .form-control:hover,
#subscribe .form-control:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-color: #f1c40f;
       -moz-border-color: #f1c40f;
         -o-border-color: #f1c40f;
            border-color: #f1c40f;
}


#subscribe button.submit {
    width: 105px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding: 11px 16px;
    background-color: #2c3e50;

    -webkit-border: none;
       -moz-border: none;
         -o-border: none;
            border: none;

    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
         -o-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
#subscribe .submit.active,
#subscribe .submit:active,
#subscribe .submit.focus,
#subscribe .submit:focus,
#subscribe .submit:hover {
	color: #2c3e50;
    outline-width: 0;
    background-color: #f1c40f;
}


.ssuccess,
.serror {
    top: 24px;
    right: 130px;
    color: #2c3e50;
    position: absolute;
}


.footer-widget {
    width: 100%;
    margin: 0 0 60px;
    overflow: hidden;
}


.widget-title {
    width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
}


.tweetfeed  { height: 100%; }


.tweetfeed ul li a i.fa-twitter {
    float: left;
    width: 20px;
    height: 30px;
    font-size: 20px;
    text-align: left;
    line-height: 30px;
    margin-left: -30px;
}


.tweetfeed ul {
    margin: 0;
    padding: 0;
    float: left;
    height: 100%;
    text-align: left;
    list-style: none;
    overflow: hidden;
}

.tweetfeed ul li,
.tweet span {
    width: 100%;
    display: block;
    padding: 0 0 10px 30px;
}
.tweetfeed ul li:last-child { padding-bottom: 0; }


.flickr-feed {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    list-style: none;
    text-align: center;
}


.flickr-feed li {
    padding: 0;
    text-align: center;
    margin: 0 0 10px 0;
    display: inline-block;
    margin: 0 10px 10px 0;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}
.col-md-4.flickr { padding-right: 5px; }


.flickr-feed li img {
    width: 65px;
    height: 65px;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}


.flickr-feed li:hover { opacity: 0.7; }


ul.info {
    margin: 0;
    padding: 0;
    list-style: none;
    background: url(../images/footer-map.png) transparent center center no-repeat;
}


ul.info li {
    display: block;
    text-align: left;
    margin-bottom: 10px;
}
ul.info span { color: #f1c40f; }


.copyright {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
}


.social-icons {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;

    -webkit-border-top: 1px solid rgba(255, 255, 255, 0.1);
       -moz-border-top: 1px solid rgba(255, 255, 255, 0.1);
         -o-border-top: 1px solid rgba(255, 255, 255, 0.1);
            border-top: 1px solid rgba(255, 255, 255, 0.1);
}


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


.social-icons ul li {
    margin: 0 5px 10px;
    display: inline-block;
}


.social-icons ul li a {
    display: block;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}


.social-icons ul li a i {
    width: 40px;
    height: 40px;
    color: #ffffff;
    line-height: 36px;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-border: 2px solid #ffffff;
       -moz-border: 2px solid #ffffff;
         -o-border: 2px solid #ffffff;
            border: 2px solid #ffffff;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}


.social-icons ul li a i:hover {
    color: #f1c40f;
    background-color: rgba(0, 0, 0, 0.2);

    -webkit-border-color: #f1c40f;
       -moz-border-color: #f1c40f;
         -o-border-color: #f1c40f;
            border-color: #f1c40f;
}


.tooltip {
    z-index: 999;
    letter-spacing: 1px;
}
.tooltip-inner {
    color: #2c3e50;
    background-color: #ffffff;
}
.tooltip.top .tooltip-arrow { border-top-color: #ffffff; }


.navbar {
    margin-bottom: 0;
    min-height: 40px;

    -webkit-border: 0;
       -moz-border: 0;
         -o-border: 0;
            border: 0;

    -webkit-border-radius: 0;
       -moz-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}
.navbar-brand img {
    width: 125px;
    height: 40px;
    margin-top: -2px;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand { margin-left: 0; }
.navbar-brand {
    padding: 0;
    height: 40px;
}
.navbar-nav > li > a {
    padding: 10px;
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 40px;
}
.navbar-nav > li {
    margin-left: 10px;
    position: relative;
}
.navbar-nav > li:first-child { margin-left: 0; }
.nav > li > a:hover,
.nav > li > a:focus { background-color: transparent; }
.navbar-nav > li:hover,
.navbar-nav > li.active {
    color: #ffffff;
    background-color: #2c3e50;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}
.navbar-header a {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
}
.navbar-header a:hover { color: #ffffff; }


.progress {
    height: 30px;
    background-color: #f1c40f;

    -webkit-border-radius: 0;
       -moz-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}
.progress-bar {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: right;
    padding: 0 10px 0;
    letter-spacing: 1px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.progress-bar-Nesto { background-color: #2c3e50; }
.progress-bar span:first-child { float: left; }
.progress-bar span:last-child {
    position: relative;
    padding-right: 15px;
}
.progress-bar span:last-child:after {
    top: 0;
    right: 0;
    width: 15px;
    height: 18px;
    content: '%';
    line-height: 18px;
    position: absolute;
}


.btn-nesto {
    color: #ffffff;
    background-color: #2c3e50;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.btn-nesto:hover,
.btn-nesto:focus,
.btn-nesto:active,
.btn-nesto.active,
.open .dropdown-toggle.btn-nesto {
    color: #2c3e50;
    background-color: #f1c40f;
}
.btn-nesto:active,
.btn-nesto.active,
.open .dropdown-toggle.btn-nesto {
    background-image: none;
}
.btn-nesto.disabled,
.btn-nesto[disabled],
fieldset[disabled] .btn-nesto,
.btn-nesto.disabled:hover,
.btn-nesto[disabled]:hover,
fieldset[disabled] .btn-nesto:hover,
.btn-nesto.disabled:focus,
.btn-nesto[disabled]:focus,
fieldset[disabled] .btn-nesto:focus,
.btn-nesto.disabled:active,
.btn-nesto[disabled]:active,
fieldset[disabled] .btn-nesto:active,
.btn-nesto.disabled.active,
.btn-nesto[disabled].active,
fieldset[disabled] .btn-nesto.active {
    background-color: #2c3e50;
}


.btn-nesto2 {
    color: #ffffff;
    background-color: #2C557C;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.btn-nesto2:hover,
.btn-nesto2:focus,
.btn-nesto2:active,
.btn-nesto2.active,
.open .dropdown-toggle.btn-nesto2 {
    color: #2C557C;
    background-color: #f1c40f;
}
.btn-nesto2:active,
.btn-nesto2.active,
.open .dropdown-toggle.btn-nesto2 {
    background-image: none;
}
.btn-nesto2.disabled,
.btn-nesto2[disabled],
fieldset[disabled] .btn-nesto2,
.btn-nesto2.disabled:hover,
.btn-nesto2[disabled]:hover,
fieldset[disabled] .btn-nesto2:hover,
.btn-nesto2.disabled:focus,
.btn-nesto2[disabled]:focus,
fieldset[disabled] .btn-nesto2:focus,
.btn-nesto2.disabled:active,
.btn-nesto2[disabled]:active,
fieldset[disabled] .btn-nesto2:active,
.btn-nesto2.disabled.active,
.btn-nesto2[disabled].active,
fieldset[disabled] .btn-nesto2.active {
    background-color: #2C557C;
}


.zagolovok_formu {
    width:100%;
    text-align: center;
    margin-bottom:30px;
    margin-top:30px;
    font-weight: 800;
    font-size: 24px;
}

.ten_block {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;

    -webkit-border-top: 1px solid rgba(255, 255, 255, 0.1);
       -moz-border-top: 1px solid rgba(255, 255, 255, 0.1);
         -o-border-top: 1px solid rgba(255, 255, 255, 0.1);
            border-top: 1px solid rgba(255, 255, 255, 0.1);
}


/* block pod konsultaciy */

.block_konsultaciya_shapka {
    text-align: center;
}

.block_konsultaciya_shapka h1 {
    color: #D8D8D8;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1.4;
}

#konsultaciya_free_shapka input {
    font-size: 22px;
}


#form_tarif1 {
    display:none;
}

#form_tarif2 {
    display:none;
}

#form_tarif3 {
    display:none;
}

#form_tarif4 {
    display:none;
}

#vopros_footer {
    display:none;
}

#zakaz_nastroika {
    display:none;
}

#perezvonite_mne {
    display: none;
}

input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}


@media only screen and (max-width: 991px) and (min-width: 238px) {
	.telephone-shapka {
		display: none;
	}
	
	#Blovk_Sravnenie {
		display:none;
	}
}


/*  Responsive */
@media only screen and (min-width: 1199px) {
    .container {
        width: 970px;
    }
}


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

    .portfolio-prev { margin-left: -5px; }
    .portfolio-next { margin-left: 15px; }
    .team-prev { margin-left: -5px; }
    .team-next { margin-left: 15px; }

}



@media only screen and (max-width: 990px) and (min-width: 768px) {

    ul.bxslider h1 { font-size: 45px; }

    #about-section .col-md-8 .col-md-6:nth-child(odd) { padding: 0; }
    #about-section .col-md-8 .col-md-6:nth-child(even) { padding: 0; }

    .flickr-feed li img {
        width: 81px;
        height: 81px;
    }

}



@media only screen and (max-width: 767px) {

    .container { width: 570px; }

    ul.bxslider h1 { font-size: 35px; }

    .navbar-toggle {
        margin: 0;
        color: #ffffff;
        padding: 7px 10px;

        -webkit-border: 1px solid #ffffff;
           -moz-border: 1px solid #ffffff;
             -o-border: 1px solid #ffffff;
                border: 1px solid #ffffff;
    }
    .navbar-nav { margin-top: 10px; }
    .navbar-collapse {
        -webkit-border: 0;
           -moz-border: 0;
             -o-border: 0;
                border: 0;

        -webkit-box-shadow: none;
           -moz-box-shadow: none;
             -o-box-shadow: none;
                box-shadow: none;
    }
    .navbar-nav > li {
        text-align: center;
        margin: 0 auto 10px;
    }
    .navbar-nav > li:last-child { margin: 0; }



    #about-section .col-md-8 .col-md-6:nth-child(odd) { padding: 0; }
    #about-section .col-md-8 .col-md-6:nth-child(even) { padding: 0; }


    .flickr-feed li img {
        width: 81px;
        height: 81px;
    }

}


.youtube-video-iframe {
  width: 889px;
  height: 500px;
}
.mob-yes {
    display: none;
}
.display-yes {
  display: none !important;
}

@media only screen and (max-width: 599px) {
.mob-yes {
    display: block !important;
}
    .type-yt {
    margin-top: 70px;
}

.youtube-video-iframe {
    width: 100%;
    height: auto;
}

.contactForm button.submit {
    white-space: pre-wrap !important;
}

    .container { width: 450px; }

    #logo img {
        width: 165px;
        height: 57px;
    }

    ul.bxslider h1 { font-size: 25px; }

    #home-section .social-icons li { margin-bottom: 10px; }

    .services-icon {
        float: none;
        display: block;
        margin: 0 auto 30px;
    }
.services-box .title-main h1 {
    margin: 0 auto 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.services-icon2 {
    text-align: center;
}
#calculator-block {
    font-size: 17px !important;
}
#calculator-block img {
    max-width: 26px !important;
}

 .section-title h1  {
    font-size: 20px;
}
.youtube-video p {
    width: 90% !important;
}
.youtube-video img {
    width: 90% !important;
}
#about-section .short-title h1 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
}
.e2e2 {
    width: 90% !important;
    margin: 0 auto !important;
}
p.how {
    font-size: 24px !important;
}
.price-title {
    font-size: 22px !important;
    line-height: 1.5 !important;
    font-weight: bold !important;
}
.title-advert {
    float: none !important;
    height: 50px !important;
    width: 100% !important;
    margin: 20px auto !important;
}
.title-advert p {
    font-size: 24px !important;
    line-height: 1.5 !important;
    text-align: center !important;
}
.img-calculator {
    margin: 0 auto !important;
    float: none !important;
}
.calculator-col {
    width: 100% !important;
}
#calculator .modal-type2 {
    width: 94% !important;
    margin: 10px auto !important;
    position: absolute !important;
    left: 3% !important;
}
#calculator {
    position: absolute !important;
}
.reveal-modal .type1 {
    width: 100%  !important;
}
.services-box .title-desc h3 {
    text-align: center;
    margin: 0 auto 15px;
    font-size: 20px;
}
    .services-box .content {
        margin: 0 auto;
        text-align: center;
    }

    .flickr-feed li img {
        width: 61px;
        height: 61px;
    }
.exitblock {
    display: none !important;
}
.display-yes {
    display: inline !important;
}
.display-none {
    display: none !important;
}
    
}



@media only screen and (max-width: 479px) {

    #header {
        display: none;
    }

    .container { width: 320px; }

    .owl-navigation { display: none; }

    .contactForm .form-control { margin: 0 auto 15px; }

    #subscribe {
        width: 320px;
        margin-left: -160px;
    }
    #subscribe .form-control { width: 185px; }

    .flickr-feed li img {
        width: 65px;
        height: 65px;
    }

}
.exitblock .modaltext {
    box-sizing: border-box;
    padding: 20px 40px;
    background: #2c3e50;
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 60%;
    max-width: 700px;
    color: #fff;
    text-align: center;
}
.exitblock .modaltext h3 {
    font-size: 29px;
    line-height: 1.5;
    border-bottom: 1px solid #9ea6af;
    padding-bottom: 7px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: bold;
    letter-spacing: -2px;
}

    .exitblock {    
    display:none;    
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:100000;
}    
.exitblock .fon {
    background: #000;
    opacity:.8;
    position:fixed;
    width:100%;
    height:100%;
}

.exitblock .modaltext input {
    width: 90%;
    background: transparent;
    outline: none;
    border: 1px solid #9ea6af;
    padding: 10px 30px;
    font-size: 25px;
    color: #f1c40f;
    text-align: center;
}
.closeblock:hover {
    color: #fff;
    font-size: 70px;
}
.exitblock .modaltext p {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.exitblock .modaltext div {
    margin: 0 5%;
    text-align: center;
}
.exitblock .modaltext button {
    background-color: #2c3e50;
    font-size: 21px;
    margin: 25px 0 0;
    color: #f1c40f;
    width: 81%;
    padding: 13px 30px;
    border: 2px solid #f1c40f;
    font-weight: bold;
    text-transform: uppercase;
    outline: none;
}
.closeblock {
    cursor: pointer;
    position: fixed;
    line-height: 60px;
    font-size: 60px;
    transform: rotate(45deg);
    text-align: center;
    top: 20px;
    right: 30px;
    color: #FFC107;
    transition: .4s;
}
.reveal-modal.type2 {
    width: 100%;
    height: 0;
}
.modal-type2 {
    width: 90%;
    margin: 50px auto;
    position: relative;
    background: #2c3e50;
    text-align: center;
    padding: 30px;
    max-width: 800px;
}
.price-title {
    margin: 10px 0 30px;
    font-size: 30px;
    color: #f1c40f;
    text-align: center;
}
.calculator-content {
    margin: 20px auto;
    height: 150px;
}
.title-advert {
    float: left;
    height: 120px;
    width: 120px;
    margin: 20px;
    padding: 5% 0;
}
.title-advert p {
    font-size: 24px;
    line-height: 1.5;
    text-align: right;
    color: #fff;
    height: 90%;
    font-weight: bold;
}
.img-calculator {
    width: 120px;
    height: 120px;
    margin: 20px;
    border: 2px solid #2f3841;
    padding: 5%;
    float: right;
    border-radius: 20px;
    cursor: pointer;
}
.img-calculator img {
    width: 100%;
}
.img-calculator.select {
    border: 2px solid #f1c40f;
    background: repeating-linear-gradient(45deg, #2c3e50, #2c3e50 7px, #f1c40f 0, #f1c40f 9px);
}
.step2, .step3 {
    display: none;
}
.calculator-content input {
    width: 320px;
    display: block;
    margin: 20px auto;
    border: 1px solid #f1c40f;
    padding: 10px 15px;
    padding-right: 60px;
    outline: none;
    color: #fff;
    font-size: 18px;
}
.calculator-content div.title-input {
    color: #ffffff;
    font-size: 17px;
    letter-spacing: -1px;
}
.calculator-content input:focus {
    color: #f1c40f;
}
.back-next div{
    width: 50%;
    float: left;
    cursor: pointer;
}
.back-next {
    margin: 50px auto 10px;
    height: 24px;
}
.back-step {
    color:#f1c40f;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
}
.next-step {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    cursor: pointer;
}
.title-step {
    font-size: 20px;
    letter-spacing: -1px;
}
.but-send-form {
    background-color: #2c3e50;
    font-size: 21px;
    margin: 25px 0 0;
    color: #fff;
    width: 320px;
    padding: 13px 30px;
    border: 2px solid #fff;
    font-weight: bold;
    text-transform: uppercase;
    outline: none;
}

.youtube-video {
    text-align: center;
}
.youtube-video img {
    width: 100%;
    max-width: 750px;
    cursor: pointer;
}
.youtube-video p {
    width: 50%;
    color: #fff;
    font-size: 22px;
    line-height: 1.8;
    text-align: center;
    margin: 0 auto 30px;
    font-weight: 100;
    letter-spacing: -1px;
}
.youtube-video p span {
    color: #f1c40f;
}
.type-yt {
    width: 100%;
    text-align: center;
    height: 100%;
    padding: 8%;
}
.close-reveal-modal.for-yt {
    font-size: 85px !important;
    line-height: .5;
    position: absolute;
    top: 21px  !important;
    color: #f1c40f;
    font-weight: 400;
    cursor: pointer;
    left: 50%;
}
.type-text {
    width: 80%;
    top: 50px;
    margin: 0 auto;
}
.btn-nesto3 {
    color: #2c3e50;
    background-color: #efefef;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.btn-nesto3:hover,
.btn-nesto3:focus,
.btn-nesto3:active,
.btn-nesto3.active,
.open .dropdown-toggle.btn-nesto3 {
    color: #2c3e50;
    background-color: #f1c40f;
}
.btn-nesto3:active,
.btn-nesto3.active,
.open .dropdown-toggle.btn-nesto3 {
    background-image: none;
}
.type-text {
    width: 100%;
    margin: 0 auto;
    padding: 5%;
    background: rgba(0, 0, 0, 0.7);
}
.type-text h1 {
    color: #f1c40f;
    font-size: 40px;
    margin: 0 auto 20px;
    font-weight: bold;
    letter-spacing: -3px;
}
.type-text p {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
}
.type-text span {
    font-weight: bold; 
    color: #f1c40f;
}
#read-more .close-reveal-modal {
    font-size: 70px;
    color: #999;
}
#read-more {
    overflow-y: scroll;
    height: 100%; 
}
#video-youtube {
    height: 100% !important;
}
#afterform {
    text-align: center;
    font-size: 25px;
    padding: 18px 35px;
    position: fixed;
    top: 60px;
    z-index: 1000000;
    left: 0;
    background: rgba(91, 191, 73, 0.84);
    color: #fff;
    display: none;
}
#afterform a {
    color: #333;
    margin-left: 20px;
    cursor: pointer;
}
p.how {
    font-size: 30px;
    color: #fff;
    border-top: 1px solid;
    text-align: center;
    padding-top: 20px;
    margin-top: 30px;
    font-weight: bold;
    letter-spacing: -2px;
}
p.how span {
    color: #f1c40f;
}
a.but-how1 {
    background: #f1c40f;
}
a.but-how2 {
    background: #eee;
}
a.but-how1, a.but-how2 {
    color: #2c3e50;
    font-size: 24px;
    padding: 10px 20px;
    font-weight: bold;
    letter-spacing: -2px;
    transition: .4s;
    margin: 30px auto;
    display: inline-block;
}
a.but-how1:hover, a.but-how2:hover {
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.45);
    transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #222 !important; 
}
div.how {
    text-align: center;
    height: 100px;
}
.politika {
    text-align: center;
    font-size: 16px !important; 
    font-weight: 100;
    color: #999;
    letter-spacing: -1px;
}
.politika a {
    color: #000;
}
.mon-dvor {
font-style: italic; color: #00bfff !important;
  }
.author-quote {
font-style: italic; margin-right: -700px; color: white; margin-bottom: 25px;
  }
  
@media (max-width: 768px) {
  .author-quote { display: none}
  .free-ras, .mon-dvor {
    font-size: 20px !important;
    line-height: 1.4;
}
#calculator-block {
    display: none !important;
}
  
  
}
.center-col {
	margin: 0 auto;
    float: none;
}
.font-weight-700 {
	    font-weight: 700;
}
.mt-30 {
	margin-top: 30px;
}
.rsya {
	font-size: 45px !important;
	color: #fff !important;
}
.copyright-ucalc {
    display: none !important;
}
.block-white {
	width: 100%;
    height: 100px;
    position: relative;
    background: #fff;
    margin-top: -100px;
}
#calculator-block {
    position: fixed;
    z-index: 2;
    bottom: 25px;
    left: 20px;
    background: #2c3e50e6;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    box-shadow: 0 2px 5px #00000073;
}
#calculator-block img {
    max-width: 30px;
    margin-left: 15px;
    margin-top: -3px;
}
.phone-header {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #f1c40f !important;
}