@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Heavy.eot');
    src: local('SF Pro Display Heavy'), local('SFProDisplay-Heavy'),
        url('../fonts/SFProDisplay-Heavy.eot#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Heavy.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Heavy.woff') format('woff'),
        url('../fonts/SFProDisplay-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Light.eot');
    src: local('SF Pro Display Light'), local('SFProDisplay-Light'),
        url('../fonts/SFProDisplay-Light.eot#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Light.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Light.woff') format('woff'),
        url('../fonts/SFProDisplay-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Bold.eot');
    src: local('SF Pro Display Bold'), local('SFProDisplay-Bold'),
        url('../fonts/SFProDisplay-Bold.eot#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Bold.woff') format('woff'),
        url('../fonts/SFProDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.eot');
    src: local('SF Pro Display Regular'), local('SFProDisplay-Regular'),
        url('../fonts/SFProDisplay-Regular.eot#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff'),
        url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot');
  src:  url('../fonts/icomoon.eot#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-1:before {
  content: "\e900";
}
.icon-arrow-2:before {
  content: "\e901";
}
.icon-calendar:before {
  content: "\e902";
}
.icon-card:before {
  content: "\e903";
}
.icon-class:before {
  content: "\e904";
}
.icon-clock:before {
  content: "\e905";
}
.icon-cms-1:before {
  content: "\e906";
}
.icon-cogwheel:before {
  content: "\e907";
}
.icon-conference:before {
  content: "\e908";
}
.icon-eye:before {
  content: "\e909";
}
.icon-keys:before {
  content: "\e90a";
}
.icon-like:before {
  content: "\e90b";
}
.icon-paper:before {
  content: "\e90c";
}
.icon-pin:before {
  content: "\e90d";
}
.icon-receipt:before {
  content: "\e90e";
}
.icon-search:before {
  content: "\e90f";
}
.icon-send:before {
  content: "\e910";
}
.icon-technics:before {
  content: "\e911";
}
.icon-user .path1:before {
  content: "\e912";
  color: rgb(236, 239, 241);
}
.icon-user .path2:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(69, 90, 100);
}
.icon-warranty:before {
  content: "\e914";
}
.icon-way:before {
  content: "\e915";
}

