@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i&display=swap&subset=cyrillic');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;700&display=swap');
html, body {
	font-family: Tahoma , sans-serif;
	font-size: 15px;
	color: #666;
	background: #ffffff;
	margin:0;
	padding:0;
	border:0;
}

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

/****************************************************/
:focus {outline: none;}
.header{margin: 0;padding: 0;border: 0;height: 90px;display: flex;justify-content: space-between;}
.header .logo{font-size: 35px;font-weight: bold;text-transform: uppercase;line-height: 90px;}
.header .logo span{color:#FF0202;}
.header_right p{margin: 7px 0;}
.header_right span{text-decoration: none;}
section{display: block;width: 100%;max-width: 1000px;margin: 0 auto;margin-bottom: 55px;}
.left_part{margin: auto 0;width: 77%;
	margin-top: 60px;}

.logo {
	margin-right: 25% !important;
	font-size: 36px;
	color: #Fff !important;
	margin-top: 10px !important;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}	

.logo span {
font-weight: 300 !important;

}

.logo:after {
	display: block;
	content: "списання позик";
	color: #Fff;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	bottom: 13px;
	left: 3px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
}

.left-part ul li {
	display: inline-block;
	width: 30%;
	height: 100%;
	margin-right: 20px;
	box-shadow: 0 0 5px 0 #ccc;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 10px
}

.left-part ul li  img {
	width: 41px;
	vertical-align: middle;
	padding: 10px;
}
/* .left-part ul li:nth-child(1){

}
.left-part ul li:nth-child(2){

}
.left-part ul li:nth-child(3){

} */

.left-part ul {
	margin-top: 80px;
	height: 400px;
	display: flex;
	align-items: start;
}

#footer .logo:after {
	display: none;
}


	.left_part h2 , .right_part h2{
		color: #000;
		font-size: 32px;
    margin-bottom: 26px;
	}
.left_part p{
	font-size: 18px;
	color: #000000;
	line-height: 32px;
}


.right_part {
	
	margin-top: 60px;
}
.right_part .btnred {
border-radius: 5px;
	padding: 16px 47px;
	margin: 20px auto
}
.right_part, .left_part {
	display: block;
	width: 80%;
	margin: 74px auto;
	text-align: center;
			
}


.offers{
background: #00aa88;
/*width: 98.9vw;*/
height: 100%;
margin: 0 !important;
max-width: none;
overflow: hidden !important;
}
.offers ul {
 padding: 0;
 width: 80%;
 margin: 100px auto;
 display: block;
}

.offers ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 32%;
 }

 .offers ul li img{
	width: 100%;
	margin: 2% 0;
 }

 .offers ul li:nth-child(2),  .offers ul li:nth-child(5){
	position: relative;
	top: 100px;
 }

