*:focus {
  outline: none;
}

body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
max-width: 1500px;
    margin: 0 auto;
display: flex;
    flex-flow: row wrap;
    padding: 0 20px;
}

p, ul, h1, h2, h3 {
  margin: 0;
}

.sendMessage {
height: 38px;
    width: 266px;
position: fixed;
    top: 50%;
    right: -114px;
cursor: pointer;
overflow: hidden;
border: 3px solid #0DB9AD;
display: flex;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
z-index: 200;
    transition: .25s ease-in-out;
    background: 200% linear-gradient(to right, #5B6870 0%, #5B6870 50%, #0DB9AD 50%, #0DB9AD 100%);
    background-size: 200%;
    box-sizing: content-box;
}

.sendMessage:before {
    border: 19px solid transparent;
}

.sendMessage:hover {
background: 100% linear-gradient(to right, #5B6870  0%, #5B6870 50%, #0DB9AD 50%, #0DB9AD 100%);
    background-size: 200%;
    text-shadow: 0 0 2px #5A6870;
}

.sendMessage:hover:before {
left: calc(100% - 1px);
}

.sendMessage img {
    width: 17px;
    height: 12px;
    align-self: center;
    margin: 0 10px 0 25px;
}


.sendMessage p {
color: #fff;
    align-self: center;
}

.messageBlock {
width: 300px;
height: 460px;
position: fixed;
    bottom: 0;
    right: 30px;
    background: #fff;
border-radius: 0 32px 0 0;
    z-index: 200;
    border: 3px solid #10B2A5;
    box-sizing: content-box;
display: none;
}

.messageBlock img {
width: 30px;
height: 20px;
cursor:pointer;
position: absolute;
top: 0;
    left: -30px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
}

.messageBlock p:first-child {
    background: #10B2A5;
    padding: 22px 0 18px 20px;
color: #fff;
border-radius: 0 25px 0 0;
text-shadow: 0 0 2px #5B6870;
}

.messageBlock p:nth-child(2) {
    color: #6d6d6d;
    font-size: 16px;
    padding: 24px 20px;
}

.messageBlock form {
    margin: 0 20px;
}

.sendForm {
    display: block;
    width: 100%;
    height: 34px;
border: 1px solid #d4d4d4;
padding: 0 8px;
}

.messageBlock textarea:hover, .messageBlock input:hover, .messageBlock select:hover {
border: 1px solid #6d6d6d;
}

.messageBlock textarea {
    height: 110px;
resize: none;
padding: 7px 8px;
margin-bottom: 10px;
}

.messageBlock input,.messageBlock select {
margin: 10px 0;
}

.messageBlock input:first-child {
    margin: 0 0 10px;
}

.messageBlock select {
color: #999;
padding: 0 4px;
}

.messageBlock .btnA {
    display: block;
margin: 10px auto 0;
}

.messageBlock button:hover {
border-color: #10E1D3;
}

.messageBlock .btnA:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    border: 21px solid transparent;
    border-left: 10px solid #0DB9AD;
    transition: .25s ease-in-out;
}

.price-table .main-content p {
    text-align: justify;
}

.price-table .main-content {
    padding: 0 30px 30px;
}

.price-table .main-content h2 {
    font-size: 20px;
    text-align: center;
}

.price-table li {
    line-height: 28px;
}

.banner-main-content h1 {
    font-size: 36px;
    line-height: 48px;
    color: #fff;
}

.banner-main {
margin: 0 0 40px;
    border: 3px solid #0DB9AD;
}

.banner-main:before {
content: "";
background: rgba(75, 92, 101, .5);
}

.ban-price .banner-main-content h1 {
 font-size: 29px;
}

.form-group {
  padding: 0 5px;
}

.banner1_form {
    display: flex;
    justify-content: center;
    margin-bottom: 6px;
}

.banner1_form input {
margin: 0;
}

.title {
  font-size: 20px;
    text-align: center;
    padding: 15px 30px;
    color: #fff;
    margin-bottom: 40px;
background: #5B6870;
    border: 3px solid #0DB9AD;
}

.conTitle {
color: #F55200;
    font-size: 30px;
margin-top: 30px;
}

.darkTitle {
      color: #fff;
    font-size: 30px;
}

#accapt-banner-1  {
width: 290px;
    color: #fff;
}

header, header .row {
  position: relative;
}

