@font-face {
    font-family: 'Evolventa';
    src: url('../fonts/Evolventa-Bold.eot');
    src: url('../fonts/Evolventa-Bold.eot#iefix') format('embedded-opentype'), url('../fonts/Evolventa-Bold.woff') format('woff'), url('../fonts/Evolventa-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Evolventa';
    src: url('../fonts/Evolventa-Regular.eot');
    src: url('../fonts/Evolventa-Regular.eot#iefix') format('embedded-opentype'), url('../fonts/Evolventa-Regular.woff') format('woff'), url('../fonts/Evolventa-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Evolventa';
    position: relative;
}

* {
    outline: none!Important;
}

button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

label.error {
    display: none!important;
}

.error {
    border-color: red!important;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

.valid {
    border-color: green!important;
}

.nomob {
    display: block;
}

.onlymob {
    display: none;
}

.nopadl {
    padding-left: 0;
}

.nopadr {
    padding-right: 0;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

body {
    padding-right: 0 !important;
}

body.modal-open {
    padding-right: 17px !important;
}

.flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.flex::before,
.row.flex::after {
    display: none
}

.flex.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


    .hero .carousel-item{min-height:80vh;background:#0a1a2b;color:#fff;position:relative}
    .hero .overlay{position:absolute;inset:0;background:linear-gradient(90deg, rgba(10,26,43,.7) 0%, rgba(10,26,43,.35) 50%, rgba(10,26,43,.15) 100%)}
    .hero .content{position:absolute;inset:0;display:flex;align-items:center}
.hooler {
	color:#266cb1;
	
}

.gora {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 1em;
    display: inline-block;
    padding: 8px 16px;
    font-weight: bold;
    color: #266cb1;
    border: 1px solid rgba(38, 108, 177, 0.4);
    box-shadow: 0 2px 8px rgba(38, 108, 177, 0.15);
    background: transparent;
}
.morsa {
	display: block;
    border-bottom: none;
    font-size: 18px;
    text-align: right;
	font-weight:500;
}
.wol {max-width:300px;}

.imga {
	width:200px;
	margin-bottom:2em;
}

.ned {
	    color: #000;
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    max-width: 550px;
}

.pol {
	font-size:30px;line-height:40px;
}


.about {
	padding-top: 70px;
    padding-bottom: 80px;
}

.text-primary {
    color: #266cb1 !important;
}

.mx {
    max-width: 100%;
    padding: 0px;
    max-width: 366px;
}

.texta {
font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 25px;
    background: #f7f7f7;
    padding: 15px;
}
.iconcard h5 {
	font-weight:600;
	font-size:20px;
	margin-bottom:10px;
}
.poka {
    font-size: 15px;
    padding: 15px;
    padding-bottom: 0;
}
.mor {
	font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
}

.iconcard {
	border: 1px solid #266cb1;
    padding: 25px;
    margin-bottom: 15px;
}
.iconcard i {
    background: #266cb1;
    padding: 10px;
    border-radius: 50%;
    line-height: 25px;
    color: #fff !important;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.iconcard i:hover {
    top:-4px;
}

.cta {
display: flex
;
    padding: 10px 45px;
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    background: #ffffff;
    border: 2px solid #266cb1;
    border-radius: 10px;
    transition: 1s;
    box-shadow: 6px 6px 0 #cecece;
    transform: skewX(-15deg);
    display: inline-block;
    animation: bounce 2s ease-in-out infinite;
}


.cta2 {
  animation: bounce 2.2s ease-in-out infinite  
}


.cta3 {
    animation: bounce 2.5s ease-in-out infinite
}



@keyframes bounce {
    0%, 100% {
        transform: skewX(-15deg) translateY(0);
    }
    50% {
        transform: skewX(-15deg) translateY(-4px);
    }
}

.cta:focus {
   outline: none; 
}

.cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #1a5289;
}





.cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.cta:hover  span:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
}

  .cta span {
    transform: skewX(15deg) 
  }

  .cta span:nth-child(2) {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
  }
  
/**************SVG****************/

path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */

@keyframes color_anim {
    0% {
        fill: white;
    }
    50% {
        fill: #FBC638;
    }
    100% {
        fill: white;
    }
}








/* Общие стили для ячеек с описанием */
.dps-cell {
  position: relative;
  cursor: help;
  white-space: nowrap;
}

/* Стиль всплывающей подсказки */
.dps-cell::after {
  content: attr(data-desc);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  background: #333;
  color: #fff;
  padding: 10px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 6px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: none;
  white-space: normal;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Треугольник указатель */
.dps-cell::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 10;
}

/* Показываем при наведении */
.dps-cell:hover::after,
.dps-cell:hover::before {
  opacity: 1;
  visibility: visible;
}















.pokas {
	font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}
.poka .col {
margin-bottom: 10px;
    position: relative;
    padding-left: 55px;
}

.imga2 {
position: absolute;
    width: 160px;
    right: 00px;
    top: 0px;
}
.imga3 {
	width:450px;margin-top: 5em;
}

.ypt {max-width:400px}


   .product-table {
            border-collapse: collapse;
            width: 100%;
            margin-top: 30px;
        }
        
        .product-table th,
        .product-table td {
            padding: 15px;
            text-align: center;
            border: 1px solid #dee2e6;
            vertical-align: top;
            max-width:250px;
        }
        
        .product-table th {
            background-color: var(--secondary-color);
            font-weight: 600;
        }
        
        .product-table tr:hover {
            background-color: rgba(38, 108, 177, 0.05);
        }
        
        .product-table .highlight {
            background-color: rgba(38, 108, 177, 0.1);
        }
        
        .product-table .price {
            font-weight: 700;
            color: var(--primary-color);
            font-size: 1.5rem;
        }

thead {
	    background: #266cb1;
    color: #fff;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.container {
    max-width: 1170px;
    width: 100%;
}

.intro_section {
    position: relative;
    min-height: 770px;
    padding-top: 170px;
}

.intro_section .container {
    position: relative;
    z-index: 100
}

.intro_section::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-image: url(../images/bg1.jpg);
    max-height: 770px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

header {
    position: relative;
    z-index: 100;
    padding-top: 15px;
    left: 0;
    width: 100%;
}

.header_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo_wrp {}

.logo_wrp img {
    display: inline-block;
    vertical-align: middle;
	width:105px;
}

.logo_wrp span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 19px;
    max-width: 193px;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #000;
}

button {
    background: none;
    padding: 0;
    border: none;
}

.rebyu {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #266cb1;
    height: 55px;
    width: 225px;
    border: 1px solid #266cb1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    text-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.rebyu:hover {
    background-color: #266cb1;
    color: #fff
}

.toptel {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
}

.toptel > a:last-child:hover {
    border-bottom-color: #000
}

.toptel a {
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #000;
}

.toptel img {
    margin-right: 15px;
}

.recall {
    width: 175px;
    height: 55px;
    background-color: #266cb1;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    position: relative;
}


.recall:hover {
    transition: 0.5s;
    box-shadow: 5px 5px 0 #1a5289;

}

.header_part2 {
    margin-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #266cb117;
    padding-top: 10px;
}

.header_part2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header_part2 ul a {
    font-weight: normal;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.04em;
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
}

.header_part2 ul a:hover {
    border-bottom-color: #000
}

.intro_form {
    position: relative;
    background: #FFFFFF;
    -webkit-box-shadow: 40px 40px 160px rgba(0, 0, 0, 0.08);
    box-shadow: 40px 40px 160px rgba(0, 0, 0, 0.08);
    max-width: 520px;
    width: 100%;
    padding-left: 40px;
    padding-right: 55px;
    padding-bottom: 40px;
    padding-top: 38px;
}

.intro_form::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background-color: #266cb1;
}

.intro_form_ttle {
    margin-bottom: 23px;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}

.range_labels {
    font-size: 11px;
    line-height: 15px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.st_ttle {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}

input {
    background: none;
    border: none;
    height: 65px;
    background: #FFFFFF;
    border: 1px solid #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 24px;
    font-weight: normal;
    font-size: 15px;
    width: 100%;
    line-height: 20px;
    margin-bottom: 10px;
}

[name="phone"] {
    background-repeat: no-repeat;
    background-image: url(../images/phone.svg);
    background-position: calc(100% - 20px) 50%;
    padding-right: 36px;
}

.range_input_edit input {
    font-weight: bold;
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 0;
    color: #000
}

.price_item {
    margin-bottom: 30px;
}

.time_item {
    margin-bottom: 20px;
}

.send_form {
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 21px;
    position: relative;
    line-height: 28px;
    text-align: center;
    color: #fff;
    height: 72px;
    width: 100%;
    background-color: #266cb1;
}

.pressing {
    padding-left: 31px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.3);
}

.pressing::before {
    width: 20px;
    content: '';
    display: block;
    height: 20px;
    background-color: #266cb1;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    opacity: .6;
}

.pressing.pressed::before {
    background-image: url(../images/pressed.svg);
    background-repeat: no-repeat;
    background-position: calc(50% - 1px) 50%;
}


.send_form:hover {

    transition: 0.5s;
    box-shadow: 5px 5px 0 #1a5289;

}

.noUi-connect {
    background: #266cb1;
}

.noUi-horizontal {
    height: 4px;
}

.noUi-target {
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #E5E5E5;
    position: absolute;
    width: calc(100% - 2px);
    left: 1px;
    bottom: 1px;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none
}

.noUi-handle {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
    background-image: url(../images/slider.svg);
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 19px;
    right: -11px;
    top: -10px;
}

.range_input_edit {
    position: relative;
}

.intro_panel_calc {
    position: absolute;
    width: 340px;
    background: #FFFFFF;
    -webkit-box-shadow: 40px 40px 160px rgba(0, 0, 0, 0.15);
    box-shadow: 40px 40px 160px rgba(0, 0, 0, 0.15);
    padding-top: 30px;
    padding-left: 34px;
    padding-bottom: 30px;
    padding-right: 24px;
    top: 195px;
    z-index: 100;
    left: calc(100% - 12px);
}

.label_info {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 15px;
    line-height: 1;
    background-color: #266cb1;
    color: #000000;
    padding: 3px 5px;
}

.calced_value {
    font-weight: bold;
    font-size: 35px;
    color: #000000;
    line-height: 1;
    margin-bottom: 14px;
}

.write_phone {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    padding-top: 8px;
}

.info_list li {
    position: relative;
    display: block;
    margin-bottom: 11px;
    padding-left: 15px;
    font-size: 15px;
    color: black;
    line-height: 1.24;
}

.info_list li:last-child {
    margin-bottom: 0;
}

.info_list li::before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #266cb1;
    left: 0;
    top: 8px;
}

