@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
body {
  margin: 10;
  font-family: 'Roboto', sans-serif;
  min-width: 320px;
}

html, body{
  overflow-x: hidden;
}

.red-button {
  width: 225px;
  height: 42px;
  border-radius: 10px;
  background-color: #f10602;
  border: none;
  font-size: 18px;
  color: #ffffff;
}
button:hover {
  cursor: pointer;
}
li {
  list-style: none;
}
input {
  outline-style: none;
}
button {
  outline-style: none;
}
#contact-title .contact__item div{
  display: none;
  color: #3d7dca;
  cursor: pointer;
  text-decoration: underline;
  border:none!important;
}
header {
  height: 98px;
  margin-top: 30px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  position: relative;
}
header #mobile-menu {
  display: none;
}

header #mobile-menu:hover{
  opacity: .6;
  transition: .3s all;
}

header #mobile-menu img:hover + div {
  display: block;
}
header #mobile-menu div:hover {
  display: block;
}
header #mobile-menu > div {
  display: none;
  top: 6px;
  position: absolute;
  left: 10px;
  background-color: #fff;
  width: 210px;
  z-index: 99;
  padding-top: 20px;
}

#mobile-menu img{
  position: relative;
  z-index: 100;
  cursor: pointer;
}

header #mobile-menu > div ul {
  padding: 0;
  width: 80%;
  margin: 15px auto;
}
header #mobile-menu > div ul li {
  padding: 5px 0;
  border-bottom: 3px solid white;
}
header #mobile-menu > div ul li:hover {
  border-bottom: 3px solid red;
  cursor: pointer;
}
header #header-logo {
  padding-right: 10px;
}
header #header-logo img {
  width: 175px;
  height: 40px;
}
header #header-nav {
  width: 38%;
  height: 40px;
  align-items: flex-end;
  flex-wrap: wrap;
}


header #header-end {
  width: 45%;
}
header #header-end .blue-button {
  display: none;
  height: 42px;
  border-radius: 10px;
  border: 2px solid #0077d4;
  background-color: white;
  color: #0077d4;
  font-size: 16px;
  margin: 0 30px 0 10px;
  width: 172px;
}

header #header-end .blue-button:hover{
  transition: .3s all;
  background-color: #0077d4;
  color: #fff;

  -webkit-box-shadow: 0px 0px 39px -21px rgba(0,119,212,1);
  -moz-box-shadow: 0px 0px 39px -21px rgba(0,119,212,1);
  box-shadow: 0px 0px 39px -21px rgba(0,119,212,1);
}

header #header-end .red-button {
  font-size: 16px;
  text-decoration: none;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
}
header #header-end > div {
  position: relative;
  font-size: 14px;
  white-space: nowrap;
  margin-right:5px;
}
header #header-end > div span:first-child {
  line-height: 36px;
}
header #header-end > div > span:before {
  content: "";
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 30px;
  background-size: 15px;
  position: absolute;
  left: -20px;
}
header #header-end > div > span:first-child:before {
  background-image: url(../images/phone.png);
  top: 7px;
}
header #header-end > div > span:last-child:before {
  background-image: url(../images/email.png);
  top: 40px;
}
header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#big-slider > div {
  position: relative;
}
#big-slider > div .owl-nav {
  position: absolute;
  left: 141px;
  bottom: 35px;
  width: 85%;
  display: flex;
  justify-content: flex-start;
}
#big-slider > div .owl-nav > button {
  background-color: #0077d4;
  width: 45px;
  height: 40px;
  border-radius: 0;
}
#big-slider > div .owl-nav > button img {
  width: 20px;
  height: 27px;
  margin-top: 5px;
}
#big-slider > div .item .big-slider-title {
  position: absolute;
  color: white;
  top: 0;
  left: 141px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 786px;
  width: 43%;
}
#big-slider > div .item .big-slider-title .red-button {
  height: 50px;
  margin-top: 20px;
}
#big-slider > div .item .big-slider-title .red-button:after {
  content: url(../images/button-arrow.png);
  margin-left: 10px;
}
#big-slider > div .item .big-slider-title h2 {
  font-size: 48px;
  line-height: 60px;
  margin: 0;
}
#big-slider > div .item .big-slider-title p {
  font-size: 20px;
  line-height: 36px;
  margin: 15px 0;
  line-height: 28px;
  width: 70%;
}
#big-slider > div .owl-nav[class*=owl-] > button {
  margin: 5px 1px;
}

