body,
html {
    font-family: 'Segoe UI';
}

:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
    outline: none !important;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin-left: 0;
}

.equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.equal.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 30px);
}

.equal>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

a.btn {
    margin-top: 25px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Segoe UI';
    color: white;
    border: none;
    font-weight: 600;
    padding: 18px 40px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.btn:hover {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

a.btn.blue {
    background: #00d0e2;
}

a.btn.dark-blue {
    background: #0096e4;
}

a.btn.blue:hover {
    color: white;
}

a.btn.centered {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

a:hover,
a:focus {
    text-decoration: none;
}

p,
li {
    font-size: 16px;
    font-weight: 300;
}

h1,
.h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}


h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

.contacts p+h3 {
    margin-top: 40px;
}

.contacts b {
    font-weight: 600;
}

body.inner h2 {
    font-size: 26px;
}

.centered {
    text-align: center;
}

h2.centered {
    margin-top: 60px;
    margin-bottom: 40px;
}

h2.centered:before {
    content: '';
    width: 50px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/before.png);
    background-repeat: no-repeat;
    background-position: center left;
}

h2.centered:after {
    content: '';
    width: 50px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/after.png);
    background-repeat: no-repeat;
    background-position: center right;
}


img {
    max-width: 100%;
}


.slider_angle {
    overflow: hidden;
    width: 100%;
    height: 173px;
    position: relative;
    margin-top: -173px;
    z-index: 2;
}

.slider_angle svg {
    position: absolute;
    margin: auto;
    right: -50%;
    left: -50%;
}

body.inner section.content {
    padding: 60px 0;
}