.intro_panel_calc::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/1.svg);
    width: 46px;
    height: 46px;
    top: 30px;
/*
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite;
*/
    right: -31px;
}

.intro_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.modal-dialog {
    pointer-events: auto;
}

h1 {
    margin: 0;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    margin-top: -7px;
}

.preim_item {
    position: relative;
    background-color: #F9F7F2;
    height: 470px;
    padding-top: 60px;
    text-align: center;
    -webkit-transition: 0.3s;
    cursor: pointer;
    transition: 0.3s;
}

.preim_item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.preim_item::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/triangle.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
    right: 0;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.preim_item::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/triangle_hover.png);
    opacity: 0;
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 0;
}

.preim_item p {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 72px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 22px;
}

.preim_item span {
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.two {
    padding-top: 45px;
    padding-bottom: 80px;
}

.preim_item.inline {
    height: calc(50% - 15px);
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 224px;
    text-align: left;
}

.preim_item.inline img {
    position: absolute;
    top: calc(50% - 40px);
    left: 65px;
}

.preim_item.inline div {}

.preim_item.inline p {
    margin-bottom: 13px;
}

.preim_item.inline span {}

.preim_item.inline:last-child {
    margin-bottom: 0;
}

.preim_item:hover::before {
    opacity: 0
}

.preim_item:hover::after {
    opacity: 1
}

.preim_item:hover {
    background-color: #266cb1;
}

.arow {
    top: 0;
    width: 0;
    height: 0;
    border-left: 33px solid transparent;
    border-bottom: 33px solid transparent;
    border-top: 33px solid #fff;
    display: block;
    position: absolute;
    right: 0;
}

.intro_section::after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #266cb1;
    top: 760px;
    left: calc(50% + 550px);
}

