html * {
    max-height: 1000000px;
}

@font-face {
    font-family: PTSans;
    src: url(../fonts/ptsans.woff);
}

@font-face {
    font-family: KelsonSans;
    font-weight: 400;
    src: url(../fonts/kelsonsans_regular.woff);
}

@font-face {
    font-family: KelsonSans;
    font-weight: 400;
    src: url(../fonts/kelsonsans_light.woff);
}

@font-face {
    font-family: KelsonSans;
    font-weight: 700;
    src: url(../fonts/kelsonsans_bold.woff);
}

.clear::after {
    content: "";
    display: table;
    clear: both;
}

.pseudo {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}


/*  =======
  General
  =======   */

html, body {
    min-height: 100%;
    overflow-x: hidden;
}

mark {
    background: inherit;
}

body {
    margin: 0 auto;
    min-width: 1000px;
    font: 18px/1.2 KelsonSans, sans-serif;
    color: #000;
    background: #ccc;
    text-align: center;
}

hr, ul, ol, li, p, figure {
    border: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 400;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

li, article {
    display: inline-block;
    vertical-align: top;
}

input, textarea {
    outline: none;
    resize: none;
    border: none;
    background: transparent;
}

section {
    position: relative;
}

.grid {
    width: 958px;
    margin: 0 auto;
}

.content {
    position: relative;
}

h2 {
    font-size: 30px;
	font-weight: 700;
}

h2 span {
    display: inline-block;
    line-height: 52px;
    padding: 0 14px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
}

h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.button {
    display: inline-block;
    vertical-align: top;
    border: #f00 2px solid;
    transition: .5s;
    text-transform: uppercase;
	font-weight: 700;
}

.button.button-large {
    font-size: 30px;
    line-height: 47px;
    padding: 0 27px;
    color: #ffffff;
    background: #bf1b2f;
    box-shadow: 5px 5px 5px #d8d8d8;
    border-radius: 10px;
    background: red;
}

.main .button.button-large {
    box-shadow: none;
}

.button:hover {
    border-color: #ffbfc7;
    transform: scale(1.025) translateZ(0);
}

.phones {
    display: inline-block;
    vertical-align: top;
}

.phones article {
    text-align: right;
    font-size: 16px;
    line-height: 25px;
    margin-left: 11px;
    display: block;
}

.phones .bf{
    font-size: 22px;
	font-weight: 700;
}

.phones article span {
    color: #96c33b;
}

.phones .city-out {
    margin-top: -3px;
    font-size: 12px;
    color: #59595b;
    opacity: 0.5;
}

.common-title {
    position: relative;
    font-size: 0;
    text-align: left;
    height: 67px;
    text-transform: uppercase;
}

.common-title p {
    float: left;
    font-size: 48px;
    color: white;
    background: #81c637;
    padding: 0 17px;
    line-height: 67px;
    margin-right: 16px;
	font-weight: 700;
}

.common-title span {
    display: block;
    padding-top: 6px;
    font-size: 24px;
    font-weight: 700;
    color: #81c637;
}

.common-title.one-string span {
    padding-top: 21px;
}

.parts {
    font-size: 0;
}

.parts article {
    width: 294px;
    margin-right: 25px;
    height: 750px;
    position: relative;
}

.parts article:last-of-type {
    margin-right: 0;
}

.parts .p-header {
    font-size: 22px;
    font-weight: 700;
    color: white;
    background: black;
    line-height: 50px;
    text-transform: uppercase;
}

.parts .p-supheader, .parts .p-subheader {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.parts .p-desc {
    font: 18px PTSans;
    text-align: left;
    padding-top: 15px;
    padding-left: 24px;
}


/*  ==========
  Form stuff
  ==========   */

input {
    vertical-align: top;
    width: 293px;
    height: 51px;
    border-bottom: 2px solid white;
    text-align: center;
    font: 300 18px KelsonSans;
    transition: .3s;
    overflow: hidden;
}

input:hover, input:focus {
    background: #d5ffcf;
}

::-webkit-input-placeholder {
    color: white;
    transition: .2s;
}

input:focus::-webkit-input-placeholder {
    transform: translateY(-10px);
    opacity: 0;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 600;
    transition: .78s;
    opacity: 0;
    transform: scale(1.1);
}

.popup.showed {
    opacity: 1;
    transform: none;
}

.popup-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.popup-form {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -262.5px 0 0 -307.5px;
    width: 615px;
    height: 525px;
    background: white;
    z-index: 10;
}

.popup-form .close {
    position: absolute;
    cursor: pointer;
    top: 14px;
    right: 14px;
    width: 16px;
    height: 16px;
    background: url(../images/cross.png);
}

.popup-form h4 {
    padding-top: 65px;
    padding-bottom: 3px;
    font-size: 36px;
}

.popup-form h5 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 32px;
}

.popup-form input {
    margin-bottom: 8px;
    height: 38px;
    width: 382px;
    border-color: black;
}

.popup-form input:hover, .popup-form input:focus {
    /* background: #f3c00f;
      color: white;
      &::-webkit-input-placeholder {
        color: white;
      } */
}

.popup-form input::-webkit-input-placeholder {
    color: black;
}

.popup-form .button {
    display: block;
    margin: 33px auto 36px;
    width: 378px;
    line-height: 32px;
    color: #96c33b;
}

.popup-form .cond-phrase {
    margin-top: 5px;
    font-size: 14px;
    color: black;
}


/*  ======
  Layout
  ======   */

header {
    position: relative;
    z-index: 110;
    height: 78px;
    text-align: left;
    margin-bottom: 37px;
}

header .phones {
    margin-left: 41px;
    float: right;
    margin-top: 15px;
}

header .button {
    line-height: 32px;
    font-size: 18px;
    color: #96c33b;
    padding: 0 16px;
    margin-top: 21px;
    margin-left: 22px;
    float: right;
	border-color: #96c33b;
}

header .button img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
}

