*
{
  box-sizing: border-box;
  min-width:1px;
}

h1,h2,h3,h4
{
  font-size: 41px;
}

.header-text
{
  position:relative;
  /* display: inline-block; */
  /* text-align: center; */
}

.header-text:after
{
  content:"";
  width:100%;
  display: block;
  height:5px;
  margin-top:15px;
  /* background: #d6140d; */
}

body
{
  font-family: Tahoma;
  font-size: 16px;
  margin:0;
  padding:0;
  color: #444;
  padding-top: 80px;
}

.logo
{
  display:flex;
  /* background: #2195f3; */
}

.menu-logo
{
  display:flex;
  align-items: center;
}

.logo img
{
  /* height: 50px; */
  margin-right:15px;
  position: relative;
}
.logo .logo-text p
{
  margin-top:0px;
  margin-bottom:0;
}

.logo .logo-text p:first-child
{
  font-size:21px;
  font-weight:600;
  text-shadow: 0px 1px 0px #000;
  text-transform: uppercase;
}
.logo a
{
  color:#fff;
  text-decoration:none;
}
.logo .logo-text p:last-child
{
  font-size: 15px;
  margin-top: 12px;
  color: #fff;
}

.wrapper
{
  max-width:1100px;
  margin:0 auto;
}

header
{
  padding-top: 15px;
  padding-bottom: 15px;
  position:fixed;
  top:0;
  left:0;
  right:0;
  background: #fff;
  z-index: 9;
  box-shadow: -1px 3px 6px rgba(0, 0, 0, 0.11);
}

.menu ul
{
  list-style:none;
  padding: 0;
  margin: 0;
}

.menu ul li
{
  display:inline-block;
}
.menu ul li+li
{
  margin-left:15px;
}

button.open-menu 
{
    position: absolute;
    top: 13px;
    right: 18px;
    background: none;
    border: 0;
    padding: 4px 9px;
    cursor: pointer;
    display: none;
}

.email a 
{
  color:#35a5e6;
  text-decoration:none;
}

button.open-menu .line {
    display: block;
    height: 4px;
    background: #ffffff;
    margin-top: 5px;
    margin-bottom: 7px;
    width: 31px;
    border-radius: 5px;
}

.menu ul li a 
{
  color: #fd5000;
  text-decoration:none;
  /* text-transform:uppercase; */
  /* text-shadow: 0px 1px 0px #000; */
  font-weight: 600;
}

.menu ul li a.active
{
  font-weight:600;
  color: #444444;
}

.menu ul li a:hover
{
  color: #2195f3;
  /* text-decoration: underline; */
}

header .wrapper
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section#home
{

background: url('../images/smartphone-app-ux-design-digital-ios-android-iconstorm-flitz.jpg') no-repeat right #e1e9ec;

background-size: cover;
}