.live_types {
    background-position: center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 80px;
    position: relative;
    background-image: url(../images/bg2.jpg);
}


h2 {
    margin: 0;
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 45px;
    line-height: 60px;
    text-transform: uppercase;
    color: #000000;
}

h2.wt {
    color: #fff;
}

.types_flex {
    max-width: 620px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    cursor: pointer;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.type_item {
    width: 50%;
    height: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    background-color: #fff;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}

.type_item:nth-last-child(1),
.type_item:nth-last-child(2) {
    border-bottom: none;
}

.type_item:nth-child(even) {
    border-right: none
}

.type_item img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    width: 64px;
    display: inline-block;
    vertical-align: middle;
}

.type_item p {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 65px);
    padding-left: 25px;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #000000;
}

.type_item:hover {
    background-color: #ecf6ff;
}

.type_item:hover img {
    opacity: 1;
}

.get_price {
    padding-top: 70px;
    padding-bottom: 80px;
}

.get_price_wrp {
    position: relative;
    padding: 30px 0;
}

.get_price_block {
    max-width: 430px;
    margin-left: auto;
    background: #FFFFFF;
    -webkit-box-shadow: 40px 40px 160px rgba(0, 0, 0, 0.08);
    box-shadow: 40px 40px 160px rgba(0, 0, 0, 0.08);
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
    padding-top: 26px;
    z-index: 100;
    position: relative;
}

.get_price_block p {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}

.get_price_block p:nth-last-child(2) {
    margin-bottom: 42px;
}

.get_price_block .norm_list {
    margin-bottom: 30px;
}

.norm_list li {
    position: relative;
    display: block;
    margin-bottom: 16px;
    padding-left: 15px;
    font-size: 18px;
    color: black;
    line-height: 1.35;
}