section {
	display: block;
}
.right_part .btnred {
	height: 46px;
	border: 0
}
.feedback{background-color: #ffffff; padding: 5px; border: 1px solid #000000; border-radius: 10px;width: 270px;margin-bottom: 10px;}
.feedback p{margin: 5px 0;}
.input_feedback ul{
list-style: none;
-webkit-padding-start: 0;
}
.input_feedback ul li{
text-align: center;
margin-bottom: 5px;
}
.input_feedback ul li:last-child{margin-top: 10px;}
.input_feedback input{    width: 100%;
	height: 40px;
	padding: 6px 10px;
	margin-bottom: 8px;
	border-radius: 8px;
	box-sizing: border-box;
	border: 1px solid #888484;}
.input_feedback li label span{color:#FF0202}
.input_feedback li a{
    border: 1px solid black;
    padding: 3px 10px;
    background-color: #005580;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.input_feedback li a:hover{
    border: 1px solid black;
    padding: 3px 10px;
    background-color: #ffffff;
    color: #005580;
}
textarea#msg_form {width: 100%;border-radius: 8px;
	padding: 6px 10px;
	margin-bottom: 8px;
	border-radius: 8px;
	box-sizing: border-box;
	border: 1px solid #888484;}
.feedback_wrap{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.popwrap{
    display:none;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 100;
}
.pop_success {
    
     position: fixed;
     text-align: center;
     max-width: 340px;
     left: 50%;
     top: 50%;
     transform: translate(-50%,-50%);
     padding: 30px 50px 40px;
     
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     background: #ffffff;
     
 }
 .pop_success .title {
     font-size: 20px;
     font-weight: bold;
     text-transform: uppercase;
     margin-bottom: 10px;
 }
 .success-msg {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.close-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 101;
    right: 0px;
    top: 0px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.close-btn:hover{
    background: #005580;
}
.close-btn:before{
    content: "" ;
    font-size: 0;
    border-radius: 0;
    width: 16px;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.close-btn:after {
    content: "" ;
    font-size: 0;
    border-radius: 0;
    width: 16px;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

#header,#main,#footer {	margin:0; padding:0; border:0; }
#header { height: 90px; }
.grid960 { width: 100%; max-width: 960px; position: relative; margin: 0 auto; }
.grid960_order { padding-bottom: 50px; }
.c20,.c25,.c30,.c33,.c40,.c50,.c60,.c66,.c75,.c80 { display: block; position: relative; float: left; }
.c20 {width:20%}
.c25 {width:25%}
.c30 {width:30%}
.c33 {width:33.33%}
.c40 {width:40%}
.c50 {width:50%}
.c60 {width:60%}
.c66 {width:66.67%}
.c75 {width:75%}
.c80 {width:80%}  
.clear {clear:both;}
.alignleft {	float:left;margin:5px;}

#menu a {
    display: inline-block;
    vertical-align: top;
    border-bottom: 2px solid #005580;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 24px;
    line-height: 27px;
}

#menu a:hover {
    border-bottom: 1px solid transparent;
}


ul#menu li{
    display: inline-block;
    vertical-align: top;
}

/* a.logo {
	width: 250px;
	height: 110px;
	display: block;
	margin: 0 auto;
	padding: 3px 0;
	background: url("img/siriuskredit.png") center center no-repeat;
} */
.c50_menu {
    position: absolute;
    top: 15px;
    left: 0;
    width: 740px;
}
.c50_menu ul {
    width: 100%;
    text-align: justify;
    position: relative;
    padding-left: 0;
}
.c50_menu ul:after {
    content: '';
    width: 100%;
    display: inline-block;
}
.c25_tel {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 4px;
    right: 0;
}
.c25_tel a {
    display: block;
    margin-bottom: 5px;
    color: #005580;
    font-size: 20px;
}
p.kyivstar,p.mts {
	margin: 0;
	padding: 5px 5px 5px 26px;
	font-weight: bold;
	font-size: 17px;
}
.c50_triggers,
.c50_social {
    display: inline-block;
    vertical-align: top;
    width: auto;
}
.c50_social {
    margin: 0 0 0 345px;
}
p.kyivstar {color: blue;background: url("img/kyivstar.png") left center no-repeat;}

p.mts {color: red;background: url("img/mts.png") left center no-repeat;}

#home {
	/* background: #ffe256; */
	
	background: url(img/header-bg.jpg) no-repeat;
	background-size: cover;
    /*min-width: 960px;*/
    /* border-top: solid 1px #ccc; */
    border-bottom: solid 1px #ccc;
    /* box-shadow: inset 0 1px 6px #000; */
}

#home h1 {
	text-shadow: 1px 1px 3px #644D4D;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin: 20px 0;
	padding: 0;
	font-size: 47px;
}

#home h3 {
    text-shadow: 1px 1px 3px #644D4D;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0;
    padding: 0;
    font-size: 30px;
}

#video {
	margin: 5px auto;
	padding-top: 40px;
}

#video iframe {
	border: solid 1px #ffb000;
	box-shadow: 0 0 10px #111, inset 0 0 6px #111;
	border-radius: 4px;	
}

div.pluso {
	margin: 5px 0;
	padding: 0;
}

#triggers {
	list-style: none;
	margin: 45px 0 0 0;
	padding: 0;
	background: rgba(0,0,0,0.5);
	border: solid 1px #ffb000;
	box-shadow: 0 0 10px #111, inset 0 0 6px #111;
	border-radius: 4px;
}

#triggers h3{
	margin: 5px 0;
	padding: 0;
	color: #fff;
	text-shadow: 0 1px 0 #111;
	font-size: 20px;
	text-align: center;
}

#triggers ul, #page ul{
	list-style: none;
	margin: 0 5px;
	padding: 5px;
}

#triggers ul li {
	margin: 5px 0;
	padding: 3px 0 3px 26px;
	background: url("img/check.png") left center no-repeat;
	color: #fff;
	text-shadow: 0 1px 0 #111;
	font-size: 15px;
}



#home p {
	text-align: center;
	margin: 33px 0;
	padding: 0;
	display: inline-block;

	color: #fff
}

