@import url('https://fonts.googleapis.com/css?family=Exo+2:300,400,600,700,900&subset=cyrillic');

body {
    overflow-x: hidden;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 270px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 270px;
    width: 0;
    height: 100%;
    margin-left: -270px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 15px 0 30px 0 rgba(98,180,150,0.2);
    -moz-box-shadow: 15px 0px 30px 0 rgba(98,180,150,0.2);
    box-shadow: 15px 0px 30px 0 rgba(98,180,150,0.2);
}

#wrapper.toggled #sidebar-wrapper {
    width: 270px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -270px;
}


.sidebar-nav {
    position: absolute;
    top: 0;
    width: 270px;
    margin: 0;
    padding: 30px;
    list-style: none;
}


.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
    padding: 10px 0;
}

.sidebar-nav li.contact-li span{
    font-size: 26px;
    position: absolute;
    left: 30px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #333;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav li.contact-li a{
    padding-left: 30px;
    color: #01bf86;
    font-size: 18px;
}

.sidebar-nav > .sidebar-brand {
    line-height: 1.4;
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.sidebar-nav > .sidebar-brand img {
    width: 100%;
}

#sidebar-wrapper .call-me{
    position: absolute;
    bottom: 98px;
    left: 30px;
    right: 30px;
    opacity: 1;
    width: 210px;
}

#sidebar-wrapper .order-price{
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    opacity: 1;
    width: 210px;
}

.toggled #sidebar-wrapper .call-me,
.toggled #sidebar-wrapper .order-price{
    opacity: 0;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 270px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 270px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}


.btn{
    font-weight: 400;
    padding: 14px 20px;
    font-size: 16px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(98,180,150,0.2);
    -moz-box-shadow: 0 15px 30px 0 rgba(98,180,150,0.2);
    box-shadow: 0 15px 30px 0 rgba(98,180,150,0.2);
    background: #e4e4e4;
    color: #333;
    transition: 0.3s all;
}

.btn.focus,
.btn:hover,
.btn:active{
    background: #dcdcdc;
    outline: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus{
    outline: 0;
}


.main-btn {
    background: #01bf86;
    color: #000;
}

.main-btn:hover {
    background: #ffda57;
    color: #000;
}

.form-control {
    padding: 14px 20px;
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 6px;
}

.form-control:focus {
    border-color: #01bf86;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    height: 215px;
    resize: vertical;
    display: block;
}

label{
    font-weight: 400;
}

.label-left{
    margin-top: 11px;
}


.main-checkbox label{
    margin: 0;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f9ba16;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#form-order .main-radiobox {
    margin-bottom: 30px;
}


#form-order .main-radiobox label{
    display: block;
    position: relative;
    font-size: 14px;
    padding: 0px 25px 0px 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    height: 150px;
    margin-bottom: -120px;
}

#form-order .main-radiobox img{
    transition: .3s linear;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

#form-order .main-radiobox input[type=radio]:checked ~ img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#form-order .form-group-m {
    margin-bottom: 50px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f9ba16;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


section{
    padding: 80px 20px;
}

h1 {
    margin: 0 0 30px;
    font-size: 55px;
}

h2 {
    margin: 0 0 40px;
    font-size: 40px;
    position: relative;
}

.desc {
    color: #b3b3b3;
    font-size: 18px;
    margin-bottom: 40px;
}

.after-h1 {
    font-size: 28px;
    margin-bottom: 30px;
}

