*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
body {
    font-family: "Montserrat-Regular", serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
h2 {
    font-family: "YesevaOne-Regular", serif;
    font-size: 40px;
}
h1, h2, h3 {
    margin: 0;
}
a {
    display: inline-block;
    font-family: "Montserrat-Medium", serif;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.page {
    position: relative;
}
.page:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 220px;
    left: 0;
    height: 515px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#dcf9ff));
    background: linear-gradient(to top, #ffffff 0%, #dcf9ff 100%);
    opacity: 0.4;
    z-index: 1;
}
.container {
    position: relative;
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    /* z-index: 2; */
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -15px;
}
.col-2, 
.col-3 {
    padding: 0 15px;
}
.col-2 {
    width: 50%;
}
.col-3 {
    width: calc(100% / 3);
}
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.btn {
    color: #fff;
    font-family: "YesevaOne-Regular";
    font-size: 18px;
}
/* Header */
.header__top-line {
    padding: 37px 0;
}
.header__top-line .col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header__top-line .col-2:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.logo {
    position: relative;
    margin: 0 50px 0 0;
    padding: 0 0 0 85px;
    min-width: 156px;
    height: 74px;
}
.logo__link {
    padding-top: 7px;
    line-height: 1;
}
.logo span:nth-child(1) {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.logo span:nth-child(1) img {
  height: auto;
}

.logo span {
    display: block;
}
.logo span:nth-child(2) {
    font-family: "YesevaOne-Regular", serif;
    font-size: 40px;
}
.logo span:nth-child(3) {
    font-family: "Montserrat-Medium", serif;
    font-size: 21px;
}
.menu__item {
    display: inline-block;
}
.menu__item + .menu__item {
    margin-left: 15px;
}
.menu__link:hover {
    color: #ff0000;
}
/* Mobile menu */
.menu__icon {
    position: relative;
    padding-left: 34px;
    display: none;
    height: 24px;
    line-height: 17px;
    z-index: 102;
}
.menu__icon-inner {
    top: 50%;
    display: block;
    margin-top: -5px;
}
.menu__icon-inner, 
.menu__icon-inner:after, 
.menu__icon-inner:before {
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 4px;
    background: -webkit-gradient(linear, right top, left top, from(#ffc147), to(#ffa144));
    background: linear-gradient(270deg, #ffc147 0%, #ffa144 100%);
}
.menu__icon-inner:before {
    top: -7px;
}
.menu__icon-inner:after {
    bottom: -7px;
}
.menu__icon-inner:after, 
.menu__icon-inner:before {
    display: block;
    content: "";
}
.menu__icon-close{
    position: absolute;
    display: none;
    right: 35px;
    top: 54px;
    cursor: pointer;
}

.menu__icon-close:before,
.menu__icon-close:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #b7dbe2;
}

.menu__icon-close:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.menu__icon-close:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.menu .header__phone,
.menu .social {
    display: none;
}
/* Contacts */
.header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.social__item,
.social__item:before, 
.icon-phone {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 3px;
    width: 36px;
    height: 36px;
    border-radius: 2px;
    z-index: 10;
}
.social__item + .social__item {
    margin-left: 10px;
}
.social__item svg, 
.main__btn span {
    position: relative;
    z-index: 11;
}
.social__item:before, 
.icon-phone:before,
.main__btn:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.social__item:after, 
.icon-phone:after, 
.main__left-box:after, 
.main__right-box:after,
.main__btn:after {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    width: 26px;
    height: 29px;
    border-radius: 50%;
    opacity: 0.8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 8;
}
.social__item--vk:before {
    background: linear-gradient(193deg, #6a8eb8 0%, #45668e 100%); 
}
.social__item--vk:after, 
.social__item--tg:after {
    -webkit-box-shadow: 0 4px 9px rgba(44, 165, 224, 0.6);
            box-shadow: 0 4px 9px rgba(44, 165, 224, 0.6);
}
.social__item--vk svg {
    width: 29px;
    height: 21px;
}

.social__item--wa:before {
    background: linear-gradient(193deg, #62db72 3%, #48c658 100%);
}
.social__item--wa:after {
    -webkit-box-shadow: 0 4px 9px rgba(74, 200, 90, 0.6);
            box-shadow: 0 4px 9px rgba(74, 200, 90, 0.6);
}
.social__item--wa svg {
    width: 24px;
    height: 24px;
}

.social__item--tg:before {
    background: linear-gradient(193deg, #3cbaf7 0%, #2ca5e0 99%);
}
.social__item--tg svg {
    width: 24px;
    height: 24px;
}

.header__phone {
    position: relative;
    margin: -15px 0 0 54px;
    padding-left: 42px;
}
.icon-phone {
    position: absolute;
    top: -1px;
    left: 0;
    width: 30px;
    height: 30px;
    padding-top: 0;
    background: linear-gradient(71deg, #ff0000 0%, #ff6f42 100%);
}
.icon-phone:after {
    width: 23px;
    height: 23px;
    -webkit-box-shadow: 0 6px 10px #fb6765;
            box-shadow: 0 6px 10px #fb6765;
}
.icon-phone svg {
    width: 14px;
    height: 14px;
    margin-top: -2px;
}
.header__phone a {
    display: block;
    font-family: "YesevaOne-Regular", serif;
    font-size: 24px;
    line-height: 1.3;
}
.header__schedule {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: #8D8D8D;
}
.header__schedule br {
    display: none;
}
/* Main section */

.main {
    position: relative;
    padding-bottom: 46px;
    overflow: hidden;
}
/* Figure */

.figure, 
.figure:after  {
    position: absolute;
    content: "";
    z-index: 50;
}
.figure--line-left {
    top: 112px;
    left: -118px;
    width: 152px;
    height: 26px;
    background: url("eng-home/img/figure-line-left.png");
}
.figure--line-right {
    top: 166px;
    right: -92px;
    width: 30px;
    height: 181px;
    background: url("eng-home/img/figure-line-right.png");
}
.figure--triangle {
    top: 252px;
    left: -32px;
    width: 97px;
    height: 99px;
    -webkit-animation: moveToDown 3s infinite alternate;
            animation: moveToDown 3s infinite alternate;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}
.figure--triangle svg {
    transform: rotate(35deg);
}
.figure--circle {
    top: 495px;
    left: 305px;
    width: 156px;
    height: 176px;
    background: url("eng-home/img/figure-circle.png");
    -webkit-animation: moveToDown 3s infinite alternate;
            animation: moveToDown 3s infinite alternate;
    -webkit-animation-delay: 3.5s;
            animation-delay: 3.5s;
}
.figure--sm-quad {
    top: 330px;
    left: -30px;
    width: 89px;
    height: 93px;
    background: url("eng-home/img/figure-sm-quad.png");
    -webkit-animation: moveToDown 3s infinite alternate;
            animation: moveToDown 3s infinite alternate;
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
}
.figure--lg-quad {
    top: 536px;
    right: 219px;
    width: 163px;
    height: 173px;
    background: url("eng-home/img/figure-lg-quad.png");
    -webkit-animation: moveToDown 3s infinite alternate;
            animation: moveToDown 3s infinite alternate;
    -webkit-animation-delay: .9s;
            animation-delay: .9s;
}
@-webkit-keyframes moveToDown { 
  
      0% { 
          -webkit-transform: translateY(0px); 
                  transform: translateY(0px); 
      } 
      
      100% { 
          -webkit-transform: translateY(30px); 
                  transform: translateY(30px); 
      } 
  }
@keyframes moveToDown { 
  
      0% { 
          -webkit-transform: translateY(0px); 
                  transform: translateY(0px); 
      } 
      
      100% { 
          -webkit-transform: translateY(30px); 
                  transform: translateY(30px); 
      } 
  }

.main__eng-for-big, 
.main__eng-for-children {
    position: relative;
    padding: 99px 0 0 100px;
    min-height: 710px;
    border-radius: 4px;
    z-index: 9;
}
.main__eng-for-big:before, 
.main__eng-for-big:after, 
.main__eng-for-children:before, 
.main__eng-for-children:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 4;
}
.main__title, .btn {
    position: relative;
    z-index: 6;
}
.main__title {
    margin-bottom: 53px;
    max-width: 280px;
}
.main__eng-for-big .main__title {
    text-align: left;
}
.main__btn {
    padding: 20px 70px;
    border-radius: 2px;
}
.main__btn:before {
    border-radius: 2px;
}

/* Main left side */

.main__left-box .btn:hover:before {
    background: linear-gradient(71deg, #dd0000 0%, #ff3f03 100%);
}
.main__left-box .main__btn:after {
    width: 180px;
    height: 50px;
    -webkit-box-shadow: 0 10px 30px #ff351f;
    box-shadow: 0 10px 30px #ff351f;
    border-radius: 4px;
    opacity: 0.6;
}
.main__left-box .main__btn:before {
    background: linear-gradient(71deg, #ff0000 0%, #ff6f42 100%);
}
.main__right-box .main__btn:after {
    width: 166px;
    height: 50px;
    -webkit-box-shadow: 0 12px 34px rgba(251, 115, 9, 0.6);
    box-shadow: 0 12px 34px rgba(251, 115, 9, 0.6);
    border-radius: 30px;
    opacity: 0.8;
}
.main__left-box, 
.main__right-box {
    position: relative;
}
.main__left-box:after, 
.main__right-box:after {
    width: 540px;
    height: 144px;
    -webkit-box-shadow: 0 12px 34px #c5eaf3;
    box-shadow: 0 12px 34px #c5eaf3;
    border-radius: 20px;
}
.main__eng-for-big {
    background: url("eng-home/img/left-bg-1.png") left bottom no-repeat, linear-gradient(13deg, #dcf9ff 0%, #eefcff 100%);
}
.main__eng-for-big:before {
    background: url("eng-home/img/left-bg-2.png") right bottom no-repeat;
    z-index: 5;
}
.main__eng-for-big:after {
    background: url("eng-home/img/left-bg-3.png") left 150px no-repeat;
}
.main__eng-for-big .inner {
    background: url("eng-home/img/left-bg-4.png") right top no-repeat;
}

/* Main right side */

.main__right-box .main__btn:hover:before {
    background: linear-gradient(270deg, #f9b125 0%, #f48519 100%);
}
.main__eng-for-children {
    padding-left: 0;
    padding-right: 100px;
}
.main__eng-for-children .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.main__eng-for-children .main__title {
    text-align: right;
}
.main__eng-for-children {
    background: url("eng-home/img/right-bg-1.png") -108px bottom no-repeat, linear-gradient(13deg, #dcf9ff 0%, #eefcff 100%);
}
.main__eng-for-children .main__btn:before {
    border-radius: 30px;
    background: -webkit-gradient(linear, right top, left top, from(#ffc147), to(#ffa144));
    background: linear-gradient(270deg, #ffc147 0%, #ffa144 100%);
}
.main__eng-for-children:before {
    background: url("eng-home/img/right-bg-2.png") left bottom no-repeat;
    z-index: 5;
}
.main__eng-for-children:after {
    background: url("eng-home/img/right-bg-3.png") right top no-repeat;
}

/* Footer */

.footer .container > .row {
  justify-content: space-between;
}

.footer__inner {
    padding: 0 0 38px;
}
.footer__inner .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
.footer__inner .social {
    /* margin-left: auto; */
}
@media (max-width: 1440px){
    .page {
        overflow: hidden;
    }
}
@media (max-width: 1230px){
.row {
    margin: 0;
}
.footer__inner .row {
    margin: 0 15px;
}
.main__left-box:after, 
.main__right-box:after {
    width: calc(100% - 60px);
}
}
@media (max-width: 1024px){
    .header__phone a {
        font-size: 20px;
    }
    .header__phone {
        top: 5px;
        margin-top: 0;
        margin-left: 35px;
    }
    .main__eng-for-big {
        padding-left: 30px;
    }
    .main__eng-for-children {
        padding-right: 30px;
    }
}
@media (max-width: 930px){
    .row, 
.footer__inner .row {
    margin: 0 30px;
}
    .header .col-2 {
        padding: 0;
    }
    .main__left-box {
        padding-left: 0;
        padding-right: 5px;
    }
    .main__right-box {
        padding-left: 5px;
        padding-right: 0;
    }
    .header .logo {
        margin: 0;
    }
    .left {
        width: calc(100% - 385px);
        position: relative;
        z-index: 1000;
    }
    .right {
        width: 385px;
    }
    .menu__list, 
    .menu--active:before, 
    .menu--active:after {
        transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
    }
    .menu--active:after {
        border-bottom-left-radius: 4px;
    }
    .menu {
        position: absolute;
        top: 5px;
        left: 180px;
        padding: 32px 27px 31px 30px;
        width: 180px;
        border-radius: 4px;
        z-index: 101;
    }
    .menu__inner {
        position: relative;
        z-index: 102;
    }
    .menu--active .menu__icon {
        color: #ff0000;
    }
    .menu:after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: #fff;
    }
    .menu:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 12px 14px rgba(142, 181, 189, 0.2);
        box-shadow: 0 12px 14px rgba(142, 181, 189, 0.2);
        border-radius: 4px;
        z-index: 99;
    }
    .menu--active .menu__icon-inner, 
    .menu--active .menu__icon-inner:after, 
    .menu--active .menu__icon-inner:before {
        background: linear-gradient(71deg, #ff0000 0%, #ff6f42 100%);
    }
    .menu__icon {
        display: inline-block;
        margin-bottom: 23px;
    }
    .menu__list, .menu:before, 
    .menu:after {
        display: none;
    }
    .menu--active .menu__list, 
    .menu--active:before, 
    .menu--active:after {
        display: block;
        animation: fadeShadow .7s alternate;
        -webkit-animation: fadeShadow .7s alternate;
    }
    @-webkit-keyframes fadeShadow { 
      
        0% {
            opacity: 0;
    } 
        
        100% { 
            opacity: 1;
        } 
    }
    @keyframes fadeShadow { 
      
        0% {
            opacity: 0;
    } 
        
        100% { 
            opacity: 1;
        } 
    }
    .menu__item {
        display: block;
        white-space: nowrap;
    }
    .menu__item + .menu__item {
        margin-top: 20px;
        margin-left: 0;
    }
    .header__schedule br {
        display: block;
    }
}
@media (max-width: 768px){
    .menu {
        left: auto;
        right: -28px;
    }
.main .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.main .col-2 {
    width: 100%;
}
.main__left-box,
.main__right-box {
    padding: 0;
}
.main__left-box {
    margin-bottom: 30px;
}
.main__eng-for-big, 
.main__eng-for-children {
    min-height: 500px;
    overflow: hidden;
}
.main__eng-for-big:before {
    background-position: right 25px;
}
.main__eng-for-children {
    background-position: 0 bottom;
}
.main__eng-for-big:after {
    background-position: left 0;
}
.figure {
    display: none;
}
.footer__copyright {
    max-width: 235px;
}
}
@media (min-width: 481px) and (max-width: 767px){
    .header__top-line {
        padding: 15px 0;
    }
    .menu {
        top: -3px;
        right: 0;
        text-align: right;
    }
    .header__top-line .col-2.right {
        display: none;
    }
    .header__top-line .col-2:last-child {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .left {
        width: 100%;
    }
}
@media (max-width: 640px) {
    .footer .logo {
        display: none;
    }
}
@media (min-width: 320px) and (max-width: 480px){
    .header__top-line {
        padding: 12px 0 6px;
    }
    .header__top-line .col-2.right {
        display: none;
    }
    .left {
        width: 100%;
    }
    .logo {
        padding-left: 67px;
    }
    .logo__link .wrap-img {
        width: 57px;
    }
    .logo__link .wrap-img img {
        max-width: 100%;
        height: auto;
    }
    .logo span:nth-child(2) {
        font-size: 32px;
    }
    .logo span:nth-child(3) {
        font-size: 17px;
    }
    .menu {
        top: -6px;
        right: 0;
        text-align: right;
    }
.menu.menu--active {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 45px 0 0 30px;
    text-align: left;
    background: #fff;
    border-radius: 0;
    border-left: 20px solid #D0D5D6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.menu--active .menu__icon-close, 
.menu--active .header__phone {
    display: block;
}
.menu--active .header__phone {
    top: 0;
    margin: 31px 0 50px;
    padding-left: 30px;
}
.menu--active .icon-phone {
    top: 0;
    width: 20px;
    height: 20px;
}
.menu--active .icon-phone svg {
    width: 10px;
    height: 10px;
}
.icon-phone:after {
    width: 10px;
    height: 10px;
    -webkit-box-shadow: 0 4px 7px #fb6765;
    box-shadow: 0 4px 7px #fb6765;
}
.menu--active .header__phone a {
    font-size: 16px;
}
.menu--active .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.menu--active .social__item {
    width: 30px;
    height: 30px;
}
.menu--active .social__item--vk svg {
    width: 25px;
    height: 17px;
}
.menu--active .social__item--wa svg,
.menu--active .social__item--tg svg {
    width: 20px;
    height: 20px;
}
.header__schedule {
    font-size: 12px;
}
.page:after,
.menu:before, 
.menu:after,
.footer__inner .logo {
    display: none;
}
.main__eng-for-big, 
.main__eng-for-children {
    min-height: 355px;
}
.row, 
.footer__inner .row {
    margin: 0 20px;
}
.main__eng-for-big, 
.main__eng-for-children {
    padding: 50px 20px 0;
}
.main__eng-for-big {
    background-size: 380px auto;
}
.main__eng-for-big:before {
    background-size: 59% auto;
    background-position: 182px 85px;
}
.main__eng-for-children .inner {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.main__eng-for-children {
    background-size: 435px auto;
    background-position: right bottom;
}
.main__eng-for-children:before {
    background-size: 66% auto;
    background-position: -65px bottom;
}
.main__eng-for-children:after {
    background-size: 90% auto;
    background-position: 115px 68px;
}
.main__eng-for-big .main__title, 
.main__eng-for-children .main__title {
    font-size: 26px;
    text-align: left;
    margin-bottom: 35px;
    }
.main__eng-for-children .main__title {
    max-width: 205px;
    text-align: right;
}
.main__btn {
    padding: 14px 72px;
}
.main__left-box .main__btn:after, 
.main__right-box .main__btn:after {
    height: 38px;
}
.footer__inner {
    margin-top: -16px;
    padding-bottom: 30px;
}
.footer__inner .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer__inner .social {
    margin: 0 auto 0 0;
}
.footer__copyright {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.35;
    margin-top: 0;
    }
}
@media (max-width: 320px) {
.inner {
    text-align: center;
}
.main__eng-for-children .inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main__eng-for-children {
    background-size: 435px auto;
    background-position: -56px bottom;
}
.main__eng-for-big .main__title, 
.main__eng-for-children .main__title {
    font-size: 26px;
    text-align: center;
    margin-bottom: 35px;
    } 
.main__eng-for-children .main__title {
    max-width: 205px;
}
}
/*** thanks page group ***/
.thanks {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}
.thanks .container {
    background: url("images/thanks-banner.png") no-repeat bottom center;
    background-size: cover;
    position: relative;
    padding: 13% 0 18% 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000000;
    margin: 0 15px;
    width: calc(100% - 30px);
}
@media (max-width: 768px) {
    .thanks .container {
        padding: 20% 0 30% 0;   
        background: url("images/thanks-banner-t.png") no-repeat bottom center;
        background-size: cover;
    }
}
@media (max-width: 320px) {
    .thanks .container {
        padding: 10% 0 50% 0;
        background: url("images/thanks-banner-m.png") no-repeat bottom center;
        background-size: cover; 
    }
}
.thanks-left,
.thanks-right,
.thanks-bottom {
    position: absolute;
    z-index: 0;
}
.thanks-left {
    top: 170px;
    left: -38px;
    -webkit-animation: moveToDown 3s infinite alternate;
            animation: moveToDown 3s infinite alternate;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}
.thanks-right {
    top: 115px;
    right: 3%;
    -webkit-animation: moveToDown 3s infinite alternate;
            animation: moveToDown 3s infinite alternate;
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
}
.thanks-bottom {
    right: 20%;
    bottom: -30px;
    -webkit-animation: moveToDown 3s infinite alternate;
            animation: moveToDown 3s infinite alternate;
    -webkit-animation-delay: .9s;
            animation-delay: .9s;
}
@media (max-width: 768px) {
    .thanks-bottom {
        right: 7%;
    }
}
.thanks-title {
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    font-weight: bold;
}
.thanks-desc {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}
@media (max-width: 480px) {
    .thanks-left img,
    .thanks-right img,
    .thanks-bottom img {
        width: 50%;
        height: auto;
    }
    .thanks-bottom {
        right: 0%;
        bottom: -10px;
    }
}
/*** end thanks page group ***/