section#home .wrapper
{
  height: 100vh;
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

section#home .wrapper .text,
section#home .wrapper .image{width: 50%;}

section#home .wrapper .image img
{
  width:100%;
}
section#home .wrapper .text
{
  border: 5px solid #fc5b06;
  padding:25px;
  background: rgba(243, 242, 243, 0.91);
  border-radius: 5px;
  box-shadow: -8px 20px 15px #0000007d;
}

section#home h1
{
  font-size:42px;
  /* color: rgb(255, 255, 255); */
  text-shadow: 0px 1px 0px #fff;
  text-transform: uppercase;
  text-align: center;
}

section#home p
{
  font-size:25px;
  /* color:#fff; */
  text-align: center;
  text-shadow: 0px 1px 0px #fff;
}

section#home .more
{
  padding:5px 25px;
  border:0;
  border-radius: 5px;
  -webkit-transition: -webkit-box-shadow .1s linear;
  transition: -webkit-box-shadow .1s linear;
  -o-transition: box-shadow .1s linear;
  transition: box-shadow .1s linear;
  transition: box-shadow .1s linear,-webkit-box-shadow .1s linear;
  font-size: 55px;
  text-transform:uppercase;
  cursor:pointer;
  color: #fd5000;
  text-decoration:none;
  display: table;
  margin: 0 auto;
}

.t-cover__arrow-wrapper_animated {
  animation: t-arrow-bottom 1.7s infinite ease;
}
@-webkit-keyframes t-arrow-bottom {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  55% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes t-arrow-bottom {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  55% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
section#services 
{
  background: #ededf2;
}
section#services .wrapper
{
  display:flex;
  align-items:center;
  justify-content:center;
  height: 800px;
}

.col50
{
  display:flex;
  justify-content: space-between;
}

.col50 .text
{
  width: 50%;
  padding: 15px;
  /* border:1px solid #000; */
  text-align: center;
  margin: 10px;
  /* background: #fff; */
  /* border-radius: 10px; */
  /* box-shadow: 0 15px 30px 0 rgba(34,37,98,.15); */
}

.col50 .text .icon img
{
  margin-right:-20px;
}

.col50 .text:first-child
{
  /* background: #ff8a43; */
}

.col50+.col50 .text:last-child
{
  /* background:#fdd206; */
}

.col50+.col50 .text:first-child
{
  /* background:#ef4f99; */
}

.col50 .text:last-child
{
  /* background: #229bd0; */
}

 .col50 .text .icon
{/* padding: 25px; *//* background: #ffeeed; *//* border-radius: 15px; *//* display: flex; *//* justify-content: space-between; *//* align-items: center; */text-align: center;}

.col50 .text
{
  /* display:flex; */
  /* align-items:center; */
  line-height:25px;
  font-size: 16px;
  background: #ffffff;
  border-radius: 5px;
}

.col50 .text .icon i 
{
  font-size: 80px;
  /* margin-right:25px; */
  color: #d6140d;
  /* text-shadow:0px 1px 0px #000; */
  display: block;
  /* width: 90px; */
  /* height: 50px; */
  /* flex-basis: 20%; */
  margin-bottom: 25px;
}

section#services .col50 strong
{
  font-size: 18px;
  /* color: #35a5e6; */
  /* position: relative; */
  /* top: 6px; */
  display: block;
  /* flex-basis: 60%; */
  text-align: center;
}

#service-list
{

    text-shadow: 0px 1px 0px #000;
}

#service-list h2
{
  text-align:center;
}

#service-list .flex-space-between
{
  align-items:center;
}

#service-list .image
{
  flex-basis: 40%;
}

#service-list .image img
{
  width:100%;
}

#service-list .text
{
  /* text-align: left; */
  text-shadow: none;
  font-size: 15px;
  position:relative;
}

#service-list .col50>.text:after
{
  content:"";
  display:block;
  background:url('../images/arrow.svg') no-repeat;
  background-size: 44px;
  position:absolute;
  right:0;
  top: 52px;
  width: 44px;
  height: 28px;
}

#service-list .col50>.text:last-child:after
{
  display:none;
}
#service-list .text .col50 i
{
  font-size:32px;
  margin-right: 25px;
  margin-bottom: 0;
  color: inherit;
}

#service-list .col50 .text .icon
{
  /* display:flex; */
  /* justify-content:space-between; */
  /* text-align: left; */
  /* align-items: center; */
}

#service-list .col50 .text .icon img
{
  width:100px;
}

#service-list .col50 .text .icon strong
{
  display:block;
  clear:both;
  margin-top:20px;
  font-size: 18px;
}
.flex-space-between
{
  display:flex;
  justify-content:space-between;
}

section#service-list .wrapper{
  display:flex;
  height: 800px;
  justify-content:space-between;
  align-items:center;
  position: relative;
  /* color: #fff; */
  text-shadow: 0px 1px 0px #000;
}

section#service-list .wrapper>div{
  width:100%;
}

section#service-list .list ul
{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

section#service-list .list-content
{
  display:none;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 15px 30px 0 rgba(34,37,98,.15);
  box-shadow: 0 15px 30px 0 rgba(34,37,98,.15);
  background-color: #fff;
  padding:15px;
  background: url(../images/services-item-1.jpg) no-repeat right;
  color: #20224a;
}

section#service-list ul
{
  list-style:none;
  padding:0;
  margin: 0;
}

section#service-list .list>ul li{
  /* padding: 10px 30px; */
  /* background-color: #fff; */
  height: 104px;
  cursor:pointer;
  text-transform:unset;
  font-weight:600;
  width:20%;
}

section#service-list .list>ul li>div:first-child
{
  font-size:45px;
  color: #f3f3f2;
  margin-bottom:25px;
  padding-bottom:25px;
  border-bottom: 2px solid #35a5e6;
  text-align:center;
}

section#service-list .list>ul li>div:last-child
{
  text-align:center;
  font-weight:normal;
  font-size:21px;
}

section#service-list .list>ul li.active i
{
 
}
section#service-list .list>ul li i 
{
  font-size:35px;
  margin-right:15px;
}

section#service-list .inner
{
  /* display:flex; */
  /* justify-content:space-between; */
  padding-top:15px;
  padding-bottom:15px;
  width: 100%;
}

section#review
{
  background: #f6f5f3;
}

section#review>.wrapper
{
  display:flex;
  align-items:center;
  height: 600px;
}

section#review>.wrapper .review
{
  width:100%;
}

section#review>.wrapper .slides>li
{
  position:relative;
  /* background: #fff; */
}

section#review .review-content {
  font-size: 36px;
  position:relative;
  padding-top: 40px;
  width:100%;
  display: block;
  color: #fff;
  /* text-shadow: 0px 1px 0px #000; */
}