header{
       padding: 60px;
    height: 600px;
    background-color: #f4f7fc;
    background-size: cover;
    color: #fff;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */;
}
.headtext{
	    color: #343434;
	width: 520px;
	    font-size: 40px;
}
.headtext2{
	    top: 250px;
	    left: 348px;
	    /* width: 250px; */
	    background: #01bf86;
	    color: #000;
	    font-weight: 400;
	    padding: 14px 20px;
	    font-size: 16px;
	    -webkit-box-shadow: 0 15px 30px 0 rgba(98,180,150,0.2);
	    -moz-box-shadow: 0 15px 30px 0 rgba(98,180,150,0.2);
	    box-shadow: 0 15px 30px 0 rgba(98,180,150,0.2);
	    transition: 0.3s all;
	    display: inline-block;
	    border-radius: 4px;
}
.headtext3{position: absolute;color: #333333;font-size: 16px;line-height: 1.4;font-weight: 500;background-position: center center;border-color: transparent;border-style: solid;width: 500px;height: 110px;}
.headtext3 p{
	width: 50%;
	float: left;
	padding: 15px;
}
.head-btn {
	    margin-top: 110px;
	    color: #333333;
	    display: -webkit-box;
	    /* position: relative; */
	    width: 470px;
	    text-align: -webkit-center;
	    font-size: 24px;
	    font-family: 'Gilroy',Arial,sans-serif;
	    line-height: 1.2;
	    padding: 22px;
	    font-weight: 500;
	    border-width: 3px;
	    background-position: center center;
	    border-color: #6fdbba;
	    border-style: solid;
	    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	    transition: 0.3s all;
}
.head-btn:hover{
	color:#f4f7fc;
	text-decoration: none;
	background: #6fdbba;
}
.headlogo{
	    width: 50%;
    float: right;
}
#about {
    background: #f9fafc;
}

#about .title:before{
    position: absolute;
    content: "О НАС";
    color: rgb(1, 191, 134);
    opacity: 0.08;
    font-size: 3em;
    font-weight: bolder;
    text-transform: uppercase;
    left: -5px;
    top: -52px;
}

.tab-about{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    line-height: 25px;
    height: 260px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(98,180,150,0.2);
    -moz-box-shadow: 0 15px 30px 0 rgba(98,180,150,0.2);
    box-shadow: 0 15px 30px 0 rgba(98,180,150,0.2);
}

.tab-about:before{
    content: '';
    position: absolute;
    display: block;
    border: 20px solid transparent;
    border-left: 40px solid #ffffff;
    right: -30px;
    bottom: -23px;
    transform: rotate(45deg);
}

.tab-about h3 {
    margin: 0 0 30px;
    position: relative;
}

.tab-about h3:before{
    content: '';
    display: block;
    position: absolute;
    bottom: -17px;
    left: 0;
    background: #01bf86;
    width: 150px;
    height: 4px;
}

.about-action{
    margin-top: 60px;
    font-size: 18px;
    font-weight: 100;
}

.about-action p{
    margin-bottom: 20px;
}

.image-btn-box{
    position: relative;
}

.image-btn-box img{
    width: 100%;
}

.info-pills li{
    position: absolute;
}

@-webkit-keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}
.wizard {
  margin: 20px auto;
  background: #f7f7f7;
  -webkit-box-shadow: 0 3px 40px 0 rgba(0,0,0, .2);
  box-shadow: 0 3px 40px 0 rgba(0,0,0, .2);
  border-radius: 10px;
  overflow: hidden;
  font-weight: 300;
  position: relative;
}

.wizard h3 {
  margin: 0 0 20px;
  color: #363636;
  font-size: 30px;
  font-weight: 400;
}

.wizard-title {
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}

.wizard-title i {
  color: #2fca35;
  font-size: 30px;
  position: absolute;
  top: -6px;
  left: 0;
  line-height: 1;
}

.wizard > div.wizard-inner {
  position: relative;
  display: none;
}


.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}


.wizard .nav-tabs > li {
  width: 25%;
}

.left-side-wizard {
  width: 100%;
  float: left;
  padding: 30px 30px 108px;
      min-height: 640px;
  position: relative;
  background: #fff;
}

.right-side-wizard  {
  width: 30%;
  float: left;
  padding: 30px;
  background: #f7f7f7;
  font-size: 16px;
  position: relative;
}

.wizard-btns {
  position: absolute;
  left: 0;
  right: 0;
  padding: 30px;
  bottom: 0;
}


.wizard-manager {
  margin-bottom: 30px;
  position: relative;
  padding-left: 130px;
  padding-top: 11px;
  height: 100px;
}

.wizard-manager img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-box-shadow: 0 8px 31px 0 rgba(0,0,0,.05);
  box-shadow: 0 8px 31px 0 rgba(0,0,0,.05);
  display: block;
}