.hamburger {
  position: absolute;
  right: 20px;
  top: 30%;
  padding: 10px 15px;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner:before,
.hamburger .hamburger-inner:after {
  background: #0DB9AD;
}

header {
    width: 20%;
margin: 20px 0;
}

.header {
    width: 100%;
}

header .logo {
  margin: 0 0 10px;
}

.logo-inner {
  padding: 0 15px;
}

.logo-inner a {
  color: #000;
  text-decoration: none;

}

.logo-inner a:hover {
  color: #000;
  text-decoration: none;
}

/*header .logo-inner img {
      display: block;
    width: 100%;
}*/

header .logo-inner img {
    display: block;
    height: 60px;
    width: auto;
    margin: 0 auto;
}

.logo-inner p {
    text-align: center;
}

.adress p:nth-child(2) {
margin: 0 auto 4px;
}

header .adress {
  text-align: center;
}

header .adress p:first-child {
    font-size: 21px;
    margin-bottom: 5px;
}

header .adress p:nth-child(2) {
margin: 0 auto;
    font-size: 16px;
}

header .adress span {
    display: block;
}

.phone-block {
  text-align: right;
  display: flex;
justify-content: flex-start;
}

header .phone-block {
    text-align: center;
           padding: 0 20px;
  display: block;
    margin-top: 15px;
}

.phone-block .phone {
  font-size: 20px;
      display: inline-block;
    margin: 0 auto 8px;
  color: #000;
  font-weight: 300;
}

.phone-block .phone:hover {
  text-decoration: none;
}

.phone-block .phone img {
    margin-right: 3px;
}

.btnA, .btnA:focus,
.orangeBtn, orangeBtn:focus  {
text-decoration: none;
    outline: none;
    display: inline-block;
    padding: 10px 30px;
    position: relative;
    overflow: hidden;
    border: 3px solid #0DB9AD;
    color: #fff;
    transition: .25s ease-in-out;
    background: 200% linear-gradient(to right, #5B6870 0%, #5B6870 50%, #0DB9AD 50%, #0DB9AD 100%);
    background-size: 200%;
}

.btnA:before, .orangeBtn:before, .sendMessage:before {
  content: "";
  position: absolute;
    top: -1px;
    left: -1px;
    border: 21px solid transparent;
    border-left: 10px solid #0DB9AD;
transition: .25s ease-in-out;
}

.btnA:hover, .orangeBtn:hover {
    background: 100% linear-gradient(to right, #5B6870 0%, #5B6870 50%, #0DB9AD 50%, #0DB9AD 100%);
    background-size: 200%;
text-shadow: 0 0 2px #5B6870;
border-color: #10E1D3;
}

.btnA:hover:before, .orangeBtn:hover:before {
left: calc(100% - 1px);
}

.bodyContent {
width: 80%;
    padding: 20px 0 0 40px;
}

.bodyContent .container {
    width: calc(100% - 1px);
}

.testemonials .coment-wrapp .form-group {
    width: 100%;
}

.testemonials .coment-wrapp .form-control,
.testemonials .coment-wrapp textarea {
width: 500px;
    margin: 0 auto 7px;
}

.mnu-wrap {
margin: 30px -15px;
max-width: 284px;
    z-index: 3;
}

.mnu-wrap .container {
  width: 100%;
padding: 0;
}

.main-mnu {
  padding: 0;
  display: flex;
flex-flow: column nowrap;
    margin: -1px 0;
}

.main-mnu-mobile {
  list-style: none;
  text-align: center;
  padding: 0;
  display: none;
    margin: 20px 0;
  transition: all 0.5s ease-out;
}

.main-mnu-mobile li {
    background-color: #5B6870;
    border: 2px solid #0DB9AD;
      padding: 5px 0;
}

.main-mnu-mobile li:hover {
background-color: #0DB9AD;
  color: #FAFBFC;
 -moz-transition: all ease-in 0.05s;
  -o-transition: all ease-in 0.05s;
  -webkit-transition: all ease-in 0.05s;
  transition: all ease-in 0.05s;
}

.main-mnu-mobile li:hover a {
text-decoration: none;
}

.main-mnu-mobile li:last-child {
margin-bottom: 20px;
}

.main-mnu-mobile li a {
  color: #fff;
}

.main-mnu li {
  list-style: none;
      overflow: hidden;
    border: 3px solid #0DB9AD;
    margin: 1px 0;
}

.main-mnu li a {
  color: #fff;
  text-align: center;
        padding: 10px;
    display: block;
    text-decoration: none;
    background: #5B6870;
    transition: .25s ease-in-out;
    background: 200% linear-gradient(to right, #5B6870 0%, #5B6870 50%, #0DB9AD 50%, #0DB9AD 100%);
    background-size: 200%;
    box-sizing: content-box;
    position: relative;
}

.main-mnu li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    border: 21px solid transparent;
    border-left: 10px solid #0DB9AD;
    transition: .25s ease-in-out;
}

.main-mnu li a:hover {
    background: 100% linear-gradient(to right, #3B4349 0%, #3B4349 50%, #0DB9AD 50%, #0DB9AD 100%);
    background-size: 200%;
    text-shadow: 0 0 2px #5A6870;
}

.main-mnu li a:hover:before {
left: calc(100% - 1px);
}

.header-mnu {
padding: 0;
margin: -1px 0;
display: none;
}

.header-mnu li {
    border-left: 4px solid #0DB9AD;
    border-right: 4px solid #0DB9AD;
border: 2px solid #0DB9AD;
    margin: 2px 10px;
}

.header-mnu li a {
background: 200% linear-gradient(to right, #3B4349 0%, #3B4349 50%, #0DB9AD 50%, #0DB9AD 100%);
background-size: 200%;
padding: 5px 0;
}

.header-mnu li a:before {
border: 15px solid transparent;
    border-left: 8px solid #0DB9AD;
}

.header-mnu li:hover, .main-mnu li:hover {
border-color: #10E1D3;
}
 
.main-section .row {
  display: flex;
  justify-content: center;
    position: relative;
}

.main-sec-content {
  padding: 50px 0;
    z-index: 1;
    color: #fff;
        width: 100%;
    background: rgb(0 0 0 / 60%);
}

.main-section .orderForm {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
height: 210px;
    justify-content: space-between;
}

.main-section .form-inputs {
transition: .5s ease-out;
margin-top: 20px;
}

.main-section .formBtn {
    transition: .5s ease-out;
    margin-bottom: 35px;
}

.main-section .accept-group {
    display: none;
    justify-content: center;
}

.main-section .form-group {
width: 350px;
}

.main-title {
  text-align: center;
  font-size: 32px;
  font-weight: 300;
    padding: 0 30px;
width: 100%;
    margin: 25px auto 0;
}

.sub-title {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
margin: 10px 0;
}

.aniBanner {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    border: 3px solid #0DB9AD;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background:("")
}

.aniBanner div {
    z-index: 0;
display: none;
}

.aniBanner:before {
    content: "";
width: 100%;
    height: 100%;
position: absolute;
    top: 0;
    left: 0;
background: url(/themes/gorenje/img/mainBanBg1.jpg);
    z-index: 2;
}

/*.sliderBackgroundMainBanner li:nth-child(1) {
background: url(../img/mainBanBg1.jpg) center no-repeat;
}

.sliderBackgroundMainBanner li:nth-child(2) {
background: url(../img/mainBanBg2.jpg) center no-repeat;
}

.sliderBackgroundMainBanner li:nth-child(3) {
background: url(../img/mainBanBg3.jpg) center no-repeat;
}*/

input::-moz-placeholder,
textarea::-moz-placeholder {
color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #999;
}

textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder {
visibility: hidden;
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
visibility: hidden;
}

textarea:focus:-moz-placeholder,
input:focus:-moz-placeholder {
visibility: hidden;
}

textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
visibility: hidden;
}

.form .form-control, .form .form-control:focus {
    border: 3px solid #0DB9AD;
  background: transparent;
color: #fff;
}

.form .form-control:focus {
  outline: none;
}

.orderForm .orangeBtn {
display: block;
    margin: 0 auto;
}

.tisers .container {
  width: 100%;
}

.tisersWrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 30px 20px;
}

.mainWrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 30px 20px;
}

.tisersWrapp .tisersItem {
  text-align: center;
  max-width: 180px;
  padding: 10px 0;
}

.mainWrapp .tisersItem {
    text-align: center;
    width: 180px;
    background: #292929;
    padding: 10px 0;
}

.mainWrapp .tiserText {
    color: #fff;
}

.tisersWrapp .tisersItem .tiserImg {
  min-height: 50px;
    padding: 5px 0;
}

.tisersWrapp .tisersItem .orangeText {
  font-weight: 600;
  color: #F55200;
}

.mainWrapp .tisersItem .orangeText {
  font-weight: 600;
  color: #F55200;
}

.services .servicesWrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.servicesWrapp .service-item {
  position: relative;
  padding: 15px 0;
  cursor: pointer;
}

.servicesWrapp .serviceImg {
  position: relative;
  height: 250px;
  background: #fff;
  margin: 0 auto;
}

.serviceAnchor .serviceImg img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform:translate(-50%, -50%);
}

.serviceAnchor .servicetitle {
    padding: 20px 0 10px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.serviceAnchor .serviceprice {
  text-align: center;
    padding-bottom: 20px;
}

.ribbon {
position: absolute;
    top: 20px;
    left: -20px;
    height: 40px;
    font-size: 16px;
    background: #0DB9AD;
    color: #fff;
    text-shadow: 0 0 2px #5A6870;
    -webkit-box-shadow: 0px 1px 3px #5A6870;
    -moz-box-shadow: 0px 1px 3px #5A6870;
    box-shadow: 0px 1px 3px #5A6870;
    padding: 5px 20px;
    z-index: 2;
    display: none;
}

.ribbon:after {
    content: "";
    position: absolute;
    top: 0px;
    right: -34px;
    border: 20px solid transparent;
    border-left: 14px solid #0DB9AD;
}

.ribbon:before {
content: "";
    position: absolute;
    top: 40px;
    left: 0px;
    border-top: 10px solid #0E968B;
    border-left: 18px solid transparent;
}

.ribbon span, .ribbonR span {
    font-size: 12px;
    text-align: center;
    display: block;
}

.ribbonR {
    position: absolute;
    top: 20px;
    right: -20px;
    height: 40px;
    font-size: 16px;
    background: #0DB9AD;
    color: #fff;
    text-shadow: 0 0 2px #5A6870;
    -webkit-box-shadow: 0px 1px 3px #5A6870;
    -moz-box-shadow: 0px 1px 3px #5A6870;
    box-shadow: 0px 1px 3px #5A6870;
    padding: 5px 20px;
    z-index: 2;
display: none;
}

.ribbonR:after {
    content: "";
    position: absolute;
top: 0px;
    left: -34px;
    border: 20px solid transparent;
    border-right: 14px solid #0DB9AD;
}

.ribbonR:before {
    content: "";
    position: absolute;
    top: 40px;
    right: 0px;
    border-top: 10px solid #0E968B;
    border-right: 18px solid transparent;
}

.banner-1 {
    position: relative;
    padding: 5px 0 25px 0;
  text-align: center;
  color: #fff;
border: 3px solid #0DB9AD;
    margin: 20px 0;
 background: url(../img/ban1.jpg)  right no-repeat;
}

.banner-1:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(83,95,103,.75);
}

.banner-1 .title {
  padding: 20px 0 10px;
    background: transparent;
    margin: 0;
    border: none;
}

.banner-1 .form-inline .accept-group {
    width: 300px;
    display: none;
}

.banner-1 .acceptBlock {
width: auto;
}

.banner-1-content img {
    position: absolute;
    top: 0px;
    left: 10%;
}

.sale-form {
  padding-top: 10px;
    height: 160px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
justify-content: space-between;
}

.sale-form .form-inputs {
    display: flex;
    justify-content: center;
    transition: .5s ease-out;
    margin-top: 20px;
}

.banner1_form accept-group {
    display: flex;
}

.form-inline .formBtn {
    transition: .5s ease-out;
    margin-bottom: 20px;
}

.advantages {
  padding: 0;
}

.advantages .title  {
  padding: 30px 0;
}

.advantages .advantages-wrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0;
}