#services .item:after {
  opacity: 0;
  display: block;
  content: "";
  background: #0078d46e;
  position: absolute;
  width: 100%;
  height: calc(100% - 40px);
  top: 0;
}

#services .item:hover:after{
  opacity: 1;
  transition: .3s all;
}

.services--container-content > div:after{
  height: 98% !important;
}

#services > div img {
  width: 100%;
  height: auto;

}
#services .item button {
  position: absolute;
  width: 70%;
  height: 90px;
  color: white;
  font-size: 24px;
  background-color: #0a79c7;
  border: none;
  bottom: 0px;
  z-index: 999;
  left: 50%;
  transform: translate(-50%);
  font-weight: bold;

}
#services > div > div:hover:after {
  opacity: 1;
  transition: .3s all;
}

.services--container-content > div button{
  position: absolute;
  width: 70%;
  height: 90px;
  color: white;
  font-size: 24px;
  background-color: #0a79c7;
  border: none;
  bottom: 0px;
  z-index: 999;
  left: 50%;
  transform: translate(-50%);
  font-weight: bold;
}

.services--container-content > div > div:hover:after {
  opacity: 1;
  transition: .3s all;
}

.services--container-content > div:hover > button {
  background-color: red !important;
  transition: .3s all;
}

#services .item:hover > button {
  background-color: red !important;
  transition: .3s all;
}

#services > .item:hover:after{
  opacity: 1;
  transition: .3s all;
}

#about-company {
  display: table-footer-group;
  justify-content: space-between;
  margin-top: 120px;
  background-image: url(../images/about-company.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 42%;
  box-shadow: inset 0 -20px 12px -12px #d4d2d2;
  padding-bottom: 50px;
}
#about-company > div:first-child {
  width: 45%;
  padding: 0 40px;
}
#about-company > div:first-child > div {
  width: 70px;
  height: 3px;
  background-color: red;
}
#about-company > div:first-child h2 {
  margin-top: 10px;
  font-size: 50px;
}
#about-company > div:first-child h3 {
  font-size: 32px;
}
#about-company > div:first-child p {
  line-height: 28px;
  font-size: 18px;
}
#about-company > div:first-child span {
  font-weight: 600;
  margin-left: 10px;
  height: 15px;
  display: block;
  margin-top: 40px;
}
#about-company > div:first-child span:last-child {
  margin-top: 0;
}
#about-company > div:first-child span:before {
  content: url(../images/okey.png);
  margin: 0 10px;
}
#benefits {
  text-align: center;
  margin-top: 35px;
  width: 95%;
  margin: auto;
  padding-bottom: 50px;
}
#benefits > button {
  display: none;
  width: 420px;
  height: 60px;
  margin: 70px 0 40px;

  transform: translate(-50%, 0);
  left: 50%;
  position: relative;
}
#benefits > h2 {
  font-size: 50px;
  margin-bottom: 80px;
}
#benefits > div {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
}