.wizard-input {
  font-size: 16px;
  transition: 0.3s all;
  margin-bottom: 0;
  font-weight: 300;
  padding: 12px;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(217,216,230,.55);
  border-radius: 5px;

}
.wizard-input:focus{
  outline: 0;
  border: 1px solid#2fca35;
  box-shadow: 1.7px 5.8px 21px 0 rgba(0,0,0,.07);
}


.wizard-btn {
  padding: 10px 30px;
  border-radius: 50px;
  border: none;
  font-size: 16px;
  height: 48px;
  -webkit-box-shadow: 0 8px 31px 0 rgba(0,0,0,.05);
  box-shadow: 0 8px 31px 0 rgba(0,0,0,.05);
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: 0.6s all;
  color: #5f5f5f;
  font-weight: 400;
  display: inline-block;
  line-height: 28px;
  text-align: center;
}

.wizard-btn.prev-step {
  margin-right: 30px;
}

.wizard-btn:disabled {
  cursor: no-drop;
  opacity: 0.7;
}

.wizard-btn:disabled:hover,
.wizard-btn:disabled:focus{
  background: #fff;
  opacity: 0.7;
}

.wizard-btn:hover,
.wizard-btn:focus{
  outline: 0;
  background: #f5f5f5;

}

.wizard-btn i{
  margin-right: 10px;
}

.wizard-main-btn {
  background-color: #01bf86;
  color: #fff;
}

.wizard-main-btn:hover,
.wizard-main-btn:focus{
  background-color: #01bf86;
  color: #fff;
  text-decoration: none;
}

.wizard-main-btn .ink.animate {
  opacity: 1;
}
.ink {
  display: block;
  position: absolute;
  background:rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -o-transform:scale(0);
  transform:scale(0);
  z-index: 20;
  height: 240px;
  width: 240px;
  top: -5px;
  left: -92px;
}
.animate {
  -webkit-animation: ripple 1.65s linear;
  -moz-animation: ripple 1.65s linear;
  -ms-animation: ripple 1.65s linear;
  -o-animation: ripple 1.65s linear;
  animation: ripple 1.65s linear;
  animation-iteration-count: infinite;
}
@-webkit-keyframes ripple {
  100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
  100% {opacity: 0; -moz-transform: scale(2.5);}
}
@keyframes ripple {
  100% {opacity: 0; transform: scale(2.5);}
}

.wizard-copyright {
  padding-left: 60px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 14px;
  color: #ccc;
}

.wizard-copyright img {
  position: absolute;
  left: 0;
  width: 46px;
}

.wizard-copyright a {
  color: #b5b5b5;
  font-weight: 500;
}

.wizard-manager-text {
  background: #fff;
  padding: 20px 20px 10px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 31px 0 rgba(0,0,0,.05);
  box-shadow: 0 8px 31px 0 rgba(0,0,0,.05);
  position: relative;
}

.wizard-manager-text::after {
  content: '';
  position: absolute;
  left: 37px;
  top: -34px;
  border: 14px solid transparent;
  border-bottom: 20px solid white;
}

.wizard-flex{
  display: flex;
}

.manager-name {
  font-size: 19px;
  line-height: 19px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 400;
}




.text-checkbox [type="radio"]:not(:checked),
.text-checkbox [type="radio"]:checked{position:absolute;left:-9999px;}
.text-checkbox [type="radio"]:not(:checked) + label,
.text-checkbox [type="radio"]:not(:checked) + label, .text-checkbox [type="radio"]:not(:checked) + label, .text-checkbox [type="radio"]:checked + label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s all;
  margin-bottom: 0;
  font-weight: 300;
  padding: 12px 12px 12px 40px;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(217,216,230,.55);
  border-radius: 3px;
}

.text-checkbox [type="radio"]:not(:checked) + label:before,
.text-checkbox [type="radio"]:checked + label:before{    content: '';
  position: absolute;
  left: 12px;
  top: 13px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: none;
  transition: 0.3s all;
  background: #e8e8e8;
}

.text-checkbox [type="radio"]:checked + label:before {
  background: #ffffff;
  border: 1px solid#2fca35;
}