nav {
    left: 0;
    top: 78px;
    width: 100%;
    height: 37px;
    z-index: 109;
    line-height: 37px;
    background: #50ad9b;
    font-size: 0;
}

nav.fixed {
    position: fixed;
    top: 0;
}

nav a {
    position: relative;
    left: 15px;
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    color: white;
    transition: .5s;
	font-weight: 700;
}

nav a:hover {
    color: #81c637;
}

body {
    transform: translateY(-115px);
    transition: 1.1s;
}

.start-anim {
    opacity: 0;
    transition: 1.1s;
}

.main {
    padding: 20px 0px 120px 0;
    background: #aaa url(../images/bg-main.jpg) center top no-repeat;
    color: white;
    background-size: cover;
    color: #fff;
}

.main h1 {
    padding-top: 130px;
    font-size: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.main h1 span {
    font-size: 55px;
    line-height: 77px;
    display: inline-block;
    padding: 0 14px;
}

.main .squares {
    margin-top: 35px;
    font-size: 0;
}

.main .squares li {
    margin: 0 6px;
    display: inline-block;
    width: 204px;
    height: 204px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 66px;
}

.main .squares li:nth-child(1) {
    background: url(../images/square0.jpg);
}

.main .squares li:nth-child(2) {
    background: url(../images/square1.jpg);
}

.main .squares li:nth-child(3) {
    background: url(../images/square2.jpg);
}

.main .squares li:nth-child(4) {
    background: url(../images/square3.jpg);
}

.main .subtext {
    font-size: 24px;
    margin: 48px 0 40px;
	font-weight: 700;
}

.main .subtext p {
    display: inline-block;
    position: relative;
}

.main .subtext p:nth-child(1) {
    padding: 0 14px;
    line-height: 31px;
    background: #59595b;
    left: -70px;
}

.main .subtext p:nth-child(3) {
    padding: 0 25px;
    text-transform: uppercase;
    line-height: 37px;
    background: #81c637;
    left: 150px;
}

.calc {
    height: 620px;
    background: #000 url(../images/bg-calc.png) center bottom no-repeat;
    color: white;
    text-align: left;
    padding-top: 20px;
}

.calc .p-header {
    padding-top: 42px;
    padding-left: 27px;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
}

.calc .offseted {
    margin-left: 243px;
    margin-bottom: 19px;
    font-size: 15px;
}

.calc .offseted .bold {
    padding-bottom: 9px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.calc .slider {
    font-size: 21px;
}

.calc .slider .above {
    margin-left: 28px;
}

.calc .slider .track {
    margin-top: 36px;
}

.calc .slider .line {
    width: 896px;
    height: 9px;
    margin-left: 30px;
    background: #238288;
}

.calc .slider .thumb {
    position: relative;
    margin-left: 10px;
    margin-top: -25px;
    width: 40px;
    height: 40px;
    background: #81c637;
    text-align: center;
    cursor: pointer;
}

.calc .slider .ind {
    padding-top: 50px;
    white-space: nowrap;
    font-weight: 700;
    text-indent: -5px;
    opacity: 0;
    transition: .25s;
}

.calc .slider .numbers {
    margin-top: 15px;
    width: 898px;
    margin-left: 30px;
    font-weight: 700;
    text-align: justify;
    transition: .25s;
}

.calc .slider .numbers:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.calc.indicate .ind {
    opacity: 1;
}

.calc.indicate .numbers {
    opacity: 0;
}

.calc .switcher {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 28px 0 43px 28px;
}

.calc .switcher li {
    margin-right: 100px;
    cursor: pointer;
}

.calc .switcher li::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 4px;
    border: 2px solid white;
    border-radius: 50%;
    transition: .25s;
    margin-right: 16px;
    margin-top: -3px;
}

.calc .switcher li.selected::before {
    background: #81c637 content-box;
}

.calc input {
    margin-right: 20px;
    color: white;
}

.calc input:focus, .calc input:hover {
    color: black;
}

.calc .button {
    margin-left: -5px;
    font-size: 22px;
    line-height: 47px;
    padding: 0 35px;
    margin-top: 4px;
}

.calc .button:hover {
    border-color: #81c637;
}

.portfolio {
    color: white;
    position: relative;
}

.portfolio .title {
    position: absolute;
    top: 30px;
    left: 0;
    text-align: left;
    font-size: 0;
    z-index: 10;
}

.portfolio .title .p-header {
    display: inline-block;
    padding: 0 11px;
    background: #81c637;
    text-transform: uppercase;
    line-height: 67px;
    font-size: 48px;
    font-weight: 400;
}

.portfolio .title .p-text {
    display: inline-block;
    background: #59595b;
    line-height: 31px;
    font-size: 18px;
    padding: 0 2px 0 14px;
    padding: 0 14px 0 14px;
}

.portfolio .title .more {
    margin-left: -12px;
    display: inline-block;
    background: white;
    line-height: 27px;
    color: #59595b;
    padding: 0 10px;
    margin-left: 10px;
}

.portfolio .slides {
    height: 600px;
    font-size: 0;
    white-space: nowrap;
    text-align: left;
    margin-left: -724px;
    transition: 1s;
}

.portfolio .slides article {
    margin-right: 3px;
}

.portfolio .slides article:first-of-type, .portfolio .slides article:last-of-type {
    opacity: 0.65;
}

.portfolio .switcher {
    font-size: 0;
}

.portfolio .switcher li {
    width: 6px;
    height: 6px;
    border: 2px solid #59595b;
    transition: .3s;
    cursor: pointer;
    margin: 15px 14px;
}

.portfolio .switcher li.active {
    background: #59595b;
}

.service {
    padding-top: 44px;
}

.service img {
    margin-top: -17px;
}

.features {
    font-size: 0;
}

.features article {
    margin-top: 45px;
    width: 479px;
    font-weight: 700;
    text-transform: uppercase;
}

.features article .p-header {
    margin-top: 19px;
    font-size: 48px;
    line-height: 1;
}

.features article .p-subheader {
    font-size: 24px;
    margin-bottom: 12px;
}

.features article .p-desc {
    font-size: 18px;
    color: white;
}

.features article .p-desc span {
    display: inline-block;
    padding: 4px 14px;
}

.features article .p-desc span:first-of-type {
    margin-bottom: -8px;
}

.features article:nth-of-type(1) .p-header {
    color: #81c637;
}

.features article:nth-of-type(1) .p-desc span {
    background-color: #81c637;
}

.features article:nth-of-type(2) .p-header {
    color: #81c637;
}

.features article:nth-of-type(2) .p-desc span {
    background-color: #81c637;
}

.features article:nth-of-type(3) .p-header {
    color: #81c637;
}

.features article:nth-of-type(3) .p-desc span {
    background-color: #81c637;
}

.features article:nth-of-type(4) .p-header {
    color: #81c637;
}

.features article:nth-of-type(4) .p-desc span {
    background-color: #81c637;
}

.features h4 {
    margin: 109px 0 8px;
}

.features .button {
    margin-bottom: 63px;
}

.first {
    border-top: 4px solid #81c637;
    height: 382px;
    background: #ecebe9 url(../images/bg-first.jpg) center top no-repeat;
}

.first .common-title {
    margin-top: 71px;
    margin-bottom: 45px;
}

.first article {
    width: 230px;
    position: relative;
    margin: 0 45px;
}

.first article p {
    position: absolute;
    width: 100%;
    top: 81px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.bundles {
    padding-bottom: 53px;
}

.bundles h4 {
    margin-bottom: 40px;
}

.bundles h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding: 55px 0 10px;
}

.bundles h5 .button {
    margin-left: 3px;
    vertical-align: 1px;
    width: 143px;
    line-height: 26px;
    color: #ff0000;
}

.bundles article .open-popup {
    margin: 15px 0 0 12px;
    color: #ff0000;
    padding: 2px 10px;
    font-weight: 700;
    font-size: 16px;
}

.bundles article .open-desc {
    font-size: 14px;
    font-weight: 700;
    width: 119px;
    line-height: 19px;
    margin-top: 10px;
}

.bundles article .p-subheader, .bundles article .p-desc {
    display: none;
    opacity: 0;
    transform: translateY(14px);
    transition: .5s;
}

.bundles article .p-subheader {
    opacity: 1;
}

.bundles article .p-header {
    margin: 12px 0 15px;
}

.bundles article:nth-of-type(1) .p-header {
    background: #f3c111;
}

.bundles article:nth-of-type(2) .p-header {
    background: #ee671d;
}

.bundles article:nth-of-type(3) .p-header {
    background: #7cb1ed;
}

.also {
    height: 340px;
    background: #ecebe9;
}

.also h4 {
    padding: 59px 0 56px;
}

.also article {
    position: relative;
    width: 240px;
    margin-right: 8px;
}

.also article p {
    position: absolute;
    top: 85px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.also article:last-of-type {
    margin-right: 0;
}

.cashback {
    border-top: 4px solid #81c637;
    height: 243px;
    background: url(../images/bg-cashback.png) center top;
    color: white;
}

.cashback .p-text {
    position: relative;
    padding-top: 26px;
    left: 50%;
    margin-left: -267px;
    font: 18px PTSans;
    text-align: left;
}

.cashback h2 {
    margin-top: 19px;
}

.cashback h2 span {
    position: relative;
}

.cashback h2 span:first-child {
    left: -28px;
    background: #29a2aa;
}

.cashback h2 span:last-child {
    left: 201px;
    background: #1dc3ce;
}

.order {
    height: 183px;
    background: #ecebe9;
}

.order h4 {
    padding: 41px 0 10px;
}

.repair {
    padding-top: 57px;
    padding-bottom: 64px;
}

.repair h2 {
    font-size: 45px;
    text-align: center;
    font-weight: bold;
}

.repair h4 {
    margin: 18px 0 23px;
}

.repair article .open-desc {
    font-size: 14px;
    font-weight: 700;
    width: 119px;
    line-height: 19px;
    margin-top: 10px;
}

.repair article .p-subheader, .repair article .p-desc {}

.repair article .p-subheader {
    opacity: 1;
}

.repair article .p-header {
    margin-bottom: 15px;
}

.repair article .p-supheader {
    margin: 21px 0 2px;
}

.repair article .open-popup {
    margin: 15px 0 0 12px;
    color: #ff0000;
    padding: 2px 10px;
    font-weight: 700;
    font-size: 16px;
}

.repair article:nth-of-type(1) .p-header {
    background: #81c637;
    font-size: 22px;
}

.repair article:nth-of-type(1) .open-desc {
    border-color: #81c637;
}

.repair article:nth-of-type(1) .p-subheader {
    color: #81c637;
}

.repair article:nth-of-type(2) .p-header {
    background: #81c637;
}

.repair article:nth-of-type(2) .open-desc {
    border-color: #81c637;
}

.repair article:nth-of-type(2) .p-subheader {
    color: #81c637;
}

.repair article:nth-of-type(3) .p-header {
    background: #81c637;
}

.repair article:nth-of-type(3) .open-desc {
    border-color: #7c81c637b1ed;
}

.repair article:nth-of-type(3) .p-subheader {
    color: #81c637;
}

.steps {
    background: #ecebe9;
    padding-bottom: 37px;
    margin-bottom: 3px;
}

.steps h4 {
    padding: 42px 0 20px;
}

.steps article {
    position: relative;
}

.steps article .num {
    position: absolute;
    top: 112px;
    left: 22px;
    font-size: 44px;
    font-weight: 700;
}

.steps article .p-header {
    font-size: 28px;
    margin-top: 32px;
}

.steps article .p-desc {
    font-size: 16px;
    padding-left: 20px;
}

.steps article:nth-of-type(1) .p-header {
    background: #928d96;
}

.steps article:nth-of-type(1) .num {
    color: #928d96;
}

.steps article:nth-of-type(2) .p-header {
    background: #76707a;
}

.steps article:nth-of-type(2) .num {
    color: #76707a;
}

.steps article:nth-of-type(3) .p-header {
    background: #514b54;
}

.steps article:nth-of-type(3) .num {
    color: #514b54;
}

.things {
    /* border-top: 4px solid #bf1b2f;*/
    height: 292px;
    background: #2d2c34;
}

.things article {
    position: relative;
    line-height: 292px;
    width: 236px;
    top: -20px;
}

.things article img {
    vertical-align: middle;
}

.things article p {
    position: absolute;
    width: 100%;
    top: 227px;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
}

.order-second {
    height: 261px;
}

.order-second h4 {
    padding: 54px 0 37px;
}

.spectrum {
    border-bottom: 4px solid #81c637;
    background: url(../images/bg-spectrum.jpg) center top no-repeat;
    color: white;
    padding-bottom: 25px;
    background-size: cover;
}

.spectrum .common-title {
    padding-top: 50px;
    margin-bottom: 60px;
}

.spectrum .common-title span {
    color: white;
}

.spectrum .rules-lists {
    height: 370px;
    background: url(../images/spectrum-separator.png) 49.5% top no-repeat;
    font-size: 0;
}

.spectrum .rules-lists li {
    display: block;
    font-size: 18px;
    min-height: 25px;
    margin-bottom: 19px;
    background: url(../images/tick.png) no-repeat;
}

.spectrum .rules-lists ul {
    margin-top: 83px;
    display: inline-block;
    width: 50%;
}

.spectrum .rules-lists ul:nth-child(1) {
    text-align: right;
}

.spectrum .rules-lists ul:nth-child(1) li {
    padding-right: 72px;
    background-position: 419px center;
}

.spectrum .rules-lists ul:nth-child(2) {
    text-align: left;
}

.spectrum .rules-lists ul:nth-child(2) li {
    padding-left: 72px;
    background-position: 33px center;
}

.spectrum h3 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 46px;
    margin-bottom: 31px;
}

.rules {
    padding-top: 46px;
    font-size: 0;
    margin-bottom: -23px;
}

.rules .common-title {
    margin-bottom: 52px;
}

.rules .num {
    font-size: 72px;
}

.rules small {
    display: inline-block;
    position: relative;
    width: 150px;
    white-space: nowrap;
    font-size: 18px;
}

.rules .big {
    display: block;
    font-size: 25px;
    line-height: 30px;
    margin-top: -12px;
}

.rules article {
    text-transform: uppercase;
    font-weight: 700;
    width: 50%;
    margin-bottom: 81px;
}

.rules article:nth-of-type(1) .num {
    color: #1dc3ce;
}

.rules article:nth-of-type(2) .num {
    color: #f3c00f;
}

.rules article:nth-of-type(3) .num {
    color: #ed671e;
}

.rules article:nth-of-type(4) .num {
    color: #5b585d;
}

.contract {
    height: 350px;
    background: #50ad9b url(../images/bg-contract.jpg) 100% 100% no-repeat;
}

.contract .button {
    margin-top: 30px;
    background: none;
    color: #fff;
    box-shadow: none;
    background: red;
}

.contract h2 {
    padding-top: 72px;
    padding-bottom: 15px;
}

.contract h2 span {
    position: relative;
}

.contract h2 span:nth-child(1) {
    background: #e35e24;
    left: -130px;
}

.contract h2 span:nth-child(3) {
    background: #81c637;
    left: 75px;
}

.contract .undertext {
    position: relative;
    left: 135px;
    font: 23px PTSans;
    color: white;
}

.order-third {
    height: 261px;
}

.order-third h4 {
    padding: 54px 0 37px;
}

.clients {
    padding-bottom: 70px;
}

.clients .common-title {
    padding-top: 44px;
    margin-bottom: 40px;
}

.clients .review {
    position: relative;
    margin: 25px auto 0;
    width: 720px;
    height: 280px;
    perspective: 800px;
}

.clients .review article {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    transition: 1s;
    text-align: left;
}

.clients .review article.out {
    opacity: 0;
    transform: rotateX(-90deg);
    transform-origin: 50% 0%;
    transition: .55s;
}

.clients .review-switcher {
    font-size: 0;
}

.clients .review-switcher li {
    width: 220px;
    margin-right: 90px;
    cursor: pointer;
    transition: .4s;
    opacity: 0.75;
}

.clients .review-switcher li:last-of-type {
    margin-right: 0;
}

.clients .review-switcher li.active, .clients .review-switcher li:hover {
    opacity: 1;
}

.clients .review-switcher img {
    float: left;
    border-radius: 50%;
    margin-right: 19px;
}

.clients .review-switcher p {
    margin-top: 20px;
    text-align: left;
    font-size: 16px;
    line-height: 23px;
}

.strip {
    line-height: 96px;
    background: #50ad9b;
    font-size: 48px;
    color: white;
	font-weight: 700;
}

.contacts {
    text-align: left;
    padding: 36px 0 22px;
}

.contacts .address {
    float: left;
    width: 50%;
}

.contacts .requzit {
    float: right;
    width: 50%;
    text-align: left;
}

.map-wrapper {
    height: 367px;
    background: lightgray;
}

.map-container {
    height: 100%;
}

.order-fourth {
    height: 169px;
    padding-top: 71px;
}

.order-fourth .button {
    margin-bottom: 24px;
}

.order-fourth h4 {
    padding: 0;
}

footer {
    height: 80px;
    background: #50ad9b;
    color: white;
    text-align: left;
}

footer .copyright {
    padding-top: 40px;
    position: relative;
    font-size: 14px;
}

footer .copyright::before {
    content: "©";
    display: inline-block;
    vertical-align: top;
    margin: -12px 6px 0 8px;
    font-size: 36px;
    font-weight: 400;
}

footer .developers {
    pointer-events: auto;
    position: absolute;
    top: 38px;
    right: 174px;
    text-align: right;
    width: 120px;
    display: block;
    font: 12px/1 Arial;
}

footer .developers::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    left: 127px;
    top: 2px;
    width: 214px;
    height: 68px;
    background: url(../images/tutmee.png);
}

