.bottom_banner__right img {
    margin-top:0px;
     width: 171px;
     -webkit-animation-name: rotation;
     -webkit-animation-duration: 7s;
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-timing-function: linear;
     -moz-animation-name: rotation;
     -moz-animation-duration: 7s;
     -moz-animation-iteration-count: infinite;
     -moz-animation-timing-function: linear;
     -o-animation-name: rotation;
     -o-animation-duration: 7s;
     -o-animation-iteration-count: infinite;
     -o-animation-timing-function: linear;
     animation-name: rotation;
     animation-duration: 7s;
     animation-iteration-count: infinite;
     animation-timing-function: linear;
 }
  
 @-webkit-keyframes rotation {
     0% {-webkit-transform:rotate(0deg);
         -moz-transform:rotate(0deg);
         -o-transform:rotate(0deg);
         transform:rotate(0deg);}
     100% {-webkit-transform:rotate(360deg);
         -moz-transform:rotate(360deg);
         -o-transform:rotate(360deg);
         transform:rotate(360deg);}
 }
 @-moz-keyframes rotation {
     0% {-webkit-transform:rotate(0deg);
         -moz-transform:rotate(0deg);
         -o-transform:rotate(0deg);
         transform:rotate(0deg);}
     100% {-webkit-transform:rotate(360deg);
         -moz-transform:rotate(360deg);
         -o-transform:rotate(360deg);
         transform:rotate(360deg);}
 }
 @-o-keyframes rotation {
     0% {-webkit-transform:rotate(0deg);
         -moz-transform:rotate(0deg);
         -o-transform:rotate(0deg);
         transform:rotate(0deg);}
     100% {-webkit-transform:rotate(360deg);
         -moz-transform:rotate(360deg);
         -o-transform:rotate(360deg);
         transform:rotate(360deg);}
 }
 @keyframes rotation {
     0% {-webkit-transform:rotate(0deg);
         -moz-transform:rotate(0deg);
         -o-transform:rotate(0deg);
         transform:rotate(0deg);}
     100% {-webkit-transform:rotate(360deg);
         -moz-transform:rotate(720deg);
         -o-transform:rotate(360deg);
         transform:rotate(360deg);}
 }