.text-checkbox [type="radio"]:not(:checked) + label:after, .text-checkbox [type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  top: 17px;
  left: 16px;
  font-size: 13px;
  color: #fff;
  transition: all .2s;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 18px;
  background: #2fca35;
  border-radius: 50%;
}
.text-checkbox [type="radio"]:not(:checked) + label:after{opacity:0;transform:scale(0);}
.text-checkbox [type="radio"]:disabled:not(:checked) + label:before,
.text-checkbox [type="radio"]:disabled:checked + label:before{box-shadow:none;border-color:#bbb;background-color:#ddd;}
.text-checkbox [type="radio"]:disabled:checked + label:after{color:#999;}
.text-checkbox [type="radio"]:disabled + label{color:#aaa;}
.text-checkbox [type="radio"]:checked + label {
  border: 1px solid#cacaca;
  box-shadow: 1.7px 5.8px 21px 0 rgba(0,0,0,.07);
}
.text-checkbox label:hover:before {
  background: #ffdef3!important;
}




.main-checkbox [type="radio"]:not(:checked),
.main-checkbox [type="radio"]:checked{position:absolute;left:-9999px;}
.main-checkbox [type="radio"]:not(:checked) + label,
.main-checkbox [type="radio"]:not(:checked) + label, .main-checkbox [type="radio"]:not(:checked) + label, .main-checkbox [type="radio"]:checked + label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s all;
  margin-bottom: 0;
  font-weight: 300;
  overflow: hidden;
  display: block;
}

.main-checkbox [type="radio"]:not(:checked) + label:before,
.main-checkbox [type="radio"]:checked + label:before{     content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  width: 36px;
  height: 36px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  box-shadow: none;
  opacity: 0.7;
  transition: 0.3s all}
.main-checkbox [type="radio"]:not(:checked) + label:after, .main-checkbox [type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 13px;
  color: #fff;
  transition: all .2s;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 18px;
  background: #2fca35;
  border-radius: 50%;
}
.main-checkbox [type="radio"]:not(:checked) + label:after{opacity:0;transform:scale(0);}
.main-checkbox [type="radio"]:disabled:not(:checked) + label:before,
.main-checkbox [type="radio"]:disabled:checked + label:before{box-shadow:none;border-color:#bbb;background-color:#ddd;}
.main-checkbox [type="radio"]:disabled:checked + label:after{color:#999;}
.main-checkbox [type="radio"]:disabled + label{color:#aaa;}
.main-checkbox label:hover:before {
  opacity: 1!important;
}




.text-checkbox [type="checkbox"]:not(:checked),
.text-checkbox [type="checkbox"]:checked{position:absolute;left:-9999px;}
.text-checkbox [type="checkbox"]:not(:checked) + label,
.text-checkbox [type="checkbox"]:not(:checked) + label, .text-checkbox [type="checkbox"]:not(:checked) + label, .text-checkbox [type="checkbox"]:checked + label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s all;
  margin-bottom: 0;
  font-weight: 300;
  padding: 12px 12px 12px 40px;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(217,216,230,.55);
  border-radius: 3px;
}

.text-checkbox [type="checkbox"]:not(:checked) + label:before,
.text-checkbox [type="checkbox"]:checked + label:before{ content: '';
  position: absolute;
  left: 12px;
  top: 13px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  box-shadow: none;
  transition: 0.3s all;
  background: #e8e8e8;
}

.text-checkbox [type="checkbox"]:checked + label:before {
  background: #ffffff;
  border: 1px solid#2fca35;
}

.text-checkbox [type="checkbox"]:not(:checked) + label:after, .text-checkbox [type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: 17px;
  left: 16px;
  font-size: 13px;
  color: #fff;
  transition: all .2s;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 18px;
  background: #2fca35;
  border-radius: 3px;
}
.text-checkbox [type="checkbox"]:not(:checked) + label:after{opacity:0;transform:scale(0);}
.text-checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.text-checkbox [type="checkbox"]:disabled:checked + label:before{box-shadow:none;border-color:#bbb;background-color:#ddd;}
.text-checkbox [type="checkbox"]:disabled:checked + label:after{color:#999;}
.text-checkbox [type="checkbox"]:disabled + label{color:#aaa;}
.text-checkbox [type="checkbox"]:checked + label {
  border: 1px solid#cacaca;
  box-shadow: 1.7px 5.8px 21px 0 rgba(0,0,0,.07);
}


.wizard-box .main-checkbox img {
  margin-bottom: 10px;
}

.wizard-box {
  margin-bottom: 30px;
}

.header-wizard{
  overflow: hidden;
  margin-bottom: 30px;
}

.header-wizard .progress {
  width: 75%;
  float: left;
  border-radius: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: #f0f3f7;
  margin: 0;
}

.header-wizard .progress-bar {
  background-color: #01bf86;
  border-radius: 30px;
}

.header-wizard .numeric-quest{
  float: right;
  font-size: 16px;
  color: #cac9c9;
}

.wizard-finish-tab .left-side-wizard {
  width: 100%;
  float: none;
  padding: 80px 30px 30px;
}

.after-h3 {
  color: #7e8ca8;
  font-size: 18px;
  margin-bottom: 30px;
}

.wizard-finish-tab .mdi-check-circle-outline{
  font-size: 55px;
  color: #2fca35;
}

.wizard-finish-tab .wizard-input {
  width: 400px;
  display: block;
  margin: 0 auto 20px;
}
.personal-info {
  color: #aca7c7;
  font-size: 12px;
  width: 350px;
  margin: 20px auto;
}

.wizard-more-mouse {
  position: relative;
  padding-left: 65px;
  padding-top: 5px;
  color: #ccc;
}


.wizard-mouse {
  width: 19px;
  height: 32px;
  background-image: url(../img/wizard-mouse.png);
  background-size: cover;
  position: absolute;
  transform: rotate(-90deg);
  left: 8px;
  top: -2px;
}

.wizard-mouse:before, .wizard-mouse:after {
  content: '';
  position: absolute;
  margin-top: 37px;
  margin-left: 2px;
  width: 13px;
  height: 13px;
  transform: rotate(-45deg);
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  animation-name: arrowAnimation;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.wizard-mouse:before {
  margin-top: 28px;
  animation-delay: 0.3s;
}

.wizard-mouse .circle{
  display: block;
  width: 8px;
  height: 8px;
  background: #dcdcdc;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
  animation-name: circleAnimation;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.tab-content .wizard-finish-tab.active + .wizard-copyright{
  display: none;
}

@keyframes arrowAnimation {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  50% {
    transform: translateY(3px) rotate(-45deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

@keyframes circleAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(14px);
  }
  100% {
    transform: translateY(0);
  }
}

.info-pills li a{
    background: #01bf86;
    border-radius: 50%;
    display: block;
    width: 45px;
    height: 45px;
    font-size: 23px;
    text-align: center;
    padding: 0;
    line-height: 45px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}


.info-pills li a:before{
    content: '';
    -webkit-animation: pulse-animation 1.5s cubic-bezier(.24,0,.38,1) infinite;
    animation: pulse-animation 1.5s cubic-bezier(.24,0,.38,1) infinite;
    overflow: initial;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: block;
    background: #01bf86;
    position: absolute;
}

.info-pills>li.active>a,
.info-pills>li.active>a:focus,
.info-pills>li.active>a:hover {
    color: #fff;
    background-color: #080806;
}

.in-pill-v2 {
        bottom: 230px;
        left: 245px;
    }

    .in-pill-v6 {
        bottom: 103px;
        left: 202px;
    }

    .in-pill-v3 {
        top: 380px;
        right: 130px;
    }

    .in-pill-v4 {
        top: 75px;
        right: 70px;
    }


#advantages .title:before{
    position: absolute;
    content: "Преимущества";
    color: rgb(1, 191, 134);
    opacity: 0.08;
    font-size: 3em;
    font-weight: bolder;
    text-transform: uppercase;
    left: -5px;
    top: -52px;
}

.ad-pills li a {
    border-radius: 4px;
    background: #f5faf8;
    color: #75807c;
}

.ad-pills li{
    margin-right: 5px;
}

.ad-pills>li.active>a,
.ad-pills>li.active>a:focus,
.ad-pills>li.active>a:hover {
    color: #373d3b;
    background-color: #01bf86;
    -webkit-box-shadow: 0 15px 30px 0 rgba(98,180,150,0.2);
    -moz-box-shadow: 0 15px 30px 0 rgba(98,180,150,0.2);
    box-shadow: 0 15px 30px 0 rgba(98,180,150,0.2);
}

#work{
        background-color: #f3f6fa;
}

#work .title:before{
    position: absolute;
    content: "Наши работы";
    color: rgb(1, 191, 134);
    opacity: 0.08;
    font-size: 3em;
    font-weight: bolder;
    text-transform: uppercase;
    left: -5px;
    top: -52px;
}

.header-work {
    overflow: hidden;
    margin-bottom: 20px;
}

.work-box {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 2px 14px 6px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 2px 14px 6px rgba(0, 0, 0, 0.03);
}

.work-box h3 {
    margin: 0 0 30px;
    position: relative;
}

.work-box h3:before{
    content: '';
    display: block;
    position: absolute;
    bottom: -17px;
    left: 0;
    background: #01bf86;
    width: 150px;
    height: 4px;
}

.work-image img{
    width: 100%;
}

.work-box .char {
    background: #f5faf8;
    padding: 15px 20px 15px 62px;
    border-radius: 6px;
    position: relative;
    display: inline-block;
    width: 220px;
    margin-right: 10px;
    font-size: 14px;
}

.work-box .char img{
    position: absolute;
    left: 20px;
    top: 11px;
}

.photo-work{
    padding: 0 40px;
}

#work .owl-nav {
    position: relative;
    width: 100%;
}

#work .owl-prev,
#work .owl-next {
    position: absolute;
    top: -92px;
}

#work .owl-prev{
    left: -60px;
}

#work .owl-next{
    right: -60px;
}

#have-questions{
    background: url(../img/have-question.jpg);
    background-size: cover;
    color: #fff;
}

#have-questions h2 {
    margin: 0 0 20px;
}

#have-questions .desc{
    color: #fff;
    margin-bottom: 20px;
}