form.zakaz {
	text-align: center;
	margin: 5px 0 50px;
	padding: 25px 0px;
	border-radius: 4px;
	background: rgb(255, 255, 255);
	box-shadow: 0 0 5px 0px #8f8f8f;
    -webkit-transition: box-shadow 0.3s ease;
		transition: box-shadow 0.3s ease;
width: 900px;
display: block;
margin: 0 auto;
}
form.zakaz:hover {
    /* box-shadow: 0 0 10px 0px #ff0000; */
}

.grid960_order  {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
input.identCode,input.firstName,input.Phone,
input.lastName,input.city,input.birthDate {
    border:1px solid #ccc;
    border-radius: 3px;
    margin: 0 10px;
    padding: 5px 5px 5px 40px;
    width: 250px;
    height: 50px;
    font-size: 13px;
		font-family: 'Montserrat', sans-serif;
		box-sizing: border-box;
}
.btnred {
	/* display: block; */
	background: #0a8;
	border: none;
	width: 300px;
	height: 50px;
	margin: 20px auto; 
	font-family: 'Montserrat', sans-serif;
}


.pop_success1 input {
	display: block;
	width: 100% !important;
		margin: 10px auto !important;

}
.pop_success1 .btnred  {
	margin-top: 20px !important;
}
.phone_block .btnred {
	width: 174px;
	height: 45px;
	color: #fff;
	/* padding: 0; */
	border-radius: 50px;
	/* box-shadow: 0px 0px 3px 0px #888; */
	border: 0;
	text-align: center;
	box-sizing: border-box;
	padding-top: 13px;
	margin-top: 18px;
	
	margin-left: 332px;
	box-shadow: unset !important;
	text-shadow: unset !important;
}

.btnred {
	box-shadow: unset !important;
	text-shadow: unset !important;
}

.popwrap1 p {
	font-size: 12px;
}

.btnred:hover {
	background: #0a8;
	opacity: .9;
}


input.identCode, input.firstName, input.lastName {
		background: url("img/user-solid.png") 5% 50% no-repeat;
    background-size: 15px;
}

input.city, input.birthDate {
    background: url("img/check.png") 5% 50% no-repeat;
}

input.Phone {
    background: url("img/phone-volume-solid.png") 5% 50% no-repeat;
    background-size: 16px;
}


.grid960__index-content {
    margin-bottom: 40px;
}
#page {
	background: #fff;
	border: 1px solid #c8c8c8;
	box-shadow: rgba(0,0,0, 0.06) 0px 0px 4px;
	padding:10px 20px 20px 20px;
	margin: 10px 0;
}

#page ul li{
	margin: 5px 0;
	padding: 3px 0 3px 26px;
	background: url("img/check.png") left center no-repeat;	
}

.link-map {
	text-decoration:underline;
}

#footer {
	background: #00aa88;
	padding-top: 33px;
	border-top: 2px solid #008a6e;
		color: #fff
}

#footer .logo {
	/* text-align: left !important; */
    display: inline-block;
    width: 30%;
    margin: 0px !important;
}

.k2 {
	padding-bottom: 10px;
}

.footer-right {
	display: inline-block;
    width: 25%;
    /*text-align: left;*/
}

.konf {
	font-size: 14px;
	width: 50%;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	/*text-align: left !important;*/
}
.adr2 a,.konf.k2 a {
	color: #fff;
	text-decoration: underline;
}
.politic {
	text-align: left !important;
}

p#adress, p#phones {
    display: inline-block;
    margin: 0;
		padding: 0px 0;
}

p#phones a {
	color: #fff;
	font-weight: bold;
	
}
.adr {
	margin-bottom: 0;
}

.adr2 {
	margin-top: 0;
}

p#copyright {
	text-align: right;
	margin: 0;
	padding: 5px 0;
}

p#keywords, p#metrika {
	text-align: center;
	font-size: 20px;
	padding-bottom: 20px;
}

