@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
}

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

body {
  background: #fff;
  color: #151515;
  font-family: "Nunito Sans", Verdana, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  overflow-x: hidden;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -webkit-font-feature-settings: "lnum";
       -moz-font-feature-settings: "lnum";
        -ms-font-feature-settings: "lnum";
         -o-font-feature-settings: "lnum";
            font-feature-settings: "lnum";
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.2em;
  margin: 0 0 15px;
  font-size: 26px;
}

h1, .h1 {
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.2em;
  margin: 0 0 15px;
  font-size: 26px;
}

h3, .h3 {
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.2em;
  margin: 0 0 15px;
  font-size: 26px;
}

b, strong {
  font-weight: 600;
}

p {
  margin-bottom: 15px;
  padding: 0;
}

table {
  width:100%;
  border-collapse: collapse;
  vertical-align: middle;
  margin-bottom: 20px;
  border-spacing: 0;
  border: none;
  padding: 0;
}

table tr:nth-child(2n) {
  background:#f5f9fd;
}

table td {
  border:1px solid #f5f9fd;
  border-collapse: collapse;
  vertical-align: middle;
  border-spacing: 0;
  padding: 10px 15px;
  font-size: 16px;
  margin: 0;
  border-width: thin;
}

table td p {
  margin-bottom: 0px;
}

.parameters__item table td strong {
  text-transform: uppercase;
  font-size: 16px;
  color: #151515;
}

.parameters__item strong {
  text-transform: uppercase;
  font-size: 20px;
  color: #797979;
}

img {
  height: auto;
  max-width: 100%;
  border-style: none;
  vertical-align: middle;
}

article ul {
  list-style: none;
  list-style-image: none;
  margin-left: 55px;
  margin-bottom: 15px;
  padding: 0px;
}

article ul li {
  list-style: none;
  list-style-image: none;
  position: relative;
  padding: 0 0 5px;
}