.advantages-wrapp .advantageItem {
  text-align: center;
  width: 230px;
color: #fff;
  padding: 25px 10px;
  margin-bottom: 40px;
  background-color: #292929;
  transition: all 0.4s ease-in;
  position: relative;
}

.advantageItem .advantageImg {
  min-height: 50px;
}

.advantageItem .advantage-title {
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 15px;
}

.advantageItem .orangeBtn {
  position: absolute;
  bottom: 0;
    left: 0;
    opacity: 0;
    background: #F55200;
  width: 100%;
  transition: all 0.3s ease-out;
}

.advantageItem:hover {
  background-color: #F55200;
  color: #fff;
}

.advantageItem:hover .orangeBtn {
  bottom: -34px;
  opacity: 1;
}

.how-we-work .title {
  padding-bottom: 0;
}

.how-items-wrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 30px 0;
}

.how-items-wrapp .howItem {
  width: 250px;
  text-align: center;
  padding: 15px 0;
}

.howItem .howImg {
  padding-bottom: 10px;
  min-height: 63px;
}

.howItem .howText {
  position: relative;
}

.howItem .howText .count {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 30px;
  padding-top: 5px;
  background: #F55200;
  color: #fff;
  border-radius: 50%;
}

.bannerX{
  color: #fff;
  background: url(../img/slideBanner.png) 9% no-repeat, #292929;
  padding: 15px 30px;
}

.slick-track {
display: flex;
    justify-content: flex-end;
}

.bannerX .slider {
  position: relative;
  padding: 40px 0;
}

.bannerX .slick-slide {
  height: auto!important;
}

.bannerX .slide-text {
  padding: 0 25px;
  position: relative;
  line-height: 28px;
color: #fff;
 text-align: justify;
}

.bannerX .slide-img {
  border: 1px solid #fff;
  padding: 0;
    margin: 4px 0 0 30%;
    height: 100px;
    width: 100px;
    box-sizing: content-box;
}

.bannerX .size-slider-img {
      margin-left: 28.33333333%;
}


.bannerX .size-slider-p {
      width: 63.33333333%;
}

.bannerX .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  color: #fff;
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 50%;
}

.bannerX .slick-dots li.slick-active button:before {
  background: #fff;
}

.bannerX .slick-arrow:before {
  content: '';
  width: 16px;
  height: 30px;
  display: inline-block;
}

.bannerX .slick-next:before {
  background: url(../img/right-arrow.png);
}

.bannerX .slick-prev:before {
  background: url(../img/left-arrow.png);
}

.grid-testemonials {
  background: none;
  color: #000;
  padding-top: 30px;
}

.grid-testemonials .slide-img {
border: 3px solid #0DB9AD;
    margin: 25px 20px;
    width: 100px;
    height: 100px;
    box-sizing: content-box;
    padding: 0;
}