#reviews .title:before{
    position: absolute;
    content: "ОТЗЫВЫ";
    color: rgb(1, 191, 134);
    opacity: 0.08;
    font-size: 3em;
    font-weight: bolder;
    text-transform: uppercase;
    left: -5px;
    top: -52px;
}

.review-box{
    padding-left: 120px;
}

.review-box img{
    width: 100px!important;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.review-box .name {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #01bf86;
}

.review-box .title-review {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.owl-dots {
    text-align: center;
    width: 200px;
    margin-top: -47px;
    margin-bottom: 30px;
}

.owl-dot {
    display: inline-block;
    margin: 0 5px;
    background: #e6eae8;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: 0.3s all;
}

.owl-dot:hover{
    background: #ccc;
}

.owl-dot.active {
    background: #01bf86;
}

#reviews .owl-nav {
    overflow: hidden;
    width: 250px;
    margin-left: -25px;
}

.owl-next,.owl-prev{
    display: block;
    font-size: 70px;
    line-height: 1;
    color: #e6eae8;
}

.owl-next{
    float: right;
}

.owl-prev {
    float: left;
}

.owl-next:hover,
.owl-prev:hover{
    color: #000;
}

#order {
    background: #f9fafc;
}

#order .title:before{
    position: absolute;
    content: "Ð”Ð¸Ð·Ð°Ð¹Ð½-Ð¿Ñ€Ð¾ÐµÐºÑ‚";
    color: rgb(1, 191, 134);
    opacity: 0.08;
    font-size: 3em;
    font-weight: bolder;
    text-transform: uppercase;
    left: -5px;
    top: -52px;
}