article ul li:before {
  content: "";
  border-radius: 0px;
  text-align: center;
  color: #fff;
  background: #03074F;
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 50%;
  top: 7px;
  left: -16px;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

article ul li a {
  cursor: pointer;
  color: #03074F;
  font-weight: 400;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

article ul li a:hover {
  color: #03074F;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

ol {
  font-weight: 300;
  list-style: decimal;
  list-style-type: decimal;
  margin-left: 30px;
  margin-bottom: 15px;
  padding: 0;
}

ol li {
  font-weight: 300;
  list-style: decimal;
  list-style-type: decimal;
  margin: 0 0 5px;
}

em {
  font-weight: 400;
}

a {
  cursor: pointer;
  color: #03074F;
  font-weight: 300;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:hover {
  color: #03074F;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  padding: 0 5px 5px 0;
}

[role=button], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button:focus {
  outline: none;
}

button, input, optgroup, select, textarea {
  box-sizing: border-box;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
  -moz-appearance: listbox;
  appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

[type=search] {
  outline-offset: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

fieldset {
  border: none;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

input, select {
  vertical-align: middle;
}

.wrapper {
  margin-bottom: 3rem;
}

.relative {
  position: relative;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

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

.center {
  text-align: center;
}

/********* header **********/
.header {
	position: fixed;
    top: 20px;
    left: 0px;
    width: 100%;
	z-index: 10;
    background-color: transparent;	
    color: #fff;
}

.header.fixed {
    top: 0px;
    background-color: #fafafa;
	box-shadow: 0px 0px 15px #d0d0d0;
}

.header__bar {
    margin: 5px 0 0;
}

.header__time {
	float: left;
	margin-left: 35px;
	text-align: center;
}

.header__contacts {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0px;
    float: left;
	margin-left: 55px;
	position: relative;
}

.header__contacts:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -20px;
    background-image: url(../images/phone.svg);
    width: 20px;
    height: 24px;
}

.header__contacts li {
    margin: 0px 5px;
    display: block;
    text-align: center;
    font-weight: 300;
    padding: 0px;
}

.header__contacts li a {
  color: #fff;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.header__contacts li a:hover {
	color: #03074F;
	text-decoration: none;
}
.owl__slider__wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 40%);
}
.callback {
	float: left;
	margin-left: 40px;
}

.header__social {
    float: left;
    display: inline-block;
	list-style-image: none;
    list-style: none;
    margin-left: 30px;
    padding: 0;
}

.header__social li {
	vertical-align: middle;
    display: inline-block;
    margin: 8px 3px;
}

.header__social li:before {
	content: initial;
}

.header__social li img {
	width: 31px;
	border-radius: 50%;
}

.header__social li a {
	text-align: center;
	-webkit-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	border-bottom: none;
}
.header__social li a:hover {
	opacity: 0.8;
}

.header__language {
	float: right;
	display: inline-block;
	list-style-image: none;
	list-style: none;
	text-align: center;
	margin: 10px 0 0;
	padding: 0;
}

.header__language li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

.header__language li a.selected {
	color: #03074F;
}

.header__language li a {
	color: #151515;
	text-decoration: none;
	font-size: 15px;
	font-weight: 800;
	border-bottom: none;
}

.header__language li a:hover {
	color: #03074F;
}

.header__language li a.selected:hover {
	color: #03074F;
}

/********* slider **********/
.owl__slider__wrapper {
  background-image: url(../images/main-bg_2.jpg);
  background-color: #474747;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl__slider__wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.055);
}

.owl__slider__content {
  margin-right: 15px;
}

.owl__slider__content .price {
	background: #f56320;
    position: absolute;
    bottom: 10px;
    right: -90px;
    text-align: center;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 0px 0px 25px #a4a4a4;
}

.owl__slider__content .volt {
	position: absolute;
    right: -200px;
	bottom: 10px;
}

.owl__slider__content .price .boundler {
	line-height: 1em;
    display: inline-block;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}

.owl__slider__content .price span {
	font-style: normal;
    font-size: 26px;
    font-weight: 800;
    padding: 10px 0;
    display: inline-block;
}

.owl__slider__content .title {
  font-size: 1.7em;
  line-height: 1.3em;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

.owl__slider__content .title span {
  color: #03074F;
  line-height: 1.1em;
  font-size: 1.55em;
}
.podzag {
  color: #fff;
  font-size: 21px;
  margin: 16px 0 0;
}
.owl__slider__content .description {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 100;
  line-height: 1.2em;
}

.owl__slider__content ul {
	display: inline-block;
    list-style-image: none;
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}

.owl__slider__content ul li {
  margin: 0px 25px 0 0;
  padding: 0px;
  display: inline-block;
  max-width: 110px;
  color: #fff;
}

.owl__slider__content ul li strong {
    display: block;
    font-size: 20px;
    font-weight: 800;
}

.owl__slider__form {
	margin-left: 40px;
    background: #fff;
    padding: 25px;
    border: 4px solid #03074F;
    border-radius: 16px;
	box-shadow: 0px 0px 25px #6c6f70;
}

.owl__slider__form .b-large {
	padding: 20px 0px;
	font-size: 16px;
}

.title__txt {
	font-size: 1.5em;
    line-height: 1.25em;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

.small__txt {
    line-height: 1.1em;
	text-align: center;
}

.promo__title {
	line-height: 1.35em;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
	margin: 0 0 15px;
}

.promo__txt {
	font-size: 20px;
    margin-bottom: 15px;
}

/********* sections **********/
.box-shadow {
  box-shadow: 0px 0px 20px 0px rgba(188, 188, 188, 0.35);
}

.padding__tb__40 {
  padding: 40px 0;
}

.padding__lr__40 {
  padding: 0px 40px;
}

.white__backround {
  background: #fff;
}

.color__backround { 
  background: #f5f6fa;
}

.grey__backround {
  background-repeat: repeat;
  background-color: #fafafa;
}

.serv__backround {
  background-image: url(../images/pattern.svg);
  background-size: 200px;
  -webkit-box-shadow: inset 136px 0 277px 35px rgb(0 0 0 / 5%), inset -136px 0 277px 35px rgb(0 0 0 / 5%);
  box-shadow: inset 136px 0 277px 35px rgb(0 0 0 / 5%), inset -136px 0 277px 35px rgb(0 0 0 / 5%);
}

.imag__backround {
  background-image: url(../images/main-bg_2.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 130px 0;
  color: #fff;
}

.imag__backround:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.455);
}

.breadcrumbs__backround {
  margin-bottom: 1.5rem;
  padding: 10px 0 5px;
  text-align: center;
  margin-top: 100px;
  background: #fafafa;
}

#promo .section__title {
	color: #fff;
}

.section__title {
  position: relative;
  padding-bottom: 0px;
  font-size: 18px;
  font-weight: 100;
  text-align: center;
}

.section__title__left {
  text-align: left;
}

.fixed__width {
  max-width: 650px;
  display: inline-block;
} 

.small__width {
  max-width: 450px;
  display: inline-block;
}

.large__width {
  max-width: 615px;
  display: inline-block;
}

.section__title .title, .section__title h1, .section__title h2, .section__title h3, .section__title h4, .section__title h5 {
  line-height: 1.35em;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section__title .section__dpn {
  margin: 15px 0;
}

.section__title p {
  margin-bottom: 0;
  padding-top: 10px;
}

.section__title p:after {
  content: "";
  display: block;
  margin: 10px 0 0;
  width: 240px;
  height: 6px;
  background: #03074F;
  z-index: 5;
  position: relative;
  left: 50%;
  margin-left: -120px;
  top: -46px;
}

.section__title__left.section__title p:after {
  left: 0;
  margin-left: 0px;
}

.section__adwant p {
  margin-bottom: 0;
  color: #797979;
}

.section__adwant p:after {
  content: "";
  display: block;
  margin: 10px 0 0;
  width: 100%;
  height: 8px;
  background: #f5f9fd;
  z-index: 5;
  position: relative;
  left: inherit;
}

/********* main blocks **********/
.about__company {
	height: 370px;
    max-height: 370px;
    overflow-y: auto;
    padding: 0 20px;
}

.about__company::-webkit-scrollbar{
    width:6px
}

.about__company::-webkit-scrollbar-track{
    background-color:#e0e0e0
}

.about__company::-webkit-scrollbar-thumb{
    background:#03074F;
    height:20%;
    width:6px
}

.zoom__photo {
	background: rgb(251 251 255 / 35%);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #151515;
    font-size: 17px;
    line-height: 45px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-left: -20px;
    margin-top: -13px;
}

.zoom__photo:hover {
	color: #fff;
	background: #03074F;
}

.col__customer {
  margin: 0px;
  padding: 20px 20px;
  box-shadow: 0px 20px 20px rgb(0 0 0 / 7%);
}

.col__customer img {
  width: 60px;
}

.col__customer .title p {
  font-size: 20px;
  font-weight: 800;
  margin: 15px 0 0px;
  text-transform: uppercase;
}

.col__customer p {
  margin-bottom: 0px;
}

.col__advanages {
  margin: 0px;
  padding: 10px 0 20px 0;
}

.col__advanages img {
  width: 55%;
}

.col__oborudovanie img {
  width: auto;
}

.col__advanages__border {
  border-left: 1px solid #dddddd;
}

.col__obor__border {
  border-right: 1px solid #e8e8e8;
}

.service__col .title__icon {
	min-height: 70px;
    vertical-align: middle;
    line-height: 85px;
}

.service__col .servise__title {
	display: inline-block;
	line-height: 1.4em;
    vertical-align: middle;
}

.service__price {
	font-size: 22px;
    margin: 15px 0;
    font-weight: 900;
}

.service__price sup {
	font-size: 14px;
}

.col__advanages .title__icon {
  font-size: 20px;
  font-weight: 800;
  margin: 10px 0 10px;
  text-transform: uppercase;
  height: 47px;
}

.col__advanages .title p {
  font-size: 18px;
  font-weight: 300;
  margin: 10px 0 10px;
  text-transform: uppercase;
}

.col__advanages p {
  margin-bottom: 0px;
}

.col__details {
  margin: 0px;
  padding: 20px;
  border: 4px solid #03074F;
  border-radius: 16px;
  box-shadow: 0px 0px 25px #b7b7b7;
  min-height: 240px;
}

.col__details .title__icon {
  font-size: 20px;
  font-weight: 800;
  margin: 10px 0 10px;
  text-transform: uppercase;
  padding-left: 40px;
}

.col__details .title__icon:before {
  content: '';
  background-image: url(../images/chek.svg);
  position: absolute;
  top: 14px;
  left: 28px;
  width: 51px;
  height: 46px;
}

.col__details .title p {
  font-size: 18px;
  font-weight: 300;
  margin: 10px 0 10px;
  text-transform: uppercase;
}

.col__details p {
  margin-bottom: 0px;
}

.form__quiz > [class*='col-'] {
    padding: 5px;
    margin: 0px;
}

.col__form__quiz {
    color: #fff;
	/* background: #FB3640; */
	/* background: #e3256b; */
	background: #f56320;
    padding-bottom: 15px;
	display: inline-block;
	box-shadow: 0px 0px 15px #b7b7b7;
	-webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
    transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.col__form__quiz:hover {
	color: #fff;
	background: #03074F;
}

.col__form__quiz:hover.col__form__quiz img {
	opacity: 0.5;
}

.title__quiz {
	font-weight: 300;
    font-size: 16px;
    margin-bottom: 0px;
}

.form__quiz__small {
	text-align: center;
    font-size: 18px;
    margin: 15px 0 0;
}

/********* footer **********/
.footer {
  padding: 10px 0;
}

.footer__contacts {
	margin-top: 40px;
	font-size: 18px;
}

.footer__phones {
	list-style: none;
    text-align: center;
    margin: 0;
    padding: 0px;
    position: relative;
	display: inline-block;
}

.footer__phones:before {
    content: "";
    position: absolute;
    top: 20px;
    left: -25px;
    background-image: url(../images/phone.svg);
    width: 20px;
    height: 24px;
}

.footer__phones li {
    margin: 10px 0px;
    display: block;
    text-align: center;
    font-weight: 300;
    padding: 0px;
}

.footer__phones li:before {
    content: initial;
}

.footer__phones li a {
    color: #151515;
    font-size: 18px;
    font-weight: 800;
}

.footer__phones li a:hover {
    color: #03074F;
    text-decoration: none;
}

.footer__social {
	list-style-image: none;
    list-style: none;
    padding: 0;
	margin: 0;
}

.footer__social li {
	vertical-align: middle;
    display: inline-block;
    margin: 8px 3px;
}

.footer__social li:before {
	content: initial;
}

.footer__social li img {
	width: 42px;
	border-radius: 50%;
}

.footer__social li a {
	text-align: center;
	-webkit-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	border-bottom: none;
}
.footer__social li a:hover {
	opacity: 0.8;
}

.contacts__footer strong {
	text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}

.footer .copyright {
  margin-top: 30px;
}

.footer .padding-left {
  margin-left: 30px;
}

.footer .copyright, .footer .privacy, .footer .develop {
  font-size: 14px;
  font-weight: 400;
  margin: 5px 0;
}

.footer .copyright a, .footer .privacy a, .footer .develop a {
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  text-decoration: underline;
}

.footer .copyright a:hover, .footer .privacy a:hover, .footer .develop a:hover {
  text-decoration: underline;
}

.scrollup {
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  line-height: 38px;
  outline: 0;
  padding: 5px 0;
  z-index: 9999;
  position: fixed;
  bottom: 35px;
  right: 45px;
  height: 45px;
  width: 45px;
  display: none;
  text-align: center;
  border-radius: 50%;
  background: #03074F;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.scrollup:hover {
  background: #03074F;
  color: #fff;
}

/********* contacts **********/

.path {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  color: #151515;
  width: 100%;
}

.path a {
  color: #151515;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.path a:hover {
  color: #151515;
  text-decoration: underline;
}

.path ul {
  display: inline-block;
  list-style-image: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.path ul li {
  display: inline-block;
  list-style-image: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.path ul li a {
  color: #151515;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.path ul li a:hover {
  color: #151515;
  text-decoration: underline;
}

.path ul li:visited {
  color: #151515;
  font-weight: 400;
  text-decoration: none;
}

.btn {
  font-family: "Nunito Sans", Verdana, Tahoma, sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  display: inline-block;
  line-height: initial;
  text-align: center;
  border-radius: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  cursor: pointer;
}

.btn .lnr {
  font-size: 13px;
}

.btn-full {
  width: 100%;
}

.b-large {
  padding: 20px 62px;
  font-size: 16px;
}

.b-slarge {
    padding: 16px 40px;
    font-size: 14px;
}

.b-average {
  padding: 16px 15px;
  font-size: 13px;
}

.b-small {
  padding: 12px 26px;
  font-size: 13px;
}

.b-xsmall {
  padding: 14px 28px;
  font-size: 15px;
}

.b-full {
  width: 100%;
}

.orange-color {
  color: #fff;
  background: #03074F;
  border: 1px solid #03074F;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.orange-color:hover {
  color: #151515;
  border: 1px solid #F5DD05;
  background: #F5DD05;
}

.yellow-color {
  color: #151515;
  background: #F5DD05;
  border: 1px solid #F5DD05;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.yellow-color:hover {
  color: #fff;
  border: 1px solid #03074F;
  background: #03074F;
}

.green-color {
  color: #fff;
  background: #03074F  ;
  border: 1px solid #03074F  ;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.green-color:hover {
  color: #fff;
  border: 1px solid #03074F;
  background: #03074F;
}

.white-color {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.white-color:hover {
  color: #fff;
  border: 1px solid #03074F;
  background: #03074F;
}

.transparent-color {
  color: #000;
  background: transparent;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.transparent:hover {
  color: #03074F;
  background: transparent;
}

.reveal-modal-bg {
  background: rgba(0,0,0,.75);
  position: fixed;
  z-index: 10001;
  display: none;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.reveal-modal {
  position: absolute;
  background: #fff;
  visibility: hidden;
  padding: 50px 30px 20px;
  box-shadow: 0px 0px 15px #383636;
  margin-left: -200px;
  border-radius: 0px;
  color: #000;
  z-index: 10002;
  width: 400px;
  left: 50%;
  top: 150px;
}

#findprice.reveal-modal {
  position: absolute;
  background: #fff;
  visibility: hidden;
  padding: 50px 30px 20px;
  box-shadow: 0px 0px 15px #383636;
  margin-left: -250px;
  border-radius: 0px;
  color: #000;
  z-index: 10002;
  width: 500px;
  left: 50%;
  top: 0px;
}

.search__wrapper {
  margin: 0 300px;
  position: relative;
}

.title-form {
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.main-data {
  margin-bottom: 20px;
  color: #797979;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
}

.personal-data {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}

.close-reveal-modal {
  font-family: "Nunito Sans", Verdana, Tahoma, sans-serif;
  color: #151515;
  background: #F5DD05;
  line-height: 36px;
  position: absolute;
  font-weight: 500;
  cursor: pointer;
  font-size: 34px;
  padding: 2px 12px 4px 12px;
  right: 0px;
  top: 0px;
}

.close-reveal-modal:hover {
  color: #fff;
  background: #03074F;
  text-decoration: none;
}

.occurred, .success {
  width: 100%;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-align: center;
}

.occurred {
  background: #f00f0f;
}

.success {
  background: #009a3d;
}

.form-title {
  margin-bottom: 5px;
}

.form__text_manager {
	color: #fff;
    margin: 15px 0 0;
    font-weight: 100;
}

.form-field-indicator {
  float: left;
  width: 100%;
  padding: 0 15px;
  margin: 0px;
}

.form-field {
  font-family: "Nunito Sans", Verdana, Tahoma, sans-serif;
  color: #000;
  border: 1px solid #cac9c9;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  padding: 16px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: 0 0;
  background: #fff;
  border-radius: 16px;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px 0px rgb(115 115 115 / 15%);
}

.form-field-textarea {
  font-family: "Nunito Sans", Verdana, Tahoma, sans-serif;
  color: #000;
  border: 1px solid #cac9c9;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  height: 130px;
  padding: 16px 20px;
  text-overflow: ellipsis;
  background: 0 0;
  background: #fff;
  border-radius: 16px;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px 0px rgb(115 115 115 / 15%);
}

.form-field-select {
  font-family: "Nunito Sans", Verdana, Tahoma, sans-serif;
  color: #000;
  border: 1px solid #cac9c9;
  overflow: hidden;
  width: 100%;
  padding: 16px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: 0 0;
  background: #fff;
  border-radius: 16px;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px 0px rgb(115 115 115 / 15%);
  background: url(../images/select__icon.svg) no-repeat right #fff;
  background-position: right 13px center;
  background-size: 20px;
}

input[type=checkbox], input[type=radio] {
  width: 20px;
  height: 20px;
  margin-top: -4px;
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=select]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=search]:focus, input[type=url]:focus, textarea:focus {
  outline: none;
  border: 1px solid #03074F;
  outline-offset: 0px;
  -webkit-appearance: none; 
}

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

.form-field::-webkit-input-placeholder, .form-field-textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #000;
  font-family: "Nunito Sans", Verdana, Tahoma, sans-serif;
}

.form-field::-moz-placeholder, .form-field-textarea::-moz-placeholder {
  font-size: 16px;
  color: #000;
  font-family: "Nunito Sans", Verdana, Tahoma, sans-serif;
}

.form-field:-ms-input-placeholder, .form-field-textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #000;
  font-family: "Nunito Sans", Verdana, Tahoma, sans-serif;
}

.form-field::-ms-input-placeholder, .form-field-textarea::-ms-input-placeholder {
  font-size: 16px;
  color: #000;
  font-family: "Nunito Sans", Verdana, Tahoma, sans-serif;
}

.form-field::placeholder {
  font-size: 16px;
  color: #000;
  font-family: "Nunito Sans", Verdana, Tahoma, sans-serif;
}

.share__buttons ul {
  list-style-image: none;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.share__buttons li {
  list-style-image: none;
  list-style: none;
  display: inline-block;
  margin: 0px;
}

.share__buttons li:before {
  content: initial;
}

.share__buttons li img {
  width: 45px;
  border-radius: 50%;
}

.share__buttons li a {
  width: 32px;
  display: inline-block;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.share__buttons li a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.error__404 {
  font-size: 80px;
  color: #f00f0f;
  font-weight: 700;
  text-align: center;
  line-height: 100px;
}

.error-404 {
  padding: 0px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.text404-error {
  text-align: center;
}

.text404-error p {
  margin-bottom: 6px;
  font-size: 16px;
}

.err-title {
  font-weight: 600;
  font-size: 23px;
}

.b404-error {
  font-size: 57px;
  color: #f00f0f;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  padding-top: 40px;
}

/* animate.css */
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* fixed navigation */
@-webkit-keyframes fixed_nav {
	0%
	{
		transform: translate(0,-100%);
		-moz-transform: translate(0,-100%);
		-ms-transform: translate(0,-100%);
		-webkit-transform: translate(0,-100%);
		-o-transform: translate(0,-100%);
	}
	100%
	{
		transform: translate(0,0%);
		-moz-transform: translate(0,0%);
		-ms-transform: translate(0,0%);
		-webkit-transform: translate(0,0%);
		-o-transform: translate(0,0%);
	}
}
@keyframes fixed_nav {
	0%
	{
		transform: translate(0,-100%);
		-moz-transform: translate(0,-100%);
		-ms-transform: translate(0,-100%);
		-webkit-transform: translate(0,-100%);
		-o-transform: translate(0,-100%);
	}
	100%
	{
		transform: translate(0,0%);
		-moz-transform: translate(0,0%);
		-ms-transform: translate(0,0%);
		-webkit-transform: translate(0,0%);
		-o-transform: translate(0,0%);
	}
}

/* owl animation */
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.slider_arrow {
  background: #03074F;
  text-align: center;
  line-height: 55px;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  z-index: 100;
  position: absolute;
}

.slider_arrow:hover {
  color: #fff;
  background: #03074F  ;
}

.owl__slider .slider_arrow_left {
  left: 30px;
}

.owl__slider  .slider_arrow_right {
  right: 30px;
}

.owl__slider__images .slider_arrow_left {
  left: 15px;
}

.owl__slider__images  .slider_arrow_right {
  right: 15px;
}

.slider_arrow_left {
  top: 50%;
  left: -5px;
  margin-top: -20px;
}

.slider_arrow_right {
  top: 50%;
  right: -5px;
  margin-top: -20px;
}

.owl-item .item {
  margin: 0 5px 0;
  text-align: center;
}

.owl-item .item img {
  min-height: 420px;
}

.owl-origin {
  perspective: 1200px;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
}

.owl-fade-out {
  z-index: 10;
  animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  -webkit-animation: fadeOut .7s both ease;
}

.owl-fade-in {
  animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  -webkit-animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
  animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  -webkit-animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  -webkit-animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
  animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  -webkit-animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  -webkit-animation: goDown .6s ease both;
}

.owl-fadeUp-in {
  animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  -webkit-animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  -webkit-animation: scaleUpTo .5s ease both;
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  line-height: 0;
  visibility: hidden;
}

.owl-carousel {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  float: left;
  height: 100%;
  position: relative;
  width: 100%;
  display: none;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

.owl-controls .owl-buttons div, .owl-controls .owl-page {
  cursor: pointer;
}

.owl-controls {
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-trigered {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
}

.owl-theme .owl-controls {
  float: left;
  margin: 0px;
  text-align: center;
  width: 100%;
}

.owl__slider .owl-controls {
  position: absolute;
  top: 50px;
}

.owl-buttons {
  position: absolute;
  width: 100%;
  left: 0;
  top: -40px;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  line-height: initial;
  margin: 0 5px;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  background: #fff;
  border: 1px solid #fff;
  display: inline-block;
  height: 18px;
  width: 18px;
  border-radius: 50%;
}

.owl-theme .owl-controls .owl-page.active span {
  opacity: 0.8;
  background: none;
}

.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 0.8;
  background: none;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  height: auto;
  width: auto;
  border-radius: 0px;
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
}

.fancybox-close {
  font-family: "Nunito Sans", Verdana, Tahoma, sans-serif;
  color: #151515;
  position: absolute;
  font-weight: 500;
  cursor: pointer;
  font-size: 34px;
  padding: 5px 10px 5px;
  right: -39px;
  top: 0px;
  z-index: 8040;
  background: #F5DD05;
  line-height: 35px;
}

.fancybox-close:hover {
  color: #fff;
  background: #03074F;
  text-decoration: none;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 30px;
}

.fancybox-next {
  right: 30px;
}

.fancybox-nav span {
  cursor: pointer;
  position: absolute;
  z-index: 8040;
  top: 50%;
  background: #03074F;
  text-align: center;
  color: #fff;
  padding: 0px;
  font-size: 22px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  line-height: 51px;
  border-radius: 50%;
}

.fancybox-nav span:hover {
  color: #151515;
  background: #F5DD05;
}

.fancybox-prev span {
  left: -50px;
}

.fancybox-next span {
  right: -50px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8000;
  background: rgba(0, 0, 0, 0.75);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font-weight: 300;
  font-size: 15px;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: hidden;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0px;
  z-index: 8050;
  text-align: center;
  width: 100%;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: 0;
  padding: 2px 20px;
  color: #fff;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}


.logo img {
  width: 110px;
}

.header.fixed .logo img {
  width: 40px;
}
.header__time {
  font-weight: 600;
  color: #000;
}

.header.fixed, .header.fixed .header__contacts li a, .header.fixed .header__time {
  color: #151515;
  text-shadow: none;
}


@supports (-webkit-touch-callout: none) {
   
  .imag__backround {
    background-attachment: scroll;
  }
  
}


@media only screen and (min-width: 1280px) {
	
	.owl__slider__content {
    margin-top: 50px;
	}
	
	.owl__slider__form {
    margin-top: 50px;
	}
}


@media (max-width: 1280px) and (min-width: 1200px) {
	
	.col__advanages p {
    font-size: 15px;
	}
}	

@media (max-width: 1200px) and (min-width: 991px) {
  
	.header__time {
    margin-left: 0px;
	}
	.header__contacts {
    margin-left: 35px;
	}
	.callback {
    margin-left: 10px;
	}
	.header__social {
    margin-left: 20px;
	}
	
	.owl__slider__form {
    margin-left: 180px;
	}
	.owl__slider__content ul li {
    margin: 0px 35px 0 0;
	}
	
	.col__customer .title p {
    font-size: 15px;
	}
	.col__customer {
    padding: 20px 10px;
	}
	.col__customer p {
    font-size: 15px;
	}
	
	.service__col .b-slarge {
    padding: 16px 0px;
    width: 100%;
	}
	
	.owl__slider__content .title {
    font-size: 2em;
	}
	.owl__slider__content ul li {
    margin: 0px 30px 0 0;
	}
	
}

@media (max-width: 991px) and (min-width: 800px) and (min-width: 810px) and (min-width: 768px)  {

  .slider_arrow_right {
    right: 15px;
  }
  .slider_arrow_left {
    left: 15px;
  }
  h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    font-size: 24px;
  }
  .section__title .title, .section__title h1, .section__title h2, .section__title h3, .section__title h4, .section__title h5 {
    font-size: 24px;
  }
  
	/*header*/
	.header {
    position: absolute;
	top: 10px;
	}
	.logo {
    text-align: center;
	}
	.header__bar {
    margin: 0;
	}
	.header__contacts {
    margin-left: 30px;
	margin-top: 20px;
	text-align: center;
	}
	.header__contacts li {
    display: flex;
    align-items: center;
    justify-content: center;
	}
	.header__contacts li a {
    line-height: 1.3;
	}
	.header__contacts:before {
    content: none;
	}
	.header__contacts li:first-child:before {
    content: "";
    float: left;
    margin-left: -20px;
    background-image: url(../images/phone.svg);
    width: 20px;
    height: 24px;
	}
	.header__social {
	margin-left: 50px;
    text-align: center;
    margin-top: 20px;
	
	}
	.header__social li img {
    width: 26px;
    border-radius: 50%;
	}
	.header__social li {
    vertical-align: middle;
    display: inline-block;
    margin: 5px 0px;
	}
	.header__language {
    margin: 25px 0 0;
	}
	.header__time {
	display: none;
	}
	.callback {
	display: none;
	}
	
	.owl__slider__wrapper {
	height: auto;
	padding-bottom: 60px;
	}
	.owl__slider__content {
    padding-top: 150px;
    margin-right: 0;
	}
	.owl__slider__content .title {
    font-size: 1em;
	}
	.owl__slider__content .title span {
    font-size: 2.8em;
	}
	.owl__slider__content .description {
    font-size: 20px;
	}
	.owl__slider__content ul {
    margin: 0px 0 0;
    padding: 0;
    width: 100%;
	}
	.owl__slider__content ul li {
    margin: 0px 10px 0 10px;
    max-width: initial;
	font-size: 16px;
	}
	.owl__slider__content ul li strong {
    font-size: 16px;
	}
	
	.owl__slider__content .price {
	position: initial;
	margin-top: 20px;
	text-align: left;
	padding: 10px 0 10px 40px;
	}
	.owl__slider__content .price .boundler > div {
	display: inline-block;
	}
	.owl__slider__content .price span {
    font-size: initial;
    font-weight: initial;
	}
	.owl__slider__content .volt {
    position: absolute;
    right: 0px;
    bottom: 5px;
	}
	.owl__slider__content .volt img{
    width: 80%;
	}
	
	
	.owl__slider__form {
    margin-left: 0px;
    margin-top: 150px;
	}
	
	.title__quiz {
    font-size: 12px;
	}
	.form__quiz__small {
    font-size: 15px;
	}
	
	.service__col.service__col__mobile .title__icon {
	min-height: initial;
    vertical-align: middle;
    line-height: initial;
	}
	.service__price {
    margin: 5px 0;
	}
	.service__col .title__icon {
    min-height: 50px;
    vertical-align: middle;
    line-height: 60px;
	}
	.service__col.service__col__mobile {
    margin: 0px 120px;
	}
	.col__advanages {
    margin: 0px 20px;
    padding: 0;
	}
	.col__advanages.col__oborudovanie {
    margin: 0px 0px;
    padding: 0;
	}
	.col__advanages.col__oborudovanie .title__icon {
    font-size: 16px;
	}
	.col__advanages img {
    width: 100px;
	}
	.col__advanages .title__icon {
    font-size: 22px;
	}
	.col__advanages p {
    font-size: 12px;
	line-height: 1.6em;
	}
	
	.col__oborudovanie img {
	width: 80%;
	}
	
	.col__details {
    min-height: auto;
	}
	.col__details p {
    margin-bottom: 0px;
    font-size: 13px;
	}
	
	#advantages .col-xs-6 {
	padding-left: 5px;
	padding-right: 5px;
	}
	.col__customer {
    padding: 0px 0px 0;
    box-shadow: none;
    margin: 0 40px;
	}
	.col__customer .title p {
    font-size: 13px;
	}
	.col__customer p {
    margin-bottom: 0px;
    font-size: 10px;
	line-height: 1.5em;
	}
	
	.about__company {
    padding: 20px;
	}



}

@media (max-width: 768px) and (min-width: 600px) {

  .slider_arrow_right {
    right: 15px;
  }
  .slider_arrow_left {
    left: 15px;
  }
  h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    font-size: 24px;
  }
  .section__title .title, .section__title h1, .section__title h2, .section__title h3, .section__title h4, .section__title h5 {
    font-size: 28px;
  }

	/*header*/
	.header {
    position: absolute;
	top: 10px;
	}
	.logo {
    text-align: center;
	}
	.header__bar {
    margin: 0;
	}
	.header__contacts {
    margin-left: 30px;
	margin-top: 20px;
	text-align: center;
	}
	.header__contacts li {
    display: flex;
    align-items: center;
    justify-content: center;
	}
	.header__contacts li a {
    line-height: 1.3;
	}
	.header__contacts:before {
    content: none;
	}
	.header__contacts li:first-child:before {
    content: "";
    float: left;
    margin-left: -20px;
    background-image: url(../images/phone.svg);
    width: 20px;
    height: 24px;
	}
	.header__social {
	margin-left: 50px;
    text-align: center;
    margin-top: 20px;
	
	}
	.header__social li img {
    width: 26px;
    border-radius: 50%;
	}
	.header__social li {
    vertical-align: middle;
    display: inline-block;
    margin: 5px 0px;
	}
	.header__language {
    margin: 25px 0 0;
	}
	.header__time {
	display: none;
	}
	.callback {
	display: none;
	}
	
	.owl__slider__wrapper {
	height: auto;
	padding-bottom: 60px;
	}
	.owl__slider__content {
    padding-top: 150px;
    margin-right: 0;
	}
	.owl__slider__content .title {
    font-size: 1em;
	}
	.owl__slider__content .title span {
    font-size: 2.8em;
	}
	.owl__slider__content .description {
    font-size: 20px;
	}
	.owl__slider__content ul {
    margin: 0px 0 0;
    padding: 0;
    width: 100%;
	}
	.owl__slider__content ul li {
    margin: 0px 10px 0 10px;
    max-width: initial;
	font-size: 16px;
	}
	.owl__slider__content ul li strong {
    font-size: 16px;
	}
	
	.owl__slider__content .price {
	position: initial;
	margin-top: 20px;
	text-align: left;
	padding: 10px 0 10px 40px;
	}
	.owl__slider__content .price .boundler > div {
	display: inline-block;
	}
	.owl__slider__content .price span {
    font-size: initial;
    font-weight: initial;
	}
	.owl__slider__content .volt {
    position: absolute;
    right: 0px;
    bottom: 5px;
	}
	.owl__slider__content .volt img{
    width: 80%;
	}
	
	
	.owl__slider__form {
    margin-left: 0px;
    margin-top: 150px;
	}
	
	.title__quiz {
    font-size: 12px;
	}
	.form__quiz__small {
    font-size: 15px;
	}
	
	.service__col.service__col__mobile .title__icon {
	min-height: initial;
    vertical-align: middle;
    line-height: initial;
	}
	.service__price {
    margin: 5px 0;
	}
	.service__col .title__icon {
    min-height: 50px;
    vertical-align: middle;
    line-height: 60px;
	}
	.service__col.service__col__mobile {
    margin: 0px 120px;
	}
	.col__advanages {
    margin: 0px 20px;
    padding: 0;
	}
	.col__advanages.col__oborudovanie {
    margin: 0px 0px;
    padding: 0;
	}
	.col__advanages.col__oborudovanie .title__icon {
    font-size: 16px;
	}
	.col__advanages img {
    width: 100px;
	}
	.col__advanages .title__icon {
    font-size: 22px;
	}
	.col__advanages p {
    font-size: 12px;
	line-height: 1.6em;
	}
	
	.col__oborudovanie img {
	width: 80%;
	}
	
	.col__details {
    min-height: auto;
	}
	.col__details p {
    margin-bottom: 0px;
    font-size: 13px;
	}
	
	#advantages .col-xs-6 {
	padding-left: 5px;
	padding-right: 5px;
	}
	.col__customer {
    padding: 0px 0px 0;
    box-shadow: none;
    margin: 0 40px;
	}
	.col__customer .title p {
    font-size: 13px;
	}
	.col__customer p {
    margin-bottom: 0px;
    font-size: 10px;
	line-height: 1.5em;
	}
	
	.about__company {
    padding: 20px;
	}
	
}

@media (max-width: 599px) and (min-width: 320px) and (orientation:portrait), (max-width: 320px) and (orientation:portrait) {

  .slider_arrow_right {
    right: 15px;
  }
  .slider_arrow_left {
    left: 15px;
  }
  h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    font-size: 20px;
  }
  .section__title {
    font-size: 12px;
  }
  .section__title .title, .section__title h1, .section__title h2, .section__title h3, .section__title h4, .section__title h5 {
    font-size: 18px;
  }
  .quiz_progress-text {
    font-size: 1.1rem !important;
    margin-top: -10px !important;
  }	
  .quiz_variant img {
    height: 80px !important;
}
	
	.breadcrumbs__backround {
    margin-top: 135px;
	}
	/*header*/
	.header {
    position: absolute;
	top: 10px;
	}
	.logo {
    text-align: center;
	max-height: 44px;
	}
	.logo img {
    width: 12%;
	}
  .owl__slider__content .title {

    color: #292929;
}
.owl__slider__content ul li {

  color: #1c1c1c;
}
.header__contacts li a {
  color: #1a1a1a;
  font-size: 16px;
  text-shadow: none;
  font-weight: 800;
}
	.header__bar {
    margin: 0;
	display: flex;
    align-items: center;
    justify-content: center;
	}
	.header__contacts {
    margin-left: 0;
	margin-top: 10px;
	text-align: center;
	}
	.header__contacts li {
    display: flex;
    align-items: center;
    justify-content: center;
	}
	.header__contacts li a {
    line-height: 1.3;
	}
	.header__contacts li a {
	font-size: 13px;
	}
	.header__contacts:before {
    content: none;
	}
	.header__contacts li:first-child:before {
    content: "";
    float: left;
    margin-left: -20px;
    background-image: url(../images/phone.svg);
    width: 20px;
    height: 24px;
	}
	.header__social {
	margin-left: 10px;
    text-align: center;
    margin-top: 10px;
	}
	.header__social li img {
    width: 26px;
    border-radius: 50%;
	}
	.header__social li {
    vertical-align: middle;
    display: inline-block;
    margin: 5px 0px;
	}
	.header__language {
    margin: 0;
    position: absolute;
    top: -40px;
    right: 15px;
	}
	.header__time {
	display: none;
	}
	.callback {
	display: none;
	}
	
	.owl__slider__wrapper {
	height: auto;
	padding-bottom: 30px;
	}
	.owl__slider__content {
    text-align: center;
	padding-top: 155px;
    margin-right: 0;
	}
	.owl__slider__content .title {
    font-size: 1em;
	}
  .owl__slider__content .title span {
    font-size: 1.7em;
    margin-bottom: 4px;
    display: block;
}
	.owl__slider__content .description {
    font-size: 15px;
	}
	.owl__slider__content ul {
    margin: 0px 0 0;
    padding: 0;
    width: 100%;
    text-align: center;
	}
	.owl__slider__content ul li {
    margin: 0px 10px 0 10px;
    max-width: initial;
	font-size: 14px;
	}
	.owl__slider__content ul li strong {
    font-size: 14px;
	}
	
	.owl__slider__content .price {
	position: initial;
	margin-top: 20px;
	}
	.owl__slider__content .price .boundler {
    font-size: 17px;
    font-weight: 300;
	}
	.owl__slider__content .price span {
    font-size: initial;
    font-weight: initial;
	}
	.owl__slider__content .price .boundler > div {
	display: inline-block;
	}
	.owl__slider__content .volt {
    position: absolute;
    right: 0px;
    bottom: 5px;
	}
	.owl__slider__content .volt img{
    width: 80%;
	}
	
	.owl__slider__form {
    margin-left: 0px;
    margin-top: 0px;
	}
	.title__txt {
    font-size: 1.2em;
	}
	
	.title__quiz {
    font-size: 13px;
	}
	.form__quiz__small {
    font-size: 15px;
	}
	
	.service__col.service__col__mobile .title__icon {
	min-height: initial;
    vertical-align: middle;
    line-height: initial;
	}
	.service__price {
    margin: 5px 0;
	}
	.service__col.service__col__mobile .b-slarge {
    padding: 14px 60px;
    font-size: 13px;
    width: initial;
	}
	.service__col .title__icon {
    min-height: 50px;
    vertical-align: middle;
    line-height: 60px;
	}
	.col__advanages {
    margin: 0px;
    padding: 0;
	}
	.col__advanages img {
    width: 100px;
	}
	.col__advanages .title__icon {
    font-size: 20px;
	}
	.col__advanages p {
    font-size: 12px;
	line-height: 1.6em;
	}
	.col__advanages .b-slarge {
    padding: 14px 0px;
    font-size: 13px;
    width: 100%;
	}

	.col__advanages .title__icon {
    font-size: 13px;
	}
	
	.col__oborudovanie img {
	width: 80%;
	}
	
	.col__details {
    min-height: auto;
	}
	.col__details p {
    margin-bottom: 0px;
    font-size: 13px;
	}
	
	#advantages .col-xs-6 {
	padding-left: 5px;
	padding-right: 5px;
	}
	.col__customer {
    margin: 0px;
    padding: 20px 0px 0;
	box-shadow: none;
	}
	.col__customer .title p {
    font-size: 13px;
	}
	.col__customer p {
    margin-bottom: 0px;
    font-size: 10px;
	line-height: 1.5em;
	}
	
	.about__company {
    padding: 20px;
	}
	

}

@media (max-width: 599px) and (min-width: 320px) and (orientation:landscape) {

  .slider_arrow_right {
    right: 15px;
  }
  .slider_arrow_left {
    left: 15px;
  }
  h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    font-size: 20px;
  }
  .section__title .title, .section__title h1, .section__title h2, .section__title h3, .section__title h4, .section__title h5 {
    font-size: 20px;
  }

	
	.breadcrumbs__backround {
    margin-top: 135px;
	}
	
	/*header*/
	.header {
    position: absolute;
	top: 10px;
	}
	.logo {
    text-align: center;
	max-height: 44px;
	}
	.logo img {
    width: 50%;
	}
	.header__bar {
    margin: 0;
	display: flex;
    align-items: center;
    justify-content: center;
	}
	.header__contacts {
    margin-left: 0;
	margin-top: 10px;
	text-align: center;
	}
	.header__contacts li {
    display: flex;
    align-items: center;
    justify-content: center;
	}
	.header__contacts li a {
    line-height: 1.3;
	}
	.header__contacts li a {
    /* font-size: 18px; */
	font-size: 13px;
	}
	.header__contacts:before {
    content: none;
	}
	.header__contacts li:first-child:before {
    content: "";
    float: left;
    margin-left: -20px;
    background-image: url(../images/phone.svg);
    width: 20px;
    height: 24px;
	}
	.header__social {
	margin-left: 10px;
    text-align: center;
    margin-top: 10px;
	}
	.header__social li img {
    width: 26px;
    border-radius: 50%;
	}
	.header__social li {
    vertical-align: middle;
    display: inline-block;
    margin: 5px 0px;
	}
	.header__language {
    margin: 0;
    position: absolute;
    top: -40px;
    right: 15px;
	}
	.header__time {
	display: none;
	}
	.callback {
	display: none;
	}
	
	.owl__slider__wrapper {
	height: auto;
	padding-bottom: 30px;
	}
	.owl__slider__content {
    text-align: center;
	padding-top: 155px;
    margin-right: 0;
	}
	.owl__slider__content .title {
    font-size: 1em;
	}
	.owl__slider__content .title span {
    font-size: 2em;
	}
	.owl__slider__content .description {
    font-size: 15px;
	}
	.owl__slider__content ul {
    margin: 0px 0 0;
    padding: 0;
    width: 100%;
    text-align: center;
	}
	.owl__slider__content ul li {
    margin: 0px 10px 0 10px;
    max-width: initial;
	font-size: 14px;
	}
	.owl__slider__content ul li strong {
    font-size: 14px;
	}
	
	.owl__slider__content .price {
	position: initial;
	margin-top: 20px;
	}
	.owl__slider__content .price .boundler {
    font-size: 17px;
    font-weight: 300;
	}
	.owl__slider__content .price span {
    font-size: initial;
    font-weight: initial;
	}
	.owl__slider__content .price .boundler > div {
	display: inline-block;
	}
	.owl__slider__content .volt {
    position: absolute;
    right: 0px;
    bottom: 5px;
	}
	.owl__slider__content .volt img{
    width: 80%;
	}
	
	.owl__slider__form {
    margin-left: 0px;
    margin-top: 0px;
	}
	.title__txt {
    font-size: 1.2em;
	}
	
	.title__quiz {
    font-size: 13px;
	}
	.form__quiz__small {
    font-size: 15px;
	}
	
	.service__col.service__col__mobile .title__icon {
	min-height: initial;
    vertical-align: middle;
    line-height: initial;
	}
	.service__price {
    margin: 5px 0;
	}
	.service__col.service__col__mobile .b-slarge {
    padding: 14px 60px;
    font-size: 13px;
    width: initial;
	}
	.service__col .title__icon {
    min-height: 50px;
    vertical-align: middle;
    line-height: 60px;
	}
	.col__advanages {
    margin: 0px;
    padding: 0;
	}
	.col__advanages img {
    width: 100px;
	}
	.col__advanages .title__icon {
    font-size: 20px;
	}
	.col__advanages p {
    font-size: 12px;
	line-height: 1.6em;
	}
	.col__advanages .b-slarge {
    padding: 14px 0px;
    font-size: 13px;
    width: 100%;
	}
	
	.col__advanages .title__icon {
    font-size: 13px;
	}
	
	.col__oborudovanie img {
	width: 80%;
	}
	
	.col__details {
    min-height: 210px;
	}
	.col__details p {
    margin-bottom: 0px;
    font-size: 13px;
	}
	
	#advantages .col-xs-6 {
	padding-left: 5px;
	padding-right: 5px;
	}
	.col__customer {
    margin: 0px;
    padding: 20px 0px 0;
	box-shadow: none;
	}
	.col__customer .title p {
    font-size: 13px;
	}
	.col__customer p {
    margin-bottom: 0px;
    font-size: 10px;
	line-height: 1.5em;
	}
	
	.about__company {
    padding: 20px;
	}

}

@media only screen and (max-width: 599px) {
  .col__advanages .title__icon {
    height: auto;
}
.minh1.col__advanages {
  min-height: 276px;
}
.quiz_question_block {
  display: block !important;
}
  .reveal-modal, #findprice.reveal-modal {
    width: 100%;
    margin: 0;
    left: 0;
  }
  .title-form {
    font-size: 24px;
  }
  .main-data, .personal-data {
    font-size: 12px;
  }
  .fancybox-next {
    right: 60px;
  }
  .fancybox-prev {
    left: 60px;
  }
  .fancybox-close {
    right: 0px;
    top: -37px;
  }
}