#benefits > div > div {
  width: 24%;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  position: relative;
}
#benefits > div > div img {
  margin-top: 20px;
  height: 60px;
}
#benefits > div > div > p {
  margin: 5px 0;
  width: 80%;
  line-height: 30px;
  font-size: 22px;
}
#benefits > div .benefits-hover {
  display: none;
  color: white;
}
#benefits > div .benefits-hover p {
  padding: 35px;
  margin: 0;
  font-size: 18px;
}
#benefits > div > div:hover .benefits-hover {
  position: absolute;
  background-color: #3d7dca;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#benefits > div > div:hover:after {
  background-image: url(../images/arrow-top.png);
}
#benefits > div > div:nth-child(1) {
  border-bottom: 1px solid #3d7dca;
  border-right: 1px solid #3d7dca;
}
#benefits > div > div:nth-child(2) {
  border-bottom: 1px solid #3d7dca;
  border-right: 1px solid #3d7dca;
}
#benefits > div > div:nth-child(3) {
  border-bottom: 1px solid #3d7dca;
  border-right: 1px solid #3d7dca;
}
#benefits > div > div:nth-child(4) {
  border-bottom: 1px solid #3d7dca;
}
#benefits > div > div:nth-child(5) {
  border-right: 1px solid #3d7dca;
}
#benefits > div > div:nth-child(6) {
  border-right: 1px solid #3d7dca;
}
#benefits > div > div:nth-child(7) {
  border-right: 1px solid #3d7dca;
}

#consultation {
  display: none;
  position: relative;
  color: white;
  height: 550px;

  background: url('../images/consultation.png') 50% 50% no-repeat;
  background-size: cover;
}


#consultation > img {
  position: absolute;
  z-index: -2;
  height: 550px;
  width: 100%;
}
#consultation #consultation-title {
  padding-top: 40px;
}
#consultation #consultation-title > h2 {
  margin: 0;
  font-size: 50px;
  text-align: center;
  margin-bottom: 10px;
}
#consultation #consultation-title p {
  text-align: center;
  font-size: 24px;
  width: 870px;
  margin: auto;
}
#consultation #consultation-form {
  margin-top: 60px;
}
#consultation #consultation-form label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#consultation #consultation-form label input {
  width: 24%;
  margin: 0 30px;
}
#consultation #consultation-form label [type^="text"] {
  border: none;
  border-bottom: 1px solid white;
  background-color: #f000;
  color: white;
  font-size: 18px;
  padding: 10px;
}
#consultation #consultation-form label [type^="text"]::placeholder {
  color: white;
}
#consultation #consultation-form label input:last-child {
  margin-top: 120px;
}
#consultation #consultation-form label .red-button {
  height: 60px;
}

.red-button{
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

#slider-services-1 {
  margin-bottom: 50px;
}
#slider-services-1 h2 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 10px;
}
#slider-services-1 > p {
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
}