.calc {
    transition: 1.2s;
    will-change: background-position;
    transform: translateZ(0);
}

.calc.scroll-hidden {
    background-position: 460px bottom;
}

.features article {
    transition: .75s .2s;
}

.features article .p-desc {
    transition: .75s .55s;
}

.features article.scroll-hidden {
    opacity: 0;
    transform: translateY(15px);
}

.features article.scroll-hidden .p-desc {
    opacity: 0;
    transform: translateY(15px);
}

.first {
    transition: 1.2s;
    will-change: background-position;
    transform: translateZ(0);
}

.first.scroll-hidden {
    background-position: -460px bottom;
}

.cashback .p-text {
    transition: .9s .1s;
}

.cashback span:nth-of-type(1) {
    transition: .9s .45s;
}

.cashback span:nth-of-type(2) {
    transition: .9s .8s;
}

.cashback.scroll-hidden .p-text {
    opacity: 0;
    transform: translateX(25px);
}

.cashback.scroll-hidden span:nth-of-type(1) {
    opacity: 0;
    transform: translateX(25px);
}

.cashback.scroll-hidden span:nth-of-type(2) {
    opacity: 0;
    transform: translateX(25px);
}

.rules-lists ul:nth-of-type(1) li:nth-of-type(1) {
    transition: .7s .0s;
}