.body-scroll {
  overflow: hidden;
}
/*
html,
body {
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 0;
}
body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
*/
body {
    font-family: 'SF Pro Display', Arial, sans-serif;
    background: url(../images/main-bg.jpg) no-repeat center top;
}
@media screen and (max-width: 991px) {
  body {
    background-position-x: 7%;
  }
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.header {
  padding-top: 100px;
  font-weight: 200;
}

.header .navbar {
  border-radius: 0 0 10px 10px;
  background: #fff;
  -webkit-transition: .3s ease-in-out;
     -moz-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
}
.header-logo i {
    display: block; /* делаем элемент блочным, чтобы размеры работали */
    width: 100px;
    height: 100px;
    margin-right: 35px;
    margin-left: -15px;
    //background-color: #49bb7b;
    border: 2px solid #50ba7f;
    background-image: url('/images/logo.png'); /* путь к изображению */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; /* или cover, если нужно растянуть */
    border-radius: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .header {
    padding-top: 50px;
  }
  .header .navbar {
     border-radius: 0;
  }
  .header-logo i {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-left: -16px;
    line-height: 50px;
    font-size: 35px;
    border-radius: 0;
  }
}
.header-logo__text {
    font-size: 26px;
    font-weight: 900;
    line-height: .7;
}
.header-logo__text small {
    font-size: 13px;
}
.header-city__text {
    margin-right: 10px;
    margin-left: 25px;
}
.header-city__select .dropdown-toggle::after {
    content: none;
}
.header-city__select i {
    font-size: 8px;
    -webkit-transition: .3s ease-in-out;
       -moz-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.header-city__select.show i {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
}
.header-city__select .dropdown-toggle {
    padding: 10px 16px;
    background: #fff;
    border-radius: 8px;
    border: 2px solid #e8e8e8;
}
.header-phone__link {
  font-size: 24px;
}
.header-phone__modal {
  font-size: 16px;
  color: #49bb7b;
  border-bottom: 1px solid #49bb7b;
  -webkit-transition: .2s ease-in-out;
     -moz-transition: .2s ease-in-out;
       -o-transition: .2s ease-in-out;
          transition: .2s ease-in-out;
}
.header-phone__modal:hover {
  border-color: transparent;
}
.slider {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .slider {
    padding-top: 40px;
    padding-bottom: 4px;
  }
}
.slider-quality {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
}
.slider-title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}
.slider-text {
  font-size: 36px;
  font-weight: 200;
}
@media screen and (max-width: 575px) {
  .slider-title,
  .slider-text {
    font-size: 28px;
    line-height: 1.2;
  }
}

.slider-youget__title {
  font-size: 18px;
  font-weight: 200;
}
.carousel-item {
  text-align: center;
}
.carousel-text {
  padding: 18px 30px;
  position: absolute;
  top: 30px;
  background: #fff;
  border: 2px solid #cfe9da;
  border-radius: 8px;
  text-align: left;
}
.carousel-text span {
  font-weight: 200;
}
.carousel-control-prev,
.carousel-control-next {
    top: 50%;
    width: 67px;
    height: 67px;
    margin-top: -33px;
    background: #fc0;
    border-radius: 50%;
    opacity: 1;
}
.carousel-control-next{
  right: 20px;
}
.carousel-control-prev {
  left: 20px;
}
.carousel-control-prev i,
.carousel-control-next i {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .carousel-control-prev,
  .carousel-control-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .carousel-control-prev i,
  .carousel-control-next i {
    font-size: 16px;
  }
  .carousel-text {
    padding: 10px 20px;
  }
  .carousel-control-next {
    right: 0;
  }
  .carousel-control-prev {
    left: 0;
  }
}
.carousel-control-prev i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-youget {
  margin-top: -50px;
  padding-left: 15px;
}
.slider-youget__media {
    width: 360px;
    padding: 6px;
    background: #fff;
    border-radius: 8px;
}
@media screen and (max-width: 1199px) {
  .slider-youget {
    padding-left: 0;
  }
  .slider form .btn {
    font-weight: normal;
  }
  .slider-youget {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .slider-youget {
    margin-top: 0;
    padding-left: 0;
  }
  .slider-youget__media {
    width: 100%;
  }
}
.slider-youget__media .media {
    padding: 35px 25px;
    border: 2px solid #d0eadb;
    border-radius: 8px;
    font-weight: 200;
}
.slider-youget__media .media i {
    font-size: 28px;
    color: #49bb7b;
}
.slider-youget__media .media h5 {
  font-size: 16px;
}
.devices {
  position: relative;
  padding: 60px;
  border-radius: 10px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #0c9b9b), color-stop(0, #109f9f));
  background: -o-linear-gradient(left, #0c9b9b 25%, #109f9f 0);
  background: linear-gradient(to right, #0c9b9b 25%, #109f9f 0);
  background-size: 3px 100%;
}
@media screen and (max-width: 767px) {
  .devices {
    padding: 40px;
    margin-top: 40px;
  }
}
.devices-title {
  position: relative;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}
.devices-title:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -25px;
  width: 42px;
  height: 36px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAkCAYAAAD/yagrAAABq0lEQVR42tWYu0tDMRSHY9u5HX2hKCLav8DBN066C+IoqIK4OBRnF3FwKVVwq1YXwbFDR3EQ1F0RB6c63EURhaIYf4HTsZKTe5NDD3yUtrnJR5Ke5FQpj6Hv1ShYA4egBh5ABH6ApteIPq9RO9M+rzyLpcECOAF1knGlTv2Y/tJJCXaCffAaU64Vy3EFu0ERfHkS1LQlOlwFM6AAPjwKaup/wFVyCNx6Fmyy6Sq5CN4DSV6xl9w8AHYDCWra88NcyRQ4Dihp2HZZ7qPAkjfsvIkHdhIY2OTWc7AOZkAPyFH/OXo/Td+XwQhXcimG3DeogDmzdXyf0Z8Ogr907A0q30Hn9Z2D5BOYUKECg205SF6CbEjJLvDGlCx63YctREtMyZIKHTSbnFvQhfOtJqboHkPyuZkLQ0tmGJdek4ImlURg4HnGbJaVVGDwU0vJBuiXFLUtxCqSknnGss9Kiq4yyteUpOiBpeiZkgwIVC1FN6RFHy1Fp6RFI0vRPmnRhqVoVlrUKjUp6WinGW2bPdo2v/rqPyXvC7im0ndMWnSF6p4C1fLjoDexf3kTij/Ly0zpUl8ypwAAAABJRU5ErkJggg==);
}
.devices-title small {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 575px) {
  .devices-title {
    font-size: 24px;
    z-index: 3;
  }
}
.devices-bg {
    position: absolute;
    width: 29%;
    height: 80px;
    right: 9%;
    z-index: 1;
}
.devices-bg:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: -o-radial-gradient(farthest-side,#78c9c9 22%,transparent 22%) 0 0/10px 10px;
    background: radial-gradient(farthest-side,#78c9c9 22%,transparent 22%) 0 0/10px 10px;
}
.devices-items__item {
  position: relative;
  text-align: center;
  font-size: 16px;
  padding: 50px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
     -moz-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .devices-items__item {
    padding: 30px;
  }
}
.devices-items__item:before {
    position: absolute;
    z-index: -1;
    left: 50%;
    width: 122px;
    height: 122px;
    margin-left: -61px;
    content: '';
    background: #fff;
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.devices-items__item:last-child:before {
  margin-left: -71px;
}

.devices-items__item i {
  margin-left: 5px;
  color: #fc0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.devices-items__item:hover {
  -webkit-transform: translate(0, -20px);
        -ms-transform: translate(0, -20px);
            transform: translate(0, -20px);
}
.devices-items__item:hover i {
  -webkit-transform: translate(5px,0);
        -ms-transform: translate(5px,0);
            transform: translate(5px,0);
}
.devices-items__item:hover:before {
  background: #fc0;
}

.devices-form {
  position: relative;
  background: #fff;
  padding: 50px 65px;
  border-radius: 8px;
  font-size: 16px;
}
.devices-form__man {
  position: absolute;
  width: 120px;
  height: 238px;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
  background: url(../images/service-man.png);
}
.devices-form__title {
  font-size: 26px;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .devices-form {
    padding: 40px 35px;
  }
  .devices-form__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .devices-form__man {
    left: 92%;
  }
}
@media screen and (max-width: 480px) {
  .devices-form__man {
      left: 100%;
    }
}
@media screen and (max-width: 374px) {
  .devices-form__man {
    display: none;
  }
}

.warranty {
  position: relative;
}
.warranty:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -550px;
  right: -300px;
  width: 960px;
  height: 960px;
  border: 50px solid #109f9f;
  border-radius: 50%;
}
.warranty-title__small {
  font-size: 16px;
  font-weight: 900;
  color: #49bb7b;
  text-transform: uppercase;
}
.warranty-title {
  font-size: 26px;
  font-weight: 900;
}
.warranty-text {
  font-size: 18px;
  margin-bottom: 60px;
}
.warranty .media i {
  font-size: 35px;
  color: #49bb7b;
}
.warranty .media,
.warranty .media h6 {
  font-size: 18px;
}
.warranty .media {
  margin-bottom: 30px;
}
.warranty .media-body {
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .warranty .media,
  .warranty .media h6,
  .warranty-text {
    font-size: 16px;
  }
  .warranty-text {
    margin-bottom: 30px;
  }
  .warranty .media {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .warranty:before {
    top: -150px;
    right: -250px;
    width: 560px;
    height: 560px;
  }
}
@media screen and (max-width: 575px) {
  .warranty:before {
    top: 70px;
    right: -200px;
    width: 360px;
    border-width: 30px;
    height: 360px;
  }
}

.torturing {
    padding: 60px 0;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #0c9b9b), color-stop(0, #109f9f));
    background: -o-linear-gradient(left, #0c9b9b 25%, #109f9f 0);
    background: linear-gradient(to right, #0c9b9b 25%, #109f9f 0);
    background-size: 3px 100%;
}
.torturing-bg {
    position: absolute;
    width: 97px;
    height: 300px;
    left: 49%;
}
.torturing-bg:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: -o-radial-gradient(farthest-side,#78c9c9 22%,transparent 22%) 0 0/10px 10px;
    background: radial-gradient(farthest-side,#78c9c9 22%,transparent 22%) 0 0/10px 10px;
}
.torturing-title {
  position: relative;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}
.torturing-title:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -25px;
  width: 42px;
  height: 36px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAkCAYAAAD/yagrAAABq0lEQVR42tWYu0tDMRSHY9u5HX2hKCLav8DBN066C+IoqIK4OBRnF3FwKVVwq1YXwbFDR3EQ1F0RB6c63EURhaIYf4HTsZKTe5NDD3yUtrnJR5Ke5FQpj6Hv1ShYA4egBh5ABH6ApteIPq9RO9M+rzyLpcECOAF1knGlTv2Y/tJJCXaCffAaU64Vy3EFu0ERfHkS1LQlOlwFM6AAPjwKaup/wFVyCNx6Fmyy6Sq5CN4DSV6xl9w8AHYDCWra88NcyRQ4Dihp2HZZ7qPAkjfsvIkHdhIY2OTWc7AOZkAPyFH/OXo/Td+XwQhXcimG3DeogDmzdXyf0Z8Ogr907A0q30Hn9Z2D5BOYUKECg205SF6CbEjJLvDGlCx63YctREtMyZIKHTSbnFvQhfOtJqboHkPyuZkLQ0tmGJdek4ImlURg4HnGbJaVVGDwU0vJBuiXFLUtxCqSknnGss9Kiq4yyteUpOiBpeiZkgwIVC1FN6RFHy1Fp6RFI0vRPmnRhqVoVlrUKjUp6WinGW2bPdo2v/rqPyXvC7im0ndMWnSF6p4C1fLjoDexf3kTij/Ly0zpUl8ypwAAAABJRU5ErkJggg==);
}
.torturing-title small {
  font-size: 16px;
  font-weight: normal;
}
.torturing-text {
  position: relative;
  max-width: 360px;
  font-size: 16px;
  z-index: 2;
}
.torturing-text__bg {
    position: absolute;
    width: 100px;
    height: 80px;
    left: -20px;
    top: -15px;
    z-index: -1;
}
.torturing-text__bg:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: -o-radial-gradient(farthest-side,#1a8686 22%,transparent 22%) 0 0/10px 10px;
    background: radial-gradient(farthest-side,#1a8686 22%,transparent 22%) 0 0/10px 10px;
}
@media screen and (max-width: 575px) {
  .torturing-title {
    margin-left: 20px;
    font-size: 24px;
    z-index: 3;
  }
  .torturing-text {
    max-width: none;
    text-align: center;
  }
  .torturing-text__bg {
    left: 70%;
    top: -75px;
  }
}
.torturing-text strong {
  font-weight: 900;
}
.torturing form {
  width: 600px;
}
.torturing form .form-agreement {
  color: #fff;
}
.torturing-form {
  z-index: 2;
}
.torturing-notebook {
  position: relative;
  margin-left: -30px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .torturing .container {
    position: relative;
  }
  .torturing-bg {
    left: auto;
    top: 40%;
    right: 0;
  }
  .torturing form {
    width: auto;
  }
  .torturing-notebook {
    margin-left: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.torturing-notebook__calc {
  position: absolute;
  top: -3px;
  left: 60px;
  width: 158px;
  padding: 6px;
  background: #fff;
  border-radius: 8px;
}
.torturing-notebook__calc .inner {
  padding: 25px 35px;
  color: #bbb;
  border: 2px solid #d1ebdc;
  border-radius: 8px;
}
.torturing-notebook__calc .inner i {
  font-size: 60px;
  color: #000;
  margin-bottom: 20px;
}
.torturing-notebook__calc .inner p {
  line-height: 1;
}
.torturing-notebook__screw {
  position: absolute;
  z-index: 3;
  top: 130px;
  left: 3px;
  width: 190px;
  height: 85px;
  background: url(../images/screwdriver.png);
}
@media (min-width: 768px) and (max-width: 991px) {
  .torturing-notebook {
    margin-left: 20px;
    margin-top: 50px;
  }
  .torturing-notebook__screw {
    width: 120px;
    height: 54px;
    top: 100px;
    background-size: cover;
  }
  .torturing-notebook__calc {
    top: -40px;
  }
}
@media screen and (max-width: 575px) {
  .torturing-notebook__calc {
    width: 138px;
  }
  .torturing-notebook__calc .inner {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 480px) {
  .torturing-notebook__screw {
    width: 120px;
    height: 54px;
    top: 120px;
    background-size: cover;
  }
}
@media screen and (max-width: 374px) {
  .torturing-notebook__screw {
    display: none;
  }
}

.offers {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
}
.offers-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 594px;
  height: 594px;
  z-index: -2;
  border-radius: 50%;
  background: #6988fb;
  -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.offers-title {
  margin: 10px 0 90px;
  font-size: 68px;
  font-weight: 900;
  line-height: 1;
}
.offers-title > span {
  position: relative;
  font-size: 56px;
  font-weight: normal;
}
.offers-title__bg {
  position: absolute;
  width: 100px;
  height: 240px;
  right: -12px;
  top: -45px;
  z-index: -1;
}
.offers-title__bg:before,
.offers-card__bg:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: -o-radial-gradient(farthest-side,#eee 22%,transparent 22%) 0 0/10px 10px;
    background: radial-gradient(farthest-side,#eee 22%,#0000 22%) 0 0/10px 10px;
}
.offers [class*="col-"] {
  position: relative;
}
.offers-card__bg {
  position: absolute;
  width: 300px;
  height: 100px;
  left: 15px;
  bottom: 100px;
  z-index: -1;
}
.offers .card-body {
  padding: 50px;
}
.offers .card-body .card-text {
    font-size: 46px;
    font-weight: 900;
    line-height: .7;
    color: #6989fc;
}
.offers .card-body .card-text span {
  font-size: 26px;
  font-weight: normal;
  color: #000;
}
.offers .card-body a {
  font-size: 18px;
  color: #49bb7b;
  border-bottom: 1px solid #49bb7b;
}
.offers .card-body a:hover {
  border-bottom-color: transparent;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .offers .card-body .card-text {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .offers-title {
    margin: 5px 0 40px;
    line-height: .7;
  }
  .offers .card-body {
    padding: 30px;
  }
  .offers .card-body .card-text {
    font-size: 26px;
  }
  .offers .card-body .card-text span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .offers-title {
      margin: 0 0 30px 0;
      font-size: 58px;
      line-height: .8;
  }
  .offers-title span {
    font-size: 46px;
  }
  .offers-card__bg {
    height: 150px;
    left: auto;
    right: 15px;
    bottom: 80%;
  }
}
@media screen and (max-width: 575px) {
  .offers {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .offers-title__bg {
    right: -35px;
  }
  .offers .card-body {
    padding: 20px;
  }
  .offers .card-body .card-text {
    font-size: 32px;
  }
  .offers .card-body .card-text span {
    font-size: 18px;
  }
}
@media screen and (max-width: 374px) {
  .offers-title__bg {
    right: -25px;
  }
  .offers-card__bg {
    width: 280px;
  }
  .offers .card-body .card-text {
    font-size: 26px;
  }
  .offers .card-body .card-text span,
  .offers .card-body a {
    font-size: 16px;
  }
}

.about {
  position: relative;
  padding: 40px 0;
}
.about:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -200px;
  right: 85%;
  width: 960px;
  height: 960px;
  border: 50px solid #109f9f;
  border-radius: 50%;
}
.about-title {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
}
.about-text {
  height: 65px;
  font-size: 14px;
  font-weight: normal;
  color: #9e9e9e;
 }
.about .media {
  padding: 24px 30px;
  border: 1px solid #f4f4f4;
  border-radius: 8px;
  background: #fff;
}
.about .media i {
  font-size: 32px;
  color: #49bb7b;
}
.about .media-body {
  line-height: 1.2;
}
.about-master {
    margin-top: 20px;
    text-align: center;
}
.about-master__img {
  position: relative;
}
.about-master__img:before {
  content: "";
  position: absolute;
  top: 45px;
  bottom: -20px;
  left: 0;
  width: 100%;
  background: #fafafb;
  border-radius: 8px;
  z-index: -1;
}
.about-master__img:hover:before {
  background: #dedee0;
}
.about-master__name {
  background: #ffdb7d;
  border-radius: 8px;
  padding: 16px 0;
  margin: 0 15px 5px 15px;
}
.about-master__age {
  font-size: 13px;
  color: #6d6d6d;
}
.about-master__specialty {
  padding: 0 15px;
  font-size: 13px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 20px 0;
  }
  .about .media,
  .about-text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .about:before {
      top: 200px;
      right: 65%;
      width: 360px;
      border-width: 30px;
      height: 360px;
  }
}

.reviews {
  padding: 45px 0;
  background: #f3f5f9;
}
.reviews-title {
  font-size: 37px;
}
.reviews-text {
  width: 190px;
  padding: 14px 25px;
  margin-left: 25px;
  line-height: 1.1;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
}
.reviews-director {
  width: 175px;
  padding: 14px 28px;
  margin-left: 10px;
  line-height: 1.1;
  border: 1px solid #109f9f;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
}
.reviews-director i {
  font-size: 28px;
  color: #fedd84;
  -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
}
.reviews-director .media-body {
  text-decoration: underline;
}
.reviews-director:hover {
  background: #fff;
}
.reviews-director:hover i {
  color: #109f9f;
}
.reviews-director:hover .media-body {
  text-decoration: none;
}
.reviews-stats {
  padding: 2px 28px;
  background: #fff;
  border-radius: 8px;
}
.reviews-stats i {
  font-size: 28px;
  margin-right: 12px;
}
.reviews-stats i.icon-calendar {
  margin-left: 58px;
  color: #49bb7b;
}
.reviews-stats__number {
  font-size: 37px;
  color: #49bb7b;
}
.reviews-stats__text {
  margin-left: 16px;
  line-height: 1.1;
}
@media screen and (max-width: 1199px) {
  .reviews-text {
    margin-left: 12px;
  }
  .reviews-stats i {
    margin-right: 10px;
  }
  .reviews-stats i.icon-calendar {
    margin-left: 15px;
  }
  .reviews-stats__text {
    margin-left: 10px;
  }
}
@media screen and (max-width: 575px) {
  .reviews {
      padding: 25px 0;
  }
  .reviews-text {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .reviews-director {
    margin-left: 0;
  }
  .reviews-stats i.icon-calendar {
    margin-left: 0;
  }
}
.reviews-insta {
  display: inline-block;
  background: #ffdb7d;
  border-radius: 8px;
  padding: 16px 50px;
  margin: 25px 15px;
  z-index: 10;
}
.reviews-slider {
  position: relative;
  margin-top: 50px;
  margin-bottom: 40px;
}
.reviews-slider__frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 178px;
  height: 355px;
  z-index: 10;
  background: url(../images/phone-frame.png);
  -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    text-align: center;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    font-size: 8px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    z-index: 3;
    text-align: center;
    background-color: #474747;
    border-radius: 13px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}


.slick-arrow:hover {
  color: #fff;
  background: #49bb7b;
}
.slick-arrow:after {
  content: '\e901';
  font-family: 'icomoon';
}
.slick-arrow.slick-prev {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  filter: fliph;
}
.slick-next {
  margin-left: 90px;
}
.slick-prev {
  margin-left: -115px;
}

.contacts {
  position: relative;
  border-radius: 8px;
}
.contacts:before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -150px;
  left: 90%;
  width: 960px;
  height: 960px;
  border: 50px solid #e8e8e8;
  border-radius: 50%;
}
.contacts-main {
  padding: 35px 35px 0 35px;
  border-radius: 8px 0 0 8px;
  background: #fff;
}
.contacts-title {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.contacts-main .media {
  margin-bottom: 30px;
  border: 1px solid #f4f4f4;
  border-radius: 8px;

}
.contacts-main .media i {
  font-size: 27px;
  color: #ff0003;
}
.contacts-main .media-body {
  font-size: 16px;
  font-weight: 200;
}
.contacts-main__triggers {
  padding: 45px;
  margin-left: -35px;
  line-height: 1.2;
  width: calc(100% + 70px);
  font-weight: bold;
  -webkit-box-shadow: inset 0 38px 26px -16px rgba(0,0,0,0.05);
          box-shadow: inset 0 38px 26px -16px rgba(0,0,0,0.05);
}
.contacts-main__triggers i {
  margin-bottom: 20px;
  font-size: 46px;
  color: #49bb7b;
}
.contacts-map {
  padding: 0;
  background: #eee;
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 991px) {
  .contacts-main {
    border-radius: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about-master__name {
    margin: 0 0 5px 0;
  }
}
@media screen and (max-width: 575px) {
  .contacts-main .media {
    margin-bottom: 20px;
  }
  .contacts-main {
    padding: 35px 15px 0 15px;
  }
  .contacts-main__triggers {
    margin-left: -15px;
    width: calc(100% + 30px);
    padding: 30px 15px;
  }
}
.footer .text-muted {
  font-size: 12px;
}
.footer a.text-muted {
  border-bottom: 1px solid #474747;
}
.footer a.text-muted:hover {
  border-color: transparent;
}
.footer .shadow {
  box-shadow: 0 -.5rem 1rem rgba(0,0,0,.15)!important;
  border-radius: 10px 10px 0 0;
  background: #fff;
}
.footer .header-logo i {
  border-radius: 10px 0 0 0;
}
@media screen and (max-width: 1199px) {
  .footer .header-logo i {
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 991px) {
  .footer .shadow {
    padding-top: 20px;
  }
  .footer .header-logo i {
    border-radius: 0;
  }
  .footer-policy {
    order: 1;
  }
}
.footer-phone {
  font-size: 24px;
}

.nav-link {
    position: relative;
    white-space: nowrap;
}
.nav-link:not(.navbar-brand):before {
    content: " ";
    background: #0a9c5d;
    position: absolute;
    bottom: 4px;
    margin: auto;
    height: 2px;
    left: 0;
    right: 0;
    width: 0%;
    -webkit-transition: .3s ease-in-out;
       -moz-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}
.footer-menu .nav-link:first-child:before {
  left: -1rem;
}
.nav-link:hover:before,
.nav-link.active:before {
    width: 70%;
}

.btn {
    height: 60px;
    font-size: 16px;
    font-weight: 900;
    line-height: 3;
    color: #fff;
    border: 0;
    border-bottom: 4px solid #3e9f69;
    border-radius: 8px;
}
.btn:hover {
    color: #fff !important;
}
.btn:active,
.btn:focus {
    position: relative;
    top: 2px;
    margin-top: 2px !important;
    border-bottom-width: 2px;
}
.btn-warning {
  color: #000;
  border-bottom: 4px solid #d9ae00;
}
.btn-warning:hover {
  color: #000 !important;
  border-color: #bd9801;
}

.modal-content {
    padding: 40px 30px;
}
.modal-content form {
    max-width: 220px;
    margin-top: 25px;
}
.modal-body p {
    font-size: 16px;
    border-radius: 8px;
}
.modal-content .close {
    position: absolute;
    z-index: 99;
    top: .5rem;
    right: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 1;
    -webkit-transition: .25s linear;
    -o-transition: .25s linear;
    transition: .25s linear;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.modal-content .close:before,
.modal-content .close:after {
    position: absolute;
    width: 1.25rem;
    height: .125rem;
    content: '';
    cursor: pointer;
    background-color: #fff;
}
.modal-content .close:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.modal-content .close:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
}
.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%,0)scale(1);
    -ms-transform: translate(100%,0)scale(1);
        transform: translate(100%,0)scale(1);
}
.modal.fade.show .modal-dialog.modal-dialog-slideout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
        transform: translate(0,0);
}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog.modal-dialog-slideout .modal-content .close:before,
.modal-dialog.modal-dialog-slideout .modal-content .close:after {
  background-color: #000;
}
.modal-dialog-slideout .modal-content {
  padding: 6px;
}
.modal-dialog-slideout .modal-content .modal-content__inner {
  padding: 30px;
  border: 2px solid #d0eadb;
  border-radius: 8px;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  overflow-y: auto;
}
#priceModal .table {
  font-size: 16px;
}
#priceModal .table th {
  background: #e8e8e8;
}
#priceModal .table td, #priceModal .table th {
  padding: 6px 18px;
  border: 0;
  border-right: 1px solid #e8e8e8;
  vertical-align: middle;
}
#priceModal .table td:last-child,
#priceModal .table th:last-child {
  border-right: 0;
}
#priceModal .table td:first-child,
#priceModal .table th:first-child {
  border-radius: 8px 0 0 8px;
}
#priceModal .table td:last-child,
#priceModal .table th:last-child {
  border-radius: 0 8px 8px 0;
}
#priceModal .table tbody tr:hover td {
  background: #109f9f;
  color: #fff;
  cursor: pointer;
}
#priceModal .table tbody tr:nth-child(n+7) {
    display: none;
}
@media screen and (max-width: 575px) {
  #priceModal .table {
    font-size: 14px;
  }
  .modal-dialog-slideout .modal-content .modal-content__inner {
    padding: 20px 15px;
  }
  #priceModal .table td, #priceModal .table th {
    padding: 6px 8px;
  }
}
@media screen and (max-width: 374px) {
  #priceModal .table td:nth-child(2), #priceModal .table th:nth-child(2) {
    display: none;
  }
}
.open-hide-price span {
  font-size: 16px;
  color: #949494;
  border-bottom: 1px solid #949494;
  cursor: pointer;
}
.open-hide-price span:hover {
  border-color: transparent;
}
.device-selected {
  text-transform: lowercase;
}