.indevelop {
    font-size:30px;
    font-weight: 500;
    padding:50px 0;
    line-height: 150%;
}
.devblock {
    min-height: 440px;
}
.forma-field {
    position: relative;
}
.forma-field label.error {
    position: absolute;
    display: block;
    top:60px;
    left:0px;
    font-size:13px;
    color:red;
}
.services {
    display: grid;
    grid-auto-columns: 1fr 1fr; 
    grid-template-columns: 1fr 1.2fr 0.9fr 0.9fr;
    grid-template-rows: 1fr;
    gap: 20px 20px;
    grid-template-areas:
    "services__item1 services__item2 services__item3 services__item4";
    width: 100%;
    min-height: 321px;
    margin-bottom: 40px;
}
.services__item1 {
    grid-area: services__item1;
}
.services__item2 {
    grid-area: services__item2;
}
.services__item3 {
    grid-area: services__item3;
}
.services__item4 {
    grid-area: services__item4;
}
.services__item {
    border-radius: 45px;
    display: flex;
    height: 100%;
    position: relative;
}
.services__item .services__img {
    position: absolute;
    bottom:20px;
    right: 30px;
    z-index: 2;
}
.services__item01 {
    transition: all 0.3s;
    background: linear-gradient(118.69deg, #101F45 14.66%, rgba(5, 72, 121, 0) 89.27%), #4897EE;
}
.services__item01:hover {
    background: linear-gradient(118.69deg, #4897EE 14.66%, rgba(5, 72, 121, 0) 89.27%), #101F45;
}
.services__item02 {
    transition: all 0.3s;
    background: linear-gradient(101.78deg, #4897EE 8.01%, #024AB8 95.55%), #4897EE;
}
.services__item02:hover {
    background: linear-gradient(101.78deg, #024AB8 8.01%, #4897EE 95.55%), #024AB8;
}
.services__item03 {
    transition: all 0.3s;
    background: linear-gradient(58.51deg, #0751BC 27.16%, #420F82 94.38%), #4897EE;
}
.services__item03:hover {
    background: linear-gradient(58.51deg, #4897EE 27.16%, #420F82 94.38%), #0751BC;
}
.services__item04 {
    transition: all 0.3s;
    background: linear-gradient(132.42deg, #3E1284 8.48%, #408EE7 94.64%), #4897EE;
}
.services__item04:hover {
    background: linear-gradient(132.42deg, #4897EE 8.48%, #408EE7 94.64%), #3E1284;
}
.services__iteminner1 {
    padding:40px;
    background: url('../images/top_fone2.png') right bottom no-repeat;
    width: 100%;
}
.services__iteminner2 {
    padding:40px;
    background: url('../images/top_fone3.png') right top no-repeat;
    width: 100%;
}
.services__iteminner3 {
    padding:40px;
    background: url('../images/top_fone4.png') right bottom no-repeat;
    width: 100%;
}
.services__iteminner4 {
    padding:40px;
    background: url('../images/top_fone5.png') left bottom no-repeat;
    width: 100%;
}
.services__header {
    font-weight: 600;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 30px;
}
.services__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}
.top_banner {
    position: relative;
    padding:45px;
    min-height: 198px;
    border: 1px solid #101F45;
    border-radius: 45px 45px 0px 0px;
    margin-bottom:40px;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #888888;
    background: url('../images/top_fone1.png') right bottom no-repeat;
    transition: all 0.3s;
}
.top_banner:hover {
    background: #C9FCFF url('../images/top_fone1.png') right bottom no-repeat;
}
.top_banner__inner {
    max-width: 400px;
}
.top_banner .main_gray_arrow {
    position: absolute;
    right: 45px;
    bottom:45px;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background: #FFFFFF url('../images/grey_arrow.svg') center center no-repeat;
    border: 1px solid #888888;
}
.bottom_banner {
    display: flex;
}
.bottom_banner__left {
    width: 80%;
    background: #FFFFFF;
    border: 1px solid #888888;
    border-radius: 0px 0px 45px 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 150%;
    padding: 0 20px;
    transition: all 0.3s;
}
.bottom_banner__left:hover {
    background: #57E480;
    color:#ffffff
}
.bottom_banner__right {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.offer_header {
    padding-top:130px;
    padding-bottom: 40px;
    font-weight: 400;
    font-size: 80px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.offer_header a.all_offers_link {
    width: 340px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.07)), linear-gradient(180.97deg, #DBDAE4 -16.05%, #CAC9CC 1.91%, #828282 27.31%, #ADADAD 51.47%, #87888A 73.77%, #D1C8C2 96.69%), #D9D9D9;
    border-bottom: 2px solid #797878;
    border-radius: 50px;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: background 0.5s ease;
}
.offer_header a.all_offers_link:hover {
    background: linear-gradient(0deg, #4897EE, #4897EE), #D9D9D9;
    border-bottom: 2px solid #2c65a4;
}
.offers {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.offers__item {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #DDF3FF url('../images/multi-shadow.png') right bottom 20px no-repeat;
    border: 1px solid #888888;
    color:#061423;
    border-radius: 45px;
    min-height: 400px;
    transition: all 0.3s;
}
.offers__item:hover {
    background: linear-gradient(269.11deg, #C4FBD4 2.88%, #88C1FF 99.14%), #C1E9FF;
}
.offers__item01 {
    position: relative;
}
.offers__item01::before {
    content:'';
    background: url('../images/icon1_r.png') center center no-repeat;
    display: block;
    position: absolute;
    left: -4rem;
    bottom: -9.6rem;
    height: 287px;
    width: 287px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation-duration: 13s;
    animation-name: circle;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: paused;
}
.offers__item01:hover::before {
    animation-play-state: running;
}
.offers__item02 {position: relative;}
.offers__item02::before {
    content:'';
    background: url('../images/icon2_r.png') center center no-repeat;
    display: block;
    position: absolute;
    left: -4rem;
    bottom: -9.6rem;
    height: 287px;
    width: 287px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation-duration: 13s;
    animation-name: circle;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: paused;
}
.offers__item02:hover::before {animation-play-state: running;}
.offers__item03 {position: relative;}
.offers__item03::before {
    content:'';
    background: url('../images/icon3_r.png') center center no-repeat;
    display: block;
    position: absolute;
    left: -4rem;
    bottom: -9.6rem;
    height: 287px;
    width: 287px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation-duration: 13s;
    animation-name: circle;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: paused;
}
.offers__item03:hover::before {animation-play-state: running;}
.offers__item04 {position: relative;}
.offers__item04::before {
    content:'';
    background: url('../images/icon4_r.png') center center no-repeat;
    display: block;
    position: absolute;
    left: -4rem;
    bottom: -9.6rem;
    height: 287px;
    width: 287px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation-duration: 13s;
    animation-name: circle;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: paused;
}
.offers__item04:hover::before {animation-play-state: running;}
.offers__item05 {position: relative;}
.offers__item05::before {
    content:'';
    background: url('../images/icon5_r.png') center center no-repeat;
    display: block;
    position: absolute;
    left: -4rem;
    bottom: -9.6rem;
    height: 287px;
    width: 287px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation-duration: 13s;
    animation-name: circle;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: paused;
}
.offers__item05:hover::before {animation-play-state: running;}
.offers__item06 {position: relative;}
.offers__item06::before {
    content:'';
    background: url('../images/icon6_r.png') center center no-repeat;
    display: block;
    position: absolute;
    left: -4rem;
    bottom: -9.6rem;
    height: 287px;
    width: 287px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation-duration: 13s;
    animation-name: circle;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: paused;
}
.offers__item06:hover::before {animation-play-state: running;}
.offers__item07 {position: relative;}
.offers__item07::before {
    content:'';
    background: url('../images/icon7_r.png') center center no-repeat;
    display: block;
    position: absolute;
    left: -4rem;
    bottom: -9.6rem;
    height: 287px;
    width: 287px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation-duration: 13s;
    animation-name: circle;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: paused;
}
.offers__item07:hover::before {animation-play-state: running;}
.offers__item08 {position: relative;}
.offers__item08::before {
    content:'';
    background: url('../images/icon8_r.png') center center no-repeat;
    display: block;
    position: absolute;
    left: -4rem;
    bottom: -9.6rem;
    height: 287px;
    width: 287px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation-duration: 13s;
    animation-name: circle;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: paused;
}
.offers__item08:hover::before {animation-play-state: running;}
.offers__item09 {position: relative;}
.offers__item09::before {
    content:'';
    background: url('../images/icon9_r.png') center center no-repeat;
    display: block;
    position: absolute;
    left: -4rem;
    bottom: -9.6rem;
    height: 287px;
    width: 287px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation-duration: 13s;
    animation-name: circle;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: paused;
}
.offers__item09:hover::before {animation-play-state: running;}
.offers__item .offers__item_fone1 {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background: url('../images/mask_left.png') left bottom no-repeat;
}
.offers__item .offers__item_fone2 {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background: url('../images/mask_right.png') right bottom no-repeat;
}
.offers__item .offers__img {
    position: absolute;
    z-index: 2;
    right: 56px;
    bottom: 56px;
}
.offers__iteminner {
    padding:40px 15px 15px 40px;
}
.offers__itemheader {
    font-weight: 600;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: 24px;
}
.offers__itemprice {
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.all_cases_link {
    display: flex;
    width: 290px;
    height: 102px;
    align-items: center;
    position: relative;
    padding-right: 115px;
    font-weight: 400;
    font-size: 16px !important;
    color: #888888;
    text-transform: none !important;
    text-decoration: none !important;
    line-height: 100% !important;
    letter-spacing:normal !important;
    font-family: 'Inter', sans-serif;
}
.all_cases_link .all_cases_arrow {
    position: absolute;
    top:0;
    right:0;
    width: 102px;
    height: 102px;
    background: url('../images/all_cases_icon.png') center center no-repeat;
    transition: all 300ms linear;
}
.all_cases_link:hover {
    color:#024AB8;
}
.all_cases_link:hover .all_cases_arrow {
    transform: rotate(45deg);
}
.cases {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.cases__item {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 640px;
}
.cases__item_info {
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E3E3E3;
    border-radius: 45px;
    margin-bottom: 27px;
}
.cases__item_info01, .cases__item_info02, .cases__item_info03, .cases__item_info04  {
    transition: all 0.3s;
}
.cases__item_info01:hover {
    background: #4FC23C;
}
.cases__item_info02:hover {
    background: #F5C36E;
}
.cases__item_info03:hover {
    background: #408EE7;
}
.cases__item_info04:hover {
    background: #FE4A4B;
}
.cases__item_title {
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: 25px;
}
.cases_feedback {
    display: flex;
    justify-content: center;
}
.cases_feedback a {
    width: 360px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.07)), linear-gradient(180.97deg, #DBDAE4 -16.05%, #CAC9CC 1.91%, #828282 27.31%, #ADADAD 51.47%, #87888A 73.77%, #D1C8C2 96.69%), #D9D9D9;
    border-bottom: 2px solid #797878;
    border-radius: 50px;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.3s;
}
.cases_feedback a:hover {
    background: linear-gradient(0deg, #4897EE, #4897EE), #D9D9D9;
    border-bottom: 2px solid #2c65a4;
}
.feedback {
    padding-top:200px;
}
.feedback__wrap {
    display: flex;
    width: 1260px;
    margin:0 auto;
}
@media (max-width:1260px) {
    .feedback__wrap {
        width: 100%;
    } 
}
.feedback__left {
    width: 50%;
    display: flex;
    justify-content: center;
    padding-right:30px;
}
.feedback__right {
    width: 50%;
}
.feedback__form {
    position: relative;
}
.feedback__form .sucsess_forma_text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 150%;
    font-weight: bold;
    padding:20px;
    font-size: 24px;
    border-radius: 30px;
    z-index: 2;
    background: #fff;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.feedback__header {
    font-weight: 400;
    font-size: 80px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: 60px;
}
.feedback__form input {
    height: 56px;
    margin-bottom: 20px;
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:1px solid #888888;
    padding:17px 25px;
    width: 100%;
    max-width: 517px;
    background: none;
}
.feedback__buttondiv {
    padding-top:50px;
}
.feedback__button {
    width: 340px;
    height: 90px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.07)), linear-gradient(180.97deg, #DBDAE4 -16.05%, #CAC9CC 1.91%, #828282 27.31%, #ADADAD 51.47%, #87888A 73.77%, #D1C8C2 96.69%), #D9D9D9;
    border-bottom: 2px solid #797878;
    border-radius: 50px;
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom: 2px solid #797878;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: background 0.5s ease;
    cursor: pointer;
    transition: all 0.3s;
}
.feedback__button:hover {
    background: linear-gradient(0deg, #4897EE, #4897EE), #D9D9D9;
    border-bottom: 2px solid #2c65a4;
}
.footer__wrap {
    display: flex;
    width: 100%;
    height: 100%;
}
.footer__left {
    width:35%;
}
.footer__center {
    width:55%;
}
.footer__right {
    width:20%;
}
.footer__logo {
    padding-bottom: 40px;
  }
  .footer {
    margin:120px 0 0 0;
    padding:68px 0;
    background: #ffffff;
  }
  .footer__email {
    padding-bottom: 50px;
  }
  .mail_link {
  display: flex;
  height: 24px;
  align-items: center;
  color:#888888;
  }
  .mail_link svg {
    margin-right: 12px;
  }
  .mail_link:hover, .mail_link:focus {
    color: #024AB8;
  }
  .mail_link:hover svg path, .mail_link:focus svg path {
    stroke: #024AB8;
  }
.img_adaptive {
    height: auto;
    max-width: 100%;
}
.hc-nav-trigger {
    position: relative !important;
    top:auto !important;
    margin-left: 15px;
}
  /*******************************/
  /*******************************/
@media (max-width:1240px) {
.topmenu_ul li {
    padding-right: 20px;
}
.offers__iteminner {
    padding: 15px 15px 15px 20px;
}
}
@media (max-width:1086px) {
.services {
    display: grid;
    grid-auto-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px 20px;
    grid-template-areas:
    "services__item1 services__item2" 
    "services__item3 services__item4";
    width: 100%;
    min-height: 321px;
    margin-bottom: 40px;
}
.offers__item {
    margin-bottom: 20px;
    min-height: 360px;
}
.offers__item .offers__img {
    right: 30px;
    bottom: 30px;
}
.offers__iteminner {
    padding: 15px 70px 15px 20px;
}
}
@media (max-width:1048px) {
    .topmenu_ul li {
        padding-right: 15px;
    }
}
@media (max-width:1024px) {
    .offer_header {
        flex-direction: column;
        font-size: 60px;
        align-items: flex-start;
    }
    .topmenu {
        display: none;
    }
    .logo {
        width: 65%;
    }
    .topcontacts {
        width: 35%;
    }
    img.hc-nav-trigger {
        display: block !important;
    }
    .feedback__left {
        display: block;
    }
    .feedback__header {
        font-weight: 400;
        font-size: 60px;
    }
    .topmenu_ul {
        flex-direction: column;
    }
    .footer__left {
        width: 45%;
    }
    .footer__center {
        width: 25%;
    }
    .footer__right {
        width: 30%;
    }
}
@media (max-width:940px) {
    .offers {
        display: grid;
        grid-auto-columns: 1fr;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .offers__iteminner {
        padding: 40px 15px 15px 40px;
    }
}
@media (max-width:768px) {
    .offers__itemprice {
        font-size: 20px;
    }
    .offers__itemheader {
        font-size: 24px;
    }
    .offers__iteminner {
        padding: 15px 70px 15px 20px;
    }
    .cases {
        display: block;
    }
    .cases__item {
        min-height: auto;
        margin-bottom: 30px;
    }
    .offer_header {
        font-size: 20px;
    }
    .cases_feedback a {
        font-size: 20px;
        height: 70px;
    }
    .feedback__button {
        font-size: 20px;
        height: 70px;
    }
    .offer_header {
        padding-top:60px;
    }
    .offer_header {
        padding-top: 60px;
    }
    .feedback {
        padding-top: 60px;
    }
    .feedback__button {
        font-size: 20px;
        height: 70px;
    }
    .offer_header a.all_offers_link {
        height: 70px;
        font-size: 20px;
    }
}
@media (max-width:715px) {
    .feedback__wrap {
        flex-direction: column;
    }
    .feedback__left {
        width: 100%;
    }
    .feedback__right {
        width: 100%;
        padding-top: 30px;
    }
    .feedback__left img {
        margin:0 auto;
    }
}
@media (max-width:610px) {
    .main_gray_arrow {
        display: none;
    }
}
@media (max-width:630px) {
    .footer__wrap {
        flex-direction: column;
    }
    .footer__left {
        width: 100%;
    }
    .footer__center {
        width: 100%;
        padding-top: 20px;
    }
    .footer__right {
        width: 100%;
        padding-top: 20px;
    }
    .footer__logo {
        padding-bottom: 20px;
    }
    .footer__email {
        padding-bottom: 20px;
    }
    .footer {
        margin: 60px 0 0 0;
        padding: 40px 0;
    }
}
@media (max-width:640px) {
    .services {
        display: grid;
        grid-auto-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        gap: 20px 20px;
        grid-template-areas:
        "services__item1" 
        "services__item2" 
        "services__item3" 
        "services__item4";
        width: 100%;
        min-height: 321px;
        margin-bottom: 40px;
    }
    .offers {
        display: grid;
        grid-auto-columns: 1fr;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .offers__item {
        min-height: 290px;
    }
}
@media (max-width:680px) {
    .services__iteminner1 {
        padding:30px;
        min-height: 220px;
    }
    .services__iteminner2 {
        padding:30px;
        min-height: 220px;
    }
    .services__iteminner3 {
        padding:30px;
        min-height: 220px;
    }
    .services__iteminner4 {
        padding:30px;
        min-height: 220px;
    }
    .services__header {
        font-size: 24px;
    }
}
@media (max-width:568px) {
    .top_tel_link span {
        display:none;
    }
    .bottom_banner {
        flex-direction: column;
    }
    .bottom_banner__left {
        width: 100%;
        padding:20px;
    }
    .bottom_banner__right {
        width: 100%;
        padding-top:20px;
        text-align: center;
    }
    .offer_header {
        font-size: 40px;
    }
    .feedback__header {
        font-size: 40px;
    }
}
@media (max-width:428px) {
    .top_banner {
        padding: 25px;
        min-height: 100px;
        font-weight: 500;
        font-size: 20px;
    }
    .feedback__header {
        padding-bottom: 40px;
    }
}
@media (max-width:414px) {
    .offer_header a.all_offers_link {
        width: 100%;
    }
}
@media (max-width:375px) {
    .offers__itemheader {
        font-size: 22px;
    }
    .cases_feedback a {
        width: 100%;
        height: 90px;
        font-weight: 400;
        font-size: 20px;
        line-height: 140%;
    }
    .feedback__button {
        width:100%;
    }
}
@media (max-width:320px) {
.offers__item .offers__img {
    right: 24px;
    bottom: 24px;
}
}
/*************************************************/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}


.animated.fadeIn {
  animation-duration: 400ms;
}
.animated.slideInDown {
  animation-duration: 1000ms;
}

.animated.fadeIn {
  animation-duration: 400ms;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
 















@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}



@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.8, .8, .8);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}



@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes circle {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
