@import url('/templates/example/fonts/fontawesome5/css/all.css');

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Montserrat-Light.ttf') format('opentype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Montserrat-Regular.ttf') format('opentype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Montserrat-Bold.ttf') format('opentype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/OpenSans-Light.ttf') format('opentype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/OpenSans-Regular.ttf') format('opentype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/OpenSans-SemiBold.ttf') format('opentype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/OpenSans-Bold.ttf') format('opentype');
}

/* normalize.css v8.0.0 */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
	color: #db2821;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


#JLSitemap{
    max-width: 1000px;
    margin: 0 auto;	
	
}


[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* umodal styles */

.umodalback {
    position: fixed;
    background: rgba(30, 46, 60, 0.7);
    opacity: 0;
    width: 100%;
    height: 120%;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: 0.4s;
}

.visible {
    opacity: 1;
    visibility: visible;
}


.css2-2-2{
    letter-spacing: -1px;	
	font-size: 20px !important;
}

.introtxt p{
	
margin:0px !important;	
}
.callme-result .c_success{
color: #db2821;

}	
.osmap-items ul li a{
	
    color: #165fa1;	
	
}

.osmap-items ul li a:hover{
	
    color: #db2821;
	
}
.umodal {
    position: fixed;
    display: block;
    width: 604px;
    height: 360px;
    padding: 50px;
    left: 50%;
    margin-left: -352px;
    top: 50%;
    margin-top: -20px;
    border-radius: 7px;
    background: #F3F3F3;
    z-index: 3;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}


.breadcrumb .divider{
    margin: 0px 5px;
    vertical-align: middle;	
	
}

.video .wrapper {
    display: flex;
	 box-sizing: border-box;
    padding: 15px;
}
.columns-3>* {
    flex-basis: calc(100%/3);
}
.columns-3{
    display: flex;
    flex-wrap: wrap;	
	
}

 .video .video-item__code>* {
    max-width: 100%;
    height: 200px;
    overflow: hidden;
object-fit: fill;
}


.video .video-item__title {
    line-height: 150%;
    padding: 12px 20px 15px;
    text-align: center;
    font-weight: bold;
}

.video .video-item {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    line-height: 0%;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
}

table tbody tr td {
    border: 1px solid #cbcbcb;
    border-collapse: collapse;
    border-spacing: 0px;
	padding:5px;
}


.umodal .caption {
    font-size: 30px;
    margin: 0px 0px 30px;
    color: #000000;
}

.section.page{
padding-top:20px;	
}

.breadcrumb{
padding-top:30px;	
}

.breadcrumb li{
display:inline-block;	
margin-left:0px;	
}

.click {
    top: 50%;
    margin-top: -230px;
    opacity: 1;
    transition: 0.4s;
    visibility: visible;
}

.cross {
    position: absolute;
    background: #999999;
    height: 25px;
    width: 1px;
    left: 12px;
    transform: rotate(45deg);
    transition: 0.4s;
}

.cross:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 25px;
    background: #999999;
    left: -12px;
    top: 12px;
    transition: 0.4s;
}

.close {
    width: 25px;
    height: 25px;
    position: absolute;
    cursor: pointer;
    right: 10px;
}

.advantager .v-inline-blocks.stocks{
font-size:0px !important;	
	
}

.advantager .v-inline-block{
	margin:0px;
    margin-right: 10px !important;	
	width: 24%;
	font-size:16px !important;
	    min-height: 500px;
}


.advantager .v-inline-block:last-child{
	
margin-right:0px !important;	
	
}




#WJCForm146 .modal-header{
padding-bottom:0px !important;	
text-align:center;
	
}

#WJCForm146  .modal-content {
   
  border: 8px solid #165FA1;
    border-radius: 0px;
}



#WJCForm146 .modal-footer{
padding-top:0px !important;		
text-align:center;	
    display: block;
	    padding-bottom: 20px;
}


#WJCForm146 form button{
    color: #ffffff;
   
    background: #db2821;
    padding: 12px 50px;
    border: none;

   
    font-size: 18px;
    border-radius: 50px;

    cursor: pointer;
	
}