#slider-services-2 {
  padding: 40px 0;
  background-color: #E3EDF9;
}
#slider-services-2 > div:first-child {
  width: 70px;
  height: 3px;
  background-color: red;
  margin-left: 40px;
}
#slider-services-2 h2 {
  font-size: 50px;
  margin-top: 5px;
  margin-left: 40px;
}
#slider-services-2 .item {
  background-color: #fff;
}
#slider-services-2 .item img {
  background-color: #d6d6d6;
}
#slider-services-2 .item p {
  width: 90%;
  font-size: 24px;
  font-weight: 600;
}
#slider-services-2 .item p span {
  display: block;
}
#slider-services-2 .item .blue-line {
  height: 4px;
  width: 90%;
  margin: auto;
  background-color: #0077d4;
}
#slider-services-2 .item ul {
  margin: 0;
  padding: 0;
  width: 90%;
  margin: auto;
  margin-top: 20px;
}
#slider-services-2 .item ul li {
  font-size: 18px;
  line-height: 30px;
}
.slider-services .carousel-our {
  width: 90%;
  margin: auto;
}
.slider-services .carousel-our .owl-nav {
  position: absolute;
  top: 30%;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.slider-services .carousel-our .owl-nav button {
  position: absolute;
}
.slider-services .carousel-our .owl-nav button img {
  height: 50px;
}

.slider-services .carousel-our .owl-nav button img:hover{
  height: 55px;
  transition: .3s all;
}

.slider-services .carousel-our .owl-nav button:hover {
  background: unset;
}
.slider-services .carousel-our .owl-nav .owl-prev {
  left: -4%;
}
.slider-services .carousel-our .owl-nav .owl-next {
  right: -4%;
}
.slider-services .carousel-our .owl-dots .owl-dot span {
  background: #ff000000;
  border: 1px solid #969696;
}
.slider-services .carousel-our .owl-dots .owl-dot.active span {
  background: red !important;
  border: 1px solid red;
}
.slider-services .carousel-our .owl-item {
  padding-bottom: 20px;
}
.slider-services .carousel-our .item {
  width: 90%;
  margin: 0 auto;
  box-shadow: 0 0 15px #8f8f8f;
  padding-bottom: 20px;
}
.slider-services .carousel-our .item p {
  font-size: 20px;
  margin-left: 18px;
}
.slider-services .carousel-our .item button {
  margin-left: 18px;
}
#map-orders {
  background-color: #3e7eca;
  background-image: url(../images/map.png);
  background-size: 80%;
  background-position-x: right;
  background-repeat: no-repeat;
  color: #fff;
  padding: 10px 0 150px;
}
#map-orders > div {
  width: 620px;
  padding-top: 50px;
  padding-left: 40px;
}
#map-orders > div > div:first-child {
  width: 70px;
  height: 3px;
  background-color: red;
}
#map-orders > div > div:last-child {
  width: 100%;
  display: flex;
  justify-content: center;
}
#map-orders > div h2 {
  font-size: 50px;
  margin: 0;
  margin-top: 10px;
}
#map-orders > div p {
  font-size: 18px;
  margin: 30px 0 40px;
}
#map-orders > div ul {
  height: 140px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#map-orders > div ul li {
  list-style: unset;
  font-size: 20px;
  line-height: 35px;
}
#map-orders > div button {
  display: none;
  height: 61px;
  width: 422px;
}
#cost-calculation {
  display: none;
  height: 565px;
  background-color: #ECECEC;
  padding: 30px 40px;
}
#cost-calculation > #calculation-title {
  display: none;
  align-items: center;
}
#cost-calculation > #calculation-title h2 {
  font-size: 50px;
  margin: 0;
  margin-top: 5px;
}
#cost-calculation > #calculation-title p {
  width: 50%;
  font-size: 18px;
  margin-bottom: 0;
}
#cost-calculation > #calculation-title > div {
  width: 33%;
  min-width: 450px;
}
#cost-calculation > #calculation-title > div div {
  width: 70px;
  height: 3px;
  background-color: red;
}
#cost-calculation label {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#cost-calculation label > div:first-child input:nth-child(4) {
  margin-bottom: 15px;
}
#cost-calculation label .claculation-check {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #8D8D8D;
}
#cost-calculation label .claculation-check input {
  margin: 0;
  width: 20px;
  margin-right: 10px;
}
#cost-calculation label .claculation-check span {
  border-bottom: 1px solid #8D8D8D;
  margin-left: 5px;
}
#cost-calculation label > div {
  display: flex;
  flex-direction: column;
  width: 30%;
}
#cost-calculation label > div h3 {
  font-size: 18px;
  font-weight: 600;
}
#cost-calculation label > div input {
  margin-bottom: 30px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #c7c7c7;
}

#cost-calculation label > div input:last-child{
  border: unset;
}

