all.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995
  1. *,
  2. *:before,
  3. *:after {
  4. box-sizing: border-box;
  5. }
  6. @font-face {
  7. font-family: 'icomoon';
  8. src: url('../fonts/icomoon.eot?2oxuai');
  9. src: url('../fonts/icomoon.eot?2oxuai#iefix') format('embedded-opentype'),
  10. url('../fonts/icomoon.ttf?2oxuai') format('truetype'),
  11. url('../fonts/icomoon.woff?2oxuai') format('woff'),
  12. url('../fonts/icomoon.svg?2oxuai#icomoon') format('svg');
  13. font-weight: normal;
  14. font-style: normal;
  15. font-display: block;
  16. }
  17. [class^="icon-"], [class*=" icon-"] {
  18. /* use !important to prevent issues with browser extensions that change fonts */
  19. font-family: 'icomoon' !important;
  20. speak: never;
  21. font-style: normal;
  22. font-weight: normal;
  23. font-variant: normal;
  24. text-transform: none;
  25. line-height: 1;
  26. /* Better Font Rendering =========== */
  27. -webkit-font-smoothing: antialiased;
  28. -moz-osx-font-smoothing: grayscale;
  29. }
  30. .icon-pinterest1:before {
  31. content: "\e905";
  32. }
  33. .icon-twitter:before {
  34. content: "\e903";
  35. }
  36. .icon-facebook:before {
  37. content: "\e904";
  38. }
  39. .icon-linkedin:before {
  40. content: "\e900";
  41. }
  42. .icon-twitter1:before {
  43. content: "\e901";
  44. }
  45. .icon-facebook1:before {
  46. content: "\e902";
  47. }
  48. .icon-phone:before {
  49. content: "\e942";
  50. }
  51. .icon-envelop:before {
  52. content: "\e945";
  53. }
  54. .icon-location2:before {
  55. content: "\e948";
  56. }
  57. .icon-search:before {
  58. content: "\e986";
  59. }
  60. .icon-circle-up:before {
  61. content: "\ea41";
  62. }
  63. .icon-circle-right:before {
  64. content: "\ea42";
  65. }
  66. .icon-circle-down:before {
  67. content: "\ea43";
  68. }
  69. .icon-circle-left:before {
  70. content: "\ea44";
  71. }
  72. .icon-google-plus3:before {
  73. content: "\ea8d";
  74. }
  75. .icon-dribbble:before {
  76. content: "\eaa7";
  77. }
  78. .icon-pinterest:before {
  79. content: "\ead1";
  80. }
  81. .icon-facebook2:before {
  82. content: "\ea90";
  83. }
  84. .icon-instagram:before {
  85. content: "\ea92";
  86. }
  87. .icon-google-plus:before {
  88. content: "\ea8b";
  89. }
  90. body {
  91. min-width: 320px;
  92. background: #fff;
  93. color: #555;
  94. font-family: 'Open Sans';
  95. }
  96. #wrapper {
  97. width: 100%;
  98. overflow: hidden;
  99. position: relative;
  100. }
  101. #header {
  102. width: 100%;
  103. position: relative;
  104. z-index: 98;
  105. background: #fff;
  106. }
  107. .container {
  108. max-width: 1200px;
  109. width: 100%;
  110. margin: 0 auto;
  111. padding: 0 15px;
  112. }
  113. #menu__toggle {
  114. opacity: 0;;
  115. position: absolute;
  116. }
  117. .menu__btn {
  118. display: none;
  119. }
  120. .big-menu {
  121. padding: 14px 0 15px;
  122. display: flex;
  123. justify-content: space-between;
  124. align-items: center;
  125. }
  126. a {
  127. text-decoration: none;
  128. color: inherit;
  129. cursor: pointer;
  130. }
  131. .main-nav_hamburger-menu {
  132. justify-content: space-between;
  133. }
  134. ul {
  135. list-style: none;
  136. margin: 0;
  137. padding: 0;
  138. }
  139. .menu__box {
  140. position: relative;
  141. display: flex;
  142. text-align: center;
  143. transition-duration: .25s;
  144. }
  145. .menu__box li {
  146. margin: 0;
  147. padding: 10px 0 10px 29px;
  148. color: #555;
  149. font-size: 14px;
  150. font-family: 'Open Sans', sans-serif;
  151. font-weight: 600;
  152. }
  153. a:hover {
  154. outline: none;
  155. }
  156. .menu__item {
  157. color: #555;
  158. display: inline-block;
  159. line-height: 1.5;
  160. position: relative;
  161. }
  162. .menu__item:hover,
  163. .menu__item:focus {
  164. color: #5363db;
  165. }
  166. .menu__item:focus {
  167. color: #5363db;
  168. }
  169. .menu__item:after {
  170. display: block;
  171. content: "";
  172. background-color: #5363db;
  173. height: 1px;
  174. width: 0;
  175. left: 50%;
  176. position: absolute;
  177. transition: width .3s ease-in-out;
  178. transform: translateX(-50%);
  179. }
  180. .menu__item:hover:after,
  181. .menu__item:focus:after {
  182. color: #5363db;
  183. width: 35px;
  184. }
  185. #main {
  186. width: 100%;
  187. background: white;
  188. flex: 1 0 auto;
  189. }
  190. .banner {
  191. padding: 100px 0 109px 0;
  192. position: relative;
  193. background-size: cover;
  194. background-position: 50% 50%;
  195. color: #fff;
  196. }
  197. .banner:after, .advantages:after {
  198. content: "";
  199. position: absolute;
  200. background: #5363db;
  201. opacity: 0.8;
  202. top: 0;
  203. right: 0;
  204. bottom: 0;
  205. left: 0;
  206. }
  207. .two_columns {
  208. display: flex;
  209. width: 100%;
  210. align-items: stretch;
  211. justify-content: space-between;
  212. }
  213. .column {
  214. display: flex;
  215. flex-direction: column;
  216. width: 49%;
  217. z-index: 2;
  218. }
  219. h1, h2, h3 {
  220. font-family: 'Open Sans', sans-serif;
  221. text-transform: uppercase;
  222. }
  223. p {
  224. margin: 0 0 20px;
  225. }
  226. .form {
  227. background: #fff;
  228. width: 100%;
  229. max-width: 300px;
  230. margin-right: 34px;
  231. margin-left: auto;
  232. padding: 38px 30px 35px;
  233. border-radius: 20px;
  234. box-shadow: 7px 8px 9px rgba(0, 0, 0, 0.2);
  235. }
  236. .form-title {
  237. font-family: 'Open Sans', sans-serif;
  238. font-size: 26px;
  239. font-weight: 600;
  240. color: #5363db;
  241. margin: 0 0 26px 4px;
  242. z-index: 3;
  243. line-height: 1;
  244. }
  245. select, input {
  246. display: block;
  247. width: 100%;
  248. height: 50px;
  249. background: #f2f2f2;
  250. border-radius: 6px;
  251. font-family: 'Open Sans', sans-serif;
  252. font-size: 14px;
  253. line-height: 16px;
  254. color: #888;
  255. margin-bottom: 18px;
  256. padding: 15px 10px;
  257. border: 0;
  258. }
  259. select {
  260. margin-bottom: 30px;
  261. }
  262. .form .btn {
  263. max-width: 170px;
  264. margin-left: auto;
  265. display: block;
  266. }
  267. .col-text {
  268. padding-left: 60px;
  269. padding-bottom: 14px;
  270. }
  271. .banner h1 {
  272. font-size: 48px;
  273. margin: 0 0 26px;
  274. line-height: 1.5;
  275. }
  276. .top-text {
  277. margin: 0;
  278. font-family: 'FREESCPT';
  279. color: #fff;
  280. font-size: 40px;
  281. font-weight: 400;
  282. line-height: 1.2;
  283. }
  284. .btn {
  285. display: inline-block;
  286. margin-bottom: 0;
  287. vertical-align: top;
  288. background: #5b6ceb;
  289. font-size: 16px;
  290. color: #fff;
  291. padding: 16px 10px;
  292. border-radius: 6px;
  293. font-weight: 700;
  294. text-align: center;
  295. line-height: 18px;
  296. box-shadow: 2px 3px 5px rgb(0, 0, 0, 0.2);
  297. transition: all 0.3s ease-out;
  298. }
  299. .btn:hover {
  300. text-shadow: 1px 2px 4px rgb(0, 0, 0, 0.7);
  301. box-shadow: 2px 3px 5px rgb(0, 0, 0, 0.5);
  302. }
  303. .program-section {
  304. padding: 112px 0;
  305. margin: 0 0 76px;
  306. }
  307. .program_title {
  308. text-align: center;
  309. margin: 0 0 63px;
  310. }
  311. h2 {
  312. margin: 0 0 6px;
  313. font-size: 30px;
  314. color: #5b6ceb;
  315. line-height: 1.5;
  316. font-weight: 700;
  317. }
  318. .our-classes {
  319. margin: 0 0 10px;
  320. font-weight: 400;
  321. line-height: 1.2;
  322. font-size: 41px;
  323. color: #777;
  324. font-family: 'FREESCPT';
  325. }
  326. .card-program {
  327. display: flex;
  328. align-items: stretch;
  329. width: 100%;
  330. height: 100%;
  331. border-radius: 10px;
  332. overflow: hidden;
  333. box-shadow: 5px 6px 15px 0 rgba(0, 0, 0, 0.1);
  334. transition: all 0.3s;
  335. margin-bottom: 21px;
  336. }
  337. .photo-item {
  338. width: 47%;
  339. background-size: cover;
  340. background-position: 50% 50%;
  341. padding-top: 53%;
  342. }
  343. .text-card {
  344. display: flex;
  345. width: 53%;
  346. align-items: center;
  347. padding: 13px 25px 13px 32px;
  348. }
  349. h3 {
  350. margin: 0 0 25px;
  351. font-size: 20px;
  352. line-height: 1.2;
  353. color: #777;
  354. font-weight: 700;
  355. }
  356. h3 a {
  357. text-decoration: none;
  358. color: #777;
  359. }
  360. h3 a:hover {
  361. text-decoration: underline;
  362. }
  363. .text-card p {
  364. margin: 0 0 15px;
  365. flex: 0 auto;
  366. font-size: 14px;
  367. line-height: 22px;
  368. }
  369. .sign {
  370. display: block;
  371. color: #999;
  372. }
  373. .sign > a {
  374. color: inherit;
  375. text-decoration: none;
  376. }
  377. .sign > a:hover {
  378. text-decoration: underline;
  379. }
  380. .gallery {
  381. display: flex;
  382. width: 100%;
  383. flex-wrap: wrap;
  384. }
  385. .gallery > li {
  386. width: 25%;
  387. }
  388. .card-gallery {
  389. display: block;
  390. width: 100%;
  391. position: relative;
  392. padding-top: 73%;
  393. background-position: 50% 50%;
  394. background-size: cover;
  395. }
  396. .card-gallery:after {
  397. position: absolute;
  398. content: "";
  399. top: 50%;
  400. right: 0;
  401. bottom: 50%;
  402. left: 0;
  403. background: #5b6ceb;
  404. opacity: 0;
  405. visibility: hidden;
  406. transition: all 0.3s;
  407. }
  408. .card-gallery:before {
  409. content: "\e986";
  410. font-family: "icomoon";
  411. position: absolute;
  412. left: 50%;
  413. top: 50%;
  414. z-index: 10;
  415. transform: translate(-50%, -50%);
  416. color: #5b6ceb;
  417. font-size: 18px;
  418. line-height: 42px;
  419. text-align: center;
  420. width: 40px;
  421. height: 40px;
  422. border-radius: 50%;
  423. background: #fff;
  424. opacity: 0;
  425. visibility: hidden;
  426. transition: all 0.3s;
  427. }
  428. .card-gallery:hover:before {
  429. opacity: 0.8;
  430. visibility: visible;
  431. }
  432. .card-gallery:hover:after {
  433. opacity: 0.8;
  434. visibility: visible;
  435. top: 0;
  436. right: 0;
  437. bottom: 0;
  438. left: 0;
  439. }
  440. .about_us {
  441. padding: 161px 0;
  442. }
  443. .about_text {
  444. padding-right: 20%;
  445. margin-bottom: 0;
  446. }
  447. .about_text p {
  448. line-height: 1.5;
  449. }
  450. .about_text p:last-child {
  451. margin-bottom: 0;
  452. }
  453. .slick-prev, .slick-next {
  454. width: 50px;
  455. height: 50px;
  456. border-radius: 50%;
  457. background: #fff;
  458. box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.15);
  459. z-index: 7;
  460. }
  461. .slick-prev:before, .slick-next:before {
  462. content: "";
  463. display: block;
  464. position: relative;
  465. width: 15px;
  466. height: 15px;
  467. border-top: 2px solid #5363db;
  468. border-left: 2px solid #5363db;
  469. }
  470. .slick-prev:before {
  471. transform: rotate(-45deg);
  472. margin-left: 20px;
  473. }
  474. .slick-next:before {
  475. transform: rotate(135deg);
  476. margin-left: 15px;
  477. }
  478. .slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
  479. background: #fff;
  480. }
  481. .multiple-items {
  482. width: 100%;
  483. }
  484. .slick-list {
  485. border-radius: 10px;
  486. box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.15);
  487. }
  488. .slide-photo {
  489. width: 100%;
  490. background-position: 50% 50%;
  491. background-size: cover;
  492. border-radius: 10px;
  493. padding-top: 52%;
  494. background-repeat: no-repeat;
  495. margin-bottom: -3px;
  496. }
  497. .advantages {
  498. position: relative;
  499. background-position: 50% 50%;
  500. background-size: cover;
  501. padding: 125px 0 76px;
  502. color: #fff;
  503. }
  504. .advantages .container {
  505. position: relative;
  506. z-index: 5;
  507. }
  508. .benefit {
  509. display: flex;
  510. flex-wrap: wrap;
  511. justify-content: center;
  512. margin: 0px -15px;
  513. }
  514. .benefit > li {
  515. width: 25%;
  516. padding: 0px 15px;
  517. margin-bottom: 56px;
  518. }
  519. .box-ico {
  520. width: 100%;
  521. text-align: center;
  522. font-size: 16px;
  523. line-height: 1.7;
  524. font-weight: normal;
  525. }
  526. .img {
  527. display: flex;
  528. width: 70px;
  529. height: 70px;
  530. margin: 0px auto 26px;
  531. border-radius: 50%;
  532. border: 2px solid #fff;
  533. text-align: center;
  534. align-items: center;
  535. justify-content: center;
  536. }
  537. .img img {
  538. max-width: 100%;
  539. max-height: 100%;
  540. display: inline-block;
  541. vertical-align: middle;
  542. }
  543. .text-benefit h4 {
  544. margin: 0px 0px 12px;
  545. min-height: 54px;
  546. color: #fff;
  547. font-weight: bold;
  548. font-size: 18px;
  549. line-height: 1.5;
  550. text-transform: uppercase;
  551. }
  552. .text-benefit p {
  553. margin: 0;
  554. }
  555. .price {
  556. position: relative;
  557. padding: 100px 0;
  558. background-repeat: no-repeat;
  559. background-position: 100% 100%;
  560. background-size: auto 100%;
  561. }
  562. .card-price {
  563. display: flex;
  564. margin: 0 -15px -30px;
  565. flex-wrap: wrap;
  566. justify-content: center;
  567. }
  568. .card-price > li {
  569. display: flex;
  570. width: calc(100% / 3);
  571. padding: 0 15px 30px;
  572. }
  573. .offer {
  574. display: flex;
  575. width: 100%;
  576. flex-direction: column;
  577. background: #fff;
  578. border-radius: 10px;
  579. text-align: center;
  580. overflow: hidden;
  581. font-size: 18px;
  582. line-height: 1.2;
  583. color: #555;
  584. box-shadow: 8px 9px 30px rgba(0, 0, 0, 0.15);
  585. }
  586. .top-offer {
  587. background: #5b6ceb;
  588. padding: 60px 30px 46px 61px;
  589. font-size: 18px;
  590. font-weight: 700;
  591. line-height: 24px;
  592. color: #fff;
  593. text-transform: uppercase;
  594. }
  595. .valuta {
  596. position: relative;
  597. top: -12px;
  598. font-size: 32px;
  599. line-height: 24px;
  600. }
  601. .number {
  602. margin: 0 2px 0 12px;
  603. font-size: 67px;
  604. }
  605. .bottom-offer {
  606. width: 100%;
  607. display: flex;
  608. flex-direction: column;
  609. padding: 47px 20px 53px;
  610. justify-content: space-between;
  611. flex-grow: 1;
  612. }
  613. .schedule {
  614. margin-bottom: 46px;
  615. text-transform: uppercase;
  616. color: #555;
  617. }
  618. .offer .schedule > li:first-child {
  619. margin-top: 0;
  620. padding-top: 0;
  621. }
  622. .schedule > li {
  623. position: relative;
  624. margin: 21px 0 0;
  625. padding: 22px 11px 0 0;
  626. }
  627. .schedule > li:before {
  628. content: "";
  629. position: absolute;
  630. width: 100px;
  631. height: 1px;
  632. left: 50%;
  633. top: 0;
  634. transform: translateX(-50%);
  635. background: #d7d7d7;
  636. }
  637. .schedule > li:first-child:before {
  638. display: none;
  639. }
  640. .buy-btn .btn {
  641. width: 170px;
  642. border-radius: 20px;
  643. }
  644. #footer {
  645. width: 100%;
  646. background: #5363d8;
  647. font-size: 14px;
  648. line-height: 22px;
  649. color: #fff;
  650. }
  651. .upper_footer {
  652. background: #5b6ceb;
  653. padding: 96px 0;
  654. }
  655. .two_columns_foot {
  656. display: flex;
  657. justify-content: space-between;
  658. padding-bottom: 24px;
  659. }
  660. .col-foot {
  661. width: 81%;
  662. }
  663. .column h4 {
  664. margin: 0 0 52px;
  665. font-size: 18px;
  666. font-weight: 700;
  667. line-height: 22px;
  668. color: #fff;
  669. text-transform: uppercase;
  670. }
  671. .contacts {
  672. display: flex;
  673. flex-wrap: wrap;
  674. justify-content: space-between;
  675. }
  676. .contacts > li {
  677. width: 49%;
  678. margin-bottom: 22px;
  679. }
  680. address {
  681. position: relative;
  682. margin: 0;
  683. padding: 0;
  684. padding-left: 36px;
  685. font-style: normal;
  686. }
  687. address:before {
  688. content: '\e948';
  689. position: absolute;
  690. font-size: 20px;
  691. font-family: 'icomoon';
  692. top: 0;
  693. left: 0;
  694. }
  695. .email {
  696. position: relative;
  697. padding-left: 31px;
  698. margin: 0 25px;
  699. }
  700. a[href^="mailto:"] {
  701. word-break: break-all;
  702. }
  703. .email:before {
  704. content: '\e945';
  705. position: absolute;
  706. font-size: 19px;
  707. font-family: 'icomoon';
  708. top: 0;
  709. left: 0;
  710. }
  711. .phones {
  712. position: relative;
  713. padding-left: 36px;
  714. padding-top: 22px;
  715. }
  716. .phones:before {
  717. content: '\e942';
  718. position: absolute;
  719. font-size: 19px;
  720. font-family: 'icomoon';
  721. top: 26px;
  722. left: 0;
  723. }
  724. .site {
  725. position: relative;
  726. padding-left: 31px;
  727. margin: 20px 0 0 25px;
  728. }
  729. .site:before {
  730. content: '\eaa7';
  731. position: absolute;
  732. font-size: 20px;
  733. font-family: 'icomoon';
  734. top: 0;
  735. left: 0;
  736. }
  737. .social-network {
  738. display: flex;
  739. margin: 0 -10px 5px;
  740. padding-top: 48px;
  741. font-size: 22px;
  742. }
  743. .social-network > li {
  744. padding: 0 8px;
  745. }
  746. .social-network a {
  747. transition: all 0.3s ease-in-out;
  748. }
  749. .icon-pinterest1:hover:before, .icon-twitter:hover:before, .icon-facebook:hover:before, .icon-google-plus:hover:before, .icon-instagram:hover:before {
  750. text-shadow: 1px 2px 4px rgb(0, 0, 0, 0.7);
  751. }
  752. .copy {
  753. display: block;
  754. padding: 40px 0;
  755. font-size: 14px;
  756. line-height: 22px;
  757. color: #b7bffc;
  758. text-align: center;
  759. }
  760. .email:hover, .phones:hover, .site:hover, .copy:hover {
  761. text-decoration: underline;
  762. }
  763. @media (max-width: 991px) {
  764. .card-price > li {
  765. width: 50%;
  766. }
  767. }
  768. @media (max-width: 767px) {
  769. .menu__btn {
  770. display: flex;
  771. align-items: center;
  772. position: relative;
  773. top: 12px;
  774. right: 20px;
  775. width: 26px;
  776. height: 26px;
  777. cursor: pointer;
  778. transform: translateY(-50%);
  779. z-index: 90;
  780. }
  781. .menu__btn > span,
  782. .menu__btn > span::before,
  783. .menu__btn > span::after {
  784. display: block;
  785. position: absolute;
  786. width: 100%;
  787. height: 2px;
  788. background-color: #5363db;
  789. }
  790. .menu__btn > span:before {
  791. content: "";
  792. top: -8px;
  793. }
  794. .menu__btn > span:after {
  795. content: "";
  796. top: 8px;
  797. }
  798. .main-nav_hamburger-menu {
  799. display: block;
  800. position: absolute;
  801. overflow: hidden;
  802. top: 100%;
  803. right: 0;
  804. left: 0;
  805. max-height: 0;
  806. background-color: #fff;
  807. }
  808. .menu__box {
  809. padding: 10px 0;
  810. flex-direction: column;
  811. }
  812. .menu__box li {
  813. padding: 0;
  814. }
  815. .menu__item {
  816. display: block;
  817. padding: 5px 10px;
  818. }
  819. .menu__item:hover {
  820. background-color: #CFD8DC;
  821. }
  822. #menu__toggle:checked ~ .menu__btn > span {
  823. transform: rotate(45deg);
  824. }
  825. #menu__toggle:checked ~ .menu__btn > span::before {
  826. top: 0;
  827. transform: rotate(0);
  828. }
  829. #menu__toggle:checked ~ .menu__btn > span::after {
  830. top: 0;
  831. transform: rotate(90deg);
  832. }
  833. #menu__toggle:checked ~ .main-nav_hamburger-menu {
  834. visibility: visible;
  835. max-height: 360px;
  836. }
  837. .menu__btn > span,
  838. .menu__btn > span::before,
  839. .menu__btn > span::after {
  840. transition-duration: .25s;
  841. }
  842. .menu__box {
  843. transition-duration: .25s;
  844. }
  845. .menu__item {
  846. transition-duration: .25s;
  847. }
  848. .banner {
  849. padding: 40px 0;
  850. }
  851. .two_columns {
  852. flex-direction: column;
  853. }
  854. .column {
  855. width: 100%;
  856. }
  857. .col-text {
  858. margin: 0 auto;
  859. padding: 30px 10px 20px;
  860. text-align: center;
  861. }
  862. .banner h1 {
  863. font-size: 30px;
  864. }
  865. .top-text {
  866. font-size: 28px;
  867. }
  868. .form {
  869. margin: 0 auto;
  870. }
  871. .program-section .two_columns {
  872. flex-wrap: wrap;
  873. flex-direction: row;
  874. justify-content: space-between;
  875. }
  876. .card-program {
  877. flex-direction: column;
  878. }
  879. .program-section .two_columns .column {
  880. width: 49%;
  881. }
  882. .program-section {
  883. padding: 40px 0;
  884. margin: 0;
  885. }
  886. .program_title {
  887. margin: 0 0 20px;
  888. }
  889. h2 {
  890. font-size: 26px;
  891. }
  892. .our-classes {
  893. margin: 0;
  894. font-size: 36px;
  895. }
  896. .photo-item {
  897. width: 100%;
  898. padding-top: 100%;
  899. }
  900. .text-card {
  901. width: 100%;
  902. padding: 28px;
  903. }
  904. h3 {
  905. margin: 0 0 15px;
  906. font-weight: 600;
  907. }
  908. .gallery > li {
  909. width: 50%;
  910. }
  911. .about_us {
  912. padding: 40px 0;
  913. }
  914. .about_text {
  915. padding: 10px 10px 25px 10px;
  916. margin: 0;
  917. }
  918. .multiple-items {
  919. padding: 15px;
  920. }
  921. .slick-prev {
  922. left: -10px;
  923. }
  924. .slick-next {
  925. right: -10px;
  926. }
  927. .advantages {
  928. padding: 70px 0 10px;
  929. }
  930. .benefit > li {
  931. width: 50%;
  932. padding: 0px 15px;
  933. margin-bottom: 56px;
  934. }
  935. .price {
  936. padding: 50px 0;
  937. }
  938. .card-price > li {
  939. width: 100%;
  940. }
  941. .top-offer {
  942. padding: 42px 30px 36px 41px;
  943. }
  944. .number {
  945. font-size: 47px;
  946. }
  947. .upper_footer {
  948. padding: 40px 0;
  949. }
  950. .list-program .two_columns {
  951. flex-direction: row;
  952. }
  953. .col-foot {
  954. width: 100%;
  955. }
  956. .column h4 {
  957. margin: 0 0 20px;
  958. }
  959. .upper_footer .list-program {
  960. margin: 5px 0 0 0;
  961. }
  962. .email {
  963. margin: 0 0 35px;
  964. }
  965. .site {
  966. margin: 0;
  967. }
  968. }
  969. @media (max-width: 575px) {
  970. .program-section .two_columns .column {
  971. width: 100%;
  972. }
  973. .slick-prev, .slick-next {
  974. width: 40px;
  975. height: 40px;
  976. }
  977. .slick-next:before {
  978. margin-left: 10px;
  979. }
  980. .slick-prev:before {
  981. margin-left: 15px;
  982. }
  983. .benefit > li {
  984. width: 100%;
  985. }
  986. .upper_footer .two_columns {
  987. flex-direction: column;
  988. }
  989. .email {
  990. margin: 25px 0 25px;
  991. }
  992. }