#WJCForm146 input{
    color: #7d858c !important;
    outline: none !important;
    margin-bottom: 10px;
    padding: 10px !important;
    border: 1px solid #ccc !important;
    line-height: 1.5;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;

    font-size: 16px;
    background: #ebebeb5e;
    box-sizing: border-box;
}

#WJCForm146 .modal-body{
display:flex;
flex-wrap:wrap;	
justify-content: space-between !important;
}
#WJCForm146 .modal-body .control-group{
    width: 100%;
    max-width: 100%;
}



.wjcallbackform .control-label{
display:none;	
}









.close:hover .cross,
.close:hover .cross:after {
    background: #333333;
}

.umodal .result {
    background: rgba(255, 255, 255, 0);
    padding: 112px 75px;
    color: #000000;
}

/* uform styles */

.uform {
    width: 600px;
}

.feedback .uform {
    width: 500px;
}

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

.result {
    background: #FFFFFF;
    padding: 92px 75px;
    border-radius: 5px;
}

input,
textarea {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #999999;
    outline: none;
}

textarea {
    height: 115px;
    margin-bottom: 0px;
    line-height: 150%;
}

#message {
    height: 140px;
}

/* project styles */

body {
    height: 100%;
    min-width: 1000px;
    font-size: 16px;
    line-height: 175%;
    font-family: 'Open Sans', sans-serif;
}

html {
    position: relative;
    min-height: 100%;
}

header {
    background: #FFFFFF;
}

.header {
    margin: auto;
    width: 1000px;
}

.company-social a{
    background: #db2821 !important;
    position: relative;
    padding-left: 40px;
    white-space: nowrap;
}

.company-social a:hover{
background: #fd6d68 !important;
	
}



.company-info {
    display: inline-block;
    vertical-align: middle;
    margin: 30px 0px;
    width: 250px;
}

.company-logo {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
}

.company-logo svg {
    width: 60px;
    height: 60px;
    margin-top: -2px;
}

.company-profile {
    display: inline-block;
    vertical-align: middle;
 
}

.company-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: bold;
}

.company-tagline {
    margin-top: 10px;
    font-size: 15px;
    line-height: 100%;
}

.company-work {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    font-size: 15px;
    line-height: 140%;
    color: #999999;
 
    margin-left: 5px;
}

.company-social {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    text-align: right;
}

.social-icon {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    transition: 0.3s;
}

.social-icon i{
	
font-size:40px;	
	
}


	
.insta i{
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}	



.social-icon svg {
    width: 50px;
    height: 50px;
}

.social-icon:hover {
    opacity: 0.75;
}

.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border-radius: 50%;
    width: 46px;
    height: 46px;
    box-sizing: border-box;
    padding: 3px;
    margin-left: 2px;
}

.instagram svg {
    width: 40px;
    height: 40px;
}

.company-contacts {
    display: inline-block;
    vertical-align: middle;
    width: 400px;

    margin: 30px 0px;
}

.company-social a:before{
font-family: 'Font Awesome 5 Pro';
    content: "\f095";
    webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    /* line-height: 1; */
    font-weight: 900;
    position: absolute;
    left: 18px;
    font-size: 15px;
    transform: scaleX(-1);
    line-height: 1.5;
    top: 13px;
	
}


.company-phone {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.company-phone a {
    text-decoration: none;
    color: #000000;
}

.ph{
    margin-bottom: 10px;	
display:block;	
}

.company-address {
    margin-top: 10px;
    font-size: 15px;
    line-height: 100%;
}

.company-address a{
	
text-decoration: none;	
}

.header .company-contacts i {
	
    color: #fff;
    transform: scaleX(-1);
    background: #db2821;
    font-size: 11px;
    padding: 5px;
    border-radius: 100%;
}

nav {
    background: #165FA1;
}

.nav {
    margin: auto;
    padding: 0px;
    width: 1000px;
    display: block;
    white-space: nowrap;
}

.burger {
    display: none;
}

.nav>li {
    display: inline-block;
    padding: 0px 15.5px;
    line-height: 150%;
}

.nav>li:first-child {
    padding-left: 0px;
}

.nav>li:last-child {
    padding-right: 0px;
}

.nav li a,
.nav li span {
    display: inline-block;
    color: #FFFFFF;
    font-size: 17.5px;
    font-weight: 300;
    padding: 15px 0px;
    text-decoration: none;
    transition: color 0.5s;
}

.nav li .nav-child a,
.nav li .nav-child span {
    padding: 0px;
    width: 100%;
    margin: 10px 0px;
    line-height: 100%;
}

.nav li a:before,
.nav li span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.25);
    margin-left: -18px;
    position: absolute;
}