.grid-testemonials .person {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.grid-testemonials .slide-text {
    padding: 25px 40px 25px 20px;
    text-align: justify;
    line-height: 24px;
    color: #fff;
}

.testemonials-item {
overflow: hidden;
    padding-top: 10px;
    margin: 0 auto 15px;
    width: 90%;
    display: flex;
    box-shadow: 0 0 4px #5B6870;
    border: 3px solid #0DB9AD;
    background: #5B6870;
}

.text-content {
      padding: 0 30px 30px;
}

.text-content .container {
    width: 100%;
}

.text-content .textMainPage {
padding: 0 30px;
    font-size: 16px;
}

.text-content .text {
  text-align: justify;
}

.text-content .text, .price-table .main-content p {
    text-align: justify;
    text-indent: 1.5em;
    line-height: 24px;
}

.text-content ul {
    margin: -5px 0;
}

.text-content li {
    padding: 5px 0;
}

.banner-3 {
   position: relative;
padding-top: 9px;
}

.baner3-img {
  position: absolute;
  bottom: -28px;
  left: 3%;
}

.banner-b1 {
  background: url(../img/b1.png) right no-repeat;
}

.banner-b2 {
  background: url(../img/b2.png) right no-repeat;
}

.banner-b3 {
  background: url(../img/b3.png) right no-repeat;
}

.banner-b4 {
  background: url(../img/b4.png) right no-repeat;
}

.banner-b5 {
  background: url(../img/b5.png) right no-repeat;
}

.banner-b6 {
  background: url(../img/b6.png) right no-repeat;
}

.banner-b7 {
  background: url(../img/b7.png) right no-repeat;
}

.banner-b8 {
  background: url(../img/b8.png) right no-repeat;
}

.banner-b9 {
  background: url(../img/b9.png) right no-repeat;
}

.banner-b10 {
  background: url(../img/b10.png) right no-repeat;
}

.banner-b11 {
  background: url(../img/b11.png) right no-repeat;
}

.banner-p1 {
  background: url(../img/p1.png)  right no-repeat;
}

.banner-p2 {
      background: url(../img/p2.png) right no-repeat;
}

.banner-p3 {
  background: url(../img/p3.png)  right no-repeat;
}

.banner-p4 {
      background: url(../img/p4.png) right no-repeat;
}

.banner-p5 {
  background: url(../img/p5.png)  right no-repeat;
}

.banner-p6 {
  background: url(../img/p6.png)  right no-repeat;
}

.banner-d1 {
background: url(../img/d1.png) right no-repeat;
}

.banner-d2 {
background: url(../img/d2.png) right no-repeat;
}

.banner-d3 {
background: url(../img/d3.png) right no-repeat;
}

.banner-d4 {
background: url(../img/d4.png) right no-repeat;
}

.banner-tv {
  background: url(../img/allTex3.jpg)  right no-repeat;
}

.banner-nout {
  background: url(../img/banner-nout.jpg);
}

.banner-bracer {
  background: url(../img/banner-bracer.jpg);
}

.ceny .banner-main {
  background: url(../img/banner-main-ceny.jpg);
}

.banner-main .banner-main-content {
padding: 50px 0;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
text-align: center;
}

.banner-main-content .title {
    margin: 0;
    color: #fff;
    background: transparent;
border: none;
    padding: 14px 0 10px;
}

.banner-main-content p:last-child {
color: #F55200;
}

.banner-main .banner-text {
  padding-top: 10px;
}

.banner-3-content .title {
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 0;
    background: none;
    margin: 0;
}

.banner-3-content {
  padding: 30px 0;
}

.banner-3-content p { 
  text-align: center;
    padding: 0 30px;
}

.banner-3-form {
  padding: 10px 0;
  text-align: center;
    margin-top: 20px;
}

.banner-3-form .form-group:nth-child(3) {
margin-top: 5px;
}

.banner-3-form .form-inputs {
display:flex;
justify-content: center;
}

.banner-3-form .form-control {
        background: #fff;
        color: #000;
}

.banner-3-form .acceptBlock input[type="checkbox"] {
margin: 0;
}

.banner-3-content .subtitle {
  font-size: 18px;
margin-bottom: 10px;
}

.banner-3-form .agree-block {
  display:flex;
  justify-content: center;
    margin-top: 14px;
    width: 300px;
    margin: 15px auto 10px;
}

.unionNameEmail {
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin: 0 auto;
}

.coment-wrapp .unionNameEmail  .form-group {
    width: 48%;
    margin: 0;
    padding: 0;
}

.coment-wrapp {
  text-align: center;
  padding: 10px;
 margin: 50px 0;
}

.coment-wrapp .subtitle {
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
    font-weight: 700;
}

.coment-wrapp .form-group {
    width: 500px;
    margin: 0 auto;
    padding: 0;
}

.coment-wrapp .form-control {
  border: none;
  background: transparent;
    border: 3px solid #0DB9AD;
  color: #000;
  box-shadow: none;
  width: 100%;
margin-bottom: 7px;
}

.coment-wrapp textarea {
border: 3px solid #0DB9AD;
    width: 500px;
    display: block;
    padding: 6px 12px;
    box-sizing: border-box;
    margin: 0 auto;
    resize: none;
    background: transparent;
}

.coment-wrapp .orangeBtn {
  margin-top: 10px;
}

.banner-main-content .dopLawyer {
    margin: 41px auto 26px;
}

.banner-main-content .dopTitle {
    margin: 25px auto;
    padding: 0;
}

.dopPre {
    max-width: 500px;
    margin: 0 auto;
}

.question {
  padding: 20px 0; 
    margin-bottom: 40px;
}

.questionTitle {
    padding: 0 30px 15px;
font-weight: 600;
font-size: 18px;
    text-align: center;
}

.question-form {
  display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.question-form textarea {
  width: 500px;
    margin: 0 auto;
  background: #fff;
  box-shadow: none;
border: 3px solid #0DB9AD;
      resize: none;
padding: 6px 8px;
z-index: 1;
}

.question-form .form-group {
  padding: 10px 0 0 0;
}

.question-form .writePhone .form-group {
padding: 4px 0 0 0;
}

.question .accept-group label {
    width: 275px;
}

.question-form .form-control {
  background: transparent;
  border: 1px solid #000;
}

.question-form .orangeBtn {
  padding: 7px 25px;
}

.writePhone {
display: flex;
    justify-content: center;
width: 100%;
}

.writePhone p {
    width: 280px;
    text-align: center;
    font-size: 16px;
    margin: 8px 0;
}

.service-grid .servicesWrapp {
  padding: 50px 50px 0;
}

.service-grid .servicesWrapp .service-item {
  width: 33%;
  padding: 10px 15px;
}

.serviceAnchor {
width: 260px;
    display: block;
    margin: 0 auto;
padding-top: 20px;
    color: #292929;
    position: relative;
    padding-top: 20px;
cursor: pointer;
border: 3px solid #0DB9AD;
    box-sizing: content-box;
}

.serviceAnchor:hover {
box-shadow: 0 0 4px #292929;
color: #fff;
}

.serviceAnchor:hover .uniName {
    background: #5B6870;
}

.serviceAnchor:hover .techAdvantage,
.serviceAnchor:hover .techAdvantageR,
.serviceAnchor:hover .ribbon,
.serviceAnchor:hover .ribbonR {
    display: block;
}

.service-grid .servicesWrapp .serviceImg {
  width: 230px;
  overflow: hidden;
}

.uniName {
margin-top: 20px;
}

.techAdvantage, .techAdvantageR {
position: absolute;
    top: 10px;
    right: -123px;
display: none;
    z-index: 2;
}

.techAdvantageR {
    left: -123px;
right: 0;
}

.techAdvantageR .techAdvDiscription img {
    order: 2;
}

.techAdvantageR .techAdvDiscription p {
order: 1;
}

.techAdvDiscription {
    align-items: center;
margin: 10px 0;
}

.techAdvDiscription img {
    width: 30px;
    height: 30px;
    margin: 10px;
}

.techAdvDiscription p {
background: #5B6870;
    color: #fff;
       width: 120px;
    padding: 3px 15px;
    text-align: center;
    position: relative;
}

.techAdvDiscription p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 23px solid transparent;
    border-left: 10px solid #0DB9AD;
}

.techAdvantageR .techAdvDiscription  p:before {
    right: 0;
    border: 23px solid transparent;
    border-right: 10px solid #0DB9AD;
}

.ceny .advantages-wrapp {
  display: block;
}

.ceny .advantages-wrapp .advantageItem {
  width: 100%;
}

.ceny .question, .contacts .question {
  background: url(../img/banner-question-ceny.jpg);
}

.ceny .question .title,
.contacts .question {
  color: #fff;
}

.ceny .question .form-control,
.ceny .question textarea,
.contacts .question .form-control,
.contacts .question textarea {
  background: #fff;
}

.service-grid .servicesWrapp .serviceOverlay p {
  font-size: 14px;
  padding-top: 10px;
}

.table-price {
  padding-top: 30px;
}

.price-table .table-price th {
  border-bottom: 2px solid #F55200;
}

.map {
max-width: 1200px;
  padding: 20px 0;
  position: relative;
    margin-bottom: 20px;
height: 500px;
}

.map-info {
  position: absolute;
  top: 100px;
  left: 80px;
  background: #fff;
  padding: 20px;
z-index: 2;
}

.map-info p {
  padding-bottom: 15px;
  padding-left: 15px;
  max-width: 280px;
}

.contacts .title {
  padding: 15px 0;
}

.callback-form {
  max-width: 400px;
  margin: 0 auto;
    border: 4px solid #0DB9AD;
  padding: 35px 35px 20px 35px;
  background: #fff;
  text-align: center;
  position: relative;
}

.callback-form .acceptBlock input {
      margin: 10px 0 0;
}

.callback-form .accept-group label {
width: 310px;
}

.callback-form .orangeBtn {
  margin: 0px auto;
}

.callback-form .form-control-1 {
    display: block;
    width: 150px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    margin: 0 auto;
    line-height: 1.42857143;
color: #5B6870;
    background-color: transparent;
    background-image: none;
}

.message {
  margin: 0 auto;
  padding: 20px;
  font-size: 16px;
  text-align: center;
display: none;
color: #fff;
}

.messageB {
    height: 400px;
  margin: 0 auto;
  padding: 20px;
  font-size: 16px;
  text-align: center;
  display: none;
    align-items: center;
    background: #fff;
color: #10B2A5;
    position: absolute;
    top: 60px;
    left: 0;
}

.show {
  display: block;
}

.showB {
  display: flex;
}

.orderCall__div {
    display: flex;
    flex-flow: row wrap;
margin-bottom: 30px;
        max-width: 780px;
    padding: 0;
    border: 1px solid #F55200;
}

.banOrderCall {
margin: 20px 0 10px 0;
    text-align: center;
    width: 74%;
}

.orderCall__div .banOrderCall p {
    font-size: 16px;
    text-align: center;
}

.banOrderCall .phone {
    font-size: 24px;
    color: #6d6d6d;
}

.fix {
    text-align: center;
    width: 74%;
}

.orderCall__div .fix p {
    margin-bottom: 20px;
    text-align: center;
}

.orderCall__div img {
width: 182px;
    margin-top: -86px;
}

.scrollup{
    width: 66px;
    height: 66px;
    position: fixed;
    bottom: 50px;
    right: 45px;
    display: none;
    text-indent: -9999px;
    border: 3px solid #0DB9AD;
    background: url(../img/icon_top.png) center no-repeat, #5B6870;
    z-index: 2;
}

.banner-main-content .titleMain {
    padding: 15px 0;
}

footer {
    color: #fff;
    background: #5A6870;
    border: 3px solid #0DB9AD;
    padding: 10px 0;
    width: 100%;
}

footer .container {
    width: 94%;
}

footer .row {
    display: flex;
    flex-flow: row wrap;
}

footer .logo-inner {
display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

footer .logo p {
    text-align: center;
}

footer  a {
  color: #292929;
outline: none;
}

.footer-mnu-wrapp {
      margin-top: 14px;
}

.footer-mnu-wrapp p {
    font-weight: 600;
    text-align: center;
}

.footer-mnu-oferta p {
    font-size: 0.8em;
    padding-bottom: 8px;
    text-align: center;
}


footer .logo img {
    margin: 0 auto;
    display: block;
}

.dopMenu {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
}

footer .dopMenu {
    margin-top: 18px;
}

.dopMenu li {
    width: 25%;
    list-style: none;
    border: 3px solid #0DB9AD;
    border-bottom: 0;
    border-right: 0;
    text-align: center;
    position: relative;
    background: #5B6870;
}

footer .dopMenu li {
    border: none;
}

footer .dopMenu li a {
    display: inline-block;
padding: 0;
    font-size: 16px;
}

.dopMenu li a:before {
border: 19px solid transparent;
    left: -1px;
    border-left: 11px solid #0DB9AD;
}

footer .dopMenu li a:before {
display: none;
}

.dopMenu li:last-child {
    border-right: 3px solid #0DB9AD;
}

footer .dopMenu li:last-child {
border: none;
}

.dopMenu li a {
    color: #fff;
display: block;
    padding: 8px 0;
}

.cards {
    padding: 0;
}

.cards img {
    width: 100%;
    height: 40px;
    margin: 0 auto;
max-width: 210px;
    display: block;
}

.cards p {
    text-align: center;
    font-size: 13px;
}

.form-control-1 {
          display: block;
    width: 150px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    margin: 8px auto;
    line-height: 1.42857143;
    color: #292929;
    background-color: #fff;
    background-image: none;
    border: 3px solid #0DB9AD;
}

.question-form .accept-group {
    display: none;
    justify-content: space-around;
    width: 300px;
       margin: 0 auto;
}

.question-form .form-group:nth-child(4) {
margin: 0 auto;
}

.question-form .message, .callback-form .message {
color: #333;
}

.acceptBlock {
           width: 4%;
    align-self: center;
       display: inline-block;
       vertical-align: top;
}

.acceptBlock label {
   width: 24%;
    color: #6d6d6d;
}

#acceptTerms1k {
 margin: 9px 0 0;
}

.accept-group label {
      font-size: 11px;
      width: 310px;
      display: inline-block;
}

.banner-3-form .accept-group label {
      width: 300px;
}

.accept-group a {
    color: #0DB9AD;
outline: none;
}

.breadcrumb a {
    color: #0DB9AD;
}

.predator-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-around ;
align-items:center;
}