.norm_list li:last-child {
    margin-bottom: 0;
}

.norm_list li::before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #266cb1;
    left: 0;
    top: 8px;
}

.normb {
    width: 100%;
    height: 72px;
    background-color: #266cb1;
    position: relative;
    font-weight: bold;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.normb:hover {
    transition: 0.5s;
    box-shadow: 5px 5px 0 #1a5289;

}

.get_price_img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-position: center;
    background-size: cover;
    width: calc(100% - 395px)
}

.quiz_section {
    position: relative;
    padding-top: 70px;
    padding-bottom: 80px;
    background: url(../images/bg7.jpg);
	background-size:cover;
}
h2.white {color:#fff;}


textarea {
	background: none;
    border: none;
    height: 65px;
    background: #FFFFFF;
    border: 1px solid #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 24px;
    font-weight: normal;
    font-size: 15px;
    width: 100%;
    line-height: 20px;
    margin-bottom: 10px;
	padding:15px 24px;
}







.quiz_header {
    margin-bottom: 28px;
}

.quiz_counter {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 49px;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    width: 95px;
}

.quiz_counter .total_num {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    background-color: #266cb1;
    color: #000000;
    vertical-align: middle;
    padding: 3px 5px;
    padding-top: 5px;
    position: relative;
    top: -2px;
    margin-left: 6px;
}

.quiz_quextion {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    color: #000000;
    width: calc(100% - 100px);
}

.click_items_flex {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: -15px;
}

.click_items_flex > div {
    margin-bottom: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.click_item {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
    min-height: 95px;
    background: #FFFFFF;
    -webkit-box-shadow: 40px 40px 160px rgba(0, 0, 0, 0.08);
    box-shadow: 40px 40px 160px rgba(0, 0, 0, 0.08);
    padding-left: 32px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
}

.click_item:hover,
.click_item.active {
    background-color: #266cb1
}

.belong_section_wrp {
    position: relative;
    padding-top: 80px;
}

.belong_section_wrp::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/bg3.jpg);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 700px;
    background-size: cover;
}

.belong_section_wrp .container {
    position: relative;
    z-index: 100;
}

.belong_section {
    max-width: 606px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 40px 40px 160px rgba(0, 0, 0, 0.08);
    box-shadow: 40px 40px 160px rgba(0, 0, 0, 0.08);
    padding-top: 32px;
    padding-left: 47px;
    padding-right: 47px;
    padding-bottom: 50px;
    background-image: url(../images/can_bg.svg);
    background-repeat: no-repeat;
    background-position: 50% -10px;
    position: relative;
}

.belong_section h2 {
    margin-bottom: 80px;
}

.can_text {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    color: #000000;
}

.can_list {
    max-width: 375px
}

.can_list p {
    width: calc(100% - 59px);
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    padding-left: 17px;
}

.can_list li {
    margin-bottom: 30px;
}

.can_list li img {
    position: relative;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.can_list li:hover img {
    top: -4px;
}

.can_list li:last-child {
    margin-bottom: 0;
}

.belong_section::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/3.svg);
    width: 46px;
    height: 46px;
    bottom: 200px;
    right: -30px;
/*
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite;
*/
}

.case_section {
    padding-top: 60px;
    padding-bottom: 80px;
}

.case_section h2 {
    margin-bottom: 35px;
}

.case_flex {
    margin-top: 40px;
}

.case_flex .col-md-5 {
    padding-right: 0;
}

.case_flex .col-md-7 {
    padding-left: 0;
}

.case_img {
    background-position: center;
    background-size: cover;
    position: relative;
    height: 100%;
    top: -40px;
    z-index: 100;
    background-color: #f2f2f2;
    width: calc(100% + 25px);
}

.case_descript {
    padding-left: 85px;
    position: relative;
    padding-top: 40px;
    padding-right: 35px;
    background-color: #F9F7F2;
    min-height: 452px;
}

.case_descript::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 15px;
    left: -15px;
    background-color: #F9F7F2;
}

.case_label {
    display: inline-block;
    vertical-align: middle;
    background-color: #266cb1;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    color: #000000;
    padding: 3px 6px;
    padding-top: 5px;
}

.case_in {
    font-weight: normal;
    font-size: 17px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 30px;
}

.case_list {
    margin-bottom: 30px;
}

.case_list li {
    font-size: 17px;
    line-height: 28px;
    padding-left: 20px;
    position: relative;
    color: #000000;
}

.case_list li::before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #266cb1;
    left: 0;
    top: 10px;
}

.case_list:last-child {
    margin-bottom: 0;
}

.owl-prev {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/prev.svg);
    width: 72px;
    height: 72px;
}

.owl-next {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/next.svg);
    width: 72px;
    height: 72px;
}

.owl-next::before,
.owl-prev::before {
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    content: '';
    display: block;
    border: 2px solid #000;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
}