.rules-lists ul:nth-of-type(1) li:nth-of-type(2) {
    transition: .7s .4s;
}

.rules-lists ul:nth-of-type(1) li:nth-of-type(3) {
    transition: .7s .8s;
}

.rules-lists ul:nth-of-type(1) li:nth-of-type(4) {
    transition: .7s 1.2s;
}

.rules-lists ul:nth-of-type(1) li:nth-of-type(5) {
    transition: .7s 1.6s;
}

.rules-lists ul:nth-of-type(1) li:nth-of-type(6) {
    transition: .7s 2.0s;
}

.rules-lists ul:nth-of-type(2) li:nth-of-type(1) {
    transition: .7s .2s;
}

.rules-lists ul:nth-of-type(2) li:nth-of-type(2) {
    transition: .7s .6s;
}

.rules-lists ul:nth-of-type(2) li:nth-of-type(3) {
    transition: .7s 1.0s;
}

.rules-lists ul:nth-of-type(2) li:nth-of-type(4) {
    transition: .7s 1.4s;
}

.rules-lists ul:nth-of-type(2) li:nth-of-type(5) {
    transition: .7s 1.8s;
}

.rules-lists ul:nth-of-type(2) li:nth-of-type(6) {
    transition: .7s 2.2s;
}

.rules-lists.scroll-hidden ul:nth-of-type(1) li {
    opacity: 0;
    transform: translateX(-30px);
}

