html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Ubuntu-Regular";
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("../fonts/Ubuntu-Regular.ttf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("../fonts/Ubuntu-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Ubuntu-Medium";
  src: url("../fonts/Ubuntu-Medium.ttf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Ubuntu-Italic";
  src: url("../fonts/Ubuntu-Italic.ttf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("../fonts/Ubuntu-BoldItalic.ttf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
.header-wrap {
  width: 100%;
  height: 86px;
  background-color: #091a20;
  -webkit-box-shadow: 1px 1px 13px 9px rgba(0, 2, 4, 0.47);
  box-shadow: 1px 1px 13px 9px rgba(0, 2, 4, 0.47);
}

ul.thumb {
  float: left;
  list-style: none;
  margin: 0;
  padding-top: 0;
  padding-right: 40px;
  width: 360px;
}
ul.thumb li {
  margin: 0; padding: 5px;
  float: left;
  position: relative;
  width: 160px;
  height: 110px;
}
ul.thumb li img {
  width: 100%;
   height: 100px;
  border: 1px solid #ddd;
  padding: 5px;
  background: #f0f0f0;
  position: absolute;
  left: 0; top: 0;
  -ms-interpolation-mode: bicubic; 
}
ul.thumb li img.hover {
  background:url(../img/bgp.jpg) no-repeat center center;
  border: none;
}
#main_view {
  float: left;
  padding: 9px 0;
}

#main_view img{
  width: 100%;
}
.container {
  width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.thum img{
  width: 500px;
  padding: 30px;

}

.btn-wrap img{
  width: 50px;
  margin-right: 20px;
}
.thum{
    display: flex;
    padding-bottom: 40px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.thum li{
  list-style: none;

}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 86px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.logo {
  padding-left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;

}
.logo img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 350px;

}


.menu {
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu li {
  list-style: none;
}
.menu a {
  color: #fff;
  text-decoration: none;
  padding: 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 86px;
  font-size: 18px;
  font-family: "Ubuntu-Regular";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu a:hover {
  background-color: #20272b;
  border-bottom: 6px solid #792f2e;
}

.head {
  background-image: url("../img/bg.jpg");
  width: 100%;
  height: 705px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  position: relative;
  z-index: 9;
}

.header-contener {
    background-color: rgba(0, 0, 0, 0.5);
    width: 473px;
    margin: 0 10px;

    border-radius: 5px; /* необязательно */
}
.header-contenertwo {
    background-color: rgba(0, 0, 0, 0.5);
    width: 473px;
    margin: 0 10px;

    border-radius: 5px; /* необязательно */
}

.containerbg{
     display: flex;
    flex-direction: row;
    justify-content: flex-start; /* чтобы блоки разъехались */
    align-items: flex-start;        /* выравнивание по верхнему краю */
    gap: 20px;                      /* расстояние между двумя блоками */
    flex-wrap: wrap;   
}

.header-tl {
  text-align: center;
  padding-top: 50px;
  position: relative;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.header-tl h1 {
  color: #fff;
  font-size: 32px;
  font-family: "Ubuntu-Regular";
  text-transform: uppercase;
  line-height: 60px;
  position: relative;
  z-index: 99;
}
.image{
  display: flex;
}
.image img{
  display: flex;
  width: 100%;
}

.btn-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-wrap a {
  text-transform: uppercase;
  color: #fff;
 
  font-size: 22px;
  font-family: "Ubuntu-Medium";
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #792f2e;
  border-radius: 3px;
  height: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.btn-wrap a:hover {
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 27px 9px rgba(0, 2, 4, 0.32);
  box-shadow: 1px 1px 27px 9px rgba(0, 2, 4, 0.32);
}

.headet-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
}
.headet-text p {
  font-size: 14px;
  color: #fff;
  width: 320px;
  margin: 0 auto;
  text-align: left;
  line-height: 24px;
  position: relative;
  font-family: "Ubuntu-Italic";
}
.headet-text p::before {
  content: "*";
  position: absolute;
  top: -5px;
  font-size: 19px;
  color: #fb8e24;
  width: 6px;
  height: 6px;
  left: -15px;
}

.description {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 200px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.description h2 {
  color: #20272b;
  text-transform: uppercase;
  font-size: 30px;
  width: 100%;
  text-align: center;
  font-family: "Ubuntu-Bold";
  padding-bottom: 15px;
}
.description hr {
  width: 125px;
  height: 7px;
  background-color: #20272b;
  margin: 0 auto;
  border-radius: 5px;
}

.descriprion-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 65px;
  padding-bottom: 65px;
}

.descriprion-left {
  width: 100%;
  padding-left: 15px;
}
.descriprion-left h3 {
  color: #20272b;
  font-family: "Ubuntu-Bold";
  font-size: 30px;
  line-height: 34px;
  width: 250px;
}
.descriprion-left p {
  font-size: 18px;
  color: #20272b;
  font-family: "Ubuntu-Italic";
  line-height: 30px;
  padding-top: 30px;
}

.desc-section {
  position: relative;
  padding-left: 90px;
}

.descriprion-right {
  width: 50%;
}
.descriprion-right h2 {
  color: #20272b;
  font-size: 22px;
  text-align: left;
  text-transform: inherit;
}
.descriprion-right p {
  font-family: "Ubuntu-Italic";
  color: #20272b;
  font-size: 18px;
  padding-bottom: 15px;
}
.descriprion-right span {
  font-family: "Ubuntu-Italic";
  color: #20272b;
  font-size: 16px;
}
.descriprion-right span strong {
  color: #20272b;
  font-size: 18px;
  font-family: "Ubuntu-BoldItalic";
}

.number {
  position: absolute;
  left: 20px;
  top: -15px;
  width: 50px;
  height: 50px;
  font-family: "Ubuntu-Bold";
  background-color: #2c363d;
  color: #fff;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}

.padding {
  margin-top: 30px;
}

.span {
  padding-bottom: 8px;
  display: block;
  width: 100%;
}

.convection {
  width: 100%;
  background-color: #2c363d;
  padding-top: 68px;
}
.convection h2 {
  font-family: "Ubuntu-Bold";
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.convection hr {
  width: 125px;
  height: 7px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 5px;
}

.convection-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 110px;
}

.convection-left {
  width: 100%;
  display: flex;
  justify-content: center;

}
.convection-left h2 {
  color: #20272b;
  font-family: "Ubuntu-Bold";
  font-size: 30px;
  line-height: 34px;
  width: 250px;
}
.convection-left p {
  font-size: 18px;
  color: #20272b;
  font-family: "Ubuntu-Italic";
  line-height: 30px;
  padding-top: 30px;
}

.wrp {
  position: relative;
  padding:  0 20px;
}

.wrp-text {
  padding-left: 148px;
}
.wrp-text h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Ubuntu-Bold";
  font-size: 18px;
  text-align: left;
  padding-bottom: 0;
  line-height: 24px;
  text-shadow: 0 0 1px #fff;
}
.wrp-text p {
  color: #fff;
  padding-top: 13px;
  font-family: "Ubuntu-Italic";
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  text-shadow: 0 0 1px #fff;
}

.icon {
  width: 125px;
  height: 125px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 20px;
  background-image: url("../img/hand.png");
}

.icon-lamp {
  width: 125px;
  height: 125px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 20px;
  background-image: url("../img/lamp.png");
}

p.txt {
  padding-top: 25px;
}

.icon-diplom {
  width: 125px;
  height: 125px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 13px;
  background-image: url("../img/diplom.png");
}

.icon-debit {
  width: 125px;
  height: 125px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 13px;
  background-image: url("../img/debit.png");
}

.padd {
  margin-top: 45px;
}

.convection-right {
  width: 50%;
  padding-left: 20px;
}

.reviews {
  width: 100%;
  padding-top: 68px;
  padding-bottom: 32px;
}
.reviews h2 {
  font-family: "Ubuntu-Bold";
  color: #20272b;
  text-transform: uppercase;
  font-size: 30px;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.reviews hr {
  width: 125px;
  height: 7px;
  background-color: #20272b;
  margin: 0 auto;
  border-radius: 5px;
}

.slider-cont {
  width: 340px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider-cont p {
  color: #20272b;
  font-size: 16px;
  font-family: "Ubuntu-Italic";
  padding-left: 25px;
  line-height: 24px;
  padding-right: 15px;
  text-align: left;
}
.slider-cont:hover {
  -webkit-box-shadow: 0px 0px 0px 1px #121313;
  box-shadow: 0px 0px 0px 1px #121313;
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.slider-shadows {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 45px;
}
.slider-shadows:hover {
  -webkit-box-shadow: 0px 0px 16px 3px rgba(18, 19, 19, 0.34);
  box-shadow: 0px 0px 16px 3px rgba(18, 19, 19, 0.34);
}

img.img {
  width: 100%;
  height: 256px;
}

.slider-titel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  height: 110px;
}
.slider-titel h2 {
  color: #20272b;
  font-family: "Ubuntu-Bold";
  font-size: 24px;
  width: inherit;
  padding: 0;
  text-transform: inherit;
  width: 279px;
  text-align: left;
}
.slider-titel img {
  margin-right: 15px;
}

.slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slick-initialized .slick-slide {
  display: block;
  text-align: center;
}

.slick-list {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.cont {
  padding-left: 0;
  padding-right: 0;
}

.slick-prev {
  background-image: url("../img/left.png") !important;
  width: 7px !important;
  height: 14px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 20px !important;
  border: 1px solid #20272b !important;
  top: 13px !important;
  left: 25px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slick-prev:hover {
  background-color: #20272b !important;
  background-image: url("../img/left-white.png") !important;
}

.slick-next::before {
  content: "" !important;
}

.slick-prev::before {
  content: "" !important;
}

.slick-next {
  background-image: url("../img/right.png") !important;
  width: 7px !important;
  height: 14px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 20px !important;
  border: 1px solid #20272b !important;
  top: 13px !important;
  left: 100px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slick-next:hover {
  background-color: #20272b !important;
  background-image: url("../img/right-white.png") !important;
}

.catalog {
  width: 100%;
  padding-top: 68px;
  padding-bottom: 32px;
  background-color: #2c363d;
}
.catalog h2 {
  font-family: "Ubuntu-Bold";
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.catalog hr {
  width: 125px;
  height: 7px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 5px;
}

.catalog-box {
  width: 263px;
  position: relative;
  background-color: #fff;
  padding-bottom: 25px;
  text-align: center;
  margin-bottom: 43px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.catalog-box strong{
  display: block;
  padding-top: 10px;
}
.catalog-box span {
  position: absolute;
  top: 25px;
  left: 20px;
  color: #2c363d;
  font-family: "Ubuntu-Bold";
  font-size: 30px;
}
.catalog-box a {
  text-decoration: none;
}
.catalog-box h2 {
  color: #2c363d;
  font-size: 18px;
  text-align: left;
  text-transform: inherit;
  font-family: "Ubuntu-Bold";
  padding-bottom: 15px;
  padding-left: 15px;
}
.catalog-box p {
  padding-left: 15px;
  color: #2c363d;
  line-height: 18px;
  font-family: "Ubuntu-Italic";
  font-size: 16px;
  padding-right: 15px;
  text-align: left;
}
.catalog-box img {
  padding-top: 20px;
  height: 215px;
}
.catalog-box:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.catalog-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.take {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
}
.take h2 {
  font-size: 18px;
  width: 100%;
  text-align: center;
  padding-bottom: 0;
  font-family: "Ubuntu-Bold";
}
.take p {
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: "Ubuntu-Bold";
  font-size: 18px;
}

.fl {
  width: 360px;
}

.form {
  width: 100%;
  padding-top: 65px;
}
.form input {
  width: 100%;
  height: 43px;
  background-color: transparent;
  border: none;
  font-family: "Ubuntu-Regular";
  -webkit-box-shadow: inset 0px 0px 0px 1px white;
  box-shadow: inset 0px 0px 0px 1px white;
  color: #fff;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.form input:focus {
  outline: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #fc8c06;
  box-shadow: inset 0px 0px 0px 1px #fc8c06;
}
.form input::-webkit-input-placeholder {
  color: #fff;
  text-align: center;
  font-family: "Ubuntu-Regular";
}
.form input:-ms-input-placeholder {
  color: #fff;
  text-align: center;
  font-family: "Ubuntu-Regular";
}
.form input::-ms-input-placeholder {
  color: #fff;
  text-align: center;
  font-family: "Ubuntu-Regular";
}
.form input::placeholder {
  color: #fff;
  text-align: center;
  font-family: "Ubuntu-Regular";
}

button.button {
  width: 100%;
  height: 43px;
  background-color: #fc8c06;
  color: #fff;
  font-size: 18px;
  font-family: "Ubuntu-Medium";
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
}
button.button:hover {
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 27px 9px rgba(0, 2, 4, 0.32);
          box-shadow: 1px 1px 27px 9px rgba(0, 2, 4, 0.32);
}

.result {
  width: 100%;
  text-align: center;
  padding-top: 15px;
}

.wrap-f {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.work {
  width: 100%;
  padding-top: 68px;
  padding-bottom: 32px;
  background-color: #fff;
}
.work h2 {
  font-family: "Ubuntu-Bold";
  color: #20272b;
  text-transform: uppercase;
  font-size: 30px;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.work hr {
  width: 125px;
  height: 7px;
  background-color: #20272b;
  margin: 0 auto;
  border-radius: 5px;
}

.work-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.work-box {
  width: 265px;
  text-align: center;
}
.work-box h2 {
  font-size: 18px;
  font-family: "Ubuntu-Bold";
  text-transform: inherit;
  color: #2c363d;
  padding-top: 20px;
  padding-bottom: 0;
  height: 50px;
}
.work-box p {
  font-size: 14px;
  padding-top: 35px;
  text-align: left;
  font-family: "Ubuntu-Italic";
  color: #2c363d;
}

.work-img {
  height: 95px;
}

.question {
  padding-top: 75px;
  background-color: #2c363d;
  padding-bottom: 80px;
}

.question-section {
  width: 360px;
}
.question-section h2 {
  color: #fc8c06;
  font-size: 18px;
  font-family: "Ubuntu-Bold";
}
.question-section p {
  font-family: "Ubuntu-Italic";
  font-size: 16px;
  padding-top: 15px;
  color: #fff;
}

.question-pa {
  padding-top: 40px;
}

.question-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slider-out {
  display: none;
}

.footer {
  background-color: #20272b;
}

.foote-copyright {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.foote-copyright h2 {
  font-size: 18px;
  color: #20272b;
  font-family: "Ubuntu-Regular";
  font-weight: 600;
}
.foote-copyright p {
  color: #fc8c06;
  font-size: 18px;
  font-family: "Ubuntu-Regular";
}
.foote-copyright p span {
  font-family: "Ubuntu-Bold";
}

.footer-menu, .footer-tel, .footer-soc {
  width: 360px;
}
.footer-menu h2, .footer-tel h2, .footer-soc h2 {
  color: #fff;
  font-family: "Ubuntu-Bold";
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 33px;
}

.footer-tel a {
  color: #fff;
  width: 100%;
  font-family: "Ubuntu-Regular";
  font-size: 18px;
  display: block;
  text-decoration: none;
  padding-bottom: 15px;
}
.footer-tel a:hover {
  color: #fc8c06;
}

.footer-menu ul {
  list-style: none;
}

.footer-menu li {
  padding: 5px 0;
}

.footer-menu a {
  font-family: "Ubuntu-Regular";
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-menu a:hover {
  color: #fc8c06;
}

.footer-wrap {
  width: 100%;
  padding-bottom: 60px;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-soc a {
  font-family: "Ubuntu-Regular";
  color: #fff;
  height: 37px;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.footer-soc a:hover {
  color: #fc8c06;
}

.footer-soc img {
  margin-right: 20px;
}

#arrow {
  border-radius: 50%;
  display: none;
  border: none;
  width: 38px;
  height: 38px;
  outline: 0;
  position: fixed;
  bottom: 30px;
  left: 30px;
  cursor: pointer;
  z-index: 99;
  color: #fff;
  font-size: 20px;
  background-color: #2c363d;
  border: 1px solid #fff;
}

span#answer {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "Ubuntu-Regular";
}

span#loader {
  display: none;
  width: 100%;
  text-align: center;
}

.fixed-top {
  position: fixed;
  top: 0;
  height: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.log-fix {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-fix {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-fix a {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
   .wrp {
    width: 100%;
}
  .wrp iframe{
    width: 100%;
}

.bg-fix {
  padding-top: 86px;
}

.logo-fix img {
  width: 180px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar-head {
  display: none;
}

.question-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.question-js {
  display: none;
}

.logo-mobile {
  display: none;
}

.header-mobile {
  display: none;
}

.mob-catalog-box {
  display: none;
}

.accordion-top, .panel {
  display: none;
}
@media only screen and (max-width: 1440px) {
.thum {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

        .convection {
        height: auto;
    }
    .wrp {
    position: relative;
    height: inherit;
}
}
@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
.header-contener {
    width: 100%;
}
.header-contenertwo {
    width: 100%;
}
  .head {
    background-size: cover;
            height: auto;
  }

  .catalog-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.header-tl

 {

    position: inherit;

}
  .catalog-box {
    margin-right: 25px;
    margin-left: 25px;
  }

  .wrap-f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .fl {
    width: 360px;
    margin: 10px auto;
  }

  .work-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .work-box {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-menu {
    background-color: #2c363d;
    position: fixed;
    bottom: 0;
    top: 0;
    left: -100%;
    width: 50%;
    display: none;
    color: #fff;
    z-index: 999;
    padding-top: 50px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.51);
  }

  .menu a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 65px;
  }

  .navbar-head {
    display: block;
  }

  .navbar-toggle {
    height: 35px;
    border: none;
    border-radius: 3px;
    position: absolute;
    right: 0;
    top: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: transparent;
  }

  .navbar-fix {
    top: 17px;
  }

  .navbar-toggle span {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    height: 2px;
    width: 33px;
    background-color: #d57e29;
    display: block;
    margin-bottom: 7px;
    border-radius: 1px;
  }

  button.navbar-toggle:focus {
    outline: none;
  }

  .menu {
    height: inherit;
    padding-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .menu ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .logo-mobile {
    width: 100%;
    text-align: center;
  }

  nav {
    width: 100%;
  }

  .logo-mobile a {
    display: block;
  }

  .logo-mobile img {
    width: 200px;
  }

  .mobile-menu-overlay {
    display: none;
    position: fixed;
    height: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    background: rgba(65, 61, 75, 0.5);
  }

  .navbar-toggle .open span:nth-child(1) {
    display: none;
  }

  .navbar-toggle .open span:nth-child(4) {
    display: none;
  }

  .navbar-toggle .open span:nth-child(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -10px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  .navbar-toggle .open span:nth-child(2) {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-top: 3px;
  }

  .convection-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .convection-left {
    width: 100%;
  }

  .convection-right {
    width: 100%;
    padding-left: 15px;
  }

  .padd {
    margin-top: 0;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer-menu, .footer-tel, .footer-soc {
    width: 100%;
    text-align: center;
  }

  .footer-soc a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer-tel, .footer-soc {
    padding-top: 35px;
  }

  .question-section {
    width: 100%;
    padding-top: 40px;
  }

  .question-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .load-more__btn {
    width: 78px;
    height: 78px;
    background-color: #fc8c06;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
    font-size: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0  auto;
    margin-top: 45px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.61);
    box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.61);
  }
  .load-more__btn a:focus {
    outline: none;
  }

  .question-desktop {
    display: none;
  }

  .question-js {
    display: block;
  }

  .question {
    padding-top: 35px;
    background-color: #2c363d;
    padding-bottom: 50px;
  }

  .logo-mobile {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .work-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .work-box {
    margin: 0 auto;
    margin-bottom: 35px;
    width: 375px;
  }

  .descriprion-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .descriprion-left {
    width: 100%;
    padding: 0;
  }

  .descriprion-right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .fixed-top {
    z-index: 99999;
  }
}
@media only screen and (max-width: 568px) {
.header-tl {
   padding: 10px;
}
.header-tl h1 {
    font-size: 22px;

}
.btn-wrap a {

    font-size: 16px;

}
  .btn-wrap img {
    width: 30px;
}

  .convection {
    height: auto;
}
.thum {
    display: flex;
    padding-bottom: 40px;
    flex-wrap: wrap;
}
.convection-wrap {
    padding-bottom: 50px;
}
    .thum img {
        width: 100%;
        height: auto;
    }

  .convection-left {
    display: block;
}
.copyright{
    display: flex;
    justify-content: center;
}
.foote-copyright h2 {
    width: 70%;
    text-align: center;
}

  .header-mobile {
    display: block;
    position: relative;
  }


  .head-mobile-text h2 {
    font-family: "Ubuntu-Bold";
    font-size: 24px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    background-color: #20272b;
    position: absolute;
    width: 467px;
    padding-left: 20px;
  }
  .head-mobile-text span {
    font-family: "Ubuntu-Bold";
    font-size: 24px;
    display: block;
    padding-top: 61px;
    color: #fff;
    padding-left: 20px;
    text-transform: uppercase;
  }

  .btn-wrap {
    display: block;
    padding-top: 20px;
  }


  .btn-wrap a{
    height: 50px;
  }

  .mobile-menu {
    width: 80%;
    z-index: 99999;
  }

  .wrp {
    height: inherit;
  }

  .slick-next {
    top: 13px !important;
    right: 25px !important;
    left: inherit !important;
  }
   .convection-left iframe{
    width: 100%;
    height: 300px;
   }

  .convection {
    padding-bottom: 40px;
  }

  .wrp-text {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
  }

  .wrp {
    padding-top: 25px;
  }

  .icon {
    top: 0;
    position: relative;
    margin: 0 auto;
  }

  .icon-diplom {
    top: 0;
    position: relative;
    margin: 0 auto;
  }

  .icon-lamp {
    top: 0;
    position: relative;
    margin: 0 auto;
  }

  .icon-debit {
    top: 0;
    position: relative;
    margin: 0 auto;
  }

  .wrp-text h2 {
    text-align: center;
  }

  .slider-convertion .slick-dots li.slick-active button {
    font-size: 15px;
    border-radius: 50%;
    border: none;
    width: 15px;
    height: 15px;
    opacity: 1;
    background-color: #fc8c06;
  }

  .slider-convertion .slick-dots li button {
    font-size: 15px;
    background-color: #fff;
    width: 15px;
    height: 15px;
    opacity: 1;
    border-radius: 50%;
    border: none;
    text-indent: -9999px;
    margin: 0 6px;
  }

  .slider-out {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .head-mobile-text h2 {
    font-size: 18px;
    width: 103%;
  }

  .head-mobile-text span {
    font-size: 18px;
  }

 

  .number {
    position: absolute;
    left: 0px;
  }

  .desc-section {
    position: relative;
    padding-left: 0;
  }

  .descriprion-right h2 {
    padding-left: 80px;
  }

  .logo img {
    width: 230px;
  }

  .header {
    height: 75px;
  }

  .header-wrap {
    height: 75px;
  }

  .navbar-fix {
    top: 24px;
  }

  .navbar-toggle {
    top: 24px;
  }

  .bg-fix {
    padding-top: 75px;
  }

  .log-fix {
    height: 45px;
  }

  .logo-fix a {
    height: 45px;
  }

  .foote-copyright {
    height: inherit;
    padding-top: 40px;
    padding-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .copyright-name {
    padding-top: 15px;
  }

  .take p {
    padding-top: 15px;
  }



  .description {
    padding-top: 80px;
  }

  .footer-soc a {
    display: inline-block;
  }
}
@media only screen and (max-width: 375px) {
  .fl {
    width: 100%;
  }

  .head {
    height: 500px;
  }

  .btn-wrap a {
    font-size: 20px;
    width: 290px;
    height: 54px;
  }

  .description {
    padding-top: 32px;
  }

  .descriprion-wrap {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .description h2 {
    font-size: 24px;
  }

  .desc-section h2 {
    font-size: 18px;
  }

  .descriprion-right h2 {
    padding-left: 59px;
  }

  .descriprion-left h3 {
    font-size: 24px;
  }

  .convection {
    padding-top: 50px;
  }

  .catalog h2 {
    font-size: 24px;
  }

  .reviews h2 {
    font-size: 24px;
  }

  .catalog {
    padding-top: 53px;
  }

  .convection h2 {
    font-size: 24px;
  }

  .question, .form {
    padding-right: 15px;
    padding-left: 15px;
  }

  .fl {
    margin: 15px auto;
  }

  .work {
    padding-top: 45px;
  }

  .work-wrap {
    padding-bottom: 0;
  }

  .form input {
    height: 65px;
  }

  button.button {
    height: 65px;
  }

  .work-box {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .question {
    padding-top: 35px;
    background-color: #2c363d;
    padding-bottom: 30px;
  }

  .head-mobile-text h2 {
    font-size: 16px;
    width: 103%;
  }

  .head-mobile-text span {
    font-size: 16px;
    padding-top: 49px;
  }

  .head-mobile-text {
    height: 117px;
  }

  .number {
    position: absolute;
    left: -2px;
    top: -6px;
  }

  .panel {
    background-color: #fff;
    display: none;
    overflow: hidden;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding-bottom: 30px;
  }

  .acc {
    display: none;
  }

  .accordion {
    color: #fb8e24;
    width: 100%;
    text-align: right;
    font-family: "Ubuntu-Italic";
    font-size: 16px;
    text-decoration: underline;
  }
  .accordion:hover {
    cursor: pointer;
  }

  .descriprion-left p {
    display: none;
  }

  .accordion-top p {
    display: block;
  }

  .accordion-top {
    position: relative;
  }
  .accordion-top span {
    opacity: 0.4;
  }

  .acct span {
    opacity: 1;
  }

  .panel p {
    padding-top: 0;
    display: block;
  }

  .catalog-box-mobile {
    display: none;
  }

  .mob-catalog-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .mob-box {
    width: 80px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 20px;
  }
  .mob-box span {
    color: #2c363d;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 52px;
    font-family: "Ubuntu-Bold";
  }
  .mob-box a {
    text-decoration: none;
  }

  .wrp-text h2 {
    font-size: 18px;
  }

  .mob-catalog-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .accordion-top {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  .catalog-box {
    width: 100%;
    margin-right: 15px;
    margin-left: 15px;
  }

  .slider-cont {
    width: 290px !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .catalog h2 {
    font-size: 18px;
  }

  button.button {
    font-size: 16px;
  }

  .form {
    padding-top: 45px;
  }

  .slick-prev {
    top: -28px !important;
    left: 16px !important;
  }

  .slick-next {
    top: -28px !important;
    right: 16px !important;
    left: inherit !important;
  }

  .slider {
    padding-top: 0;
  }

  .slider-titel h2 {
    width: 205px;
    text-align: left;
  }

  .head-mobile-text {
    width: 104%;
  }

  .logo img {
    width: 152px;
  }

  .descriprion-left p {
    padding-top: 10px;
  }

  .descriprion-wrap {
    padding-top: 20px;
  }
}