#cost-calculation label > div input[type=submit] {
  width: 90%;
  margin-top: 70px;
  height: 60px;
}
#cost-calculation label > div input[type=text] {
  font-size: 18px;
  padding: 0 15px;
}
#cost-calculation label > div input::placeholder {
  color: #868484;
}
#cost-calculation label .disp-block {
  display: none;
}
#contact {
  margin-top: 60px;
}
#contact #red-line {
  width: 70px;
  height: 3px;
  background-color: red;
  margin-left: 50px;
}
#contact > h2 {
  font-size: 50px;
  margin-top: 10px;
  margin-left: 50px;
}
#contact #contact-title {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 60%;
  float: right;

  position: relative;
  z-index: 3;
}
#contact #contact-title > div {
  display: flex;
  align-items: center;
  margin: 2%;
}
#contact #contact-title div:nth-child(3n){
	margin-top: 2px!important;
}
#contact #contact-title > div img {
  margin-right: 10px;
  margin-top: 3px;
  width: 20px;
}
#contact #contact-title > div div p {
  margin: 5px 0;
  font-weight: 600;
  font-size: 18px;
}
#contact #contact-title > div div span {
  border-bottom: 1px solid black;
  font-size: 14px;
}

#contact #contact-map {
  position: relative;
}
#contact #contact-map div {
  display: none;
  position: absolute;
  width: 400px;
  height: 520px;
  background-color: white;
  box-shadow: 0 0 10px black;
  border-radius: 10px;
  padding: 0 30px;
  top: 0;
  left: 6%;
}
#contact #contact-map div h2 {
  font-size: 36px;
}
#contact #contact-map div label {
  display: flex;
  flex-direction: column;
}
#contact #contact-map div label input {
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
  font-size: 16px;
  height: 35px;
  border: none;
  border-bottom: 1px solid #3D7DCA;

  padding: 0 10px;
  width: calc(100% - 20px);
}
#contact #contact-map div label input:nth-child(3) {
  margin-bottom: 10px;
}
#contact #contact-map div label input[type=submit] {
  height: 60px;
  width: 280px;
  color: white;
  background-color: #3D7DCA;
  border: 3px solid #3D7DCA;
  border-radius: 10px;
  margin-top: 50px;
  cursor: pointer;
}

#contact #contact-map div label input[type=submit]:hover{
  background-color: transparent;
  color: #3D7DCA;
  transition: .3s all;
}

#contact #contact-map div label p {
  font-size: 16px;
  color: #868484;
}
#contact #contact-map div label p a {
  color: #3D7DCA;
  border-bottom: 1px solid #3D7DCA;
}
footer {
  padding: 60px 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
footer p {
  margin: 0;
  text-align: center;
}


/*New*/
footer p{
  margin: 0 auto;
  padding-right: 203px;
}

.contact__item{
  display: flex;
  flex-direction: column;
}

.contact__item a:last-child{
  color: #3d7dca;
}

.contact__item a:hover:last-child{
  text-decoration: none;
}

.contact__item a:first-child{
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.contact__item a:hover:first-child{
  color: #3d7dca;
  transition: .3s all;
}

#contact #contact-map div label input:focus{
  transition: .3s all;
  background: #f5f5f5;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  padding: 0 10px;
  color: #3D7DCA;
}

.input__checked{
  transition: .3s all;
  background: #f5f5f5 !important;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  padding: 0 10px;
  color: #3D7DCA !important;
}

#big-slider > div .owl-nav > button:hover{
  border: 2px solid #fff;
  transition: .3s all;
}

#services > div > div{
  cursor: pointer;
}

#services > div:hover .sevices__img{
  opacity: 1;
  transition: .3s all;
}

#consultation #consultation-form label input:last-child{
  cursor: pointer;
}

/* Flip */

.card__container{
  width: 300px;
  height: 200px;
  position: relative;
  perspective: 800px;
}

.card{
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}




.card div{
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background: #fff;
}



.card__back{
  transform: unset;
  bottom: -100%;
  transition: .3s all;
  background: #3d7dca !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.flipped .card__back{
  transition: .5s all;
  bottom: 0;
}




/* Button */