section#review .review-content
{
  display:flex;
}
section#review .review-content .ava
{
  
margin-right:15px;
  
width: 20%;
  
border-radius: 50%;
  
overflow: hidden;
  
width: 200px;
  
height: 200px;
}

section#review .review-content .ava img
{
  width:200px;
  height:230px;
}

section#review .review-content .text
{
  width: 70%;
  color: #000;
}

section#review .slides>li:before,
section#review .slides>li:after
{
  content:"\f10d";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display:block;
  font-size: 36px;
  position:absolute;
  top: 0;
  left: 2px;
  color: #1c1e64;
}

section#review .slides>li:after{
  bottom: 20px;
  right:0;
  transform:rotate(-180deg);
}

section#review li .autor{
  font-size:18px;
  text-align:center;
  color: #000;
}

section#review h3
{
  text-align:center;
  /* color: #fff; */
  text-shadow: 0px 1px 0px #000;
}

.flexslider .flex-control-nav li
{
  display:inline-block;
  margin-left:25px;
}

.flex-control-paging li a 
{
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.flex-nav-prev, .flex-nav-next
{
  display:none;
}

section#about .wrapper
{
  display:flex;
  align-items: center;
  justify-content: center;
  height: 800px;
}

section#about img
{
  /* width: 500px; */
  /* height: 333px; */
  margin-right:25px;
  border-radius: 10px;
}

section#about .wrapper .container
{
  display:flex;
  justify-content:space-between;
  align-items: center;
}

section#about
{
   /* box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.52); */
   position:relative;
   background: url('../images/services-item-3.jpg') right no-repeat;
   background-size:contain;
   /* background: #f6f6f6; */
}

section#about .wrapper
{
  position:relative;
  z-index:1;
}

section#about:before
{
  content:"";

}

section#about:after
{
  content:"";

}

section#about .wrapper .container .img,
section#about .wrapper .container .text
{
   width: 45%;
   /* background: rgba(255, 255, 255, 0.71); */
   border-radius: 5px;
}
section#about .wrapper .container .img, section#about .wrapper .container .text p
{
  line-height: 40px;
  font-size: 18px;
  /* background: #ccc; */
}
section#about .wrapper .container .text h3
{
  margin-top:0;
  line-height: 44px;
  margin-bottom: 20px;
  font-size: 32px;
  /* background: #ccc; */
}

section#contacts h3
{
  /* text-align:center; */
  /* color: #fff; */
  /* text-shadow: 0px 1px 0px #000; */
  /* width: 100%; */
}

section#contacts ul
{
  list-style:none;
  padding:0;
}
section#contacts .contact-container
{
  display:flex;
  align-items: center;
  justify-content: space-between;
}
section#contacts .wrapper
{
  display:flex;
  flex-direction:column;
  justify-content:center;
  height: 800px;
}
section#contacts .wrapper .form
{
  width: 50%;
  margin: 0 auto;
  height:100%;
  padding: 15px;
  background: #fff;
  box-shadow: 0px 7px 30px 0 rgba(147, 148, 165, 0.59);
  border-radius: 5px;
  border: 1px solid #ccc;
}

section#contacts .wrapper .text
{
  width: 50%;
  /* height:100%; */
  /* display: flex; */
  /* align-items: center; */
  /* flex-direction: column; */
  /* justify-content: center; */
  /* background: #ffeeec; */
  /* padding: 15px; */
  /* color: #000; */
}

section#contacts .wrapper .text h3
{
  font-size:32px;
}

section#contacts .wrapper .text p:first-child
{
  font-size:30px;
  /* text-align:center; */
  /* color: black; */
}

section#contacts .wrapper .text p:last-child,
section#contacts .wrapper .text p:last-child a
{

line-height:30px;

/* color: #fff; */
}

section#contacts
{
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNzIuMjkgMjUyLjM3Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDojMzJhNmE5O30uYntmaWxsOiNmZmI1MzM7fS5je2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFzc2V0IDEwPC90aXRsZT48cGF0aCBjbGFzcz0iYSIgZD0iTTI3Mi4yOSwyMTUuNzFBMzcuNTUsMzcuNTUsMCwwLDEsMjU3LDIzNi4wN2MtMTAuODIsNy4zNS0yMy42Myw5LjU4LTM3LDYuNDUtMTYuOTItNC0zMy0xNi4zMy00Mi4wOS0zMi4zLTE1LjYyLTI3LjU5LTEyLTYwLjE1LTguNDUtOTEuNjUuODUtNy42MywxLjczLTE1LjQ1LDIuMjktMjNDMTc2LDM4LjI3LDE2Mi4yLDYuMzYsMTMwLjYuNzQsODYuOTQtNyw3Mi4xMyw0OC4zOSw2Ni41NCw2OS4yNGwtLjM2LDEuMzYsOC4xOCwyLjE5LjM2LTEuMzZjOC41Ny0zMiwyMi41Mi02OCw1NC40LTYyLjM2LDI2LjYsNC43MywzOC4wOSwzMy42MywzNC4xNSw4NS45LS41Niw3LjQxLTEuMzksMTQuODItMi4yNywyMi42Ni0zLjY4LDMyLjgzLTcuNDgsNjYuNzgsOS41LDk2Ljc2LDEwLjMzLDE4LjI0LDI4LjA5LDMxLjgzLDQ3LjUzLDM2LjM3YTYwLjUzLDYwLjUzLDAsMCwwLDExLjY2LDEuNTgsNTIuNjcsNTIuNjcsMCwwLDAsMzIuMDYtOS4yNyw0OC43Nyw0OC43NywwLDAsMCwxMC41NC05LjU4WiIvPjxyZWN0IGNsYXNzPSJiIiB4PSI3LjQzIiB5PSI2NS43OCIgd2lkdGg9Ijk0LjQzIiBoZWlnaHQ9IjE1My44OCIgcng9IjQxLjEiIHJ5PSI0MS4xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3Ny45NyAyOTMuNzQpIHJvdGF0ZSgtMTY3LjgzKSIvPjxyZWN0IGNsYXNzPSJjIiB4PSI1My4yIiB5PSI5NS41NyIgd2lkdGg9IjE1LjE2IiBoZWlnaHQ9IjM3LjMiIHJ4PSI3LjU4IiByeT0iNy41OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOTYuMTIgMjM4LjcpIHJvdGF0ZSgtMTY3LjgzKSIvPjwvc3ZnPg==),
  url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMDMuOSAyMTYuODYiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiNmZmI1MzM7fS5ie2ZpbGw6IzliNGQwMDt9LmN7ZmlsbDojYzY2ZjEwO30uZHtmaWxsOiNmZmFjM2U7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5Bc3NldCAxMTwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImEiIHBvaW50cz0iMTg4Ljc3IDEwNC40OCAxNTYuNDcgODcuMTQgMTE0LjA3IDExMi4yOCAxMDMuNjQgNjAuOTEgMzUuOTQgNDAuNiAzMDMuODkgMCAxODguNzcgMTA0LjQ4Ii8+PHBvbHlnb24gY2xhc3M9ImIiIHBvaW50cz0iMTIwLjgxIDY3LjkyIDE1Ni40NyA4Ny4xNCAxMTQuMDcgMTEyLjI4IDEyMC44MSA2Ny45MiIvPjxwb2x5Z29uIGNsYXNzPSJjIiBwb2ludHM9IjEwMy42NCA2MC45MSAxMTQuMDcgMTEyLjI4IDEyMC44MSA2Ny45MiAzMDIuNjYgMC4xNSAxMDMuNjQgNjAuOTEiLz48cGF0aCBjbGFzcz0iZCIgZD0iTTE1LjA4LDIwOC4zN2wtMS43Ny0yLjY3QzksMjA4LjU1LDQuNTEsMjExLjM5LDAsMjE0LjEybDEuNjYsMi43NUM2LjIxLDIxNC4xMSwxMC43MiwyMTEuMjYsMTUuMDgsMjA4LjM3WiIvPjxwYXRoIGNsYXNzPSJkIiBkPSJNNDAuODYsMTg5LjgybC0yLTIuNTJjLTQuMTEsMy4yMS04LjM1LDYuNC0xMi42LDkuNDZsMS44OCwyLjZDMzIuNDUsMTk2LjI4LDM2LjcyLDE5My4wNyw0MC44NiwxODkuODJaIi8+PHBhdGggY2xhc3M9ImQiIGQ9Ik02NSwxNjkuMmwtMi4xOC0yLjM1Yy0zLjgsMy41My03Ljc2LDcuMDUtMTEuNzcsMTAuNDdsMi4wOCwyLjQ0QzU3LjIsMTc2LjMyLDYxLjIsMTcyLjc3LDY1LDE2OS4yWiIvPjxwYXRoIGNsYXNzPSJkIiBkPSJNMTA3Ljc1LDEyMi4yNWwtMi41NS0yYy0zLjE5LDQuMTctNi41LDguMzEtOS44NCwxMi4zbDIuNDYsMi4wNkMxMDEuMTksMTMwLjYyLDEwNC41MywxMjYuNDUsMTA3Ljc1LDEyMi4yNVoiLz48cGF0aCBjbGFzcz0iZCIgZD0iTTg3LjM5LDE0Ni42Myw4NSwxNDQuNDdjLTMuNTEsMy44Ni03LjE2LDcuNy0xMC44NCwxMS40M2wyLjI4LDIuMjZDODAuMTcsMTU0LjQsODMuODUsMTUwLjUyLDg3LjM5LDE0Ni42M1oiLz48L3N2Zz4=);
  background-repeat:no-repeat;
  background-position:100% 85px,4px 100%;
  background-size:281px 253px,349px 250px;
  /* margin:0 -4px; */
}
section#contacts textarea,
section#contacts input{
  width:100%;
  margin-bottom:15px;
  padding:10px 15px;
  box-shadow: inset 1px 1px 4px #ccc;
  border: 1px solid #ccc;
}