.rules-lists.scroll-hidden ul:nth-of-type(2) li {
    opacity: 0;
    transform: translateX(30px);
}

.spectrum h3 {
    transition: 1.2s .2s;
}

.spectrum h3.scroll-hidden {
    opacity: 0;
    transform: translateY(20px);
}

.contract span:nth-of-type(1) {
    transition: .9s .1s;
}

.contract span:nth-of-type(2) {
    transition: .9s .45s;
}

.contract .undertext {
    transition: .9s .8s;
}

.contract.scroll-hidden .undertext {
    opacity: 0;
    transform: translateX(25px);
}

.contract.scroll-hidden span:nth-of-type(1) {
    opacity: 0;
    transform: translateX(25px);
}

.contract.scroll-hidden span:nth-of-type(2) {
    opacity: 0;
    transform: translateX(25px);
}

.map-wrapper {
    overflow: hidden;
}

.map-wrapper .map-container {
    transition: 2s;
}

.map-wrapper.scroll-hidden .map-container {
    transform: scale(1.2);
    -webkit-transform: scale(1.2) translateZ(0) !important;
}

.button-block {
    position: fixed;
    right: -10px;
    bottom: 100px;
    z-index: 10;
}

.button-block .dop-button {
    width: 145px;
    height: 42px;
    background-color: #fff;
    border-right: none;
    border-radius: 4px 0 0 4px;
    margin-bottom: 5px;
    cursor: pointer;
    color: #fff;
    position: relative;
    right: 0px;
    padding-top: 2px;
    /*transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    box-shadow: 2px 2px 3px #888;*/
    list-style: none;
    line-height: 1em;
    display: block;
    font-size: 16px;
}