.owl-prev:hover::before,
.owl-next:hover::before {
    opacity: 1
}

.case_carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 155px;
    position: absolute;
    left: 40px;
    bottom: 4px;
}

.main_form_section {
    background-repeat: no-repeat;
    background-image: url(../images/bg4.jpg);
    background-position: top center;
    min-height: 750px;
    position: relative;
    padding-top: 70px;
}

.main_form_section::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/4.svg);
    width: 93px;
    height: 92px;
    bottom: -33px;
    left: calc(50% + 180px);
/*
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite;
*/
}

.main_form_section h2 {
    margin-bottom: 35px;
}

.over_li {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 26px;
    line-height: 37px;
    color: #000000;
}

.main_form_section .norm_list {
    max-width: 540px;
    margin-bottom: 35px;
}

.main_form_section form {
    max-width: 440px;
}

.main_form_section .pressing {
    color: rgba(0, 0, 0, 0.4)
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

:-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.documents_section {
    padding-top: 70px;
    padding-bottom: 60px;
}

.need_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 120px;
    padding-left: 32px;
    background-color: #266cb1;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.need_item:hover {
    top: -4px
}

.need_item::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/triangle_hover.png);
    width: 33px;
    height: 33px;
    right: 0;
    top: 0;
    background-color: #fff;
}

.need_item p {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 54px);
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 0;
    padding-left: 20px;
}


.need_item img {
	width: 45px;
}
.ska {
	opacity:0;
    color: #fff;
    background: #174e83;
    padding: 10px;
	margin-right: 50px;
	transition: opacity 0.3s ease;
}

.ska:hover {
	background:#1b5c9c
}


.need_item:hover .ska {opacity: 1;
    transition: opacity 0.3s ease;}



.doc_flex {
    padding-bottom: 10px;
}

.doc_flex > div {
    margin-bottom: 20px;
}

.can_wrp {
    padding-top: 10px;
}

.can_wrp > p {
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    width: 160px;
    border-left: 4px solid #266cb1;
}

.can_wrp > ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    max-width: 670px;
    width: calc(100% - 165px);
    padding-left: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.can_wrp > ul li {
    cursor: pointer
}

.can_wrp > ul li img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.can_wrp > ul li span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 14px;
    font-weight: normal;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 22px;
    color: #9F9D97;
}

.can_wrp > ul li:hover span {
    color: black
}

.can_wrp > ul li:hover img {
    -webkit-filter: brightness(0);
    filter: brightness(0)
}

.steps_section {
    position: relative;
    padding-top: 70px;
    padding-bottom: 80px;
    background-color: #F9F7F2;
}

.steps_section .container {
    position: relative;
    z-index: 100;
}

.steps_section::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-image: url(../images/bg5.png);
    width: 100%;
    height: 226px;
    background-repeat: no-repeat;
    top: -50px;
    background-position: calc(50% + 496px) 0;
/*
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite;
*/
}

.step_item {
    height: 100%;
    padding-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #fff;
    padding-bottom: 24px;
    -webkit-box-shadow: 40px 40px 160px rgba(0, 0, 0, 0.08);
    box-shadow: 40px 40px 160px rgba(0, 0, 0, 0.08);
	    border: 1px solid #dee2e6;
}
.lead-strip {
    background: linear-gradient(90deg, #266cb1, #1f5f9c);
    color: #fff;
    padding: 18px 0;
    border-radius: 12px;
	font-size:16px;
}
.maja {
	margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin-left: 15px;
}

.num_step {
    display: block;
    position: relative;
    margin-bottom: 24px;
    padding-left: 62px;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000000;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.num_step:hover {
    top: -4px;
}

.num_step::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 50px;
    height: 2px;
    top: calc(50% - 1px);
    background-color: #266cb1;
}

.step_ttle {
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}

.des_ttle {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.step_item.zayavka {
    cursor: pointer;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #266cb1;
    padding-left: 32px;
    background-repeat: no-repeat;
    background-image: url(../images/arr.svg);
    background-position: calc(100% - 40px) 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0!important;
    position: relative;
}

.step_item.zayavka::before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 2px solid #000;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.step_item.zayavka:hover::before {
    opacity: 1;
}

.step_item.zayavka .step_ttle {
    margin-bottom: 0;
}

.steps_section .flex {
    margin-bottom: -15px;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.steps_section .flex > div {
    margin-bottom: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.steps_section::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/5.svg);
    width: 46px;
    height: 46px;
    bottom: -12px;
    left: calc(50% - 650px);
/*
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite;
*/
}

.dogovor_section {
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 130px;
    background-image: url(../images/dogovor.png);
    background-position: calc(50% + 550px) calc(50% + 60px);
    margin-bottom: -40px;
}

.dogovor_section h2 {
    margin-bottom: 30px;
}

.dogovor_t_wrp {
    max-width: 640px;
    margin-bottom: 120px;
}

.dogovor_t_wrp p {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 23px;
    line-height: 38px;
    color: #000000;
}

.dogovor_t_wrp p a {
    color: #000000;
    border-bottom: 1px solid #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.dogovor_t_wrp p a:hover {
    border-color: #266cb1;
    border-bottom-width: 2px;
}

.look_ex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 3px solid #266cb1;
    border-bottom: 3px solid #266cb1;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #000000;
}