.predator-item {
padding: 15px;
width: 200px;
text-align: center;
background-size: cover;
}

/* -----------MEDIA--------------- */

@media (min-width: 992px) and (max-width: 1299px) {
.service-grid .servicesWrapp .service-item {
    width: 50%;
}}

@media (min-width: 992px) and (max-width: 1199px) {
header .adress {
    margin-top: 15px;
}

header .adress p:first-child {
    font-size: 17px;
    margin-bottom: 5px;
}

header .adress p:nth-child(2) {
    margin: 0 auto 4px;
    font-size: 14px;
}

header .phone-block {
    margin-top: 15px;
}

.bodyContent {
padding: 20px 0 0 20px;
}

.header-mnu li {
    margin: 2px 0px;
}

.map-info {
    left: 0;
    top: 450px;
    width: 100%;
    text-align: center;
}

.map-info p {
    max-width: 100%;
}

.banner-3-content {
width: 58.33333333%;
    margin-left: 41.66666667%;
}

.main-mnu a:hover {
    font-size: 15px;
}

header .logo {
    margin: 0;
}

.logo-inner {
    padding: 0;
}

header .logo img {
width: 100%;
}

.logo-inner img {
width: 100%;
}

.advantages .advantages-wrapp {
padding: 0 26px;
}

.banner-3-form .accept-group label {
width: 100%;
}

.banOrderCall, .fix {
width: 69%;
}

.slide-img {
    width: 100px;
}

.slide-text {
    width: 89.666667%;
}

.mainWrapp .tisersItem {
margin: 0 5% 4%;
}

.acceptBlock {
width: 6%;
}

.header .phone-block {
padding: 0;
}

footer .logo, .cards {
width: 20%;
}

footer .col-md-8 {
    width: 60%;
}

footer .dopMenu {
margin-top: 2px;
}

footer .dopMenu li {
    width: 50%;
    margin: 3px 0;
}

.footer-mnu-wrapp {
    margin-top: 15px;
    padding: 0;
    width: 46%;
}

footer .col-md-3:last-child {
    width: 24%;
    padding: 0;
}

.footer-contacts {
margin-top: 19px;
}

.testemonials .slide .col-sm-offset-1 {
    margin-left: 25.333333%;
}

.testemonials .slide .slide-text {
    width: 58.666667%;
}}