#form-order h3{
    position: relative;
    padding-left: 55px;
    margin-bottom: 30px;
}

#form-order h3 .num {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    background: #01bf86;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    position: absolute;
    left: 0;
    top: -6px;
    font-size: 18px;
    font-weight: bold;
    -webkit-box-shadow: 0 15px 30px 0 rgba(98,180,150,0.2);
    -moz-box-shadow: 0 15px 30px 0 rgba(98,180,150,0.2);
    box-shadow: 0 15px 30px 0 rgba(98,180,150,0.2);
}

#contact .title:before{
    position: absolute;
    content: "Наши контакты";
    color: rgb(1, 191, 134);
    opacity: 0.08;
    font-size: 3em;
    font-weight: bolder;
    text-transform: uppercase;
    left: -5px;
    top: -52px;
}

.contact-item {
    padding-left: 35px;
    margin-bottom: 20px;
    position: relative;
}

.contact-item span{
    font-size: 26px;
    position: absolute;
    left: 0px;
}

.contact-btns .btn{
    margin-right: 15px;
}

footer {
    background: #f9fafc;
    padding: 30px 20px;
}

.footer-line{
    overflow: hidden;
}

.footer-logo {
    float: left;
}

.footer-logo img{
    float: left;
    margin-right: 15px;
    border-right: 1px solid#ccc;
    padding-right: 15px;
}