.look_ex:hover {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #266cb1
}

.look_ex img {
    margin-right: 20px;
}

.why_investor_section {
    position: relative;
}

.why_investor_section::before {
    content: '';
    display: block;
    position: absolute;
    height: calc(100% - 80px);
    top: 40px;
    width: 100%;
    left: 0;
    background-image: url(../images/bg6.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.why_investor_section .container {
    position: relative;
    z-index: 100;
}

.investor_div {
    max-width: 714px;
    background: #FFFFFF;
    -webkit-box-shadow: 40px 40px 160px rgba(0, 0, 0, 0.08);
    box-shadow: 40px 40px 160px rgba(0, 0, 0, 0.08);
    padding-bottom: 40px;
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
    padding-top: 45px;
}

.investor_div::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background-color: #266cb1;
}



.why_label {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    padding-left: 16px;
    border-left: 4px solid #266cb1;
}

.why_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.why_item {
    width: 50%;
    padding-top: 23px;
    padding-bottom: 23px;
    border-bottom: 1px solid #ECECEC;
    padding-left: 15px;
    border-right: 1px solid #ECECEC;
}

.why_item img {
    display: inline-block;
    margin-bottom: 13px;
    position: relative;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	width:50px;
}

.why_item:hover img {
    top: -4px;
}

.why_item p {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
	display:none;
}

.why_item:nth-last-child(1),
.why_item:nth-last-child(2) {
    border-bottom: none
}

.why_item:nth-child(even) {
    padding-left: 34px;
    border-right: none
}

.gramoty_section {
    padding-top: 60px;
    padding-bottom: 80px;
    overflow: hidden
}

.gramota_item {
    display: block;
    position: relative;
    padding: 16px;
    border: 10px solid #F9F7F2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.gramota_item::before {
    content: '';
    display: block;
    padding-top: 147%;
}

.gramota_item span {
    display: block;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-position: center;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position: absolute;
    left: 15px;
    top: 15px;
}

.gramota_item::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    background-position: center;
    background-image: url(../images/zoom.svg);
}

.gramota_item:hover {
    border-color: #266cb1
}

.gramota_item:hover::after {
    opacity: 1;
}

.gramoty_section .owl-prev,
.partner_carousel .owl-prev {
    position: absolute;
    left: -122px;
    top: calc(50% - 36px);
}

.gramoty_section .owl-next,
.partner_carousel .owl-next {
    position: absolute;
    top: calc(50% - 36px);
    right: -122px;
}

[data-fancybox-thumbs] {
    display: none
}

.quote_section {
    background-color: #266cb1;
    padding-top: 70px;
    padding-bottom: 52px;
    position: relative;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-position: calc(50% - 350px) 100%;
}

.quote_section::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/7.svg);
    width: 46px;
    height: 46px;
    bottom: -15px;
    left: calc(50% + 520px);
/*
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite;
*/
}

.quote_wrp {
    padding-left: 42px;
}

.quote_text {
    margin-bottom: 44px;
    font-size: 21px;
    line-height: 33.5px;
    color: #000000;
}

.quote_text br {
    display: block!important
}

.quote_author {
    background-image: url(../images/quote_ramka.svg);
    width: 383px;
    height: 112px;
    padding-left: 43px;
    padding-top: 20px;
    padding-right: 20px;
}

.quote_author p {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
}

.quote_author span {
    display: block;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
}

.jur_get {
    padding-top: 65px;
    padding-bottom: 80px;
}

.jur_get .flex {
    margin-bottom: -25px;
}

.jur_get .flex > div {
    margin-bottom: 25px;
}

.jur_get_wrp {
    border: 10px solid #F9F7F2;
    padding-top: 32px;
    padding-left: 26px;
    padding-bottom: 24px;
    padding-right: 12px;
    -webkit-transition: 0.3s;
    height: 100%;
    transition: 0.3s;
    cursor: pointer;
}

.jur_get_wrp:hover {
    border-color: #266cb1
}

.jur_get_wrp img {
    margin-bottom: 30px;
    display: inline-block;
}

.jur_get_wrp p {
    position: relative;
    margin-bottom: 42px;
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    color: #000000;
}