.button-block .dop-button:nth-child(1) {
    background-color: #bf1b2f;
}

.button-block .dop-button:nth-child(2) {
    background-color: #2196F3;
}

.button-block .dop-button:nth-child(3) {
    background-color: #2196F3;
}

.button-block .dop-button:hover {
    background-color: #50ad9b;
    border-color: #4e9050;
    right: 5px;
    color: #fff;
    /*  transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;*/
}

.dop-button a {
    color: #fff;
    text-decoration: none;
    padding: 5px 0px 2px 3px;
    display: inline-block;
}

.dop-button a:hover {
    color: #fff;
}

.advantages {
    text-align: center;
    vertical-align: top;
    margin-top: 50px;
}

.advantages div {
    display: inline-block;
    margin: 0 10px;
    width: 150px;
    text-align: center;
    vertical-align: top;
}

.advantages div img {
    width: 90px;
    margin-bottom: 10px;
}

.camera {
    background: #50ad9b url('../images/camera.png') no-repeat 10% 80px;
    height: 600px;
    text-align: left;
    padding-top: 30px;
}

.imgblock {
    width: 40%;
    float: left;
    display: none;
}

.imgblock img {
    width: 100%;
    margin-top: 220px;
}

@media (max-width: 1439px) {
    .camera {
        background: #238288;
    }
    .imgblock {
        display: block;
    }
}