.red-button:hover{
  -webkit-box-shadow: 0px 0px 25px 0px rgba(241,6,2,1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(241,6,2,1);
  box-shadow: 0px 0px 25px 0px rgba(241,6,2,1);

  transition: .3s all;
}

/* Parallax */


/* Services */

.services__item{
  position: relative;
  cursor: pointer;
}

.services__content{
  position: absolute;
  bottom: -70px;
  left: 0;
  background: #fff;
  width: 100%;

}

.slider-services-content-hover{
  bottom: 0;
  transition: .3s all;
}

#slider-services-1 .red-button {
  width: 212px;
  margin: 0px 0 20px 5%;
}

#slider-services-1 .item {
  height: 350px;
  overflow: hidden;
}


/* Nav Menu */

header #header-nav div {
  font-size: 18px;
  font-weight: 500;
  margin: 0 3px;
  position: relative;
  border-bottom: 3px solid white;
  border-bottom: 3px solid transparent;
}



header #header-nav div span{
  border-bottom: 3px solid transparent;
  position: relative;
  z-index: 3;
  cursor: pointer;
}

header #header-nav a{
  border-bottom: 3px solid transparent;
  position: relative;
  z-index: 3;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin: 0 3px;
}

header #header-nav div span:hover{
  text-decoration: underline;
  text-decoration-color: #ff0000;
}

header #header-nav > a:hover{
  text-decoration: underline;
  text-decoration-color: #ff0000;
}


header #header-nav div > ul {
  position: absolute;
  margin: 0;
  display: none;
  width: 210px;
  background-color: #fff;
  line-height: 30px;
  padding: 20px 10px 10px;
  z-index: 5;
}

header #header-nav div > ul li{
  border-bottom: 3px solid transparent;
}

header #header-nav div > ul li:hover {
  cursor: pointer;
  border-color: #ff0000;
  transition: .3s all;
}


header #header-nav div:hover > ul {
  display: block;
}

header #header-nav div > ul li a{
  font-size: 16px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
}


header #mobile-menu > div ul li a{
  text-decoration: none;
  color: #000;
}

#services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;

  margin: 57px auto 0;
  width: 85%;

}
.services__menu .item {
  margin-top: 30px;
  padding-bottom: 40px;
  position: relative;
  width: 95%; 
}

.services__menu .item:nth-child(3), .services__menu .item:nth-child(4){
  margin-top: 45px;
}

#big-slider .owl-carousel div img{
  min-height: 786px;
  width: unset !important;
}

#big-slider > div .owl-nav > button img{
  min-height: unset;
}

.card__front p{
  width: 335px;
  margin: 0 auto;
  padding-top: 15px;
}

#contact #contact-map div label p input[type=checkbox]{
  width: unset;
  margin-bottom: unset;
  height: unset;
  transform: translate(0px, 2px);
}

.owl-carousel .owl-item .services__photo  img{
  width: unset;
  height: 280px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

#header-nav div:first-child{
  display: none;
}

/* Container */

.benefits__container{
  padding: 90px 0;
}

.benefits__container > div > div:after{
  display: none;
}

.benefits__container > div > div{
  border: 0 !important;
}

#desc{
  min-height: 640px;
  display: flex;
}

.desc__left{
  width: 45%;
  background: url(../images/container-main.png) 50% 50% no-repeat;
  background-size: cover;
  background-position: right;
}

.desc__right{
  width: calc(55% - 100px);
  margin: 10px 50px 50px 50px;
}

.desc__title{
  margin: 10px 0;
  font-size: 50px;
}

.desc__right-content > div:first-child{
  width: 70px;
  height: 3px;
  background-color: red;
}

.desc__undertitle{
  font-size: 30px;
  margin: 0;
}

.desc__right-content p{
  font-size: 18px;
  line-height: 1.5;
}

.desc__text-item:before{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../images/checkout.png') 50% 50% no-repeat;
  background-size: contain;
  margin-right: 15px;
}

