    /*
div#navbarCollapse {
    top: -172px!important;
}
*/
a.left.carousel-control1 {
    width: 5%;
}
a.right.carousel-control1 {
    width: 5%;
}

a {
    color: #ff0000;
    text-decoration: none;
}

body,
html {
    overflow-x: hidden;
    background-color: white;
    min-width: 320px;
}
.row.hedltb {
    margin-top: 10px;
}
.cet1 {
    margin-top: 25px
}
.otziv{
	width: 150px
}
 .col-footer {
        		    margin-top: 15px;
    }
.preim {
	    margin-bottom: 20px;

}
	.rw5{
	    opacity: 0.8;	
}
.akcia1 {
	    margin-bottom: 0px;
	margin-top: 0px;
}
.scroll-to-top-button{
    background: #FFF url(../img/Upload-icon.png) center center no-repeat;
    width: 32px;
    height: 52px;
    color: #fff;
    font-family: verdana;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    padding: 15px;
    margin: 20px;
}
.zoom img {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.zoom img:focus {
max-width: 300px;
width: 300px;

-webkit-box-shadow: 0 0 40px rgba(255,255,255,.6), inset 0 0 40px rgba(255,255,255,1);
-moz-box-shadow: 0 0 40px rgba(255,255,255,.6), inset 0 0 40px rgba(255,255,255,1);
box-shadow: 0 0 40px rgba(255,255,255,.6), inset 0 0 40px rgba(255,255,255,1);
}
.zoom img:hover {
max-width: 300px;
width: 300px;
-webkit-box-shadow: 0 0 40px rgba(255,255,255,.6), inset 0 0 40px rgba(255,255,255,1);
-moz-box-shadow: 0 0 40px rgba(255,255,255,.6), inset 0 0 40px rgba(255,255,255,1);
box-shadow: 0 0 40px rgba(255,255,255,.6), inset 0 0 40px rgba(255,255,255,1);
}
.item img{
	display: block;
	margin: 0 auto;
	}

.carousel-control.right {       
   background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgb(116, 158, 230) 100%);
   background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgb(116, 158, 230) 100%);
   background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgb(116, 158, 230))); 
   background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgb(116, 158, 230) 100%); 
}


.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgb(116, 158, 230) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgb(116, 158, 230) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgb(116, 158, 230)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgb(116, 158, 230) 0,rgba(0,0,0,.0001) 100%);
    
}
ol.carousel-indicators.carousel-indicators1 {
    bottom: 0px;
    margin-bottom: 0px;
}
ol.carousel-indicators.carousel-indicators1 .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #F00;
}
ol.carousel-indicators.carousel-indicators1 li {
        background-color: #000000;
    border: 1px solid #F00;
    
}
img.stop150{
	width: 150px;
}
.item.active{
	    height: 350px;
}
img.otziv99 {
	margin-left: 15%;
}
.testimonial-text11{
	  max-width: 85%;
    text-align: center;
    display: block;
    margin: 0 auto;
font-size: 16px;
    color: black;
font-family: 'Open Sans', sans-serif;
	
}
.carousel-caption{position: static;}
/* Pulse */

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

a:focus,
a:hover {
    color: white;
    text-decoration: none;
}

.center-form-header1 {
    max-width: 80%;
    width: 100%;
    /*min-height: 425px;*/
    height: auto;
    margin: 20px auto;
    padding: 25px;
    text-align: center;
    background-color: rgb(8, 20, 33);
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    color: #4D4D4D;
}

.bold {
    font-weight: 700;
}

.center {
    text-align: center;
}