.copyright {
    float: right;
    padding-top: 20px;
    color: #ccc;
}


.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-body {
    padding: 40px;
}

.modal-header {
    padding: 40px 40px 0;
    border-bottom: none;
}

.modal-title {
    font-size: 30px;
    font-weight: 600;
}

.privacy_text h4{
    font-weight: bold;
}
.privacy_text p{
    margin-bottom: 20px;
}

button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 60px;
}


.modal-body form .after-h4 {
    text-align: center;
    margin-bottom: 40px;
}

.modal-body form .modal-title{
    margin-bottom: 10px;
    text-align: center;
}

.modal-body form .btn{
    display: block;
    width: 100%;
}

.modal-body form .form-control{
    text-align: center;
}

#menu-toggle {
    width: 50px;
    height: 40px;
    position: fixed;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    top: 15px;
    left: 15px;
    z-index: 999;
}

#menu-toggle.open{
    left: 275px;
}

#menu-toggle span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #01bf86;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#menu-toggle span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#menu-toggle span:nth-child(2) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#menu-toggle span:nth-child(3) {
    top: 32px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#menu-toggle.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#menu-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#menu-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 33px;
    left: 8px;
}


@media(max-width: 1500px){
    .container{
        width: 100%;
    }
}



@media(max-width: 1400px){
    h1 {
        font-size: 50px;
    }

    .after-h1 {
        font-size: 25px;
    }

    .ad-pills li {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .work-box .char {
        padding: 15px 10px 15px 55px;
        width: 170px;
        font-size: 12px;
    }

    #form-order .main-radiobox label {
        clear: both;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media(max-width: 1300px){
    #form-order .main-radiobox img {
        width: 100%;
    }

    #contact .col-sm-6{
        width: 100%;
    }

    .contact-btns {
        margin-bottom: 30px;
    }

    .image-btn-box img {
        width: 406px;
    }

.in-pill-v2 {
        bottom: 90px;
        left: 35px;
    }

    .in-pill-v6 {
        top: 103px;
        left: 202px;
    }

    .in-pill-v3 {
        top: 70px;
        right: 58px;
    }

    .in-pill-v4 {
        top: 45px;
        left: 60px;
    }

    .tab-about {
        height: auto;
    }

    .about-action {
        margin-top: 40px;
        font-size: 14px;
    }


}


@media(max-width: 1200px){
    #sidebar-wrapper .call-me {
        position: relative;
        bottom: auto;
    }

    .sidebar-nav {
        position: relative;
    }

    #sidebar-wrapper .order-price {
        position: relative;
        bottom: auto;
        margin-top: 20px;
    }
	.headtext {
    color: #343434;
    width: 520px;
    font-size: 20px;
}.headtext2 {
    margin-top: 10px;
	width: 20%;
}
.headtext3 p {
    width: 33%;
    float: left;
    padding: 15px;
    padding-left: 0;
}
.head-btn {
    width: 100%;
}
}