.opportunities__item:before{
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url('../images/checkout.png') 50% 50% no-repeat;
  background-size: contain;
  left: -30px;
  top: 3px;
  position: absolute;

}

.desc__items-wrapper{
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.desc__text-item{
  width: 50%;
  display: flex;
  margin-bottom: 15px;
}

.desc__text-item-text{
  width: 270px;
  font-weight: bold;
}



.services--container-title{
  font-size: 50px;
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0;
}

.services--container {
  padding-bottom: 50px;
}


.opportunities__title{
  font-size: 40px;
  font-weight: bold;
}

.opportunities__item{
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 40%;
}

.opportunities__item:nth-child(2n){
  margin-left: 150px;
}

.opportunities__text{
  margin-left: 25px;
}

.opportunities__icon{
  width: 75px;
}

.opportunities__text{
  font-size: 24px;
  max-width: 400px;
}

#opportunities{
  min-height: 560px;
  position: relative;
  background: url('../images/opportunity-bg.png') 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.opportunities__bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(220, 237, 246, .9);
}

.opportunities__wrapper{
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 65%;
}

.opportunities__container{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}

.desc__right-content{
  max-width: 90%;
}

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

.services--container-content > div{
  width: 32%;
  position: relative;
}

.services--container-content > div button{
  bottom: -35px !important;
}

#services .owl-nav{
  width: 110%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  transform: translate(-50%, -50%);
}

#services .owl-nav .owl-next{
  padding-right: 20px !important;
}

#services .owl-nav img{
  height: 50px;
  width: unset;
}

#services .owl-nav [class*=owl-]:hover{
  background-color: unset;
}

#services .owl-nav img:hover{
  opacity: .7;
  transition: .3s all;
}

#services .owl-stage-outer{
  z-index: 3;
}

.services--container-content div:after{
  opacity: 0;
  display: block;
  content: "";
  background: #0078d46e;
  position: absolute;
  width: 100%;
  height: calc(100% - 40px);
  top: 0;
}

.services--container-content div:hover:after{
  opacity: 1;
  transition: .3s all;
}

/* Modal */

.modal{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 110;

  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);

  display: none;
  justify-content: center;
  align-items: center;
}

.modal-active{
  display: flex;
}

.modal__bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(1,1,1, .8);
  z-index: 111;
}

.modal__wrapper{
  position: relative;
  z-index: 111;
}

.modal__wrapper div {
  width: 400px;
  background-color: white;
  box-shadow: 0 0 10px black;
  border-radius: 10px;
  padding: 15px 30px 0 30px;
  top: 0;
}
.modal__wrapper div h2 {
  font-size: 36px;
}
.modal__wrapper div label {
  display: flex;
  flex-direction: column;
}
.modal__wrapper div label input, .modal__wrapper div label textarea {
  width: 100%;
  margin: auto;
  margin-bottom: 35px;
  font-size: 16px;
  height: 35px;
  border: none;
  border-bottom: 1px solid #3D7DCA;
  font-family: 'Roboto', sans-serif;

  padding: 0 10px;
  width: calc(100% - 20px);
}

.modal__wrapper div label textarea{
  min-height: 100px;
  outline: 0;
  resize: none;
}

.modal__wrapper div label input[type=submit] {
  height: 60px;
  width: 280px;
  color: white;
  background-color: #3D7DCA;
  border: 3px solid #3D7DCA;
  border-radius: 10px;
  margin-top: 50px;
  cursor: pointer;
}

.modal__wrapper div label input[type=submit]:hover{
  background-color: transparent;
  color: #3D7DCA;
  transition: .3s all;
}

.modal__wrapper div label p {
  font-size: 16px;
  color: #868484;
}
.modal__wrapper div label p a {
  color: #3D7DCA;
  border-bottom: 1px solid #3D7DCA;
}

.modal__wrapper div label p input[type=checkbox]{
  width: unset;
  margin-bottom: unset;
  height: unset;
  transform: translate(0px, 2px);
}