.grid960__index-content h2 {
    margin: 50px auto 40px;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    color: #1A233D;
    text-shadow: 1px 1px 3px #6C220C;
    letter-spacing: 1px;
}
.grid960__index-content h2 span {
    display: block;
}
.grid960__index-content dl {
    text-shadow: 0 1px 1px #1A233D;
    color: #1A233D;
    display: inline-block;
    vertical-align: top;
    width: 45%;
}
.grid960__index-content dt {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 25px;
    letter-spacing: 2px;
}
.grid960__index-content dd {
    padding-left: 35px;
    background: url("img/check.png") left center no-repeat;
    line-height: 20px;
    font-style: italic;
    margin-bottom: 15px;
    margin-left: 0;
    font-size: 16px;
}
.grid960__index-content dd span {
    font-weight: bold;
    text-transform: uppercase;
}
.grid960__list {
    text-align: justify;
}
.grid960__list:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.order-time_shakes {
    -webkit-animation: increase 1s 2 ease-in-out;
    -moz-animation: increase 1s 2 ease-in-out;
    animation: increase 1s 2 ease-in-out;
}
.arrow {
    position: relative;
    height: 100px;
    margin-bottom: 20px;
}
.arrow__wrap {
    position: absolute;
    background: url("img/arrow.png") no-repeat;
    width: 62px;
    height: 100px;
    left: 50%;
    margin-left: -31px;
}
.arrow__wrap_shakes {
    -webkit-animation: shake 2s 1 ease-in-out;
    -moz-animation: shake 2s 1 ease-in-out;
    animation: shake 2s 1 ease-in-out;
}
.map {
    position: absolute;
    top: -6px;
    left: 50px;
    text-align: center;
}
.map div {
    background: url("img/map-ukr2.png") no-repeat;
    width: 134px;
    height: 80px;
    margin: 0 0 10px -67px;
    position: relative;
    left: 50%;
}
.money span,
.map span {
    text-shadow: 0px 1px 1px #fff;
    color: #005580;
    font-size: 18px;
}
.money {
    position: absolute;
    top: -8px;
    right: 50px;
}
.money div {
    background: url("img/caller.jpg") no-repeat;
    width: 181px;
    height: 80px;
    margin: 0 0 10px -72px;
    position: relative;
    left: 50%;
}
.c50_footer {
    width: 100%;
    text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.steps {
    text-align: justify;
    display: block;
    margin-bottom: 50px;
    padding: 0 50px;
}
.steps:after {
    display: inline-block;
    width: 100%;
    content: '';
}
.steps li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    text-align: center;
}
.steps li:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 5px;
    background: #005580;
    top: 45px;
    left: -93px;
}
.steps li:first-child:before {
    display: none;
}
.steps li > div {
    display: inline-block;
    margin-bottom: 20px;
}
.steps li > div > div {
    display: table;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #005580;
}
.steps li > div > div span {
    display: table-cell;
    color: #fff;
    font-size: 27px;
    vertical-align: middle;
    text-align: center;
    white-space: pre-line;
}
.steps li > span {
    color: #005580;
    font-size: 24px;
    display: block;
    width: 230px;
    text-align: center;
}
/**************************************************/

/**************************************************/



@-webkit-keyframes increase {
    0% {transform: scale(1)}
    15% {transform: scale(1)}
    50% {transform: scale(1.3)}
    85% {transform: scale(1)}
    100% {transform: scale(1)}
}
@-moz-keyframes increase {
    0% {transform: scale(1)}
    15% {transform: scale(1)}
    50% {transform: scale(1.3)}
    85% {transform: scale(1)}
    100% {transform: scale(1)}
}
@keyframes increase {
    0% {transform: scale(1)}
    15% {transform: scale(1)}
    50% {transform: scale(1.3)}
    85% {transform: scale(1)}
    100% {transform: scale(1)}
}

@-webkit-keyframes shake {
    0%   {top:0}
    10%   {top:10px}
    20%   {top:-10px}
    30%   {top:7.5px}
    40%   {top:-7.5px}
    50%   {top: 5px}
    60%   {top: -5px}
    70%   {top: 2.5px}
    80%   {top: -2.5px}
    90%   {top: 1px}
    100%   {top:0}
}
@-moz-keyframes shake {
    0%   {top:0}
    10%   {top:10px}
    20%   {top:-10px}
    30%   {top:7.5px}
    40%   {top:-7.5px}
    50%   {top: 5px}
    60%   {top: -5px}
    70%   {top: 2.5px}
    80%   {top: -2.5px}
    90%   {top: 1px}
    100%   {top:0}
}
@keyframes shake {
    0%   {top:0}
    10%   {top:10px}
    20%   {top:-10px}
    30%   {top:7.5px}
    40%   {top:-7.5px}
    50%   {top: 5px}
    60%   {top: -5px}
    70%   {top: 2.5px}
    80%   {top: -2.5px}
    90%   {top: 1px}
    100%   {top:0}
}