.nav li:first-child a:before,
.nav li .nav-child a:before {
    display: none;
}

.nav li a:hover,
.nav li span:hover {
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

.nav-child {
    height: 0px;
display: none;
    background: #0C487D;
    position: absolute;
    margin: 0px 0px 0px -18px;
    padding: 0px 20px;
    border-radius: 0px 0px 5px 5px;
    transition: 0.4s;
    z-index: 2;
}

.nav.menu > li:hover > .nav-child {
    height: auto;
  
	display:block;
}

.nav-child .nav-child{
display:none;	
    right: -210px;
	    top: 0px;
}

.deeper.parent .deeper.parent:hover ul{
	
display:block !important;
height: auto !important;	
	
}

.separator:after {
    content: '';
    position: absolute;
    margin-left: -136px;
    margin-top: 30px;
    border: 12px solid transparent;
    visibility: hidden;
    transition: 0.4s;
}

li:hover .separator:after {
    margin-top: 15px;
    visibility: visible;
    border-bottom: 12px solid #0C487D;
}

.nav-child li {
    display: block;
	position: relative;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 36px;
    margin: 0px 0px 45px;
    line-height: 125%;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin: 20px 0px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin: 15px 0px;
    line-height: 125%;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0px;
}

p a {
    text-decoration: none;
    color: #DB2821;
    cursor: pointer;

    transition: 0.4s;
}

p a:hover {
    color: #DC4C47;
    border-color: #DC4C47;
}

main p {
    margin: 10px 0px 0px;
    padding: 0px;
}

main ul {
    margin: 10px 0px 15px;
    padding: 0px;
    line-height: 160%;
}

main li {
    list-style-type: none;
    margin-left: 20px;
    text-align: left;
}



li.disabled {
    color: #CCCCCC;
}



.leading-0 h2 {
    margin-top: 0px;
}

.section {
    width: 100%;
   
}

.section.s-dark {
 padding: 80px 0px;
   
}




   


.top {
    background: url(/images/banner.png);
    height: 600px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e3e3e380;
    background-size: cover;
	
	
}



.top-block h1 {
    line-height: 125%;
 
    font-size: 42px;
    margin: 20px 0px;
}

.top-block h1 span {
    color: #DB2821;
}

.top-block p {
    max-width: 535px;
    margin: 20px 0px 0px;
}

.top-block .v-trigger {
    width: 150px;
    height: 150px;
    background: #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 2px #ebebeb;
}

.top-block .v-trigger-img {
    width: 100%;
}

.top-block .v-trigger-text {
    width: 100%;
    margin: 6px 0px 0px;
  line-height: 1.3;
    font-size: 14px;
}

.top-block .v-trigger-img svg {
    width: 50px;
    height: 50px;
    fill: #165FA1;
}

.top-block .button {
    margin-top: 220px;
    font-size: 17px;
    border-radius: 50px;
    padding: 18px 35px;
}

.s-dark {
    background: #F3F3F3;
}

.content,
.blog {
    width: 1000px;
    margin: auto;
}

.before-caption {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    color: #999999;
}

.caption,
.caption h1,
.caption h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 36px;
    margin: 0px 0px 50px;
}

.caption h1,
.caption h2 {
    margin: 0px;
}

.inline-block-one {
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
}

.inline-block-one img {
    border-radius: 50% 0% 50% 50%;
}