.textblock {
    color: #fff;
    width: 60%;
    float: right;
    text-align: right;
}

.camera h2 {
    padding-top: 42px;
    padding-left: 27px;
    font-size: 36px;
    text-transform: uppercase;
	font-weight: 700;
}

.camera h2 span {
    background: #81c637;
}

.youtube {
    margin-top: 40px;
}

.youtube iframe {
    border: solid 2px #48a9af;
}

.camera .offseted {
    margin-left: 243px;
    margin-bottom: 19px;
    font-size: 15px;
}

.camera .offseted .bold {
    padding-bottom: 9px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.p-list {
    font-size: 16px;
    text-align: left;
    margin-top: 15px;
}

.p-list li {
    display: block;
    font-size: 16px;
    min-height: 25px;
    margin-bottom: 19px;
    padding-left: 35px;
    background: url(../images/tick2.png) no-repeat;
}

.p-list+.button {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.repair article {
    border: solid 1px #ccc;
    padding: 10px;
    width: 29%;
    height: 800px;
}

.sub-services {
    margin: 15px 0 35px 0;
}

.sub-services .ss {
    float: left;
    width: 31%;
    height: auto;
    margin: 1% 1%;
    position: relative;
    border: solid 1px #fff;
}

.sub-services .ss img {
    width: 100%;
}

.sub-services .ss>div {
    background: rgba(0, 0, 0, 0.5);
    display: block;
    width: 100%;
}

.sub-services .ss p {
    font-size: 16px;
    padding: 10px;
    height: 3em;
}

.sub-services .ss a {
    display: inline-block;
    margin-top: 15px;
    color: red;
    padding: 5px;
    margin-bottom: 20px;
}

.clearfix {
    clear: both;
}

.above2 {
    margin-left: 28px;
    font-size: 21px;
}

.first .sn {
    margin-top: 90px;
}

.teachers ul {
    text-align: center;
}

.teachers ul li {
    float: left;
    width: 20%;
    display: inline-block;
    margin: 20px 20px;
    cursor: pointer;
}

.teachers ul li:hover img, .teachers ul li.active img {
    border-color: #FF5B47;
}

.teachers li span {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

.teachers li img {
    border-radius: 211px;
    border: solid 5px #fff;
    transition: .15s;
}

.biography {
    margin: 0px 0 30px 0;
    transition: .15s;
    background: #fff;
    border-radius: 10px;
    padding: 20px 25px;
    font-size: 14px;
}

.biography li {
    display: none;
    transition: .15s;
    min-height: 120px;
}

.biography li.active {
    display: block;
}

.biography h4 {
    margin-bottom: 10px;
}

.cinfo {
    margin-top: 40px;
}

.address p {
    margin-bottom: 10px;
}

.address p img {
    margin-right: 10px;
    position: relative;
    top: 6px;
}

.requzit b {
    line-height: 1.5em;
}

.block-howto {
    padding-top: 60px;
    padding-bottom: 30px;
    border-bottom: solid 1px #ccc;
}

.block-howto h2 {
    font-size: 45px;
    text-align: center;
    font-weight: bold;
}

.block-howto h2+h4 {
    margin: 18px 0 23px;
}

.howto-process>div {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.howto-process span {
    border-radius: 50%;
    background-color: #81c637;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 30px;
    line-height: 57px;
    font-weight: 700;
    text-align: center;
    display: block;
}

.howto-process h4 {
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding-top: 15px;
    width: 145px;
    font-weight: 700;
    text-transform: none;
}

.howto-process {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.howto-process .arrow-right {
    background: url(../images/arrow.png) no-repeat;
    width: 37px;
    height: 33px;
    display: block;
    margin-top: 33px;
}

.howto-process img {
    width: 50px;
    margin-top: 25px;
}

.lk {
    float: right;
    margin-top: 29px;
}

.lk a {
    border-bottom: 1px dashed #96c33b;
    font-size: 14px;
    color: #96c33b;
}

.block-stock {
    padding-top: 30px;
    padding-bottom: 30px;
}

.block-stock h2 {
    font-size: 45px;
    text-align: center;
    font-weight: bold;
}

.block-stock h2+h4 {
    margin: 18px 0 33px;
}

.stock-item {
    float: left;
    width: 31%;
    margin: 0% 1%;
}

.stock-item img {
    width: 100%;
    margin-bottom: 10px;
}

.stock-item h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.stock-item .stock-description {
    font-size: 14px;
}

.callback:hover, .popup-form .button:hover {
    border-color: #a2da32;
}

.sub-services .ss a:hover, .repair article .open-popup:hover {
    border-color: #ff5731;
}

.away {}

.extraoffer {
    background: #fff no-repeat;
    padding: 60px 0px;
    text-align: left;
    color: #000;
}

.extraoffer .leftcol {
    width: 50%;
    float: left;
}

.extraoffer .rightcol {
    float: left;
    padding-left: 2%;
    width: 48%;
}

.extraoffer h2 {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}

.extraoffer h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.extraoffer img {
    width: 100%;
    max-width: 600px;
}

.extraoffer .offer-end {
    margin-bottom: 15px;
    color: #6ec10d;
    font-size: 20px;
    display: inline-block;
	font-weight: 700;
}

.extraoffer b {
    color: red;
}

.extraoffer .button {
    margin-top: 25px;
    font-size: 20px;
}

.extraoffer h2+h4 {
    margin: 18px 0 33px;
    text-align: center;
}

.imgcont {
    position: relative;
    overflow: hidden;
}

.imgcont span {
    position: absolute;
    top: 50px;
    left: -40px;
    display: block;
    padding: 5px 35px;
    font-size: 16px;
    background: #82c734;
    transform: rotate(-45deg);
    z-index: 10;
    width: 150px;
    text-align: center;
    color: #fff;
}

.grey {
    background: #ededed;
}

.strip a {
    margin-top: 25px;
    margin-left: 20px;
    box-shadow: none !important;
}
.copyright{
    float: left;
    width: 50%;
}

.developer{
    font-size: 14px;
    float: right;
    width: 50%;
    text-align: right;
  
 }   

 .developer a{
    text-decoration: underline;
      margin-top: 40px;
      display: inline-block;
 }
 
 .container{
	 margin: 0 auto;
	 width: 100%;
	 max-width: 1920px;
	 background: #fff;
 }