#vk_comments {
	width:665px;
	margin:0 auto;
}

/* ****************************************************************************************************** */


@media (min-width: 320px) and (max-width: 700px) {
    
    #home h1 {
        font-size: 30px;
    }
    #home h3 {
        font-size: 20px;
    }

    input.identCode,input.firstName,input.Phone,
    input.lastName,input.city,input.birthDate {
        margin: 10px 0;
        padding: 5px 5px 5px 40px;
        width: 80%;
    }
    .c50_social {
        margin: 0 0 0 60px;
    }
    .grid960__list {
        padding: 20px;
    }
    .grid960__index-content h2 {
        font-size: 30px; 
        padding: 0;
        margin: 15px;

    }
    .grid960__index-content h2 span {
        display: inline;
    }
    .grid960__index-content dl {
        width: auto;
    }
    #footer {
        padding: 20px;
		}

}

@media (min-width: 700px) and (max-width: 1000px) {
    /* .grid960 {
        width: 700px;
    } */
    /* section{width: 700px;} */
    /* .left_part {width: 63%;} */
    .steps {
        padding: 0;
    }
    .steps li {
        width: auto;
        margin-bottom: auto;
    }
    .steps li:before {
        top: 45px;
        left: -60px;
        width: 100px;
    }
    .steps li > span {
        padding: 0 20px;
        width: 180px;
        font-size: 20px;
    }
    .arrow {
        display: none;
    }
    input.identCode,input.firstName,input.Phone,
    input.lastName,input.city,input.birthDate {
				width: 47%;
				display: block;
        margin: 10px auto;
        padding: 5px 5px 5px 40px;
		}
		#home h1 {
			font-size: 36px;
		}
    .btnred {
        width: 47%;
    }
    .c50_social {
        margin-left: 245px;
		}
		section {
			display: block;
		}
		.right_part, .left_part {
			display: block;
			width: 80%;
			margin: 40px auto;
		}
		.right_part h2 {
			text-align: center;
		}
		form.zakaz {
			width: 80% !important;
			display: block;
		}
		.logo {
			margin-right: 0 !important;
		}
		p#keywords, p#metrika {
			font-size: 16px;
		}
		.footer-right {
			width: 32%;
		}
		#footer .logo {
			width: 25%;
		}
}

@media (max-height: 600px) and (min-width: 320px) and (max-width: 1000px) {
	.steps {
		display: none;
	}
	.arrow {
		display: none;
	}
}
@media (min-width: 1000px) and (max-height: 600px) {
	.arrow {
		display: none;
	}
}