.inline-block-two {
    display: inline-block;
    vertical-align: top;
    width: 675px;
    box-sizing: border-box;
    padding-left: 30px;
}

.button {
    display: inline-block;
    border: none;
    background: #165FA1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    margin: 10px 0px 0px;
    padding: 15px 25px;
    line-height: 100%;
    outline: none;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.4s;
}

.button:hover {
    background: #2E7EC6;
    cursor: pointer;
}

.h-triggers {
    width: 317px;
    display: inline-block;
    vertical-align: top;
    margin: 8px 0px 0px 8px;
}

.h-trigger {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    margin: 10px;
    box-shadow: 0px 0px 0px 2px #EBEBEB;
    border-radius: 5px;
    padding: 14px 16px 16px;
}

.h-trigger-img,
.h-trigger-text {
    display: inline-block;
    vertical-align: top;
}

.h-trigger-img {
    width: 46px;
    height: 46px;
    padding: 7px;
    border: 3px solid #165FA1;
    border-radius: 50%;
    box-sizing: border-box;
    margin-top: 4px;
}

.h-trigger-img svg {
    fill: #165FA1;
    width: 26px;
    height: 26px;
}

.h-trigger-text {
    width: 234px;
    padding-left: 10px;
    box-sizing: border-box;
    line-height: 150%;
}

.h-trigger-text b {
    color: #DB2821;
    display: inline-block;
    margin-bottom: 3px;
}

.v-triggers {
    margin: 50px 0px 0px;
}

.top .v-triggers {
    margin: 0px;
}

.v-trigger {
    display: inline-block;
    vertical-align: top;
    width: 231.7px;
    margin: 10px;
}

.v-trigger:nth-child(4n-3) {
    margin-left: 0px;
}

.v-trigger:nth-child(4n) {
    margin-right: 0px;
}

.v-trigger-img,
.v-trigger-text {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    line-height: 150%;
}

.triggers .v-trigger-img svg {
    width: 50px;
    height: 50px;
    border-bottom: 2px solid #DB2821;
    fill: #165FA1;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.triggers .v-trigger-img i {
   

    padding-bottom: 15px;
    margin-bottom: 5px;
    color: #165fa1;
    font-size: 50px;
}





.v-trigger-text b {
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    line-height: 150%;
}

.v-inline-block {
    width: 317px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 2px #EBEBEB;
}

.v-inline-block:nth-child(3n-2) {
    margin-left: 0px;
}

.v-inline-block:nth-child(3n) {
    margin-right: 0px;
}



.v-inline-block-img img {
    max-width: 100%;
}

.v-inline-block-img{
	
padding:20px;
padding-bottom:0px;
	
}


.vertical-trigger__image {

    width: 40px;
    height: 40px;
    padding: 25px;
    border-radius: 50%;
    margin-bottom: 20px;
    background-color: #E62323;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 40px;
}


.tariffs .v-inline-block-img {
    height: 170px;
    box-sizing: border-box;
    padding-top: 10px;
    text-align: center;
}

.tariffs .v-inline-block:nth-child(1) .v-inline-block-img {
    background: rgba(22, 95, 161, 0.70);
}

.tariffs .v-inline-block:nth-child(2) .v-inline-block-img {
    background: rgba(22, 95, 161, 0.85);
}

.tariffs .v-inline-block:nth-child(3) .v-inline-block-img {
    background: rgba(22, 95, 161, 1);
}

.tariffs .v-inline-block-img svg {
    fill: #FFFFFF;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-top: 15px;
}

.time-work {
    position: absolute;
    right: 25px;
    top: 162px;
    background: #DB2821;
    color: #FFFFFF;
    padding: 0px 15px;
    border-radius: 30px;
    font-size: 14px;
}

.tariffs .time-work {
    top: 135px;
}

.v-inline-block-text {
    padding: 15px 15px 0px;
    line-height: 150%;
    text-align: center;
}

.v-inline-block-text h2 {
    line-height: 125%;
}

.tariffs .v-inline-block-text {
    padding: 15px 25px 0px;
}