.jur_get_wrp p::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -18px;
    width: 32px;
    height: 4px;
    background-color: #266cb1;
}

.jur_get_wrp span {
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

.partner_section {
    padding-top: 65px;
    padding-bottom: 80px;
    background-color: #F9F7F2;
}

.partn_item {
    height: 130px;
    background: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}

.partn_item img {
    max-width: 100%;
    max-height: 100%;
}

.download_pdf_section {
    background-repeat: no-repeat;
    background-image: url(../images/bg7.png);
    padding-top: 68px;
    padding-bottom: 80px;
    background-position: calc(50% + 290px) calc(50% + 72px);
}

.download_pdf_section h2 {
    margin-bottom: 25px;
    font-size: 49px;
    line-height: 62px;
}

.down_t_label {
    max-width: 570px;
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 29px;
    line-height: 41px;
    color: #000000;
}

.download_pdf_section form {
    margin-top: 30px;
    max-width: 510px;
}

.other_usl_section {
    background-position: center;
    background-size: cover;
    position: relative;
    background-image: url(../images/bg8.jpg);
    padding-top: 70px;
    padding-bottom: 80px;
}

.other_usl_section::before {
    content: '';
    display: block;
    position: absolute;
    width: 93px;
    height: 92px;
    background-image: url(../images/8.svg);
    left: calc(50% - 720px);
    bottom: -35px;
/*
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite;
*/
}

.other_service_item {
    height: 100%;
    min-height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: left;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 35px;
    position: relative;
    padding-right: 28px;
}

.other_service_item div {
    width: 100%;
}

.other_service_item p {
    margin-bottom: 13px;
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    color: #000000;
}

.other_service_item span {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}

.other_service_item::before {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    left: 17px;
    width: 70px;
    height: 70px;
    background-image: url(../images/ar_other.svg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.other_service_item:hover {
    background-color: #266cb1;
}

.other_service_item:hover::before {
    -webkit-filter: brightness(0);
    filter: brightness(0)
}

.faq_question {
    padding-top: 65px;
    position: relative;
    padding-bottom: 75px;
}

.faq_question::before {
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    content: '';
    background-color: #266cb1;
    bottom: -35px;
    z-index: 100;
    left: calc(50% + 498px);
/*
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite;
*/
}

.faq_item {
    margin-bottom: 10px;
    position: relative;
    padding-right: 75px;
    padding-left: 30px;
    background: #F9F7F2;
    padding-top: 30px;
    cursor: pointer;
    padding-bottom: 30px;
}

.faq_item::before {
    content: '';
    display: block;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    border: 2px solid #266cb1;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/arb.svg);
    top: 15px;
    right: 15px
}

.faq_item:hover::before {
    background-color: #266cb1
}

.faq_question {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 21px;
    line-height: 28px;
    color: #000000;
}

.faq_an {
    display: none;
}

.faq_q {
    margin-bottom: 0;
}

.faq_an p {
    margin-bottom: 0;
    margin-top: 12px;
    font-weight: normal;
    font-size: 17px;
    line-height: 23px;
    color: #000000;
}

.faq_open::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: #266cb1;
}

.faq_but_wrp {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 680px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    color: #000000;
}

.faq_but_wrp button:nth-child(1) {
    width: calc(50% - 5px);
    height: 72px;
    border: 3px solid #266cb1;
}

.faq_but_wrp button:nth-child(1):hover {
    background-color: #266cb1;
}

.faq_but_wrp button:nth-child(2) {
    width: calc(50% - 5px);
    height: 72px;
    position: relative;
    background-color: #266cb1;
}

.faq_but_wrp button:nth-child(2)::before {
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    content: '';
    display: block;
    border: 2px solid #000;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
}

.faq_but_wrp button:nth-child(2):hover::before {
    opacity: 1;
}

.contact_section {
    position: relative;
    padding-top: 65px;
}

.contact_section::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 654px;
    background-color: #fff;
}
.kort {
    font-size: 18px;
    max-width: 430px;
    position: relative;
    padding-left: 50px;
    font-weight: 600;
    margin-bottom: 15px;
    height: 50px;
    vertical-align: middle;
    display: flex;
    align-content: center;
    align-items: center;
}

.kort a {color:#000}
.logo_part img {width:100px;}
.kort i {
width: 40px;
    position: absolute;
    height: 40px;
    background: #266cb1;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 45px;
    border-radius: 10px;	
left: 0;	
}
.contact_section .container {
    position: relative;
    z-index: 100
}

.map_wrp {
    max-width: 520px;
    height: 520px;
    position: relative;
}

.map_wrp iframe {
    width: 100%;
    height: 100%;
}

.contact_section form {
    max-width: 440px
}

.over_tel {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    margin-top: 35px;
}

.foot_tel {
    margin-bottom: 35px;
    display: inline-block;
    font-weight: bold;
    font-size: 62px;
    line-height: 1;
    color: #000000;
}

footer {
	margin-top:40px;
padding-top: 20px;
    padding-bottom: 20px;
    background: #266cb1;
}

.footer_flex {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.foot_logo {
    max-width: 100%;
    display: inline-block;
}

.wa_call {
    -webkit-transition: 0.3s;
    display: block;
    transition: 0.3s;
}

.wa_call img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.wa_call:hover {
    background-color: #000;
}

.wa_call:hover img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.footer_cont_info {}

.footer_cont_info > div {
    padding-left: 35px;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
    position: relative;
    margin-bottom: 28px;
}

.footer_cont_info > div img {
    position: absolute;
    left: 0;
    top: 0;
}

.footer_cont_info > div a {
    color: black
}

.footer_cont_info > div a:hover {
    text-decoration: underline;
}

.footer_cont_info > div:last-child {
    margin-bottom: 0;
}

.foott {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
}

.foott a {
    color: #fff;
    display: block;
    text-decoration: underline;
}

.foott a:hover {
    text-decoration: none;
}

.range_labels li {
    width: 1px;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.range_labels li:first-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.range_labels li:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.quiz_limiter {
    max-width: 870px;
}

.quiz_panel {
    margin-bottom: 20px;
    padding: 30px;
    background: #FFFFFF;
    -webkit-box-shadow: 40px 40px 160px rgba(0, 0, 0, 0.08);
    box-shadow: 40px 40px 160px rgba(0, 0, 0, 0.08);
}

.quiz_panel .slider_item {
    margin-bottom: 0;
}

.quiz_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.go_prev {
    max-width: 175px;
    background-color: #E7E3DA
}

.go_prev::before {
    border-color: rgba(0, 0, 0, 0.7)
}

.go_next {
    max-width: 323px;
}

.quiz_wrp {
    position: relative;
}

.quiz_item {
    display: none;
}

.quiz_item:first-child {
    display: block
}

.modal_wrp {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 534px;
    background: #FFFFFF;
    -webkit-box-shadow: 40px 40px 160px rgba(0, 0, 0, 0.08);
    box-shadow: 40px 40px 160px rgba(0, 0, 0, 0.08);
    padding-top: 35px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

.closemod {
    position: absolute;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/close.svg);
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
}

.closemod:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.modal_wrp.smaller {
    max-width: 414px;
}

.modt1 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 31px;
    line-height: 40px;
    color: #000000;
}

.modt2 {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

.q_modt1 {
    margin-bottom: 13px;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.q_modt2 {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 31px;
    line-height: 41px;
    color: #000000;
    padding-left: 18px;
    border-left: 4px solid #266cb1;
}

.q_modt3 {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

#thanks1 .send_form,
#thanks2 .send_form {
    margin-bottom: 0;
}

.modal-lg .modal_wrp {
    max-width: 100%;
}

.fixed_header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
    top: -160px;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 40px 40px 160px rgba(0, 0, 0, 0.08);
    box-shadow: 40px 40px 160px rgba(0, 0, 0, 0.08);
}
.fixed_header .logo_wrp span {
    color: black
}
.fixed_header .rebyu {
    color: black;
    border-color: #266cb1;
}
.fixed_header .toptel, .fixed_header .toptel a {
    color: black
}
.fixed_header .toptel img {
    -webkit-filter: brightness(0);
    filter: brightness(0)
}
.fixed_header .header_part1 {
    padding-top: 5px;
    background-color: #fff;
}
.fixed_header .header_part2 {
    padding: 9px 0;
    margin: 0;
}

.fixed_header .header_part2 ul a {
    color: black;
}

.fixed_header .header_part2 ul a:hover {
    border-color: black
}

.nav-up {
    top: -160px;
}

.fixed_header.nav-down {
    top: 0
}

.modal-open header {
    width: calc(100% - 17px)
}

.insert_map_modal {
    position: relative;
}

.insert_map_modal::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.insert_map_modal iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pressing span {
    text-decoration: underline
}

.pressing:hover span {
    text-decoration: none;
}

.blinked {
    position: relative;
    overflow: hidden;
    z-index: 10;
}

@-webkit-keyframes blink {
    from {
        left: -85px;
    }
    to {
        left: 120%
    }
}

@keyframes blink {
    from {
        left: -85px;
    }
    to {
        left: 120%
    }
}

.blinked::after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.send_form::after {
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

section h6 {
    display: none;
    padding: 0;
    margin: 0;
    width: 0;
    height: 0;
}

.onlyxs_calc {
    display: none
}

.xs_only {
    display: none
}
.modal_center .modal-dialog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
#m2 .modt1 {
    font-size: 29px
}
.no_hover::before {
    display: none!important
}



@media (max-width:767px) {
	
	
	
	
}