@media screen and (max-width: 1000px) {
	.offers ul li {
		display: block;
		width: 70%;
		margin: 0 auto
	 }
	 .left-part ul li {
		display: block !important;
		width: 100% !important;
	}
}
.grid0002{
    /*margin: 25px 25px 40px 25px;*/
		margin: 48px 0 54px 0;
}
.grid0002 p{
    font-size: 20px;
    color: #005580;
    line-height: 32px;
}
.upper{
    text-transform:uppercase;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    font-weight: bold;
}
.textHeader,#home .textHeader {
    text-shadow: 1px 1px 3px #644D4D;
    color: #FF0202;
    text-align:center;
    text-transform: uppercase;
    margin: 25px 0;
    padding:0;
    font-size: 50px;
}
@media (min-width: 320px) and (max-width: 700px) {
    .textHeader,#home .textHeader {
        font-size: 30px;
        margin: 15px;
		}
		
		
}
/*Стили для слайдера отзывов*/
#testimonials {
    margin: 50px 0;
}
#example {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
}
.block-one-example {
    position: relative;
}
.container {
    max-width: 960px;
    width: 90%;
    margin:0 auto;
}
.inner-testimonial {
    text-align: center;
}
.inner-testimonial > img{
    max-width: 128px;
    margin:0 auto 15px;
    opacity: 0;
    -webkit-transition:all 1.3s linear;
    transition:all 1.3s linear;
}
.owl-item.active .inner-testimonial > img{
    -webkit-transition:all 1.3s linear;
    transition:all 1.3s linear;
}
.owl-item.active .inner-testimonial > img.full-opacity {
    border-radius: 128px;
    box-shadow: 0 0 0 2px #fff, 0 0 0px #fff;
    opacity:1;
    -webkit-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
h3.city-name {
    padding:10px 0;
    font-size: 20px;
}
/*p*/.text-testimonial {
         font-size: 20px;
         line-height: 25px;
         background-color: #ffffff;
         padding: 15px;
         border: 1px solid #000000;
         border-radius: 10px;
         /*width: 200px;*/
         margin-bottom: 10px;
     }
.block-items {
    cursor: default;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
}
.block-items .item {
    /*width: 270px;*/
}


/*Изменяем внешний вид элементов управления (точки) */
.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
}
.owl-theme .owl-dots .owl-dot.active span{
    width: 18px;
    height: 18px;
}
/*Стрелки*/
.owl-my-nav {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
}
.owl-my-nav .owl-prev,
.owl-my-nav .owl-next{
    position: absolute;
    width: 60px;
    top:34%;
    font-size: 100px;
    z-index: 20;
    cursor:pointer;
    opacity: 0.5;
    -webkit-transition:opacity .3s ease;
    transition:opacity .3s ease;
}
.owl-my-nav .owl-prev:hover,
.owl-my-nav .owl-next:hover{
    opacity: 0.8;
}
.owl-my-nav .owl-prev {
    left: 50px;
}
.owl-my-nav .owl-next {
    right: 50px;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width : 768px) {
    /*p*/.text-testimonial {
    font-size: 14px;
}
    .owl-my-nav .owl-prev,
    .owl-my-nav .owl-next{
        font-size: 50px;
    }
    .owl-my-nav .owl-prev {
        left: 10px;
    }
    .owl-my-nav .owl-next {
        right: 10px;
    }
}
.testimonial {
    margin: 0 0 45px;
    vertical-align: top;
    font-size: 14px;
    padding-right: 100px;
    display: flex;
}
.testimonial .image {
    margin: 0 30px 0 0;
    max-width: 255px;
}
@media screen and (max-width: 800px){
   
	
	.phone_block p {
		font-size: 16px !important;
		display: inline-block
	}
	
	/* .phone_block img {
		display: inline-block
	} */
	
	.phone_block a {
		/*display: block !important;*/
		width: 100%;
    padding: 17px 0;
	}
	#home p {
		
    margin: 15px 0;
	}

	.phone_block a {
		font-size: 20px;
		margin-right: 0 !important;
		text-align: left !important;
	}

	form.zakaz {
		width: 80%;
		margin: 0 auto;
	}

	section {
		display: block;
	}
	.right_part, .left_part {
		display: block;
		width: 80%;
		margin: 40px auto;
		font-size: 14px;
	}
	.left_part p {
		font-size: 16px !important;
	}

	p#keywords, p#metrika {
		font-size: 16px;
		padding-top: 15px;
	}
	#footer .logo {
		width: 100%;
		display: inline-block;
		text-align: center !important;
		font-size: 30px;
		padding-bottom: 20px;
	}
	.btnred {
		width: 80%;
	}
	.phone_block img {
		display: none;
	}
	.footer-right {
		text-align: center;
	}
	.footer-right, .konf {
		width: 100% !important;
	}
	/*html, body {*/
		/*overflow: hidden*/
	/*}*/

	.logo:after {
    display: block;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    left: auto;
    width: max-content;
}

.offers ul li:nth-child(2),  .offers ul li:nth-child(5){
	position: relative;
	top: 0px;
 }
 .left-part ul {
	 display: block;
	 height: max-content;
 }
 .left-part ul li {
	display: block !important;
	width: 92% !important;
}
}
.testimonial .image img{
    width: 255px;
    height: auto;
}
.testimonial .info h4 {
    color: #002e5b;
    margin-bottom: 6px;
    line-height: 22px;
    padding-top: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.04em;
}
.testimonial .info p {
    color: #222;
    line-height: 22px;
    margin: 0;
}
.header_titles {
    margin: 50px 0;
}
.title_new{
    font-family: Tahoma , sans-serif;
    font-size: 20px;
		color: #fff;
		background: #208648;
		border: 2px solid #208648;
    padding: 20px;
		box-shadow: 0 0 5px 0px #6d6d6d;
		font-weight: 400;
    border-radius: 6px;
    text-align: center;
		text-transform: uppercase;
		width: 900px;
display: block;
margin: 20px auto;
}
@media screen and (max-width: 700px){
    .header_titles {
        margin: 40px 20px;
    }
    .title_new{
        font-size: 25px;
    }
	
	.phone_block a {
	text-align: center;
	}
	
	.phone_block img {
	margin-left: -45px;
    margin-right: 4px;
    margin-bottom: -8px;
	}
}