.v-inline-block-text h3 {
    margin: 0px 0px 10px;
    font-size: 20px;

	position:relative;
}


.v-inline-block-text h3:after {
    content: '';
    width: 50%;
    height: 3px;
    display: block;
    background-color: #E62323;
    border-radius: 5px;
      margin: 25px auto;
}

.v-inline-block-text h2 {
    margin: 0px 0px 10px;
    font-size: 24px;
}

.v-inline-block-button {
    padding: 0px 25px 27px;
}

.v-inline-block-button .button {
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 17px;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
}

.h-inline-block {
    width: 487.5px;
    display: inline-block;
    box-sizing: border-box;
    margin: 10px 10px 10px 0px;
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 0px 2px #EBEBEB;
}

.h-inline-block:nth-child(2n) {
    margin: 10px 0px 10px 10px;
}

.h-inline-block-img {
    width: 200px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: -10px;
    -webkit-clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 0);
}

.h-inline-block-img img {
    width: 200px;
}

.h-inline-block-text {
    width: 283px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 10px;
    line-height: 150%;
}

.h-inline-block-text .button {
    float: right;
}

.h-inline-block-text button {
    margin: 15px 0px 0px;
    padding: 12px 35px;
}

.h-inline-block-text h3 {
    margin: 0px 10px 10px 0px;
    font-size: 22px;
    color: #DB2821 !important;
}

.wide-block {
    display: inline-block;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px 0px;
    overflow: hidden;
    box-shadow: 0px 0px 0px 2px #EBEBEB;
}

.prices .v-inline-block h2 {
    color: #165FA1 !important;
}

.prices .wide-block h3 {
    color: #DB2821 !important;
}

.prices .wide-block-text {
    width: 665px;
    padding-bottom: 24px;
}

.prices .wide-block-text .price {
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
    width: 170px;
    color: #000000;
}

.prices .wide-block-text .button {
    margin: 15px 0px 0px 30px;
    vertical-align: middle;
    width: 220px;
    text-align: center;
}

#lpdirect {
    margin-left: 26px;
}

.wide-block-img {
    width: 327px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 90% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 90% 0);
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: -10px;
}

.prices .wide-block-img {
    -webkit-clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 0);
}

.prices .wide-block-img img,
.wyg .wide-block-img img {
    width: 327px;
}

.wide-block-text {
    width: 665px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 20px;
    line-height: 160%;
}

.wide-block-text button {
    margin: 15px 0px 0px;
    padding: 12px 35px;
}

.wide-block-text h3 {
    margin: 0px 0px 10px;
    color: #165FA1;
}

.number {
    background: #DB2821;
    position: absolute;
    margin-left: 276px;
    margin-top: -200px;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 50%;
    text-align: center;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 300;
    padding: 10px;
}

.price {
    font-size: 24px;
    color: #DB2821;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.price span {
    color: #000000;
}

.feedback {

    background-repeat: no-repeat;
    background-position: calc(50% + 250px) bottom;
    background-size: 700px;
}

