@font-face {
  font-family: "Open Sans";
  src: url(../fonts/opensans.woff2) format("woff2"), url(../fonts/opensans.woff) format("woff"), url(../fonts/opensans.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(../fonts/opensanssemibold.woff2) format("woff2"), url(../fonts/opensanssemibold.woff) format("woff"), url(../fonts/opensanssemibold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(../fonts/opensansbold.woff2) format("woff2"), url(../fonts/opensansbold.woff) format("woff"), url(../fonts/opensansbold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #343434;
}
body *::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background: transparent;
}
body *::-webkit-scrollbar-thumb {
  background: #FBBB2C;
  border-radius: 3px;
}
body *::-webkit-scrollbar-thumb:hover {
  background: #FE3131;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 580px;
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  background: #FE3131;
  -webkit-box-shadow: 0px 5px 5px rgba(230, 78, 78, 0.34);
  box-shadow: 0px 5px 5px rgba(230, 78, 78, 0.34);
  border: 1px solid #FE3131;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  text-decoration: none;
  border-radius: 2px;
}

.btn:hover {
  border-color: #002F75;
  background: #002F75;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.title {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #000;
  text-align: center;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

header {
  position: relative;
  padding: 15px 0 17px;
  background: #fff;
  z-index: 10;
}
header.fix{
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0px 2px 10px #c1c1c1;
}
header.fix .menu{
  display: none;
}
.top {
  flex-wrap: wrap;
}

.logo {
  max-width: 146px;
  margin-left: 5px;
}
.logo a, .logo img {
  display: block;
}

.menu {
  order: 4;
  width: calc(100% + 40px);
  margin: 16px -20px 0;
}

.menu-top {
  top: 73px;
  left: 0;
  width: 100%;
}
.menu-top a {
  width: 50%;
  background: #FFFFFF;
  border: 1px solid #BEBCB9;
  box-sizing: border-box;
  border-radius: 8px 8px 0px 0px;
  text-align: center;
  padding: 12px 30px;
  font-size: 19px;
  line-height: 22px;
  color: #002F75;
}
.menu-top a:hover, .menu-top a.active {
  background: #FBBB2C;
}
.menu-top a span {
  display: block;
}

.menu-bottom{
  display: none;
}
.menu-mob {
  display: none;
  background: #002F75;
  position: absolute;
  width: 100%;
  padding: 15px 0;
  left: 0;
}
.fix .menu-mob{
  margin-top: 17px;
}
.menu-mob a{
  display: block;
  padding: 15px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
}

.top-info {
  display: none;
}

.mob-call {
  display: block;
  text-align: center;
  font-size: 10px;
  margin: 0 21px 0 auto;
}
.mob-call img {
  display: block;
  margin: 0 auto;
}

.mob-menu {
  display: block;
  text-align: center;
  margin: 4px 0 0;
  font-size: 10px;
}
.mob-menu img {
  display: block;
  margin: 0 auto;
}

.main .container {
  padding: 0;
}
.main h1 {
  font-size: 22px;
  text-align: center;
  margin: 15px 0 0;
  color: #002F75;
}
.main p {
  font-size: 16px;
  color: #002F75;
  text-align: center;
  margin: 10px 0 17px;
  line-height: 20px;
}

.main-calc {
  background: #F3F3F3;
  backdrop-filter: blur(4.12007px);
  padding: 30px 20px 40px;
}
.main-calc h4 {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #000;
}
.main-calc .btn {
  margin: 0 auto;
  max-width: 288px;
  display: block;
  width: 100%;
  padding: 0;
  font-size: 17px;
}

.main-calc-title {
  margin: 0 0 23px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.main-calc-type {
  align-items: center;
  margin-bottom: 26px;
}
.main-calc-type h4 {
  margin-right: 26px;
}
.main-calc-type select {
  min-width: 168px;
  background: #FFFFFF;
  border: 0.709133px solid #002F75;
  box-sizing: border-box;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}

.main-calc-price {
  padding-right: 12px;
  margin-bottom: 25px;
}
.main-calc-price h4 {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.main-calc-price h4 span {
  position: relative;
  left: 10px;
}
.main-calc-price .flex {
  align-items: center;
}
.main-calc-price .main-calc-price-val {
  width: 48px;
}
.main-calc-price .main-calc-price-val input {
  background: #FFFFFF;
  border: 1.22721px solid #002F75;
  height: 32px;
  width: 100%;
  font-size: 12px;
  text-align: right;
}
.main-calc-price .main-calc-price-slider {
  width: calc(100% - 60px);
  max-width: 250px;
  margin-left: 12px;
}

.rangeslider--horizontal {
  height: 4px;
  background: #E1DEDA;
}
.rangeslider--horizontal .rangeslider__fill {
  background: #002F75;
}
.rangeslider--horizontal .rangeslider__handle {
  background: #000;
  width: 20px;
  height: 20px;
  background: #FE3131;
  box-shadow: none;
  top: -9px;
}
.rangeslider--horizontal .rangeslider__handle:after {
  display: none;
}

.main-calc-options {
  margin-bottom: 27px;
}
.main-calc-options h4 {
  margin-bottom: 9px;
}
.main-calc-options .input-group{
  position: relative;
  width: 100%;
}
.main-calc-options br{
  display: none;
}
.main-calc-options label {
  display: inline-flex;
  margin-bottom: 7px;
  line-height: 16px;
  font-size: 12px;
  align-items: center;
  position: relative;
}
.main-calc-options label input {
  display: none;
}
.main-calc-options label input:checked + span:before {
  background: #FE3131;
  content: '';
  display: block;
  position: absolute;
  right: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  border-radius: 90px;
}
.main-calc-options label p{
  font-size: inherit;
  color: inherit;
  margin: unset;
  text-align: inherit;
  line-height: inherit;
}
.main-calc-options label span {
  width: 20px;
  height: 20px;
  background: #F3F3F3;
  border: 2px solid #002F75;
  border-radius: 90px;
  margin-right: 6px;
  position: relative;
}
.main-calc-options .label-tool{
  position: relative;
  left: unset;
  top: -4px;
  border: 1px solid #fff;
  background: #fff;
  margin: 0;
  font-size: 16px;
  text-align: center;
  margin-left: 5px;
  display: inline-block;
  width: 20px;
  line-height: 18px;
  border-radius: 90px;
}
.main-calc-options .label-tool-text{
  border: none;
  height: auto;
  position: absolute;
  width: 260px;
  text-align: center;
  left: 0px;
  background: #000;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  bottom: 32px;
  left: unset;
  top: unset;
  display: none;
}
.main-calc-options .label-tool:after{
  content: '';
  background: #000;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  right: 5px;
  bottom: 20px;
  display: none;
}
.main-calc-options .label-tool:hover + .label-tool-text,
.main-calc-options .label-tool:hover:after{
  display: block;
}
.main-calc-options .label-tool-text:before,
.main-calc-options .label-tool:before{
  display: none;
}
.docs {
  padding: 44px 0 42px;
}
.docs .title {
  line-height: 30px;
  text-align: left;
  margin-bottom: 30px;
}

.docs-items {
  margin-bottom: 50px;
}
.docs-items .item-col {
  display: flex;
  margin: 0 4px;
}
.docs-items h4 {
  max-width: 157px;
  margin-left: 10px;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 9px;
}
.docs-items p {
  max-width: 260px;
  margin-left: 10px;
  margin-bottom: 0;
}

.docs-example {
  margin: 0 auto;
  display: block;
  width: auto;
  padding-left: 56px;
  line-height: 49px;
  color: #FE3131;
  background: transparent url(../img/pdf.svg) 0 center no-repeat;
  max-width: 290px;
  font-size: 13px;
}

.docs-prev {
  height: 34px;
  width: 18px;
  background: transparent url(../img/arrow-prev-red.svg) center no-repeat;
  position: absolute;
  top: calc(50% - 17px);
  left: 5px;
}

.docs-next {
  height: 34px;
  width: 18px;
  background: transparent url(../img/arrow-next-red.svg) center no-repeat;
  position: absolute;
  top: calc(50% - 17px);
  right: 5px;
}

.portfolio {
  padding: 36px 0;
  background: #F3F3F3;
}
.portfolio .title {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 23px;
}

.portfolio-mob-filter {
  margin-bottom: 20px;
}
.portfolio-mob-filter button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: none;
  border: 1px solid #002F75;
  border-left: none;
  border-right: none;
  font-size: 16px;
  line-height: 19px;
  color: #002F75;
  padding: 15px;
}
.portfolio-mob-filter button.active span {
  transform: rotate(180deg);
}
.portfolio-mob-filter button span {
  width: 15px;
  height: 15px;
  background: transparent url(../img/blue-check.svg) center no-repeat;
  display: inline-block;
  margin-left: 12px;
  transition: transform 0.3s linear;
}
.portfolio-mob-filter ul {
  position: absolute;
  width: 100%;
  z-index: 1;
  display: none;
  left: 0;
  padding: 0;
  margin: 0;
}
.portfolio-mob-filter ul li {
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 128px;
  justify-content: center;
  border: 1px solid #D6D5D5;
  border-bottom: none;
  padding: 15px;
  text-align: center;
  background-color: #ffffff;
}
.portfolio-mob-filter ul li:nth-child(even) {
  border-left: none;
}
.portfolio-mob-filter ul li:nth-last-child(2), .portfolio-mob-filter ul li:last-child {
  border-bottom: 1px solid #D6D5D5;
}
.portfolio-mob-filter ul li:hover, .portfolio-mob-filter ul li.active {
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F3F3F3;
  background-blend-mode: soft-light, normal;
  box-shadow: inset -2.5px -2.5px 5px #fafbff, inset 0px 0px 5px #a6abbd;
}
.portfolio-mob-filter ul li a {
  display: block;
  color: #000000;
  line-height: 19px;
}

.mob-portfolio-items {
  background: #fff;
  margin-bottom: 22px;
}
.mob-portfolio-items .item {
  padding: 9px 9px 22px;
  max-width: 360px;
  margin: 0 auto;
}
.mob-portfolio-items .item-img {
  margin-bottom: 17px;
}
.mob-portfolio-items .item-img img {
  display: block;
}
.mob-portfolio-items .item-content {
  align-items: center;
  justify-content: space-between;
}
.mob-portfolio-items .item-content strong {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-weight: 600;
  padding-right: 10px;
  width: calc(100% - 142px);
}
.mob-portfolio-items .item-content strong span {
  display: block;
  margin-top: 9px;
  font-size: 12px;
  line-height: 14px;
}
.mob-portfolio-items .item-content a,
.mob-portfolio-items .more-photo {
  font-size: 13px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #FE3131;
  width: 142px;
}
.mob-portfolio-items .item-content a:hover {
  text-decoration: none;
}
.mob-portfolio-items .item-content a .pc-text,
.mob-portfolio-items .more-photo.pc-text{
   display: none;
}
.mob-portfolio {
  position: relative;
}

.mob-portfolio-prev {
  position: absolute;
  left: 15px;
  top: 200px;
  background: transparent url(../img/arrow-prev-blue.svg) center no-repeat;
  width: 18px;
  height: 34px;
}
.mob-portfolio-next:not(.disabled):hover,
.mob-portfolio-prev:not(.disabled):hover{
   cursor: pointer;
}
.mob-portfolio-next.disabled,
.mob-portfolio-prev.disabled{
   opacity: 0.2;
}

.mob-portfolio-next {
  position: absolute;
  right: 15px;
  top: 200px;
  background: transparent url(../img/arrow-next-blue.svg) center no-repeat;
  width: 18px;
  height: 34px;
}

.mob-portfolio-dots {
  margin-bottom: 48px;
}
.mob-portfolio-dots .glider-dot {
  border: 1px solid #C1C1C1;
  background: none;
}
.mob-portfolio-dots .glider-dot.active {
  border-color: #000;
}

.mob-portfolio-bottom {
  text-align: center;
  color: #000000;
}
.mob-portfolio-bottom h4 {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 13px;
}
.mob-portfolio-bottom p {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 27px;
}
.mob-portfolio-bottom .btn {
  line-height: 48px;
  max-width: 207px;
  margin: 0 auto;
  display: block;
}



.preim {
  padding: 40px 0;
}
.preim .title {
  line-height: 42px;
  margin-bottom: 35px;
  width: 100%;
}
.preim .container {
  padding: 0;
  flex-wrap: wrap;
}

.preim-items {
  max-width: 280px;
  margin: 40px auto 30px;
}
.preim-items .item {
  margin-bottom: 26px;
}
.preim-items .flex {
  position: relative;
  align-items: center;
  margin-bottom: 22px;
}
.preim-items .flex .img {
  margin-right: 24px;
  width: 44px;
}
.preim-items .flex h4 {
  font-size: 17px;
  line-height: 20px;
  color: #343434;
  margin: 0;
}
.preim-items p {
  margin: 0;
  color: #343434;
}

.curtain {
  display: block !important;
  position: relative;
  width: 100%;
}
.curtain img {
  width: 100%;
}
.curtain .twentytwenty-overlay {
  top: unset;
  bottom: 10%;
  height: auto;
}
.curtain .twentytwenty-before-label {
  opacity: 1;
}
.curtain .twentytwenty-before-label:before {
  background: #fff;
  color: #000;
  font-weight: 700;
  padding: 0 10px;
  font-size: 12px;
}
.curtain .twentytwenty-after-label {
  opacity: 1;
}
.curtain .twentytwenty-after-label:before {
  background: #fff;
  color: #000;
  font-weight: 700;
  padding: 0 10px;
  font-size: 12px;
}

.curtain-container {
  max-width: 866px;
  margin: 0 auto;
}

.curtain-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 460px;
  margin: 28px auto 0;
  padding: 0 15px;
  width: 100%;
}

.tariffs {
  padding: 40px 0 33px;
  background: transparent url(../img/gray-bg.png) center no-repeat;
  background-size: cover;
  position: relative;
}
.tariffs .title {
  line-height: 42px;
  margin-bottom: 90px;
}

.tariffs-tab {
  position: absolute;
  display: flex;
  left: 0;
  top: 55px;
  width: 100%;
  overflow: auto;
  padding: 9px 20px;
  background: #F9F9F9;
  border-top: 1px solid #C9CACB;
  border-bottom: 1px solid #C9CACB;
}
.tariffs-tab::-webkit-scrollbar {
  display: none;
}
.tariffs-tab a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding: 6px 18px;
  color: #6F6E6E;
  border-radius: 5px;
}
.tariffs-tab a.active {
  color: #FEFEFF;
  background: #002F75;
  box-shadow: 0px 3px 5.656px rgba(252, 152, 28, 0.1);
}

.tariffs-items {
  margin-bottom: 33px;
}
.tariffs-items .item-wrap {
  display: flex;
  justify-content: center;
}
.tariffs-items .item {
  max-width: 291px;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.tariffs-items .item .btn {
  width: 236px;
  line-height: 44px;
  margin: 0 auto 28px;
  display: block;
}
.tariffs-items .item-content {
  padding: 30px 30px 0;
  margin-bottom: 10px;
  height: 294px;
}
.tariffs-items .tariff-check {
  padding-left: 18px;
  background: transparent url(../img/orange-check2.svg) left 5px no-repeat;
  margin-bottom: 13px;
}
.tariffs-items .tariff-check p {
  margin: 0;
  line-height: 19px;
}
.tariffs-items .tariff-check h4 {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 6px;
}
.tariffs-items .tariff-check span {
  line-height: 19px;
  margin-bottom: 7px;
  display: block;
}
.tariffs-items .tariff-check ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.tariffs-items .tariff-check ul li {
  padding-left: 22px;
  position: relative;
  line-height: 18px;
  display: block;
}
.tariffs-items .tariff-check ul li:after {
  width: 5px;
  height: 5px;
  background: #FC981C;
  content: "";
  display: block;
  border-radius: 90%;
  left: 8px;
  top: 6px;
  position: absolute;
}
.tariffs-items .item-bottom {
  align-items: center;
  height: 38px;
  padding: 0 30px;
  margin-bottom: 20px;
  justify-content: space-between;
  position: relative;
}
.tariffs-items .item-bottom:before {
  content: "";
  display: block;
  height: 40px;
  top: -1px;
  left: 44%;
  width: 1px;
  position: absolute;
  background: #C6BFBF;
}
.tariffs-items .item-bottom .price {
  padding: 0;
  text-align: center;
  width: 42%;
}
.tariffs-items .item-bottom .price strong {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #002F75;
}
.tariffs-items .item-bottom .left {
  width: 54%;
}
.tariffs-items .item-bottom .left strong {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #002F75;
}
.tariffs-items .item-bottom .left span {
  display: block;
  line-height: 14px;
  font-size: 12px;
  color: #707070;
}

.tariffs-dots {
  pointer-events: none;
}
.tariffs-dots .glider-dot {
  margin: 0 5px;
  background: #C4C4C4;
  width: 8px;
  height: 8px;
}
.tariffs-dots .glider-dot.active {
  background: #002F75;
}

.you-get {
  padding: 40px 0 70px;
}
.you-get .title {
  line-height: 42px;
  margin: 0 -10px 30px;
}
.you-get .btn {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 44px;
  display: block;
}

.you-get-items {
  flex-wrap: wrap;
}
.you-get-items .item {
  margin: 0 auto 50px;
  max-width: 324px;
}
.you-get-items .item-img a, .you-get-items .item-img img {
  display: block;
}
.you-get-items h4 {
  margin: 30px 0 20px;
  padding-left: 41px;
  background: transparent url(../img/orange-check.svg) 0 center no-repeat;
  font-size: 16px;
  line-height: 20px;
  color: #060606;
}
.you-get-items p {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

.how-we-work {
  padding: 50px 0;
}
.how-we-work .title {
  margin-bottom: 30px;
}
.how-we-work .btn {
  width: 100%;
  max-width: 288px;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
}

.how-items {
  margin-bottom: 21px;
}
.how-items .item {
  padding-left: 64px;
  padding-bottom: 24px;
  position: relative;
}
.how-items .item h4 {
  line-height: 20px;
  max-width: 242px;
  margin: 0 0 13px;
}
.how-items .item h4:before {
  width: 6px;
  height: 6px;
  background: #FC981C;
  display: inline-block;
  position: relative;
  content: "";
  border-radius: 90%;
  margin: 0 5px 0 2px;
  top: -3px;
}
.how-items .item p {
  margin: 0;
}
.how-items .item:before {
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -2px;
  z-index: 1;
}
.how-items .item:after {
  height: 100%;
  border-left: 1px dashed #FC981C;
  content: "";
  display: block;
  position: absolute;
  left: 17px;
  top: 0;
  width: 1px;
}
.how-items .item:nth-child(1):before {
  background: #fff url(../img/how-1.svg) center no-repeat;
  background-size: cover;
}
.how-items .item:nth-child(2):before {
  background: #fff url(../img/how-2.svg) center no-repeat;
  background-size: cover;
}
.how-items .item:nth-child(3):before {
  background: #fff url(../img/how-3.svg) center no-repeat;
  background-size: cover;
}
.how-items .item:nth-child(4):before {
  background: #fff url(../img/how-4.svg) center no-repeat;
  background-size: cover;
}
.how-items .item:nth-child(5):before {
  background: #fff url(../img/how-5.svg) center no-repeat;
  background-size: cover;
}
.how-items .item:nth-child(6):before {
  background: #fff url(../img/how-6.svg) center no-repeat;
  background-size: cover;
}
.how-items .item:nth-child(6):after {
  display: none;
}

.reviews {
  padding: 55px 0 65px;
  background: transparent url(../img/gray-bg.png) center no-repeat;
  background-size: cover;
}
.reviews .title {
  line-height: 30px;
  margin-bottom: 65px;
}

.reviews-items {
  margin-bottom: 23px;
}
.reviews-items .item-img {
  display: none;
}
.reviews-items .item-info h4 {
  margin: 0 0 14px;
  max-width: 240px;
  font-size: 16px;
}
.reviews-items .item-info p {
  padding-top: 27px;
  margin: 0 0 45px;
  border-top: 1px solid #C2C2C1;
}
.reviews-items .item-info .item-bottom {
  font-size: 16px;
  line-height: 22px;
  color: #090909;
  padding-bottom: 50px;
  border-bottom: 1px solid #C2C2C1;
}
.reviews-items .item-info .item-bottom span {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #938D8D;
}

.review-arrows {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.review-arrows p {
  margin: 0;
}
.review-arrows .prev {
  width: 18px;
  height: 34px;
  background: transparent url(../img/arrow-prev-red.svg) center no-repeat;
}
.review-arrows .prev.disabled{
  opacity: .2;
}
.review-arrows .prev.disabled:hover{
  cursor: default;
}
.review-arrows .next {
  width: 18px;
  height: 34px;
  background: transparent url(../img/arrow-next-red.svg) center no-repeat;
}
.review-arrows .next.disabled{
  opacity: .6;
}
.review-arrows .next.disabled:hover{
  cursor: default;
}

.faq {
  padding: 46px 0 58px;
}
.faq .title {
  line-height: 42px;
  margin-bottom: 35px;
}

.accordion .item {
  margin-bottom: 20px;
  color: #000;
}
.accordion .item .item-title {
  font-size: 16px;
  line-height: 20px;
  padding-left: 36px;
  position: relative;
  font-weight: 700;
}
.accordion .item .item-title:before {
  display: block;
  content: "";
  height: 2px;
  width: 16px;
  background: #FE3131;
  border-radius: 2px;
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
.accordion .item .item-title.active:before {
  display: none;
}
.accordion .item .item-title:after {
  display: block;
  content: "";
  height: 2px;
  width: 16px;
  background: #FE3131;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
.accordion .item .item-content {
  font-size: 16px;
  line-height: 20px;
  padding: 16px 0 8px;
  display: none;
}
.accordion .item .item-content p {
  margin: 0;
}

.our-team {
  padding: 30px 0 55px;
}
.our-team .title {
  margin-bottom: 40px;
}

.team-thumbs {
  margin: 0 auto 46px;
  max-width: 350px;
  justify-content: space-between;
}
.team-thumbs > * {
  width: 15.5%;
  border-radius: 90%;
  border: 1px solid transparent;
}
.team-thumbs > *.active {
  border: 1px solid red;
}
.team-thumbs img {
  border-radius: 90%;
  display: block;
}

.team-wrap {
  max-width: 350px;
  margin: 0 auto;
}
.team-wrap .team-img {
  margin-bottom: 14px;
}
.team-wrap .team-img img {
  display: block;
}
.team-wrap .team-info h4 {
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  padding: 5px 0;
  color: #000000;
  margin-bottom: 13px;
}
.team-wrap .team-info .team-special {
  line-height: 42px;
  display: inline-block;
  background: #F5F5F5;
  margin-bottom: 27px;
  padding: 0 30px;
}
.team-wrap .team-info .flex {
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.team-wrap .team-info .flex strong {
  margin-right: 5px;
}
.team-wrap .team-info .flex.edu span {
  width: 100%;
  margin-top: 10px;
}

.team-dots {
  display: none;
}

.we-answer {
  padding: 23px 0 50px;
  background: transparent url(../img/gray-bg.png) center no-repeat;
  background-size: cover;
}

.we-answer-img {
  text-align: center;
  margin-bottom: 30px;
}

.we-answer-content .title {
  line-height: 35px;
  margin-bottom: 20px;
  text-align: left;
}
.we-answer-content p {
  margin: 0;
  margin-bottom: 43px;
}
.we-answer-content h4 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 33px;
}
.we-answer-content .btn {
  font-size: 14px;
  max-width: 320px;
  margin: 0 auto;
  display: block;
}

.ask {
  padding: 50px 0;
  background: transparent url(../img/gray-bg.png) center no-repeat;
  background-size: cover;
}
.ask .title {
  line-height: 42px;
  margin: 0 -10px 25px;
}
.ask p {
  display: none;
}
.ask form {
  background: #fff;
  padding: 20px 17px 40px;
}
.ask form .col {
  width: 100%;
  margin-bottom: 10px;
}
.ask form .col span {
  font-size: 14px;
  line-height: 40px;
  color: #002F75;
  display: block;
}
.ask form .col input {
  border: 1px solid #002F75;
  width: 100%;
  border-radius: 2px;
  padding: 10px;
  height: 55px;
}
.ask form .col input:focus {
  outline: none;
}
.ask form .col input::placeholder {
  color: #737373;
}
.ask form .btn {
  width: 100%;
  line-height: 44px;
  font-size: 15px;
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}

.main-items {
  display: none;
}

.contacts {
  border-top: 2px solid #fff;
}

.contacts-wrap {
  padding: 30px 20px 0;
  background: transparent url(../img/gray-bg.png) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.contacts-top {
  background: #fff;
  color: #000;
  padding: 35px 30px 43px;
  margin-bottom: 30px;
}
.contacts-top .title {
  margin-bottom: 15px;
}
.contacts-top p {
  font-weight: 500;
  font-size: 16px;
  margin: 0 auto 26px;
}
.contacts-top p img {
  margin-left: 8px;
  position: relative;
  top: 4px;
}
.contacts-top address {
  padding-left: 34px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  background: transparent url(../img/contact-address.png) 0 4px no-repeat;
  margin-bottom: 18px;
}
.contacts-top > a {
  padding-left: 34px;
}

.contact-phone {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  background: transparent url(../img/contact-phone.png) 0 4px no-repeat;
  display: block;
  margin-bottom: 25px;
}

.contact-mail {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  background: transparent url(../img/contact-mail.png) 3px 4px no-repeat;
  display: block;
  margin-bottom: 22px;
  color: #000;
}

.contact-social {
  align-items: center;
  padding-left: 35px;
}

.contact-social-fb {
  width: 30px;
  height: 30px;
  background: transparent url(../img/fb.png) center no-repeat;
  margin-right: 16px;
}

.contact-social-in {
  width: 30px;
  height: 30px;
  background: transparent url(../img/insta.png) center no-repeat;
}

.contact-map {
  margin: 0 -20px;
  height: auto;
  max-height: 493px;
  overflow: hidden !important;
}
.contact-map img {
  width: 100%;
}
.contact-map:hover {
  cursor: pointer;
}

footer {
  background: #002F75;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  padding: 15px 10px 10px;
}
.review-arrows .prev:hover,
.review-arrows .next:hover,
.team-thumbs > *:hover,
.curtain-prev:hover,
.curtain-next:hover,
.accordion .item .item-title:hover{
  cursor: pointer;
}
.glider::-webkit-scrollbar{
  display: none;
}
.call-modal-left {
  display: none;
}
.call-modal-left img{
  border-radius: 90%;
}
.modal {
  padding: 39px 32px 46px;
  max-width: 325px;
  overflow: unset;
  display: none;
}

.modal p {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin: 0;
}

.modal .fancybox-button svg path {
  color: #FFFFFF;
}

.fancybox-slide--html .fancybox-close-small {
  top: -36px;
  right: -15px;
  opacity: 1px;
}

.call-modal-right p {
  margin-bottom: 9px;
}

.call-modal-right p:last-of-type {
  margin-bottom: 24px;
}

.call-modal-right form input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #002F75;
  height: 51px;
  font-size: 16px;
  color: #000;
  padding: 16px;
  margin: 4px 0 15px;
}

.call-modal-right form input:focus{
  outline: none;
}
.call-modal-right form input:placeholder {
  font-size: 16px;
  color: #A6A6A6;
}

.call-modal-right form span {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #727171;
  margin: 7px 0 14px;
}

.call-modal-right .btn {
  width: 100%;
  height: 46px;
  line-height: 44px;
}
.success h1{
  color: #002F75;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
}
.success h1 span{
  color: #fc981c;
  display: block;
}
.success .flex{
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 100px;
}
.success .left{
  width: 100%;
}
.success .left br{
  display: none;
}
.success .right{
  width: 100%;
  max-width: 455px;
  background: #f5f5f5;
  padding: 25px;
}
.success .right p{
  margin: 0;
}
.success .right ol{
  margin: 0;
  padding-left: 25px;
}
.mob-portfolio-count, .portfolio-filter{
   display: none;
}
.modal.portfolio-modal {
   padding: 0;
}
.main-gallery{
   width: 100%;
   min-width: 290px;
}
.main-gallery img{
   display: block;
}
.thumb-gallery{
   display: none;
}
@media (min-width: 768px) {
  .container {
    max-width: 760px;
    padding: 0 15px;
  }

  .mob-call, .mob-menu {
    display: none;
  }

  .logo {
    margin-left: 0;
    margin-right: 15px;
    padding-top: 10px;
  }

  .menu {
    margin: 0;
    width: auto;
    order: unset;
  }

  .menu-bottom {
    display: flex;
    width: 385px;
    justify-content: space-between;
  }
  .menu-bottom a {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #002F75;
    padding: 15px 10px 10px;
    border-bottom: 3px solid transparent;
  }
  .menu-bottom a:hover {
    border-bottom: 3px solid #FE3131;
  }

  .top-info {
    display: block;
    margin-left: auto;
    padding-top: 5px;
  }
  .top-info a {
    display: block;
    font-weight: bold;
    color: #002F75;
  }
  .top-info a.top-phone {
    font-size: 17px;
    line-height: 24px;
  }
  .top-info a.top-call {
    font-size: 11.6377px;
    line-height: 16px;
    text-decoration-line: underline;
    text-transform: uppercase;
  }
  .top-info span {
    font-size: 12px;
    line-height: 16px;
    display: block;
    color: #A6A6A6;
  }

  .menu-top {
    border-bottom: 1px solid #ABABAB;
  }
  .menu-top a {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 10px;
    width: 130px;
    border: none;
  }
  .menu-top a span {
    display: none;
  }

  header {
    padding-bottom: 12px;
  }

  .main {
    padding: 55px 0 75px;
    background: transparent url(../img/main-bg-new.jpg) center no-repeat;
    background-size: cover;
  }
  .main h1 {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
  }
  .main p {
    margin: 0;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1.2;
  }
  .main p br {
    display: none;
  }

  .main-calc {
    max-width: 675px;
    margin: 0 auto;
    padding: 36px 76px 41px
  }
  .main-calc h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .main-calc .btn {
    height: 66px;
    max-width: 415px;
    font-size: 21px;
  }

  .main-items {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .main-items .main-item {
    font-size: 20px;
    line-height: 25px;
    color: #002F75;
    padding-left: 50px;
    background: transparent url(../img/check-main.svg) 0 center no-repeat;
    background-size: 34px 34px;
  }

  .main-calc-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 45px;
  }

  .main-calc-wrapper {
    max-width: 580px;
    margin: 0 auto;
  }

  .main-calc-type {
    margin-bottom: 25px;
    justify-content: space-between;
  }
  .main-calc-type select {
    min-width: 325px;
    font-size: 17px;
    padding: 9px 21px;
  }

  .main-calc-price {
    margin-bottom: 20px;
  }

  .main-calc-price h4 {
    margin-bottom: 22px;
  }

  .main-calc-price .main-calc-price-val {
    width: 80px;
  }
  .main-calc-price .main-calc-price-val input {
    height: 38px;
    border-width: 2px;
    font-size: 16px;
    text-align: left;
    padding: 5px 10px;
  }

  .main-calc-price .main-calc-price-slider {
    width: calc(100% - 100px);
    max-width: 100%;
    margin-left: 23px;
  }

  .main-calc-price h4 span {
    font-size: 21px;
  }

  .rangeslider--horizontal {
    height: 10px;
    border-radius: 0px;
  }

  .rangeslider--horizontal .rangeslider__fill {
    border-radius: 0px;
  }

  .rangeslider--horizontal .rangeslider__handle {
    width: 30px;
    height: 30px;
    top: -10px;
  }

  .main-calc-options {
    margin: 0 -15px 28px;
    display: block
  }
  .main-calc-options h4 {
    margin-bottom: 8px;
    width: 100%;
    padding: 0 15px
  }
  .main-calc-options .input-group{
    padding-left: 45px;
    margin-bottom: 10px;
    display: inline-block;
    width: auto;
    min-width: 50%;
  }
  .main-calc-options label {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 0px 0 0;
    position: relative;
    line-height: 20px;
    display: inline
  }
  .main-calc-options label p{
    display: inline;
  }
  .main-calc-options label span {
    margin: 0;
    position: absolute;
    left: -30px;
    top: 0
  }
  .main-calc-options .label-tool{
    position: relative;
    top: 0;
    right: 0;
    margin-left: 3px;
    display: inline-block;
  }
  .main-calc-options .label-tool-text{
    width: 290px; 
    padding: 10px 8px;
    left: unset;
    right: -15px;
    bottom: 25px
  }
  .main-calc-options br{
    display: inline-block
  }

  .you-get-items {
    justify-content: space-between;
  }
  .you-get-items .item {
    margin: 0 0 50px;
  }

  .you-get-items {
    justify-content: space-between;
  }
  .you-get-items .item {
    margin: 0 0 50px;
  }

  .you-get .btn {
    font-size: 15px;
  }

  .title {
    font-size: 30px;
    line-height: 36px;
  }

  .we-answer .container {
    max-width: 580px;
  }

  .ask p {
    display: block;
    font-size: 16px;
    max-width: 620px;
    text-align: center;
    margin: 0 auto 5px;
  }

  .ask form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 30px 50px;
  }

  .ask form .col {
    width: 48%;
    max-width: 350px;
  }
  .ask form .col.col-full {
    width: 100%;
    max-width: 100%;
    margin-bottom: 27px;
  }

  .reviews-items {
    margin-bottom: 23px;
  }
  .reviews-items .item-wrap {
    max-width: 320px;
    margin: 0 auto;
  }

  .review-label {
    text-align: center;
  }

  .portfolio-mob-filter{
    display: none;
  }


  .preim {
    padding: 80px 0 100px;
  }
  .preim .title {
    order: 1;
  }

  .preim-items {
    order: 2;
    max-width: 100%;
    width: 100%;
    margin-top: 0;
  }

  .curtain-container {
    order: 3;
  }

  .curtain-bottom {
    order: 4;
  }

  .contacts {
    background: #f1f1f1 url(../img/map-bg2.png) center no-repeat;
    padding: 57px 0 52px;
    background-size: cover;
  }

  .contacts-wrap {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 0;
    position: relative;
  }

  .contacts-top {
    width: 56%;
    z-index: 2;
    position: absolute;
    padding: 25px;
    left: auto;
    right: 0;
    height: 100%;
    background: #fff;
  }

  .contact-map {
    width: 60%;
    height: auto;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 1;
  }
  .contact-map img {
    display: block;
  }

  .docs-example {
    font-size: 16px;
    max-width: 320px;
  }
  header.fix .menu{
    display: block;
  }
  .call-modal-left {
    display: block;
    width: 258px;
    margin-right: 15px;
  }
  .call-modal-left h2 {
    font-size: 20px;
    line-height: 25px;
    margin: 10px 0 7px;
  }
  .call-modal-right {
    width: 100%;
    max-width: 377px;
  }
  .modal {
    max-width: 450px;
    padding: 50px;
  }
  .calс-modal{
    padding: 49px 72px 62px 53px;
    max-width: 795px;
  }
  .modal > .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-wrap {
    background: #F5F5F5;
    width: 100%;
    height: auto;
    padding: 25px;
    margin-bottom: 15px;
    text-align: center;
  }
  .calс-modal .p-wrap {
    background: transparent url(../img/talk.png) center no-repeat;
    width: 408px;
    height: auto;
    background-size: cover;
    padding: 25px 25px 25px 60px;
    position: relative;
    left: -30px;
    text-align: left
  }
  .p-wrap p:last-of-type{
    margin-bottom: 0
  }
  .call-modal-right form span {
    padding-left: 20px;
    text-align: left;
  }
  .success .left br{
    display: inline-block
  }
  .menu-mob{
    display: none
  }

  .main-slider-dots{
    display: flex;
    position: absolute;
    bottom: 20px;
    justify-content: center;
    width: 100%;
    z-index: 15
  }
  .main-slider-dots .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    margin: 0 3px
  }
   .portfolio-filter{
      background: #01499B;
      overflow: auto;
      display: flex;
      align-items: center;
      padding: 0 10px;
      margin-bottom: 40px
   }
   .portfolio-filter a:hover,
   .portfolio-filter a.active{
      background: #002357;
   }
   .portfolio-filter a{
      font-size: 14px;
      line-height: 42px;
      color: #FFFFFF;
      padding: 6px 20px;
      display: block;
      white-space: nowrap;
   }
   .mob-portfolio-items{
      background: transparent;
      max-width: 670px;
   }
   .mob-portfolio-items .item{
      max-width: 322px;
      background: #fff;
      border: 1px solid #D6D5D5;
      padding: 8px 8px 20px; 
   }
   .mob-portfolio-next{
      right: 0
   }
   .mob-portfolio-prev{
      left: 0
   }
   .mob-portfolio-next{
      right: 0
   }
   .mob-portfolio-dots{
      display: none
   }
   .mob-portfolio-count{
      text-align: center;
      margin: 25px 0 50px;
      display: block
   }

   .mob-portfolio-items .item-content a,
   .mob-portfolio-items .more-photo{
      display: flex;
      width: 138px;
      height: 45px;
      font-weight: 700;
      font-size: 15px;
      line-height: 20px;
      align-items: center;
      justify-content: center;
      color: #FFFFFF;
      text-decoration: none;
      background: #FE3131;
      -webkit-box-shadow: 0px 5px 5px rgba(230, 78, 78, 0.34);
      box-shadow: 0px 5px 5px rgba(230, 78, 78, 0.34);
      border: 1px solid #FE3131;
      -webkit-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      border-radius: 2px;
   }
   .mob-portfolio-items .item-content a:hover,
   .mob-portfolio-items .more-photo:hover{
    border-color: #002F75;
    background: #002F75;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
   }
   .mob-portfolio-items .item-content a .mob-text,
   .mob-portfolio-items .more-photo.mob-text{
    display: none
   }
   .mob-portfolio-items .item-content a .pc-text,
   .mob-portfolio-items .more-photo.pc-text{
      display: block
   }
   .mob-portfolio-items .item-content{
      padding: 0
   }
   .portfolio-filter::-webkit-scrollbar { 
      width: 0;
      display: none
   }
   .mob-portfolio-bottom{
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 670px;
      margin: 0 auto
   }
   .mob-portfolio-bottom div{
      width: calc(100% - 220px)
   }
   .mob-portfolio-bottom .btn{
      width: 100%;
      max-width: 202px;
   }
   .mob-portfolio-items .item-content strong{
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
   }
   .portfolio .container{
    position: relative
   }
   .portfolio-filter{
    position: relative
   }

   .portfolio-filter-prev{
    position: absolute;
    width: 40px;
    height: 54px;
    background: #01499B url(../img/arrow-prev-white.svg) center no-repeat;
    background-size: 9px 20px;
    left: 15px;
    z-index: 1;
    display: none
   }
   .portfolio-filter-prev.active{
    display: block
   }
   .portfolio-filter-prev:hover{
    cursor: pointer
   }
   .portfolio-filter-next{
    position: absolute;
    width: 40px;
    height: 54px;
    background: #01499B url(../img/arrow-next-white.svg) center no-repeat;
    background-size: 9px 20px;
    right: 15px;
    z-index: 1
   }
   .portfolio-filter-next:hover{
    cursor: pointer
   }
   .team-thumbs{
    max-width: 460px;
   }
   .team-thumbs > *{
    width: 13.5%;
   }
}
@media (min-width: 992px) {
  .container {
    max-width: 990px;
    padding: 0 15px;
  }

  .logo {
    max-width: 165px;
    margin-right: 25px;
  }

  .menu {
    width: 570px;
  }

  .menu-bottom {
    width: 100%;
    justify-content: flex-start;
  }
  .menu-bottom a {
    min-width: 120px;
    text-align: center;
  }

  .you-get-items {
    justify-content: space-between;
  }
  .you-get-items .item {
    margin: 0 0 50px;
    max-width: 300px;
  }

  .faq {
    padding: 80px 0 125px;
  }
  .faq .title {
    margin-bottom: 44px;
  }

  .accordion {
    margin: 0 auto;
    max-width: 975px;
  }

  .accordion .item {
    margin-bottom: 26px;
  }

  .accordion .item .item-content {
    padding-bottom: 10px;
  }

  .we-answer {
    padding: 0 0 0 20px;
  }

  .we-answer .container {
    max-width: 990px;
    display: flex;
    justify-content: space-between;
  }

  .we-answer-img {
    width: 48%;
    max-width: 543px;
    order: 2;
    margin: 0;
  }
  .we-answer-img img {
    display: block;
  }

  .we-answer-content {
    width: 48%;
    max-width: 500px;
    order: 1;
    padding-top: 50px;
  }
  .we-answer-content .btn {
    margin-left: 0;
    font-size: 15px;
  }

  .ask {
    padding: 85px 0;
  }

  .ask .title {
    margin-bottom: 48px;
  }

  .ask form {
    padding: 35px 110px 50px;
    max-width: 972px;
    margin: 0 auto;
  }

  .docs {
    padding: 86px 0 76px;
  }
  .docs .title {
    margin: 0 auto 56px;
    max-width: 1065px;
    text-align: center;
    line-height: 42px;
  }

  .docs-items {
    justify-content: space-between;
    margin-bottom: 70px;
  }

  .docs-items .item-col {
    margin: 0 -11px;
    padding: 0 11px;
    width: 20%;
  }

  .docs-prev, .docs-next {
    display: none;
  }

  .tariffs {
    padding: 80px 0 76px;
  }

  .tariffs .title {
    margin-bottom: 55px;
  }

  .tariffs-items {
    display: flex;
  }
  .tariffs-items .item-content {
    padding: 30px 15px 0;
  }
  .tariffs-items .item-bottom {
    padding: 0 15px;
  }
  .tariffs-items .item-bottom .price strong {
    font-size: 14px;
  }
  .tariffs-items .btn {
    max-width: 215px;
  }

  .tariffs-tab {
    display: none;
  }

  .how-we-work {
    padding: 80px 0 40px;
  }
  .how-we-work .title {
    margin-bottom: 55px;
  }

  .how-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .how-items .item {
    width: 48%;
    max-width: 550px;
    padding-bottom: 70px;
  }
  .how-items .item:before {
    top: -8px;
  }
  .how-items .item p:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: transparent url(../img/how-check.svg) center no-repeat;
    position: absolute;
    left: 16px;
    top: 55%;
  }
  .how-items .item:nth-child(1) {
    order: 1;
  }
  .how-items .item:nth-child(2) {
    order: 3;
  }
  .how-items .item:nth-child(3) {
    order: 5;
  }
  .how-items .item:nth-child(3) p:before {
    display: none;
  }
  .how-items .item:nth-child(4) {
    order: 2;
  }
  .how-items .item:nth-child(5) {
    order: 4;
  }
  .how-items .item:nth-child(6) {
    order: 6;
  }
  .how-items .item:nth-child(6) p:before {
    display: none;
  }
  .how-items .item:nth-child(3):after {
    display: none;
  }

  .our-team {
    padding: 35px 0 150px;
  }
  .our-team .title {
    margin-bottom: 50px;
  }

  .team-thumbs {
    position: absolute;
    width: 385px;
    max-width: 385px;
    left: 590px;
    bottom: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    z-index: 1;
    margin-bottom: 10px;
  }
  .team-thumbs > * {
    width: 90px;
    margin-right: 8px;
    margin-bottom: 8px
  }
  .team-thumbs > *:nth-child(4){
    margin-right: 0
  }

  .team-wrap {
    display: flex;
    max-width: 100%;
  }
  .team-wrap .team-img {
    width: 540px;
    margin-right: 35px;
    margin-bottom: 0;
  }
  .team-wrap .team-info {
    width: 385px;
  }
  .team-wrap .team-info h4 {
    margin-bottom: 5px;
  }
  .team-wrap .team-info .flex {
    display: inline-flex;
    margin-right: 25px;
  }
  .team-wrap .team-info .flex:first-child {
    display: none;
  }

  .reviews {
    padding: 85px 0 100px;
  }

  .reviews-items .item-wrap {
    max-width: 1005px;
    display: flex;
    justify-content: space-between;
  }
  .reviews-items .item-img {
    display: block;
    width: 280px;
  }
  .reviews-items .item-info {
    width: 650px;
    padding-top: 30px;
  }
  .reviews-items .item-info h4 {
    max-width: none;
  }
  .reviews-items .item-info p {
    padding-top: 50px;
    margin-bottom: 60px;
  }
  .reviews-items .item-info .item-bottom {
    border: none;
  }

  .review-arrows {
    border-top: 1px solid #C2C2C1;
    padding-top: 24px;
    width: 310px;
    margin-top: 30px;
  }
  .review-arrows p {
    margin: 0 auto;
  }
  .review-arrows .prev {
    position: absolute;
    left: -10px;
    top: 45%;
  }
  .review-arrows .next {
    position: absolute;
    right: -10px;
    top: 45%;
  }

  .review-label {
    width: 650px;
  }

  .review-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .preim .title {
    margin-bottom: 85px;
  }

  .preim-items {
    margin-bottom: 70px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .preim-items .item {
    max-width: 300px;
    margin: 0;
  }

  .contacts-wrap {
    max-width: 990px;
  }

  .contacts-top {
    width: 50%;
    padding: 50px 50px 50px 80px;
  }
  .contacts-top .title {
    text-align: left;
  }
  .preim-items{
    max-width: 1100px;
  }
  .how-items .item:before{
    width: 53px;
    height: 53px
  }
  .how-items .item:after{
    left: 23px
  }
  .team-wrap{
    justify-content: flex-start;
  }
  .calc-modal-btn {
    width: 120px;
    margin: 0 auto 0 0;
  }
  .success h1{
    font-size: 46px
  }
  .success h1 span{
    display: inline-block
  }
  .success{
    min-height: calc(100vh - 230px);
  }
  .success .flex{
    flex-wrap: nowrap
  }
  .success .flex .left{
    width: 530px
  }
   .main-slider-dots{
    display: none
   }
   .mob-portfolio-items{
      max-width: 960px;
   }
   .mob-portfolio-items .item{
      max-width: 314px;
   }
   .mob-portfolio-bottom{
      max-width: 960px;
   }
   .mob-portfolio-bottom h4{
      font-size: 17px;
      line-height: 20px;
      margin: 0
   }
   .mob-portfolio-bottom p{
      font-size: 14px;
      line-height: 20px;
      margin: 6px 0 0
   }

}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }

  .title {
    font-size: 38px;
    line-height: 42px;
  }

  header {
    padding: 21px 0 11px;
  }

  .logo {
    margin-left: 7px;
    max-width: 198px;
    padding-top: 0;
    margin-right: 74px;
  }

  .menu {
    width: 666px;
  }

  .menu-bottom {
    width: 535px;
    justify-content: space-around;
  }

  .menu-bottom a {
    padding: 0 10px;
    padding-top: 17px;
    padding-bottom: 11px;
    min-width: auto;
  }

  .top-info {
    padding-top: 8px;
    margin-right: 12px;
  }
  .top-info span {
    margin-bottom: 5px;
  }

  .main h1 {
    font-size: 48px;
    line-height: 56px;
    margin: 0;
  }

  .main p {
    font-size: 36px;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .main .container {
    padding: 0 18px;
  }

  .main-items .main-item {
    font-size: 22px;
    line-height: 25px;
    padding-left: 70px;
    background-size: 50px 50px;
  }

  .main-items {
    margin-bottom: 50px;
  }

  .you-get {
    padding: 80px 0 95px;
  }
  .you-get .title {
    margin-bottom: 58px;
  }

  .you-get-items .item {
    margin: 0 0 60px;
    max-width: 325px;
  }

  .we-answer .container {
    max-width: 1200px;
  }

  .we-answer-content {
    padding-top: 80px;
  }
  .we-answer-content .title {
    margin-bottom: 48px;
  }
  .we-answer-content p {
    margin-bottom: 45px;
  }
  .we-answer-content h4 {
    margin: 0;
    margin-bottom: 42px;
  }

  .tariffs-items {
    display: flex;
  }
  .tariffs-items .item-content {
    padding: 30px 30px 0;
  }
  .tariffs-items .item-bottom {
    padding: 0 30px;
  }
  .tariffs-items .item-bottom .price {
    padding: 0;
  }
  .tariffs-items .item-bottom .price strong {
    font-size: 18px;
  }
  .tariffs-items .btn {
    max-width: 100%;
  }

  .how-items {
    padding-left: 20px;
    padding-right: 5px;
  }

  .team-thumbs {
    left: 710px;
  }
  .you-get .btn,
  .we-answer-content .btn{
    max-width: 360px;
  }

  .team-wrap .team-img {
    width: 575px;
    margin-right: 120px;
  }

  .review-arrows {
    width: 520px;
  }
  .review-arrows .prev {
    left: 5px;
  }
  .review-arrows .next {
    right: 5px;
  }

  .portfolio {
    padding: 86px 0 106px;
    background: transparent url(../img/gray-bg.png) center repeat;
    background-size: cover;
  }
  .portfolio .title {
    margin-bottom: 60px;
    font-size: 38px;
    line-height: 42px;
  }

  .contacts-wrap {
    max-width: 1123px;
    position: relative;
    left: 25px;
  }

  .contact-map {
    width: 660px;
  }

  .contacts-top {
    width: 575px;
    padding: 54px 55px 67px;
  }
  .contacts-top .title {
    margin-bottom: 24px;
  }
  .contacts-top p {
    font-weight: 500;
    font-size: 22px;
    line-height: 42px;
    margin-bottom: 40px;
  }
  .contacts-top p img {
    width: 32px;
  }
  .contacts-top address {
    font-size: 16px;
    padding-left: 44px;
    background: transparent url(../img/contact-address.png) 0 7px no-repeat;
    margin-bottom: 33px;
  }

  .contact-phone {
    margin-bottom: 30px;
    background: transparent url(../img/contact-phone.png) 0 1px no-repeat;
  }

  .contact-mail {
    margin-bottom: 48px;
  }

  .contacts-top > a {
    padding-left: 44px;
  }

  .contact-social {
    padding-left: 0;
  }
  .docs-items p{
    font-size: 16px
  }
  .calc-modal-btn {
    width: 133px;
    margin: 0;
    height: 31px;
    line-height: 31px;
    font-weight: 500;
  }
  .mob-portfolio-items{
     max-width: 1010px;
  }
  .mob-portfolio-items .item{
     max-width: 323px;
  }
  .mob-portfolio-bottom{
      max-width: 1010px;
   }

}