.windows_pane {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

header .top {
    width: 100%;
    background: #0086e4;
    display: inline-block;
    font-family: 'Segoe UI';
    float: left;
    height: 45px;
}

header .bottom {
    width: 100%;
    background: #ffffff;
    display: inline-block;
    float: left;
    position: relative;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.left {
    float: left;
}

.right {
    float: right;
}

header .phones {
    padding: 10px 0;
    line-height: 18px;
}

header .phones a {
    color: white;
    font-size: 20px;
    font-family: 'Segoe UI';
    font-weight: 600;
    margin-left: 5px;
    margin-right: 12px;
    text-shadow: 0 0 0px #00528c;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

header .phones a:hover {
    text-shadow: 0 0 10px #00528c;
}

header .phones:before {
    color: #00d0e2;
}

header .top .right a {
    color: white;
    font-size: 16px;
    font-weight: 300;
}

header .top .right>a,
header .top .right .profile {
    float: left;
}

header .top .right a:hover {
    color: #4ef1ff;
}

header .top .right .profile {
    margin-right: 58px;
    margin-left: 85px;
    padding: 10px 0;
}

header .top .right .profile span {
    color: #ffffff;
    letter-spacing: 2px;
}

header .top .right .basket_wrapper {
    float: right;
    padding: 7px 0px;
    position: relative;
}

header .top .right .cartlist {
    position: absolute;
    background: #f5f9fb;
    z-index: 10;
    right: 0;
    top: 100%;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    width: 300px;
    padding: 15px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

header .top .right .cartlist p.summary {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

header .top .right .cartlist.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

header .top .right .cartlist:after {
    content: '';
    position: absolute;
    border-bottom: 10px solid #f5f9fb;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -10px;
    right: 43px;
}

header .top .right .cartlist .cartitem {
    width: 100%;
    border-bottom: 1px solid #ececec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    position: relative;
}

header .top .right .cartlist .cartitem:first-child {
    padding-top: 0;
}

header .top .right .cartlist .cartitem:first-child .bx-basket-item-list-item-remove {
    top: 0;
}

header .top .right .cartlist a.btn {
    width: 100%;
    margin-top: 15px;
    padding: 12px;
    font-size: 15px;
    font-weight: 600;
}

header .top .right .cartlist .cartitem .image {
    width: 60px;
    height: 60px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
}

header .top .right .cartlist .cartitem .info {
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 60px);
}

header .top .right .cartlist .cartitem .info p a {
    color: #0086e4;
    font-size: 14px;
    font-weight: 600;
}

header .top .right .cartlist .cartitem .info p:not([class]) {
    font-size: 14px;
}

header .top .right .cartlist .cartitem .info p.sub {
    font-size: 13px;
    font-weight: 600;
    color: #656565;
}

header .top .right .cartlist .cartitem .bx-basket-item-list-item-remove {
    position: absolute;
    cursor: pointer;
    top: 13px;
    right: 0;
}

header .top .right .cartlist .cartitem .bx-basket-item-list-item-remove i:before {
    font-size: 12px;
}

header .top .right .cartlist .cartitem .bx-basket-item-list-item-remove:hover {
    color: #0086e4;
}

header .top .right>a {
    margin-top: 10px;
}

header .top .right .cart a:before {
    font-size: 22px;
    padding-right: 18px;
}

header .top .right .cart span {
    background: #00d0e2;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    font-size: 14px;
    float: right;
    margin-top: 2px;
}

header .top .right .cart a:hover span {
    color: white;
}

header .bottom .left,
header .bottom .right {
    width: calc(50% - 82px);
}

header .mainmenu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .mainmenu li {
    display: inline-block;
    border-bottom: 2px solid #ffffff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

header .mainmenu li.active {
    border-bottom: 2px solid #00d0e2;
}

header .mainmenu li.active a {
    color: #0cb0cc;
}

header .mainmenu li a {
    line-height: 70px;
    display: inline-block;
    font-size: 20px;
    color: black;
    font-family: 'Segoe UI';
    letter-spacing: 0.3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

header .mainmenu li:hover {
    border-bottom: 2px solid #0086e4;
}

header .mainmenu li a:hover {
    color: #0086e4;
}

header .left .mainmenu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

header .right .mainmenu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

header .left .mainmenu li {
    margin-right: 56px;
}

header .left .mainmenu li:last-child {
    margin-right: 0;
}

header .right .mainmenu li {
    margin-left: 56px;
}

header .right .mainmenu li:first-child {
    margin-left: 0;
}

header a.logo {
    position: absolute;
    width: 164px;
    height: calc(100% + 45px);
    top: -45px;
    background-color: white;
    background-position: center;
    background-size: 133px 86px;
    background-repeat: no-repeat;
}

header a.logo:hover:before {
    border-left: 35px solid #0086e4;
}

header a.logo:hover:after {
    border-right: 35px solid #0086e4;
}

header a.logo:before,
header a.logo:after {
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header a.logo:before {
    border-left: 45px solid #0086e4;
    border-bottom: 45px solid transparent;
    left: 0;
    top: 0;
}

header a.logo:after {
    border-right: 45px solid #0086e4;
    border-bottom: 45px solid transparent;
    right: 0;
    top: 0;
}

header,
section,
footer {
    display: inline-block;
    width: 100%;
    float: left;
}

section.mainslide {
    height: 620px;
    font-family: 'Segoe UI';
    font-weight: 900;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    padding-bottom: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
}

section.mainslide .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


section.mainslide .container .row {
    width: calc(100% + 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


section.mainslide h1 {
    font-size: 53px;
    font-weight: 900;
    margin-top: 80px;
}

section.mainslide h2 {
    font-size: 24px;
    text-transform: none;
    font-weight: 600;
}

section.mainslide .buttons a.btn:not(:last-child) {
    margin-right: 20px;
}

section.mainslide .grid {
    position: absolute;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 130px;
    right: -100%;
}

section.mainslide .grid:before {
    content: '';
    position: absolute;
    border-left: 66px solid transparent;
    right: calc(100% - 1px);
    z-index: 2;
    top: 0;
}

section.mainslide .grid:after {
    content: '';
    position: absolute;
    border-left: 65px solid transparent;
    border-bottom: 65px solid rgba(0, 0, 0, 0.2);
    border-top: 65px solid rgba(0, 0, 0, 0.2);
    right: calc(100% + 1px);
    top: 2px;
    z-index: 1;
}

section.mainslide .grid.blue {
    background: rgb(0, 149, 228);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 149, 228, 1)), to(rgba(0, 183, 227, 1)));
    background: linear-gradient(to right, rgba(0, 149, 228, 1) 0%, rgba(0, 183, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095e4', endColorstr='#00b7e3', GradientType=1);
    width: 725px;
    z-index: 3;
    top: 90px;
}

section.mainslide .grid.blue:before {
    border-bottom: 65px solid rgba(0, 149, 228, 1);
    border-top: 65px solid rgba(0, 149, 228, 1);
}

section.mainslide .grid.white {
    background: rgb(246, 246, 246);
    background: -webkit-gradient(linear, left top, right top, from(rgba(246, 246, 246, 1)), to(rgba(227, 227, 227, 1)));
    background: linear-gradient(to right, rgba(246, 246, 246, 1) 0%, rgba(227, 227, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e3e3e3', GradientType=1);
    width: 655px;
    z-index: 2;
    top: 215px;
}

section.mainslide .grid.white:before {
    border-bottom: 65px solid rgba(246, 246, 246, 1);
    border-top: 65px solid rgba(246, 246, 246, 1);
}

section.mainslide .grid.orange {
    background: rgb(255, 109, 14);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 109, 14, 1)), to(rgba(255, 133, 60, 1)));
    background: linear-gradient(to right, rgba(255, 109, 14, 1) 0%, rgba(255, 133, 60, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d0e', endColorstr='#ff853c', GradientType=1);
    width: 590px;
    z-index: 1;
    top: 338px;
}

section.mainslide .grid.active {
    right: 0px;
}

section.mainslide .grid.orange:before {
    border-bottom: 65px solid rgba(255, 109, 14, 1);
    border-top: 65px solid rgba(255, 109, 14, 1);
}

section.mainslide .grid p {
    margin-bottom: 0;
    line-height: 122px;
    color: white;
    font-size: 28px;
    padding-left: 55px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    letter-spacing: 0.6px;
}

section.mainslide .grid p span {
    font-size: 40px;
    font-weight: 900;
    float: left;
    margin-right: 22px;
    letter-spacing: 0;
}

section.mainslide .grid.white p {
    text-shadow: none;
    color: #1c2531;
}

section.mainslide .fadeInLeft {
    opacity: 0;
}

body.inner .catalog_sections {
    margin-top: 0;
}

.catalog_sections {
    margin-top: 50px;
}

.catalog_sections a {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

.catalog_sections a:hover {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.catalog_sections a .image {
    height: 150px;
    width: 100%;
    display: inline-block;
    float: left;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.catalog_sections a .titleblock {
    min-height: 130px;
    width: 100%;
    display: inline-block;
    background: #f5f9fb;
    float: left;
    position: relative;
    padding: 22px 27px;
    font-size: 21px;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -0.7px;
    font-family: 'Segoe UI';
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding-bottom: 40px;
}

body.inner .catalog_sections a .titleblock {
    min-height: 90px;
    font-size: 20px;
}

.catalog_sections a:hover .titleblock,
.catalog_sections a:hover .titleblock:before {
    color: #0086e4;
}

.catalog_sections a .titleblock:before {
    color: black;
    font-size: 20px;
    position: absolute;
    bottom: 10px;
    right: 25px;
}

.brands {
    margin-bottom: 20px;
}

.brands>div {
    width: calc(20% - 30px);
    margin: 30px 15px;
    height: 150px;
    float: left;
    display: inline-block;
    margin-top: 0;
}

.brands>div a {
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    position: relative;

}

.brands>div a .hover,
.brands>div a .unhover {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: #f5f9fb;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.brands>div a .unhover {
    opacity: 1;
}

.brands>div a:hover {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.brands>div a:hover .hover {
    opacity: 1;
}

.brands>div a:hover .unhover {
    opacity: 0;
}

.bluegrad {
    background: #0086e4;
    background: -webkit-gradient(linear, left top, right top, from(#0086e4), to(#00d0e2));
    background: linear-gradient(to right, #0086e4 0%, #00d0e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0086e4', endColorstr='#00d0e2', GradientType=1);
    margin-top: 115px;
}

.bluegrad .padblock {
    padding: 50px 15px;
}

.bluegrad .padblock p.heading {
    font-size: 28px;
    font-weight: bold;
    color: white;
    line-height: 34px;
    margin-bottom: 30px;
    font-family: 'Segoe UI';
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.bluegrad .padblock p:not([class]) {
    color: white;
    font-weight: normal;
    font-family: 'Segoe UI';
}

.bluegrad form {
    position: absolute;
    background: white;
    padding: 25px 65px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: calc(100% + 160px);
    margin-top: -80px;
    z-index: 2;
}

.bluegrad form input[type="submit"] {
    margin-top: 10px;
}

input::-webkit-input-placeholder {
    color: #9b9ea0;
}

input:-moz-placeholder {
    color: #9b9ea0;
}

form label {
    display: inline-block;
    width: 100%;
    font-weight: normal;
    font-family: 'Segoe UI';
    font-size: 18px;
}

form input[type="text"],
form input[type="number"],
form input[type="password"],
form input[type="email"] {
    width: 100%;
    height: 60px;
    margin-top: 5px;
    font-size: 18px;
    padding: 20px;
    background: #f5f9fb;
    border: 1px solid #dfe7ec;
    font-family: 'Segoe UI';
    margin-bottom: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

textarea {
    width: 100%;
    height: 120px;
    margin-top: 5px;
    font-size: 18px;
    padding: 20px;
    background: #f5f9fb;
    border: 1px solid #dfe7ec;
    font-family: 'Segoe UI';
    margin-bottom: 20px;
    resize: none;
}

form input[type="submit"] {
    margin-top: 25px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Segoe UI';
    color: white;
    border: none;
    background: #ff6b08;
    font-weight: 600;
    padding: 18px 35px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.btn.orange {
    background: #ff6b08;
}

form input[type="submit"]:hover,
a.btn.orange:hover {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

form input[type="reset"] {
    margin-top: 25px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Segoe UI';
    color: #ffffff;
    border: none;
    background: #c6c6c6;
    font-weight: 600;
    padding: 18px 35px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

form input[type="reset"]:hover {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.angleslider .slider .slide {
    background-size: cover;
    background-position: center;
}

.angleslider .slider .slide .container {
    height: 740px;
}

.angleslider .slider .slide .container .equal {
    height: 100%;
}

.angleslider .slider .slide .container .equal>div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-bottom: 35px;
}

.angleslider .slider .slide .container .equal>div p {
    width: 100%;
}

.angleslider .slider .slide .container .equal>div p.heading {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Segoe UI';
    margin-bottom: 40px;
}

.angleslider .slider .slide .container .equal>div p:not([class]) {
    font-size: 24px;
    font-family: 'Segoe UI';
}

.angleslider .slider .slide .container .equal>div a.btn {
    margin-top: 50px;
}

.angleslider .slider_items a {
    width: 100%;
    display: inline-block;
    position: relative;
    border-bottom: 3px solid #e4e4e4;
    margin-top: 30px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

.angleslider .slider_items a:hover {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.angleslider .slider_items a:after {
    content: '';
    display: inline-block;
    height: 3px;
    background: #00d0e2;
    width: 0;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.angleslider .slider_items a.active:after {
    width: 100%;
    -webkit-transition: all 5s linear;
    transition: all 5s linear;
}

.angleslider .slider_items a .image {
    height: 150px;
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    background-size: cover;
    background-position: center;
}

.angleslider .slider_items a .image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.angleslider .slider_items a.active .image:after {
    background: rgba(0, 0, 0, 0);
}

.angleslider .slider_items a .heading {
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    background: #f5f9fb;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 10px;
    color: black;
    height: calc(100% - 150px);
}

.angleslider .slider_items {
    margin-bottom: 50px;
}

.diagonal {
    position: relative;
    padding: 150px 0;
    overflow: hidden;
}

.diagonal_content {
    background: #f5f9fb;
}

.diagonal:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    background-image: url(../images/diagonal_1_top.png);
    top: 0px;
    z-index: 2;
}

.diagonal.invert:before {
    background-image: url(../images/diagonal_2_top.png);
}

.diagonal:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    background-image: url(../images/diagonal_1_bottom.png);
    bottom: 0px;
    z-index: 2;
}

.diagonal.invert:after {
    background-image: url(../images/diagonal_2_bottom.png);
}

.diagonal_top,
.diagonal_bottom {
    display: inline-block;
    width: 110%;
    height: 10px;
    position: absolute;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    left: -5%;
    z-index: 1;
}

.diagonal.invert .diagonal_top,
.diagonal.invert .diagonal_bottom {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}

.diagonal_top {
    top: 65px;
}

.diagonal_bottom {
    bottom: 65px;
}

.diagonal_top .inner,
.diagonal_bottom .inner {
    width: 0%;
    height: 100%;
    display: inline-block;
    background: blue;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.diagonal_top .inner.active,
.diagonal_bottom .inner.active {
    width: 100%;
}

.diagonal_top .inner {
    float: right;
    background: #0086e4;
}


.diagonal.invert .diagonal_top .inner {
    float: left;
}

.diagonal_bottom .inner {
    float: left;
    background: #00d0e2;
}

.diagonal.invert .diagonal_bottom .inner {
    float: right;
}

.diagonal h2 {
    margin-top: 20px;
}

.pros {
    margin-top: 60px;
}

.pros p.heading {
    font-size: 18px;
    font-weight: 600;
    padding-left: 54px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    margin-bottom: 15px;
}

.pros p.heading:before {
    position: absolute;
    width: 40px;
    height: 40px;
    display: inline-block;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 40px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    font-size: 25px;
    color: #00d0e2;
    background: white;
}

section.content {
    padding-bottom: 40px;
}

.cert {
    margin-bottom: 30px;
    text-align: center;
}

.reviewblock {
    background: white;
    padding: 30px;
    padding-top: 55px;
    border-radius: 10px;
    margin-top: 60px;
    margin-bottom: 40px;
    position: relative;
}

.reviewblock:after {
    content: '“';
    font-size: 70px;
    position: absolute;
    width: 60px;
    height: 60px;
    background: #00d0e2;
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 100px;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: Roboto;
}

.reviewblock p.heading {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: Roboto;
}

.overflowed_text {
    margin-top: 75px;
    line-height: 24px;
    height: 235px;
    overflow: hidden;
    position: relative;
}

.overflowed_text .after {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    bottom: 0;

}

.overflowed_text p {
    margin-bottom: 25px;
    font-size: 18px;
}

.overflowed_text+a.readmore {
    font-size: 18px;
    font-weight: 600;
    color: black;
    font-family: 'Segoe UI';
}


.subscribe_block {
    background-image: url(../images/blue_back.png);
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}

.subscribe_block p {
    font-weight: 500;
    font-family: Roboto;
    margin-bottom: 5px;
    line-height: 24px;
}

.subscribe_block p:last-child {
    margin-bottom: 0;
}

.subscribe_block form {
    width: 485px;
    float: right;
}

.subscribe_block form input[type="email"] {
    width: calc(100% - 165px);
    margin-bottom: 0;
    font-size: 16px;
    padding: 15px;
    height: 52px;
    float: left;
    margin-top: 0;
    border-radius: 3px 0 0 3px;
}

.subscribe_block form button {
    width: 165px;
    padding: 15px 0;
    text-align: center;
    float: right;
    margin-top: 0;
    font-size: 16px;
    border-radius: 0 3px 3px 0;
    height: 52px;
    padding-right: 18px;
    font-weight: 600;
}

.subscribe_block .container>div {
    width: calc(100% - 485px);
    padding-right: 30px;
    float: left;
}

footer {
    background: #f5f9fb;
    padding: 45px 0;
}

footer .phones {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 15px;
    margin-top: 20px;
}

footer .phones a {
    float: left;
    clear: both;
    font-size: 25px;
    padding-left: 5px;
    color: black;
}

footer p {
    float: left;
    width: 100%;
}

footer p.subheading {
    margin-top: 10px;
    font-weight: 600;
}

footer p.menuheading {
    font-size: 18px;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 22px;
}

footer ul.bottommenu {
    float: left;
    width: 100%;
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

footer ul.bottommenu li {
    margin-bottom: 18px;
}

footer ul.bottommenu li:last-child {
    margin-bottom: 0;
}

footer ul.bottommenu li a {
    font-size: 16px;
    color: black;
}

footer ul.bottommenu li a:hover {
    color: #00aae3;
}

footer .paysystem {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

footer .paysystem img {
    margin-right: 30px;
}

footer .paysystem img:last-child {
    margin-right: 0;
}

footer .socials {
    float: left;
    padding-left: 0;
    list-style: none;
    width: 100%;
    margin-bottom: 0;
}

footer .socials li {
    float: left;
    margin-right: 10px;
}

footer .socials li:last-child {
    margin-right: 0;
}

footer .socials li a {
    display: inline-block;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: white;
}

footer .socials li a:before {
    font-size: 25px;
}

footer .socials li a:hover {
    border-radius: 50%;
    text-decoration: none;
}


footer .socials li a.fb {
    background: #3c68b0;
}

footer .socials li a.vk {
    background: #3676ad;
}

footer .socials li a.in {
    background: #bf0f81;
}

footer .socials li a.yt {
    background: #ff0000;
}

footer .socials li a.gp {
    background: #f34a3b;
}

footer .paysystem_wrapper {
    display: inline-block;
    width: 100%;
}

footer .socials_wrapper {
    display: inline-block;
    width: 100%;
}

.mobmenu_toggle {
    display: none;
}

.mobilemenu {
    display: none;
}

.mobilemenuwrap {
    display: none;
}

.mobilemenuwrap.active {
    width: 100%;
    height: 100%;
    position: fixed;
    display: inline-block;
    z-index: 5;
    background: rgba(255, 255, 255, 0.4);
}

.mobilemenu .phones:before {
    display: none;
}

form input.checkbox,
form input.radio {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: 0;
}

form input.checkbox+label,
form input.radio+label {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

form input.checkbox+label:before,
form input.radio+label:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f5f9fb;
    border: 1px solid #dfe7ec;
    top: 2px;
    left: 0;
}

form input.checkbox:checked+label:after,
form input.radio:checked+label:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #ff6b08;
    top: 6px;
    left: 4px;
}

form input.radio+label:before,
form input.radio+label:after {
    border-radius: 50%;
}

form.callback input.checkbox+label,
form.callback input.radio+label {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 20px;
}

form.callback .result,
form.callback .fail {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

form.callback .result p,
form.callback .fail p {
    font-size: 18px;
    font-weight: 600;
}

.remodal form.callback .result p,
.remodal form.callback .fail p {
    font-size: 16px;
    font-weight: 600;
}

footer .bx-context-toolbar-empty-area {
    float: left;
    width: 100%;
}

table.price {
    width: 100%;
    margin: 20px 0;
}

.price-table a {
    max-width: 216px;
    display: block;
}

.remodal p.heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.remodal label {
    font-size: 16px;
    text-align: left;
}

.tablewrapper {
    width: 100%;
    overflow: auto;
}

.itemadded {
    position: fixed;
    top: 300px;
    right: -282px;
    z-index: 15;
    background: #0086e4;
    border: 2px solid #0086e4;
    color: white;
    border-right: none;
    border-radius: 30px 0 0 30px;
    height: 60px;
    padding: 0 60px;
    line-height: 54px;
    font-size: 16px;
    font-weight: 600;
    padding-right: 15px;
    width: 282px;
}

.itemadded.active {
    -webkit-animation: show 4s 1;
    animation: show 4s 1;
}

@-webkit-keyframes show {
    0% {
        right: -282px;
    }

    10% {
        right: 0;
    }

    90% {
        right: 0;
    }

    100% {
        right: -282px;
    }
}

@keyframes show {
    0% {
        right: -282px;
    }

    10% {
        right: 0;
    }

    90% {
        right: 0;
    }

    100% {
        right: -282px;
    }
}

.itemadded span.plus {
    display: inline-block;
    position: absolute;
    height: 56px;
    width: 56px;
    left: 0;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid white;
    text-align: center;
    line-height: 43px;
    font-size: 46px;
    color: #0086e4;
}

.cert a {
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

.helper_block {
    position: fixed;
    bottom: 5px;
    right: 5px;
    /*background-image: url(../images/blue_back.png);*/
    background-color: #26c255;
    background-size: cover;
    background-position: right center;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50% 50% 0 50%;
    z-index: 11;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-animation: blink 3s infinite;
    animation: blink 3s infinite;
}

.helper_block p.title {
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 13px;
    line-height: 16px;
    padding-top: 55px;
    background-image: url(../images/WA.svg);
    background-size: 30px;
    background-position: center 15px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.helper_block ul {
    display: none;
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin-top: 45px;
}

.helper_block ul li {
    padding: 5px 0;
}

.helper_block ul li a {
    color: white;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

.helper_block a.cancel {
    display: none;
    color: white;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.helper_block a.cancel:before {
    font-size: 14px;
}


@-webkit-keyframes blink {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(255, 107, 8, 0.7);
        box-shadow: 0 0 0 0px rgba(255, 107, 8, 0.7);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 107, 8, 0);
        box-shadow: 0 0 0 10px rgba(255, 107, 8, 0);
    }
}


@keyframes blink {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(255, 107, 8, 0.7);
        box-shadow: 0 0 0 0px rgba(255, 107, 8, 0.7);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 107, 8, 0);
        box-shadow: 0 0 0 10px rgba(255, 107, 8, 0);
    }
}


.employee {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.employee .head {
    width: 100%;
    display: inline-block;
    min-height: 80px;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-left: 105px;
    padding-top: 15px;
    padding-right: 10px;
}


.employee .head>* {
    z-index: 2;
    position: relative;
}

.employee .head:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 1;
}

.employee .head.blue:after {
    display: none;
}

.employee .avatar {
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 3;
    background-size: cover;
    top: 10px;
    left: 10px;
    background-position: center;
}

.employee .head p {
    color: white;
    font-size: 16px;
    margin-bottom: 3px;
}

.employee .head p+p {
    font-size: 12px;
    margin-bottom: 15px;
}

.employee .bottom {
    background: #f6f9fb;
    padding: 13px 10px;
}

.employee .bottom p {
    font-size: 14px;
}

.employee .bottom ul {
    list-style: none;
    padding-left: 0;
}

.employee .bottom ul li {
    padding-left: 65px;
    position: relative;
    margin-bottom: 11px;
    min-height: 32px;
    line-height: 20px;
    padding-top: 8px;
}

.employee .bottom ul li p {
    margin-bottom: 0;
}

.employee .bottom ul li:before {
    font-size: 16px;
    color: #eb6b1d;
    background: white;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 10px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.tab-content {
    padding: 10px 0;
    padding-top: 30px;
}

body .bx_item_detail_rating .bx_stars_bg {
    z-index: 9;
}

body.inner h2.bx-soa-section-title,
body .bx-soa-section.bx-selected .bx-soa-section-title {
    font-size: 20px;
}

h2.normal {
    text-transform: none;
    margin-bottom: 20px;
}

.serviceform {
    padding: 30px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    margin: 30px 0;
}

.serviceform input[type='radio'].radio+label {
    margin-bottom: 30px;
}

ul.striped {
    list-style: none;
    padding-left: 0;
}

ul.striped li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
}

ul.striped li:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    background: #0094e7;
    left: 0;
    top: 21px;
}

h2.notopmarg {
    margin-top: 0;
}

.mapwrapper {
    margin-top: 100px;
    position: relative;
}

.mapwrapper a.zoom {
    position: absolute;
    right: 50px;
    top: 50px;
}

.mapwrapper a.zoom i:before {
    font-size: 40px;
    color: #ff6b08;
}

.mapwrapper a.download {
    position: absolute;
    left: 50px;
    bottom: 50px;
    font-weight: 600;
    font-size: 14px;
    color: #383838;
    padding: 10px 20px;
}

.hiddenlinks a {
    display: none;
}

.nonhiddenlinks a {
    float: left;
    font-size: 20px;
    clear: both;
    margin-bottom: 15px;
}

.fastview_slider {
    width: 250px;
    border: 2px solid #ececec;
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
    background-color: white;
}

.fastview_slider .slick-slide {
    height: 200px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.fastview_statsblock {
    width: calc(100% - 270px);
    float: right;
    padding-left: 15px;
    text-align: left;
    padding-right: 15px;
}

.fastview_topwrap {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e4e4e4;
}

.fastview_topwrap p.price {
    float: left;
    width: 170px;
    margin-bottom: 0;
}

.fastview_topwrap ul {
    float: left;
    width: calc(100% - 180px);
}

.fastview_statsblock a.btn.blue {
    margin-top: 0;
    box-sizing: border-box;
    font-size: 15px;
    height: auto;
    padding: 10px 30px;
    float: right;
}

.fastview_statsblock .orderfromfast {
    background-size: 14px;
    background-position: 10px center;
    background-color: #00d0e2;
    padding: 10px 25px;
    color: white;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    float: right;
    margin-top: 0;
    margin-right: 10px;
}

.fastview_statsblock .addcartfromfast {
    background-image: url(/local/templates/new/images/icons/cart.svg);
    background-size: 14px;
    background-position: 10px center;
    background-color: #0086e4;
    padding: 10px 25px;
    padding-left: 35px;
    color: white;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    float: right;
    margin-top: 0;
    margin-right: 10px;
}

.fastview_slider .slick-dots {
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.fastview_slider .slick-dots li {
    display: inline-block;
}

.fastview_slider .slick-dots li button {
    width: 10px;
    height: 10px;
    font-size: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    margin: 0 5px;
    background: #d6d6d6;
}

.fastview_slider .slick-dots li.slick-active button {
    background: #00d0e2;
}

.remodal.medium {
    max-width: 600px;
}

.fastview_statsblock p.price {
    color: #3391de;
    white-space: nowrap;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    -webkit-transition: font-size 200ms ease;
    transition: font-size 200ms ease;
    padding-bottom: 15px;
    padding-top: 5px;
}

.fastview_statsblock ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.fastview_text {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.faq h4 {
    color: #0094e7;
}

.faq [itemprop="mainEntity"] {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.main-contacts {
    padding-bottom: 40px;
}

.main-contacts p {
    font-size: 16px;
}

.main-contacts b {
    font-size: 20px;
}