.feedback .uform {
    margin-top: 60px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

footer {
    width: 100%;
    background: #165FA1;
    color: #FFFFFF;
    font-weight: 300;
    bottom: 0;
}

.footer {
    margin: auto;
    width: 1000px;
    padding: 50px 0px;
}

.copyright {
    background: #0C487D
}

.copyright p {
    width: 1000px;
    margin: 0px auto;
    padding: 20px 0px;
    font-size: 16.5px;
}

.footer a,
.copyright a {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px dotted #FFFFFF;
    transition: 0.4s;
}

.footer a:hover,
.copyright a:hover {
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
}

.footer p {
    margin: 0px;
}

.footer p+p {
    margin-top: 5px;
}

.footer span {
    text-transform: uppercase;
}

.footer-menu ul {
    -moz-column-count: 3;
    column-count: 3;
    padding: 0px;
}

.footer-menu ul li {
    display: block;
}

.footer-menu ul li a,
.footer-menu ul li a:hover {
    border: 0px;
}

.footer-menu ul li a:before {
    display: inline-block;
    content: url('../images/bracket.svg');
    width: 12px;
    height: 12px;
    margin-right: 5px;
    transition: 0.4s;
}

.footer-menu ul li a:hover:before {
    opacity: 0.6;
}

.error-block {
    box-sizing: border-box;
    padding: 50px 0px;
    text-align: center;
    width: 100%;
    margin: auto;
    height: 100vh;
    background: url('../images/404.svg') no-repeat;
    background-position: center bottom -90px;
    background-size: 800px;
}

.hide {
    overflow: hidden;
    height: 330px;
    transition: 0.4s;
}

.nohide {
    height: 685px;
    margin-bottom: -25px;
}

.wtf {
    color: #DB2821;
    cursor: pointer;
    border-bottom: 1px dotted #DB2821;
}

.wtf:hover {
    color: #DC4C47;
    border-color: #DC4C47;
}

.line {
    background: #165FA1;
    color: #FFFFFF;
    padding: 60px 0px;
}

.line-svg {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    fill: #FFFFFF;
}

.line-text {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    width: 700px;
    box-sizing: border-box;
    padding: 0px 30px;
    line-height: 150%;
    font-size: 18px;
    margin-top: -6px;
}

.line-button {
    background: #FFFFFF;
    color: #000000;
    font-weight: 400;
    width: 240px;
    box-sizing: border-box;
    text-align: center;
    margin: 0px;
}

.line-button:hover {
    background: rgba(255, 255, 255, 0.6);
}

.contacts-caption {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin: 0px 0px 15px 2px;
    line-height: 125%;

}

p+.contacts-caption {
    margin-top: 30px;
}

.contacts-caption:after {
    content: '';
    height: 3px;
    width: 50px;
    display: block;
    background: #DB2821;
    margin-top: 15px;
}

.contacts-text p span svg {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -4px;
    fill: #222222;
}

.contacts-text p a {
    color: #000000;
  
}

.contacts-text p i{
font-size:20px;	
    color: #db2821;
margin-right:5px;	
vertical-align:middle;
}

.contacts-text p span {
vertical-align:middle;
  
}

.map-t{
    white-space: nowrap;	
	
}

.contacts {
    background: #FFFFFF;
    height: 500px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 0px 2px #EBEBEB;
	display:flex;
}

.contacts-text {
    display: inline-block;
    vertical-align: top;
    padding: 30px 30px;
}

.contacts-map {
    display: block;
    float: right;
}

.portfolios {
    margin: 0px 0px -10px;
}

.portfolio {
    width: 317px;
    line-height: 0%;
    display: inline-block;
    border-radius: 5px;
    margin: 10px;
    box-shadow: 0px 0px 0px 2px #EBEBEB;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 0.4s;
}

.portfolio:hover {
    opacity: 0.7;
}

.portfolio:nth-child(3n-2) {
    margin-left: 0px;
}

.portfolio:nth-child(3n) {
    margin-right: 0px;
}

.hide-portfolio {
    height: 0px;
    overflow: hidden;
    transition: 1.2s;
}

.nohide-portfolio {
    height: auto;
    margin-bottom: 10px;
}

#hide-portfolio {
    margin: 20px auto;
    font-size: 17px;
    border-radius: 50px;
    padding: 18px 35px;
    display: block;
    width: 220px;
    text-align: center;
}

.invisible {
    margin: 0px auto !important;
    height: 0px !important;
    padding: 0px !important;
    line-height: 0% !important;
    overflow: hidden !important;
}

.modal-portfolio {
    width: 1280px;
    max-width: 94vw;
    box-sizing: border-box;
    height: 90vh;
    padding: 20px 10px 20px 20px;
    margin-left: 0px;
    transform: translateX(-50%);
}

.click-portfolio {
    margin-top: -45vh;
    opacity: 1;
    transition: 0.4s;
    visibility: visible;
}

.close-portfolio {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    margin-top: -33px;
    margin-right: -13px;
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 50%;
    border: 5px solid #FFFFFF;
    box-shadow: 0px 0px 0px 2px #C1C1C1;
}