@media(max-width: 1024px){
    h1 {
        font-size: 38px;
    }

    .after-h1 {
        font-size: 20px;
    }

    .tab-about:before {
        right: -38px;
        bottom: auto;
        top: 40px;
        transform: rotate(0deg);
    }

    .in-pill-v1 {
        bottom: 76px;
        right: 25px;
    }

    section {
        overflow: hidden;
    }

    .tab-about h3 {
        font-size: 19px;
    }

    .about-action p{
        display: none;
    }

    .work-box .char {
        font-size: 14px;
        width: 180px;
    }

    #work .owl-nav{
        display: none;
    }

    .photo-work{
        padding: 0;
    }

    .owl-dots {
        text-align: left;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #advantages .title:before,
    #work .title:before,
    #reviews .title:before,
    #order .title:before,
    #contact .title:before,
    #about .title:before{
        display: none;
    }

    .footer-logo {
        float: none;
    }

    .copyright {
        float: none;
    }

    .image-btn-box img {
        width: 100%;
    }

    #work .col-sm-6{
        width: 100%;
    }

    #form-order .col-sm-3 {
        width: 33.3%;
    }

    #have-questions .col-sm-3 {
        width: 40%;
    }

       .in-pill-v2 {
        bottom: 60px;
        left: 15px;
    }

    .in-pill-v6 {
        bottom: 63px;
        left: 112px;
    }

    .in-pill-v3 {
        top: 40px;
        right: 18px;
    }

    .in-pill-v4 {
        top: 25px;
        left: 40px;
    }
}

@media(max-width: 992px){

}

@media(max-width: 768px){
    #about .desc {
        margin-bottom: 0;
    }

    header {
        padding: 10vh 20px;
        height: auto;
    }

    .contact-btns .btn {
        margin-right: 15px;
        width: 43%;
        margin-bottom: 15px;
        display: inline-block;
    }

    .footer-logo img {
        float: none;
        margin-right: 0;
        border-right: none;
        padding-right: 0;
    }

    .footer-logo span {
        display: block;
    }

    .about-action{
        display: none;
    }


}

@media(max-width: 767px){

    header .main-btn {
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .tab-about {
        height: auto;
        margin-bottom: 30px;
    }

    .tab-about:before {
        right: 50%;
        bottom: -32px;
        top: auto;
        transform: rotate(90deg);
        margin-right: -30px;
    }

    #have-questions .col-sm-3 {
        width: 100%;
    }
    #have-questions .btn{
        display: block;
        margin-top: 15px;
        width: 100%;
    }

    #form-order .col-sm-3 {
        width: 100%;
    }

    #form-order .main-radiobox img{
        display: none;
    }

    #form-order .main-radiobox label {
        height: auto;
        margin-bottom: 0;
    }

    #form-order .form-control {
        margin-bottom: 15px;
    }

    .contact-btns .btn {
        width: 100%;
    }

    .footer-logo {
        text-align: center;
    }

    .copyright {
        text-align: center;
    }

    #menu-toggle{
        left: 270px;
    }

    #menu-toggle.open{
        left: 15px;
    }

    #menu-toggle.open span:nth-child(1) {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        top: 0px;
        left: auto;
    }

    #menu-toggle.open span:nth-child(2){
        width: 100%;
        opacity: 1;
    }

    #menu-toggle.open span:nth-child(3) {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        top: 30px;
        left: 0px;
    }



    #menu-toggle span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 33px;
        left: 8px;
    }

    #menu-toggle span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #menu-toggle span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 8px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    .toggled #sidebar-wrapper .call-me, .toggled #sidebar-wrapper .order-price {
        opacity: 1;
    }


}

@media(max-width: 480px){
    .work-box .char {
        width: 100%;
        margin-bottom: 5px;
    }
.headtext2 {
    margin-top: 10px;
    width: 100%;
}
#page-content-wrapper {
    overflow-x: hidden;
}
h2{
	font-size: 30px;
}
.right-side-wizard{
	display: none;
}
.left-side-wizard{
	    width: 100%;
}
    
	.review-box .title-review {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .review-box .name {
        margin-top: 20px;
    }

    .review-box .text {
        margin-left: -120px;
        margin-top: 40px;
    }

    .modal-body {
        padding: 20px;
    }

    .modal-header {
        padding: 40px 20px 0;
    }
}

@media (max-width: 360px) {
    section {
        padding: 40px 20px;
    }

    #about .row{
        display: none;
    }

    h2 {
        font-size: 35px;
    }

    .review-box .name {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .contact-btns .btn{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    #sidebar-wrapper .order-price{
        display: none;
    }
}