#directorModal .modal-content form {
  max-width: none;
}
#directorModal .modal-content form .row {
  margin-right: -7px;
  margin-left: -7px;
  }
#directorModal .modal-content form .row [class*="col-"] {
  padding-right: 7px;
  padding-left: 7px;
}
#directorModal .modal-content form textarea {
  min-height: 140px;
}
#directorModal .modal-content form .form-control {
  padding: 12px 14px;
}
@media screen and (max-width: 575px) {
  #directorModal .modal-content form textarea {
    min-height: 100px;
  }
}

#nav-icon {
  position: relative;
  width: 30px;
  height: 24px;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
     -moz-transition: .5s ease-in-out;
       -o-transition: .5s ease-in-out;
          transition: .5s ease-in-out;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
#nav-icon span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #000;
  opacity: 1;
  -webkit-transition: .25s ease-in-out;
     -moz-transition: .25s ease-in-out;
       -o-transition: .25s ease-in-out;
          transition: .25s ease-in-out;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
#nav-icon span:nth-child(1) {
  top: 0;
}

#nav-icon span:nth-child(2) {
  top: 8px;
}

#nav-icon span:nth-child(3) {
  top: 16px;
}

#nav-icon.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}
#nav-icon.open span:nth-child(2) {
  left: -60px;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.form-agreement {
  font-size: 12px;
  font-weight: 200;
  line-height: 1.1;
  color: #b0b0b0;
}
.modal .form-agreement {
  color: #fff;
}
.btn-secondary {
  border-color: #3c3c3c;
  font-weight: normal;
}

@media screen and (max-width: 991px) {
    .navbar {
        padding: 0 1rem;
    }
    .navbar-toggler {
        padding: 0;
    }
    .navbar-collapse {
        text-align: center;
        background: #fff;
        padding: 1rem 0;
    }
    .header-logo__text {
        line-height: .55;
    }
    .header-menu .nav-link {
        max-width: 130px;
        margin: 0 auto;
    }
    .about .media {
      flex-direction: column;
      padding: 20px 15px;
      height: 100%;
    }
    .about .media i {
      margin: 0 0 20px;
      margin-right: 0;
    }
    .about-master {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
    }
    .footer-phone {
      margin-top: 20px;
    }
    .dooples {
      min-width: 30%;
      max-width: 30%;
      text-align: center !important;
    }
}

@media screen and (max-width: 570px) {
  .dooples {
    min-width: 100%;
    max-width: 100%;
    text-align: center !important;
  }
  .dooples i {
    margin-bottom: 10px;
  }
  .dooples-wrapper {
    display: flex;
    flex-direction: column;
  }
  .dooples-wrapper > .dooples:nth-of-type(2){
    margin: 50px 0
  }
  .marginered {
    margin: 20px 0
  }
}