.close-portfolio:hover .cross,
.close-portfolio:hover .cross:after {
    background: #333333;
}

.view-block {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.view-site {
    display: flex;
    align-items: center;
    justify-content: center;
}

.otzyv {
    margin: 30px 0px 0px;
}

.otzyv:last-child {
    margin: 30px 0px 5px;
}

.otzyv-caption {
    font-family: 'Montserrat', sans-serif;
    margin: 0px 0px 0px;
    font-size: 22px;
    color: #165FA1;
    font-weight: bold;
}

.otzyv-caption:after {
    content: '';
    height: 3px;
    width: 50px;
    display: block;
    background: #DB2821;
    margin-top: 12px;
}

.otzyv-img,
.otzyv-text {
    display: inline-block;
    vertical-align: top;
}

.otzyv-img {
    width: 180px;
    height: 180px;
    background: rgba(22, 95, 161, 0.5);
    border-radius: 50% 0% 50% 50%;
    margin-top: 6px;
    overflow: hidden;
}

.otzyv-img svg {
    margin: 30px;
    fill: #FFFFFF;
    width: 120px;
    height: 120px;
}

.otzyv-text {
    width: 785px;
    margin-left: 30px;
}

.questions {
    margin-bottom: 10px;
    position: relative;
    width: 650px;
}

.questions>div:first-child {
    margin-top: 0px;
}

.question {
    margin-top: 20px;
    cursor: pointer;
    box-shadow: 0px 0px 0px 2px #EBEBEB;
    border-radius: 5px;
    background: #FFFFFF;
    overflow: hidden;
}

.question-icon {
    width: 65px;
    height: 100%;
    -webkit-box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    background: #165FA1;
    padding: 18px 15px;
    box-sizing: border-box;
    margin-right: 10px;
    -webkit-clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 0);
    line-height: 0%;
    transition: 0.4s;
}

.question:hover .question-icon {
    background: #2E7EC6;
    width: 75px;
}

.question-icon svg {
    fill: #FFFFFF;
    width: 20px;
    height: 20px;
    margin: 7px;
    float: right;
}

.question-text {
    margin: 0px 0px 0px;
    display: inline-block;
    vertical-align: middle;
    width: 530px;
    line-height: 150%;
}

.answer {
    position: absolute;
    visibility: hidden;
    top: 0;
    margin-left: -150px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 15px 15px 15px 25px;
    border-radius: 5px;
    background: #FFFFFF;
    z-index: 1;
    line-height: 165%;
    box-shadow: 0px 0px 0px 2px #EBEBEB;
    opacity: 0;
    transition: 0.4s;
}

.answer h3 {
    margin: 10px 0px 0px;
    color: #DB2821;
}

.answer p {
    margin-right: 10px;
}

.answer-content {
    overflow-y: auto;
    height: 100%;
    box-sizing: border-box;
}

.show-answer {
    margin-left: 0px;
    visibility: visible;
    opacity: 1;
}

.faq {

    background-repeat: no-repeat;
    background-position: calc(50% + 380px) bottom;
    background-size: 450px;
}

.answer-cross {
    position: absolute;
    background: #C1C1C1;
    height: 19px;
    width: 1px;
    left: 14px;
    transform: rotate(45deg);
    transition: 0.4s;
}

.answer-cross:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 19px;
    background: #C1C1C1;
    left: -9px;
    top: 9px;
    transition: 0.4s;
}

.answer-close {
    width: 19px;
    height: 19px;
    position: absolute;
    right: -30px;
    top: -30px;
    cursor: pointer;
    opacity: 0;
    transition: 1s;
    transition-delay: 0.4s;
    background: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #DADADA;
    padding: 5px;
}

.show-answer .answer-close {
    opacity: 1;
}

.answer-close:hover .answer-cross,
.answer-close:hover .answer-cross:after {
    background: #333333;
}

.intro {
    width: 660px;
    display: inline-block;
    vertical-align: top;
}

.v-inline-block-text p {
    margin: 10px 0px 15px;
}

.stocks .v-inline-block-text p {
    margin: 15px 0px 0px;
}