.red-gradient {
    background: #ff0000;
    background: -webkit-linear-gradient(#ff0000 0%, #c70000 100%);
    background: -o-linear-gradient(#ff0000 0%, #c70000 100%);
    background: linear-gradient(#ff0000 0%, #c70000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#c70000', GradientType=0);
}

.light-gray-gradient {
    background: #dedede;
    background: -moz-linear-gradient(top, #dedede 0%, #c4c4c4 100%);
    background: -webkit-linear-gradient(top, #dedede 0%, #c4c4c4 100%);
    background: linear-gradient(to bottom, #dedede 0%, #c4c4c4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#c4c4c4', GradientType=0);
}

.light-blue-gradient {
    background: #3c8ed6;
    background: -moz-linear-gradient(top, #3c8ed6 0%, #b1d6e9 100%);
    background: -webkit-linear-gradient(top, #3c8ed6 0%, #b1d6e9 100%);
    background: linear-gradient(to bottom, #3c8ed6 0%, #b1d6e9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3c8ed6', endColorstr='#b1d6e9', GradientType=0);
}

.yellow-gradient {
    background: #ffff00;
    background: -moz-linear-gradient(top, #ffff00 0%, #bf8c00 100%);
    background: -webkit-linear-gradient(top, #ffff00 0%, #bf8c00 100%);
    background: linear-gradient(to bottom, #ffff00 0%, #bf8c00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#bf8c00', GradientType=0);
}

.gray-gradient {}

.rotate-helper {
    display: block;
    width: 100%;
    padding-top: 305px;
}

.rotate-block {
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
    overflow: hidden;
    height: 300px;
    width: 110%;
    margin: -300px 0px 180px -20px;
    background-color: white;
}

.padding-bottom-50 {
    padding: 10px;
    border: solid gray 2px;
    margin-bottom: 50px;
    position: relative;
}

.m-20 {
    /*	margin-top: -20px;*/
}

.m-201 {
    margin-top: -20px;
}

.p30 {
    padding: 0 30px;
}

.empty {
    width: 10px;
    display: inline-block;
}

.form-answer {
    display: block;
    color: white;
    padding: 80px 0px;
    font-size: 36px;
    height: 100%;
    display: none;
}

.form-answer span {
    display: inline-block;
    font-size: 20px;
}

.replay-button {
    background-color: white;
    color: red;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px;
    display: block;
    width: 100%;
    cursor: pointer;
}

.replay-button:hover {
    background-color: #CECECE;
}


/* head */

.headblock {
    /*
    background: url(../img/bg.jpg) top center;
    padding-bottom: 200px;
    padding-top: 170px;
*/
    background-image: url(../img/maingruz.jpg);
    background-repeat: no-repeat;
    /* background-position-x: 92%; */
    /* margin-bottom: 100px; */
    background-size: cover;
    background-position: center center;
}

.menu {
    background: url(../img/menu_bg.png) bottom center no-repeat;
    max-height: 350px;
    height: auto;
    padding: 0;
    position: inherit;
    top: 0;
    width: 100%;
    z-index: 10;
}

.logo {
    margin-top: 10px;
}

.logo-desc {
    width: 100%;
    max-width: 213px;
    display: inline-block;
    color: white;
    text-align: center;
    padding: center;
    font-size: 14px;
    margin-top: 10px;
}

.callback {
    display: inline-block;
    /*float: right;*/
    font-size: 19px;
    border-radius: 10px;
    color: white;
    padding: 10px;
    margin: 20px 10px;
    text-align: center;
}

.callback span {
    display: block;
    font-size: 11px;
    font-weight: 300;
}

.callback:hover {
    color: white;
    background: #ff0000;
    background: -webkit-linear-gradient(#c70000 0%, #ff0000 100%);
    background: -o-linear-gradient(#c70000 0%, #ff0000 100%);
    background: linear-gradient(#c70000 0%, #ff0000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c70000', endColorstr='#ff0000', GradientType=0);
    text-decoration: none;
}

.phone {
    font-size: 38px;
    line-height: 45px;
    color: #FF0000;
    display: inline-block;
    float: right;
    margin-top: 30px;
}

.phone-logo {
    width: 45px;
    display: inline-block;
    padding: 5px;
    opacity: 0.8;
    margin-top: -20px;
}

.phone a:hover .phone-logo {
    opacity: 1;
}

.navbar-inverse {
    border: 0;
    background-color: transparent;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: white;
    background: #ff0000;
    background: -webkit-linear-gradient(#ff0000 0%, #c70000 100%);
    background: -o-linear-gradient(#ff0000 0%, #c70000 100%);
    background: linear-gradient(#ff0000 0%, #c70000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#c70000', GradientType=0);
}

.nav-pills>li>a {
    color: #FF0000;
    text-transform: uppercase;
    font-size: 14px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

.navbar-inverse .navbar-toggle {
    border-color: #FF0000;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #FF0000;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #FF0000;
}

.navbar-inverse .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: white;
}

.navbar,
.navbar-header {
    margin-bottom: 0;
}

h1 {
    color: white;
    font-size: 32px;
    line-height: 84px;
    text-align: left;
}

.h1-style {
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    display: inline-block;
    float: left;
}

.h1-last {
    display: block;
    float: right;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
}

.rw {
    background-color: white;
    color: #FF0000;
    padding: 5px 10px;
    float: left;
}

.rw2 {
    background-color: white;
    color: #FF0000;
    /*
	padding: 5px 10px;
	float: left;
*/
}

.rw1 {
    background-color: #ff0000;
    color: #ffffff;
    /*	padding: 5px 10px;*/
    text-transform: uppercase;
    /*	float: left;*/
}

.wr {
    padding: 10px 10px;
}

.h2-style {
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    display: inline;
    font-size: 24px;
    line-height: 43px;
}
.h3-style {
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    display: inline;
    font-size: 20px;
    line-height: 43px;
}

.h2-last {
    display: inline-block;
    padding: 0;
    margin-top: 20px;
}

.h2-wr {
    font-size: 40px;
    margin-left: 10px;
    padding: 10px 10px;
    line-height: 55px;
    display: inline-block;
}

.h2-rw {
    background-color: white;
    color: #FF0000;
    padding: 5px 10px;
    float: none;
    display: inline-block;
    margin-right: 10px;
    line-height: 55px;
}

.h2-rw span {
    font-size: 40px;
    padding: 5px 10px;
    display: inline-block;
}

.center-form-header {
    max-width: 315px;
    width: 100%;
    /*min-height: 425px;*/
    height: auto;
    margin: 40px auto;
    padding: 15px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
}

.form-style-header {
    height: 42px;
    border-radius: 0px;
    font-size: 16px;
    text-align: center;
}

.btn-style-header {
    width: 100%;
    padding: 10px;
    font-size: 36px;
    color: white;
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: 25px;
    border: none;
}

.btn-style-header:hover {
    background: #ff0000;
    background: -webkit-linear-gradient( #c70000 0%, #ff0000 100%);
    background: -o-linear-gradient(#c70000 0%, #ff0000 100%);
    background: linear-gradient(#c70000 0%, #ff0000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c70000', endColorstr='#ff0000', GradientType=0);
    color: #C9C9C9 !important;
}

.hhead1 {
    color: white;
    font-size: 21px;
    margin: 0;
}

.hhead2 {
    color: white;
    font-size: 16px;
    margin: 20px 0;
    font-weight: bolder;
}

.hhead-small {
    color: white;
    font-size: 11px;
    margin: 15px 0 0 0;
}


/* second */

.second-block {
    margin: -500px 0 0 0;
}

.block-name {
    font-size: 30px;
    border-bottom: solid red 5px;
    padding-bottom: 10px;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
}

.second-fh {
    height: 185px;
	
}

.secondh {
    font-size: 15px;
    text-transform: uppercase;
    margin: 20px 0;
    color: black;	
}

.secondp {
    font-size: 16px;
    margin-bottom: 70px;
}


/* third */

.third-block {
    background: url(../img/main3.jpg) center center;
    padding: 30px 0;
    /*height: 566px; */
}

.why {
    margin-top: 0px;
    ;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 50px;
    color: red;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: right;
}

.white-stripe {
    background-color: white;
    /*height: 566px;*/
    margin: -30px 0;
    width: 76px;
    padding-top: 335px;
}

.why-section {
    margin: 21px 0;
    height: 140px;
    background-color: rgba(255, 255, 255, 0.72);
    padding: 15px 7px;
}

.why-name {
    margin: 0;
    font-size: 20px;
    color: red;
    text-align: center;
    text-transform: uppercase;
}

.why-text {
    margin: 0;
    font-size: 24px;
    text-align: center;
}


/* fourth */

.fourth-block {
    padding: 0 0 60px 0;
}

.red-stripe {
    width: 76px;
    height: 500px;
    background-color: red;
    position: absolute;
}

.number {
    display: block;
    width: 76px;
    background-color: red;
    font-size: 70px;
    color: white;
    margin: 0;
    text-align: center;
    min-height: 100px;
}

.how-icon {
    display: inline-block;
    font-size: 60px;
    text-align: center;
    line-height: 100px;
}

.how-section {
    background-color: #DEDEDE;
    min-height: 100px;
    display: block;
}

.first-hs {}

.how-text {
    font-weight: 700;
    font-size: 28px;
    text-align: left;
    padding: 0;
}

.how-text-section {
    padding: 25px 0;
}

.how-button {
    font-size: 30px;
    text-align: center;
    display: block;
    color: white;
    padding: 10px;
    margin-right: -15px;
    margin-top: -25px;
    line-height: 80px;
}

.how-button:hover {
    color: white;
    background: #ff0000;
    background: -webkit-linear-gradient(#c70000 0%, #ff0000 100%);
    background: -o-linear-gradient(#c70000 0%, #ff0000 100%);
    background: linear-gradient(#c70000 0%, #ff0000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c70000', endColorstr='#ff0000', GradientType=0);
    text-decoration: none;
}


/*fifth forma*/

.forma {
    /*
	background: url(../img/bg3.jpg) center center no-repeat;
	margin: 40px 0;
*/
    background-image: url(../img/vetnam2.jpg);
    background-repeat: no-repeat;
    /* background-position-x: 92%; */
    /* margin-bottom: 100px; */
    background-size: cover;
    background-position: center center;
}

.center-form {
    max-width: 480px;
    width: 100%;
    min-height: 425px;
    height: auto;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.form-style {
    height: 42px;
    border-radius: 0px;
    font-size: 16px;
    text-align: center;
}

.btn-style {
    width: 100%;
    padding: 10px;
    font-size: 36px;
    color: #4D4D4D;
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: 25px;
}

.fhead1 {
    color: #FFFF00;
    font-size: 40px;
    margin: 0;
}

.fhead2 {
    color: white;
    font-size: 56px;
    margin: -15px 0 20px 0;
}

.fhead-small {
    color: white;
    margin: 15px 0 0 0;
}


/* sixth*/

.testimonials {}

.media-left {
    padding-right: 50px !important;
}

.media-right {
    padding-left: 50px !important;
}

.testimonial-heading {
    font-size: 28px;
    color: black;
    margin-bottom: 10px;
}

.vk {
    color: white;
    background-color: #4C789D;
    padding: 4px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    border-radius: 4px;
    top: -5px;
}

.testimonial-text {
    font-size: 16px;
    color: black;
}

.media {
    margin: 40px 0;
    text-align: left;
}

.test-photo {
    display: inline-block;
    margin-bottom: 0;
}


/*action*/

.action {
    padding-bottom: 45px;
    /*margin-bottom: 50px;*/
}

.action-header {
    border: none;
    color: white;
    width: 100%;
    padding: 10px;
   /* margin-bottom: 25px;*/
}

.action-img {
   /* margin-top: -50px;*/
    display: inline-block;
}

.action-desc {
    text-align: right;
    color: #FFFF00;
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 20px;
	 margin-top: 70px;
	
}

.action-desc-small {
    text-align: right;
    color: white;
    margin-bottom: 20px;
}

.center-form-action {
    max-width: 480px;
    width: 100%;
    min-height: 425px;
    height: auto;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
}

.form-style-action {
    height: 42px;
    border-radius: 0px;
    font-size: 16px;
    text-align: center;
}

.btn-style-action {
    width: 100%;
    padding: 10px;
    font-size: 63px;
    color: #4D4D4D;
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: 25px;
    border: none;
}

.btn-style-action:hover {
    background: #bf8c00;
    background: -moz-linear-gradient(top, #bf8c00 10%, #ffff00 100%);
    background: -webkit-linear-gradient(top, #bf8c00 10%, #ffff00 100%);
    background: linear-gradient(to bottom, #bf8c00 10%, #ffff00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bf8c00', endColorstr='#ffff00', GradientType=0);
}

.ahead1 {
    color: #FFFF00;
    font-size: 40px;
    margin: 0;
}

.ahead2 {
    color: white;
    font-size: 56px;
    margin: -15px 0 20px 0;
}

.ahead-small {
    color: white;
    margin: 15px 0 0 0;
}


/*garantii*/

.garantii-icon {
    padding:5px 5px;
	 text-align: center;
}

.garantii-block {
    height: 265px;
    margin-bottom: 30px;
}

.garantii-header {
    padding: 10px;
    font-size: 19px;
    line-height: 31px;
    color: white;
	 text-align: center;
}

.garantii-small {
    padding: 0 10px 20px 10px;
    color: white;
}

.garantii hr {
    width: 80%;
}


/*manager*/

.manager {
    padding-bottom: 45px;
    margin-bottom: 10px;
   
}
.managernew1{
	background: url(../img/bg4.jpg) center center no-repeat;
}
.manager-img {
    margin-top: 10px;
    display: inline-block;
	width: 50%
}

.center-form-manager {
    max-width: 315px;
    width: 100%;
    min-height: 425px;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.form-style-manager {
    height: 42px;
    border-radius: 0px;
    font-size: 16px;
    text-align: center;
}

.btn-style-manager {
    width: 100%;
    padding: 10px;
    font-size: 36px;
    color: white;
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: 25px;
    border: none;
}

.btn-style-manager:hover {
    background: #ff0000;
    background: -webkit-linear-gradient( #c70000 0%, #ff0000 100%);
    background: -o-linear-gradient(#c70000 0%, #ff0000 100%);
    background: linear-gradient(#c70000 0%, #ff0000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c70000', endColorstr='#ff0000', GradientType=0);
    color: #C9C9C9 !important;
}

.mhead1 {
    color: white;
    font-size: 21px;
    margin: 0;
}

.mhead2 {
    color: white;
    font-size: 12px;
    margin: 20px 0;
}

.mhead-small {
    color: white;
    font-size: 11px;
    margin: 15px 0 0 0;
}

.manager-label {
    padding: 20px 10px;
    -webkit-box-shadow: 0px 0px 35px -1px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 0px 0px 35px -1px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 0px 35px -1px rgba(0, 0, 0, 0.46);
}

.manager-name {
    font-size: 28px;
	color: white;
}

.manager-name span {
    font-size: 36px;
    color: #FF0000;
    display: inline;
}

.phone-manager {
    font-size: 20px;
	color: white;
}

.phone-manager a {
    font-size: 30px;
    color: #ffffff;
}
.phone-manager a:focus {
    text-decoration: underline;
}
.phone-manager a:hover {
    text-decoration: none;
    border-bottom: 2px dotted red;
}

.phone-manager1 {
    font-size: 20px;
}

.phone-manager1 a {
    font-size: 40px;
    color: #000000;
    font-weight: bold
}

.phone-manager1 a:hover {
    text-decoration: none;
    border-bottom: 2px dotted red;
    color: #ff0000;
    font-weight: bold
}

.mimg {
    text-align: center;
    margin-top: 0px;
    padding: inherit;
}


/*contacts*/

.contacts {
    padding: 0px 0;
}

.name {
    color: red;
    font-size: 24px;
    margin-top: 52px;
}

.name111 {
    color: red;
    font-size: 24px;
    margin-top: 35px;
}

.info {
    font-size: 18px;
	font-weight: bold;
	color: white;
}

.heading-contact {
    font-size: 18px;
}

.contacts-img {
    margin: 30px auto;
}

.info-block {
    margin-top: inherit;
    text-align: left;
    margin-bottom: 35px;
}


/*footer*/

.footer {
    background-color: red;
}

.slogan {
    color: white;
    font-size: 24px;
    margin-top: 55px;
}

.copyright {
    color: white;
    font-size: 14px;
}

.footer-img {
    margin: 0px auto;
    display: inline-block;
}

@media (max-width: 1199px) {
	.item.active{
	    height: 370px;
}
    .phone-manager1 a {
        font-size: 40px;
        color: #000000;
        font-weight: bold
    }
    .garantii-block {
        height: 265x;
    }
    .name {
        margin-top: 45px;
    }
    .slogan {
        margin-top: 55px;
    }
    .ahead1 {
        font-size: 36px;
    }
    .action-img {
        margin-top: 10px;
    }
    
    h1 {
        font-size: 32px;
        line-height: 53px;
    }
    .wr {
        padding: 7px 10px;
    }
    .h2-wr {
        padding: 1px 10px 2px 10px;
        font-size: 32px;
    }
    .h2-style {
        font-size: 17px;
        line-height: 23px;
    }
    .h2-wr,
    .h2-rw span {
        font-size: 32px;
    }
    .h2-wr {
        padding: 10px 10px;
    }
    .center-form-header {
        margin: 20px auto;
    }
    .how-button {
        line-height: 40px;
    }
}

@media (max-width: 991px) {
	.item.active{
	    height: 405px;
}
    .logotop {
        margin-top: 25px
    }
    .cet1 {
        margin-top: 0px
    }
    .block-name {
        font-size: 30px;
    }
    .why-name {
        font-size: 20x;
    }
    .why-text {
        font-size: 20px;
    }
    .how-text {
        text-align: center !important;
        padding: 0 15px !important;
    }
    .garantii-block {
        height: 265px;
    }
    .name {
        margin-top: 18px;
    }
    .slogan {
        margin-top: 45px;
    }
    .center-form-action {
        margin-top: 35px;
        float: none !important;
    }
    .action-desc {
        font-size: 30px;
		text-align: center;
		margin-top: 50px;
    }
    .center-form-manager {
        max-width: 500px;
    }
    .mimg {
        margin-top: 50px;
        padding: 0 30px;
    }
    .manager-name span {
        display: block;
    }
    h1 {
        text-align: center;
    }
    .rw,
    .h1-style,
    .h1-last {
        float: none;
        display: inline-block;
    }
    .phone {
        font-size: 30px;
    }
    .callback {
        font-size: 16px;
    }
    .nav-pills>li>a {
        font-size: 12px;
        padding: 10px 12px;
    }
    .h2-header {
        text-align: center;
    }
    .h2-last {
        display: block;
    }
    .how-button {
        margin-top: 40px;
        margin-left: -15px;
    }
}

@media (max-width: 767px) {
	.item.active{
	    height: 470px;
}
	.action-desc {
        font-size: 30px;
		text-align: center;
		margin-top: 20px;
    }
	.phone-logo {
    width: 34px;
    display: inline-block;
    padding: 5px;
    opacity: 0.8;
    margin-top: -8px;
}
	.t33 {
    margin-top: 10px;
}
	.phone-manager1 a {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}
    .logotop {
        margin-top: 0px
    }
    .block-name {
        font-size: 30px;
    }
    .second-fh {
        height: 225px;
    }
    .why-section {
        height: auto;
    }
    .test-photo {
        margin-bottom: 30px;
        float: none !important;
        padding: 40px 0 0 0 !important;
    }
    .media {
        text-align: left;
    }
    .garantii-block {
        height: auto;
    }
    .info-block {
        margin-top: 20px;
        text-align: center;
    }
    .slogan {
        margin-top: 0px;
    }
    .copyright {
        float: none !important;
    }
    .col-footer {
        text-align: center;
		margin: 15px;
    }
    .testimonial-text {
        font-size: 14px;
    }
    .nav-pills>li {
        float: none;
    }
    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        border-top: 2px solid red !important;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        position: fixed;
        left: 0;
        top: 75px;
        width: 100%;
        z-index: 10;
        background-color: #EFF6FD;
        padding: 20px;
        text-align: center;
    }
    .menu {
        padding: 10px;
    }
    .nav-pills>li>a {
        font-size: 14px;
        padding: 10px 15px;
    }
}

@media (max-width: 629px) {
	.item.active{
	    height: 470px;
}
	.testimonial-text11 {
       font-size: 15px;
    
}
    .white-stripe {
        width: 50px;
    }
    .why {
        font-size: 36px;
    }
    .red-stripe {
        width: 50px;
    }
    .number {
        width: 50px;
        font-size: 60px;
        margin: 5px 0 0 0px;
    }
    .arrow-icon {
        font-size: 76px !important;
    }
    .arrow {
        border: 25px solid transparent !important;
        border-top-color: red !important;
    }
    .h2-last {
        max-width: 315px;
        margin: 20px auto;
        line-height: 31px;
    }
    .h2-wr {
        float: right;
    }
    .h2-rw {
        float: left;
    }
}
@media (max-width: 580px) {
	.testimonial-text11 {
       font-size: 14px;
    
	}
.item.active{
	height: 470px;}
}

@media (max-width: 510px) {
	.testimonial-text11 {
       font-size: 14px;
    
}
	.item.active{
	height: 480px;}
	h4.media-heading.testimonial-heading.bold {
    font-size: 16px;
}
    .fhead1 {
        font-size: 22px;
    }
    .ahead1 {
        font-size: 35px;
    }
    .fhead2 {
        font-size: 31px;
        margin: 0 0 20px 0;
    }
    .ahead2 {
        font-size: 44px;
        margin: 0 0 20px 0;
    }
    .btn-style {
        font-size: 20px;
    }
    .btn-style-action {
        font-size: 40px;
    }
    .action-desc {
		text-align: center;
        font-size: 20px;
		margin-top: 20px;
    }
    .btn-style-manager {
        font-size: 32px;
    }
    .manager-name {
        font-size: 20px;
    }
    .manager-name span {
        font-size: 28px;
    }
    .phone-manager {
        font-size: 16px;
    }
    .phone-manager a {
        font-size: 20px;
    }
	.pdqq{
		    font-size: 22px;
	}
}

@media (max-width: 480px) {
	.testimonial-text11 {
       font-size: 12px;
    
}
    .how-text {
        font-size: 20px;
    }
}

@media (max-width: 439px) {
    .white-stripe {
        width: 35px;
    }
    .why {
        font-size: 24px;
    }
    .why-name {
        font-size: 20px;
    }
    .why-text {
        font-size: 18px;
    }
    .block-name {
        font-size: 30px;
    }
    .red-stripe {
        width: 35px;
    }
    .number {
        width: 35px !important;
        font-size: 45px;
    }
    .arrow-icon {
        font-size: 62px !important;
    }
    .arrow {
        border: 17px solid transparent !important;
        border-top-color: red !important;
    }
    .h2-wr,
    .h2-rw span {
        font-size: 28px;
    }
    .h2-wr,
    .h2-rw {
        margin: 0;
    }
    h1 {
        font-size: 25px;
        line-height: 38px;
    }
}
@media (max-width: 390px) {
.testimonial-text11 {
       font-size: 11px;
    
	}}
@media (max-width: 329px) {
	.testimonial-text11 {
       font-size: 10px;
    
}	
	h4.media-heading.testimonial-heading.bold {
    font-size: 14px;
}
    /*	.third-block{    
    	height: 1310px; 
	}
	.white-stripe{
		height: 1310px;
	}*/
}

.arrow {
    width: 0px;
    height: 0px;
    border: 38px solid transparent;
    border-top-color: red;
    margin: 20px 0 -65px 0;
    padding: 0;
    float: left;
}

.arrow2-left {
    float: left;
    border: 19px solid transparent;
    border-bottom: 19px solid red;
    border-left: 19px solid red;
    width: 0;
    height: 0;
}

.arrow2-right {
    float: left;
    border: 19px solid transparent;
    border-bottom: 19px solid red;
    border-right: 19px solid red;
    width: 0;
    height: 0;
}

.arrow-icon {
    font-size: 100px;
    color: white;
    margin: -27px 0 0 -12px;
}


}
.gidlogo {
    width: 100%;
    max-width: 243px;
    display: inline-block;
    color: white;
    text-align: center;
    padding: center;
    font-size: 14px;
    margin-top: 10px;
    /* background: rgb(255, 0, 0); */
    
    background: linear-gradient(#ff0000 0%, #c70000 100%);
    margin: 12px auto;
}
.gidlogo2 {
    display: block;
    width: 400px;
    margin-left: 10%;
}
li:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    border-radius: 18px;
}
li:active {
    text-decoration: underline;
    background-color: rgb(255, 0, 0);
    color: white;
    border-radius: 18px;
}

/* -------------------------------- 

Primary style

-------------------------------- */

/**, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Open Sans", sans-serif;
  color: #030d18;
  background-color: #f0eee1;
}

a {
  color: #f5484a;
  text-decoration: none;
}

img {
  max-width: 100%;
}*/

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
}
.cd-container:after {
    content: "";
    display: table;
    clear: both;
}
.has-top-margin {
    /* this class is given - using jQuery - to the .cd-main-content following the .cd-secondary-nav when it becomes fixed */
}
@media only screen and (min-width: 1170px) {
    .has-top-margin {
        -webkit-animation: animate-margin-top 0.3s;
        animation: animate-margin-top 0.3s;
        margin-top: 70px;
    }
}
@-webkit-keyframes animate-margin-top {
    0% {
        margin-top: 100px;
    }
    
    100% {
        margin-top: 70px;
    }
}
@keyframes animate-margin-top {
    0% {
        margin-top: 100px;
    }
    
    100% {
        margin-top: 70px;
    }
}

/* -------------------------------- 

Navigation

-------------------------------- */
.cd-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
    
    background-color: rgba(3, 13, 24, 0);
    z-index: 3;
}
@media only screen and (min-width: 768px) {
    .cd-header {
        height: 70px;
        background-color: transparent;
        box-shadow: none;
    }
}
#cd-logo {
    float: left;
    /*margin: 13px 0 0 5%;*/
}
#cd-logo img {
    display: block;
}
@media only screen and (min-width: 768px) {
    #cd-logo {
        /* margin: 23px 0 0 5%;*/
    }
}
@media only screen and (min-width: 170px) {
    #cd-logo.is-hidden {
        /* assign a position fixed and move outside the viewport (on the left) */
        opacity: 0;
        position: fixed;
        left: -20%;
        margin-left: 0;
        -webkit-transition: left 0.3s, opacity 0.3s;
        transition: left 0.3s, opacity 0.3s;
    }
    
    #cd-logo.is-hidden.slide-in {
        /* slide in when the secondary navigation gets fixed */
        left: 5%;
        opacity: 1;
        z-index: 3;
        width: 150px;
        background: rgb(255, 255, 255);
        border-radius: 18px;
        margin-top: -10px;
        padding-top: 10px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 15px;
    }
}
.cd-primary-nav {
    /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
    
    float: right;
    margin-right: 5%;
    width: 44px;
    height: 100%;
    background: url("../img/cd-icon-menu.svg") no-repeat center center;
    background-size: 44px 44px;
}
.cd-primary-nav ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.cd-primary-nav ul.is-visible {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
.cd-primary-nav a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 5%;
    background: #000101;
    border-top: 1px solid #051426;
    color: white;
}
@media only screen and (min-width: 768px) {
    .cd-primary-nav {
        /* reset navigation values */
        width: auto;
        height: auto;
        background: none;
    }
    
    .cd-primary-nav ul {
        position: static;
        width: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        line-height: 70px;
    }
    
    .cd-primary-nav ul.is-visible {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    .cd-primary-nav li {
        display: inline-block;
        margin-left: 1em;
    }
    
    .cd-primary-nav a {
        display: inline-block;
        height: auto;
        line-height: normal;
        background: transparent;
        padding: .6em 1em;
        border-top: none;
        color: #030d18;
    }
}

/* -------------------------------- 

Intro

-------------------------------- */
#cd-intro {
    /* position: relative;*
 /* height: 300px;*/
    /* background: url(../img/intro-background.jpg) no-repeat center center;*/
    /*  background-size: cover;
  z-index: 2;*/
}
#cd-intro #cd-intro-tagline {
    /*width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  padding-top: 120px;*/
}
#cd-intro h1 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    color: #030d18;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
    #cd-intro {
        height: 400px;
    }
    
    #cd-intro #cd-intro-tagline {
        padding-top: 160px;
    }
    
    #cd-intro h1 {
        font-size: 32px;
        font-size: 2rem;
    }
}
@media only screen and (min-width: 1170px) {
    #cd-intro {
        height: 600px;
    }
    
    #cd-intro #cd-intro-tagline {
        padding-top: 250px;
    }
}
.cd-btn {
    display: inline-block;
    padding: 1em 1.8em;
    background-color: rgba(245, 72, 74, 0.9);
    margin-top: 1em;
    border-radius: 20em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
}
.no-touch .cd-btn:hover {
    background-color: #f5484a;
}
@media only screen and (min-width: 170px) {
    .cd-btn.is-hidden {
        /* assign a position fixed and move outside the viewport (on the right) */
        opacity: 0;
        position: fixed;
        right: -20%;
        top: 0;
        padding: .8em 1.2em;
        margin: 14px 0 0;
        -webkit-transition: right 0.3s, opacity 0.3s;
        transition: right 0.3s, opacity 0.3s;
    }
    
    .cd-btn.is-hidden.slide-in {
        /* slide in when the secondary nav gets fixed */
        right: 5%;
        opacity: 1;
    }
}

/* -------------------------------- 

Secondary Fixed Navigation

-------------------------------- */
.cd-secondary-nav {
    position: relative;
    z-index: 3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cd-secondary-nav ul {
    /* mobile first - secondary navigation hidden by default, triggered by tap/click on .cd-secondary-nav-trigger*/
    
    position: fixed;
    width: 90%;
    max-width: 300px;
    right: 5%;
    /*bottom: 20px;*/
    
    border-radius: 0.25em;
    background: rgb(255, 255, 255);
    visibility: hidden;
    z-index: 6;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
    -webkit-transition: visibility 0s 0.3s, -webkit-transform 0.3s;
    transition: visibility 0s 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s;
    /*z-index: 99;*/
    
    top: 15px;
    right: 79px;
}
.cd-secondary-nav ul.is-visible {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
    -webkit-transition: visibility 0s 0s, -webkit-transform 0.3s;
    transition: visibility 0s 0s, -webkit-transform 0.3s;
    transition: transform 0.3s, visibility 0s 0s;
    transition: transform 0.3s, visibility 0s 0s, -webkit-transform 0.3s;
}
.cd-secondary-nav li a {
    display: block;
    padding: 1.6em;
    /*border-bottom: 1px solid #092645;*/
    /* color: #ff0000;*/
}
.cd-secondary-nav li:last-child a {
    border-bottom: none;
}
@media only screen and (max-width: 999px) {
    .cd-secondary-nav li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .cd-secondary-nav.animate-children li a {
        padding: 16px 15px 16px 15px;
    }
}

/*750*/
@media only screen and (min-width: 768px) {
    .cd-secondary-nav {
        z-index: 1;
        /*height: 100px;*/
        /*background-color: rgba(255, 255, 255, 0.83);*/
        -webkit-transition: height 0.3s;
        transition: height 0.3s;
    }
    
    .cd-secondary-nav nav,
    .cd-secondary-nav ul,
    .cd-secondary-nav li,
    .cd-secondary-nav a {
        height: 100%;
    }
    
    .cd-secondary-nav ul {
        /* reset navigation values */
        position: static;
        /*width: auto;*/
        max-width: 100%;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        text-align: right;
        background-color: rgb(255, 255, 255);
        margin-right: 5%;
        margin-left: 5%;
        padding-bottom: 10px;
        padding-top: 10px;
        border-radius: 15px;
    }
    
    .cd-secondary-nav li {
        display: inline-block;
        margin-left: -4px;
        height: 45px;
    }
    
    .cd-secondary-nav li a {
        position: relative;
        text-align: center;
        display: block;
        /* padding: 58px 40px 0 40px;*/
        border-bottom: none;
        -webkit-transition: padding 0.2s;
        transition: padding 0.2s;
        bottom: 11px;
    }
    
    .cd-secondary-nav li a b {
        text-transform: uppercase;
        font-size: 13px;
        /*font-size: 0.8125rem;*/
        font-weight: 700;
        color: rgb(255, 0, 0);
    }
    
    .cd-secondary-nav li a span {
        position: absolute;
        display: inline-block;
        width: 40px;
        height: 40px;
        top: 18px;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-repeat: no-repeat;
        /* background-image: url(../img/cd-nav-icons.svg);*/
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }
    
    .cd-secondary-nav li a:hover b,
    .cd-secondary-nav li a.active b {
        color: #ffffff;
    }
    
    .cd-secondary-nav li:nth-child(1) a span {
        background-position: 0 0;
    }
    
    .cd-secondary-nav li:nth-child(2) a span {
        background-position: -40px 0;
    }
    
    .cd-secondary-nav li:nth-child(3) a span {
        background-position: -80px 0;
    }
    
    .cd-secondary-nav li:nth-child(4) a span {
        background-position: -120px 0;
    }
    
    .cd-secondary-nav li:nth-child(5) a span {
        background-position: -160px 0;
    }
    
    .cd-secondary-nav.is-fixed {
        /* on Firefox CSS transition/animation fails when parent element changes position attribute*/
        /* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
        position: fixed;
        left: 0;
        top: 0;
        height: 70px;
        width: 100%;
    }
    
    .cd-secondary-nav.animate-children {
        /* on Firefox CSS transition/animation fails when parent element changes position attribute*/
        /* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
        /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
        /* padding-top: 100px;*/
    }
    
    .cd-secondary-nav.animate-children li a {
        padding: 26px 15px 0 15px;
    }
    
    .cd-secondary-nav.animate-children li a span {
        opacity: 0;
    }
}
.cd-secondary-nav-trigger {
    position: fixed;
    bottom: 20px;
    right: 5%;
    width: 44px;
    height: 44px;
    background: #ff0000;
    border-radius: 0.25em;
    /* image replacement */
    
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 2;
    top: 15px;
}
.cd-secondary-nav-trigger span {
    /* the span element is used to create the menu icon */
    
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #f0eee1;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.cd-secondary-nav-trigger span::before,
.cd-secondary-nav-trigger span::after {
    content: '';
    position: absolute;
    background: inherit;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.cd-secondary-nav-trigger span::before {
    right: -10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.cd-secondary-nav-trigger span::after {
    left: -10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.cd-secondary-nav-trigger.menu-is-open {
    background: rgb(255, 0, 0);
    z-index: 999;
}
.cd-secondary-nav-trigger.menu-is-open span {
    background: rgba(240, 238, 225, 0);
    width: 30px;
    height: 4px;
    z-index: 300;
}
.cd-secondary-nav-trigger.menu-is-open span::before,
.cd-secondary-nav-trigger.menu-is-open span::after {
    background: #f0eee1;
    width: 100%;
    height: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
}
.cd-secondary-nav-trigger.menu-is-open span::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.cd-secondary-nav-trigger.menu-is-open span::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
@media only screen and (min-width: 1170px) {
    .cd-secondary-nav-trigger {
        display: none;
    }
}

/* -------------------------------- 

Placeholder Sections

-------------------------------- */
.cd-section {
    margin: 0 auto;
    padding: 2em 0;
}
.cd-section h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: .6em;
    font-weight: 700;
}
.cd-section p {
    line-height: 1.6;
}
@media only screen and (max-width: 1200px) {
    nav {
        /* margin-top: px;*/
        background-color: rgba(255, 255, 255, 0.88);
    }
}
@media only screen and (min-width: 1170px) {
    .cd-section {
        margin: 0 auto;
        padding: 4em 0;
    }
    
    .cd-section h2 {
        font-size: 30px;
        font-size: 1.875rem;
    }
    
    .cd-section p {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

/*750*/
@media only screen and (max-width: 768px) {
	img.action-img.img-responsive {
    max-width: 40%;
}
	zoom img {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.zoom img:focus {
max-width: 300px;
width: 300px;
-webkit-box-shadow: 0 0 40px rgba(255,255,255,.6), inset 0 0 40px rgba(255,255,255,1);
-moz-box-shadow: 0 0 40px rgba(255,255,255,.6), inset 0 0 40px rgba(255,255,255,1);
box-shadow: 0 0 40px rgba(255,255,255,.6), inset 0 0 40px rgba(255,255,255,1);
}
.zoom img:hover {
max-width: 300px;
width: 300px;
-webkit-box-shadow: 0 0 40px rgba(255,255,255,.6), inset 0 0 40px rgba(255,255,255,1);
-moz-box-shadow: 0 0 40px rgba(255,255,255,.6), inset 0 0 40px rgba(255,255,255,1);
box-shadow: 0 0 40px rgba(255,255,255,.6), inset 0 0 40px rgba(255,255,255,1);
}
    .gidlogo {
        display: none;
    }
    
    .gidlogo1 {
        width: 120px;
    }
}

/*750*/
@media only screen and (min-width: 768px) {
    .cd-secondary-nav-trigger {
        display: none;
        background: rgba(255, 0, 0, 0.96);
    }
}
@media only screen and (max-width: 568px) {
    .cd-secondary-nav ul {
        /*top: 87px;*/
    }
}
.phone1 {
    text-align: center;
    margin-top: 5px;
    width: 209px;
}
.phone-logo1 {
    width: 18px;
    /* display: inline-block; */
    /* padding: 5px; */
    
    opacity: 0.8;
    margin-top: -20px;
}
.phone-manager2 {
    font-size: 20px;
}
.phone-manager2 a {
    font-size: 20px;
    color: #000000;
}
.phone-manager2 a:hover {
    text-decoration: none;
    border-bottom: 2px dotted red;
    color: #ff0000;
}
@media (max-width: 1199px) {
    .phone-manager2 a {
        font-size: 20px;
        color: #000000;
    }
    
    @media (max-width: 400px) {
        .phone-manager2 a {
            font-size: 20px;
            color: #000000;
        }
        .phone1 {
            text-align: center;
            margin-top: 5px;
            width: 180px;
        }
    }
    
    @media (max-width: 329px) {
        .phone-manager2 a {
            font-size: 16px;
            color: #000000;
            width: 132px;
        }
        .phone1 {
            text-align: center;
            margin-top: 5px;
            width: 150px;
        }
        /*	.third-block{    
    	height: 1310px; 
	}
	.white-stripe{
		height: 1310px;
	}*/
    }
    
    .hedltb {
        margin-top: 10px;
    }