@media screen and (max-width: 600px){
	.header {
			display: block;
			text-align: center;
			height: auto;
	}
	
	.header .logo{
			margin: 0;
	}
	.header .header_right{
			margin: 0 0 20px 0;
	}
	section{display: block;}
	.left_part{width: unset;margin: 25px;text-align: center;}
	.feedback_wrap{display: block; text-align: center;}
	.feedback{margin: 20px auto;text-align: center;width: 80%;}
	.left_part p {
		font-size: 13px !important;
	}
	}
.form_popup {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.popwrap1 {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 100000;
}
.pop_success1 {
    position: fixed;
    text-align: center;
    max-width: 340px;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
		padding: 30px 50px 33px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
}

.popup_title {
    font-size: 20px;
    color: #005580;
    line-height: 20px;
    margin-bottom: 18px;
}
.zakaz1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.zakaz1 input{
    margin-top: 12px;
}
#call_back {
    background: transparent;
    color: #ff0000;
}
#call_back:hover{
    color: #fff;
    background:  #ff0000;
}
.skype_skypeats {
	top: 635px !important;
  right: 19px !important;
}
.skype_skypeats .skype_shadow{border-color:#008594;margin:-20px -10px}
.skype_skypeats .skype_shadow2{border-color:#fff;margin:-20px -10px}
.skype_skypeats .skype_fone,.skype_skypeats .skype_fone2{background-color:#0088BD;margin:-20px -10px}
.skype_skypeats{z-index:99998;width:60px;height:60px;opacity:.9}
.skype_skypeats:hover{opacity:1}
.skype_skypeats .skype_fone{background-position:center center;background-size:100% 100%;width:60px;height:60px;border-radius:50%;position:absolute;display:table;/*color:transparent;*/font-family:Arial;font-size:14px;text-align:center;font-stretch:ultra-condensed;animation-name:pulse;animation-duration:5s;animation-iteration-count:infinite}
.skype_skypeats .skype_fone2{background-position:center center;background-size:100% 100%;width:55px;height:55px;border-radius:50%;position:absolute;display:table;color:transparent;font-family:Arial;font-size:14px;text-align:center;font-stretch:ultra-condensed;animation-name:pulse;animation-duration:1s;animation-iteration-count:infinite}
.skype_skypeats .skype_fone span{display:table-cell}
.skype_skypeats .skype_fone2 span{display:table-cell;vertical-align:middle}
.skype_skypeats .skype_fone:hover,.skype_skypeats .skype_fone2:hover{color:#fff;animation-name:none;cursor:pointer;opacity:1}
.skype_skypeats .skype_fone span a,.skype_skypeats .skype_fone2 span a{display:table-cell;vertical-align:middle;opacity:0}
.skype_skypeats .skype_fone:hover a,.skype_skypeats .skype_fone2:hover a{color:#fff;background-image:none;animation-name:none;cursor:pointer;text-decoration:none;opacity:1}
.skype_skypeats .skype_shadow,.skype_skypeats .skype_shadow2{position:absolute;top:-1px;left:-1px;width:56px;height:56px;border-radius:50%;border-style:solid;border-width:3px;animation-name:shadow;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:ease-out}@keyframes pulse{0%{width:60px;height:60px;top:0px;left:0px}5%{width:66px;height:66px;top:-3px;left:-3px}10%{width:60px;height:60px;top:0px;left:0px}15%{width:66px;height:66px;top:-3px;left:-3px}20%{width:60px;height:60px;top:0px;left:0px}25%{width:66px;height:66px;top:-3px;left:-3px}30%{width:60px;height:60px;top:0px;left:0px}59%{transform:rotate(0deg)}60%{transform:rotate(10deg)}65%{transform:rotate(-10deg)}70%{transform:rotate(10deg)}75%{transform:rotate(-10deg)}80%{transform:rotate(10deg)}85%{transform:rotate(-10deg)}90%{transform:rotate(0deg)}100%{width:60px;height:60px;top:0px;left:0px}}
@keyframes shadow{0%{top:0px;left:0px;width:56px;height:56px;opacity:.5}100%{top:-22px;left:-22px;width:96px;height:96px;opacity:0}}
.skype_skypeats .skype_fone,.skype_skypeats .skype_fone2{    background-size: 40px 40px;
    background-image: url(img/trubka.png);
    background-repeat: no-repeat;}
.skype_fone .tooltip,.skype_fone2 .tooltip{background-color:#deffda;text-indent:0}
.skype_fone2 .tooltip{border:none}
.skype_skypeats .skype_fone .tooltip{padding:0 5px;display:inline-block}
.skype_fone2 .tooltip.right{margin:0 -7px}

/* .skype_skypeats .jump {
    left: 50px !important;
} */

.phone_block{
    display: flex;
		justify-content: center;
		background-color: #00000045;
		color: #000;
		height: 80px;
}
.phone_block img{
	width: 23px;
	height: 23px;
	margin-top: 32px;
	color: #fff;
	margin-right: 10px;
}
.phone_block a {
    color: inherit;
    display: flex;
    margin: 0 15px;

}
.phone_block p{
    font-size: 16px;
}
.phone_block a:hover img {
   animation: rotate 0.5s infinite;
}



/* 
.crm-webform-input {
    max-width: 100%;
    height: 50px;
}
.crm-webform-block .col-md-12 {
    width: 100%;
}
.crm-webform-block .row {
    margin-right: 20px;
    width: 270px;
    float: left;
}
.crm-webform-submit-button {
    border-radius: 3px;
    width: 250px;
}

.crm-webform-fieldset {
    overflow: unset;
    width: max-content;
}
.crm-webform-form-container {
    max-width: max-content !important;
}
.crm-webform-fieldset {
    float: left;
}
.crm-webform-label  {
display: none
}

.content {
    min-height: 100%;
}





#bx_form_iframe_6 {
height: 140px;
    width: 900px  !important;
    margin: 20px auto  !important;
    display: block  !important;
    border-radius: 5px  !important;
}
.crm-webform-input-phone-flag {
    top: 13px;
}
.crm-webform-input-label .fa {
    line-height: 39px;
}
.crm-webform-icon {
    padding: 0px 0px 11px 5px;
}
.form_feedback .crm-webform-block .row {
    width: 100% !important;
}

.form_feedback .crm-webform-fieldset-footer {
    width: 100% !important;
} */

.grid0002 {
    /* margin: 25px 25px 40px 25px; */
    margin: 30px auto;
    width: 922px;
}

#bx_form_iframe_6 {
        border-radius: 5px  !important;
        background: #Fff
    }

    .page-theme-transparent .content {
        background: #fff !important;
    }
    .crm-webform-iframe {
        background-color: #fff !important;
    }

@media (max-width: 960px) {
    .grid0002 {
        /* margin: 25px 25px 40px 25px; */
        margin: 30px auto;
        width: 100% !important;
    }
}
@-webkit-keyframes rotate {
    0%   {transform: rotateZ(0deg);}
    25%   {transform: rotateZ(20deg);}
    50%   {transform: rotateZ(0deg);}
    75%   {transform: rotateZ(-20deg);}
    100%   {transform: rotateZ(0deg);}
}
@-moz-keyframes rotate {
    0%   {transform: rotateZ(0deg);}
    25%   {transform: rotateZ(20deg);}
    50%   {transform: rotateZ(0deg);}
    75%   {transform: rotateZ(-20deg);}
    100%   {transform: rotateZ(0deg);}
}
@keyframes rotate {
    0%   {transform: rotateZ(0deg);}
    25%   {transform: rotateZ(20deg);}
    50%   {transform: rotateZ(0deg);}
    75%   {transform: rotateZ(-20deg);}
    100%   {transform: rotateZ(0deg);}
}
.lang_block{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #00000045;
	padding-bottom: 5px;
	color: #fff;
}
.lang_block a{
	color:#fff;
	transition: all 0.2s ease-in-out;
	margin: 0 5px;
}
.lang_block a:hover,.lang_block a.active{
	text-decoration: underline;
}
@media (max-width: 960px) {
	.mobhide{
		display: none!important;
	}
	.phone{
		justify-content: flex-end;
	}
}
.contacts__links {
	position: fixed;
	right: 40px;
	bottom: 56px;
	z-index: 18;
}
@media (max-width: 767px) {
	.contacts__links {
		right: 16px;
	}
}
.contacts__links ul {
	transition: opacity 0.3s;
	opacity: 0;
	list-style: none;
}
.contacts__links ul.active {
	opacity: 1;
}
.contacts__links li {
	margin-bottom: 8px;
}
.contacts__links svg {
	width: 60px;
	height: 60px;
}
.contacts__links ul{
	padding-left: 0;
}