@media (min-width: 768px) and (max-width: 1199px) {
.bannerX {
background: #292929;
}

.bannerX .slick-slide {
    padding: 0 50px;
}

.bannerX .slide-img {
    margin: 4px 0 0 0;
}

.service-grid .servicesWrapp .service-item {
width: 50%;
}}

@media (min-width: 620px) and (max-width: 1199px) {
.how-items-wrapp {
justify-content: center;
}

.how-items-wrapp .howItem {
    margin: 0 4%;
}}

@media (min-width: 580px) and (max-width: 1199px) {
.question-form .accept-group {
width: 64%;
}}

@media (min-width: 360px) and (max-width: 1199px) {
.techAdvantage {
    right: -120px;
top: 10px;
}

.techAdvantageR {
top: 10px;
}

.techAdvDiscription {
    margin: 10px 0;
}

.techAdvDiscription img {
display: none;
}}

@media (min-width: 320px) and (max-width: 1199px) {
.map {
    margin-bottom: 110px;
}

.banner-main .banner-main-content {
background: rgba(41,41,41,.9);
    width: 100%;
}}

@media (min-width: 768px) and (max-width: 991px) {
header .row {
display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

header .adress {
margin-top: 15px;
}

header .adress p:first-child {
border: none;
}

header .logo-inner {
    width: 300px;
    margin: 0 auto;
}

header .adress p:nth-child(2) {
    margin: 0;
}

header .adress  .btnA, header .adress  .btnA:focus {
    margin: 6px auto 0;
}

.testemonials .slide .col-sm-offset-1 {
    margin-left: 6.333333%;
}

.testemonials .slide .slide-text {
            width: 78.666667%;
}

.testemonials .container {
width: 100%
}

.slide-img {
    width: 100px;
}

.slide-text {
    width: 84.666667%;
}

#banner-2, #banner-3 {
background-position: 120%;
}

footer .adress {
    margin-top: 27px;
}

footer .adress a {
    margin: 10px auto 0;
}

.hamburger {
    position: absolute;
    right: 10%;
    top: 75%;
    padding: 10px 15px;
}
    
    .is-active{
    top: 28%;
    }

footer .row {
display: flex;
    flex-flow: row wrap;
}

.logo-inner p {
display: block;
    margin: 0 auto;
}

.footer-contacts {
    margin-top: 8px;
}

.footer-mnu-wrapp {
    margin: 6px 0 10px;
    order: 1;
}

.footer-mnu-wrapp p {
padding: 0;
}

.footer-mnu {
padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.footer-mnu li {
    width: 50%;
    padding-top: 3px;
}

footer .phone-block {
 padding-top: 0px;
}

footer .adress {
    padding-top: 0px;
}

footer .adress p {
    display: inline;
}

footer .dopMenu {
    margin-top: 0;
}

footer .dopMenu li {
    width: 50%;
    margin: 18px 0;
}

footer .col-md-8 {
    height: 116px;
}

.cards {
    margin-top: -58px;
}}

@media (min-width: 580px) and (max-width: 991px) {
header .phone-block {
    display: flex;
    justify-content: center;
    width: 100%;
}

header .phone-block .phone {
    margin: 4px 10px 0 0;
    line-height: 40px;
}

header .phone-block .btnA, header .phone-block .btnA:focus {
    margin: 0;
}

.banner-content {
margin: 0 auto;
}}

@media (min-width: 550px) and (max-width: 991px) {
.mainWrapp .tisersItem {
    text-align: center;
    width: 40%;
    padding: 10px 0;
    margin-top: 14px;
}

.tisersWrapp .tisersItem {
    text-align: center;
    max-width: 40%;
    padding: 10px 0;
    margin-top: 14px;
}}

@media (min-width: 520px) and (max-width: 991px) {
.testemonials .coment-wrapp .form-control,
.testemonials .coment-wrapp textarea {
width: 400px;
    margin: 0 auto 7px;
}

.banner-3-form .accept-group label {
width: 274px;
}}

@media (min-width: 511px) and (max-width: 991px) {
footer .phone-block .phone {
    margin: 2px 12px 5px 0;
}}

@media (min-width: 320px) and (max-width: 991px) {
body {
    padding: 0;
}

header, .bodyContent {
width: 100%;
    padding: 0;
}

.orderNow {
    color: #fff;
}

header .phone-block {
    padding: 0;
    margin-top: 0;
        margin-bottom:5px;
}

.phone-block .callback, .phone-block .callback:focus {
      margin-top: 8px;
}

header .logo-inner img {
    width: 100%;
}

.bannerMaster p,
.bannerGarant p,
.bannerLawyer p {
color: #fff;
}

.banner-main-content .title {
color: #fff;
    padding: 0 15px 40px;
}

.banner-main-content  .dopTitle {
padding: 20px 15px;
margin: 0;
}

.banner-audio {
background: none;
}

.banner-1 .form .form-control, .banner-1 .form .form-control:focus {
width: 182px;
    margin: 0 auto;
}

.testemonials {
background: none;
}

.map-info {
    left: 0;
    top: 450px;
    width: 100%;
    text-align: center;
} 

.map-info p {
    max-width: 100%;
padding-left: 0;
}

.orderCall__div img {
display: none;
}

.banOrderCall, .fix {
width: 100%;
}}

@media (min-width: 560px) and (max-width: 767px) {
.advantages .advantages-wrapp {
    padding: 0 40px;
}}


@media (min-width: 511px) and (max-width: 767px) {
.logo {
    margin: 36px 0 10px;
}

.header .logo-inner img {
     width: 220px;
}

.main-sec-content {
padding: 0;
}

.right {
    margin-top: 40px;
}

.adress {
    margin: 0;
    width: 50%;
}}

@media (min-width: 480px) and (max-width: 767px) {
footer .dopMenu {
    margin: 0 0 10px;
}

footer .dopMenu li {
width: 50%;
    margin: 10px 0;
}

footer .col-md-8 {
order: 1;
    width: 100%;
}

footer .logo {
    width: 50%;
    margin: 0;
    order: 2;
}

.cards {
    order: 3;
    width: 50%;
}

#banner-2, #banner-3 {
background-position: 100%;
}

.grid-testemonials .slide-text {
padding: 25px 30px 25px 30px;
}}