.modal__close{
  position: absolute;
  right: 30px;
  top: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 112;
}

.modal__close:hover{
  -webkit-animation: close ease-in-out .8s;
  animation: close ease-in-out .8s;
}

@keyframes close {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .85;
  }
}

/* Menu */

.menu{
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 110;

  display: none;
  transition: .3s all;
}



.menu__bg{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 111;
  background: rgba(1,1,1, .8);

  transition: .3s all;

}

.menu__wrapper{
  transform: translate(-570px, 0);
  position: relative;
  z-index: 112;
  background: #fff;
  padding: 50px;
  width: 470px;
  overflow-y: auto;

  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);

  transition: .3s all;
}

.menu-active{
  transform: translate(0, 0);
  transition: .3s all;
}

.logo{
  width: 200px;
}

.menu__close{
  width: 40px;
  cursor: pointer;
}

.menu__close:hover{
  opacity: .7;
  transition: .3s all;
}

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

.menu__links{
  margin: 50px 0;
}


.menu__link-item{
  margin-bottom: 15px;
}

.menu__link-item:first-child{
  margin-bottom: unset;
}


.menu__link-item-text{
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}

.menu__link-item-text-redirect{
  border-bottom: 0 !important;
}

.menu__link-item-text:hover{
  border-bottom: 3px solid red;
  transition: .3s all;
}

.menu__link-item-content{
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding-left: 10px;
}

.menu__link-item-redirect{
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  margin-bottom: 15px;
}

.menu__link-item-redirect:hover{
  text-decoration: underline;
  color: #739cd5;
  transition: .3s all;
}

.menu__link-item-redirect:last-child{
  margin-bottom: unset;
}

.red-button-menu{
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.blue-button-menu{
  height: 42px;
  border-radius: 10px;
  border: 2px solid #0077d4;
  background-color: white;
  color: #0077d4;
  font-size: 16px;
  width: 172px;

  margin-top: 50px;
}

.blue-button-menu:hover{
  transition: .3s all;
  background-color: #0077d4;
  color: #fff;
  -webkit-box-shadow: 0px 0px 39px -21px rgba(0,119,212,1);
  -moz-box-shadow: 0px 0px 39px -21px rgba(0,119,212,1);
  box-shadow: 0px 0px 39px -21px rgba(0,119,212,1);
}

.menu__contacts{
  margin-top: 50px;
  margin-left: 20px;
}

.menu__contacts-item{
  font-weight: bold;
  position: relative;
}

.menu__contacts-item:before{
  content: "";
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 30px;
  background-size: 15px;
  position: absolute;
  left: -20px;
}

.menu__contacts-item:first-child:before{
  background-image: url(../images/phone.png);
}

.menu__contacts-item:last-child:before{
  background-image: url(../images/email.png);
  top: 5px;
}

.menu__contacts-item:last-child{
  margin-top: 10px;
}

.menu-links{
  margin-top: 10px;
}

.link-without-styles {
  text-decoration: none;
  color: #ffffff;
}

.container-image{
  width: 45%;
  background: url(../images/container-main.png) 50% 50% no-repeat;
  background-size: cover;
  background-position: right;
}

.tracking-image{
  width: 45%;
  background: url(../images/traking-main.png) 50% 50% no-repeat;
  background-size: cover;
  background-position: right;
}

.insurance-image{
  width: 45%;
  background: url(../images/insurance-main.png) 50% 50% no-repeat;
  background-size: cover;
  background-position: right;
}
@media only screen and (max-width: 1366px) {
.insurance-image{
width: 45%;
background: url(../images/insurance-main.png) 20% 100% no-repeat;
background-size: none;
background-position: none; 
}
}
.international-image{
  width: 45%;
  background: url(../images/international-main.png) 50% 50% no-repeat;
  background-size: cover;
  background-position: right;
}