.v-inline-block-text .after-price,
.v-inline-block-text .price {
    margin: 10px 0px 0px;
}

.logotips {
    margin: 0px 0px -10px;
}

.logotip {
    width: 317px;
    line-height: 0%;
    display: inline-block;
    border-radius: 5px;
    margin: 10px;
    box-shadow: 0px 0px 0px 2px #EBEBEB;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}

.logotip:nth-child(3n-2) {
    margin-left: 0px;
}

.logotip:nth-child(3n) {
    margin-right: 0px;
}

.blog {
    width: 1000px;
}

article {
    width: 850px;
    display: inline-block;
    vertical-align: top;
}

aside {
    width: 145px;
    display: inline-block;
    vertical-align: top;
}

.blog p {
    font-size: 18px;
    color: #333333;
    line-height: 160%;
    font-family: 'PT Serif', sans-serif;
}

.blog li {
    font-family: 'PT Serif', sans-serif;
    font-size: 18px;
}

.blog-image {
    border-radius: 3px;
    margin-bottom: 20px;
}

.ya-share2 {
    text-align: right;
}

.ya-share2__icon {
    width: 42px !important;
    height: 42px !important;
}

.ya-share2__item {
    display: block !important;
    text-align: right !important;
    margin: 10px 0px 0px !important;
}

.ya-share2__container li:before {
    display: none;
}

.share-fixed {
    position: fixed;
    left: 50%;
    margin-left: 457px;
    top: 64px;
}

.blog-img,
.blog-text {
    display: inline-block;
    vertical-align: middle;
}

.blog-img {
    width: 360px;
    height: 240px;
}

.blog-text {
    width: 635px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 30px;
}

.blog-text h2 {
    line-height: 125%;
    margin: 0px 0px 15px;
    font-size: 24px;
    width: 580px;
}

.blog-text h2:after {
    content: '';
    height: 4px;
    width: 150px;
    display: block;
    background: #DB2821;
    margin-top: 15px;
    border-radius: 3px;
}

.blog-text p {
    color: #333333;
    margin-bottom: 10px;
}

.blog-item+.blog-item {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #DCDCDC;
}

.fz152 {
    font-size: 11px;
    color: #333333;
    margin: 0px;
    line-height: 200%;
}

.secret-text {
    color: #000000;
    line-height: 150%;
    margin: -10px 0px 20px;
    font-size: 15px;
}

.secretzakaz.click {
    height: 460px;
    margin-top: -280px;
}

.oplata form {
    width: 600px;
}

.radiobtn p {
    display: inline-block;
    line-height: 0%;
}

.radiobtn {
    margin: 10px 0px 0px;
}

.radiobtn+.radiobtn {
    margin: 5px 0px 5px;
}



.block-oplata h1 {
    margin-bottom: 10px;
}

.block-oplata p {
    margin-bottom: 40px;
    font-size: 14px;
    color: #165FA1;
}

.blog img {
    max-width: 100%;
}

/* animate */

.dont-look-at-me {
    opacity: 0;
}

.look-at-me {
    opacity: 1;
}

.section:not(.top),
.before-caption,
.caption,
.v-inline-block,
.v-inline-block-img,
.v-inline-block-text,
.v-inline-block-button,
.h-inline-block,
.h-inline-block-img,
.h-inline-block-text,
div.button:not(.call-me),
.wide-block,
.wide-block-img,
.wide-block-text,
.v-trigger,
.v-trigger-img,
.v-trigger-text,
.feedback .uform,
.feedback .uform input,
.feedback .uform textarea,
.inline-block-one,
.inline-block-two,
.hide,
.portfolio,
.question,
.otzyv,
.contacts,
.footer,
.intro p,
.h-trigger,
.logotip {
    transition: opacity 1.2s;
}

div.button:not(.call-me) {
    transition: opacity 1.2s, background 0.4s;
}

.contacts-map {
 
    width: 670px;
    height: 500px;
}

.furgon {
    width: 317px;
}

label {
    cursor: pointer;
}

.invitation {
    font-family: 'Montserrat', sans-serif;
}