@media (min-width: 320px) and (max-width: 767px) {
.question-form .form-group:nth-child(4) {
    padding: 0;
}

.orderFormWrapp {
    margin: 0 0 20px;
}

.logo-inner {
    width: 260px;
    margin: 0 auto;
    padding: 0;
}

.dop {
    display: none;
}

.bannerX {
    display: none;
}

.service-grid .servicesWrapp .service-item {
width: 100%;
}

.hamburger {
    position: absolute;
    right: 5%;
    top: 70%;
    padding: 10px 15px;
}
    
    .is-active{
    top:25%;
    }

.footer-contacts {
    margin-top: 8px;
    display: flex;
    flex-flow: row wrap;
justify-content: center;
}

footer .phone-block {
display: flex;
    flex-flow: column wrap;
    justify-content: center;
    width: 50%;
}

footer .phone-block .phone {
    margin: 5px auto 14px;
}

.sendMessage  {
display: none !important;
}

.footer-mnu-wrapp {
    padding: 10px 0;
}

footer .adress p:nth-child(2) {
    margin: 0 auto 10px;
}

.main-sec-content {
width: 100%;
}

.main-sec-content {
/*width: 320px; */
}}

@media (min-width: 320px) and (max-width: 719px) {
.service-grid .servicesWrapp .service-item {
width: 100%;
}}

@media (min-width: 320px) and (max-width: 600px) {
.bannerMaster p,
.bannerGarant p,
.bannerLawyer p {
    font-size: 17px;
}

.darkTitle {
    font-size: 20px;
}

.text-content .textMainPage {
font-size: 14px;
}

.orderNow {
    font-size: 16px;
    margin-top: 10px;
}

.banner-main .banner-main-content {
    padding: 50px 20px;
}

.banner-main-content h1 {
    font-size: 26px;
}

.banner-main-content .title {
font-size: 19px;
    padding: 0 20px;
    margin: 20px auto;
}

.banner-main-content .titleMain {
    font-size: 28px;
    margin: 10px auto;
}}

@media (min-width: 320px) and (max-width: 579px) {
.uniName {
    margin-top: 0;
}

.hamburger {
    top: 75%;
    right: 10%;
}
    
    .is-active{
            top: 29%;
    }

.btnA, .btnA:focus, .orangeBtn, orangeBtn:focus {
    margin: 0 auto;
}

.price-table .main-content h2 {
    font-size: 18px;
}

.questionTitle {
font-weight: 500;
}

.banner-1,  {
    background: none;
}

.banner-1:before {
    background: #5A6870;
}

.serviceAnchor:hover .techAdvantage,
.serviceAnchor:hover .techAdvantageR {
display: none;
}

header .phone-block {
    display: flex;
    flex-flow: column wrap;
}

.question .title {
    font-size: 18px;
padding: 0 24px 30px;
}

.question-form textarea {
    width: 90%;
    margin: 0 20px;
}

.question-form {
    justify-content: center;
}

.question-form .accept-group {
width: 100%;
    justify-content: center;
}}

@media (min-width: 320px) and (max-width: 559px) {
.coment-wrapp {
    padding: 10px 30px;
}

.coment-wrapp textarea,
.coment-wrapp .form-group,
.unionNameEmail {
    width: 100%;
}

.advantages-wrapp .advantageItem {
      margin: 0 40px 40px;
}}

@media (min-width: 320px) and (max-width: 549px) {
.text-content, .price-table .main-content {
padding: 0 20px 30px;
}

.tisersWrapp .tisersItem {
    max-width: 260px;
    margin-top: 14px;
}

.mainWrapp .tisersItem {
    width: 100%;
    margin-top: 14px;
}}

@media (min-width: 320px) and (max-width: 519px) {
header  .logo-inner p {
    font-size: 12px;
    text-align: center;
margin-left: 0;
}

.main-sec-content {
    padding: 0;
}

.testemonials .form-group {
padding: 0;
}

.testemonials .coment-wrapp .subtitle {
font-size: 16px;
}

.testemonials .coment-wrapp .form-control,
.testemonials .coment-wrapp textarea {
width: 100%;
    margin: 0 auto 7px;
}

.banner-3-content .title {
    padding: 0 20px;
}

.banner-3-content .subtitle {
padding: 0 20px;
    margin: 0 auto 15px;
    width: 80%;
}

.banner-3-form .agree-block {
    width: 74%;
}

.banner-3-form .form-inputs {
flex-flow: row wrap;
    padding: 0 12%;
}

.banner-3-form .form-group:first-child {
    margin-bottom: 7px;
}}

@media (min-width: 340px) and (max-width: 510px) {
footer .phone-block .callback, footer .phone-block .callback:focus {
    margin: 8px auto 0;
}}

@media (min-width: 320px) and (max-width: 510px) {
.writePhone {
flex-flow: column nowrap;
}

.writePhone p {
    width: 100%;
    margin: 8px 0 0;
}

.question .form-control-1 {
    margin: 0 auto;
}

.question-form .form-group:nth-child(4) {
    padding: 0;
    align-self: center;
}}

@media (min-width: 320px) and (max-width: 500px) {
.orderCall__div .banOrderCall p {
    font-size: 14px;
}

.banOrderCall .phone {
    font-size: 22px;
}

.orderCall__div {
padding: 0 15px;
}

.scrollup{
width: 40px;
    height: 40px;
    right: 20px;
}

.table-wrapp .table {
    font-size: 12px;
}}

@media (min-width: 320px) and (max-width: 480px) {
.bodyContent .container {
    width: 100%;
}

.banner-1 .form-group {
    margin-bottom: 5px;
}

.banner-1 .title {
    padding: 20px 0 5px;
}

.sale-form .form-inputs {
    flex-flow: column nowrap;
}

.sale-form {
    padding-top: 0;
    height: 190px;
}

footer .logo {
    margin: 0;
    padding: 0;
}

footer .dopMenu li {
    width: 100%;
    margin: 5px 0;
}

footer .dopMenu {
    margin-top: 0;
}

#banner-3, #banner-2 {
background: none;
}

.unionNameEmail {
    flex-flow: row wrap;
}

.coment-wrapp .unionNameEmail  .form-group {
width: 100%;
}

.ban-price .banner-main-content h1 {
font-size: 23px;
}

.footer-mnu li {
    width: 100%;
}

.darkTitle {
    font-size: 22px;
}

.testemonials .slide-text {
       padding: 15px 30px;
}

.grid-testemonials .person {
    margin-bottom: 10px;
    text-align: center;
}

.grid-testemonials .slide-text:before {
background: none;
}}

@media (min-width: 320px) and (max-width: 420px) {
.main-sec-content {
margin: 0 auto;
}}