section#contacts button {
  padding: 15px 50px;
  border:0;
  border-radius:5px;
border-color: #e0452f;
    background: #f14c2e linear-gradient(180deg,#f14c2e,#d8452e);
    color: #fff;
    text-shadow: 0 -1px 1px #d8452e;
  font-size: 21px;
  cursor:pointer;
  color: #fff;
  text-decoration:none; 
  display: table;
  margin: 0 auto;
}

footer
{
  background: #ededf2;
  overflow:hidden;
  /* color:#fff; */
  padding-top:15px;
  padding-bottom:15px;
  /* box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.52); */
}

footer a 
{
  color: #35a5e6;
}

footer .wrapper
{
  display:flex;
  justify-content:space-between;
  align-items: center;
}

footer .logo-text
{
  font-size:13px;
}

footer ul
{
  padding:0;
  margin:0;
  list-style:none;
}

footer ul li
{

}

.flexslider{
  width:100%;
  background: transparent;
  border: 0;
}

@media(max-width:768px) {
  button.open-menu  
  {
    display: block;
    background: #fd5401;
  }
  header .wrapper
  {
    display:block;
    padding: 0;
  }
  header .logo
  {
    display:block;
    position:relative;
    top: -1px;
  }
  header .email{
    display:none;
  }
  header
  {
    background: #fefefe;
    /* padding: 5px; */
    height: 70px;
  }
  header .menu ul li
  {
    display:block;
    width:100%;
  }
  header .menu ul li + li 
  {
    margin-left:0;
    margin-top:15px;
  }
  header .menu 
  {
    height:0;
    overflow:hidden;
  }
  header .menu.open 
  {
    height:auto;
    background: #fff;
    width: 100%;
    display: block;
  }
  header .menu.open ul
  {
    padding:15px;
  }
  body{
    padding-top: 70px;
  }
  section#home .wrapper,
  section#services .wrapper,
  section#review>.wrapper,
  section#about .wrapper,
  section#contacts .wrapper,
  section#about .wrapper .container,
  section#contacts .contact-container,
  section#contacts .wrapper .form,
  section#contacts .wrapper .text,
  section#service-list .wrapper,
  section#service-list .inner
  {
    display:block;
    height:auto;
    padding:15px;
    margin-bottom: 0;
  }

  section#home .wrapper .text, section#home .wrapper .text,
  section#home .wrapper .text, section#home .wrapper .image
  {
    margin-top: 0;  
  }

  section#home .wrapper .text, section#home .wrapper .text
  {
    width:100%;
  }

  section#home .wrapper
  {
    position:relative;
    padding-bottom:25px;
  }
  
  section#home .wrapper .image
  {
    display:none;
  }
  section#home .wrapper
  {
    /* background:#1c1e64; */
  }

  .logo-text
  {
    display:none;
  }

  section#home h1
  {
    font-size:32px;
  }
  
  section#contacts .wrapper .form,
  .col50 .text,
  .col50,
  section#contacts .wrapper .text,
  #service-list .flex-space-between
  {
    display:block;
    width:100%;
    /* padding:0; */
    margin: 0;
    margin-bottom: 25px;
  }

  #service-list .image
  {
    display:none;
  }

  section#about .wrapper .container .img, section#about .wrapper .container .text,
  section#about .wrapper .container img{
    width:100%;
    height:auto;
  }
  section#services .col50 strong,
  section#services .col50 .icon 
  {
    text-align:center;
    width: 100%;
    display: block!important;
  }
  section#services .col50 .text .icon i
  {
    margin-right:0;
    font-size: 42px;
  }

  section#service-list .list-content-wrapper,
  section#service-list .list
  {
    width:100%;
  }
  section#service-list .list ul
  {
    display:block;
  }
  section#service-list .list>ul li
  {
    width:100%;
    height: auto;
  }
  section#service-list .inner .list>li
  {
    display:inline-block;
  }
  section#service-list .list-content
  {
    font-weight:600;
    background: none!important;
  }
  #service-list
  {
    background:none;
  }
  section#about
  {
    background:none;
  }
  section#about .wrapper .container
  {
    padding:0;
  }
  section#about .wrapper .container .text h3
  {
    font-size:32px;
  }
  footer .wrapper
  {
    justify-content: flex-start;
    padding-left: 15px;
  }
  section#review .review-content .ava
  {
    display:none;
  }
  section#review .review-content .text
  {
    width:100%;
    font-size:16px;
  }
  h1, h2, h3, h4
  {
    font-size:32px;
  }
  section#about:before
  {
    display:none;
  }
  section#about:after
  {
    width:100%;
  }
  #service-list .col50>.text:after
  {
    display:none;
  }
}