@media (min-width: 320px) and (max-width: 400px) {
.accept-group label {
    width: 260px;
}

.main-section .form-group {
    width: 100%;
}

.text-content, .price-table .main-content {
padding: 0 15px 30px;
}

.hamburger {
    top: 75%;
    right: 3%;
}
    
    .is-active{
        top: 29%;
    }

.callback-form .accept-group label {
width: 202px;
}

.callback-form .acceptBlock input {
margin: 16px 0 0;
}

.acceptBlock {
    width: 5%;
}}

@media (min-width: 320px) and (max-width: 359px) {
.service-grid .servicesWrapp .serviceImg, .serviceAnchor {
    width: 100%;
}

.question .accept-group label {
text-align: center;
}

.banner-1 .title {
    width: 300px;
    margin: 0 auto;
}

.banner-1 #accapt-banner-1 {
width: 220px;
    margin-left: 10px;
}}


@media (min-width: 320px) and (max-width: 339px) {
.map {
    margin-bottom: 150px;
}}






    .scrollup2 {
    width: 66px;
    height: 66px;
    position: fixed;
    bottom: 140px;
    right: 45px;
    display: block;
    text-indent: -9999px;
    border: 3px solid rgb(13 185 173);
    z-index: 2;
    background: url(../img/phone_icon_white.png) center no-repeat, rgb(91 104 112);
}

@media (min-width: 320px) and (max-width: 500px){ 
.scrollup2{
    width: 40px;
    height: 40px;
    right: 20px;
    bottom:100px;
}
}



  /* FORMA */
  
  .whatBroken{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .whatBrokenImage{
    width: 480px;
  }
  
  .whatBrokenImage-img{
    height: 100%;
    min-height: 400px;
  }
  
  /*.whatBroken .title{
    padding-bottom: 0;
  }*/
  
  .whatBroken form{
    width: 300px;
  }
  
  .whatBroken-choice{
    align-items: center;
  }
  
  .whatBroken-label{
    display: block;
    font-size: 20px;
  }
  
  .whatBroken-input label{
    font-weight: normal;
  }
  
  .whatBroken-input{
    display: block;
    margin: 7px 0px;
    font-size: 16px;
  }
  
  .whatBroken-progress{
    font-size: 20px;
    color:rgb(13 185 173);
  margin-left: 50px;
  }
  
  .whatBroken-btn{
    width: 148px;
    height: 36px;
    padding: 8px 15px;
    display: block;
    border: none;
    margin: 0 auto;
    background-color: rgb(13 185 173);
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    outline: none;
    margin-top: 10px;
    cursor: pointer;
  }
  
  @media (max-width: 768px) {
      .whatBrokenImage{
      display: none;
    }
  }
      
  
  /* CONTACT FORM */
  
  .contactsInfo {
    display: flex;
    justify-content: space-around;
  }
   
  .contactsInfo-info {
    width: 500px;
    border:rgb(13 185 173) 2px solid; /*цвет бордера МЕНЯТЬ*/ 
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 20px;
    margin-bottom: 15px;
   
  }
   
  .contactsInfo-info p{
    display: block;
    width: 100%;
  text-align:center
  }
   
  .contactsInfo-form {
    width: 500px;
    border: rgb(13 185 173) 2px solid; /*цвет бордера МЕНЯТЬ*/ 
    border-radius: 5px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-left: 20px;
  }
   
  .contactsInfo-form label {
    margin-top: 5px;
  }
   
  .contactsInfo-form-input {
    display: block;
    margin: 2px 0px;
    font-size: 16px;
    margin: 0 auto;
    width: 300px;
  }
   
  .contactsInfo-form-input input {
    display: block;
    width: 300px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    margin-right: 30px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgb(13 185 173);
    border-radius: 4px;
  }
  
  
  
  @media (max-width: 991px) {
  .contactsInfo {
      flex-wrap: wrap;
    }
   
    .contactsInfo-info {
      margin: 0px 5px 10px;
    }
   
    .contactsInfo-form {
      margin: 0px 5px;
      margin-bottom: 20px;
  
    }
  }
  /* BUTTONS */
  
  .my__btn {
      outline: none;
      text-decoration: none;
      border-radius: 4px;
      text-align: center;
      color: white;
      max-width: 100%;
      display: inline-block;
      padding: 1px 4px;
      background-color: rgb(13 185 173);
      white-space: nowrap;
      transition: .2s ease-in-out;
      border: 1px solid;
      overflow: hidden;
      position: relative;
      width: 110px;
      float: right;
  }
  
  @media (max-width: 519px) {
      .my__btn {
          width: 94px;
      }
  }
  
  @media (max-width: 413px) {
      .my__btn {
          width: 81px;
      }
  }
  
  @media (max-width: 395px) {
      .my__btn {
          width: 70px;
          font-size: 10px;
          white-space: nowrap;
      }
  }
  
  @media (max-width: 385px) {
      .table>tbody>tr>td {
          padding: 4px;
      }
  }
  
  @media (max-width: 353px) {
      .table>tbody>tr>td {
          padding: 4px;
      }
  }

 /* SLIDERS */
  
  .wrapg {
      margin: 0 auto;
      width: 850px;
      height: 200px;
      margin-bottom: 200px;
  }
  
  .sliderss {
      display: flex;
      justify-content: center;
  }
  
  .sliden {
      color: #fff;
      padding-bottom: 30px;
      text-align: center;
      background-color: rgb(13 185 173);
      height: 380px;
      border-radius: 20px;
      padding: 10px 0;
      margin-right: 10px;
      margin-left: 10px;
  }
  
  .masterImage {
      margin: 10px;
      border-radius: 50%;
      overflow: hidden;
      display: inline-block;
  }
  
  @media (max-width:1024px) {
      .sliden {
          color: #fff;
          padding-bottom: 30px;
          text-align: center;
          height: 400px;
          border-radius: 20px;
          padding: 10px 0;
      }
      .wrapg {
          margin: 0 auto;
          width: 250px;
          height: 300px;
          margin-bottom: 200px;
      }
  }


.header {
    width: 15%;
    position: fixed;
    z-index:50;
}



@media(max-width:991px){
.header{
width:100%;
top:0;
z-index:5;
background:#fff;
position:fixed;
}
    .dopMenu {
    display:none;
}
}

.otstup{
  height: 169px;
}
  @media (min-width: 320px) and (max-width: 767px) {
    .otstup{
  height: 200px;
}
}



.phone-block .phone {
    font-size: 16px;
    display: inline-block;
    margin: 0 auto 8px;
    color: rgb(0 0 0);
    font-weight: 300;
    white-space: nowrap;
}
.aniBanner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/themes/gorenje1/img/mainBanBg1.jpg);
    z-index: 2;
}

@media (min-width: 320px) and (max-width: 500px){
.table-wrapp .table {
    font-size: 10px;
}}

/*стили замена br*/ 

.text-content p {
   text-indent: 1.5em;
   padding-bottom: 20px;
}

.price-table h2 {
   text-align: center;
   margin-bottom: 20px;;
}

.text-content li:last-child {
    padding-bottom: 20px;
}

.price-table p {
   text-indent: 1.5em;
   padding-bottom: 20px;
}

.price-table li:last-child {
    padding-bottom: 20px;
}

  /* end */ 